Index: format/app.format
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/app.format	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/app.format	(working copy)
@@ -293,7 +293,6 @@
 7 APP_DISC_BLE
 8 APP_DISC_L2CAP_REFUSED
 9 APP_DISC_SWITCH_FAIL
-10 APP_DISC_PB_BUTTON
 )
 //eeprom init flag
 (
Index: format/app_mouse.format
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/app_mouse.format	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/app_mouse.format	(working copy)
@@ -184,8 +184,6 @@
 33 mem_mouse_data_queue
 1 mem_mouse_data_queue_num
 
-2 mem_random_addr_increase_count
-1 mem_mouse_latest_mode
 1 mem_mouse_le_conn_param_reject
 1 mem_lpm_mult_init
 64 mem_mouse_le_uuid_sup
@@ -223,25 +221,21 @@
 2 mem_mouse_x_pre
 2 mem_mouse_y_pre
 
-19 mem_le_adv_swift_pair
-
-1 mem_24g_sw_gpio
+20 mem_le_adv_swift_pair
 
 1 mem_mouse_multi_led_blink_enable
 1 mem_mouse_multi_led_gpio
 1 mem_mouse_multi_led_state
 1 mem_mouse_multi_led_type
+1 mem_mouse_multi_led_on_timer
 1 mem_mouse_multi_led_on_timer_init
 1 mem_mouse_multi_led_blink_timer_init
 1 mem_mouse_multi_led_blink_timer
 1 mem_mouse_multi_led_blink_count
-1 mem_mouse_multi_led_on_timer
 1 mem_mouse_multi_led_blink_count_limited
 1 mem_mouse_multi_led_on_poweron2s_flag
+1 mem_mouse_multi_led_blink_poweron3s_flag
 
-1 mem_discovery_on_flag
-1 mem_bt_ui_button_timeout
-1 mem_bt_ui_button_count
 1 mem_mouse_priority_bb_event
 2 mem_mouse_le_parse_l2cap_ptr
 1 mem_low_power_no_data_off_led_time
@@ -258,6 +252,11 @@
 1 mem_le_att_pnp_id_len
 7 mem_le_att_pnp_id
 
+//no motion pin
+1 mem_mouse_long_mult_flag
+1 mem_mouse_le_current_mult_timer
+1 mem_24g_long_sleep_param_update_timer
+
 //flash
 1 mem_flash_ncs_gpio
 1 mem_select_ui_button_count
@@ -272,37 +271,48 @@
 3 mem_flash_address
 4 mem_zcode_head
 
-//no motion pin
-1 mem_mouse_long_mult_flag
-1 mem_mouse_le_current_mult_timer
-1 mem_24g_long_sleep_param_update_timer
+1 mem_mouse_select_device_button_wakeup_flag
+1 mem_mouse_le_updata_not_accepted_flag
 
 
-1 mem_mouse_bt_led_gpio
-1 mem_mouse_button_select_device_timer_init
-1 mem_mouse_button_select_device_count
-1 mem_mouse_multi_led_on_timer_init1
-1 mem_mouse_24g_attempt_success_flag
+//fast le conn
+6 mem_le_normal_lap
+1 mem_le_switch_adv_flag
+1 mem_le_switch_adv_timer
+1 mem_le_switch_adv_count
+1 mem_mouse_start_discovery_enable
+1 mem_mouse_le_adv_start
+
+1 mem_mouse_send_secutiry_request_timer
+1 mem_le_send_security_request_flag
 1 mem_mouse_le_bb_connected_flag
 
+
+//user flash data
+0 mem_mouse_flash_start_temp
+2 mem_random_addr_increase_count
+1 mem_mouse_long_button_select_device
+2 mem_eeprom_init_flag
 1 mem_mouse_fast_conn_flag
-3 mem_le_lap_high_3B
+1 mem_mouse_latest_mode
+0 mem_mouse_flash_end_temp
 
-1 mem_mouse_le_fast_conn_enable_timer
-1 mem_mouse_delay_discovery_count
+1 mem_mouse_poweron_bt_start_reconn_timer
+1 mem_mouse_le_not_tx_disconn
 
-//le security reuqest
-1 mem_mouse_send_secutiry_request_timer
-1 mem_le_send_security_request_flag
+1 mem_mouse_common_gpio
 
-1 mem_mouse_long_button_select_device
-1 mem_mouse_select_device_button_wakeup_flag
+26 mem_sensor_8650_init
+14 mem_sensor_ka8_init
+16 mem_sensor_8009_init
+10 mem_sensor_poweron_init
+
+2 mem_firmware_version 
 
-25 mem_sensor_8650_init
-13 mem_sensor_ka8_init
-9 mem_sensor_poweron_init
-15 mem_sensor_8009_init
+1 mem_mouse_data_xtemp
+1 mem_mouse_data_ytemp
 
+1 mem_24g_state
 )
 
 (
@@ -335,6 +345,8 @@
 0x02 MODE_BT_DEVICE2
 0x03 MODE_BT_DEVICE3
 0x02 MODE_24G_DEVICE
+0xff MODE_DEFAULT_DEVICE
+
 //mouse  flag
 0X00 WRITE_REQ_ENABLE_FLAG
 0X01 LL_START_ENC_FLAG
@@ -413,11 +425,12 @@
 0X00 MOUSE_INFO_EEPROM_OFFECT
 0X5A MOUSE_DPI_EEPROM_OFFECT	//1byte
 0X5B MOUSE_G24_ADDR_EEPROM_OFFECT	//4bytes
+0x5F MOUSE_USER_DATA_OFFECT
 0X5F MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET	//2bytes
 0X61 MOUSE_DEVICE_MODE_EEPROM_OFFSET	//1byte	
 0X62 MOUSE_EEPROM_MODULE_INIT_FLAG		//eeprom_module_init_flag 2bytes
 0X64 MOUSE_FAST_CONN_FLAG_OFFSET	//1byte
-
+0X65 MOUSE_LATEST_MODE_OFFSET	//1byte
 
 // Sensor id number
 0x30 P32XX_ID1
@@ -524,8 +537,8 @@
 )
 
 (
-0x01 DPI_FUNCTION_DISABLE
-0x00 DPI_FUNCTION_ENABLE
+0x0708 BLE_DIRECT_ADV_TIMEOUT
+0x0a BLE_POWERON_RECONN_TIMER
 )
 
 (
@@ -534,3 +547,4 @@
 0xff LATEST_MODE_NULL
 )
 
+
Index: format/app_usb.format
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/app_usb.format	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/app_usb.format	(working copy)
@@ -184,7 +184,9 @@
 
 (
 0x01 BIND_ACKPAYLOAD
+0x08 BIND_ACKPAYLOAD_LENGTH
 0x02 USER_ACKPAYLOAD
+0x1F USER_ACKPAYLOAD_LENGTH
 
 0xcf CMD_OTA
 0xc0 CMD_OTA_START
Index: format/g24.format
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/g24.format	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/g24.format	(working copy)
@@ -128,6 +128,17 @@
 2 mem_24g_transmit_by_interrupt_exit_count_init
 6 mem_24g_allpowerful_addr
 
+1 mem_24g_stop_g24_mode
+2 mem_24g_stop_g24_mode_timeout
+1 mem_24g_pair_current_ch_num
+1 mem_24g_powerful_current_ch_num
+
+1 mem_24g_search_dongle_action
+1 mem_24g_search_dongle_count
+1 mem_24g_search_dongle_ch
+1 mem_24g_search_dongle_wait
+
+1 mem_24g_conn_sm
 )
 
 (
@@ -300,6 +311,12 @@
 //6-7 channel offset
 )
 
+(
+0 STATE_24G_STOP
+0 STATE_24G_START
+1 STATE_24G_PAIR
+2 STATE_24G_RECONN
+)
 
 
 //mem_24g_pairing_sm
@@ -461,3 +478,15 @@
 0 G24_TX_TIMER_INT_DISABLE
 )
 
+(
+0 G24_DISCONN_STATE
+1 G24_CONN_STATE
+
+
+8 G24_CH_NUMBER
+16 G24_CH_POLL_COUNT
+0x0708 G24_DISCONN_NODATA_TIMER
+0x3c G24_FIRST_DISCONN_NODATA_TIMER
+)
+
+
Index: format/utility.format
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/utility.format	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/format/utility.format	(working copy)
@@ -150,7 +150,6 @@
 2 mem_data_current
 3 mem_data_sum
 1 mem_data_value
-1 mem_data_value_temp
 
 //zcode
 1 mem_zcode_temp_param0	//zcode num
Index: output/bt_format.meta
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_format.meta	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_format.meta	(working copy)
@@ -1136,209 +1136,226 @@
 0x47a1 mem_mouse_le_reconnect_flag
 0x47a2 mem_mouse_data_queue
 0x47c3 mem_mouse_data_queue_num
-0x47c4 mem_random_addr_increase_count
-0x47c6 mem_mouse_latest_mode
-0x47c7 mem_mouse_le_conn_param_reject
-0x47c8 mem_lpm_mult_init
-0x47c9 mem_mouse_le_uuid_sup
-0x4809 mem_mouse_wheel_trigger
-0x480a mem_mouse_wheel_trigger_timer
-0x480b mem_mouse_enter_sniff_count
-0x480c mem_mouse_send_switch_req_timer
-0x480d mem_le_tx_buffer0_omemalloc
-0x4828 mem_le_tx_buffer1_omemalloc
-0x4843 mem_le_tx_buffer2_omemalloc
-0x485e mem_le_tx_buffer3_omemalloc
-0x4879 mem_mouse_uuid_list
-0x4aff mem_lmi_opcode_temp
-0x4b00 mem_mouse_adc_last_low_voltage_flag
-0x4b01 mem_mouse_init_sensor_reset_flag
-0x4b02 mem_bt_rcvd_switch_req_accept
-0x4b03 mem_bt_send_max_slot_req_accept_after_switch
-0x4b04 mem_bt_send_lmp_setup_complete
-0x4b05 mem_l2cap_rcv
-0x4b06 mem_mouse_bt_boot_mode
-0x4b07 mem_mouse_bt_boot_data
-0x4b0c mem_mouse_bt_send_first_package_timer
-0x4b0d mem_mouse_bt_send_first_package_flag
-0x4b0e mem_mouse_asm_flag
-0x4b0f mem_mouse_x_pre
-0x4b11 mem_mouse_y_pre
-0x4b13 mem_le_adv_swift_pair
-0x4b26 mem_24g_sw_gpio
-0x4b27 mem_mouse_multi_led_blink_enable
-0x4b28 mem_mouse_multi_led_gpio
-0x4b29 mem_mouse_multi_led_state
-0x4b2a mem_mouse_multi_led_type
-0x4b2b mem_mouse_multi_led_on_timer_init
-0x4b2c mem_mouse_multi_led_blink_timer_init
-0x4b2d mem_mouse_multi_led_blink_timer
-0x4b2e mem_mouse_multi_led_blink_count
-0x4b2f mem_mouse_multi_led_on_timer
-0x4b30 mem_mouse_multi_led_blink_count_limited
-0x4b31 mem_mouse_multi_led_on_poweron2s_flag
-0x4b32 mem_discovery_on_flag
-0x4b33 mem_bt_ui_button_timeout
-0x4b34 mem_bt_ui_button_count
-0x4b35 mem_mouse_priority_bb_event
-0x4b36 mem_mouse_le_parse_l2cap_ptr
-0x4b38 mem_low_power_no_data_off_led_time
-0x4b39 mem_low_power_check_count
-0x4b3a mem_low_power_led_blink_flag
-0x4b3b mem_mouse_3065xy_dpi_seting
-0x4b3b mem_3065xy_dpi_1
-0x4b3c mem_3065xy_dpi_2
-0x4b3d mem_3065xy_dpi_3
-0x4b3e mem_3065xy_dpi_4
-0x4b3f mem_le_att_pnp_id_len
-0x4b40 mem_le_att_pnp_id
-0x4b47 mem_flash_ncs_gpio
-0x4b48 mem_select_ui_button_count
-0x4b49 mem_write_flash_head_temp
-0x4b4d mem_mouse_poweron_led_timer
-0x4b4e mem_mouse_24g_addr_init
-0x4b54 mem_zcode_current_number
-0x4b55 mem_xip_flash_offset
-0x4b58 mem_flash_start_addr
-0x4b5b mem_flash_address
-0x4b5e mem_zcode_head
-0x4b62 mem_mouse_long_mult_flag
-0x4b63 mem_mouse_le_current_mult_timer
-0x4b64 mem_24g_long_sleep_param_update_timer
-0x4b65 mem_mouse_bt_led_gpio
-0x4b66 mem_mouse_button_select_device_timer_init
-0x4b67 mem_mouse_button_select_device_count
-0x4b68 mem_mouse_multi_led_on_timer_init1
-0x4b69 mem_mouse_24g_attempt_success_flag
-0x4b6a mem_mouse_le_bb_connected_flag
-0x4b6b mem_mouse_fast_conn_flag
-0x4b6c mem_le_lap_high_3B
-0x4b6f mem_mouse_send_secutiry_request_timer
-0x4b70 mem_le_send_security_request_flag
-0x4b71 mem_mouse_long_button_select_device
-0x4b72 mem_mouse_select_device_button_wakeup_flag
-0x4b73 mem_sensor_8650_init
-0x4b8c mem_sensor_ka8_init
-0x4b99 mem_sensor_poweron_init
+0x47c4 mem_mouse_le_conn_param_reject
+0x47c5 mem_lpm_mult_init
+0x47c6 mem_mouse_le_uuid_sup
+0x4806 mem_mouse_wheel_trigger
+0x4807 mem_mouse_wheel_trigger_timer
+0x4808 mem_mouse_enter_sniff_count
+0x4809 mem_mouse_send_switch_req_timer
+0x480a mem_le_tx_buffer0_omemalloc
+0x4825 mem_le_tx_buffer1_omemalloc
+0x4840 mem_le_tx_buffer2_omemalloc
+0x485b mem_le_tx_buffer3_omemalloc
+0x4876 mem_mouse_uuid_list
+0x4afc mem_lmi_opcode_temp
+0x4afd mem_mouse_adc_last_low_voltage_flag
+0x4afe mem_mouse_init_sensor_reset_flag
+0x4aff mem_bt_rcvd_switch_req_accept
+0x4b00 mem_bt_send_max_slot_req_accept_after_switch
+0x4b01 mem_bt_send_lmp_setup_complete
+0x4b02 mem_l2cap_rcv
+0x4b03 mem_mouse_bt_boot_mode
+0x4b04 mem_mouse_bt_boot_data
+0x4b09 mem_mouse_bt_send_first_package_timer
+0x4b0a mem_mouse_bt_send_first_package_flag
+0x4b0b mem_mouse_asm_flag
+0x4b0c mem_mouse_x_pre
+0x4b0e mem_mouse_y_pre
+0x4b10 mem_le_adv_swift_pair
+0x4b24 mem_mouse_multi_led_blink_enable
+0x4b25 mem_mouse_multi_led_gpio
+0x4b26 mem_mouse_multi_led_state
+0x4b27 mem_mouse_multi_led_type
+0x4b28 mem_mouse_multi_led_on_timer
+0x4b29 mem_mouse_multi_led_on_timer_init
+0x4b2a mem_mouse_multi_led_blink_timer_init
+0x4b2b mem_mouse_multi_led_blink_timer
+0x4b2c mem_mouse_multi_led_blink_count
+0x4b2d mem_mouse_multi_led_blink_count_limited
+0x4b2e mem_mouse_multi_led_on_poweron2s_flag
+0x4b2f mem_mouse_multi_led_blink_poweron3s_flag
+0x4b30 mem_mouse_priority_bb_event
+0x4b31 mem_mouse_le_parse_l2cap_ptr
+0x4b33 mem_low_power_no_data_off_led_time
+0x4b34 mem_low_power_check_count
+0x4b35 mem_low_power_led_blink_flag
+0x4b36 mem_mouse_3065xy_dpi_seting
+0x4b36 mem_3065xy_dpi_1
+0x4b37 mem_3065xy_dpi_2
+0x4b38 mem_3065xy_dpi_3
+0x4b39 mem_3065xy_dpi_4
+0x4b3a mem_le_att_pnp_id_len
+0x4b3b mem_le_att_pnp_id
+0x4b42 mem_mouse_long_mult_flag
+0x4b43 mem_mouse_le_current_mult_timer
+0x4b44 mem_24g_long_sleep_param_update_timer
+0x4b45 mem_flash_ncs_gpio
+0x4b46 mem_select_ui_button_count
+0x4b47 mem_write_flash_head_temp
+0x4b4b mem_mouse_poweron_led_timer
+0x4b4c mem_mouse_24g_addr_init
+0x4b52 mem_zcode_current_number
+0x4b53 mem_xip_flash_offset
+0x4b56 mem_flash_start_addr
+0x4b59 mem_flash_address
+0x4b5c mem_zcode_head
+0x4b60 mem_mouse_select_device_button_wakeup_flag
+0x4b61 mem_mouse_le_updata_not_accepted_flag
+0x4b62 mem_le_normal_lap
+0x4b68 mem_le_switch_adv_flag
+0x4b69 mem_le_switch_adv_timer
+0x4b6a mem_le_switch_adv_count
+0x4b6b mem_mouse_start_discovery_enable
+0x4b6c mem_mouse_le_adv_start
+0x4b6d mem_mouse_send_secutiry_request_timer
+0x4b6e mem_le_send_security_request_flag
+0x4b6f mem_mouse_le_bb_connected_flag
+0x4b70 mem_mouse_flash_start_temp
+0x4b70 mem_random_addr_increase_count
+0x4b72 mem_mouse_long_button_select_device
+0x4b73 mem_eeprom_init_flag
+0x4b75 mem_mouse_fast_conn_flag
+0x4b76 mem_mouse_latest_mode
+0x4b77 mem_mouse_flash_end_temp
+0x4b77 mem_mouse_poweron_bt_start_reconn_timer
+0x4b78 mem_mouse_le_not_tx_disconn
+0x4b79 mem_mouse_common_gpio
+0x4b7a mem_sensor_8650_init
+0x4b94 mem_sensor_ka8_init
 0x4ba2 mem_sensor_8009_init
-0x4bb1 mem_24g_rxbuf
-0x4bd3 mem_24g_txbuf
-0x4bf3 mem_24g_txpayload
-0x4c15 mem_24g_rxpayload
-0x4c35 mem_24g_rxdata_length
-0x4c36 mem_24g_pid
-0x4c37 mem_24g_datalen
-0x4c38 mem_24g_data_type
-0x4c39 mem_24g_txlen
-0x4c3a mem_24g_rx_window
-0x4c3c mem_24g_ensure
-0x4c3d mem_24g_txfail_cnt
-0x4c3f mem_24g_get_ack_fail
-0x4c40 mem_24g_retry
-0x4c41 mem_24g_ch
-0x4c42 mem_24g_current_ch_number
-0x4c43 mem_24g_paring_addr
-0x4c47 mem_24g_pairing_sm
-0x4c48 mem_24g_ch_map1
-0x4c4c mem_24g_ch_map2
-0x4c50 mem_24g_ch_map3
-0x4c54 mem_24g_ch_map4
-0x4c58 mem_24g_tx_btclk
-0x4c5c mem_24g_interval
-0x4c5d mem_24g_interval_min
-0x4c5e mem_24g_interval_max
-0x4c5f mem_24g_addr
-0x4c63 mem_24g_abort_pac
-0x4c64 mem_24g_check_dongle_times
-0x4c66 mem_24g_enter_hibernate
-0x4c6e mem_24g_device_addr
-0x4c72 mem_24g_pac_index
-0x4c73 mem_24g_no_ack
-0x4c74 mem_24g_sta_crc
-0x4c77 mem_24g_last_crc
-0x4c7a mem_24g_sta_pid
-0x4c7b mem_24g_last_pid
-0x4c7c mem_24g_max_retry
-0x4c7d mem_24g_mode
-0x4c7e mem_24g_rxdata_temp
-0x4ca0 mem_24g_rx_addr
-0x4ca4 mem_dongle_mode_init
-0x4ca5 mem_dongle_work_mode
-0x4ca6 mem_dongle_ms_bind_step
-0x4ca7 mem_dongle_kb_bind_step
-0x4ca8 mem_dongle_bind_device_status
-0x4ca9 mem_24g_bind_payload
-0x4cb1 mem_24g_abort_packet
-0x4cb2 mem_24g_rf_laststa
-0x4cb3 mem_24g_hop_btclk
-0x4cb7 mem_24g_hop_interval
-0x4cb8 mem_24g_mode_switch
-0x4cb9 mem_24g_ackpayload_enable
-0x4cba mem_24g_hop_packet
-0x4cbb mem_24g_pair_mode
-0x4cbc mem_24g_nodata_timer_enable
-0x4cbd mem_24g_time_slice
-0x4cbe mem_24g_kb_data_sta_data
-0x4cc6 mem_24g_kb_data_last_data
-0x4cce mem_24g_kb_multikey_sta_data
-0x4cd1 mem_24g_kb_multikey_last_data
-0x4cd4 mem_24g_kb_blank_data_enable
-0x4cd5 mem_24g_kb_mul_blank_data_enable
-0x4cd6 mem_24g_ms_blank_data_enable
-0x4cd7 mem_24g_kb_addr
-0x4cdb mem_24g_ms_addr
-0x4cdf mem_24g_dg_last_ch
-0x4ce0 mem_24g_dg_ch_number
-0x4ce1 mem_24g_dg_config_ch_once
-0x4ce2 mem_24g_kb_last_ch
-0x4ce3 mem_24g_kb_ch_number
-0x4ce4 mem_24g_kb_config_ch_once
-0x4ce5 mem_24g_ms_last_ch
-0x4ce6 mem_24g_ms_ch_number
-0x4ce7 mem_24g_ms_config_ch_once
-0x4ce8 mem_24g_syncword
-0x4cea mem_24g_syncword_crc8
-0x4ceb mem_24g_get_syncword_crc8
-0x4cec mem_24g_ota_sta_pid
-0x4cee mem_tx_power_temp
-0x4cef mem_rssi_hex
-0x4cf0 mem_rssi_noise_avg
-0x4cf1 mem_rssi_noise_index
-0x4cf2 mem_rssi_signal_index
-0x4cf3 mem_rssi_noise_dg_avg
-0x4cf4 mem_rssi_noise_kb_avg
-0x4cf5 mem_rssi_noise_ms_avg
-0x4cf6 mem_rssi_noise_dg_index
-0x4cf7 mem_rssi_noise_kb_index
-0x4cf8 mem_rssi_noise_ms_index
-0x4cf9 mem_rssi_signal_buf
-0x4d01 mem_queue_ele_num
-0x4d02 mem_queue_read
-0x4d04 mem_queue_write
-0x4d06 mem_queue_start
-0x4d06 mem_data_ele0
-0x4d26 mem_data_ele1
-0x4d46 mem_data_ele2
-0x4d66 mem_queue_end
-0x4d66 mem_queue_temp
-0x4d68 mem_cb_24g_data
-0x4d6a mem_24g_hop_fastly_cnt
-0x4d6b mem_24g_hop_pac_retry
-0x4d6c mem_24g_rf_hop_ch
-0x4d6d mem_24g_rf_last_sta
-0x4d6e mem_24g_rf_work_stage
-0x4d6f mem_24g_sync_cnt
-0x4d70 mem_power_ctrl_pac_succ_cnt
-0x4d71 mem_rssi_avg_received
-0x4d72 mem_rssi_hex_received
-0x4d73 mem_power_ctrl_level
-0x4d74 mem_seqi
-0x4d75 mem_24g_auto_paring_switch
-0x4d76 mem_24g_paccnt
-0x4d77 mem_24g_transmit_by_interrupt
-0x4d78 mem_24g_transmit_by_interrupt_exit_count
-0x4d7a mem_24g_transmit_by_interrupt_exit_count_init
-0x4d7c mem_24g_allpowerful_addr
+0x4bb2 mem_sensor_poweron_init
+0x4bbc mem_firmware_version
+0x4bbe mem_mouse_data_xtemp
+0x4bbf mem_mouse_data_ytemp
+0x4bc0 mem_24g_state
+0x4bc1 mem_24g_rxbuf
+0x4be3 mem_24g_txbuf
+0x4c03 mem_24g_txpayload
+0x4c25 mem_24g_rxpayload
+0x4c45 mem_24g_rxdata_length
+0x4c46 mem_24g_pid
+0x4c47 mem_24g_datalen
+0x4c48 mem_24g_data_type
+0x4c49 mem_24g_txlen
+0x4c4a mem_24g_rx_window
+0x4c4c mem_24g_ensure
+0x4c4d mem_24g_txfail_cnt
+0x4c4f mem_24g_get_ack_fail
+0x4c50 mem_24g_retry
+0x4c51 mem_24g_ch
+0x4c52 mem_24g_current_ch_number
+0x4c53 mem_24g_paring_addr
+0x4c57 mem_24g_pairing_sm
+0x4c58 mem_24g_ch_map1
+0x4c5c mem_24g_ch_map2
+0x4c60 mem_24g_ch_map3
+0x4c64 mem_24g_ch_map4
+0x4c68 mem_24g_tx_btclk
+0x4c6c mem_24g_interval
+0x4c6d mem_24g_interval_min
+0x4c6e mem_24g_interval_max
+0x4c6f mem_24g_addr
+0x4c73 mem_24g_abort_pac
+0x4c74 mem_24g_check_dongle_times
+0x4c76 mem_24g_enter_hibernate
+0x4c7e mem_24g_device_addr
+0x4c82 mem_24g_pac_index
+0x4c83 mem_24g_no_ack
+0x4c84 mem_24g_sta_crc
+0x4c87 mem_24g_last_crc
+0x4c8a mem_24g_sta_pid
+0x4c8b mem_24g_last_pid
+0x4c8c mem_24g_max_retry
+0x4c8d mem_24g_mode
+0x4c8e mem_24g_rxdata_temp
+0x4cb0 mem_24g_rx_addr
+0x4cb4 mem_dongle_mode_init
+0x4cb5 mem_dongle_work_mode
+0x4cb6 mem_dongle_ms_bind_step
+0x4cb7 mem_dongle_kb_bind_step
+0x4cb8 mem_dongle_bind_device_status
+0x4cb9 mem_24g_bind_payload
+0x4cc1 mem_24g_abort_packet
+0x4cc2 mem_24g_rf_laststa
+0x4cc3 mem_24g_hop_btclk
+0x4cc7 mem_24g_hop_interval
+0x4cc8 mem_24g_mode_switch
+0x4cc9 mem_24g_ackpayload_enable
+0x4cca mem_24g_hop_packet
+0x4ccb mem_24g_pair_mode
+0x4ccc mem_24g_nodata_timer_enable
+0x4ccd mem_24g_time_slice
+0x4cce mem_24g_kb_data_sta_data
+0x4cd6 mem_24g_kb_data_last_data
+0x4cde mem_24g_kb_multikey_sta_data
+0x4ce1 mem_24g_kb_multikey_last_data
+0x4ce4 mem_24g_kb_blank_data_enable
+0x4ce5 mem_24g_kb_mul_blank_data_enable
+0x4ce6 mem_24g_ms_blank_data_enable
+0x4ce7 mem_24g_kb_addr
+0x4ceb mem_24g_ms_addr
+0x4cef mem_24g_dg_last_ch
+0x4cf0 mem_24g_dg_ch_number
+0x4cf1 mem_24g_dg_config_ch_once
+0x4cf2 mem_24g_kb_last_ch
+0x4cf3 mem_24g_kb_ch_number
+0x4cf4 mem_24g_kb_config_ch_once
+0x4cf5 mem_24g_ms_last_ch
+0x4cf6 mem_24g_ms_ch_number
+0x4cf7 mem_24g_ms_config_ch_once
+0x4cf8 mem_24g_syncword
+0x4cfa mem_24g_syncword_crc8
+0x4cfb mem_24g_get_syncword_crc8
+0x4cfc mem_24g_ota_sta_pid
+0x4cfe mem_tx_power_temp
+0x4cff mem_rssi_hex
+0x4d00 mem_rssi_noise_avg
+0x4d01 mem_rssi_noise_index
+0x4d02 mem_rssi_signal_index
+0x4d03 mem_rssi_noise_dg_avg
+0x4d04 mem_rssi_noise_kb_avg
+0x4d05 mem_rssi_noise_ms_avg
+0x4d06 mem_rssi_noise_dg_index
+0x4d07 mem_rssi_noise_kb_index
+0x4d08 mem_rssi_noise_ms_index
+0x4d09 mem_rssi_signal_buf
+0x4d11 mem_queue_ele_num
+0x4d12 mem_queue_read
+0x4d14 mem_queue_write
+0x4d16 mem_queue_start
+0x4d16 mem_data_ele0
+0x4d36 mem_data_ele1
+0x4d56 mem_data_ele2
+0x4d76 mem_queue_end
+0x4d76 mem_queue_temp
+0x4d78 mem_cb_24g_data
+0x4d7a mem_24g_hop_fastly_cnt
+0x4d7b mem_24g_hop_pac_retry
+0x4d7c mem_24g_rf_hop_ch
+0x4d7d mem_24g_rf_last_sta
+0x4d7e mem_24g_rf_work_stage
+0x4d7f mem_24g_sync_cnt
+0x4d80 mem_power_ctrl_pac_succ_cnt
+0x4d81 mem_rssi_avg_received
+0x4d82 mem_rssi_hex_received
+0x4d83 mem_power_ctrl_level
+0x4d84 mem_seqi
+0x4d85 mem_24g_auto_paring_switch
+0x4d86 mem_24g_paccnt
+0x4d87 mem_24g_transmit_by_interrupt
+0x4d88 mem_24g_transmit_by_interrupt_exit_count
+0x4d8a mem_24g_transmit_by_interrupt_exit_count_init
+0x4d8c mem_24g_allpowerful_addr
+0x4d92 mem_24g_stop_g24_mode
+0x4d93 mem_24g_stop_g24_mode_timeout
+0x4d95 mem_24g_pair_current_ch_num
+0x4d96 mem_24g_powerful_current_ch_num
+0x4d97 mem_24g_search_dongle_action
+0x4d98 mem_24g_search_dongle_count
+0x4d99 mem_24g_search_dongle_ch
+0x4d9a mem_24g_search_dongle_wait
+0x4d9b mem_24g_conn_sm
 
 	width = 32
 	const length = 12000
@@ -2299,7 +2316,6 @@
 7 APP_DISC_BLE
 8 APP_DISC_L2CAP_REFUSED
 9 APP_DISC_SWITCH_FAIL
-10 APP_DISC_PB_BUTTON
 )
 //eeprom init flag
 (
@@ -2693,6 +2709,8 @@
 0x02 MODE_BT_DEVICE2
 0x03 MODE_BT_DEVICE3
 0x02 MODE_24G_DEVICE
+0xff MODE_DEFAULT_DEVICE
+
 //mouse  flag
 0X00 WRITE_REQ_ENABLE_FLAG
 0X01 LL_START_ENC_FLAG
@@ -2771,11 +2789,12 @@
 0X00 MOUSE_INFO_EEPROM_OFFECT
 0X5A MOUSE_DPI_EEPROM_OFFECT	//1byte
 0X5B MOUSE_G24_ADDR_EEPROM_OFFECT	//4bytes
+0x5F MOUSE_USER_DATA_OFFECT
 0X5F MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET	//2bytes
 0X61 MOUSE_DEVICE_MODE_EEPROM_OFFSET	//1byte	
 0X62 MOUSE_EEPROM_MODULE_INIT_FLAG		//eeprom_module_init_flag 2bytes
 0X64 MOUSE_FAST_CONN_FLAG_OFFSET	//1byte
-
+0X65 MOUSE_LATEST_MODE_OFFSET	//1byte
 
 // Sensor id number
 0x30 P32XX_ID1
@@ -2882,8 +2901,8 @@
 )
 
 (
-0x01 DPI_FUNCTION_DISABLE
-0x00 DPI_FUNCTION_ENABLE
+0x0708 BLE_DIRECT_ADV_TIMEOUT
+0x0a BLE_POWERON_RECONN_TIMER
 )
 
 (
@@ -2895,6 +2914,7 @@
 
 
 
+
 (
 // eeprom config
 0xb0 REMOTE_PARAM_EEPROM_CONFIG_ADDR
@@ -3210,7 +3230,9 @@
 
 (
 0x01 BIND_ACKPAYLOAD
+0x08 BIND_ACKPAYLOAD_LENGTH
 0x02 USER_ACKPAYLOAD
+0x1F USER_ACKPAYLOAD_LENGTH
 
 0xcf CMD_OTA
 0xc0 CMD_OTA_START
@@ -3399,6 +3421,12 @@
 //6-7 channel offset
 )
 
+(
+0 STATE_24G_STOP
+0 STATE_24G_START
+1 STATE_24G_PAIR
+2 STATE_24G_RECONN
+)
 
 
 //mem_24g_pairing_sm
@@ -3560,6 +3588,18 @@
 0 G24_TX_TIMER_INT_DISABLE
 )
 
+(
+0 G24_DISCONN_STATE
+1 G24_CONN_STATE
+
+
+8 G24_CH_NUMBER
+16 G24_CH_POLL_COUNT
+0x0708 G24_DISCONN_NODATA_TIMER
+0x3c G24_FIRST_DISCONN_NODATA_TIMER
+)
+
+
 
 
 0x022d mem_h5rx_ackcnt
@@ -7360,10 +7400,9 @@
 0x11c0 mem_data_current
 0x11c2 mem_data_sum
 0x11c5 mem_data_value
-0x11c6 mem_data_value_temp
-0x11c7 mem_zcode_temp_param0//zcode num
-0x11c8 mem_zcode_temp_param1//patch ram func addr
-0x11ca mem_zcode_temp_param2//patch ram func addr
+0x11c6 mem_zcode_temp_param0//zcode num
+0x11c7 mem_zcode_temp_param1//patch ram func addr
+0x11c9 mem_zcode_temp_param2//patch ram func addr
 
 
 (
Index: output/bt_program23.icode
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_program23.icode	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_program23.icode	(working copy)
@@ -1,27206 +1,27211 @@
- 00000000  0x00000045 branch  0x00000040 
- 00000001  0x0000004c call  0x000003d0 
- 00000002  0x0000004d fetch  0x00000001 , 0x000041de 
- 00000003  0x0000004e store  0x00000001 , 0x00004cee 
- 00000004  0x0000004f call  0x00000701 
- 00000005  0x00000050 fetch  0x00000001 , 0x00004685 
- 00000006  0x00000051 store  0x00000001 , 0x000046da 
- 00000007  0x00000052 fetch  0x00000001 , 0x00004b33 
- 00000008  0x00000053 store  0x00000001 , 0x00004b34 
- 00000009  0x00000054 call  0x000043ca 
- 00000010  0x00000055 call  0x000002d6 
- 00000011  0x00000056 call  0x00000794 
- 00000012  0x00000057 call  0x0000000f 
- 00000013  0x00000058 call  0x00000022 
- 00000014  0x00000059 branch  0x0000031e 
- 00000015  0x0000005c setarg  0x00000399 
- 00000016  0x0000005d store  0x00000002 , 0x00004d68 
- 00000017  0x0000005e setarg  0x000003b3 
- 00000018  0x0000005f store  0x00000002 , 0x000041ef 
- 00000019  0x00000060 setarg  0x0000063d 
- 00000020  0x00000061 store  0x00000002 , 0x000041f9 
- 00000021  0x00000062 setarg  0x000003eb 
- 00000022  0x00000063 store  0x00000002 , 0x000041f1 
- 00000023  0x00000064 setarg  0x0000027f 
- 00000024  0x00000065 store  0x00000002 , 0x000041ed 
- 00000025  0x00000066 setarg  0x00000426 
- 00000026  0x00000067 store  0x00000002 , 0x000041f5 
- 00000027  0x00000068 setarg  0x00000413 
- 00000028  0x00000069 store  0x00000002 , 0x000041f3 
- 00000029  0x0000006a setarg  0x00000469 
- 00000030  0x0000006b store  0x00000002 , 0x000041eb 
- 00000031  0x0000006c setarg  0x00000470 
- 00000032  0x0000006d store  0x00000002 , 0x000041fd 
- 00000033  0x0000006e rtn 
- 00000034  0x00000071 setarg  0x00000019 
- 00000035  0x00000072 store  0x00000002 , 0x00004d7a 
- 00000036  0x00000073 ncall  0x0000002a , 0x0000002b 
- 00000037  0x00000074 call  0x000002d8 
- 00000038  0x00000075 call  0x00000318 
- 00000039  0x00000077 fetch  0x00000001 , 0x0000471f 
- 00000040  0x00000078 store  0x00000001 , 0x0000471e 
- 00000041  0x00000079 rtn 
- 00000042  0x0000007b setarg  0x00000177 
- 00000043  0x0000007c store  0x00000002 , 0x00004d7a 
- 00000044  0x0000007d rtn 
- 00000045  0x0000007f nop  0x00000001 
- 00000046  0x00000080 nop  0x00000001 
- 00000047  0x00000081 nop  0x00000001 
- 00000048  0x00000082 nop  0x00000001 
- 00000049  0x00000083 nop  0x00000001 
- 00000050  0x00000084 nop  0x00000001 
- 00000051  0x00000085 nop  0x00000001 
- 00000052  0x00000086 nop  0x00000001 
- 00000053  0x00000087 nop  0x00000001 
- 00000054  0x00000088 nop  0x00000001 
- 00000055  0x00000089 nop  0x00000001 
- 00000056  0x0000008a nop  0x00000001 
- 00000057  0x0000008b nop  0x00000001 
- 00000058  0x0000008c nop  0x00000001 
- 00000059  0x0000008d nop  0x00000001 
+ 00000000  0x00000043 branch  0x00000040 
+ 00000001  0x0000004a call  0x000003ba 
+ 00000002  0x0000004b fetch  0x00000001 , 0x000041de 
+ 00000003  0x0000004c store  0x00000001 , 0x00004cfe 
+ 00000004  0x0000004d call  0x000006fe 
+ 00000005  0x0000004e fetch  0x00000001 , 0x00004685 
+ 00000006  0x0000004f store  0x00000001 , 0x000046da 
+ 00000007  0x00000050 call  0x000004df 
+ 00000008  0x00000051 call  0x00000332 
+ 00000009  0x00000052 call  0x00000799 
+ 00000010  0x00000053 call  0x00000019 
+ 00000011  0x00000054 call  0x0000002c 
+ 00000012  0x00000055 fetch  0x00000004 , 0x000040a0 
+ 00000013  0x00000056 store  0x00000004 , 0x00004c7e 
+ 00000014  0x00000057 call  0x00005810 
+ 00000015  0x00000058 call  0x00005839 
+ 00000016  0x00000059 call  0x0000582c 
+ 00000017  0x0000005a call  0x00005818 
+ 00000018  0x0000005b call  0x00003e1e 
+ 00000019  0x0000005c setarg  0x00001802 
+ 00000020  0x0000005d store  0x00000002 , 0x000040bd 
+ 00000021  0x0000005e setarg  0x00000000 
+ 00000022  0x0000005f store  0x00000002 , 0x00004154 
+ 00000023  0x00000060 call  0x000068a2 
+ 00000024  0x00000061 branch  0x00000305 
+ 00000025  0x00000064 setarg  0x0000037b 
+ 00000026  0x00000065 store  0x00000002 , 0x00004d78 
+ 00000027  0x00000066 setarg  0x000003a6 
+ 00000028  0x00000067 store  0x00000002 , 0x000041ef 
+ 00000029  0x00000068 setarg  0x00000639 
+ 00000030  0x00000069 store  0x00000002 , 0x000041f9 
+ 00000031  0x0000006a setarg  0x000003d9 
+ 00000032  0x0000006b store  0x00000002 , 0x000041f1 
+ 00000033  0x0000006c setarg  0x000002a6 
+ 00000034  0x0000006d store  0x00000002 , 0x000041ed 
+ 00000035  0x0000006e setarg  0x00000411 
+ 00000036  0x0000006f store  0x00000002 , 0x000041f5 
+ 00000037  0x00000070 setarg  0x000003fe 
+ 00000038  0x00000071 store  0x00000002 , 0x000041f3 
+ 00000039  0x00000072 setarg  0x00000460 
+ 00000040  0x00000073 store  0x00000002 , 0x000041eb 
+ 00000041  0x00000074 setarg  0x0000046d 
+ 00000042  0x00000075 store  0x00000002 , 0x000041fd 
+ 00000043  0x00000076 rtn 
+ 00000044  0x00000079 setarg  0x00000019 
+ 00000045  0x0000007a store  0x00000002 , 0x00004d8a 
+ 00000046  0x0000007b ncall  0x00000039 , 0x0000002b 
+ 00000047  0x0000007c call  0x000002d3 
+ 00000048  0x0000007d call  0x00000466 
+ 00000049  0x0000007f fetch  0x00000001 , 0x0000471f 
+ 00000050  0x00000080 store  0x00000001 , 0x0000471e 
+ 00000051  0x00000081 fetch  0x00000006 , 0x000044a0 
+ 00000052  0x00000082 store  0x00000006 , 0x00004b62 
+ 00000053  0x00000083 fetch  0x00000001 , 0x00004241 
+ 00000054  0x00000084 rtnbit1  0x00000002 
+ 00000055  0x00000086 jam  0x0000000a , 0x00004b77 
+ 00000056  0x00000087 branch  0x000003a3 
+ 00000057  0x0000008a setarg  0x00000177 
+ 00000058  0x0000008b store  0x00000002 , 0x00004d8a 
+ 00000059  0x0000008c rtn 
  00000060  0x0000008e nop  0x00000001 
  00000061  0x0000008f nop  0x00000001 
  00000062  0x00000090 nop  0x00000001 
  00000063  0x00000091 nop  0x00000001 
- 00000064  0x00000098 bbit1  0x00000008 , 0x0000005a 
- 00000065  0x0000009a beq  0x00000001 , 0x00000076 
- 00000066  0x0000009b beq  0x00000002 , 0x0000007f 
- 00000067  0x0000009c beq  0x00000085 , 0x00000765 
- 00000068  0x0000009d beq  0x00000089 , 0x00000736 
- 00000069  0x0000009e beq  0x0000008a , 0x00000767 
- 00000070  0x0000009f beq  0x0000001b , 0x00000652 
- 00000071  0x000000a0 beq  0x00000026 , 0x00000654 
- 00000072  0x000000a1 beq  0x00000048 , 0x0000066f 
- 00000073  0x000000a2 beq  0x0000004a , 0x00000671 
- 00000074  0x000000a3 beq  0x00000051 , 0x0000067a 
- 00000075  0x000000a4 beq  0x00000059 , 0x0000066d 
- 00000076  0x000000a5 beq  0x000000a7 , 0x0000067f 
- 00000077  0x000000a6 beq  0x000000ad , 0x00000695 
- 00000078  0x000000a7 beq  0x000000cb , 0x000033e4 
- 00000079  0x000000a8 beq  0x000000e9 , 0x000006a6 
- 00000080  0x000000a9 beq  0x000000a1 , 0x00000088 
- 00000081  0x000000aa beq  0x000000b1 , 0x0000008d 
- 00000082  0x000000ab beq  0x000000b2 , 0x0000009b 
- 00000083  0x000000ac beq  0x000000c4 , 0x000002a1 
- 00000084  0x000000ad beq  0x000000e3 , 0x000004f9 
- 00000085  0x000000ae beq  0x000000e6 , 0x00000521 
- 00000086  0x000000af beq  0x000000ea , 0x00000572 
- 00000087  0x000000b0 beq  0x000000eb , 0x00000578 
- 00000088  0x000000b1 beq  0x000000ec , 0x0000058a 
- 00000089  0x000000b2 branch  0x00002a8e 
- 00000090  0x000000b4 beq  0x00000039 , 0x00000594 
- 00000091  0x000000b5 beq  0x00000043 , 0x0000059c 
- 00000092  0x000000b6 beq  0x0000004a , 0x000005a2 
- 00000093  0x000000b7 beq  0x00000057 , 0x000005a5 
- 00000094  0x000000b8 beq  0x00000059 , 0x000005a7 
- 00000095  0x000000b9 beq  0x00000063 , 0x000005a9 
- 00000096  0x000000ba beq  0x00000066 , 0x000005d9 
- 00000097  0x000000bb beq  0x00000067 , 0x000005f0 
- 00000098  0x000000bc beq  0x0000006a , 0x00000628 
- 00000099  0x000000bd beq  0x00000077 , 0x00000633 
- 00000100  0x000000be beq  0x00000005 , 0x000006a8 
- 00000101  0x000000bf beq  0x00000080 , 0x000006aa 
- 00000102  0x000000c0 beq  0x00000082 , 0x000006b4 
- 00000103  0x000000c1 beq  0x00000088 , 0x000006c5 
- 00000104  0x000000c2 beq  0x0000008c , 0x0000063f 
- 00000105  0x000000c3 beq  0x0000008d , 0x0000064b 
- 00000106  0x000000c4 beq  0x000000fa , 0x000006e9 
- 00000107  0x000000c5 branch  0x00002a8e 
- 00000108  0x000000c9 copy  0x0000003f , 0x00000011 
- 00000109  0x000000ca fetcht  0x00000001 , 0x00004cf2 
- 00000110  0x000000cb setarg  0x00004cf9 
- 00000111  0x000000cc iadd  0x00000002 , 0x00000005 
- 00000112  0x000000cd copy  0x00000011 , 0x0000003f 
- 00000113  0x000000ce istore  0x00000001 , 0x00000005 
- 00000114  0x000000cf increase  0x00000001 , 0x00000002 
- 00000115  0x000000d0 and_into  0x00000007 , 0x00000002 
- 00000116  0x000000d1 storet  0x00000001 , 0x00004cf2 
- 00000117  0x000000d2 rtn 
- 00000118  0x000000ea arg  0x000009ae , 0x00000005 
- 00000119  0x000000eb arg  0x0000000c , 0x00000039 
- 00000120  0x000000ec call  0x00007ed4 
- 00000121  0x000000ed call  0x000003aa 
- 00000122  0x000000ee call  0x00006a03 
- 00000123  0x000000ef call  0x00005cf6 
- 00000124  0x000000f0 ncall  0x00002c65 , 0x0000002b 
- 00000125  0x000000f1 call  0x00007ccd 
- 00000126  0x000000f2 branch  0x0000200c 
- 00000127  0x000000f5 call  0x000032e3 , 0x0000002b 
- 00000128  0x000000f6 call  0x0000756a 
- 00000129  0x000000f7 call  0x00002b41 , 0x0000002b 
- 00000130  0x000000f9 call  0x000076dc 
- 00000131  0x000000fa fetch  0x00000001 , 0x0000465a 
- 00000132  0x000000fb branch  0x00002012 , 0x00000034 
- 00000133  0x000000fc fetch  0x00000001 , 0x000045b1 
- 00000134  0x000000fd branch  0x00000082 , 0x00000034 
- 00000135  0x000000fe branch  0x00002012 
- 00000136  0x00000101 setarg  0x00000a06 
- 00000137  0x00000102 store  0x00000003 , 0x00004510 
- 00000138  0x00000103 setarg  0x00001d87 
- 00000139  0x00000104 store  0x00000002 , 0x00004513 
- 00000140  0x00000105 branch  0x00002aa2 
- 00000141  0x00000108 rtnmark1  0x00000026 
- 00000142  0x00000109 fetch  0x00000001 , 0x00004b29 
- 00000143  0x0000010a nbranch  0x00007fef , 0x00000034 
- 00000144  0x0000010b fetch  0x00000001 , 0x00004b2e 
- 00000145  0x0000010c nbranch  0x00007fef , 0x00000034 
- 00000146  0x0000010d fetch  0x00000001 , 0x0000479e 
- 00000147  0x0000010e branch  0x00007fef , 0x00000034 
- 00000148  0x0000010f fetch  0x00000001 , 0x000047c7 
- 00000149  0x00000110 beq  0x00000001 , 0x00007fef 
- 00000150  0x00000111 fetch  0x00000002 , 0x00004248 
- 00000151  0x00000112 nbranch  0x00007fef , 0x00000034 
- 00000152  0x00000113 fetch  0x00000001 , 0x00004809 
- 00000153  0x00000114 nbranch  0x00007fef , 0x00000034 
- 00000154  0x00000115 branch  0x00007ff1 
- 00000155  0x00000119 rtnmark0  0x00000026 
- 00000156  0x0000011a fetch  0x00000001 , 0x00004d77 
- 00000157  0x0000011b beq  0x00000001 , 0x000000b1 
- 00000158  0x0000011d call  0x0000013c 
- 00000159  0x0000011e nbranch  0x000000cc , 0x00000028 
- 00000160  0x0000011f call  0x0000011e 
- 00000161  0x00000121 call  0x0000015f 
- 00000162  0x00000122 fetch  0x00000001 , 0x00004c47 
- 00000163  0x00000123 rtnne  0x000000ff 
- 00000164  0x00000124 call  0x0000070a 
- 00000165  0x00000125 call  0x000000ad 
- 00000166  0x00000126 fetch  0x00000001 , 0x00004b29 
- 00000167  0x00000127 beq  0x00000001 , 0x0000039c 
- 00000168  0x00000129 call  0x000000d8 
- 00000169  0x0000012a nrtn  0x00000028 
- 00000170  0x0000012b call  0x00000286 
- 00000171  0x0000012c setarg  0x0000f424 
- 00000172  0x0000012d branch  0x00002b93 
- 00000173  0x00000132 setarg  0x00017700 
- 00000174  0x00000133 store  0x00000003 , 0x00004c66 
- 00000175  0x00000134 jam  0x00000014 , 0x00004b64 
- 00000176  0x00000135 rtn 
- 00000177  0x00000138 call  0x0000025f 
- 00000178  0x00000139 nrtn  0x00000028 
- 00000179  0x0000013a call  0x000000c6 
- 00000180  0x0000013b fetch  0x00000002 , 0x00004d78 
- 00000181  0x0000013c increase  0x00000001 , 0x0000003f 
- 00000182  0x0000013d store  0x00000002 , 0x00004d78 
- 00000183  0x0000013e fetcht  0x00000002 , 0x00004d7a 
- 00000184  0x0000013f isub  0x00000002 , 0x0000003e 
- 00000185  0x00000140 call  0x000000bb , 0x00000005 
- 00000186  0x00000141 branch  0x0000009e 
- 00000187  0x00000143 jam  0x00000000 , 0x00004d77 
- 00000188  0x00000144 setarg  0x00000000 
- 00000189  0x00000145 store  0x00000002 , 0x00004d78 
- 00000190  0x00000146 setarg  0x00000019 
- 00000191  0x00000147 store  0x00000002 , 0x00004d7a 
- 00000192  0x00000149 jam  0x00000000 , 0x00004c72 
- 00000193  0x0000014a fetch  0x00000001 , 0x00004c5d 
- 00000194  0x0000014c store  0x00000001 , 0x00004c5c 
- 00000195  0x0000014d rtn 
- 00000196  0x0000014f fetch  0x00000001 , 0x00004c5e 
- 00000197  0x00000150 branch  0x000000c2 
- 00000198  0x00000152 fetch  0x00000001 , 0x00004c72 
- 00000199  0x00000153 increase  0x00000001 , 0x0000003f 
- 00000200  0x00000154 store  0x00000001 , 0x00004c72 
- 00000201  0x00000155 beq  0x00000004 , 0x000000c4 
- 00000202  0x00000156 beq  0x00000005 , 0x000000c0 
- 00000203  0x00000157 rtn 
- 00000204  0x0000015a fetch  0x00000001 , 0x00004c63 
- 00000205  0x0000015b call  0x000000e1 , 0x00000034 
- 00000206  0x0000015c fetch  0x00000001 , 0x00004b2e 
- 00000207  0x0000015d nrtn  0x00000034 
- 00000208  0x0000015e fetch  0x00000001 , 0x00004b29 
- 00000209  0x0000015f rtneq  0x00000001 
- 00000210  0x00000161 call  0x000000d8 
- 00000211  0x00000162 nrtn  0x00000028 
- 00000212  0x00000163 fetch  0x00000003 , 0x00004c66 
- 00000213  0x00000164 call  0x00007f49 
- 00000214  0x00000165 storet  0x00000004 , 0x0000415b 
- 00000215  0x00000166 branch  0x00002b2a 
- 00000216  0x00000169 enable  0x00000028 
- 00000217  0x0000016a call  0x00002afa 
- 00000218  0x0000016b fetch  0x00000003 , 0x0000416f 
- 00000219  0x0000016c branch  0x00007fe9 , 0x00000034 
- 00000220  0x0000016d fetch  0x00000001 , 0x00004091 
- 00000221  0x0000016e branch  0x00007fe9 , 0x00000034 
- 00000222  0x0000016f fetch  0x00000001 , 0x00004d77 
- 00000223  0x00000170 beq  0x00000001 , 0x00007fe9 
- 00000224  0x00000171 branch  0x00000289 
- 00000225  0x00000174 jam  0x00000001 , 0x00004c63 
- 00000226  0x00000175 jam  0x00000000 , 0x00004d6c 
- 00000227  0x00000176 call  0x000000f4 
- 00000228  0x00000177 store  0x00000001 , 0x00004bd3 
- 00000229  0x00000178 setarg  0x00000000 
- 00000230  0x00000179 store  0x00000007 , 0x00004bd4 
- 00000231  0x0000017a fetch  0x00000004 , 0x00004c6e 
- 00000232  0x0000017b store  0x00000004 , 0x00004bdb 
- 00000233  0x0000017c jam  0x0000000c , 0x00004c37 
- 00000234  0x0000017d fetch  0x00000001 , 0x00004c38 
- 00000235  0x0000017e set1  0x00000003 , 0x0000003f 
- 00000236  0x0000017f store  0x00000001 , 0x00004c38 
- 00000237  0x00000180 call  0x0000013f 
- 00000238  0x00000181 branch  0x000000a1 
- 00000239  0x00000184 fetch  0x00000004 , 0x000040a0 
- 00000240  0x00000185 store  0x00000004 , 0x00004c6e 
- 00000241  0x00000186 rtn 
- 00000242  0x00000189 jam  0x00000001 , 0x00004d6d 
- 00000243  0x0000018a jam  0x00000000 , 0x00004d6f 
- 00000244  0x0000018c fetch  0x00000001 , 0x00004c38 
- 00000245  0x0000018d and_into  0x00000007 , 0x0000003f 
- 00000246  0x0000018e store  0x00000001 , 0x00004c38 
- 00000247  0x0000018f rtn 
- 00000248  0x00000192 fetch  0x00000001 , 0x00004c38 
- 00000249  0x00000193 set1  0x00000004 , 0x0000003f 
- 00000250  0x00000194 store  0x00000001 , 0x00004c38 
- 00000251  0x00000196 store  0x00000001 , 0x00004bf3 
- 00000252  0x00000197 rtn 
- 00000253  0x0000019a fetch  0x00000001 , 0x00004c38 
- 00000254  0x0000019b rtnbit0  0x00000004 
- 00000255  0x0000019d fetch  0x00000001 , 0x00004c38 
- 00000256  0x0000019e set0  0x00000004 , 0x0000003f 
- 00000257  0x0000019f store  0x00000001 , 0x00004c38 
- 00000258  0x000001a0 store  0x00000001 , 0x00004bf3 
- 00000259  0x000001a1 call  0x000005ca 
- 00000260  0x000001a2 branch  0x00000131 
- 00000261  0x000001bf fetch  0x00000001 , 0x00004d6c 
- 00000262  0x000001c0 bne  0x00000001 , 0x000000f4 
- 00000263  0x000001c2 fetch  0x00000001 , 0x00004d6a 
- 00000264  0x000001c3 increase  0x00000001 , 0x0000003f 
- 00000265  0x000001c4 store  0x00000001 , 0x00004d6a 
- 00000266  0x000001c5 beq  0x00000004 , 0x0000010e 
- 00000267  0x000001c6 call  0x00000131 
- 00000268  0x000001c7 jam  0x00000002 , 0x00004c7c 
- 00000269  0x000001c8 branch  0x0000015f 
- 00000270  0x000001cb call  0x000005ca 
- 00000271  0x000001cc jam  0x00000000 , 0x00004d6a 
- 00000272  0x000001cd branch  0x000000f4 
- 00000273  0x000001d0 jam  0x00000002 , 0x00004d6f 
- 00000274  0x000001d2 jam  0x00000001 , 0x00004d6d 
- 00000275  0x000001d3 jam  0x00000000 , 0x00004d6c 
- 00000276  0x000001d4 branch  0x000000f4 
- 00000277  0x000001d7 fetch  0x00000001 , 0x00004d6e 
- 00000278  0x000001d8 beq  0x00000003 , 0x00000112 
- 00000279  0x000001d9 fetch  0x00000001 , 0x00004c38 
- 00000280  0x000001da isolate0  0x00000004 , 0x0000003f 
- 00000281  0x000001db branch  0x000000f2 , 0x00000001 
- 00000282  0x000001dc fetch  0x00000001 , 0x00004d6e 
- 00000283  0x000001dd beq  0x00000001 , 0x00000111 
- 00000284  0x000001de beq  0x00000002 , 0x00000112 
- 00000285  0x000001df rtn 
- 00000286  0x000001e2 fetch  0x00000001 , 0x00004c47 
- 00000287  0x000001e3 rtnne  0x000000ff 
- 00000288  0x000001e4 call  0x00000123 
- 00000289  0x000001e5 ncall  0x0000012b , 0x0000002c 
- 00000290  0x000001e6 rtn 
- 00000291  0x000001e9 disable  0x0000002c 
- 00000292  0x000001ea fetch  0x00000001 , 0x00004d6d 
- 00000293  0x000001eb rtnne  0x00000001 
- 00000294  0x000001ec fetch  0x00000001 , 0x00004d6f 
- 00000295  0x000001ed rtnne  0x00000000 
- 00000296  0x000001ee jam  0x00000001 , 0x00004d6e 
- 00000297  0x000001ef jam  0x00000004 , 0x00004c7c 
- 00000298  0x000001f0 branch  0x00007feb 
- 00000299  0x000001f3 fetch  0x00000001 , 0x00004d6f 
- 00000300  0x000001f4 branch  0x00000137 , 0x00000034 
- 00000301  0x000001f5 increase  0xffffffff , 0x0000003f 
- 00000302  0x000001f6 store  0x00000001 , 0x00004d6f 
- 00000303  0x000001f7 jam  0x00000002 , 0x00004d6e 
- 00000304  0x000001f8 jam  0x00000004 , 0x00004c7c 
- 00000305  0x000001fa fetcht  0x00000001 , 0x00004c42 
- 00000306  0x000001fc call  0x000001e0 
- 00000307  0x000001fd increase  0x00000001 , 0x00000002 
- 00000308  0x000001fe and_into  0x00000003 , 0x00000002 
- 00000309  0x00000200 storet  0x00000001 , 0x00004c42 
- 00000310  0x00000201 rtn 
- 00000311  0x00000204 jam  0x00000003 , 0x00004d6e 
- 00000312  0x00000205 fetch  0x00000001 , 0x00004d6c 
- 00000313  0x00000206 nbranch  0x00000105 , 0x00000034 
- 00000314  0x00000207 jam  0x00000002 , 0x00004c7c 
- 00000315  0x00000208 branch  0x00000131 
- 00000316  0x0000020b fetch  0x00000001 , 0x00004c47 
- 00000317  0x0000020c bne  0x000000ff , 0x000001a3 
- 00000318  0x0000020e call  0x00000142 
- 00000319  0x00000210 call  0x000001ce 
- 00000320  0x00000211 jam  0x00000001 , 0x00004c3c 
- 00000321  0x00000212 rtn 
- 00000322  0x00000215 fetch  0x00000002 , 0x00004d68 
- 00000323  0x00000216 call  0x00007f9c 
- 00000324  0x00000217 branch  0x00000148 , 0x00000028 
- 00000325  0x00000218 fetch  0x00000007 , 0x00004bd4 
- 00000326  0x00000219 rtn  0x00000034 
- 00000327  0x0000021a branch  0x00007fe7 
- 00000328  0x0000021c call  0x000003ca 
- 00000329  0x0000021d jam  0x00000000 , 0x00004c63 
- 00000330  0x0000021e add  0x00000011 , 0x00000001 , 0x0000003f 
- 00000331  0x0000021f store  0x00000001 , 0x00004c37 
- 00000332  0x00000220 call  0x000000f4 
- 00000333  0x00000221 store  0x00000001 , 0x00004bd3 
- 00000334  0x00000222 ifetcht  0x00000001 , 0x00000005 
- 00000335  0x00000223 ifetch  0x00000001 , 0x00000012 
- 00000336  0x00000224 ior  0x00000002 , 0x0000003f 
- 00000337  0x00000225 istore  0x00000001 , 0x00000005 
- 00000338  0x00000226 increase  0x00000001 , 0x00000012 
- 00000339  0x00000227 ifetch  0x00000004 , 0x00000012 
- 00000340  0x00000228 istore  0x00000004 , 0x00000005 
- 00000341  0x00000229 increase  0x00000004 , 0x00000012 
- 00000342  0x0000022a arg  0x00004bd9 , 0x00000005 
- 00000343  0x0000022b arg  0x00000002 , 0x00000039 
- 00000344  0x0000022d ifetch  0x00000001 , 0x00000012 
- 00000345  0x0000022e ifetcht  0x00000001 , 0x00000005 
- 00000346  0x0000022f iadd  0x00000002 , 0x0000003f 
- 00000347  0x00000230 istore  0x00000001 , 0x00000005 
- 00000348  0x00000231 increase  0x00000001 , 0x00000012 
- 00000349  0x00000232 loop  0x00000158 
- 00000350  0x00000233 rtn 
- 00000351  0x00000236 jam  0x00000000 , 0x00004c40 
- 00000352  0x00000238 arg  0x00000d00 , 0x0000000b 
- 00000353  0x00000239 until  0x00000023 , 0x00000026 
- 00000354  0x0000023a call  0x00000176 
- 00000355  0x0000023d nbranch  0x00000181 , 0x00000018 
- 00000356  0x0000023e nbranch  0x00000181 , 0x0000002f 
- 00000357  0x0000023f call  0x00000173 
- 00000358  0x00000240 call  0x0000019c 
- 00000359  0x00000241 call  0x00000704 
- 00000360  0x00000243 fetch  0x00000001 , 0x00004c36 
- 00000361  0x00000244 increase  0x00000001 , 0x0000003f 
- 00000362  0x00000245 store  0x00000001 , 0x00004c36 
- 00000363  0x00000246 call  0x000000fd 
- 00000364  0x00000247 fetch  0x00000001 , 0x00004c47 
- 00000365  0x00000248 bne  0x000000ff , 0x000001a5 
- 00000366  0x00000249 call  0x00000115 
- 00000367  0x0000024b setarg  0x00000000 
- 00000368  0x0000024c store  0x00000004 , 0x00004c3c 
- 00000369  0x0000024d store  0x00000001 , 0x00004d6b 
- 00000370  0x0000024e rtn 
- 00000371  0x00000251 arg  0x00000004 , 0x00000039 
- 00000372  0x00000252 arg  0x00004bd3 , 0x00000005 
- 00000373  0x00000253 branch  0x00007ec6 
- 00000374  0x00000256 disable  0x0000002f 
- 00000375  0x00000257 call  0x0000023e 
- 00000376  0x0000025c force  0x00000000 , 0x00000015 
- 00000377  0x0000025d fetch  0x00000004 , 0x00004c5f 
- 00000378  0x0000025e iforce  0x00000009 
- 00000379  0x0000025f fetcht  0x00000001 , 0x00000017 
- 00000380  0x00000260 call  0x0000291f 
- 00000381  0x00000261 call  0x00002924 
- 00000382  0x00000262 call  0x000001fb 
- 00000383  0x00000263 call  0x00000237 , 0x0000002f 
- 00000384  0x00000264 rtn 
- 00000385  0x0000026a fetch  0x00000002 , 0x00004c3d 
- 00000386  0x0000026b increase  0x00000001 , 0x0000003f 
- 00000387  0x0000026c store  0x00000002 , 0x00004c3d 
- 00000388  0x0000026d fetch  0x00000001 , 0x00004c3e 
- 00000389  0x0000026e bbit1  0x00000004 , 0x00002dd4 
- 00000390  0x00000270 fetch  0x00000001 , 0x00004c47 
- 00000391  0x00000271 bne  0x000000ff , 0x0000018a 
- 00000392  0x00000273 call  0x00000192 
- 00000393  0x00000274 branch  0x00000160 
- 00000394  0x00000277 fetch  0x00000001 , 0x00004c3d 
- 00000395  0x00000278 rtnne  0x000000ff 
- 00000396  0x0000027a setarg  0x00000000 
- 00000397  0x0000027b store  0x00000002 , 0x00004c3d 
- 00000398  0x0000027c branch  0x00002dd4 
- 00000399  0x0000027f call  0x0000072d 
- 00000400  0x00000280 call  0x000005ca 
- 00000401  0x00000281 branch  0x00000131 
- 00000402  0x00000284 fetch  0x00000001 , 0x00004c40 
- 00000403  0x00000285 sub  0x0000003f , 0x0000000b , 0x0000003e 
- 00000404  0x00000286 nbranch  0x0000018f , 0x00000002 
- 00000405  0x00000287 increase  0x00000001 , 0x0000003f 
- 00000406  0x00000288 store  0x00000001 , 0x00004c40 
- 00000407  0x00000289 beq  0x00000002 , 0x000000f8 
- 00000408  0x0000028a beq  0x00000006 , 0x000000ff 
- 00000409  0x0000028b beq  0x00000008 , 0x000000f8 
- 00000410  0x0000028c beq  0x0000000c , 0x000000ff 
- 00000411  0x0000028d rtn 
- 00000412  0x00000290 call  0x000001b3 
- 00000413  0x00000291 fetch  0x00000001 , 0x00004c35 
- 00000414  0x00000292 rtn  0x00000034 
- 00000415  0x00000293 iforce  0x00000039 
- 00000416  0x00000294 arg  0x00004bb3 , 0x00000006 
- 00000417  0x00000295 arg  0x00004c15 , 0x00000005 
- 00000418  0x00000296 branch  0x00007f01 
- 00000419  0x00000299 jam  0x00000090 , 0x000011c7 
- 00000420  0x0000029a branch  0x0000076a 
- 00000421  0x0000029d call  0x00000701 
- 00000422  0x0000029f jam  0x00000091 , 0x000011c7 
- 00000423  0x000002a0 branch  0x0000076a 
- 00000424  0x000002a3 jam  0x00000070 , 0x000011c7 
- 00000425  0x000002a4 branch  0x0000076a 
- 00000426  0x000002a7 set0  0x00000026 , 0x00000000 
- 00000427  0x000002a8 call  0x000053ce 
- 00000428  0x000002aa arg  0x00000003 , 0x00000007 
- 00000429  0x000002ab branch  0x000043d2 
- 00000430  0x000002ae storet  0x00000001 , 0x00004c37 
- 00000431  0x000002af copy  0x00000002 , 0x00000039 
- 00000432  0x000002b0 arg  0x00004bd3 , 0x00000005 
- 00000433  0x000002b1 copy  0x00000011 , 0x00000006 
- 00000434  0x000002b2 branch  0x00007f01 
- 00000435  0x000002b6 fetch  0x00000001 , 0x00004bb2 
- 00000436  0x000002b7 rshift3  0x0000003f , 0x0000003f 
- 00000437  0x000002b8 store  0x00000001 , 0x00004c35 
- 00000438  0x000002ba increase  0x00000001 , 0x0000003f 
- 00000439  0x000002bb arg  0x00004bb2 , 0x00000006 
- 00000440  0x000002bc iadd  0x00000006 , 0x00000006 
- 00000441  0x000002bd ifetch  0x00000003 , 0x00000006 
- 00000442  0x000002be store  0x00000003 , 0x00004c74 
- 00000443  0x000002c0 fetch  0x00000001 , 0x00004bb2 
- 00000444  0x000002c1 rshift  0x0000003f , 0x0000003f 
- 00000445  0x000002c2 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000446  0x000002c3 store  0x00000001 , 0x00004c7a 
- 00000447  0x000002c4 rtn 
- 00000448  0x000002c7 store  0x00000004 , 0x00004c5f 
- 00000449  0x000002ca arg  0x00000000 , 0x00000011 
- 00000450  0x000002cb arg  0x00000004 , 0x00000039 
- 00000451  0x000002cc arg  0x00004c5f , 0x00000006 
- 00000452  0x000002ce ifetch  0x00000001 , 0x00000006 
- 00000453  0x000002cf iadd  0x00000011 , 0x00000011 
- 00000454  0x000002d0 loop  0x000001c4 
- 00000455  0x000002d1 copy  0x00000011 , 0x0000003f 
- 00000456  0x000002d2 store  0x00000002 , 0x00004ce8 
- 00000457  0x000002d3 fetch  0x00000001 , 0x00004ce8 
- 00000458  0x000002d4 fetcht  0x00000001 , 0x00004ce9 
- 00000459  0x000002d5 iadd  0x00000002 , 0x0000003f 
- 00000460  0x000002d6 store  0x00000001 , 0x00004cea 
- 00000461  0x000002d7 rtn 
- 00000462  0x000002dc fetch  0x00000001 , 0x00004c37 
- 00000463  0x000002dd increase  0x00000002 , 0x0000003f 
- 00000464  0x000002de store  0x00000001 , 0x00004c39 
- 00000465  0x000002e0 fetch  0x00000001 , 0x00004c38 
- 00000466  0x000002e1 store  0x00000001 , 0x00004bf3 
- 00000467  0x000002e3 fetch  0x00000001 , 0x00004c37 
- 00000468  0x000002e4 lshift3  0x0000003f , 0x0000003f 
- 00000469  0x000002e5 fetcht  0x00000001 , 0x00004c36 
- 00000470  0x000002e6 and  0x00000002 , 0x00000003 , 0x00000002 
- 00000471  0x000002e7 lshift  0x00000002 , 0x00000002 
- 00000472  0x000002e8 ior  0x00000002 , 0x0000003f 
- 00000473  0x000002e9 fetcht  0x00000001 , 0x00004c73 
- 00000474  0x000002ea iadd  0x00000002 , 0x0000003f 
- 00000475  0x000002eb istore  0x00000001 , 0x00000005 
- 00000476  0x000002ed fetch  0x00000001 , 0x00004c37 
- 00000477  0x000002ee iforce  0x00000039 
- 00000478  0x000002ef arg  0x00004bd3 , 0x00000006 
- 00000479  0x000002f0 branch  0x00007f01 
- 00000480  0x000002f3 fetch  0x00000001 , 0x00004c5f 
- 00000481  0x000002f4 and_into  0x00000003 , 0x0000003f 
- 00000482  0x000002f5 mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00000483  0x000002f6 setarg  0x00004c48 
- 00000484  0x000002f7 iadd  0x00000011 , 0x0000003f 
- 00000485  0x000002f8 iadd  0x00000002 , 0x00000006 
- 00000486  0x000002f9 ifetch  0x00000001 , 0x00000006 
- 00000487  0x000002fa store  0x00000001 , 0x00004c41 
- 00000488  0x000002fb rtn 
- 00000489  0x000002fe disable  0x00000009 
- 00000490  0x000002ff disable  0x00000007 
- 00000491  0x00000300 setarg  0x00555555 
- 00000492  0x00000301 iforce  0x0000000f 
- 00000493  0x00000302 fetch  0x00000001 , 0x00004c41 
- 00000494  0x00000303 reverse  0x0000003f , 0x00000002 
- 00000495  0x00000304 set1  0x00000001 , 0x00000002 
- 00000496  0x00000305 rshift  0x00000002 , 0x0000000e 
- 00000497  0x00000306 rtn 
- 00000498  0x00000309 call  0x000053c4 
- 00000499  0x0000030a fetch  0x00000004 , 0x00004c5f 
- 00000500  0x0000030b iforce  0x00000009 
- 00000501  0x0000030c call  0x00002918 
- 00000502  0x0000030d fetcht  0x00000001 , 0x00004c41 
- 00000503  0x0000030e call  0x0000291f 
- 00000504  0x0000030f setarg  0x00000500 
- 00000505  0x00000310 call  0x00002a8f 
- 00000506  0x00000311 call  0x00002924 
- 00000507  0x00000315 call  0x000001e9 
- 00000508  0x00000316 disable  0x0000002f 
- 00000509  0x00000317 enable  0x0000000d 
- 00000510  0x00000318 enable  0x00000021 
- 00000511  0x00000319 disable  0x00000020 
- 00000512  0x0000031a enable  0x00000010 
- 00000513  0x0000031b fetch  0x00000002 , 0x00004c3a 
- 00000514  0x0000031c iforce  0x0000001b 
- 00000515  0x0000031d correlate  0x0000003e , 0x00000003 
- 00000516  0x0000031e nbranch  0x00000237 , 0x00000018 
- 00000517  0x00000321 disable  0x0000000d 
- 00000518  0x00000322 enable  0x0000000b 
- 00000519  0x00000323 enable  0x00000007 
- 00000520  0x00000324 enable  0x00000009 
- 00000521  0x00000325 call  0x00000234 
- 00000522  0x00000326 store  0x00000001 , 0x00004ceb 
- 00000523  0x00000327 fetcht  0x00000001 , 0x00004cea 
- 00000524  0x00000328 isub  0x00000002 , 0x0000003e 
- 00000525  0x00000329 nbranch  0x00000237 , 0x00000005 
- 00000526  0x0000032a call  0x00000234 
- 00000527  0x0000032b store  0x00000001 , 0x00004bb1 
- 00000528  0x0000032c fetch  0x00000001 , 0x00004c7d 
- 00000529  0x0000032d sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00000530  0x0000032e branch  0x00000217 , 0x00000005 
- 00000531  0x0000032f fetch  0x00000001 , 0x00004bb1 
- 00000532  0x00000330 fetcht  0x00000001 , 0x00004c38 
- 00000533  0x00000331 icompare  0x00000007 , 0x00000002 
- 00000534  0x00000332 nbranch  0x00000237 , 0x00000001 
- 00000535  0x00000334 call  0x00000234 
- 00000536  0x00000335 istore  0x00000001 , 0x00000005 
- 00000537  0x00000336 rshift3  0x0000003f , 0x0000003f 
- 00000538  0x00000337 and  0x0000003f , 0x0000001f , 0x00000039 
- 00000539  0x00000338 branch  0x0000021f , 0x00000005 
- 00000540  0x0000033a call  0x00000234 
- 00000541  0x0000033b istore  0x00000001 , 0x00000005 
- 00000542  0x0000033c loop  0x0000021c 
- 00000543  0x0000033f copy  0x00000005 , 0x00000011 
- 00000544  0x00000340 call  0x00000234 
- 00000545  0x00000341 store  0x00000001 , 0x00004d72 
- 00000546  0x00000342 copy  0x00000011 , 0x00000005 
- 00000547  0x00000343 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00000548  0x00000344 enable  0x00000010 
- 00000549  0x00000345 arg  0x00000664 , 0x0000001b 
- 00000550  0x00000346 rshift32  0x0000003f , 0x0000003f 
- 00000551  0x00000347 rshift16  0x0000003f , 0x0000003f 
- 00000552  0x00000348 istore  0x00000003 , 0x00000005 
- 00000553  0x00000349 disable  0x0000000b 
- 00000554  0x0000034a branch  0x00000237 , 0x00000006 
- 00000555  0x0000034d enable  0x0000002f 
- 00000556  0x0000034e fetch  0x00000001 , 0x00000017 
- 00000557  0x0000034f add  0x0000003f , 0x00000000 , 0x00000011 
- 00000558  0x00000350 call  0x00002981 
- 00000559  0x00000351 disable  0x0000000d 
- 00000560  0x00000352 call  0x00002918 
- 00000561  0x00000353 fetch  0x00000001 , 0x00004d72 
- 00000562  0x00000354 call  0x0000006c 
- 00000563  0x00000355 rtn 
- 00000564  0x00000358 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00000565  0x00000359 rshift3  0x0000000c , 0x0000003f 
- 00000566  0x0000035a rtn 
- 00000567  0x0000035d disable  0x0000001b 
- 00000568  0x0000035e disable  0x0000000b 
- 00000569  0x0000035f call  0x0000264d 
- 00000570  0x00000360 rtn 
- 00000571  0x00000369 call  0x00002918 
- 00000572  0x0000036a fetcht  0x00000001 , 0x00004c41 
- 00000573  0x0000036b branch  0x00002933 
- 00000574  0x0000036e call  0x000053c4 
- 00000575  0x0000036f fetch  0x00000004 , 0x00004c5f 
- 00000576  0x00000370 iforce  0x00000009 
- 00000577  0x00000371 call  0x000001e9 
- 00000578  0x00000372 call  0x0000023b 
- 00000579  0x00000373 set1  0x00000000 , 0x00000015 
- 00000580  0x00000374 enable  0x0000001d 
- 00000581  0x00000375 enable  0x00000020 
- 00000582  0x00000376 disable  0x00000021 
- 00000583  0x00000379 rshift16  0x00000009 , 0x0000003f 
- 00000584  0x0000037a rshift8  0x0000003f , 0x0000003f 
- 00000585  0x0000037b rshift4  0x0000003f , 0x0000003f 
- 00000586  0x0000037c inject  0x00000003 , 0x00000028 
- 00000587  0x0000037d disable  0x0000001d 
- 00000588  0x0000037e enable  0x0000001b 
- 00000589  0x0000037f enable  0x00000007 
- 00000590  0x00000380 enable  0x00000009 
- 00000591  0x00000381 fetch  0x00000001 , 0x00004cea 
- 00000592  0x00000382 inject  0x00000003 , 0x00000008 
- 00000593  0x00000383 fetch  0x00000001 , 0x00004c39 
- 00000594  0x00000384 iforce  0x00000039 
- 00000595  0x00000385 arg  0x00004bf3 , 0x00000006 
- 00000596  0x00000387 ifetch  0x00000001 , 0x00000006 
- 00000597  0x00000388 inject  0x00000003 , 0x00000008 
- 00000598  0x00000389 loop  0x00000254 
- 00000599  0x0000038c enable  0x00000008 
- 00000600  0x0000038d inject  0x00000003 , 0x00000018 
- 00000601  0x0000038e disable  0x00000008 
- 00000602  0x0000038f until  0x0000003e , 0x00000027 
- 00000603  0x00000390 nop  0x00000064 
- 00000604  0x00000391 disable  0x0000001d 
- 00000605  0x00000392 disable  0x0000001b 
- 00000606  0x00000393 rtn 
- 00000607  0x00000396 call  0x00007fe9 
- 00000608  0x00000397 fetcht  0x00000004 , 0x00004c58 
- 00000609  0x00000398 copy  0x00000022 , 0x0000003f 
- 00000610  0x00000399 isub  0x00000002 , 0x0000003e 
- 00000611  0x0000039a ncall  0x00002d18 , 0x00000002 
- 00000612  0x0000039b copy  0x0000003f , 0x00000012 
- 00000613  0x0000039c fetch  0x00000004 , 0x00004c58 
- 00000614  0x0000039d fetcht  0x00000001 , 0x00004c5c 
- 00000615  0x0000039e iadd  0x00000002 , 0x00000002 
- 00000616  0x0000039f copy  0x00000012 , 0x0000003f 
- 00000617  0x000003a0 isub  0x00000002 , 0x0000003e 
- 00000618  0x000003a1 nrtn  0x00000002 
- 00000619  0x000003a2 set0  0x0000001c , 0x0000003f 
- 00000620  0x000003a3 store  0x00000004 , 0x00004c58 
- 00000621  0x000003a4 branch  0x00007fe7 
- 00000622  0x000003bd arg  0x00000000 , 0x00000002 
- 00000623  0x000003be arg  0x00000008 , 0x00000039 
- 00000624  0x000003bf copy  0x00000011 , 0x00000006 
- 00000625  0x000003c1 ifetch  0x00000001 , 0x00000006 
- 00000626  0x000003c2 iadd  0x00000002 , 0x00000002 
- 00000627  0x000003c3 loop  0x00000271 
- 00000628  0x000003c4 rshift3  0x00000002 , 0x0000003f 
- 00000629  0x000003c5 copy  0x0000003f , 0x00000002 
- 00000630  0x000003c6 rtnmark0  0x00000026 
- 00000631  0x000003c8 div  0x0000003f , 0x0000000a 
- 00000632  0x000003c9 call  0x00007f86 
- 00000633  0x000003ca quotient  0x0000003f 
- 00000634  0x000003cb lshift4  0x0000003f , 0x0000003f 
- 00000635  0x000003cc remainder  0x00000002 
- 00000636  0x000003cd ior  0x00000002 , 0x00000002 
- 00000637  0x000003ce rtn 
- 00000638  0x000003cf rtn 
- 00000639  0x000003d3 rtnmark1  0x00000026 
- 00000640  0x000003d4 call  0x000003a0 
- 00000641  0x000003d5 call  0x00000289 
- 00000642  0x000003d6 fetch  0x00000001 , 0x00004040 
- 00000643  0x000003d7 bbit0  0x00000000 , 0x00000286 
- 00000644  0x000003d8 fetch  0x00000001 , 0x000000a0 
- 00000645  0x000003d9 nrtn  0x00000034 
- 00000646  0x000003db setarg  0x00000000 
- 00000647  0x000003dc store  0x00000008 , 0x000000a1 
- 00000648  0x000003dd rtn 
- 00000649  0x000003e0 call  0x0000029e 
- 00000650  0x000003e1 call  0x00000286 
- 00000651  0x000003e3 call  0x00003ebf 
- 00000652  0x000003e4 call  0x00000332 
- 00000653  0x000003e5 hfetch  0x00000004 , 0x00008070 
- 00000654  0x000003e6 hfetcht  0x00000004 , 0x00008078 
- 00000655  0x000003e7 ior  0x00000002 , 0x00000002 
- 00000656  0x000003e8 invert  0x00000002 , 0x00000002 
- 00000657  0x000003e9 hstoret  0x00000004 , 0x0000807c 
- 00000658  0x000003ea hfetch  0x00000001 , 0x0000807d 
- 00000659  0x000003eb set0  0x00000002 , 0x0000003f 
- 00000660  0x000003ec hstore  0x00000001 , 0x0000807d 
- 00000661  0x000003ed hfetch  0x00000001 , 0x0000807e 
- 00000662  0x000003ee set0  0x00000006 , 0x0000003f 
- 00000663  0x000003ef hstore  0x00000001 , 0x0000807e 
- 00000664  0x000003f1 fetcht  0x00000001 , 0x00004b28 
- 00000665  0x000003f2 call  0x000067fb 
- 00000666  0x000003f3 fetcht  0x00000001 , 0x00004b28 
- 00000667  0x000003f4 set1  0x00000007 , 0x00000002 
- 00000668  0x000003f5 arg  0x00008078 , 0x00000005 
- 00000669  0x000003f6 branch  0x00006830 
- 00000670  0x000003fa fetch  0x00000001 , 0x00004b01 
- 00000671  0x000003fb rtn  0x00000034 
- 00000672  0x000003fc branch  0x000004f9 
- 00000673  0x000003ff call  0x0000296c 
- 00000674  0x00000400 call  0x00003416 
- 00000675  0x00000401 call  0x000074b9 
- 00000676  0x00000402 branch  0x000002d6 , 0x0000002b 
- 00000677  0x00000404 fetch  0x00000003 , 0x000044a3 
- 00000678  0x00000405 store  0x00000003 , 0x00004b6c 
- 00000679  0x00000406 call  0x00000001 
- 00000680  0x00000409 call  0x00000380 
- 00000681  0x0000040a call  0x0000052f 
- 00000682  0x0000040b beq  0x00000005 , 0x000002d4 
- 00000683  0x0000040c fetch  0x00000001 , 0x00004241 
- 00000684  0x0000040d bbit1  0x00000002 , 0x000002ae 
- 00000685  0x0000040e branch  0x000002b1 
- 00000686  0x00000411 fetch  0x00000001 , 0x000047c6 
- 00000687  0x00000412 beq  0x00000001 , 0x000002b7 
- 00000688  0x00000413 branch  0x000002b1 
- 00000689  0x00000416 fetch  0x00000001 , 0x000047c6 
- 00000690  0x00000417 bne  0x000000ff , 0x000002b5 
- 00000691  0x00000418 fetch  0x00000004 , 0x00004d7c 
- 00000692  0x00000419 store  0x00000004 , 0x00004c5f 
- 00000693  0x0000041b jam  0x00000060 , 0x000011c7 
- 00000694  0x0000041c branch  0x0000076a 
- 00000695  0x0000041f call  0x000002be 
- 00000696  0x00000420 fetch  0x00000001 , 0x00004b6b 
- 00000697  0x00000421 beq  0x000000ff , 0x000002c4 
- 00000698  0x00000422 fetch  0x00000001 , 0x00004210 
- 00000699  0x00000423 beq  0x00000033 , 0x000002c1 
- 00000700  0x00000424 beq  0x00000034 , 0x000002c4 
- 00000701  0x00000425 rtn 
- 00000702  0x0000042b fetch  0x00000001 , 0x00004cee 
- 00000703  0x0000042c store  0x00000001 , 0x000041de 
- 00000704  0x0000042d rtn 
- 00000705  0x00000439 fetch  0x00000006 , 0x000041d0 
- 00000706  0x0000043a branch  0x000033eb , 0x00000034 
- 00000707  0x0000043b branch  0x00004274 
- 00000708  0x0000043e jam  0x00000022 , 0x000011c7 
- 00000709  0x0000043f branch  0x0000076a 
- 00000710  0x00000442 arg  0x00004370 , 0x00000011 
- 00000711  0x00000444 ifetch  0x00000001 , 0x00000011 
- 00000712  0x00000445 rtn  0x00000034 
- 00000713  0x00000446 iadd  0x00000006 , 0x00000011 
- 00000714  0x00000447 ifetch  0x00000001 , 0x00000006 
- 00000715  0x00000448 rtneq  0x00000001 
- 00000716  0x00000449 branch  0x000002c7 
- 00000717  0x0000044c jam  0x0000005a , 0x00004b6b 
- 00000718  0x0000044d rtn 
- 00000719  0x00000450 jam  0x000000ff , 0x00004b6b 
- 00000720  0x00000451 jam  0x00000034 , 0x00004210 
- 00000721  0x00000452 fetch  0x00000006 , 0x00004d7c 
- 00000722  0x00000453 store  0x00000006 , 0x000044a0 
- 00000723  0x00000454 rtn 
- 00000724  0x00000458 jam  0x00000061 , 0x000011c7 
- 00000725  0x00000459 branch  0x0000076a 
- 00000726  0x00000463 jam  0x00000076 , 0x00004212 
- 00000727  0x00000464 branch  0x00003d36 
- 00000728  0x00000467 call  0x000002d6 
- 00000729  0x00000468 call  0x000040c0 
- 00000730  0x0000046a call  0x000040d9 
- 00000731  0x0000046b beq  0x00000030 , 0x000002e2 
- 00000732  0x0000046c beq  0x00000031 , 0x00000306 
- 00000733  0x0000046d call  0x000040d1 
- 00000734  0x0000046e nop  0x000003e8 
- 00000735  0x0000046f branch  0x000002da 
- 00000736  0x00000472 jam  0x00000001 , 0x00004b01 
- 00000737  0x00000473 branch  0x000002d8 
- 00000738  0x00000476 call  0x0000030b 
- 00000739  0x00000477 fetch  0x00000001 , 0x000046de 
- 00000740  0x00000478 beq  0x0000005a , 0x000002e8 
- 00000741  0x00000479 beq  0x00000054 , 0x000002ef 
- 00000742  0x0000047a beq  0x000000d8 , 0x000002f7 
- 00000743  0x0000047b branch  0x000040e0 
- 00000744  0x0000047e jam  0x00000007 , 0x000046e0 
- 00000745  0x0000047f setarg  0x00008006 
- 00000746  0x00000480 call  0x00006413 
- 00000747  0x00000481 call  0x00007ec1 
- 00000748  0x00000482 arg  0x00004b73 , 0x00000013 
- 00000749  0x00000483 call  0x000002f1 
- 00000750  0x00000484 branch  0x00000313 
- 00000751  0x00000487 jam  0x00000002 , 0x000046e0 
- 00000752  0x00000488 arg  0x00004b8c , 0x00000013 
- 00000753  0x0000048a ifetch  0x00000002 , 0x00000013 
- 00000754  0x0000048b rtneq  0x000000ff 
- 00000755  0x0000048c call  0x00006413 
- 00000756  0x0000048d nop  0x00002ee0 
- 00000757  0x0000048e increase  0x00000002 , 0x00000013 
- 00000758  0x0000048f branch  0x000002f1 
- 00000759  0x00000492 setarg  0x00000016 
- 00000760  0x00000493 call  0x00006414 
- 00000761  0x00000494 sub  0x0000003f , 0x000000bd , 0x0000003e 
- 00000762  0x00000495 nbranch  0x000002da , 0x00000005 
- 00000763  0x00000496 setarg  0x00000019 
- 00000764  0x00000497 call  0x00006414 
- 00000765  0x00000498 sub  0x0000003f , 0x00000055 , 0x0000003e 
- 00000766  0x00000499 nbranch  0x000002da , 0x00000005 
- 00000767  0x0000049a setarg  0x0000001b 
- 00000768  0x0000049b call  0x00006414 
- 00000769  0x0000049c sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00000770  0x0000049d nbranch  0x000002da , 0x00000005 
- 00000771  0x0000049e jam  0x00000008 , 0x000046e0 
- 00000772  0x0000049f arg  0x00004ba2 , 0x00000013 
- 00000773  0x000004a0 branch  0x000002f1 
- 00000774  0x000004a3 call  0x0000030b 
- 00000775  0x000004a4 fetch  0x00000001 , 0x000046de 
- 00000776  0x000004a5 beq  0x00000070 , 0x000040e8 
- 00000777  0x000004a6 jam  0x00000001 , 0x000046e0 
- 00000778  0x000004a7 rtn 
- 00000779  0x000004aa arg  0x00004b99 , 0x00000013 
- 00000780  0x000004ab call  0x000002f1 
- 00000781  0x000004ac call  0x00000313 
- 00000782  0x000004ad fetch  0x00000001 , 0x000046e0 
- 00000783  0x000004ae beq  0x00000002 , 0x000002ef 
- 00000784  0x000004af beq  0x00000007 , 0x000002e8 
- 00000785  0x000004b0 beq  0x00000008 , 0x000002f7 
- 00000786  0x000004b1 rtn 
- 00000787  0x000004b6 fetch  0x00000001 , 0x0000477a 
- 00000788  0x000004b7 bne  0x000000ff , 0x000004f9 
- 00000789  0x000004b9 fetch  0x00000001 , 0x000046e1 
- 00000790  0x000004ba store  0x00000001 , 0x0000477a 
- 00000791  0x000004bb branch  0x000004f9 
- 00000792  0x000004be setarg  0x00000806 
- 00000793  0x000004bf call  0x00006414 
- 00000794  0x000004c0 or  0x0000003f , 0x00000008 , 0x0000003f 
- 00000795  0x000004c1 lshift8  0x0000003f , 0x0000003f 
- 00000796  0x000004c2 add  0x0000003f , 0x00000006 , 0x0000003f 
- 00000797  0x000004c3 branch  0x00006413 
- 00000798  0x000004c6 jam  0x00000080 , 0x000011c7 
- 00000799  0x000004c7 branch  0x0000076a 
- 00000800  0x000004ca fetch  0x00000004 , 0x000046d3 
- 00000801  0x000004cb rtnbit0  0x0000001f 
- 00000802  0x000004cd hfetch  0x00000001 , 0x00008078 
- 00000803  0x000004ce set1  0x00000005 , 0x0000003f 
- 00000804  0x000004cf hstore  0x00000001 , 0x00008078 
- 00000805  0x000004d0 call  0x0000032a 
- 00000806  0x000004d1 hfetch  0x00000001 , 0x00008078 
- 00000807  0x000004d2 set0  0x00000005 , 0x0000003f 
- 00000808  0x000004d3 hstore  0x00000001 , 0x00008078 
- 00000809  0x000004d4 rtn 
- 00000810  0x000004d6 fetcht  0x00000001 , 0x000046f7 
- 00000811  0x000004d7 call  0x000067fb 
- 00000812  0x000004d8 fetcht  0x00000001 , 0x000046f7 
- 00000813  0x000004d9 call  0x0000681d 
- 00000814  0x000004da jam  0x00000003 , 0x000046f6 
- 00000815  0x000004db rtn  0x00000001 
- 00000816  0x000004dc jam  0x00000000 , 0x000046f6 
- 00000817  0x000004dd rtn 
- 00000818  0x000004e2 fetcht  0x00000001 , 0x00004b47 
- 00000819  0x000004e3 branch  0x00006825 
- 00000820  0x000004e6 jam  0x00000040 , 0x00008086 
- 00000821  0x000004e7 jam  0x00000000 , 0x00008087 
- 00000822  0x000004e8 hfetch  0x00000001 , 0x00008081 
- 00000823  0x000004e9 set0  0x00000000 , 0x0000003f 
- 00000824  0x000004ea set0  0x00000001 , 0x0000003f 
- 00000825  0x000004eb set1  0x00000003 , 0x0000003f 
- 00000826  0x000004ec set0  0x00000004 , 0x0000003f 
- 00000827  0x000004ed hstore  0x00000001 , 0x00008081 
- 00000828  0x000004ee setarg  0x00000000 
- 00000829  0x000004ef store  0x00000004 , 0x000001f5 
- 00000830  0x000004f1 hfetch  0x00000001 , 0x0000807f 
- 00000831  0x000004f2 set0  0x00000000 , 0x0000003f 
- 00000832  0x000004f3 hstore  0x00000001 , 0x0000807f 
- 00000833  0x000004f5 rtn 
- 00000834  0x000004f8 call  0x00000390 
- 00000835  0x000004f9 call  0x00004423 
- 00000836  0x000004fa fetch  0x00000002 , 0x00004778 
- 00000837  0x000004fb arg  0x0000aa55 , 0x00000002 
- 00000838  0x000004fc isub  0x00000002 , 0x0000003e 
- 00000839  0x000004fd branch  0x00000380 , 0x00000005 
- 00000840  0x000004fe storet  0x00000002 , 0x00004778 
- 00000841  0x000004ff call  0x0000441c 
- 00000842  0x00000500 fetch  0x00000001 , 0x000046e1 
- 00000843  0x00000501 store  0x00000001 , 0x0000477a 
- 00000844  0x00000506 call  0x00000390 
- 00000845  0x00000507 call  0x0000035f 
- 00000846  0x00000508 call  0x00000377 
- 00000847  0x00000509 call  0x00000363 
- 00000848  0x0000050a call  0x0000036e 
- 00000849  0x0000050c call  0x00000334 
- 00000850  0x0000050d arg  0x00000003 , 0x00000002 
- 00000851  0x0000050e arg  0x000047c4 , 0x00000011 
- 00000852  0x0000050f arg  0x0000005f , 0x00000012 
- 00000853  0x00000511 fetch  0x00000003 , 0x00004700 
- 00000854  0x00000512 iadd  0x00000012 , 0x0000003f 
- 00000855  0x00000513 call  0x00000363 
- 00000856  0x00000514 call  0x0000036e 
- 00000857  0x00000515 call  0x00000388 
- 00000858  0x00000516 branch  0x000002d6 
- 00000859  0x00000519 arg  0x00000004 , 0x00000002 
- 00000860  0x0000051a arg  0x00004c5f , 0x00000011 
- 00000861  0x0000051b arg  0x0000005b , 0x00000012 
- 00000862  0x0000051c rtn 
- 00000863  0x0000051f fetch  0x00000003 , 0x00004700 
- 00000864  0x00000520 store  0x00000003 , 0x00004232 
- 00000865  0x00000521 call  0x0000652a 
- 00000866  0x00000522 branch  0x0000036e 
- 00000867  0x00000525 copy  0x0000003f , 0x00000013 
- 00000868  0x00000526 copy  0x00000011 , 0x0000003f 
- 00000869  0x00000527 increase  0xfffffffc , 0x0000003f 
- 00000870  0x00000528 copy  0x0000003f , 0x00000012 
- 00000871  0x00000529 ifetch  0x00000004 , 0x00000012 
- 00000872  0x0000052a store  0x00000004 , 0x00004b49 
- 00000873  0x0000052b copy  0x00000013 , 0x0000003f 
- 00000874  0x0000052c call  0x00006552 
- 00000875  0x0000052d fetch  0x00000004 , 0x00004b49 
- 00000876  0x0000052e istore  0x00000004 , 0x00000012 
- 00000877  0x0000052f rtn 
- 00000878  0x00000532 setarg  0x000186a0 
- 00000879  0x00000533 call  0x00002a8f 
- 00000880  0x00000534 call  0x0000650b 
- 00000881  0x00000535 setarg  0x000001fa 
- 00000882  0x00000536 hstore  0x00000002 , 0x0000808c 
- 00000883  0x00000537 setarg  0x00000005 
- 00000884  0x00000538 call  0x000064f3 
- 00000885  0x00000539 bbit1  0x00000000 , 0x0000036e 
- 00000886  0x0000053a rtn 
- 00000887  0x0000053d setarg  0x0000477f 
- 00000888  0x0000053e arg  0x00004720 , 0x00000002 
- 00000889  0x0000053f isub  0x00000002 , 0x00000002 
- 00000890  0x00000540 fetch  0x00000003 , 0x00004700 
- 00000891  0x00000541 arg  0x00004720 , 0x00000011 
- 00000892  0x00000542 rtn 
- 00000893  0x00000545 call  0x00000390 
- 00000894  0x00000546 call  0x00000377 
- 00000895  0x00000547 branch  0x00006562 
- 00000896  0x0000054a call  0x0000037d 
- 00000897  0x0000054b call  0x0000057a 
- 00000898  0x0000054c call  0x00000581 
- 00000899  0x0000054e call  0x00004364 
- 00000900  0x0000054f call  0x0000431a 
- 00000901  0x00000550 fetch  0x00000004 , 0x0000477b 
- 00000902  0x00000551 store  0x00000004 , 0x00004c5f 
- 00000903  0x00000552 rtn 
- 00000904  0x00000555 jam  0x000000b9 , 0x00000aa2 
- 00000905  0x00000557 call  0x00000334 
- 00000906  0x00000558 call  0x000069ac 
- 00000907  0x00000559 call  0x0000650b 
- 00000908  0x0000055a arg  0x00004b49 , 0x00000011 
- 00000909  0x0000055b fetcht  0x00000001 , 0x00000aa2 
- 00000910  0x0000055c call  0x00006556 
- 00000911  0x0000055d branch  0x000069ac 
- 00000912  0x00000560 jam  0x000000ab , 0x00000aa2 
- 00000913  0x00000561 branch  0x00000389 
- 00000914  0x00000567 call  0x00007fe7 
- 00000915  0x00000568 setarg  0x0000ffff 
- 00000916  0x0000056a ifetcht  0x00000002 , 0x00000006 
- 00000917  0x0000056b isub  0x00000002 , 0x0000003e 
- 00000918  0x0000056c ncall  0x00007fe9 , 0x00000005 
- 00000919  0x0000056d loop  0x00000394 
- 00000920  0x0000056e rtn 
- 00000921  0x00000571 call  0x00004401 
- 00000922  0x00000572 fetch  0x00000002 , 0x0000469f 
- 00000923  0x00000573 rtn  0x00000034 
- 00000924  0x00000575 jam  0x00000001 , 0x00004d77 
- 00000925  0x00000576 setarg  0x00000000 
- 00000926  0x00000577 store  0x00000002 , 0x00004d78 
- 00000927  0x00000578 rtn 
- 00000928  0x0000057b arg  0x00001800 , 0x00000006 
- 00000929  0x0000057c arg  0x0000480d , 0x00000005 
- 00000930  0x0000057d call  0x000003a8 
- 00000931  0x0000057e arg  0x00001900 , 0x00000006 
- 00000932  0x0000057f call  0x000003a8 
- 00000933  0x00000580 arg  0x00001a00 , 0x00000006 
- 00000934  0x00000581 call  0x000003a8 
- 00000935  0x00000582 arg  0x00001b00 , 0x00000006 
- 00000936  0x00000584 arg  0x0000001b , 0x00000039 
- 00000937  0x00000585 branch  0x00007f01 
- 00000938  0x00000588 arg  0x0000480d , 0x00000006 
- 00000939  0x00000589 arg  0x00001800 , 0x00000005 
- 00000940  0x0000058a call  0x000003a8 
- 00000941  0x0000058b arg  0x00001900 , 0x00000005 
- 00000942  0x0000058c call  0x000003a8 
- 00000943  0x0000058d arg  0x00001a00 , 0x00000005 
- 00000944  0x0000058e call  0x000003a8 
- 00000945  0x0000058f arg  0x00001b00 , 0x00000005 
- 00000946  0x00000590 branch  0x000003a8 
- 00000947  0x00000593 call  0x00005892 
- 00000948  0x00000594 nrtn  0x00000034 
- 00000949  0x00000595 fetch  0x00000001 , 0x00004b6b 
- 00000950  0x00000596 beq  0x000000ff , 0x000003ba 
- 00000951  0x00000597 fetch  0x00000001 , 0x000046c5 
- 00000952  0x00000598 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000953  0x00000599 rtnne  0x00000003 
- 00000954  0x0000059b fetch  0x00000001 , 0x0000479e 
- 00000955  0x0000059c call  0x00000410 , 0x00000034 
- 00000956  0x0000059d fetch  0x00000004 , 0x000046d3 
- 00000957  0x0000059e bbit1  0x00000005 , 0x00004179 
- 00000958  0x0000059f call  0x00003f97 
- 00000959  0x000005a0 nrtn  0x00000028 
- 00000960  0x000005a1 call  0x000003c7 
- 00000961  0x000005a2 call  0x000003ca 
- 00000962  0x000005a3 call  0x000003e6 
- 00000963  0x000005a5 arg  0x0000469a , 0x00000011 
- 00000964  0x000005a6 call  0x00007e3d 
- 00000965  0x000005a7 call  0x000003d5 , 0x00000028 
- 00000966  0x000005a9 rtn 
- 00000967  0x000005ae jam  0x00000000 , 0x00004172 
- 00000968  0x000005af jam  0x0000001e , 0x00004b63 
- 00000969  0x000005b0 rtn 
- 00000970  0x000005b5 fetch  0x00000001 , 0x00004b62 
- 00000971  0x000005b6 rtnne  0x00000001 
- 00000972  0x000005b7 setarg  0x00000000 
- 00000973  0x000005b8 store  0x00000001 , 0x00004b62 
- 00000974  0x000005b9 store  0x00000004 , 0x0000469b 
- 00000975  0x000005ba branch  0x000002e0 
- 00000976  0x000005bd jam  0x00000007 , 0x000047a2 
- 00000977  0x000005be jam  0x00000004 , 0x000047a3 
- 00000978  0x000005bf setarg  0x000047a2 
- 00000979  0x000005c0 store  0x00000002 , 0x00004218 
- 00000980  0x000005c1 branch  0x00007e38 
- 00000981  0x000005c4 fetch  0x00000001 , 0x000047c3 
- 00000982  0x000005c5 increase  0x00000001 , 0x0000003f 
- 00000983  0x000005c6 store  0x00000001 , 0x000047c3 
- 00000984  0x000005c7 rtn 
- 00000985  0x000005ca arg  0x0000469a , 0x00000011 
- 00000986  0x000005cb call  0x00007e54 
- 00000987  0x000005cc branch  0x000003dd , 0x00000028 
- 00000988  0x000005cd rtn 
- 00000989  0x000005d0 call  0x00005652 
- 00000990  0x000005d1 fetch  0x00000001 , 0x000047c3 
- 00000991  0x000005d2 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00000992  0x000005d3 ncall  0x00005650 , 0x00000002 
- 00000993  0x000005d4 fetch  0x00000001 , 0x000047c3 
- 00000994  0x000005d5 rtn  0x00000034 
- 00000995  0x000005d6 increase  0xffffffff , 0x0000003f 
- 00000996  0x000005d7 store  0x00000001 , 0x000047c3 
- 00000997  0x000005d8 branch  0x00003f90 
- 00000998  0x000005dc fetch  0x00000002 , 0x0000469f 
- 00000999  0x000005dd rtn  0x00000034 
- 00001000  0x000005de jam  0x00000001 , 0x00004809 
- 00001001  0x000005df jam  0x00000002 , 0x0000480a 
- 00001002  0x000005e0 rtn 
- 00001003  0x000005e3 rtn  0x0000002e 
- 00001004  0x000005e4 fetch  0x00000001 , 0x000041e2 
- 00001005  0x000005e5 rtn  0x00000034 
- 00001006  0x000005e6 call  0x00005271 
- 00001007  0x000005e7 nrtn  0x00000034 
- 00001008  0x000005e8 fetch  0x00000001 , 0x0000479e 
- 00001009  0x000005e9 call  0x00000410 , 0x00000034 
- 00001010  0x000005ea fetch  0x00000004 , 0x000046d3 
- 00001011  0x000005eb bbit1  0x00000005 , 0x00003f8a 
- 00001012  0x000005ec bbit1  0x00000009 , 0x00003f8a 
- 00001013  0x000005ed call  0x00003f97 
- 00001014  0x000005ee nrtn  0x00000028 
- 00001015  0x000005ef call  0x000003c7 
- 00001016  0x000005f0 call  0x000003ca 
- 00001017  0x000005f1 call  0x000003e6 
- 00001018  0x000005f2 fetch  0x00000001 , 0x00004b06 
- 00001019  0x000005f3 beq  0x00000001 , 0x000003ff 
- 00001020  0x000005f4 fetch  0x00000001 , 0x00004b0d 
- 00001021  0x000005f5 rtn  0x00000034 
- 00001022  0x000005f6 branch  0x00003f81 
- 00001023  0x000005f9 fetch  0x00000001 , 0x0000469a 
- 00001024  0x000005fa store  0x00000001 , 0x00004b07 
- 00001025  0x000005fb fetch  0x00000001 , 0x0000469b 
- 00001026  0x000005fc istore  0x00000001 , 0x00000005 
- 00001027  0x000005fd fetch  0x00000001 , 0x0000469d 
- 00001028  0x000005fe istore  0x00000001 , 0x00000005 
- 00001029  0x000005ff fetch  0x00000002 , 0x0000469f 
- 00001030  0x00000600 istore  0x00000002 , 0x00000005 
- 00001031  0x00000602 arg  0x00000007 , 0x00000011 
- 00001032  0x00000603 call  0x00004d63 
- 00001033  0x00000604 fetch  0x00000002 , 0x0000424e 
- 00001034  0x00000605 istore  0x00000002 , 0x00000005 
- 00001035  0x00000606 setarg  0x000002a1 
- 00001036  0x00000607 istore  0x00000002 , 0x00000005 
- 00001037  0x00000608 fetch  0x00000005 , 0x00004b07 
- 00001038  0x00000609 istore  0x00000005 , 0x00000005 
- 00001039  0x0000060a rtn 
- 00001040  0x0000060d jam  0x00000001 , 0x0000479e 
- 00001041  0x0000060e call  0x00005814 
- 00001042  0x0000060f branch  0x000002e0 
- 00001043  0x00000617 call  0x00007e34 
- 00001044  0x00000618 call  0x00000416 
- 00001045  0x00000619 branch  0x00003ee0 
- 00001046  0x0000061c fetcht  0x00000001 , 0x000046e7 
- 00001047  0x0000061d call  0x00000551 
- 00001048  0x0000061e fetcht  0x00000001 , 0x000046e7 
- 00001049  0x0000061f call  0x0000681d 
- 00001050  0x00000620 branch  0x00000424 , 0x00000001 
- 00001051  0x00000621 call  0x0000055a 
- 00001052  0x00000623 fetch  0x00000001 , 0x000046b6 
- 00001053  0x00000624 rtneq  0x00000000 
- 00001054  0x00000625 jam  0x00000000 , 0x000046b6 
- 00001055  0x00000627 fetch  0x00000001 , 0x0000477a 
- 00001056  0x00000628 increase  0x00000001 , 0x0000003f 
- 00001057  0x00000629 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001058  0x0000062a store  0x00000001 , 0x0000477a 
- 00001059  0x0000062e branch  0x00003d7e 
- 00001060  0x00000631 call  0x0000055a 
- 00001061  0x00000632 branch  0x00003d62 
- 00001062  0x00000635 copy  0x00000013 , 0x0000003f 
- 00001063  0x00000636 beq  0x00000014 , 0x00000437 
- 00001064  0x00000637 beq  0x00000015 , 0x00000441 
- 00001065  0x00000638 beq  0x00000029 , 0x00000444 
- 00001066  0x00000639 beq  0x00000032 , 0x00000446 
- 00001067  0x0000063a beq  0x00000040 , 0x00000448 
- 00001068  0x0000063b beq  0x00000004 , 0x0000044a 
- 00001069  0x0000063c beq  0x00000013 , 0x0000044a 
- 00001070  0x0000063d beq  0x00000019 , 0x000033df 
- 00001071  0x0000063e beq  0x00000021 , 0x0000044e 
- 00001072  0x0000063f beq  0x00000001 , 0x00000450 
- 00001073  0x00000640 beq  0x00000002 , 0x00000456 
- 00001074  0x00000641 beq  0x0000002b , 0x0000045a 
- 00001075  0x00000642 beq  0x00000039 , 0x0000045c 
- 00001076  0x00000643 beq  0x0000003a , 0x00000462 
- 00001077  0x00000644 beq  0x0000003c , 0x00000464 
- 00001078  0x00000645 branch  0x0000417d 
- 00001079  0x00000648 call  0x000002e0 
- 00001080  0x00000649 call  0x00003410 
- 00001081  0x0000064a jam  0x00000001 , 0x000047c6 
- 00001082  0x0000064b jam  0x00000001 , 0x00004b6a 
- 00001083  0x0000064c fetch  0x00000001 , 0x000047a1 
- 00001084  0x0000064d nbranch  0x0000043e , 0x00000034 
- 00001085  0x0000064e jam  0x00000014 , 0x00004b6f 
- 00001086  0x00000650 call  0x000004cb 
- 00001087  0x00000651 call  0x000003d0 
- 00001088  0x00000652 branch  0x000041c3 
- 00001089  0x00000655 call  0x0000046c 
- 00001090  0x00000656 jam  0x000000a2 , 0x000011c7 
- 00001091  0x00000657 branch  0x0000076a 
- 00001092  0x0000065b jam  0x00000012 , 0x00000a99 
- 00001093  0x0000065c branch  0x00007d8f 
- 00001094  0x0000065f jam  0x000000b3 , 0x000011c7 
- 00001095  0x00000660 branch  0x0000076a 
- 00001096  0x00000663 jam  0x000000a1 , 0x000011c7 
- 00001097  0x00000664 branch  0x0000076a 
- 00001098  0x00000669 jam  0x000000a3 , 0x000011c7 
- 00001099  0x0000066a branch  0x0000076a 
- 00001100  0x0000066d jam  0x000000b5 , 0x000011c7 
- 00001101  0x0000066e branch  0x0000076a 
- 00001102  0x00000671 jam  0x000000b1 , 0x000011c7 
- 00001103  0x00000672 branch  0x0000076a 
- 00001104  0x00000675 jam  0x00000001 , 0x000047c6 
- 00001105  0x00000676 call  0x000002e0 
- 00001106  0x00000677 call  0x000004cb 
- 00001107  0x00000678 call  0x000004f4 
- 00001108  0x00000679 jam  0x00000000 , 0x0000480c 
- 00001109  0x0000067a branch  0x000042ca 
- 00001110  0x0000067d nop  0x00002ee0 
- 00001111  0x0000067e call  0x0000046c 
- 00001112  0x0000067f jam  0x000000b4 , 0x000011c7 
- 00001113  0x00000680 branch  0x0000076a 
- 00001114  0x00000683 jam  0x000000b2 , 0x000011c7 
- 00001115  0x00000684 branch  0x0000076a 
- 00001116  0x00000687 fetch  0x00000001 , 0x00004241 
- 00001117  0x00000688 set1  0x00000002 , 0x0000003f 
- 00001118  0x00000689 store  0x00000001 , 0x00004241 
- 00001119  0x0000068a call  0x000002e0 
- 00001120  0x0000068b jam  0x00000092 , 0x000011c7 
- 00001121  0x0000068c branch  0x0000076a 
- 00001122  0x0000068f jam  0x000000c0 , 0x000011c7 
- 00001123  0x00000690 branch  0x0000076a 
- 00001124  0x00000693 fetch  0x00000001 , 0x00004241 
- 00001125  0x00000694 set1  0x00000002 , 0x0000003f 
- 00001126  0x00000695 store  0x00000001 , 0x00004241 
- 00001127  0x00000696 jam  0x000000c1 , 0x000011c7 
- 00001128  0x00000697 branch  0x0000076a 
- 00001129  0x0000069a call  0x0000046c 
- 00001130  0x0000069b jam  0x000000a4 , 0x000011c7 
- 00001131  0x0000069c branch  0x0000076a 
- 00001132  0x0000069f fetch  0x00000001 , 0x00004b01 
- 00001133  0x000006a0 rtn  0x00000034 
- 00001134  0x000006a1 jam  0x00000000 , 0x00004b01 
- 00001135  0x000006a2 branch  0x00000318 
- 00001136  0x000006a6 call  0x000004ce 
- 00001137  0x000006a7 call  0x000004a4 
- 00001138  0x000006a8 call  0x000004bf 
- 00001139  0x000006a9 call  0x000004a9 
- 00001140  0x000006aa call  0x00004234 
- 00001141  0x000006ac call  0x0000049d 
- 00001142  0x000006ad call  0x00000489 
- 00001143  0x000006ae call  0x00000486 
- 00001144  0x000006af call  0x0000048f 
- 00001145  0x000006b0 call  0x00000495 
- 00001146  0x000006b1 call  0x0000047e 
- 00001147  0x000006b2 call  0x00004231 
- 00001148  0x000006b3 call  0x00000481 
- 00001149  0x000006b4 branch  0x0000423a 
- 00001150  0x000006f7 arg  0x0000480c , 0x00000013 
- 00001151  0x000006f8 arg  0x0000637a , 0x00000012 
- 00001152  0x000006f9 branch  0x0000336d 
- 00001153  0x000006fc arg  0x00004b0c , 0x00000013 
- 00001154  0x000006fd arg  0x00000484 , 0x00000012 
- 00001155  0x000006fe branch  0x0000336d 
- 00001156  0x00000700 jam  0x00000001 , 0x00004b0d 
- 00001157  0x00000701 rtn 
- 00001158  0x00000705 arg  0x000046c6 , 0x00000013 
- 00001159  0x00000706 arg  0x00003d60 , 0x00000012 
- 00001160  0x00000707 branch  0x0000336d 
- 00001161  0x0000070a arg  0x000046ae , 0x00000013 
- 00001162  0x0000070b arg  0x0000048c , 0x00000012 
- 00001163  0x0000070c branch  0x00003374 
- 00001164  0x0000070f fetch  0x00000001 , 0x00004b31 
- 00001165  0x00000710 nrtn  0x00000034 
- 00001166  0x00000711 branch  0x00004266 
- 00001167  0x00000714 arg  0x00004b63 , 0x00000013 
- 00001168  0x00000715 arg  0x00000492 , 0x00000012 
- 00001169  0x00000716 branch  0x0000336d 
- 00001170  0x00000718 fetch  0x00000001 , 0x000047c8 
- 00001171  0x00000719 store  0x00000001 , 0x00004172 
- 00001172  0x0000071a branch  0x000004a2 
- 00001173  0x0000071d fetch  0x00000001 , 0x00004b6a 
- 00001174  0x0000071e rtn  0x00000034 
- 00001175  0x0000071f arg  0x00004b6f , 0x00000013 
- 00001176  0x00000720 arg  0x0000049a , 0x00000012 
- 00001177  0x00000721 branch  0x0000336d 
- 00001178  0x00000723 fetch  0x00000001 , 0x00004b70 
- 00001179  0x00000724 nrtn  0x00000034 
- 00001180  0x00000725 branch  0x00005bf5 
- 00001181  0x00000729 arg  0x00004b64 , 0x00000013 
- 00001182  0x0000072a arg  0x000004a0 , 0x00000012 
- 00001183  0x0000072b branch  0x0000336d 
- 00001184  0x0000072d setarg  0x00124f80 
- 00001185  0x0000072e store  0x00000003 , 0x00004c66 
- 00001186  0x00000730 jam  0x00000001 , 0x00004b62 
- 00001187  0x00000731 rtn 
- 00001188  0x00000734 arg  0x0000480a , 0x00000013 
- 00001189  0x00000735 arg  0x000004a7 , 0x00000012 
- 00001190  0x00000736 branch  0x0000336d 
- 00001191  0x00000738 jam  0x00000000 , 0x00004809 
- 00001192  0x00000739 rtn 
- 00001193  0x0000073d call  0x0000052f 
- 00001194  0x0000073e beq  0x00000007 , 0x000004ae 
- 00001195  0x00000740 call  0x000043a9 
- 00001196  0x00000741 arg  0x00000009 , 0x00000007 
- 00001197  0x00000742 branch  0x000043d2 
- 00001198  0x00000745 jam  0x00000028 , 0x000047a0 
- 00001199  0x00000746 call  0x000004b1 
- 00001200  0x00000747 branch  0x000043b0 
- 00001201  0x0000074a arg  0x000046da , 0x00000013 
- 00001202  0x0000074b arg  0x000004b4 , 0x00000012 
- 00001203  0x0000074c branch  0x0000336d 
- 00001204  0x0000074e fetch  0x00000004 , 0x000046d3 
- 00001205  0x0000074f rtnbit1  0x00000009 
- 00001206  0x00000752 fetch  0x00000002 , 0x00004682 
- 00001207  0x00000753 isolate1  0x0000000b , 0x0000003f 
- 00001208  0x00000754 call  0x000042d4 , 0x00000001 
- 00001209  0x00000755 fetch  0x00000002 , 0x00004682 
- 00001210  0x00000756 isolate1  0x00000007 , 0x0000003f 
- 00001211  0x00000757 call  0x00004392 , 0x00000001 
- 00001212  0x00000758 arg  0x00000009 , 0x00000007 
- 00001213  0x00000759 call  0x000043ce 
- 00001214  0x0000075a branch  0x000043b8 
- 00001215  0x0000075d fetch  0x00000001 , 0x00004b31 
- 00001216  0x0000075e nrtn  0x00000034 
- 00001217  0x0000075f fetch  0x00000001 , 0x0000479f 
- 00001218  0x00000760 rtn  0x00000034 
- 00001219  0x00000761 arg  0x000047a0 , 0x00000013 
- 00001220  0x00000762 arg  0x000004c6 , 0x00000012 
- 00001221  0x00000763 branch  0x0000336d 
- 00001222  0x00000766 jam  0x00000000 , 0x0000479f 
- 00001223  0x00000767 branch  0x0000340a 
- 00001224  0x00000769 jam  0x00000001 , 0x0000479f 
- 00001225  0x0000076a jam  0x00000028 , 0x000047a0 
- 00001226  0x0000076b rtn 
- 00001227  0x0000076d jam  0x00000000 , 0x0000479f 
- 00001228  0x0000076e jam  0x00000000 , 0x000047a0 
- 00001229  0x0000076f rtn 
- 00001230  0x00000778 fetch  0x00000001 , 0x00004b27 
- 00001231  0x00000779 rtn  0x00000034 
- 00001232  0x0000077a fetch  0x00000001 , 0x00004b2a 
- 00001233  0x0000077c beq  0x00000001 , 0x000004d3 
- 00001234  0x0000077d rtn 
- 00001235  0x0000078d fetch  0x00000001 , 0x00004b2d 
- 00001236  0x0000078e increase  0xffffffff , 0x0000003f 
- 00001237  0x0000078f store  0x00000001 , 0x00004b2d 
- 00001238  0x00000790 nrtn  0x00000034 
- 00001239  0x00000791 fetch  0x00000001 , 0x00004b2c 
- 00001240  0x00000792 store  0x00000001 , 0x00004b2d 
- 00001241  0x0000079a fetch  0x00000001 , 0x00004b29 
- 00001242  0x0000079b beq  0x00000001 , 0x000004e4 
- 00001243  0x0000079c beq  0x00000000 , 0x000004dd 
- 00001244  0x0000079d rtn 
- 00001245  0x000007a0 jam  0x00000001 , 0x00004b29 
- 00001246  0x000007a4 fetcht  0x00000001 , 0x00004b28 
- 00001247  0x000007a5 call  0x0000680e 
- 00001248  0x000007a6 fetcht  0x00000001 , 0x00004b28 
- 00001249  0x000007a7 branch  0x00006829 
- 00001250  0x000007b1 setarg  0x00000000 
- 00001251  0x000007b2 store  0x00000003 , 0x00004b2d 
- 00001252  0x000007b4 fetch  0x00000001 , 0x00004b2e 
- 00001253  0x000007b5 nbranch  0x000004e8 , 0x00000034 
- 00001254  0x000007b6 jam  0x00000000 , 0x00004b27 
- 00001255  0x000007b7 jam  0x00000000 , 0x00004b2a 
- 00001256  0x000007b9 jam  0x00000000 , 0x00004b2f 
- 00001257  0x000007ba jam  0x00000000 , 0x00004b29 
- 00001258  0x000007bc fetcht  0x00000001 , 0x00004b28 
- 00001259  0x000007bd set0  0x00000007 , 0x00000002 
- 00001260  0x000007be branch  0x00006806 
- 00001261  0x000007ca jam  0x00000000 , 0x00004b31 
- 00001262  0x000007cb jam  0x00000002 , 0x00004b2c 
- 00001263  0x000007cd jam  0x00000001 , 0x00004b2e 
- 00001264  0x000007cf jam  0x00000002 , 0x00004b2d 
- 00001265  0x000007d0 jam  0x00000001 , 0x00004b27 
- 00001266  0x000007d1 jam  0x00000001 , 0x00004b2a 
- 00001267  0x000007d2 rtn 
- 00001268  0x000007d5 fetch  0x00000001 , 0x00004b2f 
- 00001269  0x000007d6 nrtn  0x00000034 
- 00001270  0x000007d7 fetch  0x00000001 , 0x00004b31 
- 00001271  0x000007d8 nrtn  0x00000034 
- 00001272  0x000007d9 branch  0x000004e2 
- 00001273  0x000007e4 fetch  0x00000001 , 0x000046e0 
- 00001274  0x000007e6 beq  0x00000006 , 0x00000509 
- 00001275  0x000007e7 beq  0x00000007 , 0x00000509 
- 00001276  0x000007e8 beq  0x00000002 , 0x00000519 
- 00001277  0x000007e9 beq  0x00000008 , 0x000004fe 
- 00001278  0x000007eb fetch  0x00000001 , 0x0000477a 
- 00001279  0x000007ec sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00001280  0x000007ed call  0x00000505 , 0x00000005 
- 00001281  0x000007ee fetch  0x00000001 , 0x0000477a 
- 00001282  0x000007ef beq  0x00000000 , 0x00000507 
- 00001283  0x000007f0 beq  0x00000003 , 0x00003d8c 
- 00001284  0x000007f1 branch  0x00003d88 
- 00001285  0x000007f3 jam  0x00000002 , 0x0000477a 
- 00001286  0x000007f4 rtn 
- 00001287  0x000007f6 fetch  0x00000001 , 0x0000477f 
- 00001288  0x000007f7 branch  0x00000511 
- 00001289  0x000007fa fetch  0x00000001 , 0x0000477a 
- 00001290  0x000007fb sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00001291  0x000007fc call  0x00000505 , 0x00000005 
- 00001292  0x000007fd fetch  0x00000001 , 0x0000477a 
- 00001293  0x000007fe beq  0x00000000 , 0x00000513 
- 00001294  0x000007ff beq  0x00000003 , 0x00000516 
- 00001295  0x00000801 fetch  0x00000001 , 0x00004781 
- 00001296  0x00000802 increase  0xffffffff , 0x0000003f 
- 00001297  0x00000804 store  0x00000001 , 0x000046b5 
- 00001298  0x00000805 branch  0x00003dc1 
- 00001299  0x00000807 fetch  0x00000001 , 0x0000477f 
- 00001300  0x00000808 increase  0xffffffff , 0x0000003f 
- 00001301  0x00000809 branch  0x00000511 
- 00001302  0x0000080b fetch  0x00000001 , 0x00004782 
- 00001303  0x0000080c increase  0xffffffff , 0x0000003f 
- 00001304  0x0000080d branch  0x00000511 
- 00001305  0x00000819 fetch  0x00000001 , 0x0000477a 
- 00001306  0x0000081a call  0x00000505 , 0x00000034 
- 00001307  0x0000081b fetch  0x00000001 , 0x0000477a 
- 00001308  0x0000081c beq  0x00000001 , 0x00003d88 
- 00001309  0x0000081d beq  0x00000003 , 0x0000051f 
- 00001310  0x0000081e branch  0x00003d8e 
- 00001311  0x00000820 setarg  0x00000005 
- 00001312  0x00000821 branch  0x00003dbe 
- 00001313  0x00000824 disable  0x00000028 
- 00001314  0x00000825 setarg  0x00000000 
- 00001315  0x00000826 store  0x00000006 , 0x0000469b 
- 00001316  0x00000827 call  0x0000055f 
- 00001317  0x00000828 call  0x00004079 
- 00001318  0x0000082a call  0x0000052d 
- 00001319  0x0000082b nbranch  0x0000052a , 0x00000028 
- 00001320  0x0000082c call  0x0000078b 
- 00001321  0x0000082d branch  0x00003fa0 
- 00001322  0x00000830 call  0x00000794 
- 00001323  0x00000831 jam  0x00000000 , 0x00004b39 
- 00001324  0x00000832 rtn 
- 00001325  0x00000835 call  0x0000052f 
- 00001326  0x00000836 branch  0x0000409a 
- 00001327  0x00000839 arg  0x00000000 , 0x00000011 
- 00001328  0x0000083a call  0x00000535 
- 00001329  0x0000083d call  0x00000533 
- 00001330  0x0000083e branch  0x0000408e 
- 00001331  0x00000842 call  0x00000545 
- 00001332  0x00000843 branch  0x0000054b 
- 00001333  0x00000846 fetcht  0x00000001 , 0x000046e2 
- 00001334  0x00000847 call  0x0000055a 
- 00001335  0x00000848 fetcht  0x00000001 , 0x000046e2 
- 00001336  0x00000849 call  0x0000681d 
- 00001337  0x0000084a setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00001338  0x0000084d fetcht  0x00000001 , 0x000046e3 
- 00001339  0x0000084e call  0x0000055a 
- 00001340  0x0000084f fetcht  0x00000001 , 0x000046e3 
- 00001341  0x00000850 call  0x0000681d 
- 00001342  0x00000851 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00001343  0x00000854 fetcht  0x00000001 , 0x000046e4 
- 00001344  0x00000855 call  0x0000055a 
- 00001345  0x00000856 fetcht  0x00000001 , 0x000046e4 
- 00001346  0x00000857 call  0x0000681d 
- 00001347  0x00000858 setflag  0x00000001 , 0x00000002 , 0x00000011 
- 00001348  0x00000859 rtn 
- 00001349  0x0000085b fetcht  0x00000001 , 0x000046e5 
- 00001350  0x0000085c call  0x00000551 
- 00001351  0x0000085d fetcht  0x00000001 , 0x000046e5 
- 00001352  0x0000085e call  0x0000681d 
- 00001353  0x0000085f nsetflag  0x00000001 , 0x00000003 , 0x00000011 
- 00001354  0x00000860 branch  0x0000055a 
- 00001355  0x00000862 fetcht  0x00000001 , 0x000046e6 
- 00001356  0x00000863 call  0x00000551 
- 00001357  0x00000864 fetcht  0x00000001 , 0x000046e6 
- 00001358  0x00000865 call  0x0000681d 
- 00001359  0x00000866 nsetflag  0x00000001 , 0x00000004 , 0x00000011 
- 00001360  0x00000867 branch  0x0000055a 
- 00001361  0x0000086a set0  0x00000007 , 0x00000002 
- 00001362  0x0000086b arg  0x00008078 , 0x00000005 
- 00001363  0x0000086c call  0x00006830 
- 00001364  0x0000086d set1  0x00000007 , 0x00000002 
- 00001365  0x0000086f arg  0x0000807c , 0x00000005 
- 00001366  0x00000870 call  0x00006830 
- 00001367  0x00000871 set0  0x00000007 , 0x00000002 
- 00001368  0x00000872 arg  0x00008070 , 0x00000005 
- 00001369  0x00000873 branch  0x00006830 
- 00001370  0x00000876 set1  0x00000007 , 0x00000002 
- 00001371  0x00000878 arg  0x00008078 , 0x00000005 
- 00001372  0x00000879 call  0x00006830 
- 00001373  0x0000087a set0  0x00000007 , 0x00000002 
- 00001374  0x0000087b branch  0x00000555 
- 00001375  0x0000087e fetch  0x00000001 , 0x000046e0 
- 00001376  0x0000087f beq  0x00000004 , 0x00000570 
- 00001377  0x00000880 beq  0x00000008 , 0x00000565 
- 00001378  0x00000882 call  0x00003fc0 
- 00001379  0x00000883 disable  0x00000028 
- 00001380  0x00000889 branch  0x00003fe7 
- 00001381  0x0000088c call  0x00003fc0 
- 00001382  0x0000088d disable  0x00000028 
- 00001383  0x00000892 setarg  0x00000002 
- 00001384  0x00000893 call  0x00006414 
- 00001385  0x00000894 rtnbit0  0x00000007 
- 00001386  0x00000895 setarg  0x00000008 
- 00001387  0x00000896 call  0x00006414 
- 00001388  0x00000897 branch  0x00003fed , 0x00000034 
- 00001389  0x00000898 setarg  0x00000000 
- 00001390  0x00000899 store  0x00000006 , 0x0000469b 
- 00001391  0x0000089a rtn 
- 00001392  0x0000089d call  0x00003fc0 
- 00001393  0x000008a3 branch  0x00003fc8 
- 00001394  0x000008a6 call  0x000004cb 
- 00001395  0x000008a7 isolate1  0x00000026 , 0x00000000 
- 00001396  0x000008a8 call  0x000001aa , 0x00000001 
- 00001397  0x000008a9 branch  0x0000426d 
- 00001398  0x000008ac jam  0x00000081 , 0x000011c7 
- 00001399  0x000008ad branch  0x0000076a 
- 00001400  0x000008b0 jam  0x00000050 , 0x000011c7 
- 00001401  0x000008b1 branch  0x0000076a 
- 00001402  0x000008b4 call  0x00000390 
- 00001403  0x000008b5 arg  0x00000002 , 0x00000002 
- 00001404  0x000008b6 arg  0x000047c4 , 0x00000011 
- 00001405  0x000008b7 arg  0x0000005f , 0x00000012 
- 00001406  0x000008b9 fetch  0x00000003 , 0x00004700 
- 00001407  0x000008ba iadd  0x00000012 , 0x0000003f 
- 00001408  0x000008bb branch  0x00006562 
- 00001409  0x000008be call  0x00000390 
- 00001410  0x000008bf arg  0x00000001 , 0x00000002 
- 00001411  0x000008c0 arg  0x000047c6 , 0x00000011 
- 00001412  0x000008c1 arg  0x00000061 , 0x00000012 
- 00001413  0x000008c2 branch  0x0000057e 
- 00001414  0x000008c5 arg  0x0000437b , 0x00000005 
- 00001415  0x000008c6 arg  0x00000013 , 0x00000039 
- 00001416  0x000008c7 call  0x00007f01 
- 00001417  0x000008c8 branch  0x000057b8 
- 00001418  0x000008cb setarg  0x00000000 
- 00001419  0x000008cc store  0x00000002 , 0x000046ac 
- 00001420  0x000008cd call  0x000002e0 
- 00001421  0x000008ce fetch  0x00000001 , 0x00004092 
- 00001422  0x000008cf isolate1  0x00000001 , 0x0000003f 
- 00001423  0x000008d0 call  0x000042d4 , 0x00000001 
- 00001424  0x000008d1 fetch  0x00000001 , 0x00004092 
- 00001425  0x000008d2 isolate1  0x00000000 , 0x0000003f 
- 00001426  0x000008d3 call  0x000042d7 , 0x00000001 
- 00001427  0x000008d6 branch  0x000004f4 
- 00001428  0x000008da fetch  0x00000001 , 0x0000450f 
- 00001429  0x000008db pincrease  0x00000001 
- 00001430  0x000008dc store  0x00000001 , 0x0000450f 
- 00001431  0x000008dd beq  0x0000000c , 0x00005395 
- 00001432  0x000008de call  0x000055aa 
- 00001433  0x000008df call  0x0000561e 
- 00001434  0x000008e0 call  0x0000070a 
- 00001435  0x000008e1 branch  0x0000538f 
- 00001436  0x000008e4 fetch  0x00000001 , 0x00000016 
- 00001437  0x000008e5 increase  0x00000001 , 0x0000003f 
- 00001438  0x000008e6 store  0x00000001 , 0x00000016 
- 00001439  0x000008e7 rtnne  0x00000028 
- 00001440  0x000008e8 jam  0x00000025 , 0x00000016 
- 00001441  0x000008e9 rtn 
- 00001442  0x000008ec call  0x000029bb 
- 00001443  0x000008ed call  0x0000006c 
- 00001444  0x000008ee branch  0x000054a3 
- 00001445  0x000008f1 jam  0x00000040 , 0x000011c7 
- 00001446  0x000008f2 branch  0x0000076a 
- 00001447  0x000008f5 jam  0x00000041 , 0x000011c7 
- 00001448  0x000008f6 branch  0x0000076a 
- 00001449  0x000008f9 fetch  0x00000001 , 0x00000456 
- 00001450  0x000008fa bbit1  0x00000005 , 0x000005c9 
- 00001451  0x000008fb call  0x00000704 
- 00001452  0x000008fc fetch  0x00000001 , 0x0000478e 
- 00001453  0x000008fd nbranch  0x000005b3 , 0x00000034 
- 00001454  0x000008fe fetch  0x00000001 , 0x0000043f 
- 00001455  0x000008ff bbit0  0x00000004 , 0x000005b7 
- 00001456  0x00000900 fetch  0x00000001 , 0x000002da 
- 00001457  0x00000901 branch  0x000005b7 , 0x00000034 
- 00001458  0x00000902 branch  0x00005664 
- 00001459  0x00000904 fetch  0x00000001 , 0x0000478e 
- 00001460  0x00000905 increase  0xffffffff , 0x0000003f 
- 00001461  0x00000906 store  0x00000001 , 0x0000478e 
- 00001462  0x00000907 branch  0x00005664 
- 00001463  0x00000909 fetch  0x00000001 , 0x000044c4 
- 00001464  0x0000090a bne  0x00000005 , 0x000005ba 
- 00001465  0x0000090b jam  0x00000003 , 0x0000478e 
- 00001466  0x0000090d call  0x00005892 
- 00001467  0x0000090e call  0x000003d9 , 0x00000034 
- 00001468  0x0000090f branch  0x00005622 
- 00001469  0x00000912 fetch  0x00000001 , 0x000046c5 
- 00001470  0x00000913 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001471  0x00000914 rtnne  0x00000003 
- 00001472  0x00000915 fetch  0x00000001 , 0x000047c3 
- 00001473  0x00000916 rtn  0x00000034 
- 00001474  0x00000917 fetch  0x00000001 , 0x000043dd 
- 00001475  0x00000918 rtn  0x00000034 
- 00001476  0x00000919 fetch  0x00000001 , 0x000043dc 
- 00001477  0x0000091a set1  0x00000004 , 0x0000003f 
- 00001478  0x0000091b store  0x00000001 , 0x000043dc 
- 00001479  0x0000091c call  0x00005650 
- 00001480  0x0000091d rtn 
- 00001481  0x00000920 call  0x000005bd 
- 00001482  0x00000923 fetch  0x00000001 , 0x00004d70 
- 00001483  0x00000924 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001484  0x00000925 ncall  0x00000708 , 0x00000002 
- 00001485  0x00000926 fetch  0x00000001 , 0x00004d70 
- 00001486  0x00000927 rtneq  0x00000000 
- 00001487  0x00000928 increase  0xffffffff , 0x0000003f 
- 00001488  0x00000929 store  0x00000001 , 0x00004d70 
- 00001489  0x0000092a rtn 
- 00001490  0x0000092d fetch  0x00000001 , 0x000047a1 
- 00001491  0x0000092e rtn  0x00000034 
- 00001492  0x0000092f fetch  0x00000001 , 0x000046c5 
- 00001493  0x00000930 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001494  0x00000931 rtneq  0x00000003 
- 00001495  0x00000932 jam  0x00000001 , 0x000046c6 
- 00001496  0x00000933 rtn 
- 00001497  0x00000936 rtnmark1  0x0000000f 
- 00001498  0x00000937 call  0x00005890 
- 00001499  0x00000938 nrtn  0x00000034 
- 00001500  0x00000939 fetch  0x00000001 , 0x000002d9 
- 00001501  0x0000093a and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001502  0x0000093b store  0x00000001 , 0x0000450c 
- 00001503  0x0000093c ifetch  0x00000001 , 0x00000006 
- 00001504  0x0000093d and  0x0000003f , 0x0000001f , 0x0000003f 
- 00001505  0x0000093e store  0x00000001 , 0x0000450b 
- 00001506  0x0000093f rtn  0x00000034 
- 00001507  0x00000940 copy  0x00000006 , 0x0000003f 
- 00001508  0x00000941 store  0x00000002 , 0x0000450d 
- 00001509  0x00000942 fetch  0x00000001 , 0x0000450c 
- 00001510  0x00000943 beq  0x00000003 , 0x000005e8 
- 00001511  0x00000944 branch  0x0000568d 
- 00001512  0x00000946 fetch  0x00000001 , 0x000002db 
- 00001513  0x00000947 beq  0x00000001 , 0x000005eb 
- 00001514  0x00000948 branch  0x00005c65 
- 00001515  0x0000094a ifetch  0x00000005 , 0x00000006 
- 00001516  0x0000094b store  0x00000005 , 0x000043ce 
- 00001517  0x0000094c ifetch  0x00000002 , 0x00000006 
- 00001518  0x0000094d store  0x00000002 , 0x0000045f 
- 00001519  0x0000094e branch  0x00005c8a 
- 00001520  0x00000951 ifetch  0x00000002 , 0x00000006 
- 00001521  0x00000952 beq  0x00000004 , 0x000005f4 
- 00001522  0x00000953 beq  0x00000006 , 0x00000620 
- 00001523  0x00000954 branch  0x00005698 
- 00001524  0x00000956 call  0x00007ea5 
- 00001525  0x00000957 call  0x000005d2 
- 00001526  0x00000958 call  0x00007e9f 
- 00001527  0x00000959 ifetch  0x00000003 , 0x00000006 
- 00001528  0x0000095a store  0x00000003 , 0x00000477 
- 00001529  0x0000095b beq  0x00000010 , 0x00000603 
- 00001530  0x0000095c rshift8  0x0000003f , 0x00000002 
- 00001531  0x0000095d sub  0x00000002 , 0x00000024 , 0x0000003e 
- 00001532  0x0000095e branch  0x00000611 , 0x00000002 
- 00001533  0x0000095f arg  0x000047c9 , 0x00000002 
- 00001534  0x00000960 storet  0x00000002 , 0x000044bc 
- 00001535  0x00000961 call  0x000058ad 
- 00001536  0x00000962 setarg  0x00008e7a 
- 00001537  0x00000963 store  0x00000002 , 0x000044bc 
- 00001538  0x00000964 rtn 
- 00001539  0x00000967 call  0x000059fa 
- 00001540  0x00000968 call  0x00005879 
- 00001541  0x00000969 increase  0x00000007 , 0x00000006 
- 00001542  0x0000096a ifetch  0x00000001 , 0x00000006 
- 00001543  0x0000096b rtnne  0x00000011 
- 00001544  0x0000096c increase  0x00000005 , 0x00000006 
- 00001545  0x0000096d ifetch  0x00000002 , 0x00000006 
- 00001546  0x0000096e arg  0x00001812 , 0x00000002 
- 00001547  0x0000096f isub  0x00000002 , 0x0000003e 
- 00001548  0x00000970 nrtn  0x00000005 
- 00001549  0x00000971 increase  0xfffffffc , 0x00000006 
- 00001550  0x00000972 setarg  0x0000002b 
- 00001551  0x00000973 istore  0x00000002 , 0x00000006 
- 00001552  0x00000974 rtn 
- 00001553  0x00000977 beq  0x0000000a , 0x00000613 
- 00001554  0x00000978 branch  0x000058ad 
- 00001555  0x0000097a fetcht  0x00000002 , 0x00000478 
- 00001556  0x0000097b fetch  0x00000001 , 0x000044e9 
- 00001557  0x0000097c bbit1  0x00000003 , 0x0000061a 
- 00001558  0x0000097e fetch  0x00000002 , 0x00000478 
- 00001559  0x0000097f beq  0x00000013 , 0x00005a76 
- 00001560  0x00000980 fetcht  0x00000002 , 0x00000478 
- 00001561  0x00000981 branch  0x000059bf 
- 00001562  0x00000984 fetch  0x00000002 , 0x000044fa 
- 00001563  0x00000985 isub  0x00000002 , 0x0000003e 
- 00001564  0x00000986 nbranch  0x00000616 , 0x00000005 
- 00001565  0x00000987 call  0x00005a42 
- 00001566  0x00000988 nbranch  0x00000616 , 0x00000028 
- 00001567  0x00000989 branch  0x000059e2 
- 00001568  0x0000098c ifetch  0x00000001 , 0x00000006 
- 00001569  0x0000098d beq  0x00000001 , 0x00000624 
- 00001570  0x0000098e beq  0x00000005 , 0x00000626 
- 00001571  0x0000098f branch  0x00005af6 
- 00001572  0x00000992 jam  0x00000001 , 0x00004b70 
- 00001573  0x00000993 branch  0x00005b09 
- 00001574  0x00000996 jam  0x00000082 , 0x000011c7 
- 00001575  0x00000997 branch  0x0000076a 
- 00001576  0x0000099a fetch  0x00000001 , 0x00000016 
- 00001577  0x0000099b bne  0x00000027 , 0x000056f2 
- 00001578  0x0000099c call  0x0000062e 
- 00001579  0x0000099d arg  0x00000000 , 0x00000007 
- 00001580  0x0000099e fetch  0x00000002 , 0x00004482 
- 00001581  0x0000099f branch  0x00007f08 
- 00001582  0x000009a1 random  0x0000003f 
- 00001583  0x000009a2 arg  0x000001ff , 0x00000002 
- 00001584  0x000009a3 iand  0x00000002 , 0x0000003f 
- 00001585  0x000009a4 add  0x0000003f , 0x000000fa , 0x0000003f 
- 00001586  0x000009a5 branch  0x00003cbe 
- 00001587  0x000009a8 disable  0x0000002b 
- 00001588  0x000009a9 branch  0x00000636 , 0x0000002e 
- 00001589  0x000009aa nbranch  0x00005806 , 0x0000002d 
- 00001590  0x000009ac call  0x00002bcb 
- 00001591  0x000009ad fetch  0x00000002 , 0x000040c1 
- 00001592  0x000009ae store  0x00000002 , 0x0000044d 
- 00001593  0x000009af fetch  0x00000001 , 0x000046c5 
- 00001594  0x000009b0 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00001595  0x000009b1 nbranch  0x00002bde , 0x00000001 
- 00001596  0x000009b2 branch  0x000057fb 
- 00001597  0x000009b5 jam  0x00000042 , 0x000011c7 
- 00001598  0x000009b6 branch  0x0000076a 
- 00001599  0x000009bb hfetch  0x00000001 , 0x00008077 
- 00001600  0x000009bc and_into  0x000000fd , 0x0000003f 
- 00001601  0x000009bd hstore  0x00000001 , 0x00008077 
- 00001602  0x000009be hfetcht  0x00000001 , 0x00008073 
- 00001603  0x000009bf or_into  0x00000002 , 0x00000002 
- 00001604  0x000009c0 hstoret  0x00000001 , 0x00008073 
- 00001605  0x000009c1 call  0x000063ee 
- 00001606  0x000009c2 and_into  0x000000fd , 0x00000002 
- 00001607  0x000009c3 nop  0x0000000d 
- 00001608  0x000009c4 call  0x0000064c 
- 00001609  0x000009c5 hstoret  0x00000001 , 0x00008073 
- 00001610  0x000009c6 rtn 
- 00001611  0x000009c9 call  0x000064dd 
- 00001612  0x000009cb hfetch  0x00000001 , 0x00008081 
- 00001613  0x000009cc set1  0x00000000 , 0x0000003f 
- 00001614  0x000009cd set0  0x00000001 , 0x0000003f 
- 00001615  0x000009ce set0  0x00000003 , 0x0000003f 
- 00001616  0x000009cf hstore  0x00000001 , 0x00008081 
- 00001617  0x000009d0 rtn 
- 00001618  0x000009d4 jam  0x00000000 , 0x000011c7 
- 00001619  0x000009d5 branch  0x0000076a 
- 00001620  0x000009d8 call  0x000021c9 
- 00001621  0x000009d9 nrtn  0x00000028 
- 00001622  0x000009db disable  0x00000028 
- 00001623  0x000009dc jam  0x00000020 , 0x00000011 
- 00001624  0x000009dd set0  0x0000000b , 0x00000000 
- 00001625  0x000009de set0  0x0000002d , 0x00000000 
- 00001626  0x000009e0 call  0x00002a4f 
- 00001627  0x000009e1 call  0x000022e6 
- 00001628  0x000009e2 bmark1  0x0000000b , 0x00000661 
- 00001629  0x000009e3 call  0x00002455 
- 00001630  0x000009e4 nbranch  0x0000065a , 0x00000034 
- 00001631  0x000009e5 bmark1  0x0000002d , 0x00000669 
- 00001632  0x000009e6 branch  0x000021ec 
- 00001633  0x000009e9 call  0x00002a4d 
- 00001634  0x000009ea arg  0x00000010 , 0x00000001 
- 00001635  0x000009eb call  0x000022dc 
- 00001636  0x000009ec set1  0x0000002d , 0x00000000 
- 00001637  0x000009ed set0  0x0000000b , 0x00000000 
- 00001638  0x000009ee force  0x00000001 , 0x00000004 
- 00001639  0x000009ef jam  0x00000002 , 0x00000011 
- 00001640  0x000009f0 branch  0x0000065a 
- 00001641  0x000009f3 fetch  0x00000004 , 0x00000165 
- 00001642  0x000009f4 pincrease  0x00000008 
- 00001643  0x000009f5 store  0x00000004 , 0x00000165 
- 00001644  0x000009f6 branch  0x000021f8 
- 00001645  0x000009f9 bmark1  0x0000002c , 0x0000264d 
- 00001646  0x000009fa branch  0x0000258f 
- 00001647  0x000009fd jam  0x00000043 , 0x000011c7 
- 00001648  0x000009fe branch  0x0000076a 
- 00001649  0x00000a01 fetch  0x00000001 , 0x00000030 
- 00001650  0x00000a02 isolate1  0x00000000 , 0x0000003f 
- 00001651  0x00000a03 call  0x00000675 , 0x00000001 
- 00001652  0x00000a04 branch  0x0000248a 
- 00001653  0x00000a06 fetch  0x00000001 , 0x00000047 
- 00001654  0x00000a07 isolate1  0x00000003 , 0x0000003f 
- 00001655  0x00000a08 call  0x000005ca , 0x00000001 
- 00001656  0x00000a09 ncall  0x00000704 , 0x00000001 
- 00001657  0x00000a0a branch  0x0000070a 
- 00001658  0x00000a0d call  0x000024f0 
- 00001659  0x00000a0e nbranch  0x000028f9 , 0x00000018 
- 00001660  0x00000a0f call  0x000029bb 
- 00001661  0x00000a10 call  0x0000006c 
- 00001662  0x00000a11 branch  0x00002518 
- 00001663  0x00000a14 rtnmark1  0x00000026 
- 00001664  0x00000a15 call  0x00002afa 
- 00001665  0x00000a16 fetch  0x00000003 , 0x0000416f 
- 00001666  0x00000a17 rtn  0x00000034 
- 00001667  0x00000a18 fetch  0x00000001 , 0x00004091 
- 00001668  0x00000a19 rtn  0x00000034 
- 00001669  0x00000a1a fetch  0x00000001 , 0x0000465a 
- 00001670  0x00000a1b branch  0x00000689 , 0x00000034 
- 00001671  0x00000a1c fetch  0x00000001 , 0x000045b1 
- 00001672  0x00000a1d rtn  0x00000034 
- 00001673  0x00000a1f fetch  0x00000001 , 0x000044c0 
- 00001674  0x00000a20 nrtn  0x00000034 
- 00001675  0x00000a21 call  0x00002c3a 
- 00001676  0x00000a22 nrtn  0x00000034 
- 00001677  0x00000a23 fetch  0x00000001 , 0x00004040 
- 00001678  0x00000a24 compare  0x00000003 , 0x0000003f , 0x00000007 
- 00001679  0x00000a25 nbranch  0x00002b9d , 0x00000001 
- 00001680  0x00000a26 fetch  0x00000002 , 0x00004042 
- 00001681  0x00000a27 arg  0x0000ffff , 0x00000002 
- 00001682  0x00000a28 isub  0x00000002 , 0x0000003e 
- 00001683  0x00000a29 rtn  0x00000005 
- 00001684  0x00000a2a branch  0x00002b7d 
- 00001685  0x00000a2d disable  0x0000002b 
- 00001686  0x00000a2e fetch  0x00000001 , 0x00000030 
- 00001687  0x00000a2f rtnbit0  0x00000001 
- 00001688  0x00000a30 nbranch  0x00002bd0 , 0x0000002d 
- 00001689  0x00000a31 call  0x00002bcb 
- 00001690  0x00000a32 fetch  0x00000002 , 0x000040c1 
- 00001691  0x00000a33 store  0x00000002 , 0x0000003e 
- 00001692  0x00000a34 fetch  0x00000001 , 0x00000047 
- 00001693  0x00000a35 bbit1  0x00000003 , 0x00002bde 
- 00001694  0x00000a36 bmark0  0x0000000d , 0x00002bde 
- 00001695  0x00000a37 call  0x00005274 
- 00001696  0x00000a38 nbranch  0x00002bde , 0x00000034 
- 00001697  0x00000a39 call  0x000006a3 , 0x00000034 
- 00001698  0x00000a3a branch  0x00002bbe 
- 00001699  0x00000a3c jam  0x00000001 , 0x0000008a 
- 00001700  0x00000a3d jam  0x00000000 , 0x0000008b 
- 00001701  0x00000a3e rtn 
- 00001702  0x00000a41 jam  0x00000010 , 0x000011c7 
- 00001703  0x00000a42 branch  0x0000076a 
- 00001704  0x00000a45 jam  0x00000011 , 0x000011c7 
- 00001705  0x00000a46 branch  0x0000076a 
- 00001706  0x00000a49 fetch  0x00000001 , 0x00000552 
- 00001707  0x00000a4a store  0x00000001 , 0x000004c9 
- 00001708  0x00000a4b beq  0x00000013 , 0x000006ae 
- 00001709  0x00000a4c branch  0x00005db4 
- 00001710  0x00000a4e call  0x00005dcf 
- 00001711  0x00000a4f jam  0x00000001 , 0x00004b02 
- 00001712  0x00000a50 fetch  0x00000001 , 0x00004b04 
- 00001713  0x00000a51 rtn  0x00000034 
- 00001714  0x00000a52 jam  0x00000002 , 0x00004b04 
- 00001715  0x00000a53 rtn 
- 00001716  0x00000a56 disable  0x00000028 
- 00001717  0x00000a57 call  0x000062c1 
- 00001718  0x00000a5a fetch  0x00000001 , 0x00000048 
- 00001719  0x00000a5b rtn  0x00000034 
- 00001720  0x00000a5c bbit1  0x00000007 , 0x000006bd 
- 00001721  0x00000a5d beq  0x00000003 , 0x000006bf 
- 00001722  0x00000a5e beq  0x00000031 , 0x000006c1 
- 00001723  0x00000a5f beq  0x00000017 , 0x000006c3 
- 00001724  0x00000a60 branch  0x00006010 
- 00001725  0x00000a63 jam  0x00000020 , 0x000011c7 
- 00001726  0x00000a64 branch  0x0000076a 
- 00001727  0x00000a67 jam  0x00000021 , 0x000011c7 
- 00001728  0x00000a68 branch  0x0000076a 
- 00001729  0x00000a6b jam  0x00000001 , 0x00004b04 
- 00001730  0x00000a6c branch  0x000061c3 
- 00001731  0x00000a6f jam  0x00000004 , 0x00004b0c 
- 00001732  0x00000a70 branch  0x000061a4 
- 00001733  0x00000a73 call  0x000062bc 
- 00001734  0x00000a74 nrtn  0x00000034 
- 00001735  0x00000a76 fetch  0x00000001 , 0x00000055 
- 00001736  0x00000a77 rtn  0x00000034 
- 00001737  0x00000a78 beq  0x00000004 , 0x000006e7 
- 00001738  0x00000a79 beq  0x00000010 , 0x000006cc 
- 00001739  0x00000a7a branch  0x00006320 
- 00001740  0x00000a7d fetch  0x00000001 , 0x0000455b 
- 00001741  0x00000a7e rtneq  0x00000000 
- 00001742  0x00000a7f beq  0x00000001 , 0x000006d0 
- 00001743  0x00000a80 branch  0x0000635f 
- 00001744  0x00000a82 rtn  0x00000029 
- 00001745  0x00000a85 fetch  0x00000001 , 0x0000016d 
- 00001746  0x00000a86 bbit1  0x00000000 , 0x000006d4 
- 00001747  0x00000a87 branch  0x00006399 
- 00001748  0x00000a89 fetch  0x00000001 , 0x00004b04 
- 00001749  0x00000a8a beq  0x00000001 , 0x0000639d 
- 00001750  0x00000a8c fetch  0x00000001 , 0x000041bd 
- 00001751  0x00000a8d branch  0x000063a9 , 0x00000034 
- 00001752  0x00000a8e fetch  0x00000001 , 0x000004d1 
- 00001753  0x00000a8f rtnbit0  0x00000003 
- 00001754  0x00000a90 rtnbit0  0x00000002 
- 00001755  0x00000a91 fetch  0x00000001 , 0x00004b03 
- 00001756  0x00000a92 rtn  0x00000034 
- 00001757  0x00000a93 jam  0x00000000 , 0x00004b03 
- 00001758  0x00000a94 fetch  0x00000004 , 0x000004e9 
- 00001759  0x00000a95 arg  0x00000014 , 0x00000002 
- 00001760  0x00000a96 iadd  0x00000002 , 0x00000002 
- 00001761  0x00000a97 copy  0x00000022 , 0x0000003f 
- 00001762  0x00000a98 isub  0x00000002 , 0x0000003e 
- 00001763  0x00000a99 nbranch  0x000006e5 , 0x00000002 
- 00001764  0x00000a9a branch  0x00006349 
- 00001765  0x00000a9d jam  0x00000001 , 0x00004b03 
- 00001766  0x00000a9e rtn 
- 00001767  0x00000aa1 jam  0x00000014 , 0x0000480c 
- 00001768  0x00000aa2 branch  0x0000636f 
- 00001769  0x00000aa9 call  0x000062bc 
- 00001770  0x00000aaa nbranch  0x00007ddb , 0x00000034 
- 00001771  0x00000aab fetch  0x00000001 , 0x00000a99 
- 00001772  0x00000aac bmark0  0x00000009 , 0x00007dd6 
- 00001773  0x00000aad beq  0x0000001f , 0x000006f1 
- 00001774  0x00000aae beq  0x00000020 , 0x000006f4 
- 00001775  0x00000aaf beq  0x00000012 , 0x000006fe 
- 00001776  0x00000ab0 branch  0x00007dca 
- 00001777  0x00000ab3 jam  0x00000034 , 0x00000185 
- 00001778  0x00000ab4 fetch  0x00000006 , 0x0000044f 
- 00001779  0x00000ab5 branch  0x000006f6 
- 00001780  0x00000ab7 jam  0x00000033 , 0x00000185 
- 00001781  0x00000ab8 fetch  0x00000006 , 0x00000040 
- 00001782  0x00000aba store  0x00000006 , 0x00000186 
- 00001783  0x00000abc fetch  0x00000004 , 0x000046d3 
- 00001784  0x00000abd rtnbit0  0x00000007 
- 00001785  0x00000abe arg  0x00000007 , 0x00000007 
- 00001786  0x00000abf call  0x000043d2 
- 00001787  0x00000ac0 call  0x000042e8 
- 00001788  0x00000ac2 call  0x000042fb 
- 00001789  0x00000ac3 branch  0x0000034c 
- 00001790  0x00000ac6 call  0x00005890 
- 00001791  0x00000ac7 nrtn  0x00000034 
- 00001792  0x00000ac8 branch  0x00005abf 
- 00001793  0x00000acb jam  0x00000001 , 0x00004d73 
- 00001794  0x00000acc jam  0x00000000 , 0x00004d70 
- 00001795  0x00000acd rtn 
- 00001796  0x00000acf fetch  0x00000001 , 0x00004d70 
- 00001797  0x00000ad0 increase  0x00000001 , 0x0000003f 
- 00001798  0x00000ad1 store  0x00000001 , 0x00004d70 
- 00001799  0x00000ad2 rtn 
- 00001800  0x00000ad5 jam  0x00000003 , 0x00004d70 
- 00001801  0x00000ad6 rtn 
- 00001802  0x00000ad9 fetch  0x00000002 , 0x00004682 
- 00001803  0x00000ada rtnbit1  0x0000000b 
- 00001804  0x00000adb rtnbit1  0x00000007 
- 00001805  0x00000adc rtnbit1  0x00000006 
- 00001806  0x00000ade arg  0x00004cf9 , 0x00000011 
- 00001807  0x00000adf call  0x0000026e 
- 00001808  0x00000ae0 storet  0x00000001 , 0x00004d71 
- 00001809  0x00000ae2 setarg  0x00000082 
- 00001810  0x00000ae3 bmark1  0x00000026 , 0x00000714 
- 00001811  0x00000ae4 setarg  0x00000080 
- 00001812  0x00000ae6 isub  0x00000002 , 0x0000003e 
- 00001813  0x00000ae7 nbranch  0x0000072c , 0x00000002 
- 00001814  0x00000ae9 fetch  0x00000001 , 0x00004d70 
- 00001815  0x00000aea sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001816  0x00000aeb nbranch  0x0000071c , 0x00000002 
- 00001817  0x00000aec fetch  0x00000001 , 0x00004d70 
- 00001818  0x00000aed beq  0x00000000 , 0x0000072d 
- 00001819  0x00000aee rtn 
- 00001820  0x00000af1 fetch  0x00000001 , 0x00004d70 
- 00001821  0x00000af2 rtnne  0x00000020 
- 00001822  0x00000af3 jam  0x00000000 , 0x00004d70 
- 00001823  0x00000af5 fetcht  0x00000001 , 0x00004d71 
- 00001824  0x00000af6 setarg  0x00000077 
- 00001825  0x00000af7 bmark1  0x00000026 , 0x00000723 
- 00001826  0x00000af8 setarg  0x00000075 
- 00001827  0x00000afa isub  0x00000002 , 0x0000003e 
- 00001828  0x00000afb nrtn  0x00000002 
- 00001829  0x00000afc fetch  0x00000001 , 0x00004d73 
- 00001830  0x00000afd beq  0x00000000 , 0x00000734 
- 00001831  0x00000afe increase  0xffffffff , 0x0000003f 
- 00001832  0x00000aff store  0x00000001 , 0x00004d73 
- 00001833  0x00000b00 beq  0x00000000 , 0x00000734 
- 00001834  0x00000b03 jam  0x00000000 , 0x000041de 
- 00001835  0x00000b04 rtn 
- 00001836  0x00000b07 jam  0x00000000 , 0x00004d70 
- 00001837  0x00000b09 fetch  0x00000001 , 0x00004d73 
- 00001838  0x00000b0a beq  0x00000002 , 0x00000732 
- 00001839  0x00000b0b increase  0x00000001 , 0x0000003f 
- 00001840  0x00000b0c store  0x00000001 , 0x00004d73 
- 00001841  0x00000b0d beq  0x00000001 , 0x0000072a 
- 00001842  0x00000b0f jam  0x00000002 , 0x000041de 
- 00001843  0x00000b10 rtn 
- 00001844  0x00000b13 jam  0x00000004 , 0x000041de 
- 00001845  0x00000b14 rtn 
- 00001846  0x00000b18 storet  0x00000001 , 0x00000017 
- 00001847  0x00000b19 add  0x00000002 , 0x00000000 , 0x00000011 
- 00001848  0x00000b1a call  0x00002981 
- 00001849  0x00000b1b setarg  0x00000500 
- 00001850  0x00000b1c call  0x00002a8f 
- 00001851  0x00000b1e jam  0x00000001 , 0x00008906 
- 00001852  0x00000b1f jam  0x0000003c , 0x00008900 
- 00001853  0x00000b20 jam  0x000000e0 , 0x00008901 
- 00001854  0x00000b21 nop  0x0000000a 
- 00001855  0x00000b22 jam  0x00000001 , 0x00008902 
- 00001856  0x00000b23 jam  0x0000003d , 0x00008902 
- 00001857  0x00000b24 nop  0x0000000a 
- 00001858  0x00000b25 jam  0x000000b7 , 0x00008903 
- 00001859  0x00000b26 nop  0x0000000a 
- 00001860  0x00000b27 jam  0x0000007d , 0x00008902 
- 00001861  0x00000b28 fetch  0x00000001 , 0x000041de 
- 00001862  0x00000b2b beq  0x00000002 , 0x0000074e 
- 00001863  0x00000b2d beq  0x00000004 , 0x00000753 
- 00001864  0x00000b2e beq  0x00000020 , 0x00000762 
- 00001865  0x00000b31 call  0x00000758 
- 00001866  0x00000b33 jam  0x000000d0 , 0x00008955 
- 00001867  0x00000b34 jam  0x000000e0 , 0x00008956 
- 00001868  0x00000b36 jam  0x0000006c , 0x00008958 
- 00001869  0x00000b38 branch  0x0000294b 
- 00001870  0x00000b45 call  0x0000075d 
- 00001871  0x00000b47 jam  0x000000d0 , 0x00008955 
- 00001872  0x00000b48 jam  0x000000e0 , 0x00008956 
- 00001873  0x00000b4a jam  0x0000003c , 0x00008958 
- 00001874  0x00000b4c branch  0x00002953 
- 00001875  0x00000b59 call  0x00000758 
- 00001876  0x00000b5b jam  0x000000d0 , 0x00008955 
- 00001877  0x00000b5c jam  0x000000c0 , 0x00008956 
- 00001878  0x00000b5e jam  0x0000006c , 0x00008958 
- 00001879  0x00000b60 branch  0x0000295b 
- 00001880  0x00000b63 jam  0x0000005b , 0x0000894c 
- 00001881  0x00000b64 jam  0x00000096 , 0x0000894d 
- 00001882  0x00000b65 jam  0x0000002c , 0x0000894e 
- 00001883  0x00000b66 jam  0x00000046 , 0x0000894f 
- 00001884  0x00000b67 rtn 
- 00001885  0x00000b6a jam  0x000000fb , 0x0000894c 
- 00001886  0x00000b6b jam  0x000000ef , 0x0000894d 
- 00001887  0x00000b6c jam  0x000000ec , 0x0000894e 
- 00001888  0x00000b6d jam  0x0000005e , 0x0000894f 
- 00001889  0x00000b6e rtn 
- 00001890  0x00000b72 jam  0x000000c2 , 0x00008956 
- 00001891  0x00000b73 jam  0x000000d0 , 0x00008955 
- 00001892  0x00000b74 rtn 
- 00001893  0x00000b77 force  0x00000008 , 0x00000015 
- 00001894  0x00000b78 branch  0x000028fa 
- 00001895  0x00000b7b call  0x00002978 
- 00001896  0x00000b7c jam  0x00000005 , 0x00008042 
- 00001897  0x00000b7d rtn 
- 00001898  0x00000b82 fetcht  0x00000001 , 0x000011c7 
- 00001899  0x00000b83 rshift4  0x00000002 , 0x00000002 
- 00001900  0x00000b84 fetch  0x00000001 , 0x00004b54 
- 00001901  0x00000b85 isub  0x00000002 , 0x0000003e 
- 00001902  0x00000b86 branch  0x00000789 , 0x00000005 
- 00001903  0x00000b87 storet  0x00000001 , 0x00004b54 
- 00001904  0x00000b88 increase  0x00000001 , 0x00000002 
- 00001905  0x00000b89 setarg  0x00000100 
- 00001906  0x00000b8a imul32  0x00000002 , 0x00000002 
- 00001907  0x00000b8b fetch  0x00000003 , 0x00004b55 
- 00001908  0x00000b8c isub  0x00000002 , 0x0000003f 
- 00001909  0x00000b8e fetcht  0x00000003 , 0x00004b58 
- 00001910  0x00000b8f iadd  0x00000002 , 0x0000003f 
- 00001911  0x00000b90 increase  0xfffffffb , 0x0000003f 
- 00001912  0x00000b91 store  0x00000003 , 0x00004b5b 
- 00001913  0x00000b93 call  0x00000390 
- 00001914  0x00000b95 fetch  0x00000003 , 0x00004b5b 
- 00001915  0x00000b96 arg  0x00000100 , 0x00000002 
- 00001916  0x00000b97 arg  0x00001f00 , 0x00000011 
- 00001917  0x00000b98 call  0x00006562 
- 00001918  0x00000b99 fetch  0x00000004 , 0x00001f00 
- 00001919  0x00000b9a fetcht  0x00000004 , 0x00004b5e 
- 00001920  0x00000b9b isub  0x00000002 , 0x0000003e 
- 00001921  0x00000b9c nbranch  0x0000077a , 0x00000005 
- 00001922  0x00000b9d call  0x000002d6 
- 00001923  0x00000b9f setarg  0x00001f00 
- 00001924  0x00000ba0 store  0x00000002 , 0x00004199 
- 00001925  0x00000ba1 jam  0x00000040 , 0x0000419b 
- 00001926  0x00000ba2 call  0x000064ca 
- 00001927  0x00000ba3 setarg  0x00000000 
- 00001928  0x00000ba4 store  0x00000004 , 0x00004199 
- 00001929  0x00000ba6 fetch  0x00000001 , 0x000011c7 
- 00001930  0x00000ba7 branch  0x00000001 
- 00001931  0x00000baf fetch  0x00000004 , 0x0000469b 
- 00001932  0x00000bb0 rtn  0x00000034 
- 00001933  0x00000bb1 call  0x000007e0 
- 00001934  0x00000bb2 setarg  0x00000003 
- 00001935  0x00000bb3 call  0x000007d3 
- 00001936  0x00000bb4 setarg  0x00000002 
- 00001937  0x00000bb5 call  0x000007d9 
- 00001938  0x00000bb6 fetch  0x00000001 , 0x00004b0e 
- 00001939  0x00000bb7 beq  0x00000001 , 0x00000797 
- 00001940  0x00000bb9 arg  0x00000005 , 0x00000039 
- 00001941  0x00000bba arg  0x00004b0e , 0x00000005 
- 00001942  0x00000bbb branch  0x00007ed4 
- 00001943  0x00000bbf fetch  0x00000002 , 0x00004b0f 
- 00001944  0x00000bc0 store  0x00000002 , 0x000011be 
- 00001945  0x00000bc1 fetch  0x00000002 , 0x0000469b 
- 00001946  0x00000bc2 store  0x00000002 , 0x000011c0 
- 00001947  0x00000bc3 call  0x000007aa 
- 00001948  0x00000bc4 fetch  0x00000002 , 0x000011be 
- 00001949  0x00000bc5 store  0x00000002 , 0x00004b0f 
- 00001950  0x00000bc6 fetch  0x00000002 , 0x000011c0 
- 00001951  0x00000bc7 store  0x00000002 , 0x0000469b 
- 00001952  0x00000bc9 fetch  0x00000002 , 0x00004b11 
- 00001953  0x00000bca store  0x00000002 , 0x000011be 
- 00001954  0x00000bcb fetch  0x00000002 , 0x0000469d 
- 00001955  0x00000bcc store  0x00000002 , 0x000011c0 
- 00001956  0x00000bcd call  0x000007aa 
- 00001957  0x00000bce fetch  0x00000002 , 0x000011be 
- 00001958  0x00000bcf store  0x00000002 , 0x00004b11 
- 00001959  0x00000bd0 fetch  0x00000002 , 0x000011c0 
- 00001960  0x00000bd1 store  0x00000002 , 0x0000469d 
- 00001961  0x00000bd2 rtn 
- 00001962  0x00000bdb fetch  0x00000002 , 0x000011be 
- 00001963  0x00000bdc fetcht  0x00000002 , 0x000011c0 
- 00001964  0x00000bdd iadd  0x00000002 , 0x0000003f 
- 00001965  0x00000bde store  0x00000003 , 0x000011c2 
- 00001966  0x00000bdf isolate1  0x00000010 , 0x0000003f 
- 00001967  0x00000be0 branch  0x000007b7 , 0x00000001 
- 00001968  0x00000be1 fetch  0x00000001 , 0x000011c3 
- 00001969  0x00000be2 beq  0x000000ff , 0x000007be 
- 00001970  0x00000be3 fetch  0x00000001 , 0x000011c2 
- 00001971  0x00000be5 rshift  0x0000003f , 0x0000003f 
- 00001972  0x00000be6 store  0x00000002 , 0x000011be 
- 00001973  0x00000be7 store  0x00000002 , 0x000011c0 
- 00001974  0x00000be8 rtn 
- 00001975  0x00000bea fetch  0x00000001 , 0x000011c3 
- 00001976  0x00000beb beq  0x00000000 , 0x000007bb 
- 00001977  0x00000bec fetch  0x00000003 , 0x000011c2 
- 00001978  0x00000bed branch  0x000007b3 
- 00001979  0x00000bef jam  0x00000000 , 0x000011c4 
- 00001980  0x00000bf0 fetch  0x00000001 , 0x000011c2 
- 00001981  0x00000bf1 branch  0x000007b3 
- 00001982  0x00000bf4 fetch  0x00000001 , 0x000011c2 
- 00001983  0x00000bf5 call  0x000007c9 
- 00001984  0x00000bf6 store  0x00000001 , 0x000011be 
- 00001985  0x00000bf7 store  0x00000001 , 0x000011c0 
- 00001986  0x00000bf8 branch  0x000007c7 , 0x00000034 
- 00001987  0x00000bf9 setarg  0x000000ff 
- 00001988  0x00000bfb store  0x00000001 , 0x000011bf 
- 00001989  0x00000bfc store  0x00000001 , 0x000011c1 
- 00001990  0x00000bfd rtn 
- 00001991  0x00000bff setarg  0x00000000 
- 00001992  0x00000c00 branch  0x000007c4 
- 00001993  0x00000c03 call  0x000007cf 
- 00001994  0x00000c04 rshift  0x0000003f , 0x0000003f 
- 00001995  0x00000c06 call  0x000007d0 
- 00001996  0x00000c07 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00001997  0x00000c08 store  0x00000001 , 0x000011c5 
- 00001998  0x00000c09 rtn 
- 00001999  0x00000c0c sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00002000  0x00000c0e store  0x00000001 , 0x00000aae 
- 00002001  0x00000c0f fetch  0x00000001 , 0x00000aae 
- 00002002  0x00000c10 rtn 
- 00002003  0x00000c14 isub  0x00000011 , 0x0000003e 
- 00002004  0x00000c15 nbranch  0x000007de , 0x00000002 
- 00002005  0x00000c16 isub  0x00000012 , 0x0000003e 
- 00002006  0x00000c17 nbranch  0x000007de , 0x00000002 
- 00002007  0x00000c19 jam  0x00000000 , 0x00004b0e 
- 00002008  0x00000c1a rtn 
- 00002009  0x00000c1c isub  0x00000011 , 0x0000003e 
- 00002010  0x00000c1d nrtn  0x00000002 
- 00002011  0x00000c1e isub  0x00000012 , 0x0000003e 
- 00002012  0x00000c1f nrtn  0x00000002 
- 00002013  0x00000c20 branch  0x000007d7 
- 00002014  0x00000c22 jam  0x00000001 , 0x00004b0e 
- 00002015  0x00000c23 rtn 
- 00002016  0x00000c26 fetch  0x00000002 , 0x0000469b 
- 00002017  0x00000c27 call  0x000007e7 
- 00002018  0x00000c28 copy  0x0000003f , 0x00000011 
- 00002019  0x00000c29 fetch  0x00000002 , 0x0000469d 
- 00002020  0x00000c2a call  0x000007e7 
- 00002021  0x00000c2b copy  0x0000003f , 0x00000012 
- 00002022  0x00000c2c rtn 
- 00002023  0x00000c33 store  0x00000002 , 0x000011c0 
- 00002024  0x00000c34 fetch  0x00000001 , 0x000011c1 
- 00002025  0x00000c35 beq  0x000000ff , 0x000007ed 
- 00002026  0x00000c36 fetch  0x00000001 , 0x000011c0 
- 00002027  0x00000c38 and_into  0x000000ff , 0x0000003f 
- 00002028  0x00000c3a rtn 
- 00002029  0x00000c3c fetch  0x00000002 , 0x000011c0 
- 00002030  0x00000c3d sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00002031  0x00000c3e branch  0x000007eb 
- 00008192  0x00000c4a call  0x00002abc 
- 00008193  0x00000c4d bpatch  0x00000000 , 0x00004000 
- 00008194  0x00000c4e clear_stack 
- 00008195  0x00000c4f call  0x0000640d 
- 00008196  0x00000c50 call  0x0000296c 
- 00008197  0x00000c51 call  0x000065a3 
- 00008198  0x00000c52 call  0x00002a96 
- 00008199  0x00000c53 call  0x00004d6a 
- 00008200  0x00000c54 bpatch  0x00000001 , 0x00004000 
- 00008201  0x00000c55 call  0x00006a03 
- 00008202  0x00000c56 call  0x00005cf6 
- 00008203  0x00000c57 call  0x00007ccc 
- 00008204  0x00000c58 call  0x000032d8 
- 00008205  0x00000c59 ncall  0x0000689c , 0x0000002b 
- 00008206  0x00000c5a bpatch  0x00000002 , 0x00004000 
- 00008207  0x00000c5b call  0x000032e3 , 0x0000002b 
- 00008208  0x00000c5c call  0x0000756a 
- 00008209  0x00000c5d call  0x00002b41 , 0x0000002b 
- 00008210  0x00000c5f bpatch  0x00000003 , 0x00004000 
- 00008211  0x00000c60 call  0x000076dc 
- 00008212  0x00000c61 call  0x00007aaf 
- 00008213  0x00000c62 call  0x0000756d 
- 00008214  0x00000c63 call  0x0000535c 
- 00008215  0x00000c64 bpatch  0x00000004 , 0x00004000 
- 00008216  0x00000c65 call  0x00002038 
- 00008217  0x00000c66 call  0x000032ed 
- 00008218  0x00000c67 call  0x0000208f 
- 00008219  0x00000c68 call  0x000022f8 
- 00008220  0x00000c69 call  0x0000236a 
- 00008221  0x00000c6a call  0x00002021 
- 00008222  0x00000c6b call  0x00002b6a 
- 00008223  0x00000c6c call  0x00002c72 
- 00008224  0x00000c6d branch  0x00002012 
- 00008225  0x00000c70 call  0x00002026 
- 00008226  0x00000c71 rtnmark0  0x00000009 
- 00008227  0x00000c72 set0  0x00000009 , 0x00000000 
- 00008228  0x00000c73 call  0x00002223 
- 00008229  0x00000c74 branch  0x000053ce 
- 00008230  0x00000c77 bpatch  0x00000005 , 0x00004000 
- 00008231  0x00000c78 call  0x0000225e 
- 00008232  0x00000c79 nbranch  0x0000202f , 0x00000005 
- 00008233  0x00000c7a call  0x0000220a 
- 00008234  0x00000c7b add  0x00000011 , 0x00000001 , 0x00000006 
- 00008235  0x00000c7c ifetch  0x00000001 , 0x00000006 
- 00008236  0x00000c7d bbit1  0x00000000 , 0x00005360 
- 00008237  0x00000c7e bbit1  0x00000001 , 0x00002166 
- 00008238  0x00000c7f branch  0x000023cf 
- 00008239  0x00000c81 call  0x0000222b 
- 00008240  0x00000c82 copy  0x00000039 , 0x0000003e 
- 00008241  0x00000c83 rtn  0x00000005 
- 00008242  0x00000c84 call  0x0000220a 
- 00008243  0x00000c85 fetch  0x00000001 , 0x00000030 
- 00008244  0x00000c86 bbit1  0x00000003 , 0x000020d3 
- 00008245  0x00000c87 fetch  0x00000001 , 0x00000031 
- 00008246  0x00000c88 bbit1  0x00000001 , 0x00002166 
- 00008247  0x00000c89 branch  0x000023cf 
- 00008248  0x00000c92 fetch  0x00000001 , 0x000041ce 
- 00008249  0x00000c93 rtn  0x00000034 
- 00008250  0x00000c94 beq  0x00000001 , 0x00002048 
- 00008251  0x00000c95 beq  0x00000002 , 0x0000204d 
- 00008252  0x00000c96 beq  0x00000003 , 0x00002050 
- 00008253  0x00000c97 beq  0x00000005 , 0x00002055 
- 00008254  0x00000c98 beq  0x0000001b , 0x00002045 
- 00008255  0x00000c99 call  0x00002257 
- 00008256  0x00000c9a rtn  0x00000005 
- 00008257  0x00000c9b call  0x0000225a 
- 00008258  0x00000c9c rtn  0x00000005 
- 00008259  0x00000c9e jam  0x00000000 , 0x000041ce 
- 00008260  0x00000c9f rtn 
- 00008261  0x00000ca2 jam  0x0000001b , 0x0000049b 
- 00008262  0x00000ca3 jam  0x00000000 , 0x000041ce 
- 00008263  0x00000ca4 rtn 
- 00008264  0x00000ca7 set1  0x0000001c , 0x00000000 
- 00008265  0x00000ca8 set0  0x0000001e , 0x00000000 
- 00008266  0x00000ca9 jam  0x000000ff , 0x0000008f 
- 00008267  0x00000caa jam  0x0000001f , 0x0000008d 
- 00008268  0x00000cab branch  0x00002043 
- 00008269  0x00000cae set0  0x0000001c , 0x00000000 
- 00008270  0x00000caf force  0x00000000 , 0x0000001b 
- 00008271  0x00000cb0 branch  0x00002043 
- 00008272  0x00000cb3 call  0x0000225a 
- 00008273  0x00000cb4 rtn  0x00000005 
- 00008274  0x00000cb5 force  0x00000001 , 0x00000002 
- 00008275  0x00000cb6 jam  0x00000005 , 0x0000016e 
- 00008276  0x00000cb7 branch  0x0000205c 
- 00008277  0x00000cba bpatch  0x00000006 , 0x00004000 
- 00008278  0x00000cbc fetch  0x00000006 , 0x000041d0 
- 00008279  0x00000cbd branch  0x00002043 , 0x00000034 
- 00008280  0x00000cbe jam  0x00000001 , 0x00004681 
- 00008281  0x00000cc0 jam  0x00000003 , 0x00000055 
- 00008282  0x00000cc1 branch  0x0000205b 
- 00008283  0x00000cc4 force  0x00000025 , 0x00000002 
- 00008284  0x00000cc6 bpatch  0x00000007 , 0x00004000 
- 00008285  0x00000cc7 fetch  0x00000001 , 0x000000f1 
- 00008286  0x00000cc8 branch  0x00002062 , 0x00000034 
- 00008287  0x00000cc9 lshift3  0x0000003f , 0x0000003f 
- 00008288  0x00000cca lshift4  0x0000003f , 0x0000003f 
- 00008289  0x00000ccb increase  0xffffffff , 0x0000003f 
- 00008290  0x00000ccd store  0x00000001 , 0x000040a6 
- 00008291  0x00000cce store  0x00000001 , 0x000000f0 
- 00008292  0x00000ccf jam  0x0000001f , 0x0000008e 
- 00008293  0x00000cd0 set0  0x0000000c , 0x00000000 
- 00008294  0x00000cd1 call  0x0000223b 
- 00008295  0x00000cd2 nbranch  0x00002083 , 0x00000005 
- 00008296  0x00000cd3 call  0x00002a6f 
- 00008297  0x00000cd4 store  0x00000001 , 0x00000077 
- 00008298  0x00000cd5 storet  0x00000001 , 0x0000007c 
- 00008299  0x00000cd6 fetch  0x00000006 , 0x000041d0 
- 00008300  0x00000cd7 store  0x00000006 , 0x00000040 
- 00008301  0x00000cd8 bpatch  0x00000008 , 0x00004001 
- 00008302  0x00000cd9 call  0x00007f15 
- 00008303  0x00000cda force  0x00000000 , 0x0000003f 
- 00008304  0x00000cdb compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008305  0x00000cdc nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00008306  0x00000cdd set1  0x00000003 , 0x0000003f 
- 00008307  0x00000cde store  0x00000001 , 0x00000030 
- 00008308  0x00000cdf jam  0x00000003 , 0x00000a99 
- 00008309  0x00000ce0 call  0x00007d86 
- 00008310  0x00000ce1 force  0x00000000 , 0x0000003f 
- 00008311  0x00000ce2 setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00008312  0x00000ce3 store  0x00000001 , 0x0000004c 
- 00008313  0x00000ce4 setarg  0x00000000 
- 00008314  0x00000ce5 set1  0x00000001 , 0x0000003f 
- 00008315  0x00000ce6 store  0x00000001 , 0x00000031 
- 00008316  0x00000ce7 enable  0x00000029 
- 00008317  0x00000ce8 call  0x00002223 
- 00008318  0x00000ce9 disable  0x00000029 
- 00008319  0x00000cea force  0x00000003 , 0x00000007 
- 00008320  0x00000ceb fetch  0x00000002 , 0x000040b9 
- 00008321  0x00000cec call  0x00007f08 
- 00008322  0x00000ced branch  0x00002043 
- 00008323  0x00000cef bpatch  0x00000009 , 0x00004001 
- 00008324  0x00000cf0 fetch  0x00000006 , 0x000041d0 
- 00008325  0x00000cf1 store  0x00000006 , 0x00000040 
- 00008326  0x00000cf2 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008327  0x00000cf3 branch  0x00002089 , 0x00000001 
- 00008328  0x00000cf4 branch  0x00002043 
- 00008329  0x00000cf6 arg  0x00000101 , 0x00000005 
- 00008330  0x00000cf7 arg  0x00000008 , 0x00000039 
- 00008331  0x00000cf8 call  0x00007ec6 
- 00008332  0x00000cf9 jam  0x00000004 , 0x00000a99 
- 00008333  0x00000cfa call  0x00007d86 
- 00008334  0x00000cfb branch  0x00002043 
- 00008335  0x00000d03 rtnmark0  0x0000001c 
- 00008336  0x00000d04 force  0x00000001 , 0x00000007 
- 00008337  0x00000d05 call  0x00007f16 
- 00008338  0x00000d06 nsetflag  0x00000034 , 0x0000001c , 0x00000000 
- 00008339  0x00000d07 nbranch  0x00002095 , 0x00000034 
- 00008340  0x00000d08 rtn 
- 00008341  0x00000d0d bpatch  0x0000000a , 0x00004001 
- 00008342  0x00000d0e fetcht  0x00000002 , 0x000040bb 
- 00008343  0x00000d0f force  0x00000004 , 0x00000007 
- 00008344  0x00000d10 call  0x0000271c 
- 00008345  0x00000d11 rtn  0x00000028 
- 00008346  0x00000d12 call  0x000028a4 
- 00008347  0x00000d13 force  0x00000000 , 0x00000024 
- 00008348  0x00000d15 rtn  0x00000003 
- 00008349  0x00000d16 set0  0x0000000b , 0x00000000 
- 00008350  0x00000d17 set0  0x00000000 , 0x00000000 
- 00008351  0x00000d19 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008352  0x00000d1a isolate1  0x0000001e , 0x00000000 
- 00008353  0x00000d1b setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00008354  0x00000d1c compare  0x00000000 , 0x00000021 , 0x00000002 
- 00008355  0x00000d1d nbranch  0x000020be , 0x00000001 
- 00008356  0x00000d20 bpatch  0x0000000b , 0x00004001 
- 00008357  0x00000d21 fetch  0x00000001 , 0x00000012 
- 00008358  0x00000d22 increase  0x00000001 , 0x0000003f 
- 00008359  0x00000d23 store  0x00000001 , 0x00000012 
- 00008360  0x00000d24 call  0x000028d8 
- 00008361  0x00000d25 call  0x000028d2 
- 00008362  0x00000d26 call  0x000028f2 
- 00008363  0x00000d27 call  0x00002a51 
- 00008364  0x00000d28 call  0x00002a56 
- 00008365  0x00000d29 call  0x00002a64 
- 00008366  0x00000d2a call  0x0000264d 
- 00008367  0x00000d2b call  0x000020b1 
- 00008368  0x00000d2c branch  0x0000209c 
- 00008369  0x00000d2f bpatch  0x0000000c , 0x00004001 
- 00008370  0x00000d30 fetch  0x00000001 , 0x0000008d 
- 00008371  0x00000d31 increase  0xffffffff , 0x0000003f 
- 00008372  0x00000d32 store  0x00000001 , 0x0000008d 
- 00008373  0x00000d33 rtn  0x00000002 
- 00008374  0x00000d34 jam  0x0000001f , 0x0000008d 
- 00008375  0x00000d35 fetch  0x00000001 , 0x0000008f 
- 00008376  0x00000d36 increase  0xffffffff , 0x0000003f 
- 00008377  0x00000d37 store  0x00000001 , 0x0000008f 
- 00008378  0x00000d38 rtn  0x00000002 
- 00008379  0x00000d39 setflip  0x0000001e , 0x00000000 
- 00008380  0x00000d3a jam  0x000000ff , 0x0000008f 
- 00008381  0x00000d3b rtn 
- 00008382  0x00000d3e bpatch  0x0000000d , 0x00004001 
- 00008383  0x00000d3f call  0x000028d8 
- 00008384  0x00000d40 call  0x000028cc 
- 00008385  0x00000d41 call  0x000028f2 
- 00008386  0x00000d42 call  0x00002a5b 
- 00008387  0x00000d43 call  0x000029eb 
- 00008388  0x00000d44 call  0x00002a0d 
- 00008389  0x00000d45 branch  0x000020c8 , 0x00000018 
- 00008390  0x00000d46 call  0x000020b1 
- 00008391  0x00000d47 branch  0x0000209f 
- 00008392  0x00000d49 bpatch  0x0000000e , 0x00004001 
- 00008393  0x00000d4a call  0x000029bb 
- 00008394  0x00000d4b call  0x00002a6b 
- 00008395  0x00000d4c call  0x0000251e 
- 00008396  0x00000d4d set0  0x00000001 , 0x00000000 
- 00008397  0x00000d4e rtnmark0  0x0000000b 
- 00008398  0x00000d50 bpatch  0x0000000f , 0x00004001 
- 00008399  0x00000d52 fetch  0x00000001 , 0x00000013 
- 00008400  0x00000d53 increase  0x00000001 , 0x0000003f 
- 00008401  0x00000d54 store  0x00000001 , 0x00000013 
- 00008402  0x00000d55 rtn 
- 00008403  0x00000d5e bpatch  0x00000010 , 0x00004002 
- 00008404  0x00000d5f enable  0x00000029 
- 00008405  0x00000d60 enable  0x00000030 
- 00008406  0x00000d61 fetch  0x00000002 , 0x000040b5 
- 00008407  0x00000d62 branch  0x000020db , 0x00000034 
- 00008408  0x00000d63 force  0x00000008 , 0x00000007 
- 00008409  0x00000d64 call  0x00007f16 
- 00008410  0x00000d65 nrtn  0x00000034 
- 00008411  0x00000d67 bpatch  0x00000011 , 0x00004002 
- 00008412  0x00000d68 fetcht  0x00000002 , 0x000040b7 
- 00008413  0x00000d69 force  0x00000028 , 0x00000007 
- 00008414  0x00000d6a call  0x0000271c 
- 00008415  0x00000d6b branch  0x00002114 , 0x00000028 
- 00008416  0x00000d6c force  0x00000003 , 0x00000007 
- 00008417  0x00000d6d call  0x00007f16 
- 00008418  0x00000d6e nbranch  0x000020f0 , 0x00000034 
- 00008419  0x00000d6f fetch  0x00000001 , 0x0000004c 
- 00008420  0x00000d70 bbit1  0x00000004 , 0x000020e6 
- 00008421  0x00000d71 branch  0x000020e9 
- 00008422  0x00000d73 arg  0x00000101 , 0x00000005 
- 00008423  0x00000d74 arg  0x00000008 , 0x00000039 
- 00008424  0x00000d75 call  0x00007ec6 
- 00008425  0x00000d77 bpatch  0x00000012 , 0x00004002 
- 00008426  0x00000d78 jam  0x00000000 , 0x00000030 
- 00008427  0x00000d79 call  0x00005cf7 
- 00008428  0x00000d7a jam  0x00000000 , 0x00004681 
- 00008429  0x00000d7b jam  0x00000013 , 0x00000a99 
- 00008430  0x00000d7c call  0x00007d86 
- 00008431  0x00000d7d branch  0x00002114 
- 00008432  0x00000d80 bpatch  0x00000013 , 0x00004002 
- 00008433  0x00000d81 force  0x00000000 , 0x0000000b 
- 00008434  0x00000d82 until  0x00000023 , 0x00000026 
- 00008435  0x00000d83 fetch  0x00000001 , 0x000000f2 
- 00008436  0x00000d84 increase  0xffffffff , 0x0000003f 
- 00008437  0x00000d85 ixor  0x00000022 , 0x0000003f 
- 00008438  0x00000d86 compare  0x00000000 , 0x0000003f , 0x00000003 
- 00008439  0x00000d87 nbranch  0x000020f0 , 0x00000001 
- 00008440  0x00000d88 deposit  0x00000004 
- 00008441  0x00000d89 store  0x00000001 , 0x00000181 
- 00008442  0x00000d8a force  0x00000000 , 0x00000026 
- 00008443  0x00000d8b force  0x00000000 , 0x00000024 
- 00008444  0x00000d8e bpatch  0x00000014 , 0x00004002 
- 00008445  0x00000d8f branch  0x00002114 , 0x00000003 
- 00008446  0x00000d90 call  0x000028dc 
- 00008447  0x00000d91 arg  0x00000600 , 0x0000000b 
- 00008448  0x00000d92 until  0x00000023 , 0x00000026 
- 00008449  0x00000d94 bpatch  0x00000015 , 0x00004002 
- 00008450  0x00000d95 fetch  0x00000004 , 0x000000f2 
- 00008451  0x00000d96 iforce  0x00000021 
- 00008452  0x00000d97 increase  0x00000001 , 0x0000003f 
- 00008453  0x00000d98 store  0x00000004 , 0x000000f2 
- 00008454  0x00000d99 isolate1  0x0000000c , 0x00000000 
- 00008455  0x00000d9a setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00008456  0x00000d9b compare  0x00000000 , 0x00000021 , 0x00000002 
- 00008457  0x00000d9c nbranch  0x00002128 , 0x00000001 
- 00008458  0x00000d9d fetch  0x00000001 , 0x0000000c 
- 00008459  0x00000d9e increase  0x00000001 , 0x0000003f 
- 00008460  0x00000d9f store  0x00000001 , 0x0000000c 
- 00008461  0x00000da0 call  0x000028d2 
- 00008462  0x00000da1 call  0x00002a51 
- 00008463  0x00000da2 call  0x00002a56 
- 00008464  0x00000da3 call  0x00002a64 
- 00008465  0x00000da4 call  0x0000264d 
- 00008466  0x00000da5 call  0x0000211a 
- 00008467  0x00000da6 branch  0x000020fc 
- 00008468  0x00000da8 bpatch  0x00000016 , 0x00004002 
- 00008469  0x00000da9 disable  0x00000029 
- 00008470  0x00000daa fetch  0x00000002 , 0x000040b5 
- 00008471  0x00000dab rtn  0x00000034 
- 00008472  0x00000dac force  0x00000008 , 0x00000007 
- 00008473  0x00000dad branch  0x00007f08 
- 00008474  0x00000db0 bpatch  0x00000017 , 0x00004002 
- 00008475  0x00000db1 fetch  0x00000001 , 0x0000008e 
- 00008476  0x00000db2 increase  0xffffffff , 0x0000003f 
- 00008477  0x00000db3 store  0x00000001 , 0x0000008e 
- 00008478  0x00000db4 rtn  0x00000002 
- 00008479  0x00000db5 jam  0x0000001f , 0x0000008e 
- 00008480  0x00000db6 fetch  0x00000001 , 0x000000f0 
- 00008481  0x00000db7 increase  0xffffffff , 0x0000003f 
- 00008482  0x00000db8 store  0x00000001 , 0x000000f0 
- 00008483  0x00000db9 rtn  0x00000002 
- 00008484  0x00000dba setflip  0x0000000c , 0x00000000 
- 00008485  0x00000dbb fetch  0x00000001 , 0x000040a6 
- 00008486  0x00000dbc store  0x00000001 , 0x000000f0 
- 00008487  0x00000dbd rtn 
- 00008488  0x00000dc0 bpatch  0x00000018 , 0x00004003 
- 00008489  0x00000dc1 call  0x000028cc 
- 00008490  0x00000dc2 call  0x00002a5b 
- 00008491  0x00000dc3 call  0x000029eb 
- 00008492  0x00000dc4 call  0x00002a0d 
- 00008493  0x00000dc5 branch  0x00002130 , 0x00000018 
- 00008494  0x00000dc6 call  0x0000211a 
- 00008495  0x00000dc7 branch  0x00002101 
- 00008496  0x00000dc9 call  0x0000264d 
- 00008497  0x00000dca fetch  0x00000001 , 0x0000000d 
- 00008498  0x00000dcb increase  0x00000001 , 0x0000003f 
- 00008499  0x00000dcc store  0x00000001 , 0x0000000d 
- 00008500  0x00000dcd force  0x00000000 , 0x0000001b 
- 00008501  0x00000dce fetch  0x00000004 , 0x000000f2 
- 00008502  0x00000dd0 bpatch  0x00000019 , 0x00004003 
- 00008503  0x00000dd1 call  0x00002a4f 
- 00008504  0x00000dd2 call  0x000028dc 
- 00008505  0x00000dd3 increase  0x00000001 , 0x00000026 
- 00008506  0x00000dd5 and_into  0x000001fd , 0x00000021 
- 00008507  0x00000dd6 and_into  0x000001fc , 0x00000024 
- 00008508  0x00000dd7 call  0x000028d2 
- 00008509  0x00000dd8 call  0x00002a51 
- 00008510  0x00000dd9 call  0x00002a56 
- 00008511  0x00000dda call  0x00002a64 
- 00008512  0x00000ddb deposit  0x00000022 
- 00008513  0x00000ddc store  0x00000004 , 0x00000161 
- 00008514  0x00000ddd force  0x00000000 , 0x00000004 
- 00008515  0x00000dde force  0x00000002 , 0x00000001 
- 00008516  0x00000ddf call  0x00002a6b 
- 00008517  0x00000de0 call  0x00002766 
- 00008518  0x00000de2 bpatch  0x0000001a , 0x00004003 
- 00008519  0x00000de3 call  0x00002a4d 
- 00008520  0x00000de4 or_into  0x00000002 , 0x00000021 
- 00008521  0x00000de5 and_into  0x000001fc , 0x00000024 
- 00008522  0x00000de6 call  0x000028cc 
- 00008523  0x00000de7 call  0x00002a5b 
- 00008524  0x00000de8 call  0x000029eb 
- 00008525  0x00000de9 call  0x00002a0d 
- 00008526  0x00000dea call  0x0000264d , 0x00000018 
- 00008527  0x00000deb branch  0x00002155 , 0x00000018 
- 00008528  0x00000dec fetch  0x00000001 , 0x00000010 
- 00008529  0x00000ded branch  0x000020fc , 0x00000034 
- 00008530  0x00000dee increase  0xffffffff , 0x0000003f 
- 00008531  0x00000def store  0x00000001 , 0x00000010 
- 00008532  0x00000df0 branch  0x00002136 
- 00008533  0x00000df3 bpatch  0x0000001b , 0x00004003 
- 00008534  0x00000df4 fetch  0x00000001 , 0x0000000e 
- 00008535  0x00000df5 increase  0x00000001 , 0x0000003f 
- 00008536  0x00000df6 store  0x00000001 , 0x0000000e 
- 00008537  0x00000df7 call  0x00002435 
- 00008538  0x00000df9 call  0x000022f2 
- 00008539  0x00000dfa branch  0x0000215f , 0x00000018 
- 00008540  0x00000dfb call  0x00002455 
- 00008541  0x00000dfc nbranch  0x0000215a , 0x00000034 
- 00008542  0x00000dfd branch  0x000020fc 
- 00008543  0x00000e00 bpatch  0x0000001c , 0x00004003 
- 00008544  0x00000e01 fetch  0x00000001 , 0x00000030 
- 00008545  0x00000e02 set0  0x00000003 , 0x0000003f 
- 00008546  0x00000e03 store  0x00000001 , 0x00000030 
- 00008547  0x00000e04 call  0x00002440 
- 00008548  0x00000e05 disable  0x00000029 
- 00008549  0x00000e06 rtn 
- 00008550  0x00000e0a bpatch  0x0000001d , 0x00004003 
- 00008551  0x00000e0b enable  0x00000029 
- 00008552  0x00000e0c enable  0x00000030 
- 00008553  0x00000e0d call  0x000021e1 
- 00008554  0x00000e0e rtn  0x00000028 
- 00008555  0x00000e0f call  0x00002c69 
- 00008556  0x00000e10 call  0x00002a4f 
- 00008557  0x00000e11 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008558  0x00000e12 call  0x000028e2 
- 00008559  0x00000e13 force  0x00000003 , 0x00000024 
- 00008560  0x00000e14 call  0x00006cc2 
- 00008561  0x00000e15 call  0x00002489 
- 00008562  0x00000e16 call  0x000028d2 
- 00008563  0x00000e17 call  0x00002a51 
- 00008564  0x00000e18 call  0x00002a56 
- 00008565  0x00000e19 call  0x00002a64 
- 00008566  0x00000e1a call  0x00002762 
- 00008567  0x00000e1c bpatch  0x0000001e , 0x00004003 
- 00008568  0x00000e1d call  0x00005d08 
- 00008569  0x00000e1e call  0x000022e4 
- 00008570  0x00000e1f nbranch  0x00002180 , 0x0000002d 
- 00008571  0x00000e20 call  0x00002a88 
- 00008572  0x00000e21 call  0x00002728 
- 00008573  0x00000e22 fetch  0x00000001 , 0x0000000f 
- 00008574  0x00000e23 increase  0x00000001 , 0x0000003f 
- 00008575  0x00000e24 store  0x00000001 , 0x0000000f 
- 00008576  0x00000e26 bpatch  0x0000001f , 0x00004003 
- 00008577  0x00000e27 call  0x00006caa 
- 00008578  0x00000e28 call  0x0000218b 
- 00008579  0x00000e29 nrtn  0x00000029 
- 00008580  0x00000e2a call  0x000026f3 
- 00008581  0x00000e2b nbranch  0x00002188 , 0x00000034 
- 00008582  0x00000e2d disable  0x00000029 
- 00008583  0x00000e2e rtn 
- 00008584  0x00000e31 call  0x00002489 
- 00008585  0x00000e32 call  0x000022da 
- 00008586  0x00000e33 branch  0x00002177 
- 00008587  0x00000e37 branch  0x0000218e , 0x0000002d 
- 00008588  0x00000e38 call  0x00002a7f 
- 00008589  0x00000e39 branch  0x0000219c , 0x00000002 
- 00008590  0x00000e3b call  0x000021a7 
- 00008591  0x00000e3c nbranch  0x0000219c , 0x00000028 
- 00008592  0x00000e3d fetch  0x00000001 , 0x0000004c 
- 00008593  0x00000e3e rtnbit0  0x00000004 
- 00008594  0x00000e3f rtnbit1  0x00000003 
- 00008595  0x00000e40 fetch  0x00000001 , 0x0000004b 
- 00008596  0x00000e41 rtnbit1  0x00000003 
- 00008597  0x00000e42 call  0x000021ae 
- 00008598  0x00000e43 nrtn  0x00000034 
- 00008599  0x00000e44 fetch  0x00000001 , 0x0000016e 
- 00008600  0x00000e45 increase  0xffffffff , 0x0000003f 
- 00008601  0x00000e46 store  0x00000001 , 0x0000016e 
- 00008602  0x00000e47 nrtn  0x00000034 
- 00008603  0x00000e48 branch  0x00006006 
- 00008604  0x00000e4b bpatch  0x00000020 , 0x00004004 
- 00008605  0x00000e4c call  0x0000245d 
- 00008606  0x00000e4d disable  0x00000029 
- 00008607  0x00000e4e fetch  0x00000001 , 0x0000004c 
- 00008608  0x00000e4f bbit1  0x00000004 , 0x000021a2 
- 00008609  0x00000e50 rtn 
- 00008610  0x00000e53 fetch  0x00000001 , 0x0000004c 
- 00008611  0x00000e54 rtnbit1  0x00000003 
- 00008612  0x00000e56 arg  0x00000101 , 0x00000005 
- 00008613  0x00000e57 arg  0x00000008 , 0x00000039 
- 00008614  0x00000e58 branch  0x00007ec6 
- 00008615  0x00000e5b bpatch  0x00000021 , 0x00004004 
- 00008616  0x00000e5c enable  0x00000028 
- 00008617  0x00000e5d fetch  0x00000001 , 0x0000004b 
- 00008618  0x00000e5e rtnbit0  0x00000003 
- 00008619  0x00000e5f call  0x000021ae 
- 00008620  0x00000e60 nrtn  0x00000034 
- 00008621  0x00000e61 branch  0x00007fe9 
- 00008622  0x00000e64 fetch  0x00000001 , 0x00000072 
- 00008623  0x00000e65 increase  0xffffffff , 0x0000003f 
- 00008624  0x00000e66 store  0x00000001 , 0x00000072 
- 00008625  0x00000e67 rtn 
- 00008626  0x00000e6a bpatch  0x00000022 , 0x00004004 
- 00008627  0x00000e6b fetch  0x00000001 , 0x00000030 
- 00008628  0x00000e6c bbit1  0x00000007 , 0x000021bb 
- 00008629  0x00000e6d fetch  0x00000001 , 0x000009b5 
- 00008630  0x00000e6e branch  0x000021bb , 0x00000034 
- 00008631  0x00000e6f jam  0x00000000 , 0x000009b5 
- 00008632  0x00000e70 jam  0x00000018 , 0x00000a99 
- 00008633  0x00000e71 call  0x00007d86 
- 00008634  0x00000e72 branch  0x000021bb 
- 00008635  0x00000e74 bpatch  0x00000023 , 0x00004004 
- 00008636  0x00000e75 call  0x00002254 
- 00008637  0x00000e76 fetch  0x00000001 , 0x00000030 
- 00008638  0x00000e77 set1  0x00000007 , 0x0000003f 
- 00008639  0x00000e78 store  0x00000001 , 0x00000030 
- 00008640  0x00000e79 jam  0x00000001 , 0x000041bd 
- 00008641  0x00000e7a fetch  0x00000001 , 0x00000055 
- 00008642  0x00000e7b bne  0x00000016 , 0x000021c3 
- 00008643  0x00000e7d rtn 
- 00008644  0x00000e80 jam  0x00000001 , 0x000009b5 
- 00008645  0x00000e82 fetch  0x00000001 , 0x00000030 
- 00008646  0x00000e83 set0  0x00000007 , 0x0000003f 
- 00008647  0x00000e84 store  0x00000001 , 0x00000030 
- 00008648  0x00000e85 rtn 
- 00008649  0x00000e8a bpatch  0x00000024 , 0x00004004 
- 00008650  0x00000e8b disable  0x00000028 
- 00008651  0x00000e8c fetch  0x00000002 , 0x00000032 
- 00008652  0x00000e8d arg  0x0000ffff , 0x00000002 
- 00008653  0x00000e8e isub  0x00000002 , 0x0000003e 
- 00008654  0x00000e8f nrtn  0x00000005 
- 00008655  0x00000e90 fetch  0x00000004 , 0x00000034 
- 00008656  0x00000e91 branch  0x000021d3 , 0x00000030 
- 00008657  0x00000e92 isub  0x00000028 , 0x0000003f 
- 00008658  0x00000e93 branch  0x000021d4 
- 00008659  0x00000e95 isub  0x00000022 , 0x0000003f 
- 00008660  0x00000e97 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00008661  0x00000e98 nrtn  0x00000002 
- 00008662  0x00000e99 force  0x00000000 , 0x0000003f 
- 00008663  0x00000e9a store  0x00000002 , 0x00000032 
- 00008664  0x00000e9b branch  0x00007fe7 
- 00008665  0x00000ea0 copy  0x0000003f , 0x00000002 
- 00008666  0x00000ea1 bpatch  0x00000025 , 0x00004004 
- 00008667  0x00000ea2 storet  0x00000004 , 0x00000034 
- 00008668  0x00000ea4 jam  0x00000001 , 0x0000455b 
- 00008669  0x00000ea5 setarg  0x0000ffff 
- 00008670  0x00000ea6 store  0x00000002 , 0x00000032 
- 00008671  0x00000ea7 jam  0x00000001 , 0x00000073 
- 00008672  0x00000ea8 rtn 
- 00008673  0x00000eac bpatch  0x00000026 , 0x00004004 
- 00008674  0x00000ead call  0x000021c9 
- 00008675  0x00000eae nrtn  0x00000028 
- 00008676  0x00000eaf disable  0x00000028 
- 00008677  0x00000eb0 jam  0x00000020 , 0x00000011 
- 00008678  0x00000eb1 set0  0x0000000b , 0x00000000 
- 00008679  0x00000eb3 call  0x00002a4f 
- 00008680  0x00000eb4 call  0x000022e6 
- 00008681  0x00000eb5 bmark1  0x0000000b , 0x000021f4 
- 00008682  0x00000eb6 call  0x00002455 
- 00008683  0x00000eb7 nbranch  0x000021e7 , 0x00000034 
- 00008684  0x00000eb9 bpatch  0x00000027 , 0x00004004 
- 00008685  0x00000eba disable  0x00000028 
- 00008686  0x00000ebb deposit  0x00000022 
- 00008687  0x00000ebc store  0x00000004 , 0x000040ca 
- 00008688  0x00000ebd enable  0x00000030 
- 00008689  0x00000ebe enable  0x00000029 
- 00008690  0x00000ebf jam  0x0000002a , 0x00000a99 
- 00008691  0x00000ec0 branch  0x00007d86 
- 00008692  0x00000ec3 bpatch  0x00000028 , 0x00004005 
- 00008693  0x00000ec4 call  0x00002a4d 
- 00008694  0x00000ec5 arg  0x00000010 , 0x00000001 
- 00008695  0x00000ec6 call  0x000022dc 
- 00008696  0x00000ec7 disable  0x00000030 
- 00008697  0x00000ec8 disable  0x00000029 
- 00008698  0x00000ec9 call  0x00002818 
- 00008699  0x00000eca call  0x00002435 
- 00008700  0x00000ecc bpatch  0x00000029 , 0x00004005 
- 00008701  0x00000ecd call  0x0000247c 
- 00008702  0x00000ece branch  0x00002202 , 0x0000002d 
- 00008703  0x00000ecf call  0x00002455 
- 00008704  0x00000ed0 nbranch  0x000021fc , 0x00000034 
- 00008705  0x00000ed1 branch  0x000021ec 
- 00008706  0x00000ed3 fetch  0x00000001 , 0x00000031 
- 00008707  0x00000ed4 set0  0x00000001 , 0x0000003f 
- 00008708  0x00000ed5 store  0x00000001 , 0x00000031 
- 00008709  0x00000ed6 call  0x00002a88 
- 00008710  0x00000ed7 call  0x00002841 
- 00008711  0x00000ed8 enable  0x00000028 
- 00008712  0x00000ed9 jam  0x0000002b , 0x00000a99 
- 00008713  0x00000eda branch  0x00007d86 
- 00008714  0x00000ee0 bpatch  0x0000002a , 0x00004005 
- 00008715  0x00000ee1 set1  0x00000009 , 0x00000000 
- 00008716  0x00000ee2 deposit  0x00000011 
- 00008717  0x00000ee3 store  0x00000002 , 0x0000001e 
- 00008718  0x00000ee4 force  0x00000050 , 0x00000039 
- 00008719  0x00000ee5 arg  0x0000043f , 0x00000005 
- 00008720  0x00000ee6 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008721  0x00000ee7 ifetch  0x00000001 , 0x00000006 
- 00008722  0x00000ee8 copy  0x00000011 , 0x00000006 
- 00008723  0x00000ee9 bbit1  0x00000000 , 0x00007f01 
- 00008724  0x00000eea arg  0x00000030 , 0x00000005 
- 00008725  0x00000eeb call  0x00007f01 
- 00008726  0x00000eec disable  0x0000002e 
- 00008727  0x00000eed fetch  0x00000001 , 0x00000077 
- 00008728  0x00000eee iforce  0x00000004 
- 00008729  0x00000eef jam  0x00000001 , 0x0000008a 
- 00008730  0x00000ef0 branch  0x0000221c , 0x00000029 
- 00008731  0x00000ef1 jam  0x00000001 , 0x0000008a 
- 00008732  0x00000ef3 fetch  0x00000001 , 0x00000030 
- 00008733  0x00000ef4 rtnbit0  0x00000001 
- 00008734  0x00000ef5 fetch  0x00000001 , 0x00000073 
- 00008735  0x00000ef6 store  0x00000001 , 0x0000008a 
- 00008736  0x00000ef7 fetch  0x00000001 , 0x00000074 
- 00008737  0x00000ef8 store  0x00000001 , 0x0000008b 
- 00008738  0x00000ef9 rtn 
- 00008739  0x00000efc bpatch  0x0000002b , 0x00004005 
- 00008740  0x00000efd fetch  0x00000002 , 0x0000001e 
- 00008741  0x00000efe iforce  0x00000005 
- 00008742  0x00000eff force  0x00000050 , 0x00000039 
- 00008743  0x00000f00 arg  0x0000043f , 0x00000006 
- 00008744  0x00000f01 branch  0x00007f01 , 0x00000036 
- 00008745  0x00000f02 arg  0x00000030 , 0x00000006 
- 00008746  0x00000f03 branch  0x00007f01 
- 00008747  0x00000f08 arg  0x00000001 , 0x00000039 
- 00008748  0x00000f09 fetcht  0x00000001 , 0x00000015 
- 00008749  0x00000f0b increase  0x00000001 , 0x00000002 
- 00008750  0x00000f0c compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008751  0x00000f0d nbranch  0x00002231 , 0x00000001 
- 00008752  0x00000f0e arg  0x00000000 , 0x00000002 
- 00008753  0x00000f10 storet  0x00000001 , 0x00000015 
- 00008754  0x00000f11 mul32  0x00000002 , 0x00000050 , 0x0000003f 
- 00008755  0x00000f12 arg  0x00004040 , 0x00000011 
- 00008756  0x00000f13 iadd  0x00000011 , 0x00000011 
- 00008757  0x00000f14 ifetch  0x00000001 , 0x00000011 
- 00008758  0x00000f15 bbit1  0x00000001 , 0x00002239 
- 00008759  0x00000f16 rtnbit1  0x00000000 
- 00008760  0x00000f17 rtnbit1  0x00000003 
- 00008761  0x00000f19 loop  0x0000222d 
- 00008762  0x00000f1a rtn 
- 00008763  0x00000f1d bpatch  0x0000002c , 0x00004005 
- 00008764  0x00000f1e arg  0x0000226a , 0x00000013 
- 00008765  0x00000f1f call  0x00002261 
- 00008766  0x00000f20 nrtn  0x00000005 
- 00008767  0x00000f21 deposit  0x00000011 
- 00008768  0x00000f22 store  0x00000002 , 0x0000001e 
- 00008769  0x00000f23 force  0x00000000 , 0x0000003e 
- 00008770  0x00000f24 rtn 
- 00008771  0x00000f29 call  0x00002725 
- 00008772  0x00000f2a branch  0x0000224b , 0x00000001 
- 00008773  0x00000f2b fetch  0x00000002 , 0x0000001e 
- 00008774  0x00000f2c add  0x0000003f , 0x00000017 , 0x00000005 
- 00008775  0x00000f2d fetch  0x00000001 , 0x00000047 
- 00008776  0x00000f2e istore  0x00000001 , 0x00000005 
- 00008777  0x00000f2f arg  0x000022aa , 0x00000013 
- 00008778  0x00000f30 branch  0x00002261 
- 00008779  0x00000f33 fetch  0x00000001 , 0x00000047 
- 00008780  0x00000f34 isolate1  0x00000003 , 0x0000003f 
- 00008781  0x00000f35 branch  0x00002250 , 0x00000001 
- 00008782  0x00000f36 force  0x00000001 , 0x0000003e 
- 00008783  0x00000f37 rtn 
- 00008784  0x00000f39 force  0x00000000 , 0x0000003e 
- 00008785  0x00000f3a rtn 
- 00008786  0x00000f3e arg  0x000022a7 , 0x00000013 
- 00008787  0x00000f3f branch  0x00002261 
- 00008788  0x00000f42 fetcht  0x00000002 , 0x0000001e 
- 00008789  0x00000f43 arg  0x000022cf , 0x00000013 
- 00008790  0x00000f44 branch  0x00002261 
- 00008791  0x00000f49 fetcht  0x00000001 , 0x000041cf 
- 00008792  0x00000f4b arg  0x00002275 , 0x00000013 
- 00008793  0x00000f4c branch  0x00002261 
- 00008794  0x00000f4f bpatch  0x0000002d , 0x00004005 
- 00008795  0x00000f50 fetcht  0x00000006 , 0x000041d0 
- 00008796  0x00000f52 arg  0x0000226e , 0x00000013 
- 00008797  0x00000f53 branch  0x00002261 
- 00008798  0x00000f56 arg  0x0000227b , 0x00000013 
- 00008799  0x00000f57 branch  0x00002261 
- 00008800  0x00000f5a arg  0x000022c6 , 0x00000013 
- 00008801  0x00000f5c bpatch  0x0000002e , 0x00004005 
- 00008802  0x00000f5d arg  0x00004040 , 0x00000011 
- 00008803  0x00000f5e arg  0x00000001 , 0x00000039 
- 00008804  0x00000f60 ifetch  0x00000001 , 0x00000011 
- 00008805  0x00000f61 copy  0x00000013 , 0x0000003d 
- 00008806  0x00000f63 increase  0x00000050 , 0x00000011 
- 00008807  0x00000f64 loop  0x00002264 
- 00008808  0x00000f65 force  0x00000001 , 0x0000003e 
- 00008809  0x00000f66 rtn 
- 00008810  0x00000f69 bbit1  0x00000000 , 0x00002266 
- 00008811  0x00000f6a bbit1  0x00000003 , 0x00002266 
- 00008812  0x00000f6b force  0x00000000 , 0x0000003e 
- 00008813  0x00000f6c rtn 
- 00008814  0x00000f6f bbit1  0x00000003 , 0x00002270 
- 00008815  0x00000f70 bbit0  0x00000000 , 0x00002266 
- 00008816  0x00000f72 add  0x00000011 , 0x00000010 , 0x00000006 
- 00008817  0x00000f73 ifetch  0x00000006 , 0x00000006 
- 00008818  0x00000f74 isub  0x00000002 , 0x0000003e 
- 00008819  0x00000f75 rtn  0x00000005 
- 00008820  0x00000f76 branch  0x00002266 
- 00008821  0x00000f79 bbit0  0x00000000 , 0x00002266 
- 00008822  0x00000f7a add  0x00000011 , 0x00000016 , 0x00000006 
- 00008823  0x00000f7b ifetch  0x00000001 , 0x00000006 
- 00008824  0x00000f7c isub  0x00000002 , 0x0000003e 
- 00008825  0x00000f7d rtn  0x00000005 
- 00008826  0x00000f7e branch  0x00002266 
- 00008827  0x00000f81 bbit0  0x00000001 , 0x00002266 
- 00008828  0x00000f83 call  0x000022b3 
- 00008829  0x00000f84 call  0x00002297 
- 00008830  0x00000f85 isub  0x00000002 , 0x0000003f 
- 00008831  0x00000f86 increase  0x00000001 , 0x0000003f 
- 00008832  0x00000f87 branch  0x00002291 , 0x00000002 
- 00008833  0x00000f88 copy  0x00000006 , 0x00000012 
- 00008834  0x00000f89 store  0x00000009 , 0x00000aa2 
- 00008835  0x00000f8a fetch  0x00000001 , 0x000044c0 
- 00008836  0x00000f8b nbranch  0x00002289 , 0x00000034 
- 00008837  0x00000f8c fetch  0x00000009 , 0x00000aa2 
- 00008838  0x00000f8d copy  0x00000012 , 0x00000006 
- 00008839  0x00000f8e increase  0x00000005 , 0x0000003f 
- 00008840  0x00000f8f branch  0x0000228c 
- 00008841  0x00000f91 fetch  0x00000009 , 0x00000aa2 
- 00008842  0x00000f92 copy  0x00000012 , 0x00000006 
- 00008843  0x00000f93 increase  0x00000014 , 0x0000003f 
- 00008844  0x00000f95 nbranch  0x00002266 , 0x00000002 
- 00008845  0x00000f97 copy  0x00000002 , 0x00000021 
- 00008846  0x00000f98 call  0x000022bf 
- 00008847  0x00000f99 force  0x00000000 , 0x0000003e 
- 00008848  0x00000f9a rtn 
- 00008849  0x00000f9e iforce  0x00000012 
- 00008850  0x00000f9f add  0x00000011 , 0x00000002 , 0x00000006 
- 00008851  0x00000fa0 ifetch  0x00000002 , 0x00000006 
- 00008852  0x00000fa1 branch  0x0000228d , 0x00000034 
- 00008853  0x00000fa2 call  0x000022bf 
- 00008854  0x00000fa3 branch  0x0000227c 
- 00008855  0x00000fa6 rshift16  0x0000003f , 0x0000000b 
- 00008856  0x00000fa7 rshift8  0x0000000b , 0x0000000b 
- 00008857  0x00000fa8 branch  0x000022a1 , 0x00000005 
- 00008858  0x00000fa9 compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008859  0x00000faa nrtn  0x00000001 
- 00008860  0x00000fab rshift16  0x00000002 , 0x0000000b 
- 00008861  0x00000fac rshift8  0x0000000b , 0x0000000b 
- 00008862  0x00000fad nrtn  0x00000005 
- 00008863  0x00000fae set1  0x0000001c , 0x00000002 
- 00008864  0x00000faf rtn 
- 00008865  0x00000fb1 rshift16  0x00000002 , 0x0000000b 
- 00008866  0x00000fb2 rshift8  0x0000000b , 0x0000000b 
- 00008867  0x00000fb3 compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008868  0x00000fb4 nrtn  0x00000001 
- 00008869  0x00000fb5 set1  0x0000001c , 0x0000003f 
- 00008870  0x00000fb6 rtn 
- 00008871  0x00000fb9 bbit0  0x00000000 , 0x00002266 
- 00008872  0x00000fba force  0x00000000 , 0x0000003e 
- 00008873  0x00000fbb rtn 
- 00008874  0x00000fbe bbit0  0x00000000 , 0x00002266 
- 00008875  0x00000fbf add  0x00000011 , 0x00000001 , 0x00000006 
- 00008876  0x00000fc0 ifetch  0x00000001 , 0x00000006 
- 00008877  0x00000fc1 bbit1  0x00000000 , 0x00002266 
- 00008878  0x00000fc2 add  0x00000011 , 0x00000017 , 0x00000006 
- 00008879  0x00000fc3 ifetch  0x00000001 , 0x00000006 
- 00008880  0x00000fc4 bbit0  0x00000003 , 0x00002266 
- 00008881  0x00000fc5 force  0x00000000 , 0x0000003e 
- 00008882  0x00000fc6 rtn 
- 00008883  0x00000fc9 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008884  0x00000fca ifetcht  0x00000001 , 0x00000006 
- 00008885  0x00000fcb deposit  0x00000022 
- 00008886  0x00000fcc isolate1  0x00000001 , 0x00000002 
- 00008887  0x00000fcd add  0x00000011 , 0x00000004 , 0x00000006 
- 00008888  0x00000fce ifetcht  0x00000004 , 0x00000006 
- 00008889  0x00000fcf rtn  0x00000001 
- 00008890  0x00000fd0 add  0x00000011 , 0x00000008 , 0x00000006 
- 00008891  0x00000fd1 ifetch  0x00000006 , 0x00000006 
- 00008892  0x00000fd2 call  0x00002854 
- 00008893  0x00000fd3 deposit  0x00000028 
- 00008894  0x00000fd4 rtn 
- 00008895  0x00000fd7 add  0x00000011 , 0x00000002 , 0x00000006 
- 00008896  0x00000fd8 add  0x00000011 , 0x00000004 , 0x00000005 
- 00008897  0x00000fd9 ifetch  0x00000002 , 0x00000006 
- 00008898  0x00000fda iadd  0x00000002 , 0x0000000b 
- 00008899  0x00000fdb deposit  0x0000000b 
- 00008900  0x00000fdc istore  0x00000004 , 0x00000005 
- 00008901  0x00000fdd branch  0x00005449 
- 00008902  0x00000fe1 bbit0  0x00000001 , 0x00002266 
- 00008903  0x00000fe2 call  0x000022b3 
- 00008904  0x00000fe3 iadd  0x0000001b , 0x0000003f 
- 00008905  0x00000fe4 iadd  0x0000001b , 0x0000003f 
- 00008906  0x00000fe5 iadd  0x00000007 , 0x0000003f 
- 00008907  0x00000fe6 isub  0x00000002 , 0x0000003e 
- 00008908  0x00000fe7 nbranch  0x00002266 , 0x00000002 
- 00008909  0x00000fe8 force  0x00000000 , 0x0000003e 
- 00008910  0x00000fe9 rtn 
- 00008911  0x00000fec bbit0  0x00000000 , 0x00002266 
- 00008912  0x00000fed deposit  0x00000002 
- 00008913  0x00000fee isub  0x00000011 , 0x0000003e 
- 00008914  0x00000fef branch  0x00002266 , 0x0000003e 
- 00008915  0x00000ff0 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008916  0x00000ff1 ifetch  0x00000001 , 0x00000006 
- 00008917  0x00000ff2 bbit1  0x00000000 , 0x00002266 
- 00008918  0x00000ff3 ifetch  0x00000001 , 0x00000011 
- 00008919  0x00000ff4 set0  0x00000007 , 0x0000003f 
- 00008920  0x00000ff5 istore  0x00000001 , 0x00000011 
- 00008921  0x00000ff6 branch  0x00002266 
- 00008922  0x00000ffa bpatch  0x0000002f , 0x00004005 
- 00008923  0x00000ffb call  0x00002a4f 
- 00008924  0x00000ffd add  0x00000022 , 0x00000001 , 0x00000021 
- 00008925  0x00000ffe call  0x000028e2 
- 00008926  0x00000fff force  0x00000003 , 0x00000024 
- 00008927  0x00001000 call  0x000028d2 
- 00008928  0x00001001 call  0x00002a51 
- 00008929  0x00001002 call  0x00002a56 
- 00008930  0x00001003 call  0x00002a64 
- 00008931  0x00001004 branch  0x00002762 
- 00008932  0x00001007 bpatch  0x00000030 , 0x00004006 
- 00008933  0x00001008 call  0x00002a4d 
- 00008934  0x0000100a add  0x00000022 , 0x00000001 , 0x00000021 
- 00008935  0x0000100b call  0x000028e2 
- 00008936  0x0000100c force  0x00000003 , 0x00000024 
- 00008937  0x0000100d call  0x000028cc 
- 00008938  0x0000100e call  0x0000242a 
- 00008939  0x0000100f call  0x000029f1 
- 00008940  0x00001010 call  0x00002a5b 
- 00008941  0x00001011 call  0x000029eb 
- 00008942  0x00001013 call  0x00002a0d 
- 00008943  0x00001014 nrtn  0x00000018 
- 00008944  0x00001015 call  0x000029bb 
- 00008945  0x00001016 branch  0x0000251c 
- 00008946  0x0000101b bpatch  0x00000031 , 0x00004006 
- 00008947  0x0000101c fetch  0x00000001 , 0x00000181 
- 00008948  0x0000101d iforce  0x00000004 
- 00008949  0x0000101e force  0x00000001 , 0x00000001 
- 00008950  0x0000101f call  0x000022da 
- 00008951  0x00001020 branch  0x000022e4 
- 00008952  0x0000102c fetch  0x00000001 , 0x00004093 
- 00008953  0x0000102d rtnbit0  0x00000000 
- 00008954  0x0000102e force  0x00000004 , 0x00000007 
- 00008955  0x0000102f call  0x00007f16 
- 00008956  0x00001030 nrtn  0x00000034 
- 00008957  0x00001031 fetcht  0x00000002 , 0x000040ad 
- 00008958  0x00001032 force  0x00000004 , 0x00000007 
- 00008959  0x00001033 call  0x0000271c 
- 00008960  0x00001034 rtn  0x00000028 
- 00008961  0x00001035 call  0x00002308 
- 00008962  0x00001036 force  0x00000004 , 0x00000007 
- 00008963  0x00001037 fetch  0x00000002 , 0x000040af 
- 00008964  0x00001038 nbranch  0x00007f08 , 0x00000018 
- 00008965  0x00001039 random  0x0000003f 
- 00008966  0x0000103a iand  0x00000035 , 0x0000003f 
- 00008967  0x0000103b branch  0x00007f08 
- 00008968  0x0000103f bpatch  0x00000032 , 0x00004006 
- 00008969  0x00001040 jam  0x00000000 , 0x00000181 
- 00008970  0x00001041 disable  0x00000030 
- 00008971  0x00001042 disable  0x0000002e 
- 00008972  0x00001043 call  0x000028a4 
- 00008973  0x00001044 and  0x00000022 , 0x000001fc , 0x00000021 
- 00008974  0x00001045 force  0x00000001 , 0x00000024 
- 00008975  0x00001046 call  0x000028d8 
- 00008976  0x00001047 call  0x000028cc 
- 00008977  0x00001048 setflip  0x0000001d , 0x00000000 
- 00008978  0x00001049 fetch  0x00000001 , 0x00000006 
- 00008979  0x0000104a increase  0x00000001 , 0x0000003f 
- 00008980  0x0000104b store  0x00000001 , 0x00000006 
- 00008981  0x0000104c call  0x000028f2 
- 00008982  0x0000104d call  0x000029eb 
- 00008983  0x0000104e call  0x00002a14 
- 00008984  0x0000104f nrtn  0x00000018 
- 00008985  0x00001050 bpatch  0x00000033 , 0x00004006 
- 00008986  0x00001051 force  0x00000000 , 0x0000001b 
- 00008987  0x00001052 call  0x000028f9 
- 00008988  0x00001053 fetch  0x00000001 , 0x00000007 
- 00008989  0x00001054 increase  0x00000001 , 0x0000003f 
- 00008990  0x00001055 store  0x00000001 , 0x00000007 
- 00008991  0x00001056 call  0x000028d8 
- 00008992  0x00001057 call  0x00002a4d 
- 00008993  0x00001058 or_into  0x00000002 , 0x00000021 
- 00008994  0x00001059 force  0x00000001 , 0x00000024 
- 00008995  0x0000105a call  0x000028d2 
- 00008996  0x0000105b call  0x000028f2 
- 00008997  0x0000105c call  0x00002a51 
- 00008998  0x0000105d call  0x00002a5f 
- 00008999  0x0000105e deposit  0x00000022 
- 00009000  0x0000105f store  0x00000004 , 0x00000161 
- 00009001  0x00001060 call  0x00002a64 
- 00009002  0x00001061 force  0x00000002 , 0x00000001 
- 00009003  0x00001062 force  0x00000000 , 0x00000004 
- 00009004  0x00001063 call  0x00002a6b 
- 00009005  0x00001064 call  0x00002766 
- 00009006  0x00001065 call  0x00002332 
- 00009007  0x00001066 and_into  0x000001fd , 0x00000021 
- 00009008  0x00001067 increase  0x00000001 , 0x00000026 
- 00009009  0x00001068 rtn 
- 00009010  0x0000106b bpatch  0x00000034 , 0x00004006 
- 00009011  0x0000106c fetch  0x00000001 , 0x000040d1 
- 00009012  0x0000106d rtn  0x00000034 
- 00009013  0x0000106e arg  0x0000018e , 0x00000005 
- 00009014  0x0000106f fetch  0x00000001 , 0x00004515 
- 00009015  0x00001070 copy  0x0000003f , 0x00000039 
- 00009016  0x00001071 increase  0x00000001 , 0x0000003f 
- 00009017  0x00001072 istore  0x00000001 , 0x00000005 
- 00009018  0x00001073 copy  0x00000005 , 0x00000002 
- 00009019  0x00001074 increase  0x00000001 , 0x0000003f 
- 00009020  0x00001075 store  0x00000002 , 0x000041dc 
- 00009021  0x00001076 copy  0x00000002 , 0x00000005 
- 00009022  0x00001077 setarg  0x00000009 
- 00009023  0x00001078 istore  0x00000001 , 0x00000005 
- 00009024  0x00001079 arg  0x00004516 , 0x00000006 
- 00009025  0x0000107a call  0x00007f01 
- 00009026  0x0000107c arg  0x0000458d , 0x00000013 
- 00009027  0x0000107d arg  0x00000004 , 0x00000039 
- 00009028  0x0000107e call  0x00002354 
- 00009029  0x0000107f arg  0x00004577 , 0x00000013 
- 00009030  0x00001080 arg  0x00000001 , 0x00000039 
- 00009031  0x00001081 call  0x00002354 
- 00009032  0x00001083 force  0x0000000a , 0x00000001 
- 00009033  0x00001084 jam  0x00000002 , 0x000041db 
- 00009034  0x00001085 setarg  0x0000018e 
- 00009035  0x00001086 store  0x00000002 , 0x0000016f 
- 00009036  0x00001087 call  0x00002a4d 
- 00009037  0x00001088 call  0x000028d2 
- 00009038  0x00001089 call  0x00002a51 
- 00009039  0x0000108a call  0x00002a5f 
- 00009040  0x0000108b call  0x00002a64 
- 00009041  0x0000108c call  0x00002a6b 
- 00009042  0x0000108d call  0x00002766 
- 00009043  0x0000108e rtn 
- 00009044  0x00001092 copy  0x00000005 , 0x00000002 
- 00009045  0x00001093 copy  0x00000013 , 0x00000006 
- 00009046  0x00001094 ifetch  0x00000001 , 0x00000006 
- 00009047  0x00001095 rtn  0x00000034 
- 00009048  0x00001097 lshift  0x0000003f , 0x0000003f 
- 00009049  0x00001098 loop  0x00002358 
- 00009050  0x00001099 copy  0x0000003f , 0x00000011 
- 00009051  0x0000109a increase  0x00000002 , 0x0000003f 
- 00009052  0x0000109b copy  0x0000003f , 0x00000007 
- 00009053  0x0000109c fetch  0x00000002 , 0x000041dc 
- 00009054  0x0000109d iadd  0x00000007 , 0x0000003f 
- 00009055  0x0000109e store  0x00000002 , 0x000041dc 
- 00009056  0x0000109f copy  0x00000002 , 0x00000005 
- 00009057  0x000010a0 copy  0x00000011 , 0x0000003f 
- 00009058  0x000010a1 increase  0x00000001 , 0x0000003f 
- 00009059  0x000010a2 istore  0x00000001 , 0x00000005 
- 00009060  0x000010a3 copy  0x00000013 , 0x00000006 
- 00009061  0x000010a4 ifetch  0x00000001 , 0x00000006 
- 00009062  0x000010a5 ifetch  0x00000001 , 0x00000006 
- 00009063  0x000010a6 istore  0x00000001 , 0x00000005 
- 00009064  0x000010a7 copy  0x00000011 , 0x00000039 
- 00009065  0x000010a8 branch  0x00007f01 
- 00009066  0x000010af fetch  0x00000001 , 0x00004093 
- 00009067  0x000010b0 rtnbit0  0x00000001 
- 00009068  0x000010b1 force  0x00000005 , 0x00000007 
- 00009069  0x000010b2 call  0x00007f16 
- 00009070  0x000010b3 nrtn  0x00000034 
- 00009071  0x000010b4 fetcht  0x00000002 , 0x000040b1 
- 00009072  0x000010b5 force  0x00000028 , 0x00000007 
- 00009073  0x000010b6 call  0x0000271c 
- 00009074  0x000010b7 rtn  0x00000028 
- 00009075  0x000010b8 force  0x00000000 , 0x00000004 
- 00009076  0x000010b9 jam  0x00000008 , 0x00000010 
- 00009077  0x000010ba set0  0x0000000b , 0x00000000 
- 00009078  0x000010bb call  0x0000237a 
- 00009079  0x000010bc force  0x00000005 , 0x00000007 
- 00009080  0x000010bd fetch  0x00000002 , 0x000040b3 
- 00009081  0x000010be branch  0x00007f08 
- 00009082  0x000010c2 bpatch  0x00000035 , 0x00004006 
- 00009083  0x000010c3 disable  0x00000030 
- 00009084  0x000010c4 call  0x000028a4 
- 00009085  0x000010c5 fetch  0x00000001 , 0x00000008 
- 00009086  0x000010c6 increase  0x00000001 , 0x0000003f 
- 00009087  0x000010c7 store  0x00000001 , 0x00000008 
- 00009088  0x000010c8 force  0x00000000 , 0x00000026 
- 00009089  0x000010c9 call  0x000028e2 
- 00009090  0x000010ca add  0x00000022 , 0x00000001 , 0x00000021 
- 00009091  0x000010cb force  0x00000002 , 0x00000024 
- 00009092  0x000010cc bpatch  0x00000036 , 0x00004006 
- 00009093  0x000010cd call  0x000028cc 
- 00009094  0x000010ce call  0x000029eb 
- 00009095  0x000010cf call  0x00002a14 
- 00009096  0x000010d0 nrtn  0x00000018 
- 00009097  0x000010d1 call  0x000028f9 
- 00009098  0x000010d2 fetch  0x00000001 , 0x00000009 
- 00009099  0x000010d3 increase  0x00000001 , 0x0000003f 
- 00009100  0x000010d4 store  0x00000001 , 0x00000009 
- 00009101  0x000010d5 force  0x00000000 , 0x0000001b 
- 00009102  0x000010d6 call  0x00002a4d 
- 00009103  0x000010d7 or_into  0x00000002 , 0x00000021 
- 00009104  0x000010d8 force  0x00000001 , 0x00000024 
- 00009105  0x000010d9 call  0x000028d2 
- 00009106  0x000010da call  0x00002a51 
- 00009107  0x000010db call  0x00002a5f 
- 00009108  0x000010dc call  0x00002a64 
- 00009109  0x000010dd call  0x0000264d 
- 00009110  0x000010de force  0x00000000 , 0x00000004 
- 00009111  0x000010df arg  0x00000600 , 0x0000000b 
- 00009112  0x000010e0 until  0x00000029 , 0x00000026 
- 00009113  0x000010e1 or_into  0x00000003 , 0x00000028 
- 00009114  0x000010e2 and_into  0x000001fd , 0x00000021 
- 00009115  0x000010e4 bpatch  0x00000037 , 0x00004006 
- 00009116  0x000010e5 increase  0x00000001 , 0x00000026 
- 00009117  0x000010e6 call  0x000028cc 
- 00009118  0x000010e7 call  0x000029eb 
- 00009119  0x000010e8 call  0x00002a07 
- 00009120  0x000010e9 nbranch  0x000023a4 , 0x00000018 
- 00009121  0x000010ea call  0x00002a6b 
- 00009122  0x000010eb call  0x0000251e 
- 00009123  0x000010ec bmark1  0x0000000b , 0x000023ab 
- 00009124  0x000010ee bpatch  0x00000038 , 0x00004007 
- 00009125  0x000010ef fetch  0x00000001 , 0x00000010 
- 00009126  0x000010f0 rtn  0x00000034 
- 00009127  0x000010f1 increase  0xffffffff , 0x0000003f 
- 00009128  0x000010f2 store  0x00000001 , 0x00000010 
- 00009129  0x000010f3 call  0x00002a4f 
- 00009130  0x000010f4 branch  0x0000239b 
- 00009131  0x000010f8 bpatch  0x00000039 , 0x00004007 
- 00009132  0x000010f9 set0  0x00000001 , 0x00000028 
- 00009133  0x000010fa set1  0x00000000 , 0x00000028 
- 00009134  0x000010fb fetch  0x00000001 , 0x0000000a 
- 00009135  0x000010fc increase  0x00000001 , 0x0000003f 
- 00009136  0x000010fd store  0x00000001 , 0x0000000a 
- 00009137  0x000010fe call  0x00002a4d 
- 00009138  0x000010ff or_into  0x00000002 , 0x00000021 
- 00009139  0x00001100 call  0x000028d2 
- 00009140  0x00001101 call  0x00002a51 
- 00009141  0x00001102 call  0x00002a5f 
- 00009142  0x00001103 call  0x00002a64 
- 00009143  0x00001104 call  0x0000264d 
- 00009144  0x00001106 compare  0x00000003 , 0x00000028 , 0x00000003 
- 00009145  0x00001107 branch  0x000023bc , 0x00000001 
- 00009146  0x00001108 until  0x0000003e , 0x00000017 
- 00009147  0x00001109 branch  0x000023b8 
- 00009148  0x0000110b fetch  0x00000004 , 0x00000165 
- 00009149  0x0000110c or_into  0x00000003 , 0x0000003f 
- 00009150  0x0000110d icopy  0x00000028 
- 00009151  0x00001110 bpatch  0x0000003a , 0x00004007 
- 00009152  0x00001111 fetch  0x00000006 , 0x00000178 
- 00009153  0x00001112 store  0x00000006 , 0x00000040 
- 00009154  0x00001113 call  0x00002435 
- 00009155  0x00001115 call  0x0000247c 
- 00009156  0x00001116 branch  0x000023c8 , 0x0000002d 
- 00009157  0x00001117 call  0x00002455 
- 00009158  0x00001118 nbranch  0x000023c3 , 0x00000034 
- 00009159  0x00001119 rtn 
- 00009160  0x0000111d bpatch  0x0000003b , 0x00004007 
- 00009161  0x0000111e call  0x00002440 
- 00009162  0x0000111f call  0x0000223b 
- 00009163  0x00001120 nrtn  0x00000005 
- 00009164  0x00001121 jam  0x00000000 , 0x00000031 
- 00009165  0x00001122 call  0x00002841 
- 00009166  0x00001123 branch  0x00002223 
- 00009167  0x00001129 bpatch  0x0000003c , 0x00004007 
- 00009168  0x0000112a call  0x00002850 
- 00009169  0x0000112b call  0x000023f3 
- 00009170  0x0000112c rtn  0x00000028 
- 00009171  0x0000112e bpatch  0x0000003d , 0x00004007 
- 00009172  0x0000112f call  0x00002c69 
- 00009173  0x00001130 call  0x00006caa 
- 00009174  0x00001131 call  0x00002514 
- 00009175  0x00001132 nbranch  0x000023e2 , 0x0000002d 
- 00009176  0x00001133 call  0x00002a88 
- 00009177  0x00001134 call  0x00006cc2 
- 00009178  0x00001135 call  0x00002489 
- 00009179  0x00001136 call  0x00002757 
- 00009180  0x00001137 call  0x00002728 
- 00009181  0x00001138 call  0x00005d08 
- 00009182  0x00001139 fetch  0x00000001 , 0x0000000b 
- 00009183  0x0000113a increase  0x00000001 , 0x0000003f 
- 00009184  0x0000113b store  0x00000001 , 0x0000000b 
- 00009185  0x0000113c call  0x00002841 
- 00009186  0x0000113e bpatch  0x0000003e , 0x00004007 
- 00009187  0x0000113f call  0x00002bb1 
- 00009188  0x00001140 call  0x00002a7f 
- 00009189  0x00001141 branch  0x000023eb , 0x00000002 
- 00009190  0x00001142 call  0x000021a7 
- 00009191  0x00001143 nbranch  0x000023eb , 0x00000028 
- 00009192  0x00001144 call  0x000026f3 
- 00009193  0x00001145 nbranch  0x000023d3 , 0x00000034 
- 00009194  0x00001146 rtn 
- 00009195  0x00001149 bpatch  0x0000003f , 0x00004007 
- 00009196  0x0000114a jam  0x00000000 , 0x00000151 
- 00009197  0x0000114b jam  0x00000000 , 0x0000017f 
- 00009198  0x0000114c call  0x0000245d 
- 00009199  0x0000114d set0  0x00000011 , 0x00000000 
- 00009200  0x0000114e call  0x00007fb0 
- 00009201  0x0000114f fetch  0x00000001 , 0x00000030 
- 00009202  0x00001150 rtn 
- 00009203  0x00001154 bpatch  0x00000040 , 0x00004008 
- 00009204  0x00001155 call  0x000021c9 
- 00009205  0x00001156 nrtn  0x00000028 
- 00009206  0x00001157 copy  0x00000004 , 0x00000002 
- 00009207  0x00001158 call  0x00002a6f 
- 00009208  0x00001159 store  0x00000001 , 0x00000181 
- 00009209  0x0000115a copy  0x00000002 , 0x00000004 
- 00009210  0x0000115b jam  0x00000020 , 0x00000011 
- 00009211  0x0000115d bpatch  0x00000041 , 0x00004008 
- 00009212  0x0000115e call  0x00002a4f 
- 00009213  0x0000115f force  0x00000002 , 0x00000001 
- 00009214  0x00001160 call  0x0000274f 
- 00009215  0x00001161 deposit  0x00000022 
- 00009216  0x00001162 store  0x00000004 , 0x00000161 
- 00009217  0x00001163 call  0x00002762 
- 00009218  0x00001164 call  0x00002a4d 
- 00009219  0x00001165 enable  0x0000002f 
- 00009220  0x00001166 call  0x000024f6 
- 00009221  0x00001167 branch  0x0000240d , 0x00000018 
- 00009222  0x00001168 call  0x000028f9 
- 00009223  0x00001169 call  0x00002455 
- 00009224  0x0000116a nbranch  0x000023fb , 0x00000034 
- 00009225  0x0000116b rtnmark0  0x00000004 
- 00009226  0x0000116c jam  0x00000034 , 0x0000007c 
- 00009227  0x0000116d set1  0x00000003 , 0x00000000 
- 00009228  0x0000116e rtn 
- 00009229  0x00001170 enable  0x00000030 
- 00009230  0x00001171 call  0x00002435 
- 00009231  0x00001172 call  0x000028a4 
- 00009232  0x00001174 bpatch  0x00000042 , 0x00004008 
- 00009233  0x00001175 call  0x000022f2 
- 00009234  0x00001176 branch  0x00002419 , 0x00000018 
- 00009235  0x00001177 call  0x00002455 
- 00009236  0x00001178 nbranch  0x00002410 , 0x00000034 
- 00009237  0x00001179 disable  0x00000030 
- 00009238  0x0000117a deposit  0x00000028 
- 00009239  0x0000117b store  0x00000004 , 0x000040ca 
- 00009240  0x0000117c rtn 
- 00009241  0x0000117e enable  0x00000029 
- 00009242  0x0000117f bmark0  0x00000004 , 0x0000241f 
- 00009243  0x00001180 set0  0x00000004 , 0x00000000 
- 00009244  0x00001181 jam  0x00000003 , 0x0000007c 
- 00009245  0x00001182 jam  0x00000033 , 0x0000007d 
- 00009246  0x00001183 call  0x000062f8 
- 00009247  0x00001185 deposit  0x00000004 
- 00009248  0x00001186 store  0x00000001 , 0x00000077 
- 00009249  0x00001187 force  0x00000000 , 0x0000003f 
- 00009250  0x00001188 store  0x00000006 , 0x00000038 
- 00009251  0x00001189 fetch  0x00000001 , 0x00000031 
- 00009252  0x0000118a set1  0x00000001 , 0x0000003f 
- 00009253  0x0000118b store  0x00000001 , 0x00000031 
- 00009254  0x0000118c call  0x00002a88 
- 00009255  0x0000118d disable  0x00000029 
- 00009256  0x0000118e enable  0x00000028 
- 00009257  0x0000118f rtn 
- 00009258  0x00001194 bpatch  0x00000043 , 0x00004008 
- 00009259  0x00001195 disable  0x0000002d 
- 00009260  0x00001196 set0  0x00000005 , 0x00000000 
- 00009261  0x00001197 set0  0x0000000a , 0x00000000 
- 00009262  0x00001198 set0  0x00000010 , 0x00000000 
- 00009263  0x00001199 set0  0x0000000f , 0x00000000 
- 00009264  0x0000119a fetch  0x00000001 , 0x00000047 
- 00009265  0x0000119b set0  0x00000005 , 0x0000003f 
- 00009266  0x0000119c set1  0x00000004 , 0x0000003f 
- 00009267  0x0000119d store  0x00000001 , 0x00000047 
- 00009268  0x0000119e rtn 
- 00009269  0x000011a1 bpatch  0x00000044 , 0x00004008 
- 00009270  0x000011a2 jam  0x00000020 , 0x00000011 
- 00009271  0x000011a3 jam  0x00000050 , 0x00000047 
- 00009272  0x000011a4 fetch  0x00000002 , 0x000040bf 
- 00009273  0x000011a5 store  0x00000002 , 0x0000003e 
- 00009274  0x000011a6 deposit  0x00000022 
- 00009275  0x000011a7 store  0x00000004 , 0x000040ca 
- 00009276  0x000011a8 rtn  0x00000030 
- 00009277  0x000011a9 deposit  0x00000028 
- 00009278  0x000011aa store  0x00000004 , 0x000040ca 
- 00009279  0x000011ab rtn 
- 00009280  0x000011ae bpatch  0x00000045 , 0x00004008 
- 00009281  0x000011af call  0x00005d04 
- 00009282  0x000011b0 call  0x00002459 
- 00009283  0x000011b1 store  0x00000001 , 0x00000046 
- 00009284  0x000011b2 setarg  0x00000000 
- 00009285  0x000011b3 store  0x00000002 , 0x0000025d 
- 00009286  0x000011b4 setarg  0x00001c80 
- 00009287  0x000011b5 store  0x00000002 , 0x00000051 
- 00009288  0x000011b6 fetch  0x00000001 , 0x00000030 
- 00009289  0x000011b7 set1  0x00000000 , 0x0000003f 
- 00009290  0x000011b8 store  0x00000001 , 0x00000030 
- 00009291  0x000011b9 jam  0x00000000 , 0x0000004b 
- 00009292  0x000011ba jam  0x00000000 , 0x0000004c 
- 00009293  0x000011bb jam  0x00000000 , 0x000000a0 
- 00009294  0x000011bc branch  0x00002a88 
- 00009295  0x000011c0 bpatch  0x00000046 , 0x00004008 
- 00009296  0x000011c1 force  0x00000000 , 0x0000003f 
- 00009297  0x000011c2 store  0x00000008 , 0x000041be 
- 00009298  0x000011c3 istore  0x00000008 , 0x00000005 
- 00009299  0x000011c4 call  0x000021c5 
- 00009300  0x000011c5 branch  0x00002254 
- 00009301  0x000011c8 fetch  0x00000001 , 0x00000011 
- 00009302  0x000011c9 increase  0xffffffff , 0x0000003f 
- 00009303  0x000011ca store  0x00000001 , 0x00000011 
- 00009304  0x000011cb rtn 
- 00009305  0x000011ce fetch  0x00000001 , 0x000040cf 
- 00009306  0x000011cf increase  0x00000001 , 0x0000003f 
- 00009307  0x000011d0 store  0x00000001 , 0x000040cf 
- 00009308  0x000011d1 rtn 
- 00009309  0x000011d5 bpatch  0x00000047 , 0x00004008 
- 00009310  0x000011d6 fetch  0x00000001 , 0x000041ce 
- 00009311  0x000011d7 beq  0x00000003 , 0x00002462 
- 00009312  0x000011d8 fetch  0x00000001 , 0x00000048 
- 00009313  0x000011d9 bne  0x00000001 , 0x00002466 
- 00009314  0x000011db call  0x00004d06 
- 00009315  0x000011dc nbranch  0x00002466 , 0x00000005 
- 00009316  0x000011dd call  0x000021a4 
- 00009317  0x000011de jam  0x00000000 , 0x000041ce 
- 00009318  0x000011e0 bpatch  0x00000048 , 0x00004009 
- 00009319  0x000011e1 call  0x000033af 
- 00009320  0x000011e2 call  0x000026e9 
- 00009321  0x000011e3 jam  0x00000002 , 0x00000a99 
- 00009322  0x000011e4 call  0x00007d86 
- 00009323  0x000011e5 call  0x00005cf7 
- 00009324  0x000011e6 call  0x00004d6b 
- 00009325  0x000011e7 call  0x0000757d 
- 00009326  0x000011e8 fetch  0x00000001 , 0x00000030 
- 00009327  0x000011e9 set0  0x00000000 
- 00009328  0x000011ea store  0x00000001 , 0x00000030 
- 00009329  0x000011eb jam  0x00000000 , 0x00004681 
- 00009330  0x000011ed fetch  0x00000001 , 0x0000004c 
- 00009331  0x000011ee compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00009332  0x000011ef branch  0x00002476 , 0x00000001 
- 00009333  0x000011f0 set0  0x00000001 , 0x00000000 
- 00009334  0x000011f2 fetch  0x00000001 , 0x00000047 
- 00009335  0x000011f3 bbit0  0x00000003 , 0x00002478 
- 00009336  0x000011f5 fetch  0x00000001 , 0x0000004b 
- 00009337  0x000011f6 rtnbit0  0x00000006 
- 00009338  0x000011f7 set0  0x00000002 , 0x00000000 
- 00009339  0x000011f8 rtn 
- 00009340  0x000011fb bpatch  0x00000049 , 0x00004009 
- 00009341  0x000011fc fetch  0x00000001 , 0x00000174 
- 00009342  0x000011fd rtn  0x00000034 
- 00009343  0x000011fe icopy  0x00000004 
- 00009344  0x000011ff call  0x00002514 
- 00009345  0x00001200 nrtn  0x0000002d 
- 00009346  0x00001201 force  0x00000000 , 0x00000001 
- 00009347  0x00001202 call  0x00002757 
- 00009348  0x00001203 deposit  0x00000004 
- 00009349  0x00001204 store  0x00000001 , 0x00000077 
- 00009350  0x00001205 force  0x00000000 , 0x0000003f 
- 00009351  0x00001206 store  0x00000001 , 0x00000174 
- 00009352  0x00001207 rtn 
- 00009353  0x0000120e bpatch  0x0000004a , 0x00004009 
- 00009354  0x0000120f fetch  0x00000001 , 0x00000030 
- 00009355  0x00001210 bbit0  0x00000002 , 0x00002496 
- 00009356  0x00001211 force  0x00000007 , 0x00000001 
- 00009357  0x00001212 bmark0  0x00000007 , 0x00002495 
- 00009358  0x00001213 call  0x00002725 
- 00009359  0x00001214 nbranch  0x00002496 , 0x00000001 
- 00009360  0x00001215 branch  0x00002496 , 0x0000002e 
- 00009361  0x00001216 call  0x000024c1 
- 00009362  0x00001217 setarg  0x00000002 
- 00009363  0x00001218 store  0x00000002 , 0x000040c8 
- 00009364  0x00001219 rtn 
- 00009365  0x0000121b nrtn  0x0000002e 
- 00009366  0x0000121d bpatch  0x0000004b , 0x00004009 
- 00009367  0x0000121e call  0x00002243 
- 00009368  0x0000121f nbranch  0x000024a7 , 0x00000005 
- 00009369  0x00001220 fetch  0x00000001 , 0x00000047 
- 00009370  0x00001221 bbit0  0x00000003 , 0x000024b0 
- 00009371  0x00001223 bmark1  0x00000005 , 0x000024b4 
- 00009372  0x00001224 fetch  0x00000001 , 0x0000017f 
- 00009373  0x00001225 bbit1  0x00000006 , 0x000024ba 
- 00009374  0x00001226 fetch  0x00000002 , 0x000040c8 
- 00009375  0x00001227 increase  0xffffffff , 0x0000003f 
- 00009376  0x00001228 store  0x00000002 , 0x000040c8 
- 00009377  0x00001229 branch  0x000024a5 , 0x00000034 
- 00009378  0x0000122a fetch  0x00000001 , 0x000040c5 
- 00009379  0x0000122b iforce  0x00000001 
- 00009380  0x0000122c rtn 
- 00009381  0x0000122f bpatch  0x0000004c , 0x00004009 
- 00009382  0x00001230 call  0x00002687 
- 00009383  0x00001232 call  0x00002725 
- 00009384  0x00001233 branch  0x000024b0 , 0x00000001 
- 00009385  0x00001234 call  0x0000600a 
- 00009386  0x00001235 branch  0x000024be , 0x00000028 
- 00009387  0x00001236 fetch  0x00000001 , 0x0000004b 
- 00009388  0x00001237 bbit1  0x00000006 , 0x000024c0 
- 00009389  0x00001238 bmark1  0x00000005 , 0x000024b4 
- 00009390  0x00001239 fetch  0x00000001 , 0x0000017f 
- 00009391  0x0000123a bbit1  0x00000006 , 0x000024ba 
- 00009392  0x0000123c force  0x00000001 , 0x00000001 
- 00009393  0x0000123d rtn  0x00000029 
- 00009394  0x0000123e force  0x00000000 , 0x00000001 
- 00009395  0x0000123f rtn 
- 00009396  0x00001241 bpatch  0x0000004d , 0x00004009 
- 00009397  0x00001242 fetch  0x00000001 , 0x00000019 
- 00009398  0x00001243 iforce  0x00000001 
- 00009399  0x00001244 rtnne  0x00000001 
- 00009400  0x00001245 force  0x00000000 , 0x00000001 
- 00009401  0x00001246 rtn 
- 00009402  0x00001248 fetch  0x00000001 , 0x00000158 
- 00009403  0x00001249 and  0x0000003f , 0x0000000f , 0x00000001 
- 00009404  0x0000124a set1  0x00000005 , 0x00000000 
- 00009405  0x0000124b rtn 
- 00009406  0x0000124d force  0x00000013 , 0x00000001 
- 00009407  0x0000124e branch  0x000024c1 
- 00009408  0x00001250 call  0x000024ca 
- 00009409  0x00001253 bpatch  0x0000004e , 0x00004009 
- 00009410  0x00001254 fetcht  0x00000001 , 0x00000047 
- 00009411  0x00001255 set1  0x00000003 , 0x00000002 
- 00009412  0x00001256 storet  0x00000001 , 0x00000047 
- 00009413  0x00001257 deposit  0x00000001 
- 00009414  0x00001258 store  0x00000001 , 0x000040c5 
- 00009415  0x00001259 setarg  0x0000ffff 
- 00009416  0x0000125a store  0x00000002 , 0x000040c8 
- 00009417  0x0000125b rtn 
- 00009418  0x0000125e bpatch  0x0000004f , 0x00004009 
- 00009419  0x0000125f fetch  0x00000001 , 0x0000004c 
- 00009420  0x00001260 isolate1  0x00000005 , 0x0000003f 
- 00009421  0x00001261 fetch  0x00000002 , 0x000041dc 
- 00009422  0x00001262 branch  0x000024e0 , 0x00000001 
- 00009423  0x00001263 force  0x00000003 , 0x00000001 
- 00009424  0x00001264 sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00009425  0x00001265 rtn  0x00000002 
- 00009426  0x00001266 force  0x00000004 , 0x00000001 
- 00009427  0x00001267 sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00009428  0x00001268 rtn  0x00000002 
- 00009429  0x00001269 force  0x0000000a , 0x00000001 
- 00009430  0x0000126a sub  0x0000003f , 0x00000079 , 0x0000003e 
- 00009431  0x0000126b rtn  0x00000002 
- 00009432  0x0000126c force  0x0000000b , 0x00000001 
- 00009433  0x0000126d sub  0x0000003f , 0x000000b7 , 0x0000003e 
- 00009434  0x0000126e rtn  0x00000002 
- 00009435  0x0000126f force  0x0000000e , 0x00000001 
- 00009436  0x00001270 sub  0x0000003f , 0x000000e0 , 0x0000003e 
- 00009437  0x00001271 rtn  0x00000002 
- 00009438  0x00001272 force  0x0000000f , 0x00000001 
- 00009439  0x00001273 rtn 
- 00009440  0x00001275 force  0x00000003 , 0x00000001 
- 00009441  0x00001276 sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00009442  0x00001277 rtn  0x00000002 
- 00009443  0x00001278 force  0x00000004 , 0x00000001 
- 00009444  0x00001279 sub  0x0000003f , 0x00000036 , 0x0000003e 
- 00009445  0x0000127a rtn  0x00000002 
- 00009446  0x0000127b force  0x0000000a , 0x00000001 
- 00009447  0x0000127c arg  0x0000016f , 0x00000002 
- 00009448  0x0000127d isub  0x00000002 , 0x0000003e 
- 00009449  0x0000127e nrtn  0x00000002 
- 00009450  0x0000127f force  0x0000000e , 0x00000001 
- 00009451  0x00001280 arg  0x000002a7 , 0x00000002 
- 00009452  0x00001281 isub  0x00000002 , 0x0000003e 
- 00009453  0x00001282 nrtn  0x00000002 
- 00009454  0x00001283 force  0x0000000f , 0x00000001 
- 00009455  0x00001284 rtn 
- 00009456  0x0000128e fetch  0x00000001 , 0x00000030 
- 00009457  0x0000128f bbit0  0x00000001 , 0x000024f5 
- 00009458  0x00001290 fetch  0x00000002 , 0x00000032 
- 00009459  0x00001291 branch  0x000024f5 , 0x00000034 
- 00009460  0x00001292 nbranch  0x000024f7 , 0x0000002e 
- 00009461  0x00001294 call  0x00002a4f 
- 00009462  0x00001296 add  0x00000028 , 0x00000001 , 0x00000021 
- 00009463  0x00001298 enable  0x00000010 
- 00009464  0x00001299 fetch  0x00000002 , 0x0000003e 
- 00009465  0x0000129a rshift  0x0000003f , 0x0000003f 
- 00009466  0x0000129b arg  0x00000500 , 0x00000002 
- 00009467  0x0000129c iadd  0x00000002 , 0x0000003f 
- 00009468  0x0000129d call  0x00002a24 
- 00009469  0x0000129e call  0x000028ea 
- 00009470  0x0000129f force  0x00000003 , 0x00000024 
- 00009471  0x000012a0 call  0x000028cc 
- 00009472  0x000012a1 call  0x0000242a 
- 00009473  0x000012a2 call  0x000029f1 
- 00009474  0x000012a3 bpatch  0x00000050 , 0x0000400a 
- 00009475  0x000012a4 fetch  0x00000002 , 0x0000003e 
- 00009476  0x000012a5 rshift  0x0000003f , 0x0000003f 
- 00009477  0x000012a6 call  0x00002a24 
- 00009478  0x000012a7 call  0x000029eb 
- 00009479  0x000012a8 enable  0x0000000d 
- 00009480  0x000012a9 fetch  0x00000002 , 0x0000003e 
- 00009481  0x000012aa arg  0x000003bb , 0x00000002 
- 00009482  0x000012ab iadd  0x00000002 , 0x0000001b 
- 00009483  0x000012ac correlate  0x0000003e , 0x00000003 
- 00009484  0x000012ad copy  0x0000001a , 0x00000002 
- 00009485  0x000012ae storet  0x00000006 , 0x0000009a 
- 00009486  0x000012af disable  0x0000000d 
- 00009487  0x000012b0 nrtn  0x00000018 
- 00009488  0x000012b1 arg  0x000003bb , 0x00000029 
- 00009489  0x000012b2 copy  0x00000021 , 0x00000028 
- 00009490  0x000012b3 branch  0x00002b05 , 0x0000002b 
- 00009491  0x000012b4 rtn 
- 00009492  0x000012b8 bpatch  0x00000051 , 0x0000400a 
- 00009493  0x000012b9 call  0x000024f0 
- 00009494  0x000012ba nbranch  0x000028f9 , 0x00000018 
- 00009495  0x000012bb call  0x000029bb 
- 00009496  0x000012bc bmark0  0x00000011 , 0x0000251c 
- 00009497  0x000012bd fetch  0x00000002 , 0x000000f6 
- 00009498  0x000012be increase  0x00000001 , 0x0000003f 
- 00009499  0x000012bf store  0x00000002 , 0x000000f6 
- 00009500  0x000012c1 rshift  0x00000021 , 0x00000002 
- 00009501  0x000012c2 or  0x00000002 , 0x00000040 , 0x0000000e 
- 00009502  0x000012c4 bpatch  0x00000052 , 0x0000400a 
- 00009503  0x000012c5 enable  0x00000007 
- 00009504  0x000012c6 enable  0x0000000a 
- 00009505  0x000012c7 enable  0x0000000b 
- 00009506  0x000012c8 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009507  0x000012c9 rshift8  0x0000000c , 0x0000003f 
- 00009508  0x000012ca store  0x00000001 , 0x0000015d 
- 00009509  0x000012cb parse  0x00000003 , 0x00000000 , 0x00000004 
- 00009510  0x000012cc inject  0x00000000 , 0x00000007 
- 00009511  0x000012cd copy  0x0000000c , 0x0000003f 
- 00009512  0x000012ce store  0x00000001 , 0x00000019 
- 00009513  0x000012cf parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009514  0x000012d0 rshift8  0x0000000c , 0x0000003f 
- 00009515  0x000012d1 store  0x00000001 , 0x0000015e 
- 00009516  0x000012d2 fetch  0x00000001 , 0x00000019 
- 00009517  0x000012d3 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00009518  0x000012d4 branch  0x00002533 , 0x00000002 
- 00009519  0x000012d5 beq  0x00000007 , 0x00002533 
- 00009520  0x000012d6 fetch  0x00000001 , 0x0000004c 
- 00009521  0x000012d7 isolate1  0x00000005 , 0x0000003f 
- 00009522  0x000012d8 setflag  0x00000001 , 0x00000001 , 0x00000015 
- 00009523  0x000012da bpatch  0x00000053 , 0x0000400a 
- 00009524  0x000012db parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009525  0x000012dc disable  0x0000000b 
- 00009526  0x000012dd disable  0x0000000a 
- 00009527  0x000012de branch  0x00002631 , 0x00000006 
- 00009528  0x000012df bmark0  0x00000011 , 0x0000253c 
- 00009529  0x000012e0 fetch  0x00000002 , 0x000000f8 
- 00009530  0x000012e1 increase  0x00000001 , 0x0000003f 
- 00009531  0x000012e2 store  0x00000002 , 0x000000f8 
- 00009532  0x000012e4 bpatch  0x00000054 , 0x0000400a 
- 00009533  0x000012e5 fetch  0x00000001 , 0x0000015d 
- 00009534  0x000012e6 compare  0x00000000 , 0x0000003f , 0x00000007 
- 00009535  0x000012e7 setflag  0x00000001 , 0x0000000a , 0x00000000 
- 00009536  0x000012e8 branch  0x0000254c , 0x00000001 
- 00009537  0x000012e9 icompare  0x00000007 , 0x00000004 
- 00009538  0x000012ea branch  0x0000254b , 0x00000001 
- 00009539  0x000012eb bmark0  0x00000007 , 0x0000264d 
- 00009540  0x000012ec fetcht  0x00000001 , 0x000000b0 
- 00009541  0x000012ed icompare  0x00000007 , 0x00000002 
- 00009542  0x000012ee nbranch  0x0000264d , 0x00000001 
- 00009543  0x000012ef fetch  0x00000001 , 0x00000047 
- 00009544  0x000012f0 set0  0x00000005 , 0x0000003f 
- 00009545  0x000012f1 set1  0x00000004 , 0x0000003f 
- 00009546  0x000012f2 store  0x00000001 , 0x00000047 
- 00009547  0x000012f4 enable  0x0000002d 
- 00009548  0x000012f6 bpatch  0x00000055 , 0x0000400a 
- 00009549  0x000012f7 fetch  0x00000001 , 0x00000019 
- 00009550  0x000012f8 icopy  0x00000001 
- 00009551  0x000012f9 bmark1  0x0000000a , 0x0000255b 
- 00009552  0x000012fa fetcht  0x00000001 , 0x0000015e 
- 00009553  0x000012fb fetch  0x00000001 , 0x00000047 
- 00009554  0x000012fc set0  0x00000000 , 0x0000003f 
- 00009555  0x000012fd isolate1  0x00000000 , 0x00000002 
- 00009556  0x000012fe setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00009557  0x000012ff isolate1  0x00000001 , 0x00000002 
- 00009558  0x00001300 setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00009559  0x00001301 store  0x00000001 , 0x00000047 
- 00009560  0x00001302 isolate0  0x00000001 , 0x00000002 
- 00009561  0x00001303 branch  0x0000255b , 0x00000001 
- 00009562  0x00001304 call  0x00002687 
- 00009563  0x00001306 bpatch  0x00000056 , 0x0000400a 
- 00009564  0x00001307 arg  0x00000000 , 0x00000002 
- 00009565  0x00001308 call  0x00002a1c 
- 00009566  0x00001309 and  0x00000001 , 0x0000000f , 0x0000003f 
- 00009567  0x0000130a beq  0x00000001 , 0x00002587 
- 00009568  0x0000130b beq  0x00000000 , 0x0000264d 
- 00009569  0x0000130c beq  0x00000002 , 0x00002659 
- 00009570  0x0000130d fetcht  0x00000001 , 0x0000015e 
- 00009571  0x0000130e fetch  0x00000001 , 0x00000047 
- 00009572  0x0000130f icompare  0x00000004 , 0x00000002 
- 00009573  0x00001310 nbranch  0x00002569 , 0x00000001 
- 00009574  0x00001311 bmark0  0x0000000a , 0x00002568 
- 00009575  0x00001312 bbit0  0x00000007 , 0x00002569 
- 00009576  0x00001314 set1  0x0000000f , 0x00000000 
- 00009577  0x00001316 bpatch  0x00000057 , 0x0000400a 
- 00009578  0x00001317 deposit  0x00000001 
- 00009579  0x00001318 beq  0x00000003 , 0x00002589 
- 00009580  0x00001319 beq  0x00000004 , 0x0000258d 
- 00009581  0x0000131a beq  0x00000007 , 0x00002578 
- 00009582  0x0000131b beq  0x00000008 , 0x0000258c 
- 00009583  0x0000131c arg  0x00000004 , 0x00000002 
- 00009584  0x0000131d call  0x00002a1c 
- 00009585  0x0000131e beq  0x0000000a , 0x00002588 
- 00009586  0x0000131f beq  0x0000000b , 0x0000258b 
- 00009587  0x00001320 arg  0x00000008 , 0x00000002 
- 00009588  0x00001321 call  0x00002a1c 
- 00009589  0x00001322 beq  0x0000000e , 0x00002588 
- 00009590  0x00001323 beq  0x0000000f , 0x0000258b 
- 00009591  0x00001324 rtn 
- 00009592  0x00001328 bpatch  0x00000058 , 0x0000400b 
- 00009593  0x00001329 enable  0x0000000d 
- 00009594  0x0000132a enable  0x00000009 
- 00009595  0x0000132b enable  0x0000000e 
- 00009596  0x0000132c arg  0x000000d1 , 0x00000005 
- 00009597  0x0000132d force  0x0000001e , 0x00000039 
- 00009598  0x0000132f parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009599  0x00001330 rshift3  0x0000000c , 0x0000003f 
- 00009600  0x00001331 istore  0x00000001 , 0x00000005 
- 00009601  0x00001332 loop  0x0000257e 
- 00009602  0x00001333 bmark0  0x00000007 , 0x0000264d 
- 00009603  0x00001334 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009604  0x00001335 nsetflag  0x00000006 , 0x00000008 , 0x00000000 
- 00009605  0x00001336 branch  0x0000263d , 0x00000006 
- 00009606  0x00001337 branch  0x00002620 
- 00009607  0x0000133b branch  0x0000264d 
- 00009608  0x0000133f set1  0x00000010 , 0x00000000 
- 00009609  0x00001341 enable  0x0000000c 
- 00009610  0x00001342 branch  0x0000258e 
- 00009611  0x00001346 set1  0x00000010 , 0x00000000 
- 00009612  0x00001348 set1  0x00000002 , 0x00000015 
- 00009613  0x0000134a enable  0x0000000d 
- 00009614  0x0000134c bpatch  0x00000059 , 0x0000400b 
- 00009615  0x0000134d bmark1  0x00000001 , 0x0000264d 
- 00009616  0x0000134e isolate0  0x00000001 , 0x00000015 
- 00009617  0x0000134f branch  0x0000259a , 0x00000001 
- 00009618  0x00001350 disable  0x00000007 
- 00009619  0x00001351 enable  0x0000000d 
- 00009620  0x00001352 disable  0x0000000c 
- 00009621  0x00001353 add  0x00000022 , 0x00000002 , 0x0000000b 
- 00009622  0x00001354 correlate  0x00000022 , 0x00000026 
- 00009623  0x00001355 nbranch  0x0000263d , 0x00000018 
- 00009624  0x00001356 set1  0x00000010 , 0x00000000 
- 00009625  0x00001357 enable  0x00000007 
- 00009626  0x00001359 bpatch  0x0000005a , 0x0000400b 
- 00009627  0x0000135a enable  0x0000000e 
- 00009628  0x0000135b enable  0x00000009 
- 00009629  0x0000135c parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009630  0x0000135d rshift8  0x0000000c , 0x0000003f 
- 00009631  0x0000135e store  0x00000001 , 0x00000180 
- 00009632  0x0000135f parse  0x00000003 , 0x00000000 , 0x00000005 
- 00009633  0x00001360 bmark1  0x00000010 , 0x000025a5 
- 00009634  0x00001361 rshift3  0x0000000c , 0x00000039 
- 00009635  0x00001362 rshift3  0x00000039 , 0x00000039 
- 00009636  0x00001363 branch  0x000025a8 
- 00009637  0x00001365 parse  0x00000003 , 0x00000000 , 0x00000005 
- 00009638  0x00001366 rshift  0x0000000c , 0x00000039 
- 00009639  0x00001367 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009640  0x00001369 bpatch  0x0000005b , 0x0000400b 
- 00009641  0x0000136a deposit  0x00000039 
- 00009642  0x0000136b store  0x00000002 , 0x0000015f 
- 00009643  0x0000136c branch  0x000025e8 , 0x00000034 
- 00009644  0x0000136d isub  0x00000035 , 0x0000003e 
- 00009645  0x0000136e branch  0x0000263d , 0x00000002 
- 00009646  0x0000136f bpatch  0x0000005c , 0x0000400b 
- 00009647  0x00001370 set0  0x00000000 , 0x00000000 
- 00009648  0x00001371 fetch  0x00000001 , 0x00000180 
- 00009649  0x00001372 and_into  0x00000003 , 0x0000003f 
- 00009650  0x00001373 arg  0x00000551 , 0x00000005 
- 00009651  0x00001374 beq  0x00000003 , 0x000025ba 
- 00009652  0x00001375 bmark1  0x00000011 , 0x000025e4 
- 00009653  0x00001377 fetch  0x00000001 , 0x00000180 
- 00009654  0x00001378 and_into  0x00000003 , 0x0000003f 
- 00009655  0x00001379 beq  0x00000002 , 0x000025bf 
- 00009656  0x0000137a beq  0x00000001 , 0x000025d3 
- 00009657  0x0000137b branch  0x0000263d 
- 00009658  0x0000137e fetch  0x00000002 , 0x0000015f 
- 00009659  0x0000137f sub  0x0000003f , 0x00000070 , 0x0000003e 
- 00009660  0x00001380 nbranch  0x0000263d , 0x00000002 
- 00009661  0x00001381 bmark1  0x0000000f , 0x00002620 
- 00009662  0x00001382 branch  0x000025e4 
- 00009663  0x00001386 bpatch  0x0000005d , 0x0000400b 
- 00009664  0x00001387 bmark1  0x0000000f , 0x00002620 
- 00009665  0x00001388 fetch  0x00000002 , 0x0000015f 
- 00009666  0x00001389 arg  0x000002e0 , 0x00000002 
- 00009667  0x0000138a isub  0x00000002 , 0x0000003e 
- 00009668  0x0000138b branch  0x0000263d , 0x00000002 
- 00009669  0x0000138c fetch  0x00000001 , 0x00000263 
- 00009670  0x0000138d bbit0  0x00000000 , 0x000025c9 
- 00009671  0x0000138e bbit0  0x00000001 , 0x000025ce 
- 00009672  0x0000138f branch  0x0000264d 
- 00009673  0x00001391 jam  0x00000001 , 0x00000261 
- 00009674  0x00001392 fetch  0x00000002 , 0x0000025d 
- 00009675  0x00001393 bne  0x00000000 , 0x0000264d 
- 00009676  0x00001394 arg  0x00001000 , 0x00000005 
- 00009677  0x00001395 branch  0x000025e4 
- 00009678  0x00001397 jam  0x00000002 , 0x00000261 
- 00009679  0x00001398 fetch  0x00000002 , 0x0000025f 
- 00009680  0x00001399 bne  0x00000000 , 0x0000264d 
- 00009681  0x0000139a arg  0x00001400 , 0x00000005 
- 00009682  0x0000139b branch  0x000025e4 
- 00009683  0x0000139e bpatch  0x0000005e , 0x0000400b 
- 00009684  0x0000139f bmark1  0x0000000f , 0x00002620 
- 00009685  0x000013a0 fetch  0x00000002 , 0x0000015f 
- 00009686  0x000013a1 arg  0x000002e0 , 0x00000002 
- 00009687  0x000013a2 isub  0x00000002 , 0x0000003e 
- 00009688  0x000013a3 branch  0x0000263d , 0x00000002 
- 00009689  0x000013a4 fetch  0x00000001 , 0x00000261 
- 00009690  0x000013a5 beq  0x00000001 , 0x000025dd 
- 00009691  0x000013a6 beq  0x00000002 , 0x000025e1 
- 00009692  0x000013a7 branch  0x0000264d 
- 00009693  0x000013a9 arg  0x00001000 , 0x00000005 
- 00009694  0x000013aa fetch  0x00000002 , 0x0000025d 
- 00009695  0x000013ab iadd  0x00000005 , 0x00000005 
- 00009696  0x000013ac branch  0x000025e4 
- 00009697  0x000013ae arg  0x00001400 , 0x00000005 
- 00009698  0x000013af fetch  0x00000002 , 0x0000025f 
- 00009699  0x000013b0 iadd  0x00000005 , 0x00000005 
- 00009700  0x000013b2 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009701  0x000013b3 rshift3  0x0000000c , 0x0000003f 
- 00009702  0x000013b4 istore  0x00000001 , 0x00000005 
- 00009703  0x000013b5 loop  0x000025e4 
- 00009704  0x000013b7 bpatch  0x0000005f , 0x0000400b 
- 00009705  0x000013b8 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009706  0x000013b9 branch  0x00002637 , 0x00000006 
- 00009707  0x000013ba fetch  0x00000001 , 0x00004363 
- 00009708  0x000013bb beq  0x00000001 , 0x0000264d 
- 00009709  0x000013bc bmark1  0x00000011 , 0x0000260d 
- 00009710  0x000013bd bmark1  0x0000000f , 0x0000264a 
- 00009711  0x000013be fetch  0x00000001 , 0x00000180 
- 00009712  0x000013bf compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009713  0x000013c0 branch  0x0000260d , 0x00000001 
- 00009714  0x000013c1 fetch  0x00000002 , 0x0000015f 
- 00009715  0x000013c2 branch  0x0000260d , 0x00000034 
- 00009716  0x000013c3 bpatch  0x00000060 , 0x0000400c 
- 00009717  0x000013c4 fetch  0x00000001 , 0x00000261 
- 00009718  0x000013c5 beq  0x00000001 , 0x000025f9 
- 00009719  0x000013c6 beq  0x00000002 , 0x00002603 
- 00009720  0x000013c7 branch  0x00002a8c 
- 00009721  0x000013c9 fetch  0x00000002 , 0x0000025d 
- 00009722  0x000013ca fetcht  0x00000002 , 0x0000015f 
- 00009723  0x000013cb iadd  0x00000002 , 0x0000003f 
- 00009724  0x000013cc store  0x00000002 , 0x0000025d 
- 00009725  0x000013cd beq  0x00000000 , 0x00002a8c 
- 00009726  0x000013ce fetcht  0x00000002 , 0x00001000 
- 00009727  0x000013cf increase  0x00000004 , 0x00000002 
- 00009728  0x000013d0 isub  0x00000002 , 0x0000003e 
- 00009729  0x000013d1 call  0x00002747 , 0x00000005 
- 00009730  0x000013d2 branch  0x0000260d 
- 00009731  0x000013d4 fetch  0x00000002 , 0x0000025f 
- 00009732  0x000013d5 fetcht  0x00000002 , 0x0000015f 
- 00009733  0x000013d6 iadd  0x00000002 , 0x0000003f 
- 00009734  0x000013d7 store  0x00000002 , 0x0000025f 
- 00009735  0x000013d8 beq  0x00000000 , 0x00002a8c 
- 00009736  0x000013d9 fetcht  0x00000002 , 0x00001400 
- 00009737  0x000013da add  0x00000002 , 0x00000004 , 0x00000002 
- 00009738  0x000013db isub  0x00000002 , 0x0000003e 
- 00009739  0x000013dc call  0x0000274b , 0x00000005 
- 00009740  0x000013dd branch  0x0000260d 
- 00009741  0x000013df bpatch  0x00000061 , 0x0000400c 
- 00009742  0x000013e0 fetcht  0x00000001 , 0x0000004c 
- 00009743  0x000013e1 fetch  0x00000001 , 0x00000180 
- 00009744  0x000013e2 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009745  0x000013e3 setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00009746  0x000013e4 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00009747  0x000013e5 storet  0x00000001 , 0x0000004c 
- 00009748  0x000013e6 nbranch  0x00002616 , 0x00000001 
- 00009749  0x000013e7 set1  0x00000001 , 0x00000000 
- 00009750  0x000013e9 bmark0  0x00000011 , 0x00002620 
- 00009751  0x000013ea isolate1  0x00000006 , 0x00000002 
- 00009752  0x000013eb branch  0x00002620 , 0x00000001 
- 00009753  0x000013ec fetch  0x00000002 , 0x000000fa 
- 00009754  0x000013ed increase  0x00000001 , 0x0000003f 
- 00009755  0x000013ee store  0x00000002 , 0x000000fa 
- 00009756  0x000013ef set1  0x00000005 , 0x00000000 
- 00009757  0x000013f0 set0  0x00000007 , 0x00000002 
- 00009758  0x000013f1 set0  0x00000001 , 0x00000000 
- 00009759  0x000013f2 storet  0x00000001 , 0x0000004c 
- 00009760  0x000013f4 bpatch  0x00000062 , 0x0000400c 
- 00009761  0x000013f5 fetcht  0x00000001 , 0x0000015e 
- 00009762  0x000013f6 fetch  0x00000001 , 0x00000047 
- 00009763  0x000013f7 set1  0x00000005 , 0x0000003f 
- 00009764  0x000013f8 isolate1  0x00000002 , 0x00000002 
- 00009765  0x000013f9 setflag  0x00000001 , 0x00000002 , 0x0000003f 
- 00009766  0x000013fa isolate1  0x0000000a , 0x00000000 
- 00009767  0x000013fb setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00009768  0x000013fc store  0x00000001 , 0x00000047 
- 00009769  0x000013fd fetch  0x00000002 , 0x0000015f 
- 00009770  0x000013fe nbranch  0x0000264d , 0x00000034 
- 00009771  0x000013ff fetch  0x00000001 , 0x0000004c 
- 00009772  0x00001400 set0  0x00000007 , 0x0000003f 
- 00009773  0x00001401 store  0x00000001 , 0x0000004c 
- 00009774  0x00001402 fetch  0x00000001 , 0x00000180 
- 00009775  0x00001403 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00009776  0x00001405 branch  0x0000264d 
- 00009777  0x00001408 bpatch  0x00000063 , 0x0000400c 
- 00009778  0x00001409 disable  0x0000002d 
- 00009779  0x0000140a fetch  0x00000002 , 0x0000001a 
- 00009780  0x0000140b increase  0x00000001 , 0x0000003f 
- 00009781  0x0000140c store  0x00000002 , 0x0000001a 
- 00009782  0x0000140d branch  0x0000264d 
- 00009783  0x0000140f fetch  0x00000002 , 0x0000001c 
- 00009784  0x00001410 increase  0x00000001 , 0x0000003f 
- 00009785  0x00001411 store  0x00000002 , 0x0000001c 
- 00009786  0x00001412 call  0x0000263e 
- 00009787  0x00001413 bmark0  0x00000011 , 0x0000263d 
- 00009788  0x00001414 set1  0x00000005 , 0x00000000 
- 00009789  0x00001416 branch  0x0000264d 
- 00009790  0x00001419 bpatch  0x00000064 , 0x0000400c 
- 00009791  0x0000141a fetch  0x00000001 , 0x00000180 
- 00009792  0x0000141b compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009793  0x0000141c nbranch  0x00002646 , 0x00000001 
- 00009794  0x0000141e fetcht  0x00000001 , 0x0000004c 
- 00009795  0x0000141f set0  0x00000006 , 0x00000002 
- 00009796  0x00001420 storet  0x00000001 , 0x0000004c 
- 00009797  0x00001421 rtn 
- 00009798  0x00001425 fetcht  0x00000001 , 0x0000004c 
- 00009799  0x00001426 set0  0x00000007 , 0x00000002 
- 00009800  0x00001427 storet  0x00000001 , 0x0000004c 
- 00009801  0x00001428 branch  0x00004c0b 
- 00009802  0x0000142b fetch  0x00000001 , 0x00000047 
- 00009803  0x0000142c set1  0x00000005 , 0x0000003f 
- 00009804  0x0000142d store  0x00000001 , 0x00000047 
- 00009805  0x0000142f bpatch  0x00000065 , 0x0000400c 
- 00009806  0x00001430 disable  0x0000001d 
- 00009807  0x00001431 disable  0x0000001c 
- 00009808  0x00001432 disable  0x0000000d 
- 00009809  0x00001433 disable  0x0000000c 
- 00009810  0x00001434 disable  0x00000009 
- 00009811  0x00001435 disable  0x0000000e 
- 00009812  0x00001436 disable  0x00000007 
- 00009813  0x00001437 branch  0x000028f9 , 0x00000021 
- 00009814  0x00001438 until  0x0000003e , 0x00000027 
- 00009815  0x00001439 nop  0x00000064 
- 00009816  0x0000143a branch  0x000028f9 
- 00009817  0x0000143d bpatch  0x00000066 , 0x0000400c 
- 00009818  0x0000143e enable  0x00000009 
- 00009819  0x0000143f enable  0x0000000c 
- 00009820  0x00001440 parse  0x00000003 , 0x00000000 , 0x00000048 
- 00009821  0x00001441 isolate1  0x0000003a , 0x0000003f 
- 00009822  0x00001442 setflag  0x00000001 , 0x00000000 , 0x00000000 
- 00009823  0x00001443 copy  0x00000020 , 0x00000002 
- 00009824  0x00001444 ialigned  0x00000020 
- 00009825  0x00001445 ialigned  0x0000001e 
- 00009826  0x00001446 pulse  0x00000015 
- 00009827  0x00001447 setsect  0x00000002 , 0x000fffff 
- 00009828  0x00001448 setsect  0x00000003 , 0x0000ffff 
- 00009829  0x00001449 nop  0x00000020 
- 00009830  0x0000144a iverify  0x0000000d 
- 00009831  0x0000144b deposit  0x0000002c 
- 00009832  0x0000144c store  0x00000003 , 0x00000178 
- 00009833  0x0000144d deposit  0x0000002d 
- 00009834  0x0000144e store  0x00000001 , 0x0000017b 
- 00009835  0x0000144f copy  0x00000002 , 0x00000020 
- 00009836  0x00001450 branch  0x0000266e , 0x00000001 
- 00009837  0x00001451 branch  0x0000263d 
- 00009838  0x00001453 bpatch  0x00000067 , 0x0000400c 
- 00009839  0x00001454 parse  0x00000003 , 0x00000000 , 0x00000048 
- 00009840  0x00001455 ialigned  0x0000001f 
- 00009841  0x00001456 ialigned  0x00000004 
- 00009842  0x00001457 ialigned  0x0000002e 
- 00009843  0x00001458 ialigned  0x00000012 
- 00009844  0x00001459 force  0x00000000 , 0x0000003f 
- 00009845  0x0000145a parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009846  0x0000145b branch  0x0000263d , 0x00000006 
- 00009847  0x0000145c setarg  0x0ffffffc 
- 00009848  0x0000145d iand  0x00000012 , 0x0000003f 
- 00009849  0x0000145e store  0x00000004 , 0x00000165 
- 00009850  0x0000145f deposit  0x0000001d 
- 00009851  0x00001460 store  0x00000003 , 0x00000175 
- 00009852  0x00001461 deposit  0x0000001c 
- 00009853  0x00001462 store  0x00000001 , 0x00000173 
- 00009854  0x00001463 deposit  0x00000004 
- 00009855  0x00001464 store  0x00000001 , 0x00000174 
- 00009856  0x00001465 deposit  0x0000002e 
- 00009857  0x00001466 store  0x00000002 , 0x0000017c 
- 00009858  0x00001467 deposit  0x00000021 
- 00009859  0x00001468 inject  0x00000001 , 0x00000020 
- 00009860  0x00001469 compare  0x00000002 , 0x00000001 , 0x0000000f 
- 00009861  0x0000146a setflag  0x00000001 , 0x0000000b , 0x00000000 
- 00009862  0x0000146b branch  0x0000264d 
- 00009863  0x0000146e bpatch  0x00000068 , 0x0000400d 
- 00009864  0x0000146f fetch  0x00000001 , 0x00000047 
- 00009865  0x00001470 rtnbit0  0x00000003 
- 00009866  0x00001471 set0  0x00000003 , 0x0000003f 
- 00009867  0x00001472 setflip  0x00000006 , 0x0000003f 
- 00009868  0x00001473 store  0x00000001 , 0x00000047 
- 00009869  0x00001474 fetch  0x00000001 , 0x000040c5 
- 00009870  0x00001475 beq  0x00000013 , 0x0000269c 
- 00009871  0x00001476 rtneq  0x00000007 
- 00009872  0x00001477 fetch  0x00000001 , 0x0000004b 
- 00009873  0x00001478 rtnbit0  0x00000006 , 0x0000003f 
- 00009874  0x00001479 set0  0x00000006 , 0x0000003f 
- 00009875  0x0000147a set1  0x00000007 , 0x0000003f 
- 00009876  0x0000147b store  0x00000001 , 0x0000004b 
- 00009877  0x0000147c set0  0x00000002 , 0x00000000 
- 00009878  0x0000147d fetch  0x00000002 , 0x00004246 
- 00009879  0x0000147e nrtn  0x00000034 
- 00009880  0x0000147f fetch  0x00000001 , 0x0000004b 
- 00009881  0x00001480 set0  0x00000007 , 0x0000003f 
- 00009882  0x00001481 store  0x00000001 , 0x0000004b 
- 00009883  0x00001482 branch  0x0000525d 
- 00009884  0x00001485 bpatch  0x00000069 , 0x0000400d 
- 00009885  0x00001486 fetch  0x00000001 , 0x000004b7 
- 00009886  0x00001487 rshift  0x0000003f , 0x0000003f 
- 00009887  0x00001488 beq  0x00000011 , 0x000026b8 
- 00009888  0x00001489 beq  0x00000012 , 0x000026c0 
- 00009889  0x0000148a beq  0x00000018 , 0x000026e9 
- 00009890  0x0000148b beq  0x0000007f , 0x000026a8 
- 00009891  0x0000148c rtnne  0x00000003 
- 00009892  0x0000148d fetch  0x00000001 , 0x000004b8 
- 00009893  0x0000148e beq  0x0000002b , 0x000026b0 
- 00009894  0x0000148f beq  0x00000011 , 0x000026ab 
- 00009895  0x00001490 rtn 
- 00009896  0x00001493 fetch  0x00000001 , 0x000004b8 
- 00009897  0x00001494 set1  0x00000007 , 0x0000003f 
- 00009898  0x00001495 rtn 
- 00009899  0x00001497 rtn  0x00000029 
- 00009900  0x00001498 fetch  0x00000001 , 0x00000030 
- 00009901  0x00001499 rtnbit1  0x00000004 
- 00009902  0x0000149a jam  0x00000031 , 0x0000007c 
- 00009903  0x0000149b rtn 
- 00009904  0x0000149f rtn  0x00000029 
- 00009905  0x000014a0 fetch  0x00000001 , 0x00000031 
- 00009906  0x000014a1 isolate1  0x00000004 , 0x0000003f 
- 00009907  0x000014a2 branch  0x000026b5 , 0x00000001 
- 00009908  0x000014a4 rtn 
- 00009909  0x000014a6 set0  0x00000004 , 0x0000003f 
- 00009910  0x000014a7 store  0x00000001 , 0x00000031 
- 00009911  0x000014a8 rtn 
- 00009912  0x000014ab bpatch  0x0000006a , 0x0000400d 
- 00009913  0x000014ac fetch  0x00000001 , 0x0000004c 
- 00009914  0x000014ad set1  0x00000002 , 0x0000003f 
- 00009915  0x000014ae store  0x00000001 , 0x0000004c 
- 00009916  0x000014af jam  0x00000001 , 0x00008011 
- 00009917  0x000014b0 fetch  0x00000001 , 0x00000030 
- 00009918  0x000014b1 isolate1  0x00000004 , 0x0000003f 
- 00009919  0x000014b2 rtn 
- 00009920  0x000014b5 bpatch  0x0000006b , 0x0000400d 
- 00009921  0x000014b6 fetch  0x00000001 , 0x0000004c 
- 00009922  0x000014b7 set0  0x00000002 , 0x0000003f 
- 00009923  0x000014b8 store  0x00000001 , 0x0000004c 
- 00009924  0x000014b9 jam  0x00000000 , 0x00008011 
- 00009925  0x000014ba rtn 
- 00009926  0x000014be bpatch  0x0000006c , 0x0000400d 
- 00009927  0x000014bf copy  0x00000022 , 0x0000003f 
- 00009928  0x000014c0 store  0x00000004 , 0x0000420c 
- 00009929  0x000014c1 add  0x00000022 , 0x00000003 , 0x00000011 
- 00009930  0x000014c2 branch  0x000026cc , 0x00000029 
- 00009931  0x000014c3 add  0x00000028 , 0x00000003 , 0x00000011 
- 00009932  0x000014c5 fetcht  0x00000002 , 0x00000032 
- 00009933  0x000014c6 deposit  0x00000011 
- 00009934  0x000014c7 set0  0x0000001b , 0x0000003f 
- 00009935  0x000014c8 idiv  0x00000002 
- 00009936  0x000014c9 fetch  0x00000002 , 0x00000075 
- 00009937  0x000014ca call  0x00007f86 
- 00009938  0x000014cb remainder  0x00000013 
- 00009939  0x000014cc isub  0x00000013 , 0x0000003f 
- 00009940  0x000014cd branch  0x000026d6 , 0x00000002 
- 00009941  0x000014ce iadd  0x00000002 , 0x0000003f 
- 00009942  0x000014d0 iadd  0x00000011 , 0x0000003f 
- 00009943  0x000014d1 store  0x00000004 , 0x00000034 
- 00009944  0x000014d2 jam  0x00000000 , 0x0000455b 
- 00009945  0x000014d3 fetch  0x00000001 , 0x00000030 
- 00009946  0x000014d4 set1  0x00000001 , 0x0000003f 
- 00009947  0x000014d5 store  0x00000001 , 0x00000030 
- 00009948  0x000014d6 fetch  0x00000001 , 0x00000073 
- 00009949  0x000014d7 store  0x00000001 , 0x0000008a 
- 00009950  0x000014d8 setarg  0x00000000 
- 00009951  0x000014d9 store  0x00000003 , 0x00004169 
- 00009952  0x000014da store  0x00000003 , 0x0000416c 
- 00009953  0x000014db store  0x00000001 , 0x00004159 
- 00009954  0x000014dc jam  0x0000000b , 0x00000a99 
- 00009955  0x000014dd call  0x00007d86 
- 00009956  0x000014de fetch  0x00000002 , 0x000040c1 
- 00009957  0x000014df store  0x00000002 , 0x0000003e 
- 00009958  0x000014e0 nrtn  0x00000029 
- 00009959  0x000014e1 add  0x00000004 , 0xffffffff , 0x00000007 
- 00009960  0x000014e2 rtn 
- 00009961  0x000014e5 bpatch  0x0000006d , 0x0000400d 
- 00009962  0x000014e6 fetch  0x00000001 , 0x00000030 
- 00009963  0x000014e7 rtnbit0  0x00000001 
- 00009964  0x000014e8 set0  0x00000001 , 0x0000003f 
- 00009965  0x000014e9 store  0x00000001 , 0x00000030 
- 00009966  0x000014ea fetch  0x00000002 , 0x000040bf 
- 00009967  0x000014eb store  0x00000002 , 0x0000003e 
- 00009968  0x000014ec disable  0x0000002b 
- 00009969  0x000014ed jam  0x0000000c , 0x00000a99 
- 00009970  0x000014ee branch  0x00007d86 
- 00009971  0x000014f2 bpatch  0x0000006e , 0x0000400d 
- 00009972  0x000014f3 enable  0x0000002e 
- 00009973  0x000014f4 fetch  0x00000001 , 0x00000030 
- 00009974  0x000014f5 bbit1  0x00000001 , 0x00002700 
- 00009975  0x000014f6 rtnmark1  0x00000011 
- 00009976  0x000014f7 fetch  0x00000001 , 0x00000047 
- 00009977  0x000014f8 rtnbit1  0x00000003 
- 00009978  0x000014f9 fetch  0x00000001 , 0x00000048 
- 00009979  0x000014fa nrtn  0x00000034 
- 00009980  0x000014fb fetch  0x00000001 , 0x0000004b 
- 00009981  0x000014fc rtnbit1  0x00000006 
- 00009982  0x000014fe force  0x00000000 , 0x0000003f 
- 00009983  0x000014ff rtn 
- 00009984  0x00001502 bbit0  0x00000002 , 0x0000270f 
- 00009985  0x00001503 fetch  0x00000001 , 0x0000008a 
- 00009986  0x00001504 beq  0x00000002 , 0x00002706 
- 00009987  0x00001505 fetch  0x00000001 , 0x00000047 
- 00009988  0x00001506 bbit1  0x00000003 , 0x00002718 
- 00009989  0x00001507 bmark0  0x00000008 , 0x00002718 
- 00009990  0x00001509 nbranch  0x00002718 , 0x00000029 
- 00009991  0x0000150a fetch  0x00000001 , 0x00000048 
- 00009992  0x0000150b nbranch  0x00002718 , 0x00000034 
- 00009993  0x0000150d fetch  0x00000001 , 0x000000ef 
- 00009994  0x0000150e increase  0xffffffff , 0x0000003f 
- 00009995  0x0000150f store  0x00000001 , 0x000000ef 
- 00009996  0x00001510 nbranch  0x000026fe , 0x00000034 
- 00009997  0x00001511 jam  0x00000010 , 0x000000ef 
- 00009998  0x00001512 branch  0x00002718 
- 00009999  0x0000151a fetch  0x00000001 , 0x0000008a 
- 00010000  0x0000151b bne  0x00000001 , 0x00002718 
- 00010001  0x0000151c fetch  0x00000001 , 0x0000008b 
- 00010002  0x0000151d branch  0x00002718 , 0x00000034 
- 00010003  0x0000151e increase  0xffffffff , 0x0000003f 
- 00010004  0x0000151f store  0x00000001 , 0x0000008b 
- 00010005  0x00001520 fetch  0x00000001 , 0x00000047 
- 00010006  0x00001521 rtnbit1  0x00000003 
- 00010007  0x00001522 nrtn  0x0000002d 
- 00010008  0x00001524 fetch  0x00000001 , 0x0000008a 
- 00010009  0x00001525 increase  0xffffffff , 0x0000003f 
- 00010010  0x00001526 store  0x00000001 , 0x0000008a 
- 00010011  0x00001527 rtn 
- 00010012  0x00001533 bpatch  0x0000006f , 0x0000400d 
- 00010013  0x00001534 disable  0x00000010 
- 00010014  0x00001535 copy  0x00000002 , 0x0000001b 
- 00010015  0x00001536 call  0x00002260 
- 00010016  0x00001537 disable  0x00000028 
- 00010017  0x00001538 nrtn  0x00000005 
- 00010018  0x00001539 force  0x00000000 , 0x0000001b 
- 00010019  0x0000153a enable  0x00000028 
- 00010020  0x0000153b rtn 
- 00010021  0x0000153f fetch  0x00000001 , 0x00004158 
- 00010022  0x00001540 icompare  0x000000ff , 0x00000004 
- 00010023  0x00001541 rtn 
- 00010024  0x00001545 bpatch  0x00000070 , 0x0000400e 
- 00010025  0x00001546 set0  0x00000001 , 0x00000000 
- 00010026  0x00001548 jam  0x00000000 , 0x0000026a 
- 00010027  0x00001549 fetch  0x00000001 , 0x00000263 
- 00010028  0x0000154a rtn  0x00000034 
- 00010029  0x0000154b isolate1  0x00000000 , 0x0000003f 
- 00010030  0x0000154c arg  0x00001000 , 0x00000006 
- 00010031  0x0000154d call  0x00004d79 , 0x00000001 
- 00010032  0x0000154e bpatch  0x00000071 , 0x0000400e 
- 00010033  0x0000154f fetch  0x00000001 , 0x0000026a 
- 00010034  0x00001550 beq  0x00000001 , 0x0000273b 
- 00010035  0x00001552 jam  0x00000000 , 0x0000026a 
- 00010036  0x00001553 fetch  0x00000001 , 0x00000263 
- 00010037  0x00001554 rtnbit0  0x00000001 
- 00010038  0x00001555 arg  0x00001400 , 0x00000006 
- 00010039  0x00001556 call  0x00004d79 
- 00010040  0x00001557 fetch  0x00000001 , 0x0000026a 
- 00010041  0x00001558 beq  0x00000001 , 0x00002741 
- 00010042  0x00001559 rtn 
- 00010043  0x0000155c fetch  0x00000001 , 0x00000263 
- 00010044  0x0000155d set0  0x00000000 , 0x0000003f 
- 00010045  0x0000155e store  0x00000001 , 0x00000263 
- 00010046  0x0000155f setarg  0x00000000 
- 00010047  0x00001560 store  0x00000002 , 0x0000025d 
- 00010048  0x00001561 rtn 
- 00010049  0x00001563 fetch  0x00000001 , 0x00000263 
- 00010050  0x00001564 set0  0x00000001 , 0x0000003f 
- 00010051  0x00001565 store  0x00000001 , 0x00000263 
- 00010052  0x00001566 setarg  0x00000000 
- 00010053  0x00001567 store  0x00000002 , 0x0000025f 
- 00010054  0x00001568 rtn 
- 00010055  0x0000156b fetch  0x00000001 , 0x00000263 
- 00010056  0x0000156c set1  0x00000000 , 0x0000003f 
- 00010057  0x0000156d store  0x00000001 , 0x00000263 
- 00010058  0x0000156e rtn 
- 00010059  0x00001571 fetch  0x00000001 , 0x00000263 
- 00010060  0x00001572 set1  0x00000001 , 0x0000003f 
- 00010061  0x00001573 store  0x00000001 , 0x00000263 
- 00010062  0x00001574 rtn 
- 00010063  0x0000157b bpatch  0x00000072 , 0x0000400e 
- 00010064  0x0000157c add  0x00000028 , 0x00000001 , 0x00000021 
- 00010065  0x0000157d call  0x000028ea 
- 00010066  0x0000157e force  0x00000003 , 0x00000024 
- 00010067  0x0000157f call  0x000028d2 
- 00010068  0x00001580 call  0x00002a51 
- 00010069  0x00001581 call  0x00002a5f 
- 00010070  0x00001582 branch  0x00002a64 
- 00010071  0x00001586 bpatch  0x00000073 , 0x0000400e 
- 00010072  0x00001587 call  0x00002a4d 
- 00010073  0x00001588 deposit  0x00000028 
- 00010074  0x00001589 fetcht  0x00000004 , 0x000040ca 
- 00010075  0x0000158a isub  0x00000002 , 0x0000003f 
- 00010076  0x0000158b rtnne  0x00000001 
- 00010077  0x0000158c compare  0x00000000 , 0x00000001 , 0x0000001f 
- 00010078  0x0000158d nbranch  0x00002761 , 0x00000001 
- 00010079  0x0000158e fetch  0x00000001 , 0x00000019 
- 00010080  0x0000158f rtn  0x00000034 
- 00010081  0x00001591 call  0x0000274f 
- 00010082  0x00001593 compare  0x00000010 , 0x00000001 , 0x0000001f 
- 00010083  0x00001594 branch  0x0000264d , 0x00000001 
- 00010084  0x00001595 rshift  0x00000021 , 0x00000002 
- 00010085  0x00001596 or  0x00000002 , 0x00000040 , 0x0000000e 
- 00010086  0x00001598 bpatch  0x00000074 , 0x0000400e 
- 00010087  0x00001599 enable  0x00000007 
- 00010088  0x0000159a enable  0x0000000a 
- 00010089  0x0000159b enable  0x0000001b 
- 00010090  0x0000159c set0  0x00000010 , 0x00000000 
- 00010091  0x0000159d deposit  0x00000004 
- 00010092  0x0000159e inject  0x00000003 , 0x00000003 
- 00010093  0x0000159f deposit  0x00000001 
- 00010094  0x000015a0 inject  0x00000003 , 0x00000004 
- 00010095  0x000015a1 fetch  0x00000001 , 0x00000047 
- 00010096  0x000015a2 inject  0x00000000 , 0x00000004 
- 00010097  0x000015a3 inject  0x00000003 , 0x00000003 
- 00010098  0x000015a4 enable  0x00000008 
- 00010099  0x000015a5 inject  0x00000003 , 0x00000008 
- 00010100  0x000015a6 disable  0x0000001b 
- 00010101  0x000015a7 disable  0x00000008 
- 00010102  0x000015a8 disable  0x0000000a 
- 00010103  0x000015a9 set0  0x00000002 , 0x00000015 
- 00010104  0x000015aa arg  0x00000000 , 0x00000002 
- 00010105  0x000015ab call  0x00002a1c 
- 00010106  0x000015ac bpatch  0x00000075 , 0x0000400e 
- 00010107  0x000015ad and  0x00000001 , 0x0000001f , 0x0000003f 
- 00010108  0x000015ae beq  0x00000013 , 0x000027b4 
- 00010109  0x000015af beq  0x00000000 , 0x0000264d 
- 00010110  0x000015b0 beq  0x00000001 , 0x0000264d 
- 00010111  0x000015b1 beq  0x00000002 , 0x00002797 
- 00010112  0x000015b2 beq  0x00000003 , 0x000027c5 
- 00010113  0x000015b3 beq  0x00000004 , 0x000027cb 
- 00010114  0x000015b4 beq  0x00000007 , 0x0000278c 
- 00010115  0x000015b5 beq  0x00000008 , 0x000027ca 
- 00010116  0x000015b6 arg  0x00000004 , 0x00000002 
- 00010117  0x000015b7 call  0x00002a1c 
- 00010118  0x000015b8 beq  0x0000000a , 0x000027c7 
- 00010119  0x000015b9 beq  0x0000000b , 0x000027cd 
- 00010120  0x000015ba arg  0x00000008 , 0x00000002 
- 00010121  0x000015bb call  0x00002a1c 
- 00010122  0x000015bc beq  0x0000000f , 0x000027cd 
- 00010123  0x000015bd branch  0x000027c7 
- 00010124  0x000015c1 bpatch  0x00000076 , 0x0000400e 
- 00010125  0x000015c2 enable  0x0000001d 
- 00010126  0x000015c3 enable  0x00000009 
- 00010127  0x000015c4 enable  0x0000000e 
- 00010128  0x000015c5 force  0x0000001e , 0x00000039 
- 00010129  0x000015c6 arg  0x000000b3 , 0x00000006 
- 00010130  0x000015c8 ifetch  0x00000001 , 0x00000006 
- 00010131  0x000015c9 inject  0x00000003 , 0x00000008 
- 00010132  0x000015ca loop  0x00002792 
- 00010133  0x000015cb bmark1  0x00000007 , 0x000027f7 
- 00010134  0x000015cc branch  0x0000264d 
- 00010135  0x000015cf bpatch  0x00000077 , 0x0000400e 
- 00010136  0x000015d0 fetch  0x00000001 , 0x00000181 
- 00010137  0x000015d1 icopy  0x00000004 
- 00010138  0x000015d2 fetch  0x00000001 , 0x00000090 
- 00010139  0x000015d3 icopy  0x0000001c 
- 00010140  0x000015d4 fetch  0x00000003 , 0x000040aa 
- 00010141  0x000015d5 icopy  0x0000001d 
- 00010142  0x000015d6 fetch  0x00000002 , 0x000040a4 
- 00010143  0x000015d7 icopy  0x0000002e 
- 00010144  0x000015d8 enable  0x00000009 
- 00010145  0x000015d9 enable  0x0000001c 
- 00010146  0x000015da copy  0x00000020 , 0x00000011 
- 00010147  0x000015db call  0x000028e2 
- 00010148  0x000015dc pulse  0x00000015 
- 00010149  0x000015dd nop  0x00000020 
- 00010150  0x000015de copy  0x00000021 , 0x0000000b 
- 00010151  0x000015df fetch  0x00000004 , 0x00000161 
- 00010152  0x000015e0 icopy  0x00000021 
- 00010153  0x000015e1 preload  0x0000001e 
- 00010154  0x000015e2 set1  0x0000003a , 0x0000003f 
- 00010155  0x000015e3 inject  0x00000003 , 0x00000048 
- 00010156  0x000015e4 preload  0x0000001f 
- 00010157  0x000015e5 inject  0x00000003 , 0x00000048 
- 00010158  0x000015e6 copy  0x0000000b , 0x00000021 
- 00010159  0x000015e7 copy  0x00000011 , 0x00000020 
- 00010160  0x000015e8 enable  0x00000008 
- 00010161  0x000015e9 inject  0x00000003 , 0x00000010 
- 00010162  0x000015ea disable  0x00000008 
- 00010163  0x000015eb branch  0x0000264d 
- 00010164  0x000015ee bpatch  0x00000078 , 0x0000400f 
- 00010165  0x000015ef enable  0x0000000e 
- 00010166  0x000015f0 enable  0x00000009 
- 00010167  0x000015f1 enable  0x0000001c 
- 00010168  0x000015f2 fetch  0x00000001 , 0x000004b6 
- 00010169  0x000015f3 and  0x0000003f , 0x000001f8 , 0x00000002 
- 00010170  0x000015f4 arg  0x000004b6 , 0x00000006 
- 00010171  0x000015f5 increase  0x00000008 , 0x00000002 
- 00010172  0x000015f7 add  0x00000002 , 0xffffffb8 , 0x00000013 
- 00010173  0x000015f8 nbranch  0x000027c2 , 0x00000002 
- 00010174  0x000015f9 ifetch  0x00000009 , 0x00000006 
- 00010175  0x000015fa inject  0x00000003 , 0x00000048 
- 00010176  0x000015fb copy  0x00000013 , 0x00000002 
- 00010177  0x000015fc branch  0x000027bc 
- 00010178  0x000015fe ifetch  0x00000009 , 0x00000006 
- 00010179  0x000015ff iinject  0x00000003 , 0x00000002 
- 00010180  0x00001600 branch  0x000027f7 
- 00010181  0x00001603 enable  0x0000001c 
- 00010182  0x00001604 branch  0x000027d0 
- 00010183  0x00001607 enable  0x0000001c 
- 00010184  0x00001608 set1  0x00000010 , 0x00000000 
- 00010185  0x00001609 branch  0x000027d0 
- 00010186  0x0000160c set1  0x00000002 , 0x00000015 
- 00010187  0x0000160e enable  0x0000001d 
- 00010188  0x0000160f branch  0x000027d0 
- 00010189  0x00001613 set1  0x00000002 , 0x00000015 
- 00010190  0x00001614 enable  0x0000001d 
- 00010191  0x00001615 set1  0x00000010 , 0x00000000 
- 00010192  0x00001618 bpatch  0x00000079 , 0x0000400f 
- 00010193  0x00001619 fetch  0x00000001 , 0x0000004c 
- 00010194  0x0000161a bbit0  0x00000005 , 0x000027e5 
- 00010195  0x0000161b sub  0x00000001 , 0x00000003 , 0x0000003e 
- 00010196  0x0000161c branch  0x000027e5 , 0x00000002 
- 00010197  0x0000161d disable  0x0000000e 
- 00010198  0x0000161e disable  0x0000001c 
- 00010199  0x0000161f enable  0x0000001d 
- 00010200  0x00001620 disable  0x00000007 
- 00010201  0x00001621 set1  0x00000001 , 0x00000015 
- 00010202  0x00001622 isolate1  0x00000002 , 0x00000015 
- 00010203  0x00001623 branch  0x000027df , 0x00000001 
- 00010204  0x00001624 setarg  0x000abeee 
- 00010205  0x00001625 inject  0x00000003 , 0x00000014 
- 00010206  0x00001626 branch  0x000027e3 
- 00010207  0x00001628 setarg  0x005faeba 
- 00010208  0x00001629 inject  0x00000003 , 0x00000018 
- 00010209  0x0000162a setarg  0x00000012 
- 00010210  0x0000162b inject  0x00000003 , 0x00000006 
- 00010211  0x0000162d enable  0x00000007 
- 00010212  0x0000162e set1  0x00000010 , 0x00000000 
- 00010213  0x00001630 enable  0x0000000e 
- 00010214  0x00001631 enable  0x00000009 
- 00010215  0x00001632 bmark1  0x00000005 , 0x00002800 
- 00010216  0x00001633 fetch  0x00000001 , 0x000041db 
- 00010217  0x00001634 inject  0x00000003 , 0x00000003 
- 00010218  0x00001635 fetch  0x00000002 , 0x000041dc 
- 00010219  0x00001636 iforce  0x00000039 
- 00010220  0x00001637 bmark1  0x00000010 , 0x000027ef 
- 00010221  0x00001638 inject  0x00000003 , 0x00000005 
- 00010222  0x00001639 branch  0x000027f0 
- 00010223  0x0000163b inject  0x00000003 , 0x0000000d 
- 00010224  0x0000163d deposit  0x00000039 
- 00010225  0x0000163e branch  0x000027f7 , 0x00000034 
- 00010226  0x0000163f fetch  0x00000002 , 0x0000016f 
- 00010227  0x00001640 iforce  0x00000006 
- 00010228  0x00001642 ifetch  0x00000001 , 0x00000006 
- 00010229  0x00001643 inject  0x00000003 , 0x00000008 
- 00010230  0x00001644 loop  0x000027f4 
- 00010231  0x00001648 enable  0x00000008 
- 00010232  0x00001649 inject  0x00000003 , 0x00000010 
- 00010233  0x0000164a disable  0x00000008 
- 00010234  0x0000164b call  0x000024c1 
- 00010235  0x0000164c fetch  0x00000001 , 0x0000004c 
- 00010236  0x0000164d bbit0  0x00000005 , 0x0000264d 
- 00010237  0x0000164e force  0x00000000 , 0x0000003f 
- 00010238  0x0000164f inject  0x00000003 , 0x00000006 
- 00010239  0x00001650 branch  0x0000264d 
- 00010240  0x00001654 bpatch  0x0000007a , 0x0000400f 
- 00010241  0x00001655 bmark1  0x00000010 , 0x00002808 
- 00010242  0x00001657 fetch  0x00000001 , 0x00000180 
- 00010243  0x00001658 inject  0x00000003 , 0x00000003 
- 00010244  0x00001659 fetch  0x00000001 , 0x0000015f 
- 00010245  0x0000165a iforce  0x00000013 
- 00010246  0x0000165b inject  0x00000003 , 0x00000005 
- 00010247  0x0000165c branch  0x0000280d 
- 00010248  0x0000165e fetch  0x00000001 , 0x00000180 
- 00010249  0x0000165f inject  0x00000003 , 0x00000003 
- 00010250  0x00001660 fetch  0x00000002 , 0x0000015f 
- 00010251  0x00001661 iforce  0x00000013 
- 00010252  0x00001662 inject  0x00000003 , 0x0000000d 
- 00010253  0x00001664 arg  0x00000551 , 0x00000006 
- 00010254  0x00001666 copy  0x00000013 , 0x0000003e 
- 00010255  0x00001667 branch  0x00002814 , 0x00000005 
- 00010256  0x00001668 ifetch  0x00000001 , 0x00000006 
- 00010257  0x00001669 inject  0x00000003 , 0x00000008 
- 00010258  0x0000166a increase  0xffffffff , 0x00000013 
- 00010259  0x0000166b branch  0x0000280e 
- 00010260  0x0000166d fetch  0x00000002 , 0x000000fc 
- 00010261  0x0000166e increase  0x00000001 , 0x0000003f 
- 00010262  0x0000166f store  0x00000002 , 0x000000fc 
- 00010263  0x00001670 branch  0x000027f7 
- 00010264  0x00001674 fetch  0x00000004 , 0x00000165 
- 00010265  0x00001675 add  0x0000003f , 0x00000007 , 0x00000011 
- 00010266  0x00001676 fetch  0x00000002 , 0x00000171 
- 00010267  0x00001677 nbranch  0x0000281e , 0x00000034 
- 00010268  0x00001678 increase  0xfffffffd , 0x00000011 
- 00010269  0x00001679 branch  0x00002826 
- 00010270  0x0000167b mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00010271  0x0000167c hfetcht  0x00000002 , 0x00008040 
- 00010272  0x0000167d increase  0x00000001 , 0x00000002 
- 00010273  0x0000167f isub  0x00000002 , 0x0000003f 
- 00010274  0x00001680 nbranch  0x00002825 , 0x00000002 
- 00010275  0x00001681 increase  0xffffffff , 0x00000011 
- 00010276  0x00001682 branch  0x00002821 
- 00010277  0x00001684 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00010278  0x00001686 until  0x0000003e , 0x00000023 
- 00010279  0x00001687 compare  0x00000000 , 0x00000022 , 0x00000003 
- 00010280  0x00001688 nbranch  0x00002826 , 0x00000001 
- 00010281  0x00001689 iforce  0x00000029 
- 00010282  0x0000168a copy  0x00000011 , 0x00000028 
- 00010283  0x0000168b iforce  0x00000029 
- 00010284  0x0000168c rtn 
- 00010285  0x00001690 bpatch  0x0000007b , 0x0000400f 
- 00010286  0x00001691 until  0x0000003e , 0x00000022 
- 00010287  0x00001692 deposit  0x0000001a 
- 00010288  0x00001693 iforce  0x00000006 
- 00010289  0x00001694 rshift16 , 0x0000003f , 0x0000003f 
- 00010290  0x00001695 isub  0x00000022 , 0x00000039 
- 00010291  0x00001696 and_into  0x00000003 , 0x00000039 
- 00010292  0x00001697 nbranch  0x00002837 , 0x00000005 
- 00010293  0x00001698 force  0x00000000 , 0x0000003f 
- 00010294  0x00001699 branch  0x0000283b 
- 00010295  0x0000169b arg  0x00000ea6 , 0x00000002 
- 00010296  0x0000169c force  0x00000000 , 0x0000003f 
- 00010297  0x0000169e iadd  0x00000002 , 0x0000003f 
- 00010298  0x0000169f loop  0x00002839 
- 00010299  0x000016a1 iadd  0x00000006 , 0x0000003f 
- 00010300  0x000016a2 div  0x0000003f , 0x0000000c 
- 00010301  0x000016a3 call  0x00007f86 
- 00010302  0x000016a4 quotient  0x0000003f 
- 00010303  0x000016a5 store  0x00000002 , 0x00000171 
- 00010304  0x000016a6 rtn 
- 00010305  0x000016a9 bpatch  0x0000007c , 0x0000400f 
- 00010306  0x000016aa deposit  0x0000001a 
- 00010307  0x000016ab copy  0x00000019 , 0x00000002 
- 00010308  0x000016ac isub  0x00000002 , 0x0000003e 
- 00010309  0x000016ad nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
- 00010310  0x000016ae isub  0x00000002 , 0x00000002 
- 00010311  0x000016af setarg  0x00000ea6 
- 00010312  0x000016b0 isolate0  0x0000000f , 0x00000002 
- 00010313  0x000016b1 branch  0x0000284c , 0x00000001 
- 00010314  0x000016b2 setarg  0xffff0ea6 
- 00010315  0x000016b3 iadd  0x00000002 , 0x00000002 
- 00010316  0x000016b5 storet  0x00000006 , 0x00000447 
- 00010317  0x000016b6 rtn  0x00000036 
- 00010318  0x000016b7 storet  0x00000006 , 0x00000038 
- 00010319  0x000016b8 rtn 
- 00010320  0x000016bb disable  0x00000030 
- 00010321  0x000016bc fetch  0x00000006 , 0x00000447 
- 00010322  0x000016bd branch  0x00002854 , 0x00000036 
- 00010323  0x000016be fetch  0x00000006 , 0x00000038 
- 00010324  0x000016c0 iadd  0x00000019 , 0x00000030 
- 00010325  0x000016c1 increase  0x0000000a , 0x00000030 
- 00010326  0x000016c2 setarg  0x00000ea6 
- 00010327  0x000016c3 isub  0x00000030 , 0x0000003f 
- 00010328  0x000016c4 isolate0  0x0000000f , 0x0000003f 
- 00010329  0x000016c5 branch  0x0000285e , 0x00000001 
- 00010330  0x000016c6 setarg  0x0000f15a 
- 00010331  0x000016c7 iadd  0x00000030 , 0x00000030 
- 00010332  0x000016c9 copy  0x00000030 , 0x0000001a 
- 00010333  0x000016ca rtn 
- 00010334  0x000016cc force  0x00000000 , 0x0000003e 
- 00010335  0x000016cd branch  0x0000285c 
- 00010336  0x000016d5 bpatch  0x0000007d , 0x0000400f 
- 00010337  0x000016d6 call  0x00002918 
- 00010338  0x000016d7 copy  0x00000021 , 0x0000003f 
- 00010339  0x000016d8 and_into  0x00000180 , 0x0000003f 
- 00010340  0x000016d9 compare  0x00000003 , 0x00000024 , 0x00000007 
- 00010341  0x000016da nbranch  0x00002869 , 0x00000001 
- 00010342  0x000016db rshift3  0x0000003f , 0x0000003f 
- 00010343  0x000016dc iadd  0x00000017 , 0x0000003f 
- 00010344  0x000016dd branch  0x0000286a 
- 00010345  0x000016df copy  0x00000017 , 0x0000003f 
- 00010346  0x000016e1 div  0x0000003f , 0x0000004f 
- 00010347  0x000016e2 pulse  0x00000015 
- 00010348  0x000016e3 call  0x00007f86 
- 00010349  0x000016e4 remainder  0x00000011 
- 00010350  0x000016e5 add  0x00000011 , 0xffffffd8 , 0x00000002 
- 00010351  0x000016e6 branch  0x00002872 , 0x00000002 
- 00010352  0x000016e7 lshift  0x00000011 , 0x00000002 
- 00010353  0x000016e8 branch  0x00002874 
- 00010354  0x000016ea lshift  0x00000002 , 0x00000002 
- 00010355  0x000016eb increase  0x00000001 , 0x00000002 
- 00010356  0x000016ed bpatch  0x0000007e , 0x0000400f 
- 00010357  0x000016ee fetch  0x00000001 , 0x00000031 
- 00010358  0x000016ef bbit0  0x00000003 , 0x00002885 
- 00010359  0x000016f1 fetch  0x00000004 , 0x000040d2 
- 00010360  0x000016f2 isub  0x00000021 , 0x0000003e 
- 00010361  0x000016f3 branch  0x00002885 , 0x00000002 
- 00010362  0x000016f4 call  0x000028a4 
- 00010363  0x000016f5 fetch  0x00000001 , 0x000040d9 
- 00010364  0x000016f6 rtn  0x00000034 
- 00010365  0x000016f7 fetch  0x00000001 , 0x00000031 
- 00010366  0x000016f8 set1  0x00000002 , 0x0000003f 
- 00010367  0x000016f9 store  0x00000001 , 0x00000031 
- 00010368  0x000016fa fetch  0x00000005 , 0x000040e7 
- 00010369  0x000016fb store  0x00000005 , 0x000040da 
- 00010370  0x000016fc ifetch  0x00000005 , 0x00000006 
- 00010371  0x000016fd store  0x00000005 , 0x000040df 
- 00010372  0x000016fe call  0x000028a9 
- 00010373  0x00001700 fetch  0x00000001 , 0x00000031 
- 00010374  0x00001701 rtnbit0  0x00000002 
- 00010375  0x00001702 isolate1  0x00000001 , 0x00000021 
- 00010376  0x00001703 branch  0x000028a1 , 0x00000001 
- 00010377  0x00001704 rshift3  0x00000002 , 0x00000011 
- 00010378  0x00001705 and  0x00000002 , 0x00000007 , 0x00000007 
- 00010379  0x00001706 setarg  0x000040da 
- 00010380  0x00001707 iadd  0x00000011 , 0x00000011 
- 00010381  0x00001708 ifetch  0x00000001 , 0x00000011 
- 00010382  0x00001709 qisolate0  0x0000003f 
- 00010383  0x0000170a branch  0x00002892 , 0x00000001 
- 00010384  0x0000170b deposit  0x00000002 
- 00010385  0x0000170c branch  0x0000289e 
- 00010386  0x0000170e fetch  0x00000001 , 0x000040e4 
- 00010387  0x0000170f iforce  0x00000012 
- 00010388  0x00001710 deposit  0x00000021 
- 00010389  0x00001711 and_into  0x00000180 , 0x0000003f 
- 00010390  0x00001712 rshift3  0x0000003f , 0x0000003f 
- 00010391  0x00001713 iadd  0x00000017 , 0x0000003f 
- 00010392  0x00001714 idiv  0x00000012 
- 00010393  0x00001715 setarg  0x000040f2 
- 00010394  0x00001716 call  0x00007f86 
- 00010395  0x00001717 remainder  0x00000011 
- 00010396  0x00001718 iadd  0x00000011 , 0x00000006 
- 00010397  0x00001719 ifetch  0x00000001 , 0x00000006 
- 00010398  0x0000171b store  0x00000001 , 0x000040e5 
- 00010399  0x0000171c iforce  0x00000002 
- 00010400  0x0000171d rtn 
- 00010401  0x00001720 fetch  0x00000001 , 0x000040e5 
- 00010402  0x00001721 iforce  0x00000002 
- 00010403  0x00001722 rtn 
- 00010404  0x00001725 fetch  0x00000001 , 0x00000031 
- 00010405  0x00001726 set0  0x00000002 , 0x0000003f 
- 00010406  0x00001727 set0  0x00000003 , 0x0000003f 
- 00010407  0x00001728 store  0x00000001 , 0x00000031 
- 00010408  0x00001729 rtn 
- 00010409  0x00001730 bpatch  0x0000007f , 0x0000400f 
- 00010410  0x00001731 arg  0x000040f2 , 0x00000005 
- 00010411  0x00001732 force  0x0000000a , 0x00000039 
- 00010412  0x00001733 call  0x00007ec6 
- 00010413  0x00001734 arg  0x000040f2 , 0x00000005 
- 00010414  0x00001735 force  0x00000000 , 0x00000013 
- 00010415  0x00001736 force  0x00000002 , 0x00000007 
- 00010416  0x00001738 fetch  0x00000005 , 0x000040da 
- 00010417  0x00001739 iforce  0x00000002 
- 00010418  0x0000173a compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00010419  0x0000173b branch  0x000028b5 , 0x00000001 
- 00010420  0x0000173c rshift  0x00000002 , 0x00000002 
- 00010421  0x0000173e isolate0  0x00000000 , 0x00000002 
- 00010422  0x0000173f branch  0x000028b9 , 0x00000001 
- 00010423  0x00001740 deposit  0x00000013 
- 00010424  0x00001741 istore  0x00000001 , 0x00000005 
- 00010425  0x00001743 rshift2  0x00000002 , 0x00000002 
- 00010426  0x00001744 increase  0x00000002 , 0x00000013 
- 00010427  0x00001745 compare  0x00000028 , 0x00000013 , 0x000000fe 
- 00010428  0x00001746 nbranch  0x000028c2 , 0x00000001 
- 00010429  0x00001747 fetch  0x00000005 , 0x000040df 
- 00010430  0x00001748 iforce  0x00000002 
- 00010431  0x00001749 compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00010432  0x0000174a branch  0x000028c2 , 0x00000001 
- 00010433  0x0000174b rshift  0x00000002 , 0x00000002 
- 00010434  0x0000174d sub  0x00000013 , 0x0000004e , 0x0000003e 
- 00010435  0x0000174e branch  0x000028b5 , 0x00000002 
- 00010436  0x0000174f force  0x00000001 , 0x00000013 
- 00010437  0x00001750 increase  0xffffffff , 0x00000007 
- 00010438  0x00001751 nbranch  0x000028b0 , 0x00000005 
- 00010439  0x00001752 arg  0x000040f2 , 0x00000011 
- 00010440  0x00001753 deposit  0x00000005 
- 00010441  0x00001754 isub  0x00000011 , 0x0000003f 
- 00010442  0x00001755 store  0x00000001 , 0x000040e4 
- 00010443  0x00001756 rtn 
- 00010444  0x00001759 bpatch  0x00000080 , 0x00004010 
- 00010445  0x0000175a call  0x00002860 
- 00010446  0x0000175b fetch  0x00000001 , 0x0000017f 
- 00010447  0x0000175c bbit0  0x00000005 , 0x000028d1 
- 00010448  0x0000175d fetcht  0x00000001 , 0x000004cc 
- 00010449  0x0000175f branch  0x0000291f 
- 00010450  0x00001763 bpatch  0x00000081 , 0x00004010 
- 00010451  0x00001764 call  0x00002860 
- 00010452  0x00001765 fetch  0x00000001 , 0x0000017f 
- 00010453  0x00001766 bbit0  0x00000004 , 0x000028d7 
- 00010454  0x00001767 fetcht  0x00000001 , 0x000004cb 
- 00010455  0x00001769 branch  0x00002933 
- 00010456  0x0000176d force  0x00000000 , 0x0000002d 
- 00010457  0x0000176e fetch  0x00000003 , 0x000040a7 
- 00010458  0x0000176f iforce  0x0000002c 
- 00010459  0x00001770 rtn 
- 00010460  0x00001773 bpatch  0x00000082 , 0x00004010 
- 00010461  0x00001774 fetch  0x00000001 , 0x000041d3 
- 00010462  0x00001775 icopy  0x0000002d 
- 00010463  0x00001776 fetch  0x00000003 , 0x000041d0 
- 00010464  0x00001777 icopy  0x0000002c 
- 00010465  0x00001778 rtn 
- 00010466  0x0000177b bpatch  0x00000083 , 0x00004010 
- 00010467  0x0000177c fetch  0x00000002 , 0x000040a4 
- 00010468  0x0000177d icopy  0x0000002e 
- 00010469  0x0000177e fetch  0x00000001 , 0x000040a3 
- 00010470  0x0000177f icopy  0x0000002d 
- 00010471  0x00001780 fetch  0x00000003 , 0x000040a0 
- 00010472  0x00001781 icopy  0x0000002c 
- 00010473  0x00001782 rtn 
- 00010474  0x00001785 bpatch  0x00000084 , 0x00004010 
- 00010475  0x00001786 fetch  0x00000002 , 0x00000044 
- 00010476  0x00001787 icopy  0x0000002e 
- 00010477  0x00001788 fetch  0x00000001 , 0x00000043 
- 00010478  0x00001789 icopy  0x0000002d 
- 00010479  0x0000178a fetch  0x00000003 , 0x00000040 
- 00010480  0x0000178b icopy  0x0000002c 
- 00010481  0x0000178c rtn 
- 00010482  0x00001790 bmark1  0x00000020 , 0x000028f5 
- 00010483  0x00001791 rtnmark0  0x0000001d 
- 00010484  0x00001792 rtnmark0  0x0000001f 
- 00010485  0x00001794 and_into  0xffffff00 , 0x0000002c 
- 00010486  0x00001795 pulse  0x00000015 
- 00010487  0x00001796 nop  0x00000020 
- 00010488  0x00001797 rtn 
- 00010489  0x0000179b bpatch  0x00000085 , 0x00004010 
- 00010490  0x0000179c branch  0x0000290a , 0x00000021 
- 00010491  0x0000179d jam  0x000000d4 , 0x00008955 
- 00010492  0x0000179e nop  0x00000004 
- 00010493  0x0000179f jam  0x000000d2 , 0x00008955 
- 00010494  0x000017a0 nop  0x00000004 
- 00010495  0x000017a1 jam  0x000000d1 , 0x00008955 
- 00010496  0x000017a2 nop  0x00000004 
- 00010497  0x000017a3 fetch  0x00000001 , 0x000041de 
- 00010498  0x000017a4 beq  0x00000000 , 0x00002908 
- 00010499  0x000017a5 beq  0x00000001 , 0x00002915 
- 00010500  0x000017a6 beq  0x00000002 , 0x00002908 
- 00010501  0x000017a7 beq  0x00000003 , 0x00002915 
- 00010502  0x000017a8 beq  0x00000004 , 0x00002915 
- 00010503  0x000017a9 beq  0x00000020 , 0x00002915 
- 00010504  0x000017ac jam  0x000000d0 , 0x00008955 
- 00010505  0x000017ad jam  0x000000e0 , 0x00008956 
- 00010506  0x000017af force  0x00000000 , 0x00000015 
- 00010507  0x000017b0 disable  0x00000021 
- 00010508  0x000017b1 disable  0x00000020 
- 00010509  0x000017b2 pulse  0x0000001e 
- 00010510  0x000017b3 jam  0x00000000 , 0x00008902 
- 00010511  0x000017b4 jam  0x00000000 , 0x00008901 
- 00010512  0x000017b5 jam  0x00000000 , 0x00008900 
- 00010513  0x000017b6 jam  0x00000000 , 0x00008903 
- 00010514  0x000017b7 jam  0x00000070 , 0x00008904 
- 00010515  0x000017b8 jam  0x00000000 , 0x00008906 
- 00010516  0x000017b9 rtn 
- 00010517  0x000017bf jam  0x000000d0 , 0x00008955 
- 00010518  0x000017c0 jam  0x000000c0 , 0x00008956 
- 00010519  0x000017c1 branch  0x0000290a 
- 00010520  0x000017c4 bpatch  0x00000086 , 0x00004010 
- 00010521  0x000017c5 jam  0x00000000 , 0x00008902 
- 00010522  0x000017c6 jam  0x00000000 , 0x00008901 
- 00010523  0x000017c7 jam  0x00000018 , 0x00008900 
- 00010524  0x000017c8 jam  0x000000a7 , 0x00008903 
- 00010525  0x000017c9 jam  0x0000007f , 0x00008904 
- 00010526  0x000017ca rtn 
- 00010527  0x000017cd bpatch  0x00000087 , 0x00004010 
- 00010528  0x000017cf storet  0x00000001 , 0x00000017 
- 00010529  0x000017d0 add  0x00000002 , 0x00000004 , 0x00000011 
- 00010530  0x000017d1 jam  0x00000007 , 0x0000896d 
- 00010531  0x000017d2 branch  0x00002981 
- 00010532  0x000017d4 bpatch  0x00000088 , 0x00004011 
- 00010533  0x000017d5 jam  0x000000cf , 0x00008901 
- 00010534  0x000017d6 nop  0x0000000a 
- 00010535  0x000017d7 jam  0x000000ff , 0x00008900 
- 00010536  0x000017d8 jam  0x000000af , 0x00008903 
- 00010537  0x000017d9 jam  0x000000ff , 0x00008904 
- 00010538  0x000017da nop  0x0000000a 
- 00010539  0x000017db jam  0x000000a0 , 0x00008902 
- 00010540  0x000017dc rtn 
- 00010541  0x000017df fetch  0x00000001 , 0x000041e0 
- 00010542  0x000017e0 branch  0x00002931 , 0x00000034 
- 00010543  0x000017e2 add  0x00000002 , 0x00000002 , 0x00000011 
- 00010544  0x000017e3 rtn 
- 00010545  0x000017e5 add  0x00000002 , 0x00000000 , 0x00000011 
- 00010546  0x000017e6 rtn 
- 00010547  0x000017e9 bpatch  0x00000089 , 0x00004011 
- 00010548  0x000017ea storet  0x00000001 , 0x00000017 
- 00010549  0x000017eb call  0x0000292d 
- 00010550  0x000017ec call  0x00002981 
- 00010551  0x000017ed setarg  0x00000500 
- 00010552  0x000017ee call  0x00002a8f 
- 00010553  0x000017f0 jam  0x00000001 , 0x00008906 
- 00010554  0x000017f1 jam  0x0000003c , 0x00008900 
- 00010555  0x000017f2 jam  0x000000e0 , 0x00008901 
- 00010556  0x000017f3 jam  0x00000012 , 0x0000896d 
- 00010557  0x000017f4 nop  0x0000000a 
- 00010558  0x000017f5 jam  0x00000001 , 0x00008902 
- 00010559  0x000017f6 jam  0x0000003d , 0x00008902 
- 00010560  0x000017f7 nop  0x0000000a 
- 00010561  0x000017f8 jam  0x000000b7 , 0x00008903 
- 00010562  0x000017f9 nop  0x0000000a 
- 00010563  0x000017fa jam  0x0000007f , 0x00008902 
- 00010564  0x000017fc fetch  0x00000001 , 0x000041de 
- 00010565  0x000017fd beq  0x00000000 , 0x0000294b 
- 00010566  0x000017fe beq  0x00000001 , 0x0000294f 
- 00010567  0x000017ff beq  0x00000002 , 0x00002953 
- 00010568  0x00001800 beq  0x00000003 , 0x00002957 
- 00010569  0x00001801 beq  0x00000004 , 0x0000295b 
- 00010570  0x00001802 beq  0x00000020 , 0x0000295f 
- 00010571  0x00001804 jam  0x000000f0 , 0x00008956 
- 00010572  0x00001805 call  0x00002965 
- 00010573  0x00001806 jam  0x000000d8 , 0x00008955 
- 00010574  0x00001807 rtn 
- 00010575  0x0000180a jam  0x000000df , 0x00008956 
- 00010576  0x0000180b call  0x00002965 
- 00010577  0x0000180c jam  0x000000df , 0x00008955 
- 00010578  0x0000180d rtn 
- 00010579  0x00001810 jam  0x000000ff , 0x00008956 
- 00010580  0x00001811 call  0x00002965 
- 00010581  0x00001812 jam  0x000000df , 0x00008955 
- 00010582  0x00001813 rtn 
- 00010583  0x00001815 jam  0x000000ce , 0x00008956 
- 00010584  0x00001816 call  0x00002965 
- 00010585  0x00001817 jam  0x000000d8 , 0x00008955 
- 00010586  0x00001818 rtn 
- 00010587  0x0000181b jam  0x000000cb , 0x00008956 
- 00010588  0x0000181c call  0x00002965 
- 00010589  0x0000181d jam  0x000000d8 , 0x00008955 
- 00010590  0x0000181e rtn 
- 00010591  0x00001821 jam  0x000000d0 , 0x00008955 
- 00010592  0x00001822 jam  0x000000c0 , 0x00008956 
- 00010593  0x00001823 jam  0x0000004c , 0x00008957 
- 00010594  0x00001824 jam  0x0000006c , 0x00008958 
- 00010595  0x00001825 jam  0x00000050 , 0x00008959 
- 00010596  0x00001826 rtn 
- 00010597  0x00001829 nop  0x00000004 
- 00010598  0x0000182a jam  0x000000d1 , 0x00008955 
- 00010599  0x0000182b nop  0x00000004 
- 00010600  0x0000182c jam  0x000000d2 , 0x00008955 
- 00010601  0x0000182d nop  0x00000004 
- 00010602  0x0000182e jam  0x000000d4 , 0x00008955 
- 00010603  0x0000182f rtn 
- 00010604  0x00001833 jam  0x00000006 , 0x00008042 
- 00010605  0x00001835 fetch  0x00000002 , 0x000040c3 
- 00010606  0x00001836 bbit0  0x0000000e , 0x0000296d 
- 00010607  0x00001837 iforce  0x00000006 
- 00010608  0x00001838 arg  0x00008900 , 0x00000002 
- 00010609  0x0000183a ifetch  0x00000001 , 0x00000006 
- 00010610  0x0000183b beq  0x000000ff , 0x00002977 
- 00010611  0x0000183c ior  0x00000002 , 0x00000005 
- 00010612  0x0000183d ifetch  0x00000001 , 0x00000006 
- 00010613  0x0000183e istore  0x00000001 , 0x00000005 
- 00010614  0x0000183f branch  0x00002971 
- 00010615  0x00001841 bpatch  0x0000008a , 0x00004011 
- 00010616  0x00001842 call  0x00002be5 
- 00010617  0x00001843 call  0x000029c9 
- 00010618  0x00001845 setarg  0x000007d0 
- 00010619  0x00001846 iadd  0x00000022 , 0x0000003f 
- 00010620  0x00001847 store  0x00000004 , 0x00000169 
- 00010621  0x00001848 set1  0x00000003 , 0x00000015 
- 00010622  0x00001849 force  0x00000000 , 0x00000015 
- 00010623  0x0000184a ncall  0x00002998 , 0x0000002b 
- 00010624  0x0000184b branch  0x000029ab 
- 00010625  0x0000184f bpatch  0x0000008b , 0x00004011 
- 00010626  0x00001850 setarg  0x00000960 
- 00010627  0x00001851 iadd  0x00000011 , 0x00000002 
- 00010628  0x00001852 fetch  0x00000001 , 0x000040bd 
- 00010629  0x00001853 jam  0x00000004 , 0x0000895f 
- 00010630  0x00001854 imul32  0x00000002 , 0x0000003f 
- 00010631  0x00001855 fetcht  0x00000001 , 0x000040be 
- 00010632  0x00001856 idiv  0x00000002 
- 00010633  0x00001857 call  0x00007f86 
- 00010634  0x00001858 quotient  0x00000011 
- 00010635  0x00001859 remainder  0x0000003f 
- 00010636  0x0000185a lshift16  0x0000003f , 0x0000003f 
- 00010637  0x0000185b lshift4  0x0000003f , 0x0000003f 
- 00010638  0x0000185c idiv  0x00000002 
- 00010639  0x0000185d call  0x00007f86 
- 00010640  0x0000185e quotient  0x0000003f 
- 00010641  0x0000185f lshift8  0x0000003f , 0x0000003f 
- 00010642  0x00001860 lshift  0x0000003f , 0x0000003f 
- 00010643  0x00001861 ior  0x00000011 , 0x0000003f 
- 00010644  0x00001862 hstore  0x00000004 , 0x00008960 
- 00010645  0x00001863 jam  0x00000044 , 0x0000895f 
- 00010646  0x00001864 jam  0x000000c4 , 0x0000895f 
- 00010647  0x00001865 rtn 
- 00010648  0x00001869 bpatch  0x0000008c , 0x00004011 
- 00010649  0x0000186a jam  0x00000002 , 0x00008906 
- 00010650  0x0000186b setarg  0x0003d090 
- 00010651  0x0000186c call  0x00002a8f 
- 00010652  0x0000186d jam  0x0000007f , 0x00008900 
- 00010653  0x0000186e nop  0x00000082 
- 00010654  0x0000186f jam  0x00000030 , 0x00008952 
- 00010655  0x00001870 jam  0x000000d0 , 0x00008901 
- 00010656  0x00001871 jam  0x00000070 , 0x00008952 
- 00010657  0x00001872 jam  0x000000f0 , 0x00008952 
- 00010658  0x00001873 force  0x00000032 , 0x00000039 
- 00010659  0x00001875 hfetch  0x00000001 , 0x00008980 
- 00010660  0x00001876 bbit1  0x00000005 , 0x000029a6 
- 00010661  0x00001877 loop  0x000029a3 
- 00010662  0x00001879 store  0x00000001 , 0x000040ce 
- 00010663  0x0000187a jam  0x00000000 , 0x00008901 
- 00010664  0x0000187b jam  0x00000000 , 0x00008900 
- 00010665  0x0000187c jam  0x00000000 , 0x00008906 
- 00010666  0x0000187d rtn 
- 00010667  0x00001880 bpatch  0x0000008d , 0x00004011 
- 00010668  0x00001881 fetch  0x00000001 , 0x000040ce 
- 00010669  0x00001882 set1  0x00000005 , 0x0000003f 
- 00010670  0x00001883 hstore  0x00000001 , 0x00008952 
- 00010671  0x00001884 hfetcht  0x00000001 , 0x00008950 
- 00010672  0x00001885 and_into  0x00000007 , 0x00000002 
- 00010673  0x00001886 lshift3  0x0000003f , 0x0000003f 
- 00010674  0x00001887 ior  0x00000002 , 0x0000003f 
- 00010675  0x00001888 hstore  0x00000001 , 0x00008950 
- 00010676  0x00001889 hfetch  0x00000001 , 0x00008951 
- 00010677  0x0000188a set0  0x00000000 , 0x0000003f 
- 00010678  0x0000188b hstore  0x00000001 , 0x00008951 
- 00010679  0x0000188c hfetch  0x00000001 , 0x00008952 
- 00010680  0x0000188d set0  0x00000005 , 0x0000003f 
- 00010681  0x0000188e hstore  0x00000001 , 0x00008952 
- 00010682  0x0000188f rtn 
- 00010683  0x00001892 bpatch  0x0000008e , 0x00004011 
- 00010684  0x00001893 hfetch  0x00000002 , 0x00008981 
- 00010685  0x00001894 rshift4  0x0000003f , 0x0000003f 
- 00010686  0x00001895 rshift3  0x0000003f , 0x0000003f 
- 00010687  0x00001896 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00010688  0x00001898 and_into  0x000000ff , 0x0000003f 
- 00010689  0x00001899 div  0x0000003f , 0x0000000a 
- 00010690  0x0000189a call  0x00007f86 
- 00010691  0x0000189b quotient  0x0000003f 
- 00010692  0x0000189c lshift4  0x0000003f , 0x0000003f 
- 00010693  0x0000189d remainder  0x00000002 
- 00010694  0x0000189e ior  0x00000002 , 0x0000003f 
- 00010695  0x0000189f store  0x00000001 , 0x00000018 
- 00010696  0x000018a0 rtn 
- 00010697  0x000018a4 jam  0x00000006 , 0x00008042 
- 00010698  0x000018a5 hfetch  0x00000001 , 0x0000896b 
- 00010699  0x000018a6 set0  0x00000004 , 0x0000003f 
- 00010700  0x000018a7 set0  0x00000005 , 0x0000003f 
- 00010701  0x000018a8 hstore  0x00000001 , 0x0000896b 
- 00010702  0x000018a9 jam  0x00000000 , 0x00008905 
- 00010703  0x000018aa jam  0x00000000 , 0x00008904 
- 00010704  0x000018ab jam  0x00000070 , 0x00008904 
- 00010705  0x000018ac jam  0x000000ff , 0x00008905 
- 00010706  0x000018ad hfetch  0x00000001 , 0x0000896b 
- 00010707  0x000018ae set1  0x00000004 , 0x0000003f 
- 00010708  0x000018af set1  0x00000005 , 0x0000003f 
- 00010709  0x000018b0 hstore  0x00000001 , 0x0000896b 
- 00010710  0x000018b1 call  0x000029e9 
- 00010711  0x000018b2 hfetch  0x00000001 , 0x00008968 
- 00010712  0x000018b3 set1  0x00000007 , 0x0000003f 
- 00010713  0x000018b4 hstore  0x00000001 , 0x00008968 
- 00010714  0x000018b5 set0  0x00000007 , 0x0000003f 
- 00010715  0x000018b6 hstore  0x00000001 , 0x00008968 
- 00010716  0x000018b7 set1  0x00000007 , 0x0000003f 
- 00010717  0x000018b8 hstore  0x00000001 , 0x00008968 
- 00010718  0x000018b9 jam  0x00000005 , 0x00008042 
- 00010719  0x000018ba nop  0x00000001 
- 00010720  0x000018bb jam  0x00000004 , 0x00008042 
- 00010721  0x000018bc hfetch  0x00000001 , 0x0000896b 
- 00010722  0x000018bd and_into  0x000000cf , 0x0000003f 
- 00010723  0x000018be hstore  0x00000001 , 0x0000896b 
- 00010724  0x000018bf or_into  0x00000030 , 0x0000003f 
- 00010725  0x000018c0 hstore  0x00000001 , 0x0000896b 
- 00010726  0x000018c1 rtn 
- 00010727  0x000018c5 setarg  0x00000f0f 
- 00010728  0x000018c6 branch  0x00002c18 
- 00010729  0x000018c9 setarg  0x0000080f 
- 00010730  0x000018ca branch  0x00002c18 
- 00010731  0x000018cf bpatch  0x0000008f , 0x00004011 
- 00010732  0x000018d0 call  0x00002924 
- 00010733  0x000018d1 disable  0x00000020 
- 00010734  0x000018d2 enable  0x00000021 
- 00010735  0x000018d3 pulse  0x00000016 
- 00010736  0x000018d4 rtn 
- 00010737  0x000018d7 bpatch  0x00000090 , 0x00004012 
- 00010738  0x000018d8 fetch  0x00000001 , 0x0000004c 
- 00010739  0x000018d9 isolate1  0x00000002 , 0x0000003f 
- 00010740  0x000018da setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00010741  0x000018db hstore  0x00000001 , 0x00008011 
- 00010742  0x000018dc arg  0x00000062 , 0x00000006 
- 00010743  0x000018dd ifetch  0x00000009 , 0x00000006 
- 00010744  0x000018de iforce  0x00000032 
- 00010745  0x000018df ifetch  0x00000007 , 0x00000006 
- 00010746  0x000018e0 iforce  0x00000033 
- 00010747  0x000018e1 fetch  0x00000001 , 0x00000054 
- 00010748  0x000018e2 add  0x0000003f , 0xffffffff , 0x00000034 
- 00010749  0x000018e3 pulse  0x0000001a 
- 00010750  0x000018e4 rtn 
- 00010751  0x000018e7 deposit  0x0000001a 
- 00010752  0x000018e8 store  0x00000006 , 0x0000009a 
- 00010753  0x000018e9 disable  0x0000000d 
- 00010754  0x000018ea nbranch  0x000028f9 , 0x00000018 
- 00010755  0x000018eb arg  0x000003bb , 0x00000029 
- 00010756  0x000018ec increase  0x00000001 , 0x00000028 
- 00010757  0x000018ed and_into  0x000001fc , 0x00000028 
- 00010758  0x000018ee rtn 
- 00010759  0x000018f3 enable  0x0000000d 
- 00010760  0x000018f5 correlate  0x0000003e , 0x00000017 
- 00010761  0x000018f6 branch  0x000029ff , 0x00000018 
- 00010762  0x000018f7 compare  0x00000002 , 0x00000028 , 0x00000002 
- 00010763  0x000018f8 nbranch  0x00002a08 , 0x00000001 
- 00010764  0x000018f9 branch  0x000029ff 
- 00010765  0x000018fc bpatch  0x00000091 , 0x00004012 
- 00010766  0x000018fd arg  0x00000600 , 0x0000000b 
- 00010767  0x000018fe enable  0x0000000d 
- 00010768  0x000018ff correlate  0x00000023 , 0x00000026 
- 00010769  0x00001900 disable  0x0000000d 
- 00010770  0x00001901 nbranch  0x000028f9 , 0x00000018 
- 00010771  0x00001902 rtn 
- 00010772  0x00001905 bpatch  0x00000092 , 0x00004012 
- 00010773  0x00001906 enable  0x0000000d 
- 00010774  0x00001907 correlate  0x0000003e , 0x00000003 
- 00010775  0x00001908 disable  0x0000000d 
- 00010776  0x00001909 nbranch  0x000028f9 , 0x00000018 
- 00010777  0x0000190a arg  0x000003bb , 0x00000029 
- 00010778  0x0000190b and_into  0x000001fc , 0x00000028 
- 00010779  0x0000190c rtn 
- 00010780  0x00001910 bpatch  0x00000093 , 0x00004012 
- 00010781  0x00001911 iforce  0x00000011 
- 00010782  0x00001912 deposit  0x00000021 
- 00010783  0x00001913 iadd  0x00000002 , 0x0000000b 
- 00010784  0x00001914 copy  0x0000000b , 0x0000003f 
- 00010785  0x00001915 store  0x00000004 , 0x000040ca 
- 00010786  0x00001916 deposit  0x00000011 
- 00010787  0x00001917 rtn 
- 00010788  0x0000191b copy  0x0000003f , 0x00000002 
- 00010789  0x0000191c bpatch  0x00000094 , 0x00004012 
- 00010790  0x0000191d copy  0x00000002 , 0x0000003f 
- 00010791  0x0000191e call  0x00007f50 
- 00010792  0x0000191f lshift16  0x00000021 , 0x0000003f 
- 00010793  0x00001920 set1  0x0000002c , 0x0000003f 
- 00010794  0x00001921 call  0x00007f39 
- 00010795  0x00001922 set0  0x0000002c , 0x0000003f 
- 00010796  0x00001923 call  0x00002a77 
- 00010797  0x00001924 call  0x00007f39 
- 00010798  0x00001925 rtn  0x00000028 
- 00010799  0x00001926 call  0x00007f43 
- 00010800  0x00001927 iforce  0x0000001b 
- 00010801  0x00001928 until  0x0000003e , 0x00000003 
- 00010802  0x00001929 rtn 
- 00010803  0x0000192d bpatch  0x00000095 , 0x00004012 
- 00010804  0x0000192e branch  0x00002a38 , 0x00000030 
- 00010805  0x0000192f until  0x00000029 , 0x00000026 
- 00010806  0x00001931 copy  0x00000028 , 0x00000002 
- 00010807  0x00001932 branch  0x00002a3b 
- 00010808  0x00001934 branch  0x00002a3a , 0x0000002e 
- 00010809  0x00001935 until  0x00000023 , 0x00000026 
- 00010810  0x00001937 copy  0x00000022 , 0x00000002 
- 00010811  0x00001939 branch  0x00002a47 , 0x00000028 
- 00010812  0x0000193a compare  0x00000001 , 0x00000002 , 0x00000003 
- 00010813  0x0000193b nbranch  0x00002a33 , 0x00000001 
- 00010814  0x0000193d bpatch  0x00000096 , 0x00004012 
- 00010815  0x0000193e fetch  0x00000001 , 0x00000030 
- 00010816  0x0000193f rtnbit0  0x00000000 
- 00010817  0x00001940 fetch  0x00000004 , 0x000040ca 
- 00010818  0x00001941 isub  0x00000002 , 0x0000003f 
- 00010819  0x00001942 nrtn  0x00000002 
- 00010820  0x00001943 sub  0x0000003f , 0x000000ff , 0x0000003e 
- 00010821  0x00001944 branch  0x00002a33 , 0x00000002 
- 00010822  0x00001945 rtn 
- 00010823  0x00001947 compare  0x00000003 , 0x00000002 , 0x00000003 
- 00010824  0x00001948 nbranch  0x00002a33 , 0x00000001 
- 00010825  0x00001949 branch  0x00002a3e 
- 00010826  0x0000194c bpatch  0x00000097 , 0x00004012 
- 00010827  0x0000194d arg  0x00000600 , 0x0000000b 
- 00010828  0x0000194e branch  0x00002a33 
- 00010829  0x00001951 disable  0x00000028 
- 00010830  0x00001952 branch  0x00002a4a 
- 00010831  0x00001955 enable  0x00000028 
- 00010832  0x00001956 branch  0x00002a4a 
- 00010833  0x00001959 bpatch  0x00000098 , 0x00004013 
- 00010834  0x0000195a call  0x000029f1 
- 00010835  0x0000195b disable  0x00000021 
- 00010836  0x0000195c enable  0x00000020 
- 00010837  0x0000195d rtn 
- 00010838  0x00001962 bpatch  0x00000099 , 0x00004013 
- 00010839  0x00001963 arg  0x00000e43 , 0x0000000b 
- 00010840  0x00001964 until  0x00000023 , 0x00000026 
- 00010841  0x00001965 pulse  0x00000016 
- 00010842  0x00001966 rtn 
- 00010843  0x00001969 bpatch  0x0000009a , 0x00004013 
- 00010844  0x0000196a arg  0x00000d00 , 0x0000000b 
- 00010845  0x0000196b until  0x00000023 , 0x00000026 
- 00010846  0x0000196c rtn 
- 00010847  0x00001970 bpatch  0x0000009b , 0x00004013 
- 00010848  0x00001971 arg  0x00000e43 , 0x0000000b 
- 00010849  0x00001972 until  0x00000029 , 0x00000026 
- 00010850  0x00001973 pulse  0x00000016 
- 00010851  0x00001974 rtn 
- 00010852  0x00001977 bpatch  0x0000009c , 0x00004013 
- 00010853  0x00001978 preload  0x00000009 
- 00010854  0x00001979 enable  0x0000001d 
- 00010855  0x0000197a set1  0x00000000 , 0x00000015 
- 00010856  0x0000197b inject  0x00000003 , 0x00000048 
- 00010857  0x0000197c disable  0x0000001d 
- 00010858  0x0000197d rtn 
- 00010859  0x00001981 copy  0x00000025 , 0x00000002 
- 00010860  0x00001982 or_into  0x00000060 , 0x00000002 
- 00010861  0x00001983 copy  0x00000002 , 0x0000000e 
- 00010862  0x00001984 rtn 
- 00010863  0x0000198a bpatch  0x0000009d , 0x00004013 
- 00010864  0x0000198b fetch  0x00000001 , 0x00004090 
- 00010865  0x0000198c increase  0x00000001 , 0x0000003f 
- 00010866  0x0000198d bne  0x00000007 , 0x00002a74 
- 00010867  0x0000198e force  0x00000001 , 0x0000003f 
- 00010868  0x00001990 store  0x00000001 , 0x00004090 
- 00010869  0x00001991 iforce  0x00000004 
- 00010870  0x00001992 rtn 
- 00010871  0x00001995 copy  0x00000019 , 0x00000002 
- 00010872  0x00001996 rtn  0x00000029 
- 00010873  0x00001997 copy  0x0000001a , 0x00000002 
- 00010874  0x00001998 rtn 
- 00010875  0x0000199b deposit  0x00000022 
- 00010876  0x0000199c rtn  0x00000029 
- 00010877  0x0000199d deposit  0x00000028 
- 00010878  0x0000199e rtn 
- 00010879  0x000019a2 bpatch  0x0000009e , 0x00004013 
- 00010880  0x000019a3 fetcht  0x00000004 , 0x0000004d 
- 00010881  0x000019a4 call  0x00002a7b 
- 00010882  0x000019a5 isub  0x00000002 , 0x0000000b 
- 00010883  0x000019a6 deposit  0x0000000b 
- 00010884  0x000019a7 fetcht  0x00000002 , 0x00000051 
- 00010885  0x000019a8 lshift  0x00000002 , 0x00000002 
- 00010886  0x000019a9 isub  0x00000002 , 0x0000003f 
- 00010887  0x000019aa rtn 
- 00010888  0x000019ad bpatch  0x0000009f , 0x00004013 
- 00010889  0x000019ae call  0x00002a7b 
- 00010890  0x000019af store  0x00000004 , 0x0000004d 
- 00010891  0x000019b0 rtn 
- 00010892  0x000019b3 bpatch  0x000000a0 , 0x00004014 
- 00010893  0x000019b4 branch  0x00002a8c 
- 00010894  0x000019b7 branch  0x00002a8e 
- 00010895  0x000019ba rtn  0x00000034 
- 00010896  0x000019bc rshift  0x0000003f , 0x0000003f 
- 00010897  0x000019bd increase  0xfffffffd , 0x0000003f 
- 00010898  0x000019bf increase  0xffffffff , 0x0000003f 
- 00010899  0x000019c0 nbranch  0x00002a92 , 0x00000005 
- 00010900  0x000019c1 force  0x00000000 , 0x0000003f 
- 00010901  0x000019c2 rtn 
- 00010902  0x000019c8 arg  0x00000010 , 0x00000039 
- 00010903  0x000019c9 arg  0x00000000 , 0x00000005 
- 00010904  0x000019ca call  0x00007ec6 
- 00010905  0x000019cb arg  0x0000043f , 0x00000005 
- 00010906  0x000019cc arg  0x0000000a , 0x00000039 
- 00010907  0x000019cd call  0x00007ec6 
- 00010908  0x000019ce jam  0x00000000 , 0x000009b2 
- 00010909  0x000019cf jam  0x00000000 , 0x00000a99 
- 00010910  0x000019d0 jam  0x00000000 , 0x0000048c 
- 00010911  0x000019d1 jam  0x00000000 , 0x0000017f 
- 00010912  0x000019d2 jam  0x00000000 , 0x000004d1 
- 00010913  0x000019d3 bpatch  0x000000a1 , 0x00004014 
- 00010914  0x000019d4 jam  0x00000000 , 0x0000016d 
- 00010915  0x000019d5 jam  0x00000000 , 0x00000151 
- 00010916  0x000019d6 jam  0x00000000 , 0x0000015c 
- 00010917  0x000019d7 setarg  0x009e8b33 
- 00010918  0x000019d8 store  0x00000003 , 0x000040a7 
- 00010919  0x000019d9 setarg  0x00000153 
- 00010920  0x000019da store  0x00000002 , 0x00000083 
- 00010921  0x000019db jam  0x0000001e , 0x00000085 
- 00010922  0x000019dc jam  0x00000001 , 0x00000086 
- 00010923  0x000019dd jam  0x00000007 , 0x00000088 
- 00010924  0x000019de setarg  0x0012e904 
- 00010925  0x000019df store  0x00000003 , 0x00000080 
- 00010926  0x000019e4 jam  0x00000060 , 0x00000090 
- 00010927  0x000019e5 jam  0x00000005 , 0x000040d0 
- 00010928  0x000019e6 jam  0x00000002 , 0x00000014 
- 00010929  0x000019e7 fetch  0x00000001 , 0x0000465a 
- 00010930  0x000019e8 ncall  0x000074c1 , 0x00000034 
- 00010931  0x000019e9 fetch  0x00000001 , 0x000044be 
- 00010932  0x000019ea ncall  0x00007518 , 0x00000034 
- 00010933  0x000019eb bpatch  0x000000a2 , 0x00004014 
- 00010934  0x000019ec rtn  0x0000002b 
- 00010935  0x000019ed setarg  0x00000000 
- 00010936  0x000019ee store  0x00000002 , 0x000041dc 
- 00010937  0x000019ef rshift  0x00000022 , 0x0000003f 
- 00010938  0x000019f0 store  0x00000004 , 0x00004094 
- 00010939  0x000019f1 rtn 
- 00010940  0x000019f9 setarg  0x0000ee21 
- 00010941  0x000019fa hstore  0x00000002 , 0x00008050 
- 00010942  0x000019fb hfetch  0x00000004 , 0x0000811c 
- 00010943  0x000019fc store  0x00000004 , 0x00000abe 
- 00010944  0x000019fd hfetch  0x00000001 , 0x0000813e 
- 00010945  0x000019fe store  0x00000001 , 0x00000abd 
- 00010946  0x000019ff bbit0  0x00000003 , 0x0000645b 
- 00010947  0x00001a00 enable  0x0000002b 
- 00010948  0x00001a01 bbit0  0x00000007 , 0x00002acc 
- 00010949  0x00001a02 disable  0x0000002b 
- 00010950  0x00001a03 deposit  0x00000027 
- 00010951  0x00001a04 nbranch  0x00002acc , 0x00000034 
- 00010952  0x00001a05 hfetch  0x00000001 , 0x0000813b 
- 00010953  0x00001a06 bbit1  0x00000002 , 0x00002acc 
- 00010954  0x00001a07 arg  0xffffffff , 0x00000002 
- 00010955  0x00001a08 branch  0x00002b3c 
- 00010956  0x00001a0a hfetch  0x00000003 , 0x0000813c 
- 00010957  0x00001a0b hstore  0x00000003 , 0x0000804c 
- 00010958  0x00001a0c ifetch  0x00000001 , 0x00000006 
- 00010959  0x00001a0d or_into  0x000000ef , 0x0000003f 
- 00010960  0x00001a0e istore  0x00000001 , 0x00000005 
- 00010961  0x00001a0f call  0x00002c23 
- 00010962  0x00001a10 hfetch  0x00000001 , 0x0000804f 
- 00010963  0x00001a11 set1  0x00000004 , 0x0000003f 
- 00010964  0x00001a12 hstore  0x00000001 , 0x0000804f 
- 00010965  0x00001a13 call  0x00002c23 
- 00010966  0x00001a14 call  0x00002adf , 0x0000002b 
- 00010967  0x00001a15 hfetch  0x00000001 , 0x0000804e 
- 00010968  0x00001a16 set0  0x00000003 , 0x0000003f 
- 00010969  0x00001a17 hstore  0x00000001 , 0x0000804e 
- 00010970  0x00001a18 call  0x00002c23 
- 00010971  0x00001a19 nbranch  0x0000645b , 0x0000002b 
- 00010972  0x00001a1a rtnmark0  0x0000002b 
- 00010973  0x00001a1b jam  0x00000008 , 0x00008006 
- 00010974  0x00001a1c rtn 
- 00010975  0x00001a1f fetch  0x00000001 , 0x00004198 
- 00010976  0x00001a20 hstore  0x00000001 , 0x00008086 
- 00010977  0x00001a21 fetch  0x00000003 , 0x0000418d 
- 00010978  0x00001a22 hstore  0x00000003 , 0x00008080 
- 00010979  0x00001a23 fetch  0x00000004 , 0x00004181 
- 00010980  0x00001a24 hstore  0x00000004 , 0x00008074 
- 00010981  0x00001a25 fetch  0x00000004 , 0x0000417d 
- 00010982  0x00001a26 hstore  0x00000004 , 0x00008070 
- 00010983  0x00001a27 fetch  0x00000008 , 0x00004185 
- 00010984  0x00001a28 hstore  0x00000008 , 0x00008078 
- 00010985  0x00001a29 fetch  0x00000008 , 0x00004190 
- 00010986  0x00001a2a iforce  0x00000000 
- 00010987  0x00001a2b hfetch  0x00000008 , 0x00008140 
- 00010988  0x00001a2c store  0x00000008 , 0x000000a1 
- 00010989  0x00001a2d call  0x000064ca 
- 00010990  0x00001a2e rtn 
- 00010991  0x00001a31 deposit  0x00000000 
- 00010992  0x00001a32 store  0x00000008 , 0x00004190 
- 00010993  0x00001a33 hfetch  0x00000008 , 0x00008070 
- 00010994  0x00001a34 store  0x00000008 , 0x0000417d 
- 00010995  0x00001a35 ifetch  0x00000008 , 0x00000006 
- 00010996  0x00001a36 istore  0x00000008 , 0x00000005 
- 00010997  0x00001a37 hfetch  0x00000003 , 0x00008080 
- 00010998  0x00001a38 store  0x00000003 , 0x0000418d 
- 00010999  0x00001a39 hfetch  0x00000001 , 0x00008086 
- 00011000  0x00001a3a store  0x00000001 , 0x00004198 
- 00011001  0x00001a3b branch  0x00002c29 
- 00011002  0x00001a3e hfetch  0x00000001 , 0x00008063 
- 00011003  0x00001a3f nbranch  0x00002b00 , 0x00000034 
- 00011004  0x00001a40 fetch  0x00000003 , 0x0000416f 
- 00011005  0x00001a41 nrtn  0x00000034 
- 00011006  0x00001a42 jam  0x000000c0 , 0x00008063 
- 00011007  0x00001a43 jam  0x00000080 , 0x00008006 
- 00011008  0x00001a45 hfetch  0x00000001 , 0x0000812d 
- 00011009  0x00001a46 rtnbit0  0x00000001 
- 00011010  0x00001a47 hfetch  0x00000003 , 0x00008149 
- 00011011  0x00001a48 store  0x00000003 , 0x0000416f 
- 00011012  0x00001a49 rtn 
- 00011013  0x00001a4e bpatch  0x000000a3 , 0x00004014 
- 00011014  0x00001a4f deposit  0x0000001a 
- 00011015  0x00001a50 call  0x00007f37 
- 00011016  0x00001a51 fetcht  0x00000004 , 0x0000415f 
- 00011017  0x00001a52 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00011018  0x00001a53 rtn  0x00000002 
- 00011019  0x00001a54 lshift8  0x0000003f , 0x0000003f 
- 00011020  0x00001a55 lshift4  0x0000003f , 0x0000003f 
- 00011021  0x00001a56 idiv  0x00000002 
- 00011022  0x00001a57 call  0x00007f86 
- 00011023  0x00001a58 quotient  0x0000003f 
- 00011024  0x00001a59 arg  0x000000c8 , 0x00000002 
- 00011025  0x00001a5a call  0x00007f91 
- 00011026  0x00001a5b store  0x00000001 , 0x00000099 
- 00011027  0x00001a5c nbranch  0x00002b15 , 0x00000028 
- 00011028  0x00001a5d sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00011029  0x00001a5f fetcht  0x00000003 , 0x0000416f 
- 00011030  0x00001a60 iadd  0x00000002 , 0x0000003f 
- 00011031  0x00001a61 store  0x00000003 , 0x0000416f 
- 00011032  0x00001a63 setarg  0x00000000 
- 00011033  0x00001a64 store  0x00000004 , 0x0000415f 
- 00011034  0x00001a65 rtn 
- 00011035  0x00001a6a fetch  0x00000001 , 0x00004177 
- 00011036  0x00001a6b set1  0x00000002 , 0x0000003f 
- 00011037  0x00001a6c store  0x00000001 , 0x00004177 
- 00011038  0x00001a6d branch  0x00002b23 
- 00011039  0x00001a72 arg  0xffffffff , 0x00000002 
- 00011040  0x00001a73 fetch  0x00000001 , 0x00004176 
- 00011041  0x00001a74 set0  0x00000007 , 0x0000003f 
- 00011042  0x00001a75 store  0x00000001 , 0x00004176 
- 00011043  0x00001a77 bpatch  0x000000a4 , 0x00004014 
- 00011044  0x00001a78 call  0x00002c29 
- 00011045  0x00001a79 fetch  0x00000001 , 0x00004157 
- 00011046  0x00001a7a store  0x00000001 , 0x0000417c 
- 00011047  0x00001a7b fetch  0x00000001 , 0x0000417a 
- 00011048  0x00001a7c set1  0x00000007 , 0x0000003f 
- 00011049  0x00001a7d store  0x00000001 , 0x0000417a 
- 00011050  0x00001a81 bpatch  0x000000a5 , 0x00004014 
- 00011051  0x00001a82 call  0x000029e7 
- 00011052  0x00001a83 fetch  0x00000004 , 0x0000415f 
- 00011053  0x00001a84 iadd  0x00000002 , 0x0000003f 
- 00011054  0x00001a85 store  0x00000004 , 0x0000415f 
- 00011055  0x00001a86 call  0x00002aef 
- 00011056  0x00001a87 fetch  0x00000005 , 0x00004178 
- 00011057  0x00001a88 hstore  0x00000004 , 0x0000804c 
- 00011058  0x00001a89 rshift32  0x0000003f , 0x00000011 
- 00011059  0x00001a8a until  0x0000003e , 0x00000033 
- 00011060  0x00001a8b deposit  0x00000019 
- 00011061  0x00001a8c store  0x00000006 , 0x00004163 
- 00011062  0x00001a8d jam  0x00000002 , 0x00008005 
- 00011063  0x00001a8e until  0x0000003e , 0x00000033 
- 00011064  0x00001a8f until  0x0000003e , 0x00000033 
- 00011065  0x00001a90 deposit  0x00000011 
- 00011066  0x00001a91 hstore  0x00000001 , 0x0000804f 
- 00011067  0x00001a92 jam  0x00000002 , 0x00008005 
- 00011068  0x00001a94 until  0x0000003e , 0x00000033 
- 00011069  0x00001a95 until  0x0000003e , 0x00000033 
- 00011070  0x00001a96 hstoret  0x00000004 , 0x0000804c 
- 00011071  0x00001a97 jam  0x00000010 , 0x00008005 
- 00011072  0x00001a98 until  0x0000003e , 0x0000003f 
- 00011073  0x00001a9e bpatch  0x000000a6 , 0x00004014 
- 00011074  0x00001a9f setarg  0x00000000 
- 00011075  0x00001aa0 copy  0x00000027 , 0x0000003e 
- 00011076  0x00001aa1 branch  0x00002b4c , 0x00000005 
- 00011077  0x00001aa2 hfetch  0x00000001 , 0x0000813c 
- 00011078  0x00001aa3 hfetcht  0x00000001 , 0x0000813d 
- 00011079  0x00001aa4 isub  0x00000002 , 0x0000003e 
- 00011080  0x00001aa5 branch  0x00002b4a , 0x00000002 
- 00011081  0x00001aa6 deposit  0x00000002 
- 00011082  0x00001aa8 isub  0x00000027 , 0x0000003f 
- 00011083  0x00001aa9 increase  0x00000001 , 0x0000003f 
- 00011084  0x00001aab increase  0x00000008 , 0x0000003f 
- 00011085  0x00001aac until  0x0000003e , 0x00000033 
- 00011086  0x00001aad iadd  0x00000031 , 0x0000003f 
- 00011087  0x00001aae fetcht  0x00000004 , 0x0000415b 
- 00011088  0x00001aaf iadd  0x00000002 , 0x0000003f 
- 00011089  0x00001ab0 fetcht  0x00000003 , 0x0000416f 
- 00011090  0x00001ab1 imul32  0x00000002 , 0x0000003f 
- 00011091  0x00001ab2 rshift8  0x0000003f , 0x0000003f 
- 00011092  0x00001ab3 rshift4  0x0000003f , 0x0000003f 
- 00011093  0x00001ab4 increase  0x0000006e , 0x0000003f 
- 00011094  0x00001ab5 arg  0x00000ea6 , 0x00000002 
- 00011095  0x00001ab6 idiv  0x00000002 
- 00011096  0x00001ab7 call  0x00007f86 
- 00011097  0x00001ab8 quotient  0x0000003f 
- 00011098  0x00001ab9 lshift16  0x0000003f , 0x0000003f 
- 00011099  0x00001aba remainder  0x00000002 
- 00011100  0x00001abb ior  0x00000002 , 0x0000003f 
- 00011101  0x00001abc fetcht  0x00000006 , 0x00004163 
- 00011102  0x00001abd call  0x00007f2c 
- 00011103  0x00001abe copy  0x00000002 , 0x00000019 
- 00011104  0x00001abf fetch  0x00000006 , 0x00004048 
- 00011105  0x00001ac0 call  0x00002854 
- 00011106  0x00001ac1 deposit  0x0000001a 
- 00011107  0x00001ac2 store  0x00000006 , 0x00000a9a 
- 00011108  0x00001ac3 deposit  0x00000027 
- 00011109  0x00001ac4 istore  0x00000001 , 0x00000005 
- 00011110  0x00001ac5 hfetch  0x00000001 , 0x0000811d 
- 00011111  0x00001ac6 or_into  0x000000f0 , 0x0000003f 
- 00011112  0x00001ac7 istore  0x00000001 , 0x00000005 
- 00011113  0x00001ac8 rtn 
- 00011114  0x00001acb bpatch  0x000000a7 , 0x00004014 
- 00011115  0x00001acc call  0x00002afa 
- 00011116  0x00001acd fetch  0x00000003 , 0x0000416f 
- 00011117  0x00001ace rtn  0x00000034 
- 00011118  0x00001acf fetch  0x00000001 , 0x00004091 
- 00011119  0x00001ad0 rtn  0x00000034 
- 00011120  0x00001ad1 fetch  0x00000001 , 0x0000465a 
- 00011121  0x00001ad2 branch  0x00002b74 , 0x00000034 
- 00011122  0x00001ad3 fetch  0x00000001 , 0x000045b1 
- 00011123  0x00001ad4 rtn  0x00000034 
- 00011124  0x00001ad6 fetch  0x00000001 , 0x000044c0 
- 00011125  0x00001ad7 nrtn  0x00000034 
- 00011126  0x00001ad8 call  0x00002c3a 
- 00011127  0x00001ad9 nrtn  0x00000034 
- 00011128  0x00001ada fetch  0x00000001 , 0x00004040 
- 00011129  0x00001adb compare  0x00000003 , 0x0000003f , 0x00000007 
- 00011130  0x00001adc nbranch  0x00002b9d , 0x00000001 
- 00011131  0x00001add fetch  0x00000002 , 0x00004042 
- 00011132  0x00001ade rtn  0x00000034 
- 00011133  0x00001adf rtn  0x0000002b 
- 00011134  0x00001ae0 bpatch  0x000000a8 , 0x00004015 
- 00011135  0x00001ae2 fetcht  0x00000001 , 0x000000a0 
- 00011136  0x00001ae3 fetch  0x00000002 , 0x00004042 
- 00011137  0x00001ae4 imul32  0x00000002 , 0x0000003f 
- 00011138  0x00001ae5 rshift4  0x00000002 , 0x00000002 
- 00011139  0x00001ae6 rshift2  0x00000002 , 0x00000002 
- 00011140  0x00001ae7 isub  0x00000002 , 0x0000003f 
- 00011141  0x00001ae8 fetcht  0x00000004 , 0x00004044 
- 00011142  0x00001ae9 iadd  0x00000002 , 0x0000003f 
- 00011143  0x00001aea fetcht  0x00000001 , 0x00004156 
- 00011144  0x00001aeb isub  0x00000002 , 0x0000003f 
- 00011145  0x00001aec lshift16  0x0000003f , 0x00000030 
- 00011146  0x00001aed bpatch  0x000000a9 , 0x00004015 
- 00011147  0x00001aee fetch  0x00000002 , 0x0000404e 
- 00011148  0x00001aef rshift  0x0000003f , 0x0000003f 
- 00011149  0x00001af0 call  0x00007f50 
- 00011150  0x00001af1 deposit  0x00000030 
- 00011151  0x00001af2 call  0x00007f39 
- 00011152  0x00001af3 copy  0x0000001a , 0x00000002 
- 00011153  0x00001af4 call  0x00007f37 
- 00011154  0x00001af5 rtn  0x00000028 
- 00011155  0x00001af7 call  0x00007f49 
- 00011156  0x00001af9 bpatch  0x000000aa , 0x00004015 
- 00011157  0x00001afa fetch  0x00000001 , 0x00004178 
- 00011158  0x00001afb isub  0x00000002 , 0x0000003e 
- 00011159  0x00001afc branch  0x00002b18 , 0x00000002 
- 00011160  0x00001afd storet  0x00000004 , 0x0000415b 
- 00011161  0x00001afe call  0x00003328 
- 00011162  0x00001aff call  0x000052fb 
- 00011163  0x00001b00 fetcht  0x00000004 , 0x0000415b 
- 00011164  0x00001b01 branch  0x00002b2a 
- 00011165  0x00001b04 bpatch  0x000000ab , 0x00004015 
- 00011166  0x00001b05 fetch  0x00000001 , 0x00004040 
- 00011167  0x00001b06 rtnbit1  0x00000000 
- 00011168  0x00001b07 rtnbit1  0x00000003 
- 00011169  0x00001b08 fetch  0x00000001 , 0x0000465a 
- 00011170  0x00001b09 branch  0x00002ba5 , 0x00000034 
- 00011171  0x00001b0a fetch  0x00000001 , 0x000045b1 
- 00011172  0x00001b0b rtn  0x00000034 
- 00011173  0x00001b0d bpatch  0x000000ac , 0x00004015 
- 00011174  0x00001b0e fetch  0x00000001 , 0x0000436e 
- 00011175  0x00001b0f nbranch  0x00002baa , 0x00000034 
- 00011176  0x00001b10 fetch  0x00000001 , 0x00004093 
- 00011177  0x00001b11 rtn  0x00000034 
- 00011178  0x00001b13 fetch  0x00000002 , 0x00004154 
- 00011179  0x00001b14 rtn  0x00000034 
- 00011180  0x00001b16 fetcht  0x00000001 , 0x00004156 
- 00011181  0x00001b17 isub  0x00000002 , 0x0000003f 
- 00011182  0x00001b18 arg  0x00001d4c , 0x00000002 
- 00011183  0x00001b19 imul32  0x00000002 , 0x0000003f 
- 00011184  0x00001b1a branch  0x00002b93 
- 00011185  0x00001b1d bpatch  0x000000ad , 0x00004015 
- 00011186  0x00001b1e disable  0x0000002b 
- 00011187  0x00001b1f fetch  0x00000001 , 0x00000030 
- 00011188  0x00001b20 rtnbit0  0x00000001 
- 00011189  0x00001b21 nbranch  0x00002bd0 , 0x0000002d 
- 00011190  0x00001b22 call  0x00002bcb 
- 00011191  0x00001b23 fetch  0x00000002 , 0x000040c1 
- 00011192  0x00001b24 store  0x00000002 , 0x0000003e 
- 00011193  0x00001b25 fetch  0x00000001 , 0x00000047 
- 00011194  0x00001b26 bbit1  0x00000003 , 0x00002bde 
- 00011195  0x00001b27 bmark0  0x0000000d , 0x00002bde 
- 00011196  0x00001b28 call  0x00005274 
- 00011197  0x00001b29 nbranch  0x00002bde , 0x00000034 
- 00011198  0x00001b2a fetch  0x00000001 , 0x0000455c 
- 00011199  0x00001b2b bbit1  0x00000001 , 0x00002bde 
- 00011200  0x00001b2d jam  0x00000000 , 0x000000a0 
- 00011201  0x00001b2e bmark0  0x0000000d , 0x00002bde 
- 00011202  0x00001b2f fetch  0x00000001 , 0x00004174 
- 00011203  0x00001b30 branch  0x00002be2 , 0x00000034 
- 00011204  0x00001b31 increase  0xffffffff , 0x0000003f 
- 00011205  0x00001b32 store  0x00000001 , 0x00004174 
- 00011206  0x00001b33 rtn 
- 00011207  0x00001b37 arg  0x00000001 , 0x00000007 
- 00011208  0x00001b38 branch  0x000060cd 
- 00011209  0x00001b3b arg  0x00000001 , 0x00000007 
- 00011210  0x00001b3c branch  0x000060d1 
- 00011211  0x00001b41 jam  0x00000000 , 0x00004159 
- 00011212  0x00001b42 fetch  0x00000003 , 0x00004169 
- 00011213  0x00001b43 increase  0x00000001 , 0x0000003f 
- 00011214  0x00001b44 store  0x00000003 , 0x00004169 
- 00011215  0x00001b45 rtn 
- 00011216  0x00001b48 bpatch  0x000000ae , 0x00004015 
- 00011217  0x00001b49 fetcht  0x00000002 , 0x000040c1 
- 00011218  0x00001b4a rshift  0x00000002 , 0x00000002 
- 00011219  0x00001b4b fetch  0x00000002 , 0x0000003e 
- 00011220  0x00001b4c iadd  0x00000002 , 0x0000003f 
- 00011221  0x00001b4d store  0x00000002 , 0x0000003e 
- 00011222  0x00001b4f jam  0x00000000 , 0x000000a0 
- 00011223  0x00001b50 fetch  0x00000003 , 0x0000416c 
- 00011224  0x00001b51 increase  0x00000001 , 0x0000003f 
- 00011225  0x00001b52 store  0x00000003 , 0x0000416c 
- 00011226  0x00001b53 fetch  0x00000001 , 0x00004159 
- 00011227  0x00001b54 increase  0x00000001 , 0x0000003f 
- 00011228  0x00001b55 store  0x00000001 , 0x00004159 
- 00011229  0x00001b56 rtn 
- 00011230  0x00001b59 jam  0x00000000 , 0x000000a0 
- 00011231  0x00001b5a fetch  0x00000001 , 0x00004173 
- 00011232  0x00001b5b store  0x00000001 , 0x00004174 
- 00011233  0x00001b5c rtn 
- 00011234  0x00001b5f fetcht  0x00000001 , 0x00004172 
- 00011235  0x00001b60 storet  0x00000001 , 0x000000a0 
- 00011236  0x00001b61 rtn 
- 00011237  0x00001b64 bpatch  0x000000af , 0x00004015 
- 00011238  0x00001b65 fetch  0x00000001 , 0x00004178 
- 00011239  0x00001b66 nrtn  0x00000034 
- 00011240  0x00001b67 jam  0x00000006 , 0x00008042 
- 00011241  0x00001b68 setarg  0x00000f0c 
- 00011242  0x00001b69 call  0x00002c18 
- 00011243  0x00001b6a setarg  0x00030d40 
- 00011244  0x00001b6b call  0x00002a8f 
- 00011245  0x00001b6c until  0x0000003e , 0x00000033 
- 00011246  0x00001b6d copy  0x00000031 , 0x00000030 
- 00011247  0x00001b6e call  0x000029e7 
- 00011248  0x00001b6f jam  0x00000004 , 0x00008042 
- 00011249  0x00001b70 nop  0x0000000a 
- 00011250  0x00001b71 until  0x0000003e , 0x00000033 
- 00011251  0x00001b72 deposit  0x00000031 
- 00011252  0x00001b73 isub  0x00000030 , 0x0000003f 
- 00011253  0x00001b74 increase  0x00000030 , 0x0000003f 
- 00011254  0x00001b75 arg  0x000000ff , 0x00000002 
- 00011255  0x00001b76 call  0x00007f91 
- 00011256  0x00001b77 store  0x00000001 , 0x00004178 
- 00011257  0x00001b78 nop  0x00007530 
- 00011258  0x00001b79 nop  0x00007530 
- 00011259  0x00001b7a nop  0x00007530 
- 00011260  0x00001b7b rtn 
- 00011261  0x00001b7e fetch  0x00000001 , 0x00004178 
- 00011262  0x00001b7f nrtn  0x00000034 
- 00011263  0x00001b80 jam  0x000000ff , 0x00008044 
- 00011264  0x00001b81 jam  0x00000006 , 0x00008042 
- 00011265  0x00001b82 call  0x000029e7 
- 00011266  0x00001b83 setarg  0x000003e8 
- 00011267  0x00001b84 iadd  0x00000031 , 0x00000030 
- 00011268  0x00001b85 snooze 
- 00011269  0x00001b86 deposit  0x00000031 
- 00011270  0x00001b87 nop  0x00002ee0 
- 00011271  0x00001b88 nop  0x00002ee0 
- 00011272  0x00001b89 nop  0x00002ee0 
- 00011273  0x00001b8a nop  0x00002ee0 
- 00011274  0x00001b8b nop  0x00002ee0 
- 00011275  0x00001b8c nop  0x00002ee0 
- 00011276  0x00001b8d nop  0x00002ee0 
- 00011277  0x00001b8e nop  0x00002ee0 
- 00011278  0x00001b8f nop  0x00002ee0 
- 00011279  0x00001b90 isub  0x00000030 , 0x0000003f 
- 00011280  0x00001b91 add  0x0000003f , 0x00000030 , 0x0000003f 
- 00011281  0x00001b92 arg  0x000000ff , 0x00000002 
- 00011282  0x00001b93 call  0x00007f91 
- 00011283  0x00001b94 store  0x00000001 , 0x00004178 
- 00011284  0x00001b95 nop  0x00007530 
- 00011285  0x00001b96 nop  0x00007530 
- 00011286  0x00001b97 nop  0x00007530 
- 00011287  0x00001b98 rtn 
- 00011288  0x00001b9e arg  0x00000fff , 0x00000005 
- 00011289  0x00001b9f iand  0x00000005 , 0x00000005 
- 00011290  0x00001ba0 fetch  0x00000001 , 0x00004175 
- 00011291  0x00001ba1 and_into  0x000000f0 , 0x0000003f 
- 00011292  0x00001ba2 lshift8  0x0000003f , 0x0000003f 
- 00011293  0x00001ba3 ior  0x00000005 , 0x0000003f 
- 00011294  0x00001ba4 hstore  0x00000002 , 0x0000804c 
- 00011295  0x00001ba5 ifetch  0x00000002 , 0x00000006 
- 00011296  0x00001ba6 istore  0x00000002 , 0x00000005 
- 00011297  0x00001ba9 setarg  0x00000001 
- 00011298  0x00001baa branch  0x00002c24 
- 00011299  0x00001bad setarg  0x00000002 
- 00011300  0x00001baf until  0x0000003e , 0x00000033 
- 00011301  0x00001bb0 hstore  0x00000001 , 0x00008005 
- 00011302  0x00001bb1 until  0x0000003e , 0x00000033 
- 00011303  0x00001bb2 until  0x0000003e , 0x00000033 
- 00011304  0x00001bb3 rtn 
- 00011305  0x00001bb7 bpatch  0x000000b0 , 0x00004016 
- 00011306  0x00001bb8 fetch  0x00000004 , 0x000000a1 
- 00011307  0x00001bb9 hstore  0x00000004 , 0x0000804c 
- 00011308  0x00001bba setarg  0x00000004 
- 00011309  0x00001bbb call  0x00002c24 
- 00011310  0x00001bbc fetch  0x00000004 , 0x000000a5 
- 00011311  0x00001bbd hstore  0x00000004 , 0x0000804c 
- 00011312  0x00001bbe setarg  0x00000008 
- 00011313  0x00001bbf branch  0x00002c24 
- 00011314  0x00001bc2 fetch  0x00000002 , 0x00004152 
- 00011315  0x00001bc3 qset1  0x0000003f 
- 00011316  0x00001bc4 store  0x00000002 , 0x00004152 
- 00011317  0x00001bc5 rtn 
- 00011318  0x00001bc8 fetch  0x00000002 , 0x00004152 
- 00011319  0x00001bc9 qset0  0x0000003f 
- 00011320  0x00001bca store  0x00000002 , 0x00004152 
- 00011321  0x00001bcb rtn 
- 00011322  0x00001bd0 bpatch  0x000000b1 , 0x00004016 
- 00011323  0x00001bd1 call  0x00003326 
- 00011324  0x00001bd2 fetch  0x00000002 , 0x00004152 
- 00011325  0x00001bd3 copy  0x0000003f , 0x00000011 
- 00011326  0x00001bd4 fetch  0x00000001 , 0x0000004c 
- 00011327  0x00001bd5 isolate1  0x00000006 , 0x0000003f 
- 00011328  0x00001bd6 setflag  0x00000001 , 0x0000000b , 0x00000011 
- 00011329  0x00001bd7 fetch  0x00000001 , 0x00000078 
- 00011330  0x00001bd8 fetcht  0x00000001 , 0x0000007c 
- 00011331  0x00001bd9 iadd  0x00000002 , 0x0000003f 
- 00011332  0x00001bda fetcht  0x00000001 , 0x00000048 
- 00011333  0x00001bdb iadd  0x00000002 , 0x0000003f 
- 00011334  0x00001bdc nsetflag  0x00000034 , 0x0000000a , 0x00000011 
- 00011335  0x00001bdd fetch  0x00000001 , 0x000044ff 
- 00011336  0x00001bde nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00011337  0x00001bdf fetch  0x00000002 , 0x0000025d 
- 00011338  0x00001be0 fetcht  0x00000002 , 0x0000025f 
- 00011339  0x00001be1 iadd  0x00000002 , 0x0000003f 
- 00011340  0x00001be2 nsetflag  0x00000034 , 0x0000000d , 0x00000011 
- 00011341  0x00001be3 fetch  0x00000008 , 0x00004668 
- 00011342  0x00001be4 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
- 00011343  0x00001be5 fetch  0x00000008 , 0x00004670 
- 00011344  0x00001be6 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
- 00011345  0x00001be7 fetch  0x00000001 , 0x000041ce 
- 00011346  0x00001be8 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
- 00011347  0x00001be9 fetch  0x00000001 , 0x00004092 
- 00011348  0x00001bea compare  0x0000000a , 0x0000003f , 0x000000ff 
- 00011349  0x00001beb call  0x00002c5b , 0x00000001 
- 00011350  0x00001bec setarg  0xfffffff8 
- 00011351  0x00001bed iand  0x00000011 , 0x00000011 
- 00011352  0x00001bee copy  0x00000011 , 0x0000003f 
- 00011353  0x00001bef store  0x00000002 , 0x00004152 
- 00011354  0x00001bf0 rtn 
- 00011355  0x00001bf3 hfetch  0x00000002 , 0x00008112 
- 00011356  0x00001bf4 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
- 00011357  0x00001bf5 hfetch  0x00000002 , 0x0000810e 
- 00011358  0x00001bf6 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
- 00011359  0x00001bf7 rtn 
- 00011360  0x00001bfa hfetch  0x00000004 , 0x00008138 
- 00011361  0x00001bfb set0  0x0000001b , 0x0000003f 
- 00011362  0x00001bfc hstore  0x00000004 , 0x0000804c 
- 00011363  0x00001bfd call  0x00002c21 
- 00011364  0x00001bfe branch  0x00002a8c 
- 00011365  0x00001c01 hfetch  0x00000004 , 0x0000813c 
- 00011366  0x00001c02 set0  0x00000014 , 0x0000003f 
- 00011367  0x00001c03 hstore  0x00000004 , 0x0000804c 
- 00011368  0x00001c04 branch  0x00002c23 
- 00011369  0x00001c07 fetch  0x00000002 , 0x00004150 
- 00011370  0x00001c08 bbit1  0x00000000 , 0x00002a8c 
- 00011371  0x00001c09 rtn 
- 00011372  0x00001c0b fetch  0x00000002 , 0x00004150 
- 00011373  0x00001c0c bbit1  0x00000001 , 0x00002a8c 
- 00011374  0x00001c0d rtn 
- 00011375  0x00001c0f fetch  0x00000002 , 0x00004150 
- 00011376  0x00001c10 bbit1  0x00000002 , 0x00002a8c 
- 00011377  0x00001c11 rtn 
- 00011378  0x00001c4f bpatch  0x000000b2 , 0x00004016 
- 00011379  0x00001c50 call  0x00002c7a 
- 00011380  0x00001c51 add  0x00000013 , 0x000000cd , 0x00000012 
- 00011381  0x00001c52 ifetch  0x00000001 , 0x00000012 
- 00011382  0x00001c54 rtneq  0x00000000 
- 00011383  0x00001c55 beq  0x00000001 , 0x00002d06 
- 00011384  0x00001c56 beq  0x00000002 , 0x00002c7f 
- 00011385  0x00001c57 rtn 
- 00011386  0x00001c5a fetcht  0x00000002 , 0x00004241 
- 00011387  0x00001c5b copy  0x00000002 , 0x00000013 
- 00011388  0x00001c5c rtn 
- 00011389  0x00001c5f call  0x00002f3d 
- 00011390  0x00001c60 branch  0x0000307d 
- 00011391  0x00001c63 call  0x00003084 
- 00011392  0x00001c64 call  0x0000305a 
- 00011393  0x00001c65 call  0x0000305e 
- 00011394  0x00001c66 branch  0x000030a2 
- 00011395  0x00001c6c call  0x00003231 
- 00011396  0x00001c6d setarg  0x0000004e 
- 00011397  0x00001c6e call  0x0000322f 
- 00011398  0x00001c6f call  0x000032ba 
- 00011399  0x00001c72 add  0x00000013 , 0x00000092 , 0x00000011 
- 00011400  0x00001c73 ifetch  0x00000004 , 0x00000011 
- 00011401  0x00001c74 branch  0x0000322c 
- 00011402  0x00001c77 call  0x00002c7a 
- 00011403  0x00001c78 add  0x00000013 , 0x00000091 , 0x00000012 
- 00011404  0x00001c79 ifetcht  0x00000001 , 0x00000012 
- 00011405  0x00001c7b call  0x00002c90 
- 00011406  0x00001c7c add  0x00000013 , 0x00000091 , 0x00000005 
- 00011407  0x00001c7e branch  0x00002e56 
- 00011408  0x00001c81 call  0x00002c94 
- 00011409  0x00001c82 increase  0x00000001 , 0x00000002 
- 00011410  0x00001c83 and_into  0x00000003 , 0x00000002 
- 00011411  0x00001c84 rtn 
- 00011412  0x00001c87 add  0x00000013 , 0x000000ae , 0x00000012 
- 00011413  0x00001c88 ifetch  0x00000001 , 0x00000012 
- 00011414  0x00001c8a and_into  0x00000003 , 0x0000003f 
- 00011415  0x00001c8b mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00011416  0x00001c8c add  0x00000013 , 0x00000097 , 0x0000003f 
- 00011417  0x00001c8e iadd  0x00000011 , 0x0000003f 
- 00011418  0x00001c8f iadd  0x00000002 , 0x00000006 
- 00011419  0x00001c90 ifetch  0x00000001 , 0x00000006 
- 00011420  0x00001c92 branch  0x0000322f 
- 00011421  0x00001c95 call  0x0000326c 
- 00011422  0x00001c96 call  0x0000666a 
- 00011423  0x00001c97 setarg  0x000007e2 
- 00011424  0x00001c98 arg  0x00000aa2 , 0x00000011 
- 00011425  0x00001c99 arg  0x00000004 , 0x00000002 
- 00011426  0x00001c9a call  0x000066b3 
- 00011427  0x00001c9b call  0x0000666d 
- 00011428  0x00001c9c fetch  0x00000004 , 0x00000aa2 
- 00011429  0x00001c9d call  0x00003227 
- 00011430  0x00001c9f nrtn  0x00000034 
- 00011431  0x00001ca0 fetch  0x00000004 , 0x000040a0 
- 00011432  0x00001ca2 branch  0x00003227 
- 00011433  0x00001ca5 call  0x00003241 
- 00011434  0x00001ca7 setarg  0x00000000 
- 00011435  0x00001ca8 call  0x0000323f 
- 00011436  0x00001cab call  0x0000323a 
- 00011437  0x00001cad and_into  0x00000007 , 0x0000003f 
- 00011438  0x00001caf branch  0x0000323c 
- 00011439  0x00001cb2 call  0x0000323a 
- 00011440  0x00001cb4 set1  0x00000004 , 0x0000003f 
- 00011441  0x00001cb5 call  0x0000323c 
- 00011442  0x00001cb8 branch  0x00003235 
- 00011443  0x00001cbb call  0x0000325d 
- 00011444  0x00001cbd beq  0x00000001 , 0x00002cb7 
- 00011445  0x00001cbe beq  0x00000002 , 0x00002cbc 
- 00011446  0x00001cbf rtn 
- 00011447  0x00001cc2 call  0x0000323e 
- 00011448  0x00001cc5 add  0x00000013 , 0x000000d1 , 0x00000005 
- 00011449  0x00001cc6 call  0x000032d6 
- 00011450  0x00001cc8 call  0x00003242 
- 00011451  0x00001cca branch  0x00002cac 
- 00011452  0x00001ccd call  0x0000325a 
- 00011453  0x00001ccf branch  0x00002cb8 
- 00011454  0x00001cd2 add  0x00000013 , 0x0000008c , 0x00000011 
- 00011455  0x00001cd3 ifetch  0x00000001 , 0x00000011 
- 00011456  0x00001cd5 increase  0x00000001 , 0x0000003f 
- 00011457  0x00001cd6 add  0x00000013 , 0x0000008c , 0x00000005 
- 00011458  0x00001cd7 istore  0x00000001 , 0x00000005 
- 00011459  0x00001cd9 beq  0x00000020 , 0x00002dd2 
- 00011460  0x00001cda call  0x00003258 
- 00011461  0x00001cdc beq  0x00000001 , 0x00002cca 
- 00011462  0x00001cdd setarg  0x00000001 
- 00011463  0x00001cde call  0x0000325b 
- 00011464  0x00001ce1 call  0x00003258 
- 00011465  0x00001ce3 bne  0x00000001 , 0x00002cac 
- 00011466  0x00001ce5 add  0x00000013 , 0x000000d3 , 0x00000011 
- 00011467  0x00001ce6 ifetch  0x00000001 , 0x00000011 
- 00011468  0x00001ce8 increase  0x00000001 , 0x0000003f 
- 00011469  0x00001ce9 call  0x00002cd5 
- 00011470  0x00001ceb beq  0x00000004 , 0x00002cd2 
- 00011471  0x00001cec call  0x00002c8a 
- 00011472  0x00001ced call  0x00002d04 
- 00011473  0x00001cef branch  0x00002d8f 
- 00011474  0x00001cf2 call  0x00002cd4 
- 00011475  0x00001cf4 branch  0x00002cac 
- 00011476  0x00001cf7 setarg  0x00000000 
- 00011477  0x00001cf9 add  0x00000013 , 0x000000d3 , 0x00000005 
- 00011478  0x00001cfa branch  0x000032b4 
- 00011479  0x00001cfd call  0x0000323e 
- 00011480  0x00001d00 call  0x0000325a 
- 00011481  0x00001d02 call  0x00003241 
- 00011482  0x00001d04 branch  0x00002cac 
- 00011483  0x00001d07 call  0x0000325d 
- 00011484  0x00001d09 beq  0x00000003 , 0x00002cd8 
- 00011485  0x00001d0a call  0x0000323a 
- 00011486  0x00001d0c isolate0  0x00000004 , 0x0000003f 
- 00011487  0x00001d0d branch  0x00002ca9 , 0x00000001 
- 00011488  0x00001d0e call  0x0000325d 
- 00011489  0x00001d10 beq  0x00000001 , 0x00002cd7 
- 00011490  0x00001d11 beq  0x00000002 , 0x00002cd8 
- 00011491  0x00001d12 rtn 
- 00011492  0x00001d15 call  0x00003253 
- 00011493  0x00001d17 rtnne  0x000000ff 
- 00011494  0x00001d18 call  0x00002ce9 
- 00011495  0x00001d19 ncall  0x00002cf4 , 0x0000002c 
- 00011496  0x00001d1a rtn 
- 00011497  0x00001d1d disable  0x0000002c 
- 00011498  0x00001d1e add  0x00000013 , 0x000000ce , 0x00000011 
- 00011499  0x00001d1f ifetch  0x00000001 , 0x00000011 
- 00011500  0x00001d21 rtnne  0x00000001 
- 00011501  0x00001d22 add  0x00000013 , 0x000000d0 , 0x00000011 
- 00011502  0x00001d23 ifetch  0x00000001 , 0x00000011 
- 00011503  0x00001d25 rtnne  0x00000000 
- 00011504  0x00001d26 setarg  0x00000001 
- 00011505  0x00001d27 call  0x00002cfd 
- 00011506  0x00001d29 call  0x00003237 
- 00011507  0x00001d2b branch  0x00007feb 
- 00011508  0x00001d2e add  0x00000013 , 0x000000d0 , 0x00000011 
- 00011509  0x00001d2f ifetch  0x00000001 , 0x00000011 
- 00011510  0x00001d31 branch  0x00002cff , 0x00000034 
- 00011511  0x00001d32 increase  0xffffffff , 0x0000003f 
- 00011512  0x00001d33 call  0x0000323f 
- 00011513  0x00001d35 setarg  0x00000002 
- 00011514  0x00001d36 call  0x00002cfd 
- 00011515  0x00001d38 call  0x00002c8a 
- 00011516  0x00001d3a branch  0x00003237 
- 00011517  0x00001d3d add  0x00000013 , 0x000000d2 , 0x00000005 
- 00011518  0x00001d3e branch  0x000032b4 
- 00011519  0x00001d42 setarg  0x00000003 
- 00011520  0x00001d43 call  0x00002cfd 
- 00011521  0x00001d45 call  0x00003258 
- 00011522  0x00001d47 nbranch  0x00002cc8 , 0x00000034 
- 00011523  0x00001d48 call  0x00002c8a 
- 00011524  0x00001d4b setarg  0x00000002 
- 00011525  0x00001d4c branch  0x00003238 
- 00011526  0x00001d4f rtnmark0  0x00000026 
- 00011527  0x00001d50 set1  0x00000027 , 0x00000000 
- 00011528  0x00001d51 bpatch  0x000000b3 , 0x00004016 
- 00011529  0x00001d52 add  0x00000013 , 0x0000008e , 0x00000011 
- 00011530  0x00001d53 ifetch  0x00000001 , 0x00000011 
- 00011531  0x00001d55 beq  0x00000001 , 0x00002d0f 
- 00011532  0x00001d56 call  0x0000306a 
- 00011533  0x00001d57 nbranch  0x00002d16 , 0x00000028 
- 00011534  0x00001d58 call  0x00002d1b 
- 00011535  0x00001d5a add  0x00000013 , 0x0000008e , 0x00000005 
- 00011536  0x00001d5b call  0x000032d6 
- 00011537  0x00001d5d call  0x00002d2c 
- 00011538  0x00001d5e nbranch  0x00002d7d , 0x00000028 
- 00011539  0x00001d5f call  0x00002ce4 
- 00011540  0x00001d61 call  0x00002d8f 
- 00011541  0x00001d62 call  0x00002e7a 
- 00011542  0x00001d64 set0  0x00000027 , 0x00000000 
- 00011543  0x00001d65 rtn 
- 00011544  0x00001d68 rtn  0x00000005 
- 00011545  0x00001d69 set1  0x0000001c , 0x0000003f 
- 00011546  0x00001d6a rtn 
- 00011547  0x00001d6d add  0x00000013 , 0x000000c2 , 0x00000011 
- 00011548  0x00001d6e ifetch  0x00000001 , 0x00000011 
- 00011549  0x00001d70 increase  0x00000001 , 0x0000003f 
- 00011550  0x00001d71 add  0x00000013 , 0x000000c2 , 0x00000005 
- 00011551  0x00001d72 istore  0x00000001 , 0x00000005 
- 00011552  0x00001d74 beq  0x00000004 , 0x00002d23 
- 00011553  0x00001d75 beq  0x00000005 , 0x00002d27 
- 00011554  0x00001d76 rtn 
- 00011555  0x00001d78 add  0x00000013 , 0x000000ad , 0x00000011 
- 00011556  0x00001d79 ifetch  0x00000001 , 0x00000011 
- 00011557  0x00001d7d add  0x00000013 , 0x000000ab , 0x00000005 
- 00011558  0x00001d7e branch  0x000032b4 
- 00011559  0x00001d81 add  0x00000013 , 0x000000c2 , 0x00000005 
- 00011560  0x00001d82 call  0x000032d6 
- 00011561  0x00001d84 add  0x00000013 , 0x000000ac , 0x00000011 
- 00011562  0x00001d85 ifetch  0x00000001 , 0x00000011 
- 00011563  0x00001d87 branch  0x00002d25 
- 00011564  0x00001d8a call  0x00003253 
- 00011565  0x00001d8c bne  0x000000ff , 0x00002eb1 
- 00011566  0x00001d8d bpatch  0x000000b4 , 0x00004016 
- 00011567  0x00001d8e call  0x00002d3a 
- 00011568  0x00001d8f nbranch  0x00002d36 , 0x00000028 
- 00011569  0x00001d90 call  0x00002d53 
- 00011570  0x00001d91 call  0x00002e71 
- 00011571  0x00001d94 setarg  0x00000001 
- 00011572  0x00001d96 add  0x00000013 , 0x0000008b , 0x00000005 
- 00011573  0x00001d97 branch  0x000032b4 
- 00011574  0x00001d9a add  0x00000013 , 0x0000008b , 0x00000011 
- 00011575  0x00001d9b ifetch  0x00000001 , 0x00000011 
- 00011576  0x00001d9d beq  0x00000001 , 0x00007fe7 
- 00011577  0x00001d9e rtn 
- 00011578  0x00001da2 add  0x00000013 , 0x000000d8 , 0x00000002 
- 00011579  0x00001da3 ifetch  0x00000002 , 0x00000002 
- 00011580  0x00001da5 call  0x00007f9c 
- 00011581  0x00001da6 nrtn  0x00000028 
- 00011582  0x00001da7 copy  0x00000011 , 0x0000003f 
- 00011583  0x00001da8 store  0x00000001 , 0x00000aae 
- 00011584  0x00001da9 add  0x00000013 , 0x000000b2 , 0x00000005 
- 00011585  0x00001daa call  0x000032d6 
- 00011586  0x00001dac call  0x00002cac 
- 00011587  0x00001dad store  0x00000001 , 0x0000119e 
- 00011588  0x00001dae fetch  0x00000001 , 0x00000aae 
- 00011589  0x00001daf copy  0x0000003f , 0x00000011 
- 00011590  0x00001db0 add  0x00000011 , 0x00000001 , 0x00000002 
- 00011591  0x00001db1 arg  0x0000119f , 0x00000005 
- 00011592  0x00001db2 copy  0x00000011 , 0x00000039 
- 00011593  0x00001db3 copy  0x00000012 , 0x00000006 
- 00011594  0x00001db4 call  0x00007f01 
- 00011595  0x00001db5 arg  0x0000119e , 0x00000011 
- 00011596  0x00001db7 rtnmark0  0x00000027 
- 00011597  0x00001db8 add  0x00000013 , 0x00000086 , 0x00000005 
- 00011598  0x00001db9 istoret  0x00000001 , 0x00000005 
- 00011599  0x00001dbb copy  0x00000002 , 0x00000039 
- 00011600  0x00001dbc add  0x00000013 , 0x00000022 , 0x00000005 
- 00011601  0x00001dbe copy  0x00000011 , 0x00000006 
- 00011602  0x00001dbf branch  0x00007f01 
- 00011603  0x00001dc3 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011604  0x00001dc4 ifetch  0x00000001 , 0x00000011 
- 00011605  0x00001dc6 increase  0x00000002 , 0x0000003f 
- 00011606  0x00001dc7 add  0x00000013 , 0x00000088 , 0x00000005 
- 00011607  0x00001dc8 istore  0x00000001 , 0x00000005 
- 00011608  0x00001dcb call  0x0000323a 
- 00011609  0x00001dcd call  0x00003235 
- 00011610  0x00001dd0 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011611  0x00001dd1 ifetch  0x00000001 , 0x00000011 
- 00011612  0x00001dd3 lshift3  0x0000003f , 0x0000003f 
- 00011613  0x00001dd4 add  0x00000013 , 0x00000085 , 0x00000011 
- 00011614  0x00001dd5 ifetcht  0x00000001 , 0x00000011 
- 00011615  0x00001dd7 and  0x00000002 , 0x00000003 , 0x00000002 
- 00011616  0x00001dd8 lshift  0x00000002 , 0x00000002 
- 00011617  0x00001dd9 ior  0x00000002 , 0x0000003f 
- 00011618  0x00001dda add  0x00000013 , 0x000000c3 , 0x00000011 
- 00011619  0x00001ddb ifetcht  0x00000001 , 0x00000011 
- 00011620  0x00001ddd iadd  0x00000002 , 0x0000003f 
- 00011621  0x00001dde istore  0x00000001 , 0x00000005 
- 00011622  0x00001de0 add  0x00000013 , 0x00000086 , 0x00000011 
- 00011623  0x00001de1 ifetch  0x00000001 , 0x00000011 
- 00011624  0x00001de3 iforce  0x00000039 
- 00011625  0x00001de4 add  0x00000013 , 0x00000022 , 0x00000006 
- 00011626  0x00001de6 branch  0x00007f01 
- 00011627  0x00001de9 call  0x0000324f 
- 00011628  0x00001deb call  0x0000325a 
- 00011629  0x00001ded call  0x00002e6d 
- 00011630  0x00001dee call  0x00002cac 
- 00011631  0x00001def store  0x00000001 , 0x0000119e 
- 00011632  0x00001df0 call  0x00002d77 
- 00011633  0x00001df1 call  0x0000323a 
- 00011634  0x00001df3 set1  0x00000003 , 0x0000003f 
- 00011635  0x00001df4 call  0x0000323c 
- 00011636  0x00001df6 call  0x00002d53 
- 00011637  0x00001df7 call  0x00002d33 
- 00011638  0x00001df8 branch  0x00002d14 
- 00011639  0x00001dfb store  0x00000001 , 0x0000119f 
- 00011640  0x00001dfc call  0x00003224 
- 00011641  0x00001dfe store  0x00000004 , 0x000011a0 
- 00011642  0x00001dff arg  0x00000006 , 0x00000002 
- 00011643  0x00001e00 arg  0x0000119e , 0x00000011 
- 00011644  0x00001e01 branch  0x00002d4c 
- 00011645  0x00001e04 add  0x00000013 , 0x000000b2 , 0x00000011 
- 00011646  0x00001e05 ifetch  0x00000001 , 0x00000011 
- 00011647  0x00001e07 branch  0x00002d6b , 0x00000034 
- 00011648  0x00001e0a add  0x00000013 , 0x000000da , 0x00000011 
- 00011649  0x00001e0b ifetch  0x00000002 , 0x00000011 
- 00011650  0x00001e0d branch  0x00007f9c 
- 00011651  0x00001e10 call  0x00002c7a 
- 00011652  0x00001e12 call  0x00002afa 
- 00011653  0x00001e13 fetch  0x00000003 , 0x0000416f 
- 00011654  0x00001e14 rtn  0x00000034 
- 00011655  0x00001e15 add  0x00000013 , 0x000000dc , 0x00000002 
- 00011656  0x00001e16 ifetch  0x00000002 , 0x00000002 
- 00011657  0x00001e18 call  0x00007f9c 
- 00011658  0x00001e19 add  0x00000013 , 0x000000b6 , 0x00000002 
- 00011659  0x00001e1a ifetch  0x00000008 , 0x00000002 
- 00011660  0x00001e1b call  0x00007f49 
- 00011661  0x00001e1c storet  0x00000004 , 0x0000415b 
- 00011662  0x00001e1d branch  0x00002b2a 
- 00011663  0x00001e20 call  0x00002c7a 
- 00011664  0x00001e21 add  0x00000013 , 0x0000008f , 0x00000005 
- 00011665  0x00001e22 call  0x000032d6 
- 00011666  0x00001e25 call  0x00002da4 
- 00011667  0x00001e26 nbranch  0x00002dae , 0x00000018 
- 00011668  0x00001e27 nbranch  0x00002dae , 0x0000002f 
- 00011669  0x00001e28 call  0x00002dd6 
- 00011670  0x00001e29 call  0x00002e75 
- 00011671  0x00001e2b call  0x00002c7a 
- 00011672  0x00001e2c add  0x00000013 , 0x00000085 , 0x00000011 
- 00011673  0x00001e2d ifetch  0x00000001 , 0x00000011 
- 00011674  0x00001e2f increase  0x00000001 , 0x0000003f 
- 00011675  0x00001e30 call  0x00003232 
- 00011676  0x00001e32 call  0x00003253 
- 00011677  0x00001e34 bne  0x000000ff , 0x00002ed0 
- 00011678  0x00001e35 call  0x00002cdb 
- 00011679  0x00001e37 setarg  0x00000000 
- 00011680  0x00001e38 add  0x00000013 , 0x0000008c , 0x00000005 
- 00011681  0x00001e39 istore  0x00000002 , 0x00000005 
- 00011682  0x00001e3d setarg  0x00000000 
- 00011683  0x00001e3e branch  0x00002d34 
- 00011684  0x00001e42 disable  0x0000002f 
- 00011685  0x00001e43 call  0x00002df7 
- 00011686  0x00001e44 call  0x00002c7a 
- 00011687  0x00001e45 add  0x00000013 , 0x000000c3 , 0x00000011 
- 00011688  0x00001e46 ifetch  0x00000001 , 0x00000011 
- 00011689  0x00001e48 beq  0x00000001 , 0x00002dac 
- 00011690  0x00001e49 call  0x00002e11 
- 00011691  0x00001e4a branch  0x00002e45 
- 00011692  0x00001e4c call  0x00002e45 
- 00011693  0x00001e4d branch  0x00002d97 
- 00011694  0x00001e51 bpatch  0x000000b5 , 0x00004016 
- 00011695  0x00001e52 add  0x00000013 , 0x0000008d , 0x00000011 
- 00011696  0x00001e53 ifetch  0x00000001 , 0x00000011 
- 00011697  0x00001e55 increase  0x00000001 , 0x0000003f 
- 00011698  0x00001e56 add  0x00000013 , 0x0000008d , 0x00000005 
- 00011699  0x00001e57 istore  0x00000001 , 0x00000005 
- 00011700  0x00001e59 call  0x00003253 
- 00011701  0x00001e5b bne  0x000000ff , 0x00002dcc 
- 00011702  0x00001e5c add  0x00000013 , 0x0000008f , 0x00000011 
- 00011703  0x00001e5d ifetcht  0x00000001 , 0x00000011 
- 00011704  0x00001e5f increase  0x00000001 , 0x00000002 
- 00011705  0x00001e60 add  0x00000013 , 0x0000008f , 0x00000005 
- 00011706  0x00001e61 istoret  0x00000001 , 0x00000005 
- 00011707  0x00001e63 add  0x00000013 , 0x000000cc , 0x00000011 
- 00011708  0x00001e64 ifetch  0x00000001 , 0x00000011 
- 00011709  0x00001e66 isub  0x00000002 , 0x0000003f 
- 00011710  0x00001e67 nbranch  0x00002d92 , 0x00000034 
- 00011711  0x00001e68 bpatch  0x000000b6 , 0x00004016 
- 00011712  0x00001e69 call  0x0000325d 
- 00011713  0x00001e6b beq  0x00000003 , 0x00002cbe 
- 00011714  0x00001e6c add  0x00000013 , 0x000000d1 , 0x00000011 
- 00011715  0x00001e6d ifetch  0x00000001 , 0x00000011 
- 00011716  0x00001e6f increase  0x00000001 , 0x0000003f 
- 00011717  0x00001e70 add  0x00000013 , 0x000000d1 , 0x00000005 
- 00011718  0x00001e71 istore  0x00000001 , 0x00000005 
- 00011719  0x00001e73 beq  0x00000002 , 0x00002cb3 
- 00011720  0x00001e74 call  0x00002caf 
- 00011721  0x00001e75 setarg  0x00000001 
- 00011722  0x00001e76 call  0x00003238 
- 00011723  0x00001e78 branch  0x00002d8f 
- 00011724  0x00001e7b add  0x00000013 , 0x0000008d , 0x00000011 
- 00011725  0x00001e7c ifetch  0x00000001 , 0x00000011 
- 00011726  0x00001e7e rtnne  0x000000ff 
- 00011727  0x00001e7f add  0x00000013 , 0x0000008d , 0x00000005 
- 00011728  0x00001e80 call  0x000032d6 
- 00011729  0x00001e82 branch  0x00002dd4 
- 00011730  0x00001e85 add  0x00000013 , 0x0000008c , 0x00000005 
- 00011731  0x00001e86 call  0x000032d6 
- 00011732  0x00001e89 jam  0x0000003a , 0x00000a99 
- 00011733  0x00001e8a branch  0x00007d86 
- 00011734  0x00001e8d call  0x00002dde 
- 00011735  0x00001e8e add  0x00000013 , 0x00000084 , 0x00000011 
- 00011736  0x00001e8f ifetch  0x00000001 , 0x00000011 
- 00011737  0x00001e91 rtn  0x00000034 
- 00011738  0x00001e92 iforce  0x00000039 
- 00011739  0x00001e93 add  0x00000013 , 0x00000002 , 0x00000006 
- 00011740  0x00001e95 add  0x00000013 , 0x00000064 , 0x00000005 
- 00011741  0x00001e97 branch  0x00007f01 
- 00011742  0x00001e9c call  0x0000325f 
- 00011743  0x00001e9e rshift3  0x0000003f , 0x0000003f 
- 00011744  0x00001e9f add  0x00000013 , 0x00000084 , 0x00000005 
- 00011745  0x00001ea0 istore  0x00000001 , 0x00000005 
- 00011746  0x00001ea3 increase  0x00000001 , 0x0000003f 
- 00011747  0x00001ea4 add  0x00000013 , 0x00000001 , 0x00000006 
- 00011748  0x00001ea6 iadd  0x00000006 , 0x00000006 
- 00011749  0x00001ea7 ifetch  0x00000003 , 0x00000006 
- 00011750  0x00001ea8 add  0x00000013 , 0x000000c4 , 0x00000005 
- 00011751  0x00001ea9 istore  0x00000003 , 0x00000005 
- 00011752  0x00001eac call  0x0000325f 
- 00011753  0x00001eae rshift  0x0000003f , 0x0000003f 
- 00011754  0x00001eaf and  0x0000003f , 0x00000003 , 0x0000003f 
- 00011755  0x00001eb0 add  0x00000013 , 0x000000ca , 0x00000005 
- 00011756  0x00001eb1 istore  0x00000001 , 0x00000005 
- 00011757  0x00001eb3 rtn 
- 00011758  0x00001eb6 disable  0x00000009 
- 00011759  0x00001eb7 disable  0x00000007 
- 00011760  0x00001eb8 setarg  0x00555555 
- 00011761  0x00001eb9 iforce  0x0000000f 
- 00011762  0x00001eba rtn 
- 00011763  0x00001ebd call  0x00002918 
- 00011764  0x00001ebe add  0x00000013 , 0x00000090 , 0x00000011 
- 00011765  0x00001ebf ifetcht  0x00000001 , 0x00000011 
- 00011766  0x00001ec1 branch  0x00002933 
- 00011767  0x00001ec4 call  0x00002dee 
- 00011768  0x00001ec5 call  0x00002df3 
- 00011769  0x00001ec6 set1  0x00000000 , 0x00000015 
- 00011770  0x00001ec7 enable  0x0000001d 
- 00011771  0x00001ec8 enable  0x00000020 
- 00011772  0x00001ec9 disable  0x00000021 
- 00011773  0x00001eca call  0x000053c4 
- 00011774  0x00001ecb call  0x0000322a 
- 00011775  0x00001ecd iforce  0x00000009 
- 00011776  0x00001ece inject  0x00000003 , 0x00000020 
- 00011777  0x00001ecf enable  0x00000009 
- 00011778  0x00001ed0 add  0x00000013 , 0x00000088 , 0x00000011 
- 00011779  0x00001ed1 ifetch  0x00000001 , 0x00000011 
- 00011780  0x00001ed3 iforce  0x00000039 
- 00011781  0x00001ed4 add  0x00000013 , 0x00000042 , 0x00000006 
- 00011782  0x00001ed7 ifetch  0x00000001 , 0x00000006 
- 00011783  0x00001ed8 inject  0x00000003 , 0x00000008 
- 00011784  0x00001ed9 loop  0x00002e06 
- 00011785  0x00001eda enable  0x00000008 
- 00011786  0x00001edb inject  0x00000003 , 0x00000018 
- 00011787  0x00001edc disable  0x00000008 
- 00011788  0x00001edd until  0x0000003e , 0x00000027 
- 00011789  0x00001ede bpatch  0x000000b7 , 0x00004016 
- 00011790  0x00001edf nop  0x00000064 
- 00011791  0x00001ee0 disable  0x0000001d 
- 00011792  0x00001ee1 rtn 
- 00011793  0x00001ee4 disable  0x0000002f 
- 00011794  0x00001ee5 force  0x00000000 , 0x00000015 
- 00011795  0x00001ee6 add  0x00000013 , 0x00000090 , 0x00000011 
- 00011796  0x00001ee7 ifetcht  0x00000001 , 0x00000011 
- 00011797  0x00001ee9 call  0x0000291f 
- 00011798  0x00001eea call  0x00002924 
- 00011799  0x00001eec call  0x00002dee 
- 00011800  0x00001eed enable  0x0000000d 
- 00011801  0x00001eee enable  0x00000021 
- 00011802  0x00001eef disable  0x00000020 
- 00011803  0x00001ef0 call  0x000053c4 
- 00011804  0x00001ef1 call  0x0000322a 
- 00011805  0x00001ef3 iforce  0x00000009 
- 00011806  0x00001ef4 enable  0x00000010 
- 00011807  0x00001ef5 add  0x00000013 , 0x00000089 , 0x00000011 
- 00011808  0x00001ef6 ifetch  0x00000002 , 0x00000011 
- 00011809  0x00001ef8 iforce  0x0000001b 
- 00011810  0x00001ef9 correlate  0x0000003e , 0x00000003 
- 00011811  0x00001efa nbranch  0x00002e4d , 0x00000018 
- 00011812  0x00001efb enable  0x00000009 
- 00011813  0x00001efc parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011814  0x00001efd rshift3  0x0000000c , 0x0000003f 
- 00011815  0x00001efe add  0x00000013 , 0x00000000 , 0x00000005 
- 00011816  0x00001eff istore  0x00000001 , 0x00000005 
- 00011817  0x00001f01 add  0x00000013 , 0x000000cd , 0x00000011 
- 00011818  0x00001f02 ifetch  0x00000001 , 0x00000011 
- 00011819  0x00001f04 beq  0x00000002 , 0x00002e33 
- 00011820  0x00001f05 bpatch  0x000000b8 , 0x00004017 
- 00011821  0x00001f06 add  0x00000013 , 0x00000000 , 0x00000011 
- 00011822  0x00001f07 ifetch  0x00000001 , 0x00000011 
- 00011823  0x00001f09 add  0x00000013 , 0x00000087 , 0x00000011 
- 00011824  0x00001f0a ifetcht  0x00000001 , 0x00000011 
- 00011825  0x00001f0c icompare  0x00000007 , 0x00000002 
- 00011826  0x00001f0d nbranch  0x00002e45 , 0x00000001 
- 00011827  0x00001f0f parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011828  0x00001f10 rshift3  0x0000000c , 0x0000003f 
- 00011829  0x00001f11 istore  0x00000001 , 0x00000005 
- 00011830  0x00001f12 rshift3  0x0000003f , 0x0000003f 
- 00011831  0x00001f13 and  0x0000003f , 0x0000001f , 0x00000039 
- 00011832  0x00001f14 branch  0x00002e3d , 0x00000005 
- 00011833  0x00001f16 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011834  0x00001f17 rshift3  0x0000000c , 0x0000003f 
- 00011835  0x00001f18 istore  0x00000001 , 0x00000005 
- 00011836  0x00001f19 loop  0x00002e39 
- 00011837  0x00001f1b parse  0x00000003 , 0x00000000 , 0x00000018 
- 00011838  0x00001f1c rshift32  0x0000003f , 0x0000003f 
- 00011839  0x00001f1d rshift16  0x0000003f , 0x0000003f 
- 00011840  0x00001f1e istore  0x00000003 , 0x00000005 
- 00011841  0x00001f1f branch  0x00002e45 , 0x00000006 
- 00011842  0x00001f20 enable  0x0000002f 
- 00011843  0x00001f21 disable  0x0000000d 
- 00011844  0x00001f22 rtn 
- 00011845  0x00001f26 disable  0x0000001d 
- 00011846  0x00001f27 disable  0x0000000d 
- 00011847  0x00001f28 disable  0x00000009 
- 00011848  0x00001f29 disable  0x00000007 
- 00011849  0x00001f2a branch  0x000028f9 , 0x00000021 
- 00011850  0x00001f2b until  0x0000003e , 0x00000027 
- 00011851  0x00001f2c nop  0x00000064 
- 00011852  0x00001f2d branch  0x000028f9 
- 00011853  0x00001f30 call  0x00002e4f 
- 00011854  0x00001f31 branch  0x00002e45 
- 00011855  0x00001f34 call  0x000029bb 
- 00011856  0x00001f35 rtn  0x00000034 
- 00011857  0x00001f36 add  0x00000013 , 0x000000ea , 0x00000011 
- 00011858  0x00001f37 ifetcht  0x00000001 , 0x00000011 
- 00011859  0x00001f39 arg  0x00000d9e , 0x00000011 
- 00011860  0x00001f3b call  0x00002e58 
- 00011861  0x00001f3c add  0x00000013 , 0x000000ea , 0x00000005 
- 00011862  0x00001f3f istoret  0x00000001 , 0x00000005 
- 00011863  0x00001f40 rtn 
- 00011864  0x00001f43 arg  0x000000ff , 0x00000012 
- 00011865  0x00001f44 branch  0x00002e5a 
- 00011866  0x00001f57 copy  0x00000011 , 0x0000003f 
- 00011867  0x00001f58 iadd  0x00000002 , 0x00000005 
- 00011868  0x00001f59 fetch  0x00000001 , 0x00000018 
- 00011869  0x00001f5a istore  0x00000001 , 0x00000005 
- 00011870  0x00001f5b increase  0x00000001 , 0x00000002 
- 00011871  0x00001f5c copy  0x00000012 , 0x0000003f 
- 00011872  0x00001f5d iand_into  0x00000002 
- 00011873  0x00001f5e rtn 
- 00011874  0x00001f61 arg  0x00000000 , 0x00000002 
- 00011875  0x00001f62 copy  0x00000011 , 0x00000006 
- 00011876  0x00001f64 ifetch  0x00000001 , 0x00000006 
- 00011877  0x00001f65 iadd  0x00000002 , 0x00000002 
- 00011878  0x00001f66 loop  0x00002e64 
- 00011879  0x00001f67 rshift8  0x00000002 , 0x00000002 
- 00011880  0x00001f68 rtn 
- 00011881  0x00001f6b call  0x00002c7a 
- 00011882  0x00001f6c call  0x00002e9f 
- 00011883  0x00001f6d setarg  0x00000001 
- 00011884  0x00001f6e call  0x00003272 
- 00011885  0x00001f71 setarg  0x00000000 
- 00011886  0x00001f72 call  0x00002e73 
- 00011887  0x00001f74 istore  0x00000001 , 0x00000005 
- 00011888  0x00001f76 rtn 
- 00011889  0x00001f79 call  0x00003270 
- 00011890  0x00001f7b increase  0x00000001 , 0x0000003f 
- 00011891  0x00001f7e add  0x00000013 , 0x000000fc , 0x00000005 
- 00011892  0x00001f7f branch  0x000032b4 
- 00011893  0x00001f84 add  0x00000013 , 0x000000fd , 0x00000011 
- 00011894  0x00001f85 ifetch  0x00000001 , 0x00000011 
- 00011895  0x00001f86 increase  0x00000001 , 0x0000003f 
- 00011896  0x00001f87 add  0x00000013 , 0x000000fd , 0x00000005 
- 00011897  0x00001f88 branch  0x000032b4 
- 00011898  0x00001f8b bpatch  0x000000b9 , 0x00004017 
- 00011899  0x00001f8c call  0x00003270 
- 00011900  0x00001f8e sub  0x0000003f , 0x0000007c , 0x0000003e 
- 00011901  0x00001f8f rtn  0x00000002 
- 00011902  0x00001f90 add  0x00000013 , 0x000000fd , 0x00000011 
- 00011903  0x00001f91 ifetcht  0x00000001 , 0x00000011 
- 00011904  0x00001f93 isub  0x00000002 , 0x00000002 
- 00011905  0x00001f94 call  0x00002e6d 
- 00011906  0x00001f95 setarg  0x00000102 
- 00011907  0x00001f96 iadd  0x00000013 , 0x00000011 
- 00011908  0x00001f97 ifetch  0x00000001 , 0x00000011 
- 00011909  0x00001f99 isub  0x00000002 , 0x0000003e 
- 00011910  0x00001f9a nbranch  0x00002e8d , 0x00000002 
- 00011911  0x00001f9b setarg  0x00000103 
- 00011912  0x00001f9c iadd  0x00000013 , 0x00000011 
- 00011913  0x00001f9d ifetch  0x00000001 , 0x00000011 
- 00011914  0x00001f9f isub  0x00000002 , 0x0000003e 
- 00011915  0x00001fa0 branch  0x00002e99 , 0x00000002 
- 00011916  0x00001fa1 rtn 
- 00011917  0x00001fa4 add  0x00000013 , 0x000000fe , 0x00000011 
- 00011918  0x00001fa5 ifetch  0x00000001 , 0x00000011 
- 00011919  0x00001fa7 beq  0x00000002 , 0x00002e93 
- 00011920  0x00001fa8 increase  0x00000001 , 0x0000003f 
- 00011921  0x00001fa9 call  0x00003272 
- 00011922  0x00001fab beq  0x00000001 , 0x00002e9f 
- 00011923  0x00001fad setarg  0x0000000a 
- 00011924  0x00001fae call  0x000032b0 
- 00011925  0x00001fb0 setarg  0x00000000 
- 00011926  0x00001fb1 call  0x000032b2 
- 00011927  0x00001fb4 add  0x00000013 , 0x000000ff , 0x00000011 
- 00011928  0x00001fb6 branch  0x00002ea5 
- 00011929  0x00001fb9 add  0x00000013 , 0x000000fe , 0x00000011 
- 00011930  0x00001fba ifetch  0x00000001 , 0x00000011 
- 00011931  0x00001fbc beq  0x00000000 , 0x00002ea7 
- 00011932  0x00001fbd increase  0xffffffff , 0x0000003f 
- 00011933  0x00001fbe call  0x00003272 
- 00011934  0x00001fc0 beq  0x00000000 , 0x00002ea7 
- 00011935  0x00001fc5 setarg  0x00000005 
- 00011936  0x00001fc6 call  0x000032b0 
- 00011937  0x00001fc8 setarg  0x00000000 
- 00011938  0x00001fc9 call  0x000032b2 
- 00011939  0x00001fcc setarg  0x00000100 
- 00011940  0x00001fce iadd  0x00000013 , 0x00000011 
- 00011941  0x00001fd0 ifetch  0x00000001 , 0x00000011 
- 00011942  0x00001fd2 branch  0x0000326a 
- 00011943  0x00001fd7 setarg  0x00000002 
- 00011944  0x00001fd8 call  0x000032b0 
- 00011945  0x00001fda setarg  0x00000000 
- 00011946  0x00001fdb call  0x000032b2 
- 00011947  0x00001fde setarg  0x00000101 
- 00011948  0x00001fe0 branch  0x00002ea4 
- 00011949  0x00001fef set1  0x00000026 , 0x00000000 
- 00011950  0x00001ff0 call  0x00002c83 
- 00011951  0x00001ff3 setarg  0x00000001 
- 00011952  0x00001ff4 branch  0x00003256 
- 00011953  0x00001ff7 add  0x00000013 , 0x0000008b , 0x00000011 
- 00011954  0x00001ff8 ifetch  0x00000001 , 0x00000011 
- 00011955  0x00001ffa beq  0x00000001 , 0x00007fe7 
- 00011956  0x00001ffb call  0x00003253 
- 00011957  0x00001ffd beq  0x00000001 , 0x00002eb9 
- 00011958  0x00001ffe beq  0x00000002 , 0x00002ebd 
- 00011959  0x00001fff beq  0x00000003 , 0x00002ec1 
- 00011960  0x00002000 branch  0x00002a8c 
- 00011961  0x00002003 setarg  0x00000011 
- 00011962  0x00002004 call  0x00003256 
- 00011963  0x00002006 jam  0x000000aa , 0x0000119e 
- 00011964  0x00002007 branch  0x00002ec4 
- 00011965  0x00002009 setarg  0x00000012 
- 00011966  0x0000200a call  0x00003256 
- 00011967  0x0000200c jam  0x00000055 , 0x0000119e 
- 00011968  0x0000200d branch  0x00002ec4 
- 00011969  0x0000200f setarg  0x00000013 
- 00011970  0x00002010 call  0x00003256 
- 00011971  0x00002012 jam  0x00000022 , 0x0000119e 
- 00011972  0x00002014 call  0x0000323a 
- 00011973  0x00002016 and_into  0x00000007 , 0x0000003f 
- 00011974  0x00002017 store  0x00000001 , 0x0000119f 
- 00011975  0x00002018 call  0x00003224 
- 00011976  0x0000201a store  0x00000004 , 0x000011a0 
- 00011977  0x0000201c jam  0x00000000 , 0x000011a4 
- 00011978  0x0000201d arg  0x0000119e , 0x00000011 
- 00011979  0x0000201e arg  0x00000007 , 0x00000002 
- 00011980  0x0000201f call  0x00002d4c 
- 00011981  0x00002020 call  0x00002d53 
- 00011982  0x00002021 call  0x00002d33 
- 00011983  0x00002022 branch  0x00007fe7 
- 00011984  0x00002025 call  0x00003253 
- 00011985  0x00002027 rtneq  0x000000ff 
- 00011986  0x00002028 beq  0x00000011 , 0x00002ed6 
- 00011987  0x00002029 beq  0x00000012 , 0x00002ed9 
- 00011988  0x0000202a beq  0x00000013 , 0x00002edc 
- 00011989  0x0000202b rtn 
- 00011990  0x0000202e setarg  0x00000002 
- 00011991  0x0000202f call  0x00003256 
- 00011992  0x00002031 branch  0x00002d9f 
- 00011993  0x00002033 setarg  0x00000003 
- 00011994  0x00002034 call  0x00003256 
- 00011995  0x00002036 branch  0x00002d9f 
- 00011996  0x00002038 setarg  0x000000ff 
- 00011997  0x00002039 call  0x00003256 
- 00011998  0x0000203b jam  0x00000039 , 0x00000a99 
- 00011999  0x0000203c call  0x00007d86 
- 00012000  0x0000203d add  0x00000013 , 0x00000066 , 0x00000011 
- 00012001  0x0000203e ifetch  0x00000004 , 0x00000011 
- 00012002  0x00002040 call  0x0000322c 
- 00012003  0x00002042 branch  0x00002d9f 
- 00012004  0x00002045 set0  0x00000026 , 0x00000000 
- 00012005  0x00002046 call  0x00002f08 
- 00012006  0x00002047 call  0x00002f22 
- 00012007  0x00002049 call  0x00003263 
- 00012008  0x0000204b nop  0x000007d0 
- 00012009  0x0000204c call  0x00003261 
- 00012010  0x0000204d beq  0x000000ff , 0x00002dd4 
- 00012011  0x0000204e call  0x00002da4 
- 00012012  0x0000204f nbranch  0x00002efa , 0x00000018 
- 00012013  0x00002050 nbranch  0x00002efa , 0x0000002f 
- 00012014  0x00002051 call  0x00002dd6 
- 00012015  0x00002052 call  0x00002c7a 
- 00012016  0x00002053 add  0x00000013 , 0x00000092 , 0x00000011 
- 00012017  0x00002054 ifetcht  0x00000004 , 0x00000011 
- 00012018  0x00002055 call  0x000030be 
- 00012019  0x00002056 branch  0x00002ead , 0x00000005 
- 00012020  0x00002057 call  0x00002c7a 
- 00012021  0x00002058 add  0x00000013 , 0x00000066 , 0x00000011 
- 00012022  0x00002059 ifetch  0x00000004 , 0x00000011 
- 00012023  0x0000205a beq  0x00000000 , 0x00002ee7 
- 00012024  0x0000205b call  0x0000322c 
- 00012025  0x0000205c branch  0x00002f1c 
- 00012026  0x0000205f call  0x00003261 
- 00012027  0x00002060 increase  0x00000001 , 0x0000003f 
- 00012028  0x00002061 call  0x00003264 
- 00012029  0x00002063 call  0x00002f04 
- 00012030  0x00002064 increase  0x00000001 , 0x0000003f 
- 00012031  0x00002065 and_into  0x00000001 , 0x0000003f 
- 00012032  0x00002066 call  0x00002f06 
- 00012033  0x00002067 beq  0x00000000 , 0x00002f0c 
- 00012034  0x00002068 beq  0x00000001 , 0x00002f0e 
- 00012035  0x00002069 rtn 
- 00012036  0x0000206c setarg  0x0000018b 
- 00012037  0x0000206d branch  0x000032d0 
- 00012038  0x0000206f arg  0x0000018b , 0x00000011 
- 00012039  0x00002070 branch  0x000032b3 
- 00012040  0x00002073 call  0x00003267 
- 00012041  0x00002074 call  0x00003224 
- 00012042  0x00002075 call  0x0000322c 
- 00012043  0x00002076 branch  0x00002c8a 
- 00012044  0x00002079 call  0x00002f08 
- 00012045  0x0000207a branch  0x00002ee8 
- 00012046  0x0000207d call  0x00002c83 
- 00012047  0x0000207e branch  0x00002ee8 
- 00012048  0x00002082 set0  0x00000026 , 0x00000000 
- 00012049  0x00002083 call  0x00002c8a 
- 00012050  0x00002084 call  0x00003253 
- 00012051  0x00002086 rtnne  0x000000ff 
- 00012052  0x00002087 call  0x00002f22 
- 00012053  0x00002088 call  0x00003263 
- 00012054  0x0000208b nop  0x000007d0 
- 00012055  0x0000208c call  0x00003261 
- 00012056  0x0000208e beq  0x000000ff , 0x00002dd4 
- 00012057  0x0000208f call  0x00002da4 
- 00012058  0x00002090 nbranch  0x00002f27 , 0x00000018 
- 00012059  0x00002091 nbranch  0x00002f27 , 0x0000002f 
- 00012060  0x00002093 set1  0x00000026 , 0x00000000 
- 00012061  0x00002094 call  0x00003263 
- 00012062  0x00002095 setarg  0x000000ff 
- 00012063  0x00002096 call  0x00003256 
- 00012064  0x00002099 jam  0x0000003c , 0x00000a99 
- 00012065  0x0000209a branch  0x00007d86 
- 00012066  0x0000209d set1  0x00000027 , 0x00000000 
- 00012067  0x0000209e jam  0x000000ff , 0x0000119e 
- 00012068  0x0000209f call  0x0000323a 
- 00012069  0x000020a1 call  0x00002d77 
- 00012070  0x000020a2 branch  0x00002d53 
- 00012071  0x000020a5 call  0x00003261 
- 00012072  0x000020a7 increase  0x00000001 , 0x0000003f 
- 00012073  0x000020a8 call  0x00003264 
- 00012074  0x000020aa call  0x00002c8a 
- 00012075  0x000020ab branch  0x00002f16 
- 00012076  0x000020ae call  0x00003267 
- 00012077  0x000020b1 setarg  0x000000ff 
- 00012078  0x000020b2 call  0x00003256 
- 00012079  0x000020b4 branch  0x00002f10 
- 00012080  0x000020be bpatch  0x000000ba , 0x00004017 
- 00012081  0x000020bf call  0x00002c7a 
- 00012082  0x000020c0 setarg  0x000031b0 
- 00012083  0x000020c1 add  0x00000013 , 0x000000de , 0x00000005 
- 00012084  0x000020c2 istore  0x00000002 , 0x00000005 
- 00012085  0x000020c4 call  0x00002f3d 
- 00012086  0x000020c5 call  0x000048ea 
- 00012087  0x000020c6 call  0x000032b6 
- 00012088  0x000020c8 bpatch  0x000000bb , 0x00004017 
- 00012089  0x000020c9 beq  0x00000000 , 0x00003055 
- 00012090  0x000020ca beq  0x00000001 , 0x00002f45 
- 00012091  0x000020cb beq  0x0000000f , 0x00002f41 
- 00012092  0x000020cc branch  0x00002a8c 
- 00012093  0x000020cf call  0x0000326c 
- 00012094  0x000020d0 arg  0x00000080 , 0x00000039 
- 00012095  0x000020d1 arg  0x00000d9e , 0x00000005 
- 00012096  0x000020d2 branch  0x00007ec6 
- 00012097  0x000020d5 call  0x00002f4c 
- 00012098  0x000020d7 call  0x00002f4f 
- 00012099  0x000020d8 call  0x000048d3 
- 00012100  0x000020d9 branch  0x00002f42 
- 00012101  0x000020dc bpatch  0x000000bc , 0x00004017 
- 00012102  0x000020dd call  0x00002f4c 
- 00012103  0x000020df call  0x00002f4f 
- 00012104  0x000020e0 call  0x00002fbd 
- 00012105  0x000020e1 call  0x000048d3 
- 00012106  0x000020e2 call  0x00003019 
- 00012107  0x000020e3 branch  0x00002f47 
- 00012108  0x000020e9 call  0x00003291 
- 00012109  0x000020ea call  0x00003296 
- 00012110  0x000020eb branch  0x00003299 
- 00012111  0x000020ee call  0x0000328f 
- 00012112  0x000020f0 rtnne  0x00000000 
- 00012113  0x000020f2 call  0x00002f55 
- 00012114  0x000020f3 call  0x00002f65 
- 00012115  0x000020f4 call  0x0000316b 
- 00012116  0x000020f5 branch  0x00002f96 
- 00012117  0x000020f8 call  0x00003294 
- 00012118  0x000020fa rtnbit1  0x00000000 
- 00012119  0x000020fb set1  0x00000000 , 0x0000003f 
- 00012120  0x000020fc call  0x00003297 
- 00012121  0x000020fe call  0x00003267 
- 00012122  0x00002101 call  0x00003299 
- 00012123  0x00002103 jam  0x00000000 , 0x00000d38 
- 00012124  0x00002104 call  0x0000324f 
- 00012125  0x00002106 call  0x00002f61 
- 00012126  0x00002108 add  0x00000013 , 0x00000000 , 0x00000005 
- 00012127  0x0000210a arg  0x00000042 , 0x00000039 
- 00012128  0x0000210b branch  0x00007ed4 
- 00012129  0x0000210e call  0x00003231 
- 00012130  0x00002110 call  0x0000327d 
- 00012131  0x00002112 call  0x0000322c 
- 00012132  0x00002114 branch  0x00002c8a 
- 00012133  0x00002117 bpatch  0x000000bd , 0x00004017 
- 00012134  0x00002118 call  0x0000324c 
- 00012135  0x0000211a beq  0x00000001 , 0x00002f8d 
- 00012136  0x0000211b call  0x00003245 
- 00012137  0x0000211d beq  0x00000001 , 0x00002c8a 
- 00012138  0x0000211e setarg  0x00000136 
- 00012139  0x0000211f iadd  0x00000013 , 0x00000011 
- 00012140  0x00002120 ifetcht  0x00000004 , 0x00000011 
- 00012141  0x00002122 copy  0x00000022 , 0x0000003f 
- 00012142  0x00002123 isub  0x00000002 , 0x0000003e 
- 00012143  0x00002124 ncall  0x00002d18 , 0x00000002 
- 00012144  0x00002125 copy  0x0000003f , 0x00000012 
- 00012145  0x00002126 setarg  0x00000136 
- 00012146  0x00002127 iadd  0x00000013 , 0x00000011 
- 00012147  0x00002128 ifetch  0x00000004 , 0x00000011 
- 00012148  0x00002129 copy  0x0000003f , 0x00000002 
- 00012149  0x0000212b setarg  0x0000013a 
- 00012150  0x0000212c iadd  0x00000013 , 0x00000011 
- 00012151  0x0000212d copy  0x00000002 , 0x0000003f 
- 00012152  0x0000212e ifetcht  0x00000001 , 0x00000011 
- 00012153  0x00002130 iadd  0x00000002 , 0x00000002 
- 00012154  0x00002131 copy  0x00000012 , 0x0000003f 
- 00012155  0x00002132 isub  0x00000002 , 0x0000003e 
- 00012156  0x00002133 nrtn  0x00000002 
- 00012157  0x00002134 set0  0x0000001c , 0x0000003f 
- 00012158  0x00002135 setarg  0x00000136 
- 00012159  0x00002136 iadd  0x00000013 , 0x00000005 
- 00012160  0x00002137 istore  0x00000004 , 0x00000005 
- 00012161  0x0000213a call  0x00002c8a 
- 00012162  0x0000213b call  0x00003278 
- 00012163  0x0000213d increase  0x00000001 , 0x0000003f 
- 00012164  0x0000213e call  0x0000327b 
- 00012165  0x00002140 rtnne  0x00000002 
- 00012166  0x00002141 call  0x0000327a 
- 00012167  0x00002145 branch  0x0000324f 
- 00012168  0x00002148 copy  0x00000022 , 0x0000003f 
- 00012169  0x00002149 arg  0x00000136 , 0x00000011 
- 00012170  0x0000214a call  0x000032bf 
- 00012171  0x0000214b istore  0x00000004 , 0x00000005 
- 00012172  0x0000214f branch  0x0000327a 
- 00012173  0x00002152 arg  0x00000d9e , 0x00000011 
- 00012174  0x00002153 call  0x00002f94 
- 00012175  0x00002154 add  0x00000013 , 0x000000eb , 0x00000005 
- 00012176  0x00002155 istoret  0x00000001 , 0x00000005 
- 00012177  0x00002157 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012178  0x00002158 nrtn  0x00000002 
- 00012179  0x00002159 branch  0x00002c8a 
- 00012180  0x0000215c arg  0x00000100 , 0x00000039 
- 00012181  0x0000215d branch  0x00002e62 
- 00012182  0x00002160 call  0x00002f99 
- 00012183  0x00002161 call  0x00002fa5 
- 00012184  0x00002162 branch  0x00002fb1 
- 00012185  0x00002165 setarg  0x00000180 
- 00012186  0x00002166 call  0x000032d0 
- 00012187  0x00002168 rtn  0x00000034 
- 00012188  0x00002169 arg  0x0000000b , 0x00000007 
- 00012189  0x0000216a call  0x00007f16 
- 00012190  0x0000216b nrtn  0x00000034 
- 00012191  0x0000216c call  0x000032a7 
- 00012192  0x0000216f setarg  0x00000001 
- 00012193  0x00002170 store  0x00000001 , 0x00000d54 
- 00012194  0x00002171 setarg  0x00000000 
- 00012195  0x00002172 istore  0x00000007 , 0x00000005 
- 00012196  0x00002173 branch  0x000031b8 
- 00012197  0x00002176 setarg  0x0000017e 
- 00012198  0x00002177 call  0x000032d0 
- 00012199  0x00002179 rtn  0x00000034 
- 00012200  0x0000217a arg  0x0000000e , 0x00000007 
- 00012201  0x0000217b call  0x00007f16 
- 00012202  0x0000217c nrtn  0x00000034 
- 00012203  0x0000217d call  0x000032aa 
- 00012204  0x00002180 arg  0x00000d64 , 0x00000005 
- 00012205  0x00002181 arg  0x00000002 , 0x00000039 
- 00012206  0x00002182 call  0x00007ec6 
- 00012207  0x00002183 jam  0x00000000 , 0x00000d64 
- 00012208  0x00002184 branch  0x000031ed 
- 00012209  0x00002187 setarg  0x0000017f 
- 00012210  0x00002188 call  0x000032d0 
- 00012211  0x0000218a rtn  0x00000034 
- 00012212  0x0000218b arg  0x0000000c , 0x00000007 
- 00012213  0x0000218c call  0x00007f16 
- 00012214  0x0000218d nrtn  0x00000034 
- 00012215  0x0000218e call  0x000032ad 
- 00012216  0x00002191 arg  0x00000d74 , 0x00000005 
- 00012217  0x00002192 arg  0x00000002 , 0x00000039 
- 00012218  0x00002193 call  0x00007ec6 
- 00012219  0x00002194 jam  0x00000003 , 0x00000d74 
- 00012220  0x00002195 branch  0x00003207 
- 00012221  0x00002198 call  0x0000328f 
- 00012222  0x0000219a rtnne  0x00000001 
- 00012223  0x0000219b call  0x00002fc1 
- 00012224  0x0000219c branch  0x00002fcb 
- 00012225  0x0000219f call  0x00003294 
- 00012226  0x000021a1 rtnbit1  0x00000001 
- 00012227  0x000021a2 set1  0x00000001 , 0x0000003f 
- 00012228  0x000021a3 call  0x00003297 
- 00012229  0x000021a5 call  0x0000329c 
- 00012230  0x000021a7 call  0x00002c83 
- 00012231  0x000021a8 setarg  0x00000000 
- 00012232  0x000021a9 arg  0x00000106 , 0x00000011 
- 00012233  0x000021aa call  0x000032bf 
- 00012234  0x000021ac branch  0x000032c5 
- 00012235  0x000021af call  0x0000316e 
- 00012236  0x000021b0 nbranch  0x00002f5e , 0x0000002f 
- 00012237  0x000021b1 add  0x00000013 , 0x00000000 , 0x00000006 
- 00012238  0x000021b2 setarg  0x00000109 
- 00012239  0x000021b3 iadd  0x00000013 , 0x00000005 
- 00012240  0x000021b4 arg  0x00000008 , 0x00000039 
- 00012241  0x000021b5 call  0x00007f01 
- 00012242  0x000021b6 setarg  0x0000010b 
- 00012243  0x000021b7 call  0x000032d0 
- 00012244  0x000021b8 beq  0x000000aa , 0x00002fd9 
- 00012245  0x000021b9 beq  0x00000055 , 0x00002fed 
- 00012246  0x000021ba beq  0x00000022 , 0x00003001 
- 00012247  0x000021bb beq  0x000000ff , 0x00003212 
- 00012248  0x000021bc branch  0x00002f5e 
- 00012249  0x000021bf call  0x000032bd 
- 00012250  0x000021c0 beq  0x00000001 , 0x00002fdd 
- 00012251  0x000021c1 beq  0x00000002 , 0x00002fe8 
- 00012252  0x000021c2 rtn 
- 00012253  0x000021c4 setarg  0x00000001 
- 00012254  0x000021c5 call  0x00002ff7 
- 00012255  0x000021c8 setarg  0x00000001 
- 00012256  0x000021c9 call  0x00003289 
- 00012257  0x000021cc setarg  0x00000080 
- 00012258  0x000021cd arg  0x00000130 , 0x00000011 
- 00012259  0x000021ce call  0x000032b3 
- 00012260  0x000021d0 call  0x0000327d 
- 00012261  0x000021d2 arg  0x00000131 , 0x00000011 
- 00012262  0x000021d3 call  0x000032bf 
- 00012263  0x000021d5 branch  0x0000322d 
- 00012264  0x000021d8 setarg  0x00000001 
- 00012265  0x000021d9 call  0x00002fff 
- 00012266  0x000021dc setarg  0x00000002 
- 00012267  0x000021dd call  0x00003289 
- 00012268  0x000021df branch  0x00002fe1 
- 00012269  0x000021e2 call  0x000032bd 
- 00012270  0x000021e3 beq  0x00000001 , 0x00002ff1 
- 00012271  0x000021e4 beq  0x00000002 , 0x00002ff9 
- 00012272  0x000021e5 rtn 
- 00012273  0x000021e7 call  0x00002fdf 
- 00012274  0x000021e8 setarg  0x00000106 
- 00012275  0x000021e9 call  0x000032d0 
- 00012276  0x000021eb beq  0x00000001 , 0x00002ff6 
- 00012277  0x000021ec rtn 
- 00012278  0x000021ee setarg  0x00000002 
- 00012279  0x000021f1 arg  0x00000106 , 0x00000011 
- 00012280  0x000021f2 branch  0x000032b3 
- 00012281  0x000021f5 call  0x00002fea 
- 00012282  0x000021f6 setarg  0x00000107 
- 00012283  0x000021f7 call  0x000032d0 
- 00012284  0x000021f9 beq  0x00000001 , 0x00002ffe 
- 00012285  0x000021fa rtn 
- 00012286  0x000021fc setarg  0x00000002 
- 00012287  0x000021ff arg  0x00000107 , 0x00000011 
- 00012288  0x00002200 branch  0x000032b3 
- 00012289  0x00002203 call  0x000032bd 
- 00012290  0x00002204 beq  0x00000001 , 0x00003005 
- 00012291  0x00002205 beq  0x00000002 , 0x00003011 
- 00012292  0x00002206 rtn 
- 00012293  0x00002208 setarg  0x00000106 
- 00012294  0x00002209 call  0x000032d0 
- 00012295  0x0000220b beq  0x00000002 , 0x00003009 
- 00012296  0x0000220c rtn 
- 00012297  0x0000220e call  0x0000328b 
- 00012298  0x00002210 or_into  0x00000001 , 0x0000003f 
- 00012299  0x00002211 call  0x0000328d 
- 00012300  0x00002214 setarg  0x00000000 
- 00012301  0x00002215 setarg  0x00000106 
- 00012302  0x00002216 iadd  0x00000013 , 0x00000005 
- 00012303  0x00002217 istore  0x00000002 , 0x00000005 
- 00012304  0x00002218 branch  0x00002f5e 
- 00012305  0x0000221b setarg  0x00000107 
- 00012306  0x0000221c call  0x000032d0 
- 00012307  0x0000221e bne  0x00000000 , 0x00003015 
- 00012308  0x0000221f rtn 
- 00012309  0x00002221 call  0x0000328b 
- 00012310  0x00002223 or_into  0x00000002 , 0x0000003f 
- 00012311  0x00002224 call  0x0000328d 
- 00012312  0x00002226 branch  0x0000300c 
- 00012313  0x0000222a fetch  0x00000001 , 0x00000d50 
- 00012314  0x0000222b rtn  0x00000034 
- 00012315  0x0000222c jam  0x00000000 , 0x00000d50 
- 00012316  0x0000222d fetch  0x00000002 , 0x00000d4e 
- 00012317  0x0000222e arg  0x000002ba , 0x00000002 
- 00012318  0x0000222f isub  0x00000002 , 0x0000003e 
- 00012319  0x00002230 nrtn  0x00000005 
- 00012320  0x00002232 fetch  0x00000001 , 0x00000cb6 
- 00012321  0x00002233 rtnne  0x000000ba 
- 00012322  0x00002234 fetch  0x00000001 , 0x00000cb7 
- 00012323  0x00002235 bpatch  0x000000be , 0x00004017 
- 00012324  0x00002236 beq  0x000000a0 , 0x0000303b 
- 00012325  0x00002237 beq  0x000000a1 , 0x0000302c 
- 00012326  0x00002238 beq  0x000000a6 , 0x00003041 
- 00012327  0x00002239 beq  0x000000a7 , 0x00003043 
- 00012328  0x0000223a beq  0x000000a9 , 0x00003049 
- 00012329  0x0000223b beq  0x000000b0 , 0x0000304d 
- 00012330  0x0000223d jam  0x00000000 , 0x00000d42 
- 00012331  0x0000223e rtn 
- 00012332  0x00002240 fetch  0x00000001 , 0x00000cb8 
- 00012333  0x00002241 beq  0x00000001 , 0x00003031 
- 00012334  0x00002242 beq  0x00000084 , 0x00003034 
- 00012335  0x00002243 beq  0x000000a7 , 0x00003039 
- 00012336  0x00002244 branch  0x0000302a 
- 00012337  0x00002246 call  0x0000328b 
- 00012338  0x00002248 store  0x00000001 , 0x00000cf7 
- 00012339  0x00002249 branch  0x0000303f 
- 00012340  0x0000224b call  0x00003291 
- 00012341  0x0000224d call  0x00003296 
- 00012342  0x0000224f call  0x0000328b 
- 00012343  0x00002251 store  0x00000001 , 0x00000cf7 
- 00012344  0x00002252 branch  0x0000303f 
- 00012345  0x00002256 jam  0x000000a1 , 0x00000cf7 
- 00012346  0x00002257 branch  0x0000303f 
- 00012347  0x0000225a fetch  0x00000001 , 0x00000cb8 
- 00012348  0x0000225b beq  0x00000081 , 0x0000303e 
- 00012349  0x0000225d branch  0x0000302a 
- 00012350  0x00002261 call  0x00003090 
- 00012351  0x00002263 jam  0x00000001 , 0x00000d42 
- 00012352  0x00002264 rtn 
- 00012353  0x0000226a jam  0x00000015 , 0x00000cf7 
- 00012354  0x0000226b branch  0x0000303f 
- 00012355  0x0000226e call  0x0000328f 
- 00012356  0x00002270 beq  0x00000000 , 0x00003047 
- 00012357  0x00002271 beq  0x00000001 , 0x00003039 
- 00012358  0x00002273 rtn 
- 00012359  0x00002275 jam  0x000000a0 , 0x00000cf7 
- 00012360  0x00002276 branch  0x0000303f 
- 00012361  0x0000227c jam  0x00000000 , 0x00000cf7 
- 00012362  0x0000227d jam  0x00000000 , 0x00000cf8 
- 00012363  0x0000227e jam  0x00000001 , 0x00000cf9 
- 00012364  0x0000227f branch  0x0000303f 
- 00012365  0x00002283 call  0x0000329c 
- 00012366  0x00002284 fetch  0x00000001 , 0x00000cb8 
- 00012367  0x00002285 increase  0x00000002 , 0x0000003f 
- 00012368  0x00002286 copy  0x0000003f , 0x00000039 
- 00012369  0x00002287 arg  0x00000cb6 , 0x00000006 
- 00012370  0x00002288 setarg  0x0000013c 
- 00012371  0x00002289 iadd  0x00000013 , 0x00000005 
- 00012372  0x0000228a branch  0x00007f01 
- 00012373  0x0000228e bpatch  0x000000bf , 0x00004017 
- 00012374  0x0000228f call  0x0000307d 
- 00012375  0x00002291 call  0x00002c7f 
- 00012376  0x00002292 call  0x000048d3 
- 00012377  0x00002293 branch  0x00003057 
- 00012378  0x00002296 call  0x0000328f 
- 00012379  0x00002298 rtnne  0x00000000 
- 00012380  0x00002299 call  0x00002f51 
- 00012381  0x0000229a branch  0x00003098 
- 00012382  0x0000229d call  0x0000328f 
- 00012383  0x0000229f rtnne  0x00000001 
- 00012384  0x000022a0 call  0x00002fc1 
- 00012385  0x000022a1 call  0x00002fcb 
- 00012386  0x000022a2 call  0x0000328b 
- 00012387  0x000022a4 rtn  0x00000034 
- 00012388  0x000022a5 call  0x00003286 
- 00012389  0x000022a7 call  0x00002f4c 
- 00012390  0x000022a8 call  0x00003093 
- 00012391  0x000022aa setarg  0x00000000 
- 00012392  0x000022ab add  0x00000013 , 0x000000a7 , 0x00000005 
- 00012393  0x000022ad branch  0x0000322d 
- 00012394  0x000022b0 call  0x00007fe9 
- 00012395  0x000022b1 add  0x00000013 , 0x000000a7 , 0x00000011 
- 00012396  0x000022b2 ifetcht  0x00000004 , 0x00000011 
- 00012397  0x000022b4 copy  0x00000022 , 0x0000003f 
- 00012398  0x000022b5 isub  0x00000002 , 0x0000003e 
- 00012399  0x000022b6 ncall  0x00002d18 , 0x00000002 
- 00012400  0x000022b7 copy  0x0000003f , 0x00000012 
- 00012401  0x000022b8 add  0x00000013 , 0x000000a7 , 0x00000011 
- 00012402  0x000022b9 ifetch  0x00000004 , 0x00000011 
- 00012403  0x000022bb add  0x00000013 , 0x000000ab , 0x00000011 
- 00012404  0x000022bc ifetcht  0x00000001 , 0x00000011 
- 00012405  0x000022be iadd  0x00000002 , 0x00000002 
- 00012406  0x000022bf copy  0x00000012 , 0x0000003f 
- 00012407  0x000022c0 isub  0x00000002 , 0x0000003e 
- 00012408  0x000022c1 nrtn  0x00000002 
- 00012409  0x000022c2 set0  0x0000001c , 0x0000003f 
- 00012410  0x000022c3 add  0x00000013 , 0x000000a7 , 0x00000005 
- 00012411  0x000022c4 istore  0x00000004 , 0x00000005 
- 00012412  0x000022c6 branch  0x00007fe7 
- 00012413  0x000022c9 setarg  0x00000001 
- 00012414  0x000022ca call  0x00003287 
- 00012415  0x000022cc call  0x00003283 
- 00012416  0x000022ce setarg  0x000000ff 
- 00012417  0x000022cf add  0x00000013 , 0x000000ab , 0x00000005 
- 00012418  0x000022d0 istore  0x00000001 , 0x00000005 
- 00012419  0x000022d2 branch  0x00003067 
- 00012420  0x000022d5 setarg  0x0000015c 
- 00012421  0x000022d6 call  0x000032d0 
- 00012422  0x000022d8 rtn  0x00000034 
- 00012423  0x000022d9 call  0x0000306a 
- 00012424  0x000022da nrtn  0x00000028 
- 00012425  0x000022db call  0x00003281 
- 00012426  0x000022dd increase  0x00000001 , 0x0000003f 
- 00012427  0x000022de and_into  0x00000001 , 0x0000003f 
- 00012428  0x000022df call  0x00003284 
- 00012429  0x000022e1 beq  0x00000000 , 0x00002f4c 
- 00012430  0x000022e2 beq  0x00000001 , 0x00003090 
- 00012431  0x000022e3 rtn 
- 00012432  0x000022e9 setarg  0x00000001 
- 00012433  0x000022ea call  0x00003292 
- 00012434  0x000022eb branch  0x00003296 
- 00012435  0x000022ee setarg  0x00000001 
- 00012436  0x000022ef call  0x000032a5 
- 00012437  0x000022f2 setarg  0x00000280 
- 00012438  0x000022f3 arg  0x00000008 , 0x00000007 
- 00012439  0x000022f4 branch  0x00007f08 
- 00012440  0x000022f7 call  0x000032a2 
- 00012441  0x000022f9 rtn  0x00000034 
- 00012442  0x000022fa arg  0x00000008 , 0x00000007 
- 00012443  0x000022fb call  0x00007f16 
- 00012444  0x000022fc nrtn  0x00000034 
- 00012445  0x000022fd call  0x000032a4 
- 00012446  0x00002300 setarg  0x00000007 
- 00012447  0x00002301 call  0x00003292 
- 00012448  0x00002303 call  0x00003296 
- 00012449  0x00002305 branch  0x00002f5e 
- 00012450  0x00002308 bpatch  0x000000c0 , 0x00004018 
- 00012451  0x00002309 call  0x0000328f 
- 00012452  0x0000230b rtnne  0x00000007 
- 00012453  0x0000230c call  0x000030cb 
- 00012454  0x0000230d call  0x000030e0 
- 00012455  0x0000230e call  0x0000316e 
- 00012456  0x0000230f nbranch  0x00002f5e , 0x0000002f 
- 00012457  0x00002311 call  0x000030bc 
- 00012458  0x00002312 call  0x00003172 , 0x00000005 
- 00012459  0x00002316 call  0x00002f4c 
- 00012460  0x00002317 call  0x00003294 
- 00012461  0x00002319 set1  0x00000000 , 0x0000003f 
- 00012462  0x0000231a call  0x00003297 
- 00012463  0x0000231c call  0x00002f5e 
- 00012464  0x0000231d call  0x00003093 
- 00012465  0x0000231e call  0x000030bc 
- 00012466  0x0000231f branch  0x000030c1 , 0x00000005 
- 00012467  0x00002320 setarg  0x00000164 
- 00012468  0x00002321 call  0x000032d3 
- 00012469  0x00002323 call  0x000030be 
- 00012470  0x00002324 branch  0x000030c5 , 0x00000005 
- 00012471  0x00002325 setarg  0x00000160 
- 00012472  0x00002326 call  0x000032d3 
- 00012473  0x00002328 call  0x000030be 
- 00012474  0x00002329 branch  0x000030c8 , 0x00000005 
- 00012475  0x0000232a rtn 
- 00012476  0x0000232d setarg  0x0000012b 
- 00012477  0x0000232e call  0x000032d3 
- 00012478  0x00002331 call  0x0000322a 
- 00012479  0x00002333 isub  0x00000002 , 0x0000003e 
- 00012480  0x00002334 rtn 
- 00012481  0x00002337 setarg  0x00000182 
- 00012482  0x00002338 call  0x000032d0 
- 00012483  0x0000233c add  0x00000013 , 0x00000091 , 0x00000005 
- 00012484  0x0000233d branch  0x000032b4 
- 00012485  0x00002340 setarg  0x00000185 
- 00012486  0x00002341 call  0x000032d0 
- 00012487  0x00002343 branch  0x000030c3 
- 00012488  0x00002345 setarg  0x00000188 
- 00012489  0x00002346 call  0x000032d0 
- 00012490  0x00002348 branch  0x000030c3 
- 00012491  0x0000234b call  0x00003294 
- 00012492  0x0000234d rtnbit1  0x00000007 
- 00012493  0x0000234e set1  0x00000007 , 0x0000003f 
- 00012494  0x0000234f call  0x00003297 
- 00012495  0x00002351 call  0x00003283 
- 00012496  0x00002353 call  0x0000329c 
- 00012497  0x00002355 setarg  0x00000000 
- 00012498  0x00002356 add  0x00000013 , 0x000000f5 , 0x00000005 
- 00012499  0x00002357 istore  0x00000003 , 0x00000005 
- 00012500  0x00002359 arg  0x00000183 , 0x00000011 
- 00012501  0x0000235a call  0x000032bf 
- 00012502  0x0000235b istore  0x00000007 , 0x00000005 
- 00012503  0x0000235e call  0x000030bc 
- 00012504  0x0000235f nrtn  0x00000005 
- 00012505  0x00002360 add  0x00000013 , 0x00000091 , 0x00000011 
- 00012506  0x00002361 ifetch  0x00000001 , 0x00000011 
- 00012507  0x00002363 arg  0x00000182 , 0x00000011 
- 00012508  0x00002364 call  0x000032b3 
- 00012509  0x00002366 add  0x00000013 , 0x00000090 , 0x00000011 
- 00012510  0x00002367 ifetch  0x00000001 , 0x00000011 
- 00012511  0x0000236a branch  0x0000314a 
- 00012512  0x0000236d bpatch  0x000000c1 , 0x00004018 
- 00012513  0x0000236e call  0x00003281 
- 00012514  0x00002370 increase  0x00000001 , 0x0000003f 
- 00012515  0x00002371 and_into  0x00000003 , 0x0000003f 
- 00012516  0x00002372 call  0x00003284 
- 00012517  0x00002375 beq  0x00000000 , 0x0000310e 
- 00012518  0x00002376 beq  0x00000001 , 0x00003132 
- 00012519  0x00002377 beq  0x00000002 , 0x000030ea 
- 00012520  0x00002378 beq  0x00000003 , 0x00003132 
- 00012521  0x00002379 rtn 
- 00012522  0x0000237c call  0x00002fdf 
- 00012523  0x0000237d setarg  0x00000160 
- 00012524  0x0000237e call  0x0000327e 
- 00012525  0x00002380 branch  0x000030e0 , 0x00000034 
- 00012526  0x00002381 call  0x0000322c 
- 00012527  0x00002383 setarg  0x00000189 
- 00012528  0x00002384 call  0x000032d0 
- 00012529  0x00002386 call  0x00003108 , 0x00000034 
- 00012530  0x00002387 setarg  0x00000187 
- 00012531  0x00002388 call  0x000032d0 
- 00012532  0x0000238a call  0x0000322f 
- 00012533  0x0000238c add  0x00000013 , 0x000000f7 , 0x00000011 
- 00012534  0x0000238d ifetcht  0x00000001 , 0x00000011 
- 00012535  0x0000238f arg  0x00000f9e , 0x00000011 
- 00012536  0x00002390 call  0x00002e58 
- 00012537  0x00002391 add  0x00000013 , 0x000000f7 , 0x00000005 
- 00012538  0x00002392 istoret  0x00000001 , 0x00000005 
- 00012539  0x00002394 call  0x00002f94 
- 00012540  0x00002395 add  0x00000013 , 0x000000fa , 0x00000005 
- 00012541  0x00002396 istoret  0x00000001 , 0x00000005 
- 00012542  0x00002398 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012543  0x00002399 nrtn  0x00000002 
- 00012544  0x0000239a setarg  0x00000188 
- 00012545  0x0000239b call  0x00003275 
- 00012546  0x0000239d call  0x00002c90 
- 00012547  0x0000239e arg  0x00000188 , 0x00000011 
- 00012548  0x0000239f call  0x000032c8 
- 00012549  0x000023a0 istoret  0x00000001 , 0x00000005 
- 00012550  0x000023a4 arg  0x00000187 , 0x00000011 
- 00012551  0x000023a5 branch  0x000032b3 
- 00012552  0x000023a8 setarg  0x00000001 
- 00012553  0x000023a9 arg  0x00000189 , 0x00000011 
- 00012554  0x000023aa call  0x000032b3 
- 00012555  0x000023ac arg  0x00000000 , 0x00000002 
- 00012556  0x000023ad call  0x00002c94 
- 00012557  0x000023b0 branch  0x00003106 
- 00012558  0x000023b3 call  0x00002fea 
- 00012559  0x000023b4 setarg  0x00000164 
- 00012560  0x000023b5 call  0x0000327e 
- 00012561  0x000023b7 branch  0x000030e0 , 0x00000034 
- 00012562  0x000023b8 call  0x0000322c 
- 00012563  0x000023ba setarg  0x00000186 
- 00012564  0x000023bb call  0x000032d0 
- 00012565  0x000023bd call  0x0000312c , 0x00000034 
- 00012566  0x000023be setarg  0x00000184 
- 00012567  0x000023bf call  0x000032d0 
- 00012568  0x000023c1 call  0x0000322f 
- 00012569  0x000023c3 add  0x00000013 , 0x000000f6 , 0x00000011 
- 00012570  0x000023c4 ifetcht  0x00000001 , 0x00000011 
- 00012571  0x000023c6 arg  0x0000109e , 0x00000011 
- 00012572  0x000023c7 call  0x00002e58 
- 00012573  0x000023c8 add  0x00000013 , 0x000000f6 , 0x00000005 
- 00012574  0x000023c9 istoret  0x00000001 , 0x00000005 
- 00012575  0x000023cb call  0x00002f94 
- 00012576  0x000023cc add  0x00000013 , 0x000000f9 , 0x00000005 
- 00012577  0x000023cd istoret  0x00000001 , 0x00000005 
- 00012578  0x000023cf sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012579  0x000023d0 nrtn  0x00000002 
- 00012580  0x000023d1 setarg  0x00000185 
- 00012581  0x000023d2 call  0x00003275 
- 00012582  0x000023d4 call  0x00002c90 
- 00012583  0x000023d5 arg  0x00000185 , 0x00000011 
- 00012584  0x000023d6 call  0x000032c8 
- 00012585  0x000023d7 istoret  0x00000001 , 0x00000005 
- 00012586  0x000023db arg  0x00000184 , 0x00000011 
- 00012587  0x000023dc branch  0x000032b3 
- 00012588  0x000023df setarg  0x00000001 
- 00012589  0x000023e0 arg  0x00000186 , 0x00000011 
- 00012590  0x000023e1 call  0x000032b3 
- 00012591  0x000023e3 arg  0x00000000 , 0x00000002 
- 00012592  0x000023e4 call  0x00002c94 
- 00012593  0x000023e7 branch  0x0000312a 
- 00012594  0x000023ea call  0x00002fdf 
- 00012595  0x000023eb call  0x0000327d 
- 00012596  0x000023ed call  0x0000322c 
- 00012597  0x000023ef setarg  0x00000183 
- 00012598  0x000023f0 call  0x000032d0 
- 00012599  0x000023f2 call  0x0000314c , 0x00000034 
- 00012600  0x000023f3 call  0x0000314f 
- 00012601  0x000023f4 add  0x00000013 , 0x000000f5 , 0x00000011 
- 00012602  0x000023f5 ifetcht  0x00000001 , 0x00000011 
- 00012603  0x000023f7 arg  0x00000e9e , 0x00000011 
- 00012604  0x000023f8 call  0x00002e58 
- 00012605  0x000023f9 add  0x00000013 , 0x000000f5 , 0x00000005 
- 00012606  0x000023fa istoret  0x00000001 , 0x00000005 
- 00012607  0x000023fc call  0x00002f94 
- 00012608  0x000023fd add  0x00000013 , 0x000000f8 , 0x00000005 
- 00012609  0x000023fe istoret  0x00000001 , 0x00000005 
- 00012610  0x00002400 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012611  0x00002401 nrtn  0x00000002 
- 00012612  0x00002402 setarg  0x00000182 
- 00012613  0x00002403 call  0x00003275 
- 00012614  0x00002405 call  0x00002c90 
- 00012615  0x00002406 arg  0x00000182 , 0x00000011 
- 00012616  0x00002407 call  0x000032c8 
- 00012617  0x00002408 istoret  0x00000001 , 0x00000005 
- 00012618  0x0000240d arg  0x00000181 , 0x00000011 
- 00012619  0x0000240e branch  0x000032b3 
- 00012620  0x00002416 setarg  0x00000001 
- 00012621  0x00002417 arg  0x00000183 , 0x00000011 
- 00012622  0x00002418 call  0x000032b3 
- 00012623  0x0000241a setarg  0x00000181 
- 00012624  0x0000241b call  0x000032d0 
- 00012625  0x0000241c branch  0x0000322f 
- 00012626  0x00002421 add  0x00000013 , 0x00000000 , 0x00000011 
- 00012627  0x00002422 ifetch  0x00000001 , 0x00000011 
- 00012628  0x00002424 call  0x0000323c 
- 00012629  0x00002427 call  0x00002dde 
- 00012630  0x00002429 call  0x0000325f 
- 00012631  0x0000242b isolate1  0x00000000 , 0x0000003f 
- 00012632  0x0000242c branch  0x0000315c , 0x00000001 
- 00012633  0x0000242e call  0x0000315d 
- 00012634  0x0000242f call  0x00002d53 
- 00012635  0x00002430 call  0x00002df7 
- 00012636  0x00002432 branch  0x00002e45 
- 00012637  0x00002435 bpatch  0x000000c2 , 0x00004018 
- 00012638  0x00002436 add  0x00000013 , 0x00000086 , 0x00000005 
- 00012639  0x00002437 call  0x000032d6 
- 00012640  0x00002439 setarg  0x0000013b 
- 00012641  0x0000243a call  0x000032d0 
- 00012642  0x0000243c rtn  0x00000034 
- 00012643  0x0000243d setarg  0x00000006 
- 00012644  0x0000243e add  0x00000013 , 0x00000086 , 0x00000005 
- 00012645  0x0000243f istore  0x00000001 , 0x00000005 
- 00012646  0x00002441 arg  0x00000006 , 0x00000039 
- 00012647  0x00002442 setarg  0x0000012f 
- 00012648  0x00002443 iadd  0x00000013 , 0x00000006 
- 00012649  0x00002445 add  0x00000013 , 0x00000022 , 0x00000005 
- 00012650  0x00002447 branch  0x00007f01 
- 00012651  0x0000244b call  0x0000316e 
- 00012652  0x0000244c nbranch  0x00002f5e , 0x0000002f 
- 00012653  0x0000244d branch  0x00003172 
- 00012654  0x00002450 call  0x00002f5e 
- 00012655  0x00002451 call  0x00002e11 
- 00012656  0x00002452 nrtn  0x0000002f 
- 00012657  0x00002453 branch  0x00003152 
- 00012658  0x00002456 bpatch  0x000000c3 , 0x00004018 
- 00012659  0x00002457 call  0x00003188 
- 00012660  0x00002458 nbranch  0x00002f5e , 0x00000028 
- 00012661  0x00002459 add  0x00000013 , 0x00000084 , 0x00000011 
- 00012662  0x0000245a ifetch  0x00000001 , 0x00000011 
- 00012663  0x0000245c branch  0x00002f5e , 0x00000034 
- 00012664  0x0000245d increase  0x00000002 , 0x0000003f 
- 00012665  0x0000245e iforce  0x00000039 
- 00012666  0x0000245f add  0x00000013 , 0x00000000 , 0x00000006 
- 00012667  0x00002461 setarg  0x00000109 
- 00012668  0x00002462 iadd  0x00000013 , 0x00000005 
- 00012669  0x00002464 call  0x00007f01 
- 00012670  0x00002465 call  0x00003286 
- 00012671  0x00002467 call  0x000032b6 
- 00012672  0x00002469 call  0x00003093 , 0x00000034 
- 00012673  0x0000246a setarg  0x0000010b 
- 00012674  0x0000246b call  0x000032d0 
- 00012675  0x0000246d beq  0x00000001 , 0x0000319e 
- 00012676  0x0000246e beq  0x00000002 , 0x000031c6 
- 00012677  0x0000246f beq  0x00000003 , 0x000031f2 
- 00012678  0x00002470 beq  0x000000ff , 0x00003212 
- 00012679  0x00002471 branch  0x00002f5e 
- 00012680  0x00002474 call  0x00002c7a 
- 00012681  0x00002475 call  0x00007fe9 
- 00012682  0x00002476 add  0x00000013 , 0x000000ca , 0x00000011 
- 00012683  0x00002477 ifetch  0x00000001 , 0x00000011 
- 00012684  0x00002479 add  0x00000013 , 0x000000cb , 0x00000011 
- 00012685  0x0000247a ifetcht  0x00000001 , 0x00000011 
- 00012686  0x0000247c isub  0x00000002 , 0x0000003e 
- 00012687  0x0000247d ncall  0x00007fe7 , 0x00000005 
- 00012688  0x0000247e add  0x00000013 , 0x000000ca , 0x00000011 
- 00012689  0x0000247f ifetch  0x00000001 , 0x00000011 
- 00012690  0x00002481 add  0x00000013 , 0x000000cb , 0x00000005 
- 00012691  0x00002482 istore  0x00000001 , 0x00000005 
- 00012692  0x00002484 add  0x00000013 , 0x000000c4 , 0x00000011 
- 00012693  0x00002485 ifetch  0x00000003 , 0x00000011 
- 00012694  0x00002487 add  0x00000013 , 0x000000c7 , 0x00000011 
- 00012695  0x00002488 ifetcht  0x00000003 , 0x00000011 
- 00012696  0x0000248a isub  0x00000002 , 0x0000003e 
- 00012697  0x0000248b ncall  0x00007fe7 , 0x00000005 
- 00012698  0x0000248c add  0x00000013 , 0x000000c4 , 0x00000011 
- 00012699  0x0000248d ifetch  0x00000003 , 0x00000011 
- 00012700  0x0000248f add  0x00000013 , 0x000000c7 , 0x00000005 
- 00012701  0x00002491 branch  0x000032c5 
- 00012702  0x00002494 call  0x00002f88 
- 00012703  0x00002495 call  0x0000324c 
- 00012704  0x00002496 store  0x00000001 , 0x00000aa2 
- 00012705  0x00002498 call  0x00003274 
- 00012706  0x00002499 fetch  0x00000001 , 0x00000aa2 
- 00012707  0x0000249b isolate1  0x00000003 , 0x00000002 
- 00012708  0x0000249c setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012709  0x0000249d add  0x00000013 , 0x000000b2 , 0x00000005 
- 00012710  0x0000249e istore  0x00000001 , 0x00000005 
- 00012711  0x000024a0 beq  0x00000001 , 0x00003216 
- 00012712  0x000024a1 call  0x00003245 
- 00012713  0x000024a3 call  0x00003274 
- 00012714  0x000024a5 isolate1  0x00000004 , 0x00000002 
- 00012715  0x000024a6 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012716  0x000024a7 call  0x00003249 
- 00012717  0x000024a9 add  0x00000013 , 0x000000de , 0x00000011 
- 00012718  0x000024aa ifetch  0x00000002 , 0x00000011 
- 00012719  0x000024ac branch  0x00007f9c 
- 00012720  0x000024af setarg  0x00000001 
- 00012721  0x000024b0 store  0x00000001 , 0x00000d54 
- 00012722  0x000024b1 call  0x0000329e 
- 00012723  0x000024b3 istore  0x00000007 , 0x00000005 
- 00012724  0x000024b4 call  0x0000329e 
- 00012725  0x000024b6 ncall  0x000031bd , 0x00000034 
- 00012726  0x000024b7 call  0x0000329e 
- 00012727  0x000024b9 call  0x000031c2 , 0x00000034 
- 00012728  0x000024bb jam  0x00000020 , 0x00000d52 
- 00012729  0x000024bd fetch  0x00000001 , 0x00000d38 
- 00012730  0x000024be set1  0x00000002 , 0x0000003f 
- 00012731  0x000024bf store  0x00000001 , 0x00000d38 
- 00012732  0x000024c0 rtn 
- 00012733  0x000024c3 setarg  0x00000001 
- 00012734  0x000024c4 call  0x000032a8 
- 00012735  0x000024c7 setarg  0x00000140 
- 00012736  0x000024c8 arg  0x0000000b , 0x00000007 
- 00012737  0x000024c9 branch  0x00007f08 
- 00012738  0x000024cb call  0x000032a7 
- 00012739  0x000024ce setarg  0x00000000 
- 00012740  0x000024cf arg  0x0000000b , 0x00000007 
- 00012741  0x000024d0 branch  0x00007f08 
- 00012742  0x000024d3 call  0x00003274 
- 00012743  0x000024d5 isolate1  0x00000003 , 0x00000002 
- 00012744  0x000024d6 branch  0x0000321b , 0x00000001 
- 00012745  0x000024d7 arg  0x00000d64 , 0x00000005 
- 00012746  0x000024d8 call  0x000031e0 
- 00012747  0x000024d9 fetch  0x00000008 , 0x00000d64 
- 00012748  0x000024da ncall  0x000031e4 , 0x00000034 
- 00012749  0x000024db fetch  0x00000008 , 0x00000d64 
- 00012750  0x000024dc call  0x000031e9 , 0x00000034 
- 00012751  0x000024dd call  0x00002c7a 
- 00012752  0x000024de fetch  0x00000008 , 0x00000d64 
- 00012753  0x000024df arg  0x00000168 , 0x00000011 
- 00012754  0x000024e0 call  0x000032bf 
- 00012755  0x000024e1 istore  0x00000008 , 0x00000005 
- 00012756  0x000024e3 setarg  0x00000170 
- 00012757  0x000024e4 iadd  0x00000013 , 0x00000011 
- 00012758  0x000024e5 ifetcht  0x00000008 , 0x00000011 
- 00012759  0x000024e7 isub  0x00000002 , 0x0000003e 
- 00012760  0x000024e8 ncall  0x000031ed , 0x00000005 
- 00012761  0x000024e9 setarg  0x00000168 
- 00012762  0x000024ea iadd  0x00000013 , 0x00000011 
- 00012763  0x000024eb ifetch  0x00000008 , 0x00000011 
- 00012764  0x000024ed arg  0x00000170 , 0x00000011 
- 00012765  0x000024ee call  0x000032bf 
- 00012766  0x000024ef istore  0x00000008 , 0x00000005 
- 00012767  0x000024f1 branch  0x00002f5e 
- 00012768  0x000024f4 setarg  0x0000010b 
- 00012769  0x000024f5 iadd  0x00000013 , 0x00000006 
- 00012770  0x000024f7 arg  0x00000009 , 0x00000039 
- 00012771  0x000024f8 branch  0x00007ff3 
- 00012772  0x000024fb setarg  0x00000001 
- 00012773  0x000024fc call  0x000032ab 
- 00012774  0x000024ff setarg  0x00000140 
- 00012775  0x00002500 arg  0x0000000e , 0x00000007 
- 00012776  0x00002501 branch  0x00007f08 
- 00012777  0x00002504 call  0x000032aa 
- 00012778  0x00002507 setarg  0x00000000 
- 00012779  0x00002508 arg  0x0000000e , 0x00000007 
- 00012780  0x00002509 branch  0x00007f08 
- 00012781  0x0000250d jam  0x00000010 , 0x00000d51 
- 00012782  0x0000250e fetch  0x00000001 , 0x00000d38 
- 00012783  0x0000250f set1  0x00000001 , 0x0000003f 
- 00012784  0x00002510 store  0x00000001 , 0x00000d38 
- 00012785  0x00002511 rtn 
- 00012786  0x00002514 arg  0x00000d74 , 0x00000005 
- 00012787  0x00002515 call  0x000031e0 
- 00012788  0x00002516 fetch  0x00000002 , 0x00000d75 
- 00012789  0x00002517 ncall  0x00003209 , 0x00000034 
- 00012790  0x00002518 fetch  0x00000002 , 0x00000d75 
- 00012791  0x00002519 call  0x0000320e , 0x00000034 
- 00012792  0x0000251a call  0x00002c7a 
- 00012793  0x0000251b fetch  0x00000003 , 0x00000d74 
- 00012794  0x0000251c arg  0x00000178 , 0x00000011 
- 00012795  0x0000251d call  0x000032c4 
- 00012796  0x0000251f setarg  0x0000017b 
- 00012797  0x00002520 iadd  0x00000013 , 0x00000011 
- 00012798  0x00002521 ifetcht  0x00000003 , 0x00000011 
- 00012799  0x00002523 isub  0x00000002 , 0x0000003e 
- 00012800  0x00002524 ncall  0x00003207 , 0x00000005 
- 00012801  0x00002525 setarg  0x00000178 
- 00012802  0x00002526 iadd  0x00000013 , 0x00000011 
- 00012803  0x00002527 ifetch  0x00000003 , 0x00000011 
- 00012804  0x00002529 arg  0x0000017b , 0x00000011 
- 00012805  0x0000252a call  0x000032c4 
- 00012806  0x0000252c branch  0x00002f5e 
- 00012807  0x0000252f jam  0x00000021 , 0x00000d52 
- 00012808  0x00002530 branch  0x000031b9 
- 00012809  0x00002533 setarg  0x00000001 
- 00012810  0x00002534 call  0x000032ae 
- 00012811  0x00002537 setarg  0x00000140 
- 00012812  0x00002538 arg  0x0000000c , 0x00000007 
- 00012813  0x00002539 branch  0x00007f08 
- 00012814  0x0000253c call  0x000032ad 
- 00012815  0x0000253f setarg  0x00000000 
- 00012816  0x00002540 arg  0x0000000c , 0x00000007 
- 00012817  0x00002541 branch  0x00007f08 
- 00012818  0x00002544 call  0x000032bd 
- 00012819  0x00002546 beq  0x00000001 , 0x00003216 
- 00012820  0x00002547 beq  0x00000002 , 0x0000321b 
- 00012821  0x00002548 rtn 
- 00012822  0x0000254a setarg  0x0000010d 
- 00012823  0x0000254b call  0x0000327e 
- 00012824  0x0000254c arg  0x00000160 , 0x00000011 
- 00012825  0x0000254d call  0x000032bf 
- 00012826  0x00002550 branch  0x0000322d 
- 00012827  0x00002553 setarg  0x0000010d 
- 00012828  0x00002554 call  0x0000327e 
- 00012829  0x00002555 arg  0x00000164 , 0x00000011 
- 00012830  0x00002556 call  0x000032bf 
- 00012831  0x00002559 branch  0x0000322d 
- 00012832  0x0000255c call  0x00002c7a 
- 00012833  0x0000255d add  0x00000013 , 0x000000cd , 0x00000005 
- 00012834  0x0000255e istore  0x00000001 , 0x00000005 
- 00012835  0x0000255f rtn 
- 00012836  0x00002562 call  0x00002c7a 
- 00012837  0x00002563 add  0x00000013 , 0x000000be , 0x00000011 
- 00012838  0x00002564 branch  0x0000327f 
- 00012839  0x00002566 call  0x00002c7a 
- 00012840  0x00002567 add  0x00000013 , 0x000000be , 0x00000005 
- 00012841  0x00002568 branch  0x0000322d 
- 00012842  0x0000256b add  0x00000013 , 0x000000ae , 0x00000011 
- 00012843  0x0000256c branch  0x0000327f 
- 00012844  0x0000256e add  0x00000013 , 0x000000ae , 0x00000005 
- 00012845  0x00002570 istore  0x00000004 , 0x00000005 
- 00012846  0x00002571 rtn 
- 00012847  0x00002574 add  0x00000013 , 0x00000090 , 0x00000005 
- 00012848  0x00002575 branch  0x000032b4 
- 00012849  0x00002578 setarg  0x00000000 
- 00012850  0x0000257a call  0x00002c7a 
- 00012851  0x0000257b add  0x00000013 , 0x00000085 , 0x00000005 
- 00012852  0x0000257c branch  0x000032b4 
- 00012853  0x0000257f add  0x00000013 , 0x00000042 , 0x00000005 
- 00012854  0x00002580 branch  0x000032b4 
- 00012855  0x00002583 setarg  0x00000004 
- 00012856  0x00002585 add  0x00000013 , 0x000000cc , 0x00000005 
- 00012857  0x00002586 branch  0x000032b4 
- 00012858  0x00002589 add  0x00000013 , 0x00000087 , 0x00000011 
- 00012859  0x0000258a branch  0x000032d1 
- 00012860  0x0000258c add  0x00000013 , 0x00000087 , 0x00000005 
- 00012861  0x0000258d branch  0x000032b4 
- 00012862  0x00002590 setarg  0x00000002 
- 00012863  0x00002592 add  0x00000013 , 0x000000d0 , 0x00000005 
- 00012864  0x00002593 branch  0x000032b4 
- 00012865  0x00002596 setarg  0x00000001 
- 00012866  0x00002598 call  0x00002c7a 
- 00012867  0x00002599 add  0x00000013 , 0x000000ce , 0x00000005 
- 00012868  0x0000259a branch  0x000032b4 
- 00012869  0x0000259d call  0x00002c7a 
- 00012870  0x0000259e add  0x00000013 , 0x000000b4 , 0x00000011 
- 00012871  0x0000259f branch  0x000032d1 
- 00012872  0x000025a1 setarg  0x00000001 
- 00012873  0x000025a3 call  0x00002c7a 
- 00012874  0x000025a4 add  0x00000013 , 0x000000b4 , 0x00000005 
- 00012875  0x000025a5 branch  0x000032b4 
- 00012876  0x000025a8 call  0x00002c7a 
- 00012877  0x000025a9 add  0x00000013 , 0x000000b2 , 0x00000011 
- 00012878  0x000025aa branch  0x000032d1 
- 00012879  0x000025ac setarg  0x00000001 
- 00012880  0x000025ae call  0x00002c7a 
- 00012881  0x000025af add  0x00000013 , 0x000000b2 , 0x00000005 
- 00012882  0x000025b0 branch  0x000032b4 
- 00012883  0x000025b3 call  0x00002c7a 
- 00012884  0x000025b4 add  0x00000013 , 0x00000096 , 0x00000011 
- 00012885  0x000025b5 branch  0x000032d1 
- 00012886  0x000025b7 add  0x00000013 , 0x00000096 , 0x00000005 
- 00012887  0x000025b8 branch  0x000032b4 
- 00012888  0x000025bb add  0x00000013 , 0x000000cf , 0x00000011 
- 00012889  0x000025bc branch  0x000032d1 
- 00012890  0x000025be setarg  0x00000000 
- 00012891  0x000025c0 add  0x00000013 , 0x000000cf , 0x00000005 
- 00012892  0x000025c1 branch  0x000032b4 
- 00012893  0x000025c4 add  0x00000013 , 0x000000d2 , 0x00000011 
- 00012894  0x000025c5 branch  0x000032d1 
- 00012895  0x000025c8 add  0x00000013 , 0x00000001 , 0x00000011 
- 00012896  0x000025c9 branch  0x000032d1 
- 00012897  0x000025cc add  0x00000013 , 0x000000b5 , 0x00000011 
- 00012898  0x000025cd branch  0x000032d1 
- 00012899  0x000025cf setarg  0x00000000 
- 00012900  0x000025d1 call  0x00002c7a 
- 00012901  0x000025d2 add  0x00000013 , 0x000000b5 , 0x00000005 
- 00012902  0x000025d3 branch  0x000032b4 
- 00012903  0x000025d6 call  0x00002c7a 
- 00012904  0x000025d7 add  0x00000013 , 0x000000fb , 0x00000011 
- 00012905  0x000025d8 ifetch  0x00000001 , 0x00000011 
- 00012906  0x000025da store  0x00000001 , 0x000041de 
- 00012907  0x000025db rtn 
- 00012908  0x000025de call  0x00002c7a 
- 00012909  0x000025df fetch  0x00000001 , 0x000041de 
- 00012910  0x000025e1 add  0x00000013 , 0x000000fb , 0x00000005 
- 00012911  0x000025e2 branch  0x000032b4 
- 00012912  0x000025e5 add  0x00000013 , 0x000000fc , 0x00000011 
- 00012913  0x000025e6 branch  0x000032d1 
- 00012914  0x000025e9 add  0x00000013 , 0x000000fe , 0x00000005 
- 00012915  0x000025ea branch  0x000032b4 
- 00012916  0x000025ed setarg  0x00000109 
- 00012917  0x000025ef iadd  0x00000013 , 0x00000011 
- 00012918  0x000025f0 ifetcht  0x00000001 , 0x00000011 
- 00012919  0x000025f1 rtn 
- 00012920  0x000025f4 setarg  0x00000135 
- 00012921  0x000025f5 branch  0x000032d0 
- 00012922  0x000025f7 setarg  0x00000000 
- 00012923  0x000025f9 arg  0x00000135 , 0x00000011 
- 00012924  0x000025fa branch  0x000032b3 
- 00012925  0x000025fd setarg  0x0000012b 
- 00012926  0x000025ff call  0x000032cd 
- 00012927  0x00002601 ifetch  0x00000004 , 0x00000011 
- 00012928  0x00002602 rtn 
- 00012929  0x00002605 setarg  0x0000015f 
- 00012930  0x00002606 branch  0x000032d0 
- 00012931  0x00002608 setarg  0x00000000 
- 00012932  0x0000260a arg  0x0000015f , 0x00000011 
- 00012933  0x0000260b branch  0x000032b3 
- 00012934  0x0000260e setarg  0x00000000 
- 00012935  0x00002610 arg  0x0000015c , 0x00000011 
- 00012936  0x00002611 branch  0x000032b3 
- 00012937  0x00002614 arg  0x0000012f , 0x00000011 
- 00012938  0x00002615 branch  0x000032b3 
- 00012939  0x00002618 setarg  0x00000108 
- 00012940  0x00002619 branch  0x000032d0 
- 00012941  0x0000261b arg  0x00000108 , 0x00000011 
- 00012942  0x0000261c branch  0x000032b3 
- 00012943  0x0000261f setarg  0x00000105 
- 00012944  0x00002620 branch  0x000032d0 
- 00012945  0x00002622 setarg  0x00000000 
- 00012946  0x00002624 arg  0x00000105 , 0x00000011 
- 00012947  0x00002625 branch  0x000032b3 
- 00012948  0x00002628 setarg  0x00000104 
- 00012949  0x00002629 branch  0x000032d0 
- 00012950  0x0000262b setarg  0x00000000 
- 00012951  0x0000262d arg  0x00000104 , 0x00000011 
- 00012952  0x0000262e branch  0x000032b3 
- 00012953  0x00002631 setarg  0x00000000 
- 00012954  0x00002633 arg  0x0000013b , 0x00000011 
- 00012955  0x00002634 branch  0x000032b3 
- 00012956  0x00002636 setarg  0x00000001 
- 00012957  0x00002637 branch  0x0000329a 
- 00012958  0x0000263a setarg  0x0000010c 
- 00012959  0x0000263b call  0x000032cd 
- 00012960  0x0000263c ifetch  0x00000007 , 0x00000011 
- 00012961  0x0000263d rtn 
- 00012962  0x00002640 setarg  0x0000015e 
- 00012963  0x00002641 branch  0x000032d0 
- 00012964  0x00002643 setarg  0x00000000 
- 00012965  0x00002645 arg  0x0000015e , 0x00000011 
- 00012966  0x00002646 branch  0x000032b3 
- 00012967  0x00002649 setarg  0x00000000 
- 00012968  0x0000264b arg  0x00000180 , 0x00000011 
- 00012969  0x0000264c branch  0x000032b3 
- 00012970  0x0000264f setarg  0x00000000 
- 00012971  0x00002651 arg  0x0000017e , 0x00000011 
- 00012972  0x00002652 branch  0x000032b3 
- 00012973  0x00002655 setarg  0x00000000 
- 00012974  0x00002657 arg  0x0000017f , 0x00000011 
- 00012975  0x00002658 branch  0x000032b3 
- 00012976  0x0000265b arg  0x00000102 , 0x00000011 
- 00012977  0x0000265c branch  0x000032b3 
- 00012978  0x0000265f arg  0x00000103 , 0x00000011 
- 00012979  0x00002661 call  0x000032c7 
- 00012980  0x00002663 istore  0x00000001 , 0x00000005 
- 00012981  0x00002664 rtn 
- 00012982  0x00002667 setarg  0x0000015d 
- 00012983  0x00002668 branch  0x000032d0 
- 00012984  0x0000266b arg  0x0000015d , 0x00000011 
- 00012985  0x0000266c branch  0x000032b3 
- 00012986  0x0000266f setarg  0x0000018a 
- 00012987  0x00002670 call  0x000032d0 
- 00012988  0x00002671 branch  0x0000326a 
- 00012989  0x00002674 setarg  0x0000010c 
- 00012990  0x00002675 branch  0x000032d0 
- 00012991  0x00002678 copy  0x0000003f , 0x00000002 
- 00012992  0x00002679 copy  0x00000011 , 0x0000003f 
- 00012993  0x0000267a iadd  0x00000013 , 0x00000005 
- 00012994  0x0000267b copy  0x00000002 , 0x0000003f 
- 00012995  0x0000267c rtn 
- 00012996  0x0000267f call  0x000032bf 
- 00012997  0x00002681 istore  0x00000003 , 0x00000005 
- 00012998  0x00002682 rtn 
- 00012999  0x00002685 call  0x00002c7a 
- 00013000  0x00002687 copy  0x0000003f , 0x00000012 
- 00013001  0x00002688 copy  0x00000011 , 0x0000003f 
- 00013002  0x00002689 iadd  0x00000013 , 0x00000005 
- 00013003  0x0000268a copy  0x00000012 , 0x0000003f 
- 00013004  0x0000268b rtn 
- 00013005  0x0000268e call  0x00002c7a 
- 00013006  0x0000268f iadd  0x00000013 , 0x00000011 
- 00013007  0x00002690 rtn 
- 00013008  0x00002693 call  0x000032cd 
- 00013009  0x00002695 ifetch  0x00000001 , 0x00000011 
- 00013010  0x00002696 rtn 
- 00013011  0x00002699 call  0x000032cd 
- 00013012  0x0000269a ifetcht  0x00000004 , 0x00000011 
- 00013013  0x0000269b rtn 
- 00013014  0x0000269e setarg  0x00000000 
- 00013015  0x0000269f branch  0x000032b4 
- 00013016  0x000026a4 bpatch  0x000000c4 , 0x00004018 
- 00013017  0x000026a5 fetch  0x00000001 , 0x00004092 
- 00013018  0x000026a6 branch  0x000032d8 , 0x00000034 
- 00013019  0x000026a8 beq  0x00000004 , 0x00002f30 
- 00013020  0x000026a9 beq  0x0000000f , 0x00003436 
- 00013021  0x000026aa beq  0x00000009 , 0x000045de 
- 00013022  0x000026ab beq  0x0000000a , 0x0000392a 
- 00013023  0x000026ac beq  0x0000000e , 0x000035bf 
- 00013024  0x000026ad beq  0x00000010 , 0x000044a4 
- 00013025  0x000026ae bbit1  0x00000006 , 0x00003d00 
- 00013026  0x000026af rtn 
- 00013027  0x000026b2 bpatch  0x000000c5 , 0x00004018 
- 00013028  0x000026b3 jam  0x00000000 , 0x00000151 
- 00013029  0x000026b4 jam  0x00000000 , 0x0000017f 
- 00013030  0x000026b5 jam  0x00000000 , 0x00000180 
- 00013031  0x000026b6 setarg  0x00000000 
- 00013032  0x000026b7 store  0x00000005 , 0x000009ae 
- 00013033  0x000026b8 fetch  0x00000001 , 0x00004092 
- 00013034  0x000026b9 branch  0x000032e3 , 0x00000034 
- 00013035  0x000026ba beq  0x0000000a , 0x00003962 
- 00013036  0x000026bc rtn 
- 00013037  0x000026c0 call  0x00007cd1 
- 00013038  0x000026c1 call  0x00007d9c 
- 00013039  0x000026c2 call  0x000032f6 
- 00013040  0x000026c3 fetch  0x00000002 , 0x000041f3 
- 00013041  0x000026c4 branch  0x00007f9c 
- 00013042  0x000026c7 fetch  0x00000002 , 0x000041f1 
- 00013043  0x000026c8 branch  0x00007f9c 
- 00013044  0x000026cb fetch  0x00000002 , 0x000041ef 
- 00013045  0x000026cc branch  0x00007f9c 
- 00013046  0x000026cf bpatch  0x000000c6 , 0x00004018 
- 00013047  0x000026d1 arg  0x00004668 , 0x00000011 
- 00013048  0x000026d2 call  0x00007fc4 
- 00013049  0x000026d3 rtn  0x00000034 
- 00013050  0x000026d5 copy  0x0000003f , 0x00000013 
- 00013051  0x000026d6 call  0x000032ff 
- 00013052  0x000026d7 branch  0x00003324 
- 00013053  0x000026da arg  0x00000000 , 0x00000013 
- 00013054  0x000026db rtn 
- 00013055  0x000026e1 beq  0x00000001 , 0x00003311 
- 00013056  0x000026e2 beq  0x00000010 , 0x00003357 
- 00013057  0x000026e3 beq  0x00000005 , 0x00003335 
- 00013058  0x000026e4 beq  0x00000012 , 0x0000333c 
- 00013059  0x000026e5 beq  0x00000006 , 0x00003353 
- 00013060  0x000026e6 beq  0x00000004 , 0x00003394 
- 00013061  0x000026e7 beq  0x00000002 , 0x00003399 
- 00013062  0x000026e8 beq  0x00000013 , 0x00003394 
- 00013063  0x000026e9 beq  0x00000014 , 0x0000334b 
- 00013064  0x000026ea beq  0x00000015 , 0x0000334f 
- 00013065  0x000026eb beq  0x00000003 , 0x0000332e 
- 00013066  0x000026ec beq  0x0000000b , 0x00003340 
- 00013067  0x000026ed beq  0x0000000c , 0x00003347 
- 00013068  0x000026ef beq  0x00000016 , 0x0000335b 
- 00013069  0x000026f0 beq  0x00000018 , 0x0000332a 
- 00013070  0x000026f1 beq  0x0000002a , 0x0000331a 
- 00013071  0x000026f2 beq  0x0000002b , 0x00003318 
- 00013072  0x000026f3 rtn 
- 00013073  0x000026f7 fetch  0x00000002 , 0x00004682 
- 00013074  0x000026f8 set1  0x00000000 , 0x0000003f 
- 00013075  0x000026f9 store  0x00000002 , 0x00004682 
- 00013076  0x000026fa fetch  0x00000002 , 0x0000420a 
- 00013077  0x000026fb set0  0x00000000 , 0x0000003f 
- 00013078  0x000026fc store  0x00000002 , 0x0000420a 
- 00013079  0x000026fd rtn 
- 00013080  0x00002700 jam  0x00000000 , 0x00000229 
- 00013081  0x00002701 rtn 
- 00013082  0x00002704 fetch  0x00000001 , 0x00000229 
- 00013083  0x00002705 increase  0x00000001 , 0x0000003f 
- 00013084  0x00002706 store  0x00000001 , 0x00000229 
- 00013085  0x00002707 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00013086  0x00002708 branch  0x000033df , 0x00000002 
- 00013087  0x00002709 jam  0x00000000 , 0x00000229 
- 00013088  0x0000270a fetch  0x00000002 , 0x0000420a 
- 00013089  0x0000270b set1  0x00000009 , 0x0000003f 
- 00013090  0x0000270c store  0x00000002 , 0x0000420a 
- 00013091  0x0000270d branch  0x000033e9 
- 00013092  0x00002710 fetch  0x00000002 , 0x000041f5 
- 00013093  0x00002711 branch  0x00007f9c 
- 00013094  0x00002714 fetch  0x00000002 , 0x000041e9 
- 00013095  0x00002715 branch  0x00007f9c 
- 00013096  0x00002718 fetch  0x00000002 , 0x000041ed 
- 00013097  0x00002719 branch  0x00007f9c 
- 00013098  0x0000271c fetch  0x00000002 , 0x0000420a 
- 00013099  0x0000271d set1  0x00000001 , 0x0000003f 
- 00013100  0x0000271e store  0x00000002 , 0x0000420a 
- 00013101  0x0000271f branch  0x00003412 
- 00013102  0x00002722 fetch  0x00000002 , 0x00004682 
- 00013103  0x00002723 set1  0x00000007 , 0x0000003f 
- 00013104  0x00002724 store  0x00000002 , 0x00004682 
- 00013105  0x00002725 fetch  0x00000002 , 0x0000420a 
- 00013106  0x00002726 set1  0x00000002 , 0x0000003f 
- 00013107  0x00002727 store  0x00000002 , 0x0000420a 
- 00013108  0x00002728 rtn 
- 00013109  0x0000272b fetch  0x00000002 , 0x00004682 
- 00013110  0x0000272c set1  0x00000001 , 0x0000003f 
- 00013111  0x0000272d store  0x00000002 , 0x00004682 
- 00013112  0x0000272e fetch  0x00000002 , 0x0000420a 
- 00013113  0x0000272f set1  0x00000004 , 0x0000003f 
- 00013114  0x00002730 store  0x00000002 , 0x0000420a 
- 00013115  0x00002731 rtn 
- 00013116  0x00002734 fetch  0x00000002 , 0x00004682 
- 00013117  0x00002735 set1  0x00000003 , 0x0000003f 
- 00013118  0x00002736 store  0x00000002 , 0x00004682 
- 00013119  0x00002737 rtn 
- 00013120  0x0000273a fetch  0x00000002 , 0x00004682 
- 00013121  0x0000273b set1  0x00000005 , 0x0000003f 
- 00013122  0x0000273c store  0x00000002 , 0x00004682 
- 00013123  0x0000273d fetch  0x00000002 , 0x0000420a 
- 00013124  0x0000273e set1  0x00000003 , 0x0000003f 
- 00013125  0x0000273f store  0x00000002 , 0x0000420a 
- 00013126  0x00002740 rtn 
- 00013127  0x00002743 fetch  0x00000002 , 0x00004682 
- 00013128  0x00002744 set0  0x00000005 , 0x0000003f 
- 00013129  0x00002745 store  0x00000002 , 0x00004682 
- 00013130  0x00002746 rtn 
- 00013131  0x00002749 fetch  0x00000002 , 0x00004682 
- 00013132  0x0000274a set1  0x00000009 , 0x0000003f 
- 00013133  0x0000274b store  0x00000002 , 0x00004682 
- 00013134  0x0000274c rtn 
- 00013135  0x0000274f fetch  0x00000002 , 0x00004682 
- 00013136  0x00002750 set0  0x00000009 , 0x0000003f 
- 00013137  0x00002751 store  0x00000002 , 0x00004682 
- 00013138  0x00002752 branch  0x00003418 
- 00013139  0x00002755 fetch  0x00000002 , 0x00004682 
- 00013140  0x00002756 set1  0x00000002 , 0x0000003f 
- 00013141  0x00002757 store  0x00000002 , 0x00004682 
- 00013142  0x00002758 rtn 
- 00013143  0x0000275b fetch  0x00000002 , 0x0000420a 
- 00013144  0x0000275c set1  0x00000000 , 0x0000003f 
- 00013145  0x0000275d store  0x00000002 , 0x0000420a 
- 00013146  0x0000275e rtn 
- 00013147  0x00002761 fetch  0x00000002 , 0x0000420a 
- 00013148  0x00002762 set1  0x00000008 , 0x0000003f 
- 00013149  0x00002763 store  0x00000002 , 0x0000420a 
- 00013150  0x00002764 branch  0x000033e9 
- 00013151  0x00002768 bpatch  0x000000c7 , 0x00004018 
- 00013152  0x00002769 store  0x00000001 , 0x0000022a 
- 00013153  0x0000276b fetch  0x00000001 , 0x0000022a 
- 00013154  0x0000276c rtn  0x00000034 
- 00013155  0x0000276d increase  0xffffffff , 0x0000003f 
- 00013156  0x0000276e store  0x00000001 , 0x0000022a 
- 00013157  0x0000276f call  0x00007cdd 
- 00013158  0x00002770 call  0x000033d6 
- 00013159  0x00002771 call  0x00003387 
- 00013160  0x00002772 call  0x0000338d 
- 00013161  0x00002773 call  0x0000651b 
- 00013162  0x00002774 fetch  0x00000002 , 0x000041fd 
- 00013163  0x00002775 call  0x00007f9c 
- 00013164  0x00002776 branch  0x00003361 
- 00013165  0x0000277c ifetch  0x00000001 , 0x00000013 
- 00013166  0x0000277d rtn  0x00000034 
- 00013167  0x0000277e pincrease  0xffffffff 
- 00013168  0x0000277f istore  0x00000001 , 0x00000013 
- 00013169  0x00002780 nrtn  0x00000034 
- 00013170  0x00002781 copy  0x00000012 , 0x0000003f 
- 00013171  0x00002782 branch  0x00007f9c 
- 00013172  0x00002787 ifetch  0x00000002 , 0x00000013 
- 00013173  0x00002788 rtn  0x00000034 
- 00013174  0x00002789 pincrease  0xffffffff 
- 00013175  0x0000278a istore  0x00000002 , 0x00000013 
- 00013176  0x0000278b nrtn  0x00000034 
- 00013177  0x0000278c copy  0x00000012 , 0x0000003f 
- 00013178  0x0000278d branch  0x00007f9c 
- 00013179  0x00002790 fetcht  0x00000002 , 0x0000423f 
- 00013180  0x00002791 add  0x00000002 , 0x00000001 , 0x00000013 
- 00013181  0x00002792 arg  0x0000337f , 0x00000012 
- 00013182  0x00002793 branch  0x0000336d 
- 00013183  0x00002796 call  0x0000342d 
- 00013184  0x00002797 beq  0x00000001 , 0x00003382 
- 00013185  0x00002799 branch  0x0000340a 
- 00013186  0x0000279b setarg  0x00000002 
- 00013187  0x0000279c istore  0x00000001 , 0x00000013 
- 00013188  0x0000279d add  0x00000002 , 0x00000008 , 0x00000012 
- 00013189  0x0000279f ifetch  0x00000002 , 0x00000012 
- 00013190  0x000027a0 branch  0x00007f9c 
- 00013191  0x000027a3 arg  0x00004205 , 0x00000013 
- 00013192  0x000027a4 arg  0x0000338a , 0x00000012 
- 00013193  0x000027a5 branch  0x0000336d 
- 00013194  0x000027a8 call  0x00002252 
- 00013195  0x000027a9 branch  0x0000340e , 0x00000005 
- 00013196  0x000027aa rtn 
- 00013197  0x000027ae arg  0x0000467e , 0x00000013 
- 00013198  0x000027af arg  0x00003390 , 0x00000012 
- 00013199  0x000027b0 branch  0x00003374 
- 00013200  0x000027b3 call  0x000033f0 
- 00013201  0x000027b4 call  0x00003408 
- 00013202  0x000027b5 fetch  0x00000002 , 0x000041f7 
- 00013203  0x000027b6 branch  0x00007f9c 
- 00013204  0x000027ba call  0x000033ac 
- 00013205  0x000027bc fetch  0x00000002 , 0x00004682 
- 00013206  0x000027bd set0  0x00000007 , 0x0000003f 
- 00013207  0x000027be store  0x00000002 , 0x00004682 
- 00013208  0x000027bf rtn 
- 00013209  0x000027c2 jam  0x00000000 , 0x00004205 
- 00013210  0x000027c3 fetch  0x00000002 , 0x00004682 
- 00013211  0x000027c4 bbit1  0x00000007 , 0x0000339e 
- 00013212  0x000027c5 isolate0  0x00000001 , 0x0000003f 
- 00013213  0x000027c6 call  0x000032fd , 0x00000001 
- 00013214  0x000027c8 bpatch  0x000000c8 , 0x00004019 
- 00013215  0x000027c9 fetch  0x00000002 , 0x00004682 
- 00013216  0x000027ca set0  0x00000000 , 0x0000003f 
- 00013217  0x000027cb set0  0x00000001 , 0x0000003f 
- 00013218  0x000027cc set0  0x00000002 , 0x0000003f 
- 00013219  0x000027cd set0  0x00000003 , 0x0000003f 
- 00013220  0x000027ce set0  0x00000007 , 0x0000003f 
- 00013221  0x000027cf store  0x00000002 , 0x00004682 
- 00013222  0x000027d0 branch  0x00003418 
- 00013223  0x000027d3 call  0x000033a9 
- 00013224  0x000027d4 branch  0x0000340a 
- 00013225  0x000027d8 setarg  0x00000000 
- 00013226  0x000027d9 store  0x00000002 , 0x00004208 
- 00013227  0x000027da rtn 
- 00013228  0x000027dc setarg  0x00000000 
- 00013229  0x000027dd store  0x00000002 , 0x0000420a 
- 00013230  0x000027de rtn 
- 00013231  0x000027e1 fetch  0x00000002 , 0x0000420a 
- 00013232  0x000027e2 store  0x00000002 , 0x00004208 
- 00013233  0x000027e3 setarg  0x00000000 
- 00013234  0x000027e4 store  0x00000002 , 0x0000420a 
- 00013235  0x000027e5 rtn 
- 00013236  0x000027e8 fetch  0x00000002 , 0x0000420a 
- 00013237  0x000027e9 set1  0x00000007 , 0x0000003f 
- 00013238  0x000027ea store  0x00000002 , 0x00004208 
- 00013239  0x000027eb setarg  0x00000000 
- 00013240  0x000027ec store  0x00000002 , 0x0000420a 
- 00013241  0x000027ed rtn 
- 00013242  0x000027f6 fetch  0x00000001 , 0x00004682 
- 00013243  0x000027f7 isolate1  0x00000005 , 0x0000003f 
- 00013244  0x000027f8 rtn 
- 00013245  0x00002801 setarg  0x0000aa55 
- 00013246  0x00002803 store  0x00000002 , 0x00000aaa 
- 00013247  0x00002804 bpatch  0x000000c9 , 0x00004019 
- 00013248  0x00002805 arg  0x00000002 , 0x00000002 
- 00013249  0x00002806 arg  0x00000aaa , 0x00000011 
- 00013250  0x00002807 arg  0x000000c3 , 0x00000012 
- 00013251  0x00002808 branch  0x00006606 
- 00013252  0x0000280c bpatch  0x000000ca , 0x00004019 
- 00013253  0x0000280d arg  0x00000002 , 0x00000002 
- 00013254  0x0000280e arg  0x00000a9a , 0x00000011 
- 00013255  0x0000280f arg  0x000000c3 , 0x00000012 
- 00013256  0x00002810 call  0x000065df 
- 00013257  0x00002811 fetch  0x00000002 , 0x00000a9a 
- 00013258  0x00002812 arg  0x0000aa55 , 0x00000002 
- 00013259  0x00002813 isub  0x00000002 , 0x0000003e 
- 00013260  0x00002814 rtn 
- 00013261  0x00002818 fetch  0x00000001 , 0x0000455a 
- 00013262  0x00002819 store  0x00000001 , 0x00004205 
- 00013263  0x0000281a rtn 
- 00013264  0x0000281d arg  0x00000009 , 0x00000007 
- 00013265  0x0000281e branch  0x00002c32 
- 00013266  0x00002821 arg  0x00000009 , 0x00000007 
- 00013267  0x00002822 branch  0x00002c36 
- 00013268  0x00002825 jam  0x00000005 , 0x00004206 
- 00013269  0x00002826 branch  0x000033d0 
- 00013270  0x00002829 arg  0x00004206 , 0x00000013 
- 00013271  0x0000282a arg  0x000033d2 , 0x00000012 
- 00013272  0x0000282b branch  0x0000336d 
- 00013273  0x0000282e jam  0x00000001 , 0x00004363 
- 00013274  0x0000282f rtn 
- 00013275  0x00002832 jam  0x00000000 , 0x00004363 
- 00013276  0x00002833 rtn 
- 00013277  0x00002836 jam  0x0000000a , 0x00000a99 
- 00013278  0x00002837 branch  0x00007d8f 
- 00013279  0x0000283a jam  0x0000001d , 0x00000a99 
- 00013280  0x0000283b branch  0x00007d8f 
- 00013281  0x0000283e bpatch  0x000000cb , 0x00004019 
- 00013282  0x0000283f fetch  0x00000001 , 0x00004207 
- 00013283  0x00002840 store  0x00000001 , 0x0000016d 
- 00013284  0x00002841 jam  0x00000001 , 0x00000228 
- 00013285  0x00002842 jam  0x00000003 , 0x00000a99 
- 00013286  0x00002843 branch  0x00007d8f 
- 00013287  0x00002846 jam  0x0000001e , 0x00000a99 
- 00013288  0x00002847 branch  0x00007d8f 
- 00013289  0x0000284a jam  0x00000004 , 0x00000a99 
- 00013290  0x0000284b branch  0x00007d8f 
- 00013291  0x0000284e fetch  0x00000002 , 0x00004687 
- 00013292  0x0000284f store  0x00000002 , 0x0000467e 
- 00013293  0x00002851 call  0x00003404 
- 00013294  0x00002853 jam  0x00000001 , 0x00000a99 
- 00013295  0x00002854 branch  0x00007d8f 
- 00013296  0x00002857 setarg  0x00000000 
- 00013297  0x00002858 store  0x00000002 , 0x0000467e 
- 00013298  0x00002859 jam  0x00000002 , 0x00000a99 
- 00013299  0x0000285a branch  0x00007d8f 
- 00013300  0x0000285d jam  0x0000000f , 0x00000a99 
- 00013301  0x0000285e branch  0x00007d8f 
- 00013302  0x00002861 jam  0x00000010 , 0x00000a99 
- 00013303  0x00002862 branch  0x00007d8f 
- 00013304  0x00002865 jam  0x0000000e , 0x00000a99 
- 00013305  0x00002866 branch  0x00007d8f 
- 00013306  0x00002869 jam  0x0000000d , 0x00000a99 
- 00013307  0x0000286a branch  0x00007d8f 
- 00013308  0x0000286d jam  0x00000017 , 0x00000a99 
- 00013309  0x0000286e branch  0x00007d8f 
- 00013310  0x00002871 jam  0x00000018 , 0x00000a99 
- 00013311  0x00002872 branch  0x00007d8f 
- 00013312  0x00002875 jam  0x00000016 , 0x00000a99 
- 00013313  0x00002876 branch  0x00007d8f 
- 00013314  0x00002879 jam  0x00000011 , 0x00000a99 
- 00013315  0x0000287a branch  0x00007d8f 
- 00013316  0x0000287d jam  0x00000015 , 0x00000a99 
- 00013317  0x0000287e branch  0x00007d8f 
- 00013318  0x00002881 jam  0x00000014 , 0x00000a99 
- 00013319  0x00002882 branch  0x00007d8f 
- 00013320  0x00002886 jam  0x00000013 , 0x00000a99 
- 00013321  0x00002887 branch  0x00007d8f 
- 00013322  0x0000288a jam  0x00000019 , 0x00000a99 
- 00013323  0x0000288b branch  0x00007d8f 
- 00013324  0x0000288e jam  0x00000006 , 0x00000a99 
- 00013325  0x0000288f branch  0x00007d8f 
- 00013326  0x00002892 jam  0x00000005 , 0x00000a99 
- 00013327  0x00002893 branch  0x00007d8f 
- 00013328  0x00002896 jam  0x0000001f , 0x00000a99 
- 00013329  0x00002897 branch  0x00007d8f 
- 00013330  0x0000289a jam  0x00000020 , 0x00000a99 
- 00013331  0x0000289b branch  0x00007d8f 
- 00013332  0x0000289e jam  0x00000025 , 0x00000a99 
- 00013333  0x0000289f branch  0x00007d8f 
- 00013334  0x000028a2 set1  0x0000000d , 0x00000000 
- 00013335  0x000028a3 rtn 
- 00013336  0x000028a6 set0  0x0000000d , 0x00000000 
- 00013337  0x000028a7 rtn 
- 00013338  0x000028bc call  0x0000342d 
- 00013339  0x000028bd beq  0x00000002 , 0x00003424 
- 00013340  0x000028bf setarg  0x00000001 
- 00013341  0x000028c0 istore  0x00000001 , 0x00000013 
- 00013342  0x000028c1 add  0x00000002 , 0x00000003 , 0x00000011 
- 00013343  0x000028c2 add  0x00000002 , 0x00000006 , 0x00000012 
- 00013344  0x000028c4 ifetcht  0x00000001 , 0x00000011 
- 00013345  0x000028c5 increase  0x00000001 , 0x00000013 
- 00013346  0x000028c6 istoret  0x00000001 , 0x00000013 
- 00013347  0x000028c7 branch  0x00003385 
- 00013348  0x000028ca setarg  0x00000000 
- 00013349  0x000028cb istore  0x00000001 , 0x00000013 
- 00013350  0x000028cc fetch  0x00000002 , 0x00004682 
- 00013351  0x000028cd bbit0  0x00000009 , 0x00003429 
- 00013352  0x000028ce call  0x00003402 
- 00013353  0x000028d0 fetcht  0x00000002 , 0x0000423f 
- 00013354  0x000028d1 add  0x00000002 , 0x00000002 , 0x00000011 
- 00013355  0x000028d2 add  0x00000002 , 0x00000004 , 0x00000012 
- 00013356  0x000028d3 branch  0x00003420 
- 00013357  0x000028d6 fetcht  0x00000002 , 0x0000423f 
- 00013358  0x000028d7 add  0x00000002 , 0x00000000 , 0x00000013 
- 00013359  0x000028d8 ifetch  0x00000001 , 0x00000013 
- 00013360  0x000028d9 rtn 
- 00013361  0x000028dc call  0x0000342d 
- 00013362  0x000028dd bne  0x00000000 , 0x00003434 
- 00013363  0x000028de branch  0x0000340a 
- 00013364  0x000028e0 add  0x00000002 , 0x0000000a , 0x00000012 
- 00013365  0x000028e1 branch  0x00003385 
- 00013366  0x000028e4 rtn  0x0000002b 
- 00013367  0x000028e5 jam  0x00000000 , 0x00008081 
- 00013368  0x000028e6 setarg  0x00003463 
- 00013369  0x000028e7 store  0x00000002 , 0x000041eb 
- 00013370  0x000028e8 setarg  0x0000696c 
- 00013371  0x000028e9 store  0x00000002 , 0x000041ed 
- 00013372  0x000028ea setarg  0x000034f5 
- 00013373  0x000028eb store  0x00000002 , 0x000041f3 
- 00013374  0x000028ec setarg  0x000034f4 
- 00013375  0x000028ed store  0x00000002 , 0x000041ef 
- 00013376  0x000028ee setarg  0x0000347e 
- 00013377  0x000028ef store  0x00000002 , 0x000041f5 
- 00013378  0x000028f0 setarg  0x000034b2 
- 00013379  0x000028f1 store  0x00000002 , 0x000041fd 
- 00013380  0x000028f2 setarg  0x00003465 
- 00013381  0x000028f3 store  0x00000002 , 0x000041fb 
- 00013382  0x000028f4 setarg  0x00003470 
- 00013383  0x000028f5 store  0x00000002 , 0x000041e9 
- 00013384  0x000028f6 setarg  0x00003501 
- 00013385  0x000028f7 store  0x00000002 , 0x000041f9 
- 00013386  0x000028f8 bpatch  0x000000cc , 0x00004019 
- 00013387  0x000028f9 call  0x0000359b 
- 00013388  0x000028fa call  0x00006948 
- 00013389  0x000028fb call  0x000035ad 
- 00013390  0x000028fc call  0x00007d08 
- 00013391  0x000028fd call  0x00007cd3 
- 00013392  0x000028fe setarg  0x0000350b 
- 00013393  0x000028ff store  0x00000002 , 0x00004766 
- 00013394  0x00002900 setarg  0x000034fc 
- 00013395  0x00002901 store  0x00000002 , 0x0000475d 
- 00013396  0x00002902 setarg  0x000034f8 
- 00013397  0x00002903 store  0x00000002 , 0x0000475f 
- 00013398  0x00002904 setarg  0x0000346c 
- 00013399  0x00002905 store  0x00000002 , 0x00004761 
- 00013400  0x00002906 setarg  0x000035a2 
- 00013401  0x00002907 store  0x00000002 , 0x000046a9 
- 00013402  0x00002908 setarg  0x000035a4 
- 00013403  0x00002909 store  0x00000002 , 0x000046ab 
- 00013404  0x0000290a setarg  0x000035a9 
- 00013405  0x0000290b store  0x00000002 , 0x000046b4 
- 00013406  0x0000290c setarg  0x000035a6 
- 00013407  0x0000290d store  0x00000002 , 0x000046b6 
- 00013408  0x0000290e fetch  0x00000002 , 0x00004682 
- 00013409  0x0000290f rtnbit1  0x0000000c 
- 00013410  0x00002910 branch  0x0000340a 
- 00013411  0x00002913 call  0x00003586 
- 00013412  0x00002914 branch  0x0000340a 
- 00013413  0x00002917 call  0x00005892 
- 00013414  0x00002918 nrtn  0x00000034 
- 00013415  0x00002919 arg  0x00000b06 , 0x00000011 
- 00013416  0x0000291a call  0x00007e54 
- 00013417  0x0000291b nrtn  0x00000028 
- 00013418  0x0000291c arg  0x00000b06 , 0x00000006 
- 00013419  0x0000291d branch  0x00004746 
- 00013420  0x00002920 fetch  0x00000002 , 0x00004797 
- 00013421  0x00002921 store  0x00000002 , 0x00004791 
- 00013422  0x00002922 jam  0x00000001 , 0x00004753 
- 00013423  0x00002923 branch  0x0000358f 
- 00013424  0x00002926 fetch  0x00000001 , 0x0000479d 
- 00013425  0x00002927 beq  0x00000001 , 0x00003479 
- 00013426  0x00002928 fetch  0x00000002 , 0x00004682 
- 00013427  0x00002929 bbit0  0x00000009 , 0x00003479 
- 00013428  0x0000292a fetch  0x00000001 , 0x0000479e 
- 00013429  0x0000292b beq  0x00000001 , 0x000033d0 
- 00013430  0x0000292c fetch  0x00000001 , 0x00004700 
- 00013431  0x0000292d nbranch  0x000033d0 , 0x00000034 
- 00013432  0x0000292e branch  0x000033d2 
- 00013433  0x00002931 fetch  0x00000001 , 0x0000479b 
- 00013434  0x00002932 fetcht  0x00000001 , 0x0000479c 
- 00013435  0x00002933 ior  0x00000002 , 0x0000003f 
- 00013436  0x00002934 beq  0x00000001 , 0x000033d0 
- 00013437  0x00002935 branch  0x000033d2 
- 00013438  0x00002938 copy  0x00000013 , 0x0000003f 
- 00013439  0x00002939 beq  0x0000002d , 0x00003431 
- 00013440  0x0000293a beq  0x00000010 , 0x0000341a 
- 00013441  0x0000293b beq  0x00000014 , 0x000034df 
- 00013442  0x0000293c beq  0x00000015 , 0x000034e8 
- 00013443  0x0000293d beq  0x00000040 , 0x00003485 
- 00013444  0x0000293e rtn 
- 00013445  0x00002940 fetch  0x00000002 , 0x00004509 
- 00013446  0x00002941 beq  0x00000001 , 0x0000348c 
- 00013447  0x00002943 fetch  0x00000002 , 0x000043d8 
- 00013448  0x00002944 branch  0x000034a2 , 0x00000034 
- 00013449  0x00002946 jam  0x00000002 , 0x0000478a 
- 00013450  0x00002947 jam  0x0000003c , 0x0000478f 
- 00013451  0x00002948 rtn 
- 00013452  0x0000294b fetch  0x00000002 , 0x0000449a 
- 00013453  0x0000294c branch  0x000034a0 , 0x00000034 
- 00013454  0x0000294e jam  0x00000001 , 0x0000478a 
- 00013455  0x0000294f fetcht  0x00000002 , 0x000047b4 
- 00013456  0x00002950 fetch  0x00000002 , 0x00004496 
- 00013457  0x00002951 iadd  0x00000002 , 0x0000003f 
- 00013458  0x00002952 store  0x00000002 , 0x00004496 
- 00013459  0x00002953 copy  0x0000003f , 0x00000011 
- 00013460  0x00002954 fetch  0x00000002 , 0x00004498 
- 00013461  0x00002955 iadd  0x00000002 , 0x0000003f 
- 00013462  0x00002956 store  0x00000002 , 0x00004498 
- 00013463  0x00002957 iadd  0x00000011 , 0x0000003f 
- 00013464  0x00002958 rshift  0x0000003f , 0x00000002 
- 00013465  0x00002959 fetch  0x00000002 , 0x000047c0 
- 00013466  0x0000295a idiv  0x00000002 
- 00013467  0x0000295b call  0x00007f86 
- 00013468  0x0000295c quotient  0x0000003f 
- 00013469  0x0000295d store  0x00000002 , 0x0000449a 
- 00013470  0x0000295e jam  0x00000001 , 0x00004790 
- 00013471  0x0000295f rtn 
- 00013472  0x00002961 jam  0x00000003 , 0x0000478a 
- 00013473  0x00002962 rtn 
- 00013474  0x00002965 jam  0x00000000 , 0x00004172 
- 00013475  0x00002966 jam  0x00000000 , 0x00004790 
- 00013476  0x00002967 fetch  0x00000002 , 0x000043d6 
- 00013477  0x00002968 fetcht  0x00000002 , 0x000047be 
- 00013478  0x00002969 isub  0x00000002 , 0x0000003e 
- 00013479  0x0000296a setflag  0x00000002 , 0x00000000 , 0x00000011 
- 00013480  0x0000296b fetch  0x00000002 , 0x000047c0 
- 00013481  0x0000296c fetcht  0x00000002 , 0x000043d6 
- 00013482  0x0000296d isub  0x00000002 , 0x0000003f 
- 00013483  0x0000296e setflag  0x00000002 , 0x00000001 , 0x00000011 
- 00013484  0x0000296f compare  0x00000003 , 0x00000011 , 0x00000003 
- 00013485  0x00002970 rtn  0x00000001 
- 00013486  0x00002971 fetch  0x00000008 , 0x000047be 
- 00013487  0x00002972 store  0x00000008 , 0x00004496 
- 00013488  0x00002973 jam  0x00000001 , 0x00004790 
- 00013489  0x00002974 rtn 
- 00013490  0x00002979 call  0x0000337b 
- 00013491  0x0000297a call  0x000034b9 
- 00013492  0x0000297b call  0x000034be 
- 00013493  0x0000297c call  0x000034d5 
- 00013494  0x0000297d call  0x000034ca 
- 00013495  0x0000297e call  0x000034c4 
- 00013496  0x0000297f branch  0x000034d9 
- 00013497  0x00002983 arg  0x00004799 , 0x00000013 
- 00013498  0x00002984 arg  0x000034bc , 0x00000012 
- 00013499  0x00002985 branch  0x0000336d 
- 00013500  0x00002987 jam  0x00000000 , 0x0000479a 
- 00013501  0x00002988 rtn 
- 00013502  0x0000298a arg  0x00004793 , 0x00000013 
- 00013503  0x0000298b arg  0x000034c1 , 0x00000012 
- 00013504  0x0000298c branch  0x00003374 
- 00013505  0x0000298e arg  0x000046bf , 0x00000013 
- 00013506  0x0000298f arg  0x0000469e , 0x00000012 
- 00013507  0x00002990 branch  0x00003591 
- 00013508  0x00002994 arg  0x0000478f , 0x00000013 
- 00013509  0x00002995 arg  0x000034c7 , 0x00000012 
- 00013510  0x00002996 branch  0x0000336d 
- 00013511  0x00002999 fetch  0x00000002 , 0x0000449a 
- 00013512  0x0000299a store  0x00000001 , 0x00004172 
- 00013513  0x0000299b rtn 
- 00013514  0x0000299d arg  0x00004790 , 0x00000013 
- 00013515  0x0000299e arg  0x000034cd , 0x00000012 
- 00013516  0x0000299f branch  0x0000336d 
- 00013517  0x000029a1 fetch  0x00000001 , 0x0000043f 
- 00013518  0x000029a2 compare  0x00000000 , 0x0000003f , 0x00000060 
- 00013519  0x000029a3 nbranch  0x000034d3 , 0x00000001 
- 00013520  0x000029a4 jam  0x00000001 , 0x0000478a 
- 00013521  0x000029a5 call  0x00003416 
- 00013522  0x000029a6 branch  0x00005abf 
- 00013523  0x000029a8 jam  0x00000001 , 0x00004790 
- 00013524  0x000029a9 rtn 
- 00013525  0x000029ac arg  0x00004791 , 0x00000013 
- 00013526  0x000029ad arg  0x000034d8 , 0x00000012 
- 00013527  0x000029ae branch  0x00003374 
- 00013528  0x000029b2 branch  0x0000341a 
- 00013529  0x000029b7 arg  0x0000478d , 0x00000013 
- 00013530  0x000029b8 arg  0x000034dc , 0x00000012 
- 00013531  0x000029b9 branch  0x00003374 
- 00013532  0x000029bb fetch  0x00000002 , 0x000047a7 
- 00013533  0x000029bc store  0x00000002 , 0x0000478d 
- 00013534  0x000029bd branch  0x000035af 
- 00013535  0x000029c1 fetch  0x00000002 , 0x000047a7 
- 00013536  0x000029c2 store  0x00000002 , 0x0000478d 
- 00013537  0x000029c3 setarg  0x00000000 
- 00013538  0x000029c4 store  0x00000002 , 0x00004793 
- 00013539  0x000029c5 store  0x00000002 , 0x00004791 
- 00013540  0x000029c6 call  0x0000355c 
- 00013541  0x000029c7 call  0x00003586 
- 00013542  0x000029c8 jam  0x00000000 , 0x00004172 
- 00013543  0x000029c9 branch  0x000033f8 
- 00013544  0x000029cf setarg  0x00000000 
- 00013545  0x000029d0 store  0x00000004 , 0x0000478d 
- 00013546  0x000029d1 store  0x00000003 , 0x0000478a 
- 00013547  0x000029d2 store  0x00000002 , 0x00004509 
- 00013548  0x000029d4 jam  0x00000001 , 0x000047a0 
- 00013549  0x000029d5 fetch  0x00000002 , 0x00004797 
- 00013550  0x000029d6 store  0x00000002 , 0x00004791 
- 00013551  0x000029d7 call  0x00007e38 
- 00013552  0x000029d8 fetch  0x00000001 , 0x00004759 
- 00013553  0x000029d9 rtneq  0x00000000 
- 00013554  0x000029da call  0x0000358f 
- 00013555  0x000029db branch  0x0000356e 
- 00013556  0x000029e0 branch  0x00003508 
- 00013557  0x000029e4 fetch  0x00000001 , 0x00004759 
- 00013558  0x000029e5 rtnne  0x00000002 
- 00013559  0x000029e6 branch  0x00003508 
- 00013560  0x000029ec arg  0x000046cd , 0x00000013 
- 00013561  0x000029ed call  0x00003582 
- 00013562  0x000029ee arg  0x000046c6 , 0x00000013 
- 00013563  0x000029f0 branch  0x00003584 
- 00013564  0x000029f3 jam  0x00000000 , 0x0000436e 
- 00013565  0x000029f4 arg  0x000046db , 0x00000013 
- 00013566  0x000029f5 call  0x00003582 
- 00013567  0x000029f6 arg  0x000046d4 , 0x00000013 
- 00013568  0x000029f7 branch  0x000034fb 
- 00013569  0x000029fa fetch  0x00000001 , 0x00000477 
- 00013570  0x000029fb beq  0x00000012 , 0x00003504 
- 00013571  0x000029fc rtn 
- 00013572  0x000029fe fetch  0x00000002 , 0x00000478 
- 00013573  0x00002a00 beq  0x0000000d , 0x00003536 
- 00013574  0x00002a01 beq  0x0000000b , 0x00003571 
- 00013575  0x00002a02 rtn 
- 00013576  0x00002a08 fetch  0x00000001 , 0x00004753 
- 00013577  0x00002a09 rtn  0x00000034 
- 00013578  0x00002a0a branch  0x00006978 
- 00013579  0x00002a0f copy  0x00000011 , 0x0000003f 
- 00013580  0x00002a10 branch  0x00003510 , 0x00000034 
- 00013581  0x00002a12 copy  0x00000007 , 0x0000003f 
- 00013582  0x00002a13 beq  0x00000000 , 0x00003513 
- 00013583  0x00002a14 rtn 
- 00013584  0x00002a16 copy  0x00000007 , 0x0000003f 
- 00013585  0x00002a17 beq  0x00000000 , 0x0000351b 
- 00013586  0x00002a18 rtn 
- 00013587  0x00002a1b jam  0x00000001 , 0x0000479d 
- 00013588  0x00002a1c arg  0x000046f7 , 0x00000013 
- 00013589  0x00002a1d call  0x00003582 
- 00013590  0x00002a1e arg  0x000046f0 , 0x00000013 
- 00013591  0x00002a1f call  0x00003584 
- 00013592  0x00002a20 fetch  0x00000002 , 0x00004682 
- 00013593  0x00002a21 bbit0  0x00000009 , 0x00003532 
- 00013594  0x00002a22 branch  0x00003521 
- 00013595  0x00002a25 jam  0x00000000 , 0x0000479d 
- 00013596  0x00002a26 branch  0x0000351d 
- 00013597  0x00002a2b fetch  0x00000001 , 0x0000479a 
- 00013598  0x00002a2c rtnne  0x00000001 
- 00013599  0x00002a2d jam  0x00000005 , 0x00004799 
- 00013600  0x00002a2e rtn 
- 00013601  0x00002a31 fetch  0x00000001 , 0x0000479a 
- 00013602  0x00002a32 pincrease  0x00000001 
- 00013603  0x00002a33 store  0x00000001 , 0x0000479a 
- 00013604  0x00002a34 beq  0x00000001 , 0x00003527 
- 00013605  0x00002a35 beq  0x00000002 , 0x0000352b 
- 00013606  0x00002a36 rtn 
- 00013607  0x00002a38 call  0x0000355c 
- 00013608  0x00002a39 jam  0x00000001 , 0x00004771 
- 00013609  0x00002a3a arg  0x0000476c , 0x00000013 
- 00013610  0x00002a3b branch  0x00003544 
- 00013611  0x00002a3d jam  0x00000000 , 0x0000479a 
- 00013612  0x00002a3e jam  0x00000002 , 0x00004771 
- 00013613  0x00002a3f arg  0x0000476c , 0x00000013 
- 00013614  0x00002a40 call  0x00003544 
- 00013615  0x00002a41 fetch  0x00000001 , 0x0000479e 
- 00013616  0x00002a42 beq  0x00000001 , 0x00003551 
- 00013617  0x00002a43 rtn 
- 00013618  0x00002a46 fetch  0x00000002 , 0x00004797 
- 00013619  0x00002a47 store  0x00000002 , 0x00004791 
- 00013620  0x00002a48 call  0x0000355c 
- 00013621  0x00002a49 branch  0x0000358f 
- 00013622  0x00002a4d bpatch  0x000000cd , 0x00004019 
- 00013623  0x00002a4e call  0x000036fc 
- 00013624  0x00002a4f ifetch  0x00000001 , 0x00000011 
- 00013625  0x00002a50 beq  0x00000003 , 0x0000353c 
- 00013626  0x00002a51 beq  0x00000007 , 0x00003540 
- 00013627  0x00002a52 rtn 
- 00013628  0x00002a55 fetch  0x00000001 , 0x0000479e 
- 00013629  0x00002a56 beq  0x00000000 , 0x00003551 
- 00013630  0x00002a57 beq  0x00000001 , 0x0000355c 
- 00013631  0x00002a58 rtn 
- 00013632  0x00002a5b ifetch  0x00000001 , 0x00000012 
- 00013633  0x00002a5c beq  0x00000001 , 0x00003564 
- 00013634  0x00002a5d beq  0x00000000 , 0x00003569 
- 00013635  0x00002a5e rtn 
- 00013636  0x00002a66 bpatch  0x000000ce , 0x00004019 
- 00013637  0x00002a67 fetch  0x00000001 , 0x0000478b 
- 00013638  0x00002a68 isolate1  0x00000000 , 0x0000003f 
- 00013639  0x00002a69 nrtn  0x00000001 
- 00013640  0x00002a6a add  0x00000013 , 0x00000006 , 0x00000006 
- 00013641  0x00002a6b ifetch  0x00000002 , 0x00000006 
- 00013642  0x00002a6c byteswap  0x0000003f , 0x0000003f 
- 00013643  0x00002a6d add  0x0000003f , 0x00000005 , 0x00000039 
- 00013644  0x00002a6e add  0x00000013 , 0x00000003 , 0x00000006 
- 00013645  0x00002a6f call  0x000036f0 
- 00013646  0x00002a70 istore  0x00000001 , 0x00000006 
- 00013647  0x00002a71 copy  0x00000013 , 0x00000011 
- 00013648  0x00002a72 branch  0x00007e3d 
- 00013649  0x00002a79 fetch  0x00000001 , 0x00004759 
- 00013650  0x00002a7a rtn  0x00000034 
- 00013651  0x00002a7b jam  0x00000001 , 0x0000479e 
- 00013652  0x00002a7c arg  0x000046e9 , 0x00000013 
- 00013653  0x00002a7d call  0x00003582 
- 00013654  0x00002a7e arg  0x000046e2 , 0x00000013 
- 00013655  0x00002a7f call  0x00003584 
- 00013656  0x00002a80 jam  0x00000004 , 0x00004780 
- 00013657  0x00002a81 jam  0x00000001 , 0x00004783 
- 00013658  0x00002a82 arg  0x0000477b , 0x00000013 
- 00013659  0x00002a83 branch  0x00003544 
- 00013660  0x00002a85 fetch  0x00000001 , 0x0000479e 
- 00013661  0x00002a86 rtn  0x00000034 
- 00013662  0x00002a87 jam  0x00000000 , 0x0000479e 
- 00013663  0x00002a88 call  0x00003586 
- 00013664  0x00002a89 jam  0x00000004 , 0x00004780 
- 00013665  0x00002a8a jam  0x00000000 , 0x00004783 
- 00013666  0x00002a8b arg  0x0000477b , 0x00000013 
- 00013667  0x00002a8c branch  0x00003544 
- 00013668  0x00002a8f jam  0x00000001 , 0x0000479f 
- 00013669  0x00002a90 jam  0x00000007 , 0x00004780 
- 00013670  0x00002a91 jam  0x00000001 , 0x00004783 
- 00013671  0x00002a92 arg  0x0000477b , 0x00000013 
- 00013672  0x00002a93 branch  0x00003544 
- 00013673  0x00002a95 jam  0x00000000 , 0x0000479f 
- 00013674  0x00002a96 jam  0x00000007 , 0x00004780 
- 00013675  0x00002a97 jam  0x00000000 , 0x00004783 
- 00013676  0x00002a98 arg  0x0000477b , 0x00000013 
- 00013677  0x00002a99 branch  0x00003544 
- 00013678  0x00002a9b fetch  0x00000001 , 0x0000479f 
- 00013679  0x00002a9c rtn  0x00000034 
- 00013680  0x00002a9d branch  0x00003551 
- 00013681  0x00002aa0 ifetch  0x00000002 , 0x00000011 
- 00013682  0x00002aa1 store  0x00000002 , 0x0000478b 
- 00013683  0x00002aa2 isolate1  0x00000000 , 0x0000003f 
- 00013684  0x00002aa3 nrtn  0x00000001 
- 00013685  0x00002aa4 fetch  0x00000001 , 0x000047a0 
- 00013686  0x00002aa5 rtn  0x00000034 
- 00013687  0x00002aa6 jam  0x00000000 , 0x000047a0 
- 00013688  0x00002aa7 fetch  0x00000008 , 0x000047b6 
- 00013689  0x00002aa8 store  0x00000008 , 0x00004496 
- 00013690  0x00002aa9 jam  0x00000002 , 0x00004790 
- 00013691  0x00002aaa call  0x000035af 
- 00013692  0x00002aab call  0x000035b9 
- 00013693  0x00002aac jam  0x00000007 , 0x00004780 
- 00013694  0x00002aad fetch  0x00000001 , 0x0000479f 
- 00013695  0x00002aae store  0x00000001 , 0x00004783 
- 00013696  0x00002aaf arg  0x0000477b , 0x00000013 
- 00013697  0x00002ab0 branch  0x00003544 
- 00013698  0x00002ab5 arg  0x00000001 , 0x00000011 
- 00013699  0x00002ab6 branch  0x00003585 
- 00013700  0x00002ab8 arg  0x00000000 , 0x00000011 
- 00013701  0x00002aba branch  0x0000358c 
- 00013702  0x00002abd arg  0x00000000 , 0x00000011 
- 00013703  0x00002abe call  0x00007d19 
- 00013704  0x00002abf arg  0x00000001 , 0x00000011 
- 00013705  0x00002ac0 call  0x00007d19 
- 00013706  0x00002ac1 fetch  0x00000001 , 0x000047a1 
- 00013707  0x00002ac2 branch  0x000069d7 
- 00013708  0x00002ac5 call  0x00007d04 
- 00013709  0x00002ac6 arg  0x00000007 , 0x00000039 
- 00013710  0x00002ac7 branch  0x00007d26 
- 00013711  0x00002acc arg  0x000046b8 , 0x00000013 
- 00013712  0x00002acd arg  0x0000469a , 0x00000012 
- 00013713  0x00002acf call  0x00003596 
- 00013714  0x00002ad0 call  0x00003584 
- 00013715  0x00002ad1 fetch  0x00000002 , 0x00004795 
- 00013716  0x00002ad2 store  0x00000002 , 0x00004793 
- 00013717  0x00002ad3 branch  0x000033fa 
- 00013718  0x00002ad6 ifetch  0x00000002 , 0x00000012 
- 00013719  0x00002ad7 store  0x00000002 , 0x00004154 
- 00013720  0x00002ad8 ifetch  0x00000002 , 0x00000006 
- 00013721  0x00002ad9 store  0x00000002 , 0x00004482 
- 00013722  0x00002ada rtn 
- 00013723  0x00002add arg  0x00000000 , 0x00000011 
- 00013724  0x00002ade call  0x000069a6 
- 00013725  0x00002adf fetch  0x00000006 , 0x000047a1 
- 00013726  0x00002ae0 store  0x00000006 , 0x00000a9a 
- 00013727  0x00002ae1 call  0x000069ae 
- 00013728  0x00002ae2 fetch  0x00000001 , 0x000047a1 
- 00013729  0x00002ae3 branch  0x000069d7 
- 00013730  0x00002ae6 jam  0x00000001 , 0x0000479b 
- 00013731  0x00002ae7 rtn 
- 00013732  0x00002ae9 jam  0x00000000 , 0x0000479b 
- 00013733  0x00002aea rtn 
- 00013734  0x00002aef jam  0x00000000 , 0x0000479c 
- 00013735  0x00002af0 fetch  0x00000001 , 0x000047a1 
- 00013736  0x00002af1 branch  0x000069d7 
- 00013737  0x00002af4 jam  0x00000001 , 0x0000479c 
- 00013738  0x00002af5 fetch  0x00000006 , 0x000047a1 
- 00013739  0x00002af6 store  0x00000006 , 0x00000a9a 
- 00013740  0x00002af7 branch  0x000069ae 
- 00013741  0x00002afc jam  0x00000000 , 0x0000422d 
- 00013742  0x00002afd branch  0x000068a8 
- 00013743  0x00002b00 call  0x000068eb 
- 00013744  0x00002b01 call  0x00006908 
- 00013745  0x00002b02 store  0x00000002 , 0x000047b0 
- 00013746  0x00002b03 arg  0x000047aa , 0x00000011 
- 00013747  0x00002b04 call  0x00006930 
- 00013748  0x00002b05 store  0x00000001 , 0x000047a9 
- 00013749  0x00002b06 beq  0x00000000 , 0x000035be 
- 00013750  0x00002b07 sub  0x0000003f , 0x00000064 , 0x0000003e 
- 00013751  0x00002b08 nbranch  0x000035bc , 0x00000002 
- 00013752  0x00002b09 store  0x00000001 , 0x00004783 
- 00013753  0x00002b0b jam  0x00000005 , 0x00004780 
- 00013754  0x00002b0c arg  0x0000477b , 0x00000013 
- 00013755  0x00002b0d branch  0x00003544 
- 00013756  0x00002b0f jam  0x00000064 , 0x00004783 
- 00013757  0x00002b10 branch  0x000035b9 
- 00013758  0x00002b13 branch  0x0000341a 
- 00013759  0x00002b18 rtn  0x0000002b 
- 00013760  0x00002b19 hfetch  0x00000001 , 0x00008081 
- 00013761  0x00002b1a and_into  0x000000f0 , 0x0000003f 
- 00013762  0x00002b1b hstore  0x00000001 , 0x00008081 
- 00013763  0x00002b1c setarg  0x00003631 
- 00013764  0x00002b1d store  0x00000002 , 0x000041eb 
- 00013765  0x00002b1f setarg  0x00003633 
- 00013766  0x00002b20 store  0x00000002 , 0x000041ed 
- 00013767  0x00002b22 setarg  0x0000340a 
- 00013768  0x00002b23 store  0x00000002 , 0x000041f7 
- 00013769  0x00002b25 setarg  0x00003635 
- 00013770  0x00002b26 store  0x00000002 , 0x000041f3 
- 00013771  0x00002b28 setarg  0x0000364b 
- 00013772  0x00002b29 store  0x00000002 , 0x000041f5 
- 00013773  0x00002b2b setarg  0x000033d0 
- 00013774  0x00002b2c store  0x00000002 , 0x000041e9 
- 00013775  0x00002b2e setarg  0x000036f6 
- 00013776  0x00002b2f store  0x00000002 , 0x000041f9 
- 00013777  0x00002b31 setarg  0x0000367a 
- 00013778  0x00002b32 store  0x00000002 , 0x000041fd 
- 00013779  0x00002b34 call  0x00002c7a 
- 00013780  0x00002b35 setarg  0x00003722 
- 00013781  0x00002b36 add  0x00000013 , 0x000000de , 0x00000005 
- 00013782  0x00002b37 istore  0x00000002 , 0x00000005 
- 00013783  0x00002b39 setarg  0x000035ed 
- 00013784  0x00002b3a store  0x00000002 , 0x0000475b 
- 00013785  0x00002b3c setarg  0x000035ef 
- 00013786  0x00002b3d store  0x00000002 , 0x0000475f 
- 00013787  0x00002b3f bpatch  0x000000cf , 0x00004019 
- 00013788  0x00002b40 call  0x00003628 
- 00013789  0x00002b41 call  0x00007e38 
- 00013790  0x00002b42 jam  0x00000002 , 0x00004172 
- 00013791  0x00002b43 jam  0x00000000 , 0x000049f6 
- 00013792  0x00002b44 fetch  0x00000001 , 0x000047cb 
- 00013793  0x00002b45 store  0x00000001 , 0x0000469a 
- 00013794  0x00002b46 beq  0x00000000 , 0x000035ee 
- 00013795  0x00002b47 fetch  0x00000001 , 0x000047cc 
- 00013796  0x00002b48 store  0x00000001 , 0x00004686 
- 00013797  0x00002b49 jam  0x00000000 , 0x0000436e 
- 00013798  0x00002b4b call  0x0000360f 
- 00013799  0x00002b4c call  0x00007cd3 
- 00013800  0x00002b4d call  0x00007cdd 
- 00013801  0x00002b4e jam  0x00000001 , 0x000047f3 
- 00013802  0x00002b4f fetch  0x00000002 , 0x00004682 
- 00013803  0x00002b50 rtnbit1  0x0000000c 
- 00013804  0x00002b51 branch  0x0000340a 
- 00013805  0x00002b54 branch  0x0000360f 
- 00013806  0x00002b57 jam  0x00000002 , 0x000047f3 
- 00013807  0x00002b59 jam  0x00000001 , 0x0000436e 
- 00013808  0x00002b5a call  0x0000360f 
- 00013809  0x00002b5b arg  0x00000000 , 0x00000011 
- 00013810  0x00002b5c call  0x00007d1e 
- 00013811  0x00002b5e setarg  0x00000020 
- 00013812  0x00002b5f call  0x000046f0 
- 00013813  0x00002b61 arg  0x000043b7 , 0x00000005 
- 00013814  0x00002b62 fetch  0x00000001 , 0x000044a0 
- 00013815  0x00002b64 and  0x0000003f , 0x000000f0 , 0x00000002 
- 00013816  0x00002b65 rshift4  0x00000002 , 0x00000002 
- 00013817  0x00002b66 call  0x00003609 
- 00013818  0x00002b67 istoret  0x00000001 , 0x00000005 
- 00013819  0x00002b68 and  0x0000003f , 0x0000000f , 0x00000002 
- 00013820  0x00002b69 call  0x00003609 
- 00013821  0x00002b6a istoret  0x00000001 , 0x00000005 
- 00013822  0x00002b6b call  0x000057a6 
- 00013823  0x00002b6c fetcht  0x00000001 , 0x000043af 
- 00013824  0x00002b6d copy  0x00000002 , 0x00000039 
- 00013825  0x00002b6e arg  0x00004372 , 0x00000005 
- 00013826  0x00002b6f arg  0x000043b0 , 0x00000006 
- 00013827  0x00002b70 call  0x00007f01 
- 00013828  0x00002b72 fetcht  0x00000001 , 0x000043af 
- 00013829  0x00002b73 copy  0x00000002 , 0x00000039 
- 00013830  0x00002b74 arg  0x00004392 , 0x00000005 
- 00013831  0x00002b75 arg  0x000043b0 , 0x00000006 
- 00013832  0x00002b76 branch  0x00007f01 
- 00013833  0x00002b78 sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00013834  0x00002b79 branch  0x0000360d , 0x00000002 
- 00013835  0x00002b7a add  0x00000002 , 0x00000037 , 0x00000002 
- 00013836  0x00002b7b rtn 
- 00013837  0x00002b7d add  0x00000002 , 0x00000030 , 0x00000002 
- 00013838  0x00002b7e rtn 
- 00013839  0x00002b81 fetch  0x00000001 , 0x000047c0 
- 00013840  0x00002b82 bne  0x000000ff , 0x00003621 
- 00013841  0x00002b84 fetch  0x00000001 , 0x000047be 
- 00013842  0x00002b85 bne  0x000000ff , 0x00003624 
- 00013843  0x00002b87 fetch  0x00000001 , 0x000047c9 
- 00013844  0x00002b88 bne  0x000000ff , 0x00003626 
- 00013845  0x00002b8a fetch  0x00000001 , 0x0000472c 
- 00013846  0x00002b8b copy  0x0000003f , 0x00000039 
- 00013847  0x00002b8c setarg  0x0000472d 
- 00013848  0x00002b8d copy  0x0000003f , 0x00000011 
- 00013849  0x00002b8f copy  0x00000011 , 0x00000006 
- 00013850  0x00002b90 ifetch  0x00000001 , 0x00000006 
- 00013851  0x00002b91 copy  0x00000006 , 0x00000011 
- 00013852  0x00002b92 beq  0x000000ff , 0x0000361f 
- 00013853  0x00002b93 copy  0x0000003f , 0x00000002 
- 00013854  0x00002b94 call  0x0000680e 
- 00013855  0x00002b96 loop  0x00003619 
- 00013856  0x00002b98 rtn 
- 00013857  0x00002b9a fetch  0x00000008 , 0x000047c0 
- 00013858  0x00002b9b store  0x00000008 , 0x0000472f 
- 00013859  0x00002b9c branch  0x00003611 
- 00013860  0x00002b9e store  0x00000001 , 0x0000472d 
- 00013861  0x00002b9f branch  0x00003613 
- 00013862  0x00002ba1 store  0x00000001 , 0x0000472e 
- 00013863  0x00002ba2 branch  0x00003615 
- 00013864  0x00002ba6 arg  0x00000000 , 0x00000011 
- 00013865  0x00002ba7 call  0x000069a6 
- 00013866  0x00002ba8 call  0x000037e4 
- 00013867  0x00002ba9 call  0x00002c7d 
- 00013868  0x00002baa branch  0x0000362d 
- 00013869  0x00002bad jam  0x00000064 , 0x000047cf 
- 00013870  0x00002bae fetch  0x00000001 , 0x000047c9 
- 00013871  0x00002baf store  0x00000001 , 0x00004744 
- 00013872  0x00002bb0 branch  0x000068a8 
- 00013873  0x00002bb3 call  0x00006835 
- 00013874  0x00002bb4 branch  0x0000696c 
- 00013875  0x00002bb7 branch  0x0000696c 
- 00013876  0x00002bbc branch  0x00006978 
- 00013877  0x00002bbf call  0x00003642 
- 00013878  0x00002bc0 call  0x000037ee 
- 00013879  0x00002bc1 call  0x00003639 
- 00013880  0x00002bc2 branch  0x00003634 
- 00013881  0x00002bc5 fetch  0x00000002 , 0x00004682 
- 00013882  0x00002bc6 rtnbit1  0x00000009 
- 00013883  0x00002bc7 fetch  0x00000001 , 0x000049f6 
- 00013884  0x00002bc8 beq  0x00000001 , 0x0000363e 
- 00013885  0x00002bc9 rtn 
- 00013886  0x00002bcb fetch  0x00000001 , 0x000047ea 
- 00013887  0x00002bcc rtneq  0x00000001 
- 00013888  0x00002bcd jam  0x00000001 , 0x000047ea 
- 00013889  0x00002bce branch  0x00003654 
- 00013890  0x00002bd1 fetch  0x00000002 , 0x00004682 
- 00013891  0x00002bd2 rtnbit0  0x00000009 
- 00013892  0x00002bd3 call  0x00005892 
- 00013893  0x00002bd4 nrtn  0x00000034 
- 00013894  0x00002bd5 arg  0x00004718 , 0x00000011 
- 00013895  0x00002bd6 call  0x00007e54 
- 00013896  0x00002bd7 nrtn  0x00000028 
- 00013897  0x00002bd8 arg  0x00004718 , 0x00000006 
- 00013898  0x00002bd9 branch  0x00004746 
- 00013899  0x00002bdc copy  0x00000013 , 0x0000003f 
- 00013900  0x00002bdd beq  0x0000002d , 0x00003431 
- 00013901  0x00002bde beq  0x00000010 , 0x0000341a 
- 00013902  0x00002bdf beq  0x00000014 , 0x00003651 
- 00013903  0x00002be0 beq  0x00000015 , 0x00003660 
- 00013904  0x00002be1 rtn 
- 00013905  0x00002be4 setarg  0x00000000 
- 00013906  0x00002be5 call  0x00003220 
- 00013907  0x00002be6 branch  0x00003656 
- 00013908  0x00002be8 fetch  0x00000002 , 0x000047eb 
- 00013909  0x00002be9 store  0x00000002 , 0x000047ed 
- 00013910  0x00002beb jam  0x00000014 , 0x000047ce 
- 00013911  0x00002bec jam  0x00000000 , 0x00004091 
- 00013912  0x00002bed call  0x000033f8 
- 00013913  0x00002bee call  0x00003416 
- 00013914  0x00002bef fetch  0x00000001 , 0x000047bd 
- 00013915  0x00002bf0 beq  0x00000001 , 0x0000365e 
- 00013916  0x00002bf2 arg  0x00000000 , 0x00000011 
- 00013917  0x00002bf3 branch  0x00007d14 
- 00013918  0x00002bf5 arg  0x00000000 , 0x00000011 
- 00013919  0x00002bf6 branch  0x00007d19 
- 00013920  0x00002bf9 setarg  0x00000002 
- 00013921  0x00002bfa call  0x00003220 
- 00013922  0x00002bfc setarg  0x00000000 
- 00013923  0x00002bfd store  0x00000005 , 0x0000479c 
- 00013924  0x00002bfe setarg  0x00000004 
- 00013925  0x00002bff call  0x000069d7 
- 00013926  0x00002c00 setarg  0x00000005 
- 00013927  0x00002c01 call  0x000069d7 
- 00013928  0x00002c02 setarg  0x00000014 
- 00013929  0x00002c03 call  0x000069d7 
- 00013930  0x00002c04 setarg  0x00000015 
- 00013931  0x00002c05 call  0x000069d7 
- 00013932  0x00002c06 setarg  0x00000016 
- 00013933  0x00002c07 call  0x000069d7 
- 00013934  0x00002c08 setarg  0x00000007 
- 00013935  0x00002c09 call  0x000069d7 
- 00013936  0x00002c0a call  0x00007e38 
- 00013937  0x00002c0b jam  0x0000000a , 0x0000475e 
- 00013938  0x00002c0c jam  0x0000000a , 0x00004760 
- 00013939  0x00002c0d jam  0x0000000a , 0x00004762 
- 00013940  0x00002c0f jam  0x00000002 , 0x00004172 
- 00013941  0x00002c10 arg  0x00000000 , 0x00000011 
- 00013942  0x00002c11 call  0x00007d1e 
- 00013943  0x00002c13 setarg  0x00000020 
- 00013944  0x00002c14 call  0x000046f0 
- 00013945  0x00002c15 branch  0x000033fa 
- 00013946  0x00002c19 call  0x0000373b 
- 00013947  0x00002c1a call  0x0000373e 
- 00013948  0x00002c1b call  0x00003741 
- 00013949  0x00002c1c call  0x0000337b 
- 00013950  0x00002c1d call  0x000036c8 
- 00013951  0x00002c1e call  0x000036a1 
- 00013952  0x00002c1f call  0x0000368a 
- 00013953  0x00002c20 call  0x00003683 
- 00013954  0x00002c21 branch  0x0000368f 
- 00013955  0x00002c24 arg  0x0000479a , 0x00000013 
- 00013956  0x00002c25 arg  0x00003686 , 0x00000012 
- 00013957  0x00002c26 branch  0x0000336d 
- 00013958  0x00002c28 call  0x00003847 
- 00013959  0x00002c29 nrtn  0x00000001 
- 00013960  0x00002c2a jam  0x00000001 , 0x0000479b 
- 00013961  0x00002c2b rtn 
- 00013962  0x00002c2e arg  0x000047ed , 0x00000013 
- 00013963  0x00002c2f arg  0x0000368d , 0x00000012 
- 00013964  0x00002c30 branch  0x00003374 
- 00013965  0x00002c32 jam  0x00000002 , 0x000047ea 
- 00013966  0x00002c33 branch  0x00003662 
- 00013967  0x00002c36 arg  0x000047f1 , 0x00000013 
- 00013968  0x00002c37 arg  0x00003692 , 0x00000012 
- 00013969  0x00002c38 branch  0x0000336d 
- 00013970  0x00002c3a fetch  0x00000001 , 0x000047f2 
- 00013971  0x00002c3b branch  0x0000369e , 0x00000034 
- 00013972  0x00002c3c jam  0x00000002 , 0x000047f1 
- 00013973  0x00002c3d jam  0x00000000 , 0x000047f2 
- 00013974  0x00002c3e setarg  0x00000a02 
- 00013975  0x00002c3f store  0x00000002 , 0x00004752 
- 00013976  0x00002c40 fetch  0x00000001 , 0x000047b9 
- 00013977  0x00002c41 beq  0x00000003 , 0x0000369b 
- 00013978  0x00002c43 branch  0x00003762 
- 00013979  0x00002c45 setarg  0x00000a02 
- 00013980  0x00002c46 store  0x00000002 , 0x00004754 
- 00013981  0x00002c47 branch  0x00003762 
- 00013982  0x00002c49 setarg  0x00000000 
- 00013983  0x00002c4a store  0x00000004 , 0x00004752 
- 00013984  0x00002c4b branch  0x00003762 
- 00013985  0x00002c4e fetch  0x00000001 , 0x000047c8 
- 00013986  0x00002c4f rtn  0x00000034 
- 00013987  0x00002c50 fetch  0x00000002 , 0x00004682 
- 00013988  0x00002c51 bbit0  0x00000009 , 0x000036c6 
- 00013989  0x00002c52 arg  0x000047ce , 0x00000013 
- 00013990  0x00002c53 arg  0x000036a8 , 0x00000012 
- 00013991  0x00002c54 branch  0x0000336d 
- 00013992  0x00002c56 fetch  0x00000001 , 0x000047cd 
- 00013993  0x00002c57 store  0x00000001 , 0x000047ce 
- 00013994  0x00002c58 fetch  0x00000001 , 0x000047d1 
- 00013995  0x00002c59 nrtn  0x00000034 
- 00013996  0x00002c5b call  0x000068eb 
- 00013997  0x00002c5c call  0x00006908 
- 00013998  0x00002c5d store  0x00000002 , 0x000047e8 
- 00013999  0x00002c5e arg  0x000047e2 , 0x00000011 
- 00014000  0x00002c5f call  0x00006930 
- 00014001  0x00002c60 fetcht  0x00000001 , 0x000047cf 
- 00014002  0x00002c61 isub  0x00000002 , 0x0000003e 
- 00014003  0x00002c62 branch  0x000036b6 , 0x00000002 
- 00014004  0x00002c63 store  0x00000001 , 0x000047cf 
- 00014005  0x00002c64 copy  0x0000003f , 0x00000002 
- 00014006  0x00002c66 storet  0x00000001 , 0x000047d0 
- 00014007  0x00002c67 fetch  0x00000001 , 0x000047ca 
- 00014008  0x00002c68 isub  0x00000002 , 0x0000003e 
- 00014009  0x00002c69 call  0x000036c1 , 0x00000002 
- 00014010  0x00002c6a storet  0x00000001 , 0x000047db 
- 00014011  0x00002c6b arg  0x00000006 , 0x00000039 
- 00014012  0x00002c6c arg  0x000047d6 , 0x00000006 
- 00014013  0x00002c6d call  0x000036f0 
- 00014014  0x00002c6e store  0x00000001 , 0x000047dc 
- 00014015  0x00002c6f arg  0x000047d3 , 0x00000011 
- 00014016  0x00002c70 branch  0x00007e3d 
- 00014017  0x00002c72 fetch  0x00000001 , 0x000047d2 
- 00014018  0x00002c73 nrtn  0x00000034 
- 00014019  0x00002c74 jam  0x00000001 , 0x000047d2 
- 00014020  0x00002c75 arg  0x00000001 , 0x00000011 
- 00014021  0x00002c76 branch  0x00007d1e 
- 00014022  0x00002c78 arg  0x00000001 , 0x00000011 
- 00014023  0x00002c79 branch  0x00007d19 
- 00014024  0x00002c7c arg  0x000047a4 , 0x00000013 
- 00014025  0x00002c7d arg  0x000036cb , 0x00000012 
- 00014026  0x00002c7e branch  0x0000336d 
- 00014027  0x00002c80 jam  0x00000005 , 0x000047a4 
- 00014028  0x00002c81 jam  0x00000000 , 0x000047a6 
- 00014029  0x00002c82 fetch  0x00000001 , 0x000047a5 
- 00014030  0x00002c83 beq  0x00000001 , 0x000036ee 
- 00014031  0x00002c84 beq  0x00000000 , 0x000036ec 
- 00014032  0x00002c86 arg  0x0000479c , 0x00000006 
- 00014033  0x00002c87 copy  0x00000006 , 0x00000011 
- 00014034  0x00002c88 arg  0x00000008 , 0x00000039 
- 00014035  0x00002c8a copy  0x00000011 , 0x00000006 
- 00014036  0x00002c8b ifetch  0x00000001 , 0x00000006 
- 00014037  0x00002c8c copy  0x00000006 , 0x00000011 
- 00014038  0x00002c8d beq  0x00000000 , 0x000036e3 
- 00014039  0x00002c8e beq  0x00000001 , 0x000036e6 
- 00014040  0x00002c8f beq  0x00000002 , 0x000036e9 
- 00014041  0x00002c91 fetch  0x00000001 , 0x000047a6 
- 00014042  0x00002c92 increase  0x00000001 , 0x0000003f 
- 00014043  0x00002c93 store  0x00000001 , 0x000047a6 
- 00014044  0x00002c94 loop  0x000036d3 
- 00014045  0x00002c95 rtn 
- 00014046  0x00002c97 fetch  0x00000001 , 0x000047a6 
- 00014047  0x00002c98 arg  0x000047c0 , 0x00000012 
- 00014048  0x00002c99 iadd  0x00000012 , 0x00000012 
- 00014049  0x00002c9a ifetcht  0x00000001 , 0x00000012 
- 00014050  0x00002c9b rtn 
- 00014051  0x00002c9d call  0x000036de 
- 00014052  0x00002c9e call  0x00006825 
- 00014053  0x00002c9f branch  0x000036d9 
- 00014054  0x00002ca1 call  0x000036de 
- 00014055  0x00002ca2 call  0x00006829 
- 00014056  0x00002ca3 branch  0x000036d9 
- 00014057  0x00002ca5 fetch  0x00000001 , 0x000047a5 
- 00014058  0x00002ca6 beq  0x00000001 , 0x000036e3 
- 00014059  0x00002ca7 branch  0x000036e6 
- 00014060  0x00002ca9 jam  0x00000001 , 0x000047a5 
- 00014061  0x00002caa branch  0x000036d0 
- 00014062  0x00002cac jam  0x00000000 , 0x000047a5 
- 00014063  0x00002cad branch  0x000036d0 
- 00014064  0x00002cb2 arg  0x00000000 , 0x00000011 
- 00014065  0x00002cb4 ifetch  0x00000001 , 0x00000006 
- 00014066  0x00002cb5 iadd  0x00000011 , 0x00000011 
- 00014067  0x00002cb6 loop  0x000036f1 
- 00014068  0x00002cb8 and  0x00000011 , 0x000000ff , 0x0000003f 
- 00014069  0x00002cb9 rtn 
- 00014070  0x00002cbc fetch  0x00000001 , 0x00000477 
- 00014071  0x00002cbd beq  0x00000012 , 0x000036f9 
- 00014072  0x00002cbe rtn 
- 00014073  0x00002cc0 fetch  0x00000002 , 0x00000478 
- 00014074  0x00002cc1 beq  0x00000014 , 0x00003710 
- 00014075  0x00002cc2 rtn 
- 00014076  0x00002ccf bpatch  0x000000d0 , 0x0000401a 
- 00014077  0x00002cd0 ifetch  0x00000005 , 0x00000011 
- 00014078  0x00002cd1 store  0x00000005 , 0x00000b12 
- 00014079  0x00002cd2 fetch  0x00000002 , 0x00000b12 
- 00014080  0x00002cd3 arg  0x00006b5a , 0x00000002 
- 00014081  0x00002cd4 isub  0x00000002 , 0x0000003e 
- 00014082  0x00002cd5 nrtn  0x00000005 
- 00014083  0x00002cd6 fetch  0x00000002 , 0x00000b15 
- 00014084  0x00002cd7 byteswap  0x0000003f , 0x0000003f 
- 00014085  0x00002cd8 store  0x00000002 , 0x00000b15 
- 00014086  0x00002cd9 copy  0x0000003f , 0x00000039 
- 00014087  0x00002cda increase  0x00000005 , 0x00000011 
- 00014088  0x00002cdb copy  0x00000011 , 0x00000006 
- 00014089  0x00002cdc arg  0x00000b17 , 0x00000005 
- 00014090  0x00002cdd call  0x00007f01 
- 00014091  0x00002cde ifetch  0x00000001 , 0x00000006 
- 00014092  0x00002cdf store  0x00000001 , 0x00000b21 
- 00014093  0x00002ce0 arg  0x00000b14 , 0x00000011 
- 00014094  0x00002ce1 arg  0x00000b17 , 0x00000012 
- 00014095  0x00002ce2 rtn 
- 00014096  0x00002ce5 setarg  0x00000000 
- 00014097  0x00002ce6 store  0x00000005 , 0x00004752 
- 00014098  0x00002ce7 store  0x00000005 , 0x00004757 
- 00014099  0x00002ce8 call  0x000036fc 
- 00014100  0x00002ce9 copy  0x00000012 , 0x00000006 
- 00014101  0x00002cea arg  0x00004752 , 0x00000005 
- 00014102  0x00002ceb arg  0x0000000a , 0x00000039 
- 00014103  0x00002cec call  0x00007f01 
- 00014104  0x00002cee bpatch  0x000000d1 , 0x0000401a 
- 00014105  0x00002cef ifetch  0x00000001 , 0x00000011 
- 00014106  0x00002cf0 beq  0x00000002 , 0x0000374a 
- 00014107  0x00002cf1 beq  0x00000003 , 0x0000375c 
- 00014108  0x00002cf2 beq  0x00000004 , 0x00003762 
- 00014109  0x00002cf3 beq  0x00000005 , 0x00003762 
- 00014110  0x00002cf4 beq  0x00000006 , 0x000037b1 
- 00014111  0x00002cf5 beq  0x00000007 , 0x00003849 
- 00014112  0x00002cf6 beq  0x00000008 , 0x0000384c 
- 00014113  0x00002cf7 rtn 
- 00014114  0x00002cfa fetch  0x00000002 , 0x00004682 
- 00014115  0x00002cfb rtnbit1  0x00000009 
- 00014116  0x00002cfd fetch  0x00000002 , 0x000047eb 
- 00014117  0x00002cfe store  0x00000002 , 0x000047ed 
- 00014118  0x00002d00 jam  0x00000001 , 0x000049f6 
- 00014119  0x00002d02 setarg  0x0000010c 
- 00014120  0x00002d03 call  0x000032cd 
- 00014121  0x00002d04 call  0x00003710 
- 00014122  0x00002d06 fetch  0x00000001 , 0x00000b14 
- 00014123  0x00002d07 beq  0x00000004 , 0x0000372e 
- 00014124  0x00002d08 beq  0x00000005 , 0x0000372e 
- 00014125  0x00002d09 rtn 
- 00014126  0x00002d0b fetch  0x00000001 , 0x00004752 
- 00014127  0x00002d0c ncall  0x00003735 , 0x00000034 
- 00014128  0x00002d0d fetch  0x00000001 , 0x00004754 
- 00014129  0x00002d0e ncall  0x00003737 , 0x00000034 
- 00014130  0x00002d0f fetch  0x00000001 , 0x00004756 
- 00014131  0x00002d10 ncall  0x00003739 , 0x00000034 
- 00014132  0x00002d11 rtn 
- 00014133  0x00002d14 jam  0x00000005 , 0x000049f3 
- 00014134  0x00002d15 rtn 
- 00014135  0x00002d17 jam  0x00000005 , 0x000049f4 
- 00014136  0x00002d18 rtn 
- 00014137  0x00002d1a jam  0x00000005 , 0x000049f5 
- 00014138  0x00002d1b rtn 
- 00014139  0x00002d1e arg  0x000049f3 , 0x00000013 
- 00014140  0x00002d1f arg  0x00003744 , 0x00000012 
- 00014141  0x00002d20 branch  0x0000336d 
- 00014142  0x00002d22 arg  0x000049f4 , 0x00000013 
- 00014143  0x00002d23 arg  0x00003746 , 0x00000012 
- 00014144  0x00002d24 branch  0x0000336d 
- 00014145  0x00002d26 arg  0x000049f5 , 0x00000013 
- 00014146  0x00002d27 arg  0x00003748 , 0x00000012 
- 00014147  0x00002d28 branch  0x0000336d 
- 00014148  0x00002d2b jam  0x00000000 , 0x00004752 
- 00014149  0x00002d2c branch  0x00003762 
- 00014150  0x00002d2e jam  0x00000000 , 0x00004754 
- 00014151  0x00002d2f branch  0x00003762 
- 00014152  0x00002d31 jam  0x00000000 , 0x00004756 
- 00014153  0x00002d32 branch  0x00003762 
- 00014154  0x00002d38 call  0x0000374c 
- 00014155  0x00002d39 branch  0x0000374f 
- 00014156  0x00002d3b fetch  0x00000001 , 0x00004752 
- 00014157  0x00002d3c store  0x00000001 , 0x0000475f 
- 00014158  0x00002d3d branch  0x00003773 
- 00014159  0x00002d3f fetch  0x00000001 , 0x0000475e 
- 00014160  0x00002d40 call  0x00003754 
- 00014161  0x00002d41 fetch  0x00000001 , 0x00004753 
- 00014162  0x00002d42 store  0x00000001 , 0x0000475d 
- 00014163  0x00002d43 branch  0x00003770 
- 00014164  0x00002d45 beq  0x00000002 , 0x00003758 
- 00014165  0x00002d46 beq  0x00000003 , 0x0000375a 
- 00014166  0x00002d47 store  0x00000001 , 0x0000475e 
- 00014167  0x00002d48 rtn 
- 00014168  0x00002d4a jam  0x00000005 , 0x0000475e 
- 00014169  0x00002d4b rtn 
- 00014170  0x00002d4d jam  0x0000000a , 0x0000475e 
- 00014171  0x00002d4e rtn 
- 00014172  0x00002d50 fetch  0x00000001 , 0x00004752 
- 00014173  0x00002d51 call  0x00003754 
- 00014174  0x00002d52 fetch  0x00000001 , 0x0000475e 
- 00014175  0x00002d53 call  0x0000379e 
- 00014176  0x00002d54 call  0x000037a1 
- 00014177  0x00002d55 branch  0x000069c4 
- 00014178  0x00002d58 fetch  0x00000001 , 0x000047f0 
- 00014179  0x00002d59 nrtn  0x00000034 
- 00014180  0x00002d5a fetch  0x00000006 , 0x00004752 
- 00014181  0x00002d5b store  0x00000006 , 0x0000475d 
- 00014182  0x00002d5c fetch  0x00000001 , 0x0000475e 
- 00014183  0x00002d5d fetcht  0x00000001 , 0x00004760 
- 00014184  0x00002d5e iand  0x00000002 , 0x0000003f 
- 00014185  0x00002d5f fetcht  0x00000001 , 0x00004762 
- 00014186  0x00002d60 iand  0x00000002 , 0x0000003f 
- 00014187  0x00002d61 call  0x00003779 , 0x00000034 
- 00014188  0x00002d62 bpatch  0x000000d2 , 0x0000401a 
- 00014189  0x00002d63 call  0x00003770 
- 00014190  0x00002d64 call  0x00003773 
- 00014191  0x00002d65 branch  0x00003776 
- 00014192  0x00002d67 arg  0x00004763 , 0x00000012 
- 00014193  0x00002d68 arg  0x0000475d , 0x00000006 
- 00014194  0x00002d69 branch  0x0000377b 
- 00014195  0x00002d6b arg  0x0000476b , 0x00000012 
- 00014196  0x00002d6c arg  0x0000475f , 0x00000006 
- 00014197  0x00002d6d branch  0x0000377b 
- 00014198  0x00002d6f arg  0x00004773 , 0x00000012 
- 00014199  0x00002d70 arg  0x00004761 , 0x00000006 
- 00014200  0x00002d71 branch  0x0000377b 
- 00014201  0x00002d73 jam  0x00000000 , 0x000047d1 
- 00014202  0x00002d74 rtn 
- 00014203  0x00002d77 ifetch  0x00000001 , 0x00000006 
- 00014204  0x00002d78 beq  0x00000000 , 0x00003787 
- 00014205  0x00002d79 beq  0x00000001 , 0x00003780 
- 00014206  0x00002d7a beq  0x00000002 , 0x00003782 
- 00014207  0x00002d7b rtn 
- 00014208  0x00002d7d jam  0x00000000 , 0x0000477b 
- 00014209  0x00002d7e branch  0x00003783 
- 00014210  0x00002d80 jam  0x00000001 , 0x0000477b 
- 00014211  0x00002d81 ifetch  0x00000001 , 0x00000006 
- 00014212  0x00002d82 store  0x00000001 , 0x0000477d 
- 00014213  0x00002d83 ifetch  0x00000008 , 0x00000012 
- 00014214  0x00002d84 branch  0x0000378c 
- 00014215  0x00002d87 ifetch  0x00000001 , 0x00000012 
- 00014216  0x00002d88 call  0x000069d7 
- 00014217  0x00002d89 increase  0x00000001 , 0x00000012 
- 00014218  0x00002d8a ifetch  0x00000001 , 0x00000012 
- 00014219  0x00002d8b branch  0x000069d7 
- 00014220  0x00002d8d store  0x00000008 , 0x0000477e 
- 00014221  0x00002d8e jam  0x00000001 , 0x000047d1 
- 00014222  0x00002d8f fetch  0x00000001 , 0x0000477b 
- 00014223  0x00002d90 beq  0x00000000 , 0x0000379a 
- 00014224  0x00002d92 fetch  0x00000001 , 0x0000477f 
- 00014225  0x00002d93 store  0x00000001 , 0x00004780 
- 00014226  0x00002d94 fetch  0x00000001 , 0x0000477e 
- 00014227  0x00002d96 call  0x000069d7 
- 00014228  0x00002d97 fetch  0x00000001 , 0x0000477d 
- 00014229  0x00002d98 call  0x0000379e 
- 00014230  0x00002d99 store  0x00000001 , 0x00004785 
- 00014231  0x00002d9a fetch  0x00000006 , 0x00004780 
- 00014232  0x00002d9b store  0x00000006 , 0x00000a9a 
- 00014233  0x00002d9c branch  0x000069ae 
- 00014234  0x00002d9e fetch  0x00000001 , 0x0000477e 
- 00014235  0x00002d9f store  0x00000001 , 0x00004780 
- 00014236  0x00002da0 fetch  0x00000001 , 0x0000477f 
- 00014237  0x00002da1 branch  0x00003793 
- 00014238  0x00002da4 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00014239  0x00002da5 add  0x0000003f , 0x00000032 , 0x0000003f 
- 00014240  0x00002da6 rtn 
- 00014241  0x00002da8 arg  0x00002ee0 , 0x00000002 
- 00014242  0x00002da9 imul32  0x00000002 , 0x0000003f 
- 00014243  0x00002daa div  0x0000003f , 0x00000064 
- 00014244  0x00002dab call  0x00007f86 
- 00014245  0x00002dac quotient  0x00000002 
- 00014246  0x00002dad copy  0x00000002 , 0x00000011 
- 00014247  0x00002dae setarg  0x00002ee0 
- 00014248  0x00002daf isub  0x00000002 , 0x00000012 
- 00014249  0x00002db0 rtn 
- 00014250  0x00002db4 hfetch  0x00000001 , 0x00008082 
- 00014251  0x00002db5 set1  0x00000002 , 0x0000003f 
- 00014252  0x00002db6 hstore  0x00000001 , 0x00008082 
- 00014253  0x00002db7 setarg  0x0000009e 
- 00014254  0x00002db8 hstore  0x00000002 , 0x00008068 
- 00014255  0x00002db9 hstore  0x00000002 , 0x0000806a 
- 00014256  0x00002dba rtn 
- 00014257  0x00002dbd fetch  0x00000001 , 0x000047f0 
- 00014258  0x00002dbe nrtn  0x00000034 
- 00014259  0x00002dbf fetch  0x00000002 , 0x00004752 
- 00014260  0x00002dc0 store  0x00000002 , 0x00004787 
- 00014261  0x00002dc1 fetch  0x00000001 , 0x000047ea 
- 00014262  0x00002dc2 bne  0x00000001 , 0x000037b9 
- 00014263  0x00002dc3 fetch  0x00000002 , 0x000044a0 
- 00014264  0x00002dc4 store  0x00000002 , 0x00004787 
- 00014265  0x00002dc6 bpatch  0x000000d3 , 0x0000401a 
- 00014266  0x00002dc7 call  0x000037aa 
- 00014267  0x00002dc8 call  0x000037dc 
- 00014268  0x00002dc9 setarg  0x0000bb80 
- 00014269  0x00002dca call  0x00002a8f 
- 00014270  0x00002dcb call  0x000037e0 
- 00014271  0x00002dcc setarg  0x00001c20 
- 00014272  0x00002dcd call  0x00002a8f 
- 00014273  0x00002dce arg  0x00000010 , 0x00000039 
- 00014274  0x00002dd0 call  0x000037dc 
- 00014275  0x00002dd1 fetch  0x00000002 , 0x00004787 
- 00014276  0x00002dd2 bbit1  0x00000000 , 0x000037c9 
- 00014277  0x00002dd3 setarg  0x00001c20 
- 00014278  0x00002dd4 call  0x00002a8f 
- 00014279  0x00002dd5 call  0x000037e0 
- 00014280  0x00002dd6 branch  0x000037cc 
- 00014281  0x00002dd9 setarg  0x00003840 
- 00014282  0x00002dda call  0x00002a8f 
- 00014283  0x00002ddb call  0x000037e0 
- 00014284  0x00002ddd setarg  0x00001c20 
- 00014285  0x00002dde call  0x00002a8f 
- 00014286  0x00002ddf fetch  0x00000002 , 0x00004787 
- 00014287  0x00002de0 rshift  0x0000003f , 0x0000003f 
- 00014288  0x00002de1 store  0x00000002 , 0x00004787 
- 00014289  0x00002de2 loop  0x000037c2 
- 00014290  0x00002de4 jam  0x00000002 , 0x000047f1 
- 00014291  0x00002de5 jam  0x00000001 , 0x000047f2 
- 00014292  0x00002de6 setarg  0x00000a01 
- 00014293  0x00002de7 store  0x00000002 , 0x00004752 
- 00014294  0x00002de8 fetch  0x00000001 , 0x000047b9 
- 00014295  0x00002de9 beq  0x00000003 , 0x000037d9 
- 00014296  0x00002deb branch  0x00003762 
- 00014297  0x00002ded setarg  0x00000a01 
- 00014298  0x00002dee store  0x00000002 , 0x00004754 
- 00014299  0x00002def branch  0x00003762 
- 00014300  0x00002df2 hfetch  0x00000001 , 0x00008085 
- 00014301  0x00002df3 or_into  0x00000040 , 0x0000003f 
- 00014302  0x00002df4 hstore  0x00000001 , 0x00008085 
- 00014303  0x00002df5 rtn 
- 00014304  0x00002df7 hfetch  0x00000001 , 0x00008085 
- 00014305  0x00002df8 and_into  0x000000bf , 0x0000003f 
- 00014306  0x00002df9 hstore  0x00000001 , 0x00008085 
- 00014307  0x00002dfa rtn 
- 00014308  0x00002dfd fetch  0x00000001 , 0x000047bb 
- 00014309  0x00002dfe rtneq  0x00000000 
- 00014310  0x00002dff call  0x00002c65 
- 00014311  0x00002e00 fetcht  0x00000001 , 0x000047bc 
- 00014312  0x00002e01 storet  0x00000001 , 0x00004786 
- 00014313  0x00002e02 call  0x000067fb 
- 00014314  0x00002e03 call  0x00003847 
- 00014315  0x00002e04 nrtn  0x00000001 
- 00014316  0x00002e05 jam  0x00000001 , 0x0000479a 
- 00014317  0x00002e06 rtn 
- 00014318  0x00002e09 fetch  0x00000001 , 0x000047bb 
- 00014319  0x00002e0a rtneq  0x00000000 
- 00014320  0x00002e0b fetch  0x00000001 , 0x0000479b 
- 00014321  0x00002e0c nrtn  0x00000034 
- 00014322  0x00002e0d fetch  0x00000002 , 0x00004682 
- 00014323  0x00002e0e bbit1  0x00000009 , 0x000037f6 
- 00014324  0x00002e0f fetch  0x00000001 , 0x000047ea 
- 00014325  0x00002e10 rtnne  0x00000001 
- 00014326  0x00002e12 bpatch  0x000000d4 , 0x0000401a 
- 00014327  0x00002e13 call  0x00003847 
- 00014328  0x00002e14 nrtn  0x00000001 
- 00014329  0x00002e15 setarg  0x00008ca0 
- 00014330  0x00002e16 call  0x00002a8f 
- 00014331  0x00002e17 call  0x00003847 
- 00014332  0x00002e18 nrtn  0x00000001 
- 00014333  0x00002e19 call  0x0000383f 
- 00014334  0x00002e1b call  0x00003842 
- 00014335  0x00002e1c nrtn  0x00000002 
- 00014336  0x00002e1d call  0x00003847 
- 00014337  0x00002e1e branch  0x000037fe , 0x00000001 
- 00014338  0x00002e1f arg  0x00000000 , 0x00000011 
- 00014339  0x00002e20 arg  0x00000010 , 0x00000039 
- 00014340  0x00002e21 call  0x0000383f 
- 00014341  0x00002e23 call  0x00003842 
- 00014342  0x00002e24 nrtn  0x00000002 
- 00014343  0x00002e25 call  0x00003847 
- 00014344  0x00002e26 nbranch  0x00003805 , 0x00000001 
- 00014345  0x00002e27 setarg  0x00002a30 
- 00014346  0x00002e28 call  0x00002a8f 
- 00014347  0x00002e29 call  0x00003847 
- 00014348  0x00002e2a branch  0x00003812 , 0x00000001 
- 00014349  0x00002e2c setarg  0x00000000 
- 00014350  0x00002e2d rshift  0x00000011 , 0x00000011 
- 00014351  0x00002e2e ior  0x00000011 , 0x00000011 
- 00014352  0x00002e2f loop  0x00003805 
- 00014353  0x00002e30 branch  0x0000381b 
- 00014354  0x00002e32 setarg  0x00008000 
- 00014355  0x00002e33 rshift  0x00000011 , 0x00000011 
- 00014356  0x00002e34 ior  0x00000011 , 0x00000011 
- 00014357  0x00002e35 call  0x0000383f 
- 00014358  0x00002e37 call  0x00003842 
- 00014359  0x00002e38 nrtn  0x00000002 
- 00014360  0x00002e39 call  0x00003847 
- 00014361  0x00002e3a branch  0x00003816 , 0x00000001 
- 00014362  0x00002e3b loop  0x00003805 
- 00014363  0x00002e3d bpatch  0x000000d5 , 0x0000401a 
- 00014364  0x00002e3e copy  0x00000011 , 0x0000003f 
- 00014365  0x00002e3f store  0x00000002 , 0x00004789 
- 00014366  0x00002e40 store  0x00000002 , 0x00004797 
- 00014367  0x00002e41 fetch  0x00000001 , 0x000047ea 
- 00014368  0x00002e42 beq  0x00000001 , 0x00003827 
- 00014369  0x00002e44 arg  0x00000007 , 0x00000039 
- 00014370  0x00002e45 arg  0x00004792 , 0x00000006 
- 00014371  0x00002e46 call  0x000036f0 
- 00014372  0x00002e47 store  0x00000001 , 0x00004799 
- 00014373  0x00002e48 arg  0x0000478f , 0x00000011 
- 00014374  0x00002e49 branch  0x00007e3d 
- 00014375  0x00002e4c fetch  0x00000001 , 0x000047ef 
- 00014376  0x00002e4d increase  0x00000001 , 0x0000003f 
- 00014377  0x00002e4e store  0x00000001 , 0x000047ef 
- 00014378  0x00002e4f div  0x0000003f , 0x00000002 
- 00014379  0x00002e50 call  0x00007f86 
- 00014380  0x00002e51 quotient  0x00000002 
- 00014381  0x00002e52 remainder  0x0000003f 
- 00014382  0x00002e53 nbranch  0x00003838 , 0x00000034 
- 00014383  0x00002e55 fetch  0x00000001 , 0x000047bf 
- 00014384  0x00002e56 isub  0x00000002 , 0x0000003e 
- 00014385  0x00002e57 call  0x0000383d , 0x00000005 
- 00014386  0x00002e58 arg  0x0000479c , 0x0000003f 
- 00014387  0x00002e59 increase  0xffffffff , 0x00000002 
- 00014388  0x00002e5a iadd  0x00000002 , 0x00000011 
- 00014389  0x00002e5b arg  0x00000000 , 0x0000003f 
- 00014390  0x00002e5c istore  0x00000001 , 0x00000011 
- 00014391  0x00002e5d rtn 
- 00014392  0x00002e5f arg  0x0000479c , 0x0000003f 
- 00014393  0x00002e60 iadd  0x00000002 , 0x00000011 
- 00014394  0x00002e61 arg  0x00000002 , 0x0000003f 
- 00014395  0x00002e62 istore  0x00000001 , 0x00000011 
- 00014396  0x00002e63 rtn 
- 00014397  0x00002e65 jam  0x00000001 , 0x000047f0 
- 00014398  0x00002e66 rtn 
- 00014399  0x00002e68 copy  0x00000022 , 0x0000003f 
- 00014400  0x00002e69 store  0x00000004 , 0x0000478b 
- 00014401  0x00002e6a rtn 
- 00014402  0x00002e6c copy  0x00000022 , 0x0000003f 
- 00014403  0x00002e6d fetcht  0x00000004 , 0x0000478b 
- 00014404  0x00002e6e isub  0x00000002 , 0x0000003f 
- 00014405  0x00002e6f sub  0x0000003f , 0x000000c8 , 0x0000003e 
- 00014406  0x00002e70 rtn 
- 00014407  0x00002e73 fetcht  0x00000001 , 0x00004786 
- 00014408  0x00002e74 branch  0x0000681d 
- 00014409  0x00002e77 fetch  0x00000008 , 0x00004752 
- 00014410  0x00002e78 store  0x00000008 , 0x0000479c 
- 00014411  0x00002e79 rtn 
- 00014412  0x00002e7c fetch  0x00000001 , 0x000047b9 
- 00014413  0x00002e7d store  0x00000001 , 0x000047af 
- 00014414  0x00002e7e fetch  0x00000001 , 0x000047ba 
- 00014415  0x00002e7f store  0x00000001 , 0x000047b0 
- 00014416  0x00002e80 fetch  0x00000001 , 0x000047bb 
- 00014417  0x00002e81 store  0x00000001 , 0x000047b1 
- 00014418  0x00002e82 arg  0x0000000d , 0x00000039 
- 00014419  0x00002e83 arg  0x000047aa , 0x00000006 
- 00014420  0x00002e84 call  0x000036f0 
- 00014421  0x00002e85 store  0x00000001 , 0x000047b7 
- 00014422  0x00002e86 arg  0x000047a7 , 0x00000011 
- 00014423  0x00002e87 branch  0x00007e3d 
- 00014424  0x00002e8e call  0x000065c2 
- 00014425  0x00002e8f jam  0x0000007a , 0x000046f6 
- 00014426  0x00002e90 call  0x0000386d 
- 00014427  0x00002e91 call  0x00003867 
- 00014428  0x00002e92 setarg  0x00003860 
- 00014429  0x00002e93 store  0x00000002 , 0x000041fd 
- 00014430  0x00002e94 arg  0x00000000 , 0x00000011 
- 00014431  0x00002e95 branch  0x000069a6 
- 00014432  0x00002e98 fetch  0x00000002 , 0x000046a1 
- 00014433  0x00002e99 rtn  0x00000034 
- 00014434  0x00002e9a increase  0xffffffff , 0x0000003f 
- 00014435  0x00002e9b store  0x00000002 , 0x000046a1 
- 00014436  0x00002e9c rtnne  0x00000000 
- 00014437  0x00002e9d jam  0x00000000 , 0x000046a0 
- 00014438  0x00002e9e rtn 
- 00014439  0x00002ea1 bpatch  0x000000d6 , 0x0000401a 
- 00014440  0x00002ea2 fetch  0x00000001 , 0x000046a4 
- 00014441  0x00002ea3 sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00014442  0x00002ea4 rtn  0x00000002 
- 00014443  0x00002ea5 jam  0x00000000 , 0x000046a4 
- 00014444  0x00002ea6 rtn 
- 00014445  0x00002ea9 arg  0x000046a4 , 0x00000011 
- 00014446  0x00002eaa arg  0x00000000 , 0x00000012 
- 00014447  0x00002eab arg  0x00000051 , 0x00000002 
- 00014448  0x00002eac branch  0x000065df 
- 00014449  0x00002eb0 disable  0x00000028 
- 00014450  0x00002eb1 fetch  0x00000001 , 0x000046a3 
- 00014451  0x00002eb2 copy  0x0000003f , 0x00000039 
- 00014452  0x00002eb4 arg  0x000046a5 , 0x00000011 
- 00014453  0x00002eb5 copy  0x00000013 , 0x00000012 
- 00014454  0x00002eb7 bpatch  0x000000d7 , 0x0000401a 
- 00014455  0x00002eb8 call  0x0000387c 
- 00014456  0x00002eb9 branch  0x00007fe7 , 0x00000005 
- 00014457  0x00002ebb increase  0x00000004 , 0x00000011 
- 00014458  0x00002ebc loop  0x00003876 
- 00014459  0x00002ebd rtn 
- 00014460  0x00002ec1 bpatch  0x000000d8 , 0x0000401b 
- 00014461  0x00002ec2 ifetch  0x00000003 , 0x00000011 
- 00014462  0x00002ec3 ifetcht  0x00000003 , 0x00000012 
- 00014463  0x00002ec4 isub  0x00000002 , 0x0000003e 
- 00014464  0x00002ec5 rtn 
- 00014465  0x00002ec8 bpatch  0x000000d9 , 0x0000401b 
- 00014466  0x00002ec9 ifetch  0x00000003 , 0x00000011 
- 00014467  0x00002eca ifetcht  0x00000003 , 0x00000012 
- 00014468  0x00002ecb isub  0x00000002 , 0x0000003e 
- 00014469  0x00002ecc nrtn  0x00000005 
- 00014470  0x00002ecd ifetch  0x00000001 , 0x00000006 
- 00014471  0x00002ece sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00014472  0x00002ecf rtn  0x00000005 
- 00014473  0x00002ed0 add  0x00000011 , 0x00000003 , 0x00000006 
- 00014474  0x00002ed1 ifetcht  0x00000001 , 0x00000006 
- 00014475  0x00002ed2 isub  0x00000002 , 0x0000003e 
- 00014476  0x00002ed3 rtn 
- 00014477  0x00002ed7 bpatch  0x000000da , 0x0000401b 
- 00014478  0x00002ed8 disable  0x00000028 
- 00014479  0x00002ed9 fetch  0x00000001 , 0x000046a3 
- 00014480  0x00002eda copy  0x0000003f , 0x00000039 
- 00014481  0x00002edc arg  0x000046a5 , 0x00000011 
- 00014482  0x00002edd copy  0x00000013 , 0x00000012 
- 00014483  0x00002edf call  0x00003881 
- 00014484  0x00002ee0 branch  0x00007fe7 , 0x00000005 
- 00014485  0x00002ee1 increase  0x00000004 , 0x00000011 
- 00014486  0x00002ee2 loop  0x00003893 
- 00014487  0x00002ee3 rtn 
- 00014488  0x00002ee7 fetch  0x00000001 , 0x00000004 
- 00014489  0x00002ee8 increase  0x00000001 , 0x0000003f 
- 00014490  0x00002ee9 store  0x00000001 , 0x00000004 
- 00014491  0x00002eea arg  0x000002e5 , 0x00000013 
- 00014492  0x00002eed ifetch  0x00000002 , 0x00000013 
- 00014493  0x00002eee arg  0x000055aa , 0x00000002 
- 00014494  0x00002eef isub  0x00000002 , 0x0000003e 
- 00014495  0x00002ef0 nrtn  0x00000005 
- 00014496  0x00002ef1 copy  0x00000006 , 0x00000013 
- 00014497  0x00002ef2 ifetcht  0x00000003 , 0x00000013 
- 00014498  0x00002ef3 setarg  0x00ffffff 
- 00014499  0x00002ef4 isub  0x00000002 , 0x0000003e 
- 00014500  0x00002ef5 branch  0x000038a8 , 0x00000005 
- 00014501  0x00002ef6 call  0x0000388d 
- 00014502  0x00002ef7 branch  0x000038a8 , 0x00000028 
- 00014503  0x00002ef8 rtn 
- 00014504  0x00002efb bpatch  0x000000db , 0x0000401b 
- 00014505  0x00002efc increase  0x00000004 , 0x00000013 
- 00014506  0x00002efd ifetch  0x00000001 , 0x00000013 
- 00014507  0x00002efe fetcht  0x00000001 , 0x000046f6 
- 00014508  0x00002eff isub  0x00000002 , 0x0000003e 
- 00014509  0x00002f00 rtn  0x00000005 
- 00014510  0x00002f01 store  0x00000001 , 0x000046f6 
- 00014511  0x00002f02 fetch  0x00000001 , 0x00000003 
- 00014512  0x00002f03 increase  0x00000001 , 0x0000003f 
- 00014513  0x00002f04 store  0x00000001 , 0x00000003 
- 00014514  0x00002f06 increase  0x00000001 , 0x00000013 
- 00014515  0x00002f07 ifetch  0x00000001 , 0x00000013 
- 00014516  0x00002f08 store  0x00000001 , 0x000046f5 
- 00014517  0x00002f09 copy  0x0000003f , 0x00000039 
- 00014518  0x00002f0a rtn  0x00000034 
- 00014519  0x00002f0c ifetch  0x00000001 , 0x00000006 
- 00014520  0x00002f0d beq  0x00000000 , 0x000038c2 
- 00014521  0x00002f0e beq  0x00000001 , 0x000038cf 
- 00014522  0x00002f0f beq  0x00000002 , 0x000038d4 
- 00014523  0x00002f10 beq  0x00000003 , 0x000038d9 
- 00014524  0x00002f11 beq  0x00000004 , 0x000038de 
- 00014525  0x00002f12 beq  0x00000005 , 0x000038e3 
- 00014526  0x00002f13 beq  0x00000006 , 0x000038e8 
- 00014527  0x00002f14 beq  0x000000ff , 0x000038ea 
- 00014528  0x00002f15 loop  0x000038b7 
- 00014529  0x00002f16 rtn 
- 00014530  0x00002f19 copy  0x00000006 , 0x00000013 
- 00014531  0x00002f1a fetch  0x00000001 , 0x0000469a 
- 00014532  0x00002f1b store  0x00000001 , 0x00000a9a 
- 00014533  0x00002f1c arg  0x00000000 , 0x00000002 
- 00014534  0x00002f1e storet  0x00000001 , 0x00000a9b 
- 00014535  0x00002f1f setarg  0x00002710 
- 00014536  0x00002f20 store  0x00000003 , 0x00000a9c 
- 00014537  0x00002f21 ifetch  0x00000001 , 0x00000013 
- 00014538  0x00002f22 store  0x00000001 , 0x00000a9f 
- 00014539  0x00002f23 call  0x000069ae 
- 00014540  0x00002f24 and  0x00000013 , 0x00000001 , 0x00000006 
- 00014541  0x00002f25 loop  0x000038b7 
- 00014542  0x00002f26 rtn 
- 00014543  0x00002f28 copy  0x00000013 , 0x00000006 
- 00014544  0x00002f29 fetch  0x00000001 , 0x0000469b 
- 00014545  0x00002f2a store  0x00000001 , 0x00000a9a 
- 00014546  0x00002f2b arg  0x00000001 , 0x00000002 
- 00014547  0x00002f2c branch  0x000038c6 
- 00014548  0x00002f2e copy  0x00000013 , 0x00000006 
- 00014549  0x00002f2f fetch  0x00000001 , 0x0000469c 
- 00014550  0x00002f30 store  0x00000001 , 0x00000a9a 
- 00014551  0x00002f31 arg  0x00000002 , 0x00000002 
- 00014552  0x00002f32 branch  0x000038c6 
- 00014553  0x00002f34 copy  0x00000013 , 0x00000006 
- 00014554  0x00002f35 fetch  0x00000001 , 0x0000469d 
- 00014555  0x00002f36 store  0x00000001 , 0x00000a9a 
- 00014556  0x00002f37 arg  0x00000003 , 0x00000002 
- 00014557  0x00002f38 branch  0x000038c6 
- 00014558  0x00002f3a copy  0x00000013 , 0x00000006 
- 00014559  0x00002f3b fetch  0x00000001 , 0x0000469e 
- 00014560  0x00002f3c store  0x00000001 , 0x00000a9a 
- 00014561  0x00002f3d arg  0x00000004 , 0x00000002 
- 00014562  0x00002f3e branch  0x000038c6 
- 00014563  0x00002f40 copy  0x00000013 , 0x00000006 
- 00014564  0x00002f41 fetch  0x00000001 , 0x0000469f 
- 00014565  0x00002f42 store  0x00000001 , 0x00000a9a 
- 00014566  0x00002f43 arg  0x00000005 , 0x00000002 
- 00014567  0x00002f44 branch  0x000038c6 
- 00014568  0x00002f47 ifetch  0x00000001 , 0x00000006 
- 00014569  0x00002f48 rtn 
- 00014570  0x00002f4b copy  0x00000006 , 0x00000013 
- 00014571  0x00002f4c fetch  0x00000001 , 0x000046a0 
- 00014572  0x00002f4d bne  0x00000001 , 0x000038ee 
- 00014573  0x00002f4e call  0x000038f0 
- 00014574  0x00002f50 and  0x00000013 , 0x00000004 , 0x00000006 
- 00014575  0x00002f51 rtn 
- 00014576  0x00002f53 bpatch  0x000000dc , 0x0000401b 
- 00014577  0x00002f54 call  0x00003871 
- 00014578  0x00002f55 branch  0x000038fe , 0x00000028 
- 00014579  0x00002f56 fetch  0x00000001 , 0x000046a4 
- 00014580  0x00002f57 copy  0x0000003f , 0x00000002 
- 00014581  0x00002f58 increase  0x00000001 , 0x0000003f 
- 00014582  0x00002f59 store  0x00000001 , 0x000046a4 
- 00014583  0x00002f5a call  0x00003867 
- 00014584  0x00002f5b lshift2  0x00000002 , 0x00000002 
- 00014585  0x00002f5c setarg  0x000046a5 
- 00014586  0x00002f5d iadd  0x00000002 , 0x00000005 
- 00014587  0x00002f5e ifetch  0x00000004 , 0x00000013 
- 00014588  0x00002f5f istore  0x00000004 , 0x00000005 
- 00014589  0x00002f60 branch  0x00003903 
- 00014590  0x00002f62 add  0x00000013 , 0x00000003 , 0x00000006 
- 00014591  0x00002f63 ifetch  0x00000001 , 0x00000006 
- 00014592  0x00002f64 rtn  0x00000034 
- 00014593  0x00002f65 ifetch  0x00000004 , 0x00000013 
- 00014594  0x00002f66 istore  0x00000004 , 0x00000011 
- 00014595  0x00002f68 arg  0x000046a4 , 0x00000011 
- 00014596  0x00002f69 arg  0x00000000 , 0x00000012 
- 00014597  0x00002f6a arg  0x00000051 , 0x00000002 
- 00014598  0x00002f6b branch  0x00006606 
- 00014599  0x00002f73 fetcht  0x00000001 , 0x0000469a 
- 00014600  0x00002f74 call  0x00006825 
- 00014601  0x00002f75 rtn 
- 00014602  0x00002f7b fetcht  0x00000001 , 0x0000469a 
- 00014603  0x00002f7c call  0x00006829 
- 00014604  0x00002f7f fetcht  0x00000001 , 0x0000469a 
- 00014605  0x00002f80 call  0x00006825 
- 00014606  0x00002f83 call  0x0000391d 
- 00014607  0x00002f85 fetch  0x00000001 , 0x000046a7 
- 00014608  0x00002f86 nrtn  0x00000034 
- 00014609  0x00002f88 call  0x00002c29 
- 00014610  0x00002f89 hfetch  0x00000004 , 0x00008138 
- 00014611  0x00002f8a set0  0x0000000f , 0x0000003f 
- 00014612  0x00002f8b hstore  0x00000004 , 0x0000804c 
- 00014613  0x00002f8c call  0x00002c21 
- 00014614  0x00002f8d arg  0xffffffff , 0x00000002 
- 00014615  0x00002f8e branch  0x00002b2a 
- 00014616  0x00002f91 fetch  0x00000001 , 0x000046a7 
- 00014617  0x00002f92 branch  0x000056f9 , 0x00000034 
- 00014618  0x00002f93 increase  0xffffffff , 0x0000003f 
- 00014619  0x00002f94 store  0x00000001 , 0x000046a7 
- 00014620  0x00002f95 branch  0x000056f9 
- 00014621  0x00002f98 mul32  0x0000003f , 0x00000014 , 0x0000003f 
- 00014622  0x00002f99 arg  0x000046a8 , 0x00000006 
- 00014623  0x00002f9a iadd  0x00000006 , 0x00000006 
- 00014624  0x00002f9b ifetch  0x00000001 , 0x00000006 
- 00014625  0x00002f9c rtn  0x00000034 
- 00014626  0x00002f9d copy  0x0000003f , 0x00000011 
- 00014627  0x00002f9e copy  0x00000011 , 0x00000039 
- 00014628  0x00002f9f arg  0x00004372 , 0x00000005 
- 00014629  0x00002fa0 call  0x00007f01 
- 00014630  0x00002fa1 copy  0x00000011 , 0x0000003f 
- 00014631  0x00002fa2 increase  0x00000002 , 0x0000003f 
- 00014632  0x00002fa3 store  0x00000001 , 0x0000436f 
- 00014633  0x00002fa4 rtn 
- 00014634  0x00002fad rtn  0x0000002b 
- 00014635  0x00002fae call  0x000057a3 
- 00014636  0x00002faf call  0x000068a8 
- 00014637  0x00002fb0 setarg  0x00003982 
- 00014638  0x00002fb1 store  0x00000002 , 0x000041f3 
- 00014639  0x00002fb2 setarg  0x0000396e 
- 00014640  0x00002fb3 store  0x00000002 , 0x000041f1 
- 00014641  0x00002fb4 setarg  0x00003986 
- 00014642  0x00002fb5 store  0x00000002 , 0x000041f5 
- 00014643  0x00002fb6 setarg  0x0000396d 
- 00014644  0x00002fb7 store  0x00000002 , 0x000041ef 
- 00014645  0x00002fb8 setarg  0x00003969 
- 00014646  0x00002fb9 store  0x00000002 , 0x000041e9 
- 00014647  0x00002fba setarg  0x00003ab7 
- 00014648  0x00002fbb store  0x00000002 , 0x000041fb 
- 00014649  0x00002fbc setarg  0x00003c32 
- 00014650  0x00002fbd store  0x00000002 , 0x0000456f 
- 00014651  0x00002fbe setarg  0x00003cc2 
- 00014652  0x00002fbf store  0x00000002 , 0x000041f9 
- 00014653  0x00002fc0 setarg  0x00003cd7 
- 00014654  0x00002fc1 store  0x00000002 , 0x000041fd 
- 00014655  0x00002fc3 call  0x0000397f 
- 00014656  0x00002fc4 bpatch  0x000000dd , 0x0000401b 
- 00014657  0x00002fc5 call  0x00003945 
- 00014658  0x00002fc6 call  0x00003964 
- 00014659  0x00002fc7 call  0x00002c6f 
- 00014660  0x00002fc8 branch  0x00003c48 
- 00014661  0x00002fcc fetch  0x00000004 , 0x000046aa 
- 00014662  0x00002fcd hstore  0x00000004 , 0x00008054 
- 00014663  0x00002fcf fetch  0x00000004 , 0x000046ae 
- 00014664  0x00002fd0 hstore  0x00000004 , 0x0000805a 
- 00014665  0x00002fd2 hfetch  0x00000001 , 0x00008081 
- 00014666  0x00002fd3 or_into  0x00000004 , 0x0000003f 
- 00014667  0x00002fd4 and_into  0x000000fc , 0x0000003f 
- 00014668  0x00002fd5 hstore  0x00000001 , 0x00008081 
- 00014669  0x00002fd6 jam  0x00000000 , 0x00008062 
- 00014670  0x00002fd8 fetch  0x00000002 , 0x000046aa 
- 00014671  0x00002fd9 hstore  0x00000002 , 0x00008058 
- 00014672  0x00002fda fetch  0x00000002 , 0x000046ae 
- 00014673  0x00002fdb hstore  0x00000002 , 0x0000805e 
- 00014674  0x00002fdc hstore  0x00000002 , 0x00008060 
- 00014675  0x00002fde hfetch  0x00000004 , 0x00008078 
- 00014676  0x00002fdf set1  0x00000007 , 0x0000003f 
- 00014677  0x00002fe0 hstore  0x00000004 , 0x00008078 
- 00014678  0x00002fe2 hfetch  0x00000002 , 0x00008050 
- 00014679  0x00002fe3 set0  0x0000000f , 0x0000003f 
- 00014680  0x00002fe4 hstore  0x00000002 , 0x00008050 
- 00014681  0x00002fe5 call  0x000066ce 
- 00014682  0x00002fe6 jam  0x00000000 , 0x00008043 
- 00014683  0x00002fe7 jam  0x00000081 , 0x00008062 
- 00014684  0x00002fe9 fetch  0x00000001 , 0x000046bf 
- 00014685  0x00002fea isolate1  0x00000000 , 0x0000003f 
- 00014686  0x00002feb hfetcht  0x00000001 , 0x00008062 
- 00014687  0x00002fec setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00014688  0x00002fed hstoret  0x00000001 , 0x00008062 
- 00014689  0x00002fee rtn 
- 00014690  0x00002ff3 call  0x0000397f 
- 00014691  0x00002ff4 branch  0x00003945 
- 00014692  0x00002ffc fetcht  0x00000001 , 0x0000469e 
- 00014693  0x00002ffd call  0x0000680e 
- 00014694  0x00002ffe call  0x000039e6 
- 00014695  0x00003000 fetcht  0x00000001 , 0x0000469c 
- 00014696  0x00003001 branch  0x000067fb 
- 00014697  0x00003004 fetcht  0x00000001 , 0x0000469c 
- 00014698  0x00003005 call  0x0000681d 
- 00014699  0x00003006 nbranch  0x000033d2 , 0x00000001 
- 00014700  0x00003007 branch  0x000033d0 
- 00014701  0x0000300b rtn 
- 00014702  0x0000300e call  0x00003970 
- 00014703  0x0000300f branch  0x00003ce9 
- 00014704  0x00003012 fetch  0x00000001 , 0x00004682 
- 00014705  0x00003013 bbit0  0x00000004 , 0x0000397f 
- 00014706  0x00003014 bpatch  0x000000de , 0x0000401b 
- 00014707  0x00003015 setarg  0x00003eff 
- 00014708  0x00003016 fetcht  0x00000004 , 0x000046c5 
- 00014709  0x00003017 iadd  0x00000002 , 0x00000002 
- 00014710  0x00003018 copy  0x00000022 , 0x0000003f 
- 00014711  0x00003019 isub  0x00000002 , 0x0000003e 
- 00014712  0x0000301a nrtn  0x00000002 
- 00014713  0x0000301b fetch  0x00000002 , 0x00004682 
- 00014714  0x0000301c bbit1  0x00000005 , 0x0000397f 
- 00014715  0x0000301d fetch  0x00000001 , 0x000046bf 
- 00014716  0x0000301e rtnbit1  0x00000006 
- 00014717  0x0000301f call  0x00003cec 
- 00014718  0x00003020 call  0x0000340e 
- 00014719  0x00003022 copy  0x00000022 , 0x0000003f 
- 00014720  0x00003023 store  0x00000004 , 0x000046c5 
- 00014721  0x00003024 rtn 
- 00014722  0x00003028 call  0x00003ce9 
- 00014723  0x00003029 call  0x0000526e 
- 00014724  0x0000302a nrtn  0x00000034 
- 00014725  0x0000302b branch  0x000039eb 
- 00014726  0x0000302f copy  0x00000013 , 0x0000003f 
- 00014727  0x00003030 beq  0x00000001 , 0x000039d4 
- 00014728  0x00003031 beq  0x00000002 , 0x000039a3 
- 00014729  0x00003032 beq  0x00000004 , 0x000039d7 
- 00014730  0x00003033 beq  0x00000005 , 0x000039c4 
- 00014731  0x00003034 beq  0x00000008 , 0x000039aa 
- 00014732  0x00003035 beq  0x00000009 , 0x000039b1 
- 00014733  0x00003036 beq  0x0000000a , 0x000039c9 
- 00014734  0x00003037 beq  0x0000000b , 0x000039b6 
- 00014735  0x00003038 beq  0x0000000c , 0x000039c2 
- 00014736  0x00003039 beq  0x00000013 , 0x000039d7 
- 00014737  0x0000303a beq  0x00000014 , 0x000039cf 
- 00014738  0x0000303b beq  0x00000015 , 0x000039c6 
- 00014739  0x0000303c beq  0x00000021 , 0x000039ca 
- 00014740  0x0000303d beq  0x00000023 , 0x000039cb 
- 00014741  0x0000303e beq  0x00000024 , 0x000039ce 
- 00014742  0x0000303f beq  0x00000030 , 0x00003c8a 
- 00014743  0x00003040 beq  0x00000031 , 0x00003c8c 
- 00014744  0x00003041 beq  0x00000032 , 0x00003c9a 
- 00014745  0x00003042 beq  0x00000033 , 0x00003c98 
- 00014746  0x00003043 beq  0x00000034 , 0x00003c84 
- 00014747  0x00003044 beq  0x00000035 , 0x00003c73 
- 00014748  0x00003045 beq  0x00000036 , 0x00003c82 
- 00014749  0x00003046 beq  0x00000037 , 0x00003c8e 
- 00014750  0x00003047 beq  0x00000038 , 0x00003c90 
- 00014751  0x00003048 beq  0x0000003b , 0x00003ca1 
- 00014752  0x00003049 beq  0x0000003d , 0x00003c6a 
- 00014753  0x0000304a beq  0x00000041 , 0x000039d9 
- 00014754  0x0000304b rtn 
- 00014755  0x0000304f call  0x0000397f 
- 00014756  0x00003050 fetch  0x00000001 , 0x00004665 
- 00014757  0x00003051 ncall  0x00003c8e , 0x00000034 
- 00014758  0x00003052 call  0x000039d7 
- 00014759  0x00003053 fetch  0x00000002 , 0x00004682 
- 00014760  0x00003054 rtnbit0  0x00000004 
- 00014761  0x00003055 branch  0x000039b1 
- 00014762  0x00003058 fetch  0x00000002 , 0x00004682 
- 00014763  0x00003059 set1  0x00000004 , 0x0000003f 
- 00014764  0x0000305a store  0x00000002 , 0x00004682 
- 00014765  0x0000305b fetch  0x00000001 , 0x000046a7 
- 00014766  0x0000305c store  0x00000001 , 0x00004172 
- 00014767  0x0000305d call  0x000039e6 
- 00014768  0x0000305e branch  0x00003c1d 
- 00014769  0x00003063 fetch  0x00000002 , 0x00004682 
- 00014770  0x00003064 rtnbit0  0x00000004 
- 00014771  0x00003065 set0  0x00000004 , 0x0000003f 
- 00014772  0x00003066 store  0x00000002 , 0x00004682 
- 00014773  0x00003067 branch  0x00003c21 
- 00014774  0x0000306d call  0x0000397f 
- 00014775  0x00003070 fetch  0x00000002 , 0x00004042 
- 00014776  0x00003071 rshift  0x0000003f , 0x0000003f 
- 00014777  0x00003072 fetcht  0x00000002 , 0x000041e3 
- 00014778  0x00003073 isub  0x00000002 , 0x0000003e 
- 00014779  0x00003074 nbranch  0x000039bd , 0x00000005 
- 00014780  0x00003075 branch  0x00003416 
- 00014781  0x00003077 fetch  0x00000001 , 0x000046bf 
- 00014782  0x00003078 rtnbit1  0x00000005 
- 00014783  0x00003079 hfetch  0x00000002 , 0x00008112 
- 00014784  0x0000307a ncall  0x00003cf0 , 0x00000034 
- 00014785  0x0000307b branch  0x0000340c 
- 00014786  0x0000307e call  0x00003cee 
- 00014787  0x0000307f branch  0x00003418 
- 00014788  0x00003082 call  0x0000397f 
- 00014789  0x00003083 branch  0x000039dd 
- 00014790  0x00003086 call  0x00005816 
- 00014791  0x00003087 call  0x000039d7 
- 00014792  0x00003088 branch  0x00003c23 
- 00014793  0x0000308b branch  0x000033dd 
- 00014794  0x0000308f branch  0x00003cee 
- 00014795  0x00003093 fetch  0x00000001 , 0x000046bf 
- 00014796  0x00003094 bbit0  0x00000005 , 0x0000340e 
- 00014797  0x00003095 branch  0x00003cf2 
- 00014798  0x00003099 branch  0x00003cf2 
- 00014799  0x0000309d call  0x000058ba 
- 00014800  0x0000309e call  0x000039dd 
- 00014801  0x0000309f fetch  0x00000001 , 0x000046a8 
- 00014802  0x000030a0 store  0x00000001 , 0x00004172 
- 00014803  0x000030a1 branch  0x00003c1f 
- 00014804  0x000030a5 jam  0x00000000 , 0x00004661 
- 00014805  0x000030a6 call  0x00003cee 
- 00014806  0x000030a7 branch  0x00003cf2 
- 00014807  0x000030ac call  0x00003a52 
- 00014808  0x000030ad branch  0x000039db 
- 00014809  0x000030b1 call  0x00005cc9 
- 00014810  0x000030b2 branch  0x00005b02 
- 00014811  0x000030b6 fetcht  0x00000001 , 0x0000469e 
- 00014812  0x000030b7 branch  0x00006829 
- 00014813  0x000030ba call  0x000039df 
- 00014814  0x000030bb branch  0x000039e6 
- 00014815  0x000030be fetch  0x00000001 , 0x000046a1 
- 00014816  0x000030bf isolate1  0x00000000 , 0x0000003f 
- 00014817  0x000030c0 call  0x000033f0 , 0x00000001 
- 00014818  0x000030c1 fetch  0x00000001 , 0x000046a1 
- 00014819  0x000030c2 isolate1  0x00000001 , 0x0000003f 
- 00014820  0x000030c3 call  0x000033f8 , 0x00000001 
- 00014821  0x000030c4 rtn 
- 00014822  0x000030c6 fetcht  0x00000001 , 0x0000469e 
- 00014823  0x000030c7 branch  0x00006825 
- 00014824  0x000030ca fetch  0x00000001 , 0x0000456b 
- 00014825  0x000030cb rtneq  0x00000000 
- 00014826  0x000030cc branch  0x00006c28 
- 00014827  0x000030cf hfetch  0x00000001 , 0x0000810c 
- 00014828  0x000030d0 bbit1  0x00000003 , 0x000039e8 
- 00014829  0x000030d1 call  0x000066cb 
- 00014830  0x000030d2 ifetch  0x00000001 , 0x00000003 
- 00014831  0x000030d3 bne  0x00000001 , 0x00003a01 
- 00014832  0x000030d4 hfetch  0x00000002 , 0x00008112 
- 00014833  0x000030d5 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00014834  0x000030d6 rtn  0x00000002 
- 00014835  0x000030d7 ifetch  0x00000001 , 0x00000003 
- 00014836  0x000030d8 store  0x00000001 , 0x00000b03 
- 00014837  0x000030d9 ifetcht  0x00000001 , 0x00000003 
- 00014838  0x000030da copy  0x00000003 , 0x00000011 
- 00014839  0x000030db storet  0x00000001 , 0x00000b04 
- 00014840  0x000030dc add  0x00000002 , 0x00000003 , 0x00000002 
- 00014841  0x000030dd hfetch  0x00000002 , 0x00008112 
- 00014842  0x000030de isub  0x00000002 , 0x00000002 
- 00014843  0x000030df nrtn  0x00000002 
- 00014844  0x000030e0 jam  0x00000001 , 0x00000b05 
- 00014845  0x000030e1 call  0x00003a17 
- 00014846  0x000030e2 fetch  0x00000001 , 0x00000b05 
- 00014847  0x000030e3 rtneq  0x00000000 
- 00014848  0x000030e4 branch  0x00003a12 
- 00014849  0x000030e7 call  0x00007ec1 
- 00014850  0x000030e8 call  0x00003c79 
- 00014851  0x000030e9 branch  0x00003a04 
- 00014852  0x000030ed bpatch  0x000000df , 0x0000401b 
- 00014853  0x000030ee hfetch  0x00000002 , 0x00008112 
- 00014854  0x000030ef rtn  0x00000034 
- 00014855  0x000030f0 call  0x000066cb 
- 00014856  0x000030f1 ifetch  0x00000001 , 0x00000003 
- 00014857  0x000030f2 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00014858  0x000030f3 ncall  0x00003a16 , 0x00000005 
- 00014859  0x000030f4 nbranch  0x00003a04 , 0x00000005 
- 00014860  0x000030f5 ifetch  0x00000001 , 0x00000003 
- 00014861  0x000030f6 rtneq  0x00000005 
- 00014862  0x000030f7 rtneq  0x00000029 
- 00014863  0x000030f8 increase  0xffffffff , 0x00000003 
- 00014864  0x000030f9 call  0x00003a16 
- 00014865  0x000030fa branch  0x00003a04 
- 00014866  0x000030fd call  0x000066cb 
- 00014867  0x000030fe increase  0x00000002 , 0x00000003 
- 00014868  0x000030ff ifetch  0x00000001 , 0x00000003 
- 00014869  0x00003100 iadd  0x00000003 , 0x00000003 
- 00014870  0x00003102 branch  0x000066c8 
- 00014871  0x00003106 bpatch  0x000000e0 , 0x0000401c 
- 00014872  0x00003107 fetch  0x00000001 , 0x00000b03 
- 00014873  0x00003108 beq  0x00000000 , 0x00003a3f 
- 00014874  0x00003109 beq  0x00000001 , 0x00003a44 
- 00014875  0x0000310a beq  0x00000002 , 0x00003a49 
- 00014876  0x0000310b beq  0x00000003 , 0x00003a5f 
- 00014877  0x0000310c beq  0x00000004 , 0x00003a6b 
- 00014878  0x0000310d beq  0x00000005 , 0x00003a75 
- 00014879  0x0000310e beq  0x00000009 , 0x00003a9a 
- 00014880  0x0000310f beq  0x0000000b , 0x00003ad7 
- 00014881  0x00003110 beq  0x0000000c , 0x00003ad8 
- 00014882  0x00003111 beq  0x0000000d , 0x00003aec 
- 00014883  0x00003112 beq  0x0000000e , 0x00003af4 
- 00014884  0x00003113 beq  0x0000000f , 0x00003afa 
- 00014885  0x00003114 beq  0x00000010 , 0x00003b06 
- 00014886  0x00003115 beq  0x00000011 , 0x00003b0e 
- 00014887  0x00003116 beq  0x00000012 , 0x00003b12 
- 00014888  0x00003117 beq  0x00000026 , 0x00003b16 
- 00014889  0x00003118 beq  0x00000028 , 0x00003b1d 
- 00014890  0x00003119 beq  0x00000029 , 0x00003b2d 
- 00014891  0x0000311a beq  0x0000002a , 0x00003b36 
- 00014892  0x0000311b beq  0x0000002b , 0x00003b69 
- 00014893  0x0000311c beq  0x0000002c , 0x00003b6f 
- 00014894  0x0000311d beq  0x00000030 , 0x00003b76 
- 00014895  0x0000311e beq  0x00000031 , 0x00003b7c 
- 00014896  0x0000311f beq  0x00000032 , 0x00003b90 
- 00014897  0x00003120 beq  0x00000033 , 0x00003b98 
- 00014898  0x00003121 beq  0x00000034 , 0x00003bbb 
- 00014899  0x00003122 beq  0x00000035 , 0x00003bc4 
- 00014900  0x00003123 beq  0x00000036 , 0x00003bcd 
- 00014901  0x00003124 beq  0x00000037 , 0x00003bd7 
- 00014902  0x00003125 beq  0x00000038 , 0x00003bda 
- 00014903  0x00003126 beq  0x00000040 , 0x00003be2 
- 00014904  0x00003127 beq  0x00000042 , 0x00003bec 
- 00014905  0x00003128 beq  0x00000048 , 0x00003bf1 
- 00014906  0x00003129 beq  0x00000049 , 0x00003bfc 
- 00014907  0x0000312a beq  0x00000051 , 0x00003c02 
- 00014908  0x0000312b beq  0x00000061 , 0x00003c06 
- 00014909  0x0000312c beq  0x000000ff , 0x00003c15 
- 00014910  0x0000312d branch  0x00003c17 
- 00014911  0x00003133 fetch  0x00000001 , 0x00000b04 
- 00014912  0x00003134 bne  0x00000006 , 0x00003c17 
- 00014913  0x00003135 ifetch  0x00000006 , 0x00000003 
- 00014914  0x00003136 store  0x00000006 , 0x000040a0 
- 00014915  0x00003137 branch  0x00003c1a 
- 00014916  0x0000313b fetch  0x00000001 , 0x00000b04 
- 00014917  0x0000313c bne  0x00000006 , 0x00003c17 
- 00014918  0x0000313d ifetch  0x00000006 , 0x00000003 
- 00014919  0x0000313e store  0x00000006 , 0x000044a0 
- 00014920  0x0000313f branch  0x00003c1a 
- 00014921  0x00003144 fetch  0x00000001 , 0x00000b04 
- 00014922  0x00003145 bne  0x00000001 , 0x00003c17 
- 00014923  0x00003146 copy  0x00000011 , 0x00000003 
- 00014924  0x00003147 call  0x00003c1a 
- 00014925  0x00003148 ifetcht  0x00000001 , 0x00000003 
- 00014926  0x00003149 storet  0x00000001 , 0x000046a9 
- 00014927  0x0000314a fetch  0x00000002 , 0x00004682 
- 00014928  0x0000314b rtnbit1  0x00000009 
- 00014929  0x0000314c rtnbit1  0x00000000 
- 00014930  0x0000314e fetch  0x00000001 , 0x000046a1 
- 00014931  0x0000314f isolate1  0x00000000 , 0x0000003f 
- 00014932  0x00003150 nbranch  0x00003a58 , 0x00000001 
- 00014933  0x00003151 fetcht  0x00000001 , 0x000046a9 
- 00014934  0x00003152 and  0x00000002 , 0x00000003 , 0x0000003f 
- 00014935  0x00003153 store  0x00000001 , 0x00004093 
- 00014936  0x00003155 fetch  0x00000001 , 0x000046a1 
- 00014937  0x00003156 isolate1  0x00000001 , 0x0000003f 
- 00014938  0x00003157 nrtn  0x00000001 
- 00014939  0x00003158 fetcht  0x00000001 , 0x000046a9 
- 00014940  0x00003159 isolate1  0x00000002 , 0x00000002 
- 00014941  0x0000315a branch  0x000033fa , 0x00000001 
- 00014942  0x0000315b branch  0x000033f8 
- 00014943  0x00003160 fetch  0x00000001 , 0x00000b04 
- 00014944  0x00003161 sub  0x0000003f , 0x00000043 , 0x0000003e 
- 00014945  0x00003162 nbranch  0x00003c17 , 0x00000002 
- 00014946  0x00003163 store  0x00000001 , 0x00004515 
- 00014947  0x00003164 arg  0x00000008 , 0x00000039 
- 00014948  0x00003165 call  0x00007ec6 
- 00014949  0x00003166 fetch  0x00000001 , 0x00000b04 
- 00014950  0x00003167 copy  0x0000003f , 0x00000039 
- 00014951  0x00003168 copy  0x00000011 , 0x00000003 
- 00014952  0x00003169 arg  0x00004516 , 0x00000005 
- 00014953  0x0000316a call  0x000066ea 
- 00014954  0x0000316b branch  0x00003c1a 
- 00014955  0x00003170 fetch  0x00000001 , 0x00000b04 
- 00014956  0x00003171 sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00014957  0x00003172 nbranch  0x00003c17 , 0x00000002 
- 00014958  0x00003173 store  0x00000001 , 0x000043af 
- 00014959  0x00003174 copy  0x0000003f , 0x00000039 
- 00014960  0x00003175 copy  0x00000011 , 0x00000003 
- 00014961  0x00003176 arg  0x000043b0 , 0x00000005 
- 00014962  0x00003177 call  0x000066ea 
- 00014963  0x00003178 call  0x000057a3 
- 00014964  0x00003179 branch  0x00003c1a 
- 00014965  0x0000317e fetch  0x00000001 , 0x00004682 
- 00014966  0x0000317f bbit0  0x00000004 , 0x00003c17 
- 00014967  0x00003180 call  0x000033ba 
- 00014968  0x00003181 branch  0x00003a86 , 0x00000001 
- 00014969  0x00003182 jam  0x00000000 , 0x00000b05 
- 00014970  0x00003184 call  0x0000397f 
- 00014971  0x00003185 fetch  0x00000001 , 0x00004568 
- 00014972  0x00003186 rtn  0x00000034 
- 00014973  0x00003187 fetch  0x00000002 , 0x00004573 
- 00014974  0x00003188 bne  0x00000000 , 0x00003a84 
- 00014975  0x00003189 fetch  0x00000001 , 0x00000b04 
- 00014976  0x0000318a store  0x00000002 , 0x00004573 
- 00014977  0x0000318c copy  0x00000011 , 0x00000003 
- 00014978  0x0000318f copy  0x00000003 , 0x0000003f 
- 00014979  0x00003190 store  0x00000002 , 0x00004571 
- 00014980  0x00003192 call  0x00003a88 
- 00014981  0x00003193 branch  0x00006c4d 
- 00014982  0x00003196 jam  0x00000000 , 0x00000b05 
- 00014983  0x00003197 branch  0x00003cd1 
- 00014984  0x0000319a call  0x00003a8e 
- 00014985  0x0000319b fetch  0x00000002 , 0x00004573 
- 00014986  0x0000319c fetcht  0x00000002 , 0x0000469f 
- 00014987  0x0000319d isub  0x00000002 , 0x0000003f 
- 00014988  0x0000319e store  0x00000002 , 0x00004573 
- 00014989  0x0000319f rtn 
- 00014990  0x000031a2 fetch  0x00000002 , 0x00004573 
- 00014991  0x000031a3 arg  0x0000006e , 0x00000002 
- 00014992  0x000031a4 call  0x00007fdd 
- 00014993  0x000031a5 fetcht  0x00000002 , 0x0000456c 
- 00014994  0x000031a6 call  0x00007fdd 
- 00014995  0x000031a7 fetcht  0x00000002 , 0x0000455e 
- 00014996  0x000031a8 call  0x00007fdd 
- 00014997  0x000031a9 store  0x00000002 , 0x0000469f 
- 00014998  0x000031aa rtn 
- 00014999  0x000031ad jam  0x00000001 , 0x00000b05 
- 00015000  0x000031ae jam  0x00000005 , 0x00000b03 
- 00015001  0x000031af branch  0x00003c1a 
- 00015002  0x000031b4 fetch  0x00000002 , 0x00004682 
- 00015003  0x000031b5 bbit0  0x00000009 , 0x00003c17 
- 00015004  0x000031b6 call  0x00003ad4 
- 00015005  0x000031b7 branch  0x00003c17 , 0x00000028 
- 00015006  0x000031b8 jam  0x00000000 , 0x00000b05 
- 00015007  0x000031b9 fetch  0x00000001 , 0x000046bf 
- 00015008  0x000031ba bbit1  0x00000004 , 0x00003ab4 
- 00015009  0x000031bb fetch  0x00000001 , 0x000046c0 
- 00015010  0x000031bc nrtn  0x00000034 
- 00015011  0x000031bd jam  0x00000001 , 0x00000b05 
- 00015012  0x000031be ifetch  0x00000002 , 0x00000003 
- 00015013  0x000031bf store  0x00000002 , 0x000046c1 
- 00015014  0x000031c0 copy  0x00000003 , 0x0000003f 
- 00015015  0x000031c1 store  0x00000002 , 0x000046c3 
- 00015016  0x000031c2 fetch  0x00000001 , 0x00000b04 
- 00015017  0x000031c3 pincrease  0xfffffffe 
- 00015018  0x000031c4 nbranch  0x00003c17 , 0x00000002 
- 00015019  0x000031c5 branch  0x00003c17 , 0x00000005 
- 00015020  0x000031c6 store  0x00000001 , 0x000046c0 
- 00015021  0x000031c7 jam  0x00000000 , 0x00000b05 
- 00015022  0x000031c8 call  0x00005814 
- 00015023  0x000031c9 call  0x00003ab7 
- 00015024  0x000031ca call  0x00003ab7 
- 00015025  0x000031cb call  0x00003ab7 
- 00015026  0x000031cc fetch  0x00000001 , 0x000046bf 
- 00015027  0x000031cd rtnbit0  0x00000004 
- 00015028  0x000031cf jam  0x00000001 , 0x00000b05 
- 00015029  0x000031d0 call  0x00003cf6 
- 00015030  0x000031d1 branch  0x00003c1a 
- 00015031  0x000031d4 fetch  0x00000001 , 0x000046c0 
- 00015032  0x000031d5 rtn  0x00000034 
- 00015033  0x000031d6 call  0x00005892 
- 00015034  0x000031d7 nrtn  0x00000034 
- 00015035  0x000031d8 call  0x00003acf 
- 00015036  0x000031d9 bpatch  0x000000e1 , 0x0000401c 
- 00015037  0x000031da add  0x00000002 , 0xfffffffd , 0x0000003f 
- 00015038  0x000031db fetcht  0x00000001 , 0x000046c0 
- 00015039  0x000031dc call  0x00007fdd 
- 00015040  0x000031dd copy  0x0000003f , 0x00000011 
- 00015041  0x000031de copy  0x00000002 , 0x0000003f 
- 00015042  0x000031df isub  0x00000011 , 0x0000003f 
- 00015043  0x000031e0 store  0x00000001 , 0x000046c0 
- 00015044  0x000031e1 fetcht  0x00000002 , 0x000046c1 
- 00015045  0x000031e2 call  0x00005a64 
- 00015046  0x000031e3 fetch  0x00000002 , 0x000046c3 
- 00015047  0x000031e4 copy  0x0000003f , 0x00000003 
- 00015048  0x000031e5 copy  0x00000011 , 0x00000039 
- 00015049  0x000031e6 call  0x000066ea 
- 00015050  0x000031e7 copy  0x00000003 , 0x0000003f 
- 00015051  0x000031e8 store  0x00000002 , 0x000046c3 
- 00015052  0x000031e9 fetch  0x00000001 , 0x000046c0 
- 00015053  0x000031ea nrtn  0x00000034 
- 00015054  0x000031eb branch  0x00003cf4 
- 00015055  0x000031f0 arg  0x00000017 , 0x00000002 
- 00015056  0x000031f1 fetch  0x00000001 , 0x000046bf 
- 00015057  0x000031f2 rtnbit1  0x00000001 
- 00015058  0x000031f3 fetcht  0x00000002 , 0x000044a8 
- 00015059  0x000031f4 rtn 
- 00015060  0x000031f7 fetch  0x00000001 , 0x000046bf 
- 00015061  0x000031f8 bbit1  0x00000002 , 0x00005a42 
- 00015062  0x000031f9 branch  0x00007fe9 
- 00015063  0x000031fe branch  0x00003c4c 
- 00015064  0x00003203 copy  0x00000011 , 0x00000003 
- 00015065  0x00003204 ifetch  0x00000001 , 0x00000003 
- 00015066  0x00003205 beq  0x00000000 , 0x00003adf 
- 00015067  0x00003206 beq  0x00000001 , 0x00003ae2 
- 00015068  0x00003207 beq  0x00000002 , 0x00003ae8 
- 00015069  0x00003208 beq  0x00000003 , 0x00003aea 
- 00015070  0x00003209 branch  0x00003c17 
- 00015071  0x0000320b call  0x0000612b 
- 00015072  0x0000320c jam  0x00000000 , 0x0000465a 
- 00015073  0x0000320d branch  0x00003c1a 
- 00015074  0x0000320f setarg  0x00040003 
- 00015075  0x00003211 store  0x00000003 , 0x0000465b 
- 00015076  0x00003212 store  0x00000001 , 0x00004662 
- 00015077  0x00003213 call  0x00006124 
- 00015078  0x00003214 jam  0x00000001 , 0x0000465a 
- 00015079  0x00003215 branch  0x00003c1a 
- 00015080  0x00003217 setarg  0x00040002 
- 00015081  0x00003218 branch  0x00003ae3 
- 00015082  0x0000321b setarg  0x00040001 
- 00015083  0x0000321c branch  0x00003ae3 
- 00015084  0x00003220 fetch  0x00000001 , 0x00000b04 
- 00015085  0x00003221 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00015086  0x00003222 nbranch  0x00003c17 , 0x00000002 
- 00015087  0x00003223 store  0x00000001 , 0x00004689 
- 00015088  0x00003224 copy  0x0000003f , 0x00000039 
- 00015089  0x00003225 arg  0x0000468a , 0x00000005 
- 00015090  0x00003226 call  0x000066fd 
- 00015091  0x00003227 branch  0x00003c1a 
- 00015092  0x0000322c copy  0x00000011 , 0x00000003 
- 00015093  0x0000322d ifetch  0x00000001 , 0x00000003 
- 00015094  0x0000322e hfetcht  0x00000001 , 0x00008062 
- 00015095  0x0000322f nsetflag  0x00000034 , 0x00000004 , 0x00000002 
- 00015096  0x00003230 hstoret  0x00000001 , 0x00008062 
- 00015097  0x00003231 branch  0x00003c1a 
- 00015098  0x00003236 fetch  0x00000001 , 0x00000b04 
- 00015099  0x00003237 copy  0x0000003f , 0x00000039 
- 00015100  0x00003238 copy  0x00000011 , 0x00000003 
- 00015101  0x00003239 call  0x00007f58 
- 00015102  0x0000323a setarg  0x016e3600 
- 00015103  0x0000323b idiv  0x00000002 
- 00015104  0x0000323c call  0x00007f86 
- 00015105  0x0000323d quotient  0x0000003f 
- 00015106  0x0000323f store  0x00000002 , 0x00004243 
- 00015107  0x00003240 call  0x00003c1a 
- 00015108  0x00003241 call  0x00007f9e 
- 00015109  0x00003242 branch  0x000066ce 
- 00015110  0x00003247 arg  0x00000002 , 0x00000011 
- 00015111  0x00003248 arg  0x0000469a , 0x00000012 
- 00015112  0x00003249 arg  0x00000000 , 0x00000002 
- 00015113  0x0000324a branch  0x00003c25 
- 00015114  0x0000324c store  0x00000002 , 0x00000ac2 
- 00015115  0x0000324d arg  0x00000ac2 , 0x00000012 
- 00015116  0x0000324e arg  0x00000000 , 0x00000002 
- 00015117  0x0000324f branch  0x00003c25 
- 00015118  0x00003254 fetch  0x00000002 , 0x00004682 
- 00015119  0x00003255 bbit0  0x00000000 , 0x00003c17 
- 00015120  0x00003257 call  0x00003c1a 
- 00015121  0x00003258 branch  0x000033e9 
- 00015122  0x0000325d fetch  0x00000002 , 0x00004682 
- 00015123  0x0000325e bbit0  0x00000009 , 0x00003c17 
- 00015124  0x00003260 call  0x00003c1a 
- 00015125  0x00003261 branch  0x00003402 
- 00015126  0x00003268 fetch  0x00000001 , 0x00000b04 
- 00015127  0x00003269 copy  0x0000003f , 0x00000039 
- 00015128  0x0000326a copy  0x00000011 , 0x00000003 
- 00015129  0x0000326b fetch  0x00000002 , 0x00004215 
- 00015130  0x0000326c icopy  0x00000005 
- 00015131  0x0000326d call  0x000066ea 
- 00015132  0x0000326e branch  0x00003c1a 
- 00015133  0x00003273 fetch  0x00000001 , 0x00004682 
- 00015134  0x00003274 bbit0  0x00000000 , 0x00003c17 
- 00015135  0x00003275 ifetch  0x00000001 , 0x00000003 
- 00015136  0x00003276 fetcht  0x00000001 , 0x00004661 
- 00015137  0x00003277 setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00015138  0x00003278 set1  0x00000007 , 0x00000002 
- 00015139  0x00003279 storet  0x00000001 , 0x00004661 
- 00015140  0x0000327b call  0x00003c1a 
- 00015141  0x0000327d fetch  0x00000001 , 0x00004661 
- 00015142  0x0000327e bbit1  0x00000006 , 0x00003b2b 
- 00015143  0x0000327f rtn 
- 00015144  0x00003282 jam  0x00000000 , 0x00004661 
- 00015145  0x00003283 jam  0x00000021 , 0x00000a99 
- 00015146  0x00003284 branch  0x00007d8f 
- 00015147  0x00003288 bbit1  0x00000000 , 0x00005f95 
- 00015148  0x00003289 branch  0x00003b28 
- 00015149  0x0000328e fetch  0x00000001 , 0x00004682 
- 00015150  0x0000328f rtnbit0  0x00000004 
- 00015151  0x00003290 fetch  0x00000001 , 0x0000456b 
- 00015152  0x00003291 rtneq  0x00000000 
- 00015153  0x00003292 ifetch  0x00000001 , 0x00000003 
- 00015154  0x00003293 fetcht  0x00000001 , 0x00004569 
- 00015155  0x00003294 iadd  0x00000002 , 0x00000002 
- 00015156  0x00003295 storet  0x00000001 , 0x00004569 
- 00015157  0x00003296 rtn 
- 00015158  0x0000329b arg  0x00000040 , 0x00000039 
- 00015159  0x0000329c arg  0x0000436f , 0x00000005 
- 00015160  0x0000329d call  0x00007ed4 
- 00015161  0x0000329e setarg  0x00000000 
- 00015162  0x0000329f store  0x00000001 , 0x00000ab2 
- 00015163  0x000032a0 copy  0x00000011 , 0x00000003 
- 00015164  0x000032a2 copy  0x00000003 , 0x0000003f 
- 00015165  0x000032a3 store  0x00000002 , 0x00000ab6 
- 00015166  0x000032a4 call  0x00003b64 
- 00015167  0x000032a6 fetch  0x00000001 , 0x00000ab2 
- 00015168  0x000032a7 fetcht  0x00000001 , 0x00000aa2 
- 00015169  0x000032a8 increase  0x00000001 , 0x00000002 
- 00015170  0x000032a9 iadd  0x00000002 , 0x0000003f 
- 00015171  0x000032aa store  0x00000001 , 0x00000ab2 
- 00015172  0x000032ac sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015173  0x000032ad nbranch  0x00003b50 , 0x00000002 
- 00015174  0x000032af fetcht  0x00000001 , 0x0000436f 
- 00015175  0x000032b0 setarg  0x00004370 
- 00015176  0x000032b1 iadd  0x00000002 , 0x0000003f 
- 00015177  0x000032b2 store  0x00000002 , 0x00000abb 
- 00015178  0x000032b3 fetcht  0x00000001 , 0x00000aa2 
- 00015179  0x000032b4 increase  0x00000001 , 0x00000002 
- 00015180  0x000032b5 fetch  0x00000001 , 0x0000436f 
- 00015181  0x000032b6 iadd  0x00000002 , 0x0000003f 
- 00015182  0x000032b7 store  0x00000001 , 0x0000436f 
- 00015183  0x000032b8 branch  0x00003b59 
- 00015184  0x000032ba fetcht  0x00000001 , 0x0000438f 
- 00015185  0x000032bb setarg  0x00004390 
- 00015186  0x000032bc iadd  0x00000002 , 0x0000003f 
- 00015187  0x000032bd store  0x00000002 , 0x00000abb 
- 00015188  0x000032be fetcht  0x00000001 , 0x00000aa2 
- 00015189  0x000032bf increase  0x00000001 , 0x00000002 
- 00015190  0x000032c0 fetch  0x00000001 , 0x0000438f 
- 00015191  0x000032c1 iadd  0x00000002 , 0x0000003f 
- 00015192  0x000032c2 store  0x00000001 , 0x0000438f 
- 00015193  0x000032c4 fetch  0x00000002 , 0x00000abb 
- 00015194  0x000032c5 copy  0x0000003f , 0x00000005 
- 00015195  0x000032c6 fetch  0x00000002 , 0x00000ab6 
- 00015196  0x000032c7 copy  0x0000003f , 0x00000003 
- 00015197  0x000032c9 copy  0x00000002 , 0x00000039 
- 00015198  0x000032ca call  0x000066ea 
- 00015199  0x000032cc fetch  0x00000001 , 0x00000b04 
- 00015200  0x000032cd fetcht  0x00000001 , 0x00000ab2 
- 00015201  0x000032ce isub  0x00000002 , 0x0000003e 
- 00015202  0x000032cf nbranch  0x00003b3c , 0x00000005 
- 00015203  0x000032d0 branch  0x00003c1a 
- 00015204  0x000032d4 ifetch  0x00000001 , 0x00000003 
- 00015205  0x000032d5 store  0x00000001 , 0x00000aa2 
- 00015206  0x000032d6 ifetch  0x00000001 , 0x00000003 
- 00015207  0x000032d7 store  0x00000001 , 0x00000aae 
- 00015208  0x000032d8 rtn 
- 00015209  0x000032dd arg  0x00000000 , 0x00000002 
- 00015210  0x000032de arg  0x00000002 , 0x00000011 
- 00015211  0x000032df fetch  0x00000002 , 0x000046b4 
- 00015212  0x000032e0 store  0x00000002 , 0x00000ac2 
- 00015213  0x000032e1 arg  0x00000ac2 , 0x00000012 
- 00015214  0x000032e2 branch  0x00003c25 
- 00015215  0x000032e7 fetch  0x00000001 , 0x00000b04 
- 00015216  0x000032e8 bne  0x00000001 , 0x00003c17 
- 00015217  0x000032e9 ifetch  0x00000001 , 0x00000003 
- 00015218  0x000032ea store  0x00000001 , 0x000046b2 
- 00015219  0x000032eb setarg  0x00000000 
- 00015220  0x000032ec store  0x00000002 , 0x000046b4 
- 00015221  0x000032ed branch  0x00003c1a 
- 00015222  0x000032f2 ifetch  0x00000004 , 0x00000003 
- 00015223  0x000032f3 store  0x00000004 , 0x0000468a 
- 00015224  0x000032f4 jam  0x00000004 , 0x00004689 
- 00015225  0x000032f5 jam  0x00000000 , 0x00004663 
- 00015226  0x000032f6 call  0x00003c1a 
- 00015227  0x000032f7 branch  0x00005f31 
- 00015228  0x000032fc fetch  0x00000001 , 0x00000b04 
- 00015229  0x000032fd bne  0x00000003 , 0x00003c17 
- 00015230  0x000032fe ifetch  0x00000001 , 0x00000003 
- 00015231  0x000032ff beq  0x00000000 , 0x00003b82 
- 00015232  0x00003300 beq  0x00000001 , 0x00003b8a 
- 00015233  0x00003301 branch  0x00003c17 
- 00015234  0x00003304 ifetcht  0x00000001 , 0x00000003 
- 00015235  0x00003305 ifetch  0x00000001 , 0x00000003 
- 00015236  0x00003306 beq  0x00000002 , 0x00003b88 
- 00015237  0x00003307 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00015238  0x00003308 call  0x000067fb 
- 00015239  0x00003309 branch  0x00003c1a 
- 00015240  0x0000330c call  0x00006806 
- 00015241  0x0000330d branch  0x00003c1a 
- 00015242  0x00003310 ifetcht  0x00000001 , 0x00000003 
- 00015243  0x00003311 call  0x00006812 
- 00015244  0x00003312 ifetch  0x00000001 , 0x00000003 
- 00015245  0x00003313 isolate1  0x00000000 , 0x0000003f 
- 00015246  0x00003314 call  0x0000682c 
- 00015247  0x00003315 branch  0x00003c1a 
- 00015248  0x0000331a fetch  0x00000001 , 0x00000b04 
- 00015249  0x0000331b bne  0x00000001 , 0x00003c17 
- 00015250  0x0000331c ifetcht  0x00000001 , 0x00000003 
- 00015251  0x0000331d call  0x0000681d 
- 00015252  0x0000331e setarg  0x00000000 
- 00015253  0x0000331f nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00015254  0x00003320 arg  0x00000001 , 0x00000011 
- 00015255  0x00003321 branch  0x00003b0a 
- 00015256  0x00003326 copy  0x00000011 , 0x00000003 
- 00015257  0x00003327 ifetch  0x00000001 , 0x00000003 
- 00015258  0x00003328 copy  0x0000003f , 0x00000002 
- 00015259  0x00003329 beq  0x00000081 , 0x00003ba3 
- 00015260  0x0000332a beq  0x00000082 , 0x00003ba8 
- 00015261  0x0000332b beq  0x00000083 , 0x00003bae 
- 00015262  0x0000332c store  0x00000001 , 0x000044c6 
- 00015263  0x0000332d beq  0x00000000 , 0x00003bb3 
- 00015264  0x0000332e beq  0x00000001 , 0x00003bb6 
- 00015265  0x0000332f beq  0x00000002 , 0x00003bb8 
- 00015266  0x00003330 branch  0x00003c17 
- 00015267  0x00003333 fetch  0x00000001 , 0x000044be 
- 00015268  0x00003334 branch  0x00003c17 , 0x00000034 
- 00015269  0x00003335 storet  0x00000001 , 0x000044c6 
- 00015270  0x00003336 jam  0x0000000d , 0x00004456 
- 00015271  0x00003337 branch  0x00003bb4 
- 00015272  0x00003339 fetch  0x00000001 , 0x000044be 
- 00015273  0x0000333a branch  0x00003c17 , 0x00000034 
- 00015274  0x0000333b storet  0x00000001 , 0x000044c6 
- 00015275  0x0000333c jam  0x0000000d , 0x00004456 
- 00015276  0x0000333d jam  0x00000001 , 0x00004454 
- 00015277  0x0000333e branch  0x00003c1a 
- 00015278  0x00003340 fetch  0x00000001 , 0x000044be 
- 00015279  0x00003341 branch  0x00003c17 , 0x00000034 
- 00015280  0x00003342 storet  0x00000001 , 0x000044c6 
- 00015281  0x00003343 jam  0x0000000d , 0x00004456 
- 00015282  0x00003344 branch  0x00003bb9 
- 00015283  0x00003346 jam  0x00000000 , 0x00004456 
- 00015284  0x00003348 jam  0x00000003 , 0x00004454 
- 00015285  0x00003349 branch  0x00003c1a 
- 00015286  0x0000334b jam  0x00000005 , 0x00004456 
- 00015287  0x0000334c branch  0x00003bb4 
- 00015288  0x0000334e jam  0x00000005 , 0x00004456 
- 00015289  0x00003350 jam  0x00000000 , 0x00004454 
- 00015290  0x00003351 branch  0x00003c1a 
- 00015291  0x00003356 fetch  0x00000001 , 0x00000b04 
- 00015292  0x00003357 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015293  0x00003358 nbranch  0x00003c17 , 0x00000002 
- 00015294  0x00003359 store  0x00000001 , 0x0000436f 
- 00015295  0x0000335a copy  0x0000003f , 0x00000039 
- 00015296  0x0000335b copy  0x00000011 , 0x00000003 
- 00015297  0x0000335c arg  0x00004370 , 0x00000005 
- 00015298  0x0000335d call  0x000066ea 
- 00015299  0x0000335e branch  0x00003c1a 
- 00015300  0x00003363 fetch  0x00000001 , 0x00000b04 
- 00015301  0x00003364 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015302  0x00003365 nbranch  0x00003c17 , 0x00000002 
- 00015303  0x00003366 store  0x00000001 , 0x0000438f 
- 00015304  0x00003367 copy  0x0000003f , 0x00000039 
- 00015305  0x00003368 copy  0x00000011 , 0x00000003 
- 00015306  0x00003369 arg  0x00004390 , 0x00000005 
- 00015307  0x0000336a call  0x000066ea 
- 00015308  0x0000336b branch  0x00003c1a 
- 00015309  0x00003370 fetch  0x00000002 , 0x00004682 
- 00015310  0x00003371 bbit0  0x00000009 , 0x00003c17 
- 00015311  0x00003372 fetch  0x00000001 , 0x00000b04 
- 00015312  0x00003373 bne  0x00000008 , 0x00003c17 
- 00015313  0x00003374 copy  0x00000011 , 0x00000003 
- 00015314  0x00003375 ifetch  0x00000008 , 0x00000003 
- 00015315  0x00003376 store  0x00000008 , 0x00004496 
- 00015316  0x00003377 jam  0x00000012 , 0x00000a99 
- 00015317  0x00003378 call  0x00007d8f 
- 00015318  0x00003379 branch  0x00003c1a 
- 00015319  0x0000337e ifetch  0x00000002 , 0x00000003 
- 00015320  0x0000337f store  0x00000002 , 0x00004482 
- 00015321  0x00003380 branch  0x00003c1a 
- 00015322  0x00003385 fetch  0x00000001 , 0x000044c6 
- 00015323  0x00003386 branch  0x00003c17 , 0x00000034 
- 00015324  0x00003387 fetch  0x00000001 , 0x000044c4 
- 00015325  0x00003388 bne  0x00000000 , 0x00003c17 
- 00015326  0x00003389 fetch  0x00000001 , 0x000044c5 
- 00015327  0x0000338a bne  0x00000000 , 0x00003c17 
- 00015328  0x0000338b call  0x00007e25 
- 00015329  0x0000338c branch  0x00003c1a 
- 00015330  0x00003391 fetch  0x00000001 , 0x00000b04 
- 00015331  0x00003392 bne  0x00000005 , 0x00003c17 
- 00015332  0x00003393 ifetch  0x00000001 , 0x00000003 
- 00015333  0x00003394 store  0x00000001 , 0x000046a2 
- 00015334  0x00003395 ifetch  0x00000004 , 0x00000003 
- 00015335  0x00003396 store  0x00000004 , 0x000046a3 
- 00015336  0x00003397 fetcht  0x00000001 , 0x000046a2 
- 00015337  0x00003398 call  0x0000680e 
- 00015338  0x00003399 call  0x00003cbc 
- 00015339  0x0000339a branch  0x00003c1a 
- 00015340  0x0000339f fetch  0x00000001 , 0x00000b04 
- 00015341  0x000033a0 bne  0x00000001 , 0x00003c17 
- 00015342  0x000033a1 ifetch  0x00000001 , 0x00000003 
- 00015343  0x000033a2 store  0x00000001 , 0x000041de 
- 00015344  0x000033a3 branch  0x00003c1a 
- 00015345  0x000033a8 ifetch  0x00000001 , 0x00000003 
- 00015346  0x000033a9 beq  0x00000001 , 0x00003bfa 
- 00015347  0x000033aa fetch  0x00000001 , 0x000044c1 
- 00015348  0x000033ab beq  0x00000003 , 0x00003bf8 
- 00015349  0x000033ac beq  0x00000006 , 0x00003bf8 
- 00015350  0x000033ad beq  0x00000007 , 0x00003bf8 
- 00015351  0x000033ae branch  0x00003c17 
- 00015352  0x000033b0 jam  0x00000001 , 0x000044c2 
- 00015353  0x000033b1 branch  0x00003c1a 
- 00015354  0x000033b4 call  0x00005b53 
- 00015355  0x000033b5 branch  0x00003c1a 
- 00015356  0x000033ba fetch  0x00000001 , 0x00000b04 
- 00015357  0x000033bb bne  0x00000001 , 0x00003c17 
- 00015358  0x000033bc call  0x00003c1a 
- 00015359  0x000033bd ifetch  0x00000001 , 0x00000003 
- 00015360  0x000033be branch  0x000060cb , 0x00000034 
- 00015361  0x000033bf branch  0x000060c9 
- 00015362  0x000033c4 call  0x00003c1a 
- 00015363  0x000033c5 call  0x00007f9e 
- 00015364  0x000033c6 jam  0x00000001 , 0x00008010 
- 00015365  0x000033c7 branch  0x00002a8e 
- 00015366  0x000033cc fetch  0x00000001 , 0x00000b04 
- 00015367  0x000033cd beq  0x00000000 , 0x00003c17 
- 00015368  0x000033ce ifetch  0x00000001 , 0x00000003 
- 00015369  0x000033cf branch  0x00003c13 , 0x00000034 
- 00015370  0x000033d0 fetch  0x00000001 , 0x00000b04 
- 00015371  0x000033d1 bne  0x00000005 , 0x00003c17 
- 00015372  0x000033d2 ifetch  0x00000004 , 0x00000003 
- 00015373  0x000033d3 arg  0x000f4240 , 0x00000002 
- 00015374  0x000033d4 isub  0x00000002 , 0x0000003e 
- 00015375  0x000033d5 branch  0x00003c17 , 0x00000002 
- 00015376  0x000033d6 store  0x00000004 , 0x000044c7 
- 00015377  0x000033d7 call  0x0000580c 
- 00015378  0x000033d8 branch  0x00003c1a 
- 00015379  0x000033db call  0x0000580e 
- 00015380  0x000033dc branch  0x00003c1a 
- 00015381  0x000033e1 jam  0x00000000 , 0x00004091 
- 00015382  0x000033e2 branch  0x00003c1a 
- 00015383  0x000033e8 arg  0x00000001 , 0x00000002 
- 00015384  0x000033e9 arg  0x00000000 , 0x00000011 
- 00015385  0x000033ea branch  0x00003c25 
- 00015386  0x000033ee arg  0x00000000 , 0x00000002 
- 00015387  0x000033ef arg  0x00000000 , 0x00000011 
- 00015388  0x000033f0 branch  0x00003c25 
- 00015389  0x000033f5 jam  0x00000000 , 0x00000b03 
- 00015390  0x000033f6 branch  0x00003c49 
- 00015391  0x000033fb jam  0x00000002 , 0x00000b03 
- 00015392  0x000033fc branch  0x00003c49 
- 00015393  0x00003401 jam  0x00000003 , 0x00000b03 
- 00015394  0x00003402 branch  0x00003c49 
- 00015395  0x00003407 jam  0x00000005 , 0x00000b03 
- 00015396  0x00003408 branch  0x00003c49 
- 00015397  0x00003411 fetch  0x00000001 , 0x00000b03 
- 00015398  0x00003412 copy  0x0000003f , 0x00000013 
- 00015399  0x00003413 jam  0x00000006 , 0x00000b03 
- 00015400  0x00003414 setarg  0x00000002 
- 00015401  0x00003415 iadd  0x00000011 , 0x0000003f 
- 00015402  0x00003416 call  0x00003ca7 
- 00015403  0x00003417 copy  0x00000013 , 0x0000003f 
- 00015404  0x00003418 istore  0x00000001 , 0x0000000a 
- 00015405  0x00003419 istoret  0x00000001 , 0x0000000a 
- 00015406  0x0000341a copy  0x00000011 , 0x00000039 
- 00015407  0x0000341b copy  0x00000012 , 0x00000006 
- 00015408  0x0000341c call  0x000066e4 
- 00015409  0x0000341d branch  0x000066c5 
- 00015410  0x00003423 call  0x0000397f 
- 00015411  0x00003424 jam  0x00000007 , 0x00000b03 
- 00015412  0x00003425 fetch  0x00000001 , 0x000004ff 
- 00015413  0x00003426 rtn  0x00000034 
- 00015414  0x00003427 call  0x00003ca7 
- 00015415  0x00003428 fetch  0x00000001 , 0x000004ff 
- 00015416  0x00003429 copy  0x0000003f , 0x00000039 
- 00015417  0x0000342a fetch  0x00000002 , 0x00000501 
- 00015418  0x0000342b copy  0x0000003f , 0x00000006 
- 00015419  0x0000342c call  0x000066d1 
- 00015420  0x0000342d branch  0x000066c5 
- 00015421  0x00003432 jam  0x00000008 , 0x00000b03 
- 00015422  0x00003433 fetch  0x00000001 , 0x000046b6 
- 00015423  0x00003434 icopy  0x00000039 
- 00015424  0x00003435 increase  0x00000002 , 0x0000003f 
- 00015425  0x00003436 call  0x00003ca7 
- 00015426  0x00003437 fetch  0x00000002 , 0x000046b9 
- 00015427  0x00003438 istore  0x00000002 , 0x0000000a 
- 00015428  0x00003439 fetch  0x00000002 , 0x000046b7 
- 00015429  0x0000343a icopy  0x00000006 
- 00015430  0x0000343b call  0x000066d1 
- 00015431  0x0000343c branch  0x000066c5 
- 00015432  0x00003441 jam  0x00000009 , 0x00000b03 
- 00015433  0x00003443 setarg  0x00000000 
- 00015434  0x00003444 call  0x00003ca7 
- 00015435  0x00003445 branch  0x000066c5 
- 00015436  0x0000344a jam  0x0000000a , 0x00000b03 
- 00015437  0x0000344b setarg  0x00000001 
- 00015438  0x0000344c call  0x00003ca7 
- 00015439  0x0000344e call  0x00003c5d 
- 00015440  0x00003450 fetch  0x00000002 , 0x00004682 
- 00015441  0x00003451 arg  0x00000002 , 0x00000007 
- 00015442  0x00003452 qisolate1  0x0000003f 
- 00015443  0x00003453 setflag  0x00000001 , 0x00000003 , 0x00000002 
- 00015444  0x00003455 arg  0x00000009 , 0x00000007 
- 00015445  0x00003456 qisolate1  0x0000003f 
- 00015446  0x00003457 setflag  0x00000001 , 0x00000005 , 0x00000002 
- 00015447  0x00003459 fetch  0x00000001 , 0x00004682 
- 00015448  0x0000345a arg  0x00000004 , 0x00000007 
- 00015449  0x0000345b qisolate1  0x0000003f 
- 00015450  0x0000345c setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00015451  0x0000345e istoret  0x00000001 , 0x0000000a 
- 00015452  0x0000345f branch  0x000066c5 
- 00015453  0x00003464 arg  0x00000000 , 0x00000002 
- 00015454  0x00003465 fetch  0x00000001 , 0x00004093 
- 00015455  0x00003466 arg  0x00000000 , 0x00000007 
- 00015456  0x00003467 qisolate1  0x0000003f 
- 00015457  0x00003468 setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00015458  0x00003469 arg  0x00000001 , 0x00000007 
- 00015459  0x0000346a qisolate1  0x0000003f 
- 00015460  0x0000346b setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00015461  0x0000346d fetch  0x00000001 , 0x0000436e 
- 00015462  0x0000346e arg  0x00000000 , 0x00000007 
- 00015463  0x0000346f qisolate1  0x0000003f 
- 00015464  0x00003470 setflag  0x00000001 , 0x00000002 , 0x00000002 
- 00015465  0x00003471 rtn 
- 00015466  0x00003476 jam  0x0000000d , 0x00000b03 
- 00015467  0x00003477 fetch  0x00000001 , 0x00004217 
- 00015468  0x00003478 mul32  0x0000003f , 0x00000022 , 0x0000003f 
- 00015469  0x00003479 icopy  0x00000039 
- 00015470  0x0000347a call  0x00003ca7 
- 00015471  0x0000347b fetch  0x00000002 , 0x00004215 
- 00015472  0x0000347c icopy  0x00000006 
- 00015473  0x0000347d call  0x000066d1 
- 00015474  0x0000347e branch  0x000066c5 
- 00015475  0x00003483 jam  0x0000000e , 0x00000b03 
- 00015476  0x00003484 setarg  0x00000004 
- 00015477  0x00003485 call  0x00003ca7 
- 00015478  0x00003486 fetch  0x00000004 , 0x000009ba 
- 00015479  0x00003487 istore  0x00000004 , 0x0000000a 
- 00015480  0x00003488 branch  0x000066c5 
- 00015481  0x0000348d jam  0x0000000f , 0x00000b03 
- 00015482  0x0000348e hfetch  0x00000002 , 0x00008112 
- 00015483  0x0000348f arg  0x000000ff , 0x00000002 
- 00015484  0x00003490 call  0x00007fdd 
- 00015485  0x00003491 copy  0x0000003f , 0x00000039 
- 00015486  0x00003492 call  0x00003ca7 
- 00015487  0x00003493 call  0x000066cb 
- 00015488  0x00003494 call  0x00006703 
- 00015489  0x00003495 branch  0x000066c5 
- 00015490  0x0000349a jam  0x00000010 , 0x00000b03 
- 00015491  0x0000349b branch  0x00003c49 
- 00015492  0x000034a0 jam  0x00000011 , 0x00000b03 
- 00015493  0x000034a1 setarg  0x00000004 
- 00015494  0x000034a2 call  0x00003ca7 
- 00015495  0x000034a3 fetch  0x00000004 , 0x000044c7 
- 00015496  0x000034a4 istore  0x00000004 , 0x0000000a 
- 00015497  0x000034a5 branch  0x000066c5 
- 00015498  0x000034aa arg  0x00000180 , 0x00000011 
- 00015499  0x000034ab branch  0x00003c91 
- 00015500  0x000034ae arg  0x00000080 , 0x00000011 
- 00015501  0x000034af branch  0x00003c91 
- 00015502  0x000034b2 arg  0x00000101 , 0x00000011 
- 00015503  0x000034b3 branch  0x00003c91 
- 00015504  0x000034b6 arg  0x00000001 , 0x00000011 
- 00015505  0x000034b9 jam  0x00000000 , 0x00004661 
- 00015506  0x000034ba jam  0x00000014 , 0x00000b03 
- 00015507  0x000034bb setarg  0x00000002 
- 00015508  0x000034bc call  0x00003ca7 
- 00015509  0x000034bd copy  0x00000011 , 0x0000003f 
- 00015510  0x000034be istore  0x00000002 , 0x0000000a 
- 00015511  0x000034bf branch  0x000066c5 
- 00015512  0x000034c4 arg  0x00000000 , 0x00000013 
- 00015513  0x000034c5 branch  0x00003c9b 
- 00015514  0x000034c8 arg  0x00000001 , 0x00000013 
- 00015515  0x000034cb jam  0x00000015 , 0x00000b03 
- 00015516  0x000034cc setarg  0x00000001 
- 00015517  0x000034cd call  0x00003ca7 
- 00015518  0x000034ce copy  0x00000013 , 0x0000003f 
- 00015519  0x000034cf istore  0x00000001 , 0x0000000a 
- 00015520  0x000034d0 branch  0x000066c5 
- 00015521  0x000034d5 jam  0x0000001d , 0x00000b03 
- 00015522  0x000034d6 setarg  0x00000004 
- 00015523  0x000034d7 call  0x00003ca7 
- 00015524  0x000034d8 fetch  0x00000004 , 0x000009ba 
- 00015525  0x000034d9 istore  0x00000004 , 0x0000000a 
- 00015526  0x000034da branch  0x000066c5 
- 00015527  0x000034e6 jam  0x00000002 , 0x00000b02 
- 00015528  0x000034e7 store  0x00000001 , 0x00000b04 
- 00015529  0x000034e8 storet  0x00000008 , 0x00000aa2 
- 00015530  0x000034e9 bpatch  0x000000e2 , 0x0000401c 
- 00015531  0x000034ea call  0x00003cb1 
- 00015532  0x000034eb fetcht  0x00000008 , 0x00000aa2 
- 00015533  0x000034ec call  0x000066c2 
- 00015534  0x000034ed fetch  0x00000003 , 0x00000b02 
- 00015535  0x000034ee istore  0x00000003 , 0x0000000a 
- 00015536  0x000034ef rtn 
- 00015537  0x000034f3 call  0x00003cba 
- 00015538  0x000034f4 rtn  0x00000001 
- 00015539  0x000034f6 call  0x00003cb8 
- 00015540  0x000034f7 fetch  0x00000004 , 0x000046a3 
- 00015541  0x000034f8 rshift2  0x0000003f , 0x0000003f 
- 00015542  0x000034f9 rtn  0x00000034 
- 00015543  0x000034fa branch  0x00003cbe 
- 00015544  0x000034fe fetcht  0x00000001 , 0x000046a2 
- 00015545  0x000034ff branch  0x00006829 
- 00015546  0x00003502 fetcht  0x00000001 , 0x000046a2 
- 00015547  0x00003503 branch  0x0000681b 
- 00015548  0x00003506 fetcht  0x00000001 , 0x000046a2 
- 00015549  0x00003507 branch  0x00006825 
- 00015550  0x0000350b increase  0xffffffff , 0x0000003f 
- 00015551  0x0000350c nop  0x00000026 
- 00015552  0x0000350d nbranch  0x00003cbe , 0x00000034 
- 00015553  0x0000350e rtn 
- 00015554  0x00003518 call  0x00003ad4 
- 00015555  0x00003519 rtn  0x00000028 
- 00015556  0x0000351a copy  0x00000011 , 0x0000003f 
- 00015557  0x0000351b store  0x00000002 , 0x000046b7 
- 00015558  0x0000351c copy  0x00000012 , 0x0000003f 
- 00015559  0x0000351d store  0x00000001 , 0x000046b6 
- 00015560  0x0000351e fetch  0x00000002 , 0x00000478 
- 00015561  0x0000351f fetcht  0x00000002 , 0x000046bb 
- 00015562  0x00003520 isub  0x00000002 , 0x0000003e 
- 00015563  0x00003521 branch  0x00003ccf , 0x00000005 
- 00015564  0x00003522 fetcht  0x00000002 , 0x000046bd 
- 00015565  0x00003523 isub  0x00000002 , 0x0000003e 
- 00015566  0x00003524 nrtn  0x00000005 
- 00015567  0x00003526 store  0x00000002 , 0x000046b9 
- 00015568  0x00003527 branch  0x00003c3d 
- 00015569  0x0000352d fetch  0x00000001 , 0x000046bf 
- 00015570  0x0000352e rtnbit1  0x00000005 
- 00015571  0x0000352f call  0x00003cf0 
- 00015572  0x00003530 branch  0x0000340c 
- 00015573  0x00003534 jam  0x00000002 , 0x00004172 
- 00015574  0x00003535 rtn 
- 00015575  0x0000353a branch  0x00003cd8 
- 00015576  0x0000353d fetch  0x00000001 , 0x000046b2 
- 00015577  0x0000353e rtn  0x00000034 
- 00015578  0x0000353f fetch  0x00000001 , 0x000046b3 
- 00015579  0x00003540 rtn  0x00000034 
- 00015580  0x00003541 increase  0xffffffff , 0x0000003f 
- 00015581  0x00003542 store  0x00000001 , 0x000046b3 
- 00015582  0x00003543 nrtn  0x00000034 
- 00015583  0x00003544 jam  0x0000000a , 0x000046b3 
- 00015584  0x00003545 call  0x000068eb 
- 00015585  0x00003546 call  0x00006908 
- 00015586  0x00003547 div  0x0000003f , 0x00000064 
- 00015587  0x00003548 call  0x00007f86 
- 00015588  0x00003549 quotient  0x0000003f 
- 00015589  0x0000354a remainder  0x00000002 
- 00015590  0x0000354b store  0x00000001 , 0x000046b4 
- 00015591  0x0000354c storet  0x00000001 , 0x000046b5 
- 00015592  0x0000354d rtn 
- 00015593  0x00003551 call  0x00007fb4 
- 00015594  0x00003552 branch  0x000033d9 , 0x00000002 
- 00015595  0x00003553 branch  0x000033db 
- 00015596  0x00003558 arg  0x00000006 , 0x00000007 
- 00015597  0x00003559 branch  0x00003cfc 
- 00015598  0x0000355c arg  0x00000006 , 0x00000007 
- 00015599  0x0000355d branch  0x00003cf8 
- 00015600  0x00003560 arg  0x00000005 , 0x00000007 
- 00015601  0x00003561 branch  0x00003cfc 
- 00015602  0x00003564 arg  0x00000005 , 0x00000007 
- 00015603  0x00003565 branch  0x00003cf8 
- 00015604  0x00003568 arg  0x00000004 , 0x00000007 
- 00015605  0x00003569 branch  0x00003cfc 
- 00015606  0x0000356c arg  0x00000004 , 0x00000007 
- 00015607  0x0000356d branch  0x00003cf8 
- 00015608  0x00003570 fetch  0x00000001 , 0x000046bf 
- 00015609  0x00003571 qset0  0x0000003f 
- 00015610  0x00003572 store  0x00000001 , 0x000046bf 
- 00015611  0x00003573 rtn 
- 00015612  0x00003576 fetch  0x00000001 , 0x000046bf 
- 00015613  0x00003577 qset1  0x0000003f 
- 00015614  0x00003578 store  0x00000001 , 0x000046bf 
- 00015615  0x00003579 rtn 
- 00015616  0x00003584 call  0x00003d39 
- 00015617  0x00003585 call  0x0000640f 
- 00015618  0x00003586 call  0x000040c6 
- 00015619  0x00003587 call  0x00003d66 
- 00015620  0x00003588 call  0x00006411 
- 00015621  0x00003589 rtn  0x0000002b 
- 00015622  0x0000358a call  0x00003d16 
- 00015623  0x0000358b call  0x00003d19 
- 00015624  0x0000358e fetch  0x00000004 , 0x000046d3 
- 00015625  0x0000358f rtnbit1  0x00000010 
- 00015626  0x00003590 call  0x00003d4e 
- 00015627  0x00003591 rtnmark1  0x00000026 
- 00015628  0x00003592 fetch  0x00000002 , 0x00004682 
- 00015629  0x00003593 bbit1  0x0000000c , 0x000042b0 
- 00015630  0x00003594 branch  0x000042a2 
- 00015631  0x00003598 fetch  0x00000004 , 0x000046d3 
- 00015632  0x00003599 rtnbit0  0x0000001b 
- 00015633  0x0000359a arg  0x00000014 , 0x00000039 
- 00015634  0x0000359c setarg  0x00030d40 
- 00015635  0x0000359d call  0x00002a8f 
- 00015636  0x0000359e loop  0x00007ec1 
- 00015637  0x0000359f rtn 
- 00015638  0x000035a3 fetch  0x00000004 , 0x000046d3 
- 00015639  0x000035a4 rtnbit0  0x00000010 
- 00015640  0x000035a5 branch  0x000048ea 
- 00015641  0x000035a9 setarg  0x0000416d 
- 00015642  0x000035aa store  0x00000002 , 0x000041ef 
- 00015643  0x000035ab setarg  0x00003f77 
- 00015644  0x000035ac store  0x00000002 , 0x000041f1 
- 00015645  0x000035ad setarg  0x00003ebb 
- 00015646  0x000035ae store  0x00000002 , 0x000041ed 
- 00015647  0x000035af setarg  0x0000417c 
- 00015648  0x000035b0 store  0x00000002 , 0x000041f5 
- 00015649  0x000035b1 setarg  0x00003de3 
- 00015650  0x000035b2 store  0x00000002 , 0x000041f3 
- 00015651  0x000035b3 setarg  0x00003eb3 
- 00015652  0x000035b4 store  0x00000002 , 0x000041eb 
- 00015653  0x000035b5 setarg  0x00003d5b 
- 00015654  0x000035b6 store  0x00000002 , 0x000041f9 
- 00015655  0x000035b8 call  0x00002c7a 
- 00015656  0x000035b9 setarg  0x00004401 
- 00015657  0x000035ba add  0x00000013 , 0x000000d8 , 0x00000005 
- 00015658  0x000035bb istore  0x00000002 , 0x00000005 
- 00015659  0x000035bc setarg  0x00004406 
- 00015660  0x000035bd add  0x00000013 , 0x000000da , 0x00000005 
- 00015661  0x000035be istore  0x00000002 , 0x00000005 
- 00015662  0x000035bf setarg  0x00003ebf 
- 00015663  0x000035c0 add  0x00000013 , 0x000000dc , 0x00000005 
- 00015664  0x000035c1 istore  0x00000002 , 0x00000005 
- 00015665  0x000035c3 setarg  0x000041f9 
- 00015666  0x000035c4 store  0x00000002 , 0x000041fd 
- 00015667  0x000035c5 setarg  0x00003d36 
- 00015668  0x000035c6 store  0x00000002 , 0x00004201 
- 00015669  0x000035c7 rtn 
- 00015670  0x000035ca fetch  0x00000004 , 0x000046d3 
- 00015671  0x000035cb bbit0  0x00000012 , 0x000064d7 
- 00015672  0x000035cc branch  0x000064da 
- 00015673  0x000035cf rtn  0x0000002b 
- 00015674  0x000035d0 call  0x00002c9d 
- 00015675  0x000035d1 call  0x00003e6e 
- 00015676  0x000035d2 call  0x00003e1e 
- 00015677  0x000035d3 call  0x00003e54 
- 00015678  0x000035d4 call  0x00005810 
- 00015679  0x000035d5 call  0x00005839 
- 00015680  0x000035d6 call  0x0000582c 
- 00015681  0x000035d7 call  0x00005818 
- 00015682  0x000035d8 fetch  0x00000004 , 0x000046d3 
- 00015683  0x000035d9 bbit1  0x00000014 , 0x00003d46 
- 00015684  0x000035da bbit1  0x00000013 , 0x00004414 
- 00015685  0x000035db rtn 
- 00015686  0x000035de call  0x0000659c 
- 00015687  0x000035df fetch  0x00000004 , 0x000046d3 
- 00015688  0x000035e0 isolate1  0x00000019 , 0x0000003f 
- 00015689  0x000035e1 ncall  0x000065c2 , 0x00000001 
- 00015690  0x000035e2 call  0x0000443f 
- 00015691  0x000035e3 call  0x00003dc9 
- 00015692  0x000035e4 call  0x000041aa 
- 00015693  0x000035e5 branch  0x000065df 
- 00015694  0x000035e8 fetch  0x00000004 , 0x000046d3 
- 00015695  0x000035e9 bbit0  0x0000001e , 0x00003d53 
- 00015696  0x000035ea fetch  0x00000001 , 0x00000abd 
- 00015697  0x000035eb isolate0  0x00000003 , 0x0000003f 
- 00015698  0x000035ec nrtn  0x00000001 
- 00015699  0x000035ee fetch  0x00000001 , 0x0000471f 
- 00015700  0x000035ef store  0x00000001 , 0x0000471e 
- 00015701  0x000035f0 fetch  0x00000001 , 0x000046f5 
- 00015702  0x000035f1 rtnbit1  0x00000006 
- 00015703  0x000035f3 fetch  0x00000004 , 0x000046d3 
- 00015704  0x000035f4 rtnbit0  0x00000011 
- 00015705  0x000035f5 bbit1  0x0000001d , 0x00002ee4 
- 00015706  0x000035f6 branch  0x00002f2c 
- 00015707  0x000035f8 fetch  0x00000001 , 0x00000478 
- 00015708  0x000035f9 sub  0x0000003f , 0x0000001a , 0x0000003f 
- 00015709  0x000035fa nrtn  0x00000005 
- 00015710  0x000035fb jam  0x00000012 , 0x00000a99 
- 00015711  0x000035fc call  0x00007d8f 
- 00015712  0x000035fe arg  0x00000000 , 0x00000007 
- 00015713  0x000035ff branch  0x000041b9 
- 00015714  0x00003602 fetch  0x00000001 , 0x000046b6 
- 00015715  0x00003603 rtneq  0x00000001 
- 00015716  0x00003604 jam  0x00000001 , 0x000046b6 
- 00015717  0x00003605 rtn 
- 00015718  0x00003607 fetch  0x00000001 , 0x000046e1 
- 00015719  0x00003608 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00015720  0x00003609 store  0x00000001 , 0x0000477a 
- 00015721  0x0000360a branch  0x00003d80 
- 00015722  0x0000360e fetcht  0x00000001 , 0x000046e7 
- 00015723  0x0000360f call  0x0000681d 
- 00015724  0x00003610 nbranch  0x00003d62 , 0x00000001 
- 00015725  0x00003612 fetch  0x00000001 , 0x000046b6 
- 00015726  0x00003613 rtneq  0x00000000 
- 00015727  0x00003614 jam  0x00000000 , 0x000046b6 
- 00015728  0x00003615 fetch  0x00000001 , 0x0000477a 
- 00015729  0x00003616 increase  0x00000001 , 0x0000003f 
- 00015730  0x00003617 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00015731  0x00003618 store  0x00000001 , 0x0000477a 
- 00015732  0x00003619 call  0x00003d7e 
- 00015733  0x0000361a fetch  0x00000004 , 0x000046d3 
- 00015734  0x0000361b bbit1  0x00000014 , 0x0000443b 
- 00015735  0x0000361c bbit1  0x00000013 , 0x00003d79 
- 00015736  0x0000361d rtn 
- 00015737  0x0000361f arg  0x0000001e , 0x00000002 
- 00015738  0x00003620 call  0x0000680e 
- 00015739  0x00003621 arg  0x0000001f , 0x00000002 
- 00015740  0x00003622 call  0x0000680e 
- 00015741  0x00003623 branch  0x00004435 
- 00015742  0x00003626 bpatch  0x000000e3 , 0x0000401c 
- 00015743  0x00003627 call  0x0000424a 
- 00015744  0x00003628 fetch  0x00000001 , 0x000046e0 
- 00015745  0x00003629 beq  0x00000005 , 0x00003daa 
- 00015746  0x0000362a beq  0x00000004 , 0x00003d96 
- 00015747  0x0000362b fetch  0x00000001 , 0x0000477a 
- 00015748  0x0000362c beq  0x00000000 , 0x00003d8a 
- 00015749  0x0000362d beq  0x00000001 , 0x00003d88 
- 00015750  0x0000362e beq  0x00000002 , 0x00003d8c 
- 00015751  0x0000362f beq  0x00000003 , 0x00003d8e 
- 00015752  0x00003631 fetch  0x00000001 , 0x00004780 
- 00015753  0x00003632 branch  0x00003dbe 
- 00015754  0x00003634 fetch  0x00000001 , 0x0000477f 
- 00015755  0x00003635 branch  0x00003dbe 
- 00015756  0x00003637 fetch  0x00000001 , 0x00004781 
- 00015757  0x00003638 branch  0x00003dbe 
- 00015758  0x0000363a fetch  0x00000001 , 0x00004782 
- 00015759  0x0000363b branch  0x00003dbe 
- 00015760  0x0000363d fetch  0x00000001 , 0x000046e0 
- 00015761  0x0000363e rtneq  0x00000006 
- 00015762  0x0000363f fetch  0x00000001 , 0x000046b5 
- 00015763  0x00003640 increase  0x00000001 , 0x0000003f 
- 00015764  0x00003641 store  0x00000001 , 0x000046b5 
- 00015765  0x00003642 rtn 
- 00015766  0x00003645 fetch  0x00000001 , 0x0000477a 
- 00015767  0x00003646 beq  0x00000000 , 0x00003d9d 
- 00015768  0x00003647 beq  0x00000001 , 0x00003d9b 
- 00015769  0x00003648 beq  0x00000002 , 0x00003d9f 
- 00015770  0x00003649 beq  0x00000003 , 0x00003da1 
- 00015771  0x0000364b fetch  0x00000001 , 0x00004784 
- 00015772  0x0000364c branch  0x00003da2 
- 00015773  0x0000364e fetch  0x00000001 , 0x00004783 
- 00015774  0x0000364f branch  0x00003da2 
- 00015775  0x00003651 fetch  0x00000001 , 0x00004785 
- 00015776  0x00003652 branch  0x00003da2 
- 00015777  0x00003654 fetch  0x00000001 , 0x00004786 
- 00015778  0x00003656 store  0x00000001 , 0x000046b5 
- 00015779  0x00003657 lshift8  0x0000003f , 0x0000003f 
- 00015780  0x00003658 copy  0x0000003f , 0x00000011 
- 00015781  0x00003659 add  0x0000003f , 0x0000000d , 0x0000003f 
- 00015782  0x0000365a call  0x00006413 
- 00015783  0x0000365b copy  0x00000011 , 0x0000003f 
- 00015784  0x0000365c add  0x0000003f , 0x0000000e , 0x0000003f 
- 00015785  0x0000365d branch  0x00006413 
- 00015786  0x00003660 fetch  0x00000001 , 0x0000477a 
- 00015787  0x00003661 beq  0x00000000 , 0x00003db1 
- 00015788  0x00003662 beq  0x00000001 , 0x00003daf 
- 00015789  0x00003663 beq  0x00000002 , 0x00003db3 
- 00015790  0x00003664 beq  0x00000003 , 0x00003db5 
- 00015791  0x00003666 fetch  0x00000001 , 0x00004788 
- 00015792  0x00003667 branch  0x00003db6 
- 00015793  0x00003669 fetch  0x00000001 , 0x00004787 
- 00015794  0x0000366a branch  0x00003db6 
- 00015795  0x0000366c fetch  0x00000001 , 0x00004789 
- 00015796  0x0000366d branch  0x00003db6 
- 00015797  0x0000366f fetch  0x00000001 , 0x0000478a 
- 00015798  0x00003671 store  0x00000001 , 0x000046b5 
- 00015799  0x00003672 call  0x000040c0 
- 00015800  0x00003673 fetch  0x00000001 , 0x000046b5 
- 00015801  0x00003675 add  0x0000003f , 0x00000080 , 0x0000003f 
- 00015802  0x00003676 lshift8  0x0000003f , 0x0000003f 
- 00015803  0x00003677 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00015804  0x00003678 copy  0x0000003f , 0x00000011 
- 00015805  0x00003679 branch  0x0000415a 
- 00015806  0x0000367c store  0x00000001 , 0x000046b5 
- 00015807  0x0000367d call  0x00003d90 
- 00015808  0x0000367e fetch  0x00000001 , 0x000046b5 
- 00015809  0x0000367f setarg  0x00000006 
- 00015810  0x00003680 call  0x00006414 
- 00015811  0x00003681 and  0x0000003f , 0x000000f8 , 0x00000002 
- 00015812  0x00003682 fetch  0x00000001 , 0x000046b5 
- 00015813  0x00003683 iadd  0x00000002 , 0x0000003f 
- 00015814  0x00003684 lshift8  0x0000003f , 0x0000003f 
- 00015815  0x00003685 add  0x0000003f , 0x00000006 , 0x0000003f 
- 00015816  0x00003686 branch  0x00006413 
- 00015817  0x0000368a call  0x000033c4 
- 00015818  0x0000368b branch  0x00004316 , 0x00000005 
- 00015819  0x0000368c call  0x0000441c 
- 00015820  0x0000368d call  0x000042e4 
- 00015821  0x0000368e branch  0x000033bd 
- 00015822  0x00003692 fetch  0x00000002 , 0x00004707 
- 00015823  0x00003693 rtn  0x00000034 
- 00015824  0x00003694 fetch  0x00000004 , 0x000046d3 
- 00015825  0x00003695 rtnbit0  0x00000011 
- 00015826  0x00003696 rtnbit1  0x00000003 
- 00015827  0x00003697 rtnmark1  0x00000026 
- 00015828  0x00003698 call  0x00004083 
- 00015829  0x00003699 rtnne  0x00000007 
- 00015830  0x0000369a call  0x00004482 
- 00015831  0x0000369b arg  0x00000003 , 0x00000007 
- 00015832  0x0000369c call  0x000043ce 
- 00015833  0x0000369d setarg  0x00000000 
- 00015834  0x0000369e store  0x00000002 , 0x000046ae 
- 00015835  0x0000369f store  0x00000001 , 0x000046b4 
- 00015836  0x000036a0 call  0x00003263 
- 00015837  0x000036a2 fetch  0x00000002 , 0x00004682 
- 00015838  0x000036a3 bbit1  0x00000007 , 0x00004392 
- 00015839  0x000036a4 bbit1  0x00000009 , 0x00003402 
- 00015840  0x000036a5 bbit1  0x00000000 , 0x000033e9 
- 00015841  0x000036a6 call  0x000042ca 
- 00015842  0x000036a7 branch  0x00002ead 
- 00015843  0x000036ab call  0x00003dce 
- 00015844  0x000036ac call  0x00007e34 
- 00015845  0x000036ad call  0x00003d6a 
- 00015846  0x000036ae call  0x00003de9 
- 00015847  0x000036af call  0x00003ee0 
- 00015848  0x000036b0 branch  0x00003df7 
- 00015849  0x000036b2 fetch  0x00000004 , 0x000046d3 
- 00015850  0x000036b3 rtnbit0  0x00000010 
- 00015851  0x000036b4 call  0x000048d3 
- 00015852  0x000036b5 branch  0x000048fd 
- 00015853  0x000036b8 hfetch  0x00000001 , 0x00008a04 
- 00015854  0x000036b9 bbit0  0x00000007 , 0x00003df1 
- 00015855  0x000036ba bbit1  0x00000007 , 0x00003df4 
- 00015856  0x000036bb rtn 
- 00015857  0x000036bd fetch  0x00000001 , 0x000046ff 
- 00015858  0x000036be rtnbit0  0x00000007 
- 00015859  0x000036bf branch  0x0000659a 
- 00015860  0x000036c1 fetch  0x00000001 , 0x000046ff 
- 00015861  0x000036c2 rtnbit1  0x00000007 
- 00015862  0x000036c3 branch  0x00004381 
- 00015863  0x000036c6 call  0x00003ded 
- 00015864  0x000036c7 hfetch  0x00000001 , 0x00008a04 
- 00015865  0x000036c8 store  0x00000001 , 0x000046ff 
- 00015866  0x000036c9 rtnbit0  0x00000007 
- 00015867  0x000036ca call  0x00003e07 
- 00015868  0x000036cb fetch  0x00000004 , 0x000046f9 
- 00015869  0x000036cc fetcht  0x00000001 , 0x000046fd 
- 00015870  0x000036cd iadd  0x00000002 , 0x00000002 
- 00015871  0x000036ce copy  0x00000022 , 0x0000003f 
- 00015872  0x000036cf isub  0x00000002 , 0x0000003e 
- 00015873  0x000036d0 nrtn  0x00000002 
- 00015874  0x000036d1 store  0x00000004 , 0x000046f9 
- 00015875  0x000036d2 call  0x00003f97 
- 00015876  0x000036d3 nrtn  0x00000028 
- 00015877  0x000036d4 jam  0x00000004 , 0x00000d38 
- 00015878  0x000036d5 branch  0x00003e0f 
- 00015879  0x000036d8 fetcht  0x00000004 , 0x000046f9 
- 00015880  0x000036d9 copy  0x00000022 , 0x0000003f 
- 00015881  0x000036da isub  0x00000002 , 0x0000003e 
- 00015882  0x000036db ncall  0x00003e0c , 0x00000002 
- 00015883  0x000036dc rtn 
- 00015884  0x000036de setarg  0x00000000 
- 00015885  0x000036df store  0x00000004 , 0x000046f9 
- 00015886  0x000036e0 rtn 
- 00015887  0x000036e5 fetch  0x00000001 , 0x00000d38 
- 00015888  0x000036e6 rtnbit0  0x00000002 
- 00015889  0x000036e7 branch  0x00003e12 
- 00015890  0x000036e9 hfetch  0x00000001 , 0x00008a04 
- 00015891  0x000036ea rtnbit0  0x00000007 
- 00015892  0x000036eb jam  0x00000020 , 0x00000d52 
- 00015893  0x000036ec setarg  0x00000001 
- 00015894  0x000036ed store  0x00000001 , 0x00000d54 
- 00015895  0x000036ee fetch  0x00000007 , 0x0000469a 
- 00015896  0x000036ef istore  0x00000007 , 0x00000005 
- 00015897  0x000036f0 rtn 
- 00015898  0x000036f4 hfetch  0x00000002 , 0x00008050 
- 00015899  0x000036f5 set0  0x0000000b , 0x0000003f 
- 00015900  0x000036f6 hstore  0x00000002 , 0x00008050 
- 00015901  0x000036f7 rtn 
- 00015902  0x000036fa setarg  0x00008c00 
- 00015903  0x000036fb store  0x00000002 , 0x00004575 
- 00015904  0x000036fc setarg  0x00008e7a 
- 00015905  0x000036fd store  0x00000002 , 0x000044bc 
- 00015906  0x000036fe setarg  0x00002402 
- 00015907  0x000036ff store  0x00000002 , 0x000040bd 
- 00015908  0x00003700 setarg  0x00002580 
- 00015909  0x00003701 store  0x00000003 , 0x000040aa 
- 00015910  0x00003702 jam  0x00000003 , 0x00004173 
- 00015911  0x00003703 jam  0x00000008 , 0x00004156 
- 00015912  0x00003704 jam  0x00000001 , 0x000046d9 
- 00015913  0x00003705 setarg  0x00000200 
- 00015914  0x00003706 store  0x00000002 , 0x00004154 
- 00015915  0x00003707 jam  0x00000017 , 0x000044a6 
- 00015916  0x00003708 jam  0x00000017 , 0x000044a8 
- 00015917  0x0000370a setarg  0x00000a77 
- 00015918  0x0000370b store  0x00000002 , 0x00004212 
- 00015919  0x0000371b setsect  0x00000000 , 0x00000306 
- 00015920  0x0000371c setsect  0x00000001 , 0x00004440 
- 00015921  0x0000371d setsect  0x00000002 , 0x00010000 
- 00015922  0x0000371e setsect  0x00000003 , 0x00004408 
- 00015923  0x0000371f store  0x00000009 , 0x00004577 
- 00015924  0x00003720 setsect  0x00000000 , 0x00001224 
- 00015925  0x00003721 setsect  0x00000001 , 0x00004000 
- 00015926  0x00003722 setsect  0x00000002 , 0x00000000 
- 00015927  0x00003723 istore  0x00000005 , 0x00000005 
- 00015928  0x00003725 setsect  0x00000000 , 0x0003ffff 
- 00015929  0x00003726 setsect  0x00000001 , 0x0002fe23 
- 00015930  0x00003727 setsect  0x00000002 , 0x000199d9 
- 00015931  0x00003728 setsect  0x00000003 , 0x0000020d 
- 00015932  0x00003729 store  0x00000008 , 0x00004098 
- 00015933  0x0000372b setarg  0x0000012c 
- 00015934  0x0000372c store  0x00000002 , 0x00004707 
- 00015935  0x0000372d call  0x000057a3 
- 00015936  0x0000372e fetch  0x00000004 , 0x000046d3 
- 00015937  0x0000372f rtnbit0  0x0000001f 
- 00015938  0x00003730 call  0x00003e44 
- 00015939  0x00003731 branch  0x00003e4c 
- 00015940  0x00003734 fetcht  0x00000001 , 0x000046f7 
- 00015941  0x00003735 call  0x000067fb 
- 00015942  0x00003736 fetcht  0x00000001 , 0x000046f7 
- 00015943  0x00003737 call  0x0000681d 
- 00015944  0x00003738 jam  0x00000003 , 0x000046f6 
- 00015945  0x00003739 rtn  0x00000001 
- 00015946  0x0000373a jam  0x00000002 , 0x000046f6 
- 00015947  0x0000373b rtn 
- 00015948  0x0000373e fetcht  0x00000001 , 0x000046f8 
- 00015949  0x0000373f call  0x000067fb 
- 00015950  0x00003740 fetcht  0x00000001 , 0x000046f8 
- 00015951  0x00003741 call  0x0000681d 
- 00015952  0x00003742 jam  0x00000000 , 0x0000422d 
- 00015953  0x00003743 rtn  0x00000001 
- 00015954  0x00003744 jam  0x00000002 , 0x0000422d 
- 00015955  0x00003745 rtn 
- 00015956  0x00003749 fetch  0x00000001 , 0x0000422d 
- 00015957  0x0000374a beq  0x00000000 , 0x00003e59 
- 00015958  0x0000374b beq  0x00000001 , 0x00003e62 
- 00015959  0x0000374c beq  0x00000002 , 0x00003e6b 
- 00015960  0x0000374d branch  0x00003e59 
- 00015961  0x00003750 fetcht  0x00000002 , 0x00004221 
- 00015962  0x00003751 fetch  0x00000002 , 0x00004227 
- 00015963  0x00003752 isub  0x00000002 , 0x0000003f 
- 00015964  0x00003753 mul32  0x0000003f , 0x00000014 , 0x0000003f 
- 00015965  0x00003754 div  0x0000003f , 0x00000064 
- 00015966  0x00003755 call  0x00007f86 
- 00015967  0x00003756 quotient  0x0000003f 
- 00015968  0x00003757 store  0x00000002 , 0x000046d0 
- 00015969  0x00003758 rtn 
- 00015970  0x0000375a fetcht  0x00000002 , 0x0000421f 
- 00015971  0x0000375b fetch  0x00000002 , 0x00004225 
- 00015972  0x0000375c isub  0x00000002 , 0x0000003f 
- 00015973  0x0000375d mul32  0x0000003f , 0x000000e6 , 0x0000003f 
- 00015974  0x0000375e div  0x0000003f , 0x00000190 
- 00015975  0x0000375f call  0x00007f86 
- 00015976  0x00003760 quotient  0x0000003f 
- 00015977  0x00003761 store  0x00000002 , 0x000046d0 
- 00015978  0x00003762 rtn 
- 00015979  0x00003764 fetch  0x00000002 , 0x00004223 
- 00015980  0x00003765 store  0x00000002 , 0x000046d0 
- 00015981  0x00003766 rtn 
- 00015982  0x00003768 fetcht  0x00000001 , 0x0000423a 
- 00015983  0x00003769 call  0x0000680e 
- 00015984  0x0000376a call  0x000048fb 
- 00015985  0x0000376b fetcht  0x00000001 , 0x000046e2 
- 00015986  0x0000376c call  0x000067fb 
- 00015987  0x0000376d fetcht  0x00000001 , 0x000046e3 
- 00015988  0x0000376e call  0x000067fb 
- 00015989  0x0000376f fetcht  0x00000001 , 0x000046e4 
- 00015990  0x00003770 call  0x000067fb 
- 00015991  0x00003771 fetcht  0x00000001 , 0x000046f3 
- 00015992  0x00003772 call  0x000067fb 
- 00015993  0x00003774 fetcht  0x00000001 , 0x000046dc 
- 00015994  0x00003775 call  0x0000680e 
- 00015995  0x00003777 fetcht  0x00000001 , 0x000046e8 
- 00015996  0x00003778 call  0x000067fb 
- 00015997  0x0000377a fetcht  0x00000001 , 0x000046e9 
- 00015998  0x0000377b call  0x000067fb 
- 00015999  0x0000377d fetcht  0x00000001 , 0x000046ea 
- 00016000  0x0000377e call  0x000067fb 
- 00016001  0x0000377f fetcht  0x00000001 , 0x000046eb 
- 00016002  0x00003780 call  0x000067fb 
- 00016003  0x00003782 fetcht  0x00000001 , 0x000046e5 
- 00016004  0x00003783 call  0x000067fb 
- 00016005  0x00003784 fetcht  0x00000001 , 0x000046e6 
- 00016006  0x00003785 call  0x000067fb 
- 00016007  0x00003787 fetcht  0x00000001 , 0x000046ef 
- 00016008  0x00003788 call  0x0000680e 
- 00016009  0x0000378a fetcht  0x00000001 , 0x000046f0 
- 00016010  0x0000378b call  0x0000680e 
- 00016011  0x0000378d fetcht  0x00000001 , 0x000046f1 
- 00016012  0x0000378e call  0x0000680e 
- 00016013  0x00003790 fetcht  0x00000001 , 0x000046f2 
- 00016014  0x00003791 call  0x0000680e 
- 00016015  0x00003793 fetcht  0x00000001 , 0x000046f4 
- 00016016  0x00003794 call  0x0000680e 
- 00016017  0x00003796 fetcht  0x00000001 , 0x000046ed 
- 00016018  0x00003797 call  0x000067fb 
- 00016019  0x00003799 fetcht  0x00000001 , 0x000046ec 
- 00016020  0x0000379a call  0x000067fb 
- 00016021  0x0000379c fetcht  0x00000001 , 0x000046e7 
- 00016022  0x0000379d branch  0x000067fb 
- 00016023  0x000037a0 fetcht  0x00000001 , 0x000046e8 
- 00016024  0x000037a1 call  0x000067dd 
- 00016025  0x000037a2 fetcht  0x00000001 , 0x000046e9 
- 00016026  0x000037a3 call  0x000067dd 
- 00016027  0x000037a4 fetcht  0x00000001 , 0x000046ea 
- 00016028  0x000037a5 call  0x000067dd 
- 00016029  0x000037a6 fetcht  0x00000001 , 0x000046eb 
- 00016030  0x000037a7 branch  0x000067dd 
- 00016031  0x000037aa fetcht  0x00000001 , 0x000046e8 
- 00016032  0x000037ab call  0x00003ea7 
- 00016033  0x000037ac fetcht  0x00000001 , 0x000046e9 
- 00016034  0x000037ad call  0x00003ea7 
- 00016035  0x000037ae fetcht  0x00000001 , 0x000046ea 
- 00016036  0x000037af call  0x00003ea7 
- 00016037  0x000037b0 fetcht  0x00000001 , 0x000046eb 
- 00016038  0x000037b1 branch  0x00003ea7 
- 00016039  0x000037b4 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00016040  0x000037b5 rtn  0x00000005 
- 00016041  0x000037b6 and  0x00000002 , 0x0000007f , 0x00000007 
- 00016042  0x000037b7 hfetch  0x00000004 , 0x0000811c 
- 00016043  0x000037b8 qisolate1  0x0000003f 
- 00016044  0x000037b9 hfetch  0x00000004 , 0x00008078 
- 00016045  0x000037ba qsetflag  0x00000001 , 0x0000003f 
- 00016046  0x000037bb hstore  0x00000004 , 0x00008078 
- 00016047  0x000037bc hfetch  0x00000004 , 0x0000807c 
- 00016048  0x000037bd nqsetflag  0x00000001 , 0x0000003f 
- 00016049  0x000037be hstore  0x00000004 , 0x0000807c 
- 00016050  0x000037bf rtn 
- 00016051  0x000037c2 enable  0x00000028 
- 00016052  0x000037c3 hfetch  0x00000004 , 0x00008138 
- 00016053  0x000037c4 setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00016054  0x000037c5 hstore  0x00000004 , 0x0000804c 
- 00016055  0x000037c6 call  0x00002c21 
- 00016056  0x000037c7 call  0x00004482 
- 00016057  0x000037c8 call  0x00003e9f 
- 00016058  0x000037ca branch  0x00003ebf 
- 00016059  0x000037cf call  0x00003ebf 
- 00016060  0x000037d0 fetch  0x00000001 , 0x000000a0 
- 00016061  0x000037d1 nrtn  0x00000034 
- 00016062  0x000037d2 branch  0x000067ed 
- 00016063  0x000037d5 call  0x00003ee0 
- 00016064  0x000037d6 arg  0x00000019 , 0x00000002 
- 00016065  0x000037d7 fetch  0x00000004 , 0x000046d3 
- 00016066  0x000037d8 isolate1  0x00000012 , 0x0000003f 
- 00016067  0x000037d9 call  0x00003ede , 0x00000001 
- 00016068  0x000037da call  0x0000680e 
- 00016069  0x000037db call  0x000063ee 
- 00016070  0x000037df fetcht  0x00000001 , 0x000046e2 
- 00016071  0x000037e0 call  0x000067dd 
- 00016072  0x000037e1 fetcht  0x00000001 , 0x000046e3 
- 00016073  0x000037e2 call  0x000067dd 
- 00016074  0x000037e3 fetcht  0x00000001 , 0x000046e4 
- 00016075  0x000037e4 call  0x000067dd 
- 00016076  0x000037e6 fetcht  0x00000001 , 0x000046e5 
- 00016077  0x000037e7 call  0x000067dd 
- 00016078  0x000037e8 fetcht  0x00000001 , 0x000046e6 
- 00016079  0x000037e9 call  0x000067dd 
- 00016080  0x000037ea fetcht  0x00000001 , 0x000046e7 
- 00016081  0x000037eb call  0x000067dd 
- 00016082  0x000037ec fetcht  0x00000001 , 0x000046ed 
- 00016083  0x000037ed call  0x000067dd 
- 00016084  0x000037ee fetcht  0x00000001 , 0x000046e8 
- 00016085  0x000037ef call  0x000067dd 
- 00016086  0x000037f0 fetcht  0x00000001 , 0x000046e9 
- 00016087  0x000037f1 call  0x000067dd 
- 00016088  0x000037f2 fetcht  0x00000001 , 0x000046ea 
- 00016089  0x000037f3 call  0x000067dd 
- 00016090  0x000037f4 fetcht  0x00000001 , 0x000046eb 
- 00016091  0x000037f5 call  0x000067dd 
- 00016092  0x000037f6 fetcht  0x00000001 , 0x000046f3 
- 00016093  0x000037f7 branch  0x000067e1 
- 00016094  0x000037fc arg  0x0000001e , 0x00000002 
- 00016095  0x000037fd rtn 
- 00016096  0x00003800 bpatch  0x000000e4 , 0x0000401c 
- 00016097  0x00003801 call  0x00003eee 
- 00016098  0x00003802 call  0x00003f36 
- 00016099  0x00003803 fetch  0x00000001 , 0x000046b8 
- 00016100  0x00003804 fetcht  0x00000001 , 0x000046b7 
- 00016101  0x00003805 store  0x00000001 , 0x000046b7 
- 00016102  0x00003806 isub  0x00000002 , 0x0000003e 
- 00016103  0x00003807 nbranch  0x000033d4 , 0x00000005 
- 00016104  0x00003808 fetch  0x00000001 , 0x000046be 
- 00016105  0x00003809 fetcht  0x00000001 , 0x000046bd 
- 00016106  0x0000380a store  0x00000001 , 0x000046bd 
- 00016107  0x0000380b isub  0x00000002 , 0x0000003e 
- 00016108  0x0000380c nbranch  0x000033d4 , 0x00000005 
- 00016109  0x0000380d rtn 
- 00016110  0x0000380f fetch  0x00000001 , 0x000046ea 
- 00016111  0x00003810 rtneq  0x000000ff 
- 00016112  0x00003811 arg  0x00000000 , 0x00000011 
- 00016113  0x00003812 fetcht  0x00000001 , 0x000046ea 
- 00016114  0x00003813 call  0x0000681d 
- 00016115  0x00003814 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016116  0x00003815 fetcht  0x00000001 , 0x000046eb 
- 00016117  0x00003816 call  0x0000681d 
- 00016118  0x00003817 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016119  0x00003818 copy  0x00000011 , 0x0000003f 
- 00016120  0x00003819 store  0x00000001 , 0x000046b8 
- 00016121  0x0000381a beq  0x00000001 , 0x00003efe 
- 00016122  0x0000381b beq  0x00000002 , 0x00003f02 
- 00016123  0x0000381c fetch  0x00000001 , 0x000046b9 
- 00016124  0x0000381d bbit1  0x00000007 , 0x00003f0e 
- 00016125  0x0000381e rtn 
- 00016126  0x00003821 fetch  0x00000001 , 0x000046b7 
- 00016127  0x00003822 beq  0x00000000 , 0x00003f06 
- 00016128  0x00003823 beq  0x00000003 , 0x00003f08 
- 00016129  0x00003824 rtn 
- 00016130  0x00003826 fetch  0x00000001 , 0x000046b7 
- 00016131  0x00003827 beq  0x00000000 , 0x00003f0a 
- 00016132  0x00003828 beq  0x00000003 , 0x00003f0c 
- 00016133  0x00003829 rtn 
- 00016134  0x0000382b jam  0x00000082 , 0x000046b9 
- 00016135  0x0000382c rtn 
- 00016136  0x0000382e jam  0x00000081 , 0x000046b9 
- 00016137  0x0000382f rtn 
- 00016138  0x00003831 jam  0x00000080 , 0x000046b9 
- 00016139  0x00003832 rtn 
- 00016140  0x00003834 jam  0x00000083 , 0x000046b9 
- 00016141  0x00003835 rtn 
- 00016142  0x00003837 fetch  0x00000001 , 0x000046b9 
- 00016143  0x00003838 set0  0x00000007 , 0x0000003f 
- 00016144  0x00003839 store  0x00000001 , 0x000046b9 
- 00016145  0x0000383a beq  0x00000000 , 0x00003f16 
- 00016146  0x0000383b beq  0x00000001 , 0x00003f19 
- 00016147  0x0000383c beq  0x00000002 , 0x00003f1c 
- 00016148  0x0000383d beq  0x00000003 , 0x00003f1f 
- 00016149  0x0000383e rtn 
- 00016150  0x00003840 fetch  0x00000001 , 0x000046b8 
- 00016151  0x00003841 beq  0x00000003 , 0x00003f22 
- 00016152  0x00003842 rtn 
- 00016153  0x00003844 fetch  0x00000001 , 0x000046b8 
- 00016154  0x00003845 beq  0x00000000 , 0x00003f22 
- 00016155  0x00003846 rtn 
- 00016156  0x00003848 fetch  0x00000001 , 0x000046b8 
- 00016157  0x00003849 beq  0x00000003 , 0x00003f2c 
- 00016158  0x0000384a rtn 
- 00016159  0x0000384c fetch  0x00000001 , 0x000046b8 
- 00016160  0x0000384d beq  0x00000000 , 0x00003f2c 
- 00016161  0x0000384e rtn 
- 00016162  0x00003850 fetch  0x00000001 , 0x000046bc 
- 00016163  0x00003851 increase  0x00000001 , 0x0000003f 
- 00016164  0x00003852 store  0x00000001 , 0x000046bc 
- 00016165  0x00003853 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016166  0x00003854 rtn  0x00000002 
- 00016167  0x00003855 jam  0x00000000 , 0x000046bc 
- 00016168  0x00003856 fetch  0x00000001 , 0x000046ba 
- 00016169  0x00003857 increase  0x00000001 , 0x0000003f 
- 00016170  0x00003858 store  0x00000001 , 0x000046ba 
- 00016171  0x00003859 rtn 
- 00016172  0x0000385b fetch  0x00000001 , 0x000046bb 
- 00016173  0x0000385c increase  0x00000001 , 0x0000003f 
- 00016174  0x0000385d store  0x00000001 , 0x000046bb 
- 00016175  0x0000385e sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016176  0x0000385f rtn  0x00000002 
- 00016177  0x00003860 jam  0x00000000 , 0x000046bb 
- 00016178  0x00003861 fetch  0x00000001 , 0x000046ba 
- 00016179  0x00003862 increase  0xffffffff , 0x0000003f 
- 00016180  0x00003863 store  0x00000001 , 0x000046ba 
- 00016181  0x00003864 rtn 
- 00016182  0x00003868 fetch  0x00000001 , 0x000046e8 
- 00016183  0x00003869 rtneq  0x000000ff 
- 00016184  0x0000386a arg  0x00000000 , 0x00000011 
- 00016185  0x0000386b fetcht  0x00000001 , 0x000046e8 
- 00016186  0x0000386c call  0x0000681d 
- 00016187  0x0000386d setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016188  0x0000386e fetcht  0x00000001 , 0x000046e9 
- 00016189  0x0000386f call  0x0000681d 
- 00016190  0x00003870 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016191  0x00003871 copy  0x00000011 , 0x0000003f 
- 00016192  0x00003872 store  0x00000001 , 0x000046be 
- 00016193  0x00003873 beq  0x00000001 , 0x00003f46 
- 00016194  0x00003874 beq  0x00000002 , 0x00003f4a 
- 00016195  0x00003875 fetch  0x00000001 , 0x000046bf 
- 00016196  0x00003876 bbit1  0x00000007 , 0x00003f56 
- 00016197  0x00003877 rtn 
- 00016198  0x0000387a fetch  0x00000001 , 0x000046bd 
- 00016199  0x0000387b beq  0x00000000 , 0x00003f4e 
- 00016200  0x0000387c beq  0x00000003 , 0x00003f50 
- 00016201  0x0000387d rtn 
- 00016202  0x0000387f fetch  0x00000001 , 0x000046bd 
- 00016203  0x00003880 beq  0x00000000 , 0x00003f52 
- 00016204  0x00003881 beq  0x00000003 , 0x00003f54 
- 00016205  0x00003882 rtn 
- 00016206  0x00003884 jam  0x00000082 , 0x000046bf 
- 00016207  0x00003885 rtn 
- 00016208  0x00003887 jam  0x00000081 , 0x000046bf 
- 00016209  0x00003888 rtn 
- 00016210  0x0000388a jam  0x00000080 , 0x000046bf 
- 00016211  0x0000388b rtn 
- 00016212  0x0000388d jam  0x00000083 , 0x000046bf 
- 00016213  0x0000388e rtn 
- 00016214  0x00003890 fetch  0x00000001 , 0x000046bf 
- 00016215  0x00003891 set0  0x00000007 , 0x0000003f 
- 00016216  0x00003892 store  0x00000001 , 0x000046bf 
- 00016217  0x00003893 beq  0x00000000 , 0x00003f5e 
- 00016218  0x00003894 beq  0x00000001 , 0x00003f61 
- 00016219  0x00003895 beq  0x00000002 , 0x00003f64 
- 00016220  0x00003896 beq  0x00000003 , 0x00003f67 
- 00016221  0x00003897 rtn 
- 00016222  0x00003899 fetch  0x00000001 , 0x000046be 
- 00016223  0x0000389a beq  0x00000003 , 0x00003f6a 
- 00016224  0x0000389b rtn 
- 00016225  0x0000389d fetch  0x00000001 , 0x000046be 
- 00016226  0x0000389e beq  0x00000000 , 0x00003f6a 
- 00016227  0x0000389f rtn 
- 00016228  0x000038a1 fetch  0x00000001 , 0x000046be 
- 00016229  0x000038a2 beq  0x00000003 , 0x00003f6f 
- 00016230  0x000038a3 rtn 
- 00016231  0x000038a5 fetch  0x00000001 , 0x000046be 
- 00016232  0x000038a6 beq  0x00000000 , 0x00003f6f 
- 00016233  0x000038a7 rtn 
- 00016234  0x000038a9 jam  0x00000000 , 0x000046c2 
- 00016235  0x000038aa fetch  0x00000001 , 0x000046c0 
- 00016236  0x000038ab increase  0x00000001 , 0x0000003f 
- 00016237  0x000038ac store  0x00000001 , 0x000046c0 
- 00016238  0x000038ad rtn 
- 00016239  0x000038af jam  0x00000000 , 0x000046c1 
- 00016240  0x000038b0 fetch  0x00000001 , 0x000046c0 
- 00016241  0x000038b1 increase  0xffffffff , 0x0000003f 
- 00016242  0x000038b2 store  0x00000001 , 0x000046c0 
- 00016243  0x000038b3 rtn 
- 00016244  0x000038b7 setarg  0x00000002 
- 00016245  0x000038b8 store  0x00000001 , 0x00004680 
- 00016246  0x000038b9 rtn 
- 00016247  0x000038bc fetch  0x00000001 , 0x000041e2 
- 00016248  0x000038bd rtn  0x00000034 
- 00016249  0x000038be call  0x00005271 
- 00016250  0x000038bf nrtn  0x00000034 
- 00016251  0x000038c0 fetch  0x00000004 , 0x000046d3 
- 00016252  0x000038c1 bbit1  0x00000003 , 0x00003f8a 
- 00016253  0x000038c2 bbit1  0x00000000 , 0x00003f8a 
- 00016254  0x000038c3 bbit1  0x00000005 , 0x00003f8a 
- 00016255  0x000038c4 call  0x00003f97 
- 00016256  0x000038c5 nrtn  0x00000028 
- 00016257  0x000038c7 arg  0x00000009 , 0x00000011 
- 00016258  0x000038c8 call  0x00004d63 
- 00016259  0x000038c9 fetch  0x00000002 , 0x0000424e 
- 00016260  0x000038ca istore  0x00000002 , 0x00000005 
- 00016261  0x000038cb setarg  0x000002a1 
- 00016262  0x000038cc istore  0x00000002 , 0x00000005 
- 00016263  0x000038cd fetch  0x00000007 , 0x0000469a 
- 00016264  0x000038ce istore  0x00000007 , 0x00000005 
- 00016265  0x000038cf rtn 
- 00016266  0x000038d3 setarg  0x00000000 
- 00016267  0x000038d4 store  0x00000007 , 0x0000469a 
- 00016268  0x000038d5 branch  0x00003f81 
- 00016269  0x000038d9 fetch  0x00000002 , 0x000046aa 
- 00016270  0x000038da store  0x00000002 , 0x000046b0 
- 00016271  0x000038db rtn 
- 00016272  0x000038df bpatch  0x000000e5 , 0x0000401c 
- 00016273  0x000038e0 arg  0x00000007 , 0x00000011 
- 00016274  0x000038e1 fetcht  0x00000002 , 0x0000446f 
- 00016275  0x000038e2 call  0x00005a64 
- 00016276  0x000038e3 fetch  0x00000007 , 0x0000469a 
- 00016277  0x000038e4 istore  0x00000007 , 0x00000005 
- 00016278  0x000038e5 rtn 
- 00016279  0x000038e8 bpatch  0x000000e6 , 0x0000401c 
- 00016280  0x000038e9 disable  0x00000028 
- 00016281  0x000038ea setarg  0x00000000 
- 00016282  0x000038eb store  0x00000006 , 0x0000469b 
- 00016283  0x000038ec call  0x00003fb5 
- 00016284  0x000038ed call  0x00004079 
- 00016285  0x000038ee call  0x0000407e 
- 00016286  0x000038ef call  0x00004099 
- 00016287  0x000038f0 nrtn  0x00000028 
- 00016288  0x000038f1 call  0x00003f8d 
- 00016289  0x000038f2 arg  0x00000008 , 0x00000007 
- 00016290  0x000038f3 branch  0x000043ce 
- 00016291  0x000038f6 fetch  0x00000002 , 0x0000469b 
- 00016292  0x000038f7 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016293  0x000038f8 store  0x00000002 , 0x0000469b 
- 00016294  0x000038f9 branch  0x00007fe7 
- 00016295  0x000038fb fetch  0x00000002 , 0x0000469d 
- 00016296  0x000038fc sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016297  0x000038fd store  0x00000002 , 0x0000469d 
- 00016298  0x000038fe branch  0x00007fe7 
- 00016299  0x00003900 fetch  0x00000002 , 0x0000469d 
- 00016300  0x00003901 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016301  0x00003902 store  0x00000002 , 0x0000469d 
- 00016302  0x00003903 fetch  0x00000002 , 0x0000469b 
- 00016303  0x00003904 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016304  0x00003905 store  0x00000002 , 0x0000469b 
- 00016305  0x00003906 call  0x00004002 
- 00016306  0x00003907 branch  0x00007fe7 
- 00016307  0x00003909 call  0x00004002 
- 00016308  0x0000390a branch  0x00007fe7 
- 00016309  0x0000390c fetch  0x00000001 , 0x00004239 
- 00016310  0x0000390d rtnne  0x00000000 
- 00016311  0x0000390e fetch  0x00000001 , 0x000046e0 
- 00016312  0x0000390f beq  0x00000000 , 0x00003fe2 
- 00016313  0x00003910 beq  0x00000001 , 0x00003fe2 
- 00016314  0x00003911 beq  0x00000002 , 0x00003fe2 
- 00016315  0x00003912 beq  0x00000003 , 0x00003fe2 
- 00016316  0x00003913 beq  0x00000004 , 0x00003fc4 
- 00016317  0x00003914 beq  0x00000005 , 0x00004010 
- 00016318  0x00003915 beq  0x00000006 , 0x00003fe2 
- 00016319  0x00003916 branch  0x00003fe2 
- 00016320  0x00003919 fetch  0x00000001 , 0x000046a7 
- 00016321  0x0000391a call  0x0000405d , 0x00000034 
- 00016322  0x0000391b jam  0x00000001 , 0x000046a7 
- 00016323  0x0000391c rtn 
- 00016324  0x00003920 call  0x00003fc0 
- 00016325  0x00003921 fetcht  0x00000001 , 0x000046f3 
- 00016326  0x00003922 call  0x0000681d 
- 00016327  0x00003923 nrtn  0x00000001 
- 00016328  0x00003925 setarg  0x00000000 
- 00016329  0x00003926 call  0x00006414 
- 00016330  0x00003927 bne  0x00000030 , 0x000040d1 
- 00016331  0x00003928 setarg  0x00000002 
- 00016332  0x00003929 call  0x00006414 
- 00016333  0x0000392a rtnbit0  0x00000007 
- 00016334  0x0000392b call  0x0000405d 
- 00016335  0x0000392c call  0x00003fde 
- 00016336  0x0000392d store  0x00000001 , 0x000046a1 
- 00016337  0x0000392e rshift4  0x0000003f , 0x0000003f 
- 00016338  0x0000392f call  0x00004169 
- 00016339  0x00003930 store  0x00000001 , 0x0000469c 
- 00016340  0x00003931 fetch  0x00000001 , 0x000046a1 
- 00016341  0x00003932 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016342  0x00003933 call  0x00004169 
- 00016343  0x00003934 store  0x00000001 , 0x0000469e 
- 00016344  0x00003935 fetch  0x00000001 , 0x000046f6 
- 00016345  0x00003936 beq  0x00000000 , 0x00003fa3 
- 00016346  0x00003937 beq  0x00000001 , 0x00003fab 
- 00016347  0x00003938 beq  0x00000002 , 0x00003fa7 
- 00016348  0x00003939 beq  0x00000003 , 0x00003fb3 
- 00016349  0x0000393a rtn 
- 00016350  0x0000393d setarg  0x00000012 
- 00016351  0x0000393e branch  0x00006414 
- 00016352  0x00003941 beq  0x00000031 , 0x00003fea 
- 00016353  0x00003942 branch  0x000040d1 
- 00016354  0x00003945 call  0x00003fc0 
- 00016355  0x00003946 disable  0x00000028 
- 00016356  0x00003947 fetcht  0x00000001 , 0x000046f3 
- 00016357  0x00003948 call  0x0000681d 
- 00016358  0x00003949 nrtn  0x00000001 
- 00016359  0x0000394b setarg  0x00000000 
- 00016360  0x0000394c call  0x00006414 
- 00016361  0x0000394d bne  0x00000030 , 0x00003fe0 
- 00016362  0x0000394f setarg  0x00000002 
- 00016363  0x00003950 call  0x00006414 
- 00016364  0x00003951 rtnbit0  0x00000007 
- 00016365  0x00003952 call  0x0000405d 
- 00016366  0x00003953 fetch  0x00000001 , 0x0000469b 
- 00016367  0x00003954 call  0x00004165 
- 00016368  0x00003955 store  0x00000002 , 0x0000469b 
- 00016369  0x00003956 fetch  0x00000001 , 0x0000469d 
- 00016370  0x00003957 call  0x00004165 
- 00016371  0x00003958 store  0x00000002 , 0x0000469d 
- 00016372  0x00003959 fetch  0x00000001 , 0x000046f6 
- 00016373  0x0000395a beq  0x00000000 , 0x00003ffa 
- 00016374  0x0000395b beq  0x00000001 , 0x00003ffc 
- 00016375  0x0000395c beq  0x00000002 , 0x00003ffe 
- 00016376  0x0000395d beq  0x00000003 , 0x00004000 
- 00016377  0x0000395e rtn 
- 00016378  0x00003961 call  0x00003fa3 
- 00016379  0x00003962 branch  0x000040b3 
- 00016380  0x00003964 call  0x00003fab 
- 00016381  0x00003965 branch  0x000040b3 
- 00016382  0x00003967 call  0x00003fa7 
- 00016383  0x00003968 branch  0x000040b3 
- 00016384  0x0000396a call  0x00003fb3 
- 00016385  0x0000396b branch  0x000040b3 
- 00016386  0x0000396e fetch  0x00000002 , 0x0000469d 
- 00016387  0x0000396f fetcht  0x00000002 , 0x0000469b 
- 00016388  0x00003970 store  0x00000002 , 0x0000469b 
- 00016389  0x00003971 storet  0x00000002 , 0x0000469d 
- 00016390  0x00003972 rtn 
- 00016391  0x00003975 call  0x0000640f 
- 00016392  0x00003976 nop  0x00000064 
- 00016393  0x00003977 copy  0x00000012 , 0x0000003f 
- 00016394  0x00003978 call  0x00006414 
- 00016395  0x00003979 copy  0x0000003f , 0x00000012 
- 00016396  0x0000397a call  0x00006411 
- 00016397  0x0000397b nop  0x00000064 
- 00016398  0x0000397c copy  0x00000012 , 0x0000003f 
- 00016399  0x0000397d rtn 
- 00016400  0x0000397f disable  0x00000028 
- 00016401  0x00003980 fetcht  0x00000001 , 0x000046f3 
- 00016402  0x00003981 call  0x0000681d 
- 00016403  0x00003982 nrtn  0x00000001 
- 00016404  0x00003983 arg  0x00000002 , 0x00000012 
- 00016405  0x00003984 call  0x00004007 
- 00016406  0x00003985 rtnbit0  0x00000007 
- 00016407  0x00003986 arg  0x00000000 , 0x00000012 
- 00016408  0x00003987 call  0x00004007 
- 00016409  0x00003988 store  0x00000001 , 0x000046dd 
- 00016410  0x00003989 bne  0x0000003e , 0x00004145 
- 00016411  0x0000398a fetch  0x00000001 , 0x000046a7 
- 00016412  0x0000398b call  0x00004039 , 0x00000034 
- 00016413  0x0000398c jam  0x00000001 , 0x000046a7 
- 00016414  0x0000398d call  0x00004039 
- 00016415  0x0000398e fetch  0x00000001 , 0x000046a1 
- 00016416  0x0000398f rshift4  0x0000003f , 0x0000003f 
- 00016417  0x00003990 call  0x00004169 
- 00016418  0x00003991 store  0x00000001 , 0x0000469c 
- 00016419  0x00003992 fetch  0x00000001 , 0x000046a1 
- 00016420  0x00003993 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016421  0x00003994 call  0x00004169 
- 00016422  0x00003995 store  0x00000001 , 0x0000469e 
- 00016423  0x00003996 fetch  0x00000001 , 0x000046f6 
- 00016424  0x00003997 beq  0x00000000 , 0x00004031 
- 00016425  0x00003998 beq  0x00000001 , 0x00004035 
- 00016426  0x00003999 beq  0x00000002 , 0x00004033 
- 00016427  0x0000399a beq  0x00000003 , 0x00004037 
- 00016428  0x0000399b rtn 
- 00016429  0x0000399e fetch  0x00000001 , 0x000046a4 
- 00016430  0x0000399f beq  0x00000000 , 0x00004051 
- 00016431  0x000039a0 beq  0x00000001 , 0x00004045 
- 00016432  0x000039a1 rtn 
- 00016433  0x000039a5 call  0x00003fa3 
- 00016434  0x000039a6 branch  0x0000402d 
- 00016435  0x000039a9 call  0x00003fa7 
- 00016436  0x000039aa branch  0x0000402d 
- 00016437  0x000039ad call  0x00003fab 
- 00016438  0x000039ae branch  0x0000402d 
- 00016439  0x000039b1 call  0x00003fb3 
- 00016440  0x000039b2 branch  0x0000402d 
- 00016441  0x000039b5 call  0x0000640f 
- 00016442  0x000039b6 call  0x0000405d 
- 00016443  0x000039b7 arg  0x00000005 , 0x0000003f 
- 00016444  0x000039b8 call  0x00006414 
- 00016445  0x000039b9 store  0x00000001 , 0x000046a1 
- 00016446  0x000039ba arg  0x00000007 , 0x0000003f 
- 00016447  0x000039bb call  0x00006414 
- 00016448  0x000039bc store  0x00000001 , 0x000046a2 
- 00016449  0x000039bd arg  0x00000008 , 0x0000003f 
- 00016450  0x000039be call  0x00006414 
- 00016451  0x000039bf store  0x00000001 , 0x000046a3 
- 00016452  0x000039c0 branch  0x00006411 
- 00016453  0x000039c4 fetch  0x00000001 , 0x000046a2 
- 00016454  0x000039c5 rtnne  0x00000000 
- 00016455  0x000039c6 fetch  0x00000001 , 0x000046a3 
- 00016456  0x000039c7 sub  0x0000003f , 0x0000002d , 0x0000003e 
- 00016457  0x000039c8 rtn  0x00000002 
- 00016458  0x000039c9 jam  0x00000000 , 0x000046a4 
- 00016459  0x000039ca setarg  0x0000ba41 
- 00016460  0x000039cb call  0x00006405 
- 00016461  0x000039cc setarg  0x00000032 
- 00016462  0x000039cd call  0x00006405 
- 00016463  0x000039ce setarg  0x0000b541 
- 00016464  0x000039cf branch  0x00006405 
- 00016465  0x000039d1 fetch  0x00000001 , 0x000046a2 
- 00016466  0x000039d2 rtnne  0x00000000 
- 00016467  0x000039d3 fetch  0x00000001 , 0x000046a3 
- 00016468  0x000039d4 sub  0x0000003f , 0x0000002d , 0x0000003e 
- 00016469  0x000039d5 nrtn  0x00000002 
- 00016470  0x000039d6 jam  0x00000001 , 0x000046a4 
- 00016471  0x000039d7 setarg  0x0000ba41 
- 00016472  0x000039d8 call  0x00006405 
- 00016473  0x000039d9 setarg  0x00008032 
- 00016474  0x000039da call  0x00006405 
- 00016475  0x000039db setarg  0x0000b541 
- 00016476  0x000039dc branch  0x00006405 
- 00016477  0x000039e1 arg  0x00000003 , 0x0000003f 
- 00016478  0x000039e2 call  0x00006414 
- 00016479  0x000039e3 store  0x00000002 , 0x0000469b 
- 00016480  0x000039e4 arg  0x00000004 , 0x0000003f 
- 00016481  0x000039e5 call  0x00006414 
- 00016482  0x000039e6 store  0x00000002 , 0x0000469d 
- 00016483  0x000039e7 rtn 
- 00016484  0x000039ea arg  0x0000001b , 0x00000002 
- 00016485  0x000039eb call  0x000067fb 
- 00016486  0x000039ec arg  0x0000001b , 0x00000002 
- 00016487  0x000039ed call  0x0000681d 
- 00016488  0x000039ee rtn  0x00000001 
- 00016489  0x000039ef hfetch  0x00000001 , 0x00008109 
- 00016490  0x000039f0 set1  0x00000004 , 0x0000003f 
- 00016491  0x000039f1 hstore  0x00000001 , 0x00008109 
- 00016492  0x000039f2 rtn 
- 00016493  0x000039f5 fetcht  0x00000001 , 0x000046c0 
- 00016494  0x000039f6 hfetch  0x00000001 , 0x00008109 
- 00016495  0x000039f7 iadd  0x00000002 , 0x0000003f 
- 00016496  0x000039f8 rtn  0x00000034 
- 00016497  0x000039f9 store  0x00000001 , 0x0000469f 
- 00016498  0x000039fa jam  0x00000000 , 0x000046c0 
- 00016499  0x000039fb branch  0x00007fe7 
- 00016500  0x000039fd fetcht  0x00000001 , 0x000046c0 
- 00016501  0x000039fe hfetch  0x00000001 , 0x00008109 
- 00016502  0x000039ff iadd  0x00000002 , 0x0000003f 
- 00016503  0x00003a00 store  0x00000001 , 0x000046c0 
- 00016504  0x00003a01 rtn 
- 00016505  0x00003a03 fetch  0x00000001 , 0x000046c0 
- 00016506  0x00003a04 rtn  0x00000034 
- 00016507  0x00003a05 store  0x00000001 , 0x0000469f 
- 00016508  0x00003a06 jam  0x00000000 , 0x000046c0 
- 00016509  0x00003a07 branch  0x00007fe7 
- 00016510  0x00003a0a fetch  0x00000001 , 0x000046ba 
- 00016511  0x00003a0b rtn  0x00000034 
- 00016512  0x00003a0c store  0x00000001 , 0x000046a0 
- 00016513  0x00003a0d jam  0x00000000 , 0x000046ba 
- 00016514  0x00003a0e branch  0x00007fe7 
- 00016515  0x00003a11 arg  0x00000000 , 0x00000011 
- 00016516  0x00003a12 fetcht  0x00000001 , 0x000046e2 
- 00016517  0x00003a13 call  0x0000681d 
- 00016518  0x00003a14 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016519  0x00003a15 fetcht  0x00000001 , 0x000046e3 
- 00016520  0x00003a16 call  0x0000681d 
- 00016521  0x00003a17 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016522  0x00003a18 fetcht  0x00000001 , 0x000046e4 
- 00016523  0x00003a19 call  0x0000681d 
- 00016524  0x00003a1a setflag  0x00000001 , 0x00000002 , 0x00000011 
- 00016525  0x00003a1b call  0x00004090 
- 00016526  0x00003a1d copy  0x00000011 , 0x0000003f 
- 00016527  0x00003a1e rtn 
- 00016528  0x00003a20 fetch  0x00000001 , 0x000046e5 
- 00016529  0x00003a21 rtneq  0x000000ff 
- 00016530  0x00003a22 fetcht  0x00000001 , 0x000046e5 
- 00016531  0x00003a23 call  0x0000681d 
- 00016532  0x00003a24 setflag  0x00000001 , 0x00000003 , 0x00000011 
- 00016533  0x00003a25 fetcht  0x00000001 , 0x000046e6 
- 00016534  0x00003a26 call  0x0000681d 
- 00016535  0x00003a27 setflag  0x00000001 , 0x00000004 , 0x00000011 
- 00016536  0x00003a28 rtn 
- 00016537  0x00003a2b call  0x00004083 
- 00016538  0x00003a2c call  0x000040a8 
- 00016539  0x00003a2d call  0x000040a3 
- 00016540  0x00003a2e copy  0x00000011 , 0x0000003f 
- 00016541  0x00003a2f fetcht  0x00000001 , 0x0000469a 
- 00016542  0x00003a30 store  0x00000001 , 0x0000469a 
- 00016543  0x00003a31 ixor  0x00000002 , 0x0000003f 
- 00016544  0x00003a32 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00016545  0x00003a33 rtn  0x00000005 
- 00016546  0x00003a34 branch  0x00007fe7 
- 00016547  0x00003a37 rtnmark0  0x00000026 
- 00016548  0x00003a38 copy  0x00000011 , 0x0000003f 
- 00016549  0x00003a39 rtn  0x00000034 
- 00016550  0x00003a3a store  0x00000001 , 0x0000469a 
- 00016551  0x00003a3b branch  0x00007fe7 
- 00016552  0x00003a3f fetch  0x00000002 , 0x00004682 
- 00016553  0x00003a40 bbit1  0x00000009 , 0x000040ad 
- 00016554  0x00003a41 fetch  0x00000002 , 0x00004682 
- 00016555  0x00003a42 bbit1  0x00000000 , 0x000040b0 
- 00016556  0x00003a43 rtn 
- 00016557  0x00003a45 copy  0x00000011 , 0x0000003f 
- 00016558  0x00003a46 nbranch  0x00005820 , 0x00000034 
- 00016559  0x00003a47 branch  0x00005822 
- 00016560  0x00003a49 copy  0x00000011 , 0x0000003f 
- 00016561  0x00003a4a nbranch  0x00002bc7 , 0x00000034 
- 00016562  0x00003a4b branch  0x00002bc9 
- 00016563  0x00003a4f bpatch  0x000000e7 , 0x0000401c 
- 00016564  0x00003a50 arg  0x0000001a , 0x00000002 
- 00016565  0x00003a51 fetch  0x00000004 , 0x000046d3 
- 00016566  0x00003a52 isolate1  0x00000012 , 0x0000003f 
- 00016567  0x00003a53 call  0x000040be , 0x00000001 
- 00016568  0x00003a54 call  0x0000681d 
- 00016569  0x00003a55 rtn  0x00000001 
- 00016570  0x00003a56 setarg  0x0000000a 
- 00016571  0x00003a57 call  0x00006414 
- 00016572  0x00003a58 nop  0x000003e8 
- 00016573  0x00003a59 branch  0x000040b3 
- 00016574  0x00003a5b arg  0x0000001f , 0x00000002 
- 00016575  0x00003a5c rtn 
- 00016576  0x00003a5f fetch  0x00000004 , 0x000046d3 
- 00016577  0x00003a60 bbit1  0x00000012 , 0x000040c4 
- 00016578  0x00003a62 arg  0x0000001a , 0x00000002 
- 00016579  0x00003a63 branch  0x000067fe 
- 00016580  0x00003a65 arg  0x0000001f , 0x00000002 
- 00016581  0x00003a66 branch  0x000067fe 
- 00016582  0x00003a6a call  0x00003d36 
- 00016583  0x00003a6b rtn  0x0000002b 
- 00016584  0x00003a6c call  0x000040c0 
- 00016585  0x00003a6d fetch  0x00000001 , 0x000046e0 
- 00016586  0x00003a6e beq  0x00000005 , 0x000040d5 
- 00016587  0x00003a70 call  0x000040d9 
- 00016588  0x00003a71 beq  0x00000030 , 0x000040e0 
- 00016589  0x00003a72 beq  0x00000031 , 0x000040ea 
- 00016590  0x00003a73 call  0x000040d1 
- 00016591  0x00003a74 nop  0x000003e8 
- 00016592  0x00003a75 branch  0x000040cb 
- 00016593  0x00003a77 bpatch  0x000000e8 , 0x0000401d 
- 00016594  0x00003a78 fetch  0x00000004 , 0x000046d3 
- 00016595  0x00003a79 bbit1  0x00000012 , 0x000063e0 
- 00016596  0x00003a7a branch  0x000063d1 
- 00016597  0x00003a7d call  0x000040d9 
- 00016598  0x00003a7e beq  0x0000003e , 0x0000414b 
- 00016599  0x00003a7f call  0x00004145 
- 00016600  0x00003a80 branch  0x000040d5 
- 00016601  0x00003a83 setarg  0x00000001 
- 00016602  0x00003a84 call  0x00006414 
- 00016603  0x00003a85 store  0x00000001 , 0x000046de 
- 00016604  0x00003a86 setarg  0x00000000 
- 00016605  0x00003a87 call  0x00006414 
- 00016606  0x00003a88 store  0x00000001 , 0x000046dd 
- 00016607  0x00003a89 rtn 
- 00016608  0x00003a8b fetch  0x00000001 , 0x000046de 
- 00016609  0x00003a8c beq  0x000000d1 , 0x00004139 
- 00016610  0x00003a8d beq  0x000000d2 , 0x000040f8 
- 00016611  0x00003a8e beq  0x00000002 , 0x000040ee 
- 00016612  0x00003a8f beq  0x00000054 , 0x000040e6 
- 00016613  0x00003a90 rtn 
- 00016614  0x00003a92 jam  0x00000002 , 0x000046e0 
- 00016615  0x00003a93 rtn 
- 00016616  0x00003a95 jam  0x00000006 , 0x000046e0 
- 00016617  0x00003a96 rtn 
- 00016618  0x00003a98 fetch  0x00000001 , 0x000046de 
- 00016619  0x00003a99 beq  0x00000070 , 0x000040e8 
- 00016620  0x00003a9a jam  0x00000001 , 0x000046e0 
- 00016621  0x00003a9b rtn 
- 00016622  0x00003a9d jam  0x00000004 , 0x000046e0 
- 00016623  0x00003a9e call  0x000040f6 
- 00016624  0x00003a9f setarg  0x00003426 
- 00016625  0x00003aa0 call  0x00006413 
- 00016626  0x00003aa1 setarg  0x00000419 
- 00016627  0x00003aa2 call  0x00006413 
- 00016628  0x00003aa4 setarg  0x00000009 
- 00016629  0x00003aa5 branch  0x00006413 
- 00016630  0x00003aa7 setarg  0x00005a09 
- 00016631  0x00003aa8 branch  0x00006413 
- 00016632  0x00003aab jam  0x00000003 , 0x000046e0 
- 00016633  0x00003aac call  0x000040f6 
- 00016634  0x00003aad setarg  0x00000f0d 
- 00016635  0x00003aae call  0x00006413 
- 00016636  0x00003aaf setarg  0x0000e31d 
- 00016637  0x00003ab0 call  0x00006413 
- 00016638  0x00003ab1 setarg  0x0000d27d 
- 00016639  0x00003ab2 call  0x00006413 
- 00016640  0x00003ab3 call  0x00004102 
- 00016641  0x00003ab4 branch  0x0000411a 
- 00016642  0x00003ab7 setarg  0x0000351b 
- 00016643  0x00003ab8 call  0x00006413 
- 00016644  0x00003ab9 setarg  0x0000b428 
- 00016645  0x00003aba call  0x00006413 
- 00016646  0x00003abb setarg  0x00004629 
- 00016647  0x00003abc call  0x00006413 
- 00016648  0x00003abd setarg  0x0000962a 
- 00016649  0x00003abe call  0x00006413 
- 00016650  0x00003abf setarg  0x00008c2b 
- 00016651  0x00003ac0 call  0x00006413 
- 00016652  0x00003ac1 setarg  0x00006e2c 
- 00016653  0x00003ac2 call  0x00006413 
- 00016654  0x00003ac3 setarg  0x0000642d 
- 00016655  0x00003ac4 call  0x00006413 
- 00016656  0x00003ac5 setarg  0x00005f38 
- 00016657  0x00003ac6 call  0x00006413 
- 00016658  0x00003ac7 setarg  0x00000f39 
- 00016659  0x00003ac8 call  0x00006413 
- 00016660  0x00003ac9 setarg  0x0000323a 
- 00016661  0x00003aca call  0x00006413 
- 00016662  0x00003acb setarg  0x0000473b 
- 00016663  0x00003acc call  0x00006413 
- 00016664  0x00003acd setarg  0x00001042 
- 00016665  0x00003ace branch  0x00006413 
- 00016666  0x00003ad0 setarg  0x00002e54 
- 00016667  0x00003ad1 call  0x00006413 
- 00016668  0x00003ad2 setarg  0x0000f255 
- 00016669  0x00003ad3 call  0x00006413 
- 00016670  0x00003ad4 setarg  0x0000f461 
- 00016671  0x00003ad5 call  0x00006413 
- 00016672  0x00003ad6 setarg  0x00007063 
- 00016673  0x00003ad7 call  0x00006413 
- 00016674  0x00003ad8 setarg  0x00005275 
- 00016675  0x00003ad9 call  0x00006413 
- 00016676  0x00003ada setarg  0x00004176 
- 00016677  0x00003adb call  0x00006413 
- 00016678  0x00003adc setarg  0x0000ed77 
- 00016679  0x00003add call  0x00006413 
- 00016680  0x00003ade setarg  0x00002378 
- 00016681  0x00003adf call  0x00006413 
- 00016682  0x00003ae0 setarg  0x00004679 
- 00016683  0x00003ae1 call  0x00006413 
- 00016684  0x00003ae2 setarg  0x0000e57a 
- 00016685  0x00003ae3 call  0x00006413 
- 00016686  0x00003ae4 setarg  0x0000487c 
- 00016687  0x00003ae5 call  0x00006413 
- 00016688  0x00003ae6 setarg  0x0000777e 
- 00016689  0x00003ae7 call  0x00006413 
- 00016690  0x00003ae8 setarg  0x0000017f 
- 00016691  0x00003ae9 call  0x00006413 
- 00016692  0x00003aea setarg  0x0000000b 
- 00016693  0x00003aeb call  0x00006413 
- 00016694  0x00003aec setarg  0x0000007f 
- 00016695  0x00003aed call  0x00006413 
- 00016696  0x00003aee branch  0x000040f4 
- 00016697  0x00003af2 jam  0x00000000 , 0x000046e0 
- 00016698  0x00003af3 call  0x000040f6 
- 00016699  0x00003af4 setarg  0x0000100d 
- 00016700  0x00003af5 call  0x00006413 
- 00016701  0x00003af6 setarg  0x0000ed1d 
- 00016702  0x00003af7 call  0x00006413 
- 00016703  0x00003af8 setarg  0x0000807d 
- 00016704  0x00003af9 call  0x00006413 
- 00016705  0x00003afa call  0x00004102 
- 00016706  0x00003afb setarg  0x00000943 
- 00016707  0x00003afc call  0x00006413 
- 00016708  0x00003afd branch  0x0000411a 
- 00016709  0x00003b01 fetcht  0x00000001 , 0x000046dc 
- 00016710  0x00003b02 call  0x00006829 
- 00016711  0x00003b03 call  0x00007ec1 
- 00016712  0x00003b04 fetcht  0x00000001 , 0x000046dc 
- 00016713  0x00003b05 call  0x00006825 
- 00016714  0x00003b06 branch  0x00007ec1 
- 00016715  0x00003b09 jam  0x00000005 , 0x000046e0 
- 00016716  0x00003b0a setarg  0x0000ba41 
- 00016717  0x00003b0b call  0x00006405 
- 00016718  0x00003b0c setarg  0x00000d11 
- 00016719  0x00003b0d call  0x00006405 
- 00016720  0x00003b0e setarg  0x0000041b 
- 00016721  0x00003b0f call  0x00006405 
- 00016722  0x00003b10 setarg  0x0000041c 
- 00016723  0x00003b11 call  0x00006405 
- 00016724  0x00003b12 setarg  0x00000f1d 
- 00016725  0x00003b13 call  0x00006405 
- 00016726  0x00003b14 setarg  0x00000032 
- 00016727  0x00003b15 call  0x00006405 
- 00016728  0x00003b16 setarg  0x0000b541 
- 00016729  0x00003b17 branch  0x00006405 
- 00016730  0x00003b1c setarg  0x0000ba41 
- 00016731  0x00003b1d call  0x00006405 
- 00016732  0x00003b1e nop  0x00000fa0 
- 00016733  0x00003b1f setarg  0x0000ff7f 
- 00016734  0x00003b20 call  0x00006405 
- 00016735  0x00003b21 copy  0x00000011 , 0x0000003f 
- 00016736  0x00003b22 call  0x00006405 
- 00016737  0x00003b23 setarg  0x0000007f 
- 00016738  0x00003b24 call  0x00006405 
- 00016739  0x00003b25 setarg  0x0000b541 
- 00016740  0x00003b26 branch  0x00006405 
- 00016741  0x00003b29 rtnbit0  0x00000007 
- 00016742  0x00003b2a arg  0x0000ff00 , 0x00000002 
- 00016743  0x00003b2b ior  0x00000002 , 0x0000003f 
- 00016744  0x00003b2c rtn 
- 00016745  0x00003b2f rtnbit0  0x00000003 
- 00016746  0x00003b30 arg  0x000000f0 , 0x00000002 
- 00016747  0x00003b31 ior  0x00000002 , 0x0000003f 
- 00016748  0x00003b32 rtn 
- 00016749  0x00003b36 call  0x00005892 
- 00016750  0x00003b37 nrtn  0x00000034 
- 00016751  0x00003b38 fetch  0x00000001 , 0x000046c5 
- 00016752  0x00003b39 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00016753  0x00003b3a rtnne  0x00000003 
- 00016754  0x00003b3b fetch  0x00000004 , 0x000046d3 
- 00016755  0x00003b3c bbit1  0x00000003 , 0x00004179 
- 00016756  0x00003b3d bbit1  0x00000000 , 0x00004179 
- 00016757  0x00003b3e bbit1  0x00000005 , 0x00004179 
- 00016758  0x00003b3f call  0x00003f97 
- 00016759  0x00003b40 nrtn  0x00000028 
- 00016760  0x00003b41 branch  0x00003f90 
- 00016761  0x00003b44 setarg  0x00000000 
- 00016762  0x00003b45 store  0x00000007 , 0x0000469a 
- 00016763  0x00003b46 branch  0x00003f90 
- 00016764  0x00003b49 copy  0x00000013 , 0x0000003f 
- 00016765  0x00003b4a beq  0x00000014 , 0x000041c3 
- 00016766  0x00003b4b beq  0x00000001 , 0x000042ca 
- 00016767  0x00003b4c beq  0x00000015 , 0x000041d9 
- 00016768  0x00003b4d beq  0x00000002 , 0x000041d9 
- 00016769  0x00003b4e beq  0x00000005 , 0x000041d6 
- 00016770  0x00003b4f beq  0x00000010 , 0x0000426c 
- 00016771  0x00003b50 beq  0x00000012 , 0x0000429b 
- 00016772  0x00003b51 beq  0x00000006 , 0x000041d5 
- 00016773  0x00003b52 beq  0x00000004 , 0x000041cc 
- 00016774  0x00003b53 beq  0x00000013 , 0x000041cc 
- 00016775  0x00003b54 beq  0x0000000a , 0x000041ca 
- 00016776  0x00003b55 beq  0x0000002e , 0x000033cd 
- 00016777  0x00003b56 beq  0x00000031 , 0x000041b4 
- 00016778  0x00003b57 beq  0x00000032 , 0x000041b6 
- 00016779  0x00003b58 beq  0x0000003e , 0x00004191 
- 00016780  0x00003b59 beq  0x00000027 , 0x0000438e 
- 00016781  0x00003b5a beq  0x00000039 , 0x0000419c 
- 00016782  0x00003b5b beq  0x0000003a , 0x00004192 
- 00016783  0x00003b5c beq  0x0000003c , 0x0000419a 
- 00016784  0x00003b5d rtn 
- 00016785  0x00003b61 branch  0x00003410 
- 00016786  0x00003b64 jam  0x00000001 , 0x0000478b 
- 00016787  0x00003b65 fetch  0x00000001 , 0x0000471e 
- 00016788  0x00003b66 nbranch  0x00004492 , 0x00000034 
- 00016789  0x00003b67 fetch  0x00000001 , 0x00004720 
- 00016790  0x00003b68 fetcht  0x00000001 , 0x00004703 
- 00016791  0x00003b69 isub  0x00000002 , 0x0000003e 
- 00016792  0x00003b6a branch  0x0000340a , 0x00000005 
- 00016793  0x00003b6b rtn 
- 00016794  0x00003b6d jam  0x00000001 , 0x0000478b 
- 00016795  0x00003b6e rtn 
- 00016796  0x00003b70 jam  0x00000001 , 0x0000478b 
- 00016797  0x00003b71 arg  0x00000003 , 0x00000007 
- 00016798  0x00003b72 call  0x000043d2 
- 00016799  0x00003b73 setarg  0x00000000 
- 00016800  0x00003b74 store  0x00000002 , 0x00004707 
- 00016801  0x00003b75 jam  0x00000000 , 0x000046a7 
- 00016802  0x00003b77 fetch  0x00000001 , 0x000046e0 
- 00016803  0x00003b78 sub  0x0000003f , 0x00000005 , 0x0000003e 
- 00016804  0x00003b79 call  0x00004039 , 0x00000005 
- 00016805  0x00003b7a ncall  0x0000405d , 0x00000005 
- 00016806  0x00003b7c fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00016807  0x00003b7d bbit1  0x00000013 , 0x000041af 
- 00016808  0x00003b7e call  0x000041aa 
- 00016809  0x00003b7f branch  0x000065d1 
- 00016810  0x00003b82 call  0x00002c7a 
- 00016811  0x00003b83 add  0x00000013 , 0x000000ae , 0x00000011 
- 00016812  0x00003b84 arg  0x0000005b , 0x00000012 
- 00016813  0x00003b85 arg  0x00000004 , 0x00000002 
- 00016814  0x00003b86 rtn 
- 00016815  0x00003b89 call  0x00002c7a 
- 00016816  0x00003b8a add  0x00000013 , 0x000000ae , 0x00000012 
- 00016817  0x00003b8b ifetch  0x00000001 , 0x00000012 
- 00016818  0x00003b8c store  0x00000001 , 0x0000477b 
- 00016819  0x00003b8d branch  0x00004435 
- 00016820  0x00003b91 arg  0x00000002 , 0x00000007 
- 00016821  0x00003b92 branch  0x000041b9 
- 00016822  0x00003b94 jam  0x00000002 , 0x000046c6 
- 00016823  0x00003b95 arg  0x00000001 , 0x00000007 
- 00016824  0x00003b96 branch  0x000041b9 
- 00016825  0x00003b9a fetch  0x00000001 , 0x000046c5 
- 00016826  0x00003b9b qset1  0x0000003f 
- 00016827  0x00003b9c store  0x00000001 , 0x000046c5 
- 00016828  0x00003b9d rtn 
- 00016829  0x00003ba0 fetch  0x00000001 , 0x000046c5 
- 00016830  0x00003ba1 qset0  0x0000003f 
- 00016831  0x00003ba2 store  0x00000001 , 0x000046c5 
- 00016832  0x00003ba3 rtn 
- 00016833  0x00003ba5 jam  0x00000000 , 0x000046c5 
- 00016834  0x00003ba6 rtn 
- 00016835  0x00003ba9 fetch  0x00000002 , 0x0000420a 
- 00016836  0x00003baa set0  0x00000000 , 0x0000003f 
- 00016837  0x00003bab store  0x00000002 , 0x0000420a 
- 00016838  0x00003bac setarg  0x00000000 
- 00016839  0x00003bad store  0x00000002 , 0x000046ae 
- 00016840  0x00003bae call  0x00003f8d 
- 00016841  0x00003baf branch  0x000042ca 
- 00016842  0x00003bb2 call  0x000063cb 
- 00016843  0x00003bb3 branch  0x000033dd 
- 00016844  0x00003bb6 fetch  0x00000001 , 0x0000471e 
- 00016845  0x00003bb7 nbranch  0x00004492 , 0x00000034 
- 00016846  0x00003bb8 fetch  0x00000002 , 0x00004682 
- 00016847  0x00003bb9 bbit1  0x0000000c , 0x000042b0 
- 00016848  0x00003bba fetch  0x00000004 , 0x000046d3 
- 00016849  0x00003bbb bbit1  0x00000000 , 0x000041d7 
- 00016850  0x00003bbc bbit1  0x00000005 , 0x000042b0 
- 00016851  0x00003bbd bbit1  0x00000003 , 0x00002ead 
- 00016852  0x00003bbe branch  0x000033a7 
- 00016853  0x00003bc2 branch  0x00003f74 
- 00016854  0x00003bc5 rtn 
- 00016855  0x00003bc8 call  0x000043c0 
- 00016856  0x00003bc9 branch  0x0000659a 
- 00016857  0x00003bcc bpatch  0x000000e9 , 0x0000401d 
- 00016858  0x00003bcd call  0x000041e7 
- 00016859  0x00003bce fetch  0x00000004 , 0x000046d3 
- 00016860  0x00003bcf bbit1  0x00000000 , 0x000041d7 
- 00016861  0x00003bd0 bbit1  0x00000003 , 0x00002ead 
- 00016862  0x00003bd1 fetch  0x00000001 , 0x0000471e 
- 00016863  0x00003bd2 nbranch  0x00004492 , 0x00000034 
- 00016864  0x00003bd3 fetch  0x00000002 , 0x00004208 
- 00016865  0x00003bd4 bbit1  0x00000007 , 0x000041f5 
- 00016866  0x00003bd5 bbit1  0x00000000 , 0x000033a9 
- 00016867  0x00003bd6 bbit1  0x00000001 , 0x000041ef 
- 00016868  0x00003bd7 bbit1  0x00000002 , 0x000041f2 
- 00016869  0x00003bd8 bbit1  0x00000003 , 0x000041f2 
- 00016870  0x00003bd9 branch  0x000042b0 
- 00016871  0x00003bdb setarg  0x00000000 
- 00016872  0x00003bdc store  0x00000008 , 0x000046b7 
- 00016873  0x00003bdd istore  0x00000004 , 0x00000005 
- 00016874  0x00003bde jam  0x00000000 , 0x000046b4 
- 00016875  0x00003bdf jam  0x00000000 , 0x000046a7 
- 00016876  0x00003be0 jam  0x00000000 , 0x000041e2 
- 00016877  0x00003be1 jam  0x00000000 , 0x00004429 
- 00016878  0x00003be2 rtn 
- 00016879  0x00003be5 bbit1  0x00000005 , 0x000041f2 
- 00016880  0x00003be6 bbit1  0x00000003 , 0x000041f2 
- 00016881  0x00003be7 branch  0x000042b0 
- 00016882  0x00003be9 fetch  0x00000002 , 0x00004682 
- 00016883  0x00003bea bbit1  0x0000000c , 0x000042b0 
- 00016884  0x00003beb branch  0x000033a7 
- 00016885  0x00003bee call  0x000041c1 
- 00016886  0x00003bef fetch  0x00000002 , 0x00004208 
- 00016887  0x00003bf0 bbit1  0x00000000 , 0x000033a9 
- 00016888  0x00003bf1 branch  0x000033a7 
- 00016889  0x00003bf4 call  0x000043d6 
- 00016890  0x00003bf5 call  0x00004243 
- 00016891  0x00003bf6 call  0x00004246 
- 00016892  0x00003bf7 call  0x00004250 
- 00016893  0x00003bf8 call  0x0000445d 
- 00016894  0x00003bfa call  0x00004443 
- 00016895  0x00003bfb call  0x00004333 
- 00016896  0x00003bfc call  0x000043a5 
- 00016897  0x00003bfd call  0x000043eb 
- 00016898  0x00003bfe call  0x00004209 
- 00016899  0x00003bff call  0x00004231 
- 00016900  0x00003c00 call  0x00004234 
- 00016901  0x00003c01 call  0x00004237 
- 00016902  0x00003c02 call  0x0000423a 
- 00016903  0x00003c03 call  0x0000423d 
- 00016904  0x00003c04 branch  0x00004240 
- 00016905  0x00003c09 fetch  0x00000001 , 0x00004711 
- 00016906  0x00003c0a rtn  0x00000034 
- 00016907  0x00003c0b increase  0xffffffff , 0x0000003f 
- 00016908  0x00003c0c store  0x00000001 , 0x00004711 
- 00016909  0x00003c0d nrtn  0x00000034 
- 00016910  0x00003c0e branch  0x0000420f 
- 00016911  0x00003c10 fetch  0x00000001 , 0x00004712 
- 00016912  0x00003c11 rtneq  0x00000000 
- 00016913  0x00003c12 beq  0x00000005 , 0x00004216 
- 00016914  0x00003c14 call  0x00004225 
- 00016915  0x00003c15 jam  0x00000005 , 0x00004712 
- 00016916  0x00003c16 jam  0x00000005 , 0x00004711 
- 00016917  0x00003c17 rtn 
- 00016918  0x00003c19 call  0x0000422c 
- 00016919  0x00003c1a jam  0x00000004 , 0x00004712 
- 00016920  0x00003c1b jam  0x00000005 , 0x00004711 
- 00016921  0x00003c1c rtn 
- 00016922  0x00003c20 setarg  0x00008006 
- 00016923  0x00003c21 call  0x00006413 
- 00016924  0x00003c22 nop  0x000003e8 
- 00016925  0x00003c23 jam  0x00000000 , 0x00004711 
- 00016926  0x00003c24 jam  0x00000000 , 0x00004712 
- 00016927  0x00003c25 branch  0x000040e0 
- 00016928  0x00003c28 setarg  0x0000a006 
- 00016929  0x00003c29 call  0x00006413 
- 00016930  0x00003c2a setarg  0x0000a005 
- 00016931  0x00003c2b branch  0x00006413 
- 00016932  0x00003c2d jam  0x00000000 , 0x00004711 
- 00016933  0x00003c2f fetch  0x00000001 , 0x000046e0 
- 00016934  0x00003c30 beq  0x00000004 , 0x00004220 
- 00016935  0x00003c31 setarg  0x00000106 
- 00016936  0x00003c32 call  0x00006413 
- 00016937  0x00003c33 setarg  0x0000a105 
- 00016938  0x00003c34 branch  0x00006413 
- 00016939  0x00003c37 jam  0x00000000 , 0x00004711 
- 00016940  0x00003c39 setarg  0x00000906 
- 00016941  0x00003c3a branch  0x00006413 
- 00016942  0x00003c3c jam  0x00000005 , 0x00004711 
- 00016943  0x00003c3d jam  0x00000001 , 0x00004712 
- 00016944  0x00003c3e rtn 
- 00016945  0x00003c41 arg  0x00004680 , 0x00000013 
- 00016946  0x00003c42 arg  0x0000429b , 0x00000012 
- 00016947  0x00003c43 branch  0x0000336d 
- 00016948  0x00003c46 arg  0x000046ac , 0x00000013 
- 00016949  0x00003c47 arg  0x00004264 , 0x00000012 
- 00016950  0x00003c48 branch  0x00003374 
- 00016951  0x00003c4b arg  0x000046ae , 0x00000013 
- 00016952  0x00003c4c arg  0x00004266 , 0x00000012 
- 00016953  0x00003c4d branch  0x00003374 
- 00016954  0x00003c50 arg  0x000046b0 , 0x00000013 
- 00016955  0x00003c51 arg  0x0000426a , 0x00000012 
- 00016956  0x00003c52 branch  0x00003374 
- 00016957  0x00003c55 arg  0x000046c4 , 0x00000013 
- 00016958  0x00003c56 arg  0x00004478 , 0x00000012 
- 00016959  0x00003c57 branch  0x0000336d 
- 00016960  0x00003c5c arg  0x000046c6 , 0x00000013 
- 00016961  0x00003c5d arg  0x0000425e , 0x00000012 
- 00016962  0x00003c5e branch  0x0000336d 
- 00016963  0x00003c61 arg  0x00004704 , 0x00000013 
- 00016964  0x00003c62 arg  0x00004249 , 0x00000012 
- 00016965  0x00003c63 branch  0x0000336d 
- 00016966  0x00003c66 arg  0x00004707 , 0x00000013 
- 00016967  0x00003c67 arg  0x00004249 , 0x00000012 
- 00016968  0x00003c68 branch  0x00003374 
- 00016969  0x00003c6b rtn 
- 00016970  0x00003c6f fetch  0x00000004 , 0x000046d3 
- 00016971  0x00003c70 rtnbit0  0x00000017 
- 00016972  0x00003c71 jam  0x0000000a , 0x000046df 
- 00016973  0x00003c72 fetch  0x00000001 , 0x000046f4 
- 00016974  0x00003c73 store  0x00000001 , 0x00004715 
- 00016975  0x00003c74 rtn 
- 00016976  0x00003c78 arg  0x000046df , 0x00000013 
- 00016977  0x00003c79 arg  0x00004253 , 0x00000012 
- 00016978  0x00003c7a branch  0x0000336d 
- 00016979  0x00003c7c fetch  0x00000001 , 0x000046f4 
- 00016980  0x00003c7d store  0x00000001 , 0x00004715 
- 00016981  0x00003c7e setarg  0x00000190 
- 00016982  0x00003c7f store  0x00000002 , 0x00004716 
- 00016983  0x00003c80 store  0x00000002 , 0x00004718 
- 00016984  0x00003c81 arg  0x00000000 , 0x00000011 
- 00016985  0x00003c82 fetcht  0x00000001 , 0x0000477a 
- 00016986  0x00003c83 increase  0x00000001 , 0x00000002 
- 00016987  0x00003c84 storet  0x00000001 , 0x00004714 
- 00016988  0x00003c85 jam  0x00000001 , 0x00004713 
- 00016989  0x00003c86 rtn 
- 00016990  0x00003c89 fetch  0x00000001 , 0x000046c5 
- 00016991  0x00003c8a rtnbit1  0x00000002 
- 00016992  0x00003c8b jam  0x00000012 , 0x00000a99 
- 00016993  0x00003c8c call  0x00007d8f 
- 00016994  0x00003c8d arg  0x00000000 , 0x00000007 
- 00016995  0x00003c8e branch  0x000041b9 
- 00016996  0x00003c92 call  0x000042ca 
- 00016997  0x00003c93 branch  0x0000340a 
- 00016998  0x00003c96 call  0x000033f6 
- 00016999  0x00003c97 fetch  0x00000001 , 0x0000471e 
- 00017000  0x00003c98 nbranch  0x00004492 , 0x00000034 
- 00017001  0x00003c99 branch  0x0000340a 
- 00017002  0x00003c9c bmark1  0x00000026 , 0x00007e1d 
- 00017003  0x00003c9d branch  0x00004386 
- 00017004  0x00003ca2 bpatch  0x000000ea , 0x0000401d 
- 00017005  0x00003ca3 jam  0x00000000 , 0x000046b4 
- 00017006  0x00003ca4 call  0x00004386 
- 00017007  0x00003ca5 call  0x000041c1 
- 00017008  0x00003ca6 branch  0x000042b0 
- 00017009  0x00003cab fetch  0x00000006 , 0x000041d0 
- 00017010  0x00003cac branch  0x000033eb , 0x00000034 
- 00017011  0x00003cad call  0x0000427e 
- 00017012  0x00003cae jam  0x00000017 , 0x0000016d 
- 00017013  0x00003caf fetch  0x00000001 , 0x0000465a 
- 00017014  0x00003cb0 nbranch  0x000033e1 , 0x00000034 
- 00017015  0x00003cb1 jam  0x00000004 , 0x0000016d 
- 00017016  0x00003cb2 branch  0x000033e1 
- 00017017  0x00003cb5 fetch  0x00000002 , 0x000046a8 
- 00017018  0x00003cb6 store  0x00000002 , 0x000046ae 
- 00017019  0x00003cb7 call  0x0000427e 
- 00017020  0x00003cb8 call  0x00003418 
- 00017021  0x00003cb9 branch  0x00007df4 
- 00017022  0x00003cbc setarg  0x000000c8 
- 00017023  0x00003cbd store  0x00000002 , 0x00004716 
- 00017024  0x00003cbe store  0x00000002 , 0x00004718 
- 00017025  0x00003cbf branch  0x00004285 
- 00017026  0x00003cc2 setarg  0x000003e8 
- 00017027  0x00003cc3 store  0x00000002 , 0x00004716 
- 00017028  0x00003cc4 store  0x00000002 , 0x00004718 
- 00017029  0x00003cc6 fetch  0x00000001 , 0x00004720 
- 00017030  0x00003cc7 beq  0x00000001 , 0x0000428a 
- 00017031  0x00003cc8 beq  0x00000002 , 0x0000428c 
- 00017032  0x00003cc9 beq  0x00000003 , 0x0000428e 
- 00017033  0x00003cca rtn 
- 00017034  0x00003ccc fetch  0x00000001 , 0x000046f0 
- 00017035  0x00003ccd branch  0x0000428f 
- 00017036  0x00003ccf fetch  0x00000001 , 0x000046f1 
- 00017037  0x00003cd0 branch  0x0000428f 
- 00017038  0x00003cd2 fetch  0x00000001 , 0x000046f2 
- 00017039  0x00003cd4 store  0x00000001 , 0x00000aa2 
- 00017040  0x00003cd5 call  0x00004482 
- 00017041  0x00003cd6 fetch  0x00000001 , 0x00000aa2 
- 00017042  0x00003cd7 store  0x00000001 , 0x00004715 
- 00017043  0x00003cd8 arg  0x00000000 , 0x00000011 
- 00017044  0x00003cd9 jam  0x00000001 , 0x00004713 
- 00017045  0x00003cda branch  0x00007d1e 
- 00017046  0x00003cdd arg  0x00000000 , 0x00000011 
- 00017047  0x00003cde branch  0x00007d19 
- 00017048  0x00003ce0 arg  0x00000000 , 0x00000011 
- 00017049  0x00003ce1 branch  0x00007d14 
- 00017050  0x00003ce4 branch  0x000041c1 
- 00017051  0x00003ce7 jam  0x00000001 , 0x000041e2 
- 00017052  0x00003ce8 call  0x00003416 
- 00017053  0x00003ce9 call  0x00003412 
- 00017054  0x00003cea setarg  0x00000000 
- 00017055  0x00003ceb store  0x00000002 , 0x0000467e 
- 00017056  0x00003cec store  0x00000001 , 0x00004680 
- 00017057  0x00003ced branch  0x0000340e 
- 00017058  0x00003cf0 call  0x0000435f 
- 00017059  0x00003cf1 fetch  0x00000001 , 0x00004720 
- 00017060  0x00003cf2 fetcht  0x00000001 , 0x00004703 
- 00017061  0x00003cf3 isub  0x00000002 , 0x0000003e 
- 00017062  0x00003cf4 branch  0x000042ab , 0x00000005 
- 00017063  0x00003cf5 fetch  0x00000001 , 0x00004210 
- 00017064  0x00003cf6 beq  0x00000033 , 0x00004271 
- 00017065  0x00003cf7 beq  0x00000034 , 0x00004279 
- 00017066  0x00003cf8 branch  0x000042b0 
- 00017067  0x00003cfa call  0x00003d57 
- 00017068  0x00003cfb rtnmark1  0x00000026 
- 00017069  0x00003cfc fetch  0x00000001 , 0x0000471e 
- 00017070  0x00003cfd nbranch  0x00004492 , 0x00000034 
- 00017071  0x00003cfe rtn 
- 00017072  0x00003d01 bpatch  0x000000eb , 0x0000401d 
- 00017073  0x00003d02 fetch  0x00000002 , 0x00004682 
- 00017074  0x00003d03 bbit1  0x0000000b , 0x000042b7 
- 00017075  0x00003d04 fetch  0x00000004 , 0x000046d3 
- 00017076  0x00003d05 bbit0  0x00000018 , 0x000042b7 
- 00017077  0x00003d06 random  0x0000003f 
- 00017078  0x00003d07 store  0x00000001 , 0x000044a1 
- 00017079  0x00003d09 call  0x00003418 
- 00017080  0x00003d0a fetch  0x00000002 , 0x00004687 
- 00017081  0x00003d0b store  0x00000002 , 0x000046ac 
- 00017082  0x00003d0c jam  0x00000006 , 0x0000016d 
- 00017083  0x00003d0d setarg  0x00000000 
- 00017084  0x00003d0e store  0x00000002 , 0x000046b0 
- 00017085  0x00003d0f store  0x00000002 , 0x000046ae 
- 00017086  0x00003d10 arg  0x00000007 , 0x00000007 
- 00017087  0x00003d11 call  0x000043ce 
- 00017088  0x00003d12 call  0x000043ca 
- 00017089  0x00003d13 fetch  0x00000001 , 0x00004092 
- 00017090  0x00003d14 isolate1  0x00000001 , 0x0000003f 
- 00017091  0x00003d15 call  0x00007df4 , 0x00000001 
- 00017092  0x00003d16 fetch  0x00000001 , 0x00004092 
- 00017093  0x00003d17 isolate1  0x00000000 , 0x0000003f 
- 00017094  0x00003d18 call  0x00007ddd , 0x00000001 
- 00017095  0x00003d19 fetch  0x00000004 , 0x000046d3 
- 00017096  0x00003d1a bbit1  0x0000001c , 0x0000422e 
- 00017097  0x00003d1b branch  0x00004282 
- 00017098  0x00003d1e bpatch  0x000000ec , 0x0000401d 
- 00017099  0x00003d1f fetch  0x00000001 , 0x00004092 
- 00017100  0x00003d20 isolate1  0x00000001 , 0x0000003f 
- 00017101  0x00003d21 call  0x000042d4 , 0x00000001 
- 00017102  0x00003d22 fetch  0x00000001 , 0x00004092 
- 00017103  0x00003d23 isolate1  0x00000000 , 0x0000003f 
- 00017104  0x00003d24 call  0x000042d7 , 0x00000001 
- 00017105  0x00003d25 fetch  0x00000004 , 0x000046d3 
- 00017106  0x00003d26 bbit1  0x0000001c , 0x0000421a 
- 00017107  0x00003d27 branch  0x00004482 
- 00017108  0x00003d29 setarg  0x00000000 
- 00017109  0x00003d2a store  0x00000002 , 0x000046ae 
- 00017110  0x00003d2b branch  0x00007dfa 
- 00017111  0x00003d2d setarg  0x00000000 
- 00017112  0x00003d2e store  0x00000002 , 0x000046ac 
- 00017113  0x00003d2f branch  0x00007de2 
- 00017114  0x00003d36 fetch  0x00000004 , 0x000046d3 
- 00017115  0x00003d37 rtnbit0  0x00000007 
- 00017116  0x00003d38 arg  0x00000007 , 0x00000007 
- 00017117  0x00003d39 call  0x000043d2 
- 00017118  0x00003d3a call  0x000042e8 
- 00017119  0x00003d3c call  0x000042fb 
- 00017120  0x00003d3d fetch  0x00000004 , 0x000046d3 
- 00017121  0x00003d3e bbit1  0x00000013 , 0x00004435 
- 00017122  0x00003d3f bbit1  0x00000014 , 0x000042e4 
- 00017123  0x00003d40 rtn 
- 00017124  0x00003d42 arg  0x00000058 , 0x00000002 
- 00017125  0x00003d43 arg  0x00004720 , 0x00000011 
- 00017126  0x00003d44 arg  0x00000000 , 0x00000012 
- 00017127  0x00003d45 branch  0x000065d1 
- 00017128  0x00003d48 fetch  0x00000001 , 0x00000185 
- 00017129  0x00003d49 beq  0x00000034 , 0x000042ec 
- 00017130  0x00003d4a beq  0x00000033 , 0x000042ef 
- 00017131  0x00003d4b rtn 
- 00017132  0x00003d4d store  0x00000001 , 0x000046c7 
- 00017133  0x00003d4e fetch  0x00000006 , 0x0000044f 
- 00017134  0x00003d4f branch  0x000042f1 
- 00017135  0x00003d51 store  0x00000001 , 0x000046c7 
- 00017136  0x00003d52 fetch  0x00000006 , 0x00000040 
- 00017137  0x00003d54 store  0x00000006 , 0x000046c8 
- 00017138  0x00003d55 fetch  0x00000007 , 0x000046c7 
- 00017139  0x00003d56 arg  0x00004721 , 0x00000006 
- 00017140  0x00003d57 arg  0x00000003 , 0x00000039 
- 00017141  0x00003d59 ifetcht  0x00000007 , 0x00000006 
- 00017142  0x00003d5a isub  0x00000002 , 0x0000003e 
- 00017143  0x00003d5b branch  0x00004310 , 0x00000005 
- 00017144  0x00003d5c increase  0x00000016 , 0x00000006 
- 00017145  0x00003d5d loop  0x000042f5 
- 00017146  0x00003d5e rtn 
- 00017147  0x00003d60 arg  0x00004721 , 0x00000011 
- 00017148  0x00003d61 fetch  0x00000001 , 0x00004720 
- 00017149  0x00003d62 increase  0xffffffff , 0x0000003f 
- 00017150  0x00003d63 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00017151  0x00003d64 iadd  0x00000011 , 0x00000011 
- 00017152  0x00003d65 fetch  0x00000001 , 0x00000185 
- 00017153  0x00003d66 istore  0x00000001 , 0x00000011 
- 00017154  0x00003d67 beq  0x00000034 , 0x00004305 
- 00017155  0x00003d68 beq  0x00000033 , 0x0000430c 
- 00017156  0x00003d69 rtn 
- 00017157  0x00003d6c fetch  0x00000006 , 0x0000044f 
- 00017158  0x00003d6d istore  0x00000006 , 0x00000005 
- 00017159  0x00003d6e arg  0x00004419 , 0x00000006 
- 00017160  0x00003d6f call  0x00007ebf 
- 00017161  0x00003d70 fetch  0x00000006 , 0x000044a0 
- 00017162  0x00003d71 istore  0x00000006 , 0x00000005 
- 00017163  0x00003d72 rtn 
- 00017164  0x00003d74 fetch  0x00000006 , 0x00000040 
- 00017165  0x00003d75 istore  0x00000006 , 0x00000005 
- 00017166  0x00003d76 arg  0x000041be , 0x00000006 
- 00017167  0x00003d77 branch  0x00007ebf 
- 00017168  0x00003d7a increase  0xfffffffa , 0x00000006 
- 00017169  0x00003d7b copy  0x00000006 , 0x00000005 
- 00017170  0x00003d7c fetcht  0x00000006 , 0x000046c8 
- 00017171  0x00003d7d increase  0x00000003 , 0x00000002 
- 00017172  0x00003d7e istoret  0x00000006 , 0x00000005 
- 00017173  0x00003d7f rtn 
- 00017174  0x00003d84 arg  0x00000058 , 0x00000002 
- 00017175  0x00003d85 arg  0x00004720 , 0x00000011 
- 00017176  0x00003d86 arg  0x00000000 , 0x00000012 
- 00017177  0x00003d87 call  0x000065df 
- 00017178  0x00003d89 arg  0x00004721 , 0x00000011 
- 00017179  0x00003d8a fetch  0x00000001 , 0x00004720 
- 00017180  0x00003d8b fetcht  0x00000001 , 0x00004703 
- 00017181  0x00003d8c isub  0x00000002 , 0x0000003e 
- 00017182  0x00003d8d rtn  0x00000005 
- 00017183  0x00003d8e increase  0xffffffff , 0x0000003f 
- 00017184  0x00003d8f mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00017185  0x00003d90 iadd  0x00000011 , 0x00000011 
- 00017186  0x00003d91 ifetch  0x00000001 , 0x00000011 
- 00017187  0x00003d92 store  0x00000001 , 0x00004210 
- 00017188  0x00003d93 beq  0x00000033 , 0x00004327 
- 00017189  0x00003d94 beq  0x00000034 , 0x0000432c 
- 00017190  0x00003d95 rtn 
- 00017191  0x00003d98 ifetch  0x00000006 , 0x00000006 
- 00017192  0x00003d9a store  0x00000006 , 0x000041d0 
- 00017193  0x00003d9b arg  0x000041be , 0x00000005 
- 00017194  0x00003d9c call  0x00007ebf 
- 00017195  0x00003d9d branch  0x000067d7 
- 00017196  0x00003da0 ifetch  0x00000006 , 0x00000006 
- 00017197  0x00003da2 store  0x00000006 , 0x000041d0 
- 00017198  0x00003da3 arg  0x00004419 , 0x00000005 
- 00017199  0x00003da4 call  0x00007ebf 
- 00017200  0x00003da5 ifetch  0x00000006 , 0x00000006 
- 00017201  0x00003da6 store  0x00000006 , 0x000044a0 
- 00017202  0x00003da7 rtn 
- 00017203  0x00003dab fetch  0x00000001 , 0x000046f5 
- 00017204  0x00003dac bbit1  0x00000005 , 0x00004349 
- 00017205  0x00003dad bbit1  0x00000006 , 0x00004359 
- 00017206  0x00003dae branch  0x00004337 
- 00017207  0x00003db1 call  0x00004083 
- 00017208  0x00003db2 beq  0x00000006 , 0x0000433e 
- 00017209  0x00003db4 jam  0x0000001e , 0x000046d8 
- 00017210  0x00003db5 fetch  0x00000001 , 0x000046d9 
- 00017211  0x00003db6 rtneq  0x00000001 
- 00017212  0x00003db7 jam  0x00000001 , 0x000046d9 
- 00017213  0x00003db8 rtn 
- 00017214  0x00003dbb call  0x00004343 
- 00017215  0x00003dbc fetch  0x00000001 , 0x000046d9 
- 00017216  0x00003dbd rtneq  0x00000000 
- 00017217  0x00003dbe jam  0x00000000 , 0x000046d9 
- 00017218  0x00003dbf branch  0x000043c0 
- 00017219  0x00003dc2 fetch  0x00000001 , 0x000046d8 
- 00017220  0x00003dc3 rtn  0x00000034 
- 00017221  0x00003dc4 pincrease  0xffffffff 
- 00017222  0x00003dc5 store  0x00000001 , 0x000046d8 
- 00017223  0x00003dc6 nrtn  0x00000034 
- 00017224  0x00003dc7 branch  0x00004370 
- 00017225  0x00003dca fetch  0x00000001 , 0x000046ed 
- 00017226  0x00003dcb rtneq  0x000000ff 
- 00017227  0x00003dcc fetcht  0x00000001 , 0x000046ed 
- 00017228  0x00003dcd call  0x0000681d 
- 00017229  0x00003dce branch  0x00004354 , 0x00000001 
- 00017230  0x00003dd0 fetch  0x00000001 , 0x000046d9 
- 00017231  0x00003dd1 rtneq  0x00000001 
- 00017232  0x00003dd2 jam  0x00000001 , 0x000046d9 
- 00017233  0x00003dd3 fetch  0x00000004 , 0x000046d3 
- 00017234  0x00003dd4 rtnbit1  0x00000006 
- 00017235  0x00003dd5 branch  0x00004370 
- 00017236  0x00003dd8 fetch  0x00000001 , 0x000046d9 
- 00017237  0x00003dd9 rtneq  0x00000000 
- 00017238  0x00003dda jam  0x00000000 , 0x000046d9 
- 00017239  0x00003ddb arg  0x00000006 , 0x00000007 
- 00017240  0x00003ddc branch  0x000043d2 
- 00017241  0x00003de1 fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00017242  0x00003de2 rtnbit0  0x00000006 
- 00017243  0x00003de3 fetch  0x00000001 , 0x00004720 
- 00017244  0x00003de4 beq  0x00000001 , 0x00004369 
- 00017245  0x00003de5 beq  0x00000002 , 0x0000436c 
- 00017246  0x00003de6 rtn 
- 00017247  0x00003de8 fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00017248  0x00003de9 rtnbit0  0x00000006 
- 00017249  0x00003dea fetcht  0x00000001 , 0x000046ed 
- 00017250  0x00003deb call  0x0000681d 
- 00017251  0x00003dec branch  0x00004366 , 0x00000001 
- 00017252  0x00003dee jam  0x00000001 , 0x00004720 
- 00017253  0x00003def rtn 
- 00017254  0x00003df1 fetch  0x00000001 , 0x00004703 
- 00017255  0x00003df2 store  0x00000001 , 0x00004720 
- 00017256  0x00003df3 rtn 
- 00017257  0x00003df5 fetcht  0x00000001 , 0x000046ed 
- 00017258  0x00003df6 nbranch  0x00004370 , 0x00000001 
- 00017259  0x00003df7 rtn 
- 00017260  0x00003df9 fetcht  0x00000001 , 0x000046ed 
- 00017261  0x00003dfa call  0x0000681d 
- 00017262  0x00003dfb branch  0x00004354 , 0x00000001 
- 00017263  0x00003dfc rtn 
- 00017264  0x00003e02 fetcht  0x00000001 , 0x00004720 
- 00017265  0x00003e03 increase  0x00000001 , 0x00000002 
- 00017266  0x00003e04 fetch  0x00000001 , 0x000046d2 
- 00017267  0x00003e05 isub  0x00000002 , 0x0000003e 
- 00017268  0x00003e06 ncall  0x000043cc , 0x00000002 
- 00017269  0x00003e07 storet  0x00000001 , 0x00004720 
- 00017270  0x00003e08 jam  0x00000000 , 0x000041bd 
- 00017271  0x00003e09 call  0x0000437a 
- 00017272  0x00003e0a call  0x000043c0 
- 00017273  0x00003e0c branch  0x0000437e 
- 00017274  0x00003e0f arg  0x00000001 , 0x00000002 
- 00017275  0x00003e10 arg  0x00004720 , 0x00000011 
- 00017276  0x00003e11 arg  0x00000000 , 0x00000012 
- 00017277  0x00003e12 branch  0x00006606 
- 00017278  0x00003e15 call  0x00004381 
- 00017279  0x00003e16 call  0x000043c2 
- 00017280  0x00003e17 branch  0x000041d7 
- 00017281  0x00003e19 fetch  0x00000002 , 0x00004682 
- 00017282  0x00003e1a bbit1  0x00000007 , 0x00004392 
- 00017283  0x00003e1b bbit1  0x00000009 , 0x00003402 
- 00017284  0x00003e1c bbit1  0x00000000 , 0x000033e9 
- 00017285  0x00003e1d branch  0x000042ca 
- 00017286  0x00003e20 bpatch  0x000000ed , 0x0000401d 
- 00017287  0x00003e21 setarg  0x00000000 
- 00017288  0x00003e22 store  0x00000002 , 0x000046b0 
- 00017289  0x00003e23 fetch  0x00000002 , 0x00004682 
- 00017290  0x00003e24 bbit1  0x00000009 , 0x00003402 
- 00017291  0x00003e25 fetch  0x00000002 , 0x00004682 
- 00017292  0x00003e26 bbit1  0x00000000 , 0x000033e9 
- 00017293  0x00003e27 rtn 
- 00017294  0x00003e2a setarg  0x00000001 
- 00017295  0x00003e2b store  0x00000006 , 0x00000040 
- 00017296  0x00003e2c jam  0x00000033 , 0x00000185 
- 00017297  0x00003e2d branch  0x000042df 
- 00017298  0x00003e31 call  0x000043c4 
- 00017299  0x00003e32 branch  0x00007e2f 
- 00017300  0x00003e35 fetch  0x00000001 , 0x000046ec 
- 00017301  0x00003e36 rtneq  0x000000ff 
- 00017302  0x00003e37 fetcht  0x00000001 , 0x000046ec 
- 00017303  0x00003e38 call  0x0000681d 
- 00017304  0x00003e39 branch  0x0000439f , 0x00000001 
- 00017305  0x00003e3b fetch  0x00000001 , 0x00004685 
- 00017306  0x00003e3c store  0x00000001 , 0x000046da 
- 00017307  0x00003e3d fetch  0x00000001 , 0x000046db 
- 00017308  0x00003e3e rtneq  0x00000001 
- 00017309  0x00003e3f jam  0x00000001 , 0x000046db 
- 00017310  0x00003e40 branch  0x000043ca 
- 00017311  0x00003e42 call  0x000043b5 
- 00017312  0x00003e43 fetch  0x00000001 , 0x000046db 
- 00017313  0x00003e44 rtneq  0x00000000 
- 00017314  0x00003e45 jam  0x00000000 , 0x000046db 
- 00017315  0x00003e46 call  0x00007e2f 
- 00017316  0x00003e47 branch  0x000043c8 
- 00017317  0x00003e4b fetch  0x00000001 , 0x000046f5 
- 00017318  0x00003e4c bbit1  0x00000004 , 0x00004394 
- 00017319  0x00003e4e call  0x00004083 
- 00017320  0x00003e4f beq  0x00000007 , 0x000043af 
- 00017321  0x00003e51 fetch  0x00000001 , 0x00004685 
- 00017322  0x00003e52 store  0x00000001 , 0x000046da 
- 00017323  0x00003e53 fetch  0x00000001 , 0x000046db 
- 00017324  0x00003e54 rtneq  0x00000001 
- 00017325  0x00003e55 jam  0x00000001 , 0x000046db 
- 00017326  0x00003e56 branch  0x000043ca 
- 00017327  0x00003e5a call  0x000043b5 
- 00017328  0x00003e5b fetch  0x00000001 , 0x000046db 
- 00017329  0x00003e5c rtneq  0x00000000 
- 00017330  0x00003e5d jam  0x00000000 , 0x000046db 
- 00017331  0x00003e5e call  0x00007e2f 
- 00017332  0x00003e5f branch  0x000043c8 
- 00017333  0x00003e62 arg  0x000046da , 0x00000013 
- 00017334  0x00003e63 arg  0x000043b8 , 0x00000012 
- 00017335  0x00003e64 branch  0x0000336d 
- 00017336  0x00003e67 arg  0x00000006 , 0x00000007 
- 00017337  0x00003e68 call  0x000043ce 
- 00017338  0x00003e69 call  0x00003357 
- 00017339  0x00003e6a branch  0x0000426c 
- 00017340  0x00003e6e arg  0x00000001 , 0x00000007 
- 00017341  0x00003e6f branch  0x000043ce 
- 00017342  0x00003e71 arg  0x00000001 , 0x00000007 
- 00017343  0x00003e72 branch  0x000043d2 
- 00017344  0x00003e74 arg  0x00000000 , 0x00000007 
- 00017345  0x00003e75 branch  0x000043ce 
- 00017346  0x00003e77 arg  0x00000000 , 0x00000007 
- 00017347  0x00003e78 branch  0x000043d2 
- 00017348  0x00003e7a arg  0x00000002 , 0x00000007 
- 00017349  0x00003e7b branch  0x000043ce 
- 00017350  0x00003e7d arg  0x00000002 , 0x00000007 
- 00017351  0x00003e7e branch  0x000043d2 
- 00017352  0x00003e80 arg  0x00000005 , 0x00000007 
- 00017353  0x00003e81 branch  0x000043ce 
- 00017354  0x00003e83 arg  0x00000005 , 0x00000007 
- 00017355  0x00003e84 branch  0x000043d2 
- 00017356  0x00003e89 arg  0x00000001 , 0x00000002 
- 00017357  0x00003e8a rtn 
- 00017358  0x00003e8d fetch  0x00000004 , 0x000046d3 
- 00017359  0x00003e8e qset1  0x0000003f 
- 00017360  0x00003e8f store  0x00000004 , 0x000046d3 
- 00017361  0x00003e90 rtn 
- 00017362  0x00003e93 fetch  0x00000004 , 0x000046d3 
- 00017363  0x00003e94 qset0  0x0000003f 
- 00017364  0x00003e95 store  0x00000004 , 0x000046d3 
- 00017365  0x00003e96 rtn 
- 00017366  0x00003e99 fetch  0x00000004 , 0x000046d3 
- 00017367  0x00003e9a rtnbit0  0x0000001a 
- 00017368  0x00003e9b fetch  0x00000001 , 0x000046ce 
- 00017369  0x00003e9c increase  0x00000001 , 0x0000003f 
- 00017370  0x00003e9d store  0x00000001 , 0x000046ce 
- 00017371  0x00003e9e sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00017372  0x00003e9f rtn  0x00000002 
- 00017373  0x00003ea0 jam  0x00000000 , 0x000046ce 
- 00017374  0x00003ea1 call  0x000068eb 
- 00017375  0x00003ea2 call  0x00006908 
- 00017376  0x00003ea3 store  0x00000002 , 0x0000470f 
- 00017377  0x00003ea4 arg  0x00004709 , 0x00000011 
- 00017378  0x00003ea5 call  0x00006930 
- 00017379  0x00003ea6 fetch  0x00000001 , 0x00004231 
- 00017380  0x00003ea7 bbit1  0x00000001 , 0x000044a0 
- 00017381  0x00003ea8 bbit0  0x00000000 , 0x000043e9 
- 00017382  0x00003ea9 branch  0x000043e7 
- 00017383  0x00003eab arg  0x00000004 , 0x00000007 
- 00017384  0x00003eac branch  0x000043ce 
- 00017385  0x00003eae arg  0x00000004 , 0x00000007 
- 00017386  0x00003eaf branch  0x000043d2 
- 00017387  0x00003eb2 fetch  0x00000004 , 0x000046d3 
- 00017388  0x00003eb3 rtnbit0  0x00000004 
- 00017389  0x00003eb4 fetch  0x00000001 , 0x000046ef 
- 00017390  0x00003eb5 store  0x00000001 , 0x00004715 
- 00017391  0x00003eb6 fetch  0x00000001 , 0x000046cf 
- 00017392  0x00003eb7 pincrease  0x00000001 
- 00017393  0x00003eb8 store  0x00000001 , 0x000046cf 
- 00017394  0x00003eb9 sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00017395  0x00003eba ncall  0x000043f9 , 0x00000002 
- 00017396  0x00003ebb beq  0x00000002 , 0x000043fb 
- 00017397  0x00003ebc beq  0x00000004 , 0x000043fe 
- 00017398  0x00003ebd beq  0x00000006 , 0x000043fb 
- 00017399  0x00003ebe beq  0x00000008 , 0x000043fe 
- 00017400  0x00003ebf rtn 
- 00017401  0x00003ec1 jam  0x00000001 , 0x000046cf 
- 00017402  0x00003ec2 branch  0x000043fe 
- 00017403  0x00003ec4 arg  0x00000000 , 0x00000011 
- 00017404  0x00003ec5 jam  0x00000002 , 0x00004713 
- 00017405  0x00003ec6 branch  0x00007d14 
- 00017406  0x00003ec8 arg  0x00000000 , 0x00000011 
- 00017407  0x00003ec9 jam  0x00000002 , 0x00004713 
- 00017408  0x00003eca branch  0x00007d19 
- 00017409  0x00003ecd call  0x00003f97 
- 00017410  0x00003ece nrtn  0x00000028 
- 00017411  0x00003ecf arg  0x00000007 , 0x00000011 
- 00017412  0x00003ed0 arg  0x0000469a , 0x00000012 
- 00017413  0x00003ed1 rtn 
- 00017414  0x00003ed4 fetch  0x00000001 , 0x0000478b 
- 00017415  0x00003ed5 rtn  0x00000034 
- 00017416  0x00003ed7 fetcht  0x00000001 , 0x000046e7 
- 00017417  0x00003ed8 call  0x0000681d 
- 00017418  0x00003ed9 call  0x00004410 , 0x00000001 
- 00017419  0x00003eda fetch  0x00000001 , 0x00004704 
- 00017420  0x00003edb nrtn  0x00000034 
- 00017421  0x00003edc call  0x00004083 
- 00017422  0x00003edd nrtn  0x00000034 
- 00017423  0x00003ede branch  0x00002d83 
- 00017424  0x00003ee1 fetch  0x00000001 , 0x000046e7 
- 00017425  0x00003ee2 rtneq  0x000000ff 
- 00017426  0x00003ee3 jam  0x0000000a , 0x00004704 
- 00017427  0x00003ee4 rtn 
- 00017428  0x00003ee8 call  0x00004423 
- 00017429  0x00003ee9 fetch  0x00000002 , 0x00004778 
- 00017430  0x00003eea arg  0x0000aa55 , 0x00000002 
- 00017431  0x00003eeb isub  0x00000002 , 0x0000003e 
- 00017432  0x00003eec branch  0x0000442b , 0x00000005 
- 00017433  0x00003eed storet  0x00000002 , 0x00004778 
- 00017434  0x00003eee call  0x0000441c 
- 00017435  0x00003eef branch  0x00004435 
- 00017436  0x00003ef1 fetch  0x00000006 , 0x000044a0 
- 00017437  0x00003ef2 store  0x00000006 , 0x00004738 
- 00017438  0x00003ef3 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00017439  0x00003ef4 store  0x00000006 , 0x00004755 
- 00017440  0x00003ef5 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00017441  0x00003ef6 store  0x00000006 , 0x00004772 
- 00017442  0x00003ef7 rtn 
- 00017443  0x00003efb setarg  0x00004778 
- 00017444  0x00003efc arg  0x00004720 , 0x00000002 
- 00017445  0x00003efd isub  0x00000002 , 0x00000002 
- 00017446  0x00003efe fetch  0x00000003 , 0x00004700 
- 00017447  0x00003eff iadd  0x00000002 , 0x0000003f 
- 00017448  0x00003f00 arg  0x00000002 , 0x00000002 
- 00017449  0x00003f01 arg  0x00004778 , 0x00000011 
- 00017450  0x00003f02 branch  0x00006562 
- 00017451  0x00003f06 setarg  0x0000477f 
- 00017452  0x00003f07 arg  0x00004720 , 0x00000002 
- 00017453  0x00003f08 isub  0x00000002 , 0x00000002 
- 00017454  0x00003f09 fetch  0x00000003 , 0x00004700 
- 00017455  0x00003f0a arg  0x00004720 , 0x00000011 
- 00017456  0x00003f0b call  0x00006562 
- 00017457  0x00003f0c call  0x0000431a 
- 00017458  0x00003f0d fetch  0x00000004 , 0x0000477b 
- 00017459  0x00003f0e call  0x00002c7a 
- 00017460  0x00003f0f branch  0x0000322c 
- 00017461  0x00003f12 setarg  0x0000477f 
- 00017462  0x00003f13 arg  0x00004720 , 0x00000002 
- 00017463  0x00003f14 isub  0x00000002 , 0x00000002 
- 00017464  0x00003f15 arg  0x00004720 , 0x00000011 
- 00017465  0x00003f16 fetch  0x00000003 , 0x00004700 
- 00017466  0x00003f17 branch  0x00006514 
- 00017467  0x00003f1a arg  0x00000001 , 0x00000002 
- 00017468  0x00003f1b arg  0x0000477a , 0x00000011 
- 00017469  0x00003f1c arg  0x0000005a , 0x00000012 
- 00017470  0x00003f1d branch  0x000065d1 
- 00017471  0x00003f20 arg  0x00000001 , 0x00000002 
- 00017472  0x00003f21 arg  0x0000477a , 0x00000011 
- 00017473  0x00003f22 arg  0x0000005a , 0x00000012 
- 00017474  0x00003f23 branch  0x000065df 
- 00017475  0x00003f26 rtnmark1  0x00000026 
- 00017476  0x00003f27 fetch  0x00000004 , 0x000046d3 
- 00017477  0x00003f28 rtnbit0  0x00000016 
- 00017478  0x00003f29 fetch  0x00000001 , 0x00004705 
- 00017479  0x00003f2a pincrease  0x00000001 
- 00017480  0x00003f2b and  0x0000003f , 0x00000007 , 0x0000003f 
- 00017481  0x00003f2c store  0x00000001 , 0x00004705 
- 00017482  0x00003f2d rtnne  0x00000007 
- 00017483  0x00003f2e fetch  0x00000002 , 0x00004682 
- 00017484  0x00003f2f bbit1  0x00000000 , 0x0000444f 
- 00017485  0x00003f30 bbit1  0x00000009 , 0x0000444f 
- 00017486  0x00003f31 rtn 
- 00017487  0x00003f37 bpatch  0x000000ee , 0x0000401d 
- 00017488  0x00003f38 fetch  0x00000001 , 0x00004706 
- 00017489  0x00003f39 nrtn  0x00000034 
- 00017490  0x00003f3a fetch  0x00000004 , 0x000046d3 
- 00017491  0x00003f3b rtnbit0  0x00000008 
- 00017492  0x00003f3c fetch  0x00000001 , 0x000046a5 
- 00017493  0x00003f3d call  0x000063fb 
- 00017494  0x00003f3e store  0x00000001 , 0x000046a6 
- 00017495  0x00003f3f sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00017496  0x00003f40 branch  0x0000445b , 0x00000002 
- 00017497  0x00003f41 jam  0x00000000 , 0x00004706 
- 00017498  0x00003f42 rtn 
- 00017499  0x00003f45 jam  0x0000001e , 0x00004706 
- 00017500  0x00003f46 rtn 
- 00017501  0x00003f48 arg  0x00004706 , 0x00000013 
- 00017502  0x00003f49 arg  0x00004460 , 0x00000012 
- 00017503  0x00003f4a branch  0x0000336d 
- 00017504  0x00003f4d fetch  0x00000001 , 0x000046a5 
- 00017505  0x00003f4e call  0x00006414 
- 00017506  0x00003f4f sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00017507  0x00003f50 nrtn  0x00000002 
- 00017508  0x00003f51 fetch  0x00000004 , 0x000046d3 
- 00017509  0x00003f52 rtnbit0  0x00000008 
- 00017510  0x00003f53 arg  0x00000008 , 0x00000007 
- 00017511  0x00003f54 call  0x000043d2 
- 00017512  0x00003f55 jam  0x00000000 , 0x00004172 
- 00017513  0x00003f56 jam  0x0000001e , 0x000046c4 
- 00017514  0x00003f57 call  0x00004482 
- 00017515  0x00003f58 fetch  0x00000004 , 0x000046d3 
- 00017516  0x00003f59 bbit1  0x00000015 , 0x00004471 
- 00017517  0x00003f5b fetch  0x00000001 , 0x00004720 
- 00017518  0x00003f5c beq  0x00000001 , 0x00004489 
- 00017519  0x00003f5d beq  0x00000002 , 0x00004476 
- 00017520  0x00003f5e rtn 
- 00017521  0x00003f60 fetch  0x00000001 , 0x00004720 
- 00017522  0x00003f61 beq  0x00000001 , 0x00004489 
- 00017523  0x00003f62 beq  0x00000002 , 0x0000448c 
- 00017524  0x00003f63 beq  0x00000003 , 0x0000448f 
- 00017525  0x00003f64 rtn 
- 00017526  0x00003f67 fetch  0x00000001 , 0x000046f0 
- 00017527  0x00003f68 branch  0x0000428f 
- 00017528  0x00003f6d jam  0x00000020 , 0x00004172 
- 00017529  0x00003f6e branch  0x00004482 
- 00017530  0x00003f73 fetch  0x00000001 , 0x000046f0 
- 00017531  0x00003f74 rtneq  0x000000ff 
- 00017532  0x00003f75 store  0x00000001 , 0x00004715 
- 00017533  0x00003f76 branch  0x00004296 
- 00017534  0x00003f79 fetch  0x00000001 , 0x000046f1 
- 00017535  0x00003f7a rtneq  0x000000ff 
- 00017536  0x00003f7b store  0x00000001 , 0x00004715 
- 00017537  0x00003f7c branch  0x00004296 
- 00017538  0x00003f7f call  0x00004296 
- 00017539  0x00003f80 call  0x0000447a 
- 00017540  0x00003f81 call  0x0000447e 
- 00017541  0x00003f83 fetch  0x00000001 , 0x000046f2 
- 00017542  0x00003f84 rtneq  0x000000ff 
- 00017543  0x00003f85 store  0x00000001 , 0x00004715 
- 00017544  0x00003f86 branch  0x00004296 
- 00017545  0x00003f89 fetch  0x00000001 , 0x000046f0 
- 00017546  0x00003f8a store  0x00000001 , 0x00004715 
- 00017547  0x00003f8b branch  0x00004298 
- 00017548  0x00003f8d fetch  0x00000001 , 0x000046f1 
- 00017549  0x00003f8e store  0x00000001 , 0x00004715 
- 00017550  0x00003f8f branch  0x00004298 
- 00017551  0x00003f91 fetch  0x00000001 , 0x000046f2 
- 00017552  0x00003f92 store  0x00000001 , 0x00004715 
- 00017553  0x00003f93 branch  0x00004298 
- 00017554  0x00003f98 bpatch  0x000000ef , 0x0000401d 
- 00017555  0x00003f99 fetch  0x00000001 , 0x0000471e 
- 00017556  0x00003f9a increase  0xffffffff , 0x0000003f 
- 00017557  0x00003f9b store  0x00000001 , 0x0000471e 
- 00017558  0x00003f9c fetcht  0x00000001 , 0x00004720 
- 00017559  0x00003f9d increase  0x00000001 , 0x00000002 
- 00017560  0x00003f9e fetch  0x00000001 , 0x000046d2 
- 00017561  0x00003f9f isub  0x00000002 , 0x0000003e 
- 00017562  0x00003fa0 ncall  0x000043cc , 0x00000002 
- 00017563  0x00003fa1 storet  0x00000001 , 0x00004720 
- 00017564  0x00003fa2 jam  0x00000000 , 0x000041bd 
- 00017565  0x00003fa3 call  0x0000437a 
- 00017566  0x00003fa4 call  0x000042fb 
- 00017567  0x00003fa5 branch  0x000042a2 
- 00017568  0x00003fa8 call  0x00004482 
- 00017569  0x00003fa9 setarg  0x00000000 
- 00017570  0x00003faa store  0x00000008 , 0x000000a1 
- 00017571  0x00003fab branch  0x00002b1f 
- 00017572  0x00003fb7 rtn  0x0000002b 
- 00017573  0x00003fb8 hfetch  0x00000001 , 0x00008081 
- 00017574  0x00003fb9 and_into  0x000000f0 , 0x0000003f 
- 00017575  0x00003fba hstore  0x00000001 , 0x00008081 
- 00017576  0x00003fbb call  0x00006948 
- 00017577  0x00003fbc setarg  0x000044e6 
- 00017578  0x00003fbd store  0x00000002 , 0x000041eb 
- 00017579  0x00003fbf setarg  0x000044e9 
- 00017580  0x00003fc0 store  0x00000002 , 0x000041ed 
- 00017581  0x00003fc2 setarg  0x000044ef 
- 00017582  0x00003fc3 store  0x00000002 , 0x000041f3 
- 00017583  0x00003fc5 setarg  0x000044f2 
- 00017584  0x00003fc6 store  0x00000002 , 0x000041f5 
- 00017585  0x00003fc8 setarg  0x000033d0 
- 00017586  0x00003fc9 store  0x00000002 , 0x000041e9 
- 00017587  0x00003fcb call  0x00002c7a 
- 00017588  0x00003fcc setarg  0x000045c2 
- 00017589  0x00003fcd add  0x00000013 , 0x000000d8 , 0x00000005 
- 00017590  0x00003fce istore  0x00000002 , 0x00000005 
- 00017591  0x00003fd0 setarg  0x000044ea 
- 00017592  0x00003fd1 add  0x00000013 , 0x000000da , 0x00000005 
- 00017593  0x00003fd2 istore  0x00000002 , 0x00000005 
- 00017594  0x00003fd4 setarg  0x000044e9 
- 00017595  0x00003fd5 add  0x00000013 , 0x000000dc , 0x00000005 
- 00017596  0x00003fd6 istore  0x00000002 , 0x00000005 
- 00017597  0x00003fd8 setarg  0x0000450e 
- 00017598  0x00003fd9 store  0x00000002 , 0x000041fd 
- 00017599  0x00003fdb setarg  0x000044da 
- 00017600  0x00003fdc store  0x00000002 , 0x0000475b 
- 00017601  0x00003fde setarg  0x000044d6 
- 00017602  0x00003fdf store  0x00000002 , 0x0000475f 
- 00017603  0x00003fe1 setarg  0x00004560 
- 00017604  0x00003fe2 store  0x00000002 , 0x0000470f 
- 00017605  0x00003fe4 bpatch  0x000000f0 , 0x0000401e 
- 00017606  0x00003fe5 call  0x000044e2 
- 00017607  0x00003fe6 call  0x00007e38 
- 00017608  0x00003fe7 jam  0x00000002 , 0x00004172 
- 00017609  0x00003fe8 fetch  0x00000001 , 0x0000472b 
- 00017610  0x00003fe9 store  0x00000001 , 0x0000469a 
- 00017611  0x00003fea beq  0x00000000 , 0x000044d5 
- 00017612  0x00003feb fetch  0x00000001 , 0x0000472c 
- 00017613  0x00003fec store  0x00000001 , 0x00004686 
- 00017614  0x00003fee call  0x000044db 
- 00017615  0x00003fef call  0x00007cd3 
- 00017616  0x00003ff0 call  0x00007cdd 
- 00017617  0x00003ff1 jam  0x00000001 , 0x00004757 
- 00017618  0x00003ff2 fetch  0x00000002 , 0x00004682 
- 00017619  0x00003ff3 rtnbit1  0x0000000c 
- 00017620  0x00003ff4 branch  0x0000340a 
- 00017621  0x00003ff9 jam  0x00000002 , 0x00004757 
- 00017622  0x00003ffb call  0x000044db 
- 00017623  0x00003ffd arg  0x00000000 , 0x00000011 
- 00017624  0x00003ffe call  0x00007d1e 
- 00017625  0x00004000 branch  0x00002ee4 
- 00017626  0x00004003 branch  0x000044db 
- 00017627  0x00004006 bpatch  0x000000f1 , 0x0000401e 
- 00017628  0x00004007 fetch  0x00000001 , 0x00004729 
- 00017629  0x00004008 bne  0x000000ff , 0x000044e0 
- 00017630  0x0000400a fetcht  0x00000001 , 0x00004706 
- 00017631  0x0000400b branch  0x0000680e 
- 00017632  0x0000400d store  0x00000001 , 0x00004706 
- 00017633  0x0000400e branch  0x000044de 
- 00017634  0x00004012 call  0x00002c9d 
- 00017635  0x00004013 fetch  0x00000002 , 0x00004753 
- 00017636  0x00004014 store  0x00000002 , 0x00004755 
- 00017637  0x00004015 branch  0x00004515 
- 00017638  0x0000401d call  0x00006835 
- 00017639  0x0000401e call  0x000044e9 
- 00017640  0x0000401f branch  0x0000340a 
- 00017641  0x00004022 branch  0x0000696c 
- 00017642  0x00004025 fetch  0x00000001 , 0x00004765 
- 00017643  0x00004026 rtn  0x00000034 
- 00017644  0x00004028 branch  0x00002d83 
- 00017645  0x0000402b rtn 
- 00017646  0x0000402e branch  0x00006978 
- 00017647  0x00004031 call  0x00004544 
- 00017648  0x00004032 call  0x00004503 
- 00017649  0x00004033 branch  0x000044ee 
- 00017650  0x00004036 copy  0x00000013 , 0x0000003f 
- 00017651  0x00004037 beq  0x0000002d , 0x00003431 
- 00017652  0x00004038 beq  0x00000010 , 0x0000341a 
- 00017653  0x00004039 beq  0x00000039 , 0x000044fb 
- 00017654  0x0000403a beq  0x0000003c , 0x000044ff 
- 00017655  0x0000403b beq  0x0000003a , 0x000044f9 
- 00017656  0x0000403c rtn 
- 00017657  0x0000403f jam  0x00000001 , 0x00004765 
- 00017658  0x00004040 rtn 
- 00017659  0x00004043 jam  0x00000001 , 0x00004765 
- 00017660  0x00004044 jam  0x00000001 , 0x00004763 
- 00017661  0x00004045 jam  0x00000001 , 0x00004764 
- 00017662  0x00004046 rtn 
- 00017663  0x00004049 jam  0x00000001 , 0x00004765 
- 00017664  0x0000404a jam  0x00000001 , 0x00004763 
- 00017665  0x0000404b jam  0x00000001 , 0x00004764 
- 00017666  0x0000404c rtn 
- 00017667  0x0000404f fetch  0x00000001 , 0x00004763 
- 00017668  0x00004050 rtneq  0x00000000 
- 00017669  0x00004051 fetch  0x00000001 , 0x00004762 
- 00017670  0x00004052 rtneq  0x00000001 
- 00017671  0x00004053 jam  0x00000001 , 0x00004762 
- 00017672  0x00004055 arg  0x00000000 , 0x00000011 
- 00017673  0x00004056 branch  0x00007d19 
- 00017674  0x00004058 arg  0x00000000 , 0x00000011 
- 00017675  0x00004059 call  0x00007d19 
- 00017676  0x0000405a call  0x000044db 
- 00017677  0x0000405b branch  0x0000340a 
- 00017678  0x0000405e call  0x0000337b 
- 00017679  0x0000405f branch  0x00004510 
- 00017680  0x00004062 fetch  0x00000001 , 0x0000472d 
- 00017681  0x00004063 rtn  0x00000034 
- 00017682  0x00004064 arg  0x00004755 , 0x00000013 
- 00017683  0x00004065 arg  0x0000450a , 0x00000012 
- 00017684  0x00004066 branch  0x00003374 
- 00017685  0x0000406a call  0x0000451a 
- 00017686  0x0000406b storet  0x00000002 , 0x0000471a 
- 00017687  0x0000406c call  0x0000451f 
- 00017688  0x0000406d storet  0x00000002 , 0x0000471c 
- 00017689  0x0000406e rtn 
- 00017690  0x00004071 fetch  0x00000002 , 0x0000471a 
- 00017691  0x00004072 store  0x00000002 , 0x0000471e 
- 00017692  0x00004073 call  0x00004540 
- 00017693  0x00004074 call  0x00004525 
- 00017694  0x00004075 store  0x00000001 , 0x00004724 
- 00017695  0x00004077 fetch  0x00000002 , 0x0000471c 
- 00017696  0x00004078 store  0x00000002 , 0x0000471e 
- 00017697  0x00004079 call  0x00004542 
- 00017698  0x0000407a call  0x00004525 
- 00017699  0x0000407b store  0x00000001 , 0x00004725 
- 00017700  0x0000407c rtn 
- 00017701  0x0000407e fetch  0x00000002 , 0x00004720 
- 00017702  0x0000407f copy  0x0000003f , 0x00000011 
- 00017703  0x00004080 fetch  0x00000002 , 0x0000471e 
- 00017704  0x00004081 call  0x0000452e 
- 00017705  0x00004082 fetch  0x00000001 , 0x00004719 
- 00017706  0x00004083 nbranch  0x00004537 , 0x00000034 
- 00017707  0x00004084 nrtn  0x00000002 
- 00017708  0x00004085 fetcht  0x00000002 , 0x0000471e 
- 00017709  0x00004086 rtn 
- 00017710  0x00004088 isub  0x00000002 , 0x0000003f 
- 00017711  0x00004089 branch  0x00004534 , 0x00000002 
- 00017712  0x0000408a sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00017713  0x0000408b jam  0x00000001 , 0x00004718 
- 00017714  0x0000408c isub  0x00000011 , 0x0000003e 
- 00017715  0x0000408d rtn 
- 00017716  0x0000408f jam  0x00000000 , 0x00004718 
- 00017717  0x00004090 isub  0x00000011 , 0x0000003e 
- 00017718  0x00004091 rtn 
- 00017719  0x00004093 nbranch  0x0000453e , 0x00000002 
- 00017720  0x00004094 fetch  0x00000001 , 0x00004718 
- 00017721  0x00004095 nbranch  0x0000453c , 0x00000034 
- 00017722  0x00004097 setarg  0x00000001 
- 00017723  0x00004098 rtn 
- 00017724  0x0000409a setarg  0x00000002 
- 00017725  0x0000409b rtn 
- 00017726  0x0000409d setarg  0x00000000 
- 00017727  0x0000409e rtn 
- 00017728  0x000040a0 jam  0x00000033 , 0x0000422e 
- 00017729  0x000040a1 branch  0x000068eb 
- 00017730  0x000040a3 jam  0x00000034 , 0x0000422e 
- 00017731  0x000040a4 branch  0x000068eb 
- 00017732  0x000040a8 fetch  0x00000001 , 0x0000472a 
- 00017733  0x000040a9 rtnne  0x00000001 
- 00017734  0x000040ab bpatch  0x000000f2 , 0x0000401e 
- 00017735  0x000040ac jam  0x00000001 , 0x00004719 
- 00017736  0x000040ad call  0x0000451a 
- 00017737  0x000040ae fetch  0x00000002 , 0x00004724 
- 00017738  0x000040af fetcht  0x00000002 , 0x00004722 
- 00017739  0x000040b0 isub  0x00000002 , 0x0000003e 
- 00017740  0x000040b1 rtn  0x00000005 
- 00017741  0x000040b2 store  0x00000002 , 0x00004722 
- 00017742  0x000040b3 call  0x00004550 
- 00017743  0x000040b4 branch  0x00004554 
- 00017744  0x000040b7 fetch  0x00000001 , 0x00004724 
- 00017745  0x000040b8 branch  0x0000455a , 0x00000034 
- 00017746  0x000040b9 increase  0xffffffff , 0x0000003f 
- 00017747  0x000040ba branch  0x00004557 
- 00017748  0x000040bc fetch  0x00000001 , 0x00004725 
- 00017749  0x000040bd branch  0x0000455d , 0x00000034 
- 00017750  0x000040be increase  0x00000001 , 0x0000003f 
- 00017751  0x000040c0 copy  0x0000003f , 0x00000007 
- 00017752  0x000040c1 arg  0x00000001 , 0x00000011 
- 00017753  0x000040c2 branch  0x00004560 
- 00017754  0x000040c5 arg  0x00000000 , 0x00000007 
- 00017755  0x000040c6 arg  0x00000000 , 0x00000011 
- 00017756  0x000040c7 branch  0x00004560 
- 00017757  0x000040c9 arg  0x00000002 , 0x00000007 
- 00017758  0x000040ca arg  0x00000000 , 0x00000011 
- 00017759  0x000040cb branch  0x00004560 
- 00017760  0x000040ce copy  0x00000011 , 0x0000003f 
- 00017761  0x000040cf store  0x00000001 , 0x00004761 
- 00017762  0x000040d0 fetch  0x00000001 , 0x00004763 
- 00017763  0x000040d1 beq  0x00000000 , 0x00002ee4 
- 00017764  0x000040d2 fetch  0x00000002 , 0x00004753 
- 00017765  0x000040d3 store  0x00000002 , 0x00004755 
- 00017766  0x000040d4 fetch  0x00000001 , 0x00004761 
- 00017767  0x000040d5 branch  0x00004580 , 0x00000034 
- 00017768  0x000040d7 bpatch  0x000000f3 , 0x0000401e 
- 00017769  0x000040d8 arg  0x00000000 , 0x00000011 
- 00017770  0x000040d9 call  0x00007d14 
- 00017771  0x000040db copy  0x00000007 , 0x0000003f 
- 00017772  0x000040dc beq  0x00000004 , 0x000045a3 
- 00017773  0x000040dd beq  0x00000005 , 0x000045a5 
- 00017774  0x000040de beq  0x00000006 , 0x000045a7 
- 00017775  0x000040e2 call  0x0000458b 
- 00017776  0x000040e3 beq  0x00000000 , 0x00004574 
- 00017777  0x000040e4 beq  0x00000002 , 0x0000457a 
- 00017778  0x000040e5 beq  0x00000003 , 0x00004574 
- 00017779  0x000040e6 rtn 
- 00017780  0x000040e9 copy  0x00000007 , 0x0000003f 
- 00017781  0x000040ea beq  0x00000000 , 0x0000458f 
- 00017782  0x000040eb beq  0x00000001 , 0x00004591 
- 00017783  0x000040ec beq  0x00000002 , 0x00004593 
- 00017784  0x000040ed beq  0x00000003 , 0x00004595 
- 00017785  0x000040ee rtn 
- 00017786  0x000040f1 copy  0x00000007 , 0x0000003f 
- 00017787  0x000040f2 beq  0x00000000 , 0x00004597 
- 00017788  0x000040f3 beq  0x00000001 , 0x0000459a 
- 00017789  0x000040f4 beq  0x00000002 , 0x0000459d 
- 00017790  0x000040f5 beq  0x00000003 , 0x000045a0 
- 00017791  0x000040f6 rtn 
- 00017792  0x000040f9 bpatch  0x000000f4 , 0x0000401e 
- 00017793  0x000040fa arg  0x00000000 , 0x00000011 
- 00017794  0x000040fb call  0x00007d19 
- 00017795  0x000040fd copy  0x00000007 , 0x0000003f 
- 00017796  0x000040fe beq  0x00000004 , 0x000045bc 
- 00017797  0x000040ff beq  0x00000005 , 0x000045bc 
- 00017798  0x00004103 call  0x0000458b 
- 00017799  0x00004104 beq  0x00000000 , 0x000045a9 
- 00017800  0x00004105 beq  0x00000002 , 0x000045af 
- 00017801  0x00004106 beq  0x00000003 , 0x000045a9 
- 00017802  0x00004107 rtn 
- 00017803  0x0000410a fetch  0x00000001 , 0x00004728 
- 00017804  0x0000410b fetcht  0x00000001 , 0x00004727 
- 00017805  0x0000410c ior  0x00000002 , 0x0000003f 
- 00017806  0x0000410d rtn 
- 00017807  0x00004111 jam  0x00000001 , 0x00004734 
- 00017808  0x00004112 branch  0x000045be 
- 00017809  0x00004114 jam  0x00000002 , 0x00004734 
- 00017810  0x00004115 branch  0x000045be 
- 00017811  0x00004117 jam  0x00000001 , 0x00004736 
- 00017812  0x00004118 branch  0x000045be 
- 00017813  0x0000411a jam  0x00000002 , 0x00004736 
- 00017814  0x0000411b branch  0x000045be 
- 00017815  0x0000411f jam  0x00000001 , 0x00004734 
- 00017816  0x00004120 jam  0x00000001 , 0x00004736 
- 00017817  0x00004121 branch  0x000045be 
- 00017818  0x00004123 jam  0x00000002 , 0x00004734 
- 00017819  0x00004124 jam  0x00000002 , 0x00004736 
- 00017820  0x00004125 branch  0x000045be 
- 00017821  0x00004127 jam  0x00000002 , 0x00004734 
- 00017822  0x00004128 jam  0x00000001 , 0x00004736 
- 00017823  0x00004129 branch  0x000045be 
- 00017824  0x0000412b jam  0x00000001 , 0x00004734 
- 00017825  0x0000412c jam  0x00000002 , 0x00004736 
- 00017826  0x0000412d branch  0x000045be 
- 00017827  0x00004131 jam  0x00000001 , 0x00004738 
- 00017828  0x00004132 branch  0x000045be 
- 00017829  0x00004134 jam  0x00000002 , 0x00004738 
- 00017830  0x00004135 branch  0x000045be 
- 00017831  0x00004138 jam  0x00000001 , 0x00004741 
- 00017832  0x00004139 branch  0x000045c0 
- 00017833  0x0000413c copy  0x00000007 , 0x0000003f 
- 00017834  0x0000413d beq  0x00000000 , 0x000045b5 
- 00017835  0x0000413e beq  0x00000001 , 0x000045b5 
- 00017836  0x0000413f beq  0x00000002 , 0x000045b7 
- 00017837  0x00004140 beq  0x00000003 , 0x000045b7 
- 00017838  0x00004141 rtn 
- 00017839  0x00004144 copy  0x00000007 , 0x0000003f 
- 00017840  0x00004145 beq  0x00000000 , 0x000045b9 
- 00017841  0x00004146 beq  0x00000001 , 0x000045b9 
- 00017842  0x00004147 beq  0x00000002 , 0x000045b9 
- 00017843  0x00004148 beq  0x00000003 , 0x000045b9 
- 00017844  0x00004149 rtn 
- 00017845  0x0000414d jam  0x00000000 , 0x00004734 
- 00017846  0x0000414e branch  0x000045be 
- 00017847  0x00004151 jam  0x00000000 , 0x00004736 
- 00017848  0x00004152 branch  0x000045be 
- 00017849  0x00004158 jam  0x00000000 , 0x00004734 
- 00017850  0x00004159 jam  0x00000000 , 0x00004736 
- 00017851  0x0000415a branch  0x000045be 
- 00017852  0x0000415e jam  0x00000000 , 0x00004738 
- 00017853  0x0000415f branch  0x000045be 
- 00017854  0x00004162 arg  0x0000472e , 0x00000011 
- 00017855  0x00004163 branch  0x00007e3d 
- 00017856  0x00004165 arg  0x0000473b , 0x00000011 
- 00017857  0x00004166 branch  0x00007e3d 
- 00017858  0x00004169 fetch  0x00000001 , 0x00004764 
- 00017859  0x0000416a beq  0x00000001 , 0x000045cc 
- 00017860  0x0000416b arg  0x00004744 , 0x00000011 
- 00017861  0x0000416c call  0x00007e54 
- 00017862  0x0000416d nbranch  0x000045d1 , 0x00000028 
- 00017863  0x0000416f arg  0x00004744 , 0x00000006 
- 00017864  0x00004170 ifetch  0x00000001 , 0x00000006 
- 00017865  0x00004171 copy  0x0000003f , 0x00000011 
- 00017866  0x00004172 arg  0x00004745 , 0x00000012 
- 00017867  0x00004175 rtn 
- 00017868  0x00004178 jam  0x00000000 , 0x00004764 
- 00017869  0x00004179 enable  0x00000028 
- 00017870  0x0000417a arg  0x00000001 , 0x00000011 
- 00017871  0x0000417b arg  0x00004766 , 0x00000012 
- 00017872  0x0000417c rtn 
- 00017873  0x0000417f fetch  0x00000001 , 0x00004747 
- 00017874  0x00004180 beq  0x00000004 , 0x000045d5 
- 00017875  0x00004181 beq  0x00000005 , 0x000045d5 
- 00017876  0x00004182 rtn 
- 00017877  0x00004184 fetch  0x00000001 , 0x0000474a 
- 00017878  0x00004185 nbranch  0x000045dc , 0x00000034 
- 00017879  0x00004186 fetch  0x00000001 , 0x0000474c 
- 00017880  0x00004187 nbranch  0x000045dc , 0x00000034 
- 00017881  0x00004188 fetch  0x00000001 , 0x0000474e 
- 00017882  0x00004189 nbranch  0x000045dc , 0x00000034 
- 00017883  0x0000418a rtn 
- 00017884  0x0000418c enable  0x00000028 
- 00017885  0x0000418d branch  0x000045c7 
- 00017886  0x00004196 rtn  0x0000002b 
- 00017887  0x00004197 hfetch  0x00000001 , 0x00008081 
- 00017888  0x00004198 and_into  0x000000fc , 0x0000003f 
- 00017889  0x00004199 hstore  0x00000001 , 0x00008081 
- 00017890  0x0000419a setarg  0x000046b4 
- 00017891  0x0000419b store  0x00000002 , 0x000041eb 
- 00017892  0x0000419d setarg  0x000046b3 
- 00017893  0x0000419e store  0x00000002 , 0x000041ed 
- 00017894  0x000041a0 setarg  0x0000340a 
- 00017895  0x000041a1 store  0x00000002 , 0x000041f7 
- 00017896  0x000041a3 setarg  0x000046b1 
- 00017897  0x000041a4 store  0x00000002 , 0x000041f3 
- 00017898  0x000041a6 setarg  0x00004612 
- 00017899  0x000041a7 store  0x00000002 , 0x000041f5 
- 00017900  0x000041a9 setarg  0x0000460c 
- 00017901  0x000041aa store  0x00000002 , 0x000041e9 
- 00017902  0x000041ac setarg  0x0000476a 
- 00017903  0x000041ad store  0x00000002 , 0x000041f9 
- 00017904  0x000041af setarg  0x00004686 
- 00017905  0x000041b0 store  0x00000002 , 0x000041fd 
- 00017906  0x000041b2 setarg  0x00004729 
- 00017907  0x000041b3 store  0x00000002 , 0x000046e7 
- 00017908  0x000041b5 setarg  0x00004806 
- 00017909  0x000041b6 store  0x00000002 , 0x000046e2 
- 00017910  0x000041b7 setarg  0x00004807 
- 00017911  0x000041b8 store  0x00000002 , 0x000046e4 
- 00017912  0x000041ba call  0x000057a3 
- 00017913  0x000041bb call  0x000047da 
- 00017914  0x000041bc call  0x00004788 
- 00017915  0x000041bd call  0x0000476d 
- 00017916  0x000041be call  0x00006948 
- 00017917  0x000041bf call  0x0000477a 
- 00017918  0x000041c0 call  0x00007e38 
- 00017919  0x000041c1 call  0x00007d08 
- 00017920  0x000041c2 call  0x00004793 
- 00017921  0x000041c3 call  0x000047c7 
- 00017922  0x000041c5 bpatch  0x000000f5 , 0x0000401e 
- 00017923  0x000041c6 call  0x0000464f 
- 00017924  0x000041c7 fetch  0x00000001 , 0x000046dd 
- 00017925  0x000041c8 beq  0x00000000 , 0x00004609 
- 00017926  0x000041c9 fetch  0x00000001 , 0x000046de 
- 00017927  0x000041ca store  0x00000001 , 0x00004686 
- 00017928  0x000041cb branch  0x0000480e 
- 00017929  0x000041cf jam  0x000000ff , 0x00004686 
- 00017930  0x000041d0 jam  0x00000001 , 0x000046df 
- 00017931  0x000041d1 branch  0x000046d9 
- 00017932  0x000041d6 fetch  0x00000001 , 0x000046df 
- 00017933  0x000041d7 beq  0x00000002 , 0x000033d0 
- 00017934  0x000041d8 call  0x0000527e 
- 00017935  0x000041d9 fetch  0x00000001 , 0x00004256 
- 00017936  0x000041da nbranch  0x000033d0 , 0x00000034 
- 00017937  0x000041db branch  0x000033d2 
- 00017938  0x000041e0 copy  0x00000013 , 0x0000003f 
- 00017939  0x000041e2 beq  0x00000001 , 0x00004626 
- 00017940  0x000041e3 beq  0x00000002 , 0x00004629 
- 00017941  0x000041e4 beq  0x00000004 , 0x00004631 
- 00017942  0x000041e5 beq  0x00000005 , 0x00004633 
- 00017943  0x000041e6 beq  0x00000006 , 0x00004635 
- 00017944  0x000041e7 beq  0x00000007 , 0x00004638 
- 00017945  0x000041e8 beq  0x00000012 , 0x0000463c 
- 00017946  0x000041e9 beq  0x00000013 , 0x00004644 
- 00017947  0x000041ea beq  0x00000027 , 0x00004645 
- 00017948  0x000041eb beq  0x0000002e , 0x00004648 
- 00017949  0x000041ec beq  0x0000003d , 0x00004649 
- 00017950  0x000041ee beq  0x00000014 , 0x00004658 
- 00017951  0x000041ef beq  0x00000015 , 0x0000465c 
- 00017952  0x000041f0 beq  0x0000003f , 0x0000465f 
- 00017953  0x000041f1 beq  0x00000040 , 0x00004665 
- 00017954  0x000041f3 beq  0x00000010 , 0x0000466b 
- 00017955  0x000041f4 beq  0x0000002c , 0x0000466c 
- 00017956  0x000041f5 beq  0x0000002d , 0x00004677 
- 00017957  0x000041f6 rtn 
- 00017958  0x000041fc jam  0x00000000 , 0x000046ad 
- 00017959  0x000041fd jam  0x00000000 , 0x000046ac 
- 00017960  0x000041fe rtn 
- 00017961  0x00004202 call  0x0000462b 
- 00017962  0x00004203 branch  0x00004631 
- 00017963  0x00004206 jam  0x00000000 , 0x000041e2 
- 00017964  0x00004207 jam  0x00000000 , 0x00004680 
- 00017965  0x00004208 jam  0x00000000 , 0x00004205 
- 00017966  0x00004209 jam  0x00000000 , 0x000046ac 
- 00017967  0x0000420a jam  0x00000000 , 0x000046ad 
- 00017968  0x0000420b branch  0x00007e38 
- 00017969  0x0000420f call  0x000033a9 
- 00017970  0x00004210 branch  0x000046c2 
- 00017971  0x00004214 call  0x000046b6 
- 00017972  0x00004215 branch  0x00003408 
- 00017973  0x00004219 setarg  0x00000002 
- 00017974  0x0000421a store  0x00000001 , 0x00004680 
- 00017975  0x0000421b rtn 
- 00017976  0x0000421f jam  0x00000000 , 0x000046ac 
- 00017977  0x00004220 setarg  0x00000001 
- 00017978  0x00004221 store  0x00000001 , 0x000046ad 
- 00017979  0x00004222 rtn 
- 00017980  0x00004226 fetch  0x00000001 , 0x000041e2 
- 00017981  0x00004227 rtneq  0x00000001 
- 00017982  0x00004228 jam  0x00000001 , 0x000041e2 
- 00017983  0x00004229 call  0x00003416 
- 00017984  0x0000422a call  0x00003414 
- 00017985  0x0000422b call  0x000046b6 
- 00017986  0x0000422c call  0x00003408 
- 00017987  0x0000422d branch  0x0000340e 
- 00017988  0x00004231 branch  0x00004631 
- 00017989  0x00004235 setarg  0x00000005 
- 00017990  0x00004236 store  0x00000001 , 0x000046ac 
- 00017991  0x00004237 rtn 
- 00017992  0x0000423b branch  0x000033cd 
- 00017993  0x00004240 arg  0x00000000 , 0x00000012 
- 00017994  0x00004241 fetch  0x00000001 , 0x00004217 
- 00017995  0x00004242 mul32  0x0000003f , 0x00000022 , 0x00000002 
- 00017996  0x00004243 fetch  0x00000002 , 0x00004215 
- 00017997  0x00004244 copy  0x0000003f , 0x00000011 
- 00017998  0x00004245 branch  0x00006606 
- 00017999  0x00004248 arg  0x00000000 , 0x00000012 
- 00018000  0x00004249 fetch  0x00000001 , 0x0000469a 
- 00018001  0x0000424a rtnbit0  0x00000001 
- 00018002  0x0000424b fetch  0x00000001 , 0x00004217 
- 00018003  0x0000424c rtn  0x00000034 
- 00018004  0x0000424d mul32  0x0000003f , 0x00000022 , 0x00000002 
- 00018005  0x0000424e fetch  0x00000002 , 0x00004215 
- 00018006  0x0000424f copy  0x0000003f , 0x00000011 
- 00018007  0x00004250 branch  0x000065df 
- 00018008  0x00004255 call  0x000046b6 
- 00018009  0x00004256 setarg  0x00000000 
- 00018010  0x00004257 store  0x00000002 , 0x000046b7 
- 00018011  0x00004258 branch  0x00003408 
- 00018012  0x0000425c call  0x00007e38 
- 00018013  0x0000425d jam  0x00000000 , 0x000046b0 
- 00018014  0x0000425e branch  0x000046d9 
- 00018015  0x00004262 call  0x00007e38 
- 00018016  0x00004263 jam  0x00000001 , 0x000046b0 
- 00018017  0x00004264 fetch  0x00000008 , 0x000046c1 
- 00018018  0x00004265 store  0x00000008 , 0x00004496 
- 00018019  0x00004266 call  0x00003416 
- 00018020  0x00004267 branch  0x00005abf 
- 00018021  0x0000426b fetch  0x00000002 , 0x00004509 
- 00018022  0x0000426c rtneq  0x00000000 
- 00018023  0x0000426d fetch  0x00000008 , 0x000046c9 
- 00018024  0x0000426e rtn  0x00000034 
- 00018025  0x0000426f store  0x00000008 , 0x00004496 
- 00018026  0x00004270 branch  0x00005abf 
- 00018027  0x00004275 branch  0x0000481f 
- 00018028  0x00004278 fetch  0x00000001 , 0x000046dd 
- 00018029  0x00004279 rtneq  0x00000000 
- 00018030  0x0000427a fetch  0x00000001 , 0x000046df 
- 00018031  0x0000427b rtnne  0x00000001 
- 00018032  0x0000427c call  0x00004672 
- 00018033  0x0000427d branch  0x00003406 
- 00018034  0x00004280 jam  0x00000001 , 0x000048df 
- 00018035  0x00004281 arg  0x0000000b , 0x00000039 
- 00018036  0x00004282 arg  0x000048e0 , 0x00000005 
- 00018037  0x00004283 arg  0x000048c9 , 0x00000006 
- 00018038  0x00004284 branch  0x00007f01 
- 00018039  0x00004287 fetch  0x00000001 , 0x000046dd 
- 00018040  0x00004288 rtneq  0x00000000 
- 00018041  0x00004289 fetch  0x00000001 , 0x000046df 
- 00018042  0x0000428a beq  0x00000001 , 0x0000467c 
- 00018043  0x0000428b branch  0x0000481b 
- 00018044  0x0000428e fetch  0x00000001 , 0x000048df 
- 00018045  0x0000428f rtnne  0x00000001 
- 00018046  0x00004290 jam  0x00000000 , 0x000048df 
- 00018047  0x00004291 fetch  0x00000002 , 0x00004682 
- 00018048  0x00004292 bbit1  0x00000000 , 0x00003408 
- 00018049  0x00004293 bbit1  0x00000009 , 0x00003408 
- 00018050  0x00004294 arg  0x0000000b , 0x00000039 
- 00018051  0x00004295 arg  0x000048e0 , 0x00000006 
- 00018052  0x00004296 arg  0x000048c9 , 0x00000005 
- 00018053  0x00004297 branch  0x00007f01 
- 00018054  0x0000429e call  0x0000468c 
- 00018055  0x000042a1 call  0x00004693 
- 00018056  0x000042a4 call  0x0000469e 
- 00018057  0x000042a5 call  0x000046a6 
- 00018058  0x000042a6 call  0x000046a9 
- 00018059  0x000042a9 branch  0x000046ac 
- 00018060  0x000042ae arg  0x000046db , 0x00000013 
- 00018061  0x000042af arg  0x0000468f , 0x00000012 
- 00018062  0x000042b0 branch  0x00003374 
- 00018063  0x000042b2 jam  0x00000002 , 0x000046df 
- 00018064  0x000042b3 call  0x00003408 
- 00018065  0x000042b4 call  0x000046f4 
- 00018066  0x000042b5 branch  0x0000480b 
- 00018067  0x000042b9 arg  0x000048ec , 0x00000013 
- 00018068  0x000042ba arg  0x00004696 , 0x00000012 
- 00018069  0x000042bb branch  0x0000336d 
- 00018070  0x000042be fetch  0x00000002 , 0x00004682 
- 00018071  0x000042bf bbit1  0x00000009 , 0x0000480b 
- 00018072  0x000042c0 bbit1  0x00000000 , 0x0000480b 
- 00018073  0x000042c1 fetch  0x00000001 , 0x000048c9 
- 00018074  0x000042c2 beq  0x00000001 , 0x0000480b 
- 00018075  0x000042c3 beq  0x00000004 , 0x0000480b 
- 00018076  0x000042c4 beq  0x00000005 , 0x0000480b 
- 00018077  0x000042c5 branch  0x0000340a 
- 00018078  0x000042ca arg  0x000046ac , 0x00000013 
- 00018079  0x000042cb arg  0x000046a1 , 0x00000012 
- 00018080  0x000042cc branch  0x0000336d 
- 00018081  0x000042cf fetch  0x00000001 , 0x0000027f 
- 00018082  0x000042d0 set1  0x00000000 , 0x0000003f 
- 00018083  0x000042d1 set1  0x00000007 , 0x0000003f 
- 00018084  0x000042d2 store  0x00000001 , 0x0000027f 
- 00018085  0x000042d3 rtn 
- 00018086  0x000042d6 arg  0x00004680 , 0x00000013 
- 00018087  0x000042d7 arg  0x0000463c , 0x00000012 
- 00018088  0x000042d8 branch  0x0000336d 
- 00018089  0x000042db arg  0x000046ad , 0x00000013 
- 00018090  0x000042dc arg  0x000033e9 , 0x00000012 
- 00018091  0x000042dd branch  0x0000336d 
- 00018092  0x000042e3 fetch  0x00000001 , 0x000046df 
- 00018093  0x000042e4 rtnne  0x00000001 
- 00018094  0x000042e5 arg  0x000046b7 , 0x00000013 
- 00018095  0x000042e6 arg  0x000046c2 , 0x00000012 
- 00018096  0x000042e7 branch  0x00003374 
- 00018097  0x000042eb call  0x0000473a 
- 00018098  0x000042ec branch  0x00006978 
- 00018099  0x000042f0 branch  0x0000696c 
- 00018100  0x000042f3 call  0x00006835 
- 00018101  0x000042f4 branch  0x000046b3 
- 00018102  0x000042fb fetch  0x00000001 , 0x0000469a 
- 00018103  0x000042fc bbit1  0x00000001 , 0x000046be 
- 00018104  0x000042fd bbit1  0x00000000 , 0x000046ba 
- 00018105  0x000042fe rtn 
- 00018106  0x00004301 fetch  0x00000002 , 0x000046d7 
- 00018107  0x00004302 store  0x00000002 , 0x000046d9 
- 00018108  0x00004303 store  0x00000002 , 0x000046db 
- 00018109  0x00004304 branch  0x000033f8 
- 00018110  0x00004307 fetch  0x00000002 , 0x000046d3 
- 00018111  0x00004308 store  0x00000002 , 0x000046d9 
- 00018112  0x00004309 store  0x00000002 , 0x000046db 
- 00018113  0x0000430a branch  0x000033f0 
- 00018114  0x0000430d fetch  0x00000001 , 0x000046df 
- 00018115  0x0000430e rtnne  0x00000001 
- 00018116  0x0000430f fetch  0x00000001 , 0x0000469a 
- 00018117  0x00004310 bbit1  0x00000001 , 0x000046c8 
- 00018118  0x00004311 bbit1  0x00000000 , 0x000046cc 
- 00018119  0x00004312 rtn 
- 00018120  0x00004315 fetch  0x00000002 , 0x000046d1 ,
- 00018121  0x00004316 store  0x00000002 , 0x000046d9 
- 00018122  0x00004317 store  0x00000002 , 0x000046db 
- 00018123  0x00004318 branch  0x000033eb 
- 00018124  0x0000431b fetch  0x00000002 , 0x00004682 
- 00018125  0x0000431c rtnbit1  0x00000009 
- 00018126  0x0000431d fetch  0x00000002 , 0x000046d5 
- 00018127  0x0000431e store  0x00000002 , 0x000046d9 
- 00018128  0x0000431f store  0x00000002 , 0x000046db 
- 00018129  0x00004320 fetch  0x00000002 , 0x000046b3 
- 00018130  0x00004321 call  0x000046f0 
- 00018131  0x00004322 call  0x00003404 
- 00018132  0x00004323 fetch  0x00000004 , 0x000046bd 
- 00018133  0x00004324 store  0x00000004 , 0x000048cc 
- 00018134  0x00004325 fetch  0x00000002 , 0x00004682 
- 00018135  0x00004326 rtnbit1  0x0000000b 
- 00018136  0x00004327 branch  0x000033fa 
- 00018137  0x0000432b fetch  0x00000001 , 0x000046df 
- 00018138  0x0000432c rtnne  0x00000001 
- 00018139  0x0000432d fetch  0x00000001 , 0x0000469a 
- 00018140  0x0000432e bbit1  0x00000001 , 0x000046df 
- 00018141  0x0000432f bbit1  0x00000000 , 0x000046e4 
- 00018142  0x00004330 rtn 
- 00018143  0x00004333 call  0x000046f8 
- 00018144  0x00004334 branch  0x000046c2 , 0x00000034 
- 00018145  0x00004335 call  0x00003406 
- 00018146  0x00004336 call  0x000033f0 
- 00018147  0x00004337 branch  0x000033e1 
- 00018148  0x0000433a fetch  0x00000002 , 0x000046b7 
- 00018149  0x0000433b fetcht  0x00000002 , 0x000046b5 
- 00018150  0x0000433c storet  0x00000002 , 0x000046b7 
- 00018151  0x0000433d nrtn  0x00000034 
- 00018152  0x0000433e fetch  0x00000002 , 0x000046b1 
- 00018153  0x0000433f call  0x000046f0 
- 00018154  0x00004340 call  0x00003404 
- 00018155  0x00004341 fetch  0x00000004 , 0x000046b9 
- 00018156  0x00004342 store  0x00000004 , 0x000048cc 
- 00018157  0x00004343 fetch  0x00000002 , 0x00004682 
- 00018158  0x00004344 rtnbit1  0x0000000b 
- 00018159  0x00004345 branch  0x000033fa 
- 00018160  0x00004349 store  0x00000002 , 0x00004154 
- 00018161  0x0000434a increase  0xfffffffc , 0x0000003f 
- 00018162  0x0000434b store  0x00000002 , 0x00004482 
- 00018163  0x0000434c rtn 
- 00018164  0x00004350 fetch  0x00000002 , 0x00004682 
- 00018165  0x00004351 bbit1  0x00000009 , 0x00003402 
- 00018166  0x00004352 bbit1  0x00000000 , 0x000033e9 
- 00018167  0x00004353 branch  0x000046b6 
- 00018168  0x00004358 fetch  0x00000001 , 0x00004217 
- 00018169  0x00004359 copy  0x0000003f , 0x00000039 
- 00018170  0x0000435a fetch  0x00000002 , 0x00004215 
- 00018171  0x0000435b copy  0x0000003f , 0x00000011 
- 00018172  0x0000435d ifetch  0x00000002 , 0x00000011 
- 00018173  0x0000435e beq  0x00000000 , 0x00004701 
- 00018174  0x0000435f increase  0x00000022 , 0x00000011 
- 00018175  0x00004360 loop  0x000046fc 
- 00018176  0x00004361 branch  0x00007ff1 
- 00018177  0x00004364 ifetch  0x00000006 , 0x00000006 
- 00018178  0x00004365 store  0x00000006 , 0x000041d0 
- 00018179  0x00004366 increase  0x0000000a , 0x00000006 
- 00018180  0x00004367 arg  0x000041be , 0x00000005 
- 00018181  0x00004368 call  0x00007ebf 
- 00018182  0x00004369 call  0x000067d7 
- 00018183  0x0000436a branch  0x00007fef 
- 00018184  0x00004371 call  0x00007fe9 
- 00018185  0x00004372 fetch  0x00000002 , 0x00004682 
- 00018186  0x00004373 bbit1  0x00000000 , 0x0000470d 
- 00018187  0x00004374 bbit1  0x00000009 , 0x00004710 
- 00018188  0x00004375 rtn 
- 00018189  0x00004378 fetch  0x00000001 , 0x00004253 
- 00018190  0x00004379 rtnne  0x0000003f 
- 00018191  0x0000437a branch  0x00007fe7 
- 00018192  0x0000437d fetch  0x00000001 , 0x000046b0 
- 00018193  0x0000437e rtn  0x00000034 
- 00018194  0x0000437f branch  0x00007fe7 
- 00018195  0x00004385 call  0x00007fe9 
- 00018196  0x00004386 fetch  0x00000002 , 0x00004682 
- 00018197  0x00004387 rtnbit1  0x00000000 
- 00018198  0x00004388 rtnbit1  0x00000009 
- 00018199  0x00004389 branch  0x00007fe7 
- 00018200  0x0000438e fetch  0x00000001 , 0x0000469a 
- 00018201  0x0000438f bbit1  0x00000001 , 0x0000471c 
- 00018202  0x00004390 bbit1  0x00000000 , 0x0000471f 
- 00018203  0x00004391 rtn 
- 00018204  0x00004394 fetch  0x00000001 , 0x00004093 
- 00018205  0x00004395 rtnne  0x00000003 
- 00018206  0x00004396 branch  0x000046d9 
- 00018207  0x00004399 branch  0x000046d9 
- 00018208  0x0000439d disable  0x0000002c 
- 00018209  0x0000439e fetch  0x00000002 , 0x000046d9 
- 00018210  0x0000439f store  0x00000002 , 0x000046db 
- 00018211  0x000043a1 call  0x00004713 
- 00018212  0x000043a2 branch  0x00004718 , 0x00000028 
- 00018213  0x000043a4 call  0x00004708 
- 00018214  0x000043a5 nrtn  0x00000028 
- 00018215  0x000043a6 enable  0x0000002c 
- 00018216  0x000043a7 rtn 
- 00018217  0x000043ac call  0x00004720 
- 00018218  0x000043ad nrtn  0x0000002c 
- 00018219  0x000043ae deposit  0x00000011 
- 00018220  0x000043af branch  0x00004730 , 0x00000034 
- 00018221  0x000043b1 call  0x00003406 
- 00018222  0x000043b2 arg  0x000046f1 , 0x00000013 
- 00018223  0x000043b3 branch  0x00004732 
- 00018224  0x000043b6 call  0x00003408 
- 00018225  0x000043b7 arg  0x00004719 , 0x00000013 
- 00018226  0x000043ba arg  0x00000005 , 0x0000003f 
- 00018227  0x000043bb imul32  0x00000007 , 0x0000003f 
- 00018228  0x000043bc iadd  0x00000013 , 0x00000013 
- 00018229  0x000043c0 ifetch  0x00000001 , 0x00000013 
- 00018230  0x000043c1 rtn  0x00000034 
- 00018231  0x000043c2 call  0x00004762 
- 00018232  0x000043c3 increase  0x00000001 , 0x00000013 
- 00018233  0x000043c4 branch  0x00004735 
- 00018234  0x000043c8 fetch  0x00000002 , 0x00004682 
- 00018235  0x000043c9 bbit1  0x00000009 , 0x0000473e 
- 00018236  0x000043ca bbit1  0x00000000 , 0x0000474e 
- 00018237  0x000043cb rtn 
- 00018238  0x000043ce call  0x00005892 
- 00018239  0x000043cf nrtn  0x00000034 
- 00018240  0x000043d0 call  0x00004765 
- 00018241  0x000043d1 nrtn  0x00000028 
- 00018242  0x000043d2 pincrease  0xffffffff 
- 00018243  0x000043d3 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00018244  0x000043d4 arg  0x00004741 , 0x00000002 
- 00018245  0x000043d5 iadd  0x00000002 , 0x00000006 
- 00018246  0x000043d7 ifetch  0x00000001 , 0x00000006 
- 00018247  0x000043d8 copy  0x0000003f , 0x00000011 
- 00018248  0x000043d9 ifetcht  0x00000002 , 0x00000006 
- 00018249  0x000043da call  0x00007ea5 
- 00018250  0x000043db call  0x00005a64 
- 00018251  0x000043dc copy  0x00000011 , 0x00000039 
- 00018252  0x000043dd call  0x00007e9f 
- 00018253  0x000043de branch  0x00007f01 
- 00018254  0x000043e2 call  0x00005271 
- 00018255  0x000043e3 nrtn  0x00000034 
- 00018256  0x000043e4 call  0x00004765 
- 00018257  0x000043e5 nrtn  0x00000028 
- 00018258  0x000043e6 pincrease  0xffffffff 
- 00018259  0x000043e7 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00018260  0x000043e8 arg  0x000047a0 , 0x00000002 
- 00018261  0x000043e9 iadd  0x00000002 , 0x00000006 
- 00018262  0x000043ea ifetch  0x00000005 , 0x00000006 
- 00018263  0x000043eb store  0x00000005 , 0x0000479b 
- 00018264  0x000043ed fetch  0x00000001 , 0x0000479b 
- 00018265  0x000043ee copy  0x0000003f , 0x00000011 
- 00018266  0x000043ef call  0x00004d63 
- 00018267  0x000043f0 fetch  0x00000002 , 0x0000424e 
- 00018268  0x000043f1 istore  0x00000002 , 0x00000005 
- 00018269  0x000043f2 setarg  0x000000a1 
- 00018270  0x000043f3 istore  0x00000001 , 0x00000005 
- 00018271  0x000043f4 fetch  0x00000004 , 0x0000479c 
- 00018272  0x000043f5 istore  0x00000009 , 0x00000005 
- 00018273  0x000043f6 rtn 
- 00018274  0x000043fb store  0x00000001 , 0x00000a9a 
- 00018275  0x000043fc arg  0x00000a9a , 0x00000011 
- 00018276  0x000043fd branch  0x00007e3d 
- 00018277  0x00004400 arg  0x00000a9a , 0x00000011 
- 00018278  0x00004401 call  0x00007e54 
- 00018279  0x00004402 nrtn  0x00000028 
- 00018280  0x00004403 fetch  0x00000001 , 0x00000a9a 
- 00018281  0x00004404 rtn 
- 00018282  0x00004408 fetch  0x00000002 , 0x00000478 
- 00018283  0x00004409 beq  0x00000018 , 0x0000465f 
- 00018284  0x0000440a rtn 
- 00018285  0x0000440d setarg  0x00000002 
- 00018286  0x0000440e store  0x00000001 , 0x000048eb 
- 00018287  0x00004410 setarg  0x00200008 
- 00018288  0x00004411 store  0x00000004 , 0x000046c1 
- 00018289  0x00004412 setarg  0x012c0005 
- 00018290  0x00004413 istore  0x00000004 , 0x00000005 
- 00018291  0x00004416 jam  0x00000017 , 0x000044a6 
- 00018292  0x00004419 setarg  0x0000001b 
- 00018293  0x0000441a store  0x00000002 , 0x000044fa 
- 00018294  0x0000441b call  0x00005810 
- 00018295  0x0000441c call  0x0000582c 
- 00018296  0x0000441d call  0x00005839 
- 00018297  0x0000441e branch  0x00005818 
- 00018298  0x00004423 arg  0x00000028 , 0x00000039 
- 00018299  0x00004424 arg  0x00004741 , 0x00000005 
- 00018300  0x00004425 arg  0x0000949f , 0x00000006 
- 00018301  0x00004426 call  0x00007ef4 
- 00018302  0x00004427 arg  0x00000028 , 0x00000039 
- 00018303  0x00004428 arg  0x000047a0 , 0x00000005 
- 00018304  0x00004429 arg  0x000094c7 , 0x00000006 
- 00018305  0x0000442a branch  0x00007ef4 
- 00018306  0x0000442e arg  0x0000017e , 0x00000039 
- 00018307  0x0000442f arg  0x0000913a , 0x00000006 
- 00018308  0x00004430 branch  0x00007ef4 
- 00018309  0x00004434 arg  0x000001e7 , 0x00000039 
- 00018310  0x00004435 arg  0x000092b8 , 0x00000006 
- 00018311  0x00004436 branch  0x00007ef4 
- 00018312  0x0000443b call  0x000047ae 
- 00018313  0x0000443c nrtn  0x00000028 
- 00018314  0x0000443d fetch  0x00000001 , 0x0000469f 
- 00018315  0x0000443e call  0x00004790 
- 00018316  0x0000443f fetch  0x00000001 , 0x000046a0 
- 00018317  0x00004440 call  0x00004790 
- 00018318  0x00004441 fetch  0x00000001 , 0x000046a1 
- 00018319  0x00004442 branch  0x00004790 
- 00018320  0x00004445 rtn  0x00000034 
- 00018321  0x00004446 or  0x0000003f , 0x00000080 , 0x00000002 
- 00018322  0x00004447 branch  0x000067f9 
- 00018323  0x0000444b call  0x000047ae 
- 00018324  0x0000444c nrtn  0x00000028 
- 00018325  0x0000444d call  0x00004797 
- 00018326  0x0000444e branch  0x000047b4 
- 00018327  0x00004451 arg  0x00000000 , 0x00000011 
- 00018328  0x00004452 fetch  0x00000001 , 0x0000469f 
- 00018329  0x00004453 call  0x000047a9 
- 00018330  0x00004454 nsetflag  0x00000034 , 0x00000000 , 0x00000011 
- 00018331  0x00004455 fetch  0x00000001 , 0x000046a0 
- 00018332  0x00004456 call  0x000047a9 
- 00018333  0x00004457 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00018334  0x00004458 fetch  0x00000001 , 0x000046a1 
- 00018335  0x00004459 call  0x000047a9 
- 00018336  0x0000445a nsetflag  0x00000034 , 0x00000002 , 0x00000011 
- 00018337  0x0000445b copy  0x00000011 , 0x0000003f 
- 00018338  0x0000445c store  0x00000001 , 0x000046a9 
- 00018339  0x0000445d fetch  0x00000001 , 0x0000469e 
- 00018340  0x0000445e imul32  0x00000011 , 0x0000003f 
- 00018341  0x0000445f fetcht  0x00000002 , 0x0000469c 
- 00018342  0x00004460 iadd  0x00000002 , 0x0000003f 
- 00018343  0x00004461 store  0x00000002 , 0x000046aa 
- 00018344  0x00004462 rtn 
- 00018345  0x00004465 rtn  0x00000034 
- 00018346  0x00004466 or  0x0000003f , 0x00000080 , 0x00000002 
- 00018347  0x00004467 call  0x0000681d 
- 00018348  0x00004468 nbranch  0x00007ff1 , 0x00000001 
- 00018349  0x00004469 branch  0x00007fef 
- 00018350  0x0000446d call  0x00007fe9 
- 00018351  0x0000446e fetch  0x00000001 , 0x000046a8 
- 00018352  0x0000446f nrtn  0x00000034 
- 00018353  0x00004470 fetch  0x00000001 , 0x0000469b 
- 00018354  0x00004471 rtn  0x00000034 
- 00018355  0x00004472 branch  0x00007fe7 
- 00018356  0x00004476 call  0x0000666a 
- 00018357  0x00004477 fetch  0x00000002 , 0x000046aa 
- 00018358  0x00004478 arg  0x00000ac2 , 0x00000011 
- 00018359  0x00004479 fetcht  0x00000001 , 0x0000469e 
- 00018360  0x0000447a call  0x000066b3 
- 00018361  0x0000447b call  0x0000666d 
- 00018362  0x0000447d fetch  0x00000001 , 0x00000ac2 
- 00018363  0x0000447e copy  0x0000003f , 0x00000039 
- 00018364  0x0000447f store  0x00000001 , 0x000043af 
- 00018365  0x00004480 call  0x00007ef4 
- 00018366  0x00004481 fetch  0x00000001 , 0x00000ac2 
- 00018367  0x00004482 copy  0x0000003f , 0x00000039 
- 00018368  0x00004483 store  0x00000001 , 0x00004515 
- 00018369  0x00004484 call  0x00007ef4 
- 00018370  0x00004485 ifetch  0x00000001 , 0x00000006 
- 00018371  0x00004486 store  0x00000001 , 0x000046e6 
- 00018372  0x00004487 ifetch  0x00000001 , 0x00000006 
- 00018373  0x00004488 store  0x00000001 , 0x000046dd 
- 00018374  0x00004489 rtn 
- 00018375  0x0000448d fetch  0x00000001 , 0x0000469a 
- 00018376  0x0000448e rtnbit0  0x00000001 
- 00018377  0x0000448f arg  0x00000003 , 0x00000002 
- 00018378  0x00004490 fetch  0x00000002 , 0x000046a4 
- 00018379  0x00004491 copy  0x0000003f , 0x00000012 
- 00018380  0x00004492 arg  0x000046a6 , 0x00000011 
- 00018381  0x00004493 call  0x000065df 
- 00018382  0x00004494 fetcht  0x00000002 , 0x000046a6 
- 00018383  0x00004495 setarg  0x00001b3a 
- 00018384  0x00004496 isub  0x00000002 , 0x0000003e 
- 00018385  0x00004497 nrtn  0x00000005 
- 00018386  0x00004498 fetch  0x00000001 , 0x000046a8 
- 00018387  0x00004499 rtn  0x00000034 
- 00018388  0x0000449a copy  0x0000003f , 0x00000002 
- 00018389  0x0000449b fetch  0x00000002 , 0x000046a4 
- 00018390  0x0000449c add  0x0000003f , 0x00000003 , 0x00000012 
- 00018391  0x0000449d arg  0x00000ac2 , 0x00000011 
- 00018392  0x0000449e call  0x000065df 
- 00018393  0x0000449f branch  0x000047e8 
- 00018394  0x000044a2 fetch  0x00000002 , 0x000046a2 
- 00018395  0x000044a3 rtn  0x00000034 
- 00018396  0x000044a4 call  0x0000666a 
- 00018397  0x000044a5 arg  0x00000001 , 0x00000002 
- 00018398  0x000044a6 arg  0x000046a8 , 0x00000011 
- 00018399  0x000044a7 call  0x000066b3 
- 00018400  0x000044a9 fetch  0x00000001 , 0x000046a8 
- 00018401  0x000044aa rtn  0x00000034 
- 00018402  0x000044ac fetch  0x00000002 , 0x000046a2 
- 00018403  0x000044ad pincrease  0x00000001 
- 00018404  0x000044ae arg  0x00000ac2 , 0x00000011 
- 00018405  0x000044af fetcht  0x00000001 , 0x000046a8 
- 00018406  0x000044b0 call  0x000066b3 
- 00018407  0x000044b1 call  0x0000666d 
- 00018408  0x000044b3 call  0x000047ba 
- 00018409  0x000044b5 ifetch  0x00000002 , 0x00000006 
- 00018410  0x000044b6 rtn  0x00000034 
- 00018411  0x000044b7 copy  0x0000003f , 0x00000005 
- 00018412  0x000044b8 ifetcht  0x00000001 , 0x00000006 
- 00018413  0x000044b9 copy  0x00000002 , 0x00000039 
- 00018414  0x000044ba call  0x00007f01 
- 00018415  0x000044bb branch  0x000047e9 
- 00018416  0x000044c0 fetch  0x00000001 , 0x0000469a 
- 00018417  0x000044c1 rtnbit0  0x00000001 
- 00018418  0x000044c2 fetch  0x00000002 , 0x000046ae 
- 00018419  0x000044c3 copy  0x0000003f , 0x00000012 
- 00018420  0x000044c4 arg  0x00000004 , 0x00000002 
- 00018421  0x000044c5 arg  0x00000ac2 , 0x00000011 
- 00018422  0x000044c6 call  0x000065df 
- 00018423  0x000044c7 fetch  0x00000001 , 0x00000ac2 
- 00018424  0x000044c8 bne  0x00000001 , 0x000047f9 
- 00018425  0x000044ca setarg  0x00000001 
- 00018426  0x000044cb store  0x00000001 , 0x00000ac2 
- 00018427  0x000044cc force  0x00000003 , 0x00000039 
- 00018428  0x000044cd call  0x0000630d 
- 00018429  0x000044ce fetch  0x00000002 , 0x000046ae 
- 00018430  0x000044cf copy  0x0000003f , 0x00000012 
- 00018431  0x000044d0 arg  0x00000004 , 0x00000002 
- 00018432  0x000044d1 arg  0x00000ac2 , 0x00000011 
- 00018433  0x000044d2 call  0x00006606 
- 00018434  0x000044d4 fetch  0x00000003 , 0x00000ac3 
- 00018435  0x000044d5 store  0x00000003 , 0x000040a0 
- 00018436  0x000044d6 store  0x00000003 , 0x000044a0 
- 00018437  0x000044d7 rtn 
- 00018438  0x000044db branch  0x000046d9 
- 00018439  0x000044df arg  0x00000000 , 0x00000011 
- 00018440  0x000044e0 arg  0x000048d4 , 0x00000013 
- 00018441  0x000044e1 call  0x00007d24 
- 00018442  0x000044e2 call  0x000046f4 
- 00018443  0x000044e4 fetch  0x00000001 , 0x000048eb 
- 00018444  0x000044e5 store  0x00000001 , 0x000048ec 
- 00018445  0x000044e6 rtn 
- 00018446  0x000044eb setarg  0x00000000 
- 00018447  0x000044ec call  0x00004816 
- 00018448  0x000044ed jam  0x00000001 , 0x00004679 
- 00018449  0x000044ee call  0x00007cd3 
- 00018450  0x000044ef call  0x00007cdd 
- 00018451  0x000044f0 fetch  0x00000002 , 0x00004682 
- 00018452  0x000044f1 rtnbit1  0x0000000c 
- 00018453  0x000044f2 branch  0x0000340a 
- 00018454  0x000044f5 fetcht  0x00000002 , 0x0000423f 
- 00018455  0x000044f6 istore  0x00000001 , 0x00000002 
- 00018456  0x000044f7 ifetch  0x00000001 , 0x00000005 
- 00018457  0x000044f8 store  0x00000001 , 0x00004685 
- 00018458  0x000044f9 rtn 
- 00018459  0x000044fd fetch  0x00000002 , 0x0000423f 
- 00018460  0x000044fe ifetch  0x00000001 , 0x0000003f 
- 00018461  0x000044ff rtnne  0x00000000 
- 00018462  0x00004500 branch  0x0000340a 
- 00018463  0x00004504 fetcht  0x00000002 , 0x0000423f 
- 00018464  0x00004505 ifetch  0x00000001 , 0x00000002 
- 00018465  0x00004506 beq  0x00000001 , 0x0000482a 
- 00018466  0x00004508 setarg  0x00000001 
- 00018467  0x00004509 fetcht  0x00000002 , 0x0000423f 
- 00018468  0x0000450a istore  0x00000001 , 0x00000002 
- 00018469  0x0000450b add  0x00000002 , 0x00000002 , 0x00000006 
- 00018470  0x0000450c ifetch  0x00000001 , 0x00000006 
- 00018471  0x0000450d istore  0x00000001 , 0x00004685 
- 00018472  0x0000450e ifetch  0x00000002 , 0x00000006 
- 00018473  0x0000450f branch  0x00007f9c 
- 00018474  0x00004512 setarg  0x00000002 
- 00018475  0x00004513 call  0x00004816 
- 00018476  0x00004514 add  0x00000002 , 0x00000005 , 0x00000006 
- 00018477  0x00004515 ifetch  0x00000002 , 0x00000006 
- 00018478  0x00004516 branch  0x0000340a , 0x00000034 
- 00018479  0x00004517 branch  0x00007f9c 
- 00018480  0x0000451e store  0x00000006 , 0x00000101 
- 00018481  0x0000451f fetch  0x00000001 , 0x00000101 
- 00018482  0x00004520 store  0x00000001 , 0x0000010c 
- 00018483  0x00004521 ifetch  0x00000001 , 0x00000006 
- 00018484  0x00004522 store  0x00000001 , 0x0000010b 
- 00018485  0x00004523 ifetch  0x00000001 , 0x00000006 
- 00018486  0x00004524 store  0x00000001 , 0x0000010a 
- 00018487  0x00004525 ifetch  0x00000001 , 0x00000006 
- 00018488  0x00004526 store  0x00000001 , 0x00000109 
- 00018489  0x00004527 ifetch  0x00000001 , 0x00000006 
- 00018490  0x00004528 store  0x00000001 , 0x00000108 
- 00018491  0x00004529 ifetch  0x00000001 , 0x00000006 
- 00018492  0x0000452a store  0x00000001 , 0x00000107 
- 00018493  0x0000452b fetch  0x00000006 , 0x00000107 
- 00018494  0x0000452c rtn 
- 00018495  0x0000452f call  0x000068a2 
- 00018496  0x00004530 fetch  0x00000001 , 0x00004223 
- 00018497  0x00004531 store  0x00000001 , 0x000044a0 
- 00018498  0x00004532 fetch  0x00000001 , 0x00004225 
- 00018499  0x00004533 istore  0x00000001 , 0x00000005 
- 00018500  0x00004534 fetch  0x00000001 , 0x00004227 
- 00018501  0x00004535 istore  0x00000001 , 0x00000005 
- 00018502  0x00004536 fetch  0x00000003 , 0x000044a0 
- 00018503  0x00004537 store  0x00000003 , 0x000040a0 
- 00018504  0x00004538 rtn 
- 00018505  0x00004545 fetch  0x00000002 , 0x00004203 
- 00018506  0x00004546 iadd  0x00000012 , 0x0000003f 
- 00018507  0x00004547 byteswap  0x0000003f , 0x0000003f 
- 00018508  0x00004548 store  0x00000002 , 0x000001f7 
- 00018509  0x00004549 copy  0x00000002 , 0x00000012 
- 00018510  0x0000454b call  0x0000489b 
- 00018511  0x0000454c setarg  0x000000a0 
- 00018512  0x0000454d call  0x0000488d 
- 00018513  0x0000454e fetch  0x00000001 , 0x000001f7 
- 00018514  0x0000454f call  0x0000488d 
- 00018515  0x00004550 bmark1  0x00000028 , 0x00004856 
- 00018516  0x00004551 fetch  0x00000001 , 0x000001f8 
- 00018517  0x00004552 call  0x0000488d 
- 00018518  0x00004554 call  0x000048a1 
- 00018519  0x00004556 call  0x0000489b 
- 00018520  0x00004557 setarg  0x000000a1 
- 00018521  0x00004558 call  0x0000488d 
- 00018522  0x0000455b call  0x0000487f 
- 00018523  0x0000455c istore  0x00000001 , 0x00000011 
- 00018524  0x0000455d increase  0x00000001 , 0x00000011 
- 00018525  0x0000455e increase  0xffffffff , 0x00000012 
- 00018526  0x0000455f nbranch  0x0000485a , 0x00000005 
- 00018527  0x00004560 branch  0x000048a1 
- 00018528  0x0000456c byteswap  0x00000012 , 0x0000003f 
- 00018529  0x0000456d store  0x00000002 , 0x000001f7 
- 00018530  0x0000456e copy  0x00000002 , 0x00000012 
- 00018531  0x00004570 call  0x0000489b 
- 00018532  0x00004571 setarg  0x000000a0 
- 00018533  0x00004572 call  0x0000488d 
- 00018534  0x00004574 fetch  0x00000001 , 0x000001f7 
- 00018535  0x00004575 call  0x0000488d 
- 00018536  0x00004576 bmark1  0x00000028 , 0x0000486b 
- 00018537  0x00004577 fetch  0x00000001 , 0x000001f8 
- 00018538  0x00004578 call  0x0000488d 
- 00018539  0x0000457a ifetch  0x00000001 , 0x00000011 
- 00018540  0x0000457b call  0x0000488d 
- 00018541  0x0000457c increase  0x00000001 , 0x00000011 
- 00018542  0x0000457d increase  0xffffffff , 0x00000012 
- 00018543  0x0000457e nbranch  0x0000486b , 0x00000005 
- 00018544  0x0000457f branch  0x000048a1 
- 00018545  0x00004584 arg  0x0000000a , 0x00000039 
- 00018546  0x00004585 call  0x000048be 
- 00018547  0x00004586 call  0x000048a6 
- 00018548  0x00004587 call  0x000048d2 
- 00018549  0x00004589 call  0x000048c7 
- 00018550  0x0000458a branch  0x000048a9 , 0x00000034 
- 00018551  0x0000458b loop  0x00004875 
- 00018552  0x0000458c branch  0x000048a9 
- 00018553  0x00004591 call  0x000048a9 
- 00018554  0x00004592 call  0x000048af 
- 00018555  0x00004593 call  0x000048d2 
- 00018556  0x00004594 call  0x000048a6 
- 00018557  0x00004595 call  0x000048d2 
- 00018558  0x00004596 branch  0x000048a9 
- 00018559  0x0000459c arg  0x00000008 , 0x00000039 
- 00018560  0x0000459d arg  0x00000000 , 0x00000013 
- 00018561  0x0000459e call  0x000048be 
- 00018562  0x000045a0 call  0x000048a6 
- 00018563  0x000045a1 call  0x000048d2 
- 00018564  0x000045a2 lshift  0x00000013 , 0x00000013 
- 00018565  0x000045a3 call  0x000048c7 
- 00018566  0x000045a4 iadd  0x00000013 , 0x00000013 
- 00018567  0x000045a5 call  0x000048d2 
- 00018568  0x000045a6 call  0x000048a9 
- 00018569  0x000045a7 loop  0x00004882 
- 00018570  0x000045a8 call  0x00004879 
- 00018571  0x000045a9 copy  0x00000013 , 0x0000003f 
- 00018572  0x000045aa rtn 
- 00018573  0x000045af arg  0x00000008 , 0x00000039 
- 00018574  0x000045b0 copy  0x0000003f , 0x00000013 
- 00018575  0x000045b1 call  0x000048a9 
- 00018576  0x000045b3 isolate1  0x00000007 , 0x00000013 
- 00018577  0x000045b4 call  0x000048ac , 0x00000001 
- 00018578  0x000045b5 ncall  0x000048af , 0x00000001 
- 00018579  0x000045b6 lshift  0x00000013 , 0x00000013 
- 00018580  0x000045b7 call  0x000048d2 
- 00018581  0x000045b8 call  0x000048a6 
- 00018582  0x000045b9 call  0x000048d2 
- 00018583  0x000045ba call  0x000048a9 
- 00018584  0x000045bb call  0x000048d2 
- 00018585  0x000045bc loop  0x00004890 
- 00018586  0x000045bd branch  0x00004871 
- 00018587  0x000045c2 call  0x000048ac 
- 00018588  0x000045c3 call  0x000048a6 
- 00018589  0x000045c4 call  0x000048d2 
- 00018590  0x000045c5 call  0x000048af 
- 00018591  0x000045c6 call  0x000048d2 
- 00018592  0x000045c7 branch  0x000048a9 
- 00018593  0x000045cc call  0x000048af 
- 00018594  0x000045cd call  0x000048a6 
- 00018595  0x000045ce call  0x000048d2 
- 00018596  0x000045cf call  0x000048ac 
- 00018597  0x000045d0 branch  0x000048d2 
- 00018598  0x000045d5 enable  0x00000028 
- 00018599  0x000045d6 fetch  0x00000001 , 0x00004ffe 
- 00018600  0x000045d7 branch  0x000048b2 
- 00018601  0x000045db disable  0x00000028 
- 00018602  0x000045dc fetch  0x00000001 , 0x00004ffe 
- 00018603  0x000045dd branch  0x000048b2 
- 00018604  0x000045e1 enable  0x00000028 
- 00018605  0x000045e2 fetch  0x00000001 , 0x00004fff 
- 00018606  0x000045e3 branch  0x000048b2 
- 00018607  0x000045e7 disable  0x00000028 
- 00018608  0x000045e8 fetch  0x00000001 , 0x00004fff 
- 00018609  0x000045e9 branch  0x000048b2 
- 00018610  0x000045ef and  0x0000003f , 0x00000007 , 0x00000007 
- 00018611  0x000045f0 rshift3  0x0000003f , 0x0000003f 
- 00018612  0x000045f1 arg  0x00008070 , 0x00000002 
- 00018613  0x000045f2 iadd  0x00000002 , 0x00000002 
- 00018614  0x000045f3 ifetch  0x00000001 , 0x00000002 
- 00018615  0x000045f4 qset1  0x0000003f 
- 00018616  0x000045f5 istore  0x00000001 , 0x00000002 
- 00018617  0x000045f6 increase  0x00000004 , 0x00000002 
- 00018618  0x000045f7 ifetch  0x00000001 , 0x00000002 
- 00018619  0x000045f8 qsetflag  0x00000028 , 0x0000003f 
- 00018620  0x000045f9 istore  0x00000001 , 0x00000002 
- 00018621  0x000045fa rtn 
- 00018622  0x000045fe fetch  0x00000001 , 0x00004fff 
- 00018623  0x000045ff and  0x0000003f , 0x00000007 , 0x00000007 
- 00018624  0x00004600 rshift3  0x0000003f , 0x0000003f 
- 00018625  0x00004601 arg  0x00008070 , 0x00000002 
- 00018626  0x00004602 iadd  0x00000002 , 0x00000002 
- 00018627  0x00004603 ifetch  0x00000001 , 0x00000002 
- 00018628  0x00004604 qset0  0x0000003f 
- 00018629  0x00004605 istore  0x00000001 , 0x00000002 
- 00018630  0x00004606 rtn 
- 00018631  0x0000460c nop  0x00000004 
- 00018632  0x0000460d fetch  0x00000001 , 0x00004fff 
- 00018633  0x0000460e and  0x0000003f , 0x00000007 , 0x00000007 
- 00018634  0x0000460f rshift3  0x0000003f , 0x0000003f 
- 00018635  0x00004610 arg  0x0000811c , 0x00000002 
- 00018636  0x00004611 iadd  0x00000002 , 0x00000002 
- 00018637  0x00004612 setarg  0x00000000 
- 00018638  0x00004613 ifetcht  0x00000001 , 0x00000002 
- 00018639  0x00004614 qisolate1  0x00000002 
- 00018640  0x00004615 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00018641  0x00004616 rtn 
- 00018642  0x0000461b rtn 
- 00018643  0x00004622 bpatch  0x000000f6 , 0x0000401e 
- 00018644  0x00004623 hfetch  0x00000001 , 0x00008a26 
- 00018645  0x00004624 isolate1  0x00000007 , 0x0000003f 
- 00018646  0x00004625 call  0x000048ea , 0x00000001 
- 00018647  0x00004626 call  0x0000492e 
- 00018648  0x00004627 hfetch  0x00000001 , 0x00008a26 
- 00018649  0x00004628 store  0x00000001 , 0x00000b22 
- 00018650  0x00004629 hfetch  0x00000001 , 0x00008a27 
- 00018651  0x0000462a store  0x00000001 , 0x00000b23 
- 00018652  0x0000462b hstore  0x00000001 , 0x00008a27 
- 00018653  0x0000462c pinvert 
- 00018654  0x0000462d fetcht  0x00000001 , 0x00000d37 
- 00018655  0x0000462e iand  0x00000002 , 0x0000003f 
- 00018656  0x0000462f store  0x00000001 , 0x00000d37 
- 00018657  0x00004630 jam  0x000000e0 , 0x00008a26 
- 00018658  0x00004631 fetch  0x00000001 , 0x00000b23 
- 00018659  0x00004632 compare  0x00000001 , 0x0000003f , 0x00000001 
- 00018660  0x00004633 call  0x00004941 , 0x00000001 
- 00018661  0x00004634 fetch  0x00000001 , 0x00000b22 
- 00018662  0x00004635 compare  0x00000001 , 0x0000003f , 0x00000001 
- 00018663  0x00004636 call  0x0000494a , 0x00000001 
- 00018664  0x00004637 call  0x00004b61 
- 00018665  0x00004638 branch  0x00004903 
- 00018666  0x0000463b bpatch  0x000000f7 , 0x0000401e 
- 00018667  0x0000463c call  0x00004919 
- 00018668  0x0000463d jam  0x00000000 , 0x00008a00 
- 00018669  0x0000463e nop  0x00002710 
- 00018670  0x0000463f jam  0x000000c0 , 0x00008a10 
- 00018671  0x00004640 hfetch  0x00000002 , 0x00008050 
- 00018672  0x00004641 set0  0x0000000a , 0x0000003f 
- 00018673  0x00004642 hstore  0x00000002 , 0x00008050 
- 00018674  0x00004643 jam  0x0000003c , 0x00008a00 
- 00018675  0x00004644 jam  0x000000ff , 0x00008a26 
- 00018676  0x00004645 jam  0x000000ff , 0x00008a27 
- 00018677  0x00004646 jam  0x00000000 , 0x00008a04 
- 00018678  0x00004647 jam  0x00000002 , 0x00000c6b 
- 00018679  0x00004648 setarg  0x00000d9d 
- 00018680  0x00004649 arg  0x00000c6e , 0x00000005 
- 00018681  0x0000464a isub  0x00000005 , 0x00000039 
- 00018682  0x0000464b branch  0x00007ed4 
- 00018683  0x0000464e fetcht  0x00000001 , 0x00000c6c 
- 00018684  0x0000464f branch  0x000067fb 
- 00018685  0x00004651 fetch  0x00000001 , 0x00000d45 
- 00018686  0x00004652 rtn  0x00000034 
- 00018687  0x00004653 fetcht  0x00000001 , 0x00000c6c 
- 00018688  0x00004654 call  0x0000681d 
- 00018689  0x00004655 branch  0x000048ea , 0x00000001 
- 00018690  0x00004656 rtn 
- 00018691  0x0000465a arg  0x00000000 , 0x00000007 
- 00018692  0x0000465b call  0x00007f16 
- 00018693  0x0000465c nrtn  0x00000034 
- 00018694  0x0000465d fetch  0x00000001 , 0x00000d46 
- 00018695  0x0000465e nrtn  0x00000034 
- 00018696  0x0000465f fetch  0x00000001 , 0x00000d45 
- 00018697  0x00004660 ncall  0x00004bb7 , 0x00000034 
- 00018698  0x00004661 rtn 
- 00018699  0x00004664 arg  0x00000b68 , 0x00000005 
- 00018700  0x00004665 setsect  0x00000000 , 0x00011212 
- 00018701  0x00004666 setsect  0x00000001 , 0x00008000 
- 00018702  0x00004667 setsect  0x00000002 , 0x00000000 
- 00018703  0x00004668 setsect  0x00000003 , 0x00010000 
- 00018704  0x00004669 istore  0x00000009 , 0x00000005 
- 00018705  0x0000466a setsect  0x00000000 , 0x00022412 
- 00018706  0x0000466b setsect  0x00000001 , 0x00008604 
- 00018707  0x0000466c setsect  0x00000002 , 0x00001000 
- 00018708  0x0000466d setsect  0x00000003 , 0x00000008 
- 00018709  0x0000466e istore  0x00000009 , 0x00000005 
- 00018710  0x0000466f setsect  0x00000000 , 0x00000001 
- 00018711  0x00004670 istore  0x00000001 , 0x00000005 
- 00018712  0x00004671 rtn 
- 00018713  0x00004674 jam  0x00000002 , 0x00000c6b 
- 00018714  0x00004675 setarg  0x00000000 
- 00018715  0x00004676 store  0x00000001 , 0x00000b67 
- 00018716  0x00004677 store  0x00000002 , 0x00000c65 
- 00018717  0x00004678 pincrease  0x00000001 
- 00018718  0x00004679 store  0x00000002 , 0x00000c67 
- 00018719  0x0000467a pincrease  0x00000001 
- 00018720  0x0000467b store  0x00000002 , 0x00000c69 
- 00018721  0x0000467c setarg  0x00008ffa 
- 00018722  0x0000467d store  0x00000002 , 0x00000b7c 
- 00018723  0x0000467e setarg  0x0000903a 
- 00018724  0x0000467f store  0x00000002 , 0x00000b7e 
- 00018725  0x00004680 arg  0x00000b80 , 0x00000005 
- 00018726  0x00004681 arg  0x000090fe , 0x00000006 
- 00018727  0x00004682 call  0x00007eb3 
- 00018728  0x00004683 fetch  0x00000001 , 0x00000c6d 
- 00018729  0x00004684 ncall  0x0000492b , 0x00000034 
- 00018730  0x00004685 branch  0x0000490b 
- 00018731  0x00004688 store  0x00000001 , 0x00000ba2 
- 00018732  0x00004689 store  0x00000001 , 0x00000bbb 
- 00018733  0x0000468a rtn 
- 00018734  0x0000468c hfetch  0x00000001 , 0x00008a26 
- 00018735  0x0000468d bbit1  0x00000006 , 0x00004931 
- 00018736  0x0000468e rtn 
- 00018737  0x00004691 call  0x00004936 
- 00018738  0x00004692 call  0x00007f15 
- 00018739  0x00004693 setarg  0x00000280 
- 00018740  0x00004694 arg  0x00000000 , 0x00000007 
- 00018741  0x00004695 branch  0x00007f08 
- 00018742  0x00004698 fetch  0x00000001 , 0x00000d36 
- 00018743  0x00004699 bne  0x00000002 , 0x0000493b 
- 00018744  0x0000469a jam  0x00000000 , 0x00000d46 
- 00018745  0x0000469b jam  0x00000000 , 0x00000d47 
- 00018746  0x0000469c rtn 
- 00018747  0x0000469e fetch  0x00000001 , 0x00000d53 
- 00018748  0x0000469f rtn  0x00000034 
- 00018749  0x000046a0 jam  0x00000000 , 0x00000d53 
- 00018750  0x000046a1 jam  0x00000002 , 0x00000d36 
- 00018751  0x000046a2 jam  0x00000001 , 0x00000d45 
- 00018752  0x000046a3 rtn 
- 00018753  0x000046a6 jam  0x00000001 , 0x00008a27 
- 00018754  0x000046a7 branch  0x00004b37 
- 00018755  0x000046aa fetch  0x00000001 , 0x00000b22 
- 00018756  0x000046ab bbit1  0x00000004 , 0x00004955 
- 00018757  0x000046ac rtn 
- 00018758  0x000046af hfetch  0x00000001 , 0x00008a18 
- 00018759  0x000046b0 istore  0x00000001 , 0x00000005 
- 00018760  0x000046b1 loop  0x00004946 
- 00018761  0x000046b2 rtn 
- 00018762  0x000046b5 bpatch  0x000000f8 , 0x0000401f 
- 00018763  0x000046b6 jam  0x00000011 , 0x00008a26 
- 00018764  0x000046b7 hfetch  0x00000001 , 0x00008a20 
- 00018765  0x000046b8 store  0x00000001 , 0x00000b24 
- 00018766  0x000046b9 copy  0x0000003f , 0x00000039 
- 00018767  0x000046ba branch  0x00004943 , 0x00000034 
- 00018768  0x000046bb arg  0x00000c6e , 0x00000005 
- 00018769  0x000046bc call  0x00004946 
- 00018770  0x000046bd fetch  0x00000001 , 0x00000b24 
- 00018771  0x000046be sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00018772  0x000046bf rtn  0x00000002 
- 00018773  0x000046c1 fetch  0x00000001 , 0x00000c6e 
- 00018774  0x000046c2 and_into  0x00000080 , 0x0000003f 
- 00018775  0x000046c3 beq  0x00000080 , 0x0000495a 
- 00018776  0x000046c4 beq  0x00000000 , 0x00004962 
- 00018777  0x000046c5 branch  0x00002a8c 
- 00018778  0x000046c8 fetch  0x00000001 , 0x00000c6e 
- 00018779  0x000046c9 rshift4  0x0000003f , 0x0000003f 
- 00018780  0x000046ca rshift  0x0000003f , 0x0000003f 
- 00018781  0x000046cb and_into  0x00000003 , 0x0000003f 
- 00018782  0x000046cc beq  0x00000000 , 0x0000496a 
- 00018783  0x000046cd beq  0x00000001 , 0x00004970 
- 00018784  0x000046ce beq  0x00000002 , 0x00004975 
- 00018785  0x000046cf branch  0x00002a8c 
- 00018786  0x000046d2 fetch  0x00000001 , 0x00000c6e 
- 00018787  0x000046d3 rshift4  0x0000003f , 0x0000003f 
- 00018788  0x000046d4 rshift  0x0000003f , 0x0000003f 
- 00018789  0x000046d5 and_into  0x00000003 , 0x0000003f 
- 00018790  0x000046d6 beq  0x00000000 , 0x00004976 
- 00018791  0x000046d7 beq  0x00000001 , 0x0000497e 
- 00018792  0x000046d8 beq  0x00000002 , 0x00004983 
- 00018793  0x000046d9 branch  0x00002a8c 
- 00018794  0x000046dc fetch  0x00000001 , 0x00000c6f 
- 00018795  0x000046dd beq  0x00000008 , 0x0000498a 
- 00018796  0x000046de beq  0x00000006 , 0x000049a0 
- 00018797  0x000046df beq  0x0000000a , 0x000049ea 
- 00018798  0x000046e0 beq  0x00000000 , 0x000049fc 
- 00018799  0x000046e1 branch  0x00004984 
- 00018800  0x000046e4 fetch  0x00000001 , 0x00000c6f 
- 00018801  0x000046e5 beq  0x00000002 , 0x00004a2f 
- 00018802  0x000046e6 beq  0x00000001 , 0x00004a33 
- 00018803  0x000046e7 beq  0x00000003 , 0x00004a45 
- 00018804  0x000046e8 branch  0x00004984 
- 00018805  0x000046eb branch  0x00004984 
- 00018806  0x000046ee fetch  0x00000001 , 0x00000c6f 
- 00018807  0x000046ef beq  0x00000001 , 0x00004a4f 
- 00018808  0x000046f0 beq  0x00000003 , 0x00004a79 
- 00018809  0x000046f1 beq  0x00000005 , 0x00004aa3 
- 00018810  0x000046f2 beq  0x00000009 , 0x00004abc 
- 00018811  0x000046f3 beq  0x0000000b , 0x00004ad7 
- 00018812  0x000046f4 beq  0x00000007 , 0x00004984 
- 00018813  0x000046f5 branch  0x00004984 
- 00018814  0x000046f8 fetch  0x00000001 , 0x00000c6f 
- 00018815  0x000046f9 beq  0x0000000a , 0x00004ae8 
- 00018816  0x000046fa beq  0x00000009 , 0x00004af9 
- 00018817  0x000046fb beq  0x0000000b , 0x00004b11 
- 00018818  0x000046fc branch  0x00004984 
- 00018819  0x000046ff branch  0x00004984 
- 00018820  0x00004702 hfetch  0x00000001 , 0x00008a11 
- 00018821  0x00004703 set1  0x00000000 , 0x0000003f 
- 00018822  0x00004704 hstore  0x00000001 , 0x00008a11 
- 00018823  0x00004705 branch  0x00004988 
- 00018824  0x00004708 jam  0x00000040 , 0x00008a12 
- 00018825  0x00004709 rtn 
- 00018826  0x0000470c fetch  0x00000001 , 0x00000c6e 
- 00018827  0x0000470d bne  0x00000080 , 0x00004984 
- 00018828  0x0000470e fetch  0x00000001 , 0x00000c72 
- 00018829  0x0000470f bne  0x00000000 , 0x00004984 
- 00018830  0x00004710 fetch  0x00000001 , 0x00000c73 
- 00018831  0x00004711 bne  0x00000000 , 0x00004984 
- 00018832  0x00004712 fetch  0x00000001 , 0x00000c74 
- 00018833  0x00004713 bne  0x00000001 , 0x00004984 
- 00018834  0x00004714 fetch  0x00000001 , 0x00000c75 
- 00018835  0x00004715 bne  0x00000000 , 0x00004984 
- 00018836  0x00004716 fetch  0x00000001 , 0x00000c70 
- 00018837  0x00004717 bne  0x00000000 , 0x00004984 
- 00018838  0x00004718 fetch  0x00000001 , 0x00000c71 
- 00018839  0x00004719 bne  0x00000000 , 0x00004984 
- 00018840  0x0000471a fetch  0x00000001 , 0x00000c6b 
- 00018841  0x0000471b beq  0x00000004 , 0x0000499c 
- 00018842  0x0000471c beq  0x00000003 , 0x0000499e 
- 00018843  0x0000471d branch  0x00004984 
- 00018844  0x00004720 arg  0x00000001 , 0x00000012 
- 00018845  0x00004721 branch  0x00004a14 
- 00018846  0x00004724 arg  0x00000001 , 0x00000012 
- 00018847  0x00004725 branch  0x00004a12 
- 00018848  0x00004728 bpatch  0x000000f9 , 0x0000401f 
- 00018849  0x00004729 set0  0x00000023 , 0x00000000 
- 00018850  0x0000472a fetch  0x00000001 , 0x00000c71 
- 00018851  0x0000472b beq  0x00000001 , 0x000049b6 
- 00018852  0x0000472c beq  0x00000002 , 0x000049cf 
- 00018853  0x0000472d beq  0x00000003 , 0x000049d2 
- 00018854  0x0000472e beq  0x00000021 , 0x000049a9 
- 00018855  0x0000472f beq  0x00000022 , 0x000049e0 
- 00018856  0x00004730 branch  0x00004984 
- 00018857  0x00004733 jam  0x00000000 , 0x00000d4b 
- 00018858  0x00004734 fetch  0x00000001 , 0x00000c72 
- 00018859  0x00004735 beq  0x00000000 , 0x000049ae 
- 00018860  0x00004736 beq  0x00000001 , 0x000049b2 
- 00018861  0x00004737 branch  0x00004984 
- 00018862  0x0000473a arg  0x00000b93 , 0x00000011 
- 00018863  0x0000473b ifetch  0x00000001 , 0x00000011 
- 00018864  0x0000473c iforce  0x00000012 
- 00018865  0x0000473d branch  0x00004b21 
- 00018866  0x00004740 arg  0x00000bac , 0x00000011 
- 00018867  0x00004741 ifetch  0x00000001 , 0x00000011 
- 00018868  0x00004742 iforce  0x00000012 
- 00018869  0x00004743 branch  0x00004b21 
- 00018870  0x00004749 fetch  0x00000001 , 0x00000d48 
- 00018871  0x0000474a ncall  0x000049c7 , 0x00000034 
- 00018872  0x0000474b setarg  0x00000b68 
- 00018873  0x0000474c fetcht  0x00000001 , 0x00000b68 
- 00018874  0x0000474e store  0x00000002 , 0x00000d3f 
- 00018875  0x0000474f storet  0x00000001 , 0x00000d41 
- 00018876  0x00004750 fetch  0x00000001 , 0x00000c74 
- 00018877  0x00004751 isub  0x00000002 , 0x0000003e 
- 00018878  0x00004752 nbranch  0x000049c5 , 0x00000002 
- 00018879  0x00004754 fetch  0x00000001 , 0x00000d41 
- 00018880  0x00004756 iforce  0x00000012 
- 00018881  0x00004757 fetch  0x00000002 , 0x00000d3f 
- 00018882  0x00004758 add  0x0000003f , 0x00000001 , 0x0000003f 
- 00018883  0x00004759 iforce  0x00000011 
- 00018884  0x0000475a branch  0x00004b21 
- 00018885  0x0000475c fetch  0x00000001 , 0x00000c74 
- 00018886  0x0000475d branch  0x000049c0 
- 00018887  0x00004760 hfetch  0x00000001 , 0x00008a04 
- 00018888  0x00004761 ncall  0x000049cb , 0x00000034 
- 00018889  0x00004762 jam  0x00000000 , 0x00000d48 
- 00018890  0x00004763 rtn 
- 00018891  0x00004765 hfetch  0x00000001 , 0x00008a04 
- 00018892  0x00004766 set1  0x00000007 , 0x0000003f 
- 00018893  0x00004767 hstore  0x00000001 , 0x00008a04 
- 00018894  0x00004768 rtn 
- 00018895  0x0000476b setarg  0x00000b80 
- 00018896  0x0000476c fetcht  0x00000001 , 0x00000b80 
- 00018897  0x0000476d branch  0x000049ba 
- 00018898  0x00004770 fetch  0x00000001 , 0x00000c70 
- 00018899  0x00004771 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00018900  0x00004772 nbranch  0x00004984 , 0x00000002 
- 00018901  0x00004773 fetch  0x00000001 , 0x00000c70 
- 00018902  0x00004774 arg  0x00000be4 , 0x00000011 
- 00018903  0x00004775 beq  0x00000000 , 0x00004b1e 
- 00018904  0x00004776 set1  0x00000023 , 0x00000000 
- 00018905  0x00004777 arg  0x00000be9 , 0x00000011 
- 00018906  0x00004778 beq  0x00000001 , 0x00004b1e 
- 00018907  0x00004779 arg  0x00000c07 , 0x00000011 
- 00018908  0x0000477a beq  0x00000002 , 0x00004b1e 
- 00018909  0x0000477b arg  0x00000c47 , 0x00000011 
- 00018910  0x0000477c beq  0x00000003 , 0x00004b1e 
- 00018911  0x0000477d rtn 
- 00018912  0x00004780 fetch  0x00000002 , 0x00000c72 
- 00018913  0x00004781 beq  0x00000001 , 0x000049e5 
- 00018914  0x00004782 fetch  0x00000002 , 0x00000b7c 
- 00018915  0x00004783 copy  0x0000003f , 0x00000011 
- 00018916  0x00004785 branch  0x00004b1e 
- 00018917  0x00004787 jam  0x00000001 , 0x00000d45 
- 00018918  0x00004788 jam  0x00000001 , 0x00000d36 
- 00018919  0x00004789 fetch  0x00000002 , 0x00000b7e 
- 00018920  0x0000478a copy  0x0000003f , 0x00000011 
- 00018921  0x0000478c branch  0x00004b1e 
- 00018922  0x00004790 fetch  0x00000001 , 0x00000c6b 
- 00018923  0x00004791 bne  0x00000004 , 0x00004984 
- 00018924  0x00004792 fetch  0x00000001 , 0x00000c6e 
- 00018925  0x00004793 bne  0x00000081 , 0x00004984 
- 00018926  0x00004794 fetch  0x00000001 , 0x00000c70 
- 00018927  0x00004795 bne  0x00000000 , 0x00004984 
- 00018928  0x00004796 fetch  0x00000001 , 0x00000c71 
- 00018929  0x00004797 bne  0x00000000 , 0x00004984 
- 00018930  0x00004798 fetch  0x00000001 , 0x00000c74 
- 00018931  0x00004799 bne  0x00000001 , 0x00004984 
- 00018932  0x0000479a fetch  0x00000001 , 0x00000c75 
- 00018933  0x0000479b bne  0x00000000 , 0x00004984 
- 00018934  0x0000479c fetch  0x00000001 , 0x00000c72 
- 00018935  0x0000479d bne  0x00000000 , 0x00004984 
- 00018936  0x0000479e fetch  0x00000001 , 0x00000c73 
- 00018937  0x0000479f bne  0x00000000 , 0x00004984 
- 00018938  0x000047a0 arg  0x00000001 , 0x00000012 
- 00018939  0x000047a1 branch  0x00004a12 
- 00018940  0x000047a5 fetch  0x00000001 , 0x00000c6b 
- 00018941  0x000047a6 beq  0x00000002 , 0x00004984 
- 00018942  0x000047a7 fetch  0x00000001 , 0x00000c70 
- 00018943  0x000047a8 bne  0x00000000 , 0x00004984 
- 00018944  0x000047a9 fetch  0x00000001 , 0x00000c71 
- 00018945  0x000047aa bne  0x00000000 , 0x00004984 
- 00018946  0x000047ab fetch  0x00000001 , 0x00000c74 
- 00018947  0x000047ac bne  0x00000002 , 0x00004984 
- 00018948  0x000047ad fetch  0x00000001 , 0x00000c75 
- 00018949  0x000047ae bne  0x00000000 , 0x00004984 
- 00018950  0x000047af fetch  0x00000001 , 0x00000c73 
- 00018951  0x000047b0 bne  0x00000000 , 0x00004984 
- 00018952  0x000047b1 fetch  0x00000001 , 0x00000c6e 
- 00018953  0x000047b2 beq  0x00000080 , 0x00004a0d 
- 00018954  0x000047b3 beq  0x00000081 , 0x00004a18 
- 00018955  0x000047b4 beq  0x00000082 , 0x00004a1c 
- 00018956  0x000047b5 branch  0x00004984 
- 00018957  0x000047b8 fetch  0x00000001 , 0x00000c72 
- 00018958  0x000047b9 bne  0x00000000 , 0x00004984 
- 00018959  0x000047ba arg  0x00000002 , 0x00000012 
- 00018960  0x000047bb fetch  0x00000001 , 0x00000d39 
- 00018961  0x000047bc beq  0x00000001 , 0x00004a16 
- 00018962  0x000047bf arg  0x00000c65 , 0x00000011 
- 00018963  0x000047c0 branch  0x00004b21 
- 00018964  0x000047c2 arg  0x00000c67 , 0x00000011 
- 00018965  0x000047c3 branch  0x00004b21 
- 00018966  0x000047c5 arg  0x00000c69 , 0x00000011 
- 00018967  0x000047c6 branch  0x00004b21 
- 00018968  0x000047c9 fetch  0x00000001 , 0x00000c6b 
- 00018969  0x000047ca bne  0x00000004 , 0x00004984 
- 00018970  0x000047cb arg  0x00000002 , 0x00000012 
- 00018971  0x000047cc branch  0x00004a12 
- 00018972  0x000047cf fetch  0x00000001 , 0x00000c6b 
- 00018973  0x000047d0 bne  0x00000004 , 0x00004984 
- 00018974  0x000047d1 fetch  0x00000001 , 0x00000c72 
- 00018975  0x000047d2 beq  0x00000081 , 0x00004a29 
- 00018976  0x000047d3 beq  0x00000082 , 0x00004a2b 
- 00018977  0x000047d4 beq  0x00000083 , 0x00004a2d 
- 00018978  0x000047d5 and_into  0x0000007f , 0x0000003f 
- 00018979  0x000047d6 beq  0x00000000 , 0x00004a25 
- 00018980  0x000047d7 branch  0x00004984 
- 00018981  0x000047da fetch  0x00000001 , 0x00000d3b 
- 00018982  0x000047dc arg  0x00000002 , 0x00000012 
- 00018983  0x000047dd beq  0x00000001 , 0x00004a14 
- 00018984  0x000047de branch  0x00004a12 
- 00018985  0x000047e0 fetch  0x00000001 , 0x00000d3c 
- 00018986  0x000047e1 branch  0x00004a26 
- 00018987  0x000047e3 fetch  0x00000001 , 0x00000d3d 
- 00018988  0x000047e4 branch  0x00004a26 
- 00018989  0x000047e6 fetch  0x00000001 , 0x00000d3e 
- 00018990  0x000047e7 branch  0x00004a26 
- 00018991  0x000047ea jam  0x00000001 , 0x00000d4c 
- 00018992  0x000047eb arg  0x00000d4d , 0x00000011 
- 00018993  0x000047ec arg  0x00000001 , 0x00000012 
- 00018994  0x000047ed branch  0x00004b21 
- 00018995  0x000047f0 fetch  0x00000002 , 0x00000c70 
- 00018996  0x000047f1 arg  0x000001ba , 0x00000002 
- 00018997  0x000047f2 isub  0x00000002 , 0x0000003e 
- 00018998  0x000047f3 nbranch  0x00004984 , 0x00000005 
- 00018999  0x000047f4 set0  0x00000023 , 0x00000000 
- 00019000  0x000047f6 fetch  0x00000001 , 0x00000d42 
- 00019001  0x000047f7 nbranch  0x00004a42 , 0x00000034 
- 00019002  0x000047f8 jam  0x00000000 , 0x00000cf6 
- 00019003  0x000047fa fetch  0x00000001 , 0x00000c74 
- 00019004  0x000047fb iforce  0x00000012 
- 00019005  0x000047fc arg  0x00000cf6 , 0x00000011 
- 00019006  0x000047fd call  0x00004b21 
- 00019007  0x000047ff arg  0x00000cf6 , 0x00000005 
- 00019008  0x00004800 arg  0x00000008 , 0x00000039 
- 00019009  0x00004801 branch  0x00007ec6 
- 00019010  0x00004803 jam  0x00000000 , 0x00000d42 
- 00019011  0x00004804 jam  0x00000001 , 0x00000cf6 
- 00019012  0x00004805 branch  0x00004a3b 
- 00019013  0x00004808 fetch  0x00000001 , 0x00000c74 
- 00019014  0x00004809 bne  0x00000001 , 0x00004984 
- 00019015  0x0000480a jam  0x00000001 , 0x00000d4b 
- 00019016  0x0000480b arg  0x00000001 , 0x00000012 
- 00019017  0x0000480c fetch  0x00000001 , 0x00000d49 
- 00019018  0x0000480d beq  0x00000000 , 0x00004a4d 
- 00019019  0x0000480e beq  0x00000001 , 0x00004a4e 
- 00019020  0x0000480f branch  0x00004a12 
- 00019021  0x00004811 branch  0x00004a14 
- 00019022  0x00004813 branch  0x00004a12 
- 00019023  0x00004819 fetch  0x00000001 , 0x00000c6b 
- 00019024  0x0000481a bne  0x00000004 , 0x00004984 
- 00019025  0x0000481b fetch  0x00000001 , 0x00000c74 
- 00019026  0x0000481c bne  0x00000000 , 0x00004984 
- 00019027  0x0000481d fetch  0x00000001 , 0x00000c75 
- 00019028  0x0000481e bne  0x00000000 , 0x00004984 
- 00019029  0x0000481f fetch  0x00000001 , 0x00000c71 
- 00019030  0x00004820 bne  0x00000000 , 0x00004984 
- 00019031  0x00004821 fetch  0x00000001 , 0x00000c73 
- 00019032  0x00004822 bne  0x00000000 , 0x00004984 
- 00019033  0x00004823 fetch  0x00000001 , 0x00000c6e 
- 00019034  0x00004824 beq  0x00000000 , 0x00004a5e 
- 00019035  0x00004825 beq  0x00000001 , 0x00004a66 
- 00019036  0x00004826 beq  0x00000002 , 0x00004a67 
- 00019037  0x00004827 branch  0x00004984 
- 00019038  0x0000482a fetch  0x00000001 , 0x00000c70 
- 00019039  0x0000482b bne  0x00000001 , 0x00004984 
- 00019040  0x0000482c hfetch  0x00000001 , 0x00008a00 
- 00019041  0x0000482d set0  0x00000007 , 0x0000003f 
- 00019042  0x0000482e hstore  0x00000001 , 0x00008a00 
- 00019043  0x0000482f jam  0x00000000 , 0x00000d39 
- 00019044  0x00004830 jam  0x00000001 , 0x00000d3a 
- 00019045  0x00004831 branch  0x00004988 
- 00019046  0x00004834 branch  0x00004984 
- 00019047  0x00004837 fetch  0x00000001 , 0x00000c70 
- 00019048  0x00004838 bne  0x00000000 , 0x00004984 
- 00019049  0x00004839 fetch  0x00000001 , 0x00000c72 
- 00019050  0x0000483a beq  0x00000081 , 0x00004a72 
- 00019051  0x0000483b beq  0x00000082 , 0x00004a75 
- 00019052  0x0000483c beq  0x00000083 , 0x00004a77 
- 00019053  0x0000483d and_into  0x0000007f , 0x0000003f 
- 00019054  0x0000483e beq  0x00000000 , 0x00004a70 
- 00019055  0x0000483f branch  0x00004984 
- 00019056  0x00004842 jam  0x00000000 , 0x00000d3b 
- 00019057  0x00004843 branch  0x00004988 
- 00019058  0x00004845 jam  0x00000000 , 0x00000d3c 
- 00019059  0x00004847 jam  0x00000001 , 0x00000d53 
- 00019060  0x00004848 branch  0x00004988 
- 00019061  0x0000484a jam  0x00000000 , 0x00000d3d 
- 00019062  0x0000484b branch  0x00004a73 
- 00019063  0x0000484d jam  0x00000000 , 0x00000d3e 
- 00019064  0x0000484e branch  0x00004a73 
- 00019065  0x00004852 fetch  0x00000001 , 0x00000c74 
- 00019066  0x00004853 bne  0x00000000 , 0x00004984 
- 00019067  0x00004854 fetch  0x00000001 , 0x00000c75 
- 00019068  0x00004855 bne  0x00000000 , 0x00004984 
- 00019069  0x00004856 fetch  0x00000001 , 0x00000c6e 
- 00019070  0x00004857 beq  0x00000000 , 0x00004a82 
- 00019071  0x00004858 beq  0x00000001 , 0x00004a8f 
- 00019072  0x00004859 beq  0x00000002 , 0x00004a90 
- 00019073  0x0000485a branch  0x00004984 
- 00019074  0x0000485d fetch  0x00000001 , 0x00000c70 
- 00019075  0x0000485e bne  0x00000001 , 0x00004984 
- 00019076  0x0000485f hfetch  0x00000001 , 0x00008a00 
- 00019077  0x00004860 set1  0x00000007 , 0x0000003f 
- 00019078  0x00004861 hstore  0x00000001 , 0x00008a00 
- 00019079  0x00004862 jam  0x00000001 , 0x00000d39 
- 00019080  0x00004863 jam  0x00000003 , 0x00000d36 
- 00019081  0x00004864 jam  0x00000000 , 0x00000d43 
- 00019082  0x00004865 call  0x00004988 
- 00019083  0x00004867 call  0x00007f15 
- 00019084  0x00004868 setarg  0x00001388 
- 00019085  0x00004869 arg  0x0000000f , 0x00000007 
- 00019086  0x0000486a branch  0x00007f08 
- 00019087  0x0000486d branch  0x00004984 
- 00019088  0x00004870 fetch  0x00000001 , 0x00000c70 
- 00019089  0x00004871 bne  0x00000000 , 0x00004984 
- 00019090  0x00004872 fetch  0x00000001 , 0x00000c71 
- 00019091  0x00004873 bne  0x00000000 , 0x00004984 
- 00019092  0x00004874 fetch  0x00000001 , 0x00000c72 
- 00019093  0x00004875 beq  0x00000081 , 0x00004a9d 
- 00019094  0x00004876 beq  0x00000082 , 0x00004a9f 
- 00019095  0x00004877 beq  0x00000083 , 0x00004aa1 
- 00019096  0x00004878 and_into  0x0000007f , 0x0000003f 
- 00019097  0x00004879 beq  0x00000000 , 0x00004a9b 
- 00019098  0x0000487a branch  0x00004984 
- 00019099  0x0000487d jam  0x00000001 , 0x00000d3b 
- 00019100  0x0000487e branch  0x00004988 
- 00019101  0x00004880 jam  0x00000001 , 0x00000d3c 
- 00019102  0x00004881 branch  0x00004988 
- 00019103  0x00004883 jam  0x00000001 , 0x00000d3d 
- 00019104  0x00004884 branch  0x00004988 
- 00019105  0x00004886 jam  0x00000001 , 0x00000d3e 
- 00019106  0x00004887 branch  0x00004988 
- 00019107  0x0000488b fetch  0x00000001 , 0x00000c6e 
- 00019108  0x0000488c bne  0x00000000 , 0x00004984 
- 00019109  0x0000488d fetch  0x00000001 , 0x00000c72 
- 00019110  0x0000488e bne  0x00000000 , 0x00004984 
- 00019111  0x0000488f fetch  0x00000001 , 0x00000c73 
- 00019112  0x00004890 bne  0x00000000 , 0x00004984 
- 00019113  0x00004891 fetch  0x00000001 , 0x00000c74 
- 00019114  0x00004892 bne  0x00000000 , 0x00004984 
- 00019115  0x00004893 fetch  0x00000001 , 0x00000c75 
- 00019116  0x00004894 bne  0x00000000 , 0x00004984 
- 00019117  0x00004895 fetch  0x00000001 , 0x00000c71 
- 00019118  0x00004896 bne  0x00000000 , 0x00004984 
- 00019119  0x00004897 fetch  0x00000001 , 0x00000c70 
- 00019120  0x00004898 and_into  0x00000080 , 0x0000003f 
- 00019121  0x00004899 bne  0x00000000 , 0x00004984 
- 00019122  0x0000489a fetch  0x00000001 , 0x00000c70 
- 00019123  0x0000489b bne  0x00000000 , 0x00004aba 
- 00019124  0x0000489d jam  0x00000002 , 0x00000c6b 
- 00019125  0x0000489f fetch  0x00000001 , 0x00000c70 
- 00019126  0x000048a0 hstore  0x00000001 , 0x00008a04 
- 00019127  0x000048a1 call  0x00004988 
- 00019128  0x000048a2 jam  0x00000001 , 0x00000d48 
- 00019129  0x000048a3 rtn 
- 00019130  0x000048a5 jam  0x00000003 , 0x00000c6b 
- 00019131  0x000048a6 branch  0x00004ab5 
- 00019132  0x000048aa fetch  0x00000001 , 0x00000c6b 
- 00019133  0x000048ab beq  0x00000002 , 0x00004984 
- 00019134  0x000048ac fetch  0x00000001 , 0x00000c6e 
- 00019135  0x000048ad bne  0x00000000 , 0x00004984 
- 00019136  0x000048ae fetch  0x00000001 , 0x00000c72 
- 00019137  0x000048af bne  0x00000000 , 0x00004984 
- 00019138  0x000048b0 fetch  0x00000001 , 0x00000c73 
- 00019139  0x000048b1 bne  0x00000000 , 0x00004984 
- 00019140  0x000048b2 fetch  0x00000001 , 0x00000c74 
- 00019141  0x000048b3 bne  0x00000000 , 0x00004984 
- 00019142  0x000048b4 fetch  0x00000001 , 0x00000c75 
- 00019143  0x000048b5 bne  0x00000000 , 0x00004984 
- 00019144  0x000048b6 fetch  0x00000001 , 0x00000c71 
- 00019145  0x000048b7 bne  0x00000000 , 0x00004984 
- 00019146  0x000048b8 fetch  0x00000001 , 0x00000c70 
- 00019147  0x000048b9 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019148  0x000048ba nbranch  0x00004984 , 0x00000002 
- 00019149  0x000048bb fetch  0x00000001 , 0x00000c6b 
- 00019150  0x000048bc beq  0x00000003 , 0x00004ad1 
- 00019151  0x000048bd beq  0x00000004 , 0x00004ad1 
- 00019152  0x000048be branch  0x00004984 
- 00019153  0x000048c2 fetch  0x00000001 , 0x00000c70 
- 00019154  0x000048c3 beq  0x00000000 , 0x00004ad5 
- 00019155  0x000048c4 jam  0x00000004 , 0x00000c6b 
- 00019156  0x000048c5 branch  0x00004988 
- 00019157  0x000048c7 jam  0x00000003 , 0x00000c6b 
- 00019158  0x000048c8 branch  0x00004988 
- 00019159  0x000048cc fetch  0x00000001 , 0x00000c6b 
- 00019160  0x000048cd bne  0x00000004 , 0x00004984 
- 00019161  0x000048ce fetch  0x00000001 , 0x00000c6e 
- 00019162  0x000048cf bne  0x00000001 , 0x00004984 
- 00019163  0x000048d0 fetch  0x00000001 , 0x00000c70 
- 00019164  0x000048d1 bne  0x00000000 , 0x00004984 
- 00019165  0x000048d2 fetch  0x00000001 , 0x00000c71 
- 00019166  0x000048d3 bne  0x00000000 , 0x00004984 
- 00019167  0x000048d4 fetch  0x00000001 , 0x00000c74 
- 00019168  0x000048d5 bne  0x00000000 , 0x00004984 
- 00019169  0x000048d6 fetch  0x00000001 , 0x00000c75 
- 00019170  0x000048d7 bne  0x00000000 , 0x00004984 
- 00019171  0x000048d8 fetch  0x00000001 , 0x00000c72 
- 00019172  0x000048d9 bne  0x00000000 , 0x00004984 
- 00019173  0x000048da fetch  0x00000001 , 0x00000c73 
- 00019174  0x000048db bne  0x00000000 , 0x00004984 
- 00019175  0x000048dc branch  0x00004988 
- 00019176  0x000048e0 jam  0x00000001 , 0x00000d4c 
- 00019177  0x000048e1 fetch  0x00000001 , 0x00000c71 
- 00019178  0x000048e2 store  0x00000001 , 0x00000d4d 
- 00019179  0x000048e3 fetch  0x00000001 , 0x00000c72 
- 00019180  0x000048e4 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019181  0x000048e5 call  0x00004af5 , 0x00000005 
- 00019182  0x000048e6 fetch  0x00000001 , 0x00000d36 
- 00019183  0x000048e7 bne  0x00000004 , 0x00004988 
- 00019184  0x000048e8 jam  0x00000002 , 0x00000d36 
- 00019185  0x000048e9 call  0x00004988 
- 00019186  0x000048ea nop  0x00007530 
- 00019187  0x000048eb nop  0x00007530 
- 00019188  0x000048ec rtn 
- 00019189  0x000048ee jam  0x00000001 , 0x00000d45 
- 00019190  0x000048ef jam  0x00000000 , 0x00000d3a 
- 00019191  0x000048f0 jam  0x00000004 , 0x00000d36 
- 00019192  0x000048f1 rtn 
- 00019193  0x000048f5 jam  0x00000001 , 0x00000d50 
- 00019194  0x000048f6 call  0x00004b03 
- 00019195  0x000048f7 fetch  0x00000002 , 0x00000c70 
- 00019196  0x000048f8 store  0x00000002 , 0x00000d4e 
- 00019197  0x000048f9 fetch  0x00000001 , 0x00000c74 
- 00019198  0x000048fa iforce  0x00000039 
- 00019199  0x000048fb arg  0x00000c76 , 0x00000006 
- 00019200  0x000048fc arg  0x00000cb6 , 0x00000005 
- 00019201  0x000048fd call  0x00007f01 
- 00019202  0x000048fe branch  0x00004988 
- 00019203  0x00004901 fetch  0x00000002 , 0x00000c70 
- 00019204  0x00004902 arg  0x00000200 , 0x00000002 
- 00019205  0x00004903 isub  0x00000002 , 0x0000003e 
- 00019206  0x00004904 nrtn  0x00000005 
- 00019207  0x00004905 fetch  0x00000002 , 0x00000c72 
- 00019208  0x00004906 arg  0x00000000 , 0x00000002 
- 00019209  0x00004907 isub  0x00000002 , 0x0000003e 
- 00019210  0x00004908 nrtn  0x00000005 
- 00019211  0x00004909 fetch  0x00000002 , 0x00000c74 
- 00019212  0x0000490a arg  0x00000001 , 0x00000002 
- 00019213  0x0000490b isub  0x00000002 , 0x0000003e 
- 00019214  0x0000490c nrtn  0x00000005 
- 00019215  0x0000490d jam  0x00000001 , 0x00000d43 
- 00019216  0x0000490e rtn 
- 00019217  0x00004912 fetch  0x00000001 , 0x00000c74 
- 00019218  0x00004913 bne  0x00000000 , 0x00004984 
- 00019219  0x00004914 fetch  0x00000001 , 0x00000c70 
- 00019220  0x00004915 beq  0x00000000 , 0x00004b17 
- 00019221  0x00004916 beq  0x00000001 , 0x00004b1a 
- 00019222  0x00004917 branch  0x00004984 
- 00019223  0x00004919 jam  0x00000000 , 0x00000d4a 
- 00019224  0x0000491a jam  0x00000001 , 0x00000d49 
- 00019225  0x0000491b branch  0x00004988 
- 00019226  0x0000491d jam  0x00000001 , 0x00000d44 
- 00019227  0x0000491e jam  0x00000001 , 0x00000d4a 
- 00019228  0x0000491f jam  0x00000000 , 0x00000d49 
- 00019229  0x00004920 branch  0x00004988 
- 00019230  0x00004924 ifetch  0x00000001 , 0x00000011 
- 00019231  0x00004925 iforce  0x00000012 
- 00019232  0x00004926 increase  0x00000001 , 0x00000011 
- 00019233  0x00004929 bpatch  0x000000fa , 0x0000401f 
- 00019234  0x0000492a bmark0  0x00000023 , 0x00004b2c 
- 00019235  0x0000492b add  0x00000012 , 0x00000001 , 0x0000003f 
- 00019236  0x0000492c lshift  0x0000003f , 0x0000003f 
- 00019237  0x0000492d hstore  0x00000001 , 0x00008a18 
- 00019238  0x0000492e jam  0x00000003 , 0x00008a18 
- 00019239  0x0000492f fetch  0x00000001 , 0x00000c74 
- 00019240  0x00004930 increase  0xfffffffe , 0x0000003f 
- 00019241  0x00004931 rshift  0x0000003f , 0x0000003f 
- 00019242  0x00004932 store  0x00000001 , 0x00000c74 
- 00019243  0x00004933 beq  0x00000000 , 0x00004b35 
- 00019244  0x00004935 fetch  0x00000002 , 0x00000c74 
- 00019245  0x00004936 isub  0x00000012 , 0x0000003e 
- 00019246  0x00004937 branch  0x00004b30 , 0x00000002 
- 00019247  0x00004938 copy  0x0000003f , 0x00000012 
- 00019248  0x0000493a deposit  0x00000011 
- 00019249  0x0000493b store  0x00000002 , 0x00000b65 
- 00019250  0x0000493c deposit  0x00000012 
- 00019251  0x0000493d store  0x00000001 , 0x00000b67 
- 00019252  0x0000493e branch  0x00004b37 
- 00019253  0x00004941 arg  0x00000000 , 0x00000007 
- 00019254  0x00004942 branch  0x00004b57 
- 00019255  0x00004946 bpatch  0x000000fb , 0x0000401f 
- 00019256  0x00004947 fetch  0x00000001 , 0x00000b67 
- 00019257  0x00004948 rtn  0x00000034 
- 00019258  0x00004949 copy  0x0000003f , 0x00000039 
- 00019259  0x0000494a sub  0x0000003f , 0x00000040 , 0x0000003e 
- 00019260  0x0000494b branch  0x00004b3e , 0x00000002 
- 00019261  0x0000494c arg  0x00000040 , 0x00000039 
- 00019262  0x0000494e fetch  0x00000001 , 0x00000b67 
- 00019263  0x0000494f isub  0x00000039 , 0x0000003f 
- 00019264  0x00004950 store  0x00000001 , 0x00000b67 
- 00019265  0x00004951 fetch  0x00000002 , 0x00000b65 
- 00019266  0x00004952 copy  0x0000003f , 0x00000006 
- 00019267  0x00004954 ifetch  0x00000001 , 0x00000006 
- 00019268  0x00004955 hstore  0x00000001 , 0x00008a18 
- 00019269  0x00004956 bmark0  0x00000023 , 0x00004b47 
- 00019270  0x00004957 jam  0x00000000 , 0x00008a18 
- 00019271  0x00004959 loop  0x00004b43 
- 00019272  0x0000495a copy  0x00000006 , 0x0000003f 
- 00019273  0x0000495b store  0x00000002 , 0x00000b65 
- 00019274  0x0000495c arg  0x00000000 , 0x00000007 
- 00019275  0x0000495d call  0x00004b57 
- 00019276  0x0000495e fetch  0x00000001 , 0x00000b67 
- 00019277  0x0000495f nrtn  0x00000034 
- 00019278  0x00004960 fetch  0x00000001 , 0x00000d36 
- 00019279  0x00004961 rtnne  0x00000001 
- 00019280  0x00004962 jam  0x00000002 , 0x00000d36 
- 00019281  0x00004963 rtn 
- 00019282  0x00004967 arg  0x00008a19 , 0x00000011 
- 00019283  0x00004968 arg  0x00000001 , 0x00000007 
- 00019284  0x0000496a ifetch  0x00000001 , 0x00000006 
- 00019285  0x0000496b istore  0x00000001 , 0x00000011 
- 00019286  0x0000496c loop  0x00004b54 
- 00019287  0x0000496e setarg  0x00000000 
- 00019288  0x0000496f qset1  0x0000003f 
- 00019289  0x00004970 hstore  0x00000001 , 0x00008a10 
- 00019290  0x00004971 fetcht  0x00000001 , 0x00000d37 
- 00019291  0x00004972 ior  0x00000002 , 0x0000003f 
- 00019292  0x00004973 store  0x00000001 , 0x00000d37 
- 00019293  0x00004974 rtn 
- 00019294  0x00004977 arg  0x00000002 , 0x00000007 
- 00019295  0x00004978 arg  0x00008a1a , 0x00000011 
- 00019296  0x00004979 branch  0x00004b54 
- 00019297  0x0000497c bpatch  0x000000fc , 0x0000401f 
- 00019298  0x0000497d fetch  0x00000001 , 0x00000d38 
- 00019299  0x0000497e rtn  0x00000034 
- 00019300  0x0000497f fetch  0x00000001 , 0x00000d37 
- 00019301  0x00004980 nbranch  0x00004bac , 0x00000034 
- 00019302  0x00004981 fetch  0x00000001 , 0x00000d45 
- 00019303  0x00004982 branch  0x00004b86 , 0x00000034 
- 00019304  0x00004983 fetch  0x00000001 , 0x00000d36 
- 00019305  0x00004984 beq  0x00000003 , 0x00004bbf 
- 00019306  0x00004985 bne  0x00000002 , 0x00004b86 
- 00019307  0x00004986 fetch  0x00000001 , 0x00000d3a 
- 00019308  0x00004987 nbranch  0x00004b86 , 0x00000034 
- 00019309  0x00004988 call  0x00004b6f 
- 00019310  0x00004989 branch  0x00004b7a 
- 00019311  0x0000498c fetch  0x00000001 , 0x00000d38 
- 00019312  0x0000498d rtnbit0  0x00000001 
- 00019313  0x0000498e fetch  0x00000001 , 0x00000d37 
- 00019314  0x0000498f rtnbit1  0x00000001 
- 00019315  0x00004990 fetch  0x00000001 , 0x00000d38 
- 00019316  0x00004991 set0  0x00000001 , 0x0000003f 
- 00019317  0x00004992 store  0x00000001 , 0x00000d38 
- 00019318  0x00004993 fetch  0x00000001 , 0x00000d51 
- 00019319  0x00004994 rtn  0x00000034 
- 00019320  0x00004995 beq  0x00000010 , 0x00004ba8 
- 00019321  0x00004996 branch  0x00002a8c 
- 00019322  0x00004999 fetch  0x00000001 , 0x00000d38 
- 00019323  0x0000499a rtnbit0  0x00000002 
- 00019324  0x0000499b fetch  0x00000001 , 0x00000d37 
- 00019325  0x0000499c rtnbit1  0x00000002 
- 00019326  0x0000499d fetch  0x00000001 , 0x00000d38 
- 00019327  0x0000499e set0  0x00000002 , 0x0000003f 
- 00019328  0x0000499f store  0x00000001 , 0x00000d38 
- 00019329  0x000049a0 fetch  0x00000001 , 0x00000d52 
- 00019330  0x000049a1 rtn  0x00000034 
- 00019331  0x000049a2 beq  0x00000020 , 0x00004b89 
- 00019332  0x000049a3 beq  0x00000021 , 0x00004ba4 
- 00019333  0x000049a4 branch  0x00002a8c 
- 00019334  0x000049a8 arg  0x00000d54 , 0x00000005 
- 00019335  0x000049a9 arg  0x00000006 , 0x00000039 
- 00019336  0x000049aa branch  0x00007ec6 
- 00019337  0x000049ad fetch  0x00000001 , 0x00000d4c 
- 00019338  0x000049ae fetcht  0x00000001 , 0x00000d4b 
- 00019339  0x000049af iand  0x00000002 , 0x0000003f 
- 00019340  0x000049b0 branch  0x00004ba0 , 0x00000034 
- 00019341  0x000049b1 fetcht  0x00000001 , 0x00000d4a 
- 00019342  0x000049b2 iadd  0x00000002 , 0x0000003f 
- 00019343  0x000049b3 beq  0x00000001 , 0x00004b91 
- 00019344  0x000049b4 branch  0x00004ba0 
- 00019345  0x000049b7 jam  0x00000000 , 0x00000d52 
- 00019346  0x000049b9 fetch  0x00000001 , 0x00000d55 
- 00019347  0x000049ba beq  0x00000002 , 0x00004ba1 
- 00019348  0x000049bb beq  0x00000003 , 0x00004ba1 
- 00019349  0x000049bc fetch  0x00000001 , 0x00000d55 
- 00019350  0x000049bd store  0x00000001 , 0x00000d54 
- 00019351  0x000049be fetch  0x00000001 , 0x00000d56 
- 00019352  0x000049bf istore  0x00000001 , 0x00000005 
- 00019353  0x000049c0 fetch  0x00000001 , 0x00000d58 
- 00019354  0x000049c1 istore  0x00000001 , 0x00000005 
- 00019355  0x000049c2 fetch  0x00000001 , 0x00000d5a 
- 00019356  0x000049c3 istore  0x00000001 , 0x00000005 
- 00019357  0x000049c4 arg  0x00000004 , 0x00000039 
- 00019358  0x000049c5 arg  0x00000d54 , 0x00000006 
- 00019359  0x000049c6 branch  0x00004b5e 
- 00019360  0x000049c9 jam  0x00000000 , 0x00000d52 
- 00019361  0x000049cb arg  0x00000008 , 0x00000039 
- 00019362  0x000049cc arg  0x00000d54 , 0x00000006 
- 00019363  0x000049cd branch  0x00004b5e 
- 00019364  0x000049d0 jam  0x00000000 , 0x00000d52 
- 00019365  0x000049d1 arg  0x00000003 , 0x00000039 
- 00019366  0x000049d2 arg  0x00000d74 , 0x00000006 
- 00019367  0x000049d3 branch  0x00004b5e 
- 00019368  0x000049d6 jam  0x00000000 , 0x00000d51 
- 00019369  0x000049d7 arg  0x00000008 , 0x00000039 
- 00019370  0x000049d8 arg  0x00000d64 , 0x00000006 
- 00019371  0x000049d9 branch  0x00004b52 
- 00019372  0x000049dc fetch  0x00000001 , 0x00000d36 
- 00019373  0x000049dd beq  0x00000003 , 0x00004bb0 
- 00019374  0x000049de beq  0x00000002 , 0x00004bb2 
- 00019375  0x000049df rtn 
- 00019376  0x000049e1 jam  0x00000000 , 0x00000d37 
- 00019377  0x000049e2 rtn 
- 00019378  0x000049e4 hfetch  0x00000001 , 0x00008a00 
- 00019379  0x000049e5 set1  0x00000007 , 0x0000003f 
- 00019380  0x000049e6 hstore  0x00000001 , 0x00008a00 
- 00019381  0x000049e7 jam  0x00000001 , 0x00000d47 
- 00019382  0x000049e8 rtn 
- 00019383  0x000049eb fetch  0x00000001 , 0x00000d36 
- 00019384  0x000049ec rtneq  0x00000003 
- 00019385  0x000049ed beq  0x00000002 , 0x00004bbb 
- 00019386  0x000049ee rtn 
- 00019387  0x000049f0 fetch  0x00000001 , 0x00000d47 
- 00019388  0x000049f1 rtn  0x00000034 
- 00019389  0x000049f2 jam  0x00000001 , 0x00000d46 
- 00019390  0x000049f3 branch  0x00004bc2 
- 00019391  0x000049f6 arg  0x0000000f , 0x00000007 
- 00019392  0x000049f7 call  0x00007f16 
- 00019393  0x000049f8 nrtn  0x00000034 
- 00019394  0x000049fa hfetch  0x00000001 , 0x00008a00 
- 00019395  0x000049fb rtnbit0  0x00000007 
- 00019396  0x000049fc jam  0x000000fc , 0x00008a00 
- 00019397  0x000049fd nop  0x00007530 
- 00019398  0x000049fe jam  0x0000003c , 0x00008a00 
- 00019399  0x000049ff rtn 
- 00019400  0x00004a07 bpatch  0x000000fd , 0x0000401f 
- 00019401  0x00004a08 fetch  0x00000001 , 0x000041ce 
- 00019402  0x00004a09 nrtn  0x00000034 
- 00019403  0x00004a0b call  0x00004bce 
- 00019404  0x00004a0c ncall  0x00004be6 , 0x00000028 
- 00019405  0x00004a0d rtn 
- 00019406  0x00004a10 bpatch  0x000000fe , 0x0000401f 
- 00019407  0x00004a11 copy  0x00000003 , 0x00000011 
- 00019408  0x00004a12 arg  0x00000004 , 0x00000002 
- 00019409  0x00004a13 ifetch  0x00000001 , 0x00000003 
- 00019410  0x00004a14 beq  0x00000001 , 0x00004bd8 
- 00019411  0x00004a15 increase  0x00000001 , 0x00000002 
- 00019412  0x00004a16 beq  0x00000002 , 0x00004bd8 
- 00019413  0x00004a17 copy  0x00000003 , 0x0000003f 
- 00019414  0x00004a18 hstore  0x00000002 , 0x00008058 
- 00019415  0x00004a19 rtn 
- 00019416  0x00004a1b hfetch  0x00000002 , 0x00008112 
- 00019417  0x00004a1c isub  0x00000002 , 0x0000003e 
- 00019418  0x00004a1d nbranch  0x00004bd8 , 0x00000002 
- 00019419  0x00004a1f disable  0x00000028 
- 00019420  0x00004a20 copy  0x00000011 , 0x00000003 
- 00019421  0x00004a21 call  0x00004bee 
- 00019422  0x00004a22 iadd  0x00000002 , 0x00000002 
- 00019423  0x00004a24 hfetch  0x00000002 , 0x00008112 
- 00019424  0x00004a25 isub  0x00000002 , 0x0000003e 
- 00019425  0x00004a26 nbranch  0x00004bdf , 0x00000002 
- 00019426  0x00004a27 copy  0x00000011 , 0x00000003 
- 00019427  0x00004a28 ifetch  0x00000001 , 0x00000003 
- 00019428  0x00004a29 beq  0x00000001 , 0x00004c3f 
- 00019429  0x00004a2a branch  0x00002a8c 
- 00019430  0x00004a2d bpatch  0x000000ff , 0x0000401f 
- 00019431  0x00004a2e hfetch  0x00000002 , 0x00008058 
- 00019432  0x00004a2f iforce  0x00000003 
- 00019433  0x00004a30 call  0x00004bee 
- 00019434  0x00004a31 iadd  0x00000003 , 0x00000003 
- 00019435  0x00004a32 deposit  0x00000003 
- 00019436  0x00004a33 hstore  0x00000002 , 0x00008058 
- 00019437  0x00004a34 rtn 
- 00019438  0x00004a3a ifetch  0x00000001 , 0x00000003 
- 00019439  0x00004a3b increase  0x00000002 , 0x00000003 
- 00019440  0x00004a3c beq  0x00000002 , 0x00004bf3 
- 00019441  0x00004a3d ifetch  0x00000001 , 0x00000003 
- 00019442  0x00004a3e rtn 
- 00019443  0x00004a40 ifetch  0x00000002 , 0x00000003 
- 00019444  0x00004a41 rtn 
- 00019445  0x00004a44 hfetch  0x00000002 , 0x0000805e 
- 00019446  0x00004a45 increase  0xfffffffb , 0x0000000a 
- 00019447  0x00004a46 iadd  0x0000000a , 0x0000000a 
- 00019448  0x00004a47 rtn 
- 00019449  0x00004a4a arg  0x00000004 , 0x00000002 
- 00019450  0x00004a4b branch  0x00004bfc 
- 00019451  0x00004a4d arg  0x00000002 , 0x00000002 
- 00019452  0x00004a4f bpatchx  0x00000000 , 0x00004020 
- 00019453  0x00004a50 increase  0x00000001 , 0x00000039 
- 00019454  0x00004a51 hfetch  0x00000002 , 0x0000805e 
- 00019455  0x00004a52 copy  0x0000003f , 0x0000000a 
- 00019456  0x00004a53 copy  0x00000039 , 0x0000003f 
- 00019457  0x00004a54 istoret  0x00000001 , 0x0000000a 
- 00019458  0x00004a55 increase  0xffffffff , 0x0000003f 
- 00019459  0x00004a56 iadd  0x0000000a , 0x0000000a 
- 00019460  0x00004a57 copy  0x0000000a , 0x0000003f 
- 00019461  0x00004a58 store  0x00000002 , 0x00000258 
- 00019462  0x00004a59 copy  0x00000002 , 0x0000003f 
- 00019463  0x00004a5a rtneq  0x00000002 
- 00019464  0x00004a5b fetch  0x00000002 , 0x00000258 
- 00019465  0x00004a5c hstore  0x00000002 , 0x0000805e 
- 00019466  0x00004a5d branch  0x00004c0b 
- 00019467  0x00004a61 setarg  0x00000000 
- 00019468  0x00004a62 store  0x00000002 , 0x00000258 
- 00019469  0x00004a63 rtn 
- 00019470  0x00004a6b rtn  0x0000002b 
- 00019471  0x00004a6c setarg  0x00004d28 
- 00019472  0x00004a6d store  0x00000002 , 0x000041f3 
- 00019473  0x00004a6f setarg  0x000001a0 
- 00019474  0x00004a70 store  0x00000002 , 0x00004243 
- 00019475  0x00004a72 setarg  0x00001800 
- 00019476  0x00004a73 hstore  0x00000002 , 0x00008054 
- 00019477  0x00004a74 setarg  0x00001bff 
- 00019478  0x00004a75 hstore  0x00000002 , 0x00008056 
- 00019479  0x00004a76 setarg  0x00001c00 
- 00019480  0x00004a77 hstore  0x00000002 , 0x0000805a 
- 00019481  0x00004a78 call  0x00004c28 
- 00019482  0x00004a7a jam  0x00000000 , 0x00008062 
- 00019483  0x00004a7b setarg  0x00001c00 
- 00019484  0x00004a7c hstore  0x00000002 , 0x0000805e 
- 00019485  0x00004a7d hstore  0x00000002 , 0x00008060 
- 00019486  0x00004a7e setarg  0x00001800 
- 00019487  0x00004a7f hstore  0x00000002 , 0x00008058 
- 00019488  0x00004a80 store  0x00000002 , 0x00000244 
- 00019489  0x00004a82 hfetch  0x00000002 , 0x00008050 
- 00019490  0x00004a83 set0  0x0000000f , 0x0000003f 
- 00019491  0x00004a84 hstore  0x00000002 , 0x00008050 
- 00019492  0x00004a85 call  0x000066ce 
- 00019493  0x00004a86 jam  0x00000001 , 0x00008043 
- 00019494  0x00004a87 jam  0x00000081 , 0x00008062 
- 00019495  0x00004a88 rtn 
- 00019496  0x00004a8b setarg  0x00001fff 
- 00019497  0x00004a8c hstore  0x00000002 , 0x0000805c 
- 00019498  0x00004a8d hfetch  0x00000001 , 0x00008081 
- 00019499  0x00004a8e or_into  0x00000007 , 0x0000003f 
- 00019500  0x00004a8f hstore  0x00000001 , 0x00008081 
- 00019501  0x00004a90 rtn 
- 00019502  0x00004a94 bpatchx  0x00000001 , 0x00004020 
- 00019503  0x00004a95 hfetch  0x00000001 , 0x0000810c 
- 00019504  0x00004a96 iforce  0x00000012 
- 00019505  0x00004a97 bbit0  0x00000003 , 0x00004c37 
- 00019506  0x00004a98 hfetch  0x00000002 , 0x00008112 
- 00019507  0x00004a99 iforce  0x00000013 
- 00019508  0x00004a9a arg  0x0000044f , 0x00000002 
- 00019509  0x00004a9b isub  0x00000002 , 0x0000003e 
- 00019510  0x00004a9c nrtn  0x00000005 
- 00019511  0x00004a9e hfetch  0x00000002 , 0x00008058 
- 00019512  0x00004a9f iforce  0x00000003 
- 00019513  0x00004aa0 branch  0x00004bc8 
- 00019514  0x00004aa3 hfetcht  0x00000001 , 0x0000810c 
- 00019515  0x00004aa4 isolate1  0x00000006 , 0x00000002 
- 00019516  0x00004aa5 branch  0x00004c3a , 0x00000001 
- 00019517  0x00004aa6 hstore  0x00000001 , 0x00008015 
- 00019518  0x00004aa7 rtn 
- 00019519  0x00004aaa bpatchx  0x00000002 , 0x00004020 
- 00019520  0x00004aab fetch  0x00000001 , 0x000041ce 
- 00019521  0x00004aac branch  0x00004c44 , 0x00000034 
- 00019522  0x00004aad enable  0x00000028 
- 00019523  0x00004aae rtn 
- 00019524  0x00004ab0 ifetch  0x00000002 , 0x00000003 
- 00019525  0x00004ab1 iforce  0x00000030 
- 00019526  0x00004ab2 iforce  0x00000007 
- 00019527  0x00004ab3 ifetch  0x00000001 , 0x00000003 
- 00019528  0x00004ab4 iforce  0x00000002 
- 00019529  0x00004ab5 rshift2  0x00000030 , 0x0000003f 
- 00019530  0x00004ab6 rshift8  0x0000003f , 0x0000003f 
- 00019531  0x00004ab7 beq  0x0000003f , 0x00004c4d 
- 00019532  0x00004ab8 rtn 
- 00019533  0x00004abc bpatchx  0x00000003 , 0x00004020 
- 00019534  0x00004abd deposit  0x00000007 
- 00019535  0x00004abe beq  0x00000000 , 0x00004cdc 
- 00019536  0x00004abf beq  0x00000001 , 0x00004c66 
- 00019537  0x00004ac0 beq  0x00000002 , 0x00004c6b 
- 00019538  0x00004ac1 beq  0x00000003 , 0x00004c7a 
- 00019539  0x00004ac2 beq  0x00000004 , 0x00004cb3 
- 00019540  0x00004ac3 beq  0x00000005 , 0x00004cdc 
- 00019541  0x00004ac4 beq  0x00000006 , 0x00004cc6 
- 00019542  0x00004ac5 beq  0x00000007 , 0x00004c5c 
- 00019543  0x00004ac7 beq  0x00000010 , 0x00004cc9 
- 00019544  0x00004ac8 beq  0x00000011 , 0x00004cd1 
- 00019545  0x00004ac9 beq  0x00000012 , 0x00004ca5 
- 00019546  0x00004aca beq  0x00000013 , 0x00004c85 
- 00019547  0x00004acb branch  0x00004cdc 
- 00019548  0x00004ace call  0x00004cdc 
- 00019549  0x00004acf call  0x00007f9e 
- 00019550  0x00004ad0 call  0x0000688c 
- 00019551  0x00004ad2 call  0x000033d2 
- 00019552  0x00004ad3 call  0x000033d9 
- 00019553  0x00004ad4 branch  0x0000688f 
- 00019554  0x00004ad7 jam  0x00000000 , 0x00004245 
- 00019555  0x00004ad8 call  0x000033d0 
- 00019556  0x00004ad9 call  0x00004c13 
- 00019557  0x00004ada branch  0x000033db 
- 00019558  0x00004add call  0x00004cf2 
- 00019559  0x00004ade hfetch  0x00000002 , 0x00008000 
- 00019560  0x00004adf istore  0x00000002 , 0x0000000a 
- 00019561  0x00004ae0 force  0x00000006 , 0x00000039 
- 00019562  0x00004ae1 branch  0x00004cdd 
- 00019563  0x00004ae4 ifetch  0x00000002 , 0x00000003 
- 00019564  0x00004ae5 store  0x00000002 , 0x00004243 
- 00019565  0x00004ae6 hstore  0x00000002 , 0x00008052 
- 00019566  0x00004ae7 rtn 
- 00019567  0x00004aec ifetch  0x00000001 , 0x00000003 
- 00019568  0x00004aed copy  0x0000003f , 0x00000002 
- 00019569  0x00004aee hstore  0x00000001 , 0x00008024 
- 00019570  0x00004aef ifetch  0x00000001 , 0x00000003 
- 00019571  0x00004af0 iadd  0x00000002 , 0x00000002 
- 00019572  0x00004af1 set1  0x00000007 , 0x0000003f 
- 00019573  0x00004af2 hstore  0x00000001 , 0x00008023 
- 00019574  0x00004af3 ifetch  0x00000001 , 0x00000003 
- 00019575  0x00004af4 iadd  0x00000002 , 0x00000002 
- 00019576  0x00004af5 copy  0x0000003f , 0x00000039 
- 00019577  0x00004af6 rtn 
- 00019578  0x00004af9 bmark1  0x0000002b , 0x00004cc4 
- 00019579  0x00004afa call  0x00004c6f 
- 00019580  0x00004afc ifetch  0x00000001 , 0x00000003 
- 00019581  0x00004afd hstore  0x00000001 , 0x00008025 
- 00019582  0x00004afe iadd  0x00000002 , 0x00000002 
- 00019583  0x00004aff loop  0x00004c7c 
- 00019584  0x00004b01 and  0x00000002 , 0x000000ff , 0x00000002 
- 00019585  0x00004b02 ifetch  0x00000001 , 0x00000003 
- 00019586  0x00004b03 isub  0x00000002 , 0x0000003e 
- 00019587  0x00004b04 nbranch  0x00004cc4 , 0x00000005 
- 00019588  0x00004b05 branch  0x00004cdc 
- 00019589  0x00004b09 bmark0  0x0000002b , 0x00004cc4 
- 00019590  0x00004b0a call  0x00004c6f 
- 00019591  0x00004b0b store  0x00000008 , 0x00000a9a 
- 00019592  0x00004b0d call  0x00007422 
- 00019593  0x00004b0e arg  0x00000010 , 0x00000039 
- 00019594  0x00004b0f arg  0x00000ac2 , 0x00000005 
- 00019595  0x00004b10 call  0x00004ca0 
- 00019596  0x00004b11 storet  0x00000008 , 0x00000aa2 
- 00019597  0x00004b12 arg  0x00000ad2 , 0x00000005 
- 00019598  0x00004b13 call  0x00007497 
- 00019599  0x00004b14 arg  0x00000ad2 , 0x00000011 
- 00019600  0x00004b15 arg  0x00000ac2 , 0x00000012 
- 00019601  0x00004b16 arg  0x00000ae2 , 0x00000005 
- 00019602  0x00004b17 call  0x00007352 
- 00019603  0x00004b18 arg  0x00000010 , 0x00000039 
- 00019604  0x00004b19 arg  0x00000ae2 , 0x00000006 
- 00019605  0x00004b1a call  0x00004c9c 
- 00019606  0x00004b1b fetcht  0x00000008 , 0x00000aa2 
- 00019607  0x00004b1c fetch  0x00000008 , 0x00000a9a 
- 00019608  0x00004b1d increase  0xfffffff0 , 0x0000003f 
- 00019609  0x00004b1e store  0x00000008 , 0x00000a9a 
- 00019610  0x00004b1f nbranch  0x00004c88 , 0x00000034 
- 00019611  0x00004b20 branch  0x00004c80 
- 00019612  0x00004b23 ifetch  0x00000001 , 0x00000006 
- 00019613  0x00004b24 hstore  0x00000001 , 0x00008025 
- 00019614  0x00004b25 loop  0x00004c9c 
- 00019615  0x00004b26 rtn 
- 00019616  0x00004b29 ifetch  0x00000001 , 0x00000003 
- 00019617  0x00004b2a istore  0x00000001 , 0x00000005 
- 00019618  0x00004b2b iadd  0x00000002 , 0x00000002 
- 00019619  0x00004b2c loop  0x00004ca0 
- 00019620  0x00004b2d rtn 
- 00019621  0x00004b30 bmark0  0x0000002b , 0x00004cc4 
- 00019622  0x00004b31 arg  0x00000000 , 0x00000002 
- 00019623  0x00004b32 arg  0x00000010 , 0x00000039 
- 00019624  0x00004b33 arg  0x00000ac2 , 0x00000005 
- 00019625  0x00004b34 call  0x00004ca0 
- 00019626  0x00004b35 hfetch  0x00000001 , 0x00008085 
- 00019627  0x00004b36 and_into  0x000000fd , 0x0000003f 
- 00019628  0x00004b37 hstore  0x00000001 , 0x00008085 
- 00019629  0x00004b38 arg  0x00000ac2 , 0x00000006 
- 00019630  0x00004b39 arg  0x00000010 , 0x00000039 
- 00019631  0x00004b3a call  0x00007478 
- 00019632  0x00004b3b call  0x00007428 
- 00019633  0x00004b3c call  0x00007491 
- 00019634  0x00004b3d branch  0x00004c80 
- 00019635  0x00004b41 arg  0x00000020 , 0x00000039 
- 00019636  0x00004b42 arg  0x00004000 , 0x00000005 
- 00019637  0x00004b43 arg  0x00000000 , 0x00000002 
- 00019638  0x00004b45 ifetch  0x00000001 , 0x00000003 
- 00019639  0x00004b46 istore  0x00000001 , 0x00000005 
- 00019640  0x00004b47 iadd  0x00000002 , 0x00000002 
- 00019641  0x00004b48 loop  0x00004cb6 
- 00019642  0x00004b49 and  0x00000002 , 0x000000ff , 0x00000002 
- 00019643  0x00004b4a ifetch  0x00000001 , 0x00000003 
- 00019644  0x00004b4b isub  0x00000002 , 0x0000003e 
- 00019645  0x00004b4c nbranch  0x00004cc4 , 0x00000005 
- 00019646  0x00004b4d jam  0x00000000 , 0x00008023 
- 00019647  0x00004b4e call  0x00004cdc 
- 00019648  0x00004b4f call  0x00004be6 
- 00019649  0x00004b50 call  0x000064a3 
- 00019650  0x00004b51 call  0x00007f9e 
- 00019651  0x00004b52 branch  0x00002001 
- 00019652  0x00004b55 jam  0x00000000 , 0x00008023 
- 00019653  0x00004b56 branch  0x00002000 
- 00019654  0x00004b59 ifetch  0x00000006 , 0x00000003 
- 00019655  0x00004b5a store  0x00000006 , 0x000040a0 
- 00019656  0x00004b5b branch  0x00004cdc 
- 00019657  0x00004b5f ifetch  0x00000001 , 0x00000003 
- 00019658  0x00004b60 store  0x00000001 , 0x0000025a 
- 00019659  0x00004b61 copy  0x0000003f , 0x00000039 
- 00019660  0x00004b62 ifetch  0x00000002 , 0x00000003 
- 00019661  0x00004b63 store  0x00000002 , 0x0000025b 
- 00019662  0x00004b64 copy  0x0000003f , 0x00000005 
- 00019663  0x00004b65 call  0x000066fd 
- 00019664  0x00004b66 branch  0x00004cdc 
- 00019665  0x00004b6a ifetch  0x00000001 , 0x00000003 
- 00019666  0x00004b6b store  0x00000001 , 0x0000025a 
- 00019667  0x00004b6c copy  0x0000003f , 0x00000039 
- 00019668  0x00004b6d ifetch  0x00000002 , 0x00000003 
- 00019669  0x00004b6e store  0x00000002 , 0x0000025b 
- 00019670  0x00004b6f arg  0x00001000 , 0x00000005 
- 00019671  0x00004b70 call  0x000066fd 
- 00019672  0x00004b71 fetcht  0x00000001 , 0x0000025a 
- 00019673  0x00004b72 arg  0x00001000 , 0x00000011 
- 00019674  0x00004b73 fetch  0x00000002 , 0x0000025b 
- 00019675  0x00004b74 branch  0x00006608 
- 00019676  0x00004b7a force  0x00000004 , 0x00000039 
- 00019677  0x00004b7c call  0x00004cf4 
- 00019678  0x00004b7d force  0x00000001 , 0x0000003f 
- 00019679  0x00004b7e istore  0x00000001 , 0x0000000a 
- 00019680  0x00004b7f deposit  0x00000030 
- 00019681  0x00004b80 istore  0x00000003 , 0x0000000a 
- 00019682  0x00004b81 force  0x0000000e , 0x00000007 
- 00019683  0x00004b83 bpatchx  0x00000004 , 0x00004020 
- 00019684  0x00004b84 call  0x00004cf6 
- 00019685  0x00004b85 deposit  0x00000007 
- 00019686  0x00004b86 istore  0x00000001 , 0x0000000a 
- 00019687  0x00004b87 deposit  0x00000039 
- 00019688  0x00004b88 istore  0x00000001 , 0x0000000a 
- 00019689  0x00004b8a force  0x00000005 , 0x00000007 
- 00019690  0x00004b8b increase  0x00000002 , 0x00000039 
- 00019691  0x00004b8d branch  0x00004bf9 
- 00019692  0x00004b90 force  0x000000ff , 0x00000007 
- 00019693  0x00004b91 call  0x00004cf4 
- 00019694  0x00004b92 setarg  0x00000001 
- 00019695  0x00004b93 istore  0x00000001 , 0x0000000a 
- 00019696  0x00004b94 force  0x00000001 , 0x00000039 
- 00019697  0x00004b95 branch  0x00004ce3 
- 00019698  0x00004b98 force  0x0000000c , 0x0000000a 
- 00019699  0x00004b99 branch  0x00004cf7 
- 00019700  0x00004b9c force  0x00000008 , 0x0000000a 
- 00019701  0x00004b9d branch  0x00004cf7 
- 00019702  0x00004ba0 force  0x00000006 , 0x0000000a 
- 00019703  0x00004ba2 branch  0x00004bf5 
- 00019704  0x00004ba7 pulse  0x0000000f 
- 00019705  0x00004ba8 enable  0x00000009 
- 00019706  0x00004baa ifetch  0x00000001 , 0x0000000a 
- 00019707  0x00004bab inject  0x00000000 , 0x00000008 
- 00019708  0x00004bac loop  0x00004cfa 
- 00019709  0x00004bad enable  0x00000008 
- 00019710  0x00004bae inject  0x00000000 , 0x00000010 
- 00019711  0x00004baf disable  0x00000008 
- 00019712  0x00004bb0 disable  0x00000009 
- 00019713  0x00004bb1 disable  0x0000000f 
- 00019714  0x00004bb2 byteswap  0x0000003f , 0x0000003f 
- 00019715  0x00004bb3 rtn 
- 00019716  0x00004bb8 jam  0x00000000 , 0x000041ce 
- 00019717  0x00004bb9 rtn 
- 00019718  0x00004bbb fetch  0x00000006 , 0x000041d0 
- 00019719  0x00004bbc fetcht  0x00000006 , 0x00000040 
- 00019720  0x00004bbd isub  0x00000002 , 0x0000003e 
- 00019721  0x00004bbe rtn 
- 00019722  0x00004bc4 fetch  0x00000001 , 0x0000004b 
- 00019723  0x00004bc5 bbit1  0x00000002 , 0x00004d0f 
- 00019724  0x00004bc6 call  0x000062ef 
- 00019725  0x00004bc7 jam  0x00000008 , 0x0000007c 
- 00019726  0x00004bc8 branch  0x00004d04 
- 00019727  0x00004bca set0  0x00000002 , 0x0000003f 
- 00019728  0x00004bcb store  0x00000001 , 0x0000004b 
- 00019729  0x00004bcc call  0x00006001 
- 00019730  0x00004bcd setarg  0x00000000 
- 00019731  0x00004bce setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00019732  0x00004bcf store  0x00000001 , 0x0000007f 
- 00019733  0x00004bd0 branch  0x00004d04 
- 00019734  0x00004bd1 rtn 
- 00019735  0x00004bd3 jam  0x00000017 , 0x0000007c 
- 00019736  0x00004bd4 arg  0x000004d9 , 0x00000005 
- 00019737  0x00004bd5 setarg  0x00000000 
- 00019738  0x00004bd6 isolate1  0x0000001b , 0x00000028 
- 00019739  0x00004bd7 setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00019740  0x00004bd8 istore  0x00000001 , 0x00000005 
- 00019741  0x00004bd9 setarg  0x00000000 
- 00019742  0x00004bda istore  0x00000002 , 0x00000005 
- 00019743  0x00004bdb fetch  0x00000002 , 0x000041e3 
- 00019744  0x00004bdc istore  0x00000002 , 0x00000005 
- 00019745  0x00004bdd fetch  0x00000001 , 0x000041e5 
- 00019746  0x00004bde istore  0x00000002 , 0x00000005 
- 00019747  0x00004bdf fetch  0x00000001 , 0x000041e7 
- 00019748  0x00004be0 istore  0x00000002 , 0x00000005 
- 00019749  0x00004be1 branch  0x00004d04 
- 00019750  0x00004be4 jam  0x00000018 , 0x0000007c 
- 00019751  0x00004be5 branch  0x00004d04 
- 00019752  0x00004be8 call  0x00006899 
- 00019753  0x00004be9 rtn  0x00000001 
- 00019754  0x00004bea arg  0x00000007 , 0x00000002 
- 00019755  0x00004beb call  0x0000681d 
- 00019756  0x00004bec nbranch  0x00004d2f , 0x00000001 
- 00019757  0x00004bed jam  0x00000001 , 0x00004245 
- 00019758  0x00004bee rtn 
- 00019759  0x00004bf0 fetch  0x00000001 , 0x00004245 
- 00019760  0x00004bf1 rtnne  0x00000001 
- 00019761  0x00004bf2 call  0x00004c62 
- 00019762  0x00004bf3 branch  0x00004cec 
- 00019763  0x00004c02 bpatchx  0x00000005 , 0x00004020 
- 00019764  0x00004c03 fetch  0x00000002 , 0x00000264 
- 00019765  0x00004c04 copy  0x0000003f , 0x00000006 
- 00019766  0x00004c05 ifetch  0x00000001 , 0x00000006 
- 00019767  0x00004c06 and  0x0000003f , 0x0000000f , 0x00000002 
- 00019768  0x00004c07 rshift4  0x0000003f , 0x0000003f 
- 00019769  0x00004c08 beq  0x00000009 , 0x00004d53 
- 00019770  0x00004c09 beq  0x00000007 , 0x00004d53 
- 00019771  0x00004c0a beq  0x0000000a , 0x00004d5f 
- 00019772  0x00004c0b beq  0x00000005 , 0x00004d4b 
- 00019773  0x00004c0c beq  0x00000001 , 0x00004d3f 
- 00019774  0x00004c0d rtn 
- 00019775  0x00004c10 copy  0x00000002 , 0x0000003f 
- 00019776  0x00004c11 beq  0x00000005 , 0x00004d43 
- 00019777  0x00004c12 beq  0x00000003 , 0x00004d4a 
- 00019778  0x00004c13 rtn 
- 00019779  0x00004c16 jam  0x00000027 , 0x00000a99 
- 00019780  0x00004c17 call  0x00007d86 
- 00019781  0x00004c18 fetch  0x00000001 , 0x00004092 
- 00019782  0x00004c19 rtnbit0  0x00000006 
- 00019783  0x00004c1a copy  0x00000002 , 0x0000003f 
- 00019784  0x00004c1b beq  0x00000005 , 0x0000438e 
- 00019785  0x00004c1c rtn 
- 00019786  0x00004c1e rtn 
- 00019787  0x00004c21 call  0x00004d5f 
- 00019788  0x00004c22 arg  0x00000001 , 0x00000011 
- 00019789  0x00004c23 call  0x00004d63 
- 00019790  0x00004c24 fetch  0x00000002 , 0x0000424c 
- 00019791  0x00004c25 istore  0x00000002 , 0x00000005 
- 00019792  0x00004c26 setarg  0x00000000 
- 00019793  0x00004c27 istore  0x00000001 , 0x00000005 
- 00019794  0x00004c28 rtn 
- 00019795  0x00004c2b arg  0x00000001 , 0x00000011 
- 00019796  0x00004c2c call  0x00004d63 
- 00019797  0x00004c2d fetch  0x00000002 , 0x0000424c 
- 00019798  0x00004c2e istore  0x00000002 , 0x00000005 
- 00019799  0x00004c2f setarg  0x00000000 
- 00019800  0x00004c30 istore  0x00000001 , 0x00000005 
- 00019801  0x00004c31 jam  0x00000001 , 0x00000a8e 
- 00019802  0x00004c32 fetch  0x00000001 , 0x00004252 
- 00019803  0x00004c33 set1  0x00000006 
- 00019804  0x00004c34 store  0x00000001 , 0x00004252 
- 00019805  0x00004c35 jam  0x00000012 , 0x00000a99 
- 00019806  0x00004c36 branch  0x00007d86 
- 00019807  0x00004c39 ifetch  0x00000001 , 0x00000006 
- 00019808  0x00004c3a beq  0x00000001 , 0x00004d62 
- 00019809  0x00004c3b rtn 
- 00019810  0x00004c3e rtn 
- 00019811  0x00004c42 call  0x00005240 
- 00019812  0x00004c43 copy  0x00000011 , 0x00000002 
- 00019813  0x00004c44 storet  0x00000001 , 0x00000a8e 
- 00019814  0x00004c45 copy  0x0000003f , 0x00000005 
- 00019815  0x00004c46 copy  0x00000011 , 0x0000003f 
- 00019816  0x00004c47 istore  0x00000002 , 0x00000005 
- 00019817  0x00004c48 rtn 
- 00019818  0x00004c5a branch  0x00004d6f , 0x0000002b 
- 00019819  0x00004c5c setarg  0x00004365 
- 00019820  0x00004c5d arg  0x00004246 , 0x00000005 
- 00019821  0x00004c5e isub  0x00000005 , 0x00000039 
- 00019822  0x00004c5f call  0x00007ed4 
- 00019823  0x00004c61 bpatchx  0x00000006 , 0x00004020 
- 00019824  0x00004c62 setarg  0x00000551 
- 00019825  0x00004c63 arg  0x00000511 , 0x00000005 
- 00019826  0x00004c64 isub  0x00000005 , 0x00000039 
- 00019827  0x00004c65 call  0x00007ed4 
- 00019828  0x00004c66 setarg  0x000002c9 
- 00019829  0x00004c67 arg  0x0000025d , 0x00000005 
- 00019830  0x00004c68 isub  0x00000005 , 0x00000039 
- 00019831  0x00004c69 call  0x00007ed4 
- 00019832  0x00004c6a branch  0x00005318 
- 00019833  0x00004c6d bpatchx  0x00000007 , 0x00004020 
- 00019834  0x00004c6e copy  0x00000006 , 0x00000002 
- 00019835  0x00004c71 copy  0x00000002 , 0x00000006 
- 00019836  0x00004c72 ifetch  0x00000002 , 0x00000006 
- 00019837  0x00004c73 store  0x00000002 , 0x00000266 
- 00019838  0x00004c74 ifetch  0x00000002 , 0x00000006 
- 00019839  0x00004c75 store  0x00000002 , 0x00000268 
- 00019840  0x00004c76 deposit  0x00000006 
- 00019841  0x00004c77 store  0x00000002 , 0x00000264 
- 00019842  0x00004c78 fetch  0x00000001 , 0x00004681 
- 00019843  0x00004c79 beq  0x00000000 , 0x00004d85 
- 00019844  0x00004c7a branch  0x000050ef 
- 00019845  0x00004c7d fetch  0x00000002 , 0x00000266 
- 00019846  0x00004c7e branch  0x00004dfc , 0x00000034 
- 00019847  0x00004c7f bpatchx  0x00000008 , 0x00004021 
- 00019848  0x00004c80 fetch  0x00000001 , 0x00000268 
- 00019849  0x00004c81 beq  0x00000001 , 0x00004d9d 
- 00019850  0x00004c83 beq  0x00000050 , 0x00004de0 
- 00019851  0x00004c84 beq  0x00000051 , 0x00004df5 
- 00019852  0x00004c85 beq  0x00000052 , 0x00004df3 
- 00019853  0x00004c86 beq  0x00000053 , 0x00004df3 
- 00019854  0x00004c87 branch  0x00004dfc 
- 00019855  0x00004c8c bpatchx  0x00000009 , 0x00004021 
- 00019856  0x00004c8d call  0x0000527e 
- 00019857  0x00004c8e fetch  0x00000001 , 0x00004256 
- 00019858  0x00004c8f beq  0x00000000 , 0x00004d9b 
- 00019859  0x00004c90 beq  0x00000001 , 0x00004d9b 
- 00019860  0x00004c91 beq  0x00000002 , 0x00004d9b 
- 00019861  0x00004c92 beq  0x00000003 , 0x00004d9b 
- 00019862  0x00004c93 beq  0x00000081 , 0x00004d9b 
- 00019863  0x00004c94 beq  0x000000c0 , 0x00004d9b 
- 00019864  0x00004c95 beq  0x00000080 , 0x00004d9b 
- 00019865  0x00004c96 beq  0x00000040 , 0x00004d9b 
- 00019866  0x00004c97 rtn 
- 00019867  0x00004c9a setarg  0x00000000 
- 00019868  0x00004c9b rtn 
- 00019869  0x00004c9f call  0x00004d8f 
- 00019870  0x00004ca0 nrtn  0x00000034 
- 00019871  0x00004ca2 call  0x000052b8 
- 00019872  0x00004ca3 call  0x00004e01 
- 00019873  0x00004ca4 fetcht  0x00000002 , 0x0000026f 
- 00019874  0x00004ca5 branch  0x00004dfb , 0x00000034 
- 00019875  0x00004ca6 call  0x000052c1 
- 00019876  0x00004ca7 fetch  0x00000002 , 0x0000026f 
- 00019877  0x00004ca8 istore  0x00000002 , 0x00000005 
- 00019878  0x00004ca9 force  0x00000001 , 0x0000003f 
- 00019879  0x00004caa istore  0x00000002 , 0x00000005 
- 00019880  0x00004cab branch  0x00004dfc 
- 00019881  0x00004cae fetch  0x00000001 , 0x00004364 
- 00019882  0x00004caf rtn  0x00000034 
- 00019883  0x00004cb0 copy  0x0000003f , 0x00000011 
- 00019884  0x00004cb1 bpatchx  0x0000000a , 0x00004021 
- 00019885  0x00004cb2 fetch  0x00000004 , 0x000002d5 
- 00019886  0x00004cb3 arg  0x00000100 , 0x00000002 
- 00019887  0x00004cb4 iadd  0x00000002 , 0x00000002 
- 00019888  0x00004cb5 copy  0x00000022 , 0x0000003f 
- 00019889  0x00004cb6 isub  0x00000002 , 0x0000003e 
- 00019890  0x00004cb7 nrtn  0x00000002 
- 00019891  0x00004cb8 jam  0x00000000 , 0x00004364 
- 00019892  0x00004cb9 copy  0x00000011 , 0x0000003f 
- 00019893  0x00004cba beq  0x00000050 , 0x00004db7 
- 00019894  0x00004cbb branch  0x00002a8c 
- 00019895  0x00004cbd arg  0x00000000 , 0x00000008 
- 00019896  0x00004cbe call  0x000052b8 
- 00019897  0x00004cbf call  0x00004e7a 
- 00019898  0x00004cc0 call  0x000052c3 
- 00019899  0x00004cc1 call  0x00007ea8 
- 00019900  0x00004cc2 call  0x00004ead 
- 00019901  0x00004cc3 call  0x000052c1 
- 00019902  0x00004cc5 setarg  0x0000000c 
- 00019903  0x00004cc6 istore  0x00000002 , 0x00000005 
- 00019904  0x00004cc7 force  0x00000001 , 0x0000003f 
- 00019905  0x00004cc8 istore  0x00000002 , 0x00000005 
- 00019906  0x00004cc9 branch  0x00004dfc 
- 00019907  0x00004cce bpatchx  0x0000000b , 0x00004021 
- 00019908  0x00004ccf fetch  0x00000002 , 0x00000275 
- 00019909  0x00004cd0 increase  0x00000004 , 0x0000003f 
- 00019910  0x00004cd1 rshift4  0x0000003f , 0x0000003f 
- 00019911  0x00004cd2 rshift3  0x0000003f , 0x0000003f 
- 00019912  0x00004cd3 add  0x0000003f , 0x00000001 , 0x00000002 
- 00019913  0x00004cd4 arg  0x00004260 , 0x00000006 
- 00019914  0x00004cd5 ifetch  0x00000003 , 0x00000006 
- 00019915  0x00004cd6 rtn  0x00000034 
- 00019916  0x00004cd7 store  0x00000003 , 0x00000ac2 
- 00019917  0x00004cd8 fetch  0x00000001 , 0x00000ac2 
- 00019918  0x00004cd9 copy  0x0000003f , 0x00000011 
- 00019919  0x00004cda call  0x00004dd3 
- 00019920  0x00004cdb copy  0x00000012 , 0x0000003f 
- 00019921  0x00004cdc store  0x00000001 , 0x00004260 
- 00019922  0x00004cdd rtn 
- 00019923  0x00004ce0 arg  0x00000000 , 0x00000007 
- 00019924  0x00004ce1 arg  0x00000000 , 0x00000012 
- 00019925  0x00004ce4 sub  0x00000007 , 0x00000007 , 0x0000003e 
- 00019926  0x00004ce5 nrtn  0x00000002 
- 00019927  0x00004ce6 qisolate1  0x00000011 
- 00019928  0x00004ce7 branch  0x00004dda , 0x00000001 
- 00019929  0x00004ce8 branch  0x00004dde 
- 00019930  0x00004ceb copy  0x00000002 , 0x0000003f 
- 00019931  0x00004cec branch  0x00004dde , 0x00000034 
- 00019932  0x00004ced qset1  0x00000012 
- 00019933  0x00004cee increase  0xffffffff , 0x00000002 
- 00019934  0x00004cf1 increase  0x00000001 , 0x00000007 
- 00019935  0x00004cf2 branch  0x00004dd5 
- 00019936  0x00004cf5 call  0x00005274 
- 00019937  0x00004cf6 nrtn  0x00000034 
- 00019938  0x00004cf7 call  0x00004d8f 
- 00019939  0x00004cf8 nrtn  0x00000034 
- 00019940  0x00004cf9 call  0x000052c5 
- 00019941  0x00004cfa call  0x00006e11 
- 00019942  0x00004cfb call  0x00004dc3 
- 00019943  0x00004cfc branch  0x00004dec 
- 00019944  0x00004d00 call  0x00005274 
- 00019945  0x00004d01 nrtn  0x00000034 
- 00019946  0x00004d02 call  0x000052c5 
- 00019947  0x00004d03 call  0x00006e11 
- 00019948  0x00004d05 call  0x000052ce 
- 00019949  0x00004d06 fetch  0x00000002 , 0x00000275 
- 00019950  0x00004d07 branch  0x00004dfb , 0x00000034 
- 00019951  0x00004d08 istore  0x00000002 , 0x00000005 
- 00019952  0x00004d09 fetch  0x00000002 , 0x00004248 
- 00019953  0x00004d0a istore  0x00000002 , 0x00000005 
- 00019954  0x00004d0b branch  0x00004dfc 
- 00019955  0x00004d0e call  0x00004d33 
- 00019956  0x00004d0f branch  0x00004dfc 
- 00019957  0x00004d12 bpatchx  0x0000000c , 0x00004021 
- 00019958  0x00004d13 jam  0x00000000 , 0x00000284 
- 00019959  0x00004d14 call  0x00006a8a 
- 00019960  0x00004d15 fetch  0x00000001 , 0x00000284 
- 00019961  0x00004d16 rtneq  0x00000001 
- 00019962  0x00004d17 branch  0x00004dfc 
- 00019963  0x00004d19 call  0x00005264 
- 00019964  0x00004d1c setarg  0x00000000 
- 00019965  0x00004d1d store  0x00000002 , 0x00000266 
- 00019966  0x00004d1e store  0x00000002 , 0x00000268 
- 00019967  0x00004d1f jam  0x00000001 , 0x0000026a 
- 00019968  0x00004d20 rtn 
- 00019969  0x00004d23 bpatchx  0x0000000d , 0x00004021 
- 00019970  0x00004d24 call  0x000052c3 
- 00019971  0x00004d25 force  0x00000000 , 0x00000012 
- 00019972  0x00004d26 fetch  0x00000002 , 0x00000266 
- 00019973  0x00004d27 copy  0x0000003f , 0x00000013 
- 00019974  0x00004d28 fetch  0x00000002 , 0x00000264 
- 00019975  0x00004d29 iforce  0x00000006 
- 00019976  0x00004d2b call  0x00004e10 
- 00019977  0x00004d2c deposit  0x00000013 
- 00019978  0x00004d2d increase  0xfffffffc , 0x00000013 
- 00019979  0x00004d2e increase  0xfffffffc , 0x0000003f 
- 00019980  0x00004d2f nbranch  0x00004e08 , 0x00000034 
- 00019981  0x00004d30 copy  0x00000012 , 0x0000003f 
- 00019982  0x00004d31 store  0x00000002 , 0x0000026f 
- 00019983  0x00004d32 rtn 
- 00019984  0x00004d35 bpatchx  0x0000000e , 0x00004021 
- 00019985  0x00004d36 ifetch  0x00000001 , 0x00000006 
- 00019986  0x00004d37 beq  0x00000001 , 0x00004e49 
- 00019987  0x00004d38 beq  0x00000002 , 0x00004e51 
- 00019988  0x00004d39 beq  0x00000003 , 0x00004ed5 
- 00019989  0x00004d3a beq  0x00000004 , 0x00004f05 
- 00019990  0x00004d3b beq  0x00000005 , 0x00004fa2 
- 00019991  0x00004d3c beq  0x00000006 , 0x00004fcb 
- 00019992  0x00004d3d beq  0x00000007 , 0x0000501b 
- 00019993  0x00004d3e beq  0x00000008 , 0x00005050 
- 00019994  0x00004d3f beq  0x00000009 , 0x00005060 
- 00019995  0x00004d40 beq  0x0000000a , 0x00004e1f 
- 00019996  0x00004d41 beq  0x0000000b , 0x00005061 
- 00019997  0x00004d42 call  0x00005062 
- 00019998  0x00004d44 rtn 
- 00019999  0x00004d47 ifetch  0x00000001 , 0x00000006 
- 00020000  0x00004d48 copy  0x0000003f , 0x00000007 
- 00020001  0x00004d49 ifetch  0x00000002 , 0x00000006 
- 00020002  0x00004d4a copy  0x0000003f , 0x00000011 
- 00020003  0x00004d4b copy  0x00000013 , 0x0000003f 
- 00020004  0x00004d4c isub  0x00000011 , 0x00000013 
- 00020005  0x00004d4d setarg  0x0000000b 
- 00020006  0x00004d4e istore  0x00000001 , 0x00000005 
- 00020007  0x00004d4f copy  0x00000007 , 0x0000003f 
- 00020008  0x00004d50 istore  0x00000001 , 0x00000005 
- 00020009  0x00004d51 ifetch  0x00000002 , 0x00000006 
- 00020010  0x00004d53 beq  0x00000002 , 0x00004e2d 
- 00020011  0x00004d54 beq  0x00000003 , 0x00004e33 
- 00020012  0x00004d55 rtn 
- 00020013  0x00004d57 setarg  0x00020008 
- 00020014  0x00004d58 istore  0x00000006 , 0x00000005 
- 00020015  0x00004d59 setarg  0x00000280 
- 00020016  0x00004d5a istore  0x00000004 , 0x00000005 
- 00020017  0x00004d5b force  0x0000000c , 0x0000003f 
- 00020018  0x00004d5c branch  0x00004e38 
- 00020019  0x00004d5e setarg  0x0003000c 
- 00020020  0x00004d5f istore  0x00000006 , 0x00000005 
- 00020021  0x00004d60 setarg  0x00000006 
- 00020022  0x00004d61 istore  0x00000008 , 0x00000005 
- 00020023  0x00004d62 force  0x00000010 , 0x0000003f 
- 00020024  0x00004d64 iadd  0x00000012 , 0x00000012 
- 00020025  0x00004d65 branch  0x00004e1e 
- 00020026  0x00004d68 ifetch  0x00000001 , 0x00000006 
- 00020027  0x00004d69 copy  0x0000003f , 0x00000007 
- 00020028  0x00004d6a ifetch  0x00000002 , 0x00000006 
- 00020029  0x00004d6b copy  0x0000003f , 0x00000011 
- 00020030  0x00004d6c ifetch  0x00000002 , 0x00000006 
- 00020031  0x00004d6d store  0x00000002 , 0x00000aa2 
- 00020032  0x00004d6e copy  0x00000013 , 0x0000003f 
- 00020033  0x00004d6f isub  0x00000011 , 0x00000013 
- 00020034  0x00004d70 call  0x000052c3 
- 00020035  0x00004d71 setarg  0x0000000b 
- 00020036  0x00004d72 istore  0x00000001 , 0x00000005 
- 00020037  0x00004d73 copy  0x00000007 , 0x0000003f 
- 00020038  0x00004d74 istore  0x00000001 , 0x00000005 
- 00020039  0x00004d75 fetch  0x00000002 , 0x00000aa2 
- 00020040  0x00004d76 branch  0x00004e2a 
- 00020041  0x00004d7b ifetch  0x00000001 , 0x00000006 
- 00020042  0x00004d7c copy  0x0000003f , 0x00000007 
- 00020043  0x00004d7d ifetch  0x00000002 , 0x00000006 
- 00020044  0x00004d7e copy  0x0000003f , 0x00000011 
- 00020045  0x00004d7f iadd  0x00000006 , 0x00000006 
- 00020046  0x00004d80 copy  0x00000013 , 0x0000003f 
- 00020047  0x00004d81 isub  0x00000011 , 0x00000013 
- 00020048  0x00004d83 branch  0x00004e1e 
- 00020049  0x00004d86 call  0x00007ea8 
- 00020050  0x00004d89 call  0x00007ead 
- 00020051  0x00004d8a arg  0x00000000 , 0x00000008 
- 00020052  0x00004d8b ifetch  0x00000001 , 0x00000006 
- 00020053  0x00004d8c copy  0x0000003f , 0x00000007 
- 00020054  0x00004d8d ifetch  0x00000002 , 0x00000006 
- 00020055  0x00004d8e copy  0x0000003f , 0x00000011 
- 00020056  0x00004d8f ifetch  0x00000002 , 0x00000006 
- 00020057  0x00004d90 copy  0x0000003f , 0x00000002 
- 00020058  0x00004d91 ifetch  0x00000002 , 0x00000006 
- 00020059  0x00004d92 copy  0x0000003f , 0x0000000b 
- 00020060  0x00004d93 bpatchx  0x0000000f , 0x00004021 
- 00020061  0x00004d94 copy  0x00000002 , 0x0000003f 
- 00020062  0x00004d95 beq  0x00000001 , 0x00004e64 
- 00020063  0x00004d96 beq  0x00000003 , 0x00004e86 
- 00020064  0x00004d97 beq  0x00000011 , 0x00004e92 
- 00020065  0x00004d98 beq  0x00000013 , 0x00004e9d 
- 00020066  0x00004d99 call  0x00005062 
- 00020067  0x00004d9a branch  0x00004ed4 
- 00020068  0x00004d9d call  0x00007ea8 
- 00020069  0x00004d9e arg  0x00000050 , 0x00000002 
- 00020070  0x00004d9f fetch  0x00000002 , 0x00004248 
- 00020071  0x00004da0 nbranch  0x00004ece , 0x00000034 
- 00020072  0x00004da1 copy  0x0000000b , 0x0000003f 
- 00020073  0x00004da2 store  0x00000002 , 0x00004248 
- 00020074  0x00004da3 copy  0x00000022 , 0x0000003f 
- 00020075  0x00004da4 store  0x00000004 , 0x000002d5 
- 00020076  0x00004da5 call  0x00004e6e 
- 00020077  0x00004da6 branch  0x00004ea9 
- 00020078  0x00004da9 storet  0x00000002 , 0x000002d3 
- 00020079  0x00004daa deposit  0x0000000b 
- 00020080  0x00004dab store  0x00000002 , 0x000002c9 
- 00020081  0x00004dac deposit  0x00000011 
- 00020082  0x00004dad store  0x00000002 , 0x000002cb 
- 00020083  0x00004dae deposit  0x00000012 
- 00020084  0x00004daf store  0x00000002 , 0x000002cd 
- 00020085  0x00004db0 deposit  0x00000013 
- 00020086  0x00004db1 store  0x00000002 , 0x000002cf 
- 00020087  0x00004db2 deposit  0x00000007 
- 00020088  0x00004db3 store  0x00000002 , 0x000002d1 
- 00020089  0x00004db4 rtn 
- 00020090  0x00004db7 fetcht  0x00000002 , 0x000002d3 
- 00020091  0x00004db8 fetch  0x00000002 , 0x000002c9 
- 00020092  0x00004db9 copy  0x0000003f , 0x0000000b 
- 00020093  0x00004dba fetch  0x00000002 , 0x000002cb 
- 00020094  0x00004dbb copy  0x0000003f , 0x00000011 
- 00020095  0x00004dbc fetch  0x00000002 , 0x000002cd 
- 00020096  0x00004dbd copy  0x0000003f , 0x00000012 
- 00020097  0x00004dbe fetch  0x00000002 , 0x000002cf 
- 00020098  0x00004dbf copy  0x0000003f , 0x00000013 
- 00020099  0x00004dc0 fetch  0x00000002 , 0x000002d1 
- 00020100  0x00004dc1 copy  0x0000003f , 0x00000007 
- 00020101  0x00004dc2 rtn 
- 00020102  0x00004dc5 call  0x00007ea8 
- 00020103  0x00004dc6 setarg  0x00000051 
- 00020104  0x00004dc7 arg  0x00000051 , 0x00000002 
- 00020105  0x00004dc8 fetch  0x00000002 , 0x0000424a 
- 00020106  0x00004dc9 nbranch  0x00004ece , 0x00000034 
- 00020107  0x00004dca copy  0x0000000b , 0x0000003f 
- 00020108  0x00004dcb store  0x00000002 , 0x0000424a 
- 00020109  0x00004dcc fetch  0x00000001 , 0x00004251 
- 00020110  0x00004dcd set1  0x00000000 , 0x0000003f 
- 00020111  0x00004dce set1  0x00000001 , 0x0000003f 
- 00020112  0x00004dcf store  0x00000001 , 0x00004251 
- 00020113  0x00004dd0 branch  0x00004eb1 
- 00020114  0x00004dd2 call  0x00007ea8 
- 00020115  0x00004dd3 arg  0x00000052 , 0x00000002 
- 00020116  0x00004dd4 fetch  0x00000002 , 0x0000424c 
- 00020117  0x00004dd5 nbranch  0x00004ece , 0x00000034 
- 00020118  0x00004dd6 copy  0x0000000b , 0x0000003f 
- 00020119  0x00004dd7 store  0x00000002 , 0x0000424c 
- 00020120  0x00004dd8 fetch  0x00000001 , 0x00004252 
- 00020121  0x00004dd9 set1  0x00000000 , 0x0000003f 
- 00020122  0x00004dda set1  0x00000001 , 0x0000003f 
- 00020123  0x00004ddb store  0x00000001 , 0x00004252 
- 00020124  0x00004ddc branch  0x00004eb1 
- 00020125  0x00004dde call  0x00007ea8 
- 00020126  0x00004ddf deposit  0x0000001a 
- 00020127  0x00004de0 arg  0x00000053 , 0x00000002 
- 00020128  0x00004de1 fetch  0x00000002 , 0x0000424e 
- 00020129  0x00004de2 nbranch  0x00004ece , 0x00000034 
- 00020130  0x00004de3 copy  0x0000000b , 0x0000003f 
- 00020131  0x00004de4 store  0x00000002 , 0x0000424e 
- 00020132  0x00004de5 fetch  0x00000001 , 0x00004253 
- 00020133  0x00004de6 set1  0x00000000 , 0x0000003f 
- 00020134  0x00004de7 set1  0x00000001 , 0x0000003f 
- 00020135  0x00004de8 store  0x00000001 , 0x00004253 
- 00020136  0x00004de9 branch  0x00004eb1 
- 00020137  0x00004dec setarg  0x00000001 
- 00020138  0x00004ded store  0x00000002 , 0x0000027d 
- 00020139  0x00004dee jam  0x00000050 , 0x00004364 
- 00020140  0x00004def branch  0x00004eb3 
- 00020141  0x00004df1 fetch  0x00000001 , 0x00004250 
- 00020142  0x00004df2 set1  0x00000000 , 0x0000003f 
- 00020143  0x00004df3 set1  0x00000001 , 0x0000003f 
- 00020144  0x00004df4 store  0x00000001 , 0x00004250 
- 00020145  0x00004df6 setarg  0x00000000 
- 00020146  0x00004df7 store  0x00000002 , 0x0000027d 
- 00020147  0x00004df9 bpatchx  0x00000010 , 0x00004022 
- 00020148  0x00004dfa call  0x00007ead 
- 00020149  0x00004dfb setarg  0x00000003 
- 00020150  0x00004dfc istore  0x00000001 , 0x00000005 
- 00020151  0x00004dfd copy  0x00000007 , 0x0000003f 
- 00020152  0x00004dfe istore  0x00000001 , 0x00000005 
- 00020153  0x00004dff setarg  0x00000008 
- 00020154  0x00004e00 istore  0x00000002 , 0x00000005 
- 00020155  0x00004e01 copy  0x00000002 , 0x0000003f 
- 00020156  0x00004e02 istore  0x00000002 , 0x00000005 
- 00020157  0x00004e03 copy  0x0000000b , 0x0000003f 
- 00020158  0x00004e04 istore  0x00000002 , 0x00000005 
- 00020159  0x00004e05 fetch  0x00000002 , 0x0000027d 
- 00020160  0x00004e06 beq  0x00000001 , 0x00004ec9 
- 00020161  0x00004e07 isolate0  0x00000000 , 0x00000008 
- 00020162  0x00004e08 branch  0x00004ec4 , 0x00000001 
- 00020163  0x00004e09 setarg  0x00000004 
- 00020164  0x00004e0b istore  0x00000002 , 0x00000005 
- 00020165  0x00004e0c force  0x00000000 , 0x0000003f 
- 00020166  0x00004e0d istore  0x00000002 , 0x00000005 
- 00020167  0x00004e0e setarg  0x0000000c 
- 00020168  0x00004e0f branch  0x00004ed0 
- 00020169  0x00004e11 istore  0x00000002 , 0x00000005 
- 00020170  0x00004e12 force  0x00000002 , 0x0000003f 
- 00020171  0x00004e13 istore  0x00000002 , 0x00000005 
- 00020172  0x00004e14 setarg  0x0000000c 
- 00020173  0x00004e15 branch  0x00004ed0 
- 00020174  0x00004e18 set1  0x00000000 , 0x00000008 
- 00020175  0x00004e19 branch  0x00004eb1 
- 00020176  0x00004e1b iadd  0x00000012 , 0x00000012 
- 00020177  0x00004e1c copy  0x00000013 , 0x0000003f 
- 00020178  0x00004e1d isub  0x00000011 , 0x00000013 
- 00020179  0x00004e1e branch  0x00004ed4 
- 00020180  0x00004e20 branch  0x00004e1e 
- 00020181  0x00004e23 ifetch  0x00000001 , 0x00000006 
- 00020182  0x00004e24 copy  0x0000003f , 0x00000007 
- 00020183  0x00004e25 ifetch  0x00000002 , 0x00000006 
- 00020184  0x00004e26 copy  0x0000003f , 0x00000011 
- 00020185  0x00004e27 copy  0x00000013 , 0x0000003f 
- 00020186  0x00004e28 isub  0x00000011 , 0x00000013 
- 00020187  0x00004e29 ifetch  0x00000002 , 0x00000006 
- 00020188  0x00004e2a copy  0x0000003f , 0x0000000b 
- 00020189  0x00004e2b ifetch  0x00000002 , 0x00000006 
- 00020190  0x00004e2c copy  0x0000003f , 0x00000002 
- 00020191  0x00004e2d bpatchx  0x00000011 , 0x00004022 
- 00020192  0x00004e2e setarg  0x00000050 
- 00020193  0x00004e2f isub  0x00000002 , 0x0000003e 
- 00020194  0x00004e30 branch  0x00004eed , 0x00000005 
- 00020195  0x00004e31 setarg  0x00000051 
- 00020196  0x00004e32 isub  0x00000002 , 0x0000003e 
- 00020197  0x00004e33 branch  0x00004ef3 , 0x00000005 
- 00020198  0x00004e34 setarg  0x00000052 
- 00020199  0x00004e35 isub  0x00000002 , 0x0000003e 
- 00020200  0x00004e36 branch  0x00004eff , 0x00000005 
- 00020201  0x00004e37 setarg  0x00000053 
- 00020202  0x00004e38 isub  0x00000002 , 0x0000003e 
- 00020203  0x00004e39 branch  0x00004ef9 , 0x00000005 
- 00020204  0x00004e3a rtn 
- 00020205  0x00004e3d copy  0x0000000b , 0x0000003f 
- 00020206  0x00004e3e store  0x00000002 , 0x00004248 
- 00020207  0x00004e3f fetch  0x00000001 , 0x00004250 
- 00020208  0x00004e40 set1  0x00000001 , 0x0000003f 
- 00020209  0x00004e41 store  0x00000001 , 0x00004250 
- 00020210  0x00004e42 branch  0x00004e1e 
- 00020211  0x00004e44 copy  0x0000000b , 0x0000003f 
- 00020212  0x00004e45 store  0x00000002 , 0x0000424a 
- 00020213  0x00004e46 fetch  0x00000001 , 0x00004251 
- 00020214  0x00004e47 set1  0x00000001 , 0x0000003f 
- 00020215  0x00004e48 store  0x00000001 , 0x00004251 
- 00020216  0x00004e49 rtn 
- 00020217  0x00004e4b copy  0x0000000b , 0x0000003f 
- 00020218  0x00004e4c store  0x00000002 , 0x0000424c 
- 00020219  0x00004e4d fetch  0x00000001 , 0x00004253 
- 00020220  0x00004e4e set1  0x00000001 , 0x0000003f 
- 00020221  0x00004e4f store  0x00000001 , 0x00004253 
- 00020222  0x00004e50 rtn 
- 00020223  0x00004e52 copy  0x0000000b , 0x0000003f 
- 00020224  0x00004e53 store  0x00000002 , 0x0000424e 
- 00020225  0x00004e54 fetch  0x00000001 , 0x00004252 
- 00020226  0x00004e55 set1  0x00000001 , 0x0000003f 
- 00020227  0x00004e56 store  0x00000001 , 0x00004252 
- 00020228  0x00004e57 rtn 
- 00020229  0x00004e5a ifetch  0x00000001 , 0x00000006 
- 00020230  0x00004e5b copy  0x0000003f , 0x00000007 
- 00020231  0x00004e5c ifetch  0x00000002 , 0x00000006 
- 00020232  0x00004e5d copy  0x0000003f , 0x00000011 
- 00020233  0x00004e5e copy  0x00000013 , 0x0000003f 
- 00020234  0x00004e5f isub  0x00000011 , 0x00000013 
- 00020235  0x00004e60 ifetch  0x00000002 , 0x00000006 
- 00020236  0x00004e61 copy  0x0000003f , 0x00000002 
- 00020237  0x00004e62 copy  0x00000002 , 0x00000011 
- 00020238  0x00004e63 bpatchx  0x00000012 , 0x00004022 
- 00020239  0x00004e64 setarg  0x00000050 
- 00020240  0x00004e65 isub  0x00000002 , 0x0000003e 
- 00020241  0x00004e66 branch  0x00004f1c , 0x00000005 
- 00020242  0x00004e67 setarg  0x00000051 
- 00020243  0x00004e68 isub  0x00000002 , 0x0000003e 
- 00020244  0x00004e69 branch  0x00004f3a , 0x00000005 
- 00020245  0x00004e6a setarg  0x00000052 
- 00020246  0x00004e6b isub  0x00000002 , 0x0000003e 
- 00020247  0x00004e6c branch  0x00004f26 , 0x00000005 
- 00020248  0x00004e6d setarg  0x00000053 
- 00020249  0x00004e6e isub  0x00000002 , 0x0000003e 
- 00020250  0x00004e6f branch  0x00004f30 , 0x00000005 
- 00020251  0x00004e70 branch  0x00005062 
- 00020252  0x00004e73 copy  0x00000005 , 0x0000000b 
- 00020253  0x00004e74 fetch  0x00000001 , 0x00004250 
- 00020254  0x00004e75 set1  0x00000004 , 0x0000003f 
- 00020255  0x00004e76 set1  0x00000003 , 0x0000003f 
- 00020256  0x00004e78 store  0x00000001 , 0x00004250 
- 00020257  0x00004e79 copy  0x0000000b , 0x00000005 
- 00020258  0x00004e7a arg  0x00000050 , 0x0000000b 
- 00020259  0x00004e7b fetch  0x00000002 , 0x00004248 
- 00020260  0x00004e7c copy  0x0000003f , 0x00000002 
- 00020261  0x00004e7d branch  0x00004f43 
- 00020262  0x00004e7f copy  0x00000005 , 0x0000000b 
- 00020263  0x00004e80 fetch  0x00000001 , 0x00004252 
- 00020264  0x00004e81 set1  0x00000004 , 0x0000003f 
- 00020265  0x00004e82 set1  0x00000003 , 0x0000003f 
- 00020266  0x00004e84 store  0x00000001 , 0x00004252 
- 00020267  0x00004e85 copy  0x0000000b , 0x00000005 
- 00020268  0x00004e86 arg  0x00000052 , 0x0000000b 
- 00020269  0x00004e87 fetch  0x00000002 , 0x0000424c 
- 00020270  0x00004e88 copy  0x0000003f , 0x00000002 
- 00020271  0x00004e89 branch  0x00004f43 
- 00020272  0x00004e8b copy  0x00000005 , 0x0000000b 
- 00020273  0x00004e8c fetch  0x00000001 , 0x00004253 
- 00020274  0x00004e8d set1  0x00000004 , 0x0000003f 
- 00020275  0x00004e8e set1  0x00000003 , 0x0000003f 
- 00020276  0x00004e90 store  0x00000001 , 0x00004253 
- 00020277  0x00004e91 copy  0x0000000b , 0x00000005 
- 00020278  0x00004e92 arg  0x00000053 , 0x0000000b 
- 00020279  0x00004e93 fetch  0x00000002 , 0x0000424e 
- 00020280  0x00004e94 copy  0x0000003f , 0x00000002 
- 00020281  0x00004e95 branch  0x00004f43 
- 00020282  0x00004e97 copy  0x00000005 , 0x0000000b 
- 00020283  0x00004e98 fetch  0x00000001 , 0x00004251 
- 00020284  0x00004e99 set1  0x00000004 , 0x0000003f 
- 00020285  0x00004e9a set1  0x00000003 , 0x0000003f 
- 00020286  0x00004e9c store  0x00000001 , 0x00004251 
- 00020287  0x00004e9e copy  0x0000000b , 0x00000005 
- 00020288  0x00004e9f arg  0x00000051 , 0x0000000b 
- 00020289  0x00004ea0 fetch  0x00000002 , 0x0000424a 
- 00020290  0x00004ea1 copy  0x0000003f , 0x00000002 
- 00020291  0x00004ea3 bpatchx  0x00000013 , 0x00004022 
- 00020292  0x00004ea4 setarg  0x00000005 
- 00020293  0x00004ea5 istore  0x00000001 , 0x00000005 
- 00020294  0x00004ea6 copy  0x00000007 , 0x0000003f 
- 00020295  0x00004ea7 istore  0x00000001 , 0x00000005 
- 00020296  0x00004ea8 setarg  0x00000006 
- 00020297  0x00004ea9 istore  0x00000002 , 0x00000005 
- 00020298  0x00004eaa copy  0x00000002 , 0x0000003f 
- 00020299  0x00004eab istore  0x00000002 , 0x00000005 
- 00020300  0x00004eac force  0x00000000 , 0x0000003f 
- 00020301  0x00004ead istore  0x00000002 , 0x00000005 
- 00020302  0x00004eae force  0x00000000 , 0x0000003f 
- 00020303  0x00004eaf istore  0x00000002 , 0x00000005 
- 00020304  0x00004eb0 force  0x0000000a , 0x0000003f 
- 00020305  0x00004eb1 iadd  0x00000012 , 0x00000012 
- 00020306  0x00004eb3 storet  0x00000002 , 0x00000282 
- 00020307  0x00004eb4 copy  0x00000007 , 0x0000003f 
- 00020308  0x00004eb5 store  0x00000001 , 0x00000281 
- 00020309  0x00004eb6 force  0x00000050 , 0x0000003f 
- 00020310  0x00004eb7 icompare  0x000000ff , 0x0000000b 
- 00020311  0x00004eb8 branch  0x00004f59 , 0x00000001 
- 00020312  0x00004eb9 increase  0x00000001 , 0x0000003f 
- 00020313  0x00004ebc rtn 
- 00020314  0x00004ebe disable  0x00000028 
- 00020315  0x00004ebf rtnbit1  0x00000002 , 0x0000003f 
- 00020316  0x00004ec0 rtnbit0  0x00000000 , 0x0000003f 
- 00020317  0x00004ec1 rtnbit0  0x00000001 , 0x0000003f 
- 00020318  0x00004ec2 set1  0x00000002 , 0x0000003f 
- 00020319  0x00004ec3 copy  0x00000006 , 0x00000005 
- 00020320  0x00004ec4 increase  0xffffffff , 0x00000005 
- 00020321  0x00004ec5 istore  0x00000001 , 0x00000005 
- 00020322  0x00004ec6 enable  0x00000028 
- 00020323  0x00004ec7 rtn 
- 00020324  0x00004eca fetch  0x00000001 , 0x00004250 
- 00020325  0x00004ecb call  0x00004f5a 
- 00020326  0x00004ecc nbranch  0x00004f6b , 0x00000028 
- 00020327  0x00004ecd jam  0x00000050 , 0x00000280 
- 00020328  0x00004ece fetch  0x00000002 , 0x00004248 
- 00020329  0x00004ecf store  0x00000002 , 0x00000282 
- 00020330  0x00004ed0 branch  0x00004f7f 
- 00020331  0x00004ed2 fetch  0x00000001 , 0x00004251 
- 00020332  0x00004ed3 call  0x00004f5a 
- 00020333  0x00004ed4 nbranch  0x00004f72 , 0x00000028 
- 00020334  0x00004ed5 jam  0x00000051 , 0x00000280 
- 00020335  0x00004ed6 fetch  0x00000002 , 0x0000424a 
- 00020336  0x00004ed7 store  0x00000002 , 0x00000282 
- 00020337  0x00004ed8 branch  0x00004f7f 
- 00020338  0x00004eda fetch  0x00000001 , 0x00004252 
- 00020339  0x00004edb call  0x00004f5a 
- 00020340  0x00004edc nbranch  0x00004f79 , 0x00000028 
- 00020341  0x00004edd jam  0x00000052 , 0x00000280 
- 00020342  0x00004ede fetch  0x00000002 , 0x0000424c 
- 00020343  0x00004edf store  0x00000002 , 0x00000282 
- 00020344  0x00004ee0 branch  0x00004f7f 
- 00020345  0x00004ee2 fetch  0x00000001 , 0x00004253 
- 00020346  0x00004ee3 call  0x00004f5a 
- 00020347  0x00004ee4 nrtn  0x00000028 
- 00020348  0x00004ee5 jam  0x00000053 , 0x00000280 
- 00020349  0x00004ee6 fetch  0x00000002 , 0x0000424e 
- 00020350  0x00004ee7 store  0x00000002 , 0x00000282 
- 00020351  0x00004eeb bpatchx  0x00000014 , 0x00004022 
- 00020352  0x00004eec call  0x0000523a 
- 00020353  0x00004eed call  0x000052b8 
- 00020354  0x00004eee force  0x00000000 , 0x00000012 
- 00020355  0x00004eef call  0x000052c3 
- 00020356  0x00004ef0 force  0x00000004 , 0x0000003f 
- 00020357  0x00004ef1 istore  0x00000001 , 0x00000005 
- 00020358  0x00004ef2 fetch  0x00000001 , 0x00004255 
- 00020359  0x00004ef3 istore  0x00000001 , 0x00000005 
- 00020360  0x00004ef4 setarg  0x00000008 
- 00020361  0x00004ef5 istore  0x00000002 , 0x00000005 
- 00020362  0x00004ef6 fetch  0x00000002 , 0x00000282 
- 00020363  0x00004ef7 istore  0x00000002 , 0x00000005 
- 00020364  0x00004ef8 setarg  0x00000000 
- 00020365  0x00004ef9 istore  0x00000002 , 0x00000005 
- 00020366  0x00004efa force  0x00000001 , 0x0000003f 
- 00020367  0x00004efb istore  0x00000001 , 0x00000005 
- 00020368  0x00004efc force  0x00000002 , 0x0000003f 
- 00020369  0x00004efd istore  0x00000001 , 0x00000005 
- 00020370  0x00004efe fetch  0x00000001 , 0x00000280 
- 00020371  0x00004eff beq  0x00000051 , 0x00004f97 
- 00020372  0x00004f00 setarg  0x00000030 
- 00020373  0x00004f01 istore  0x00000002 , 0x00000005 
- 00020374  0x00004f02 branch  0x00004f99 
- 00020375  0x00004f04 setarg  0x000003e3 
- 00020376  0x00004f05 istore  0x00000002 , 0x00000005 
- 00020377  0x00004f07 arg  0x0000000c , 0x00000002 
- 00020378  0x00004f08 storet  0x00000002 , 0x0000026f 
- 00020379  0x00004f09 call  0x000052c1 
- 00020380  0x00004f0a fetch  0x00000002 , 0x0000026f 
- 00020381  0x00004f0b istore  0x00000002 , 0x00000005 
- 00020382  0x00004f0c force  0x00000001 , 0x0000003f 
- 00020383  0x00004f0d istore  0x00000002 , 0x00000005 
- 00020384  0x00004f0e jam  0x00000000 , 0x00000280 
- 00020385  0x00004f10 branch  0x00004e1e 
- 00020386  0x00004f13 increase  0x00000001 , 0x00000006 
- 00020387  0x00004f14 ifetch  0x00000002 , 0x00000006 
- 00020388  0x00004f15 copy  0x0000003f , 0x00000011 
- 00020389  0x00004f16 copy  0x00000013 , 0x0000003f 
- 00020390  0x00004f17 isub  0x00000011 , 0x00000013 
- 00020391  0x00004f18 ifetch  0x00000002 , 0x00000006 
- 00020392  0x00004f19 copy  0x0000003f , 0x00000011 
- 00020393  0x00004f1a bpatchx  0x00000015 , 0x00004022 
- 00020394  0x00004f1b setarg  0x00000050 
- 00020395  0x00004f1c isub  0x00000011 , 0x0000003e 
- 00020396  0x00004f1d branch  0x00004fba , 0x00000005 
- 00020397  0x00004f1e setarg  0x00000051 
- 00020398  0x00004f1f isub  0x00000011 , 0x0000003e 
- 00020399  0x00004f20 branch  0x00004fbe , 0x00000005 
- 00020400  0x00004f21 setarg  0x00000052 
- 00020401  0x00004f22 isub  0x00000011 , 0x0000003e 
- 00020402  0x00004f23 branch  0x00004fc2 , 0x00000005 
- 00020403  0x00004f24 setarg  0x00000053 
- 00020404  0x00004f25 isub  0x00000011 , 0x0000003e 
- 00020405  0x00004f26 branch  0x00004fc6 , 0x00000005 
- 00020406  0x00004f27 increase  0x00000002 , 0x00000006 
- 00020407  0x00004f28 ifetch  0x00000002 , 0x00000006 
- 00020408  0x00004f29 iforce  0x0000003e 
- 00020409  0x00004f2a branch  0x00004e1e 
- 00020410  0x00004f2c fetch  0x00000001 , 0x00004250 
- 00020411  0x00004f2d set1  0x00000005 , 0x0000003f 
- 00020412  0x00004f2e store  0x00000001 , 0x00004250 
- 00020413  0x00004f2f branch  0x00004e1e 
- 00020414  0x00004f31 fetch  0x00000001 , 0x00004251 
- 00020415  0x00004f32 set1  0x00000005 , 0x0000003f 
- 00020416  0x00004f33 store  0x00000001 , 0x00004251 
- 00020417  0x00004f34 branch  0x00004e1e 
- 00020418  0x00004f36 fetch  0x00000001 , 0x00004252 
- 00020419  0x00004f37 set1  0x00000005 , 0x0000003f 
- 00020420  0x00004f38 store  0x00000001 , 0x00004252 
- 00020421  0x00004f39 branch  0x00004e1e 
- 00020422  0x00004f3b fetch  0x00000001 , 0x00004253 
- 00020423  0x00004f3c set1  0x00000005 , 0x0000003f 
- 00020424  0x00004f3d store  0x00000001 , 0x00004253 
- 00020425  0x00004f3e jam  0x00000006 , 0x00000a99 
- 00020426  0x00004f3f branch  0x00007d86 
- 00020427  0x00004f44 ifetch  0x00000001 , 0x00000006 
- 00020428  0x00004f45 copy  0x0000003f , 0x00000007 
- 00020429  0x00004f46 ifetch  0x00000002 , 0x00000006 
- 00020430  0x00004f47 copy  0x0000003f , 0x00000011 
- 00020431  0x00004f48 copy  0x00000013 , 0x0000003f 
- 00020432  0x00004f49 isub  0x00000011 , 0x00000013 
- 00020433  0x00004f4a ifetch  0x00000002 , 0x00000006 
- 00020434  0x00004f4b copy  0x0000003f , 0x00000011 
- 00020435  0x00004f4c ifetch  0x00000002 , 0x00000006 
- 00020436  0x00004f4d copy  0x0000003f , 0x0000000b 
- 00020437  0x00004f4e copy  0x00000011 , 0x00000002 
- 00020438  0x00004f4f call  0x00007ea8 
- 00020439  0x00004f50 bpatchx  0x00000016 , 0x00004022 
- 00020440  0x00004f51 setarg  0x00000050 
- 00020441  0x00004f52 isub  0x00000002 , 0x0000003e 
- 00020442  0x00004f53 branch  0x00004ff2 , 0x00000005 
- 00020443  0x00004f54 setarg  0x00000051 
- 00020444  0x00004f55 isub  0x00000002 , 0x0000003e 
- 00020445  0x00004f56 branch  0x00005002 , 0x00000005 
- 00020446  0x00004f57 setarg  0x00000052 
- 00020447  0x00004f58 isub  0x00000002 , 0x0000003e 
- 00020448  0x00004f59 branch  0x00004fe6 , 0x00000005 
- 00020449  0x00004f5a setarg  0x00000053 
- 00020450  0x00004f5b isub  0x00000002 , 0x0000003e 
- 00020451  0x00004f5c branch  0x00004fec , 0x00000005 
- 00020452  0x00004f5d call  0x00005062 
- 00020453  0x00004f5e branch  0x00005017 
- 00020454  0x00004f60 copy  0x0000000b , 0x00000002 
- 00020455  0x00004f61 fetch  0x00000002 , 0x0000424c 
- 00020456  0x00004f62 isub  0x00000002 , 0x0000003e 
- 00020457  0x00004f63 branch  0x00004ff8 , 0x00000005 
- 00020458  0x00004f64 call  0x00005062 
- 00020459  0x00004f65 branch  0x00005017 
- 00020460  0x00004f67 copy  0x0000000b , 0x00000002 
- 00020461  0x00004f68 fetch  0x00000002 , 0x0000424e 
- 00020462  0x00004f69 isub  0x00000002 , 0x0000003e 
- 00020463  0x00004f6a branch  0x00004ffa , 0x00000005 
- 00020464  0x00004f6b call  0x00005062 
- 00020465  0x00004f6c branch  0x00005017 
- 00020466  0x00004f6f copy  0x0000000b , 0x00000002 
- 00020467  0x00004f70 fetch  0x00000002 , 0x00004248 
- 00020468  0x00004f71 isub  0x00000002 , 0x0000003e 
- 00020469  0x00004f72 branch  0x00004ffe , 0x00000005 
- 00020470  0x00004f73 call  0x00005062 
- 00020471  0x00004f74 branch  0x00005017 
- 00020472  0x00004f76 call  0x00005079 
- 00020473  0x00004f77 branch  0x0000500a 
- 00020474  0x00004f79 call  0x0000507f 
- 00020475  0x00004f7a fetch  0x00000002 , 0x0000424c 
- 00020476  0x00004f7b branch  0x0000500a , 0x00000034 
- 00020477  0x00004f83 branch  0x0000500a 
- 00020478  0x00004f86 call  0x00005074 
- 00020479  0x00004f87 fetch  0x00000001 , 0x00000288 
- 00020480  0x00004f88 nbranch  0x0000500a , 0x00000034 
- 00020481  0x00004f8b branch  0x0000500a 
- 00020482  0x00004f8d copy  0x0000000b , 0x00000002 
- 00020483  0x00004f8e fetch  0x00000002 , 0x0000424a 
- 00020484  0x00004f8f isub  0x00000002 , 0x0000003e 
- 00020485  0x00004f90 branch  0x00005008 , 0x00000005 
- 00020486  0x00004f91 call  0x00005062 
- 00020487  0x00004f92 branch  0x00005017 
- 00020488  0x00004f94 call  0x0000506f 
- 00020489  0x00004f95 branch  0x0000500a 
- 00020490  0x00004f97 call  0x00007ead 
- 00020491  0x00004f98 setarg  0x00000007 
- 00020492  0x00004f99 istore  0x00000001 , 0x00000005 
- 00020493  0x00004f9a copy  0x00000007 , 0x0000003f 
- 00020494  0x00004f9b istore  0x00000001 , 0x00000005 
- 00020495  0x00004f9c setarg  0x00000004 
- 00020496  0x00004f9d istore  0x00000002 , 0x00000005 
- 00020497  0x00004f9e copy  0x00000011 , 0x0000003f 
- 00020498  0x00004f9f istore  0x00000002 , 0x00000005 
- 00020499  0x00004fa0 copy  0x0000000b , 0x0000003f 
- 00020500  0x00004fa1 istore  0x00000002 , 0x00000005 
- 00020501  0x00004fa2 force  0x00000008 , 0x0000003f 
- 00020502  0x00004fa3 branch  0x00005019 
- 00020503  0x00004fa5 call  0x00007ead 
- 00020504  0x00004fa6 branch  0x00005019 
- 00020505  0x00004fa8 iadd  0x00000012 , 0x00000012 
- 00020506  0x00004fa9 branch  0x00004e1e 
- 00020507  0x00004fab ifetch  0x00000001 , 0x00000006 
- 00020508  0x00004fac copy  0x0000003f , 0x00000007 
- 00020509  0x00004fad ifetch  0x00000002 , 0x00000006 
- 00020510  0x00004fae copy  0x0000003f , 0x00000011 
- 00020511  0x00004faf copy  0x00000013 , 0x0000003f 
- 00020512  0x00004fb0 isub  0x00000011 , 0x00000013 
- 00020513  0x00004fb1 ifetch  0x00000002 , 0x00000006 
- 00020514  0x00004fb2 copy  0x0000003f , 0x0000000b 
- 00020515  0x00004fb3 ifetch  0x00000002 , 0x00000006 
- 00020516  0x00004fb4 copy  0x0000003f , 0x00000002 
- 00020517  0x00004fb5 call  0x00007ea8 
- 00020518  0x00004fb6 bpatchx  0x00000017 , 0x00004022 
- 00020519  0x00004fb7 setarg  0x00000050 
- 00020520  0x00004fb8 isub  0x00000002 , 0x0000003e 
- 00020521  0x00004fb9 branch  0x00005035 , 0x00000005 
- 00020522  0x00004fba setarg  0x00000051 
- 00020523  0x00004fbb isub  0x00000002 , 0x0000003e 
- 00020524  0x00004fbc branch  0x0000503b , 0x00000005 
- 00020525  0x00004fbd setarg  0x00000052 
- 00020526  0x00004fbe isub  0x00000002 , 0x0000003e 
- 00020527  0x00004fbf branch  0x00005041 , 0x00000005 
- 00020528  0x00004fc0 setarg  0x00000053 
- 00020529  0x00004fc1 isub  0x00000002 , 0x0000003e 
- 00020530  0x00004fc2 branch  0x00005047 , 0x00000005 
- 00020531  0x00004fc3 call  0x00005062 
- 00020532  0x00004fc4 branch  0x0000504f 
- 00020533  0x00004fc6 copy  0x00000002 , 0x00000011 
- 00020534  0x00004fc7 copy  0x0000000b , 0x00000002 
- 00020535  0x00004fc8 fetch  0x00000002 , 0x00004248 
- 00020536  0x00004fc9 isub  0x00000002 , 0x0000003e 
- 00020537  0x00004fca call  0x00005074 , 0x00000005 
- 00020538  0x00004fcb branch  0x0000504d 
- 00020539  0x00004fcd copy  0x00000002 , 0x00000011 
- 00020540  0x00004fce copy  0x0000000b , 0x00000002 
- 00020541  0x00004fcf fetch  0x00000002 , 0x0000424a 
- 00020542  0x00004fd0 isub  0x00000002 , 0x0000003e 
- 00020543  0x00004fd1 call  0x0000506f , 0x00000005 
- 00020544  0x00004fd2 branch  0x0000504d 
- 00020545  0x00004fd4 copy  0x00000002 , 0x00000011 
- 00020546  0x00004fd5 copy  0x0000000b , 0x00000002 
- 00020547  0x00004fd6 fetch  0x00000002 , 0x0000424c 
- 00020548  0x00004fd7 isub  0x00000002 , 0x0000003e 
- 00020549  0x00004fd8 call  0x00005079 , 0x00000005 
- 00020550  0x00004fd9 branch  0x0000504d 
- 00020551  0x00004fdb copy  0x00000002 , 0x00000011 
- 00020552  0x00004fdc copy  0x0000000b , 0x00000002 
- 00020553  0x00004fdd fetch  0x00000002 , 0x0000424e 
- 00020554  0x00004fde isub  0x00000002 , 0x0000003e 
- 00020555  0x00004fdf call  0x0000507f , 0x00000005 
- 00020556  0x00004fe0 branch  0x0000504d 
- 00020557  0x00004fe2 call  0x00007ead 
- 00020558  0x00004fe3 branch  0x00004e1e 
- 00020559  0x00004fe5 branch  0x00004e1e 
- 00020560  0x00004fe9 ifetch  0x00000001 , 0x00000006 
- 00020561  0x00004fea copy  0x0000003f , 0x00000007 
- 00020562  0x00004feb ifetch  0x00000002 , 0x00000006 
- 00020563  0x00004fec copy  0x0000003f , 0x00000011 
- 00020564  0x00004fed iadd  0x00000006 , 0x00000006 
- 00020565  0x00004fee setarg  0x00000009 
- 00020566  0x00004fef istore  0x00000001 , 0x00000005 
- 00020567  0x00004ff0 copy  0x00000007 , 0x0000003f 
- 00020568  0x00004ff1 istore  0x00000001 , 0x00000005 
- 00020569  0x00004ff2 force  0x00000000 , 0x0000003f 
- 00020570  0x00004ff3 istore  0x00000002 , 0x00000005 
- 00020571  0x00004ff4 force  0x00000004 , 0x0000003f 
- 00020572  0x00004ff5 iadd  0x00000012 , 0x00000012 
- 00020573  0x00004ff6 copy  0x00000013 , 0x0000003f 
- 00020574  0x00004ff7 isub  0x00000011 , 0x00000013 
- 00020575  0x00004ff8 branch  0x00004e1e 
- 00020576  0x00004ffa branch  0x00004e1e 
- 00020577  0x00004ffd branch  0x00004e1e 
- 00020578  0x00004fff force  0x00000000 , 0x00000012 
- 00020579  0x00005000 call  0x000052c3 
- 00020580  0x00005001 setarg  0x00000001 
- 00020581  0x00005002 istore  0x00000001 , 0x00000005 
- 00020582  0x00005003 copy  0x00000007 , 0x0000003f 
- 00020583  0x00005004 istore  0x00000001 , 0x00000005 
- 00020584  0x00005005 setarg  0x00000002 
- 00020585  0x00005006 istore  0x00000002 , 0x00000005 
- 00020586  0x00005007 setarg  0x00000000 
- 00020587  0x00005008 istore  0x00000002 , 0x00000005 
- 00020588  0x00005009 increase  0x00000006 , 0x00000012 
- 00020589  0x0000500a arg  0x00000004 , 0x00000013 
- 00020590  0x0000500b branch  0x00004e1e 
- 00020591  0x00005010 setarg  0x00000000 
- 00020592  0x00005011 store  0x00000002 , 0x0000027b 
- 00020593  0x00005012 store  0x00000002 , 0x0000424a 
- 00020594  0x00005013 jam  0x00000000 , 0x00004251 
- 00020595  0x00005014 rtn 
- 00020596  0x00005016 setarg  0x00000000 
- 00020597  0x00005017 store  0x00000002 , 0x00000275 
- 00020598  0x00005018 store  0x00000002 , 0x00004248 
- 00020599  0x00005019 jam  0x00000000 , 0x00004250 
- 00020600  0x0000501a rtn 
- 00020601  0x0000501c setarg  0x00000000 
- 00020602  0x0000501d store  0x00000002 , 0x0000424c 
- 00020603  0x0000501e jam  0x00000000 , 0x00004252 
- 00020604  0x0000501f fetch  0x00000001 , 0x00004253 
- 00020605  0x00005020 beq  0x00000000 , 0x00005085 
- 00020606  0x00005021 rtn 
- 00020607  0x00005024 setarg  0x00000000 
- 00020608  0x00005025 store  0x00000002 , 0x0000424e 
- 00020609  0x00005026 jam  0x00000000 , 0x00004253 
- 00020610  0x00005027 fetch  0x00000001 , 0x00004252 
- 00020611  0x00005028 beq  0x00000000 , 0x00005085 
- 00020612  0x00005029 rtn 
- 00020613  0x0000502c jam  0x00000007 , 0x00000a99 
- 00020614  0x0000502d branch  0x00007d86 
- 00020615  0x00005030 fetch  0x00000001 , 0x0000027f 
- 00020616  0x00005031 set0  0x00000000 , 0x0000003f 
- 00020617  0x00005032 store  0x00000001 , 0x0000027f 
- 00020618  0x00005033 fetch  0x00000002 , 0x0000424e 
- 00020619  0x00005034 rtn  0x00000034 
- 00020620  0x00005035 call  0x000052b8 
- 00020621  0x00005036 fetch  0x00000002 , 0x0000424e 
- 00020622  0x00005037 copy  0x0000003f , 0x00000011 
- 00020623  0x00005038 force  0x00000053 , 0x00000012 
- 00020624  0x00005039 branch  0x0000509a 
- 00020625  0x0000503b fetch  0x00000001 , 0x0000027f 
- 00020626  0x0000503c set0  0x00000007 , 0x0000003f 
- 00020627  0x0000503d store  0x00000001 , 0x0000027f 
- 00020628  0x0000503e fetch  0x00000002 , 0x0000424c 
- 00020629  0x0000503f rtn  0x00000034 
- 00020630  0x00005040 call  0x000052b8 
- 00020631  0x00005041 fetch  0x00000002 , 0x0000424c 
- 00020632  0x00005042 copy  0x0000003f , 0x00000011 
- 00020633  0x00005043 force  0x00000052 , 0x00000012 
- 00020634  0x00005045 call  0x0000523a 
- 00020635  0x00005046 call  0x000052c3 
- 00020636  0x00005047 force  0x00000006 , 0x0000003f 
- 00020637  0x00005048 istore  0x00000001 , 0x00000005 
- 00020638  0x00005049 fetch  0x00000001 , 0x00004255 
- 00020639  0x0000504a istore  0x00000001 , 0x00000005 
- 00020640  0x0000504b setarg  0x00000004 
- 00020641  0x0000504c istore  0x00000002 , 0x00000005 
- 00020642  0x0000504d copy  0x00000011 , 0x0000003f 
- 00020643  0x0000504e istore  0x00000002 , 0x00000005 
- 00020644  0x0000504f copy  0x00000012 , 0x0000003f 
- 00020645  0x00005050 istore  0x00000002 , 0x00000005 
- 00020646  0x00005051 force  0x00000008 , 0x00000002 
- 00020647  0x00005052 branch  0x000050de 
- 00020648  0x00005055 bpatchx  0x00000018 , 0x00004023 
- 00020649  0x00005056 call  0x0000523a 
- 00020650  0x00005057 call  0x000052c3 
- 00020651  0x00005058 setarg  0x00000002 
- 00020652  0x00005059 istore  0x00000001 , 0x00000005 
- 00020653  0x0000505a fetch  0x00000001 , 0x00004255 
- 00020654  0x0000505b istore  0x00000001 , 0x00000005 
- 00020655  0x0000505c setarg  0x00000004 
- 00020656  0x0000505d istore  0x00000002 , 0x00000005 
- 00020657  0x0000505e copy  0x00000002 , 0x0000003f 
- 00020658  0x0000505f istore  0x00000002 , 0x00000005 
- 00020659  0x00005060 copy  0x0000000b , 0x0000003f 
- 00020660  0x00005061 istore  0x00000002 , 0x00000005 
- 00020661  0x00005062 arg  0x00000008 , 0x00000002 
- 00020662  0x00005063 branch  0x000050de 
- 00020663  0x00005065 bpatchx  0x00000019 , 0x00004023 
- 00020664  0x00005066 call  0x0000523a 
- 00020665  0x00005067 call  0x000052c3 
- 00020666  0x00005068 setarg  0x00000004 
- 00020667  0x00005069 istore  0x00000001 , 0x00000005 
- 00020668  0x0000506a fetch  0x00000001 , 0x00004255 
- 00020669  0x0000506b istore  0x00000001 , 0x00000005 
- 00020670  0x0000506c setarg  0x00000008 
- 00020671  0x0000506d istore  0x00000002 , 0x00000005 
- 00020672  0x0000506f copy  0x00000002 , 0x0000003f 
- 00020673  0x00005071 istore  0x00000002 , 0x00000005 
- 00020674  0x00005072 setarg  0x00000000 
- 00020675  0x00005073 istore  0x00000002 , 0x00000005 
- 00020676  0x00005074 setarg  0x00000001 
- 00020677  0x00005075 istore  0x00000001 , 0x00000005 
- 00020678  0x00005076 setarg  0x00000002 
- 00020679  0x00005077 istore  0x00000001 , 0x00000005 
- 00020680  0x00005078 setarg  0x000003e3 
- 00020681  0x00005079 istore  0x00000002 , 0x00000005 
- 00020682  0x0000507a arg  0x0000000c , 0x00000002 
- 00020683  0x0000507b branch  0x000050de 
- 00020684  0x0000507d bpatchx  0x0000001a , 0x00004023 
- 00020685  0x0000507e call  0x0000523a 
- 00020686  0x0000507f call  0x000052c3 
- 00020687  0x00005080 setarg  0x00000006 
- 00020688  0x00005081 istore  0x00000001 , 0x00000005 
- 00020689  0x00005082 fetch  0x00000001 , 0x00004255 
- 00020690  0x00005083 increase  0x00000001 , 0x0000003f 
- 00020691  0x00005084 copy  0x00000005 , 0x00000011 
- 00020692  0x00005085 store  0x00000001 , 0x00004255 
- 00020693  0x00005086 copy  0x00000011 , 0x00000005 
- 00020694  0x00005087 istore  0x00000001 , 0x00000005 
- 00020695  0x00005088 setarg  0x00000004 
- 00020696  0x00005089 istore  0x00000002 , 0x00000005 
- 00020697  0x0000508a copy  0x00000002 , 0x0000003f 
- 00020698  0x0000508b istore  0x00000002 , 0x00000005 
- 00020699  0x0000508c copy  0x0000000b , 0x0000003f 
- 00020700  0x0000508d istore  0x00000002 , 0x00000005 
- 00020701  0x0000508e arg  0x00000008 , 0x00000002 
- 00020702  0x00005092 storet  0x00000002 , 0x0000026f 
- 00020703  0x00005093 copy  0x00000002 , 0x0000003f 
- 00020704  0x00005094 branch  0x00005264 , 0x00000034 
- 00020705  0x00005095 call  0x000052c1 
- 00020706  0x00005096 fetch  0x00000002 , 0x0000026f 
- 00020707  0x00005097 istore  0x00000002 , 0x00000005 
- 00020708  0x00005098 force  0x00000001 , 0x0000003f 
- 00020709  0x00005099 istore  0x00000002 , 0x00000005 
- 00020710  0x0000509a rtn 
- 00020711  0x0000509d fetch  0x00000002 , 0x00000275 
- 00020712  0x0000509e branch  0x00002a8c , 0x00000034 
- 00020713  0x0000509f call  0x000052ce 
- 00020714  0x000050a0 fetch  0x00000002 , 0x00000275 
- 00020715  0x000050a1 istore  0x00000002 , 0x00000005 
- 00020716  0x000050a2 fetch  0x00000002 , 0x00004248 
- 00020717  0x000050a3 istore  0x00000002 , 0x00000005 
- 00020718  0x000050a4 rtn 
- 00020719  0x000050a6 fetch  0x00000002 , 0x00000266 
- 00020720  0x000050a7 branch  0x00004dfc , 0x00000034 
- 00020721  0x000050a8 bpatchx  0x0000001b , 0x00004023 
- 00020722  0x000050a9 fetch  0x00000001 , 0x00000268 
- 00020723  0x000050aa beq  0x00000001 , 0x000050f9 
- 00020724  0x000050ab beq  0x00000050 , 0x00004de8 
- 00020725  0x000050ac beq  0x00000051 , 0x00004df5 
- 00020726  0x000050ad beq  0x00000052 , 0x00004df3 
- 00020727  0x000050ae beq  0x00000053 , 0x00004df3 
- 00020728  0x000050af branch  0x00004dfc 
- 00020729  0x000050b2 bpatchx  0x0000001c , 0x00004023 
- 00020730  0x000050b3 call  0x000052b8 
- 00020731  0x000050b4 force  0x00000000 , 0x00000012 
- 00020732  0x000050b5 call  0x000052c3 
- 00020733  0x000050b6 copy  0x0000003f , 0x00000005 
- 00020734  0x000050b7 fetch  0x00000002 , 0x00000266 
- 00020735  0x000050b8 copy  0x0000003f , 0x00000013 
- 00020736  0x000050b9 fetch  0x00000002 , 0x00000264 
- 00020737  0x000050ba iforce  0x00000006 
- 00020738  0x000050bc call  0x00005108 
- 00020739  0x000050bd increase  0xfffffffc , 0x00000013 
- 00020740  0x000050be nbranch  0x00005102 , 0x00000005 
- 00020741  0x000050bf copy  0x00000012 , 0x00000002 
- 00020742  0x000050c0 call  0x000050de 
- 00020743  0x000050c1 branch  0x00004dfc 
- 00020744  0x000050c4 ifetch  0x00000001 , 0x00000006 
- 00020745  0x000050c5 beq  0x00000002 , 0x00005113 
- 00020746  0x000050c6 beq  0x00000001 , 0x00005116 
- 00020747  0x000050c7 beq  0x00000003 , 0x00005120 
- 00020748  0x000050c8 beq  0x00000005 , 0x0000515c 
- 00020749  0x000050c9 beq  0x00000004 , 0x0000518e 
- 00020750  0x000050ca beq  0x00000007 , 0x00005213 
- 00020751  0x000050cb beq  0x00000006 , 0x000051e1 
- 00020752  0x000050cc beq  0x00000008 , 0x00005050 
- 00020753  0x000050cd beq  0x0000000a , 0x00004e3a 
- 00020754  0x000050ce branch  0x0000522e 
- 00020755  0x000050d1 call  0x00007ea8 
- 00020756  0x000050d3 call  0x00007ead 
- 00020757  0x000050d4 branch  0x00004e51 
- 00020758  0x000050d6 ifetch  0x00000001 , 0x00000006 
- 00020759  0x000050d7 copy  0x0000003f , 0x00000007 
- 00020760  0x000050d8 ifetch  0x00000002 , 0x00000006 
- 00020761  0x000050d9 copy  0x0000003f , 0x00000011 
- 00020762  0x000050da copy  0x00000013 , 0x0000003f 
- 00020763  0x000050db isub  0x00000011 , 0x00000013 
- 00020764  0x000050dd ifetch  0x00000001 , 0x00000006 
- 00020765  0x000050de increase  0xffffffff , 0x00000011 
- 00020766  0x000050df nbranch  0x0000511c , 0x00000005 
- 00020767  0x000050e0 rtn 
- 00020768  0x000050e2 ifetch  0x00000001 , 0x00000006 
- 00020769  0x000050e3 copy  0x0000003f , 0x00000007 
- 00020770  0x000050e4 ifetch  0x00000002 , 0x00000006 
- 00020771  0x000050e5 copy  0x0000003f , 0x00000011 
- 00020772  0x000050e6 ifetch  0x00000002 , 0x00000006 
- 00020773  0x000050e7 copy  0x0000003f , 0x0000000b 
- 00020774  0x000050e8 ifetch  0x00000002 , 0x00000006 
- 00020775  0x000050e9 copy  0x0000003f , 0x00000002 
- 00020776  0x000050ea ifetch  0x00000002 , 0x00000006 
- 00020777  0x000050eb sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00020778  0x000050ec branch  0x00005132 , 0x00000005 
- 00020779  0x000050ed beq  0x00000002 , 0x0000512e 
- 00020780  0x000050ee beq  0x00000004 , 0x0000512e 
- 00020781  0x000050ef branch  0x00005130 
- 00020782  0x000050f1 jam  0x00000016 , 0x00000a99 
- 00020783  0x000050f2 call  0x00007d86 
- 00020784  0x000050f4 ifetch  0x00000002 , 0x00000006 
- 00020785  0x000050f5 branch  0x00005159 
- 00020786  0x000050f7 call  0x00007ea8 
- 00020787  0x000050fb bpatchx  0x0000001d , 0x00004023 
- 00020788  0x000050fc setarg  0x00000050 
- 00020789  0x000050fd isub  0x00000002 , 0x0000003e 
- 00020790  0x000050fe branch  0x00005141 , 0x00000005 
- 00020791  0x000050ff setarg  0x00000051 
- 00020792  0x00005100 isub  0x00000002 , 0x0000003e 
- 00020793  0x00005101 branch  0x00005147 , 0x00000005 
- 00020794  0x00005102 setarg  0x00000053 
- 00020795  0x00005103 isub  0x00000002 , 0x0000003e 
- 00020796  0x00005104 branch  0x00005153 , 0x00000005 
- 00020797  0x00005105 setarg  0x00000052 
- 00020798  0x00005106 isub  0x00000002 , 0x0000003e 
- 00020799  0x00005107 branch  0x0000514d , 0x00000005 
- 00020800  0x00005108 branch  0x00005159 
- 00020801  0x0000510a copy  0x0000000b , 0x0000003f 
- 00020802  0x0000510b store  0x00000002 , 0x00004248 
- 00020803  0x0000510c fetch  0x00000001 , 0x00004250 
- 00020804  0x0000510d set1  0x00000001 
- 00020805  0x0000510e store  0x00000001 , 0x00004250 
- 00020806  0x0000510f branch  0x00005158 
- 00020807  0x00005111 copy  0x0000000b , 0x0000003f 
- 00020808  0x00005112 store  0x00000002 , 0x0000424a 
- 00020809  0x00005113 fetch  0x00000001 , 0x00004251 
- 00020810  0x00005114 set1  0x00000001 
- 00020811  0x00005115 store  0x00000001 , 0x00004251 
- 00020812  0x00005116 branch  0x00005158 
- 00020813  0x00005118 copy  0x0000000b , 0x0000003f 
- 00020814  0x00005119 store  0x00000002 , 0x0000424c 
- 00020815  0x0000511a fetch  0x00000001 , 0x00004252 
- 00020816  0x0000511b set1  0x00000001 
- 00020817  0x0000511c store  0x00000001 , 0x00004252 
- 00020818  0x0000511d branch  0x00005158 
- 00020819  0x0000511f copy  0x0000000b , 0x0000003f 
- 00020820  0x00005120 store  0x00000002 , 0x0000424e 
- 00020821  0x00005121 fetch  0x00000001 , 0x00004253 
- 00020822  0x00005122 set1  0x00000001 
- 00020823  0x00005123 store  0x00000001 , 0x00004253 
- 00020824  0x00005127 call  0x00007ead 
- 00020825  0x00005129 copy  0x00000013 , 0x0000003f 
- 00020826  0x0000512a isub  0x00000011 , 0x00000013 
- 00020827  0x0000512b rtn 
- 00020828  0x0000512e ifetch  0x00000001 , 0x00000006 
- 00020829  0x0000512f copy  0x0000003f , 0x00000007 
- 00020830  0x00005130 ifetch  0x00000002 , 0x00000006 
- 00020831  0x00005131 copy  0x0000003f , 0x00000011 
- 00020832  0x00005132 copy  0x00000013 , 0x0000003f 
- 00020833  0x00005133 isub  0x00000011 , 0x00000013 
- 00020834  0x00005134 ifetch  0x00000002 , 0x00000006 
- 00020835  0x00005135 copy  0x0000003f , 0x0000000b 
- 00020836  0x00005136 ifetch  0x00000002 , 0x00000006 
- 00020837  0x00005137 ifetch  0x00000002 , 0x00000006 
- 00020838  0x00005138 nbranch  0x00005188 , 0x00000034 
- 00020839  0x00005139 call  0x00007ea8 
- 00020840  0x0000513d copy  0x0000000b , 0x00000002 
- 00020841  0x0000513e bpatchx  0x0000001e , 0x00004023 
- 00020842  0x0000513f setarg  0x00000050 
- 00020843  0x00005140 isub  0x00000002 , 0x0000003e 
- 00020844  0x00005141 branch  0x00005176 , 0x00000005 
- 00020845  0x00005142 setarg  0x00000051 
- 00020846  0x00005143 isub  0x00000002 , 0x0000003e 
- 00020847  0x00005144 branch  0x0000517a , 0x00000005 
- 00020848  0x00005145 setarg  0x00000052 
- 00020849  0x00005146 isub  0x00000002 , 0x0000003e 
- 00020850  0x00005147 branch  0x0000517e , 0x00000005 
- 00020851  0x00005148 setarg  0x00000053 
- 00020852  0x00005149 isub  0x00000002 , 0x0000003e 
- 00020853  0x0000514a branch  0x00005182 , 0x00000005 
- 00020854  0x0000514c fetch  0x00000001 , 0x00004250 
- 00020855  0x0000514d set1  0x00000005 
- 00020856  0x0000514e store  0x00000001 , 0x00004250 
- 00020857  0x0000514f rtn 
- 00020858  0x00005151 fetch  0x00000001 , 0x00004251 
- 00020859  0x00005152 set1  0x00000005 
- 00020860  0x00005153 store  0x00000001 , 0x00004251 
- 00020861  0x00005154 rtn 
- 00020862  0x00005156 fetch  0x00000001 , 0x00004252 
- 00020863  0x00005157 set1  0x00000005 
- 00020864  0x00005158 store  0x00000001 , 0x00004252 
- 00020865  0x00005159 rtn 
- 00020866  0x0000515b fetch  0x00000001 , 0x00004253 
- 00020867  0x0000515c set1  0x00000005 
- 00020868  0x0000515d store  0x00000001 , 0x00004253 
- 00020869  0x0000515e jam  0x00000006 , 0x00000a99 
- 00020870  0x0000515f branch  0x00007d86 
- 00020871  0x00005163 call  0x00007ead 
- 00020872  0x00005165 increase  0xfffffffa , 0x00000011 
- 00020873  0x00005167 branch  0x0000518d , 0x00000005 
- 00020874  0x00005168 increase  0x00000001 , 0x00000006 
- 00020875  0x00005169 increase  0xffffffff , 0x00000011 
- 00020876  0x0000516a branch  0x00005189 
- 00020877  0x0000516c rtn 
- 00020878  0x0000516e ifetch  0x00000001 , 0x00000006 
- 00020879  0x0000516f copy  0x0000003f , 0x00000007 
- 00020880  0x00005170 ifetch  0x00000002 , 0x00000006 
- 00020881  0x00005171 copy  0x0000003f , 0x00000011 
- 00020882  0x00005172 copy  0x00000013 , 0x0000003f 
- 00020883  0x00005173 isub  0x00000011 , 0x00000013 
- 00020884  0x00005174 ifetch  0x00000002 , 0x00000006 
- 00020885  0x00005175 increase  0x00000002 , 0x00000006 
- 00020886  0x00005176 copy  0x0000003f , 0x00000002 
- 00020887  0x00005177 setarg  0x00000005 
- 00020888  0x00005178 istore  0x00000001 , 0x00000005 
- 00020889  0x00005179 copy  0x00000007 , 0x0000003f 
- 00020890  0x0000517a istore  0x00000001 , 0x00000005 
- 00020891  0x0000517b increase  0x00000002 , 0x00000011 
- 00020892  0x0000517c copy  0x00000011 , 0x0000003f 
- 00020893  0x0000517d istore  0x00000002 , 0x00000005 
- 00020894  0x0000517e call  0x00007ea8 
- 00020895  0x0000517f bpatchx  0x0000001f , 0x00004023 
- 00020896  0x00005180 setarg  0x00000050 
- 00020897  0x00005181 isub  0x00000002 , 0x0000003e 
- 00020898  0x00005182 branch  0x000051ad , 0x00000005 
- 00020899  0x00005183 setarg  0x00000051 
- 00020900  0x00005184 isub  0x00000002 , 0x0000003e 
- 00020901  0x00005185 branch  0x000051be , 0x00000005 
- 00020902  0x00005186 setarg  0x00000052 
- 00020903  0x00005187 isub  0x00000002 , 0x0000003e 
- 00020904  0x00005188 branch  0x000051c4 , 0x00000005 
- 00020905  0x00005189 setarg  0x00000053 
- 00020906  0x0000518a isub  0x00000002 , 0x0000003e 
- 00020907  0x0000518b branch  0x000051ca , 0x00000005 
- 00020908  0x0000518c branch  0x000051cf 
- 00020909  0x0000518e fetch  0x00000001 , 0x00004250 
- 00020910  0x0000518f set1  0x00000004 , 0x0000003f 
- 00020911  0x00005190 set1  0x00000003 , 0x0000003f 
- 00020912  0x00005191 store  0x00000001 , 0x00004250 
- 00020913  0x00005192 bbit1  0x00000002 , 0x000051bb 
- 00020914  0x00005193 fetcht  0x00000001 , 0x0000027f 
- 00020915  0x00005194 set1  0x00000006 , 0x00000002 
- 00020916  0x00005195 storet  0x00000001 , 0x0000027f 
- 00020917  0x00005196 copy  0x00000007 , 0x0000003f 
- 00020918  0x00005197 increase  0x00000001 , 0x0000003f 
- 00020919  0x00005198 store  0x00000001 , 0x00000281 
- 00020920  0x00005199 fetch  0x00000001 , 0x00004250 
- 00020921  0x0000519a set1  0x00000002 , 0x0000003f 
- 00020922  0x0000519b store  0x00000001 , 0x00004250 
- 00020923  0x0000519d fetch  0x00000002 , 0x00004248 
- 00020924  0x0000519e store  0x00000002 , 0x00000282 
- 00020925  0x0000519f branch  0x000051cf 
- 00020926  0x000051a1 fetch  0x00000001 , 0x00004251 
- 00020927  0x000051a2 set1  0x00000004 , 0x0000003f 
- 00020928  0x000051a3 set1  0x00000003 , 0x0000003f 
- 00020929  0x000051a4 store  0x00000001 , 0x00004251 
- 00020930  0x000051a5 fetch  0x00000002 , 0x0000424a 
- 00020931  0x000051a6 branch  0x000051cf 
- 00020932  0x000051a8 fetch  0x00000001 , 0x00004252 
- 00020933  0x000051a9 set1  0x00000004 , 0x0000003f 
- 00020934  0x000051aa set1  0x00000003 , 0x0000003f 
- 00020935  0x000051ab store  0x00000001 , 0x00004252 
- 00020936  0x000051ac fetch  0x00000002 , 0x0000424c 
- 00020937  0x000051ad branch  0x000051cf 
- 00020938  0x000051af fetch  0x00000001 , 0x00004253 
- 00020939  0x000051b0 set1  0x00000004 , 0x0000003f 
- 00020940  0x000051b1 set1  0x00000003 , 0x0000003f 
- 00020941  0x000051b2 store  0x00000001 , 0x00004253 
- 00020942  0x000051b3 fetch  0x00000002 , 0x0000424e 
- 00020943  0x000051b7 copy  0x0000003f , 0x0000000b 
- 00020944  0x000051b8 call  0x00007ead 
- 00020945  0x000051ba copy  0x0000000b , 0x0000003f 
- 00020946  0x000051bc istore  0x00000002 , 0x00000005 
- 00020947  0x000051bd force  0x00000000 , 0x0000003f 
- 00020948  0x000051be istore  0x00000002 , 0x00000005 
- 00020949  0x000051bf force  0x00000000 , 0x0000003f 
- 00020950  0x000051c0 istore  0x00000002 , 0x00000005 
- 00020951  0x000051c1 force  0x0000000a , 0x0000003f 
- 00020952  0x000051c2 iadd  0x00000012 , 0x00000012 
- 00020953  0x000051c3 increase  0xfffffffa , 0x00000011 
- 00020954  0x000051c5 branch  0x000051e0 , 0x00000005 
- 00020955  0x000051c6 ifetch  0x00000001 , 0x00000006 
- 00020956  0x000051c7 istore  0x00000001 , 0x00000005 
- 00020957  0x000051c8 increase  0x00000001 , 0x00000012 
- 00020958  0x000051c9 increase  0xffffffff , 0x00000011 
- 00020959  0x000051ca branch  0x000051da 
- 00020960  0x000051cc rtn 
- 00020961  0x000051ce ifetch  0x00000001 , 0x00000006 
- 00020962  0x000051cf copy  0x0000003f , 0x00000007 
- 00020963  0x000051d0 ifetch  0x00000002 , 0x00000006 
- 00020964  0x000051d1 copy  0x0000003f , 0x00000011 
- 00020965  0x000051d2 copy  0x00000013 , 0x0000003f 
- 00020966  0x000051d3 isub  0x00000011 , 0x00000013 
- 00020967  0x000051d5 ifetch  0x00000002 , 0x00000006 
- 00020968  0x000051d6 copy  0x0000003f , 0x00000011 
- 00020969  0x000051d7 ifetch  0x00000002 , 0x00000006 
- 00020970  0x000051d8 copy  0x0000003f , 0x0000000b 
- 00020971  0x000051d9 call  0x00007ea8 
- 00020972  0x000051da bpatchx  0x00000020 , 0x00004024 
- 00020973  0x000051db setarg  0x00000050 
- 00020974  0x000051dc copy  0x00000011 , 0x00000002 
- 00020975  0x000051dd isub  0x00000002 , 0x0000003e 
- 00020976  0x000051de branch  0x000051fa , 0x00000005 
- 00020977  0x000051df setarg  0x00000052 
- 00020978  0x000051e0 copy  0x00000011 , 0x00000002 
- 00020979  0x000051e1 isub  0x00000002 , 0x0000003e 
- 00020980  0x000051e2 branch  0x000051ff , 0x00000005 
- 00020981  0x000051e3 setarg  0x00000053 
- 00020982  0x000051e4 copy  0x00000011 , 0x00000002 
- 00020983  0x000051e5 isub  0x00000002 , 0x0000003e 
- 00020984  0x000051e6 branch  0x00005201 , 0x00000005 
- 00020985  0x000051e7 branch  0x00005203 
- 00020986  0x000051e9 setarg  0x00000000 
- 00020987  0x000051ea store  0x00000002 , 0x00000275 
- 00020988  0x000051eb store  0x00000002 , 0x00004248 
- 00020989  0x000051ec store  0x00000001 , 0x00004250 
- 00020990  0x000051ed branch  0x00005205 
- 00020991  0x000051ef call  0x00005079 
- 00020992  0x000051f0 branch  0x00005205 
- 00020993  0x000051f2 call  0x0000507f 
- 00020994  0x000051f8 branch  0x00005205 
- 00020995  0x000051fa setarg  0x00000000 
- 00020996  0x000051fb store  0x00000002 , 0x0000027b 
- 00020997  0x000051fd call  0x00007ead 
- 00020998  0x000051fe setarg  0x00000007 
- 00020999  0x000051ff istore  0x00000001 , 0x00000005 
- 00021000  0x00005200 copy  0x00000007 , 0x0000003f 
- 00021001  0x00005201 istore  0x00000001 , 0x00000005 
- 00021002  0x00005202 setarg  0x00000004 
- 00021003  0x00005203 istore  0x00000002 , 0x00000005 
- 00021004  0x00005204 copy  0x00000011 , 0x0000003f 
- 00021005  0x00005205 istore  0x00000002 , 0x00000005 
- 00021006  0x00005206 copy  0x0000000b , 0x0000003f 
- 00021007  0x00005207 istore  0x00000002 , 0x00000005 
- 00021008  0x00005208 force  0x00000008 , 0x0000003f 
- 00021009  0x00005209 iadd  0x00000012 , 0x00000012 
- 00021010  0x0000520a rtn 
- 00021011  0x0000520d ifetch  0x00000001 , 0x00000006 
- 00021012  0x0000520e copy  0x0000003f , 0x00000007 
- 00021013  0x0000520f ifetch  0x00000002 , 0x00000006 
- 00021014  0x00005210 copy  0x0000003f , 0x00000011 
- 00021015  0x00005211 ifetch  0x00000002 , 0x00000006 
- 00021016  0x00005212 copy  0x0000003f , 0x0000000b 
- 00021017  0x00005213 ifetch  0x00000002 , 0x00000006 
- 00021018  0x00005214 copy  0x0000003f , 0x00000002 
- 00021019  0x00005215 call  0x00007ea8 
- 00021020  0x00005216 bpatchx  0x00000021 , 0x00004024 
- 00021021  0x00005217 fetch  0x00000001 , 0x00004255 
- 00021022  0x00005218 icompare  0x000000ff , 0x00000007 
- 00021023  0x00005219 nbranch  0x0000522a , 0x00000001 
- 00021024  0x0000521a setarg  0x00000050 
- 00021025  0x0000521b isub  0x00000002 , 0x0000003e 
- 00021026  0x0000521c branch  0x00005227 , 0x00000005 
- 00021027  0x0000521d setarg  0x00000051 
- 00021028  0x0000521e isub  0x00000002 , 0x0000003e 
- 00021029  0x0000521f branch  0x0000522a , 0x00000005 
- 00021030  0x00005220 branch  0x0000522a 
- 00021031  0x00005222 jam  0x00000000 , 0x00004248 
- 00021032  0x00005223 jam  0x00000000 , 0x00004250 
- 00021033  0x00005224 branch  0x0000522a 
- 00021034  0x00005229 call  0x00007ead 
- 00021035  0x0000522a copy  0x00000013 , 0x0000003f 
- 00021036  0x0000522b isub  0x00000011 , 0x00000013 
- 00021037  0x0000522c rtn 
- 00021038  0x0000522f setarg  0x00000001 
- 00021039  0x00005230 istore  0x00000001 , 0x00000005 
- 00021040  0x00005231 ifetch  0x00000001 , 0x00000006 
- 00021041  0x00005232 istore  0x00000001 , 0x00000005 
- 00021042  0x00005233 setarg  0x00000002 
- 00021043  0x00005234 istore  0x00000002 , 0x00000005 
- 00021044  0x00005235 setarg  0x00000000 
- 00021045  0x00005236 istore  0x00000002 , 0x00000005 
- 00021046  0x00005237 setarg  0x00000006 
- 00021047  0x00005238 iadd  0x00000012 , 0x00000012 
- 00021048  0x00005239 force  0x00000004 , 0x00000013 
- 00021049  0x0000523a rtn 
- 00021050  0x0000523e fetch  0x00000001 , 0x00004255 
- 00021051  0x0000523f increase  0x00000001 , 0x0000003f 
- 00021052  0x00005240 bne  0x00000000 , 0x0000523e 
- 00021053  0x00005241 increase  0x00000001 , 0x0000003f 
- 00021054  0x00005243 store  0x00000001 , 0x00004255 
- 00021055  0x00005244 rtn 
- 00021056  0x0000524f bpatchx  0x00000022 , 0x00004024 
- 00021057  0x00005250 arg  0x00000000 , 0x00000012 
- 00021058  0x00005251 call  0x0000526e 
- 00021059  0x00005252 nbranch  0x00002a8c , 0x00000034 
- 00021060  0x00005253 call  0x0000527e 
- 00021061  0x00005254 arg  0x00001800 , 0x00000012 
- 00021062  0x00005255 arg  0x00000000 , 0x00000007 
- 00021063  0x00005257 fetcht  0x00000001 , 0x00004256 
- 00021064  0x00005258 qisolate1  0x00000002 
- 00021065  0x00005259 branch  0x0000524f , 0x00000001 
- 00021066  0x0000525a call  0x000052a0 
- 00021067  0x0000525b sub  0x0000000b , 0x00000000 , 0x0000003e 
- 00021068  0x0000525c branch  0x0000524f , 0x00000002 
- 00021069  0x0000525d call  0x00005288 
- 00021070  0x0000525e branch  0x00005255 
- 00021071  0x00005260 increase  0x00000080 , 0x00000012 
- 00021072  0x00005261 increase  0x00000001 , 0x00000007 
- 00021073  0x00005262 setarg  0x00000008 
- 00021074  0x00005263 isub  0x00000007 , 0x0000003e 
- 00021075  0x00005264 branch  0x00005247 , 0x00000002 
- 00021076  0x00005265 arg  0x00000000 , 0x00000012 
- 00021077  0x00005267 copy  0x00000012 , 0x0000003f 
- 00021078  0x00005268 branch  0x00002a8c , 0x00000034 
- 00021079  0x00005269 rtn 
- 00021080  0x00005272 bpatchx  0x00000023 , 0x00004024 
- 00021081  0x00005273 call  0x00005277 
- 00021082  0x00005274 increase  0x00000001 , 0x00000006 
- 00021083  0x00005275 ifetch  0x00000002 , 0x00000006 
- 00021084  0x00005276 rtn 
- 00021085  0x0000527d bpatchx  0x00000024 , 0x00004024 
- 00021086  0x0000527e call  0x00005277 
- 00021087  0x0000527f copy  0x00000006 , 0x00000005 
- 00021088  0x00005280 copy  0x00000006 , 0x00000002 
- 00021089  0x00005281 setarg  0x00000000 
- 00021090  0x00005282 istore  0x00000003 , 0x00000005 
- 00021091  0x00005283 rtn 
- 00021092  0x00005289 bpatchx  0x00000025 , 0x00004024 
- 00021093  0x0000528a call  0x00005274 
- 00021094  0x0000528b branch  0x00002a8c , 0x00000034 
- 00021095  0x0000528c fetch  0x00000003 , 0x0000425d 
- 00021096  0x0000528d store  0x00000003 , 0x00004260 
- 00021097  0x0000528e fetch  0x00000003 , 0x0000425a 
- 00021098  0x0000528f store  0x00000003 , 0x0000425d 
- 00021099  0x00005290 fetch  0x00000003 , 0x00004257 
- 00021100  0x00005291 store  0x00000003 , 0x0000425a 
- 00021101  0x00005292 rtn 
- 00021102  0x00005299 bpatchx  0x00000026 , 0x00004024 
- 00021103  0x0000529a fetch  0x00000003 , 0x00004257 
- 00021104  0x0000529b rtn 
- 00021105  0x000052a2 bpatchx  0x00000027 , 0x00004024 
- 00021106  0x000052a3 fetch  0x00000003 , 0x0000425a 
- 00021107  0x000052a4 rtn 
- 00021108  0x000052ab bpatchx  0x00000028 , 0x00004025 
- 00021109  0x000052ac fetch  0x00000003 , 0x00004260 
- 00021110  0x000052ad rtn 
- 00021111  0x000052b3 call  0x00005274 
- 00021112  0x000052b4 branch  0x00002a8c , 0x00000034 
- 00021113  0x000052b5 arg  0x00004257 , 0x00000006 
- 00021114  0x000052b7 ifetch  0x00000003 , 0x00000006 
- 00021115  0x000052b8 branch  0x0000527a , 0x00000034 
- 00021116  0x000052b9 increase  0xfffffffd , 0x00000006 
- 00021117  0x000052ba rtn 
- 00021118  0x000052c2 bpatchx  0x00000029 , 0x00004025 
- 00021119  0x000052c3 arg  0x00000004 , 0x00000039 
- 00021120  0x000052c4 arg  0x00004257 , 0x00000006 
- 00021121  0x000052c5 arg  0x00000000 , 0x00000002 
- 00021122  0x000052c7 ifetch  0x00000003 , 0x00000006 
- 00021123  0x000052c8 and  0x0000003f , 0x000000ff , 0x0000003f 
- 00021124  0x000052c9 ior  0x00000002 , 0x00000002 
- 00021125  0x000052ca loop  0x00005282 
- 00021126  0x000052cb storet  0x00000001 , 0x00004256 
- 00021127  0x000052cc rtn 
- 00021128  0x000052d5 bpatchx  0x0000002a , 0x00004025 
- 00021129  0x000052d6 call  0x0000526e 
- 00021130  0x000052d7 nbranch  0x00002a8c , 0x00000034 
- 00021131  0x000052d8 call  0x00005274 
- 00021132  0x000052d9 branch  0x00005295 , 0x00000034 
- 00021133  0x000052da fetch  0x00000003 , 0x0000425a 
- 00021134  0x000052db store  0x00000003 , 0x00004257 
- 00021135  0x000052dc ifetch  0x00000003 , 0x00000006 
- 00021136  0x000052dd istore  0x00000003 , 0x00000005 
- 00021137  0x000052de ifetch  0x00000003 , 0x00000006 
- 00021138  0x000052df istore  0x00000003 , 0x00000005 
- 00021139  0x000052e0 setarg  0x00000000 
- 00021140  0x000052e1 istore  0x00000003 , 0x00000005 
- 00021141  0x000052e3 arg  0x00000000 , 0x00000002 
- 00021142  0x000052e4 copy  0x0000000b , 0x0000003f 
- 00021143  0x000052e5 iadd  0x00000007 , 0x0000003f 
- 00021144  0x000052e7 qset1  0x00000002 
- 00021145  0x000052e8 increase  0x00000001 , 0x00000007 
- 00021146  0x000052e9 isub  0x00000007 , 0x0000003e 
- 00021147  0x000052ea nbranch  0x00005298 , 0x00000005 
- 00021148  0x000052ec lshift8  0x00000012 , 0x0000003f 
- 00021149  0x000052ed ior  0x00000002 , 0x0000003f 
- 00021150  0x000052ee store  0x00000003 , 0x00004260 
- 00021151  0x000052ef rtn 
- 00021152  0x000052fa bpatchx  0x0000002b , 0x00004025 
- 00021153  0x000052fb call  0x0000527e 
- 00021154  0x000052fc copy  0x00000007 , 0x00000013 
- 00021155  0x000052fd arg  0x00000000 , 0x00000002 
- 00021156  0x000052fe arg  0x00000000 , 0x0000000b 
- 00021157  0x00005301 copy  0x00000007 , 0x0000003f 
- 00021158  0x00005302 beq  0x00000008 , 0x000052b0 
- 00021159  0x00005303 fetch  0x00000001 , 0x00004256 
- 00021160  0x00005304 qisolate1  0x0000003f 
- 00021161  0x00005305 branch  0x000052b0 , 0x00000001 
- 00021162  0x00005306 increase  0x00000080 , 0x00000002 
- 00021163  0x00005307 increase  0x00000001 , 0x00000007 
- 00021164  0x00005308 copy  0x00000011 , 0x0000003f 
- 00021165  0x00005309 isub  0x00000002 , 0x0000003e 
- 00021166  0x0000530a branch  0x000052b0 , 0x00000005 
- 00021167  0x0000530b branch  0x000052a5 , 0x00000002 
- 00021168  0x0000530d copy  0x00000002 , 0x0000003f 
- 00021169  0x0000530e isub  0x00000011 , 0x0000003e 
- 00021170  0x0000530f nbranch  0x000052b6 , 0x00000002 
- 00021171  0x00005310 copy  0x00000007 , 0x0000003f 
- 00021172  0x00005311 copy  0x00000013 , 0x00000002 
- 00021173  0x00005312 isub  0x00000002 , 0x0000000b 
- 00021174  0x00005314 copy  0x00000013 , 0x00000007 
- 00021175  0x00005315 rtn 
- 00021176  0x00005319 bpatchx  0x0000002c , 0x00004025 
- 00021177  0x0000531a arg  0x0000007f , 0x00000011 
- 00021178  0x0000531b call  0x00005240 
- 00021179  0x0000531c store  0x00000002 , 0x0000026b 
- 00021180  0x0000531d increase  0x00000004 , 0x0000003f 
- 00021181  0x0000531e store  0x00000002 , 0x0000026d 
- 00021182  0x0000531f setarg  0x00000000 
- 00021183  0x00005320 store  0x00000002 , 0x0000026f 
- 00021184  0x00005321 rtn 
- 00021185  0x00005324 fetch  0x00000002 , 0x0000026b 
- 00021186  0x00005325 branch  0x000052e2 
- 00021187  0x00005328 fetch  0x00000002 , 0x0000026d 
- 00021188  0x00005329 branch  0x000052e2 
- 00021189  0x0000532d bpatchx  0x0000002d , 0x00004025 
- 00021190  0x0000532e arg  0x000000fa , 0x00000011 
- 00021191  0x0000532f call  0x00005240 
- 00021192  0x00005330 store  0x00000002 , 0x00000271 
- 00021193  0x00005331 increase  0x00000004 , 0x0000003f 
- 00021194  0x00005332 store  0x00000002 , 0x00000273 
- 00021195  0x00005333 setarg  0x00000000 
- 00021196  0x00005334 store  0x00000002 , 0x00000275 
- 00021197  0x00005335 rtn 
- 00021198  0x00005338 fetch  0x00000002 , 0x00000271 
- 00021199  0x00005339 branch  0x000052e2 
- 00021200  0x0000533c fetch  0x00000002 , 0x00000273 
- 00021201  0x0000533d branch  0x000052e2 
- 00021202  0x00005341 bpatchx  0x0000002e , 0x00004025 
- 00021203  0x00005342 call  0x00007e7c 
- 00021204  0x00005343 jam  0x00000001 , 0x00000284 
- 00021205  0x00005344 call  0x0000526e 
- 00021206  0x00005345 nrtn  0x00000034 
- 00021207  0x00005346 arg  0x0000007f , 0x00000011 
- 00021208  0x00005347 call  0x00005240 
- 00021209  0x00005348 store  0x00000002 , 0x00000277 
- 00021210  0x00005349 increase  0x00000004 , 0x0000003f 
- 00021211  0x0000534a store  0x00000002 , 0x00000279 
- 00021212  0x0000534b setarg  0x00000000 
- 00021213  0x0000534c store  0x00000002 , 0x0000027b 
- 00021214  0x0000534d jam  0x00000000 , 0x00000284 
- 00021215  0x0000534e branch  0x00007e8c 
- 00021216  0x00005351 fetch  0x00000002 , 0x00000277 
- 00021217  0x00005352 branch  0x000052e2 
- 00021218  0x00005355 branch  0x00002a8c , 0x00000034 
- 00021219  0x00005356 copy  0x0000003f , 0x00000005 
- 00021220  0x00005357 rtn 
- 00021221  0x0000535b bpatchx  0x0000002f , 0x00004025 
- 00021222  0x0000535c arg  0x00000000 , 0x00000012 
- 00021223  0x0000535d arg  0x00004257 , 0x00000011 
- 00021224  0x0000535e increase  0xfffffffe , 0x00000011 
- 00021225  0x00005360 increase  0x00000002 , 0x00000011 
- 00021226  0x00005361 setarg  0x00004263 
- 00021227  0x00005362 isub  0x00000011 , 0x0000003e 
- 00021228  0x00005363 branch  0x000052f5 , 0x00000005 
- 00021229  0x00005364 ifetch  0x00000001 , 0x00000011 
- 00021230  0x00005365 increase  0x00000001 , 0x00000011 
- 00021231  0x00005366 branch  0x000052e9 , 0x00000034 
- 00021232  0x00005367 ifetcht  0x00000002 , 0x00000011 
- 00021233  0x00005368 ifetch  0x00000002 , 0x00000002 
- 00021234  0x00005369 iadd  0x00000012 , 0x00000012 
- 00021235  0x0000536a increase  0x00000004 , 0x00000012 
- 00021236  0x0000536b branch  0x000052e9 
- 00021237  0x0000536d copy  0x00000012 , 0x0000003f 
- 00021238  0x0000536e rtn 
- 00021239  0x00005372 arg  0x0000000c , 0x00000007 
- 00021240  0x00005373 branch  0x00002c32 
- 00021241  0x00005376 arg  0x0000000c , 0x00000007 
- 00021242  0x00005377 branch  0x00002c36 
- 00021243  0x0000537a bpatchx  0x00000030 , 0x00004026 
- 00021244  0x0000537b call  0x0000527e 
- 00021245  0x0000537c fetch  0x00000001 , 0x00004256 
- 00021246  0x0000537d rtn  0x00000034 
- 00021247  0x0000537e call  0x000052e5 
- 00021248  0x0000537f arg  0x00000100 , 0x00000002 
- 00021249  0x00005380 isub  0x00000002 , 0x0000003e 
- 00021250  0x00005381 branch  0x000052f7 , 0x00000002 
- 00021251  0x00005382 call  0x000052f9 
- 00021252  0x00005383 arg  0x00004263 , 0x00000005 
- 00021253  0x00005384 arg  0x00004257 , 0x00000011 
- 00021254  0x00005386 setarg  0x00004263 
- 00021255  0x00005387 isub  0x00000011 , 0x0000003e 
- 00021256  0x00005388 rtn  0x00000005 
- 00021257  0x00005389 ifetch  0x00000001 , 0x00000011 
- 00021258  0x0000538a increase  0x00000001 , 0x00000011 
- 00021259  0x0000538b nbranch  0x0000530f , 0x00000034 
- 00021260  0x0000538c istore  0x00000002 , 0x00000005 
- 00021261  0x0000538d increase  0x00000002 , 0x00000011 
- 00021262  0x0000538e branch  0x00005306 
- 00021263  0x00005390 ifetch  0x00000002 , 0x00000011 
- 00021264  0x00005391 increase  0x00000002 , 0x00000011 
- 00021265  0x00005392 copy  0x0000003f , 0x00000006 
- 00021266  0x00005393 ifetch  0x00000002 , 0x00000006 
- 00021267  0x00005394 istore  0x00000002 , 0x00000005 
- 00021268  0x00005395 copy  0x0000003f , 0x00000039 
- 00021269  0x00005396 increase  0x00000002 , 0x00000039 
- 00021270  0x00005397 call  0x00007f01 
- 00021271  0x00005398 branch  0x00005306 
- 00021272  0x0000539b bpatchx  0x00000031 , 0x00004026 
- 00021273  0x0000539c call  0x0000527e 
- 00021274  0x0000539d fetch  0x00000001 , 0x00004256 
- 00021275  0x0000539e rtn  0x00000034 
- 00021276  0x0000539f arg  0x00004258 , 0x00000011 
- 00021277  0x000053a0 increase  0xfffffffd , 0x00000011 
- 00021278  0x000053a1 arg  0x00004263 , 0x00000006 
- 00021279  0x000053a3 increase  0x00000003 , 0x00000011 
- 00021280  0x000053a4 setarg  0x00004264 
- 00021281  0x000053a5 isub  0x00000011 , 0x0000003e 
- 00021282  0x000053a6 rtn  0x00000005 
- 00021283  0x000053a7 ifetch  0x00000002 , 0x00000006 
- 00021284  0x000053a8 branch  0x0000531f , 0x00000034 
- 00021285  0x000053a9 increase  0x00000004 , 0x0000003f 
- 00021286  0x000053aa copy  0x0000003f , 0x00000039 
- 00021287  0x000053ab copy  0x00000006 , 0x00000012 
- 00021288  0x000053ac ifetch  0x00000002 , 0x00000011 
- 00021289  0x000053ad copy  0x0000003f , 0x00000005 
- 00021290  0x000053ae copy  0x00000012 , 0x00000006 
- 00021291  0x000053af increase  0xfffffffe , 0x00000006 
- 00021292  0x000053b0 call  0x00007f01 
- 00021293  0x000053b1 branch  0x0000531f 
- 00021294  0x000053bc bpatchx  0x00000032 , 0x00004026 
- 00021295  0x000053bd disable  0x0000002b 
- 00021296  0x000053be jam  0x00000001 , 0x00000455 
- 00021297  0x000053bf jam  0x00000003 , 0x0000043f 
- 00021298  0x000053c0 jam  0x00000001 , 0x00000456 
- 00021299  0x000053c1 setarg  0xffffffff 
- 00021300  0x000053c2 store  0x00000002 , 0x00000459 
- 00021301  0x000053c3 force  0x00000000 , 0x0000003f 
- 00021302  0x000053c4 store  0x00000001 , 0x00000457 
- 00021303  0x000053c5 store  0x00000001 , 0x00000462 
- 00021304  0x000053c6 store  0x00000003 , 0x00004169 
- 00021305  0x000053c7 store  0x00000003 , 0x0000416c 
- 00021306  0x000053c8 store  0x00000005 , 0x00004403 
- 00021307  0x000053c9 set1  0x00000027 , 0x0000003f 
- 00021308  0x000053ca store  0x00000005 , 0x00004408 
- 00021309  0x000053cb jam  0x00000001 , 0x000043dc 
- 00021310  0x000053cc jam  0x00000000 , 0x000043dd 
- 00021311  0x000053cd branch  0x000056ed 
- 00021312  0x000053d0 bpatchx  0x00000033 , 0x00004026 
- 00021313  0x000053d1 enable  0x00000029 
- 00021314  0x000053d2 jam  0x00000003 , 0x00000440 
- 00021315  0x000053d3 jam  0x00000001 , 0x00000478 
- 00021316  0x000053d4 jam  0x00000001 , 0x0000445a 
- 00021317  0x000053d5 setarg  0x0000ffff 
- 00021318  0x000053d6 store  0x00000002 , 0x0000445c 
- 00021319  0x000053d7 force  0x00000000 , 0x0000003f 
- 00021320  0x000053d8 store  0x00000005 , 0x00004408 
- 00021321  0x000053d9 set1  0x00000027 , 0x0000003f 
- 00021322  0x000053da store  0x00000005 , 0x00004403 
- 00021323  0x000053db branch  0x0000532e 
- 00021324  0x000053df bpatchx  0x00000034 , 0x00004026 
- 00021325  0x000053e0 disable  0x00000029 
- 00021326  0x000053e1 setarg  0x00000017 
- 00021327  0x000053e2 store  0x00000002 , 0x000044a8 
- 00021328  0x000053e3 jam  0x00000001 , 0x00000440 
- 00021329  0x000053e4 jam  0x00000000 , 0x0000436e 
- 00021330  0x000053e5 jam  0x00000000 , 0x000000a0 
- 00021331  0x000053e6 jam  0x00000000 , 0x000044c4 
- 00021332  0x000053e7 jam  0x00000000 , 0x000044c5 
- 00021333  0x000053e8 fetch  0x00000002 , 0x0000046d 
- 00021334  0x000053e9 store  0x00000002 , 0x000044ba 
- 00021335  0x000053ea fetch  0x00000002 , 0x00000441 
- 00021336  0x000053eb mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00021337  0x000053ec rshift4  0x0000003f , 0x0000003f 
- 00021338  0x000053ed store  0x00000002 , 0x0000046d 
- 00021339  0x000053ee branch  0x0000532e 
- 00021340  0x000053f5 call  0x000053c4 
- 00021341  0x000053f6 call  0x000055e8 
- 00021342  0x000053f7 call  0x000056f0 
- 00021343  0x000053f8 branch  0x000053ce 
- 00021344  0x000053fb bpatchx  0x00000035 , 0x00004026 
- 00021345  0x000053fc call  0x000053c4 
- 00021346  0x000053fd call  0x000032f4 
- 00021347  0x000053fe fetch  0x00000001 , 0x00000440 
- 00021348  0x000053ff beq  0x00000003 , 0x00005366 
- 00021349  0x00005400 branch  0x0000537a 
- 00021350  0x00005407 bpatchx  0x00000036 , 0x00004026 
- 00021351  0x00005408 enable  0x00000029 
- 00021352  0x00005409 call  0x000056e4 
- 00021353  0x0000540a branch  0x00005377 , 0x00000002 
- 00021354  0x0000540b call  0x00002c6c 
- 00021355  0x0000540c call  0x00005413 
- 00021356  0x0000540d call  0x0000561e 
- 00021357  0x0000540e disable  0x0000002d 
- 00021358  0x0000540f call  0x000054bf 
- 00021359  0x00005410 nrtn  0x0000002d 
- 00021360  0x00005411 bpatchx  0x00000037 , 0x00004026 
- 00021361  0x00005412 fetch  0x00000001 , 0x00000005 
- 00021362  0x00005413 increase  0x00000001 , 0x0000003f 
- 00021363  0x00005414 store  0x00000001 , 0x00000005 
- 00021364  0x00005415 call  0x000055aa 
- 00021365  0x00005416 disable  0x00000029 
- 00021366  0x00005417 rtn 
- 00021367  0x0000541a call  0x000053a9 
- 00021368  0x0000541b disable  0x00000029 
- 00021369  0x0000541c rtn 
- 00021370  0x00005422 bpatchx  0x00000038 , 0x00004027 
- 00021371  0x00005423 jam  0x00000000 , 0x0000450f 
- 00021372  0x00005424 call  0x00007aaf 
- 00021373  0x00005425 call  0x00005c18 
- 00021374  0x00005426 disable  0x0000002e 
- 00021375  0x00005427 call  0x000056e4 
- 00021376  0x00005428 branch  0x000053a9 , 0x00000002 
- 00021377  0x00005429 call  0x00002c6c 
- 00021378  0x0000542a call  0x00005413 
- 00021379  0x0000542b call  0x00005489 
- 00021380  0x0000542c nbranch  0x0000539b , 0x00000018 
- 00021381  0x0000542d call  0x000053b7 
- 00021382  0x0000542e branch  0x00005388 , 0x0000002d 
- 00021383  0x0000542f branch  0x00005395 
- 00021384  0x00005433 bpatchx  0x00000039 , 0x00004027 
- 00021385  0x00005434 fetch  0x00000001 , 0x0000450f 
- 00021386  0x00005435 pincrease  0x00000001 
- 00021387  0x00005436 store  0x00000001 , 0x0000450f 
- 00021388  0x00005437 beq  0x0000000c , 0x00005395 
- 00021389  0x00005438 call  0x000055aa 
- 00021390  0x00005439 call  0x0000561e 
- 00021391  0x0000543a call  0x000054c7 
- 00021392  0x0000543b call  0x0000567e 
- 00021393  0x0000543c fetch  0x00000002 , 0x000041fb 
- 00021394  0x0000543d call  0x00007f9c 
- 00021395  0x0000543e call  0x000053a0 
- 00021396  0x0000543f branch  0x000053a4 , 0x00000028 
- 00021397  0x00005441 bpatchx  0x0000003a , 0x00004027 
- 00021398  0x00005442 call  0x00005be4 
- 00021399  0x00005443 call  0x00005bdb 
- 00021400  0x00005444 call  0x00007d9c 
- 00021401  0x00005445 fetch  0x00000001 , 0x00000462 
- 00021402  0x00005446 bbit1  0x00000003 , 0x000053a9 
- 00021403  0x00005448 bpatchx  0x0000003b , 0x00004027 
- 00021404  0x00005449 call  0x000057f4 
- 00021405  0x0000544a call  0x0000559d 
- 00021406  0x0000544b call  0x00005575 
- 00021407  0x0000544c branch  0x00002841 
- 00021408  0x00005450 disable  0x00000028 
- 00021409  0x00005451 bmark1  0x0000002a , 0x00007fe7 
- 00021410  0x00005452 bmark1  0x00000029 , 0x00007fe7 
- 00021411  0x00005453 rtn 
- 00021412  0x00005457 bpatchx  0x0000003c , 0x00004027 
- 00021413  0x00005458 enable  0x0000002e 
- 00021414  0x00005459 call  0x000054c1 
- 00021415  0x0000545a branch  0x00005388 , 0x0000002d 
- 00021416  0x0000545b branch  0x00005395 
- 00021417  0x00005461 bpatchx  0x0000003d , 0x00004027 
- 00021418  0x00005462 call  0x000053af 
- 00021419  0x00005463 call  0x000033b4 
- 00021420  0x00005464 call  0x00007a77 
- 00021421  0x00005465 jam  0x00000015 , 0x00000a99 
- 00021422  0x00005466 branch  0x00007d86 
- 00021423  0x00005469 setarg  0x00000000 
- 00021424  0x0000546a store  0x00000009 , 0x000044ff 
- 00021425  0x0000546b jam  0x00000000 , 0x00000455 
- 00021426  0x0000546c jam  0x00000000 , 0x00000440 
- 00021427  0x0000546d jam  0x00000000 , 0x0000043f 
- 00021428  0x0000546e jam  0x00000000 , 0x000044c5 
- 00021429  0x0000546f jam  0x00000000 , 0x000044c4 
- 00021430  0x00005470 rtn 
- 00021431  0x00005473 bpatchx  0x0000003e , 0x00004027 
- 00021432  0x00005474 fetch  0x00000001 , 0x00000005 
- 00021433  0x00005475 increase  0x00000001 , 0x0000003f 
- 00021434  0x00005476 store  0x00000001 , 0x00000005 
- 00021435  0x00005477 fetch  0x00000001 , 0x0000043f 
- 00021436  0x00005478 rtnbit1  0x00000003 
- 00021437  0x00005479 set1  0x00000003 
- 00021438  0x0000547a store  0x00000001 , 0x0000043f 
- 00021439  0x0000547b fetch  0x00000002 , 0x000044ba 
- 00021440  0x0000547c store  0x00000002 , 0x0000046d 
- 00021441  0x0000547d setarg  0x00000000 
- 00021442  0x0000547e store  0x00000004 , 0x000044e5 
- 00021443  0x0000547f rtn 
- 00021444  0x00005483 bpatchx  0x0000003f , 0x00004027 
- 00021445  0x00005484 jam  0x00000036 , 0x0000890f 
- 00021446  0x00005485 jam  0x0000005f , 0x0000890b 
- 00021447  0x00005486 enable  0x00000036 
- 00021448  0x00005487 jam  0x00000007 , 0x00008914 
- 00021449  0x00005488 call  0x00002c6c 
- 00021450  0x00005489 fetch  0x00000001 , 0x000041e0 
- 00021451  0x0000548a rtn  0x00000034 
- 00021452  0x0000548b jam  0x000000b8 , 0x0000890a 
- 00021453  0x0000548c rtn 
- 00021454  0x0000548f bpatchx  0x00000040 , 0x00004028 
- 00021455  0x00005490 jam  0x0000002e , 0x0000890f 
- 00021456  0x00005491 jam  0x000000ff , 0x0000890b 
- 00021457  0x00005492 disable  0x00000036 
- 00021458  0x00005493 jam  0x00000003 , 0x00008914 
- 00021459  0x00005494 arg  0x00000000 , 0x0000001b 
- 00021460  0x00005495 rtn 
- 00021461  0x00005498 disable  0x00000009 
- 00021462  0x00005499 disable  0x00000007 
- 00021463  0x0000549a fetch  0x00000003 , 0x00000467 
- 00021464  0x0000549b iforce  0x0000000f 
- 00021465  0x0000549c fetch  0x00000001 , 0x00000016 
- 00021466  0x0000549d reverse  0x0000003f , 0x00000002 
- 00021467  0x0000549e set1  0x00000001 , 0x00000002 
- 00021468  0x0000549f rshift  0x00000002 , 0x0000000e 
- 00021469  0x000054a0 rtn 
- 00021470  0x000054a4 call  0x000053e6 
- 00021471  0x000054a5 call  0x0000291f 
- 00021472  0x000054a6 setarg  0x00000500 
- 00021473  0x000054a7 call  0x00002a8f 
- 00021474  0x000054a8 branch  0x00002924 
- 00021475  0x000054ab branch  0x00002939 , 0x0000002d 
- 00021476  0x000054ad call  0x000053e6 
- 00021477  0x000054ae branch  0x00002933 
- 00021478  0x000054b0 bpatchx  0x00000041 , 0x00004028 
- 00021479  0x000054b1 call  0x00002918 
- 00021480  0x000054b2 fetch  0x00000001 , 0x0000048c 
- 00021481  0x000054b3 nbranch  0x000053f9 , 0x00000034 
- 00021482  0x000054b4 fetch  0x00000001 , 0x00000016 
- 00021483  0x000054b5 sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021484  0x000054b6 branch  0x000053f3 , 0x00000002 
- 00021485  0x000054b7 force  0x00000000 , 0x00000002 
- 00021486  0x000054b8 rtneq  0x00000025 
- 00021487  0x000054b9 force  0x00000018 , 0x00000002 
- 00021488  0x000054ba rtneq  0x00000026 
- 00021489  0x000054bb force  0x0000004e , 0x00000002 
- 00021490  0x000054bc rtn 
- 00021491  0x000054bf sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00021492  0x000054c0 branch  0x000053f6 , 0x00000002 
- 00021493  0x000054c1 increase  0x00000001 , 0x0000003f 
- 00021494  0x000054c4 lshift  0x0000003f , 0x0000003f 
- 00021495  0x000054c5 add  0x0000003f , 0x00000002 , 0x00000002 
- 00021496  0x000054c6 rtn 
- 00021497  0x000054c9 fetch  0x00000001 , 0x00000016 
- 00021498  0x000054ca lshift  0x0000003f , 0x00000002 
- 00021499  0x000054cb rtn 
- 00021500  0x000054ce arg  0x000001f4 , 0x00000002 
- 00021501  0x000054cf rtn  0x00000034 
- 00021502  0x000054d0 arg  0x000000fa , 0x00000002 
- 00021503  0x000054d1 rtneq  0x00000001 
- 00021504  0x000054d2 arg  0x00000096 , 0x00000002 
- 00021505  0x000054d3 rtneq  0x00000002 
- 00021506  0x000054d4 arg  0x00000064 , 0x00000002 
- 00021507  0x000054d5 rtneq  0x00000003 
- 00021508  0x000054d6 arg  0x0000004b , 0x00000002 
- 00021509  0x000054d7 rtneq  0x00000004 
- 00021510  0x000054d8 arg  0x00000032 , 0x00000002 
- 00021511  0x000054d9 rtneq  0x00000005 
- 00021512  0x000054da arg  0x00000028 , 0x00000002 
- 00021513  0x000054db rtneq  0x00000006 
- 00021514  0x000054dc arg  0x00000014 , 0x00000002 
- 00021515  0x000054dd rtn 
- 00021516  0x000054e2 setarg  0x008e89be 
- 00021517  0x000054e3 lshift8  0x0000003f , 0x0000003f 
- 00021518  0x000054e4 or_into  0x000000d6 , 0x0000003f 
- 00021519  0x000054e5 iforce  0x00000009 
- 00021520  0x000054e6 setarg  0x00555555 
- 00021521  0x000054e7 store  0x00000003 , 0x00000467 
- 00021522  0x000054e8 rtn 
- 00021523  0x000054eb bpatchx  0x00000042 , 0x00004028 
- 00021524  0x000054ec enable  0x00000010 
- 00021525  0x000054ed fetch  0x00000004 , 0x00000463 
- 00021526  0x000054ee iforce  0x00000009 
- 00021527  0x000054ef call  0x00005466 
- 00021528  0x000054f0 setarg  0x00000200 
- 00021529  0x000054f1 branch  0x0000541c , 0x00000029 
- 00021530  0x000054f2 fetch  0x00000002 , 0x0000044d 
- 00021531  0x000054f3 rshift  0x0000003f , 0x0000003f 
- 00021532  0x000054f5 arg  0x00000500 , 0x00000002 
- 00021533  0x000054f6 iadd  0x00000002 , 0x0000003f 
- 00021534  0x000054f7 call  0x00002a24 
- 00021535  0x000054f8 deposit  0x0000001a 
- 00021536  0x000054f9 store  0x00000006 , 0x00000491 
- 00021537  0x000054fa rtn 
- 00021538  0x000054fd bpatchx  0x00000043 , 0x00004028 
- 00021539  0x000054fe fetch  0x00000001 , 0x00000016 
- 00021540  0x000054ff beq  0x00000025 , 0x00005428 
- 00021541  0x00005500 beq  0x00000026 , 0x0000542e 
- 00021542  0x00005501 beq  0x00000027 , 0x00005434 
- 00021543  0x00005502 branch  0x00005434 
- 00021544  0x00005505 fetcht  0x00000001 , 0x0000448d 
- 00021545  0x00005506 isolate1  0x00000001 , 0x00000002 
- 00021546  0x00005507 branch  0x0000543f , 0x00000001 
- 00021547  0x00005508 isolate1  0x00000002 , 0x00000002 
- 00021548  0x00005509 branch  0x00005444 , 0x00000001 
- 00021549  0x0000550a branch  0x0000543a 
- 00021550  0x0000550e fetcht  0x00000001 , 0x0000448d 
- 00021551  0x0000550f isolate1  0x00000002 , 0x00000002 
- 00021552  0x00005510 branch  0x00005444 , 0x00000001 
- 00021553  0x00005511 isolate1  0x00000000 , 0x00000002 
- 00021554  0x00005512 branch  0x0000543a , 0x00000001 
- 00021555  0x00005513 branch  0x0000543f 
- 00021556  0x00005517 fetcht  0x00000001 , 0x0000448d 
- 00021557  0x00005518 isolate1  0x00000000 , 0x00000002 
- 00021558  0x00005519 branch  0x0000543a , 0x00000001 
- 00021559  0x0000551a isolate1  0x00000001 , 0x00000002 
- 00021560  0x0000551b branch  0x0000543f , 0x00000001 
- 00021561  0x0000551c branch  0x00005444 
- 00021562  0x00005521 jam  0x00000025 , 0x00000016 
- 00021563  0x00005522 fetch  0x00000001 , 0x00000ac2 
- 00021564  0x00005523 set1  0x00000000 , 0x0000003f 
- 00021565  0x00005524 store  0x00000001 , 0x00000ac2 
- 00021566  0x00005525 rtn 
- 00021567  0x00005528 jam  0x00000026 , 0x00000016 
- 00021568  0x00005529 fetch  0x00000001 , 0x00000ac2 
- 00021569  0x0000552a set1  0x00000001 , 0x0000003f 
- 00021570  0x0000552b store  0x00000001 , 0x00000ac2 
- 00021571  0x0000552c rtn 
- 00021572  0x0000552f jam  0x00000027 , 0x00000016 
- 00021573  0x00005530 fetch  0x00000001 , 0x00000ac2 
- 00021574  0x00005531 set1  0x00000002 , 0x0000003f 
- 00021575  0x00005532 store  0x00000001 , 0x00000ac2 
- 00021576  0x00005533 rtn 
- 00021577  0x00005538 bpatchx  0x00000044 , 0x00004028 
- 00021578  0x00005539 add  0x00000011 , 0x00000001 , 0x00000006 
- 00021579  0x0000553a ifetch  0x00000001 , 0x00000006 
- 00021580  0x0000553b rtnbit0  0x00000000 
- 00021581  0x0000553c add  0x00000011 , 0x0000001a , 0x00000005 
- 00021582  0x0000553d ifetch  0x00000002 , 0x00000005 
- 00021583  0x0000553e increase  0x00000001 , 0x0000003f 
- 00021584  0x0000553f istore  0x00000002 , 0x00000005 
- 00021585  0x00005540 add  0x00000011 , 0x00000019 , 0x00000006 
- 00021586  0x00005541 ifetch  0x00000001 , 0x00000006 
- 00021587  0x00005542 add  0x00000011 , 0x00000018 , 0x00000005 
- 00021588  0x00005543 ifetcht  0x00000001 , 0x00000005 
- 00021589  0x00005544 iadd  0x00000002 , 0x0000003f 
- 00021590  0x00005545 sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021591  0x00005546 branch  0x00005459 , 0x00000002 
- 00021592  0x00005547 increase  0xffffffdb , 0x0000003f 
- 00021593  0x00005549 istore  0x00000001 , 0x00000005 
- 00021594  0x0000554a rtn 
- 00021595  0x0000554e bpatchx  0x00000045 , 0x00004028 
- 00021596  0x0000554f fetch  0x00000005 , 0x0000046f 
- 00021597  0x00005550 force  0x00000000 , 0x00000002 
- 00021598  0x00005551 force  0x00000025 , 0x00000039 
- 00021599  0x00005553 bbit0  0x00000000 , 0x00005461 
- 00021600  0x00005554 increase  0x00000001 , 0x00000002 
- 00021601  0x00005556 rshift  0x0000003f , 0x0000003f 
- 00021602  0x00005557 loop  0x0000545f 
- 00021603  0x00005558 add  0x00000002 , 0xffffffff , 0x0000003f 
- 00021604  0x00005559 store  0x00000001 , 0x00000461 
- 00021605  0x0000555a rtn 
- 00021606  0x0000555d bpatchx  0x00000046 , 0x00004028 
- 00021607  0x0000555e fetch  0x00000001 , 0x00000457 
- 00021608  0x0000555f iforce  0x00000007 
- 00021609  0x00005560 fetcht  0x00000005 , 0x0000046f 
- 00021610  0x00005561 qisolate1  0x00000002 
- 00021611  0x00005562 branch  0x0000547c , 0x00000001 
- 00021612  0x00005564 bpatchx  0x00000047 , 0x00004028 
- 00021613  0x00005565 fetch  0x00000001 , 0x00000461 
- 00021614  0x00005566 isub  0x00000007 , 0x0000003f 
- 00021615  0x00005567 branch  0x00005472 , 0x00000002 
- 00021616  0x00005568 sub  0x0000003f , 0xffffffff , 0x00000007 
- 00021617  0x00005569 branch  0x0000546c 
- 00021618  0x0000556b copy  0x00000007 , 0x00000039 
- 00021619  0x0000556c force  0x00000000 , 0x00000007 
- 00021620  0x0000556e qisolate1  0x00000002 
- 00021621  0x0000556f branch  0x00005477 , 0x00000001 
- 00021622  0x00005570 increase  0x00000001 , 0x00000039 
- 00021623  0x00005572 deposit  0x00000039 
- 00021624  0x00005573 branch  0x0000547c , 0x00000034 
- 00021625  0x00005574 increase  0x00000001 , 0x00000007 
- 00021626  0x00005575 increase  0xffffffff , 0x00000039 
- 00021627  0x00005576 branch  0x00005474 
- 00021628  0x00005578 deposit  0x00000007 
- 00021629  0x00005579 store  0x00000001 , 0x00000016 
- 00021630  0x0000557a rtn 
- 00021631  0x0000557e branch  0x00005482 , 0x00000029 
- 00021632  0x0000557f until  0x0000003e , 0x00000003 
- 00021633  0x00005580 rtn 
- 00021634  0x00005583 arg  0x00000ea0 , 0x0000000b 
- 00021635  0x00005584 until  0x00000023 , 0x00000026 
- 00021636  0x00005585 rtn 
- 00021637  0x00005588 disable  0x00000010 
- 00021638  0x00005589 fetch  0x00000002 , 0x0000436c 
- 00021639  0x0000558a copy  0x0000003f , 0x0000000b 
- 00021640  0x0000558b branch  0x0000548e 
- 00021641  0x0000558f bpatchx  0x00000048 , 0x00004029 
- 00021642  0x00005590 enable  0x00000010 
- 00021643  0x00005591 fetch  0x00000002 , 0x0000044d 
- 00021644  0x00005592 fetcht  0x00000004 , 0x000044e5 
- 00021645  0x00005593 iadd  0x00000002 , 0x0000000b 
- 00021646  0x00005595 call  0x000053de 
- 00021647  0x00005597 bpatchx  0x00000049 , 0x00004029 
- 00021648  0x00005598 call  0x000053d5 
- 00021649  0x00005599 disable  0x0000002d 
- 00021650  0x0000559a enable  0x0000000d 
- 00021651  0x0000559b enable  0x00000021 
- 00021652  0x0000559c disable  0x00000020 
- 00021653  0x0000559d copy  0x0000000b , 0x0000001b 
- 00021654  0x0000559e correlate  0x0000003e , 0x00000003 
- 00021655  0x0000559f branch  0x0000549a , 0x0000002e 
- 00021656  0x000055a0 copy  0x0000001a , 0x00000002 
- 00021657  0x000055a1 storet  0x00000006 , 0x0000009a 
- 00021658  0x000055a3 nbranch  0x0000264d , 0x00000018 
- 00021659  0x000055a4 branch  0x000054a1 , 0x0000002e 
- 00021660  0x000055a5 arg  0x000001e0 , 0x00000029 
- 00021661  0x000055a6 copy  0x00000021 , 0x00000028 
- 00021662  0x000055a7 fetch  0x00000001 , 0x0000043f 
- 00021663  0x000055a8 bbit0  0x00000003 , 0x000054a1 
- 00021664  0x000055a9 call  0x00002b05 , 0x0000002b 
- 00021665  0x000055ab bpatchx  0x0000004a , 0x00004029 
- 00021666  0x000055ac call  0x000029bb 
- 00021667  0x000055ad enable  0x00000007 
- 00021668  0x000055ae enable  0x00000009 
- 00021669  0x000055af parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021670  0x000055b0 rshift3  0x0000000c , 0x0000003f 
- 00021671  0x000055b1 store  0x00000001 , 0x000002d9 
- 00021672  0x000055b2 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021673  0x000055b3 rshift3  0x0000000c , 0x0000003f 
- 00021674  0x000055b4 istore  0x00000001 , 0x00000005 
- 00021675  0x000055b5 and  0x0000003f , 0x0000003f , 0x00000039 
- 00021676  0x000055b6 branch  0x000054b1 , 0x00000005 
- 00021677  0x000055b9 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021678  0x000055ba rshift3  0x0000000c , 0x0000003f 
- 00021679  0x000055bb istore  0x00000001 , 0x00000005 
- 00021680  0x000055bc loop  0x000054ad 
- 00021681  0x000055bf bpatchx  0x0000004b , 0x00004029 
- 00021682  0x000055c0 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00021683  0x000055c1 enable  0x00000010 
- 00021684  0x000055c2 arg  0x00000664 , 0x0000001b 
- 00021685  0x000055c3 rshift32  0x0000003f , 0x0000003f 
- 00021686  0x000055c4 rshift16  0x0000003f , 0x0000003f 
- 00021687  0x000055c5 istore  0x00000003 , 0x00000005 
- 00021688  0x000055c6 branch  0x0000264d , 0x00000006 
- 00021689  0x000055c7 enable  0x0000002d 
- 00021690  0x000055c8 fetch  0x00000001 , 0x00000017 
- 00021691  0x000055c9 add  0x0000003f , 0x00000000 , 0x00000011 
- 00021692  0x000055ca call  0x00002981 
- 00021693  0x000055cb disable  0x0000000d 
- 00021694  0x000055cc branch  0x00002918 
- 00021695  0x000055cf bpatchx  0x0000004c , 0x00004029 
- 00021696  0x000055d0 call  0x000054c9 
- 00021697  0x000055d2 fetcht  0x00000001 , 0x00000017 
- 00021698  0x000055d3 call  0x0000291f 
- 00021699  0x000055d4 call  0x00002924 
- 00021700  0x000055d5 enable  0x00000010 
- 00021701  0x000055d6 arg  0x0000157c , 0x0000000b 
- 00021702  0x000055d7 branch  0x0000548f 
- 00021703  0x000055da call  0x000054c9 
- 00021704  0x000055db branch  0x0000264d 
- 00021705  0x000055de bpatchx  0x0000004d , 0x00004029 
- 00021706  0x000055df call  0x000053d5 
- 00021707  0x000055e0 call  0x000053e3 
- 00021708  0x000055e1 branch  0x000054cd 
- 00021709  0x000055e4 set1  0x00000000 , 0x00000015 
- 00021710  0x000055e5 enable  0x0000001d 
- 00021711  0x000055e6 enable  0x00000020 
- 00021712  0x000055e7 disable  0x00000021 
- 00021713  0x000055e8 call  0x0000547f 
- 00021714  0x000055e9 rshift16  0x00000009 , 0x0000003f 
- 00021715  0x000055ea rshift8  0x0000003f , 0x0000003f 
- 00021716  0x000055eb rshift4  0x0000003f , 0x0000003f 
- 00021717  0x000055ec inject  0x00000003 , 0x00000028 
- 00021718  0x000055ed enable  0x00000007 
- 00021719  0x000055ee enable  0x00000009 
- 00021720  0x000055ef bpatchx  0x0000004e , 0x00004029 
- 00021721  0x000055f0 fetch  0x00000001 , 0x000043dc 
- 00021722  0x000055f1 inject  0x00000003 , 0x00000008 
- 00021723  0x000055f2 ifetch  0x00000001 , 0x00000006 
- 00021724  0x000055f3 and  0x0000003f , 0x0000003f , 0x00000039 
- 00021725  0x000055f4 inject  0x00000003 , 0x00000008 
- 00021726  0x000055f5 branch  0x000054e2 , 0x00000005 
- 00021727  0x000055f7 ifetch  0x00000001 , 0x00000006 
- 00021728  0x000055f8 inject  0x00000003 , 0x00000008 
- 00021729  0x000055f9 loop  0x000054df 
- 00021730  0x000055fc enable  0x00000008 
- 00021731  0x000055fd inject  0x00000003 , 0x00000018 
- 00021732  0x000055fe disable  0x00000008 
- 00021733  0x000055ff until  0x0000003e , 0x00000027 
- 00021734  0x00005600 nop  0x00000064 
- 00021735  0x00005601 disable  0x0000001d 
- 00021736  0x00005602 rtn 
- 00021737  0x00005605 bpatchx  0x0000004f , 0x00004029 
- 00021738  0x00005606 fetch  0x00000001 , 0x00004484 
- 00021739  0x00005607 beq  0x00000001 , 0x000054f9 
- 00021740  0x00005608 fetch  0x00000001 , 0x00004485 
- 00021741  0x00005609 lshift4  0x0000003f , 0x0000003f 
- 00021742  0x0000560a lshift2  0x0000003f , 0x0000003f 
- 00021743  0x0000560b store  0x00000001 , 0x000043dc 
- 00021744  0x0000560c fetcht  0x00000001 , 0x0000436f 
- 00021745  0x0000560d add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021746  0x0000560e store  0x00000001 , 0x000043dd 
- 00021747  0x0000560f fetch  0x00000006 , 0x000044a0 
- 00021748  0x00005610 store  0x00000006 , 0x000043de 
- 00021749  0x00005611 copy  0x00000002 , 0x00000039 
- 00021750  0x00005612 arg  0x00004370 , 0x00000006 
- 00021751  0x00005613 call  0x00007ef4 
- 00021752  0x00005614 branch  0x00005504 
- 00021753  0x00005616 fetch  0x00000001 , 0x00004486 
- 00021754  0x00005617 lshift4  0x0000003f , 0x0000003f 
- 00021755  0x00005618 lshift2  0x0000003f , 0x0000003f 
- 00021756  0x00005619 increase  0x00000001 , 0x0000003f 
- 00021757  0x0000561a store  0x00000001 , 0x000043dc 
- 00021758  0x0000561b setarg  0x0000000c 
- 00021759  0x0000561c store  0x00000001 , 0x000043dd 
- 00021760  0x0000561d fetch  0x00000006 , 0x000044a0 
- 00021761  0x0000561e store  0x00000006 , 0x000043de 
- 00021762  0x0000561f fetch  0x00000006 , 0x000041d0 
- 00021763  0x00005620 istore  0x00000006 , 0x00000005 
- 00021764  0x00005622 bpatchx  0x00000050 , 0x0000402a 
- 00021765  0x00005623 fetch  0x00000001 , 0x00000000 
- 00021766  0x00005624 increase  0x00000001 , 0x0000003f 
- 00021767  0x00005625 store  0x00000001 , 0x00000000 
- 00021768  0x00005626 arg  0x00000708 , 0x0000001b 
- 00021769  0x00005627 disable  0x0000002d 
- 00021770  0x00005628 branch  0x000054bf 
- 00021771  0x0000562b bpatchx  0x00000051 , 0x0000402a 
- 00021772  0x0000562c fetch  0x00000001 , 0x0000449e 
- 00021773  0x0000562d rtnne  0x00000001 
- 00021774  0x0000562e fetch  0x00000001 , 0x00000000 
- 00021775  0x0000562f increase  0x00000001 , 0x0000003f 
- 00021776  0x00005630 store  0x00000001 , 0x00000000 
- 00021777  0x00005631 arg  0x00000c03 , 0x00000002 
- 00021778  0x00005632 fetch  0x00000001 , 0x0000449f 
- 00021779  0x00005633 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021780  0x00005634 copy  0x00000011 , 0x0000003f 
- 00021781  0x00005635 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00021782  0x00005636 storet  0x00000002 , 0x000043dc 
- 00021783  0x00005637 fetch  0x00000006 , 0x000044a0 
- 00021784  0x00005638 istore  0x00000006 , 0x00000005 
- 00021785  0x00005639 fetch  0x00000006 , 0x0000044f 
- 00021786  0x0000563a istore  0x00000006 , 0x00000005 
- 00021787  0x0000563b branch  0x000054bf 
- 00021788  0x0000563f bpatchx  0x00000052 , 0x0000402a 
- 00021789  0x00005640 arg  0x00000004 , 0x00000002 
- 00021790  0x00005641 fetch  0x00000001 , 0x00004485 
- 00021791  0x00005642 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021792  0x00005643 storet  0x00000001 , 0x000043dc 
- 00021793  0x00005644 fetcht  0x00000001 , 0x0000438f 
- 00021794  0x00005645 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021795  0x00005646 store  0x00000001 , 0x000043dd 
- 00021796  0x00005647 fetch  0x00000006 , 0x000044a0 
- 00021797  0x00005648 store  0x00000006 , 0x000043de 
- 00021798  0x00005649 arg  0x00004390 , 0x00000006 
- 00021799  0x0000564a copy  0x00000002 , 0x00000039 
- 00021800  0x0000564b call  0x00007ef4 
- 00021801  0x0000564c call  0x000054c7 
- 00021802  0x0000564d branch  0x00005706 
- 00021803  0x00005650 bpatchx  0x00000053 , 0x0000402a 
- 00021804  0x00005651 force  0xffffffff , 0x0000003f 
- 00021805  0x00005652 setsect  0x00000002 , 0x00000001 
- 00021806  0x00005653 store  0x00000005 , 0x0000046f 
- 00021807  0x00005654 call  0x0000545b 
- 00021808  0x00005655 force  0x00000004 , 0x00000039 
- 00021809  0x00005656 arg  0x00000463 , 0x00000005 
- 00021810  0x00005657 call  0x0000630d 
- 00021811  0x00005658 fetch  0x00000002 , 0x0000449c 
- 00021812  0x00005659 store  0x00000002 , 0x0000046d 
- 00021813  0x0000565b random  0x0000003f 
- 00021814  0x0000565c and_into  0x0000000f , 0x0000003f 
- 00021815  0x0000565d sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00021816  0x0000565e branch  0x00005535 , 0x00000002 
- 00021817  0x0000565f store  0x00000001 , 0x00000458 
- 00021818  0x00005660 store  0x00000001 , 0x000006e6 
- 00021819  0x00005661 bpatchx  0x00000054 , 0x0000402a 
- 00021820  0x00005662 fetcht  0x00000002 , 0x00004367 
- 00021821  0x00005663 storet  0x00000002 , 0x00000441 
- 00021822  0x00005664 copy  0x00000002 , 0x00000013 
- 00021823  0x00005665 add  0x00000022 , 0x00000007 , 0x0000003f 
- 00021824  0x00005666 idiv  0x00000013 
- 00021825  0x00005667 call  0x00007f86 
- 00021826  0x00005668 remainder  0x00000011 
- 00021827  0x00005669 isub  0x00000011 , 0x0000003f 
- 00021828  0x0000566a iadd  0x00000013 , 0x0000003f 
- 00021829  0x0000566b fetcht  0x00000002 , 0x00004365 
- 00021830  0x0000566c iadd  0x00000002 , 0x0000003f 
- 00021831  0x0000566d store  0x00000004 , 0x00000443 
- 00021832  0x0000566e isub  0x00000022 , 0x00000011 
- 00021833  0x0000566f increase  0xfffffffa , 0x00000011 
- 00021834  0x00005670 arg  0x00002205 , 0x00000012 
- 00021835  0x00005671 fetch  0x00000001 , 0x00004495 
- 00021836  0x00005672 nsetflag  0x00000034 , 0x00000006 , 0x00000012 
- 00021837  0x00005673 fetch  0x00000001 , 0x0000448e 
- 00021838  0x00005674 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
- 00021839  0x00005675 copy  0x00000012 , 0x0000003f 
- 00021840  0x00005676 store  0x00000002 , 0x000043dc 
- 00021841  0x00005677 fetch  0x00000006 , 0x000044a0 
- 00021842  0x00005678 istore  0x00000006 , 0x00000005 
- 00021843  0x00005679 fetch  0x00000006 , 0x0000044f 
- 00021844  0x0000567a istore  0x00000006 , 0x00000005 
- 00021845  0x0000567b fetch  0x00000004 , 0x00000463 
- 00021846  0x0000567c istore  0x00000004 , 0x00000005 
- 00021847  0x0000567d random  0x0000003f 
- 00021848  0x0000567e istore  0x00000002 , 0x00000005 
- 00021849  0x0000567f random  0x0000003f 
- 00021850  0x00005680 istore  0x00000001 , 0x00000005 
- 00021851  0x00005681 force  0x00000002 , 0x0000003f 
- 00021852  0x00005682 istore  0x00000001 , 0x00000005 
- 00021853  0x00005683 rshift2  0x00000011 , 0x0000003f 
- 00021854  0x00005684 istore  0x00000002 , 0x00000005 
- 00021855  0x00005685 rshift2  0x00000013 , 0x0000003f 
- 00021856  0x00005686 istore  0x00000002 , 0x00000005 
- 00021857  0x00005687 bpatchx  0x00000055 , 0x0000402a 
- 00021858  0x00005688 setarg  0x00000000 
- 00021859  0x00005689 istore  0x00000002 , 0x00000005 
- 00021860  0x0000568a fetch  0x00000002 , 0x0000449c 
- 00021861  0x0000568b istore  0x00000002 , 0x00000005 
- 00021862  0x0000568c fetch  0x00000005 , 0x0000046f 
- 00021863  0x0000568d istore  0x00000005 , 0x00000005 
- 00021864  0x0000568e fetch  0x00000001 , 0x00000458 
- 00021865  0x0000568f arg  0x000000a0 , 0x00000002 
- 00021866  0x00005690 ior  0x00000002 , 0x0000003f 
- 00021867  0x00005691 istore  0x00000001 , 0x00000005 
- 00021868  0x00005692 call  0x000054c7 
- 00021869  0x00005693 setarg  0x000043dc 
- 00021870  0x00005694 add  0x0000003f , 0x00000012 , 0x00000006 
- 00021871  0x00005695 ifetch  0x00000003 , 0x00000006 
- 00021872  0x00005696 store  0x00000003 , 0x00000467 
- 00021873  0x00005697 rtn 
- 00021874  0x0000569a bpatchx  0x00000056 , 0x0000402a 
- 00021875  0x0000569b disable  0x00000029 
- 00021876  0x0000569c branch  0x0000540c 
- 00021877  0x000056a1 fetch  0x00000001 , 0x0000043f 
- 00021878  0x000056a2 rtnbit0  0x00000005 
- 00021879  0x000056a3 fetch  0x00000002 , 0x00000459 
- 00021880  0x000056a4 fetcht  0x00000002 , 0x0000045f 
- 00021881  0x000056a5 isub  0x00000002 , 0x0000003f 
- 00021882  0x000056a6 nrtn  0x00000002 
- 00021883  0x000056a7 store  0x00000002 , 0x00000a9a 
- 00021884  0x000056a8 bpatchx  0x00000057 , 0x0000402a 
- 00021885  0x000056a9 fetch  0x00000001 , 0x0000043f 
- 00021886  0x000056aa set0  0x00000005 , 0x0000003f 
- 00021887  0x000056ab set0  0x00000003 , 0x0000003f 
- 00021888  0x000056ac store  0x00000001 , 0x0000043f 
- 00021889  0x000056ad fetch  0x00000004 , 0x00000443 
- 00021890  0x000056ae fetcht  0x00000002 , 0x00000441 
- 00021891  0x000056af storet  0x00000002 , 0x00000aa2 
- 00021892  0x000056b0 isub  0x00000002 , 0x00000011 
- 00021893  0x000056b1 bpatchx  0x00000058 , 0x0000402b 
- 00021894  0x000056b2 fetch  0x00000001 , 0x000043d3 
- 00021895  0x000056b3 store  0x00000001 , 0x0000046a 
- 00021896  0x000056b4 ifetcht  0x00000002 , 0x00000006 
- 00021897  0x000056b5 ifetch  0x00000002 , 0x00000006 
- 00021898  0x000056b6 lshift2  0x0000003f , 0x0000003f 
- 00021899  0x000056b7 store  0x00000002 , 0x00000441 
- 00021900  0x000056b8 lshift2  0x00000002 , 0x00000002 
- 00021901  0x000056b9 iadd  0x00000002 , 0x0000003f 
- 00021902  0x000056ba ifetcht  0x00000004 , 0x00000006 
- 00021903  0x000056bb storet  0x00000004 , 0x0000046b 
- 00021904  0x000056bc iadd  0x00000011 , 0x0000003f 
- 00021905  0x000056bd copy  0x0000003f , 0x00000014 
- 00021906  0x000056be fetch  0x00000002 , 0x00000441 
- 00021907  0x000056bf fetcht  0x00000002 , 0x00000aa2 
- 00021908  0x000056c0 isub  0x00000002 , 0x0000003f 
- 00021909  0x000056c1 fetcht  0x00000002 , 0x00000a9a 
- 00021910  0x000056c2 imul32  0x00000002 , 0x0000003f 
- 00021911  0x000056c3 iadd  0x00000014 , 0x0000003f 
- 00021912  0x000056c4 store  0x00000004 , 0x00000443 
- 00021913  0x000056c5 call  0x00005713 
- 00021914  0x000056c6 fetch  0x00000002 , 0x0000046d 
- 00021915  0x000056c7 store  0x00000002 , 0x000044ba 
- 00021916  0x000056c8 rtn 
- 00021917  0x000056cc bpatchx  0x00000059 , 0x0000402b 
- 00021918  0x000056cd fetch  0x00000001 , 0x0000043f 
- 00021919  0x000056ce rtnbit0  0x00000006 
- 00021920  0x000056cf fetch  0x00000002 , 0x00000459 
- 00021921  0x000056d0 fetcht  0x00000002 , 0x0000045f 
- 00021922  0x000056d1 isub  0x00000002 , 0x0000003f 
- 00021923  0x000056d2 nrtn  0x00000002 
- 00021924  0x000056d3 fetch  0x00000001 , 0x0000043f 
- 00021925  0x000056d4 set0  0x00000006 , 0x0000003f 
- 00021926  0x000056d5 store  0x00000001 , 0x0000043f 
- 00021927  0x000056d6 fetch  0x00000005 , 0x000043ce 
- 00021928  0x000056d7 store  0x00000005 , 0x0000046f 
- 00021929  0x000056d8 branch  0x0000545b 
- 00021930  0x000056dc bpatchx  0x0000005a , 0x0000402b 
- 00021931  0x000056dd call  0x000056ed 
- 00021932  0x000056de call  0x000055c0 
- 00021933  0x000056df fetch  0x00000001 , 0x000002d9 
- 00021934  0x000056e0 isolate1  0x00000004 , 0x0000003f 
- 00021935  0x000056e1 setflag  0x00000001 , 0x0000002a , 0x00000000 
- 00021936  0x000056e2 rshift  0x0000003f , 0x0000003f 
- 00021937  0x000056e3 ixor  0x00000002 , 0x0000003f 
- 00021938  0x000056e4 isolate1  0x00000002 , 0x0000003f 
- 00021939  0x000056e5 setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00021940  0x000056e6 rtnmark1  0x0000000f 
- 00021941  0x000056e7 fetch  0x00000001 , 0x000002da 
- 00021942  0x000056e8 branch  0x000055bc , 0x00000034 
- 00021943  0x000056e9 fetch  0x00000001 , 0x0000043f 
- 00021944  0x000056ea bbit0  0x00000004 , 0x000055bc 
- 00021945  0x000056eb call  0x0000748d 
- 00021946  0x000056ec call  0x000073fb 
- 00021947  0x000056ed nrtn  0x00000034 
- 00021948  0x000056ef fetcht  0x00000001 , 0x00000456 
- 00021949  0x000056f0 setflip  0x00000002 , 0x00000002 
- 00021950  0x000056f1 storet  0x00000001 , 0x00000456 
- 00021951  0x000056f2 rtn 
- 00021952  0x000056f6 bpatchx  0x0000005b , 0x0000402b 
- 00021953  0x000056f7 fetcht  0x00000001 , 0x00000456 
- 00021954  0x000056f8 isolate0  0x00000005 , 0x00000002 
- 00021955  0x000056f9 rtn  0x00000001 
- 00021956  0x000056fa fetch  0x00000001 , 0x000002d9 
- 00021957  0x000056fb lshift  0x0000003f , 0x0000003f 
- 00021958  0x000056fc ixor  0x00000002 , 0x0000003f 
- 00021959  0x000056fd rtnbit0  0x00000003 
- 00021960  0x000056fe set0  0x00000005 , 0x00000002 
- 00021961  0x000056ff setflip  0x00000003 , 0x00000002 
- 00021962  0x00005700 storet  0x00000001 , 0x00000456 
- 00021963  0x00005701 compare  0x00000003 , 0x00000002 , 0x00000003 
- 00021964  0x00005702 nrtn  0x00000001 
- 00021965  0x00005703 fetch  0x00000001 , 0x000043de 
- 00021966  0x00005704 beq  0x00000005 , 0x000055d2 
- 00021967  0x00005705 fetch  0x00000001 , 0x000044c5 
- 00021968  0x00005706 beq  0x00000002 , 0x000055d6 
- 00021969  0x00005707 rtn 
- 00021970  0x0000570b fetch  0x00000001 , 0x0000043f 
- 00021971  0x0000570c set1  0x00000004 , 0x0000003f 
- 00021972  0x0000570d store  0x00000001 , 0x0000043f 
- 00021973  0x0000570e rtn 
- 00021974  0x00005711 bpatchx  0x0000005c , 0x0000402b 
- 00021975  0x00005712 jam  0x00000000 , 0x000044c5 
- 00021976  0x00005713 arg  0x00000000 , 0x0000003f 
- 00021977  0x00005714 store  0x00000004 , 0x0000440d 
- 00021978  0x00005715 store  0x00000005 , 0x00004403 
- 00021979  0x00005716 set1  0x00000027 , 0x0000003f 
- 00021980  0x00005717 store  0x00000005 , 0x00004408 
- 00021981  0x00005718 fetch  0x00000001 , 0x0000043f 
- 00021982  0x00005719 set0  0x00000004 , 0x0000003f 
- 00021983  0x0000571a store  0x00000001 , 0x0000043f 
- 00021984  0x0000571b rtn 
- 00021985  0x0000571f bpatchx  0x0000005d , 0x0000402b 
- 00021986  0x00005720 call  0x00005422 
- 00021987  0x00005721 call  0x00005485 
- 00021988  0x00005722 fetch  0x00000001 , 0x00000001 
- 00021989  0x00005723 increase  0x00000001 , 0x0000003f 
- 00021990  0x00005724 store  0x00000001 , 0x00000001 
- 00021991  0x00005725 rtn 
- 00021992  0x00005729 bpatchx  0x0000005e , 0x0000402b 
- 00021993  0x0000572a fetch  0x00000001 , 0x00004369 
- 00021994  0x0000572b rtnne  0x00000001 
- 00021995  0x0000572c arg  0x00000002 , 0x00000007 
- 00021996  0x0000572d call  0x00007f16 
- 00021997  0x0000572e nrtn  0x00000034 
- 00021998  0x0000572f fetch  0x00000002 , 0x0000436a 
- 00021999  0x00005730 fetcht  0x00000002 , 0x0000436c 
- 00022000  0x00005731 isub  0x00000002 , 0x0000003f 
- 00022001  0x00005732 arg  0x00000002 , 0x00000007 
- 00022002  0x00005733 call  0x00007f08 
- 00022003  0x00005734 disable  0x00000029 
- 00022004  0x00005735 call  0x00005572 
- 00022005  0x00005736 call  0x000055e1 
- 00022006  0x00005737 nrtn  0x0000002d 
- 00022007  0x00005738 bpatchx  0x0000005f , 0x0000402b 
- 00022008  0x00005739 fetch  0x00000006 , 0x000002db 
- 00022009  0x0000573a store  0x00000006 , 0x0000044f 
- 00022010  0x0000573d fetch  0x00000001 , 0x00000002 
- 00022011  0x0000573e increase  0x00000001 , 0x0000003f 
- 00022012  0x0000573f store  0x00000001 , 0x00000002 
- 00022013  0x00005740 call  0x00005608 
- 00022014  0x00005741 rtn  0x00000029 
- 00022015  0x00005742 call  0x0000550b 
- 00022016  0x00005743 nrtn  0x0000002d 
- 00022017  0x00005744 bpatchx  0x00000060 , 0x0000402c 
- 00022018  0x00005745 fetch  0x00000001 , 0x00000004 
- 00022019  0x00005746 increase  0x00000001 , 0x0000003f 
- 00022020  0x00005747 store  0x00000001 , 0x00000004 
- 00022021  0x00005748 fetch  0x00000009 , 0x000002e1 
- 00022022  0x00005749 store  0x00000009 , 0x00000101 
- 00022023  0x0000574a rtn 
- 00022024  0x0000574d bpatchx  0x00000061 , 0x0000402c 
- 00022025  0x0000574e fetch  0x00000001 , 0x0000049b 
- 00022026  0x0000574f rtnne  0x0000001b 
- 00022027  0x00005750 fetch  0x00000006 , 0x0000044f 
- 00022028  0x00005751 fetcht  0x00000006 , 0x0000448f 
- 00022029  0x00005752 isub  0x00000002 , 0x0000003e 
- 00022030  0x00005753 nrtn  0x00000005 
- 00022031  0x00005754 call  0x0000223b 
- 00022032  0x00005755 nrtn  0x00000005 
- 00022033  0x00005756 call  0x0000552b 
- 00022034  0x00005757 call  0x00005340 
- 00022035  0x00005758 bpatchx  0x00000062 , 0x0000402c 
- 00022036  0x00005759 jam  0x00000000 , 0x000041ce 
- 00022037  0x0000575a jam  0x00000000 , 0x00000476 
- 00022038  0x0000575b jam  0x00000000 , 0x00004369 
- 00022039  0x0000575c jam  0x00000000 , 0x0000049b 
- 00022040  0x0000575d branch  0x00002223 
- 00022041  0x00005760 arg  0x00000001 , 0x00000011 
- 00022042  0x00005761 fetch  0x00000001 , 0x000002d9 
- 00022043  0x00005762 rtnbit1  0x00000006 
- 00022044  0x00005763 arg  0x00000000 , 0x00000011 
- 00022045  0x00005764 rtn 
- 00022046  0x00005769 bpatchx  0x00000063 , 0x0000402c 
- 00022047  0x0000576a fetch  0x00000001 , 0x00000456 
- 00022048  0x0000576b rtnbit1  0x00000005 
- 00022049  0x0000576c call  0x00005642 
- 00022050  0x0000576d call  0x00005873 
- 00022051  0x0000576e branch  0x00005664 , 0x00000034 
- 00022052  0x0000576f ifetch  0x00000001 , 0x00000006 
- 00022053  0x00005770 ifetcht  0x00000001 , 0x00000006 
- 00022054  0x00005771 copy  0x00000002 , 0x00000011 
- 00022055  0x00005772 isub  0x00000011 , 0x0000003f 
- 00022056  0x00005773 arg  0x0000001b , 0x00000002 
- 00022057  0x00005774 call  0x00007fdd 
- 00022058  0x00005775 copy  0x0000003f , 0x00000002 
- 00022059  0x00005776 ifetch  0x00000001 , 0x00000006 
- 00022060  0x00005777 copy  0x0000003f , 0x00000001 
- 00022061  0x00005778 copy  0x00000011 , 0x0000003f 
- 00022062  0x00005779 iadd  0x00000006 , 0x00000006 
- 00022063  0x0000577a arg  0x000043de , 0x00000005 
- 00022064  0x0000577b copy  0x00000002 , 0x00000039 
- 00022065  0x0000577c call  0x00007f01 
- 00022066  0x0000577d call  0x00005654 
- 00022067  0x0000577e call  0x00005666 
- 00022068  0x00005780 call  0x00005873 
- 00022069  0x00005781 ifetch  0x00000001 , 0x00000006 
- 00022070  0x00005782 copy  0x0000003f , 0x00000011 
- 00022071  0x00005783 copy  0x00000006 , 0x00000013 
- 00022072  0x00005784 ifetcht  0x00000001 , 0x00000006 
- 00022073  0x00005785 copy  0x00000002 , 0x00000012 
- 00022074  0x00005786 isub  0x00000012 , 0x0000003f 
- 00022075  0x00005787 arg  0x0000001b , 0x00000002 
- 00022076  0x00005788 call  0x00007fdd 
- 00022077  0x00005789 iadd  0x00000012 , 0x0000003f 
- 00022078  0x0000578a istore  0x00000001 , 0x00000013 
- 00022079  0x0000578b isub  0x00000011 , 0x0000003e 
- 00022080  0x0000578c nrtn  0x00000005 
- 00022081  0x0000578d branch  0x00005896 
- 00022082  0x00005791 call  0x00005649 
- 00022083  0x00005792 rtnmark1  0x00000029 
- 00022084  0x00005793 fetch  0x00000001 , 0x000044e9 
- 00022085  0x00005794 bbit0  0x00000002 , 0x00005652 
- 00022086  0x00005795 call  0x00005876 
- 00022087  0x00005796 branch  0x00005652 , 0x00000034 
- 00022088  0x00005797 branch  0x00005650 
- 00022089  0x0000579b call  0x00005873 
- 00022090  0x0000579c branch  0x00005652 , 0x00000034 
- 00022091  0x0000579d ifetch  0x00000001 , 0x00000006 
- 00022092  0x0000579e ifetcht  0x00000001 , 0x00000006 
- 00022093  0x0000579f isub  0x00000002 , 0x0000003f 
- 00022094  0x000057a0 sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00022095  0x000057a1 branch  0x00005652 , 0x00000002 
- 00022096  0x000057a3 set1  0x00000029 , 0x00000000 
- 00022097  0x000057a4 rtn 
- 00022098  0x000057a7 set0  0x00000029 , 0x00000000 
- 00022099  0x000057a8 rtn 
- 00022100  0x000057ab copy  0x00000011 , 0x0000003f 
- 00022101  0x000057ac rtn  0x00000034 
- 00022102  0x000057ad arg  0x00000001 , 0x00000001 
- 00022103  0x000057ae rtn 
- 00022104  0x000057b2 bpatchx  0x00000064 , 0x0000402c 
- 00022105  0x000057b3 increase  0x00000001 , 0x00000002 
- 00022106  0x000057b4 call  0x0000576a 
- 00022107  0x000057b5 increase  0xfffffffe , 0x00000006 
- 00022108  0x000057b6 ifetch  0x00000002 , 0x00000006 
- 00022109  0x000057b7 arg  0x00002902 , 0x00000002 
- 00022110  0x000057b8 isub  0x00000002 , 0x0000003e 
- 00022111  0x000057b9 nrtn  0x00000005 
- 00022112  0x000057ba increase  0x00000001 , 0x00000006 
- 00022113  0x000057bb copy  0x00000006 , 0x00000011 
- 00022114  0x000057bc ifetch  0x00000001 , 0x00000006 
- 00022115  0x000057bd rtn 
- 00022116  0x000057c1 force  0x00000000 , 0x00000002 
- 00022117  0x000057c2 force  0x00000001 , 0x00000001 
- 00022118  0x000057c5 bpatchx  0x00000065 , 0x0000402c 
- 00022119  0x000057c6 storet  0x00000001 , 0x000043dd 
- 00022120  0x000057c7 fetcht  0x00000001 , 0x00000456 
- 00022121  0x000057c8 set1  0x00000005 , 0x00000002 
- 00022122  0x000057c9 and  0x00000002 , 0x000000fc , 0x0000003f 
- 00022123  0x000057ca ior  0x00000001 , 0x0000003f 
- 00022124  0x000057cb store  0x00000001 , 0x00000456 
- 00022125  0x000057cc and_into  0x0000001f , 0x0000003f 
- 00022126  0x000057cd isolate1  0x00000029 , 0x00000000 
- 00022127  0x000057ce setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00022128  0x000057cf store  0x00000001 , 0x000043dc 
- 00022129  0x000057d1 fetch  0x00000001 , 0x000043dc 
- 00022130  0x000057d2 compare  0x00000001 , 0x00000001 , 0x00000003 
- 00022131  0x000057d3 nbranch  0x00005676 , 0x00000001 
- 00022132  0x000057d4 fetch  0x00000001 , 0x000043dd 
- 00022133  0x000057d5 rtn  0x00000034 
- 00022134  0x000057d7 fetch  0x00000001 , 0x0000043f 
- 00022135  0x000057d8 rtnbit0  0x00000004 
- 00022136  0x000057d9 call  0x0000748d 
- 00022137  0x000057da branch  0x000073e3 
- 00022138  0x000057de arg  0x00000000 , 0x00000007 
- 00022139  0x000057df branch  0x00002c32 
- 00022140  0x000057e2 arg  0x00000000 , 0x00000007 
- 00022141  0x000057e3 branch  0x00002c36 
- 00022142  0x000057e7 bpatchx  0x00000066 , 0x0000402c 
- 00022143  0x000057e8 rtnmark1  0x0000000f 
- 00022144  0x000057e9 call  0x00005890 
- 00022145  0x000057ea nrtn  0x00000034 
- 00022146  0x000057eb fetch  0x00000001 , 0x000002d9 
- 00022147  0x000057ec and  0x0000003f , 0x00000003 , 0x0000003f 
- 00022148  0x000057ed store  0x00000001 , 0x0000450c 
- 00022149  0x000057ee ifetch  0x00000001 , 0x00000006 
- 00022150  0x000057ef and  0x0000003f , 0x0000001f , 0x0000003f 
- 00022151  0x000057f0 store  0x00000001 , 0x0000450b 
- 00022152  0x000057f1 rtn  0x00000034 
- 00022153  0x000057f2 copy  0x00000006 , 0x0000003f 
- 00022154  0x000057f3 store  0x00000002 , 0x0000450d 
- 00022155  0x000057f4 fetch  0x00000001 , 0x0000450c 
- 00022156  0x000057f5 beq  0x00000003 , 0x00005c64 
- 00022157  0x000057f7 call  0x0000569a 
- 00022158  0x000057f8 nbranch  0x0000567a , 0x00000028 
- 00022159  0x000057f9 call  0x0000567c 
- 00022160  0x000057fa fetch  0x00000002 , 0x0000450d 
- 00022161  0x000057fb copy  0x0000003f , 0x00000006 
- 00022162  0x000057fc ifetch  0x00000002 , 0x00000006 
- 00022163  0x000057fd store  0x00000002 , 0x000044fc 
- 00022164  0x000057fe bpatchx  0x00000067 , 0x0000402c 
- 00022165  0x000057ff ifetch  0x00000002 , 0x00000006 
- 00022166  0x00005800 beq  0x00000004 , 0x000058ab 
- 00022167  0x00005801 beq  0x00000006 , 0x00005af4 
- 00022168  0x00005802 beq  0x00000005 , 0x00005ab6 
- 00022169  0x00005803 rtn 
- 00022170  0x00005807 fetch  0x00000001 , 0x0000450c 
- 00022171  0x00005808 beq  0x00000002 , 0x000056a9 
- 00022172  0x00005809 beq  0x00000001 , 0x000056c1 
- 00022173  0x0000580a rtn 
- 00022174  0x00005810 call  0x00007fe7 
- 00022175  0x00005811 arg  0x00000004 , 0x00000002 
- 00022176  0x00005812 isub  0x0000003f , 0x0000003e 
- 00022177  0x00005813 rtn  0x00000005 
- 00022178  0x00005814 arg  0x00000005 , 0x00000002 
- 00022179  0x00005815 isub  0x0000003f , 0x0000003e 
- 00022180  0x00005816 rtn  0x00000005 
- 00022181  0x00005817 arg  0x00000006 , 0x00000002 
- 00022182  0x00005818 isub  0x0000003f , 0x0000003e 
- 00022183  0x00005819 rtn  0x00000005 
- 00022184  0x0000581a branch  0x00007fe9 
- 00022185  0x0000581e fetch  0x00000002 , 0x0000450d 
- 00022186  0x0000581f copy  0x0000003f , 0x00000006 
- 00022187  0x00005820 ifetch  0x00000002 , 0x00000006 
- 00022188  0x00005821 store  0x00000002 , 0x000044fc 
- 00022189  0x00005822 ifetch  0x00000002 , 0x00000006 
- 00022190  0x00005823 call  0x0000569e 
- 00022191  0x00005824 nrtn  0x00000028 
- 00022192  0x00005825 fetcht  0x00000001 , 0x0000450b 
- 00022193  0x00005826 storet  0x00000001 , 0x000044fe 
- 00022194  0x00005827 fetch  0x00000002 , 0x000044fc 
- 00022195  0x00005828 increase  0x00000004 , 0x0000003f 
- 00022196  0x00005829 isub  0x00000002 , 0x0000003e 
- 00022197  0x0000582a branch  0x00007fe7 , 0x00000005 
- 00022198  0x0000582b fetch  0x00000001 , 0x0000450b 
- 00022199  0x0000582c copy  0x0000003f , 0x00000039 
- 00022200  0x0000582d arg  0x00000311 , 0x00000005 
- 00022201  0x0000582e fetch  0x00000002 , 0x0000450d 
- 00022202  0x0000582f copy  0x0000003f , 0x00000006 
- 00022203  0x00005830 call  0x00007f01 
- 00022204  0x00005831 branch  0x00007fe9 
- 00022205  0x00005837 call  0x00007fe7 
- 00022206  0x00005838 fetch  0x00000001 , 0x000044fe 
- 00022207  0x00005839 nrtn  0x00000034 
- 00022208  0x0000583a branch  0x00007fe9 
- 00022209  0x0000583d call  0x000056bd 
- 00022210  0x0000583e nrtn  0x00000028 
- 00022211  0x0000583f fetch  0x00000001 , 0x000044fe 
- 00022212  0x00005840 arg  0x00000311 , 0x00000005 
- 00022213  0x00005841 iadd  0x00000005 , 0x00000011 
- 00022214  0x00005842 fetcht  0x00000001 , 0x0000450b 
- 00022215  0x00005843 iadd  0x00000002 , 0x0000003f 
- 00022216  0x00005844 store  0x00000001 , 0x000044fe 
- 00022217  0x00005845 fetch  0x00000001 , 0x0000450b 
- 00022218  0x00005846 copy  0x0000003f , 0x00000039 
- 00022219  0x00005847 copy  0x00000011 , 0x00000005 
- 00022220  0x00005848 fetch  0x00000002 , 0x0000450d 
- 00022221  0x00005849 copy  0x0000003f , 0x00000006 
- 00022222  0x0000584a call  0x00007ef4 
- 00022223  0x0000584b setarg  0x00000311 
- 00022224  0x0000584c store  0x00000002 , 0x0000450d 
- 00022225  0x0000584d fetch  0x00000002 , 0x000044fc 
- 00022226  0x0000584e increase  0x00000004 , 0x0000003f 
- 00022227  0x0000584f fetcht  0x00000001 , 0x000044fe 
- 00022228  0x00005850 isub  0x00000002 , 0x0000003e 
- 00022229  0x00005851 branch  0x00007fe7 , 0x00000005 
- 00022230  0x00005852 branch  0x00007fe9 
- 00022231  0x00005859 call  0x00007ea5 
- 00022232  0x0000585a arg  0x0000445e , 0x00000005 
- 00022233  0x0000585c fetch  0x00000002 , 0x000044fc 
- 00022234  0x0000585d increase  0xfffffffb , 0x0000003f 
- 00022235  0x0000585f istore  0x00000001 , 0x00000005 
- 00022236  0x00005860 copy  0x0000003f , 0x00000039 
- 00022237  0x00005861 call  0x00007e9f 
- 00022238  0x00005862 branch  0x00007ef4 
- 00022239  0x00005865 call  0x00007ea5 
- 00022240  0x00005866 arg  0x00004471 , 0x00000005 
- 00022241  0x00005867 branch  0x000056d9 
- 00022242  0x0000586c fetch  0x00000002 , 0x000041f9 
- 00022243  0x0000586d branch  0x00007f9c 
- 00022244  0x00005870 fetcht  0x00000004 , 0x0000045b 
- 00022245  0x00005871 call  0x00002a7b 
- 00022246  0x00005872 isub  0x00000002 , 0x0000000b 
- 00022247  0x00005873 deposit  0x0000000b 
- 00022248  0x00005874 fetcht  0x00000002 , 0x0000046d 
- 00022249  0x00005875 lshift4  0x00000002 , 0x00000002 
- 00022250  0x00005876 lshift  0x00000002 , 0x00000002 
- 00022251  0x00005877 isub  0x00000002 , 0x0000003f 
- 00022252  0x00005878 rtn 
- 00022253  0x0000587b call  0x00002a7b 
- 00022254  0x0000587c store  0x00000004 , 0x0000045b 
- 00022255  0x0000587d rtn 
- 00022256  0x00005881 jam  0x00000024 , 0x00000016 
- 00022257  0x00005882 jam  0x00000000 , 0x00000ac2 
- 00022258  0x00005884 bpatchx  0x00000068 , 0x0000402d 
- 00022259  0x00005885 fetch  0x00000001 , 0x0000436e 
- 00022260  0x00005886 rtn  0x00000034 
- 00022261  0x00005887 arg  0x00000000 , 0x00000007 
- 00022262  0x00005888 call  0x00007f16 
- 00022263  0x00005889 nrtn  0x00000034 
- 00022264  0x0000588a bpatchx  0x00000069 , 0x0000402d 
- 00022265  0x0000588c disable  0x00000029 
- 00022266  0x0000588d enable  0x00000010 
- 00022267  0x0000588e call  0x00005572 
- 00022268  0x0000588f call  0x00005422 
- 00022269  0x00005890 call  0x000054e9 
- 00022270  0x00005891 nbranch  0x00005706 , 0x0000002d 
- 00022271  0x00005892 fetch  0x00000001 , 0x00000003 
- 00022272  0x00005893 increase  0x00000001 , 0x0000003f 
- 00022273  0x00005894 store  0x00000001 , 0x00000003 
- 00022274  0x00005895 fetch  0x00000001 , 0x000002d9 
- 00022275  0x00005896 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00022276  0x00005897 beq  0x00000003 , 0x0000551c 
- 00022277  0x00005898 beq  0x00000005 , 0x00005728 
- 00022278  0x0000589a bpatchx  0x0000006a , 0x0000402d 
- 00022279  0x0000589b random  0x0000003f 
- 00022280  0x0000589c arg  0x000001ff , 0x00000002 
- 00022281  0x0000589d iand  0x00000002 , 0x0000003f 
- 00022282  0x0000589e add  0x0000003f , 0x000000fa , 0x0000003f 
- 00022283  0x0000589f call  0x00003cbe 
- 00022284  0x000058a0 fetch  0x00000001 , 0x00000ac2 
- 00022285  0x000058a1 fetcht  0x00000001 , 0x0000448d 
- 00022286  0x000058a2 isub  0x00000002 , 0x0000003e 
- 00022287  0x000058a3 nbranch  0x000056f2 , 0x00000005 
- 00022288  0x000058a4 arg  0x00000000 , 0x00000007 
- 00022289  0x000058a5 fetch  0x00000002 , 0x00004482 
- 00022290  0x000058a6 branch  0x00007f08 
- 00022291  0x000058aa bpatchx  0x0000006b , 0x0000402d 
- 00022292  0x000058ab fetch  0x00000001 , 0x00000476 
- 00022293  0x000058ac call  0x000053fc 
- 00022294  0x000058ad fetch  0x00000002 , 0x00000441 
- 00022295  0x000058ae imul32  0x00000002 , 0x0000003f 
- 00022296  0x000058af arg  0x00000177 , 0x00000002 
- 00022297  0x000058b0 imul32  0x00000002 , 0x0000003f 
- 00022298  0x000058b1 arg  0x000186a0 , 0x00000002 
- 00022299  0x000058b2 idiv  0x00000002 
- 00022300  0x000058b3 fetch  0x00000001 , 0x0000046a 
- 00022301  0x000058b4 arg  0x00004e20 , 0x00000002 
- 00022302  0x000058b5 imul32  0x00000002 , 0x0000003f 
- 00022303  0x000058b6 iadd  0x00000002 , 0x0000003f 
- 00022304  0x000058b7 store  0x00000004 , 0x000044e5 
- 00022305  0x000058b8 bpatchx  0x0000006c , 0x0000402d 
- 00022306  0x000058b9 fetch  0x00000002 , 0x000040c1 
- 00022307  0x000058ba call  0x00007f86 
- 00022308  0x000058bb quotient  0x00000002 
- 00022309  0x000058bc iadd  0x00000002 , 0x0000003f 
- 00022310  0x000058bd store  0x00000002 , 0x0000044d 
- 00022311  0x000058be rtn 
- 00022312  0x000058c1 bpatchx  0x0000006d , 0x0000402d 
- 00022313  0x000058c2 fetch  0x00000006 , 0x000002e1 
- 00022314  0x000058c3 fetcht  0x00000006 , 0x000044a0 
- 00022315  0x000058c4 isub  0x00000002 , 0x0000003e 
- 00022316  0x000058c5 nrtn  0x00000005 
- 00022317  0x000058c6 call  0x00005619 
- 00022318  0x000058c7 copy  0x00000011 , 0x0000003f 
- 00022319  0x000058c8 store  0x00000001 , 0x0000448e 
- 00022320  0x000058c9 fetch  0x00000007 , 0x000002ee 
- 00022321  0x000058ca store  0x00000007 , 0x00000101 
- 00022322  0x000058cb ifetch  0x00000008 , 0x00000006 
- 00022323  0x000058cc istore  0x00000008 , 0x00000005 
- 00022324  0x000058cd fetch  0x00000006 , 0x000002db 
- 00022325  0x000058ce store  0x00000006 , 0x0000044f 
- 00022326  0x000058cf increase  0x00000006 , 0x00000006 
- 00022327  0x000058d0 ifetch  0x00000008 , 0x00000006 
- 00022328  0x000058d1 store  0x00000008 , 0x00000463 
- 00022329  0x000058d2 ifetcht  0x00000002 , 0x00000006 
- 00022330  0x000058d3 bpatchx  0x0000006e , 0x0000402d 
- 00022331  0x000058d4 lshift2  0x00000002 , 0x00000002 
- 00022332  0x000058d5 ifetch  0x00000002 , 0x00000006 
- 00022333  0x000058d6 lshift2  0x0000003f , 0x0000003f 
- 00022334  0x000058d7 store  0x00000002 , 0x00000441 
- 00022335  0x000058d8 store  0x00000004 , 0x00000443 
- 00022336  0x000058d9 isub  0x00000002 , 0x0000003f 
- 00022337  0x000058da add  0x0000003f , 0xfffffffe , 0x00000028 
- 00022338  0x000058db ifetch  0x00000009 , 0x00000006 
- 00022339  0x000058dc store  0x00000009 , 0x0000046b 
- 00022340  0x000058dd bpatchx  0x0000006f , 0x0000402d 
- 00022341  0x000058de ifetch  0x00000001 , 0x00000006 
- 00022342  0x000058df rshift4  0x0000003f , 0x00000002 
- 00022343  0x000058e0 rshift  0x00000002 , 0x00000002 
- 00022344  0x000058e1 storet  0x00000001 , 0x00000476 
- 00022345  0x000058e2 and_into  0x0000001f , 0x0000003f 
- 00022346  0x000058e3 store  0x00000001 , 0x00000458 
- 00022347  0x000058e4 call  0x00005713 
- 00022348  0x000058e5 call  0x0000545b 
- 00022349  0x000058e6 call  0x0000534c 
- 00022350  0x000058e7 call  0x0000223b 
- 00022351  0x000058e8 nrtn  0x00000005 
- 00022352  0x000058e9 bpatchx  0x00000070 , 0x0000402e 
- 00022353  0x000058ea call  0x00002841 
- 00022354  0x000058eb call  0x00005ad3 
- 00022355  0x000058ec jam  0x00000014 , 0x00000a99 
- 00022356  0x000058ed call  0x00007d86 
- 00022357  0x000058ee branch  0x00002223 
- 00022358  0x000058f2 bpatchx  0x00000071 , 0x0000402e 
- 00022359  0x000058f3 fetch  0x00000002 , 0x0000445a 
- 00022360  0x000058f4 iforce  0x00000012 
- 00022361  0x000058f5 fetch  0x00000002 , 0x0000445c 
- 00022362  0x000058f6 iforce  0x00000013 
- 00022363  0x000058f7 fetch  0x00000002 , 0x000044bc 
- 00022364  0x000058f8 iforce  0x00000006 
- 00022365  0x000058f9 enable  0x00000028 
- 00022366  0x000058fa rtn 
- 00022367  0x000058fe ifetch  0x00000002 , 0x00000006 
- 00022368  0x000058ff rtn  0x00000034 
- 00022369  0x00005900 isub  0x00000012 , 0x0000003e 
- 00022370  0x00005901 nrtn  0x00000002 
- 00022371  0x00005902 isub  0x00000013 , 0x0000003e 
- 00022372  0x00005903 rtn  0x00000005 
- 00022373  0x00005904 branch  0x00005768 , 0x00000002 
- 00022374  0x00005905 force  0x00000001 , 0x0000003e 
- 00022375  0x00005906 rtn 
- 00022376  0x00005908 force  0x00000000 , 0x0000003f 
- 00022377  0x00005909 rtn 
- 00022378  0x0000590e call  0x0000576d 
- 00022379  0x0000590f branch  0x00005779 , 0x00000005 
- 00022380  0x00005910 rtn 
- 00022381  0x00005913 bpatchx  0x00000072 , 0x0000402e 
- 00022382  0x00005914 fetch  0x00000002 , 0x000044bc 
- 00022383  0x00005915 iforce  0x00000006 
- 00022384  0x00005917 ifetch  0x00000002 , 0x00000006 
- 00022385  0x00005918 rtn  0x00000034 
- 00022386  0x00005919 isub  0x00000002 , 0x0000003e 
- 00022387  0x0000591a rtn  0x00000005 
- 00022388  0x0000591b ifetch  0x00000001 , 0x00000006 
- 00022389  0x0000591c iadd  0x00000006 , 0x00000006 
- 00022390  0x0000591d ifetch  0x00000001 , 0x00000006 
- 00022391  0x0000591e iadd  0x00000006 , 0x00000006 
- 00022392  0x0000591f branch  0x00005770 
- 00022393  0x00005921 ifetch  0x00000001 , 0x00000006 
- 00022394  0x00005922 iadd  0x00000006 , 0x00000006 
- 00022395  0x00005923 rtn 
- 00022396  0x00005928 bpatchx  0x00000073 , 0x0000402e 
- 00022397  0x00005929 fetch  0x00000002 , 0x000044bc 
- 00022398  0x0000592a iforce  0x00000006 
- 00022399  0x0000592c ifetch  0x00000002 , 0x00000006 
- 00022400  0x0000592d rtn  0x00000034 
- 00022401  0x0000592e ifetch  0x00000001 , 0x00000006 
- 00022402  0x0000592f iadd  0x00000006 , 0x00000006 
- 00022403  0x00005930 increase  0xfffffffe , 0x00000006 
- 00022404  0x00005931 ifetch  0x00000002 , 0x00000006 
- 00022405  0x00005932 isub  0x00000002 , 0x0000003e 
- 00022406  0x00005933 rtn  0x00000005 
- 00022407  0x00005934 ifetch  0x00000001 , 0x00000006 
- 00022408  0x00005935 iadd  0x00000006 , 0x00000006 
- 00022409  0x00005936 branch  0x0000577f 
- 00022410  0x0000593b fetch  0x00000002 , 0x0000049c 
- 00022411  0x0000593c branch  0x0000578e 
- 00022412  0x0000593f bpatchx  0x00000074 , 0x0000402e 
- 00022413  0x00005940 fetch  0x00000002 , 0x000044bc 
- 00022414  0x00005942 iforce  0x00000006 
- 00022415  0x00005943 copy  0x00000002 , 0x00000011 
- 00022416  0x00005945 ifetch  0x00000002 , 0x00000006 
- 00022417  0x00005946 branch  0x00005799 , 0x00000034 
- 00022418  0x00005947 isub  0x00000011 , 0x0000003e 
- 00022419  0x00005948 branch  0x0000579a , 0x00000005 
- 00022420  0x00005949 ifetch  0x00000001 , 0x00000006 
- 00022421  0x0000594a iadd  0x00000006 , 0x00000006 
- 00022422  0x0000594b ifetch  0x00000001 , 0x00000006 
- 00022423  0x0000594c iadd  0x00000006 , 0x00000006 
- 00022424  0x0000594d branch  0x00005790 
- 00022425  0x0000594f branch  0x00007fef 
- 00022426  0x00005952 ifetch  0x00000001 , 0x00000006 
- 00022427  0x00005953 store  0x00000001 , 0x000004a2 
- 00022428  0x00005954 copy  0x0000003f , 0x00000039 
- 00022429  0x00005955 arg  0x000004a3 , 0x00000005 
- 00022430  0x00005956 call  0x00007ef4 
- 00022431  0x00005957 ifetch  0x00000001 , 0x00000006 
- 00022432  0x00005958 store  0x00000001 , 0x000004b3 
- 00022433  0x00005959 call  0x00007ea5 
- 00022434  0x0000595a branch  0x00007ff1 
- 00022435  0x0000595e bpatchx  0x00000075 , 0x0000402e 
- 00022436  0x0000595f call  0x000057a6 
- 00022437  0x00005960 branch  0x000057b8 
- 00022438  0x00005963 arg  0x00002a00 , 0x00000002 
- 00022439  0x00005964 call  0x0000577c 
- 00022440  0x00005965 rtn  0x00000034 
- 00022441  0x00005966 ifetch  0x00000001 , 0x00000006 
- 00022442  0x00005967 copy  0x00000006 , 0x00000005 
- 00022443  0x00005968 fetcht  0x00000001 , 0x000043af 
- 00022444  0x00005969 copy  0x00000002 , 0x00000039 
- 00022445  0x0000596a isub  0x00000002 , 0x0000003e 
- 00022446  0x0000596b nbranch  0x000057b5 , 0x00000002 
- 00022447  0x0000596c isub  0x00000002 , 0x00000002 
- 00022448  0x0000596d arg  0x000043b0 , 0x00000006 
- 00022449  0x0000596e call  0x00007f01 
- 00022450  0x0000596f copy  0x00000002 , 0x00000039 
- 00022451  0x00005970 ncall  0x000057f0 , 0x00000005 
- 00022452  0x00005971 rtn 
- 00022453  0x00005973 copy  0x0000003f , 0x00000039 
- 00022454  0x00005974 arg  0x000043b0 , 0x00000006 
- 00022455  0x00005975 branch  0x00007ef4 
- 00022456  0x00005979 arg  0x0000438f , 0x00000013 
- 00022457  0x0000597a arg  0x00004370 , 0x00000011 
- 00022458  0x0000597b call  0x000057c5 
- 00022459  0x0000597c setarg  0x00000000 
- 00022460  0x0000597d setflag  0x00000028 , 0x00000000 , 0x0000003f 
- 00022461  0x0000597e store  0x00000001 , 0x00000a9a 
- 00022462  0x0000597f arg  0x000043af , 0x00000013 
- 00022463  0x00005980 arg  0x00004390 , 0x00000011 
- 00022464  0x00005981 call  0x000057c5 
- 00022465  0x00005982 rtn  0x00000028 
- 00022466  0x00005983 fetch  0x00000001 , 0x00000a9a 
- 00022467  0x00005984 branch  0x00002a8c , 0x00000034 
- 00022468  0x00005985 rtn 
- 00022469  0x00005989 bpatchx  0x00000076 , 0x0000402e 
- 00022470  0x0000598a call  0x00007fe7 
- 00022471  0x0000598b call  0x00007eda 
- 00022472  0x0000598c arg  0x00000000 , 0x00000012 
- 00022473  0x0000598d arg  0x00000ac3 , 0x00000005 
- 00022474  0x0000598e call  0x000057df 
- 00022475  0x0000598f fetch  0x00000001 , 0x000043af 
- 00022476  0x00005990 add  0x0000003f , 0x00000001 , 0x00000002 
- 00022477  0x00005991 iadd  0x00000012 , 0x00000011 
- 00022478  0x00005992 increase  0x00000002 , 0x00000011 
- 00022479  0x00005993 sub  0x00000011 , 0x0000001f , 0x0000003e 
- 00022480  0x00005994 nbranch  0x000057dd , 0x00000002 
- 00022481  0x00005995 istoret  0x00000001 , 0x00000005 
- 00022482  0x00005996 arg  0x00000009 , 0x00000002 
- 00022483  0x00005997 istoret  0x00000001 , 0x00000005 
- 00022484  0x00005998 iforce  0x00000039 
- 00022485  0x00005999 call  0x00007ef4 
- 00022486  0x0000599a copy  0x00000011 , 0x00000012 
- 00022487  0x0000599c deposit  0x00000012 
- 00022488  0x0000599d store  0x00000001 , 0x00000ac2 
- 00022489  0x0000599e arg  0x00000ac2 , 0x00000006 
- 00022490  0x0000599f setarg  0xffffffe0 
- 00022491  0x000059a0 iadd  0x00000013 , 0x00000005 
- 00022492  0x000059a1 branch  0x00007ebd 
- 00022493  0x000059a4 call  0x00007fe9 
- 00022494  0x000059a5 branch  0x000057d7 
- 00022495  0x000059a8 ifetch  0x00000001 , 0x00000011 
- 00022496  0x000059a9 rtn  0x00000034 
- 00022497  0x000059aa pincrease  0x00000001 
- 00022498  0x000059ab ifetcht  0x00000001 , 0x00000006 
- 00022499  0x000059ac sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00022500  0x000059ad branch  0x000057ee , 0x00000005 
- 00022501  0x000059ae iadd  0x00000012 , 0x00000012 
- 00022502  0x000059af copy  0x00000011 , 0x00000006 
- 00022503  0x000059b0 iforce  0x00000039 
- 00022504  0x000059b1 call  0x00007ef4 
- 00022505  0x000059b2 copy  0x00000006 , 0x00000011 
- 00022506  0x000059b4 deposit  0x00000011 
- 00022507  0x000059b5 isub  0x00000013 , 0x0000003e 
- 00022508  0x000059b6 rtn  0x00000002 
- 00022509  0x000059b7 branch  0x000057df 
- 00022510  0x000059ba iadd  0x00000011 , 0x00000011 
- 00022511  0x000059bb branch  0x000057ea 
- 00022512  0x000059bf setarg  0x00000020 
- 00022513  0x000059c0 istore  0x00000001 , 0x00000005 
- 00022514  0x000059c1 loop  0x000057f0 
- 00022515  0x000059c2 rtn 
- 00022516  0x000059c6 bpatchx  0x00000077 , 0x0000402e 
- 00022517  0x000059c7 disable  0x0000002b 
- 00022518  0x000059c8 branch  0x000057f8 , 0x0000002e 
- 00022519  0x000059c9 nbranch  0x00005806 , 0x0000002d 
- 00022520  0x000059cb call  0x00002bcb 
- 00022521  0x000059cc fetch  0x00000002 , 0x000040c1 
- 00022522  0x000059cd store  0x00000002 , 0x0000044d 
- 00022523  0x000059cf nbranch  0x00002bde , 0x0000002d 
- 00022524  0x000059d0 bmark1  0x0000000f , 0x00002bde 
- 00022525  0x000059d2 fetch  0x00000001 , 0x0000450b 
- 00022526  0x000059d3 nbranch  0x00002bde , 0x00000034 
- 00022527  0x000059d4 fetch  0x00000001 , 0x000043dd 
- 00022528  0x000059d5 nbranch  0x00002bde , 0x00000034 
- 00022529  0x000059d7 fetch  0x00000001 , 0x000044e9 
- 00022530  0x000059d8 bbit1  0x00000005 , 0x00002bde 
- 00022531  0x000059da fetch  0x00000001 , 0x0000043f 
- 00022532  0x000059db bbit1  0x00000005 , 0x00002bde 
- 00022533  0x000059dc branch  0x00002bc0 
- 00022534  0x000059df fetcht  0x00000002 , 0x000040c1 
- 00022535  0x000059e0 rshift  0x00000002 , 0x00000002 
- 00022536  0x000059e1 fetch  0x00000002 , 0x0000044d 
- 00022537  0x000059e2 iadd  0x00000002 , 0x0000003f 
- 00022538  0x000059e3 store  0x00000002 , 0x0000044d 
- 00022539  0x000059e4 branch  0x00002bd6 
- 00022540  0x000059e8 arg  0x00000000 , 0x00000007 
- 00022541  0x000059e9 branch  0x00005824 
- 00022542  0x000059ec arg  0x00000000 , 0x00000007 
- 00022543  0x000059ed branch  0x00005828 
- 00022544  0x000059f0 arg  0x00000001 , 0x00000007 
- 00022545  0x000059f1 branch  0x00005824 
- 00022546  0x000059f4 arg  0x00000001 , 0x00000007 
- 00022547  0x000059f5 branch  0x00005828 
- 00022548  0x000059f8 arg  0x00000002 , 0x00000007 
- 00022549  0x000059f9 branch  0x00005824 
- 00022550  0x000059fc arg  0x00000002 , 0x00000007 
- 00022551  0x000059fd branch  0x00005828 
- 00022552  0x00005a00 arg  0x00000003 , 0x00000007 
- 00022553  0x00005a01 branch  0x00005824 
- 00022554  0x00005a04 arg  0x00000003 , 0x00000007 
- 00022555  0x00005a05 branch  0x00005828 
- 00022556  0x00005a08 arg  0x00000004 , 0x00000007 
- 00022557  0x00005a09 branch  0x00005824 
- 00022558  0x00005a0c arg  0x00000004 , 0x00000007 
- 00022559  0x00005a0d branch  0x00005828 
- 00022560  0x00005a10 arg  0x00000005 , 0x00000007 
- 00022561  0x00005a11 branch  0x00005824 
- 00022562  0x00005a14 arg  0x00000005 , 0x00000007 
- 00022563  0x00005a15 branch  0x00005828 
- 00022564  0x00005a19 fetch  0x00000001 , 0x000044e9 
- 00022565  0x00005a1a qset1  0x0000003f 
- 00022566  0x00005a1b store  0x00000001 , 0x000044e9 
- 00022567  0x00005a1c rtn 
- 00022568  0x00005a1f fetch  0x00000001 , 0x000044e9 
- 00022569  0x00005a20 qset0  0x0000003f 
- 00022570  0x00005a21 store  0x00000001 , 0x000044e9 
- 00022571  0x00005a22 rtn 
- 00022572  0x00005a25 setarg  0x00112233 
- 00022573  0x00005a26 store  0x00000003 , 0x000044ea 
- 00022574  0x00005a27 setarg  0x00445566 
- 00022575  0x00005a28 istore  0x00000003 , 0x00000005 
- 00022576  0x00005a29 setarg  0x00778899 
- 00022577  0x00005a2a istore  0x00000003 , 0x00000005 
- 00022578  0x00005a2b setarg  0x00001122 
- 00022579  0x00005a2c istore  0x00000003 , 0x00000005 
- 00022580  0x00005a2d setarg  0x00334455 
- 00022581  0x00005a2e istore  0x00000003 , 0x00000005 
- 00022582  0x00005a2f setarg  0x00000066 
- 00022583  0x00005a30 istore  0x00000001 , 0x00000005 
- 00022584  0x00005a31 rtn 
- 00022585  0x00005a35 setarg  0x01000302 
- 00022586  0x00005a36 store  0x00000004 , 0x00004453 
- 00022587  0x00005a37 setarg  0x00010010 
- 00022588  0x00005a38 store  0x00000003 , 0x00004457 
- 00022589  0x00005a39 jam  0x00000001 , 0x000044c6 
- 00022590  0x00005a3a rtn 
- 00022591  0x00005a3f arg  0x00000000 , 0x00000011 
- 00022592  0x00005a40 arg  0x00000001 , 0x00000001 
- 00022593  0x00005a41 branch  0x00005850 
- 00022594  0x00005a46 arg  0x00000003 , 0x00000001 
- 00022595  0x00005a47 call  0x00005850 
- 00022596  0x00005a48 copy  0x00000012 , 0x0000003f 
- 00022597  0x00005a49 istore  0x00000001 , 0x00000005 
- 00022598  0x00005a4a rtn 
- 00022599  0x00005a4f force  0x00000002 , 0x00000001 
- 00022600  0x00005a50 increase  0x00000004 , 0x00000011 
- 00022601  0x00005a51 call  0x00005850 
- 00022602  0x00005a52 increase  0xfffffffc , 0x00000011 
- 00022603  0x00005a53 copy  0x00000011 , 0x0000003f 
- 00022604  0x00005a54 istore  0x00000002 , 0x00000005 
- 00022605  0x00005a55 copy  0x00000012 , 0x0000003f 
- 00022606  0x00005a56 istore  0x00000002 , 0x00000005 
- 00022607  0x00005a57 rtn 
- 00022608  0x00005a5c sub  0x00000011 , 0x000000f0 , 0x0000003e 
- 00022609  0x00005a5d nbranch  0x00002a8c , 0x00000002 
- 00022610  0x00005a5e fetch  0x00000001 , 0x000044ff 
- 00022611  0x00005a5f arg  0x00000001 , 0x00000002 
- 00022612  0x00005a60 arg  0x00000004 , 0x00000039 
- 00022613  0x00005a62 iand  0x00000002 , 0x0000003e 
- 00022614  0x00005a63 branch  0x0000585a , 0x00000005 
- 00022615  0x00005a64 lshift  0x00000002 , 0x00000002 
- 00022616  0x00005a65 loop  0x00005855 
- 00022617  0x00005a66 branch  0x00002a8c 
- 00022618  0x00005a68 ixor  0x00000002 , 0x0000003f 
- 00022619  0x00005a69 store  0x00000001 , 0x000044ff 
- 00022620  0x00005a6a sub  0x00000039 , 0x00000004 , 0x0000003f 
- 00022621  0x00005a6b lshift4  0x0000003f , 0x0000003f 
- 00022622  0x00005a6c lshift4  0x0000003f , 0x0000003f 
- 00022623  0x00005a6d arg  0x00001800 , 0x00000002 
- 00022624  0x00005a6e iadd  0x00000002 , 0x00000002 
- 00022625  0x00005a70 arg  0x00000000 , 0x00000039 
- 00022626  0x00005a71 arg  0x00004500 , 0x00000006 
- 00022627  0x00005a73 ifetch  0x00000002 , 0x00000006 
- 00022628  0x00005a74 branch  0x00005869 , 0x00000034 
- 00022629  0x00005a75 copy  0x00000039 , 0x0000003f 
- 00022630  0x00005a76 increase  0x00000001 , 0x00000039 
- 00022631  0x00005a77 bne  0x00000004 , 0x00005863 
- 00022632  0x00005a78 branch  0x00002a8c 
- 00022633  0x00005a7c increase  0xfffffffe , 0x00000006 
- 00022634  0x00005a7d istoret  0x00000002 , 0x00000006 
- 00022635  0x00005a7e copy  0x00000002 , 0x00000005 
- 00022636  0x00005a7f copy  0x00000011 , 0x0000003f 
- 00022637  0x00005a80 istore  0x00000001 , 0x00000005 
- 00022638  0x00005a81 setarg  0x00000000 
- 00022639  0x00005a82 istore  0x00000001 , 0x00000005 
- 00022640  0x00005a83 copy  0x00000001 , 0x0000003f 
- 00022641  0x00005a84 istore  0x00000001 , 0x00000005 
- 00022642  0x00005a85 rtn 
- 00022643  0x00005a8a fetch  0x00000002 , 0x00004500 
- 00022644  0x00005a8b copy  0x0000003f , 0x00000006 
- 00022645  0x00005a8c rtn 
- 00022646  0x00005a8f fetch  0x00000002 , 0x00004502 
- 00022647  0x00005a90 copy  0x0000003f , 0x00000006 
- 00022648  0x00005a91 rtn 
- 00022649  0x00005a94 call  0x0000587c 
- 00022650  0x00005a95 copy  0x0000003f , 0x00000006 
- 00022651  0x00005a96 rtn 
- 00022652  0x00005a98 fetch  0x00000002 , 0x00004506 
- 00022653  0x00005a99 nrtn  0x00000034 
- 00022654  0x00005a9a fetch  0x00000002 , 0x00004504 
- 00022655  0x00005a9b nrtn  0x00000034 
- 00022656  0x00005a9c fetch  0x00000002 , 0x00004502 
- 00022657  0x00005a9d nrtn  0x00000034 
- 00022658  0x00005a9e fetch  0x00000002 , 0x00004500 
- 00022659  0x00005a9f rtn 
- 00022660  0x00005aa2 call  0x00005873 
- 00022661  0x00005aa3 increase  0x00000003 , 0x00000006 
- 00022662  0x00005aa4 rtn 
- 00022663  0x00005aa7 call  0x00005873 
- 00022664  0x00005aa8 increase  0x00000007 , 0x00000006 
- 00022665  0x00005aa9 rtn 
- 00022666  0x00005aac call  0x00005879 
- 00022667  0x00005aad increase  0x00000007 , 0x00000006 
- 00022668  0x00005aae rtn 
- 00022669  0x00005ab1 call  0x00005879 
- 00022670  0x00005ab2 increase  0x00000003 , 0x00000006 
- 00022671  0x00005ab3 rtn 
- 00022672  0x00005ab8 fetch  0x00000002 , 0x00004506 
- 00022673  0x00005ab9 rtn 
- 00022674  0x00005abd fetch  0x00000002 , 0x00004504 
- 00022675  0x00005abe rtn 
- 00022676  0x00005ac2 fetch  0x00000002 , 0x00004500 
- 00022677  0x00005ac3 rtn 
- 00022678  0x00005ac7 fetch  0x00000002 , 0x00004500 
- 00022679  0x00005ac8 arg  0x00001800 , 0x00000002 
- 00022680  0x00005ac9 isub  0x00000002 , 0x0000003f 
- 00022681  0x00005aca rshift4  0x0000003f , 0x0000003f 
- 00022682  0x00005acb rshift4  0x0000003f , 0x00000007 
- 00022683  0x00005acc fetch  0x00000001 , 0x000044ff 
- 00022684  0x00005acd qset0  0x0000003f 
- 00022685  0x00005ace store  0x00000001 , 0x000044ff 
- 00022686  0x00005acf arg  0x00000000 , 0x00000039 
- 00022687  0x00005ad1 lshift  0x00000039 , 0x0000003f 
- 00022688  0x00005ad2 arg  0x00004502 , 0x00000002 
- 00022689  0x00005ad3 iadd  0x00000002 , 0x00000002 
- 00022690  0x00005ad4 ifetch  0x00000002 , 0x00000002 
- 00022691  0x00005ad5 increase  0xfffffffe , 0x00000002 
- 00022692  0x00005ad6 istore  0x00000002 , 0x00000002 
- 00022693  0x00005ad7 copy  0x00000039 , 0x0000003f 
- 00022694  0x00005ad8 increase  0x00000001 , 0x00000039 
- 00022695  0x00005ad9 bne  0x00000003 , 0x0000589f 
- 00022696  0x00005ada setarg  0x00000000 
- 00022697  0x00005adb istore  0x00000002 , 0x00000002 
- 00022698  0x00005adc rtn 
- 00022699  0x00005ae3 ifetch  0x00000003 , 0x00000006 
- 00022700  0x00005ae4 store  0x00000003 , 0x00000477 
- 00022701  0x00005ae5 beq  0x00000002 , 0x000058c1 
- 00022702  0x00005ae6 beq  0x00000003 , 0x000058c9 
- 00022703  0x00005ae7 beq  0x00000004 , 0x000058cc 
- 00022704  0x00005ae8 beq  0x00000006 , 0x000058f2 
- 00022705  0x00005ae9 beq  0x00000008 , 0x0000593f 
- 00022706  0x00005aea beq  0x0000000a , 0x000059bc 
- 00022707  0x00005aeb beq  0x0000000c , 0x000059e4 
- 00022708  0x00005aec beq  0x00000010 , 0x000059fa 
- 00022709  0x00005aed beq  0x00000012 , 0x00005a2f 
- 00022710  0x00005aee beq  0x00000016 , 0x00005a48 
- 00022711  0x00005aef beq  0x00000018 , 0x00005a5b 
- 00022712  0x00005af0 beq  0x00000052 , 0x00005a60 
- 00022713  0x00005af1 rtn 
- 00022714  0x00005af5 force  0x00000003 , 0x00000011 
- 00022715  0x00005af6 call  0x00005a82 
- 00022716  0x00005af7 setarg  0x00000002 
- 00022717  0x00005af8 istore  0x00000001 , 0x00000005 
- 00022718  0x00005af9 fetch  0x00000002 , 0x000044a6 
- 00022719  0x00005afa istore  0x00000002 , 0x00000005 
- 00022720  0x00005afb rtn 
- 00022721  0x00005aff call  0x000058c9 
- 00022722  0x00005b01 force  0x00000003 , 0x00000011 
- 00022723  0x00005b02 call  0x00005a82 
- 00022724  0x00005b03 setarg  0x00000003 
- 00022725  0x00005b04 istore  0x00000001 , 0x00000005 
- 00022726  0x00005b05 fetch  0x00000002 , 0x000044a6 
- 00022727  0x00005b06 istore  0x00000002 , 0x00000005 
- 00022728  0x00005b07 rtn 
- 00022729  0x00005b0a rshift8  0x0000003f , 0x0000003f 
- 00022730  0x00005b0b store  0x00000002 , 0x000044a8 
- 00022731  0x00005b0c rtn 
- 00022732  0x00005b0f call  0x00005ab1 
- 00022733  0x00005b10 call  0x00007fe7 
- 00022734  0x00005b11 branch  0x000058cf 
- 00022735  0x00005b14 arg  0x00000003 , 0x0000000b 
- 00022736  0x00005b15 call  0x00005756 
- 00022737  0x00005b17 call  0x0000575f 
- 00022738  0x00005b18 branch  0x000058f0 , 0x00000034 
- 00022739  0x00005b19 nbranch  0x000058ed , 0x00000002 
- 00022740  0x00005b1a increase  0xfffffffe , 0x00000006 
- 00022741  0x00005b1b call  0x00007ea5 
- 00022742  0x00005b1c call  0x00007e9c 
- 00022743  0x00005b1d nbranch  0x000058e1 , 0x00000028 
- 00022744  0x00005b1e call  0x00007e85 
- 00022745  0x00005b1f call  0x00007fe9 
- 00022746  0x00005b20 force  0x00000014 , 0x00000011 
- 00022747  0x00005b21 call  0x00005a82 
- 00022748  0x00005b22 call  0x00007e95 
- 00022749  0x00005b23 setarg  0x00000005 
- 00022750  0x00005b24 istore  0x00000001 , 0x00000005 
- 00022751  0x00005b25 setarg  0x00000001 
- 00022752  0x00005b26 istore  0x00000001 , 0x00000005 
- 00022753  0x00005b28 call  0x00007e9f 
- 00022754  0x00005b29 ifetch  0x00000002 , 0x00000006 
- 00022755  0x00005b2a istore  0x00000002 , 0x00000005 
- 00022756  0x00005b2b ifetch  0x00000001 , 0x00000006 
- 00022757  0x00005b2c copy  0x0000003f , 0x00000039 
- 00022758  0x00005b2d call  0x00007f01 
- 00022759  0x00005b2e call  0x00007ea2 
- 00022760  0x00005b2f increase  0xffffffff , 0x0000000b 
- 00022761  0x00005b30 branch  0x000058f0 , 0x00000005 
- 00022762  0x00005b32 ifetch  0x00000001 , 0x00000006 
- 00022763  0x00005b33 iadd  0x00000006 , 0x00000006 
- 00022764  0x00005b34 branch  0x000058d1 
- 00022765  0x00005b36 ifetch  0x00000001 , 0x00000006 
- 00022766  0x00005b37 iadd  0x00000006 , 0x00000006 
- 00022767  0x00005b38 branch  0x000058ea 
- 00022768  0x00005b3a branch  0x00005a76 , 0x00000028 
- 00022769  0x00005b3b branch  0x00005aa5 
- 00022770  0x00005b3f call  0x00005ab1 
- 00022771  0x00005b40 ifetch  0x00000002 , 0x00000006 
- 00022772  0x00005b41 store  0x00000002 , 0x00004472 
- 00022773  0x00005b42 call  0x00007ea5 
- 00022774  0x00005b43 arg  0x0000445e , 0x00000005 
- 00022775  0x00005b44 fetch  0x00000002 , 0x000044fc 
- 00022776  0x00005b45 increase  0xfffffff9 , 0x0000003f 
- 00022777  0x00005b46 call  0x000056db 
- 00022778  0x00005b47 branch  0x00005905 
- 00022779  0x00005b4b disable  0x00000028 
- 00022780  0x00005b4c fetcht  0x00000002 , 0x0000445a 
- 00022781  0x00005b4d fetch  0x00000002 , 0x0000445c 
- 00022782  0x00005b4e isub  0x00000002 , 0x0000003e 
- 00022783  0x00005b4f nbranch  0x00005902 , 0x00000002 
- 00022784  0x00005b50 deposit  0x00000002 
- 00022785  0x00005b51 rtnne  0x00000000 
- 00022786  0x00005b53 enable  0x00000028 
- 00022787  0x00005b54 jam  0x00000001 , 0x0000047a 
- 00022788  0x00005b55 branch  0x00005a77 
- 00022789  0x00005b59 call  0x000058fb 
- 00022790  0x00005b5a rtn  0x00000028 
- 00022791  0x00005b5b fetcht  0x00000002 , 0x00004472 
- 00022792  0x00005b5c setarg  0x00002800 
- 00022793  0x00005b5d isub  0x00000002 , 0x0000003e 
- 00022794  0x00005b5e branch  0x0000590c , 0x00000005 
- 00022795  0x00005b5f branch  0x00005a76 
- 00022796  0x00005b63 jam  0x00000000 , 0x000004b4 
- 00022797  0x00005b64 fetcht  0x00000002 , 0x0000445a 
- 00022798  0x00005b65 storet  0x00000002 , 0x00000aa2 
- 00022799  0x00005b66 call  0x0000578c 
- 00022800  0x00005b67 nbranch  0x00005a76 , 0x00000034 
- 00022801  0x00005b69 fetcht  0x00000002 , 0x00000aa2 
- 00022802  0x00005b6a call  0x0000578c 
- 00022803  0x00005b6b nbranch  0x00005925 , 0x00000034 
- 00022804  0x00005b6c copy  0x00000006 , 0x00000011 
- 00022805  0x00005b6d fetch  0x00000001 , 0x000004b3 
- 00022806  0x00005b6e copy  0x0000003f , 0x00000039 
- 00022807  0x00005b6f fetcht  0x00000001 , 0x0000445e 
- 00022808  0x00005b70 isub  0x00000002 , 0x0000003e 
- 00022809  0x00005b71 nbranch  0x00005921 , 0x00000005 
- 00022810  0x00005b72 arg  0x0000445f , 0x00000012 
- 00022811  0x00005b73 call  0x00007f88 
- 00022812  0x00005b75 branch  0x00005928 , 0x00000005 
- 00022813  0x00005b77 fetch  0x00000002 , 0x000004a3 
- 00022814  0x00005b78 fetcht  0x00000002 , 0x00004472 
- 00022815  0x00005b79 isub  0x00000002 , 0x0000003e 
- 00022816  0x00005b7a branch  0x00005930 , 0x00000005 
- 00022817  0x00005b7c fetch  0x00000002 , 0x00000aa2 
- 00022818  0x00005b7d increase  0x00000001 , 0x0000003f 
- 00022819  0x00005b7e store  0x00000002 , 0x00000aa2 
- 00022820  0x00005b7f branch  0x00005911 
- 00022821  0x00005b82 fetch  0x00000001 , 0x000004b4 
- 00022822  0x00005b83 beq  0x00000001 , 0x00005930 
- 00022823  0x00005b84 branch  0x00005a76 
- 00022824  0x00005b88 fetch  0x00000002 , 0x000004a3 
- 00022825  0x00005b89 fetcht  0x00000002 , 0x00004472 
- 00022826  0x00005b8a isub  0x00000002 , 0x0000003e 
- 00022827  0x00005b8b nbranch  0x00005921 , 0x00000005 
- 00022828  0x00005b8c jam  0x00000001 , 0x000004b4 
- 00022829  0x00005b8e fetcht  0x00000002 , 0x00000aa2 
- 00022830  0x00005b8f storet  0x00000002 , 0x0000049e 
- 00022831  0x00005b90 branch  0x00005921 
- 00022832  0x00005b93 fetch  0x00000001 , 0x000004b4 
- 00022833  0x00005b94 beq  0x00000000 , 0x00005921 
- 00022834  0x00005b95 jam  0x00000002 , 0x000004b4 
- 00022835  0x00005b96 fetcht  0x00000002 , 0x00000aa2 
- 00022836  0x00005b97 increase  0xffffffff , 0x00000002 
- 00022837  0x00005b98 storet  0x00000002 , 0x000004a0 
- 00022838  0x00005b9b arg  0x00000005 , 0x00000011 
- 00022839  0x00005b9c call  0x00005a82 
- 00022840  0x00005b9d setarg  0x00000007 
- 00022841  0x00005b9e istore  0x00000001 , 0x00000005 
- 00022842  0x00005b9f fetch  0x00000002 , 0x0000049e 
- 00022843  0x00005ba0 istore  0x00000002 , 0x00000005 
- 00022844  0x00005ba1 fetch  0x00000002 , 0x000004a0 
- 00022845  0x00005ba2 istore  0x00000002 , 0x00000005 
- 00022846  0x00005ba3 rtn 
- 00022847  0x00005ba8 call  0x00005ab1 
- 00022848  0x00005ba9 call  0x000056df 
- 00022849  0x00005baa branch  0x00005942 
- 00022850  0x00005bad fetcht  0x00000002 , 0x0000445a 
- 00022851  0x00005bae storet  0x00000002 , 0x00000aa2 
- 00022852  0x00005baf call  0x00005756 
- 00022853  0x00005bb0 call  0x0000576d 
- 00022854  0x00005bb1 increase  0xfffffffe , 0x00000006 
- 00022855  0x00005bb2 copy  0x00000006 , 0x0000003f 
- 00022856  0x00005bb3 store  0x00000002 , 0x0000049c 
- 00022857  0x00005bb5 fetcht  0x00000002 , 0x00004472 
- 00022858  0x00005bb6 setarg  0x00002a00 
- 00022859  0x00005bb7 isub  0x00000002 , 0x0000003e 
- 00022860  0x00005bb8 branch  0x000059a8 , 0x00000005 
- 00022861  0x00005bb9 setarg  0x00002803 
- 00022862  0x00005bba isub  0x00000002 , 0x0000003e 
- 00022863  0x00005bbb nbranch  0x00005990 , 0x00000005 
- 00022864  0x00005bbc arg  0x00000002 , 0x0000000b 
- 00022865  0x00005bbe call  0x00005a88 
- 00022866  0x00005bbf nbranch  0x0000596d , 0x00000002 
- 00022867  0x00005bc0 fetcht  0x00000002 , 0x00000aa2 
- 00022868  0x00005bc1 call  0x0000578a 
- 00022869  0x00005bc2 beq  0x00000001 , 0x0000596d 
- 00022870  0x00005bc3 call  0x00005a94 
- 00022871  0x00005bc4 nbranch  0x0000596b , 0x00000005 
- 00022872  0x00005bc5 nbranch  0x0000596f , 0x00000028 
- 00022873  0x00005bc6 disable  0x00000028 
- 00022874  0x00005bc7 arg  0x00000014 , 0x00000011 
- 00022875  0x00005bc8 call  0x00005a82 
- 00022876  0x00005bc9 setarg  0x00000009 
- 00022877  0x00005bca istore  0x00000001 , 0x00000005 
- 00022878  0x00005bcb copy  0x00000005 , 0x00000030 
- 00022879  0x00005bcc increase  0x00000001 , 0x00000005 
- 00022880  0x00005bce call  0x0000597d 
- 00022881  0x00005bcf call  0x00005a84 
- 00022882  0x00005bd0 call  0x0000578a 
- 00022883  0x00005bd1 call  0x00005984 
- 00022884  0x00005bd2 fetch  0x00000001 , 0x000004a2 
- 00022885  0x00005bd3 increase  0x00000005 , 0x0000003f 
- 00022886  0x00005bd4 istore  0x00000001 , 0x00000030 
- 00022887  0x00005bd5 fetch  0x00000001 , 0x000004a2 
- 00022888  0x00005bd6 beq  0x00000010 , 0x0000596d 
- 00022889  0x00005bd7 increase  0xffffffff , 0x0000000b 
- 00022890  0x00005bd8 branch  0x0000596d , 0x00000005 
- 00022891  0x00005bda call  0x00005a84 
- 00022892  0x00005bdb branch  0x00005951 
- 00022893  0x00005bdd branch  0x00005a76 , 0x00000028 
- 00022894  0x00005bde branch  0x00005aa5 
- 00022895  0x00005be1 call  0x00005a97 
- 00022896  0x00005be2 call  0x00005a84 
- 00022897  0x00005be3 call  0x0000578a 
- 00022898  0x00005be4 fetch  0x00000001 , 0x000004a2 
- 00022899  0x00005be5 beq  0x00000010 , 0x0000596d 
- 00022900  0x00005be7 call  0x00007e9c 
- 00022901  0x00005be8 fetch  0x00000002 , 0x00000aa2 
- 00022902  0x00005be9 increase  0xffffffff , 0x0000003f 
- 00022903  0x00005bea istore  0x00000002 , 0x00000005 
- 00022904  0x00005beb call  0x00005aa1 
- 00022905  0x00005bec call  0x00005984 
- 00022906  0x00005bed increase  0xffffffff , 0x0000000b 
- 00022907  0x00005bee branch  0x0000596d , 0x00000005 
- 00022908  0x00005bef branch  0x0000596b 
- 00022909  0x00005bf3 fetch  0x00000002 , 0x00000aa2 
- 00022910  0x00005bf4 istore  0x00000002 , 0x00000005 
- 00022911  0x00005bf6 fetch  0x00000001 , 0x000004b3 
- 00022912  0x00005bf7 copy  0x0000003f , 0x00000039 
- 00022913  0x00005bf8 call  0x00007e9f 
- 00022914  0x00005bf9 call  0x00007ef4 
- 00022915  0x00005bfa branch  0x00007ea2 
- 00022916  0x00005bfc call  0x00007e9c 
- 00022917  0x00005bfd fetch  0x00000002 , 0x00000aa2 
- 00022918  0x00005bfe istore  0x00000002 , 0x00000005 
- 00022919  0x00005bff call  0x00007ea2 
- 00022920  0x00005c00 fetch  0x00000001 , 0x000004a2 
- 00022921  0x00005c01 copy  0x0000003f , 0x00000039 
- 00022922  0x00005c02 call  0x00007e9c 
- 00022923  0x00005c03 call  0x00007e9f 
- 00022924  0x00005c04 isub  0x00000039 , 0x00000006 
- 00022925  0x00005c05 increase  0xffffffff , 0x00000006 
- 00022926  0x00005c06 call  0x00007ef4 
- 00022927  0x00005c07 branch  0x00007ea2 
- 00022928  0x00005c0c fetcht  0x00000002 , 0x0000445a 
- 00022929  0x00005c0d storet  0x00000002 , 0x00000aa2 
- 00022930  0x00005c0f call  0x00005a88 
- 00022931  0x00005c10 nbranch  0x00005a76 , 0x00000002 
- 00022932  0x00005c11 call  0x0000578a 
- 00022933  0x00005c12 beq  0x00000001 , 0x00005a76 
- 00022934  0x00005c13 call  0x00005a94 
- 00022935  0x00005c14 nbranch  0x000059a6 , 0x00000005 
- 00022936  0x00005c17 arg  0x00000014 , 0x00000011 
- 00022937  0x00005c18 call  0x00005a82 
- 00022938  0x00005c19 setarg  0x00000009 
- 00022939  0x00005c1a istore  0x00000001 , 0x00000005 
- 00022940  0x00005c1b fetch  0x00000001 , 0x000004b3 
- 00022941  0x00005c1c copy  0x0000003f , 0x00000039 
- 00022942  0x00005c1d increase  0x00000002 , 0x0000003f 
- 00022943  0x00005c1e istore  0x00000001 , 0x00000005 
- 00022944  0x00005c1f fetch  0x00000002 , 0x00000aa2 
- 00022945  0x00005c20 istore  0x00000002 , 0x00000005 
- 00022946  0x00005c21 call  0x00007e9f 
- 00022947  0x00005c22 call  0x00007ef4 
- 00022948  0x00005c23 call  0x00007ea2 
- 00022949  0x00005c24 branch  0x00005aa5 
- 00022950  0x00005c27 call  0x00005a84 
- 00022951  0x00005c28 branch  0x00005992 
- 00022952  0x00005c2c arg  0x00002a00 , 0x00000002 
- 00022953  0x00005c2d call  0x0000577c 
- 00022954  0x00005c2e rtn  0x00000034 
- 00022955  0x00005c2f increase  0xfffffffb , 0x00000006 
- 00022956  0x00005c30 ifetch  0x00000002 , 0x00000006 
- 00022957  0x00005c31 store  0x00000002 , 0x00000aa2 
- 00022958  0x00005c32 arg  0x00000014 , 0x00000011 
- 00022959  0x00005c33 call  0x00005a82 
- 00022960  0x00005c34 setarg  0x00000009 
- 00022961  0x00005c35 istore  0x00000001 , 0x00000005 
- 00022962  0x00005c36 fetch  0x00000001 , 0x000043af 
- 00022963  0x00005c37 copy  0x0000003f , 0x00000039 
- 00022964  0x00005c38 increase  0x00000002 , 0x0000003f 
- 00022965  0x00005c39 istore  0x00000001 , 0x00000005 
- 00022966  0x00005c3a fetch  0x00000002 , 0x00000aa2 
- 00022967  0x00005c3b istore  0x00000002 , 0x00000005 
- 00022968  0x00005c3c arg  0x000043b0 , 0x00000006 
- 00022969  0x00005c3d call  0x00007ef4 
- 00022970  0x00005c3e call  0x00007ea2 
- 00022971  0x00005c3f branch  0x00005aa5 
- 00022972  0x00005c44 fetcht  0x00000002 , 0x00000478 
- 00022973  0x00005c45 fetch  0x00000001 , 0x000044e9 
- 00022974  0x00005c46 bbit1  0x00000003 , 0x000059dd 
- 00022975  0x00005c49 call  0x0000576a 
- 00022976  0x00005c4a branch  0x00005a76 , 0x00000034 
- 00022977  0x00005c4b increase  0xfffffffe , 0x00000006 
- 00022978  0x00005c4c ifetch  0x00000002 , 0x00000006 
- 00022979  0x00005c4d arg  0x00002a00 , 0x00000002 
- 00022980  0x00005c4e isub  0x00000002 , 0x0000003e 
- 00022981  0x00005c4f branch  0x000059d3 , 0x00000005 
- 00022982  0x00005c50 ifetch  0x00000001 , 0x00000006 
- 00022983  0x00005c51 sub  0x0000003f , 0x00000016 , 0x0000003e 
- 00022984  0x00005c52 branch  0x000059ca , 0x00000002 
- 00022985  0x00005c53 force  0x00000016 , 0x0000003f 
- 00022986  0x00005c55 copy  0x0000003f , 0x00000013 
- 00022987  0x00005c56 call  0x00007ea5 
- 00022988  0x00005c57 add  0x00000013 , 0x00000001 , 0x00000011 
- 00022989  0x00005c58 call  0x00005a82 
- 00022990  0x00005c59 setarg  0x0000000b 
- 00022991  0x00005c5a istore  0x00000001 , 0x00000005 
- 00022992  0x00005c5b copy  0x00000013 , 0x00000039 
- 00022993  0x00005c5c call  0x00007e9f 
- 00022994  0x00005c5d branch  0x00007f01 
- 00022995  0x00005c60 call  0x00007ea5 
- 00022996  0x00005c61 fetch  0x00000001 , 0x000043af 
- 00022997  0x00005c62 add  0x0000003f , 0x00000001 , 0x00000011 
- 00022998  0x00005c63 call  0x00005a82 
- 00022999  0x00005c64 setarg  0x0000000b 
- 00023000  0x00005c65 istore  0x00000001 , 0x00000005 
- 00023001  0x00005c66 fetch  0x00000001 , 0x000043af 
- 00023002  0x00005c67 copy  0x0000003f , 0x00000039 
- 00023003  0x00005c68 arg  0x000043b0 , 0x00000006 
- 00023004  0x00005c69 branch  0x00007f01 
- 00023005  0x00005c6d fetch  0x00000002 , 0x000044fa 
- 00023006  0x00005c6e isub  0x00000002 , 0x0000003e 
- 00023007  0x00005c6f nbranch  0x000059bf , 0x00000005 
- 00023008  0x00005c71 call  0x00005a42 
- 00023009  0x00005c72 nbranch  0x000059bf , 0x00000028 
- 00023010  0x00005c73 jam  0x00000005 , 0x0000047a 
- 00023011  0x00005c74 branch  0x00005a77 
- 00023012  0x00005c78 ifetch  0x00000002 , 0x00000006 
- 00023013  0x00005c79 store  0x00000002 , 0x0000445e 
- 00023014  0x00005c7b arg  0x00000014 , 0x00000011 
- 00023015  0x00005c7c call  0x00005a82 
- 00023016  0x00005c7d setarg  0x0000000d 
- 00023017  0x00005c7e istore  0x00000001 , 0x00000005 
- 00023018  0x00005c7f fetch  0x00000002 , 0x0000445e 
- 00023019  0x00005c80 iforce  0x00000011 
- 00023020  0x00005c81 fetcht  0x00000002 , 0x00000478 
- 00023021  0x00005c82 call  0x0000576a 
- 00023022  0x00005c83 branch  0x00005a76 , 0x00000034 
- 00023023  0x00005c84 ifetch  0x00000001 , 0x00000006 
- 00023024  0x00005c85 isub  0x00000011 , 0x00000039 
- 00023025  0x00005c86 nbranch  0x00005a76 , 0x00000002 
- 00023026  0x00005c87 sub  0x00000039 , 0x00000016 , 0x0000003e 
- 00023027  0x00005c88 branch  0x000059f5 , 0x00000002 
- 00023028  0x00005c89 force  0x00000016 , 0x00000039 
- 00023029  0x00005c8b deposit  0x00000011 
- 00023030  0x00005c8c iadd  0x00000006 , 0x00000006 
- 00023031  0x00005c8d call  0x00007ef4 
- 00023032  0x00005c8e call  0x00007ea2 
- 00023033  0x00005c8f branch  0x00005aa5 
- 00023034  0x00005c93 call  0x00005ab1 
- 00023035  0x00005c94 call  0x000056d7 
- 00023036  0x00005c95 branch  0x000059fd 
- 00023037  0x00005c9b arg  0x00000002 , 0x0000000b 
- 00023038  0x00005c9c fetcht  0x00000002 , 0x0000445a 
- 00023039  0x00005ca0 storet  0x00000002 , 0x00000aa2 
- 00023040  0x00005ca1 call  0x00005756 
- 00023041  0x00005ca2 call  0x0000576d 
- 00023042  0x00005ca3 increase  0xfffffffe , 0x00000006 
- 00023043  0x00005ca4 copy  0x00000006 , 0x0000003f 
- 00023044  0x00005ca5 store  0x00000002 , 0x0000049c 
- 00023045  0x00005ca7 call  0x00005a88 
- 00023046  0x00005ca8 nbranch  0x00005a25 , 0x00000002 
- 00023047  0x00005ca9 fetcht  0x00000002 , 0x00000aa2 
- 00023048  0x00005caa call  0x0000578a 
- 00023049  0x00005cab beq  0x00000001 , 0x00005a28 
- 00023050  0x00005cad call  0x00005a8c 
- 00023051  0x00005cae nbranch  0x00005a23 , 0x00000005 
- 00023052  0x00005caf copy  0x0000000b , 0x0000003f 
- 00023053  0x00005cb0 beq  0x00000000 , 0x00005a28 
- 00023054  0x00005cb1 nbranch  0x00005a19 , 0x00000028 
- 00023055  0x00005cb2 disable  0x00000028 
- 00023056  0x00005cb4 arg  0x00000014 , 0x00000011 
- 00023057  0x00005cb5 call  0x00005a82 
- 00023058  0x00005cb6 setarg  0x00000011 
- 00023059  0x00005cb7 istore  0x00000001 , 0x00000005 
- 00023060  0x00005cb8 fetch  0x00000001 , 0x000004b3 
- 00023061  0x00005cb9 increase  0x00000004 , 0x0000003f 
- 00023062  0x00005cba istore  0x00000001 , 0x00000005 
- 00023063  0x00005cbb call  0x00007ea2 
- 00023064  0x00005cbc branch  0x00005a1f 
- 00023065  0x00005cbe fetch  0x00000001 , 0x000004b3 
- 00023066  0x00005cbf beq  0x00000010 , 0x00005a28 
- 00023067  0x00005cc0 fetch  0x00000002 , 0x00000aa2 
- 00023068  0x00005cc1 increase  0xffffffff , 0x0000003f 
- 00023069  0x00005cc2 store  0x00000002 , 0x000004a0 
- 00023070  0x00005cc3 call  0x00005a9c 
- 00023071  0x00005cc5 fetch  0x00000002 , 0x00000aa2 
- 00023072  0x00005cc6 store  0x00000002 , 0x0000049e 
- 00023073  0x00005cc7 call  0x00005a97 
- 00023074  0x00005cc8 increase  0xffffffff , 0x0000000b 
- 00023075  0x00005ccb call  0x00005a84 
- 00023076  0x00005ccc branch  0x00005a05 
- 00023077  0x00005ccf fetch  0x00000002 , 0x00000aa2 
- 00023078  0x00005cd0 store  0x00000002 , 0x000004a0 
- 00023079  0x00005cd1 branch  0x00005a2c 
- 00023080  0x00005cd3 fetch  0x00000002 , 0x00000aa2 
- 00023081  0x00005cd4 increase  0xffffffff , 0x0000003f 
- 00023082  0x00005cd5 store  0x00000002 , 0x000004a0 
- 00023083  0x00005cd6 branch  0x00005a2c 
- 00023084  0x00005cd8 branch  0x00005a76 , 0x00000028 
- 00023085  0x00005cd9 call  0x00005a9c 
- 00023086  0x00005cda branch  0x00005aa5 
- 00023087  0x00005ce0 copy  0x00000006 , 0x00000011 
- 00023088  0x00005ce1 fetch  0x00000002 , 0x000044fc 
- 00023089  0x00005ce2 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00023090  0x00005ce3 call  0x000056e2 
- 00023091  0x00005ce5 fetch  0x00000001 , 0x000044e9 
- 00023092  0x00005ce6 bbit0  0x00000004 , 0x00005a3d 
- 00023093  0x00005ce8 fetcht  0x00000002 , 0x00000478 
- 00023094  0x00005ce9 fetch  0x00000002 , 0x000044fa 
- 00023095  0x00005cea isub  0x00000002 , 0x0000003e 
- 00023096  0x00005ceb nbranch  0x00005a3d , 0x00000005 
- 00023097  0x00005cec call  0x00005a42 
- 00023098  0x00005ced nbranch  0x00005a3d , 0x00000028 
- 00023099  0x00005cee jam  0x00000005 , 0x0000047a 
- 00023100  0x00005cef branch  0x00005a77 
- 00023101  0x00005cf2 force  0x00000001 , 0x00000011 
- 00023102  0x00005cf3 call  0x00005a82 
- 00023103  0x00005cf4 setarg  0x00000013 
- 00023104  0x00005cf5 istore  0x00000001 , 0x00000005 
- 00023105  0x00005cf6 rtn 
- 00023106  0x00005cf9 call  0x00007fe9 
- 00023107  0x00005cfa fetch  0x00000001 , 0x000044c6 
- 00023108  0x00005cfb rtneq  0x00000000 
- 00023109  0x00005cfc fetch  0x00000001 , 0x00004040 
- 00023110  0x00005cfd rtnbit1  0x00000004 
- 00023111  0x00005cfe branch  0x00007fe7 
- 00023112  0x00005d02 add  0x00000006 , 0x00000002 , 0x00000011 
- 00023113  0x00005d03 fetch  0x00000002 , 0x000044fc 
- 00023114  0x00005d04 add  0x0000003f , 0xfffffffb , 0x00000012 
- 00023115  0x00005d05 call  0x000056e2 
- 00023116  0x00005d06 branch  0x00005a4d 
- 00023117  0x00005d0a fetch  0x00000002 , 0x000044fc 
- 00023118  0x00005d0b copy  0x0000003f , 0x00000011 
- 00023119  0x00005d0c call  0x00005a82 
- 00023120  0x00005d0d setarg  0x00000017 
- 00023121  0x00005d0e istore  0x00000001 , 0x00000005 
- 00023122  0x00005d0f fetch  0x00000002 , 0x00000478 
- 00023123  0x00005d10 istore  0x00000002 , 0x00000005 
- 00023124  0x00005d11 fetch  0x00000002 , 0x000044fc 
- 00023125  0x00005d12 add  0x0000003f , 0xfffffffb , 0x00000039 
- 00023126  0x00005d13 fetch  0x00000002 , 0x0000450d 
- 00023127  0x00005d14 add  0x0000003f , 0x00000007 , 0x00000006 
- 00023128  0x00005d15 ifetch  0x00000002 , 0x00000006 
- 00023129  0x00005d16 istore  0x00000002 , 0x00000005 
- 00023130  0x00005d17 branch  0x00007ef4 
- 00023131  0x00005d1e force  0x00000001 , 0x00000011 
- 00023132  0x00005d1f call  0x00005a82 
- 00023133  0x00005d20 setarg  0x00000019 
- 00023134  0x00005d21 istore  0x00000001 , 0x00000005 
- 00023135  0x00005d22 rtn 
- 00023136  0x00005d27 copy  0x00000006 , 0x00000011 
- 00023137  0x00005d28 fetch  0x00000002 , 0x000044fc 
- 00023138  0x00005d29 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00023139  0x00005d2a branch  0x000056e2 
- 00023140  0x00005d30 copy  0x00000002 , 0x00000013 
- 00023141  0x00005d31 increase  0x00000003 , 0x00000011 
- 00023142  0x00005d32 call  0x00005a82 
- 00023143  0x00005d33 increase  0xfffffffd , 0x00000011 
- 00023144  0x00005d34 setarg  0x0000001b 
- 00023145  0x00005d35 istore  0x00000001 , 0x00000005 
- 00023146  0x00005d36 copy  0x00000013 , 0x00000002 
- 00023147  0x00005d37 istoret  0x00000002 , 0x00000005 
- 00023148  0x00005d38 rtn 
- 00023149  0x00005d3c copy  0x00000002 , 0x00000013 
- 00023150  0x00005d3d increase  0x00000003 , 0x00000011 
- 00023151  0x00005d3e call  0x00005a82 
- 00023152  0x00005d3f increase  0xfffffffd , 0x00000011 
- 00023153  0x00005d40 setarg  0x0000001d 
- 00023154  0x00005d41 istore  0x00000001 , 0x00000005 
- 00023155  0x00005d42 copy  0x00000013 , 0x00000002 
- 00023156  0x00005d43 istoret  0x00000002 , 0x00000005 
- 00023157  0x00005d44 rtn 
- 00023158  0x00005d4a jam  0x0000000a , 0x0000047a 
- 00023159  0x00005d4c force  0x00000005 , 0x00000011 
- 00023160  0x00005d4d call  0x00005a82 
- 00023161  0x00005d4e setarg  0x00000001 
- 00023162  0x00005d4f istore  0x00000001 , 0x00000005 
- 00023163  0x00005d50 fetch  0x00000001 , 0x00000477 
- 00023164  0x00005d51 istore  0x00000001 , 0x00000005 
- 00023165  0x00005d52 fetch  0x00000002 , 0x00000478 
- 00023166  0x00005d53 istore  0x00000002 , 0x00000005 
- 00023167  0x00005d54 fetch  0x00000001 , 0x0000047a 
- 00023168  0x00005d55 istore  0x00000001 , 0x00000005 
- 00023169  0x00005d56 rtn 
- 00023170  0x00005d5a force  0x00000004 , 0x00000012 
- 00023171  0x00005d5b branch  0x00005847 
- 00023172  0x00005d5f fetcht  0x00000002 , 0x00000aa2 
- 00023173  0x00005d60 increase  0x00000001 , 0x00000002 
- 00023174  0x00005d61 storet  0x00000002 , 0x00000aa2 
- 00023175  0x00005d62 rtn 
- 00023176  0x00005d65 fetcht  0x00000002 , 0x00000aa2 
- 00023177  0x00005d66 fetch  0x00000002 , 0x0000445c 
- 00023178  0x00005d67 isub  0x00000002 , 0x0000003e 
- 00023179  0x00005d68 rtn 
- 00023180  0x00005d6c fetcht  0x00000001 , 0x0000445e 
- 00023181  0x00005d6d arg  0x0000445f , 0x00000011 
- 00023182  0x00005d6f fetch  0x00000001 , 0x000004a2 
- 00023183  0x00005d70 copy  0x0000003f , 0x00000039 
- 00023184  0x00005d71 isub  0x00000002 , 0x0000003e 
- 00023185  0x00005d72 nrtn  0x00000005 
- 00023186  0x00005d73 arg  0x000004a3 , 0x00000012 
- 00023187  0x00005d74 branch  0x00007f88 
- 00023188  0x00005d77 fetcht  0x00000001 , 0x00004471 
- 00023189  0x00005d78 arg  0x00004472 , 0x00000011 
- 00023190  0x00005d79 branch  0x00005a8e 
- 00023191  0x00005d7d fetch  0x00000001 , 0x000004b3 
- 00023192  0x00005d7e store  0x00000001 , 0x00000101 
- 00023193  0x00005d7f copy  0x0000003f , 0x00000039 
- 00023194  0x00005d80 call  0x00007e9f 
- 00023195  0x00005d81 branch  0x00007ef4 
- 00023196  0x00005d85 call  0x00007e9c 
- 00023197  0x00005d86 fetch  0x00000002 , 0x0000049e 
- 00023198  0x00005d87 istore  0x00000002 , 0x00000005 
- 00023199  0x00005d88 fetch  0x00000002 , 0x000004a0 
- 00023200  0x00005d89 istore  0x00000002 , 0x00000005 
- 00023201  0x00005d8b fetch  0x00000001 , 0x00000101 
- 00023202  0x00005d8c copy  0x0000003f , 0x00000039 
- 00023203  0x00005d8d call  0x00007ef4 
- 00023204  0x00005d8e branch  0x00007ea2 
- 00023205  0x00005d93 call  0x00007e9c 
- 00023206  0x00005d94 call  0x0000588a 
- 00023207  0x00005d95 copy  0x00000005 , 0x0000003f 
- 00023208  0x00005d96 isub  0x00000006 , 0x00000011 
- 00023209  0x00005d97 call  0x0000588d 
- 00023210  0x00005d98 copy  0x00000011 , 0x0000003f 
- 00023211  0x00005d99 istore  0x00000002 , 0x00000006 
- 00023212  0x00005d9a increase  0x00000004 , 0x00000011 
- 00023213  0x00005d9b call  0x00005879 
- 00023214  0x00005d9c copy  0x00000011 , 0x0000003f 
- 00023215  0x00005d9d istore  0x00000001 , 0x00000006 
- 00023216  0x00005d9e rtn 
- 00023217  0x00005da2 rshift8  0x0000003f , 0x0000003f 
- 00023218  0x00005da3 store  0x00000002 , 0x0000445a 
- 00023219  0x00005da4 ifetch  0x00000002 , 0x00000006 
- 00023220  0x00005da5 store  0x00000002 , 0x0000445c 
- 00023221  0x00005da6 rtn 
- 00023222  0x00005dac ifetch  0x00000001 , 0x00000006 
- 00023223  0x00005dad ifetcht  0x00000001 , 0x00000006 
- 00023224  0x00005dae ifetcht  0x00000002 , 0x00000006 
- 00023225  0x00005daf beq  0x00000013 , 0x00005abb 
- 00023226  0x00005db0 rtn 
- 00023227  0x00005db2 ifetch  0x00000002 , 0x00000006 
- 00023228  0x00005db3 store  0x00000002 , 0x00004509 
- 00023229  0x00005db4 jam  0x00000040 , 0x00000a99 
- 00023230  0x00005db5 branch  0x00007d86 
- 00023231  0x00005dbc arg  0x0000000c , 0x00000011 
- 00023232  0x00005dbd arg  0x00000012 , 0x00000013 
- 00023233  0x00005dbe call  0x00005ac7 
- 00023234  0x00005dbf setarg  0x00000008 
- 00023235  0x00005dc0 istore  0x00000002 , 0x00000005 
- 00023236  0x00005dc1 fetch  0x00000008 , 0x00004496 
- 00023237  0x00005dc2 istore  0x00000008 , 0x00000005 
- 00023238  0x00005dc3 rtn 
- 00023239  0x00005dc8 call  0x00005acf 
- 00023240  0x00005dc9 arg  0x00000005 , 0x00000012 
- 00023241  0x00005dca call  0x00005847 
- 00023242  0x00005dcb copy  0x00000013 , 0x0000003f 
- 00023243  0x00005dcc istore  0x00000001 , 0x00000005 
- 00023244  0x00005dcd fetch  0x00000001 , 0x00004508 
- 00023245  0x00005dce istore  0x00000001 , 0x00000005 
- 00023246  0x00005dcf rtn 
- 00023247  0x00005dd3 fetch  0x00000001 , 0x00004508 
- 00023248  0x00005dd5 pincrease  0x00000001 
- 00023249  0x00005dd6 store  0x00000001 , 0x00004508 
- 00023250  0x00005dd7 rtnne  0x00000000 
- 00023251  0x00005dda jam  0x00000001 , 0x00004508 
- 00023252  0x00005ddb rtn 
- 00023253  0x00005de1 fetch  0x00000001 , 0x000044c6 
- 00023254  0x00005de2 beq  0x00000000 , 0x00005ae4 
- 00023255  0x00005de3 beq  0x00000001 , 0x00005ae7 
- 00023256  0x00005de4 beq  0x00000002 , 0x00005ae9 
- 00023257  0x00005de5 beq  0x00000081 , 0x00005add 
- 00023258  0x00005de6 beq  0x00000082 , 0x00005adf 
- 00023259  0x00005de7 beq  0x00000083 , 0x00005ae2 
- 00023260  0x00005de8 rtn 
- 00023261  0x00005deb jam  0x0000000d , 0x00004456 
- 00023262  0x00005dec branch  0x00005ae5 
- 00023263  0x00005dee jam  0x0000000d , 0x00004456 
- 00023264  0x00005def jam  0x00000001 , 0x00004454 
- 00023265  0x00005df0 rtn 
- 00023266  0x00005df2 jam  0x0000000d , 0x00004456 
- 00023267  0x00005df3 branch  0x00005aea 
- 00023268  0x00005df5 jam  0x00000000 , 0x00004456 
- 00023269  0x00005df7 jam  0x00000003 , 0x00004454 
- 00023270  0x00005df8 rtn 
- 00023271  0x00005dfa jam  0x00000005 , 0x00004456 
- 00023272  0x00005dfb branch  0x00005ae5 
- 00023273  0x00005dfd jam  0x00000005 , 0x00004456 
- 00023274  0x00005dff jam  0x00000000 , 0x00004454 
- 00023275  0x00005e00 rtn 
- 00023276  0x00005e04 fetch  0x00000001 , 0x00004456 
- 00023277  0x00005e05 set1  0x00000003 , 0x0000003f 
- 00023278  0x00005e06 store  0x00000001 , 0x00004456 
- 00023279  0x00005e07 rtn 
- 00023280  0x00005e09 fetch  0x00000001 , 0x00004456 
- 00023281  0x00005e0a set0  0x00000003 , 0x0000003f 
- 00023282  0x00005e0b store  0x00000001 , 0x00004456 
- 00023283  0x00005e0c rtn 
- 00023284  0x00005e0f ifetch  0x00000001 , 0x00000006 
- 00023285  0x00005e10 beq  0x00000001 , 0x00005b09 
- 00023286  0x00005e12 beq  0x00000003 , 0x00005b30 
- 00023287  0x00005e13 beq  0x00000004 , 0x00005b4d 
- 00023288  0x00005e14 beq  0x00000005 , 0x00005b5a 
- 00023289  0x00005e15 beq  0x00000006 , 0x00005b80 
- 00023290  0x00005e16 beq  0x00000007 , 0x00005bc4 
- 00023291  0x00005e17 beq  0x00000008 , 0x00005baf 
- 00023292  0x00005e18 beq  0x00000009 , 0x00005bc0 
- 00023293  0x00005e19 beq  0x0000000a , 0x00005bc4 
- 00023294  0x00005e1a beq  0x0000000b , 0x00005bc4 
- 00023295  0x00005e1b beq  0x0000000c , 0x00005bc5 
- 00023296  0x00005e1c beq  0x0000000d , 0x00005bca 
- 00023297  0x00005e1d rtn 
- 00023298  0x00005e22 force  0x00000002 , 0x00000011 
- 00023299  0x00005e23 call  0x00005c62 
- 00023300  0x00005e24 setarg  0x0000000b 
- 00023301  0x00005e25 istore  0x00000001 , 0x00000005 
- 00023302  0x00005e26 fetch  0x00000001 , 0x00004456 
- 00023303  0x00005e27 istore  0x00000001 , 0x00000005 
- 00023304  0x00005e28 rtn 
- 00023305  0x00005e2b store  0x00000001 , 0x0000444c 
- 00023306  0x00005e2c ifetch  0x00000006 , 0x00000006 
- 00023307  0x00005e2d istore  0x00000006 , 0x00000005 
- 00023308  0x00005e2e fetch  0x00000001 , 0x000044c6 
- 00023309  0x00005e2f beq  0x00000000 , 0x00005b5f 
- 00023310  0x00005e30 call  0x00005b2b 
- 00023311  0x00005e31 call  0x00005b26 
- 00023312  0x00005e32 jam  0x00000003 , 0x000044c4 
- 00023313  0x00005e33 fetch  0x00000001 , 0x0000444d 
- 00023314  0x00005e34 beq  0x00000000 , 0x00005b18 
- 00023315  0x00005e35 beq  0x00000001 , 0x00005b18 
- 00023316  0x00005e36 beq  0x00000003 , 0x00005b18 
- 00023317  0x00005e37 fetch  0x00000001 , 0x000044c6 
- 00023318  0x00005e38 beq  0x00000002 , 0x00005b1b 
- 00023319  0x00005e39 rtneq  0x00000083 
- 00023320  0x00005e3b arg  0x00000000 , 0x0000003f 
- 00023321  0x00005e3c store  0x00000004 , 0x000044c7 
- 00023322  0x00005e3d rtn 
- 00023323  0x00005e40 fetch  0x00000001 , 0x000044e9 
- 00023324  0x00005e41 bbit1  0x00000000 , 0x00005b24 
- 00023325  0x00005e43 arg  0x000044c7 , 0x00000011 
- 00023326  0x00005e44 copy  0x00000011 , 0x00000005 
- 00023327  0x00005e45 arg  0x00000003 , 0x00000039 
- 00023328  0x00005e46 call  0x0000630d 
- 00023329  0x00005e47 fetch  0x00000002 , 0x000044c9 
- 00023330  0x00005e48 and_into  0x00000007 , 0x0000003f 
- 00023331  0x00005e49 store  0x00000002 , 0x000044c9 
- 00023332  0x00005e4b jam  0x00000034 , 0x00000a99 
- 00023333  0x00005e4c branch  0x00007d86 
- 00023334  0x00005e4f fetch  0x00000001 , 0x0000444f 
- 00023335  0x00005e50 rtnbit1  0x00000003 
- 00023336  0x00005e51 fetch  0x00000001 , 0x000044c6 
- 00023337  0x00005e52 rtnbit0  0x00000007 
- 00023338  0x00005e53 branch  0x00003402 
- 00023339  0x00005e56 force  0x00000007 , 0x00000011 
- 00023340  0x00005e57 call  0x00005c62 
- 00023341  0x00005e58 fetch  0x00000007 , 0x00004453 
- 00023342  0x00005e59 istore  0x00000007 , 0x00000005 
- 00023343  0x00005e5a rtn 
- 00023344  0x00005e5e copy  0x00000006 , 0x00000011 
- 00023345  0x00005e5f fetch  0x00000001 , 0x000044c6 
- 00023346  0x00005e60 beq  0x00000083 , 0x00005b37 
- 00023347  0x00005e61 copy  0x00000011 , 0x00000006 
- 00023348  0x00005e62 arg  0x0000442a , 0x00000005 
- 00023349  0x00005e63 call  0x00007ebf 
- 00023350  0x00005e64 branch  0x00005b3d 
- 00023351  0x00005e66 copy  0x00000011 , 0x00000006 
- 00023352  0x00005e67 arg  0x0000442a , 0x00000005 
- 00023353  0x00005e68 call  0x00007ebf 
- 00023354  0x00005e69 jam  0x00000002 , 0x000044bf 
- 00023355  0x00005e6a jam  0x00000008 , 0x000044c1 
- 00023356  0x00005e6b rtn 
- 00023357  0x00005e6f fetch  0x00000001 , 0x000044c6 
- 00023358  0x00005e70 bbit1  0x00000007 , 0x00005b45 
- 00023359  0x00005e71 call  0x0000739c 
- 00023360  0x00005e72 force  0x00000011 , 0x00000011 
- 00023361  0x00005e73 call  0x00005c62 
- 00023362  0x00005e74 setarg  0x00000003 
- 00023363  0x00005e75 istore  0x00000001 , 0x00000005 
- 00023364  0x00005e76 branch  0x00007497 
- 00023365  0x00005e7a arg  0x0000443a , 0x00000005 
- 00023366  0x00005e7b call  0x0000630c 
- 00023367  0x00005e7c call  0x000071c5 
- 00023368  0x00005e7d force  0x00000011 , 0x00000011 
- 00023369  0x00005e7e call  0x00005c62 
- 00023370  0x00005e7f setarg  0x00000003 
- 00023371  0x00005e80 istore  0x00000001 , 0x00000005 
- 00023372  0x00005e81 branch  0x00007201 
- 00023373  0x00005e86 copy  0x00000006 , 0x00000011 
- 00023374  0x00005e87 fetch  0x00000001 , 0x000044c6 
- 00023375  0x00005e88 bbit1  0x00000007 , 0x00005b61 
- 00023376  0x00005e89 copy  0x00000011 , 0x00000006 
- 00023377  0x00005e8a call  0x00007394 
- 00023378  0x00005e8b branch  0x00005b75 , 0x00000005 
- 00023379  0x00005e8d jam  0x00000004 , 0x0000047b 
- 00023380  0x00005e8f force  0x00000002 , 0x00000011 
- 00023381  0x00005e90 call  0x00005c62 
- 00023382  0x00005e91 setarg  0x00000005 
- 00023383  0x00005e92 istore  0x00000001 , 0x00000005 
- 00023384  0x00005e93 fetch  0x00000001 , 0x0000047b 
- 00023385  0x00005e94 istore  0x00000001 , 0x00000005 
- 00023386  0x00005e96 force  0x0000000a , 0x00000007 
- 00023387  0x00005e97 call  0x00007f07 
- 00023388  0x00005e98 jam  0x00000000 , 0x000044c4 
- 00023389  0x00005e99 jam  0x00000030 , 0x00000a99 
- 00023390  0x00005e9a branch  0x00007d86 
- 00023391  0x00005e9d jam  0x00000005 , 0x0000047b 
- 00023392  0x00005e9e branch  0x00005b54 
- 00023393  0x00005ea2 arg  0x0000042f , 0x00000005 
- 00023394  0x00005ea3 copy  0x00000011 , 0x00000006 
- 00023395  0x00005ea4 call  0x00007ebf 
- 00023396  0x00005ea5 fetch  0x00000001 , 0x000044c6 
- 00023397  0x00005ea6 beq  0x00000083 , 0x00005b6c 
- 00023398  0x00005ea7 call  0x0000714f 
- 00023399  0x00005eaa call  0x00005b7a 
- 00023400  0x00005eab fetch  0x00000001 , 0x000044c6 
- 00023401  0x00005eac rtnne  0x00000082 
- 00023402  0x00005ead jam  0x0000003b , 0x00000a99 
- 00023403  0x00005eae branch  0x00007d86 
- 00023404  0x00005eb1 call  0x000071ba 
- 00023405  0x00005eb2 arg  0x00000af2 , 0x00000005 
- 00023406  0x00005eb3 call  0x00007201 
- 00023407  0x00005eb4 arg  0x00000af2 , 0x00000011 
- 00023408  0x00005eb5 arg  0x0000442a , 0x00000012 
- 00023409  0x00005eb6 arg  0x00000010 , 0x00000039 
- 00023410  0x00005eb7 call  0x00007f88 
- 00023411  0x00005eb8 nbranch  0x00005b53 , 0x00000005 
- 00023412  0x00005eb9 branch  0x00005b7a 
- 00023413  0x00005ebc call  0x00007390 
- 00023414  0x00005ebd jam  0x00000031 , 0x00000a99 
- 00023415  0x00005ebe call  0x00007d86 
- 00023416  0x00005ebf jam  0x00000001 , 0x00004429 
- 00023417  0x00005ec0 jam  0x00000005 , 0x000044c4 
- 00023418  0x00005ec3 force  0x00000011 , 0x00000011 
- 00023419  0x00005ec4 call  0x00005c62 
- 00023420  0x00005ec5 setarg  0x00000004 
- 00023421  0x00005ec6 istore  0x00000001 , 0x00000005 
- 00023422  0x00005ec7 arg  0x0000443a , 0x00000006 
- 00023423  0x00005ec8 branch  0x00007ebf 
- 00023424  0x00005ecb arg  0x0000041f , 0x00000005 
- 00023425  0x00005ecc branch  0x00007ebf 
- 00023426  0x00005ecf force  0x00000011 , 0x00000011 
- 00023427  0x00005ed0 call  0x00005c62 
- 00023428  0x00005ed1 setarg  0x00000006 
- 00023429  0x00005ed2 istore  0x00000001 , 0x00000005 
- 00023430  0x00005ed3 fetch  0x00000001 , 0x000044e9 
- 00023431  0x00005ed4 bbit1  0x00000001 , 0x00005b8a 
- 00023432  0x00005ed5 arg  0x00004419 , 0x00000006 
- 00023433  0x00005ed6 branch  0x00007ebf 
- 00023434  0x00005ed9 arg  0x000044ea , 0x00000006 
- 00023435  0x00005eda branch  0x00007ebf 
- 00023436  0x00005ede arg  0x000044cb , 0x00000005 
- 00023437  0x00005edf force  0x0000000a , 0x00000039 
- 00023438  0x00005ee0 call  0x0000630d 
- 00023439  0x00005ee1 force  0x0000000b , 0x00000011 
- 00023440  0x00005ee2 call  0x00005c62 
- 00023441  0x00005ee3 setarg  0x00000007 
- 00023442  0x00005ee4 istore  0x00000001 , 0x00000005 
- 00023443  0x00005ee5 fetch  0x00000002 , 0x000044cb 
- 00023444  0x00005ee6 istore  0x00000002 , 0x00000005 
- 00023445  0x00005ee7 fetch  0x00000008 , 0x000044cd 
- 00023446  0x00005ee8 istore  0x00000008 , 0x00000005 
- 00023447  0x00005ee9 rtn 
- 00023448  0x00005eec force  0x00000011 , 0x00000011 
- 00023449  0x00005eed call  0x00005c62 
- 00023450  0x00005eee setarg  0x00000008 
- 00023451  0x00005eef istore  0x00000001 , 0x00000005 
- 00023452  0x00005ef0 setarg  0x00000000 
- 00023453  0x00005ef1 istore  0x00000008 , 0x00000005 
- 00023454  0x00005ef2 istore  0x00000008 , 0x00000005 
- 00023455  0x00005ef3 rtn 
- 00023456  0x00005ef7 force  0x00000008 , 0x00000011 
- 00023457  0x00005ef8 call  0x00005c62 
- 00023458  0x00005ef9 setarg  0x00000009 
- 00023459  0x00005efa istore  0x00000001 , 0x00000005 
- 00023460  0x00005efb fetch  0x00000001 , 0x00004495 
- 00023461  0x00005efc istore  0x00000001 , 0x00000005 
- 00023462  0x00005efd fetch  0x00000006 , 0x000044a0 
- 00023463  0x00005efe istore  0x00000006 , 0x00000005 
- 00023464  0x00005eff rtn 
- 00023465  0x00005f03 jam  0x00000008 , 0x0000047b 
- 00023466  0x00005f04 branch  0x00005b54 
- 00023467  0x00005f07 fetch  0x00000001 , 0x00004458 
- 00023468  0x00005f08 fetcht  0x00000001 , 0x00004458 
- 00023469  0x00005f09 iand  0x00000002 , 0x0000003f 
- 00023470  0x00005f0a rtn 
- 00023471  0x00005f0d arg  0x000044d5 , 0x00000005 
- 00023472  0x00005f0e call  0x00007ebf 
- 00023473  0x00005f0f call  0x00005bab 
- 00023474  0x00005f10 isolate0  0x00000001 , 0x0000003f 
- 00023475  0x00005f11 branch  0x00005ba9 , 0x00000001 
- 00023476  0x00005f12 fetch  0x00000001 , 0x00004092 
- 00023477  0x00005f13 rtnne  0x0000000a 
- 00023478  0x00005f14 call  0x00005bb9 
- 00023479  0x00005f15 nrtn  0x00000028 
- 00023480  0x00005f16 branch  0x00003410 
- 00023481  0x00005f1a call  0x00007fe9 
- 00023482  0x00005f1b fetch  0x00000001 , 0x0000448e 
- 00023483  0x00005f1c rtneq  0x00000000 
- 00023484  0x00005f1d fetch  0x00000001 , 0x00000454 
- 00023485  0x00005f1e compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00023486  0x00005f1f rtn  0x00000001 
- 00023487  0x00005f20 branch  0x00007fe7 
- 00023488  0x00005f23 call  0x00005bab 
- 00023489  0x00005f24 isolate0  0x00000001 , 0x0000003f 
- 00023490  0x00005f25 branch  0x00005ba9 , 0x00000001 
- 00023491  0x00005f26 rtn 
- 00023492  0x00005f2b rtn 
- 00023493  0x00005f2e arg  0x000009be , 0x00000005 
- 00023494  0x00005f2f call  0x00007eb3 
- 00023495  0x00005f30 jam  0x00000002 , 0x000044bf 
- 00023496  0x00005f31 jam  0x00000001 , 0x000044c1 
- 00023497  0x00005f32 rtn 
- 00023498  0x00005f35 arg  0x00000a6e , 0x00000005 
- 00023499  0x00005f36 call  0x00007ebf 
- 00023500  0x00005f37 jam  0x00000006 , 0x000044c1 
- 00023501  0x00005f38 jam  0x00000002 , 0x000044bf 
- 00023502  0x00005f39 rtn 
- 00023503  0x00005f3c force  0x00000041 , 0x00000011 
- 00023504  0x00005f3d call  0x00005c62 
- 00023505  0x00005f3e setarg  0x0000000c 
- 00023506  0x00005f3f istore  0x00000001 , 0x00000005 
- 00023507  0x00005f40 arg  0x000045d2 , 0x00000006 
- 00023508  0x00005f41 branch  0x00007eb3 
- 00023509  0x00005f44 call  0x00007166 
- 00023510  0x00005f45 force  0x00000011 , 0x00000011 
- 00023511  0x00005f46 call  0x00005c62 
- 00023512  0x00005f47 setarg  0x0000000d 
- 00023513  0x00005f48 istore  0x00000001 , 0x00000005 
- 00023514  0x00005f49 branch  0x00007201 
- 00023515  0x00005f4d fetch  0x00000001 , 0x000044c4 
- 00023516  0x00005f4e rtneq  0x000000ff 
- 00023517  0x00005f4f arg  0x00000003 , 0x00000002 
- 00023518  0x00005f50 isub  0x00000002 , 0x0000003e 
- 00023519  0x00005f51 nrtn  0x00000002 
- 00023520  0x00005f52 arg  0x0000000a , 0x00000007 
- 00023521  0x00005f53 call  0x00007f16 
- 00023522  0x00005f54 nrtn  0x00000034 
- 00023523  0x00005f55 branch  0x00005ba9 
- 00023524  0x00005f58 bpatchx  0x00000078 , 0x0000402f 
- 00023525  0x00005f59 fetch  0x00000001 , 0x000044c4 
- 00023526  0x00005f5a beq  0x00000000 , 0x00005bef 
- 00023527  0x00005f5b beq  0x00000001 , 0x00005bf5 
- 00023528  0x00005f5c beq  0x00000002 , 0x00005bef 
- 00023529  0x00005f5d beq  0x00000003 , 0x00005bf7 
- 00023530  0x00005f5e beq  0x00000005 , 0x00005bfb 
- 00023531  0x00005f5f beq  0x00000007 , 0x00005c07 
- 00023532  0x00005f60 beq  0x00000008 , 0x00005c09 
- 00023533  0x00005f61 beq  0x00000009 , 0x00005c10 
- 00023534  0x00005f62 rtn 
- 00023535  0x00005f66 fetch  0x00000001 , 0x000044c5 
- 00023536  0x00005f67 rtnne  0x00000004 
- 00023537  0x00005f68 jam  0x000000ff , 0x000044c5 
- 00023538  0x00005f69 jam  0x000000ff , 0x000044c4 
- 00023539  0x00005f6a jam  0x0000003f , 0x00000a99 
- 00023540  0x00005f6b branch  0x00007d86 
- 00023541  0x00005f6f jam  0x00000002 , 0x000044c4 
- 00023542  0x00005f70 branch  0x00005b02 
- 00023543  0x00005f73 jam  0x00000004 , 0x000044c4 
- 00023544  0x00005f74 setarg  0x00017700 
- 00023545  0x00005f75 arg  0x0000000a , 0x00000007 
- 00023546  0x00005f76 branch  0x00007f08 
- 00023547  0x00005f79 fetch  0x00000001 , 0x000044c5 
- 00023548  0x00005f7a beq  0x00000004 , 0x00005bfe 
- 00023549  0x00005f7b rtn 
- 00023550  0x00005f7e jam  0x00000007 , 0x000044c4 
- 00023551  0x00005f7f jam  0x00000029 , 0x00000a99 
- 00023552  0x00005f80 call  0x00007d86 
- 00023553  0x00005f81 call  0x00005b82 
- 00023554  0x00005f82 fetch  0x00000001 , 0x00004092 
- 00023555  0x00005f83 rtnne  0x0000000a 
- 00023556  0x00005f84 call  0x00005bb9 
- 00023557  0x00005f85 rtn  0x00000028 
- 00023558  0x00005f86 branch  0x00003410 
- 00023559  0x00005f8a jam  0x00000008 , 0x000044c4 
- 00023560  0x00005f8b branch  0x00005b8c 
- 00023561  0x00005f8e fetch  0x00000001 , 0x00004452 
- 00023562  0x00005f8f fetcht  0x00000001 , 0x00004459 
- 00023563  0x00005f90 iand  0x00000002 , 0x0000003f 
- 00023564  0x00005f91 isolate0  0x00000001 , 0x0000003f 
- 00023565  0x00005f92 branch  0x00005c12 , 0x00000001 
- 00023566  0x00005f93 jam  0x00000009 , 0x000044c4 
- 00023567  0x00005f94 branch  0x00005b98 
- 00023568  0x00005f97 call  0x00005ba0 
- 00023569  0x00005f98 branch  0x00005c12 
- 00023570  0x00005f9c force  0x0000000a , 0x00000007 
- 00023571  0x00005f9d call  0x00007f07 
- 00023572  0x00005f9e jam  0x000000ff , 0x000044c5 
- 00023573  0x00005f9f jam  0x000000ff , 0x000044c4 
- 00023574  0x00005fa0 jam  0x0000003e , 0x00000a99 
- 00023575  0x00005fa1 branch  0x00007d86 
- 00023576  0x00005fa6 bpatchx  0x00000079 , 0x0000402f 
- 00023577  0x00005fa7 fetch  0x00000001 , 0x000044c6 
- 00023578  0x00005fa8 rtnbit0  0x00000007 
- 00023579  0x00005fa9 fetch  0x00000001 , 0x000044bf 
- 00023580  0x00005faa rtnne  0x00000002 
- 00023581  0x00005fab jam  0x00000000 , 0x000044bf 
- 00023582  0x00005fac fetch  0x00000001 , 0x000044c1 
- 00023583  0x00005fad beq  0x00000001 , 0x00005c58 
- 00023584  0x00005fae beq  0x00000002 , 0x00005c5f 
- 00023585  0x00005faf beq  0x00000003 , 0x00005c52 
- 00023586  0x00005fb0 beq  0x00000006 , 0x00005c39 
- 00023587  0x00005fb1 beq  0x00000007 , 0x00005c30 
- 00023588  0x00005fb2 beq  0x00000008 , 0x00005c26 
- 00023589  0x00005fb3 rtn 
- 00023590  0x00005fb7 fetch  0x00000001 , 0x00004663 
- 00023591  0x00005fb8 copy  0x0000003f , 0x00000007 
- 00023592  0x00005fb9 increase  0x00000001 , 0x0000003f 
- 00023593  0x00005fba store  0x00000001 , 0x00004663 
- 00023594  0x00005fbb fetch  0x00000004 , 0x000044c7 
- 00023595  0x00005fbc qisolate1  0x0000003f 
- 00023596  0x00005fbd setarg  0x00000080 
- 00023597  0x00005fbe setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00023598  0x00005fbf store  0x00000001 , 0x00004664 
- 00023599  0x00005fc0 branch  0x00005c55 
- 00023600  0x00005fc3 fetch  0x00000001 , 0x000044c2 
- 00023601  0x00005fc4 jam  0x00000000 , 0x000044c2 
- 00023602  0x00005fc5 beq  0x00000001 , 0x00005c35 
- 00023603  0x00005fc6 jam  0x00000002 , 0x000044bf 
- 00023604  0x00005fc7 rtn 
- 00023605  0x00005fca jam  0x00000031 , 0x00000a99 
- 00023606  0x00005fcb call  0x00007d86 
- 00023607  0x00005fcc jam  0x00000005 , 0x000044c4 
- 00023608  0x00005fcd branch  0x00005bd5 
- 00023609  0x00005fd0 fetch  0x00000001 , 0x000009b9 
- 00023610  0x00005fd1 beq  0x00000003 , 0x00005c3d 
- 00023611  0x00005fd2 jam  0x00000002 , 0x000044bf 
- 00023612  0x00005fd3 rtn 
- 00023613  0x00005fd6 call  0x0000718d 
- 00023614  0x00005fda fetch  0x00000001 , 0x000044c6 
- 00023615  0x00005fdb beq  0x00000083 , 0x00005c41 
- 00023616  0x00005fdc call  0x00005b18 
- 00023617  0x00005fde call  0x0000717a 
- 00023618  0x00005fdf arg  0x00000af2 , 0x00000011 
- 00023619  0x00005fe0 arg  0x00000a6e , 0x00000012 
- 00023620  0x00005fe1 arg  0x00000010 , 0x00000039 
- 00023621  0x00005fe2 call  0x00007f88 
- 00023622  0x00005fe3 branch  0x00005c49 , 0x00000005 
- 00023623  0x00005fe5 jam  0x0000000b , 0x0000047b 
- 00023624  0x00005fe6 branch  0x00005b54 
- 00023625  0x00005fea call  0x00007595 
- 00023626  0x00005feb nbranch  0x00005c47 , 0x00000005 
- 00023627  0x00005fec jam  0x00000001 , 0x00004429 
- 00023628  0x00005fed fetch  0x00000001 , 0x000044c6 
- 00023629  0x00005fee beq  0x00000081 , 0x00005c35 
- 00023630  0x00005fef beq  0x00000083 , 0x00005c35 
- 00023631  0x00005ff0 jam  0x00000002 , 0x000044bf 
- 00023632  0x00005ff1 jam  0x00000007 , 0x000044c1 
- 00023633  0x00005ff2 rtn 
- 00023634  0x00005ff5 fetch  0x00000001 , 0x000044c6 
- 00023635  0x00005ff6 beq  0x00000083 , 0x00005c56 
- 00023636  0x00005ff7 jam  0x00000000 , 0x00004664 
- 00023637  0x00005ff9 branch  0x00005b3d 
- 00023638  0x00005fff jam  0x00000000 , 0x00004663 
- 00023639  0x00006000 branch  0x00005b1b 
- 00023640  0x00006004 jam  0x00000002 , 0x000044bf 
- 00023641  0x00006005 fetch  0x00000001 , 0x000044c3 
- 00023642  0x00006006 beq  0x00000003 , 0x00005c5c 
- 00023643  0x00006008 rtn 
- 00023644  0x0000600b jam  0x00000002 , 0x000044c1 
- 00023645  0x0000600c jam  0x00000000 , 0x000009b9 
- 00023646  0x0000600d branch  0x00007a99 
- 00023647  0x00006010 jam  0x00000002 , 0x000044bf 
- 00023648  0x00006011 jam  0x00000003 , 0x000044c1 
- 00023649  0x00006012 branch  0x00005bcf 
- 00023650  0x00006017 force  0x00000006 , 0x00000012 
- 00023651  0x00006018 branch  0x00005847 
- 00023652  0x0000601d fetch  0x00000001 , 0x000002db 
- 00023653  0x0000601e beq  0x00000000 , 0x00005c7b 
- 00023654  0x0000601f beq  0x00000001 , 0x00005c83 
- 00023655  0x00006020 beq  0x00000002 , 0x00005c8e 
- 00023656  0x00006021 beq  0x00000003 , 0x00005caa 
- 00023657  0x00006022 beq  0x00000004 , 0x00005ce1 
- 00023658  0x00006023 beq  0x00000005 , 0x00005ce6 
- 00023659  0x00006024 beq  0x00000006 , 0x00005cea 
- 00023660  0x00006025 beq  0x00000007 , 0x00005cf5 
- 00023661  0x00006026 beq  0x00000008 , 0x00005c99 
- 00023662  0x00006027 beq  0x00000009 , 0x00005cf5 
- 00023663  0x00006028 beq  0x0000000a , 0x00005cef 
- 00023664  0x00006029 beq  0x0000000b , 0x00005cf5 
- 00023665  0x0000602a beq  0x0000000c , 0x00005c9f 
- 00023666  0x0000602b beq  0x0000000d , 0x00005cf5 
- 00023667  0x0000602c beq  0x00000012 , 0x00005ca6 
- 00023668  0x0000602d beq  0x00000013 , 0x00005cf5 
- 00023669  0x0000602e arg  0x00000002 , 0x00000011 
- 00023670  0x0000602f arg  0x00000007 , 0x00000012 
- 00023671  0x00006030 call  0x00005842 
- 00023672  0x00006031 fetch  0x00000001 , 0x000002db 
- 00023673  0x00006032 istore  0x00000001 , 0x00000005 
- 00023674  0x00006033 rtn 
- 00023675  0x00006037 ifetch  0x00000009 , 0x00000006 
- 00023676  0x00006038 store  0x00000009 , 0x000043d3 
- 00023677  0x00006039 ifetch  0x00000002 , 0x00000006 
- 00023678  0x0000603a store  0x00000002 , 0x0000045f 
- 00023679  0x0000603b fetch  0x00000001 , 0x0000043f 
- 00023680  0x0000603c set1  0x00000005 , 0x0000003f 
- 00023681  0x0000603d store  0x00000001 , 0x0000043f 
- 00023682  0x0000603e rtn 
- 00023683  0x00006041 ifetch  0x00000005 , 0x00000006 
- 00023684  0x00006042 store  0x00000005 , 0x000043ce 
- 00023685  0x00006043 ifetch  0x00000002 , 0x00000006 
- 00023686  0x00006044 store  0x00000002 , 0x0000045f 
- 00023687  0x00006045 fetcht  0x00000002 , 0x00000459 
- 00023688  0x00006046 isub  0x00000002 , 0x0000003e 
- 00023689  0x00006047 nbranch  0x00005c8e , 0x00000002 
- 00023690  0x00006048 fetch  0x00000001 , 0x0000043f 
- 00023691  0x00006049 set1  0x00000006 , 0x0000003f 
- 00023692  0x0000604a store  0x00000001 , 0x0000043f 
- 00023693  0x0000604b rtn 
- 00023694  0x0000604f setarg  0x00000014 
- 00023695  0x00006050 store  0x00000002 , 0x0000046d 
- 00023696  0x00006051 store  0x00000002 , 0x000044ba 
- 00023697  0x00006052 rtn 
- 00023698  0x00006055 arg  0x00000013 , 0x00000013 
- 00023699  0x00006059 arg  0x00000002 , 0x00000011 
- 00023700  0x0000605a arg  0x00000002 , 0x00000012 
- 00023701  0x0000605b call  0x00005842 
- 00023702  0x0000605c copy  0x00000013 , 0x0000003f 
- 00023703  0x0000605d istore  0x00000001 , 0x00000005 
- 00023704  0x0000605e rtn 
- 00023705  0x00006063 arg  0x00000009 , 0x00000011 
- 00023706  0x00006064 arg  0x00000009 , 0x00000012 
- 00023707  0x00006065 call  0x00005842 
- 00023708  0x00006066 setarg  0x00000001 
- 00023709  0x00006067 istore  0x00000008 , 0x00000005 
- 00023710  0x00006068 rtn 
- 00023711  0x0000606c rtn  0x00000029 
- 00023712  0x0000606e arg  0x00000006 , 0x00000011 
- 00023713  0x0000606f arg  0x0000000c , 0x00000012 
- 00023714  0x00006070 call  0x00005842 
- 00023715  0x00006071 fetch  0x00000005 , 0x00004510 
- 00023716  0x00006072 istore  0x00000005 , 0x00000005 
- 00023717  0x00006073 rtn 
- 00023718  0x00006077 arg  0x00000013 , 0x00000012 
- 00023719  0x00006078 branch  0x00005ca8 
- 00023720  0x0000607c arg  0x00000001 , 0x00000011 
- 00023721  0x0000607d branch  0x00005842 
- 00023722  0x00006081 ifetch  0x00000008 , 0x00000006 
- 00023723  0x00006082 store  0x00000008 , 0x000044cd 
- 00023724  0x00006083 ifetch  0x00000002 , 0x00000006 
- 00023725  0x00006084 store  0x00000002 , 0x000044cb 
- 00023726  0x00006085 ifetch  0x00000008 , 0x00000006 
- 00023727  0x00006086 store  0x00000008 , 0x000044aa 
- 00023728  0x00006087 ifetch  0x00000004 , 0x00000006 
- 00023729  0x00006088 store  0x00000004 , 0x00004411 
- 00023730  0x00006089 call  0x00005ccf 
- 00023731  0x0000608a bpatchx  0x0000007a , 0x0000402f 
- 00023732  0x0000608b fetch  0x00000001 , 0x000044c4 
- 00023733  0x0000608c beq  0x00000005 , 0x00005cbc 
- 00023734  0x0000608d fetch  0x00000001 , 0x000044e9 
- 00023735  0x0000608e bbit1  0x00000001 , 0x00005cbf 
- 00023736  0x0000608f fetch  0x00000001 , 0x00004217 
- 00023737  0x00006090 ncall  0x000067be , 0x00000034 
- 00023738  0x00006091 fetch  0x00000001 , 0x00004429 
- 00023739  0x00006092 beq  0x00000000 , 0x00005cc4 
- 00023740  0x00006094 jam  0x00000001 , 0x000044c5 
- 00023741  0x00006095 call  0x00005cdd 
- 00023742  0x00006096 branch  0x000073a2 
- 00023743  0x00006099 jam  0x00000001 , 0x00004429 
- 00023744  0x0000609a arg  0x000044ea , 0x00000006 
- 00023745  0x0000609b arg  0x00004419 , 0x00000005 
- 00023746  0x0000609c call  0x00007ebf 
- 00023747  0x0000609d branch  0x00005cbc 
- 00023748  0x000060a1 bpatchx  0x0000007b , 0x0000402f 
- 00023749  0x000060a2 jam  0x00000000 , 0x000044c5 
- 00023750  0x000060a3 jam  0x00000000 , 0x000044c4 
- 00023751  0x000060a4 jam  0x00000041 , 0x00000a99 
- 00023752  0x000060a5 branch  0x00007d86 
- 00023753  0x000060a8 arg  0x00000002 , 0x00000011 
- 00023754  0x000060a9 arg  0x0000000d , 0x00000012 
- 00023755  0x000060aa call  0x00005842 
- 00023756  0x000060ab setarg  0x00000006 
- 00023757  0x000060ac istore  0x00000001 , 0x00000005 
- 00023758  0x000060ad rtn 
- 00023759  0x000060b0 arg  0x000044b2 , 0x00000005 
- 00023760  0x000060b1 force  0x00000008 , 0x00000039 
- 00023761  0x000060b2 call  0x0000630d 
- 00023762  0x000060b3 arg  0x00004415 , 0x00000005 
- 00023763  0x000060b4 force  0x00000004 , 0x00000039 
- 00023764  0x000060b5 call  0x0000630d 
- 00023765  0x000060b6 arg  0x0000000d , 0x00000011 
- 00023766  0x000060b7 arg  0x00000004 , 0x00000012 
- 00023767  0x000060b8 call  0x00005842 
- 00023768  0x000060b9 fetch  0x00000008 , 0x000044b2 
- 00023769  0x000060ba istore  0x00000008 , 0x00000005 
- 00023770  0x000060bb fetch  0x00000004 , 0x00004415 
- 00023771  0x000060bc istore  0x00000004 , 0x00000005 
- 00023772  0x000060bd rtn 
- 00023773  0x000060c0 arg  0x00000005 , 0x00000012 
- 00023774  0x000060c1 branch  0x00005ca8 
- 00023775  0x000060c4 arg  0x00000006 , 0x00000012 
- 00023776  0x000060c5 branch  0x00005ca8 
- 00023777  0x000060c9 ifetch  0x00000008 , 0x00000006 
- 00023778  0x000060ca store  0x00000008 , 0x000044b2 
- 00023779  0x000060cb ifetch  0x00000004 , 0x00000006 
- 00023780  0x000060cc store  0x00000004 , 0x00004415 
- 00023781  0x000060cd branch  0x000073a2 
- 00023782  0x000060d0 fetch  0x00000001 , 0x0000043f 
- 00023783  0x000060d1 set1  0x00000004 , 0x0000003f 
- 00023784  0x000060d2 store  0x00000001 , 0x0000043f 
- 00023785  0x000060d3 rtn 
- 00023786  0x000060d6 rtn  0x00000029 
- 00023787  0x000060d7 jam  0x00000032 , 0x00000a99 
- 00023788  0x000060d8 call  0x00007d86 
- 00023789  0x000060d9 jam  0x00000004 , 0x000044c5 
- 00023790  0x000060da branch  0x00005cdf 
- 00023791  0x000060dd jam  0x00000002 , 0x000044c5 
- 00023792  0x000060de call  0x00005cf3 
- 00023793  0x000060df jam  0x00000033 , 0x00000a99 
- 00023794  0x000060e0 branch  0x00007d86 
- 00023795  0x000060e3 arg  0x0000000b , 0x00000012 
- 00023796  0x000060e4 branch  0x00005ca8 
- 00023797  0x000060ec rtn 
- 00023798  0x000060f4 rtn  0x0000002b 
- 00023799  0x000060f6 bpatchx  0x0000007c , 0x0000402f 
- 00023800  0x000060f7 setarg  0x00000000 
- 00023801  0x000060f8 store  0x00000001 , 0x00000048 
- 00023802  0x000060f9 store  0x00000001 , 0x00000055 
- 00023803  0x000060fa store  0x00000001 , 0x00000078 
- 00023804  0x000060fb store  0x00000001 , 0x0000007c 
- 00023805  0x000060fc store  0x00000001 , 0x00004158 
- 00023806  0x000060fd store  0x00000001 , 0x000004d7 
- 00023807  0x000060fe store  0x00000001 , 0x0000016d 
- 00023808  0x000060ff store  0x00000001 , 0x000009b5 
- 00023809  0x00006100 jam  0x00000000 , 0x0000455b 
- 00023810  0x00006101 jam  0x00000000 , 0x00000229 
- 00023811  0x00006102 jam  0x00000000 , 0x000004d8 
- 00023812  0x00006104 jam  0x00000000 , 0x000009b5 
- 00023813  0x00006105 jam  0x00000000 , 0x000009b4 
- 00023814  0x00006106 jam  0x00000000 , 0x000004d1 
- 00023815  0x00006109 rtn 
- 00023816  0x0000610c bpatchx  0x0000007d , 0x0000402f 
- 00023817  0x0000610d call  0x000062ff , 0x00000029 
- 00023818  0x0000610e ncall  0x00006303 , 0x00000029 
- 00023819  0x0000610f call  0x000062bc 
- 00023820  0x00006110 nrtn  0x00000034 
- 00023821  0x00006111 fetch  0x00000001 , 0x0000004c 
- 00023822  0x00006112 rtnbit0  0x00000006 
- 00023823  0x00006113 set0  0x00000006 , 0x0000003f 
- 00023824  0x00006114 set0  0x00000001 , 0x00000000 
- 00023825  0x00006115 store  0x00000001 , 0x0000004c 
- 00023826  0x00006116 fetch  0x00000001 , 0x00000551 
- 00023827  0x00006117 fetcht  0x00000001 , 0x0000004c 
- 00023828  0x00006118 isolate1  0x00000000 , 0x0000003f 
- 00023829  0x00006119 setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00023830  0x0000611a storet  0x00000001 , 0x0000004c 
- 00023831  0x0000611b and_into  0x00000002 , 0x00000002 
- 00023832  0x0000611c storet  0x00000001 , 0x0000007f 
- 00023833  0x0000611d fetcht  0x00000001 , 0x0000004c 
- 00023834  0x0000611e rshift  0x0000003f , 0x0000003f 
- 00023835  0x0000611f store  0x00000001 , 0x0000007d 
- 00023836  0x00006120 bpatchx  0x0000007e , 0x0000402f 
- 00023837  0x00006121 fetch  0x00000001 , 0x0000007d 
- 00023838  0x00006122 beq  0x0000007f , 0x00005d66 
- 00023839  0x00006123 beq  0x00000003 , 0x00005db1 
- 00023840  0x00006124 beq  0x00000004 , 0x00005dc2 
- 00023841  0x00006125 beq  0x0000003c , 0x00005d59 
- 00023842  0x00006126 beq  0x00000005 , 0x00005d55 
- 00023843  0x00006127 beq  0x0000000f , 0x00005fa8 
- 00023844  0x00006128 beq  0x00000010 , 0x00005e24 
- 00023845  0x00006129 beq  0x00000023 , 0x00005e42 
- 00023846  0x0000612a beq  0x00000039 , 0x00005fc1 
- 00023847  0x0000612b beq  0x00000038 , 0x00005fbc 
- 00023848  0x0000612c beq  0x00000031 , 0x00005e27 
- 00023849  0x0000612d beq  0x00000037 , 0x00005eb0 
- 00023850  0x0000612e beq  0x00000027 , 0x00005eac 
- 00023851  0x0000612f beq  0x00000033 , 0x00005ea9 
- 00023852  0x00006130 beq  0x00000025 , 0x00005eae 
- 00023853  0x00006131 beq  0x00000026 , 0x00005e3e 
- 00023854  0x00006132 beq  0x00000007 , 0x00005e36 
- 00023855  0x00006133 beq  0x0000002d , 0x00005e2d 
- 00023856  0x00006134 beq  0x0000002e , 0x00005e2e 
- 00023857  0x00006135 beq  0x00000001 , 0x00005ea5 
- 00023858  0x00006136 beq  0x00000002 , 0x00005e90 
- 00023859  0x00006137 beq  0x00000028 , 0x00005fb3 
- 00023860  0x00006138 beq  0x00000009 , 0x00005e86 
- 00023861  0x00006139 beq  0x0000000b , 0x00005e5f 
- 00023862  0x0000613a beq  0x00000008 , 0x00005e43 
- 00023863  0x0000613b beq  0x0000000c , 0x00005e6a 
- 00023864  0x0000613c beq  0x0000001f , 0x00005e3a 
- 00023865  0x0000613d beq  0x00000020 , 0x00005e3c 
- 00023866  0x0000613e beq  0x00000021 , 0x00005eca 
- 00023867  0x0000613f beq  0x00000022 , 0x00005eca 
- 00023868  0x00006140 beq  0x00000035 , 0x00005ecb 
- 00023869  0x00006141 beq  0x00000036 , 0x00005ecc 
- 00023870  0x00006142 beq  0x00000024 , 0x00005eca 
- 00023871  0x00006143 beq  0x00000034 , 0x00005ecd 
- 00023872  0x00006144 beq  0x00000017 , 0x00005ed6 
- 00023873  0x00006145 beq  0x00000011 , 0x00005ef2 
- 00023874  0x00006146 beq  0x00000012 , 0x00005ef6 
- 00023875  0x00006147 beq  0x00000013 , 0x00005ef8 
- 00023876  0x00006148 beq  0x0000000d , 0x00005f0a 
- 00023877  0x00006149 beq  0x0000000e , 0x00005f0a 
- 00023878  0x0000614a beq  0x0000002f , 0x00005eaa 
- 00023879  0x0000614b beq  0x00000030 , 0x00005f0a 
- 00023880  0x0000614c beq  0x0000000a , 0x00005f0a 
- 00023881  0x0000614d beq  0x00000018 , 0x00005f0b 
- 00023882  0x0000614e beq  0x00000032 , 0x00005f0a 
- 00023883  0x0000614f beq  0x0000003d , 0x00005f10 
- 00023884  0x00006150 beq  0x0000003e , 0x00005f51 
- 00023885  0x00006151 beq  0x0000003f , 0x00005f4b 
- 00023886  0x00006152 beq  0x00000040 , 0x00005f78 
- 00023887  0x00006153 beq  0x00000041 , 0x00005f8a 
- 00023888  0x00006154 beq  0x00000006 , 0x00005fa7 
- 00023889  0x00006155 beq  0x0000003a , 0x00005d57 
- 00023890  0x00006159 jam  0x00000019 , 0x0000007e 
- 00023891  0x0000615b jam  0x00000004 , 0x0000007c 
- 00023892  0x0000615c rtn 
- 00023893  0x0000615f jam  0x00000006 , 0x0000007c 
- 00023894  0x00006160 rtn 
- 00023895  0x00006163 jam  0x0000003b , 0x0000007c 
- 00023896  0x00006164 rtn 
- 00023897  0x00006167 fetch  0x00000004 , 0x00000552 
- 00023898  0x00006168 lshift  0x0000003f , 0x0000003f 
- 00023899  0x00006169 store  0x00000004 , 0x000040d2 
- 00023900  0x0000616a fetch  0x00000001 , 0x00000556 
- 00023901  0x0000616b store  0x00000001 , 0x000040d9 
- 00023902  0x0000616c fetch  0x00000005 , 0x00000557 
- 00023903  0x0000616d store  0x00000005 , 0x000040e7 
- 00023904  0x0000616e fetch  0x00000005 , 0x0000055c 
- 00023905  0x0000616f istore  0x00000005 , 0x00000005 
- 00023906  0x00006170 fetch  0x00000001 , 0x00000031 
- 00023907  0x00006171 set1  0x00000003 , 0x0000003f 
- 00023908  0x00006172 store  0x00000001 , 0x00000031 
- 00023909  0x00006173 rtn 
- 00023910  0x00006175 bpatchx  0x0000007f , 0x0000402f 
- 00023911  0x00006176 fetch  0x00000001 , 0x00000552 
- 00023912  0x00006177 set1  0x00000007 , 0x0000003f 
- 00023913  0x00006178 store  0x00000001 , 0x0000007d 
- 00023914  0x00006179 beq  0x00000081 , 0x00005d88 
- 00023915  0x0000617a beq  0x00000082 , 0x00005d8d 
- 00023916  0x0000617b beq  0x00000095 , 0x00005eb1 
- 00023917  0x0000617c beq  0x00000096 , 0x00005eca 
- 00023918  0x0000617d beq  0x0000008b , 0x00005ebf 
- 00023919  0x0000617e beq  0x00000083 , 0x00005da5 
- 00023920  0x0000617f beq  0x00000084 , 0x00005da7 
- 00023921  0x00006180 beq  0x00000090 , 0x00005d7a 
- 00023922  0x00006181 beq  0x00000097 , 0x00005d9e 
- 00023923  0x00006182 beq  0x00000098 , 0x00005da3 
- 00023924  0x00006183 beq  0x00000099 , 0x00005d7d 
- 00023925  0x00006184 beq  0x0000009a , 0x00005d80 
- 00023926  0x00006185 rtneq  0x00000084 
- 00023927  0x00006189 jam  0x00000082 , 0x0000007c 
- 00023928  0x0000618a jam  0x00000019 , 0x0000007e 
- 00023929  0x0000618c rtn 
- 00023930  0x0000618e jam  0x00000082 , 0x0000007c 
- 00023931  0x0000618f jam  0x0000002e , 0x0000007e 
- 00023932  0x00006190 rtn 
- 00023933  0x00006193 call  0x00005d82 
- 00023934  0x00006194 jam  0x0000009a , 0x0000007c 
- 00023935  0x00006195 rtn 
- 00023936  0x00006198 call  0x00005d82 
- 00023937  0x00006199 branch  0x00005d86 
- 00023938  0x0000619c arg  0x0000465e , 0x00000005 
- 00023939  0x0000619d fetch  0x00000003 , 0x00000553 
- 00023940  0x0000619e istore  0x00000003 , 0x00000005 
- 00023941  0x0000619f rtn 
- 00023942  0x000061a2 branch  0x000076d8 , 0x00000001 
- 00023943  0x000061a3 rtn 
- 00023944  0x000061a5 fetch  0x00000001 , 0x00000554 
- 00023945  0x000061a6 set1  0x00000007 , 0x0000003f 
- 00023946  0x000061a7 store  0x00000001 , 0x000004c9 
- 00023947  0x000061a8 beq  0x0000008b , 0x00005d92 
- 00023948  0x000061a9 rtn 
- 00023949  0x000061ad fetch  0x00000001 , 0x00000554 
- 00023950  0x000061ae set1  0x00000007 , 0x0000003f 
- 00023951  0x000061af store  0x00000001 , 0x000004c9 
- 00023952  0x000061b0 beq  0x0000008b , 0x00005d96 
- 00023953  0x000061b1 rtn 
- 00023954  0x000061b4 fetch  0x00000001 , 0x0000415a 
- 00023955  0x000061b5 fetcht  0x00000001 , 0x0000004c 
- 00023956  0x000061b6 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00023957  0x000061b7 storet  0x00000001 , 0x0000004c 
- 00023958  0x000061b9 fetch  0x00000001 , 0x00000030 
- 00023959  0x000061ba rtnbit0  0x00000005 
- 00023960  0x000061bb set0  0x00000005 , 0x0000003f 
- 00023961  0x000061bc store  0x00000001 , 0x00000030 
- 00023962  0x000061bd fetch  0x00000001 , 0x000004d7 
- 00023963  0x000061be nrtn  0x00000034 
- 00023964  0x000061bf jam  0x00000031 , 0x0000007c 
- 00023965  0x000061c0 rtn 
- 00023966  0x000061c3 nbranch  0x00005da1 , 0x00000029 
- 00023967  0x000061c4 jam  0x00000012 , 0x0000007c 
- 00023968  0x000061c5 branch  0x000062eb 
- 00023969  0x000061c8 jam  0x00000097 , 0x0000007c 
- 00023970  0x000061c9 rtn 
- 00023971  0x000061ce call  0x000062eb 
- 00023972  0x000061cf branch  0x00005ffe 
- 00023973  0x000061d2 jam  0x00000084 , 0x0000007c 
- 00023974  0x000061d3 rtn 
- 00023975  0x000061d6 fetcht  0x00000001 , 0x00000555 
- 00023976  0x000061d7 and  0x00000002 , 0x00000001 , 0x00000002 
- 00023977  0x000061d8 storet  0x00000001 , 0x000004d0 
- 00023978  0x000061d9 fetch  0x00000001 , 0x000041ce 
- 00023979  0x000061da bne  0x00000051 , 0x00005dad 
- 00023980  0x000061db jam  0x00000000 , 0x000041ce 
- 00023981  0x000061dd fetch  0x00000001 , 0x00000055 
- 00023982  0x000061de rtnne  0x00000015 
- 00023983  0x000061df jam  0x00000004 , 0x00000055 
- 00023984  0x000061e0 branch  0x0000631b 
- 00023985  0x000061e3 bpatchx  0x00000080 , 0x00004030 
- 00023986  0x000061e4 fetch  0x00000001 , 0x00000552 
- 00023987  0x000061e5 store  0x00000001 , 0x000004c9 
- 00023988  0x000061e6 beq  0x00000033 , 0x00005dd8 
- 00023989  0x000061e7 beq  0x00000008 , 0x00005de7 
- 00023990  0x000061e8 beq  0x0000000f , 0x00005dee 
- 00023991  0x000061e9 beq  0x00000010 , 0x00005df4 
- 00023992  0x000061ea beq  0x00000011 , 0x00005df5 
- 00023993  0x000061eb beq  0x00000012 , 0x00005dfd 
- 00023994  0x000061ec beq  0x00000018 , 0x00005e13 
- 00023995  0x000061ed beq  0x00000017 , 0x00005e16 
- 00023996  0x000061ee beq  0x00000013 , 0x00005dcf 
- 00023997  0x000061f0 beq  0x0000003d , 0x00005f1e 
- 00023998  0x000061f1 beq  0x0000003e , 0x00005f6a 
- 00023999  0x000061f2 beq  0x00000040 , 0x00005f20 
- 00024000  0x000061f3 beq  0x00000041 , 0x00005f3d 
- 00024001  0x000061f4 rtn 
- 00024002  0x000061f7 bpatchx  0x00000081 , 0x00004030 
- 00024003  0x000061f8 fetch  0x00000001 , 0x00000552 
- 00024004  0x000061f9 store  0x00000001 , 0x000004c9 
- 00024005  0x000061fa beq  0x00000001 , 0x00005e0a 
- 00024006  0x000061fb beq  0x00000033 , 0x00005de2 
- 00024007  0x000061fc beq  0x0000000b , 0x00005dfe 
- 00024008  0x000061fd beq  0x00000008 , 0x00005e01 
- 00024009  0x000061fe beq  0x00000013 , 0x00005dd2 
- 00024010  0x00006200 beq  0x00000040 , 0x00005e0b 
- 00024011  0x00006201 beq  0x00000041 , 0x00005e0e 
- 00024012  0x00006202 beq  0x00000018 , 0x00005e11 
- 00024013  0x00006203 beq  0x00000017 , 0x00005e22 
- 00024014  0x00006204 rtn 
- 00024015  0x00006207 jam  0x00000020 , 0x00000a99 
- 00024016  0x00006208 call  0x00007d86 
- 00024017  0x00006209 branch  0x000021dc 
- 00024018  0x0000620b jam  0x00000019 , 0x00000a99 
- 00024019  0x0000620c call  0x00007d86 
- 00024020  0x0000620d jam  0x00000002 , 0x0000455b 
- 00024021  0x0000620e setarg  0x00000050 
- 00024022  0x0000620f arg  0x00000006 , 0x00000007 
- 00024023  0x00006210 branch  0x00007f08 
- 00024024  0x00006216 fetch  0x00000001 , 0x000004d1 
- 00024025  0x00006217 set1  0x00000000 , 0x0000003f 
- 00024026  0x00006218 store  0x00000001 , 0x000004d1 
- 00024027  0x00006219 jam  0x00000001 , 0x00000a99 
- 00024028  0x0000621a call  0x00007d86 
- 00024029  0x0000621b jam  0x0000008b , 0x0000007c 
- 00024030  0x0000621f fetch  0x00000001 , 0x00000055 
- 00024031  0x00006220 bne  0x00000005 , 0x00005d07 
- 00024032  0x00006223 jam  0x00000006 , 0x00000055 
- 00024033  0x00006224 rtn 
- 00024034  0x0000622d jam  0x0000000b , 0x000004ca 
- 00024035  0x0000622e jam  0x00000007 , 0x0000007c 
- 00024036  0x00006230 jam  0x00000000 , 0x00000055 
- 00024037  0x00006232 branch  0x00005d07 , 0x00000001 
- 00024038  0x00006233 rtn 
- 00024039  0x00006236 fetch  0x00000001 , 0x000041bd 
- 00024040  0x00006237 nrtn  0x00000034 
- 00024041  0x00006238 call  0x0000244f 
- 00024042  0x00006239 call  0x00005ffc 
- 00024043  0x0000623a rtn  0x00000029 
- 00024044  0x0000623b set1  0x00000021 , 0x00000000 
- 00024045  0x0000623c rtn 
- 00024046  0x0000623f nrtn  0x00000029 
- 00024047  0x00006240 jam  0x00000010 , 0x0000007c 
- 00024048  0x00006241 fetch  0x00000001 , 0x0000004c 
- 00024049  0x00006242 rtnbit0  0x00000002 
- 00024050  0x00006243 jam  0x00000012 , 0x0000007c 
- 00024051  0x00006244 rtn 
- 00024052  0x00006247 branch  0x00005ffe 
- 00024053  0x0000624a call  0x00006059 
- 00024054  0x0000624b fetch  0x00000001 , 0x00000030 
- 00024055  0x0000624c rtnbit1  0x00000004 
- 00024056  0x0000624d jam  0x00000031 , 0x0000007c 
- 00024057  0x0000624e fetch  0x00000001 , 0x00000055 
- 00024058  0x0000624f rtnne  0x0000000a 
- 00024059  0x00006250 jam  0x0000000b , 0x00000055 
- 00024060  0x00006251 rtn 
- 00024061  0x0000625b rtn 
- 00024062  0x0000625f jam  0x00000007 , 0x0000007c 
- 00024063  0x00006260 jam  0x00000013 , 0x000004ca 
- 00024064  0x00006261 rtn 
- 00024065  0x00006264 fetch  0x00000001 , 0x00000553 
- 00024066  0x00006265 beq  0x00000006 , 0x00005e07 
- 00024067  0x00006266 rtnne  0x00000018 
- 00024068  0x00006267 jam  0x00000018 , 0x000004ca 
- 00024069  0x00006268 jam  0x00000007 , 0x0000007c 
- 00024070  0x00006269 rtn 
- 00024071  0x0000626b jam  0x00000006 , 0x000004ca 
- 00024072  0x0000626c jam  0x00000007 , 0x0000007c 
- 00024073  0x0000626d rtn 
- 00024074  0x00006270 rtn 
- 00024075  0x00006273 jam  0x00000000 , 0x000009ae 
- 00024076  0x00006274 jam  0x00000007 , 0x0000007c 
- 00024077  0x00006275 branch  0x00005d07 
- 00024078  0x00006278 jam  0x00000000 , 0x000009ae 
- 00024079  0x00006279 jam  0x00000007 , 0x0000007c 
- 00024080  0x0000627a branch  0x00005d07 
- 00024081  0x0000627c jam  0x00000024 , 0x00000a99 
- 00024082  0x0000627d branch  0x00007d86 
- 00024083  0x00006280 jam  0x00000023 , 0x00000a99 
- 00024084  0x00006281 call  0x00007d86 
- 00024085  0x00006282 branch  0x000026e9 
- 00024086  0x00006285 jam  0x00000022 , 0x00000a99 
- 00024087  0x00006286 call  0x00007d86 
- 00024088  0x00006287 setarg  0x00000000 
- 00024089  0x00006288 store  0x00000002 , 0x00000075 
- 00024090  0x00006289 fetch  0x00000002 , 0x000041e3 
- 00024091  0x0000628a lshift  0x0000003f , 0x0000003f 
- 00024092  0x0000628b store  0x00000002 , 0x00000032 
- 00024093  0x0000628c fetch  0x00000001 , 0x000041e5 
- 00024094  0x0000628d store  0x00000001 , 0x00000073 
- 00024095  0x0000628e fetch  0x00000001 , 0x000041e7 
- 00024096  0x0000628f store  0x00000001 , 0x00000074 
- 00024097  0x00006290 branch  0x000026c6 
- 00024098  0x00006293 jam  0x00000021 , 0x00000a99 
- 00024099  0x00006294 branch  0x00007d86 
- 00024100  0x00006297 fetcht  0x00000001 , 0x00000552 
- 00024101  0x00006298 storet  0x00000001 , 0x00000054 
- 00024102  0x00006299 branch  0x00005e38 
- 00024103  0x0000629c fetch  0x00000001 , 0x000004d1 
- 00024104  0x0000629d set1  0x00000002 , 0x0000003f 
- 00024105  0x0000629e store  0x00000001 , 0x000004d1 
- 00024106  0x0000629f rtnbit1  0x00000003 
- 00024107  0x000062a0 jam  0x00000031 , 0x0000007c 
- 00024108  0x000062a1 branch  0x00005d07 
- 00024109  0x000062a6 rtn 
- 00024110  0x000062a9 fetch  0x00000001 , 0x000040d0 
- 00024111  0x000062aa fetcht  0x00000001 , 0x00000552 
- 00024112  0x000062ab isub  0x00000002 , 0x0000003e 
- 00024113  0x000062ad branch  0x00005e38 , 0x00000002 
- 00024114  0x000062ae jam  0x00000004 , 0x0000007c 
- 00024115  0x000062af jam  0x0000001f , 0x0000007e 
- 00024116  0x000062b0 jam  0x0000002e , 0x0000007d 
- 00024117  0x000062b1 rtn 
- 00024118  0x000062b4 call  0x00006157 
- 00024119  0x000062b5 branch  0x00005e38 
- 00024120  0x000062b8 jam  0x00000003 , 0x0000007c 
- 00024121  0x000062b9 rtn 
- 00024122  0x000062bc jam  0x00000021 , 0x0000007c 
- 00024123  0x000062bd rtn 
- 00024124  0x000062c0 jam  0x00000022 , 0x0000007c 
- 00024125  0x000062c1 rtn 
- 00024126  0x000062c4 fetch  0x00000001 , 0x00000055 
- 00024127  0x000062c5 rtneq  0x00000013 
- 00024128  0x000062c7 jam  0x00000002 , 0x00000055 
- 00024129  0x000062c9 rtn 
- 00024130  0x000062cd rtn 
- 00024131  0x000062d0 call  0x00005ff9 
- 00024132  0x000062d1 jam  0x00000001 , 0x000004d4 
- 00024133  0x000062d2 jam  0x0000000a , 0x00000a99 
- 00024134  0x000062d3 call  0x00007d86 
- 00024135  0x000062d5 call  0x000062f3 
- 00024136  0x000062d6 nbranch  0x00006001 , 0x00000001 
- 00024137  0x000062d8 nbranch  0x00005e4e , 0x00000029 
- 00024138  0x000062d9 jam  0x00000004 , 0x0000007c 
- 00024139  0x000062da jam  0x00000008 , 0x0000007d 
- 00024140  0x000062db jam  0x00000023 , 0x0000007e 
- 00024141  0x000062dc rtn 
- 00024142  0x000062de fetch  0x00000001 , 0x0000004b 
- 00024143  0x000062df set1  0x00000002 , 0x0000003f 
- 00024144  0x000062e0 store  0x00000001 , 0x0000004b 
- 00024145  0x000062e1 rtn 
- 00024146  0x000062e5 fetcht  0x00000001 , 0x0000004c 
- 00024147  0x000062e6 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00024148  0x000062e7 storet  0x00000001 , 0x0000004c 
- 00024149  0x000062e8 rtn 
- 00024150  0x000062ec fetch  0x00000001 , 0x0000007f 
- 00024151  0x000062ed rshift  0x0000003f , 0x0000003f 
- 00024152  0x000062ee and_into  0x00000001 , 0x0000003f 
- 00024153  0x000062ef rtn 
- 00024154  0x000062f2 fetch  0x00000001 , 0x00004217 
- 00024155  0x000062f3 rtn  0x00000034 
- 00024156  0x000062f4 fetch  0x00000001 , 0x000009b5 
- 00024157  0x000062f5 call  0x000067b2 , 0x00000034 
- 00024158  0x000062f6 rtn 
- 00024159  0x000062f9 call  0x00005e5a 
- 00024160  0x000062fa call  0x00005e56 
- 00024161  0x000062fb store  0x00000001 , 0x000004d5 
- 00024162  0x000062fc call  0x00005ff9 
- 00024163  0x000062fd jam  0x0000000c , 0x0000007c 
- 00024164  0x000062fe fetch  0x00000001 , 0x000041bd 
- 00024165  0x000062ff nrtn  0x00000034 
- 00024166  0x00006300 fetch  0x00000001 , 0x00000030 
- 00024167  0x00006301 rtnbit1  0x00000006 
- 00024168  0x00006302 jam  0x00000006 , 0x0000007e 
- 00024169  0x00006303 branch  0x00005d53 
- 00024170  0x00006306 arg  0x00000040 , 0x00000011 
- 00024171  0x00006307 call  0x00007288 
- 00024172  0x00006308 fetch  0x00000004 , 0x00000552 
- 00024173  0x00006309 fetcht  0x00000004 , 0x00000592 
- 00024174  0x0000630a isub  0x00000002 , 0x0000003e 
- 00024175  0x0000630b branch  0x00005e73 , 0x00000005 
- 00024176  0x0000630c jam  0x00000007 , 0x0000007c 
- 00024177  0x0000630d jam  0x00000005 , 0x000004ca 
- 00024178  0x0000630e rtn 
- 00024179  0x00006310 call  0x00005e77 
- 00024180  0x00006311 fetch  0x00000001 , 0x0000465a 
- 00024181  0x00006312 branch  0x00005f3e , 0x00000034 
- 00024182  0x00006313 rtn 
- 00024183  0x00006317 call  0x00007386 
- 00024184  0x00006318 call  0x000021b2 
- 00024185  0x00006319 fetch  0x00000001 , 0x0000004b 
- 00024186  0x0000631a isolate1  0x00000001 , 0x0000003f 
- 00024187  0x0000631b set0  0x00000001 , 0x0000003f 
- 00024188  0x0000631c store  0x00000001 , 0x0000004b 
- 00024189  0x0000631d fetch  0x00000001 , 0x00000055 
- 00024190  0x0000631e beq  0x00000019 , 0x00005e81 
- 00024191  0x0000631f beq  0x00000018 , 0x00005e81 
- 00024192  0x00006320 rtn 
- 00024193  0x00006322 fetch  0x00000001 , 0x000009b5 
- 00024194  0x00006323 rtnne  0x00000000 
- 00024195  0x00006324 fetch  0x00000001 , 0x0000004c 
- 00024196  0x00006325 rtnbit1  0x00000002 
- 00024197  0x00006326 branch  0x000063b1 
- 00024198  0x00006329 arg  0x00000552 , 0x00000011 
- 00024199  0x0000632a arg  0x00000582 , 0x00000012 
- 00024200  0x0000632b arg  0x00000562 , 0x00000005 
- 00024201  0x0000632c call  0x00007352 
- 00024202  0x0000632d arg  0x00000040 , 0x00000011 
- 00024203  0x0000632e call  0x00006311 
- 00024204  0x0000632f jam  0x0000000b , 0x0000007c 
- 00024205  0x00006330 fetch  0x00000001 , 0x00000030 
- 00024206  0x00006331 bbit0  0x00000006 , 0x00005ffc 
- 00024207  0x00006332 rtn 
- 00024208  0x00006335 fetch  0x00000002 , 0x0000015f 
- 00024209  0x00006336 add  0x0000003f , 0xfffffffd , 0x00000039 
- 00024210  0x00006337 fetcht  0x00000001 , 0x00000552 
- 00024211  0x00006338 setarg  0x00000101 
- 00024212  0x00006339 iadd  0x00000002 , 0x00000005 
- 00024213  0x0000633a arg  0x00000554 , 0x00000006 
- 00024214  0x0000633b call  0x00007f01 
- 00024215  0x0000633c fetcht  0x00000001 , 0x00000053 
- 00024216  0x0000633d fetch  0x00000001 , 0x00000553 
- 00024217  0x0000633e isub  0x00000002 , 0x0000003f 
- 00024218  0x0000633f sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00024219  0x00006340 branch  0x00005ea0 , 0x00000002 
- 00024220  0x00006341 add  0x00000002 , 0x0000000e , 0x0000003f 
- 00024221  0x00006342 store  0x00000001 , 0x00000053 
- 00024222  0x00006343 jam  0x00000001 , 0x0000007c 
- 00024223  0x00006344 rtn 
- 00024224  0x00006346 fetch  0x00000001 , 0x0000004c 
- 00024225  0x00006347 set1  0x00000003 , 0x0000003f 
- 00024226  0x00006348 store  0x00000001 , 0x0000004c 
- 00024227  0x00006349 bbit1  0x00000004 , 0x00006006 
- 00024228  0x0000634a rtn 
- 00024229  0x0000634c fetch  0x00000001 , 0x00000552 
- 00024230  0x0000634d store  0x00000001 , 0x0000007d 
- 00024231  0x0000634e jam  0x00000002 , 0x0000007c 
- 00024232  0x0000634f rtn 
- 00024233  0x00006352 branch  0x00005e38 
- 00024234  0x00006355 jam  0x00000030 , 0x0000007c 
- 00024235  0x00006356 rtn 
- 00024236  0x00006359 jam  0x00000028 , 0x0000007c 
- 00024237  0x0000635a rtn 
- 00024238  0x0000635d jam  0x00000026 , 0x0000007c 
- 00024239  0x0000635e rtn 
- 00024240  0x00006363 rtn 
- 00024241  0x00006368 fetch  0x00000002 , 0x00000032 
- 00024242  0x00006369 iforce  0x00000002 
- 00024243  0x0000636a fetch  0x00000001 , 0x00000553 
- 00024244  0x0000636b store  0x00000001 , 0x00000095 
- 00024245  0x0000636c imul32  0x00000002 , 0x00000002 
- 00024246  0x0000636d fetch  0x00000002 , 0x00000554 
- 00024247  0x0000636e lshift  0x0000003f , 0x0000003f 
- 00024248  0x0000636f store  0x00000002 , 0x00000096 
- 00024249  0x00006370 fetch  0x00000004 , 0x00000556 
- 00024250  0x00006371 lshift  0x0000003f , 0x0000003f 
- 00024251  0x00006372 store  0x00000004 , 0x00000091 
- 00024252  0x00006374 deposit  0x00000002 
- 00024253  0x00006375 store  0x00000002 , 0x00000098 
- 00024254  0x00006376 rtn 
- 00024255  0x00006378 fetcht  0x00000001 , 0x0000415a 
- 00024256  0x00006379 fetch  0x00000001 , 0x00000553 
- 00024257  0x0000637a ixor  0x00000002 , 0x0000003e 
- 00024258  0x0000637b nbranch  0x00005d77 , 0x00000005 
- 00024259  0x0000637c isolate1  0x00000000 , 0x0000003f 
- 00024260  0x0000637d fetch  0x00000001 , 0x0000004c 
- 00024261  0x0000637e setflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00024262  0x0000637f store  0x00000001 , 0x0000004c 
- 00024263  0x00006380 jam  0x00000081 , 0x0000007c 
- 00024264  0x00006381 jam  0x0000008b , 0x0000007d 
- 00024265  0x00006382 rtn 
- 00024266  0x00006389 rtn 
- 00024267  0x0000638c branch  0x00005e38 
- 00024268  0x00006390 branch  0x00005e38 
- 00024269  0x00006395 fetch  0x00000002 , 0x00000552 
- 00024270  0x00006396 store  0x00000002 , 0x00000171 
- 00024271  0x00006397 rtn 
- 00024272  0x0000639a fetch  0x00000002 , 0x00000555 
- 00024273  0x0000639b fetcht  0x00000001 , 0x00004172 
- 00024274  0x0000639c imul32  0x00000002 , 0x0000003f 
- 00024275  0x0000639d arg  0x00000640 , 0x00000002 
- 00024276  0x0000639e isub  0x00000002 , 0x0000003e 
- 00024277  0x000063a0 rtn 
- 00024278  0x000063a3 fetch  0x00000002 , 0x00000557 
- 00024279  0x000063a4 branch  0x00005ef0 , 0x00000034 
- 00024280  0x000063a5 call  0x00005ed0 
- 00024281  0x000063a6 branch  0x00005ef0 , 0x00000002 
- 00024282  0x000063a7 fetch  0x00000001 , 0x00004092 
- 00024283  0x000063a8 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00024284  0x000063a9 call  0x00003cd5 , 0x00000005 
- 00024285  0x000063aa fetch  0x00000001 , 0x00000030 
- 00024286  0x000063ab bbit1  0x00000001 , 0x00005ef0 
- 00024287  0x000063ac fetch  0x00000002 , 0x00000553 
- 00024288  0x000063ad lshift  0x0000003f , 0x0000003f 
- 00024289  0x000063ae store  0x00000002 , 0x00000075 
- 00024290  0x000063af fetch  0x00000002 , 0x00000555 
- 00024291  0x000063b0 lshift  0x0000003f , 0x0000003f 
- 00024292  0x000063b1 store  0x00000002 , 0x00000032 
- 00024293  0x000063b2 fetch  0x00000002 , 0x00000557 
- 00024294  0x000063b3 store  0x00000001 , 0x00000073 
- 00024295  0x000063b4 iforce  0x00000002 
- 00024296  0x000063b5 fetch  0x00000002 , 0x00000559 
- 00024297  0x000063b6 store  0x00000001 , 0x00000074 
- 00024298  0x000063b7 isub  0x00000002 , 0x0000003e 
- 00024299  0x000063b8 nbranch  0x00005eed , 0x00000002 
- 00024300  0x000063b9 store  0x00000001 , 0x00000073 
- 00024301  0x000063bc jam  0x00000003 , 0x0000007c 
- 00024302  0x000063bd jam  0x00000017 , 0x0000007d 
- 00024303  0x000063be rtn 
- 00024304  0x000063c1 jam  0x00000024 , 0x0000007e 
- 00024305  0x000063c2 branch  0x00005d53 
- 00024306  0x000063c5 call  0x00005e38 
- 00024307  0x000063c6 call  0x00005ff9 
- 00024308  0x000063c7 call  0x0000728b 
- 00024309  0x000063c8 branch  0x000026b8 
- 00024310  0x000063cb call  0x00005e38 
- 00024311  0x000063cc branch  0x000026c0 
- 00024312  0x000063d0 fetch  0x00000004 , 0x00000552 
- 00024313  0x000063d1 lshift  0x0000003f , 0x0000003f 
- 00024314  0x000063d3 branch  0x00005f04 , 0x00000029 
- 00024315  0x000063d4 fetcht  0x00000001 , 0x000041bd 
- 00024316  0x000063d5 nbranch  0x00005f01 , 0x00000034 
- 00024317  0x000063d7 jam  0x00000004 , 0x0000007c 
- 00024318  0x000063d8 jam  0x00000013 , 0x0000007d 
- 00024319  0x000063d9 jam  0x00000024 , 0x0000007e 
- 00024320  0x000063da rtn 
- 00024321  0x000063dc jam  0x00000034 , 0x0000007c 
- 00024322  0x000063dd jam  0x00000000 , 0x00000055 
- 00024323  0x000063de branch  0x000021d9 
- 00024324  0x000063e1 call  0x000021d9 
- 00024325  0x000063e2 set1  0x00000022 , 0x00000000 
- 00024326  0x000063e3 fetch  0x00000001 , 0x0000016d 
- 00024327  0x000063e4 set0  0x00000002 , 0x0000003f 
- 00024328  0x000063e5 store  0x00000001 , 0x0000016d 
- 00024329  0x000063e6 branch  0x00005e38 
- 00024330  0x000063ef rtn 
- 00024331  0x000063f3 jam  0x00000003 , 0x0000007c 
- 00024332  0x000063f4 jam  0x00000018 , 0x0000007d 
- 00024333  0x000063f5 jam  0x0000002e , 0x00000a99 
- 00024334  0x000063f6 call  0x00007d86 
- 00024335  0x000063f7 branch  0x000026e9 
- 00024336  0x000063fa fetch  0x00000001 , 0x00000552 
- 00024337  0x000063fb bne  0x00000001 , 0x00005f1c 
- 00024338  0x000063fc fetch  0x00000001 , 0x00000553 
- 00024339  0x000063fd bne  0x00000001 , 0x00005f1c 
- 00024340  0x000063fe fetch  0x00000001 , 0x00000554 
- 00024341  0x000063ff bne  0x00000030 , 0x00005f1c 
- 00024342  0x00006400 call  0x000062fc 
- 00024343  0x00006401 branch  0x00005f19 , 0x00000001 
- 00024344  0x00006402 jam  0x00000001 , 0x000009ae 
- 00024345  0x00006404 jam  0x00000003 , 0x0000007c 
- 00024346  0x00006405 jam  0x0000003d , 0x0000007d 
- 00024347  0x00006406 branch  0x00005d07 
- 00024348  0x00006409 jam  0x00000024 , 0x0000007e 
- 00024349  0x0000640a branch  0x00005d53 
- 00024350  0x0000640f jam  0x0000003e , 0x0000007c 
- 00024351  0x00006411 rtn 
- 00024352  0x00006413 fetch  0x00000001 , 0x00004662 
- 00024353  0x00006414 beq  0x00000001 , 0x00005f27 
- 00024354  0x00006415 beq  0x00000002 , 0x00005f2b 
- 00024355  0x00006417 call  0x000062fc 
- 00024356  0x00006418 rtn  0x00000001 
- 00024357  0x00006419 jam  0x00000008 , 0x000009ae 
- 00024358  0x0000641a rtn 
- 00024359  0x0000641d call  0x00007962 
- 00024360  0x0000641e jam  0x00000035 , 0x00000a99 
- 00024361  0x0000641f call  0x00007d86 
- 00024362  0x00006420 branch  0x00005f23 
- 00024363  0x00006424 call  0x000062fc 
- 00024364  0x00006425 rtn  0x00000001 
- 00024365  0x00006426 fetch  0x00000001 , 0x00004663 
- 00024366  0x00006427 beq  0x00000013 , 0x00005f3b 
- 00024367  0x00006428 increase  0x00000001 , 0x0000003f 
- 00024368  0x00006429 store  0x00000001 , 0x00004663 
- 00024369  0x0000642d jam  0x00000001 , 0x000009b0 
- 00024370  0x0000642e jam  0x00000004 , 0x000009ae 
- 00024371  0x0000642f fetch  0x00000001 , 0x00004663 
- 00024372  0x00006430 copy  0x0000003f , 0x00000007 
- 00024373  0x00006431 fetch  0x00000006 , 0x0000468a 
- 00024374  0x00006432 qisolate1  0x0000003f 
- 00024375  0x00006433 setarg  0x00000080 
- 00024376  0x00006434 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024377  0x00006435 store  0x00000001 , 0x00004664 
- 00024378  0x00006436 rtn 
- 00024379  0x00006439 jam  0x00000008 , 0x000009ae 
- 00024380  0x0000643a rtn 
- 00024381  0x0000643d call  0x00005f43 
- 00024382  0x0000643f fetch  0x00000001 , 0x00004665 
- 00024383  0x00006440 rtn  0x00000034 
- 00024384  0x00006441 jam  0x00000000 , 0x00004665 
- 00024385  0x00006442 jam  0x00000038 , 0x00000a99 
- 00024386  0x00006443 branch  0x00007d86 
- 00024387  0x00006448 call  0x000062fc 
- 00024388  0x00006449 ncall  0x00007965 , 0x00000001 
- 00024389  0x0000644a call  0x00007975 , 0x00000001 
- 00024390  0x0000644b call  0x000062fc 
- 00024391  0x0000644c rtn  0x00000001 
- 00024392  0x0000644d jam  0x0000000c , 0x000009ae 
- 00024393  0x0000644e jam  0x00000001 , 0x000009b0 
- 00024394  0x0000644f rtn 
- 00024395  0x00006452 arg  0x00000a6e , 0x00000005 
- 00024396  0x00006453 arg  0x00000552 , 0x00000006 
- 00024397  0x00006454 call  0x00007ebf 
- 00024398  0x00006455 fetch  0x00000001 , 0x00004662 
- 00024399  0x00006456 rtneq  0x00000002 
- 00024400  0x00006457 branch  0x000076d8 
- 00024401  0x0000645a fetch  0x00000001 , 0x000009af 
- 00024402  0x0000645b beq  0x00000007 , 0x00005f55 
- 00024403  0x0000645c fetch  0x00000001 , 0x000009ae 
- 00024404  0x0000645d bne  0x00000001 , 0x00005f68 
- 00024405  0x0000645f fetch  0x00000001 , 0x000009b7 
- 00024406  0x00006460 sub  0x0000003f , 0x00000020 , 0x00000005 
- 00024407  0x00006461 nbranch  0x00005f68 , 0x00000002 
- 00024408  0x00006462 arg  0x000009c6 , 0x00000005 
- 00024409  0x00006463 iadd  0x00000005 , 0x00000005 
- 00024410  0x00006464 fetch  0x00000008 , 0x00000552 
- 00024411  0x00006465 istore  0x00000008 , 0x00000005 
- 00024412  0x00006466 fetch  0x00000008 , 0x0000055a 
- 00024413  0x00006467 istore  0x00000008 , 0x00000005 
- 00024414  0x00006468 fetch  0x00000001 , 0x000009b7 
- 00024415  0x00006469 increase  0x00000010 , 0x0000003f 
- 00024416  0x0000646a store  0x00000001 , 0x000009b7 
- 00024417  0x0000646b bne  0x00000030 , 0x00005e38 
- 00024418  0x0000646d call  0x000062fc 
- 00024419  0x0000646e branch  0x00005e38 , 0x00000001 
- 00024420  0x0000646f jam  0x00000001 , 0x000009b8 
- 00024421  0x00006470 jam  0x00000002 , 0x000009ae 
- 00024422  0x00006471 jam  0x00000001 , 0x000009b0 
- 00024423  0x00006472 branch  0x00005e38 
- 00024424  0x00006474 jam  0x00000024 , 0x0000007e 
- 00024425  0x00006475 branch  0x00005d53 
- 00024426  0x00006477 fetch  0x00000001 , 0x000009b6 
- 00024427  0x00006478 beq  0x00000030 , 0x00005f6e 
- 00024428  0x00006479 jam  0x0000003e , 0x0000007c 
- 00024429  0x0000647a branch  0x00005d07 
- 00024430  0x0000647d call  0x000062fc 
- 00024431  0x0000647e branch  0x00005f77 , 0x00000001 
- 00024432  0x0000647f fetch  0x00000001 , 0x00004662 
- 00024433  0x00006480 beq  0x00000002 , 0x00005f75 
- 00024434  0x00006481 jam  0x00000001 , 0x000009b0 
- 00024435  0x00006482 jam  0x00000004 , 0x000009ae 
- 00024436  0x00006483 branch  0x00005d07 
- 00024437  0x00006486 jam  0x00000036 , 0x00000a99 
- 00024438  0x00006487 branch  0x00007d86 
- 00024439  0x0000648c branch  0x00005d07 
- 00024440  0x0000648f fetch  0x00000001 , 0x000009af 
- 00024441  0x00006490 beq  0x00000007 , 0x00005f7c 
- 00024442  0x00006491 fetch  0x00000001 , 0x000009ae 
- 00024443  0x00006492 bne  0x00000006 , 0x00005f88 
- 00024444  0x00006494 arg  0x00000a2e , 0x00000005 
- 00024445  0x00006495 fetch  0x00000008 , 0x00000552 
- 00024446  0x00006496 istore  0x00000008 , 0x00000005 
- 00024447  0x00006497 fetch  0x00000008 , 0x0000055a 
- 00024448  0x00006498 istore  0x00000008 , 0x00000005 
- 00024449  0x00006499 call  0x000062fc 
- 00024450  0x0000649a branch  0x00005f86 , 0x00000001 
- 00024451  0x0000649b jam  0x00000007 , 0x000009ae 
- 00024452  0x0000649c jam  0x00000001 , 0x000009b0 
- 00024453  0x0000649d branch  0x00005e38 
- 00024454  0x0000649f jam  0x00000004 , 0x000009af 
- 00024455  0x000064a0 branch  0x000076d8 
- 00024456  0x000064a4 jam  0x00000024 , 0x0000007e 
- 00024457  0x000064a5 branch  0x00005d53 
- 00024458  0x000064a8 fetch  0x00000001 , 0x000009af 
- 00024459  0x000064a9 beq  0x0000000b , 0x00005f8e 
- 00024460  0x000064aa fetch  0x00000001 , 0x000009ae 
- 00024461  0x000064ab bne  0x00000008 , 0x00005f9d 
- 00024462  0x000064ad arg  0x00000a5e , 0x00000005 
- 00024463  0x000064ae arg  0x00000552 , 0x00000006 
- 00024464  0x000064af call  0x00007ebf 
- 00024465  0x000064b0 call  0x000062fc 
- 00024466  0x000064b1 branch  0x00005f9a , 0x00000001 
- 00024467  0x000064b2 fetch  0x00000001 , 0x00004662 
- 00024468  0x000064b3 beq  0x00000001 , 0x00005f9f 
- 00024469  0x000064b5 jam  0x00000000 , 0x00004661 
- 00024470  0x000064b6 jam  0x00000009 , 0x000009ae 
- 00024471  0x000064b7 jam  0x00000001 , 0x000009b0 
- 00024472  0x000064b8 jam  0x00000041 , 0x0000007d 
- 00024473  0x000064b9 branch  0x00005d07 
- 00024474  0x000064bc jam  0x00000009 , 0x000009af 
- 00024475  0x000064bd jam  0x00000001 , 0x000009b1 
- 00024476  0x000064be branch  0x00005d07 
- 00024477  0x000064c0 jam  0x00000024 , 0x0000007e 
- 00024478  0x000064c1 branch  0x00005d53 
- 00024479  0x000064c4 fetch  0x00000001 , 0x00004661 
- 00024480  0x000064c5 bbit1  0x00000007 , 0x00005fa4 
- 00024481  0x000064c6 set1  0x00000006 , 0x0000003f 
- 00024482  0x000064c7 store  0x00000001 , 0x00004661 
- 00024483  0x000064c8 rtn 
- 00024484  0x000064cb bbit1  0x00000000 , 0x00005f95 
- 00024485  0x000064cc jam  0x00000000 , 0x00004661 
- 00024486  0x000064cd branch  0x00005f9d 
- 00024487  0x000064d1 branch  0x00005d07 
- 00024488  0x000064d4 fetch  0x00000001 , 0x0000016d 
- 00024489  0x000064d5 set0  0x00000001 
- 00024490  0x000064d6 store  0x00000001 , 0x0000016d 
- 00024491  0x000064d7 call  0x00005e38 
- 00024492  0x000064d8 nrtn  0x00000029 
- 00024493  0x000064d9 fetch  0x00000001 , 0x00000552 
- 00024494  0x000064da fetcht  0x00000001 , 0x0000004b 
- 00024495  0x000064db setflag  0x00000034 , 0x00000004 , 0x00000002 
- 00024496  0x000064dc nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00024497  0x000064dd storet  0x00000001 , 0x0000004b 
- 00024498  0x000064de rtn 
- 00024499  0x000064e1 fetcht  0x00000008 , 0x00000552 
- 00024500  0x000064e3 fetch  0x00000001 , 0x00000055 
- 00024501  0x000064e4 rtnne  0x00000003 
- 00024502  0x000064e6 fetch  0x00000001 , 0x0000016d 
- 00024503  0x000064e7 bbit0  0x00000004 , 0x00005fba 
- 00024504  0x000064e9 jam  0x00000014 , 0x00000055 
- 00024505  0x000064ea rtn 
- 00024506  0x000064ec jam  0x00000004 , 0x00000055 
- 00024507  0x000064ed rtn 
- 00024508  0x000064ef fetch  0x00000001 , 0x0000017f 
- 00024509  0x000064f0 store  0x00000001 , 0x0000015b 
- 00024510  0x000064f1 jam  0x00000003 , 0x0000007c 
- 00024511  0x000064f2 jam  0x00000038 , 0x0000007d 
- 00024512  0x000064f3 rtn 
- 00024513  0x000064f7 jam  0x00000003 , 0x0000007c 
- 00024514  0x000064f8 jam  0x00000039 , 0x0000007d 
- 00024515  0x000064f9 force  0x00000009 , 0x00000039 
- 00024516  0x000064fa arg  0x00000552 , 0x00000006 
- 00024517  0x000064fb arg  0x00000152 , 0x00000005 
- 00024518  0x000064fd ifetch  0x00000001 , 0x00000006 
- 00024519  0x000064fe xor_into  0x00000055 , 0x0000003f 
- 00024520  0x000064ff istore  0x00000001 , 0x00000005 
- 00024521  0x00006500 loop  0x00005fc6 
- 00024522  0x00006501 fetch  0x00000001 , 0x00000152 
- 00024523  0x00006502 fetcht  0x00000001 , 0x00000151 
- 00024524  0x00006503 set0  0x00000007 , 0x00000002 
- 00024525  0x00006504 set0  0x00000004 , 0x00000002 
- 00024526  0x00006505 beq  0x000000ff , 0x00005fda 
- 00024527  0x00006506 beq  0x00000000 , 0x00005ff3 
- 00024528  0x00006507 beq  0x00000005 , 0x00005fe7 
- 00024529  0x00006508 beq  0x00000007 , 0x00005fe6 
- 00024530  0x00006509 beq  0x00000006 , 0x00005fe7 
- 00024531  0x0000650a beq  0x00000008 , 0x00005fe6 
- 00024532  0x0000650b beq  0x00000001 , 0x00005fdf 
- 00024533  0x0000650c beq  0x00000002 , 0x00005fdf 
- 00024534  0x0000650d beq  0x00000003 , 0x00005fdf 
- 00024535  0x0000650e beq  0x00000009 , 0x00005fdf 
- 00024536  0x0000650f beq  0x00000004 , 0x00005fdf 
- 00024537  0x00006510 rtn 
- 00024538  0x00006513 fetch  0x00000001 , 0x00000151 
- 00024539  0x00006514 set1  0x00000003 , 0x0000003f 
- 00024540  0x00006515 set1  0x00000002 , 0x0000003f 
- 00024541  0x00006516 store  0x00000001 , 0x00000151 
- 00024542  0x00006517 rtn 
- 00024543  0x00006519 set1  0x00000004 , 0x00000002 
- 00024544  0x0000651a jam  0x00000005 , 0x00000180 
- 00024545  0x0000651b fetch  0x00000002 , 0x00000159 
- 00024546  0x0000651c iforce  0x00000039 
- 00024547  0x0000651d store  0x00000002 , 0x0000015f 
- 00024548  0x0000651e arg  0x00000551 , 0x00000005 
- 00024549  0x0000651f call  0x00007f73 
- 00024550  0x00006521 set1  0x00000007 , 0x00000002 
- 00024551  0x00006523 set1  0x00000002 , 0x00000002 
- 00024552  0x00006524 force  0x00000000 , 0x0000003f 
- 00024553  0x00006525 store  0x00000001 , 0x0000000b 
- 00024554  0x00006526 store  0x00000002 , 0x000000fa 
- 00024555  0x00006527 store  0x00000002 , 0x000000fc 
- 00024556  0x00006528 store  0x00000002 , 0x000000f8 
- 00024557  0x00006529 store  0x00000002 , 0x000000f6 
- 00024558  0x0000652a fetch  0x00000001 , 0x00000153 
- 00024559  0x0000652b compare  0x00000000 , 0x0000003f , 0x000000ff 
- 00024560  0x0000652c setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00024561  0x0000652d storet  0x00000001 , 0x00000151 
- 00024562  0x0000652e rtn 
- 00024563  0x00006531 set0  0x00000011 , 0x00000000 
- 00024564  0x00006532 jam  0x00000000 , 0x00000151 
- 00024565  0x00006533 fetch  0x00000001 , 0x0000017f 
- 00024566  0x00006534 set0  0x00000006 , 0x0000003f 
- 00024567  0x00006535 store  0x00000001 , 0x0000017f 
- 00024568  0x00006536 rtn 
- 00024569  0x0000653d arg  0x00000552 , 0x00000006 
- 00024570  0x0000653e arg  0x00000562 , 0x00000005 
- 00024571  0x0000653f branch  0x00007ebf 
- 00024572  0x00006542 jam  0x00000009 , 0x0000007c 
- 00024573  0x00006543 rtn 
- 00024574  0x00006546 nrtn  0x00000029 
- 00024575  0x00006547 jam  0x00000011 , 0x0000007c 
- 00024576  0x00006548 rtn 
- 00024577  0x0000654b arg  0x000040a0 , 0x00000011 
- 00024578  0x0000654c call  0x00007255 
- 00024579  0x0000654d jam  0x00000003 , 0x0000007c 
- 00024580  0x0000654e jam  0x00000008 , 0x0000007d 
- 00024581  0x0000654f rtn 
- 00024582  0x00006552 jam  0x0000000a , 0x00000072 
- 00024583  0x00006553 jam  0x00000007 , 0x0000007c 
- 00024584  0x00006554 jam  0x00000016 , 0x000004ca 
- 00024585  0x00006555 rtn 
- 00024586  0x0000655c bpatchx  0x00000082 , 0x00004030 
- 00024587  0x0000655d disable  0x00000028 
- 00024588  0x0000655e call  0x000062c1 
- 00024589  0x0000655f fetch  0x00000001 , 0x00000048 
- 00024590  0x00006560 rtn  0x00000034 
- 00024591  0x00006565 bbit1  0x00000007 , 0x0000603f 
- 00024592  0x00006567 beq  0x00000001 , 0x0000616f 
- 00024593  0x00006568 beq  0x00000002 , 0x000060e4 
- 00024594  0x00006569 beq  0x00000003 , 0x0000604a 
- 00024595  0x0000656a beq  0x00000004 , 0x00006060 
- 00024596  0x0000656b beq  0x00000027 , 0x000061db 
- 00024597  0x0000656c beq  0x00000028 , 0x00006108 
- 00024598  0x0000656d beq  0x00000030 , 0x000060f4 
- 00024599  0x0000656e beq  0x00000025 , 0x000061d6 
- 00024600  0x0000656f beq  0x00000026 , 0x00006103 
- 00024601  0x00006570 beq  0x00000031 , 0x000061c3 
- 00024602  0x00006571 beq  0x00000037 , 0x0000616a 
- 00024603  0x00006572 beq  0x00000033 , 0x0000615c 
- 00024604  0x00006573 beq  0x00000008 , 0x00006259 
- 00024605  0x00006574 beq  0x00000009 , 0x0000624f 
- 00024606  0x00006575 beq  0x0000000b , 0x00006264 
- 00024607  0x00006576 beq  0x0000000c , 0x0000626d 
- 00024608  0x00006577 beq  0x0000000f , 0x00006162 
- 00024609  0x00006578 beq  0x00000010 , 0x00006292 
- 00024610  0x00006579 beq  0x00000011 , 0x00006288 
- 00024611  0x0000657a beq  0x00000007 , 0x00006152 
- 00024612  0x0000657b beq  0x0000002a , 0x0000617e 
- 00024613  0x0000657c beq  0x0000000a , 0x0000617f 
- 00024614  0x0000657e beq  0x0000001f , 0x000061bc 
- 00024615  0x0000657f beq  0x00000006 , 0x000060f9 
- 00024616  0x00006580 beq  0x00000021 , 0x0000615f 
- 00024617  0x00006581 beq  0x0000002d , 0x000061b2 
- 00024618  0x00006582 beq  0x0000002e , 0x000061b7 
- 00024619  0x00006583 beq  0x00000022 , 0x0000615f 
- 00024620  0x00006584 beq  0x00000034 , 0x00006180 
- 00024621  0x00006585 beq  0x00000013 , 0x00006195 
- 00024622  0x00006586 beq  0x00000017 , 0x000061a4 
- 00024623  0x00006587 beq  0x00000012 , 0x0000628f 
- 00024624  0x00006588 beq  0x0000002f , 0x000061aa 
- 00024625  0x00006589 beq  0x00000018 , 0x000061af 
- 00024626  0x0000658a beq  0x0000003d , 0x000061ff 
- 00024627  0x0000658b beq  0x0000003e , 0x0000620b 
- 00024628  0x0000658c beq  0x0000003f , 0x0000621d 
- 00024629  0x0000658d beq  0x00000040 , 0x00006227 
- 00024630  0x0000658e beq  0x00000041 , 0x0000623c 
- 00024631  0x0000658f beq  0x00000023 , 0x0000624b 
- 00024632  0x00006590 beq  0x0000003b , 0x00006246 
- 00024633  0x00006592 beq  0x00000005 , 0x0000624c 
- 00024634  0x00006593 beq  0x00000029 , 0x0000624d 
- 00024635  0x00006594 beq  0x00000038 , 0x0000624e 
- 00024636  0x00006595 beq  0x00000039 , 0x00006175 
- 00024637  0x00006597 branch  0x00002a8c 
- 00024638  0x00006598 rtn 
- 00024639  0x0000659a beq  0x00000081 , 0x0000606d 
- 00024640  0x0000659b beq  0x00000084 , 0x00006099 
- 00024641  0x0000659c beq  0x00000082 , 0x00006076 
- 00024642  0x0000659d beq  0x00000083 , 0x0000610d 
- 00024643  0x0000659e beq  0x0000008b , 0x00006118 
- 00024644  0x0000659f beq  0x00000097 , 0x0000614e 
- 00024645  0x000065a0 beq  0x00000099 , 0x000060d5 
- 00024646  0x000065a1 beq  0x0000009a , 0x000060a4 
- 00024647  0x000065a2 beq  0x00000095 , 0x000060da 
- 00024648  0x000065a3 beq  0x00000096 , 0x000060db 
- 00024649  0x000065a4 branch  0x00002a8c 
- 00024650  0x000065ab force  0x00000002 , 0x0000003f 
- 00024651  0x000065ac call  0x00006298 
- 00024652  0x000065ad fetch  0x00000001 , 0x00000049 
- 00024653  0x000065ae istore  0x00000001 , 0x00000005 
- 00024654  0x000065af call  0x000062a7 
- 00024655  0x000065b0 bpatchx  0x00000083 , 0x00004030 
- 00024656  0x000065b1 fetch  0x00000001 , 0x00000049 
- 00024657  0x000065b2 beq  0x00000008 , 0x00006080 
- 00024658  0x000065b3 beq  0x0000000f , 0x00006084 
- 00024659  0x000065b4 beq  0x00000010 , 0x0000608f 
- 00024660  0x000065b5 beq  0x00000017 , 0x0000605f 
- 00024661  0x000065b6 beq  0x00000033 , 0x00006092 
- 00024662  0x000065b7 beq  0x00000041 , 0x00006098 
- 00024663  0x000065b8 beq  0x00000011 , 0x00006059 
- 00024664  0x000065b9 rtn 
- 00024665  0x000065bc fetch  0x00000001 , 0x00000055 
- 00024666  0x000065bd rtn  0x00000034 
- 00024667  0x000065be jam  0x0000001b , 0x00000055 
- 00024668  0x000065bf setarg  0x0000000c 
- 00024669  0x000065c0 arg  0x00000007 , 0x00000007 
- 00024670  0x000065c1 branch  0x00007f08 
- 00024671  0x000065c4 branch  0x000026c6 
- 00024672  0x000065c6 force  0x00000003 , 0x0000003f 
- 00024673  0x000065c7 call  0x00006298 
- 00024674  0x000065c8 fetch  0x00000001 , 0x00000049 
- 00024675  0x000065c9 beq  0x0000000b , 0x00006068 
- 00024676  0x000065ca istore  0x00000001 , 0x00000005 
- 00024677  0x000065cb fetch  0x00000001 , 0x0000004a 
- 00024678  0x000065cc istore  0x00000001 , 0x00000005 
- 00024679  0x000065cd branch  0x000062a7 
- 00024680  0x000065d0 istore  0x00000001 , 0x00000005 
- 00024681  0x000065d1 fetch  0x00000001 , 0x0000004a 
- 00024682  0x000065d2 istore  0x00000001 , 0x00000005 
- 00024683  0x000065d3 arg  0x000004d5 , 0x00000002 
- 00024684  0x000065d4 branch  0x000062e2 
- 00024685  0x000065d7 force  0x00000004 , 0x00000007 
- 00024686  0x000065d8 call  0x000062a0 
- 00024687  0x000065d9 setarg  0x0000007f 
- 00024688  0x000065da istore  0x00000001 , 0x00000005 
- 00024689  0x000065db fetch  0x00000001 , 0x00000049 
- 00024690  0x000065dc set0  0x00000007 , 0x0000003f 
- 00024691  0x000065dd istore  0x00000001 , 0x00000005 
- 00024692  0x000065de fetch  0x00000001 , 0x00000049 
- 00024693  0x000065df branch  0x000062a7 
- 00024694  0x000065e2 force  0x00000005 , 0x00000007 
- 00024695  0x000065e3 call  0x000062a0 
- 00024696  0x000065e4 setarg  0x0000007f 
- 00024697  0x000065e5 istore  0x00000001 , 0x00000005 
- 00024698  0x000065e6 fetch  0x00000001 , 0x00000049 
- 00024699  0x000065e7 set0  0x00000007 , 0x0000003f 
- 00024700  0x000065e8 istore  0x00000001 , 0x00000005 
- 00024701  0x000065e9 fetch  0x00000001 , 0x0000004a 
- 00024702  0x000065ea istore  0x00000001 , 0x00000005 
- 00024703  0x000065eb branch  0x000062a7 
- 00024704  0x000065ef call  0x0000244f 
- 00024705  0x000065f0 call  0x000062f3 
- 00024706  0x000065f1 rtn  0x00000001 
- 00024707  0x000065f2 branch  0x00005ffc 
- 00024708  0x000065f5 fetch  0x00000001 , 0x0000004b 
- 00024709  0x000065f6 bbit1  0x00000005 , 0x0000608b 
- 00024710  0x000065f7 rtnbit0  0x00000004 
- 00024711  0x000065f8 jam  0x00000012 , 0x0000007c 
- 00024712  0x000065f9 set0  0x00000004 , 0x0000003f 
- 00024713  0x000065fa call  0x000062eb 
- 00024714  0x000065fb branch  0x0000608d 
- 00024715  0x000065fd jam  0x00000010 , 0x0000007c 
- 00024716  0x000065fe set0  0x00000005 , 0x0000003f 
- 00024717  0x00006600 store  0x00000001 , 0x0000004b 
- 00024718  0x00006601 rtn 
- 00024719  0x00006604 call  0x000062fc 
- 00024720  0x00006605 branch  0x00005ffe , 0x00000001 
- 00024721  0x00006606 rtn 
- 00024722  0x00006609 jam  0x0000008b , 0x0000007c 
- 00024723  0x0000660b fetch  0x00000001 , 0x000004d1 
- 00024724  0x0000660c set1  0x00000000 , 0x0000003f 
- 00024725  0x0000660d store  0x00000001 , 0x000004d1 
- 00024726  0x0000660e jam  0x00000001 , 0x00000a99 
- 00024727  0x0000660f branch  0x00007d86 
- 00024728  0x00006613 rtn 
- 00024729  0x00006618 force  0x0000000c , 0x00000007 
- 00024730  0x00006619 call  0x000062a0 
- 00024731  0x0000661a setarg  0x00000001 
- 00024732  0x0000661b istore  0x00000001 , 0x00000005 
- 00024733  0x0000661c fetch  0x00000002 , 0x000004ce 
- 00024734  0x0000661d istore  0x00000002 , 0x00000005 
- 00024735  0x0000661e setarg  0x00000000 
- 00024736  0x0000661f istore  0x00000003 , 0x00000005 
- 00024737  0x00006620 setarg  0x00000000 
- 00024738  0x00006621 istore  0x00000004 , 0x00000005 
- 00024739  0x00006622 branch  0x000062b0 
- 00024740  0x00006624 force  0x00000005 , 0x00000007 
- 00024741  0x00006625 call  0x000062a0 
- 00024742  0x00006626 fetch  0x00000003 , 0x0000465b 
- 00024743  0x00006627 istore  0x00000003 , 0x00000005 
- 00024744  0x00006628 call  0x000062b0 
- 00024745  0x00006629 jam  0x00000001 , 0x00004665 
- 00024746  0x0000662a fetch  0x00000001 , 0x0000465b 
- 00024747  0x0000662b beq  0x00000001 , 0x000060b5 
- 00024748  0x0000662c beq  0x00000002 , 0x000060af 
- 00024749  0x0000662d beq  0x00000003 , 0x000060bb 
- 00024750  0x0000662e rtn 
- 00024751  0x00006631 fetch  0x00000001 , 0x0000465e 
- 00024752  0x00006632 beq  0x00000000 , 0x000060c7 
- 00024753  0x00006633 beq  0x00000001 , 0x000060c7 
- 00024754  0x00006634 beq  0x00000002 , 0x000060c7 
- 00024755  0x00006635 beq  0x00000003 , 0x000060c1 
- 00024756  0x00006636 rtn 
- 00024757  0x0000663a fetch  0x00000001 , 0x0000465e 
- 00024758  0x0000663b beq  0x00000000 , 0x000060c1 
- 00024759  0x0000663c beq  0x00000001 , 0x000060c5 
- 00024760  0x0000663d beq  0x00000002 , 0x000060c7 
- 00024761  0x0000663e beq  0x00000003 , 0x000060c1 
- 00024762  0x0000663f rtn 
- 00024763  0x00006643 fetch  0x00000001 , 0x0000465e 
- 00024764  0x00006644 beq  0x00000000 , 0x000060c1 
- 00024765  0x00006645 beq  0x00000001 , 0x000060c1 
- 00024766  0x00006646 beq  0x00000002 , 0x000060c1 
- 00024767  0x00006647 beq  0x00000003 , 0x000060c1 
- 00024768  0x00006648 rtn 
- 00024769  0x00006652 jam  0x00000003 , 0x00004662 
- 00024770  0x00006653 fetch  0x00000001 , 0x0000455c 
- 00024771  0x00006654 bbit1  0x00000000 , 0x000033e9 
- 00024772  0x00006655 rtn 
- 00024773  0x00006659 jam  0x00000001 , 0x00004662 
- 00024774  0x0000665a rtn 
- 00024775  0x00006661 jam  0x00000002 , 0x00004662 
- 00024776  0x00006662 rtn 
- 00024777  0x00006666 arg  0x00000000 , 0x00000007 
- 00024778  0x00006667 branch  0x000060cd 
- 00024779  0x0000666a arg  0x00000000 , 0x00000007 
- 00024780  0x0000666b branch  0x000060d1 
- 00024781  0x0000666e fetch  0x00000001 , 0x0000455c 
- 00024782  0x0000666f qset1  0x0000003f 
- 00024783  0x00006670 store  0x00000001 , 0x0000455c 
- 00024784  0x00006671 rtn 
- 00024785  0x00006674 fetch  0x00000001 , 0x0000455c 
- 00024786  0x00006675 qset0  0x0000003f 
- 00024787  0x00006676 store  0x00000001 , 0x0000455c 
- 00024788  0x00006677 rtn 
- 00024789  0x0000667b force  0x00000005 , 0x00000007 
- 00024790  0x0000667c call  0x000062a0 
- 00024791  0x0000667d fetch  0x00000003 , 0x0000465b 
- 00024792  0x0000667e istore  0x00000003 , 0x00000005 
- 00024793  0x0000667f branch  0x000062b2 
- 00024794  0x00006684 rtn 
- 00024795  0x00006686 force  0x00000009 , 0x00000007 
- 00024796  0x00006687 call  0x000062a0 
- 00024797  0x00006688 fetch  0x00000001 , 0x00000095 
- 00024798  0x00006689 istore  0x00000001 , 0x00000005 
- 00024799  0x0000668a fetch  0x00000002 , 0x00000096 
- 00024800  0x0000668b istore  0x00000002 , 0x00000005 
- 00024801  0x0000668c fetch  0x00000004 , 0x00000091 
- 00024802  0x0000668d istore  0x00000004 , 0x00000005 
- 00024803  0x0000668e branch  0x000062b0 
- 00024804  0x00006691 force  0x00000011 , 0x0000003f 
- 00024805  0x00006692 call  0x00006298 
- 00024806  0x00006693 fetch  0x00000001 , 0x00000049 
- 00024807  0x00006694 copy  0x0000003f , 0x00000002 
- 00024808  0x00006695 beq  0x00000000 , 0x000060ec 
- 00024809  0x00006696 beq  0x0000000e , 0x000060ec 
- 00024810  0x00006697 beq  0x0000001c , 0x000060ec 
- 00024811  0x00006698 rtn 
- 00024812  0x0000669a istore  0x00000001 , 0x00000005 
- 00024813  0x0000669b fetch  0x00000001 , 0x00004515 
- 00024814  0x0000669c istore  0x00000001 , 0x00000005 
- 00024815  0x0000669d arg  0x0000000e , 0x00000039 
- 00024816  0x0000669e setarg  0x00004516 
- 00024817  0x0000669f iadd  0x00000002 , 0x00000006 
- 00024818  0x000066a0 call  0x00007f01 
- 00024819  0x000066a1 branch  0x000062b0 
- 00024820  0x000066a5 force  0x00000003 , 0x0000003f 
- 00024821  0x000066a6 call  0x00006298 
- 00024822  0x000066a7 setarg  0x00000114 
- 00024823  0x000066a8 istore  0x00000002 , 0x00000005 
- 00024824  0x000066a9 branch  0x000062b0 
- 00024825  0x000066ad force  0x00000003 , 0x0000003f 
- 00024826  0x000066ae call  0x00006298 
- 00024827  0x000066af fetch  0x00000004 , 0x00000165 
- 00024828  0x000066b0 isub  0x00000022 , 0x0000003f 
- 00024829  0x000066b1 branch  0x000060ff , 0x00000029 
- 00024830  0x000066b2 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024831  0x000066b5 rshift2  0x0000003f , 0x0000003f 
- 00024832  0x000066b6 set0  0x0000000f , 0x0000003f 
- 00024833  0x000066b7 istore  0x00000002 , 0x00000005 
- 00024834  0x000066b8 branch  0x000062b0 
- 00024835  0x000066bb force  0x00000006 , 0x0000003f 
- 00024836  0x000066bc call  0x00006298 
- 00024837  0x000066bd fetch  0x00000005 , 0x00004510 
- 00024838  0x000066be istore  0x00000005 , 0x00000005 
- 00024839  0x000066bf branch  0x000062b0 
- 00024840  0x000066c2 force  0x00000009 , 0x0000003f 
- 00024841  0x000066c3 call  0x00006298 
- 00024842  0x000066c4 fetch  0x00000008 , 0x00004098 
- 00024843  0x000066c5 istore  0x00000008 , 0x00000005 
- 00024844  0x000066c6 branch  0x000062b0 
- 00024845  0x000066ce force  0x0000000c , 0x00000007 
- 00024846  0x000066cf call  0x000062a0 
- 00024847  0x000066d0 setarg  0x00000001 
- 00024848  0x000066d1 istore  0x00000001 , 0x00000005 
- 00024849  0x000066d2 fetch  0x00000002 , 0x000004ce 
- 00024850  0x000066d3 istore  0x00000002 , 0x00000005 
- 00024851  0x000066d4 setarg  0x00000000 
- 00024852  0x000066d5 istore  0x00000003 , 0x00000005 
- 00024853  0x000066d6 setarg  0x00000000 
- 00024854  0x000066d7 istore  0x00000004 , 0x00000005 
- 00024855  0x000066d8 branch  0x000062b2 
- 00024856  0x000066db force  0x00000003 , 0x00000007 
- 00024857  0x000066dc call  0x000062a0 
- 00024858  0x000066dd fetch  0x00000001 , 0x0000415a 
- 00024859  0x000066de istore  0x00000001 , 0x00000005 
- 00024860  0x000066df disable  0x00000028 
- 00024861  0x000066e0 call  0x000062b2 
- 00024862  0x000066e1 nrtn  0x00000028 
- 00024863  0x000066e2 nrtn  0x00000029 
- 00024864  0x000066e3 fetch  0x00000001 , 0x000040d8 
- 00024865  0x000066e4 rtnbit0  0x00000000 
- 00024866  0x000066e5 call  0x00006132 
- 00024867  0x000066e6 branch  0x0000613c 
- 00024868  0x000066ea bpatchx  0x00000084 , 0x00004030 
- 00024869  0x000066eb fetch  0x00000001 , 0x0000409e 
- 00024870  0x000066ec set1  0x00000003 , 0x0000003f 
- 00024871  0x000066ed store  0x00000001 , 0x0000409e 
- 00024872  0x000066ee setarg  0x00000101 
- 00024873  0x000066ef store  0x00000002 , 0x000004ce 
- 00024874  0x000066f0 rtn 
- 00024875  0x000066f3 bpatchx  0x00000085 , 0x00004030 
- 00024876  0x000066f4 fetch  0x00000001 , 0x0000409e 
- 00024877  0x000066f5 set0  0x00000003 , 0x0000003f 
- 00024878  0x000066f6 store  0x00000001 , 0x0000409e 
- 00024879  0x000066f7 setarg  0x00000000 
- 00024880  0x000066f8 store  0x00000002 , 0x000004ce 
- 00024881  0x000066f9 rtn 
- 00024882  0x000066fc jam  0x00000003 , 0x000040d8 
- 00024883  0x000066fd setarg  0x00000000 
- 00024884  0x000066fe store  0x00000004 , 0x00004142 
- 00024885  0x000066ff arg  0x000040da , 0x00000005 
- 00024886  0x00006700 call  0x00006140 
- 00024887  0x00006701 arg  0x000040e7 , 0x00000005 
- 00024888  0x00006702 call  0x00006140 
- 00024889  0x00006703 arg  0x00004146 , 0x00000005 
- 00024890  0x00006704 call  0x00006140 
- 00024891  0x00006705 branch  0x00006147 
- 00024892  0x00006707 arg  0x000040e7 , 0x00000005 
- 00024893  0x00006708 call  0x00006140 
- 00024894  0x00006709 call  0x00006147 
- 00024895  0x0000670a branch  0x0000614a 
- 00024896  0x0000670e setarg  0x00ffffff 
- 00024897  0x0000670f istore  0x00000003 , 0x00000005 
- 00024898  0x00006710 istore  0x00000003 , 0x00000005 
- 00024899  0x00006711 istore  0x00000003 , 0x00000005 
- 00024900  0x00006712 setarg  0x0000007f 
- 00024901  0x00006713 istore  0x00000001 , 0x00000005 
- 00024902  0x00006714 rtn 
- 00024903  0x00006716 setarg  0x00000000 
- 00024904  0x00006717 store  0x00000002 , 0x000040d6 
- 00024905  0x00006718 rtn 
- 00024906  0x0000671a fetch  0x00000001 , 0x000040d8 
- 00024907  0x0000671b set1  0x00000002 , 0x0000003f 
- 00024908  0x0000671c store  0x00000001 , 0x000040d8 
- 00024909  0x0000671d rtn 
- 00024910  0x00006721 force  0x00000002 , 0x00000007 
- 00024911  0x00006722 call  0x000062a0 
- 00024912  0x00006723 nbranch  0x000062b0 , 0x00000029 
- 00024913  0x00006725 branch  0x000062b2 
- 00024914  0x0000672a force  0x00000002 , 0x0000003f 
- 00024915  0x0000672b call  0x00006298 
- 00024916  0x0000672c fetch  0x00000001 , 0x000004ca 
- 00024917  0x0000672d istore  0x00000001 , 0x00000005 
- 00024918  0x0000672e call  0x000062b2 
- 00024919  0x00006730 fetch  0x00000001 , 0x0000004b 
- 00024920  0x00006731 set1  0x00000003 , 0x0000003f 
- 00024921  0x00006732 store  0x00000001 , 0x0000004b 
- 00024922  0x00006733 jam  0x00000032 , 0x00000072 
- 00024923  0x00006734 rtn 
- 00024924  0x00006738 force  0x00000001 , 0x0000003f 
- 00024925  0x00006739 call  0x00006298 
- 00024926  0x0000673a branch  0x000062b2 
- 00024927  0x0000673c force  0x00000001 , 0x0000003f 
- 00024928  0x0000673d call  0x00006298 
- 00024929  0x0000673e branch  0x000062b0 
- 00024930  0x00006742 force  0x00000002 , 0x0000003f 
- 00024931  0x00006743 call  0x00006298 
- 00024932  0x00006744 fetch  0x00000001 , 0x0000004c 
- 00024933  0x00006745 isolate0  0x00000002 , 0x0000003f 
- 00024934  0x00006746 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024935  0x00006747 and_into  0x00000001 , 0x0000003f 
- 00024936  0x00006748 istore  0x00000001 , 0x00000005 
- 00024937  0x00006749 branch  0x000062b2 
- 00024938  0x0000674d force  0x00000003 , 0x0000003f 
- 00024939  0x0000674e call  0x00006298 
- 00024940  0x0000674f fetch  0x00000002 , 0x00000051 
- 00024941  0x00006750 istore  0x00000002 , 0x00000005 
- 00024942  0x00006751 branch  0x000062b2 
- 00024943  0x00006754 jam  0x000000fa , 0x00000072 
- 00024944  0x00006755 force  0x00000002 , 0x0000003f 
- 00024945  0x00006756 call  0x00006298 
- 00024946  0x00006757 fetch  0x00000001 , 0x00000053 
- 00024947  0x00006758 istore  0x00000001 , 0x00000005 
- 00024948  0x00006759 branch  0x000062b2 
- 00024949  0x0000675c force  0x0000000a , 0x0000003f 
- 00024950  0x0000675d call  0x00006298 
- 00024951  0x0000675e arg  0x00000152 , 0x00000006 
- 00024952  0x0000675f force  0x00000009 , 0x00000039 
- 00024953  0x00006761 ifetch  0x00000001 , 0x00000006 
- 00024954  0x00006762 xor_into  0x00000055 , 0x0000003f 
- 00024955  0x00006763 istore  0x00000001 , 0x00000005 
- 00024956  0x00006764 loop  0x00006179 
- 00024957  0x00006765 branch  0x000062b2 
- 00024958  0x00006768 branch  0x000062b2 
- 00024959  0x0000676a branch  0x000062b2 
- 00024960  0x0000676d rtn  0x00000029 
- 00024961  0x0000676e call  0x0000282d 
- 00024962  0x0000676f force  0x00000009 , 0x0000003f 
- 00024963  0x00006770 call  0x00006298 
- 00024964  0x00006771 fetch  0x00000002 , 0x00000171 
- 00024965  0x00006772 istore  0x00000002 , 0x00000005 
- 00024966  0x00006773 fetch  0x00000003 , 0x000040a0 
- 00024967  0x00006774 istore  0x00000003 , 0x00000005 
- 00024968  0x00006775 fetch  0x00000001 , 0x000040a3 
- 00024969  0x00006776 istore  0x00000001 , 0x00000005 
- 00024970  0x00006777 fetch  0x00000002 , 0x000040a4 
- 00024971  0x00006778 istore  0x00000002 , 0x00000005 
- 00024972  0x00006779 bmark0  0x00000003 , 0x00006191 
- 00024973  0x0000677a set0  0x00000003 , 0x00000000 
- 00024974  0x0000677b call  0x000062b2 
- 00024975  0x0000677c jam  0x00000013 , 0x0000007c 
- 00024976  0x0000677d rtn 
- 00024977  0x0000677f call  0x000062b0 
- 00024978  0x00006780 jam  0x00000003 , 0x0000007c 
- 00024979  0x00006781 jam  0x00000013 , 0x0000007d 
- 00024980  0x00006782 rtn 
- 00024981  0x00006785 arg  0x00000200 , 0x00000002 
- 00024982  0x00006786 branch  0x00006199 , 0x00000029 
- 00024983  0x00006787 deposit  0x00000028 
- 00024984  0x00006788 branch  0x0000619a 
- 00024985  0x0000678a deposit  0x00000022 
- 00024986  0x0000678c deposit  0x00000021 
- 00024987  0x0000678d iadd  0x00000002 , 0x0000003f 
- 00024988  0x0000678e and_into  0x000001fc , 0x0000003f 
- 00024989  0x0000678f store  0x00000004 , 0x00000034 
- 00024990  0x00006790 force  0x00000005 , 0x0000003f 
- 00024991  0x00006791 call  0x00006298 
- 00024992  0x00006792 fetch  0x00000004 , 0x00000034 
- 00024993  0x00006793 rshift  0x0000003f , 0x0000003f 
- 00024994  0x00006794 istore  0x00000004 , 0x00000005 
- 00024995  0x00006795 branch  0x000062b2 
- 00024996  0x00006798 force  0x0000000a , 0x0000003f 
- 00024997  0x00006799 call  0x00006298 
- 00024998  0x0000679a arg  0x000004d9 , 0x00000006 
- 00024999  0x0000679b ifetch  0x00000009 , 0x00000006 
- 00025000  0x0000679c istore  0x00000009 , 0x00000005 
- 00025001  0x0000679d branch  0x000062b2 
- 00025002  0x000067a2 force  0x00000003 , 0x0000003f 
- 00025003  0x000067a3 call  0x00006298 
- 00025004  0x000067a4 setarg  0x00000114 
- 00025005  0x000067a5 istore  0x00000002 , 0x00000005 
- 00025006  0x000067a6 branch  0x000062b2 
- 00025007  0x000067aa force  0x00000001 , 0x0000003f 
- 00025008  0x000067ab call  0x00006298 
- 00025009  0x000067b4 branch  0x000062b2 
- 00025010  0x000067b8 force  0x00000002 , 0x0000003f 
- 00025011  0x000067b9 call  0x00006298 
- 00025012  0x000067ba fetch  0x00000001 , 0x000040d0 
- 00025013  0x000067bb istore  0x00000001 , 0x00000005 
- 00025014  0x000067bc branch  0x000062b2 
- 00025015  0x000067c0 force  0x00000002 , 0x0000003f 
- 00025016  0x000067c1 call  0x00006298 
- 00025017  0x000067c2 setarg  0x00000005 
- 00025018  0x000067c3 istore  0x00000001 , 0x00000005 
- 00025019  0x000067c4 branch  0x000062b2 
- 00025020  0x000067c8 force  0x00000002 , 0x0000003f 
- 00025021  0x000067c9 call  0x00006298 
- 00025022  0x000067ca setarg  0x00000000 
- 00025023  0x000067cb istore  0x00000001 , 0x00000005 
- 00025024  0x000067cc branch  0x000062b2 
- 00025025  0x000067d0 jam  0x0000002e , 0x0000007c 
- 00025026  0x000067d1 rtn 
- 00025027  0x000067d3 fetch  0x00000001 , 0x00004092 
- 00025028  0x000067d4 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00025029  0x000067d5 call  0x000061c1 , 0x00000005 
- 00025030  0x000067d6 fetch  0x00000001 , 0x00000030 
- 00025031  0x000067d7 set1  0x00000004 , 0x0000003f 
- 00025032  0x000067d8 store  0x00000001 , 0x00000030 
- 00025033  0x000067d9 copy  0x00000022 , 0x0000003f 
- 00025034  0x000067da store  0x00000004 , 0x000004e9 
- 00025035  0x000067db fetch  0x00000001 , 0x000004d1 
- 00025036  0x000067dc bbit1  0x00000003 , 0x000061d4 
- 00025037  0x000067dd set1  0x00000003 , 0x0000003f 
- 00025038  0x000067de store  0x00000001 , 0x000004d1 
- 00025039  0x000067df jam  0x00000005 , 0x00000a99 
- 00025040  0x000067e0 call  0x00007d86 
- 00025041  0x000067e1 force  0x00000001 , 0x0000003f 
- 00025042  0x000067e2 call  0x00006298 
- 00025043  0x000067e3 branch  0x000062b2 
- 00025044  0x000067e5 jam  0x00000000 , 0x00000048 
- 00025045  0x000067e6 rtn 
- 00025046  0x000067e9 force  0x00000006 , 0x0000003f 
- 00025047  0x000067ea call  0x00006298 
- 00025048  0x000067eb fetch  0x00000005 , 0x00004510 
- 00025049  0x000067ec istore  0x00000005 , 0x00000005 
- 00025050  0x000067ed branch  0x000062b2 
- 00025051  0x000067f0 force  0x00000009 , 0x0000003f 
- 00025052  0x000067f1 call  0x00006298 
- 00025053  0x000067f2 fetch  0x00000008 , 0x00004098 
- 00025054  0x000067f3 istore  0x00000008 , 0x00000005 
- 00025055  0x000067f4 branch  0x000062b2 
- 00025056  0x000067f7 jam  0x00000001 , 0x000009b1 
- 00025057  0x000067f8 fetch  0x00000001 , 0x000045b1 
- 00025058  0x000067f9 rtnne  0x00000001 
- 00025059  0x000067fa jam  0x00000013 , 0x000009af 
- 00025060  0x000067fb rtn 
- 00025061  0x000067fe call  0x000062ef 
- 00025062  0x000067ff jam  0x00000099 , 0x0000007c 
- 00025063  0x00006800 jam  0x00000003 , 0x000009af 
- 00025064  0x00006801 rtn 
- 00025065  0x00006805 call  0x000062ef 
- 00025066  0x00006806 jam  0x0000003d , 0x0000007c 
- 00025067  0x00006807 jam  0x00000007 , 0x000009af 
- 00025068  0x00006808 rtn 
- 00025069  0x0000680b arg  0x00000a4e , 0x00000011 
- 00025070  0x0000680c arg  0x00000a6e , 0x00000012 
- 00025071  0x0000680d arg  0x00000010 , 0x00000039 
- 00025072  0x0000680e call  0x00007f88 
- 00025073  0x0000680f branch  0x000061f7 , 0x00000005 
- 00025074  0x00006810 jam  0x00000000 , 0x000009af 
- 00025075  0x00006811 call  0x000076da 
- 00025076  0x00006812 jam  0x00000024 , 0x0000007e 
- 00025077  0x00006813 jam  0x00000040 , 0x0000007d 
- 00025078  0x00006814 branch  0x00005d53 
- 00025079  0x00006816 jam  0x0000000a , 0x000009af 
- 00025080  0x00006817 call  0x000076d8 
- 00025081  0x00006818 jam  0x00000040 , 0x0000007d 
- 00025082  0x00006819 branch  0x00005e38 
- 00025083  0x0000681e jam  0x00000040 , 0x0000007c 
- 00025084  0x0000681f rtn 
- 00025085  0x00006826 jam  0x0000003d , 0x0000007c 
- 00025086  0x00006828 rtn 
- 00025087  0x0000682f jam  0x00000000 , 0x000009b6 
- 00025088  0x00006830 force  0x00000004 , 0x0000003f 
- 00025089  0x00006831 call  0x00006298 
- 00025090  0x00006832 force  0x00000001 , 0x0000003f 
- 00025091  0x00006833 istore  0x00000001 , 0x00000005 
- 00025092  0x00006834 force  0x00000001 , 0x0000003f 
- 00025093  0x00006835 istore  0x00000001 , 0x00000005 
- 00025094  0x00006836 force  0x00000030 , 0x0000003f 
- 00025095  0x00006837 istore  0x00000001 , 0x00000005 
- 00025096  0x00006838 call  0x000062fc 
- 00025097  0x00006839 branch  0x000062b2 , 0x00000001 
- 00025098  0x0000683a branch  0x000062b0 
- 00025099  0x0000683e force  0x00000011 , 0x0000003f 
- 00025100  0x0000683f call  0x00006298 
- 00025101  0x00006840 fetch  0x00000001 , 0x000009b6 
- 00025102  0x00006841 arg  0x0000462a , 0x00000006 
- 00025103  0x00006842 iadd  0x00000006 , 0x00000006 
- 00025104  0x00006843 ifetch  0x00000008 , 0x00000006 
- 00025105  0x00006844 istore  0x00000008 , 0x00000005 
- 00025106  0x00006845 ifetch  0x00000008 , 0x00000006 
- 00025107  0x00006846 istore  0x00000008 , 0x00000005 
- 00025108  0x00006847 fetch  0x00000001 , 0x000009b6 
- 00025109  0x00006848 increase  0x00000010 , 0x0000003f 
- 00025110  0x00006849 store  0x00000001 , 0x000009b6 
- 00025111  0x0000684a call  0x000062fc 
- 00025112  0x0000684b branch  0x000062b2 , 0x00000001 
- 00025113  0x0000684c branch  0x000062b0 
- 00025114  0x00006850 jam  0x00000006 , 0x000009ae 
- 00025115  0x00006851 jam  0x0000003f , 0x0000007c 
- 00025116  0x00006852 rtn 
- 00025117  0x00006856 force  0x00000011 , 0x0000003f 
- 00025118  0x00006857 call  0x00006298 
- 00025119  0x00006858 arg  0x00000a4e , 0x00000006 
- 00025120  0x00006859 ifetch  0x00000008 , 0x00000006 
- 00025121  0x0000685a istore  0x00000008 , 0x00000005 
- 00025122  0x0000685b ifetch  0x00000008 , 0x00000006 
- 00025123  0x0000685c istore  0x00000008 , 0x00000005 
- 00025124  0x0000685d branch  0x000062b0 
- 00025125  0x00006860 jam  0x00000040 , 0x0000007c 
- 00025126  0x00006861 rtn 
- 00025127  0x00006865 call  0x000062fc 
- 00025128  0x00006866 call  0x00007612 , 0x00000001 
- 00025129  0x00006867 force  0x00000011 , 0x0000003f 
- 00025130  0x00006868 call  0x00006298 
- 00025131  0x00006869 arg  0x00000a1e , 0x00000006 
- 00025132  0x0000686a ifetch  0x00000008 , 0x00000006 
- 00025133  0x0000686b istore  0x00000008 , 0x00000005 
- 00025134  0x0000686c ifetch  0x00000008 , 0x00000006 
- 00025135  0x0000686d istore  0x00000008 , 0x00000005 
- 00025136  0x0000686e call  0x000062fc 
- 00025137  0x0000686f nbranch  0x000062b0 , 0x00000001 
- 00025138  0x00006870 branch  0x000062b2 , 0x00000001 
- 00025139  0x00006874 jam  0x0000000f , 0x000009af 
- 00025140  0x00006876 call  0x000062ef 
- 00025141  0x00006877 jam  0x0000000b , 0x0000007c 
- 00025142  0x00006878 call  0x00006307 
- 00025143  0x00006879 branch  0x0000764e , 0x00000001 
- 00025144  0x0000687a branch  0x00007658 
- 00025145  0x0000687c call  0x000062eb 
- 00025146  0x0000687e jam  0x00000041 , 0x0000007c 
- 00025147  0x0000687f rtn 
- 00025148  0x00006882 force  0x00000011 , 0x0000003f 
- 00025149  0x00006883 call  0x00006298 
- 00025150  0x00006884 arg  0x00000a4e , 0x00000006 
- 00025151  0x00006885 ifetch  0x00000008 , 0x00000006 
- 00025152  0x00006886 istore  0x00000008 , 0x00000005 
- 00025153  0x00006887 ifetch  0x00000008 , 0x00000006 
- 00025154  0x00006888 istore  0x00000008 , 0x00000005 
- 00025155  0x00006889 call  0x000062fc 
- 00025156  0x0000688a nbranch  0x000062b0 , 0x00000001 
- 00025157  0x0000688b branch  0x000062b2 , 0x00000001 
- 00025158  0x0000688e force  0x00000003 , 0x0000003f 
- 00025159  0x0000688f call  0x00006298 
- 00025160  0x00006890 setarg  0x0000fffe 
- 00025161  0x00006891 istore  0x00000002 , 0x00000005 
- 00025162  0x00006892 branch  0x000062b0 
- 00025163  0x00006895 branch  0x000062b2 
- 00025164  0x00006897 branch  0x000062b2 
- 00025165  0x00006899 branch  0x000062b2 
- 00025166  0x0000689b branch  0x000062b2 
- 00025167  0x000068a1 call  0x0000630b 
- 00025168  0x000068a2 arg  0x000040a0 , 0x00000011 
- 00025169  0x000068a3 call  0x00006311 
- 00025170  0x000068a4 force  0x00000011 , 0x0000003f 
- 00025171  0x000068a5 call  0x00006298 
- 00025172  0x000068a6 arg  0x00000582 , 0x00000011 
- 00025173  0x000068a7 arg  0x00000562 , 0x00000012 
- 00025174  0x000068a8 call  0x00007352 
- 00025175  0x000068a9 nbranch  0x000062a7 , 0x00000029 
- 00025176  0x000068aa branch  0x000062ad 
- 00025177  0x000068ad call  0x0000630b 
- 00025178  0x000068ae arg  0x00000040 , 0x00000011 
- 00025179  0x000068af call  0x00007255 
- 00025180  0x000068b1 force  0x00000011 , 0x0000003f 
- 00025181  0x000068b2 call  0x00006298 
- 00025182  0x000068b3 arg  0x00000562 , 0x00000006 
- 00025183  0x000068b4 call  0x00007ebf 
- 00025184  0x000068b5 fetch  0x00000001 , 0x00000055 
- 00025185  0x000068b6 beq  0x00000019 , 0x000062b2 
- 00025186  0x000068b7 beq  0x00000018 , 0x000062b2 
- 00025187  0x000068b8 branch  0x000062ad 
- 00025188  0x000068bb fetch  0x00000001 , 0x000009b5 
- 00025189  0x000068bc branch  0x0000626a , 0x00000034 
- 00025190  0x000068bd call  0x000062fc 
- 00025191  0x000068be call  0x000062ef , 0x00000001 
- 00025192  0x000068bf ncall  0x000062eb , 0x00000001 
- 00025193  0x000068c0 branch  0x0000626b 
- 00025194  0x000068c2 call  0x000062ef 
- 00025195  0x000068c4 call  0x0000630b 
- 00025196  0x000068c5 branch  0x0000625c 
- 00025197  0x000068c8 arg  0x000040a0 , 0x00000011 
- 00025198  0x000068c9 call  0x00007288 
- 00025199  0x000068ca force  0x00000005 , 0x0000003f 
- 00025200  0x000068cb call  0x00006298 
- 00025201  0x000068cc fetch  0x00000004 , 0x00000592 
- 00025202  0x000068cd istore  0x00000004 , 0x00000005 
- 00025203  0x000068ce arg  0x000004d5 , 0x00000002 
- 00025204  0x000068cf call  0x000062e2 
- 00025205  0x000068d0 call  0x00007386 
- 00025206  0x000068d1 call  0x000062fc 
- 00025207  0x000068d2 branch  0x0000627c , 0x00000001 
- 00025208  0x000068d3 jam  0x00000001 , 0x000004d8 
- 00025209  0x000068d4 fetch  0x00000001 , 0x000009b5 
- 00025210  0x000068d5 rtn  0x00000034 
- 00025211  0x000068d6 jam  0x0000000b , 0x0000007c 
- 00025212  0x000068d8 fetch  0x00000001 , 0x000041bd 
- 00025213  0x000068d9 rtn  0x00000034 
- 00025214  0x000068db call  0x000062fc 
- 00025215  0x000068dc nbranch  0x00006284 , 0x00000001 
- 00025216  0x000068dd fetch  0x00000001 , 0x000004d7 
- 00025217  0x000068de rtn  0x00000034 
- 00025218  0x000068df jam  0x0000000f , 0x0000007c 
- 00025219  0x000068e0 rtn 
- 00025220  0x000068e2 rtnmark0  0x00000021 
- 00025221  0x000068e3 set0  0x00000021 , 0x00000000 
- 00025222  0x000068e4 jam  0x0000000f , 0x0000007c 
- 00025223  0x000068e5 rtn 
- 00025224  0x000068ea call  0x0000630b 
- 00025225  0x000068eb call  0x0000728b 
- 00025226  0x000068ec force  0x00000011 , 0x0000003f 
- 00025227  0x000068ed call  0x00006298 
- 00025228  0x000068ee arg  0x00000562 , 0x00000006 
- 00025229  0x000068ef call  0x00007ebf 
- 00025230  0x000068f0 branch  0x000062ad 
- 00025231  0x000068f3 force  0x00000001 , 0x0000003f 
- 00025232  0x000068f4 call  0x00006298 
- 00025233  0x000068f5 branch  0x000062ad 
- 00025234  0x000068f8 force  0x00000002 , 0x0000003f 
- 00025235  0x000068f9 call  0x00006298 
- 00025236  0x000068fa force  0x00000010 , 0x0000003f 
- 00025237  0x000068fb istore  0x00000001 , 0x00000005 
- 00025238  0x000068fc store  0x00000001 , 0x00000054 
- 00025239  0x000068fd branch  0x000062ad 
- 00025240  0x00006901 lshift3  0x0000003f , 0x0000003f 
- 00025241  0x00006902 or_into  0x00000007 , 0x0000003f 
- 00025242  0x00006903 store  0x00000001 , 0x000004b6 
- 00025243  0x00006904 arg  0x00000011 , 0x00000039 
- 00025244  0x00006905 arg  0x000004b8 , 0x00000005 
- 00025245  0x00006906 call  0x00007ed4 
- 00025246  0x00006907 arg  0x000004b8 , 0x00000005 
- 00025247  0x00006908 rtn 
- 00025248  0x0000690b and  0x0000003f , 0x0000007f , 0x00000011 
- 00025249  0x0000690c jam  0x0000007f , 0x00000048 
- 00025250  0x0000690d deposit  0x00000007 
- 00025251  0x0000690e call  0x00006298 
- 00025252  0x0000690f deposit  0x00000011 
- 00025253  0x00006910 istore  0x00000001 , 0x00000005 
- 00025254  0x00006911 rtn 
- 00025255  0x00006914 fetch  0x00000001 , 0x00000048 
- 00025256  0x00006915 lshift  0x0000003f , 0x0000003f 
- 00025257  0x00006916 fetcht  0x00000001 , 0x0000004c 
- 00025258  0x00006917 isolate1  0x00000001 , 0x00000002 
- 00025259  0x00006918 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025260  0x00006919 branch  0x000062b7 
- 00025261  0x0000691d fetcht  0x00000001 , 0x0000004c 
- 00025262  0x0000691e and_into  0x00000001 , 0x00000002 
- 00025263  0x0000691f branch  0x000062b3 
- 00025264  0x00006922 force  0x00000000 , 0x00000002 
- 00025265  0x00006923 branch  0x000062b3 
- 00025266  0x00006926 force  0x00000001 , 0x00000002 
- 00025267  0x00006928 fetch  0x00000001 , 0x00000048 
- 00025268  0x00006929 lshift  0x0000003f , 0x0000003f 
- 00025269  0x0000692a setflag  0x00000029 , 0x00000000 , 0x0000003f 
- 00025270  0x0000692b ixor  0x00000002 , 0x0000003f 
- 00025271  0x0000692d store  0x00000001 , 0x000004b7 
- 00025272  0x0000692e jam  0x00000000 , 0x00000048 
- 00025273  0x0000692f call  0x000062c7 
- 00025274  0x00006930 enable  0x00000028 
- 00025275  0x00006931 rtn 
- 00025276  0x00006935 fetch  0x00000001 , 0x0000007c 
- 00025277  0x00006936 rtn  0x00000034 
- 00025278  0x00006937 call  0x000062c1 
- 00025279  0x00006938 fetch  0x00000001 , 0x0000007c 
- 00025280  0x00006939 rtn 
- 00025281  0x0000693c bpatchx  0x00000086 , 0x00004030 
- 00025282  0x0000693d fetch  0x00000001 , 0x00000048 
- 00025283  0x0000693e branch  0x000062c7 , 0x00000034 
- 00025284  0x0000693f fetch  0x00000001 , 0x00000078 
- 00025285  0x00006940 nrtn  0x00000034 
- 00025286  0x00006941 branch  0x000062d1 
- 00025287  0x00006943 fetch  0x00000001 , 0x00000078 
- 00025288  0x00006944 branch  0x000062d7 , 0x00000034 
- 00025289  0x00006945 fetch  0x00000003 , 0x00000078 
- 00025290  0x00006946 store  0x00000003 , 0x00000048 
- 00025291  0x00006947 fetcht  0x00000001 , 0x0000007b 
- 00025292  0x00006948 fetch  0x00000001 , 0x0000004c 
- 00025293  0x00006949 set0  0x00000001 , 0x0000003f 
- 00025294  0x0000694a ior  0x00000002 , 0x0000003f 
- 00025295  0x0000694b store  0x00000001 , 0x0000004c 
- 00025296  0x0000694c jam  0x00000000 , 0x00000078 
- 00025297  0x0000694e fetch  0x00000001 , 0x0000007c 
- 00025298  0x0000694f rtn  0x00000034 
- 00025299  0x00006950 fetch  0x00000004 , 0x0000007c 
- 00025300  0x00006951 store  0x00000004 , 0x00000078 
- 00025301  0x00006952 jam  0x00000000 , 0x0000007c 
- 00025302  0x00006953 rtn 
- 00025303  0x00006955 fetch  0x00000001 , 0x0000007c 
- 00025304  0x00006956 rtn  0x00000034 
- 00025305  0x00006957 fetch  0x00000003 , 0x0000007c 
- 00025306  0x00006958 store  0x00000003 , 0x00000048 
- 00025307  0x00006959 fetcht  0x00000001 , 0x0000007f 
- 00025308  0x0000695a fetch  0x00000001 , 0x0000004c 
- 00025309  0x0000695b set0  0x00000001 , 0x0000003f 
- 00025310  0x0000695c ior  0x00000002 , 0x0000003f 
- 00025311  0x0000695d store  0x00000001 , 0x0000004c 
- 00025312  0x0000695e jam  0x00000000 , 0x0000007c 
- 00025313  0x0000695f rtn 
- 00025314  0x00006963 bpatchx  0x00000087 , 0x00004030 
- 00025315  0x00006964 fetch  0x00000001 , 0x0000004c 
- 00025316  0x00006965 copy  0x0000003f , 0x00000013 
- 00025317  0x00006966 ifetch  0x00000001 , 0x00000002 
- 00025318  0x00006967 call  0x00005e52 
- 00025319  0x00006968 call  0x000062a7 
- 00025320  0x00006969 copy  0x00000013 , 0x0000003f 
- 00025321  0x0000696a store  0x00000001 , 0x0000004c 
- 00025322  0x0000696b rtn 
- 00025323  0x0000696e fetcht  0x00000001 , 0x0000004c 
- 00025324  0x0000696f set0  0x00000000 , 0x00000002 
- 00025325  0x00006970 storet  0x00000001 , 0x0000004c 
- 00025326  0x00006971 rtn 
- 00025327  0x00006974 fetcht  0x00000001 , 0x0000004c 
- 00025328  0x00006975 set1  0x00000000 , 0x00000002 
- 00025329  0x00006976 storet  0x00000001 , 0x0000004c 
- 00025330  0x00006977 rtn 
- 00025331  0x0000697b nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025332  0x0000697c fetcht  0x00000001 , 0x0000004c 
- 00025333  0x0000697d ixor  0x00000002 , 0x0000003f 
- 00025334  0x0000697e isolate1  0x00000001 , 0x0000003f 
- 00025335  0x0000697f rtn 
- 00025336  0x00006983 fetch  0x00000001 , 0x0000004c 
- 00025337  0x00006984 setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025338  0x00006985 store  0x00000001 , 0x0000004c 
- 00025339  0x00006986 rtn 
- 00025340  0x0000698a fetch  0x00000001 , 0x000009b4 
- 00025341  0x0000698b compare  0x00000001 , 0x0000003f , 0x0000007f 
- 00025342  0x0000698c rtn 
- 00025343  0x0000698e fetch  0x00000001 , 0x000009b4 
- 00025344  0x0000698f set1  0x00000007 , 0x0000003f 
- 00025345  0x00006990 store  0x00000001 , 0x000009b4 
- 00025346  0x00006991 rtn 
- 00025347  0x00006993 fetch  0x00000001 , 0x000009b4 
- 00025348  0x00006994 set0  0x00000007 , 0x0000003f 
- 00025349  0x00006995 store  0x00000001 , 0x000009b4 
- 00025350  0x00006996 rtn 
- 00025351  0x00006998 fetch  0x00000001 , 0x000009b4 
- 00025352  0x00006999 isolate1  0x00000007 , 0x0000003f 
- 00025353  0x0000699a store  0x00000001 , 0x000009b4 
- 00025354  0x0000699b rtn 
- 00025355  0x0000699f arg  0x00000562 , 0x00000005 
- 00025356  0x000069a1 force  0x00000010 , 0x00000039 
- 00025357  0x000069a4 random  0x0000003f 
- 00025358  0x000069a5 istore  0x00000001 , 0x00000005 
- 00025359  0x000069a6 loop  0x0000630d 
- 00025360  0x000069a7 rtn 
- 00025361  0x000069aa call  0x00007259 
- 00025362  0x000069ab arg  0x000041be , 0x00000011 
- 00025363  0x000069ac arg  0x00000592 , 0x00000012 
- 00025364  0x000069ad ifetch  0x00000008 , 0x00000011 
- 00025365  0x000069ae fetcht  0x00000001 , 0x00000030 
- 00025366  0x000069af nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00025367  0x000069b0 storet  0x00000001 , 0x00000030 
- 00025368  0x000069b1 copy  0x00000011 , 0x00000005 
- 00025369  0x000069b2 call  0x00007352 
- 00025370  0x000069b3 branch  0x000021c4 
- 00025371  0x000069bb bpatchx  0x00000088 , 0x00004031 
- 00025372  0x000069bd call  0x000062bc 
- 00025373  0x000069be nrtn  0x00000034 
- 00025374  0x000069c0 fetch  0x00000001 , 0x00000055 
- 00025375  0x000069c1 rtn  0x00000034 
- 00025376  0x000069c5 beq  0x00000004 , 0x0000636f 
- 00025377  0x000069c6 beq  0x00000005 , 0x00006374 
- 00025378  0x000069c7 beq  0x00000002 , 0x00006366 
- 00025379  0x000069c8 beq  0x00000003 , 0x0000637c 
- 00025380  0x000069c9 beq  0x0000000e , 0x00006369 
- 00025381  0x000069ca beq  0x00000006 , 0x00006398 
- 00025382  0x000069cb beq  0x00000007 , 0x000063b0 
- 00025383  0x000069cc beq  0x00000009 , 0x000063b1 
- 00025384  0x000069cd beq  0x0000000a , 0x000063ba 
- 00025385  0x000069ce beq  0x0000000b , 0x000063be 
- 00025386  0x000069cf beq  0x0000000c , 0x00006386 
- 00025387  0x000069d0 beq  0x0000000d , 0x00006389 
- 00025388  0x000069d1 beq  0x0000000f , 0x0000638f 
- 00025389  0x000069d2 beq  0x00000012 , 0x00006359 
- 00025390  0x000069d3 beq  0x00000013 , 0x0000637c 
- 00025391  0x000069d4 beq  0x00000010 , 0x0000635c 
- 00025392  0x000069d5 beq  0x00000014 , 0x00006356 
- 00025393  0x000069d6 beq  0x00000015 , 0x0000637c 
- 00025394  0x000069d7 beq  0x00000016 , 0x00006350 
- 00025395  0x000069d8 beq  0x00000018 , 0x00006355 
- 00025396  0x000069d9 beq  0x00000017 , 0x00006349 
- 00025397  0x000069da beq  0x00000019 , 0x0000634f 
- 00025398  0x000069db beq  0x0000001a , 0x0000633a 
- 00025399  0x000069dc beq  0x0000001b , 0x00006344 
- 00025400  0x000069dd jam  0x00000000 , 0x00000055 
- 00025401  0x000069df rtn 
- 00025402  0x000069e1 fetch  0x00000001 , 0x000004d1 
- 00025403  0x000069e2 rtnbit0  0x00000002 
- 00025404  0x000069e3 rtnbit0  0x00000003 
- 00025405  0x000069e4 jam  0x00000000 , 0x00000055 
- 00025406  0x000069e5 call  0x00006340 
- 00025407  0x000069e6 branch  0x00006cef 
- 00025408  0x000069e9 fetch  0x00000001 , 0x0000016d 
- 00025409  0x000069ea rtnbit0  0x00000001 
- 00025410  0x000069eb jam  0x0000000a , 0x00000055 
- 00025411  0x000069ec rtn 
- 00025412  0x000069ef arg  0x00000007 , 0x00000007 
- 00025413  0x000069f0 call  0x00007f16 
- 00025414  0x000069f1 nrtn  0x00000034 
- 00025415  0x000069f2 jam  0x0000001a , 0x00000055 
- 00025416  0x000069f3 rtn 
- 00025417  0x000069f6 fetch  0x00000001 , 0x0000016d 
- 00025418  0x000069f7 set0  0x00000000 , 0x0000003f 
- 00025419  0x000069f8 store  0x00000001 , 0x0000016d 
- 00025420  0x000069f9 jam  0x00000019 , 0x00000055 
- 00025421  0x000069fa jam  0x0000000b , 0x0000007c 
- 00025422  0x000069fb rtn 
- 00025423  0x000069fd rtn 
- 00025424  0x000069ff fetch  0x00000001 , 0x000004d4 
- 00025425  0x00006a00 rtnne  0x00000002 
- 00025426  0x00006a01 call  0x000063c0 
- 00025427  0x00006a02 jam  0x00000018 , 0x00000055 
- 00025428  0x00006a03 rtn 
- 00025429  0x00006a06 rtn 
- 00025430  0x00006a08 jam  0x00000015 , 0x00000055 
- 00025431  0x00006a09 jam  0x00000083 , 0x0000007c 
- 00025432  0x00006a0a rtn 
- 00025433  0x00006a0c jam  0x00000013 , 0x00000055 
- 00025434  0x00006a0d jam  0x00000025 , 0x0000007c 
- 00025435  0x00006a0e rtn 
- 00025436  0x00006a11 fetch  0x00000001 , 0x0000455b 
- 00025437  0x00006a12 rtneq  0x00000000 
- 00025438  0x00006a13 beq  0x00000001 , 0x00006364 
- 00025439  0x00006a14 arg  0x00000006 , 0x00000007 
- 00025440  0x00006a15 call  0x00007f16 
- 00025441  0x00006a16 nrtn  0x00000034 
- 00025442  0x00006a17 jam  0x00000000 , 0x0000455b 
- 00025443  0x00006a18 branch  0x0000637d 
- 00025444  0x00006a1a rtn  0x00000029 
- 00025445  0x00006a1b branch  0x00006398 
- 00025446  0x00006a1e jam  0x00000003 , 0x00000055 
- 00025447  0x00006a1f jam  0x00000027 , 0x0000007c 
- 00025448  0x00006a20 rtn 
- 00025449  0x00006a22 jam  0x00000013 , 0x0000007c 
- 00025450  0x00006a23 set1  0x00000003 , 0x00000000 
- 00025451  0x00006a24 jam  0x00000005 , 0x00000055 
- 00025452  0x00006a25 setarg  0x000001ff 
- 00025453  0x00006a26 store  0x00000002 , 0x000004d2 
- 00025454  0x00006a27 rtn 
- 00025455  0x00006a29 jam  0x00000005 , 0x00000055 
- 00025456  0x00006a2a jam  0x000000ff , 0x000004d2 
- 00025457  0x00006a2b set0  0x00000022 , 0x00000000 
- 00025458  0x00006a2c jam  0x00000033 , 0x0000007c 
- 00025459  0x00006a2d branch  0x00005d04 
- 00025460  0x00006a2f rtnmark1  0x00000022 
- 00025461  0x00006a30 fetch  0x00000002 , 0x000004d2 
- 00025462  0x00006a31 sub  0x0000003f , 0x00000001 , 0x0000003f 
- 00025463  0x00006a32 branch  0x0000637a , 0x00000005 
- 00025464  0x00006a33 store  0x00000002 , 0x000004d2 
- 00025465  0x00006a34 rtn 
- 00025466  0x00006a36 jam  0x0000000e , 0x00000055 
- 00025467  0x00006a37 rtn 
- 00025468  0x00006a3a rtn 
- 00025469  0x00006a3d fetch  0x00000001 , 0x000004d1 
- 00025470  0x00006a3e rtnbit0  0x00000003 
- 00025471  0x00006a3f rtnbit0  0x00000002 
- 00025472  0x00006a40 fetch  0x00000001 , 0x0000016d 
- 00025473  0x00006a41 set0  0x00000002 , 0x0000003f 
- 00025474  0x00006a42 store  0x00000001 , 0x0000016d 
- 00025475  0x00006a43 jam  0x00000013 , 0x0000007c 
- 00025476  0x00006a44 jam  0x00000010 , 0x00000055 
- 00025477  0x00006a45 rtn 
- 00025478  0x00006a48 jam  0x0000000d , 0x00000055 
- 00025479  0x00006a49 jam  0x00000031 , 0x0000007c 
- 00025480  0x00006a4a rtn 
- 00025481  0x00006a4d fetch  0x00000001 , 0x000004d1 
- 00025482  0x00006a4e rtnbit0  0x00000002 
- 00025483  0x00006a4f jam  0x00000000 , 0x00000055 
- 00025484  0x00006a51 rtn 
- 00025485  0x00006a53 jam  0x00000006 , 0x00000055 
- 00025486  0x00006a54 rtn 
- 00025487  0x00006a57 fetch  0x00000001 , 0x000004d2 
- 00025488  0x00006a58 increase  0xffffffff , 0x0000003f 
- 00025489  0x00006a59 branch  0x00006394 , 0x00000034 
- 00025490  0x00006a5a store  0x00000001 , 0x000004d2 
- 00025491  0x00006a5b rtn 
- 00025492  0x00006a5d jam  0x00000007 , 0x0000007c 
- 00025493  0x00006a5e jam  0x00000016 , 0x000004ca 
- 00025494  0x00006a5f jam  0x00000000 , 0x00000055 
- 00025495  0x00006a60 rtn 
- 00025496  0x00006a63 fetch  0x00000001 , 0x0000016d 
- 00025497  0x00006a64 bbit1  0x00000002 , 0x0000637d 
- 00025498  0x00006a65 bbit1  0x00000000 , 0x0000639d 
- 00025499  0x00006a67 jam  0x0000001a , 0x00000055 
- 00025500  0x00006a68 rtn 
- 00025501  0x00006a6a fetch  0x00000001 , 0x000041bd 
- 00025502  0x00006a6b branch  0x000063a9 , 0x00000034 
- 00025503  0x00006a6c fetch  0x00000001 , 0x000004d1 
- 00025504  0x00006a6d rtnbit0  0x00000003 
- 00025505  0x00006a6e rtnbit0  0x00000002 
- 00025506  0x00006a6f fetch  0x00000004 , 0x000004e9 
- 00025507  0x00006a70 arg  0x00000064 , 0x00000002 
- 00025508  0x00006a71 iadd  0x00000002 , 0x00000002 
- 00025509  0x00006a72 copy  0x00000022 , 0x0000003f 
- 00025510  0x00006a73 isub  0x00000002 , 0x0000003e 
- 00025511  0x00006a74 nrtn  0x00000002 
- 00025512  0x00006a75 branch  0x00006349 
- 00025513  0x00006a7a jam  0x00000016 , 0x00000055 
- 00025514  0x00006a7b jam  0x00000004 , 0x00004689 
- 00025515  0x00006a7c setarg  0x00003030 
- 00025516  0x00006a7d store  0x00000002 , 0x0000468a 
- 00025517  0x00006a7e istore  0x00000002 , 0x00000005 
- 00025518  0x00006a7f jam  0x00000002 , 0x000004d4 
- 00025519  0x00006a80 branch  0x00006350 
- 00025520  0x00006a83 rtn 
- 00025521  0x00006a85 fetch  0x00000001 , 0x0000016d 
- 00025522  0x00006a86 bbit1  0x00000001 , 0x000063b5 
- 00025523  0x00006a87 jam  0x0000001a , 0x00000055 
- 00025524  0x00006a88 rtn 
- 00025525  0x00006a8b fetch  0x00000001 , 0x0000016d 
- 00025526  0x00006a8c set0  0x00000001 , 0x0000003f 
- 00025527  0x00006a8d store  0x00000001 , 0x0000016d 
- 00025528  0x00006a8e jam  0x0000000f , 0x0000007c 
- 00025529  0x00006a8f rtn 
- 00025530  0x00006a92 fetch  0x00000001 , 0x000004d8 
- 00025531  0x00006a93 rtn  0x00000034 
- 00025532  0x00006a94 jam  0x00000000 , 0x00000055 
- 00025533  0x00006a95 branch  0x000063b5 
- 00025534  0x00006a98 jam  0x0000000c , 0x00000055 
- 00025535  0x00006a99 rtn 
- 00025536  0x00006a9c fetch  0x00000001 , 0x0000004b 
- 00025537  0x00006a9d bbit1  0x00000002 , 0x000063c5 
- 00025538  0x00006a9e call  0x000062ef 
- 00025539  0x00006a9f jam  0x00000008 , 0x0000007c 
- 00025540  0x00006aa0 branch  0x00004d04 
- 00025541  0x00006aa2 fetch  0x00000001 , 0x0000004b 
- 00025542  0x00006aa3 set0  0x00000002 , 0x0000003f 
- 00025543  0x00006aa4 store  0x00000001 , 0x0000004b 
- 00025544  0x00006aa5 call  0x00006001 
- 00025545  0x00006aa6 call  0x000062f8 
- 00025546  0x00006aa7 branch  0x00004d04 
- 00025547  0x00006aaa setarg  0x00000004 
- 00025548  0x00006aab store  0x00000001 , 0x00004689 
- 00025549  0x00006aac setarg  0x00003030 
- 00025550  0x00006aad istore  0x00000002 , 0x00000005 
- 00025551  0x00006aae istore  0x00000002 , 0x00000005 
- 00025552  0x00006aaf rtn 
- 00025553  0x00006ab6 bpatchx  0x0000008c , 0x00004031 
- 00025554  0x00006ab7 hfetch  0x00000001 , 0x00008073 
- 00025555  0x00006ab8 arg  0x00000006 , 0x00000002 
- 00025556  0x00006ab9 ior  0x00000002 , 0x0000003f 
- 00025557  0x00006aba hstore  0x00000001 , 0x00008073 
- 00025558  0x00006abb hfetch  0x00000001 , 0x00008077 
- 00025559  0x00006abc ior  0x00000002 , 0x0000003f 
- 00025560  0x00006abd hstore  0x00000001 , 0x00008077 
- 00025561  0x00006abe call  0x000063ee 
- 00025562  0x00006abf hfetch  0x00000001 , 0x00008077 
- 00025563  0x00006ac0 set0  0x00000001 , 0x0000003f 
- 00025564  0x00006ac1 set0  0x00000002 , 0x0000003f 
- 00025565  0x00006ac2 hstore  0x00000001 , 0x00008077 
- 00025566  0x00006ac3 nop  0x0000001e 
- 00025567  0x00006ac4 branch  0x000063f2 
- 00025568  0x00006ac7 hfetch  0x00000001 , 0x00008073 
- 00025569  0x00006ac8 arg  0x000000c0 , 0x00000002 
- 00025570  0x00006ac9 ior  0x00000002 , 0x0000003f 
- 00025571  0x00006aca hstore  0x00000001 , 0x00008073 
- 00025572  0x00006acb hfetch  0x00000001 , 0x00008077 
- 00025573  0x00006acc ior  0x00000002 , 0x0000003f 
- 00025574  0x00006acd hstore  0x00000001 , 0x00008077 
- 00025575  0x00006ace call  0x000063ee 
- 00025576  0x00006acf hfetch  0x00000001 , 0x00008077 
- 00025577  0x00006ad0 set0  0x00000006 , 0x0000003f 
- 00025578  0x00006ad1 set0  0x00000007 , 0x0000003f 
- 00025579  0x00006ad2 hstore  0x00000001 , 0x00008077 
- 00025580  0x00006ad3 nop  0x0000001e 
- 00025581  0x00006ad4 branch  0x000063f6 
- 00025582  0x00006ad7 hfetch  0x00000001 , 0x00008081 
- 00025583  0x00006ad8 and  0x0000003f , 0x000000fc , 0x0000003f 
- 00025584  0x00006ad9 hstore  0x00000001 , 0x00008081 
- 00025585  0x00006ada rtn 
- 00025586  0x00006adc hfetch  0x00000001 , 0x00008081 
- 00025587  0x00006add or  0x0000003f , 0x00000001 , 0x0000003f 
- 00025588  0x00006ade hstore  0x00000001 , 0x00008081 
- 00025589  0x00006adf rtn 
- 00025590  0x00006ae1 hfetch  0x00000001 , 0x00008081 
- 00025591  0x00006ae2 or  0x0000003f , 0x00000003 , 0x0000003f 
- 00025592  0x00006ae3 set0  0x00000004 , 0x0000003f 
- 00025593  0x00006ae4 hstore  0x00000001 , 0x00008081 
- 00025594  0x00006ae5 rtn 
- 00025595  0x00006aea copy  0x0000003f , 0x00000012 
- 00025596  0x00006aeb call  0x0000640f 
- 00025597  0x00006aec nop  0x00000064 
- 00025598  0x00006aed copy  0x00000012 , 0x0000003f 
- 00025599  0x00006aee call  0x00006414 
- 00025600  0x00006aef copy  0x0000003f , 0x00000012 
- 00025601  0x00006af0 call  0x00006411 
- 00025602  0x00006af1 nop  0x00000064 
- 00025603  0x00006af2 copy  0x00000012 , 0x0000003f 
- 00025604  0x00006af3 rtn 
- 00025605  0x00006af6 copy  0x0000003f , 0x00000012 
- 00025606  0x00006af7 call  0x0000640f 
- 00025607  0x00006af8 nop  0x00000064 
- 00025608  0x00006af9 copy  0x00000012 , 0x0000003f 
- 00025609  0x00006afa call  0x00006413 
- 00025610  0x00006afb call  0x00006411 
- 00025611  0x00006afc nop  0x00000064 
- 00025612  0x00006afd rtn 
- 00025613  0x00006b01 fetcht  0x00000001 , 0x00004214 
- 00025614  0x00006b02 branch  0x0000680e 
- 00025615  0x00006b06 fetcht  0x00000001 , 0x00004214 
- 00025616  0x00006b07 branch  0x00006829 
- 00025617  0x00006b0b fetcht  0x00000001 , 0x00004214 
- 00025618  0x00006b0c branch  0x00006825 
- 00025619  0x00006b10 branch  0x000064ec 
- 00025620  0x00006b13 branch  0x000064f3 
- 00025621  0x00006b1b nbranch  0x00006419 , 0x00000028 
- 00025622  0x00006b1c hfetch  0x00000001 , 0x00008085 
- 00025623  0x00006b1d or_into  0x00000002 , 0x0000003f 
- 00025624  0x00006b1e hstore  0x00000001 , 0x00008085 
- 00025625  0x00006b20 copy  0x00000002 , 0x0000003e 
- 00025626  0x00006b21 branch  0x0000641c , 0x00000005 
- 00025627  0x00006b22 copy  0x00000013 , 0x0000003d 
- 00025628  0x00006b24 isolate0  0x00000000 , 0x0000003e 
- 00025629  0x00006b25 branch  0x000064b9 
- 00025630  0x00006b29 force  0x00000004 , 0x00000002 
- 00025631  0x00006b2b arg  0x000001fe , 0x00000011 
- 00025632  0x00006b2c hfetch  0x00000001 , 0x00008085 
- 00025633  0x00006b2d and_into  0x000000fd , 0x0000003f 
- 00025634  0x00006b2e hstore  0x00000001 , 0x00008085 
- 00025635  0x00006b2f call  0x00006419 
- 00025636  0x00006b30 arg  0x000055aa , 0x00000011 
- 00025637  0x00006b31 fetch  0x00000002 , 0x000001fe 
- 00025638  0x00006b32 ifetcht  0x00000002 , 0x00000006 
- 00025639  0x00006b33 isub  0x00000011 , 0x0000003e 
- 00025640  0x00006b34 rtn 
- 00025641  0x00006b37 arg  0x00000002 , 0x00000002 
- 00025642  0x00006b38 arg  0x00000204 , 0x00000011 
- 00025643  0x00006b39 call  0x00006419 
- 00025644  0x00006b3a fetch  0x00000002 , 0x00000204 
- 00025645  0x00006b3b store  0x00000002 , 0x000001f7 
- 00025646  0x00006b3c call  0x00006430 , 0x00000028 
- 00025647  0x00006b3d rtn 
- 00025648  0x00006b40 arg  0x00000010 , 0x00000002 
- 00025649  0x00006b41 arg  0x00000206 , 0x00000011 
- 00025650  0x00006b42 hfetch  0x00000001 , 0x00008085 
- 00025651  0x00006b43 and_into  0x000000fd , 0x0000003f 
- 00025652  0x00006b44 hstore  0x00000001 , 0x00008085 
- 00025653  0x00006b45 call  0x00006419 
- 00025654  0x00006b46 arg  0x00000206 , 0x00000006 
- 00025655  0x00006b47 arg  0x00000010 , 0x00000039 
- 00025656  0x00006b48 call  0x00007478 
- 00025657  0x00006b49 call  0x00007428 
- 00025658  0x00006b4a call  0x00007491 
- 00025659  0x00006b4b branch  0x00007422 
- 00025660  0x00006b4e disable  0x0000002d 
- 00025661  0x00006b4f call  0x0000641e 
- 00025662  0x00006b50 nrtn  0x00000005 
- 00025663  0x00006b51 enable  0x0000002d 
- 00025664  0x00006b52 jam  0x00000080 , 0x00008023 
- 00025665  0x00006b53 jam  0x00000000 , 0x00008022 
- 00025666  0x00006b54 jam  0x00000000 , 0x00008024 
- 00025667  0x00006b55 arg  0x00008025 , 0x00000011 
- 00025668  0x00006b56 call  0x00006415 
- 00025669  0x00006b57 jam  0x00000000 , 0x00008023 
- 00025670  0x00006b59 arg  0x00000006 , 0x00000002 
- 00025671  0x00006b5a call  0x0000641f 
- 00025672  0x00006b5b nrtn  0x00000005 
- 00025673  0x00006b5c ifetch  0x00000002 , 0x00000006 
- 00025674  0x00006b5d iforce  0x00000011 
- 00025675  0x00006b5e call  0x00006419 
- 00025676  0x00006b5f branch  0x00006446 
- 00025677  0x00006b64 call  0x00007f99 
- 00025678  0x00006b65 setarg  0x00001000 
- 00025679  0x00006b66 store  0x00000002 , 0x000001f7 
- 00025680  0x00006b67 arg  0x000065e5 , 0x00000013 
- 00025681  0x00006b68 arg  0x00000002 , 0x00000039 
- 00025682  0x00006b6a call  0x0000641e 
- 00025683  0x00006b6b nrtn  0x00000005 
- 00025684  0x00006b6c fetch  0x00000002 , 0x000001f7 
- 00025685  0x00006b6d byteswap  0x0000003f , 0x0000003f 
- 00025686  0x00006b6e iadd  0x00000002 , 0x0000003f 
- 00025687  0x00006b6f byteswap  0x0000003f , 0x0000003f 
- 00025688  0x00006b70 store  0x00000002 , 0x000001f7 
- 00025689  0x00006b71 loop  0x00006452 
- 00025690  0x00006b72 branch  0x00006446 
- 00025691  0x00006b75 call  0x00007f99 
- 00025692  0x00006b76 disable  0x00000028 
- 00025693  0x00006b77 call  0x0000666a 
- 00025694  0x00006b78 setarg  0x00000000 
- 00025695  0x00006b79 arg  0x000001f3 , 0x00000011 
- 00025696  0x00006b7a arg  0x00000002 , 0x00000002 
- 00025697  0x00006b7b call  0x000066b3 
- 00025698  0x00006b7c fetch  0x00000002 , 0x000001f3 
- 00025699  0x00006b7d bbit0  0x00000007 , 0x0000646e 
- 00025700  0x00006b7e jam  0x00000025 , 0x00008050 
- 00025701  0x00006b7f setarg  0x000007f0 
- 00025702  0x00006b80 arg  0x00000206 , 0x00000011 
- 00025703  0x00006b81 arg  0x00000010 , 0x00000002 
- 00025704  0x00006b82 call  0x000066b3 
- 00025705  0x00006b83 jam  0x00000008 , 0x00008006 
- 00025706  0x00006b84 set1  0x0000002b , 0x00000000 
- 00025707  0x00006b85 arg  0x00000206 , 0x00000006 
- 00025708  0x00006b86 call  0x00007484 
- 00025709  0x00006b87 enable  0x00000028 
- 00025710  0x00006b89 jam  0x00000000 , 0x000041da 
- 00025711  0x00006b8b call  0x000064b0 
- 00025712  0x00006b8c fetch  0x00000002 , 0x000001f3 
- 00025713  0x00006b8d byteswap  0x0000003f , 0x0000003f 
- 00025714  0x00006b8e arg  0x000007ff , 0x00000002 
- 00025715  0x00006b8f iand  0x00000002 , 0x0000003f 
- 00025716  0x00006b90 branch  0x0000647b , 0x00000005 
- 00025717  0x00006b91 call  0x0000666f 
- 00025718  0x00006b92 arg  0x000066b8 , 0x00000013 
- 00025719  0x00006b93 call  0x00006430 , 0x00000028 
- 00025720  0x00006b94 call  0x0000643c 
- 00025721  0x00006b95 fetch  0x00000001 , 0x000001f2 
- 00025722  0x00006b96 bbit0  0x00000000 , 0x0000646f 
- 00025723  0x00006b99 call  0x0000666d 
- 00025724  0x00006b9a jam  0x00000000 , 0x000041da 
- 00025725  0x00006b9c call  0x000064b0 
- 00025726  0x00006b9d call  0x000065c2 
- 00025727  0x00006b9e fetch  0x00000001 , 0x000001f3 
- 00025728  0x00006b9f bbit1  0x00000006 , 0x0000648e 
- 00025729  0x00006ba0 call  0x000064aa 
- 00025730  0x00006ba1 nbranch  0x00006486 , 0x0000002d 
- 00025731  0x00006ba2 fetch  0x00000001 , 0x000001f2 
- 00025732  0x00006ba3 bbit0  0x00000000 , 0x0000647d 
- 00025733  0x00006ba4 branch  0x0000649b 
- 00025734  0x00006ba6 call  0x000065bf 
- 00025735  0x00006ba7 fetch  0x00000001 , 0x000001f3 
- 00025736  0x00006ba8 bbit1  0x00000006 , 0x0000648e 
- 00025737  0x00006ba9 call  0x000064aa 
- 00025738  0x00006baa nbranch  0x0000648e , 0x0000002d 
- 00025739  0x00006bab fetch  0x00000001 , 0x000001f2 
- 00025740  0x00006bac bbit0  0x00000000 , 0x0000647d 
- 00025741  0x00006bad branch  0x0000649b 
- 00025742  0x00006bb0 jam  0x00000000 , 0x000041da 
- 00025743  0x00006bb2 call  0x000064b0 
- 00025744  0x00006bb3 fetch  0x00000001 , 0x000001f3 
- 00025745  0x00006bb4 bbit1  0x00000005 , 0x0000649b 
- 00025746  0x00006bb5 setarg  0x00000000 
- 00025747  0x00006bb6 store  0x00000003 , 0x000001f6 
- 00025748  0x00006bb7 call  0x00006502 
- 00025749  0x00006bb8 arg  0x00006578 , 0x00000013 
- 00025750  0x00006bb9 call  0x00006429 
- 00025751  0x00006bba call  0x0000643c 
- 00025752  0x00006bbb nbranch  0x0000649b , 0x0000002d 
- 00025753  0x00006bbc fetch  0x00000001 , 0x000001f2 
- 00025754  0x00006bbd bbit0  0x00000000 , 0x0000648f 
- 00025755  0x00006bc0 bmark1  0x0000002b , 0x0000649d 
- 00025756  0x00006bc1 call  0x000064a3 
- 00025757  0x00006bc3 fetch  0x00000001 , 0x000001f3 
- 00025758  0x00006bc4 bbit0  0x00000004 , 0x000064a3 
- 00025759  0x00006bc5 jam  0x00000021 , 0x00008050 
- 00025760  0x00006bc6 call  0x00004c0e 
- 00025761  0x00006bc8 call  0x00004c2e 
- 00025762  0x00006bc9 branch  0x000064a1 
- 00025763  0x00006bcc setarg  0x00000000 
- 00025764  0x00006bcd store  0x00000008 , 0x00000206 
- 00025765  0x00006bce store  0x00000008 , 0x0000020e 
- 00025766  0x00006bcf force  0x00000004 , 0x00000038 
- 00025767  0x00006bd0 call  0x00007492 
- 00025768  0x00006bd1 jam  0x00000021 , 0x00008050 
- 00025769  0x00006bd2 rtn 
- 00025770  0x00006bd6 setarg  0x00000000 
- 00025771  0x00006bd7 store  0x00000002 , 0x000001f7 
- 00025772  0x00006bd8 arg  0x000065e5 , 0x00000013 
- 00025773  0x00006bd9 call  0x000065a3 
- 00025774  0x00006bda call  0x00006429 
- 00025775  0x00006bdb branch  0x0000643c 
- 00025776  0x00006bdf fetch  0x00000001 , 0x000041da 
- 00025777  0x00006be0 increase  0x00000001 , 0x0000003f 
- 00025778  0x00006be1 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00025779  0x00006be2 nbranch  0x000064b6 , 0x00000002 
- 00025780  0x00006be3 store  0x00000001 , 0x000041da 
- 00025781  0x00006be4 rtn 
- 00025782  0x00006be7 call  0x000064a3 
- 00025783  0x00006be8 call  0x00007fa1 
- 00025784  0x00006be9 rtn 
- 00025785  0x00006bee fetch  0x00000001 , 0x000001f2 
- 00025786  0x00006bef lshift  0x0000003f , 0x0000003f 
- 00025787  0x00006bf0 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025788  0x00006bf1 isolate0  0x0000000f , 0x00000011 
- 00025789  0x00006bf2 rtn  0x00000001 
- 00025790  0x00006bf3 store  0x00000001 , 0x000001f2 
- 00025791  0x00006bf4 rtn 
- 00025792  0x00006bf8 hfetch  0x00000001 , 0x00008085 
- 00025793  0x00006bf9 rtnbit0  0x00000001 
- 00025794  0x00006bfa branch  0x000064c6 
- 00025795  0x00006bfc hfetch  0x00000001 , 0x0000812c 
- 00025796  0x00006bfd qisolate1  0x0000003f 
- 00025797  0x00006bfe rtn  0x00000001 
- 00025798  0x00006c00 hfetch  0x00000001 , 0x00008108 
- 00025799  0x00006c01 bbit0  0x00000001 , 0x000064c3 
- 00025800  0x00006c02 call  0x00007422 
- 00025801  0x00006c03 branch  0x000064c3 
- 00025802  0x00006c08 fetch  0x00000002 , 0x00004199 
- 00025803  0x00006c09 rtn  0x00000034 
- 00025804  0x00006c0a jam  0x00000080 , 0x00008023 
- 00025805  0x00006c0b jam  0x00000000 , 0x00008022 
- 00025806  0x00006c0c jam  0x00000000 , 0x00008024 
- 00025807  0x00006c0d fetcht  0x00000002 , 0x0000419b 
- 00025808  0x00006c0e lshift2  0x00000002 , 0x00000039 
- 00025809  0x00006c0f iforce  0x00000006 
- 00025810  0x00006c11 ifetch  0x00000001 , 0x00000006 
- 00025811  0x00006c12 hstore  0x00000001 , 0x00008025 
- 00025812  0x00006c13 loop  0x000064d2 
- 00025813  0x00006c14 jam  0x00000000 , 0x00008023 
- 00025814  0x00006c15 rtn 
- 00025815  0x00006c1b bpatchx  0x0000008d , 0x00004031 
- 00025816  0x00006c1c call  0x000064dd 
- 00025817  0x00006c1d branch  0x000063f2 
- 00025818  0x00006c20 call  0x000064dd 
- 00025819  0x00006c21 call  0x000063ee 
- 00025820  0x00006c22 branch  0x000063f6 
- 00025821  0x00006c25 fetch  0x00000001 , 0x00004212 
- 00025822  0x00006c26 hstore  0x00000001 , 0x00008086 
- 00025823  0x00006c27 fetch  0x00000001 , 0x00004213 
- 00025824  0x00006c28 hstore  0x00000001 , 0x00008087 
- 00025825  0x00006c29 setarg  0x000001f5 
- 00025826  0x00006c2a hstore  0x00000002 , 0x0000808a 
- 00025827  0x00006c2b setarg  0x000001fa 
- 00025828  0x00006c2c hstore  0x00000002 , 0x0000808c 
- 00025829  0x00006c2d branch  0x000063ee 
- 00025830  0x00006c30 hfetch  0x00000001 , 0x00008086 
- 00025831  0x00006c31 set1  0x00000007 , 0x0000003f 
- 00025832  0x00006c32 hstore  0x00000001 , 0x00008086 
- 00025833  0x00006c33 set0  0x00000007 , 0x0000003f 
- 00025834  0x00006c34 hstore  0x00000001 , 0x00008086 
- 00025835  0x00006c35 rtn 
- 00025836  0x00006c3a set1  0x00000007 , 0x0000003f 
- 00025837  0x00006c3b store  0x00000002 , 0x000001f5 
- 00025838  0x00006c3c bpatchx  0x0000008e , 0x00004031 
- 00025839  0x00006c3d jam  0x00000002 , 0x00008088 
- 00025840  0x00006c3e jam  0x00000000 , 0x0000808e 
- 00025841  0x00006c3f jam  0x00000002 , 0x00008006 
- 00025842  0x00006c40 branch  0x000064fc 
- 00025843  0x00006c44 force  0x00000001 , 0x00000002 
- 00025844  0x00006c48 store  0x00000001 , 0x000001f5 
- 00025845  0x00006c49 bpatchx  0x0000008f , 0x00004031 
- 00025846  0x00006c4a jam  0x00000001 , 0x00008088 
- 00025847  0x00006c4b hstoret  0x00000002 , 0x0000808e 
- 00025848  0x00006c4c jam  0x00000002 , 0x00008006 
- 00025849  0x00006c4d call  0x000064fc 
- 00025850  0x00006c4e fetch  0x00000001 , 0x000001fa 
- 00025851  0x00006c4f rtn 
- 00025852  0x00006c52 fetch  0x00000002 , 0x000040d6 
- 00025853  0x00006c53 increase  0x00000001 , 0x0000003f 
- 00025854  0x00006c54 store  0x00000002 , 0x000040d6 
- 00025855  0x00006c55 hfetch  0x00000001 , 0x0000812c 
- 00025856  0x00006c56 bbit0  0x00000003 , 0x000064fc 
- 00025857  0x00006c57 rtn 
- 00025858  0x00006c5a jam  0x00000040 , 0x00008086 
- 00025859  0x00006c5b jam  0x00000000 , 0x00008087 
- 00025860  0x00006c5c hfetch  0x00000001 , 0x00008081 
- 00025861  0x00006c5d set0  0x00000000 , 0x0000003f 
- 00025862  0x00006c5e set1  0x00000001 , 0x0000003f 
- 00025863  0x00006c5f hstore  0x00000001 , 0x00008081 
- 00025864  0x00006c60 setarg  0x00000000 
- 00025865  0x00006c61 store  0x00000004 , 0x000001f5 
- 00025866  0x00006c62 rtn 
- 00025867  0x00006c66 setarg  0x00000000 
- 00025868  0x00006c67 hstore  0x00000002 , 0x0000808e 
- 00025869  0x00006c68 setarg  0x00000001 
- 00025870  0x00006c69 hstore  0x00000002 , 0x00008088 
- 00025871  0x00006c6a setarg  0x000001f5 
- 00025872  0x00006c6b hstore  0x00000002 , 0x0000808a 
- 00025873  0x00006c6c jam  0x00000006 , 0x000001f5 
- 00025874  0x00006c6d jam  0x00000002 , 0x00008006 
- 00025875  0x00006c6e branch  0x000064fc 
- 00025876  0x00006c7e disable  0x00000028 
- 00025877  0x00006c7f copy  0x0000003f , 0x00000012 
- 00025878  0x00006c80 fetch  0x00000001 , 0x00004239 
- 00025879  0x00006c81 rtnne  0x00000000 
- 00025880  0x00006c82 enable  0x00000028 
- 00025881  0x00006c83 copy  0x00000012 , 0x0000003f 
- 00025882  0x00006c84 branch  0x00006522 
- 00025883  0x00006c88 fetch  0x00000001 , 0x00004239 
- 00025884  0x00006c89 beq  0x00000001 , 0x00006522 
- 00025885  0x00006c8a beq  0x00000002 , 0x00006528 
- 00025886  0x00006c8b beq  0x00000003 , 0x00006530 
- 00025887  0x00006c8c beq  0x00000004 , 0x00006537 
- 00025888  0x00006c8d beq  0x00000005 , 0x0000653d 
- 00025889  0x00006c8e rtn 
- 00025890  0x00006c91 store  0x00000003 , 0x00004232 
- 00025891  0x00006c92 copy  0x00000011 , 0x0000003f 
- 00025892  0x00006c93 store  0x00000002 , 0x00004235 
- 00025893  0x00006c94 storet  0x00000002 , 0x00004237 
- 00025894  0x00006c95 jam  0x00000002 , 0x00004239 
- 00025895  0x00006c96 branch  0x00006502 
- 00025896  0x00006c98 call  0x00006502 
- 00025897  0x00006c99 jam  0x00000003 , 0x00004239 
- 00025898  0x00006c9a call  0x0000650b 
- 00025899  0x00006c9b arg  0x000001f5 , 0x00000011 
- 00025900  0x00006c9c fetch  0x00000003 , 0x00004232 
- 00025901  0x00006c9d jam  0x00000004 , 0x00008088 
- 00025902  0x00006c9e arg  0x00000020 , 0x00000002 
- 00025903  0x00006c9f branch  0x00006556 
- 00025904  0x00006ca2 call  0x00006502 
- 00025905  0x00006ca3 call  0x0000650b 
- 00025906  0x00006ca4 setarg  0x00000005 
- 00025907  0x00006ca5 call  0x000064f3 
- 00025908  0x00006ca6 rtnbit1  0x00000000 
- 00025909  0x00006ca7 jam  0x00000004 , 0x00004239 
- 00025910  0x00006ca8 rtn 
- 00025911  0x00006caa call  0x00006502 
- 00025912  0x00006cab jam  0x00000005 , 0x00004239 
- 00025913  0x00006cac call  0x0000650b 
- 00025914  0x00006cad call  0x0000654a 
- 00025915  0x00006cae call  0x00006552 
- 00025916  0x00006caf branch  0x00006545 
- 00025917  0x00006cb1 call  0x00006502 
- 00025918  0x00006cb2 call  0x0000650b 
- 00025919  0x00006cb3 setarg  0x00000005 
- 00025920  0x00006cb4 call  0x000064f3 
- 00025921  0x00006cb5 rtnbit1  0x00000000 
- 00025922  0x00006cb6 jam  0x00000000 , 0x00004239 
- 00025923  0x00006cb7 fetch  0x00000002 , 0x00004201 
- 00025924  0x00006cb8 branch  0x00007f9c 
- 00025925  0x00006cba fetch  0x00000004 , 0x00000aa2 
- 00025926  0x00006cbb fetcht  0x00000002 , 0x00004235 
- 00025927  0x00006cbc increase  0xfffffffc , 0x00000002 
- 00025928  0x00006cbd istore  0x00000004 , 0x00000002 
- 00025929  0x00006cbe rtn 
- 00025930  0x00006cc0 fetcht  0x00000002 , 0x00004235 
- 00025931  0x00006cc1 copy  0x00000002 , 0x00000011 
- 00025932  0x00006cc2 increase  0xfffffffc , 0x00000002 
- 00025933  0x00006cc3 ifetch  0x00000004 , 0x00000002 
- 00025934  0x00006cc4 store  0x00000004 , 0x00000aa2 
- 00025935  0x00006cc5 fetcht  0x00000002 , 0x00004237 
- 00025936  0x00006cc6 fetch  0x00000003 , 0x00004232 
- 00025937  0x00006cc7 rtn 
- 00025938  0x00006ccc increase  0x00000004 , 0x00000002 
- 00025939  0x00006ccd hstoret  0x00000002 , 0x00008088 
- 00025940  0x00006cce arg  0x00000002 , 0x00000002 
- 00025941  0x00006ccf increase  0xfffffffc , 0x00000011 
- 00025942  0x00006cd2 istoret  0x00000001 , 0x00000011 
- 00025943  0x00006cd3 rshift16  0x0000003f , 0x00000002 
- 00025944  0x00006cd4 istoret  0x00000001 , 0x00000005 
- 00025945  0x00006cd5 rshift8  0x0000003f , 0x00000002 
- 00025946  0x00006cd6 istoret  0x00000001 , 0x00000005 
- 00025947  0x00006cd7 istore  0x00000001 , 0x00000005 
- 00025948  0x00006cd8 deposit  0x00000011 
- 00025949  0x00006cd9 hstore  0x00000002 , 0x0000808a 
- 00025950  0x00006cda setarg  0x00000000 
- 00025951  0x00006cdb hstore  0x00000002 , 0x0000808e 
- 00025952  0x00006cdc jam  0x00000002 , 0x00008006 
- 00025953  0x00006cdd branch  0x000064fc 
- 00025954  0x00006ce2 hstoret  0x00000002 , 0x0000808e 
- 00025955  0x00006ce3 rshift16  0x0000003f , 0x00000002 
- 00025956  0x00006ce4 storet  0x00000001 , 0x000001f6 
- 00025957  0x00006ce5 rshift8  0x0000003f , 0x00000002 
- 00025958  0x00006ce6 storet  0x00000001 , 0x000001f7 
- 00025959  0x00006ce7 store  0x00000001 , 0x000001f8 
- 00025960  0x00006ce8 setarg  0x00000004 
- 00025961  0x00006ce9 hstore  0x00000002 , 0x00008088 
- 00025962  0x00006cea jam  0x00000003 , 0x000001f5 
- 00025963  0x00006ceb setarg  0x000001f5 
- 00025964  0x00006cec hstore  0x00000002 , 0x0000808a 
- 00025965  0x00006ced deposit  0x00000011 
- 00025966  0x00006cee hstore  0x00000002 , 0x0000808c 
- 00025967  0x00006cef hfetch  0x00000001 , 0x00008086 
- 00025968  0x00006cf0 isolate0  0x0000000f , 0x00000011 
- 00025969  0x00006cf1 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00025970  0x00006cf2 hstore  0x00000001 , 0x00008086 
- 00025971  0x00006cf3 jam  0x00000002 , 0x00008006 
- 00025972  0x00006cf5 hfetch  0x00000001 , 0x0000812c 
- 00025973  0x00006cf6 bbit1  0x00000007 , 0x00006574 
- 00025974  0x00006cf7 arg  0x00000003 , 0x00000007 
- 00025975  0x00006cf8 branch  0x000064fc 
- 00025976  0x00006cfd hstoret  0x00000002 , 0x0000808e 
- 00025977  0x00006cfe setarg  0x00000004 
- 00025978  0x00006cff hstore  0x00000002 , 0x00008088 
- 00025979  0x00006d00 jam  0x00000003 , 0x000001f5 
- 00025980  0x00006d01 setarg  0x000001f5 
- 00025981  0x00006d02 hstore  0x00000002 , 0x0000808a 
- 00025982  0x00006d03 deposit  0x00000011 
- 00025983  0x00006d04 hstore  0x00000002 , 0x0000808c 
- 00025984  0x00006d05 hfetch  0x00000001 , 0x00008086 
- 00025985  0x00006d06 isolate0  0x0000000f , 0x00000011 
- 00025986  0x00006d07 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00025987  0x00006d08 hstore  0x00000001 , 0x00008086 
- 00025988  0x00006d09 jam  0x00000002 , 0x00008006 
- 00025989  0x00006d0b hfetch  0x00000001 , 0x0000812c 
- 00025990  0x00006d0c bbit1  0x00000007 , 0x00006585 
- 00025991  0x00006d0d arg  0x00000003 , 0x00000007 
- 00025992  0x00006d0e call  0x000064c0 
- 00025993  0x00006d0f call  0x000064fc 
- 00025994  0x00006d10 isolate1  0x00000002 , 0x0000003f 
- 00025995  0x00006d11 call  0x000064b9 
- 00025996  0x00006d12 fetch  0x00000001 , 0x000001f6 
- 00025997  0x00006d13 lshift16  0x0000003f , 0x00000012 
- 00025998  0x00006d14 fetch  0x00000001 , 0x000001f7 
- 00025999  0x00006d15 lshift8  0x0000003f , 0x0000003f 
- 00026000  0x00006d16 ior  0x00000012 , 0x00000012 
- 00026001  0x00006d17 fetch  0x00000001 , 0x000001f8 
- 00026002  0x00006d18 ior  0x00000012 , 0x0000003f 
- 00026003  0x00006d19 iadd  0x00000002 , 0x0000003f 
- 00026004  0x00006d1a store  0x00000001 , 0x000001f8 
- 00026005  0x00006d1b rshift8  0x0000003f , 0x0000003f 
- 00026006  0x00006d1c store  0x00000001 , 0x000001f7 
- 00026007  0x00006d1d rshift8  0x0000003f , 0x0000003f 
- 00026008  0x00006d1e store  0x00000001 , 0x000001f6 
- 00026009  0x00006d1f rtn 
- 00026010  0x00006d25 jam  0x00000001 , 0x00008010 
- 00026011  0x00006d26 rtn 
- 00026012  0x00006d2d jam  0x0000000c , 0x00008091 
- 00026013  0x00006d2e jam  0x0000000d , 0x00008092 
- 00026014  0x00006d2f jam  0x0000000d , 0x00008093 
- 00026015  0x00006d30 jam  0x0000000d , 0x00008094 
- 00026016  0x00006d31 jam  0x0000000d , 0x00008095 
- 00026017  0x00006d32 jam  0x0000000c , 0x00008096 
- 00026018  0x00006d33 branch  0x000065a9 
- 00026019  0x00006d37 jam  0x00000005 , 0x00008091 
- 00026020  0x00006d38 jam  0x00000007 , 0x00008092 
- 00026021  0x00006d39 jam  0x00000007 , 0x00008093 
- 00026022  0x00006d3a jam  0x00000007 , 0x00008094 
- 00026023  0x00006d3b jam  0x00000007 , 0x00008095 
- 00026024  0x00006d3c jam  0x00000005 , 0x00008096 
- 00026025  0x00006d3e hfetch  0x00000001 , 0x0000807b 
- 00026026  0x00006d3f or_into  0x000000c0 , 0x0000003f 
- 00026027  0x00006d40 hstore  0x00000001 , 0x0000807b 
- 00026028  0x00006d41 hfetch  0x00000001 , 0x00008081 
- 00026029  0x00006d42 or_into  0x00000010 , 0x0000003f 
- 00026030  0x00006d43 hstore  0x00000001 , 0x00008081 
- 00026031  0x00006d44 rtn 
- 00026032  0x00006d49 hfetch  0x00000001 , 0x0000812c 
- 00026033  0x00006d4a bbit0  0x00000005 , 0x000065b0 
- 00026034  0x00006d4b rtn 
- 00026035  0x00006d54 hstore  0x00000002 , 0x00008098 
- 00026036  0x00006d55 deposit  0x00000011 
- 00026037  0x00006d56 hstore  0x00000002 , 0x0000809a 
- 00026038  0x00006d57 deposit  0x00000012 
- 00026039  0x00006d58 hstore  0x00000002 , 0x0000809c 
- 00026040  0x00006d59 deposit  0x00000002 
- 00026041  0x00006d5a hstore  0x00000002 , 0x0000809e 
- 00026042  0x00006d5b arg  0x00000001 , 0x00000002 
- 00026043  0x00006d5c nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00026044  0x00006d5d hstore  0x00000001 , 0x00008090 
- 00026045  0x00006d5e jam  0x00000004 , 0x00008006 
- 00026046  0x00006d5f branch  0x000065b0 
- 00026047  0x00006d63 set1  0x00000028 , 0x00000000 
- 00026048  0x00006d64 jam  0x00000008 , 0x00004211 
- 00026049  0x00006d65 rtn 
- 00026050  0x00006d68 set0  0x00000028 , 0x00000000 
- 00026051  0x00006d69 jam  0x00000020 , 0x00004211 
- 00026052  0x00006d6a rtn 
- 00026053  0x00006d6e fetch  0x00000001 , 0x00004203 
- 00026054  0x00006d6f iadd  0x00000012 , 0x0000003f 
- 00026055  0x00006d70 store  0x00000001 , 0x000001f7 
- 00026056  0x00006d71 branch  0x000065cc 
- 00026057  0x00006d74 fetch  0x00000002 , 0x000001f7 
- 00026058  0x00006d75 byteswap  0x0000003f , 0x0000003f 
- 00026059  0x00006d76 store  0x00000001 , 0x000001f7 
- 00026060  0x00006d7c setarg  0x00000003 
- 00026061  0x00006d7d hstore  0x00000002 , 0x00008098 
- 00026062  0x00006d7e jam  0x000000a0 , 0x000001f6 
- 00026063  0x00006d7f jam  0x000000a1 , 0x000001f8 
- 00026064  0x00006d80 branch  0x000065eb 
- 00026065  0x00006d87 storet  0x00000002 , 0x00000aa2 
- 00026066  0x00006d88 call  0x000065d6 
- 00026067  0x00006d89 fetcht  0x00000002 , 0x00000aa2 
- 00026068  0x00006d8a call  0x00006606 
- 00026069  0x00006d8b branch  0x000065dd 
- 00026070  0x00006d8e fetch  0x00000001 , 0x0000423a 
- 00026071  0x00006d8f rtneq  0x000000ff 
- 00026072  0x00006d90 bbit0  0x00000006 , 0x000065db 
- 00026073  0x00006d91 setarg  0x000249f0 
- 00026074  0x00006d92 call  0x00002a8f 
- 00026075  0x00006d94 fetcht  0x00000001 , 0x0000423a 
- 00026076  0x00006d95 branch  0x00006829 
- 00026077  0x00006d98 fetcht  0x00000001 , 0x0000423a 
- 00026078  0x00006d99 branch  0x00006825 
- 00026079  0x00006d9f bpatchx  0x00000090 , 0x00004032 
- 00026080  0x00006da0 bmark1  0x00000028 , 0x000065c5 
- 00026081  0x00006da1 fetch  0x00000002 , 0x00004203 
- 00026082  0x00006da2 iadd  0x00000012 , 0x0000003f 
- 00026083  0x00006da3 byteswap  0x0000003f , 0x0000003f 
- 00026084  0x00006da4 store  0x00000002 , 0x000001f7 
- 00026085  0x00006da8 bpatchx  0x00000091 , 0x00004032 
- 00026086  0x00006da9 bmark1  0x00000028 , 0x000065c9 
- 00026087  0x00006daa setarg  0x00000004 
- 00026088  0x00006dab hstore  0x00000002 , 0x00008098 
- 00026089  0x00006dac jam  0x000000a0 , 0x000001f6 
- 00026090  0x00006dad jam  0x000000a1 , 0x000001f9 
- 00026091  0x00006daf setarg  0x000001f6 
- 00026092  0x00006db0 hstore  0x00000002 , 0x0000809a 
- 00026093  0x00006db1 hstoret  0x00000002 , 0x0000809e 
- 00026094  0x00006db2 deposit  0x00000011 
- 00026095  0x00006db3 hstore  0x00000002 , 0x0000809c 
- 00026096  0x00006db4 setarg  0x00000002 
- 00026097  0x00006db5 isolate0  0x0000000f , 0x00000011 
- 00026098  0x00006db6 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00026099  0x00006db7 hstore  0x00000001 , 0x00008090 
- 00026100  0x00006db8 jam  0x00000004 , 0x00008006 
- 00026101  0x00006db9 arg  0x00000005 , 0x00000007 
- 00026102  0x00006dba call  0x000064c0 
- 00026103  0x00006dbb call  0x000065b0 
- 00026104  0x00006dbc isolate1  0x00000004 , 0x0000003f 
- 00026105  0x00006dbd call  0x000064b9 
- 00026106  0x00006dbe bmark1  0x00000028 , 0x00006601 
- 00026107  0x00006dbf fetch  0x00000002 , 0x000001f7 
- 00026108  0x00006dc0 byteswap  0x0000003f , 0x0000003f 
- 00026109  0x00006dc1 iadd  0x00000002 , 0x0000003f 
- 00026110  0x00006dc2 byteswap  0x0000003f , 0x0000003f 
- 00026111  0x00006dc3 store  0x00000002 , 0x000001f7 
- 00026112  0x00006dc4 rtn 
- 00026113  0x00006dc7 fetch  0x00000001 , 0x000001f7 
- 00026114  0x00006dc8 iadd  0x00000002 , 0x0000003f 
- 00026115  0x00006dc9 byteswap  0x0000003f , 0x0000003f 
- 00026116  0x00006dca store  0x00000002 , 0x000001f7 
- 00026117  0x00006dcb rtn 
- 00026118  0x00006dd2 fetch  0x00000002 , 0x00004203 
- 00026119  0x00006dd3 iadd  0x00000012 , 0x0000003f 
- 00026120  0x00006dd7 store  0x00000002 , 0x00000a9a 
- 00026121  0x00006dd8 bpatchx  0x00000092 , 0x00004032 
- 00026122  0x00006dd9 storet  0x00000002 , 0x00000aa2 
- 00026123  0x00006dda copy  0x00000011 , 0x0000003f 
- 00026124  0x00006ddb store  0x00000002 , 0x00000ab9 
- 00026125  0x00006ddd call  0x0000661d 
- 00026126  0x00006ddf fetcht  0x00000002 , 0x00000ab2 
- 00026127  0x00006de0 fetch  0x00000002 , 0x00000ab9 
- 00026128  0x00006de1 copy  0x0000003f , 0x00000011 
- 00026129  0x00006de2 fetch  0x00000002 , 0x00000a9a 
- 00026130  0x00006de4 call  0x0000663d 
- 00026131  0x00006de6 fetch  0x00000002 , 0x00000ab2 
- 00026132  0x00006de7 fetcht  0x00000002 , 0x00000ab9 
- 00026133  0x00006de8 iadd  0x00000002 , 0x00000002 
- 00026134  0x00006de9 storet  0x00000002 , 0x00000ab9 
- 00026135  0x00006dea fetcht  0x00000002 , 0x00000a9a 
- 00026136  0x00006deb iadd  0x00000002 , 0x00000002 
- 00026137  0x00006dec storet  0x00000002 , 0x00000a9a 
- 00026138  0x00006ded fetch  0x00000002 , 0x00000aa2 
- 00026139  0x00006dee nbranch  0x0000660d , 0x00000034 
- 00026140  0x00006def rtn 
- 00026141  0x00006df8 bpatchx  0x00000093 , 0x00004032 
- 00026142  0x00006df9 fetch  0x00000001 , 0x00004211 
- 00026143  0x00006dfa increase  0xffffffff , 0x0000003f 
- 00026144  0x00006dfb fetcht  0x00000002 , 0x00000a9a 
- 00026145  0x00006dfc ior  0x00000002 , 0x0000003f 
- 00026146  0x00006dfd increase  0x00000001 , 0x0000003f 
- 00026147  0x00006dfe store  0x00000003 , 0x00000ab6 
- 00026148  0x00006e00 fetch  0x00000002 , 0x00000aa2 
- 00026149  0x00006e01 iadd  0x00000002 , 0x0000003f 
- 00026150  0x00006e03 fetcht  0x00000003 , 0x00000ab6 
- 00026151  0x00006e04 isub  0x00000002 , 0x0000003f 
- 00026152  0x00006e05 nbranch  0x0000662f , 0x00000002 
- 00026153  0x00006e06 store  0x00000002 , 0x00000aa2 
- 00026154  0x00006e07 fetch  0x00000003 , 0x00000ab6 
- 00026155  0x00006e08 fetcht  0x00000002 , 0x00000a9a 
- 00026156  0x00006e09 isub  0x00000002 , 0x0000003f 
- 00026157  0x00006e0a store  0x00000002 , 0x00000ab2 
- 00026158  0x00006e0b rtn 
- 00026159  0x00006e0d fetch  0x00000002 , 0x00000aa2 
- 00026160  0x00006e0e store  0x00000002 , 0x00000ab2 
- 00026161  0x00006e0f setarg  0x00000000 
- 00026162  0x00006e10 store  0x00000002 , 0x00000aa2 
- 00026163  0x00006e11 rtn 
- 00026164  0x00006e14 increase  0x00000002 , 0x00000002 
- 00026165  0x00006e15 hstoret  0x00000002 , 0x00008098 
- 00026166  0x00006e16 increase  0xfffffffe , 0x00000011 
- 00026167  0x00006e17 ifetcht  0x00000003 , 0x00000011 
- 00026168  0x00006e18 copy  0x00000002 , 0x00000012 
- 00026169  0x00006e19 arg  0x000000a0 , 0x00000002 
- 00026170  0x00006e1a istoret  0x00000001 , 0x00000011 
- 00026171  0x00006e1c istore  0x00000001 , 0x00000005 
- 00026172  0x00006e1d branch  0x0000664a 
- 00026173  0x00006e21 copy  0x0000003f , 0x00000012 
- 00026174  0x00006e22 bpatchx  0x00000094 , 0x00004032 
- 00026175  0x00006e23 bmark1  0x00000028 , 0x00006634 
- 00026176  0x00006e24 copy  0x00000012 , 0x0000003f 
- 00026177  0x00006e25 increase  0x00000003 , 0x00000002 
- 00026178  0x00006e26 hstoret  0x00000002 , 0x00008098 
- 00026179  0x00006e27 increase  0xfffffffd , 0x00000011 
- 00026180  0x00006e28 ifetcht  0x00000003 , 0x00000011 
- 00026181  0x00006e29 copy  0x00000002 , 0x00000012 
- 00026182  0x00006e2a arg  0x000000a0 , 0x00000002 
- 00026183  0x00006e2b istoret  0x00000001 , 0x00000011 
- 00026184  0x00006e2c byteswap  0x0000003f , 0x0000003f 
- 00026185  0x00006e2d istore  0x00000002 , 0x00000005 
- 00026186  0x00006e2f deposit  0x00000011 
- 00026187  0x00006e30 hstore  0x00000002 , 0x0000809a 
- 00026188  0x00006e31 setarg  0x00000000 
- 00026189  0x00006e32 hstore  0x00000002 , 0x0000809e 
- 00026190  0x00006e33 jam  0x00000001 , 0x00008090 
- 00026191  0x00006e34 jam  0x00000004 , 0x00008006 
- 00026192  0x00006e35 call  0x000065b0 
- 00026193  0x00006e36 copy  0x00000012 , 0x0000003f 
- 00026194  0x00006e37 istore  0x00000003 , 0x00000011 
- 00026195  0x00006e3a bpatchx  0x00000095 , 0x00004032 
- 00026196  0x00006e3b jam  0x00000000 , 0x000001f9 
- 00026197  0x00006e3d setarg  0x00000001 
- 00026198  0x00006e3e hstore  0x00000002 , 0x00008098 
- 00026199  0x00006e3f jam  0x000000a0 , 0x000001f6 
- 00026200  0x00006e40 setarg  0x000001f6 
- 00026201  0x00006e41 hstore  0x00000002 , 0x0000809a 
- 00026202  0x00006e42 setarg  0x00000000 
- 00026203  0x00006e43 hstore  0x00000002 , 0x0000809e 
- 00026204  0x00006e44 hstore  0x00000002 , 0x0000809c 
- 00026205  0x00006e45 setarg  0x00000003 
- 00026206  0x00006e46 hstore  0x00000001 , 0x00008090 
- 00026207  0x00006e47 jam  0x00000004 , 0x00008006 
- 00026208  0x00006e48 call  0x000065b0 
- 00026209  0x00006e49 hfetch  0x00000001 , 0x0000812c 
- 00026210  0x00006e4a rtnbit0  0x00000006 
- 00026211  0x00006e4b nop  0x000005dc 
- 00026212  0x00006e4c fetch  0x00000001 , 0x000001f9 
- 00026213  0x00006e4d increase  0x00000001 , 0x0000003f 
- 00026214  0x00006e4e store  0x00000001 , 0x000001f9 
- 00026215  0x00006e4f sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00026216  0x00006e50 nrtn  0x00000002 
- 00026217  0x00006e51 branch  0x00006655 
- 00026218  0x00006e56 jam  0x00000070 , 0x00008973 
- 00026219  0x00006e57 nop  0x00000bb8 
- 00026220  0x00006e58 rtn 
- 00026221  0x00006e5b jam  0x00000030 , 0x00008973 
- 00026222  0x00006e5c rtn 
- 00026223  0x00006e5f lshift3  0x0000003f , 0x0000003f 
- 00026224  0x00006e60 hstore  0x00000002 , 0x00008045 
- 00026225  0x00006e61 jam  0x00000000 , 0x0000804b 
- 00026226  0x00006e62 rtn 
- 00026227  0x00006e66 call  0x0000666f 
- 00026228  0x00006e67 call  0x000066a0 
- 00026229  0x00006e69 ifetcht  0x00000001 , 0x00000011 
- 00026230  0x00006e6a increase  0x00000001 , 0x00000011 
- 00026231  0x00006e6b force  0x00000000 , 0x00000007 
- 00026232  0x00006e6d qisolate0  0x00000002 
- 00026233  0x00006e6e branch  0x00006697 , 0x00000001 
- 00026234  0x00006e6f hfetch  0x00000001 , 0x00008046 
- 00026235  0x00006e70 set1  0x00000006 , 0x0000003f 
- 00026236  0x00006e71 set1  0x00000007 , 0x0000003f 
- 00026237  0x00006e72 hstore  0x00000001 , 0x00008046 
- 00026238  0x00006e73 jam  0x00000002 , 0x00008047 
- 00026239  0x00006e74 jam  0x00000082 , 0x00008047 
- 00026240  0x00006e75 set0  0x00000007 , 0x0000003f 
- 00026241  0x00006e76 hstore  0x00000001 , 0x00008046 
- 00026242  0x00006e77 jam  0x0000008a , 0x00008047 
- 00026243  0x00006e78 nop  0x0000000b 
- 00026244  0x00006e79 jam  0x000000ca , 0x00008047 
- 00026245  0x00006e7a nop  0x00000021 
- 00026246  0x00006e7b jam  0x0000004a , 0x00008047 
- 00026247  0x00006e7c nop  0x0000002c 
- 00026248  0x00006e7d jam  0x000000ca , 0x00008047 
- 00026249  0x00006e7e nop  0x00000016 
- 00026250  0x00006e7f jam  0x0000008a , 0x00008047 
- 00026251  0x00006e80 nop  0x00000021 
- 00026252  0x00006e81 jam  0x00000082 , 0x00008047 
- 00026253  0x00006e82 nop  0x00000001 
- 00026254  0x00006e83 jam  0x00000092 , 0x00008047 
- 00026255  0x00006e84 nop  0x0000000a 
- 00026256  0x00006e85 jam  0x000000b2 , 0x00008047 
- 00026257  0x00006e86 hfetch  0x00000001 , 0x00008007 
- 00026258  0x00006e87 jam  0x00000092 , 0x00008047 
- 00026259  0x00006e88 nop  0x00000001 
- 00026260  0x00006e89 jam  0x00000082 , 0x00008047 
- 00026261  0x00006e8a qisolate0  0x0000003f 
- 00026262  0x00006e8b branch  0x00006678 , 0x00000001 
- 00026263  0x00006e8d hfetch  0x00000002 , 0x00008045 
- 00026264  0x00006e8e increase  0x00000001 , 0x0000003f 
- 00026265  0x00006e8f hstore  0x00000002 , 0x00008045 
- 00026266  0x00006e90 increase  0x00000001 , 0x00000007 
- 00026267  0x00006e91 compare  0x00000008 , 0x00000007 , 0x0000000f 
- 00026268  0x00006e92 nbranch  0x00006678 , 0x00000001 
- 00026269  0x00006e93 loop  0x00006675 
- 00026270  0x00006e94 jam  0x00000083 , 0x00008047 
- 00026271  0x00006e95 rtn 
- 00026272  0x00006e98 jam  0x00000082 , 0x00008047 
- 00026273  0x00006e99 nop  0x0000000c 
- 00026274  0x00006e9a jam  0x00000080 , 0x00008047 
- 00026275  0x00006e9b jam  0x00000082 , 0x00008047 
- 00026276  0x00006e9c nop  0x00000096 
- 00026277  0x00006e9d rtn 
- 00026278  0x00006ea1 call  0x000066a0 
- 00026279  0x00006ea2 jam  0x000000a2 , 0x00008047 
- 00026280  0x00006ea3 deposit  0x00000011 
- 00026281  0x00006ea4 hstore  0x00000002 , 0x00008048 
- 00026282  0x00006ea5 set1  0x0000000b , 0x00000002 
- 00026283  0x00006ea6 isolate0  0x0000000f , 0x0000003f 
- 00026284  0x00006ea7 setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00026285  0x00006ea8 hstoret  0x00000002 , 0x0000804a 
- 00026286  0x00006ea9 jam  0x00000001 , 0x00008006 
- 00026287  0x00006eaa rtn 
- 00026288  0x00006ead hfetch  0x00000001 , 0x0000812c 
- 00026289  0x00006eae bbit0  0x00000001 , 0x000066b0 
- 00026290  0x00006eaf rtn 
- 00026291  0x00006eb3 call  0x0000666f 
- 00026292  0x00006eb4 call  0x000066a6 
- 00026293  0x00006eb5 call  0x000066b0 
- 00026294  0x00006eb6 jam  0x00000083 , 0x00008047 
- 00026295  0x00006eb7 rtn 
- 00026296  0x00006ebd hfetch  0x00000002 , 0x00008124 
- 00026297  0x00006ebe hstore  0x00000002 , 0x00008045 
- 00026298  0x00006ebf call  0x000066a6 
- 00026299  0x00006ec0 arg  0x00000001 , 0x00000007 
- 00026300  0x00006ec1 call  0x000064c0 
- 00026301  0x00006ec2 call  0x000066b0 
- 00026302  0x00006ec3 isolate1  0x00000000 , 0x0000003f 
- 00026303  0x00006ec4 call  0x000064b9 
- 00026304  0x00006ec5 jam  0x00000083 , 0x00008047 
- 00026305  0x00006ec6 rtn 
- 00026306  0x00006eca hfetch  0x00000002 , 0x0000805e 
- 00026307  0x00006ecb iforce  0x0000000a 
- 00026308  0x00006ecc rtn 
- 00026309  0x00006ecf deposit  0x0000000a 
- 00026310  0x00006ed0 hstore  0x00000002 , 0x0000805e 
- 00026311  0x00006ed1 rtn 
- 00026312  0x00006ed4 deposit  0x00000003 
- 00026313  0x00006ed5 hstore  0x00000002 , 0x00008058 
- 00026314  0x00006ed6 rtn 
- 00026315  0x00006ed9 hfetch  0x00000002 , 0x00008058 
- 00026316  0x00006eda copy  0x0000003f , 0x00000003 
- 00026317  0x00006edb rtn 
- 00026318  0x00006ede fetch  0x00000002 , 0x00004243 
- 00026319  0x00006edf hstore  0x00000002 , 0x00008052 
- 00026320  0x00006ee0 rtn 
- 00026321  0x00006ee3 deposit  0x00000039 
- 00026322  0x00006ee4 rtn  0x00000034 
- 00026323  0x00006ee6 increase  0xfffffff8 , 0x00000039 
- 00026324  0x00006ee7 call  0x000066de , 0x00000002 
- 00026325  0x00006ee8 rtn  0x00000005 
- 00026326  0x00006ee9 branch  0x000066d3 , 0x00000002 
- 00026327  0x00006eea increase  0x00000008 , 0x00000039 
- 00026328  0x00006eec increase  0xfffffffc , 0x00000039 
- 00026329  0x00006eed call  0x000066e1 , 0x00000002 
- 00026330  0x00006eee rtn  0x00000005 
- 00026331  0x00006eef branch  0x000066d8 , 0x00000002 
- 00026332  0x00006ef0 increase  0x00000004 , 0x00000039 
- 00026333  0x00006ef1 branch  0x000066e4 
- 00026334  0x00006ef4 ifetch  0x00000008 , 0x00000006 
- 00026335  0x00006ef5 istore  0x00000008 , 0x0000000a 
- 00026336  0x00006ef6 rtn 
- 00026337  0x00006ef9 ifetch  0x00000004 , 0x00000006 
- 00026338  0x00006efa istore  0x00000004 , 0x0000000a 
- 00026339  0x00006efb rtn 
- 00026340  0x00006efe deposit  0x00000039 
- 00026341  0x00006eff rtn  0x00000034 
- 00026342  0x00006f01 ifetch  0x00000001 , 0x00000006 
- 00026343  0x00006f02 istore  0x00000001 , 0x0000000a 
- 00026344  0x00006f03 loop  0x000066e6 
- 00026345  0x00006f04 rtn 
- 00026346  0x00006f07 deposit  0x00000039 
- 00026347  0x00006f08 rtn  0x00000034 
- 00026348  0x00006f0a increase  0xfffffff8 , 0x00000039 
- 00026349  0x00006f0b call  0x000066f7 , 0x00000002 
- 00026350  0x00006f0c rtn  0x00000005 
- 00026351  0x00006f0d branch  0x000066ec , 0x00000002 
- 00026352  0x00006f0e increase  0x00000008 , 0x00000039 
- 00026353  0x00006f10 increase  0xfffffffc , 0x00000039 
- 00026354  0x00006f11 call  0x000066fa , 0x00000002 
- 00026355  0x00006f12 rtn  0x00000005 
- 00026356  0x00006f13 branch  0x000066f1 , 0x00000002 
- 00026357  0x00006f14 increase  0x00000004 , 0x00000039 
- 00026358  0x00006f15 branch  0x000066fd 
- 00026359  0x00006f18 ifetch  0x00000008 , 0x00000003 
- 00026360  0x00006f19 istore  0x00000008 , 0x00000005 
- 00026361  0x00006f1a rtn 
- 00026362  0x00006f1d ifetch  0x00000004 , 0x00000003 
- 00026363  0x00006f1e istore  0x00000004 , 0x00000005 
- 00026364  0x00006f1f rtn 
- 00026365  0x00006f23 deposit  0x00000039 
- 00026366  0x00006f24 rtn  0x00000034 
- 00026367  0x00006f26 ifetch  0x00000001 , 0x00000003 
- 00026368  0x00006f27 istore  0x00000001 , 0x00000005 
- 00026369  0x00006f28 loop  0x000066ff 
- 00026370  0x00006f29 rtn 
- 00026371  0x00006f2d deposit  0x00000039 
- 00026372  0x00006f2e rtn  0x00000034 
- 00026373  0x00006f30 ifetch  0x00000001 , 0x00000003 
- 00026374  0x00006f31 istore  0x00000001 , 0x0000000a 
- 00026375  0x00006f32 loop  0x00006705 
- 00026376  0x00006f33 rtn 
- 00026377  0x00006f39 jam  0x0000003d , 0x00000a99 
- 00026378  0x00006f3a branch  0x00007d86 
- 00026379  0x00006f3e bpatchx  0x00000096 , 0x00004032 
- 00026380  0x00006f3f fetch  0x00000001 , 0x00004217 
- 00026381  0x00006f40 rtn  0x00000034 
- 00026382  0x00006f41 call  0x000067a3 
- 00026383  0x00006f42 call  0x000067a9 , 0x00000005 
- 00026384  0x00006f43 call  0x0000673e 
- 00026385  0x00006f45 fetch  0x00000001 , 0x00004217 
- 00026386  0x00006f46 icopy  0x00000013 
- 00026387  0x00006f47 fetcht  0x00000002 , 0x00004215 
- 00026388  0x00006f48 storet  0x00000002 , 0x0000018c 
- 00026389  0x00006f4a copy  0x00000013 , 0x0000003f 
- 00026390  0x00006f4b branch  0x00006709 , 0x00000034 
- 00026391  0x00006f4c increase  0xffffffff , 0x00000013 
- 00026392  0x00006f4d copy  0x00000002 , 0x00000011 
- 00026393  0x00006f4e ifetch  0x00000001 , 0x00000011 
- 00026394  0x00006f4f fetcht  0x00000001 , 0x00000184 
- 00026395  0x00006f50 isub  0x00000002 , 0x0000003e 
- 00026396  0x00006f51 call  0x00006725 , 0x00000005 
- 00026397  0x00006f52 branch  0x00006721 , 0x00000002 
- 00026398  0x00006f53 ifetch  0x00000001 , 0x00000011 
- 00026399  0x00006f54 increase  0x00000001 , 0x0000003f 
- 00026400  0x00006f55 istore  0x00000001 , 0x00000011 
- 00026401  0x00006f57 fetcht  0x00000002 , 0x0000018c 
- 00026402  0x00006f58 increase  0x00000022 , 0x00000002 
- 00026403  0x00006f59 storet  0x00000002 , 0x0000018c 
- 00026404  0x00006f5a branch  0x00006715 
- 00026405  0x00006f5d setarg  0x00000000 
- 00026406  0x00006f5e istore  0x00000001 , 0x00000011 
- 00026407  0x00006f5f fetch  0x00000001 , 0x00000185 
- 00026408  0x00006f60 istore  0x00000001 , 0x00000005 
- 00026409  0x00006f61 bne  0x00000033 , 0x00006733 
- 00026410  0x00006f62 arg  0x000041be , 0x00000012 
- 00026411  0x00006f64 ifetch  0x00000006 , 0x00000006 
- 00026412  0x00006f65 istore  0x00000008 , 0x00000005 
- 00026413  0x00006f66 setarg  0x00000000 
- 00026414  0x00006f67 istore  0x00000008 , 0x00000005 
- 00026415  0x00006f68 copy  0x00000012 , 0x00000006 
- 00026416  0x00006f6a call  0x00007ebf 
- 00026417  0x00006f6b force  0x00000001 , 0x0000003e 
- 00026418  0x00006f6c rtn 
- 00026419  0x00006f6f beq  0x00000036 , 0x00006737 
- 00026420  0x00006f70 beq  0x00000037 , 0x0000673b 
- 00026421  0x00006f71 arg  0x00004419 , 0x00000012 
- 00026422  0x00006f72 branch  0x0000672b 
- 00026423  0x00006f75 arg  0x000044d5 , 0x00000006 
- 00026424  0x00006f76 call  0x00007ebf 
- 00026425  0x00006f78 arg  0x00004419 , 0x00000006 
- 00026426  0x00006f79 branch  0x00006730 
- 00026427  0x00006f7c arg  0x000044cd , 0x00000006 
- 00026428  0x00006f7d call  0x00007ebf 
- 00026429  0x00006f7e branch  0x00006739 
- 00026430  0x00006f82 call  0x00007fe9 
- 00026431  0x00006f83 fetch  0x00000001 , 0x00004217 
- 00026432  0x00006f84 rtn  0x00000034 
- 00026433  0x00006f85 fetch  0x00000002 , 0x00004682 
- 00026434  0x00006f86 bbit1  0x00000000 , 0x00006754 
- 00026435  0x00006f88 bpatchx  0x00000097 , 0x00004032 
- 00026436  0x00006f89 fetch  0x00000001 , 0x0000448e 
- 00026437  0x00006f8a beq  0x00000000 , 0x0000674d 
- 00026438  0x00006f8b fetch  0x00000001 , 0x00000454 
- 00026439  0x00006f8c compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00026440  0x00006f8d branch  0x0000674d , 0x00000001 
- 00026441  0x00006f8e compare  0x00000040 , 0x0000003f , 0x000000c0 
- 00026442  0x00006f8f branch  0x00006752 , 0x00000001 
- 00026443  0x00006f90 compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00026444  0x00006f91 branch  0x00006750 , 0x00000001 
- 00026445  0x00006f93 jam  0x00000035 , 0x00000185 
- 00026446  0x00006f94 fetch  0x00000006 , 0x0000044f 
- 00026447  0x00006f95 branch  0x00006757 
- 00026448  0x00006f98 jam  0x00000037 , 0x00000185 
- 00026449  0x00006f99 branch  0x00006757 
- 00026450  0x00006f9d jam  0x00000036 , 0x00000185 
- 00026451  0x00006f9e branch  0x00006757 
- 00026452  0x00006fa2 bpatchx  0x00000098 , 0x00004033 
- 00026453  0x00006fa3 jam  0x00000033 , 0x00000185 
- 00026454  0x00006fa4 fetch  0x00000006 , 0x00000040 
- 00026455  0x00006fa6 store  0x00000006 , 0x00000186 
- 00026456  0x00006fa7 fetch  0x00000002 , 0x00004215 
- 00026457  0x00006fa8 ifetcht  0x00000001 , 0x0000003f 
- 00026458  0x00006fa9 pincrease  0x00000001 
- 00026459  0x00006faa store  0x00000002 , 0x0000018c 
- 00026460  0x00006fab storet  0x00000001 , 0x00000184 
- 00026461  0x00006fac fetch  0x00000001 , 0x00004217 
- 00026462  0x00006fad icopy  0x00000013 
- 00026463  0x00006faf fetch  0x00000002 , 0x0000018c 
- 00026464  0x00006fb0 copy  0x0000003f , 0x00000011 
- 00026465  0x00006fb1 call  0x0000676f 
- 00026466  0x00006fb2 rtn  0x00000028 
- 00026467  0x00006fb3 fetcht  0x00000002 , 0x0000018c 
- 00026468  0x00006fb4 increase  0x00000022 , 0x00000002 
- 00026469  0x00006fb5 storet  0x00000002 , 0x0000018c 
- 00026470  0x00006fb6 increase  0xffffffff , 0x00000002 
- 00026471  0x00006fb7 ifetch  0x00000001 , 0x00000002 
- 00026472  0x00006fb8 store  0x00000001 , 0x00000184 
- 00026473  0x00006fb9 increase  0xffffffff , 0x00000013 
- 00026474  0x00006fba nbranch  0x0000675f , 0x00000005 
- 00026475  0x00006fbb fetch  0x00000001 , 0x00004217 
- 00026476  0x00006fbc pincrease  0xffffffff 
- 00026477  0x00006fbd store  0x00000001 , 0x00000184 
- 00026478  0x00006fbe rtn 
- 00026479  0x00006fc0 fetch  0x00000001 , 0x00000185 
- 00026480  0x00006fc1 bne  0x00000033 , 0x00006776 
- 00026481  0x00006fc3 arg  0x00000185 , 0x00000012 
- 00026482  0x00006fc4 arg  0x00000007 , 0x00000039 
- 00026483  0x00006fc5 call  0x00007f88 
- 00026484  0x00006fc6 branch  0x00007fe7 , 0x00000005 
- 00026485  0x00006fc7 rtn 
- 00026486  0x00006fca beq  0x00000036 , 0x00006779 
- 00026487  0x00006fcb beq  0x00000037 , 0x00006794 
- 00026488  0x00006fcc branch  0x00006771 
- 00026489  0x00006fcf ifetcht  0x00000001 , 0x00000011 
- 00026490  0x00006fd0 isub  0x00000002 , 0x0000003e 
- 00026491  0x00006fd1 nrtn  0x00000005 
- 00026492  0x00006fd2 arg  0x00000ac2 , 0x00000005 
- 00026493  0x00006fd3 arg  0x00000010 , 0x00000039 
- 00026494  0x00006fd4 call  0x00007ed4 
- 00026495  0x00006fd5 fetch  0x00000003 , 0x00000452 
- 00026496  0x00006fd6 store  0x00000003 , 0x00000ac2 
- 00026497  0x00006fd7 call  0x0000678b 
- 00026498  0x00006fd8 fetch  0x00000002 , 0x00000adf 
- 00026499  0x00006fd9 byteswap  0x0000003f , 0x0000003f 
- 00026500  0x00006fda lshift8  0x0000003f , 0x00000002 
- 00026501  0x00006fdb ifetch  0x00000001 , 0x00000006 
- 00026502  0x00006fdc iadd  0x00000002 , 0x0000003f 
- 00026503  0x00006fdd fetcht  0x00000003 , 0x0000044f 
- 00026504  0x00006fde isub  0x00000002 , 0x0000003e 
- 00026505  0x00006fdf branch  0x00007fe7 , 0x00000005 
- 00026506  0x00006fe0 rtn 
- 00026507  0x00006fe4 arg  0x00000ac2 , 0x00000006 
- 00026508  0x00006fe5 call  0x00007486 
- 00026509  0x00006fe7 ifetch  0x00000001 , 0x00000011 
- 00026510  0x00006fe8 call  0x00007487 
- 00026511  0x00006fe9 force  0x00000038 , 0x00000036 
- 00026512  0x00006fea force  0x00000000 , 0x00000036 
- 00026513  0x00006feb call  0x0000741d 
- 00026514  0x00006fec arg  0x00000ad2 , 0x00000005 
- 00026515  0x00006fed branch  0x00007497 
- 00026516  0x00006ff0 ifetcht  0x00000001 , 0x00000011 
- 00026517  0x00006ff1 isub  0x00000002 , 0x0000003e 
- 00026518  0x00006ff2 nrtn  0x00000005 
- 00026519  0x00006ff3 copy  0x00000006 , 0x00000011 
- 00026520  0x00006ff4 add  0x00000006 , 0x00000008 , 0x00000013 
- 00026521  0x00006ff5 arg  0x000044cd , 0x00000012 
- 00026522  0x00006ff6 arg  0x00000008 , 0x00000039 
- 00026523  0x00006ff7 call  0x00007f88 
- 00026524  0x00006ff8 branch  0x00007fe7 , 0x00000005 
- 00026525  0x00006ff9 copy  0x00000013 , 0x00000011 
- 00026526  0x00006ffa arg  0x000044d5 , 0x00000012 
- 00026527  0x00006ffb arg  0x00000008 , 0x00000039 
- 00026528  0x00006ffc call  0x00007f88 
- 00026529  0x00006ffd branch  0x00007fe7 , 0x00000005 
- 00026530  0x00006ffe rtn 
- 00026531  0x00007001 fetch  0x00000002 , 0x00004215 
- 00026532  0x00007002 ifetcht  0x00000001 , 0x0000003f 
- 00026533  0x00007003 pincrease  0x00000022 
- 00026534  0x00007004 ifetch  0x00000001 , 0x0000003f 
- 00026535  0x00007005 isub  0x00000002 , 0x0000003e 
- 00026536  0x00007006 rtn 
- 00026537  0x00007009 fetch  0x00000001 , 0x00004217 
- 00026538  0x0000700a icopy  0x00000039 
- 00026539  0x0000700b fetcht  0x00000002 , 0x00004215 
- 00026540  0x0000700c setarg  0x00000000 
- 00026541  0x0000700e istore  0x00000001 , 0x00000002 
- 00026542  0x0000700f increase  0x00000022 , 0x00000002 
- 00026543  0x00007010 pincrease  0x00000001 
- 00026544  0x00007011 loop  0x000067ad 
- 00026545  0x00007012 rtn 
- 00026546  0x00007015 bpatchx  0x00000099 , 0x00004033 
- 00026547  0x00007016 call  0x0000673e 
- 00026548  0x00007017 fetch  0x00000001 , 0x00000030 
- 00026549  0x00007018 setflag  0x00000028 , 0x00000006 , 0x0000003f 
- 00026550  0x00007019 store  0x00000001 , 0x00000030 
- 00026551  0x0000701a nbranch  0x000067bc , 0x00000028 
- 00026552  0x0000701b add  0x00000011 , 0x0000000a , 0x00000006 
- 00026553  0x0000701d arg  0x000041be , 0x00000005 
- 00026554  0x0000701e call  0x00007ebf 
- 00026555  0x0000701f branch  0x000067d7 
- 00026556  0x00007021 jam  0x00000000 , 0x000041bd 
- 00026557  0x00007022 rtn 
- 00026558  0x00007025 fetch  0x00000009 , 0x000044cb 
- 00026559  0x00007026 branch  0x000067ca , 0x00000034 
- 00026560  0x00007027 call  0x0000673e 
- 00026561  0x00007028 nbranch  0x000067ca , 0x00000028 
- 00026562  0x00007029 fetch  0x00000002 , 0x0000018c 
- 00026563  0x0000702a add  0x0000003f , 0x00000001 , 0x00000006 
- 00026564  0x0000702b arg  0x000044d5 , 0x00000005 
- 00026565  0x0000702c call  0x00007ebf 
- 00026566  0x0000702d arg  0x00004419 , 0x00000005 
- 00026567  0x0000702e call  0x00007ebf 
- 00026568  0x0000702f jam  0x00000001 , 0x00004429 
- 00026569  0x00007030 rtn 
- 00026570  0x00007033 jam  0x00000000 , 0x00004429 
- 00026571  0x00007034 rtn 
- 00026572  0x00007038 fetch  0x00000006 , 0x0000044f 
- 00026573  0x00007039 store  0x00000006 , 0x00000186 
- 00026574  0x0000703a jam  0x00000034 , 0x00000185 
- 00026575  0x0000703b branch  0x000067d3 
- 00026576  0x0000703d fetch  0x00000006 , 0x00000040 
- 00026577  0x0000703e store  0x00000006 , 0x00000186 
- 00026578  0x0000703f jam  0x00000033 , 0x00000185 
- 00026579  0x00007041 fetch  0x00000001 , 0x00004092 
- 00026580  0x00007042 beq  0x0000000a , 0x0000670b 
- 00026581  0x00007043 bbit1  0x00000006 , 0x000042da 
- 00026582  0x00007044 rtn 
- 00026583  0x00007048 fetch  0x00000008 , 0x000041be 
- 00026584  0x00007049 fetcht  0x00000008 , 0x000041c6 
- 00026585  0x0000704a ior  0x00000002 , 0x0000003f 
- 00026586  0x0000704b rtn  0x00000034 
- 00026587  0x0000704c jam  0x00000001 , 0x000041bd 
- 00026588  0x0000704d rtn 
- 00026589  0x00007055 bpatchx  0x0000009a , 0x00004033 
- 00026590  0x00007056 set1  0x00000007 , 0x00000002 
- 00026591  0x00007057 call  0x0000681d 
- 00026592  0x00007058 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00026593  0x0000705e bpatchx  0x0000009b , 0x00004033 
- 00026594  0x0000705f sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026595  0x00007060 rtn  0x00000005 
- 00026596  0x00007061 isolate0  0x00000007 , 0x00000002 
- 00026597  0x00007062 and  0x00000002 , 0x0000001f , 0x00000007 
- 00026598  0x00007063 fetch  0x00000004 , 0x000000a1 
- 00026599  0x00007064 qsetflag  0x00000001 , 0x0000003f 
- 00026600  0x00007065 store  0x00000004 , 0x000000a1 
- 00026601  0x00007066 fetch  0x00000004 , 0x000000a5 
- 00026602  0x00007067 nqsetflag  0x00000001 , 0x0000003f 
- 00026603  0x00007068 store  0x00000004 , 0x000000a5 
- 00026604  0x00007069 rtn 
- 00026605  0x0000706d bpatchx  0x0000009c , 0x00004033 
- 00026606  0x0000706e sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026607  0x0000706f rtn  0x00000005 
- 00026608  0x00007070 isolate0  0x00000007 , 0x00000002 
- 00026609  0x00007071 and  0x00000002 , 0x0000001f , 0x00000007 
- 00026610  0x00007072 fetch  0x00000004 , 0x000000a1 
- 00026611  0x00007073 qset0  0x0000003f 
- 00026612  0x00007074 store  0x00000004 , 0x000000a1 
- 00026613  0x00007075 fetch  0x00000004 , 0x000000a5 
- 00026614  0x00007076 qset0  0x0000003f 
- 00026615  0x00007077 store  0x00000004 , 0x000000a5 
- 00026616  0x00007078 rtn 
- 00026617  0x0000707c call  0x000067ed 
- 00026618  0x0000707d branch  0x000067fe 
- 00026619  0x00007081 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026620  0x00007082 rtn  0x00000005 
- 00026621  0x00007083 ncall  0x000067e1 , 0x0000002b 
- 00026622  0x00007086 arg  0x0000807c , 0x00000005 
- 00026623  0x00007087 call  0x00006830 
- 00026624  0x00007088 setflip  0x00000007 , 0x00000002 
- 00026625  0x00007089 arg  0x00008078 , 0x00000005 
- 00026626  0x0000708a call  0x00006830 
- 00026627  0x0000708b set0  0x00000007 , 0x00000002 
- 00026628  0x0000708c arg  0x00008070 , 0x00000005 
- 00026629  0x0000708d branch  0x00006830 
- 00026630  0x00007091 arg  0x0000807c , 0x00000005 
- 00026631  0x00007092 call  0x00006830 
- 00026632  0x00007093 set0  0x00000007 , 0x00000002 
- 00026633  0x00007094 arg  0x00008078 , 0x00000005 
- 00026634  0x00007095 call  0x00006830 
- 00026635  0x00007096 set0  0x00000007 , 0x00000002 
- 00026636  0x00007097 arg  0x00008070 , 0x00000005 
- 00026637  0x00007098 branch  0x00006830 
- 00026638  0x0000709d sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026639  0x0000709e rtn  0x00000005 
- 00026640  0x0000709f setflip  0x00000007 , 0x00000002 
- 00026641  0x000070a0 call  0x0000682f 
- 00026642  0x000070a2 set1  0x00000007 , 0x00000002 
- 00026643  0x000070a3 arg  0x00008070 , 0x00000005 
- 00026644  0x000070a4 branch  0x00006830 
- 00026645  0x000070a7 and  0x00000002 , 0x00000007 , 0x00000007 
- 00026646  0x000070a8 rshift3  0x00000002 , 0x0000003f 
- 00026647  0x000070a9 and_into  0x00000003 , 0x0000003f 
- 00026648  0x000070aa iadd  0x00000005 , 0x00000005 
- 00026649  0x000070ab ifetch  0x00000001 , 0x00000005 
- 00026650  0x000070ac rtn 
- 00026651  0x000070af arg  0x00008074 , 0x00000005 
- 00026652  0x000070b0 branch  0x0000681e 
- 00026653  0x000070b5 arg  0x0000811c , 0x00000005 
- 00026654  0x000070b7 call  0x00006815 
- 00026655  0x000070b8 isolate1  0x00000007 , 0x00000002 
- 00026656  0x000070b9 branch  0x00006823 , 0x00000001 
- 00026657  0x000070ba qisolate0  0x0000003f 
- 00026658  0x000070bb rtn 
- 00026659  0x000070bd qisolate1  0x0000003f 
- 00026660  0x000070be rtn 
- 00026661  0x000070c1 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026662  0x000070c2 rtn  0x00000005 
- 00026663  0x000070c3 isolate1  0x00000007 , 0x0000003e 
- 00026664  0x000070c4 branch  0x0000682c 
- 00026665  0x000070c7 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026666  0x000070c8 rtn  0x00000005 
- 00026667  0x000070c9 isolate0  0x00000007 , 0x0000003e 
- 00026668  0x000070cd setarg  0x00000000 
- 00026669  0x000070ce nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00026670  0x000070cf ixor  0x00000002 , 0x00000002 
- 00026671  0x000070d3 arg  0x00008074 , 0x00000005 
- 00026672  0x000070d7 call  0x00006815 
- 00026673  0x000070d8 isolate1  0x00000007 , 0x00000002 
- 00026674  0x000070d9 qsetflag  0x00000001 , 0x0000003f 
- 00026675  0x000070da istore  0x00000001 , 0x00000005 
- 00026676  0x000070db rtn 
- 00026677  0x000070de arg  0xffffffff , 0x00000011 
- 00026678  0x000070df hfetch  0x00000001 , 0x00008081 
- 00026679  0x000070e0 compare  0x00000002 , 0x0000003f , 0x00000003 
- 00026680  0x000070e1 call  0x00006878 , 0x00000001 
- 00026681  0x000070e3 compare  0x00000001 , 0x0000003f , 0x00000003 
- 00026682  0x000070e4 call  0x0000687a , 0x00000001 
- 00026683  0x000070e6 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00026684  0x000070e7 call  0x0000687a , 0x00000001 
- 00026685  0x000070e9 isolate1  0x00000002 , 0x0000003f 
- 00026686  0x000070ea call  0x00006874 , 0x00000001 
- 00026687  0x000070ec isolate1  0x00000003 , 0x0000003f 
- 00026688  0x000070ed call  0x00006876 , 0x00000001 
- 00026689  0x000070ef isolate1  0x00000004 , 0x0000003f 
- 00026690  0x000070f0 call  0x0000687c , 0x00000001 
- 00026691  0x000070f2 isolate1  0x00000006 , 0x0000003f 
- 00026692  0x000070f3 nsetflag  0x00000001 , 0x00000004 , 0x00000011 
- 00026693  0x000070f5 isolate1  0x00000007 , 0x0000003f 
- 00026694  0x000070f6 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
- 00026695  0x000070f8 hfetch  0x00000001 , 0x00008082 
- 00026696  0x000070f9 isolate1  0x00000000 , 0x0000003f 
- 00026697  0x000070fa nsetflag  0x00000001 , 0x0000001b , 0x00000011 
- 00026698  0x000070fb isolate1  0x00000001 , 0x0000003f 
- 00026699  0x000070fc nsetflag  0x00000001 , 0x0000001c , 0x00000011 
- 00026700  0x000070fd isolate1  0x00000002 , 0x0000003f 
- 00026701  0x000070fe nsetflag  0x00000001 , 0x00000003 , 0x00000011 
- 00026702  0x000070ff isolate1  0x00000003 , 0x0000003f 
- 00026703  0x00007100 nsetflag  0x00000001 , 0x00000008 , 0x00000011 
- 00026704  0x00007101 isolate1  0x00000004 , 0x0000003f 
- 00026705  0x00007102 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
- 00026706  0x00007103 isolate1  0x00000005 , 0x0000003f 
- 00026707  0x00007104 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
- 00026708  0x00007105 isolate1  0x00000006 , 0x0000003f 
- 00026709  0x00007106 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
- 00026710  0x00007107 isolate1  0x00000007 , 0x0000003f 
- 00026711  0x00007108 nsetflag  0x00000001 , 0x00000017 , 0x00000011 
- 00026712  0x0000710a hfetch  0x00000001 , 0x00008080 
- 00026713  0x0000710b isolate1  0x00000000 , 0x0000003f 
- 00026714  0x0000710c nsetflag  0x00000001 , 0x00000005 , 0x00000011 
- 00026715  0x0000710d isolate1  0x00000001 , 0x0000003f 
- 00026716  0x0000710e nsetflag  0x00000001 , 0x00000006 , 0x00000011 
- 00026717  0x0000710f isolate1  0x00000002 , 0x0000003f 
- 00026718  0x00007110 nsetflag  0x00000001 , 0x00000007 , 0x00000011 
- 00026719  0x00007111 isolate1  0x00000003 , 0x0000003f 
- 00026720  0x00007112 nsetflag  0x00000001 , 0x00000012 , 0x00000011 
- 00026721  0x00007113 isolate1  0x00000004 , 0x0000003f 
- 00026722  0x00007114 nsetflag  0x00000001 , 0x00000013 , 0x00000011 
- 00026723  0x00007115 isolate1  0x00000005 , 0x0000003f 
- 00026724  0x00007116 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
- 00026725  0x00007117 isolate1  0x00000006 , 0x0000003f 
- 00026726  0x00007118 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
- 00026727  0x00007119 isolate1  0x00000007 , 0x0000003f 
- 00026728  0x0000711a nsetflag  0x00000001 , 0x00000016 , 0x00000011 
- 00026729  0x0000711c hfetch  0x00000001 , 0x00008062 
- 00026730  0x0000711d isolate1  0x00000004 , 0x0000003f 
- 00026731  0x0000711e call  0x0000687e , 0x00000001 
- 00026732  0x0000711f bpatchx  0x0000009d , 0x00004033 
- 00026733  0x00007121 hfetch  0x00000004 , 0x00008078 
- 00026734  0x00007122 hfetcht  0x00000004 , 0x0000807c 
- 00026735  0x00007123 ior  0x00000002 , 0x0000003f 
- 00026736  0x00007124 invert  0x0000003f , 0x0000003f 
- 00026737  0x00007125 iand  0x00000011 , 0x0000003f 
- 00026738  0x00007127 hstore  0x00000004 , 0x00008070 
- 00026739  0x00007128 rtn 
- 00026740  0x0000712c arg  0x00000006 , 0x00000007 
- 00026741  0x0000712d branch  0x00006884 
- 00026742  0x0000712f arg  0x00000009 , 0x00000007 
- 00026743  0x00007130 branch  0x00006882 
- 00026744  0x00007132 arg  0x00000017 , 0x00000007 
- 00026745  0x00007133 branch  0x00006882 
- 00026746  0x00007135 arg  0x00000019 , 0x00000007 
- 00026747  0x00007136 branch  0x00006884 
- 00026748  0x00007138 arg  0x0000001e , 0x00000007 
- 00026749  0x00007139 branch  0x00006884 
- 00026750  0x0000713b arg  0x00000002 , 0x00000007 
- 00026751  0x0000713c branch  0x00006884 
- 00026752  0x0000713e arg  0x00000001 , 0x00000039 
- 00026753  0x0000713f branch  0x00006885 
- 00026754  0x00007141 arg  0x00000004 , 0x00000039 
- 00026755  0x00007142 branch  0x00006885 
- 00026756  0x00007144 arg  0x00000002 , 0x00000039 
- 00026757  0x00007146 qset0  0x00000011 
- 00026758  0x00007147 increase  0x00000001 , 0x00000007 
- 00026759  0x00007148 loop  0x00006885 
- 00026760  0x00007149 rtn 
- 00026761  0x00007152 call  0x00006895 
- 00026762  0x00007153 arg  0x00000006 , 0x00000002 
- 00026763  0x00007154 branch  0x0000680e 
- 00026764  0x00007157 call  0x00006889 
- 00026765  0x00007158 arg  0x00000006 , 0x00000002 
- 00026766  0x00007159 branch  0x00006825 
- 00026767  0x0000715e call  0x00006895 
- 00026768  0x0000715f hfetch  0x00000001 , 0x00008078 
- 00026769  0x00007160 set1  0x00000007 , 0x0000003f 
- 00026770  0x00007161 hstore  0x00000001 , 0x00008078 
- 00026771  0x00007162 arg  0x00000007 , 0x00000002 
- 00026772  0x00007163 branch  0x000067fb 
- 00026773  0x00007166 hfetch  0x00000001 , 0x00008081 
- 00026774  0x00007167 and_into  0x000000fb , 0x0000003f 
- 00026775  0x00007168 hstore  0x00000001 , 0x00008081 
- 00026776  0x00007169 rtn 
- 00026777  0x0000716c hfetch  0x00000001 , 0x00008081 
- 00026778  0x0000716d isolate1  0x00000002 , 0x0000003f 
- 00026779  0x0000716e rtn 
- 00026780  0x00007171 call  0x0000666a 
- 00026781  0x00007172 setarg  0x000007e0 
- 00026782  0x00007173 arg  0x00004150 , 0x00000011 
- 00026783  0x00007174 arg  0x00000002 , 0x00000002 
- 00026784  0x00007175 call  0x000066b3 
- 00026785  0x00007176 branch  0x0000666d 
- 00026786  0x0000717a call  0x0000666a 
- 00026787  0x0000717b setarg  0x000007e2 
- 00026788  0x0000717c arg  0x0000421d , 0x00000011 
- 00026789  0x0000717d arg  0x0000000e , 0x00000002 
- 00026790  0x0000717e call  0x000066b3 
- 00026791  0x0000717f branch  0x0000666d 
- 00026792  0x00007184 bpatchx  0x0000009e , 0x00004033 
- 00026793  0x00007186 call  0x000068a2 
- 00026794  0x00007188 fetch  0x00000001 , 0x0000422d 
- 00026795  0x00007189 beq  0x00000000 , 0x000068af 
- 00026796  0x0000718a beq  0x00000001 , 0x000068c3 
- 00026797  0x0000718b beq  0x00000002 , 0x000068d7 
- 00026798  0x0000718c rtn 
- 00026799  0x0000718f fetcht  0x00000002 , 0x00004229 
- 00026800  0x00007190 setarg  0x0000aa55 
- 00026801  0x00007191 isub  0x00000002 , 0x0000003e 
- 00026802  0x00007192 branch  0x000068b8 , 0x00000005 
- 00026803  0x00007193 setarg  0x00004dfa 
- 00026804  0x00007194 store  0x00000002 , 0x00004227 
- 00026805  0x00007195 setarg  0x00004894 
- 00026806  0x00007196 store  0x00000002 , 0x00004221 
- 00026807  0x00007197 branch  0x000068c0 
- 00026808  0x0000719a fetch  0x00000002 , 0x00004227 
- 00026809  0x0000719b nbranch  0x000068bc , 0x00000034 
- 00026810  0x0000719c setarg  0x00004dfa 
- 00026811  0x0000719d store  0x00000002 , 0x00004227 
- 00026812  0x0000719f fetch  0x00000002 , 0x00004221 
- 00026813  0x000071a0 nbranch  0x000068c0 , 0x00000034 
- 00026814  0x000071a1 setarg  0x00004894 
- 00026815  0x000071a2 store  0x00000002 , 0x00004221 
- 00026816  0x000071a4 setarg  0x00000064 
- 00026817  0x000071a5 store  0x00000002 , 0x0000422b 
- 00026818  0x000071a6 rtn 
- 00026819  0x000071a9 fetcht  0x00000002 , 0x00004229 
- 00026820  0x000071aa setarg  0x0000aa55 
- 00026821  0x000071ab isub  0x00000002 , 0x0000003e 
- 00026822  0x000071ac branch  0x000068cc , 0x00000005 
- 00026823  0x000071ad setarg  0x00005932 
- 00026824  0x000071ae store  0x00000002 , 0x00004225 
- 00026825  0x000071af setarg  0x00004323 
- 00026826  0x000071b0 store  0x00000002 , 0x0000421f 
- 00026827  0x000071b1 branch  0x000068d4 
- 00026828  0x000071b4 fetch  0x00000002 , 0x00004225 
- 00026829  0x000071b5 nbranch  0x000068d0 , 0x00000034 
- 00026830  0x000071b6 setarg  0x00005932 
- 00026831  0x000071b7 store  0x00000002 , 0x00004225 
- 00026832  0x000071b9 fetch  0x00000002 , 0x0000421f 
- 00026833  0x000071ba nbranch  0x000068d4 , 0x00000034 
- 00026834  0x000071bb setarg  0x00004323 
- 00026835  0x000071bc store  0x00000002 , 0x0000421f 
- 00026836  0x000071be setarg  0x00000190 
- 00026837  0x000071bf store  0x00000002 , 0x0000422b 
- 00026838  0x000071c0 rtn 
- 00026839  0x000071c3 fetcht  0x00000002 , 0x00004229 
- 00026840  0x000071c4 setarg  0x0000aa55 
- 00026841  0x000071c5 isub  0x00000002 , 0x0000003e 
- 00026842  0x000071c6 branch  0x000068e0 , 0x00000005 
- 00026843  0x000071c7 setarg  0x00006946 
- 00026844  0x000071c8 store  0x00000002 , 0x00004223 
- 00026845  0x000071c9 setarg  0x00005377 
- 00026846  0x000071ca store  0x00000002 , 0x0000421d 
- 00026847  0x000071cb branch  0x000068e8 
- 00026848  0x000071ce fetch  0x00000002 , 0x00004223 
- 00026849  0x000071cf nbranch  0x000068e4 , 0x00000034 
- 00026850  0x000071d0 setarg  0x00006946 
- 00026851  0x000071d1 store  0x00000002 , 0x00004223 
- 00026852  0x000071d3 fetch  0x00000002 , 0x0000421d 
- 00026853  0x000071d4 nbranch  0x000068e8 , 0x00000034 
- 00026854  0x000071d5 setarg  0x00005377 
- 00026855  0x000071d6 store  0x00000002 , 0x0000421d 
- 00026856  0x000071d8 setarg  0x00000032 
- 00026857  0x000071d9 store  0x00000002 , 0x0000422b 
- 00026858  0x000071da rtn 
- 00026859  0x000071de fetch  0x00000001 , 0x0000422d 
- 00026860  0x000071df beq  0x00000000 , 0x000068f0 
- 00026861  0x000071e0 beq  0x00000001 , 0x000068f2 
- 00026862  0x000071e1 beq  0x00000002 , 0x000068f4 
- 00026863  0x000071e2 rtn 
- 00026864  0x000071e4 jam  0x000000bf , 0x00008971 
- 00026865  0x000071e5 branch  0x000068f8 
- 00026866  0x000071e7 jam  0x000000af , 0x00008971 
- 00026867  0x000071e8 branch  0x000068f8 
- 00026868  0x000071ea jam  0x0000008f , 0x00008971 
- 00026869  0x000071eb fetch  0x00000001 , 0x0000422e 
- 00026870  0x000071ec hstore  0x00000001 , 0x00008973 
- 00026871  0x000071ed branch  0x000068f8 
- 00026872  0x000071ef bpatchx  0x0000009f , 0x00004033 
- 00026873  0x000071f0 hfetch  0x00000001 , 0x00008053 
- 00026874  0x000071f1 set1  0x00000007 , 0x0000003f 
- 00026875  0x000071f2 hstore  0x00000001 , 0x00008053 
- 00026876  0x000071f3 hfetch  0x00000001 , 0x00008973 
- 00026877  0x000071f4 or_into  0x00000030 , 0x0000003f 
- 00026878  0x000071f5 hstore  0x00000001 , 0x00008973 
- 00026879  0x000071f6 jam  0x0000007c , 0x00008906 
- 00026880  0x000071f7 jam  0x000000aa , 0x00008972 
- 00026881  0x000071f8 nop  0x00001388 
- 00026882  0x000071f9 hfetcht  0x00000002 , 0x00008150 
- 00026883  0x000071fa hfetch  0x00000001 , 0x00008053 
- 00026884  0x000071fb set0  0x00000007 , 0x0000003f 
- 00026885  0x000071fc hstore  0x00000001 , 0x00008053 
- 00026886  0x000071fd storet  0x00000002 , 0x0000422f 
- 00026887  0x000071fe rtn 
- 00026888  0x00007201 bpatchx  0x000000a0 , 0x00004034 
- 00026889  0x00007202 fetch  0x00000001 , 0x0000422d 
- 00026890  0x00007203 beq  0x00000000 , 0x0000690e 
- 00026891  0x00007204 beq  0x00000001 , 0x00006912 
- 00026892  0x00007205 beq  0x00000002 , 0x00006916 
- 00026893  0x00007206 rtn 
- 00026894  0x00007209 fetch  0x00000002 , 0x00004227 
- 00026895  0x0000720a fetcht  0x00000002 , 0x00004221 
- 00026896  0x0000720b arg  0x000000c8 , 0x00000013 
- 00026897  0x0000720c branch  0x0000691a 
- 00026898  0x0000720f fetch  0x00000002 , 0x00004225 
- 00026899  0x00007210 fetcht  0x00000002 , 0x0000421f 
- 00026900  0x00007211 arg  0x00000064 , 0x00000013 
- 00026901  0x00007212 branch  0x0000691a 
- 00026902  0x00007215 fetch  0x00000002 , 0x00004223 
- 00026903  0x00007216 fetcht  0x00000002 , 0x0000421d 
- 00026904  0x00007217 arg  0x00000032 , 0x00000013 
- 00026905  0x00007218 branch  0x0000691a 
- 00026906  0x0000721b isub  0x00000002 , 0x00000011 
- 00026907  0x0000721c fetch  0x00000002 , 0x0000422f 
- 00026908  0x0000721d isub  0x00000002 , 0x0000003f 
- 00026909  0x0000721e nbranch  0x00006927 , 0x00000002 
- 00026910  0x0000721f fetcht  0x00000002 , 0x0000422b 
- 00026911  0x00007220 imul32  0x00000002 , 0x00000012 
- 00026912  0x00007221 copy  0x00000013 , 0x0000003f 
- 00026913  0x00007222 imul32  0x00000011 , 0x0000003f 
- 00026914  0x00007223 iadd  0x00000012 , 0x0000003f 
- 00026915  0x00007225 idiv  0x00000011 
- 00026916  0x00007226 call  0x00007f86 
- 00026917  0x00007227 quotient  0x0000003f 
- 00026918  0x00007228 rtn 
- 00026919  0x0000722b copy  0x00000002 , 0x0000003f 
- 00026920  0x0000722c fetcht  0x00000002 , 0x0000422f 
- 00026921  0x0000722d isub  0x00000002 , 0x0000003f 
- 00026922  0x0000722e fetcht  0x00000002 , 0x0000422b 
- 00026923  0x0000722f imul32  0x00000002 , 0x00000012 
- 00026924  0x00007230 copy  0x00000013 , 0x0000003f 
- 00026925  0x00007231 imul32  0x00000011 , 0x0000003f 
- 00026926  0x00007232 isub  0x00000012 , 0x0000003f 
- 00026927  0x00007233 branch  0x00006923 
- 00026928  0x0000723f ifetch  0x00000008 , 0x00000011 
- 00026929  0x00007240 store  0x00000008 , 0x00000a9a 
- 00026930  0x00007241 fetch  0x00000002 , 0x00000a9a 
- 00026931  0x00007242 fetcht  0x00000002 , 0x00000a9c 
- 00026932  0x00007243 isub  0x00000002 , 0x00000011 
- 00026933  0x00007244 fetch  0x00000002 , 0x00000aa0 
- 00026934  0x00007245 isub  0x00000002 , 0x00000012 
- 00026935  0x00007246 fetcht  0x00000002 , 0x00000a9e 
- 00026936  0x00007247 isub  0x00000002 , 0x0000003e 
- 00026937  0x00007248 ncall  0x00006940 , 0x00000002 
- 00026938  0x00007249 mul32  0x00000012 , 0x00000064 , 0x0000003f 
- 00026939  0x0000724a idiv  0x00000011 
- 00026940  0x0000724b call  0x00007f86 
- 00026941  0x0000724c quotient  0x0000003f 
- 00026942  0x0000724d call  0x00006944 , 0x00000034 
- 00026943  0x0000724e rtn 
- 00026944  0x00007250 fetch  0x00000001 , 0x00004231 
- 00026945  0x00007251 set1  0x00000000 , 0x0000003f 
- 00026946  0x00007252 store  0x00000001 , 0x00004231 
- 00026947  0x00007253 rtn 
- 00026948  0x00007255 fetcht  0x00000001 , 0x00004231 
- 00026949  0x00007256 set1  0x00000001 , 0x00000002 
- 00026950  0x00007257 storet  0x00000001 , 0x00004231 
- 00026951  0x00007258 rtn 
- 00026952  0x0000725e fetch  0x00000002 , 0x0000423d 
- 00026953  0x0000725f ifetch  0x00000001 , 0x0000003f 
- 00026954  0x00007261 rtn  0x00000034 
- 00026955  0x00007262 copy  0x0000003f , 0x00000039 
- 00026956  0x00007264 fetch  0x00000002 , 0x0000423d 
- 00026957  0x00007265 increase  0x00000003 , 0x0000003f 
- 00026958  0x00007266 copy  0x0000003f , 0x00000011 
- 00026959  0x00007268 ifetcht  0x00000001 , 0x00000011 
- 00026960  0x00007269 call  0x000067fb 
- 00026961  0x0000726a increase  0x00000001 , 0x00000011 
- 00026962  0x0000726b loop  0x0000694f 
- 00026963  0x0000726d rtn 
- 00026964  0x00007270 fetch  0x00000002 , 0x0000423d 
- 00026965  0x00007271 increase  0x00000003 , 0x0000003f 
- 00026966  0x00007272 copy  0x0000003f , 0x00000011 
- 00026967  0x00007274 force  0x00000000 , 0x00000012 
- 00026968  0x00007275 jam  0x00000000 , 0x00000b12 
- 00026969  0x00007277 ifetcht  0x00000001 , 0x00000011 
- 00026970  0x00007278 call  0x0000681d 
- 00026971  0x00007279 bpatchx  0x000000a1 , 0x00004034 
- 00026972  0x0000727a fetch  0x00000002 , 0x00000b12 
- 00026973  0x0000727b copy  0x00000012 , 0x00000007 
- 00026974  0x0000727c qsetflag  0x00000001 , 0x0000003f 
- 00026975  0x0000727d store  0x00000002 , 0x00000b12 
- 00026976  0x0000727e increase  0x00000001 , 0x00000011 
- 00026977  0x0000727f increase  0x00000001 , 0x00000012 
- 00026978  0x00007280 fetch  0x00000002 , 0x0000423d 
- 00026979  0x00007281 ifetch  0x00000001 , 0x0000003f 
- 00026980  0x00007283 ixor  0x00000012 , 0x0000003e 
- 00026981  0x00007284 nbranch  0x00006959 , 0x00000005 
- 00026982  0x00007285 fetch  0x00000002 , 0x00000b12 
- 00026983  0x00007286 fetcht  0x00000002 , 0x00000b14 
- 00026984  0x00007287 ixor  0x00000002 , 0x0000003e 
- 00026985  0x00007288 rtn  0x00000005 
- 00026986  0x00007289 enable  0x00000028 
- 00026987  0x0000728a rtn 
- 00026988  0x0000728d fetch  0x00000002 , 0x0000423d 
- 00026989  0x0000728e ifetch  0x00000001 , 0x0000003f 
- 00026990  0x00007290 rtn  0x00000034 
- 00026991  0x00007291 copy  0x0000003f , 0x00000039 
- 00026992  0x00007292 fetch  0x00000002 , 0x0000423d 
- 00026993  0x00007293 increase  0x00000003 , 0x0000003f 
- 00026994  0x00007294 copy  0x0000003f , 0x00000011 
- 00026995  0x00007296 ifetcht  0x00000001 , 0x00000011 
- 00026996  0x00007297 call  0x000067dd 
- 00026997  0x00007298 increase  0x00000001 , 0x00000011 
- 00026998  0x00007299 loop  0x00006973 
- 00026999  0x0000729b rtn 
- 00027000  0x0000729e arg  0x00000009 , 0x00000007 
- 00027001  0x0000729f call  0x00007f16 
- 00027002  0x000072a0 nrtn  0x00000034 
- 00027003  0x000072a1 setarg  0x00000020 
- 00027004  0x000072a2 arg  0x00000009 , 0x00000007 
- 00027005  0x000072a3 call  0x00007f08 
- 00027006  0x000072a4 disable  0x00000028 
- 00027007  0x000072a5 call  0x0000696c 
- 00027008  0x000072a6 bpatchx  0x000000a2 , 0x00004034 
- 00027009  0x000072a7 fetch  0x00000002 , 0x0000423d 
- 00027010  0x000072a8 ifetch  0x00000001 , 0x0000003f 
- 00027011  0x000072aa rtn  0x00000034 
- 00027012  0x000072ab call  0x00006954 
- 00027013  0x000072ac nbranch  0x00007d02 , 0x00000028 
- 00027014  0x000072ad call  0x00007d00 
- 00027015  0x000072ae disable  0x00000028 
- 00027016  0x000072af fetch  0x00000002 , 0x00000b12 
- 00027017  0x000072b0 store  0x00000002 , 0x00000b19 
- 00027018  0x000072b1 jam  0x00000000 , 0x00000b1b 
- 00027019  0x000072b2 force  0x00000000 , 0x00000007 
- 00027020  0x000072b4 fetch  0x00000002 , 0x00000b14 
- 00027021  0x000072b5 rshift  0x0000003f , 0x00000002 
- 00027022  0x000072b6 storet  0x00000002 , 0x00000b14 
- 00027023  0x000072b7 and  0x0000003f , 0x00000001 , 0x0000003f 
- 00027024  0x000072b8 fetcht  0x00000002 , 0x00000b19 
- 00027025  0x000072b9 and  0x00000002 , 0x00000001 , 0x00000011 
- 00027026  0x000072ba rshift  0x00000002 , 0x00000002 
- 00027027  0x000072bb storet  0x00000002 , 0x00000b19 
- 00027028  0x000072bc ixor  0x00000011 , 0x0000003e 
- 00027029  0x000072bd ncall  0x000069a1 , 0x00000005 
- 00027030  0x000072be fetch  0x00000002 , 0x0000423d 
- 00027031  0x000072bf ifetch  0x00000001 , 0x0000003f 
- 00027032  0x000072c1 fetcht  0x00000001 , 0x00000b1b 
- 00027033  0x000072c2 increase  0x00000001 , 0x00000002 
- 00027034  0x000072c3 storet  0x00000001 , 0x00000b1b 
- 00027035  0x000072c4 copy  0x00000002 , 0x00000007 
- 00027036  0x000072c5 ixor  0x00000007 , 0x0000003e 
- 00027037  0x000072c6 nbranch  0x0000698c , 0x00000005 
- 00027038  0x000072c7 fetch  0x00000002 , 0x00000b12 
- 00027039  0x000072c8 store  0x00000002 , 0x00000b14 
- 00027040  0x000072c9 rtn 
- 00027041  0x000072cb bpatchx  0x000000a3 , 0x00004034 
- 00027042  0x000072cc fetch  0x00000002 , 0x0000423d 
- 00027043  0x000072cd increase  0x00000001 , 0x0000003f 
- 00027044  0x000072ce ifetch  0x00000002 , 0x0000003f 
- 00027045  0x000072cf branch  0x00007f9c 
- 00027046  0x000072db hfetch  0x00000001 , 0x00008042 
- 00027047  0x000072dc ior  0x00000011 , 0x0000003f 
- 00027048  0x000072dd hstore  0x00000001 , 0x00008042 
- 00027049  0x000072de hfetch  0x00000002 , 0x00008050 
- 00027050  0x000072df set0  0x0000000d , 0x0000003f 
- 00027051  0x000072e0 hstore  0x00000002 , 0x00008050 
- 00027052  0x000072e2 nop  0x00000064 
- 00027053  0x000072e3 rtn 
- 00027054  0x000072ef fetcht  0x00000003 , 0x00000a9c 
- 00027055  0x000072f0 setarg  0x00b71b00 
- 00027056  0x000072f1 idiv  0x00000002 
- 00027057  0x000072f2 call  0x00007f86 
- 00027058  0x000072f3 quotient  0x00000002 
- 00027059  0x000072f4 fetch  0x00000001 , 0x00000a9f 
- 00027060  0x000072f5 imul32  0x00000002 , 0x0000003f 
- 00027061  0x000072f6 div  0x0000003f , 0x00000064 
- 00027062  0x000072f7 call  0x00007f86 
- 00027063  0x000072f8 quotient  0x00000011 
- 00027064  0x000072f9 copy  0x00000002 , 0x0000003f 
- 00027065  0x000072fa isub  0x00000011 , 0x00000012 
- 00027066  0x000072fb fetch  0x00000001 , 0x00000a9b 
- 00027067  0x000072fc call  0x000069be 
- 00027068  0x000072fd fetch  0x00000001 , 0x00000a9a 
- 00027069  0x000072fe branch  0x000069d5 
- 00027070  0x00007302 beq  0x00000000 , 0x000069c4 
- 00027071  0x00007303 beq  0x00000001 , 0x000069c6 
- 00027072  0x00007304 beq  0x00000002 , 0x000069c8 
- 00027073  0x00007305 beq  0x00000003 , 0x000069ca 
- 00027074  0x00007306 beq  0x00000004 , 0x000069cc 
- 00027075  0x00007307 beq  0x00000005 , 0x000069ce 
- 00027076  0x00007309 arg  0x000080a0 , 0x00000005 
- 00027077  0x0000730a branch  0x000069d0 
- 00027078  0x0000730c arg  0x000080a4 , 0x00000005 
- 00027079  0x0000730d branch  0x000069d0 
- 00027080  0x0000730f arg  0x000080a8 , 0x00000005 
- 00027081  0x00007310 branch  0x000069d0 
- 00027082  0x00007312 arg  0x00008064 , 0x00000005 
- 00027083  0x00007313 branch  0x000069d0 
- 00027084  0x00007315 arg  0x00008068 , 0x00000005 
- 00027085  0x00007316 branch  0x000069d0 
- 00027086  0x00007318 arg  0x0000806c , 0x00000005 
- 00027087  0x00007319 branch  0x000069d0 
- 00027088  0x0000731b copy  0x00000011 , 0x0000003f 
- 00027089  0x0000731c istore  0x00000002 , 0x00000005 
- 00027090  0x0000731d copy  0x00000012 , 0x0000003f 
- 00027091  0x0000731e istore  0x00000002 , 0x00000005 
- 00027092  0x0000731f rtn 
- 00027093  0x00007324 enable  0x00000028 
- 00027094  0x00007325 branch  0x000069d8 
- 00027095  0x00007327 disable  0x00000028 
- 00027096  0x00007329 beq  0x00000004 , 0x000069e3 
- 00027097  0x0000732a beq  0x00000005 , 0x000069e5 
- 00027098  0x0000732b beq  0x0000001b , 0x000069e7 
- 00027099  0x0000732c beq  0x0000001c , 0x000069e9 
- 00027100  0x0000732d beq  0x00000003 , 0x000069eb 
- 00027101  0x0000732e beq  0x00000008 , 0x000069ed 
- 00027102  0x0000732f beq  0x00000014 , 0x000069ef 
- 00027103  0x00007330 beq  0x00000015 , 0x000069f1 
- 00027104  0x00007331 beq  0x00000016 , 0x000069f3 
- 00027105  0x00007332 beq  0x00000017 , 0x000069f5 
- 00027106  0x00007333 rtn 
- 00027107  0x00007337 arg  0x00000006 , 0x00000007 
- 00027108  0x00007338 branch  0x000069ff 
- 00027109  0x0000733a arg  0x00000007 , 0x00000007 
- 00027110  0x0000733b branch  0x000069ff 
- 00027111  0x0000733d arg  0x00000008 , 0x00000007 
- 00027112  0x0000733e branch  0x000069ff 
- 00027113  0x00007340 arg  0x00000009 , 0x00000007 
- 00027114  0x00007341 branch  0x000069ff 
- 00027115  0x00007343 arg  0x0000000a , 0x00000007 
- 00027116  0x00007344 branch  0x000069ff 
- 00027117  0x00007346 arg  0x0000000b , 0x00000007 
- 00027118  0x00007347 branch  0x000069ff 
- 00027119  0x00007349 arg  0x0000000c , 0x00000007 
- 00027120  0x0000734a branch  0x00006a01 
- 00027121  0x0000734c arg  0x0000000d , 0x00000007 
- 00027122  0x0000734d branch  0x00006a01 
- 00027123  0x0000734f arg  0x0000000e , 0x00000007 
- 00027124  0x00007350 branch  0x00006a01 
- 00027125  0x00007352 arg  0x0000000f , 0x00000007 
- 00027126  0x00007353 branch  0x00006a01 
- 00027127  0x00007356 hfetch  0x00000002 , 0x00008081 
- 00027128  0x00007357 qsetflag  0x00000028 , 0x0000003f 
- 00027129  0x00007358 hstore  0x00000002 , 0x00008081 
- 00027130  0x00007359 copy  0x00000011 , 0x00000007 
- 00027131  0x0000735a hfetch  0x00000001 , 0x00008085 
- 00027132  0x0000735b qsetflag  0x00000028 , 0x0000003f 
- 00027133  0x0000735c hstore  0x00000001 , 0x00008085 
- 00027134  0x0000735d rtn 
- 00027135  0x00007360 add  0x00000007 , 0xfffffffc , 0x00000011 
- 00027136  0x00007361 branch  0x000069f7 
- 00027137  0x00007364 add  0x00000007 , 0xfffffff6 , 0x00000011 
- 00027138  0x00007365 branch  0x000069f7 
- 00027139  0x0000736b rtn  0x0000002b 
- 00027140  0x0000736c jam  0x00000000 , 0x00004567 
- 00027141  0x0000736d jam  0x00000003 , 0x000004ed 
- 00027142  0x0000736e jam  0x00000003 , 0x000004ee 
- 00027143  0x0000736f jam  0x00000011 , 0x000004f2 
- 00027144  0x00007370 jam  0x00000013 , 0x000004f3 
- 00027145  0x00007371 setarg  0x00000000 
- 00027146  0x00007372 store  0x00000003 , 0x000004ef 
- 00027147  0x00007373 store  0x00000001 , 0x00004254 
- 00027148  0x00007374 jam  0x00000000 , 0x00004681 
- 00027149  0x00007377 bpatchx  0x000000a4 , 0x00004034 
- 00027150  0x00007378 setarg  0x00000000 
- 00027151  0x00007379 store  0x00000001 , 0x00004254 
- 00027152  0x0000737a store  0x00000001 , 0x00004564 
- 00027153  0x0000737b store  0x00000001 , 0x0000455d 
- 00027154  0x0000737c fetch  0x00000001 , 0x0000456b 
- 00027155  0x0000737d beq  0x00000001 , 0x00006a16 
- 00027156  0x0000737e jam  0x00000050 , 0x00004569 
- 00027157  0x0000737f rtn 
- 00027158  0x00007382 jam  0x00000000 , 0x00004569 
- 00027159  0x00007383 rtn 
- 00027160  0x00007386 or_into  0x00000002 , 0x00000002 
- 00027161  0x00007387 rtn 
- 00027162  0x00007394 copy  0x00000002 , 0x0000003f 
- 00027163  0x00007395 reverse  0x0000003f , 0x0000003f 
- 00027164  0x00007396 store  0x00000001 , 0x00004562 
- 00027165  0x00007397 force  0x0000003f , 0x0000003f 
- 00027166  0x00007398 reverse  0x0000003f , 0x0000003f 
- 00027167  0x00007399 store  0x00000001 , 0x00004561 
- 00027168  0x0000739a force  0x00000001 , 0x0000003f 
- 00027169  0x0000739b reverse  0x0000003f , 0x0000003f 
- 00027170  0x0000739c store  0x00000001 , 0x00004560 
- 00027171  0x0000739d call  0x00006a50 
- 00027172  0x0000739e copy  0x00000002 , 0x0000003f 
- 00027173  0x0000739f rtn 
- 00027174  0x000073a1 reverse  0x0000003f , 0x0000003f 
- 00027175  0x000073a2 store  0x00000001 , 0x00004562 
- 00027176  0x000073a3 force  0x00000073 , 0x0000003f 
- 00027177  0x000073a4 reverse  0x0000003f , 0x0000003f 
- 00027178  0x000073a5 store  0x00000001 , 0x00004561 
- 00027179  0x000073a6 force  0x00000001 , 0x0000003f 
- 00027180  0x000073a7 reverse  0x0000003f , 0x0000003f 
- 00027181  0x000073a8 store  0x00000001 , 0x00004560 
- 00027182  0x000073a9 branch  0x00006a50 
- 00027183  0x000073ac fetch  0x00000001 , 0x00004563 
- 00027184  0x000073ad branch  0x00006a33 , 0x00000034 
- 00027185  0x000073ae setarg  0x00000070 
- 00027186  0x000073af rtn 
- 00027187  0x000073b1 setarg  0x000000aa 
- 00027188  0x000073b2 rtn 
- 00027189  0x000073b5 reverse  0x0000003f , 0x0000003f 
- 00027190  0x000073b6 store  0x00000001 , 0x00004562 
- 00027191  0x000073b7 force  0x000000ef , 0x0000003f 
- 00027192  0x000073b8 call  0x00006a44 
- 00027193  0x000073b9 fetcht  0x00000002 , 0x000004f7 
- 00027194  0x000073ba copy  0x00000002 , 0x00000005 
- 00027195  0x000073bb istore  0x00000001 , 0x00000005 
- 00027196  0x000073bc copy  0x00000005 , 0x00000002 
- 00027197  0x000073bd storet  0x00000002 , 0x000004f7 
- 00027198  0x000073be force  0x000000ff , 0x0000003f 
- 00027199  0x000073bf call  0x00006a44 
- 00027200  0x000073c0 fetcht  0x00000002 , 0x000004f7 
- 00027201  0x000073c1 copy  0x00000002 , 0x00000005 
- 00027202  0x000073c2 istore  0x00000001 , 0x00000005 
- 00027203  0x000073c3 rtn 
- 00027204  0x000073cd reverse  0x0000003f , 0x0000003f 
- 00027205  0x000073ce store  0x00000001 , 0x00004561 
- 00027206  0x000073cf fetch  0x00000002 , 0x00004561 
- 00027207  0x000073d0 lshift8  0x0000003f , 0x0000003f 
- 00027208  0x000073d1 store  0x00000003 , 0x000004f4 
- 00027209  0x000073d2 arg  0x00000107 , 0x00000011 
- 00027210  0x000073d3 arg  0x0000000f , 0x00000012 
- 00027211  0x000073d4 call  0x00006a5d 
- 00027212  0x000073d5 xor_into  0x000000d7 , 0x0000003f 
- 00027213  0x000073d6 invert  0x0000003f , 0x0000003f 
- 00027214  0x000073d7 reverse  0x0000003f , 0x0000003f 
- 00027215  0x000073d8 rtn 
- 00027216  0x000073e3 fetch  0x00000003 , 0x00004560 
- 00027217  0x000073e4 store  0x00000003 , 0x000004f4 
- 00027218  0x000073e5 arg  0x00000107 , 0x00000011 
- 00027219  0x000073e6 arg  0x0000000f , 0x00000012 
- 00027220  0x000073e7 call  0x00006a5d 
- 00027221  0x000073e8 lshift8  0x0000003f , 0x0000003f 
- 00027222  0x000073e9 arg  0x00000007 , 0x00000012 
- 00027223  0x000073ea call  0x00006a5d 
- 00027224  0x000073eb xor_into  0x0000002b , 0x0000003f 
- 00027225  0x000073ec invert  0x0000003f , 0x0000003f 
- 00027226  0x000073ed reverse  0x0000003f , 0x0000003f 
- 00027227  0x000073ee copy  0x0000003f , 0x00000002 
- 00027228  0x000073ef rtn 
- 00027229  0x000073f2 arg  0x00000000 , 0x00000013 
- 00027230  0x000073f3 copy  0x00000012 , 0x00000039 
- 00027231  0x000073f4 call  0x00007e71 
- 00027232  0x000073f5 icopy  0x00000002 
- 00027233  0x000073fb copy  0x00000002 , 0x0000003f 
- 00027234  0x000073fc lshift  0x00000013 , 0x00000013 
- 00027235  0x000073fd bbit0  0x00000008 , 0x00006a66 
- 00027236  0x000073fe ixor  0x00000011 , 0x00000002 
- 00027237  0x000073ff increase  0x00000001 , 0x00000013 
- 00027238  0x00007401 lshift  0x00000002 , 0x00000002 
- 00027239  0x00007402 fetch  0x00000003 , 0x000004f4 
- 00027240  0x00007403 increase  0xffffffff , 0x00000012 
- 00027241  0x00007404 compare  0x000000ff , 0x00000012 , 0x000000ff 
- 00027242  0x00007405 branch  0x00006a70 , 0x00000001 
- 00027243  0x00007406 copy  0x00000012 , 0x00000039 
- 00027244  0x00007407 call  0x00007e71 
- 00027245  0x00007408 isolate1  0x00000000 , 0x0000003f 
- 00027246  0x00007409 setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00027247  0x0000740a branch  0x00006a61 
- 00027248  0x0000740d rshift  0x00000002 , 0x0000003f 
- 00027249  0x0000740e rtn 
- 00027250  0x00007411 fetcht  0x00000001 , 0x0000455d 
- 00027251  0x00007414 lshift2  0x00000002 , 0x00000002 
- 00027252  0x00007415 set1  0x00000000 , 0x00000002 
- 00027253  0x00007416 fetch  0x00000001 , 0x00004563 
- 00027254  0x00007417 ncall  0x00006a18 , 0x00000034 
- 00027255  0x00007418 storet  0x00000001 , 0x0000050d 
- 00027256  0x00007419 rtn 
- 00027257  0x0000741d lshift  0x00000002 , 0x00000002 
- 00027258  0x0000741e fetch  0x00000001 , 0x00004563 
- 00027259  0x0000741f setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00027260  0x00007421 rtn 
- 00027261  0x00007423 fetcht  0x00000001 , 0x000004fc 
- 00027262  0x00007424 jam  0x000000d7 , 0x000004fe 
- 00027263  0x00007425 call  0x00006bb6 
- 00027264  0x00007426 fetch  0x00000001 , 0x00004251 
- 00027265  0x00007427 set1  0x00000006 , 0x0000003f 
- 00027266  0x00007428 set1  0x00000007 , 0x0000003f 
- 00027267  0x00007429 store  0x00000001 , 0x00004251 
- 00027268  0x0000742a jam  0x00000000 , 0x00004563 
- 00027269  0x0000742b branch  0x00006b97 
- 00027270  0x0000742d fetch  0x00000001 , 0x00004251 
- 00027271  0x0000742e set1  0x00000007 , 0x0000003f 
- 00027272  0x0000742f store  0x00000001 , 0x00004251 
- 00027273  0x00007430 branch  0x00006b97 
- 00027274  0x00007434 bpatchx  0x000000a5 , 0x00004034 
- 00027275  0x00007435 fetch  0x00000001 , 0x00004681 
- 00027276  0x00007436 beq  0x00000000 , 0x00006a8e 
- 00027277  0x00007437 branch  0x00006b4c 
- 00027278  0x0000743a fetch  0x00000002 , 0x00000264 
- 00027279  0x0000743b copy  0x0000003f , 0x00000006 
- 00027280  0x0000743c call  0x00006ab8 
- 00027281  0x0000743d fetch  0x00000001 , 0x000004fc 
- 00027282  0x0000743e beq  0x00000000 , 0x00006a94 
- 00027283  0x0000743f branch  0x00006b18 
- 00027284  0x00007441 bpatchx  0x000000a6 , 0x00004034 
- 00027285  0x00007442 fetch  0x00000001 , 0x000004fd 
- 00027286  0x00007443 beq  0x0000003f , 0x00006a7d 
- 00027287  0x00007444 beq  0x00000073 , 0x00006a86 
- 00027288  0x00007445 beq  0x000000ef , 0x00006a9b 
- 00027289  0x00007446 beq  0x00000053 , 0x00006b44 
- 00027290  0x00007447 rtn 
- 00027291  0x0000744b fetch  0x00000002 , 0x00000501 
- 00027292  0x0000744c copy  0x0000003f , 0x00000006 
- 00027293  0x0000744d call  0x00006ac3 
- 00027294  0x0000744e fetch  0x00000001 , 0x00000503 
- 00027295  0x0000744f beq  0x00000041 , 0x00006aa5 
- 00027296  0x00007450 beq  0x00000040 , 0x00006aad 
- 00027297  0x00007451 beq  0x00000071 , 0x00006ae6 
- 00027298  0x00007452 beq  0x00000070 , 0x00006af2 
- 00027299  0x00007453 beq  0x00000049 , 0x00006afd 
- 00027300  0x00007454 branch  0x00006b97 
- 00027301  0x00007457 call  0x00006aaf 
- 00027302  0x00007459 branch  0x00006aa7 
- 00027303  0x0000745c fetch  0x00000001 , 0x00004254 
- 00027304  0x0000745d set1  0x00000000 , 0x0000003f 
- 00027305  0x0000745e set1  0x00000001 , 0x0000003f 
- 00027306  0x0000745f store  0x00000001 , 0x00004254 
- 00027307  0x00007460 call  0x00006be0 
- 00027308  0x00007461 branch  0x00006b97 
- 00027309  0x00007464 call  0x00006aaf 
- 00027310  0x00007465 branch  0x00006b97 
- 00027311  0x00007468 call  0x00006acb 
- 00027312  0x00007469 branch  0x00006ad7 
- 00027313  0x0000746c call  0x00006acb 
- 00027314  0x0000746d ifetch  0x00000001 , 0x00000006 
- 00027315  0x0000746e rshift3  0x0000003f , 0x0000003f 
- 00027316  0x0000746f store  0x00000001 , 0x0000456a 
- 00027317  0x00007470 ifetch  0x00000001 , 0x00000006 
- 00027318  0x00007471 store  0x00000001 , 0x00000508 
- 00027319  0x00007472 rtn 
- 00027320  0x00007476 ifetch  0x00000001 , 0x00000006 
- 00027321  0x00007477 store  0x00000001 , 0x000004fb 
- 00027322  0x00007478 rshift3  0x0000003f , 0x0000003f 
- 00027323  0x00007479 store  0x00000001 , 0x000004fc 
- 00027324  0x0000747a ifetch  0x00000001 , 0x00000006 
- 00027325  0x0000747b store  0x00000001 , 0x000004fd 
- 00027326  0x0000747d call  0x00006ace 
- 00027327  0x0000747e storet  0x00000002 , 0x000004ff 
- 00027328  0x0000747f copy  0x00000006 , 0x0000003f 
- 00027329  0x00007480 store  0x00000002 , 0x00000501 
- 00027330  0x00007481 rtn 
- 00027331  0x00007484 ifetch  0x00000001 , 0x00000006 
- 00027332  0x00007485 rshift  0x0000003f , 0x0000003f 
- 00027333  0x00007486 store  0x00000001 , 0x00000503 
- 00027334  0x00007487 call  0x00006ace 
- 00027335  0x00007488 storet  0x00000002 , 0x00000504 
- 00027336  0x00007489 copy  0x00000006 , 0x0000003f 
- 00027337  0x0000748a store  0x00000002 , 0x00000506 
- 00027338  0x0000748b rtn 
- 00027339  0x0000748f fetch  0x00000002 , 0x00000506 
- 00027340  0x00007490 copy  0x0000003f , 0x00000006 
- 00027341  0x00007491 rtn 
- 00027342  0x00007494 ifetch  0x00000001 , 0x00000006 
- 00027343  0x00007495 copy  0x0000003f , 0x00000002 
- 00027344  0x00007496 rshift  0x00000002 , 0x00000002 
- 00027345  0x00007497 rtnbit1  0x00000000 
- 00027346  0x00007498 ifetch  0x00000001 , 0x00000006 
- 00027347  0x00007499 lshift3  0x0000003f , 0x0000003f 
- 00027348  0x0000749a lshift4  0x0000003f , 0x0000003f 
- 00027349  0x0000749b iadd  0x00000002 , 0x00000002 
- 00027350  0x0000749c rtn 
- 00027351  0x0000749f ifetch  0x00000001 , 0x00000006 
- 00027352  0x000074a0 store  0x00000001 , 0x0000455d 
- 00027353  0x000074a1 ifetch  0x00000001 , 0x00000006 
- 00027354  0x000074a2 store  0x00000001 , 0x00000509 
- 00027355  0x000074a3 ifetch  0x00000001 , 0x00000006 
- 00027356  0x000074a4 store  0x00000001 , 0x0000050a 
- 00027357  0x000074a5 ifetch  0x00000001 , 0x00000006 
- 00027358  0x000074a6 store  0x00000001 , 0x0000050b 
- 00027359  0x000074a7 ifetch  0x00000002 , 0x00000006 
- 00027360  0x000074a8 store  0x00000002 , 0x0000455e 
- 00027361  0x000074a9 ifetch  0x00000001 , 0x00000006 
- 00027362  0x000074aa store  0x00000001 , 0x0000050c 
- 00027363  0x000074ab ifetch  0x00000001 , 0x00000006 
- 00027364  0x000074ac store  0x00000001 , 0x00004568 
- 00027365  0x000074ad rtn 
- 00027366  0x000074b1 call  0x00006ab1 
- 00027367  0x000074b3 branch  0x00006ae8 
- 00027368  0x000074b6 fetch  0x00000001 , 0x00004254 
- 00027369  0x000074b7 set1  0x00000005 , 0x0000003f 
- 00027370  0x000074b8 set1  0x00000006 , 0x0000003f 
- 00027371  0x000074b9 store  0x00000001 , 0x00004254 
- 00027372  0x000074ba fetcht  0x00000001 , 0x0000455d 
- 00027373  0x000074bb lshift2  0x00000002 , 0x00000002 
- 00027374  0x000074bc or_into  0x00000003 , 0x00000002 
- 00027375  0x000074bd call  0x00006c11 
- 00027376  0x000074be jam  0x00000003 , 0x00004567 
- 00027377  0x000074bf branch  0x00006b97 
- 00027378  0x000074c2 jam  0x00000008 , 0x00000a99 
- 00027379  0x000074c3 call  0x00007d86 
- 00027380  0x000074c4 call  0x00006ab1 
- 00027381  0x000074c5 fetch  0x00000001 , 0x0000456a 
- 00027382  0x000074c6 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00027383  0x000074c7 branch  0x00006af9 , 0x00000005 
- 00027384  0x000074c8 branch  0x00002a8c 
- 00027385  0x000074ca fetch  0x00000001 , 0x00004254 
- 00027386  0x000074cb set1  0x00000007 , 0x0000003f 
- 00027387  0x000074cc store  0x00000001 , 0x00004254 
- 00027388  0x000074cd branch  0x00006b97 
- 00027389  0x000074d0 call  0x00006acb 
- 00027390  0x000074d1 ifetch  0x00000001 , 0x00000006 
- 00027391  0x000074d2 store  0x00000001 , 0x00000ac2 
- 00027392  0x000074d3 call  0x000052d2 
- 00027393  0x000074d4 call  0x000052e0 
- 00027394  0x000074d5 setarg  0x0000000e 
- 00027395  0x000074d6 istore  0x00000002 , 0x00000005 
- 00027396  0x000074d7 fetch  0x00000002 , 0x0000424a 
- 00027397  0x000074d8 istore  0x00000002 , 0x00000005 
- 00027398  0x000074d9 fetch  0x00000001 , 0x00004563 
- 00027399  0x000074db lshift  0x0000003f , 0x0000003f 
- 00027400  0x000074dc set1  0x00000000 , 0x0000003f 
- 00027401  0x000074dd istore  0x00000001 , 0x00000005 
- 00027402  0x000074de bpatchx  0x000000a7 , 0x00004034 
- 00027403  0x000074df setarg  0x000015ef 
- 00027404  0x000074e0 istore  0x00000002 , 0x00000005 
- 00027405  0x000074e1 setarg  0x00001191 
- 00027406  0x000074e2 istore  0x00000002 , 0x00000005 
- 00027407  0x000074e5 fetch  0x00000001 , 0x00000ac2 
- 00027408  0x000074e6 istore  0x00000001 , 0x00000005 
- 00027409  0x000074e7 setarg  0x00000007 
- 00027410  0x000074e8 istore  0x00000005 , 0x00000005 
- 00027411  0x000074eb setarg  0x00000001 
- 00027412  0x000074ec istore  0x00000002 , 0x00000005 
- 00027413  0x000074ef call  0x00006a2f 
- 00027414  0x000074f0 istore  0x00000001 , 0x00000005 
- 00027415  0x000074f1 rtn 
- 00027416  0x000074f6 branch  0x00006b19 
- 00027417  0x000074f9 bpatchx  0x000000a8 , 0x00004035 
- 00027418  0x000074fa fetch  0x00000001 , 0x000004fd 
- 00027419  0x000074fb beq  0x00000073 , 0x00006b21 
- 00027420  0x000074fc beq  0x0000003f , 0x00006b25 
- 00027421  0x000074fd beq  0x000000ef , 0x00006b3f 
- 00027422  0x000074fe beq  0x000000ff , 0x00006b37 
- 00027423  0x000074ff beq  0x00000053 , 0x00006b46 
- 00027424  0x00007500 rtn 
- 00027425  0x00007502 fetch  0x00000001 , 0x00004254 
- 00027426  0x00007503 set1  0x00000003 , 0x0000003f 
- 00027427  0x00007504 store  0x00000001 , 0x00004254 
- 00027428  0x00007505 branch  0x00006b97 
- 00027429  0x00007507 fetch  0x00000001 , 0x00004254 
- 00027430  0x00007508 set1  0x00000003 , 0x0000003f 
- 00027431  0x00007509 set1  0x00000002 , 0x0000003f 
- 00027432  0x0000750a store  0x00000001 , 0x00004254 
- 00027433  0x0000750b fetch  0x00000001 , 0x000004fb 
- 00027434  0x0000750c call  0x00006a26 
- 00027435  0x0000750d store  0x00000001 , 0x000004fe 
- 00027436  0x0000750e call  0x00006bb6 
- 00027437  0x0000750f fetch  0x00000001 , 0x000004fb 
- 00027438  0x00007510 rshift2  0x0000003f , 0x0000003f 
- 00027439  0x00007511 store  0x00000001 , 0x0000455d 
- 00027440  0x00007512 lshift2  0x0000003f , 0x0000003f 
- 00027441  0x00007513 set0  0x00000001 , 0x0000003f 
- 00027442  0x00007514 set1  0x00000000 , 0x0000003f 
- 00027443  0x00007515 arg  0x00004565 , 0x00000002 
- 00027444  0x00007516 storet  0x00000002 , 0x000004f7 
- 00027445  0x00007517 call  0x00006a35 
- 00027446  0x00007518 branch  0x00006b97 
- 00027447  0x0000751b fetch  0x00000002 , 0x00000501 
- 00027448  0x0000751c copy  0x0000003f , 0x00000006 
- 00027449  0x0000751d increase  0x00000001 , 0x0000003f 
- 00027450  0x0000751e store  0x00000002 , 0x00000501 
- 00027451  0x0000751f ifetch  0x00000001 , 0x00000006 
- 00027452  0x00007520 fetcht  0x00000001 , 0x00004568 
- 00027453  0x00007521 iadd  0x00000002 , 0x0000003f 
- 00027454  0x00007522 store  0x00000001 , 0x00004568 
- 00027455  0x00007524 call  0x00006c42 
- 00027456  0x00007526 call  0x00006a72 
- 00027457  0x00007527 call  0x00006c28 
- 00027458  0x00007528 call  0x00006c4b 
- 00027459  0x00007529 branch  0x00006b97 
- 00027460  0x0000752c jam  0x00000009 , 0x00000a99 
- 00027461  0x0000752d call  0x00007d86 
- 00027462  0x0000752f call  0x00006a0d 
- 00027463  0x00007530 fetch  0x00000001 , 0x000004fb 
- 00027464  0x00007531 call  0x00006a26 
- 00027465  0x00007532 store  0x00000001 , 0x000004fe 
- 00027466  0x00007533 call  0x00006bb6 
- 00027467  0x00007534 branch  0x00006b97 
- 00027468  0x0000753a fetch  0x00000002 , 0x00000264 
- 00027469  0x0000753b copy  0x0000003f , 0x00000006 
- 00027470  0x0000753c call  0x00006ab8 
- 00027471  0x0000753d fetch  0x00000001 , 0x000004fc 
- 00027472  0x0000753e beq  0x00000000 , 0x00006b52 
- 00027473  0x0000753f branch  0x00006b86 
- 00027474  0x00007542 bpatchx  0x000000a9 , 0x00004035 
- 00027475  0x00007543 fetch  0x00000001 , 0x000004fd 
- 00027476  0x00007544 beq  0x0000003f , 0x00006a7d 
- 00027477  0x00007545 beq  0x00000073 , 0x00006a86 
- 00027478  0x00007546 beq  0x000000ef , 0x00006b58 
- 00027479  0x00007547 branch  0x00006b97 
- 00027480  0x00007549 fetch  0x00000002 , 0x00000501 
- 00027481  0x0000754a copy  0x0000003f , 0x00000006 
- 00027482  0x0000754b call  0x00006ac3 
- 00027483  0x0000754c fetch  0x00000001 , 0x00000503 
- 00027484  0x0000754d beq  0x00000041 , 0x00006b61 
- 00027485  0x0000754e beq  0x00000040 , 0x00006b61 
- 00027486  0x0000754f beq  0x00000071 , 0x00006b6c 
- 00027487  0x00007550 beq  0x00000070 , 0x00006b7c 
- 00027488  0x00007551 branch  0x00006b97 
- 00027489  0x00007554 call  0x00006aaf 
- 00027490  0x00007555 fetch  0x00000001 , 0x0000455d 
- 00027491  0x00007556 rshift  0x0000003f , 0x0000003f 
- 00027492  0x00007557 fetcht  0x00000001 , 0x00004564 
- 00027493  0x00007558 isub  0x00000002 , 0x0000003e 
- 00027494  0x00007559 branch  0x00006b68 , 0x00000005 
- 00027495  0x0000755a branch  0x00002a8c 
- 00027496  0x0000755c fetch  0x00000001 , 0x00004254 
- 00027497  0x0000755d set1  0x00000001 , 0x0000003f 
- 00027498  0x0000755e store  0x00000001 , 0x00004254 
- 00027499  0x0000755f branch  0x00006b97 
- 00027500  0x00007562 call  0x00006ab1 
- 00027501  0x00007563 fetch  0x00000001 , 0x0000456a 
- 00027502  0x00007564 fetcht  0x00000001 , 0x00004564 
- 00027503  0x00007565 isub  0x00000002 , 0x0000003e 
- 00027504  0x00007566 branch  0x00006b73 , 0x00000005 
- 00027505  0x00007567 branch  0x00002a8c 
- 00027506  0x00007568 branch  0x00006b97 
- 00027507  0x0000756a fetch  0x00000001 , 0x00004254 
- 00027508  0x0000756b set1  0x00000005 , 0x0000003f 
- 00027509  0x0000756c set1  0x00000006 , 0x0000003f 
- 00027510  0x0000756d store  0x00000001 , 0x00004254 
- 00027511  0x0000756e fetcht  0x00000001 , 0x0000455d 
- 00027512  0x0000756f lshift2  0x00000002 , 0x00000002 
- 00027513  0x00007570 or_into  0x00000003 , 0x00000002 
- 00027514  0x00007571 call  0x00006c11 
- 00027515  0x00007572 branch  0x00006b97 
- 00027516  0x00007575 call  0x00006ab1 
- 00027517  0x00007576 fetch  0x00000001 , 0x0000456a 
- 00027518  0x00007577 fetcht  0x00000001 , 0x00004564 
- 00027519  0x00007578 isub  0x00000002 , 0x0000003e 
- 00027520  0x00007579 branch  0x00006b82 , 0x00000005 
- 00027521  0x0000757a branch  0x00002a8c 
- 00027522  0x0000757c fetch  0x00000001 , 0x00004254 
- 00027523  0x0000757d set1  0x00000007 , 0x0000003f 
- 00027524  0x0000757e store  0x00000001 , 0x00004254 
- 00027525  0x0000757f branch  0x00006b97 
- 00027526  0x00007582 fetch  0x00000001 , 0x000004fc 
- 00027527  0x00007583 fetcht  0x00000001 , 0x00004564 
- 00027528  0x00007584 isub  0x00000002 , 0x0000003e 
- 00027529  0x00007585 branch  0x00006b8c , 0x00000005 
- 00027530  0x00007586 branch  0x00002a8c 
- 00027531  0x00007587 branch  0x00006b97 
- 00027532  0x0000758a fetch  0x00000001 , 0x000004fd 
- 00027533  0x0000758b beq  0x00000073 , 0x00006b91 
- 00027534  0x0000758c beq  0x000000ef , 0x00006b3f 
- 00027535  0x0000758d beq  0x000000ff , 0x00006b37 
- 00027536  0x0000758e beq  0x00000053 , 0x00006b96 
- 00027537  0x00007590 fetch  0x00000001 , 0x00004254 
- 00027538  0x00007591 set1  0x00000003 , 0x0000003f 
- 00027539  0x00007592 store  0x00000001 , 0x00004254 
- 00027540  0x00007593 branch  0x00006b97 
- 00027541  0x00007595 branch  0x00006b95 
- 00027542  0x00007597 branch  0x00006b46 
- 00027543  0x00007599 rtn 
- 00027544  0x0000759c fetch  0x00000001 , 0x00004567 
- 00027545  0x0000759d rtn  0x00000034 
- 00027546  0x0000759e beq  0x00000003 , 0x00006b9c 
- 00027547  0x0000759f branch  0x00002a8c 
- 00027548  0x000075a2 jam  0x00000000 , 0x00004567 
- 00027549  0x000075a3 call  0x000052d2 
- 00027550  0x000075a4 arg  0x00000001 , 0x00000002 
- 00027551  0x000075a5 fetcht  0x00000001 , 0x0000455d 
- 00027552  0x000075a6 lshift2  0x00000002 , 0x00000002 
- 00027553  0x000075a8 or_into  0x00000003 , 0x00000002 
- 00027554  0x000075a9 arg  0x000000aa , 0x00000011 
- 00027555  0x000075aa call  0x00006bfc 
- 00027556  0x000075ab call  0x000052e0 
- 00027557  0x000075ac copy  0x00000005 , 0x00000006 
- 00027558  0x000075ad ifetch  0x00000002 , 0x00000006 
- 00027559  0x000075ae branch  0x00002a8c , 0x00000034 
- 00027560  0x000075af rtn 
- 00027561  0x000075b2 call  0x000052e0 
- 00027562  0x000075b3 setarg  0x00000004 
- 00027563  0x000075b4 istore  0x00000002 , 0x00000005 
- 00027564  0x000075b5 fetch  0x00000002 , 0x0000424a 
- 00027565  0x000075b6 istore  0x00000002 , 0x00000005 
- 00027566  0x000075b7 fetch  0x00000001 , 0x000004fb 
- 00027567  0x000075b8 istore  0x00000001 , 0x00000005 
- 00027568  0x000075b9 bpatchx  0x000000aa , 0x00004035 
- 00027569  0x000075ba setarg  0x0000013f 
- 00027570  0x000075bb istore  0x00000002 , 0x00000005 
- 00027571  0x000075bc fetch  0x00000001 , 0x000004fe 
- 00027572  0x000075bd istore  0x00000001 , 0x00000005 
- 00027573  0x000075be rtn 
- 00027574  0x000075c0 call  0x000052d2 
- 00027575  0x000075c1 call  0x000052e0 
- 00027576  0x000075c2 setarg  0x00000004 
- 00027577  0x000075c3 istore  0x00000002 , 0x00000005 
- 00027578  0x000075c4 fetch  0x00000002 , 0x0000424a 
- 00027579  0x000075c5 istore  0x00000002 , 0x00000005 
- 00027580  0x000075c6 fetch  0x00000001 , 0x000004fb 
- 00027581  0x000075c7 istore  0x00000001 , 0x00000005 
- 00027582  0x000075c8 bpatchx  0x000000ab , 0x00004035 
- 00027583  0x000075c9 setarg  0x00000173 
- 00027584  0x000075ca istore  0x00000002 , 0x00000005 
- 00027585  0x000075cb fetch  0x00000001 , 0x000004fe 
- 00027586  0x000075cc istore  0x00000001 , 0x00000005 
- 00027587  0x000075cd rtn 
- 00027588  0x000075cf call  0x000052e0 
- 00027589  0x000075d0 setarg  0x0000000e 
- 00027590  0x000075d1 istore  0x00000002 , 0x00000005 
- 00027591  0x000075d2 fetch  0x00000002 , 0x0000424a 
- 00027592  0x000075d3 istore  0x00000002 , 0x00000005 
- 00027593  0x000075d4 fetch  0x00000001 , 0x00004563 
- 00027594  0x000075d5 lshift  0x0000003f , 0x0000003f 
- 00027595  0x000075d6 set1  0x00000000 , 0x0000003f 
- 00027596  0x000075d7 istore  0x00000001 , 0x00000005 
- 00027597  0x000075d8 bpatchx  0x000000ac , 0x00004035 
- 00027598  0x000075d9 setarg  0x000015ef 
- 00027599  0x000075da istore  0x00000002 , 0x00000005 
- 00027600  0x000075db setarg  0x00001183 
- 00027601  0x000075dc istore  0x00000002 , 0x00000005 
- 00027602  0x000075dd copy  0x00000002 , 0x0000003f 
- 00027603  0x000075de istore  0x00000001 , 0x00000005 
- 00027604  0x000075df setarg  0x000000f0 
- 00027605  0x000075e0 istore  0x00000003 , 0x00000005 
- 00027606  0x000075e1 setarg  0x0000007f 
- 00027607  0x000075e2 istore  0x00000002 , 0x00000005 
- 00027608  0x000075e3 setarg  0x00000000 
- 00027609  0x000075e4 istore  0x00000001 , 0x00000005 
- 00027610  0x000075e5 setarg  0x00000001 
- 00027611  0x000075e6 istore  0x00000001 , 0x00000005 
- 00027612  0x000075e7 call  0x00006a2f 
- 00027613  0x000075e8 istore  0x00000001 , 0x00000005 
- 00027614  0x000075e9 jam  0x00000010 , 0x00004569 
- 00027615  0x000075ea rtn 
- 00027616  0x000075ec call  0x000052d2 
- 00027617  0x000075ed call  0x000052e0 
- 00027618  0x000075ee setarg  0x0000000e 
- 00027619  0x000075ef istore  0x00000002 , 0x00000005 
- 00027620  0x000075f0 fetch  0x00000002 , 0x0000424a 
- 00027621  0x000075f1 istore  0x00000002 , 0x00000005 
- 00027622  0x000075f2 fetch  0x00000001 , 0x00004563 
- 00027623  0x000075f3 lshift  0x0000003f , 0x0000003f 
- 00027624  0x000075f4 set1  0x00000000 , 0x0000003f 
- 00027625  0x000075f5 istore  0x00000001 , 0x00000005 
- 00027626  0x000075f6 bpatchx  0x000000ad , 0x00004035 
- 00027627  0x000075f7 setarg  0x000015ef 
- 00027628  0x000075f8 istore  0x00000002 , 0x00000005 
- 00027629  0x000075f9 setarg  0x00001181 
- 00027630  0x000075fa istore  0x00000002 , 0x00000005 
- 00027631  0x000075fb fetch  0x00000001 , 0x0000455d 
- 00027632  0x000075fc istore  0x00000001 , 0x00000005 
- 00027633  0x000075fd setarg  0x000000e0 
- 00027634  0x000075fe istore  0x00000003 , 0x00000005 
- 00027635  0x000075ff fetch  0x00000002 , 0x0000456c 
- 00027636  0x00007600 istore  0x00000002 , 0x00000005 
- 00027637  0x00007601 setarg  0x00000000 
- 00027638  0x00007602 istore  0x00000001 , 0x00000005 
- 00027639  0x00007603 fetch  0x00000001 , 0x0000456e 
- 00027640  0x00007604 istore  0x00000001 , 0x00000005 
- 00027641  0x00007605 call  0x00006a2f 
- 00027642  0x00007606 istore  0x00000001 , 0x00000005 
- 00027643  0x00007607 rtn 
- 00027644  0x00007609 call  0x000052e0 
- 00027645  0x0000760a setarg  0x00000008 
- 00027646  0x0000760b istore  0x00000002 , 0x00000005 
- 00027647  0x0000760c fetch  0x00000002 , 0x0000424a 
- 00027648  0x0000760d istore  0x00000002 , 0x00000005 
- 00027649  0x0000760e fetch  0x00000001 , 0x00004563 
- 00027650  0x0000760f lshift  0x0000003f , 0x0000003f 
- 00027651  0x00007610 set1  0x00000000 , 0x0000003f 
- 00027652  0x00007611 istore  0x00000001 , 0x00000005 
- 00027653  0x00007612 bpatchx  0x000000ae , 0x00004035 
- 00027654  0x00007613 setarg  0x000009ef 
- 00027655  0x00007614 istore  0x00000002 , 0x00000005 
- 00027656  0x00007615 setarg  0x000005e3 
- 00027657  0x00007616 istore  0x00000002 , 0x00000005 
- 00027658  0x00007617 copy  0x00000002 , 0x0000003f 
- 00027659  0x00007618 istore  0x00000001 , 0x00000005 
- 00027660  0x00007619 setarg  0x0000008d 
- 00027661  0x0000761a istore  0x00000001 , 0x00000005 
- 00027662  0x0000761b call  0x00006a2f 
- 00027663  0x0000761c istore  0x00000001 , 0x00000005 
- 00027664  0x0000761d rtn 
- 00027665  0x00007620 call  0x000052d2 
- 00027666  0x00007621 call  0x000052e0 
- 00027667  0x00007622 setarg  0x00000008 
- 00027668  0x00007623 istore  0x00000002 , 0x00000005 
- 00027669  0x00007624 fetch  0x00000002 , 0x0000424a 
- 00027670  0x00007625 istore  0x00000002 , 0x00000005 
- 00027671  0x00007626 copy  0x00000002 , 0x0000000b 
- 00027672  0x00007627 fetch  0x00000001 , 0x00004563 
- 00027673  0x00007628 lshift  0x0000003f , 0x0000003f 
- 00027674  0x00007629 set1  0x00000000 , 0x0000003f 
- 00027675  0x0000762a istore  0x00000001 , 0x00000005 
- 00027676  0x0000762b bpatchx  0x000000af , 0x00004035 
- 00027677  0x0000762c setarg  0x000009ef 
- 00027678  0x0000762d istore  0x00000002 , 0x00000005 
- 00027679  0x0000762e setarg  0x000005e1 
- 00027680  0x0000762f istore  0x00000002 , 0x00000005 
- 00027681  0x00007630 copy  0x0000000b , 0x0000003f 
- 00027682  0x00007631 istore  0x00000001 , 0x00000005 
- 00027683  0x00007632 setarg  0x0000008d 
- 00027684  0x00007633 istore  0x00000001 , 0x00000005 
- 00027685  0x00007634 call  0x00006a2f 
- 00027686  0x00007635 istore  0x00000001 , 0x00000005 
- 00027687  0x00007636 rtn 
- 00027688  0x00007639 bpatchx  0x000000b0 , 0x00004036 
- 00027689  0x0000763a fetch  0x00000001 , 0x00004569 
- 00027690  0x0000763b rtn  0x00000034 
- 00027691  0x0000763c hfetch  0x00000002 , 0x00008112 
- 00027692  0x0000763d nrtn  0x00000034 
- 00027693  0x0000763e copy  0x00000011 , 0x0000003f 
- 00027694  0x0000763f store  0x00000001 , 0x00000a9b 
- 00027695  0x00007640 storet  0x00000001 , 0x00000a9a 
- 00027696  0x00007641 call  0x0000526e 
- 00027697  0x00007642 nrtn  0x00000034 
- 00027698  0x00007643 call  0x000052d2 
- 00027699  0x00007644 call  0x000052e0 
- 00027700  0x00007645 setarg  0x00000005 
- 00027701  0x00007646 istore  0x00000002 , 0x00000005 
- 00027702  0x00007647 fetch  0x00000002 , 0x0000424a 
- 00027703  0x00007648 istore  0x00000002 , 0x00000005 
- 00027704  0x00007649 fetch  0x00000001 , 0x0000050d 
- 00027705  0x0000764a istore  0x00000001 , 0x00000005 
- 00027706  0x0000764b setarg  0x000001ff 
- 00027707  0x0000764c istore  0x00000002 , 0x00000005 
- 00027708  0x0000764d fetch  0x00000001 , 0x00004569 
- 00027709  0x0000764e istore  0x00000001 , 0x00000005 
- 00027710  0x0000764f fetch  0x00000001 , 0x00004566 
- 00027711  0x00007650 istore  0x00000001 , 0x00000005 
- 00027712  0x00007651 jam  0x00000000 , 0x00004569 
- 00027713  0x00007652 rtn 
- 00027714  0x00007655 bpatchx  0x000000b1 , 0x00004036 
- 00027715  0x00007656 fetch  0x00000001 , 0x0000456b 
- 00027716  0x00007657 rtneq  0x00000001 
- 00027717  0x00007658 fetch  0x00000002 , 0x000004ff 
- 00027718  0x00007659 rtn  0x00000034 
- 00027719  0x0000765a fetch  0x00000001 , 0x00004569 
- 00027720  0x0000765b increase  0x00000001 , 0x0000003f 
- 00027721  0x0000765c store  0x00000001 , 0x00004569 
- 00027722  0x0000765d rtn 
- 00027723  0x00007660 fetch  0x00000002 , 0x0000456f 
- 00027724  0x00007661 branch  0x00007f9c 
- 00027725  0x00007664 bpatchx  0x000000b2 , 0x00004036 
- 00027726  0x00007666 fetch  0x00000001 , 0x00004568 
- 00027727  0x00007667 rtn  0x00000034 
- 00027728  0x00007668 increase  0xffffffff , 0x0000003f 
- 00027729  0x00007669 store  0x00000001 , 0x00004568 
- 00027730  0x0000766a fetch  0x00000002 , 0x0000455e 
- 00027731  0x0000766b fetcht  0x00000002 , 0x0000469f 
- 00027732  0x0000766c isub  0x00000002 , 0x0000003e 
- 00027733  0x0000766d branch  0x00006c57 , 0x00000002 
- 00027734  0x0000766e store  0x00000002 , 0x0000469f 
- 00027735  0x00007670 fetch  0x00000001 , 0x00004569 
- 00027736  0x00007671 branch  0x00006c5f , 0x00000034 
- 00027737  0x00007672 jam  0x00000001 , 0x00000510 
- 00027738  0x00007673 fetch  0x00000001 , 0x00004566 
- 00027739  0x00007674 store  0x00000001 , 0x0000050f 
- 00027740  0x00007675 setarg  0x000000ff 
- 00027741  0x00007676 store  0x00000001 , 0x0000050e 
- 00027742  0x00007677 branch  0x00006c64 
- 00027743  0x00007679 jam  0x00000000 , 0x00000510 
- 00027744  0x0000767a fetch  0x00000001 , 0x00004565 
- 00027745  0x0000767b store  0x00000001 , 0x0000050f 
- 00027746  0x0000767c setarg  0x000000ef 
- 00027747  0x0000767d store  0x00000001 , 0x0000050e 
- 00027748  0x0000767f bpatchx  0x000000b3 , 0x00004036 
- 00027749  0x00007680 fetch  0x00000002 , 0x0000469f 
- 00027750  0x00007681 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00027751  0x00007682 branch  0x00006c6b , 0x00000002 
- 00027752  0x00007683 fetch  0x00000001 , 0x00000510 
- 00027753  0x00007684 increase  0x00000001 , 0x0000003f 
- 00027754  0x00007685 store  0x00000001 , 0x00000510 
- 00027755  0x00007687 call  0x00006a72 
- 00027756  0x00007688 fetch  0x00000002 , 0x0000469f 
- 00027757  0x00007689 increase  0x00000008 , 0x0000003f 
- 00027758  0x0000768a fetcht  0x00000001 , 0x00000510 
- 00027759  0x0000768b iadd  0x00000002 , 0x00000011 
- 00027760  0x0000768d call  0x00005240 
- 00027761  0x0000768e store  0x00000002 , 0x00000277 
- 00027762  0x0000768f increase  0x00000004 , 0x0000003f 
- 00027763  0x00007690 store  0x00000002 , 0x00000279 
- 00027764  0x00007691 copy  0x0000003f , 0x00000005 
- 00027765  0x00007692 fetch  0x00000001 , 0x0000050d 
- 00027766  0x00007693 istore  0x00000001 , 0x00000005 
- 00027767  0x00007694 fetch  0x00000001 , 0x0000050e 
- 00027768  0x00007695 istore  0x00000001 , 0x00000005 
- 00027769  0x00007696 call  0x00006c95 
- 00027770  0x00007697 call  0x00006ca6 
- 00027771  0x00007698 bpatchx  0x000000b4 , 0x00004036 
- 00027772  0x00007699 fetch  0x00000002 , 0x00004571 
- 00027773  0x0000769a copy  0x0000003f , 0x00000003 
- 00027774  0x0000769b fetch  0x00000002 , 0x0000469f 
- 00027775  0x0000769c copy  0x0000003f , 0x00000039 
- 00027776  0x0000769d call  0x000066ea 
- 00027777  0x0000769e copy  0x00000005 , 0x00000002 
- 00027778  0x0000769f copy  0x00000003 , 0x0000003f 
- 00027779  0x000076a0 store  0x00000002 , 0x00004571 
- 00027780  0x000076a1 copy  0x00000002 , 0x00000005 
- 00027781  0x000076a2 fetch  0x00000001 , 0x0000050f 
- 00027782  0x000076a3 istore  0x00000001 , 0x00000005 
- 00027783  0x000076a4 fetch  0x00000002 , 0x00000277 
- 00027784  0x000076a5 copy  0x0000003f , 0x00000005 
- 00027785  0x000076a6 fetch  0x00000002 , 0x0000469f 
- 00027786  0x000076a7 fetcht  0x00000001 , 0x00000510 
- 00027787  0x000076a8 iadd  0x00000002 , 0x0000003f 
- 00027788  0x000076a9 increase  0x00000004 , 0x0000003f 
- 00027789  0x000076aa istore  0x00000002 , 0x00000005 
- 00027790  0x000076ab fetch  0x00000002 , 0x0000424a 
- 00027791  0x000076ac istore  0x00000002 , 0x00000005 
- 00027792  0x000076ad jam  0x00000000 , 0x00004569 
- 00027793  0x000076ae fetch  0x00000002 , 0x00004573 
- 00027794  0x000076af beq  0x00000000 , 0x00003a97 
- 00027795  0x000076b0 jam  0x00000000 , 0x00000b05 
- 00027796  0x000076b1 rtn 
- 00027797  0x000076b4 bpatchx  0x000000b5 , 0x00004036 
- 00027798  0x000076b5 fetch  0x00000002 , 0x0000469f 
- 00027799  0x000076b6 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00027800  0x000076b7 nbranch  0x00006c9d , 0x00000002 
- 00027801  0x000076b8 lshift  0x0000003f , 0x0000003f 
- 00027802  0x000076b9 set1  0x00000000 , 0x0000003f 
- 00027803  0x000076ba istore  0x00000001 , 0x00000005 
- 00027804  0x000076bb rtn 
- 00027805  0x000076bd fetch  0x00000002 , 0x0000469f 
- 00027806  0x000076be rshift3  0x0000003f , 0x0000003f 
- 00027807  0x000076bf rshift4  0x0000003f , 0x00000002 
- 00027808  0x000076c0 and_into  0x0000007f , 0x0000003f 
- 00027809  0x000076c1 lshift  0x0000003f , 0x0000003f 
- 00027810  0x000076c2 set0  0x00000000 , 0x0000003f 
- 00027811  0x000076c3 istore  0x00000001 , 0x00000005 
- 00027812  0x000076c4 istoret  0x00000001 , 0x00000005 
- 00027813  0x000076c5 rtn 
- 00027814  0x000076c7 fetch  0x00000001 , 0x00004569 
- 00027815  0x000076c8 rtn  0x00000034 
- 00027816  0x000076c9 istore  0x00000001 , 0x00000005 
- 00027817  0x000076ca rtn 
- 00027818  0x000076d0 bpatchx  0x000000b6 , 0x00004036 
- 00027819  0x000076d1 call  0x00007d9c 
- 00027820  0x000076d2 call  0x000032f6 
- 00027821  0x000076d3 call  0x0000631b 
- 00027822  0x000076d5 bpatchx  0x000000b7 , 0x00004036 
- 00027823  0x000076d6 call  0x000076dc 
- 00027824  0x000076d7 call  0x000076b5 
- 00027825  0x000076d8 call  0x000076c6 
- 00027826  0x000076db call  0x0000526e 
- 00027827  0x000076dc nrtn  0x00000034 
- 00027828  0x000076de call  0x00004da9 
- 00027829  0x000076df call  0x0000526e 
- 00027830  0x000076e0 nrtn  0x00000034 
- 00027831  0x000076e1 bpatchx  0x000000b8 , 0x00004037 
- 00027832  0x000076e3 call  0x00006cf5 
- 00027833  0x000076e4 call  0x00004f64 
- 00027834  0x000076e5 call  0x00006b98 
- 00027835  0x000076e7 call  0x00006cbe 
- 00027836  0x000076e8 bpatchx  0x000000b9 , 0x00004037 
- 00027837  0x000076eb branch  0x000032f2 
- 00027838  0x000076ee fetch  0x00000001 , 0x0000027f 
- 00027839  0x000076ef bbit1  0x00000000 , 0x00005087 
- 00027840  0x000076f0 bbit1  0x00000007 , 0x00005091 
- 00027841  0x000076f1 rtn 
- 00027842  0x000076f4 bpatchx  0x000000ba , 0x00004037 
- 00027843  0x000076f5 call  0x00005274 
- 00027844  0x000076f6 rtn  0x00000034 
- 00027845  0x000076f7 fetch  0x00000001 , 0x0000004b 
- 00027846  0x000076f8 rtnbit1  0x00000006 
- 00027847  0x000076f9 call  0x00005258 
- 00027848  0x000076fa store  0x00000002 , 0x0000016f 
- 00027849  0x000076fb copy  0x0000003f , 0x00000006 
- 00027850  0x000076fc ifetch  0x00000002 , 0x00000006 
- 00027851  0x000076fd increase  0x00000004 , 0x0000003f 
- 00027852  0x000076fe store  0x00000002 , 0x000041dc 
- 00027853  0x000076ff jam  0x00000006 , 0x000041db 
- 00027854  0x00007700 bpatchx  0x000000bb , 0x00004037 
- 00027855  0x00007701 fetch  0x00000002 , 0x00004246 
- 00027856  0x00007702 branch  0x00006cdd , 0x00000034 
- 00027857  0x00007703 fetch  0x00000001 , 0x0000004b 
- 00027858  0x00007704 rtnbit0  0x00000007 
- 00027859  0x00007705 set0  0x00000007 , 0x0000003f 
- 00027860  0x00007706 store  0x00000001 , 0x0000004b 
- 00027861  0x00007707 jam  0x00000005 , 0x000041db 
- 00027862  0x00007708 fetcht  0x00000002 , 0x00004246 
- 00027863  0x00007709 fetch  0x00000002 , 0x0000016f 
- 00027864  0x0000770a iadd  0x00000002 , 0x0000003f 
- 00027865  0x0000770b store  0x00000002 , 0x0000016f 
- 00027866  0x0000770c fetch  0x00000002 , 0x000041dc 
- 00027867  0x0000770d isub  0x00000002 , 0x0000003f 
- 00027868  0x0000770e store  0x00000002 , 0x000041dc 
- 00027869  0x00007710 bpatchx  0x000000bc , 0x00004037 
- 00027870  0x00007711 fetch  0x00000002 , 0x000041dc 
- 00027871  0x00007712 branch  0x00002a8c , 0x00000034 
- 00027872  0x00007713 arg  0x00000104 , 0x00000002 
- 00027873  0x00007714 isub  0x00000002 , 0x0000003f 
- 00027874  0x00007715 nbranch  0x00006ce9 , 0x00000002 
- 00027875  0x00007716 bpatchx  0x000000bd , 0x00004037 
- 00027876  0x00007717 storet  0x00000002 , 0x000041dc 
- 00027877  0x00007718 fetch  0x00000002 , 0x00004246 
- 00027878  0x00007719 iadd  0x00000002 , 0x0000003f 
- 00027879  0x0000771a store  0x00000002 , 0x00004246 
- 00027880  0x0000771b branch  0x00006ceb 
- 00027881  0x0000771d setarg  0x00000000 
- 00027882  0x0000771e store  0x00000002 , 0x00004246 
- 00027883  0x00007720 fetch  0x00000001 , 0x0000004b 
- 00027884  0x00007721 set1  0x00000006 , 0x0000003f 
- 00027885  0x00007722 store  0x00000001 , 0x0000004b 
- 00027886  0x00007723 rtn 
- 00027887  0x00007726 fetch  0x00000001 , 0x00004684 
- 00027888  0x00007727 bbit1  0x00000000 , 0x00006cf3 
- 00027889  0x00007728 jam  0x00000001 , 0x00000287 
- 00027890  0x00007729 rtn 
- 00027891  0x0000772b jam  0x0000000f , 0x00000287 
- 00027892  0x0000772c rtn 
- 00027893  0x0000772f fetch  0x00000001 , 0x00004681 
- 00027894  0x00007730 nbranch  0x00006cfb , 0x00000034 
- 00027895  0x00007732 fetch  0x00000001 , 0x00000286 
- 00027896  0x00007734 rtn  0x00000034 
- 00027897  0x00007736 jam  0x00000000 , 0x00000286 
- 00027898  0x00007738 rtn 
- 00027899  0x0000773c bpatchx  0x000000be , 0x00004037 
- 00027900  0x0000773d fetch  0x00000001 , 0x00000287 
- 00027901  0x0000773e rtn  0x00000034 
- 00027902  0x0000773f beq  0x00000001 , 0x00006d1b 
- 00027903  0x00007740 beq  0x00000002 , 0x00006d74 
- 00027904  0x00007741 beq  0x00000003 , 0x00006d21 
- 00027905  0x00007742 beq  0x00000004 , 0x00006d78 
- 00027906  0x00007743 beq  0x0000003b , 0x00006d2b 
- 00027907  0x00007744 beq  0x0000003c , 0x00006d7b 
- 00027908  0x00007745 beq  0x0000000d , 0x00006d30 
- 00027909  0x00007746 beq  0x0000000e , 0x00006d80 
- 00027910  0x00007747 beq  0x0000000f , 0x00006d33 
- 00027911  0x00007748 beq  0x00000010 , 0x00006d86 
- 00027912  0x00007749 beq  0x00000011 , 0x00006d39 
- 00027913  0x0000774a beq  0x00000012 , 0x00006d8a 
- 00027914  0x0000774b beq  0x00000013 , 0x00006d3f 
- 00027915  0x0000774c beq  0x00000014 , 0x00006d8e 
- 00027916  0x0000774d beq  0x00000015 , 0x00006d45 
- 00027917  0x0000774e beq  0x00000016 , 0x00006d92 
- 00027918  0x0000774f beq  0x00000017 , 0x00006d4b 
- 00027919  0x00007750 beq  0x00000018 , 0x00006d97 
- 00027920  0x00007751 beq  0x00000019 , 0x00006d51 
- 00027921  0x00007752 beq  0x0000001a , 0x00006d9b 
- 00027922  0x00007753 beq  0x0000001b , 0x00006d57 
- 00027923  0x00007754 beq  0x0000001c , 0x00006d9f 
- 00027924  0x00007755 beq  0x0000001d , 0x00006d5d 
- 00027925  0x00007756 beq  0x0000001e , 0x00006da4 
- 00027926  0x00007757 beq  0x0000001f , 0x00006d63 
- 00027927  0x00007758 beq  0x00000020 , 0x00006da8 
- 00027928  0x00007759 beq  0x00000021 , 0x00006d6e 
- 00027929  0x0000775a beq  0x00000022 , 0x00006dac 
- 00027930  0x0000775c rtn 
- 00027931  0x0000775e call  0x00006db7 
- 00027932  0x0000775f jam  0x00000002 , 0x00000287 
- 00027933  0x00007760 fetch  0x00000001 , 0x00004250 
- 00027934  0x00007761 set1  0x00000000 , 0x0000003f 
- 00027935  0x00007762 store  0x00000001 , 0x00004250 
- 00027936  0x00007763 rtn 
- 00027937  0x00007765 jam  0x00000004 , 0x00000287 
- 00027938  0x00007766 fetch  0x00000001 , 0x00004250 
- 00027939  0x00007767 rtnbit1  0x00000002 
- 00027940  0x00007768 jam  0x00000003 , 0x00000287 
- 00027941  0x00007769 call  0x00006dbe 
- 00027942  0x0000776a jam  0x00000004 , 0x00000287 
- 00027943  0x0000776b fetch  0x00000001 , 0x00004250 
- 00027944  0x0000776c set1  0x00000002 , 0x0000003f 
- 00027945  0x0000776d store  0x00000001 , 0x00004250 
- 00027946  0x0000776e rtn 
- 00027947  0x00007770 call  0x00005274 
- 00027948  0x00007771 nrtn  0x00000034 
- 00027949  0x00007772 call  0x00006dcd 
- 00027950  0x00007773 jam  0x0000003c , 0x00000287 
- 00027951  0x00007774 rtn 
- 00027952  0x00007776 call  0x00006dc3 
- 00027953  0x00007777 jam  0x0000000e , 0x00000287 
- 00027954  0x00007778 rtn 
- 00027955  0x0000777a call  0x00006ddd 
- 00027956  0x0000777b jam  0x00000010 , 0x00000287 
- 00027957  0x0000777c fetch  0x00000001 , 0x00004252 
- 00027958  0x0000777d set1  0x00000000 , 0x0000003f 
- 00027959  0x0000777e store  0x00000001 , 0x00004252 
- 00027960  0x0000777f rtn 
- 00027961  0x00007781 call  0x00006de4 
- 00027962  0x00007782 jam  0x00000012 , 0x00000287 
- 00027963  0x00007783 fetch  0x00000001 , 0x00004252 
- 00027964  0x00007784 set1  0x00000002 , 0x0000003f 
- 00027965  0x00007785 store  0x00000001 , 0x00004252 
- 00027966  0x00007786 rtn 
- 00027967  0x00007788 call  0x00006de9 
- 00027968  0x00007789 jam  0x00000014 , 0x00000287 
- 00027969  0x0000778a fetch  0x00000001 , 0x00004253 
- 00027970  0x0000778b set1  0x00000000 , 0x0000003f 
- 00027971  0x0000778c store  0x00000001 , 0x00004253 
- 00027972  0x0000778d rtn 
- 00027973  0x0000778f call  0x00006df0 
- 00027974  0x00007790 jam  0x00000016 , 0x00000287 
- 00027975  0x00007791 fetch  0x00000001 , 0x00004253 
- 00027976  0x00007792 set1  0x00000002 , 0x0000003f 
- 00027977  0x00007793 store  0x00000001 , 0x00004253 
- 00027978  0x00007794 rtn 
- 00027979  0x00007796 call  0x00006dd1 
- 00027980  0x00007797 jam  0x00000018 , 0x00000287 
- 00027981  0x00007798 fetch  0x00000001 , 0x00004251 
- 00027982  0x00007799 set1  0x00000000 , 0x0000003f 
- 00027983  0x0000779a store  0x00000001 , 0x00004251 
- 00027984  0x0000779b rtn 
- 00027985  0x0000779d call  0x00006dd8 
- 00027986  0x0000779e jam  0x0000001a , 0x00000287 
- 00027987  0x0000779f fetch  0x00000001 , 0x00004251 
- 00027988  0x000077a0 set1  0x00000002 , 0x0000003f 
- 00027989  0x000077a1 store  0x00000001 , 0x00004251 
- 00027990  0x000077a2 rtn 
- 00027991  0x000077a4 call  0x00006df5 
- 00027992  0x000077a5 jam  0x0000001c , 0x00000287 
- 00027993  0x000077a6 fetch  0x00000001 , 0x00004251 
- 00027994  0x000077a7 set1  0x00000006 , 0x0000003f 
- 00027995  0x000077a8 store  0x00000001 , 0x00004251 
- 00027996  0x000077a9 rtn 
- 00027997  0x000077ab call  0x00006dfc 
- 00027998  0x000077ac fetch  0x00000001 , 0x00004254 
- 00027999  0x000077ad set1  0x00000000 
- 00028000  0x000077ae store  0x00000001 , 0x00004254 
- 00028001  0x000077af jam  0x0000001e , 0x00000287 
- 00028002  0x000077b0 rtn 
- 00028003  0x000077b2 call  0x00006e02 
- 00028004  0x000077b3 fetch  0x00000001 , 0x00004254 
- 00028005  0x000077b4 set1  0x00000002 
- 00028006  0x000077b5 store  0x00000001 , 0x00004254 
- 00028007  0x000077b6 jam  0x00000020 , 0x00000287 
- 00028008  0x000077b7 fetch  0x00000001 , 0x00004564 
- 00028009  0x000077b8 lshift3  0x0000003f , 0x0000003f 
- 00028010  0x000077b9 or_into  0x00000003 , 0x0000003f 
- 00028011  0x000077ba arg  0x00004565 , 0x00000002 
- 00028012  0x000077bb storet  0x00000002 , 0x000004f7 
- 00028013  0x000077bc branch  0x00006a35 
- 00028014  0x000077be call  0x00006e0c 
- 00028015  0x000077bf fetch  0x00000001 , 0x00004254 
- 00028016  0x000077c0 set1  0x00000004 
- 00028017  0x000077c1 store  0x00000001 , 0x00004254 
- 00028018  0x000077c2 jam  0x00000022 , 0x00000287 
- 00028019  0x000077c3 rtn 
- 00028020  0x000077c6 fetch  0x00000001 , 0x00004250 
- 00028021  0x000077c7 rtnbit0  0x00000001 
- 00028022  0x000077c8 jam  0x00000003 , 0x00000287 
- 00028023  0x000077c9 branch  0x00006cfb 
- 00028024  0x000077cb fetch  0x00000001 , 0x00004250 
- 00028025  0x000077cc rtnne  0x0000003f 
- 00028026  0x000077cd jam  0x0000003b , 0x00000287 
- 00028027  0x000077cf fetch  0x00000001 , 0x00000285 
- 00028028  0x000077d0 rtnne  0x00000017 
- 00028029  0x000077d1 jam  0x00000000 , 0x00000285 
- 00028030  0x000077d2 jam  0x0000000d , 0x00000287 
- 00028031  0x000077d3 branch  0x00006cfb 
- 00028032  0x000077d5 fetch  0x00000001 , 0x00004250 
- 00028033  0x000077d6 nrtn  0x00000034 
- 00028034  0x000077d7 fetch  0x00000001 , 0x00004684 
- 00028035  0x000077d8 bbit1  0x00000000 , 0x00006daf 
- 00028036  0x000077d9 bbit1  0x00000006 , 0x00006db1 
- 00028037  0x000077da branch  0x00006db5 
- 00028038  0x000077dc fetch  0x00000001 , 0x00004252 
- 00028039  0x000077dd rtnbit0  0x00000001 
- 00028040  0x000077de jam  0x00000011 , 0x00000287 
- 00028041  0x000077df branch  0x00006cfb 
- 00028042  0x000077e1 fetch  0x00000001 , 0x00004252 
- 00028043  0x000077e2 rtnne  0x0000003f 
- 00028044  0x000077e3 jam  0x00000013 , 0x00000287 
- 00028045  0x000077e4 branch  0x00006cfb 
- 00028046  0x000077e6 fetch  0x00000001 , 0x00004253 
- 00028047  0x000077e7 rtnbit0  0x00000001 
- 00028048  0x000077e8 jam  0x00000015 , 0x00000287 
- 00028049  0x000077e9 branch  0x00006cfb 
- 00028050  0x000077eb fetch  0x00000001 , 0x00004253 
- 00028051  0x000077ec rtnne  0x0000003f 
- 00028052  0x000077ed fetch  0x00000001 , 0x00004684 
- 00028053  0x000077ee bbit1  0x00000006 , 0x00006db1 
- 00028054  0x000077ef branch  0x00006db5 
- 00028055  0x000077f1 fetch  0x00000001 , 0x00004251 
- 00028056  0x000077f2 rtnbit0  0x00000001 
- 00028057  0x000077f3 jam  0x00000019 , 0x00000287 
- 00028058  0x000077f4 branch  0x00006cfb 
- 00028059  0x000077f6 fetch  0x00000001 , 0x00004251 
- 00028060  0x000077f7 rtnne  0x0000003f 
- 00028061  0x000077f8 jam  0x0000001b , 0x00000287 
- 00028062  0x000077f9 branch  0x00006cfb 
- 00028063  0x000077fb fetch  0x00000001 , 0x00004251 
- 00028064  0x000077fc rtnne  0x000000ff 
- 00028065  0x000077fd fetch  0x00000001 , 0x00004684 
- 00028066  0x000077fe bbit1  0x00000006 , 0x00006db3 
- 00028067  0x000077ff branch  0x00006db5 
- 00028068  0x00007801 fetch  0x00000001 , 0x00004254 
- 00028069  0x00007802 rtnbit0  0x00000001 
- 00028070  0x00007803 jam  0x0000001f , 0x00000287 
- 00028071  0x00007804 branch  0x00006cfb 
- 00028072  0x00007806 fetch  0x00000001 , 0x00004254 
- 00028073  0x00007807 rtnbit0  0x00000003 
- 00028074  0x00007808 jam  0x00000021 , 0x00000287 
- 00028075  0x00007809 branch  0x00006cfb 
- 00028076  0x0000780b fetch  0x00000001 , 0x00004254 
- 00028077  0x0000780c rtnne  0x000000ff 
- 00028078  0x0000780d branch  0x00006db5 
- 00028079  0x00007810 jam  0x0000000f , 0x00000287 
- 00028080  0x00007811 branch  0x00006cfb 
- 00028081  0x00007814 jam  0x00000017 , 0x00000287 
- 00028082  0x00007815 branch  0x00006cfb 
- 00028083  0x00007817 jam  0x0000001d , 0x00000287 
- 00028084  0x00007818 branch  0x00006cfb 
- 00028085  0x0000781d jam  0x00000000 , 0x00000287 
- 00028086  0x0000781e rtn 
- 00028087  0x00007820 bpatchx  0x000000bf , 0x00004037 
- 00028088  0x00007821 call  0x000052b8 
- 00028089  0x00007822 setarg  0x00000001 
- 00028090  0x00007823 copy  0x0000003f , 0x00000002 
- 00028091  0x00007824 setarg  0x00000050 
- 00028092  0x00007825 copy  0x0000003f , 0x0000000b 
- 00028093  0x00007826 branch  0x000050a8 
- 00028094  0x00007829 bpatchx  0x000000c0 , 0x00004038 
- 00028095  0x0000782a call  0x000052b8 
- 00028096  0x0000782b fetch  0x00000002 , 0x00004248 
- 00028097  0x0000782c copy  0x0000003f , 0x00000002 
- 00028098  0x0000782d branch  0x000050b7 
- 00028099  0x00007830 bpatchx  0x000000c1 , 0x00004038 
- 00028100  0x00007831 call  0x000052b8 
- 00028101  0x00007832 fetch  0x00000002 , 0x00004248 
- 00028102  0x00007833 copy  0x0000003f , 0x00000002 
- 00028103  0x00007834 arg  0x00000050 , 0x0000000b 
- 00028104  0x00007835 call  0x000050cc 
- 00028105  0x00007836 fetch  0x00000001 , 0x00004250 
- 00028106  0x00007837 set0  0x00000005 , 0x0000003f 
- 00028107  0x00007838 store  0x00000001 , 0x00004250 
- 00028108  0x00007839 rtn 
- 00028109  0x0000783c bpatchx  0x000000c2 , 0x00004038 
- 00028110  0x0000783d call  0x000052c5 
- 00028111  0x0000783e call  0x00007138 
- 00028112  0x0000783f branch  0x000050e7 
- 00028113  0x00007842 bpatchx  0x000000c3 , 0x00004038 
- 00028114  0x00007843 call  0x000052b8 
- 00028115  0x00007844 setarg  0x00000003 
- 00028116  0x00007845 copy  0x0000003f , 0x00000002 
- 00028117  0x00007846 setarg  0x00000051 
- 00028118  0x00007847 copy  0x0000003f , 0x0000000b 
- 00028119  0x00007848 branch  0x000050a8 
- 00028120  0x0000784b bpatchx  0x000000c4 , 0x00004038 
- 00028121  0x0000784c call  0x000052b8 
- 00028122  0x0000784d fetch  0x00000002 , 0x0000424a 
- 00028123  0x0000784e copy  0x0000003f , 0x00000002 
- 00028124  0x0000784f branch  0x000050b7 
- 00028125  0x00007852 bpatchx  0x000000c5 , 0x00004038 
- 00028126  0x00007853 call  0x000052b8 
- 00028127  0x00007854 setarg  0x00000011 
- 00028128  0x00007855 copy  0x0000003f , 0x00000002 
- 00028129  0x00007856 setarg  0x00000052 
- 00028130  0x00007857 copy  0x0000003f , 0x0000000b 
- 00028131  0x00007858 branch  0x000050a8 
- 00028132  0x0000785b bpatchx  0x000000c6 , 0x00004038 
- 00028133  0x0000785c call  0x000052b8 
- 00028134  0x0000785d fetch  0x00000002 , 0x0000424c 
- 00028135  0x0000785e copy  0x0000003f , 0x00000002 
- 00028136  0x0000785f branch  0x000050b7 
- 00028137  0x00007862 bpatchx  0x000000c7 , 0x00004038 
- 00028138  0x00007863 call  0x000052b8 
- 00028139  0x00007864 setarg  0x00000013 
- 00028140  0x00007865 copy  0x0000003f , 0x00000002 
- 00028141  0x00007866 setarg  0x00000053 
- 00028142  0x00007867 copy  0x0000003f , 0x0000000b 
- 00028143  0x00007868 branch  0x000050a8 
- 00028144  0x0000786b bpatchx  0x000000c8 , 0x00004039 
- 00028145  0x0000786c call  0x000052b8 
- 00028146  0x0000786d fetch  0x00000002 , 0x0000424e 
- 00028147  0x0000786e copy  0x0000003f , 0x00000002 
- 00028148  0x0000786f branch  0x000050b7 
- 00028149  0x00007872 bpatchx  0x000000c9 , 0x00004039 
- 00028150  0x00007873 call  0x000052d2 
- 00028151  0x00007875 jam  0x00000003 , 0x000004fb 
- 00028152  0x00007876 jam  0x0000001c , 0x000004fe 
- 00028153  0x00007877 call  0x00006ba9 
- 00028154  0x00007878 jam  0x00000001 , 0x00004563 
- 00028155  0x00007879 rtn 
- 00028156  0x0000787c bpatchx  0x000000ca , 0x00004039 
- 00028157  0x0000787d call  0x000052d2 
- 00028158  0x0000787e fetcht  0x00000001 , 0x00004564 
- 00028159  0x0000787f call  0x00006a79 
- 00028160  0x00007880 storet  0x00000001 , 0x0000455d 
- 00028161  0x00007881 branch  0x00006bc4 
- 00028162  0x00007884 bpatchx  0x000000cb , 0x00004039 
- 00028163  0x00007885 call  0x000052d2 
- 00028164  0x00007886 fetcht  0x00000001 , 0x0000455d 
- 00028165  0x00007887 call  0x00006a73 
- 00028166  0x00007888 call  0x00006a1a 
- 00028167  0x00007889 store  0x00000001 , 0x000004fe 
- 00028168  0x0000788a fetcht  0x00000001 , 0x0000455d 
- 00028169  0x0000788b call  0x00006a73 
- 00028170  0x0000788c storet  0x00000001 , 0x000004fb 
- 00028171  0x0000788d branch  0x00006ba9 
- 00028172  0x00007890 bpatchx  0x000000cc , 0x00004039 
- 00028173  0x00007891 call  0x000052d2 
- 00028174  0x00007892 fetcht  0x00000001 , 0x0000455d 
- 00028175  0x00007893 call  0x00006a73 
- 00028176  0x00007894 branch  0x00006bfc 
- 00028177  0x000078a2 bpatchx  0x000000cd , 0x00004039 
- 00028178  0x000078a3 fetch  0x00000002 , 0x00000264 
- 00028179  0x000078a4 iforce  0x00000006 
- 00028180  0x000078a7 ifetch  0x00000001 , 0x00000006 
- 00028181  0x000078a8 copy  0x0000003f , 0x00000012 
- 00028182  0x000078a9 store  0x00000001 , 0x0000051b 
- 00028183  0x000078aa ifetch  0x00000002 , 0x00000006 
- 00028184  0x000078ab store  0x00000002 , 0x0000051c 
- 00028185  0x000078ac ifetch  0x00000001 , 0x00000006 
- 00028186  0x000078ad lshift8  0x0000003f , 0x0000000b 
- 00028187  0x000078ae ifetch  0x00000001 , 0x00000006 
- 00028188  0x000078af iadd  0x0000000b , 0x0000000b 
- 00028189  0x000078b0 bpatchx  0x000000ce , 0x00004039 
- 00028190  0x000078b1 copy  0x00000006 , 0x00000002 
- 00028191  0x000078b2 arg  0x00000004 , 0x00000039 
- 00028192  0x000078b3 arg  0x0000052a , 0x00000005 
- 00028193  0x000078b4 call  0x00007ec6 
- 00028194  0x000078b5 copy  0x00000002 , 0x00000006 
- 00028195  0x000078b6 deposit  0x00000012 
- 00028196  0x000078b7 beq  0x00000001 , 0x00006fba 
- 00028197  0x000078b8 beq  0x00000002 , 0x00006e2c 
- 00028198  0x000078b9 beq  0x00000003 , 0x00006fba 
- 00028199  0x000078ba beq  0x00000004 , 0x00006e54 
- 00028200  0x000078bb beq  0x00000005 , 0x00006fba 
- 00028201  0x000078bc beq  0x00000006 , 0x00006f02 
- 00028202  0x000078bd beq  0x00000007 , 0x00006fba 
- 00028203  0x000078be branch  0x00006fc1 
- 00028204  0x000078ca bpatchx  0x000000cf , 0x00004039 
- 00028205  0x000078cb call  0x00006fd0 
- 00028206  0x000078cc compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00028207  0x000078cd branch  0x00007040 , 0x00000001 
- 00028208  0x000078ce compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028209  0x000078cf branch  0x00006fc4 , 0x00000001 
- 00028210  0x000078d1 ifetch  0x00000002 , 0x00000006 
- 00028211  0x000078d2 store  0x00000002 , 0x00000522 
- 00028212  0x000078d3 increase  0xfffffffe , 0x0000000b 
- 00028213  0x000078d5 increase  0xffffffff , 0x0000000b 
- 00028214  0x000078d6 nbranch  0x00006fbe , 0x00000005 
- 00028215  0x000078d7 arg  0x00000511 , 0x0000000b 
- 00028216  0x000078d8 ifetch  0x00000002 , 0x0000000b 
- 00028217  0x000078d9 rtn  0x00000034 
- 00028218  0x000078da call  0x00007082 
- 00028219  0x000078db call  0x000052d0 
- 00028220  0x000078dc force  0x00000003 , 0x0000003f 
- 00028221  0x000078dd istore  0x00000001 , 0x00000005 
- 00028222  0x000078de fetch  0x00000002 , 0x0000051c 
- 00028223  0x000078df istore  0x00000002 , 0x00000005 
- 00028224  0x000078e0 lshift2  0x00000007 , 0x0000003f 
- 00028225  0x000078e1 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00028226  0x000078e2 add  0x0000003f , 0x00000005 , 0x00000013 
- 00028227  0x000078e3 byteswap  0x0000003f , 0x0000003f 
- 00028228  0x000078e4 istore  0x00000002 , 0x00000005 
- 00028229  0x000078e5 deposit  0x00000007 
- 00028230  0x000078e6 byteswap  0x0000003f , 0x0000003f 
- 00028231  0x000078e7 istore  0x00000002 , 0x00000005 
- 00028232  0x000078e8 istore  0x00000002 , 0x00000005 
- 00028233  0x000078e9 arg  0x0000052a , 0x00000006 
- 00028234  0x000078ea copy  0x00000007 , 0x00000039 
- 00028235  0x000078eb branch  0x00006e4f , 0x00000005 
- 00028236  0x000078ed ifetch  0x00000004 , 0x00000006 
- 00028237  0x000078ee istore  0x00000004 , 0x00000005 
- 00028238  0x000078ef loop  0x00006e4c 
- 00028239  0x000078f1 force  0x00000000 , 0x0000003f 
- 00028240  0x000078f2 istore  0x00000001 , 0x00000005 
- 00028241  0x000078f3 deposit  0x00000013 
- 00028242  0x000078f4 store  0x00000002 , 0x00000275 
- 00028243  0x000078f6 rtn 
- 00028244  0x00007902 bpatchx  0x000000d0 , 0x0000403a 
- 00028245  0x00007903 ifetch  0x00000004 , 0x00000006 
- 00028246  0x00007904 store  0x00000004 , 0x00000524 
- 00028247  0x00007905 increase  0xfffffffc , 0x0000000b 
- 00028248  0x00007906 call  0x00006f2e 
- 00028249  0x00007907 store  0x00000002 , 0x00000520 
- 00028250  0x00007908 increase  0xfffffffe , 0x0000000b 
- 00028251  0x00007909 call  0x00007028 
- 00028252  0x0000790a branch  0x00006fc4 , 0x00000005 
- 00028253  0x0000790b compare  0x00000005 , 0x00000011 , 0x000000ff 
- 00028254  0x0000790d branch  0x00006e62 , 0x00000001 
- 00028255  0x0000790f arg  0x0000052a , 0x00000005 
- 00028256  0x00007910 force  0x00000000 , 0x00000007 
- 00028257  0x00007911 branch  0x00006e71 
- 00028258  0x00007913 ifetch  0x00000001 , 0x00000006 
- 00028259  0x00007914 bne  0x0000000a , 0x00006fc4 
- 00028260  0x00007915 ifetch  0x00000002 , 0x00000006 
- 00028261  0x00007916 nbranch  0x00006e6f , 0x00000034 
- 00028262  0x00007917 ifetch  0x00000001 , 0x00000006 
- 00028263  0x00007918 bne  0x000000ff , 0x00006e6d 
- 00028264  0x00007919 ifetch  0x00000001 , 0x00000006 
- 00028265  0x0000791a bne  0x000000ff , 0x00006e6b 
- 00028266  0x0000791b branch  0x00006eb8 
- 00028267  0x0000791d increase  0xfffffffb , 0x00000006 
- 00028268  0x0000791e branch  0x00006e5f 
- 00028269  0x00007920 increase  0xfffffffc , 0x00000006 
- 00028270  0x00007921 branch  0x00006e5f 
- 00028271  0x00007923 increase  0xfffffffd , 0x00000006 
- 00028272  0x00007924 branch  0x00006e5f 
- 00028273  0x00007926 ifetch  0x00000001 , 0x00000006 
- 00028274  0x00007927 beq  0x00000009 , 0x00006e86 
- 00028275  0x00007928 beq  0x0000000a , 0x00006e74 
- 00028276  0x0000792a ifetch  0x00000002 , 0x00000006 
- 00028277  0x0000792b istore  0x00000002 , 0x00000005 
- 00028278  0x0000792c increase  0x00000001 , 0x00000007 
- 00028279  0x0000792d byteswap  0x0000003f , 0x00000012 
- 00028280  0x0000792e ifetch  0x00000002 , 0x00000006 
- 00028281  0x0000792f byteswap  0x0000003f , 0x0000003f 
- 00028282  0x00007931 increase  0x00000001 , 0x00000012 
- 00028283  0x00007932 isub  0x00000012 , 0x0000003e 
- 00028284  0x00007933 nbranch  0x00006e83 , 0x00000002 
- 00028285  0x00007934 copy  0x0000003f , 0x00000013 
- 00028286  0x00007935 byteswap  0x00000012 , 0x0000003f 
- 00028287  0x00007936 istore  0x00000002 , 0x00000005 
- 00028288  0x00007937 increase  0x00000001 , 0x00000007 
- 00028289  0x00007938 copy  0x00000013 , 0x0000003f 
- 00028290  0x00007939 branch  0x00006e7a 
- 00028291  0x0000793b increase  0xfffffffb , 0x0000000b 
- 00028292  0x0000793c increase  0xfffffffb , 0x00000011 
- 00028293  0x0000793d branch  0x00006e8b 
- 00028294  0x0000793f ifetch  0x00000002 , 0x00000006 
- 00028295  0x00007940 istore  0x00000002 , 0x00000005 
- 00028296  0x00007941 increase  0x00000001 , 0x00000007 
- 00028297  0x00007942 increase  0xfffffffd , 0x0000000b 
- 00028298  0x00007943 increase  0xfffffffd , 0x00000011 
- 00028299  0x00007945 nbranch  0x00006fc4 , 0x00000002 
- 00028300  0x00007946 nbranch  0x00006e71 , 0x00000005 
- 00028301  0x00007947 increase  0xffffffff , 0x0000000b 
- 00028302  0x00007948 nbranch  0x00006fc4 , 0x00000005 
- 00028303  0x0000794a call  0x000052d0 
- 00028304  0x0000794b increase  0x0000000a , 0x00000005 
- 00028305  0x0000794c arg  0x0000052a , 0x00000011 
- 00028306  0x0000794e copy  0x00000007 , 0x0000003f 
- 00028307  0x0000794f branch  0x00006ea5 , 0x00000034 
- 00028308  0x00007950 ifetch  0x00000002 , 0x00000011 
- 00028309  0x00007951 branch  0x00006ea5 , 0x00000034 
- 00028310  0x00007952 iforce  0x00000012 
- 00028311  0x00007953 fetch  0x00000004 , 0x00000524 
- 00028312  0x00007954 iforce  0x00000002 
- 00028313  0x00007955 call  0x000070e7 
- 00028314  0x00007956 copy  0x00000006 , 0x0000003f 
- 00028315  0x00007957 branch  0x00006ea2 , 0x00000034 
- 00028316  0x00007958 increase  0xfffffffd , 0x00000006 
- 00028317  0x00007959 ifetch  0x00000003 , 0x00000006 
- 00028318  0x0000795a istore  0x00000003 , 0x00000005 
- 00028319  0x0000795b call  0x0000705b 
- 00028320  0x0000795c iforce  0x00000039 
- 00028321  0x0000795d call  0x00007f01 
- 00028322  0x0000795f increase  0x00000002 , 0x00000011 
- 00028323  0x00007960 increase  0xffffffff , 0x00000007 
- 00028324  0x00007961 branch  0x00006e92 
- 00028325  0x00007964 arg  0x00000005 , 0x00000011 
- 00028326  0x00007965 call  0x00006f84 
- 00028327  0x00007966 fetch  0x00000002 , 0x00000275 
- 00028328  0x00007967 beq  0x0000000b , 0x00007043 
- 00028329  0x00007968 branch  0x00006f9a 
- 00028330  0x0000796c ifetch  0x00000001 , 0x00000006 
- 00028331  0x0000796d beq  0x00000000 , 0x00006eae 
- 00028332  0x0000796e beq  0x00000001 , 0x00006eb0 
- 00028333  0x0000796f beq  0x00000002 , 0x00006eb3 
- 00028334  0x00007971 increase  0xffffffff , 0x0000000b 
- 00028335  0x00007972 branch  0x00006eb6 
- 00028336  0x00007974 ifetch  0x00000001 , 0x00000006 
- 00028337  0x00007975 increase  0xfffffffe , 0x0000000b 
- 00028338  0x00007976 branch  0x00006eb6 
- 00028339  0x00007978 ifetch  0x00000002 , 0x00000006 
- 00028340  0x00007979 byteswap  0x0000003f , 0x0000003f 
- 00028341  0x0000797a increase  0xfffffffd , 0x0000000b 
- 00028342  0x0000797c store  0x00000002 , 0x00000519 
- 00028343  0x0000797d rtn 
- 00028344  0x00007980 increase  0xfffffffb , 0x0000000b 
- 00028345  0x00007981 call  0x00006eaa 
- 00028346  0x00007982 nbranch  0x00006fbe , 0x00000005 
- 00028347  0x00007983 fetcht  0x00000004 , 0x00000524 
- 00028348  0x00007984 call  0x000070b1 
- 00028349  0x00007985 nbranch  0x00006fbb , 0x00000005 
- 00028350  0x00007986 copy  0x00000006 , 0x00000011 
- 00028351  0x00007987 call  0x000052d0 
- 00028352  0x00007988 copy  0x00000011 , 0x00000006 
- 00028353  0x00007989 increase  0x00000003 , 0x00000005 
- 00028354  0x0000798a copy  0x00000006 , 0x0000000b 
- 00028355  0x0000798b call  0x00007062 
- 00028356  0x0000798c copy  0x0000003f , 0x00000011 
- 00028357  0x0000798e fetch  0x00000002 , 0x00000519 
- 00028358  0x0000798f copy  0x0000003f , 0x00000012 
- 00028359  0x00007990 copy  0x00000011 , 0x0000003f 
- 00028360  0x00007991 isub  0x00000012 , 0x00000012 
- 00028361  0x00007992 fetch  0x00000002 , 0x00000520 
- 00028362  0x00007993 isub  0x00000012 , 0x0000003e 
- 00028363  0x00007994 nbranch  0x00006ee7 , 0x00000002 
- 00028364  0x00007996 disable  0x00000028 
- 00028365  0x00007997 fetch  0x00000002 , 0x00000519 
- 00028366  0x00007998 branch  0x00006eda , 0x00000034 
- 00028367  0x00007999 iadd  0x0000000b , 0x00000006 
- 00028368  0x0000799a increase  0x00000003 , 0x00000012 
- 00028369  0x0000799b copy  0x00000012 , 0x00000039 
- 00028370  0x0000799c copy  0x00000039 , 0x0000003f 
- 00028371  0x0000799d increase  0x00000003 , 0x0000003f 
- 00028372  0x0000799e byteswap  0x0000003f , 0x0000003f 
- 00028373  0x0000799f istore  0x00000002 , 0x00000005 
- 00028374  0x000079a0 copy  0x00000039 , 0x0000003f 
- 00028375  0x000079a1 byteswap  0x0000003f , 0x0000003f 
- 00028376  0x000079a2 istore  0x00000002 , 0x00000005 
- 00028377  0x000079a3 branch  0x00006ef5 
- 00028378  0x000079a5 add  0x00000011 , 0x00000006 , 0x00000039 
- 00028379  0x000079a6 branch  0x00006ede , 0x00000028 
- 00028380  0x000079a7 byteswap  0x00000039 , 0x0000003f 
- 00028381  0x000079a8 branch  0x00006ee1 
- 00028382  0x000079aa copy  0x00000039 , 0x0000003f 
- 00028383  0x000079ab increase  0x00000002 , 0x0000003f 
- 00028384  0x000079ac byteswap  0x0000003f , 0x0000003f 
- 00028385  0x000079ae istore  0x00000002 , 0x00000005 
- 00028386  0x000079af increase  0xfffffffd , 0x00000039 
- 00028387  0x000079b0 byteswap  0x00000039 , 0x0000003f 
- 00028388  0x000079b1 istore  0x00000002 , 0x00000005 
- 00028389  0x000079b2 copy  0x0000000b , 0x00000006 
- 00028390  0x000079b3 branch  0x00006ef5 
- 00028391  0x000079b5 enable  0x00000028 
- 00028392  0x000079b7 fetch  0x00000002 , 0x00000520 
- 00028393  0x000079b8 copy  0x0000003f , 0x00000011 
- 00028394  0x000079b9 copy  0x00000011 , 0x00000039 
- 00028395  0x000079ba fetch  0x00000002 , 0x00000519 
- 00028396  0x000079bb branch  0x00006eda , 0x00000034 
- 00028397  0x000079bc iadd  0x0000000b , 0x00000006 
- 00028398  0x000079bd copy  0x00000011 , 0x0000003f 
- 00028399  0x000079be increase  0x00000005 , 0x0000003f 
- 00028400  0x000079bf byteswap  0x0000003f , 0x0000003f 
- 00028401  0x000079c0 istore  0x00000002 , 0x00000005 
- 00028402  0x000079c1 copy  0x00000011 , 0x0000003f 
- 00028403  0x000079c2 byteswap  0x0000003f , 0x0000003f 
- 00028404  0x000079c3 istore  0x00000002 , 0x00000005 
- 00028405  0x000079c5 call  0x00007f01 
- 00028406  0x000079c6 nbranch  0x00006efe , 0x00000028 
- 00028407  0x000079c7 force  0x00000002 , 0x0000003f 
- 00028408  0x000079c8 istore  0x00000001 , 0x00000005 
- 00028409  0x000079c9 copy  0x00000006 , 0x0000003f 
- 00028410  0x000079ca isub  0x0000000b , 0x0000003f 
- 00028411  0x000079cb byteswap  0x0000003f , 0x0000003f 
- 00028412  0x000079cc istore  0x00000002 , 0x00000005 
- 00028413  0x000079cd branch  0x00006f00 
- 00028414  0x000079cf force  0x00000000 , 0x0000003f 
- 00028415  0x000079d0 istore  0x00000001 , 0x00000005 
- 00028416  0x000079d2 arg  0x00000005 , 0x00000011 
- 00028417  0x000079d3 branch  0x00006fb0 
- 00028418  0x000079df bpatchx  0x000000d1 , 0x0000403a 
- 00028419  0x000079e0 call  0x00006fd0 
- 00028420  0x000079e1 compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028421  0x000079e2 branch  0x00006fc4 , 0x00000001 
- 00028422  0x000079e3 call  0x00006f2e 
- 00028423  0x000079e4 store  0x00000002 , 0x00000520 
- 00028424  0x000079e5 increase  0xfffffffe , 0x0000000b 
- 00028425  0x000079e6 call  0x00007028 
- 00028426  0x000079e7 arg  0x0000052a , 0x00000005 
- 00028427  0x000079e8 force  0x00000000 , 0x00000007 
- 00028428  0x000079ea ifetch  0x00000001 , 0x00000006 
- 00028429  0x000079eb beq  0x0000000a , 0x00006f36 
- 00028430  0x000079ec ifetch  0x00000002 , 0x00000006 
- 00028431  0x000079ed istore  0x00000002 , 0x00000005 
- 00028432  0x000079ee increase  0x00000001 , 0x00000007 
- 00028433  0x000079ef increase  0xfffffffd , 0x0000000b 
- 00028434  0x000079f0 increase  0xfffffffd , 0x00000011 
- 00028435  0x000079f1 nbranch  0x00006fc4 , 0x00000002 
- 00028436  0x000079f2 nbranch  0x00006f0c , 0x00000005 
- 00028437  0x000079f3 increase  0xffffffff , 0x0000000b 
- 00028438  0x000079f4 nbranch  0x00006fc4 , 0x00000005 
- 00028439  0x000079f5 call  0x000052d0 
- 00028440  0x000079f6 increase  0x0000000d , 0x00000005 
- 00028441  0x000079f7 fetch  0x00000002 , 0x00000511 
- 00028442  0x000079f8 iforce  0x00000013 
- 00028443  0x000079f9 arg  0x0000052a , 0x00000011 
- 00028444  0x000079fb ifetch  0x00000002 , 0x00000011 
- 00028445  0x000079fc branch  0x00006f29 , 0x00000034 
- 00028446  0x000079fd iforce  0x00000012 
- 00028447  0x000079fe call  0x000070c6 
- 00028448  0x000079ff branch  0x00006f27 , 0x00000034 
- 00028449  0x00007a00 increase  0xfffffffd , 0x00000006 
- 00028450  0x00007a01 ifetch  0x00000003 , 0x00000006 
- 00028451  0x00007a02 istore  0x00000003 , 0x00000005 
- 00028452  0x00007a03 call  0x0000705b 
- 00028453  0x00007a04 iforce  0x00000039 
- 00028454  0x00007a05 call  0x00007f01 
- 00028455  0x00007a07 increase  0x00000002 , 0x00000011 
- 00028456  0x00007a08 branch  0x00006f1c 
- 00028457  0x00007a0b call  0x00006f83 
- 00028458  0x00007a0c fetch  0x00000002 , 0x00000275 
- 00028459  0x00007a0d beq  0x0000000e , 0x00007046 
- 00028460  0x00007a0e call  0x00006f9a 
- 00028461  0x00007a0f branch  0x00006f9a 
- 00028462  0x00007a13 ifetch  0x00000002 , 0x00000006 
- 00028463  0x00007a14 byteswap  0x0000003f , 0x0000003f 
- 00028464  0x00007a15 increase  0xfffffffd , 0x0000003f 
- 00028465  0x00007a16 arg  0x000000c8 , 0x00000002 
- 00028466  0x00007a17 isub  0x00000002 , 0x0000003e 
- 00028467  0x00007a18 nrtn  0x00000002 
- 00028468  0x00007a19 setarg  0x000000c8 
- 00028469  0x00007a1a rtn 
- 00028470  0x00007a1e increase  0x00000004 , 0x00000006 
- 00028471  0x00007a1f increase  0xfffffffb , 0x0000000b 
- 00028472  0x00007a20 increase  0xfffffffb , 0x00000011 
- 00028473  0x00007a21 nbranch  0x00006fc4 , 0x00000005 
- 00028474  0x00007a22 call  0x00006eaa 
- 00028475  0x00007a23 nbranch  0x00006fbe , 0x00000005 
- 00028476  0x00007a24 arg  0x00000511 , 0x0000000b 
- 00028477  0x00007a25 call  0x00007082 
- 00028478  0x00007a26 deposit  0x00000007 
- 00028479  0x00007a27 branch  0x00007046 , 0x00000034 
- 00028480  0x00007a28 store  0x00000001 , 0x0000054e 
- 00028481  0x00007a2a copy  0x00000012 , 0x0000003f 
- 00028482  0x00007a2b store  0x00000002 , 0x0000054c 
- 00028483  0x00007a2c arg  0x00000000 , 0x00000007 
- 00028484  0x00007a2d arg  0x00000000 , 0x00000011 
- 00028485  0x00007a2e call  0x000052d0 
- 00028486  0x00007a2f increase  0x0000000a , 0x00000005 
- 00028487  0x00007a31 call  0x00006f6c 
- 00028488  0x00007a32 nbranch  0x00002a8c , 0x00000028 
- 00028489  0x00007a33 copy  0x00000006 , 0x0000000b 
- 00028490  0x00007a34 copy  0x0000003f , 0x00000013 
- 00028491  0x00007a35 iadd  0x00000011 , 0x00000011 
- 00028492  0x00007a38 fetch  0x00000002 , 0x00000519 
- 00028493  0x00007a39 copy  0x0000003f , 0x00000012 
- 00028494  0x00007a3a branch  0x00006f75 , 0x00000034 
- 00028495  0x00007a3c copy  0x00000011 , 0x0000003f 
- 00028496  0x00007a3d isub  0x00000012 , 0x00000012 
- 00028497  0x00007a3e branch  0x00006f67 , 0x00000005 
- 00028498  0x00007a3f nbranch  0x00006f67 , 0x00000002 
- 00028499  0x00007a40 fetch  0x00000002 , 0x00000520 
- 00028500  0x00007a41 isub  0x00000012 , 0x0000003e 
- 00028501  0x00007a42 branch  0x00006f5e , 0x00000005 
- 00028502  0x00007a43 nbranch  0x00006f5e , 0x00000002 
- 00028503  0x00007a47 copy  0x00000012 , 0x00000039 
- 00028504  0x00007a48 call  0x00006f61 
- 00028505  0x00007a49 fetch  0x00000001 , 0x0000054e 
- 00028506  0x00007a4a increase  0x00000001 , 0x00000007 
- 00028507  0x00007a4b isub  0x00000007 , 0x0000003e 
- 00028508  0x00007a4c branch  0x00006f83 , 0x00000005 
- 00028509  0x00007a4d branch  0x00006fa0 
- 00028510  0x00007a50 copy  0x0000003f , 0x00000039 
- 00028511  0x00007a51 call  0x00006f61 
- 00028512  0x00007a52 branch  0x00006fa0 
- 00028513  0x00007a55 increase  0xfffffffd , 0x00000005 
- 00028514  0x00007a56 copy  0x00000039 , 0x00000002 
- 00028515  0x00007a57 copy  0x00000013 , 0x0000003f 
- 00028516  0x00007a58 isub  0x00000012 , 0x0000003f 
- 00028517  0x00007a59 iadd  0x0000000b , 0x00000006 
- 00028518  0x00007a5a branch  0x00007f01 
- 00028519  0x00007a5d fetch  0x00000001 , 0x0000054e 
- 00028520  0x00007a5e increase  0x00000001 , 0x00000007 
- 00028521  0x00007a5f isub  0x00000007 , 0x0000003e 
- 00028522  0x00007a60 rtn  0x00000005 
- 00028523  0x00007a61 branch  0x00006f47 
- 00028524  0x00007a64 call  0x00007fe9 
- 00028525  0x00007a65 arg  0x0000052a , 0x00000006 
- 00028526  0x00007a66 lshift2  0x00000007 , 0x0000003f 
- 00028527  0x00007a67 iadd  0x00000006 , 0x00000006 
- 00028528  0x00007a68 ifetcht  0x00000004 , 0x00000006 
- 00028529  0x00007a69 call  0x000070b1 
- 00028530  0x00007a6a nrtn  0x00000005 
- 00028531  0x00007a6b call  0x0000705b 
- 00028532  0x00007a6c branch  0x00007fe7 
- 00028533  0x00007a6f fetch  0x00000002 , 0x00000520 
- 00028534  0x00007a70 isub  0x00000011 , 0x0000003e 
- 00028535  0x00007a71 nbranch  0x00006f8f , 0x00000002 
- 00028536  0x00007a72 copy  0x00000011 , 0x00000039 
- 00028537  0x00007a73 copy  0x00000039 , 0x00000002 
- 00028538  0x00007a74 copy  0x0000000b , 0x00000006 
- 00028539  0x00007a75 call  0x00007f01 
- 00028540  0x00007a76 fetch  0x00000002 , 0x0000054c 
- 00028541  0x00007a77 isub  0x00000011 , 0x0000003e 
- 00028542  0x00007a78 branch  0x00006f81 , 0x00000005 
- 00028543  0x00007a7a call  0x00006fa0 
- 00028544  0x00007a7b branch  0x00006f94 
- 00028545  0x00007a7e call  0x00006f83 
- 00028546  0x00007a7f branch  0x00006f94 
- 00028547  0x00007a82 arg  0x00000007 , 0x00000011 
- 00028548  0x00007a84 force  0x00000000 , 0x0000003f 
- 00028549  0x00007a85 istore  0x00000001 , 0x00000005 
- 00028550  0x00007a86 call  0x00006fb0 
- 00028551  0x00007a87 fetcht  0x00000002 , 0x00000275 
- 00028552  0x00007a88 increase  0xfffffffb , 0x00000002 
- 00028553  0x00007a89 byteswap  0x00000002 , 0x0000003f 
- 00028554  0x00007a8a istore  0x00000002 , 0x00000005 
- 00028555  0x00007a8b increase  0xfffffffd , 0x00000002 
- 00028556  0x00007a8c byteswap  0x00000002 , 0x0000003f 
- 00028557  0x00007a8d istore  0x00000002 , 0x00000005 
- 00028558  0x00007a8e rtn 
- 00028559  0x00007a91 copy  0x0000003f , 0x00000039 
- 00028560  0x00007a92 copy  0x00000039 , 0x00000002 
- 00028561  0x00007a93 copy  0x0000000b , 0x00000006 
- 00028562  0x00007a94 call  0x00007f01 
- 00028563  0x00007a95 call  0x00006fa0 
- 00028564  0x00007a97 setarg  0x00000036 
- 00028565  0x00007a98 istore  0x00000001 , 0x00000005 
- 00028566  0x00007a99 fetch  0x00000002 , 0x0000054c 
- 00028567  0x00007a9a byteswap  0x0000003f , 0x0000003f 
- 00028568  0x00007a9b istore  0x00000002 , 0x00000005 
- 00028569  0x00007a9c rtn 
- 00028570  0x00007a9f setarg  0x00000036 
- 00028571  0x00007aa0 istore  0x00000001 , 0x00000005 
- 00028572  0x00007aa1 increase  0xfffffffd , 0x00000002 
- 00028573  0x00007aa2 byteswap  0x00000002 , 0x0000003f 
- 00028574  0x00007aa3 istore  0x00000002 , 0x00000005 
- 00028575  0x00007aa4 rtn 
- 00028576  0x00007aa7 arg  0x00000007 , 0x00000011 
- 00028577  0x00007aa8 setarg  0x00000002 
- 00028578  0x00007aa9 istore  0x00000001 , 0x00000005 
- 00028579  0x00007aaa fetch  0x00000002 , 0x00000519 
- 00028580  0x00007aab iadd  0x00000002 , 0x00000002 
- 00028581  0x00007aac byteswap  0x00000002 , 0x0000003f 
- 00028582  0x00007aad istore  0x00000002 , 0x00000005 
- 00028583  0x00007aae call  0x00006fb0 
- 00028584  0x00007aaf fetcht  0x00000002 , 0x00000275 
- 00028585  0x00007ab0 increase  0xfffffffb , 0x00000002 
- 00028586  0x00007ab1 byteswap  0x00000002 , 0x0000003f 
- 00028587  0x00007ab2 istore  0x00000002 , 0x00000005 
- 00028588  0x00007ab3 increase  0xfffffffb , 0x00000002 
- 00028589  0x00007ab4 byteswap  0x00000002 , 0x0000003f 
- 00028590  0x00007ab5 istore  0x00000002 , 0x00000005 
- 00028591  0x00007ab6 rtn 
- 00028592  0x00007ab9 fetch  0x00000002 , 0x00000273 
- 00028593  0x00007aba isub  0x00000005 , 0x0000003f 
- 00028594  0x00007abb sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00028595  0x00007abc store  0x00000002 , 0x00000275 
- 00028596  0x00007abd call  0x000052d0 
- 00028597  0x00007abe copy  0x00000011 , 0x0000003f 
- 00028598  0x00007abf istore  0x00000001 , 0x00000005 
- 00028599  0x00007ac0 fetch  0x00000002 , 0x0000051c 
- 00028600  0x00007ac1 istore  0x00000002 , 0x00000005 
- 00028601  0x00007ac2 rtn 
- 00028602  0x00007ad3 rtn 
- 00028603  0x00007af5 setarg  0x00000200 
- 00028604  0x00007af6 store  0x00000002 , 0x0000054a 
- 00028605  0x00007af7 branch  0x00006fc6 
- 00028606  0x00007af9 setarg  0x00000400 
- 00028607  0x00007afa store  0x00000002 , 0x0000054a 
- 00028608  0x00007afb branch  0x00006fc6 
- 00028609  0x00007afd setarg  0x00000600 
- 00028610  0x00007afe store  0x00000002 , 0x0000054a 
- 00028611  0x00007aff branch  0x00006fc6 
- 00028612  0x00007b01 setarg  0x00000300 
- 00028613  0x00007b02 store  0x00000002 , 0x0000054a 
- 00028614  0x00007b04 call  0x000052d0 
- 00028615  0x00007b05 istore  0x00000001 , 0x00000005 
- 00028616  0x00007b06 fetch  0x00000002 , 0x0000051c 
- 00028617  0x00007b07 istore  0x00000002 , 0x00000005 
- 00028618  0x00007b08 setarg  0x00000200 
- 00028619  0x00007b09 istore  0x00000002 , 0x00000005 
- 00028620  0x00007b0a fetch  0x00000002 , 0x0000054a 
- 00028621  0x00007b0b istore  0x00000002 , 0x00000005 
- 00028622  0x00007b0c jam  0x00000007 , 0x00000275 
- 00028623  0x00007b0d rtn 
- 00028624  0x00007b13 arg  0x00000000 , 0x00000012 
- 00028625  0x00007b14 force  0x00000000 , 0x00000002 
- 00028626  0x00007b15 arg  0x00000511 , 0x00000005 
- 00028627  0x00007b16 call  0x00007028 
- 00028628  0x00007b17 branch  0x00007026 , 0x00000005 
- 00028629  0x00007b19 increase  0x00000001 , 0x00000012 
- 00028630  0x00007b1a ifetch  0x00000001 , 0x00000006 
- 00028631  0x00007b1b increase  0xffffffff , 0x00000011 
- 00028632  0x00007b1c increase  0xffffffff , 0x0000000b 
- 00028633  0x00007b1d compare  0x00000018 , 0x0000003f , 0x000000f8 
- 00028634  0x00007b1e nbranch  0x00007026 , 0x00000001 
- 00028635  0x00007b1f compare  0x00000004 , 0x0000003f , 0x00000007 
- 00028636  0x00007b20 nbranch  0x00006ff3 , 0x00000001 
- 00028637  0x00007b21 force  0x00000001 , 0x00000002 
- 00028638  0x00007b23 ifetch  0x00000001 , 0x00000006 
- 00028639  0x00007b24 increase  0xffffffff , 0x00000011 
- 00028640  0x00007b25 increase  0xffffffff , 0x0000000b 
- 00028641  0x00007b26 bne  0x00000000 , 0x00006fe7 
- 00028642  0x00007b27 ifetch  0x00000001 , 0x00000006 
- 00028643  0x00007b28 increase  0xffffffff , 0x00000011 
- 00028644  0x00007b29 increase  0xffffffff , 0x0000000b 
- 00028645  0x00007b2a beq  0x00000000 , 0x00006ff8 
- 00028646  0x00007b2b branch  0x00006fea 
- 00028647  0x00007b2d increase  0x00000001 , 0x00000006 
- 00028648  0x00007b2e increase  0xffffffff , 0x00000011 
- 00028649  0x00007b2f increase  0xffffffff , 0x0000000b 
- 00028650  0x00007b31 increase  0x00000002 , 0x00000006 
- 00028651  0x00007b32 increase  0xfffffffe , 0x00000011 
- 00028652  0x00007b33 increase  0xfffffffe , 0x0000000b 
- 00028653  0x00007b34 compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00028654  0x00007b35 branch  0x00007020 , 0x00000001 
- 00028655  0x00007b36 increase  0x0000000c , 0x00000006 
- 00028656  0x00007b37 increase  0xfffffff4 , 0x00000011 
- 00028657  0x00007b38 increase  0xfffffff4 , 0x0000000b 
- 00028658  0x00007b39 branch  0x00007020 
- 00028659  0x00007b3b compare  0x00000002 , 0x0000003f , 0x00000007 
- 00028660  0x00007b3c nbranch  0x00006ff6 , 0x00000001 
- 00028661  0x00007b3d branch  0x00006fde 
- 00028662  0x00007b3f compare  0x00000001 , 0x0000003f , 0x00000007 
- 00028663  0x00007b40 nbranch  0x00007026 , 0x00000001 
- 00028664  0x00007b42 increase  0xfffffffe , 0x00000011 
- 00028665  0x00007b43 increase  0xfffffffe , 0x0000000b 
- 00028666  0x00007b44 ifetch  0x00000002 , 0x00000006 
- 00028667  0x00007b45 sub  0x00000012 , 0x00000004 , 0x0000003e 
- 00028668  0x00007b46 branch  0x00006ffe , 0x00000005 
- 00028669  0x00007b47 istore  0x00000002 , 0x00000005 
- 00028670  0x00007b49 compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00028671  0x00007b4a branch  0x00007020 , 0x00000001 
- 00028672  0x00007b4b copy  0x00000006 , 0x00000002 
- 00028673  0x00007b4c ifetch  0x00000001 , 0x00000006 
- 00028674  0x00007b4d bne  0x00000000 , 0x00007019 
- 00028675  0x00007b4e ifetch  0x00000001 , 0x00000006 
- 00028676  0x00007b4f bne  0x00000000 , 0x00007019 
- 00028677  0x00007b50 ifetch  0x00000001 , 0x00000006 
- 00028678  0x00007b51 bne  0x00000010 , 0x00007019 
- 00028679  0x00007b52 ifetch  0x00000001 , 0x00000006 
- 00028680  0x00007b53 bne  0x00000000 , 0x00007019 
- 00028681  0x00007b54 ifetch  0x00000001 , 0x00000006 
- 00028682  0x00007b55 bne  0x00000080 , 0x00007019 
- 00028683  0x00007b56 ifetch  0x00000001 , 0x00000006 
- 00028684  0x00007b57 bne  0x00000000 , 0x00007019 
- 00028685  0x00007b58 ifetch  0x00000001 , 0x00000006 
- 00028686  0x00007b59 bne  0x00000000 , 0x00007019 
- 00028687  0x00007b5a ifetch  0x00000001 , 0x00000006 
- 00028688  0x00007b5b bne  0x00000080 , 0x00007019 
- 00028689  0x00007b5c ifetch  0x00000001 , 0x00000006 
- 00028690  0x00007b5d bne  0x0000005f , 0x00007019 
- 00028691  0x00007b5e ifetch  0x00000001 , 0x00000006 
- 00028692  0x00007b5f bne  0x0000009b , 0x00007019 
- 00028693  0x00007b60 ifetch  0x00000001 , 0x00000006 
- 00028694  0x00007b61 bne  0x00000034 , 0x00007019 
- 00028695  0x00007b62 ifetch  0x00000001 , 0x00000006 
- 00028696  0x00007b63 beq  0x000000fb , 0x0000701e 
- 00028697  0x00007b65 copy  0x00000002 , 0x00000006 
- 00028698  0x00007b67 increase  0x0000000c , 0x00000006 
- 00028699  0x00007b68 force  0x00000000 , 0x00000007 
- 00028700  0x00007b69 force  0x00000000 , 0x00000002 
- 00028701  0x00007b6a branch  0x0000701e 
- 00028702  0x00007b6d increase  0xfffffff4 , 0x0000000b 
- 00028703  0x00007b6e increase  0xfffffff4 , 0x00000011 
- 00028704  0x00007b70 force  0x00000000 , 0x00000002 
- 00028705  0x00007b71 compare  0x00000000 , 0x00000011 , 0x000000ff 
- 00028706  0x00007b72 nbranch  0x00006fd5 , 0x00000001 
- 00028707  0x00007b73 force  0x00000000 , 0x0000003f 
- 00028708  0x00007b74 istore  0x00000002 , 0x00000005 
- 00028709  0x00007b75 rtn 
- 00028710  0x00007b77 arg  0x000000ff , 0x00000002 
- 00028711  0x00007b78 rtn 
- 00028712  0x00007b83 bpatchx  0x000000d4 , 0x0000403a 
- 00028713  0x00007b84 ifetch  0x00000001 , 0x00000006 
- 00028714  0x00007b85 increase  0xffffffff , 0x0000000b 
- 00028715  0x00007b86 compare  0x00000030 , 0x0000003f , 0x000000f8 
- 00028716  0x00007b87 nbranch  0x0000703e , 0x00000001 
- 00028717  0x00007b88 compare  0x00000007 , 0x0000003f , 0x00000007 
- 00028718  0x00007b89 branch  0x00007037 , 0x00000001 
- 00028719  0x00007b8a compare  0x00000006 , 0x0000003f , 0x00000007 
- 00028720  0x00007b8b branch  0x00007039 , 0x00000001 
- 00028721  0x00007b8c compare  0x00000005 , 0x0000003f , 0x00000007 
- 00028722  0x00007b8d nbranch  0x0000703e , 0x00000001 
- 00028723  0x00007b8f ifetch  0x00000001 , 0x00000006 
- 00028724  0x00007b90 copy  0x0000003f , 0x00000011 
- 00028725  0x00007b91 increase  0xffffffff , 0x0000000b 
- 00028726  0x00007b92 branch  0x0000703c 
- 00028727  0x00007b94 increase  0x00000002 , 0x00000006 
- 00028728  0x00007b95 increase  0xfffffffe , 0x0000000b 
- 00028729  0x00007b97 ifetch  0x00000002 , 0x00000006 
- 00028730  0x00007b98 byteswap  0x0000003f , 0x00000011 
- 00028731  0x00007b99 increase  0xfffffffe , 0x0000000b 
- 00028732  0x00007b9b force  0x00000001 , 0x0000003f 
- 00028733  0x00007b9c rtn 
- 00028734  0x00007b9e force  0x00000000 , 0x0000003f 
- 00028735  0x00007b9f rtn 
- 00028736  0x00007baa setarg  0x00000003 
- 00028737  0x00007bab store  0x00000001 , 0x0000051b 
- 00028738  0x00007bac branch  0x00007048 
- 00028739  0x00007bae setarg  0x00000005 
- 00028740  0x00007baf store  0x00000001 , 0x0000051b 
- 00028741  0x00007bb0 branch  0x00007048 
- 00028742  0x00007bb2 setarg  0x00000007 
- 00028743  0x00007bb3 store  0x00000001 , 0x0000051b 
- 00028744  0x00007bb5 call  0x000052d0 
- 00028745  0x00007bb8 fetch  0x00000001 , 0x0000051b 
- 00028746  0x00007bb9 copy  0x0000003f , 0x00000012 
- 00028747  0x00007bba istore  0x00000001 , 0x00000005 
- 00028748  0x00007bbb fetch  0x00000002 , 0x0000051c 
- 00028749  0x00007bbc istore  0x00000002 , 0x00000005 
- 00028750  0x00007bbd setarg  0x00000500 
- 00028751  0x00007bbe istore  0x00000002 , 0x00000005 
- 00028752  0x00007bbf compare  0x00000005 , 0x00000012 , 0x000000ff 
- 00028753  0x00007bc0 branch  0x00007057 , 0x00000001 
- 00028754  0x00007bc1 compare  0x00000007 , 0x00000012 , 0x000000ff 
- 00028755  0x00007bc2 branch  0x00007057 , 0x00000001 
- 00028756  0x00007bc3 setarg  0x00000000 
- 00028757  0x00007bc4 istore  0x00000005 , 0x00000005 
- 00028758  0x00007bc5 branch  0x00007059 
- 00028759  0x00007bc8 setarg  0x00350200 
- 00028760  0x00007bc9 istore  0x00000005 , 0x00000005 
- 00028761  0x00007bcb jam  0x0000000a , 0x00000275 
- 00028762  0x00007bcc rtn 
- 00028763  0x00007bd0 call  0x00007ea2 
- 00028764  0x00007bd1 call  0x00007ea5 
- 00028765  0x00007bd2 call  0x00007062 
- 00028766  0x00007bd3 call  0x00007e9c 
- 00028767  0x00007bd4 call  0x00007e9f 
- 00028768  0x00007bd5 copy  0x00000002 , 0x0000003f 
- 00028769  0x00007bd6 rtn 
- 00028770  0x00007bda ifetch  0x00000001 , 0x00000006 
- 00028771  0x00007bdb and  0x0000003f , 0x00000007 , 0x00000039 
- 00028772  0x00007bdc rshift3  0x0000003f , 0x0000003f 
- 00028773  0x00007bdd bne  0x00000000 , 0x0000706c 
- 00028774  0x00007bdf force  0x00000001 , 0x0000003f 
- 00028775  0x00007be0 force  0x00000001 , 0x00000002 
- 00028776  0x00007be1 rtn 
- 00028777  0x00007be4 call  0x00007e76 
- 00028778  0x00007be5 add  0x0000003f , 0x00000001 , 0x00000002 
- 00028779  0x00007be6 rtn 
- 00028780  0x00007be8 deposit  0x00000039 
- 00028781  0x00007be9 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00028782  0x00007bea branch  0x00007069 , 0x00000002 
- 00028783  0x00007beb beq  0x00000005 , 0x00007073 
- 00028784  0x00007bec beq  0x00000006 , 0x00007076 
- 00028785  0x00007bed beq  0x00000007 , 0x0000707a 
- 00028786  0x00007bee rtn 
- 00028787  0x00007bf1 ifetch  0x00000001 , 0x00000006 
- 00028788  0x00007bf2 add  0x0000003f , 0x00000002 , 0x00000002 
- 00028789  0x00007bf3 rtn 
- 00028790  0x00007bf5 ifetch  0x00000002 , 0x00000006 
- 00028791  0x00007bf6 byteswap  0x0000003f , 0x0000003f 
- 00028792  0x00007bf7 add  0x0000003f , 0x00000003 , 0x00000002 
- 00028793  0x00007bf8 rtn 
- 00028794  0x00007bfa ifetch  0x00000002 , 0x00000006 
- 00028795  0x00007bfb byteswap  0x0000003f , 0x0000003f 
- 00028796  0x00007bfc ifetcht  0x00000002 , 0x00000006 
- 00028797  0x00007bfd byteswap  0x00000002 , 0x00000002 
- 00028798  0x00007bfe lshift16  0x00000002 , 0x00000002 
- 00028799  0x00007bff iadd  0x00000002 , 0x0000003f 
- 00028800  0x00007c00 add  0x0000003f , 0x00000005 , 0x00000002 
- 00028801  0x00007c01 rtn 
- 00028802  0x00007c08 bpatchx  0x000000d5 , 0x0000403a 
- 00028803  0x00007c09 force  0x00000000 , 0x00000007 
- 00028804  0x00007c0a arg  0x00000000 , 0x00000012 
- 00028805  0x00007c0b arg  0x0000052a , 0x00000005 
- 00028806  0x00007c0d ifetch  0x00000002 , 0x0000000b 
- 00028807  0x00007c0e rtn  0x00000034 
- 00028808  0x00007c0f call  0x0000708d 
- 00028809  0x00007c10 copy  0x00000007 , 0x0000003f 
- 00028810  0x00007c11 rtneq  0x00000007 
- 00028811  0x00007c12 increase  0x00000002 , 0x0000000b 
- 00028812  0x00007c13 branch  0x00007086 
- 00028813  0x00007c17 iforce  0x00000013 
- 00028814  0x00007c19 fetch  0x00000002 , 0x00004575 
- 00028815  0x00007c1a iforce  0x00000006 
- 00028816  0x00007c1c copy  0x00000007 , 0x0000003f 
- 00028817  0x00007c1d rtneq  0x00000007 
- 00028818  0x00007c1e disable  0x00000028 
- 00028819  0x00007c1f ifetch  0x00000001 , 0x00000006 
- 00028820  0x00007c20 rtn  0x00000034 
- 00028821  0x00007c21 iforce  0x00000039 
- 00028822  0x00007c23 ifetch  0x00000002 , 0x00000006 
- 00028823  0x00007c24 isub  0x00000013 , 0x0000003e 
- 00028824  0x00007c25 nbranch  0x0000709a , 0x00000005 
- 00028825  0x00007c26 enable  0x00000028 
- 00028826  0x00007c28 loop  0x00007096 
- 00028827  0x00007c29 ifetcht  0x00000004 , 0x00000006 
- 00028828  0x00007c2a copy  0x00000006 , 0x00000011 
- 00028829  0x00007c2b nbranch  0x000070ad , 0x00000028 
- 00028830  0x00007c2c arg  0x0000052a , 0x00000006 
- 00028831  0x00007c2d arg  0x00000007 , 0x00000039 
- 00028832  0x00007c2f ifetch  0x00000004 , 0x00000006 
- 00028833  0x00007c30 branch  0x000070a6 , 0x00000034 
- 00028834  0x00007c31 isub  0x00000002 , 0x0000003e 
- 00028835  0x00007c32 branch  0x000070ad , 0x00000005 
- 00028836  0x00007c33 loop  0x000070a0 
- 00028837  0x00007c34 rtn 
- 00028838  0x00007c36 istoret  0x00000004 , 0x00000005 
- 00028839  0x00007c37 increase  0x00000001 , 0x00000007 
- 00028840  0x00007c38 copy  0x00000011 , 0x00000006 
- 00028841  0x00007c39 call  0x0000705b 
- 00028842  0x00007c3a iadd  0x00000012 , 0x00000012 
- 00028843  0x00007c3b iadd  0x00000006 , 0x00000006 
- 00028844  0x00007c3c branch  0x00007090 
- 00028845  0x00007c3e copy  0x00000011 , 0x00000006 
- 00028846  0x00007c3f call  0x00007062 
- 00028847  0x00007c40 iadd  0x00000006 , 0x00000006 
- 00028848  0x00007c41 branch  0x00007090 
- 00028849  0x00007c48 bpatchx  0x000000d6 , 0x0000403a 
- 00028850  0x00007c49 fetch  0x00000002 , 0x00004575 
- 00028851  0x00007c4a iforce  0x00000006 
- 00028852  0x00007c4c ifetch  0x00000001 , 0x00000006 
- 00028853  0x00007c4d branch  0x00007fe3 , 0x00000034 
- 00028854  0x00007c4e lshift  0x0000003f , 0x0000003f 
- 00028855  0x00007c4f iadd  0x00000006 , 0x00000006 
- 00028856  0x00007c50 ifetch  0x00000004 , 0x00000006 
- 00028857  0x00007c51 isub  0x00000002 , 0x0000003e 
- 00028858  0x00007c52 rtn  0x00000005 
- 00028859  0x00007c53 deposit  0x00000005 
- 00028860  0x00007c54 store  0x00000002 , 0x00000abb 
- 00028861  0x00007c55 storet  0x00000008 , 0x00000aa2 
- 00028862  0x00007c56 call  0x00007062 
- 00028863  0x00007c57 iadd  0x00000006 , 0x00000006 
- 00028864  0x00007c58 copy  0x00000006 , 0x0000003f 
- 00028865  0x00007c59 fetcht  0x00000002 , 0x00000abb 
- 00028866  0x00007c5a copy  0x00000002 , 0x00000005 
- 00028867  0x00007c5b fetcht  0x00000008 , 0x00000aa2 
- 00028868  0x00007c5c copy  0x0000003f , 0x00000006 
- 00028869  0x00007c5d branch  0x000070b4 
- 00028870  0x00007c64 bpatchx  0x000000d7 , 0x0000403a 
- 00028871  0x00007c65 fetch  0x00000002 , 0x00004575 
- 00028872  0x00007c66 iforce  0x00000006 
- 00028873  0x00007c68 ifetch  0x00000001 , 0x00000006 
- 00028874  0x00007c69 branch  0x000070e4 , 0x00000034 
- 00028875  0x00007c6a iforce  0x00000039 
- 00028876  0x00007c6c ifetch  0x00000002 , 0x00000006 
- 00028877  0x00007c6d isub  0x00000013 , 0x0000003e 
- 00028878  0x00007c6e branch  0x000070d4 , 0x00000005 
- 00028879  0x00007c6f loop  0x000070cc 
- 00028880  0x00007c70 increase  0x00000004 , 0x00000006 
- 00028881  0x00007c71 call  0x00007062 
- 00028882  0x00007c72 iadd  0x00000006 , 0x00000006 
- 00028883  0x00007c73 branch  0x000070c9 
- 00028884  0x00007c75 increase  0xffffffff , 0x00000039 
- 00028885  0x00007c76 lshift  0x00000039 , 0x0000003f 
- 00028886  0x00007c77 iadd  0x00000006 , 0x00000006 
- 00028887  0x00007c78 increase  0x00000004 , 0x00000006 
- 00028888  0x00007c79 call  0x00007062 
- 00028889  0x00007c7a iadd  0x00000006 , 0x0000000b 
- 00028890  0x00007c7c increase  0x00000001 , 0x00000006 
- 00028891  0x00007c7d ifetch  0x00000002 , 0x00000006 
- 00028892  0x00007c7e isub  0x00000012 , 0x0000003e 
- 00028893  0x00007c82 branch  0x00007fef , 0x00000005 
- 00028894  0x00007c83 call  0x0000705b 
- 00028895  0x00007c84 iadd  0x00000006 , 0x00000006 
- 00028896  0x00007c85 deposit  0x0000000b 
- 00028897  0x00007c86 isub  0x00000006 , 0x0000003e 
- 00028898  0x00007c87 branch  0x000070e4 , 0x00000005 
- 00028899  0x00007c88 branch  0x000070da 
- 00028900  0x00007c8a force  0x00000000 , 0x00000006 
- 00028901  0x00007c8b force  0x00000000 , 0x0000003f 
- 00028902  0x00007c8c rtn 
- 00028903  0x00007c93 bpatchx  0x000000d8 , 0x0000403b 
- 00028904  0x00007c94 fetch  0x00000002 , 0x00004575 
- 00028905  0x00007c95 iforce  0x00000006 
- 00028906  0x00007c97 ifetch  0x00000001 , 0x00000006 
- 00028907  0x00007c98 branch  0x00007100 , 0x00000034 
- 00028908  0x00007c99 lshift  0x0000003f , 0x0000003f 
- 00028909  0x00007c9a iadd  0x00000006 , 0x00000006 
- 00028910  0x00007c9b ifetch  0x00000004 , 0x00000006 
- 00028911  0x00007c9c isub  0x00000002 , 0x0000003e 
- 00028912  0x00007c9d branch  0x000070f4 , 0x00000005 
- 00028913  0x00007c9e call  0x00007062 
- 00028914  0x00007c9f iadd  0x00000006 , 0x00000006 
- 00028915  0x00007ca0 branch  0x000070ea 
- 00028916  0x00007ca2 call  0x00007062 
- 00028917  0x00007ca3 iadd  0x00000006 , 0x0000000b 
- 00028918  0x00007ca5 increase  0x00000001 , 0x00000006 
- 00028919  0x00007ca6 ifetch  0x00000002 , 0x00000006 
- 00028920  0x00007ca7 isub  0x00000012 , 0x0000003e 
- 00028921  0x00007ca8 rtn  0x00000005 
- 00028922  0x00007ca9 call  0x0000705b 
- 00028923  0x00007caa iadd  0x00000006 , 0x00000006 
- 00028924  0x00007cab deposit  0x0000000b 
- 00028925  0x00007cac isub  0x00000006 , 0x0000003e 
- 00028926  0x00007cad branch  0x00007100 , 0x00000005 
- 00028927  0x00007cae branch  0x000070f6 
- 00028928  0x00007cb0 force  0x00000000 , 0x00000006 
- 00028929  0x00007cb1 rtn 
- 00028930  0x00007cb6 arg  0x00000400 , 0x00000012 
- 00028931  0x00007cb7 call  0x000070f4 
- 00028932  0x00007cb8 arg  0x00000300 , 0x00000012 
- 00028933  0x00007cb9 call  0x0000710d 
- 00028934  0x00007cba nrtn  0x00000028 
- 00028935  0x00007cbb sub  0x00000011 , 0x00000003 , 0x0000003e 
- 00028936  0x00007cbc branch  0x00007fe9 , 0x00000002 
- 00028937  0x00007cbd ifetch  0x00000001 , 0x00000006 
- 00028938  0x00007cbe bne  0x00000008 , 0x00007fe9 
- 00028939  0x00007cbf ifetch  0x00000001 , 0x00000006 
- 00028940  0x00007cc0 rtn 
- 00028941  0x00007cc6 bpatchx  0x000000d9 , 0x0000403b 
- 00028942  0x00007cc7 call  0x00007062 
- 00028943  0x00007cc8 copy  0x0000003f , 0x00000011 
- 00028944  0x00007cca ifetch  0x00000001 , 0x00000006 
- 00028945  0x00007ccb and  0x0000003f , 0x00000007 , 0x00000039 
- 00028946  0x00007ccc rshift3  0x0000003f , 0x0000003f 
- 00028947  0x00007ccd sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00028948  0x00007cce branch  0x00007129 , 0x00000005 
- 00028949  0x00007ccf copy  0x00000039 , 0x0000003f 
- 00028950  0x00007cd0 beq  0x00000005 , 0x00007120 
- 00028951  0x00007cd1 beq  0x00000006 , 0x00007123 
- 00028952  0x00007cd2 beq  0x00000007 , 0x00007126 
- 00028953  0x00007cd3 increase  0xffffffff , 0x00000006 
- 00028954  0x00007cd4 call  0x00007062 
- 00028955  0x00007cd5 iadd  0x00000006 , 0x00000006 
- 00028956  0x00007cd6 copy  0x00000011 , 0x0000003f 
- 00028957  0x00007cd7 isub  0x00000002 , 0x00000011 
- 00028958  0x00007cd8 branch  0x00007fe9 , 0x00000005 
- 00028959  0x00007cd9 branch  0x00007110 
- 00028960  0x00007cdc increase  0xfffffffe , 0x00000011 
- 00028961  0x00007cdd increase  0x00000001 , 0x00000006 
- 00028962  0x00007cde branch  0x00007110 
- 00028963  0x00007ce0 increase  0xfffffffd , 0x00000011 
- 00028964  0x00007ce1 increase  0x00000002 , 0x00000006 
- 00028965  0x00007ce2 branch  0x00007110 
- 00028966  0x00007ce4 increase  0xfffffffb , 0x00000011 
- 00028967  0x00007ce5 increase  0x00000004 , 0x00000006 
- 00028968  0x00007ce6 branch  0x00007110 
- 00028969  0x00007ce9 increase  0xffffffff , 0x00000011 
- 00028970  0x00007cea copy  0x00000039 , 0x0000003f 
- 00028971  0x00007ceb beq  0x00000001 , 0x00007132 
- 00028972  0x00007cec beq  0x00000002 , 0x00007130 
- 00028973  0x00007ced beq  0x00000004 , 0x0000712f 
- 00028974  0x00007cee branch  0x00007fe9 
- 00028975  0x00007cf0 increase  0xfffffff4 , 0x00000011 
- 00028976  0x00007cf2 ifetch  0x00000002 , 0x00000006 
- 00028977  0x00007cf3 increase  0xfffffffe , 0x00000011 
- 00028978  0x00007cf5 ifetch  0x00000002 , 0x00000006 
- 00028979  0x00007cf6 isub  0x00000012 , 0x0000003e 
- 00028980  0x00007cf7 branch  0x00007fe7 , 0x00000005 
- 00028981  0x00007cf8 increase  0xfffffffe , 0x00000011 
- 00028982  0x00007cf9 branch  0x00007fe9 , 0x00000005 
- 00028983  0x00007cfa branch  0x00007110 
- 00028984  0x00007d36 call  0x000052d0 
- 00028985  0x00007d37 copy  0x0000003f , 0x00000005 
- 00028986  0x00007d38 setarg  0x00000006 
- 00028987  0x00007d39 istore  0x00000001 , 0x00000005 
- 00028988  0x00007d3a setarg  0x0000006e 
- 00028989  0x00007d3b istore  0x00000002 , 0x00000005 
- 00028990  0x00007d3c setarg  0x00000f00 
- 00028991  0x00007d3d istore  0x00000002 , 0x00000005 
- 00028992  0x00007d3e setarg  0x001a0535 
- 00028993  0x00007d3f istore  0x00000003 , 0x00000005 
- 00028994  0x00007d40 setarg  0x00000111 
- 00028995  0x00007d41 lshift16  0x0000003f , 0x0000003f 
- 00028996  0x00007d42 istore  0x00000004 , 0x00000005 
- 00028997  0x00007d43 setarg  0x00002600 
- 00028998  0x00007d44 istore  0x00000002 , 0x00000005 
- 00028999  0x00007d45 setarg  0x00000335 
- 00029000  0x00007d46 istore  0x00000002 , 0x00000005 
- 00029001  0x00007d47 setarg  0x00000009 
- 00029002  0x00007d48 istore  0x00000002 , 0x00000005 
- 00029003  0x00007d49 setarg  0x00000004 
- 00029004  0x00007d4a istore  0x00000002 , 0x00000005 
- 00029005  0x00007d4b jam  0x00000014 , 0x00000275 
- 00029006  0x00007d4c rtn 
- 00029007  0x00007d51 bpatchx  0x000000da , 0x0000403b 
- 00029008  0x00007d52 jam  0x00000050 , 0x000005e5 
- 00029009  0x00007d53 arg  0x000005e6 , 0x00000005 
- 00029010  0x00007d54 arg  0x0000443a , 0x00000006 
- 00029011  0x00007d55 call  0x00007ebf 
- 00029012  0x00007d56 arg  0x000045d2 , 0x00000006 
- 00029013  0x00007d57 call  0x00007ebd 
- 00029014  0x00007d58 arg  0x000009be , 0x00000006 
- 00029015  0x00007d59 call  0x00007ebd 
- 00029016  0x00007d5a call  0x0000720a 
- 00029017  0x00007d5b arg  0x0000042f , 0x00000006 
- 00029018  0x00007d5c call  0x00007205 
- 00029019  0x00007d5d call  0x000071d0 
- 00029020  0x00007d5f arg  0x00000af2 , 0x00000005 
- 00029021  0x00007d60 call  0x00007201 
- 00029022  0x00007d61 setarg  0x000f4240 
- 00029023  0x00007d62 copy  0x0000003f , 0x00000011 
- 00029024  0x00007d63 fetch  0x00000004 , 0x00000af2 
- 00029025  0x00007d64 idiv  0x00000011 
- 00029026  0x00007d65 call  0x00007f86 
- 00029027  0x00007d66 remainder  0x0000003f 
- 00029028  0x00007d67 store  0x00000004 , 0x000009ba 
- 00029029  0x00007d69 rtn 
- 00029030  0x00007d6c jam  0x00000041 , 0x000005e5 
- 00029031  0x00007d6d arg  0x000005e6 , 0x00000005 
- 00029032  0x00007d6e call  0x000071b5 
- 00029033  0x00007d6f call  0x000071b0 
- 00029034  0x00007d70 fetch  0x00000003 , 0x00004454 
- 00029035  0x00007d71 istore  0x00000003 , 0x00000005 
- 00029036  0x00007d74 call  0x00007176 
- 00029037  0x00007d76 arg  0x0000042f , 0x00000006 
- 00029038  0x00007d77 call  0x00007ebf 
- 00029039  0x00007d78 arg  0x0000443a , 0x00000006 
- 00029040  0x00007d79 call  0x00007ebf 
- 00029041  0x00007d7a call  0x0000720a 
- 00029042  0x00007d7b arg  0x00000b12 , 0x00000006 
- 00029043  0x00007d7c arg  0x00000ac2 , 0x00000005 
- 00029044  0x00007d7d call  0x00007ebf 
- 00029045  0x00007d7f branch  0x000071d0 
- 00029046  0x00007d84 fetch  0x00000004 , 0x000044c7 
- 00029047  0x00007d85 istore  0x00000004 , 0x00000005 
- 00029048  0x00007d86 call  0x00007ecd 
- 00029049  0x00007d87 branch  0x00007eca 
- 00029050  0x00007d8a bpatchx  0x000000db , 0x0000403b 
- 00029051  0x00007d8b jam  0x00000041 , 0x000005e5 
- 00029052  0x00007d8c arg  0x000005e6 , 0x00000005 
- 00029053  0x00007d8d call  0x000071b0 
- 00029054  0x00007d8e call  0x000071b5 
- 00029055  0x00007d8f fetch  0x00000003 , 0x0000444d 
- 00029056  0x00007d90 istore  0x00000003 , 0x00000005 
- 00029057  0x00007d93 call  0x00007176 
- 00029058  0x00007d94 arg  0x0000443a , 0x00000006 
- 00029059  0x00007d95 call  0x00007ebf 
- 00029060  0x00007d96 arg  0x0000042f , 0x00000006 
- 00029061  0x00007d97 call  0x00007ebf 
- 00029062  0x00007d98 call  0x0000720a 
- 00029063  0x00007d99 arg  0x00000b12 , 0x00000006 
- 00029064  0x00007d9a arg  0x00000ac2 , 0x00000005 
- 00029065  0x00007d9b call  0x00007ebf 
- 00029066  0x00007d9d call  0x000071d0 
- 00029067  0x00007d9e arg  0x00000af2 , 0x00000005 
- 00029068  0x00007d9f branch  0x00007201 
- 00029069  0x00007da2 jam  0x00000020 , 0x000005e5 
- 00029070  0x00007da3 arg  0x000009fe , 0x00000006 
- 00029071  0x00007da4 arg  0x000005e6 , 0x00000005 
- 00029072  0x00007da5 call  0x00007ebd 
- 00029073  0x00007da6 call  0x0000720a 
- 00029074  0x00007da7 arg  0x0000099e , 0x00000006 
- 00029075  0x00007da8 call  0x00007205 
- 00029076  0x00007da9 call  0x000071d0 
- 00029077  0x00007daa arg  0x00000ac2 , 0x00000005 
- 00029078  0x00007dab call  0x00007497 
- 00029079  0x00007dac arg  0x00000001 , 0x00000002 
- 00029080  0x00007dad call  0x0000719f 
- 00029081  0x00007dae arg  0x00004419 , 0x00000005 
- 00029082  0x00007daf call  0x00007201 
- 00029083  0x00007db0 arg  0x00000000 , 0x00000002 
- 00029084  0x00007db1 call  0x0000719f 
- 00029085  0x00007db2 arg  0x00000b12 , 0x00000005 
- 00029086  0x00007db4 branch  0x00007497 
- 00029087  0x00007db8 bpatchx  0x000000dc , 0x0000403b 
- 00029088  0x00007db9 jam  0x00000035 , 0x000005e5 
- 00029089  0x00007dba setarg  0x00000100 
- 00029090  0x00007dbb store  0x00000002 , 0x000005e6 
- 00029091  0x00007dbc call  0x000071b0 
- 00029092  0x00007dbd call  0x000071b5 
- 00029093  0x00007dbe arg  0x0000443a , 0x00000006 
- 00029094  0x00007dbf call  0x00007ebf 
- 00029095  0x00007dc0 arg  0x0000042f , 0x00000006 
- 00029096  0x00007dc1 call  0x00007ebf 
- 00029097  0x00007dc3 setarg  0x00006c65 
- 00029098  0x00007dc4 istore  0x00000002 , 0x00000005 
- 00029099  0x00007dc5 setarg  0x00006274 
- 00029100  0x00007dc6 istore  0x00000002 , 0x00000005 
- 00029101  0x00007dc7 istoret  0x00000001 , 0x00000005 
- 00029102  0x00007dc8 call  0x0000720a 
- 00029103  0x00007dc9 branch  0x000071d0 
- 00029104  0x00007dcc fetch  0x00000006 , 0x000044a0 
- 00029105  0x00007dcd istore  0x00000006 , 0x00000005 
- 00029106  0x00007dce fetch  0x00000001 , 0x00004495 
- 00029107  0x00007dcf istore  0x00000001 , 0x00000005 
- 00029108  0x00007dd0 rtn 
- 00029109  0x00007dd3 fetch  0x00000006 , 0x0000044f 
- 00029110  0x00007dd4 istore  0x00000006 , 0x00000005 
- 00029111  0x00007dd9 fetch  0x00000001 , 0x0000448e 
- 00029112  0x00007dda istore  0x00000001 , 0x00000005 
- 00029113  0x00007ddb rtn 
- 00029114  0x00007dde jam  0x00000041 , 0x000005e5 
- 00029115  0x00007ddf fetch  0x00000001 , 0x00004664 
- 00029116  0x00007de0 store  0x00000001 , 0x000005e6 
- 00029117  0x00007de1 arg  0x000045d2 , 0x00000006 
- 00029118  0x00007de2 call  0x00007ebd 
- 00029119  0x00007de3 arg  0x000009be , 0x00000006 
- 00029120  0x00007de4 call  0x00007ebd 
- 00029121  0x00007de5 call  0x0000720a 
- 00029122  0x00007de6 arg  0x0000042f , 0x00000006 
- 00029123  0x00007de7 call  0x00007205 
- 00029124  0x00007de8 branch  0x000071d0 
- 00029125  0x00007dec jam  0x00000041 , 0x000005e5 
- 00029126  0x00007ded fetch  0x00000001 , 0x00004664 
- 00029127  0x00007dee store  0x00000001 , 0x000005e6 
- 00029128  0x00007def arg  0x000009be , 0x00000006 
- 00029129  0x00007df0 call  0x00007ebd 
- 00029130  0x00007df1 arg  0x000045d2 , 0x00000006 
- 00029131  0x00007df2 call  0x00007ebd 
- 00029132  0x00007df3 call  0x0000720a 
- 00029133  0x00007df4 arg  0x0000443a , 0x00000006 
- 00029134  0x00007df5 call  0x00007205 
- 00029135  0x00007df6 branch  0x000071d0 
- 00029136  0x00007df9 bpatchx  0x000000dd , 0x0000403b 
- 00029137  0x00007dfa call  0x0000721f 
- 00029138  0x00007dfe fetch  0x00000001 , 0x000005e5 
- 00029139  0x00007dff copy  0x0000003f , 0x00000002 
- 00029140  0x00007e01 increase  0x0000000f , 0x0000003f 
- 00029141  0x00007e02 rshift4  0x0000003f , 0x0000003f 
- 00029142  0x00007e03 copy  0x0000003f , 0x00000012 
- 00029143  0x00007e04 branch  0x000071e2 , 0x00000034 
- 00029144  0x00007e05 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029145  0x00007e06 nbranch  0x000071e5 , 0x00000034 
- 00029146  0x00007e08 arg  0x00000ad2 , 0x00000013 
- 00029147  0x00007e09 arg  0x000005e6 , 0x0000003f 
- 00029148  0x00007e0a increase  0xfffffff0 , 0x0000003f 
- 00029149  0x00007e0d iadd  0x00000002 , 0x00000011 
- 00029150  0x00007e0e arg  0x00000b02 , 0x00000005 
- 00029151  0x00007e0f arg  0x00000004 , 0x00000039 
- 00029152  0x00007e10 call  0x00007edd 
- 00029153  0x00007e14 branch  0x000071f0 
- 00029154  0x00007e17 arg  0x00000001 , 0x00000012 
- 00029155  0x00007e18 arg  0x00000000 , 0x00000011 
- 00029156  0x00007e1a branch  0x000071e6 
- 00029157  0x00007e1f and  0x00000002 , 0x0000000f , 0x00000011 
- 00029158  0x00007e21 arg  0x000005e6 , 0x0000003f 
- 00029159  0x00007e22 iadd  0x00000002 , 0x0000003f 
- 00029160  0x00007e23 isub  0x00000011 , 0x00000006 
- 00029161  0x00007e25 arg  0x00000af2 , 0x00000005 
- 00029162  0x00007e26 call  0x00007245 
- 00029163  0x00007e28 arg  0x00000ae2 , 0x00000013 
- 00029164  0x00007e29 arg  0x00000af2 , 0x00000011 
- 00029165  0x00007e2a arg  0x00000b02 , 0x00000005 
- 00029166  0x00007e2b arg  0x00000004 , 0x00000039 
- 00029167  0x00007e2c call  0x00007edd 
- 00029168  0x00007e38 call  0x00007491 
- 00029169  0x00007e39 call  0x00007428 
- 00029170  0x00007e3c arg  0x000005e6 , 0x00000006 
- 00029171  0x00007e3f increase  0xffffffff , 0x00000012 
- 00029172  0x00007e40 deposit  0x00000012 
- 00029173  0x00007e41 branch  0x000071f9 , 0x00000034 
- 00029174  0x00007e42 call  0x00007486 
- 00029175  0x00007e43 call  0x00007422 
- 00029176  0x00007e44 branch  0x000071f3 
- 00029177  0x00007e47 arg  0x00000af2 , 0x00000005 
- 00029178  0x00007e48 call  0x00007497 
- 00029179  0x00007e49 arg  0x00000b02 , 0x00000006 
- 00029180  0x00007e4a call  0x00007486 
- 00029181  0x00007e4b call  0x00007428 
- 00029182  0x00007e4c arg  0x00000af2 , 0x00000006 
- 00029183  0x00007e4d call  0x00007486 
- 00029184  0x00007e4e branch  0x00007422 
- 00029185  0x00007e54 copy  0x00000005 , 0x00000011 
- 00029186  0x00007e55 call  0x00007497 
- 00029187  0x00007e57 arg  0x00000010 , 0x00000039 
- 00029188  0x00007e58 branch  0x00007ee5 
- 00029189  0x00007e5b arg  0x00000ac2 , 0x00000005 
- 00029190  0x00007e5c call  0x00007ebf 
- 00029191  0x00007e5e arg  0x00000010 , 0x00000039 
- 00029192  0x00007e5f arg  0x00000ac2 , 0x00000011 
- 00029193  0x00007e60 branch  0x00007ee5 
- 00029194  0x00007e63 fetch  0x00000001 , 0x000005e5 
- 00029195  0x00007e64 copy  0x0000003f , 0x00000039 
- 00029196  0x00007e65 arg  0x000005e6 , 0x00000011 
- 00029197  0x00007e66 branch  0x00007ee5 
- 00029198  0x00007e69 ifetch  0x00000001 , 0x00000011 
- 00029199  0x00007e6a lshift  0x0000003f , 0x0000003f 
- 00029200  0x00007e6b isolate1  0x00000000 , 0x00000013 
- 00029201  0x00007e6c setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00029202  0x00007e6d isolate1  0x00000008 , 0x0000003f 
- 00029203  0x00007e6e setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029204  0x00007e6f istore  0x00000001 , 0x00000011 
- 00029205  0x00007e70 increase  0xffffffff , 0x00000011 
- 00029206  0x00007e71 loop  0x0000720e 
- 00029207  0x00007e72 rtn 
- 00029208  0x00007e75 arg  0x00000ad2 , 0x00000011 
- 00029209  0x00007e77 increase  0x0000000f , 0x00000011 
- 00029210  0x00007e78 force  0x00000010 , 0x00000039 
- 00029211  0x00007e79 force  0x00000000 , 0x00000013 
- 00029212  0x00007e7a branch  0x0000720e 
- 00029213  0x00007e7d arg  0x00000ae2 , 0x00000011 
- 00029214  0x00007e7e branch  0x00007219 
- 00029215  0x00007e82 arg  0x00000ac2 , 0x00000006 
- 00029216  0x00007e83 call  0x00007484 
- 00029217  0x00007e86 force  0x00000008 , 0x00000038 
- 00029218  0x00007e87 call  0x00007492 
- 00029219  0x00007e88 call  0x00007491 
- 00029220  0x00007e89 call  0x0000741f 
- 00029221  0x00007e8e arg  0x00000ad2 , 0x00000005 
- 00029222  0x00007e8f call  0x00007497 
- 00029223  0x00007e91 bpatchx  0x000000de , 0x0000403b 
- 00029224  0x00007e92 fetch  0x00000001 , 0x00000ad2 
- 00029225  0x00007e93 isolate1  0x00000007 , 0x0000003f 
- 00029226  0x00007e94 nbranch  0x00007230 , 0x00000001 
- 00029227  0x00007e95 call  0x00007218 
- 00029228  0x00007e98 arg  0x00000ad2 , 0x00000013 
- 00029229  0x00007e9a arg  0x00000ad2 , 0x00000005 
- 00029230  0x00007e9d call  0x0000723a 
- 00029231  0x00007e9e branch  0x00007231 
- 00029232  0x00007ea0 call  0x00007218 
- 00029233  0x00007ea3 arg  0x00000ad2 , 0x00000006 
- 00029234  0x00007ea4 arg  0x00000ae2 , 0x00000005 
- 00029235  0x00007ea5 call  0x00007ebf 
- 00029236  0x00007ea6 fetch  0x00000001 , 0x00000ae2 
- 00029237  0x00007ea7 isolate1  0x00000007 , 0x0000003f 
- 00029238  0x00007ea8 nbranch  0x0000721d , 0x00000001 
- 00029239  0x00007ea9 call  0x0000721d 
- 00029240  0x00007eab arg  0x00000ae2 , 0x00000013 
- 00029241  0x00007ead arg  0x00000ae2 , 0x00000005 
- 00029242  0x00007eb4 arg  0x00000003 , 0x00000039 
- 00029243  0x00007eb6 arg  0x00000000 , 0x00000002 
- 00029244  0x00007eb7 call  0x00007241 
- 00029245  0x00007eb8 increase  0x00000004 , 0x00000013 
- 00029246  0x00007eb9 loop  0x0000723b 
- 00029247  0x00007eba arg  0x00008700 , 0x00000002 
- 00029248  0x00007ebb lshift16  0x00000002 , 0x00000002 
- 00029249  0x00007ebd ifetch  0x00000004 , 0x00000013 
- 00029250  0x00007ebe ixor  0x00000002 , 0x0000003f 
- 00029251  0x00007ebf istore  0x00000004 , 0x00000005 
- 00029252  0x00007ec0 rtn 
- 00029253  0x00007ec7 bpatchx  0x000000df , 0x0000403b 
- 00029254  0x00007ec8 arg  0x00000010 , 0x00000039 
- 00029255  0x00007ec9 arg  0x00000000 , 0x0000003f 
- 00029256  0x00007ecb isub  0x00000011 , 0x0000003e 
- 00029257  0x00007ecc branch  0x00007250 , 0x00000005 
- 00029258  0x00007ecd branch  0x00007253 , 0x00000002 
- 00029259  0x00007ece ifetcht  0x00000001 , 0x00000006 
- 00029260  0x00007ecf istoret  0x00000001 , 0x00000005 
- 00029261  0x00007ed1 increase  0x00000001 , 0x0000003f 
- 00029262  0x00007ed2 loop  0x00007248 
- 00029263  0x00007ed3 rtn 
- 00029264  0x00007ed5 arg  0x00000080 , 0x00000002 
- 00029265  0x00007ed7 istoret  0x00000001 , 0x00000005 
- 00029266  0x00007ed8 branch  0x0000724d 
- 00029267  0x00007edb arg  0x00000000 , 0x00000002 
- 00029268  0x00007edc branch  0x00007251 
- 00029269  0x00007ee0 call  0x00007268 
- 00029270  0x00007ee1 arg  0x00000592 , 0x00000006 
- 00029271  0x00007ee2 arg  0x00000582 , 0x00000005 
- 00029272  0x00007ee3 branch  0x00007ebf 
- 00029273  0x00007ee7 disable  0x00000028 
- 00029274  0x00007ee8 call  0x0000735f 
- 00029275  0x00007ee9 arg  0x00000562 , 0x00000006 
- 00029276  0x00007eea arg  0x000005a2 , 0x00000005 
- 00029277  0x00007eeb force  0x0000000f , 0x00000039 
- 00029278  0x00007eec call  0x00007f01 
- 00029279  0x00007eed ifetch  0x00000001 , 0x00000006 
- 00029280  0x00007eee xor_into  0x00000006 , 0x0000003f 
- 00029281  0x00007eef istore  0x00000001 , 0x00000005 
- 00029282  0x00007ef0 setarg  0x000005b2 
- 00029283  0x00007ef1 store  0x00000002 , 0x000005d6 
- 00029284  0x00007ef2 setarg  0x000005a2 
- 00029285  0x00007ef3 store  0x00000002 , 0x000005d4 
- 00029286  0x00007ef4 set1  0x00000012 , 0x00000000 
- 00029287  0x00007ef5 branch  0x000072a8 
- 00029288  0x00007efa fetcht  0x00000001 , 0x00004689 
- 00029289  0x00007efb force  0x00000010 , 0x00000012 
- 00029290  0x00007efc add  0x00000002 , 0x00000006 , 0x00000013 
- 00029291  0x00007efd sub  0x00000013 , 0x00000010 , 0x0000003e 
- 00029292  0x00007efe branch  0x0000726e , 0x00000002 
- 00029293  0x00007eff force  0x00000010 , 0x00000013 
- 00029294  0x00007f01 arg  0x000005a2 , 0x00000005 
- 00029295  0x00007f03 arg  0x0000468a , 0x00000006 
- 00029296  0x00007f04 copy  0x00000002 , 0x00000039 
- 00029297  0x00007f05 disable  0x00000028 
- 00029298  0x00007f07 ifetch  0x00000001 , 0x00000006 
- 00029299  0x00007f08 istore  0x00000001 , 0x00000005 
- 00029300  0x00007f09 increase  0xffffffff , 0x00000012 
- 00029301  0x00007f0a branch  0x0000727c , 0x00000005 
- 00029302  0x00007f0b loop  0x00007272 
- 00029303  0x00007f0c branch  0x0000726f , 0x00000028 
- 00029304  0x00007f0d enable  0x00000028 
- 00029305  0x00007f0e force  0x00000006 , 0x00000039 
- 00029306  0x00007f0f copy  0x00000011 , 0x00000006 
- 00029307  0x00007f10 branch  0x00007272 
- 00029308  0x00007f12 arg  0x00000562 , 0x00000006 
- 00029309  0x00007f13 arg  0x000005b2 , 0x00000005 
- 00029310  0x00007f14 call  0x00007ebf 
- 00029311  0x00007f15 fetch  0x00000001 , 0x000005c1 
- 00029312  0x00007f16 ixor  0x00000013 , 0x0000003f 
- 00029313  0x00007f17 store  0x00000001 , 0x000005c1 
- 00029314  0x00007f18 setarg  0x000005b2 
- 00029315  0x00007f19 store  0x00000002 , 0x000005d6 
- 00029316  0x00007f1a setarg  0x000005a2 
- 00029317  0x00007f1b store  0x00000002 , 0x000005d4 
- 00029318  0x00007f1c set1  0x00000012 , 0x00000000 
- 00029319  0x00007f1d branch  0x000072a8 
- 00029320  0x00007f23 disable  0x00000028 
- 00029321  0x00007f24 call  0x0000735f 
- 00029322  0x00007f25 branch  0x00007292 
- 00029323  0x00007f28 arg  0x00000056 , 0x00000011 
- 00029324  0x00007f29 enable  0x00000028 
- 00029325  0x00007f2a call  0x0000735f 
- 00029326  0x00007f2b call  0x00007292 
- 00029327  0x00007f2c arg  0x00000592 , 0x00000006 
- 00029328  0x00007f2d arg  0x00000062 , 0x00000005 
- 00029329  0x00007f2e branch  0x00007ebf 
- 00029330  0x00007f32 setarg  0x00000562 
- 00029331  0x00007f33 store  0x00000002 , 0x000005d6 
- 00029332  0x00007f34 setarg  0x000041be 
- 00029333  0x00007f35 store  0x00000002 , 0x000005d4 
- 00029334  0x00007f36 set0  0x00000012 , 0x00000000 
- 00029335  0x00007f37 call  0x000072a8 
- 00029336  0x00007f38 arg  0x00000592 , 0x00000011 
- 00029337  0x00007f39 arg  0x00000562 , 0x00000012 
- 00029338  0x00007f3a arg  0x000005a2 , 0x00000005 
- 00029339  0x00007f3b call  0x00007352 
- 00029340  0x00007f3c arg  0x000005a2 , 0x00000011 
- 00029341  0x00007f3d arg  0x000005b2 , 0x00000012 
- 00029342  0x00007f3e copy  0x00000012 , 0x00000005 
- 00029343  0x00007f3f enable  0x00000028 
- 00029344  0x00007f40 call  0x00007350 
- 00029345  0x00007f41 call  0x0000736a 
- 00029346  0x00007f42 setarg  0x000005b2 
- 00029347  0x00007f43 store  0x00000002 , 0x000005d6 
- 00029348  0x00007f44 setarg  0x000005a2 
- 00029349  0x00007f45 store  0x00000002 , 0x000005d4 
- 00029350  0x00007f46 set1  0x00000012 , 0x00000000 
- 00029351  0x00007f47 branch  0x000072a8 
- 00029352  0x00007f4c jam  0x00000000 , 0x000005d8 
- 00029353  0x00007f4d fetch  0x00000002 , 0x000005d4 
- 00029354  0x00007f4e iforce  0x00000006 
- 00029355  0x00007f4f arg  0x000005c2 , 0x00000005 
- 00029356  0x00007f50 call  0x00007ebf 
- 00029357  0x00007f51 fetch  0x00000002 , 0x000005d6 
- 00029358  0x00007f52 iforce  0x00000006 
- 00029359  0x00007f53 arg  0x00000592 , 0x00000005 
- 00029360  0x00007f54 call  0x00007ebf 
- 00029361  0x00007f57 call  0x000072cf 
- 00029362  0x00007f58 disable  0x00000028 
- 00029363  0x00007f59 bmark0  0x00000012 , 0x000072b9 
- 00029364  0x00007f5a fetch  0x00000001 , 0x000005d8 
- 00029365  0x00007f5b bne  0x00000004 , 0x000072b9 
- 00029366  0x00007f5c fetch  0x00000002 , 0x000005d6 
- 00029367  0x00007f5d iforce  0x00000012 
- 00029368  0x00007f5e call  0x00007301 
- 00029369  0x00007f60 call  0x00007300 
- 00029370  0x00007f61 call  0x00007313 
- 00029371  0x00007f62 fetch  0x00000001 , 0x000005d8 
- 00029372  0x00007f63 increase  0x00000001 , 0x0000003f 
- 00029373  0x00007f64 store  0x00000001 , 0x000005d8 
- 00029374  0x00007f66 call  0x000072cf 
- 00029375  0x00007f67 enable  0x00000028 
- 00029376  0x00007f68 call  0x00007300 
- 00029377  0x00007f69 call  0x00007322 
- 00029378  0x00007f6a call  0x00007331 
- 00029379  0x00007f6b call  0x00007322 
- 00029380  0x00007f6c call  0x00007331 
- 00029381  0x00007f6d call  0x00007322 
- 00029382  0x00007f6e call  0x00007331 
- 00029383  0x00007f6f call  0x00007322 
- 00029384  0x00007f70 fetch  0x00000001 , 0x000005d8 
- 00029385  0x00007f71 increase  0x00000001 , 0x0000003f 
- 00029386  0x00007f72 store  0x00000001 , 0x000005d8 
- 00029387  0x00007f73 bne  0x00000010 , 0x000072b1 
- 00029388  0x00007f74 call  0x000072cf 
- 00029389  0x00007f75 disable  0x00000028 
- 00029390  0x00007f76 branch  0x00007300 
- 00029391  0x00007f7b fetch  0x00000001 , 0x000005d8 
- 00029392  0x00007f7c arg  0x000005c2 , 0x00000006 
- 00029393  0x00007f7d branch  0x000072f6 , 0x00000034 
- 00029394  0x00007f7e iforce  0x00000012 
- 00029395  0x00007f7f force  0x00000011 , 0x00000039 
- 00029396  0x00007f80 copy  0x00000006 , 0x00000005 
- 00029397  0x00007f82 ifetch  0x00000001 , 0x00000006 
- 00029398  0x00007f83 lshift3  0x0000003f , 0x00000002 
- 00029399  0x00007f84 rshift2  0x0000003f , 0x0000003f 
- 00029400  0x00007f85 rshift3  0x0000003f , 0x0000003f 
- 00029401  0x00007f86 ior  0x00000002 , 0x0000003f 
- 00029402  0x00007f87 istore  0x00000001 , 0x00000005 
- 00029403  0x00007f88 loop  0x000072d5 
- 00029404  0x00007f89 setarg  0x000005c2 
- 00029405  0x00007f8a iadd  0x00000012 , 0x00000006 
- 00029406  0x00007f8b force  0x00000010 , 0x00000039 
- 00029407  0x00007f8c arg  0x00000572 , 0x00000005 
- 00029408  0x00007f8e ifetch  0x00000001 , 0x00000006 
- 00029409  0x00007f8f istore  0x00000001 , 0x00000005 
- 00029410  0x00007f90 compare  0x000005d3 , 0x00000006 , 0x000000ff 
- 00029411  0x00007f91 nbranch  0x000072e5 , 0x00000001 
- 00029412  0x00007f92 increase  0xffffffef , 0x00000006 
- 00029413  0x00007f94 loop  0x000072e0 
- 00029414  0x00007f95 force  0x00000000 , 0x00000011 
- 00029415  0x00007f96 add  0x00000012 , 0xffffffff , 0x00000013 
- 00029416  0x00007f97 lshift2  0x00000013 , 0x00000013 
- 00029417  0x00007f98 lshift2  0x00000013 , 0x00000013 
- 00029418  0x00007f99 call  0x000074b9 
- 00029419  0x00007f9a setarg  0x00008400 
- 00029420  0x00007f9b iadd  0x00000013 , 0x00000013 
- 00029421  0x00007f9c arg  0x00000572 , 0x00000005 
- 00029422  0x00007f9d force  0x00000010 , 0x00000039 
- 00029423  0x00007f9f ifetcht  0x00000001 , 0x00000013 
- 00029424  0x00007fa0 ifetch  0x00000001 , 0x00000005 
- 00029425  0x00007fa1 iadd  0x00000002 , 0x0000003f 
- 00029426  0x00007fa2 istore  0x00000001 , 0x00000005 
- 00029427  0x00007fa3 increase  0x00000001 , 0x00000013 
- 00029428  0x00007fa4 loop  0x000072ef 
- 00029429  0x00007fa5 branch  0x000074bd 
- 00029430  0x00007fa8 force  0x00000010 , 0x00000039 
- 00029431  0x00007fa9 force  0x00000000 , 0x00000002 
- 00029432  0x00007fab ifetch  0x00000001 , 0x00000006 
- 00029433  0x00007fac ixor  0x00000002 , 0x00000002 
- 00029434  0x00007fad loop  0x000072f8 
- 00029435  0x00007fae deposit  0x00000002 
- 00029436  0x00007faf istore  0x00000001 , 0x00000006 
- 00029437  0x00007fb0 arg  0x000005c2 , 0x00000006 
- 00029438  0x00007fb1 arg  0x00000572 , 0x00000005 
- 00029439  0x00007fb2 branch  0x00007ebf 
- 00029440  0x00007fb5 arg  0x00000572 , 0x00000012 
- 00029441  0x00007fb7 force  0x00000010 , 0x00000039 
- 00029442  0x00007fb8 arg  0x00000592 , 0x00000011 
- 00029443  0x00007fb9 copy  0x00000011 , 0x00000005 
- 00029444  0x00007fbb ifetcht  0x00000001 , 0x00000011 
- 00029445  0x00007fbc ifetch  0x00000001 , 0x00000012 
- 00029446  0x00007fbd ixor  0x00000002 , 0x00000030 
- 00029447  0x00007fbe and  0x00000039 , 0x00000003 , 0x00000013 
- 00029448  0x00007fbf nbranch  0x0000730a , 0x00000028 
- 00029449  0x00007fc0 xor_into  0x00000003 , 0x00000013 
- 00029450  0x00007fc2 sub  0x00000013 , 0x00000001 , 0x00000013 
- 00029451  0x00007fc3 branch  0x0000730d , 0x00000002 
- 00029452  0x00007fc4 iadd  0x00000002 , 0x00000030 
- 00029453  0x00007fc6 deposit  0x00000030 
- 00029454  0x00007fc7 istore  0x00000001 , 0x00000005 
- 00029455  0x00007fc8 increase  0x00000001 , 0x00000011 
- 00029456  0x00007fc9 increase  0x00000001 , 0x00000012 
- 00029457  0x00007fca loop  0x00007304 
- 00029458  0x00007fcb rtn 
- 00029459  0x00007fce call  0x000074b9 
- 00029460  0x00007fcf force  0x00000010 , 0x00000039 
- 00029461  0x00007fd0 arg  0x00000592 , 0x00000011 
- 00029462  0x00007fd2 ifetch  0x00000001 , 0x00000011 
- 00029463  0x00007fd3 arg  0x00008500 , 0x00000006 
- 00029464  0x00007fd4 and  0x00000039 , 0x00000003 , 0x00000013 
- 00029465  0x00007fd5 sub  0x00000013 , 0x00000001 , 0x0000003e 
- 00029466  0x00007fd6 branch  0x0000731c , 0x00000002 
- 00029467  0x00007fd7 arg  0x00008600 , 0x00000006 
- 00029468  0x00007fd9 iadd  0x00000006 , 0x00000006 
- 00029469  0x00007fda ifetch  0x00000001 , 0x00000006 
- 00029470  0x00007fdb istore  0x00000001 , 0x00000011 
- 00029471  0x00007fdc increase  0x00000001 , 0x00000011 
- 00029472  0x00007fdd loop  0x00007316 
- 00029473  0x00007fde branch  0x000074bd 
- 00029474  0x00007fe1 force  0x00000008 , 0x00000039 
- 00029475  0x00007fe2 arg  0x00000592 , 0x00000006 
- 00029476  0x00007fe3 copy  0x00000006 , 0x00000005 
- 00029477  0x00007fe5 ifetch  0x00000001 , 0x00000006 
- 00029478  0x00007fe6 iforce  0x00000011 
- 00029479  0x00007fe7 ifetch  0x00000001 , 0x00000006 
- 00029480  0x00007fe8 iforce  0x00000012 
- 00029481  0x00007fe9 lshift  0x00000011 , 0x0000003f 
- 00029482  0x00007fea iadd  0x00000012 , 0x0000003f 
- 00029483  0x00007feb istore  0x00000001 , 0x00000005 
- 00029484  0x00007fec deposit  0x00000011 
- 00029485  0x00007fed iadd  0x00000012 , 0x0000003f 
- 00029486  0x00007fee istore  0x00000001 , 0x00000005 
- 00029487  0x00007fef loop  0x00007325 
- 00029488  0x00007ff0 rtn 
- 00029489  0x00007ff4 setarg  0x008ae42c 
- 00029490  0x00007ff5 iforce  0x00000002 
- 00029491  0x00007ff6 force  0x00000007 , 0x00000039 
- 00029492  0x00007ff7 call  0x00007340 
- 00029493  0x00007ff8 setarg  0x000d751b 
- 00029494  0x00007ff9 iforce  0x00000002 
- 00029495  0x00007ffa force  0x00000005 , 0x00000039 
- 00029496  0x00007ffb call  0x00007340 
- 00029497  0x00007ffc fetch  0x00000001 , 0x000005a1 
- 00029498  0x00007ffd iforce  0x00000011 
- 00029499  0x00007ffe fetch  0x00000001 , 0x00000595 
- 00029500  0x00007fff store  0x00000001 , 0x000005a1 
- 00029501  0x00008000 deposit  0x00000011 
- 00029502  0x00008001 store  0x00000001 , 0x00000595 
- 00029503  0x00008002 rtn 
- 00029504  0x00008005 and  0x00000002 , 0x0000000f , 0x00000012 
- 00029505  0x00008007 and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029506  0x00008008 arg  0x00000592 , 0x00000005 
- 00029507  0x00008009 iadd  0x00000005 , 0x00000005 
- 00029508  0x0000800a ifetch  0x00000001 , 0x00000005 
- 00029509  0x0000800b iforce  0x00000013 
- 00029510  0x0000800c deposit  0x00000011 
- 00029511  0x0000800d istore  0x00000001 , 0x00000005 
- 00029512  0x0000800e copy  0x00000013 , 0x00000011 
- 00029513  0x0000800f rshift4  0x00000002 , 0x00000002 
- 00029514  0x00008010 loop  0x00007341 
- 00029515  0x00008011 setarg  0x00000592 
- 00029516  0x00008012 iadd  0x00000012 , 0x00000005 
- 00029517  0x00008013 deposit  0x00000011 
- 00029518  0x00008014 istore  0x00000001 , 0x00000005 
- 00029519  0x00008015 rtn 
- 00029520  0x00008018 enable  0x00000028 
- 00029521  0x00008019 branch  0x00007353 
- 00029522  0x0000801c disable  0x00000028 
- 00029523  0x0000801e force  0x00000010 , 0x00000039 
- 00029524  0x00008020 ifetcht  0x00000001 , 0x00000011 
- 00029525  0x00008021 ifetch  0x00000001 , 0x00000012 
- 00029526  0x00008022 branch  0x00007359 , 0x00000028 
- 00029527  0x00008023 ixor  0x00000002 , 0x0000003f 
- 00029528  0x00008024 branch  0x0000735a 
- 00029529  0x00008026 iadd  0x00000002 , 0x0000003f 
- 00029530  0x00008028 istore  0x00000001 , 0x00000005 
- 00029531  0x00008029 increase  0x00000001 , 0x00000011 
- 00029532  0x0000802a increase  0x00000001 , 0x00000012 
- 00029533  0x0000802b loop  0x00007354 
- 00029534  0x0000802c rtn 
- 00029535  0x00008030 arg  0x000005b2 , 0x00000005 
- 00029536  0x00008031 ifetch  0x00000006 , 0x00000011 
- 00029537  0x00008032 istore  0x00000006 , 0x00000005 
- 00029538  0x00008033 branch  0x00007365 , 0x00000028 
- 00029539  0x00008034 ifetch  0x00000006 , 0x00000011 
- 00029540  0x00008035 branch  0x00007366 
- 00029541  0x00008037 ifetch  0x00000006 , 0x00000006 
- 00029542  0x00008039 istore  0x00000006 , 0x00000005 
- 00029543  0x0000803a ifetch  0x00000004 , 0x00000011 
- 00029544  0x0000803b istore  0x00000004 , 0x00000005 
- 00029545  0x0000803c rtn 
- 00029546  0x0000803f arg  0x000041be , 0x00000006 
- 00029547  0x00008040 arg  0x000005a2 , 0x00000005 
- 00029548  0x00008041 arg  0x00000000 , 0x00000002 
- 00029549  0x00008042 setarg  0x008395a7 
- 00029550  0x00008043 call  0x0000738b 
- 00029551  0x00008044 setarg  0x00b3c1df 
- 00029552  0x00008045 call  0x0000738b 
- 00029553  0x00008046 setarg  0x0000e5e9 
- 00029554  0x00008047 call  0x0000738c 
- 00029555  0x00008048 copy  0x00000002 , 0x00000014 
- 00029556  0x00008049 disable  0x00000028 
- 00029557  0x0000804a call  0x00007379 
- 00029558  0x0000804b copy  0x00000014 , 0x00000002 
- 00029559  0x0000804c enable  0x00000028 
- 00029560  0x0000804d branch  0x00007379 
- 00029561  0x00008050 force  0x00000008 , 0x00000039 
- 00029562  0x00008052 ifetch  0x00000001 , 0x00000006 
- 00029563  0x00008053 compare  0x00000001 , 0x00000039 , 0x00000001 
- 00029564  0x00008054 branch  0x00007380 , 0x00000028 
- 00029565  0x00008055 branch  0x00007381 , 0x00000001 
- 00029566  0x00008057 iadd  0x00000002 , 0x0000003f 
- 00029567  0x00008058 branch  0x00007382 
- 00029568  0x0000805a branch  0x0000737e , 0x00000001 
- 00029569  0x0000805c ixor  0x00000002 , 0x0000003f 
- 00029570  0x0000805e istore  0x00000001 , 0x00000005 
- 00029571  0x0000805f rshift8  0x00000002 , 0x00000002 
- 00029572  0x00008060 loop  0x0000737a 
- 00029573  0x00008061 rtn 
- 00029574  0x00008064 fetch  0x00000006 , 0x00000596 
- 00029575  0x00008065 store  0x00000006 , 0x00000056 
- 00029576  0x00008066 ifetch  0x00000006 , 0x00000006 
- 00029577  0x00008067 istore  0x00000006 , 0x00000005 
- 00029578  0x00008068 rtn 
- 00029579  0x0000806b lshift8  0x00000002 , 0x00000002 
- 00029580  0x0000806d lshift16  0x00000002 , 0x00000002 
- 00029581  0x0000806e ior  0x00000002 , 0x00000002 
- 00029582  0x0000806f rtn 
- 00029583  0x00008074 branch  0x0000738f 
- 00029584  0x00008079 bpatchx  0x000000e0 , 0x0000403c 
- 00029585  0x0000807a call  0x0000742b 
- 00029586  0x0000807b arg  0x00004419 , 0x00000005 
- 00029587  0x0000807c branch  0x00007497 
- 00029588  0x00008080 arg  0x0000443a , 0x00000005 
- 00029589  0x00008081 branch  0x00007397 , 0x00000029 
- 00029590  0x00008082 arg  0x0000042f , 0x00000005 
- 00029591  0x00008084 copy  0x00000006 , 0x00000011 
- 00029592  0x00008085 call  0x00007ebf 
- 00029593  0x00008086 call  0x00007440 
- 00029594  0x00008087 arg  0x0000442a , 0x00000006 
- 00029595  0x00008088 branch  0x000074b0 
- 00029596  0x0000808b arg  0x0000042f , 0x00000011 
- 00029597  0x0000808c branch  0x0000739f , 0x00000029 
- 00029598  0x0000808d arg  0x0000443a , 0x00000011 
- 00029599  0x0000808f copy  0x00000011 , 0x00000005 
- 00029600  0x00008090 call  0x0000630c 
- 00029601  0x00008091 branch  0x00007440 
- 00029602  0x00008094 arg  0x000044aa , 0x00000006 
- 00029603  0x00008095 call  0x00007486 
- 00029604  0x00008096 arg  0x00004419 , 0x00000006 
- 00029605  0x00008097 call  0x00007487 
- 00029606  0x00008098 force  0x00000038 , 0x00000036 
- 00029607  0x00008099 force  0x00000000 , 0x00000036 
- 00029608  0x0000809a call  0x0000741d 
- 00029609  0x0000809b arg  0x0000047c , 0x00000005 
- 00029610  0x0000809c branch  0x00007497 
- 00029611  0x000080a0 force  0x00000049 , 0x0000003f 
- 00029612  0x000080a1 branch  0x000073ae 
- 00029613  0x000080a3 force  0x00000001 , 0x0000003f 
- 00029614  0x000080a5 force  0x00000000 , 0x00000038 
- 00029615  0x000080a6 lshift8  0x00000002 , 0x0000002f 
- 00029616  0x000080a7 ior  0x0000002f , 0x0000002f 
- 00029617  0x000080a8 increase  0x00000001 , 0x00000038 
- 00029618  0x000080a9 rshift8  0x00000002 , 0x0000002f 
- 00029619  0x000080aa rshift16  0x0000002f , 0x0000002f 
- 00029620  0x000080ab fetch  0x00000002 , 0x00004411 
- 00029621  0x000080ac lshift16 , 0x0000003f , 0x0000003f 
- 00029622  0x000080ad ior  0x0000002f , 0x0000002f 
- 00029623  0x000080ae increase  0x00000001 , 0x00000038 
- 00029624  0x000080af ifetch  0x00000004 , 0x00000006 
- 00029625  0x000080b0 iforce  0x0000002f 
- 00029626  0x000080b1 increase  0x00000001 , 0x00000038 
- 00029627  0x000080b2 ifetch  0x00000002 , 0x00000006 
- 00029628  0x000080b3 byteswap  0x00000011 , 0x0000002f 
- 00029629  0x000080b4 lshift16  0x0000002f , 0x0000002f 
- 00029630  0x000080b5 ior  0x0000002f , 0x0000002f 
- 00029631  0x000080b6 increase  0x00000001 , 0x00000038 
- 00029632  0x000080b7 rtn 
- 00029633  0x000080bc add  0x00000013 , 0x00000001 , 0x00000006 
- 00029634  0x000080bd ifetch  0x00000001 , 0x00000006 
- 00029635  0x000080be iforce  0x00000011 
- 00029636  0x000080bf call  0x000073ab 
- 00029637  0x000080c0 call  0x0000741f 
- 00029638  0x000080c2 force  0x00000000 , 0x00000038 
- 00029639  0x000080c3 ifetch  0x00000001 , 0x00000013 
- 00029640  0x000080c4 and_into  0x00000003 , 0x0000003f 
- 00029641  0x000080c5 lshift16  0x0000003f , 0x0000002f 
- 00029642  0x000080c6 set1  0x00000008 , 0x0000002f 
- 00029643  0x000080c7 call  0x0000748f 
- 00029644  0x000080c8 call  0x00007422 
- 00029645  0x000080ca copy  0x00000011 , 0x00000039 
- 00029646  0x000080cb add  0x00000013 , 0x00000002 , 0x00000006 
- 00029647  0x000080cc call  0x0000746e 
- 00029648  0x000080ce call  0x00007478 
- 00029649  0x000080cf call  0x00007422 
- 00029650  0x000080d0 deposit  0x00000039 
- 00029651  0x000080d1 branch  0x000073d5 , 0x00000034 
- 00029652  0x000080d2 branch  0x000073d0 
- 00029653  0x000080d4 force  0x0000000c , 0x00000038 
- 00029654  0x000080d5 deposit  0x0000002f 
- 00029655  0x000080d6 store  0x00000004 , 0x00000417 
- 00029656  0x000080d7 rtn 
- 00029657  0x000080da increase  0x00000001 , 0x00000011 
- 00029658  0x000080db call  0x000073ad 
- 00029659  0x000080dc copy  0x00000013 , 0x00000006 
- 00029660  0x000080dd call  0x00007482 
- 00029661  0x000080de call  0x00007425 
- 00029662  0x000080df call  0x0000749e 
- 00029663  0x000080e0 increase  0x00000010 , 0x00000013 
- 00029664  0x000080e1 increase  0xfffffff0 , 0x00000012 
- 00029665  0x000080e2 branch  0x000073d9 , 0x00000002 
- 00029666  0x000080e3 rtn 
- 00029667  0x000080e6 bpatchx  0x000000e1 , 0x0000403c 
- 00029668  0x000080e7 arg  0x000043dc , 0x00000013 
- 00029669  0x000080e8 fetcht  0x00000005 , 0x00004403 
- 00029670  0x000080e9 call  0x000073c1 
- 00029671  0x000080ea force  0x00000008 , 0x00000038 
- 00029672  0x000080eb iforce  0x0000002f 
- 00029673  0x000080ec force  0x00000000 , 0x00000011 
- 00029674  0x000080ed call  0x000073ad 
- 00029675  0x000080ee call  0x00007425 
- 00029676  0x000080ef arg  0x000043de , 0x00000013 
- 00029677  0x000080f0 fetch  0x00000001 , 0x000043dd 
- 00029678  0x000080f1 add  0x0000003f , 0xffffffff , 0x00000012 
- 00029679  0x000080f2 iadd  0x00000013 , 0x00000005 
- 00029680  0x000080f3 force  0x0000000c , 0x00000038 
- 00029681  0x000080f4 deposit  0x0000002f 
- 00029682  0x000080f5 istore  0x00000004 , 0x00000005 
- 00029683  0x000080f6 call  0x000073d9 
- 00029684  0x000080f7 fetch  0x00000001 , 0x000043dd 
- 00029685  0x000080f8 increase  0x00000004 , 0x0000003f 
- 00029686  0x000080f9 store  0x00000001 , 0x000043dd 
- 00029687  0x000080fa fetcht  0x00000005 , 0x00004403 
- 00029688  0x000080fb increase  0x00000001 , 0x00000002 
- 00029689  0x000080fc storet  0x00000005 , 0x00004403 
- 00029690  0x000080fd rtn 
- 00029691  0x00008100 bpatchx  0x000000e2 , 0x0000403c 
- 00029692  0x00008101 fetch  0x00000001 , 0x000002da 
- 00029693  0x00008102 sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00029694  0x00008103 branch  0x000073ff , 0x00000002 
- 00029695  0x00008105 arg  0x000002db , 0x00000013 
- 00029696  0x00008106 add  0x0000003f , 0xffffffff , 0x00000012 
- 00029697  0x00008107 increase  0xfffffffc , 0x0000003f 
- 00029698  0x00008108 store  0x00000001 , 0x000002da 
- 00029699  0x00008109 iadd  0x00000013 , 0x00000006 
- 00029700  0x0000810a ifetch  0x00000004 , 0x00000006 
- 00029701  0x0000810b force  0x00000008 , 0x00000038 
- 00029702  0x0000810c iforce  0x0000002f 
- 00029703  0x0000810d force  0x00000000 , 0x00000011 
- 00029704  0x0000810e fetcht  0x00000005 , 0x00004408 
- 00029705  0x0000810f call  0x000073ad 
- 00029706  0x00008110 call  0x00007425 
- 00029707  0x00008111 force  0x0000000c , 0x00000038 
- 00029708  0x00008112 deposit  0x0000002f 
- 00029709  0x00008113 store  0x00000004 , 0x0000041b 
- 00029710  0x00008114 call  0x000073d9 
- 00029711  0x00008115 arg  0x000002d9 , 0x00000013 
- 00029712  0x00008116 call  0x000073c1 
- 00029713  0x00008117 fetcht  0x00000004 , 0x0000041b 
- 00029714  0x00008118 isub  0x00000002 , 0x0000003f 
- 00029715  0x00008119 nrtn  0x00000034 
- 00029716  0x0000811a fetch  0x00000004 , 0x0000440d 
- 00029717  0x0000811b isub  0x00000002 , 0x0000003f 
- 00029718  0x0000811c rtn  0x00000034 
- 00029719  0x0000811d storet  0x00000004 , 0x0000440d 
- 00029720  0x0000811e fetch  0x00000005 , 0x00004408 
- 00029721  0x0000811f increase  0x00000001 , 0x0000003f 
- 00029722  0x00008120 store  0x00000005 , 0x00004408 
- 00029723  0x00008121 force  0x00000000 , 0x0000003f 
- 00029724  0x00008122 rtn 
- 00029725  0x00008125 nbranch  0x0000741d , 0x00000037 
- 00029726  0x00008126 rtn 
- 00029727  0x00008129 force  0x00000030 , 0x00000036 
- 00029728  0x0000812a force  0x00000000 , 0x00000036 
- 00029729  0x0000812b branch  0x0000741d 
- 00029730  0x0000812e force  0x00000032 , 0x00000036 
- 00029731  0x0000812f force  0x00000002 , 0x00000036 
- 00029732  0x00008130 branch  0x0000741d 
- 00029733  0x00008133 force  0x00000034 , 0x00000036 
- 00029734  0x00008134 force  0x00000004 , 0x00000036 
- 00029735  0x00008135 branch  0x0000741d 
- 00029736  0x00008139 force  0x00000001 , 0x00000036 
- 00029737  0x0000813a force  0x00000000 , 0x00000036 
- 00029738  0x0000813b rtn 
- 00029739  0x0000813d force  0x00000000 , 0x00000038 
- 00029740  0x0000813e fetch  0x00000004 , 0x0000042f 
- 00029741  0x0000813f iforce  0x0000002f 
- 00029742  0x00008140 increase  0x00000001 , 0x00000038 
- 00029743  0x00008141 ifetch  0x00000004 , 0x00000006 
- 00029744  0x00008142 iforce  0x0000002f 
- 00029745  0x00008143 increase  0x00000001 , 0x00000038 
- 00029746  0x00008144 fetch  0x00000004 , 0x0000443a 
- 00029747  0x00008145 iforce  0x0000002f 
- 00029748  0x00008146 increase  0x00000001 , 0x00000038 
- 00029749  0x00008147 ifetch  0x00000004 , 0x00000006 
- 00029750  0x00008148 iforce  0x0000002f 
- 00029751  0x00008149 increase  0x00000001 , 0x00000038 
- 00029752  0x0000814a call  0x00007492 
- 00029753  0x0000814b increase  0xfffffffc , 0x00000038 
- 00029754  0x0000814c fetch  0x00000004 , 0x000044c7 
- 00029755  0x0000814d copy  0x0000003f , 0x0000002f 
- 00029756  0x0000814e increase  0x00000004 , 0x00000038 
- 00029757  0x0000814f force  0x00000038 , 0x00000036 
- 00029758  0x00008150 force  0x00000008 , 0x00000036 
- 00029759  0x00008151 branch  0x0000741d 
- 00029760  0x00008155 bpatchx  0x000000e3 , 0x0000403c 
- 00029761  0x00008156 fetch  0x00000006 , 0x000044a0 
- 00029762  0x00008157 fetcht  0x00000006 , 0x0000044f 
- 00029763  0x00008158 branch  0x00007446 , 0x00000029 
- 00029764  0x00008159 fetch  0x00000006 , 0x0000044f 
- 00029765  0x0000815a fetcht  0x00000006 , 0x000044a0 
- 00029766  0x0000815c force  0x00000008 , 0x00000038 
- 00029767  0x0000815d copy  0x00000002 , 0x0000002f 
- 00029768  0x0000815e increase  0x00000001 , 0x00000038 
- 00029769  0x0000815f rshift32  0x00000002 , 0x0000002f 
- 00029770  0x00008160 lshift16  0x0000003f , 0x0000003f 
- 00029771  0x00008161 ior  0x0000002f , 0x0000002f 
- 00029772  0x00008162 increase  0x00000001 , 0x00000038 
- 00029773  0x00008163 rshift32  0x0000003f , 0x0000002f 
- 00029774  0x00008164 increase  0x00000001 , 0x00000038 
- 00029775  0x00008165 force  0x00000000 , 0x0000002f 
- 00029776  0x00008166 force  0x00000000 , 0x0000003f 
- 00029777  0x00008167 fetch  0x00000001 , 0x0000448e 
- 00029778  0x00008168 fetcht  0x00000001 , 0x00004485 
- 00029779  0x00008169 nbranch  0x00007456 , 0x00000029 
- 00029780  0x0000816b fetch  0x00000001 , 0x00004495 
- 00029781  0x0000816c fetcht  0x00000001 , 0x0000448e 
- 00029782  0x0000816e store  0x00000001 , 0x0000444a 
- 00029783  0x0000816f storet  0x00000001 , 0x0000444b 
- 00029784  0x00008170 force  0x00000000 , 0x00000038 
- 00029785  0x00008171 arg  0x0000444a , 0x00000012 
- 00029786  0x00008172 force  0x00000004 , 0x00000039 
- 00029787  0x00008174 ifetch  0x00000004 , 0x00000011 
- 00029788  0x00008175 ifetcht  0x00000004 , 0x00000012 
- 00029789  0x00008176 ixor  0x00000002 , 0x0000002f 
- 00029790  0x00008177 increase  0x00000001 , 0x00000038 
- 00029791  0x00008178 increase  0x00000004 , 0x00000011 
- 00029792  0x00008179 increase  0x00000004 , 0x00000012 
- 00029793  0x0000817a loop  0x0000745b 
- 00029794  0x0000817b call  0x00007492 
- 00029795  0x0000817c increase  0xfffffffc , 0x00000038 
- 00029796  0x0000817d fetch  0x00000004 , 0x000044c7 
- 00029797  0x0000817e copy  0x0000003f , 0x0000002f 
- 00029798  0x0000817f increase  0x00000004 , 0x00000038 
- 00029799  0x00008180 force  0x00000038 , 0x00000036 
- 00029800  0x00008181 force  0x0000000c , 0x00000036 
- 00029801  0x00008182 call  0x0000741d 
- 00029802  0x00008184 call  0x00007491 
- 00029803  0x00008185 force  0x0000003a , 0x00000036 
- 00029804  0x00008186 force  0x00000008 , 0x00000036 
- 00029805  0x00008187 branch  0x0000741d 
- 00029806  0x0000818a compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029807  0x0000818b rtn  0x00000001 
- 00029808  0x0000818c deposit  0x00000006 
- 00029809  0x0000818d iadd  0x00000039 , 0x00000005 
- 00029810  0x0000818e force  0x00000000 , 0x0000003f 
- 00029811  0x00008190 istore  0x00000001 , 0x00000005 
- 00029812  0x00008191 increase  0x00000001 , 0x00000039 
- 00029813  0x00008192 compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029814  0x00008193 rtn  0x00000001 
- 00029815  0x00008194 branch  0x00007473 
- 00029816  0x00008197 force  0x00000000 , 0x00000038 
- 00029817  0x00008199 deposit  0x00000039 
- 00029818  0x0000819a branch  0x0000747d , 0x00000034 
- 00029819  0x0000819b ifetch  0x00000004 , 0x00000006 
- 00029820  0x0000819c increase  0xfffffffc , 0x00000039 
- 00029821  0x0000819e iforce  0x0000002f 
- 00029822  0x0000819f increase  0x00000001 , 0x00000038 
- 00029823  0x000081a0 compare  0x00000004 , 0x00000038 , 0x0000000f 
- 00029824  0x000081a1 rtn  0x00000001 
- 00029825  0x000081a2 branch  0x00007479 
- 00029826  0x000081a5 force  0x00000008 , 0x00000038 
- 00029827  0x000081a6 branch  0x00007487 
- 00029828  0x000081a8 force  0x00000004 , 0x00000038 
- 00029829  0x000081a9 branch  0x00007487 
- 00029830  0x000081ab force  0x00000000 , 0x00000038 
- 00029831  0x000081ad force  0x00000004 , 0x00000039 
- 00029832  0x000081af ifetch  0x00000004 , 0x00000006 
- 00029833  0x000081b0 iforce  0x0000002f 
- 00029834  0x000081b1 increase  0x00000001 , 0x00000038 
- 00029835  0x000081b2 loop  0x00007488 
- 00029836  0x000081b3 rtn 
- 00029837  0x000081b6 arg  0x0000047c , 0x00000006 
- 00029838  0x000081b7 branch  0x00007484 
- 00029839  0x000081ba force  0x00000004 , 0x00000039 
- 00029840  0x000081bb branch  0x00007494 
- 00029841  0x000081be force  0x00000000 , 0x00000038 
- 00029842  0x000081c0 force  0x00000004 , 0x00000039 
- 00029843  0x000081c2 force  0x00000000 , 0x0000002f 
- 00029844  0x000081c4 increase  0x00000001 , 0x00000038 
- 00029845  0x000081c5 loop  0x00007493 
- 00029846  0x000081c6 rtn 
- 00029847  0x000081c9 force  0x0000000c , 0x00000038 
- 00029848  0x000081ca force  0x00000004 , 0x00000039 
- 00029849  0x000081cc deposit  0x0000002f 
- 00029850  0x000081cd istore  0x00000004 , 0x00000005 
- 00029851  0x000081ce increase  0x00000001 , 0x00000038 
- 00029852  0x000081cf loop  0x00007499 
- 00029853  0x000081d0 rtn 
- 00029854  0x000081d3 force  0x0000000c , 0x00000038 
- 00029855  0x000081d4 copy  0x00000013 , 0x00000005 
- 00029856  0x000081d5 add  0x00000012 , 0x00000001 , 0x00000039 
- 00029857  0x000081d6 sub  0x00000039 , 0x0000000f , 0x0000003e 
- 00029858  0x000081d7 branch  0x000074a4 , 0x00000002 
- 00029859  0x000081d8 force  0x00000010 , 0x00000039 
- 00029860  0x000081da deposit  0x0000002f 
- 00029861  0x000081db sub  0x00000039 , 0x00000003 , 0x0000003e 
- 00029862  0x000081dc branch  0x000074ac , 0x00000002 
- 00029863  0x000081dd istore  0x00000004 , 0x00000005 
- 00029864  0x000081de increase  0xfffffffc , 0x00000039 
- 00029865  0x000081df rtn  0x00000005 
- 00029866  0x000081e0 increase  0x00000001 , 0x00000038 
- 00029867  0x000081e1 branch  0x000074a4 
- 00029868  0x000081e3 istore  0x00000001 , 0x00000005 
- 00029869  0x000081e4 rshift8  0x0000003f , 0x0000003f 
- 00029870  0x000081e5 loop  0x000074ac 
- 00029871  0x000081e6 rtn 
- 00029872  0x000081ea force  0x0000000c , 0x00000038 
- 00029873  0x000081eb force  0x00000004 , 0x00000039 
- 00029874  0x000081ed ifetch  0x00000004 , 0x00000006 
- 00029875  0x000081ee isub  0x0000002f , 0x0000003e 
- 00029876  0x000081ef nrtn  0x00000005 
- 00029877  0x000081f0 increase  0x00000001 , 0x00000038 
- 00029878  0x000081f1 loop  0x000074b2 
- 00029879  0x000081f2 force  0x00000000 , 0x0000003e 
- 00029880  0x000081f3 rtn 
- 00029881  0x000081f6 hfetch  0x00000001 , 0x00008050 
- 00029882  0x000081f7 set0  0x00000000 , 0x0000003f 
- 00029883  0x000081f8 hstore  0x00000001 , 0x00008050 
- 00029884  0x000081f9 rtn 
- 00029885  0x000081fc hfetch  0x00000001 , 0x00008050 
- 00029886  0x000081fd set1  0x00000000 , 0x0000003f 
- 00029887  0x000081fe hstore  0x00000001 , 0x00008050 
- 00029888  0x000081ff rtn 
- 00029889  0x00008202 arg  0x00000886 , 0x00000005 
- 00029890  0x00008203 setsect  0x00000000 , 0x0003ffff 
- 00029891  0x00008204 setsect  0x00000001 , 0x0003ffff 
- 00029892  0x00008205 setsect  0x00000002 , 0x0003ffff 
- 00029893  0x00008206 setsect  0x00000003 , 0x0003fbff 
- 00029894  0x00008207 istore  0x00000009 , 0x00000005 
- 00029895  0x00008208 setsect  0x00000000 , 0x0003ffff 
- 00029896  0x00008209 setsect  0x00000001 , 0x0003ffff 
- 00029897  0x0000820a setsect  0x00000002 , 0x0003ffff 
- 00029898  0x0000820b setsect  0x00000003 , 0x0003ffff 
- 00029899  0x0000820c istore  0x00000009 , 0x00000005 
- 00029900  0x0000820d setsect  0x00000000 , 0x0003ffff 
- 00029901  0x0000820e setsect  0x00000001 , 0x0003ffff 
- 00029902  0x0000820f setsect  0x00000002 , 0x0003cfff 
- 00029903  0x00008210 setsect  0x00000003 , 0x0003ffff 
- 00029904  0x00008211 istore  0x00000009 , 0x00000005 
- 00029905  0x00008212 setsect  0x00000000 , 0x0003ffff 
- 00029906  0x00008213 setsect  0x00000001 , 0x0003ffff 
- 00029907  0x00008214 setsect  0x00000002 , 0x0003ffef 
- 00029908  0x00008215 setsect  0x00000003 , 0x0003ffff 
- 00029909  0x00008216 istore  0x00000009 , 0x00000005 
- 00029910  0x00008217 setsect  0x00000000 , 0x0003ffff 
- 00029911  0x00008218 setsect  0x00000001 , 0x0003ffff 
- 00029912  0x00008219 setsect  0x00000002 , 0x0003ffff 
- 00029913  0x0000821a setsect  0x00000003 , 0x0003ffff 
- 00029914  0x0000821b istore  0x00000009 , 0x00000005 
- 00029915  0x0000821c setsect  0x00000000 , 0x0003ffff 
- 00029916  0x0000821d setsect  0x00000001 , 0x00026c7f 
- 00029917  0x0000821e setsect  0x00000002 , 0x0000146b 
- 00029918  0x0000821f setsect  0x00000003 , 0x00037bb3 
- 00029919  0x00008220 istore  0x00000009 , 0x00000005 
- 00029920  0x00008221 setsect  0x00000000 , 0x0001feb8 
- 00029921  0x00008222 setsect  0x00000001 , 0x00010c12 
- 00029922  0x00008223 setsect  0x00000002 , 0x0002b722 
- 00029923  0x00008224 setsect  0x00000003 , 0x00029fa6 
- 00029924  0x00008225 istore  0x00000009 , 0x00000005 
- 00029925  0x00008226 setsect  0x00000000 , 0x0000e70f 
- 00029926  0x00008227 setsect  0x00000001 , 0x00016720 
- 00029927  0x00008228 setsect  0x00000002 , 0x0000519e 
- 00029928  0x00008229 setsect  0x00000003 , 0x00019084 
- 00029929  0x0000822a istore  0x00000009 , 0x00000005 
- 00029930  0x0000822b setsect  0x00000000 , 0x00031012 
- 00029931  0x0000822c setsect  0x00000001 , 0x000360bf 
- 00029932  0x0000822d setsect  0x00000002 , 0x0003f0af 
- 00029933  0x0000822e setsect  0x00000003 , 0x000003d3 
- 00029934  0x0000822f istore  0x00000009 , 0x00000005 
- 00029935  0x00008230 setsect  0x00000000 , 0x0003a188 
- 00029936  0x00008231 setsect  0x00000001 , 0x00003ad0 
- 00029937  0x00008232 setsect  0x00000002 , 0x0003cbf2 
- 00029938  0x00008233 setsect  0x00000003 , 0x000243d9 
- 00029939  0x00008234 istore  0x00000009 , 0x00000005 
- 00029940  0x00008235 setsect  0x00000000 , 0x0002b030 
- 00029941  0x00008236 setsect  0x00000001 , 0x00036a03 
- 00029942  0x00008237 setsect  0x00000002 , 0x00011188 
- 00029943  0x00008238 setsect  0x00000003 , 0x0001e520 
- 00029944  0x00008239 istore  0x00000009 , 0x00000005 
- 00029945  0x0000823a setsect  0x00000000 , 0x0003a11e 
- 00029946  0x0000823b setsect  0x00000001 , 0x0000fe5d 
- 00029947  0x0000823c setsect  0x00000002 , 0x0000dd57 
- 00029948  0x0000823d setsect  0x00000003 , 0x0001ac93 
- 00029949  0x0000823e istore  0x00000009 , 0x00000005 
- 00029950  0x0000823f setsect  0x00000000 , 0x000011ed 
- 00029951  0x00008240 setsect  0x00000001 , 0x000218c4 
- 00029952  0x00008241 setsect  0x00000002 , 0x00008da7 
- 00029953  0x00008242 setsect  0x00000003 , 0x000257ff 
- 00029954  0x00008243 istore  0x00000009 , 0x00000005 
- 00029955  0x00008244 setsect  0x00000000 , 0x0003192b 
- 00029956  0x00008245 setsect  0x00000001 , 0x00034641 
- 00029957  0x00008246 setsect  0x00000002 , 0x0001be0c 
- 00029958  0x00008247 setsect  0x00000003 , 0x000366ad 
- 00029959  0x00008248 istore  0x00000009 , 0x00000005 
- 00029960  0x00008249 setsect  0x00000000 , 0x00001f83 
- 00029961  0x0000824a setsect  0x00000001 , 0x00015a23 
- 00029962  0x0000824b setsect  0x00000002 , 0x0003f9b0 
- 00029963  0x0000824c setsect  0x00000003 , 0x00003949 
- 00029964  0x0000824d istore  0x00000009 , 0x00000005 
- 00029965  0x0000824e setsect  0x00000000 , 0x00013a51 
- 00029966  0x0000824f setsect  0x00000001 , 0x000153fd 
- 00029967  0x00008250 setsect  0x00000002 , 0x0003372a 
- 00029968  0x00008251 setsect  0x00000003 , 0x0000f1bb 
- 00029969  0x00008252 istore  0x00000009 , 0x00000005 
- 00029970  0x00008253 setsect  0x00000000 , 0x0003ae85 
- 00029971  0x00008254 setsect  0x00000001 , 0x0001eed9 
- 00029972  0x00008255 setsect  0x00000002 , 0x00009e66 
- 00029973  0x00008256 setsect  0x00000003 , 0x000001a8 
- 00029974  0x00008257 istore  0x00000008 , 0x00000005 
- 00029975  0x00008258 rtn 
- 00029976  0x0000825d arg  0x0000091e , 0x00000005 
- 00029977  0x0000825e setsect  0x00000000 , 0x0003ffff 
- 00029978  0x0000825f setsect  0x00000001 , 0x0003ffff 
- 00029979  0x00008260 setsect  0x00000002 , 0x0003ffff 
- 00029980  0x00008261 setsect  0x00000003 , 0x0003ffff 
- 00029981  0x00008262 istore  0x00000009 , 0x00000005 
- 00029982  0x00008263 setsect  0x00000000 , 0x0003ffff 
- 00029983  0x00008264 setsect  0x00000001 , 0x0000003f 
- 00029984  0x00008265 setsect  0x00000002 , 0x00000000 
- 00029985  0x00008266 setsect  0x00000003 , 0x00000000 
- 00029986  0x00008267 istore  0x00000009 , 0x00000005 
- 00029987  0x00008268 setsect  0x00000000 , 0x00000000 
- 00029988  0x00008269 setsect  0x00000001 , 0x00000000 
- 00029989  0x0000826a setsect  0x00000002 , 0x00001000 
- 00029990  0x0000826b setsect  0x00000003 , 0x00000000 
- 00029991  0x0000826c istore  0x00000009 , 0x00000005 
- 00029992  0x0000826d setsect  0x00000000 , 0x0003ff00 
- 00029993  0x0000826e setsect  0x00000001 , 0x0003ffff 
- 00029994  0x0000826f setsect  0x00000002 , 0x0003ffcf 
- 00029995  0x00008270 setsect  0x00000003 , 0x0003ffff 
- 00029996  0x00008271 istore  0x00000009 , 0x00000005 
- 00029997  0x00008272 setsect  0x00000000 , 0x0003ffff 
- 00029998  0x00008273 setsect  0x00000001 , 0x0003ffff 
- 00029999  0x00008274 setsect  0x00000002 , 0x0003ffff 
- 00030000  0x00008275 setsect  0x00000003 , 0x000003ff 
- 00030001  0x00008276 istore  0x00000009 , 0x00000005 
- 00030002  0x00008277 setsect  0x00000000 , 0x00000000 
- 00030003  0x00008278 setsect  0x00000001 , 0x00000000 
- 00030004  0x00008279 setsect  0x00000002 , 0x00000000 
- 00030005  0x0000827a setsect  0x00000003 , 0x00000000 
- 00030006  0x0000827b istore  0x00000009 , 0x00000005 
- 00030007  0x0000827c setsect  0x00000000 , 0x00010000 
- 00030008  0x0000827d setsect  0x00000001 , 0x00000000 
- 00030009  0x0000827e setsect  0x00000002 , 0x0003f000 
- 00030010  0x0000827f setsect  0x00000003 , 0x0003ffff 
- 00030011  0x00008280 istore  0x00000009 , 0x00000005 
- 00030012  0x00008281 setsect  0x00000000 , 0x000296ff 
- 00030013  0x00008282 setsect  0x00000001 , 0x00022630 
- 00030014  0x00008283 setsect  0x00000002 , 0x0003945d 
- 00030015  0x00008284 setsect  0x00000003 , 0x0003d284 
- 00030016  0x00008285 istore  0x00000009 , 0x00000005 
- 00030017  0x00008286 setsect  0x00000000 , 0x000333a0 
- 00030018  0x00008287 setsect  0x00000001 , 0x00004b7a 
- 00030019  0x00008288 setsect  0x00000002 , 0x000037d8 
- 00030020  0x00008289 setsect  0x00000003 , 0x0003c9dc 
- 00030021  0x0000828a istore  0x00000009 , 0x00000005 
- 00030022  0x0000828b setsect  0x00000000 , 0x0003a440 
- 00030023  0x0000828c setsect  0x00000001 , 0x0001b958 
- 00030024  0x0000828d setsect  0x00000002 , 0x00038bce 
- 00030025  0x0000828e setsect  0x00000003 , 0x0001091f 
- 00030026  0x0000828f istore  0x00000009 , 0x00000005 
- 00030027  0x00008290 setsect  0x00000000 , 0x0002e12c 
- 00030028  0x00008291 setsect  0x00000001 , 0x0001f47c 
- 00030029  0x00008292 setsect  0x00000002 , 0x000356b1 
- 00030030  0x00008293 setsect  0x00000003 , 0x0002fd47 
- 00030031  0x00008294 istore  0x00000009 , 0x00000005 
- 00030032  0x00008295 setsect  0x00000000 , 0x00006837 
- 00030033  0x00008296 setsect  0x00000001 , 0x0002ed90 
- 00030034  0x00008297 setsect  0x00000002 , 0x0001ecec 
- 00030035  0x00008298 setsect  0x00000003 , 0x0001acc5 
- 00030036  0x00008299 istore  0x00000009 , 0x00000005 
- 00030037  0x0000829a setsect  0x00000000 , 0x00023357 
- 00030038  0x0000829b setsect  0x00000001 , 0x00018af3 
- 00030039  0x0000829c setsect  0x00000002 , 0x0000f9e1 
- 00030040  0x0000829d setsect  0x00000003 , 0x000129f0 
- 00030041  0x0000829e istore  0x00000009 , 0x00000005 
- 00030042  0x0000829f setsect  0x00000000 , 0x0002e7eb 
- 00030043  0x000082a0 setsect  0x00000001 , 0x0003e6e3 
- 00030044  0x000082a1 setsect  0x00000002 , 0x0003e1a7 
- 00030045  0x000082a2 setsect  0x00000003 , 0x00010b8b 
- 00030046  0x000082a3 istore  0x00000009 , 0x00000005 
- 00030047  0x000082a4 setsect  0x00000000 , 0x00024fe3 
- 00030048  0x000082a5 setsect  0x00000001 , 0x000020ef 
- 00030049  0x000082a6 setsect  0x00000002 , 0x0001b5a6 
- 00030050  0x000082a7 setsect  0x00000003 , 0x0000dc2f 
- 00030051  0x000082a8 istore  0x00000009 , 0x00000005 
- 00030052  0x000082a9 setsect  0x00000000 , 0x00013860 
- 00030053  0x000082aa setsect  0x00000001 , 0x0002bd69 
- 00030054  0x000082ab setsect  0x00000002 , 0x0000391a 
- 00030055  0x000082ac setsect  0x00000003 , 0x0001b222 
- 00030056  0x000082ad istore  0x00000009 , 0x00000005 
- 00030057  0x000082ae rtn 
- 00030058  0x000082b2 fetch  0x00000001 , 0x0000465a 
- 00030059  0x000082b3 nbranch  0x0000757d , 0x00000034 
- 00030060  0x000082b4 branch  0x00007a77 
- 00030061  0x000082b7 bpatchx  0x000000e4 , 0x0000403c 
- 00030062  0x000082b8 fetch  0x00000001 , 0x0000465a 
- 00030063  0x000082b9 rtn  0x00000034 
- 00030064  0x000082ba fetch  0x00000001 , 0x000045b1 
- 00030065  0x000082bb rtnne  0x00000001 
- 00030066  0x000082bc fetch  0x00000001 , 0x000044be 
- 00030067  0x000082bd rtn  0x00000034 
- 00030068  0x000082be fetch  0x00000001 , 0x000044c3 
- 00030069  0x000082bf rtneq  0x00000003 
- 00030070  0x000082c0 fetch  0x00000002 , 0x00004682 
- 00030071  0x000082c1 bbit1  0x00000000 , 0x0000757b 
- 00030072  0x000082c2 fetch  0x00000001 , 0x000044c0 
- 00030073  0x000082c3 beq  0x00000000 , 0x00007a77 
- 00030074  0x000082c4 rtn 
- 00030075  0x000082c6 jam  0x00000000 , 0x000044c0 
- 00030076  0x000082c7 rtn 
- 00030077  0x000082cb bpatchx  0x000000e5 , 0x0000403c 
- 00030078  0x000082cc fetch  0x00000001 , 0x0000465a 
- 00030079  0x000082cd branch  0x0000612b , 0x00000034 
- 00030080  0x000082ce call  0x00006124 
- 00030081  0x000082cf call  0x00007583 
- 00030082  0x000082d0 branch  0x0000766d 
- 00030083  0x000082d3 setarg  0x00000000 
- 00030084  0x000082d4 store  0x00000008 , 0x000009ae 
- 00030085  0x000082d5 store  0x00000004 , 0x000009b6 
- 00030086  0x000082d6 store  0x00000007 , 0x0000465e 
- 00030087  0x000082d7 rtn 
- 00030088  0x000082da jam  0x00000001 , 0x000009b0 
- 00030089  0x000082db branch  0x0000758d 
- 00030090  0x000082dd fetch  0x00000001 , 0x000045b1 
- 00030091  0x000082de beq  0x00000001 , 0x0000768a 
- 00030092  0x000082df branch  0x00002a8c 
- 00030093  0x000082e1 fetch  0x00000001 , 0x000045b1 
- 00030094  0x000082e2 beq  0x00000001 , 0x00007590 
- 00030095  0x000082e3 branch  0x0000766d 
- 00030096  0x000082e6 call  0x0000768a 
- 00030097  0x000082e7 fetch  0x00000001 , 0x000009af 
- 00030098  0x000082e8 nrtn  0x00000034 
- 00030099  0x000082e9 jam  0x00000003 , 0x000009ae 
- 00030100  0x000082ea rtn 
- 00030101  0x000082ee call  0x000075b0 
- 00030102  0x000082ef arg  0x000009de , 0x00000011 
- 00030103  0x000082f0 arg  0x00000866 , 0x00000005 
- 00030104  0x000082f1 call  0x00007c79 
- 00030105  0x000082f2 arg  0x000009be , 0x00000011 
- 00030106  0x000082f3 arg  0x00000826 , 0x00000005 
- 00030107  0x000082f4 call  0x00007c79 
- 00030108  0x000082f5 arg  0x00000826 , 0x00000011 
- 00030109  0x000082f6 arg  0x000009be , 0x00000012 
- 00030110  0x000082f7 arg  0x00000826 , 0x00000005 
- 00030111  0x000082f8 call  0x00007be1 
- 00030112  0x000082f9 arg  0x0000093e , 0x00000011 
- 00030113  0x000082fa arg  0x000009be , 0x00000012 
- 00030114  0x000082fb arg  0x00000846 , 0x00000005 
- 00030115  0x000082fc call  0x00007be1 
- 00030116  0x000082fd arg  0x00000846 , 0x00000011 
- 00030117  0x000082fe arg  0x00000826 , 0x00000012 
- 00030118  0x000082ff arg  0x00000826 , 0x00000005 
- 00030119  0x00008300 call  0x00007c7d 
- 00030120  0x00008301 arg  0x00000806 , 0x00000011 
- 00030121  0x00008302 arg  0x00000826 , 0x00000012 
- 00030122  0x00008303 arg  0x00000806 , 0x00000005 
- 00030123  0x00008304 call  0x00007c7d 
- 00030124  0x00008305 arg  0x00000020 , 0x00000039 
- 00030125  0x00008306 arg  0x00000866 , 0x00000011 
- 00030126  0x00008307 arg  0x00000806 , 0x00000012 
- 00030127  0x00008308 branch  0x00007f88 
- 00030128  0x0000830b arg  0x0000097e , 0x00000011 
- 00030129  0x0000830c arg  0x00000806 , 0x00000005 
- 00030130  0x0000830d call  0x00007c79 
- 00030131  0x0000830e arg  0x0000095e , 0x00000011 
- 00030132  0x0000830f arg  0x00000826 , 0x00000005 
- 00030133  0x00008310 call  0x00007c79 
- 00030134  0x00008311 arg  0x00000826 , 0x00000011 
- 00030135  0x00008312 arg  0x0000095e , 0x00000012 
- 00030136  0x00008313 arg  0x00000826 , 0x00000005 
- 00030137  0x00008314 call  0x00007be1 
- 00030138  0x00008315 arg  0x0000093e , 0x00000011 
- 00030139  0x00008316 arg  0x0000095e , 0x00000012 
- 00030140  0x00008317 arg  0x00000846 , 0x00000005 
- 00030141  0x00008318 call  0x00007be1 
- 00030142  0x00008319 arg  0x00000846 , 0x00000011 
- 00030143  0x0000831a arg  0x00000826 , 0x00000012 
- 00030144  0x0000831b arg  0x00000826 , 0x00000005 
- 00030145  0x0000831c call  0x00007c7d 
- 00030146  0x0000831d arg  0x00000806 , 0x00000011 
- 00030147  0x0000831e arg  0x00000826 , 0x00000012 
- 00030148  0x0000831f arg  0x00000806 , 0x00000005 
- 00030149  0x00008320 branch  0x00007c96 
- 00030150  0x00008323 call  0x000075e1 
- 00030151  0x00008324 arg  0x000009e6 , 0x00000011 
- 00030152  0x00008325 arg  0x00000866 , 0x00000005 
- 00030153  0x00008326 call  0x000077a8 
- 00030154  0x00008327 arg  0x000009c6 , 0x00000011 
- 00030155  0x00008328 arg  0x00000826 , 0x00000005 
- 00030156  0x00008329 call  0x000077a8 
- 00030157  0x0000832a arg  0x00000826 , 0x00000011 
- 00030158  0x0000832b arg  0x000009c6 , 0x00000012 
- 00030159  0x0000832c arg  0x00000826 , 0x00000005 
- 00030160  0x0000832d call  0x00007786 
- 00030161  0x0000832e arg  0x0000089e , 0x00000011 
- 00030162  0x0000832f arg  0x000009c6 , 0x00000012 
- 00030163  0x00008330 arg  0x00000846 , 0x00000005 
- 00030164  0x00008331 call  0x00007786 
- 00030165  0x00008332 arg  0x00000846 , 0x00000011 
- 00030166  0x00008333 arg  0x00000826 , 0x00000012 
- 00030167  0x00008334 arg  0x00000826 , 0x00000005 
- 00030168  0x00008335 call  0x00007755 
- 00030169  0x00008336 arg  0x00000806 , 0x00000011 
- 00030170  0x00008337 arg  0x00000826 , 0x00000012 
- 00030171  0x00008338 arg  0x00000806 , 0x00000005 
- 00030172  0x00008339 call  0x00007755 
- 00030173  0x0000833a arg  0x00000018 , 0x00000039 
- 00030174  0x0000833b arg  0x00000866 , 0x00000011 
- 00030175  0x0000833c arg  0x00000806 , 0x00000012 
- 00030176  0x0000833d branch  0x00007f88 
- 00030177  0x00008340 arg  0x000008e6 , 0x00000011 
- 00030178  0x00008341 arg  0x00000806 , 0x00000005 
- 00030179  0x00008342 call  0x000077a8 
- 00030180  0x00008343 arg  0x000008ce , 0x00000011 
- 00030181  0x00008344 arg  0x00000826 , 0x00000005 
- 00030182  0x00008345 call  0x000077a8 
- 00030183  0x00008346 arg  0x00000826 , 0x00000011 
- 00030184  0x00008347 arg  0x000008ce , 0x00000012 
- 00030185  0x00008348 arg  0x00000826 , 0x00000005 
- 00030186  0x00008349 call  0x00007786 
- 00030187  0x0000834a arg  0x0000089e , 0x00000011 
- 00030188  0x0000834b arg  0x000008ce , 0x00000012 
- 00030189  0x0000834c arg  0x00000846 , 0x00000005 
- 00030190  0x0000834d call  0x00007786 
- 00030191  0x0000834e arg  0x00000846 , 0x00000011 
- 00030192  0x0000834f arg  0x00000826 , 0x00000012 
- 00030193  0x00008350 arg  0x00000826 , 0x00000005 
- 00030194  0x00008351 call  0x00007755 
- 00030195  0x00008352 arg  0x00000806 , 0x00000011 
- 00030196  0x00008353 arg  0x00000826 , 0x00000012 
- 00030197  0x00008354 arg  0x00000806 , 0x00000005 
- 00030198  0x00008355 branch  0x00007758 
- 00030199  0x00008359 fetch  0x00000001 , 0x000009b2 
- 00030200  0x0000835a bne  0x00000000 , 0x00007615 
- 00030201  0x0000835b call  0x00007612 
- 00030202  0x0000835c arg  0x00000a7e , 0x00000005 
- 00030203  0x0000835d setarg  0x00000a2e 
- 00030204  0x0000835e istore  0x00000002 , 0x00000005 
- 00030205  0x0000835f setarg  0x00004642 
- 00030206  0x00008360 istore  0x00000002 , 0x00000005 
- 00030207  0x00008361 setarg  0x000009de 
- 00030208  0x00008362 istore  0x00000002 , 0x00000005 
- 00030209  0x00008363 branch  0x00007609 
- 00030210  0x00008365 arg  0x00000a7e , 0x00000005 
- 00030211  0x00008366 setarg  0x00000a3e 
- 00030212  0x00008367 istore  0x00000002 , 0x00000005 
- 00030213  0x00008368 setarg  0x000009de 
- 00030214  0x00008369 istore  0x00000002 , 0x00000005 
- 00030215  0x0000836a setarg  0x00004642 
- 00030216  0x0000836b istore  0x00000002 , 0x00000005 
- 00030217  0x0000836d call  0x000079a0 
- 00030218  0x0000836e fetch  0x00000001 , 0x000009af 
- 00030219  0x0000836f beq  0x00000004 , 0x0000760f 
- 00030220  0x00008370 jam  0x00000001 , 0x000009b0 
- 00030221  0x00008371 jam  0x00000005 , 0x000009ae 
- 00030222  0x00008372 rtn 
- 00030223  0x00008374 jam  0x00000014 , 0x000009af 
- 00030224  0x00008375 call  0x0000758a 
- 00030225  0x00008376 branch  0x000076d8 
- 00030226  0x00008379 arg  0x00000a1e , 0x00000005 
- 00030227  0x0000837a force  0x00000008 , 0x00000007 
- 00030228  0x0000837b branch  0x000076a2 
- 00030229  0x0000837e jam  0x00000001 , 0x000009b0 
- 00030230  0x0000837f rtn 
- 00030231  0x00008383 bpatchx  0x000000e6 , 0x0000403c 
- 00030232  0x00008384 arg  0x00000727 , 0x00000005 
- 00030233  0x00008385 fetch  0x00000006 , 0x000040a0 
- 00030234  0x00008386 istore  0x00000006 , 0x00000005 
- 00030235  0x00008387 fetch  0x00000006 , 0x00000040 
- 00030236  0x00008388 istore  0x00000006 , 0x00000005 
- 00030237  0x00008389 fetch  0x00000003 , 0x0000465e 
- 00030238  0x0000838a istore  0x00000003 , 0x00000005 
- 00030239  0x0000838c call  0x00007a0d 
- 00030240  0x0000838e arg  0x00000a4e , 0x00000011 
- 00030241  0x0000838f arg  0x00000a5e , 0x00000012 
- 00030242  0x00008390 force  0x00000004 , 0x00000007 
- 00030243  0x00008391 call  0x000076a7 
- 00030244  0x00008392 nbranch  0x00007631 , 0x00000001 
- 00030245  0x00008394 call  0x00007628 
- 00030246  0x00008395 jam  0x00000041 , 0x0000007d 
- 00030247  0x00008396 branch  0x000062f8 
- 00030248  0x00008399 fetch  0x00000001 , 0x000009af 
- 00030249  0x0000839a beq  0x00000009 , 0x0000762e 
- 00030250  0x0000839b jam  0x0000000a , 0x000009ae 
- 00030251  0x0000839c jam  0x00000001 , 0x000009b0 
- 00030252  0x0000839d jam  0x00000003 , 0x0000007c 
- 00030253  0x0000839e rtn 
- 00030254  0x000083a0 jam  0x00000003 , 0x0000007c 
- 00030255  0x000083a1 jam  0x00000015 , 0x000009af 
- 00030256  0x000083a2 branch  0x000076d8 
- 00030257  0x000083a6 fetch  0x00000001 , 0x000009af 
- 00030258  0x000083a7 beq  0x00000009 , 0x00007637 
- 00030259  0x000083a8 jam  0x00000000 , 0x000009ae 
- 00030260  0x000083a9 jam  0x00000004 , 0x0000007c 
- 00030261  0x000083ab jam  0x00000005 , 0x0000007e 
- 00030262  0x000083ac rtn 
- 00030263  0x000083ae jam  0x00000004 , 0x0000007c 
- 00030264  0x000083af jam  0x00000000 , 0x000009af 
- 00030265  0x000083b0 rtn 
- 00030266  0x000083b3 fetch  0x00000001 , 0x000009b3 
- 00030267  0x000083b4 beq  0x00000001 , 0x0000763e 
- 00030268  0x000083b5 jam  0x0000000a , 0x000009af 
- 00030269  0x000083b6 branch  0x000076d8 
- 00030270  0x000083b8 arg  0x00000727 , 0x00000005 
- 00030271  0x000083b9 fetch  0x00000006 , 0x00000040 
- 00030272  0x000083ba istore  0x00000006 , 0x00000005 
- 00030273  0x000083bb fetch  0x00000006 , 0x000040a0 
- 00030274  0x000083bc istore  0x00000006 , 0x00000005 
- 00030275  0x000083bd fetch  0x00000003 , 0x0000465b 
- 00030276  0x000083be istore  0x00000003 , 0x00000005 
- 00030277  0x000083c0 call  0x00007a24 
- 00030278  0x000083c1 fetch  0x00000001 , 0x000009af 
- 00030279  0x000083c2 beq  0x0000000a , 0x0000764b 
- 00030280  0x000083c3 jam  0x0000000b , 0x000009ae 
- 00030281  0x000083c4 jam  0x00000001 , 0x000009b0 
- 00030282  0x000083c5 rtn 
- 00030283  0x000083c7 jam  0x0000000b , 0x000009af 
- 00030284  0x000083c8 jam  0x00000001 , 0x000009b1 
- 00030285  0x000083c9 rtn 
- 00030286  0x000083cc arg  0x00000a7e , 0x00000005 
- 00030287  0x000083cd fetch  0x00000006 , 0x00000040 
- 00030288  0x000083ce istore  0x00000006 , 0x00000005 
- 00030289  0x000083cf fetch  0x00000006 , 0x000040a0 
- 00030290  0x000083d0 istore  0x00000006 , 0x00000005 
- 00030291  0x000083d1 setarg  0x00000a2e 
- 00030292  0x000083d2 istore  0x00000002 , 0x00000005 
- 00030293  0x000083d3 setarg  0x00000a3e 
- 00030294  0x000083d4 istore  0x00000002 , 0x00000005 
- 00030295  0x000083d5 branch  0x00007662 
- 00030296  0x000083d7 jam  0x0000000f , 0x000009ae 
- 00030297  0x000083d8 arg  0x00000a7e , 0x00000005 
- 00030298  0x000083d9 fetch  0x00000006 , 0x000040a0 
- 00030299  0x000083da istore  0x00000006 , 0x00000005 
- 00030300  0x000083db fetch  0x00000006 , 0x00000040 
- 00030301  0x000083dc istore  0x00000006 , 0x00000005 
- 00030302  0x000083dd setarg  0x00000a3e 
- 00030303  0x000083de istore  0x00000002 , 0x00000005 
- 00030304  0x000083df setarg  0x00000a2e 
- 00030305  0x000083e0 istore  0x00000002 , 0x00000005 
- 00030306  0x000083e3 arg  0x00000727 , 0x00000005 
- 00030307  0x000083e4 fetch  0x00000006 , 0x00000a7e 
- 00030308  0x000083e5 istore  0x00000006 , 0x00000005 
- 00030309  0x000083e6 fetch  0x00000006 , 0x00000a84 
- 00030310  0x000083e7 istore  0x00000006 , 0x00000005 
- 00030311  0x000083e9 call  0x000079d7 
- 00030312  0x000083ec jam  0x00000001 , 0x000041bd 
- 00030313  0x000083ed arg  0x000041be , 0x00000005 
- 00030314  0x000083ee arg  0x00000a4e , 0x00000006 
- 00030315  0x000083ef call  0x00007ebf 
- 00030316  0x000083f0 branch  0x000021c4 
- 00030317  0x000083f4 bpatchx  0x000000e7 , 0x0000403c 
- 00030318  0x000083f5 fetch  0x00000001 , 0x000045b1 
- 00030319  0x000083f6 rtnne  0x00000000 
- 00030320  0x000083f7 fetch  0x00000001 , 0x000009b2 
- 00030321  0x000083f8 rtnne  0x00000000 
- 00030322  0x000083f9 arg  0x00004612 , 0x00000005 
- 00030323  0x000083fa force  0x0000000b , 0x00000007 
- 00030324  0x000083fb call  0x000076a2 
- 00030325  0x000083fc random  0x0000003f 
- 00030326  0x000083fd rshift  0x0000003f , 0x0000003f 
- 00030327  0x000083fe istore  0x00000002 , 0x00000005 
- 00030328  0x00008400 arg  0x000006be , 0x00000005 
- 00030329  0x00008401 arg  0x00004612 , 0x00000006 
- 00030330  0x00008402 call  0x00007ebe 
- 00030331  0x00008404 arg  0x000005e6 , 0x00000005 
- 00030332  0x00008405 arg  0x000008ce , 0x00000006 
- 00030333  0x00008406 call  0x00007ebc 
- 00030334  0x00008408 arg  0x00000616 , 0x00000005 
- 00030335  0x00008409 call  0x00007ec5 
- 00030336  0x0000840a jam  0x00000001 , 0x00000616 
- 00030337  0x0000840c call  0x00007a5d 
- 00030338  0x0000840d jam  0x00000001 , 0x000009b2 
- 00030339  0x0000840e rtn 
- 00030340  0x00008411 arg  0x0000462a , 0x00000005 
- 00030341  0x00008412 arg  0x0000062e , 0x00000006 
- 00030342  0x00008413 call  0x00007ebc 
- 00030343  0x00008414 jam  0x00000001 , 0x000045b1 
- 00030344  0x00008415 jam  0x00000000 , 0x000009b2 
- 00030345  0x00008416 rtn 
- 00030346  0x00008419 bpatchx  0x000000e8 , 0x0000403d 
- 00030347  0x0000841a fetch  0x00000001 , 0x000009b9 
- 00030348  0x0000841b rtnne  0x00000000 
- 00030349  0x0000841c fetch  0x00000001 , 0x000009b2 
- 00030350  0x0000841d rtnne  0x00000000 
- 00030351  0x0000841f arg  0x000006be , 0x00000005 
- 00030352  0x00008420 arg  0x00004612 , 0x00000006 
- 00030353  0x00008421 call  0x00007ebe 
- 00030354  0x00008423 arg  0x000005e6 , 0x00000005 
- 00030355  0x00008424 arg  0x000009c6 , 0x00000006 
- 00030356  0x00008425 call  0x00007ebc 
- 00030357  0x00008427 arg  0x00000616 , 0x00000005 
- 00030358  0x00008428 call  0x00007ec5 
- 00030359  0x00008429 jam  0x00000001 , 0x00000616 
- 00030360  0x0000842b call  0x00007a5d 
- 00030361  0x0000842c jam  0x00000002 , 0x000009b2 
- 00030362  0x0000842d rtn 
- 00030363  0x00008430 jam  0x00000001 , 0x000009b3 
- 00030364  0x00008431 arg  0x00000a06 , 0x00000005 
- 00030365  0x00008432 arg  0x0000062e , 0x00000006 
- 00030366  0x00008433 call  0x00007ebe 
- 00030367  0x00008434 jam  0x00000001 , 0x000009b9 
- 00030368  0x00008435 jam  0x00000000 , 0x000009b2 
- 00030369  0x00008436 rtn 
- 00030370  0x00008439 increase  0xffffffff , 0x00000007 
- 00030371  0x0000843a nrtn  0x00000002 
- 00030372  0x0000843b random  0x0000003f 
- 00030373  0x0000843c istore  0x00000002 , 0x00000005 
- 00030374  0x0000843d branch  0x000076a2 
- 00030375  0x0000843f increase  0xffffffff , 0x00000007 
- 00030376  0x00008440 nbranch  0x000076b3 , 0x00000002 
- 00030377  0x00008441 ifetch  0x00000004 , 0x00000011 
- 00030378  0x00008442 copy  0x0000003f , 0x00000002 
- 00030379  0x00008443 ifetch  0x00000004 , 0x00000012 
- 00030380  0x00008444 iflip  0x00000002 , 0x0000003f 
- 00030381  0x00008445 nbranch  0x000076b1 , 0x00000005 
- 00030382  0x00008446 increase  0x00000004 , 0x00000011 
- 00030383  0x00008447 increase  0x00000004 , 0x00000012 
- 00030384  0x00008448 branch  0x000076a7 
- 00030385  0x0000844a disable  0x00000001 
- 00030386  0x0000844b rtn 
- 00030387  0x0000844d enable  0x00000001 
- 00030388  0x0000844e rtn 
- 00030389  0x00008456 bpatchx  0x000000e9 , 0x0000403d 
- 00030390  0x00008457 fetch  0x00000001 , 0x000009b0 
- 00030391  0x00008458 rtn  0x00000034 
- 00030392  0x00008459 call  0x000062bc 
- 00030393  0x0000845a nrtn  0x00000034 
- 00030394  0x0000845b jam  0x00000000 , 0x000009b0 
- 00030395  0x0000845c fetch  0x00000001 , 0x000009ae 
- 00030396  0x0000845d beq  0x00000003 , 0x000061fd 
- 00030397  0x0000845e beq  0x00000005 , 0x0000621a 
- 00030398  0x0000845f beq  0x00000007 , 0x00006225 
- 00030399  0x00008460 beq  0x0000000b , 0x0000623a 
- 00030400  0x00008461 beq  0x00000002 , 0x00007588 
- 00030401  0x00008462 beq  0x00000004 , 0x000075f7 
- 00030402  0x00008463 beq  0x00000009 , 0x00007617 
- 00030403  0x00008464 beq  0x0000000a , 0x0000763a 
- 00030404  0x00008465 beq  0x0000000c , 0x00007658 
- 00030405  0x00008467 rtn 
- 00030406  0x0000846a bpatchx  0x000000ea , 0x0000403d 
- 00030407  0x0000846b fetch  0x00000001 , 0x000009b1 
- 00030408  0x0000846c rtn  0x00000034 
- 00030409  0x0000846d call  0x000062bc 
- 00030410  0x0000846e nrtn  0x00000034 
- 00030411  0x0000846f jam  0x00000000 , 0x000009b1 
- 00030412  0x00008470 fetch  0x00000001 , 0x000009af 
- 00030413  0x00008471 beq  0x00000012 , 0x000061e0 
- 00030414  0x00008472 beq  0x00000013 , 0x000061e5 
- 00030415  0x00008473 beq  0x00000003 , 0x000061e9 
- 00030416  0x00008474 beq  0x00000004 , 0x00007602 
- 00030417  0x00008475 beq  0x00000014 , 0x000061ed 
- 00030418  0x00008476 beq  0x00000007 , 0x000061fb 
- 00030419  0x00008477 beq  0x0000000a , 0x0000763a 
- 00030420  0x00008478 beq  0x0000000b , 0x00006239 
- 00030421  0x00008479 beq  0x00000009 , 0x00007617 
- 00030422  0x0000847a beq  0x00000015 , 0x00006233 
- 00030423  0x0000847b rtn 
- 00030424  0x0000847e jam  0x00000001 , 0x000009b1 
- 00030425  0x0000847f rtn 
- 00030426  0x00008482 jam  0x00000000 , 0x000009b1 
- 00030427  0x00008483 rtn 
- 00030428  0x00008485 bpatchx  0x000000eb , 0x0000403d 
- 00030429  0x00008486 fetch  0x00000001 , 0x0000465a 
- 00030430  0x00008487 rtn  0x00000034 
- 00030431  0x00008488 fetch  0x00000001 , 0x000009b2 
- 00030432  0x00008489 rtn  0x00000034 
- 00030433  0x0000848a increase  0x00000080 , 0x0000003f 
- 00030434  0x0000848b store  0x00000001 , 0x000009b2 
- 00030435  0x0000848c rtnbit1  0x00000007 
- 00030436  0x0000848d fetch  0x00000001 , 0x000005e3 
- 00030437  0x0000848e branch  0x000076e7 , 0x00000034 
- 00030438  0x0000848f branch  0x00007a68 
- 00030439  0x00008492 call  0x000078d3 
- 00030440  0x00008493 fetch  0x00000001 , 0x000009b2 
- 00030441  0x00008494 beq  0x00000001 , 0x00007684 
- 00030442  0x00008495 beq  0x00000002 , 0x0000769b 
- 00030443  0x00008496 rtn 
- 00030444  0x0000849a and  0x0000003f , 0x00000007 , 0x00000007 
- 00030445  0x0000849b rshift3  0x0000003f , 0x0000003f 
- 00030446  0x0000849c iadd  0x00000006 , 0x00000006 
- 00030447  0x0000849d ifetch  0x00000001 , 0x00000006 
- 00030448  0x0000849e qisolate0  0x0000003f 
- 00030449  0x0000849f rtn 
- 00030450  0x000084a3 call  0x00007ebe 
- 00030451  0x000084a4 call  0x00007ebe 
- 00030452  0x000084a5 branch  0x00007ebe 
- 00030453  0x000084a9 ifetch  0x00000008 , 0x00000006 
- 00030454  0x000084aa nrtn  0x00000034 
- 00030455  0x000084ab ifetch  0x00000008 , 0x00000006 
- 00030456  0x000084ac nrtn  0x00000034 
- 00030457  0x000084ad ifetch  0x00000008 , 0x00000006 
- 00030458  0x000084ae rtn 
- 00030459  0x000084b4 ifetch  0x00000004 , 0x00000011 
- 00030460  0x000084b5 iforce  0x00000002 
- 00030461  0x000084b6 ifetch  0x00000004 , 0x00000012 
- 00030462  0x000084b7 isub  0x00000002 , 0x0000003e 
- 00030463  0x000084b8 nrtn  0x00000005 
- 00030464  0x000084b9 increase  0x00000004 , 0x00000011 
- 00030465  0x000084ba increase  0x00000004 , 0x00000012 
- 00030466  0x000084bb loop  0x000076fb 
- 00030467  0x000084bc rtn 
- 00030468  0x000084c0 force  0x00000006 , 0x00000039 
- 00030469  0x000084c1 increase  0x00000014 , 0x00000011 
- 00030470  0x000084c2 increase  0x00000014 , 0x00000012 
- 00030471  0x000084c4 ifetch  0x00000004 , 0x00000012 
- 00030472  0x000084c5 iforce  0x00000002 
- 00030473  0x000084c6 ifetch  0x00000004 , 0x00000011 
- 00030474  0x000084c7 isub  0x00000002 , 0x0000003f 
- 00030475  0x000084c8 nrtn  0x00000002 
- 00030476  0x000084c9 nrtn  0x00000034 
- 00030477  0x000084ca increase  0xfffffffc , 0x00000011 
- 00030478  0x000084cb increase  0xfffffffc , 0x00000012 
- 00030479  0x000084cc loop  0x00007707 
- 00030480  0x000084cd rtn 
- 00030481  0x000084d0 force  0x00000006 , 0x00000039 
- 00030482  0x000084d1 force  0x00000000 , 0x00000013 
- 00030483  0x000084d3 ifetch  0x00000004 , 0x00000011 
- 00030484  0x000084d4 iforce  0x00000002 
- 00030485  0x000084d5 ifetch  0x00000004 , 0x00000012 
- 00030486  0x000084d6 iadd  0x00000002 , 0x0000003f 
- 00030487  0x000084d7 iadd  0x00000013 , 0x0000003f 
- 00030488  0x000084d8 istore  0x00000004 , 0x00000005 
- 00030489  0x000084d9 isolate1  0x00000020 , 0x0000003f 
- 00030490  0x000084da setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030491  0x000084db increase  0x00000004 , 0x00000011 
- 00030492  0x000084dc increase  0x00000004 , 0x00000012 
- 00030493  0x000084dd loop  0x00007713 
- 00030494  0x000084de rtn 
- 00030495  0x000084e1 force  0x00000006 , 0x00000039 
- 00030496  0x000084e2 force  0x00000000 , 0x00000013 
- 00030497  0x000084e4 ifetch  0x00000004 , 0x00000012 
- 00030498  0x000084e5 iforce  0x00000002 
- 00030499  0x000084e6 ifetch  0x00000004 , 0x00000011 
- 00030500  0x000084e7 isub  0x00000002 , 0x0000003f 
- 00030501  0x000084e8 isub  0x00000013 , 0x0000003f 
- 00030502  0x000084e9 istore  0x00000004 , 0x00000005 
- 00030503  0x000084ea isolate1  0x00000020 , 0x0000003f 
- 00030504  0x000084eb setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030505  0x000084ec increase  0x00000004 , 0x00000011 
- 00030506  0x000084ed increase  0x00000004 , 0x00000012 
- 00030507  0x000084ee loop  0x00007721 
- 00030508  0x000084ef rtn 
- 00030509  0x000084f2 force  0x00000006 , 0x00000039 
- 00030510  0x000084f3 increase  0x00000014 , 0x00000011 
- 00030511  0x000084f5 force  0x00000000 , 0x00000013 
- 00030512  0x000084f7 ifetch  0x00000004 , 0x00000011 
- 00030513  0x000084f8 isolate1  0x00000000 , 0x0000003f 
- 00030514  0x000084f9 setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030515  0x000084fa rshift  0x0000003f , 0x0000003f 
- 00030516  0x000084fb isolate1  0x00000000 , 0x00000013 
- 00030517  0x000084fc setflag  0x00000001 , 0x0000001f , 0x0000003f 
- 00030518  0x000084fd istore  0x00000004 , 0x00000011 
- 00030519  0x000084fe increase  0xfffffffc , 0x00000011 
- 00030520  0x000084ff rshift  0x00000013 , 0x00000013 
- 00030521  0x00008500 loop  0x00007730 
- 00030522  0x00008501 rtn 
- 00030523  0x00008504 force  0x00000006 , 0x00000039 
- 00030524  0x00008505 force  0x00000000 , 0x00000013 
- 00030525  0x00008507 ifetch  0x00000004 , 0x00000011 
- 00030526  0x00008508 isolate1  0x0000001f , 0x0000003f 
- 00030527  0x00008509 setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030528  0x0000850a lshift  0x0000003f , 0x0000003f 
- 00030529  0x0000850b isolate1  0x00000000 , 0x00000013 
- 00030530  0x0000850c setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00030531  0x0000850d istore  0x00000004 , 0x00000011 
- 00030532  0x0000850e increase  0x00000004 , 0x00000011 
- 00030533  0x0000850f rshift  0x00000013 , 0x00000013 
- 00030534  0x00008510 loop  0x0000773d 
- 00030535  0x00008511 rtn 
- 00030536  0x00008514 call  0x0000773b 
- 00030537  0x00008516 isolate1  0x00000000 , 0x00000013 
- 00030538  0x00008517 branch  0x00007751 , 0x00000001 
- 00030539  0x00008518 arg  0x00000886 , 0x00000012 
- 00030540  0x00008519 copy  0x00000011 , 0x00000013 
- 00030541  0x0000851a increase  0xffffffe8 , 0x00000011 
- 00030542  0x0000851b call  0x00007704 
- 00030543  0x0000851c nrtn  0x00000002 
- 00030544  0x0000851d copy  0x00000013 , 0x00000011 
- 00030545  0x0000851f increase  0xffffffe8 , 0x00000011 
- 00030546  0x00008520 arg  0x00000886 , 0x00000012 
- 00030547  0x00008521 copy  0x00000011 , 0x00000005 
- 00030548  0x00008522 branch  0x0000771f 
- 00030549  0x00008526 call  0x00007711 
- 00030550  0x00008527 copy  0x00000005 , 0x00000011 
- 00030551  0x00008528 branch  0x00007749 
- 00030552  0x0000852b call  0x0000771f 
- 00030553  0x0000852c isolate0  0x00000000 , 0x00000013 
- 00030554  0x0000852d rtn  0x00000001 
- 00030555  0x0000852e arg  0x00000886 , 0x00000012 
- 00030556  0x0000852f add  0x00000005 , 0xffffffe8 , 0x00000011 
- 00030557  0x00008530 copy  0x00000011 , 0x00000005 
- 00030558  0x00008531 branch  0x00007711 
- 00030559  0x00008535 copy  0x00000005 , 0x0000000b 
- 00030560  0x00008536 copy  0x00000011 , 0x00000030 
- 00030561  0x00008537 arg  0x00000716 , 0x00000012 
- 00030562  0x00008538 copy  0x00000012 , 0x00000005 
- 00030563  0x00008539 add  0x00000011 , 0x00000018 , 0x00000006 
- 00030564  0x0000853a ifetch  0x00000008 , 0x00000006 
- 00030565  0x0000853b istore  0x00000008 , 0x00000005 
- 00030566  0x0000853c istore  0x00000008 , 0x00000005 
- 00030567  0x0000853d force  0x00000000 , 0x0000003f 
- 00030568  0x0000853e istore  0x00000008 , 0x00000005 
- 00030569  0x0000853f copy  0x0000000b , 0x00000005 
- 00030570  0x00008540 call  0x00007755 
- 00030571  0x00008541 arg  0x00000716 , 0x00000012 
- 00030572  0x00008542 copy  0x00000012 , 0x00000005 
- 00030573  0x00008543 force  0x00000000 , 0x0000003f 
- 00030574  0x00008544 istore  0x00000008 , 0x00000005 
- 00030575  0x00008545 add  0x00000030 , 0x00000020 , 0x00000006 
- 00030576  0x00008546 ifetch  0x00000008 , 0x00000006 
- 00030577  0x00008547 istore  0x00000008 , 0x00000005 
- 00030578  0x00008548 istore  0x00000008 , 0x00000005 
- 00030579  0x00008549 copy  0x0000000b , 0x00000011 
- 00030580  0x0000854a copy  0x00000011 , 0x00000005 
- 00030581  0x0000854b call  0x00007755 
- 00030582  0x0000854c arg  0x00000716 , 0x00000012 
- 00030583  0x0000854d copy  0x00000012 , 0x00000005 
- 00030584  0x0000854e add  0x00000030 , 0x00000028 , 0x00000006 
- 00030585  0x0000854f ifetch  0x00000008 , 0x00000006 
- 00030586  0x00008550 istore  0x00000008 , 0x00000005 
- 00030587  0x00008551 istore  0x00000008 , 0x00000005 
- 00030588  0x00008552 istore  0x00000008 , 0x00000005 
- 00030589  0x00008553 copy  0x0000000b , 0x00000011 
- 00030590  0x00008554 copy  0x00000011 , 0x00000005 
- 00030591  0x00008555 branch  0x00007755 
- 00030592  0x00008559 force  0x00000006 , 0x00000039 
- 00030593  0x0000855b ifetch  0x00000004 , 0x00000006 
- 00030594  0x0000855c iforce  0x0000002f 
- 00030595  0x0000855d increase  0x00000001 , 0x00000038 
- 00030596  0x0000855e loop  0x00007781 
- 00030597  0x0000855f rtn 
- 00030598  0x00008564 copy  0x00000005 , 0x0000000b 
- 00030599  0x00008565 arg  0x000006e6 , 0x00000005 
- 00030600  0x00008566 call  0x00007ec5 
- 00030601  0x00008567 arg  0x000006e6 , 0x00000005 
- 00030602  0x00008568 copy  0x00000011 , 0x00000006 
- 00030603  0x00008569 force  0x00000000 , 0x00000038 
- 00030604  0x0000856a call  0x00007780 
- 00030605  0x0000856b copy  0x00000012 , 0x00000006 
- 00030606  0x0000856c call  0x00007780 
- 00030607  0x0000856d force  0x00000000 , 0x00000012 
- 00030608  0x0000856f force  0x00000000 , 0x00000002 
- 00030609  0x00008570 force  0x00000006 , 0x00000013 
- 00030610  0x00008572 ifetch  0x00000004 , 0x00000005 
- 00030611  0x00008573 iforce  0x00000011 
- 00030612  0x00008574 copy  0x00000012 , 0x00000038 
- 00030613  0x00008575 deposit  0x0000002f 
- 00030614  0x00008576 copy  0x00000013 , 0x00000038 
- 00030615  0x00008577 imul32  0x0000002f , 0x0000003f 
- 00030616  0x00008578 iadd  0x00000011 , 0x0000003f 
- 00030617  0x00008579 iadd  0x00000002 , 0x0000003f 
- 00030618  0x0000857a istore  0x00000004 , 0x00000005 
- 00030619  0x0000857b rshift32  0x0000003f , 0x00000002 
- 00030620  0x0000857c increase  0x00000001 , 0x00000013 
- 00030621  0x0000857d compare  0x0000000c , 0x00000013 , 0x000000ff 
- 00030622  0x0000857e nbranch  0x00007792 , 0x00000001 
- 00030623  0x0000857f deposit  0x00000002 
- 00030624  0x00008580 istore  0x00000004 , 0x00000005 
- 00030625  0x00008581 increase  0xffffffe8 , 0x00000005 
- 00030626  0x00008582 increase  0x00000001 , 0x00000012 
- 00030627  0x00008583 compare  0x00000006 , 0x00000012 , 0x000000ff 
- 00030628  0x00008584 nbranch  0x00007790 , 0x00000001 
- 00030629  0x00008585 arg  0x000006e6 , 0x00000011 
- 00030630  0x00008586 copy  0x0000000b , 0x00000005 
- 00030631  0x00008587 branch  0x0000775f 
- 00030632  0x0000858b copy  0x00000011 , 0x00000012 
- 00030633  0x0000858c branch  0x00007786 
- 00030634  0x0000858f copy  0x00000011 , 0x00000030 
- 00030635  0x00008591 copy  0x00000030 , 0x00000011 
- 00030636  0x00008592 ifetch  0x00000001 , 0x00000011 
- 00030637  0x00008593 isolate1  0x00000000 , 0x0000003f 
- 00030638  0x00008594 rtn  0x00000001 
- 00030639  0x00008595 call  0x0000772d 
- 00030640  0x00008596 ifetch  0x00000001 , 0x00000012 
- 00030641  0x00008597 isolate0  0x00000000 , 0x0000003f 
- 00030642  0x00008598 branch  0x000077ba , 0x00000001 
- 00030643  0x00008599 arg  0x00000886 , 0x00000011 
- 00030644  0x0000859a copy  0x00000012 , 0x00000005 
- 00030645  0x0000859b call  0x00007711 
- 00030646  0x0000859c ifetch  0x00000001 , 0x00000012 
- 00030647  0x0000859d iadd  0x00000013 , 0x0000003f 
- 00030648  0x0000859e istore  0x00000001 , 0x00000012 
- 00030649  0x0000859f increase  0xffffffe8 , 0x00000012 
- 00030650  0x000085a1 add  0x00000012 , 0x00000018 , 0x00000011 
- 00030651  0x000085a2 force  0x00000007 , 0x00000039 
- 00030652  0x000085a3 call  0x0000772f 
- 00030653  0x000085a4 branch  0x000077ab 
- 00030654  0x000085a8 copy  0x00000005 , 0x0000000b 
- 00030655  0x000085a9 arg  0x00000746 , 0x00000005 
- 00030656  0x000085aa call  0x00007ec5 
- 00030657  0x000085ab force  0x00000000 , 0x0000003f 
- 00030658  0x000085ac store  0x00000004 , 0x000006fe 
- 00030659  0x000085ad store  0x00000004 , 0x0000075e 
- 00030660  0x000085ae jam  0x00000001 , 0x00000746 
- 00030661  0x000085af arg  0x000006e6 , 0x00000005 
- 00030662  0x000085b0 call  0x00007ec5 
- 00030663  0x000085b1 arg  0x00000886 , 0x00000006 
- 00030664  0x000085b2 arg  0x00000716 , 0x00000005 
- 00030665  0x000085b3 call  0x00007ebe 
- 00030666  0x000085b4 copy  0x00000011 , 0x00000006 
- 00030667  0x000085b5 arg  0x0000072e , 0x00000005 
- 00030668  0x000085b6 call  0x00007ebe 
- 00030669  0x000085b8 arg  0x0000072e , 0x00000006 
- 00030670  0x000085b9 call  0x000076f5 
- 00030671  0x000085ba branch  0x000077f6 , 0x00000034 
- 00030672  0x000085bb arg  0x0000072e , 0x00000011 
- 00030673  0x000085bc arg  0x00000746 , 0x00000012 
- 00030674  0x000085bd call  0x000077aa 
- 00030675  0x000085bf arg  0x00000716 , 0x00000011 
- 00030676  0x000085c0 arg  0x000006e6 , 0x00000012 
- 00030677  0x000085c1 call  0x000077aa 
- 00030678  0x000085c2 arg  0x0000072e , 0x00000011 
- 00030679  0x000085c3 arg  0x00000716 , 0x00000012 
- 00030680  0x000085c4 call  0x00007704 
- 00030681  0x000085c5 branch  0x000077e8 , 0x00000002 
- 00030682  0x000085c6 arg  0x00000716 , 0x00000011 
- 00030683  0x000085c7 arg  0x0000072e , 0x00000012 
- 00030684  0x000085c8 copy  0x00000011 , 0x00000005 
- 00030685  0x000085c9 call  0x0000771f 
- 00030686  0x000085ca arg  0x00000746 , 0x00000011 
- 00030687  0x000085cb arg  0x000006e6 , 0x00000012 
- 00030688  0x000085cc copy  0x00000012 , 0x00000005 
- 00030689  0x000085cd call  0x00007711 
- 00030690  0x000085ce ifetch  0x00000001 , 0x00000011 
- 00030691  0x000085cf iadd  0x00000013 , 0x00000013 
- 00030692  0x000085d0 ifetch  0x00000001 , 0x00000012 
- 00030693  0x000085d1 iadd  0x00000013 , 0x0000003f 
- 00030694  0x000085d2 istore  0x00000001 , 0x00000012 
- 00030695  0x000085d3 branch  0x000077cd 
- 00030696  0x000085d5 arg  0x0000072e , 0x00000011 
- 00030697  0x000085d6 arg  0x00000716 , 0x00000012 
- 00030698  0x000085d7 copy  0x00000011 , 0x00000005 
- 00030699  0x000085d8 call  0x0000771f 
- 00030700  0x000085d9 arg  0x000006e6 , 0x00000011 
- 00030701  0x000085da arg  0x00000746 , 0x00000012 
- 00030702  0x000085db copy  0x00000012 , 0x00000005 
- 00030703  0x000085dc call  0x00007711 
- 00030704  0x000085dd ifetch  0x00000001 , 0x00000011 
- 00030705  0x000085de iadd  0x00000013 , 0x00000013 
- 00030706  0x000085df ifetch  0x00000001 , 0x00000012 
- 00030707  0x000085e0 iadd  0x00000013 , 0x0000003f 
- 00030708  0x000085e1 istore  0x00000001 , 0x00000012 
- 00030709  0x000085e2 branch  0x000077cd 
- 00030710  0x000085e4 arg  0x00000746 , 0x00000005 
- 00030711  0x000085e5 call  0x00007ec5 
- 00030712  0x000085e6 fetch  0x00000001 , 0x000006fe 
- 00030713  0x000085e7 store  0x00000001 , 0x00000746 
- 00030714  0x000085e8 store  0x00000001 , 0x0000074e 
- 00030715  0x000085e9 arg  0x00000746 , 0x00000011 
- 00030716  0x000085ea arg  0x000006e6 , 0x00000012 
- 00030717  0x000085eb copy  0x00000012 , 0x00000005 
- 00030718  0x000085ec call  0x00007755 
- 00030719  0x000085ed arg  0x00000886 , 0x00000011 
- 00030720  0x000085ee arg  0x000006e6 , 0x00000012 
- 00030721  0x000085ef copy  0x0000000b , 0x00000005 
- 00030722  0x000085f0 branch  0x00007758 
- 00030723  0x000085f6 arg  0x000006a6 , 0x00000011 
- 00030724  0x000085f7 arg  0x0000075e , 0x00000005 
- 00030725  0x000085f8 call  0x000077a8 
- 00030726  0x000085f9 arg  0x0000075e , 0x00000011 
- 00030727  0x000085fa arg  0x00000776 , 0x00000005 
- 00030728  0x000085fb call  0x000077a8 
- 00030729  0x000085fc arg  0x0000089e , 0x00000011 
- 00030730  0x000085fd arg  0x00000776 , 0x00000012 
- 00030731  0x000085fe arg  0x00000776 , 0x00000005 
- 00030732  0x000085ff call  0x00007786 
- 00030733  0x00008600 arg  0x00000676 , 0x00000011 
- 00030734  0x00008601 arg  0x0000075e , 0x00000005 
- 00030735  0x00008602 call  0x000077a8 
- 00030736  0x00008603 arg  0x0000075e , 0x00000006 
- 00030737  0x00008604 arg  0x0000072e , 0x00000005 
- 00030738  0x00008605 call  0x00007ebe 
- 00030739  0x00008606 arg  0x0000072e , 0x00000011 
- 00030740  0x00008607 call  0x00007748 
- 00030741  0x00008608 arg  0x0000075e , 0x00000011 
- 00030742  0x00008609 arg  0x0000072e , 0x00000012 
- 00030743  0x0000860a arg  0x0000075e , 0x00000005 
- 00030744  0x0000860b call  0x00007755 
- 00030745  0x0000860c arg  0x0000075e , 0x00000011 
- 00030746  0x0000860d arg  0x00000776 , 0x00000012 
- 00030747  0x0000860e arg  0x0000075e , 0x00000005 
- 00030748  0x0000860f call  0x00007755 
- 00030749  0x00008610 arg  0x00000676 , 0x00000006 
- 00030750  0x00008611 arg  0x0000072e , 0x00000005 
- 00030751  0x00008612 call  0x00007ebe 
- 00030752  0x00008613 arg  0x0000068e , 0x00000011 
- 00030753  0x00008614 arg  0x00000776 , 0x00000005 
- 00030754  0x00008615 call  0x000077a8 
- 00030755  0x00008616 arg  0x0000072e , 0x00000011 
- 00030756  0x00008617 call  0x00007748 
- 00030757  0x00008618 arg  0x0000072e , 0x00000011 
- 00030758  0x00008619 call  0x00007748 
- 00030759  0x0000861a arg  0x0000072e , 0x00000011 
- 00030760  0x0000861b arg  0x00000776 , 0x00000012 
- 00030761  0x0000861c arg  0x0000072e , 0x00000005 
- 00030762  0x0000861d call  0x00007786 
- 00030763  0x0000861e arg  0x00000776 , 0x00000011 
- 00030764  0x0000861f arg  0x00000746 , 0x00000005 
- 00030765  0x00008620 call  0x000077a8 
- 00030766  0x00008621 arg  0x00000746 , 0x00000011 
- 00030767  0x00008622 call  0x00007748 
- 00030768  0x00008623 arg  0x00000746 , 0x00000011 
- 00030769  0x00008624 call  0x00007748 
- 00030770  0x00008625 arg  0x00000746 , 0x00000011 
- 00030771  0x00008626 call  0x00007748 
- 00030772  0x00008627 arg  0x0000068e , 0x00000006 
- 00030773  0x00008628 arg  0x00000776 , 0x00000005 
- 00030774  0x00008629 call  0x00007ebe 
- 00030775  0x0000862a arg  0x00000776 , 0x00000011 
- 00030776  0x0000862b call  0x00007748 
- 00030777  0x0000862c arg  0x00000776 , 0x00000011 
- 00030778  0x0000862d arg  0x000006a6 , 0x00000012 
- 00030779  0x0000862e arg  0x000006a6 , 0x00000005 
- 00030780  0x0000862f call  0x00007786 
- 00030781  0x00008630 arg  0x0000075e , 0x00000011 
- 00030782  0x00008631 arg  0x00000776 , 0x00000005 
- 00030783  0x00008632 call  0x000077a8 
- 00030784  0x00008633 arg  0x00000776 , 0x00000011 
- 00030785  0x00008634 arg  0x0000072e , 0x00000012 
- 00030786  0x00008635 arg  0x00000776 , 0x00000005 
- 00030787  0x00008636 call  0x00007758 
- 00030788  0x00008637 arg  0x00000776 , 0x00000011 
- 00030789  0x00008638 arg  0x0000072e , 0x00000012 
- 00030790  0x00008639 arg  0x00000676 , 0x00000005 
- 00030791  0x0000863a call  0x00007758 
- 00030792  0x0000863b arg  0x0000072e , 0x00000011 
- 00030793  0x0000863c arg  0x00000676 , 0x00000012 
- 00030794  0x0000863d arg  0x00000776 , 0x00000005 
- 00030795  0x0000863e call  0x00007758 
- 00030796  0x0000863f arg  0x00000776 , 0x00000011 
- 00030797  0x00008640 arg  0x0000075e , 0x00000012 
- 00030798  0x00008641 arg  0x00000776 , 0x00000005 
- 00030799  0x00008642 call  0x00007786 
- 00030800  0x00008643 arg  0x00000776 , 0x00000011 
- 00030801  0x00008644 arg  0x00000746 , 0x00000012 
- 00030802  0x00008645 arg  0x0000068e , 0x00000005 
- 00030803  0x00008646 branch  0x00007758 
- 00030804  0x0000864b arg  0x00000616 , 0x00000011 
- 00030805  0x0000864c arg  0x0000078e , 0x00000005 
- 00030806  0x0000864d call  0x000077a8 
- 00030807  0x0000864e arg  0x00000676 , 0x00000011 
- 00030808  0x0000864f arg  0x0000078e , 0x00000012 
- 00030809  0x00008650 arg  0x00000746 , 0x00000005 
- 00030810  0x00008651 call  0x00007786 
- 00030811  0x00008652 arg  0x00000616 , 0x00000011 
- 00030812  0x00008653 arg  0x0000078e , 0x00000012 
- 00030813  0x00008654 arg  0x0000078e , 0x00000005 
- 00030814  0x00008655 call  0x00007786 
- 00030815  0x00008656 arg  0x0000068e , 0x00000011 
- 00030816  0x00008657 arg  0x0000078e , 0x00000012 
- 00030817  0x00008658 arg  0x0000072e , 0x00000005 
- 00030818  0x00008659 call  0x00007786 
- 00030819  0x0000865a arg  0x000006a6 , 0x00000011 
- 00030820  0x0000865b arg  0x0000078e , 0x00000005 
- 00030821  0x0000865c call  0x000077a8 
- 00030822  0x0000865d arg  0x000005e6 , 0x00000011 
- 00030823  0x0000865e arg  0x0000078e , 0x00000012 
- 00030824  0x0000865f arg  0x0000075e , 0x00000005 
- 00030825  0x00008660 call  0x00007786 
- 00030826  0x00008661 arg  0x000006a6 , 0x00000011 
- 00030827  0x00008662 arg  0x0000078e , 0x00000012 
- 00030828  0x00008663 arg  0x0000078e , 0x00000005 
- 00030829  0x00008664 call  0x00007786 
- 00030830  0x00008665 arg  0x000005fe , 0x00000011 
- 00030831  0x00008666 arg  0x0000078e , 0x00000012 
- 00030832  0x00008667 arg  0x00000776 , 0x00000005 
- 00030833  0x00008668 call  0x00007786 
- 00030834  0x00008669 arg  0x00000746 , 0x00000011 
- 00030835  0x0000866a arg  0x0000075e , 0x00000012 
- 00030836  0x0000866b arg  0x0000078e , 0x00000005 
- 00030837  0x0000866c call  0x00007758 
- 00030838  0x0000866d arg  0x00000746 , 0x00000011 
- 00030839  0x0000866e arg  0x0000075e , 0x00000012 
- 00030840  0x0000866f arg  0x00000746 , 0x00000005 
- 00030841  0x00008670 call  0x00007755 
- 00030842  0x00008671 arg  0x0000072e , 0x00000011 
- 00030843  0x00008672 arg  0x00000776 , 0x00000012 
- 00030844  0x00008673 arg  0x0000075e , 0x00000005 
- 00030845  0x00008674 call  0x00007758 
- 00030846  0x00008675 arg  0x0000072e , 0x00000011 
- 00030847  0x00008676 arg  0x00000776 , 0x00000012 
- 00030848  0x00008677 arg  0x0000072e , 0x00000005 
- 00030849  0x00008678 call  0x00007755 
- 00030850  0x00008679 arg  0x0000072e , 0x00000011 
- 00030851  0x0000867a arg  0x0000078e , 0x00000012 
- 00030852  0x0000867b arg  0x0000072e , 0x00000005 
- 00030853  0x0000867c call  0x00007786 
- 00030854  0x0000867d arg  0x000006a6 , 0x00000011 
- 00030855  0x0000867e arg  0x00000616 , 0x00000012 
- 00030856  0x0000867f arg  0x00000776 , 0x00000005 
- 00030857  0x00008680 call  0x00007786 
- 00030858  0x00008681 arg  0x00000776 , 0x00000011 
- 00030859  0x00008682 arg  0x0000078e , 0x00000012 
- 00030860  0x00008683 arg  0x000006a6 , 0x00000005 
- 00030861  0x00008684 call  0x00007786 
- 00030862  0x00008685 arg  0x0000078e , 0x00000011 
- 00030863  0x00008686 arg  0x0000078e , 0x00000005 
- 00030864  0x00008687 call  0x000077a8 
- 00030865  0x00008688 arg  0x0000078e , 0x00000011 
- 00030866  0x00008689 arg  0x00000746 , 0x00000012 
- 00030867  0x0000868a arg  0x00000776 , 0x00000005 
- 00030868  0x0000868b call  0x00007786 
- 00030869  0x0000868c arg  0x0000078e , 0x00000011 
- 00030870  0x0000868d arg  0x0000072e , 0x00000012 
- 00030871  0x0000868e arg  0x0000072e , 0x00000005 
- 00030872  0x0000868f call  0x00007786 
- 00030873  0x00008690 arg  0x0000075e , 0x00000011 
- 00030874  0x00008691 arg  0x00000676 , 0x00000005 
- 00030875  0x00008692 call  0x000077a8 
- 00030876  0x00008693 arg  0x00000676 , 0x00000011 
- 00030877  0x00008694 arg  0x00000776 , 0x00000012 
- 00030878  0x00008695 arg  0x00000676 , 0x00000005 
- 00030879  0x00008696 call  0x00007758 
- 00030880  0x00008697 arg  0x00000676 , 0x00000006 
- 00030881  0x00008698 arg  0x0000078e , 0x00000005 
- 00030882  0x00008699 call  0x00007ebe 
- 00030883  0x0000869a arg  0x0000078e , 0x00000011 
- 00030884  0x0000869b call  0x00007748 
- 00030885  0x0000869c arg  0x00000776 , 0x00000011 
- 00030886  0x0000869d arg  0x0000078e , 0x00000012 
- 00030887  0x0000869e arg  0x00000776 , 0x00000005 
- 00030888  0x0000869f call  0x00007758 
- 00030889  0x000086a0 arg  0x00000776 , 0x00000011 
- 00030890  0x000086a1 arg  0x0000075e , 0x00000012 
- 00030891  0x000086a2 arg  0x0000075e , 0x00000005 
- 00030892  0x000086a3 call  0x00007786 
- 00030893  0x000086a4 arg  0x0000075e , 0x00000011 
- 00030894  0x000086a5 arg  0x0000072e , 0x00000012 
- 00030895  0x000086a6 arg  0x0000068e , 0x00000005 
- 00030896  0x000086a7 call  0x00007758 
- 00030897  0x000086a8 arg  0x0000068e , 0x00000011 
- 00030898  0x000086a9 arg  0x00000886 , 0x00000012 
- 00030899  0x000086aa arg  0x0000068e , 0x00000005 
- 00030900  0x000086ab force  0x00000000 , 0x00000013 
- 00030901  0x000086ac fetch  0x00000001 , 0x0000068e 
- 00030902  0x000086ad isolate1  0x00000000 , 0x0000003f 
- 00030903  0x000086ae call  0x00007711 , 0x00000001 
- 00030904  0x000086af copy  0x00000013 , 0x00000030 
- 00030905  0x000086b0 arg  0x0000068e , 0x00000011 
- 00030906  0x000086b1 call  0x0000772d 
- 00030907  0x000086b2 fetch  0x00000001 , 0x000006a5 
- 00030908  0x000086b3 isolate1  0x00000000 , 0x00000030 
- 00030909  0x000086b4 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00030910  0x000086b5 store  0x00000001 , 0x000006a5 
- 00030911  0x000086b6 rtn 
- 00030912  0x000086bb fetch  0x00000001 , 0x000005e3 
- 00030913  0x000086bc increase  0xffffffff , 0x0000003f 
- 00030914  0x000086bd nrtn  0x00000002 
- 00030915  0x000086be store  0x00000001 , 0x000005e3 
- 00030916  0x000086bf fetch  0x00000001 , 0x000005e2 
- 00030917  0x000086c0 call  0x00007803 , 0x00000034 
- 00030918  0x000086c1 fetch  0x00000001 , 0x000005e3 
- 00030919  0x000086c2 arg  0x000006be , 0x00000006 
- 00030920  0x000086c3 call  0x000076ec 
- 00030921  0x000086c4 branch  0x000078c0 , 0x00000001 
- 00030922  0x000086c5 fetch  0x00000001 , 0x000005e2 
- 00030923  0x000086c6 nbranch  0x000078ce , 0x00000034 
- 00030924  0x000086c7 call  0x00007854 
- 00030925  0x000086c8 branch  0x000078c0 
- 00030926  0x000086ca jam  0x00000000 , 0x000005e2 
- 00030927  0x000086cb arg  0x000005e6 , 0x00000006 
- 00030928  0x000086cc arg  0x00000676 , 0x00000005 
- 00030929  0x000086cd call  0x000076f2 
- 00030930  0x000086ce branch  0x000078c0 
- 00030931  0x000086d2 arg  0x000006a6 , 0x00000011 
- 00030932  0x000086d3 arg  0x00000776 , 0x00000005 
- 00030933  0x000086d4 call  0x000077be 
- 00030934  0x000086d5 arg  0x00000776 , 0x00000011 
- 00030935  0x000086d6 arg  0x0000072e , 0x00000005 
- 00030936  0x000086d7 call  0x000077a8 
- 00030937  0x000086d8 arg  0x00000676 , 0x00000011 
- 00030938  0x000086d9 arg  0x0000072e , 0x00000012 
- 00030939  0x000086da arg  0x0000062e , 0x00000005 
- 00030940  0x000086db call  0x00007786 
- 00030941  0x000086dc arg  0x00000776 , 0x00000011 
- 00030942  0x000086dd arg  0x0000072e , 0x00000012 
- 00030943  0x000086de arg  0x0000075e , 0x00000005 
- 00030944  0x000086df call  0x00007786 
- 00030945  0x000086e0 arg  0x0000068e , 0x00000011 
- 00030946  0x000086e1 arg  0x0000075e , 0x00000012 
- 00030947  0x000086e2 arg  0x00000646 , 0x00000005 
- 00030948  0x000086e3 branch  0x00007786 
- 00030949  0x000086e8 ifetch  0x00000004 , 0x00000006 
- 00030950  0x000086e9 force  0x00000004 , 0x00000011 
- 00030951  0x000086ea increase  0x00000003 , 0x00000005 
- 00030952  0x000086ec istore  0x00000001 , 0x00000005 
- 00030953  0x000086ed rshift8  0x0000003f , 0x0000003f 
- 00030954  0x000086ee increase  0xfffffffe , 0x00000005 
- 00030955  0x000086ef increase  0xffffffff , 0x00000011 
- 00030956  0x000086f0 nbranch  0x000078e8 , 0x00000005 
- 00030957  0x000086f1 increase  0x00000005 , 0x00000005 
- 00030958  0x000086f2 loop  0x000078e5 
- 00030959  0x000086f3 rtn 
- 00030960  0x000086f7 lshift2  0x00000007 , 0x0000003f 
- 00030961  0x000086f8 iadd  0x0000000b , 0x00000006 
- 00030962  0x000086f9 ifetch  0x00000004 , 0x00000006 
- 00030963  0x000086fa rtn 
- 00030964  0x000086fd force  0x00000010 , 0x00000030 
- 00030965  0x000086fe arg  0x000005e6 , 0x0000000b 
- 00030966  0x00008700 add  0x00000030 , 0xfffffff9 , 0x00000007 
- 00030967  0x00008701 call  0x000078f0 
- 00030968  0x00008702 iforce  0x00000002 
- 00030969  0x00008703 add  0x00000030 , 0xfffffff0 , 0x00000007 
- 00030970  0x00008704 call  0x000078f0 
- 00030971  0x00008705 iadd  0x00000002 , 0x00000002 
- 00030972  0x00008706 add  0x00000030 , 0xfffffffe , 0x00000007 
- 00030973  0x00008707 call  0x000078f0 
- 00030974  0x00008708 shasx  0x0000003f , 0x00000001 , 0x0000003f 
- 00030975  0x00008709 iadd  0x00000002 , 0x00000002 
- 00030976  0x0000870a add  0x00000030 , 0xfffffff1 , 0x00000007 
- 00030977  0x0000870b call  0x000078f0 
- 00030978  0x0000870c shasx  0x0000003f , 0x00000000 , 0x0000003f 
- 00030979  0x0000870d iadd  0x00000002 , 0x00000002 
- 00030980  0x0000870e lshift2  0x00000030 , 0x0000003f 
- 00030981  0x0000870f iadd  0x0000000b , 0x00000005 
- 00030982  0x00008710 istoret  0x00000004 , 0x00000005 
- 00030983  0x00008711 increase  0x00000001 , 0x00000030 
- 00030984  0x00008712 compare  0x00000040 , 0x00000030 , 0x000000ff 
- 00030985  0x00008713 nbranch  0x000078f6 , 0x00000001 
- 00030986  0x00008714 rtn 
- 00030987  0x00008718 arg  0x000008fe , 0x00000006 
- 00030988  0x00008719 force  0x00000007 , 0x00000038 
- 00030989  0x0000871b ifetch  0x00000004 , 0x00000006 
- 00030990  0x0000871c iforce  0x0000002f 
- 00030991  0x0000871d increase  0xffffffff , 0x00000038 
- 00030992  0x0000871e branch  0x0000790d , 0x00000002 
- 00030993  0x0000871f rtn 
- 00030994  0x00008722 bpatchx  0x000000ec , 0x0000403d 
- 00030995  0x00008723 call  0x000078f4 
- 00030996  0x00008724 arg  0x000006e6 , 0x00000005 
- 00030997  0x00008725 force  0x00000000 , 0x00000038 
- 00030998  0x00008727 deposit  0x0000002f 
- 00030999  0x00008728 istore  0x00000004 , 0x00000005 
- 00031000  0x00008729 increase  0x00000001 , 0x00000038 
- 00031001  0x0000872a compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031002  0x0000872b nbranch  0x00007916 , 0x00000001 
- 00031003  0x0000872c call  0x000074b9 
- 00031004  0x0000872d arg  0x00008700 , 0x0000000b 
- 00031005  0x0000872e arg  0x000005e6 , 0x00000030 
- 00031006  0x0000872f force  0x00000040 , 0x00000039 
- 00031007  0x00008731 ifetcht  0x00000004 , 0x00000030 
- 00031008  0x00008732 ifetch  0x00000004 , 0x0000000b 
- 00031009  0x00008733 increase  0x00000004 , 0x0000000b 
- 00031010  0x00008734 increase  0x00000004 , 0x00000030 
- 00031011  0x00008735 iadd  0x00000002 , 0x0000003f 
- 00031012  0x00008736 force  0x00000007 , 0x00000038 
- 00031013  0x00008737 iadd  0x0000002f , 0x00000002 
- 00031014  0x00008738 force  0x00000004 , 0x00000038 
- 00031015  0x00008739 shasx  0x0000002f , 0x00000003 , 0x0000003f 
- 00031016  0x0000873a iadd  0x00000002 , 0x00000002 
- 00031017  0x0000873b force  0x00000005 , 0x00000038 
- 00031018  0x0000873c deposit  0x0000002f 
- 00031019  0x0000873d force  0x00000006 , 0x00000038 
- 00031020  0x0000873e ixor  0x0000002f , 0x0000003f 
- 00031021  0x0000873f force  0x00000004 , 0x00000038 
- 00031022  0x00008740 iand  0x0000002f , 0x0000003f 
- 00031023  0x00008741 force  0x00000006 , 0x00000038 
- 00031024  0x00008742 ixor  0x0000002f , 0x0000003f 
- 00031025  0x00008743 iadd  0x00000002 , 0x00000002 
- 00031026  0x00008744 force  0x00000007 , 0x00000038 
- 00031027  0x00008745 copy  0x00000002 , 0x0000002f 
- 00031028  0x00008746 force  0x00000003 , 0x00000038 
- 00031029  0x00008747 deposit  0x0000002f 
- 00031030  0x00008748 iadd  0x00000002 , 0x0000002f 
- 00031031  0x00008749 force  0x00000000 , 0x00000038 
- 00031032  0x0000874a deposit  0x0000002f 
- 00031033  0x0000874b force  0x00000001 , 0x00000038 
- 00031034  0x0000874c iand  0x0000002f , 0x00000002 
- 00031035  0x0000874d ior  0x0000002f , 0x0000003f 
- 00031036  0x0000874e force  0x00000002 , 0x00000038 
- 00031037  0x0000874f iand  0x0000002f , 0x0000003f 
- 00031038  0x00008750 ior  0x00000002 , 0x00000002 
- 00031039  0x00008751 force  0x00000000 , 0x00000038 
- 00031040  0x00008752 shasx  0x0000002f , 0x00000002 , 0x0000003f 
- 00031041  0x00008753 iadd  0x00000002 , 0x0000003f 
- 00031042  0x00008754 force  0x00000007 , 0x00000038 
- 00031043  0x00008755 iadd  0x0000002f , 0x0000002f 
- 00031044  0x00008756 regexrot 
- 00031045  0x00008757 loop  0x0000791f 
- 00031046  0x00008758 arg  0x000006e6 , 0x00000006 
- 00031047  0x00008759 force  0x00000000 , 0x00000038 
- 00031048  0x0000875b ifetch  0x00000004 , 0x00000006 
- 00031049  0x0000875c iadd  0x0000002f , 0x0000002f 
- 00031050  0x0000875d increase  0x00000001 , 0x00000038 
- 00031051  0x0000875e compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031052  0x0000875f nbranch  0x00007948 , 0x00000001 
- 00031053  0x00008760 branch  0x000074bd 
- 00031054  0x00008764 arg  0x00000a3e , 0x00000005 
- 00031055  0x00008765 force  0x00000007 , 0x00000038 
- 00031056  0x00008767 deposit  0x0000002f 
- 00031057  0x00008768 istore  0x00000004 , 0x00000005 
- 00031058  0x00008769 increase  0xffffffff , 0x00000038 
- 00031059  0x0000876a branch  0x00007950 , 0x00000002 
- 00031060  0x0000876b rtn 
- 00031061  0x0000876f arg  0x000005e6 , 0x00000005 
- 00031062  0x00008770 increase  0xfffffffc , 0x00000006 
- 00031063  0x00008771 sub  0x00000039 , 0x00000010 , 0x00000011 
- 00031064  0x00008773 ifetch  0x00000004 , 0x00000006 
- 00031065  0x00008774 ixor  0x00000002 , 0x0000003f 
- 00031066  0x00008775 istore  0x00000004 , 0x00000005 
- 00031067  0x00008776 increase  0xfffffff8 , 0x00000006 
- 00031068  0x00008777 loop  0x00007958 
- 00031069  0x00008778 copy  0x00000011 , 0x00000039 
- 00031070  0x00008779 deposit  0x00000002 
- 00031071  0x0000877b istore  0x00000004 , 0x00000005 
- 00031072  0x0000877c loop  0x0000795f 
- 00031073  0x0000877d rtn 
- 00031074  0x00008780 call  0x00007967 
- 00031075  0x00008781 call  0x0000794e 
- 00031076  0x00008782 branch  0x0000798d 
- 00031077  0x00008785 call  0x00007967 
- 00031078  0x00008786 branch  0x0000798d 
- 00031079  0x00008789 arg  0x000009de , 0x00000006 
- 00031080  0x0000878a arg  0x000005e6 , 0x00000005 
- 00031081  0x0000878b force  0x00000006 , 0x00000039 
- 00031082  0x0000878c call  0x00007a71 
- 00031083  0x0000878d arg  0x00004642 , 0x00000006 
- 00031084  0x0000878e force  0x00000006 , 0x00000039 
- 00031085  0x0000878f call  0x00007a71 
- 00031086  0x00008790 arg  0x00000a3e , 0x00000006 
- 00031087  0x00008791 call  0x00007a70 
- 00031088  0x00008792 call  0x0000790b 
- 00031089  0x00008793 call  0x00007912 
- 00031090  0x00008794 arg  0x00000a2e , 0x00000006 
- 00031091  0x00008795 arg  0x000005e6 , 0x00000005 
- 00031092  0x00008796 branch  0x00007984 
- 00031093  0x00008799 arg  0x00004642 , 0x00000006 
- 00031094  0x0000879a arg  0x000005e6 , 0x00000005 
- 00031095  0x0000879b force  0x00000006 , 0x00000039 
- 00031096  0x0000879c call  0x00007a71 
- 00031097  0x0000879d arg  0x000009de , 0x00000006 
- 00031098  0x0000879e force  0x00000006 , 0x00000039 
- 00031099  0x0000879f call  0x00007a71 
- 00031100  0x000087a0 arg  0x00000a2e , 0x00000006 
- 00031101  0x000087a1 call  0x00007a70 
- 00031102  0x000087a2 call  0x0000790b 
- 00031103  0x000087a3 call  0x00007912 
- 00031104  0x000087a4 arg  0x00000a3e , 0x00000006 
- 00031105  0x000087a5 arg  0x000005e6 , 0x00000005 
- 00031106  0x000087a6 call  0x00007984 
- 00031107  0x000087a7 branch  0x0000798d 
- 00031108  0x000087aa call  0x00007a70 
- 00031109  0x000087ab setarg  0x00800000 
- 00031110  0x000087ac lshift8  0x0000003f , 0x0000003f 
- 00031111  0x000087ad istore  0x00000004 , 0x00000005 
- 00031112  0x000087ae force  0x00000005 , 0x00000039 
- 00031113  0x000087af call  0x00007ec6 
- 00031114  0x000087b0 setarg  0x00000280 
- 00031115  0x000087b1 istore  0x00000004 , 0x00000005 
- 00031116  0x000087b2 branch  0x00007912 
- 00031117  0x000087b4 fetch  0x00000004 , 0x00000a3e 
- 00031118  0x000087b6 arg  0x000003e8 , 0x00000011 
- 00031119  0x000087b7 idiv  0x00000011 
- 00031120  0x000087b8 call  0x00007f86 
- 00031121  0x000087b9 remainder  0x0000003f 
- 00031122  0x000087ba store  0x00000004 , 0x000009ba 
- 00031123  0x000087bb quotient  0x0000003f 
- 00031124  0x000087bc arg  0x000003e8 , 0x00000011 
- 00031125  0x000087bd idiv  0x00000011 
- 00031126  0x000087be call  0x00007f86 
- 00031127  0x000087bf remainder  0x0000003f 
- 00031128  0x000087c0 arg  0x000003e8 , 0x00000011 
- 00031129  0x000087c1 imul32  0x00000011 , 0x0000003f 
- 00031130  0x000087c2 fetcht  0x00000004 , 0x000009ba 
- 00031131  0x000087c3 iadd  0x00000002 , 0x0000003f 
- 00031132  0x000087c4 store  0x00000004 , 0x000009ba 
- 00031133  0x000087c5 rtn 
- 00031134  0x000087c8 jam  0x00000000 , 0x00004664 
- 00031135  0x000087c9 branch  0x000079a2 
- 00031136  0x000087cc fetch  0x00000001 , 0x00004662 
- 00031137  0x000087cd bne  0x00000002 , 0x0000799e 
- 00031138  0x000087cf bpatchx  0x000000ed , 0x0000403d 
- 00031139  0x000087d0 setarg  0x00363636 
- 00031140  0x000087d1 lshift8  0x0000003f , 0x00000002 
- 00031141  0x000087d2 or_into  0x00000036 , 0x00000002 
- 00031142  0x000087d3 fetch  0x00000002 , 0x00000a7e 
- 00031143  0x000087d4 copy  0x0000003f , 0x00000006 
- 00031144  0x000087d5 force  0x00000004 , 0x00000039 
- 00031145  0x000087d6 call  0x00007955 
- 00031146  0x000087d7 call  0x0000790b 
- 00031147  0x000087d8 call  0x00007912 
- 00031148  0x000087d9 fetch  0x00000002 , 0x00000a80 
- 00031149  0x000087da copy  0x0000003f , 0x00000006 
- 00031150  0x000087db arg  0x000005e6 , 0x00000005 
- 00031151  0x000087dc force  0x00000006 , 0x00000039 
- 00031152  0x000087dd call  0x00007a71 
- 00031153  0x000087de fetch  0x00000002 , 0x00000a82 
- 00031154  0x000087df copy  0x0000003f , 0x00000006 
- 00031155  0x000087e0 force  0x00000006 , 0x00000039 
- 00031156  0x000087e1 call  0x00007a71 
- 00031157  0x000087e2 setarg  0x00800000 
- 00031158  0x000087e3 istore  0x00000003 , 0x00000005 
- 00031159  0x000087e5 fetch  0x00000001 , 0x00004664 
- 00031160  0x000087e7 istore  0x00000001 , 0x00000005 
- 00031161  0x000087e8 force  0x00000000 , 0x0000003f 
- 00031162  0x000087e9 istore  0x00000008 , 0x00000005 
- 00031163  0x000087ea setarg  0x00000388 
- 00031164  0x000087eb istore  0x00000004 , 0x00000005 
- 00031165  0x000087ec call  0x00007912 
- 00031166  0x000087ed call  0x0000794e 
- 00031167  0x000087ee arg  0x00000a3e , 0x00000006 
- 00031168  0x000087ef arg  0x00000706 , 0x00000005 
- 00031169  0x000087f0 call  0x00007ebd 
- 00031170  0x000087f2 setarg  0x005c5c5c 
- 00031171  0x000087f3 lshift8  0x0000003f , 0x00000002 
- 00031172  0x000087f4 or_into  0x0000005c , 0x00000002 
- 00031173  0x000087f5 fetch  0x00000002 , 0x00000a7e 
- 00031174  0x000087f6 copy  0x0000003f , 0x00000006 
- 00031175  0x000087f7 force  0x00000004 , 0x00000039 
- 00031176  0x000087f8 call  0x00007955 
- 00031177  0x000087f9 call  0x0000790b 
- 00031178  0x000087fa call  0x00007912 
- 00031179  0x000087fb arg  0x00000726 , 0x00000006 
- 00031180  0x000087fc arg  0x000005e6 , 0x00000005 
- 00031181  0x000087fd force  0x00000008 , 0x00000039 
- 00031182  0x000087fe call  0x00007a71 
- 00031183  0x000087ff setarg  0x00800000 
- 00031184  0x00008800 lshift8  0x0000003f , 0x0000003f 
- 00031185  0x00008801 istore  0x00000004 , 0x00000005 
- 00031186  0x00008802 call  0x00007ec5 
- 00031187  0x00008803 setarg  0x00000300 
- 00031188  0x00008804 istore  0x00000004 , 0x00000005 
- 00031189  0x00008805 call  0x00007912 
- 00031190  0x00008806 branch  0x0000794e 
- 00031191  0x0000880a setarg  0x00363636 
- 00031192  0x0000880b lshift8  0x0000003f , 0x00000002 
- 00031193  0x0000880c or_into  0x00000036 , 0x00000002 
- 00031194  0x0000880d arg  0x00000a1e , 0x00000006 
- 00031195  0x0000880e force  0x00000006 , 0x00000039 
- 00031196  0x0000880f call  0x00007955 
- 00031197  0x00008810 call  0x0000790b 
- 00031198  0x00008811 call  0x00007912 
- 00031199  0x00008812 fetch  0x00000002 , 0x00000a8a 
- 00031200  0x00008813 copy  0x0000003f , 0x00000006 
- 00031201  0x00008814 arg  0x000005e6 , 0x00000005 
- 00031202  0x00008815 call  0x00007a70 
- 00031203  0x00008816 fetch  0x00000002 , 0x00000a8c 
- 00031204  0x00008817 copy  0x0000003f , 0x00000006 
- 00031205  0x00008818 call  0x00007a70 
- 00031206  0x0000881a setarg  0x0062746c 
- 00031207  0x0000881b lshift8  0x0000003f , 0x0000003f 
- 00031208  0x0000881c or_into  0x0000006b , 0x0000003f 
- 00031209  0x0000881d istore  0x00000004 , 0x00000005 
- 00031210  0x0000881e arg  0x00000733 , 0x00000006 
- 00031211  0x0000881f force  0x00000003 , 0x00000039 
- 00031212  0x00008820 call  0x00007a71 
- 00031213  0x00008822 setarg  0x00800000 
- 00031214  0x00008823 lshift8  0x0000003f , 0x0000003f 
- 00031215  0x00008824 istore  0x00000004 , 0x00000005 
- 00031216  0x00008825 force  0x00000000 , 0x0000003f 
- 00031217  0x00008826 istore  0x00000008 , 0x00000005 
- 00031218  0x00008827 setarg  0x00000380 
- 00031219  0x00008828 istore  0x00000004 , 0x00000005 
- 00031220  0x00008829 call  0x00007912 
- 00031221  0x0000882b call  0x0000794e 
- 00031222  0x0000882c arg  0x00000a3e , 0x00000006 
- 00031223  0x0000882d arg  0x00000706 , 0x00000005 
- 00031224  0x0000882e call  0x00007ebd 
- 00031225  0x00008830 setarg  0x005c5c5c 
- 00031226  0x00008831 lshift8  0x0000003f , 0x00000002 
- 00031227  0x00008832 or_into  0x0000005c , 0x00000002 
- 00031228  0x00008833 arg  0x00000a1e , 0x00000006 
- 00031229  0x00008834 force  0x00000006 , 0x00000039 
- 00031230  0x00008835 call  0x00007955 
- 00031231  0x00008836 call  0x0000790b 
- 00031232  0x00008837 call  0x00007912 
- 00031233  0x00008838 arg  0x00000726 , 0x00000006 
- 00031234  0x00008839 arg  0x000005e6 , 0x00000005 
- 00031235  0x0000883a force  0x00000008 , 0x00000039 
- 00031236  0x0000883b call  0x00007a71 
- 00031237  0x0000883c setarg  0x00800000 
- 00031238  0x0000883d lshift8  0x0000003f , 0x0000003f 
- 00031239  0x0000883e istore  0x00000004 , 0x00000005 
- 00031240  0x0000883f call  0x00007ec5 
- 00031241  0x00008840 setarg  0x00000300 
- 00031242  0x00008841 istore  0x00000004 , 0x00000005 
- 00031243  0x00008842 call  0x00007912 
- 00031244  0x00008843 branch  0x0000794e 
- 00031245  0x00008847 fetch  0x00000001 , 0x00004662 
- 00031246  0x00008848 bne  0x00000002 , 0x00007a1e 
- 00031247  0x0000884a bpatchx  0x000000ee , 0x0000403d 
- 00031248  0x0000884b setarg  0x00363636 
- 00031249  0x0000884c lshift8  0x0000003f , 0x00000002 
- 00031250  0x0000884d or_into  0x00000036 , 0x00000002 
- 00031251  0x0000884e arg  0x00000a1e , 0x00000006 
- 00031252  0x0000884f force  0x00000006 , 0x00000039 
- 00031253  0x00008850 call  0x00007955 
- 00031254  0x00008851 call  0x0000790b 
- 00031255  0x00008852 call  0x00007912 
- 00031256  0x00008853 arg  0x00000a3e , 0x00000006 
- 00031257  0x00008854 arg  0x000005e6 , 0x00000005 
- 00031258  0x00008855 call  0x00007a70 
- 00031259  0x00008856 arg  0x00000a2e , 0x00000006 
- 00031260  0x00008857 call  0x00007a70 
- 00031261  0x00008858 branch  0x00007a33 
- 00031262  0x0000885b setarg  0x00000000 
- 00031263  0x0000885c store  0x00000004 , 0x0000468a 
- 00031264  0x0000885d branch  0x00007a0f 
- 00031265  0x00008860 setarg  0x00000000 
- 00031266  0x00008861 store  0x00000004 , 0x0000468a 
- 00031267  0x00008862 branch  0x00007a26 
- 00031268  0x00008866 fetch  0x00000001 , 0x00004662 
- 00031269  0x00008867 bne  0x00000002 , 0x00007a21 
- 00031270  0x00008869 setarg  0x00363636 
- 00031271  0x0000886a lshift8  0x0000003f , 0x00000002 
- 00031272  0x0000886b or_into  0x00000036 , 0x00000002 
- 00031273  0x0000886c arg  0x00000a1e , 0x00000006 
- 00031274  0x0000886d force  0x00000006 , 0x00000039 
- 00031275  0x0000886e call  0x00007955 
- 00031276  0x0000886f call  0x0000790b 
- 00031277  0x00008870 call  0x00007912 
- 00031278  0x00008872 arg  0x00000a2e , 0x00000006 
- 00031279  0x00008873 arg  0x000005e6 , 0x00000005 
- 00031280  0x00008874 call  0x00007a70 
- 00031281  0x00008875 arg  0x00000a3e , 0x00000006 
- 00031282  0x00008876 call  0x00007a70 
- 00031283  0x00008878 setarg  0x00000000 
- 00031284  0x00008879 istore  0x00000008 , 0x00000005 
- 00031285  0x0000887a istore  0x00000004 , 0x00000005 
- 00031286  0x0000887b fetch  0x00000004 , 0x0000468a 
- 00031287  0x0000887c istore  0x00000004 , 0x00000005 
- 00031288  0x0000887e copy  0x00000005 , 0x00000002 
- 00031289  0x0000887f jam  0x00000080 , 0x00000726 
- 00031290  0x00008880 copy  0x00000002 , 0x00000005 
- 00031291  0x00008881 arg  0x00000736 , 0x00000006 
- 00031292  0x00008882 call  0x00007a70 
- 00031293  0x00008884 call  0x00007912 
- 00031294  0x00008886 arg  0x000005e6 , 0x00000005 
- 00031295  0x00008887 force  0x00000007 , 0x00000039 
- 00031296  0x00008888 call  0x00007ec6 
- 00031297  0x00008889 istore  0x00000004 , 0x00000005 
- 00031298  0x0000888a setarg  0x000003f8 
- 00031299  0x0000888b istore  0x00000004 , 0x00000005 
- 00031300  0x0000888c call  0x00007912 
- 00031301  0x0000888d call  0x0000794e 
- 00031302  0x0000888f arg  0x00000a3e , 0x00000006 
- 00031303  0x00008890 arg  0x00000706 , 0x00000005 
- 00031304  0x00008891 call  0x00007ebd 
- 00031305  0x00008893 setarg  0x005c5c5c 
- 00031306  0x00008894 lshift8  0x0000003f , 0x00000002 
- 00031307  0x00008895 or_into  0x0000005c , 0x00000002 
- 00031308  0x00008896 arg  0x00000a1e , 0x00000006 
- 00031309  0x00008897 force  0x00000006 , 0x00000039 
- 00031310  0x00008898 call  0x00007955 
- 00031311  0x00008899 call  0x0000790b 
- 00031312  0x0000889a call  0x00007912 
- 00031313  0x0000889b arg  0x00000726 , 0x00000006 
- 00031314  0x0000889c arg  0x000005e6 , 0x00000005 
- 00031315  0x0000889d force  0x00000008 , 0x00000039 
- 00031316  0x0000889e call  0x00007a71 
- 00031317  0x0000889f setarg  0x00800000 
- 00031318  0x000088a0 lshift8  0x0000003f , 0x0000003f 
- 00031319  0x000088a1 istore  0x00000004 , 0x00000005 
- 00031320  0x000088a2 call  0x00007ec5 
- 00031321  0x000088a3 setarg  0x00000300 
- 00031322  0x000088a4 istore  0x00000004 , 0x00000005 
- 00031323  0x000088a5 call  0x00007912 
- 00031324  0x000088a6 branch  0x0000794e 
- 00031325  0x000088ae jam  0x000000c0 , 0x000005e3 
- 00031326  0x000088b0 fetch  0x00000001 , 0x000005e3 
- 00031327  0x000088b1 rtn  0x00000034 
- 00031328  0x000088b2 increase  0xffffffff , 0x0000003f 
- 00031329  0x000088b3 store  0x00000001 , 0x000005e3 
- 00031330  0x000088b4 arg  0x000006be , 0x00000006 
- 00031331  0x000088b5 call  0x000076ec 
- 00031332  0x000088b6 branch  0x00007a5e , 0x00000001 
- 00031333  0x000088b7 arg  0x000005e6 , 0x00000006 
- 00031334  0x000088b8 arg  0x00000676 , 0x00000005 
- 00031335  0x000088b9 branch  0x000076f2 
- 00031336  0x000088bc call  0x00007803 
- 00031337  0x000088bd fetch  0x00000001 , 0x000005e3 
- 00031338  0x000088be increase  0xffffffff , 0x0000003f 
- 00031339  0x000088bf store  0x00000001 , 0x000005e3 
- 00031340  0x000088c0 arg  0x000006be , 0x00000006 
- 00031341  0x000088c1 call  0x000076ec 
- 00031342  0x000088c2 rtn  0x00000001 
- 00031343  0x000088c3 branch  0x00007854 
- 00031344  0x000088c6 force  0x00000004 , 0x00000039 
- 00031345  0x000088c8 increase  0xfffffffc , 0x00000006 
- 00031346  0x000088ca ifetch  0x00000004 , 0x00000006 
- 00031347  0x000088cb istore  0x00000004 , 0x00000005 
- 00031348  0x000088cc increase  0xfffffff8 , 0x00000006 
- 00031349  0x000088cd loop  0x00007a72 
- 00031350  0x000088ce rtn 
- 00031351  0x000088d4 bpatchx  0x000000ef , 0x0000403d 
- 00031352  0x000088d5 fetch  0x00000001 , 0x000044be 
- 00031353  0x000088d6 branch  0x00005af0 , 0x00000034 
- 00031354  0x000088d7 call  0x00005aec 
- 00031355  0x000088d8 call  0x00007583 
- 00031356  0x000088da branch  0x00007a7d 
- 00031357  0x000088e0 fetch  0x00000001 , 0x000044c3 
- 00031358  0x000088e1 rtnne  0x00000000 
- 00031359  0x000088e2 fetch  0x00000001 , 0x000044c0 
- 00031360  0x000088e3 rtnne  0x00000000 
- 00031361  0x000088e5 arg  0x000045b2 , 0x00000005 
- 00031362  0x000088e6 force  0x0000000f , 0x00000007 
- 00031363  0x000088e7 call  0x000076a2 
- 00031364  0x000088e8 random  0x0000003f 
- 00031365  0x000088e9 rshift  0x0000003f , 0x0000003f 
- 00031366  0x000088ea istore  0x00000002 , 0x00000005 
- 00031367  0x000088ec arg  0x00000766 , 0x00000005 
- 00031368  0x000088ed arg  0x000045b2 , 0x00000006 
- 00031369  0x000088ee call  0x00007ebd 
- 00031370  0x000088f0 arg  0x00000646 , 0x00000005 
- 00031371  0x000088f1 arg  0x0000095e , 0x00000006 
- 00031372  0x000088f2 call  0x00007eb3 
- 00031373  0x000088f4 arg  0x00000686 , 0x00000005 
- 00031374  0x000088f5 call  0x00007ed0 
- 00031375  0x000088f6 jam  0x00000001 , 0x00000686 
- 00031376  0x000088f8 call  0x00007ac7 
- 00031377  0x000088f9 jam  0x00000003 , 0x000044c0 
- 00031378  0x000088fa rtn 
- 00031379  0x000088fd arg  0x000045d2 , 0x00000005 
- 00031380  0x000088fe arg  0x000006a6 , 0x00000006 
- 00031381  0x000088ff call  0x00007eb3 
- 00031382  0x00008900 jam  0x00000003 , 0x000044c3 
- 00031383  0x00008901 jam  0x00000000 , 0x000044c0 
- 00031384  0x00008902 rtn 
- 00031385  0x00008907 fetch  0x00000001 , 0x000009b9 
- 00031386  0x00008908 rtnne  0x00000000 
- 00031387  0x00008909 fetch  0x00000001 , 0x000044c0 
- 00031388  0x0000890a rtnne  0x00000000 
- 00031389  0x0000890c arg  0x00000766 , 0x00000005 
- 00031390  0x0000890d arg  0x000045b2 , 0x00000006 
- 00031391  0x0000890e call  0x00007ebd 
- 00031392  0x00008910 arg  0x00000646 , 0x00000005 
- 00031393  0x00008911 arg  0x000009be , 0x00000006 
- 00031394  0x00008912 call  0x00007eb3 
- 00031395  0x00008914 arg  0x00000686 , 0x00000005 
- 00031396  0x00008915 call  0x00007ed0 
- 00031397  0x00008916 jam  0x00000001 , 0x00000686 
- 00031398  0x00008918 call  0x00007ac7 
- 00031399  0x00008919 jam  0x00000004 , 0x000044c0 
- 00031400  0x0000891a rtn 
- 00031401  0x0000891f arg  0x000009fe , 0x00000005 
- 00031402  0x00008920 arg  0x000006a6 , 0x00000006 
- 00031403  0x00008921 call  0x00007ebd 
- 00031404  0x00008922 jam  0x00000003 , 0x000009b9 
- 00031405  0x00008923 jam  0x00000000 , 0x000044c0 
- 00031406  0x00008924 rtn 
- 00031407  0x00008929 fetch  0x00000001 , 0x000044be 
- 00031408  0x0000892a rtn  0x00000034 
- 00031409  0x0000892b fetch  0x00000001 , 0x000044c0 
- 00031410  0x0000892c rtn  0x00000034 
- 00031411  0x0000892d increase  0x00000080 , 0x0000003f 
- 00031412  0x0000892e store  0x00000001 , 0x000044c0 
- 00031413  0x0000892f rtnbit1  0x00000007 
- 00031414  0x00008930 fetch  0x00000002 , 0x000005e3 
- 00031415  0x00008931 branch  0x00007ab9 , 0x00000034 
- 00031416  0x00008932 branch  0x00007abf 
- 00031417  0x00008935 bpatchx  0x000000f0 , 0x0000403e 
- 00031418  0x00008936 call  0x00007ad4 
- 00031419  0x00008937 fetch  0x00000001 , 0x000044c0 
- 00031420  0x00008938 beq  0x00000003 , 0x00007a93 
- 00031421  0x00008939 beq  0x00000004 , 0x00007aa9 
- 00031422  0x0000893a rtn 
- 00031423  0x0000893e call  0x00007ae6 
- 00031424  0x0000893f fetch  0x00000002 , 0x000005e3 
- 00031425  0x00008940 increase  0xffffffff , 0x0000003f 
- 00031426  0x00008941 store  0x00000002 , 0x000005e3 
- 00031427  0x00008942 arg  0x00000766 , 0x00000006 
- 00031428  0x00008943 call  0x000076ec 
- 00031429  0x00008944 rtn  0x00000001 
- 00031430  0x00008945 branch  0x00007b37 
- 00031431  0x00008948 bpatchx  0x000000f1 , 0x0000403e 
- 00031432  0x00008949 setarg  0x00000100 , 0x0000003f 
- 00031433  0x0000894a store  0x00000002 , 0x000005e3 
- 00031434  0x0000894c fetch  0x00000002 , 0x000005e3 
- 00031435  0x0000894d rtn  0x00000034 
- 00031436  0x0000894e increase  0xffffffff , 0x0000003f 
- 00031437  0x0000894f store  0x00000002 , 0x000005e3 
- 00031438  0x00008950 arg  0x00000766 , 0x00000006 
- 00031439  0x00008951 call  0x000076ec 
- 00031440  0x00008952 branch  0x00007aca , 0x00000001 
- 00031441  0x00008953 arg  0x00000646 , 0x00000006 
- 00031442  0x00008954 arg  0x00000706 , 0x00000005 
- 00031443  0x00008955 branch  0x00007eb2 
- 00031444  0x00008959 arg  0x00000746 , 0x00000011 
- 00031445  0x0000895a arg  0x00000846 , 0x00000005 
- 00031446  0x0000895b call  0x00007ba3 
- 00031447  0x0000895c arg  0x00000846 , 0x00000011 
- 00031448  0x0000895d arg  0x000007e6 , 0x00000005 
- 00031449  0x0000895e call  0x00007c79 
- 00031450  0x0000895f arg  0x00000706 , 0x00000011 
- 00031451  0x00008960 arg  0x000007e6 , 0x00000012 
- 00031452  0x00008961 arg  0x000006a6 , 0x00000005 
- 00031453  0x00008962 call  0x00007be1 
- 00031454  0x00008963 arg  0x00000846 , 0x00000011 
- 00031455  0x00008964 arg  0x000007e6 , 0x00000012 
- 00031456  0x00008965 arg  0x00000826 , 0x00000005 
- 00031457  0x00008966 call  0x00007be1 
- 00031458  0x00008967 arg  0x00000726 , 0x00000011 
- 00031459  0x00008968 arg  0x00000826 , 0x00000012 
- 00031460  0x00008969 arg  0x000006c6 , 0x00000005 
- 00031461  0x0000896a branch  0x00007be1 
- 00031462  0x0000896d arg  0x00000746 , 0x00000011 
- 00031463  0x0000896e arg  0x00000826 , 0x00000005 
- 00031464  0x0000896f call  0x00007c79 
- 00031465  0x00008970 arg  0x00000826 , 0x00000011 
- 00031466  0x00008971 arg  0x00000846 , 0x00000005 
- 00031467  0x00008972 call  0x00007c79 
- 00031468  0x00008974 arg  0x0000093e , 0x00000011 
- 00031469  0x00008975 arg  0x00000846 , 0x00000012 
- 00031470  0x00008976 arg  0x00000846 , 0x00000005 
- 00031471  0x00008977 call  0x00007be1 
- 00031472  0x00008978 arg  0x00000706 , 0x00000011 
- 00031473  0x00008979 arg  0x00000826 , 0x00000005 
- 00031474  0x0000897a call  0x00007c79 
- 00031475  0x0000897c arg  0x00000826 , 0x00000006 
- 00031476  0x0000897d arg  0x000007e6 , 0x00000005 
- 00031477  0x0000897e call  0x00007ebd 
- 00031478  0x0000897f arg  0x000007e6 , 0x00000011 
- 00031479  0x00008980 call  0x00007c80 
- 00031480  0x00008981 arg  0x00000826 , 0x00000011 
- 00031481  0x00008982 arg  0x000007e6 , 0x00000012 
- 00031482  0x00008983 arg  0x00000826 , 0x00000005 
- 00031483  0x00008984 call  0x00007c7d 
- 00031484  0x00008986 arg  0x00000826 , 0x00000011 
- 00031485  0x00008987 arg  0x00000846 , 0x00000012 
- 00031486  0x00008988 arg  0x00000826 , 0x00000005 
- 00031487  0x00008989 call  0x00007c7d 
- 00031488  0x0000898b arg  0x00000706 , 0x00000006 
- 00031489  0x0000898c arg  0x000007e6 , 0x00000005 
- 00031490  0x0000898d call  0x00007ebd 
- 00031491  0x0000898e arg  0x00000726 , 0x00000011 
- 00031492  0x0000898f arg  0x00000846 , 0x00000005 
- 00031493  0x00008990 call  0x00007c79 
- 00031494  0x00008991 arg  0x000007e6 , 0x00000011 
- 00031495  0x00008992 call  0x00007c80 
- 00031496  0x00008993 arg  0x000007e6 , 0x00000011 
- 00031497  0x00008994 call  0x00007c80 
- 00031498  0x00008995 arg  0x000007e6 , 0x00000011 
- 00031499  0x00008996 arg  0x00000846 , 0x00000012 
- 00031500  0x00008997 arg  0x000007e6 , 0x00000005 
- 00031501  0x00008998 call  0x00007be1 
- 00031502  0x00008999 arg  0x00000846 , 0x00000011 
- 00031503  0x0000899a arg  0x00000806 , 0x00000005 
- 00031504  0x0000899b call  0x00007c79 
- 00031505  0x0000899c arg  0x00000806 , 0x00000011 
- 00031506  0x0000899d call  0x00007c80 
- 00031507  0x0000899e arg  0x00000806 , 0x00000011 
- 00031508  0x0000899f call  0x00007c80 
- 00031509  0x000089a0 arg  0x00000806 , 0x00000011 
- 00031510  0x000089a1 call  0x00007c80 
- 00031511  0x000089a2 arg  0x00000726 , 0x00000006 
- 00031512  0x000089a3 arg  0x00000846 , 0x00000005 
- 00031513  0x000089a4 call  0x00007ebd 
- 00031514  0x000089a5 arg  0x00000846 , 0x00000011 
- 00031515  0x000089a6 call  0x00007c80 
- 00031516  0x000089a7 arg  0x00000846 , 0x00000011 
- 00031517  0x000089a8 arg  0x00000746 , 0x00000012 
- 00031518  0x000089a9 arg  0x00000746 , 0x00000005 
- 00031519  0x000089aa call  0x00007be1 
- 00031520  0x000089ad arg  0x00000826 , 0x00000011 
- 00031521  0x000089ae arg  0x00000846 , 0x00000005 
- 00031522  0x000089af call  0x00007c79 
- 00031523  0x000089b1 arg  0x00000846 , 0x00000011 
- 00031524  0x000089b2 arg  0x000007e6 , 0x00000012 
- 00031525  0x000089b3 arg  0x00000846 , 0x00000005 
- 00031526  0x000089b4 call  0x00007c96 
- 00031527  0x000089b5 arg  0x00000846 , 0x00000011 
- 00031528  0x000089b6 arg  0x000007e6 , 0x00000012 
- 00031529  0x000089b7 arg  0x00000706 , 0x00000005 
- 00031530  0x000089b8 call  0x00007c96 
- 00031531  0x000089b9 arg  0x000007e6 , 0x00000011 
- 00031532  0x000089ba arg  0x00000706 , 0x00000012 
- 00031533  0x000089bb arg  0x00000846 , 0x00000005 
- 00031534  0x000089bc call  0x00007c96 
- 00031535  0x000089bd arg  0x00000846 , 0x00000011 
- 00031536  0x000089be arg  0x00000826 , 0x00000012 
- 00031537  0x000089bf arg  0x00000846 , 0x00000005 
- 00031538  0x000089c0 call  0x00007be1 
- 00031539  0x000089c1 arg  0x00000846 , 0x00000011 
- 00031540  0x000089c2 arg  0x00000806 , 0x00000012 
- 00031541  0x000089c3 arg  0x00000726 , 0x00000005 
- 00031542  0x000089c4 branch  0x00007c96 
- 00031543  0x000089c8 arg  0x00000686 , 0x00000011 
- 00031544  0x000089c9 arg  0x00000866 , 0x00000005 
- 00031545  0x000089ca call  0x00007c79 
- 00031546  0x000089cb arg  0x00000706 , 0x00000011 
- 00031547  0x000089cc arg  0x00000866 , 0x00000012 
- 00031548  0x000089cd arg  0x00000806 , 0x00000005 
- 00031549  0x000089ce call  0x00007be1 
- 00031550  0x000089d1 arg  0x00000686 , 0x00000011 
- 00031551  0x000089d2 arg  0x00000866 , 0x00000012 
- 00031552  0x000089d3 arg  0x00000866 , 0x00000005 
- 00031553  0x000089d4 call  0x00007be1 
- 00031554  0x000089d5 arg  0x00000726 , 0x00000011 
- 00031555  0x000089d6 arg  0x00000866 , 0x00000012 
- 00031556  0x000089d7 arg  0x000007e6 , 0x00000005 
- 00031557  0x000089d8 call  0x00007be1 
- 00031558  0x000089db arg  0x00000746 , 0x00000011 
- 00031559  0x000089dc arg  0x00000866 , 0x00000005 
- 00031560  0x000089dd call  0x00007c79 
- 00031561  0x000089de arg  0x00000646 , 0x00000011 
- 00031562  0x000089df arg  0x00000866 , 0x00000012 
- 00031563  0x000089e0 arg  0x00000826 , 0x00000005 
- 00031564  0x000089e1 call  0x00007be1 
- 00031565  0x000089e3 arg  0x00000746 , 0x00000011 
- 00031566  0x000089e4 arg  0x00000866 , 0x00000012 
- 00031567  0x000089e5 arg  0x00000866 , 0x00000005 
- 00031568  0x000089e6 call  0x00007be1 
- 00031569  0x000089e7 arg  0x00000666 , 0x00000011 
- 00031570  0x000089e8 arg  0x00000866 , 0x00000012 
- 00031571  0x000089e9 arg  0x00000846 , 0x00000005 
- 00031572  0x000089ea call  0x00007be1 
- 00031573  0x000089ef arg  0x00000806 , 0x00000012 
- 00031574  0x000089f0 arg  0x00000826 , 0x00000011 
- 00031575  0x000089f1 arg  0x00000866 , 0x00000005 
- 00031576  0x000089f2 call  0x00007c96 
- 00031577  0x000089f3 arg  0x00000806 , 0x00000011 
- 00031578  0x000089f4 arg  0x00000826 , 0x00000012 
- 00031579  0x000089f5 arg  0x00000806 , 0x00000005 
- 00031580  0x000089f6 call  0x00007c7d 
- 00031581  0x000089f9 arg  0x000007e6 , 0x00000012 
- 00031582  0x000089fa arg  0x00000846 , 0x00000011 
- 00031583  0x000089fb arg  0x00000826 , 0x00000005 
- 00031584  0x000089fc call  0x00007c96 
- 00031585  0x000089fd arg  0x000007e6 , 0x00000011 
- 00031586  0x000089fe arg  0x00000846 , 0x00000012 
- 00031587  0x000089ff arg  0x000007e6 , 0x00000005 
- 00031588  0x00008a00 call  0x00007c7d 
- 00031589  0x00008a01 arg  0x000007e6 , 0x00000011 
- 00031590  0x00008a02 arg  0x00000866 , 0x00000012 
- 00031591  0x00008a03 arg  0x000007e6 , 0x00000005 
- 00031592  0x00008a04 call  0x00007be1 
- 00031593  0x00008a05 arg  0x00000746 , 0x00000011 
- 00031594  0x00008a06 arg  0x00000686 , 0x00000012 
- 00031595  0x00008a07 arg  0x00000846 , 0x00000005 
- 00031596  0x00008a08 call  0x00007be1 
- 00031597  0x00008a09 arg  0x00000846 , 0x00000011 
- 00031598  0x00008a0a arg  0x00000866 , 0x00000012 
- 00031599  0x00008a0b arg  0x00000746 , 0x00000005 
- 00031600  0x00008a0c call  0x00007be1 
- 00031601  0x00008a0e arg  0x00000866 , 0x00000011 
- 00031602  0x00008a0f arg  0x00000866 , 0x00000005 
- 00031603  0x00008a10 call  0x00007c79 
- 00031604  0x00008a11 arg  0x00000866 , 0x00000011 
- 00031605  0x00008a12 arg  0x00000806 , 0x00000012 
- 00031606  0x00008a13 arg  0x00000846 , 0x00000005 
- 00031607  0x00008a14 call  0x00007be1 
- 00031608  0x00008a15 arg  0x00000866 , 0x00000011 
- 00031609  0x00008a16 arg  0x000007e6 , 0x00000012 
- 00031610  0x00008a17 arg  0x000007e6 , 0x00000005 
- 00031611  0x00008a18 call  0x00007be1 
- 00031612  0x00008a19 arg  0x00000826 , 0x00000011 
- 00031613  0x00008a1a arg  0x00000706 , 0x00000005 
- 00031614  0x00008a1b call  0x00007c79 
- 00031615  0x00008a1c arg  0x00000706 , 0x00000011 
- 00031616  0x00008a1d arg  0x00000846 , 0x00000012 
- 00031617  0x00008a1e arg  0x00000706 , 0x00000005 
- 00031618  0x00008a1f call  0x00007c96 
- 00031619  0x00008a20 arg  0x00000706 , 0x00000006 
- 00031620  0x00008a21 arg  0x00000866 , 0x00000005 
- 00031621  0x00008a22 call  0x00007ebd 
- 00031622  0x00008a23 arg  0x00000866 , 0x00000011 
- 00031623  0x00008a24 call  0x00007c80 
- 00031624  0x00008a25 arg  0x00000846 , 0x00000011 
- 00031625  0x00008a26 arg  0x00000866 , 0x00000012 
- 00031626  0x00008a27 arg  0x00000846 , 0x00000005 
- 00031627  0x00008a28 call  0x00007c96 
- 00031628  0x00008a29 arg  0x00000846 , 0x00000011 
- 00031629  0x00008a2a arg  0x00000826 , 0x00000012 
- 00031630  0x00008a2b arg  0x00000826 , 0x00000005 
- 00031631  0x00008a2c call  0x00007be1 
- 00031632  0x00008a2d arg  0x00000826 , 0x00000011 
- 00031633  0x00008a2e arg  0x000007e6 , 0x00000012 
- 00031634  0x00008a2f arg  0x00000726 , 0x00000005 
- 00031635  0x00008a30 call  0x00007c96 
- 00031636  0x00008a31 arg  0x00000726 , 0x00000011 
- 00031637  0x00008a32 arg  0x0000091e , 0x00000012 
- 00031638  0x00008a33 arg  0x00000726 , 0x00000005 
- 00031639  0x00008a34 force  0x00000000 , 0x00000013 
- 00031640  0x00008a35 fetch  0x00000001 , 0x00000726 
- 00031641  0x00008a36 isolate1  0x00000000 , 0x0000003f 
- 00031642  0x00008a37 call  0x00007c7b , 0x00000001 
- 00031643  0x00008a38 copy  0x00000013 , 0x00000030 
- 00031644  0x00008a39 arg  0x00000726 , 0x00000011 
- 00031645  0x00008a3a call  0x00007cab 
- 00031646  0x00008a3b fetch  0x00000001 , 0x00000745 
- 00031647  0x00008a3c isolate1  0x00000000 , 0x00000030 
- 00031648  0x00008a3d setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00031649  0x00008a3e store  0x00000001 , 0x00000745 
- 00031650  0x00008a3f rtn 
- 00031651  0x00008a42 copy  0x00000005 , 0x0000000b 
- 00031652  0x00008a43 arg  0x00000806 , 0x00000005 
- 00031653  0x00008a44 call  0x00007ed0 
- 00031654  0x00008a45 force  0x00000000 , 0x0000003f 
- 00031655  0x00008a47 store  0x00000004 , 0x00000826 
- 00031656  0x00008a48 jam  0x00000001 , 0x00000806 
- 00031657  0x00008a49 arg  0x00000786 , 0x00000005 
- 00031658  0x00008a4a call  0x00007ed2 
- 00031659  0x00008a4b arg  0x0000091e , 0x00000006 
- 00031660  0x00008a4c arg  0x000007c6 , 0x00000005 
- 00031661  0x00008a4d call  0x00007ebd 
- 00031662  0x00008a4e copy  0x00000011 , 0x00000006 
- 00031663  0x00008a4f arg  0x000007e6 , 0x00000005 
- 00031664  0x00008a50 call  0x00007ebd 
- 00031665  0x00008a57 arg  0x000007e6 , 0x00000006 
- 00031666  0x00008a58 call  0x00007cb5 
- 00031667  0x00008a59 branch  0x00007bda , 0x00000034 
- 00031668  0x00008a5e arg  0x000007e6 , 0x00000011 
- 00031669  0x00008a5f arg  0x00000806 , 0x00000012 
- 00031670  0x00008a60 call  0x00007cb8 
- 00031671  0x00008a61 arg  0x000007c6 , 0x00000011 
- 00031672  0x00008a62 arg  0x00000786 , 0x00000012 
- 00031673  0x00008a63 call  0x00007cb8 
- 00031674  0x00008a65 arg  0x000007e6 , 0x00000011 
- 00031675  0x00008a66 arg  0x000007c6 , 0x00000012 
- 00031676  0x00008a67 call  0x00007cb1 
- 00031677  0x00008a68 branch  0x00007bcc , 0x00000002 
- 00031678  0x00008a69 arg  0x000007c6 , 0x00000011 
- 00031679  0x00008a6a arg  0x000007e6 , 0x00000012 
- 00031680  0x00008a6b copy  0x00000011 , 0x00000005 
- 00031681  0x00008a6c call  0x00007ca9 
- 00031682  0x00008a6d arg  0x00000806 , 0x00000011 
- 00031683  0x00008a6e arg  0x00000786 , 0x00000012 
- 00031684  0x00008a6f copy  0x00000012 , 0x00000005 
- 00031685  0x00008a70 call  0x00007c7b 
- 00031686  0x00008a71 ifetch  0x00000001 , 0x00000011 
- 00031687  0x00008a72 iadd  0x00000013 , 0x00000013 
- 00031688  0x00008a73 ifetch  0x00000001 , 0x00000012 
- 00031689  0x00008a74 iadd  0x00000013 , 0x0000003f 
- 00031690  0x00008a75 istore  0x00000001 , 0x00000012 
- 00031691  0x00008a76 branch  0x00007bb1 
- 00031692  0x00008a78 arg  0x000007e6 , 0x00000011 
- 00031693  0x00008a79 arg  0x000007c6 , 0x00000012 
- 00031694  0x00008a7a copy  0x00000011 , 0x00000005 
- 00031695  0x00008a7b call  0x00007ca9 
- 00031696  0x00008a7c arg  0x00000786 , 0x00000011 
- 00031697  0x00008a7d arg  0x00000806 , 0x00000012 
- 00031698  0x00008a7e copy  0x00000012 , 0x00000005 
- 00031699  0x00008a7f call  0x00007c7b 
- 00031700  0x00008a80 ifetch  0x00000001 , 0x00000011 
- 00031701  0x00008a81 iadd  0x00000013 , 0x00000013 
- 00031702  0x00008a82 ifetch  0x00000001 , 0x00000012 
- 00031703  0x00008a83 iadd  0x00000013 , 0x0000003f 
- 00031704  0x00008a84 istore  0x00000001 , 0x00000012 
- 00031705  0x00008a85 branch  0x00007bb1 
- 00031706  0x00008a88 arg  0x00000786 , 0x00000011 
- 00031707  0x00008a89 copy  0x0000000b , 0x00000005 
- 00031708  0x00008a8a call  0x00007c0a 
- 00031709  0x00008a8c arg  0x0000091e , 0x00000011 
- 00031710  0x00008a8d copy  0x0000000b , 0x00000012 
- 00031711  0x00008a8e copy  0x0000000b , 0x00000005 
- 00031712  0x00008a8f branch  0x00007c96 
- 00031713  0x00008a93 copy  0x00000005 , 0x0000000b 
- 00031714  0x00008a95 force  0x00000000 , 0x00000038 
- 00031715  0x00008a97 arg  0x00000786 , 0x00000005 
- 00031716  0x00008a98 call  0x00007ed2 
- 00031717  0x00008a99 arg  0x00000ad2 , 0x00000005 
- 00031718  0x00008a9a call  0x00007ed2 
- 00031719  0x00008a9e copy  0x00000011 , 0x00000006 
- 00031720  0x00008aa0 jam  0x00000000 , 0x00000ad2 
- 00031721  0x00008aa1 setarg  0x00000000 
- 00031722  0x00008aa2 call  0x00007c73 
- 00031723  0x00008aa3 copy  0x00000012 , 0x00000006 
- 00031724  0x00008aa4 call  0x00007c77 
- 00031725  0x00008aa7 force  0x00000000 , 0x00000007 
- 00031726  0x00008aa8 arg  0x00000786 , 0x00000005 
- 00031727  0x00008aac arg  0x00000ad2 , 0x00000002 
- 00031728  0x00008aad copy  0x00000007 , 0x00000012 
- 00031729  0x00008aae lshift2  0x00000012 , 0x0000003f 
- 00031730  0x00008ab0 iadd  0x00000002 , 0x00000012 
- 00031731  0x00008ab1 force  0x00000000 , 0x00000002 
- 00031732  0x00008ab2 force  0x00000000 , 0x00000013 
- 00031733  0x00008ab8 ifetch  0x00000004 , 0x00000005 
- 00031734  0x00008ab9 iforce  0x00000011 
- 00031735  0x00008abc ifetch  0x00000004 , 0x00000012 
- 00031736  0x00008abd copy  0x00000013 , 0x00000038 
- 00031737  0x00008abe imul32  0x0000002f , 0x0000003f 
- 00031738  0x00008abf iadd  0x00000011 , 0x0000003f 
- 00031739  0x00008ac0 iadd  0x00000002 , 0x0000003f 
- 00031740  0x00008ac1 istore  0x00000004 , 0x00000005 
- 00031741  0x00008ac2 rshift32  0x0000003f , 0x00000002 
- 00031742  0x00008ac3 increase  0x00000001 , 0x00000013 
- 00031743  0x00008ac4 compare  0x00000008 , 0x00000013 , 0x000000ff 
- 00031744  0x00008ac5 nbranch  0x00007bf5 , 0x00000001 
- 00031745  0x00008ac7 deposit  0x00000002 
- 00031746  0x00008ac8 istore  0x00000004 , 0x00000005 
- 00031747  0x00008ac9 increase  0xffffffe0 , 0x00000005 
- 00031748  0x00008acc increase  0x00000001 , 0x00000007 
- 00031749  0x00008acd compare  0x00000008 , 0x00000007 , 0x000000ff 
- 00031750  0x00008ace nbranch  0x00007bef , 0x00000001 
- 00031751  0x00008acf arg  0x00000786 , 0x00000011 
- 00031752  0x00008ad0 copy  0x0000000b , 0x00000005 
- 00031753  0x00008ad1 branch  0x00007c0a 
- 00031754  0x00008ad4 bpatchx  0x000000f2 , 0x0000403e 
- 00031755  0x00008ad5 copy  0x00000005 , 0x0000000b 
- 00031756  0x00008ad6 copy  0x00000011 , 0x00000030 
- 00031757  0x00008ad7 arg  0x000007c6 , 0x00000012 
- 00031758  0x00008ad8 copy  0x00000012 , 0x00000005 
- 00031759  0x00008ad9 call  0x00007ecd 
- 00031760  0x00008ada istore  0x00000008 , 0x00000005 
- 00031761  0x00008adb add  0x00000011 , 0x0000002c , 0x00000006 
- 00031762  0x00008adc call  0x00007eb9 
- 00031763  0x00008add call  0x00007eb5 
- 00031764  0x00008ade copy  0x00000012 , 0x00000011 
- 00031765  0x00008adf call  0x00007c80 
- 00031766  0x00008ae0 arg  0x000007c6 , 0x00000012 
- 00031767  0x00008ae1 copy  0x00000030 , 0x00000011 
- 00031768  0x00008ae2 copy  0x0000000b , 0x00000005 
- 00031769  0x00008ae3 call  0x00007c7d 
- 00031770  0x00008ae5 arg  0x000007c6 , 0x00000012 
- 00031771  0x00008ae6 copy  0x00000012 , 0x00000005 
- 00031772  0x00008ae7 call  0x00007ecd 
- 00031773  0x00008ae8 istore  0x00000008 , 0x00000005 
- 00031774  0x00008ae9 add  0x00000030 , 0x00000030 , 0x00000006 
- 00031775  0x00008aea call  0x00007ebf 
- 00031776  0x00008aeb call  0x00007ecd 
- 00031777  0x00008aec copy  0x00000012 , 0x00000011 
- 00031778  0x00008aed call  0x00007c80 
- 00031779  0x00008af1 arg  0x000007c6 , 0x00000012 
- 00031780  0x00008af2 copy  0x0000000b , 0x00000011 
- 00031781  0x00008af3 copy  0x00000011 , 0x00000005 
- 00031782  0x00008af4 call  0x00007c7d 
- 00031783  0x00008af8 arg  0x000007c6 , 0x00000012 
- 00031784  0x00008af9 copy  0x00000012 , 0x00000005 
- 00031785  0x00008afa add  0x00000030 , 0x00000020 , 0x00000006 
- 00031786  0x00008afb call  0x00007eb5 
- 00031787  0x00008afc call  0x00007ecd 
- 00031788  0x00008afd istore  0x00000008 , 0x00000005 
- 00031789  0x00008afe add  0x00000030 , 0x00000038 , 0x00000006 
- 00031790  0x00008aff call  0x00007eb9 
- 00031791  0x00008b00 copy  0x0000000b , 0x00000011 
- 00031792  0x00008b01 copy  0x00000011 , 0x00000005 
- 00031793  0x00008b02 call  0x00007c7d 
- 00031794  0x00008b06 arg  0x000007c6 , 0x00000012 
- 00031795  0x00008b07 copy  0x00000012 , 0x00000005 
- 00031796  0x00008b08 add  0x00000030 , 0x00000024 , 0x00000006 
- 00031797  0x00008b09 call  0x00007eb5 
- 00031798  0x00008b0a add  0x00000030 , 0x00000034 , 0x00000006 
- 00031799  0x00008b0b call  0x00007eb5 
- 00031800  0x00008b0c add  0x00000030 , 0x00000034 , 0x00000006 
- 00031801  0x00008b0d call  0x00007eb6 
- 00031802  0x00008b0e add  0x00000030 , 0x00000020 , 0x00000006 
- 00031803  0x00008b0f call  0x00007eb6 
- 00031804  0x00008b10 copy  0x0000000b , 0x00000011 
- 00031805  0x00008b11 copy  0x00000011 , 0x00000005 
- 00031806  0x00008b12 call  0x00007c7d 
- 00031807  0x00008b15 arg  0x000007c6 , 0x00000012 
- 00031808  0x00008b16 copy  0x00000012 , 0x00000005 
- 00031809  0x00008b17 add  0x00000030 , 0x0000002c , 0x00000006 
- 00031810  0x00008b18 call  0x00007eb5 
- 00031811  0x00008b19 call  0x00007ecd 
- 00031812  0x00008b1a istore  0x00000008 , 0x00000005 
- 00031813  0x00008b1b add  0x00000030 , 0x00000020 , 0x00000006 
- 00031814  0x00008b1c call  0x00007eb6 
- 00031815  0x00008b1d add  0x00000030 , 0x00000028 , 0x00000006 
- 00031816  0x00008b1e call  0x00007eb6 
- 00031817  0x00008b1f copy  0x0000000b , 0x00000011 
- 00031818  0x00008b20 copy  0x00000011 , 0x00000005 
- 00031819  0x00008b21 call  0x00007c96 
- 00031820  0x00008b24 arg  0x000007c6 , 0x00000012 
- 00031821  0x00008b25 copy  0x00000012 , 0x00000005 
- 00031822  0x00008b26 add  0x00000030 , 0x00000030 , 0x00000006 
- 00031823  0x00008b27 call  0x00007eb9 
- 00031824  0x00008b28 call  0x00007eb9 
- 00031825  0x00008b29 force  0x00000000 , 0x0000003f 
- 00031826  0x00008b2a istore  0x00000008 , 0x00000005 
- 00031827  0x00008b2b add  0x00000030 , 0x00000024 , 0x00000006 
- 00031828  0x00008b2c call  0x00007eb6 
- 00031829  0x00008b2d add  0x00000030 , 0x0000002c , 0x00000006 
- 00031830  0x00008b2e call  0x00007eb6 
- 00031831  0x00008b2f copy  0x0000000b , 0x00000011 
- 00031832  0x00008b30 copy  0x00000011 , 0x00000005 
- 00031833  0x00008b31 call  0x00007c96 
- 00031834  0x00008b34 arg  0x000007c6 , 0x00000012 
- 00031835  0x00008b35 copy  0x00000012 , 0x00000005 
- 00031836  0x00008b36 add  0x00000030 , 0x00000034 , 0x00000006 
- 00031837  0x00008b37 call  0x00007eb5 
- 00031838  0x00008b38 add  0x00000030 , 0x00000020 , 0x00000006 
- 00031839  0x00008b39 call  0x00007eb5 
- 00031840  0x00008b3a call  0x00007ecd 
- 00031841  0x00008b3b add  0x00000030 , 0x00000030 , 0x00000006 
- 00031842  0x00008b3c call  0x00007eb6 
- 00031843  0x00008b3d copy  0x0000000b , 0x00000011 
- 00031844  0x00008b3e copy  0x00000011 , 0x00000005 
- 00031845  0x00008b3f call  0x00007c96 
- 00031846  0x00008b42 arg  0x000007c6 , 0x00000012 
- 00031847  0x00008b43 copy  0x00000012 , 0x00000005 
- 00031848  0x00008b44 add  0x00000030 , 0x00000038 , 0x00000006 
- 00031849  0x00008b45 call  0x00007eb9 
- 00031850  0x00008b46 call  0x00007ecd 
- 00031851  0x00008b47 add  0x00000030 , 0x00000024 , 0x00000006 
- 00031852  0x00008b48 call  0x00007eb5 
- 00031853  0x00008b49 call  0x00007ecd 
- 00031854  0x00008b4a add  0x00000030 , 0x00000034 , 0x00000006 
- 00031855  0x00008b4b call  0x00007eb6 
- 00031856  0x00008b4c copy  0x0000000b , 0x00000011 
- 00031857  0x00008b4d copy  0x00000011 , 0x00000005 
- 00031858  0x00008b4e branch  0x00007c96 
- 00031859  0x00008b52 force  0x00000020 , 0x00000039 
- 00031860  0x00008b53 arg  0x00000ad2 , 0x00000005 
- 00031861  0x00008b54 iadd  0x00000005 , 0x00000005 
- 00031862  0x00008b55 branch  0x00007f01 
- 00031863  0x00008b58 force  0x00000008 , 0x00000039 
- 00031864  0x00008b59 branch  0x00007781 
- 00031865  0x00008b5c copy  0x00000011 , 0x00000012 
- 00031866  0x00008b5d branch  0x00007be1 
- 00031867  0x00008b60 force  0x00000008 , 0x00000039 
- 00031868  0x00008b61 branch  0x00007712 
- 00031869  0x00008b64 call  0x00007c7b 
- 00031870  0x00008b65 copy  0x00000005 , 0x00000011 
- 00031871  0x00008b66 branch  0x00007c81 
- 00031872  0x00008b69 call  0x00007cae 
- 00031873  0x00008b6b isolate1  0x00000000 , 0x00000013 
- 00031874  0x00008b6c branch  0x00007c8a , 0x00000001 
- 00031875  0x00008b6d arg  0x0000091e , 0x00000012 
- 00031876  0x00008b6e copy  0x00000011 , 0x00000013 
- 00031877  0x00008b6f increase  0xffffffe0 , 0x00000011 
- 00031878  0x00008b70 call  0x00007cb1 
- 00031879  0x00008b71 nrtn  0x00000002 
- 00031880  0x00008b72 copy  0x00000013 , 0x00000011 
- 00031881  0x00008b73 branch  0x00007c92 
- 00031882  0x00008b76 call  0x00007c92 
- 00031883  0x00008b78 copy  0x00000011 , 0x00000013 
- 00031884  0x00008b79 increase  0xffffffe0 , 0x00000011 
- 00031885  0x00008b7a arg  0x0000091e , 0x00000012 
- 00031886  0x00008b7b call  0x00007cb1 
- 00031887  0x00008b7c nrtn  0x00000002 
- 00031888  0x00008b7d copy  0x00000013 , 0x00000011 
- 00031889  0x00008b7e branch  0x00007c92 
- 00031890  0x00008b82 increase  0xffffffe0 , 0x00000011 
- 00031891  0x00008b83 arg  0x0000091e , 0x00000012 
- 00031892  0x00008b84 copy  0x00000011 , 0x00000005 
- 00031893  0x00008b85 branch  0x00007ca9 
- 00031894  0x00008b8b call  0x00007ca9 
- 00031895  0x00008b8d branch  0x00007ca0 , 0x00000001 
- 00031896  0x00008b90 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031897  0x00008b91 arg  0x0000091e , 0x00000012 
- 00031898  0x00008b92 call  0x00007cb1 
- 00031899  0x00008b93 nrtn  0x00000002 
- 00031900  0x00008b94 arg  0x0000091e , 0x00000012 
- 00031901  0x00008b95 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031902  0x00008b97 copy  0x00000011 , 0x00000005 
- 00031903  0x00008b98 branch  0x00007ca9 
- 00031904  0x00008b9a add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031905  0x00008b9b arg  0x0000091e , 0x00000012 
- 00031906  0x00008b9c copy  0x00000011 , 0x00000005 
- 00031907  0x00008b9d call  0x00007c7b 
- 00031908  0x00008b9f rtn  0x00000001 
- 00031909  0x00008ba0 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031910  0x00008ba1 arg  0x0000091e , 0x00000012 
- 00031911  0x00008ba2 copy  0x00000011 , 0x00000005 
- 00031912  0x00008ba3 branch  0x00007c7b 
- 00031913  0x00008ba8 force  0x00000008 , 0x00000039 
- 00031914  0x00008ba9 branch  0x00007720 
- 00031915  0x00008bac force  0x00000008 , 0x00000039 
- 00031916  0x00008bad increase  0x0000001c , 0x00000011 
- 00031917  0x00008bae branch  0x0000772f 
- 00031918  0x00008bb1 force  0x00000008 , 0x00000039 
- 00031919  0x00008bb2 force  0x00000000 , 0x00000013 
- 00031920  0x00008bb3 branch  0x0000773d 
- 00031921  0x00008bb6 force  0x00000008 , 0x00000039 
- 00031922  0x00008bb7 increase  0x0000001c , 0x00000011 
- 00031923  0x00008bb8 increase  0x0000001c , 0x00000012 
- 00031924  0x00008bb9 branch  0x00007707 
- 00031925  0x00008bbd ifetch  0x00000008 , 0x00000006 
- 00031926  0x00008bbe nrtn  0x00000034 
- 00031927  0x00008bbf branch  0x000076f5 
- 00031928  0x00008bc5 copy  0x00000011 , 0x00000030 
- 00031929  0x00008bc7 copy  0x00000030 , 0x00000011 
- 00031930  0x00008bc8 ifetch  0x00000001 , 0x00000011 
- 00031931  0x00008bc9 isolate1  0x00000000 , 0x0000003f 
- 00031932  0x00008bca rtn  0x00000001 
- 00031933  0x00008bcb call  0x00007cab 
- 00031934  0x00008bcc ifetch  0x00000001 , 0x00000012 
- 00031935  0x00008bcd isolate0  0x00000000 , 0x0000003f 
- 00031936  0x00008bce branch  0x00007cc8 , 0x00000001 
- 00031937  0x00008bcf arg  0x0000091e , 0x00000011 
- 00031938  0x00008bd0 copy  0x00000012 , 0x00000005 
- 00031939  0x00008bd1 call  0x00007c7b 
- 00031940  0x00008bd2 ifetch  0x00000001 , 0x00000012 
- 00031941  0x00008bd3 iadd  0x00000013 , 0x0000003f 
- 00031942  0x00008bd4 istore  0x00000001 , 0x00000012 
- 00031943  0x00008bd5 increase  0xffffffe0 , 0x00000012 
- 00031944  0x00008bd7 add  0x00000012 , 0x00000020 , 0x00000011 
- 00031945  0x00008bd8 force  0x00000009 , 0x00000039 
- 00031946  0x00008bd9 call  0x0000772f 
- 00031947  0x00008bda branch  0x00007cb9 
- 00031948  0x00008bdf call  0x00002c65 
- 00031949  0x00008be0 rtn  0x0000002b 
- 00031950  0x00008be1 call  0x00007cd3 
- 00031951  0x00008be2 call  0x00007d75 
- 00031952  0x00008be3 branch  0x00007d08 
- 00031953  0x00008be6 call  0x00007d29 
- 00031954  0x00008be8 branch  0x00007d64 
- 00031955  0x00008beb fetch  0x00000001 , 0x00004686 
- 00031956  0x00008bec rtneq  0x000000ff 
- 00031957  0x00008bed iforce  0x00000002 
- 00031958  0x00008bee call  0x0000680e 
- 00031959  0x00008bef fetcht  0x00000001 , 0x00004686 
- 00031960  0x00008bf0 call  0x00006825 
- 00031961  0x00008bf1 nop  0x00000064 
- 00031962  0x00008bf2 fetcht  0x00000001 , 0x00004686 
- 00031963  0x00008bf3 call  0x000067fb 
- 00031964  0x00008bf4 branch  0x00007cdd 
- 00031965  0x00008bf9 bpatchx  0x000000f3 , 0x0000403e 
- 00031966  0x00008bfa fetch  0x00000001 , 0x00004686 
- 00031967  0x00008bfb rtneq  0x000000ff 
- 00031968  0x00008bfc copy  0x0000003f , 0x00000002 
- 00031969  0x00008bfd call  0x0000681d 
- 00031970  0x00008bfe nbranch  0x00007cef , 0x00000001 
- 00031971  0x00008c01 call  0x00007cf9 
- 00031972  0x00008c02 fetch  0x00000002 , 0x00004682 
- 00031973  0x00008c03 set1  0x0000000c 
- 00031974  0x00008c04 store  0x00000002 , 0x00004682 
- 00031975  0x00008c05 fetch  0x00000001 , 0x00004679 
- 00031976  0x00008c06 rtneq  0x00000000 
- 00031977  0x00008c07 jam  0x00000000 , 0x00004679 
- 00031978  0x00008c09 fetch  0x00000001 , 0x00004685 
- 00031979  0x00008c0a store  0x00000001 , 0x00004678 
- 00031980  0x00008c0b call  0x00007d00 
- 00031981  0x00008c0c jam  0x0000002c , 0x00000a99 
- 00031982  0x00008c0d branch  0x00007d86 
- 00031983  0x00008c0f fetch  0x00000002 , 0x00004682 
- 00031984  0x00008c10 set0  0x0000000c 
- 00031985  0x00008c11 store  0x00000002 , 0x00004682 
- 00031986  0x00008c12 fetch  0x00000001 , 0x00004679 
- 00031987  0x00008c13 rtneq  0x00000001 
- 00031988  0x00008c14 jam  0x00000001 , 0x00004679 
- 00031989  0x00008c16 jam  0x00000000 , 0x00004678 
- 00031990  0x00008c17 call  0x00007d02 
- 00031991  0x00008c18 jam  0x0000002d , 0x00000a99 
- 00031992  0x00008c19 branch  0x00007d86 
- 00031993  0x00008c1c fetch  0x00000001 , 0x00004678 
- 00031994  0x00008c1d rtn  0x00000034 
- 00031995  0x00008c1e increase  0xffffffff , 0x0000003f 
- 00031996  0x00008c1f store  0x00000001 , 0x00004678 
- 00031997  0x00008c20 nrtn  0x00000034 
- 00031998  0x00008c22 jam  0x00000010 , 0x00000a99 
- 00031999  0x00008c23 branch  0x00007d86 
- 00032000  0x00008c26 arg  0x00000007 , 0x00000007 
- 00032001  0x00008c27 branch  0x00002c32 
- 00032002  0x00008c2a arg  0x00000007 , 0x00000007 
- 00032003  0x00008c2b branch  0x00002c36 
- 00032004  0x00008c42 fetch  0x00000002 , 0x0000421b 
- 00032005  0x00008c43 mul32  0x00000011 , 0x0000000b , 0x00000012 
- 00032006  0x00008c44 iadd  0x00000012 , 0x00000012 
- 00032007  0x00008c45 rtn 
- 00032008  0x00008c49 fetch  0x00000001 , 0x0000421a 
- 00032009  0x00008c4a rtn  0x00000034 
- 00032010  0x00008c4b copy  0x0000003f , 0x00000039 
- 00032011  0x00008c4c fetch  0x00000002 , 0x0000421b 
- 00032012  0x00008c4d copy  0x0000003f , 0x00000012 
- 00032013  0x00008c4f add  0x00000012 , 0x00000002 , 0x00000013 
- 00032014  0x00008c50 ifetcht  0x00000001 , 0x00000013 
- 00032015  0x00008c51 call  0x0000680e 
- 00032016  0x00008c52 call  0x00007d32 
- 00032017  0x00008c53 increase  0x0000000b , 0x00000012 
- 00032018  0x00008c54 loop  0x00007d0d 
- 00032019  0x00008c55 rtn 
- 00032020  0x00008c5a call  0x00007d04 
- 00032021  0x00008c5b setarg  0x00000002 
- 00032022  0x00008c5c istore  0x00000001 , 0x00000012 
- 00032023  0x00008c5d call  0x00007d5e 
- 00032024  0x00008c5e branch  0x00007d35 
- 00032025  0x00008c64 call  0x00007d04 
- 00032026  0x00008c65 setarg  0x00000003 
- 00032027  0x00008c66 istore  0x00000001 , 0x00000012 
- 00032028  0x00008c67 call  0x00007d5e 
- 00032029  0x00008c68 branch  0x00007d32 
- 00032030  0x00008c6d call  0x00007d04 
- 00032031  0x00008c6e setarg  0x00000001 
- 00032032  0x00008c6f istore  0x00000001 , 0x00000012 
- 00032033  0x00008c70 setarg  0x000000ff 
- 00032034  0x00008c71 istore  0x00000001 , 0x00000005 
- 00032035  0x00008c72 branch  0x00007d32 
- 00032036  0x00008c78 call  0x00007d04 
- 00032037  0x00008c79 arg  0x0000000b , 0x00000039 
- 00032038  0x00008c7a copy  0x00000013 , 0x00000006 
- 00032039  0x00008c7b copy  0x00000012 , 0x00000005 
- 00032040  0x00008c7c branch  0x00007ef4 
- 00032041  0x00008c81 fetch  0x00000001 , 0x0000421a 
- 00032042  0x00008c82 rtn  0x00000034 
- 00032043  0x00008c83 arg  0x00000000 , 0x00000011 
- 00032044  0x00008c85 call  0x00007d38 
- 00032045  0x00008c86 increase  0x00000001 , 0x00000011 
- 00032046  0x00008c87 fetch  0x00000001 , 0x0000421a 
- 00032047  0x00008c88 isub  0x00000011 , 0x0000003e 
- 00032048  0x00008c89 rtn  0x00000005 
- 00032049  0x00008c8a branch  0x00007d2c 
- 00032050  0x00008c8e add  0x00000012 , 0x00000002 , 0x00000013 
- 00032051  0x00008c8f ifetcht  0x00000001 , 0x00000013 
- 00032052  0x00008c90 branch  0x00006825 
- 00032053  0x00008c94 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032054  0x00008c95 ifetcht  0x00000001 , 0x00000013 
- 00032055  0x00008c96 branch  0x00006829 
- 00032056  0x00008c9b add  0x00000011 , 0x0000000b , 0x00000007 
- 00032057  0x00008c9c call  0x00007f16 
- 00032058  0x00008c9d nrtn  0x00000034 
- 00032059  0x00008c9f call  0x00007d04 
- 00032060  0x00008ca1 ifetch  0x00000001 , 0x00000012 
- 00032061  0x00008ca3 beq  0x00000002 , 0x00007d35 
- 00032062  0x00008ca4 beq  0x00000003 , 0x00007d32 
- 00032063  0x00008ca5 beq  0x00000000 , 0x00007d32 
- 00032064  0x00008ca6 beq  0x00000005 , 0x00007d4c 
- 00032065  0x00008ca8 call  0x00007d35 
- 00032066  0x00008ca9 add  0x00000012 , 0x00000007 , 0x00000013 
- 00032067  0x00008caa call  0x00007e7c 
- 00032068  0x00008cab ifetch  0x00000002 , 0x00000013 
- 00032069  0x00008cac call  0x00007f9c 
- 00032070  0x00008cad call  0x00007e8c 
- 00032071  0x00008cae setarg  0x00000005 
- 00032072  0x00008caf istore  0x00000001 , 0x00000012 
- 00032073  0x00008cb0 add  0x00000012 , 0x00000003 , 0x00000013 
- 00032074  0x00008cb1 ifetch  0x00000002 , 0x00000013 
- 00032075  0x00008cb2 branch  0x00007d5c 
- 00032076  0x00008cb6 call  0x00007d32 
- 00032077  0x00008cb7 add  0x00000012 , 0x00000009 , 0x00000013 
- 00032078  0x00008cb8 call  0x00007e7c 
- 00032079  0x00008cb9 ifetch  0x00000002 , 0x00000013 
- 00032080  0x00008cba call  0x00007f9c 
- 00032081  0x00008cbb call  0x00007e8c 
- 00032082  0x00008cbd add  0x00000012 , 0x00000001 , 0x00000013 
- 00032083  0x00008cbe ifetch  0x00000001 , 0x00000013 
- 00032084  0x00008cbf beq  0x000000ff , 0x00007d58 
- 00032085  0x00008cc0 increase  0xffffffff , 0x0000003f 
- 00032086  0x00008cc1 istore  0x00000001 , 0x00000013 
- 00032087  0x00008cc2 branch  0x00007d19 , 0x00000034 
- 00032088  0x00008cc4 setarg  0x00000004 
- 00032089  0x00008cc5 istore  0x00000001 , 0x00000012 
- 00032090  0x00008cc6 add  0x00000012 , 0x00000005 , 0x00000013 
- 00032091  0x00008cc7 ifetch  0x00000002 , 0x00000013 
- 00032092  0x00008cc9 add  0x00000011 , 0x0000000b , 0x00000007 
- 00032093  0x00008cca branch  0x00007f08 
- 00032094  0x00008ccd setarg  0x00000000 
- 00032095  0x00008cce branch  0x00007d5c 
- 00032096  0x00008cd5 setarg  0x00001000 
- 00032097  0x00008cd6 lshift16  0x0000003f , 0x0000003f 
- 00032098  0x00008cd7 iadd  0x00000012 , 0x00000012 
- 00032099  0x00008cd8 rtn 
- 00032100  0x00008cdb bpatchx  0x000000f4 , 0x0000403e 
- 00032101  0x00008cdc arg  0x00000000 , 0x00000011 
- 00032102  0x00008cdd fetcht  0x00000004 , 0x0000467a 
- 00032103  0x00008cde copy  0x00000022 , 0x00000012 
- 00032104  0x00008cdf copy  0x00000012 , 0x0000003f 
- 00032105  0x00008ce0 isub  0x00000002 , 0x0000003e 
- 00032106  0x00008ce1 ncall  0x00007d60 , 0x00000002 
- 00032107  0x00008ce4 copy  0x00000012 , 0x0000003f 
- 00032108  0x00008ce5 increase  0x000000a0 , 0x00000002 
- 00032109  0x00008ce6 increase  0x000000a0 , 0x00000002 
- 00032110  0x00008ce7 isub  0x00000002 , 0x0000003e 
- 00032111  0x00008ce8 nbranch  0x00007d78 , 0x00000002 
- 00032112  0x00008ce9 increase  0x00000001 , 0x00000011 
- 00032113  0x00008cea and  0x00000011 , 0x0000000f , 0x0000003f 
- 00032114  0x00008ceb nbranch  0x00007d6b , 0x00000034 
- 00032115  0x00008cec arg  0x00000000 , 0x00000011 
- 00032116  0x00008ced call  0x00007d7f 
- 00032117  0x00008cef copy  0x00000022 , 0x0000003f 
- 00032118  0x00008cf0 store  0x00000004 , 0x0000467a 
- 00032119  0x00008cf1 rtn 
- 00032120  0x00008cf3 bpatchx  0x000000f5 , 0x0000403e 
- 00032121  0x00008cf4 copy  0x00000011 , 0x0000003f 
- 00032122  0x00008cf5 rtn  0x00000034 
- 00032123  0x00008cf6 increase  0xffffff60 , 0x00000002 
- 00032124  0x00008cf7 increase  0xffffff60 , 0x00000002 
- 00032125  0x00008cf8 set0  0x0000001c , 0x00000002 
- 00032126  0x00008cf9 storet  0x00000004 , 0x0000467a 
- 00032127  0x00008cfb branch  0x0000335f 
- 00032128  0x00008d03 jam  0x00000001 , 0x00004666 
- 00032129  0x00008d05 fetch  0x00000001 , 0x00004667 
- 00032130  0x00008d06 nbranch  0x00007d81 , 0x00000034 
- 00032131  0x00008d07 rtn 
- 00032132  0x00008d0a jam  0x00000000 , 0x00004666 
- 00032133  0x00008d0b rtn 
- 00032134  0x00008d10 bpatchx  0x000000f6 , 0x0000403e 
- 00032135  0x00008d11 call  0x00007d80 
- 00032136  0x00008d12 copy  0x00000011 , 0x0000003f 
- 00032137  0x00008d13 store  0x00000004 , 0x00000a91 
- 00032138  0x00008d14 arg  0x00004668 , 0x00000011 
- 00032139  0x00008d15 call  0x00007fb8 
- 00032140  0x00008d16 fetch  0x00000004 , 0x00000a91 
- 00032141  0x00008d17 copy  0x0000003f , 0x00000011 
- 00032142  0x00008d18 branch  0x00007d84 
- 00032143  0x00008d1b bpatchx  0x000000f7 , 0x0000403e 
- 00032144  0x00008d1c call  0x00007d80 
- 00032145  0x00008d1d copy  0x00000011 , 0x0000003f 
- 00032146  0x00008d1e store  0x00000004 , 0x00000a91 
- 00032147  0x00008d1f arg  0x00004670 , 0x00000011 
- 00032148  0x00008d20 call  0x00007fb8 
- 00032149  0x00008d21 fetch  0x00000004 , 0x00000a91 
- 00032150  0x00008d22 copy  0x0000003f , 0x00000011 
- 00032151  0x00008d23 branch  0x00007d84 
- 00032152  0x00008d26 setarg  0x00000000 
- 00032153  0x00008d27 store  0x00000008 , 0x00004670 
- 00032154  0x00008d28 store  0x00000008 , 0x00004668 
- 00032155  0x00008d29 rtn 
- 00032156  0x00008d2c bpatchx  0x000000f8 , 0x0000403f 
- 00032157  0x00008d2d fetch  0x00000001 , 0x000041ce 
- 00032158  0x00008d2e nrtn  0x00000034 
- 00032159  0x00008d2f arg  0x00004670 , 0x00000011 
- 00032160  0x00008d30 call  0x00007fd0 
- 00032161  0x00008d31 rtn  0x00000034 
- 00032162  0x00008d32 jam  0x00000000 , 0x00000a90 
- 00032163  0x00008d33 call  0x00007da7 
- 00032164  0x00008d34 fetch  0x00000001 , 0x00000a90 
- 00032165  0x00008d35 branch  0x00007d9c , 0x00000034 
- 00032166  0x00008d36 rtn 
- 00032167  0x00008d39 call  0x00007d80 
- 00032168  0x00008d3a arg  0x00004670 , 0x00000011 
- 00032169  0x00008d3b call  0x00007fc4 
- 00032170  0x00008d3c copy  0x0000003f , 0x00000002 
- 00032171  0x00008d3d call  0x00007d84 
- 00032172  0x00008d3e bpatchx  0x000000f9 , 0x0000403f 
- 00032173  0x00008d3f copy  0x00000002 , 0x0000003f 
- 00032174  0x00008d40 rtn  0x00000034 
- 00032175  0x00008d41 beq  0x00000001 , 0x00007ddd 
- 00032176  0x00008d42 beq  0x00000002 , 0x00007de2 
- 00032177  0x00008d43 beq  0x00000003 , 0x00007de8 
- 00032178  0x00008d44 beq  0x00000007 , 0x00007ded 
- 00032179  0x00008d45 beq  0x00000008 , 0x00007dee 
- 00032180  0x00008d46 beq  0x00000009 , 0x00007def 
- 00032181  0x00008d47 beq  0x0000000b , 0x00007df2 
- 00032182  0x00008d48 beq  0x0000000c , 0x00007df3 
- 00032183  0x00008d49 beq  0x0000000d , 0x00007df4 
- 00032184  0x00008d4a beq  0x0000000e , 0x00007dfa 
- 00032185  0x00008d4b beq  0x0000000f , 0x00007dff 
- 00032186  0x00008d4c beq  0x00000010 , 0x00007e05 
- 00032187  0x00008d4d beq  0x00000013 , 0x00007e0f 
- 00032188  0x00008d4e beq  0x00000014 , 0x00007e11 
- 00032189  0x00008d4f beq  0x00000015 , 0x00007e13 
- 00032190  0x00008d50 beq  0x00000016 , 0x00007e15 
- 00032191  0x00008d51 beq  0x00000017 , 0x00007e18 
- 00032192  0x00008d52 beq  0x00000018 , 0x00007e1a 
- 00032193  0x00008d53 beq  0x00000019 , 0x00007e1d 
- 00032194  0x00008d54 beq  0x0000001b , 0x00007e25 
- 00032195  0x00008d55 beq  0x0000001e , 0x00007e2f 
- 00032196  0x00008d57 store  0x00000001 , 0x00000a99 
- 00032197  0x00008d58 bpatchx  0x000000fa , 0x0000403f 
- 00032198  0x00008d59 call  0x000062bc 
- 00032199  0x00008d5a nbranch  0x00007ddb , 0x00000034 
- 00032200  0x00008d5c fetch  0x00000001 , 0x00000a99 
- 00032201  0x00008d5d bmark0  0x00000009 , 0x00007dd6 
- 00032202  0x00008d5e beq  0x00000004 , 0x00007dea 
- 00032203  0x00008d5f beq  0x00000005 , 0x00004d17 
- 00032204  0x00008d60 beq  0x00000006 , 0x00004d26 
- 00032205  0x00008d61 beq  0x0000000a , 0x00007df0 
- 00032206  0x00008d62 beq  0x00000011 , 0x00007e0a 
- 00032207  0x00008d63 beq  0x00000012 , 0x00007e0e 
- 00032208  0x00008d64 beq  0x0000001d , 0x00007e26 
- 00032209  0x00008d65 beq  0x0000001f , 0x000067cc 
- 00032210  0x00008d66 beq  0x00000020 , 0x000067d0 
- 00032211  0x00008d67 beq  0x00000021 , 0x00007e31 
- 00032212  0x00008d68 beq  0x00000025 , 0x0000670b 
- 00032213  0x00008d69 rtn 
- 00032214  0x00008d6c store  0x00000001 , 0x00000a99 
- 00032215  0x00008d6d call  0x00002252 
- 00032216  0x00008d6e branch  0x00007ddb , 0x00000005 
- 00032217  0x00008d6f call  0x0000225a 
- 00032218  0x00008d70 nrtn  0x00000005 
- 00032219  0x00008d72 jam  0x00000001 , 0x00000a90 
- 00032220  0x00008d73 branch  0x00007d8f 
- 00032221  0x00008d79 fetch  0x00000002 , 0x00004682 
- 00032222  0x00008d7a set1  0x00000006 
- 00032223  0x00008d7b store  0x00000002 , 0x00004682 
- 00032224  0x00008d7c jam  0x00000003 , 0x00004093 
- 00032225  0x00008d7d rtn 
- 00032226  0x00008d82 jam  0x00000000 , 0x00004680 
- 00032227  0x00008d83 jam  0x00000000 , 0x00004093 
- 00032228  0x00008d84 fetch  0x00000002 , 0x00004682 
- 00032229  0x00008d85 set0  0x00000006 
- 00032230  0x00008d86 store  0x00000002 , 0x00004682 
- 00032231  0x00008d87 rtn 
- 00032232  0x00008d8c jam  0x00000005 , 0x000041ce 
- 00032233  0x00008d8d rtn 
- 00032234  0x00008d92 jam  0x00000007 , 0x0000007c 
- 00032235  0x00008d93 jam  0x00000013 , 0x000004ca 
- 00032236  0x00008d94 rtn 
- 00032237  0x00008d99 rtn 
- 00032238  0x00008d9e rtn 
- 00032239  0x00008da3 rtn 
- 00032240  0x00008da8 jam  0x00000002 , 0x000004d4 
- 00032241  0x00008da9 branch  0x00004d0a 
- 00032242  0x00008dae rtn 
- 00032243  0x00008db3 rtn 
- 00032244  0x00008db8 jam  0x00000001 , 0x0000436e 
- 00032245  0x00008db9 jam  0x00000000 , 0x00004484 
- 00032246  0x00008dba fetch  0x00000002 , 0x00004682 
- 00032247  0x00008dbb set1  0x0000000b , 0x0000003f 
- 00032248  0x00008dbc store  0x00000002 , 0x00004682 
- 00032249  0x00008dbd rtn 
- 00032250  0x00008dc2 fetch  0x00000002 , 0x00004682 
- 00032251  0x00008dc3 set0  0x0000000b , 0x0000003f 
- 00032252  0x00008dc4 store  0x00000002 , 0x00004682 
- 00032253  0x00008dc5 jam  0x00000000 , 0x0000436e 
- 00032254  0x00008dc6 rtn 
- 00032255  0x00008dcb jam  0x00000001 , 0x0000436e 
- 00032256  0x00008dcc jam  0x00000001 , 0x00004484 
- 00032257  0x00008dcd fetch  0x00000002 , 0x00004682 
- 00032258  0x00008dce set1  0x0000000b , 0x0000003f 
- 00032259  0x00008dcf store  0x00000002 , 0x00004682 
- 00032260  0x00008dd0 rtn 
- 00032261  0x00008dd5 fetch  0x00000002 , 0x00004682 
- 00032262  0x00008dd6 set0  0x0000000b , 0x0000003f 
- 00032263  0x00008dd7 store  0x00000002 , 0x00004682 
- 00032264  0x00008dd8 jam  0x00000000 , 0x0000436e 
- 00032265  0x00008dd9 rtn 
- 00032266  0x00008dde setarg  0x00000014 
- 00032267  0x00008ddf store  0x00000002 , 0x0000046d 
- 00032268  0x00008de0 store  0x00000002 , 0x000044ba 
- 00032269  0x00008de1 branch  0x00005c92 
- 00032270  0x00008de6 branch  0x00005abf 
- 00032271  0x00008deb arg  0x00000000 , 0x00000011 
- 00032272  0x00008dec branch  0x00007d19 
- 00032273  0x00008df1 arg  0x00000000 , 0x00000011 
- 00032274  0x00008df2 branch  0x00007d14 
- 00032275  0x00008df7 arg  0x00000000 , 0x00000011 
- 00032276  0x00008df8 branch  0x00007d1e 
- 00032277  0x00008dfd jam  0x00000001 , 0x00004369 
- 00032278  0x00008dfe jam  0x0000001b , 0x000041ce 
- 00032279  0x00008e01 rtn 
- 00032280  0x00008e06 jam  0x00000001 , 0x00004369 
- 00032281  0x00008e07 rtn 
- 00032282  0x00008e0c jam  0x00000000 , 0x00004369 
- 00032283  0x00008e0d jam  0x00000000 , 0x000041ce 
- 00032284  0x00008e0e rtn 
- 00032285  0x00008e13 fetch  0x00000002 , 0x000041eb 
- 00032286  0x00008e14 call  0x00007f9c 
- 00032287  0x00008e15 fetch  0x00000001 , 0x00004686 
- 00032288  0x00008e16 beq  0x000000ff , 0x00007e23 
- 00032289  0x00008e17 copy  0x0000003f , 0x00000002 
- 00032290  0x00008e18 call  0x000067fb 
- 00032291  0x00008e1a call  0x00007d98 
- 00032292  0x00008e1b branch  0x00002b1f 
- 00032293  0x00008e20 branch  0x00005b02 
- 00032294  0x00008e25 jam  0x00000034 , 0x0000007c 
- 00032295  0x00008e26 set1  0x00000003 , 0x00000000 
- 00032296  0x00008e27 nrtn  0x00000029 
- 00032297  0x00008e28 jam  0x00000000 , 0x0000455b 
- 00032298  0x00008e29 jam  0x00000013 , 0x0000007c 
- 00032299  0x00008e2a fetch  0x00000001 , 0x0000016d 
- 00032300  0x00008e2b set0  0x00000002 , 0x0000003f 
- 00032301  0x00008e2c store  0x00000001 , 0x0000016d 
- 00032302  0x00008e2d rtn 
- 00032303  0x00008e32 force  0x00000003 , 0x00000007 
- 00032304  0x00008e33 branch  0x00007f07 
- 00032305  0x00008e38 call  0x000062f8 
- 00032306  0x00008e39 jam  0x00000041 , 0x0000007d 
- 00032307  0x00008e3a branch  0x00005f9d 
- 00032308  0x00008e3e fetch  0x00000001 , 0x00004682 
- 00032309  0x00008e3f rtnbit0  0x0000000c 
- 00032310  0x00008e40 rtnbit0  0x00000007 
- 00032311  0x00008e41 branch  0x00007e2f 
- 00032312  0x00008e47 fetch  0x00000002 , 0x00004218 
- 00032313  0x00008e48 add  0x0000003f , 0x00000002 , 0x00000005 
- 00032314  0x00008e49 setarg  0x00000000 
- 00032315  0x00008e4a istore  0x00000003 , 0x00000005 
- 00032316  0x00008e4b rtn 
- 00032317  0x00008e50 call  0x00007fe9 
- 00032318  0x00008e51 call  0x00007e69 
- 00032319  0x00008e52 rtn  0x00000034 
- 00032320  0x00008e53 fetch  0x00000002 , 0x00004218 
- 00032321  0x00008e54 add  0x0000003f , 0x00000002 , 0x00000012 
- 00032322  0x00008e55 ifetcht  0x00000001 , 0x00000012 
- 00032323  0x00008e56 increase  0x00000001 , 0x00000002 
- 00032324  0x00008e57 istoret  0x00000001 , 0x00000012 
- 00032325  0x00008e59 ifetcht  0x00000001 , 0x0000003f 
- 00032326  0x00008e5a copy  0x00000002 , 0x00000039 
- 00032327  0x00008e5b add  0x0000003f , 0x00000004 , 0x00000012 
- 00032328  0x00008e5c ifetch  0x00000001 , 0x00000012 
- 00032329  0x00008e5d imul32  0x00000002 , 0x0000003f 
- 00032330  0x00008e5e iadd  0x00000006 , 0x00000005 
- 00032331  0x00008e5f copy  0x00000011 , 0x00000006 
- 00032332  0x00008e61 call  0x00007f01 
- 00032333  0x00008e62 call  0x00007e6d 
- 00032334  0x00008e63 pincrease  0xffffffff 
- 00032335  0x00008e64 ifetcht  0x00000001 , 0x00000012 
- 00032336  0x00008e65 increase  0x00000001 , 0x00000002 
- 00032337  0x00008e66 iand  0x00000002 , 0x00000002 
- 00032338  0x00008e67 istoret  0x00000001 , 0x00000012 
- 00032339  0x00008e68 branch  0x00007fe7 
- 00032340  0x00008e6e call  0x00007fe9 
- 00032341  0x00008e6f call  0x00007e65 
- 00032342  0x00008e70 rtn  0x00000034 
- 00032343  0x00008e71 fetch  0x00000002 , 0x00004218 
- 00032344  0x00008e72 add  0x0000003f , 0x00000002 , 0x00000012 
- 00032345  0x00008e73 ifetcht  0x00000001 , 0x00000012 
- 00032346  0x00008e74 increase  0xffffffff , 0x00000002 
- 00032347  0x00008e75 istoret  0x00000001 , 0x00000012 
- 00032348  0x00008e76 ifetcht  0x00000001 , 0x0000003f 
- 00032349  0x00008e77 copy  0x00000002 , 0x00000039 
- 00032350  0x00008e78 add  0x0000003f , 0x00000003 , 0x00000012 
- 00032351  0x00008e79 ifetch  0x00000001 , 0x00000012 
- 00032352  0x00008e7a imul32  0x00000002 , 0x0000003f 
- 00032353  0x00008e7b iadd  0x00000006 , 0x00000006 
- 00032354  0x00008e7c increase  0x00000001 , 0x00000006 
- 00032355  0x00008e7d copy  0x00000011 , 0x00000005 
- 00032356  0x00008e7e branch  0x00007e4c 
- 00032357  0x00008e83 fetch  0x00000002 , 0x00004218 
- 00032358  0x00008e84 add  0x0000003f , 0x00000002 , 0x00000006 
- 00032359  0x00008e85 ifetch  0x00000001 , 0x00000006 
- 00032360  0x00008e86 rtn 
- 00032361  0x00008e8a call  0x00007e6d 
- 00032362  0x00008e8b ifetcht  0x00000001 , 0x00000006 
- 00032363  0x00008e8c isub  0x00000002 , 0x0000003f 
- 00032364  0x00008e8d rtn 
- 00032365  0x00008e91 fetch  0x00000002 , 0x00004218 
- 00032366  0x00008e92 add  0x0000003f , 0x00000001 , 0x00000006 
- 00032367  0x00008e93 ifetch  0x00000001 , 0x00000006 
- 00032368  0x00008e94 rtn 
- 00032369  0x00008e9d sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032370  0x00008e9e rtn  0x00000005 
- 00032371  0x00008ea0 rshift  0x0000003f , 0x0000003f 
- 00032372  0x00008ea1 loop  0x00007e73 
- 00032373  0x00008ea2 rtn 
- 00032374  0x00008ea6 force  0x00000001 , 0x0000003f 
- 00032375  0x00008ea7 sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032376  0x00008ea8 rtn  0x00000005 
- 00032377  0x00008eaa lshift  0x0000003f , 0x0000003f 
- 00032378  0x00008eab loop  0x00007e79 
- 00032379  0x00008eac rtn 
- 00032380  0x00008eae deposit  0x00000005 
- 00032381  0x00008eaf store  0x00000002 , 0x00000abb 
- 00032382  0x00008eb0 storet  0x00000008 , 0x00000aa2 
- 00032383  0x00008eb1 deposit  0x0000000b 
- 00032384  0x00008eb2 store  0x00000004 , 0x00000aaa 
- 00032385  0x00008eb3 call  0x00007e85 
- 00032386  0x00008eb4 deposit  0x00000006 
- 00032387  0x00008eb5 store  0x00000002 , 0x00000ab9 
- 00032388  0x00008eb6 rtn 
- 00032389  0x00008eb9 deposit  0x00000011 
- 00032390  0x00008eba store  0x00000004 , 0x00000aae 
- 00032391  0x00008ebb deposit  0x00000012 
- 00032392  0x00008ebc store  0x00000004 , 0x00000ab2 
- 00032393  0x00008ebd deposit  0x00000013 
- 00032394  0x00008ebe store  0x00000003 , 0x00000ab6 
- 00032395  0x00008ebf rtn 
- 00032396  0x00008ec2 fetcht  0x00000008 , 0x00000aa2 
- 00032397  0x00008ec3 fetch  0x00000004 , 0x00000aaa 
- 00032398  0x00008ec4 iforce  0x0000000b 
- 00032399  0x00008ec5 call  0x00007e95 
- 00032400  0x00008ec6 fetch  0x00000002 , 0x00000abb 
- 00032401  0x00008ec7 iforce  0x00000005 
- 00032402  0x00008ec8 fetch  0x00000002 , 0x00000ab9 
- 00032403  0x00008ec9 iforce  0x00000006 
- 00032404  0x00008eca rtn 
- 00032405  0x00008ecd fetch  0x00000004 , 0x00000aae 
- 00032406  0x00008ece iforce  0x00000011 
- 00032407  0x00008ecf fetch  0x00000004 , 0x00000ab2 
- 00032408  0x00008ed0 iforce  0x00000012 
- 00032409  0x00008ed1 fetch  0x00000003 , 0x00000ab6 
- 00032410  0x00008ed2 iforce  0x00000013 
- 00032411  0x00008ed3 rtn 
- 00032412  0x00008ed6 fetch  0x00000002 , 0x00000abb 
- 00032413  0x00008ed7 copy  0x0000003f , 0x00000005 
- 00032414  0x00008ed8 rtn 
- 00032415  0x00008eda fetch  0x00000002 , 0x00000ab9 
- 00032416  0x00008edb copy  0x0000003f , 0x00000006 
- 00032417  0x00008edc rtn 
- 00032418  0x00008ede copy  0x00000005 , 0x0000003f 
- 00032419  0x00008edf store  0x00000002 , 0x00000abb 
- 00032420  0x00008ee0 rtn 
- 00032421  0x00008ee2 copy  0x00000006 , 0x0000003f 
- 00032422  0x00008ee3 store  0x00000002 , 0x00000ab9 
- 00032423  0x00008ee4 rtn 
- 00032424  0x00008ee9 copy  0x00000005 , 0x0000003f 
- 00032425  0x00008eea store  0x00000002 , 0x00000a97 
- 00032426  0x00008eeb copy  0x00000006 , 0x0000003f 
- 00032427  0x00008eec store  0x00000002 , 0x00000a95 
- 00032428  0x00008eed rtn 
- 00032429  0x00008eef fetch  0x00000002 , 0x00000a97 
- 00032430  0x00008ef0 copy  0x0000003f , 0x00000005 
- 00032431  0x00008ef1 fetch  0x00000002 , 0x00000a95 
- 00032432  0x00008ef2 copy  0x0000003f , 0x00000006 
- 00032433  0x00008ef3 rtn 
- 00032434  0x00008ef6 call  0x00007ebd 
- 00032435  0x00008ef8 call  0x00007ebd 
- 00032436  0x00008ef9 branch  0x00007ebd 
- 00032437  0x00008efb call  0x00007eb9 
- 00032438  0x00008efd ifetch  0x00000004 , 0x00000006 
- 00032439  0x00008efe istore  0x00000004 , 0x00000005 
- 00032440  0x00008eff rtn 
- 00032441  0x00008f01 ifetch  0x00000008 , 0x00000006 
- 00032442  0x00008f02 istore  0x00000008 , 0x00000005 
- 00032443  0x00008f03 rtn 
- 00032444  0x00008f06 call  0x00007ebf 
- 00032445  0x00008f08 call  0x00007eb9 
- 00032446  0x00008f0a call  0x00007eb9 
- 00032447  0x00008f0c call  0x00007eb9 
- 00032448  0x00008f0d branch  0x00007eb9 
- 00032449  0x00008f12 arg  0x0000000a , 0x00000039 
- 00032450  0x00008f14 nop  0x00002ee0 
- 00032451  0x00008f15 loop  0x00007ec2 
- 00032452  0x00008f16 rtn 
- 00032453  0x00008f19 force  0x00000003 , 0x00000039 
- 00032454  0x00008f1b force  0x00000000 , 0x0000003f 
- 00032455  0x00008f1d istore  0x00000008 , 0x00000005 
- 00032456  0x00008f1e loop  0x00007ec7 
- 00032457  0x00008f1f rtn 
- 00032458  0x00008f22 force  0x00000000 , 0x0000003f 
- 00032459  0x00008f23 istore  0x00000008 , 0x00000005 
- 00032460  0x00008f24 rtn 
- 00032461  0x00008f26 force  0x00000000 , 0x0000003f 
- 00032462  0x00008f27 istore  0x00000004 , 0x00000005 
- 00032463  0x00008f28 rtn 
- 00032464  0x00008f2b force  0x00000004 , 0x00000039 
- 00032465  0x00008f2c branch  0x00007ec6 
- 00032466  0x00008f2e force  0x00000008 , 0x00000039 
- 00032467  0x00008f2f branch  0x00007ec6 
- 00032468  0x00008f32 deposit  0x00000039 
- 00032469  0x00008f33 rtn  0x00000034 
- 00032470  0x00008f34 setarg  0x00000000 
- 00032471  0x00008f36 istore  0x00000001 , 0x00000005 
- 00032472  0x00008f37 loop  0x00007ed7 
- 00032473  0x00008f38 rtn 
- 00032474  0x00008f3c arg  0x00000020 , 0x00000039 
- 00032475  0x00008f3d arg  0x00000ac2 , 0x00000005 
- 00032476  0x00008f3e branch  0x00007ed4 
- 00032477  0x00008f41 ifetch  0x00000004 , 0x00000013 
- 00032478  0x00008f42 ifetcht  0x00000004 , 0x00000011 
- 00032479  0x00008f43 ixor  0x00000002 , 0x0000003f 
- 00032480  0x00008f44 istore  0x00000004 , 0x00000005 
- 00032481  0x00008f45 increase  0x00000004 , 0x00000011 
- 00032482  0x00008f46 increase  0x00000004 , 0x00000013 
- 00032483  0x00008f47 loop  0x00007edd 
- 00032484  0x00008f48 rtn 
- 00032485  0x00008f4d bpatchx  0x000000fb , 0x0000403f 
- 00032486  0x00008f4e copy  0x00000039 , 0x0000003f 
- 00032487  0x00008f4f sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00032488  0x00008f50 rtn  0x00000002 
- 00032489  0x00008f51 iadd  0x00000011 , 0x00000012 
- 00032490  0x00008f52 increase  0xffffffff , 0x00000012 
- 00032491  0x00008f53 rshift  0x00000039 , 0x00000039 
- 00032492  0x00008f55 ifetcht  0x00000001 , 0x00000011 
- 00032493  0x00008f56 ifetch  0x00000001 , 0x00000012 
- 00032494  0x00008f57 istore  0x00000001 , 0x00000011 
- 00032495  0x00008f58 istoret  0x00000001 , 0x00000012 
- 00032496  0x00008f59 increase  0xffffffff , 0x00000012 
- 00032497  0x00008f5a increase  0x00000001 , 0x00000011 
- 00032498  0x00008f5b loop  0x00007eec 
- 00032499  0x00008f5c rtn 
- 00032500  0x00008f60 deposit  0x00000039 
- 00032501  0x00008f61 rtn  0x00000034 
- 00032502  0x00008f63 increase  0xfffffff8 , 0x00000039 
- 00032503  0x00008f64 call  0x00007eb9 , 0x00000002 
- 00032504  0x00008f65 rtn  0x00000005 
- 00032505  0x00008f66 branch  0x00007ef6 , 0x00000002 
- 00032506  0x00008f67 increase  0x00000008 , 0x00000039 
- 00032507  0x00008f69 increase  0xfffffffc , 0x00000039 
- 00032508  0x00008f6a call  0x00007eb6 , 0x00000002 
- 00032509  0x00008f6b rtn  0x00000005 
- 00032510  0x00008f6c branch  0x00007efb , 0x00000002 
- 00032511  0x00008f6d increase  0x00000004 , 0x00000039 
- 00032512  0x00008f6e branch  0x00007f01 
- 00032513  0x00008f71 deposit  0x00000039 
- 00032514  0x00008f72 rtn  0x00000034 
- 00032515  0x00008f74 ifetch  0x00000001 , 0x00000006 
- 00032516  0x00008f75 istore  0x00000001 , 0x00000005 
- 00032517  0x00008f76 loop  0x00007f03 
- 00032518  0x00008f77 rtn 
- 00032519  0x00008f7a setarg  0x00000000 
- 00032520  0x00008f7c rshift  0x00000022 , 0x00000002 
- 00032521  0x00008f7d storet  0x00000004 , 0x00004094 
- 00032522  0x00008f7e arg  0x0000419d , 0x00000005 
- 00032523  0x00008f7f iforce  0x00000002 
- 00032524  0x00008f80 lshift  0x00000007 , 0x0000003f 
- 00032525  0x00008f81 iadd  0x00000005 , 0x00000005 
- 00032526  0x00008f82 istoret  0x00000002 , 0x00000005 
- 00032527  0x00008f83 bpatchx  0x000000fc , 0x0000403f 
- 00032528  0x00008f84 rtn 
- 00032529  0x00008f87 arg  0x00000800 , 0x0000000b 
- 00032530  0x00008f88 lshift16  0x0000000b , 0x0000000b 
- 00032531  0x00008f89 iadd  0x0000000b , 0x0000003f 
- 00032532  0x00008f8a rtn 
- 00032533  0x00008f8e arg  0x00000000 , 0x00000007 
- 00032534  0x00008f90 bpatchx  0x000000fd , 0x0000403f 
- 00032535  0x00008f91 fetcht  0x00000004 , 0x00004094 
- 00032536  0x00008f92 rshift  0x00000022 , 0x0000003f 
- 00032537  0x00008f93 store  0x00000004 , 0x00004094 
- 00032538  0x00008f94 isub  0x00000002 , 0x0000003e 
- 00032539  0x00008f95 ncall  0x00007f11 , 0x00000002 
- 00032540  0x00008f96 isub  0x00000002 , 0x0000000b 
- 00032541  0x00008f97 copy  0x0000000b , 0x00000002 
- 00032542  0x00008f98 arg  0x0000419d , 0x00000006 
- 00032543  0x00008f99 copy  0x00000006 , 0x00000005 
- 00032544  0x00008f9a arg  0x00000010 , 0x00000039 
- 00032545  0x00008f9c ifetch  0x00000002 , 0x00000006 
- 00032546  0x00008f9d isub  0x00000002 , 0x0000003f 
- 00032547  0x00008f9e branch  0x00007f25 , 0x00000002 
- 00032548  0x00008f9f force  0x00000000 , 0x0000003f 
- 00032549  0x00008fa1 istore  0x00000002 , 0x00000005 
- 00032550  0x00008fa2 loop  0x00007f21 
- 00032551  0x00008fa3 arg  0x0000419d , 0x00000006 
- 00032552  0x00008fa4 lshift  0x00000007 , 0x0000003f 
- 00032553  0x00008fa5 iadd  0x00000006 , 0x00000006 
- 00032554  0x00008fa6 ifetch  0x00000002 , 0x00000006 
- 00032555  0x00008fa7 rtn 
- 00032556  0x00008fad iadd  0x00000002 , 0x00000002 
- 00032557  0x00008fae copy  0x00000002 , 0x00000039 
- 00032558  0x00008faf setarg  0x00000ea6 
- 00032559  0x00008fb0 isub  0x00000039 , 0x0000003f 
- 00032560  0x00008fb1 rtn  0x00000002 
- 00032561  0x00008fb2 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032562  0x00008fb3 rshift16  0x00000002 , 0x00000002 
- 00032563  0x00008fb4 increase  0x00000001 , 0x00000002 
- 00032564  0x00008fb5 lshift16  0x00000002 , 0x00000002 
- 00032565  0x00008fb6 ior  0x00000002 , 0x00000002 
- 00032566  0x00008fb7 rtn 
- 00032567  0x00008fba call  0x00007f39 
- 00032568  0x00008fbb branch  0x00007f43 
- 00032569  0x00008fbf disable  0x00000028 
- 00032570  0x00008fc0 isub  0x00000002 , 0x0000003f 
- 00032571  0x00008fc1 branch  0x00007f3e , 0x00000002 
- 00032572  0x00008fc2 enable  0x00000028 
- 00032573  0x00008fc3 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032574  0x00008fc5 rtnbit0  0x0000000f 
- 00032575  0x00008fc6 arg  0xffff0ea6 , 0x00000002 
- 00032576  0x00008fc7 iadd  0x00000002 , 0x0000003f 
- 00032577  0x00008fc8 set0  0x00000040 , 0x0000003f 
- 00032578  0x00008fc9 rtn 
- 00032579  0x00008fcc iforce  0x00000006 
- 00032580  0x00008fcd rshift16  0x0000003f , 0x0000003f 
- 00032581  0x00008fce arg  0x00000ea6 , 0x00000002 
- 00032582  0x00008fcf imul32  0x00000002 , 0x0000003f 
- 00032583  0x00008fd0 iadd  0x00000006 , 0x0000003f 
- 00032584  0x00008fd1 rtn 
- 00032585  0x00008fd5 lshift8  0x0000003f , 0x0000003f 
- 00032586  0x00008fd6 lshift4  0x0000003f , 0x0000003f 
- 00032587  0x00008fd7 fetcht  0x00000003 , 0x0000416f 
- 00032588  0x00008fd8 idiv  0x00000002 
- 00032589  0x00008fd9 call  0x00007f86 
- 00032590  0x00008fda quotient  0x00000002 
- 00032591  0x00008fdb rtn 
- 00032592  0x00008fdf arg  0x00000ea6 , 0x00000002 
- 00032593  0x00008fe0 idiv  0x00000002 
- 00032594  0x00008fe1 call  0x00007f86 
- 00032595  0x00008fe2 quotient  0x0000003f 
- 00032596  0x00008fe3 lshift16  0x0000003f , 0x0000003f 
- 00032597  0x00008fe4 remainder  0x00000002 
- 00032598  0x00008fe5 ior  0x00000002 , 0x00000002 
- 00032599  0x00008fe6 rtn 
- 00032600  0x00008fee arg  0x00000000 , 0x00000002 
- 00032601  0x00008ff0 copy  0x00000002 , 0x00000013 
- 00032602  0x00008ff1 ifetch  0x00000001 , 0x00000003 
- 00032603  0x00008ff2 call  0x00007f64 
- 00032604  0x00008ff3 copy  0x00000013 , 0x00000002 
- 00032605  0x00008ff4 call  0x00007f95 
- 00032606  0x00008ff5 arg  0x0000000a , 0x00000012 
- 00032607  0x00008ff6 imul32  0x00000012 , 0x0000003f 
- 00032608  0x00008ff7 iadd  0x00000002 , 0x0000003f 
- 00032609  0x00008ff8 copy  0x0000003f , 0x00000002 
- 00032610  0x00008ff9 loop  0x00007f59 
- 00032611  0x00008ffa rtn 
- 00032612  0x00008fff arg  0x0000003a , 0x00000002 
- 00032613  0x00009000 isub  0x00000002 , 0x0000003e 
- 00032614  0x00009001 nbranch  0x00007f6d , 0x00000002 
- 00032615  0x00009002 arg  0x00000061 , 0x00000002 
- 00032616  0x00009003 isub  0x00000002 , 0x0000003e 
- 00032617  0x00009004 branch  0x00007f70 , 0x00000002 
- 00032618  0x00009005 arg  0x00000037 , 0x00000002 
- 00032619  0x00009006 isub  0x00000002 , 0x0000003f 
- 00032620  0x00009007 rtn 
- 00032621  0x00009009 arg  0x00000030 , 0x00000002 
- 00032622  0x0000900a isub  0x00000002 , 0x0000003f 
- 00032623  0x0000900b rtn 
- 00032624  0x0000900d arg  0x00000057 , 0x00000002 
- 00032625  0x0000900e isub  0x00000002 , 0x0000003f 
- 00032626  0x0000900f rtn 
- 00032627  0x00009012 copy  0x00000002 , 0x00000030 
- 00032628  0x00009013 setarg  0x000001ff 
- 00032629  0x00009014 force  0x00000000 , 0x00000012 
- 00032630  0x00009016 rshift3  0x0000003f , 0x00000011 
- 00032631  0x00009017 rshift  0x00000011 , 0x00000011 
- 00032632  0x00009018 ixor  0x00000011 , 0x00000011 
- 00032633  0x00009019 isolate1  0x00000000 , 0x00000011 
- 00032634  0x0000901a setflag  0x00000001 , 0x00000009 , 0x0000003f 
- 00032635  0x0000901b rshift  0x00000002 , 0x00000002 
- 00032636  0x0000901c isolate1  0x00000000 , 0x0000003f 
- 00032637  0x0000901d setflag  0x00000001 , 0x00000007 , 0x00000002 
- 00032638  0x0000901e rshift  0x0000003f , 0x0000003f 
- 00032639  0x0000901f increase  0x00000001 , 0x00000012 
- 00032640  0x00009020 compare  0x00000000 , 0x00000012 , 0x00000007 
- 00032641  0x00009021 nbranch  0x00007f76 , 0x00000001 
- 00032642  0x00009022 istoret  0x00000001 , 0x00000005 
- 00032643  0x00009023 loop  0x00007f76 
- 00032644  0x00009024 copy  0x00000030 , 0x00000002 
- 00032645  0x00009025 rtn 
- 00032646  0x00009029 rtn  0x00000035 
- 00032647  0x0000902a branch  0x00007f86 
- 00032648  0x00009036 ifetch  0x00000001 , 0x00000011 
- 00032649  0x00009037 ifetcht  0x00000001 , 0x00000012 
- 00032650  0x00009038 isub  0x00000002 , 0x0000003e 
- 00032651  0x00009039 nrtn  0x00000005 
- 00032652  0x0000903a increase  0x00000001 , 0x00000011 
- 00032653  0x0000903b increase  0x00000001 , 0x00000012 
- 00032654  0x0000903c loop  0x00007f88 
- 00032655  0x0000903d force  0x00000000 , 0x0000003e 
- 00032656  0x0000903e rtn 
- 00032657  0x00009042 isub  0x00000002 , 0x0000003e 
- 00032658  0x00009043 nrtn  0x00000002 
- 00032659  0x00009044 deposit  0x00000002 
- 00032660  0x00009045 rtn 
- 00032661  0x00009048 iadd  0x00000002 , 0x0000003f 
- 00032662  0x00009049 isub  0x00000002 , 0x00000002 
- 00032663  0x0000904a isub  0x00000002 , 0x0000003f 
- 00032664  0x0000904b rtn 
- 00032665  0x0000904e arg  0x00000200 , 0x00000039 
- 00032666  0x0000904f arg  0x00004000 , 0x00000005 
- 00032667  0x00009050 branch  0x00007ec6 
- 00032668  0x00009054 rtn  0x00000034 
- 00032669  0x00009055 copy  0x0000003f , 0x0000003d 
- 00032670  0x00009059 hfetch  0x00000002 , 0x0000810e 
- 00032671  0x0000905a nbranch  0x00007f9e , 0x00000034 
- 00032672  0x0000905b rtn 
- 00032673  0x0000905e jam  0x00000001 , 0x00008203 
- 00032674  0x0000905f rtn 
- 00032675  0x00009062 hstore  0x00000002 , 0x00008205 
- 00032676  0x00009063 hfetch  0x00000001 , 0x00008203 
- 00032677  0x00009064 set1  0x00000004 , 0x0000003f 
- 00032678  0x00009065 hstore  0x00000001 , 0x00008203 
- 00032679  0x00009066 rtn 
- 00032680  0x00009068 hstore  0x00000002 , 0x00008207 
- 00032681  0x00009069 hfetch  0x00000001 , 0x00008203 
- 00032682  0x0000906a set1  0x00000006 , 0x0000003f 
- 00032683  0x0000906b hstore  0x00000001 , 0x00008203 
- 00032684  0x0000906c rtn 
- 00032685  0x0000906f hstore  0x00000002 , 0x00008205 
- 00032686  0x00009070 jam  0x00000030 , 0x00008203 
- 00032687  0x00009071 rtn 
- 00032688  0x00009076 hfetch  0x00000001 , 0x00008043 
- 00032689  0x00009077 set0  0x00000004 , 0x0000003f 
- 00032690  0x00009078 hstore  0x00000001 , 0x00008043 
- 00032691  0x00009079 rtn 
- 00032692  0x0000907c hfetch  0x00000002 , 0x0000810e 
- 00032693  0x0000907d arg  0x00000200 , 0x00000002 
- 00032694  0x0000907f isub  0x00000002 , 0x0000003e 
- 00032695  0x00009080 rtn 
- 00032696  0x00009087 bpatchx  0x000000fe , 0x0000403f 
- 00032697  0x00009088 ifetcht  0x00000008 , 0x00000011 
- 00032698  0x00009089 and  0x00000002 , 0x000000ff , 0x0000003f 
- 00032699  0x0000908a nbranch  0x00007fbe , 0x00000034 
- 00032700  0x0000908b rshift8  0x00000002 , 0x0000003f 
- 00032701  0x0000908c istore  0x00000008 , 0x00000011 
- 00032702  0x0000908e increase  0x00000007 , 0x00000011 
- 00032703  0x0000908f ifetch  0x00000001 , 0x00000011 
- 00032704  0x00009090 nbranch  0x00002a8c , 0x00000034 
- 00032705  0x00009091 fetch  0x00000001 , 0x00000a99 
- 00032706  0x00009092 istore  0x00000001 , 0x00000011 
- 00032707  0x00009093 rtn 
- 00032708  0x00009099 bpatchx  0x000000ff , 0x0000403f 
- 00032709  0x0000909a arg  0x00000008 , 0x00000039 
- 00032710  0x0000909b ifetch  0x00000008 , 0x00000011 
- 00032711  0x0000909c rtn  0x00000034 
- 00032712  0x0000909e ifetch  0x00000001 , 0x00000011 
- 00032713  0x0000909f nbranch  0x00007fcd , 0x00000034 
- 00032714  0x000090a0 increase  0x00000001 , 0x00000011 
- 00032715  0x000090a1 loop  0x00007fc8 
- 00032716  0x000090a2 branch  0x00002a8c 
- 00032717  0x000090a4 arg  0x00000000 , 0x00000002 
- 00032718  0x000090a5 istoret  0x00000001 , 0x00000011 
- 00032719  0x000090a6 rtn 
- 00032720  0x000090ac ifetch  0x00000008 , 0x00000011 
- 00032721  0x000090ad rtn 
- 00032722  0x000090b3 ifetch  0x00000001 , 0x00000011 
- 00032723  0x000090b4 rtn 
- 00032724  0x000090b8 ifetch  0x00000002 , 0x00000011 
- 00032725  0x000090b9 rtn 
- 00032726  0x000090be arg  0x00000000 , 0x00000002 
- 00032727  0x000090c0 fetch  0x00000001 , 0x00000006 
- 00032728  0x000090c1 loop  0x00007fd7 , 0x00000034 
- 00032729  0x000090c2 increase  0x00000001 , 0x00000002 
- 00032730  0x000090c3 loop  0x00007fd7 
- 00032731  0x000090c4 copy  0x00000002 , 0x0000003f 
- 00032732  0x000090c5 rtn 
- 00032733  0x000090c8 isub  0x00000002 , 0x0000003e 
- 00032734  0x000090c9 nrtn  0x00000002 
- 00032735  0x000090ca copy  0x00000002 , 0x0000003f 
- 00032736  0x000090cb rtn 
- 00032737  0x000090cf force  0xffffffff , 0x0000003e 
- 00032738  0x000090d0 rtn 
- 00032739  0x000090d3 force  0x00000001 , 0x0000003e 
- 00032740  0x000090d4 rtn 
- 00032741  0x000090d6 force  0x00000000 , 0x0000003e 
- 00032742  0x000090d7 rtn 
- 00032743  0x000090da enable  0x00000028 
- 00032744  0x000090db rtn 
- 00032745  0x000090de disable  0x00000028 
- 00032746  0x000090df rtn 
- 00032747  0x000090e2 enable  0x0000002c 
- 00032748  0x000090e3 rtn 
- 00032749  0x000090e6 disable  0x0000002c 
- 00032750  0x000090e7 rtn 
- 00032751  0x000090ea setarg  0x00000001 
- 00032752  0x000090eb rtn 
- 00032753  0x000090ee setarg  0x00000000 
- 00032754  0x000090ef rtn 
- 00032755  0x000090f3 copy  0x00000039 , 0x0000003f 
- 00032756  0x000090f4 rtn  0x00000034 
- 00032757  0x000090f5 copy  0x00000006 , 0x0000003f 
- 00032758  0x000090f6 iadd  0x00000039 , 0x0000003f 
- 00032759  0x000090f7 increase  0xffffffff , 0x0000003f 
- 00032760  0x000090f8 copy  0x0000003f , 0x00000006 
- 00032761  0x000090fa ifetch  0x00000001 , 0x00000006 
- 00032762  0x000090fb increase  0xfffffffe , 0x00000006 
- 00032763  0x000090fc istore  0x00000001 , 0x00000005 
- 00032764  0x000090fd loop  0x00007ff9 
- 00032765  0x000090fe rtn 
- 00065537  0x00009104 beq  0x00000000 , 0x00010003 
- 00065538  0x00009105 rtn 
- 00065539  0x00009108 fetch  0x00000001 , 0x0000000e 
- 00065540  0x00009109 increase  0x00000001 , 0x0000003f 
- 00065541  0x0000910a store  0x00000001 , 0x0000000e 
- 00065542  0x0000910b call  0x00002435 
- 00065543  0x0000910d set1  0x0000002c , 0x00000000 
- 00065544  0x0000910e call  0x000022f2 
- 00065545  0x0000910f branch  0x0001000e , 0x00000018 
- 00065546  0x00009110 set0  0x0000002c , 0x00000000 
- 00065547  0x00009111 call  0x00002455 
- 00065548  0x00009112 nbranch  0x00010007 , 0x00000034 
- 00065549  0x00009113 branch  0x000020fc 
- 00065550  0x00009115 set0  0x0000002c , 0x00000000 
- 00065551  0x00009116 branch  0x0000215f 
- 00131073  0x0000911e beq  0x00000010 , 0x00020004 
- 00131074  0x0000911f beq  0x00000011 , 0x0002001a 
- 00131075  0x00009120 rtn 
- 00131076  0x00009123 jam  0x00000000 , 0x0000480b 
- 00131077  0x00009124 jam  0x0000000e , 0x000041e3 
- 00131078  0x00009125 call  0x000041e7 
- 00131079  0x00009126 fetch  0x00000002 , 0x00004208 
- 00131080  0x00009127 bbit1  0x00000007 , 0x0002000e 
- 00131081  0x00009128 bbit1  0x00000000 , 0x000033a9 
- 00131082  0x00009129 bbit1  0x00000001 , 0x00020011 
- 00131083  0x0000912a bbit1  0x00000002 , 0x00020014 
- 00131084  0x0000912b bbit1  0x00000003 , 0x00020014 
- 00131085  0x0000912c branch  0x000042b0 
- 00131086  0x0000912f call  0x000041c1 
- 00131087  0x00009130 fetch  0x00000002 , 0x00004208 
- 00131088  0x00009132 branch  0x000041f7 
- 00131089  0x00009135 bbit1  0x00000005 , 0x00020014 
- 00131090  0x00009136 bbit1  0x00000003 , 0x00020014 
- 00131091  0x00009137 branch  0x000042b0 
- 00131092  0x00009139 fetch  0x00000002 , 0x00004682 
- 00131093  0x0000913a bbit1  0x0000000c , 0x000042b0 
- 00131094  0x0000913b call  0x000033a9 
- 00131095  0x0000913c call  0x0000052f 
- 00131096  0x0000913d beq  0x00000005 , 0x000004c8 
- 00131097  0x0000913e branch  0x000033a7 
- 00131098  0x00009142 fetch  0x00000002 , 0x00000264 
- 00131099  0x00009143 copy  0x0000003f , 0x00000006 
- 00131100  0x00009144 ifetch  0x00000001 , 0x00000006 
- 00131101  0x00009145 store  0x00000001 , 0x00004b05 
- 00131102  0x00009146 and  0x0000003f , 0x0000000f , 0x00000002 
- 00131103  0x00009147 rshift4  0x0000003f , 0x0000003f 
- 00131104  0x00009148 beq  0x00000007 , 0x00020023 
- 00131105  0x00009149 beq  0x00000001 , 0x0002002a 
- 00131106  0x0000914a branch  0x00004d39 
- 00131107  0x0000914c call  0x00004d53 
- 00131108  0x0000914d jam  0x00000000 , 0x00004b06 
- 00131109  0x0000914e fetch  0x00000001 , 0x00004b05 
- 00131110  0x0000914f isolate1  0x00000000 , 0x0000003f 
- 00131111  0x00009150 rtn  0x00000001 
- 00131112  0x00009151 jam  0x00000001 , 0x00004b06 
- 00131113  0x00009152 rtn 
- 00131114  0x00009155 copy  0x00000002 , 0x0000003f 
- 00131115  0x00009156 beq  0x00000005 , 0x0000044c 
- 00131116  0x00009157 branch  0x00004d41 
- 00196609  0x0000915c beq  0x00000020 , 0x00030014 
- 00196610  0x0000915d beq  0x00000021 , 0x00030021 
- 00196611  0x0000915e beq  0x00000022 , 0x00030005 
- 00196612  0x0000915f rtn 
- 00196613  0x00009162 jam  0x00000001 , 0x00004b70 
- 00196614  0x00009163 jam  0x00000001 , 0x000047a1 
- 00196615  0x00009164 fetch  0x00000002 , 0x000046a8 
- 00196616  0x00009165 fetcht  0x00000001 , 0x00004b6b 
- 00196617  0x00009166 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00196618  0x00009167 nbranch  0x0003000c , 0x00000005 
- 00196619  0x00009168 setarg  0x00000258 
- 00196620  0x0000916a store  0x00000002 , 0x000046ae 
- 00196621  0x0000916b call  0x00003418 
- 00196622  0x0000916c call  0x000002c6 
- 00196623  0x0000916d setarg  0x00000004 
- 00196624  0x0000916e istore  0x00000001 , 0x00000006 
- 00196625  0x00009170 arg  0x00004390 , 0x00000006 
- 00196626  0x00009171 call  0x00000586 
- 00196627  0x00009173 branch  0x00007df4 
- 00196628  0x00009176 fetch  0x00000001 , 0x00000048 
- 00196629  0x00009177 beq  0x00000084 , 0x00030018 
- 00196630  0x00009178 beq  0x00000083 , 0x0003001b 
- 00196631  0x00009179 branch  0x0000603f 
- 00196632  0x0000917b call  0x0003001e 
- 00196633  0x0000917c fetch  0x00000001 , 0x00000048 
- 00196634  0x0000917d branch  0x00006099 
- 00196635  0x0000917f call  0x0003001e 
- 00196636  0x00009180 fetch  0x00000001 , 0x00000048 
- 00196637  0x00009181 branch  0x0000610d 
- 00196638  0x00009183 fetch  0x00000001 , 0x0000465a 
- 00196639  0x00009184 branch  0x0000612b , 0x00000034 
- 00196640  0x00009185 branch  0x00006124 
- 00196641  0x00009188 force  0x00000002 , 0x0000003f 
- 00196642  0x00009189 call  0x00006298 
- 00196643  0x0000918a fetch  0x00000001 , 0x00000049 
- 00196644  0x0000918b istore  0x00000001 , 0x00000005 
- 00196645  0x0000918c store  0x00000001 , 0x00004aff 
- 00196646  0x0000918d call  0x000062a7 
- 00196647  0x0000918e fetch  0x00000001 , 0x00004aff 
- 00196648  0x0000918f beq  0x0000002e , 0x0003002a 
- 00196649  0x00009190 branch  0x00006051 
- 00196650  0x00009193 fetch  0x00000001 , 0x00004b02 
- 00196651  0x00009194 rtn  0x00000034 
- 00196652  0x00009195 jam  0x00000000 , 0x00004b02 
- 00196653  0x00009196 fetch  0x00000001 , 0x00004b04 
- 00196654  0x00009197 rtnne  0x00000002 
- 00196655  0x00009198 jam  0x00000001 , 0x00004b03 
- 00196656  0x00009199 copy  0x00000022 , 0x0000003f 
- 00196657  0x0000919a store  0x00000004 , 0x000004e9 
- 00196658  0x0000919b rtn 
- 00262145  0x000091a1 beq  0x00000030 , 0x00040003 
- 00262146  0x000091a2 rtn 
- 00262147  0x000091a5 call  0x000062bc 
- 00262148  0x000091a6 nrtn  0x00000034 
- 00262149  0x000091a8 fetch  0x00000001 , 0x00000055 
- 00262150  0x000091a9 rtn  0x00000034 
- 00262151  0x000091aa beq  0x00000004 , 0x00040025 
- 00262152  0x000091ab beq  0x00000010 , 0x0004000a 
- 00262153  0x000091ac branch  0x00006320 
- 00262154  0x000091b0 fetch  0x00000001 , 0x0000455b 
- 00262155  0x000091b1 rtneq  0x00000000 
- 00262156  0x000091b2 beq  0x00000001 , 0x0004000e 
- 00262157  0x000091b3 branch  0x0000635f 
- 00262158  0x000091b5 rtn  0x00000029 
- 00262159  0x000091b8 fetch  0x00000001 , 0x0000016d 
- 00262160  0x000091b9 bbit1  0x00000000 , 0x00040012 
- 00262161  0x000091ba branch  0x00006399 
- 00262162  0x000091bc fetch  0x00000001 , 0x00004b04 
- 00262163  0x000091bd beq  0x00000001 , 0x0000639d 
- 00262164  0x000091bf fetch  0x00000001 , 0x000041bd 
- 00262165  0x000091c0 branch  0x000063a9 , 0x00000034 
- 00262166  0x000091c1 fetch  0x00000001 , 0x000004d1 
- 00262167  0x000091c2 rtnbit0  0x00000003 
- 00262168  0x000091c3 rtnbit0  0x00000002 
- 00262169  0x000091c4 fetch  0x00000001 , 0x00004b03 
- 00262170  0x000091c5 rtn  0x00000034 
- 00262171  0x000091c6 jam  0x00000000 , 0x00004b03 
- 00262172  0x000091c7 fetch  0x00000004 , 0x000004e9 
- 00262173  0x000091c8 arg  0x00000014 , 0x00000002 
- 00262174  0x000091c9 iadd  0x00000002 , 0x00000002 
- 00262175  0x000091ca copy  0x00000022 , 0x0000003f 
- 00262176  0x000091cb isub  0x00000002 , 0x0000003e 
- 00262177  0x000091cc nbranch  0x00040023 , 0x00000002 
- 00262178  0x000091cd branch  0x00006349 
- 00262179  0x000091d0 jam  0x00000001 , 0x00004b03 
- 00262180  0x000091d1 rtn 
- 00262181  0x000091d4 jam  0x00000014 , 0x0000480c 
- 00262182  0x000091d5 branch  0x0000636f 
- 00327681  0x000091de beq  0x00000040 , 0x00050006 
- 00327682  0x000091df beq  0x00000041 , 0x00050018 
- 00327683  0x000091e0 beq  0x00000042 , 0x00050025 
- 00327684  0x000091e1 beq  0x00000043 , 0x0005002b 
- 00327685  0x000091e2 rtn 
- 00327686  0x000091e5 call  0x0005000e 
- 00327687  0x000091e6 branch  0x0000557d 
- 00327688  0x000091e8 fetch  0x00000001 , 0x000047c8 
- 00327689  0x000091e9 store  0x00000001 , 0x00004172 
- 00327690  0x000091eb jam  0x00000000 , 0x000047c7 
- 00327691  0x000091ec rtn 
- 00327692  0x000091ee jam  0x00000001 , 0x000047c7 
- 00327693  0x000091ef rtn 
- 00327694  0x000091f1 fetch  0x00000001 , 0x000043d6 
- 00327695  0x000091f2 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00327696  0x000091f3 nbranch  0x0005000c , 0x00000002 
- 00327697  0x000091f4 fetch  0x00000001 , 0x000043d8 
- 00327698  0x000091f5 fetcht  0x00000001 , 0x000047c8 
- 00327699  0x000091f6 isub  0x00000002 , 0x0000003e 
- 00327700  0x000091f7 branch  0x00050008 , 0x00000002 
- 00327701  0x000091f8 fetch  0x00000001 , 0x000043d8 
- 00327702  0x000091f9 store  0x00000001 , 0x00004172 
- 00327703  0x000091fa branch  0x0005000a 
- 00327704  0x000091fd fetch  0x00000001 , 0x0000043f 
- 00327705  0x000091fe rtnbit0  0x00000006 
- 00327706  0x000091ff call  0x0005001d 
- 00327707  0x00009200 nrtn  0x00000028 
- 00327708  0x00009201 branch  0x000055a0 
- 00327709  0x00009203 enable  0x00000028 
- 00327710  0x00009204 fetch  0x00000001 , 0x0000045a 
- 00327711  0x00009205 rshift4  0x0000003f , 0x0000003f 
- 00327712  0x00009206 rtnne  0x0000000f 
- 00327713  0x00009207 fetch  0x00000001 , 0x00000460 
- 00327714  0x00009208 rshift4  0x0000003f , 0x0000003f 
- 00327715  0x00009209 rtnne  0x00000000 
- 00327716  0x0000920a branch  0x00007fe9 
- 00327717  0x0000920d fetch  0x00000001 , 0x000047a1 
- 00327718  0x0000920e nrtn  0x00000034 
- 00327719  0x0000920f fetch  0x00000001 , 0x00000478 
- 00327720  0x00009210 sub  0x0000003f , 0x0000001a , 0x0000003f 
- 00327721  0x00009211 nrtn  0x00000005 
- 00327722  0x00009212 branch  0x00003d60 
- 00327723  0x00009215 call  0x000033af 
- 00327724  0x00009216 call  0x000026e9 
- 00327725  0x00009217 jam  0x00000002 , 0x00000a99 
- 00327726  0x00009218 call  0x00007d86 
- 00327727  0x00009219 call  0x00005cf7 
- 00327728  0x0000921a call  0x00004d6b 
- 00327729  0x0000921b branch  0x0000246e 
- 00393217  0x00009221 beq  0x00000050 , 0x00060003 
- 00393218  0x00009222 rtn 
- 00393219  0x00009226 jam  0x00000000 , 0x00004b70 
- 00393220  0x00009227 call  0x000002be 
- 00393221  0x00009228 jam  0x00000001 , 0x00004720 
- 00393222  0x00009229 jam  0x00000000 , 0x0000479e 
- 00393223  0x0000922a fetch  0x00000002 , 0x00004682 
- 00393224  0x0000922b bbit1  0x0000000b , 0x00060013 
- 00393225  0x0000922c fetch  0x00000004 , 0x000046d3 
- 00393226  0x0000922d bbit0  0x00000018 , 0x00060013 
- 00393227  0x0000922e call  0x0000057a 
- 00393228  0x0000922f fetcht  0x00000002 , 0x000047c4 
- 00393229  0x00009230 increase  0x00000001 , 0x00000002 
- 00393230  0x00009231 storet  0x00000002 , 0x000047c4 
- 00393231  0x00009232 storet  0x00000002 , 0x000044a1 
- 00393232  0x00009233 call  0x00000351 
- 00393233  0x00009234 random  0x0000003f 
- 00393234  0x00009235 store  0x00000001 , 0x000044a0 
- 00393235  0x00009237 fetch  0x00000003 , 0x00004b6c 
- 00393236  0x00009238 store  0x00000003 , 0x000044a3 
- 00393237  0x00009239 call  0x000002cd 
- 00393238  0x0000923a call  0x00003418 
- 00393239  0x0000923b fetch  0x00000002 , 0x00004687 
- 00393240  0x0000923c store  0x00000002 , 0x000046ac 
- 00393241  0x0000923d jam  0x00000006 , 0x0000016d 
- 00393242  0x0000923e setarg  0x00000000 
- 00393243  0x0000923f store  0x00000002 , 0x000046b0 
- 00393244  0x00009240 store  0x00000002 , 0x000046ae 
- 00393245  0x00009241 arg  0x00000007 , 0x00000007 
- 00393246  0x00009242 call  0x000043ce 
- 00393247  0x00009243 call  0x000043ca 
- 00393248  0x00009244 fetch  0x00000001 , 0x00004092 
- 00393249  0x00009245 isolate1  0x00000001 , 0x0000003f 
- 00393250  0x00009246 call  0x00060027 , 0x00000001 
- 00393251  0x00009247 fetch  0x00000001 , 0x00004092 
- 00393252  0x00009248 isolate1  0x00000000 , 0x0000003f 
- 00393253  0x00009249 call  0x00007ddd , 0x00000001 
- 00393254  0x0000924c branch  0x000004ed 
- 00393255  0x0000924f jam  0x00000000 , 0x000047a1 
- 00393256  0x00009250 call  0x000002c6 
- 00393257  0x00009251 setarg  0x00000005 
- 00393258  0x00009252 istore  0x00000001 , 0x00000006 
- 00393259  0x00009253 arg  0x00004b13 , 0x00000006 
- 00393260  0x00009254 call  0x00000586 
- 00393261  0x00009255 branch  0x00007df4 
- 00458753  0x0000925a beq  0x00000060 , 0x00070004 
- 00458754  0x0000925b beq  0x00000061 , 0x00070026 
- 00458755  0x0000925c rtn 
- 00458756  0x0000925f set0  0x00000026 , 0x00000000 
- 00458757  0x00009260 call  0x000001c1 
- 00458758  0x00009261 call  0x00000131 
- 00458759  0x00009262 fetch  0x00000001 , 0x00004c47 
- 00458760  0x00009263 rtnne  0x000000ff 
- 00458761  0x00009264 call  0x00070018 
- 00458762  0x00009266 setarg  0x00000000 
- 00458763  0x00009267 store  0x00000002 , 0x00004c64 
- 00458764  0x0000926a nop  0x000007d0 
- 00458765  0x0000926b fetch  0x00000001 , 0x00004c64 
- 00458766  0x0000926c beq  0x000000ff , 0x00002dd4 
- 00458767  0x0000926d call  0x00000176 
- 00458768  0x0000926e nbranch  0x00070021 , 0x00000018 
- 00458769  0x0000926f nbranch  0x00070021 , 0x0000002f 
- 00458770  0x00009271 set1  0x00000026 , 0x00000000 
- 00458771  0x00009272 setarg  0x00000000 
- 00458772  0x00009273 store  0x00000002 , 0x00004c64 
- 00458773  0x00009274 call  0x00002f20 
- 00458774  0x00009275 call  0x00000173 
- 00458775  0x00009276 branch  0x0000039c 
- 00458776  0x00009279 jam  0x000000ff , 0x0000119e 
- 00458777  0x0000927a fetch  0x00000001 , 0x00004c38 
- 00458778  0x0000927b store  0x00000001 , 0x0000119f 
- 00458779  0x0000927c fetch  0x00000004 , 0x00004c6e 
- 00458780  0x0000927d store  0x00000004 , 0x000011a0 
- 00458781  0x0000927e arg  0x00000006 , 0x00000002 
- 00458782  0x0000927f arg  0x0000119e , 0x00000011 
- 00458783  0x00009280 call  0x000001ae 
- 00458784  0x00009281 branch  0x000001ce 
- 00458785  0x00009284 fetch  0x00000002 , 0x00004c64 
- 00458786  0x00009285 increase  0x00000001 , 0x0000003f 
- 00458787  0x00009286 store  0x00000002 , 0x00004c64 
- 00458788  0x00009287 call  0x00000131 
- 00458789  0x00009288 branch  0x0007000c 
- 00458790  0x0000928c fetch  0x00000004 , 0x000046d3 
- 00458791  0x0000928d rtnbit0  0x00000011 
- 00458792  0x0000928e rtnbit1  0x00000003 
- 00458793  0x0000928f rtnmark1  0x00000026 
- 00458794  0x00009291 arg  0x00000003 , 0x00000007 
- 00458795  0x00009292 call  0x000043ce 
- 00458796  0x00009293 setarg  0x00000000 
- 00458797  0x00009294 store  0x00000002 , 0x000046ae 
- 00458798  0x00009295 store  0x00000001 , 0x000046b4 
- 00458799  0x00009296 store  0x00000002 , 0x00004c64 
- 00458800  0x00009297 call  0x000042ca 
- 00458801  0x00009298 branch  0x00070032 
- 00458802  0x0000929b set1  0x00000026 , 0x00000000 
- 00458803  0x0000929c call  0x00070036 
- 00458804  0x0000929e jam  0x00000001 , 0x00004c47 
- 00458805  0x0000929f rtn 
- 00458806  0x000092a2 jam  0x00000020 , 0x000041de 
- 00458807  0x000092a3 jam  0x00000000 , 0x00004c36 
- 00458808  0x000092a4 jam  0x0000004e , 0x00004c41 
- 00458809  0x000092a5 fetch  0x00000004 , 0x00004c43 
- 00458810  0x000092a6 branch  0x000001c0 
- 00524289  0x000092ab beq  0x00000070 , 0x00080003 
- 00524290  0x000092ac rtn 
- 00524291  0x000092af set0  0x00000026 , 0x00000000 
- 00524292  0x000092b0 call  0x0008002c 
- 00524293  0x000092b1 call  0x00080019 
- 00524294  0x000092b3 jam  0x00000000 , 0x00004c64 
- 00524295  0x000092b6 nop  0x000007d0 
- 00524296  0x000092b7 fetch  0x00000001 , 0x00004c64 
- 00524297  0x000092b8 beq  0x000000ff , 0x00002dd4 
- 00524298  0x000092b9 call  0x00000176 
- 00524299  0x000092ba nbranch  0x00080022 , 0x00000018 
- 00524300  0x000092bb nbranch  0x00080022 , 0x0000002f 
- 00524301  0x000092bc call  0x0000019c 
- 00524302  0x000092bd call  0x000002be 
- 00524303  0x000092be fetch  0x00000004 , 0x00004c5f 
- 00524304  0x000092bf fetcht  0x00000004 , 0x00004c43 
- 00524305  0x000092c0 isub  0x00000002 , 0x0000003e 
- 00524306  0x000092c1 branch  0x00080036 , 0x00000005 
- 00524307  0x000092c2 set1  0x00000026 , 0x00000000 
- 00524308  0x000092c3 setarg  0x00000000 
- 00524309  0x000092c4 store  0x00000002 , 0x00004c64 
- 00524310  0x000092c5 call  0x00002f20 
- 00524311  0x000092c6 call  0x00000173 
- 00524312  0x000092c7 branch  0x0000039c 
- 00524313  0x000092ca jam  0x000000ff , 0x0000119e 
- 00524314  0x000092cb fetch  0x00000001 , 0x00004c38 
- 00524315  0x000092cc store  0x00000001 , 0x0000119f 
- 00524316  0x000092cd fetch  0x00000004 , 0x00004c6e 
- 00524317  0x000092ce store  0x00000004 , 0x000011a0 
- 00524318  0x000092cf arg  0x00000006 , 0x00000002 
- 00524319  0x000092d0 arg  0x0000119e , 0x00000011 
- 00524320  0x000092d1 call  0x000001ae 
- 00524321  0x000092d2 branch  0x000001ce 
- 00524322  0x000092d5 fetch  0x00000001 , 0x00004c64 
- 00524323  0x000092d6 increase  0x00000001 , 0x0000003f 
- 00524324  0x000092d7 store  0x00000001 , 0x00004c64 
- 00524325  0x000092d8 fetch  0x00000001 , 0x00004d75 
- 00524326  0x000092d9 increase  0x00000001 , 0x0000003f 
- 00524327  0x000092da and_into  0x00000001 , 0x0000003f 
- 00524328  0x000092db store  0x00000001 , 0x00004d75 
- 00524329  0x000092dc beq  0x00000000 , 0x00080032 
- 00524330  0x000092dd beq  0x00000001 , 0x00080034 
- 00524331  0x000092de rtn 
- 00524332  0x000092e1 jam  0x00000020 , 0x000041de 
- 00524333  0x000092e2 setarg  0x00000f0f 
- 00524334  0x000092e3 store  0x00000002 , 0x00004c5f 
- 00524335  0x000092e4 istore  0x00000002 , 0x00000005 
- 00524336  0x000092e6 call  0x000001c1 
- 00524337  0x000092e7 branch  0x00000131 
- 00524338  0x000092ea call  0x0008002c 
- 00524339  0x000092eb branch  0x00080007 
- 00524340  0x000092ee call  0x0008003a 
- 00524341  0x000092ef branch  0x00080007 
- 00524342  0x000092f2 set1  0x00000026 , 0x00000000 
- 00524343  0x000092f3 call  0x0008003a 
- 00524344  0x000092f5 jam  0x00000001 , 0x00004c47 
- 00524345  0x000092f6 rtn 
- 00524346  0x000092f9 jam  0x00000020 , 0x000041de 
- 00524347  0x000092fa jam  0x00000000 , 0x00004c36 
- 00524348  0x000092fb jam  0x0000004e , 0x00004c41 
- 00524349  0x000092fc fetch  0x00000004 , 0x00004c43 
- 00524350  0x000092fd branch  0x000001c0 
- 00589825  0x00009306 beq  0x00000080 , 0x00090008 
- 00589826  0x00009307 beq  0x00000081 , 0x00090004 
- 00589827  0x00009309 rtn 
- 00589828  0x00009313 call  0x000068a2 
- 00589829  0x00009316 setarg  0x00001122 
- 00589830  0x00009318 store  0x00000002 , 0x000047c4 
- 00589831  0x00009319 rtn 
- 00589832  0x0000931d call  0x000000ef 
- 00589833  0x00009322 call  0x00003e6e 
- 00589834  0x00009324 fetcht  0x00000001 , 0x00004b47 
- 00589835  0x00009325 call  0x0000680e 
- 00589836  0x00009327 call  0x00003e1e 
- 00589837  0x00009328 call  0x00090025 
- 00589838  0x00009329 setarg  0x00000000 
- 00589839  0x0000932a store  0x00000002 , 0x00004154 
- 00589840  0x0000932c call  0x00000320 
- 00589841  0x0000932e setarg  0x00001802 
- 00589842  0x0000932f store  0x00000002 , 0x000040bd 
- 00589843  0x00009330 call  0x000068a2 
- 00589844  0x00009332 call  0x00005810 
- 00589845  0x00009333 call  0x00005839 
- 00589846  0x00009334 call  0x0000582c 
- 00589847  0x00009335 call  0x00005818 
- 00589848  0x00009336 call  0x00000576 
- 00589849  0x00009337 call  0x00000390 
- 00589850  0x00009338 call  0x0000035b 
- 00589851  0x00009339 fetch  0x00000003 , 0x00004700 
- 00589852  0x0000933a iadd  0x00000012 , 0x0000003f 
- 00589853  0x0000933b call  0x00006562 
- 00589854  0x0000933d call  0x00000342 
- 00589855  0x0000933e fetch  0x00000006 , 0x00004b4e 
- 00589856  0x0000933f fetcht  0x00000006 , 0x00004722 
- 00589857  0x00009340 isub  0x00000002 , 0x0000003e 
- 00589858  0x00009341 nbranch  0x000002cd , 0x00000005 
- 00589859  0x00009342 call  0x000002cf 
- 00589860  0x00009343 rtn 
- 00589861  0x00009347 call  0x000074b9 
- 00589862  0x00009348 arg  0x00008c00 , 0x00000006 
- 00589863  0x00009349 arg  0x00004879 , 0x00000005 
- 00589864  0x0000934a arg  0x00000171 , 0x00000039 
- 00589865  0x0000934b call  0x00007f01 
- 00589866  0x0000934d setarg  0x000f0209 
- 00589867  0x0000934e istore  0x00000003 , 0x00000005 
- 00589868  0x0000934f setarg  0x00120009 
- 00589869  0x00009350 istore  0x00000003 , 0x00000005 
- 00589870  0x00009352 setarg  0x00100209 
- 00589871  0x00009353 istore  0x00000003 , 0x00000005 
- 00589872  0x00009354 setarg  0x00000009 
- 00589873  0x00009355 istore  0x00000003 , 0x00000005 
- 00589874  0x00009356 arg  0x00008d71 , 0x00000006 
- 00589875  0x00009357 arg  0x00000109 , 0x00000039 
- 00589876  0x00009358 call  0x00007f01 
- 00589877  0x0000935a jam  0x00000000 , 0x00004890 
- 00589878  0x0000935b jam  0x0000006d , 0x00004888 
- 00589879  0x0000935c setarg  0x0000401f 
- 00589880  0x0000935d store  0x00000002 , 0x000049de 
- 00589881  0x0000935e setarg  0x00006d04 
- 00589882  0x0000935f store  0x00000002 , 0x00004a47 
- 00589883  0x00009360 setarg  0x000016b0 
- 00589884  0x00009361 store  0x00000002 , 0x00004a4d 
- 00589885  0x00009363 setarg  0x00004879 
- 00589886  0x00009364 store  0x00000002 , 0x00004575 
- 00589887  0x00009365 rtn 
- 00655361  0x0000936c beq  0x00000090 , 0x000a0005 
- 00655362  0x0000936d beq  0x00000091 , 0x000a001f 
- 00655363  0x0000936e beq  0x00000092 , 0x000a002f 
- 00655364  0x0000936f rtn 
- 00655365  0x00009372 fetch  0x00000001 , 0x00004c3c 
- 00655366  0x00009373 beq  0x00000001 , 0x00007fe7 
- 00655367  0x00009374 fetch  0x00000001 , 0x00004c47 
- 00655368  0x00009375 beq  0x00000001 , 0x000a000c 
- 00655369  0x00009376 beq  0x00000002 , 0x000a000f 
- 00655370  0x00009377 beq  0x00000003 , 0x000a0012 
- 00655371  0x00009378 branch  0x00002a8c 
- 00655372  0x0000937b jam  0x00000011 , 0x00004c47 
- 00655373  0x0000937c jam  0x000000aa , 0x0000119e 
- 00655374  0x0000937d branch  0x000a0014 
- 00655375  0x0000937f jam  0x00000012 , 0x00004c47 
- 00655376  0x00009380 jam  0x00000055 , 0x0000119e 
- 00655377  0x00009381 branch  0x000a0014 
- 00655378  0x00009383 jam  0x00000013 , 0x00004c47 
- 00655379  0x00009384 jam  0x00000022 , 0x0000119e 
- 00655380  0x00009386 fetch  0x00000001 , 0x00004c38 
- 00655381  0x00009387 and_into  0x00000007 , 0x0000003f 
- 00655382  0x00009388 store  0x00000001 , 0x0000119f 
- 00655383  0x00009389 fetch  0x00000004 , 0x00004c6e 
- 00655384  0x0000938a store  0x00000004 , 0x000011a0 
- 00655385  0x0000938c jam  0x00000000 , 0x000011a4 
- 00655386  0x0000938d arg  0x0000119e , 0x00000011 
- 00655387  0x0000938e arg  0x00000007 , 0x00000002 
- 00655388  0x0000938f call  0x000001ae 
- 00655389  0x00009390 call  0x0000013f 
- 00655390  0x00009391 branch  0x00007fe7 
- 00655391  0x00009394 fetch  0x00000001 , 0x00004c47 
- 00655392  0x00009395 rtneq  0x000000ff 
- 00655393  0x00009396 beq  0x00000011 , 0x000a0025 
- 00655394  0x00009397 beq  0x00000012 , 0x000a0027 
- 00655395  0x00009398 beq  0x00000013 , 0x000a0029 
- 00655396  0x00009399 rtn 
- 00655397  0x0000939c jam  0x00000002 , 0x00004c47 
- 00655398  0x0000939d branch  0x0000016f 
- 00655399  0x0000939f jam  0x00000003 , 0x00004c47 
- 00655400  0x000093a0 branch  0x0000016f 
- 00655401  0x000093a2 jam  0x000000ff , 0x00004c47 
- 00655402  0x000093a3 jam  0x00000039 , 0x00000a99 
- 00655403  0x000093a4 call  0x00007d86 
- 00655404  0x000093a5 fetch  0x00000004 , 0x00004c17 
- 00655405  0x000093a6 call  0x000001c0 
- 00655406  0x000093a7 branch  0x0000016f 
- 00655407  0x000093ab jam  0x00000001 , 0x0000478b 
- 00655408  0x000093ac arg  0x00000003 , 0x00000007 
- 00655409  0x000093ad call  0x000043d2 
- 00655410  0x000093ae setarg  0x00000000 
- 00655411  0x000093af store  0x00000002 , 0x00004707 
- 00655412  0x000093b0 jam  0x00000000 , 0x000046a7 
- 00655413  0x000093b2 call  0x0000405d 
- 00655414  0x000093b3 call  0x000004cb 
- 00655415  0x000093b4 call  0x000002be 
- 00655416  0x000093b6 fetch  0x00000004 , 0x00004c5f 
- 00655417  0x000093b7 store  0x00000004 , 0x0000477b 
- 00655418  0x000093b9 jam  0x00000002 , 0x000047c6 
- 00655419  0x000093ba call  0x00004366 
- 00655420  0x000093bb branch  0x0000034c 
- 00720897  0x000093c1 beq  0x000000a1 , 0x000b0006 
- 00720898  0x000093c2 beq  0x000000a2 , 0x000b0019 
- 00720899  0x000093c3 beq  0x000000a3 , 0x000b0012 
- 00720900  0x000093c4 beq  0x000000a4 , 0x000b0023 
- 00720901  0x000093c5 rtn 
- 00720902  0x000093c8 fetch  0x00000002 , 0x00004509 
- 00720903  0x000093c9 rtneq  0x00000000 
- 00720904  0x000093ca fetch  0x00000001 , 0x00000441 
- 00720905  0x000093cb rshift2  0x0000003f , 0x0000003f 
- 00720906  0x000093cc sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00720907  0x000093cd rtn  0x00000002 
- 00720908  0x000093ce setarg  0x00000009 
- 00720909  0x000093cf store  0x00000002 , 0x00004496 
- 00720910  0x000093d0 store  0x00000002 , 0x00004498 
- 00720911  0x000093d1 call  0x00000444 
- 00720912  0x000093d2 jam  0x00000001 , 0x000047c7 
- 00720913  0x000093d3 rtn 
- 00720914  0x000093d8 fetch  0x00000002 , 0x00004682 
- 00720915  0x000093d9 rtnbit1  0x0000000c 
- 00720916  0x000093da rtnbit1  0x00000006 
- 00720917  0x000093db rtnbit1  0x0000000b 
- 00720918  0x000093dc fetch  0x00000004 , 0x000046d3 
- 00720919  0x000093dd rtnbit1  0x00000005 
- 00720920  0x000093de branch  0x000033a7 
- 00720921  0x000093e1 jam  0x00000000 , 0x00004b6a 
- 00720922  0x000093e2 setarg  0x00000007 
- 00720923  0x000093e3 store  0x00000002 , 0x00004496 
- 00720924  0x000093e4 store  0x00000002 , 0x00004498 
- 00720925  0x000093e5 jam  0x00000000 , 0x000047c7 
- 00720926  0x000093e6 jam  0x00000000 , 0x0000479e 
- 00720927  0x000093e7 call  0x000003d0 
- 00720928  0x000093e8 call  0x00005816 
- 00720929  0x000093e9 call  0x0000034c 
- 00720930  0x000093ea branch  0x000041d9 
- 00720931  0x000093ee enable  0x00000028 
- 00720932  0x000093ef hfetch  0x00000004 , 0x00008138 
- 00720933  0x000093f0 setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00720934  0x000093f1 hstore  0x00000004 , 0x0000804c 
- 00720935  0x000093f2 call  0x00002c21 
- 00720936  0x000093f3 call  0x000074bd 
- 00720937  0x000093f5 call  0x0000034c 
- 00720938  0x000093f6 call  0x00003e9f 
- 00720939  0x000093f7 call  0x0000028b 
- 00720940  0x000093f8 call  0x00000388 
- 00720941  0x000093f9 hfetch  0x00000001 , 0x00008081 
- 00720942  0x000093fa and  0x0000003f , 0x000000f7 , 0x0000003f 
- 00720943  0x000093fb hstore  0x00000001 , 0x00008081 
- 00720944  0x000093fc hfetch  0x00000001 , 0x0000807f 
- 00720945  0x000093fd set1  0x00000000 , 0x0000003f 
- 00720946  0x000093fe hstore  0x00000001 , 0x0000807f 
- 00720947  0x000093ff rtn 
- 00786433  0x00009406 beq  0x000000b1 , 0x000c0007 
- 00786434  0x00009407 beq  0x000000b2 , 0x000c000d 
- 00786435  0x00009408 beq  0x000000b3 , 0x000c0012 
- 00786436  0x00009409 beq  0x000000b4 , 0x000c0019 
- 00786437  0x0000940a beq  0x000000b5 , 0x000c001e 
- 00786438  0x0000940b rtn 
- 00786439  0x0000940e fetch  0x00000001 , 0x0000480b 
- 00786440  0x0000940f rtneq  0x00000002 
- 00786441  0x00009410 increase  0x00000001 , 0x0000003f 
- 00786442  0x00009411 store  0x00000001 , 0x0000480b 
- 00786443  0x00009412 jam  0x00000012 , 0x000041e3 
- 00786444  0x00009413 branch  0x0000340e 
- 00786445  0x00009416 fetch  0x00000001 , 0x0000480b 
- 00786446  0x00009417 rtnne  0x00000002 
- 00786447  0x00009418 jam  0x00000000 , 0x0000480b 
- 00786448  0x00009419 jam  0x0000000e , 0x000041e3 
- 00786449  0x0000941a branch  0x0000340e 
- 00786450  0x0000941d fetch  0x00000001 , 0x000047a1 
- 00786451  0x0000941e beq  0x00000001 , 0x000c0015 
- 00786452  0x0000941f branch  0x000c0017 
- 00786453  0x00009421 call  0x00000444 
- 00786454  0x00009422 jam  0x00000005 , 0x000046c6 
- 00786455  0x00009424 arg  0x00000001 , 0x00000007 
- 00786456  0x00009425 branch  0x000041b9 
- 00786457  0x00009428 jam  0x00000000 , 0x00004b02 
- 00786458  0x00009429 jam  0x00000000 , 0x00004b04 
- 00786459  0x0000942a jam  0x00000000 , 0x00004b0d 
- 00786460  0x0000942b call  0x0000034c 
- 00786461  0x0000942c branch  0x000041d9 
- 00786462  0x0000942f setarg  0x00000001 
- 00786463  0x00009430 store  0x00000006 , 0x00000040 
- 00786464  0x00009431 jam  0x00000033 , 0x00000185 
- 00786465  0x00009432 jam  0x000000ff , 0x00004b6b 
- 00786466  0x00009433 call  0x000042fb 
- 00786467  0x00009434 jam  0x000000ff , 0x00004721 
- 00786468  0x00009435 branch  0x0000034c 
- 00851969  0x0000943a beq  0x000000c0 , 0x000d0004 
- 00851970  0x0000943b beq  0x000000c1 , 0x000d0013 
- 00851971  0x0000943c rtn 
- 00851972  0x0000943f call  0x0000046c 
- 00851973  0x00009440 jam  0x00000000 , 0x00004d77 
- 00851974  0x00009441 call  0x000002be 
- 00851975  0x00009442 call  0x000001aa 
- 00851976  0x00009443 jam  0x00000000 , 0x000041bd 
- 00851977  0x00009445 fetch  0x00000001 , 0x00004241 
- 00851978  0x00009446 bbit1  0x00000002 , 0x0000340a 
- 00851979  0x00009447 fetch  0x00000001 , 0x00004b6b 
- 00851980  0x00009448 beq  0x000000ff , 0x000d0012 
- 00851981  0x00009449 call  0x00000342 
- 00851982  0x0000944a arg  0x00000003 , 0x00000039 
- 00851983  0x0000944b arg  0x00004722 , 0x00000006 
- 00851984  0x0000944c call  0x00000392 
- 00851985  0x0000944d branch  0x000004c8 , 0x00000028 
- 00851986  0x0000944f branch  0x000002b7 
- 00851987  0x00009452 jam  0x00000001 , 0x00004b69 
- 00851988  0x00009453 call  0x000004cb 
- 00851989  0x00009454 call  0x000002e0 
- 00851990  0x00009455 call  0x00003f8d 
- 00851991  0x00009456 fetch  0x00000004 , 0x00004d7c 
- 00851992  0x00009457 fetcht  0x00000004 , 0x00004c5f 
- 00851993  0x00009458 isub  0x00000002 , 0x0000003e 
- 00851994  0x00009459 branch  0x000d001c , 0x00000005 
- 00851995  0x0000945a jam  0x00000002 , 0x000047c6 
- 00851996  0x0000945c call  0x00004366 
- 00851997  0x0000945d branch  0x0000034c 
+ 00000064  0x00000094 bbit1  0x00000008 , 0x0000005a 
+ 00000065  0x00000096 beq  0x00000001 , 0x00000076 
+ 00000066  0x00000097 beq  0x00000002 , 0x0000007f 
+ 00000067  0x00000098 beq  0x00000085 , 0x0000076a 
+ 00000068  0x00000099 beq  0x00000089 , 0x0000073b 
+ 00000069  0x0000009a beq  0x0000008a , 0x0000076c 
+ 00000070  0x0000009b beq  0x0000001b , 0x0000064e 
+ 00000071  0x0000009c beq  0x00000026 , 0x00000650 
+ 00000072  0x0000009d beq  0x00000048 , 0x0000066c 
+ 00000073  0x0000009e beq  0x0000004a , 0x0000066e 
+ 00000074  0x0000009f beq  0x00000051 , 0x00000677 
+ 00000075  0x000000a0 beq  0x00000059 , 0x0000066a 
+ 00000076  0x000000a1 beq  0x000000a7 , 0x0000067c 
+ 00000077  0x000000a2 beq  0x000000ad , 0x00000692 
+ 00000078  0x000000a3 beq  0x000000cb , 0x000033e4 
+ 00000079  0x000000a4 beq  0x000000e9 , 0x000006a3 
+ 00000080  0x000000a5 beq  0x000000a1 , 0x00000088 
+ 00000081  0x000000a6 beq  0x000000b1 , 0x0000008d 
+ 00000082  0x000000a7 beq  0x000000b2 , 0x0000009b 
+ 00000083  0x000000a8 beq  0x000000c4 , 0x000002b3 
+ 00000084  0x000000a9 beq  0x000000e3 , 0x00000511 
+ 00000085  0x000000aa beq  0x000000e6 , 0x00000539 
+ 00000086  0x000000ab beq  0x000000ea , 0x00000581 
+ 00000087  0x000000ac beq  0x000000eb , 0x0000058a 
+ 00000088  0x000000ad beq  0x000000ec , 0x0000058d 
+ 00000089  0x000000ae branch  0x00002a8e 
+ 00000090  0x000000b0 beq  0x00000039 , 0x0000058f 
+ 00000091  0x000000b1 beq  0x00000043 , 0x00000597 
+ 00000092  0x000000b2 beq  0x0000004a , 0x0000059d 
+ 00000093  0x000000b3 beq  0x00000057 , 0x000005a0 
+ 00000094  0x000000b4 beq  0x00000059 , 0x000005a2 
+ 00000095  0x000000b5 beq  0x00000063 , 0x000005a4 
+ 00000096  0x000000b6 beq  0x00000066 , 0x000005cd 
+ 00000097  0x000000b7 beq  0x00000067 , 0x000005ec 
+ 00000098  0x000000b8 beq  0x0000006a , 0x00000624 
+ 00000099  0x000000b9 beq  0x00000077 , 0x0000062f 
+ 00000100  0x000000ba beq  0x000000fa , 0x000006e6 
+ 00000101  0x000000bb beq  0x00000005 , 0x000006a5 
+ 00000102  0x000000bc beq  0x00000080 , 0x000006a7 
+ 00000103  0x000000bd beq  0x00000082 , 0x000006b1 
+ 00000104  0x000000be beq  0x00000088 , 0x000006c2 
+ 00000105  0x000000bf beq  0x0000008c , 0x0000063b 
+ 00000106  0x000000c0 beq  0x0000008d , 0x00000647 
+ 00000107  0x000000c1 branch  0x00002a8e 
+ 00000108  0x000000c5 copy  0x0000003f , 0x00000011 
+ 00000109  0x000000c6 fetcht  0x00000001 , 0x00004d02 
+ 00000110  0x000000c7 setarg  0x00004d09 
+ 00000111  0x000000c8 iadd  0x00000002 , 0x00000005 
+ 00000112  0x000000c9 copy  0x00000011 , 0x0000003f 
+ 00000113  0x000000ca istore  0x00000001 , 0x00000005 
+ 00000114  0x000000cb increase  0x00000001 , 0x00000002 
+ 00000115  0x000000cc and_into  0x00000007 , 0x00000002 
+ 00000116  0x000000cd storet  0x00000001 , 0x00004d02 
+ 00000117  0x000000ce rtn 
+ 00000118  0x000000d2 arg  0x000009ae , 0x00000005 
+ 00000119  0x000000d3 arg  0x0000000c , 0x00000039 
+ 00000120  0x000000d4 call  0x00007ed4 
+ 00000121  0x000000d5 call  0x0000038c 
+ 00000122  0x000000d6 call  0x00006a03 
+ 00000123  0x000000d7 call  0x00005cf6 
+ 00000124  0x000000d8 ncall  0x00002c65 , 0x0000002b 
+ 00000125  0x000000d9 call  0x00007ccd 
+ 00000126  0x000000da branch  0x0000200c 
+ 00000127  0x000000dd call  0x000032e3 , 0x0000002b 
+ 00000128  0x000000de call  0x0000756a 
+ 00000129  0x000000df call  0x00002b41 , 0x0000002b 
+ 00000130  0x000000e1 call  0x000076dc 
+ 00000131  0x000000e2 fetch  0x00000001 , 0x0000465a 
+ 00000132  0x000000e3 branch  0x00002012 , 0x00000034 
+ 00000133  0x000000e4 fetch  0x00000001 , 0x000045b1 
+ 00000134  0x000000e5 branch  0x00000082 , 0x00000034 
+ 00000135  0x000000e6 branch  0x00002012 
+ 00000136  0x000000e9 setarg  0x00000a06 
+ 00000137  0x000000ea store  0x00000003 , 0x00004510 
+ 00000138  0x000000eb setarg  0x00001d87 
+ 00000139  0x000000ec store  0x00000002 , 0x00004513 
+ 00000140  0x000000ed branch  0x00002aa2 
+ 00000141  0x000000f0 rtnmark1  0x00000026 
+ 00000142  0x000000f1 fetch  0x00000001 , 0x00004b26 
+ 00000143  0x000000f2 nbranch  0x00007fef , 0x00000034 
+ 00000144  0x000000f3 fetch  0x00000001 , 0x00004b2c 
+ 00000145  0x000000f4 nbranch  0x00007fef , 0x00000034 
+ 00000146  0x000000f5 fetch  0x00000001 , 0x0000479e 
+ 00000147  0x000000f6 branch  0x00007fef , 0x00000034 
+ 00000148  0x000000f7 fetch  0x00000001 , 0x000047c4 
+ 00000149  0x000000f8 beq  0x00000001 , 0x00007fef 
+ 00000150  0x000000f9 fetch  0x00000002 , 0x00004248 
+ 00000151  0x000000fa nbranch  0x00007fef , 0x00000034 
+ 00000152  0x000000fb fetch  0x00000001 , 0x00004806 
+ 00000153  0x000000fc nbranch  0x00007fef , 0x00000034 
+ 00000154  0x000000fd branch  0x00007ff1 
+ 00000155  0x00000101 rtnmark0  0x00000026 
+ 00000156  0x00000102 fetch  0x00000001 , 0x00004d9b 
+ 00000157  0x00000103 bbit1  0x00000001 , 0x000000b0 
+ 00000158  0x00000104 bbit1  0x00000002 , 0x000000b2 
+ 00000159  0x00000105 fetch  0x00000001 , 0x00004d87 
+ 00000160  0x00000106 beq  0x00000001 , 0x000000b8 
+ 00000161  0x00000108 call  0x00000170 
+ 00000162  0x00000109 nbranch  0x000000d3 , 0x00000028 
+ 00000163  0x0000010a call  0x0000014b 
+ 00000164  0x0000010c call  0x00000193 
+ 00000165  0x0000010d fetch  0x00000001 , 0x00004c57 
+ 00000166  0x0000010e rtnne  0x000000ff 
+ 00000167  0x0000010f call  0x0000070f 
+ 00000168  0x00000110 call  0x000000b4 
+ 00000169  0x00000111 fetch  0x00000001 , 0x00004b26 
+ 00000170  0x00000112 beq  0x00000001 , 0x0000037e 
+ 00000171  0x00000116 call  0x000000e2 
+ 00000172  0x00000117 nrtn  0x00000028 
+ 00000173  0x00000118 call  0x000002ad 
+ 00000174  0x00000119 setarg  0x0000f03c 
+ 00000175  0x0000011a branch  0x00002b93 
+ 00000176  0x0000011d jam  0x00000060 , 0x000011c6 
+ 00000177  0x0000011e branch  0x0000076f 
+ 00000178  0x00000121 jam  0x00000053 , 0x000011c6 
+ 00000179  0x00000122 branch  0x0000076f 
+ 00000180  0x00000127 setarg  0x00017700 
+ 00000181  0x00000128 store  0x00000003 , 0x00004c76 
+ 00000182  0x00000129 jam  0x00000014 , 0x00004b44 
+ 00000183  0x0000012a rtn 
+ 00000184  0x0000012d call  0x00000286 
+ 00000185  0x0000012e nrtn  0x00000028 
+ 00000186  0x0000012f call  0x000000cd 
+ 00000187  0x00000130 fetch  0x00000002 , 0x00004d88 
+ 00000188  0x00000131 increase  0x00000001 , 0x0000003f 
+ 00000189  0x00000132 store  0x00000002 , 0x00004d88 
+ 00000190  0x00000133 fetcht  0x00000002 , 0x00004d8a 
+ 00000191  0x00000134 isub  0x00000002 , 0x0000003e 
+ 00000192  0x00000135 call  0x000000c2 , 0x00000005 
+ 00000193  0x00000136 branch  0x000000a1 
+ 00000194  0x00000138 jam  0x00000000 , 0x00004d87 
+ 00000195  0x00000139 setarg  0x00000000 
+ 00000196  0x0000013a store  0x00000002 , 0x00004d88 
+ 00000197  0x0000013b setarg  0x00000019 
+ 00000198  0x0000013c store  0x00000002 , 0x00004d8a 
+ 00000199  0x0000013e jam  0x00000000 , 0x00004c82 
+ 00000200  0x0000013f fetch  0x00000001 , 0x00004c6d 
+ 00000201  0x00000141 store  0x00000001 , 0x00004c6c 
+ 00000202  0x00000142 rtn 
+ 00000203  0x00000144 fetch  0x00000001 , 0x00004c6e 
+ 00000204  0x00000145 branch  0x000000c9 
+ 00000205  0x00000147 fetch  0x00000001 , 0x00004c82 
+ 00000206  0x00000148 increase  0x00000001 , 0x0000003f 
+ 00000207  0x00000149 store  0x00000001 , 0x00004c82 
+ 00000208  0x0000014a beq  0x00000004 , 0x000000cb 
+ 00000209  0x0000014b beq  0x00000005 , 0x000000c7 
+ 00000210  0x0000014c rtn 
+ 00000211  0x0000014f fetch  0x00000001 , 0x00004c73 
+ 00000212  0x00000150 call  0x000000fb , 0x00000034 
+ 00000213  0x00000151 fetch  0x00000001 , 0x00004b2c 
+ 00000214  0x00000152 nrtn  0x00000034 
+ 00000215  0x00000153 fetch  0x00000001 , 0x00004b26 
+ 00000216  0x00000154 rtneq  0x00000001 
+ 00000217  0x00000155 fetch  0x00000001 , 0x00004d87 
+ 00000218  0x00000156 rtneq  0x00000001 
+ 00000219  0x00000157 call  0x0000010c 
+ 00000220  0x00000159 call  0x000000e2 
+ 00000221  0x0000015a nrtn  0x00000028 
+ 00000222  0x0000015b fetch  0x00000003 , 0x00004c76 
+ 00000223  0x0000015c call  0x00007f49 
+ 00000224  0x0000015d storet  0x00000004 , 0x0000415b 
+ 00000225  0x0000015e branch  0x00002b2a 
+ 00000226  0x00000161 enable  0x00000028 
+ 00000227  0x00000162 call  0x00002afa 
+ 00000228  0x00000163 fetch  0x00000003 , 0x0000416f 
+ 00000229  0x00000164 branch  0x00007fe9 , 0x00000034 
+ 00000230  0x00000165 fetch  0x00000001 , 0x00004091 
+ 00000231  0x00000166 branch  0x00007fe9 , 0x00000034 
+ 00000232  0x00000167 fetch  0x00000001 , 0x00004d87 
+ 00000233  0x00000168 beq  0x00000001 , 0x00007fe9 
+ 00000234  0x0000016a call  0x000002b0 
+ 00000235  0x0000016b call  0x000002ad 
+ 00000236  0x0000016d call  0x00003ebf 
+ 00000237  0x0000016e call  0x00000307 
+ 00000238  0x0000016f hfetch  0x00000004 , 0x00008070 
+ 00000239  0x00000170 hfetcht  0x00000004 , 0x00008078 
+ 00000240  0x00000171 ior  0x00000002 , 0x00000002 
+ 00000241  0x00000172 invert  0x00000002 , 0x00000002 
+ 00000242  0x00000173 hstoret  0x00000004 , 0x0000807c 
+ 00000243  0x00000174 hfetch  0x00000001 , 0x0000807d 
+ 00000244  0x00000175 set0  0x00000002 , 0x0000003f 
+ 00000245  0x00000176 hstore  0x00000001 , 0x0000807d 
+ 00000246  0x00000177 hfetch  0x00000001 , 0x0000807e 
+ 00000247  0x00000178 set0  0x00000006 , 0x0000003f 
+ 00000248  0x00000179 hstore  0x00000001 , 0x0000807e 
+ 00000249  0x0000017c arg  0x0000001d , 0x00000002 
+ 00000250  0x0000017d branch  0x000067fb 
+ 00000251  0x00000180 jam  0x00000001 , 0x00004c73 
+ 00000252  0x00000181 jam  0x00000000 , 0x00004d7c 
+ 00000253  0x00000182 call  0x00000121 
+ 00000254  0x00000183 store  0x00000001 , 0x00004be3 
+ 00000255  0x00000184 setarg  0x00000000 
+ 00000256  0x00000185 store  0x00000007 , 0x00004be4 
+ 00000257  0x00000186 fetch  0x00000004 , 0x00004c7e 
+ 00000258  0x00000187 store  0x00000004 , 0x00004beb 
+ 00000259  0x00000188 jam  0x0000000c , 0x00004c47 
+ 00000260  0x00000189 fetch  0x00000001 , 0x00004c48 
+ 00000261  0x0000018a set1  0x00000003 , 0x0000003f 
+ 00000262  0x0000018b store  0x00000001 , 0x00004c48 
+ 00000263  0x0000018c call  0x00000173 
+ 00000264  0x0000018d branch  0x000000a4 
+ 00000265  0x00000190 setarg  0x00000000 
+ 00000266  0x00000191 store  0x00000003 , 0x00004d97 
+ 00000267  0x00000192 rtn 
+ 00000268  0x00000195 jam  0x00000071 , 0x000011c6 
+ 00000269  0x00000196 branch  0x0000076f 
+ 00000270  0x00000199 jam  0x00000000 , 0x00004d98 
+ 00000271  0x0000019a fetch  0x00000001 , 0x00004d97 
+ 00000272  0x0000019b rtnbit1  0x00000000 
+ 00000273  0x0000019c set1  0x00000000 , 0x0000003f 
+ 00000274  0x0000019d store  0x00000001 , 0x00004d97 
+ 00000275  0x0000019e setarg  0x00000708 
+ 00000276  0x0000019f store  0x00000002 , 0x000046b0 
+ 00000277  0x000001a0 branch  0x00000466 
+ 00000278  0x000001a3 fetch  0x00000001 , 0x00004c73 
+ 00000279  0x000001a4 branch  0x00000109 , 0x00000034 
+ 00000280  0x000001a5 jam  0x00000000 , 0x00004d98 
+ 00000281  0x000001a6 fetch  0x00000001 , 0x00004d97 
+ 00000282  0x000001a7 rtnbit0  0x00000000 
+ 00000283  0x000001a8 set0  0x00000000 , 0x0000003f 
+ 00000284  0x000001a9 store  0x00000001 , 0x00004d97 
+ 00000285  0x000001aa call  0x00003f8d 
+ 00000286  0x000001ab branch  0x000003d7 
+ 00000287  0x000001b7 jam  0x00000001 , 0x00004d7d 
+ 00000288  0x000001b8 jam  0x00000000 , 0x00004d7f 
+ 00000289  0x000001ba fetch  0x00000001 , 0x00004c48 
+ 00000290  0x000001bb and_into  0x00000007 , 0x0000003f 
+ 00000291  0x000001bc store  0x00000001 , 0x00004c48 
+ 00000292  0x000001bd rtn 
+ 00000293  0x000001c0 fetch  0x00000001 , 0x00004c48 
+ 00000294  0x000001c1 set1  0x00000004 , 0x0000003f 
+ 00000295  0x000001c2 store  0x00000001 , 0x00004c48 
+ 00000296  0x000001c4 store  0x00000001 , 0x00004c03 
+ 00000297  0x000001c5 rtn 
+ 00000298  0x000001c8 fetch  0x00000001 , 0x00004c48 
+ 00000299  0x000001c9 rtnbit0  0x00000004 
+ 00000300  0x000001cb fetch  0x00000001 , 0x00004c48 
+ 00000301  0x000001cc set0  0x00000004 , 0x0000003f 
+ 00000302  0x000001cd store  0x00000001 , 0x00004c48 
+ 00000303  0x000001ce store  0x00000001 , 0x00004c03 
+ 00000304  0x000001cf call  0x00000705 
+ 00000305  0x000001d0 branch  0x0000015e 
+ 00000306  0x000001ed fetch  0x00000001 , 0x00004d7c 
+ 00000307  0x000001ee bne  0x00000001 , 0x00000121 
+ 00000308  0x000001f0 fetch  0x00000001 , 0x00004d7a 
+ 00000309  0x000001f1 increase  0x00000001 , 0x0000003f 
+ 00000310  0x000001f2 store  0x00000001 , 0x00004d7a 
+ 00000311  0x000001f3 beq  0x00000004 , 0x0000013b 
+ 00000312  0x000001f4 call  0x0000015e 
+ 00000313  0x000001f5 jam  0x00000002 , 0x00004c8c 
+ 00000314  0x000001f6 branch  0x00000193 
+ 00000315  0x000001f9 call  0x00000705 
+ 00000316  0x000001fa jam  0x00000000 , 0x00004d7a 
+ 00000317  0x000001fb branch  0x00000121 
+ 00000318  0x000001fe jam  0x00000002 , 0x00004d7f 
+ 00000319  0x00000200 jam  0x00000001 , 0x00004d7d 
+ 00000320  0x00000201 jam  0x00000000 , 0x00004d7c 
+ 00000321  0x00000202 branch  0x00000121 
+ 00000322  0x00000205 fetch  0x00000001 , 0x00004d7e 
+ 00000323  0x00000206 beq  0x00000003 , 0x0000013f 
+ 00000324  0x00000207 fetch  0x00000001 , 0x00004c48 
+ 00000325  0x00000208 isolate0  0x00000004 , 0x0000003f 
+ 00000326  0x00000209 branch  0x0000011f , 0x00000001 
+ 00000327  0x0000020a fetch  0x00000001 , 0x00004d7e 
+ 00000328  0x0000020b beq  0x00000001 , 0x0000013e 
+ 00000329  0x0000020c beq  0x00000002 , 0x0000013f 
+ 00000330  0x0000020d rtn 
+ 00000331  0x00000210 fetch  0x00000001 , 0x00004c57 
+ 00000332  0x00000211 rtnne  0x000000ff 
+ 00000333  0x00000212 call  0x00000150 
+ 00000334  0x00000213 ncall  0x00000158 , 0x0000002c 
+ 00000335  0x00000214 rtn 
+ 00000336  0x00000217 disable  0x0000002c 
+ 00000337  0x00000218 fetch  0x00000001 , 0x00004d7d 
+ 00000338  0x00000219 rtnne  0x00000001 
+ 00000339  0x0000021a fetch  0x00000001 , 0x00004d7f 
+ 00000340  0x0000021b rtnne  0x00000000 
+ 00000341  0x0000021c jam  0x00000001 , 0x00004d7e 
+ 00000342  0x0000021d jam  0x00000004 , 0x00004c8c 
+ 00000343  0x0000021e branch  0x00007feb 
+ 00000344  0x00000221 fetch  0x00000001 , 0x00004d7f 
+ 00000345  0x00000222 branch  0x0000016b , 0x00000034 
+ 00000346  0x00000223 increase  0xffffffff , 0x0000003f 
+ 00000347  0x00000224 store  0x00000001 , 0x00004d7f 
+ 00000348  0x00000225 jam  0x00000002 , 0x00004d7e 
+ 00000349  0x00000226 jam  0x00000004 , 0x00004c8c 
+ 00000350  0x00000228 fetcht  0x00000001 , 0x00004c52 
+ 00000351  0x00000229 fetch  0x00000001 , 0x00004c6f 
+ 00000352  0x0000022a and_into  0x00000003 , 0x0000003f 
+ 00000353  0x0000022b mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00000354  0x0000022c setarg  0x00004c58 
+ 00000355  0x0000022d iadd  0x00000011 , 0x0000003f 
+ 00000356  0x0000022e iadd  0x00000002 , 0x00000006 
+ 00000357  0x0000022f ifetch  0x00000001 , 0x00000006 
+ 00000358  0x00000230 store  0x00000001 , 0x00004c51 
+ 00000359  0x00000231 increase  0x00000001 , 0x00000002 
+ 00000360  0x00000232 and_into  0x00000003 , 0x00000002 
+ 00000361  0x00000233 storet  0x00000001 , 0x00004c52 
+ 00000362  0x00000234 rtn 
+ 00000363  0x00000237 jam  0x00000003 , 0x00004d7e 
+ 00000364  0x00000238 fetch  0x00000001 , 0x00004d7c 
+ 00000365  0x00000239 nbranch  0x00000132 , 0x00000034 
+ 00000366  0x0000023a jam  0x00000002 , 0x00004c8c 
+ 00000367  0x0000023b branch  0x0000015e 
+ 00000368  0x0000023e fetch  0x00000001 , 0x00004c57 
+ 00000369  0x0000023f bne  0x000000ff , 0x000001ec 
+ 00000370  0x00000241 call  0x00000176 
+ 00000371  0x00000243 call  0x0000020a 
+ 00000372  0x00000244 jam  0x00000001 , 0x00004c4c 
+ 00000373  0x00000245 rtn 
+ 00000374  0x00000248 fetch  0x00000002 , 0x00004d78 
+ 00000375  0x00000249 call  0x00007f9c 
+ 00000376  0x0000024a branch  0x0000017c , 0x00000028 
+ 00000377  0x0000024b fetch  0x00000007 , 0x00004be4 
+ 00000378  0x0000024c rtn  0x00000034 
+ 00000379  0x0000024d branch  0x00007fe7 
+ 00000380  0x0000024f call  0x00000398 
+ 00000381  0x00000250 jam  0x00000000 , 0x00004c73 
+ 00000382  0x00000251 add  0x00000011 , 0x00000001 , 0x0000003f 
+ 00000383  0x00000252 store  0x00000001 , 0x00004c47 
+ 00000384  0x00000253 call  0x00000121 
+ 00000385  0x00000254 store  0x00000001 , 0x00004be3 
+ 00000386  0x00000255 ifetcht  0x00000001 , 0x00000005 
+ 00000387  0x00000256 ifetch  0x00000001 , 0x00000012 
+ 00000388  0x00000257 ior  0x00000002 , 0x0000003f 
+ 00000389  0x00000258 istore  0x00000001 , 0x00000005 
+ 00000390  0x00000259 increase  0x00000001 , 0x00000012 
+ 00000391  0x0000025a ifetch  0x00000004 , 0x00000012 
+ 00000392  0x0000025b istore  0x00000004 , 0x00000005 
+ 00000393  0x0000025c increase  0x00000004 , 0x00000012 
+ 00000394  0x0000025d arg  0x00004be9 , 0x00000005 
+ 00000395  0x0000025e arg  0x00000002 , 0x00000039 
+ 00000396  0x00000260 ifetch  0x00000001 , 0x00000012 
+ 00000397  0x00000261 ifetcht  0x00000001 , 0x00000005 
+ 00000398  0x00000262 iadd  0x00000002 , 0x0000003f 
+ 00000399  0x00000263 istore  0x00000001 , 0x00000005 
+ 00000400  0x00000264 increase  0x00000001 , 0x00000012 
+ 00000401  0x00000265 loop  0x0000018c 
+ 00000402  0x00000266 rtn 
+ 00000403  0x00000269 jam  0x00000000 , 0x00004c50 
+ 00000404  0x0000026b arg  0x00000d00 , 0x0000000b 
+ 00000405  0x0000026c until  0x00000023 , 0x00000026 
+ 00000406  0x0000026d call  0x000001aa 
+ 00000407  0x00000270 nbranch  0x000001b5 , 0x00000018 
+ 00000408  0x00000271 nbranch  0x000001b5 , 0x0000002f 
+ 00000409  0x00000272 call  0x000001a7 
+ 00000410  0x00000273 call  0x000001d0 
+ 00000411  0x00000274 call  0x00000701 
+ 00000412  0x00000276 fetch  0x00000001 , 0x00004c46 
+ 00000413  0x00000277 increase  0x00000001 , 0x0000003f 
+ 00000414  0x00000278 store  0x00000001 , 0x00004c46 
+ 00000415  0x00000279 call  0x0000012a 
+ 00000416  0x0000027a fetch  0x00000001 , 0x00004c57 
+ 00000417  0x0000027b bne  0x000000ff , 0x000001ee 
+ 00000418  0x0000027c call  0x00000142 
+ 00000419  0x0000027e setarg  0x00000000 
+ 00000420  0x0000027f store  0x00000004 , 0x00004c4c 
+ 00000421  0x00000280 store  0x00000001 , 0x00004d7b 
+ 00000422  0x00000281 rtn 
+ 00000423  0x00000284 arg  0x00000004 , 0x00000039 
+ 00000424  0x00000285 arg  0x00004be3 , 0x00000005 
+ 00000425  0x00000286 branch  0x00007ec6 
+ 00000426  0x00000289 disable  0x0000002f 
+ 00000427  0x0000028a call  0x00000265 
+ 00000428  0x0000028f force  0x00000000 , 0x00000015 
+ 00000429  0x00000290 fetch  0x00000004 , 0x00004c6f 
+ 00000430  0x00000291 iforce  0x00000009 
+ 00000431  0x00000292 fetcht  0x00000001 , 0x00000017 
+ 00000432  0x00000293 call  0x0000291f 
+ 00000433  0x00000294 call  0x00002924 
+ 00000434  0x00000295 call  0x00000225 
+ 00000435  0x00000296 call  0x0000025e , 0x0000002f 
+ 00000436  0x00000297 rtn 
+ 00000437  0x0000029d fetch  0x00000002 , 0x00004c4d 
+ 00000438  0x0000029e increase  0x00000001 , 0x0000003f 
+ 00000439  0x0000029f store  0x00000002 , 0x00004c4d 
+ 00000440  0x000002a0 fetch  0x00000001 , 0x00004c4e 
+ 00000441  0x000002a1 bbit1  0x00000004 , 0x00002dd4 
+ 00000442  0x000002a2 fetch  0x00000001 , 0x00004c57 
+ 00000443  0x000002a3 bne  0x000000ff , 0x000001be 
+ 00000444  0x000002a4 call  0x000001c6 
+ 00000445  0x000002a5 branch  0x00000194 
+ 00000446  0x000002a8 fetch  0x00000001 , 0x00004c4d 
+ 00000447  0x000002a9 rtnne  0x000000ff 
+ 00000448  0x000002ab setarg  0x00000000 
+ 00000449  0x000002ac store  0x00000002 , 0x00004c4d 
+ 00000450  0x000002ad branch  0x00002dd4 
+ 00000451  0x000002b0 call  0x00000732 
+ 00000452  0x000002b1 call  0x00000705 
+ 00000453  0x000002b2 branch  0x0000015e 
+ 00000454  0x000002b5 fetch  0x00000001 , 0x00004c50 
+ 00000455  0x000002b6 sub  0x0000003f , 0x0000000b , 0x0000003e 
+ 00000456  0x000002b7 nbranch  0x000001c3 , 0x00000002 
+ 00000457  0x000002b8 increase  0x00000001 , 0x0000003f 
+ 00000458  0x000002b9 store  0x00000001 , 0x00004c50 
+ 00000459  0x000002ba beq  0x00000002 , 0x00000125 
+ 00000460  0x000002bb beq  0x00000006 , 0x0000012c 
+ 00000461  0x000002bc beq  0x00000008 , 0x00000125 
+ 00000462  0x000002bd beq  0x0000000c , 0x0000012c 
+ 00000463  0x000002be rtn 
+ 00000464  0x000002c1 call  0x000001fd 
+ 00000465  0x000002c2 fetch  0x00000001 , 0x00004c45 
+ 00000466  0x000002c3 rtn  0x00000034 
+ 00000467  0x000002c4 iforce  0x00000039 
+ 00000468  0x000002c5 arg  0x00004bc3 , 0x00000006 
+ 00000469  0x000002c6 arg  0x00004c25 , 0x00000005 
+ 00000470  0x000002c7 branch  0x00007f01 
+ 00000471  0x000002ca jam  0x00000004 , 0x000041de 
+ 00000472  0x000002cb jam  0x00000000 , 0x00004c46 
+ 00000473  0x000002cc jam  0x0000004e , 0x00004c51 
+ 00000474  0x000002cd fetch  0x00000004 , 0x00004c53 
+ 00000475  0x000002cf store  0x00000004 , 0x00004c6f 
+ 00000476  0x000002d2 arg  0x00000000 , 0x00000011 
+ 00000477  0x000002d3 arg  0x00000004 , 0x00000039 
+ 00000478  0x000002d4 arg  0x00004c6f , 0x00000006 
+ 00000479  0x000002d6 ifetch  0x00000001 , 0x00000006 
+ 00000480  0x000002d7 iadd  0x00000011 , 0x00000011 
+ 00000481  0x000002d8 loop  0x000001df 
+ 00000482  0x000002d9 copy  0x00000011 , 0x0000003f 
+ 00000483  0x000002da store  0x00000002 , 0x00004cf8 
+ 00000484  0x000002db fetch  0x00000001 , 0x00004cf8 
+ 00000485  0x000002dc fetcht  0x00000001 , 0x00004cf9 
+ 00000486  0x000002dd iadd  0x00000002 , 0x0000003f 
+ 00000487  0x000002de store  0x00000001 , 0x00004cfa 
+ 00000488  0x000002df rtn 
+ 00000489  0x000002e3 call  0x000001d7 
+ 00000490  0x000002e5 jam  0x00000001 , 0x00004c57 
+ 00000491  0x000002e6 rtn 
+ 00000492  0x000002ea jam  0x00000090 , 0x000011c6 
+ 00000493  0x000002eb branch  0x0000076f 
+ 00000494  0x000002ee call  0x000006fe 
+ 00000495  0x000002f0 jam  0x00000091 , 0x000011c6 
+ 00000496  0x000002f1 branch  0x0000076f 
+ 00000497  0x000002f4 jam  0x00000040 , 0x000011c6 
+ 00000498  0x000002f5 branch  0x0000076f 
+ 00000499  0x000002f8 set0  0x00000026 , 0x00000000 
+ 00000500  0x000002f9 jam  0x00000000 , 0x00004d9b 
+ 00000501  0x000002fa call  0x000053ce 
+ 00000502  0x000002fc arg  0x00000003 , 0x00000007 
+ 00000503  0x000002fd branch  0x000043d2 
+ 00000504  0x00000301 storet  0x00000001 , 0x00004c47 
+ 00000505  0x00000302 copy  0x00000002 , 0x00000039 
+ 00000506  0x00000303 arg  0x00004be3 , 0x00000005 
+ 00000507  0x00000304 copy  0x00000011 , 0x00000006 
+ 00000508  0x00000305 branch  0x00007f01 
+ 00000509  0x00000309 fetch  0x00000001 , 0x00004bc2 
+ 00000510  0x0000030a rshift3  0x0000003f , 0x0000003f 
+ 00000511  0x0000030b store  0x00000001 , 0x00004c45 
+ 00000512  0x0000030d increase  0x00000001 , 0x0000003f 
+ 00000513  0x0000030e arg  0x00004bc2 , 0x00000006 
+ 00000514  0x0000030f iadd  0x00000006 , 0x00000006 
+ 00000515  0x00000310 ifetch  0x00000003 , 0x00000006 
+ 00000516  0x00000311 store  0x00000003 , 0x00004c84 
+ 00000517  0x00000313 fetch  0x00000001 , 0x00004bc2 
+ 00000518  0x00000314 rshift  0x0000003f , 0x0000003f 
+ 00000519  0x00000315 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000520  0x00000316 store  0x00000001 , 0x00004c8a 
+ 00000521  0x00000317 rtn 
+ 00000522  0x0000031e fetch  0x00000001 , 0x00004c47 
+ 00000523  0x0000031f increase  0x00000002 , 0x0000003f 
+ 00000524  0x00000320 store  0x00000001 , 0x00004c49 
+ 00000525  0x00000322 fetch  0x00000001 , 0x00004c48 
+ 00000526  0x00000323 store  0x00000001 , 0x00004c03 
+ 00000527  0x00000325 fetch  0x00000001 , 0x00004c47 
+ 00000528  0x00000326 lshift3  0x0000003f , 0x0000003f 
+ 00000529  0x00000327 fetcht  0x00000001 , 0x00004c46 
+ 00000530  0x00000328 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00000531  0x00000329 lshift  0x00000002 , 0x00000002 
+ 00000532  0x0000032a ior  0x00000002 , 0x0000003f 
+ 00000533  0x0000032b fetcht  0x00000001 , 0x00004c83 
+ 00000534  0x0000032c iadd  0x00000002 , 0x0000003f 
+ 00000535  0x0000032d istore  0x00000001 , 0x00000005 
+ 00000536  0x0000032f fetch  0x00000001 , 0x00004c47 
+ 00000537  0x00000330 iforce  0x00000039 
+ 00000538  0x00000331 arg  0x00004be3 , 0x00000006 
+ 00000539  0x00000332 branch  0x00007f01 
+ 00000540  0x00000355 disable  0x00000009 
+ 00000541  0x00000356 disable  0x00000007 
+ 00000542  0x00000357 setarg  0x00555555 
+ 00000543  0x00000358 iforce  0x0000000f 
+ 00000544  0x00000359 fetch  0x00000001 , 0x00004c51 
+ 00000545  0x0000035a reverse  0x0000003f , 0x00000002 
+ 00000546  0x0000035b set1  0x00000001 , 0x00000002 
+ 00000547  0x0000035c rshift  0x00000002 , 0x0000000e 
+ 00000548  0x0000035d rtn 
+ 00000549  0x0000036c call  0x0000021c 
+ 00000550  0x0000036d disable  0x0000002f 
+ 00000551  0x0000036e enable  0x0000000d 
+ 00000552  0x0000036f enable  0x00000021 
+ 00000553  0x00000370 disable  0x00000020 
+ 00000554  0x00000371 enable  0x00000010 
+ 00000555  0x00000372 fetch  0x00000002 , 0x00004c4a 
+ 00000556  0x00000373 iforce  0x0000001b 
+ 00000557  0x00000374 correlate  0x0000003e , 0x00000003 
+ 00000558  0x00000375 nbranch  0x0000025e , 0x00000018 
+ 00000559  0x00000378 disable  0x0000000d 
+ 00000560  0x00000379 enable  0x0000000b 
+ 00000561  0x0000037a enable  0x00000007 
+ 00000562  0x0000037b enable  0x00000009 
+ 00000563  0x0000037c call  0x0000025b 
+ 00000564  0x0000037d store  0x00000001 , 0x00004cfb 
+ 00000565  0x0000037e fetcht  0x00000001 , 0x00004cfa 
+ 00000566  0x0000037f isub  0x00000002 , 0x0000003e 
+ 00000567  0x00000380 nbranch  0x0000025e , 0x00000005 
+ 00000568  0x00000381 call  0x0000025b 
+ 00000569  0x00000382 store  0x00000001 , 0x00004bc1 
+ 00000570  0x00000386 fetch  0x00000001 , 0x00004bc1 
+ 00000571  0x00000387 fetcht  0x00000001 , 0x00004c48 
+ 00000572  0x00000388 icompare  0x00000007 , 0x00000002 
+ 00000573  0x00000389 nbranch  0x0000025e , 0x00000001 
+ 00000574  0x0000038b call  0x0000025b 
+ 00000575  0x0000038c istore  0x00000001 , 0x00000005 
+ 00000576  0x0000038d rshift3  0x0000003f , 0x0000003f 
+ 00000577  0x0000038e and  0x0000003f , 0x0000001f , 0x00000039 
+ 00000578  0x0000038f branch  0x00000246 , 0x00000005 
+ 00000579  0x00000391 call  0x0000025b 
+ 00000580  0x00000392 istore  0x00000001 , 0x00000005 
+ 00000581  0x00000393 loop  0x00000243 
+ 00000582  0x00000396 copy  0x00000005 , 0x00000011 
+ 00000583  0x00000397 call  0x0000025b 
+ 00000584  0x00000398 store  0x00000001 , 0x00004d82 
+ 00000585  0x00000399 copy  0x00000011 , 0x00000005 
+ 00000586  0x0000039a parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00000587  0x0000039b enable  0x00000010 
+ 00000588  0x0000039c arg  0x00000664 , 0x0000001b 
+ 00000589  0x0000039d rshift32  0x0000003f , 0x0000003f 
+ 00000590  0x0000039e rshift16  0x0000003f , 0x0000003f 
+ 00000591  0x0000039f istore  0x00000003 , 0x00000005 
+ 00000592  0x000003a0 disable  0x0000000b 
+ 00000593  0x000003a1 branch  0x0000025e , 0x00000006 
+ 00000594  0x000003a4 enable  0x0000002f 
+ 00000595  0x000003a5 fetch  0x00000001 , 0x00000017 
+ 00000596  0x000003a6 add  0x0000003f , 0x00000000 , 0x00000011 
+ 00000597  0x000003a7 call  0x00002981 
+ 00000598  0x000003a8 disable  0x0000000d 
+ 00000599  0x000003a9 call  0x00002918 
+ 00000600  0x000003aa fetch  0x00000001 , 0x00004d82 
+ 00000601  0x000003ab call  0x0000006c 
+ 00000602  0x000003ac rtn 
+ 00000603  0x000003af parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00000604  0x000003b0 rshift3  0x0000000c , 0x0000003f 
+ 00000605  0x000003b1 rtn 
+ 00000606  0x000003b9 disable  0x0000001b 
+ 00000607  0x000003ba disable  0x0000000b 
+ 00000608  0x000003bb call  0x0000264d 
+ 00000609  0x000003bc rtn 
+ 00000610  0x000003bf call  0x00002918 
+ 00000611  0x000003c0 fetcht  0x00000001 , 0x00004c51 
+ 00000612  0x000003c1 branch  0x00002933 
+ 00000613  0x000003c4 call  0x000053c4 
+ 00000614  0x000003c5 fetch  0x00000004 , 0x00004c6f 
+ 00000615  0x000003c6 iforce  0x00000009 
+ 00000616  0x000003c7 call  0x0000021c 
+ 00000617  0x000003c8 call  0x00000262 
+ 00000618  0x000003c9 set1  0x00000000 , 0x00000015 
+ 00000619  0x000003ca enable  0x0000001d 
+ 00000620  0x000003cb enable  0x00000020 
+ 00000621  0x000003cc disable  0x00000021 
+ 00000622  0x000003cf rshift16  0x00000009 , 0x0000003f 
+ 00000623  0x000003d0 rshift8  0x0000003f , 0x0000003f 
+ 00000624  0x000003d1 rshift4  0x0000003f , 0x0000003f 
+ 00000625  0x000003d2 inject  0x00000003 , 0x00000028 
+ 00000626  0x000003d3 disable  0x0000001d 
+ 00000627  0x000003d4 enable  0x0000001b 
+ 00000628  0x000003d5 enable  0x00000007 
+ 00000629  0x000003d6 enable  0x00000009 
+ 00000630  0x000003d7 fetch  0x00000001 , 0x00004cfa 
+ 00000631  0x000003d8 inject  0x00000003 , 0x00000008 
+ 00000632  0x000003d9 fetch  0x00000001 , 0x00004c49 
+ 00000633  0x000003da iforce  0x00000039 
+ 00000634  0x000003db arg  0x00004c03 , 0x00000006 
+ 00000635  0x000003dd ifetch  0x00000001 , 0x00000006 
+ 00000636  0x000003de inject  0x00000003 , 0x00000008 
+ 00000637  0x000003df loop  0x0000027b 
+ 00000638  0x000003e2 enable  0x00000008 
+ 00000639  0x000003e3 inject  0x00000003 , 0x00000018 
+ 00000640  0x000003e4 disable  0x00000008 
+ 00000641  0x000003e5 until  0x0000003e , 0x00000027 
+ 00000642  0x000003e6 nop  0x00000064 
+ 00000643  0x000003e7 disable  0x0000001d 
+ 00000644  0x000003e8 disable  0x0000001b 
+ 00000645  0x000003e9 rtn 
+ 00000646  0x000003ec call  0x00007fe9 
+ 00000647  0x000003ed fetcht  0x00000004 , 0x00004c68 
+ 00000648  0x000003ee copy  0x00000022 , 0x0000003f 
+ 00000649  0x000003ef isub  0x00000002 , 0x0000003e 
+ 00000650  0x000003f0 ncall  0x00002d18 , 0x00000002 
+ 00000651  0x000003f1 copy  0x0000003f , 0x00000012 
+ 00000652  0x000003f2 fetch  0x00000004 , 0x00004c68 
+ 00000653  0x000003f3 fetcht  0x00000001 , 0x00004c6c 
+ 00000654  0x000003f4 iadd  0x00000002 , 0x00000002 
+ 00000655  0x000003f5 copy  0x00000012 , 0x0000003f 
+ 00000656  0x000003f6 isub  0x00000002 , 0x0000003e 
+ 00000657  0x000003f7 nrtn  0x00000002 
+ 00000658  0x000003f8 set0  0x0000001c , 0x0000003f 
+ 00000659  0x000003f9 store  0x00000004 , 0x00004c68 
+ 00000660  0x000003fa branch  0x00007fe7 
+ 00000661  0x00000413 arg  0x00000000 , 0x00000002 
+ 00000662  0x00000414 arg  0x00000008 , 0x00000039 
+ 00000663  0x00000415 copy  0x00000011 , 0x00000006 
+ 00000664  0x00000417 ifetch  0x00000001 , 0x00000006 
+ 00000665  0x00000418 iadd  0x00000002 , 0x00000002 
+ 00000666  0x00000419 loop  0x00000298 
+ 00000667  0x0000041a rshift3  0x00000002 , 0x0000003f 
+ 00000668  0x0000041b copy  0x0000003f , 0x00000002 
+ 00000669  0x0000041c rtnmark0  0x00000026 
+ 00000670  0x0000041e div  0x0000003f , 0x0000000a 
+ 00000671  0x0000041f call  0x00007f86 
+ 00000672  0x00000420 quotient  0x0000003f 
+ 00000673  0x00000421 lshift4  0x0000003f , 0x0000003f 
+ 00000674  0x00000422 remainder  0x00000002 
+ 00000675  0x00000423 ior  0x00000002 , 0x00000002 
+ 00000676  0x00000424 rtn 
+ 00000677  0x00000425 rtn 
+ 00000678  0x00000429 rtnmark1  0x00000026 
+ 00000679  0x0000042a call  0x00000382 
+ 00000680  0x0000042b call  0x000000ea 
+ 00000681  0x0000042c fetch  0x00000001 , 0x00004040 
+ 00000682  0x0000042d bbit0  0x00000000 , 0x000002ad 
+ 00000683  0x0000042e fetch  0x00000001 , 0x000000a0 
+ 00000684  0x0000042f nrtn  0x00000034 
+ 00000685  0x00000431 setarg  0x00000000 
+ 00000686  0x00000432 store  0x00000008 , 0x000000a1 
+ 00000687  0x00000433 rtn 
+ 00000688  0x00000437 fetch  0x00000001 , 0x00004afe 
+ 00000689  0x00000438 rtn  0x00000034 
+ 00000690  0x00000439 branch  0x00000511 
+ 00000691  0x0000043c call  0x0000296c 
+ 00000692  0x0000043d call  0x00003416 
+ 00000693  0x0000043e call  0x000074b9 
+ 00000694  0x0000043f branch  0x00000332 , 0x0000002b 
+ 00000695  0x00000441 call  0x00000001 
+ 00000696  0x0000044c fetch  0x00000001 , 0x00004241 
+ 00000697  0x0000044d bbit1  0x00000002 , 0x000002bc 
+ 00000698  0x0000044e jam  0x000000ff , 0x00004b76 
+ 00000699  0x0000044f branch  0x00000376 
+ 00000700  0x00000452 call  0x00000354 
+ 00000701  0x00000453 fetch  0x00000001 , 0x00004b76 
+ 00000702  0x00000454 beq  0x00000001 , 0x000002c2 
+ 00000703  0x00000455 beq  0x00000002 , 0x000001f1 
+ 00000704  0x00000456 jam  0x0000000a , 0x00004b77 
+ 00000705  0x00000457 rtn 
+ 00000706  0x0000045a jam  0x00000001 , 0x00004d92 
+ 00000707  0x0000045b call  0x000002cb 
+ 00000708  0x0000045c fetch  0x00000001 , 0x00004210 
+ 00000709  0x0000045d beq  0x00000033 , 0x000002ce 
+ 00000710  0x0000045e beq  0x00000034 , 0x000002d1 
+ 00000711  0x0000045f call  0x000004f8 
+ 00000712  0x00000460 jam  0x00000006 , 0x0000016d 
+ 00000713  0x00000461 call  0x0000049a 
+ 00000714  0x00000462 branch  0x00007ddd 
+ 00000715  0x00000468 fetch  0x00000001 , 0x00004cfe 
+ 00000716  0x00000469 store  0x00000001 , 0x000041de 
+ 00000717  0x0000046a rtn 
+ 00000718  0x00000471 fetch  0x00000006 , 0x000041d0 
+ 00000719  0x00000472 branch  0x000033eb , 0x00000034 
+ 00000720  0x00000473 branch  0x00004274 
+ 00000721  0x00000476 jam  0x00000012 , 0x000011c6 
+ 00000722  0x00000477 branch  0x0000076f 
+ 00000723  0x00000480 call  0x00000332 
+ 00000724  0x00000481 call  0x000040c0 
+ 00000725  0x00000483 call  0x000040d9 
+ 00000726  0x00000484 beq  0x00000030 , 0x000002db 
+ 00000727  0x00000485 beq  0x00000031 , 0x00000300 
+ 00000728  0x00000486 call  0x000040d1 
+ 00000729  0x00000487 nop  0x000003e8 
+ 00000730  0x00000488 branch  0x000002d5 
+ 00000731  0x0000048b call  0x0000039e 
+ 00000732  0x0000048c fetch  0x00000001 , 0x000046de 
+ 00000733  0x0000048d beq  0x0000005a , 0x000002e1 
+ 00000734  0x0000048e beq  0x00000054 , 0x000002ee 
+ 00000735  0x0000048f beq  0x000000d8 , 0x000002f1 
+ 00000736  0x00000490 branch  0x000040e0 
+ 00000737  0x00000493 jam  0x00000007 , 0x000046e0 
+ 00000738  0x00000494 setarg  0x00008006 
+ 00000739  0x00000495 call  0x00006413 
+ 00000740  0x00000496 call  0x00007ec1 
+ 00000741  0x00000497 arg  0x00004b7a , 0x00000013 
+ 00000742  0x00000499 ifetch  0x00000002 , 0x00000013 
+ 00000743  0x0000049a arg  0x0000ffff , 0x00000002 
+ 00000744  0x0000049b isub  0x00000002 , 0x0000003e 
+ 00000745  0x0000049c rtn  0x00000005 
+ 00000746  0x0000049d call  0x00006413 
+ 00000747  0x0000049e nop  0x00002ee0 
+ 00000748  0x0000049f increase  0x00000002 , 0x00000013 
+ 00000749  0x000004a0 branch  0x000002e6 
+ 00000750  0x000004a3 jam  0x00000002 , 0x000046e0 
+ 00000751  0x000004a4 arg  0x00004b94 , 0x00000013 
+ 00000752  0x000004a5 branch  0x000002e6 
+ 00000753  0x000004a8 setarg  0x00000016 
+ 00000754  0x000004a9 call  0x00006414 
+ 00000755  0x000004aa sub  0x0000003f , 0x000000bd , 0x0000003e 
+ 00000756  0x000004ab nbranch  0x000002d5 , 0x00000005 
+ 00000757  0x000004ac setarg  0x00000019 
+ 00000758  0x000004ad call  0x00006414 
+ 00000759  0x000004ae sub  0x0000003f , 0x00000055 , 0x0000003e 
+ 00000760  0x000004af nbranch  0x000002d5 , 0x00000005 
+ 00000761  0x000004b0 setarg  0x0000001b 
+ 00000762  0x000004b1 call  0x00006414 
+ 00000763  0x000004b2 sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00000764  0x000004b3 nbranch  0x000002d5 , 0x00000005 
+ 00000765  0x000004b4 jam  0x00000008 , 0x000046e0 
+ 00000766  0x000004b5 arg  0x00004ba2 , 0x00000013 
+ 00000767  0x000004b6 branch  0x000002e6 
+ 00000768  0x000004b9 call  0x0000039e 
+ 00000769  0x000004ba fetch  0x00000001 , 0x000046de 
+ 00000770  0x000004bb beq  0x00000070 , 0x000040e8 
+ 00000771  0x000004bc jam  0x00000001 , 0x000046e0 
+ 00000772  0x000004bd rtn 
+ 00000773  0x000004c0 jam  0x00000080 , 0x000011c6 
+ 00000774  0x000004c1 branch  0x0000076f 
+ 00000775  0x000004c5 fetcht  0x00000001 , 0x00004b45 
+ 00000776  0x000004c6 branch  0x00006825 
+ 00000777  0x000004c9 jam  0x00000040 , 0x00008086 
+ 00000778  0x000004ca jam  0x00000000 , 0x00008087 
+ 00000779  0x000004cb hfetch  0x00000001 , 0x00008081 
+ 00000780  0x000004cc set0  0x00000000 , 0x0000003f 
+ 00000781  0x000004cd set0  0x00000001 , 0x0000003f 
+ 00000782  0x000004ce set1  0x00000003 , 0x0000003f 
+ 00000783  0x000004cf set0  0x00000004 , 0x0000003f 
+ 00000784  0x000004d0 hstore  0x00000001 , 0x00008081 
+ 00000785  0x000004d1 setarg  0x00000000 
+ 00000786  0x000004d2 store  0x00000004 , 0x000001f5 
+ 00000787  0x000004d3 hfetch  0x00000001 , 0x0000807f 
+ 00000788  0x000004d4 set0  0x00000000 , 0x0000003f 
+ 00000789  0x000004d5 hstore  0x00000001 , 0x0000807f 
+ 00000790  0x000004d6 rtn 
+ 00000791  0x000004d9 call  0x00000363 
+ 00000792  0x000004da call  0x00004423 
+ 00000793  0x000004db fetch  0x00000002 , 0x00004778 
+ 00000794  0x000004dc arg  0x0000aa55 , 0x00000002 
+ 00000795  0x000004dd isub  0x00000002 , 0x0000003e 
+ 00000796  0x000004de branch  0x00000354 , 0x00000005 
+ 00000797  0x000004df storet  0x00000002 , 0x00004778 
+ 00000798  0x000004e0 call  0x0000441c 
+ 00000799  0x000004e1 fetch  0x00000001 , 0x000046e1 
+ 00000800  0x000004e2 store  0x00000001 , 0x0000477a 
+ 00000801  0x000004e3 fetch  0x00000004 , 0x00004b4c 
+ 00000802  0x000004e4 store  0x00000004 , 0x0000477b 
+ 00000803  0x000004e5 store  0x00000004 , 0x00004c6f 
+ 00000804  0x000004e7 call  0x00000363 
+ 00000805  0x000004e8 call  0x00000334 
+ 00000806  0x000004e9 call  0x0000034b 
+ 00000807  0x000004ea call  0x00000340 
+ 00000808  0x000004eb call  0x00000337 
+ 00000809  0x000004ee call  0x00000309 
+ 00000810  0x000004ef arg  0x00000007 , 0x00000002 
+ 00000811  0x000004f0 arg  0x00004b70 , 0x00000011 
+ 00000812  0x000004f1 arg  0x0000005f , 0x00000012 
+ 00000813  0x000004f2 fetch  0x00000003 , 0x00004700 
+ 00000814  0x000004f3 iadd  0x00000012 , 0x0000003f 
+ 00000815  0x000004f4 call  0x00000340 
+ 00000816  0x000004f5 call  0x00000337 
+ 00000817  0x000004f6 call  0x0000035b 
+ 00000818  0x000004f8 jam  0x00000076 , 0x00004212 
+ 00000819  0x000004f9 branch  0x00003d36 
+ 00000820  0x000004fc fetch  0x00000003 , 0x00004700 
+ 00000821  0x000004fd store  0x00000003 , 0x00004232 
+ 00000822  0x000004fe call  0x0000652a 
+ 00000823  0x00000500 setarg  0x000186a0 
+ 00000824  0x00000501 call  0x00002a8f 
+ 00000825  0x00000502 call  0x0000650b 
+ 00000826  0x00000503 setarg  0x000001fa 
+ 00000827  0x00000504 hstore  0x00000002 , 0x0000808c 
+ 00000828  0x00000505 setarg  0x00000005 
+ 00000829  0x00000506 call  0x000064f3 
+ 00000830  0x00000507 bbit1  0x00000000 , 0x00000337 
+ 00000831  0x00000508 rtn 
+ 00000832  0x0000050b copy  0x0000003f , 0x00000013 
+ 00000833  0x0000050c copy  0x00000011 , 0x0000003f 
+ 00000834  0x0000050d increase  0xfffffffc , 0x0000003f 
+ 00000835  0x0000050e copy  0x0000003f , 0x00000012 
+ 00000836  0x0000050f ifetch  0x00000004 , 0x00000012 
+ 00000837  0x00000510 store  0x00000004 , 0x00004b47 
+ 00000838  0x00000511 copy  0x00000013 , 0x0000003f 
+ 00000839  0x00000512 call  0x00006552 
+ 00000840  0x00000513 fetch  0x00000004 , 0x00004b47 
+ 00000841  0x00000514 istore  0x00000004 , 0x00000012 
+ 00000842  0x00000515 rtn 
+ 00000843  0x00000518 setarg  0x0000477f 
+ 00000844  0x00000519 arg  0x00004720 , 0x00000002 
+ 00000845  0x0000051a isub  0x00000002 , 0x00000002 
+ 00000846  0x0000051b fetch  0x00000003 , 0x00004700 
+ 00000847  0x0000051c arg  0x00004720 , 0x00000011 
+ 00000848  0x0000051d rtn 
+ 00000849  0x00000520 call  0x00000363 
+ 00000850  0x00000521 call  0x0000034b 
+ 00000851  0x00000522 branch  0x00006562 
+ 00000852  0x00000525 call  0x00000351 
+ 00000853  0x00000526 call  0x0000036d 
+ 00000854  0x00000529 call  0x00004364 
+ 00000855  0x0000052a call  0x0000431a 
+ 00000856  0x0000052b fetch  0x00000004 , 0x0000477b 
+ 00000857  0x0000052c store  0x00000004 , 0x00004c6f 
+ 00000858  0x0000052d rtn 
+ 00000859  0x00000530 jam  0x000000b9 , 0x00000aa2 
+ 00000860  0x00000532 call  0x00000309 
+ 00000861  0x00000533 call  0x000069ac 
+ 00000862  0x00000534 call  0x0000650b 
+ 00000863  0x00000535 arg  0x00004b47 , 0x00000011 
+ 00000864  0x00000536 fetcht  0x00000001 , 0x00000aa2 
+ 00000865  0x00000537 call  0x00006556 
+ 00000866  0x00000538 branch  0x000069ac 
+ 00000867  0x0000053b jam  0x000000ab , 0x00000aa2 
+ 00000868  0x0000053c branch  0x0000035c 
+ 00000869  0x0000053f jam  0x0000005a , 0x00004b75 
+ 00000870  0x00000540 rtn 
+ 00000871  0x00000542 jam  0x00000001 , 0x00004b69 
+ 00000872  0x00000543 jam  0x00000001 , 0x00004b68 
+ 00000873  0x00000545 jam  0x000000ff , 0x00004b75 
+ 00000874  0x00000546 fetch  0x00000006 , 0x00004d8c 
+ 00000875  0x00000547 store  0x00000006 , 0x000044a0 
+ 00000876  0x00000548 rtn 
+ 00000877  0x0000054c call  0x00000363 
+ 00000878  0x0000054d arg  0x00000007 , 0x00000002 
+ 00000879  0x0000054e arg  0x00004b70 , 0x00000011 
+ 00000880  0x0000054f arg  0x0000005f , 0x00000012 
+ 00000881  0x00000550 fetch  0x00000003 , 0x00004700 
+ 00000882  0x00000551 iadd  0x00000012 , 0x0000003f 
+ 00000883  0x00000552 branch  0x00006562 
+ 00000884  0x00000573 fetch  0x00000001 , 0x00004241 
+ 00000885  0x00000574 bbit1  0x00000002 , 0x000001f1 
+ 00000886  0x00000576 fetch  0x00000004 , 0x00004b4c 
+ 00000887  0x00000577 store  0x00000004 , 0x00004c6f 
+ 00000888  0x00000578 call  0x00000324 
+ 00000889  0x0000057a jam  0x00000041 , 0x000011c6 
+ 00000890  0x0000057b branch  0x0000076f 
+ 00000891  0x0000057e call  0x00004401 
+ 00000892  0x0000057f fetch  0x00000002 , 0x0000469f 
+ 00000893  0x00000580 rtn  0x00000034 
+ 00000894  0x00000582 jam  0x00000001 , 0x00004d87 
+ 00000895  0x00000583 setarg  0x00000000 
+ 00000896  0x00000584 store  0x00000002 , 0x00004d88 
+ 00000897  0x00000585 rtn 
+ 00000898  0x00000588 arg  0x00001800 , 0x00000006 
+ 00000899  0x00000589 arg  0x0000480a , 0x00000005 
+ 00000900  0x0000058a call  0x0000038a 
+ 00000901  0x0000058b arg  0x00001900 , 0x00000006 
+ 00000902  0x0000058c call  0x0000038a 
+ 00000903  0x0000058d arg  0x00001a00 , 0x00000006 
+ 00000904  0x0000058e call  0x0000038a 
+ 00000905  0x0000058f arg  0x00001b00 , 0x00000006 
+ 00000906  0x00000591 arg  0x0000001b , 0x00000039 
+ 00000907  0x00000592 branch  0x00007f01 
+ 00000908  0x00000595 arg  0x0000480a , 0x00000006 
+ 00000909  0x00000596 arg  0x00001800 , 0x00000005 
+ 00000910  0x00000597 call  0x0000038a 
+ 00000911  0x00000598 arg  0x00001900 , 0x00000005 
+ 00000912  0x00000599 call  0x0000038a 
+ 00000913  0x0000059a arg  0x00001a00 , 0x00000005 
+ 00000914  0x0000059b call  0x0000038a 
+ 00000915  0x0000059c arg  0x00001b00 , 0x00000005 
+ 00000916  0x0000059d branch  0x0000038a 
+ 00000917  0x000005a1 jam  0x00000000 , 0x00004172 
+ 00000918  0x000005a2 jam  0x0000001e , 0x00004b43 
+ 00000919  0x000005a3 rtn 
+ 00000920  0x000005a6 fetch  0x00000001 , 0x00004b42 
+ 00000921  0x000005a7 rtnne  0x00000001 
+ 00000922  0x000005a8 setarg  0x00000000 
+ 00000923  0x000005a9 store  0x00000001 , 0x00004b42 
+ 00000924  0x000005aa store  0x00000004 , 0x0000469b 
+ 00000925  0x000005ab branch  0x000003d7 
+ 00000926  0x000005ae call  0x00000332 
+ 00000927  0x000005af arg  0x00004bb2 , 0x00000013 
+ 00000928  0x000005b0 call  0x000002e6 
+ 00000929  0x000005b2 fetch  0x00000001 , 0x0000477a 
+ 00000930  0x000005b3 bne  0x000000ff , 0x00000511 
+ 00000931  0x000005b5 fetch  0x00000001 , 0x000046e1 
+ 00000932  0x000005b6 store  0x00000001 , 0x0000477a 
+ 00000933  0x000005b7 branch  0x00000511 
+ 00000934  0x000005ba call  0x00005892 
+ 00000935  0x000005bb nrtn  0x00000034 
+ 00000936  0x000005bc fetch  0x00000001 , 0x00004b75 
+ 00000937  0x000005bd beq  0x000000ff , 0x000003ad 
+ 00000938  0x000005be fetch  0x00000001 , 0x000046c5 
+ 00000939  0x000005bf and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000940  0x000005c0 rtnne  0x00000003 
+ 00000941  0x000005c2 fetch  0x00000001 , 0x0000479e 
+ 00000942  0x000005c3 call  0x000003d5 , 0x00000034 
+ 00000943  0x000005c4 fetch  0x00000004 , 0x000046d3 
+ 00000944  0x000005c5 bbit1  0x00000005 , 0x00004179 
+ 00000945  0x000005c6 call  0x00003f97 
+ 00000946  0x000005c7 nrtn  0x00000028 
+ 00000947  0x000005c8 call  0x00000395 
+ 00000948  0x000005c9 call  0x00000398 
+ 00000949  0x000005ca call  0x000003d0 
+ 00000950  0x000005cc arg  0x0000469a , 0x00000011 
+ 00000951  0x000005cd call  0x00007e3d 
+ 00000952  0x000005ce call  0x000003bf , 0x00000028 
+ 00000953  0x000005d0 rtn 
+ 00000954  0x000005d3 jam  0x00000007 , 0x000047a2 
+ 00000955  0x000005d4 jam  0x00000004 , 0x000047a3 
+ 00000956  0x000005d5 setarg  0x000047a2 
+ 00000957  0x000005d6 store  0x00000002 , 0x00004218 
+ 00000958  0x000005d7 branch  0x00007e38 
+ 00000959  0x000005da fetch  0x00000001 , 0x000047c3 
+ 00000960  0x000005db increase  0x00000001 , 0x0000003f 
+ 00000961  0x000005dc store  0x00000001 , 0x000047c3 
+ 00000962  0x000005dd rtn 
+ 00000963  0x000005e0 arg  0x0000469a , 0x00000011 
+ 00000964  0x000005e1 call  0x00007e54 
+ 00000965  0x000005e2 branch  0x000003c7 , 0x00000028 
+ 00000966  0x000005e3 rtn 
+ 00000967  0x000005e6 call  0x00005652 
+ 00000968  0x000005e7 fetch  0x00000001 , 0x000047c3 
+ 00000969  0x000005e8 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00000970  0x000005e9 ncall  0x00005650 , 0x00000002 
+ 00000971  0x000005ea fetch  0x00000001 , 0x000047c3 
+ 00000972  0x000005eb rtn  0x00000034 
+ 00000973  0x000005ec increase  0xffffffff , 0x0000003f 
+ 00000974  0x000005ed store  0x00000001 , 0x000047c3 
+ 00000975  0x000005ee branch  0x00003f90 
+ 00000976  0x000005f2 fetch  0x00000002 , 0x0000469f 
+ 00000977  0x000005f3 rtn  0x00000034 
+ 00000978  0x000005f4 jam  0x00000001 , 0x00004806 
+ 00000979  0x000005f5 jam  0x0000000a , 0x00004807 
+ 00000980  0x000005f6 rtn 
+ 00000981  0x000005f9 jam  0x00000001 , 0x0000479e 
+ 00000982  0x000005fa call  0x00005814 
+ 00000983  0x000005fc jam  0x00000001 , 0x00004afe 
+ 00000984  0x000005fd branch  0x000002d3 
+ 00000985  0x00000600 rtn  0x0000002e 
+ 00000986  0x00000601 fetch  0x00000001 , 0x000041e2 
+ 00000987  0x00000602 rtn  0x00000034 
+ 00000988  0x00000603 call  0x00005271 
+ 00000989  0x00000604 nrtn  0x00000034 
+ 00000990  0x00000605 fetch  0x00000001 , 0x0000479e 
+ 00000991  0x00000606 call  0x000003d5 , 0x00000034 
+ 00000992  0x00000607 fetch  0x00000004 , 0x000046d3 
+ 00000993  0x00000608 bbit1  0x00000005 , 0x00003f8a 
+ 00000994  0x00000609 bbit1  0x00000009 , 0x00003f8a 
+ 00000995  0x0000060a call  0x00003f97 
+ 00000996  0x0000060b nrtn  0x00000028 
+ 00000997  0x0000060c call  0x00000395 
+ 00000998  0x0000060d call  0x00000398 
+ 00000999  0x0000060e call  0x000003d0 
+ 00001000  0x0000060f fetch  0x00000001 , 0x00004b03 
+ 00001001  0x00000610 beq  0x00000001 , 0x000003ed 
+ 00001002  0x00000611 fetch  0x00000001 , 0x00004b0a 
+ 00001003  0x00000612 rtn  0x00000034 
+ 00001004  0x00000613 branch  0x00003f81 
+ 00001005  0x00000616 fetch  0x00000001 , 0x0000469a 
+ 00001006  0x00000617 store  0x00000001 , 0x00004b04 
+ 00001007  0x00000618 fetch  0x00000001 , 0x0000469b 
+ 00001008  0x00000619 istore  0x00000001 , 0x00000005 
+ 00001009  0x0000061a fetch  0x00000001 , 0x0000469d 
+ 00001010  0x0000061b istore  0x00000001 , 0x00000005 
+ 00001011  0x0000061c fetch  0x00000002 , 0x0000469f 
+ 00001012  0x0000061d istore  0x00000002 , 0x00000005 
+ 00001013  0x0000061f arg  0x00000007 , 0x00000011 
+ 00001014  0x00000620 call  0x00004d63 
+ 00001015  0x00000621 fetch  0x00000002 , 0x0000424e 
+ 00001016  0x00000622 istore  0x00000002 , 0x00000005 
+ 00001017  0x00000623 setarg  0x000002a1 
+ 00001018  0x00000624 istore  0x00000002 , 0x00000005 
+ 00001019  0x00000625 fetch  0x00000005 , 0x00004b04 
+ 00001020  0x00000626 istore  0x00000005 , 0x00000005 
+ 00001021  0x00000627 rtn 
+ 00001022  0x0000062b call  0x00007e34 
+ 00001023  0x0000062c call  0x00000401 
+ 00001024  0x0000062d branch  0x00003ee0 
+ 00001025  0x00000630 fetcht  0x00000001 , 0x000046e7 
+ 00001026  0x00000631 call  0x0000056b 
+ 00001027  0x00000632 fetcht  0x00000001 , 0x000046e7 
+ 00001028  0x00000633 call  0x0000681d 
+ 00001029  0x00000634 branch  0x0000040f , 0x00000001 
+ 00001030  0x00000635 call  0x00000566 
+ 00001031  0x00000637 fetch  0x00000001 , 0x000046b6 
+ 00001032  0x00000638 rtneq  0x00000000 
+ 00001033  0x00000639 jam  0x00000000 , 0x000046b6 
+ 00001034  0x0000063a fetch  0x00000001 , 0x0000477a 
+ 00001035  0x0000063b increase  0x00000001 , 0x0000003f 
+ 00001036  0x0000063c and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001037  0x0000063d store  0x00000001 , 0x0000477a 
+ 00001038  0x00000641 branch  0x00003d7e 
+ 00001039  0x00000643 call  0x00000566 
+ 00001040  0x00000644 branch  0x00003d62 
+ 00001041  0x00000647 copy  0x00000013 , 0x0000003f 
+ 00001042  0x00000648 beq  0x00000014 , 0x00000422 
+ 00001043  0x00000649 beq  0x00000015 , 0x00000436 
+ 00001044  0x0000064a beq  0x00000029 , 0x00000439 
+ 00001045  0x0000064b beq  0x00000032 , 0x0000043b 
+ 00001046  0x0000064c beq  0x00000040 , 0x0000043d 
+ 00001047  0x0000064d beq  0x00000004 , 0x0000043f 
+ 00001048  0x0000064e beq  0x00000013 , 0x0000043f 
+ 00001049  0x0000064f beq  0x00000019 , 0x000033df 
+ 00001050  0x00000650 beq  0x00000021 , 0x00000443 
+ 00001051  0x00000651 beq  0x00000001 , 0x00000445 
+ 00001052  0x00000652 beq  0x00000002 , 0x00000451 
+ 00001053  0x00000653 beq  0x0000002b , 0x00000454 
+ 00001054  0x00000654 beq  0x00000039 , 0x00000456 
+ 00001055  0x00000655 beq  0x0000003a , 0x0000045a 
+ 00001056  0x00000656 beq  0x0000003c , 0x0000045d 
+ 00001057  0x00000657 branch  0x0000417d 
+ 00001058  0x0000065a call  0x000003d7 
+ 00001059  0x0000065b call  0x000041c3 
+ 00001060  0x0000065c setarg  0x00000000 
+ 00001061  0x0000065d store  0x00000003 , 0x00004b68 
+ 00001062  0x0000065e fetch  0x00000006 , 0x00004b4c 
+ 00001063  0x0000065f fetcht  0x00000006 , 0x00004722 
+ 00001064  0x00000660 isub  0x00000002 , 0x0000003e 
+ 00001065  0x00000661 ncall  0x00000365 , 0x00000005 
+ 00001066  0x00000662 call  0x00003410 
+ 00001067  0x00000663 jam  0x00000001 , 0x00004b76 
+ 00001068  0x00000664 fetch  0x00000001 , 0x000047a1 
+ 00001069  0x00000665 nbranch  0x0000042f , 0x00000034 
+ 00001070  0x00000666 jam  0x00000014 , 0x00004b6d 
+ 00001071  0x00000668 jam  0x00000000 , 0x00004b77 
+ 00001072  0x00000669 jam  0x00000000 , 0x00004b6c 
+ 00001073  0x0000066a jam  0x00000001 , 0x00004b6f 
+ 00001074  0x0000066b jam  0x00000000 , 0x00004b78 
+ 00001075  0x0000066c jam  0x00000000 , 0x00004b6b 
+ 00001076  0x0000066d call  0x000001f3 
+ 00001077  0x0000066e branch  0x000003ba 
+ 00001078  0x00000672 call  0x00000463 
+ 00001079  0x00000673 jam  0x000000a2 , 0x000011c6 
+ 00001080  0x00000674 branch  0x0000076f 
+ 00001081  0x00000678 jam  0x00000012 , 0x00000a99 
+ 00001082  0x00000679 branch  0x00007d8f 
+ 00001083  0x0000067c jam  0x000000b3 , 0x000011c6 
+ 00001084  0x0000067d branch  0x0000076f 
+ 00001085  0x00000680 jam  0x000000a1 , 0x000011c6 
+ 00001086  0x00000681 branch  0x0000076f 
+ 00001087  0x00000686 jam  0x000000a3 , 0x000011c6 
+ 00001088  0x00000687 branch  0x0000076f 
+ 00001089  0x0000068a jam  0x00000070 , 0x000011c6 
+ 00001090  0x0000068b branch  0x0000076f 
+ 00001091  0x0000068e jam  0x000000b1 , 0x000011c6 
+ 00001092  0x0000068f branch  0x0000076f 
+ 00001093  0x00000692 call  0x00000498 
+ 00001094  0x00000693 call  0x000003d7 
+ 00001095  0x00000694 setarg  0x00000000 
+ 00001096  0x00000695 store  0x00000003 , 0x00004b68 
+ 00001097  0x00000696 jam  0x00000001 , 0x00004b76 
+ 00001098  0x00000697 jam  0x00000000 , 0x00004b77 
+ 00001099  0x00000698 jam  0x00000000 , 0x00004b78 
+ 00001100  0x00000699 jam  0x00000000 , 0x00004b6b 
+ 00001101  0x0000069a call  0x000001f3 
+ 00001102  0x0000069b call  0x00000502 
+ 00001103  0x0000069c jam  0x00000000 , 0x00004809 
+ 00001104  0x0000069d branch  0x000042ca 
+ 00001105  0x000006a1 call  0x00000463 
+ 00001106  0x000006a2 jam  0x000000b4 , 0x000011c6 
+ 00001107  0x000006a3 branch  0x0000076f 
+ 00001108  0x000006a6 jam  0x000000b2 , 0x000011c6 
+ 00001109  0x000006a7 branch  0x0000076f 
+ 00001110  0x000006aa call  0x0000037e 
+ 00001111  0x000006ab call  0x000003d7 
+ 00001112  0x000006ac jam  0x00000050 , 0x000011c6 
+ 00001113  0x000006ad branch  0x0000076f 
+ 00001114  0x000006b0 call  0x00000463 
+ 00001115  0x000006b1 jam  0x00000051 , 0x000011c6 
+ 00001116  0x000006b2 branch  0x0000076f 
+ 00001117  0x000006b6 call  0x000003d7 
+ 00001118  0x000006b7 jam  0x00000052 , 0x000011c6 
+ 00001119  0x000006b8 branch  0x0000076f 
+ 00001120  0x000006bb call  0x00000463 
+ 00001121  0x000006bc jam  0x000000a0 , 0x000011c6 
+ 00001122  0x000006bd branch  0x0000076f 
+ 00001123  0x000006c0 fetch  0x00000001 , 0x00004afe 
+ 00001124  0x000006c1 rtn  0x00000034 
+ 00001125  0x000006c2 jam  0x00000000 , 0x00004afe 
+ 00001126  0x000006c4 call  0x000002d3 
+ 00001127  0x000006c5 setarg  0x00000006 
+ 00001128  0x000006c6 call  0x00006414 
+ 00001129  0x000006c7 or  0x0000003f , 0x00000008 , 0x0000003f 
+ 00001130  0x000006c8 lshift8  0x0000003f , 0x0000003f 
+ 00001131  0x000006c9 add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00001132  0x000006ca branch  0x00006413 
+ 00001133  0x000006ce call  0x00000481 
+ 00001134  0x000006cf call  0x00000505 
+ 00001135  0x000006d0 call  0x000004d1 
+ 00001136  0x000006d1 call  0x000004fb 
+ 00001137  0x000006d2 call  0x000004d6 
+ 00001138  0x000006d3 call  0x00004234 
+ 00001139  0x000006d5 call  0x0000049f 
+ 00001140  0x000006d6 call  0x000004a6 
+ 00001141  0x000006d7 call  0x000004ba 
+ 00001142  0x000006d8 call  0x000004c0 
+ 00001143  0x000006d9 call  0x000004c3 
+ 00001144  0x000006da call  0x000004cb 
+ 00001145  0x000006db call  0x000004b2 
+ 00001146  0x000006dc call  0x00004231 
+ 00001147  0x000006dd call  0x000004b5 
+ 00001148  0x000006de call  0x0000047e 
+ 00001149  0x000006df branch  0x0000423a 
+ 00001150  0x000006e2 arg  0x00004b77 , 0x00000013 
+ 00001151  0x000006e3 arg  0x000002c2 , 0x00000012 
+ 00001152  0x000006e4 branch  0x0000336d 
+ 00001153  0x000006f6 fetch  0x00000001 , 0x00004b68 
+ 00001154  0x000006f7 rtn  0x00000034 
+ 00001155  0x000006f8 arg  0x00004b69 , 0x00000013 
+ 00001156  0x000006f9 arg  0x00000486 , 0x00000012 
+ 00001157  0x000006fa branch  0x0000336d 
+ 00001158  0x000006fc jam  0x00000001 , 0x00004b69 
+ 00001159  0x000006fd fetch  0x00000001 , 0x00004b6a 
+ 00001160  0x000006fe increase  0x00000001 , 0x0000003f 
+ 00001161  0x000006ff and_into  0x00000001 , 0x0000003f 
+ 00001162  0x00000700 store  0x00000001 , 0x00004b6a 
+ 00001163  0x00000701 beq  0x00000000 , 0x0000049a 
+ 00001164  0x00000703 fetch  0x00000006 , 0x00004b62 
+ 00001165  0x00000704 store  0x00000006 , 0x000044a0 
+ 00001166  0x00000705 call  0x00000490 
+ 00001167  0x00000706 branch  0x00007df4 
+ 00001168  0x00000709 jam  0x0000001f , 0x0000436f 
+ 00001169  0x0000070a jam  0x0000001f , 0x0000438f 
+ 00001170  0x0000070b call  0x00000498 
+ 00001171  0x0000070c arg  0x00004b10 , 0x00000006 
+ 00001172  0x0000070e arg  0x0000437b , 0x00000005 
+ 00001173  0x0000070f arg  0x00000013 , 0x00000039 
+ 00001174  0x00000710 call  0x00007f01 
+ 00001175  0x00000711 branch  0x000057b8 
+ 00001176  0x00000714 arg  0x00000007 , 0x00000007 
+ 00001177  0x00000715 branch  0x000043ce 
+ 00001178  0x00000719 jam  0x00000000 , 0x0000436f 
+ 00001179  0x0000071a jam  0x00000000 , 0x0000438f 
+ 00001180  0x0000071b arg  0x00000007 , 0x00000007 
+ 00001181  0x0000071c call  0x000043d2 
+ 00001182  0x0000071d branch  0x00000369 
+ 00001183  0x00000721 arg  0x00004b44 , 0x00000013 
+ 00001184  0x00000722 arg  0x000004a2 , 0x00000012 
+ 00001185  0x00000723 branch  0x0000336d 
+ 00001186  0x00000725 setarg  0x00124f80 
+ 00001187  0x00000726 store  0x00000003 , 0x00004c76 
+ 00001188  0x00000728 jam  0x00000001 , 0x00004b42 
+ 00001189  0x00000729 rtn 
+ 00001190  0x0000072c arg  0x00004d93 , 0x00000013 
+ 00001191  0x0000072d arg  0x000004a9 , 0x00000012 
+ 00001192  0x0000072e branch  0x00003374 
+ 00001193  0x00000730 jam  0x00000001 , 0x00004d92 
+ 00001194  0x00000731 fetch  0x00000001 , 0x00004b68 
+ 00001195  0x00000732 nbranch  0x000004ad , 0x00000034 
+ 00001196  0x00000736 rtn 
+ 00001197  0x00000739 jam  0x00000001 , 0x00004d93 
+ 00001198  0x0000073a fetch  0x00000001 , 0x00004b2f 
+ 00001199  0x0000073b nrtn  0x00000034 
+ 00001200  0x0000073c jam  0x00000000 , 0x00004d93 
+ 00001201  0x0000073e rtn 
+ 00001202  0x00000742 arg  0x00004809 , 0x00000013 
+ 00001203  0x00000743 arg  0x0000637a , 0x00000012 
+ 00001204  0x00000744 branch  0x0000336d 
+ 00001205  0x00000747 arg  0x00004b09 , 0x00000013 
+ 00001206  0x00000748 arg  0x000004b8 , 0x00000012 
+ 00001207  0x00000749 branch  0x0000336d 
+ 00001208  0x0000074b jam  0x00000001 , 0x00004b0a 
+ 00001209  0x0000074c rtn 
+ 00001210  0x00000750 arg  0x000046ae , 0x00000013 
+ 00001211  0x00000751 arg  0x000004bd , 0x00000012 
+ 00001212  0x00000752 branch  0x00003374 
+ 00001213  0x00000754 jam  0x00000001 , 0x00004b78 
+ 00001214  0x00000755 call  0x000004ea 
+ 00001215  0x00000756 branch  0x000004df 
+ 00001216  0x00000759 arg  0x000046c6 , 0x00000013 
+ 00001217  0x0000075a arg  0x00003d60 , 0x00000012 
+ 00001218  0x0000075b branch  0x0000336d 
+ 00001219  0x0000075e fetch  0x00000001 , 0x00004b6f 
+ 00001220  0x0000075f rtn  0x00000034 
+ 00001221  0x00000760 arg  0x00004b6d , 0x00000013 
+ 00001222  0x00000761 arg  0x000004c8 , 0x00000012 
+ 00001223  0x00000762 branch  0x0000336d 
+ 00001224  0x00000764 fetch  0x00000001 , 0x00004b6e 
+ 00001225  0x00000765 nrtn  0x00000034 
+ 00001226  0x00000766 branch  0x00005bf5 
+ 00001227  0x00000769 arg  0x00004b43 , 0x00000013 
+ 00001228  0x0000076a arg  0x000004ce , 0x00000012 
+ 00001229  0x0000076b branch  0x0000336d 
+ 00001230  0x0000076d fetch  0x00000001 , 0x000047c5 
+ 00001231  0x0000076e store  0x00000001 , 0x00004172 
+ 00001232  0x0000076f branch  0x000004a4 
+ 00001233  0x00000772 arg  0x00004807 , 0x00000013 
+ 00001234  0x00000773 arg  0x000004d4 , 0x00000012 
+ 00001235  0x00000774 branch  0x0000336d 
+ 00001236  0x00000776 jam  0x00000000 , 0x00004806 
+ 00001237  0x00000777 rtn 
+ 00001238  0x0000077b fetch  0x00000001 , 0x000046b6 
+ 00001239  0x0000077c branch  0x000004e2 , 0x00000034 
+ 00001240  0x0000077d call  0x00000545 
+ 00001241  0x0000077e beq  0x00000007 , 0x000004e2 
+ 00001242  0x00000780 fetch  0x00000001 , 0x00004685 
+ 00001243  0x00000781 store  0x00000001 , 0x000046da 
+ 00001244  0x00000782 fetch  0x00000001 , 0x000046db 
+ 00001245  0x00000783 rtneq  0x00000001 
+ 00001246  0x00000784 jam  0x00000001 , 0x000046db 
+ 00001247  0x00000786 arg  0x00000009 , 0x00000007 
+ 00001248  0x00000787 call  0x000043d2 
+ 00001249  0x00000788 branch  0x000043ca 
+ 00001250  0x0000078a jam  0x00000028 , 0x000047a0 
+ 00001251  0x0000078b call  0x000004e5 
+ 00001252  0x0000078c branch  0x000043b0 
+ 00001253  0x0000078f arg  0x000046da , 0x00000013 
+ 00001254  0x00000790 arg  0x000004e8 , 0x00000012 
+ 00001255  0x00000791 branch  0x0000336d 
+ 00001256  0x00000793 fetch  0x00000001 , 0x00004b68 
+ 00001257  0x00000794 nbranch  0x000004f8 , 0x00000034 
+ 00001258  0x00000796 isolate1  0x00000026 , 0x00000000 
+ 00001259  0x00000797 call  0x000004f6 , 0x00000001 
+ 00001260  0x00000798 fetch  0x00000001 , 0x00004b76 
+ 00001261  0x00000799 sub  0x0000003f , 0x000000ff , 0x0000003e 
+ 00001262  0x0000079a call  0x000004f6 , 0x00000005 
+ 00001263  0x0000079c call  0x00000490 
+ 00001264  0x0000079d fetch  0x00000002 , 0x00004682 
+ 00001265  0x0000079e isolate1  0x00000007 , 0x0000003f 
+ 00001266  0x0000079f call  0x00004392 , 0x00000001 
+ 00001267  0x000007a0 arg  0x00000009 , 0x00000007 
+ 00001268  0x000007a1 call  0x000043ce 
+ 00001269  0x000007a2 branch  0x000043b8 
+ 00001270  0x000007a5 jam  0x00000001 , 0x00004b6c 
+ 00001271  0x000007a6 rtn 
+ 00001272  0x000007a9 fetch  0x00000002 , 0x00004687 
+ 00001273  0x000007aa store  0x00000002 , 0x000046ac 
+ 00001274  0x000007ab rtn 
+ 00001275  0x000007ae fetch  0x00000001 , 0x0000479f 
+ 00001276  0x000007af rtn  0x00000034 
+ 00001277  0x000007b0 arg  0x000047a0 , 0x00000013 
+ 00001278  0x000007b1 arg  0x00000500 , 0x00000012 
+ 00001279  0x000007b2 branch  0x0000336d 
+ 00001280  0x000007b4 jam  0x00000000 , 0x0000479f 
+ 00001281  0x000007b5 branch  0x0000340a 
+ 00001282  0x000007b8 jam  0x00000000 , 0x0000479f 
+ 00001283  0x000007b9 jam  0x00000000 , 0x000047a0 
+ 00001284  0x000007ba rtn 
+ 00001285  0x00000829 fetch  0x00000001 , 0x000046ac 
+ 00001286  0x0000082a rtn  0x00000034 
+ 00001287  0x0000082b bbit1  0x00000002 , 0x00000509 
+ 00001288  0x0000082c branch  0x0000050d 
+ 00001289  0x00000830 fetcht  0x00000001 , 0x00004b25 
+ 00001290  0x00000831 call  0x0000680e 
+ 00001291  0x00000832 fetcht  0x00000001 , 0x00004b25 
+ 00001292  0x00000833 branch  0x00006825 
+ 00001293  0x00000836 fetcht  0x00000001 , 0x00004b25 
+ 00001294  0x00000837 call  0x0000680e 
+ 00001295  0x00000838 fetcht  0x00000001 , 0x00004b25 
+ 00001296  0x00000839 branch  0x00006829 
+ 00001297  0x00000846 fetch  0x00000001 , 0x0000477a 
+ 00001298  0x00000847 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00001299  0x00000848 call  0x0000051e , 0x00000005 
+ 00001300  0x00000849 fetch  0x00000001 , 0x0000477a 
+ 00001301  0x0000084a beq  0x00000000 , 0x00000520 
+ 00001302  0x0000084b beq  0x00000003 , 0x00000526 
+ 00001303  0x0000084d fetch  0x00000001 , 0x000046e0 
+ 00001304  0x0000084f beq  0x00000006 , 0x0000052c 
+ 00001305  0x00000850 beq  0x00000007 , 0x0000052c 
+ 00001306  0x00000851 beq  0x00000002 , 0x00000532 
+ 00001307  0x00000853 fetch  0x00000001 , 0x00004781 
+ 00001308  0x00000855 store  0x00000001 , 0x000046b5 
+ 00001309  0x00000856 branch  0x00003dc1 
+ 00001310  0x00000858 jam  0x00000002 , 0x0000477a 
+ 00001311  0x00000859 rtn 
+ 00001312  0x0000085c fetch  0x00000001 , 0x000046e0 
+ 00001313  0x0000085e beq  0x00000006 , 0x0000052e 
+ 00001314  0x0000085f beq  0x00000007 , 0x0000052e 
+ 00001315  0x00000860 beq  0x00000002 , 0x00000535 
+ 00001316  0x00000862 fetch  0x00000001 , 0x0000477f 
+ 00001317  0x00000863 branch  0x0000051c 
+ 00001318  0x00000866 fetch  0x00000001 , 0x000046e0 
+ 00001319  0x00000868 beq  0x00000006 , 0x00000530 
+ 00001320  0x00000869 beq  0x00000007 , 0x00000530 
+ 00001321  0x0000086a beq  0x00000002 , 0x00000537 
+ 00001322  0x0000086c fetch  0x00000001 , 0x00004782 
+ 00001323  0x0000086d branch  0x0000051c 
+ 00001324  0x00000870 fetch  0x00000001 , 0x00004b38 
+ 00001325  0x00000871 branch  0x0000051c 
+ 00001326  0x00000873 fetch  0x00000001 , 0x00004b36 
+ 00001327  0x00000874 branch  0x0000051c 
+ 00001328  0x00000876 fetch  0x00000001 , 0x00004b39 
+ 00001329  0x00000877 branch  0x0000051c 
+ 00001330  0x0000087a fetch  0x00000001 , 0x00004781 
+ 00001331  0x0000087c increase  0x00000002 , 0x0000003f 
+ 00001332  0x0000087d branch  0x0000051c 
+ 00001333  0x0000087f fetch  0x00000001 , 0x0000477f 
+ 00001334  0x00000880 branch  0x00000533 
+ 00001335  0x00000882 fetch  0x00000001 , 0x00004782 
+ 00001336  0x00000883 branch  0x00000533 
+ 00001337  0x00000887 disable  0x00000028 
+ 00001338  0x00000888 setarg  0x00000000 
+ 00001339  0x00000889 store  0x00000006 , 0x0000469b 
+ 00001340  0x0000088a call  0x00000571 
+ 00001341  0x0000088b call  0x00004079 
+ 00001342  0x0000088c call  0x0000407e 
+ 00001343  0x0000088d call  0x00000543 
+ 00001344  0x0000088e nbranch  0x00000799 , 0x00000028 
+ 00001345  0x0000088f call  0x00000790 
+ 00001346  0x00000890 branch  0x00003fa0 
+ 00001347  0x00000893 call  0x00000545 
+ 00001348  0x00000894 branch  0x0000409a 
+ 00001349  0x00000897 arg  0x00000000 , 0x00000011 
+ 00001350  0x00000898 call  0x0000054b 
+ 00001351  0x0000089b call  0x00000549 
+ 00001352  0x0000089c branch  0x0000408e 
+ 00001353  0x000008a0 call  0x0000055b 
+ 00001354  0x000008a1 branch  0x00000561 
+ 00001355  0x000008a4 fetcht  0x00000001 , 0x000046e2 
+ 00001356  0x000008a5 call  0x00000566 
+ 00001357  0x000008a6 fetcht  0x00000001 , 0x000046e2 
+ 00001358  0x000008a7 call  0x0000681d 
+ 00001359  0x000008a8 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00001360  0x000008ab fetcht  0x00000001 , 0x000046e3 
+ 00001361  0x000008ac call  0x00000566 
+ 00001362  0x000008ad fetcht  0x00000001 , 0x000046e3 
+ 00001363  0x000008ae call  0x0000681d 
+ 00001364  0x000008af setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00001365  0x000008b2 fetcht  0x00000001 , 0x000046e4 
+ 00001366  0x000008b3 call  0x00000566 
+ 00001367  0x000008b4 fetcht  0x00000001 , 0x000046e4 
+ 00001368  0x000008b5 call  0x0000681d 
+ 00001369  0x000008b6 setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00001370  0x000008b7 rtn 
+ 00001371  0x000008ba fetcht  0x00000001 , 0x000046e5 
+ 00001372  0x000008bb call  0x0000056b 
+ 00001373  0x000008bc fetcht  0x00000001 , 0x000046e5 
+ 00001374  0x000008bd call  0x0000681d 
+ 00001375  0x000008be nsetflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00001376  0x000008bf branch  0x00000566 
+ 00001377  0x000008c1 fetcht  0x00000001 , 0x000046e6 
+ 00001378  0x000008c2 call  0x0000056b 
+ 00001379  0x000008c3 fetcht  0x00000001 , 0x000046e6 
+ 00001380  0x000008c4 call  0x0000681d 
+ 00001381  0x000008c5 nsetflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00001382  0x000008c7 set1  0x00000007 , 0x00000002 
+ 00001383  0x000008c8 arg  0x00008078 , 0x00000005 
+ 00001384  0x000008c9 call  0x00006830 
+ 00001385  0x000008ca set0  0x00000007 , 0x00000002 
+ 00001386  0x000008cb branch  0x0000056f 
+ 00001387  0x000008ce set0  0x00000007 , 0x00000002 
+ 00001388  0x000008cf arg  0x00008078 , 0x00000005 
+ 00001389  0x000008d0 call  0x00006830 
+ 00001390  0x000008d1 set1  0x00000007 , 0x00000002 
+ 00001391  0x000008d3 arg  0x0000807c , 0x00000005 
+ 00001392  0x000008d4 branch  0x0000680a 
+ 00001393  0x000008d8 fetch  0x00000001 , 0x000046e0 
+ 00001394  0x000008da beq  0x00000008 , 0x00000576 
+ 00001395  0x000008dc call  0x00003fc0 
+ 00001396  0x000008dd disable  0x00000028 
+ 00001397  0x000008de branch  0x00003fe7 
+ 00001398  0x000008e4 call  0x00003fc0 
+ 00001399  0x000008e5 disable  0x00000028 
+ 00001400  0x000008ea setarg  0x00000002 
+ 00001401  0x000008eb call  0x00006414 
+ 00001402  0x000008ec rtnbit0  0x00000007 
+ 00001403  0x000008ed setarg  0x00000008 
+ 00001404  0x000008ee call  0x00006414 
+ 00001405  0x000008ef branch  0x00003fed , 0x00000034 
+ 00001406  0x000008f0 setarg  0x00000000 
+ 00001407  0x000008f1 store  0x00000006 , 0x0000469b 
+ 00001408  0x000008f2 rtn 
+ 00001409  0x000008f5 call  0x00000502 
+ 00001410  0x000008f6 isolate1  0x00000026 , 0x00000000 
+ 00001411  0x000008f7 call  0x000001f3 , 0x00000001 
+ 00001412  0x000008f8 jam  0x00000000 , 0x000046b4 
+ 00001413  0x000008f9 fetch  0x00000001 , 0x00004b78 
+ 00001414  0x000008fa call  0x00004386 , 0x00000034 
+ 00001415  0x000008fb setarg  0x00000000 
+ 00001416  0x000008fc store  0x00000002 , 0x000046b0 
+ 00001417  0x000008fd branch  0x0000426f 
+ 00001418  0x00000900 jam  0x00000000 , 0x00004091 
+ 00001419  0x00000901 jam  0x00000030 , 0x000011c6 
+ 00001420  0x00000902 branch  0x0000076f 
+ 00001421  0x00000906 call  0x000003d7 
+ 00001422  0x00000907 branch  0x000042cb 
+ 00001423  0x0000090a fetch  0x00000001 , 0x0000450f 
+ 00001424  0x0000090b pincrease  0x00000001 
+ 00001425  0x0000090c store  0x00000001 , 0x0000450f 
+ 00001426  0x0000090d beq  0x0000000c , 0x00005395 
+ 00001427  0x0000090e call  0x000055aa 
+ 00001428  0x0000090f call  0x0000561e 
+ 00001429  0x00000910 call  0x0000070f 
+ 00001430  0x00000911 branch  0x0000538f 
+ 00001431  0x00000914 fetch  0x00000001 , 0x00000016 
+ 00001432  0x00000915 increase  0x00000001 , 0x0000003f 
+ 00001433  0x00000916 store  0x00000001 , 0x00000016 
+ 00001434  0x00000917 rtnne  0x00000028 
+ 00001435  0x00000918 jam  0x00000025 , 0x00000016 
+ 00001436  0x00000919 rtn 
+ 00001437  0x0000091c call  0x000029bb 
+ 00001438  0x0000091d call  0x0000006c 
+ 00001439  0x0000091e branch  0x000054a3 
+ 00001440  0x00000921 jam  0x00000020 , 0x000011c6 
+ 00001441  0x00000922 branch  0x0000076f 
+ 00001442  0x00000925 jam  0x00000021 , 0x000011c6 
+ 00001443  0x00000926 branch  0x0000076f 
+ 00001444  0x00000929 fetch  0x00000001 , 0x00000456 
+ 00001445  0x0000092a bbit1  0x00000005 , 0x000005c4 
+ 00001446  0x0000092b call  0x00000701 
+ 00001447  0x0000092c fetch  0x00000001 , 0x0000478e 
+ 00001448  0x0000092d nbranch  0x000005ae , 0x00000034 
+ 00001449  0x0000092e fetch  0x00000001 , 0x0000043f 
+ 00001450  0x0000092f bbit0  0x00000004 , 0x000005b2 
+ 00001451  0x00000930 fetch  0x00000001 , 0x000002da 
+ 00001452  0x00000931 branch  0x000005b2 , 0x00000034 
+ 00001453  0x00000932 branch  0x00005664 
+ 00001454  0x00000934 fetch  0x00000001 , 0x0000478e 
+ 00001455  0x00000935 increase  0xffffffff , 0x0000003f 
+ 00001456  0x00000936 store  0x00000001 , 0x0000478e 
+ 00001457  0x00000937 branch  0x00005664 
+ 00001458  0x00000939 fetch  0x00000001 , 0x000044c4 
+ 00001459  0x0000093a bne  0x00000005 , 0x000005b5 
+ 00001460  0x0000093b jam  0x00000003 , 0x0000478e 
+ 00001461  0x0000093d call  0x00005892 
+ 00001462  0x0000093e call  0x000003c3 , 0x00000034 
+ 00001463  0x0000093f branch  0x00005622 
+ 00001464  0x00000942 fetch  0x00000001 , 0x000046c5 
+ 00001465  0x00000943 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001466  0x00000944 rtnne  0x00000003 
+ 00001467  0x00000945 fetch  0x00000001 , 0x000047c3 
+ 00001468  0x00000946 rtn  0x00000034 
+ 00001469  0x00000947 fetch  0x00000001 , 0x000043dd 
+ 00001470  0x00000948 rtn  0x00000034 
+ 00001471  0x00000949 fetch  0x00000001 , 0x000043dc 
+ 00001472  0x0000094a set1  0x00000004 , 0x0000003f 
+ 00001473  0x0000094b store  0x00000001 , 0x000043dc 
+ 00001474  0x0000094c call  0x00005650 
+ 00001475  0x0000094d rtn 
+ 00001476  0x00000951 call  0x000005b8 
+ 00001477  0x00000953 branch  0x00000705 
+ 00001478  0x00000956 fetch  0x00000001 , 0x000047a1 
+ 00001479  0x00000957 rtn  0x00000034 
+ 00001480  0x00000958 fetch  0x00000001 , 0x000046c5 
+ 00001481  0x00000959 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001482  0x0000095a rtneq  0x00000003 
+ 00001483  0x0000095b jam  0x00000002 , 0x000046c6 
+ 00001484  0x0000095c rtn 
+ 00001485  0x0000095f rtnmark1  0x0000000f 
+ 00001486  0x00000960 call  0x00005890 
+ 00001487  0x00000961 nrtn  0x00000034 
+ 00001488  0x00000962 fetch  0x00000001 , 0x000002d9 
+ 00001489  0x00000963 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001490  0x00000964 store  0x00000001 , 0x0000450c 
+ 00001491  0x00000965 ifetch  0x00000001 , 0x00000006 
+ 00001492  0x00000966 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00001493  0x00000967 store  0x00000001 , 0x0000450b 
+ 00001494  0x00000968 rtn  0x00000034 
+ 00001495  0x00000969 copy  0x00000006 , 0x0000003f 
+ 00001496  0x0000096a store  0x00000002 , 0x0000450d 
+ 00001497  0x0000096b fetch  0x00000001 , 0x0000450c 
+ 00001498  0x0000096c beq  0x00000003 , 0x000005dc 
+ 00001499  0x0000096d branch  0x0000568d 
+ 00001500  0x0000096f fetch  0x00000001 , 0x000002db 
+ 00001501  0x00000970 beq  0x00000000 , 0x000005e0 
+ 00001502  0x00000971 beq  0x00000001 , 0x000005e7 
+ 00001503  0x00000972 branch  0x00005c65 
+ 00001504  0x00000974 call  0x00005c7b 
+ 00001505  0x00000975 fetch  0x00000001 , 0x00004b61 
+ 00001506  0x00000976 rtn  0x00000034 
+ 00001507  0x00000979 fetch  0x00000001 , 0x000043d8 
+ 00001508  0x0000097a store  0x00000001 , 0x00004172 
+ 00001509  0x0000097b store  0x00000001 , 0x000047c5 
+ 00001510  0x0000097c rtn 
+ 00001511  0x0000097e ifetch  0x00000005 , 0x00000006 
+ 00001512  0x0000097f store  0x00000005 , 0x000043ce 
+ 00001513  0x00000980 ifetch  0x00000002 , 0x00000006 
+ 00001514  0x00000981 store  0x00000002 , 0x0000045f 
+ 00001515  0x00000982 branch  0x00005c8a 
+ 00001516  0x00000985 ifetch  0x00000002 , 0x00000006 
+ 00001517  0x00000986 beq  0x00000004 , 0x000005f0 
+ 00001518  0x00000987 beq  0x00000006 , 0x0000061c 
+ 00001519  0x00000988 branch  0x00005698 
+ 00001520  0x0000098a call  0x00007ea5 
+ 00001521  0x0000098b call  0x000005c6 
+ 00001522  0x0000098c call  0x00007e9f 
+ 00001523  0x0000098d ifetch  0x00000003 , 0x00000006 
+ 00001524  0x0000098e store  0x00000003 , 0x00000477 
+ 00001525  0x0000098f beq  0x00000010 , 0x000005ff 
+ 00001526  0x00000990 rshift8  0x0000003f , 0x00000002 
+ 00001527  0x00000991 sub  0x00000002 , 0x00000024 , 0x0000003e 
+ 00001528  0x00000992 branch  0x0000060d , 0x00000002 
+ 00001529  0x00000993 arg  0x000047c6 , 0x00000002 
+ 00001530  0x00000994 storet  0x00000002 , 0x000044bc 
+ 00001531  0x00000995 call  0x000058ad 
+ 00001532  0x00000996 setarg  0x00008e7a 
+ 00001533  0x00000997 store  0x00000002 , 0x000044bc 
+ 00001534  0x00000998 rtn 
+ 00001535  0x0000099b call  0x000059fa 
+ 00001536  0x0000099c call  0x00005879 
+ 00001537  0x0000099d increase  0x00000007 , 0x00000006 
+ 00001538  0x0000099e ifetch  0x00000001 , 0x00000006 
+ 00001539  0x0000099f rtnne  0x00000011 
+ 00001540  0x000009a0 increase  0x00000005 , 0x00000006 
+ 00001541  0x000009a1 ifetch  0x00000002 , 0x00000006 
+ 00001542  0x000009a2 arg  0x00001812 , 0x00000002 
+ 00001543  0x000009a3 isub  0x00000002 , 0x0000003e 
+ 00001544  0x000009a4 nrtn  0x00000005 
+ 00001545  0x000009a5 increase  0xfffffffc , 0x00000006 
+ 00001546  0x000009a6 setarg  0x0000002b 
+ 00001547  0x000009a7 istore  0x00000002 , 0x00000006 
+ 00001548  0x000009a8 rtn 
+ 00001549  0x000009ab beq  0x0000000a , 0x0000060f 
+ 00001550  0x000009ac branch  0x000058ad 
+ 00001551  0x000009ae fetcht  0x00000002 , 0x00000478 
+ 00001552  0x000009af fetch  0x00000001 , 0x000044e9 
+ 00001553  0x000009b0 bbit1  0x00000003 , 0x00000616 
+ 00001554  0x000009b2 fetch  0x00000002 , 0x00000478 
+ 00001555  0x000009b3 beq  0x00000013 , 0x00005a76 
+ 00001556  0x000009b4 fetcht  0x00000002 , 0x00000478 
+ 00001557  0x000009b5 branch  0x000059bf 
+ 00001558  0x000009b7 fetch  0x00000002 , 0x000044fa 
+ 00001559  0x000009b8 isub  0x00000002 , 0x0000003e 
+ 00001560  0x000009b9 nbranch  0x00000612 , 0x00000005 
+ 00001561  0x000009ba call  0x00005a42 
+ 00001562  0x000009bb nbranch  0x00000612 , 0x00000028 
+ 00001563  0x000009bc branch  0x000059e2 
+ 00001564  0x000009bf ifetch  0x00000001 , 0x00000006 
+ 00001565  0x000009c0 beq  0x00000001 , 0x00000620 
+ 00001566  0x000009c1 beq  0x00000005 , 0x00000622 
+ 00001567  0x000009c2 branch  0x00005af5 
+ 00001568  0x000009c4 jam  0x00000001 , 0x00004b6e 
+ 00001569  0x000009c5 branch  0x00005b09 
+ 00001570  0x000009c7 jam  0x00000082 , 0x000011c6 
+ 00001571  0x000009c8 branch  0x0000076f 
+ 00001572  0x000009cb fetch  0x00000001 , 0x00000016 
+ 00001573  0x000009cc bne  0x00000027 , 0x000056f2 
+ 00001574  0x000009cd call  0x0000062a 
+ 00001575  0x000009ce arg  0x00000000 , 0x00000007 
+ 00001576  0x000009cf fetch  0x00000002 , 0x00004482 
+ 00001577  0x000009d0 branch  0x00007f08 
+ 00001578  0x000009d2 random  0x0000003f 
+ 00001579  0x000009d3 arg  0x000001ff , 0x00000002 
+ 00001580  0x000009d4 iand  0x00000002 , 0x0000003f 
+ 00001581  0x000009d5 add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00001582  0x000009d6 branch  0x00003cbe 
+ 00001583  0x000009d9 disable  0x0000002b 
+ 00001584  0x000009da branch  0x00000632 , 0x0000002e 
+ 00001585  0x000009db nbranch  0x00005806 , 0x0000002d 
+ 00001586  0x000009dd call  0x00002bcb 
+ 00001587  0x000009de fetch  0x00000002 , 0x000040c1 
+ 00001588  0x000009df store  0x00000002 , 0x0000044d 
+ 00001589  0x000009e0 fetch  0x00000001 , 0x000046c5 
+ 00001590  0x000009e1 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00001591  0x000009e2 nbranch  0x00002bde , 0x00000001 
+ 00001592  0x000009e3 branch  0x000057fb 
+ 00001593  0x000009e6 jam  0x00000022 , 0x000011c6 
+ 00001594  0x000009e7 branch  0x0000076f 
+ 00001595  0x000009ea hfetch  0x00000001 , 0x00008077 
+ 00001596  0x000009eb and_into  0x000000fd , 0x0000003f 
+ 00001597  0x000009ec hstore  0x00000001 , 0x00008077 
+ 00001598  0x000009ed hfetcht  0x00000001 , 0x00008073 
+ 00001599  0x000009ee or_into  0x00000002 , 0x00000002 
+ 00001600  0x000009ef hstoret  0x00000001 , 0x00008073 
+ 00001601  0x000009f0 call  0x000063ee 
+ 00001602  0x000009f1 and_into  0x000000fd , 0x00000002 
+ 00001603  0x000009f2 nop  0x0000000d 
+ 00001604  0x000009f3 call  0x00000648 
+ 00001605  0x000009f4 hstoret  0x00000001 , 0x00008073 
+ 00001606  0x000009f5 rtn 
+ 00001607  0x000009f8 call  0x000064dd 
+ 00001608  0x000009fa hfetch  0x00000001 , 0x00008081 
+ 00001609  0x000009fb set1  0x00000000 , 0x0000003f 
+ 00001610  0x000009fc set0  0x00000001 , 0x0000003f 
+ 00001611  0x000009fd set0  0x00000003 , 0x0000003f 
+ 00001612  0x000009fe hstore  0x00000001 , 0x00008081 
+ 00001613  0x000009ff rtn 
+ 00001614  0x00000a03 jam  0x00000000 , 0x000011c6 
+ 00001615  0x00000a04 branch  0x0000076f 
+ 00001616  0x00000a07 call  0x000021c9 
+ 00001617  0x00000a08 nrtn  0x00000028 
+ 00001618  0x00000a0a disable  0x00000028 
+ 00001619  0x00000a0b jam  0x00000020 , 0x00000011 
+ 00001620  0x00000a0c set0  0x0000000b , 0x00000000 
+ 00001621  0x00000a0d set0  0x0000002d , 0x00000000 
+ 00001622  0x00000a0f call  0x00002a4f 
+ 00001623  0x00000a10 call  0x000022e6 
+ 00001624  0x00000a11 bmark1  0x0000000b , 0x0000065d 
+ 00001625  0x00000a12 call  0x00002455 
+ 00001626  0x00000a13 nbranch  0x00000656 , 0x00000034 
+ 00001627  0x00000a14 bmark1  0x0000002d , 0x00000666 
+ 00001628  0x00000a15 branch  0x000021ec 
+ 00001629  0x00000a18 call  0x00002a4d 
+ 00001630  0x00000a19 arg  0x00000010 , 0x00000001 
+ 00001631  0x00000a1a call  0x000022dc 
+ 00001632  0x00000a1b set1  0x0000002d , 0x00000000 
+ 00001633  0x00000a1c set0  0x0000000b , 0x00000000 
+ 00001634  0x00000a1d fetch  0x00000001 , 0x00000077 
+ 00001635  0x00000a1e iforce  0x00000004 
+ 00001636  0x00000a1f jam  0x00000002 , 0x00000011 
+ 00001637  0x00000a20 branch  0x00000656 
+ 00001638  0x00000a23 fetch  0x00000004 , 0x00000165 
+ 00001639  0x00000a24 pincrease  0x00000008 
+ 00001640  0x00000a25 store  0x00000004 , 0x00000165 
+ 00001641  0x00000a26 branch  0x000021f8 
+ 00001642  0x00000a29 bmark1  0x0000002c , 0x0000264d 
+ 00001643  0x00000a2a branch  0x0000258f 
+ 00001644  0x00000a2d jam  0x00000023 , 0x000011c6 
+ 00001645  0x00000a2e branch  0x0000076f 
+ 00001646  0x00000a31 fetch  0x00000001 , 0x00000030 
+ 00001647  0x00000a32 isolate1  0x00000000 , 0x0000003f 
+ 00001648  0x00000a33 call  0x00000672 , 0x00000001 
+ 00001649  0x00000a34 branch  0x0000248a 
+ 00001650  0x00000a36 fetch  0x00000001 , 0x00000047 
+ 00001651  0x00000a37 isolate1  0x00000003 , 0x0000003f 
+ 00001652  0x00000a38 call  0x00000705 , 0x00000001 
+ 00001653  0x00000a39 ncall  0x00000701 , 0x00000001 
+ 00001654  0x00000a3a branch  0x0000070f 
+ 00001655  0x00000a3d call  0x000024f0 
+ 00001656  0x00000a3e nbranch  0x000028f9 , 0x00000018 
+ 00001657  0x00000a3f call  0x000029bb 
+ 00001658  0x00000a40 call  0x0000006c 
+ 00001659  0x00000a41 branch  0x00002518 
+ 00001660  0x00000a44 rtnmark1  0x00000026 
+ 00001661  0x00000a45 call  0x00002afa 
+ 00001662  0x00000a46 fetch  0x00000003 , 0x0000416f 
+ 00001663  0x00000a47 rtn  0x00000034 
+ 00001664  0x00000a48 fetch  0x00000001 , 0x00004091 
+ 00001665  0x00000a49 rtn  0x00000034 
+ 00001666  0x00000a4a fetch  0x00000001 , 0x0000465a 
+ 00001667  0x00000a4b branch  0x00000686 , 0x00000034 
+ 00001668  0x00000a4c fetch  0x00000001 , 0x000045b1 
+ 00001669  0x00000a4d rtn  0x00000034 
+ 00001670  0x00000a4f fetch  0x00000001 , 0x000044c0 
+ 00001671  0x00000a50 nrtn  0x00000034 
+ 00001672  0x00000a51 call  0x00002c3a 
+ 00001673  0x00000a52 nrtn  0x00000034 
+ 00001674  0x00000a53 fetch  0x00000001 , 0x00004040 
+ 00001675  0x00000a54 compare  0x00000003 , 0x0000003f , 0x00000007 
+ 00001676  0x00000a55 nbranch  0x00002b9d , 0x00000001 
+ 00001677  0x00000a56 fetch  0x00000002 , 0x00004042 
+ 00001678  0x00000a57 arg  0x0000ffff , 0x00000002 
+ 00001679  0x00000a58 isub  0x00000002 , 0x0000003e 
+ 00001680  0x00000a59 rtn  0x00000005 
+ 00001681  0x00000a5a branch  0x00002b7d 
+ 00001682  0x00000a5d disable  0x0000002b 
+ 00001683  0x00000a5e fetch  0x00000001 , 0x00000030 
+ 00001684  0x00000a5f rtnbit0  0x00000001 
+ 00001685  0x00000a60 nbranch  0x00002bd0 , 0x0000002d 
+ 00001686  0x00000a61 call  0x00002bcb 
+ 00001687  0x00000a62 fetch  0x00000002 , 0x000040c1 
+ 00001688  0x00000a63 store  0x00000002 , 0x0000003e 
+ 00001689  0x00000a64 fetch  0x00000001 , 0x00000047 
+ 00001690  0x00000a65 bbit1  0x00000003 , 0x00002bde 
+ 00001691  0x00000a66 bmark0  0x0000000d , 0x00002bde 
+ 00001692  0x00000a67 call  0x00005274 
+ 00001693  0x00000a68 nbranch  0x00002bde , 0x00000034 
+ 00001694  0x00000a69 call  0x000006a0 , 0x00000034 
+ 00001695  0x00000a6a branch  0x00002bbe 
+ 00001696  0x00000a6c jam  0x00000001 , 0x0000008a 
+ 00001697  0x00000a6d jam  0x00000000 , 0x0000008b 
+ 00001698  0x00000a6e rtn 
+ 00001699  0x00000a71 jam  0x00000001 , 0x000011c6 
+ 00001700  0x00000a72 branch  0x0000076f 
+ 00001701  0x00000a75 jam  0x00000002 , 0x000011c6 
+ 00001702  0x00000a76 branch  0x0000076f 
+ 00001703  0x00000a79 fetch  0x00000001 , 0x00000552 
+ 00001704  0x00000a7a store  0x00000001 , 0x000004c9 
+ 00001705  0x00000a7b beq  0x00000013 , 0x000006ab 
+ 00001706  0x00000a7c branch  0x00005db4 
+ 00001707  0x00000a7e call  0x00005dcf 
+ 00001708  0x00000a7f jam  0x00000001 , 0x00004aff 
+ 00001709  0x00000a80 fetch  0x00000001 , 0x00004b01 
+ 00001710  0x00000a81 rtn  0x00000034 
+ 00001711  0x00000a82 jam  0x00000002 , 0x00004b01 
+ 00001712  0x00000a83 rtn 
+ 00001713  0x00000a86 disable  0x00000028 
+ 00001714  0x00000a87 call  0x000062c1 
+ 00001715  0x00000a88 fetch  0x00000001 , 0x00000048 
+ 00001716  0x00000a89 rtn  0x00000034 
+ 00001717  0x00000a8a bbit1  0x00000007 , 0x000006ba 
+ 00001718  0x00000a8b beq  0x00000003 , 0x000006bc 
+ 00001719  0x00000a8c beq  0x00000031 , 0x000006be 
+ 00001720  0x00000a8d beq  0x00000017 , 0x000006c0 
+ 00001721  0x00000a8e branch  0x00006010 
+ 00001722  0x00000a91 jam  0x00000010 , 0x000011c6 
+ 00001723  0x00000a92 branch  0x0000076f 
+ 00001724  0x00000a95 jam  0x00000011 , 0x000011c6 
+ 00001725  0x00000a96 branch  0x0000076f 
+ 00001726  0x00000a99 jam  0x00000001 , 0x00004b01 
+ 00001727  0x00000a9a branch  0x000061c3 
+ 00001728  0x00000a9d jam  0x00000004 , 0x00004b09 
+ 00001729  0x00000a9e branch  0x000061a4 
+ 00001730  0x00000aa1 call  0x000062bc 
+ 00001731  0x00000aa2 nrtn  0x00000034 
+ 00001732  0x00000aa4 fetch  0x00000001 , 0x00000055 
+ 00001733  0x00000aa5 rtn  0x00000034 
+ 00001734  0x00000aa6 beq  0x00000004 , 0x000006e4 
+ 00001735  0x00000aa7 beq  0x00000010 , 0x000006c9 
+ 00001736  0x00000aa8 branch  0x00006320 
+ 00001737  0x00000aab fetch  0x00000001 , 0x0000455b 
+ 00001738  0x00000aac rtneq  0x00000000 
+ 00001739  0x00000aad beq  0x00000001 , 0x000006cd 
+ 00001740  0x00000aae branch  0x0000635f 
+ 00001741  0x00000ab0 rtn  0x00000029 
+ 00001742  0x00000ab3 fetch  0x00000001 , 0x0000016d 
+ 00001743  0x00000ab4 bbit1  0x00000000 , 0x000006d1 
+ 00001744  0x00000ab5 branch  0x00006399 
+ 00001745  0x00000ab7 fetch  0x00000001 , 0x00004b01 
+ 00001746  0x00000ab8 beq  0x00000001 , 0x0000639d 
+ 00001747  0x00000aba fetch  0x00000001 , 0x000041bd 
+ 00001748  0x00000abb branch  0x000063a9 , 0x00000034 
+ 00001749  0x00000abc fetch  0x00000001 , 0x000004d1 
+ 00001750  0x00000abd rtnbit0  0x00000003 
+ 00001751  0x00000abe rtnbit0  0x00000002 
+ 00001752  0x00000abf fetch  0x00000001 , 0x00004b00 
+ 00001753  0x00000ac0 rtn  0x00000034 
+ 00001754  0x00000ac1 jam  0x00000000 , 0x00004b00 
+ 00001755  0x00000ac2 fetch  0x00000004 , 0x000004e9 
+ 00001756  0x00000ac3 arg  0x00000014 , 0x00000002 
+ 00001757  0x00000ac4 iadd  0x00000002 , 0x00000002 
+ 00001758  0x00000ac5 copy  0x00000022 , 0x0000003f 
+ 00001759  0x00000ac6 isub  0x00000002 , 0x0000003e 
+ 00001760  0x00000ac7 nbranch  0x000006e2 , 0x00000002 
+ 00001761  0x00000ac8 branch  0x00006349 
+ 00001762  0x00000acb jam  0x00000001 , 0x00004b00 
+ 00001763  0x00000acc rtn 
+ 00001764  0x00000acf jam  0x00000014 , 0x00004809 
+ 00001765  0x00000ad0 branch  0x0000636f 
+ 00001766  0x00000ad7 call  0x000062bc 
+ 00001767  0x00000ad8 nbranch  0x00007ddb , 0x00000034 
+ 00001768  0x00000ad9 fetch  0x00000001 , 0x00000a99 
+ 00001769  0x00000ada bmark0  0x00000009 , 0x00007dd6 
+ 00001770  0x00000adb beq  0x0000001f , 0x000006ee 
+ 00001771  0x00000adc beq  0x00000020 , 0x000006f1 
+ 00001772  0x00000add beq  0x00000012 , 0x000006fb 
+ 00001773  0x00000ade branch  0x00007dca 
+ 00001774  0x00000ae1 jam  0x00000034 , 0x00000185 
+ 00001775  0x00000ae2 fetch  0x00000006 , 0x0000044f 
+ 00001776  0x00000ae3 branch  0x000006f3 
+ 00001777  0x00000ae5 jam  0x00000033 , 0x00000185 
+ 00001778  0x00000ae6 fetch  0x00000006 , 0x00000040 
+ 00001779  0x00000ae8 store  0x00000006 , 0x00000186 
+ 00001780  0x00000aea fetch  0x00000004 , 0x000046d3 
+ 00001781  0x00000aeb rtnbit0  0x00000007 
+ 00001782  0x00000aec arg  0x00000007 , 0x00000007 
+ 00001783  0x00000aed call  0x000043d2 
+ 00001784  0x00000aee call  0x000042e8 
+ 00001785  0x00000af0 call  0x000042fb 
+ 00001786  0x00000af1 branch  0x00000324 
+ 00001787  0x00000af4 call  0x00005890 
+ 00001788  0x00000af5 nrtn  0x00000034 
+ 00001789  0x00000af6 branch  0x00005abf 
+ 00001790  0x00000af9 jam  0x00000001 , 0x00004d83 
+ 00001791  0x00000afa jam  0x00000000 , 0x00004d80 
+ 00001792  0x00000afb rtn 
+ 00001793  0x00000afd fetch  0x00000001 , 0x00004d80 
+ 00001794  0x00000afe increase  0x00000001 , 0x0000003f 
+ 00001795  0x00000aff store  0x00000001 , 0x00004d80 
+ 00001796  0x00000b00 rtn 
+ 00001797  0x00000b02 fetch  0x00000001 , 0x00004d80 
+ 00001798  0x00000b03 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00001799  0x00000b04 ncall  0x0000070d , 0x00000002 
+ 00001800  0x00000b05 fetch  0x00000001 , 0x00004d80 
+ 00001801  0x00000b06 rtneq  0x00000000 
+ 00001802  0x00000b07 increase  0xffffffff , 0x0000003f 
+ 00001803  0x00000b08 store  0x00000001 , 0x00004d80 
+ 00001804  0x00000b09 rtn 
+ 00001805  0x00000b0b jam  0x00000003 , 0x00004d80 
+ 00001806  0x00000b0c rtn 
+ 00001807  0x00000b0f fetch  0x00000002 , 0x00004682 
+ 00001808  0x00000b10 rtnbit1  0x0000000b 
+ 00001809  0x00000b11 rtnbit1  0x00000007 
+ 00001810  0x00000b12 rtnbit1  0x00000006 
+ 00001811  0x00000b14 arg  0x00004d09 , 0x00000011 
+ 00001812  0x00000b15 call  0x00000295 
+ 00001813  0x00000b16 storet  0x00000001 , 0x00004d81 
+ 00001814  0x00000b18 setarg  0x00000082 
+ 00001815  0x00000b19 bmark1  0x00000026 , 0x00000719 
+ 00001816  0x00000b1a setarg  0x00000080 
+ 00001817  0x00000b1c isub  0x00000002 , 0x0000003e 
+ 00001818  0x00000b1d nbranch  0x00000731 , 0x00000002 
+ 00001819  0x00000b1f fetch  0x00000001 , 0x00004d80 
+ 00001820  0x00000b20 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00001821  0x00000b21 nbranch  0x00000721 , 0x00000002 
+ 00001822  0x00000b22 fetch  0x00000001 , 0x00004d80 
+ 00001823  0x00000b23 beq  0x00000000 , 0x00000732 
+ 00001824  0x00000b24 rtn 
+ 00001825  0x00000b27 fetch  0x00000001 , 0x00004d80 
+ 00001826  0x00000b28 rtnne  0x00000032 
+ 00001827  0x00000b29 jam  0x00000000 , 0x00004d80 
+ 00001828  0x00000b2b fetcht  0x00000001 , 0x00004d81 
+ 00001829  0x00000b2c setarg  0x00000077 
+ 00001830  0x00000b2d bmark1  0x00000026 , 0x00000728 
+ 00001831  0x00000b2e setarg  0x00000075 
+ 00001832  0x00000b30 isub  0x00000002 , 0x0000003e 
+ 00001833  0x00000b31 nrtn  0x00000002 
+ 00001834  0x00000b32 fetch  0x00000001 , 0x00004d83 
+ 00001835  0x00000b33 beq  0x00000000 , 0x00000739 
+ 00001836  0x00000b34 increase  0xffffffff , 0x0000003f 
+ 00001837  0x00000b35 store  0x00000001 , 0x00004d83 
+ 00001838  0x00000b36 beq  0x00000000 , 0x00000739 
+ 00001839  0x00000b39 jam  0x00000000 , 0x000041de 
+ 00001840  0x00000b3a rtn 
+ 00001841  0x00000b3d jam  0x00000000 , 0x00004d80 
+ 00001842  0x00000b3f fetch  0x00000001 , 0x00004d83 
+ 00001843  0x00000b40 beq  0x00000002 , 0x00000737 
+ 00001844  0x00000b41 increase  0x00000001 , 0x0000003f 
+ 00001845  0x00000b42 store  0x00000001 , 0x00004d83 
+ 00001846  0x00000b43 beq  0x00000001 , 0x0000072f 
+ 00001847  0x00000b45 jam  0x00000002 , 0x000041de 
+ 00001848  0x00000b46 rtn 
+ 00001849  0x00000b49 jam  0x00000004 , 0x000041de 
+ 00001850  0x00000b4a rtn 
+ 00001851  0x00000b4e storet  0x00000001 , 0x00000017 
+ 00001852  0x00000b4f add  0x00000002 , 0x00000000 , 0x00000011 
+ 00001853  0x00000b50 call  0x00002981 
+ 00001854  0x00000b51 setarg  0x00000500 
+ 00001855  0x00000b52 call  0x00002a8f 
+ 00001856  0x00000b54 jam  0x00000001 , 0x00008906 
+ 00001857  0x00000b55 jam  0x0000003c , 0x00008900 
+ 00001858  0x00000b56 jam  0x000000e0 , 0x00008901 
+ 00001859  0x00000b57 nop  0x0000000a 
+ 00001860  0x00000b58 jam  0x00000001 , 0x00008902 
+ 00001861  0x00000b59 jam  0x0000003d , 0x00008902 
+ 00001862  0x00000b5a nop  0x0000000a 
+ 00001863  0x00000b5b jam  0x000000b7 , 0x00008903 
+ 00001864  0x00000b5c nop  0x0000000a 
+ 00001865  0x00000b5d jam  0x0000007d , 0x00008902 
+ 00001866  0x00000b5e fetch  0x00000001 , 0x000041de 
+ 00001867  0x00000b61 beq  0x00000002 , 0x00000753 
+ 00001868  0x00000b63 beq  0x00000004 , 0x00000758 
+ 00001869  0x00000b64 beq  0x00000020 , 0x00000767 
+ 00001870  0x00000b67 call  0x0000075d 
+ 00001871  0x00000b69 jam  0x000000d0 , 0x00008955 
+ 00001872  0x00000b6a jam  0x000000e0 , 0x00008956 
+ 00001873  0x00000b6c jam  0x0000006c , 0x00008958 
+ 00001874  0x00000b6e branch  0x0000294b 
+ 00001875  0x00000b7b call  0x00000762 
+ 00001876  0x00000b7d jam  0x000000d0 , 0x00008955 
+ 00001877  0x00000b7e jam  0x000000e0 , 0x00008956 
+ 00001878  0x00000b80 jam  0x0000003c , 0x00008958 
+ 00001879  0x00000b82 branch  0x00002953 
+ 00001880  0x00000b8f call  0x0000075d 
+ 00001881  0x00000b91 jam  0x000000d0 , 0x00008955 
+ 00001882  0x00000b92 jam  0x000000c0 , 0x00008956 
+ 00001883  0x00000b94 jam  0x0000006c , 0x00008958 
+ 00001884  0x00000b96 branch  0x0000295b 
+ 00001885  0x00000b99 jam  0x0000005b , 0x0000894c 
+ 00001886  0x00000b9a jam  0x00000096 , 0x0000894d 
+ 00001887  0x00000b9b jam  0x0000002c , 0x0000894e 
+ 00001888  0x00000b9c jam  0x00000046 , 0x0000894f 
+ 00001889  0x00000b9d rtn 
+ 00001890  0x00000ba0 jam  0x000000fb , 0x0000894c 
+ 00001891  0x00000ba1 jam  0x000000ef , 0x0000894d 
+ 00001892  0x00000ba2 jam  0x000000ec , 0x0000894e 
+ 00001893  0x00000ba3 jam  0x0000005e , 0x0000894f 
+ 00001894  0x00000ba4 rtn 
+ 00001895  0x00000ba8 jam  0x000000c2 , 0x00008956 
+ 00001896  0x00000ba9 jam  0x000000d0 , 0x00008955 
+ 00001897  0x00000baa rtn 
+ 00001898  0x00000bad force  0x00000008 , 0x00000015 
+ 00001899  0x00000bae branch  0x000028fa 
+ 00001900  0x00000bb1 call  0x00002978 
+ 00001901  0x00000bb2 jam  0x00000005 , 0x00008042 
+ 00001902  0x00000bb3 rtn 
+ 00001903  0x00000bb7 fetcht  0x00000001 , 0x000011c6 
+ 00001904  0x00000bb8 rshift4  0x00000002 , 0x00000002 
+ 00001905  0x00000bb9 fetch  0x00000001 , 0x00004b52 
+ 00001906  0x00000bba isub  0x00000002 , 0x0000003e 
+ 00001907  0x00000bbb branch  0x0000078e , 0x00000005 
+ 00001908  0x00000bbc storet  0x00000001 , 0x00004b52 
+ 00001909  0x00000bbd increase  0x00000001 , 0x00000002 
+ 00001910  0x00000bbe setarg  0x00000100 
+ 00001911  0x00000bbf imul32  0x00000002 , 0x00000002 
+ 00001912  0x00000bc0 fetch  0x00000003 , 0x00004b53 
+ 00001913  0x00000bc1 isub  0x00000002 , 0x0000003f 
+ 00001914  0x00000bc3 fetcht  0x00000003 , 0x00004b56 
+ 00001915  0x00000bc4 iadd  0x00000002 , 0x0000003f 
+ 00001916  0x00000bc5 increase  0xfffffffb , 0x0000003f 
+ 00001917  0x00000bc6 store  0x00000003 , 0x00004b59 
+ 00001918  0x00000bc7 call  0x00000363 
+ 00001919  0x00000bc9 fetch  0x00000003 , 0x00004b59 
+ 00001920  0x00000bca arg  0x00000100 , 0x00000002 
+ 00001921  0x00000bcb arg  0x00001f00 , 0x00000011 
+ 00001922  0x00000bcc call  0x00006562 
+ 00001923  0x00000bcd fetch  0x00000004 , 0x00001f00 
+ 00001924  0x00000bce fetcht  0x00000004 , 0x00004b5c 
+ 00001925  0x00000bcf isub  0x00000002 , 0x0000003e 
+ 00001926  0x00000bd0 nbranch  0x0000077f , 0x00000005 
+ 00001927  0x00000bd1 call  0x00000332 
+ 00001928  0x00000bd3 setarg  0x00001f00 
+ 00001929  0x00000bd4 store  0x00000002 , 0x00004199 
+ 00001930  0x00000bd5 jam  0x00000040 , 0x0000419b 
+ 00001931  0x00000bd6 call  0x000064ca 
+ 00001932  0x00000bd7 setarg  0x00000000 
+ 00001933  0x00000bd8 store  0x00000004 , 0x00004199 
+ 00001934  0x00000bda fetch  0x00000001 , 0x000011c6 
+ 00001935  0x00000bdb branch  0x00000001 
+ 00001936  0x00000be1 fetch  0x00000004 , 0x0000469b 
+ 00001937  0x00000be2 rtn  0x00000034 
+ 00001938  0x00000be3 call  0x000007f0 
+ 00001939  0x00000be4 setarg  0x00000006 
+ 00001940  0x00000be5 call  0x000007e3 
+ 00001941  0x00000be6 setarg  0x00000003 
+ 00001942  0x00000be7 call  0x000007e9 
+ 00001943  0x00000be8 fetch  0x00000001 , 0x00004b0b 
+ 00001944  0x00000be9 beq  0x00000001 , 0x0000079c 
+ 00001945  0x00000beb arg  0x00000005 , 0x00000039 
+ 00001946  0x00000bec arg  0x00004b0b , 0x00000005 
+ 00001947  0x00000bed branch  0x00007ed4 
+ 00001948  0x00000bf0 fetch  0x00000002 , 0x00004b0c 
+ 00001949  0x00000bf1 store  0x00000002 , 0x000011be 
+ 00001950  0x00000bf2 fetch  0x00000002 , 0x0000469b 
+ 00001951  0x00000bf3 store  0x00000002 , 0x000011c0 
+ 00001952  0x00000bf4 call  0x000007af 
+ 00001953  0x00000bf5 fetch  0x00000002 , 0x000011be 
+ 00001954  0x00000bf6 store  0x00000002 , 0x00004b0c 
+ 00001955  0x00000bf7 fetch  0x00000002 , 0x000011c0 
+ 00001956  0x00000bf8 store  0x00000002 , 0x0000469b 
+ 00001957  0x00000bfa fetch  0x00000002 , 0x00004b0e 
+ 00001958  0x00000bfb store  0x00000002 , 0x000011be 
+ 00001959  0x00000bfc fetch  0x00000002 , 0x0000469d 
+ 00001960  0x00000bfd store  0x00000002 , 0x000011c0 
+ 00001961  0x00000bfe call  0x000007b7 
+ 00001962  0x00000bff fetch  0x00000002 , 0x000011be 
+ 00001963  0x00000c00 store  0x00000002 , 0x00004b0e 
+ 00001964  0x00000c01 fetch  0x00000002 , 0x000011c0 
+ 00001965  0x00000c02 store  0x00000002 , 0x0000469d 
+ 00001966  0x00000c03 rtn 
+ 00001967  0x00000c06 fetch  0x00000002 , 0x000011be 
+ 00001968  0x00000c07 fetcht  0x00000002 , 0x000011c0 
+ 00001969  0x00000c08 iadd  0x00000002 , 0x0000003f 
+ 00001970  0x00000c09 fetcht  0x00000001 , 0x00004bbe 
+ 00001971  0x00000c0a iadd  0x00000002 , 0x0000003f 
+ 00001972  0x00000c0b and  0x0000003f , 0x00000001 , 0x00000002 
+ 00001973  0x00000c0c storet  0x00000001 , 0x00004bbe 
+ 00001974  0x00000c0d branch  0x000007bf 
+ 00001975  0x00000c10 fetch  0x00000002 , 0x000011be 
+ 00001976  0x00000c11 fetcht  0x00000002 , 0x000011c0 
+ 00001977  0x00000c12 iadd  0x00000002 , 0x0000003f 
+ 00001978  0x00000c13 fetcht  0x00000001 , 0x00004bbf 
+ 00001979  0x00000c14 iadd  0x00000002 , 0x0000003f 
+ 00001980  0x00000c15 and  0x0000003f , 0x00000001 , 0x00000002 
+ 00001981  0x00000c16 storet  0x00000001 , 0x00004bbf 
+ 00001982  0x00000c17 branch  0x000007bf 
+ 00001983  0x00000c1e store  0x00000003 , 0x000011c2 
+ 00001984  0x00000c1f isolate1  0x00000010 , 0x0000003f 
+ 00001985  0x00000c20 branch  0x000007c9 , 0x00000001 
+ 00001986  0x00000c21 fetch  0x00000001 , 0x000011c3 
+ 00001987  0x00000c22 beq  0x000000ff , 0x000007d0 
+ 00001988  0x00000c23 fetch  0x00000001 , 0x000011c2 
+ 00001989  0x00000c25 rshift  0x0000003f , 0x0000003f 
+ 00001990  0x00000c26 store  0x00000002 , 0x000011be 
+ 00001991  0x00000c27 store  0x00000002 , 0x000011c0 
+ 00001992  0x00000c28 rtn 
+ 00001993  0x00000c2a fetch  0x00000001 , 0x000011c3 
+ 00001994  0x00000c2b beq  0x00000000 , 0x000007cd 
+ 00001995  0x00000c2c fetch  0x00000003 , 0x000011c2 
+ 00001996  0x00000c2d branch  0x000007c5 
+ 00001997  0x00000c2f jam  0x00000000 , 0x000011c4 
+ 00001998  0x00000c30 fetch  0x00000001 , 0x000011c2 
+ 00001999  0x00000c31 branch  0x000007c5 
+ 00002000  0x00000c34 fetch  0x00000001 , 0x000011c2 
+ 00002001  0x00000c35 call  0x000007db 
+ 00002002  0x00000c36 store  0x00000001 , 0x000011be 
+ 00002003  0x00000c37 store  0x00000001 , 0x000011c0 
+ 00002004  0x00000c38 branch  0x000007d9 , 0x00000034 
+ 00002005  0x00000c39 setarg  0x000000ff 
+ 00002006  0x00000c3b store  0x00000001 , 0x000011bf 
+ 00002007  0x00000c3c store  0x00000001 , 0x000011c1 
+ 00002008  0x00000c3d rtn 
+ 00002009  0x00000c3f setarg  0x00000000 
+ 00002010  0x00000c40 branch  0x000007d6 
+ 00002011  0x00000c43 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00002012  0x00000c44 store  0x00000001 , 0x00000aae 
+ 00002013  0x00000c45 fetch  0x00000001 , 0x00000aae 
+ 00002014  0x00000c46 rshift  0x0000003f , 0x0000003f 
+ 00002015  0x00000c47 store  0x00000001 , 0x00000aae 
+ 00002016  0x00000c48 fetch  0x00000001 , 0x00000aae 
+ 00002017  0x00000c49 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00002018  0x00000c4a rtn 
+ 00002019  0x00000c4f isub  0x00000011 , 0x0000003e 
+ 00002020  0x00000c50 nbranch  0x000007ee , 0x00000002 
+ 00002021  0x00000c51 isub  0x00000012 , 0x0000003e 
+ 00002022  0x00000c52 nbranch  0x000007ee , 0x00000002 
+ 00002023  0x00000c54 jam  0x00000000 , 0x00004b0b 
+ 00002024  0x00000c55 rtn 
+ 00002025  0x00000c57 isub  0x00000011 , 0x0000003e 
+ 00002026  0x00000c58 nrtn  0x00000002 
+ 00002027  0x00000c59 isub  0x00000012 , 0x0000003e 
+ 00002028  0x00000c5a nrtn  0x00000002 
+ 00002029  0x00000c5b branch  0x000007e7 
+ 00002030  0x00000c5d jam  0x00000001 , 0x00004b0b 
+ 00002031  0x00000c5e rtn 
+ 00002032  0x00000c61 fetch  0x00000002 , 0x0000469b 
+ 00002033  0x00000c62 call  0x000007f7 
+ 00002034  0x00000c63 copy  0x0000003f , 0x00000011 
+ 00002035  0x00000c64 fetch  0x00000002 , 0x0000469d 
+ 00002036  0x00000c65 call  0x000007f7 
+ 00002037  0x00000c66 copy  0x0000003f , 0x00000012 
+ 00002038  0x00000c67 rtn 
+ 00002039  0x00000c6e store  0x00000002 , 0x000011c0 
+ 00002040  0x00000c6f fetch  0x00000001 , 0x000011c1 
+ 00002041  0x00000c70 beq  0x000000ff , 0x000007fd 
+ 00002042  0x00000c71 fetch  0x00000001 , 0x000011c0 
+ 00002043  0x00000c73 and_into  0x000000ff , 0x0000003f 
+ 00002044  0x00000c75 rtn 
+ 00002045  0x00000c77 fetch  0x00000002 , 0x000011c0 
+ 00002046  0x00000c78 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00002047  0x00000c79 branch  0x000007fb 
+ 00008192  0x00000c86 call  0x00002abc 
+ 00008193  0x00000c89 bpatch  0x00000000 , 0x00004000 
+ 00008194  0x00000c8a clear_stack 
+ 00008195  0x00000c8b call  0x0000640d 
+ 00008196  0x00000c8c call  0x0000296c 
+ 00008197  0x00000c8d call  0x000065a3 
+ 00008198  0x00000c8e call  0x00002a96 
+ 00008199  0x00000c8f call  0x00004d6a 
+ 00008200  0x00000c90 bpatch  0x00000001 , 0x00004000 
+ 00008201  0x00000c91 call  0x00006a03 
+ 00008202  0x00000c92 call  0x00005cf6 
+ 00008203  0x00000c93 call  0x00007ccc 
+ 00008204  0x00000c94 call  0x000032d8 
+ 00008205  0x00000c95 ncall  0x0000689c , 0x0000002b 
+ 00008206  0x00000c96 bpatch  0x00000002 , 0x00004000 
+ 00008207  0x00000c97 call  0x000032e3 , 0x0000002b 
+ 00008208  0x00000c98 call  0x0000756a 
+ 00008209  0x00000c99 call  0x00002b41 , 0x0000002b 
+ 00008210  0x00000c9b bpatch  0x00000003 , 0x00004000 
+ 00008211  0x00000c9c call  0x000076dc 
+ 00008212  0x00000c9d call  0x00007aaf 
+ 00008213  0x00000c9e call  0x0000756d 
+ 00008214  0x00000c9f call  0x0000535c 
+ 00008215  0x00000ca0 bpatch  0x00000004 , 0x00004000 
+ 00008216  0x00000ca1 call  0x00002038 
+ 00008217  0x00000ca2 call  0x000032ed 
+ 00008218  0x00000ca3 call  0x0000208f 
+ 00008219  0x00000ca4 call  0x000022f8 
+ 00008220  0x00000ca5 call  0x0000236a 
+ 00008221  0x00000ca6 call  0x00002021 
+ 00008222  0x00000ca7 call  0x00002b6a 
+ 00008223  0x00000ca8 call  0x00002c72 
+ 00008224  0x00000ca9 branch  0x00002012 
+ 00008225  0x00000cac call  0x00002026 
+ 00008226  0x00000cad rtnmark0  0x00000009 
+ 00008227  0x00000cae set0  0x00000009 , 0x00000000 
+ 00008228  0x00000caf call  0x00002223 
+ 00008229  0x00000cb0 branch  0x000053ce 
+ 00008230  0x00000cb3 bpatch  0x00000005 , 0x00004000 
+ 00008231  0x00000cb4 call  0x0000225e 
+ 00008232  0x00000cb5 nbranch  0x0000202f , 0x00000005 
+ 00008233  0x00000cb6 call  0x0000220a 
+ 00008234  0x00000cb7 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008235  0x00000cb8 ifetch  0x00000001 , 0x00000006 
+ 00008236  0x00000cb9 bbit1  0x00000000 , 0x00005360 
+ 00008237  0x00000cba bbit1  0x00000001 , 0x00002166 
+ 00008238  0x00000cbb branch  0x000023cf 
+ 00008239  0x00000cbd call  0x0000222b 
+ 00008240  0x00000cbe copy  0x00000039 , 0x0000003e 
+ 00008241  0x00000cbf rtn  0x00000005 
+ 00008242  0x00000cc0 call  0x0000220a 
+ 00008243  0x00000cc1 fetch  0x00000001 , 0x00000030 
+ 00008244  0x00000cc2 bbit1  0x00000003 , 0x000020d3 
+ 00008245  0x00000cc3 fetch  0x00000001 , 0x00000031 
+ 00008246  0x00000cc4 bbit1  0x00000001 , 0x00002166 
+ 00008247  0x00000cc5 branch  0x000023cf 
+ 00008248  0x00000cce fetch  0x00000001 , 0x000041ce 
+ 00008249  0x00000ccf rtn  0x00000034 
+ 00008250  0x00000cd0 beq  0x00000001 , 0x00002048 
+ 00008251  0x00000cd1 beq  0x00000002 , 0x0000204d 
+ 00008252  0x00000cd2 beq  0x00000003 , 0x00002050 
+ 00008253  0x00000cd3 beq  0x00000005 , 0x00002055 
+ 00008254  0x00000cd4 beq  0x0000001b , 0x00002045 
+ 00008255  0x00000cd5 call  0x00002257 
+ 00008256  0x00000cd6 rtn  0x00000005 
+ 00008257  0x00000cd7 call  0x0000225a 
+ 00008258  0x00000cd8 rtn  0x00000005 
+ 00008259  0x00000cda jam  0x00000000 , 0x000041ce 
+ 00008260  0x00000cdb rtn 
+ 00008261  0x00000cde jam  0x0000001b , 0x0000049b 
+ 00008262  0x00000cdf jam  0x00000000 , 0x000041ce 
+ 00008263  0x00000ce0 rtn 
+ 00008264  0x00000ce3 set1  0x0000001c , 0x00000000 
+ 00008265  0x00000ce4 set0  0x0000001e , 0x00000000 
+ 00008266  0x00000ce5 jam  0x000000ff , 0x0000008f 
+ 00008267  0x00000ce6 jam  0x0000001f , 0x0000008d 
+ 00008268  0x00000ce7 branch  0x00002043 
+ 00008269  0x00000cea set0  0x0000001c , 0x00000000 
+ 00008270  0x00000ceb force  0x00000000 , 0x0000001b 
+ 00008271  0x00000cec branch  0x00002043 
+ 00008272  0x00000cef call  0x0000225a 
+ 00008273  0x00000cf0 rtn  0x00000005 
+ 00008274  0x00000cf1 force  0x00000001 , 0x00000002 
+ 00008275  0x00000cf2 jam  0x00000005 , 0x0000016e 
+ 00008276  0x00000cf3 branch  0x0000205c 
+ 00008277  0x00000cf6 bpatch  0x00000006 , 0x00004000 
+ 00008278  0x00000cf8 fetch  0x00000006 , 0x000041d0 
+ 00008279  0x00000cf9 branch  0x00002043 , 0x00000034 
+ 00008280  0x00000cfa jam  0x00000001 , 0x00004681 
+ 00008281  0x00000cfc jam  0x00000003 , 0x00000055 
+ 00008282  0x00000cfd branch  0x0000205b 
+ 00008283  0x00000d00 force  0x00000025 , 0x00000002 
+ 00008284  0x00000d02 bpatch  0x00000007 , 0x00004000 
+ 00008285  0x00000d03 fetch  0x00000001 , 0x000000f1 
+ 00008286  0x00000d04 branch  0x00002062 , 0x00000034 
+ 00008287  0x00000d05 lshift3  0x0000003f , 0x0000003f 
+ 00008288  0x00000d06 lshift4  0x0000003f , 0x0000003f 
+ 00008289  0x00000d07 increase  0xffffffff , 0x0000003f 
+ 00008290  0x00000d09 store  0x00000001 , 0x000040a6 
+ 00008291  0x00000d0a store  0x00000001 , 0x000000f0 
+ 00008292  0x00000d0b jam  0x0000001f , 0x0000008e 
+ 00008293  0x00000d0c set0  0x0000000c , 0x00000000 
+ 00008294  0x00000d0d call  0x0000223b 
+ 00008295  0x00000d0e nbranch  0x00002083 , 0x00000005 
+ 00008296  0x00000d0f call  0x00002a6f 
+ 00008297  0x00000d10 store  0x00000001 , 0x00000077 
+ 00008298  0x00000d11 storet  0x00000001 , 0x0000007c 
+ 00008299  0x00000d12 fetch  0x00000006 , 0x000041d0 
+ 00008300  0x00000d13 store  0x00000006 , 0x00000040 
+ 00008301  0x00000d14 bpatch  0x00000008 , 0x00004001 
+ 00008302  0x00000d15 call  0x00007f15 
+ 00008303  0x00000d16 force  0x00000000 , 0x0000003f 
+ 00008304  0x00000d17 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008305  0x00000d18 nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00008306  0x00000d19 set1  0x00000003 , 0x0000003f 
+ 00008307  0x00000d1a store  0x00000001 , 0x00000030 
+ 00008308  0x00000d1b jam  0x00000003 , 0x00000a99 
+ 00008309  0x00000d1c call  0x00007d86 
+ 00008310  0x00000d1d force  0x00000000 , 0x0000003f 
+ 00008311  0x00000d1e setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00008312  0x00000d1f store  0x00000001 , 0x0000004c 
+ 00008313  0x00000d20 setarg  0x00000000 
+ 00008314  0x00000d21 set1  0x00000001 , 0x0000003f 
+ 00008315  0x00000d22 store  0x00000001 , 0x00000031 
+ 00008316  0x00000d23 enable  0x00000029 
+ 00008317  0x00000d24 call  0x00002223 
+ 00008318  0x00000d25 disable  0x00000029 
+ 00008319  0x00000d26 force  0x00000003 , 0x00000007 
+ 00008320  0x00000d27 fetch  0x00000002 , 0x000040b9 
+ 00008321  0x00000d28 call  0x00007f08 
+ 00008322  0x00000d29 branch  0x00002043 
+ 00008323  0x00000d2b bpatch  0x00000009 , 0x00004001 
+ 00008324  0x00000d2c fetch  0x00000006 , 0x000041d0 
+ 00008325  0x00000d2d store  0x00000006 , 0x00000040 
+ 00008326  0x00000d2e compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008327  0x00000d2f branch  0x00002089 , 0x00000001 
+ 00008328  0x00000d30 branch  0x00002043 
+ 00008329  0x00000d32 arg  0x00000101 , 0x00000005 
+ 00008330  0x00000d33 arg  0x00000008 , 0x00000039 
+ 00008331  0x00000d34 call  0x00007ec6 
+ 00008332  0x00000d35 jam  0x00000004 , 0x00000a99 
+ 00008333  0x00000d36 call  0x00007d86 
+ 00008334  0x00000d37 branch  0x00002043 
+ 00008335  0x00000d3f rtnmark0  0x0000001c 
+ 00008336  0x00000d40 force  0x00000001 , 0x00000007 
+ 00008337  0x00000d41 call  0x00007f16 
+ 00008338  0x00000d42 nsetflag  0x00000034 , 0x0000001c , 0x00000000 
+ 00008339  0x00000d43 nbranch  0x00002095 , 0x00000034 
+ 00008340  0x00000d44 rtn 
+ 00008341  0x00000d49 bpatch  0x0000000a , 0x00004001 
+ 00008342  0x00000d4a fetcht  0x00000002 , 0x000040bb 
+ 00008343  0x00000d4b force  0x00000004 , 0x00000007 
+ 00008344  0x00000d4c call  0x0000271c 
+ 00008345  0x00000d4d rtn  0x00000028 
+ 00008346  0x00000d4e call  0x000028a4 
+ 00008347  0x00000d4f force  0x00000000 , 0x00000024 
+ 00008348  0x00000d51 rtn  0x00000003 
+ 00008349  0x00000d52 set0  0x0000000b , 0x00000000 
+ 00008350  0x00000d53 set0  0x00000000 , 0x00000000 
+ 00008351  0x00000d55 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008352  0x00000d56 isolate1  0x0000001e , 0x00000000 
+ 00008353  0x00000d57 setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00008354  0x00000d58 compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00008355  0x00000d59 nbranch  0x000020be , 0x00000001 
+ 00008356  0x00000d5c bpatch  0x0000000b , 0x00004001 
+ 00008357  0x00000d5d fetch  0x00000001 , 0x00000012 
+ 00008358  0x00000d5e increase  0x00000001 , 0x0000003f 
+ 00008359  0x00000d5f store  0x00000001 , 0x00000012 
+ 00008360  0x00000d60 call  0x000028d8 
+ 00008361  0x00000d61 call  0x000028d2 
+ 00008362  0x00000d62 call  0x000028f2 
+ 00008363  0x00000d63 call  0x00002a51 
+ 00008364  0x00000d64 call  0x00002a56 
+ 00008365  0x00000d65 call  0x00002a64 
+ 00008366  0x00000d66 call  0x0000264d 
+ 00008367  0x00000d67 call  0x000020b1 
+ 00008368  0x00000d68 branch  0x0000209c 
+ 00008369  0x00000d6b bpatch  0x0000000c , 0x00004001 
+ 00008370  0x00000d6c fetch  0x00000001 , 0x0000008d 
+ 00008371  0x00000d6d increase  0xffffffff , 0x0000003f 
+ 00008372  0x00000d6e store  0x00000001 , 0x0000008d 
+ 00008373  0x00000d6f rtn  0x00000002 
+ 00008374  0x00000d70 jam  0x0000001f , 0x0000008d 
+ 00008375  0x00000d71 fetch  0x00000001 , 0x0000008f 
+ 00008376  0x00000d72 increase  0xffffffff , 0x0000003f 
+ 00008377  0x00000d73 store  0x00000001 , 0x0000008f 
+ 00008378  0x00000d74 rtn  0x00000002 
+ 00008379  0x00000d75 setflip  0x0000001e , 0x00000000 
+ 00008380  0x00000d76 jam  0x000000ff , 0x0000008f 
+ 00008381  0x00000d77 rtn 
+ 00008382  0x00000d7a bpatch  0x0000000d , 0x00004001 
+ 00008383  0x00000d7b call  0x000028d8 
+ 00008384  0x00000d7c call  0x000028cc 
+ 00008385  0x00000d7d call  0x000028f2 
+ 00008386  0x00000d7e call  0x00002a5b 
+ 00008387  0x00000d7f call  0x000029eb 
+ 00008388  0x00000d80 call  0x00002a0d 
+ 00008389  0x00000d81 branch  0x000020c8 , 0x00000018 
+ 00008390  0x00000d82 call  0x000020b1 
+ 00008391  0x00000d83 branch  0x0000209f 
+ 00008392  0x00000d85 bpatch  0x0000000e , 0x00004001 
+ 00008393  0x00000d86 call  0x000029bb 
+ 00008394  0x00000d87 call  0x00002a6b 
+ 00008395  0x00000d88 call  0x0000251e 
+ 00008396  0x00000d89 set0  0x00000001 , 0x00000000 
+ 00008397  0x00000d8a rtnmark0  0x0000000b 
+ 00008398  0x00000d8c bpatch  0x0000000f , 0x00004001 
+ 00008399  0x00000d8e fetch  0x00000001 , 0x00000013 
+ 00008400  0x00000d8f increase  0x00000001 , 0x0000003f 
+ 00008401  0x00000d90 store  0x00000001 , 0x00000013 
+ 00008402  0x00000d91 rtn 
+ 00008403  0x00000d9a bpatch  0x00000010 , 0x00004002 
+ 00008404  0x00000d9b enable  0x00000029 
+ 00008405  0x00000d9c enable  0x00000030 
+ 00008406  0x00000d9d fetch  0x00000002 , 0x000040b5 
+ 00008407  0x00000d9e branch  0x000020db , 0x00000034 
+ 00008408  0x00000d9f force  0x00000008 , 0x00000007 
+ 00008409  0x00000da0 call  0x00007f16 
+ 00008410  0x00000da1 nrtn  0x00000034 
+ 00008411  0x00000da3 bpatch  0x00000011 , 0x00004002 
+ 00008412  0x00000da4 fetcht  0x00000002 , 0x000040b7 
+ 00008413  0x00000da5 force  0x00000028 , 0x00000007 
+ 00008414  0x00000da6 call  0x0000271c 
+ 00008415  0x00000da7 branch  0x00002114 , 0x00000028 
+ 00008416  0x00000da8 force  0x00000003 , 0x00000007 
+ 00008417  0x00000da9 call  0x00007f16 
+ 00008418  0x00000daa nbranch  0x000020f0 , 0x00000034 
+ 00008419  0x00000dab fetch  0x00000001 , 0x0000004c 
+ 00008420  0x00000dac bbit1  0x00000004 , 0x000020e6 
+ 00008421  0x00000dad branch  0x000020e9 
+ 00008422  0x00000daf arg  0x00000101 , 0x00000005 
+ 00008423  0x00000db0 arg  0x00000008 , 0x00000039 
+ 00008424  0x00000db1 call  0x00007ec6 
+ 00008425  0x00000db3 bpatch  0x00000012 , 0x00004002 
+ 00008426  0x00000db4 jam  0x00000000 , 0x00000030 
+ 00008427  0x00000db5 call  0x00005cf7 
+ 00008428  0x00000db6 jam  0x00000000 , 0x00004681 
+ 00008429  0x00000db7 jam  0x00000013 , 0x00000a99 
+ 00008430  0x00000db8 call  0x00007d86 
+ 00008431  0x00000db9 branch  0x00002114 
+ 00008432  0x00000dbc bpatch  0x00000013 , 0x00004002 
+ 00008433  0x00000dbd force  0x00000000 , 0x0000000b 
+ 00008434  0x00000dbe until  0x00000023 , 0x00000026 
+ 00008435  0x00000dbf fetch  0x00000001 , 0x000000f2 
+ 00008436  0x00000dc0 increase  0xffffffff , 0x0000003f 
+ 00008437  0x00000dc1 ixor  0x00000022 , 0x0000003f 
+ 00008438  0x00000dc2 compare  0x00000000 , 0x0000003f , 0x00000003 
+ 00008439  0x00000dc3 nbranch  0x000020f0 , 0x00000001 
+ 00008440  0x00000dc4 deposit  0x00000004 
+ 00008441  0x00000dc5 store  0x00000001 , 0x00000181 
+ 00008442  0x00000dc6 force  0x00000000 , 0x00000026 
+ 00008443  0x00000dc7 force  0x00000000 , 0x00000024 
+ 00008444  0x00000dca bpatch  0x00000014 , 0x00004002 
+ 00008445  0x00000dcb branch  0x00002114 , 0x00000003 
+ 00008446  0x00000dcc call  0x000028dc 
+ 00008447  0x00000dcd arg  0x00000600 , 0x0000000b 
+ 00008448  0x00000dce until  0x00000023 , 0x00000026 
+ 00008449  0x00000dd0 bpatch  0x00000015 , 0x00004002 
+ 00008450  0x00000dd1 fetch  0x00000004 , 0x000000f2 
+ 00008451  0x00000dd2 iforce  0x00000021 
+ 00008452  0x00000dd3 increase  0x00000001 , 0x0000003f 
+ 00008453  0x00000dd4 store  0x00000004 , 0x000000f2 
+ 00008454  0x00000dd5 isolate1  0x0000000c , 0x00000000 
+ 00008455  0x00000dd6 setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00008456  0x00000dd7 compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00008457  0x00000dd8 nbranch  0x00002128 , 0x00000001 
+ 00008458  0x00000dd9 fetch  0x00000001 , 0x0000000c 
+ 00008459  0x00000dda increase  0x00000001 , 0x0000003f 
+ 00008460  0x00000ddb store  0x00000001 , 0x0000000c 
+ 00008461  0x00000ddc call  0x000028d2 
+ 00008462  0x00000ddd call  0x00002a51 
+ 00008463  0x00000dde call  0x00002a56 
+ 00008464  0x00000ddf call  0x00002a64 
+ 00008465  0x00000de0 call  0x0000264d 
+ 00008466  0x00000de1 call  0x0000211a 
+ 00008467  0x00000de2 branch  0x000020fc 
+ 00008468  0x00000de4 bpatch  0x00000016 , 0x00004002 
+ 00008469  0x00000de5 disable  0x00000029 
+ 00008470  0x00000de6 fetch  0x00000002 , 0x000040b5 
+ 00008471  0x00000de7 rtn  0x00000034 
+ 00008472  0x00000de8 force  0x00000008 , 0x00000007 
+ 00008473  0x00000de9 branch  0x00007f08 
+ 00008474  0x00000dec bpatch  0x00000017 , 0x00004002 
+ 00008475  0x00000ded fetch  0x00000001 , 0x0000008e 
+ 00008476  0x00000dee increase  0xffffffff , 0x0000003f 
+ 00008477  0x00000def store  0x00000001 , 0x0000008e 
+ 00008478  0x00000df0 rtn  0x00000002 
+ 00008479  0x00000df1 jam  0x0000001f , 0x0000008e 
+ 00008480  0x00000df2 fetch  0x00000001 , 0x000000f0 
+ 00008481  0x00000df3 increase  0xffffffff , 0x0000003f 
+ 00008482  0x00000df4 store  0x00000001 , 0x000000f0 
+ 00008483  0x00000df5 rtn  0x00000002 
+ 00008484  0x00000df6 setflip  0x0000000c , 0x00000000 
+ 00008485  0x00000df7 fetch  0x00000001 , 0x000040a6 
+ 00008486  0x00000df8 store  0x00000001 , 0x000000f0 
+ 00008487  0x00000df9 rtn 
+ 00008488  0x00000dfc bpatch  0x00000018 , 0x00004003 
+ 00008489  0x00000dfd call  0x000028cc 
+ 00008490  0x00000dfe call  0x00002a5b 
+ 00008491  0x00000dff call  0x000029eb 
+ 00008492  0x00000e00 call  0x00002a0d 
+ 00008493  0x00000e01 branch  0x00002130 , 0x00000018 
+ 00008494  0x00000e02 call  0x0000211a 
+ 00008495  0x00000e03 branch  0x00002101 
+ 00008496  0x00000e05 call  0x0000264d 
+ 00008497  0x00000e06 fetch  0x00000001 , 0x0000000d 
+ 00008498  0x00000e07 increase  0x00000001 , 0x0000003f 
+ 00008499  0x00000e08 store  0x00000001 , 0x0000000d 
+ 00008500  0x00000e09 force  0x00000000 , 0x0000001b 
+ 00008501  0x00000e0a fetch  0x00000004 , 0x000000f2 
+ 00008502  0x00000e0c bpatch  0x00000019 , 0x00004003 
+ 00008503  0x00000e0d call  0x00002a4f 
+ 00008504  0x00000e0e call  0x000028dc 
+ 00008505  0x00000e0f increase  0x00000001 , 0x00000026 
+ 00008506  0x00000e11 and_into  0x000001fd , 0x00000021 
+ 00008507  0x00000e12 and_into  0x000001fc , 0x00000024 
+ 00008508  0x00000e13 call  0x000028d2 
+ 00008509  0x00000e14 call  0x00002a51 
+ 00008510  0x00000e15 call  0x00002a56 
+ 00008511  0x00000e16 call  0x00002a64 
+ 00008512  0x00000e17 deposit  0x00000022 
+ 00008513  0x00000e18 store  0x00000004 , 0x00000161 
+ 00008514  0x00000e19 force  0x00000000 , 0x00000004 
+ 00008515  0x00000e1a force  0x00000002 , 0x00000001 
+ 00008516  0x00000e1b call  0x00002a6b 
+ 00008517  0x00000e1c call  0x00002766 
+ 00008518  0x00000e1e bpatch  0x0000001a , 0x00004003 
+ 00008519  0x00000e1f call  0x00002a4d 
+ 00008520  0x00000e20 or_into  0x00000002 , 0x00000021 
+ 00008521  0x00000e21 and_into  0x000001fc , 0x00000024 
+ 00008522  0x00000e22 call  0x000028cc 
+ 00008523  0x00000e23 call  0x00002a5b 
+ 00008524  0x00000e24 call  0x000029eb 
+ 00008525  0x00000e25 call  0x00002a0d 
+ 00008526  0x00000e26 call  0x0000264d , 0x00000018 
+ 00008527  0x00000e27 branch  0x00002155 , 0x00000018 
+ 00008528  0x00000e28 fetch  0x00000001 , 0x00000010 
+ 00008529  0x00000e29 branch  0x000020fc , 0x00000034 
+ 00008530  0x00000e2a increase  0xffffffff , 0x0000003f 
+ 00008531  0x00000e2b store  0x00000001 , 0x00000010 
+ 00008532  0x00000e2c branch  0x00002136 
+ 00008533  0x00000e2f bpatch  0x0000001b , 0x00004003 
+ 00008534  0x00000e30 fetch  0x00000001 , 0x0000000e 
+ 00008535  0x00000e31 increase  0x00000001 , 0x0000003f 
+ 00008536  0x00000e32 store  0x00000001 , 0x0000000e 
+ 00008537  0x00000e33 call  0x00002435 
+ 00008538  0x00000e35 call  0x000022f2 
+ 00008539  0x00000e36 branch  0x0000215f , 0x00000018 
+ 00008540  0x00000e37 call  0x00002455 
+ 00008541  0x00000e38 nbranch  0x0000215a , 0x00000034 
+ 00008542  0x00000e39 branch  0x000020fc 
+ 00008543  0x00000e3c bpatch  0x0000001c , 0x00004003 
+ 00008544  0x00000e3d fetch  0x00000001 , 0x00000030 
+ 00008545  0x00000e3e set0  0x00000003 , 0x0000003f 
+ 00008546  0x00000e3f store  0x00000001 , 0x00000030 
+ 00008547  0x00000e40 call  0x00002440 
+ 00008548  0x00000e41 disable  0x00000029 
+ 00008549  0x00000e42 rtn 
+ 00008550  0x00000e46 bpatch  0x0000001d , 0x00004003 
+ 00008551  0x00000e47 enable  0x00000029 
+ 00008552  0x00000e48 enable  0x00000030 
+ 00008553  0x00000e49 call  0x000021e1 
+ 00008554  0x00000e4a rtn  0x00000028 
+ 00008555  0x00000e4b call  0x00002c69 
+ 00008556  0x00000e4c call  0x00002a4f 
+ 00008557  0x00000e4d add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008558  0x00000e4e call  0x000028e2 
+ 00008559  0x00000e4f force  0x00000003 , 0x00000024 
+ 00008560  0x00000e50 call  0x00006cc2 
+ 00008561  0x00000e51 call  0x00002489 
+ 00008562  0x00000e52 call  0x000028d2 
+ 00008563  0x00000e53 call  0x00002a51 
+ 00008564  0x00000e54 call  0x00002a56 
+ 00008565  0x00000e55 call  0x00002a64 
+ 00008566  0x00000e56 call  0x00002762 
+ 00008567  0x00000e58 bpatch  0x0000001e , 0x00004003 
+ 00008568  0x00000e59 call  0x00005d08 
+ 00008569  0x00000e5a call  0x000022e4 
+ 00008570  0x00000e5b nbranch  0x00002180 , 0x0000002d 
+ 00008571  0x00000e5c call  0x00002a88 
+ 00008572  0x00000e5d call  0x00002728 
+ 00008573  0x00000e5e fetch  0x00000001 , 0x0000000f 
+ 00008574  0x00000e5f increase  0x00000001 , 0x0000003f 
+ 00008575  0x00000e60 store  0x00000001 , 0x0000000f 
+ 00008576  0x00000e62 bpatch  0x0000001f , 0x00004003 
+ 00008577  0x00000e63 call  0x00006caa 
+ 00008578  0x00000e64 call  0x0000218b 
+ 00008579  0x00000e65 nrtn  0x00000029 
+ 00008580  0x00000e66 call  0x000026f3 
+ 00008581  0x00000e67 nbranch  0x00002188 , 0x00000034 
+ 00008582  0x00000e69 disable  0x00000029 
+ 00008583  0x00000e6a rtn 
+ 00008584  0x00000e6d call  0x00002489 
+ 00008585  0x00000e6e call  0x000022da 
+ 00008586  0x00000e6f branch  0x00002177 
+ 00008587  0x00000e73 branch  0x0000218e , 0x0000002d 
+ 00008588  0x00000e74 call  0x00002a7f 
+ 00008589  0x00000e75 branch  0x0000219c , 0x00000002 
+ 00008590  0x00000e77 call  0x000021a7 
+ 00008591  0x00000e78 nbranch  0x0000219c , 0x00000028 
+ 00008592  0x00000e79 fetch  0x00000001 , 0x0000004c 
+ 00008593  0x00000e7a rtnbit0  0x00000004 
+ 00008594  0x00000e7b rtnbit1  0x00000003 
+ 00008595  0x00000e7c fetch  0x00000001 , 0x0000004b 
+ 00008596  0x00000e7d rtnbit1  0x00000003 
+ 00008597  0x00000e7e call  0x000021ae 
+ 00008598  0x00000e7f nrtn  0x00000034 
+ 00008599  0x00000e80 fetch  0x00000001 , 0x0000016e 
+ 00008600  0x00000e81 increase  0xffffffff , 0x0000003f 
+ 00008601  0x00000e82 store  0x00000001 , 0x0000016e 
+ 00008602  0x00000e83 nrtn  0x00000034 
+ 00008603  0x00000e84 branch  0x00006006 
+ 00008604  0x00000e87 bpatch  0x00000020 , 0x00004004 
+ 00008605  0x00000e88 call  0x0000245d 
+ 00008606  0x00000e89 disable  0x00000029 
+ 00008607  0x00000e8a fetch  0x00000001 , 0x0000004c 
+ 00008608  0x00000e8b bbit1  0x00000004 , 0x000021a2 
+ 00008609  0x00000e8c rtn 
+ 00008610  0x00000e8f fetch  0x00000001 , 0x0000004c 
+ 00008611  0x00000e90 rtnbit1  0x00000003 
+ 00008612  0x00000e92 arg  0x00000101 , 0x00000005 
+ 00008613  0x00000e93 arg  0x00000008 , 0x00000039 
+ 00008614  0x00000e94 branch  0x00007ec6 
+ 00008615  0x00000e97 bpatch  0x00000021 , 0x00004004 
+ 00008616  0x00000e98 enable  0x00000028 
+ 00008617  0x00000e99 fetch  0x00000001 , 0x0000004b 
+ 00008618  0x00000e9a rtnbit0  0x00000003 
+ 00008619  0x00000e9b call  0x000021ae 
+ 00008620  0x00000e9c nrtn  0x00000034 
+ 00008621  0x00000e9d branch  0x00007fe9 
+ 00008622  0x00000ea0 fetch  0x00000001 , 0x00000072 
+ 00008623  0x00000ea1 increase  0xffffffff , 0x0000003f 
+ 00008624  0x00000ea2 store  0x00000001 , 0x00000072 
+ 00008625  0x00000ea3 rtn 
+ 00008626  0x00000ea6 bpatch  0x00000022 , 0x00004004 
+ 00008627  0x00000ea7 fetch  0x00000001 , 0x00000030 
+ 00008628  0x00000ea8 bbit1  0x00000007 , 0x000021bb 
+ 00008629  0x00000ea9 fetch  0x00000001 , 0x000009b5 
+ 00008630  0x00000eaa branch  0x000021bb , 0x00000034 
+ 00008631  0x00000eab jam  0x00000000 , 0x000009b5 
+ 00008632  0x00000eac jam  0x00000018 , 0x00000a99 
+ 00008633  0x00000ead call  0x00007d86 
+ 00008634  0x00000eae branch  0x000021bb 
+ 00008635  0x00000eb0 bpatch  0x00000023 , 0x00004004 
+ 00008636  0x00000eb1 call  0x00002254 
+ 00008637  0x00000eb2 fetch  0x00000001 , 0x00000030 
+ 00008638  0x00000eb3 set1  0x00000007 , 0x0000003f 
+ 00008639  0x00000eb4 store  0x00000001 , 0x00000030 
+ 00008640  0x00000eb5 jam  0x00000001 , 0x000041bd 
+ 00008641  0x00000eb6 fetch  0x00000001 , 0x00000055 
+ 00008642  0x00000eb7 bne  0x00000016 , 0x000021c3 
+ 00008643  0x00000eb9 rtn 
+ 00008644  0x00000ebc jam  0x00000001 , 0x000009b5 
+ 00008645  0x00000ebe fetch  0x00000001 , 0x00000030 
+ 00008646  0x00000ebf set0  0x00000007 , 0x0000003f 
+ 00008647  0x00000ec0 store  0x00000001 , 0x00000030 
+ 00008648  0x00000ec1 rtn 
+ 00008649  0x00000ec6 bpatch  0x00000024 , 0x00004004 
+ 00008650  0x00000ec7 disable  0x00000028 
+ 00008651  0x00000ec8 fetch  0x00000002 , 0x00000032 
+ 00008652  0x00000ec9 arg  0x0000ffff , 0x00000002 
+ 00008653  0x00000eca isub  0x00000002 , 0x0000003e 
+ 00008654  0x00000ecb nrtn  0x00000005 
+ 00008655  0x00000ecc fetch  0x00000004 , 0x00000034 
+ 00008656  0x00000ecd branch  0x000021d3 , 0x00000030 
+ 00008657  0x00000ece isub  0x00000028 , 0x0000003f 
+ 00008658  0x00000ecf branch  0x000021d4 
+ 00008659  0x00000ed1 isub  0x00000022 , 0x0000003f 
+ 00008660  0x00000ed3 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00008661  0x00000ed4 nrtn  0x00000002 
+ 00008662  0x00000ed5 force  0x00000000 , 0x0000003f 
+ 00008663  0x00000ed6 store  0x00000002 , 0x00000032 
+ 00008664  0x00000ed7 branch  0x00007fe7 
+ 00008665  0x00000edc copy  0x0000003f , 0x00000002 
+ 00008666  0x00000edd bpatch  0x00000025 , 0x00004004 
+ 00008667  0x00000ede storet  0x00000004 , 0x00000034 
+ 00008668  0x00000ee0 jam  0x00000001 , 0x0000455b 
+ 00008669  0x00000ee1 setarg  0x0000ffff 
+ 00008670  0x00000ee2 store  0x00000002 , 0x00000032 
+ 00008671  0x00000ee3 jam  0x00000001 , 0x00000073 
+ 00008672  0x00000ee4 rtn 
+ 00008673  0x00000ee8 bpatch  0x00000026 , 0x00004004 
+ 00008674  0x00000ee9 call  0x000021c9 
+ 00008675  0x00000eea nrtn  0x00000028 
+ 00008676  0x00000eeb disable  0x00000028 
+ 00008677  0x00000eec jam  0x00000020 , 0x00000011 
+ 00008678  0x00000eed set0  0x0000000b , 0x00000000 
+ 00008679  0x00000eef call  0x00002a4f 
+ 00008680  0x00000ef0 call  0x000022e6 
+ 00008681  0x00000ef1 bmark1  0x0000000b , 0x000021f4 
+ 00008682  0x00000ef2 call  0x00002455 
+ 00008683  0x00000ef3 nbranch  0x000021e7 , 0x00000034 
+ 00008684  0x00000ef5 bpatch  0x00000027 , 0x00004004 
+ 00008685  0x00000ef6 disable  0x00000028 
+ 00008686  0x00000ef7 deposit  0x00000022 
+ 00008687  0x00000ef8 store  0x00000004 , 0x000040ca 
+ 00008688  0x00000ef9 enable  0x00000030 
+ 00008689  0x00000efa enable  0x00000029 
+ 00008690  0x00000efb jam  0x0000002a , 0x00000a99 
+ 00008691  0x00000efc branch  0x00007d86 
+ 00008692  0x00000eff bpatch  0x00000028 , 0x00004005 
+ 00008693  0x00000f00 call  0x00002a4d 
+ 00008694  0x00000f01 arg  0x00000010 , 0x00000001 
+ 00008695  0x00000f02 call  0x000022dc 
+ 00008696  0x00000f03 disable  0x00000030 
+ 00008697  0x00000f04 disable  0x00000029 
+ 00008698  0x00000f05 call  0x00002818 
+ 00008699  0x00000f06 call  0x00002435 
+ 00008700  0x00000f08 bpatch  0x00000029 , 0x00004005 
+ 00008701  0x00000f09 call  0x0000247c 
+ 00008702  0x00000f0a branch  0x00002202 , 0x0000002d 
+ 00008703  0x00000f0b call  0x00002455 
+ 00008704  0x00000f0c nbranch  0x000021fc , 0x00000034 
+ 00008705  0x00000f0d branch  0x000021ec 
+ 00008706  0x00000f0f fetch  0x00000001 , 0x00000031 
+ 00008707  0x00000f10 set0  0x00000001 , 0x0000003f 
+ 00008708  0x00000f11 store  0x00000001 , 0x00000031 
+ 00008709  0x00000f12 call  0x00002a88 
+ 00008710  0x00000f13 call  0x00002841 
+ 00008711  0x00000f14 enable  0x00000028 
+ 00008712  0x00000f15 jam  0x0000002b , 0x00000a99 
+ 00008713  0x00000f16 branch  0x00007d86 
+ 00008714  0x00000f1c bpatch  0x0000002a , 0x00004005 
+ 00008715  0x00000f1d set1  0x00000009 , 0x00000000 
+ 00008716  0x00000f1e deposit  0x00000011 
+ 00008717  0x00000f1f store  0x00000002 , 0x0000001e 
+ 00008718  0x00000f20 force  0x00000050 , 0x00000039 
+ 00008719  0x00000f21 arg  0x0000043f , 0x00000005 
+ 00008720  0x00000f22 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008721  0x00000f23 ifetch  0x00000001 , 0x00000006 
+ 00008722  0x00000f24 copy  0x00000011 , 0x00000006 
+ 00008723  0x00000f25 bbit1  0x00000000 , 0x00007f01 
+ 00008724  0x00000f26 arg  0x00000030 , 0x00000005 
+ 00008725  0x00000f27 call  0x00007f01 
+ 00008726  0x00000f28 disable  0x0000002e 
+ 00008727  0x00000f29 fetch  0x00000001 , 0x00000077 
+ 00008728  0x00000f2a iforce  0x00000004 
+ 00008729  0x00000f2b jam  0x00000001 , 0x0000008a 
+ 00008730  0x00000f2c branch  0x0000221c , 0x00000029 
+ 00008731  0x00000f2d jam  0x00000001 , 0x0000008a 
+ 00008732  0x00000f2f fetch  0x00000001 , 0x00000030 
+ 00008733  0x00000f30 rtnbit0  0x00000001 
+ 00008734  0x00000f31 fetch  0x00000001 , 0x00000073 
+ 00008735  0x00000f32 store  0x00000001 , 0x0000008a 
+ 00008736  0x00000f33 fetch  0x00000001 , 0x00000074 
+ 00008737  0x00000f34 store  0x00000001 , 0x0000008b 
+ 00008738  0x00000f35 rtn 
+ 00008739  0x00000f38 bpatch  0x0000002b , 0x00004005 
+ 00008740  0x00000f39 fetch  0x00000002 , 0x0000001e 
+ 00008741  0x00000f3a iforce  0x00000005 
+ 00008742  0x00000f3b force  0x00000050 , 0x00000039 
+ 00008743  0x00000f3c arg  0x0000043f , 0x00000006 
+ 00008744  0x00000f3d branch  0x00007f01 , 0x00000036 
+ 00008745  0x00000f3e arg  0x00000030 , 0x00000006 
+ 00008746  0x00000f3f branch  0x00007f01 
+ 00008747  0x00000f44 arg  0x00000001 , 0x00000039 
+ 00008748  0x00000f45 fetcht  0x00000001 , 0x00000015 
+ 00008749  0x00000f47 increase  0x00000001 , 0x00000002 
+ 00008750  0x00000f48 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008751  0x00000f49 nbranch  0x00002231 , 0x00000001 
+ 00008752  0x00000f4a arg  0x00000000 , 0x00000002 
+ 00008753  0x00000f4c storet  0x00000001 , 0x00000015 
+ 00008754  0x00000f4d mul32  0x00000002 , 0x00000050 , 0x0000003f 
+ 00008755  0x00000f4e arg  0x00004040 , 0x00000011 
+ 00008756  0x00000f4f iadd  0x00000011 , 0x00000011 
+ 00008757  0x00000f50 ifetch  0x00000001 , 0x00000011 
+ 00008758  0x00000f51 bbit1  0x00000001 , 0x00002239 
+ 00008759  0x00000f52 rtnbit1  0x00000000 
+ 00008760  0x00000f53 rtnbit1  0x00000003 
+ 00008761  0x00000f55 loop  0x0000222d 
+ 00008762  0x00000f56 rtn 
+ 00008763  0x00000f59 bpatch  0x0000002c , 0x00004005 
+ 00008764  0x00000f5a arg  0x0000226a , 0x00000013 
+ 00008765  0x00000f5b call  0x00002261 
+ 00008766  0x00000f5c nrtn  0x00000005 
+ 00008767  0x00000f5d deposit  0x00000011 
+ 00008768  0x00000f5e store  0x00000002 , 0x0000001e 
+ 00008769  0x00000f5f force  0x00000000 , 0x0000003e 
+ 00008770  0x00000f60 rtn 
+ 00008771  0x00000f65 call  0x00002725 
+ 00008772  0x00000f66 branch  0x0000224b , 0x00000001 
+ 00008773  0x00000f67 fetch  0x00000002 , 0x0000001e 
+ 00008774  0x00000f68 add  0x0000003f , 0x00000017 , 0x00000005 
+ 00008775  0x00000f69 fetch  0x00000001 , 0x00000047 
+ 00008776  0x00000f6a istore  0x00000001 , 0x00000005 
+ 00008777  0x00000f6b arg  0x000022aa , 0x00000013 
+ 00008778  0x00000f6c branch  0x00002261 
+ 00008779  0x00000f6f fetch  0x00000001 , 0x00000047 
+ 00008780  0x00000f70 isolate1  0x00000003 , 0x0000003f 
+ 00008781  0x00000f71 branch  0x00002250 , 0x00000001 
+ 00008782  0x00000f72 force  0x00000001 , 0x0000003e 
+ 00008783  0x00000f73 rtn 
+ 00008784  0x00000f75 force  0x00000000 , 0x0000003e 
+ 00008785  0x00000f76 rtn 
+ 00008786  0x00000f7a arg  0x000022a7 , 0x00000013 
+ 00008787  0x00000f7b branch  0x00002261 
+ 00008788  0x00000f7e fetcht  0x00000002 , 0x0000001e 
+ 00008789  0x00000f7f arg  0x000022cf , 0x00000013 
+ 00008790  0x00000f80 branch  0x00002261 
+ 00008791  0x00000f85 fetcht  0x00000001 , 0x000041cf 
+ 00008792  0x00000f87 arg  0x00002275 , 0x00000013 
+ 00008793  0x00000f88 branch  0x00002261 
+ 00008794  0x00000f8b bpatch  0x0000002d , 0x00004005 
+ 00008795  0x00000f8c fetcht  0x00000006 , 0x000041d0 
+ 00008796  0x00000f8e arg  0x0000226e , 0x00000013 
+ 00008797  0x00000f8f branch  0x00002261 
+ 00008798  0x00000f92 arg  0x0000227b , 0x00000013 
+ 00008799  0x00000f93 branch  0x00002261 
+ 00008800  0x00000f96 arg  0x000022c6 , 0x00000013 
+ 00008801  0x00000f98 bpatch  0x0000002e , 0x00004005 
+ 00008802  0x00000f99 arg  0x00004040 , 0x00000011 
+ 00008803  0x00000f9a arg  0x00000001 , 0x00000039 
+ 00008804  0x00000f9c ifetch  0x00000001 , 0x00000011 
+ 00008805  0x00000f9d copy  0x00000013 , 0x0000003d 
+ 00008806  0x00000f9f increase  0x00000050 , 0x00000011 
+ 00008807  0x00000fa0 loop  0x00002264 
+ 00008808  0x00000fa1 force  0x00000001 , 0x0000003e 
+ 00008809  0x00000fa2 rtn 
+ 00008810  0x00000fa5 bbit1  0x00000000 , 0x00002266 
+ 00008811  0x00000fa6 bbit1  0x00000003 , 0x00002266 
+ 00008812  0x00000fa7 force  0x00000000 , 0x0000003e 
+ 00008813  0x00000fa8 rtn 
+ 00008814  0x00000fab bbit1  0x00000003 , 0x00002270 
+ 00008815  0x00000fac bbit0  0x00000000 , 0x00002266 
+ 00008816  0x00000fae add  0x00000011 , 0x00000010 , 0x00000006 
+ 00008817  0x00000faf ifetch  0x00000006 , 0x00000006 
+ 00008818  0x00000fb0 isub  0x00000002 , 0x0000003e 
+ 00008819  0x00000fb1 rtn  0x00000005 
+ 00008820  0x00000fb2 branch  0x00002266 
+ 00008821  0x00000fb5 bbit0  0x00000000 , 0x00002266 
+ 00008822  0x00000fb6 add  0x00000011 , 0x00000016 , 0x00000006 
+ 00008823  0x00000fb7 ifetch  0x00000001 , 0x00000006 
+ 00008824  0x00000fb8 isub  0x00000002 , 0x0000003e 
+ 00008825  0x00000fb9 rtn  0x00000005 
+ 00008826  0x00000fba branch  0x00002266 
+ 00008827  0x00000fbd bbit0  0x00000001 , 0x00002266 
+ 00008828  0x00000fbf call  0x000022b3 
+ 00008829  0x00000fc0 call  0x00002297 
+ 00008830  0x00000fc1 isub  0x00000002 , 0x0000003f 
+ 00008831  0x00000fc2 increase  0x00000001 , 0x0000003f 
+ 00008832  0x00000fc3 branch  0x00002291 , 0x00000002 
+ 00008833  0x00000fc4 copy  0x00000006 , 0x00000012 
+ 00008834  0x00000fc5 store  0x00000009 , 0x00000aa2 
+ 00008835  0x00000fc6 fetch  0x00000001 , 0x000044c0 
+ 00008836  0x00000fc7 nbranch  0x00002289 , 0x00000034 
+ 00008837  0x00000fc8 fetch  0x00000009 , 0x00000aa2 
+ 00008838  0x00000fc9 copy  0x00000012 , 0x00000006 
+ 00008839  0x00000fca increase  0x00000005 , 0x0000003f 
+ 00008840  0x00000fcb branch  0x0000228c 
+ 00008841  0x00000fcd fetch  0x00000009 , 0x00000aa2 
+ 00008842  0x00000fce copy  0x00000012 , 0x00000006 
+ 00008843  0x00000fcf increase  0x00000014 , 0x0000003f 
+ 00008844  0x00000fd1 nbranch  0x00002266 , 0x00000002 
+ 00008845  0x00000fd3 copy  0x00000002 , 0x00000021 
+ 00008846  0x00000fd4 call  0x000022bf 
+ 00008847  0x00000fd5 force  0x00000000 , 0x0000003e 
+ 00008848  0x00000fd6 rtn 
+ 00008849  0x00000fda iforce  0x00000012 
+ 00008850  0x00000fdb add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008851  0x00000fdc ifetch  0x00000002 , 0x00000006 
+ 00008852  0x00000fdd branch  0x0000228d , 0x00000034 
+ 00008853  0x00000fde call  0x000022bf 
+ 00008854  0x00000fdf branch  0x0000227c 
+ 00008855  0x00000fe2 rshift16  0x0000003f , 0x0000000b 
+ 00008856  0x00000fe3 rshift8  0x0000000b , 0x0000000b 
+ 00008857  0x00000fe4 branch  0x000022a1 , 0x00000005 
+ 00008858  0x00000fe5 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008859  0x00000fe6 nrtn  0x00000001 
+ 00008860  0x00000fe7 rshift16  0x00000002 , 0x0000000b 
+ 00008861  0x00000fe8 rshift8  0x0000000b , 0x0000000b 
+ 00008862  0x00000fe9 nrtn  0x00000005 
+ 00008863  0x00000fea set1  0x0000001c , 0x00000002 
+ 00008864  0x00000feb rtn 
+ 00008865  0x00000fed rshift16  0x00000002 , 0x0000000b 
+ 00008866  0x00000fee rshift8  0x0000000b , 0x0000000b 
+ 00008867  0x00000fef compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008868  0x00000ff0 nrtn  0x00000001 
+ 00008869  0x00000ff1 set1  0x0000001c , 0x0000003f 
+ 00008870  0x00000ff2 rtn 
+ 00008871  0x00000ff5 bbit0  0x00000000 , 0x00002266 
+ 00008872  0x00000ff6 force  0x00000000 , 0x0000003e 
+ 00008873  0x00000ff7 rtn 
+ 00008874  0x00000ffa bbit0  0x00000000 , 0x00002266 
+ 00008875  0x00000ffb add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008876  0x00000ffc ifetch  0x00000001 , 0x00000006 
+ 00008877  0x00000ffd bbit1  0x00000000 , 0x00002266 
+ 00008878  0x00000ffe add  0x00000011 , 0x00000017 , 0x00000006 
+ 00008879  0x00000fff ifetch  0x00000001 , 0x00000006 
+ 00008880  0x00001000 bbit0  0x00000003 , 0x00002266 
+ 00008881  0x00001001 force  0x00000000 , 0x0000003e 
+ 00008882  0x00001002 rtn 
+ 00008883  0x00001005 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008884  0x00001006 ifetcht  0x00000001 , 0x00000006 
+ 00008885  0x00001007 deposit  0x00000022 
+ 00008886  0x00001008 isolate1  0x00000001 , 0x00000002 
+ 00008887  0x00001009 add  0x00000011 , 0x00000004 , 0x00000006 
+ 00008888  0x0000100a ifetcht  0x00000004 , 0x00000006 
+ 00008889  0x0000100b rtn  0x00000001 
+ 00008890  0x0000100c add  0x00000011 , 0x00000008 , 0x00000006 
+ 00008891  0x0000100d ifetch  0x00000006 , 0x00000006 
+ 00008892  0x0000100e call  0x00002854 
+ 00008893  0x0000100f deposit  0x00000028 
+ 00008894  0x00001010 rtn 
+ 00008895  0x00001013 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008896  0x00001014 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00008897  0x00001015 ifetch  0x00000002 , 0x00000006 
+ 00008898  0x00001016 iadd  0x00000002 , 0x0000000b 
+ 00008899  0x00001017 deposit  0x0000000b 
+ 00008900  0x00001018 istore  0x00000004 , 0x00000005 
+ 00008901  0x00001019 branch  0x00005449 
+ 00008902  0x0000101d bbit0  0x00000001 , 0x00002266 
+ 00008903  0x0000101e call  0x000022b3 
+ 00008904  0x0000101f iadd  0x0000001b , 0x0000003f 
+ 00008905  0x00001020 iadd  0x0000001b , 0x0000003f 
+ 00008906  0x00001021 iadd  0x00000007 , 0x0000003f 
+ 00008907  0x00001022 isub  0x00000002 , 0x0000003e 
+ 00008908  0x00001023 nbranch  0x00002266 , 0x00000002 
+ 00008909  0x00001024 force  0x00000000 , 0x0000003e 
+ 00008910  0x00001025 rtn 
+ 00008911  0x00001028 bbit0  0x00000000 , 0x00002266 
+ 00008912  0x00001029 deposit  0x00000002 
+ 00008913  0x0000102a isub  0x00000011 , 0x0000003e 
+ 00008914  0x0000102b branch  0x00002266 , 0x0000003e 
+ 00008915  0x0000102c add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008916  0x0000102d ifetch  0x00000001 , 0x00000006 
+ 00008917  0x0000102e bbit1  0x00000000 , 0x00002266 
+ 00008918  0x0000102f ifetch  0x00000001 , 0x00000011 
+ 00008919  0x00001030 set0  0x00000007 , 0x0000003f 
+ 00008920  0x00001031 istore  0x00000001 , 0x00000011 
+ 00008921  0x00001032 branch  0x00002266 
+ 00008922  0x00001036 bpatch  0x0000002f , 0x00004005 
+ 00008923  0x00001037 call  0x00002a4f 
+ 00008924  0x00001039 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008925  0x0000103a call  0x000028e2 
+ 00008926  0x0000103b force  0x00000003 , 0x00000024 
+ 00008927  0x0000103c call  0x000028d2 
+ 00008928  0x0000103d call  0x00002a51 
+ 00008929  0x0000103e call  0x00002a56 
+ 00008930  0x0000103f call  0x00002a64 
+ 00008931  0x00001040 branch  0x00002762 
+ 00008932  0x00001043 bpatch  0x00000030 , 0x00004006 
+ 00008933  0x00001044 call  0x00002a4d 
+ 00008934  0x00001046 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008935  0x00001047 call  0x000028e2 
+ 00008936  0x00001048 force  0x00000003 , 0x00000024 
+ 00008937  0x00001049 call  0x000028cc 
+ 00008938  0x0000104a call  0x0000242a 
+ 00008939  0x0000104b call  0x000029f1 
+ 00008940  0x0000104c call  0x00002a5b 
+ 00008941  0x0000104d call  0x000029eb 
+ 00008942  0x0000104f call  0x00002a0d 
+ 00008943  0x00001050 nrtn  0x00000018 
+ 00008944  0x00001051 call  0x000029bb 
+ 00008945  0x00001052 branch  0x0000251c 
+ 00008946  0x00001057 bpatch  0x00000031 , 0x00004006 
+ 00008947  0x00001058 fetch  0x00000001 , 0x00000181 
+ 00008948  0x00001059 iforce  0x00000004 
+ 00008949  0x0000105a force  0x00000001 , 0x00000001 
+ 00008950  0x0000105b call  0x000022da 
+ 00008951  0x0000105c branch  0x000022e4 
+ 00008952  0x00001068 fetch  0x00000001 , 0x00004093 
+ 00008953  0x00001069 rtnbit0  0x00000000 
+ 00008954  0x0000106a force  0x00000004 , 0x00000007 
+ 00008955  0x0000106b call  0x00007f16 
+ 00008956  0x0000106c nrtn  0x00000034 
+ 00008957  0x0000106d fetcht  0x00000002 , 0x000040ad 
+ 00008958  0x0000106e force  0x00000004 , 0x00000007 
+ 00008959  0x0000106f call  0x0000271c 
+ 00008960  0x00001070 rtn  0x00000028 
+ 00008961  0x00001071 call  0x00002308 
+ 00008962  0x00001072 force  0x00000004 , 0x00000007 
+ 00008963  0x00001073 fetch  0x00000002 , 0x000040af 
+ 00008964  0x00001074 nbranch  0x00007f08 , 0x00000018 
+ 00008965  0x00001075 random  0x0000003f 
+ 00008966  0x00001076 iand  0x00000035 , 0x0000003f 
+ 00008967  0x00001077 branch  0x00007f08 
+ 00008968  0x0000107b bpatch  0x00000032 , 0x00004006 
+ 00008969  0x0000107c jam  0x00000000 , 0x00000181 
+ 00008970  0x0000107d disable  0x00000030 
+ 00008971  0x0000107e disable  0x0000002e 
+ 00008972  0x0000107f call  0x000028a4 
+ 00008973  0x00001080 and  0x00000022 , 0x000001fc , 0x00000021 
+ 00008974  0x00001081 force  0x00000001 , 0x00000024 
+ 00008975  0x00001082 call  0x000028d8 
+ 00008976  0x00001083 call  0x000028cc 
+ 00008977  0x00001084 setflip  0x0000001d , 0x00000000 
+ 00008978  0x00001085 fetch  0x00000001 , 0x00000006 
+ 00008979  0x00001086 increase  0x00000001 , 0x0000003f 
+ 00008980  0x00001087 store  0x00000001 , 0x00000006 
+ 00008981  0x00001088 call  0x000028f2 
+ 00008982  0x00001089 call  0x000029eb 
+ 00008983  0x0000108a call  0x00002a14 
+ 00008984  0x0000108b nrtn  0x00000018 
+ 00008985  0x0000108c bpatch  0x00000033 , 0x00004006 
+ 00008986  0x0000108d force  0x00000000 , 0x0000001b 
+ 00008987  0x0000108e call  0x000028f9 
+ 00008988  0x0000108f fetch  0x00000001 , 0x00000007 
+ 00008989  0x00001090 increase  0x00000001 , 0x0000003f 
+ 00008990  0x00001091 store  0x00000001 , 0x00000007 
+ 00008991  0x00001092 call  0x000028d8 
+ 00008992  0x00001093 call  0x00002a4d 
+ 00008993  0x00001094 or_into  0x00000002 , 0x00000021 
+ 00008994  0x00001095 force  0x00000001 , 0x00000024 
+ 00008995  0x00001096 call  0x000028d2 
+ 00008996  0x00001097 call  0x000028f2 
+ 00008997  0x00001098 call  0x00002a51 
+ 00008998  0x00001099 call  0x00002a5f 
+ 00008999  0x0000109a deposit  0x00000022 
+ 00009000  0x0000109b store  0x00000004 , 0x00000161 
+ 00009001  0x0000109c call  0x00002a64 
+ 00009002  0x0000109d force  0x00000002 , 0x00000001 
+ 00009003  0x0000109e force  0x00000000 , 0x00000004 
+ 00009004  0x0000109f call  0x00002a6b 
+ 00009005  0x000010a0 call  0x00002766 
+ 00009006  0x000010a1 call  0x00002332 
+ 00009007  0x000010a2 and_into  0x000001fd , 0x00000021 
+ 00009008  0x000010a3 increase  0x00000001 , 0x00000026 
+ 00009009  0x000010a4 rtn 
+ 00009010  0x000010a7 bpatch  0x00000034 , 0x00004006 
+ 00009011  0x000010a8 fetch  0x00000001 , 0x000040d1 
+ 00009012  0x000010a9 rtn  0x00000034 
+ 00009013  0x000010aa arg  0x0000018e , 0x00000005 
+ 00009014  0x000010ab fetch  0x00000001 , 0x00004515 
+ 00009015  0x000010ac copy  0x0000003f , 0x00000039 
+ 00009016  0x000010ad increase  0x00000001 , 0x0000003f 
+ 00009017  0x000010ae istore  0x00000001 , 0x00000005 
+ 00009018  0x000010af copy  0x00000005 , 0x00000002 
+ 00009019  0x000010b0 increase  0x00000001 , 0x0000003f 
+ 00009020  0x000010b1 store  0x00000002 , 0x000041dc 
+ 00009021  0x000010b2 copy  0x00000002 , 0x00000005 
+ 00009022  0x000010b3 setarg  0x00000009 
+ 00009023  0x000010b4 istore  0x00000001 , 0x00000005 
+ 00009024  0x000010b5 arg  0x00004516 , 0x00000006 
+ 00009025  0x000010b6 call  0x00007f01 
+ 00009026  0x000010b8 arg  0x0000458d , 0x00000013 
+ 00009027  0x000010b9 arg  0x00000004 , 0x00000039 
+ 00009028  0x000010ba call  0x00002354 
+ 00009029  0x000010bb arg  0x00004577 , 0x00000013 
+ 00009030  0x000010bc arg  0x00000001 , 0x00000039 
+ 00009031  0x000010bd call  0x00002354 
+ 00009032  0x000010bf force  0x0000000a , 0x00000001 
+ 00009033  0x000010c0 jam  0x00000002 , 0x000041db 
+ 00009034  0x000010c1 setarg  0x0000018e 
+ 00009035  0x000010c2 store  0x00000002 , 0x0000016f 
+ 00009036  0x000010c3 call  0x00002a4d 
+ 00009037  0x000010c4 call  0x000028d2 
+ 00009038  0x000010c5 call  0x00002a51 
+ 00009039  0x000010c6 call  0x00002a5f 
+ 00009040  0x000010c7 call  0x00002a64 
+ 00009041  0x000010c8 call  0x00002a6b 
+ 00009042  0x000010c9 call  0x00002766 
+ 00009043  0x000010ca rtn 
+ 00009044  0x000010ce copy  0x00000005 , 0x00000002 
+ 00009045  0x000010cf copy  0x00000013 , 0x00000006 
+ 00009046  0x000010d0 ifetch  0x00000001 , 0x00000006 
+ 00009047  0x000010d1 rtn  0x00000034 
+ 00009048  0x000010d3 lshift  0x0000003f , 0x0000003f 
+ 00009049  0x000010d4 loop  0x00002358 
+ 00009050  0x000010d5 copy  0x0000003f , 0x00000011 
+ 00009051  0x000010d6 increase  0x00000002 , 0x0000003f 
+ 00009052  0x000010d7 copy  0x0000003f , 0x00000007 
+ 00009053  0x000010d8 fetch  0x00000002 , 0x000041dc 
+ 00009054  0x000010d9 iadd  0x00000007 , 0x0000003f 
+ 00009055  0x000010da store  0x00000002 , 0x000041dc 
+ 00009056  0x000010db copy  0x00000002 , 0x00000005 
+ 00009057  0x000010dc copy  0x00000011 , 0x0000003f 
+ 00009058  0x000010dd increase  0x00000001 , 0x0000003f 
+ 00009059  0x000010de istore  0x00000001 , 0x00000005 
+ 00009060  0x000010df copy  0x00000013 , 0x00000006 
+ 00009061  0x000010e0 ifetch  0x00000001 , 0x00000006 
+ 00009062  0x000010e1 ifetch  0x00000001 , 0x00000006 
+ 00009063  0x000010e2 istore  0x00000001 , 0x00000005 
+ 00009064  0x000010e3 copy  0x00000011 , 0x00000039 
+ 00009065  0x000010e4 branch  0x00007f01 
+ 00009066  0x000010eb fetch  0x00000001 , 0x00004093 
+ 00009067  0x000010ec rtnbit0  0x00000001 
+ 00009068  0x000010ed force  0x00000005 , 0x00000007 
+ 00009069  0x000010ee call  0x00007f16 
+ 00009070  0x000010ef nrtn  0x00000034 
+ 00009071  0x000010f0 fetcht  0x00000002 , 0x000040b1 
+ 00009072  0x000010f1 force  0x00000028 , 0x00000007 
+ 00009073  0x000010f2 call  0x0000271c 
+ 00009074  0x000010f3 rtn  0x00000028 
+ 00009075  0x000010f4 force  0x00000000 , 0x00000004 
+ 00009076  0x000010f5 jam  0x00000008 , 0x00000010 
+ 00009077  0x000010f6 set0  0x0000000b , 0x00000000 
+ 00009078  0x000010f7 call  0x0000237a 
+ 00009079  0x000010f8 force  0x00000005 , 0x00000007 
+ 00009080  0x000010f9 fetch  0x00000002 , 0x000040b3 
+ 00009081  0x000010fa branch  0x00007f08 
+ 00009082  0x000010fe bpatch  0x00000035 , 0x00004006 
+ 00009083  0x000010ff disable  0x00000030 
+ 00009084  0x00001100 call  0x000028a4 
+ 00009085  0x00001101 fetch  0x00000001 , 0x00000008 
+ 00009086  0x00001102 increase  0x00000001 , 0x0000003f 
+ 00009087  0x00001103 store  0x00000001 , 0x00000008 
+ 00009088  0x00001104 force  0x00000000 , 0x00000026 
+ 00009089  0x00001105 call  0x000028e2 
+ 00009090  0x00001106 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00009091  0x00001107 force  0x00000002 , 0x00000024 
+ 00009092  0x00001108 bpatch  0x00000036 , 0x00004006 
+ 00009093  0x00001109 call  0x000028cc 
+ 00009094  0x0000110a call  0x000029eb 
+ 00009095  0x0000110b call  0x00002a14 
+ 00009096  0x0000110c nrtn  0x00000018 
+ 00009097  0x0000110d call  0x000028f9 
+ 00009098  0x0000110e fetch  0x00000001 , 0x00000009 
+ 00009099  0x0000110f increase  0x00000001 , 0x0000003f 
+ 00009100  0x00001110 store  0x00000001 , 0x00000009 
+ 00009101  0x00001111 force  0x00000000 , 0x0000001b 
+ 00009102  0x00001112 call  0x00002a4d 
+ 00009103  0x00001113 or_into  0x00000002 , 0x00000021 
+ 00009104  0x00001114 force  0x00000001 , 0x00000024 
+ 00009105  0x00001115 call  0x000028d2 
+ 00009106  0x00001116 call  0x00002a51 
+ 00009107  0x00001117 call  0x00002a5f 
+ 00009108  0x00001118 call  0x00002a64 
+ 00009109  0x00001119 call  0x0000264d 
+ 00009110  0x0000111a force  0x00000000 , 0x00000004 
+ 00009111  0x0000111b arg  0x00000600 , 0x0000000b 
+ 00009112  0x0000111c until  0x00000029 , 0x00000026 
+ 00009113  0x0000111d or_into  0x00000003 , 0x00000028 
+ 00009114  0x0000111e and_into  0x000001fd , 0x00000021 
+ 00009115  0x00001120 bpatch  0x00000037 , 0x00004006 
+ 00009116  0x00001121 increase  0x00000001 , 0x00000026 
+ 00009117  0x00001122 call  0x000028cc 
+ 00009118  0x00001123 call  0x000029eb 
+ 00009119  0x00001124 call  0x00002a07 
+ 00009120  0x00001125 nbranch  0x000023a4 , 0x00000018 
+ 00009121  0x00001126 call  0x00002a6b 
+ 00009122  0x00001127 call  0x0000251e 
+ 00009123  0x00001128 bmark1  0x0000000b , 0x000023ab 
+ 00009124  0x0000112a bpatch  0x00000038 , 0x00004007 
+ 00009125  0x0000112b fetch  0x00000001 , 0x00000010 
+ 00009126  0x0000112c rtn  0x00000034 
+ 00009127  0x0000112d increase  0xffffffff , 0x0000003f 
+ 00009128  0x0000112e store  0x00000001 , 0x00000010 
+ 00009129  0x0000112f call  0x00002a4f 
+ 00009130  0x00001130 branch  0x0000239b 
+ 00009131  0x00001134 bpatch  0x00000039 , 0x00004007 
+ 00009132  0x00001135 set0  0x00000001 , 0x00000028 
+ 00009133  0x00001136 set1  0x00000000 , 0x00000028 
+ 00009134  0x00001137 fetch  0x00000001 , 0x0000000a 
+ 00009135  0x00001138 increase  0x00000001 , 0x0000003f 
+ 00009136  0x00001139 store  0x00000001 , 0x0000000a 
+ 00009137  0x0000113a call  0x00002a4d 
+ 00009138  0x0000113b or_into  0x00000002 , 0x00000021 
+ 00009139  0x0000113c call  0x000028d2 
+ 00009140  0x0000113d call  0x00002a51 
+ 00009141  0x0000113e call  0x00002a5f 
+ 00009142  0x0000113f call  0x00002a64 
+ 00009143  0x00001140 call  0x0000264d 
+ 00009144  0x00001142 compare  0x00000003 , 0x00000028 , 0x00000003 
+ 00009145  0x00001143 branch  0x000023bc , 0x00000001 
+ 00009146  0x00001144 until  0x0000003e , 0x00000017 
+ 00009147  0x00001145 branch  0x000023b8 
+ 00009148  0x00001147 fetch  0x00000004 , 0x00000165 
+ 00009149  0x00001148 or_into  0x00000003 , 0x0000003f 
+ 00009150  0x00001149 icopy  0x00000028 
+ 00009151  0x0000114c bpatch  0x0000003a , 0x00004007 
+ 00009152  0x0000114d fetch  0x00000006 , 0x00000178 
+ 00009153  0x0000114e store  0x00000006 , 0x00000040 
+ 00009154  0x0000114f call  0x00002435 
+ 00009155  0x00001151 call  0x0000247c 
+ 00009156  0x00001152 branch  0x000023c8 , 0x0000002d 
+ 00009157  0x00001153 call  0x00002455 
+ 00009158  0x00001154 nbranch  0x000023c3 , 0x00000034 
+ 00009159  0x00001155 rtn 
+ 00009160  0x00001159 bpatch  0x0000003b , 0x00004007 
+ 00009161  0x0000115a call  0x00002440 
+ 00009162  0x0000115b call  0x0000223b 
+ 00009163  0x0000115c nrtn  0x00000005 
+ 00009164  0x0000115d jam  0x00000000 , 0x00000031 
+ 00009165  0x0000115e call  0x00002841 
+ 00009166  0x0000115f branch  0x00002223 
+ 00009167  0x00001165 bpatch  0x0000003c , 0x00004007 
+ 00009168  0x00001166 call  0x00002850 
+ 00009169  0x00001167 call  0x000023f3 
+ 00009170  0x00001168 rtn  0x00000028 
+ 00009171  0x0000116a bpatch  0x0000003d , 0x00004007 
+ 00009172  0x0000116b call  0x00002c69 
+ 00009173  0x0000116c call  0x00006caa 
+ 00009174  0x0000116d call  0x00002514 
+ 00009175  0x0000116e nbranch  0x000023e2 , 0x0000002d 
+ 00009176  0x0000116f call  0x00002a88 
+ 00009177  0x00001170 call  0x00006cc2 
+ 00009178  0x00001171 call  0x00002489 
+ 00009179  0x00001172 call  0x00002757 
+ 00009180  0x00001173 call  0x00002728 
+ 00009181  0x00001174 call  0x00005d08 
+ 00009182  0x00001175 fetch  0x00000001 , 0x0000000b 
+ 00009183  0x00001176 increase  0x00000001 , 0x0000003f 
+ 00009184  0x00001177 store  0x00000001 , 0x0000000b 
+ 00009185  0x00001178 call  0x00002841 
+ 00009186  0x0000117a bpatch  0x0000003e , 0x00004007 
+ 00009187  0x0000117b call  0x00002bb1 
+ 00009188  0x0000117c call  0x00002a7f 
+ 00009189  0x0000117d branch  0x000023eb , 0x00000002 
+ 00009190  0x0000117e call  0x000021a7 
+ 00009191  0x0000117f nbranch  0x000023eb , 0x00000028 
+ 00009192  0x00001180 call  0x000026f3 
+ 00009193  0x00001181 nbranch  0x000023d3 , 0x00000034 
+ 00009194  0x00001182 rtn 
+ 00009195  0x00001185 bpatch  0x0000003f , 0x00004007 
+ 00009196  0x00001186 jam  0x00000000 , 0x00000151 
+ 00009197  0x00001187 jam  0x00000000 , 0x0000017f 
+ 00009198  0x00001188 call  0x0000245d 
+ 00009199  0x00001189 set0  0x00000011 , 0x00000000 
+ 00009200  0x0000118a call  0x00007fb0 
+ 00009201  0x0000118b fetch  0x00000001 , 0x00000030 
+ 00009202  0x0000118c rtn 
+ 00009203  0x00001190 bpatch  0x00000040 , 0x00004008 
+ 00009204  0x00001191 call  0x000021c9 
+ 00009205  0x00001192 nrtn  0x00000028 
+ 00009206  0x00001193 copy  0x00000004 , 0x00000002 
+ 00009207  0x00001194 call  0x00002a6f 
+ 00009208  0x00001195 store  0x00000001 , 0x00000181 
+ 00009209  0x00001196 copy  0x00000002 , 0x00000004 
+ 00009210  0x00001197 jam  0x00000020 , 0x00000011 
+ 00009211  0x00001199 bpatch  0x00000041 , 0x00004008 
+ 00009212  0x0000119a call  0x00002a4f 
+ 00009213  0x0000119b force  0x00000002 , 0x00000001 
+ 00009214  0x0000119c call  0x0000274f 
+ 00009215  0x0000119d deposit  0x00000022 
+ 00009216  0x0000119e store  0x00000004 , 0x00000161 
+ 00009217  0x0000119f call  0x00002762 
+ 00009218  0x000011a0 call  0x00002a4d 
+ 00009219  0x000011a1 enable  0x0000002f 
+ 00009220  0x000011a2 call  0x000024f6 
+ 00009221  0x000011a3 branch  0x0000240d , 0x00000018 
+ 00009222  0x000011a4 call  0x000028f9 
+ 00009223  0x000011a5 call  0x00002455 
+ 00009224  0x000011a6 nbranch  0x000023fb , 0x00000034 
+ 00009225  0x000011a7 rtnmark0  0x00000004 
+ 00009226  0x000011a8 jam  0x00000034 , 0x0000007c 
+ 00009227  0x000011a9 set1  0x00000003 , 0x00000000 
+ 00009228  0x000011aa rtn 
+ 00009229  0x000011ac enable  0x00000030 
+ 00009230  0x000011ad call  0x00002435 
+ 00009231  0x000011ae call  0x000028a4 
+ 00009232  0x000011b0 bpatch  0x00000042 , 0x00004008 
+ 00009233  0x000011b1 call  0x000022f2 
+ 00009234  0x000011b2 branch  0x00002419 , 0x00000018 
+ 00009235  0x000011b3 call  0x00002455 
+ 00009236  0x000011b4 nbranch  0x00002410 , 0x00000034 
+ 00009237  0x000011b5 disable  0x00000030 
+ 00009238  0x000011b6 deposit  0x00000028 
+ 00009239  0x000011b7 store  0x00000004 , 0x000040ca 
+ 00009240  0x000011b8 rtn 
+ 00009241  0x000011ba enable  0x00000029 
+ 00009242  0x000011bb bmark0  0x00000004 , 0x0000241f 
+ 00009243  0x000011bc set0  0x00000004 , 0x00000000 
+ 00009244  0x000011bd jam  0x00000003 , 0x0000007c 
+ 00009245  0x000011be jam  0x00000033 , 0x0000007d 
+ 00009246  0x000011bf call  0x000062f8 
+ 00009247  0x000011c1 deposit  0x00000004 
+ 00009248  0x000011c2 store  0x00000001 , 0x00000077 
+ 00009249  0x000011c3 force  0x00000000 , 0x0000003f 
+ 00009250  0x000011c4 store  0x00000006 , 0x00000038 
+ 00009251  0x000011c5 fetch  0x00000001 , 0x00000031 
+ 00009252  0x000011c6 set1  0x00000001 , 0x0000003f 
+ 00009253  0x000011c7 store  0x00000001 , 0x00000031 
+ 00009254  0x000011c8 call  0x00002a88 
+ 00009255  0x000011c9 disable  0x00000029 
+ 00009256  0x000011ca enable  0x00000028 
+ 00009257  0x000011cb rtn 
+ 00009258  0x000011d0 bpatch  0x00000043 , 0x00004008 
+ 00009259  0x000011d1 disable  0x0000002d 
+ 00009260  0x000011d2 set0  0x00000005 , 0x00000000 
+ 00009261  0x000011d3 set0  0x0000000a , 0x00000000 
+ 00009262  0x000011d4 set0  0x00000010 , 0x00000000 
+ 00009263  0x000011d5 set0  0x0000000f , 0x00000000 
+ 00009264  0x000011d6 fetch  0x00000001 , 0x00000047 
+ 00009265  0x000011d7 set0  0x00000005 , 0x0000003f 
+ 00009266  0x000011d8 set1  0x00000004 , 0x0000003f 
+ 00009267  0x000011d9 store  0x00000001 , 0x00000047 
+ 00009268  0x000011da rtn 
+ 00009269  0x000011dd bpatch  0x00000044 , 0x00004008 
+ 00009270  0x000011de jam  0x00000020 , 0x00000011 
+ 00009271  0x000011df jam  0x00000050 , 0x00000047 
+ 00009272  0x000011e0 fetch  0x00000002 , 0x000040bf 
+ 00009273  0x000011e1 store  0x00000002 , 0x0000003e 
+ 00009274  0x000011e2 deposit  0x00000022 
+ 00009275  0x000011e3 store  0x00000004 , 0x000040ca 
+ 00009276  0x000011e4 rtn  0x00000030 
+ 00009277  0x000011e5 deposit  0x00000028 
+ 00009278  0x000011e6 store  0x00000004 , 0x000040ca 
+ 00009279  0x000011e7 rtn 
+ 00009280  0x000011ea bpatch  0x00000045 , 0x00004008 
+ 00009281  0x000011eb call  0x00005d04 
+ 00009282  0x000011ec call  0x00002459 
+ 00009283  0x000011ed store  0x00000001 , 0x00000046 
+ 00009284  0x000011ee setarg  0x00000000 
+ 00009285  0x000011ef store  0x00000002 , 0x0000025d 
+ 00009286  0x000011f0 setarg  0x00001c80 
+ 00009287  0x000011f1 store  0x00000002 , 0x00000051 
+ 00009288  0x000011f2 fetch  0x00000001 , 0x00000030 
+ 00009289  0x000011f3 set1  0x00000000 , 0x0000003f 
+ 00009290  0x000011f4 store  0x00000001 , 0x00000030 
+ 00009291  0x000011f5 jam  0x00000000 , 0x0000004b 
+ 00009292  0x000011f6 jam  0x00000000 , 0x0000004c 
+ 00009293  0x000011f7 jam  0x00000000 , 0x000000a0 
+ 00009294  0x000011f8 branch  0x00002a88 
+ 00009295  0x000011fc bpatch  0x00000046 , 0x00004008 
+ 00009296  0x000011fd force  0x00000000 , 0x0000003f 
+ 00009297  0x000011fe store  0x00000008 , 0x000041be 
+ 00009298  0x000011ff istore  0x00000008 , 0x00000005 
+ 00009299  0x00001200 call  0x000021c5 
+ 00009300  0x00001201 branch  0x00002254 
+ 00009301  0x00001204 fetch  0x00000001 , 0x00000011 
+ 00009302  0x00001205 increase  0xffffffff , 0x0000003f 
+ 00009303  0x00001206 store  0x00000001 , 0x00000011 
+ 00009304  0x00001207 rtn 
+ 00009305  0x0000120a fetch  0x00000001 , 0x000040cf 
+ 00009306  0x0000120b increase  0x00000001 , 0x0000003f 
+ 00009307  0x0000120c store  0x00000001 , 0x000040cf 
+ 00009308  0x0000120d rtn 
+ 00009309  0x00001211 bpatch  0x00000047 , 0x00004008 
+ 00009310  0x00001212 fetch  0x00000001 , 0x000041ce 
+ 00009311  0x00001213 beq  0x00000003 , 0x00002462 
+ 00009312  0x00001214 fetch  0x00000001 , 0x00000048 
+ 00009313  0x00001215 bne  0x00000001 , 0x00002466 
+ 00009314  0x00001217 call  0x00004d06 
+ 00009315  0x00001218 nbranch  0x00002466 , 0x00000005 
+ 00009316  0x00001219 call  0x000021a4 
+ 00009317  0x0000121a jam  0x00000000 , 0x000041ce 
+ 00009318  0x0000121c bpatch  0x00000048 , 0x00004009 
+ 00009319  0x0000121d call  0x000033af 
+ 00009320  0x0000121e call  0x000026e9 
+ 00009321  0x0000121f jam  0x00000002 , 0x00000a99 
+ 00009322  0x00001220 call  0x00007d86 
+ 00009323  0x00001221 call  0x00005cf7 
+ 00009324  0x00001222 call  0x00004d6b 
+ 00009325  0x00001223 call  0x0000757d 
+ 00009326  0x00001224 fetch  0x00000001 , 0x00000030 
+ 00009327  0x00001225 set0  0x00000000 
+ 00009328  0x00001226 store  0x00000001 , 0x00000030 
+ 00009329  0x00001227 jam  0x00000000 , 0x00004681 
+ 00009330  0x00001229 fetch  0x00000001 , 0x0000004c 
+ 00009331  0x0000122a compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00009332  0x0000122b branch  0x00002476 , 0x00000001 
+ 00009333  0x0000122c set0  0x00000001 , 0x00000000 
+ 00009334  0x0000122e fetch  0x00000001 , 0x00000047 
+ 00009335  0x0000122f bbit0  0x00000003 , 0x00002478 
+ 00009336  0x00001231 fetch  0x00000001 , 0x0000004b 
+ 00009337  0x00001232 rtnbit0  0x00000006 
+ 00009338  0x00001233 set0  0x00000002 , 0x00000000 
+ 00009339  0x00001234 rtn 
+ 00009340  0x00001237 bpatch  0x00000049 , 0x00004009 
+ 00009341  0x00001238 fetch  0x00000001 , 0x00000174 
+ 00009342  0x00001239 rtn  0x00000034 
+ 00009343  0x0000123a icopy  0x00000004 
+ 00009344  0x0000123b call  0x00002514 
+ 00009345  0x0000123c nrtn  0x0000002d 
+ 00009346  0x0000123d force  0x00000000 , 0x00000001 
+ 00009347  0x0000123e call  0x00002757 
+ 00009348  0x0000123f deposit  0x00000004 
+ 00009349  0x00001240 store  0x00000001 , 0x00000077 
+ 00009350  0x00001241 force  0x00000000 , 0x0000003f 
+ 00009351  0x00001242 store  0x00000001 , 0x00000174 
+ 00009352  0x00001243 rtn 
+ 00009353  0x0000124a bpatch  0x0000004a , 0x00004009 
+ 00009354  0x0000124b fetch  0x00000001 , 0x00000030 
+ 00009355  0x0000124c bbit0  0x00000002 , 0x00002496 
+ 00009356  0x0000124d force  0x00000007 , 0x00000001 
+ 00009357  0x0000124e bmark0  0x00000007 , 0x00002495 
+ 00009358  0x0000124f call  0x00002725 
+ 00009359  0x00001250 nbranch  0x00002496 , 0x00000001 
+ 00009360  0x00001251 branch  0x00002496 , 0x0000002e 
+ 00009361  0x00001252 call  0x000024c1 
+ 00009362  0x00001253 setarg  0x00000002 
+ 00009363  0x00001254 store  0x00000002 , 0x000040c8 
+ 00009364  0x00001255 rtn 
+ 00009365  0x00001257 nrtn  0x0000002e 
+ 00009366  0x00001259 bpatch  0x0000004b , 0x00004009 
+ 00009367  0x0000125a call  0x00002243 
+ 00009368  0x0000125b nbranch  0x000024a7 , 0x00000005 
+ 00009369  0x0000125c fetch  0x00000001 , 0x00000047 
+ 00009370  0x0000125d bbit0  0x00000003 , 0x000024b0 
+ 00009371  0x0000125f bmark1  0x00000005 , 0x000024b4 
+ 00009372  0x00001260 fetch  0x00000001 , 0x0000017f 
+ 00009373  0x00001261 bbit1  0x00000006 , 0x000024ba 
+ 00009374  0x00001262 fetch  0x00000002 , 0x000040c8 
+ 00009375  0x00001263 increase  0xffffffff , 0x0000003f 
+ 00009376  0x00001264 store  0x00000002 , 0x000040c8 
+ 00009377  0x00001265 branch  0x000024a5 , 0x00000034 
+ 00009378  0x00001266 fetch  0x00000001 , 0x000040c5 
+ 00009379  0x00001267 iforce  0x00000001 
+ 00009380  0x00001268 rtn 
+ 00009381  0x0000126b bpatch  0x0000004c , 0x00004009 
+ 00009382  0x0000126c call  0x00002687 
+ 00009383  0x0000126e call  0x00002725 
+ 00009384  0x0000126f branch  0x000024b0 , 0x00000001 
+ 00009385  0x00001270 call  0x0000600a 
+ 00009386  0x00001271 branch  0x000024be , 0x00000028 
+ 00009387  0x00001272 fetch  0x00000001 , 0x0000004b 
+ 00009388  0x00001273 bbit1  0x00000006 , 0x000024c0 
+ 00009389  0x00001274 bmark1  0x00000005 , 0x000024b4 
+ 00009390  0x00001275 fetch  0x00000001 , 0x0000017f 
+ 00009391  0x00001276 bbit1  0x00000006 , 0x000024ba 
+ 00009392  0x00001278 force  0x00000001 , 0x00000001 
+ 00009393  0x00001279 rtn  0x00000029 
+ 00009394  0x0000127a force  0x00000000 , 0x00000001 
+ 00009395  0x0000127b rtn 
+ 00009396  0x0000127d bpatch  0x0000004d , 0x00004009 
+ 00009397  0x0000127e fetch  0x00000001 , 0x00000019 
+ 00009398  0x0000127f iforce  0x00000001 
+ 00009399  0x00001280 rtnne  0x00000001 
+ 00009400  0x00001281 force  0x00000000 , 0x00000001 
+ 00009401  0x00001282 rtn 
+ 00009402  0x00001284 fetch  0x00000001 , 0x00000158 
+ 00009403  0x00001285 and  0x0000003f , 0x0000000f , 0x00000001 
+ 00009404  0x00001286 set1  0x00000005 , 0x00000000 
+ 00009405  0x00001287 rtn 
+ 00009406  0x00001289 force  0x00000013 , 0x00000001 
+ 00009407  0x0000128a branch  0x000024c1 
+ 00009408  0x0000128c call  0x000024ca 
+ 00009409  0x0000128f bpatch  0x0000004e , 0x00004009 
+ 00009410  0x00001290 fetcht  0x00000001 , 0x00000047 
+ 00009411  0x00001291 set1  0x00000003 , 0x00000002 
+ 00009412  0x00001292 storet  0x00000001 , 0x00000047 
+ 00009413  0x00001293 deposit  0x00000001 
+ 00009414  0x00001294 store  0x00000001 , 0x000040c5 
+ 00009415  0x00001295 setarg  0x0000ffff 
+ 00009416  0x00001296 store  0x00000002 , 0x000040c8 
+ 00009417  0x00001297 rtn 
+ 00009418  0x0000129a bpatch  0x0000004f , 0x00004009 
+ 00009419  0x0000129b fetch  0x00000001 , 0x0000004c 
+ 00009420  0x0000129c isolate1  0x00000005 , 0x0000003f 
+ 00009421  0x0000129d fetch  0x00000002 , 0x000041dc 
+ 00009422  0x0000129e branch  0x000024e0 , 0x00000001 
+ 00009423  0x0000129f force  0x00000003 , 0x00000001 
+ 00009424  0x000012a0 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00009425  0x000012a1 rtn  0x00000002 
+ 00009426  0x000012a2 force  0x00000004 , 0x00000001 
+ 00009427  0x000012a3 sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00009428  0x000012a4 rtn  0x00000002 
+ 00009429  0x000012a5 force  0x0000000a , 0x00000001 
+ 00009430  0x000012a6 sub  0x0000003f , 0x00000079 , 0x0000003e 
+ 00009431  0x000012a7 rtn  0x00000002 
+ 00009432  0x000012a8 force  0x0000000b , 0x00000001 
+ 00009433  0x000012a9 sub  0x0000003f , 0x000000b7 , 0x0000003e 
+ 00009434  0x000012aa rtn  0x00000002 
+ 00009435  0x000012ab force  0x0000000e , 0x00000001 
+ 00009436  0x000012ac sub  0x0000003f , 0x000000e0 , 0x0000003e 
+ 00009437  0x000012ad rtn  0x00000002 
+ 00009438  0x000012ae force  0x0000000f , 0x00000001 
+ 00009439  0x000012af rtn 
+ 00009440  0x000012b1 force  0x00000003 , 0x00000001 
+ 00009441  0x000012b2 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00009442  0x000012b3 rtn  0x00000002 
+ 00009443  0x000012b4 force  0x00000004 , 0x00000001 
+ 00009444  0x000012b5 sub  0x0000003f , 0x00000036 , 0x0000003e 
+ 00009445  0x000012b6 rtn  0x00000002 
+ 00009446  0x000012b7 force  0x0000000a , 0x00000001 
+ 00009447  0x000012b8 arg  0x0000016f , 0x00000002 
+ 00009448  0x000012b9 isub  0x00000002 , 0x0000003e 
+ 00009449  0x000012ba nrtn  0x00000002 
+ 00009450  0x000012bb force  0x0000000e , 0x00000001 
+ 00009451  0x000012bc arg  0x000002a7 , 0x00000002 
+ 00009452  0x000012bd isub  0x00000002 , 0x0000003e 
+ 00009453  0x000012be nrtn  0x00000002 
+ 00009454  0x000012bf force  0x0000000f , 0x00000001 
+ 00009455  0x000012c0 rtn 
+ 00009456  0x000012ca fetch  0x00000001 , 0x00000030 
+ 00009457  0x000012cb bbit0  0x00000001 , 0x000024f5 
+ 00009458  0x000012cc fetch  0x00000002 , 0x00000032 
+ 00009459  0x000012cd branch  0x000024f5 , 0x00000034 
+ 00009460  0x000012ce nbranch  0x000024f7 , 0x0000002e 
+ 00009461  0x000012d0 call  0x00002a4f 
+ 00009462  0x000012d2 add  0x00000028 , 0x00000001 , 0x00000021 
+ 00009463  0x000012d4 enable  0x00000010 
+ 00009464  0x000012d5 fetch  0x00000002 , 0x0000003e 
+ 00009465  0x000012d6 rshift  0x0000003f , 0x0000003f 
+ 00009466  0x000012d7 arg  0x00000500 , 0x00000002 
+ 00009467  0x000012d8 iadd  0x00000002 , 0x0000003f 
+ 00009468  0x000012d9 call  0x00002a24 
+ 00009469  0x000012da call  0x000028ea 
+ 00009470  0x000012db force  0x00000003 , 0x00000024 
+ 00009471  0x000012dc call  0x000028cc 
+ 00009472  0x000012dd call  0x0000242a 
+ 00009473  0x000012de call  0x000029f1 
+ 00009474  0x000012df bpatch  0x00000050 , 0x0000400a 
+ 00009475  0x000012e0 fetch  0x00000002 , 0x0000003e 
+ 00009476  0x000012e1 rshift  0x0000003f , 0x0000003f 
+ 00009477  0x000012e2 call  0x00002a24 
+ 00009478  0x000012e3 call  0x000029eb 
+ 00009479  0x000012e4 enable  0x0000000d 
+ 00009480  0x000012e5 fetch  0x00000002 , 0x0000003e 
+ 00009481  0x000012e6 arg  0x000003bb , 0x00000002 
+ 00009482  0x000012e7 iadd  0x00000002 , 0x0000001b 
+ 00009483  0x000012e8 correlate  0x0000003e , 0x00000003 
+ 00009484  0x000012e9 copy  0x0000001a , 0x00000002 
+ 00009485  0x000012ea storet  0x00000006 , 0x0000009a 
+ 00009486  0x000012eb disable  0x0000000d 
+ 00009487  0x000012ec nrtn  0x00000018 
+ 00009488  0x000012ed arg  0x000003bb , 0x00000029 
+ 00009489  0x000012ee copy  0x00000021 , 0x00000028 
+ 00009490  0x000012ef branch  0x00002b05 , 0x0000002b 
+ 00009491  0x000012f0 rtn 
+ 00009492  0x000012f4 bpatch  0x00000051 , 0x0000400a 
+ 00009493  0x000012f5 call  0x000024f0 
+ 00009494  0x000012f6 nbranch  0x000028f9 , 0x00000018 
+ 00009495  0x000012f7 call  0x000029bb 
+ 00009496  0x000012f8 bmark0  0x00000011 , 0x0000251c 
+ 00009497  0x000012f9 fetch  0x00000002 , 0x000000f6 
+ 00009498  0x000012fa increase  0x00000001 , 0x0000003f 
+ 00009499  0x000012fb store  0x00000002 , 0x000000f6 
+ 00009500  0x000012fd rshift  0x00000021 , 0x00000002 
+ 00009501  0x000012fe or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00009502  0x00001300 bpatch  0x00000052 , 0x0000400a 
+ 00009503  0x00001301 enable  0x00000007 
+ 00009504  0x00001302 enable  0x0000000a 
+ 00009505  0x00001303 enable  0x0000000b 
+ 00009506  0x00001304 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009507  0x00001305 rshift8  0x0000000c , 0x0000003f 
+ 00009508  0x00001306 store  0x00000001 , 0x0000015d 
+ 00009509  0x00001307 parse  0x00000003 , 0x00000000 , 0x00000004 
+ 00009510  0x00001308 inject  0x00000000 , 0x00000007 
+ 00009511  0x00001309 copy  0x0000000c , 0x0000003f 
+ 00009512  0x0000130a store  0x00000001 , 0x00000019 
+ 00009513  0x0000130b parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009514  0x0000130c rshift8  0x0000000c , 0x0000003f 
+ 00009515  0x0000130d store  0x00000001 , 0x0000015e 
+ 00009516  0x0000130e fetch  0x00000001 , 0x00000019 
+ 00009517  0x0000130f sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00009518  0x00001310 branch  0x00002533 , 0x00000002 
+ 00009519  0x00001311 beq  0x00000007 , 0x00002533 
+ 00009520  0x00001312 fetch  0x00000001 , 0x0000004c 
+ 00009521  0x00001313 isolate1  0x00000005 , 0x0000003f 
+ 00009522  0x00001314 setflag  0x00000001 , 0x00000001 , 0x00000015 
+ 00009523  0x00001316 bpatch  0x00000053 , 0x0000400a 
+ 00009524  0x00001317 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009525  0x00001318 disable  0x0000000b 
+ 00009526  0x00001319 disable  0x0000000a 
+ 00009527  0x0000131a branch  0x00002631 , 0x00000006 
+ 00009528  0x0000131b bmark0  0x00000011 , 0x0000253c 
+ 00009529  0x0000131c fetch  0x00000002 , 0x000000f8 
+ 00009530  0x0000131d increase  0x00000001 , 0x0000003f 
+ 00009531  0x0000131e store  0x00000002 , 0x000000f8 
+ 00009532  0x00001320 bpatch  0x00000054 , 0x0000400a 
+ 00009533  0x00001321 fetch  0x00000001 , 0x0000015d 
+ 00009534  0x00001322 compare  0x00000000 , 0x0000003f , 0x00000007 
+ 00009535  0x00001323 setflag  0x00000001 , 0x0000000a , 0x00000000 
+ 00009536  0x00001324 branch  0x0000254c , 0x00000001 
+ 00009537  0x00001325 icompare  0x00000007 , 0x00000004 
+ 00009538  0x00001326 branch  0x0000254b , 0x00000001 
+ 00009539  0x00001327 bmark0  0x00000007 , 0x0000264d 
+ 00009540  0x00001328 fetcht  0x00000001 , 0x000000b0 
+ 00009541  0x00001329 icompare  0x00000007 , 0x00000002 
+ 00009542  0x0000132a nbranch  0x0000264d , 0x00000001 
+ 00009543  0x0000132b fetch  0x00000001 , 0x00000047 
+ 00009544  0x0000132c set0  0x00000005 , 0x0000003f 
+ 00009545  0x0000132d set1  0x00000004 , 0x0000003f 
+ 00009546  0x0000132e store  0x00000001 , 0x00000047 
+ 00009547  0x00001330 enable  0x0000002d 
+ 00009548  0x00001332 bpatch  0x00000055 , 0x0000400a 
+ 00009549  0x00001333 fetch  0x00000001 , 0x00000019 
+ 00009550  0x00001334 icopy  0x00000001 
+ 00009551  0x00001335 bmark1  0x0000000a , 0x0000255b 
+ 00009552  0x00001336 fetcht  0x00000001 , 0x0000015e 
+ 00009553  0x00001337 fetch  0x00000001 , 0x00000047 
+ 00009554  0x00001338 set0  0x00000000 , 0x0000003f 
+ 00009555  0x00001339 isolate1  0x00000000 , 0x00000002 
+ 00009556  0x0000133a setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00009557  0x0000133b isolate1  0x00000001 , 0x00000002 
+ 00009558  0x0000133c setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00009559  0x0000133d store  0x00000001 , 0x00000047 
+ 00009560  0x0000133e isolate0  0x00000001 , 0x00000002 
+ 00009561  0x0000133f branch  0x0000255b , 0x00000001 
+ 00009562  0x00001340 call  0x00002687 
+ 00009563  0x00001342 bpatch  0x00000056 , 0x0000400a 
+ 00009564  0x00001343 arg  0x00000000 , 0x00000002 
+ 00009565  0x00001344 call  0x00002a1c 
+ 00009566  0x00001345 and  0x00000001 , 0x0000000f , 0x0000003f 
+ 00009567  0x00001346 beq  0x00000001 , 0x00002587 
+ 00009568  0x00001347 beq  0x00000000 , 0x0000264d 
+ 00009569  0x00001348 beq  0x00000002 , 0x00002659 
+ 00009570  0x00001349 fetcht  0x00000001 , 0x0000015e 
+ 00009571  0x0000134a fetch  0x00000001 , 0x00000047 
+ 00009572  0x0000134b icompare  0x00000004 , 0x00000002 
+ 00009573  0x0000134c nbranch  0x00002569 , 0x00000001 
+ 00009574  0x0000134d bmark0  0x0000000a , 0x00002568 
+ 00009575  0x0000134e bbit0  0x00000007 , 0x00002569 
+ 00009576  0x00001350 set1  0x0000000f , 0x00000000 
+ 00009577  0x00001352 bpatch  0x00000057 , 0x0000400a 
+ 00009578  0x00001353 deposit  0x00000001 
+ 00009579  0x00001354 beq  0x00000003 , 0x00002589 
+ 00009580  0x00001355 beq  0x00000004 , 0x0000258d 
+ 00009581  0x00001356 beq  0x00000007 , 0x00002578 
+ 00009582  0x00001357 beq  0x00000008 , 0x0000258c 
+ 00009583  0x00001358 arg  0x00000004 , 0x00000002 
+ 00009584  0x00001359 call  0x00002a1c 
+ 00009585  0x0000135a beq  0x0000000a , 0x00002588 
+ 00009586  0x0000135b beq  0x0000000b , 0x0000258b 
+ 00009587  0x0000135c arg  0x00000008 , 0x00000002 
+ 00009588  0x0000135d call  0x00002a1c 
+ 00009589  0x0000135e beq  0x0000000e , 0x00002588 
+ 00009590  0x0000135f beq  0x0000000f , 0x0000258b 
+ 00009591  0x00001360 rtn 
+ 00009592  0x00001364 bpatch  0x00000058 , 0x0000400b 
+ 00009593  0x00001365 enable  0x0000000d 
+ 00009594  0x00001366 enable  0x00000009 
+ 00009595  0x00001367 enable  0x0000000e 
+ 00009596  0x00001368 arg  0x000000d1 , 0x00000005 
+ 00009597  0x00001369 force  0x0000001e , 0x00000039 
+ 00009598  0x0000136b parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009599  0x0000136c rshift3  0x0000000c , 0x0000003f 
+ 00009600  0x0000136d istore  0x00000001 , 0x00000005 
+ 00009601  0x0000136e loop  0x0000257e 
+ 00009602  0x0000136f bmark0  0x00000007 , 0x0000264d 
+ 00009603  0x00001370 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009604  0x00001371 nsetflag  0x00000006 , 0x00000008 , 0x00000000 
+ 00009605  0x00001372 branch  0x0000263d , 0x00000006 
+ 00009606  0x00001373 branch  0x00002620 
+ 00009607  0x00001377 branch  0x0000264d 
+ 00009608  0x0000137b set1  0x00000010 , 0x00000000 
+ 00009609  0x0000137d enable  0x0000000c 
+ 00009610  0x0000137e branch  0x0000258e 
+ 00009611  0x00001382 set1  0x00000010 , 0x00000000 
+ 00009612  0x00001384 set1  0x00000002 , 0x00000015 
+ 00009613  0x00001386 enable  0x0000000d 
+ 00009614  0x00001388 bpatch  0x00000059 , 0x0000400b 
+ 00009615  0x00001389 bmark1  0x00000001 , 0x0000264d 
+ 00009616  0x0000138a isolate0  0x00000001 , 0x00000015 
+ 00009617  0x0000138b branch  0x0000259a , 0x00000001 
+ 00009618  0x0000138c disable  0x00000007 
+ 00009619  0x0000138d enable  0x0000000d 
+ 00009620  0x0000138e disable  0x0000000c 
+ 00009621  0x0000138f add  0x00000022 , 0x00000002 , 0x0000000b 
+ 00009622  0x00001390 correlate  0x00000022 , 0x00000026 
+ 00009623  0x00001391 nbranch  0x0000263d , 0x00000018 
+ 00009624  0x00001392 set1  0x00000010 , 0x00000000 
+ 00009625  0x00001393 enable  0x00000007 
+ 00009626  0x00001395 bpatch  0x0000005a , 0x0000400b 
+ 00009627  0x00001396 enable  0x0000000e 
+ 00009628  0x00001397 enable  0x00000009 
+ 00009629  0x00001398 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009630  0x00001399 rshift8  0x0000000c , 0x0000003f 
+ 00009631  0x0000139a store  0x00000001 , 0x00000180 
+ 00009632  0x0000139b parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00009633  0x0000139c bmark1  0x00000010 , 0x000025a5 
+ 00009634  0x0000139d rshift3  0x0000000c , 0x00000039 
+ 00009635  0x0000139e rshift3  0x00000039 , 0x00000039 
+ 00009636  0x0000139f branch  0x000025a8 
+ 00009637  0x000013a1 parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00009638  0x000013a2 rshift  0x0000000c , 0x00000039 
+ 00009639  0x000013a3 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009640  0x000013a5 bpatch  0x0000005b , 0x0000400b 
+ 00009641  0x000013a6 deposit  0x00000039 
+ 00009642  0x000013a7 store  0x00000002 , 0x0000015f 
+ 00009643  0x000013a8 branch  0x000025e8 , 0x00000034 
+ 00009644  0x000013a9 isub  0x00000035 , 0x0000003e 
+ 00009645  0x000013aa branch  0x0000263d , 0x00000002 
+ 00009646  0x000013ab bpatch  0x0000005c , 0x0000400b 
+ 00009647  0x000013ac set0  0x00000000 , 0x00000000 
+ 00009648  0x000013ad fetch  0x00000001 , 0x00000180 
+ 00009649  0x000013ae and_into  0x00000003 , 0x0000003f 
+ 00009650  0x000013af arg  0x00000551 , 0x00000005 
+ 00009651  0x000013b0 beq  0x00000003 , 0x000025ba 
+ 00009652  0x000013b1 bmark1  0x00000011 , 0x000025e4 
+ 00009653  0x000013b3 fetch  0x00000001 , 0x00000180 
+ 00009654  0x000013b4 and_into  0x00000003 , 0x0000003f 
+ 00009655  0x000013b5 beq  0x00000002 , 0x000025bf 
+ 00009656  0x000013b6 beq  0x00000001 , 0x000025d3 
+ 00009657  0x000013b7 branch  0x0000263d 
+ 00009658  0x000013ba fetch  0x00000002 , 0x0000015f 
+ 00009659  0x000013bb sub  0x0000003f , 0x00000070 , 0x0000003e 
+ 00009660  0x000013bc nbranch  0x0000263d , 0x00000002 
+ 00009661  0x000013bd bmark1  0x0000000f , 0x00002620 
+ 00009662  0x000013be branch  0x000025e4 
+ 00009663  0x000013c2 bpatch  0x0000005d , 0x0000400b 
+ 00009664  0x000013c3 bmark1  0x0000000f , 0x00002620 
+ 00009665  0x000013c4 fetch  0x00000002 , 0x0000015f 
+ 00009666  0x000013c5 arg  0x000002e0 , 0x00000002 
+ 00009667  0x000013c6 isub  0x00000002 , 0x0000003e 
+ 00009668  0x000013c7 branch  0x0000263d , 0x00000002 
+ 00009669  0x000013c8 fetch  0x00000001 , 0x00000263 
+ 00009670  0x000013c9 bbit0  0x00000000 , 0x000025c9 
+ 00009671  0x000013ca bbit0  0x00000001 , 0x000025ce 
+ 00009672  0x000013cb branch  0x0000264d 
+ 00009673  0x000013cd jam  0x00000001 , 0x00000261 
+ 00009674  0x000013ce fetch  0x00000002 , 0x0000025d 
+ 00009675  0x000013cf bne  0x00000000 , 0x0000264d 
+ 00009676  0x000013d0 arg  0x00001000 , 0x00000005 
+ 00009677  0x000013d1 branch  0x000025e4 
+ 00009678  0x000013d3 jam  0x00000002 , 0x00000261 
+ 00009679  0x000013d4 fetch  0x00000002 , 0x0000025f 
+ 00009680  0x000013d5 bne  0x00000000 , 0x0000264d 
+ 00009681  0x000013d6 arg  0x00001400 , 0x00000005 
+ 00009682  0x000013d7 branch  0x000025e4 
+ 00009683  0x000013da bpatch  0x0000005e , 0x0000400b 
+ 00009684  0x000013db bmark1  0x0000000f , 0x00002620 
+ 00009685  0x000013dc fetch  0x00000002 , 0x0000015f 
+ 00009686  0x000013dd arg  0x000002e0 , 0x00000002 
+ 00009687  0x000013de isub  0x00000002 , 0x0000003e 
+ 00009688  0x000013df branch  0x0000263d , 0x00000002 
+ 00009689  0x000013e0 fetch  0x00000001 , 0x00000261 
+ 00009690  0x000013e1 beq  0x00000001 , 0x000025dd 
+ 00009691  0x000013e2 beq  0x00000002 , 0x000025e1 
+ 00009692  0x000013e3 branch  0x0000264d 
+ 00009693  0x000013e5 arg  0x00001000 , 0x00000005 
+ 00009694  0x000013e6 fetch  0x00000002 , 0x0000025d 
+ 00009695  0x000013e7 iadd  0x00000005 , 0x00000005 
+ 00009696  0x000013e8 branch  0x000025e4 
+ 00009697  0x000013ea arg  0x00001400 , 0x00000005 
+ 00009698  0x000013eb fetch  0x00000002 , 0x0000025f 
+ 00009699  0x000013ec iadd  0x00000005 , 0x00000005 
+ 00009700  0x000013ee parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009701  0x000013ef rshift3  0x0000000c , 0x0000003f 
+ 00009702  0x000013f0 istore  0x00000001 , 0x00000005 
+ 00009703  0x000013f1 loop  0x000025e4 
+ 00009704  0x000013f3 bpatch  0x0000005f , 0x0000400b 
+ 00009705  0x000013f4 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009706  0x000013f5 branch  0x00002637 , 0x00000006 
+ 00009707  0x000013f6 fetch  0x00000001 , 0x00004363 
+ 00009708  0x000013f7 beq  0x00000001 , 0x0000264d 
+ 00009709  0x000013f8 bmark1  0x00000011 , 0x0000260d 
+ 00009710  0x000013f9 bmark1  0x0000000f , 0x0000264a 
+ 00009711  0x000013fa fetch  0x00000001 , 0x00000180 
+ 00009712  0x000013fb compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009713  0x000013fc branch  0x0000260d , 0x00000001 
+ 00009714  0x000013fd fetch  0x00000002 , 0x0000015f 
+ 00009715  0x000013fe branch  0x0000260d , 0x00000034 
+ 00009716  0x000013ff bpatch  0x00000060 , 0x0000400c 
+ 00009717  0x00001400 fetch  0x00000001 , 0x00000261 
+ 00009718  0x00001401 beq  0x00000001 , 0x000025f9 
+ 00009719  0x00001402 beq  0x00000002 , 0x00002603 
+ 00009720  0x00001403 branch  0x00002a8c 
+ 00009721  0x00001405 fetch  0x00000002 , 0x0000025d 
+ 00009722  0x00001406 fetcht  0x00000002 , 0x0000015f 
+ 00009723  0x00001407 iadd  0x00000002 , 0x0000003f 
+ 00009724  0x00001408 store  0x00000002 , 0x0000025d 
+ 00009725  0x00001409 beq  0x00000000 , 0x00002a8c 
+ 00009726  0x0000140a fetcht  0x00000002 , 0x00001000 
+ 00009727  0x0000140b increase  0x00000004 , 0x00000002 
+ 00009728  0x0000140c isub  0x00000002 , 0x0000003e 
+ 00009729  0x0000140d call  0x00002747 , 0x00000005 
+ 00009730  0x0000140e branch  0x0000260d 
+ 00009731  0x00001410 fetch  0x00000002 , 0x0000025f 
+ 00009732  0x00001411 fetcht  0x00000002 , 0x0000015f 
+ 00009733  0x00001412 iadd  0x00000002 , 0x0000003f 
+ 00009734  0x00001413 store  0x00000002 , 0x0000025f 
+ 00009735  0x00001414 beq  0x00000000 , 0x00002a8c 
+ 00009736  0x00001415 fetcht  0x00000002 , 0x00001400 
+ 00009737  0x00001416 add  0x00000002 , 0x00000004 , 0x00000002 
+ 00009738  0x00001417 isub  0x00000002 , 0x0000003e 
+ 00009739  0x00001418 call  0x0000274b , 0x00000005 
+ 00009740  0x00001419 branch  0x0000260d 
+ 00009741  0x0000141b bpatch  0x00000061 , 0x0000400c 
+ 00009742  0x0000141c fetcht  0x00000001 , 0x0000004c 
+ 00009743  0x0000141d fetch  0x00000001 , 0x00000180 
+ 00009744  0x0000141e compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009745  0x0000141f setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00009746  0x00001420 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00009747  0x00001421 storet  0x00000001 , 0x0000004c 
+ 00009748  0x00001422 nbranch  0x00002616 , 0x00000001 
+ 00009749  0x00001423 set1  0x00000001 , 0x00000000 
+ 00009750  0x00001425 bmark0  0x00000011 , 0x00002620 
+ 00009751  0x00001426 isolate1  0x00000006 , 0x00000002 
+ 00009752  0x00001427 branch  0x00002620 , 0x00000001 
+ 00009753  0x00001428 fetch  0x00000002 , 0x000000fa 
+ 00009754  0x00001429 increase  0x00000001 , 0x0000003f 
+ 00009755  0x0000142a store  0x00000002 , 0x000000fa 
+ 00009756  0x0000142b set1  0x00000005 , 0x00000000 
+ 00009757  0x0000142c set0  0x00000007 , 0x00000002 
+ 00009758  0x0000142d set0  0x00000001 , 0x00000000 
+ 00009759  0x0000142e storet  0x00000001 , 0x0000004c 
+ 00009760  0x00001430 bpatch  0x00000062 , 0x0000400c 
+ 00009761  0x00001431 fetcht  0x00000001 , 0x0000015e 
+ 00009762  0x00001432 fetch  0x00000001 , 0x00000047 
+ 00009763  0x00001433 set1  0x00000005 , 0x0000003f 
+ 00009764  0x00001434 isolate1  0x00000002 , 0x00000002 
+ 00009765  0x00001435 setflag  0x00000001 , 0x00000002 , 0x0000003f 
+ 00009766  0x00001436 isolate1  0x0000000a , 0x00000000 
+ 00009767  0x00001437 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00009768  0x00001438 store  0x00000001 , 0x00000047 
+ 00009769  0x00001439 fetch  0x00000002 , 0x0000015f 
+ 00009770  0x0000143a nbranch  0x0000264d , 0x00000034 
+ 00009771  0x0000143b fetch  0x00000001 , 0x0000004c 
+ 00009772  0x0000143c set0  0x00000007 , 0x0000003f 
+ 00009773  0x0000143d store  0x00000001 , 0x0000004c 
+ 00009774  0x0000143e fetch  0x00000001 , 0x00000180 
+ 00009775  0x0000143f compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00009776  0x00001441 branch  0x0000264d 
+ 00009777  0x00001444 bpatch  0x00000063 , 0x0000400c 
+ 00009778  0x00001445 disable  0x0000002d 
+ 00009779  0x00001446 fetch  0x00000002 , 0x0000001a 
+ 00009780  0x00001447 increase  0x00000001 , 0x0000003f 
+ 00009781  0x00001448 store  0x00000002 , 0x0000001a 
+ 00009782  0x00001449 branch  0x0000264d 
+ 00009783  0x0000144b fetch  0x00000002 , 0x0000001c 
+ 00009784  0x0000144c increase  0x00000001 , 0x0000003f 
+ 00009785  0x0000144d store  0x00000002 , 0x0000001c 
+ 00009786  0x0000144e call  0x0000263e 
+ 00009787  0x0000144f bmark0  0x00000011 , 0x0000263d 
+ 00009788  0x00001450 set1  0x00000005 , 0x00000000 
+ 00009789  0x00001452 branch  0x0000264d 
+ 00009790  0x00001455 bpatch  0x00000064 , 0x0000400c 
+ 00009791  0x00001456 fetch  0x00000001 , 0x00000180 
+ 00009792  0x00001457 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009793  0x00001458 nbranch  0x00002646 , 0x00000001 
+ 00009794  0x0000145a fetcht  0x00000001 , 0x0000004c 
+ 00009795  0x0000145b set0  0x00000006 , 0x00000002 
+ 00009796  0x0000145c storet  0x00000001 , 0x0000004c 
+ 00009797  0x0000145d rtn 
+ 00009798  0x00001461 fetcht  0x00000001 , 0x0000004c 
+ 00009799  0x00001462 set0  0x00000007 , 0x00000002 
+ 00009800  0x00001463 storet  0x00000001 , 0x0000004c 
+ 00009801  0x00001464 branch  0x00004c0b 
+ 00009802  0x00001467 fetch  0x00000001 , 0x00000047 
+ 00009803  0x00001468 set1  0x00000005 , 0x0000003f 
+ 00009804  0x00001469 store  0x00000001 , 0x00000047 
+ 00009805  0x0000146b bpatch  0x00000065 , 0x0000400c 
+ 00009806  0x0000146c disable  0x0000001d 
+ 00009807  0x0000146d disable  0x0000001c 
+ 00009808  0x0000146e disable  0x0000000d 
+ 00009809  0x0000146f disable  0x0000000c 
+ 00009810  0x00001470 disable  0x00000009 
+ 00009811  0x00001471 disable  0x0000000e 
+ 00009812  0x00001472 disable  0x00000007 
+ 00009813  0x00001473 branch  0x000028f9 , 0x00000021 
+ 00009814  0x00001474 until  0x0000003e , 0x00000027 
+ 00009815  0x00001475 nop  0x00000064 
+ 00009816  0x00001476 branch  0x000028f9 
+ 00009817  0x00001479 bpatch  0x00000066 , 0x0000400c 
+ 00009818  0x0000147a enable  0x00000009 
+ 00009819  0x0000147b enable  0x0000000c 
+ 00009820  0x0000147c parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00009821  0x0000147d isolate1  0x0000003a , 0x0000003f 
+ 00009822  0x0000147e setflag  0x00000001 , 0x00000000 , 0x00000000 
+ 00009823  0x0000147f copy  0x00000020 , 0x00000002 
+ 00009824  0x00001480 ialigned  0x00000020 
+ 00009825  0x00001481 ialigned  0x0000001e 
+ 00009826  0x00001482 pulse  0x00000015 
+ 00009827  0x00001483 setsect  0x00000002 , 0x000fffff 
+ 00009828  0x00001484 setsect  0x00000003 , 0x0000ffff 
+ 00009829  0x00001485 nop  0x00000020 
+ 00009830  0x00001486 iverify  0x0000000d 
+ 00009831  0x00001487 deposit  0x0000002c 
+ 00009832  0x00001488 store  0x00000003 , 0x00000178 
+ 00009833  0x00001489 deposit  0x0000002d 
+ 00009834  0x0000148a store  0x00000001 , 0x0000017b 
+ 00009835  0x0000148b copy  0x00000002 , 0x00000020 
+ 00009836  0x0000148c branch  0x0000266e , 0x00000001 
+ 00009837  0x0000148d branch  0x0000263d 
+ 00009838  0x0000148f bpatch  0x00000067 , 0x0000400c 
+ 00009839  0x00001490 parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00009840  0x00001491 ialigned  0x0000001f 
+ 00009841  0x00001492 ialigned  0x00000004 
+ 00009842  0x00001493 ialigned  0x0000002e 
+ 00009843  0x00001494 ialigned  0x00000012 
+ 00009844  0x00001495 force  0x00000000 , 0x0000003f 
+ 00009845  0x00001496 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009846  0x00001497 branch  0x0000263d , 0x00000006 
+ 00009847  0x00001498 setarg  0x0ffffffc 
+ 00009848  0x00001499 iand  0x00000012 , 0x0000003f 
+ 00009849  0x0000149a store  0x00000004 , 0x00000165 
+ 00009850  0x0000149b deposit  0x0000001d 
+ 00009851  0x0000149c store  0x00000003 , 0x00000175 
+ 00009852  0x0000149d deposit  0x0000001c 
+ 00009853  0x0000149e store  0x00000001 , 0x00000173 
+ 00009854  0x0000149f deposit  0x00000004 
+ 00009855  0x000014a0 store  0x00000001 , 0x00000174 
+ 00009856  0x000014a1 deposit  0x0000002e 
+ 00009857  0x000014a2 store  0x00000002 , 0x0000017c 
+ 00009858  0x000014a3 deposit  0x00000021 
+ 00009859  0x000014a4 inject  0x00000001 , 0x00000020 
+ 00009860  0x000014a5 compare  0x00000002 , 0x00000001 , 0x0000000f 
+ 00009861  0x000014a6 setflag  0x00000001 , 0x0000000b , 0x00000000 
+ 00009862  0x000014a7 branch  0x0000264d 
+ 00009863  0x000014aa bpatch  0x00000068 , 0x0000400d 
+ 00009864  0x000014ab fetch  0x00000001 , 0x00000047 
+ 00009865  0x000014ac rtnbit0  0x00000003 
+ 00009866  0x000014ad set0  0x00000003 , 0x0000003f 
+ 00009867  0x000014ae setflip  0x00000006 , 0x0000003f 
+ 00009868  0x000014af store  0x00000001 , 0x00000047 
+ 00009869  0x000014b0 fetch  0x00000001 , 0x000040c5 
+ 00009870  0x000014b1 beq  0x00000013 , 0x0000269c 
+ 00009871  0x000014b2 rtneq  0x00000007 
+ 00009872  0x000014b3 fetch  0x00000001 , 0x0000004b 
+ 00009873  0x000014b4 rtnbit0  0x00000006 , 0x0000003f 
+ 00009874  0x000014b5 set0  0x00000006 , 0x0000003f 
+ 00009875  0x000014b6 set1  0x00000007 , 0x0000003f 
+ 00009876  0x000014b7 store  0x00000001 , 0x0000004b 
+ 00009877  0x000014b8 set0  0x00000002 , 0x00000000 
+ 00009878  0x000014b9 fetch  0x00000002 , 0x00004246 
+ 00009879  0x000014ba nrtn  0x00000034 
+ 00009880  0x000014bb fetch  0x00000001 , 0x0000004b 
+ 00009881  0x000014bc set0  0x00000007 , 0x0000003f 
+ 00009882  0x000014bd store  0x00000001 , 0x0000004b 
+ 00009883  0x000014be branch  0x0000525d 
+ 00009884  0x000014c1 bpatch  0x00000069 , 0x0000400d 
+ 00009885  0x000014c2 fetch  0x00000001 , 0x000004b7 
+ 00009886  0x000014c3 rshift  0x0000003f , 0x0000003f 
+ 00009887  0x000014c4 beq  0x00000011 , 0x000026b8 
+ 00009888  0x000014c5 beq  0x00000012 , 0x000026c0 
+ 00009889  0x000014c6 beq  0x00000018 , 0x000026e9 
+ 00009890  0x000014c7 beq  0x0000007f , 0x000026a8 
+ 00009891  0x000014c8 rtnne  0x00000003 
+ 00009892  0x000014c9 fetch  0x00000001 , 0x000004b8 
+ 00009893  0x000014ca beq  0x0000002b , 0x000026b0 
+ 00009894  0x000014cb beq  0x00000011 , 0x000026ab 
+ 00009895  0x000014cc rtn 
+ 00009896  0x000014cf fetch  0x00000001 , 0x000004b8 
+ 00009897  0x000014d0 set1  0x00000007 , 0x0000003f 
+ 00009898  0x000014d1 rtn 
+ 00009899  0x000014d3 rtn  0x00000029 
+ 00009900  0x000014d4 fetch  0x00000001 , 0x00000030 
+ 00009901  0x000014d5 rtnbit1  0x00000004 
+ 00009902  0x000014d6 jam  0x00000031 , 0x0000007c 
+ 00009903  0x000014d7 rtn 
+ 00009904  0x000014db rtn  0x00000029 
+ 00009905  0x000014dc fetch  0x00000001 , 0x00000031 
+ 00009906  0x000014dd isolate1  0x00000004 , 0x0000003f 
+ 00009907  0x000014de branch  0x000026b5 , 0x00000001 
+ 00009908  0x000014e0 rtn 
+ 00009909  0x000014e2 set0  0x00000004 , 0x0000003f 
+ 00009910  0x000014e3 store  0x00000001 , 0x00000031 
+ 00009911  0x000014e4 rtn 
+ 00009912  0x000014e7 bpatch  0x0000006a , 0x0000400d 
+ 00009913  0x000014e8 fetch  0x00000001 , 0x0000004c 
+ 00009914  0x000014e9 set1  0x00000002 , 0x0000003f 
+ 00009915  0x000014ea store  0x00000001 , 0x0000004c 
+ 00009916  0x000014eb jam  0x00000001 , 0x00008011 
+ 00009917  0x000014ec fetch  0x00000001 , 0x00000030 
+ 00009918  0x000014ed isolate1  0x00000004 , 0x0000003f 
+ 00009919  0x000014ee rtn 
+ 00009920  0x000014f1 bpatch  0x0000006b , 0x0000400d 
+ 00009921  0x000014f2 fetch  0x00000001 , 0x0000004c 
+ 00009922  0x000014f3 set0  0x00000002 , 0x0000003f 
+ 00009923  0x000014f4 store  0x00000001 , 0x0000004c 
+ 00009924  0x000014f5 jam  0x00000000 , 0x00008011 
+ 00009925  0x000014f6 rtn 
+ 00009926  0x000014fa bpatch  0x0000006c , 0x0000400d 
+ 00009927  0x000014fb copy  0x00000022 , 0x0000003f 
+ 00009928  0x000014fc store  0x00000004 , 0x0000420c 
+ 00009929  0x000014fd add  0x00000022 , 0x00000003 , 0x00000011 
+ 00009930  0x000014fe branch  0x000026cc , 0x00000029 
+ 00009931  0x000014ff add  0x00000028 , 0x00000003 , 0x00000011 
+ 00009932  0x00001501 fetcht  0x00000002 , 0x00000032 
+ 00009933  0x00001502 deposit  0x00000011 
+ 00009934  0x00001503 set0  0x0000001b , 0x0000003f 
+ 00009935  0x00001504 idiv  0x00000002 
+ 00009936  0x00001505 fetch  0x00000002 , 0x00000075 
+ 00009937  0x00001506 call  0x00007f86 
+ 00009938  0x00001507 remainder  0x00000013 
+ 00009939  0x00001508 isub  0x00000013 , 0x0000003f 
+ 00009940  0x00001509 branch  0x000026d6 , 0x00000002 
+ 00009941  0x0000150a iadd  0x00000002 , 0x0000003f 
+ 00009942  0x0000150c iadd  0x00000011 , 0x0000003f 
+ 00009943  0x0000150d store  0x00000004 , 0x00000034 
+ 00009944  0x0000150e jam  0x00000000 , 0x0000455b 
+ 00009945  0x0000150f fetch  0x00000001 , 0x00000030 
+ 00009946  0x00001510 set1  0x00000001 , 0x0000003f 
+ 00009947  0x00001511 store  0x00000001 , 0x00000030 
+ 00009948  0x00001512 fetch  0x00000001 , 0x00000073 
+ 00009949  0x00001513 store  0x00000001 , 0x0000008a 
+ 00009950  0x00001514 setarg  0x00000000 
+ 00009951  0x00001515 store  0x00000003 , 0x00004169 
+ 00009952  0x00001516 store  0x00000003 , 0x0000416c 
+ 00009953  0x00001517 store  0x00000001 , 0x00004159 
+ 00009954  0x00001518 jam  0x0000000b , 0x00000a99 
+ 00009955  0x00001519 call  0x00007d86 
+ 00009956  0x0000151a fetch  0x00000002 , 0x000040c1 
+ 00009957  0x0000151b store  0x00000002 , 0x0000003e 
+ 00009958  0x0000151c nrtn  0x00000029 
+ 00009959  0x0000151d add  0x00000004 , 0xffffffff , 0x00000007 
+ 00009960  0x0000151e rtn 
+ 00009961  0x00001521 bpatch  0x0000006d , 0x0000400d 
+ 00009962  0x00001522 fetch  0x00000001 , 0x00000030 
+ 00009963  0x00001523 rtnbit0  0x00000001 
+ 00009964  0x00001524 set0  0x00000001 , 0x0000003f 
+ 00009965  0x00001525 store  0x00000001 , 0x00000030 
+ 00009966  0x00001526 fetch  0x00000002 , 0x000040bf 
+ 00009967  0x00001527 store  0x00000002 , 0x0000003e 
+ 00009968  0x00001528 disable  0x0000002b 
+ 00009969  0x00001529 jam  0x0000000c , 0x00000a99 
+ 00009970  0x0000152a branch  0x00007d86 
+ 00009971  0x0000152e bpatch  0x0000006e , 0x0000400d 
+ 00009972  0x0000152f enable  0x0000002e 
+ 00009973  0x00001530 fetch  0x00000001 , 0x00000030 
+ 00009974  0x00001531 bbit1  0x00000001 , 0x00002700 
+ 00009975  0x00001532 rtnmark1  0x00000011 
+ 00009976  0x00001533 fetch  0x00000001 , 0x00000047 
+ 00009977  0x00001534 rtnbit1  0x00000003 
+ 00009978  0x00001535 fetch  0x00000001 , 0x00000048 
+ 00009979  0x00001536 nrtn  0x00000034 
+ 00009980  0x00001537 fetch  0x00000001 , 0x0000004b 
+ 00009981  0x00001538 rtnbit1  0x00000006 
+ 00009982  0x0000153a force  0x00000000 , 0x0000003f 
+ 00009983  0x0000153b rtn 
+ 00009984  0x0000153e bbit0  0x00000002 , 0x0000270f 
+ 00009985  0x0000153f fetch  0x00000001 , 0x0000008a 
+ 00009986  0x00001540 beq  0x00000002 , 0x00002706 
+ 00009987  0x00001541 fetch  0x00000001 , 0x00000047 
+ 00009988  0x00001542 bbit1  0x00000003 , 0x00002718 
+ 00009989  0x00001543 bmark0  0x00000008 , 0x00002718 
+ 00009990  0x00001545 nbranch  0x00002718 , 0x00000029 
+ 00009991  0x00001546 fetch  0x00000001 , 0x00000048 
+ 00009992  0x00001547 nbranch  0x00002718 , 0x00000034 
+ 00009993  0x00001549 fetch  0x00000001 , 0x000000ef 
+ 00009994  0x0000154a increase  0xffffffff , 0x0000003f 
+ 00009995  0x0000154b store  0x00000001 , 0x000000ef 
+ 00009996  0x0000154c nbranch  0x000026fe , 0x00000034 
+ 00009997  0x0000154d jam  0x00000010 , 0x000000ef 
+ 00009998  0x0000154e branch  0x00002718 
+ 00009999  0x00001556 fetch  0x00000001 , 0x0000008a 
+ 00010000  0x00001557 bne  0x00000001 , 0x00002718 
+ 00010001  0x00001558 fetch  0x00000001 , 0x0000008b 
+ 00010002  0x00001559 branch  0x00002718 , 0x00000034 
+ 00010003  0x0000155a increase  0xffffffff , 0x0000003f 
+ 00010004  0x0000155b store  0x00000001 , 0x0000008b 
+ 00010005  0x0000155c fetch  0x00000001 , 0x00000047 
+ 00010006  0x0000155d rtnbit1  0x00000003 
+ 00010007  0x0000155e nrtn  0x0000002d 
+ 00010008  0x00001560 fetch  0x00000001 , 0x0000008a 
+ 00010009  0x00001561 increase  0xffffffff , 0x0000003f 
+ 00010010  0x00001562 store  0x00000001 , 0x0000008a 
+ 00010011  0x00001563 rtn 
+ 00010012  0x0000156f bpatch  0x0000006f , 0x0000400d 
+ 00010013  0x00001570 disable  0x00000010 
+ 00010014  0x00001571 copy  0x00000002 , 0x0000001b 
+ 00010015  0x00001572 call  0x00002260 
+ 00010016  0x00001573 disable  0x00000028 
+ 00010017  0x00001574 nrtn  0x00000005 
+ 00010018  0x00001575 force  0x00000000 , 0x0000001b 
+ 00010019  0x00001576 enable  0x00000028 
+ 00010020  0x00001577 rtn 
+ 00010021  0x0000157b fetch  0x00000001 , 0x00004158 
+ 00010022  0x0000157c icompare  0x000000ff , 0x00000004 
+ 00010023  0x0000157d rtn 
+ 00010024  0x00001581 bpatch  0x00000070 , 0x0000400e 
+ 00010025  0x00001582 set0  0x00000001 , 0x00000000 
+ 00010026  0x00001584 jam  0x00000000 , 0x0000026a 
+ 00010027  0x00001585 fetch  0x00000001 , 0x00000263 
+ 00010028  0x00001586 rtn  0x00000034 
+ 00010029  0x00001587 isolate1  0x00000000 , 0x0000003f 
+ 00010030  0x00001588 arg  0x00001000 , 0x00000006 
+ 00010031  0x00001589 call  0x00004d79 , 0x00000001 
+ 00010032  0x0000158a bpatch  0x00000071 , 0x0000400e 
+ 00010033  0x0000158b fetch  0x00000001 , 0x0000026a 
+ 00010034  0x0000158c beq  0x00000001 , 0x0000273b 
+ 00010035  0x0000158e jam  0x00000000 , 0x0000026a 
+ 00010036  0x0000158f fetch  0x00000001 , 0x00000263 
+ 00010037  0x00001590 rtnbit0  0x00000001 
+ 00010038  0x00001591 arg  0x00001400 , 0x00000006 
+ 00010039  0x00001592 call  0x00004d79 
+ 00010040  0x00001593 fetch  0x00000001 , 0x0000026a 
+ 00010041  0x00001594 beq  0x00000001 , 0x00002741 
+ 00010042  0x00001595 rtn 
+ 00010043  0x00001598 fetch  0x00000001 , 0x00000263 
+ 00010044  0x00001599 set0  0x00000000 , 0x0000003f 
+ 00010045  0x0000159a store  0x00000001 , 0x00000263 
+ 00010046  0x0000159b setarg  0x00000000 
+ 00010047  0x0000159c store  0x00000002 , 0x0000025d 
+ 00010048  0x0000159d rtn 
+ 00010049  0x0000159f fetch  0x00000001 , 0x00000263 
+ 00010050  0x000015a0 set0  0x00000001 , 0x0000003f 
+ 00010051  0x000015a1 store  0x00000001 , 0x00000263 
+ 00010052  0x000015a2 setarg  0x00000000 
+ 00010053  0x000015a3 store  0x00000002 , 0x0000025f 
+ 00010054  0x000015a4 rtn 
+ 00010055  0x000015a7 fetch  0x00000001 , 0x00000263 
+ 00010056  0x000015a8 set1  0x00000000 , 0x0000003f 
+ 00010057  0x000015a9 store  0x00000001 , 0x00000263 
+ 00010058  0x000015aa rtn 
+ 00010059  0x000015ad fetch  0x00000001 , 0x00000263 
+ 00010060  0x000015ae set1  0x00000001 , 0x0000003f 
+ 00010061  0x000015af store  0x00000001 , 0x00000263 
+ 00010062  0x000015b0 rtn 
+ 00010063  0x000015b7 bpatch  0x00000072 , 0x0000400e 
+ 00010064  0x000015b8 add  0x00000028 , 0x00000001 , 0x00000021 
+ 00010065  0x000015b9 call  0x000028ea 
+ 00010066  0x000015ba force  0x00000003 , 0x00000024 
+ 00010067  0x000015bb call  0x000028d2 
+ 00010068  0x000015bc call  0x00002a51 
+ 00010069  0x000015bd call  0x00002a5f 
+ 00010070  0x000015be branch  0x00002a64 
+ 00010071  0x000015c2 bpatch  0x00000073 , 0x0000400e 
+ 00010072  0x000015c3 call  0x00002a4d 
+ 00010073  0x000015c4 deposit  0x00000028 
+ 00010074  0x000015c5 fetcht  0x00000004 , 0x000040ca 
+ 00010075  0x000015c6 isub  0x00000002 , 0x0000003f 
+ 00010076  0x000015c7 rtnne  0x00000001 
+ 00010077  0x000015c8 compare  0x00000000 , 0x00000001 , 0x0000001f 
+ 00010078  0x000015c9 nbranch  0x00002761 , 0x00000001 
+ 00010079  0x000015ca fetch  0x00000001 , 0x00000019 
+ 00010080  0x000015cb rtn  0x00000034 
+ 00010081  0x000015cd call  0x0000274f 
+ 00010082  0x000015cf compare  0x00000010 , 0x00000001 , 0x0000001f 
+ 00010083  0x000015d0 branch  0x0000264d , 0x00000001 
+ 00010084  0x000015d1 rshift  0x00000021 , 0x00000002 
+ 00010085  0x000015d2 or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00010086  0x000015d4 bpatch  0x00000074 , 0x0000400e 
+ 00010087  0x000015d5 enable  0x00000007 
+ 00010088  0x000015d6 enable  0x0000000a 
+ 00010089  0x000015d7 enable  0x0000001b 
+ 00010090  0x000015d8 set0  0x00000010 , 0x00000000 
+ 00010091  0x000015d9 deposit  0x00000004 
+ 00010092  0x000015da inject  0x00000003 , 0x00000003 
+ 00010093  0x000015db deposit  0x00000001 
+ 00010094  0x000015dc inject  0x00000003 , 0x00000004 
+ 00010095  0x000015dd fetch  0x00000001 , 0x00000047 
+ 00010096  0x000015de inject  0x00000000 , 0x00000004 
+ 00010097  0x000015df inject  0x00000003 , 0x00000003 
+ 00010098  0x000015e0 enable  0x00000008 
+ 00010099  0x000015e1 inject  0x00000003 , 0x00000008 
+ 00010100  0x000015e2 disable  0x0000001b 
+ 00010101  0x000015e3 disable  0x00000008 
+ 00010102  0x000015e4 disable  0x0000000a 
+ 00010103  0x000015e5 set0  0x00000002 , 0x00000015 
+ 00010104  0x000015e6 arg  0x00000000 , 0x00000002 
+ 00010105  0x000015e7 call  0x00002a1c 
+ 00010106  0x000015e8 bpatch  0x00000075 , 0x0000400e 
+ 00010107  0x000015e9 and  0x00000001 , 0x0000001f , 0x0000003f 
+ 00010108  0x000015ea beq  0x00000013 , 0x000027b4 
+ 00010109  0x000015eb beq  0x00000000 , 0x0000264d 
+ 00010110  0x000015ec beq  0x00000001 , 0x0000264d 
+ 00010111  0x000015ed beq  0x00000002 , 0x00002797 
+ 00010112  0x000015ee beq  0x00000003 , 0x000027c5 
+ 00010113  0x000015ef beq  0x00000004 , 0x000027cb 
+ 00010114  0x000015f0 beq  0x00000007 , 0x0000278c 
+ 00010115  0x000015f1 beq  0x00000008 , 0x000027ca 
+ 00010116  0x000015f2 arg  0x00000004 , 0x00000002 
+ 00010117  0x000015f3 call  0x00002a1c 
+ 00010118  0x000015f4 beq  0x0000000a , 0x000027c7 
+ 00010119  0x000015f5 beq  0x0000000b , 0x000027cd 
+ 00010120  0x000015f6 arg  0x00000008 , 0x00000002 
+ 00010121  0x000015f7 call  0x00002a1c 
+ 00010122  0x000015f8 beq  0x0000000f , 0x000027cd 
+ 00010123  0x000015f9 branch  0x000027c7 
+ 00010124  0x000015fd bpatch  0x00000076 , 0x0000400e 
+ 00010125  0x000015fe enable  0x0000001d 
+ 00010126  0x000015ff enable  0x00000009 
+ 00010127  0x00001600 enable  0x0000000e 
+ 00010128  0x00001601 force  0x0000001e , 0x00000039 
+ 00010129  0x00001602 arg  0x000000b3 , 0x00000006 
+ 00010130  0x00001604 ifetch  0x00000001 , 0x00000006 
+ 00010131  0x00001605 inject  0x00000003 , 0x00000008 
+ 00010132  0x00001606 loop  0x00002792 
+ 00010133  0x00001607 bmark1  0x00000007 , 0x000027f7 
+ 00010134  0x00001608 branch  0x0000264d 
+ 00010135  0x0000160b bpatch  0x00000077 , 0x0000400e 
+ 00010136  0x0000160c fetch  0x00000001 , 0x00000181 
+ 00010137  0x0000160d icopy  0x00000004 
+ 00010138  0x0000160e fetch  0x00000001 , 0x00000090 
+ 00010139  0x0000160f icopy  0x0000001c 
+ 00010140  0x00001610 fetch  0x00000003 , 0x000040aa 
+ 00010141  0x00001611 icopy  0x0000001d 
+ 00010142  0x00001612 fetch  0x00000002 , 0x000040a4 
+ 00010143  0x00001613 icopy  0x0000002e 
+ 00010144  0x00001614 enable  0x00000009 
+ 00010145  0x00001615 enable  0x0000001c 
+ 00010146  0x00001616 copy  0x00000020 , 0x00000011 
+ 00010147  0x00001617 call  0x000028e2 
+ 00010148  0x00001618 pulse  0x00000015 
+ 00010149  0x00001619 nop  0x00000020 
+ 00010150  0x0000161a copy  0x00000021 , 0x0000000b 
+ 00010151  0x0000161b fetch  0x00000004 , 0x00000161 
+ 00010152  0x0000161c icopy  0x00000021 
+ 00010153  0x0000161d preload  0x0000001e 
+ 00010154  0x0000161e set1  0x0000003a , 0x0000003f 
+ 00010155  0x0000161f inject  0x00000003 , 0x00000048 
+ 00010156  0x00001620 preload  0x0000001f 
+ 00010157  0x00001621 inject  0x00000003 , 0x00000048 
+ 00010158  0x00001622 copy  0x0000000b , 0x00000021 
+ 00010159  0x00001623 copy  0x00000011 , 0x00000020 
+ 00010160  0x00001624 enable  0x00000008 
+ 00010161  0x00001625 inject  0x00000003 , 0x00000010 
+ 00010162  0x00001626 disable  0x00000008 
+ 00010163  0x00001627 branch  0x0000264d 
+ 00010164  0x0000162a bpatch  0x00000078 , 0x0000400f 
+ 00010165  0x0000162b enable  0x0000000e 
+ 00010166  0x0000162c enable  0x00000009 
+ 00010167  0x0000162d enable  0x0000001c 
+ 00010168  0x0000162e fetch  0x00000001 , 0x000004b6 
+ 00010169  0x0000162f and  0x0000003f , 0x000001f8 , 0x00000002 
+ 00010170  0x00001630 arg  0x000004b6 , 0x00000006 
+ 00010171  0x00001631 increase  0x00000008 , 0x00000002 
+ 00010172  0x00001633 add  0x00000002 , 0xffffffb8 , 0x00000013 
+ 00010173  0x00001634 nbranch  0x000027c2 , 0x00000002 
+ 00010174  0x00001635 ifetch  0x00000009 , 0x00000006 
+ 00010175  0x00001636 inject  0x00000003 , 0x00000048 
+ 00010176  0x00001637 copy  0x00000013 , 0x00000002 
+ 00010177  0x00001638 branch  0x000027bc 
+ 00010178  0x0000163a ifetch  0x00000009 , 0x00000006 
+ 00010179  0x0000163b iinject  0x00000003 , 0x00000002 
+ 00010180  0x0000163c branch  0x000027f7 
+ 00010181  0x0000163f enable  0x0000001c 
+ 00010182  0x00001640 branch  0x000027d0 
+ 00010183  0x00001643 enable  0x0000001c 
+ 00010184  0x00001644 set1  0x00000010 , 0x00000000 
+ 00010185  0x00001645 branch  0x000027d0 
+ 00010186  0x00001648 set1  0x00000002 , 0x00000015 
+ 00010187  0x0000164a enable  0x0000001d 
+ 00010188  0x0000164b branch  0x000027d0 
+ 00010189  0x0000164f set1  0x00000002 , 0x00000015 
+ 00010190  0x00001650 enable  0x0000001d 
+ 00010191  0x00001651 set1  0x00000010 , 0x00000000 
+ 00010192  0x00001654 bpatch  0x00000079 , 0x0000400f 
+ 00010193  0x00001655 fetch  0x00000001 , 0x0000004c 
+ 00010194  0x00001656 bbit0  0x00000005 , 0x000027e5 
+ 00010195  0x00001657 sub  0x00000001 , 0x00000003 , 0x0000003e 
+ 00010196  0x00001658 branch  0x000027e5 , 0x00000002 
+ 00010197  0x00001659 disable  0x0000000e 
+ 00010198  0x0000165a disable  0x0000001c 
+ 00010199  0x0000165b enable  0x0000001d 
+ 00010200  0x0000165c disable  0x00000007 
+ 00010201  0x0000165d set1  0x00000001 , 0x00000015 
+ 00010202  0x0000165e isolate1  0x00000002 , 0x00000015 
+ 00010203  0x0000165f branch  0x000027df , 0x00000001 
+ 00010204  0x00001660 setarg  0x000abeee 
+ 00010205  0x00001661 inject  0x00000003 , 0x00000014 
+ 00010206  0x00001662 branch  0x000027e3 
+ 00010207  0x00001664 setarg  0x005faeba 
+ 00010208  0x00001665 inject  0x00000003 , 0x00000018 
+ 00010209  0x00001666 setarg  0x00000012 
+ 00010210  0x00001667 inject  0x00000003 , 0x00000006 
+ 00010211  0x00001669 enable  0x00000007 
+ 00010212  0x0000166a set1  0x00000010 , 0x00000000 
+ 00010213  0x0000166c enable  0x0000000e 
+ 00010214  0x0000166d enable  0x00000009 
+ 00010215  0x0000166e bmark1  0x00000005 , 0x00002800 
+ 00010216  0x0000166f fetch  0x00000001 , 0x000041db 
+ 00010217  0x00001670 inject  0x00000003 , 0x00000003 
+ 00010218  0x00001671 fetch  0x00000002 , 0x000041dc 
+ 00010219  0x00001672 iforce  0x00000039 
+ 00010220  0x00001673 bmark1  0x00000010 , 0x000027ef 
+ 00010221  0x00001674 inject  0x00000003 , 0x00000005 
+ 00010222  0x00001675 branch  0x000027f0 
+ 00010223  0x00001677 inject  0x00000003 , 0x0000000d 
+ 00010224  0x00001679 deposit  0x00000039 
+ 00010225  0x0000167a branch  0x000027f7 , 0x00000034 
+ 00010226  0x0000167b fetch  0x00000002 , 0x0000016f 
+ 00010227  0x0000167c iforce  0x00000006 
+ 00010228  0x0000167e ifetch  0x00000001 , 0x00000006 
+ 00010229  0x0000167f inject  0x00000003 , 0x00000008 
+ 00010230  0x00001680 loop  0x000027f4 
+ 00010231  0x00001684 enable  0x00000008 
+ 00010232  0x00001685 inject  0x00000003 , 0x00000010 
+ 00010233  0x00001686 disable  0x00000008 
+ 00010234  0x00001687 call  0x000024c1 
+ 00010235  0x00001688 fetch  0x00000001 , 0x0000004c 
+ 00010236  0x00001689 bbit0  0x00000005 , 0x0000264d 
+ 00010237  0x0000168a force  0x00000000 , 0x0000003f 
+ 00010238  0x0000168b inject  0x00000003 , 0x00000006 
+ 00010239  0x0000168c branch  0x0000264d 
+ 00010240  0x00001690 bpatch  0x0000007a , 0x0000400f 
+ 00010241  0x00001691 bmark1  0x00000010 , 0x00002808 
+ 00010242  0x00001693 fetch  0x00000001 , 0x00000180 
+ 00010243  0x00001694 inject  0x00000003 , 0x00000003 
+ 00010244  0x00001695 fetch  0x00000001 , 0x0000015f 
+ 00010245  0x00001696 iforce  0x00000013 
+ 00010246  0x00001697 inject  0x00000003 , 0x00000005 
+ 00010247  0x00001698 branch  0x0000280d 
+ 00010248  0x0000169a fetch  0x00000001 , 0x00000180 
+ 00010249  0x0000169b inject  0x00000003 , 0x00000003 
+ 00010250  0x0000169c fetch  0x00000002 , 0x0000015f 
+ 00010251  0x0000169d iforce  0x00000013 
+ 00010252  0x0000169e inject  0x00000003 , 0x0000000d 
+ 00010253  0x000016a0 arg  0x00000551 , 0x00000006 
+ 00010254  0x000016a2 copy  0x00000013 , 0x0000003e 
+ 00010255  0x000016a3 branch  0x00002814 , 0x00000005 
+ 00010256  0x000016a4 ifetch  0x00000001 , 0x00000006 
+ 00010257  0x000016a5 inject  0x00000003 , 0x00000008 
+ 00010258  0x000016a6 increase  0xffffffff , 0x00000013 
+ 00010259  0x000016a7 branch  0x0000280e 
+ 00010260  0x000016a9 fetch  0x00000002 , 0x000000fc 
+ 00010261  0x000016aa increase  0x00000001 , 0x0000003f 
+ 00010262  0x000016ab store  0x00000002 , 0x000000fc 
+ 00010263  0x000016ac branch  0x000027f7 
+ 00010264  0x000016b0 fetch  0x00000004 , 0x00000165 
+ 00010265  0x000016b1 add  0x0000003f , 0x00000007 , 0x00000011 
+ 00010266  0x000016b2 fetch  0x00000002 , 0x00000171 
+ 00010267  0x000016b3 nbranch  0x0000281e , 0x00000034 
+ 00010268  0x000016b4 increase  0xfffffffd , 0x00000011 
+ 00010269  0x000016b5 branch  0x00002826 
+ 00010270  0x000016b7 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00010271  0x000016b8 hfetcht  0x00000002 , 0x00008040 
+ 00010272  0x000016b9 increase  0x00000001 , 0x00000002 
+ 00010273  0x000016bb isub  0x00000002 , 0x0000003f 
+ 00010274  0x000016bc nbranch  0x00002825 , 0x00000002 
+ 00010275  0x000016bd increase  0xffffffff , 0x00000011 
+ 00010276  0x000016be branch  0x00002821 
+ 00010277  0x000016c0 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00010278  0x000016c2 until  0x0000003e , 0x00000023 
+ 00010279  0x000016c3 compare  0x00000000 , 0x00000022 , 0x00000003 
+ 00010280  0x000016c4 nbranch  0x00002826 , 0x00000001 
+ 00010281  0x000016c5 iforce  0x00000029 
+ 00010282  0x000016c6 copy  0x00000011 , 0x00000028 
+ 00010283  0x000016c7 iforce  0x00000029 
+ 00010284  0x000016c8 rtn 
+ 00010285  0x000016cc bpatch  0x0000007b , 0x0000400f 
+ 00010286  0x000016cd until  0x0000003e , 0x00000022 
+ 00010287  0x000016ce deposit  0x0000001a 
+ 00010288  0x000016cf iforce  0x00000006 
+ 00010289  0x000016d0 rshift16 , 0x0000003f , 0x0000003f 
+ 00010290  0x000016d1 isub  0x00000022 , 0x00000039 
+ 00010291  0x000016d2 and_into  0x00000003 , 0x00000039 
+ 00010292  0x000016d3 nbranch  0x00002837 , 0x00000005 
+ 00010293  0x000016d4 force  0x00000000 , 0x0000003f 
+ 00010294  0x000016d5 branch  0x0000283b 
+ 00010295  0x000016d7 arg  0x00000ea6 , 0x00000002 
+ 00010296  0x000016d8 force  0x00000000 , 0x0000003f 
+ 00010297  0x000016da iadd  0x00000002 , 0x0000003f 
+ 00010298  0x000016db loop  0x00002839 
+ 00010299  0x000016dd iadd  0x00000006 , 0x0000003f 
+ 00010300  0x000016de div  0x0000003f , 0x0000000c 
+ 00010301  0x000016df call  0x00007f86 
+ 00010302  0x000016e0 quotient  0x0000003f 
+ 00010303  0x000016e1 store  0x00000002 , 0x00000171 
+ 00010304  0x000016e2 rtn 
+ 00010305  0x000016e5 bpatch  0x0000007c , 0x0000400f 
+ 00010306  0x000016e6 deposit  0x0000001a 
+ 00010307  0x000016e7 copy  0x00000019 , 0x00000002 
+ 00010308  0x000016e8 isub  0x00000002 , 0x0000003e 
+ 00010309  0x000016e9 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00010310  0x000016ea isub  0x00000002 , 0x00000002 
+ 00010311  0x000016eb setarg  0x00000ea6 
+ 00010312  0x000016ec isolate0  0x0000000f , 0x00000002 
+ 00010313  0x000016ed branch  0x0000284c , 0x00000001 
+ 00010314  0x000016ee setarg  0xffff0ea6 
+ 00010315  0x000016ef iadd  0x00000002 , 0x00000002 
+ 00010316  0x000016f1 storet  0x00000006 , 0x00000447 
+ 00010317  0x000016f2 rtn  0x00000036 
+ 00010318  0x000016f3 storet  0x00000006 , 0x00000038 
+ 00010319  0x000016f4 rtn 
+ 00010320  0x000016f7 disable  0x00000030 
+ 00010321  0x000016f8 fetch  0x00000006 , 0x00000447 
+ 00010322  0x000016f9 branch  0x00002854 , 0x00000036 
+ 00010323  0x000016fa fetch  0x00000006 , 0x00000038 
+ 00010324  0x000016fc iadd  0x00000019 , 0x00000030 
+ 00010325  0x000016fd increase  0x0000000a , 0x00000030 
+ 00010326  0x000016fe setarg  0x00000ea6 
+ 00010327  0x000016ff isub  0x00000030 , 0x0000003f 
+ 00010328  0x00001700 isolate0  0x0000000f , 0x0000003f 
+ 00010329  0x00001701 branch  0x0000285e , 0x00000001 
+ 00010330  0x00001702 setarg  0x0000f15a 
+ 00010331  0x00001703 iadd  0x00000030 , 0x00000030 
+ 00010332  0x00001705 copy  0x00000030 , 0x0000001a 
+ 00010333  0x00001706 rtn 
+ 00010334  0x00001708 force  0x00000000 , 0x0000003e 
+ 00010335  0x00001709 branch  0x0000285c 
+ 00010336  0x00001711 bpatch  0x0000007d , 0x0000400f 
+ 00010337  0x00001712 call  0x00002918 
+ 00010338  0x00001713 copy  0x00000021 , 0x0000003f 
+ 00010339  0x00001714 and_into  0x00000180 , 0x0000003f 
+ 00010340  0x00001715 compare  0x00000003 , 0x00000024 , 0x00000007 
+ 00010341  0x00001716 nbranch  0x00002869 , 0x00000001 
+ 00010342  0x00001717 rshift3  0x0000003f , 0x0000003f 
+ 00010343  0x00001718 iadd  0x00000017 , 0x0000003f 
+ 00010344  0x00001719 branch  0x0000286a 
+ 00010345  0x0000171b copy  0x00000017 , 0x0000003f 
+ 00010346  0x0000171d div  0x0000003f , 0x0000004f 
+ 00010347  0x0000171e pulse  0x00000015 
+ 00010348  0x0000171f call  0x00007f86 
+ 00010349  0x00001720 remainder  0x00000011 
+ 00010350  0x00001721 add  0x00000011 , 0xffffffd8 , 0x00000002 
+ 00010351  0x00001722 branch  0x00002872 , 0x00000002 
+ 00010352  0x00001723 lshift  0x00000011 , 0x00000002 
+ 00010353  0x00001724 branch  0x00002874 
+ 00010354  0x00001726 lshift  0x00000002 , 0x00000002 
+ 00010355  0x00001727 increase  0x00000001 , 0x00000002 
+ 00010356  0x00001729 bpatch  0x0000007e , 0x0000400f 
+ 00010357  0x0000172a fetch  0x00000001 , 0x00000031 
+ 00010358  0x0000172b bbit0  0x00000003 , 0x00002885 
+ 00010359  0x0000172d fetch  0x00000004 , 0x000040d2 
+ 00010360  0x0000172e isub  0x00000021 , 0x0000003e 
+ 00010361  0x0000172f branch  0x00002885 , 0x00000002 
+ 00010362  0x00001730 call  0x000028a4 
+ 00010363  0x00001731 fetch  0x00000001 , 0x000040d9 
+ 00010364  0x00001732 rtn  0x00000034 
+ 00010365  0x00001733 fetch  0x00000001 , 0x00000031 
+ 00010366  0x00001734 set1  0x00000002 , 0x0000003f 
+ 00010367  0x00001735 store  0x00000001 , 0x00000031 
+ 00010368  0x00001736 fetch  0x00000005 , 0x000040e7 
+ 00010369  0x00001737 store  0x00000005 , 0x000040da 
+ 00010370  0x00001738 ifetch  0x00000005 , 0x00000006 
+ 00010371  0x00001739 store  0x00000005 , 0x000040df 
+ 00010372  0x0000173a call  0x000028a9 
+ 00010373  0x0000173c fetch  0x00000001 , 0x00000031 
+ 00010374  0x0000173d rtnbit0  0x00000002 
+ 00010375  0x0000173e isolate1  0x00000001 , 0x00000021 
+ 00010376  0x0000173f branch  0x000028a1 , 0x00000001 
+ 00010377  0x00001740 rshift3  0x00000002 , 0x00000011 
+ 00010378  0x00001741 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00010379  0x00001742 setarg  0x000040da 
+ 00010380  0x00001743 iadd  0x00000011 , 0x00000011 
+ 00010381  0x00001744 ifetch  0x00000001 , 0x00000011 
+ 00010382  0x00001745 qisolate0  0x0000003f 
+ 00010383  0x00001746 branch  0x00002892 , 0x00000001 
+ 00010384  0x00001747 deposit  0x00000002 
+ 00010385  0x00001748 branch  0x0000289e 
+ 00010386  0x0000174a fetch  0x00000001 , 0x000040e4 
+ 00010387  0x0000174b iforce  0x00000012 
+ 00010388  0x0000174c deposit  0x00000021 
+ 00010389  0x0000174d and_into  0x00000180 , 0x0000003f 
+ 00010390  0x0000174e rshift3  0x0000003f , 0x0000003f 
+ 00010391  0x0000174f iadd  0x00000017 , 0x0000003f 
+ 00010392  0x00001750 idiv  0x00000012 
+ 00010393  0x00001751 setarg  0x000040f2 
+ 00010394  0x00001752 call  0x00007f86 
+ 00010395  0x00001753 remainder  0x00000011 
+ 00010396  0x00001754 iadd  0x00000011 , 0x00000006 
+ 00010397  0x00001755 ifetch  0x00000001 , 0x00000006 
+ 00010398  0x00001757 store  0x00000001 , 0x000040e5 
+ 00010399  0x00001758 iforce  0x00000002 
+ 00010400  0x00001759 rtn 
+ 00010401  0x0000175c fetch  0x00000001 , 0x000040e5 
+ 00010402  0x0000175d iforce  0x00000002 
+ 00010403  0x0000175e rtn 
+ 00010404  0x00001761 fetch  0x00000001 , 0x00000031 
+ 00010405  0x00001762 set0  0x00000002 , 0x0000003f 
+ 00010406  0x00001763 set0  0x00000003 , 0x0000003f 
+ 00010407  0x00001764 store  0x00000001 , 0x00000031 
+ 00010408  0x00001765 rtn 
+ 00010409  0x0000176c bpatch  0x0000007f , 0x0000400f 
+ 00010410  0x0000176d arg  0x000040f2 , 0x00000005 
+ 00010411  0x0000176e force  0x0000000a , 0x00000039 
+ 00010412  0x0000176f call  0x00007ec6 
+ 00010413  0x00001770 arg  0x000040f2 , 0x00000005 
+ 00010414  0x00001771 force  0x00000000 , 0x00000013 
+ 00010415  0x00001772 force  0x00000002 , 0x00000007 
+ 00010416  0x00001774 fetch  0x00000005 , 0x000040da 
+ 00010417  0x00001775 iforce  0x00000002 
+ 00010418  0x00001776 compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00010419  0x00001777 branch  0x000028b5 , 0x00000001 
+ 00010420  0x00001778 rshift  0x00000002 , 0x00000002 
+ 00010421  0x0000177a isolate0  0x00000000 , 0x00000002 
+ 00010422  0x0000177b branch  0x000028b9 , 0x00000001 
+ 00010423  0x0000177c deposit  0x00000013 
+ 00010424  0x0000177d istore  0x00000001 , 0x00000005 
+ 00010425  0x0000177f rshift2  0x00000002 , 0x00000002 
+ 00010426  0x00001780 increase  0x00000002 , 0x00000013 
+ 00010427  0x00001781 compare  0x00000028 , 0x00000013 , 0x000000fe 
+ 00010428  0x00001782 nbranch  0x000028c2 , 0x00000001 
+ 00010429  0x00001783 fetch  0x00000005 , 0x000040df 
+ 00010430  0x00001784 iforce  0x00000002 
+ 00010431  0x00001785 compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00010432  0x00001786 branch  0x000028c2 , 0x00000001 
+ 00010433  0x00001787 rshift  0x00000002 , 0x00000002 
+ 00010434  0x00001789 sub  0x00000013 , 0x0000004e , 0x0000003e 
+ 00010435  0x0000178a branch  0x000028b5 , 0x00000002 
+ 00010436  0x0000178b force  0x00000001 , 0x00000013 
+ 00010437  0x0000178c increase  0xffffffff , 0x00000007 
+ 00010438  0x0000178d nbranch  0x000028b0 , 0x00000005 
+ 00010439  0x0000178e arg  0x000040f2 , 0x00000011 
+ 00010440  0x0000178f deposit  0x00000005 
+ 00010441  0x00001790 isub  0x00000011 , 0x0000003f 
+ 00010442  0x00001791 store  0x00000001 , 0x000040e4 
+ 00010443  0x00001792 rtn 
+ 00010444  0x00001795 bpatch  0x00000080 , 0x00004010 
+ 00010445  0x00001796 call  0x00002860 
+ 00010446  0x00001797 fetch  0x00000001 , 0x0000017f 
+ 00010447  0x00001798 bbit0  0x00000005 , 0x000028d1 
+ 00010448  0x00001799 fetcht  0x00000001 , 0x000004cc 
+ 00010449  0x0000179b branch  0x0000291f 
+ 00010450  0x0000179f bpatch  0x00000081 , 0x00004010 
+ 00010451  0x000017a0 call  0x00002860 
+ 00010452  0x000017a1 fetch  0x00000001 , 0x0000017f 
+ 00010453  0x000017a2 bbit0  0x00000004 , 0x000028d7 
+ 00010454  0x000017a3 fetcht  0x00000001 , 0x000004cb 
+ 00010455  0x000017a5 branch  0x00002933 
+ 00010456  0x000017a9 force  0x00000000 , 0x0000002d 
+ 00010457  0x000017aa fetch  0x00000003 , 0x000040a7 
+ 00010458  0x000017ab iforce  0x0000002c 
+ 00010459  0x000017ac rtn 
+ 00010460  0x000017af bpatch  0x00000082 , 0x00004010 
+ 00010461  0x000017b0 fetch  0x00000001 , 0x000041d3 
+ 00010462  0x000017b1 icopy  0x0000002d 
+ 00010463  0x000017b2 fetch  0x00000003 , 0x000041d0 
+ 00010464  0x000017b3 icopy  0x0000002c 
+ 00010465  0x000017b4 rtn 
+ 00010466  0x000017b7 bpatch  0x00000083 , 0x00004010 
+ 00010467  0x000017b8 fetch  0x00000002 , 0x000040a4 
+ 00010468  0x000017b9 icopy  0x0000002e 
+ 00010469  0x000017ba fetch  0x00000001 , 0x000040a3 
+ 00010470  0x000017bb icopy  0x0000002d 
+ 00010471  0x000017bc fetch  0x00000003 , 0x000040a0 
+ 00010472  0x000017bd icopy  0x0000002c 
+ 00010473  0x000017be rtn 
+ 00010474  0x000017c1 bpatch  0x00000084 , 0x00004010 
+ 00010475  0x000017c2 fetch  0x00000002 , 0x00000044 
+ 00010476  0x000017c3 icopy  0x0000002e 
+ 00010477  0x000017c4 fetch  0x00000001 , 0x00000043 
+ 00010478  0x000017c5 icopy  0x0000002d 
+ 00010479  0x000017c6 fetch  0x00000003 , 0x00000040 
+ 00010480  0x000017c7 icopy  0x0000002c 
+ 00010481  0x000017c8 rtn 
+ 00010482  0x000017cc bmark1  0x00000020 , 0x000028f5 
+ 00010483  0x000017cd rtnmark0  0x0000001d 
+ 00010484  0x000017ce rtnmark0  0x0000001f 
+ 00010485  0x000017d0 and_into  0xffffff00 , 0x0000002c 
+ 00010486  0x000017d1 pulse  0x00000015 
+ 00010487  0x000017d2 nop  0x00000020 
+ 00010488  0x000017d3 rtn 
+ 00010489  0x000017d7 bpatch  0x00000085 , 0x00004010 
+ 00010490  0x000017d8 branch  0x0000290a , 0x00000021 
+ 00010491  0x000017d9 jam  0x000000d4 , 0x00008955 
+ 00010492  0x000017da nop  0x00000004 
+ 00010493  0x000017db jam  0x000000d2 , 0x00008955 
+ 00010494  0x000017dc nop  0x00000004 
+ 00010495  0x000017dd jam  0x000000d1 , 0x00008955 
+ 00010496  0x000017de nop  0x00000004 
+ 00010497  0x000017df fetch  0x00000001 , 0x000041de 
+ 00010498  0x000017e0 beq  0x00000000 , 0x00002908 
+ 00010499  0x000017e1 beq  0x00000001 , 0x00002915 
+ 00010500  0x000017e2 beq  0x00000002 , 0x00002908 
+ 00010501  0x000017e3 beq  0x00000003 , 0x00002915 
+ 00010502  0x000017e4 beq  0x00000004 , 0x00002915 
+ 00010503  0x000017e5 beq  0x00000020 , 0x00002915 
+ 00010504  0x000017e8 jam  0x000000d0 , 0x00008955 
+ 00010505  0x000017e9 jam  0x000000e0 , 0x00008956 
+ 00010506  0x000017eb force  0x00000000 , 0x00000015 
+ 00010507  0x000017ec disable  0x00000021 
+ 00010508  0x000017ed disable  0x00000020 
+ 00010509  0x000017ee pulse  0x0000001e 
+ 00010510  0x000017ef jam  0x00000000 , 0x00008902 
+ 00010511  0x000017f0 jam  0x00000000 , 0x00008901 
+ 00010512  0x000017f1 jam  0x00000000 , 0x00008900 
+ 00010513  0x000017f2 jam  0x00000000 , 0x00008903 
+ 00010514  0x000017f3 jam  0x00000070 , 0x00008904 
+ 00010515  0x000017f4 jam  0x00000000 , 0x00008906 
+ 00010516  0x000017f5 rtn 
+ 00010517  0x000017fb jam  0x000000d0 , 0x00008955 
+ 00010518  0x000017fc jam  0x000000c0 , 0x00008956 
+ 00010519  0x000017fd branch  0x0000290a 
+ 00010520  0x00001800 bpatch  0x00000086 , 0x00004010 
+ 00010521  0x00001801 jam  0x00000000 , 0x00008902 
+ 00010522  0x00001802 jam  0x00000000 , 0x00008901 
+ 00010523  0x00001803 jam  0x00000018 , 0x00008900 
+ 00010524  0x00001804 jam  0x000000a7 , 0x00008903 
+ 00010525  0x00001805 jam  0x0000007f , 0x00008904 
+ 00010526  0x00001806 rtn 
+ 00010527  0x00001809 bpatch  0x00000087 , 0x00004010 
+ 00010528  0x0000180b storet  0x00000001 , 0x00000017 
+ 00010529  0x0000180c add  0x00000002 , 0x00000004 , 0x00000011 
+ 00010530  0x0000180d jam  0x00000007 , 0x0000896d 
+ 00010531  0x0000180e branch  0x00002981 
+ 00010532  0x00001810 bpatch  0x00000088 , 0x00004011 
+ 00010533  0x00001811 jam  0x000000cf , 0x00008901 
+ 00010534  0x00001812 nop  0x0000000a 
+ 00010535  0x00001813 jam  0x000000ff , 0x00008900 
+ 00010536  0x00001814 jam  0x000000af , 0x00008903 
+ 00010537  0x00001815 jam  0x000000ff , 0x00008904 
+ 00010538  0x00001816 nop  0x0000000a 
+ 00010539  0x00001817 jam  0x000000a0 , 0x00008902 
+ 00010540  0x00001818 rtn 
+ 00010541  0x0000181b fetch  0x00000001 , 0x000041e0 
+ 00010542  0x0000181c branch  0x00002931 , 0x00000034 
+ 00010543  0x0000181e add  0x00000002 , 0x00000002 , 0x00000011 
+ 00010544  0x0000181f rtn 
+ 00010545  0x00001821 add  0x00000002 , 0x00000000 , 0x00000011 
+ 00010546  0x00001822 rtn 
+ 00010547  0x00001825 bpatch  0x00000089 , 0x00004011 
+ 00010548  0x00001826 storet  0x00000001 , 0x00000017 
+ 00010549  0x00001827 call  0x0000292d 
+ 00010550  0x00001828 call  0x00002981 
+ 00010551  0x00001829 setarg  0x00000500 
+ 00010552  0x0000182a call  0x00002a8f 
+ 00010553  0x0000182c jam  0x00000001 , 0x00008906 
+ 00010554  0x0000182d jam  0x0000003c , 0x00008900 
+ 00010555  0x0000182e jam  0x000000e0 , 0x00008901 
+ 00010556  0x0000182f jam  0x00000012 , 0x0000896d 
+ 00010557  0x00001830 nop  0x0000000a 
+ 00010558  0x00001831 jam  0x00000001 , 0x00008902 
+ 00010559  0x00001832 jam  0x0000003d , 0x00008902 
+ 00010560  0x00001833 nop  0x0000000a 
+ 00010561  0x00001834 jam  0x000000b7 , 0x00008903 
+ 00010562  0x00001835 nop  0x0000000a 
+ 00010563  0x00001836 jam  0x0000007f , 0x00008902 
+ 00010564  0x00001838 fetch  0x00000001 , 0x000041de 
+ 00010565  0x00001839 beq  0x00000000 , 0x0000294b 
+ 00010566  0x0000183a beq  0x00000001 , 0x0000294f 
+ 00010567  0x0000183b beq  0x00000002 , 0x00002953 
+ 00010568  0x0000183c beq  0x00000003 , 0x00002957 
+ 00010569  0x0000183d beq  0x00000004 , 0x0000295b 
+ 00010570  0x0000183e beq  0x00000020 , 0x0000295f 
+ 00010571  0x00001840 jam  0x000000f0 , 0x00008956 
+ 00010572  0x00001841 call  0x00002965 
+ 00010573  0x00001842 jam  0x000000d8 , 0x00008955 
+ 00010574  0x00001843 rtn 
+ 00010575  0x00001846 jam  0x000000df , 0x00008956 
+ 00010576  0x00001847 call  0x00002965 
+ 00010577  0x00001848 jam  0x000000df , 0x00008955 
+ 00010578  0x00001849 rtn 
+ 00010579  0x0000184c jam  0x000000ff , 0x00008956 
+ 00010580  0x0000184d call  0x00002965 
+ 00010581  0x0000184e jam  0x000000df , 0x00008955 
+ 00010582  0x0000184f rtn 
+ 00010583  0x00001851 jam  0x000000ce , 0x00008956 
+ 00010584  0x00001852 call  0x00002965 
+ 00010585  0x00001853 jam  0x000000d8 , 0x00008955 
+ 00010586  0x00001854 rtn 
+ 00010587  0x00001857 jam  0x000000cb , 0x00008956 
+ 00010588  0x00001858 call  0x00002965 
+ 00010589  0x00001859 jam  0x000000d8 , 0x00008955 
+ 00010590  0x0000185a rtn 
+ 00010591  0x0000185d jam  0x000000d0 , 0x00008955 
+ 00010592  0x0000185e jam  0x000000c0 , 0x00008956 
+ 00010593  0x0000185f jam  0x0000004c , 0x00008957 
+ 00010594  0x00001860 jam  0x0000006c , 0x00008958 
+ 00010595  0x00001861 jam  0x00000050 , 0x00008959 
+ 00010596  0x00001862 rtn 
+ 00010597  0x00001865 nop  0x00000004 
+ 00010598  0x00001866 jam  0x000000d1 , 0x00008955 
+ 00010599  0x00001867 nop  0x00000004 
+ 00010600  0x00001868 jam  0x000000d2 , 0x00008955 
+ 00010601  0x00001869 nop  0x00000004 
+ 00010602  0x0000186a jam  0x000000d4 , 0x00008955 
+ 00010603  0x0000186b rtn 
+ 00010604  0x0000186f jam  0x00000006 , 0x00008042 
+ 00010605  0x00001871 fetch  0x00000002 , 0x000040c3 
+ 00010606  0x00001872 bbit0  0x0000000e , 0x0000296d 
+ 00010607  0x00001873 iforce  0x00000006 
+ 00010608  0x00001874 arg  0x00008900 , 0x00000002 
+ 00010609  0x00001876 ifetch  0x00000001 , 0x00000006 
+ 00010610  0x00001877 beq  0x000000ff , 0x00002977 
+ 00010611  0x00001878 ior  0x00000002 , 0x00000005 
+ 00010612  0x00001879 ifetch  0x00000001 , 0x00000006 
+ 00010613  0x0000187a istore  0x00000001 , 0x00000005 
+ 00010614  0x0000187b branch  0x00002971 
+ 00010615  0x0000187d bpatch  0x0000008a , 0x00004011 
+ 00010616  0x0000187e call  0x00002be5 
+ 00010617  0x0000187f call  0x000029c9 
+ 00010618  0x00001881 setarg  0x000007d0 
+ 00010619  0x00001882 iadd  0x00000022 , 0x0000003f 
+ 00010620  0x00001883 store  0x00000004 , 0x00000169 
+ 00010621  0x00001884 set1  0x00000003 , 0x00000015 
+ 00010622  0x00001885 force  0x00000000 , 0x00000015 
+ 00010623  0x00001886 ncall  0x00002998 , 0x0000002b 
+ 00010624  0x00001887 branch  0x000029ab 
+ 00010625  0x0000188b bpatch  0x0000008b , 0x00004011 
+ 00010626  0x0000188c setarg  0x00000960 
+ 00010627  0x0000188d iadd  0x00000011 , 0x00000002 
+ 00010628  0x0000188e fetch  0x00000001 , 0x000040bd 
+ 00010629  0x0000188f jam  0x00000004 , 0x0000895f 
+ 00010630  0x00001890 imul32  0x00000002 , 0x0000003f 
+ 00010631  0x00001891 fetcht  0x00000001 , 0x000040be 
+ 00010632  0x00001892 idiv  0x00000002 
+ 00010633  0x00001893 call  0x00007f86 
+ 00010634  0x00001894 quotient  0x00000011 
+ 00010635  0x00001895 remainder  0x0000003f 
+ 00010636  0x00001896 lshift16  0x0000003f , 0x0000003f 
+ 00010637  0x00001897 lshift4  0x0000003f , 0x0000003f 
+ 00010638  0x00001898 idiv  0x00000002 
+ 00010639  0x00001899 call  0x00007f86 
+ 00010640  0x0000189a quotient  0x0000003f 
+ 00010641  0x0000189b lshift8  0x0000003f , 0x0000003f 
+ 00010642  0x0000189c lshift  0x0000003f , 0x0000003f 
+ 00010643  0x0000189d ior  0x00000011 , 0x0000003f 
+ 00010644  0x0000189e hstore  0x00000004 , 0x00008960 
+ 00010645  0x0000189f jam  0x00000044 , 0x0000895f 
+ 00010646  0x000018a0 jam  0x000000c4 , 0x0000895f 
+ 00010647  0x000018a1 rtn 
+ 00010648  0x000018a5 bpatch  0x0000008c , 0x00004011 
+ 00010649  0x000018a6 jam  0x00000002 , 0x00008906 
+ 00010650  0x000018a7 setarg  0x0003d090 
+ 00010651  0x000018a8 call  0x00002a8f 
+ 00010652  0x000018a9 jam  0x0000007f , 0x00008900 
+ 00010653  0x000018aa nop  0x00000082 
+ 00010654  0x000018ab jam  0x00000030 , 0x00008952 
+ 00010655  0x000018ac jam  0x000000d0 , 0x00008901 
+ 00010656  0x000018ad jam  0x00000070 , 0x00008952 
+ 00010657  0x000018ae jam  0x000000f0 , 0x00008952 
+ 00010658  0x000018af force  0x00000032 , 0x00000039 
+ 00010659  0x000018b1 hfetch  0x00000001 , 0x00008980 
+ 00010660  0x000018b2 bbit1  0x00000005 , 0x000029a6 
+ 00010661  0x000018b3 loop  0x000029a3 
+ 00010662  0x000018b5 store  0x00000001 , 0x000040ce 
+ 00010663  0x000018b6 jam  0x00000000 , 0x00008901 
+ 00010664  0x000018b7 jam  0x00000000 , 0x00008900 
+ 00010665  0x000018b8 jam  0x00000000 , 0x00008906 
+ 00010666  0x000018b9 rtn 
+ 00010667  0x000018bc bpatch  0x0000008d , 0x00004011 
+ 00010668  0x000018bd fetch  0x00000001 , 0x000040ce 
+ 00010669  0x000018be set1  0x00000005 , 0x0000003f 
+ 00010670  0x000018bf hstore  0x00000001 , 0x00008952 
+ 00010671  0x000018c0 hfetcht  0x00000001 , 0x00008950 
+ 00010672  0x000018c1 and_into  0x00000007 , 0x00000002 
+ 00010673  0x000018c2 lshift3  0x0000003f , 0x0000003f 
+ 00010674  0x000018c3 ior  0x00000002 , 0x0000003f 
+ 00010675  0x000018c4 hstore  0x00000001 , 0x00008950 
+ 00010676  0x000018c5 hfetch  0x00000001 , 0x00008951 
+ 00010677  0x000018c6 set0  0x00000000 , 0x0000003f 
+ 00010678  0x000018c7 hstore  0x00000001 , 0x00008951 
+ 00010679  0x000018c8 hfetch  0x00000001 , 0x00008952 
+ 00010680  0x000018c9 set0  0x00000005 , 0x0000003f 
+ 00010681  0x000018ca hstore  0x00000001 , 0x00008952 
+ 00010682  0x000018cb rtn 
+ 00010683  0x000018ce bpatch  0x0000008e , 0x00004011 
+ 00010684  0x000018cf hfetch  0x00000002 , 0x00008981 
+ 00010685  0x000018d0 rshift4  0x0000003f , 0x0000003f 
+ 00010686  0x000018d1 rshift3  0x0000003f , 0x0000003f 
+ 00010687  0x000018d2 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00010688  0x000018d4 and_into  0x000000ff , 0x0000003f 
+ 00010689  0x000018d5 div  0x0000003f , 0x0000000a 
+ 00010690  0x000018d6 call  0x00007f86 
+ 00010691  0x000018d7 quotient  0x0000003f 
+ 00010692  0x000018d8 lshift4  0x0000003f , 0x0000003f 
+ 00010693  0x000018d9 remainder  0x00000002 
+ 00010694  0x000018da ior  0x00000002 , 0x0000003f 
+ 00010695  0x000018db store  0x00000001 , 0x00000018 
+ 00010696  0x000018dc rtn 
+ 00010697  0x000018e0 jam  0x00000006 , 0x00008042 
+ 00010698  0x000018e1 hfetch  0x00000001 , 0x0000896b 
+ 00010699  0x000018e2 set0  0x00000004 , 0x0000003f 
+ 00010700  0x000018e3 set0  0x00000005 , 0x0000003f 
+ 00010701  0x000018e4 hstore  0x00000001 , 0x0000896b 
+ 00010702  0x000018e5 jam  0x00000000 , 0x00008905 
+ 00010703  0x000018e6 jam  0x00000000 , 0x00008904 
+ 00010704  0x000018e7 jam  0x00000070 , 0x00008904 
+ 00010705  0x000018e8 jam  0x000000ff , 0x00008905 
+ 00010706  0x000018e9 hfetch  0x00000001 , 0x0000896b 
+ 00010707  0x000018ea set1  0x00000004 , 0x0000003f 
+ 00010708  0x000018eb set1  0x00000005 , 0x0000003f 
+ 00010709  0x000018ec hstore  0x00000001 , 0x0000896b 
+ 00010710  0x000018ed call  0x000029e9 
+ 00010711  0x000018ee hfetch  0x00000001 , 0x00008968 
+ 00010712  0x000018ef set1  0x00000007 , 0x0000003f 
+ 00010713  0x000018f0 hstore  0x00000001 , 0x00008968 
+ 00010714  0x000018f1 set0  0x00000007 , 0x0000003f 
+ 00010715  0x000018f2 hstore  0x00000001 , 0x00008968 
+ 00010716  0x000018f3 set1  0x00000007 , 0x0000003f 
+ 00010717  0x000018f4 hstore  0x00000001 , 0x00008968 
+ 00010718  0x000018f5 jam  0x00000005 , 0x00008042 
+ 00010719  0x000018f6 nop  0x00000001 
+ 00010720  0x000018f7 jam  0x00000004 , 0x00008042 
+ 00010721  0x000018f8 hfetch  0x00000001 , 0x0000896b 
+ 00010722  0x000018f9 and_into  0x000000cf , 0x0000003f 
+ 00010723  0x000018fa hstore  0x00000001 , 0x0000896b 
+ 00010724  0x000018fb or_into  0x00000030 , 0x0000003f 
+ 00010725  0x000018fc hstore  0x00000001 , 0x0000896b 
+ 00010726  0x000018fd rtn 
+ 00010727  0x00001901 setarg  0x00000f0f 
+ 00010728  0x00001902 branch  0x00002c18 
+ 00010729  0x00001905 setarg  0x0000080f 
+ 00010730  0x00001906 branch  0x00002c18 
+ 00010731  0x0000190b bpatch  0x0000008f , 0x00004011 
+ 00010732  0x0000190c call  0x00002924 
+ 00010733  0x0000190d disable  0x00000020 
+ 00010734  0x0000190e enable  0x00000021 
+ 00010735  0x0000190f pulse  0x00000016 
+ 00010736  0x00001910 rtn 
+ 00010737  0x00001913 bpatch  0x00000090 , 0x00004012 
+ 00010738  0x00001914 fetch  0x00000001 , 0x0000004c 
+ 00010739  0x00001915 isolate1  0x00000002 , 0x0000003f 
+ 00010740  0x00001916 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00010741  0x00001917 hstore  0x00000001 , 0x00008011 
+ 00010742  0x00001918 arg  0x00000062 , 0x00000006 
+ 00010743  0x00001919 ifetch  0x00000009 , 0x00000006 
+ 00010744  0x0000191a iforce  0x00000032 
+ 00010745  0x0000191b ifetch  0x00000007 , 0x00000006 
+ 00010746  0x0000191c iforce  0x00000033 
+ 00010747  0x0000191d fetch  0x00000001 , 0x00000054 
+ 00010748  0x0000191e add  0x0000003f , 0xffffffff , 0x00000034 
+ 00010749  0x0000191f pulse  0x0000001a 
+ 00010750  0x00001920 rtn 
+ 00010751  0x00001923 deposit  0x0000001a 
+ 00010752  0x00001924 store  0x00000006 , 0x0000009a 
+ 00010753  0x00001925 disable  0x0000000d 
+ 00010754  0x00001926 nbranch  0x000028f9 , 0x00000018 
+ 00010755  0x00001927 arg  0x000003bb , 0x00000029 
+ 00010756  0x00001928 increase  0x00000001 , 0x00000028 
+ 00010757  0x00001929 and_into  0x000001fc , 0x00000028 
+ 00010758  0x0000192a rtn 
+ 00010759  0x0000192f enable  0x0000000d 
+ 00010760  0x00001931 correlate  0x0000003e , 0x00000017 
+ 00010761  0x00001932 branch  0x000029ff , 0x00000018 
+ 00010762  0x00001933 compare  0x00000002 , 0x00000028 , 0x00000002 
+ 00010763  0x00001934 nbranch  0x00002a08 , 0x00000001 
+ 00010764  0x00001935 branch  0x000029ff 
+ 00010765  0x00001938 bpatch  0x00000091 , 0x00004012 
+ 00010766  0x00001939 arg  0x00000600 , 0x0000000b 
+ 00010767  0x0000193a enable  0x0000000d 
+ 00010768  0x0000193b correlate  0x00000023 , 0x00000026 
+ 00010769  0x0000193c disable  0x0000000d 
+ 00010770  0x0000193d nbranch  0x000028f9 , 0x00000018 
+ 00010771  0x0000193e rtn 
+ 00010772  0x00001941 bpatch  0x00000092 , 0x00004012 
+ 00010773  0x00001942 enable  0x0000000d 
+ 00010774  0x00001943 correlate  0x0000003e , 0x00000003 
+ 00010775  0x00001944 disable  0x0000000d 
+ 00010776  0x00001945 nbranch  0x000028f9 , 0x00000018 
+ 00010777  0x00001946 arg  0x000003bb , 0x00000029 
+ 00010778  0x00001947 and_into  0x000001fc , 0x00000028 
+ 00010779  0x00001948 rtn 
+ 00010780  0x0000194c bpatch  0x00000093 , 0x00004012 
+ 00010781  0x0000194d iforce  0x00000011 
+ 00010782  0x0000194e deposit  0x00000021 
+ 00010783  0x0000194f iadd  0x00000002 , 0x0000000b 
+ 00010784  0x00001950 copy  0x0000000b , 0x0000003f 
+ 00010785  0x00001951 store  0x00000004 , 0x000040ca 
+ 00010786  0x00001952 deposit  0x00000011 
+ 00010787  0x00001953 rtn 
+ 00010788  0x00001957 copy  0x0000003f , 0x00000002 
+ 00010789  0x00001958 bpatch  0x00000094 , 0x00004012 
+ 00010790  0x00001959 copy  0x00000002 , 0x0000003f 
+ 00010791  0x0000195a call  0x00007f50 
+ 00010792  0x0000195b lshift16  0x00000021 , 0x0000003f 
+ 00010793  0x0000195c set1  0x0000002c , 0x0000003f 
+ 00010794  0x0000195d call  0x00007f39 
+ 00010795  0x0000195e set0  0x0000002c , 0x0000003f 
+ 00010796  0x0000195f call  0x00002a77 
+ 00010797  0x00001960 call  0x00007f39 
+ 00010798  0x00001961 rtn  0x00000028 
+ 00010799  0x00001962 call  0x00007f43 
+ 00010800  0x00001963 iforce  0x0000001b 
+ 00010801  0x00001964 until  0x0000003e , 0x00000003 
+ 00010802  0x00001965 rtn 
+ 00010803  0x00001969 bpatch  0x00000095 , 0x00004012 
+ 00010804  0x0000196a branch  0x00002a38 , 0x00000030 
+ 00010805  0x0000196b until  0x00000029 , 0x00000026 
+ 00010806  0x0000196d copy  0x00000028 , 0x00000002 
+ 00010807  0x0000196e branch  0x00002a3b 
+ 00010808  0x00001970 branch  0x00002a3a , 0x0000002e 
+ 00010809  0x00001971 until  0x00000023 , 0x00000026 
+ 00010810  0x00001973 copy  0x00000022 , 0x00000002 
+ 00010811  0x00001975 branch  0x00002a47 , 0x00000028 
+ 00010812  0x00001976 compare  0x00000001 , 0x00000002 , 0x00000003 
+ 00010813  0x00001977 nbranch  0x00002a33 , 0x00000001 
+ 00010814  0x00001979 bpatch  0x00000096 , 0x00004012 
+ 00010815  0x0000197a fetch  0x00000001 , 0x00000030 
+ 00010816  0x0000197b rtnbit0  0x00000000 
+ 00010817  0x0000197c fetch  0x00000004 , 0x000040ca 
+ 00010818  0x0000197d isub  0x00000002 , 0x0000003f 
+ 00010819  0x0000197e nrtn  0x00000002 
+ 00010820  0x0000197f sub  0x0000003f , 0x000000ff , 0x0000003e 
+ 00010821  0x00001980 branch  0x00002a33 , 0x00000002 
+ 00010822  0x00001981 rtn 
+ 00010823  0x00001983 compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00010824  0x00001984 nbranch  0x00002a33 , 0x00000001 
+ 00010825  0x00001985 branch  0x00002a3e 
+ 00010826  0x00001988 bpatch  0x00000097 , 0x00004012 
+ 00010827  0x00001989 arg  0x00000600 , 0x0000000b 
+ 00010828  0x0000198a branch  0x00002a33 
+ 00010829  0x0000198d disable  0x00000028 
+ 00010830  0x0000198e branch  0x00002a4a 
+ 00010831  0x00001991 enable  0x00000028 
+ 00010832  0x00001992 branch  0x00002a4a 
+ 00010833  0x00001995 bpatch  0x00000098 , 0x00004013 
+ 00010834  0x00001996 call  0x000029f1 
+ 00010835  0x00001997 disable  0x00000021 
+ 00010836  0x00001998 enable  0x00000020 
+ 00010837  0x00001999 rtn 
+ 00010838  0x0000199e bpatch  0x00000099 , 0x00004013 
+ 00010839  0x0000199f arg  0x00000e43 , 0x0000000b 
+ 00010840  0x000019a0 until  0x00000023 , 0x00000026 
+ 00010841  0x000019a1 pulse  0x00000016 
+ 00010842  0x000019a2 rtn 
+ 00010843  0x000019a5 bpatch  0x0000009a , 0x00004013 
+ 00010844  0x000019a6 arg  0x00000d00 , 0x0000000b 
+ 00010845  0x000019a7 until  0x00000023 , 0x00000026 
+ 00010846  0x000019a8 rtn 
+ 00010847  0x000019ac bpatch  0x0000009b , 0x00004013 
+ 00010848  0x000019ad arg  0x00000e43 , 0x0000000b 
+ 00010849  0x000019ae until  0x00000029 , 0x00000026 
+ 00010850  0x000019af pulse  0x00000016 
+ 00010851  0x000019b0 rtn 
+ 00010852  0x000019b3 bpatch  0x0000009c , 0x00004013 
+ 00010853  0x000019b4 preload  0x00000009 
+ 00010854  0x000019b5 enable  0x0000001d 
+ 00010855  0x000019b6 set1  0x00000000 , 0x00000015 
+ 00010856  0x000019b7 inject  0x00000003 , 0x00000048 
+ 00010857  0x000019b8 disable  0x0000001d 
+ 00010858  0x000019b9 rtn 
+ 00010859  0x000019bd copy  0x00000025 , 0x00000002 
+ 00010860  0x000019be or_into  0x00000060 , 0x00000002 
+ 00010861  0x000019bf copy  0x00000002 , 0x0000000e 
+ 00010862  0x000019c0 rtn 
+ 00010863  0x000019c6 bpatch  0x0000009d , 0x00004013 
+ 00010864  0x000019c7 fetch  0x00000001 , 0x00004090 
+ 00010865  0x000019c8 increase  0x00000001 , 0x0000003f 
+ 00010866  0x000019c9 bne  0x00000007 , 0x00002a74 
+ 00010867  0x000019ca force  0x00000001 , 0x0000003f 
+ 00010868  0x000019cc store  0x00000001 , 0x00004090 
+ 00010869  0x000019cd iforce  0x00000004 
+ 00010870  0x000019ce rtn 
+ 00010871  0x000019d1 copy  0x00000019 , 0x00000002 
+ 00010872  0x000019d2 rtn  0x00000029 
+ 00010873  0x000019d3 copy  0x0000001a , 0x00000002 
+ 00010874  0x000019d4 rtn 
+ 00010875  0x000019d7 deposit  0x00000022 
+ 00010876  0x000019d8 rtn  0x00000029 
+ 00010877  0x000019d9 deposit  0x00000028 
+ 00010878  0x000019da rtn 
+ 00010879  0x000019de bpatch  0x0000009e , 0x00004013 
+ 00010880  0x000019df fetcht  0x00000004 , 0x0000004d 
+ 00010881  0x000019e0 call  0x00002a7b 
+ 00010882  0x000019e1 isub  0x00000002 , 0x0000000b 
+ 00010883  0x000019e2 deposit  0x0000000b 
+ 00010884  0x000019e3 fetcht  0x00000002 , 0x00000051 
+ 00010885  0x000019e4 lshift  0x00000002 , 0x00000002 
+ 00010886  0x000019e5 isub  0x00000002 , 0x0000003f 
+ 00010887  0x000019e6 rtn 
+ 00010888  0x000019e9 bpatch  0x0000009f , 0x00004013 
+ 00010889  0x000019ea call  0x00002a7b 
+ 00010890  0x000019eb store  0x00000004 , 0x0000004d 
+ 00010891  0x000019ec rtn 
+ 00010892  0x000019ef bpatch  0x000000a0 , 0x00004014 
+ 00010893  0x000019f0 branch  0x00002a8c 
+ 00010894  0x000019f3 branch  0x00002a8e 
+ 00010895  0x000019f6 rtn  0x00000034 
+ 00010896  0x000019f8 rshift  0x0000003f , 0x0000003f 
+ 00010897  0x000019f9 increase  0xfffffffd , 0x0000003f 
+ 00010898  0x000019fb increase  0xffffffff , 0x0000003f 
+ 00010899  0x000019fc nbranch  0x00002a92 , 0x00000005 
+ 00010900  0x000019fd force  0x00000000 , 0x0000003f 
+ 00010901  0x000019fe rtn 
+ 00010902  0x00001a04 arg  0x00000010 , 0x00000039 
+ 00010903  0x00001a05 arg  0x00000000 , 0x00000005 
+ 00010904  0x00001a06 call  0x00007ec6 
+ 00010905  0x00001a07 arg  0x0000043f , 0x00000005 
+ 00010906  0x00001a08 arg  0x0000000a , 0x00000039 
+ 00010907  0x00001a09 call  0x00007ec6 
+ 00010908  0x00001a0a jam  0x00000000 , 0x000009b2 
+ 00010909  0x00001a0b jam  0x00000000 , 0x00000a99 
+ 00010910  0x00001a0c jam  0x00000000 , 0x0000048c 
+ 00010911  0x00001a0d jam  0x00000000 , 0x0000017f 
+ 00010912  0x00001a0e jam  0x00000000 , 0x000004d1 
+ 00010913  0x00001a0f bpatch  0x000000a1 , 0x00004014 
+ 00010914  0x00001a10 jam  0x00000000 , 0x0000016d 
+ 00010915  0x00001a11 jam  0x00000000 , 0x00000151 
+ 00010916  0x00001a12 jam  0x00000000 , 0x0000015c 
+ 00010917  0x00001a13 setarg  0x009e8b33 
+ 00010918  0x00001a14 store  0x00000003 , 0x000040a7 
+ 00010919  0x00001a15 setarg  0x00000153 
+ 00010920  0x00001a16 store  0x00000002 , 0x00000083 
+ 00010921  0x00001a17 jam  0x0000001e , 0x00000085 
+ 00010922  0x00001a18 jam  0x00000001 , 0x00000086 
+ 00010923  0x00001a19 jam  0x00000007 , 0x00000088 
+ 00010924  0x00001a1a setarg  0x0012e904 
+ 00010925  0x00001a1b store  0x00000003 , 0x00000080 
+ 00010926  0x00001a20 jam  0x00000060 , 0x00000090 
+ 00010927  0x00001a21 jam  0x00000005 , 0x000040d0 
+ 00010928  0x00001a22 jam  0x00000002 , 0x00000014 
+ 00010929  0x00001a23 fetch  0x00000001 , 0x0000465a 
+ 00010930  0x00001a24 ncall  0x000074c1 , 0x00000034 
+ 00010931  0x00001a25 fetch  0x00000001 , 0x000044be 
+ 00010932  0x00001a26 ncall  0x00007518 , 0x00000034 
+ 00010933  0x00001a27 bpatch  0x000000a2 , 0x00004014 
+ 00010934  0x00001a28 rtn  0x0000002b 
+ 00010935  0x00001a29 setarg  0x00000000 
+ 00010936  0x00001a2a store  0x00000002 , 0x000041dc 
+ 00010937  0x00001a2b rshift  0x00000022 , 0x0000003f 
+ 00010938  0x00001a2c store  0x00000004 , 0x00004094 
+ 00010939  0x00001a2d rtn 
+ 00010940  0x00001a35 setarg  0x0000ee21 
+ 00010941  0x00001a36 hstore  0x00000002 , 0x00008050 
+ 00010942  0x00001a37 hfetch  0x00000004 , 0x0000811c 
+ 00010943  0x00001a38 store  0x00000004 , 0x00000abe 
+ 00010944  0x00001a39 hfetch  0x00000001 , 0x0000813e 
+ 00010945  0x00001a3a store  0x00000001 , 0x00000abd 
+ 00010946  0x00001a3b bbit0  0x00000003 , 0x0000645b 
+ 00010947  0x00001a3c enable  0x0000002b 
+ 00010948  0x00001a3d bbit0  0x00000007 , 0x00002acc 
+ 00010949  0x00001a3e disable  0x0000002b 
+ 00010950  0x00001a3f deposit  0x00000027 
+ 00010951  0x00001a40 nbranch  0x00002acc , 0x00000034 
+ 00010952  0x00001a41 hfetch  0x00000001 , 0x0000813b 
+ 00010953  0x00001a42 bbit1  0x00000002 , 0x00002acc 
+ 00010954  0x00001a43 arg  0xffffffff , 0x00000002 
+ 00010955  0x00001a44 branch  0x00002b3c 
+ 00010956  0x00001a46 hfetch  0x00000003 , 0x0000813c 
+ 00010957  0x00001a47 hstore  0x00000003 , 0x0000804c 
+ 00010958  0x00001a48 ifetch  0x00000001 , 0x00000006 
+ 00010959  0x00001a49 or_into  0x000000ef , 0x0000003f 
+ 00010960  0x00001a4a istore  0x00000001 , 0x00000005 
+ 00010961  0x00001a4b call  0x00002c23 
+ 00010962  0x00001a4c hfetch  0x00000001 , 0x0000804f 
+ 00010963  0x00001a4d set1  0x00000004 , 0x0000003f 
+ 00010964  0x00001a4e hstore  0x00000001 , 0x0000804f 
+ 00010965  0x00001a4f call  0x00002c23 
+ 00010966  0x00001a50 call  0x00002adf , 0x0000002b 
+ 00010967  0x00001a51 hfetch  0x00000001 , 0x0000804e 
+ 00010968  0x00001a52 set0  0x00000003 , 0x0000003f 
+ 00010969  0x00001a53 hstore  0x00000001 , 0x0000804e 
+ 00010970  0x00001a54 call  0x00002c23 
+ 00010971  0x00001a55 nbranch  0x0000645b , 0x0000002b 
+ 00010972  0x00001a56 rtnmark0  0x0000002b 
+ 00010973  0x00001a57 jam  0x00000008 , 0x00008006 
+ 00010974  0x00001a58 rtn 
+ 00010975  0x00001a5b fetch  0x00000001 , 0x00004198 
+ 00010976  0x00001a5c hstore  0x00000001 , 0x00008086 
+ 00010977  0x00001a5d fetch  0x00000003 , 0x0000418d 
+ 00010978  0x00001a5e hstore  0x00000003 , 0x00008080 
+ 00010979  0x00001a5f fetch  0x00000004 , 0x00004181 
+ 00010980  0x00001a60 hstore  0x00000004 , 0x00008074 
+ 00010981  0x00001a61 fetch  0x00000004 , 0x0000417d 
+ 00010982  0x00001a62 hstore  0x00000004 , 0x00008070 
+ 00010983  0x00001a63 fetch  0x00000008 , 0x00004185 
+ 00010984  0x00001a64 hstore  0x00000008 , 0x00008078 
+ 00010985  0x00001a65 fetch  0x00000008 , 0x00004190 
+ 00010986  0x00001a66 iforce  0x00000000 
+ 00010987  0x00001a67 hfetch  0x00000008 , 0x00008140 
+ 00010988  0x00001a68 store  0x00000008 , 0x000000a1 
+ 00010989  0x00001a69 call  0x000064ca 
+ 00010990  0x00001a6a rtn 
+ 00010991  0x00001a6d deposit  0x00000000 
+ 00010992  0x00001a6e store  0x00000008 , 0x00004190 
+ 00010993  0x00001a6f hfetch  0x00000008 , 0x00008070 
+ 00010994  0x00001a70 store  0x00000008 , 0x0000417d 
+ 00010995  0x00001a71 ifetch  0x00000008 , 0x00000006 
+ 00010996  0x00001a72 istore  0x00000008 , 0x00000005 
+ 00010997  0x00001a73 hfetch  0x00000003 , 0x00008080 
+ 00010998  0x00001a74 store  0x00000003 , 0x0000418d 
+ 00010999  0x00001a75 hfetch  0x00000001 , 0x00008086 
+ 00011000  0x00001a76 store  0x00000001 , 0x00004198 
+ 00011001  0x00001a77 branch  0x00002c29 
+ 00011002  0x00001a7a hfetch  0x00000001 , 0x00008063 
+ 00011003  0x00001a7b nbranch  0x00002b00 , 0x00000034 
+ 00011004  0x00001a7c fetch  0x00000003 , 0x0000416f 
+ 00011005  0x00001a7d nrtn  0x00000034 
+ 00011006  0x00001a7e jam  0x000000c0 , 0x00008063 
+ 00011007  0x00001a7f jam  0x00000080 , 0x00008006 
+ 00011008  0x00001a81 hfetch  0x00000001 , 0x0000812d 
+ 00011009  0x00001a82 rtnbit0  0x00000001 
+ 00011010  0x00001a83 hfetch  0x00000003 , 0x00008149 
+ 00011011  0x00001a84 store  0x00000003 , 0x0000416f 
+ 00011012  0x00001a85 rtn 
+ 00011013  0x00001a8a bpatch  0x000000a3 , 0x00004014 
+ 00011014  0x00001a8b deposit  0x0000001a 
+ 00011015  0x00001a8c call  0x00007f37 
+ 00011016  0x00001a8d fetcht  0x00000004 , 0x0000415f 
+ 00011017  0x00001a8e sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00011018  0x00001a8f rtn  0x00000002 
+ 00011019  0x00001a90 lshift8  0x0000003f , 0x0000003f 
+ 00011020  0x00001a91 lshift4  0x0000003f , 0x0000003f 
+ 00011021  0x00001a92 idiv  0x00000002 
+ 00011022  0x00001a93 call  0x00007f86 
+ 00011023  0x00001a94 quotient  0x0000003f 
+ 00011024  0x00001a95 arg  0x000000c8 , 0x00000002 
+ 00011025  0x00001a96 call  0x00007f91 
+ 00011026  0x00001a97 store  0x00000001 , 0x00000099 
+ 00011027  0x00001a98 nbranch  0x00002b15 , 0x00000028 
+ 00011028  0x00001a99 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00011029  0x00001a9b fetcht  0x00000003 , 0x0000416f 
+ 00011030  0x00001a9c iadd  0x00000002 , 0x0000003f 
+ 00011031  0x00001a9d store  0x00000003 , 0x0000416f 
+ 00011032  0x00001a9f setarg  0x00000000 
+ 00011033  0x00001aa0 store  0x00000004 , 0x0000415f 
+ 00011034  0x00001aa1 rtn 
+ 00011035  0x00001aa6 fetch  0x00000001 , 0x00004177 
+ 00011036  0x00001aa7 set1  0x00000002 , 0x0000003f 
+ 00011037  0x00001aa8 store  0x00000001 , 0x00004177 
+ 00011038  0x00001aa9 branch  0x00002b23 
+ 00011039  0x00001aae arg  0xffffffff , 0x00000002 
+ 00011040  0x00001aaf fetch  0x00000001 , 0x00004176 
+ 00011041  0x00001ab0 set0  0x00000007 , 0x0000003f 
+ 00011042  0x00001ab1 store  0x00000001 , 0x00004176 
+ 00011043  0x00001ab3 bpatch  0x000000a4 , 0x00004014 
+ 00011044  0x00001ab4 call  0x00002c29 
+ 00011045  0x00001ab5 fetch  0x00000001 , 0x00004157 
+ 00011046  0x00001ab6 store  0x00000001 , 0x0000417c 
+ 00011047  0x00001ab7 fetch  0x00000001 , 0x0000417a 
+ 00011048  0x00001ab8 set1  0x00000007 , 0x0000003f 
+ 00011049  0x00001ab9 store  0x00000001 , 0x0000417a 
+ 00011050  0x00001abd bpatch  0x000000a5 , 0x00004014 
+ 00011051  0x00001abe call  0x000029e7 
+ 00011052  0x00001abf fetch  0x00000004 , 0x0000415f 
+ 00011053  0x00001ac0 iadd  0x00000002 , 0x0000003f 
+ 00011054  0x00001ac1 store  0x00000004 , 0x0000415f 
+ 00011055  0x00001ac2 call  0x00002aef 
+ 00011056  0x00001ac3 fetch  0x00000005 , 0x00004178 
+ 00011057  0x00001ac4 hstore  0x00000004 , 0x0000804c 
+ 00011058  0x00001ac5 rshift32  0x0000003f , 0x00000011 
+ 00011059  0x00001ac6 until  0x0000003e , 0x00000033 
+ 00011060  0x00001ac7 deposit  0x00000019 
+ 00011061  0x00001ac8 store  0x00000006 , 0x00004163 
+ 00011062  0x00001ac9 jam  0x00000002 , 0x00008005 
+ 00011063  0x00001aca until  0x0000003e , 0x00000033 
+ 00011064  0x00001acb until  0x0000003e , 0x00000033 
+ 00011065  0x00001acc deposit  0x00000011 
+ 00011066  0x00001acd hstore  0x00000001 , 0x0000804f 
+ 00011067  0x00001ace jam  0x00000002 , 0x00008005 
+ 00011068  0x00001ad0 until  0x0000003e , 0x00000033 
+ 00011069  0x00001ad1 until  0x0000003e , 0x00000033 
+ 00011070  0x00001ad2 hstoret  0x00000004 , 0x0000804c 
+ 00011071  0x00001ad3 jam  0x00000010 , 0x00008005 
+ 00011072  0x00001ad4 until  0x0000003e , 0x0000003f 
+ 00011073  0x00001ada bpatch  0x000000a6 , 0x00004014 
+ 00011074  0x00001adb setarg  0x00000000 
+ 00011075  0x00001adc copy  0x00000027 , 0x0000003e 
+ 00011076  0x00001add branch  0x00002b4c , 0x00000005 
+ 00011077  0x00001ade hfetch  0x00000001 , 0x0000813c 
+ 00011078  0x00001adf hfetcht  0x00000001 , 0x0000813d 
+ 00011079  0x00001ae0 isub  0x00000002 , 0x0000003e 
+ 00011080  0x00001ae1 branch  0x00002b4a , 0x00000002 
+ 00011081  0x00001ae2 deposit  0x00000002 
+ 00011082  0x00001ae4 isub  0x00000027 , 0x0000003f 
+ 00011083  0x00001ae5 increase  0x00000001 , 0x0000003f 
+ 00011084  0x00001ae7 increase  0x00000008 , 0x0000003f 
+ 00011085  0x00001ae8 until  0x0000003e , 0x00000033 
+ 00011086  0x00001ae9 iadd  0x00000031 , 0x0000003f 
+ 00011087  0x00001aea fetcht  0x00000004 , 0x0000415b 
+ 00011088  0x00001aeb iadd  0x00000002 , 0x0000003f 
+ 00011089  0x00001aec fetcht  0x00000003 , 0x0000416f 
+ 00011090  0x00001aed imul32  0x00000002 , 0x0000003f 
+ 00011091  0x00001aee rshift8  0x0000003f , 0x0000003f 
+ 00011092  0x00001aef rshift4  0x0000003f , 0x0000003f 
+ 00011093  0x00001af0 increase  0x0000006e , 0x0000003f 
+ 00011094  0x00001af1 arg  0x00000ea6 , 0x00000002 
+ 00011095  0x00001af2 idiv  0x00000002 
+ 00011096  0x00001af3 call  0x00007f86 
+ 00011097  0x00001af4 quotient  0x0000003f 
+ 00011098  0x00001af5 lshift16  0x0000003f , 0x0000003f 
+ 00011099  0x00001af6 remainder  0x00000002 
+ 00011100  0x00001af7 ior  0x00000002 , 0x0000003f 
+ 00011101  0x00001af8 fetcht  0x00000006 , 0x00004163 
+ 00011102  0x00001af9 call  0x00007f2c 
+ 00011103  0x00001afa copy  0x00000002 , 0x00000019 
+ 00011104  0x00001afb fetch  0x00000006 , 0x00004048 
+ 00011105  0x00001afc call  0x00002854 
+ 00011106  0x00001afd deposit  0x0000001a 
+ 00011107  0x00001afe store  0x00000006 , 0x00000a9a 
+ 00011108  0x00001aff deposit  0x00000027 
+ 00011109  0x00001b00 istore  0x00000001 , 0x00000005 
+ 00011110  0x00001b01 hfetch  0x00000001 , 0x0000811d 
+ 00011111  0x00001b02 or_into  0x000000f0 , 0x0000003f 
+ 00011112  0x00001b03 istore  0x00000001 , 0x00000005 
+ 00011113  0x00001b04 rtn 
+ 00011114  0x00001b07 bpatch  0x000000a7 , 0x00004014 
+ 00011115  0x00001b08 call  0x00002afa 
+ 00011116  0x00001b09 fetch  0x00000003 , 0x0000416f 
+ 00011117  0x00001b0a rtn  0x00000034 
+ 00011118  0x00001b0b fetch  0x00000001 , 0x00004091 
+ 00011119  0x00001b0c rtn  0x00000034 
+ 00011120  0x00001b0d fetch  0x00000001 , 0x0000465a 
+ 00011121  0x00001b0e branch  0x00002b74 , 0x00000034 
+ 00011122  0x00001b0f fetch  0x00000001 , 0x000045b1 
+ 00011123  0x00001b10 rtn  0x00000034 
+ 00011124  0x00001b12 fetch  0x00000001 , 0x000044c0 
+ 00011125  0x00001b13 nrtn  0x00000034 
+ 00011126  0x00001b14 call  0x00002c3a 
+ 00011127  0x00001b15 nrtn  0x00000034 
+ 00011128  0x00001b16 fetch  0x00000001 , 0x00004040 
+ 00011129  0x00001b17 compare  0x00000003 , 0x0000003f , 0x00000007 
+ 00011130  0x00001b18 nbranch  0x00002b9d , 0x00000001 
+ 00011131  0x00001b19 fetch  0x00000002 , 0x00004042 
+ 00011132  0x00001b1a rtn  0x00000034 
+ 00011133  0x00001b1b rtn  0x0000002b 
+ 00011134  0x00001b1c bpatch  0x000000a8 , 0x00004015 
+ 00011135  0x00001b1e fetcht  0x00000001 , 0x000000a0 
+ 00011136  0x00001b1f fetch  0x00000002 , 0x00004042 
+ 00011137  0x00001b20 imul32  0x00000002 , 0x0000003f 
+ 00011138  0x00001b21 rshift4  0x00000002 , 0x00000002 
+ 00011139  0x00001b22 rshift2  0x00000002 , 0x00000002 
+ 00011140  0x00001b23 isub  0x00000002 , 0x0000003f 
+ 00011141  0x00001b24 fetcht  0x00000004 , 0x00004044 
+ 00011142  0x00001b25 iadd  0x00000002 , 0x0000003f 
+ 00011143  0x00001b26 fetcht  0x00000001 , 0x00004156 
+ 00011144  0x00001b27 isub  0x00000002 , 0x0000003f 
+ 00011145  0x00001b28 lshift16  0x0000003f , 0x00000030 
+ 00011146  0x00001b29 bpatch  0x000000a9 , 0x00004015 
+ 00011147  0x00001b2a fetch  0x00000002 , 0x0000404e 
+ 00011148  0x00001b2b rshift  0x0000003f , 0x0000003f 
+ 00011149  0x00001b2c call  0x00007f50 
+ 00011150  0x00001b2d deposit  0x00000030 
+ 00011151  0x00001b2e call  0x00007f39 
+ 00011152  0x00001b2f copy  0x0000001a , 0x00000002 
+ 00011153  0x00001b30 call  0x00007f37 
+ 00011154  0x00001b31 rtn  0x00000028 
+ 00011155  0x00001b33 call  0x00007f49 
+ 00011156  0x00001b35 bpatch  0x000000aa , 0x00004015 
+ 00011157  0x00001b36 fetch  0x00000001 , 0x00004178 
+ 00011158  0x00001b37 isub  0x00000002 , 0x0000003e 
+ 00011159  0x00001b38 branch  0x00002b18 , 0x00000002 
+ 00011160  0x00001b39 storet  0x00000004 , 0x0000415b 
+ 00011161  0x00001b3a call  0x00003328 
+ 00011162  0x00001b3b call  0x000052fb 
+ 00011163  0x00001b3c fetcht  0x00000004 , 0x0000415b 
+ 00011164  0x00001b3d branch  0x00002b2a 
+ 00011165  0x00001b40 bpatch  0x000000ab , 0x00004015 
+ 00011166  0x00001b41 fetch  0x00000001 , 0x00004040 
+ 00011167  0x00001b42 rtnbit1  0x00000000 
+ 00011168  0x00001b43 rtnbit1  0x00000003 
+ 00011169  0x00001b44 fetch  0x00000001 , 0x0000465a 
+ 00011170  0x00001b45 branch  0x00002ba5 , 0x00000034 
+ 00011171  0x00001b46 fetch  0x00000001 , 0x000045b1 
+ 00011172  0x00001b47 rtn  0x00000034 
+ 00011173  0x00001b49 bpatch  0x000000ac , 0x00004015 
+ 00011174  0x00001b4a fetch  0x00000001 , 0x0000436e 
+ 00011175  0x00001b4b nbranch  0x00002baa , 0x00000034 
+ 00011176  0x00001b4c fetch  0x00000001 , 0x00004093 
+ 00011177  0x00001b4d rtn  0x00000034 
+ 00011178  0x00001b4f fetch  0x00000002 , 0x00004154 
+ 00011179  0x00001b50 rtn  0x00000034 
+ 00011180  0x00001b52 fetcht  0x00000001 , 0x00004156 
+ 00011181  0x00001b53 isub  0x00000002 , 0x0000003f 
+ 00011182  0x00001b54 arg  0x00001d4c , 0x00000002 
+ 00011183  0x00001b55 imul32  0x00000002 , 0x0000003f 
+ 00011184  0x00001b56 branch  0x00002b93 
+ 00011185  0x00001b59 bpatch  0x000000ad , 0x00004015 
+ 00011186  0x00001b5a disable  0x0000002b 
+ 00011187  0x00001b5b fetch  0x00000001 , 0x00000030 
+ 00011188  0x00001b5c rtnbit0  0x00000001 
+ 00011189  0x00001b5d nbranch  0x00002bd0 , 0x0000002d 
+ 00011190  0x00001b5e call  0x00002bcb 
+ 00011191  0x00001b5f fetch  0x00000002 , 0x000040c1 
+ 00011192  0x00001b60 store  0x00000002 , 0x0000003e 
+ 00011193  0x00001b61 fetch  0x00000001 , 0x00000047 
+ 00011194  0x00001b62 bbit1  0x00000003 , 0x00002bde 
+ 00011195  0x00001b63 bmark0  0x0000000d , 0x00002bde 
+ 00011196  0x00001b64 call  0x00005274 
+ 00011197  0x00001b65 nbranch  0x00002bde , 0x00000034 
+ 00011198  0x00001b66 fetch  0x00000001 , 0x0000455c 
+ 00011199  0x00001b67 bbit1  0x00000001 , 0x00002bde 
+ 00011200  0x00001b69 jam  0x00000000 , 0x000000a0 
+ 00011201  0x00001b6a bmark0  0x0000000d , 0x00002bde 
+ 00011202  0x00001b6b fetch  0x00000001 , 0x00004174 
+ 00011203  0x00001b6c branch  0x00002be2 , 0x00000034 
+ 00011204  0x00001b6d increase  0xffffffff , 0x0000003f 
+ 00011205  0x00001b6e store  0x00000001 , 0x00004174 
+ 00011206  0x00001b6f rtn 
+ 00011207  0x00001b73 arg  0x00000001 , 0x00000007 
+ 00011208  0x00001b74 branch  0x000060cd 
+ 00011209  0x00001b77 arg  0x00000001 , 0x00000007 
+ 00011210  0x00001b78 branch  0x000060d1 
+ 00011211  0x00001b7d jam  0x00000000 , 0x00004159 
+ 00011212  0x00001b7e fetch  0x00000003 , 0x00004169 
+ 00011213  0x00001b7f increase  0x00000001 , 0x0000003f 
+ 00011214  0x00001b80 store  0x00000003 , 0x00004169 
+ 00011215  0x00001b81 rtn 
+ 00011216  0x00001b84 bpatch  0x000000ae , 0x00004015 
+ 00011217  0x00001b85 fetcht  0x00000002 , 0x000040c1 
+ 00011218  0x00001b86 rshift  0x00000002 , 0x00000002 
+ 00011219  0x00001b87 fetch  0x00000002 , 0x0000003e 
+ 00011220  0x00001b88 iadd  0x00000002 , 0x0000003f 
+ 00011221  0x00001b89 store  0x00000002 , 0x0000003e 
+ 00011222  0x00001b8b jam  0x00000000 , 0x000000a0 
+ 00011223  0x00001b8c fetch  0x00000003 , 0x0000416c 
+ 00011224  0x00001b8d increase  0x00000001 , 0x0000003f 
+ 00011225  0x00001b8e store  0x00000003 , 0x0000416c 
+ 00011226  0x00001b8f fetch  0x00000001 , 0x00004159 
+ 00011227  0x00001b90 increase  0x00000001 , 0x0000003f 
+ 00011228  0x00001b91 store  0x00000001 , 0x00004159 
+ 00011229  0x00001b92 rtn 
+ 00011230  0x00001b95 jam  0x00000000 , 0x000000a0 
+ 00011231  0x00001b96 fetch  0x00000001 , 0x00004173 
+ 00011232  0x00001b97 store  0x00000001 , 0x00004174 
+ 00011233  0x00001b98 rtn 
+ 00011234  0x00001b9b fetcht  0x00000001 , 0x00004172 
+ 00011235  0x00001b9c storet  0x00000001 , 0x000000a0 
+ 00011236  0x00001b9d rtn 
+ 00011237  0x00001ba0 bpatch  0x000000af , 0x00004015 
+ 00011238  0x00001ba1 fetch  0x00000001 , 0x00004178 
+ 00011239  0x00001ba2 nrtn  0x00000034 
+ 00011240  0x00001ba3 jam  0x00000006 , 0x00008042 
+ 00011241  0x00001ba4 setarg  0x00000f0c 
+ 00011242  0x00001ba5 call  0x00002c18 
+ 00011243  0x00001ba6 setarg  0x00030d40 
+ 00011244  0x00001ba7 call  0x00002a8f 
+ 00011245  0x00001ba8 until  0x0000003e , 0x00000033 
+ 00011246  0x00001ba9 copy  0x00000031 , 0x00000030 
+ 00011247  0x00001baa call  0x000029e7 
+ 00011248  0x00001bab jam  0x00000004 , 0x00008042 
+ 00011249  0x00001bac nop  0x0000000a 
+ 00011250  0x00001bad until  0x0000003e , 0x00000033 
+ 00011251  0x00001bae deposit  0x00000031 
+ 00011252  0x00001baf isub  0x00000030 , 0x0000003f 
+ 00011253  0x00001bb0 increase  0x00000030 , 0x0000003f 
+ 00011254  0x00001bb1 arg  0x000000ff , 0x00000002 
+ 00011255  0x00001bb2 call  0x00007f91 
+ 00011256  0x00001bb3 store  0x00000001 , 0x00004178 
+ 00011257  0x00001bb4 nop  0x00007530 
+ 00011258  0x00001bb5 nop  0x00007530 
+ 00011259  0x00001bb6 nop  0x00007530 
+ 00011260  0x00001bb7 rtn 
+ 00011261  0x00001bba fetch  0x00000001 , 0x00004178 
+ 00011262  0x00001bbb nrtn  0x00000034 
+ 00011263  0x00001bbc jam  0x000000ff , 0x00008044 
+ 00011264  0x00001bbd jam  0x00000006 , 0x00008042 
+ 00011265  0x00001bbe call  0x000029e7 
+ 00011266  0x00001bbf setarg  0x000003e8 
+ 00011267  0x00001bc0 iadd  0x00000031 , 0x00000030 
+ 00011268  0x00001bc1 snooze 
+ 00011269  0x00001bc2 deposit  0x00000031 
+ 00011270  0x00001bc3 nop  0x00002ee0 
+ 00011271  0x00001bc4 nop  0x00002ee0 
+ 00011272  0x00001bc5 nop  0x00002ee0 
+ 00011273  0x00001bc6 nop  0x00002ee0 
+ 00011274  0x00001bc7 nop  0x00002ee0 
+ 00011275  0x00001bc8 nop  0x00002ee0 
+ 00011276  0x00001bc9 nop  0x00002ee0 
+ 00011277  0x00001bca nop  0x00002ee0 
+ 00011278  0x00001bcb nop  0x00002ee0 
+ 00011279  0x00001bcc isub  0x00000030 , 0x0000003f 
+ 00011280  0x00001bcd add  0x0000003f , 0x00000030 , 0x0000003f 
+ 00011281  0x00001bce arg  0x000000ff , 0x00000002 
+ 00011282  0x00001bcf call  0x00007f91 
+ 00011283  0x00001bd0 store  0x00000001 , 0x00004178 
+ 00011284  0x00001bd1 nop  0x00007530 
+ 00011285  0x00001bd2 nop  0x00007530 
+ 00011286  0x00001bd3 nop  0x00007530 
+ 00011287  0x00001bd4 rtn 
+ 00011288  0x00001bda arg  0x00000fff , 0x00000005 
+ 00011289  0x00001bdb iand  0x00000005 , 0x00000005 
+ 00011290  0x00001bdc fetch  0x00000001 , 0x00004175 
+ 00011291  0x00001bdd and_into  0x000000f0 , 0x0000003f 
+ 00011292  0x00001bde lshift8  0x0000003f , 0x0000003f 
+ 00011293  0x00001bdf ior  0x00000005 , 0x0000003f 
+ 00011294  0x00001be0 hstore  0x00000002 , 0x0000804c 
+ 00011295  0x00001be1 ifetch  0x00000002 , 0x00000006 
+ 00011296  0x00001be2 istore  0x00000002 , 0x00000005 
+ 00011297  0x00001be5 setarg  0x00000001 
+ 00011298  0x00001be6 branch  0x00002c24 
+ 00011299  0x00001be9 setarg  0x00000002 
+ 00011300  0x00001beb until  0x0000003e , 0x00000033 
+ 00011301  0x00001bec hstore  0x00000001 , 0x00008005 
+ 00011302  0x00001bed until  0x0000003e , 0x00000033 
+ 00011303  0x00001bee until  0x0000003e , 0x00000033 
+ 00011304  0x00001bef rtn 
+ 00011305  0x00001bf3 bpatch  0x000000b0 , 0x00004016 
+ 00011306  0x00001bf4 fetch  0x00000004 , 0x000000a1 
+ 00011307  0x00001bf5 hstore  0x00000004 , 0x0000804c 
+ 00011308  0x00001bf6 setarg  0x00000004 
+ 00011309  0x00001bf7 call  0x00002c24 
+ 00011310  0x00001bf8 fetch  0x00000004 , 0x000000a5 
+ 00011311  0x00001bf9 hstore  0x00000004 , 0x0000804c 
+ 00011312  0x00001bfa setarg  0x00000008 
+ 00011313  0x00001bfb branch  0x00002c24 
+ 00011314  0x00001bfe fetch  0x00000002 , 0x00004152 
+ 00011315  0x00001bff qset1  0x0000003f 
+ 00011316  0x00001c00 store  0x00000002 , 0x00004152 
+ 00011317  0x00001c01 rtn 
+ 00011318  0x00001c04 fetch  0x00000002 , 0x00004152 
+ 00011319  0x00001c05 qset0  0x0000003f 
+ 00011320  0x00001c06 store  0x00000002 , 0x00004152 
+ 00011321  0x00001c07 rtn 
+ 00011322  0x00001c0c bpatch  0x000000b1 , 0x00004016 
+ 00011323  0x00001c0d call  0x00003326 
+ 00011324  0x00001c0e fetch  0x00000002 , 0x00004152 
+ 00011325  0x00001c0f copy  0x0000003f , 0x00000011 
+ 00011326  0x00001c10 fetch  0x00000001 , 0x0000004c 
+ 00011327  0x00001c11 isolate1  0x00000006 , 0x0000003f 
+ 00011328  0x00001c12 setflag  0x00000001 , 0x0000000b , 0x00000011 
+ 00011329  0x00001c13 fetch  0x00000001 , 0x00000078 
+ 00011330  0x00001c14 fetcht  0x00000001 , 0x0000007c 
+ 00011331  0x00001c15 iadd  0x00000002 , 0x0000003f 
+ 00011332  0x00001c16 fetcht  0x00000001 , 0x00000048 
+ 00011333  0x00001c17 iadd  0x00000002 , 0x0000003f 
+ 00011334  0x00001c18 nsetflag  0x00000034 , 0x0000000a , 0x00000011 
+ 00011335  0x00001c19 fetch  0x00000001 , 0x000044ff 
+ 00011336  0x00001c1a nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00011337  0x00001c1b fetch  0x00000002 , 0x0000025d 
+ 00011338  0x00001c1c fetcht  0x00000002 , 0x0000025f 
+ 00011339  0x00001c1d iadd  0x00000002 , 0x0000003f 
+ 00011340  0x00001c1e nsetflag  0x00000034 , 0x0000000d , 0x00000011 
+ 00011341  0x00001c1f fetch  0x00000008 , 0x00004668 
+ 00011342  0x00001c20 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00011343  0x00001c21 fetch  0x00000008 , 0x00004670 
+ 00011344  0x00001c22 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00011345  0x00001c23 fetch  0x00000001 , 0x000041ce 
+ 00011346  0x00001c24 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00011347  0x00001c25 fetch  0x00000001 , 0x00004092 
+ 00011348  0x00001c26 compare  0x0000000a , 0x0000003f , 0x000000ff 
+ 00011349  0x00001c27 call  0x00002c5b , 0x00000001 
+ 00011350  0x00001c28 setarg  0xfffffff8 
+ 00011351  0x00001c29 iand  0x00000011 , 0x00000011 
+ 00011352  0x00001c2a copy  0x00000011 , 0x0000003f 
+ 00011353  0x00001c2b store  0x00000002 , 0x00004152 
+ 00011354  0x00001c2c rtn 
+ 00011355  0x00001c2f hfetch  0x00000002 , 0x00008112 
+ 00011356  0x00001c30 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00011357  0x00001c31 hfetch  0x00000002 , 0x0000810e 
+ 00011358  0x00001c32 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00011359  0x00001c33 rtn 
+ 00011360  0x00001c36 hfetch  0x00000004 , 0x00008138 
+ 00011361  0x00001c37 set0  0x0000001b , 0x0000003f 
+ 00011362  0x00001c38 hstore  0x00000004 , 0x0000804c 
+ 00011363  0x00001c39 call  0x00002c21 
+ 00011364  0x00001c3a branch  0x00002a8c 
+ 00011365  0x00001c3d hfetch  0x00000004 , 0x0000813c 
+ 00011366  0x00001c3e set0  0x00000014 , 0x0000003f 
+ 00011367  0x00001c3f hstore  0x00000004 , 0x0000804c 
+ 00011368  0x00001c40 branch  0x00002c23 
+ 00011369  0x00001c43 fetch  0x00000002 , 0x00004150 
+ 00011370  0x00001c44 bbit1  0x00000000 , 0x00002a8c 
+ 00011371  0x00001c45 rtn 
+ 00011372  0x00001c47 fetch  0x00000002 , 0x00004150 
+ 00011373  0x00001c48 bbit1  0x00000001 , 0x00002a8c 
+ 00011374  0x00001c49 rtn 
+ 00011375  0x00001c4b fetch  0x00000002 , 0x00004150 
+ 00011376  0x00001c4c bbit1  0x00000002 , 0x00002a8c 
+ 00011377  0x00001c4d rtn 
+ 00011378  0x00001c8b bpatch  0x000000b2 , 0x00004016 
+ 00011379  0x00001c8c call  0x00002c7a 
+ 00011380  0x00001c8d add  0x00000013 , 0x000000cd , 0x00000012 
+ 00011381  0x00001c8e ifetch  0x00000001 , 0x00000012 
+ 00011382  0x00001c90 rtneq  0x00000000 
+ 00011383  0x00001c91 beq  0x00000001 , 0x00002d06 
+ 00011384  0x00001c92 beq  0x00000002 , 0x00002c7f 
+ 00011385  0x00001c93 rtn 
+ 00011386  0x00001c96 fetcht  0x00000002 , 0x00004241 
+ 00011387  0x00001c97 copy  0x00000002 , 0x00000013 
+ 00011388  0x00001c98 rtn 
+ 00011389  0x00001c9b call  0x00002f3d 
+ 00011390  0x00001c9c branch  0x0000307d 
+ 00011391  0x00001c9f call  0x00003084 
+ 00011392  0x00001ca0 call  0x0000305a 
+ 00011393  0x00001ca1 call  0x0000305e 
+ 00011394  0x00001ca2 branch  0x000030a2 
+ 00011395  0x00001ca8 call  0x00003231 
+ 00011396  0x00001ca9 setarg  0x0000004e 
+ 00011397  0x00001caa call  0x0000322f 
+ 00011398  0x00001cab call  0x000032ba 
+ 00011399  0x00001cae add  0x00000013 , 0x00000092 , 0x00000011 
+ 00011400  0x00001caf ifetch  0x00000004 , 0x00000011 
+ 00011401  0x00001cb0 branch  0x0000322c 
+ 00011402  0x00001cb3 call  0x00002c7a 
+ 00011403  0x00001cb4 add  0x00000013 , 0x00000091 , 0x00000012 
+ 00011404  0x00001cb5 ifetcht  0x00000001 , 0x00000012 
+ 00011405  0x00001cb7 call  0x00002c90 
+ 00011406  0x00001cb8 add  0x00000013 , 0x00000091 , 0x00000005 
+ 00011407  0x00001cba branch  0x00002e56 
+ 00011408  0x00001cbd call  0x00002c94 
+ 00011409  0x00001cbe increase  0x00000001 , 0x00000002 
+ 00011410  0x00001cbf and_into  0x00000003 , 0x00000002 
+ 00011411  0x00001cc0 rtn 
+ 00011412  0x00001cc3 add  0x00000013 , 0x000000ae , 0x00000012 
+ 00011413  0x00001cc4 ifetch  0x00000001 , 0x00000012 
+ 00011414  0x00001cc6 and_into  0x00000003 , 0x0000003f 
+ 00011415  0x00001cc7 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00011416  0x00001cc8 add  0x00000013 , 0x00000097 , 0x0000003f 
+ 00011417  0x00001cca iadd  0x00000011 , 0x0000003f 
+ 00011418  0x00001ccb iadd  0x00000002 , 0x00000006 
+ 00011419  0x00001ccc ifetch  0x00000001 , 0x00000006 
+ 00011420  0x00001cce branch  0x0000322f 
+ 00011421  0x00001cd1 call  0x0000326c 
+ 00011422  0x00001cd2 call  0x0000666a 
+ 00011423  0x00001cd3 setarg  0x000007e2 
+ 00011424  0x00001cd4 arg  0x00000aa2 , 0x00000011 
+ 00011425  0x00001cd5 arg  0x00000004 , 0x00000002 
+ 00011426  0x00001cd6 call  0x000066b3 
+ 00011427  0x00001cd7 call  0x0000666d 
+ 00011428  0x00001cd8 fetch  0x00000004 , 0x00000aa2 
+ 00011429  0x00001cd9 call  0x00003227 
+ 00011430  0x00001cdb nrtn  0x00000034 
+ 00011431  0x00001cdc fetch  0x00000004 , 0x000040a0 
+ 00011432  0x00001cde branch  0x00003227 
+ 00011433  0x00001ce1 call  0x00003241 
+ 00011434  0x00001ce3 setarg  0x00000000 
+ 00011435  0x00001ce4 call  0x0000323f 
+ 00011436  0x00001ce7 call  0x0000323a 
+ 00011437  0x00001ce9 and_into  0x00000007 , 0x0000003f 
+ 00011438  0x00001ceb branch  0x0000323c 
+ 00011439  0x00001cee call  0x0000323a 
+ 00011440  0x00001cf0 set1  0x00000004 , 0x0000003f 
+ 00011441  0x00001cf1 call  0x0000323c 
+ 00011442  0x00001cf4 branch  0x00003235 
+ 00011443  0x00001cf7 call  0x0000325d 
+ 00011444  0x00001cf9 beq  0x00000001 , 0x00002cb7 
+ 00011445  0x00001cfa beq  0x00000002 , 0x00002cbc 
+ 00011446  0x00001cfb rtn 
+ 00011447  0x00001cfe call  0x0000323e 
+ 00011448  0x00001d01 add  0x00000013 , 0x000000d1 , 0x00000005 
+ 00011449  0x00001d02 call  0x000032d6 
+ 00011450  0x00001d04 call  0x00003242 
+ 00011451  0x00001d06 branch  0x00002cac 
+ 00011452  0x00001d09 call  0x0000325a 
+ 00011453  0x00001d0b branch  0x00002cb8 
+ 00011454  0x00001d0e add  0x00000013 , 0x0000008c , 0x00000011 
+ 00011455  0x00001d0f ifetch  0x00000001 , 0x00000011 
+ 00011456  0x00001d11 increase  0x00000001 , 0x0000003f 
+ 00011457  0x00001d12 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011458  0x00001d13 istore  0x00000001 , 0x00000005 
+ 00011459  0x00001d15 beq  0x00000020 , 0x00002dd2 
+ 00011460  0x00001d16 call  0x00003258 
+ 00011461  0x00001d18 beq  0x00000001 , 0x00002cca 
+ 00011462  0x00001d19 setarg  0x00000001 
+ 00011463  0x00001d1a call  0x0000325b 
+ 00011464  0x00001d1d call  0x00003258 
+ 00011465  0x00001d1f bne  0x00000001 , 0x00002cac 
+ 00011466  0x00001d21 add  0x00000013 , 0x000000d3 , 0x00000011 
+ 00011467  0x00001d22 ifetch  0x00000001 , 0x00000011 
+ 00011468  0x00001d24 increase  0x00000001 , 0x0000003f 
+ 00011469  0x00001d25 call  0x00002cd5 
+ 00011470  0x00001d27 beq  0x00000004 , 0x00002cd2 
+ 00011471  0x00001d28 call  0x00002c8a 
+ 00011472  0x00001d29 call  0x00002d04 
+ 00011473  0x00001d2b branch  0x00002d8f 
+ 00011474  0x00001d2e call  0x00002cd4 
+ 00011475  0x00001d30 branch  0x00002cac 
+ 00011476  0x00001d33 setarg  0x00000000 
+ 00011477  0x00001d35 add  0x00000013 , 0x000000d3 , 0x00000005 
+ 00011478  0x00001d36 branch  0x000032b4 
+ 00011479  0x00001d39 call  0x0000323e 
+ 00011480  0x00001d3c call  0x0000325a 
+ 00011481  0x00001d3e call  0x00003241 
+ 00011482  0x00001d40 branch  0x00002cac 
+ 00011483  0x00001d43 call  0x0000325d 
+ 00011484  0x00001d45 beq  0x00000003 , 0x00002cd8 
+ 00011485  0x00001d46 call  0x0000323a 
+ 00011486  0x00001d48 isolate0  0x00000004 , 0x0000003f 
+ 00011487  0x00001d49 branch  0x00002ca9 , 0x00000001 
+ 00011488  0x00001d4a call  0x0000325d 
+ 00011489  0x00001d4c beq  0x00000001 , 0x00002cd7 
+ 00011490  0x00001d4d beq  0x00000002 , 0x00002cd8 
+ 00011491  0x00001d4e rtn 
+ 00011492  0x00001d51 call  0x00003253 
+ 00011493  0x00001d53 rtnne  0x000000ff 
+ 00011494  0x00001d54 call  0x00002ce9 
+ 00011495  0x00001d55 ncall  0x00002cf4 , 0x0000002c 
+ 00011496  0x00001d56 rtn 
+ 00011497  0x00001d59 disable  0x0000002c 
+ 00011498  0x00001d5a add  0x00000013 , 0x000000ce , 0x00000011 
+ 00011499  0x00001d5b ifetch  0x00000001 , 0x00000011 
+ 00011500  0x00001d5d rtnne  0x00000001 
+ 00011501  0x00001d5e add  0x00000013 , 0x000000d0 , 0x00000011 
+ 00011502  0x00001d5f ifetch  0x00000001 , 0x00000011 
+ 00011503  0x00001d61 rtnne  0x00000000 
+ 00011504  0x00001d62 setarg  0x00000001 
+ 00011505  0x00001d63 call  0x00002cfd 
+ 00011506  0x00001d65 call  0x00003237 
+ 00011507  0x00001d67 branch  0x00007feb 
+ 00011508  0x00001d6a add  0x00000013 , 0x000000d0 , 0x00000011 
+ 00011509  0x00001d6b ifetch  0x00000001 , 0x00000011 
+ 00011510  0x00001d6d branch  0x00002cff , 0x00000034 
+ 00011511  0x00001d6e increase  0xffffffff , 0x0000003f 
+ 00011512  0x00001d6f call  0x0000323f 
+ 00011513  0x00001d71 setarg  0x00000002 
+ 00011514  0x00001d72 call  0x00002cfd 
+ 00011515  0x00001d74 call  0x00002c8a 
+ 00011516  0x00001d76 branch  0x00003237 
+ 00011517  0x00001d79 add  0x00000013 , 0x000000d2 , 0x00000005 
+ 00011518  0x00001d7a branch  0x000032b4 
+ 00011519  0x00001d7e setarg  0x00000003 
+ 00011520  0x00001d7f call  0x00002cfd 
+ 00011521  0x00001d81 call  0x00003258 
+ 00011522  0x00001d83 nbranch  0x00002cc8 , 0x00000034 
+ 00011523  0x00001d84 call  0x00002c8a 
+ 00011524  0x00001d87 setarg  0x00000002 
+ 00011525  0x00001d88 branch  0x00003238 
+ 00011526  0x00001d8b rtnmark0  0x00000026 
+ 00011527  0x00001d8c set1  0x00000027 , 0x00000000 
+ 00011528  0x00001d8d bpatch  0x000000b3 , 0x00004016 
+ 00011529  0x00001d8e add  0x00000013 , 0x0000008e , 0x00000011 
+ 00011530  0x00001d8f ifetch  0x00000001 , 0x00000011 
+ 00011531  0x00001d91 beq  0x00000001 , 0x00002d0f 
+ 00011532  0x00001d92 call  0x0000306a 
+ 00011533  0x00001d93 nbranch  0x00002d16 , 0x00000028 
+ 00011534  0x00001d94 call  0x00002d1b 
+ 00011535  0x00001d96 add  0x00000013 , 0x0000008e , 0x00000005 
+ 00011536  0x00001d97 call  0x000032d6 
+ 00011537  0x00001d99 call  0x00002d2c 
+ 00011538  0x00001d9a nbranch  0x00002d7d , 0x00000028 
+ 00011539  0x00001d9b call  0x00002ce4 
+ 00011540  0x00001d9d call  0x00002d8f 
+ 00011541  0x00001d9e call  0x00002e7a 
+ 00011542  0x00001da0 set0  0x00000027 , 0x00000000 
+ 00011543  0x00001da1 rtn 
+ 00011544  0x00001da4 rtn  0x00000005 
+ 00011545  0x00001da5 set1  0x0000001c , 0x0000003f 
+ 00011546  0x00001da6 rtn 
+ 00011547  0x00001da9 add  0x00000013 , 0x000000c2 , 0x00000011 
+ 00011548  0x00001daa ifetch  0x00000001 , 0x00000011 
+ 00011549  0x00001dac increase  0x00000001 , 0x0000003f 
+ 00011550  0x00001dad add  0x00000013 , 0x000000c2 , 0x00000005 
+ 00011551  0x00001dae istore  0x00000001 , 0x00000005 
+ 00011552  0x00001db0 beq  0x00000004 , 0x00002d23 
+ 00011553  0x00001db1 beq  0x00000005 , 0x00002d27 
+ 00011554  0x00001db2 rtn 
+ 00011555  0x00001db4 add  0x00000013 , 0x000000ad , 0x00000011 
+ 00011556  0x00001db5 ifetch  0x00000001 , 0x00000011 
+ 00011557  0x00001db9 add  0x00000013 , 0x000000ab , 0x00000005 
+ 00011558  0x00001dba branch  0x000032b4 
+ 00011559  0x00001dbd add  0x00000013 , 0x000000c2 , 0x00000005 
+ 00011560  0x00001dbe call  0x000032d6 
+ 00011561  0x00001dc0 add  0x00000013 , 0x000000ac , 0x00000011 
+ 00011562  0x00001dc1 ifetch  0x00000001 , 0x00000011 
+ 00011563  0x00001dc3 branch  0x00002d25 
+ 00011564  0x00001dc6 call  0x00003253 
+ 00011565  0x00001dc8 bne  0x000000ff , 0x00002eb1 
+ 00011566  0x00001dc9 bpatch  0x000000b4 , 0x00004016 
+ 00011567  0x00001dca call  0x00002d3a 
+ 00011568  0x00001dcb nbranch  0x00002d36 , 0x00000028 
+ 00011569  0x00001dcc call  0x00002d53 
+ 00011570  0x00001dcd call  0x00002e71 
+ 00011571  0x00001dd0 setarg  0x00000001 
+ 00011572  0x00001dd2 add  0x00000013 , 0x0000008b , 0x00000005 
+ 00011573  0x00001dd3 branch  0x000032b4 
+ 00011574  0x00001dd6 add  0x00000013 , 0x0000008b , 0x00000011 
+ 00011575  0x00001dd7 ifetch  0x00000001 , 0x00000011 
+ 00011576  0x00001dd9 beq  0x00000001 , 0x00007fe7 
+ 00011577  0x00001dda rtn 
+ 00011578  0x00001dde add  0x00000013 , 0x000000d8 , 0x00000002 
+ 00011579  0x00001ddf ifetch  0x00000002 , 0x00000002 
+ 00011580  0x00001de1 call  0x00007f9c 
+ 00011581  0x00001de2 nrtn  0x00000028 
+ 00011582  0x00001de3 copy  0x00000011 , 0x0000003f 
+ 00011583  0x00001de4 store  0x00000001 , 0x00000aae 
+ 00011584  0x00001de5 add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00011585  0x00001de6 call  0x000032d6 
+ 00011586  0x00001de8 call  0x00002cac 
+ 00011587  0x00001de9 store  0x00000001 , 0x0000119e 
+ 00011588  0x00001dea fetch  0x00000001 , 0x00000aae 
+ 00011589  0x00001deb copy  0x0000003f , 0x00000011 
+ 00011590  0x00001dec add  0x00000011 , 0x00000001 , 0x00000002 
+ 00011591  0x00001ded arg  0x0000119f , 0x00000005 
+ 00011592  0x00001dee copy  0x00000011 , 0x00000039 
+ 00011593  0x00001def copy  0x00000012 , 0x00000006 
+ 00011594  0x00001df0 call  0x00007f01 
+ 00011595  0x00001df1 arg  0x0000119e , 0x00000011 
+ 00011596  0x00001df3 rtnmark0  0x00000027 
+ 00011597  0x00001df4 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00011598  0x00001df5 istoret  0x00000001 , 0x00000005 
+ 00011599  0x00001df7 copy  0x00000002 , 0x00000039 
+ 00011600  0x00001df8 add  0x00000013 , 0x00000022 , 0x00000005 
+ 00011601  0x00001dfa copy  0x00000011 , 0x00000006 
+ 00011602  0x00001dfb branch  0x00007f01 
+ 00011603  0x00001dff add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011604  0x00001e00 ifetch  0x00000001 , 0x00000011 
+ 00011605  0x00001e02 increase  0x00000002 , 0x0000003f 
+ 00011606  0x00001e03 add  0x00000013 , 0x00000088 , 0x00000005 
+ 00011607  0x00001e04 istore  0x00000001 , 0x00000005 
+ 00011608  0x00001e07 call  0x0000323a 
+ 00011609  0x00001e09 call  0x00003235 
+ 00011610  0x00001e0c add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011611  0x00001e0d ifetch  0x00000001 , 0x00000011 
+ 00011612  0x00001e0f lshift3  0x0000003f , 0x0000003f 
+ 00011613  0x00001e10 add  0x00000013 , 0x00000085 , 0x00000011 
+ 00011614  0x00001e11 ifetcht  0x00000001 , 0x00000011 
+ 00011615  0x00001e13 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00011616  0x00001e14 lshift  0x00000002 , 0x00000002 
+ 00011617  0x00001e15 ior  0x00000002 , 0x0000003f 
+ 00011618  0x00001e16 add  0x00000013 , 0x000000c3 , 0x00000011 
+ 00011619  0x00001e17 ifetcht  0x00000001 , 0x00000011 
+ 00011620  0x00001e19 iadd  0x00000002 , 0x0000003f 
+ 00011621  0x00001e1a istore  0x00000001 , 0x00000005 
+ 00011622  0x00001e1c add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011623  0x00001e1d ifetch  0x00000001 , 0x00000011 
+ 00011624  0x00001e1f iforce  0x00000039 
+ 00011625  0x00001e20 add  0x00000013 , 0x00000022 , 0x00000006 
+ 00011626  0x00001e22 branch  0x00007f01 
+ 00011627  0x00001e25 call  0x0000324f 
+ 00011628  0x00001e27 call  0x0000325a 
+ 00011629  0x00001e29 call  0x00002e6d 
+ 00011630  0x00001e2a call  0x00002cac 
+ 00011631  0x00001e2b store  0x00000001 , 0x0000119e 
+ 00011632  0x00001e2c call  0x00002d77 
+ 00011633  0x00001e2d call  0x0000323a 
+ 00011634  0x00001e2f set1  0x00000003 , 0x0000003f 
+ 00011635  0x00001e30 call  0x0000323c 
+ 00011636  0x00001e32 call  0x00002d53 
+ 00011637  0x00001e33 call  0x00002d33 
+ 00011638  0x00001e34 branch  0x00002d14 
+ 00011639  0x00001e37 store  0x00000001 , 0x0000119f 
+ 00011640  0x00001e38 call  0x00003224 
+ 00011641  0x00001e3a store  0x00000004 , 0x000011a0 
+ 00011642  0x00001e3b arg  0x00000006 , 0x00000002 
+ 00011643  0x00001e3c arg  0x0000119e , 0x00000011 
+ 00011644  0x00001e3d branch  0x00002d4c 
+ 00011645  0x00001e40 add  0x00000013 , 0x000000b2 , 0x00000011 
+ 00011646  0x00001e41 ifetch  0x00000001 , 0x00000011 
+ 00011647  0x00001e43 branch  0x00002d6b , 0x00000034 
+ 00011648  0x00001e46 add  0x00000013 , 0x000000da , 0x00000011 
+ 00011649  0x00001e47 ifetch  0x00000002 , 0x00000011 
+ 00011650  0x00001e49 branch  0x00007f9c 
+ 00011651  0x00001e4c call  0x00002c7a 
+ 00011652  0x00001e4e call  0x00002afa 
+ 00011653  0x00001e4f fetch  0x00000003 , 0x0000416f 
+ 00011654  0x00001e50 rtn  0x00000034 
+ 00011655  0x00001e51 add  0x00000013 , 0x000000dc , 0x00000002 
+ 00011656  0x00001e52 ifetch  0x00000002 , 0x00000002 
+ 00011657  0x00001e54 call  0x00007f9c 
+ 00011658  0x00001e55 add  0x00000013 , 0x000000b6 , 0x00000002 
+ 00011659  0x00001e56 ifetch  0x00000008 , 0x00000002 
+ 00011660  0x00001e57 call  0x00007f49 
+ 00011661  0x00001e58 storet  0x00000004 , 0x0000415b 
+ 00011662  0x00001e59 branch  0x00002b2a 
+ 00011663  0x00001e5c call  0x00002c7a 
+ 00011664  0x00001e5d add  0x00000013 , 0x0000008f , 0x00000005 
+ 00011665  0x00001e5e call  0x000032d6 
+ 00011666  0x00001e61 call  0x00002da4 
+ 00011667  0x00001e62 nbranch  0x00002dae , 0x00000018 
+ 00011668  0x00001e63 nbranch  0x00002dae , 0x0000002f 
+ 00011669  0x00001e64 call  0x00002dd6 
+ 00011670  0x00001e65 call  0x00002e75 
+ 00011671  0x00001e67 call  0x00002c7a 
+ 00011672  0x00001e68 add  0x00000013 , 0x00000085 , 0x00000011 
+ 00011673  0x00001e69 ifetch  0x00000001 , 0x00000011 
+ 00011674  0x00001e6b increase  0x00000001 , 0x0000003f 
+ 00011675  0x00001e6c call  0x00003232 
+ 00011676  0x00001e6e call  0x00003253 
+ 00011677  0x00001e70 bne  0x000000ff , 0x00002ed0 
+ 00011678  0x00001e71 call  0x00002cdb 
+ 00011679  0x00001e73 setarg  0x00000000 
+ 00011680  0x00001e74 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011681  0x00001e75 istore  0x00000002 , 0x00000005 
+ 00011682  0x00001e79 setarg  0x00000000 
+ 00011683  0x00001e7a branch  0x00002d34 
+ 00011684  0x00001e7e disable  0x0000002f 
+ 00011685  0x00001e7f call  0x00002df7 
+ 00011686  0x00001e80 call  0x00002c7a 
+ 00011687  0x00001e81 add  0x00000013 , 0x000000c3 , 0x00000011 
+ 00011688  0x00001e82 ifetch  0x00000001 , 0x00000011 
+ 00011689  0x00001e84 beq  0x00000001 , 0x00002dac 
+ 00011690  0x00001e85 call  0x00002e11 
+ 00011691  0x00001e86 branch  0x00002e45 
+ 00011692  0x00001e88 call  0x00002e45 
+ 00011693  0x00001e89 branch  0x00002d97 
+ 00011694  0x00001e8d bpatch  0x000000b5 , 0x00004016 
+ 00011695  0x00001e8e add  0x00000013 , 0x0000008d , 0x00000011 
+ 00011696  0x00001e8f ifetch  0x00000001 , 0x00000011 
+ 00011697  0x00001e91 increase  0x00000001 , 0x0000003f 
+ 00011698  0x00001e92 add  0x00000013 , 0x0000008d , 0x00000005 
+ 00011699  0x00001e93 istore  0x00000001 , 0x00000005 
+ 00011700  0x00001e95 call  0x00003253 
+ 00011701  0x00001e97 bne  0x000000ff , 0x00002dcc 
+ 00011702  0x00001e98 add  0x00000013 , 0x0000008f , 0x00000011 
+ 00011703  0x00001e99 ifetcht  0x00000001 , 0x00000011 
+ 00011704  0x00001e9b increase  0x00000001 , 0x00000002 
+ 00011705  0x00001e9c add  0x00000013 , 0x0000008f , 0x00000005 
+ 00011706  0x00001e9d istoret  0x00000001 , 0x00000005 
+ 00011707  0x00001e9f add  0x00000013 , 0x000000cc , 0x00000011 
+ 00011708  0x00001ea0 ifetch  0x00000001 , 0x00000011 
+ 00011709  0x00001ea2 isub  0x00000002 , 0x0000003f 
+ 00011710  0x00001ea3 nbranch  0x00002d92 , 0x00000034 
+ 00011711  0x00001ea4 bpatch  0x000000b6 , 0x00004016 
+ 00011712  0x00001ea5 call  0x0000325d 
+ 00011713  0x00001ea7 beq  0x00000003 , 0x00002cbe 
+ 00011714  0x00001ea8 add  0x00000013 , 0x000000d1 , 0x00000011 
+ 00011715  0x00001ea9 ifetch  0x00000001 , 0x00000011 
+ 00011716  0x00001eab increase  0x00000001 , 0x0000003f 
+ 00011717  0x00001eac add  0x00000013 , 0x000000d1 , 0x00000005 
+ 00011718  0x00001ead istore  0x00000001 , 0x00000005 
+ 00011719  0x00001eaf beq  0x00000002 , 0x00002cb3 
+ 00011720  0x00001eb0 call  0x00002caf 
+ 00011721  0x00001eb1 setarg  0x00000001 
+ 00011722  0x00001eb2 call  0x00003238 
+ 00011723  0x00001eb4 branch  0x00002d8f 
+ 00011724  0x00001eb7 add  0x00000013 , 0x0000008d , 0x00000011 
+ 00011725  0x00001eb8 ifetch  0x00000001 , 0x00000011 
+ 00011726  0x00001eba rtnne  0x000000ff 
+ 00011727  0x00001ebb add  0x00000013 , 0x0000008d , 0x00000005 
+ 00011728  0x00001ebc call  0x000032d6 
+ 00011729  0x00001ebe branch  0x00002dd4 
+ 00011730  0x00001ec1 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011731  0x00001ec2 call  0x000032d6 
+ 00011732  0x00001ec5 jam  0x0000003a , 0x00000a99 
+ 00011733  0x00001ec6 branch  0x00007d86 
+ 00011734  0x00001ec9 call  0x00002dde 
+ 00011735  0x00001eca add  0x00000013 , 0x00000084 , 0x00000011 
+ 00011736  0x00001ecb ifetch  0x00000001 , 0x00000011 
+ 00011737  0x00001ecd rtn  0x00000034 
+ 00011738  0x00001ece iforce  0x00000039 
+ 00011739  0x00001ecf add  0x00000013 , 0x00000002 , 0x00000006 
+ 00011740  0x00001ed1 add  0x00000013 , 0x00000064 , 0x00000005 
+ 00011741  0x00001ed3 branch  0x00007f01 
+ 00011742  0x00001ed8 call  0x0000325f 
+ 00011743  0x00001eda rshift3  0x0000003f , 0x0000003f 
+ 00011744  0x00001edb add  0x00000013 , 0x00000084 , 0x00000005 
+ 00011745  0x00001edc istore  0x00000001 , 0x00000005 
+ 00011746  0x00001edf increase  0x00000001 , 0x0000003f 
+ 00011747  0x00001ee0 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00011748  0x00001ee2 iadd  0x00000006 , 0x00000006 
+ 00011749  0x00001ee3 ifetch  0x00000003 , 0x00000006 
+ 00011750  0x00001ee4 add  0x00000013 , 0x000000c4 , 0x00000005 
+ 00011751  0x00001ee5 istore  0x00000003 , 0x00000005 
+ 00011752  0x00001ee8 call  0x0000325f 
+ 00011753  0x00001eea rshift  0x0000003f , 0x0000003f 
+ 00011754  0x00001eeb and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00011755  0x00001eec add  0x00000013 , 0x000000ca , 0x00000005 
+ 00011756  0x00001eed istore  0x00000001 , 0x00000005 
+ 00011757  0x00001eef rtn 
+ 00011758  0x00001ef2 disable  0x00000009 
+ 00011759  0x00001ef3 disable  0x00000007 
+ 00011760  0x00001ef4 setarg  0x00555555 
+ 00011761  0x00001ef5 iforce  0x0000000f 
+ 00011762  0x00001ef6 rtn 
+ 00011763  0x00001ef9 call  0x00002918 
+ 00011764  0x00001efa add  0x00000013 , 0x00000090 , 0x00000011 
+ 00011765  0x00001efb ifetcht  0x00000001 , 0x00000011 
+ 00011766  0x00001efd branch  0x00002933 
+ 00011767  0x00001f00 call  0x00002dee 
+ 00011768  0x00001f01 call  0x00002df3 
+ 00011769  0x00001f02 set1  0x00000000 , 0x00000015 
+ 00011770  0x00001f03 enable  0x0000001d 
+ 00011771  0x00001f04 enable  0x00000020 
+ 00011772  0x00001f05 disable  0x00000021 
+ 00011773  0x00001f06 call  0x000053c4 
+ 00011774  0x00001f07 call  0x0000322a 
+ 00011775  0x00001f09 iforce  0x00000009 
+ 00011776  0x00001f0a inject  0x00000003 , 0x00000020 
+ 00011777  0x00001f0b enable  0x00000009 
+ 00011778  0x00001f0c add  0x00000013 , 0x00000088 , 0x00000011 
+ 00011779  0x00001f0d ifetch  0x00000001 , 0x00000011 
+ 00011780  0x00001f0f iforce  0x00000039 
+ 00011781  0x00001f10 add  0x00000013 , 0x00000042 , 0x00000006 
+ 00011782  0x00001f13 ifetch  0x00000001 , 0x00000006 
+ 00011783  0x00001f14 inject  0x00000003 , 0x00000008 
+ 00011784  0x00001f15 loop  0x00002e06 
+ 00011785  0x00001f16 enable  0x00000008 
+ 00011786  0x00001f17 inject  0x00000003 , 0x00000018 
+ 00011787  0x00001f18 disable  0x00000008 
+ 00011788  0x00001f19 until  0x0000003e , 0x00000027 
+ 00011789  0x00001f1a bpatch  0x000000b7 , 0x00004016 
+ 00011790  0x00001f1b nop  0x00000064 
+ 00011791  0x00001f1c disable  0x0000001d 
+ 00011792  0x00001f1d rtn 
+ 00011793  0x00001f20 disable  0x0000002f 
+ 00011794  0x00001f21 force  0x00000000 , 0x00000015 
+ 00011795  0x00001f22 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00011796  0x00001f23 ifetcht  0x00000001 , 0x00000011 
+ 00011797  0x00001f25 call  0x0000291f 
+ 00011798  0x00001f26 call  0x00002924 
+ 00011799  0x00001f28 call  0x00002dee 
+ 00011800  0x00001f29 enable  0x0000000d 
+ 00011801  0x00001f2a enable  0x00000021 
+ 00011802  0x00001f2b disable  0x00000020 
+ 00011803  0x00001f2c call  0x000053c4 
+ 00011804  0x00001f2d call  0x0000322a 
+ 00011805  0x00001f2f iforce  0x00000009 
+ 00011806  0x00001f30 enable  0x00000010 
+ 00011807  0x00001f31 add  0x00000013 , 0x00000089 , 0x00000011 
+ 00011808  0x00001f32 ifetch  0x00000002 , 0x00000011 
+ 00011809  0x00001f34 iforce  0x0000001b 
+ 00011810  0x00001f35 correlate  0x0000003e , 0x00000003 
+ 00011811  0x00001f36 nbranch  0x00002e4d , 0x00000018 
+ 00011812  0x00001f37 enable  0x00000009 
+ 00011813  0x00001f38 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011814  0x00001f39 rshift3  0x0000000c , 0x0000003f 
+ 00011815  0x00001f3a add  0x00000013 , 0x00000000 , 0x00000005 
+ 00011816  0x00001f3b istore  0x00000001 , 0x00000005 
+ 00011817  0x00001f3d add  0x00000013 , 0x000000cd , 0x00000011 
+ 00011818  0x00001f3e ifetch  0x00000001 , 0x00000011 
+ 00011819  0x00001f40 beq  0x00000002 , 0x00002e33 
+ 00011820  0x00001f41 bpatch  0x000000b8 , 0x00004017 
+ 00011821  0x00001f42 add  0x00000013 , 0x00000000 , 0x00000011 
+ 00011822  0x00001f43 ifetch  0x00000001 , 0x00000011 
+ 00011823  0x00001f45 add  0x00000013 , 0x00000087 , 0x00000011 
+ 00011824  0x00001f46 ifetcht  0x00000001 , 0x00000011 
+ 00011825  0x00001f48 icompare  0x00000007 , 0x00000002 
+ 00011826  0x00001f49 nbranch  0x00002e45 , 0x00000001 
+ 00011827  0x00001f4b parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011828  0x00001f4c rshift3  0x0000000c , 0x0000003f 
+ 00011829  0x00001f4d istore  0x00000001 , 0x00000005 
+ 00011830  0x00001f4e rshift3  0x0000003f , 0x0000003f 
+ 00011831  0x00001f4f and  0x0000003f , 0x0000001f , 0x00000039 
+ 00011832  0x00001f50 branch  0x00002e3d , 0x00000005 
+ 00011833  0x00001f52 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011834  0x00001f53 rshift3  0x0000000c , 0x0000003f 
+ 00011835  0x00001f54 istore  0x00000001 , 0x00000005 
+ 00011836  0x00001f55 loop  0x00002e39 
+ 00011837  0x00001f57 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00011838  0x00001f58 rshift32  0x0000003f , 0x0000003f 
+ 00011839  0x00001f59 rshift16  0x0000003f , 0x0000003f 
+ 00011840  0x00001f5a istore  0x00000003 , 0x00000005 
+ 00011841  0x00001f5b branch  0x00002e45 , 0x00000006 
+ 00011842  0x00001f5c enable  0x0000002f 
+ 00011843  0x00001f5d disable  0x0000000d 
+ 00011844  0x00001f5e rtn 
+ 00011845  0x00001f62 disable  0x0000001d 
+ 00011846  0x00001f63 disable  0x0000000d 
+ 00011847  0x00001f64 disable  0x00000009 
+ 00011848  0x00001f65 disable  0x00000007 
+ 00011849  0x00001f66 branch  0x000028f9 , 0x00000021 
+ 00011850  0x00001f67 until  0x0000003e , 0x00000027 
+ 00011851  0x00001f68 nop  0x00000064 
+ 00011852  0x00001f69 branch  0x000028f9 
+ 00011853  0x00001f6c call  0x00002e4f 
+ 00011854  0x00001f6d branch  0x00002e45 
+ 00011855  0x00001f70 call  0x000029bb 
+ 00011856  0x00001f71 rtn  0x00000034 
+ 00011857  0x00001f72 add  0x00000013 , 0x000000ea , 0x00000011 
+ 00011858  0x00001f73 ifetcht  0x00000001 , 0x00000011 
+ 00011859  0x00001f75 arg  0x00000d9e , 0x00000011 
+ 00011860  0x00001f77 call  0x00002e58 
+ 00011861  0x00001f78 add  0x00000013 , 0x000000ea , 0x00000005 
+ 00011862  0x00001f7b istoret  0x00000001 , 0x00000005 
+ 00011863  0x00001f7c rtn 
+ 00011864  0x00001f7f arg  0x000000ff , 0x00000012 
+ 00011865  0x00001f80 branch  0x00002e5a 
+ 00011866  0x00001f93 copy  0x00000011 , 0x0000003f 
+ 00011867  0x00001f94 iadd  0x00000002 , 0x00000005 
+ 00011868  0x00001f95 fetch  0x00000001 , 0x00000018 
+ 00011869  0x00001f96 istore  0x00000001 , 0x00000005 
+ 00011870  0x00001f97 increase  0x00000001 , 0x00000002 
+ 00011871  0x00001f98 copy  0x00000012 , 0x0000003f 
+ 00011872  0x00001f99 iand_into  0x00000002 
+ 00011873  0x00001f9a rtn 
+ 00011874  0x00001f9d arg  0x00000000 , 0x00000002 
+ 00011875  0x00001f9e copy  0x00000011 , 0x00000006 
+ 00011876  0x00001fa0 ifetch  0x00000001 , 0x00000006 
+ 00011877  0x00001fa1 iadd  0x00000002 , 0x00000002 
+ 00011878  0x00001fa2 loop  0x00002e64 
+ 00011879  0x00001fa3 rshift8  0x00000002 , 0x00000002 
+ 00011880  0x00001fa4 rtn 
+ 00011881  0x00001fa7 call  0x00002c7a 
+ 00011882  0x00001fa8 call  0x00002e9f 
+ 00011883  0x00001fa9 setarg  0x00000001 
+ 00011884  0x00001faa call  0x00003272 
+ 00011885  0x00001fad setarg  0x00000000 
+ 00011886  0x00001fae call  0x00002e73 
+ 00011887  0x00001fb0 istore  0x00000001 , 0x00000005 
+ 00011888  0x00001fb2 rtn 
+ 00011889  0x00001fb5 call  0x00003270 
+ 00011890  0x00001fb7 increase  0x00000001 , 0x0000003f 
+ 00011891  0x00001fba add  0x00000013 , 0x000000fc , 0x00000005 
+ 00011892  0x00001fbb branch  0x000032b4 
+ 00011893  0x00001fc0 add  0x00000013 , 0x000000fd , 0x00000011 
+ 00011894  0x00001fc1 ifetch  0x00000001 , 0x00000011 
+ 00011895  0x00001fc2 increase  0x00000001 , 0x0000003f 
+ 00011896  0x00001fc3 add  0x00000013 , 0x000000fd , 0x00000005 
+ 00011897  0x00001fc4 branch  0x000032b4 
+ 00011898  0x00001fc7 bpatch  0x000000b9 , 0x00004017 
+ 00011899  0x00001fc8 call  0x00003270 
+ 00011900  0x00001fca sub  0x0000003f , 0x0000007c , 0x0000003e 
+ 00011901  0x00001fcb rtn  0x00000002 
+ 00011902  0x00001fcc add  0x00000013 , 0x000000fd , 0x00000011 
+ 00011903  0x00001fcd ifetcht  0x00000001 , 0x00000011 
+ 00011904  0x00001fcf isub  0x00000002 , 0x00000002 
+ 00011905  0x00001fd0 call  0x00002e6d 
+ 00011906  0x00001fd1 setarg  0x00000102 
+ 00011907  0x00001fd2 iadd  0x00000013 , 0x00000011 
+ 00011908  0x00001fd3 ifetch  0x00000001 , 0x00000011 
+ 00011909  0x00001fd5 isub  0x00000002 , 0x0000003e 
+ 00011910  0x00001fd6 nbranch  0x00002e8d , 0x00000002 
+ 00011911  0x00001fd7 setarg  0x00000103 
+ 00011912  0x00001fd8 iadd  0x00000013 , 0x00000011 
+ 00011913  0x00001fd9 ifetch  0x00000001 , 0x00000011 
+ 00011914  0x00001fdb isub  0x00000002 , 0x0000003e 
+ 00011915  0x00001fdc branch  0x00002e99 , 0x00000002 
+ 00011916  0x00001fdd rtn 
+ 00011917  0x00001fe0 add  0x00000013 , 0x000000fe , 0x00000011 
+ 00011918  0x00001fe1 ifetch  0x00000001 , 0x00000011 
+ 00011919  0x00001fe3 beq  0x00000002 , 0x00002e93 
+ 00011920  0x00001fe4 increase  0x00000001 , 0x0000003f 
+ 00011921  0x00001fe5 call  0x00003272 
+ 00011922  0x00001fe7 beq  0x00000001 , 0x00002e9f 
+ 00011923  0x00001fe9 setarg  0x0000000a 
+ 00011924  0x00001fea call  0x000032b0 
+ 00011925  0x00001fec setarg  0x00000000 
+ 00011926  0x00001fed call  0x000032b2 
+ 00011927  0x00001ff0 add  0x00000013 , 0x000000ff , 0x00000011 
+ 00011928  0x00001ff2 branch  0x00002ea5 
+ 00011929  0x00001ff5 add  0x00000013 , 0x000000fe , 0x00000011 
+ 00011930  0x00001ff6 ifetch  0x00000001 , 0x00000011 
+ 00011931  0x00001ff8 beq  0x00000000 , 0x00002ea7 
+ 00011932  0x00001ff9 increase  0xffffffff , 0x0000003f 
+ 00011933  0x00001ffa call  0x00003272 
+ 00011934  0x00001ffc beq  0x00000000 , 0x00002ea7 
+ 00011935  0x00002001 setarg  0x00000005 
+ 00011936  0x00002002 call  0x000032b0 
+ 00011937  0x00002004 setarg  0x00000000 
+ 00011938  0x00002005 call  0x000032b2 
+ 00011939  0x00002008 setarg  0x00000100 
+ 00011940  0x0000200a iadd  0x00000013 , 0x00000011 
+ 00011941  0x0000200c ifetch  0x00000001 , 0x00000011 
+ 00011942  0x0000200e branch  0x0000326a 
+ 00011943  0x00002013 setarg  0x00000002 
+ 00011944  0x00002014 call  0x000032b0 
+ 00011945  0x00002016 setarg  0x00000000 
+ 00011946  0x00002017 call  0x000032b2 
+ 00011947  0x0000201a setarg  0x00000101 
+ 00011948  0x0000201c branch  0x00002ea4 
+ 00011949  0x0000202b set1  0x00000026 , 0x00000000 
+ 00011950  0x0000202c call  0x00002c83 
+ 00011951  0x0000202f setarg  0x00000001 
+ 00011952  0x00002030 branch  0x00003256 
+ 00011953  0x00002033 add  0x00000013 , 0x0000008b , 0x00000011 
+ 00011954  0x00002034 ifetch  0x00000001 , 0x00000011 
+ 00011955  0x00002036 beq  0x00000001 , 0x00007fe7 
+ 00011956  0x00002037 call  0x00003253 
+ 00011957  0x00002039 beq  0x00000001 , 0x00002eb9 
+ 00011958  0x0000203a beq  0x00000002 , 0x00002ebd 
+ 00011959  0x0000203b beq  0x00000003 , 0x00002ec1 
+ 00011960  0x0000203c branch  0x00002a8c 
+ 00011961  0x0000203f setarg  0x00000011 
+ 00011962  0x00002040 call  0x00003256 
+ 00011963  0x00002042 jam  0x000000aa , 0x0000119e 
+ 00011964  0x00002043 branch  0x00002ec4 
+ 00011965  0x00002045 setarg  0x00000012 
+ 00011966  0x00002046 call  0x00003256 
+ 00011967  0x00002048 jam  0x00000055 , 0x0000119e 
+ 00011968  0x00002049 branch  0x00002ec4 
+ 00011969  0x0000204b setarg  0x00000013 
+ 00011970  0x0000204c call  0x00003256 
+ 00011971  0x0000204e jam  0x00000022 , 0x0000119e 
+ 00011972  0x00002050 call  0x0000323a 
+ 00011973  0x00002052 and_into  0x00000007 , 0x0000003f 
+ 00011974  0x00002053 store  0x00000001 , 0x0000119f 
+ 00011975  0x00002054 call  0x00003224 
+ 00011976  0x00002056 store  0x00000004 , 0x000011a0 
+ 00011977  0x00002058 jam  0x00000000 , 0x000011a4 
+ 00011978  0x00002059 arg  0x0000119e , 0x00000011 
+ 00011979  0x0000205a arg  0x00000007 , 0x00000002 
+ 00011980  0x0000205b call  0x00002d4c 
+ 00011981  0x0000205c call  0x00002d53 
+ 00011982  0x0000205d call  0x00002d33 
+ 00011983  0x0000205e branch  0x00007fe7 
+ 00011984  0x00002061 call  0x00003253 
+ 00011985  0x00002063 rtneq  0x000000ff 
+ 00011986  0x00002064 beq  0x00000011 , 0x00002ed6 
+ 00011987  0x00002065 beq  0x00000012 , 0x00002ed9 
+ 00011988  0x00002066 beq  0x00000013 , 0x00002edc 
+ 00011989  0x00002067 rtn 
+ 00011990  0x0000206a setarg  0x00000002 
+ 00011991  0x0000206b call  0x00003256 
+ 00011992  0x0000206d branch  0x00002d9f 
+ 00011993  0x0000206f setarg  0x00000003 
+ 00011994  0x00002070 call  0x00003256 
+ 00011995  0x00002072 branch  0x00002d9f 
+ 00011996  0x00002074 setarg  0x000000ff 
+ 00011997  0x00002075 call  0x00003256 
+ 00011998  0x00002077 jam  0x00000039 , 0x00000a99 
+ 00011999  0x00002078 call  0x00007d86 
+ 00012000  0x00002079 add  0x00000013 , 0x00000066 , 0x00000011 
+ 00012001  0x0000207a ifetch  0x00000004 , 0x00000011 
+ 00012002  0x0000207c call  0x0000322c 
+ 00012003  0x0000207e branch  0x00002d9f 
+ 00012004  0x00002081 set0  0x00000026 , 0x00000000 
+ 00012005  0x00002082 call  0x00002f08 
+ 00012006  0x00002083 call  0x00002f22 
+ 00012007  0x00002085 call  0x00003263 
+ 00012008  0x00002087 nop  0x000007d0 
+ 00012009  0x00002088 call  0x00003261 
+ 00012010  0x00002089 beq  0x000000ff , 0x00002dd4 
+ 00012011  0x0000208a call  0x00002da4 
+ 00012012  0x0000208b nbranch  0x00002efa , 0x00000018 
+ 00012013  0x0000208c nbranch  0x00002efa , 0x0000002f 
+ 00012014  0x0000208d call  0x00002dd6 
+ 00012015  0x0000208e call  0x00002c7a 
+ 00012016  0x0000208f add  0x00000013 , 0x00000092 , 0x00000011 
+ 00012017  0x00002090 ifetcht  0x00000004 , 0x00000011 
+ 00012018  0x00002091 call  0x000030be 
+ 00012019  0x00002092 branch  0x00002ead , 0x00000005 
+ 00012020  0x00002093 call  0x00002c7a 
+ 00012021  0x00002094 add  0x00000013 , 0x00000066 , 0x00000011 
+ 00012022  0x00002095 ifetch  0x00000004 , 0x00000011 
+ 00012023  0x00002096 beq  0x00000000 , 0x00002ee7 
+ 00012024  0x00002097 call  0x0000322c 
+ 00012025  0x00002098 branch  0x00002f1c 
+ 00012026  0x0000209b call  0x00003261 
+ 00012027  0x0000209c increase  0x00000001 , 0x0000003f 
+ 00012028  0x0000209d call  0x00003264 
+ 00012029  0x0000209f call  0x00002f04 
+ 00012030  0x000020a0 increase  0x00000001 , 0x0000003f 
+ 00012031  0x000020a1 and_into  0x00000001 , 0x0000003f 
+ 00012032  0x000020a2 call  0x00002f06 
+ 00012033  0x000020a3 beq  0x00000000 , 0x00002f0c 
+ 00012034  0x000020a4 beq  0x00000001 , 0x00002f0e 
+ 00012035  0x000020a5 rtn 
+ 00012036  0x000020a8 setarg  0x0000018b 
+ 00012037  0x000020a9 branch  0x000032d0 
+ 00012038  0x000020ab arg  0x0000018b , 0x00000011 
+ 00012039  0x000020ac branch  0x000032b3 
+ 00012040  0x000020af call  0x00003267 
+ 00012041  0x000020b0 call  0x00003224 
+ 00012042  0x000020b1 call  0x0000322c 
+ 00012043  0x000020b2 branch  0x00002c8a 
+ 00012044  0x000020b5 call  0x00002f08 
+ 00012045  0x000020b6 branch  0x00002ee8 
+ 00012046  0x000020b9 call  0x00002c83 
+ 00012047  0x000020ba branch  0x00002ee8 
+ 00012048  0x000020be set0  0x00000026 , 0x00000000 
+ 00012049  0x000020bf call  0x00002c8a 
+ 00012050  0x000020c0 call  0x00003253 
+ 00012051  0x000020c2 rtnne  0x000000ff 
+ 00012052  0x000020c3 call  0x00002f22 
+ 00012053  0x000020c4 call  0x00003263 
+ 00012054  0x000020c7 nop  0x000007d0 
+ 00012055  0x000020c8 call  0x00003261 
+ 00012056  0x000020ca beq  0x000000ff , 0x00002dd4 
+ 00012057  0x000020cb call  0x00002da4 
+ 00012058  0x000020cc nbranch  0x00002f27 , 0x00000018 
+ 00012059  0x000020cd nbranch  0x00002f27 , 0x0000002f 
+ 00012060  0x000020cf set1  0x00000026 , 0x00000000 
+ 00012061  0x000020d0 call  0x00003263 
+ 00012062  0x000020d1 setarg  0x000000ff 
+ 00012063  0x000020d2 call  0x00003256 
+ 00012064  0x000020d5 jam  0x0000003c , 0x00000a99 
+ 00012065  0x000020d6 branch  0x00007d86 
+ 00012066  0x000020d9 set1  0x00000027 , 0x00000000 
+ 00012067  0x000020da jam  0x000000ff , 0x0000119e 
+ 00012068  0x000020db call  0x0000323a 
+ 00012069  0x000020dd call  0x00002d77 
+ 00012070  0x000020de branch  0x00002d53 
+ 00012071  0x000020e1 call  0x00003261 
+ 00012072  0x000020e3 increase  0x00000001 , 0x0000003f 
+ 00012073  0x000020e4 call  0x00003264 
+ 00012074  0x000020e6 call  0x00002c8a 
+ 00012075  0x000020e7 branch  0x00002f16 
+ 00012076  0x000020ea call  0x00003267 
+ 00012077  0x000020ed setarg  0x000000ff 
+ 00012078  0x000020ee call  0x00003256 
+ 00012079  0x000020f0 branch  0x00002f10 
+ 00012080  0x000020fa bpatch  0x000000ba , 0x00004017 
+ 00012081  0x000020fb call  0x00002c7a 
+ 00012082  0x000020fc setarg  0x000031b0 
+ 00012083  0x000020fd add  0x00000013 , 0x000000de , 0x00000005 
+ 00012084  0x000020fe istore  0x00000002 , 0x00000005 
+ 00012085  0x00002100 call  0x00002f3d 
+ 00012086  0x00002101 call  0x000048ea 
+ 00012087  0x00002102 call  0x000032b6 
+ 00012088  0x00002104 bpatch  0x000000bb , 0x00004017 
+ 00012089  0x00002105 beq  0x00000000 , 0x00003055 
+ 00012090  0x00002106 beq  0x00000001 , 0x00002f45 
+ 00012091  0x00002107 beq  0x0000000f , 0x00002f41 
+ 00012092  0x00002108 branch  0x00002a8c 
+ 00012093  0x0000210b call  0x0000326c 
+ 00012094  0x0000210c arg  0x00000080 , 0x00000039 
+ 00012095  0x0000210d arg  0x00000d9e , 0x00000005 
+ 00012096  0x0000210e branch  0x00007ec6 
+ 00012097  0x00002111 call  0x00002f4c 
+ 00012098  0x00002113 call  0x00002f4f 
+ 00012099  0x00002114 call  0x000048d3 
+ 00012100  0x00002115 branch  0x00002f42 
+ 00012101  0x00002118 bpatch  0x000000bc , 0x00004017 
+ 00012102  0x00002119 call  0x00002f4c 
+ 00012103  0x0000211b call  0x00002f4f 
+ 00012104  0x0000211c call  0x00002fbd 
+ 00012105  0x0000211d call  0x000048d3 
+ 00012106  0x0000211e call  0x00003019 
+ 00012107  0x0000211f branch  0x00002f47 
+ 00012108  0x00002125 call  0x00003291 
+ 00012109  0x00002126 call  0x00003296 
+ 00012110  0x00002127 branch  0x00003299 
+ 00012111  0x0000212a call  0x0000328f 
+ 00012112  0x0000212c rtnne  0x00000000 
+ 00012113  0x0000212e call  0x00002f55 
+ 00012114  0x0000212f call  0x00002f65 
+ 00012115  0x00002130 call  0x0000316b 
+ 00012116  0x00002131 branch  0x00002f96 
+ 00012117  0x00002134 call  0x00003294 
+ 00012118  0x00002136 rtnbit1  0x00000000 
+ 00012119  0x00002137 set1  0x00000000 , 0x0000003f 
+ 00012120  0x00002138 call  0x00003297 
+ 00012121  0x0000213a call  0x00003267 
+ 00012122  0x0000213d call  0x00003299 
+ 00012123  0x0000213f jam  0x00000000 , 0x00000d38 
+ 00012124  0x00002140 call  0x0000324f 
+ 00012125  0x00002142 call  0x00002f61 
+ 00012126  0x00002144 add  0x00000013 , 0x00000000 , 0x00000005 
+ 00012127  0x00002146 arg  0x00000042 , 0x00000039 
+ 00012128  0x00002147 branch  0x00007ed4 
+ 00012129  0x0000214a call  0x00003231 
+ 00012130  0x0000214c call  0x0000327d 
+ 00012131  0x0000214e call  0x0000322c 
+ 00012132  0x00002150 branch  0x00002c8a 
+ 00012133  0x00002153 bpatch  0x000000bd , 0x00004017 
+ 00012134  0x00002154 call  0x0000324c 
+ 00012135  0x00002156 beq  0x00000001 , 0x00002f8d 
+ 00012136  0x00002157 call  0x00003245 
+ 00012137  0x00002159 beq  0x00000001 , 0x00002c8a 
+ 00012138  0x0000215a setarg  0x00000136 
+ 00012139  0x0000215b iadd  0x00000013 , 0x00000011 
+ 00012140  0x0000215c ifetcht  0x00000004 , 0x00000011 
+ 00012141  0x0000215e copy  0x00000022 , 0x0000003f 
+ 00012142  0x0000215f isub  0x00000002 , 0x0000003e 
+ 00012143  0x00002160 ncall  0x00002d18 , 0x00000002 
+ 00012144  0x00002161 copy  0x0000003f , 0x00000012 
+ 00012145  0x00002162 setarg  0x00000136 
+ 00012146  0x00002163 iadd  0x00000013 , 0x00000011 
+ 00012147  0x00002164 ifetch  0x00000004 , 0x00000011 
+ 00012148  0x00002165 copy  0x0000003f , 0x00000002 
+ 00012149  0x00002167 setarg  0x0000013a 
+ 00012150  0x00002168 iadd  0x00000013 , 0x00000011 
+ 00012151  0x00002169 copy  0x00000002 , 0x0000003f 
+ 00012152  0x0000216a ifetcht  0x00000001 , 0x00000011 
+ 00012153  0x0000216c iadd  0x00000002 , 0x00000002 
+ 00012154  0x0000216d copy  0x00000012 , 0x0000003f 
+ 00012155  0x0000216e isub  0x00000002 , 0x0000003e 
+ 00012156  0x0000216f nrtn  0x00000002 
+ 00012157  0x00002170 set0  0x0000001c , 0x0000003f 
+ 00012158  0x00002171 setarg  0x00000136 
+ 00012159  0x00002172 iadd  0x00000013 , 0x00000005 
+ 00012160  0x00002173 istore  0x00000004 , 0x00000005 
+ 00012161  0x00002176 call  0x00002c8a 
+ 00012162  0x00002177 call  0x00003278 
+ 00012163  0x00002179 increase  0x00000001 , 0x0000003f 
+ 00012164  0x0000217a call  0x0000327b 
+ 00012165  0x0000217c rtnne  0x00000002 
+ 00012166  0x0000217d call  0x0000327a 
+ 00012167  0x00002181 branch  0x0000324f 
+ 00012168  0x00002184 copy  0x00000022 , 0x0000003f 
+ 00012169  0x00002185 arg  0x00000136 , 0x00000011 
+ 00012170  0x00002186 call  0x000032bf 
+ 00012171  0x00002187 istore  0x00000004 , 0x00000005 
+ 00012172  0x0000218b branch  0x0000327a 
+ 00012173  0x0000218e arg  0x00000d9e , 0x00000011 
+ 00012174  0x0000218f call  0x00002f94 
+ 00012175  0x00002190 add  0x00000013 , 0x000000eb , 0x00000005 
+ 00012176  0x00002191 istoret  0x00000001 , 0x00000005 
+ 00012177  0x00002193 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012178  0x00002194 nrtn  0x00000002 
+ 00012179  0x00002195 branch  0x00002c8a 
+ 00012180  0x00002198 arg  0x00000100 , 0x00000039 
+ 00012181  0x00002199 branch  0x00002e62 
+ 00012182  0x0000219c call  0x00002f99 
+ 00012183  0x0000219d call  0x00002fa5 
+ 00012184  0x0000219e branch  0x00002fb1 
+ 00012185  0x000021a1 setarg  0x00000180 
+ 00012186  0x000021a2 call  0x000032d0 
+ 00012187  0x000021a4 rtn  0x00000034 
+ 00012188  0x000021a5 arg  0x0000000b , 0x00000007 
+ 00012189  0x000021a6 call  0x00007f16 
+ 00012190  0x000021a7 nrtn  0x00000034 
+ 00012191  0x000021a8 call  0x000032a7 
+ 00012192  0x000021ab setarg  0x00000001 
+ 00012193  0x000021ac store  0x00000001 , 0x00000d54 
+ 00012194  0x000021ad setarg  0x00000000 
+ 00012195  0x000021ae istore  0x00000007 , 0x00000005 
+ 00012196  0x000021af branch  0x000031b8 
+ 00012197  0x000021b2 setarg  0x0000017e 
+ 00012198  0x000021b3 call  0x000032d0 
+ 00012199  0x000021b5 rtn  0x00000034 
+ 00012200  0x000021b6 arg  0x0000000e , 0x00000007 
+ 00012201  0x000021b7 call  0x00007f16 
+ 00012202  0x000021b8 nrtn  0x00000034 
+ 00012203  0x000021b9 call  0x000032aa 
+ 00012204  0x000021bc arg  0x00000d64 , 0x00000005 
+ 00012205  0x000021bd arg  0x00000002 , 0x00000039 
+ 00012206  0x000021be call  0x00007ec6 
+ 00012207  0x000021bf jam  0x00000000 , 0x00000d64 
+ 00012208  0x000021c0 branch  0x000031ed 
+ 00012209  0x000021c3 setarg  0x0000017f 
+ 00012210  0x000021c4 call  0x000032d0 
+ 00012211  0x000021c6 rtn  0x00000034 
+ 00012212  0x000021c7 arg  0x0000000c , 0x00000007 
+ 00012213  0x000021c8 call  0x00007f16 
+ 00012214  0x000021c9 nrtn  0x00000034 
+ 00012215  0x000021ca call  0x000032ad 
+ 00012216  0x000021cd arg  0x00000d74 , 0x00000005 
+ 00012217  0x000021ce arg  0x00000002 , 0x00000039 
+ 00012218  0x000021cf call  0x00007ec6 
+ 00012219  0x000021d0 jam  0x00000003 , 0x00000d74 
+ 00012220  0x000021d1 branch  0x00003207 
+ 00012221  0x000021d4 call  0x0000328f 
+ 00012222  0x000021d6 rtnne  0x00000001 
+ 00012223  0x000021d7 call  0x00002fc1 
+ 00012224  0x000021d8 branch  0x00002fcb 
+ 00012225  0x000021db call  0x00003294 
+ 00012226  0x000021dd rtnbit1  0x00000001 
+ 00012227  0x000021de set1  0x00000001 , 0x0000003f 
+ 00012228  0x000021df call  0x00003297 
+ 00012229  0x000021e1 call  0x0000329c 
+ 00012230  0x000021e3 call  0x00002c83 
+ 00012231  0x000021e4 setarg  0x00000000 
+ 00012232  0x000021e5 arg  0x00000106 , 0x00000011 
+ 00012233  0x000021e6 call  0x000032bf 
+ 00012234  0x000021e8 branch  0x000032c5 
+ 00012235  0x000021eb call  0x0000316e 
+ 00012236  0x000021ec nbranch  0x00002f5e , 0x0000002f 
+ 00012237  0x000021ed add  0x00000013 , 0x00000000 , 0x00000006 
+ 00012238  0x000021ee setarg  0x00000109 
+ 00012239  0x000021ef iadd  0x00000013 , 0x00000005 
+ 00012240  0x000021f0 arg  0x00000008 , 0x00000039 
+ 00012241  0x000021f1 call  0x00007f01 
+ 00012242  0x000021f2 setarg  0x0000010b 
+ 00012243  0x000021f3 call  0x000032d0 
+ 00012244  0x000021f4 beq  0x000000aa , 0x00002fd9 
+ 00012245  0x000021f5 beq  0x00000055 , 0x00002fed 
+ 00012246  0x000021f6 beq  0x00000022 , 0x00003001 
+ 00012247  0x000021f7 beq  0x000000ff , 0x00003212 
+ 00012248  0x000021f8 branch  0x00002f5e 
+ 00012249  0x000021fb call  0x000032bd 
+ 00012250  0x000021fc beq  0x00000001 , 0x00002fdd 
+ 00012251  0x000021fd beq  0x00000002 , 0x00002fe8 
+ 00012252  0x000021fe rtn 
+ 00012253  0x00002200 setarg  0x00000001 
+ 00012254  0x00002201 call  0x00002ff7 
+ 00012255  0x00002204 setarg  0x00000001 
+ 00012256  0x00002205 call  0x00003289 
+ 00012257  0x00002208 setarg  0x00000080 
+ 00012258  0x00002209 arg  0x00000130 , 0x00000011 
+ 00012259  0x0000220a call  0x000032b3 
+ 00012260  0x0000220c call  0x0000327d 
+ 00012261  0x0000220e arg  0x00000131 , 0x00000011 
+ 00012262  0x0000220f call  0x000032bf 
+ 00012263  0x00002211 branch  0x0000322d 
+ 00012264  0x00002214 setarg  0x00000001 
+ 00012265  0x00002215 call  0x00002fff 
+ 00012266  0x00002218 setarg  0x00000002 
+ 00012267  0x00002219 call  0x00003289 
+ 00012268  0x0000221b branch  0x00002fe1 
+ 00012269  0x0000221e call  0x000032bd 
+ 00012270  0x0000221f beq  0x00000001 , 0x00002ff1 
+ 00012271  0x00002220 beq  0x00000002 , 0x00002ff9 
+ 00012272  0x00002221 rtn 
+ 00012273  0x00002223 call  0x00002fdf 
+ 00012274  0x00002224 setarg  0x00000106 
+ 00012275  0x00002225 call  0x000032d0 
+ 00012276  0x00002227 beq  0x00000001 , 0x00002ff6 
+ 00012277  0x00002228 rtn 
+ 00012278  0x0000222a setarg  0x00000002 
+ 00012279  0x0000222d arg  0x00000106 , 0x00000011 
+ 00012280  0x0000222e branch  0x000032b3 
+ 00012281  0x00002231 call  0x00002fea 
+ 00012282  0x00002232 setarg  0x00000107 
+ 00012283  0x00002233 call  0x000032d0 
+ 00012284  0x00002235 beq  0x00000001 , 0x00002ffe 
+ 00012285  0x00002236 rtn 
+ 00012286  0x00002238 setarg  0x00000002 
+ 00012287  0x0000223b arg  0x00000107 , 0x00000011 
+ 00012288  0x0000223c branch  0x000032b3 
+ 00012289  0x0000223f call  0x000032bd 
+ 00012290  0x00002240 beq  0x00000001 , 0x00003005 
+ 00012291  0x00002241 beq  0x00000002 , 0x00003011 
+ 00012292  0x00002242 rtn 
+ 00012293  0x00002244 setarg  0x00000106 
+ 00012294  0x00002245 call  0x000032d0 
+ 00012295  0x00002247 beq  0x00000002 , 0x00003009 
+ 00012296  0x00002248 rtn 
+ 00012297  0x0000224a call  0x0000328b 
+ 00012298  0x0000224c or_into  0x00000001 , 0x0000003f 
+ 00012299  0x0000224d call  0x0000328d 
+ 00012300  0x00002250 setarg  0x00000000 
+ 00012301  0x00002251 setarg  0x00000106 
+ 00012302  0x00002252 iadd  0x00000013 , 0x00000005 
+ 00012303  0x00002253 istore  0x00000002 , 0x00000005 
+ 00012304  0x00002254 branch  0x00002f5e 
+ 00012305  0x00002257 setarg  0x00000107 
+ 00012306  0x00002258 call  0x000032d0 
+ 00012307  0x0000225a bne  0x00000000 , 0x00003015 
+ 00012308  0x0000225b rtn 
+ 00012309  0x0000225d call  0x0000328b 
+ 00012310  0x0000225f or_into  0x00000002 , 0x0000003f 
+ 00012311  0x00002260 call  0x0000328d 
+ 00012312  0x00002262 branch  0x0000300c 
+ 00012313  0x00002266 fetch  0x00000001 , 0x00000d50 
+ 00012314  0x00002267 rtn  0x00000034 
+ 00012315  0x00002268 jam  0x00000000 , 0x00000d50 
+ 00012316  0x00002269 fetch  0x00000002 , 0x00000d4e 
+ 00012317  0x0000226a arg  0x000002ba , 0x00000002 
+ 00012318  0x0000226b isub  0x00000002 , 0x0000003e 
+ 00012319  0x0000226c nrtn  0x00000005 
+ 00012320  0x0000226e fetch  0x00000001 , 0x00000cb6 
+ 00012321  0x0000226f rtnne  0x000000ba 
+ 00012322  0x00002270 fetch  0x00000001 , 0x00000cb7 
+ 00012323  0x00002271 bpatch  0x000000be , 0x00004017 
+ 00012324  0x00002272 beq  0x000000a0 , 0x0000303b 
+ 00012325  0x00002273 beq  0x000000a1 , 0x0000302c 
+ 00012326  0x00002274 beq  0x000000a6 , 0x00003041 
+ 00012327  0x00002275 beq  0x000000a7 , 0x00003043 
+ 00012328  0x00002276 beq  0x000000a9 , 0x00003049 
+ 00012329  0x00002277 beq  0x000000b0 , 0x0000304d 
+ 00012330  0x00002279 jam  0x00000000 , 0x00000d42 
+ 00012331  0x0000227a rtn 
+ 00012332  0x0000227c fetch  0x00000001 , 0x00000cb8 
+ 00012333  0x0000227d beq  0x00000001 , 0x00003031 
+ 00012334  0x0000227e beq  0x00000084 , 0x00003034 
+ 00012335  0x0000227f beq  0x000000a7 , 0x00003039 
+ 00012336  0x00002280 branch  0x0000302a 
+ 00012337  0x00002282 call  0x0000328b 
+ 00012338  0x00002284 store  0x00000001 , 0x00000cf7 
+ 00012339  0x00002285 branch  0x0000303f 
+ 00012340  0x00002287 call  0x00003291 
+ 00012341  0x00002289 call  0x00003296 
+ 00012342  0x0000228b call  0x0000328b 
+ 00012343  0x0000228d store  0x00000001 , 0x00000cf7 
+ 00012344  0x0000228e branch  0x0000303f 
+ 00012345  0x00002292 jam  0x000000a1 , 0x00000cf7 
+ 00012346  0x00002293 branch  0x0000303f 
+ 00012347  0x00002296 fetch  0x00000001 , 0x00000cb8 
+ 00012348  0x00002297 beq  0x00000081 , 0x0000303e 
+ 00012349  0x00002299 branch  0x0000302a 
+ 00012350  0x0000229d call  0x00003090 
+ 00012351  0x0000229f jam  0x00000001 , 0x00000d42 
+ 00012352  0x000022a0 rtn 
+ 00012353  0x000022a6 jam  0x00000015 , 0x00000cf7 
+ 00012354  0x000022a7 branch  0x0000303f 
+ 00012355  0x000022aa call  0x0000328f 
+ 00012356  0x000022ac beq  0x00000000 , 0x00003047 
+ 00012357  0x000022ad beq  0x00000001 , 0x00003039 
+ 00012358  0x000022af rtn 
+ 00012359  0x000022b1 jam  0x000000a0 , 0x00000cf7 
+ 00012360  0x000022b2 branch  0x0000303f 
+ 00012361  0x000022b8 jam  0x00000000 , 0x00000cf7 
+ 00012362  0x000022b9 jam  0x00000000 , 0x00000cf8 
+ 00012363  0x000022ba jam  0x00000001 , 0x00000cf9 
+ 00012364  0x000022bb branch  0x0000303f 
+ 00012365  0x000022bf call  0x0000329c 
+ 00012366  0x000022c0 fetch  0x00000001 , 0x00000cb8 
+ 00012367  0x000022c1 increase  0x00000002 , 0x0000003f 
+ 00012368  0x000022c2 copy  0x0000003f , 0x00000039 
+ 00012369  0x000022c3 arg  0x00000cb6 , 0x00000006 
+ 00012370  0x000022c4 setarg  0x0000013c 
+ 00012371  0x000022c5 iadd  0x00000013 , 0x00000005 
+ 00012372  0x000022c6 branch  0x00007f01 
+ 00012373  0x000022ca bpatch  0x000000bf , 0x00004017 
+ 00012374  0x000022cb call  0x0000307d 
+ 00012375  0x000022cd call  0x00002c7f 
+ 00012376  0x000022ce call  0x000048d3 
+ 00012377  0x000022cf branch  0x00003057 
+ 00012378  0x000022d2 call  0x0000328f 
+ 00012379  0x000022d4 rtnne  0x00000000 
+ 00012380  0x000022d5 call  0x00002f51 
+ 00012381  0x000022d6 branch  0x00003098 
+ 00012382  0x000022d9 call  0x0000328f 
+ 00012383  0x000022db rtnne  0x00000001 
+ 00012384  0x000022dc call  0x00002fc1 
+ 00012385  0x000022dd call  0x00002fcb 
+ 00012386  0x000022de call  0x0000328b 
+ 00012387  0x000022e0 rtn  0x00000034 
+ 00012388  0x000022e1 call  0x00003286 
+ 00012389  0x000022e3 call  0x00002f4c 
+ 00012390  0x000022e4 call  0x00003093 
+ 00012391  0x000022e6 setarg  0x00000000 
+ 00012392  0x000022e7 add  0x00000013 , 0x000000a7 , 0x00000005 
+ 00012393  0x000022e9 branch  0x0000322d 
+ 00012394  0x000022ec call  0x00007fe9 
+ 00012395  0x000022ed add  0x00000013 , 0x000000a7 , 0x00000011 
+ 00012396  0x000022ee ifetcht  0x00000004 , 0x00000011 
+ 00012397  0x000022f0 copy  0x00000022 , 0x0000003f 
+ 00012398  0x000022f1 isub  0x00000002 , 0x0000003e 
+ 00012399  0x000022f2 ncall  0x00002d18 , 0x00000002 
+ 00012400  0x000022f3 copy  0x0000003f , 0x00000012 
+ 00012401  0x000022f4 add  0x00000013 , 0x000000a7 , 0x00000011 
+ 00012402  0x000022f5 ifetch  0x00000004 , 0x00000011 
+ 00012403  0x000022f7 add  0x00000013 , 0x000000ab , 0x00000011 
+ 00012404  0x000022f8 ifetcht  0x00000001 , 0x00000011 
+ 00012405  0x000022fa iadd  0x00000002 , 0x00000002 
+ 00012406  0x000022fb copy  0x00000012 , 0x0000003f 
+ 00012407  0x000022fc isub  0x00000002 , 0x0000003e 
+ 00012408  0x000022fd nrtn  0x00000002 
+ 00012409  0x000022fe set0  0x0000001c , 0x0000003f 
+ 00012410  0x000022ff add  0x00000013 , 0x000000a7 , 0x00000005 
+ 00012411  0x00002300 istore  0x00000004 , 0x00000005 
+ 00012412  0x00002302 branch  0x00007fe7 
+ 00012413  0x00002305 setarg  0x00000001 
+ 00012414  0x00002306 call  0x00003287 
+ 00012415  0x00002308 call  0x00003283 
+ 00012416  0x0000230a setarg  0x000000ff 
+ 00012417  0x0000230b add  0x00000013 , 0x000000ab , 0x00000005 
+ 00012418  0x0000230c istore  0x00000001 , 0x00000005 
+ 00012419  0x0000230e branch  0x00003067 
+ 00012420  0x00002311 setarg  0x0000015c 
+ 00012421  0x00002312 call  0x000032d0 
+ 00012422  0x00002314 rtn  0x00000034 
+ 00012423  0x00002315 call  0x0000306a 
+ 00012424  0x00002316 nrtn  0x00000028 
+ 00012425  0x00002317 call  0x00003281 
+ 00012426  0x00002319 increase  0x00000001 , 0x0000003f 
+ 00012427  0x0000231a and_into  0x00000001 , 0x0000003f 
+ 00012428  0x0000231b call  0x00003284 
+ 00012429  0x0000231d beq  0x00000000 , 0x00002f4c 
+ 00012430  0x0000231e beq  0x00000001 , 0x00003090 
+ 00012431  0x0000231f rtn 
+ 00012432  0x00002325 setarg  0x00000001 
+ 00012433  0x00002326 call  0x00003292 
+ 00012434  0x00002327 branch  0x00003296 
+ 00012435  0x0000232a setarg  0x00000001 
+ 00012436  0x0000232b call  0x000032a5 
+ 00012437  0x0000232e setarg  0x00000280 
+ 00012438  0x0000232f arg  0x00000008 , 0x00000007 
+ 00012439  0x00002330 branch  0x00007f08 
+ 00012440  0x00002333 call  0x000032a2 
+ 00012441  0x00002335 rtn  0x00000034 
+ 00012442  0x00002336 arg  0x00000008 , 0x00000007 
+ 00012443  0x00002337 call  0x00007f16 
+ 00012444  0x00002338 nrtn  0x00000034 
+ 00012445  0x00002339 call  0x000032a4 
+ 00012446  0x0000233c setarg  0x00000007 
+ 00012447  0x0000233d call  0x00003292 
+ 00012448  0x0000233f call  0x00003296 
+ 00012449  0x00002341 branch  0x00002f5e 
+ 00012450  0x00002344 bpatch  0x000000c0 , 0x00004018 
+ 00012451  0x00002345 call  0x0000328f 
+ 00012452  0x00002347 rtnne  0x00000007 
+ 00012453  0x00002348 call  0x000030cb 
+ 00012454  0x00002349 call  0x000030e0 
+ 00012455  0x0000234a call  0x0000316e 
+ 00012456  0x0000234b nbranch  0x00002f5e , 0x0000002f 
+ 00012457  0x0000234d call  0x000030bc 
+ 00012458  0x0000234e call  0x00003172 , 0x00000005 
+ 00012459  0x00002352 call  0x00002f4c 
+ 00012460  0x00002353 call  0x00003294 
+ 00012461  0x00002355 set1  0x00000000 , 0x0000003f 
+ 00012462  0x00002356 call  0x00003297 
+ 00012463  0x00002358 call  0x00002f5e 
+ 00012464  0x00002359 call  0x00003093 
+ 00012465  0x0000235a call  0x000030bc 
+ 00012466  0x0000235b branch  0x000030c1 , 0x00000005 
+ 00012467  0x0000235c setarg  0x00000164 
+ 00012468  0x0000235d call  0x000032d3 
+ 00012469  0x0000235f call  0x000030be 
+ 00012470  0x00002360 branch  0x000030c5 , 0x00000005 
+ 00012471  0x00002361 setarg  0x00000160 
+ 00012472  0x00002362 call  0x000032d3 
+ 00012473  0x00002364 call  0x000030be 
+ 00012474  0x00002365 branch  0x000030c8 , 0x00000005 
+ 00012475  0x00002366 rtn 
+ 00012476  0x00002369 setarg  0x0000012b 
+ 00012477  0x0000236a call  0x000032d3 
+ 00012478  0x0000236d call  0x0000322a 
+ 00012479  0x0000236f isub  0x00000002 , 0x0000003e 
+ 00012480  0x00002370 rtn 
+ 00012481  0x00002373 setarg  0x00000182 
+ 00012482  0x00002374 call  0x000032d0 
+ 00012483  0x00002378 add  0x00000013 , 0x00000091 , 0x00000005 
+ 00012484  0x00002379 branch  0x000032b4 
+ 00012485  0x0000237c setarg  0x00000185 
+ 00012486  0x0000237d call  0x000032d0 
+ 00012487  0x0000237f branch  0x000030c3 
+ 00012488  0x00002381 setarg  0x00000188 
+ 00012489  0x00002382 call  0x000032d0 
+ 00012490  0x00002384 branch  0x000030c3 
+ 00012491  0x00002387 call  0x00003294 
+ 00012492  0x00002389 rtnbit1  0x00000007 
+ 00012493  0x0000238a set1  0x00000007 , 0x0000003f 
+ 00012494  0x0000238b call  0x00003297 
+ 00012495  0x0000238d call  0x00003283 
+ 00012496  0x0000238f call  0x0000329c 
+ 00012497  0x00002391 setarg  0x00000000 
+ 00012498  0x00002392 add  0x00000013 , 0x000000f5 , 0x00000005 
+ 00012499  0x00002393 istore  0x00000003 , 0x00000005 
+ 00012500  0x00002395 arg  0x00000183 , 0x00000011 
+ 00012501  0x00002396 call  0x000032bf 
+ 00012502  0x00002397 istore  0x00000007 , 0x00000005 
+ 00012503  0x0000239a call  0x000030bc 
+ 00012504  0x0000239b nrtn  0x00000005 
+ 00012505  0x0000239c add  0x00000013 , 0x00000091 , 0x00000011 
+ 00012506  0x0000239d ifetch  0x00000001 , 0x00000011 
+ 00012507  0x0000239f arg  0x00000182 , 0x00000011 
+ 00012508  0x000023a0 call  0x000032b3 
+ 00012509  0x000023a2 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00012510  0x000023a3 ifetch  0x00000001 , 0x00000011 
+ 00012511  0x000023a6 branch  0x0000314a 
+ 00012512  0x000023a9 bpatch  0x000000c1 , 0x00004018 
+ 00012513  0x000023aa call  0x00003281 
+ 00012514  0x000023ac increase  0x00000001 , 0x0000003f 
+ 00012515  0x000023ad and_into  0x00000003 , 0x0000003f 
+ 00012516  0x000023ae call  0x00003284 
+ 00012517  0x000023b1 beq  0x00000000 , 0x0000310e 
+ 00012518  0x000023b2 beq  0x00000001 , 0x00003132 
+ 00012519  0x000023b3 beq  0x00000002 , 0x000030ea 
+ 00012520  0x000023b4 beq  0x00000003 , 0x00003132 
+ 00012521  0x000023b5 rtn 
+ 00012522  0x000023b8 call  0x00002fdf 
+ 00012523  0x000023b9 setarg  0x00000160 
+ 00012524  0x000023ba call  0x0000327e 
+ 00012525  0x000023bc branch  0x000030e0 , 0x00000034 
+ 00012526  0x000023bd call  0x0000322c 
+ 00012527  0x000023bf setarg  0x00000189 
+ 00012528  0x000023c0 call  0x000032d0 
+ 00012529  0x000023c2 call  0x00003108 , 0x00000034 
+ 00012530  0x000023c3 setarg  0x00000187 
+ 00012531  0x000023c4 call  0x000032d0 
+ 00012532  0x000023c6 call  0x0000322f 
+ 00012533  0x000023c8 add  0x00000013 , 0x000000f7 , 0x00000011 
+ 00012534  0x000023c9 ifetcht  0x00000001 , 0x00000011 
+ 00012535  0x000023cb arg  0x00000f9e , 0x00000011 
+ 00012536  0x000023cc call  0x00002e58 
+ 00012537  0x000023cd add  0x00000013 , 0x000000f7 , 0x00000005 
+ 00012538  0x000023ce istoret  0x00000001 , 0x00000005 
+ 00012539  0x000023d0 call  0x00002f94 
+ 00012540  0x000023d1 add  0x00000013 , 0x000000fa , 0x00000005 
+ 00012541  0x000023d2 istoret  0x00000001 , 0x00000005 
+ 00012542  0x000023d4 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012543  0x000023d5 nrtn  0x00000002 
+ 00012544  0x000023d6 setarg  0x00000188 
+ 00012545  0x000023d7 call  0x00003275 
+ 00012546  0x000023d9 call  0x00002c90 
+ 00012547  0x000023da arg  0x00000188 , 0x00000011 
+ 00012548  0x000023db call  0x000032c8 
+ 00012549  0x000023dc istoret  0x00000001 , 0x00000005 
+ 00012550  0x000023e0 arg  0x00000187 , 0x00000011 
+ 00012551  0x000023e1 branch  0x000032b3 
+ 00012552  0x000023e4 setarg  0x00000001 
+ 00012553  0x000023e5 arg  0x00000189 , 0x00000011 
+ 00012554  0x000023e6 call  0x000032b3 
+ 00012555  0x000023e8 arg  0x00000000 , 0x00000002 
+ 00012556  0x000023e9 call  0x00002c94 
+ 00012557  0x000023ec branch  0x00003106 
+ 00012558  0x000023ef call  0x00002fea 
+ 00012559  0x000023f0 setarg  0x00000164 
+ 00012560  0x000023f1 call  0x0000327e 
+ 00012561  0x000023f3 branch  0x000030e0 , 0x00000034 
+ 00012562  0x000023f4 call  0x0000322c 
+ 00012563  0x000023f6 setarg  0x00000186 
+ 00012564  0x000023f7 call  0x000032d0 
+ 00012565  0x000023f9 call  0x0000312c , 0x00000034 
+ 00012566  0x000023fa setarg  0x00000184 
+ 00012567  0x000023fb call  0x000032d0 
+ 00012568  0x000023fd call  0x0000322f 
+ 00012569  0x000023ff add  0x00000013 , 0x000000f6 , 0x00000011 
+ 00012570  0x00002400 ifetcht  0x00000001 , 0x00000011 
+ 00012571  0x00002402 arg  0x0000109e , 0x00000011 
+ 00012572  0x00002403 call  0x00002e58 
+ 00012573  0x00002404 add  0x00000013 , 0x000000f6 , 0x00000005 
+ 00012574  0x00002405 istoret  0x00000001 , 0x00000005 
+ 00012575  0x00002407 call  0x00002f94 
+ 00012576  0x00002408 add  0x00000013 , 0x000000f9 , 0x00000005 
+ 00012577  0x00002409 istoret  0x00000001 , 0x00000005 
+ 00012578  0x0000240b sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012579  0x0000240c nrtn  0x00000002 
+ 00012580  0x0000240d setarg  0x00000185 
+ 00012581  0x0000240e call  0x00003275 
+ 00012582  0x00002410 call  0x00002c90 
+ 00012583  0x00002411 arg  0x00000185 , 0x00000011 
+ 00012584  0x00002412 call  0x000032c8 
+ 00012585  0x00002413 istoret  0x00000001 , 0x00000005 
+ 00012586  0x00002417 arg  0x00000184 , 0x00000011 
+ 00012587  0x00002418 branch  0x000032b3 
+ 00012588  0x0000241b setarg  0x00000001 
+ 00012589  0x0000241c arg  0x00000186 , 0x00000011 
+ 00012590  0x0000241d call  0x000032b3 
+ 00012591  0x0000241f arg  0x00000000 , 0x00000002 
+ 00012592  0x00002420 call  0x00002c94 
+ 00012593  0x00002423 branch  0x0000312a 
+ 00012594  0x00002426 call  0x00002fdf 
+ 00012595  0x00002427 call  0x0000327d 
+ 00012596  0x00002429 call  0x0000322c 
+ 00012597  0x0000242b setarg  0x00000183 
+ 00012598  0x0000242c call  0x000032d0 
+ 00012599  0x0000242e call  0x0000314c , 0x00000034 
+ 00012600  0x0000242f call  0x0000314f 
+ 00012601  0x00002430 add  0x00000013 , 0x000000f5 , 0x00000011 
+ 00012602  0x00002431 ifetcht  0x00000001 , 0x00000011 
+ 00012603  0x00002433 arg  0x00000e9e , 0x00000011 
+ 00012604  0x00002434 call  0x00002e58 
+ 00012605  0x00002435 add  0x00000013 , 0x000000f5 , 0x00000005 
+ 00012606  0x00002436 istoret  0x00000001 , 0x00000005 
+ 00012607  0x00002438 call  0x00002f94 
+ 00012608  0x00002439 add  0x00000013 , 0x000000f8 , 0x00000005 
+ 00012609  0x0000243a istoret  0x00000001 , 0x00000005 
+ 00012610  0x0000243c sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012611  0x0000243d nrtn  0x00000002 
+ 00012612  0x0000243e setarg  0x00000182 
+ 00012613  0x0000243f call  0x00003275 
+ 00012614  0x00002441 call  0x00002c90 
+ 00012615  0x00002442 arg  0x00000182 , 0x00000011 
+ 00012616  0x00002443 call  0x000032c8 
+ 00012617  0x00002444 istoret  0x00000001 , 0x00000005 
+ 00012618  0x00002449 arg  0x00000181 , 0x00000011 
+ 00012619  0x0000244a branch  0x000032b3 
+ 00012620  0x00002452 setarg  0x00000001 
+ 00012621  0x00002453 arg  0x00000183 , 0x00000011 
+ 00012622  0x00002454 call  0x000032b3 
+ 00012623  0x00002456 setarg  0x00000181 
+ 00012624  0x00002457 call  0x000032d0 
+ 00012625  0x00002458 branch  0x0000322f 
+ 00012626  0x0000245d add  0x00000013 , 0x00000000 , 0x00000011 
+ 00012627  0x0000245e ifetch  0x00000001 , 0x00000011 
+ 00012628  0x00002460 call  0x0000323c 
+ 00012629  0x00002463 call  0x00002dde 
+ 00012630  0x00002465 call  0x0000325f 
+ 00012631  0x00002467 isolate1  0x00000000 , 0x0000003f 
+ 00012632  0x00002468 branch  0x0000315c , 0x00000001 
+ 00012633  0x0000246a call  0x0000315d 
+ 00012634  0x0000246b call  0x00002d53 
+ 00012635  0x0000246c call  0x00002df7 
+ 00012636  0x0000246e branch  0x00002e45 
+ 00012637  0x00002471 bpatch  0x000000c2 , 0x00004018 
+ 00012638  0x00002472 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00012639  0x00002473 call  0x000032d6 
+ 00012640  0x00002475 setarg  0x0000013b 
+ 00012641  0x00002476 call  0x000032d0 
+ 00012642  0x00002478 rtn  0x00000034 
+ 00012643  0x00002479 setarg  0x00000006 
+ 00012644  0x0000247a add  0x00000013 , 0x00000086 , 0x00000005 
+ 00012645  0x0000247b istore  0x00000001 , 0x00000005 
+ 00012646  0x0000247d arg  0x00000006 , 0x00000039 
+ 00012647  0x0000247e setarg  0x0000012f 
+ 00012648  0x0000247f iadd  0x00000013 , 0x00000006 
+ 00012649  0x00002481 add  0x00000013 , 0x00000022 , 0x00000005 
+ 00012650  0x00002483 branch  0x00007f01 
+ 00012651  0x00002487 call  0x0000316e 
+ 00012652  0x00002488 nbranch  0x00002f5e , 0x0000002f 
+ 00012653  0x00002489 branch  0x00003172 
+ 00012654  0x0000248c call  0x00002f5e 
+ 00012655  0x0000248d call  0x00002e11 
+ 00012656  0x0000248e nrtn  0x0000002f 
+ 00012657  0x0000248f branch  0x00003152 
+ 00012658  0x00002492 bpatch  0x000000c3 , 0x00004018 
+ 00012659  0x00002493 call  0x00003188 
+ 00012660  0x00002494 nbranch  0x00002f5e , 0x00000028 
+ 00012661  0x00002495 add  0x00000013 , 0x00000084 , 0x00000011 
+ 00012662  0x00002496 ifetch  0x00000001 , 0x00000011 
+ 00012663  0x00002498 branch  0x00002f5e , 0x00000034 
+ 00012664  0x00002499 increase  0x00000002 , 0x0000003f 
+ 00012665  0x0000249a iforce  0x00000039 
+ 00012666  0x0000249b add  0x00000013 , 0x00000000 , 0x00000006 
+ 00012667  0x0000249d setarg  0x00000109 
+ 00012668  0x0000249e iadd  0x00000013 , 0x00000005 
+ 00012669  0x000024a0 call  0x00007f01 
+ 00012670  0x000024a1 call  0x00003286 
+ 00012671  0x000024a3 call  0x000032b6 
+ 00012672  0x000024a5 call  0x00003093 , 0x00000034 
+ 00012673  0x000024a6 setarg  0x0000010b 
+ 00012674  0x000024a7 call  0x000032d0 
+ 00012675  0x000024a9 beq  0x00000001 , 0x0000319e 
+ 00012676  0x000024aa beq  0x00000002 , 0x000031c6 
+ 00012677  0x000024ab beq  0x00000003 , 0x000031f2 
+ 00012678  0x000024ac beq  0x000000ff , 0x00003212 
+ 00012679  0x000024ad branch  0x00002f5e 
+ 00012680  0x000024b0 call  0x00002c7a 
+ 00012681  0x000024b1 call  0x00007fe9 
+ 00012682  0x000024b2 add  0x00000013 , 0x000000ca , 0x00000011 
+ 00012683  0x000024b3 ifetch  0x00000001 , 0x00000011 
+ 00012684  0x000024b5 add  0x00000013 , 0x000000cb , 0x00000011 
+ 00012685  0x000024b6 ifetcht  0x00000001 , 0x00000011 
+ 00012686  0x000024b8 isub  0x00000002 , 0x0000003e 
+ 00012687  0x000024b9 ncall  0x00007fe7 , 0x00000005 
+ 00012688  0x000024ba add  0x00000013 , 0x000000ca , 0x00000011 
+ 00012689  0x000024bb ifetch  0x00000001 , 0x00000011 
+ 00012690  0x000024bd add  0x00000013 , 0x000000cb , 0x00000005 
+ 00012691  0x000024be istore  0x00000001 , 0x00000005 
+ 00012692  0x000024c0 add  0x00000013 , 0x000000c4 , 0x00000011 
+ 00012693  0x000024c1 ifetch  0x00000003 , 0x00000011 
+ 00012694  0x000024c3 add  0x00000013 , 0x000000c7 , 0x00000011 
+ 00012695  0x000024c4 ifetcht  0x00000003 , 0x00000011 
+ 00012696  0x000024c6 isub  0x00000002 , 0x0000003e 
+ 00012697  0x000024c7 ncall  0x00007fe7 , 0x00000005 
+ 00012698  0x000024c8 add  0x00000013 , 0x000000c4 , 0x00000011 
+ 00012699  0x000024c9 ifetch  0x00000003 , 0x00000011 
+ 00012700  0x000024cb add  0x00000013 , 0x000000c7 , 0x00000005 
+ 00012701  0x000024cd branch  0x000032c5 
+ 00012702  0x000024d0 call  0x00002f88 
+ 00012703  0x000024d1 call  0x0000324c 
+ 00012704  0x000024d2 store  0x00000001 , 0x00000aa2 
+ 00012705  0x000024d4 call  0x00003274 
+ 00012706  0x000024d5 fetch  0x00000001 , 0x00000aa2 
+ 00012707  0x000024d7 isolate1  0x00000003 , 0x00000002 
+ 00012708  0x000024d8 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012709  0x000024d9 add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00012710  0x000024da istore  0x00000001 , 0x00000005 
+ 00012711  0x000024dc beq  0x00000001 , 0x00003216 
+ 00012712  0x000024dd call  0x00003245 
+ 00012713  0x000024df call  0x00003274 
+ 00012714  0x000024e1 isolate1  0x00000004 , 0x00000002 
+ 00012715  0x000024e2 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012716  0x000024e3 call  0x00003249 
+ 00012717  0x000024e5 add  0x00000013 , 0x000000de , 0x00000011 
+ 00012718  0x000024e6 ifetch  0x00000002 , 0x00000011 
+ 00012719  0x000024e8 branch  0x00007f9c 
+ 00012720  0x000024eb setarg  0x00000001 
+ 00012721  0x000024ec store  0x00000001 , 0x00000d54 
+ 00012722  0x000024ed call  0x0000329e 
+ 00012723  0x000024ef istore  0x00000007 , 0x00000005 
+ 00012724  0x000024f0 call  0x0000329e 
+ 00012725  0x000024f2 ncall  0x000031bd , 0x00000034 
+ 00012726  0x000024f3 call  0x0000329e 
+ 00012727  0x000024f5 call  0x000031c2 , 0x00000034 
+ 00012728  0x000024f7 jam  0x00000020 , 0x00000d52 
+ 00012729  0x000024f9 fetch  0x00000001 , 0x00000d38 
+ 00012730  0x000024fa set1  0x00000002 , 0x0000003f 
+ 00012731  0x000024fb store  0x00000001 , 0x00000d38 
+ 00012732  0x000024fc rtn 
+ 00012733  0x000024ff setarg  0x00000001 
+ 00012734  0x00002500 call  0x000032a8 
+ 00012735  0x00002503 setarg  0x00000140 
+ 00012736  0x00002504 arg  0x0000000b , 0x00000007 
+ 00012737  0x00002505 branch  0x00007f08 
+ 00012738  0x00002507 call  0x000032a7 
+ 00012739  0x0000250a setarg  0x00000000 
+ 00012740  0x0000250b arg  0x0000000b , 0x00000007 
+ 00012741  0x0000250c branch  0x00007f08 
+ 00012742  0x0000250f call  0x00003274 
+ 00012743  0x00002511 isolate1  0x00000003 , 0x00000002 
+ 00012744  0x00002512 branch  0x0000321b , 0x00000001 
+ 00012745  0x00002513 arg  0x00000d64 , 0x00000005 
+ 00012746  0x00002514 call  0x000031e0 
+ 00012747  0x00002515 fetch  0x00000008 , 0x00000d64 
+ 00012748  0x00002516 ncall  0x000031e4 , 0x00000034 
+ 00012749  0x00002517 fetch  0x00000008 , 0x00000d64 
+ 00012750  0x00002518 call  0x000031e9 , 0x00000034 
+ 00012751  0x00002519 call  0x00002c7a 
+ 00012752  0x0000251a fetch  0x00000008 , 0x00000d64 
+ 00012753  0x0000251b arg  0x00000168 , 0x00000011 
+ 00012754  0x0000251c call  0x000032bf 
+ 00012755  0x0000251d istore  0x00000008 , 0x00000005 
+ 00012756  0x0000251f setarg  0x00000170 
+ 00012757  0x00002520 iadd  0x00000013 , 0x00000011 
+ 00012758  0x00002521 ifetcht  0x00000008 , 0x00000011 
+ 00012759  0x00002523 isub  0x00000002 , 0x0000003e 
+ 00012760  0x00002524 ncall  0x000031ed , 0x00000005 
+ 00012761  0x00002525 setarg  0x00000168 
+ 00012762  0x00002526 iadd  0x00000013 , 0x00000011 
+ 00012763  0x00002527 ifetch  0x00000008 , 0x00000011 
+ 00012764  0x00002529 arg  0x00000170 , 0x00000011 
+ 00012765  0x0000252a call  0x000032bf 
+ 00012766  0x0000252b istore  0x00000008 , 0x00000005 
+ 00012767  0x0000252d branch  0x00002f5e 
+ 00012768  0x00002530 setarg  0x0000010b 
+ 00012769  0x00002531 iadd  0x00000013 , 0x00000006 
+ 00012770  0x00002533 arg  0x00000009 , 0x00000039 
+ 00012771  0x00002534 branch  0x00007ff3 
+ 00012772  0x00002537 setarg  0x00000001 
+ 00012773  0x00002538 call  0x000032ab 
+ 00012774  0x0000253b setarg  0x00000140 
+ 00012775  0x0000253c arg  0x0000000e , 0x00000007 
+ 00012776  0x0000253d branch  0x00007f08 
+ 00012777  0x00002540 call  0x000032aa 
+ 00012778  0x00002543 setarg  0x00000000 
+ 00012779  0x00002544 arg  0x0000000e , 0x00000007 
+ 00012780  0x00002545 branch  0x00007f08 
+ 00012781  0x00002549 jam  0x00000010 , 0x00000d51 
+ 00012782  0x0000254a fetch  0x00000001 , 0x00000d38 
+ 00012783  0x0000254b set1  0x00000001 , 0x0000003f 
+ 00012784  0x0000254c store  0x00000001 , 0x00000d38 
+ 00012785  0x0000254d rtn 
+ 00012786  0x00002550 arg  0x00000d74 , 0x00000005 
+ 00012787  0x00002551 call  0x000031e0 
+ 00012788  0x00002552 fetch  0x00000002 , 0x00000d75 
+ 00012789  0x00002553 ncall  0x00003209 , 0x00000034 
+ 00012790  0x00002554 fetch  0x00000002 , 0x00000d75 
+ 00012791  0x00002555 call  0x0000320e , 0x00000034 
+ 00012792  0x00002556 call  0x00002c7a 
+ 00012793  0x00002557 fetch  0x00000003 , 0x00000d74 
+ 00012794  0x00002558 arg  0x00000178 , 0x00000011 
+ 00012795  0x00002559 call  0x000032c4 
+ 00012796  0x0000255b setarg  0x0000017b 
+ 00012797  0x0000255c iadd  0x00000013 , 0x00000011 
+ 00012798  0x0000255d ifetcht  0x00000003 , 0x00000011 
+ 00012799  0x0000255f isub  0x00000002 , 0x0000003e 
+ 00012800  0x00002560 ncall  0x00003207 , 0x00000005 
+ 00012801  0x00002561 setarg  0x00000178 
+ 00012802  0x00002562 iadd  0x00000013 , 0x00000011 
+ 00012803  0x00002563 ifetch  0x00000003 , 0x00000011 
+ 00012804  0x00002565 arg  0x0000017b , 0x00000011 
+ 00012805  0x00002566 call  0x000032c4 
+ 00012806  0x00002568 branch  0x00002f5e 
+ 00012807  0x0000256b jam  0x00000021 , 0x00000d52 
+ 00012808  0x0000256c branch  0x000031b9 
+ 00012809  0x0000256f setarg  0x00000001 
+ 00012810  0x00002570 call  0x000032ae 
+ 00012811  0x00002573 setarg  0x00000140 
+ 00012812  0x00002574 arg  0x0000000c , 0x00000007 
+ 00012813  0x00002575 branch  0x00007f08 
+ 00012814  0x00002578 call  0x000032ad 
+ 00012815  0x0000257b setarg  0x00000000 
+ 00012816  0x0000257c arg  0x0000000c , 0x00000007 
+ 00012817  0x0000257d branch  0x00007f08 
+ 00012818  0x00002580 call  0x000032bd 
+ 00012819  0x00002582 beq  0x00000001 , 0x00003216 
+ 00012820  0x00002583 beq  0x00000002 , 0x0000321b 
+ 00012821  0x00002584 rtn 
+ 00012822  0x00002586 setarg  0x0000010d 
+ 00012823  0x00002587 call  0x0000327e 
+ 00012824  0x00002588 arg  0x00000160 , 0x00000011 
+ 00012825  0x00002589 call  0x000032bf 
+ 00012826  0x0000258c branch  0x0000322d 
+ 00012827  0x0000258f setarg  0x0000010d 
+ 00012828  0x00002590 call  0x0000327e 
+ 00012829  0x00002591 arg  0x00000164 , 0x00000011 
+ 00012830  0x00002592 call  0x000032bf 
+ 00012831  0x00002595 branch  0x0000322d 
+ 00012832  0x00002598 call  0x00002c7a 
+ 00012833  0x00002599 add  0x00000013 , 0x000000cd , 0x00000005 
+ 00012834  0x0000259a istore  0x00000001 , 0x00000005 
+ 00012835  0x0000259b rtn 
+ 00012836  0x0000259e call  0x00002c7a 
+ 00012837  0x0000259f add  0x00000013 , 0x000000be , 0x00000011 
+ 00012838  0x000025a0 branch  0x0000327f 
+ 00012839  0x000025a2 call  0x00002c7a 
+ 00012840  0x000025a3 add  0x00000013 , 0x000000be , 0x00000005 
+ 00012841  0x000025a4 branch  0x0000322d 
+ 00012842  0x000025a7 add  0x00000013 , 0x000000ae , 0x00000011 
+ 00012843  0x000025a8 branch  0x0000327f 
+ 00012844  0x000025aa add  0x00000013 , 0x000000ae , 0x00000005 
+ 00012845  0x000025ac istore  0x00000004 , 0x00000005 
+ 00012846  0x000025ad rtn 
+ 00012847  0x000025b0 add  0x00000013 , 0x00000090 , 0x00000005 
+ 00012848  0x000025b1 branch  0x000032b4 
+ 00012849  0x000025b4 setarg  0x00000000 
+ 00012850  0x000025b6 call  0x00002c7a 
+ 00012851  0x000025b7 add  0x00000013 , 0x00000085 , 0x00000005 
+ 00012852  0x000025b8 branch  0x000032b4 
+ 00012853  0x000025bb add  0x00000013 , 0x00000042 , 0x00000005 
+ 00012854  0x000025bc branch  0x000032b4 
+ 00012855  0x000025bf setarg  0x00000004 
+ 00012856  0x000025c1 add  0x00000013 , 0x000000cc , 0x00000005 
+ 00012857  0x000025c2 branch  0x000032b4 
+ 00012858  0x000025c5 add  0x00000013 , 0x00000087 , 0x00000011 
+ 00012859  0x000025c6 branch  0x000032d1 
+ 00012860  0x000025c8 add  0x00000013 , 0x00000087 , 0x00000005 
+ 00012861  0x000025c9 branch  0x000032b4 
+ 00012862  0x000025cc setarg  0x00000002 
+ 00012863  0x000025ce add  0x00000013 , 0x000000d0 , 0x00000005 
+ 00012864  0x000025cf branch  0x000032b4 
+ 00012865  0x000025d2 setarg  0x00000001 
+ 00012866  0x000025d4 call  0x00002c7a 
+ 00012867  0x000025d5 add  0x00000013 , 0x000000ce , 0x00000005 
+ 00012868  0x000025d6 branch  0x000032b4 
+ 00012869  0x000025d9 call  0x00002c7a 
+ 00012870  0x000025da add  0x00000013 , 0x000000b4 , 0x00000011 
+ 00012871  0x000025db branch  0x000032d1 
+ 00012872  0x000025dd setarg  0x00000001 
+ 00012873  0x000025df call  0x00002c7a 
+ 00012874  0x000025e0 add  0x00000013 , 0x000000b4 , 0x00000005 
+ 00012875  0x000025e1 branch  0x000032b4 
+ 00012876  0x000025e4 call  0x00002c7a 
+ 00012877  0x000025e5 add  0x00000013 , 0x000000b2 , 0x00000011 
+ 00012878  0x000025e6 branch  0x000032d1 
+ 00012879  0x000025e8 setarg  0x00000001 
+ 00012880  0x000025ea call  0x00002c7a 
+ 00012881  0x000025eb add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00012882  0x000025ec branch  0x000032b4 
+ 00012883  0x000025ef call  0x00002c7a 
+ 00012884  0x000025f0 add  0x00000013 , 0x00000096 , 0x00000011 
+ 00012885  0x000025f1 branch  0x000032d1 
+ 00012886  0x000025f3 add  0x00000013 , 0x00000096 , 0x00000005 
+ 00012887  0x000025f4 branch  0x000032b4 
+ 00012888  0x000025f7 add  0x00000013 , 0x000000cf , 0x00000011 
+ 00012889  0x000025f8 branch  0x000032d1 
+ 00012890  0x000025fa setarg  0x00000000 
+ 00012891  0x000025fc add  0x00000013 , 0x000000cf , 0x00000005 
+ 00012892  0x000025fd branch  0x000032b4 
+ 00012893  0x00002600 add  0x00000013 , 0x000000d2 , 0x00000011 
+ 00012894  0x00002601 branch  0x000032d1 
+ 00012895  0x00002604 add  0x00000013 , 0x00000001 , 0x00000011 
+ 00012896  0x00002605 branch  0x000032d1 
+ 00012897  0x00002608 add  0x00000013 , 0x000000b5 , 0x00000011 
+ 00012898  0x00002609 branch  0x000032d1 
+ 00012899  0x0000260b setarg  0x00000000 
+ 00012900  0x0000260d call  0x00002c7a 
+ 00012901  0x0000260e add  0x00000013 , 0x000000b5 , 0x00000005 
+ 00012902  0x0000260f branch  0x000032b4 
+ 00012903  0x00002612 call  0x00002c7a 
+ 00012904  0x00002613 add  0x00000013 , 0x000000fb , 0x00000011 
+ 00012905  0x00002614 ifetch  0x00000001 , 0x00000011 
+ 00012906  0x00002616 store  0x00000001 , 0x000041de 
+ 00012907  0x00002617 rtn 
+ 00012908  0x0000261a call  0x00002c7a 
+ 00012909  0x0000261b fetch  0x00000001 , 0x000041de 
+ 00012910  0x0000261d add  0x00000013 , 0x000000fb , 0x00000005 
+ 00012911  0x0000261e branch  0x000032b4 
+ 00012912  0x00002621 add  0x00000013 , 0x000000fc , 0x00000011 
+ 00012913  0x00002622 branch  0x000032d1 
+ 00012914  0x00002625 add  0x00000013 , 0x000000fe , 0x00000005 
+ 00012915  0x00002626 branch  0x000032b4 
+ 00012916  0x00002629 setarg  0x00000109 
+ 00012917  0x0000262b iadd  0x00000013 , 0x00000011 
+ 00012918  0x0000262c ifetcht  0x00000001 , 0x00000011 
+ 00012919  0x0000262d rtn 
+ 00012920  0x00002630 setarg  0x00000135 
+ 00012921  0x00002631 branch  0x000032d0 
+ 00012922  0x00002633 setarg  0x00000000 
+ 00012923  0x00002635 arg  0x00000135 , 0x00000011 
+ 00012924  0x00002636 branch  0x000032b3 
+ 00012925  0x00002639 setarg  0x0000012b 
+ 00012926  0x0000263b call  0x000032cd 
+ 00012927  0x0000263d ifetch  0x00000004 , 0x00000011 
+ 00012928  0x0000263e rtn 
+ 00012929  0x00002641 setarg  0x0000015f 
+ 00012930  0x00002642 branch  0x000032d0 
+ 00012931  0x00002644 setarg  0x00000000 
+ 00012932  0x00002646 arg  0x0000015f , 0x00000011 
+ 00012933  0x00002647 branch  0x000032b3 
+ 00012934  0x0000264a setarg  0x00000000 
+ 00012935  0x0000264c arg  0x0000015c , 0x00000011 
+ 00012936  0x0000264d branch  0x000032b3 
+ 00012937  0x00002650 arg  0x0000012f , 0x00000011 
+ 00012938  0x00002651 branch  0x000032b3 
+ 00012939  0x00002654 setarg  0x00000108 
+ 00012940  0x00002655 branch  0x000032d0 
+ 00012941  0x00002657 arg  0x00000108 , 0x00000011 
+ 00012942  0x00002658 branch  0x000032b3 
+ 00012943  0x0000265b setarg  0x00000105 
+ 00012944  0x0000265c branch  0x000032d0 
+ 00012945  0x0000265e setarg  0x00000000 
+ 00012946  0x00002660 arg  0x00000105 , 0x00000011 
+ 00012947  0x00002661 branch  0x000032b3 
+ 00012948  0x00002664 setarg  0x00000104 
+ 00012949  0x00002665 branch  0x000032d0 
+ 00012950  0x00002667 setarg  0x00000000 
+ 00012951  0x00002669 arg  0x00000104 , 0x00000011 
+ 00012952  0x0000266a branch  0x000032b3 
+ 00012953  0x0000266d setarg  0x00000000 
+ 00012954  0x0000266f arg  0x0000013b , 0x00000011 
+ 00012955  0x00002670 branch  0x000032b3 
+ 00012956  0x00002672 setarg  0x00000001 
+ 00012957  0x00002673 branch  0x0000329a 
+ 00012958  0x00002676 setarg  0x0000010c 
+ 00012959  0x00002677 call  0x000032cd 
+ 00012960  0x00002678 ifetch  0x00000007 , 0x00000011 
+ 00012961  0x00002679 rtn 
+ 00012962  0x0000267c setarg  0x0000015e 
+ 00012963  0x0000267d branch  0x000032d0 
+ 00012964  0x0000267f setarg  0x00000000 
+ 00012965  0x00002681 arg  0x0000015e , 0x00000011 
+ 00012966  0x00002682 branch  0x000032b3 
+ 00012967  0x00002685 setarg  0x00000000 
+ 00012968  0x00002687 arg  0x00000180 , 0x00000011 
+ 00012969  0x00002688 branch  0x000032b3 
+ 00012970  0x0000268b setarg  0x00000000 
+ 00012971  0x0000268d arg  0x0000017e , 0x00000011 
+ 00012972  0x0000268e branch  0x000032b3 
+ 00012973  0x00002691 setarg  0x00000000 
+ 00012974  0x00002693 arg  0x0000017f , 0x00000011 
+ 00012975  0x00002694 branch  0x000032b3 
+ 00012976  0x00002697 arg  0x00000102 , 0x00000011 
+ 00012977  0x00002698 branch  0x000032b3 
+ 00012978  0x0000269b arg  0x00000103 , 0x00000011 
+ 00012979  0x0000269d call  0x000032c7 
+ 00012980  0x0000269f istore  0x00000001 , 0x00000005 
+ 00012981  0x000026a0 rtn 
+ 00012982  0x000026a3 setarg  0x0000015d 
+ 00012983  0x000026a4 branch  0x000032d0 
+ 00012984  0x000026a7 arg  0x0000015d , 0x00000011 
+ 00012985  0x000026a8 branch  0x000032b3 
+ 00012986  0x000026ab setarg  0x0000018a 
+ 00012987  0x000026ac call  0x000032d0 
+ 00012988  0x000026ad branch  0x0000326a 
+ 00012989  0x000026b0 setarg  0x0000010c 
+ 00012990  0x000026b1 branch  0x000032d0 
+ 00012991  0x000026b4 copy  0x0000003f , 0x00000002 
+ 00012992  0x000026b5 copy  0x00000011 , 0x0000003f 
+ 00012993  0x000026b6 iadd  0x00000013 , 0x00000005 
+ 00012994  0x000026b7 copy  0x00000002 , 0x0000003f 
+ 00012995  0x000026b8 rtn 
+ 00012996  0x000026bb call  0x000032bf 
+ 00012997  0x000026bd istore  0x00000003 , 0x00000005 
+ 00012998  0x000026be rtn 
+ 00012999  0x000026c1 call  0x00002c7a 
+ 00013000  0x000026c3 copy  0x0000003f , 0x00000012 
+ 00013001  0x000026c4 copy  0x00000011 , 0x0000003f 
+ 00013002  0x000026c5 iadd  0x00000013 , 0x00000005 
+ 00013003  0x000026c6 copy  0x00000012 , 0x0000003f 
+ 00013004  0x000026c7 rtn 
+ 00013005  0x000026ca call  0x00002c7a 
+ 00013006  0x000026cb iadd  0x00000013 , 0x00000011 
+ 00013007  0x000026cc rtn 
+ 00013008  0x000026cf call  0x000032cd 
+ 00013009  0x000026d1 ifetch  0x00000001 , 0x00000011 
+ 00013010  0x000026d2 rtn 
+ 00013011  0x000026d5 call  0x000032cd 
+ 00013012  0x000026d6 ifetcht  0x00000004 , 0x00000011 
+ 00013013  0x000026d7 rtn 
+ 00013014  0x000026da setarg  0x00000000 
+ 00013015  0x000026db branch  0x000032b4 
+ 00013016  0x000026e0 bpatch  0x000000c4 , 0x00004018 
+ 00013017  0x000026e1 fetch  0x00000001 , 0x00004092 
+ 00013018  0x000026e2 branch  0x000032d8 , 0x00000034 
+ 00013019  0x000026e4 beq  0x00000004 , 0x00002f30 
+ 00013020  0x000026e5 beq  0x0000000f , 0x00003436 
+ 00013021  0x000026e6 beq  0x00000009 , 0x000045de 
+ 00013022  0x000026e7 beq  0x0000000a , 0x0000392a 
+ 00013023  0x000026e8 beq  0x0000000e , 0x000035bf 
+ 00013024  0x000026e9 beq  0x00000010 , 0x000044a4 
+ 00013025  0x000026ea bbit1  0x00000006 , 0x00003d00 
+ 00013026  0x000026eb rtn 
+ 00013027  0x000026ee bpatch  0x000000c5 , 0x00004018 
+ 00013028  0x000026ef jam  0x00000000 , 0x00000151 
+ 00013029  0x000026f0 jam  0x00000000 , 0x0000017f 
+ 00013030  0x000026f1 jam  0x00000000 , 0x00000180 
+ 00013031  0x000026f2 setarg  0x00000000 
+ 00013032  0x000026f3 store  0x00000005 , 0x000009ae 
+ 00013033  0x000026f4 fetch  0x00000001 , 0x00004092 
+ 00013034  0x000026f5 branch  0x000032e3 , 0x00000034 
+ 00013035  0x000026f6 beq  0x0000000a , 0x00003962 
+ 00013036  0x000026f8 rtn 
+ 00013037  0x000026fc call  0x00007cd1 
+ 00013038  0x000026fd call  0x00007d9c 
+ 00013039  0x000026fe call  0x000032f6 
+ 00013040  0x000026ff fetch  0x00000002 , 0x000041f3 
+ 00013041  0x00002700 branch  0x00007f9c 
+ 00013042  0x00002703 fetch  0x00000002 , 0x000041f1 
+ 00013043  0x00002704 branch  0x00007f9c 
+ 00013044  0x00002707 fetch  0x00000002 , 0x000041ef 
+ 00013045  0x00002708 branch  0x00007f9c 
+ 00013046  0x0000270b bpatch  0x000000c6 , 0x00004018 
+ 00013047  0x0000270d arg  0x00004668 , 0x00000011 
+ 00013048  0x0000270e call  0x00007fc4 
+ 00013049  0x0000270f rtn  0x00000034 
+ 00013050  0x00002711 copy  0x0000003f , 0x00000013 
+ 00013051  0x00002712 call  0x000032ff 
+ 00013052  0x00002713 branch  0x00003324 
+ 00013053  0x00002716 arg  0x00000000 , 0x00000013 
+ 00013054  0x00002717 rtn 
+ 00013055  0x0000271d beq  0x00000001 , 0x00003311 
+ 00013056  0x0000271e beq  0x00000010 , 0x00003357 
+ 00013057  0x0000271f beq  0x00000005 , 0x00003335 
+ 00013058  0x00002720 beq  0x00000012 , 0x0000333c 
+ 00013059  0x00002721 beq  0x00000006 , 0x00003353 
+ 00013060  0x00002722 beq  0x00000004 , 0x00003394 
+ 00013061  0x00002723 beq  0x00000002 , 0x00003399 
+ 00013062  0x00002724 beq  0x00000013 , 0x00003394 
+ 00013063  0x00002725 beq  0x00000014 , 0x0000334b 
+ 00013064  0x00002726 beq  0x00000015 , 0x0000334f 
+ 00013065  0x00002727 beq  0x00000003 , 0x0000332e 
+ 00013066  0x00002728 beq  0x0000000b , 0x00003340 
+ 00013067  0x00002729 beq  0x0000000c , 0x00003347 
+ 00013068  0x0000272b beq  0x00000016 , 0x0000335b 
+ 00013069  0x0000272c beq  0x00000018 , 0x0000332a 
+ 00013070  0x0000272d beq  0x0000002a , 0x0000331a 
+ 00013071  0x0000272e beq  0x0000002b , 0x00003318 
+ 00013072  0x0000272f rtn 
+ 00013073  0x00002733 fetch  0x00000002 , 0x00004682 
+ 00013074  0x00002734 set1  0x00000000 , 0x0000003f 
+ 00013075  0x00002735 store  0x00000002 , 0x00004682 
+ 00013076  0x00002736 fetch  0x00000002 , 0x0000420a 
+ 00013077  0x00002737 set0  0x00000000 , 0x0000003f 
+ 00013078  0x00002738 store  0x00000002 , 0x0000420a 
+ 00013079  0x00002739 rtn 
+ 00013080  0x0000273c jam  0x00000000 , 0x00000229 
+ 00013081  0x0000273d rtn 
+ 00013082  0x00002740 fetch  0x00000001 , 0x00000229 
+ 00013083  0x00002741 increase  0x00000001 , 0x0000003f 
+ 00013084  0x00002742 store  0x00000001 , 0x00000229 
+ 00013085  0x00002743 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00013086  0x00002744 branch  0x000033df , 0x00000002 
+ 00013087  0x00002745 jam  0x00000000 , 0x00000229 
+ 00013088  0x00002746 fetch  0x00000002 , 0x0000420a 
+ 00013089  0x00002747 set1  0x00000009 , 0x0000003f 
+ 00013090  0x00002748 store  0x00000002 , 0x0000420a 
+ 00013091  0x00002749 branch  0x000033e9 
+ 00013092  0x0000274c fetch  0x00000002 , 0x000041f5 
+ 00013093  0x0000274d branch  0x00007f9c 
+ 00013094  0x00002750 fetch  0x00000002 , 0x000041e9 
+ 00013095  0x00002751 branch  0x00007f9c 
+ 00013096  0x00002754 fetch  0x00000002 , 0x000041ed 
+ 00013097  0x00002755 branch  0x00007f9c 
+ 00013098  0x00002758 fetch  0x00000002 , 0x0000420a 
+ 00013099  0x00002759 set1  0x00000001 , 0x0000003f 
+ 00013100  0x0000275a store  0x00000002 , 0x0000420a 
+ 00013101  0x0000275b branch  0x00003412 
+ 00013102  0x0000275e fetch  0x00000002 , 0x00004682 
+ 00013103  0x0000275f set1  0x00000007 , 0x0000003f 
+ 00013104  0x00002760 store  0x00000002 , 0x00004682 
+ 00013105  0x00002761 fetch  0x00000002 , 0x0000420a 
+ 00013106  0x00002762 set1  0x00000002 , 0x0000003f 
+ 00013107  0x00002763 store  0x00000002 , 0x0000420a 
+ 00013108  0x00002764 rtn 
+ 00013109  0x00002767 fetch  0x00000002 , 0x00004682 
+ 00013110  0x00002768 set1  0x00000001 , 0x0000003f 
+ 00013111  0x00002769 store  0x00000002 , 0x00004682 
+ 00013112  0x0000276a fetch  0x00000002 , 0x0000420a 
+ 00013113  0x0000276b set1  0x00000004 , 0x0000003f 
+ 00013114  0x0000276c store  0x00000002 , 0x0000420a 
+ 00013115  0x0000276d rtn 
+ 00013116  0x00002770 fetch  0x00000002 , 0x00004682 
+ 00013117  0x00002771 set1  0x00000003 , 0x0000003f 
+ 00013118  0x00002772 store  0x00000002 , 0x00004682 
+ 00013119  0x00002773 rtn 
+ 00013120  0x00002776 fetch  0x00000002 , 0x00004682 
+ 00013121  0x00002777 set1  0x00000005 , 0x0000003f 
+ 00013122  0x00002778 store  0x00000002 , 0x00004682 
+ 00013123  0x00002779 fetch  0x00000002 , 0x0000420a 
+ 00013124  0x0000277a set1  0x00000003 , 0x0000003f 
+ 00013125  0x0000277b store  0x00000002 , 0x0000420a 
+ 00013126  0x0000277c rtn 
+ 00013127  0x0000277f fetch  0x00000002 , 0x00004682 
+ 00013128  0x00002780 set0  0x00000005 , 0x0000003f 
+ 00013129  0x00002781 store  0x00000002 , 0x00004682 
+ 00013130  0x00002782 rtn 
+ 00013131  0x00002785 fetch  0x00000002 , 0x00004682 
+ 00013132  0x00002786 set1  0x00000009 , 0x0000003f 
+ 00013133  0x00002787 store  0x00000002 , 0x00004682 
+ 00013134  0x00002788 rtn 
+ 00013135  0x0000278b fetch  0x00000002 , 0x00004682 
+ 00013136  0x0000278c set0  0x00000009 , 0x0000003f 
+ 00013137  0x0000278d store  0x00000002 , 0x00004682 
+ 00013138  0x0000278e branch  0x00003418 
+ 00013139  0x00002791 fetch  0x00000002 , 0x00004682 
+ 00013140  0x00002792 set1  0x00000002 , 0x0000003f 
+ 00013141  0x00002793 store  0x00000002 , 0x00004682 
+ 00013142  0x00002794 rtn 
+ 00013143  0x00002797 fetch  0x00000002 , 0x0000420a 
+ 00013144  0x00002798 set1  0x00000000 , 0x0000003f 
+ 00013145  0x00002799 store  0x00000002 , 0x0000420a 
+ 00013146  0x0000279a rtn 
+ 00013147  0x0000279d fetch  0x00000002 , 0x0000420a 
+ 00013148  0x0000279e set1  0x00000008 , 0x0000003f 
+ 00013149  0x0000279f store  0x00000002 , 0x0000420a 
+ 00013150  0x000027a0 branch  0x000033e9 
+ 00013151  0x000027a4 bpatch  0x000000c7 , 0x00004018 
+ 00013152  0x000027a5 store  0x00000001 , 0x0000022a 
+ 00013153  0x000027a7 fetch  0x00000001 , 0x0000022a 
+ 00013154  0x000027a8 rtn  0x00000034 
+ 00013155  0x000027a9 increase  0xffffffff , 0x0000003f 
+ 00013156  0x000027aa store  0x00000001 , 0x0000022a 
+ 00013157  0x000027ab call  0x00007cdd 
+ 00013158  0x000027ac call  0x000033d6 
+ 00013159  0x000027ad call  0x00003387 
+ 00013160  0x000027ae call  0x0000338d 
+ 00013161  0x000027af call  0x0000651b 
+ 00013162  0x000027b0 fetch  0x00000002 , 0x000041fd 
+ 00013163  0x000027b1 call  0x00007f9c 
+ 00013164  0x000027b2 branch  0x00003361 
+ 00013165  0x000027b8 ifetch  0x00000001 , 0x00000013 
+ 00013166  0x000027b9 rtn  0x00000034 
+ 00013167  0x000027ba pincrease  0xffffffff 
+ 00013168  0x000027bb istore  0x00000001 , 0x00000013 
+ 00013169  0x000027bc nrtn  0x00000034 
+ 00013170  0x000027bd copy  0x00000012 , 0x0000003f 
+ 00013171  0x000027be branch  0x00007f9c 
+ 00013172  0x000027c3 ifetch  0x00000002 , 0x00000013 
+ 00013173  0x000027c4 rtn  0x00000034 
+ 00013174  0x000027c5 pincrease  0xffffffff 
+ 00013175  0x000027c6 istore  0x00000002 , 0x00000013 
+ 00013176  0x000027c7 nrtn  0x00000034 
+ 00013177  0x000027c8 copy  0x00000012 , 0x0000003f 
+ 00013178  0x000027c9 branch  0x00007f9c 
+ 00013179  0x000027cc fetcht  0x00000002 , 0x0000423f 
+ 00013180  0x000027cd add  0x00000002 , 0x00000001 , 0x00000013 
+ 00013181  0x000027ce arg  0x0000337f , 0x00000012 
+ 00013182  0x000027cf branch  0x0000336d 
+ 00013183  0x000027d2 call  0x0000342d 
+ 00013184  0x000027d3 beq  0x00000001 , 0x00003382 
+ 00013185  0x000027d5 branch  0x0000340a 
+ 00013186  0x000027d7 setarg  0x00000002 
+ 00013187  0x000027d8 istore  0x00000001 , 0x00000013 
+ 00013188  0x000027d9 add  0x00000002 , 0x00000008 , 0x00000012 
+ 00013189  0x000027db ifetch  0x00000002 , 0x00000012 
+ 00013190  0x000027dc branch  0x00007f9c 
+ 00013191  0x000027df arg  0x00004205 , 0x00000013 
+ 00013192  0x000027e0 arg  0x0000338a , 0x00000012 
+ 00013193  0x000027e1 branch  0x0000336d 
+ 00013194  0x000027e4 call  0x00002252 
+ 00013195  0x000027e5 branch  0x0000340e , 0x00000005 
+ 00013196  0x000027e6 rtn 
+ 00013197  0x000027ea arg  0x0000467e , 0x00000013 
+ 00013198  0x000027eb arg  0x00003390 , 0x00000012 
+ 00013199  0x000027ec branch  0x00003374 
+ 00013200  0x000027ef call  0x000033f0 
+ 00013201  0x000027f0 call  0x00003408 
+ 00013202  0x000027f1 fetch  0x00000002 , 0x000041f7 
+ 00013203  0x000027f2 branch  0x00007f9c 
+ 00013204  0x000027f6 call  0x000033ac 
+ 00013205  0x000027f8 fetch  0x00000002 , 0x00004682 
+ 00013206  0x000027f9 set0  0x00000007 , 0x0000003f 
+ 00013207  0x000027fa store  0x00000002 , 0x00004682 
+ 00013208  0x000027fb rtn 
+ 00013209  0x000027fe jam  0x00000000 , 0x00004205 
+ 00013210  0x000027ff fetch  0x00000002 , 0x00004682 
+ 00013211  0x00002800 bbit1  0x00000007 , 0x0000339e 
+ 00013212  0x00002801 isolate0  0x00000001 , 0x0000003f 
+ 00013213  0x00002802 call  0x000032fd , 0x00000001 
+ 00013214  0x00002804 bpatch  0x000000c8 , 0x00004019 
+ 00013215  0x00002805 fetch  0x00000002 , 0x00004682 
+ 00013216  0x00002806 set0  0x00000000 , 0x0000003f 
+ 00013217  0x00002807 set0  0x00000001 , 0x0000003f 
+ 00013218  0x00002808 set0  0x00000002 , 0x0000003f 
+ 00013219  0x00002809 set0  0x00000003 , 0x0000003f 
+ 00013220  0x0000280a set0  0x00000007 , 0x0000003f 
+ 00013221  0x0000280b store  0x00000002 , 0x00004682 
+ 00013222  0x0000280c branch  0x00003418 
+ 00013223  0x0000280f call  0x000033a9 
+ 00013224  0x00002810 branch  0x0000340a 
+ 00013225  0x00002814 setarg  0x00000000 
+ 00013226  0x00002815 store  0x00000002 , 0x00004208 
+ 00013227  0x00002816 rtn 
+ 00013228  0x00002818 setarg  0x00000000 
+ 00013229  0x00002819 store  0x00000002 , 0x0000420a 
+ 00013230  0x0000281a rtn 
+ 00013231  0x0000281d fetch  0x00000002 , 0x0000420a 
+ 00013232  0x0000281e store  0x00000002 , 0x00004208 
+ 00013233  0x0000281f setarg  0x00000000 
+ 00013234  0x00002820 store  0x00000002 , 0x0000420a 
+ 00013235  0x00002821 rtn 
+ 00013236  0x00002824 fetch  0x00000002 , 0x0000420a 
+ 00013237  0x00002825 set1  0x00000007 , 0x0000003f 
+ 00013238  0x00002826 store  0x00000002 , 0x00004208 
+ 00013239  0x00002827 setarg  0x00000000 
+ 00013240  0x00002828 store  0x00000002 , 0x0000420a 
+ 00013241  0x00002829 rtn 
+ 00013242  0x00002832 fetch  0x00000001 , 0x00004682 
+ 00013243  0x00002833 isolate1  0x00000005 , 0x0000003f 
+ 00013244  0x00002834 rtn 
+ 00013245  0x0000283d setarg  0x0000aa55 
+ 00013246  0x0000283f store  0x00000002 , 0x00000aaa 
+ 00013247  0x00002840 bpatch  0x000000c9 , 0x00004019 
+ 00013248  0x00002841 arg  0x00000002 , 0x00000002 
+ 00013249  0x00002842 arg  0x00000aaa , 0x00000011 
+ 00013250  0x00002843 arg  0x000000c3 , 0x00000012 
+ 00013251  0x00002844 branch  0x00006606 
+ 00013252  0x00002848 bpatch  0x000000ca , 0x00004019 
+ 00013253  0x00002849 arg  0x00000002 , 0x00000002 
+ 00013254  0x0000284a arg  0x00000a9a , 0x00000011 
+ 00013255  0x0000284b arg  0x000000c3 , 0x00000012 
+ 00013256  0x0000284c call  0x000065df 
+ 00013257  0x0000284d fetch  0x00000002 , 0x00000a9a 
+ 00013258  0x0000284e arg  0x0000aa55 , 0x00000002 
+ 00013259  0x0000284f isub  0x00000002 , 0x0000003e 
+ 00013260  0x00002850 rtn 
+ 00013261  0x00002854 fetch  0x00000001 , 0x0000455a 
+ 00013262  0x00002855 store  0x00000001 , 0x00004205 
+ 00013263  0x00002856 rtn 
+ 00013264  0x00002859 arg  0x00000009 , 0x00000007 
+ 00013265  0x0000285a branch  0x00002c32 
+ 00013266  0x0000285d arg  0x00000009 , 0x00000007 
+ 00013267  0x0000285e branch  0x00002c36 
+ 00013268  0x00002861 jam  0x00000005 , 0x00004206 
+ 00013269  0x00002862 branch  0x000033d0 
+ 00013270  0x00002865 arg  0x00004206 , 0x00000013 
+ 00013271  0x00002866 arg  0x000033d2 , 0x00000012 
+ 00013272  0x00002867 branch  0x0000336d 
+ 00013273  0x0000286a jam  0x00000001 , 0x00004363 
+ 00013274  0x0000286b rtn 
+ 00013275  0x0000286e jam  0x00000000 , 0x00004363 
+ 00013276  0x0000286f rtn 
+ 00013277  0x00002872 jam  0x0000000a , 0x00000a99 
+ 00013278  0x00002873 branch  0x00007d8f 
+ 00013279  0x00002876 jam  0x0000001d , 0x00000a99 
+ 00013280  0x00002877 branch  0x00007d8f 
+ 00013281  0x0000287a bpatch  0x000000cb , 0x00004019 
+ 00013282  0x0000287b fetch  0x00000001 , 0x00004207 
+ 00013283  0x0000287c store  0x00000001 , 0x0000016d 
+ 00013284  0x0000287d jam  0x00000001 , 0x00000228 
+ 00013285  0x0000287e jam  0x00000003 , 0x00000a99 
+ 00013286  0x0000287f branch  0x00007d8f 
+ 00013287  0x00002882 jam  0x0000001e , 0x00000a99 
+ 00013288  0x00002883 branch  0x00007d8f 
+ 00013289  0x00002886 jam  0x00000004 , 0x00000a99 
+ 00013290  0x00002887 branch  0x00007d8f 
+ 00013291  0x0000288a fetch  0x00000002 , 0x00004687 
+ 00013292  0x0000288b store  0x00000002 , 0x0000467e 
+ 00013293  0x0000288d call  0x00003404 
+ 00013294  0x0000288f jam  0x00000001 , 0x00000a99 
+ 00013295  0x00002890 branch  0x00007d8f 
+ 00013296  0x00002893 setarg  0x00000000 
+ 00013297  0x00002894 store  0x00000002 , 0x0000467e 
+ 00013298  0x00002895 jam  0x00000002 , 0x00000a99 
+ 00013299  0x00002896 branch  0x00007d8f 
+ 00013300  0x00002899 jam  0x0000000f , 0x00000a99 
+ 00013301  0x0000289a branch  0x00007d8f 
+ 00013302  0x0000289d jam  0x00000010 , 0x00000a99 
+ 00013303  0x0000289e branch  0x00007d8f 
+ 00013304  0x000028a1 jam  0x0000000e , 0x00000a99 
+ 00013305  0x000028a2 branch  0x00007d8f 
+ 00013306  0x000028a5 jam  0x0000000d , 0x00000a99 
+ 00013307  0x000028a6 branch  0x00007d8f 
+ 00013308  0x000028a9 jam  0x00000017 , 0x00000a99 
+ 00013309  0x000028aa branch  0x00007d8f 
+ 00013310  0x000028ad jam  0x00000018 , 0x00000a99 
+ 00013311  0x000028ae branch  0x00007d8f 
+ 00013312  0x000028b1 jam  0x00000016 , 0x00000a99 
+ 00013313  0x000028b2 branch  0x00007d8f 
+ 00013314  0x000028b5 jam  0x00000011 , 0x00000a99 
+ 00013315  0x000028b6 branch  0x00007d8f 
+ 00013316  0x000028b9 jam  0x00000015 , 0x00000a99 
+ 00013317  0x000028ba branch  0x00007d8f 
+ 00013318  0x000028bd jam  0x00000014 , 0x00000a99 
+ 00013319  0x000028be branch  0x00007d8f 
+ 00013320  0x000028c2 jam  0x00000013 , 0x00000a99 
+ 00013321  0x000028c3 branch  0x00007d8f 
+ 00013322  0x000028c6 jam  0x00000019 , 0x00000a99 
+ 00013323  0x000028c7 branch  0x00007d8f 
+ 00013324  0x000028ca jam  0x00000006 , 0x00000a99 
+ 00013325  0x000028cb branch  0x00007d8f 
+ 00013326  0x000028ce jam  0x00000005 , 0x00000a99 
+ 00013327  0x000028cf branch  0x00007d8f 
+ 00013328  0x000028d2 jam  0x0000001f , 0x00000a99 
+ 00013329  0x000028d3 branch  0x00007d8f 
+ 00013330  0x000028d6 jam  0x00000020 , 0x00000a99 
+ 00013331  0x000028d7 branch  0x00007d8f 
+ 00013332  0x000028da jam  0x00000025 , 0x00000a99 
+ 00013333  0x000028db branch  0x00007d8f 
+ 00013334  0x000028de set1  0x0000000d , 0x00000000 
+ 00013335  0x000028df rtn 
+ 00013336  0x000028e2 set0  0x0000000d , 0x00000000 
+ 00013337  0x000028e3 rtn 
+ 00013338  0x000028f8 call  0x0000342d 
+ 00013339  0x000028f9 beq  0x00000002 , 0x00003424 
+ 00013340  0x000028fb setarg  0x00000001 
+ 00013341  0x000028fc istore  0x00000001 , 0x00000013 
+ 00013342  0x000028fd add  0x00000002 , 0x00000003 , 0x00000011 
+ 00013343  0x000028fe add  0x00000002 , 0x00000006 , 0x00000012 
+ 00013344  0x00002900 ifetcht  0x00000001 , 0x00000011 
+ 00013345  0x00002901 increase  0x00000001 , 0x00000013 
+ 00013346  0x00002902 istoret  0x00000001 , 0x00000013 
+ 00013347  0x00002903 branch  0x00003385 
+ 00013348  0x00002906 setarg  0x00000000 
+ 00013349  0x00002907 istore  0x00000001 , 0x00000013 
+ 00013350  0x00002908 fetch  0x00000002 , 0x00004682 
+ 00013351  0x00002909 bbit0  0x00000009 , 0x00003429 
+ 00013352  0x0000290a call  0x00003402 
+ 00013353  0x0000290c fetcht  0x00000002 , 0x0000423f 
+ 00013354  0x0000290d add  0x00000002 , 0x00000002 , 0x00000011 
+ 00013355  0x0000290e add  0x00000002 , 0x00000004 , 0x00000012 
+ 00013356  0x0000290f branch  0x00003420 
+ 00013357  0x00002912 fetcht  0x00000002 , 0x0000423f 
+ 00013358  0x00002913 add  0x00000002 , 0x00000000 , 0x00000013 
+ 00013359  0x00002914 ifetch  0x00000001 , 0x00000013 
+ 00013360  0x00002915 rtn 
+ 00013361  0x00002918 call  0x0000342d 
+ 00013362  0x00002919 bne  0x00000000 , 0x00003434 
+ 00013363  0x0000291a branch  0x0000340a 
+ 00013364  0x0000291c add  0x00000002 , 0x0000000a , 0x00000012 
+ 00013365  0x0000291d branch  0x00003385 
+ 00013366  0x00002920 rtn  0x0000002b 
+ 00013367  0x00002921 jam  0x00000000 , 0x00008081 
+ 00013368  0x00002922 setarg  0x00003463 
+ 00013369  0x00002923 store  0x00000002 , 0x000041eb 
+ 00013370  0x00002924 setarg  0x0000696c 
+ 00013371  0x00002925 store  0x00000002 , 0x000041ed 
+ 00013372  0x00002926 setarg  0x000034f5 
+ 00013373  0x00002927 store  0x00000002 , 0x000041f3 
+ 00013374  0x00002928 setarg  0x000034f4 
+ 00013375  0x00002929 store  0x00000002 , 0x000041ef 
+ 00013376  0x0000292a setarg  0x0000347e 
+ 00013377  0x0000292b store  0x00000002 , 0x000041f5 
+ 00013378  0x0000292c setarg  0x000034b2 
+ 00013379  0x0000292d store  0x00000002 , 0x000041fd 
+ 00013380  0x0000292e setarg  0x00003465 
+ 00013381  0x0000292f store  0x00000002 , 0x000041fb 
+ 00013382  0x00002930 setarg  0x00003470 
+ 00013383  0x00002931 store  0x00000002 , 0x000041e9 
+ 00013384  0x00002932 setarg  0x00003501 
+ 00013385  0x00002933 store  0x00000002 , 0x000041f9 
+ 00013386  0x00002934 bpatch  0x000000cc , 0x00004019 
+ 00013387  0x00002935 call  0x0000359b 
+ 00013388  0x00002936 call  0x00006948 
+ 00013389  0x00002937 call  0x000035ad 
+ 00013390  0x00002938 call  0x00007d08 
+ 00013391  0x00002939 call  0x00007cd3 
+ 00013392  0x0000293a setarg  0x0000350b 
+ 00013393  0x0000293b store  0x00000002 , 0x00004766 
+ 00013394  0x0000293c setarg  0x000034fc 
+ 00013395  0x0000293d store  0x00000002 , 0x0000475d 
+ 00013396  0x0000293e setarg  0x000034f8 
+ 00013397  0x0000293f store  0x00000002 , 0x0000475f 
+ 00013398  0x00002940 setarg  0x0000346c 
+ 00013399  0x00002941 store  0x00000002 , 0x00004761 
+ 00013400  0x00002942 setarg  0x000035a2 
+ 00013401  0x00002943 store  0x00000002 , 0x000046a9 
+ 00013402  0x00002944 setarg  0x000035a4 
+ 00013403  0x00002945 store  0x00000002 , 0x000046ab 
+ 00013404  0x00002946 setarg  0x000035a9 
+ 00013405  0x00002947 store  0x00000002 , 0x000046b4 
+ 00013406  0x00002948 setarg  0x000035a6 
+ 00013407  0x00002949 store  0x00000002 , 0x000046b6 
+ 00013408  0x0000294a fetch  0x00000002 , 0x00004682 
+ 00013409  0x0000294b rtnbit1  0x0000000c 
+ 00013410  0x0000294c branch  0x0000340a 
+ 00013411  0x0000294f call  0x00003586 
+ 00013412  0x00002950 branch  0x0000340a 
+ 00013413  0x00002953 call  0x00005892 
+ 00013414  0x00002954 nrtn  0x00000034 
+ 00013415  0x00002955 arg  0x00000b06 , 0x00000011 
+ 00013416  0x00002956 call  0x00007e54 
+ 00013417  0x00002957 nrtn  0x00000028 
+ 00013418  0x00002958 arg  0x00000b06 , 0x00000006 
+ 00013419  0x00002959 branch  0x00004746 
+ 00013420  0x0000295c fetch  0x00000002 , 0x00004797 
+ 00013421  0x0000295d store  0x00000002 , 0x00004791 
+ 00013422  0x0000295e jam  0x00000001 , 0x00004753 
+ 00013423  0x0000295f branch  0x0000358f 
+ 00013424  0x00002962 fetch  0x00000001 , 0x0000479d 
+ 00013425  0x00002963 beq  0x00000001 , 0x00003479 
+ 00013426  0x00002964 fetch  0x00000002 , 0x00004682 
+ 00013427  0x00002965 bbit0  0x00000009 , 0x00003479 
+ 00013428  0x00002966 fetch  0x00000001 , 0x0000479e 
+ 00013429  0x00002967 beq  0x00000001 , 0x000033d0 
+ 00013430  0x00002968 fetch  0x00000001 , 0x00004700 
+ 00013431  0x00002969 nbranch  0x000033d0 , 0x00000034 
+ 00013432  0x0000296a branch  0x000033d2 
+ 00013433  0x0000296d fetch  0x00000001 , 0x0000479b 
+ 00013434  0x0000296e fetcht  0x00000001 , 0x0000479c 
+ 00013435  0x0000296f ior  0x00000002 , 0x0000003f 
+ 00013436  0x00002970 beq  0x00000001 , 0x000033d0 
+ 00013437  0x00002971 branch  0x000033d2 
+ 00013438  0x00002974 copy  0x00000013 , 0x0000003f 
+ 00013439  0x00002975 beq  0x0000002d , 0x00003431 
+ 00013440  0x00002976 beq  0x00000010 , 0x0000341a 
+ 00013441  0x00002977 beq  0x00000014 , 0x000034df 
+ 00013442  0x00002978 beq  0x00000015 , 0x000034e8 
+ 00013443  0x00002979 beq  0x00000040 , 0x00003485 
+ 00013444  0x0000297a rtn 
+ 00013445  0x0000297c fetch  0x00000002 , 0x00004509 
+ 00013446  0x0000297d beq  0x00000001 , 0x0000348c 
+ 00013447  0x0000297f fetch  0x00000002 , 0x000043d8 
+ 00013448  0x00002980 branch  0x000034a2 , 0x00000034 
+ 00013449  0x00002982 jam  0x00000002 , 0x0000478a 
+ 00013450  0x00002983 jam  0x0000003c , 0x0000478f 
+ 00013451  0x00002984 rtn 
+ 00013452  0x00002987 fetch  0x00000002 , 0x0000449a 
+ 00013453  0x00002988 branch  0x000034a0 , 0x00000034 
+ 00013454  0x0000298a jam  0x00000001 , 0x0000478a 
+ 00013455  0x0000298b fetcht  0x00000002 , 0x000047b4 
+ 00013456  0x0000298c fetch  0x00000002 , 0x00004496 
+ 00013457  0x0000298d iadd  0x00000002 , 0x0000003f 
+ 00013458  0x0000298e store  0x00000002 , 0x00004496 
+ 00013459  0x0000298f copy  0x0000003f , 0x00000011 
+ 00013460  0x00002990 fetch  0x00000002 , 0x00004498 
+ 00013461  0x00002991 iadd  0x00000002 , 0x0000003f 
+ 00013462  0x00002992 store  0x00000002 , 0x00004498 
+ 00013463  0x00002993 iadd  0x00000011 , 0x0000003f 
+ 00013464  0x00002994 rshift  0x0000003f , 0x00000002 
+ 00013465  0x00002995 fetch  0x00000002 , 0x000047c0 
+ 00013466  0x00002996 idiv  0x00000002 
+ 00013467  0x00002997 call  0x00007f86 
+ 00013468  0x00002998 quotient  0x0000003f 
+ 00013469  0x00002999 store  0x00000002 , 0x0000449a 
+ 00013470  0x0000299a jam  0x00000001 , 0x00004790 
+ 00013471  0x0000299b rtn 
+ 00013472  0x0000299d jam  0x00000003 , 0x0000478a 
+ 00013473  0x0000299e rtn 
+ 00013474  0x000029a1 jam  0x00000000 , 0x00004172 
+ 00013475  0x000029a2 jam  0x00000000 , 0x00004790 
+ 00013476  0x000029a3 fetch  0x00000002 , 0x000043d6 
+ 00013477  0x000029a4 fetcht  0x00000002 , 0x000047be 
+ 00013478  0x000029a5 isub  0x00000002 , 0x0000003e 
+ 00013479  0x000029a6 setflag  0x00000002 , 0x00000000 , 0x00000011 
+ 00013480  0x000029a7 fetch  0x00000002 , 0x000047c0 
+ 00013481  0x000029a8 fetcht  0x00000002 , 0x000043d6 
+ 00013482  0x000029a9 isub  0x00000002 , 0x0000003f 
+ 00013483  0x000029aa setflag  0x00000002 , 0x00000001 , 0x00000011 
+ 00013484  0x000029ab compare  0x00000003 , 0x00000011 , 0x00000003 
+ 00013485  0x000029ac rtn  0x00000001 
+ 00013486  0x000029ad fetch  0x00000008 , 0x000047be 
+ 00013487  0x000029ae store  0x00000008 , 0x00004496 
+ 00013488  0x000029af jam  0x00000001 , 0x00004790 
+ 00013489  0x000029b0 rtn 
+ 00013490  0x000029b5 call  0x0000337b 
+ 00013491  0x000029b6 call  0x000034b9 
+ 00013492  0x000029b7 call  0x000034be 
+ 00013493  0x000029b8 call  0x000034d5 
+ 00013494  0x000029b9 call  0x000034ca 
+ 00013495  0x000029ba call  0x000034c4 
+ 00013496  0x000029bb branch  0x000034d9 
+ 00013497  0x000029bf arg  0x00004799 , 0x00000013 
+ 00013498  0x000029c0 arg  0x000034bc , 0x00000012 
+ 00013499  0x000029c1 branch  0x0000336d 
+ 00013500  0x000029c3 jam  0x00000000 , 0x0000479a 
+ 00013501  0x000029c4 rtn 
+ 00013502  0x000029c6 arg  0x00004793 , 0x00000013 
+ 00013503  0x000029c7 arg  0x000034c1 , 0x00000012 
+ 00013504  0x000029c8 branch  0x00003374 
+ 00013505  0x000029ca arg  0x000046bf , 0x00000013 
+ 00013506  0x000029cb arg  0x0000469e , 0x00000012 
+ 00013507  0x000029cc branch  0x00003591 
+ 00013508  0x000029d0 arg  0x0000478f , 0x00000013 
+ 00013509  0x000029d1 arg  0x000034c7 , 0x00000012 
+ 00013510  0x000029d2 branch  0x0000336d 
+ 00013511  0x000029d5 fetch  0x00000002 , 0x0000449a 
+ 00013512  0x000029d6 store  0x00000001 , 0x00004172 
+ 00013513  0x000029d7 rtn 
+ 00013514  0x000029d9 arg  0x00004790 , 0x00000013 
+ 00013515  0x000029da arg  0x000034cd , 0x00000012 
+ 00013516  0x000029db branch  0x0000336d 
+ 00013517  0x000029dd fetch  0x00000001 , 0x0000043f 
+ 00013518  0x000029de compare  0x00000000 , 0x0000003f , 0x00000060 
+ 00013519  0x000029df nbranch  0x000034d3 , 0x00000001 
+ 00013520  0x000029e0 jam  0x00000001 , 0x0000478a 
+ 00013521  0x000029e1 call  0x00003416 
+ 00013522  0x000029e2 branch  0x00005abf 
+ 00013523  0x000029e4 jam  0x00000001 , 0x00004790 
+ 00013524  0x000029e5 rtn 
+ 00013525  0x000029e8 arg  0x00004791 , 0x00000013 
+ 00013526  0x000029e9 arg  0x000034d8 , 0x00000012 
+ 00013527  0x000029ea branch  0x00003374 
+ 00013528  0x000029ee branch  0x0000341a 
+ 00013529  0x000029f3 arg  0x0000478d , 0x00000013 
+ 00013530  0x000029f4 arg  0x000034dc , 0x00000012 
+ 00013531  0x000029f5 branch  0x00003374 
+ 00013532  0x000029f7 fetch  0x00000002 , 0x000047a7 
+ 00013533  0x000029f8 store  0x00000002 , 0x0000478d 
+ 00013534  0x000029f9 branch  0x000035af 
+ 00013535  0x000029fd fetch  0x00000002 , 0x000047a7 
+ 00013536  0x000029fe store  0x00000002 , 0x0000478d 
+ 00013537  0x000029ff setarg  0x00000000 
+ 00013538  0x00002a00 store  0x00000002 , 0x00004793 
+ 00013539  0x00002a01 store  0x00000002 , 0x00004791 
+ 00013540  0x00002a02 call  0x0000355c 
+ 00013541  0x00002a03 call  0x00003586 
+ 00013542  0x00002a04 jam  0x00000000 , 0x00004172 
+ 00013543  0x00002a05 branch  0x000033f8 
+ 00013544  0x00002a0b setarg  0x00000000 
+ 00013545  0x00002a0c store  0x00000004 , 0x0000478d 
+ 00013546  0x00002a0d store  0x00000003 , 0x0000478a 
+ 00013547  0x00002a0e store  0x00000002 , 0x00004509 
+ 00013548  0x00002a10 jam  0x00000001 , 0x000047a0 
+ 00013549  0x00002a11 fetch  0x00000002 , 0x00004797 
+ 00013550  0x00002a12 store  0x00000002 , 0x00004791 
+ 00013551  0x00002a13 call  0x00007e38 
+ 00013552  0x00002a14 fetch  0x00000001 , 0x00004759 
+ 00013553  0x00002a15 rtneq  0x00000000 
+ 00013554  0x00002a16 call  0x0000358f 
+ 00013555  0x00002a17 branch  0x0000356e 
+ 00013556  0x00002a1c branch  0x00003508 
+ 00013557  0x00002a20 fetch  0x00000001 , 0x00004759 
+ 00013558  0x00002a21 rtnne  0x00000002 
+ 00013559  0x00002a22 branch  0x00003508 
+ 00013560  0x00002a28 arg  0x000046cd , 0x00000013 
+ 00013561  0x00002a29 call  0x00003582 
+ 00013562  0x00002a2a arg  0x000046c6 , 0x00000013 
+ 00013563  0x00002a2c branch  0x00003584 
+ 00013564  0x00002a2f jam  0x00000000 , 0x0000436e 
+ 00013565  0x00002a30 arg  0x000046db , 0x00000013 
+ 00013566  0x00002a31 call  0x00003582 
+ 00013567  0x00002a32 arg  0x000046d4 , 0x00000013 
+ 00013568  0x00002a33 branch  0x000034fb 
+ 00013569  0x00002a36 fetch  0x00000001 , 0x00000477 
+ 00013570  0x00002a37 beq  0x00000012 , 0x00003504 
+ 00013571  0x00002a38 rtn 
+ 00013572  0x00002a3a fetch  0x00000002 , 0x00000478 
+ 00013573  0x00002a3c beq  0x0000000d , 0x00003536 
+ 00013574  0x00002a3d beq  0x0000000b , 0x00003571 
+ 00013575  0x00002a3e rtn 
+ 00013576  0x00002a44 fetch  0x00000001 , 0x00004753 
+ 00013577  0x00002a45 rtn  0x00000034 
+ 00013578  0x00002a46 branch  0x00006978 
+ 00013579  0x00002a4b copy  0x00000011 , 0x0000003f 
+ 00013580  0x00002a4c branch  0x00003510 , 0x00000034 
+ 00013581  0x00002a4e copy  0x00000007 , 0x0000003f 
+ 00013582  0x00002a4f beq  0x00000000 , 0x00003513 
+ 00013583  0x00002a50 rtn 
+ 00013584  0x00002a52 copy  0x00000007 , 0x0000003f 
+ 00013585  0x00002a53 beq  0x00000000 , 0x0000351b 
+ 00013586  0x00002a54 rtn 
+ 00013587  0x00002a57 jam  0x00000001 , 0x0000479d 
+ 00013588  0x00002a58 arg  0x000046f7 , 0x00000013 
+ 00013589  0x00002a59 call  0x00003582 
+ 00013590  0x00002a5a arg  0x000046f0 , 0x00000013 
+ 00013591  0x00002a5b call  0x00003584 
+ 00013592  0x00002a5c fetch  0x00000002 , 0x00004682 
+ 00013593  0x00002a5d bbit0  0x00000009 , 0x00003532 
+ 00013594  0x00002a5e branch  0x00003521 
+ 00013595  0x00002a61 jam  0x00000000 , 0x0000479d 
+ 00013596  0x00002a62 branch  0x0000351d 
+ 00013597  0x00002a67 fetch  0x00000001 , 0x0000479a 
+ 00013598  0x00002a68 rtnne  0x00000001 
+ 00013599  0x00002a69 jam  0x00000005 , 0x00004799 
+ 00013600  0x00002a6a rtn 
+ 00013601  0x00002a6d fetch  0x00000001 , 0x0000479a 
+ 00013602  0x00002a6e pincrease  0x00000001 
+ 00013603  0x00002a6f store  0x00000001 , 0x0000479a 
+ 00013604  0x00002a70 beq  0x00000001 , 0x00003527 
+ 00013605  0x00002a71 beq  0x00000002 , 0x0000352b 
+ 00013606  0x00002a72 rtn 
+ 00013607  0x00002a74 call  0x0000355c 
+ 00013608  0x00002a75 jam  0x00000001 , 0x00004771 
+ 00013609  0x00002a76 arg  0x0000476c , 0x00000013 
+ 00013610  0x00002a77 branch  0x00003544 
+ 00013611  0x00002a79 jam  0x00000000 , 0x0000479a 
+ 00013612  0x00002a7a jam  0x00000002 , 0x00004771 
+ 00013613  0x00002a7b arg  0x0000476c , 0x00000013 
+ 00013614  0x00002a7c call  0x00003544 
+ 00013615  0x00002a7d fetch  0x00000001 , 0x0000479e 
+ 00013616  0x00002a7e beq  0x00000001 , 0x00003551 
+ 00013617  0x00002a7f rtn 
+ 00013618  0x00002a82 fetch  0x00000002 , 0x00004797 
+ 00013619  0x00002a83 store  0x00000002 , 0x00004791 
+ 00013620  0x00002a84 call  0x0000355c 
+ 00013621  0x00002a85 branch  0x0000358f 
+ 00013622  0x00002a89 bpatch  0x000000cd , 0x00004019 
+ 00013623  0x00002a8a call  0x000036fc 
+ 00013624  0x00002a8b ifetch  0x00000001 , 0x00000011 
+ 00013625  0x00002a8c beq  0x00000003 , 0x0000353c 
+ 00013626  0x00002a8d beq  0x00000007 , 0x00003540 
+ 00013627  0x00002a8e rtn 
+ 00013628  0x00002a91 fetch  0x00000001 , 0x0000479e 
+ 00013629  0x00002a92 beq  0x00000000 , 0x00003551 
+ 00013630  0x00002a93 beq  0x00000001 , 0x0000355c 
+ 00013631  0x00002a94 rtn 
+ 00013632  0x00002a97 ifetch  0x00000001 , 0x00000012 
+ 00013633  0x00002a98 beq  0x00000001 , 0x00003564 
+ 00013634  0x00002a99 beq  0x00000000 , 0x00003569 
+ 00013635  0x00002a9a rtn 
+ 00013636  0x00002aa2 bpatch  0x000000ce , 0x00004019 
+ 00013637  0x00002aa3 fetch  0x00000001 , 0x0000478b 
+ 00013638  0x00002aa4 isolate1  0x00000000 , 0x0000003f 
+ 00013639  0x00002aa5 nrtn  0x00000001 
+ 00013640  0x00002aa6 add  0x00000013 , 0x00000006 , 0x00000006 
+ 00013641  0x00002aa7 ifetch  0x00000002 , 0x00000006 
+ 00013642  0x00002aa8 byteswap  0x0000003f , 0x0000003f 
+ 00013643  0x00002aa9 add  0x0000003f , 0x00000005 , 0x00000039 
+ 00013644  0x00002aaa add  0x00000013 , 0x00000003 , 0x00000006 
+ 00013645  0x00002aab call  0x000036f0 
+ 00013646  0x00002aac istore  0x00000001 , 0x00000006 
+ 00013647  0x00002aad copy  0x00000013 , 0x00000011 
+ 00013648  0x00002aae branch  0x00007e3d 
+ 00013649  0x00002ab5 fetch  0x00000001 , 0x00004759 
+ 00013650  0x00002ab6 rtn  0x00000034 
+ 00013651  0x00002ab7 jam  0x00000001 , 0x0000479e 
+ 00013652  0x00002ab8 arg  0x000046e9 , 0x00000013 
+ 00013653  0x00002ab9 call  0x00003582 
+ 00013654  0x00002aba arg  0x000046e2 , 0x00000013 
+ 00013655  0x00002abb call  0x00003584 
+ 00013656  0x00002abc jam  0x00000004 , 0x00004780 
+ 00013657  0x00002abd jam  0x00000001 , 0x00004783 
+ 00013658  0x00002abe arg  0x0000477b , 0x00000013 
+ 00013659  0x00002abf branch  0x00003544 
+ 00013660  0x00002ac1 fetch  0x00000001 , 0x0000479e 
+ 00013661  0x00002ac2 rtn  0x00000034 
+ 00013662  0x00002ac3 jam  0x00000000 , 0x0000479e 
+ 00013663  0x00002ac4 call  0x00003586 
+ 00013664  0x00002ac5 jam  0x00000004 , 0x00004780 
+ 00013665  0x00002ac6 jam  0x00000000 , 0x00004783 
+ 00013666  0x00002ac7 arg  0x0000477b , 0x00000013 
+ 00013667  0x00002ac8 branch  0x00003544 
+ 00013668  0x00002acb jam  0x00000001 , 0x0000479f 
+ 00013669  0x00002acc jam  0x00000007 , 0x00004780 
+ 00013670  0x00002acd jam  0x00000001 , 0x00004783 
+ 00013671  0x00002ace arg  0x0000477b , 0x00000013 
+ 00013672  0x00002acf branch  0x00003544 
+ 00013673  0x00002ad1 jam  0x00000000 , 0x0000479f 
+ 00013674  0x00002ad2 jam  0x00000007 , 0x00004780 
+ 00013675  0x00002ad3 jam  0x00000000 , 0x00004783 
+ 00013676  0x00002ad4 arg  0x0000477b , 0x00000013 
+ 00013677  0x00002ad5 branch  0x00003544 
+ 00013678  0x00002ad7 fetch  0x00000001 , 0x0000479f 
+ 00013679  0x00002ad8 rtn  0x00000034 
+ 00013680  0x00002ad9 branch  0x00003551 
+ 00013681  0x00002adc ifetch  0x00000002 , 0x00000011 
+ 00013682  0x00002add store  0x00000002 , 0x0000478b 
+ 00013683  0x00002ade isolate1  0x00000000 , 0x0000003f 
+ 00013684  0x00002adf nrtn  0x00000001 
+ 00013685  0x00002ae0 fetch  0x00000001 , 0x000047a0 
+ 00013686  0x00002ae1 rtn  0x00000034 
+ 00013687  0x00002ae2 jam  0x00000000 , 0x000047a0 
+ 00013688  0x00002ae3 fetch  0x00000008 , 0x000047b6 
+ 00013689  0x00002ae4 store  0x00000008 , 0x00004496 
+ 00013690  0x00002ae5 jam  0x00000002 , 0x00004790 
+ 00013691  0x00002ae6 call  0x000035af 
+ 00013692  0x00002ae7 call  0x000035b9 
+ 00013693  0x00002ae8 jam  0x00000007 , 0x00004780 
+ 00013694  0x00002ae9 fetch  0x00000001 , 0x0000479f 
+ 00013695  0x00002aea store  0x00000001 , 0x00004783 
+ 00013696  0x00002aeb arg  0x0000477b , 0x00000013 
+ 00013697  0x00002aec branch  0x00003544 
+ 00013698  0x00002af1 arg  0x00000001 , 0x00000011 
+ 00013699  0x00002af2 branch  0x00003585 
+ 00013700  0x00002af4 arg  0x00000000 , 0x00000011 
+ 00013701  0x00002af6 branch  0x0000358c 
+ 00013702  0x00002af9 arg  0x00000000 , 0x00000011 
+ 00013703  0x00002afa call  0x00007d19 
+ 00013704  0x00002afb arg  0x00000001 , 0x00000011 
+ 00013705  0x00002afc call  0x00007d19 
+ 00013706  0x00002afd fetch  0x00000001 , 0x000047a1 
+ 00013707  0x00002afe branch  0x000069d7 
+ 00013708  0x00002b01 call  0x00007d04 
+ 00013709  0x00002b02 arg  0x00000007 , 0x00000039 
+ 00013710  0x00002b03 branch  0x00007d26 
+ 00013711  0x00002b08 arg  0x000046b8 , 0x00000013 
+ 00013712  0x00002b09 arg  0x0000469a , 0x00000012 
+ 00013713  0x00002b0b call  0x00003596 
+ 00013714  0x00002b0c call  0x00003584 
+ 00013715  0x00002b0d fetch  0x00000002 , 0x00004795 
+ 00013716  0x00002b0e store  0x00000002 , 0x00004793 
+ 00013717  0x00002b0f branch  0x000033fa 
+ 00013718  0x00002b12 ifetch  0x00000002 , 0x00000012 
+ 00013719  0x00002b13 store  0x00000002 , 0x00004154 
+ 00013720  0x00002b14 ifetch  0x00000002 , 0x00000006 
+ 00013721  0x00002b15 store  0x00000002 , 0x00004482 
+ 00013722  0x00002b16 rtn 
+ 00013723  0x00002b19 arg  0x00000000 , 0x00000011 
+ 00013724  0x00002b1a call  0x000069a6 
+ 00013725  0x00002b1b fetch  0x00000006 , 0x000047a1 
+ 00013726  0x00002b1c store  0x00000006 , 0x00000a9a 
+ 00013727  0x00002b1d call  0x000069ae 
+ 00013728  0x00002b1e fetch  0x00000001 , 0x000047a1 
+ 00013729  0x00002b1f branch  0x000069d7 
+ 00013730  0x00002b22 jam  0x00000001 , 0x0000479b 
+ 00013731  0x00002b23 rtn 
+ 00013732  0x00002b25 jam  0x00000000 , 0x0000479b 
+ 00013733  0x00002b26 rtn 
+ 00013734  0x00002b2b jam  0x00000000 , 0x0000479c 
+ 00013735  0x00002b2c fetch  0x00000001 , 0x000047a1 
+ 00013736  0x00002b2d branch  0x000069d7 
+ 00013737  0x00002b30 jam  0x00000001 , 0x0000479c 
+ 00013738  0x00002b31 fetch  0x00000006 , 0x000047a1 
+ 00013739  0x00002b32 store  0x00000006 , 0x00000a9a 
+ 00013740  0x00002b33 branch  0x000069ae 
+ 00013741  0x00002b38 jam  0x00000000 , 0x0000422d 
+ 00013742  0x00002b39 branch  0x000068a8 
+ 00013743  0x00002b3c call  0x000068eb 
+ 00013744  0x00002b3d call  0x00006908 
+ 00013745  0x00002b3e store  0x00000002 , 0x000047b0 
+ 00013746  0x00002b3f arg  0x000047aa , 0x00000011 
+ 00013747  0x00002b40 call  0x00006930 
+ 00013748  0x00002b41 store  0x00000001 , 0x000047a9 
+ 00013749  0x00002b42 beq  0x00000000 , 0x000035be 
+ 00013750  0x00002b43 sub  0x0000003f , 0x00000064 , 0x0000003e 
+ 00013751  0x00002b44 nbranch  0x000035bc , 0x00000002 
+ 00013752  0x00002b45 store  0x00000001 , 0x00004783 
+ 00013753  0x00002b47 jam  0x00000005 , 0x00004780 
+ 00013754  0x00002b48 arg  0x0000477b , 0x00000013 
+ 00013755  0x00002b49 branch  0x00003544 
+ 00013756  0x00002b4b jam  0x00000064 , 0x00004783 
+ 00013757  0x00002b4c branch  0x000035b9 
+ 00013758  0x00002b4f branch  0x0000341a 
+ 00013759  0x00002b54 rtn  0x0000002b 
+ 00013760  0x00002b55 hfetch  0x00000001 , 0x00008081 
+ 00013761  0x00002b56 and_into  0x000000f0 , 0x0000003f 
+ 00013762  0x00002b57 hstore  0x00000001 , 0x00008081 
+ 00013763  0x00002b58 setarg  0x00003631 
+ 00013764  0x00002b59 store  0x00000002 , 0x000041eb 
+ 00013765  0x00002b5b setarg  0x00003633 
+ 00013766  0x00002b5c store  0x00000002 , 0x000041ed 
+ 00013767  0x00002b5e setarg  0x0000340a 
+ 00013768  0x00002b5f store  0x00000002 , 0x000041f7 
+ 00013769  0x00002b61 setarg  0x00003635 
+ 00013770  0x00002b62 store  0x00000002 , 0x000041f3 
+ 00013771  0x00002b64 setarg  0x0000364b 
+ 00013772  0x00002b65 store  0x00000002 , 0x000041f5 
+ 00013773  0x00002b67 setarg  0x000033d0 
+ 00013774  0x00002b68 store  0x00000002 , 0x000041e9 
+ 00013775  0x00002b6a setarg  0x000036f6 
+ 00013776  0x00002b6b store  0x00000002 , 0x000041f9 
+ 00013777  0x00002b6d setarg  0x0000367a 
+ 00013778  0x00002b6e store  0x00000002 , 0x000041fd 
+ 00013779  0x00002b70 call  0x00002c7a 
+ 00013780  0x00002b71 setarg  0x00003722 
+ 00013781  0x00002b72 add  0x00000013 , 0x000000de , 0x00000005 
+ 00013782  0x00002b73 istore  0x00000002 , 0x00000005 
+ 00013783  0x00002b75 setarg  0x000035ed 
+ 00013784  0x00002b76 store  0x00000002 , 0x0000475b 
+ 00013785  0x00002b78 setarg  0x000035ef 
+ 00013786  0x00002b79 store  0x00000002 , 0x0000475f 
+ 00013787  0x00002b7b bpatch  0x000000cf , 0x00004019 
+ 00013788  0x00002b7c call  0x00003628 
+ 00013789  0x00002b7d call  0x00007e38 
+ 00013790  0x00002b7e jam  0x00000002 , 0x00004172 
+ 00013791  0x00002b7f jam  0x00000000 , 0x000049f6 
+ 00013792  0x00002b80 fetch  0x00000001 , 0x000047cb 
+ 00013793  0x00002b81 store  0x00000001 , 0x0000469a 
+ 00013794  0x00002b82 beq  0x00000000 , 0x000035ee 
+ 00013795  0x00002b83 fetch  0x00000001 , 0x000047cc 
+ 00013796  0x00002b84 store  0x00000001 , 0x00004686 
+ 00013797  0x00002b85 jam  0x00000000 , 0x0000436e 
+ 00013798  0x00002b87 call  0x0000360f 
+ 00013799  0x00002b88 call  0x00007cd3 
+ 00013800  0x00002b89 call  0x00007cdd 
+ 00013801  0x00002b8a jam  0x00000001 , 0x000047f3 
+ 00013802  0x00002b8b fetch  0x00000002 , 0x00004682 
+ 00013803  0x00002b8c rtnbit1  0x0000000c 
+ 00013804  0x00002b8d branch  0x0000340a 
+ 00013805  0x00002b90 branch  0x0000360f 
+ 00013806  0x00002b93 jam  0x00000002 , 0x000047f3 
+ 00013807  0x00002b95 jam  0x00000001 , 0x0000436e 
+ 00013808  0x00002b96 call  0x0000360f 
+ 00013809  0x00002b97 arg  0x00000000 , 0x00000011 
+ 00013810  0x00002b98 call  0x00007d1e 
+ 00013811  0x00002b9a setarg  0x00000020 
+ 00013812  0x00002b9b call  0x000046f0 
+ 00013813  0x00002b9d arg  0x000043b7 , 0x00000005 
+ 00013814  0x00002b9e fetch  0x00000001 , 0x000044a0 
+ 00013815  0x00002ba0 and  0x0000003f , 0x000000f0 , 0x00000002 
+ 00013816  0x00002ba1 rshift4  0x00000002 , 0x00000002 
+ 00013817  0x00002ba2 call  0x00003609 
+ 00013818  0x00002ba3 istoret  0x00000001 , 0x00000005 
+ 00013819  0x00002ba4 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00013820  0x00002ba5 call  0x00003609 
+ 00013821  0x00002ba6 istoret  0x00000001 , 0x00000005 
+ 00013822  0x00002ba7 call  0x000057a6 
+ 00013823  0x00002ba8 fetcht  0x00000001 , 0x000043af 
+ 00013824  0x00002ba9 copy  0x00000002 , 0x00000039 
+ 00013825  0x00002baa arg  0x00004372 , 0x00000005 
+ 00013826  0x00002bab arg  0x000043b0 , 0x00000006 
+ 00013827  0x00002bac call  0x00007f01 
+ 00013828  0x00002bae fetcht  0x00000001 , 0x000043af 
+ 00013829  0x00002baf copy  0x00000002 , 0x00000039 
+ 00013830  0x00002bb0 arg  0x00004392 , 0x00000005 
+ 00013831  0x00002bb1 arg  0x000043b0 , 0x00000006 
+ 00013832  0x00002bb2 branch  0x00007f01 
+ 00013833  0x00002bb4 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00013834  0x00002bb5 branch  0x0000360d , 0x00000002 
+ 00013835  0x00002bb6 add  0x00000002 , 0x00000037 , 0x00000002 
+ 00013836  0x00002bb7 rtn 
+ 00013837  0x00002bb9 add  0x00000002 , 0x00000030 , 0x00000002 
+ 00013838  0x00002bba rtn 
+ 00013839  0x00002bbd fetch  0x00000001 , 0x000047c0 
+ 00013840  0x00002bbe bne  0x000000ff , 0x00003621 
+ 00013841  0x00002bc0 fetch  0x00000001 , 0x000047be 
+ 00013842  0x00002bc1 bne  0x000000ff , 0x00003624 
+ 00013843  0x00002bc3 fetch  0x00000001 , 0x000047c9 
+ 00013844  0x00002bc4 bne  0x000000ff , 0x00003626 
+ 00013845  0x00002bc6 fetch  0x00000001 , 0x0000472c 
+ 00013846  0x00002bc7 copy  0x0000003f , 0x00000039 
+ 00013847  0x00002bc8 setarg  0x0000472d 
+ 00013848  0x00002bc9 copy  0x0000003f , 0x00000011 
+ 00013849  0x00002bcb copy  0x00000011 , 0x00000006 
+ 00013850  0x00002bcc ifetch  0x00000001 , 0x00000006 
+ 00013851  0x00002bcd copy  0x00000006 , 0x00000011 
+ 00013852  0x00002bce beq  0x000000ff , 0x0000361f 
+ 00013853  0x00002bcf copy  0x0000003f , 0x00000002 
+ 00013854  0x00002bd0 call  0x0000680e 
+ 00013855  0x00002bd2 loop  0x00003619 
+ 00013856  0x00002bd4 rtn 
+ 00013857  0x00002bd6 fetch  0x00000008 , 0x000047c0 
+ 00013858  0x00002bd7 store  0x00000008 , 0x0000472f 
+ 00013859  0x00002bd8 branch  0x00003611 
+ 00013860  0x00002bda store  0x00000001 , 0x0000472d 
+ 00013861  0x00002bdb branch  0x00003613 
+ 00013862  0x00002bdd store  0x00000001 , 0x0000472e 
+ 00013863  0x00002bde branch  0x00003615 
+ 00013864  0x00002be2 arg  0x00000000 , 0x00000011 
+ 00013865  0x00002be3 call  0x000069a6 
+ 00013866  0x00002be4 call  0x000037e4 
+ 00013867  0x00002be5 call  0x00002c7d 
+ 00013868  0x00002be6 branch  0x0000362d 
+ 00013869  0x00002be9 jam  0x00000064 , 0x000047cf 
+ 00013870  0x00002bea fetch  0x00000001 , 0x000047c9 
+ 00013871  0x00002beb store  0x00000001 , 0x00004744 
+ 00013872  0x00002bec branch  0x000068a8 
+ 00013873  0x00002bef call  0x00006835 
+ 00013874  0x00002bf0 branch  0x0000696c 
+ 00013875  0x00002bf3 branch  0x0000696c 
+ 00013876  0x00002bf8 branch  0x00006978 
+ 00013877  0x00002bfb call  0x00003642 
+ 00013878  0x00002bfc call  0x000037ee 
+ 00013879  0x00002bfd call  0x00003639 
+ 00013880  0x00002bfe branch  0x00003634 
+ 00013881  0x00002c01 fetch  0x00000002 , 0x00004682 
+ 00013882  0x00002c02 rtnbit1  0x00000009 
+ 00013883  0x00002c03 fetch  0x00000001 , 0x000049f6 
+ 00013884  0x00002c04 beq  0x00000001 , 0x0000363e 
+ 00013885  0x00002c05 rtn 
+ 00013886  0x00002c07 fetch  0x00000001 , 0x000047ea 
+ 00013887  0x00002c08 rtneq  0x00000001 
+ 00013888  0x00002c09 jam  0x00000001 , 0x000047ea 
+ 00013889  0x00002c0a branch  0x00003654 
+ 00013890  0x00002c0d fetch  0x00000002 , 0x00004682 
+ 00013891  0x00002c0e rtnbit0  0x00000009 
+ 00013892  0x00002c0f call  0x00005892 
+ 00013893  0x00002c10 nrtn  0x00000034 
+ 00013894  0x00002c11 arg  0x00004718 , 0x00000011 
+ 00013895  0x00002c12 call  0x00007e54 
+ 00013896  0x00002c13 nrtn  0x00000028 
+ 00013897  0x00002c14 arg  0x00004718 , 0x00000006 
+ 00013898  0x00002c15 branch  0x00004746 
+ 00013899  0x00002c18 copy  0x00000013 , 0x0000003f 
+ 00013900  0x00002c19 beq  0x0000002d , 0x00003431 
+ 00013901  0x00002c1a beq  0x00000010 , 0x0000341a 
+ 00013902  0x00002c1b beq  0x00000014 , 0x00003651 
+ 00013903  0x00002c1c beq  0x00000015 , 0x00003660 
+ 00013904  0x00002c1d rtn 
+ 00013905  0x00002c20 setarg  0x00000000 
+ 00013906  0x00002c21 call  0x00003220 
+ 00013907  0x00002c22 branch  0x00003656 
+ 00013908  0x00002c24 fetch  0x00000002 , 0x000047eb 
+ 00013909  0x00002c25 store  0x00000002 , 0x000047ed 
+ 00013910  0x00002c27 jam  0x00000014 , 0x000047ce 
+ 00013911  0x00002c28 jam  0x00000000 , 0x00004091 
+ 00013912  0x00002c29 call  0x000033f8 
+ 00013913  0x00002c2a call  0x00003416 
+ 00013914  0x00002c2b fetch  0x00000001 , 0x000047bd 
+ 00013915  0x00002c2c beq  0x00000001 , 0x0000365e 
+ 00013916  0x00002c2e arg  0x00000000 , 0x00000011 
+ 00013917  0x00002c2f branch  0x00007d14 
+ 00013918  0x00002c31 arg  0x00000000 , 0x00000011 
+ 00013919  0x00002c32 branch  0x00007d19 
+ 00013920  0x00002c35 setarg  0x00000002 
+ 00013921  0x00002c36 call  0x00003220 
+ 00013922  0x00002c38 setarg  0x00000000 
+ 00013923  0x00002c39 store  0x00000005 , 0x0000479c 
+ 00013924  0x00002c3a setarg  0x00000004 
+ 00013925  0x00002c3b call  0x000069d7 
+ 00013926  0x00002c3c setarg  0x00000005 
+ 00013927  0x00002c3d call  0x000069d7 
+ 00013928  0x00002c3e setarg  0x00000014 
+ 00013929  0x00002c3f call  0x000069d7 
+ 00013930  0x00002c40 setarg  0x00000015 
+ 00013931  0x00002c41 call  0x000069d7 
+ 00013932  0x00002c42 setarg  0x00000016 
+ 00013933  0x00002c43 call  0x000069d7 
+ 00013934  0x00002c44 setarg  0x00000007 
+ 00013935  0x00002c45 call  0x000069d7 
+ 00013936  0x00002c46 call  0x00007e38 
+ 00013937  0x00002c47 jam  0x0000000a , 0x0000475e 
+ 00013938  0x00002c48 jam  0x0000000a , 0x00004760 
+ 00013939  0x00002c49 jam  0x0000000a , 0x00004762 
+ 00013940  0x00002c4b jam  0x00000002 , 0x00004172 
+ 00013941  0x00002c4c arg  0x00000000 , 0x00000011 
+ 00013942  0x00002c4d call  0x00007d1e 
+ 00013943  0x00002c4f setarg  0x00000020 
+ 00013944  0x00002c50 call  0x000046f0 
+ 00013945  0x00002c51 branch  0x000033fa 
+ 00013946  0x00002c55 call  0x0000373b 
+ 00013947  0x00002c56 call  0x0000373e 
+ 00013948  0x00002c57 call  0x00003741 
+ 00013949  0x00002c58 call  0x0000337b 
+ 00013950  0x00002c59 call  0x000036c8 
+ 00013951  0x00002c5a call  0x000036a1 
+ 00013952  0x00002c5b call  0x0000368a 
+ 00013953  0x00002c5c call  0x00003683 
+ 00013954  0x00002c5d branch  0x0000368f 
+ 00013955  0x00002c60 arg  0x0000479a , 0x00000013 
+ 00013956  0x00002c61 arg  0x00003686 , 0x00000012 
+ 00013957  0x00002c62 branch  0x0000336d 
+ 00013958  0x00002c64 call  0x00003847 
+ 00013959  0x00002c65 nrtn  0x00000001 
+ 00013960  0x00002c66 jam  0x00000001 , 0x0000479b 
+ 00013961  0x00002c67 rtn 
+ 00013962  0x00002c6a arg  0x000047ed , 0x00000013 
+ 00013963  0x00002c6b arg  0x0000368d , 0x00000012 
+ 00013964  0x00002c6c branch  0x00003374 
+ 00013965  0x00002c6e jam  0x00000002 , 0x000047ea 
+ 00013966  0x00002c6f branch  0x00003662 
+ 00013967  0x00002c72 arg  0x000047f1 , 0x00000013 
+ 00013968  0x00002c73 arg  0x00003692 , 0x00000012 
+ 00013969  0x00002c74 branch  0x0000336d 
+ 00013970  0x00002c76 fetch  0x00000001 , 0x000047f2 
+ 00013971  0x00002c77 branch  0x0000369e , 0x00000034 
+ 00013972  0x00002c78 jam  0x00000002 , 0x000047f1 
+ 00013973  0x00002c79 jam  0x00000000 , 0x000047f2 
+ 00013974  0x00002c7a setarg  0x00000a02 
+ 00013975  0x00002c7b store  0x00000002 , 0x00004752 
+ 00013976  0x00002c7c fetch  0x00000001 , 0x000047b9 
+ 00013977  0x00002c7d beq  0x00000003 , 0x0000369b 
+ 00013978  0x00002c7f branch  0x00003762 
+ 00013979  0x00002c81 setarg  0x00000a02 
+ 00013980  0x00002c82 store  0x00000002 , 0x00004754 
+ 00013981  0x00002c83 branch  0x00003762 
+ 00013982  0x00002c85 setarg  0x00000000 
+ 00013983  0x00002c86 store  0x00000004 , 0x00004752 
+ 00013984  0x00002c87 branch  0x00003762 
+ 00013985  0x00002c8a fetch  0x00000001 , 0x000047c8 
+ 00013986  0x00002c8b rtn  0x00000034 
+ 00013987  0x00002c8c fetch  0x00000002 , 0x00004682 
+ 00013988  0x00002c8d bbit0  0x00000009 , 0x000036c6 
+ 00013989  0x00002c8e arg  0x000047ce , 0x00000013 
+ 00013990  0x00002c8f arg  0x000036a8 , 0x00000012 
+ 00013991  0x00002c90 branch  0x0000336d 
+ 00013992  0x00002c92 fetch  0x00000001 , 0x000047cd 
+ 00013993  0x00002c93 store  0x00000001 , 0x000047ce 
+ 00013994  0x00002c94 fetch  0x00000001 , 0x000047d1 
+ 00013995  0x00002c95 nrtn  0x00000034 
+ 00013996  0x00002c97 call  0x000068eb 
+ 00013997  0x00002c98 call  0x00006908 
+ 00013998  0x00002c99 store  0x00000002 , 0x000047e8 
+ 00013999  0x00002c9a arg  0x000047e2 , 0x00000011 
+ 00014000  0x00002c9b call  0x00006930 
+ 00014001  0x00002c9c fetcht  0x00000001 , 0x000047cf 
+ 00014002  0x00002c9d isub  0x00000002 , 0x0000003e 
+ 00014003  0x00002c9e branch  0x000036b6 , 0x00000002 
+ 00014004  0x00002c9f store  0x00000001 , 0x000047cf 
+ 00014005  0x00002ca0 copy  0x0000003f , 0x00000002 
+ 00014006  0x00002ca2 storet  0x00000001 , 0x000047d0 
+ 00014007  0x00002ca3 fetch  0x00000001 , 0x000047ca 
+ 00014008  0x00002ca4 isub  0x00000002 , 0x0000003e 
+ 00014009  0x00002ca5 call  0x000036c1 , 0x00000002 
+ 00014010  0x00002ca6 storet  0x00000001 , 0x000047db 
+ 00014011  0x00002ca7 arg  0x00000006 , 0x00000039 
+ 00014012  0x00002ca8 arg  0x000047d6 , 0x00000006 
+ 00014013  0x00002ca9 call  0x000036f0 
+ 00014014  0x00002caa store  0x00000001 , 0x000047dc 
+ 00014015  0x00002cab arg  0x000047d3 , 0x00000011 
+ 00014016  0x00002cac branch  0x00007e3d 
+ 00014017  0x00002cae fetch  0x00000001 , 0x000047d2 
+ 00014018  0x00002caf nrtn  0x00000034 
+ 00014019  0x00002cb0 jam  0x00000001 , 0x000047d2 
+ 00014020  0x00002cb1 arg  0x00000001 , 0x00000011 
+ 00014021  0x00002cb2 branch  0x00007d1e 
+ 00014022  0x00002cb4 arg  0x00000001 , 0x00000011 
+ 00014023  0x00002cb5 branch  0x00007d19 
+ 00014024  0x00002cb8 arg  0x000047a4 , 0x00000013 
+ 00014025  0x00002cb9 arg  0x000036cb , 0x00000012 
+ 00014026  0x00002cba branch  0x0000336d 
+ 00014027  0x00002cbc jam  0x00000005 , 0x000047a4 
+ 00014028  0x00002cbd jam  0x00000000 , 0x000047a6 
+ 00014029  0x00002cbe fetch  0x00000001 , 0x000047a5 
+ 00014030  0x00002cbf beq  0x00000001 , 0x000036ee 
+ 00014031  0x00002cc0 beq  0x00000000 , 0x000036ec 
+ 00014032  0x00002cc2 arg  0x0000479c , 0x00000006 
+ 00014033  0x00002cc3 copy  0x00000006 , 0x00000011 
+ 00014034  0x00002cc4 arg  0x00000008 , 0x00000039 
+ 00014035  0x00002cc6 copy  0x00000011 , 0x00000006 
+ 00014036  0x00002cc7 ifetch  0x00000001 , 0x00000006 
+ 00014037  0x00002cc8 copy  0x00000006 , 0x00000011 
+ 00014038  0x00002cc9 beq  0x00000000 , 0x000036e3 
+ 00014039  0x00002cca beq  0x00000001 , 0x000036e6 
+ 00014040  0x00002ccb beq  0x00000002 , 0x000036e9 
+ 00014041  0x00002ccd fetch  0x00000001 , 0x000047a6 
+ 00014042  0x00002cce increase  0x00000001 , 0x0000003f 
+ 00014043  0x00002ccf store  0x00000001 , 0x000047a6 
+ 00014044  0x00002cd0 loop  0x000036d3 
+ 00014045  0x00002cd1 rtn 
+ 00014046  0x00002cd3 fetch  0x00000001 , 0x000047a6 
+ 00014047  0x00002cd4 arg  0x000047c0 , 0x00000012 
+ 00014048  0x00002cd5 iadd  0x00000012 , 0x00000012 
+ 00014049  0x00002cd6 ifetcht  0x00000001 , 0x00000012 
+ 00014050  0x00002cd7 rtn 
+ 00014051  0x00002cd9 call  0x000036de 
+ 00014052  0x00002cda call  0x00006825 
+ 00014053  0x00002cdb branch  0x000036d9 
+ 00014054  0x00002cdd call  0x000036de 
+ 00014055  0x00002cde call  0x00006829 
+ 00014056  0x00002cdf branch  0x000036d9 
+ 00014057  0x00002ce1 fetch  0x00000001 , 0x000047a5 
+ 00014058  0x00002ce2 beq  0x00000001 , 0x000036e3 
+ 00014059  0x00002ce3 branch  0x000036e6 
+ 00014060  0x00002ce5 jam  0x00000001 , 0x000047a5 
+ 00014061  0x00002ce6 branch  0x000036d0 
+ 00014062  0x00002ce8 jam  0x00000000 , 0x000047a5 
+ 00014063  0x00002ce9 branch  0x000036d0 
+ 00014064  0x00002cee arg  0x00000000 , 0x00000011 
+ 00014065  0x00002cf0 ifetch  0x00000001 , 0x00000006 
+ 00014066  0x00002cf1 iadd  0x00000011 , 0x00000011 
+ 00014067  0x00002cf2 loop  0x000036f1 
+ 00014068  0x00002cf4 and  0x00000011 , 0x000000ff , 0x0000003f 
+ 00014069  0x00002cf5 rtn 
+ 00014070  0x00002cf8 fetch  0x00000001 , 0x00000477 
+ 00014071  0x00002cf9 beq  0x00000012 , 0x000036f9 
+ 00014072  0x00002cfa rtn 
+ 00014073  0x00002cfc fetch  0x00000002 , 0x00000478 
+ 00014074  0x00002cfd beq  0x00000014 , 0x00003710 
+ 00014075  0x00002cfe rtn 
+ 00014076  0x00002d0b bpatch  0x000000d0 , 0x0000401a 
+ 00014077  0x00002d0c ifetch  0x00000005 , 0x00000011 
+ 00014078  0x00002d0d store  0x00000005 , 0x00000b12 
+ 00014079  0x00002d0e fetch  0x00000002 , 0x00000b12 
+ 00014080  0x00002d0f arg  0x00006b5a , 0x00000002 
+ 00014081  0x00002d10 isub  0x00000002 , 0x0000003e 
+ 00014082  0x00002d11 nrtn  0x00000005 
+ 00014083  0x00002d12 fetch  0x00000002 , 0x00000b15 
+ 00014084  0x00002d13 byteswap  0x0000003f , 0x0000003f 
+ 00014085  0x00002d14 store  0x00000002 , 0x00000b15 
+ 00014086  0x00002d15 copy  0x0000003f , 0x00000039 
+ 00014087  0x00002d16 increase  0x00000005 , 0x00000011 
+ 00014088  0x00002d17 copy  0x00000011 , 0x00000006 
+ 00014089  0x00002d18 arg  0x00000b17 , 0x00000005 
+ 00014090  0x00002d19 call  0x00007f01 
+ 00014091  0x00002d1a ifetch  0x00000001 , 0x00000006 
+ 00014092  0x00002d1b store  0x00000001 , 0x00000b21 
+ 00014093  0x00002d1c arg  0x00000b14 , 0x00000011 
+ 00014094  0x00002d1d arg  0x00000b17 , 0x00000012 
+ 00014095  0x00002d1e rtn 
+ 00014096  0x00002d21 setarg  0x00000000 
+ 00014097  0x00002d22 store  0x00000005 , 0x00004752 
+ 00014098  0x00002d23 store  0x00000005 , 0x00004757 
+ 00014099  0x00002d24 call  0x000036fc 
+ 00014100  0x00002d25 copy  0x00000012 , 0x00000006 
+ 00014101  0x00002d26 arg  0x00004752 , 0x00000005 
+ 00014102  0x00002d27 arg  0x0000000a , 0x00000039 
+ 00014103  0x00002d28 call  0x00007f01 
+ 00014104  0x00002d2a bpatch  0x000000d1 , 0x0000401a 
+ 00014105  0x00002d2b ifetch  0x00000001 , 0x00000011 
+ 00014106  0x00002d2c beq  0x00000002 , 0x0000374a 
+ 00014107  0x00002d2d beq  0x00000003 , 0x0000375c 
+ 00014108  0x00002d2e beq  0x00000004 , 0x00003762 
+ 00014109  0x00002d2f beq  0x00000005 , 0x00003762 
+ 00014110  0x00002d30 beq  0x00000006 , 0x000037b1 
+ 00014111  0x00002d31 beq  0x00000007 , 0x00003849 
+ 00014112  0x00002d32 beq  0x00000008 , 0x0000384c 
+ 00014113  0x00002d33 rtn 
+ 00014114  0x00002d36 fetch  0x00000002 , 0x00004682 
+ 00014115  0x00002d37 rtnbit1  0x00000009 
+ 00014116  0x00002d39 fetch  0x00000002 , 0x000047eb 
+ 00014117  0x00002d3a store  0x00000002 , 0x000047ed 
+ 00014118  0x00002d3c jam  0x00000001 , 0x000049f6 
+ 00014119  0x00002d3e setarg  0x0000010c 
+ 00014120  0x00002d3f call  0x000032cd 
+ 00014121  0x00002d40 call  0x00003710 
+ 00014122  0x00002d42 fetch  0x00000001 , 0x00000b14 
+ 00014123  0x00002d43 beq  0x00000004 , 0x0000372e 
+ 00014124  0x00002d44 beq  0x00000005 , 0x0000372e 
+ 00014125  0x00002d45 rtn 
+ 00014126  0x00002d47 fetch  0x00000001 , 0x00004752 
+ 00014127  0x00002d48 ncall  0x00003735 , 0x00000034 
+ 00014128  0x00002d49 fetch  0x00000001 , 0x00004754 
+ 00014129  0x00002d4a ncall  0x00003737 , 0x00000034 
+ 00014130  0x00002d4b fetch  0x00000001 , 0x00004756 
+ 00014131  0x00002d4c ncall  0x00003739 , 0x00000034 
+ 00014132  0x00002d4d rtn 
+ 00014133  0x00002d50 jam  0x00000005 , 0x000049f3 
+ 00014134  0x00002d51 rtn 
+ 00014135  0x00002d53 jam  0x00000005 , 0x000049f4 
+ 00014136  0x00002d54 rtn 
+ 00014137  0x00002d56 jam  0x00000005 , 0x000049f5 
+ 00014138  0x00002d57 rtn 
+ 00014139  0x00002d5a arg  0x000049f3 , 0x00000013 
+ 00014140  0x00002d5b arg  0x00003744 , 0x00000012 
+ 00014141  0x00002d5c branch  0x0000336d 
+ 00014142  0x00002d5e arg  0x000049f4 , 0x00000013 
+ 00014143  0x00002d5f arg  0x00003746 , 0x00000012 
+ 00014144  0x00002d60 branch  0x0000336d 
+ 00014145  0x00002d62 arg  0x000049f5 , 0x00000013 
+ 00014146  0x00002d63 arg  0x00003748 , 0x00000012 
+ 00014147  0x00002d64 branch  0x0000336d 
+ 00014148  0x00002d67 jam  0x00000000 , 0x00004752 
+ 00014149  0x00002d68 branch  0x00003762 
+ 00014150  0x00002d6a jam  0x00000000 , 0x00004754 
+ 00014151  0x00002d6b branch  0x00003762 
+ 00014152  0x00002d6d jam  0x00000000 , 0x00004756 
+ 00014153  0x00002d6e branch  0x00003762 
+ 00014154  0x00002d74 call  0x0000374c 
+ 00014155  0x00002d75 branch  0x0000374f 
+ 00014156  0x00002d77 fetch  0x00000001 , 0x00004752 
+ 00014157  0x00002d78 store  0x00000001 , 0x0000475f 
+ 00014158  0x00002d79 branch  0x00003773 
+ 00014159  0x00002d7b fetch  0x00000001 , 0x0000475e 
+ 00014160  0x00002d7c call  0x00003754 
+ 00014161  0x00002d7d fetch  0x00000001 , 0x00004753 
+ 00014162  0x00002d7e store  0x00000001 , 0x0000475d 
+ 00014163  0x00002d7f branch  0x00003770 
+ 00014164  0x00002d81 beq  0x00000002 , 0x00003758 
+ 00014165  0x00002d82 beq  0x00000003 , 0x0000375a 
+ 00014166  0x00002d83 store  0x00000001 , 0x0000475e 
+ 00014167  0x00002d84 rtn 
+ 00014168  0x00002d86 jam  0x00000005 , 0x0000475e 
+ 00014169  0x00002d87 rtn 
+ 00014170  0x00002d89 jam  0x0000000a , 0x0000475e 
+ 00014171  0x00002d8a rtn 
+ 00014172  0x00002d8c fetch  0x00000001 , 0x00004752 
+ 00014173  0x00002d8d call  0x00003754 
+ 00014174  0x00002d8e fetch  0x00000001 , 0x0000475e 
+ 00014175  0x00002d8f call  0x0000379e 
+ 00014176  0x00002d90 call  0x000037a1 
+ 00014177  0x00002d91 branch  0x000069c4 
+ 00014178  0x00002d94 fetch  0x00000001 , 0x000047f0 
+ 00014179  0x00002d95 nrtn  0x00000034 
+ 00014180  0x00002d96 fetch  0x00000006 , 0x00004752 
+ 00014181  0x00002d97 store  0x00000006 , 0x0000475d 
+ 00014182  0x00002d98 fetch  0x00000001 , 0x0000475e 
+ 00014183  0x00002d99 fetcht  0x00000001 , 0x00004760 
+ 00014184  0x00002d9a iand  0x00000002 , 0x0000003f 
+ 00014185  0x00002d9b fetcht  0x00000001 , 0x00004762 
+ 00014186  0x00002d9c iand  0x00000002 , 0x0000003f 
+ 00014187  0x00002d9d call  0x00003779 , 0x00000034 
+ 00014188  0x00002d9e bpatch  0x000000d2 , 0x0000401a 
+ 00014189  0x00002d9f call  0x00003770 
+ 00014190  0x00002da0 call  0x00003773 
+ 00014191  0x00002da1 branch  0x00003776 
+ 00014192  0x00002da3 arg  0x00004763 , 0x00000012 
+ 00014193  0x00002da4 arg  0x0000475d , 0x00000006 
+ 00014194  0x00002da5 branch  0x0000377b 
+ 00014195  0x00002da7 arg  0x0000476b , 0x00000012 
+ 00014196  0x00002da8 arg  0x0000475f , 0x00000006 
+ 00014197  0x00002da9 branch  0x0000377b 
+ 00014198  0x00002dab arg  0x00004773 , 0x00000012 
+ 00014199  0x00002dac arg  0x00004761 , 0x00000006 
+ 00014200  0x00002dad branch  0x0000377b 
+ 00014201  0x00002daf jam  0x00000000 , 0x000047d1 
+ 00014202  0x00002db0 rtn 
+ 00014203  0x00002db3 ifetch  0x00000001 , 0x00000006 
+ 00014204  0x00002db4 beq  0x00000000 , 0x00003787 
+ 00014205  0x00002db5 beq  0x00000001 , 0x00003780 
+ 00014206  0x00002db6 beq  0x00000002 , 0x00003782 
+ 00014207  0x00002db7 rtn 
+ 00014208  0x00002db9 jam  0x00000000 , 0x0000477b 
+ 00014209  0x00002dba branch  0x00003783 
+ 00014210  0x00002dbc jam  0x00000001 , 0x0000477b 
+ 00014211  0x00002dbd ifetch  0x00000001 , 0x00000006 
+ 00014212  0x00002dbe store  0x00000001 , 0x0000477d 
+ 00014213  0x00002dbf ifetch  0x00000008 , 0x00000012 
+ 00014214  0x00002dc0 branch  0x0000378c 
+ 00014215  0x00002dc3 ifetch  0x00000001 , 0x00000012 
+ 00014216  0x00002dc4 call  0x000069d7 
+ 00014217  0x00002dc5 increase  0x00000001 , 0x00000012 
+ 00014218  0x00002dc6 ifetch  0x00000001 , 0x00000012 
+ 00014219  0x00002dc7 branch  0x000069d7 
+ 00014220  0x00002dc9 store  0x00000008 , 0x0000477e 
+ 00014221  0x00002dca jam  0x00000001 , 0x000047d1 
+ 00014222  0x00002dcb fetch  0x00000001 , 0x0000477b 
+ 00014223  0x00002dcc beq  0x00000000 , 0x0000379a 
+ 00014224  0x00002dce fetch  0x00000001 , 0x0000477f 
+ 00014225  0x00002dcf store  0x00000001 , 0x00004780 
+ 00014226  0x00002dd0 fetch  0x00000001 , 0x0000477e 
+ 00014227  0x00002dd2 call  0x000069d7 
+ 00014228  0x00002dd3 fetch  0x00000001 , 0x0000477d 
+ 00014229  0x00002dd4 call  0x0000379e 
+ 00014230  0x00002dd5 store  0x00000001 , 0x00004785 
+ 00014231  0x00002dd6 fetch  0x00000006 , 0x00004780 
+ 00014232  0x00002dd7 store  0x00000006 , 0x00000a9a 
+ 00014233  0x00002dd8 branch  0x000069ae 
+ 00014234  0x00002dda fetch  0x00000001 , 0x0000477e 
+ 00014235  0x00002ddb store  0x00000001 , 0x00004780 
+ 00014236  0x00002ddc fetch  0x00000001 , 0x0000477f 
+ 00014237  0x00002ddd branch  0x00003793 
+ 00014238  0x00002de0 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00014239  0x00002de1 add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00014240  0x00002de2 rtn 
+ 00014241  0x00002de4 arg  0x00002ee0 , 0x00000002 
+ 00014242  0x00002de5 imul32  0x00000002 , 0x0000003f 
+ 00014243  0x00002de6 div  0x0000003f , 0x00000064 
+ 00014244  0x00002de7 call  0x00007f86 
+ 00014245  0x00002de8 quotient  0x00000002 
+ 00014246  0x00002de9 copy  0x00000002 , 0x00000011 
+ 00014247  0x00002dea setarg  0x00002ee0 
+ 00014248  0x00002deb isub  0x00000002 , 0x00000012 
+ 00014249  0x00002dec rtn 
+ 00014250  0x00002df0 hfetch  0x00000001 , 0x00008082 
+ 00014251  0x00002df1 set1  0x00000002 , 0x0000003f 
+ 00014252  0x00002df2 hstore  0x00000001 , 0x00008082 
+ 00014253  0x00002df3 setarg  0x0000009e 
+ 00014254  0x00002df4 hstore  0x00000002 , 0x00008068 
+ 00014255  0x00002df5 hstore  0x00000002 , 0x0000806a 
+ 00014256  0x00002df6 rtn 
+ 00014257  0x00002df9 fetch  0x00000001 , 0x000047f0 
+ 00014258  0x00002dfa nrtn  0x00000034 
+ 00014259  0x00002dfb fetch  0x00000002 , 0x00004752 
+ 00014260  0x00002dfc store  0x00000002 , 0x00004787 
+ 00014261  0x00002dfd fetch  0x00000001 , 0x000047ea 
+ 00014262  0x00002dfe bne  0x00000001 , 0x000037b9 
+ 00014263  0x00002dff fetch  0x00000002 , 0x000044a0 
+ 00014264  0x00002e00 store  0x00000002 , 0x00004787 
+ 00014265  0x00002e02 bpatch  0x000000d3 , 0x0000401a 
+ 00014266  0x00002e03 call  0x000037aa 
+ 00014267  0x00002e04 call  0x000037dc 
+ 00014268  0x00002e05 setarg  0x0000bb80 
+ 00014269  0x00002e06 call  0x00002a8f 
+ 00014270  0x00002e07 call  0x000037e0 
+ 00014271  0x00002e08 setarg  0x00001c20 
+ 00014272  0x00002e09 call  0x00002a8f 
+ 00014273  0x00002e0a arg  0x00000010 , 0x00000039 
+ 00014274  0x00002e0c call  0x000037dc 
+ 00014275  0x00002e0d fetch  0x00000002 , 0x00004787 
+ 00014276  0x00002e0e bbit1  0x00000000 , 0x000037c9 
+ 00014277  0x00002e0f setarg  0x00001c20 
+ 00014278  0x00002e10 call  0x00002a8f 
+ 00014279  0x00002e11 call  0x000037e0 
+ 00014280  0x00002e12 branch  0x000037cc 
+ 00014281  0x00002e15 setarg  0x00003840 
+ 00014282  0x00002e16 call  0x00002a8f 
+ 00014283  0x00002e17 call  0x000037e0 
+ 00014284  0x00002e19 setarg  0x00001c20 
+ 00014285  0x00002e1a call  0x00002a8f 
+ 00014286  0x00002e1b fetch  0x00000002 , 0x00004787 
+ 00014287  0x00002e1c rshift  0x0000003f , 0x0000003f 
+ 00014288  0x00002e1d store  0x00000002 , 0x00004787 
+ 00014289  0x00002e1e loop  0x000037c2 
+ 00014290  0x00002e20 jam  0x00000002 , 0x000047f1 
+ 00014291  0x00002e21 jam  0x00000001 , 0x000047f2 
+ 00014292  0x00002e22 setarg  0x00000a01 
+ 00014293  0x00002e23 store  0x00000002 , 0x00004752 
+ 00014294  0x00002e24 fetch  0x00000001 , 0x000047b9 
+ 00014295  0x00002e25 beq  0x00000003 , 0x000037d9 
+ 00014296  0x00002e27 branch  0x00003762 
+ 00014297  0x00002e29 setarg  0x00000a01 
+ 00014298  0x00002e2a store  0x00000002 , 0x00004754 
+ 00014299  0x00002e2b branch  0x00003762 
+ 00014300  0x00002e2e hfetch  0x00000001 , 0x00008085 
+ 00014301  0x00002e2f or_into  0x00000040 , 0x0000003f 
+ 00014302  0x00002e30 hstore  0x00000001 , 0x00008085 
+ 00014303  0x00002e31 rtn 
+ 00014304  0x00002e33 hfetch  0x00000001 , 0x00008085 
+ 00014305  0x00002e34 and_into  0x000000bf , 0x0000003f 
+ 00014306  0x00002e35 hstore  0x00000001 , 0x00008085 
+ 00014307  0x00002e36 rtn 
+ 00014308  0x00002e39 fetch  0x00000001 , 0x000047bb 
+ 00014309  0x00002e3a rtneq  0x00000000 
+ 00014310  0x00002e3b call  0x00002c65 
+ 00014311  0x00002e3c fetcht  0x00000001 , 0x000047bc 
+ 00014312  0x00002e3d storet  0x00000001 , 0x00004786 
+ 00014313  0x00002e3e call  0x000067fb 
+ 00014314  0x00002e3f call  0x00003847 
+ 00014315  0x00002e40 nrtn  0x00000001 
+ 00014316  0x00002e41 jam  0x00000001 , 0x0000479a 
+ 00014317  0x00002e42 rtn 
+ 00014318  0x00002e45 fetch  0x00000001 , 0x000047bb 
+ 00014319  0x00002e46 rtneq  0x00000000 
+ 00014320  0x00002e47 fetch  0x00000001 , 0x0000479b 
+ 00014321  0x00002e48 nrtn  0x00000034 
+ 00014322  0x00002e49 fetch  0x00000002 , 0x00004682 
+ 00014323  0x00002e4a bbit1  0x00000009 , 0x000037f6 
+ 00014324  0x00002e4b fetch  0x00000001 , 0x000047ea 
+ 00014325  0x00002e4c rtnne  0x00000001 
+ 00014326  0x00002e4e bpatch  0x000000d4 , 0x0000401a 
+ 00014327  0x00002e4f call  0x00003847 
+ 00014328  0x00002e50 nrtn  0x00000001 
+ 00014329  0x00002e51 setarg  0x00008ca0 
+ 00014330  0x00002e52 call  0x00002a8f 
+ 00014331  0x00002e53 call  0x00003847 
+ 00014332  0x00002e54 nrtn  0x00000001 
+ 00014333  0x00002e55 call  0x0000383f 
+ 00014334  0x00002e57 call  0x00003842 
+ 00014335  0x00002e58 nrtn  0x00000002 
+ 00014336  0x00002e59 call  0x00003847 
+ 00014337  0x00002e5a branch  0x000037fe , 0x00000001 
+ 00014338  0x00002e5b arg  0x00000000 , 0x00000011 
+ 00014339  0x00002e5c arg  0x00000010 , 0x00000039 
+ 00014340  0x00002e5d call  0x0000383f 
+ 00014341  0x00002e5f call  0x00003842 
+ 00014342  0x00002e60 nrtn  0x00000002 
+ 00014343  0x00002e61 call  0x00003847 
+ 00014344  0x00002e62 nbranch  0x00003805 , 0x00000001 
+ 00014345  0x00002e63 setarg  0x00002a30 
+ 00014346  0x00002e64 call  0x00002a8f 
+ 00014347  0x00002e65 call  0x00003847 
+ 00014348  0x00002e66 branch  0x00003812 , 0x00000001 
+ 00014349  0x00002e68 setarg  0x00000000 
+ 00014350  0x00002e69 rshift  0x00000011 , 0x00000011 
+ 00014351  0x00002e6a ior  0x00000011 , 0x00000011 
+ 00014352  0x00002e6b loop  0x00003805 
+ 00014353  0x00002e6c branch  0x0000381b 
+ 00014354  0x00002e6e setarg  0x00008000 
+ 00014355  0x00002e6f rshift  0x00000011 , 0x00000011 
+ 00014356  0x00002e70 ior  0x00000011 , 0x00000011 
+ 00014357  0x00002e71 call  0x0000383f 
+ 00014358  0x00002e73 call  0x00003842 
+ 00014359  0x00002e74 nrtn  0x00000002 
+ 00014360  0x00002e75 call  0x00003847 
+ 00014361  0x00002e76 branch  0x00003816 , 0x00000001 
+ 00014362  0x00002e77 loop  0x00003805 
+ 00014363  0x00002e79 bpatch  0x000000d5 , 0x0000401a 
+ 00014364  0x00002e7a copy  0x00000011 , 0x0000003f 
+ 00014365  0x00002e7b store  0x00000002 , 0x00004789 
+ 00014366  0x00002e7c store  0x00000002 , 0x00004797 
+ 00014367  0x00002e7d fetch  0x00000001 , 0x000047ea 
+ 00014368  0x00002e7e beq  0x00000001 , 0x00003827 
+ 00014369  0x00002e80 arg  0x00000007 , 0x00000039 
+ 00014370  0x00002e81 arg  0x00004792 , 0x00000006 
+ 00014371  0x00002e82 call  0x000036f0 
+ 00014372  0x00002e83 store  0x00000001 , 0x00004799 
+ 00014373  0x00002e84 arg  0x0000478f , 0x00000011 
+ 00014374  0x00002e85 branch  0x00007e3d 
+ 00014375  0x00002e88 fetch  0x00000001 , 0x000047ef 
+ 00014376  0x00002e89 increase  0x00000001 , 0x0000003f 
+ 00014377  0x00002e8a store  0x00000001 , 0x000047ef 
+ 00014378  0x00002e8b div  0x0000003f , 0x00000002 
+ 00014379  0x00002e8c call  0x00007f86 
+ 00014380  0x00002e8d quotient  0x00000002 
+ 00014381  0x00002e8e remainder  0x0000003f 
+ 00014382  0x00002e8f nbranch  0x00003838 , 0x00000034 
+ 00014383  0x00002e91 fetch  0x00000001 , 0x000047bf 
+ 00014384  0x00002e92 isub  0x00000002 , 0x0000003e 
+ 00014385  0x00002e93 call  0x0000383d , 0x00000005 
+ 00014386  0x00002e94 arg  0x0000479c , 0x0000003f 
+ 00014387  0x00002e95 increase  0xffffffff , 0x00000002 
+ 00014388  0x00002e96 iadd  0x00000002 , 0x00000011 
+ 00014389  0x00002e97 arg  0x00000000 , 0x0000003f 
+ 00014390  0x00002e98 istore  0x00000001 , 0x00000011 
+ 00014391  0x00002e99 rtn 
+ 00014392  0x00002e9b arg  0x0000479c , 0x0000003f 
+ 00014393  0x00002e9c iadd  0x00000002 , 0x00000011 
+ 00014394  0x00002e9d arg  0x00000002 , 0x0000003f 
+ 00014395  0x00002e9e istore  0x00000001 , 0x00000011 
+ 00014396  0x00002e9f rtn 
+ 00014397  0x00002ea1 jam  0x00000001 , 0x000047f0 
+ 00014398  0x00002ea2 rtn 
+ 00014399  0x00002ea4 copy  0x00000022 , 0x0000003f 
+ 00014400  0x00002ea5 store  0x00000004 , 0x0000478b 
+ 00014401  0x00002ea6 rtn 
+ 00014402  0x00002ea8 copy  0x00000022 , 0x0000003f 
+ 00014403  0x00002ea9 fetcht  0x00000004 , 0x0000478b 
+ 00014404  0x00002eaa isub  0x00000002 , 0x0000003f 
+ 00014405  0x00002eab sub  0x0000003f , 0x000000c8 , 0x0000003e 
+ 00014406  0x00002eac rtn 
+ 00014407  0x00002eaf fetcht  0x00000001 , 0x00004786 
+ 00014408  0x00002eb0 branch  0x0000681d 
+ 00014409  0x00002eb3 fetch  0x00000008 , 0x00004752 
+ 00014410  0x00002eb4 store  0x00000008 , 0x0000479c 
+ 00014411  0x00002eb5 rtn 
+ 00014412  0x00002eb8 fetch  0x00000001 , 0x000047b9 
+ 00014413  0x00002eb9 store  0x00000001 , 0x000047af 
+ 00014414  0x00002eba fetch  0x00000001 , 0x000047ba 
+ 00014415  0x00002ebb store  0x00000001 , 0x000047b0 
+ 00014416  0x00002ebc fetch  0x00000001 , 0x000047bb 
+ 00014417  0x00002ebd store  0x00000001 , 0x000047b1 
+ 00014418  0x00002ebe arg  0x0000000d , 0x00000039 
+ 00014419  0x00002ebf arg  0x000047aa , 0x00000006 
+ 00014420  0x00002ec0 call  0x000036f0 
+ 00014421  0x00002ec1 store  0x00000001 , 0x000047b7 
+ 00014422  0x00002ec2 arg  0x000047a7 , 0x00000011 
+ 00014423  0x00002ec3 branch  0x00007e3d 
+ 00014424  0x00002eca call  0x000065c2 
+ 00014425  0x00002ecb jam  0x0000007a , 0x000046f6 
+ 00014426  0x00002ecc call  0x0000386d 
+ 00014427  0x00002ecd call  0x00003867 
+ 00014428  0x00002ece setarg  0x00003860 
+ 00014429  0x00002ecf store  0x00000002 , 0x000041fd 
+ 00014430  0x00002ed0 arg  0x00000000 , 0x00000011 
+ 00014431  0x00002ed1 branch  0x000069a6 
+ 00014432  0x00002ed4 fetch  0x00000002 , 0x000046a1 
+ 00014433  0x00002ed5 rtn  0x00000034 
+ 00014434  0x00002ed6 increase  0xffffffff , 0x0000003f 
+ 00014435  0x00002ed7 store  0x00000002 , 0x000046a1 
+ 00014436  0x00002ed8 rtnne  0x00000000 
+ 00014437  0x00002ed9 jam  0x00000000 , 0x000046a0 
+ 00014438  0x00002eda rtn 
+ 00014439  0x00002edd bpatch  0x000000d6 , 0x0000401a 
+ 00014440  0x00002ede fetch  0x00000001 , 0x000046a4 
+ 00014441  0x00002edf sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00014442  0x00002ee0 rtn  0x00000002 
+ 00014443  0x00002ee1 jam  0x00000000 , 0x000046a4 
+ 00014444  0x00002ee2 rtn 
+ 00014445  0x00002ee5 arg  0x000046a4 , 0x00000011 
+ 00014446  0x00002ee6 arg  0x00000000 , 0x00000012 
+ 00014447  0x00002ee7 arg  0x00000051 , 0x00000002 
+ 00014448  0x00002ee8 branch  0x000065df 
+ 00014449  0x00002eec disable  0x00000028 
+ 00014450  0x00002eed fetch  0x00000001 , 0x000046a3 
+ 00014451  0x00002eee copy  0x0000003f , 0x00000039 
+ 00014452  0x00002ef0 arg  0x000046a5 , 0x00000011 
+ 00014453  0x00002ef1 copy  0x00000013 , 0x00000012 
+ 00014454  0x00002ef3 bpatch  0x000000d7 , 0x0000401a 
+ 00014455  0x00002ef4 call  0x0000387c 
+ 00014456  0x00002ef5 branch  0x00007fe7 , 0x00000005 
+ 00014457  0x00002ef7 increase  0x00000004 , 0x00000011 
+ 00014458  0x00002ef8 loop  0x00003876 
+ 00014459  0x00002ef9 rtn 
+ 00014460  0x00002efd bpatch  0x000000d8 , 0x0000401b 
+ 00014461  0x00002efe ifetch  0x00000003 , 0x00000011 
+ 00014462  0x00002eff ifetcht  0x00000003 , 0x00000012 
+ 00014463  0x00002f00 isub  0x00000002 , 0x0000003e 
+ 00014464  0x00002f01 rtn 
+ 00014465  0x00002f04 bpatch  0x000000d9 , 0x0000401b 
+ 00014466  0x00002f05 ifetch  0x00000003 , 0x00000011 
+ 00014467  0x00002f06 ifetcht  0x00000003 , 0x00000012 
+ 00014468  0x00002f07 isub  0x00000002 , 0x0000003e 
+ 00014469  0x00002f08 nrtn  0x00000005 
+ 00014470  0x00002f09 ifetch  0x00000001 , 0x00000006 
+ 00014471  0x00002f0a sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00014472  0x00002f0b rtn  0x00000005 
+ 00014473  0x00002f0c add  0x00000011 , 0x00000003 , 0x00000006 
+ 00014474  0x00002f0d ifetcht  0x00000001 , 0x00000006 
+ 00014475  0x00002f0e isub  0x00000002 , 0x0000003e 
+ 00014476  0x00002f0f rtn 
+ 00014477  0x00002f13 bpatch  0x000000da , 0x0000401b 
+ 00014478  0x00002f14 disable  0x00000028 
+ 00014479  0x00002f15 fetch  0x00000001 , 0x000046a3 
+ 00014480  0x00002f16 copy  0x0000003f , 0x00000039 
+ 00014481  0x00002f18 arg  0x000046a5 , 0x00000011 
+ 00014482  0x00002f19 copy  0x00000013 , 0x00000012 
+ 00014483  0x00002f1b call  0x00003881 
+ 00014484  0x00002f1c branch  0x00007fe7 , 0x00000005 
+ 00014485  0x00002f1d increase  0x00000004 , 0x00000011 
+ 00014486  0x00002f1e loop  0x00003893 
+ 00014487  0x00002f1f rtn 
+ 00014488  0x00002f23 fetch  0x00000001 , 0x00000004 
+ 00014489  0x00002f24 increase  0x00000001 , 0x0000003f 
+ 00014490  0x00002f25 store  0x00000001 , 0x00000004 
+ 00014491  0x00002f26 arg  0x000002e5 , 0x00000013 
+ 00014492  0x00002f29 ifetch  0x00000002 , 0x00000013 
+ 00014493  0x00002f2a arg  0x000055aa , 0x00000002 
+ 00014494  0x00002f2b isub  0x00000002 , 0x0000003e 
+ 00014495  0x00002f2c nrtn  0x00000005 
+ 00014496  0x00002f2d copy  0x00000006 , 0x00000013 
+ 00014497  0x00002f2e ifetcht  0x00000003 , 0x00000013 
+ 00014498  0x00002f2f setarg  0x00ffffff 
+ 00014499  0x00002f30 isub  0x00000002 , 0x0000003e 
+ 00014500  0x00002f31 branch  0x000038a8 , 0x00000005 
+ 00014501  0x00002f32 call  0x0000388d 
+ 00014502  0x00002f33 branch  0x000038a8 , 0x00000028 
+ 00014503  0x00002f34 rtn 
+ 00014504  0x00002f37 bpatch  0x000000db , 0x0000401b 
+ 00014505  0x00002f38 increase  0x00000004 , 0x00000013 
+ 00014506  0x00002f39 ifetch  0x00000001 , 0x00000013 
+ 00014507  0x00002f3a fetcht  0x00000001 , 0x000046f6 
+ 00014508  0x00002f3b isub  0x00000002 , 0x0000003e 
+ 00014509  0x00002f3c rtn  0x00000005 
+ 00014510  0x00002f3d store  0x00000001 , 0x000046f6 
+ 00014511  0x00002f3e fetch  0x00000001 , 0x00000003 
+ 00014512  0x00002f3f increase  0x00000001 , 0x0000003f 
+ 00014513  0x00002f40 store  0x00000001 , 0x00000003 
+ 00014514  0x00002f42 increase  0x00000001 , 0x00000013 
+ 00014515  0x00002f43 ifetch  0x00000001 , 0x00000013 
+ 00014516  0x00002f44 store  0x00000001 , 0x000046f5 
+ 00014517  0x00002f45 copy  0x0000003f , 0x00000039 
+ 00014518  0x00002f46 rtn  0x00000034 
+ 00014519  0x00002f48 ifetch  0x00000001 , 0x00000006 
+ 00014520  0x00002f49 beq  0x00000000 , 0x000038c2 
+ 00014521  0x00002f4a beq  0x00000001 , 0x000038cf 
+ 00014522  0x00002f4b beq  0x00000002 , 0x000038d4 
+ 00014523  0x00002f4c beq  0x00000003 , 0x000038d9 
+ 00014524  0x00002f4d beq  0x00000004 , 0x000038de 
+ 00014525  0x00002f4e beq  0x00000005 , 0x000038e3 
+ 00014526  0x00002f4f beq  0x00000006 , 0x000038e8 
+ 00014527  0x00002f50 beq  0x000000ff , 0x000038ea 
+ 00014528  0x00002f51 loop  0x000038b7 
+ 00014529  0x00002f52 rtn 
+ 00014530  0x00002f55 copy  0x00000006 , 0x00000013 
+ 00014531  0x00002f56 fetch  0x00000001 , 0x0000469a 
+ 00014532  0x00002f57 store  0x00000001 , 0x00000a9a 
+ 00014533  0x00002f58 arg  0x00000000 , 0x00000002 
+ 00014534  0x00002f5a storet  0x00000001 , 0x00000a9b 
+ 00014535  0x00002f5b setarg  0x00002710 
+ 00014536  0x00002f5c store  0x00000003 , 0x00000a9c 
+ 00014537  0x00002f5d ifetch  0x00000001 , 0x00000013 
+ 00014538  0x00002f5e store  0x00000001 , 0x00000a9f 
+ 00014539  0x00002f5f call  0x000069ae 
+ 00014540  0x00002f60 and  0x00000013 , 0x00000001 , 0x00000006 
+ 00014541  0x00002f61 loop  0x000038b7 
+ 00014542  0x00002f62 rtn 
+ 00014543  0x00002f64 copy  0x00000013 , 0x00000006 
+ 00014544  0x00002f65 fetch  0x00000001 , 0x0000469b 
+ 00014545  0x00002f66 store  0x00000001 , 0x00000a9a 
+ 00014546  0x00002f67 arg  0x00000001 , 0x00000002 
+ 00014547  0x00002f68 branch  0x000038c6 
+ 00014548  0x00002f6a copy  0x00000013 , 0x00000006 
+ 00014549  0x00002f6b fetch  0x00000001 , 0x0000469c 
+ 00014550  0x00002f6c store  0x00000001 , 0x00000a9a 
+ 00014551  0x00002f6d arg  0x00000002 , 0x00000002 
+ 00014552  0x00002f6e branch  0x000038c6 
+ 00014553  0x00002f70 copy  0x00000013 , 0x00000006 
+ 00014554  0x00002f71 fetch  0x00000001 , 0x0000469d 
+ 00014555  0x00002f72 store  0x00000001 , 0x00000a9a 
+ 00014556  0x00002f73 arg  0x00000003 , 0x00000002 
+ 00014557  0x00002f74 branch  0x000038c6 
+ 00014558  0x00002f76 copy  0x00000013 , 0x00000006 
+ 00014559  0x00002f77 fetch  0x00000001 , 0x0000469e 
+ 00014560  0x00002f78 store  0x00000001 , 0x00000a9a 
+ 00014561  0x00002f79 arg  0x00000004 , 0x00000002 
+ 00014562  0x00002f7a branch  0x000038c6 
+ 00014563  0x00002f7c copy  0x00000013 , 0x00000006 
+ 00014564  0x00002f7d fetch  0x00000001 , 0x0000469f 
+ 00014565  0x00002f7e store  0x00000001 , 0x00000a9a 
+ 00014566  0x00002f7f arg  0x00000005 , 0x00000002 
+ 00014567  0x00002f80 branch  0x000038c6 
+ 00014568  0x00002f83 ifetch  0x00000001 , 0x00000006 
+ 00014569  0x00002f84 rtn 
+ 00014570  0x00002f87 copy  0x00000006 , 0x00000013 
+ 00014571  0x00002f88 fetch  0x00000001 , 0x000046a0 
+ 00014572  0x00002f89 bne  0x00000001 , 0x000038ee 
+ 00014573  0x00002f8a call  0x000038f0 
+ 00014574  0x00002f8c and  0x00000013 , 0x00000004 , 0x00000006 
+ 00014575  0x00002f8d rtn 
+ 00014576  0x00002f8f bpatch  0x000000dc , 0x0000401b 
+ 00014577  0x00002f90 call  0x00003871 
+ 00014578  0x00002f91 branch  0x000038fe , 0x00000028 
+ 00014579  0x00002f92 fetch  0x00000001 , 0x000046a4 
+ 00014580  0x00002f93 copy  0x0000003f , 0x00000002 
+ 00014581  0x00002f94 increase  0x00000001 , 0x0000003f 
+ 00014582  0x00002f95 store  0x00000001 , 0x000046a4 
+ 00014583  0x00002f96 call  0x00003867 
+ 00014584  0x00002f97 lshift2  0x00000002 , 0x00000002 
+ 00014585  0x00002f98 setarg  0x000046a5 
+ 00014586  0x00002f99 iadd  0x00000002 , 0x00000005 
+ 00014587  0x00002f9a ifetch  0x00000004 , 0x00000013 
+ 00014588  0x00002f9b istore  0x00000004 , 0x00000005 
+ 00014589  0x00002f9c branch  0x00003903 
+ 00014590  0x00002f9e add  0x00000013 , 0x00000003 , 0x00000006 
+ 00014591  0x00002f9f ifetch  0x00000001 , 0x00000006 
+ 00014592  0x00002fa0 rtn  0x00000034 
+ 00014593  0x00002fa1 ifetch  0x00000004 , 0x00000013 
+ 00014594  0x00002fa2 istore  0x00000004 , 0x00000011 
+ 00014595  0x00002fa4 arg  0x000046a4 , 0x00000011 
+ 00014596  0x00002fa5 arg  0x00000000 , 0x00000012 
+ 00014597  0x00002fa6 arg  0x00000051 , 0x00000002 
+ 00014598  0x00002fa7 branch  0x00006606 
+ 00014599  0x00002faf fetcht  0x00000001 , 0x0000469a 
+ 00014600  0x00002fb0 call  0x00006825 
+ 00014601  0x00002fb1 rtn 
+ 00014602  0x00002fb7 fetcht  0x00000001 , 0x0000469a 
+ 00014603  0x00002fb8 call  0x00006829 
+ 00014604  0x00002fbb fetcht  0x00000001 , 0x0000469a 
+ 00014605  0x00002fbc call  0x00006825 
+ 00014606  0x00002fbf call  0x0000391d 
+ 00014607  0x00002fc1 fetch  0x00000001 , 0x000046a7 
+ 00014608  0x00002fc2 nrtn  0x00000034 
+ 00014609  0x00002fc4 call  0x00002c29 
+ 00014610  0x00002fc5 hfetch  0x00000004 , 0x00008138 
+ 00014611  0x00002fc6 set0  0x0000000f , 0x0000003f 
+ 00014612  0x00002fc7 hstore  0x00000004 , 0x0000804c 
+ 00014613  0x00002fc8 call  0x00002c21 
+ 00014614  0x00002fc9 arg  0xffffffff , 0x00000002 
+ 00014615  0x00002fca branch  0x00002b2a 
+ 00014616  0x00002fcd fetch  0x00000001 , 0x000046a7 
+ 00014617  0x00002fce branch  0x000056f9 , 0x00000034 
+ 00014618  0x00002fcf increase  0xffffffff , 0x0000003f 
+ 00014619  0x00002fd0 store  0x00000001 , 0x000046a7 
+ 00014620  0x00002fd1 branch  0x000056f9 
+ 00014621  0x00002fd4 mul32  0x0000003f , 0x00000014 , 0x0000003f 
+ 00014622  0x00002fd5 arg  0x000046a8 , 0x00000006 
+ 00014623  0x00002fd6 iadd  0x00000006 , 0x00000006 
+ 00014624  0x00002fd7 ifetch  0x00000001 , 0x00000006 
+ 00014625  0x00002fd8 rtn  0x00000034 
+ 00014626  0x00002fd9 copy  0x0000003f , 0x00000011 
+ 00014627  0x00002fda copy  0x00000011 , 0x00000039 
+ 00014628  0x00002fdb arg  0x00004372 , 0x00000005 
+ 00014629  0x00002fdc call  0x00007f01 
+ 00014630  0x00002fdd copy  0x00000011 , 0x0000003f 
+ 00014631  0x00002fde increase  0x00000002 , 0x0000003f 
+ 00014632  0x00002fdf store  0x00000001 , 0x0000436f 
+ 00014633  0x00002fe0 rtn 
+ 00014634  0x00002fe9 rtn  0x0000002b 
+ 00014635  0x00002fea call  0x000057a3 
+ 00014636  0x00002feb call  0x000068a8 
+ 00014637  0x00002fec setarg  0x00003982 
+ 00014638  0x00002fed store  0x00000002 , 0x000041f3 
+ 00014639  0x00002fee setarg  0x0000396e 
+ 00014640  0x00002fef store  0x00000002 , 0x000041f1 
+ 00014641  0x00002ff0 setarg  0x00003986 
+ 00014642  0x00002ff1 store  0x00000002 , 0x000041f5 
+ 00014643  0x00002ff2 setarg  0x0000396d 
+ 00014644  0x00002ff3 store  0x00000002 , 0x000041ef 
+ 00014645  0x00002ff4 setarg  0x00003969 
+ 00014646  0x00002ff5 store  0x00000002 , 0x000041e9 
+ 00014647  0x00002ff6 setarg  0x00003ab7 
+ 00014648  0x00002ff7 store  0x00000002 , 0x000041fb 
+ 00014649  0x00002ff8 setarg  0x00003c32 
+ 00014650  0x00002ff9 store  0x00000002 , 0x0000456f 
+ 00014651  0x00002ffa setarg  0x00003cc2 
+ 00014652  0x00002ffb store  0x00000002 , 0x000041f9 
+ 00014653  0x00002ffc setarg  0x00003cd7 
+ 00014654  0x00002ffd store  0x00000002 , 0x000041fd 
+ 00014655  0x00002fff call  0x0000397f 
+ 00014656  0x00003000 bpatch  0x000000dd , 0x0000401b 
+ 00014657  0x00003001 call  0x00003945 
+ 00014658  0x00003002 call  0x00003964 
+ 00014659  0x00003003 call  0x00002c6f 
+ 00014660  0x00003004 branch  0x00003c48 
+ 00014661  0x00003008 fetch  0x00000004 , 0x000046aa 
+ 00014662  0x00003009 hstore  0x00000004 , 0x00008054 
+ 00014663  0x0000300b fetch  0x00000004 , 0x000046ae 
+ 00014664  0x0000300c hstore  0x00000004 , 0x0000805a 
+ 00014665  0x0000300e hfetch  0x00000001 , 0x00008081 
+ 00014666  0x0000300f or_into  0x00000004 , 0x0000003f 
+ 00014667  0x00003010 and_into  0x000000fc , 0x0000003f 
+ 00014668  0x00003011 hstore  0x00000001 , 0x00008081 
+ 00014669  0x00003012 jam  0x00000000 , 0x00008062 
+ 00014670  0x00003014 fetch  0x00000002 , 0x000046aa 
+ 00014671  0x00003015 hstore  0x00000002 , 0x00008058 
+ 00014672  0x00003016 fetch  0x00000002 , 0x000046ae 
+ 00014673  0x00003017 hstore  0x00000002 , 0x0000805e 
+ 00014674  0x00003018 hstore  0x00000002 , 0x00008060 
+ 00014675  0x0000301a hfetch  0x00000004 , 0x00008078 
+ 00014676  0x0000301b set1  0x00000007 , 0x0000003f 
+ 00014677  0x0000301c hstore  0x00000004 , 0x00008078 
+ 00014678  0x0000301e hfetch  0x00000002 , 0x00008050 
+ 00014679  0x0000301f set0  0x0000000f , 0x0000003f 
+ 00014680  0x00003020 hstore  0x00000002 , 0x00008050 
+ 00014681  0x00003021 call  0x000066ce 
+ 00014682  0x00003022 jam  0x00000000 , 0x00008043 
+ 00014683  0x00003023 jam  0x00000081 , 0x00008062 
+ 00014684  0x00003025 fetch  0x00000001 , 0x000046bf 
+ 00014685  0x00003026 isolate1  0x00000000 , 0x0000003f 
+ 00014686  0x00003027 hfetcht  0x00000001 , 0x00008062 
+ 00014687  0x00003028 setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00014688  0x00003029 hstoret  0x00000001 , 0x00008062 
+ 00014689  0x0000302a rtn 
+ 00014690  0x0000302f call  0x0000397f 
+ 00014691  0x00003030 branch  0x00003945 
+ 00014692  0x00003038 fetcht  0x00000001 , 0x0000469e 
+ 00014693  0x00003039 call  0x0000680e 
+ 00014694  0x0000303a call  0x000039e6 
+ 00014695  0x0000303c fetcht  0x00000001 , 0x0000469c 
+ 00014696  0x0000303d branch  0x000067fb 
+ 00014697  0x00003040 fetcht  0x00000001 , 0x0000469c 
+ 00014698  0x00003041 call  0x0000681d 
+ 00014699  0x00003042 nbranch  0x000033d2 , 0x00000001 
+ 00014700  0x00003043 branch  0x000033d0 
+ 00014701  0x00003047 rtn 
+ 00014702  0x0000304a call  0x00003970 
+ 00014703  0x0000304b branch  0x00003ce9 
+ 00014704  0x0000304e fetch  0x00000001 , 0x00004682 
+ 00014705  0x0000304f bbit0  0x00000004 , 0x0000397f 
+ 00014706  0x00003050 bpatch  0x000000de , 0x0000401b 
+ 00014707  0x00003051 setarg  0x00003eff 
+ 00014708  0x00003052 fetcht  0x00000004 , 0x000046c5 
+ 00014709  0x00003053 iadd  0x00000002 , 0x00000002 
+ 00014710  0x00003054 copy  0x00000022 , 0x0000003f 
+ 00014711  0x00003055 isub  0x00000002 , 0x0000003e 
+ 00014712  0x00003056 nrtn  0x00000002 
+ 00014713  0x00003057 fetch  0x00000002 , 0x00004682 
+ 00014714  0x00003058 bbit1  0x00000005 , 0x0000397f 
+ 00014715  0x00003059 fetch  0x00000001 , 0x000046bf 
+ 00014716  0x0000305a rtnbit1  0x00000006 
+ 00014717  0x0000305b call  0x00003cec 
+ 00014718  0x0000305c call  0x0000340e 
+ 00014719  0x0000305e copy  0x00000022 , 0x0000003f 
+ 00014720  0x0000305f store  0x00000004 , 0x000046c5 
+ 00014721  0x00003060 rtn 
+ 00014722  0x00003064 call  0x00003ce9 
+ 00014723  0x00003065 call  0x0000526e 
+ 00014724  0x00003066 nrtn  0x00000034 
+ 00014725  0x00003067 branch  0x000039eb 
+ 00014726  0x0000306b copy  0x00000013 , 0x0000003f 
+ 00014727  0x0000306c beq  0x00000001 , 0x000039d4 
+ 00014728  0x0000306d beq  0x00000002 , 0x000039a3 
+ 00014729  0x0000306e beq  0x00000004 , 0x000039d7 
+ 00014730  0x0000306f beq  0x00000005 , 0x000039c4 
+ 00014731  0x00003070 beq  0x00000008 , 0x000039aa 
+ 00014732  0x00003071 beq  0x00000009 , 0x000039b1 
+ 00014733  0x00003072 beq  0x0000000a , 0x000039c9 
+ 00014734  0x00003073 beq  0x0000000b , 0x000039b6 
+ 00014735  0x00003074 beq  0x0000000c , 0x000039c2 
+ 00014736  0x00003075 beq  0x00000013 , 0x000039d7 
+ 00014737  0x00003076 beq  0x00000014 , 0x000039cf 
+ 00014738  0x00003077 beq  0x00000015 , 0x000039c6 
+ 00014739  0x00003078 beq  0x00000021 , 0x000039ca 
+ 00014740  0x00003079 beq  0x00000023 , 0x000039cb 
+ 00014741  0x0000307a beq  0x00000024 , 0x000039ce 
+ 00014742  0x0000307b beq  0x00000030 , 0x00003c8a 
+ 00014743  0x0000307c beq  0x00000031 , 0x00003c8c 
+ 00014744  0x0000307d beq  0x00000032 , 0x00003c9a 
+ 00014745  0x0000307e beq  0x00000033 , 0x00003c98 
+ 00014746  0x0000307f beq  0x00000034 , 0x00003c84 
+ 00014747  0x00003080 beq  0x00000035 , 0x00003c73 
+ 00014748  0x00003081 beq  0x00000036 , 0x00003c82 
+ 00014749  0x00003082 beq  0x00000037 , 0x00003c8e 
+ 00014750  0x00003083 beq  0x00000038 , 0x00003c90 
+ 00014751  0x00003084 beq  0x0000003b , 0x00003ca1 
+ 00014752  0x00003085 beq  0x0000003d , 0x00003c6a 
+ 00014753  0x00003086 beq  0x00000041 , 0x000039d9 
+ 00014754  0x00003087 rtn 
+ 00014755  0x0000308b call  0x0000397f 
+ 00014756  0x0000308c fetch  0x00000001 , 0x00004665 
+ 00014757  0x0000308d ncall  0x00003c8e , 0x00000034 
+ 00014758  0x0000308e call  0x000039d7 
+ 00014759  0x0000308f fetch  0x00000002 , 0x00004682 
+ 00014760  0x00003090 rtnbit0  0x00000004 
+ 00014761  0x00003091 branch  0x000039b1 
+ 00014762  0x00003094 fetch  0x00000002 , 0x00004682 
+ 00014763  0x00003095 set1  0x00000004 , 0x0000003f 
+ 00014764  0x00003096 store  0x00000002 , 0x00004682 
+ 00014765  0x00003097 fetch  0x00000001 , 0x000046a7 
+ 00014766  0x00003098 store  0x00000001 , 0x00004172 
+ 00014767  0x00003099 call  0x000039e6 
+ 00014768  0x0000309a branch  0x00003c1d 
+ 00014769  0x0000309f fetch  0x00000002 , 0x00004682 
+ 00014770  0x000030a0 rtnbit0  0x00000004 
+ 00014771  0x000030a1 set0  0x00000004 , 0x0000003f 
+ 00014772  0x000030a2 store  0x00000002 , 0x00004682 
+ 00014773  0x000030a3 branch  0x00003c21 
+ 00014774  0x000030a9 call  0x0000397f 
+ 00014775  0x000030ac fetch  0x00000002 , 0x00004042 
+ 00014776  0x000030ad rshift  0x0000003f , 0x0000003f 
+ 00014777  0x000030ae fetcht  0x00000002 , 0x000041e3 
+ 00014778  0x000030af isub  0x00000002 , 0x0000003e 
+ 00014779  0x000030b0 nbranch  0x000039bd , 0x00000005 
+ 00014780  0x000030b1 branch  0x00003416 
+ 00014781  0x000030b3 fetch  0x00000001 , 0x000046bf 
+ 00014782  0x000030b4 rtnbit1  0x00000005 
+ 00014783  0x000030b5 hfetch  0x00000002 , 0x00008112 
+ 00014784  0x000030b6 ncall  0x00003cf0 , 0x00000034 
+ 00014785  0x000030b7 branch  0x0000340c 
+ 00014786  0x000030ba call  0x00003cee 
+ 00014787  0x000030bb branch  0x00003418 
+ 00014788  0x000030be call  0x0000397f 
+ 00014789  0x000030bf branch  0x000039dd 
+ 00014790  0x000030c2 call  0x00005816 
+ 00014791  0x000030c3 call  0x000039d7 
+ 00014792  0x000030c4 branch  0x00003c23 
+ 00014793  0x000030c7 branch  0x000033dd 
+ 00014794  0x000030cb branch  0x00003cee 
+ 00014795  0x000030cf fetch  0x00000001 , 0x000046bf 
+ 00014796  0x000030d0 bbit0  0x00000005 , 0x0000340e 
+ 00014797  0x000030d1 branch  0x00003cf2 
+ 00014798  0x000030d5 branch  0x00003cf2 
+ 00014799  0x000030d9 call  0x000058ba 
+ 00014800  0x000030da call  0x000039dd 
+ 00014801  0x000030db fetch  0x00000001 , 0x000046a8 
+ 00014802  0x000030dc store  0x00000001 , 0x00004172 
+ 00014803  0x000030dd branch  0x00003c1f 
+ 00014804  0x000030e1 jam  0x00000000 , 0x00004661 
+ 00014805  0x000030e2 call  0x00003cee 
+ 00014806  0x000030e3 branch  0x00003cf2 
+ 00014807  0x000030e8 call  0x00003a52 
+ 00014808  0x000030e9 branch  0x000039db 
+ 00014809  0x000030ed call  0x00005cc9 
+ 00014810  0x000030ee branch  0x00005b02 
+ 00014811  0x000030f2 fetcht  0x00000001 , 0x0000469e 
+ 00014812  0x000030f3 branch  0x00006829 
+ 00014813  0x000030f6 call  0x000039df 
+ 00014814  0x000030f7 branch  0x000039e6 
+ 00014815  0x000030fa fetch  0x00000001 , 0x000046a1 
+ 00014816  0x000030fb isolate1  0x00000000 , 0x0000003f 
+ 00014817  0x000030fc call  0x000033f0 , 0x00000001 
+ 00014818  0x000030fd fetch  0x00000001 , 0x000046a1 
+ 00014819  0x000030fe isolate1  0x00000001 , 0x0000003f 
+ 00014820  0x000030ff call  0x000033f8 , 0x00000001 
+ 00014821  0x00003100 rtn 
+ 00014822  0x00003102 fetcht  0x00000001 , 0x0000469e 
+ 00014823  0x00003103 branch  0x00006825 
+ 00014824  0x00003106 fetch  0x00000001 , 0x0000456b 
+ 00014825  0x00003107 rtneq  0x00000000 
+ 00014826  0x00003108 branch  0x00006c28 
+ 00014827  0x0000310b hfetch  0x00000001 , 0x0000810c 
+ 00014828  0x0000310c bbit1  0x00000003 , 0x000039e8 
+ 00014829  0x0000310d call  0x000066cb 
+ 00014830  0x0000310e ifetch  0x00000001 , 0x00000003 
+ 00014831  0x0000310f bne  0x00000001 , 0x00003a01 
+ 00014832  0x00003110 hfetch  0x00000002 , 0x00008112 
+ 00014833  0x00003111 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00014834  0x00003112 rtn  0x00000002 
+ 00014835  0x00003113 ifetch  0x00000001 , 0x00000003 
+ 00014836  0x00003114 store  0x00000001 , 0x00000b03 
+ 00014837  0x00003115 ifetcht  0x00000001 , 0x00000003 
+ 00014838  0x00003116 copy  0x00000003 , 0x00000011 
+ 00014839  0x00003117 storet  0x00000001 , 0x00000b04 
+ 00014840  0x00003118 add  0x00000002 , 0x00000003 , 0x00000002 
+ 00014841  0x00003119 hfetch  0x00000002 , 0x00008112 
+ 00014842  0x0000311a isub  0x00000002 , 0x00000002 
+ 00014843  0x0000311b nrtn  0x00000002 
+ 00014844  0x0000311c jam  0x00000001 , 0x00000b05 
+ 00014845  0x0000311d call  0x00003a17 
+ 00014846  0x0000311e fetch  0x00000001 , 0x00000b05 
+ 00014847  0x0000311f rtneq  0x00000000 
+ 00014848  0x00003120 branch  0x00003a12 
+ 00014849  0x00003123 call  0x00007ec1 
+ 00014850  0x00003124 call  0x00003c79 
+ 00014851  0x00003125 branch  0x00003a04 
+ 00014852  0x00003129 bpatch  0x000000df , 0x0000401b 
+ 00014853  0x0000312a hfetch  0x00000002 , 0x00008112 
+ 00014854  0x0000312b rtn  0x00000034 
+ 00014855  0x0000312c call  0x000066cb 
+ 00014856  0x0000312d ifetch  0x00000001 , 0x00000003 
+ 00014857  0x0000312e sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00014858  0x0000312f ncall  0x00003a16 , 0x00000005 
+ 00014859  0x00003130 nbranch  0x00003a04 , 0x00000005 
+ 00014860  0x00003131 ifetch  0x00000001 , 0x00000003 
+ 00014861  0x00003132 rtneq  0x00000005 
+ 00014862  0x00003133 rtneq  0x00000029 
+ 00014863  0x00003134 increase  0xffffffff , 0x00000003 
+ 00014864  0x00003135 call  0x00003a16 
+ 00014865  0x00003136 branch  0x00003a04 
+ 00014866  0x00003139 call  0x000066cb 
+ 00014867  0x0000313a increase  0x00000002 , 0x00000003 
+ 00014868  0x0000313b ifetch  0x00000001 , 0x00000003 
+ 00014869  0x0000313c iadd  0x00000003 , 0x00000003 
+ 00014870  0x0000313e branch  0x000066c8 
+ 00014871  0x00003142 bpatch  0x000000e0 , 0x0000401c 
+ 00014872  0x00003143 fetch  0x00000001 , 0x00000b03 
+ 00014873  0x00003144 beq  0x00000000 , 0x00003a3f 
+ 00014874  0x00003145 beq  0x00000001 , 0x00003a44 
+ 00014875  0x00003146 beq  0x00000002 , 0x00003a49 
+ 00014876  0x00003147 beq  0x00000003 , 0x00003a5f 
+ 00014877  0x00003148 beq  0x00000004 , 0x00003a6b 
+ 00014878  0x00003149 beq  0x00000005 , 0x00003a75 
+ 00014879  0x0000314a beq  0x00000009 , 0x00003a9a 
+ 00014880  0x0000314b beq  0x0000000b , 0x00003ad7 
+ 00014881  0x0000314c beq  0x0000000c , 0x00003ad8 
+ 00014882  0x0000314d beq  0x0000000d , 0x00003aec 
+ 00014883  0x0000314e beq  0x0000000e , 0x00003af4 
+ 00014884  0x0000314f beq  0x0000000f , 0x00003afa 
+ 00014885  0x00003150 beq  0x00000010 , 0x00003b06 
+ 00014886  0x00003151 beq  0x00000011 , 0x00003b0e 
+ 00014887  0x00003152 beq  0x00000012 , 0x00003b12 
+ 00014888  0x00003153 beq  0x00000026 , 0x00003b16 
+ 00014889  0x00003154 beq  0x00000028 , 0x00003b1d 
+ 00014890  0x00003155 beq  0x00000029 , 0x00003b2d 
+ 00014891  0x00003156 beq  0x0000002a , 0x00003b36 
+ 00014892  0x00003157 beq  0x0000002b , 0x00003b69 
+ 00014893  0x00003158 beq  0x0000002c , 0x00003b6f 
+ 00014894  0x00003159 beq  0x00000030 , 0x00003b76 
+ 00014895  0x0000315a beq  0x00000031 , 0x00003b7c 
+ 00014896  0x0000315b beq  0x00000032 , 0x00003b90 
+ 00014897  0x0000315c beq  0x00000033 , 0x00003b98 
+ 00014898  0x0000315d beq  0x00000034 , 0x00003bbb 
+ 00014899  0x0000315e beq  0x00000035 , 0x00003bc4 
+ 00014900  0x0000315f beq  0x00000036 , 0x00003bcd 
+ 00014901  0x00003160 beq  0x00000037 , 0x00003bd7 
+ 00014902  0x00003161 beq  0x00000038 , 0x00003bda 
+ 00014903  0x00003162 beq  0x00000040 , 0x00003be2 
+ 00014904  0x00003163 beq  0x00000042 , 0x00003bec 
+ 00014905  0x00003164 beq  0x00000048 , 0x00003bf1 
+ 00014906  0x00003165 beq  0x00000049 , 0x00003bfc 
+ 00014907  0x00003166 beq  0x00000051 , 0x00003c02 
+ 00014908  0x00003167 beq  0x00000061 , 0x00003c06 
+ 00014909  0x00003168 beq  0x000000ff , 0x00003c15 
+ 00014910  0x00003169 branch  0x00003c17 
+ 00014911  0x0000316f fetch  0x00000001 , 0x00000b04 
+ 00014912  0x00003170 bne  0x00000006 , 0x00003c17 
+ 00014913  0x00003171 ifetch  0x00000006 , 0x00000003 
+ 00014914  0x00003172 store  0x00000006 , 0x000040a0 
+ 00014915  0x00003173 branch  0x00003c1a 
+ 00014916  0x00003177 fetch  0x00000001 , 0x00000b04 
+ 00014917  0x00003178 bne  0x00000006 , 0x00003c17 
+ 00014918  0x00003179 ifetch  0x00000006 , 0x00000003 
+ 00014919  0x0000317a store  0x00000006 , 0x000044a0 
+ 00014920  0x0000317b branch  0x00003c1a 
+ 00014921  0x00003180 fetch  0x00000001 , 0x00000b04 
+ 00014922  0x00003181 bne  0x00000001 , 0x00003c17 
+ 00014923  0x00003182 copy  0x00000011 , 0x00000003 
+ 00014924  0x00003183 call  0x00003c1a 
+ 00014925  0x00003184 ifetcht  0x00000001 , 0x00000003 
+ 00014926  0x00003185 storet  0x00000001 , 0x000046a9 
+ 00014927  0x00003186 fetch  0x00000002 , 0x00004682 
+ 00014928  0x00003187 rtnbit1  0x00000009 
+ 00014929  0x00003188 rtnbit1  0x00000000 
+ 00014930  0x0000318a fetch  0x00000001 , 0x000046a1 
+ 00014931  0x0000318b isolate1  0x00000000 , 0x0000003f 
+ 00014932  0x0000318c nbranch  0x00003a58 , 0x00000001 
+ 00014933  0x0000318d fetcht  0x00000001 , 0x000046a9 
+ 00014934  0x0000318e and  0x00000002 , 0x00000003 , 0x0000003f 
+ 00014935  0x0000318f store  0x00000001 , 0x00004093 
+ 00014936  0x00003191 fetch  0x00000001 , 0x000046a1 
+ 00014937  0x00003192 isolate1  0x00000001 , 0x0000003f 
+ 00014938  0x00003193 nrtn  0x00000001 
+ 00014939  0x00003194 fetcht  0x00000001 , 0x000046a9 
+ 00014940  0x00003195 isolate1  0x00000002 , 0x00000002 
+ 00014941  0x00003196 branch  0x000033fa , 0x00000001 
+ 00014942  0x00003197 branch  0x000033f8 
+ 00014943  0x0000319c fetch  0x00000001 , 0x00000b04 
+ 00014944  0x0000319d sub  0x0000003f , 0x00000043 , 0x0000003e 
+ 00014945  0x0000319e nbranch  0x00003c17 , 0x00000002 
+ 00014946  0x0000319f store  0x00000001 , 0x00004515 
+ 00014947  0x000031a0 arg  0x00000008 , 0x00000039 
+ 00014948  0x000031a1 call  0x00007ec6 
+ 00014949  0x000031a2 fetch  0x00000001 , 0x00000b04 
+ 00014950  0x000031a3 copy  0x0000003f , 0x00000039 
+ 00014951  0x000031a4 copy  0x00000011 , 0x00000003 
+ 00014952  0x000031a5 arg  0x00004516 , 0x00000005 
+ 00014953  0x000031a6 call  0x000066ea 
+ 00014954  0x000031a7 branch  0x00003c1a 
+ 00014955  0x000031ac fetch  0x00000001 , 0x00000b04 
+ 00014956  0x000031ad sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00014957  0x000031ae nbranch  0x00003c17 , 0x00000002 
+ 00014958  0x000031af store  0x00000001 , 0x000043af 
+ 00014959  0x000031b0 copy  0x0000003f , 0x00000039 
+ 00014960  0x000031b1 copy  0x00000011 , 0x00000003 
+ 00014961  0x000031b2 arg  0x000043b0 , 0x00000005 
+ 00014962  0x000031b3 call  0x000066ea 
+ 00014963  0x000031b4 call  0x000057a3 
+ 00014964  0x000031b5 branch  0x00003c1a 
+ 00014965  0x000031ba fetch  0x00000001 , 0x00004682 
+ 00014966  0x000031bb bbit0  0x00000004 , 0x00003c17 
+ 00014967  0x000031bc call  0x000033ba 
+ 00014968  0x000031bd branch  0x00003a86 , 0x00000001 
+ 00014969  0x000031be jam  0x00000000 , 0x00000b05 
+ 00014970  0x000031c0 call  0x0000397f 
+ 00014971  0x000031c1 fetch  0x00000001 , 0x00004568 
+ 00014972  0x000031c2 rtn  0x00000034 
+ 00014973  0x000031c3 fetch  0x00000002 , 0x00004573 
+ 00014974  0x000031c4 bne  0x00000000 , 0x00003a84 
+ 00014975  0x000031c5 fetch  0x00000001 , 0x00000b04 
+ 00014976  0x000031c6 store  0x00000002 , 0x00004573 
+ 00014977  0x000031c8 copy  0x00000011 , 0x00000003 
+ 00014978  0x000031cb copy  0x00000003 , 0x0000003f 
+ 00014979  0x000031cc store  0x00000002 , 0x00004571 
+ 00014980  0x000031ce call  0x00003a88 
+ 00014981  0x000031cf branch  0x00006c4d 
+ 00014982  0x000031d2 jam  0x00000000 , 0x00000b05 
+ 00014983  0x000031d3 branch  0x00003cd1 
+ 00014984  0x000031d6 call  0x00003a8e 
+ 00014985  0x000031d7 fetch  0x00000002 , 0x00004573 
+ 00014986  0x000031d8 fetcht  0x00000002 , 0x0000469f 
+ 00014987  0x000031d9 isub  0x00000002 , 0x0000003f 
+ 00014988  0x000031da store  0x00000002 , 0x00004573 
+ 00014989  0x000031db rtn 
+ 00014990  0x000031de fetch  0x00000002 , 0x00004573 
+ 00014991  0x000031df arg  0x0000006e , 0x00000002 
+ 00014992  0x000031e0 call  0x00007fdd 
+ 00014993  0x000031e1 fetcht  0x00000002 , 0x0000456c 
+ 00014994  0x000031e2 call  0x00007fdd 
+ 00014995  0x000031e3 fetcht  0x00000002 , 0x0000455e 
+ 00014996  0x000031e4 call  0x00007fdd 
+ 00014997  0x000031e5 store  0x00000002 , 0x0000469f 
+ 00014998  0x000031e6 rtn 
+ 00014999  0x000031e9 jam  0x00000001 , 0x00000b05 
+ 00015000  0x000031ea jam  0x00000005 , 0x00000b03 
+ 00015001  0x000031eb branch  0x00003c1a 
+ 00015002  0x000031f0 fetch  0x00000002 , 0x00004682 
+ 00015003  0x000031f1 bbit0  0x00000009 , 0x00003c17 
+ 00015004  0x000031f2 call  0x00003ad4 
+ 00015005  0x000031f3 branch  0x00003c17 , 0x00000028 
+ 00015006  0x000031f4 jam  0x00000000 , 0x00000b05 
+ 00015007  0x000031f5 fetch  0x00000001 , 0x000046bf 
+ 00015008  0x000031f6 bbit1  0x00000004 , 0x00003ab4 
+ 00015009  0x000031f7 fetch  0x00000001 , 0x000046c0 
+ 00015010  0x000031f8 nrtn  0x00000034 
+ 00015011  0x000031f9 jam  0x00000001 , 0x00000b05 
+ 00015012  0x000031fa ifetch  0x00000002 , 0x00000003 
+ 00015013  0x000031fb store  0x00000002 , 0x000046c1 
+ 00015014  0x000031fc copy  0x00000003 , 0x0000003f 
+ 00015015  0x000031fd store  0x00000002 , 0x000046c3 
+ 00015016  0x000031fe fetch  0x00000001 , 0x00000b04 
+ 00015017  0x000031ff pincrease  0xfffffffe 
+ 00015018  0x00003200 nbranch  0x00003c17 , 0x00000002 
+ 00015019  0x00003201 branch  0x00003c17 , 0x00000005 
+ 00015020  0x00003202 store  0x00000001 , 0x000046c0 
+ 00015021  0x00003203 jam  0x00000000 , 0x00000b05 
+ 00015022  0x00003204 call  0x00005814 
+ 00015023  0x00003205 call  0x00003ab7 
+ 00015024  0x00003206 call  0x00003ab7 
+ 00015025  0x00003207 call  0x00003ab7 
+ 00015026  0x00003208 fetch  0x00000001 , 0x000046bf 
+ 00015027  0x00003209 rtnbit0  0x00000004 
+ 00015028  0x0000320b jam  0x00000001 , 0x00000b05 
+ 00015029  0x0000320c call  0x00003cf6 
+ 00015030  0x0000320d branch  0x00003c1a 
+ 00015031  0x00003210 fetch  0x00000001 , 0x000046c0 
+ 00015032  0x00003211 rtn  0x00000034 
+ 00015033  0x00003212 call  0x00005892 
+ 00015034  0x00003213 nrtn  0x00000034 
+ 00015035  0x00003214 call  0x00003acf 
+ 00015036  0x00003215 bpatch  0x000000e1 , 0x0000401c 
+ 00015037  0x00003216 add  0x00000002 , 0xfffffffd , 0x0000003f 
+ 00015038  0x00003217 fetcht  0x00000001 , 0x000046c0 
+ 00015039  0x00003218 call  0x00007fdd 
+ 00015040  0x00003219 copy  0x0000003f , 0x00000011 
+ 00015041  0x0000321a copy  0x00000002 , 0x0000003f 
+ 00015042  0x0000321b isub  0x00000011 , 0x0000003f 
+ 00015043  0x0000321c store  0x00000001 , 0x000046c0 
+ 00015044  0x0000321d fetcht  0x00000002 , 0x000046c1 
+ 00015045  0x0000321e call  0x00005a64 
+ 00015046  0x0000321f fetch  0x00000002 , 0x000046c3 
+ 00015047  0x00003220 copy  0x0000003f , 0x00000003 
+ 00015048  0x00003221 copy  0x00000011 , 0x00000039 
+ 00015049  0x00003222 call  0x000066ea 
+ 00015050  0x00003223 copy  0x00000003 , 0x0000003f 
+ 00015051  0x00003224 store  0x00000002 , 0x000046c3 
+ 00015052  0x00003225 fetch  0x00000001 , 0x000046c0 
+ 00015053  0x00003226 nrtn  0x00000034 
+ 00015054  0x00003227 branch  0x00003cf4 
+ 00015055  0x0000322c arg  0x00000017 , 0x00000002 
+ 00015056  0x0000322d fetch  0x00000001 , 0x000046bf 
+ 00015057  0x0000322e rtnbit1  0x00000001 
+ 00015058  0x0000322f fetcht  0x00000002 , 0x000044a8 
+ 00015059  0x00003230 rtn 
+ 00015060  0x00003233 fetch  0x00000001 , 0x000046bf 
+ 00015061  0x00003234 bbit1  0x00000002 , 0x00005a42 
+ 00015062  0x00003235 branch  0x00007fe9 
+ 00015063  0x0000323a branch  0x00003c4c 
+ 00015064  0x0000323f copy  0x00000011 , 0x00000003 
+ 00015065  0x00003240 ifetch  0x00000001 , 0x00000003 
+ 00015066  0x00003241 beq  0x00000000 , 0x00003adf 
+ 00015067  0x00003242 beq  0x00000001 , 0x00003ae2 
+ 00015068  0x00003243 beq  0x00000002 , 0x00003ae8 
+ 00015069  0x00003244 beq  0x00000003 , 0x00003aea 
+ 00015070  0x00003245 branch  0x00003c17 
+ 00015071  0x00003247 call  0x0000612b 
+ 00015072  0x00003248 jam  0x00000000 , 0x0000465a 
+ 00015073  0x00003249 branch  0x00003c1a 
+ 00015074  0x0000324b setarg  0x00040003 
+ 00015075  0x0000324d store  0x00000003 , 0x0000465b 
+ 00015076  0x0000324e store  0x00000001 , 0x00004662 
+ 00015077  0x0000324f call  0x00006124 
+ 00015078  0x00003250 jam  0x00000001 , 0x0000465a 
+ 00015079  0x00003251 branch  0x00003c1a 
+ 00015080  0x00003253 setarg  0x00040002 
+ 00015081  0x00003254 branch  0x00003ae3 
+ 00015082  0x00003257 setarg  0x00040001 
+ 00015083  0x00003258 branch  0x00003ae3 
+ 00015084  0x0000325c fetch  0x00000001 , 0x00000b04 
+ 00015085  0x0000325d sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00015086  0x0000325e nbranch  0x00003c17 , 0x00000002 
+ 00015087  0x0000325f store  0x00000001 , 0x00004689 
+ 00015088  0x00003260 copy  0x0000003f , 0x00000039 
+ 00015089  0x00003261 arg  0x0000468a , 0x00000005 
+ 00015090  0x00003262 call  0x000066fd 
+ 00015091  0x00003263 branch  0x00003c1a 
+ 00015092  0x00003268 copy  0x00000011 , 0x00000003 
+ 00015093  0x00003269 ifetch  0x00000001 , 0x00000003 
+ 00015094  0x0000326a hfetcht  0x00000001 , 0x00008062 
+ 00015095  0x0000326b nsetflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00015096  0x0000326c hstoret  0x00000001 , 0x00008062 
+ 00015097  0x0000326d branch  0x00003c1a 
+ 00015098  0x00003272 fetch  0x00000001 , 0x00000b04 
+ 00015099  0x00003273 copy  0x0000003f , 0x00000039 
+ 00015100  0x00003274 copy  0x00000011 , 0x00000003 
+ 00015101  0x00003275 call  0x00007f58 
+ 00015102  0x00003276 setarg  0x016e3600 
+ 00015103  0x00003277 idiv  0x00000002 
+ 00015104  0x00003278 call  0x00007f86 
+ 00015105  0x00003279 quotient  0x0000003f 
+ 00015106  0x0000327b store  0x00000002 , 0x00004243 
+ 00015107  0x0000327c call  0x00003c1a 
+ 00015108  0x0000327d call  0x00007f9e 
+ 00015109  0x0000327e branch  0x000066ce 
+ 00015110  0x00003283 arg  0x00000002 , 0x00000011 
+ 00015111  0x00003284 arg  0x0000469a , 0x00000012 
+ 00015112  0x00003285 arg  0x00000000 , 0x00000002 
+ 00015113  0x00003286 branch  0x00003c25 
+ 00015114  0x00003288 store  0x00000002 , 0x00000ac2 
+ 00015115  0x00003289 arg  0x00000ac2 , 0x00000012 
+ 00015116  0x0000328a arg  0x00000000 , 0x00000002 
+ 00015117  0x0000328b branch  0x00003c25 
+ 00015118  0x00003290 fetch  0x00000002 , 0x00004682 
+ 00015119  0x00003291 bbit0  0x00000000 , 0x00003c17 
+ 00015120  0x00003293 call  0x00003c1a 
+ 00015121  0x00003294 branch  0x000033e9 
+ 00015122  0x00003299 fetch  0x00000002 , 0x00004682 
+ 00015123  0x0000329a bbit0  0x00000009 , 0x00003c17 
+ 00015124  0x0000329c call  0x00003c1a 
+ 00015125  0x0000329d branch  0x00003402 
+ 00015126  0x000032a4 fetch  0x00000001 , 0x00000b04 
+ 00015127  0x000032a5 copy  0x0000003f , 0x00000039 
+ 00015128  0x000032a6 copy  0x00000011 , 0x00000003 
+ 00015129  0x000032a7 fetch  0x00000002 , 0x00004215 
+ 00015130  0x000032a8 icopy  0x00000005 
+ 00015131  0x000032a9 call  0x000066ea 
+ 00015132  0x000032aa branch  0x00003c1a 
+ 00015133  0x000032af fetch  0x00000001 , 0x00004682 
+ 00015134  0x000032b0 bbit0  0x00000000 , 0x00003c17 
+ 00015135  0x000032b1 ifetch  0x00000001 , 0x00000003 
+ 00015136  0x000032b2 fetcht  0x00000001 , 0x00004661 
+ 00015137  0x000032b3 setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00015138  0x000032b4 set1  0x00000007 , 0x00000002 
+ 00015139  0x000032b5 storet  0x00000001 , 0x00004661 
+ 00015140  0x000032b7 call  0x00003c1a 
+ 00015141  0x000032b9 fetch  0x00000001 , 0x00004661 
+ 00015142  0x000032ba bbit1  0x00000006 , 0x00003b2b 
+ 00015143  0x000032bb rtn 
+ 00015144  0x000032be jam  0x00000000 , 0x00004661 
+ 00015145  0x000032bf jam  0x00000021 , 0x00000a99 
+ 00015146  0x000032c0 branch  0x00007d8f 
+ 00015147  0x000032c4 bbit1  0x00000000 , 0x00005f95 
+ 00015148  0x000032c5 branch  0x00003b28 
+ 00015149  0x000032ca fetch  0x00000001 , 0x00004682 
+ 00015150  0x000032cb rtnbit0  0x00000004 
+ 00015151  0x000032cc fetch  0x00000001 , 0x0000456b 
+ 00015152  0x000032cd rtneq  0x00000000 
+ 00015153  0x000032ce ifetch  0x00000001 , 0x00000003 
+ 00015154  0x000032cf fetcht  0x00000001 , 0x00004569 
+ 00015155  0x000032d0 iadd  0x00000002 , 0x00000002 
+ 00015156  0x000032d1 storet  0x00000001 , 0x00004569 
+ 00015157  0x000032d2 rtn 
+ 00015158  0x000032d7 arg  0x00000040 , 0x00000039 
+ 00015159  0x000032d8 arg  0x0000436f , 0x00000005 
+ 00015160  0x000032d9 call  0x00007ed4 
+ 00015161  0x000032da setarg  0x00000000 
+ 00015162  0x000032db store  0x00000001 , 0x00000ab2 
+ 00015163  0x000032dc copy  0x00000011 , 0x00000003 
+ 00015164  0x000032de copy  0x00000003 , 0x0000003f 
+ 00015165  0x000032df store  0x00000002 , 0x00000ab6 
+ 00015166  0x000032e0 call  0x00003b64 
+ 00015167  0x000032e2 fetch  0x00000001 , 0x00000ab2 
+ 00015168  0x000032e3 fetcht  0x00000001 , 0x00000aa2 
+ 00015169  0x000032e4 increase  0x00000001 , 0x00000002 
+ 00015170  0x000032e5 iadd  0x00000002 , 0x0000003f 
+ 00015171  0x000032e6 store  0x00000001 , 0x00000ab2 
+ 00015172  0x000032e8 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015173  0x000032e9 nbranch  0x00003b50 , 0x00000002 
+ 00015174  0x000032eb fetcht  0x00000001 , 0x0000436f 
+ 00015175  0x000032ec setarg  0x00004370 
+ 00015176  0x000032ed iadd  0x00000002 , 0x0000003f 
+ 00015177  0x000032ee store  0x00000002 , 0x00000abb 
+ 00015178  0x000032ef fetcht  0x00000001 , 0x00000aa2 
+ 00015179  0x000032f0 increase  0x00000001 , 0x00000002 
+ 00015180  0x000032f1 fetch  0x00000001 , 0x0000436f 
+ 00015181  0x000032f2 iadd  0x00000002 , 0x0000003f 
+ 00015182  0x000032f3 store  0x00000001 , 0x0000436f 
+ 00015183  0x000032f4 branch  0x00003b59 
+ 00015184  0x000032f6 fetcht  0x00000001 , 0x0000438f 
+ 00015185  0x000032f7 setarg  0x00004390 
+ 00015186  0x000032f8 iadd  0x00000002 , 0x0000003f 
+ 00015187  0x000032f9 store  0x00000002 , 0x00000abb 
+ 00015188  0x000032fa fetcht  0x00000001 , 0x00000aa2 
+ 00015189  0x000032fb increase  0x00000001 , 0x00000002 
+ 00015190  0x000032fc fetch  0x00000001 , 0x0000438f 
+ 00015191  0x000032fd iadd  0x00000002 , 0x0000003f 
+ 00015192  0x000032fe store  0x00000001 , 0x0000438f 
+ 00015193  0x00003300 fetch  0x00000002 , 0x00000abb 
+ 00015194  0x00003301 copy  0x0000003f , 0x00000005 
+ 00015195  0x00003302 fetch  0x00000002 , 0x00000ab6 
+ 00015196  0x00003303 copy  0x0000003f , 0x00000003 
+ 00015197  0x00003305 copy  0x00000002 , 0x00000039 
+ 00015198  0x00003306 call  0x000066ea 
+ 00015199  0x00003308 fetch  0x00000001 , 0x00000b04 
+ 00015200  0x00003309 fetcht  0x00000001 , 0x00000ab2 
+ 00015201  0x0000330a isub  0x00000002 , 0x0000003e 
+ 00015202  0x0000330b nbranch  0x00003b3c , 0x00000005 
+ 00015203  0x0000330c branch  0x00003c1a 
+ 00015204  0x00003310 ifetch  0x00000001 , 0x00000003 
+ 00015205  0x00003311 store  0x00000001 , 0x00000aa2 
+ 00015206  0x00003312 ifetch  0x00000001 , 0x00000003 
+ 00015207  0x00003313 store  0x00000001 , 0x00000aae 
+ 00015208  0x00003314 rtn 
+ 00015209  0x00003319 arg  0x00000000 , 0x00000002 
+ 00015210  0x0000331a arg  0x00000002 , 0x00000011 
+ 00015211  0x0000331b fetch  0x00000002 , 0x000046b4 
+ 00015212  0x0000331c store  0x00000002 , 0x00000ac2 
+ 00015213  0x0000331d arg  0x00000ac2 , 0x00000012 
+ 00015214  0x0000331e branch  0x00003c25 
+ 00015215  0x00003323 fetch  0x00000001 , 0x00000b04 
+ 00015216  0x00003324 bne  0x00000001 , 0x00003c17 
+ 00015217  0x00003325 ifetch  0x00000001 , 0x00000003 
+ 00015218  0x00003326 store  0x00000001 , 0x000046b2 
+ 00015219  0x00003327 setarg  0x00000000 
+ 00015220  0x00003328 store  0x00000002 , 0x000046b4 
+ 00015221  0x00003329 branch  0x00003c1a 
+ 00015222  0x0000332e ifetch  0x00000004 , 0x00000003 
+ 00015223  0x0000332f store  0x00000004 , 0x0000468a 
+ 00015224  0x00003330 jam  0x00000004 , 0x00004689 
+ 00015225  0x00003331 jam  0x00000000 , 0x00004663 
+ 00015226  0x00003332 call  0x00003c1a 
+ 00015227  0x00003333 branch  0x00005f31 
+ 00015228  0x00003338 fetch  0x00000001 , 0x00000b04 
+ 00015229  0x00003339 bne  0x00000003 , 0x00003c17 
+ 00015230  0x0000333a ifetch  0x00000001 , 0x00000003 
+ 00015231  0x0000333b beq  0x00000000 , 0x00003b82 
+ 00015232  0x0000333c beq  0x00000001 , 0x00003b8a 
+ 00015233  0x0000333d branch  0x00003c17 
+ 00015234  0x00003340 ifetcht  0x00000001 , 0x00000003 
+ 00015235  0x00003341 ifetch  0x00000001 , 0x00000003 
+ 00015236  0x00003342 beq  0x00000002 , 0x00003b88 
+ 00015237  0x00003343 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00015238  0x00003344 call  0x000067fb 
+ 00015239  0x00003345 branch  0x00003c1a 
+ 00015240  0x00003348 call  0x00006806 
+ 00015241  0x00003349 branch  0x00003c1a 
+ 00015242  0x0000334c ifetcht  0x00000001 , 0x00000003 
+ 00015243  0x0000334d call  0x00006812 
+ 00015244  0x0000334e ifetch  0x00000001 , 0x00000003 
+ 00015245  0x0000334f isolate1  0x00000000 , 0x0000003f 
+ 00015246  0x00003350 call  0x0000682c 
+ 00015247  0x00003351 branch  0x00003c1a 
+ 00015248  0x00003356 fetch  0x00000001 , 0x00000b04 
+ 00015249  0x00003357 bne  0x00000001 , 0x00003c17 
+ 00015250  0x00003358 ifetcht  0x00000001 , 0x00000003 
+ 00015251  0x00003359 call  0x0000681d 
+ 00015252  0x0000335a setarg  0x00000000 
+ 00015253  0x0000335b nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00015254  0x0000335c arg  0x00000001 , 0x00000011 
+ 00015255  0x0000335d branch  0x00003b0a 
+ 00015256  0x00003362 copy  0x00000011 , 0x00000003 
+ 00015257  0x00003363 ifetch  0x00000001 , 0x00000003 
+ 00015258  0x00003364 copy  0x0000003f , 0x00000002 
+ 00015259  0x00003365 beq  0x00000081 , 0x00003ba3 
+ 00015260  0x00003366 beq  0x00000082 , 0x00003ba8 
+ 00015261  0x00003367 beq  0x00000083 , 0x00003bae 
+ 00015262  0x00003368 store  0x00000001 , 0x000044c6 
+ 00015263  0x00003369 beq  0x00000000 , 0x00003bb3 
+ 00015264  0x0000336a beq  0x00000001 , 0x00003bb6 
+ 00015265  0x0000336b beq  0x00000002 , 0x00003bb8 
+ 00015266  0x0000336c branch  0x00003c17 
+ 00015267  0x0000336f fetch  0x00000001 , 0x000044be 
+ 00015268  0x00003370 branch  0x00003c17 , 0x00000034 
+ 00015269  0x00003371 storet  0x00000001 , 0x000044c6 
+ 00015270  0x00003372 jam  0x0000000d , 0x00004456 
+ 00015271  0x00003373 branch  0x00003bb4 
+ 00015272  0x00003375 fetch  0x00000001 , 0x000044be 
+ 00015273  0x00003376 branch  0x00003c17 , 0x00000034 
+ 00015274  0x00003377 storet  0x00000001 , 0x000044c6 
+ 00015275  0x00003378 jam  0x0000000d , 0x00004456 
+ 00015276  0x00003379 jam  0x00000001 , 0x00004454 
+ 00015277  0x0000337a branch  0x00003c1a 
+ 00015278  0x0000337c fetch  0x00000001 , 0x000044be 
+ 00015279  0x0000337d branch  0x00003c17 , 0x00000034 
+ 00015280  0x0000337e storet  0x00000001 , 0x000044c6 
+ 00015281  0x0000337f jam  0x0000000d , 0x00004456 
+ 00015282  0x00003380 branch  0x00003bb9 
+ 00015283  0x00003382 jam  0x00000000 , 0x00004456 
+ 00015284  0x00003384 jam  0x00000003 , 0x00004454 
+ 00015285  0x00003385 branch  0x00003c1a 
+ 00015286  0x00003387 jam  0x00000005 , 0x00004456 
+ 00015287  0x00003388 branch  0x00003bb4 
+ 00015288  0x0000338a jam  0x00000005 , 0x00004456 
+ 00015289  0x0000338c jam  0x00000000 , 0x00004454 
+ 00015290  0x0000338d branch  0x00003c1a 
+ 00015291  0x00003392 fetch  0x00000001 , 0x00000b04 
+ 00015292  0x00003393 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015293  0x00003394 nbranch  0x00003c17 , 0x00000002 
+ 00015294  0x00003395 store  0x00000001 , 0x0000436f 
+ 00015295  0x00003396 copy  0x0000003f , 0x00000039 
+ 00015296  0x00003397 copy  0x00000011 , 0x00000003 
+ 00015297  0x00003398 arg  0x00004370 , 0x00000005 
+ 00015298  0x00003399 call  0x000066ea 
+ 00015299  0x0000339a branch  0x00003c1a 
+ 00015300  0x0000339f fetch  0x00000001 , 0x00000b04 
+ 00015301  0x000033a0 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015302  0x000033a1 nbranch  0x00003c17 , 0x00000002 
+ 00015303  0x000033a2 store  0x00000001 , 0x0000438f 
+ 00015304  0x000033a3 copy  0x0000003f , 0x00000039 
+ 00015305  0x000033a4 copy  0x00000011 , 0x00000003 
+ 00015306  0x000033a5 arg  0x00004390 , 0x00000005 
+ 00015307  0x000033a6 call  0x000066ea 
+ 00015308  0x000033a7 branch  0x00003c1a 
+ 00015309  0x000033ac fetch  0x00000002 , 0x00004682 
+ 00015310  0x000033ad bbit0  0x00000009 , 0x00003c17 
+ 00015311  0x000033ae fetch  0x00000001 , 0x00000b04 
+ 00015312  0x000033af bne  0x00000008 , 0x00003c17 
+ 00015313  0x000033b0 copy  0x00000011 , 0x00000003 
+ 00015314  0x000033b1 ifetch  0x00000008 , 0x00000003 
+ 00015315  0x000033b2 store  0x00000008 , 0x00004496 
+ 00015316  0x000033b3 jam  0x00000012 , 0x00000a99 
+ 00015317  0x000033b4 call  0x00007d8f 
+ 00015318  0x000033b5 branch  0x00003c1a 
+ 00015319  0x000033ba ifetch  0x00000002 , 0x00000003 
+ 00015320  0x000033bb store  0x00000002 , 0x00004482 
+ 00015321  0x000033bc branch  0x00003c1a 
+ 00015322  0x000033c1 fetch  0x00000001 , 0x000044c6 
+ 00015323  0x000033c2 branch  0x00003c17 , 0x00000034 
+ 00015324  0x000033c3 fetch  0x00000001 , 0x000044c4 
+ 00015325  0x000033c4 bne  0x00000000 , 0x00003c17 
+ 00015326  0x000033c5 fetch  0x00000001 , 0x000044c5 
+ 00015327  0x000033c6 bne  0x00000000 , 0x00003c17 
+ 00015328  0x000033c7 call  0x00007e25 
+ 00015329  0x000033c8 branch  0x00003c1a 
+ 00015330  0x000033cd fetch  0x00000001 , 0x00000b04 
+ 00015331  0x000033ce bne  0x00000005 , 0x00003c17 
+ 00015332  0x000033cf ifetch  0x00000001 , 0x00000003 
+ 00015333  0x000033d0 store  0x00000001 , 0x000046a2 
+ 00015334  0x000033d1 ifetch  0x00000004 , 0x00000003 
+ 00015335  0x000033d2 store  0x00000004 , 0x000046a3 
+ 00015336  0x000033d3 fetcht  0x00000001 , 0x000046a2 
+ 00015337  0x000033d4 call  0x0000680e 
+ 00015338  0x000033d5 call  0x00003cbc 
+ 00015339  0x000033d6 branch  0x00003c1a 
+ 00015340  0x000033db fetch  0x00000001 , 0x00000b04 
+ 00015341  0x000033dc bne  0x00000001 , 0x00003c17 
+ 00015342  0x000033dd ifetch  0x00000001 , 0x00000003 
+ 00015343  0x000033de store  0x00000001 , 0x000041de 
+ 00015344  0x000033df branch  0x00003c1a 
+ 00015345  0x000033e4 ifetch  0x00000001 , 0x00000003 
+ 00015346  0x000033e5 beq  0x00000001 , 0x00003bfa 
+ 00015347  0x000033e6 fetch  0x00000001 , 0x000044c1 
+ 00015348  0x000033e7 beq  0x00000003 , 0x00003bf8 
+ 00015349  0x000033e8 beq  0x00000006 , 0x00003bf8 
+ 00015350  0x000033e9 beq  0x00000007 , 0x00003bf8 
+ 00015351  0x000033ea branch  0x00003c17 
+ 00015352  0x000033ec jam  0x00000001 , 0x000044c2 
+ 00015353  0x000033ed branch  0x00003c1a 
+ 00015354  0x000033f0 call  0x00005b53 
+ 00015355  0x000033f1 branch  0x00003c1a 
+ 00015356  0x000033f6 fetch  0x00000001 , 0x00000b04 
+ 00015357  0x000033f7 bne  0x00000001 , 0x00003c17 
+ 00015358  0x000033f8 call  0x00003c1a 
+ 00015359  0x000033f9 ifetch  0x00000001 , 0x00000003 
+ 00015360  0x000033fa branch  0x000060cb , 0x00000034 
+ 00015361  0x000033fb branch  0x000060c9 
+ 00015362  0x00003400 call  0x00003c1a 
+ 00015363  0x00003401 call  0x00007f9e 
+ 00015364  0x00003402 jam  0x00000001 , 0x00008010 
+ 00015365  0x00003403 branch  0x00002a8e 
+ 00015366  0x00003408 fetch  0x00000001 , 0x00000b04 
+ 00015367  0x00003409 beq  0x00000000 , 0x00003c17 
+ 00015368  0x0000340a ifetch  0x00000001 , 0x00000003 
+ 00015369  0x0000340b branch  0x00003c13 , 0x00000034 
+ 00015370  0x0000340c fetch  0x00000001 , 0x00000b04 
+ 00015371  0x0000340d bne  0x00000005 , 0x00003c17 
+ 00015372  0x0000340e ifetch  0x00000004 , 0x00000003 
+ 00015373  0x0000340f arg  0x000f4240 , 0x00000002 
+ 00015374  0x00003410 isub  0x00000002 , 0x0000003e 
+ 00015375  0x00003411 branch  0x00003c17 , 0x00000002 
+ 00015376  0x00003412 store  0x00000004 , 0x000044c7 
+ 00015377  0x00003413 call  0x0000580c 
+ 00015378  0x00003414 branch  0x00003c1a 
+ 00015379  0x00003417 call  0x0000580e 
+ 00015380  0x00003418 branch  0x00003c1a 
+ 00015381  0x0000341d jam  0x00000000 , 0x00004091 
+ 00015382  0x0000341e branch  0x00003c1a 
+ 00015383  0x00003424 arg  0x00000001 , 0x00000002 
+ 00015384  0x00003425 arg  0x00000000 , 0x00000011 
+ 00015385  0x00003426 branch  0x00003c25 
+ 00015386  0x0000342a arg  0x00000000 , 0x00000002 
+ 00015387  0x0000342b arg  0x00000000 , 0x00000011 
+ 00015388  0x0000342c branch  0x00003c25 
+ 00015389  0x00003431 jam  0x00000000 , 0x00000b03 
+ 00015390  0x00003432 branch  0x00003c49 
+ 00015391  0x00003437 jam  0x00000002 , 0x00000b03 
+ 00015392  0x00003438 branch  0x00003c49 
+ 00015393  0x0000343d jam  0x00000003 , 0x00000b03 
+ 00015394  0x0000343e branch  0x00003c49 
+ 00015395  0x00003443 jam  0x00000005 , 0x00000b03 
+ 00015396  0x00003444 branch  0x00003c49 
+ 00015397  0x0000344d fetch  0x00000001 , 0x00000b03 
+ 00015398  0x0000344e copy  0x0000003f , 0x00000013 
+ 00015399  0x0000344f jam  0x00000006 , 0x00000b03 
+ 00015400  0x00003450 setarg  0x00000002 
+ 00015401  0x00003451 iadd  0x00000011 , 0x0000003f 
+ 00015402  0x00003452 call  0x00003ca7 
+ 00015403  0x00003453 copy  0x00000013 , 0x0000003f 
+ 00015404  0x00003454 istore  0x00000001 , 0x0000000a 
+ 00015405  0x00003455 istoret  0x00000001 , 0x0000000a 
+ 00015406  0x00003456 copy  0x00000011 , 0x00000039 
+ 00015407  0x00003457 copy  0x00000012 , 0x00000006 
+ 00015408  0x00003458 call  0x000066e4 
+ 00015409  0x00003459 branch  0x000066c5 
+ 00015410  0x0000345f call  0x0000397f 
+ 00015411  0x00003460 jam  0x00000007 , 0x00000b03 
+ 00015412  0x00003461 fetch  0x00000001 , 0x000004ff 
+ 00015413  0x00003462 rtn  0x00000034 
+ 00015414  0x00003463 call  0x00003ca7 
+ 00015415  0x00003464 fetch  0x00000001 , 0x000004ff 
+ 00015416  0x00003465 copy  0x0000003f , 0x00000039 
+ 00015417  0x00003466 fetch  0x00000002 , 0x00000501 
+ 00015418  0x00003467 copy  0x0000003f , 0x00000006 
+ 00015419  0x00003468 call  0x000066d1 
+ 00015420  0x00003469 branch  0x000066c5 
+ 00015421  0x0000346e jam  0x00000008 , 0x00000b03 
+ 00015422  0x0000346f fetch  0x00000001 , 0x000046b6 
+ 00015423  0x00003470 icopy  0x00000039 
+ 00015424  0x00003471 increase  0x00000002 , 0x0000003f 
+ 00015425  0x00003472 call  0x00003ca7 
+ 00015426  0x00003473 fetch  0x00000002 , 0x000046b9 
+ 00015427  0x00003474 istore  0x00000002 , 0x0000000a 
+ 00015428  0x00003475 fetch  0x00000002 , 0x000046b7 
+ 00015429  0x00003476 icopy  0x00000006 
+ 00015430  0x00003477 call  0x000066d1 
+ 00015431  0x00003478 branch  0x000066c5 
+ 00015432  0x0000347d jam  0x00000009 , 0x00000b03 
+ 00015433  0x0000347f setarg  0x00000000 
+ 00015434  0x00003480 call  0x00003ca7 
+ 00015435  0x00003481 branch  0x000066c5 
+ 00015436  0x00003486 jam  0x0000000a , 0x00000b03 
+ 00015437  0x00003487 setarg  0x00000001 
+ 00015438  0x00003488 call  0x00003ca7 
+ 00015439  0x0000348a call  0x00003c5d 
+ 00015440  0x0000348c fetch  0x00000002 , 0x00004682 
+ 00015441  0x0000348d arg  0x00000002 , 0x00000007 
+ 00015442  0x0000348e qisolate1  0x0000003f 
+ 00015443  0x0000348f setflag  0x00000001 , 0x00000003 , 0x00000002 
+ 00015444  0x00003491 arg  0x00000009 , 0x00000007 
+ 00015445  0x00003492 qisolate1  0x0000003f 
+ 00015446  0x00003493 setflag  0x00000001 , 0x00000005 , 0x00000002 
+ 00015447  0x00003495 fetch  0x00000001 , 0x00004682 
+ 00015448  0x00003496 arg  0x00000004 , 0x00000007 
+ 00015449  0x00003497 qisolate1  0x0000003f 
+ 00015450  0x00003498 setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00015451  0x0000349a istoret  0x00000001 , 0x0000000a 
+ 00015452  0x0000349b branch  0x000066c5 
+ 00015453  0x000034a0 arg  0x00000000 , 0x00000002 
+ 00015454  0x000034a1 fetch  0x00000001 , 0x00004093 
+ 00015455  0x000034a2 arg  0x00000000 , 0x00000007 
+ 00015456  0x000034a3 qisolate1  0x0000003f 
+ 00015457  0x000034a4 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00015458  0x000034a5 arg  0x00000001 , 0x00000007 
+ 00015459  0x000034a6 qisolate1  0x0000003f 
+ 00015460  0x000034a7 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00015461  0x000034a9 fetch  0x00000001 , 0x0000436e 
+ 00015462  0x000034aa arg  0x00000000 , 0x00000007 
+ 00015463  0x000034ab qisolate1  0x0000003f 
+ 00015464  0x000034ac setflag  0x00000001 , 0x00000002 , 0x00000002 
+ 00015465  0x000034ad rtn 
+ 00015466  0x000034b2 jam  0x0000000d , 0x00000b03 
+ 00015467  0x000034b3 fetch  0x00000001 , 0x00004217 
+ 00015468  0x000034b4 mul32  0x0000003f , 0x00000022 , 0x0000003f 
+ 00015469  0x000034b5 icopy  0x00000039 
+ 00015470  0x000034b6 call  0x00003ca7 
+ 00015471  0x000034b7 fetch  0x00000002 , 0x00004215 
+ 00015472  0x000034b8 icopy  0x00000006 
+ 00015473  0x000034b9 call  0x000066d1 
+ 00015474  0x000034ba branch  0x000066c5 
+ 00015475  0x000034bf jam  0x0000000e , 0x00000b03 
+ 00015476  0x000034c0 setarg  0x00000004 
+ 00015477  0x000034c1 call  0x00003ca7 
+ 00015478  0x000034c2 fetch  0x00000004 , 0x000009ba 
+ 00015479  0x000034c3 istore  0x00000004 , 0x0000000a 
+ 00015480  0x000034c4 branch  0x000066c5 
+ 00015481  0x000034c9 jam  0x0000000f , 0x00000b03 
+ 00015482  0x000034ca hfetch  0x00000002 , 0x00008112 
+ 00015483  0x000034cb arg  0x000000ff , 0x00000002 
+ 00015484  0x000034cc call  0x00007fdd 
+ 00015485  0x000034cd copy  0x0000003f , 0x00000039 
+ 00015486  0x000034ce call  0x00003ca7 
+ 00015487  0x000034cf call  0x000066cb 
+ 00015488  0x000034d0 call  0x00006703 
+ 00015489  0x000034d1 branch  0x000066c5 
+ 00015490  0x000034d6 jam  0x00000010 , 0x00000b03 
+ 00015491  0x000034d7 branch  0x00003c49 
+ 00015492  0x000034dc jam  0x00000011 , 0x00000b03 
+ 00015493  0x000034dd setarg  0x00000004 
+ 00015494  0x000034de call  0x00003ca7 
+ 00015495  0x000034df fetch  0x00000004 , 0x000044c7 
+ 00015496  0x000034e0 istore  0x00000004 , 0x0000000a 
+ 00015497  0x000034e1 branch  0x000066c5 
+ 00015498  0x000034e6 arg  0x00000180 , 0x00000011 
+ 00015499  0x000034e7 branch  0x00003c91 
+ 00015500  0x000034ea arg  0x00000080 , 0x00000011 
+ 00015501  0x000034eb branch  0x00003c91 
+ 00015502  0x000034ee arg  0x00000101 , 0x00000011 
+ 00015503  0x000034ef branch  0x00003c91 
+ 00015504  0x000034f2 arg  0x00000001 , 0x00000011 
+ 00015505  0x000034f5 jam  0x00000000 , 0x00004661 
+ 00015506  0x000034f6 jam  0x00000014 , 0x00000b03 
+ 00015507  0x000034f7 setarg  0x00000002 
+ 00015508  0x000034f8 call  0x00003ca7 
+ 00015509  0x000034f9 copy  0x00000011 , 0x0000003f 
+ 00015510  0x000034fa istore  0x00000002 , 0x0000000a 
+ 00015511  0x000034fb branch  0x000066c5 
+ 00015512  0x00003500 arg  0x00000000 , 0x00000013 
+ 00015513  0x00003501 branch  0x00003c9b 
+ 00015514  0x00003504 arg  0x00000001 , 0x00000013 
+ 00015515  0x00003507 jam  0x00000015 , 0x00000b03 
+ 00015516  0x00003508 setarg  0x00000001 
+ 00015517  0x00003509 call  0x00003ca7 
+ 00015518  0x0000350a copy  0x00000013 , 0x0000003f 
+ 00015519  0x0000350b istore  0x00000001 , 0x0000000a 
+ 00015520  0x0000350c branch  0x000066c5 
+ 00015521  0x00003511 jam  0x0000001d , 0x00000b03 
+ 00015522  0x00003512 setarg  0x00000004 
+ 00015523  0x00003513 call  0x00003ca7 
+ 00015524  0x00003514 fetch  0x00000004 , 0x000009ba 
+ 00015525  0x00003515 istore  0x00000004 , 0x0000000a 
+ 00015526  0x00003516 branch  0x000066c5 
+ 00015527  0x00003522 jam  0x00000002 , 0x00000b02 
+ 00015528  0x00003523 store  0x00000001 , 0x00000b04 
+ 00015529  0x00003524 storet  0x00000008 , 0x00000aa2 
+ 00015530  0x00003525 bpatch  0x000000e2 , 0x0000401c 
+ 00015531  0x00003526 call  0x00003cb1 
+ 00015532  0x00003527 fetcht  0x00000008 , 0x00000aa2 
+ 00015533  0x00003528 call  0x000066c2 
+ 00015534  0x00003529 fetch  0x00000003 , 0x00000b02 
+ 00015535  0x0000352a istore  0x00000003 , 0x0000000a 
+ 00015536  0x0000352b rtn 
+ 00015537  0x0000352f call  0x00003cba 
+ 00015538  0x00003530 rtn  0x00000001 
+ 00015539  0x00003532 call  0x00003cb8 
+ 00015540  0x00003533 fetch  0x00000004 , 0x000046a3 
+ 00015541  0x00003534 rshift2  0x0000003f , 0x0000003f 
+ 00015542  0x00003535 rtn  0x00000034 
+ 00015543  0x00003536 branch  0x00003cbe 
+ 00015544  0x0000353a fetcht  0x00000001 , 0x000046a2 
+ 00015545  0x0000353b branch  0x00006829 
+ 00015546  0x0000353e fetcht  0x00000001 , 0x000046a2 
+ 00015547  0x0000353f branch  0x0000681b 
+ 00015548  0x00003542 fetcht  0x00000001 , 0x000046a2 
+ 00015549  0x00003543 branch  0x00006825 
+ 00015550  0x00003547 increase  0xffffffff , 0x0000003f 
+ 00015551  0x00003548 nop  0x00000026 
+ 00015552  0x00003549 nbranch  0x00003cbe , 0x00000034 
+ 00015553  0x0000354a rtn 
+ 00015554  0x00003554 call  0x00003ad4 
+ 00015555  0x00003555 rtn  0x00000028 
+ 00015556  0x00003556 copy  0x00000011 , 0x0000003f 
+ 00015557  0x00003557 store  0x00000002 , 0x000046b7 
+ 00015558  0x00003558 copy  0x00000012 , 0x0000003f 
+ 00015559  0x00003559 store  0x00000001 , 0x000046b6 
+ 00015560  0x0000355a fetch  0x00000002 , 0x00000478 
+ 00015561  0x0000355b fetcht  0x00000002 , 0x000046bb 
+ 00015562  0x0000355c isub  0x00000002 , 0x0000003e 
+ 00015563  0x0000355d branch  0x00003ccf , 0x00000005 
+ 00015564  0x0000355e fetcht  0x00000002 , 0x000046bd 
+ 00015565  0x0000355f isub  0x00000002 , 0x0000003e 
+ 00015566  0x00003560 nrtn  0x00000005 
+ 00015567  0x00003562 store  0x00000002 , 0x000046b9 
+ 00015568  0x00003563 branch  0x00003c3d 
+ 00015569  0x00003569 fetch  0x00000001 , 0x000046bf 
+ 00015570  0x0000356a rtnbit1  0x00000005 
+ 00015571  0x0000356b call  0x00003cf0 
+ 00015572  0x0000356c branch  0x0000340c 
+ 00015573  0x00003570 jam  0x00000002 , 0x00004172 
+ 00015574  0x00003571 rtn 
+ 00015575  0x00003576 branch  0x00003cd8 
+ 00015576  0x00003579 fetch  0x00000001 , 0x000046b2 
+ 00015577  0x0000357a rtn  0x00000034 
+ 00015578  0x0000357b fetch  0x00000001 , 0x000046b3 
+ 00015579  0x0000357c rtn  0x00000034 
+ 00015580  0x0000357d increase  0xffffffff , 0x0000003f 
+ 00015581  0x0000357e store  0x00000001 , 0x000046b3 
+ 00015582  0x0000357f nrtn  0x00000034 
+ 00015583  0x00003580 jam  0x0000000a , 0x000046b3 
+ 00015584  0x00003581 call  0x000068eb 
+ 00015585  0x00003582 call  0x00006908 
+ 00015586  0x00003583 div  0x0000003f , 0x00000064 
+ 00015587  0x00003584 call  0x00007f86 
+ 00015588  0x00003585 quotient  0x0000003f 
+ 00015589  0x00003586 remainder  0x00000002 
+ 00015590  0x00003587 store  0x00000001 , 0x000046b4 
+ 00015591  0x00003588 storet  0x00000001 , 0x000046b5 
+ 00015592  0x00003589 rtn 
+ 00015593  0x0000358d call  0x00007fb4 
+ 00015594  0x0000358e branch  0x000033d9 , 0x00000002 
+ 00015595  0x0000358f branch  0x000033db 
+ 00015596  0x00003594 arg  0x00000006 , 0x00000007 
+ 00015597  0x00003595 branch  0x00003cfc 
+ 00015598  0x00003598 arg  0x00000006 , 0x00000007 
+ 00015599  0x00003599 branch  0x00003cf8 
+ 00015600  0x0000359c arg  0x00000005 , 0x00000007 
+ 00015601  0x0000359d branch  0x00003cfc 
+ 00015602  0x000035a0 arg  0x00000005 , 0x00000007 
+ 00015603  0x000035a1 branch  0x00003cf8 
+ 00015604  0x000035a4 arg  0x00000004 , 0x00000007 
+ 00015605  0x000035a5 branch  0x00003cfc 
+ 00015606  0x000035a8 arg  0x00000004 , 0x00000007 
+ 00015607  0x000035a9 branch  0x00003cf8 
+ 00015608  0x000035ac fetch  0x00000001 , 0x000046bf 
+ 00015609  0x000035ad qset0  0x0000003f 
+ 00015610  0x000035ae store  0x00000001 , 0x000046bf 
+ 00015611  0x000035af rtn 
+ 00015612  0x000035b2 fetch  0x00000001 , 0x000046bf 
+ 00015613  0x000035b3 qset1  0x0000003f 
+ 00015614  0x000035b4 store  0x00000001 , 0x000046bf 
+ 00015615  0x000035b5 rtn 
+ 00015616  0x000035c0 call  0x00003d39 
+ 00015617  0x000035c1 call  0x0000640f 
+ 00015618  0x000035c2 call  0x000040c6 
+ 00015619  0x000035c3 call  0x00003d66 
+ 00015620  0x000035c4 call  0x00006411 
+ 00015621  0x000035c5 rtn  0x0000002b 
+ 00015622  0x000035c6 call  0x00003d16 
+ 00015623  0x000035c7 call  0x00003d19 
+ 00015624  0x000035ca fetch  0x00000004 , 0x000046d3 
+ 00015625  0x000035cb rtnbit1  0x00000010 
+ 00015626  0x000035cc call  0x00003d4e 
+ 00015627  0x000035cd rtnmark1  0x00000026 
+ 00015628  0x000035ce fetch  0x00000002 , 0x00004682 
+ 00015629  0x000035cf bbit1  0x0000000c , 0x000042b0 
+ 00015630  0x000035d0 branch  0x000042a2 
+ 00015631  0x000035d4 fetch  0x00000004 , 0x000046d3 
+ 00015632  0x000035d5 rtnbit0  0x0000001b 
+ 00015633  0x000035d6 arg  0x00000014 , 0x00000039 
+ 00015634  0x000035d8 setarg  0x00030d40 
+ 00015635  0x000035d9 call  0x00002a8f 
+ 00015636  0x000035da loop  0x00007ec1 
+ 00015637  0x000035db rtn 
+ 00015638  0x000035df fetch  0x00000004 , 0x000046d3 
+ 00015639  0x000035e0 rtnbit0  0x00000010 
+ 00015640  0x000035e1 branch  0x000048ea 
+ 00015641  0x000035e5 setarg  0x0000416d 
+ 00015642  0x000035e6 store  0x00000002 , 0x000041ef 
+ 00015643  0x000035e7 setarg  0x00003f77 
+ 00015644  0x000035e8 store  0x00000002 , 0x000041f1 
+ 00015645  0x000035e9 setarg  0x00003ebb 
+ 00015646  0x000035ea store  0x00000002 , 0x000041ed 
+ 00015647  0x000035eb setarg  0x0000417c 
+ 00015648  0x000035ec store  0x00000002 , 0x000041f5 
+ 00015649  0x000035ed setarg  0x00003de3 
+ 00015650  0x000035ee store  0x00000002 , 0x000041f3 
+ 00015651  0x000035ef setarg  0x00003eb3 
+ 00015652  0x000035f0 store  0x00000002 , 0x000041eb 
+ 00015653  0x000035f1 setarg  0x00003d5b 
+ 00015654  0x000035f2 store  0x00000002 , 0x000041f9 
+ 00015655  0x000035f4 call  0x00002c7a 
+ 00015656  0x000035f5 setarg  0x00004401 
+ 00015657  0x000035f6 add  0x00000013 , 0x000000d8 , 0x00000005 
+ 00015658  0x000035f7 istore  0x00000002 , 0x00000005 
+ 00015659  0x000035f8 setarg  0x00004406 
+ 00015660  0x000035f9 add  0x00000013 , 0x000000da , 0x00000005 
+ 00015661  0x000035fa istore  0x00000002 , 0x00000005 
+ 00015662  0x000035fb setarg  0x00003ebf 
+ 00015663  0x000035fc add  0x00000013 , 0x000000dc , 0x00000005 
+ 00015664  0x000035fd istore  0x00000002 , 0x00000005 
+ 00015665  0x000035ff setarg  0x000041f9 
+ 00015666  0x00003600 store  0x00000002 , 0x000041fd 
+ 00015667  0x00003601 setarg  0x00003d36 
+ 00015668  0x00003602 store  0x00000002 , 0x00004201 
+ 00015669  0x00003603 rtn 
+ 00015670  0x00003606 fetch  0x00000004 , 0x000046d3 
+ 00015671  0x00003607 bbit0  0x00000012 , 0x000064d7 
+ 00015672  0x00003608 branch  0x000064da 
+ 00015673  0x0000360b rtn  0x0000002b 
+ 00015674  0x0000360c call  0x00002c9d 
+ 00015675  0x0000360d call  0x00003e6e 
+ 00015676  0x0000360e call  0x00003e1e 
+ 00015677  0x0000360f call  0x00003e54 
+ 00015678  0x00003610 call  0x00005810 
+ 00015679  0x00003611 call  0x00005839 
+ 00015680  0x00003612 call  0x0000582c 
+ 00015681  0x00003613 call  0x00005818 
+ 00015682  0x00003614 fetch  0x00000004 , 0x000046d3 
+ 00015683  0x00003615 bbit1  0x00000014 , 0x00003d46 
+ 00015684  0x00003616 bbit1  0x00000013 , 0x00004414 
+ 00015685  0x00003617 rtn 
+ 00015686  0x0000361a call  0x0000659c 
+ 00015687  0x0000361b fetch  0x00000004 , 0x000046d3 
+ 00015688  0x0000361c isolate1  0x00000019 , 0x0000003f 
+ 00015689  0x0000361d ncall  0x000065c2 , 0x00000001 
+ 00015690  0x0000361e call  0x0000443f 
+ 00015691  0x0000361f call  0x00003dc9 
+ 00015692  0x00003620 call  0x000041aa 
+ 00015693  0x00003621 branch  0x000065df 
+ 00015694  0x00003624 fetch  0x00000004 , 0x000046d3 
+ 00015695  0x00003625 bbit0  0x0000001e , 0x00003d53 
+ 00015696  0x00003626 fetch  0x00000001 , 0x00000abd 
+ 00015697  0x00003627 isolate0  0x00000003 , 0x0000003f 
+ 00015698  0x00003628 nrtn  0x00000001 
+ 00015699  0x0000362a fetch  0x00000001 , 0x0000471f 
+ 00015700  0x0000362b store  0x00000001 , 0x0000471e 
+ 00015701  0x0000362c fetch  0x00000001 , 0x000046f5 
+ 00015702  0x0000362d rtnbit1  0x00000006 
+ 00015703  0x0000362f fetch  0x00000004 , 0x000046d3 
+ 00015704  0x00003630 rtnbit0  0x00000011 
+ 00015705  0x00003631 bbit1  0x0000001d , 0x00002ee4 
+ 00015706  0x00003632 branch  0x00002f2c 
+ 00015707  0x00003634 fetch  0x00000001 , 0x00000478 
+ 00015708  0x00003635 sub  0x0000003f , 0x0000001a , 0x0000003f 
+ 00015709  0x00003636 nrtn  0x00000005 
+ 00015710  0x00003637 jam  0x00000012 , 0x00000a99 
+ 00015711  0x00003638 call  0x00007d8f 
+ 00015712  0x0000363a arg  0x00000000 , 0x00000007 
+ 00015713  0x0000363b branch  0x000041b9 
+ 00015714  0x0000363e fetch  0x00000001 , 0x000046b6 
+ 00015715  0x0000363f rtneq  0x00000001 
+ 00015716  0x00003640 jam  0x00000001 , 0x000046b6 
+ 00015717  0x00003641 rtn 
+ 00015718  0x00003643 fetch  0x00000001 , 0x000046e1 
+ 00015719  0x00003644 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00015720  0x00003645 store  0x00000001 , 0x0000477a 
+ 00015721  0x00003646 branch  0x00003d80 
+ 00015722  0x0000364a fetcht  0x00000001 , 0x000046e7 
+ 00015723  0x0000364b call  0x0000681d 
+ 00015724  0x0000364c nbranch  0x00003d62 , 0x00000001 
+ 00015725  0x0000364e fetch  0x00000001 , 0x000046b6 
+ 00015726  0x0000364f rtneq  0x00000000 
+ 00015727  0x00003650 jam  0x00000000 , 0x000046b6 
+ 00015728  0x00003652 fetch  0x00000001 , 0x0000477a 
+ 00015729  0x00003653 increase  0x00000001 , 0x0000003f 
+ 00015730  0x00003654 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00015731  0x00003655 store  0x00000001 , 0x0000477a 
+ 00015732  0x00003656 call  0x00003d7e 
+ 00015733  0x00003657 fetch  0x00000004 , 0x000046d3 
+ 00015734  0x00003658 bbit1  0x00000014 , 0x0000443b 
+ 00015735  0x00003659 bbit1  0x00000013 , 0x00003d79 
+ 00015736  0x0000365a rtn 
+ 00015737  0x0000365c arg  0x0000001e , 0x00000002 
+ 00015738  0x0000365d call  0x0000680e 
+ 00015739  0x0000365e arg  0x0000001f , 0x00000002 
+ 00015740  0x0000365f call  0x0000680e 
+ 00015741  0x00003660 branch  0x00004435 
+ 00015742  0x00003663 bpatch  0x000000e3 , 0x0000401c 
+ 00015743  0x00003664 call  0x0000424a 
+ 00015744  0x00003665 fetch  0x00000001 , 0x000046e0 
+ 00015745  0x00003666 beq  0x00000005 , 0x00003daa 
+ 00015746  0x00003667 beq  0x00000004 , 0x00003d96 
+ 00015747  0x00003668 fetch  0x00000001 , 0x0000477a 
+ 00015748  0x00003669 beq  0x00000000 , 0x00003d8a 
+ 00015749  0x0000366a beq  0x00000001 , 0x00003d88 
+ 00015750  0x0000366b beq  0x00000002 , 0x00003d8c 
+ 00015751  0x0000366c beq  0x00000003 , 0x00003d8e 
+ 00015752  0x0000366e fetch  0x00000001 , 0x00004780 
+ 00015753  0x0000366f branch  0x00003dbe 
+ 00015754  0x00003671 fetch  0x00000001 , 0x0000477f 
+ 00015755  0x00003672 branch  0x00003dbe 
+ 00015756  0x00003674 fetch  0x00000001 , 0x00004781 
+ 00015757  0x00003675 branch  0x00003dbe 
+ 00015758  0x00003677 fetch  0x00000001 , 0x00004782 
+ 00015759  0x00003678 branch  0x00003dbe 
+ 00015760  0x0000367a fetch  0x00000001 , 0x000046e0 
+ 00015761  0x0000367b rtneq  0x00000006 
+ 00015762  0x0000367c fetch  0x00000001 , 0x000046b5 
+ 00015763  0x0000367d increase  0x00000001 , 0x0000003f 
+ 00015764  0x0000367e store  0x00000001 , 0x000046b5 
+ 00015765  0x0000367f rtn 
+ 00015766  0x00003682 fetch  0x00000001 , 0x0000477a 
+ 00015767  0x00003683 beq  0x00000000 , 0x00003d9d 
+ 00015768  0x00003684 beq  0x00000001 , 0x00003d9b 
+ 00015769  0x00003685 beq  0x00000002 , 0x00003d9f 
+ 00015770  0x00003686 beq  0x00000003 , 0x00003da1 
+ 00015771  0x00003688 fetch  0x00000001 , 0x00004784 
+ 00015772  0x00003689 branch  0x00003da2 
+ 00015773  0x0000368b fetch  0x00000001 , 0x00004783 
+ 00015774  0x0000368c branch  0x00003da2 
+ 00015775  0x0000368e fetch  0x00000001 , 0x00004785 
+ 00015776  0x0000368f branch  0x00003da2 
+ 00015777  0x00003691 fetch  0x00000001 , 0x00004786 
+ 00015778  0x00003693 store  0x00000001 , 0x000046b5 
+ 00015779  0x00003694 lshift8  0x0000003f , 0x0000003f 
+ 00015780  0x00003695 copy  0x0000003f , 0x00000011 
+ 00015781  0x00003696 add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00015782  0x00003697 call  0x00006413 
+ 00015783  0x00003698 copy  0x00000011 , 0x0000003f 
+ 00015784  0x00003699 add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00015785  0x0000369a branch  0x00006413 
+ 00015786  0x0000369d fetch  0x00000001 , 0x0000477a 
+ 00015787  0x0000369e beq  0x00000000 , 0x00003db1 
+ 00015788  0x0000369f beq  0x00000001 , 0x00003daf 
+ 00015789  0x000036a0 beq  0x00000002 , 0x00003db3 
+ 00015790  0x000036a1 beq  0x00000003 , 0x00003db5 
+ 00015791  0x000036a3 fetch  0x00000001 , 0x00004788 
+ 00015792  0x000036a4 branch  0x00003db6 
+ 00015793  0x000036a6 fetch  0x00000001 , 0x00004787 
+ 00015794  0x000036a7 branch  0x00003db6 
+ 00015795  0x000036a9 fetch  0x00000001 , 0x00004789 
+ 00015796  0x000036aa branch  0x00003db6 
+ 00015797  0x000036ac fetch  0x00000001 , 0x0000478a 
+ 00015798  0x000036ae store  0x00000001 , 0x000046b5 
+ 00015799  0x000036af call  0x000040c0 
+ 00015800  0x000036b0 fetch  0x00000001 , 0x000046b5 
+ 00015801  0x000036b2 add  0x0000003f , 0x00000080 , 0x0000003f 
+ 00015802  0x000036b3 lshift8  0x0000003f , 0x0000003f 
+ 00015803  0x000036b4 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00015804  0x000036b5 copy  0x0000003f , 0x00000011 
+ 00015805  0x000036b6 branch  0x0000415a 
+ 00015806  0x000036b9 store  0x00000001 , 0x000046b5 
+ 00015807  0x000036ba call  0x00003d90 
+ 00015808  0x000036bb fetch  0x00000001 , 0x000046b5 
+ 00015809  0x000036bc setarg  0x00000006 
+ 00015810  0x000036bd call  0x00006414 
+ 00015811  0x000036be and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00015812  0x000036bf fetch  0x00000001 , 0x000046b5 
+ 00015813  0x000036c0 iadd  0x00000002 , 0x0000003f 
+ 00015814  0x000036c1 lshift8  0x0000003f , 0x0000003f 
+ 00015815  0x000036c2 add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00015816  0x000036c3 branch  0x00006413 
+ 00015817  0x000036c7 call  0x000033c4 
+ 00015818  0x000036c8 branch  0x00004316 , 0x00000005 
+ 00015819  0x000036c9 call  0x0000441c 
+ 00015820  0x000036ca call  0x000042e4 
+ 00015821  0x000036cb branch  0x000033bd 
+ 00015822  0x000036cf fetch  0x00000002 , 0x00004707 
+ 00015823  0x000036d0 rtn  0x00000034 
+ 00015824  0x000036d1 fetch  0x00000004 , 0x000046d3 
+ 00015825  0x000036d2 rtnbit0  0x00000011 
+ 00015826  0x000036d3 rtnbit1  0x00000003 
+ 00015827  0x000036d4 rtnmark1  0x00000026 
+ 00015828  0x000036d5 call  0x00004083 
+ 00015829  0x000036d6 rtnne  0x00000007 
+ 00015830  0x000036d7 call  0x00004482 
+ 00015831  0x000036d8 arg  0x00000003 , 0x00000007 
+ 00015832  0x000036d9 call  0x000043ce 
+ 00015833  0x000036da setarg  0x00000000 
+ 00015834  0x000036db store  0x00000002 , 0x000046ae 
+ 00015835  0x000036dc store  0x00000001 , 0x000046b4 
+ 00015836  0x000036dd call  0x00003263 
+ 00015837  0x000036df fetch  0x00000002 , 0x00004682 
+ 00015838  0x000036e0 bbit1  0x00000007 , 0x00004392 
+ 00015839  0x000036e1 bbit1  0x00000009 , 0x00003402 
+ 00015840  0x000036e2 bbit1  0x00000000 , 0x000033e9 
+ 00015841  0x000036e3 call  0x000042ca 
+ 00015842  0x000036e4 branch  0x00002ead 
+ 00015843  0x000036e8 call  0x00003dce 
+ 00015844  0x000036e9 call  0x00007e34 
+ 00015845  0x000036ea call  0x00003d6a 
+ 00015846  0x000036eb call  0x00003de9 
+ 00015847  0x000036ec call  0x00003ee0 
+ 00015848  0x000036ed branch  0x00003df7 
+ 00015849  0x000036ef fetch  0x00000004 , 0x000046d3 
+ 00015850  0x000036f0 rtnbit0  0x00000010 
+ 00015851  0x000036f1 call  0x000048d3 
+ 00015852  0x000036f2 branch  0x000048fd 
+ 00015853  0x000036f5 hfetch  0x00000001 , 0x00008a04 
+ 00015854  0x000036f6 bbit0  0x00000007 , 0x00003df1 
+ 00015855  0x000036f7 bbit1  0x00000007 , 0x00003df4 
+ 00015856  0x000036f8 rtn 
+ 00015857  0x000036fa fetch  0x00000001 , 0x000046ff 
+ 00015858  0x000036fb rtnbit0  0x00000007 
+ 00015859  0x000036fc branch  0x0000659a 
+ 00015860  0x000036fe fetch  0x00000001 , 0x000046ff 
+ 00015861  0x000036ff rtnbit1  0x00000007 
+ 00015862  0x00003700 branch  0x00004381 
+ 00015863  0x00003703 call  0x00003ded 
+ 00015864  0x00003704 hfetch  0x00000001 , 0x00008a04 
+ 00015865  0x00003705 store  0x00000001 , 0x000046ff 
+ 00015866  0x00003706 rtnbit0  0x00000007 
+ 00015867  0x00003707 call  0x00003e07 
+ 00015868  0x00003708 fetch  0x00000004 , 0x000046f9 
+ 00015869  0x00003709 fetcht  0x00000001 , 0x000046fd 
+ 00015870  0x0000370a iadd  0x00000002 , 0x00000002 
+ 00015871  0x0000370b copy  0x00000022 , 0x0000003f 
+ 00015872  0x0000370c isub  0x00000002 , 0x0000003e 
+ 00015873  0x0000370d nrtn  0x00000002 
+ 00015874  0x0000370e store  0x00000004 , 0x000046f9 
+ 00015875  0x0000370f call  0x00003f97 
+ 00015876  0x00003710 nrtn  0x00000028 
+ 00015877  0x00003711 jam  0x00000004 , 0x00000d38 
+ 00015878  0x00003712 branch  0x00003e0f 
+ 00015879  0x00003715 fetcht  0x00000004 , 0x000046f9 
+ 00015880  0x00003716 copy  0x00000022 , 0x0000003f 
+ 00015881  0x00003717 isub  0x00000002 , 0x0000003e 
+ 00015882  0x00003718 ncall  0x00003e0c , 0x00000002 
+ 00015883  0x00003719 rtn 
+ 00015884  0x0000371b setarg  0x00000000 
+ 00015885  0x0000371c store  0x00000004 , 0x000046f9 
+ 00015886  0x0000371d rtn 
+ 00015887  0x00003722 fetch  0x00000001 , 0x00000d38 
+ 00015888  0x00003723 rtnbit0  0x00000002 
+ 00015889  0x00003724 branch  0x00003e12 
+ 00015890  0x00003726 hfetch  0x00000001 , 0x00008a04 
+ 00015891  0x00003727 rtnbit0  0x00000007 
+ 00015892  0x00003728 jam  0x00000020 , 0x00000d52 
+ 00015893  0x00003729 setarg  0x00000001 
+ 00015894  0x0000372a store  0x00000001 , 0x00000d54 
+ 00015895  0x0000372b fetch  0x00000007 , 0x0000469a 
+ 00015896  0x0000372c istore  0x00000007 , 0x00000005 
+ 00015897  0x0000372d rtn 
+ 00015898  0x00003731 hfetch  0x00000002 , 0x00008050 
+ 00015899  0x00003732 set0  0x0000000b , 0x0000003f 
+ 00015900  0x00003733 hstore  0x00000002 , 0x00008050 
+ 00015901  0x00003734 rtn 
+ 00015902  0x00003737 setarg  0x00008c00 
+ 00015903  0x00003738 store  0x00000002 , 0x00004575 
+ 00015904  0x00003739 setarg  0x00008e7a 
+ 00015905  0x0000373a store  0x00000002 , 0x000044bc 
+ 00015906  0x0000373b setarg  0x00002402 
+ 00015907  0x0000373c store  0x00000002 , 0x000040bd 
+ 00015908  0x0000373d setarg  0x00002580 
+ 00015909  0x0000373e store  0x00000003 , 0x000040aa 
+ 00015910  0x0000373f jam  0x00000003 , 0x00004173 
+ 00015911  0x00003740 jam  0x00000008 , 0x00004156 
+ 00015912  0x00003741 jam  0x00000001 , 0x000046d9 
+ 00015913  0x00003742 setarg  0x00000200 
+ 00015914  0x00003743 store  0x00000002 , 0x00004154 
+ 00015915  0x00003744 jam  0x00000017 , 0x000044a6 
+ 00015916  0x00003745 jam  0x00000017 , 0x000044a8 
+ 00015917  0x00003747 setarg  0x00000a77 
+ 00015918  0x00003748 store  0x00000002 , 0x00004212 
+ 00015919  0x00003758 setsect  0x00000000 , 0x00000306 
+ 00015920  0x00003759 setsect  0x00000001 , 0x00004440 
+ 00015921  0x0000375a setsect  0x00000002 , 0x00010000 
+ 00015922  0x0000375b setsect  0x00000003 , 0x00004408 
+ 00015923  0x0000375c store  0x00000009 , 0x00004577 
+ 00015924  0x0000375d setsect  0x00000000 , 0x00001224 
+ 00015925  0x0000375e setsect  0x00000001 , 0x00004000 
+ 00015926  0x0000375f setsect  0x00000002 , 0x00000000 
+ 00015927  0x00003760 istore  0x00000005 , 0x00000005 
+ 00015928  0x00003762 setsect  0x00000000 , 0x0003ffff 
+ 00015929  0x00003763 setsect  0x00000001 , 0x0002fe23 
+ 00015930  0x00003764 setsect  0x00000002 , 0x000199d9 
+ 00015931  0x00003765 setsect  0x00000003 , 0x0000020d 
+ 00015932  0x00003766 store  0x00000008 , 0x00004098 
+ 00015933  0x00003768 setarg  0x0000012c 
+ 00015934  0x00003769 store  0x00000002 , 0x00004707 
+ 00015935  0x0000376a call  0x000057a3 
+ 00015936  0x0000376b fetch  0x00000004 , 0x000046d3 
+ 00015937  0x0000376c rtnbit0  0x0000001f 
+ 00015938  0x0000376d call  0x00003e44 
+ 00015939  0x0000376e branch  0x00003e4c 
+ 00015940  0x00003771 fetcht  0x00000001 , 0x000046f7 
+ 00015941  0x00003772 call  0x000067fb 
+ 00015942  0x00003773 fetcht  0x00000001 , 0x000046f7 
+ 00015943  0x00003774 call  0x0000681d 
+ 00015944  0x00003775 jam  0x00000003 , 0x000046f6 
+ 00015945  0x00003776 rtn  0x00000001 
+ 00015946  0x00003777 jam  0x00000000 , 0x000046f6 
+ 00015947  0x00003778 rtn 
+ 00015948  0x0000377b fetcht  0x00000001 , 0x000046f8 
+ 00015949  0x0000377c call  0x000067fb 
+ 00015950  0x0000377d fetcht  0x00000001 , 0x000046f8 
+ 00015951  0x0000377e call  0x0000681d 
+ 00015952  0x0000377f jam  0x00000000 , 0x0000422d 
+ 00015953  0x00003780 rtn  0x00000001 
+ 00015954  0x00003781 jam  0x00000002 , 0x0000422d 
+ 00015955  0x00003782 rtn 
+ 00015956  0x00003786 fetch  0x00000001 , 0x0000422d 
+ 00015957  0x00003787 beq  0x00000000 , 0x00003e59 
+ 00015958  0x00003788 beq  0x00000001 , 0x00003e62 
+ 00015959  0x00003789 beq  0x00000002 , 0x00003e6b 
+ 00015960  0x0000378a branch  0x00003e59 
+ 00015961  0x0000378d fetcht  0x00000002 , 0x00004221 
+ 00015962  0x0000378e fetch  0x00000002 , 0x00004227 
+ 00015963  0x0000378f isub  0x00000002 , 0x0000003f 
+ 00015964  0x00003790 mul32  0x0000003f , 0x00000014 , 0x0000003f 
+ 00015965  0x00003791 div  0x0000003f , 0x00000064 
+ 00015966  0x00003792 call  0x00007f86 
+ 00015967  0x00003793 quotient  0x0000003f 
+ 00015968  0x00003794 store  0x00000002 , 0x000046d0 
+ 00015969  0x00003795 rtn 
+ 00015970  0x00003797 fetcht  0x00000002 , 0x0000421f 
+ 00015971  0x00003798 fetch  0x00000002 , 0x00004225 
+ 00015972  0x00003799 isub  0x00000002 , 0x0000003f 
+ 00015973  0x0000379a mul32  0x0000003f , 0x000000e6 , 0x0000003f 
+ 00015974  0x0000379b div  0x0000003f , 0x00000190 
+ 00015975  0x0000379c call  0x00007f86 
+ 00015976  0x0000379d quotient  0x0000003f 
+ 00015977  0x0000379e store  0x00000002 , 0x000046d0 
+ 00015978  0x0000379f rtn 
+ 00015979  0x000037a1 fetch  0x00000002 , 0x00004223 
+ 00015980  0x000037a2 store  0x00000002 , 0x000046d0 
+ 00015981  0x000037a3 rtn 
+ 00015982  0x000037a5 fetcht  0x00000001 , 0x0000423a 
+ 00015983  0x000037a6 call  0x0000680e 
+ 00015984  0x000037a7 call  0x000048fb 
+ 00015985  0x000037a8 fetcht  0x00000001 , 0x000046e2 
+ 00015986  0x000037a9 call  0x000067fb 
+ 00015987  0x000037aa fetcht  0x00000001 , 0x000046e3 
+ 00015988  0x000037ab call  0x000067fb 
+ 00015989  0x000037ac fetcht  0x00000001 , 0x000046e4 
+ 00015990  0x000037ad call  0x000067fb 
+ 00015991  0x000037ae fetcht  0x00000001 , 0x000046f3 
+ 00015992  0x000037af call  0x000067fb 
+ 00015993  0x000037b1 fetcht  0x00000001 , 0x000046dc 
+ 00015994  0x000037b2 call  0x0000680e 
+ 00015995  0x000037b4 fetcht  0x00000001 , 0x000046e8 
+ 00015996  0x000037b5 call  0x000067fb 
+ 00015997  0x000037b7 fetcht  0x00000001 , 0x000046e9 
+ 00015998  0x000037b8 call  0x000067fb 
+ 00015999  0x000037ba fetcht  0x00000001 , 0x000046ea 
+ 00016000  0x000037bb call  0x000067fb 
+ 00016001  0x000037bc fetcht  0x00000001 , 0x000046eb 
+ 00016002  0x000037bd call  0x000067fb 
+ 00016003  0x000037bf fetcht  0x00000001 , 0x000046e5 
+ 00016004  0x000037c0 call  0x000067fb 
+ 00016005  0x000037c1 fetcht  0x00000001 , 0x000046e6 
+ 00016006  0x000037c2 call  0x000067fb 
+ 00016007  0x000037c4 fetcht  0x00000001 , 0x000046ef 
+ 00016008  0x000037c5 call  0x0000680e 
+ 00016009  0x000037c7 fetcht  0x00000001 , 0x000046f0 
+ 00016010  0x000037c8 call  0x0000680e 
+ 00016011  0x000037ca fetcht  0x00000001 , 0x000046f1 
+ 00016012  0x000037cb call  0x0000680e 
+ 00016013  0x000037cd fetcht  0x00000001 , 0x000046f2 
+ 00016014  0x000037ce call  0x0000680e 
+ 00016015  0x000037d0 fetcht  0x00000001 , 0x000046f4 
+ 00016016  0x000037d1 call  0x0000680e 
+ 00016017  0x000037d3 fetcht  0x00000001 , 0x000046ed 
+ 00016018  0x000037d4 call  0x000067fb 
+ 00016019  0x000037d6 fetcht  0x00000001 , 0x000046ec 
+ 00016020  0x000037d7 call  0x000067fb 
+ 00016021  0x000037d9 fetcht  0x00000001 , 0x000046e7 
+ 00016022  0x000037da branch  0x000067fb 
+ 00016023  0x000037dd fetcht  0x00000001 , 0x000046e8 
+ 00016024  0x000037de call  0x000067dd 
+ 00016025  0x000037df fetcht  0x00000001 , 0x000046e9 
+ 00016026  0x000037e0 call  0x000067dd 
+ 00016027  0x000037e1 fetcht  0x00000001 , 0x000046ea 
+ 00016028  0x000037e2 call  0x000067dd 
+ 00016029  0x000037e3 fetcht  0x00000001 , 0x000046eb 
+ 00016030  0x000037e4 branch  0x000067dd 
+ 00016031  0x000037e7 fetcht  0x00000001 , 0x000046e8 
+ 00016032  0x000037e8 call  0x00003ea7 
+ 00016033  0x000037e9 fetcht  0x00000001 , 0x000046e9 
+ 00016034  0x000037ea call  0x00003ea7 
+ 00016035  0x000037eb fetcht  0x00000001 , 0x000046ea 
+ 00016036  0x000037ec call  0x00003ea7 
+ 00016037  0x000037ed fetcht  0x00000001 , 0x000046eb 
+ 00016038  0x000037ee branch  0x00003ea7 
+ 00016039  0x000037f1 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00016040  0x000037f2 rtn  0x00000005 
+ 00016041  0x000037f3 and  0x00000002 , 0x0000007f , 0x00000007 
+ 00016042  0x000037f4 hfetch  0x00000004 , 0x0000811c 
+ 00016043  0x000037f5 qisolate1  0x0000003f 
+ 00016044  0x000037f6 hfetch  0x00000004 , 0x00008078 
+ 00016045  0x000037f7 qsetflag  0x00000001 , 0x0000003f 
+ 00016046  0x000037f8 hstore  0x00000004 , 0x00008078 
+ 00016047  0x000037f9 hfetch  0x00000004 , 0x0000807c 
+ 00016048  0x000037fa nqsetflag  0x00000001 , 0x0000003f 
+ 00016049  0x000037fb hstore  0x00000004 , 0x0000807c 
+ 00016050  0x000037fc rtn 
+ 00016051  0x000037ff enable  0x00000028 
+ 00016052  0x00003800 hfetch  0x00000004 , 0x00008138 
+ 00016053  0x00003801 setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00016054  0x00003802 hstore  0x00000004 , 0x0000804c 
+ 00016055  0x00003803 call  0x00002c21 
+ 00016056  0x00003804 call  0x00004482 
+ 00016057  0x00003805 call  0x00003e9f 
+ 00016058  0x00003807 branch  0x00003ebf 
+ 00016059  0x0000380c call  0x00003ebf 
+ 00016060  0x0000380d fetch  0x00000001 , 0x000000a0 
+ 00016061  0x0000380e nrtn  0x00000034 
+ 00016062  0x0000380f branch  0x000067ed 
+ 00016063  0x00003812 call  0x00003ee0 
+ 00016064  0x00003813 arg  0x00000019 , 0x00000002 
+ 00016065  0x00003814 fetch  0x00000004 , 0x000046d3 
+ 00016066  0x00003815 isolate1  0x00000012 , 0x0000003f 
+ 00016067  0x00003816 call  0x00003ede , 0x00000001 
+ 00016068  0x00003817 call  0x0000680e 
+ 00016069  0x00003818 call  0x000063ee 
+ 00016070  0x0000381c fetcht  0x00000001 , 0x000046e2 
+ 00016071  0x0000381d call  0x000067dd 
+ 00016072  0x0000381e fetcht  0x00000001 , 0x000046e3 
+ 00016073  0x0000381f call  0x000067dd 
+ 00016074  0x00003820 fetcht  0x00000001 , 0x000046e4 
+ 00016075  0x00003821 call  0x000067dd 
+ 00016076  0x00003823 fetcht  0x00000001 , 0x000046e5 
+ 00016077  0x00003824 call  0x000067dd 
+ 00016078  0x00003825 fetcht  0x00000001 , 0x000046e6 
+ 00016079  0x00003826 call  0x000067dd 
+ 00016080  0x00003827 fetcht  0x00000001 , 0x000046e7 
+ 00016081  0x00003828 call  0x000067dd 
+ 00016082  0x00003829 fetcht  0x00000001 , 0x000046ed 
+ 00016083  0x0000382a call  0x000067dd 
+ 00016084  0x0000382b fetcht  0x00000001 , 0x000046e8 
+ 00016085  0x0000382c call  0x000067dd 
+ 00016086  0x0000382d fetcht  0x00000001 , 0x000046e9 
+ 00016087  0x0000382e call  0x000067dd 
+ 00016088  0x0000382f fetcht  0x00000001 , 0x000046ea 
+ 00016089  0x00003830 call  0x000067dd 
+ 00016090  0x00003831 fetcht  0x00000001 , 0x000046eb 
+ 00016091  0x00003832 call  0x000067dd 
+ 00016092  0x00003833 fetcht  0x00000001 , 0x000046f3 
+ 00016093  0x00003834 branch  0x000067e1 
+ 00016094  0x00003839 arg  0x0000001e , 0x00000002 
+ 00016095  0x0000383a rtn 
+ 00016096  0x0000383d bpatch  0x000000e4 , 0x0000401c 
+ 00016097  0x0000383e call  0x00003eee 
+ 00016098  0x0000383f call  0x00003f36 
+ 00016099  0x00003840 fetch  0x00000001 , 0x000046b8 
+ 00016100  0x00003841 fetcht  0x00000001 , 0x000046b7 
+ 00016101  0x00003842 store  0x00000001 , 0x000046b7 
+ 00016102  0x00003843 isub  0x00000002 , 0x0000003e 
+ 00016103  0x00003844 nbranch  0x000033d4 , 0x00000005 
+ 00016104  0x00003845 fetch  0x00000001 , 0x000046be 
+ 00016105  0x00003846 fetcht  0x00000001 , 0x000046bd 
+ 00016106  0x00003847 store  0x00000001 , 0x000046bd 
+ 00016107  0x00003848 isub  0x00000002 , 0x0000003e 
+ 00016108  0x00003849 nbranch  0x000033d4 , 0x00000005 
+ 00016109  0x0000384a rtn 
+ 00016110  0x0000384c fetch  0x00000001 , 0x000046ea 
+ 00016111  0x0000384d rtneq  0x000000ff 
+ 00016112  0x0000384e arg  0x00000000 , 0x00000011 
+ 00016113  0x0000384f fetcht  0x00000001 , 0x000046ea 
+ 00016114  0x00003850 call  0x0000681d 
+ 00016115  0x00003851 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016116  0x00003852 fetcht  0x00000001 , 0x000046eb 
+ 00016117  0x00003853 call  0x0000681d 
+ 00016118  0x00003854 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016119  0x00003855 copy  0x00000011 , 0x0000003f 
+ 00016120  0x00003856 store  0x00000001 , 0x000046b8 
+ 00016121  0x00003857 beq  0x00000001 , 0x00003efe 
+ 00016122  0x00003858 beq  0x00000002 , 0x00003f02 
+ 00016123  0x00003859 fetch  0x00000001 , 0x000046b9 
+ 00016124  0x0000385a bbit1  0x00000007 , 0x00003f0e 
+ 00016125  0x0000385b rtn 
+ 00016126  0x0000385e fetch  0x00000001 , 0x000046b7 
+ 00016127  0x0000385f beq  0x00000000 , 0x00003f06 
+ 00016128  0x00003860 beq  0x00000003 , 0x00003f08 
+ 00016129  0x00003861 rtn 
+ 00016130  0x00003863 fetch  0x00000001 , 0x000046b7 
+ 00016131  0x00003864 beq  0x00000000 , 0x00003f0a 
+ 00016132  0x00003865 beq  0x00000003 , 0x00003f0c 
+ 00016133  0x00003866 rtn 
+ 00016134  0x00003868 jam  0x00000082 , 0x000046b9 
+ 00016135  0x00003869 rtn 
+ 00016136  0x0000386b jam  0x00000081 , 0x000046b9 
+ 00016137  0x0000386c rtn 
+ 00016138  0x0000386e jam  0x00000080 , 0x000046b9 
+ 00016139  0x0000386f rtn 
+ 00016140  0x00003871 jam  0x00000083 , 0x000046b9 
+ 00016141  0x00003872 rtn 
+ 00016142  0x00003874 fetch  0x00000001 , 0x000046b9 
+ 00016143  0x00003875 set0  0x00000007 , 0x0000003f 
+ 00016144  0x00003876 store  0x00000001 , 0x000046b9 
+ 00016145  0x00003877 beq  0x00000000 , 0x00003f16 
+ 00016146  0x00003878 beq  0x00000001 , 0x00003f19 
+ 00016147  0x00003879 beq  0x00000002 , 0x00003f1c 
+ 00016148  0x0000387a beq  0x00000003 , 0x00003f1f 
+ 00016149  0x0000387b rtn 
+ 00016150  0x0000387d fetch  0x00000001 , 0x000046b8 
+ 00016151  0x0000387e beq  0x00000003 , 0x00003f22 
+ 00016152  0x0000387f rtn 
+ 00016153  0x00003881 fetch  0x00000001 , 0x000046b8 
+ 00016154  0x00003882 beq  0x00000000 , 0x00003f22 
+ 00016155  0x00003883 rtn 
+ 00016156  0x00003885 fetch  0x00000001 , 0x000046b8 
+ 00016157  0x00003886 beq  0x00000003 , 0x00003f2c 
+ 00016158  0x00003887 rtn 
+ 00016159  0x00003889 fetch  0x00000001 , 0x000046b8 
+ 00016160  0x0000388a beq  0x00000000 , 0x00003f2c 
+ 00016161  0x0000388b rtn 
+ 00016162  0x0000388d fetch  0x00000001 , 0x000046bc 
+ 00016163  0x0000388e increase  0x00000001 , 0x0000003f 
+ 00016164  0x0000388f store  0x00000001 , 0x000046bc 
+ 00016165  0x00003890 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016166  0x00003891 rtn  0x00000002 
+ 00016167  0x00003892 jam  0x00000000 , 0x000046bc 
+ 00016168  0x00003893 fetch  0x00000001 , 0x000046ba 
+ 00016169  0x00003894 increase  0x00000001 , 0x0000003f 
+ 00016170  0x00003895 store  0x00000001 , 0x000046ba 
+ 00016171  0x00003896 rtn 
+ 00016172  0x00003898 fetch  0x00000001 , 0x000046bb 
+ 00016173  0x00003899 increase  0x00000001 , 0x0000003f 
+ 00016174  0x0000389a store  0x00000001 , 0x000046bb 
+ 00016175  0x0000389b sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016176  0x0000389c rtn  0x00000002 
+ 00016177  0x0000389d jam  0x00000000 , 0x000046bb 
+ 00016178  0x0000389e fetch  0x00000001 , 0x000046ba 
+ 00016179  0x0000389f increase  0xffffffff , 0x0000003f 
+ 00016180  0x000038a0 store  0x00000001 , 0x000046ba 
+ 00016181  0x000038a1 rtn 
+ 00016182  0x000038a5 fetch  0x00000001 , 0x000046e8 
+ 00016183  0x000038a6 rtneq  0x000000ff 
+ 00016184  0x000038a7 arg  0x00000000 , 0x00000011 
+ 00016185  0x000038a8 fetcht  0x00000001 , 0x000046e8 
+ 00016186  0x000038a9 call  0x0000681d 
+ 00016187  0x000038aa setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016188  0x000038ab fetcht  0x00000001 , 0x000046e9 
+ 00016189  0x000038ac call  0x0000681d 
+ 00016190  0x000038ad setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016191  0x000038ae copy  0x00000011 , 0x0000003f 
+ 00016192  0x000038af store  0x00000001 , 0x000046be 
+ 00016193  0x000038b0 beq  0x00000001 , 0x00003f46 
+ 00016194  0x000038b1 beq  0x00000002 , 0x00003f4a 
+ 00016195  0x000038b2 fetch  0x00000001 , 0x000046bf 
+ 00016196  0x000038b3 bbit1  0x00000007 , 0x00003f56 
+ 00016197  0x000038b4 rtn 
+ 00016198  0x000038b7 fetch  0x00000001 , 0x000046bd 
+ 00016199  0x000038b8 beq  0x00000000 , 0x00003f4e 
+ 00016200  0x000038b9 beq  0x00000003 , 0x00003f50 
+ 00016201  0x000038ba rtn 
+ 00016202  0x000038bc fetch  0x00000001 , 0x000046bd 
+ 00016203  0x000038bd beq  0x00000000 , 0x00003f52 
+ 00016204  0x000038be beq  0x00000003 , 0x00003f54 
+ 00016205  0x000038bf rtn 
+ 00016206  0x000038c1 jam  0x00000082 , 0x000046bf 
+ 00016207  0x000038c2 rtn 
+ 00016208  0x000038c4 jam  0x00000081 , 0x000046bf 
+ 00016209  0x000038c5 rtn 
+ 00016210  0x000038c7 jam  0x00000080 , 0x000046bf 
+ 00016211  0x000038c8 rtn 
+ 00016212  0x000038ca jam  0x00000083 , 0x000046bf 
+ 00016213  0x000038cb rtn 
+ 00016214  0x000038cd fetch  0x00000001 , 0x000046bf 
+ 00016215  0x000038ce set0  0x00000007 , 0x0000003f 
+ 00016216  0x000038cf store  0x00000001 , 0x000046bf 
+ 00016217  0x000038d0 beq  0x00000000 , 0x00003f5e 
+ 00016218  0x000038d1 beq  0x00000001 , 0x00003f61 
+ 00016219  0x000038d2 beq  0x00000002 , 0x00003f64 
+ 00016220  0x000038d3 beq  0x00000003 , 0x00003f67 
+ 00016221  0x000038d4 rtn 
+ 00016222  0x000038d6 fetch  0x00000001 , 0x000046be 
+ 00016223  0x000038d7 beq  0x00000003 , 0x00003f6a 
+ 00016224  0x000038d8 rtn 
+ 00016225  0x000038da fetch  0x00000001 , 0x000046be 
+ 00016226  0x000038db beq  0x00000000 , 0x00003f6a 
+ 00016227  0x000038dc rtn 
+ 00016228  0x000038de fetch  0x00000001 , 0x000046be 
+ 00016229  0x000038df beq  0x00000003 , 0x00003f6f 
+ 00016230  0x000038e0 rtn 
+ 00016231  0x000038e2 fetch  0x00000001 , 0x000046be 
+ 00016232  0x000038e3 beq  0x00000000 , 0x00003f6f 
+ 00016233  0x000038e4 rtn 
+ 00016234  0x000038e6 jam  0x00000000 , 0x000046c2 
+ 00016235  0x000038e7 fetch  0x00000001 , 0x000046c0 
+ 00016236  0x000038e8 increase  0x00000001 , 0x0000003f 
+ 00016237  0x000038e9 store  0x00000001 , 0x000046c0 
+ 00016238  0x000038ea rtn 
+ 00016239  0x000038ec jam  0x00000000 , 0x000046c1 
+ 00016240  0x000038ed fetch  0x00000001 , 0x000046c0 
+ 00016241  0x000038ee increase  0xffffffff , 0x0000003f 
+ 00016242  0x000038ef store  0x00000001 , 0x000046c0 
+ 00016243  0x000038f0 rtn 
+ 00016244  0x000038f4 setarg  0x00000002 
+ 00016245  0x000038f5 store  0x00000001 , 0x00004680 
+ 00016246  0x000038f6 rtn 
+ 00016247  0x000038f9 fetch  0x00000001 , 0x000041e2 
+ 00016248  0x000038fa rtn  0x00000034 
+ 00016249  0x000038fb call  0x00005271 
+ 00016250  0x000038fc nrtn  0x00000034 
+ 00016251  0x000038fd fetch  0x00000004 , 0x000046d3 
+ 00016252  0x000038fe bbit1  0x00000003 , 0x00003f8a 
+ 00016253  0x000038ff bbit1  0x00000000 , 0x00003f8a 
+ 00016254  0x00003900 bbit1  0x00000005 , 0x00003f8a 
+ 00016255  0x00003901 call  0x00003f97 
+ 00016256  0x00003902 nrtn  0x00000028 
+ 00016257  0x00003904 arg  0x00000009 , 0x00000011 
+ 00016258  0x00003905 call  0x00004d63 
+ 00016259  0x00003906 fetch  0x00000002 , 0x0000424e 
+ 00016260  0x00003907 istore  0x00000002 , 0x00000005 
+ 00016261  0x00003908 setarg  0x000002a1 
+ 00016262  0x00003909 istore  0x00000002 , 0x00000005 
+ 00016263  0x0000390a fetch  0x00000007 , 0x0000469a 
+ 00016264  0x0000390b istore  0x00000007 , 0x00000005 
+ 00016265  0x0000390c rtn 
+ 00016266  0x00003910 setarg  0x00000000 
+ 00016267  0x00003911 store  0x00000007 , 0x0000469a 
+ 00016268  0x00003912 branch  0x00003f81 
+ 00016269  0x00003916 fetch  0x00000002 , 0x000046aa 
+ 00016270  0x00003917 store  0x00000002 , 0x000046b0 
+ 00016271  0x00003918 rtn 
+ 00016272  0x0000391c bpatch  0x000000e5 , 0x0000401c 
+ 00016273  0x0000391d arg  0x00000007 , 0x00000011 
+ 00016274  0x0000391e fetcht  0x00000002 , 0x0000446f 
+ 00016275  0x0000391f call  0x00005a64 
+ 00016276  0x00003920 fetch  0x00000007 , 0x0000469a 
+ 00016277  0x00003921 istore  0x00000007 , 0x00000005 
+ 00016278  0x00003922 rtn 
+ 00016279  0x00003925 bpatch  0x000000e6 , 0x0000401c 
+ 00016280  0x00003926 disable  0x00000028 
+ 00016281  0x00003927 setarg  0x00000000 
+ 00016282  0x00003928 store  0x00000006 , 0x0000469b 
+ 00016283  0x00003929 call  0x00003fb5 
+ 00016284  0x0000392a call  0x00004079 
+ 00016285  0x0000392b call  0x0000407e 
+ 00016286  0x0000392c call  0x00004099 
+ 00016287  0x0000392d nrtn  0x00000028 
+ 00016288  0x0000392e call  0x00003f8d 
+ 00016289  0x0000392f arg  0x00000008 , 0x00000007 
+ 00016290  0x00003930 branch  0x000043ce 
+ 00016291  0x00003933 fetch  0x00000002 , 0x0000469b 
+ 00016292  0x00003934 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016293  0x00003935 store  0x00000002 , 0x0000469b 
+ 00016294  0x00003936 branch  0x00007fe7 
+ 00016295  0x00003938 fetch  0x00000002 , 0x0000469d 
+ 00016296  0x00003939 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016297  0x0000393a store  0x00000002 , 0x0000469d 
+ 00016298  0x0000393b branch  0x00007fe7 
+ 00016299  0x0000393d fetch  0x00000002 , 0x0000469d 
+ 00016300  0x0000393e sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016301  0x0000393f store  0x00000002 , 0x0000469d 
+ 00016302  0x00003940 fetch  0x00000002 , 0x0000469b 
+ 00016303  0x00003941 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016304  0x00003942 store  0x00000002 , 0x0000469b 
+ 00016305  0x00003943 call  0x00004002 
+ 00016306  0x00003944 branch  0x00007fe7 
+ 00016307  0x00003946 call  0x00004002 
+ 00016308  0x00003947 branch  0x00007fe7 
+ 00016309  0x00003949 fetch  0x00000001 , 0x00004239 
+ 00016310  0x0000394a rtnne  0x00000000 
+ 00016311  0x0000394b fetch  0x00000001 , 0x000046e0 
+ 00016312  0x0000394c beq  0x00000000 , 0x00003fe2 
+ 00016313  0x0000394d beq  0x00000001 , 0x00003fe2 
+ 00016314  0x0000394e beq  0x00000002 , 0x00003fe2 
+ 00016315  0x0000394f beq  0x00000003 , 0x00003fe2 
+ 00016316  0x00003950 beq  0x00000004 , 0x00003fc4 
+ 00016317  0x00003951 beq  0x00000005 , 0x00004010 
+ 00016318  0x00003952 beq  0x00000006 , 0x00003fe2 
+ 00016319  0x00003953 branch  0x00003fe2 
+ 00016320  0x00003956 fetch  0x00000001 , 0x000046a7 
+ 00016321  0x00003957 call  0x0000405d , 0x00000034 
+ 00016322  0x00003958 jam  0x00000001 , 0x000046a7 
+ 00016323  0x00003959 rtn 
+ 00016324  0x0000395d call  0x00003fc0 
+ 00016325  0x0000395e fetcht  0x00000001 , 0x000046f3 
+ 00016326  0x0000395f call  0x0000681d 
+ 00016327  0x00003960 nrtn  0x00000001 
+ 00016328  0x00003962 setarg  0x00000000 
+ 00016329  0x00003963 call  0x00006414 
+ 00016330  0x00003964 bne  0x00000030 , 0x000040d1 
+ 00016331  0x00003965 setarg  0x00000002 
+ 00016332  0x00003966 call  0x00006414 
+ 00016333  0x00003967 rtnbit0  0x00000007 
+ 00016334  0x00003968 call  0x0000405d 
+ 00016335  0x00003969 call  0x00003fde 
+ 00016336  0x0000396a store  0x00000001 , 0x000046a1 
+ 00016337  0x0000396b rshift4  0x0000003f , 0x0000003f 
+ 00016338  0x0000396c call  0x00004169 
+ 00016339  0x0000396d store  0x00000001 , 0x0000469c 
+ 00016340  0x0000396e fetch  0x00000001 , 0x000046a1 
+ 00016341  0x0000396f and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016342  0x00003970 call  0x00004169 
+ 00016343  0x00003971 store  0x00000001 , 0x0000469e 
+ 00016344  0x00003972 fetch  0x00000001 , 0x000046f6 
+ 00016345  0x00003973 beq  0x00000000 , 0x00003fa3 
+ 00016346  0x00003974 beq  0x00000001 , 0x00003fab 
+ 00016347  0x00003975 beq  0x00000002 , 0x00003fa7 
+ 00016348  0x00003976 beq  0x00000003 , 0x00003fb3 
+ 00016349  0x00003977 rtn 
+ 00016350  0x0000397a setarg  0x00000012 
+ 00016351  0x0000397b branch  0x00006414 
+ 00016352  0x0000397e beq  0x00000031 , 0x00003fea 
+ 00016353  0x0000397f branch  0x000040d1 
+ 00016354  0x00003982 call  0x00003fc0 
+ 00016355  0x00003983 disable  0x00000028 
+ 00016356  0x00003984 fetcht  0x00000001 , 0x000046f3 
+ 00016357  0x00003985 call  0x0000681d 
+ 00016358  0x00003986 nrtn  0x00000001 
+ 00016359  0x00003988 setarg  0x00000000 
+ 00016360  0x00003989 call  0x00006414 
+ 00016361  0x0000398a bne  0x00000030 , 0x00003fe0 
+ 00016362  0x0000398c setarg  0x00000002 
+ 00016363  0x0000398d call  0x00006414 
+ 00016364  0x0000398e rtnbit0  0x00000007 
+ 00016365  0x0000398f call  0x0000405d 
+ 00016366  0x00003990 fetch  0x00000001 , 0x0000469b 
+ 00016367  0x00003991 call  0x00004165 
+ 00016368  0x00003992 store  0x00000002 , 0x0000469b 
+ 00016369  0x00003993 fetch  0x00000001 , 0x0000469d 
+ 00016370  0x00003994 call  0x00004165 
+ 00016371  0x00003995 store  0x00000002 , 0x0000469d 
+ 00016372  0x00003996 fetch  0x00000001 , 0x000046f6 
+ 00016373  0x00003997 beq  0x00000000 , 0x00003ffa 
+ 00016374  0x00003998 beq  0x00000001 , 0x00003ffc 
+ 00016375  0x00003999 beq  0x00000002 , 0x00003ffe 
+ 00016376  0x0000399a beq  0x00000003 , 0x00004000 
+ 00016377  0x0000399b rtn 
+ 00016378  0x0000399e call  0x00003fa3 
+ 00016379  0x0000399f branch  0x000040b3 
+ 00016380  0x000039a1 call  0x00003fab 
+ 00016381  0x000039a2 branch  0x000040b3 
+ 00016382  0x000039a4 call  0x00003fa7 
+ 00016383  0x000039a5 branch  0x000040b3 
+ 00016384  0x000039a7 call  0x00003fb3 
+ 00016385  0x000039a8 branch  0x000040b3 
+ 00016386  0x000039ab fetch  0x00000002 , 0x0000469d 
+ 00016387  0x000039ac fetcht  0x00000002 , 0x0000469b 
+ 00016388  0x000039ad store  0x00000002 , 0x0000469b 
+ 00016389  0x000039ae storet  0x00000002 , 0x0000469d 
+ 00016390  0x000039af rtn 
+ 00016391  0x000039b2 call  0x0000640f 
+ 00016392  0x000039b3 nop  0x00000064 
+ 00016393  0x000039b4 copy  0x00000012 , 0x0000003f 
+ 00016394  0x000039b5 call  0x00006414 
+ 00016395  0x000039b6 copy  0x0000003f , 0x00000012 
+ 00016396  0x000039b7 call  0x00006411 
+ 00016397  0x000039b8 nop  0x00000064 
+ 00016398  0x000039b9 copy  0x00000012 , 0x0000003f 
+ 00016399  0x000039ba rtn 
+ 00016400  0x000039bc disable  0x00000028 
+ 00016401  0x000039bd fetcht  0x00000001 , 0x000046f3 
+ 00016402  0x000039be call  0x0000681d 
+ 00016403  0x000039bf nrtn  0x00000001 
+ 00016404  0x000039c0 arg  0x00000002 , 0x00000012 
+ 00016405  0x000039c1 call  0x00004007 
+ 00016406  0x000039c2 rtnbit0  0x00000007 
+ 00016407  0x000039c3 arg  0x00000000 , 0x00000012 
+ 00016408  0x000039c4 call  0x00004007 
+ 00016409  0x000039c5 store  0x00000001 , 0x000046dd 
+ 00016410  0x000039c6 bne  0x0000003e , 0x00004145 
+ 00016411  0x000039c7 fetch  0x00000001 , 0x000046a7 
+ 00016412  0x000039c8 call  0x00004039 , 0x00000034 
+ 00016413  0x000039c9 jam  0x00000001 , 0x000046a7 
+ 00016414  0x000039ca call  0x00004039 
+ 00016415  0x000039cb fetch  0x00000001 , 0x000046a1 
+ 00016416  0x000039cc rshift4  0x0000003f , 0x0000003f 
+ 00016417  0x000039cd call  0x00004169 
+ 00016418  0x000039ce store  0x00000001 , 0x0000469c 
+ 00016419  0x000039cf fetch  0x00000001 , 0x000046a1 
+ 00016420  0x000039d0 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016421  0x000039d1 call  0x00004169 
+ 00016422  0x000039d2 store  0x00000001 , 0x0000469e 
+ 00016423  0x000039d3 fetch  0x00000001 , 0x000046f6 
+ 00016424  0x000039d4 beq  0x00000000 , 0x00004031 
+ 00016425  0x000039d5 beq  0x00000001 , 0x00004035 
+ 00016426  0x000039d6 beq  0x00000002 , 0x00004033 
+ 00016427  0x000039d7 beq  0x00000003 , 0x00004037 
+ 00016428  0x000039d8 rtn 
+ 00016429  0x000039db fetch  0x00000001 , 0x000046a4 
+ 00016430  0x000039dc beq  0x00000000 , 0x00004051 
+ 00016431  0x000039dd beq  0x00000001 , 0x00004045 
+ 00016432  0x000039de rtn 
+ 00016433  0x000039e2 call  0x00003fa3 
+ 00016434  0x000039e3 branch  0x0000402d 
+ 00016435  0x000039e6 call  0x00003fa7 
+ 00016436  0x000039e7 branch  0x0000402d 
+ 00016437  0x000039ea call  0x00003fab 
+ 00016438  0x000039eb branch  0x0000402d 
+ 00016439  0x000039ee call  0x00003fb3 
+ 00016440  0x000039ef branch  0x0000402d 
+ 00016441  0x000039f2 call  0x0000640f 
+ 00016442  0x000039f3 call  0x0000405d 
+ 00016443  0x000039f4 arg  0x00000005 , 0x0000003f 
+ 00016444  0x000039f5 call  0x00006414 
+ 00016445  0x000039f6 store  0x00000001 , 0x000046a1 
+ 00016446  0x000039f7 arg  0x00000007 , 0x0000003f 
+ 00016447  0x000039f8 call  0x00006414 
+ 00016448  0x000039f9 store  0x00000001 , 0x000046a2 
+ 00016449  0x000039fa arg  0x00000008 , 0x0000003f 
+ 00016450  0x000039fb call  0x00006414 
+ 00016451  0x000039fc store  0x00000001 , 0x000046a3 
+ 00016452  0x000039fd branch  0x00006411 
+ 00016453  0x00003a01 fetch  0x00000001 , 0x000046a2 
+ 00016454  0x00003a02 rtnne  0x00000000 
+ 00016455  0x00003a03 fetch  0x00000001 , 0x000046a3 
+ 00016456  0x00003a04 sub  0x0000003f , 0x0000002d , 0x0000003e 
+ 00016457  0x00003a05 rtn  0x00000002 
+ 00016458  0x00003a06 jam  0x00000000 , 0x000046a4 
+ 00016459  0x00003a07 setarg  0x0000ba41 
+ 00016460  0x00003a08 call  0x00006405 
+ 00016461  0x00003a09 setarg  0x00000032 
+ 00016462  0x00003a0a call  0x00006405 
+ 00016463  0x00003a0b setarg  0x0000b541 
+ 00016464  0x00003a0c branch  0x00006405 
+ 00016465  0x00003a0e fetch  0x00000001 , 0x000046a2 
+ 00016466  0x00003a0f rtnne  0x00000000 
+ 00016467  0x00003a10 fetch  0x00000001 , 0x000046a3 
+ 00016468  0x00003a11 sub  0x0000003f , 0x0000002d , 0x0000003e 
+ 00016469  0x00003a12 nrtn  0x00000002 
+ 00016470  0x00003a13 jam  0x00000001 , 0x000046a4 
+ 00016471  0x00003a14 setarg  0x0000ba41 
+ 00016472  0x00003a15 call  0x00006405 
+ 00016473  0x00003a16 setarg  0x00008032 
+ 00016474  0x00003a17 call  0x00006405 
+ 00016475  0x00003a18 setarg  0x0000b541 
+ 00016476  0x00003a19 branch  0x00006405 
+ 00016477  0x00003a1e arg  0x00000003 , 0x0000003f 
+ 00016478  0x00003a1f call  0x00006414 
+ 00016479  0x00003a20 store  0x00000002 , 0x0000469b 
+ 00016480  0x00003a21 arg  0x00000004 , 0x0000003f 
+ 00016481  0x00003a22 call  0x00006414 
+ 00016482  0x00003a23 store  0x00000002 , 0x0000469d 
+ 00016483  0x00003a24 rtn 
+ 00016484  0x00003a27 arg  0x0000001b , 0x00000002 
+ 00016485  0x00003a28 call  0x000067fb 
+ 00016486  0x00003a29 arg  0x0000001b , 0x00000002 
+ 00016487  0x00003a2a call  0x0000681d 
+ 00016488  0x00003a2b rtn  0x00000001 
+ 00016489  0x00003a2c hfetch  0x00000001 , 0x00008109 
+ 00016490  0x00003a2d set1  0x00000004 , 0x0000003f 
+ 00016491  0x00003a2e hstore  0x00000001 , 0x00008109 
+ 00016492  0x00003a2f rtn 
+ 00016493  0x00003a32 fetcht  0x00000001 , 0x000046c0 
+ 00016494  0x00003a33 hfetch  0x00000001 , 0x00008109 
+ 00016495  0x00003a34 iadd  0x00000002 , 0x0000003f 
+ 00016496  0x00003a35 rtn  0x00000034 
+ 00016497  0x00003a36 store  0x00000001 , 0x0000469f 
+ 00016498  0x00003a37 jam  0x00000000 , 0x000046c0 
+ 00016499  0x00003a38 branch  0x00007fe7 
+ 00016500  0x00003a3a fetcht  0x00000001 , 0x000046c0 
+ 00016501  0x00003a3b hfetch  0x00000001 , 0x00008109 
+ 00016502  0x00003a3c iadd  0x00000002 , 0x0000003f 
+ 00016503  0x00003a3d store  0x00000001 , 0x000046c0 
+ 00016504  0x00003a3e rtn 
+ 00016505  0x00003a40 fetch  0x00000001 , 0x000046c0 
+ 00016506  0x00003a41 rtn  0x00000034 
+ 00016507  0x00003a42 store  0x00000001 , 0x0000469f 
+ 00016508  0x00003a43 jam  0x00000000 , 0x000046c0 
+ 00016509  0x00003a44 branch  0x00007fe7 
+ 00016510  0x00003a47 fetch  0x00000001 , 0x000046ba 
+ 00016511  0x00003a48 rtn  0x00000034 
+ 00016512  0x00003a49 store  0x00000001 , 0x000046a0 
+ 00016513  0x00003a4a jam  0x00000000 , 0x000046ba 
+ 00016514  0x00003a4b branch  0x00007fe7 
+ 00016515  0x00003a4e arg  0x00000000 , 0x00000011 
+ 00016516  0x00003a4f fetcht  0x00000001 , 0x000046e2 
+ 00016517  0x00003a50 call  0x0000681d 
+ 00016518  0x00003a51 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016519  0x00003a52 fetcht  0x00000001 , 0x000046e3 
+ 00016520  0x00003a53 call  0x0000681d 
+ 00016521  0x00003a54 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016522  0x00003a55 fetcht  0x00000001 , 0x000046e4 
+ 00016523  0x00003a56 call  0x0000681d 
+ 00016524  0x00003a57 setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00016525  0x00003a58 call  0x00004090 
+ 00016526  0x00003a5a copy  0x00000011 , 0x0000003f 
+ 00016527  0x00003a5b rtn 
+ 00016528  0x00003a5d fetch  0x00000001 , 0x000046e5 
+ 00016529  0x00003a5e rtneq  0x000000ff 
+ 00016530  0x00003a5f fetcht  0x00000001 , 0x000046e5 
+ 00016531  0x00003a60 call  0x0000681d 
+ 00016532  0x00003a61 setflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00016533  0x00003a62 fetcht  0x00000001 , 0x000046e6 
+ 00016534  0x00003a63 call  0x0000681d 
+ 00016535  0x00003a64 setflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00016536  0x00003a65 rtn 
+ 00016537  0x00003a68 call  0x00004083 
+ 00016538  0x00003a69 call  0x000040a8 
+ 00016539  0x00003a6a call  0x000040a3 
+ 00016540  0x00003a6b copy  0x00000011 , 0x0000003f 
+ 00016541  0x00003a6c fetcht  0x00000001 , 0x0000469a 
+ 00016542  0x00003a6d store  0x00000001 , 0x0000469a 
+ 00016543  0x00003a6e ixor  0x00000002 , 0x0000003f 
+ 00016544  0x00003a6f sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00016545  0x00003a70 rtn  0x00000005 
+ 00016546  0x00003a71 branch  0x00007fe7 
+ 00016547  0x00003a74 rtnmark0  0x00000026 
+ 00016548  0x00003a75 copy  0x00000011 , 0x0000003f 
+ 00016549  0x00003a76 rtn  0x00000034 
+ 00016550  0x00003a77 store  0x00000001 , 0x0000469a 
+ 00016551  0x00003a78 branch  0x00007fe7 
+ 00016552  0x00003a7c fetch  0x00000002 , 0x00004682 
+ 00016553  0x00003a7d bbit1  0x00000009 , 0x000040ad 
+ 00016554  0x00003a7e fetch  0x00000002 , 0x00004682 
+ 00016555  0x00003a7f bbit1  0x00000000 , 0x000040b0 
+ 00016556  0x00003a80 rtn 
+ 00016557  0x00003a82 copy  0x00000011 , 0x0000003f 
+ 00016558  0x00003a83 nbranch  0x00005820 , 0x00000034 
+ 00016559  0x00003a84 branch  0x00005822 
+ 00016560  0x00003a86 copy  0x00000011 , 0x0000003f 
+ 00016561  0x00003a87 nbranch  0x00002bc7 , 0x00000034 
+ 00016562  0x00003a88 branch  0x00002bc9 
+ 00016563  0x00003a8c bpatch  0x000000e7 , 0x0000401c 
+ 00016564  0x00003a8d arg  0x0000001a , 0x00000002 
+ 00016565  0x00003a8e fetch  0x00000004 , 0x000046d3 
+ 00016566  0x00003a8f isolate1  0x00000012 , 0x0000003f 
+ 00016567  0x00003a90 call  0x000040be , 0x00000001 
+ 00016568  0x00003a91 call  0x0000681d 
+ 00016569  0x00003a92 rtn  0x00000001 
+ 00016570  0x00003a93 setarg  0x0000000a 
+ 00016571  0x00003a94 call  0x00006414 
+ 00016572  0x00003a95 nop  0x000003e8 
+ 00016573  0x00003a96 branch  0x000040b3 
+ 00016574  0x00003a98 arg  0x0000001f , 0x00000002 
+ 00016575  0x00003a99 rtn 
+ 00016576  0x00003a9c fetch  0x00000004 , 0x000046d3 
+ 00016577  0x00003a9d bbit1  0x00000012 , 0x000040c4 
+ 00016578  0x00003a9f arg  0x0000001a , 0x00000002 
+ 00016579  0x00003aa0 branch  0x000067fe 
+ 00016580  0x00003aa2 arg  0x0000001f , 0x00000002 
+ 00016581  0x00003aa3 branch  0x000067fe 
+ 00016582  0x00003aa7 call  0x00003d36 
+ 00016583  0x00003aa8 rtn  0x0000002b 
+ 00016584  0x00003aa9 call  0x000040c0 
+ 00016585  0x00003aaa fetch  0x00000001 , 0x000046e0 
+ 00016586  0x00003aab beq  0x00000005 , 0x000040d5 
+ 00016587  0x00003aad call  0x000040d9 
+ 00016588  0x00003aae beq  0x00000030 , 0x000040e0 
+ 00016589  0x00003aaf beq  0x00000031 , 0x000040ea 
+ 00016590  0x00003ab0 call  0x000040d1 
+ 00016591  0x00003ab1 nop  0x000003e8 
+ 00016592  0x00003ab2 branch  0x000040cb 
+ 00016593  0x00003ab4 bpatch  0x000000e8 , 0x0000401d 
+ 00016594  0x00003ab5 fetch  0x00000004 , 0x000046d3 
+ 00016595  0x00003ab6 bbit1  0x00000012 , 0x000063e0 
+ 00016596  0x00003ab7 branch  0x000063d1 
+ 00016597  0x00003aba call  0x000040d9 
+ 00016598  0x00003abb beq  0x0000003e , 0x0000414b 
+ 00016599  0x00003abc call  0x00004145 
+ 00016600  0x00003abd branch  0x000040d5 
+ 00016601  0x00003ac0 setarg  0x00000001 
+ 00016602  0x00003ac1 call  0x00006414 
+ 00016603  0x00003ac2 store  0x00000001 , 0x000046de 
+ 00016604  0x00003ac3 setarg  0x00000000 
+ 00016605  0x00003ac4 call  0x00006414 
+ 00016606  0x00003ac5 store  0x00000001 , 0x000046dd 
+ 00016607  0x00003ac6 rtn 
+ 00016608  0x00003ac8 fetch  0x00000001 , 0x000046de 
+ 00016609  0x00003ac9 beq  0x000000d1 , 0x00004139 
+ 00016610  0x00003aca beq  0x000000d2 , 0x000040f8 
+ 00016611  0x00003acb beq  0x00000002 , 0x000040ee 
+ 00016612  0x00003acc beq  0x00000054 , 0x000040e6 
+ 00016613  0x00003acd rtn 
+ 00016614  0x00003acf jam  0x00000002 , 0x000046e0 
+ 00016615  0x00003ad0 rtn 
+ 00016616  0x00003ad2 jam  0x00000006 , 0x000046e0 
+ 00016617  0x00003ad3 rtn 
+ 00016618  0x00003ad5 fetch  0x00000001 , 0x000046de 
+ 00016619  0x00003ad6 beq  0x00000070 , 0x000040e8 
+ 00016620  0x00003ad7 jam  0x00000001 , 0x000046e0 
+ 00016621  0x00003ad8 rtn 
+ 00016622  0x00003ada jam  0x00000004 , 0x000046e0 
+ 00016623  0x00003adb call  0x000040f6 
+ 00016624  0x00003adc setarg  0x00003426 
+ 00016625  0x00003add call  0x00006413 
+ 00016626  0x00003ade setarg  0x00000419 
+ 00016627  0x00003adf call  0x00006413 
+ 00016628  0x00003ae1 setarg  0x00000009 
+ 00016629  0x00003ae2 branch  0x00006413 
+ 00016630  0x00003ae4 setarg  0x00005a09 
+ 00016631  0x00003ae5 branch  0x00006413 
+ 00016632  0x00003ae8 jam  0x00000003 , 0x000046e0 
+ 00016633  0x00003ae9 call  0x000040f6 
+ 00016634  0x00003aea setarg  0x00000f0d 
+ 00016635  0x00003aeb call  0x00006413 
+ 00016636  0x00003aec setarg  0x0000e31d 
+ 00016637  0x00003aed call  0x00006413 
+ 00016638  0x00003aee setarg  0x0000d27d 
+ 00016639  0x00003aef call  0x00006413 
+ 00016640  0x00003af0 call  0x00004102 
+ 00016641  0x00003af1 branch  0x0000411a 
+ 00016642  0x00003af4 setarg  0x0000351b 
+ 00016643  0x00003af5 call  0x00006413 
+ 00016644  0x00003af6 setarg  0x0000b428 
+ 00016645  0x00003af7 call  0x00006413 
+ 00016646  0x00003af8 setarg  0x00004629 
+ 00016647  0x00003af9 call  0x00006413 
+ 00016648  0x00003afa setarg  0x0000962a 
+ 00016649  0x00003afb call  0x00006413 
+ 00016650  0x00003afc setarg  0x00008c2b 
+ 00016651  0x00003afd call  0x00006413 
+ 00016652  0x00003afe setarg  0x00006e2c 
+ 00016653  0x00003aff call  0x00006413 
+ 00016654  0x00003b00 setarg  0x0000642d 
+ 00016655  0x00003b01 call  0x00006413 
+ 00016656  0x00003b02 setarg  0x00005f38 
+ 00016657  0x00003b03 call  0x00006413 
+ 00016658  0x00003b04 setarg  0x00000f39 
+ 00016659  0x00003b05 call  0x00006413 
+ 00016660  0x00003b06 setarg  0x0000323a 
+ 00016661  0x00003b07 call  0x00006413 
+ 00016662  0x00003b08 setarg  0x0000473b 
+ 00016663  0x00003b09 call  0x00006413 
+ 00016664  0x00003b0a setarg  0x00001042 
+ 00016665  0x00003b0b branch  0x00006413 
+ 00016666  0x00003b0d setarg  0x00002e54 
+ 00016667  0x00003b0e call  0x00006413 
+ 00016668  0x00003b0f setarg  0x0000f255 
+ 00016669  0x00003b10 call  0x00006413 
+ 00016670  0x00003b11 setarg  0x0000f461 
+ 00016671  0x00003b12 call  0x00006413 
+ 00016672  0x00003b13 setarg  0x00007063 
+ 00016673  0x00003b14 call  0x00006413 
+ 00016674  0x00003b15 setarg  0x00005275 
+ 00016675  0x00003b16 call  0x00006413 
+ 00016676  0x00003b17 setarg  0x00004176 
+ 00016677  0x00003b18 call  0x00006413 
+ 00016678  0x00003b19 setarg  0x0000ed77 
+ 00016679  0x00003b1a call  0x00006413 
+ 00016680  0x00003b1b setarg  0x00002378 
+ 00016681  0x00003b1c call  0x00006413 
+ 00016682  0x00003b1d setarg  0x00004679 
+ 00016683  0x00003b1e call  0x00006413 
+ 00016684  0x00003b1f setarg  0x0000e57a 
+ 00016685  0x00003b20 call  0x00006413 
+ 00016686  0x00003b21 setarg  0x0000487c 
+ 00016687  0x00003b22 call  0x00006413 
+ 00016688  0x00003b23 setarg  0x0000777e 
+ 00016689  0x00003b24 call  0x00006413 
+ 00016690  0x00003b25 setarg  0x0000017f 
+ 00016691  0x00003b26 call  0x00006413 
+ 00016692  0x00003b27 setarg  0x0000000b 
+ 00016693  0x00003b28 call  0x00006413 
+ 00016694  0x00003b29 setarg  0x0000007f 
+ 00016695  0x00003b2a call  0x00006413 
+ 00016696  0x00003b2b branch  0x000040f4 
+ 00016697  0x00003b2f jam  0x00000000 , 0x000046e0 
+ 00016698  0x00003b30 call  0x000040f6 
+ 00016699  0x00003b31 setarg  0x0000100d 
+ 00016700  0x00003b32 call  0x00006413 
+ 00016701  0x00003b33 setarg  0x0000ed1d 
+ 00016702  0x00003b34 call  0x00006413 
+ 00016703  0x00003b35 setarg  0x0000807d 
+ 00016704  0x00003b36 call  0x00006413 
+ 00016705  0x00003b37 call  0x00004102 
+ 00016706  0x00003b38 setarg  0x00000943 
+ 00016707  0x00003b39 call  0x00006413 
+ 00016708  0x00003b3a branch  0x0000411a 
+ 00016709  0x00003b3e fetcht  0x00000001 , 0x000046dc 
+ 00016710  0x00003b3f call  0x00006829 
+ 00016711  0x00003b40 call  0x00007ec1 
+ 00016712  0x00003b41 fetcht  0x00000001 , 0x000046dc 
+ 00016713  0x00003b42 call  0x00006825 
+ 00016714  0x00003b43 branch  0x00007ec1 
+ 00016715  0x00003b46 jam  0x00000005 , 0x000046e0 
+ 00016716  0x00003b47 setarg  0x0000ba41 
+ 00016717  0x00003b48 call  0x00006405 
+ 00016718  0x00003b49 setarg  0x00000d11 
+ 00016719  0x00003b4a call  0x00006405 
+ 00016720  0x00003b4b setarg  0x0000041b 
+ 00016721  0x00003b4c call  0x00006405 
+ 00016722  0x00003b4d setarg  0x0000041c 
+ 00016723  0x00003b4e call  0x00006405 
+ 00016724  0x00003b4f setarg  0x00000f1d 
+ 00016725  0x00003b50 call  0x00006405 
+ 00016726  0x00003b51 setarg  0x00000032 
+ 00016727  0x00003b52 call  0x00006405 
+ 00016728  0x00003b53 setarg  0x0000b541 
+ 00016729  0x00003b54 branch  0x00006405 
+ 00016730  0x00003b59 setarg  0x0000ba41 
+ 00016731  0x00003b5a call  0x00006405 
+ 00016732  0x00003b5b nop  0x00000fa0 
+ 00016733  0x00003b5c setarg  0x0000ff7f 
+ 00016734  0x00003b5d call  0x00006405 
+ 00016735  0x00003b5e copy  0x00000011 , 0x0000003f 
+ 00016736  0x00003b5f call  0x00006405 
+ 00016737  0x00003b60 setarg  0x0000007f 
+ 00016738  0x00003b61 call  0x00006405 
+ 00016739  0x00003b62 setarg  0x0000b541 
+ 00016740  0x00003b63 branch  0x00006405 
+ 00016741  0x00003b66 rtnbit0  0x00000007 
+ 00016742  0x00003b67 arg  0x0000ff00 , 0x00000002 
+ 00016743  0x00003b68 ior  0x00000002 , 0x0000003f 
+ 00016744  0x00003b69 rtn 
+ 00016745  0x00003b6c rtnbit0  0x00000003 
+ 00016746  0x00003b6d arg  0x000000f0 , 0x00000002 
+ 00016747  0x00003b6e ior  0x00000002 , 0x0000003f 
+ 00016748  0x00003b6f rtn 
+ 00016749  0x00003b73 call  0x00005892 
+ 00016750  0x00003b74 nrtn  0x00000034 
+ 00016751  0x00003b75 fetch  0x00000001 , 0x000046c5 
+ 00016752  0x00003b76 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016753  0x00003b77 rtnne  0x00000003 
+ 00016754  0x00003b78 fetch  0x00000004 , 0x000046d3 
+ 00016755  0x00003b79 bbit1  0x00000003 , 0x00004179 
+ 00016756  0x00003b7a bbit1  0x00000000 , 0x00004179 
+ 00016757  0x00003b7b bbit1  0x00000005 , 0x00004179 
+ 00016758  0x00003b7c call  0x00003f97 
+ 00016759  0x00003b7d nrtn  0x00000028 
+ 00016760  0x00003b7e branch  0x00003f90 
+ 00016761  0x00003b81 setarg  0x00000000 
+ 00016762  0x00003b82 store  0x00000007 , 0x0000469a 
+ 00016763  0x00003b83 branch  0x00003f90 
+ 00016764  0x00003b86 copy  0x00000013 , 0x0000003f 
+ 00016765  0x00003b87 beq  0x00000014 , 0x000041c3 
+ 00016766  0x00003b88 beq  0x00000001 , 0x000042ca 
+ 00016767  0x00003b89 beq  0x00000015 , 0x000041d9 
+ 00016768  0x00003b8a beq  0x00000002 , 0x000041d9 
+ 00016769  0x00003b8b beq  0x00000005 , 0x000041d6 
+ 00016770  0x00003b8c beq  0x00000010 , 0x0000426c 
+ 00016771  0x00003b8d beq  0x00000012 , 0x0000429b 
+ 00016772  0x00003b8e beq  0x00000006 , 0x000041d5 
+ 00016773  0x00003b8f beq  0x00000004 , 0x000041cc 
+ 00016774  0x00003b90 beq  0x00000013 , 0x000041cc 
+ 00016775  0x00003b91 beq  0x0000000a , 0x000041ca 
+ 00016776  0x00003b92 beq  0x0000002e , 0x000033cd 
+ 00016777  0x00003b93 beq  0x00000031 , 0x000041b4 
+ 00016778  0x00003b94 beq  0x00000032 , 0x000041b6 
+ 00016779  0x00003b95 beq  0x0000003e , 0x00004191 
+ 00016780  0x00003b96 beq  0x00000027 , 0x0000438e 
+ 00016781  0x00003b97 beq  0x00000039 , 0x0000419c 
+ 00016782  0x00003b98 beq  0x0000003a , 0x00004192 
+ 00016783  0x00003b99 beq  0x0000003c , 0x0000419a 
+ 00016784  0x00003b9a rtn 
+ 00016785  0x00003b9e branch  0x00003410 
+ 00016786  0x00003ba1 jam  0x00000001 , 0x0000478b 
+ 00016787  0x00003ba2 fetch  0x00000001 , 0x0000471e 
+ 00016788  0x00003ba3 nbranch  0x00004492 , 0x00000034 
+ 00016789  0x00003ba4 fetch  0x00000001 , 0x00004720 
+ 00016790  0x00003ba5 fetcht  0x00000001 , 0x00004703 
+ 00016791  0x00003ba6 isub  0x00000002 , 0x0000003e 
+ 00016792  0x00003ba7 branch  0x0000340a , 0x00000005 
+ 00016793  0x00003ba8 rtn 
+ 00016794  0x00003baa jam  0x00000001 , 0x0000478b 
+ 00016795  0x00003bab rtn 
+ 00016796  0x00003bad jam  0x00000001 , 0x0000478b 
+ 00016797  0x00003bae arg  0x00000003 , 0x00000007 
+ 00016798  0x00003baf call  0x000043d2 
+ 00016799  0x00003bb0 setarg  0x00000000 
+ 00016800  0x00003bb1 store  0x00000002 , 0x00004707 
+ 00016801  0x00003bb2 jam  0x00000000 , 0x000046a7 
+ 00016802  0x00003bb4 fetch  0x00000001 , 0x000046e0 
+ 00016803  0x00003bb5 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00016804  0x00003bb6 call  0x00004039 , 0x00000005 
+ 00016805  0x00003bb7 ncall  0x0000405d , 0x00000005 
+ 00016806  0x00003bb9 fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00016807  0x00003bba bbit1  0x00000013 , 0x000041af 
+ 00016808  0x00003bbb call  0x000041aa 
+ 00016809  0x00003bbc branch  0x000065d1 
+ 00016810  0x00003bbf call  0x00002c7a 
+ 00016811  0x00003bc0 add  0x00000013 , 0x000000ae , 0x00000011 
+ 00016812  0x00003bc1 arg  0x0000005b , 0x00000012 
+ 00016813  0x00003bc2 arg  0x00000004 , 0x00000002 
+ 00016814  0x00003bc3 rtn 
+ 00016815  0x00003bc6 call  0x00002c7a 
+ 00016816  0x00003bc7 add  0x00000013 , 0x000000ae , 0x00000012 
+ 00016817  0x00003bc8 ifetch  0x00000001 , 0x00000012 
+ 00016818  0x00003bc9 store  0x00000001 , 0x0000477b 
+ 00016819  0x00003bca branch  0x00004435 
+ 00016820  0x00003bce arg  0x00000002 , 0x00000007 
+ 00016821  0x00003bcf branch  0x000041b9 
+ 00016822  0x00003bd1 jam  0x00000002 , 0x000046c6 
+ 00016823  0x00003bd2 arg  0x00000001 , 0x00000007 
+ 00016824  0x00003bd3 branch  0x000041b9 
+ 00016825  0x00003bd7 fetch  0x00000001 , 0x000046c5 
+ 00016826  0x00003bd8 qset1  0x0000003f 
+ 00016827  0x00003bd9 store  0x00000001 , 0x000046c5 
+ 00016828  0x00003bda rtn 
+ 00016829  0x00003bdd fetch  0x00000001 , 0x000046c5 
+ 00016830  0x00003bde qset0  0x0000003f 
+ 00016831  0x00003bdf store  0x00000001 , 0x000046c5 
+ 00016832  0x00003be0 rtn 
+ 00016833  0x00003be2 jam  0x00000000 , 0x000046c5 
+ 00016834  0x00003be3 rtn 
+ 00016835  0x00003be6 fetch  0x00000002 , 0x0000420a 
+ 00016836  0x00003be7 set0  0x00000000 , 0x0000003f 
+ 00016837  0x00003be8 store  0x00000002 , 0x0000420a 
+ 00016838  0x00003be9 setarg  0x00000000 
+ 00016839  0x00003bea store  0x00000002 , 0x000046ae 
+ 00016840  0x00003beb call  0x00003f8d 
+ 00016841  0x00003bec branch  0x000042ca 
+ 00016842  0x00003bef call  0x000063cb 
+ 00016843  0x00003bf0 branch  0x000033dd 
+ 00016844  0x00003bf3 fetch  0x00000001 , 0x0000471e 
+ 00016845  0x00003bf4 nbranch  0x00004492 , 0x00000034 
+ 00016846  0x00003bf5 fetch  0x00000002 , 0x00004682 
+ 00016847  0x00003bf6 bbit1  0x0000000c , 0x000042b0 
+ 00016848  0x00003bf7 fetch  0x00000004 , 0x000046d3 
+ 00016849  0x00003bf8 bbit1  0x00000000 , 0x000041d7 
+ 00016850  0x00003bf9 bbit1  0x00000005 , 0x000042b0 
+ 00016851  0x00003bfa bbit1  0x00000003 , 0x00002ead 
+ 00016852  0x00003bfb branch  0x000033a7 
+ 00016853  0x00003bff branch  0x00003f74 
+ 00016854  0x00003c02 rtn 
+ 00016855  0x00003c05 call  0x000043c0 
+ 00016856  0x00003c06 branch  0x0000659a 
+ 00016857  0x00003c09 bpatch  0x000000e9 , 0x0000401d 
+ 00016858  0x00003c0a call  0x000041e7 
+ 00016859  0x00003c0b fetch  0x00000004 , 0x000046d3 
+ 00016860  0x00003c0c bbit1  0x00000000 , 0x000041d7 
+ 00016861  0x00003c0d bbit1  0x00000003 , 0x00002ead 
+ 00016862  0x00003c0e fetch  0x00000001 , 0x0000471e 
+ 00016863  0x00003c0f nbranch  0x00004492 , 0x00000034 
+ 00016864  0x00003c10 fetch  0x00000002 , 0x00004208 
+ 00016865  0x00003c11 bbit1  0x00000007 , 0x000041f5 
+ 00016866  0x00003c12 bbit1  0x00000000 , 0x000033a9 
+ 00016867  0x00003c13 bbit1  0x00000001 , 0x000041ef 
+ 00016868  0x00003c14 bbit1  0x00000002 , 0x000041f2 
+ 00016869  0x00003c15 bbit1  0x00000003 , 0x000041f2 
+ 00016870  0x00003c16 branch  0x000042b0 
+ 00016871  0x00003c18 setarg  0x00000000 
+ 00016872  0x00003c19 store  0x00000008 , 0x000046b7 
+ 00016873  0x00003c1a istore  0x00000004 , 0x00000005 
+ 00016874  0x00003c1b jam  0x00000000 , 0x000046b4 
+ 00016875  0x00003c1c jam  0x00000000 , 0x000046a7 
+ 00016876  0x00003c1d jam  0x00000000 , 0x000041e2 
+ 00016877  0x00003c1e jam  0x00000000 , 0x00004429 
+ 00016878  0x00003c1f rtn 
+ 00016879  0x00003c22 bbit1  0x00000005 , 0x000041f2 
+ 00016880  0x00003c23 bbit1  0x00000003 , 0x000041f2 
+ 00016881  0x00003c24 branch  0x000042b0 
+ 00016882  0x00003c26 fetch  0x00000002 , 0x00004682 
+ 00016883  0x00003c27 bbit1  0x0000000c , 0x000042b0 
+ 00016884  0x00003c28 branch  0x000033a7 
+ 00016885  0x00003c2b call  0x000041c1 
+ 00016886  0x00003c2c fetch  0x00000002 , 0x00004208 
+ 00016887  0x00003c2d bbit1  0x00000000 , 0x000033a9 
+ 00016888  0x00003c2e branch  0x000033a7 
+ 00016889  0x00003c31 call  0x000043d6 
+ 00016890  0x00003c32 call  0x00004243 
+ 00016891  0x00003c33 call  0x00004246 
+ 00016892  0x00003c34 call  0x00004250 
+ 00016893  0x00003c35 call  0x0000445d 
+ 00016894  0x00003c37 call  0x00004443 
+ 00016895  0x00003c38 call  0x00004333 
+ 00016896  0x00003c39 call  0x000043a5 
+ 00016897  0x00003c3a call  0x000043eb 
+ 00016898  0x00003c3b call  0x00004209 
+ 00016899  0x00003c3c call  0x00004231 
+ 00016900  0x00003c3d call  0x00004234 
+ 00016901  0x00003c3e call  0x00004237 
+ 00016902  0x00003c3f call  0x0000423a 
+ 00016903  0x00003c40 call  0x0000423d 
+ 00016904  0x00003c41 branch  0x00004240 
+ 00016905  0x00003c46 fetch  0x00000001 , 0x00004711 
+ 00016906  0x00003c47 rtn  0x00000034 
+ 00016907  0x00003c48 increase  0xffffffff , 0x0000003f 
+ 00016908  0x00003c49 store  0x00000001 , 0x00004711 
+ 00016909  0x00003c4a nrtn  0x00000034 
+ 00016910  0x00003c4b branch  0x0000420f 
+ 00016911  0x00003c4d fetch  0x00000001 , 0x00004712 
+ 00016912  0x00003c4e rtneq  0x00000000 
+ 00016913  0x00003c4f beq  0x00000005 , 0x00004216 
+ 00016914  0x00003c51 call  0x00004225 
+ 00016915  0x00003c52 jam  0x00000005 , 0x00004712 
+ 00016916  0x00003c53 jam  0x00000005 , 0x00004711 
+ 00016917  0x00003c54 rtn 
+ 00016918  0x00003c56 call  0x0000422c 
+ 00016919  0x00003c57 jam  0x00000004 , 0x00004712 
+ 00016920  0x00003c58 jam  0x00000005 , 0x00004711 
+ 00016921  0x00003c59 rtn 
+ 00016922  0x00003c5d setarg  0x00008006 
+ 00016923  0x00003c5e call  0x00006413 
+ 00016924  0x00003c5f nop  0x000003e8 
+ 00016925  0x00003c60 jam  0x00000000 , 0x00004711 
+ 00016926  0x00003c61 jam  0x00000000 , 0x00004712 
+ 00016927  0x00003c62 branch  0x000040e0 
+ 00016928  0x00003c65 setarg  0x0000a006 
+ 00016929  0x00003c66 call  0x00006413 
+ 00016930  0x00003c67 setarg  0x0000a005 
+ 00016931  0x00003c68 branch  0x00006413 
+ 00016932  0x00003c6a jam  0x00000000 , 0x00004711 
+ 00016933  0x00003c6c fetch  0x00000001 , 0x000046e0 
+ 00016934  0x00003c6d beq  0x00000004 , 0x00004220 
+ 00016935  0x00003c6e setarg  0x00000106 
+ 00016936  0x00003c6f call  0x00006413 
+ 00016937  0x00003c70 setarg  0x0000a105 
+ 00016938  0x00003c71 branch  0x00006413 
+ 00016939  0x00003c74 jam  0x00000000 , 0x00004711 
+ 00016940  0x00003c76 setarg  0x00000906 
+ 00016941  0x00003c77 branch  0x00006413 
+ 00016942  0x00003c79 jam  0x00000005 , 0x00004711 
+ 00016943  0x00003c7a jam  0x00000001 , 0x00004712 
+ 00016944  0x00003c7b rtn 
+ 00016945  0x00003c7e arg  0x00004680 , 0x00000013 
+ 00016946  0x00003c7f arg  0x0000429b , 0x00000012 
+ 00016947  0x00003c80 branch  0x0000336d 
+ 00016948  0x00003c83 arg  0x000046ac , 0x00000013 
+ 00016949  0x00003c84 arg  0x00004264 , 0x00000012 
+ 00016950  0x00003c85 branch  0x00003374 
+ 00016951  0x00003c88 arg  0x000046ae , 0x00000013 
+ 00016952  0x00003c89 arg  0x00004266 , 0x00000012 
+ 00016953  0x00003c8a branch  0x00003374 
+ 00016954  0x00003c8d arg  0x000046b0 , 0x00000013 
+ 00016955  0x00003c8e arg  0x0000426a , 0x00000012 
+ 00016956  0x00003c8f branch  0x00003374 
+ 00016957  0x00003c92 arg  0x000046c4 , 0x00000013 
+ 00016958  0x00003c93 arg  0x00004478 , 0x00000012 
+ 00016959  0x00003c94 branch  0x0000336d 
+ 00016960  0x00003c99 arg  0x000046c6 , 0x00000013 
+ 00016961  0x00003c9a arg  0x0000425e , 0x00000012 
+ 00016962  0x00003c9b branch  0x0000336d 
+ 00016963  0x00003c9e arg  0x00004704 , 0x00000013 
+ 00016964  0x00003c9f arg  0x00004249 , 0x00000012 
+ 00016965  0x00003ca0 branch  0x0000336d 
+ 00016966  0x00003ca3 arg  0x00004707 , 0x00000013 
+ 00016967  0x00003ca4 arg  0x00004249 , 0x00000012 
+ 00016968  0x00003ca5 branch  0x00003374 
+ 00016969  0x00003ca8 rtn 
+ 00016970  0x00003cac fetch  0x00000004 , 0x000046d3 
+ 00016971  0x00003cad rtnbit0  0x00000017 
+ 00016972  0x00003cae jam  0x0000000a , 0x000046df 
+ 00016973  0x00003caf fetch  0x00000001 , 0x000046f4 
+ 00016974  0x00003cb0 store  0x00000001 , 0x00004715 
+ 00016975  0x00003cb1 rtn 
+ 00016976  0x00003cb5 arg  0x000046df , 0x00000013 
+ 00016977  0x00003cb6 arg  0x00004253 , 0x00000012 
+ 00016978  0x00003cb7 branch  0x0000336d 
+ 00016979  0x00003cb9 fetch  0x00000001 , 0x000046f4 
+ 00016980  0x00003cba store  0x00000001 , 0x00004715 
+ 00016981  0x00003cbb setarg  0x00000190 
+ 00016982  0x00003cbc store  0x00000002 , 0x00004716 
+ 00016983  0x00003cbd store  0x00000002 , 0x00004718 
+ 00016984  0x00003cbe arg  0x00000000 , 0x00000011 
+ 00016985  0x00003cbf fetcht  0x00000001 , 0x0000477a 
+ 00016986  0x00003cc0 increase  0x00000001 , 0x00000002 
+ 00016987  0x00003cc1 storet  0x00000001 , 0x00004714 
+ 00016988  0x00003cc2 jam  0x00000001 , 0x00004713 
+ 00016989  0x00003cc3 rtn 
+ 00016990  0x00003cc6 fetch  0x00000001 , 0x000046c5 
+ 00016991  0x00003cc7 rtnbit1  0x00000002 
+ 00016992  0x00003cc8 jam  0x00000012 , 0x00000a99 
+ 00016993  0x00003cc9 call  0x00007d8f 
+ 00016994  0x00003cca arg  0x00000000 , 0x00000007 
+ 00016995  0x00003ccb branch  0x000041b9 
+ 00016996  0x00003ccf call  0x000042ca 
+ 00016997  0x00003cd0 branch  0x0000340a 
+ 00016998  0x00003cd3 call  0x000033f6 
+ 00016999  0x00003cd4 fetch  0x00000001 , 0x0000471e 
+ 00017000  0x00003cd5 nbranch  0x00004492 , 0x00000034 
+ 00017001  0x00003cd6 branch  0x0000340a 
+ 00017002  0x00003cd9 bmark1  0x00000026 , 0x00007e1d 
+ 00017003  0x00003cda branch  0x00004386 
+ 00017004  0x00003cdf bpatch  0x000000ea , 0x0000401d 
+ 00017005  0x00003ce0 jam  0x00000000 , 0x000046b4 
+ 00017006  0x00003ce1 call  0x00004386 
+ 00017007  0x00003ce2 call  0x000041c1 
+ 00017008  0x00003ce3 branch  0x000042b0 
+ 00017009  0x00003ce8 fetch  0x00000006 , 0x000041d0 
+ 00017010  0x00003ce9 branch  0x000033eb , 0x00000034 
+ 00017011  0x00003cea call  0x0000427e 
+ 00017012  0x00003ceb jam  0x00000017 , 0x0000016d 
+ 00017013  0x00003cec fetch  0x00000001 , 0x0000465a 
+ 00017014  0x00003ced nbranch  0x000033e1 , 0x00000034 
+ 00017015  0x00003cee jam  0x00000004 , 0x0000016d 
+ 00017016  0x00003cef branch  0x000033e1 
+ 00017017  0x00003cf2 fetch  0x00000002 , 0x000046a8 
+ 00017018  0x00003cf3 store  0x00000002 , 0x000046ae 
+ 00017019  0x00003cf4 call  0x0000427e 
+ 00017020  0x00003cf5 call  0x00003418 
+ 00017021  0x00003cf6 branch  0x00007df4 
+ 00017022  0x00003cf9 setarg  0x000000c8 
+ 00017023  0x00003cfa store  0x00000002 , 0x00004716 
+ 00017024  0x00003cfb store  0x00000002 , 0x00004718 
+ 00017025  0x00003cfc branch  0x00004285 
+ 00017026  0x00003cff setarg  0x000003e8 
+ 00017027  0x00003d00 store  0x00000002 , 0x00004716 
+ 00017028  0x00003d01 store  0x00000002 , 0x00004718 
+ 00017029  0x00003d03 fetch  0x00000001 , 0x00004720 
+ 00017030  0x00003d04 beq  0x00000001 , 0x0000428a 
+ 00017031  0x00003d05 beq  0x00000002 , 0x0000428c 
+ 00017032  0x00003d06 beq  0x00000003 , 0x0000428e 
+ 00017033  0x00003d07 rtn 
+ 00017034  0x00003d09 fetch  0x00000001 , 0x000046f0 
+ 00017035  0x00003d0a branch  0x0000428f 
+ 00017036  0x00003d0c fetch  0x00000001 , 0x000046f1 
+ 00017037  0x00003d0d branch  0x0000428f 
+ 00017038  0x00003d0f fetch  0x00000001 , 0x000046f2 
+ 00017039  0x00003d11 store  0x00000001 , 0x00000aa2 
+ 00017040  0x00003d12 call  0x00004482 
+ 00017041  0x00003d13 fetch  0x00000001 , 0x00000aa2 
+ 00017042  0x00003d14 store  0x00000001 , 0x00004715 
+ 00017043  0x00003d15 arg  0x00000000 , 0x00000011 
+ 00017044  0x00003d16 jam  0x00000001 , 0x00004713 
+ 00017045  0x00003d17 branch  0x00007d1e 
+ 00017046  0x00003d1a arg  0x00000000 , 0x00000011 
+ 00017047  0x00003d1b branch  0x00007d19 
+ 00017048  0x00003d1d arg  0x00000000 , 0x00000011 
+ 00017049  0x00003d1e branch  0x00007d14 
+ 00017050  0x00003d21 branch  0x000041c1 
+ 00017051  0x00003d24 jam  0x00000001 , 0x000041e2 
+ 00017052  0x00003d25 call  0x00003416 
+ 00017053  0x00003d26 call  0x00003412 
+ 00017054  0x00003d27 setarg  0x00000000 
+ 00017055  0x00003d28 store  0x00000002 , 0x0000467e 
+ 00017056  0x00003d29 store  0x00000001 , 0x00004680 
+ 00017057  0x00003d2a branch  0x0000340e 
+ 00017058  0x00003d2d call  0x0000435f 
+ 00017059  0x00003d2e fetch  0x00000001 , 0x00004720 
+ 00017060  0x00003d2f fetcht  0x00000001 , 0x00004703 
+ 00017061  0x00003d30 isub  0x00000002 , 0x0000003e 
+ 00017062  0x00003d31 branch  0x000042ab , 0x00000005 
+ 00017063  0x00003d32 fetch  0x00000001 , 0x00004210 
+ 00017064  0x00003d33 beq  0x00000033 , 0x00004271 
+ 00017065  0x00003d34 beq  0x00000034 , 0x00004279 
+ 00017066  0x00003d35 branch  0x000042b0 
+ 00017067  0x00003d37 call  0x00003d57 
+ 00017068  0x00003d38 rtnmark1  0x00000026 
+ 00017069  0x00003d39 fetch  0x00000001 , 0x0000471e 
+ 00017070  0x00003d3a nbranch  0x00004492 , 0x00000034 
+ 00017071  0x00003d3b rtn 
+ 00017072  0x00003d3e bpatch  0x000000eb , 0x0000401d 
+ 00017073  0x00003d3f fetch  0x00000002 , 0x00004682 
+ 00017074  0x00003d40 bbit1  0x0000000b , 0x000042b7 
+ 00017075  0x00003d41 fetch  0x00000004 , 0x000046d3 
+ 00017076  0x00003d42 bbit0  0x00000018 , 0x000042b7 
+ 00017077  0x00003d43 random  0x0000003f 
+ 00017078  0x00003d44 store  0x00000001 , 0x000044a1 
+ 00017079  0x00003d46 call  0x00003418 
+ 00017080  0x00003d47 fetch  0x00000002 , 0x00004687 
+ 00017081  0x00003d48 store  0x00000002 , 0x000046ac 
+ 00017082  0x00003d49 jam  0x00000006 , 0x0000016d 
+ 00017083  0x00003d4a setarg  0x00000000 
+ 00017084  0x00003d4b store  0x00000002 , 0x000046b0 
+ 00017085  0x00003d4c store  0x00000002 , 0x000046ae 
+ 00017086  0x00003d4d arg  0x00000007 , 0x00000007 
+ 00017087  0x00003d4e call  0x000043ce 
+ 00017088  0x00003d4f call  0x000043ca 
+ 00017089  0x00003d50 fetch  0x00000001 , 0x00004092 
+ 00017090  0x00003d51 isolate1  0x00000001 , 0x0000003f 
+ 00017091  0x00003d52 call  0x00007df4 , 0x00000001 
+ 00017092  0x00003d53 fetch  0x00000001 , 0x00004092 
+ 00017093  0x00003d54 isolate1  0x00000000 , 0x0000003f 
+ 00017094  0x00003d55 call  0x00007ddd , 0x00000001 
+ 00017095  0x00003d56 fetch  0x00000004 , 0x000046d3 
+ 00017096  0x00003d57 bbit1  0x0000001c , 0x0000422e 
+ 00017097  0x00003d58 branch  0x00004282 
+ 00017098  0x00003d5b bpatch  0x000000ec , 0x0000401d 
+ 00017099  0x00003d5c fetch  0x00000001 , 0x00004092 
+ 00017100  0x00003d5d isolate1  0x00000001 , 0x0000003f 
+ 00017101  0x00003d5e call  0x000042d4 , 0x00000001 
+ 00017102  0x00003d5f fetch  0x00000001 , 0x00004092 
+ 00017103  0x00003d60 isolate1  0x00000000 , 0x0000003f 
+ 00017104  0x00003d61 call  0x000042d7 , 0x00000001 
+ 00017105  0x00003d62 fetch  0x00000004 , 0x000046d3 
+ 00017106  0x00003d63 bbit1  0x0000001c , 0x0000421a 
+ 00017107  0x00003d64 branch  0x00004482 
+ 00017108  0x00003d66 setarg  0x00000000 
+ 00017109  0x00003d67 store  0x00000002 , 0x000046ae 
+ 00017110  0x00003d68 branch  0x00007dfa 
+ 00017111  0x00003d6a setarg  0x00000000 
+ 00017112  0x00003d6b store  0x00000002 , 0x000046ac 
+ 00017113  0x00003d6c branch  0x00007de2 
+ 00017114  0x00003d73 fetch  0x00000004 , 0x000046d3 
+ 00017115  0x00003d74 rtnbit0  0x00000007 
+ 00017116  0x00003d75 arg  0x00000007 , 0x00000007 
+ 00017117  0x00003d76 call  0x000043d2 
+ 00017118  0x00003d77 call  0x000042e8 
+ 00017119  0x00003d79 call  0x000042fb 
+ 00017120  0x00003d7a fetch  0x00000004 , 0x000046d3 
+ 00017121  0x00003d7b bbit1  0x00000013 , 0x00004435 
+ 00017122  0x00003d7c bbit1  0x00000014 , 0x000042e4 
+ 00017123  0x00003d7d rtn 
+ 00017124  0x00003d7f arg  0x00000058 , 0x00000002 
+ 00017125  0x00003d80 arg  0x00004720 , 0x00000011 
+ 00017126  0x00003d81 arg  0x00000000 , 0x00000012 
+ 00017127  0x00003d82 branch  0x000065d1 
+ 00017128  0x00003d85 fetch  0x00000001 , 0x00000185 
+ 00017129  0x00003d86 beq  0x00000034 , 0x000042ec 
+ 00017130  0x00003d87 beq  0x00000033 , 0x000042ef 
+ 00017131  0x00003d88 rtn 
+ 00017132  0x00003d8a store  0x00000001 , 0x000046c7 
+ 00017133  0x00003d8b fetch  0x00000006 , 0x0000044f 
+ 00017134  0x00003d8c branch  0x000042f1 
+ 00017135  0x00003d8e store  0x00000001 , 0x000046c7 
+ 00017136  0x00003d8f fetch  0x00000006 , 0x00000040 
+ 00017137  0x00003d91 store  0x00000006 , 0x000046c8 
+ 00017138  0x00003d92 fetch  0x00000007 , 0x000046c7 
+ 00017139  0x00003d93 arg  0x00004721 , 0x00000006 
+ 00017140  0x00003d94 arg  0x00000003 , 0x00000039 
+ 00017141  0x00003d96 ifetcht  0x00000007 , 0x00000006 
+ 00017142  0x00003d97 isub  0x00000002 , 0x0000003e 
+ 00017143  0x00003d98 branch  0x00004310 , 0x00000005 
+ 00017144  0x00003d99 increase  0x00000016 , 0x00000006 
+ 00017145  0x00003d9a loop  0x000042f5 
+ 00017146  0x00003d9b rtn 
+ 00017147  0x00003d9d arg  0x00004721 , 0x00000011 
+ 00017148  0x00003d9e fetch  0x00000001 , 0x00004720 
+ 00017149  0x00003d9f increase  0xffffffff , 0x0000003f 
+ 00017150  0x00003da0 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017151  0x00003da1 iadd  0x00000011 , 0x00000011 
+ 00017152  0x00003da2 fetch  0x00000001 , 0x00000185 
+ 00017153  0x00003da3 istore  0x00000001 , 0x00000011 
+ 00017154  0x00003da4 beq  0x00000034 , 0x00004305 
+ 00017155  0x00003da5 beq  0x00000033 , 0x0000430c 
+ 00017156  0x00003da6 rtn 
+ 00017157  0x00003da9 fetch  0x00000006 , 0x0000044f 
+ 00017158  0x00003daa istore  0x00000006 , 0x00000005 
+ 00017159  0x00003dab arg  0x00004419 , 0x00000006 
+ 00017160  0x00003dac call  0x00007ebf 
+ 00017161  0x00003dad fetch  0x00000006 , 0x000044a0 
+ 00017162  0x00003dae istore  0x00000006 , 0x00000005 
+ 00017163  0x00003daf rtn 
+ 00017164  0x00003db1 fetch  0x00000006 , 0x00000040 
+ 00017165  0x00003db2 istore  0x00000006 , 0x00000005 
+ 00017166  0x00003db3 arg  0x000041be , 0x00000006 
+ 00017167  0x00003db4 branch  0x00007ebf 
+ 00017168  0x00003db7 increase  0xfffffffa , 0x00000006 
+ 00017169  0x00003db8 copy  0x00000006 , 0x00000005 
+ 00017170  0x00003db9 fetcht  0x00000006 , 0x000046c8 
+ 00017171  0x00003dba increase  0x00000003 , 0x00000002 
+ 00017172  0x00003dbb istoret  0x00000006 , 0x00000005 
+ 00017173  0x00003dbc rtn 
+ 00017174  0x00003dc1 arg  0x00000058 , 0x00000002 
+ 00017175  0x00003dc2 arg  0x00004720 , 0x00000011 
+ 00017176  0x00003dc3 arg  0x00000000 , 0x00000012 
+ 00017177  0x00003dc4 call  0x000065df 
+ 00017178  0x00003dc6 arg  0x00004721 , 0x00000011 
+ 00017179  0x00003dc7 fetch  0x00000001 , 0x00004720 
+ 00017180  0x00003dc8 fetcht  0x00000001 , 0x00004703 
+ 00017181  0x00003dc9 isub  0x00000002 , 0x0000003e 
+ 00017182  0x00003dca rtn  0x00000005 
+ 00017183  0x00003dcb increase  0xffffffff , 0x0000003f 
+ 00017184  0x00003dcc mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017185  0x00003dcd iadd  0x00000011 , 0x00000011 
+ 00017186  0x00003dce ifetch  0x00000001 , 0x00000011 
+ 00017187  0x00003dcf store  0x00000001 , 0x00004210 
+ 00017188  0x00003dd0 beq  0x00000033 , 0x00004327 
+ 00017189  0x00003dd1 beq  0x00000034 , 0x0000432c 
+ 00017190  0x00003dd2 rtn 
+ 00017191  0x00003dd5 ifetch  0x00000006 , 0x00000006 
+ 00017192  0x00003dd7 store  0x00000006 , 0x000041d0 
+ 00017193  0x00003dd8 arg  0x000041be , 0x00000005 
+ 00017194  0x00003dd9 call  0x00007ebf 
+ 00017195  0x00003dda branch  0x000067d7 
+ 00017196  0x00003ddd ifetch  0x00000006 , 0x00000006 
+ 00017197  0x00003ddf store  0x00000006 , 0x000041d0 
+ 00017198  0x00003de0 arg  0x00004419 , 0x00000005 
+ 00017199  0x00003de1 call  0x00007ebf 
+ 00017200  0x00003de2 ifetch  0x00000006 , 0x00000006 
+ 00017201  0x00003de3 store  0x00000006 , 0x000044a0 
+ 00017202  0x00003de4 rtn 
+ 00017203  0x00003de8 fetch  0x00000001 , 0x000046f5 
+ 00017204  0x00003de9 bbit1  0x00000005 , 0x00004349 
+ 00017205  0x00003dea bbit1  0x00000006 , 0x00004359 
+ 00017206  0x00003deb branch  0x00004337 
+ 00017207  0x00003dee call  0x00004083 
+ 00017208  0x00003def beq  0x00000006 , 0x0000433e 
+ 00017209  0x00003df1 jam  0x0000001e , 0x000046d8 
+ 00017210  0x00003df2 fetch  0x00000001 , 0x000046d9 
+ 00017211  0x00003df3 rtneq  0x00000001 
+ 00017212  0x00003df4 jam  0x00000001 , 0x000046d9 
+ 00017213  0x00003df5 rtn 
+ 00017214  0x00003df8 call  0x00004343 
+ 00017215  0x00003df9 fetch  0x00000001 , 0x000046d9 
+ 00017216  0x00003dfa rtneq  0x00000000 
+ 00017217  0x00003dfb jam  0x00000000 , 0x000046d9 
+ 00017218  0x00003dfc branch  0x000043c0 
+ 00017219  0x00003dff fetch  0x00000001 , 0x000046d8 
+ 00017220  0x00003e00 rtn  0x00000034 
+ 00017221  0x00003e01 pincrease  0xffffffff 
+ 00017222  0x00003e02 store  0x00000001 , 0x000046d8 
+ 00017223  0x00003e03 nrtn  0x00000034 
+ 00017224  0x00003e04 branch  0x00004370 
+ 00017225  0x00003e07 fetch  0x00000001 , 0x000046ed 
+ 00017226  0x00003e08 rtneq  0x000000ff 
+ 00017227  0x00003e09 fetcht  0x00000001 , 0x000046ed 
+ 00017228  0x00003e0a call  0x0000681d 
+ 00017229  0x00003e0b branch  0x00004354 , 0x00000001 
+ 00017230  0x00003e0d fetch  0x00000001 , 0x000046d9 
+ 00017231  0x00003e0e rtneq  0x00000001 
+ 00017232  0x00003e0f jam  0x00000001 , 0x000046d9 
+ 00017233  0x00003e10 fetch  0x00000004 , 0x000046d3 
+ 00017234  0x00003e11 rtnbit1  0x00000006 
+ 00017235  0x00003e12 branch  0x00004370 
+ 00017236  0x00003e15 fetch  0x00000001 , 0x000046d9 
+ 00017237  0x00003e16 rtneq  0x00000000 
+ 00017238  0x00003e17 jam  0x00000000 , 0x000046d9 
+ 00017239  0x00003e18 arg  0x00000006 , 0x00000007 
+ 00017240  0x00003e19 branch  0x000043d2 
+ 00017241  0x00003e1e fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00017242  0x00003e1f rtnbit0  0x00000006 
+ 00017243  0x00003e20 fetch  0x00000001 , 0x00004720 
+ 00017244  0x00003e21 beq  0x00000001 , 0x00004369 
+ 00017245  0x00003e22 beq  0x00000002 , 0x0000436c 
+ 00017246  0x00003e23 rtn 
+ 00017247  0x00003e25 fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00017248  0x00003e26 rtnbit0  0x00000006 
+ 00017249  0x00003e27 fetcht  0x00000001 , 0x000046ed 
+ 00017250  0x00003e28 call  0x0000681d 
+ 00017251  0x00003e29 branch  0x00004366 , 0x00000001 
+ 00017252  0x00003e2b jam  0x00000001 , 0x00004720 
+ 00017253  0x00003e2c rtn 
+ 00017254  0x00003e2e fetch  0x00000001 , 0x00004703 
+ 00017255  0x00003e2f store  0x00000001 , 0x00004720 
+ 00017256  0x00003e30 rtn 
+ 00017257  0x00003e32 fetcht  0x00000001 , 0x000046ed 
+ 00017258  0x00003e33 nbranch  0x00004370 , 0x00000001 
+ 00017259  0x00003e34 rtn 
+ 00017260  0x00003e36 fetcht  0x00000001 , 0x000046ed 
+ 00017261  0x00003e37 call  0x0000681d 
+ 00017262  0x00003e38 branch  0x00004354 , 0x00000001 
+ 00017263  0x00003e39 rtn 
+ 00017264  0x00003e3f fetcht  0x00000001 , 0x00004720 
+ 00017265  0x00003e40 increase  0x00000001 , 0x00000002 
+ 00017266  0x00003e41 fetch  0x00000001 , 0x000046d2 
+ 00017267  0x00003e42 isub  0x00000002 , 0x0000003e 
+ 00017268  0x00003e43 ncall  0x000043cc , 0x00000002 
+ 00017269  0x00003e44 storet  0x00000001 , 0x00004720 
+ 00017270  0x00003e45 jam  0x00000000 , 0x000041bd 
+ 00017271  0x00003e46 call  0x0000437a 
+ 00017272  0x00003e47 call  0x000043c0 
+ 00017273  0x00003e49 branch  0x0000437e 
+ 00017274  0x00003e4c arg  0x00000001 , 0x00000002 
+ 00017275  0x00003e4d arg  0x00004720 , 0x00000011 
+ 00017276  0x00003e4e arg  0x00000000 , 0x00000012 
+ 00017277  0x00003e4f branch  0x00006606 
+ 00017278  0x00003e52 call  0x00004381 
+ 00017279  0x00003e53 call  0x000043c2 
+ 00017280  0x00003e54 branch  0x000041d7 
+ 00017281  0x00003e56 fetch  0x00000002 , 0x00004682 
+ 00017282  0x00003e57 bbit1  0x00000007 , 0x00004392 
+ 00017283  0x00003e58 bbit1  0x00000009 , 0x00003402 
+ 00017284  0x00003e59 bbit1  0x00000000 , 0x000033e9 
+ 00017285  0x00003e5a branch  0x000042ca 
+ 00017286  0x00003e5d bpatch  0x000000ed , 0x0000401d 
+ 00017287  0x00003e5e setarg  0x00000000 
+ 00017288  0x00003e5f store  0x00000002 , 0x000046b0 
+ 00017289  0x00003e60 fetch  0x00000002 , 0x00004682 
+ 00017290  0x00003e61 bbit1  0x00000009 , 0x00003402 
+ 00017291  0x00003e62 fetch  0x00000002 , 0x00004682 
+ 00017292  0x00003e63 bbit1  0x00000000 , 0x000033e9 
+ 00017293  0x00003e64 rtn 
+ 00017294  0x00003e67 setarg  0x00000001 
+ 00017295  0x00003e68 store  0x00000006 , 0x00000040 
+ 00017296  0x00003e69 jam  0x00000033 , 0x00000185 
+ 00017297  0x00003e6a branch  0x000042df 
+ 00017298  0x00003e6e call  0x000043c4 
+ 00017299  0x00003e6f branch  0x00007e2f 
+ 00017300  0x00003e72 fetch  0x00000001 , 0x000046ec 
+ 00017301  0x00003e73 rtneq  0x000000ff 
+ 00017302  0x00003e74 fetcht  0x00000001 , 0x000046ec 
+ 00017303  0x00003e75 call  0x0000681d 
+ 00017304  0x00003e76 branch  0x0000439f , 0x00000001 
+ 00017305  0x00003e78 fetch  0x00000001 , 0x00004685 
+ 00017306  0x00003e79 store  0x00000001 , 0x000046da 
+ 00017307  0x00003e7a fetch  0x00000001 , 0x000046db 
+ 00017308  0x00003e7b rtneq  0x00000001 
+ 00017309  0x00003e7c jam  0x00000001 , 0x000046db 
+ 00017310  0x00003e7d branch  0x000043ca 
+ 00017311  0x00003e7f call  0x000043b5 
+ 00017312  0x00003e80 fetch  0x00000001 , 0x000046db 
+ 00017313  0x00003e81 rtneq  0x00000000 
+ 00017314  0x00003e82 jam  0x00000000 , 0x000046db 
+ 00017315  0x00003e83 call  0x00007e2f 
+ 00017316  0x00003e84 branch  0x000043c8 
+ 00017317  0x00003e88 fetch  0x00000001 , 0x000046f5 
+ 00017318  0x00003e89 bbit1  0x00000004 , 0x00004394 
+ 00017319  0x00003e8b call  0x00004083 
+ 00017320  0x00003e8c beq  0x00000007 , 0x000043af 
+ 00017321  0x00003e8e fetch  0x00000001 , 0x00004685 
+ 00017322  0x00003e8f store  0x00000001 , 0x000046da 
+ 00017323  0x00003e90 fetch  0x00000001 , 0x000046db 
+ 00017324  0x00003e91 rtneq  0x00000001 
+ 00017325  0x00003e92 jam  0x00000001 , 0x000046db 
+ 00017326  0x00003e93 branch  0x000043ca 
+ 00017327  0x00003e97 call  0x000043b5 
+ 00017328  0x00003e98 fetch  0x00000001 , 0x000046db 
+ 00017329  0x00003e99 rtneq  0x00000000 
+ 00017330  0x00003e9a jam  0x00000000 , 0x000046db 
+ 00017331  0x00003e9b call  0x00007e2f 
+ 00017332  0x00003e9c branch  0x000043c8 
+ 00017333  0x00003e9f arg  0x000046da , 0x00000013 
+ 00017334  0x00003ea0 arg  0x000043b8 , 0x00000012 
+ 00017335  0x00003ea1 branch  0x0000336d 
+ 00017336  0x00003ea4 arg  0x00000006 , 0x00000007 
+ 00017337  0x00003ea5 call  0x000043ce 
+ 00017338  0x00003ea6 call  0x00003357 
+ 00017339  0x00003ea7 branch  0x0000426c 
+ 00017340  0x00003eab arg  0x00000001 , 0x00000007 
+ 00017341  0x00003eac branch  0x000043ce 
+ 00017342  0x00003eae arg  0x00000001 , 0x00000007 
+ 00017343  0x00003eaf branch  0x000043d2 
+ 00017344  0x00003eb1 arg  0x00000000 , 0x00000007 
+ 00017345  0x00003eb2 branch  0x000043ce 
+ 00017346  0x00003eb4 arg  0x00000000 , 0x00000007 
+ 00017347  0x00003eb5 branch  0x000043d2 
+ 00017348  0x00003eb7 arg  0x00000002 , 0x00000007 
+ 00017349  0x00003eb8 branch  0x000043ce 
+ 00017350  0x00003eba arg  0x00000002 , 0x00000007 
+ 00017351  0x00003ebb branch  0x000043d2 
+ 00017352  0x00003ebd arg  0x00000005 , 0x00000007 
+ 00017353  0x00003ebe branch  0x000043ce 
+ 00017354  0x00003ec0 arg  0x00000005 , 0x00000007 
+ 00017355  0x00003ec1 branch  0x000043d2 
+ 00017356  0x00003ec6 arg  0x00000001 , 0x00000002 
+ 00017357  0x00003ec7 rtn 
+ 00017358  0x00003eca fetch  0x00000004 , 0x000046d3 
+ 00017359  0x00003ecb qset1  0x0000003f 
+ 00017360  0x00003ecc store  0x00000004 , 0x000046d3 
+ 00017361  0x00003ecd rtn 
+ 00017362  0x00003ed0 fetch  0x00000004 , 0x000046d3 
+ 00017363  0x00003ed1 qset0  0x0000003f 
+ 00017364  0x00003ed2 store  0x00000004 , 0x000046d3 
+ 00017365  0x00003ed3 rtn 
+ 00017366  0x00003ed6 fetch  0x00000004 , 0x000046d3 
+ 00017367  0x00003ed7 rtnbit0  0x0000001a 
+ 00017368  0x00003ed8 fetch  0x00000001 , 0x000046ce 
+ 00017369  0x00003ed9 increase  0x00000001 , 0x0000003f 
+ 00017370  0x00003eda store  0x00000001 , 0x000046ce 
+ 00017371  0x00003edb sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00017372  0x00003edc rtn  0x00000002 
+ 00017373  0x00003edd jam  0x00000000 , 0x000046ce 
+ 00017374  0x00003ede call  0x000068eb 
+ 00017375  0x00003edf call  0x00006908 
+ 00017376  0x00003ee0 store  0x00000002 , 0x0000470f 
+ 00017377  0x00003ee1 arg  0x00004709 , 0x00000011 
+ 00017378  0x00003ee2 call  0x00006930 
+ 00017379  0x00003ee3 fetch  0x00000001 , 0x00004231 
+ 00017380  0x00003ee4 bbit1  0x00000001 , 0x000044a0 
+ 00017381  0x00003ee5 bbit0  0x00000000 , 0x000043e9 
+ 00017382  0x00003ee6 branch  0x000043e7 
+ 00017383  0x00003ee8 arg  0x00000004 , 0x00000007 
+ 00017384  0x00003ee9 branch  0x000043ce 
+ 00017385  0x00003eeb arg  0x00000004 , 0x00000007 
+ 00017386  0x00003eec branch  0x000043d2 
+ 00017387  0x00003eef fetch  0x00000004 , 0x000046d3 
+ 00017388  0x00003ef0 rtnbit0  0x00000004 
+ 00017389  0x00003ef1 fetch  0x00000001 , 0x000046ef 
+ 00017390  0x00003ef2 store  0x00000001 , 0x00004715 
+ 00017391  0x00003ef3 fetch  0x00000001 , 0x000046cf 
+ 00017392  0x00003ef4 pincrease  0x00000001 
+ 00017393  0x00003ef5 store  0x00000001 , 0x000046cf 
+ 00017394  0x00003ef6 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00017395  0x00003ef7 ncall  0x000043f9 , 0x00000002 
+ 00017396  0x00003ef8 beq  0x00000002 , 0x000043fb 
+ 00017397  0x00003ef9 beq  0x00000004 , 0x000043fe 
+ 00017398  0x00003efa beq  0x00000006 , 0x000043fb 
+ 00017399  0x00003efb beq  0x00000008 , 0x000043fe 
+ 00017400  0x00003efc rtn 
+ 00017401  0x00003efe jam  0x00000001 , 0x000046cf 
+ 00017402  0x00003eff branch  0x000043fe 
+ 00017403  0x00003f01 arg  0x00000000 , 0x00000011 
+ 00017404  0x00003f02 jam  0x00000002 , 0x00004713 
+ 00017405  0x00003f03 branch  0x00007d14 
+ 00017406  0x00003f05 arg  0x00000000 , 0x00000011 
+ 00017407  0x00003f06 jam  0x00000002 , 0x00004713 
+ 00017408  0x00003f07 branch  0x00007d19 
+ 00017409  0x00003f0a call  0x00003f97 
+ 00017410  0x00003f0b nrtn  0x00000028 
+ 00017411  0x00003f0c arg  0x00000007 , 0x00000011 
+ 00017412  0x00003f0d arg  0x0000469a , 0x00000012 
+ 00017413  0x00003f0e rtn 
+ 00017414  0x00003f11 fetch  0x00000001 , 0x0000478b 
+ 00017415  0x00003f12 rtn  0x00000034 
+ 00017416  0x00003f14 fetcht  0x00000001 , 0x000046e7 
+ 00017417  0x00003f15 call  0x0000681d 
+ 00017418  0x00003f16 call  0x00004410 , 0x00000001 
+ 00017419  0x00003f17 fetch  0x00000001 , 0x00004704 
+ 00017420  0x00003f18 nrtn  0x00000034 
+ 00017421  0x00003f19 call  0x00004083 
+ 00017422  0x00003f1a nrtn  0x00000034 
+ 00017423  0x00003f1b branch  0x00002d83 
+ 00017424  0x00003f1e fetch  0x00000001 , 0x000046e7 
+ 00017425  0x00003f1f rtneq  0x000000ff 
+ 00017426  0x00003f20 jam  0x0000000a , 0x00004704 
+ 00017427  0x00003f21 rtn 
+ 00017428  0x00003f25 call  0x00004423 
+ 00017429  0x00003f26 fetch  0x00000002 , 0x00004778 
+ 00017430  0x00003f27 arg  0x0000aa55 , 0x00000002 
+ 00017431  0x00003f28 isub  0x00000002 , 0x0000003e 
+ 00017432  0x00003f29 branch  0x0000442b , 0x00000005 
+ 00017433  0x00003f2a storet  0x00000002 , 0x00004778 
+ 00017434  0x00003f2b call  0x0000441c 
+ 00017435  0x00003f2c branch  0x00004435 
+ 00017436  0x00003f2e fetch  0x00000006 , 0x000044a0 
+ 00017437  0x00003f2f store  0x00000006 , 0x00004738 
+ 00017438  0x00003f30 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017439  0x00003f31 store  0x00000006 , 0x00004755 
+ 00017440  0x00003f32 add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017441  0x00003f33 store  0x00000006 , 0x00004772 
+ 00017442  0x00003f34 rtn 
+ 00017443  0x00003f38 setarg  0x00004778 
+ 00017444  0x00003f39 arg  0x00004720 , 0x00000002 
+ 00017445  0x00003f3a isub  0x00000002 , 0x00000002 
+ 00017446  0x00003f3b fetch  0x00000003 , 0x00004700 
+ 00017447  0x00003f3c iadd  0x00000002 , 0x0000003f 
+ 00017448  0x00003f3d arg  0x00000002 , 0x00000002 
+ 00017449  0x00003f3e arg  0x00004778 , 0x00000011 
+ 00017450  0x00003f3f branch  0x00006562 
+ 00017451  0x00003f43 setarg  0x0000477f 
+ 00017452  0x00003f44 arg  0x00004720 , 0x00000002 
+ 00017453  0x00003f45 isub  0x00000002 , 0x00000002 
+ 00017454  0x00003f46 fetch  0x00000003 , 0x00004700 
+ 00017455  0x00003f47 arg  0x00004720 , 0x00000011 
+ 00017456  0x00003f48 call  0x00006562 
+ 00017457  0x00003f49 call  0x0000431a 
+ 00017458  0x00003f4a fetch  0x00000004 , 0x0000477b 
+ 00017459  0x00003f4b call  0x00002c7a 
+ 00017460  0x00003f4c branch  0x0000322c 
+ 00017461  0x00003f4f setarg  0x0000477f 
+ 00017462  0x00003f50 arg  0x00004720 , 0x00000002 
+ 00017463  0x00003f51 isub  0x00000002 , 0x00000002 
+ 00017464  0x00003f52 arg  0x00004720 , 0x00000011 
+ 00017465  0x00003f53 fetch  0x00000003 , 0x00004700 
+ 00017466  0x00003f54 branch  0x00006514 
+ 00017467  0x00003f57 arg  0x00000001 , 0x00000002 
+ 00017468  0x00003f58 arg  0x0000477a , 0x00000011 
+ 00017469  0x00003f59 arg  0x0000005a , 0x00000012 
+ 00017470  0x00003f5a branch  0x000065d1 
+ 00017471  0x00003f5d arg  0x00000001 , 0x00000002 
+ 00017472  0x00003f5e arg  0x0000477a , 0x00000011 
+ 00017473  0x00003f5f arg  0x0000005a , 0x00000012 
+ 00017474  0x00003f60 branch  0x000065df 
+ 00017475  0x00003f63 rtnmark1  0x00000026 
+ 00017476  0x00003f64 fetch  0x00000004 , 0x000046d3 
+ 00017477  0x00003f65 rtnbit0  0x00000016 
+ 00017478  0x00003f66 fetch  0x00000001 , 0x00004705 
+ 00017479  0x00003f67 pincrease  0x00000001 
+ 00017480  0x00003f68 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00017481  0x00003f69 store  0x00000001 , 0x00004705 
+ 00017482  0x00003f6a rtnne  0x00000007 
+ 00017483  0x00003f6b fetch  0x00000002 , 0x00004682 
+ 00017484  0x00003f6c bbit1  0x00000000 , 0x0000444f 
+ 00017485  0x00003f6d bbit1  0x00000009 , 0x0000444f 
+ 00017486  0x00003f6e rtn 
+ 00017487  0x00003f74 bpatch  0x000000ee , 0x0000401d 
+ 00017488  0x00003f75 fetch  0x00000001 , 0x00004706 
+ 00017489  0x00003f76 nrtn  0x00000034 
+ 00017490  0x00003f77 fetch  0x00000004 , 0x000046d3 
+ 00017491  0x00003f78 rtnbit0  0x00000008 
+ 00017492  0x00003f79 fetch  0x00000001 , 0x000046a5 
+ 00017493  0x00003f7a call  0x000063fb 
+ 00017494  0x00003f7b store  0x00000001 , 0x000046a6 
+ 00017495  0x00003f7c sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00017496  0x00003f7d branch  0x0000445b , 0x00000002 
+ 00017497  0x00003f7e jam  0x00000000 , 0x00004706 
+ 00017498  0x00003f7f rtn 
+ 00017499  0x00003f82 jam  0x0000001e , 0x00004706 
+ 00017500  0x00003f83 rtn 
+ 00017501  0x00003f85 arg  0x00004706 , 0x00000013 
+ 00017502  0x00003f86 arg  0x00004460 , 0x00000012 
+ 00017503  0x00003f87 branch  0x0000336d 
+ 00017504  0x00003f8a fetch  0x00000001 , 0x000046a5 
+ 00017505  0x00003f8b call  0x00006414 
+ 00017506  0x00003f8c sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00017507  0x00003f8d nrtn  0x00000002 
+ 00017508  0x00003f8e fetch  0x00000004 , 0x000046d3 
+ 00017509  0x00003f8f rtnbit0  0x00000008 
+ 00017510  0x00003f90 arg  0x00000008 , 0x00000007 
+ 00017511  0x00003f91 call  0x000043d2 
+ 00017512  0x00003f92 jam  0x00000000 , 0x00004172 
+ 00017513  0x00003f93 jam  0x0000001e , 0x000046c4 
+ 00017514  0x00003f94 call  0x00004482 
+ 00017515  0x00003f95 fetch  0x00000004 , 0x000046d3 
+ 00017516  0x00003f96 bbit1  0x00000015 , 0x00004471 
+ 00017517  0x00003f98 fetch  0x00000001 , 0x00004720 
+ 00017518  0x00003f99 beq  0x00000001 , 0x00004489 
+ 00017519  0x00003f9a beq  0x00000002 , 0x00004476 
+ 00017520  0x00003f9b rtn 
+ 00017521  0x00003f9d fetch  0x00000001 , 0x00004720 
+ 00017522  0x00003f9e beq  0x00000001 , 0x00004489 
+ 00017523  0x00003f9f beq  0x00000002 , 0x0000448c 
+ 00017524  0x00003fa0 beq  0x00000003 , 0x0000448f 
+ 00017525  0x00003fa1 rtn 
+ 00017526  0x00003fa4 fetch  0x00000001 , 0x000046f0 
+ 00017527  0x00003fa5 branch  0x0000428f 
+ 00017528  0x00003faa jam  0x00000020 , 0x00004172 
+ 00017529  0x00003fab branch  0x00004482 
+ 00017530  0x00003fb0 fetch  0x00000001 , 0x000046f0 
+ 00017531  0x00003fb1 rtneq  0x000000ff 
+ 00017532  0x00003fb2 store  0x00000001 , 0x00004715 
+ 00017533  0x00003fb3 branch  0x00004296 
+ 00017534  0x00003fb6 fetch  0x00000001 , 0x000046f1 
+ 00017535  0x00003fb7 rtneq  0x000000ff 
+ 00017536  0x00003fb8 store  0x00000001 , 0x00004715 
+ 00017537  0x00003fb9 branch  0x00004296 
+ 00017538  0x00003fbc call  0x00004296 
+ 00017539  0x00003fbd call  0x0000447a 
+ 00017540  0x00003fbe call  0x0000447e 
+ 00017541  0x00003fc0 fetch  0x00000001 , 0x000046f2 
+ 00017542  0x00003fc1 rtneq  0x000000ff 
+ 00017543  0x00003fc2 store  0x00000001 , 0x00004715 
+ 00017544  0x00003fc3 branch  0x00004296 
+ 00017545  0x00003fc6 fetch  0x00000001 , 0x000046f0 
+ 00017546  0x00003fc7 store  0x00000001 , 0x00004715 
+ 00017547  0x00003fc8 branch  0x00004298 
+ 00017548  0x00003fca fetch  0x00000001 , 0x000046f1 
+ 00017549  0x00003fcb store  0x00000001 , 0x00004715 
+ 00017550  0x00003fcc branch  0x00004298 
+ 00017551  0x00003fce fetch  0x00000001 , 0x000046f2 
+ 00017552  0x00003fcf store  0x00000001 , 0x00004715 
+ 00017553  0x00003fd0 branch  0x00004298 
+ 00017554  0x00003fd5 bpatch  0x000000ef , 0x0000401d 
+ 00017555  0x00003fd6 fetch  0x00000001 , 0x0000471e 
+ 00017556  0x00003fd7 increase  0xffffffff , 0x0000003f 
+ 00017557  0x00003fd8 store  0x00000001 , 0x0000471e 
+ 00017558  0x00003fd9 fetcht  0x00000001 , 0x00004720 
+ 00017559  0x00003fda increase  0x00000001 , 0x00000002 
+ 00017560  0x00003fdb fetch  0x00000001 , 0x000046d2 
+ 00017561  0x00003fdc isub  0x00000002 , 0x0000003e 
+ 00017562  0x00003fdd ncall  0x000043cc , 0x00000002 
+ 00017563  0x00003fde storet  0x00000001 , 0x00004720 
+ 00017564  0x00003fdf jam  0x00000000 , 0x000041bd 
+ 00017565  0x00003fe0 call  0x0000437a 
+ 00017566  0x00003fe1 call  0x000042fb 
+ 00017567  0x00003fe2 branch  0x000042a2 
+ 00017568  0x00003fe5 call  0x00004482 
+ 00017569  0x00003fe6 setarg  0x00000000 
+ 00017570  0x00003fe7 store  0x00000008 , 0x000000a1 
+ 00017571  0x00003fe8 branch  0x00002b1f 
+ 00017572  0x00003ff4 rtn  0x0000002b 
+ 00017573  0x00003ff5 hfetch  0x00000001 , 0x00008081 
+ 00017574  0x00003ff6 and_into  0x000000f0 , 0x0000003f 
+ 00017575  0x00003ff7 hstore  0x00000001 , 0x00008081 
+ 00017576  0x00003ff8 call  0x00006948 
+ 00017577  0x00003ff9 setarg  0x000044e6 
+ 00017578  0x00003ffa store  0x00000002 , 0x000041eb 
+ 00017579  0x00003ffc setarg  0x000044e9 
+ 00017580  0x00003ffd store  0x00000002 , 0x000041ed 
+ 00017581  0x00003fff setarg  0x000044ef 
+ 00017582  0x00004000 store  0x00000002 , 0x000041f3 
+ 00017583  0x00004002 setarg  0x000044f2 
+ 00017584  0x00004003 store  0x00000002 , 0x000041f5 
+ 00017585  0x00004005 setarg  0x000033d0 
+ 00017586  0x00004006 store  0x00000002 , 0x000041e9 
+ 00017587  0x00004008 call  0x00002c7a 
+ 00017588  0x00004009 setarg  0x000045c2 
+ 00017589  0x0000400a add  0x00000013 , 0x000000d8 , 0x00000005 
+ 00017590  0x0000400b istore  0x00000002 , 0x00000005 
+ 00017591  0x0000400d setarg  0x000044ea 
+ 00017592  0x0000400e add  0x00000013 , 0x000000da , 0x00000005 
+ 00017593  0x0000400f istore  0x00000002 , 0x00000005 
+ 00017594  0x00004011 setarg  0x000044e9 
+ 00017595  0x00004012 add  0x00000013 , 0x000000dc , 0x00000005 
+ 00017596  0x00004013 istore  0x00000002 , 0x00000005 
+ 00017597  0x00004015 setarg  0x0000450e 
+ 00017598  0x00004016 store  0x00000002 , 0x000041fd 
+ 00017599  0x00004018 setarg  0x000044da 
+ 00017600  0x00004019 store  0x00000002 , 0x0000475b 
+ 00017601  0x0000401b setarg  0x000044d6 
+ 00017602  0x0000401c store  0x00000002 , 0x0000475f 
+ 00017603  0x0000401e setarg  0x00004560 
+ 00017604  0x0000401f store  0x00000002 , 0x0000470f 
+ 00017605  0x00004021 bpatch  0x000000f0 , 0x0000401e 
+ 00017606  0x00004022 call  0x000044e2 
+ 00017607  0x00004023 call  0x00007e38 
+ 00017608  0x00004024 jam  0x00000002 , 0x00004172 
+ 00017609  0x00004025 fetch  0x00000001 , 0x0000472b 
+ 00017610  0x00004026 store  0x00000001 , 0x0000469a 
+ 00017611  0x00004027 beq  0x00000000 , 0x000044d5 
+ 00017612  0x00004028 fetch  0x00000001 , 0x0000472c 
+ 00017613  0x00004029 store  0x00000001 , 0x00004686 
+ 00017614  0x0000402b call  0x000044db 
+ 00017615  0x0000402c call  0x00007cd3 
+ 00017616  0x0000402d call  0x00007cdd 
+ 00017617  0x0000402e jam  0x00000001 , 0x00004757 
+ 00017618  0x0000402f fetch  0x00000002 , 0x00004682 
+ 00017619  0x00004030 rtnbit1  0x0000000c 
+ 00017620  0x00004031 branch  0x0000340a 
+ 00017621  0x00004036 jam  0x00000002 , 0x00004757 
+ 00017622  0x00004038 call  0x000044db 
+ 00017623  0x0000403a arg  0x00000000 , 0x00000011 
+ 00017624  0x0000403b call  0x00007d1e 
+ 00017625  0x0000403d branch  0x00002ee4 
+ 00017626  0x00004040 branch  0x000044db 
+ 00017627  0x00004043 bpatch  0x000000f1 , 0x0000401e 
+ 00017628  0x00004044 fetch  0x00000001 , 0x00004729 
+ 00017629  0x00004045 bne  0x000000ff , 0x000044e0 
+ 00017630  0x00004047 fetcht  0x00000001 , 0x00004706 
+ 00017631  0x00004048 branch  0x0000680e 
+ 00017632  0x0000404a store  0x00000001 , 0x00004706 
+ 00017633  0x0000404b branch  0x000044de 
+ 00017634  0x0000404f call  0x00002c9d 
+ 00017635  0x00004050 fetch  0x00000002 , 0x00004753 
+ 00017636  0x00004051 store  0x00000002 , 0x00004755 
+ 00017637  0x00004052 branch  0x00004515 
+ 00017638  0x0000405a call  0x00006835 
+ 00017639  0x0000405b call  0x000044e9 
+ 00017640  0x0000405c branch  0x0000340a 
+ 00017641  0x0000405f branch  0x0000696c 
+ 00017642  0x00004062 fetch  0x00000001 , 0x00004765 
+ 00017643  0x00004063 rtn  0x00000034 
+ 00017644  0x00004065 branch  0x00002d83 
+ 00017645  0x00004068 rtn 
+ 00017646  0x0000406b branch  0x00006978 
+ 00017647  0x0000406e call  0x00004544 
+ 00017648  0x0000406f call  0x00004503 
+ 00017649  0x00004070 branch  0x000044ee 
+ 00017650  0x00004073 copy  0x00000013 , 0x0000003f 
+ 00017651  0x00004074 beq  0x0000002d , 0x00003431 
+ 00017652  0x00004075 beq  0x00000010 , 0x0000341a 
+ 00017653  0x00004076 beq  0x00000039 , 0x000044fb 
+ 00017654  0x00004077 beq  0x0000003c , 0x000044ff 
+ 00017655  0x00004078 beq  0x0000003a , 0x000044f9 
+ 00017656  0x00004079 rtn 
+ 00017657  0x0000407c jam  0x00000001 , 0x00004765 
+ 00017658  0x0000407d rtn 
+ 00017659  0x00004080 jam  0x00000001 , 0x00004765 
+ 00017660  0x00004081 jam  0x00000001 , 0x00004763 
+ 00017661  0x00004082 jam  0x00000001 , 0x00004764 
+ 00017662  0x00004083 rtn 
+ 00017663  0x00004086 jam  0x00000001 , 0x00004765 
+ 00017664  0x00004087 jam  0x00000001 , 0x00004763 
+ 00017665  0x00004088 jam  0x00000001 , 0x00004764 
+ 00017666  0x00004089 rtn 
+ 00017667  0x0000408c fetch  0x00000001 , 0x00004763 
+ 00017668  0x0000408d rtneq  0x00000000 
+ 00017669  0x0000408e fetch  0x00000001 , 0x00004762 
+ 00017670  0x0000408f rtneq  0x00000001 
+ 00017671  0x00004090 jam  0x00000001 , 0x00004762 
+ 00017672  0x00004092 arg  0x00000000 , 0x00000011 
+ 00017673  0x00004093 branch  0x00007d19 
+ 00017674  0x00004095 arg  0x00000000 , 0x00000011 
+ 00017675  0x00004096 call  0x00007d19 
+ 00017676  0x00004097 call  0x000044db 
+ 00017677  0x00004098 branch  0x0000340a 
+ 00017678  0x0000409b call  0x0000337b 
+ 00017679  0x0000409c branch  0x00004510 
+ 00017680  0x0000409f fetch  0x00000001 , 0x0000472d 
+ 00017681  0x000040a0 rtn  0x00000034 
+ 00017682  0x000040a1 arg  0x00004755 , 0x00000013 
+ 00017683  0x000040a2 arg  0x0000450a , 0x00000012 
+ 00017684  0x000040a3 branch  0x00003374 
+ 00017685  0x000040a7 call  0x0000451a 
+ 00017686  0x000040a8 storet  0x00000002 , 0x0000471a 
+ 00017687  0x000040a9 call  0x0000451f 
+ 00017688  0x000040aa storet  0x00000002 , 0x0000471c 
+ 00017689  0x000040ab rtn 
+ 00017690  0x000040ae fetch  0x00000002 , 0x0000471a 
+ 00017691  0x000040af store  0x00000002 , 0x0000471e 
+ 00017692  0x000040b0 call  0x00004540 
+ 00017693  0x000040b1 call  0x00004525 
+ 00017694  0x000040b2 store  0x00000001 , 0x00004724 
+ 00017695  0x000040b4 fetch  0x00000002 , 0x0000471c 
+ 00017696  0x000040b5 store  0x00000002 , 0x0000471e 
+ 00017697  0x000040b6 call  0x00004542 
+ 00017698  0x000040b7 call  0x00004525 
+ 00017699  0x000040b8 store  0x00000001 , 0x00004725 
+ 00017700  0x000040b9 rtn 
+ 00017701  0x000040bb fetch  0x00000002 , 0x00004720 
+ 00017702  0x000040bc copy  0x0000003f , 0x00000011 
+ 00017703  0x000040bd fetch  0x00000002 , 0x0000471e 
+ 00017704  0x000040be call  0x0000452e 
+ 00017705  0x000040bf fetch  0x00000001 , 0x00004719 
+ 00017706  0x000040c0 nbranch  0x00004537 , 0x00000034 
+ 00017707  0x000040c1 nrtn  0x00000002 
+ 00017708  0x000040c2 fetcht  0x00000002 , 0x0000471e 
+ 00017709  0x000040c3 rtn 
+ 00017710  0x000040c5 isub  0x00000002 , 0x0000003f 
+ 00017711  0x000040c6 branch  0x00004534 , 0x00000002 
+ 00017712  0x000040c7 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017713  0x000040c8 jam  0x00000001 , 0x00004718 
+ 00017714  0x000040c9 isub  0x00000011 , 0x0000003e 
+ 00017715  0x000040ca rtn 
+ 00017716  0x000040cc jam  0x00000000 , 0x00004718 
+ 00017717  0x000040cd isub  0x00000011 , 0x0000003e 
+ 00017718  0x000040ce rtn 
+ 00017719  0x000040d0 nbranch  0x0000453e , 0x00000002 
+ 00017720  0x000040d1 fetch  0x00000001 , 0x00004718 
+ 00017721  0x000040d2 nbranch  0x0000453c , 0x00000034 
+ 00017722  0x000040d4 setarg  0x00000001 
+ 00017723  0x000040d5 rtn 
+ 00017724  0x000040d7 setarg  0x00000002 
+ 00017725  0x000040d8 rtn 
+ 00017726  0x000040da setarg  0x00000000 
+ 00017727  0x000040db rtn 
+ 00017728  0x000040dd jam  0x00000033 , 0x0000422e 
+ 00017729  0x000040de branch  0x000068eb 
+ 00017730  0x000040e0 jam  0x00000034 , 0x0000422e 
+ 00017731  0x000040e1 branch  0x000068eb 
+ 00017732  0x000040e5 fetch  0x00000001 , 0x0000472a 
+ 00017733  0x000040e6 rtnne  0x00000001 
+ 00017734  0x000040e8 bpatch  0x000000f2 , 0x0000401e 
+ 00017735  0x000040e9 jam  0x00000001 , 0x00004719 
+ 00017736  0x000040ea call  0x0000451a 
+ 00017737  0x000040eb fetch  0x00000002 , 0x00004724 
+ 00017738  0x000040ec fetcht  0x00000002 , 0x00004722 
+ 00017739  0x000040ed isub  0x00000002 , 0x0000003e 
+ 00017740  0x000040ee rtn  0x00000005 
+ 00017741  0x000040ef store  0x00000002 , 0x00004722 
+ 00017742  0x000040f0 call  0x00004550 
+ 00017743  0x000040f1 branch  0x00004554 
+ 00017744  0x000040f4 fetch  0x00000001 , 0x00004724 
+ 00017745  0x000040f5 branch  0x0000455a , 0x00000034 
+ 00017746  0x000040f6 increase  0xffffffff , 0x0000003f 
+ 00017747  0x000040f7 branch  0x00004557 
+ 00017748  0x000040f9 fetch  0x00000001 , 0x00004725 
+ 00017749  0x000040fa branch  0x0000455d , 0x00000034 
+ 00017750  0x000040fb increase  0x00000001 , 0x0000003f 
+ 00017751  0x000040fd copy  0x0000003f , 0x00000007 
+ 00017752  0x000040fe arg  0x00000001 , 0x00000011 
+ 00017753  0x000040ff branch  0x00004560 
+ 00017754  0x00004102 arg  0x00000000 , 0x00000007 
+ 00017755  0x00004103 arg  0x00000000 , 0x00000011 
+ 00017756  0x00004104 branch  0x00004560 
+ 00017757  0x00004106 arg  0x00000002 , 0x00000007 
+ 00017758  0x00004107 arg  0x00000000 , 0x00000011 
+ 00017759  0x00004108 branch  0x00004560 
+ 00017760  0x0000410b copy  0x00000011 , 0x0000003f 
+ 00017761  0x0000410c store  0x00000001 , 0x00004761 
+ 00017762  0x0000410d fetch  0x00000001 , 0x00004763 
+ 00017763  0x0000410e beq  0x00000000 , 0x00002ee4 
+ 00017764  0x0000410f fetch  0x00000002 , 0x00004753 
+ 00017765  0x00004110 store  0x00000002 , 0x00004755 
+ 00017766  0x00004111 fetch  0x00000001 , 0x00004761 
+ 00017767  0x00004112 branch  0x00004580 , 0x00000034 
+ 00017768  0x00004114 bpatch  0x000000f3 , 0x0000401e 
+ 00017769  0x00004115 arg  0x00000000 , 0x00000011 
+ 00017770  0x00004116 call  0x00007d14 
+ 00017771  0x00004118 copy  0x00000007 , 0x0000003f 
+ 00017772  0x00004119 beq  0x00000004 , 0x000045a3 
+ 00017773  0x0000411a beq  0x00000005 , 0x000045a5 
+ 00017774  0x0000411b beq  0x00000006 , 0x000045a7 
+ 00017775  0x0000411f call  0x0000458b 
+ 00017776  0x00004120 beq  0x00000000 , 0x00004574 
+ 00017777  0x00004121 beq  0x00000002 , 0x0000457a 
+ 00017778  0x00004122 beq  0x00000003 , 0x00004574 
+ 00017779  0x00004123 rtn 
+ 00017780  0x00004126 copy  0x00000007 , 0x0000003f 
+ 00017781  0x00004127 beq  0x00000000 , 0x0000458f 
+ 00017782  0x00004128 beq  0x00000001 , 0x00004591 
+ 00017783  0x00004129 beq  0x00000002 , 0x00004593 
+ 00017784  0x0000412a beq  0x00000003 , 0x00004595 
+ 00017785  0x0000412b rtn 
+ 00017786  0x0000412e copy  0x00000007 , 0x0000003f 
+ 00017787  0x0000412f beq  0x00000000 , 0x00004597 
+ 00017788  0x00004130 beq  0x00000001 , 0x0000459a 
+ 00017789  0x00004131 beq  0x00000002 , 0x0000459d 
+ 00017790  0x00004132 beq  0x00000003 , 0x000045a0 
+ 00017791  0x00004133 rtn 
+ 00017792  0x00004136 bpatch  0x000000f4 , 0x0000401e 
+ 00017793  0x00004137 arg  0x00000000 , 0x00000011 
+ 00017794  0x00004138 call  0x00007d19 
+ 00017795  0x0000413a copy  0x00000007 , 0x0000003f 
+ 00017796  0x0000413b beq  0x00000004 , 0x000045bc 
+ 00017797  0x0000413c beq  0x00000005 , 0x000045bc 
+ 00017798  0x00004140 call  0x0000458b 
+ 00017799  0x00004141 beq  0x00000000 , 0x000045a9 
+ 00017800  0x00004142 beq  0x00000002 , 0x000045af 
+ 00017801  0x00004143 beq  0x00000003 , 0x000045a9 
+ 00017802  0x00004144 rtn 
+ 00017803  0x00004147 fetch  0x00000001 , 0x00004728 
+ 00017804  0x00004148 fetcht  0x00000001 , 0x00004727 
+ 00017805  0x00004149 ior  0x00000002 , 0x0000003f 
+ 00017806  0x0000414a rtn 
+ 00017807  0x0000414e jam  0x00000001 , 0x00004734 
+ 00017808  0x0000414f branch  0x000045be 
+ 00017809  0x00004151 jam  0x00000002 , 0x00004734 
+ 00017810  0x00004152 branch  0x000045be 
+ 00017811  0x00004154 jam  0x00000001 , 0x00004736 
+ 00017812  0x00004155 branch  0x000045be 
+ 00017813  0x00004157 jam  0x00000002 , 0x00004736 
+ 00017814  0x00004158 branch  0x000045be 
+ 00017815  0x0000415c jam  0x00000001 , 0x00004734 
+ 00017816  0x0000415d jam  0x00000001 , 0x00004736 
+ 00017817  0x0000415e branch  0x000045be 
+ 00017818  0x00004160 jam  0x00000002 , 0x00004734 
+ 00017819  0x00004161 jam  0x00000002 , 0x00004736 
+ 00017820  0x00004162 branch  0x000045be 
+ 00017821  0x00004164 jam  0x00000002 , 0x00004734 
+ 00017822  0x00004165 jam  0x00000001 , 0x00004736 
+ 00017823  0x00004166 branch  0x000045be 
+ 00017824  0x00004168 jam  0x00000001 , 0x00004734 
+ 00017825  0x00004169 jam  0x00000002 , 0x00004736 
+ 00017826  0x0000416a branch  0x000045be 
+ 00017827  0x0000416e jam  0x00000001 , 0x00004738 
+ 00017828  0x0000416f branch  0x000045be 
+ 00017829  0x00004171 jam  0x00000002 , 0x00004738 
+ 00017830  0x00004172 branch  0x000045be 
+ 00017831  0x00004175 jam  0x00000001 , 0x00004741 
+ 00017832  0x00004176 branch  0x000045c0 
+ 00017833  0x00004179 copy  0x00000007 , 0x0000003f 
+ 00017834  0x0000417a beq  0x00000000 , 0x000045b5 
+ 00017835  0x0000417b beq  0x00000001 , 0x000045b5 
+ 00017836  0x0000417c beq  0x00000002 , 0x000045b7 
+ 00017837  0x0000417d beq  0x00000003 , 0x000045b7 
+ 00017838  0x0000417e rtn 
+ 00017839  0x00004181 copy  0x00000007 , 0x0000003f 
+ 00017840  0x00004182 beq  0x00000000 , 0x000045b9 
+ 00017841  0x00004183 beq  0x00000001 , 0x000045b9 
+ 00017842  0x00004184 beq  0x00000002 , 0x000045b9 
+ 00017843  0x00004185 beq  0x00000003 , 0x000045b9 
+ 00017844  0x00004186 rtn 
+ 00017845  0x0000418a jam  0x00000000 , 0x00004734 
+ 00017846  0x0000418b branch  0x000045be 
+ 00017847  0x0000418e jam  0x00000000 , 0x00004736 
+ 00017848  0x0000418f branch  0x000045be 
+ 00017849  0x00004195 jam  0x00000000 , 0x00004734 
+ 00017850  0x00004196 jam  0x00000000 , 0x00004736 
+ 00017851  0x00004197 branch  0x000045be 
+ 00017852  0x0000419b jam  0x00000000 , 0x00004738 
+ 00017853  0x0000419c branch  0x000045be 
+ 00017854  0x0000419f arg  0x0000472e , 0x00000011 
+ 00017855  0x000041a0 branch  0x00007e3d 
+ 00017856  0x000041a2 arg  0x0000473b , 0x00000011 
+ 00017857  0x000041a3 branch  0x00007e3d 
+ 00017858  0x000041a6 fetch  0x00000001 , 0x00004764 
+ 00017859  0x000041a7 beq  0x00000001 , 0x000045cc 
+ 00017860  0x000041a8 arg  0x00004744 , 0x00000011 
+ 00017861  0x000041a9 call  0x00007e54 
+ 00017862  0x000041aa nbranch  0x000045d1 , 0x00000028 
+ 00017863  0x000041ac arg  0x00004744 , 0x00000006 
+ 00017864  0x000041ad ifetch  0x00000001 , 0x00000006 
+ 00017865  0x000041ae copy  0x0000003f , 0x00000011 
+ 00017866  0x000041af arg  0x00004745 , 0x00000012 
+ 00017867  0x000041b2 rtn 
+ 00017868  0x000041b5 jam  0x00000000 , 0x00004764 
+ 00017869  0x000041b6 enable  0x00000028 
+ 00017870  0x000041b7 arg  0x00000001 , 0x00000011 
+ 00017871  0x000041b8 arg  0x00004766 , 0x00000012 
+ 00017872  0x000041b9 rtn 
+ 00017873  0x000041bc fetch  0x00000001 , 0x00004747 
+ 00017874  0x000041bd beq  0x00000004 , 0x000045d5 
+ 00017875  0x000041be beq  0x00000005 , 0x000045d5 
+ 00017876  0x000041bf rtn 
+ 00017877  0x000041c1 fetch  0x00000001 , 0x0000474a 
+ 00017878  0x000041c2 nbranch  0x000045dc , 0x00000034 
+ 00017879  0x000041c3 fetch  0x00000001 , 0x0000474c 
+ 00017880  0x000041c4 nbranch  0x000045dc , 0x00000034 
+ 00017881  0x000041c5 fetch  0x00000001 , 0x0000474e 
+ 00017882  0x000041c6 nbranch  0x000045dc , 0x00000034 
+ 00017883  0x000041c7 rtn 
+ 00017884  0x000041c9 enable  0x00000028 
+ 00017885  0x000041ca branch  0x000045c7 
+ 00017886  0x000041d3 rtn  0x0000002b 
+ 00017887  0x000041d4 hfetch  0x00000001 , 0x00008081 
+ 00017888  0x000041d5 and_into  0x000000fc , 0x0000003f 
+ 00017889  0x000041d6 hstore  0x00000001 , 0x00008081 
+ 00017890  0x000041d7 setarg  0x000046b4 
+ 00017891  0x000041d8 store  0x00000002 , 0x000041eb 
+ 00017892  0x000041da setarg  0x000046b3 
+ 00017893  0x000041db store  0x00000002 , 0x000041ed 
+ 00017894  0x000041dd setarg  0x0000340a 
+ 00017895  0x000041de store  0x00000002 , 0x000041f7 
+ 00017896  0x000041e0 setarg  0x000046b1 
+ 00017897  0x000041e1 store  0x00000002 , 0x000041f3 
+ 00017898  0x000041e3 setarg  0x00004612 
+ 00017899  0x000041e4 store  0x00000002 , 0x000041f5 
+ 00017900  0x000041e6 setarg  0x0000460c 
+ 00017901  0x000041e7 store  0x00000002 , 0x000041e9 
+ 00017902  0x000041e9 setarg  0x0000476a 
+ 00017903  0x000041ea store  0x00000002 , 0x000041f9 
+ 00017904  0x000041ec setarg  0x00004686 
+ 00017905  0x000041ed store  0x00000002 , 0x000041fd 
+ 00017906  0x000041ef setarg  0x00004729 
+ 00017907  0x000041f0 store  0x00000002 , 0x000046e7 
+ 00017908  0x000041f2 setarg  0x00004806 
+ 00017909  0x000041f3 store  0x00000002 , 0x000046e2 
+ 00017910  0x000041f4 setarg  0x00004807 
+ 00017911  0x000041f5 store  0x00000002 , 0x000046e4 
+ 00017912  0x000041f7 call  0x000057a3 
+ 00017913  0x000041f8 call  0x000047da 
+ 00017914  0x000041f9 call  0x00004788 
+ 00017915  0x000041fa call  0x0000476d 
+ 00017916  0x000041fb call  0x00006948 
+ 00017917  0x000041fc call  0x0000477a 
+ 00017918  0x000041fd call  0x00007e38 
+ 00017919  0x000041fe call  0x00007d08 
+ 00017920  0x000041ff call  0x00004793 
+ 00017921  0x00004200 call  0x000047c7 
+ 00017922  0x00004202 bpatch  0x000000f5 , 0x0000401e 
+ 00017923  0x00004203 call  0x0000464f 
+ 00017924  0x00004204 fetch  0x00000001 , 0x000046dd 
+ 00017925  0x00004205 beq  0x00000000 , 0x00004609 
+ 00017926  0x00004206 fetch  0x00000001 , 0x000046de 
+ 00017927  0x00004207 store  0x00000001 , 0x00004686 
+ 00017928  0x00004208 branch  0x0000480e 
+ 00017929  0x0000420c jam  0x000000ff , 0x00004686 
+ 00017930  0x0000420d jam  0x00000001 , 0x000046df 
+ 00017931  0x0000420e branch  0x000046d9 
+ 00017932  0x00004213 fetch  0x00000001 , 0x000046df 
+ 00017933  0x00004214 beq  0x00000002 , 0x000033d0 
+ 00017934  0x00004215 call  0x0000527e 
+ 00017935  0x00004216 fetch  0x00000001 , 0x00004256 
+ 00017936  0x00004217 nbranch  0x000033d0 , 0x00000034 
+ 00017937  0x00004218 branch  0x000033d2 
+ 00017938  0x0000421d copy  0x00000013 , 0x0000003f 
+ 00017939  0x0000421f beq  0x00000001 , 0x00004626 
+ 00017940  0x00004220 beq  0x00000002 , 0x00004629 
+ 00017941  0x00004221 beq  0x00000004 , 0x00004631 
+ 00017942  0x00004222 beq  0x00000005 , 0x00004633 
+ 00017943  0x00004223 beq  0x00000006 , 0x00004635 
+ 00017944  0x00004224 beq  0x00000007 , 0x00004638 
+ 00017945  0x00004225 beq  0x00000012 , 0x0000463c 
+ 00017946  0x00004226 beq  0x00000013 , 0x00004644 
+ 00017947  0x00004227 beq  0x00000027 , 0x00004645 
+ 00017948  0x00004228 beq  0x0000002e , 0x00004648 
+ 00017949  0x00004229 beq  0x0000003d , 0x00004649 
+ 00017950  0x0000422b beq  0x00000014 , 0x00004658 
+ 00017951  0x0000422c beq  0x00000015 , 0x0000465c 
+ 00017952  0x0000422d beq  0x0000003f , 0x0000465f 
+ 00017953  0x0000422e beq  0x00000040 , 0x00004665 
+ 00017954  0x00004230 beq  0x00000010 , 0x0000466b 
+ 00017955  0x00004231 beq  0x0000002c , 0x0000466c 
+ 00017956  0x00004232 beq  0x0000002d , 0x00004677 
+ 00017957  0x00004233 rtn 
+ 00017958  0x00004239 jam  0x00000000 , 0x000046ad 
+ 00017959  0x0000423a jam  0x00000000 , 0x000046ac 
+ 00017960  0x0000423b rtn 
+ 00017961  0x0000423f call  0x0000462b 
+ 00017962  0x00004240 branch  0x00004631 
+ 00017963  0x00004243 jam  0x00000000 , 0x000041e2 
+ 00017964  0x00004244 jam  0x00000000 , 0x00004680 
+ 00017965  0x00004245 jam  0x00000000 , 0x00004205 
+ 00017966  0x00004246 jam  0x00000000 , 0x000046ac 
+ 00017967  0x00004247 jam  0x00000000 , 0x000046ad 
+ 00017968  0x00004248 branch  0x00007e38 
+ 00017969  0x0000424c call  0x000033a9 
+ 00017970  0x0000424d branch  0x000046c2 
+ 00017971  0x00004251 call  0x000046b6 
+ 00017972  0x00004252 branch  0x00003408 
+ 00017973  0x00004256 setarg  0x00000002 
+ 00017974  0x00004257 store  0x00000001 , 0x00004680 
+ 00017975  0x00004258 rtn 
+ 00017976  0x0000425c jam  0x00000000 , 0x000046ac 
+ 00017977  0x0000425d setarg  0x00000001 
+ 00017978  0x0000425e store  0x00000001 , 0x000046ad 
+ 00017979  0x0000425f rtn 
+ 00017980  0x00004263 fetch  0x00000001 , 0x000041e2 
+ 00017981  0x00004264 rtneq  0x00000001 
+ 00017982  0x00004265 jam  0x00000001 , 0x000041e2 
+ 00017983  0x00004266 call  0x00003416 
+ 00017984  0x00004267 call  0x00003414 
+ 00017985  0x00004268 call  0x000046b6 
+ 00017986  0x00004269 call  0x00003408 
+ 00017987  0x0000426a branch  0x0000340e 
+ 00017988  0x0000426e branch  0x00004631 
+ 00017989  0x00004272 setarg  0x00000005 
+ 00017990  0x00004273 store  0x00000001 , 0x000046ac 
+ 00017991  0x00004274 rtn 
+ 00017992  0x00004278 branch  0x000033cd 
+ 00017993  0x0000427d arg  0x00000000 , 0x00000012 
+ 00017994  0x0000427e fetch  0x00000001 , 0x00004217 
+ 00017995  0x0000427f mul32  0x0000003f , 0x00000022 , 0x00000002 
+ 00017996  0x00004280 fetch  0x00000002 , 0x00004215 
+ 00017997  0x00004281 copy  0x0000003f , 0x00000011 
+ 00017998  0x00004282 branch  0x00006606 
+ 00017999  0x00004285 arg  0x00000000 , 0x00000012 
+ 00018000  0x00004286 fetch  0x00000001 , 0x0000469a 
+ 00018001  0x00004287 rtnbit0  0x00000001 
+ 00018002  0x00004288 fetch  0x00000001 , 0x00004217 
+ 00018003  0x00004289 rtn  0x00000034 
+ 00018004  0x0000428a mul32  0x0000003f , 0x00000022 , 0x00000002 
+ 00018005  0x0000428b fetch  0x00000002 , 0x00004215 
+ 00018006  0x0000428c copy  0x0000003f , 0x00000011 
+ 00018007  0x0000428d branch  0x000065df 
+ 00018008  0x00004292 call  0x000046b6 
+ 00018009  0x00004293 setarg  0x00000000 
+ 00018010  0x00004294 store  0x00000002 , 0x000046b7 
+ 00018011  0x00004295 branch  0x00003408 
+ 00018012  0x00004299 call  0x00007e38 
+ 00018013  0x0000429a jam  0x00000000 , 0x000046b0 
+ 00018014  0x0000429b branch  0x000046d9 
+ 00018015  0x0000429f call  0x00007e38 
+ 00018016  0x000042a0 jam  0x00000001 , 0x000046b0 
+ 00018017  0x000042a1 fetch  0x00000008 , 0x000046c1 
+ 00018018  0x000042a2 store  0x00000008 , 0x00004496 
+ 00018019  0x000042a3 call  0x00003416 
+ 00018020  0x000042a4 branch  0x00005abf 
+ 00018021  0x000042a8 fetch  0x00000002 , 0x00004509 
+ 00018022  0x000042a9 rtneq  0x00000000 
+ 00018023  0x000042aa fetch  0x00000008 , 0x000046c9 
+ 00018024  0x000042ab rtn  0x00000034 
+ 00018025  0x000042ac store  0x00000008 , 0x00004496 
+ 00018026  0x000042ad branch  0x00005abf 
+ 00018027  0x000042b2 branch  0x0000481f 
+ 00018028  0x000042b5 fetch  0x00000001 , 0x000046dd 
+ 00018029  0x000042b6 rtneq  0x00000000 
+ 00018030  0x000042b7 fetch  0x00000001 , 0x000046df 
+ 00018031  0x000042b8 rtnne  0x00000001 
+ 00018032  0x000042b9 call  0x00004672 
+ 00018033  0x000042ba branch  0x00003406 
+ 00018034  0x000042bd jam  0x00000001 , 0x000048df 
+ 00018035  0x000042be arg  0x0000000b , 0x00000039 
+ 00018036  0x000042bf arg  0x000048e0 , 0x00000005 
+ 00018037  0x000042c0 arg  0x000048c9 , 0x00000006 
+ 00018038  0x000042c1 branch  0x00007f01 
+ 00018039  0x000042c4 fetch  0x00000001 , 0x000046dd 
+ 00018040  0x000042c5 rtneq  0x00000000 
+ 00018041  0x000042c6 fetch  0x00000001 , 0x000046df 
+ 00018042  0x000042c7 beq  0x00000001 , 0x0000467c 
+ 00018043  0x000042c8 branch  0x0000481b 
+ 00018044  0x000042cb fetch  0x00000001 , 0x000048df 
+ 00018045  0x000042cc rtnne  0x00000001 
+ 00018046  0x000042cd jam  0x00000000 , 0x000048df 
+ 00018047  0x000042ce fetch  0x00000002 , 0x00004682 
+ 00018048  0x000042cf bbit1  0x00000000 , 0x00003408 
+ 00018049  0x000042d0 bbit1  0x00000009 , 0x00003408 
+ 00018050  0x000042d1 arg  0x0000000b , 0x00000039 
+ 00018051  0x000042d2 arg  0x000048e0 , 0x00000006 
+ 00018052  0x000042d3 arg  0x000048c9 , 0x00000005 
+ 00018053  0x000042d4 branch  0x00007f01 
+ 00018054  0x000042db call  0x0000468c 
+ 00018055  0x000042de call  0x00004693 
+ 00018056  0x000042e1 call  0x0000469e 
+ 00018057  0x000042e2 call  0x000046a6 
+ 00018058  0x000042e3 call  0x000046a9 
+ 00018059  0x000042e6 branch  0x000046ac 
+ 00018060  0x000042eb arg  0x000046db , 0x00000013 
+ 00018061  0x000042ec arg  0x0000468f , 0x00000012 
+ 00018062  0x000042ed branch  0x00003374 
+ 00018063  0x000042ef jam  0x00000002 , 0x000046df 
+ 00018064  0x000042f0 call  0x00003408 
+ 00018065  0x000042f1 call  0x000046f4 
+ 00018066  0x000042f2 branch  0x0000480b 
+ 00018067  0x000042f6 arg  0x000048ec , 0x00000013 
+ 00018068  0x000042f7 arg  0x00004696 , 0x00000012 
+ 00018069  0x000042f8 branch  0x0000336d 
+ 00018070  0x000042fb fetch  0x00000002 , 0x00004682 
+ 00018071  0x000042fc bbit1  0x00000009 , 0x0000480b 
+ 00018072  0x000042fd bbit1  0x00000000 , 0x0000480b 
+ 00018073  0x000042fe fetch  0x00000001 , 0x000048c9 
+ 00018074  0x000042ff beq  0x00000001 , 0x0000480b 
+ 00018075  0x00004300 beq  0x00000004 , 0x0000480b 
+ 00018076  0x00004301 beq  0x00000005 , 0x0000480b 
+ 00018077  0x00004302 branch  0x0000340a 
+ 00018078  0x00004307 arg  0x000046ac , 0x00000013 
+ 00018079  0x00004308 arg  0x000046a1 , 0x00000012 
+ 00018080  0x00004309 branch  0x0000336d 
+ 00018081  0x0000430c fetch  0x00000001 , 0x0000027f 
+ 00018082  0x0000430d set1  0x00000000 , 0x0000003f 
+ 00018083  0x0000430e set1  0x00000007 , 0x0000003f 
+ 00018084  0x0000430f store  0x00000001 , 0x0000027f 
+ 00018085  0x00004310 rtn 
+ 00018086  0x00004313 arg  0x00004680 , 0x00000013 
+ 00018087  0x00004314 arg  0x0000463c , 0x00000012 
+ 00018088  0x00004315 branch  0x0000336d 
+ 00018089  0x00004318 arg  0x000046ad , 0x00000013 
+ 00018090  0x00004319 arg  0x000033e9 , 0x00000012 
+ 00018091  0x0000431a branch  0x0000336d 
+ 00018092  0x00004320 fetch  0x00000001 , 0x000046df 
+ 00018093  0x00004321 rtnne  0x00000001 
+ 00018094  0x00004322 arg  0x000046b7 , 0x00000013 
+ 00018095  0x00004323 arg  0x000046c2 , 0x00000012 
+ 00018096  0x00004324 branch  0x00003374 
+ 00018097  0x00004328 call  0x0000473a 
+ 00018098  0x00004329 branch  0x00006978 
+ 00018099  0x0000432d branch  0x0000696c 
+ 00018100  0x00004330 call  0x00006835 
+ 00018101  0x00004331 branch  0x000046b3 
+ 00018102  0x00004338 fetch  0x00000001 , 0x0000469a 
+ 00018103  0x00004339 bbit1  0x00000001 , 0x000046be 
+ 00018104  0x0000433a bbit1  0x00000000 , 0x000046ba 
+ 00018105  0x0000433b rtn 
+ 00018106  0x0000433e fetch  0x00000002 , 0x000046d7 
+ 00018107  0x0000433f store  0x00000002 , 0x000046d9 
+ 00018108  0x00004340 store  0x00000002 , 0x000046db 
+ 00018109  0x00004341 branch  0x000033f8 
+ 00018110  0x00004344 fetch  0x00000002 , 0x000046d3 
+ 00018111  0x00004345 store  0x00000002 , 0x000046d9 
+ 00018112  0x00004346 store  0x00000002 , 0x000046db 
+ 00018113  0x00004347 branch  0x000033f0 
+ 00018114  0x0000434a fetch  0x00000001 , 0x000046df 
+ 00018115  0x0000434b rtnne  0x00000001 
+ 00018116  0x0000434c fetch  0x00000001 , 0x0000469a 
+ 00018117  0x0000434d bbit1  0x00000001 , 0x000046c8 
+ 00018118  0x0000434e bbit1  0x00000000 , 0x000046cc 
+ 00018119  0x0000434f rtn 
+ 00018120  0x00004352 fetch  0x00000002 , 0x000046d1 ,
+ 00018121  0x00004353 store  0x00000002 , 0x000046d9 
+ 00018122  0x00004354 store  0x00000002 , 0x000046db 
+ 00018123  0x00004355 branch  0x000033eb 
+ 00018124  0x00004358 fetch  0x00000002 , 0x00004682 
+ 00018125  0x00004359 rtnbit1  0x00000009 
+ 00018126  0x0000435a fetch  0x00000002 , 0x000046d5 
+ 00018127  0x0000435b store  0x00000002 , 0x000046d9 
+ 00018128  0x0000435c store  0x00000002 , 0x000046db 
+ 00018129  0x0000435d fetch  0x00000002 , 0x000046b3 
+ 00018130  0x0000435e call  0x000046f0 
+ 00018131  0x0000435f call  0x00003404 
+ 00018132  0x00004360 fetch  0x00000004 , 0x000046bd 
+ 00018133  0x00004361 store  0x00000004 , 0x000048cc 
+ 00018134  0x00004362 fetch  0x00000002 , 0x00004682 
+ 00018135  0x00004363 rtnbit1  0x0000000b 
+ 00018136  0x00004364 branch  0x000033fa 
+ 00018137  0x00004368 fetch  0x00000001 , 0x000046df 
+ 00018138  0x00004369 rtnne  0x00000001 
+ 00018139  0x0000436a fetch  0x00000001 , 0x0000469a 
+ 00018140  0x0000436b bbit1  0x00000001 , 0x000046df 
+ 00018141  0x0000436c bbit1  0x00000000 , 0x000046e4 
+ 00018142  0x0000436d rtn 
+ 00018143  0x00004370 call  0x000046f8 
+ 00018144  0x00004371 branch  0x000046c2 , 0x00000034 
+ 00018145  0x00004372 call  0x00003406 
+ 00018146  0x00004373 call  0x000033f0 
+ 00018147  0x00004374 branch  0x000033e1 
+ 00018148  0x00004377 fetch  0x00000002 , 0x000046b7 
+ 00018149  0x00004378 fetcht  0x00000002 , 0x000046b5 
+ 00018150  0x00004379 storet  0x00000002 , 0x000046b7 
+ 00018151  0x0000437a nrtn  0x00000034 
+ 00018152  0x0000437b fetch  0x00000002 , 0x000046b1 
+ 00018153  0x0000437c call  0x000046f0 
+ 00018154  0x0000437d call  0x00003404 
+ 00018155  0x0000437e fetch  0x00000004 , 0x000046b9 
+ 00018156  0x0000437f store  0x00000004 , 0x000048cc 
+ 00018157  0x00004380 fetch  0x00000002 , 0x00004682 
+ 00018158  0x00004381 rtnbit1  0x0000000b 
+ 00018159  0x00004382 branch  0x000033fa 
+ 00018160  0x00004386 store  0x00000002 , 0x00004154 
+ 00018161  0x00004387 increase  0xfffffffc , 0x0000003f 
+ 00018162  0x00004388 store  0x00000002 , 0x00004482 
+ 00018163  0x00004389 rtn 
+ 00018164  0x0000438d fetch  0x00000002 , 0x00004682 
+ 00018165  0x0000438e bbit1  0x00000009 , 0x00003402 
+ 00018166  0x0000438f bbit1  0x00000000 , 0x000033e9 
+ 00018167  0x00004390 branch  0x000046b6 
+ 00018168  0x00004395 fetch  0x00000001 , 0x00004217 
+ 00018169  0x00004396 copy  0x0000003f , 0x00000039 
+ 00018170  0x00004397 fetch  0x00000002 , 0x00004215 
+ 00018171  0x00004398 copy  0x0000003f , 0x00000011 
+ 00018172  0x0000439a ifetch  0x00000002 , 0x00000011 
+ 00018173  0x0000439b beq  0x00000000 , 0x00004701 
+ 00018174  0x0000439c increase  0x00000022 , 0x00000011 
+ 00018175  0x0000439d loop  0x000046fc 
+ 00018176  0x0000439e branch  0x00007ff1 
+ 00018177  0x000043a1 ifetch  0x00000006 , 0x00000006 
+ 00018178  0x000043a2 store  0x00000006 , 0x000041d0 
+ 00018179  0x000043a3 increase  0x0000000a , 0x00000006 
+ 00018180  0x000043a4 arg  0x000041be , 0x00000005 
+ 00018181  0x000043a5 call  0x00007ebf 
+ 00018182  0x000043a6 call  0x000067d7 
+ 00018183  0x000043a7 branch  0x00007fef 
+ 00018184  0x000043ae call  0x00007fe9 
+ 00018185  0x000043af fetch  0x00000002 , 0x00004682 
+ 00018186  0x000043b0 bbit1  0x00000000 , 0x0000470d 
+ 00018187  0x000043b1 bbit1  0x00000009 , 0x00004710 
+ 00018188  0x000043b2 rtn 
+ 00018189  0x000043b5 fetch  0x00000001 , 0x00004253 
+ 00018190  0x000043b6 rtnne  0x0000003f 
+ 00018191  0x000043b7 branch  0x00007fe7 
+ 00018192  0x000043ba fetch  0x00000001 , 0x000046b0 
+ 00018193  0x000043bb rtn  0x00000034 
+ 00018194  0x000043bc branch  0x00007fe7 
+ 00018195  0x000043c2 call  0x00007fe9 
+ 00018196  0x000043c3 fetch  0x00000002 , 0x00004682 
+ 00018197  0x000043c4 rtnbit1  0x00000000 
+ 00018198  0x000043c5 rtnbit1  0x00000009 
+ 00018199  0x000043c6 branch  0x00007fe7 
+ 00018200  0x000043cb fetch  0x00000001 , 0x0000469a 
+ 00018201  0x000043cc bbit1  0x00000001 , 0x0000471c 
+ 00018202  0x000043cd bbit1  0x00000000 , 0x0000471f 
+ 00018203  0x000043ce rtn 
+ 00018204  0x000043d1 fetch  0x00000001 , 0x00004093 
+ 00018205  0x000043d2 rtnne  0x00000003 
+ 00018206  0x000043d3 branch  0x000046d9 
+ 00018207  0x000043d6 branch  0x000046d9 
+ 00018208  0x000043da disable  0x0000002c 
+ 00018209  0x000043db fetch  0x00000002 , 0x000046d9 
+ 00018210  0x000043dc store  0x00000002 , 0x000046db 
+ 00018211  0x000043de call  0x00004713 
+ 00018212  0x000043df branch  0x00004718 , 0x00000028 
+ 00018213  0x000043e1 call  0x00004708 
+ 00018214  0x000043e2 nrtn  0x00000028 
+ 00018215  0x000043e3 enable  0x0000002c 
+ 00018216  0x000043e4 rtn 
+ 00018217  0x000043e9 call  0x00004720 
+ 00018218  0x000043ea nrtn  0x0000002c 
+ 00018219  0x000043eb deposit  0x00000011 
+ 00018220  0x000043ec branch  0x00004730 , 0x00000034 
+ 00018221  0x000043ee call  0x00003406 
+ 00018222  0x000043ef arg  0x000046f1 , 0x00000013 
+ 00018223  0x000043f0 branch  0x00004732 
+ 00018224  0x000043f3 call  0x00003408 
+ 00018225  0x000043f4 arg  0x00004719 , 0x00000013 
+ 00018226  0x000043f7 arg  0x00000005 , 0x0000003f 
+ 00018227  0x000043f8 imul32  0x00000007 , 0x0000003f 
+ 00018228  0x000043f9 iadd  0x00000013 , 0x00000013 
+ 00018229  0x000043fd ifetch  0x00000001 , 0x00000013 
+ 00018230  0x000043fe rtn  0x00000034 
+ 00018231  0x000043ff call  0x00004762 
+ 00018232  0x00004400 increase  0x00000001 , 0x00000013 
+ 00018233  0x00004401 branch  0x00004735 
+ 00018234  0x00004405 fetch  0x00000002 , 0x00004682 
+ 00018235  0x00004406 bbit1  0x00000009 , 0x0000473e 
+ 00018236  0x00004407 bbit1  0x00000000 , 0x0000474e 
+ 00018237  0x00004408 rtn 
+ 00018238  0x0000440b call  0x00005892 
+ 00018239  0x0000440c nrtn  0x00000034 
+ 00018240  0x0000440d call  0x00004765 
+ 00018241  0x0000440e nrtn  0x00000028 
+ 00018242  0x0000440f pincrease  0xffffffff 
+ 00018243  0x00004410 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00018244  0x00004411 arg  0x00004741 , 0x00000002 
+ 00018245  0x00004412 iadd  0x00000002 , 0x00000006 
+ 00018246  0x00004414 ifetch  0x00000001 , 0x00000006 
+ 00018247  0x00004415 copy  0x0000003f , 0x00000011 
+ 00018248  0x00004416 ifetcht  0x00000002 , 0x00000006 
+ 00018249  0x00004417 call  0x00007ea5 
+ 00018250  0x00004418 call  0x00005a64 
+ 00018251  0x00004419 copy  0x00000011 , 0x00000039 
+ 00018252  0x0000441a call  0x00007e9f 
+ 00018253  0x0000441b branch  0x00007f01 
+ 00018254  0x0000441f call  0x00005271 
+ 00018255  0x00004420 nrtn  0x00000034 
+ 00018256  0x00004421 call  0x00004765 
+ 00018257  0x00004422 nrtn  0x00000028 
+ 00018258  0x00004423 pincrease  0xffffffff 
+ 00018259  0x00004424 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00018260  0x00004425 arg  0x000047a0 , 0x00000002 
+ 00018261  0x00004426 iadd  0x00000002 , 0x00000006 
+ 00018262  0x00004427 ifetch  0x00000005 , 0x00000006 
+ 00018263  0x00004428 store  0x00000005 , 0x0000479b 
+ 00018264  0x0000442a fetch  0x00000001 , 0x0000479b 
+ 00018265  0x0000442b copy  0x0000003f , 0x00000011 
+ 00018266  0x0000442c call  0x00004d63 
+ 00018267  0x0000442d fetch  0x00000002 , 0x0000424e 
+ 00018268  0x0000442e istore  0x00000002 , 0x00000005 
+ 00018269  0x0000442f setarg  0x000000a1 
+ 00018270  0x00004430 istore  0x00000001 , 0x00000005 
+ 00018271  0x00004431 fetch  0x00000004 , 0x0000479c 
+ 00018272  0x00004432 istore  0x00000009 , 0x00000005 
+ 00018273  0x00004433 rtn 
+ 00018274  0x00004438 store  0x00000001 , 0x00000a9a 
+ 00018275  0x00004439 arg  0x00000a9a , 0x00000011 
+ 00018276  0x0000443a branch  0x00007e3d 
+ 00018277  0x0000443d arg  0x00000a9a , 0x00000011 
+ 00018278  0x0000443e call  0x00007e54 
+ 00018279  0x0000443f nrtn  0x00000028 
+ 00018280  0x00004440 fetch  0x00000001 , 0x00000a9a 
+ 00018281  0x00004441 rtn 
+ 00018282  0x00004445 fetch  0x00000002 , 0x00000478 
+ 00018283  0x00004446 beq  0x00000018 , 0x0000465f 
+ 00018284  0x00004447 rtn 
+ 00018285  0x0000444a setarg  0x00000002 
+ 00018286  0x0000444b store  0x00000001 , 0x000048eb 
+ 00018287  0x0000444d setarg  0x00200008 
+ 00018288  0x0000444e store  0x00000004 , 0x000046c1 
+ 00018289  0x0000444f setarg  0x012c0005 
+ 00018290  0x00004450 istore  0x00000004 , 0x00000005 
+ 00018291  0x00004453 jam  0x00000017 , 0x000044a6 
+ 00018292  0x00004456 setarg  0x0000001b 
+ 00018293  0x00004457 store  0x00000002 , 0x000044fa 
+ 00018294  0x00004458 call  0x00005810 
+ 00018295  0x00004459 call  0x0000582c 
+ 00018296  0x0000445a call  0x00005839 
+ 00018297  0x0000445b branch  0x00005818 
+ 00018298  0x00004460 arg  0x00000028 , 0x00000039 
+ 00018299  0x00004461 arg  0x00004741 , 0x00000005 
+ 00018300  0x00004462 arg  0x0000949f , 0x00000006 
+ 00018301  0x00004463 call  0x00007ef4 
+ 00018302  0x00004464 arg  0x00000028 , 0x00000039 
+ 00018303  0x00004465 arg  0x000047a0 , 0x00000005 
+ 00018304  0x00004466 arg  0x000094c7 , 0x00000006 
+ 00018305  0x00004467 branch  0x00007ef4 
+ 00018306  0x0000446b arg  0x0000017e , 0x00000039 
+ 00018307  0x0000446c arg  0x0000913a , 0x00000006 
+ 00018308  0x0000446d branch  0x00007ef4 
+ 00018309  0x00004471 arg  0x000001e7 , 0x00000039 
+ 00018310  0x00004472 arg  0x000092b8 , 0x00000006 
+ 00018311  0x00004473 branch  0x00007ef4 
+ 00018312  0x00004478 call  0x000047ae 
+ 00018313  0x00004479 nrtn  0x00000028 
+ 00018314  0x0000447a fetch  0x00000001 , 0x0000469f 
+ 00018315  0x0000447b call  0x00004790 
+ 00018316  0x0000447c fetch  0x00000001 , 0x000046a0 
+ 00018317  0x0000447d call  0x00004790 
+ 00018318  0x0000447e fetch  0x00000001 , 0x000046a1 
+ 00018319  0x0000447f branch  0x00004790 
+ 00018320  0x00004482 rtn  0x00000034 
+ 00018321  0x00004483 or  0x0000003f , 0x00000080 , 0x00000002 
+ 00018322  0x00004484 branch  0x000067f9 
+ 00018323  0x00004488 call  0x000047ae 
+ 00018324  0x00004489 nrtn  0x00000028 
+ 00018325  0x0000448a call  0x00004797 
+ 00018326  0x0000448b branch  0x000047b4 
+ 00018327  0x0000448e arg  0x00000000 , 0x00000011 
+ 00018328  0x0000448f fetch  0x00000001 , 0x0000469f 
+ 00018329  0x00004490 call  0x000047a9 
+ 00018330  0x00004491 nsetflag  0x00000034 , 0x00000000 , 0x00000011 
+ 00018331  0x00004492 fetch  0x00000001 , 0x000046a0 
+ 00018332  0x00004493 call  0x000047a9 
+ 00018333  0x00004494 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00018334  0x00004495 fetch  0x00000001 , 0x000046a1 
+ 00018335  0x00004496 call  0x000047a9 
+ 00018336  0x00004497 nsetflag  0x00000034 , 0x00000002 , 0x00000011 
+ 00018337  0x00004498 copy  0x00000011 , 0x0000003f 
+ 00018338  0x00004499 store  0x00000001 , 0x000046a9 
+ 00018339  0x0000449a fetch  0x00000001 , 0x0000469e 
+ 00018340  0x0000449b imul32  0x00000011 , 0x0000003f 
+ 00018341  0x0000449c fetcht  0x00000002 , 0x0000469c 
+ 00018342  0x0000449d iadd  0x00000002 , 0x0000003f 
+ 00018343  0x0000449e store  0x00000002 , 0x000046aa 
+ 00018344  0x0000449f rtn 
+ 00018345  0x000044a2 rtn  0x00000034 
+ 00018346  0x000044a3 or  0x0000003f , 0x00000080 , 0x00000002 
+ 00018347  0x000044a4 call  0x0000681d 
+ 00018348  0x000044a5 nbranch  0x00007ff1 , 0x00000001 
+ 00018349  0x000044a6 branch  0x00007fef 
+ 00018350  0x000044aa call  0x00007fe9 
+ 00018351  0x000044ab fetch  0x00000001 , 0x000046a8 
+ 00018352  0x000044ac nrtn  0x00000034 
+ 00018353  0x000044ad fetch  0x00000001 , 0x0000469b 
+ 00018354  0x000044ae rtn  0x00000034 
+ 00018355  0x000044af branch  0x00007fe7 
+ 00018356  0x000044b3 call  0x0000666a 
+ 00018357  0x000044b4 fetch  0x00000002 , 0x000046aa 
+ 00018358  0x000044b5 arg  0x00000ac2 , 0x00000011 
+ 00018359  0x000044b6 fetcht  0x00000001 , 0x0000469e 
+ 00018360  0x000044b7 call  0x000066b3 
+ 00018361  0x000044b8 call  0x0000666d 
+ 00018362  0x000044ba fetch  0x00000001 , 0x00000ac2 
+ 00018363  0x000044bb copy  0x0000003f , 0x00000039 
+ 00018364  0x000044bc store  0x00000001 , 0x000043af 
+ 00018365  0x000044bd call  0x00007ef4 
+ 00018366  0x000044be fetch  0x00000001 , 0x00000ac2 
+ 00018367  0x000044bf copy  0x0000003f , 0x00000039 
+ 00018368  0x000044c0 store  0x00000001 , 0x00004515 
+ 00018369  0x000044c1 call  0x00007ef4 
+ 00018370  0x000044c2 ifetch  0x00000001 , 0x00000006 
+ 00018371  0x000044c3 store  0x00000001 , 0x000046e6 
+ 00018372  0x000044c4 ifetch  0x00000001 , 0x00000006 
+ 00018373  0x000044c5 store  0x00000001 , 0x000046dd 
+ 00018374  0x000044c6 rtn 
+ 00018375  0x000044ca fetch  0x00000001 , 0x0000469a 
+ 00018376  0x000044cb rtnbit0  0x00000001 
+ 00018377  0x000044cc arg  0x00000003 , 0x00000002 
+ 00018378  0x000044cd fetch  0x00000002 , 0x000046a4 
+ 00018379  0x000044ce copy  0x0000003f , 0x00000012 
+ 00018380  0x000044cf arg  0x000046a6 , 0x00000011 
+ 00018381  0x000044d0 call  0x000065df 
+ 00018382  0x000044d1 fetcht  0x00000002 , 0x000046a6 
+ 00018383  0x000044d2 setarg  0x00001b3a 
+ 00018384  0x000044d3 isub  0x00000002 , 0x0000003e 
+ 00018385  0x000044d4 nrtn  0x00000005 
+ 00018386  0x000044d5 fetch  0x00000001 , 0x000046a8 
+ 00018387  0x000044d6 rtn  0x00000034 
+ 00018388  0x000044d7 copy  0x0000003f , 0x00000002 
+ 00018389  0x000044d8 fetch  0x00000002 , 0x000046a4 
+ 00018390  0x000044d9 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00018391  0x000044da arg  0x00000ac2 , 0x00000011 
+ 00018392  0x000044db call  0x000065df 
+ 00018393  0x000044dc branch  0x000047e8 
+ 00018394  0x000044df fetch  0x00000002 , 0x000046a2 
+ 00018395  0x000044e0 rtn  0x00000034 
+ 00018396  0x000044e1 call  0x0000666a 
+ 00018397  0x000044e2 arg  0x00000001 , 0x00000002 
+ 00018398  0x000044e3 arg  0x000046a8 , 0x00000011 
+ 00018399  0x000044e4 call  0x000066b3 
+ 00018400  0x000044e6 fetch  0x00000001 , 0x000046a8 
+ 00018401  0x000044e7 rtn  0x00000034 
+ 00018402  0x000044e9 fetch  0x00000002 , 0x000046a2 
+ 00018403  0x000044ea pincrease  0x00000001 
+ 00018404  0x000044eb arg  0x00000ac2 , 0x00000011 
+ 00018405  0x000044ec fetcht  0x00000001 , 0x000046a8 
+ 00018406  0x000044ed call  0x000066b3 
+ 00018407  0x000044ee call  0x0000666d 
+ 00018408  0x000044f0 call  0x000047ba 
+ 00018409  0x000044f2 ifetch  0x00000002 , 0x00000006 
+ 00018410  0x000044f3 rtn  0x00000034 
+ 00018411  0x000044f4 copy  0x0000003f , 0x00000005 
+ 00018412  0x000044f5 ifetcht  0x00000001 , 0x00000006 
+ 00018413  0x000044f6 copy  0x00000002 , 0x00000039 
+ 00018414  0x000044f7 call  0x00007f01 
+ 00018415  0x000044f8 branch  0x000047e9 
+ 00018416  0x000044fd fetch  0x00000001 , 0x0000469a 
+ 00018417  0x000044fe rtnbit0  0x00000001 
+ 00018418  0x000044ff fetch  0x00000002 , 0x000046ae 
+ 00018419  0x00004500 copy  0x0000003f , 0x00000012 
+ 00018420  0x00004501 arg  0x00000004 , 0x00000002 
+ 00018421  0x00004502 arg  0x00000ac2 , 0x00000011 
+ 00018422  0x00004503 call  0x000065df 
+ 00018423  0x00004504 fetch  0x00000001 , 0x00000ac2 
+ 00018424  0x00004505 bne  0x00000001 , 0x000047f9 
+ 00018425  0x00004507 setarg  0x00000001 
+ 00018426  0x00004508 store  0x00000001 , 0x00000ac2 
+ 00018427  0x00004509 force  0x00000003 , 0x00000039 
+ 00018428  0x0000450a call  0x0000630d 
+ 00018429  0x0000450b fetch  0x00000002 , 0x000046ae 
+ 00018430  0x0000450c copy  0x0000003f , 0x00000012 
+ 00018431  0x0000450d arg  0x00000004 , 0x00000002 
+ 00018432  0x0000450e arg  0x00000ac2 , 0x00000011 
+ 00018433  0x0000450f call  0x00006606 
+ 00018434  0x00004511 fetch  0x00000003 , 0x00000ac3 
+ 00018435  0x00004512 store  0x00000003 , 0x000040a0 
+ 00018436  0x00004513 store  0x00000003 , 0x000044a0 
+ 00018437  0x00004514 rtn 
+ 00018438  0x00004518 branch  0x000046d9 
+ 00018439  0x0000451c arg  0x00000000 , 0x00000011 
+ 00018440  0x0000451d arg  0x000048d4 , 0x00000013 
+ 00018441  0x0000451e call  0x00007d24 
+ 00018442  0x0000451f call  0x000046f4 
+ 00018443  0x00004521 fetch  0x00000001 , 0x000048eb 
+ 00018444  0x00004522 store  0x00000001 , 0x000048ec 
+ 00018445  0x00004523 rtn 
+ 00018446  0x00004528 setarg  0x00000000 
+ 00018447  0x00004529 call  0x00004816 
+ 00018448  0x0000452a jam  0x00000001 , 0x00004679 
+ 00018449  0x0000452b call  0x00007cd3 
+ 00018450  0x0000452c call  0x00007cdd 
+ 00018451  0x0000452d fetch  0x00000002 , 0x00004682 
+ 00018452  0x0000452e rtnbit1  0x0000000c 
+ 00018453  0x0000452f branch  0x0000340a 
+ 00018454  0x00004532 fetcht  0x00000002 , 0x0000423f 
+ 00018455  0x00004533 istore  0x00000001 , 0x00000002 
+ 00018456  0x00004534 ifetch  0x00000001 , 0x00000005 
+ 00018457  0x00004535 store  0x00000001 , 0x00004685 
+ 00018458  0x00004536 rtn 
+ 00018459  0x0000453a fetch  0x00000002 , 0x0000423f 
+ 00018460  0x0000453b ifetch  0x00000001 , 0x0000003f 
+ 00018461  0x0000453c rtnne  0x00000000 
+ 00018462  0x0000453d branch  0x0000340a 
+ 00018463  0x00004541 fetcht  0x00000002 , 0x0000423f 
+ 00018464  0x00004542 ifetch  0x00000001 , 0x00000002 
+ 00018465  0x00004543 beq  0x00000001 , 0x0000482a 
+ 00018466  0x00004545 setarg  0x00000001 
+ 00018467  0x00004546 fetcht  0x00000002 , 0x0000423f 
+ 00018468  0x00004547 istore  0x00000001 , 0x00000002 
+ 00018469  0x00004548 add  0x00000002 , 0x00000002 , 0x00000006 
+ 00018470  0x00004549 ifetch  0x00000001 , 0x00000006 
+ 00018471  0x0000454a istore  0x00000001 , 0x00004685 
+ 00018472  0x0000454b ifetch  0x00000002 , 0x00000006 
+ 00018473  0x0000454c branch  0x00007f9c 
+ 00018474  0x0000454f setarg  0x00000002 
+ 00018475  0x00004550 call  0x00004816 
+ 00018476  0x00004551 add  0x00000002 , 0x00000005 , 0x00000006 
+ 00018477  0x00004552 ifetch  0x00000002 , 0x00000006 
+ 00018478  0x00004553 branch  0x0000340a , 0x00000034 
+ 00018479  0x00004554 branch  0x00007f9c 
+ 00018480  0x0000455b store  0x00000006 , 0x00000101 
+ 00018481  0x0000455c fetch  0x00000001 , 0x00000101 
+ 00018482  0x0000455d store  0x00000001 , 0x0000010c 
+ 00018483  0x0000455e ifetch  0x00000001 , 0x00000006 
+ 00018484  0x0000455f store  0x00000001 , 0x0000010b 
+ 00018485  0x00004560 ifetch  0x00000001 , 0x00000006 
+ 00018486  0x00004561 store  0x00000001 , 0x0000010a 
+ 00018487  0x00004562 ifetch  0x00000001 , 0x00000006 
+ 00018488  0x00004563 store  0x00000001 , 0x00000109 
+ 00018489  0x00004564 ifetch  0x00000001 , 0x00000006 
+ 00018490  0x00004565 store  0x00000001 , 0x00000108 
+ 00018491  0x00004566 ifetch  0x00000001 , 0x00000006 
+ 00018492  0x00004567 store  0x00000001 , 0x00000107 
+ 00018493  0x00004568 fetch  0x00000006 , 0x00000107 
+ 00018494  0x00004569 rtn 
+ 00018495  0x0000456c call  0x000068a2 
+ 00018496  0x0000456d fetch  0x00000001 , 0x00004223 
+ 00018497  0x0000456e store  0x00000001 , 0x000044a0 
+ 00018498  0x0000456f fetch  0x00000001 , 0x00004225 
+ 00018499  0x00004570 istore  0x00000001 , 0x00000005 
+ 00018500  0x00004571 fetch  0x00000001 , 0x00004227 
+ 00018501  0x00004572 istore  0x00000001 , 0x00000005 
+ 00018502  0x00004573 fetch  0x00000003 , 0x000044a0 
+ 00018503  0x00004574 store  0x00000003 , 0x000040a0 
+ 00018504  0x00004575 rtn 
+ 00018505  0x00004582 fetch  0x00000002 , 0x00004203 
+ 00018506  0x00004583 iadd  0x00000012 , 0x0000003f 
+ 00018507  0x00004584 byteswap  0x0000003f , 0x0000003f 
+ 00018508  0x00004585 store  0x00000002 , 0x000001f7 
+ 00018509  0x00004586 copy  0x00000002 , 0x00000012 
+ 00018510  0x00004588 call  0x0000489b 
+ 00018511  0x00004589 setarg  0x000000a0 
+ 00018512  0x0000458a call  0x0000488d 
+ 00018513  0x0000458b fetch  0x00000001 , 0x000001f7 
+ 00018514  0x0000458c call  0x0000488d 
+ 00018515  0x0000458d bmark1  0x00000028 , 0x00004856 
+ 00018516  0x0000458e fetch  0x00000001 , 0x000001f8 
+ 00018517  0x0000458f call  0x0000488d 
+ 00018518  0x00004591 call  0x000048a1 
+ 00018519  0x00004593 call  0x0000489b 
+ 00018520  0x00004594 setarg  0x000000a1 
+ 00018521  0x00004595 call  0x0000488d 
+ 00018522  0x00004598 call  0x0000487f 
+ 00018523  0x00004599 istore  0x00000001 , 0x00000011 
+ 00018524  0x0000459a increase  0x00000001 , 0x00000011 
+ 00018525  0x0000459b increase  0xffffffff , 0x00000012 
+ 00018526  0x0000459c nbranch  0x0000485a , 0x00000005 
+ 00018527  0x0000459d branch  0x000048a1 
+ 00018528  0x000045a9 byteswap  0x00000012 , 0x0000003f 
+ 00018529  0x000045aa store  0x00000002 , 0x000001f7 
+ 00018530  0x000045ab copy  0x00000002 , 0x00000012 
+ 00018531  0x000045ad call  0x0000489b 
+ 00018532  0x000045ae setarg  0x000000a0 
+ 00018533  0x000045af call  0x0000488d 
+ 00018534  0x000045b1 fetch  0x00000001 , 0x000001f7 
+ 00018535  0x000045b2 call  0x0000488d 
+ 00018536  0x000045b3 bmark1  0x00000028 , 0x0000486b 
+ 00018537  0x000045b4 fetch  0x00000001 , 0x000001f8 
+ 00018538  0x000045b5 call  0x0000488d 
+ 00018539  0x000045b7 ifetch  0x00000001 , 0x00000011 
+ 00018540  0x000045b8 call  0x0000488d 
+ 00018541  0x000045b9 increase  0x00000001 , 0x00000011 
+ 00018542  0x000045ba increase  0xffffffff , 0x00000012 
+ 00018543  0x000045bb nbranch  0x0000486b , 0x00000005 
+ 00018544  0x000045bc branch  0x000048a1 
+ 00018545  0x000045c1 arg  0x0000000a , 0x00000039 
+ 00018546  0x000045c2 call  0x000048be 
+ 00018547  0x000045c3 call  0x000048a6 
+ 00018548  0x000045c4 call  0x000048d2 
+ 00018549  0x000045c6 call  0x000048c7 
+ 00018550  0x000045c7 branch  0x000048a9 , 0x00000034 
+ 00018551  0x000045c8 loop  0x00004875 
+ 00018552  0x000045c9 branch  0x000048a9 
+ 00018553  0x000045ce call  0x000048a9 
+ 00018554  0x000045cf call  0x000048af 
+ 00018555  0x000045d0 call  0x000048d2 
+ 00018556  0x000045d1 call  0x000048a6 
+ 00018557  0x000045d2 call  0x000048d2 
+ 00018558  0x000045d3 branch  0x000048a9 
+ 00018559  0x000045d9 arg  0x00000008 , 0x00000039 
+ 00018560  0x000045da arg  0x00000000 , 0x00000013 
+ 00018561  0x000045db call  0x000048be 
+ 00018562  0x000045dd call  0x000048a6 
+ 00018563  0x000045de call  0x000048d2 
+ 00018564  0x000045df lshift  0x00000013 , 0x00000013 
+ 00018565  0x000045e0 call  0x000048c7 
+ 00018566  0x000045e1 iadd  0x00000013 , 0x00000013 
+ 00018567  0x000045e2 call  0x000048d2 
+ 00018568  0x000045e3 call  0x000048a9 
+ 00018569  0x000045e4 loop  0x00004882 
+ 00018570  0x000045e5 call  0x00004879 
+ 00018571  0x000045e6 copy  0x00000013 , 0x0000003f 
+ 00018572  0x000045e7 rtn 
+ 00018573  0x000045ec arg  0x00000008 , 0x00000039 
+ 00018574  0x000045ed copy  0x0000003f , 0x00000013 
+ 00018575  0x000045ee call  0x000048a9 
+ 00018576  0x000045f0 isolate1  0x00000007 , 0x00000013 
+ 00018577  0x000045f1 call  0x000048ac , 0x00000001 
+ 00018578  0x000045f2 ncall  0x000048af , 0x00000001 
+ 00018579  0x000045f3 lshift  0x00000013 , 0x00000013 
+ 00018580  0x000045f4 call  0x000048d2 
+ 00018581  0x000045f5 call  0x000048a6 
+ 00018582  0x000045f6 call  0x000048d2 
+ 00018583  0x000045f7 call  0x000048a9 
+ 00018584  0x000045f8 call  0x000048d2 
+ 00018585  0x000045f9 loop  0x00004890 
+ 00018586  0x000045fa branch  0x00004871 
+ 00018587  0x000045ff call  0x000048ac 
+ 00018588  0x00004600 call  0x000048a6 
+ 00018589  0x00004601 call  0x000048d2 
+ 00018590  0x00004602 call  0x000048af 
+ 00018591  0x00004603 call  0x000048d2 
+ 00018592  0x00004604 branch  0x000048a9 
+ 00018593  0x00004609 call  0x000048af 
+ 00018594  0x0000460a call  0x000048a6 
+ 00018595  0x0000460b call  0x000048d2 
+ 00018596  0x0000460c call  0x000048ac 
+ 00018597  0x0000460d branch  0x000048d2 
+ 00018598  0x00004612 enable  0x00000028 
+ 00018599  0x00004613 fetch  0x00000001 , 0x00004ffe 
+ 00018600  0x00004614 branch  0x000048b2 
+ 00018601  0x00004618 disable  0x00000028 
+ 00018602  0x00004619 fetch  0x00000001 , 0x00004ffe 
+ 00018603  0x0000461a branch  0x000048b2 
+ 00018604  0x0000461e enable  0x00000028 
+ 00018605  0x0000461f fetch  0x00000001 , 0x00004fff 
+ 00018606  0x00004620 branch  0x000048b2 
+ 00018607  0x00004624 disable  0x00000028 
+ 00018608  0x00004625 fetch  0x00000001 , 0x00004fff 
+ 00018609  0x00004626 branch  0x000048b2 
+ 00018610  0x0000462c and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018611  0x0000462d rshift3  0x0000003f , 0x0000003f 
+ 00018612  0x0000462e arg  0x00008070 , 0x00000002 
+ 00018613  0x0000462f iadd  0x00000002 , 0x00000002 
+ 00018614  0x00004630 ifetch  0x00000001 , 0x00000002 
+ 00018615  0x00004631 qset1  0x0000003f 
+ 00018616  0x00004632 istore  0x00000001 , 0x00000002 
+ 00018617  0x00004633 increase  0x00000004 , 0x00000002 
+ 00018618  0x00004634 ifetch  0x00000001 , 0x00000002 
+ 00018619  0x00004635 qsetflag  0x00000028 , 0x0000003f 
+ 00018620  0x00004636 istore  0x00000001 , 0x00000002 
+ 00018621  0x00004637 rtn 
+ 00018622  0x0000463b fetch  0x00000001 , 0x00004fff 
+ 00018623  0x0000463c and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018624  0x0000463d rshift3  0x0000003f , 0x0000003f 
+ 00018625  0x0000463e arg  0x00008070 , 0x00000002 
+ 00018626  0x0000463f iadd  0x00000002 , 0x00000002 
+ 00018627  0x00004640 ifetch  0x00000001 , 0x00000002 
+ 00018628  0x00004641 qset0  0x0000003f 
+ 00018629  0x00004642 istore  0x00000001 , 0x00000002 
+ 00018630  0x00004643 rtn 
+ 00018631  0x00004649 nop  0x00000004 
+ 00018632  0x0000464a fetch  0x00000001 , 0x00004fff 
+ 00018633  0x0000464b and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018634  0x0000464c rshift3  0x0000003f , 0x0000003f 
+ 00018635  0x0000464d arg  0x0000811c , 0x00000002 
+ 00018636  0x0000464e iadd  0x00000002 , 0x00000002 
+ 00018637  0x0000464f setarg  0x00000000 
+ 00018638  0x00004650 ifetcht  0x00000001 , 0x00000002 
+ 00018639  0x00004651 qisolate1  0x00000002 
+ 00018640  0x00004652 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00018641  0x00004653 rtn 
+ 00018642  0x00004658 rtn 
+ 00018643  0x0000465f bpatch  0x000000f6 , 0x0000401e 
+ 00018644  0x00004660 hfetch  0x00000001 , 0x00008a26 
+ 00018645  0x00004661 isolate1  0x00000007 , 0x0000003f 
+ 00018646  0x00004662 call  0x000048ea , 0x00000001 
+ 00018647  0x00004663 call  0x0000492e 
+ 00018648  0x00004664 hfetch  0x00000001 , 0x00008a26 
+ 00018649  0x00004665 store  0x00000001 , 0x00000b22 
+ 00018650  0x00004666 hfetch  0x00000001 , 0x00008a27 
+ 00018651  0x00004667 store  0x00000001 , 0x00000b23 
+ 00018652  0x00004668 hstore  0x00000001 , 0x00008a27 
+ 00018653  0x00004669 pinvert 
+ 00018654  0x0000466a fetcht  0x00000001 , 0x00000d37 
+ 00018655  0x0000466b iand  0x00000002 , 0x0000003f 
+ 00018656  0x0000466c store  0x00000001 , 0x00000d37 
+ 00018657  0x0000466d jam  0x000000e0 , 0x00008a26 
+ 00018658  0x0000466e fetch  0x00000001 , 0x00000b23 
+ 00018659  0x0000466f compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00018660  0x00004670 call  0x00004941 , 0x00000001 
+ 00018661  0x00004671 fetch  0x00000001 , 0x00000b22 
+ 00018662  0x00004672 compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00018663  0x00004673 call  0x0000494a , 0x00000001 
+ 00018664  0x00004674 call  0x00004b61 
+ 00018665  0x00004675 branch  0x00004903 
+ 00018666  0x00004678 bpatch  0x000000f7 , 0x0000401e 
+ 00018667  0x00004679 call  0x00004919 
+ 00018668  0x0000467a jam  0x00000000 , 0x00008a00 
+ 00018669  0x0000467b nop  0x00002710 
+ 00018670  0x0000467c jam  0x000000c0 , 0x00008a10 
+ 00018671  0x0000467d hfetch  0x00000002 , 0x00008050 
+ 00018672  0x0000467e set0  0x0000000a , 0x0000003f 
+ 00018673  0x0000467f hstore  0x00000002 , 0x00008050 
+ 00018674  0x00004680 jam  0x0000003c , 0x00008a00 
+ 00018675  0x00004681 jam  0x000000ff , 0x00008a26 
+ 00018676  0x00004682 jam  0x000000ff , 0x00008a27 
+ 00018677  0x00004683 jam  0x00000000 , 0x00008a04 
+ 00018678  0x00004684 jam  0x00000002 , 0x00000c6b 
+ 00018679  0x00004685 setarg  0x00000d9d 
+ 00018680  0x00004686 arg  0x00000c6e , 0x00000005 
+ 00018681  0x00004687 isub  0x00000005 , 0x00000039 
+ 00018682  0x00004688 branch  0x00007ed4 
+ 00018683  0x0000468b fetcht  0x00000001 , 0x00000c6c 
+ 00018684  0x0000468c branch  0x000067fb 
+ 00018685  0x0000468e fetch  0x00000001 , 0x00000d45 
+ 00018686  0x0000468f rtn  0x00000034 
+ 00018687  0x00004690 fetcht  0x00000001 , 0x00000c6c 
+ 00018688  0x00004691 call  0x0000681d 
+ 00018689  0x00004692 branch  0x000048ea , 0x00000001 
+ 00018690  0x00004693 rtn 
+ 00018691  0x00004697 arg  0x00000000 , 0x00000007 
+ 00018692  0x00004698 call  0x00007f16 
+ 00018693  0x00004699 nrtn  0x00000034 
+ 00018694  0x0000469a fetch  0x00000001 , 0x00000d46 
+ 00018695  0x0000469b nrtn  0x00000034 
+ 00018696  0x0000469c fetch  0x00000001 , 0x00000d45 
+ 00018697  0x0000469d ncall  0x00004bb7 , 0x00000034 
+ 00018698  0x0000469e rtn 
+ 00018699  0x000046a1 arg  0x00000b68 , 0x00000005 
+ 00018700  0x000046a2 setsect  0x00000000 , 0x00011212 
+ 00018701  0x000046a3 setsect  0x00000001 , 0x00008000 
+ 00018702  0x000046a4 setsect  0x00000002 , 0x00000000 
+ 00018703  0x000046a5 setsect  0x00000003 , 0x00010000 
+ 00018704  0x000046a6 istore  0x00000009 , 0x00000005 
+ 00018705  0x000046a7 setsect  0x00000000 , 0x00022412 
+ 00018706  0x000046a8 setsect  0x00000001 , 0x00008604 
+ 00018707  0x000046a9 setsect  0x00000002 , 0x00001000 
+ 00018708  0x000046aa setsect  0x00000003 , 0x00000008 
+ 00018709  0x000046ab istore  0x00000009 , 0x00000005 
+ 00018710  0x000046ac setsect  0x00000000 , 0x00000001 
+ 00018711  0x000046ad istore  0x00000001 , 0x00000005 
+ 00018712  0x000046ae rtn 
+ 00018713  0x000046b1 jam  0x00000002 , 0x00000c6b 
+ 00018714  0x000046b2 setarg  0x00000000 
+ 00018715  0x000046b3 store  0x00000001 , 0x00000b67 
+ 00018716  0x000046b4 store  0x00000002 , 0x00000c65 
+ 00018717  0x000046b5 pincrease  0x00000001 
+ 00018718  0x000046b6 store  0x00000002 , 0x00000c67 
+ 00018719  0x000046b7 pincrease  0x00000001 
+ 00018720  0x000046b8 store  0x00000002 , 0x00000c69 
+ 00018721  0x000046b9 setarg  0x00008ffa 
+ 00018722  0x000046ba store  0x00000002 , 0x00000b7c 
+ 00018723  0x000046bb setarg  0x0000903a 
+ 00018724  0x000046bc store  0x00000002 , 0x00000b7e 
+ 00018725  0x000046bd arg  0x00000b80 , 0x00000005 
+ 00018726  0x000046be arg  0x000090fe , 0x00000006 
+ 00018727  0x000046bf call  0x00007eb3 
+ 00018728  0x000046c0 fetch  0x00000001 , 0x00000c6d 
+ 00018729  0x000046c1 ncall  0x0000492b , 0x00000034 
+ 00018730  0x000046c2 branch  0x0000490b 
+ 00018731  0x000046c5 store  0x00000001 , 0x00000ba2 
+ 00018732  0x000046c6 store  0x00000001 , 0x00000bbb 
+ 00018733  0x000046c7 rtn 
+ 00018734  0x000046c9 hfetch  0x00000001 , 0x00008a26 
+ 00018735  0x000046ca bbit1  0x00000006 , 0x00004931 
+ 00018736  0x000046cb rtn 
+ 00018737  0x000046ce call  0x00004936 
+ 00018738  0x000046cf call  0x00007f15 
+ 00018739  0x000046d0 setarg  0x00000280 
+ 00018740  0x000046d1 arg  0x00000000 , 0x00000007 
+ 00018741  0x000046d2 branch  0x00007f08 
+ 00018742  0x000046d5 fetch  0x00000001 , 0x00000d36 
+ 00018743  0x000046d6 bne  0x00000002 , 0x0000493b 
+ 00018744  0x000046d7 jam  0x00000000 , 0x00000d46 
+ 00018745  0x000046d8 jam  0x00000000 , 0x00000d47 
+ 00018746  0x000046d9 rtn 
+ 00018747  0x000046db fetch  0x00000001 , 0x00000d53 
+ 00018748  0x000046dc rtn  0x00000034 
+ 00018749  0x000046dd jam  0x00000000 , 0x00000d53 
+ 00018750  0x000046de jam  0x00000002 , 0x00000d36 
+ 00018751  0x000046df jam  0x00000001 , 0x00000d45 
+ 00018752  0x000046e0 rtn 
+ 00018753  0x000046e3 jam  0x00000001 , 0x00008a27 
+ 00018754  0x000046e4 branch  0x00004b37 
+ 00018755  0x000046e7 fetch  0x00000001 , 0x00000b22 
+ 00018756  0x000046e8 bbit1  0x00000004 , 0x00004955 
+ 00018757  0x000046e9 rtn 
+ 00018758  0x000046ec hfetch  0x00000001 , 0x00008a18 
+ 00018759  0x000046ed istore  0x00000001 , 0x00000005 
+ 00018760  0x000046ee loop  0x00004946 
+ 00018761  0x000046ef rtn 
+ 00018762  0x000046f2 bpatch  0x000000f8 , 0x0000401f 
+ 00018763  0x000046f3 jam  0x00000011 , 0x00008a26 
+ 00018764  0x000046f4 hfetch  0x00000001 , 0x00008a20 
+ 00018765  0x000046f5 store  0x00000001 , 0x00000b24 
+ 00018766  0x000046f6 copy  0x0000003f , 0x00000039 
+ 00018767  0x000046f7 branch  0x00004943 , 0x00000034 
+ 00018768  0x000046f8 arg  0x00000c6e , 0x00000005 
+ 00018769  0x000046f9 call  0x00004946 
+ 00018770  0x000046fa fetch  0x00000001 , 0x00000b24 
+ 00018771  0x000046fb sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00018772  0x000046fc rtn  0x00000002 
+ 00018773  0x000046fe fetch  0x00000001 , 0x00000c6e 
+ 00018774  0x000046ff and_into  0x00000080 , 0x0000003f 
+ 00018775  0x00004700 beq  0x00000080 , 0x0000495a 
+ 00018776  0x00004701 beq  0x00000000 , 0x00004962 
+ 00018777  0x00004702 branch  0x00002a8c 
+ 00018778  0x00004705 fetch  0x00000001 , 0x00000c6e 
+ 00018779  0x00004706 rshift4  0x0000003f , 0x0000003f 
+ 00018780  0x00004707 rshift  0x0000003f , 0x0000003f 
+ 00018781  0x00004708 and_into  0x00000003 , 0x0000003f 
+ 00018782  0x00004709 beq  0x00000000 , 0x0000496a 
+ 00018783  0x0000470a beq  0x00000001 , 0x00004970 
+ 00018784  0x0000470b beq  0x00000002 , 0x00004975 
+ 00018785  0x0000470c branch  0x00002a8c 
+ 00018786  0x0000470f fetch  0x00000001 , 0x00000c6e 
+ 00018787  0x00004710 rshift4  0x0000003f , 0x0000003f 
+ 00018788  0x00004711 rshift  0x0000003f , 0x0000003f 
+ 00018789  0x00004712 and_into  0x00000003 , 0x0000003f 
+ 00018790  0x00004713 beq  0x00000000 , 0x00004976 
+ 00018791  0x00004714 beq  0x00000001 , 0x0000497e 
+ 00018792  0x00004715 beq  0x00000002 , 0x00004983 
+ 00018793  0x00004716 branch  0x00002a8c 
+ 00018794  0x00004719 fetch  0x00000001 , 0x00000c6f 
+ 00018795  0x0000471a beq  0x00000008 , 0x0000498a 
+ 00018796  0x0000471b beq  0x00000006 , 0x000049a0 
+ 00018797  0x0000471c beq  0x0000000a , 0x000049ea 
+ 00018798  0x0000471d beq  0x00000000 , 0x000049fc 
+ 00018799  0x0000471e branch  0x00004984 
+ 00018800  0x00004721 fetch  0x00000001 , 0x00000c6f 
+ 00018801  0x00004722 beq  0x00000002 , 0x00004a2f 
+ 00018802  0x00004723 beq  0x00000001 , 0x00004a33 
+ 00018803  0x00004724 beq  0x00000003 , 0x00004a45 
+ 00018804  0x00004725 branch  0x00004984 
+ 00018805  0x00004728 branch  0x00004984 
+ 00018806  0x0000472b fetch  0x00000001 , 0x00000c6f 
+ 00018807  0x0000472c beq  0x00000001 , 0x00004a4f 
+ 00018808  0x0000472d beq  0x00000003 , 0x00004a79 
+ 00018809  0x0000472e beq  0x00000005 , 0x00004aa3 
+ 00018810  0x0000472f beq  0x00000009 , 0x00004abc 
+ 00018811  0x00004730 beq  0x0000000b , 0x00004ad7 
+ 00018812  0x00004731 beq  0x00000007 , 0x00004984 
+ 00018813  0x00004732 branch  0x00004984 
+ 00018814  0x00004735 fetch  0x00000001 , 0x00000c6f 
+ 00018815  0x00004736 beq  0x0000000a , 0x00004ae8 
+ 00018816  0x00004737 beq  0x00000009 , 0x00004af9 
+ 00018817  0x00004738 beq  0x0000000b , 0x00004b11 
+ 00018818  0x00004739 branch  0x00004984 
+ 00018819  0x0000473c branch  0x00004984 
+ 00018820  0x0000473f hfetch  0x00000001 , 0x00008a11 
+ 00018821  0x00004740 set1  0x00000000 , 0x0000003f 
+ 00018822  0x00004741 hstore  0x00000001 , 0x00008a11 
+ 00018823  0x00004742 branch  0x00004988 
+ 00018824  0x00004745 jam  0x00000040 , 0x00008a12 
+ 00018825  0x00004746 rtn 
+ 00018826  0x00004749 fetch  0x00000001 , 0x00000c6e 
+ 00018827  0x0000474a bne  0x00000080 , 0x00004984 
+ 00018828  0x0000474b fetch  0x00000001 , 0x00000c72 
+ 00018829  0x0000474c bne  0x00000000 , 0x00004984 
+ 00018830  0x0000474d fetch  0x00000001 , 0x00000c73 
+ 00018831  0x0000474e bne  0x00000000 , 0x00004984 
+ 00018832  0x0000474f fetch  0x00000001 , 0x00000c74 
+ 00018833  0x00004750 bne  0x00000001 , 0x00004984 
+ 00018834  0x00004751 fetch  0x00000001 , 0x00000c75 
+ 00018835  0x00004752 bne  0x00000000 , 0x00004984 
+ 00018836  0x00004753 fetch  0x00000001 , 0x00000c70 
+ 00018837  0x00004754 bne  0x00000000 , 0x00004984 
+ 00018838  0x00004755 fetch  0x00000001 , 0x00000c71 
+ 00018839  0x00004756 bne  0x00000000 , 0x00004984 
+ 00018840  0x00004757 fetch  0x00000001 , 0x00000c6b 
+ 00018841  0x00004758 beq  0x00000004 , 0x0000499c 
+ 00018842  0x00004759 beq  0x00000003 , 0x0000499e 
+ 00018843  0x0000475a branch  0x00004984 
+ 00018844  0x0000475d arg  0x00000001 , 0x00000012 
+ 00018845  0x0000475e branch  0x00004a14 
+ 00018846  0x00004761 arg  0x00000001 , 0x00000012 
+ 00018847  0x00004762 branch  0x00004a12 
+ 00018848  0x00004765 bpatch  0x000000f9 , 0x0000401f 
+ 00018849  0x00004766 set0  0x00000023 , 0x00000000 
+ 00018850  0x00004767 fetch  0x00000001 , 0x00000c71 
+ 00018851  0x00004768 beq  0x00000001 , 0x000049b6 
+ 00018852  0x00004769 beq  0x00000002 , 0x000049cf 
+ 00018853  0x0000476a beq  0x00000003 , 0x000049d2 
+ 00018854  0x0000476b beq  0x00000021 , 0x000049a9 
+ 00018855  0x0000476c beq  0x00000022 , 0x000049e0 
+ 00018856  0x0000476d branch  0x00004984 
+ 00018857  0x00004770 jam  0x00000000 , 0x00000d4b 
+ 00018858  0x00004771 fetch  0x00000001 , 0x00000c72 
+ 00018859  0x00004772 beq  0x00000000 , 0x000049ae 
+ 00018860  0x00004773 beq  0x00000001 , 0x000049b2 
+ 00018861  0x00004774 branch  0x00004984 
+ 00018862  0x00004777 arg  0x00000b93 , 0x00000011 
+ 00018863  0x00004778 ifetch  0x00000001 , 0x00000011 
+ 00018864  0x00004779 iforce  0x00000012 
+ 00018865  0x0000477a branch  0x00004b21 
+ 00018866  0x0000477d arg  0x00000bac , 0x00000011 
+ 00018867  0x0000477e ifetch  0x00000001 , 0x00000011 
+ 00018868  0x0000477f iforce  0x00000012 
+ 00018869  0x00004780 branch  0x00004b21 
+ 00018870  0x00004786 fetch  0x00000001 , 0x00000d48 
+ 00018871  0x00004787 ncall  0x000049c7 , 0x00000034 
+ 00018872  0x00004788 setarg  0x00000b68 
+ 00018873  0x00004789 fetcht  0x00000001 , 0x00000b68 
+ 00018874  0x0000478b store  0x00000002 , 0x00000d3f 
+ 00018875  0x0000478c storet  0x00000001 , 0x00000d41 
+ 00018876  0x0000478d fetch  0x00000001 , 0x00000c74 
+ 00018877  0x0000478e isub  0x00000002 , 0x0000003e 
+ 00018878  0x0000478f nbranch  0x000049c5 , 0x00000002 
+ 00018879  0x00004791 fetch  0x00000001 , 0x00000d41 
+ 00018880  0x00004793 iforce  0x00000012 
+ 00018881  0x00004794 fetch  0x00000002 , 0x00000d3f 
+ 00018882  0x00004795 add  0x0000003f , 0x00000001 , 0x0000003f 
+ 00018883  0x00004796 iforce  0x00000011 
+ 00018884  0x00004797 branch  0x00004b21 
+ 00018885  0x00004799 fetch  0x00000001 , 0x00000c74 
+ 00018886  0x0000479a branch  0x000049c0 
+ 00018887  0x0000479d hfetch  0x00000001 , 0x00008a04 
+ 00018888  0x0000479e ncall  0x000049cb , 0x00000034 
+ 00018889  0x0000479f jam  0x00000000 , 0x00000d48 
+ 00018890  0x000047a0 rtn 
+ 00018891  0x000047a2 hfetch  0x00000001 , 0x00008a04 
+ 00018892  0x000047a3 set1  0x00000007 , 0x0000003f 
+ 00018893  0x000047a4 hstore  0x00000001 , 0x00008a04 
+ 00018894  0x000047a5 rtn 
+ 00018895  0x000047a8 setarg  0x00000b80 
+ 00018896  0x000047a9 fetcht  0x00000001 , 0x00000b80 
+ 00018897  0x000047aa branch  0x000049ba 
+ 00018898  0x000047ad fetch  0x00000001 , 0x00000c70 
+ 00018899  0x000047ae sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00018900  0x000047af nbranch  0x00004984 , 0x00000002 
+ 00018901  0x000047b0 fetch  0x00000001 , 0x00000c70 
+ 00018902  0x000047b1 arg  0x00000be4 , 0x00000011 
+ 00018903  0x000047b2 beq  0x00000000 , 0x00004b1e 
+ 00018904  0x000047b3 set1  0x00000023 , 0x00000000 
+ 00018905  0x000047b4 arg  0x00000be9 , 0x00000011 
+ 00018906  0x000047b5 beq  0x00000001 , 0x00004b1e 
+ 00018907  0x000047b6 arg  0x00000c07 , 0x00000011 
+ 00018908  0x000047b7 beq  0x00000002 , 0x00004b1e 
+ 00018909  0x000047b8 arg  0x00000c47 , 0x00000011 
+ 00018910  0x000047b9 beq  0x00000003 , 0x00004b1e 
+ 00018911  0x000047ba rtn 
+ 00018912  0x000047bd fetch  0x00000002 , 0x00000c72 
+ 00018913  0x000047be beq  0x00000001 , 0x000049e5 
+ 00018914  0x000047bf fetch  0x00000002 , 0x00000b7c 
+ 00018915  0x000047c0 copy  0x0000003f , 0x00000011 
+ 00018916  0x000047c2 branch  0x00004b1e 
+ 00018917  0x000047c4 jam  0x00000001 , 0x00000d45 
+ 00018918  0x000047c5 jam  0x00000001 , 0x00000d36 
+ 00018919  0x000047c6 fetch  0x00000002 , 0x00000b7e 
+ 00018920  0x000047c7 copy  0x0000003f , 0x00000011 
+ 00018921  0x000047c9 branch  0x00004b1e 
+ 00018922  0x000047cd fetch  0x00000001 , 0x00000c6b 
+ 00018923  0x000047ce bne  0x00000004 , 0x00004984 
+ 00018924  0x000047cf fetch  0x00000001 , 0x00000c6e 
+ 00018925  0x000047d0 bne  0x00000081 , 0x00004984 
+ 00018926  0x000047d1 fetch  0x00000001 , 0x00000c70 
+ 00018927  0x000047d2 bne  0x00000000 , 0x00004984 
+ 00018928  0x000047d3 fetch  0x00000001 , 0x00000c71 
+ 00018929  0x000047d4 bne  0x00000000 , 0x00004984 
+ 00018930  0x000047d5 fetch  0x00000001 , 0x00000c74 
+ 00018931  0x000047d6 bne  0x00000001 , 0x00004984 
+ 00018932  0x000047d7 fetch  0x00000001 , 0x00000c75 
+ 00018933  0x000047d8 bne  0x00000000 , 0x00004984 
+ 00018934  0x000047d9 fetch  0x00000001 , 0x00000c72 
+ 00018935  0x000047da bne  0x00000000 , 0x00004984 
+ 00018936  0x000047db fetch  0x00000001 , 0x00000c73 
+ 00018937  0x000047dc bne  0x00000000 , 0x00004984 
+ 00018938  0x000047dd arg  0x00000001 , 0x00000012 
+ 00018939  0x000047de branch  0x00004a12 
+ 00018940  0x000047e2 fetch  0x00000001 , 0x00000c6b 
+ 00018941  0x000047e3 beq  0x00000002 , 0x00004984 
+ 00018942  0x000047e4 fetch  0x00000001 , 0x00000c70 
+ 00018943  0x000047e5 bne  0x00000000 , 0x00004984 
+ 00018944  0x000047e6 fetch  0x00000001 , 0x00000c71 
+ 00018945  0x000047e7 bne  0x00000000 , 0x00004984 
+ 00018946  0x000047e8 fetch  0x00000001 , 0x00000c74 
+ 00018947  0x000047e9 bne  0x00000002 , 0x00004984 
+ 00018948  0x000047ea fetch  0x00000001 , 0x00000c75 
+ 00018949  0x000047eb bne  0x00000000 , 0x00004984 
+ 00018950  0x000047ec fetch  0x00000001 , 0x00000c73 
+ 00018951  0x000047ed bne  0x00000000 , 0x00004984 
+ 00018952  0x000047ee fetch  0x00000001 , 0x00000c6e 
+ 00018953  0x000047ef beq  0x00000080 , 0x00004a0d 
+ 00018954  0x000047f0 beq  0x00000081 , 0x00004a18 
+ 00018955  0x000047f1 beq  0x00000082 , 0x00004a1c 
+ 00018956  0x000047f2 branch  0x00004984 
+ 00018957  0x000047f5 fetch  0x00000001 , 0x00000c72 
+ 00018958  0x000047f6 bne  0x00000000 , 0x00004984 
+ 00018959  0x000047f7 arg  0x00000002 , 0x00000012 
+ 00018960  0x000047f8 fetch  0x00000001 , 0x00000d39 
+ 00018961  0x000047f9 beq  0x00000001 , 0x00004a16 
+ 00018962  0x000047fc arg  0x00000c65 , 0x00000011 
+ 00018963  0x000047fd branch  0x00004b21 
+ 00018964  0x000047ff arg  0x00000c67 , 0x00000011 
+ 00018965  0x00004800 branch  0x00004b21 
+ 00018966  0x00004802 arg  0x00000c69 , 0x00000011 
+ 00018967  0x00004803 branch  0x00004b21 
+ 00018968  0x00004806 fetch  0x00000001 , 0x00000c6b 
+ 00018969  0x00004807 bne  0x00000004 , 0x00004984 
+ 00018970  0x00004808 arg  0x00000002 , 0x00000012 
+ 00018971  0x00004809 branch  0x00004a12 
+ 00018972  0x0000480c fetch  0x00000001 , 0x00000c6b 
+ 00018973  0x0000480d bne  0x00000004 , 0x00004984 
+ 00018974  0x0000480e fetch  0x00000001 , 0x00000c72 
+ 00018975  0x0000480f beq  0x00000081 , 0x00004a29 
+ 00018976  0x00004810 beq  0x00000082 , 0x00004a2b 
+ 00018977  0x00004811 beq  0x00000083 , 0x00004a2d 
+ 00018978  0x00004812 and_into  0x0000007f , 0x0000003f 
+ 00018979  0x00004813 beq  0x00000000 , 0x00004a25 
+ 00018980  0x00004814 branch  0x00004984 
+ 00018981  0x00004817 fetch  0x00000001 , 0x00000d3b 
+ 00018982  0x00004819 arg  0x00000002 , 0x00000012 
+ 00018983  0x0000481a beq  0x00000001 , 0x00004a14 
+ 00018984  0x0000481b branch  0x00004a12 
+ 00018985  0x0000481d fetch  0x00000001 , 0x00000d3c 
+ 00018986  0x0000481e branch  0x00004a26 
+ 00018987  0x00004820 fetch  0x00000001 , 0x00000d3d 
+ 00018988  0x00004821 branch  0x00004a26 
+ 00018989  0x00004823 fetch  0x00000001 , 0x00000d3e 
+ 00018990  0x00004824 branch  0x00004a26 
+ 00018991  0x00004827 jam  0x00000001 , 0x00000d4c 
+ 00018992  0x00004828 arg  0x00000d4d , 0x00000011 
+ 00018993  0x00004829 arg  0x00000001 , 0x00000012 
+ 00018994  0x0000482a branch  0x00004b21 
+ 00018995  0x0000482d fetch  0x00000002 , 0x00000c70 
+ 00018996  0x0000482e arg  0x000001ba , 0x00000002 
+ 00018997  0x0000482f isub  0x00000002 , 0x0000003e 
+ 00018998  0x00004830 nbranch  0x00004984 , 0x00000005 
+ 00018999  0x00004831 set0  0x00000023 , 0x00000000 
+ 00019000  0x00004833 fetch  0x00000001 , 0x00000d42 
+ 00019001  0x00004834 nbranch  0x00004a42 , 0x00000034 
+ 00019002  0x00004835 jam  0x00000000 , 0x00000cf6 
+ 00019003  0x00004837 fetch  0x00000001 , 0x00000c74 
+ 00019004  0x00004838 iforce  0x00000012 
+ 00019005  0x00004839 arg  0x00000cf6 , 0x00000011 
+ 00019006  0x0000483a call  0x00004b21 
+ 00019007  0x0000483c arg  0x00000cf6 , 0x00000005 
+ 00019008  0x0000483d arg  0x00000008 , 0x00000039 
+ 00019009  0x0000483e branch  0x00007ec6 
+ 00019010  0x00004840 jam  0x00000000 , 0x00000d42 
+ 00019011  0x00004841 jam  0x00000001 , 0x00000cf6 
+ 00019012  0x00004842 branch  0x00004a3b 
+ 00019013  0x00004845 fetch  0x00000001 , 0x00000c74 
+ 00019014  0x00004846 bne  0x00000001 , 0x00004984 
+ 00019015  0x00004847 jam  0x00000001 , 0x00000d4b 
+ 00019016  0x00004848 arg  0x00000001 , 0x00000012 
+ 00019017  0x00004849 fetch  0x00000001 , 0x00000d49 
+ 00019018  0x0000484a beq  0x00000000 , 0x00004a4d 
+ 00019019  0x0000484b beq  0x00000001 , 0x00004a4e 
+ 00019020  0x0000484c branch  0x00004a12 
+ 00019021  0x0000484e branch  0x00004a14 
+ 00019022  0x00004850 branch  0x00004a12 
+ 00019023  0x00004856 fetch  0x00000001 , 0x00000c6b 
+ 00019024  0x00004857 bne  0x00000004 , 0x00004984 
+ 00019025  0x00004858 fetch  0x00000001 , 0x00000c74 
+ 00019026  0x00004859 bne  0x00000000 , 0x00004984 
+ 00019027  0x0000485a fetch  0x00000001 , 0x00000c75 
+ 00019028  0x0000485b bne  0x00000000 , 0x00004984 
+ 00019029  0x0000485c fetch  0x00000001 , 0x00000c71 
+ 00019030  0x0000485d bne  0x00000000 , 0x00004984 
+ 00019031  0x0000485e fetch  0x00000001 , 0x00000c73 
+ 00019032  0x0000485f bne  0x00000000 , 0x00004984 
+ 00019033  0x00004860 fetch  0x00000001 , 0x00000c6e 
+ 00019034  0x00004861 beq  0x00000000 , 0x00004a5e 
+ 00019035  0x00004862 beq  0x00000001 , 0x00004a66 
+ 00019036  0x00004863 beq  0x00000002 , 0x00004a67 
+ 00019037  0x00004864 branch  0x00004984 
+ 00019038  0x00004867 fetch  0x00000001 , 0x00000c70 
+ 00019039  0x00004868 bne  0x00000001 , 0x00004984 
+ 00019040  0x00004869 hfetch  0x00000001 , 0x00008a00 
+ 00019041  0x0000486a set0  0x00000007 , 0x0000003f 
+ 00019042  0x0000486b hstore  0x00000001 , 0x00008a00 
+ 00019043  0x0000486c jam  0x00000000 , 0x00000d39 
+ 00019044  0x0000486d jam  0x00000001 , 0x00000d3a 
+ 00019045  0x0000486e branch  0x00004988 
+ 00019046  0x00004871 branch  0x00004984 
+ 00019047  0x00004874 fetch  0x00000001 , 0x00000c70 
+ 00019048  0x00004875 bne  0x00000000 , 0x00004984 
+ 00019049  0x00004876 fetch  0x00000001 , 0x00000c72 
+ 00019050  0x00004877 beq  0x00000081 , 0x00004a72 
+ 00019051  0x00004878 beq  0x00000082 , 0x00004a75 
+ 00019052  0x00004879 beq  0x00000083 , 0x00004a77 
+ 00019053  0x0000487a and_into  0x0000007f , 0x0000003f 
+ 00019054  0x0000487b beq  0x00000000 , 0x00004a70 
+ 00019055  0x0000487c branch  0x00004984 
+ 00019056  0x0000487f jam  0x00000000 , 0x00000d3b 
+ 00019057  0x00004880 branch  0x00004988 
+ 00019058  0x00004882 jam  0x00000000 , 0x00000d3c 
+ 00019059  0x00004884 jam  0x00000001 , 0x00000d53 
+ 00019060  0x00004885 branch  0x00004988 
+ 00019061  0x00004887 jam  0x00000000 , 0x00000d3d 
+ 00019062  0x00004888 branch  0x00004a73 
+ 00019063  0x0000488a jam  0x00000000 , 0x00000d3e 
+ 00019064  0x0000488b branch  0x00004a73 
+ 00019065  0x0000488f fetch  0x00000001 , 0x00000c74 
+ 00019066  0x00004890 bne  0x00000000 , 0x00004984 
+ 00019067  0x00004891 fetch  0x00000001 , 0x00000c75 
+ 00019068  0x00004892 bne  0x00000000 , 0x00004984 
+ 00019069  0x00004893 fetch  0x00000001 , 0x00000c6e 
+ 00019070  0x00004894 beq  0x00000000 , 0x00004a82 
+ 00019071  0x00004895 beq  0x00000001 , 0x00004a8f 
+ 00019072  0x00004896 beq  0x00000002 , 0x00004a90 
+ 00019073  0x00004897 branch  0x00004984 
+ 00019074  0x0000489a fetch  0x00000001 , 0x00000c70 
+ 00019075  0x0000489b bne  0x00000001 , 0x00004984 
+ 00019076  0x0000489c hfetch  0x00000001 , 0x00008a00 
+ 00019077  0x0000489d set1  0x00000007 , 0x0000003f 
+ 00019078  0x0000489e hstore  0x00000001 , 0x00008a00 
+ 00019079  0x0000489f jam  0x00000001 , 0x00000d39 
+ 00019080  0x000048a0 jam  0x00000003 , 0x00000d36 
+ 00019081  0x000048a1 jam  0x00000000 , 0x00000d43 
+ 00019082  0x000048a2 call  0x00004988 
+ 00019083  0x000048a4 call  0x00007f15 
+ 00019084  0x000048a5 setarg  0x00001388 
+ 00019085  0x000048a6 arg  0x0000000f , 0x00000007 
+ 00019086  0x000048a7 branch  0x00007f08 
+ 00019087  0x000048aa branch  0x00004984 
+ 00019088  0x000048ad fetch  0x00000001 , 0x00000c70 
+ 00019089  0x000048ae bne  0x00000000 , 0x00004984 
+ 00019090  0x000048af fetch  0x00000001 , 0x00000c71 
+ 00019091  0x000048b0 bne  0x00000000 , 0x00004984 
+ 00019092  0x000048b1 fetch  0x00000001 , 0x00000c72 
+ 00019093  0x000048b2 beq  0x00000081 , 0x00004a9d 
+ 00019094  0x000048b3 beq  0x00000082 , 0x00004a9f 
+ 00019095  0x000048b4 beq  0x00000083 , 0x00004aa1 
+ 00019096  0x000048b5 and_into  0x0000007f , 0x0000003f 
+ 00019097  0x000048b6 beq  0x00000000 , 0x00004a9b 
+ 00019098  0x000048b7 branch  0x00004984 
+ 00019099  0x000048ba jam  0x00000001 , 0x00000d3b 
+ 00019100  0x000048bb branch  0x00004988 
+ 00019101  0x000048bd jam  0x00000001 , 0x00000d3c 
+ 00019102  0x000048be branch  0x00004988 
+ 00019103  0x000048c0 jam  0x00000001 , 0x00000d3d 
+ 00019104  0x000048c1 branch  0x00004988 
+ 00019105  0x000048c3 jam  0x00000001 , 0x00000d3e 
+ 00019106  0x000048c4 branch  0x00004988 
+ 00019107  0x000048c8 fetch  0x00000001 , 0x00000c6e 
+ 00019108  0x000048c9 bne  0x00000000 , 0x00004984 
+ 00019109  0x000048ca fetch  0x00000001 , 0x00000c72 
+ 00019110  0x000048cb bne  0x00000000 , 0x00004984 
+ 00019111  0x000048cc fetch  0x00000001 , 0x00000c73 
+ 00019112  0x000048cd bne  0x00000000 , 0x00004984 
+ 00019113  0x000048ce fetch  0x00000001 , 0x00000c74 
+ 00019114  0x000048cf bne  0x00000000 , 0x00004984 
+ 00019115  0x000048d0 fetch  0x00000001 , 0x00000c75 
+ 00019116  0x000048d1 bne  0x00000000 , 0x00004984 
+ 00019117  0x000048d2 fetch  0x00000001 , 0x00000c71 
+ 00019118  0x000048d3 bne  0x00000000 , 0x00004984 
+ 00019119  0x000048d4 fetch  0x00000001 , 0x00000c70 
+ 00019120  0x000048d5 and_into  0x00000080 , 0x0000003f 
+ 00019121  0x000048d6 bne  0x00000000 , 0x00004984 
+ 00019122  0x000048d7 fetch  0x00000001 , 0x00000c70 
+ 00019123  0x000048d8 bne  0x00000000 , 0x00004aba 
+ 00019124  0x000048da jam  0x00000002 , 0x00000c6b 
+ 00019125  0x000048dc fetch  0x00000001 , 0x00000c70 
+ 00019126  0x000048dd hstore  0x00000001 , 0x00008a04 
+ 00019127  0x000048de call  0x00004988 
+ 00019128  0x000048df jam  0x00000001 , 0x00000d48 
+ 00019129  0x000048e0 rtn 
+ 00019130  0x000048e2 jam  0x00000003 , 0x00000c6b 
+ 00019131  0x000048e3 branch  0x00004ab5 
+ 00019132  0x000048e7 fetch  0x00000001 , 0x00000c6b 
+ 00019133  0x000048e8 beq  0x00000002 , 0x00004984 
+ 00019134  0x000048e9 fetch  0x00000001 , 0x00000c6e 
+ 00019135  0x000048ea bne  0x00000000 , 0x00004984 
+ 00019136  0x000048eb fetch  0x00000001 , 0x00000c72 
+ 00019137  0x000048ec bne  0x00000000 , 0x00004984 
+ 00019138  0x000048ed fetch  0x00000001 , 0x00000c73 
+ 00019139  0x000048ee bne  0x00000000 , 0x00004984 
+ 00019140  0x000048ef fetch  0x00000001 , 0x00000c74 
+ 00019141  0x000048f0 bne  0x00000000 , 0x00004984 
+ 00019142  0x000048f1 fetch  0x00000001 , 0x00000c75 
+ 00019143  0x000048f2 bne  0x00000000 , 0x00004984 
+ 00019144  0x000048f3 fetch  0x00000001 , 0x00000c71 
+ 00019145  0x000048f4 bne  0x00000000 , 0x00004984 
+ 00019146  0x000048f5 fetch  0x00000001 , 0x00000c70 
+ 00019147  0x000048f6 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019148  0x000048f7 nbranch  0x00004984 , 0x00000002 
+ 00019149  0x000048f8 fetch  0x00000001 , 0x00000c6b 
+ 00019150  0x000048f9 beq  0x00000003 , 0x00004ad1 
+ 00019151  0x000048fa beq  0x00000004 , 0x00004ad1 
+ 00019152  0x000048fb branch  0x00004984 
+ 00019153  0x000048ff fetch  0x00000001 , 0x00000c70 
+ 00019154  0x00004900 beq  0x00000000 , 0x00004ad5 
+ 00019155  0x00004901 jam  0x00000004 , 0x00000c6b 
+ 00019156  0x00004902 branch  0x00004988 
+ 00019157  0x00004904 jam  0x00000003 , 0x00000c6b 
+ 00019158  0x00004905 branch  0x00004988 
+ 00019159  0x00004909 fetch  0x00000001 , 0x00000c6b 
+ 00019160  0x0000490a bne  0x00000004 , 0x00004984 
+ 00019161  0x0000490b fetch  0x00000001 , 0x00000c6e 
+ 00019162  0x0000490c bne  0x00000001 , 0x00004984 
+ 00019163  0x0000490d fetch  0x00000001 , 0x00000c70 
+ 00019164  0x0000490e bne  0x00000000 , 0x00004984 
+ 00019165  0x0000490f fetch  0x00000001 , 0x00000c71 
+ 00019166  0x00004910 bne  0x00000000 , 0x00004984 
+ 00019167  0x00004911 fetch  0x00000001 , 0x00000c74 
+ 00019168  0x00004912 bne  0x00000000 , 0x00004984 
+ 00019169  0x00004913 fetch  0x00000001 , 0x00000c75 
+ 00019170  0x00004914 bne  0x00000000 , 0x00004984 
+ 00019171  0x00004915 fetch  0x00000001 , 0x00000c72 
+ 00019172  0x00004916 bne  0x00000000 , 0x00004984 
+ 00019173  0x00004917 fetch  0x00000001 , 0x00000c73 
+ 00019174  0x00004918 bne  0x00000000 , 0x00004984 
+ 00019175  0x00004919 branch  0x00004988 
+ 00019176  0x0000491d jam  0x00000001 , 0x00000d4c 
+ 00019177  0x0000491e fetch  0x00000001 , 0x00000c71 
+ 00019178  0x0000491f store  0x00000001 , 0x00000d4d 
+ 00019179  0x00004920 fetch  0x00000001 , 0x00000c72 
+ 00019180  0x00004921 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019181  0x00004922 call  0x00004af5 , 0x00000005 
+ 00019182  0x00004923 fetch  0x00000001 , 0x00000d36 
+ 00019183  0x00004924 bne  0x00000004 , 0x00004988 
+ 00019184  0x00004925 jam  0x00000002 , 0x00000d36 
+ 00019185  0x00004926 call  0x00004988 
+ 00019186  0x00004927 nop  0x00007530 
+ 00019187  0x00004928 nop  0x00007530 
+ 00019188  0x00004929 rtn 
+ 00019189  0x0000492b jam  0x00000001 , 0x00000d45 
+ 00019190  0x0000492c jam  0x00000000 , 0x00000d3a 
+ 00019191  0x0000492d jam  0x00000004 , 0x00000d36 
+ 00019192  0x0000492e rtn 
+ 00019193  0x00004932 jam  0x00000001 , 0x00000d50 
+ 00019194  0x00004933 call  0x00004b03 
+ 00019195  0x00004934 fetch  0x00000002 , 0x00000c70 
+ 00019196  0x00004935 store  0x00000002 , 0x00000d4e 
+ 00019197  0x00004936 fetch  0x00000001 , 0x00000c74 
+ 00019198  0x00004937 iforce  0x00000039 
+ 00019199  0x00004938 arg  0x00000c76 , 0x00000006 
+ 00019200  0x00004939 arg  0x00000cb6 , 0x00000005 
+ 00019201  0x0000493a call  0x00007f01 
+ 00019202  0x0000493b branch  0x00004988 
+ 00019203  0x0000493e fetch  0x00000002 , 0x00000c70 
+ 00019204  0x0000493f arg  0x00000200 , 0x00000002 
+ 00019205  0x00004940 isub  0x00000002 , 0x0000003e 
+ 00019206  0x00004941 nrtn  0x00000005 
+ 00019207  0x00004942 fetch  0x00000002 , 0x00000c72 
+ 00019208  0x00004943 arg  0x00000000 , 0x00000002 
+ 00019209  0x00004944 isub  0x00000002 , 0x0000003e 
+ 00019210  0x00004945 nrtn  0x00000005 
+ 00019211  0x00004946 fetch  0x00000002 , 0x00000c74 
+ 00019212  0x00004947 arg  0x00000001 , 0x00000002 
+ 00019213  0x00004948 isub  0x00000002 , 0x0000003e 
+ 00019214  0x00004949 nrtn  0x00000005 
+ 00019215  0x0000494a jam  0x00000001 , 0x00000d43 
+ 00019216  0x0000494b rtn 
+ 00019217  0x0000494f fetch  0x00000001 , 0x00000c74 
+ 00019218  0x00004950 bne  0x00000000 , 0x00004984 
+ 00019219  0x00004951 fetch  0x00000001 , 0x00000c70 
+ 00019220  0x00004952 beq  0x00000000 , 0x00004b17 
+ 00019221  0x00004953 beq  0x00000001 , 0x00004b1a 
+ 00019222  0x00004954 branch  0x00004984 
+ 00019223  0x00004956 jam  0x00000000 , 0x00000d4a 
+ 00019224  0x00004957 jam  0x00000001 , 0x00000d49 
+ 00019225  0x00004958 branch  0x00004988 
+ 00019226  0x0000495a jam  0x00000001 , 0x00000d44 
+ 00019227  0x0000495b jam  0x00000001 , 0x00000d4a 
+ 00019228  0x0000495c jam  0x00000000 , 0x00000d49 
+ 00019229  0x0000495d branch  0x00004988 
+ 00019230  0x00004961 ifetch  0x00000001 , 0x00000011 
+ 00019231  0x00004962 iforce  0x00000012 
+ 00019232  0x00004963 increase  0x00000001 , 0x00000011 
+ 00019233  0x00004966 bpatch  0x000000fa , 0x0000401f 
+ 00019234  0x00004967 bmark0  0x00000023 , 0x00004b2c 
+ 00019235  0x00004968 add  0x00000012 , 0x00000001 , 0x0000003f 
+ 00019236  0x00004969 lshift  0x0000003f , 0x0000003f 
+ 00019237  0x0000496a hstore  0x00000001 , 0x00008a18 
+ 00019238  0x0000496b jam  0x00000003 , 0x00008a18 
+ 00019239  0x0000496c fetch  0x00000001 , 0x00000c74 
+ 00019240  0x0000496d increase  0xfffffffe , 0x0000003f 
+ 00019241  0x0000496e rshift  0x0000003f , 0x0000003f 
+ 00019242  0x0000496f store  0x00000001 , 0x00000c74 
+ 00019243  0x00004970 beq  0x00000000 , 0x00004b35 
+ 00019244  0x00004972 fetch  0x00000002 , 0x00000c74 
+ 00019245  0x00004973 isub  0x00000012 , 0x0000003e 
+ 00019246  0x00004974 branch  0x00004b30 , 0x00000002 
+ 00019247  0x00004975 copy  0x0000003f , 0x00000012 
+ 00019248  0x00004977 deposit  0x00000011 
+ 00019249  0x00004978 store  0x00000002 , 0x00000b65 
+ 00019250  0x00004979 deposit  0x00000012 
+ 00019251  0x0000497a store  0x00000001 , 0x00000b67 
+ 00019252  0x0000497b branch  0x00004b37 
+ 00019253  0x0000497e arg  0x00000000 , 0x00000007 
+ 00019254  0x0000497f branch  0x00004b57 
+ 00019255  0x00004983 bpatch  0x000000fb , 0x0000401f 
+ 00019256  0x00004984 fetch  0x00000001 , 0x00000b67 
+ 00019257  0x00004985 rtn  0x00000034 
+ 00019258  0x00004986 copy  0x0000003f , 0x00000039 
+ 00019259  0x00004987 sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00019260  0x00004988 branch  0x00004b3e , 0x00000002 
+ 00019261  0x00004989 arg  0x00000040 , 0x00000039 
+ 00019262  0x0000498b fetch  0x00000001 , 0x00000b67 
+ 00019263  0x0000498c isub  0x00000039 , 0x0000003f 
+ 00019264  0x0000498d store  0x00000001 , 0x00000b67 
+ 00019265  0x0000498e fetch  0x00000002 , 0x00000b65 
+ 00019266  0x0000498f copy  0x0000003f , 0x00000006 
+ 00019267  0x00004991 ifetch  0x00000001 , 0x00000006 
+ 00019268  0x00004992 hstore  0x00000001 , 0x00008a18 
+ 00019269  0x00004993 bmark0  0x00000023 , 0x00004b47 
+ 00019270  0x00004994 jam  0x00000000 , 0x00008a18 
+ 00019271  0x00004996 loop  0x00004b43 
+ 00019272  0x00004997 copy  0x00000006 , 0x0000003f 
+ 00019273  0x00004998 store  0x00000002 , 0x00000b65 
+ 00019274  0x00004999 arg  0x00000000 , 0x00000007 
+ 00019275  0x0000499a call  0x00004b57 
+ 00019276  0x0000499b fetch  0x00000001 , 0x00000b67 
+ 00019277  0x0000499c nrtn  0x00000034 
+ 00019278  0x0000499d fetch  0x00000001 , 0x00000d36 
+ 00019279  0x0000499e rtnne  0x00000001 
+ 00019280  0x0000499f jam  0x00000002 , 0x00000d36 
+ 00019281  0x000049a0 rtn 
+ 00019282  0x000049a4 arg  0x00008a19 , 0x00000011 
+ 00019283  0x000049a5 arg  0x00000001 , 0x00000007 
+ 00019284  0x000049a7 ifetch  0x00000001 , 0x00000006 
+ 00019285  0x000049a8 istore  0x00000001 , 0x00000011 
+ 00019286  0x000049a9 loop  0x00004b54 
+ 00019287  0x000049ab setarg  0x00000000 
+ 00019288  0x000049ac qset1  0x0000003f 
+ 00019289  0x000049ad hstore  0x00000001 , 0x00008a10 
+ 00019290  0x000049ae fetcht  0x00000001 , 0x00000d37 
+ 00019291  0x000049af ior  0x00000002 , 0x0000003f 
+ 00019292  0x000049b0 store  0x00000001 , 0x00000d37 
+ 00019293  0x000049b1 rtn 
+ 00019294  0x000049b4 arg  0x00000002 , 0x00000007 
+ 00019295  0x000049b5 arg  0x00008a1a , 0x00000011 
+ 00019296  0x000049b6 branch  0x00004b54 
+ 00019297  0x000049b9 bpatch  0x000000fc , 0x0000401f 
+ 00019298  0x000049ba fetch  0x00000001 , 0x00000d38 
+ 00019299  0x000049bb rtn  0x00000034 
+ 00019300  0x000049bc fetch  0x00000001 , 0x00000d37 
+ 00019301  0x000049bd nbranch  0x00004bac , 0x00000034 
+ 00019302  0x000049be fetch  0x00000001 , 0x00000d45 
+ 00019303  0x000049bf branch  0x00004b86 , 0x00000034 
+ 00019304  0x000049c0 fetch  0x00000001 , 0x00000d36 
+ 00019305  0x000049c1 beq  0x00000003 , 0x00004bbf 
+ 00019306  0x000049c2 bne  0x00000002 , 0x00004b86 
+ 00019307  0x000049c3 fetch  0x00000001 , 0x00000d3a 
+ 00019308  0x000049c4 nbranch  0x00004b86 , 0x00000034 
+ 00019309  0x000049c5 call  0x00004b6f 
+ 00019310  0x000049c6 branch  0x00004b7a 
+ 00019311  0x000049c9 fetch  0x00000001 , 0x00000d38 
+ 00019312  0x000049ca rtnbit0  0x00000001 
+ 00019313  0x000049cb fetch  0x00000001 , 0x00000d37 
+ 00019314  0x000049cc rtnbit1  0x00000001 
+ 00019315  0x000049cd fetch  0x00000001 , 0x00000d38 
+ 00019316  0x000049ce set0  0x00000001 , 0x0000003f 
+ 00019317  0x000049cf store  0x00000001 , 0x00000d38 
+ 00019318  0x000049d0 fetch  0x00000001 , 0x00000d51 
+ 00019319  0x000049d1 rtn  0x00000034 
+ 00019320  0x000049d2 beq  0x00000010 , 0x00004ba8 
+ 00019321  0x000049d3 branch  0x00002a8c 
+ 00019322  0x000049d6 fetch  0x00000001 , 0x00000d38 
+ 00019323  0x000049d7 rtnbit0  0x00000002 
+ 00019324  0x000049d8 fetch  0x00000001 , 0x00000d37 
+ 00019325  0x000049d9 rtnbit1  0x00000002 
+ 00019326  0x000049da fetch  0x00000001 , 0x00000d38 
+ 00019327  0x000049db set0  0x00000002 , 0x0000003f 
+ 00019328  0x000049dc store  0x00000001 , 0x00000d38 
+ 00019329  0x000049dd fetch  0x00000001 , 0x00000d52 
+ 00019330  0x000049de rtn  0x00000034 
+ 00019331  0x000049df beq  0x00000020 , 0x00004b89 
+ 00019332  0x000049e0 beq  0x00000021 , 0x00004ba4 
+ 00019333  0x000049e1 branch  0x00002a8c 
+ 00019334  0x000049e5 arg  0x00000d54 , 0x00000005 
+ 00019335  0x000049e6 arg  0x00000006 , 0x00000039 
+ 00019336  0x000049e7 branch  0x00007ec6 
+ 00019337  0x000049ea fetch  0x00000001 , 0x00000d4c 
+ 00019338  0x000049eb fetcht  0x00000001 , 0x00000d4b 
+ 00019339  0x000049ec iand  0x00000002 , 0x0000003f 
+ 00019340  0x000049ed branch  0x00004ba0 , 0x00000034 
+ 00019341  0x000049ee fetcht  0x00000001 , 0x00000d4a 
+ 00019342  0x000049ef iadd  0x00000002 , 0x0000003f 
+ 00019343  0x000049f0 beq  0x00000001 , 0x00004b91 
+ 00019344  0x000049f1 branch  0x00004ba0 
+ 00019345  0x000049f4 jam  0x00000000 , 0x00000d52 
+ 00019346  0x000049f6 fetch  0x00000001 , 0x00000d55 
+ 00019347  0x000049f7 beq  0x00000002 , 0x00004ba1 
+ 00019348  0x000049f8 beq  0x00000003 , 0x00004ba1 
+ 00019349  0x000049f9 fetch  0x00000001 , 0x00000d55 
+ 00019350  0x000049fa store  0x00000001 , 0x00000d54 
+ 00019351  0x000049fb fetch  0x00000001 , 0x00000d56 
+ 00019352  0x000049fc istore  0x00000001 , 0x00000005 
+ 00019353  0x000049fd fetch  0x00000001 , 0x00000d58 
+ 00019354  0x000049fe istore  0x00000001 , 0x00000005 
+ 00019355  0x000049ff fetch  0x00000001 , 0x00000d5a 
+ 00019356  0x00004a00 istore  0x00000001 , 0x00000005 
+ 00019357  0x00004a01 arg  0x00000004 , 0x00000039 
+ 00019358  0x00004a02 arg  0x00000d54 , 0x00000006 
+ 00019359  0x00004a03 branch  0x00004b5e 
+ 00019360  0x00004a06 jam  0x00000000 , 0x00000d52 
+ 00019361  0x00004a08 arg  0x00000008 , 0x00000039 
+ 00019362  0x00004a09 arg  0x00000d54 , 0x00000006 
+ 00019363  0x00004a0a branch  0x00004b5e 
+ 00019364  0x00004a0d jam  0x00000000 , 0x00000d52 
+ 00019365  0x00004a0e arg  0x00000003 , 0x00000039 
+ 00019366  0x00004a0f arg  0x00000d74 , 0x00000006 
+ 00019367  0x00004a10 branch  0x00004b5e 
+ 00019368  0x00004a13 jam  0x00000000 , 0x00000d51 
+ 00019369  0x00004a14 arg  0x00000008 , 0x00000039 
+ 00019370  0x00004a15 arg  0x00000d64 , 0x00000006 
+ 00019371  0x00004a16 branch  0x00004b52 
+ 00019372  0x00004a19 fetch  0x00000001 , 0x00000d36 
+ 00019373  0x00004a1a beq  0x00000003 , 0x00004bb0 
+ 00019374  0x00004a1b beq  0x00000002 , 0x00004bb2 
+ 00019375  0x00004a1c rtn 
+ 00019376  0x00004a1e jam  0x00000000 , 0x00000d37 
+ 00019377  0x00004a1f rtn 
+ 00019378  0x00004a21 hfetch  0x00000001 , 0x00008a00 
+ 00019379  0x00004a22 set1  0x00000007 , 0x0000003f 
+ 00019380  0x00004a23 hstore  0x00000001 , 0x00008a00 
+ 00019381  0x00004a24 jam  0x00000001 , 0x00000d47 
+ 00019382  0x00004a25 rtn 
+ 00019383  0x00004a28 fetch  0x00000001 , 0x00000d36 
+ 00019384  0x00004a29 rtneq  0x00000003 
+ 00019385  0x00004a2a beq  0x00000002 , 0x00004bbb 
+ 00019386  0x00004a2b rtn 
+ 00019387  0x00004a2d fetch  0x00000001 , 0x00000d47 
+ 00019388  0x00004a2e rtn  0x00000034 
+ 00019389  0x00004a2f jam  0x00000001 , 0x00000d46 
+ 00019390  0x00004a30 branch  0x00004bc2 
+ 00019391  0x00004a33 arg  0x0000000f , 0x00000007 
+ 00019392  0x00004a34 call  0x00007f16 
+ 00019393  0x00004a35 nrtn  0x00000034 
+ 00019394  0x00004a37 hfetch  0x00000001 , 0x00008a00 
+ 00019395  0x00004a38 rtnbit0  0x00000007 
+ 00019396  0x00004a39 jam  0x000000fc , 0x00008a00 
+ 00019397  0x00004a3a nop  0x00007530 
+ 00019398  0x00004a3b jam  0x0000003c , 0x00008a00 
+ 00019399  0x00004a3c rtn 
+ 00019400  0x00004a44 bpatch  0x000000fd , 0x0000401f 
+ 00019401  0x00004a45 fetch  0x00000001 , 0x000041ce 
+ 00019402  0x00004a46 nrtn  0x00000034 
+ 00019403  0x00004a48 call  0x00004bce 
+ 00019404  0x00004a49 ncall  0x00004be6 , 0x00000028 
+ 00019405  0x00004a4a rtn 
+ 00019406  0x00004a4d bpatch  0x000000fe , 0x0000401f 
+ 00019407  0x00004a4e copy  0x00000003 , 0x00000011 
+ 00019408  0x00004a4f arg  0x00000004 , 0x00000002 
+ 00019409  0x00004a50 ifetch  0x00000001 , 0x00000003 
+ 00019410  0x00004a51 beq  0x00000001 , 0x00004bd8 
+ 00019411  0x00004a52 increase  0x00000001 , 0x00000002 
+ 00019412  0x00004a53 beq  0x00000002 , 0x00004bd8 
+ 00019413  0x00004a54 copy  0x00000003 , 0x0000003f 
+ 00019414  0x00004a55 hstore  0x00000002 , 0x00008058 
+ 00019415  0x00004a56 rtn 
+ 00019416  0x00004a58 hfetch  0x00000002 , 0x00008112 
+ 00019417  0x00004a59 isub  0x00000002 , 0x0000003e 
+ 00019418  0x00004a5a nbranch  0x00004bd8 , 0x00000002 
+ 00019419  0x00004a5c disable  0x00000028 
+ 00019420  0x00004a5d copy  0x00000011 , 0x00000003 
+ 00019421  0x00004a5e call  0x00004bee 
+ 00019422  0x00004a5f iadd  0x00000002 , 0x00000002 
+ 00019423  0x00004a61 hfetch  0x00000002 , 0x00008112 
+ 00019424  0x00004a62 isub  0x00000002 , 0x0000003e 
+ 00019425  0x00004a63 nbranch  0x00004bdf , 0x00000002 
+ 00019426  0x00004a64 copy  0x00000011 , 0x00000003 
+ 00019427  0x00004a65 ifetch  0x00000001 , 0x00000003 
+ 00019428  0x00004a66 beq  0x00000001 , 0x00004c3f 
+ 00019429  0x00004a67 branch  0x00002a8c 
+ 00019430  0x00004a6a bpatch  0x000000ff , 0x0000401f 
+ 00019431  0x00004a6b hfetch  0x00000002 , 0x00008058 
+ 00019432  0x00004a6c iforce  0x00000003 
+ 00019433  0x00004a6d call  0x00004bee 
+ 00019434  0x00004a6e iadd  0x00000003 , 0x00000003 
+ 00019435  0x00004a6f deposit  0x00000003 
+ 00019436  0x00004a70 hstore  0x00000002 , 0x00008058 
+ 00019437  0x00004a71 rtn 
+ 00019438  0x00004a77 ifetch  0x00000001 , 0x00000003 
+ 00019439  0x00004a78 increase  0x00000002 , 0x00000003 
+ 00019440  0x00004a79 beq  0x00000002 , 0x00004bf3 
+ 00019441  0x00004a7a ifetch  0x00000001 , 0x00000003 
+ 00019442  0x00004a7b rtn 
+ 00019443  0x00004a7d ifetch  0x00000002 , 0x00000003 
+ 00019444  0x00004a7e rtn 
+ 00019445  0x00004a81 hfetch  0x00000002 , 0x0000805e 
+ 00019446  0x00004a82 increase  0xfffffffb , 0x0000000a 
+ 00019447  0x00004a83 iadd  0x0000000a , 0x0000000a 
+ 00019448  0x00004a84 rtn 
+ 00019449  0x00004a87 arg  0x00000004 , 0x00000002 
+ 00019450  0x00004a88 branch  0x00004bfc 
+ 00019451  0x00004a8a arg  0x00000002 , 0x00000002 
+ 00019452  0x00004a8c bpatchx  0x00000000 , 0x00004020 
+ 00019453  0x00004a8d increase  0x00000001 , 0x00000039 
+ 00019454  0x00004a8e hfetch  0x00000002 , 0x0000805e 
+ 00019455  0x00004a8f copy  0x0000003f , 0x0000000a 
+ 00019456  0x00004a90 copy  0x00000039 , 0x0000003f 
+ 00019457  0x00004a91 istoret  0x00000001 , 0x0000000a 
+ 00019458  0x00004a92 increase  0xffffffff , 0x0000003f 
+ 00019459  0x00004a93 iadd  0x0000000a , 0x0000000a 
+ 00019460  0x00004a94 copy  0x0000000a , 0x0000003f 
+ 00019461  0x00004a95 store  0x00000002 , 0x00000258 
+ 00019462  0x00004a96 copy  0x00000002 , 0x0000003f 
+ 00019463  0x00004a97 rtneq  0x00000002 
+ 00019464  0x00004a98 fetch  0x00000002 , 0x00000258 
+ 00019465  0x00004a99 hstore  0x00000002 , 0x0000805e 
+ 00019466  0x00004a9a branch  0x00004c0b 
+ 00019467  0x00004a9e setarg  0x00000000 
+ 00019468  0x00004a9f store  0x00000002 , 0x00000258 
+ 00019469  0x00004aa0 rtn 
+ 00019470  0x00004aa8 rtn  0x0000002b 
+ 00019471  0x00004aa9 setarg  0x00004d28 
+ 00019472  0x00004aaa store  0x00000002 , 0x000041f3 
+ 00019473  0x00004aac setarg  0x000001a0 
+ 00019474  0x00004aad store  0x00000002 , 0x00004243 
+ 00019475  0x00004aaf setarg  0x00001800 
+ 00019476  0x00004ab0 hstore  0x00000002 , 0x00008054 
+ 00019477  0x00004ab1 setarg  0x00001bff 
+ 00019478  0x00004ab2 hstore  0x00000002 , 0x00008056 
+ 00019479  0x00004ab3 setarg  0x00001c00 
+ 00019480  0x00004ab4 hstore  0x00000002 , 0x0000805a 
+ 00019481  0x00004ab5 call  0x00004c28 
+ 00019482  0x00004ab7 jam  0x00000000 , 0x00008062 
+ 00019483  0x00004ab8 setarg  0x00001c00 
+ 00019484  0x00004ab9 hstore  0x00000002 , 0x0000805e 
+ 00019485  0x00004aba hstore  0x00000002 , 0x00008060 
+ 00019486  0x00004abb setarg  0x00001800 
+ 00019487  0x00004abc hstore  0x00000002 , 0x00008058 
+ 00019488  0x00004abd store  0x00000002 , 0x00000244 
+ 00019489  0x00004abf hfetch  0x00000002 , 0x00008050 
+ 00019490  0x00004ac0 set0  0x0000000f , 0x0000003f 
+ 00019491  0x00004ac1 hstore  0x00000002 , 0x00008050 
+ 00019492  0x00004ac2 call  0x000066ce 
+ 00019493  0x00004ac3 jam  0x00000001 , 0x00008043 
+ 00019494  0x00004ac4 jam  0x00000081 , 0x00008062 
+ 00019495  0x00004ac5 rtn 
+ 00019496  0x00004ac8 setarg  0x00001fff 
+ 00019497  0x00004ac9 hstore  0x00000002 , 0x0000805c 
+ 00019498  0x00004aca hfetch  0x00000001 , 0x00008081 
+ 00019499  0x00004acb or_into  0x00000007 , 0x0000003f 
+ 00019500  0x00004acc hstore  0x00000001 , 0x00008081 
+ 00019501  0x00004acd rtn 
+ 00019502  0x00004ad1 bpatchx  0x00000001 , 0x00004020 
+ 00019503  0x00004ad2 hfetch  0x00000001 , 0x0000810c 
+ 00019504  0x00004ad3 iforce  0x00000012 
+ 00019505  0x00004ad4 bbit0  0x00000003 , 0x00004c37 
+ 00019506  0x00004ad5 hfetch  0x00000002 , 0x00008112 
+ 00019507  0x00004ad6 iforce  0x00000013 
+ 00019508  0x00004ad7 arg  0x0000044f , 0x00000002 
+ 00019509  0x00004ad8 isub  0x00000002 , 0x0000003e 
+ 00019510  0x00004ad9 nrtn  0x00000005 
+ 00019511  0x00004adb hfetch  0x00000002 , 0x00008058 
+ 00019512  0x00004adc iforce  0x00000003 
+ 00019513  0x00004add branch  0x00004bc8 
+ 00019514  0x00004ae0 hfetcht  0x00000001 , 0x0000810c 
+ 00019515  0x00004ae1 isolate1  0x00000006 , 0x00000002 
+ 00019516  0x00004ae2 branch  0x00004c3a , 0x00000001 
+ 00019517  0x00004ae3 hstore  0x00000001 , 0x00008015 
+ 00019518  0x00004ae4 rtn 
+ 00019519  0x00004ae7 bpatchx  0x00000002 , 0x00004020 
+ 00019520  0x00004ae8 fetch  0x00000001 , 0x000041ce 
+ 00019521  0x00004ae9 branch  0x00004c44 , 0x00000034 
+ 00019522  0x00004aea enable  0x00000028 
+ 00019523  0x00004aeb rtn 
+ 00019524  0x00004aed ifetch  0x00000002 , 0x00000003 
+ 00019525  0x00004aee iforce  0x00000030 
+ 00019526  0x00004aef iforce  0x00000007 
+ 00019527  0x00004af0 ifetch  0x00000001 , 0x00000003 
+ 00019528  0x00004af1 iforce  0x00000002 
+ 00019529  0x00004af2 rshift2  0x00000030 , 0x0000003f 
+ 00019530  0x00004af3 rshift8  0x0000003f , 0x0000003f 
+ 00019531  0x00004af4 beq  0x0000003f , 0x00004c4d 
+ 00019532  0x00004af5 rtn 
+ 00019533  0x00004af9 bpatchx  0x00000003 , 0x00004020 
+ 00019534  0x00004afa deposit  0x00000007 
+ 00019535  0x00004afb beq  0x00000000 , 0x00004cdc 
+ 00019536  0x00004afc beq  0x00000001 , 0x00004c66 
+ 00019537  0x00004afd beq  0x00000002 , 0x00004c6b 
+ 00019538  0x00004afe beq  0x00000003 , 0x00004c7a 
+ 00019539  0x00004aff beq  0x00000004 , 0x00004cb3 
+ 00019540  0x00004b00 beq  0x00000005 , 0x00004cdc 
+ 00019541  0x00004b01 beq  0x00000006 , 0x00004cc6 
+ 00019542  0x00004b02 beq  0x00000007 , 0x00004c5c 
+ 00019543  0x00004b04 beq  0x00000010 , 0x00004cc9 
+ 00019544  0x00004b05 beq  0x00000011 , 0x00004cd1 
+ 00019545  0x00004b06 beq  0x00000012 , 0x00004ca5 
+ 00019546  0x00004b07 beq  0x00000013 , 0x00004c85 
+ 00019547  0x00004b08 branch  0x00004cdc 
+ 00019548  0x00004b0b call  0x00004cdc 
+ 00019549  0x00004b0c call  0x00007f9e 
+ 00019550  0x00004b0d call  0x0000688c 
+ 00019551  0x00004b0f call  0x000033d2 
+ 00019552  0x00004b10 call  0x000033d9 
+ 00019553  0x00004b11 branch  0x0000688f 
+ 00019554  0x00004b14 jam  0x00000000 , 0x00004245 
+ 00019555  0x00004b15 call  0x000033d0 
+ 00019556  0x00004b16 call  0x00004c13 
+ 00019557  0x00004b17 branch  0x000033db 
+ 00019558  0x00004b1a call  0x00004cf2 
+ 00019559  0x00004b1b hfetch  0x00000002 , 0x00008000 
+ 00019560  0x00004b1c istore  0x00000002 , 0x0000000a 
+ 00019561  0x00004b1d force  0x00000006 , 0x00000039 
+ 00019562  0x00004b1e branch  0x00004cdd 
+ 00019563  0x00004b21 ifetch  0x00000002 , 0x00000003 
+ 00019564  0x00004b22 store  0x00000002 , 0x00004243 
+ 00019565  0x00004b23 hstore  0x00000002 , 0x00008052 
+ 00019566  0x00004b24 rtn 
+ 00019567  0x00004b29 ifetch  0x00000001 , 0x00000003 
+ 00019568  0x00004b2a copy  0x0000003f , 0x00000002 
+ 00019569  0x00004b2b hstore  0x00000001 , 0x00008024 
+ 00019570  0x00004b2c ifetch  0x00000001 , 0x00000003 
+ 00019571  0x00004b2d iadd  0x00000002 , 0x00000002 
+ 00019572  0x00004b2e set1  0x00000007 , 0x0000003f 
+ 00019573  0x00004b2f hstore  0x00000001 , 0x00008023 
+ 00019574  0x00004b30 ifetch  0x00000001 , 0x00000003 
+ 00019575  0x00004b31 iadd  0x00000002 , 0x00000002 
+ 00019576  0x00004b32 copy  0x0000003f , 0x00000039 
+ 00019577  0x00004b33 rtn 
+ 00019578  0x00004b36 bmark1  0x0000002b , 0x00004cc4 
+ 00019579  0x00004b37 call  0x00004c6f 
+ 00019580  0x00004b39 ifetch  0x00000001 , 0x00000003 
+ 00019581  0x00004b3a hstore  0x00000001 , 0x00008025 
+ 00019582  0x00004b3b iadd  0x00000002 , 0x00000002 
+ 00019583  0x00004b3c loop  0x00004c7c 
+ 00019584  0x00004b3e and  0x00000002 , 0x000000ff , 0x00000002 
+ 00019585  0x00004b3f ifetch  0x00000001 , 0x00000003 
+ 00019586  0x00004b40 isub  0x00000002 , 0x0000003e 
+ 00019587  0x00004b41 nbranch  0x00004cc4 , 0x00000005 
+ 00019588  0x00004b42 branch  0x00004cdc 
+ 00019589  0x00004b46 bmark0  0x0000002b , 0x00004cc4 
+ 00019590  0x00004b47 call  0x00004c6f 
+ 00019591  0x00004b48 store  0x00000008 , 0x00000a9a 
+ 00019592  0x00004b4a call  0x00007422 
+ 00019593  0x00004b4b arg  0x00000010 , 0x00000039 
+ 00019594  0x00004b4c arg  0x00000ac2 , 0x00000005 
+ 00019595  0x00004b4d call  0x00004ca0 
+ 00019596  0x00004b4e storet  0x00000008 , 0x00000aa2 
+ 00019597  0x00004b4f arg  0x00000ad2 , 0x00000005 
+ 00019598  0x00004b50 call  0x00007497 
+ 00019599  0x00004b51 arg  0x00000ad2 , 0x00000011 
+ 00019600  0x00004b52 arg  0x00000ac2 , 0x00000012 
+ 00019601  0x00004b53 arg  0x00000ae2 , 0x00000005 
+ 00019602  0x00004b54 call  0x00007352 
+ 00019603  0x00004b55 arg  0x00000010 , 0x00000039 
+ 00019604  0x00004b56 arg  0x00000ae2 , 0x00000006 
+ 00019605  0x00004b57 call  0x00004c9c 
+ 00019606  0x00004b58 fetcht  0x00000008 , 0x00000aa2 
+ 00019607  0x00004b59 fetch  0x00000008 , 0x00000a9a 
+ 00019608  0x00004b5a increase  0xfffffff0 , 0x0000003f 
+ 00019609  0x00004b5b store  0x00000008 , 0x00000a9a 
+ 00019610  0x00004b5c nbranch  0x00004c88 , 0x00000034 
+ 00019611  0x00004b5d branch  0x00004c80 
+ 00019612  0x00004b60 ifetch  0x00000001 , 0x00000006 
+ 00019613  0x00004b61 hstore  0x00000001 , 0x00008025 
+ 00019614  0x00004b62 loop  0x00004c9c 
+ 00019615  0x00004b63 rtn 
+ 00019616  0x00004b66 ifetch  0x00000001 , 0x00000003 
+ 00019617  0x00004b67 istore  0x00000001 , 0x00000005 
+ 00019618  0x00004b68 iadd  0x00000002 , 0x00000002 
+ 00019619  0x00004b69 loop  0x00004ca0 
+ 00019620  0x00004b6a rtn 
+ 00019621  0x00004b6d bmark0  0x0000002b , 0x00004cc4 
+ 00019622  0x00004b6e arg  0x00000000 , 0x00000002 
+ 00019623  0x00004b6f arg  0x00000010 , 0x00000039 
+ 00019624  0x00004b70 arg  0x00000ac2 , 0x00000005 
+ 00019625  0x00004b71 call  0x00004ca0 
+ 00019626  0x00004b72 hfetch  0x00000001 , 0x00008085 
+ 00019627  0x00004b73 and_into  0x000000fd , 0x0000003f 
+ 00019628  0x00004b74 hstore  0x00000001 , 0x00008085 
+ 00019629  0x00004b75 arg  0x00000ac2 , 0x00000006 
+ 00019630  0x00004b76 arg  0x00000010 , 0x00000039 
+ 00019631  0x00004b77 call  0x00007478 
+ 00019632  0x00004b78 call  0x00007428 
+ 00019633  0x00004b79 call  0x00007491 
+ 00019634  0x00004b7a branch  0x00004c80 
+ 00019635  0x00004b7e arg  0x00000020 , 0x00000039 
+ 00019636  0x00004b7f arg  0x00004000 , 0x00000005 
+ 00019637  0x00004b80 arg  0x00000000 , 0x00000002 
+ 00019638  0x00004b82 ifetch  0x00000001 , 0x00000003 
+ 00019639  0x00004b83 istore  0x00000001 , 0x00000005 
+ 00019640  0x00004b84 iadd  0x00000002 , 0x00000002 
+ 00019641  0x00004b85 loop  0x00004cb6 
+ 00019642  0x00004b86 and  0x00000002 , 0x000000ff , 0x00000002 
+ 00019643  0x00004b87 ifetch  0x00000001 , 0x00000003 
+ 00019644  0x00004b88 isub  0x00000002 , 0x0000003e 
+ 00019645  0x00004b89 nbranch  0x00004cc4 , 0x00000005 
+ 00019646  0x00004b8a jam  0x00000000 , 0x00008023 
+ 00019647  0x00004b8b call  0x00004cdc 
+ 00019648  0x00004b8c call  0x00004be6 
+ 00019649  0x00004b8d call  0x000064a3 
+ 00019650  0x00004b8e call  0x00007f9e 
+ 00019651  0x00004b8f branch  0x00002001 
+ 00019652  0x00004b92 jam  0x00000000 , 0x00008023 
+ 00019653  0x00004b93 branch  0x00002000 
+ 00019654  0x00004b96 ifetch  0x00000006 , 0x00000003 
+ 00019655  0x00004b97 store  0x00000006 , 0x000040a0 
+ 00019656  0x00004b98 branch  0x00004cdc 
+ 00019657  0x00004b9c ifetch  0x00000001 , 0x00000003 
+ 00019658  0x00004b9d store  0x00000001 , 0x0000025a 
+ 00019659  0x00004b9e copy  0x0000003f , 0x00000039 
+ 00019660  0x00004b9f ifetch  0x00000002 , 0x00000003 
+ 00019661  0x00004ba0 store  0x00000002 , 0x0000025b 
+ 00019662  0x00004ba1 copy  0x0000003f , 0x00000005 
+ 00019663  0x00004ba2 call  0x000066fd 
+ 00019664  0x00004ba3 branch  0x00004cdc 
+ 00019665  0x00004ba7 ifetch  0x00000001 , 0x00000003 
+ 00019666  0x00004ba8 store  0x00000001 , 0x0000025a 
+ 00019667  0x00004ba9 copy  0x0000003f , 0x00000039 
+ 00019668  0x00004baa ifetch  0x00000002 , 0x00000003 
+ 00019669  0x00004bab store  0x00000002 , 0x0000025b 
+ 00019670  0x00004bac arg  0x00001000 , 0x00000005 
+ 00019671  0x00004bad call  0x000066fd 
+ 00019672  0x00004bae fetcht  0x00000001 , 0x0000025a 
+ 00019673  0x00004baf arg  0x00001000 , 0x00000011 
+ 00019674  0x00004bb0 fetch  0x00000002 , 0x0000025b 
+ 00019675  0x00004bb1 branch  0x00006608 
+ 00019676  0x00004bb7 force  0x00000004 , 0x00000039 
+ 00019677  0x00004bb9 call  0x00004cf4 
+ 00019678  0x00004bba force  0x00000001 , 0x0000003f 
+ 00019679  0x00004bbb istore  0x00000001 , 0x0000000a 
+ 00019680  0x00004bbc deposit  0x00000030 
+ 00019681  0x00004bbd istore  0x00000003 , 0x0000000a 
+ 00019682  0x00004bbe force  0x0000000e , 0x00000007 
+ 00019683  0x00004bc0 bpatchx  0x00000004 , 0x00004020 
+ 00019684  0x00004bc1 call  0x00004cf6 
+ 00019685  0x00004bc2 deposit  0x00000007 
+ 00019686  0x00004bc3 istore  0x00000001 , 0x0000000a 
+ 00019687  0x00004bc4 deposit  0x00000039 
+ 00019688  0x00004bc5 istore  0x00000001 , 0x0000000a 
+ 00019689  0x00004bc7 force  0x00000005 , 0x00000007 
+ 00019690  0x00004bc8 increase  0x00000002 , 0x00000039 
+ 00019691  0x00004bca branch  0x00004bf9 
+ 00019692  0x00004bcd force  0x000000ff , 0x00000007 
+ 00019693  0x00004bce call  0x00004cf4 
+ 00019694  0x00004bcf setarg  0x00000001 
+ 00019695  0x00004bd0 istore  0x00000001 , 0x0000000a 
+ 00019696  0x00004bd1 force  0x00000001 , 0x00000039 
+ 00019697  0x00004bd2 branch  0x00004ce3 
+ 00019698  0x00004bd5 force  0x0000000c , 0x0000000a 
+ 00019699  0x00004bd6 branch  0x00004cf7 
+ 00019700  0x00004bd9 force  0x00000008 , 0x0000000a 
+ 00019701  0x00004bda branch  0x00004cf7 
+ 00019702  0x00004bdd force  0x00000006 , 0x0000000a 
+ 00019703  0x00004bdf branch  0x00004bf5 
+ 00019704  0x00004be4 pulse  0x0000000f 
+ 00019705  0x00004be5 enable  0x00000009 
+ 00019706  0x00004be7 ifetch  0x00000001 , 0x0000000a 
+ 00019707  0x00004be8 inject  0x00000000 , 0x00000008 
+ 00019708  0x00004be9 loop  0x00004cfa 
+ 00019709  0x00004bea enable  0x00000008 
+ 00019710  0x00004beb inject  0x00000000 , 0x00000010 
+ 00019711  0x00004bec disable  0x00000008 
+ 00019712  0x00004bed disable  0x00000009 
+ 00019713  0x00004bee disable  0x0000000f 
+ 00019714  0x00004bef byteswap  0x0000003f , 0x0000003f 
+ 00019715  0x00004bf0 rtn 
+ 00019716  0x00004bf5 jam  0x00000000 , 0x000041ce 
+ 00019717  0x00004bf6 rtn 
+ 00019718  0x00004bf8 fetch  0x00000006 , 0x000041d0 
+ 00019719  0x00004bf9 fetcht  0x00000006 , 0x00000040 
+ 00019720  0x00004bfa isub  0x00000002 , 0x0000003e 
+ 00019721  0x00004bfb rtn 
+ 00019722  0x00004c01 fetch  0x00000001 , 0x0000004b 
+ 00019723  0x00004c02 bbit1  0x00000002 , 0x00004d0f 
+ 00019724  0x00004c03 call  0x000062ef 
+ 00019725  0x00004c04 jam  0x00000008 , 0x0000007c 
+ 00019726  0x00004c05 branch  0x00004d04 
+ 00019727  0x00004c07 set0  0x00000002 , 0x0000003f 
+ 00019728  0x00004c08 store  0x00000001 , 0x0000004b 
+ 00019729  0x00004c09 call  0x00006001 
+ 00019730  0x00004c0a setarg  0x00000000 
+ 00019731  0x00004c0b setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00019732  0x00004c0c store  0x00000001 , 0x0000007f 
+ 00019733  0x00004c0d branch  0x00004d04 
+ 00019734  0x00004c0e rtn 
+ 00019735  0x00004c10 jam  0x00000017 , 0x0000007c 
+ 00019736  0x00004c11 arg  0x000004d9 , 0x00000005 
+ 00019737  0x00004c12 setarg  0x00000000 
+ 00019738  0x00004c13 isolate1  0x0000001b , 0x00000028 
+ 00019739  0x00004c14 setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00019740  0x00004c15 istore  0x00000001 , 0x00000005 
+ 00019741  0x00004c16 setarg  0x00000000 
+ 00019742  0x00004c17 istore  0x00000002 , 0x00000005 
+ 00019743  0x00004c18 fetch  0x00000002 , 0x000041e3 
+ 00019744  0x00004c19 istore  0x00000002 , 0x00000005 
+ 00019745  0x00004c1a fetch  0x00000001 , 0x000041e5 
+ 00019746  0x00004c1b istore  0x00000002 , 0x00000005 
+ 00019747  0x00004c1c fetch  0x00000001 , 0x000041e7 
+ 00019748  0x00004c1d istore  0x00000002 , 0x00000005 
+ 00019749  0x00004c1e branch  0x00004d04 
+ 00019750  0x00004c21 jam  0x00000018 , 0x0000007c 
+ 00019751  0x00004c22 branch  0x00004d04 
+ 00019752  0x00004c25 call  0x00006899 
+ 00019753  0x00004c26 rtn  0x00000001 
+ 00019754  0x00004c27 arg  0x00000007 , 0x00000002 
+ 00019755  0x00004c28 call  0x0000681d 
+ 00019756  0x00004c29 nbranch  0x00004d2f , 0x00000001 
+ 00019757  0x00004c2a jam  0x00000001 , 0x00004245 
+ 00019758  0x00004c2b rtn 
+ 00019759  0x00004c2d fetch  0x00000001 , 0x00004245 
+ 00019760  0x00004c2e rtnne  0x00000001 
+ 00019761  0x00004c2f call  0x00004c62 
+ 00019762  0x00004c30 branch  0x00004cec 
+ 00019763  0x00004c3f bpatchx  0x00000005 , 0x00004020 
+ 00019764  0x00004c40 fetch  0x00000002 , 0x00000264 
+ 00019765  0x00004c41 copy  0x0000003f , 0x00000006 
+ 00019766  0x00004c42 ifetch  0x00000001 , 0x00000006 
+ 00019767  0x00004c43 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00019768  0x00004c44 rshift4  0x0000003f , 0x0000003f 
+ 00019769  0x00004c45 beq  0x00000009 , 0x00004d53 
+ 00019770  0x00004c46 beq  0x00000007 , 0x00004d53 
+ 00019771  0x00004c47 beq  0x0000000a , 0x00004d5f 
+ 00019772  0x00004c48 beq  0x00000005 , 0x00004d4b 
+ 00019773  0x00004c49 beq  0x00000001 , 0x00004d3f 
+ 00019774  0x00004c4a rtn 
+ 00019775  0x00004c4d copy  0x00000002 , 0x0000003f 
+ 00019776  0x00004c4e beq  0x00000005 , 0x00004d43 
+ 00019777  0x00004c4f beq  0x00000003 , 0x00004d4a 
+ 00019778  0x00004c50 rtn 
+ 00019779  0x00004c53 jam  0x00000027 , 0x00000a99 
+ 00019780  0x00004c54 call  0x00007d86 
+ 00019781  0x00004c55 fetch  0x00000001 , 0x00004092 
+ 00019782  0x00004c56 rtnbit0  0x00000006 
+ 00019783  0x00004c57 copy  0x00000002 , 0x0000003f 
+ 00019784  0x00004c58 beq  0x00000005 , 0x0000438e 
+ 00019785  0x00004c59 rtn 
+ 00019786  0x00004c5b rtn 
+ 00019787  0x00004c5e call  0x00004d5f 
+ 00019788  0x00004c5f arg  0x00000001 , 0x00000011 
+ 00019789  0x00004c60 call  0x00004d63 
+ 00019790  0x00004c61 fetch  0x00000002 , 0x0000424c 
+ 00019791  0x00004c62 istore  0x00000002 , 0x00000005 
+ 00019792  0x00004c63 setarg  0x00000000 
+ 00019793  0x00004c64 istore  0x00000001 , 0x00000005 
+ 00019794  0x00004c65 rtn 
+ 00019795  0x00004c68 arg  0x00000001 , 0x00000011 
+ 00019796  0x00004c69 call  0x00004d63 
+ 00019797  0x00004c6a fetch  0x00000002 , 0x0000424c 
+ 00019798  0x00004c6b istore  0x00000002 , 0x00000005 
+ 00019799  0x00004c6c setarg  0x00000000 
+ 00019800  0x00004c6d istore  0x00000001 , 0x00000005 
+ 00019801  0x00004c6e jam  0x00000001 , 0x00000a8e 
+ 00019802  0x00004c6f fetch  0x00000001 , 0x00004252 
+ 00019803  0x00004c70 set1  0x00000006 
+ 00019804  0x00004c71 store  0x00000001 , 0x00004252 
+ 00019805  0x00004c72 jam  0x00000012 , 0x00000a99 
+ 00019806  0x00004c73 branch  0x00007d86 
+ 00019807  0x00004c76 ifetch  0x00000001 , 0x00000006 
+ 00019808  0x00004c77 beq  0x00000001 , 0x00004d62 
+ 00019809  0x00004c78 rtn 
+ 00019810  0x00004c7b rtn 
+ 00019811  0x00004c7f call  0x00005240 
+ 00019812  0x00004c80 copy  0x00000011 , 0x00000002 
+ 00019813  0x00004c81 storet  0x00000001 , 0x00000a8e 
+ 00019814  0x00004c82 copy  0x0000003f , 0x00000005 
+ 00019815  0x00004c83 copy  0x00000011 , 0x0000003f 
+ 00019816  0x00004c84 istore  0x00000002 , 0x00000005 
+ 00019817  0x00004c85 rtn 
+ 00019818  0x00004c97 branch  0x00004d6f , 0x0000002b 
+ 00019819  0x00004c99 setarg  0x00004365 
+ 00019820  0x00004c9a arg  0x00004246 , 0x00000005 
+ 00019821  0x00004c9b isub  0x00000005 , 0x00000039 
+ 00019822  0x00004c9c call  0x00007ed4 
+ 00019823  0x00004c9e bpatchx  0x00000006 , 0x00004020 
+ 00019824  0x00004c9f setarg  0x00000551 
+ 00019825  0x00004ca0 arg  0x00000511 , 0x00000005 
+ 00019826  0x00004ca1 isub  0x00000005 , 0x00000039 
+ 00019827  0x00004ca2 call  0x00007ed4 
+ 00019828  0x00004ca3 setarg  0x000002c9 
+ 00019829  0x00004ca4 arg  0x0000025d , 0x00000005 
+ 00019830  0x00004ca5 isub  0x00000005 , 0x00000039 
+ 00019831  0x00004ca6 call  0x00007ed4 
+ 00019832  0x00004ca7 branch  0x00005318 
+ 00019833  0x00004caa bpatchx  0x00000007 , 0x00004020 
+ 00019834  0x00004cab copy  0x00000006 , 0x00000002 
+ 00019835  0x00004cae copy  0x00000002 , 0x00000006 
+ 00019836  0x00004caf ifetch  0x00000002 , 0x00000006 
+ 00019837  0x00004cb0 store  0x00000002 , 0x00000266 
+ 00019838  0x00004cb1 ifetch  0x00000002 , 0x00000006 
+ 00019839  0x00004cb2 store  0x00000002 , 0x00000268 
+ 00019840  0x00004cb3 deposit  0x00000006 
+ 00019841  0x00004cb4 store  0x00000002 , 0x00000264 
+ 00019842  0x00004cb5 fetch  0x00000001 , 0x00004681 
+ 00019843  0x00004cb6 beq  0x00000000 , 0x00004d85 
+ 00019844  0x00004cb7 branch  0x000050ef 
+ 00019845  0x00004cba fetch  0x00000002 , 0x00000266 
+ 00019846  0x00004cbb branch  0x00004dfc , 0x00000034 
+ 00019847  0x00004cbc bpatchx  0x00000008 , 0x00004021 
+ 00019848  0x00004cbd fetch  0x00000001 , 0x00000268 
+ 00019849  0x00004cbe beq  0x00000001 , 0x00004d9d 
+ 00019850  0x00004cc0 beq  0x00000050 , 0x00004de0 
+ 00019851  0x00004cc1 beq  0x00000051 , 0x00004df5 
+ 00019852  0x00004cc2 beq  0x00000052 , 0x00004df3 
+ 00019853  0x00004cc3 beq  0x00000053 , 0x00004df3 
+ 00019854  0x00004cc4 branch  0x00004dfc 
+ 00019855  0x00004cc9 bpatchx  0x00000009 , 0x00004021 
+ 00019856  0x00004cca call  0x0000527e 
+ 00019857  0x00004ccb fetch  0x00000001 , 0x00004256 
+ 00019858  0x00004ccc beq  0x00000000 , 0x00004d9b 
+ 00019859  0x00004ccd beq  0x00000001 , 0x00004d9b 
+ 00019860  0x00004cce beq  0x00000002 , 0x00004d9b 
+ 00019861  0x00004ccf beq  0x00000003 , 0x00004d9b 
+ 00019862  0x00004cd0 beq  0x00000081 , 0x00004d9b 
+ 00019863  0x00004cd1 beq  0x000000c0 , 0x00004d9b 
+ 00019864  0x00004cd2 beq  0x00000080 , 0x00004d9b 
+ 00019865  0x00004cd3 beq  0x00000040 , 0x00004d9b 
+ 00019866  0x00004cd4 rtn 
+ 00019867  0x00004cd7 setarg  0x00000000 
+ 00019868  0x00004cd8 rtn 
+ 00019869  0x00004cdc call  0x00004d8f 
+ 00019870  0x00004cdd nrtn  0x00000034 
+ 00019871  0x00004cdf call  0x000052b8 
+ 00019872  0x00004ce0 call  0x00004e01 
+ 00019873  0x00004ce1 fetcht  0x00000002 , 0x0000026f 
+ 00019874  0x00004ce2 branch  0x00004dfb , 0x00000034 
+ 00019875  0x00004ce3 call  0x000052c1 
+ 00019876  0x00004ce4 fetch  0x00000002 , 0x0000026f 
+ 00019877  0x00004ce5 istore  0x00000002 , 0x00000005 
+ 00019878  0x00004ce6 force  0x00000001 , 0x0000003f 
+ 00019879  0x00004ce7 istore  0x00000002 , 0x00000005 
+ 00019880  0x00004ce8 branch  0x00004dfc 
+ 00019881  0x00004ceb fetch  0x00000001 , 0x00004364 
+ 00019882  0x00004cec rtn  0x00000034 
+ 00019883  0x00004ced copy  0x0000003f , 0x00000011 
+ 00019884  0x00004cee bpatchx  0x0000000a , 0x00004021 
+ 00019885  0x00004cef fetch  0x00000004 , 0x000002d5 
+ 00019886  0x00004cf0 arg  0x00000100 , 0x00000002 
+ 00019887  0x00004cf1 iadd  0x00000002 , 0x00000002 
+ 00019888  0x00004cf2 copy  0x00000022 , 0x0000003f 
+ 00019889  0x00004cf3 isub  0x00000002 , 0x0000003e 
+ 00019890  0x00004cf4 nrtn  0x00000002 
+ 00019891  0x00004cf5 jam  0x00000000 , 0x00004364 
+ 00019892  0x00004cf6 copy  0x00000011 , 0x0000003f 
+ 00019893  0x00004cf7 beq  0x00000050 , 0x00004db7 
+ 00019894  0x00004cf8 branch  0x00002a8c 
+ 00019895  0x00004cfa arg  0x00000000 , 0x00000008 
+ 00019896  0x00004cfb call  0x000052b8 
+ 00019897  0x00004cfc call  0x00004e7a 
+ 00019898  0x00004cfd call  0x000052c3 
+ 00019899  0x00004cfe call  0x00007ea8 
+ 00019900  0x00004cff call  0x00004ead 
+ 00019901  0x00004d00 call  0x000052c1 
+ 00019902  0x00004d02 setarg  0x0000000c 
+ 00019903  0x00004d03 istore  0x00000002 , 0x00000005 
+ 00019904  0x00004d04 force  0x00000001 , 0x0000003f 
+ 00019905  0x00004d05 istore  0x00000002 , 0x00000005 
+ 00019906  0x00004d06 branch  0x00004dfc 
+ 00019907  0x00004d0b bpatchx  0x0000000b , 0x00004021 
+ 00019908  0x00004d0c fetch  0x00000002 , 0x00000275 
+ 00019909  0x00004d0d increase  0x00000004 , 0x0000003f 
+ 00019910  0x00004d0e rshift4  0x0000003f , 0x0000003f 
+ 00019911  0x00004d0f rshift3  0x0000003f , 0x0000003f 
+ 00019912  0x00004d10 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00019913  0x00004d11 arg  0x00004260 , 0x00000006 
+ 00019914  0x00004d12 ifetch  0x00000003 , 0x00000006 
+ 00019915  0x00004d13 rtn  0x00000034 
+ 00019916  0x00004d14 store  0x00000003 , 0x00000ac2 
+ 00019917  0x00004d15 fetch  0x00000001 , 0x00000ac2 
+ 00019918  0x00004d16 copy  0x0000003f , 0x00000011 
+ 00019919  0x00004d17 call  0x00004dd3 
+ 00019920  0x00004d18 copy  0x00000012 , 0x0000003f 
+ 00019921  0x00004d19 store  0x00000001 , 0x00004260 
+ 00019922  0x00004d1a rtn 
+ 00019923  0x00004d1d arg  0x00000000 , 0x00000007 
+ 00019924  0x00004d1e arg  0x00000000 , 0x00000012 
+ 00019925  0x00004d21 sub  0x00000007 , 0x00000007 , 0x0000003e 
+ 00019926  0x00004d22 nrtn  0x00000002 
+ 00019927  0x00004d23 qisolate1  0x00000011 
+ 00019928  0x00004d24 branch  0x00004dda , 0x00000001 
+ 00019929  0x00004d25 branch  0x00004dde 
+ 00019930  0x00004d28 copy  0x00000002 , 0x0000003f 
+ 00019931  0x00004d29 branch  0x00004dde , 0x00000034 
+ 00019932  0x00004d2a qset1  0x00000012 
+ 00019933  0x00004d2b increase  0xffffffff , 0x00000002 
+ 00019934  0x00004d2e increase  0x00000001 , 0x00000007 
+ 00019935  0x00004d2f branch  0x00004dd5 
+ 00019936  0x00004d32 call  0x00005274 
+ 00019937  0x00004d33 nrtn  0x00000034 
+ 00019938  0x00004d34 call  0x00004d8f 
+ 00019939  0x00004d35 nrtn  0x00000034 
+ 00019940  0x00004d36 call  0x000052c5 
+ 00019941  0x00004d37 call  0x00006e11 
+ 00019942  0x00004d38 call  0x00004dc3 
+ 00019943  0x00004d39 branch  0x00004dec 
+ 00019944  0x00004d3d call  0x00005274 
+ 00019945  0x00004d3e nrtn  0x00000034 
+ 00019946  0x00004d3f call  0x000052c5 
+ 00019947  0x00004d40 call  0x00006e11 
+ 00019948  0x00004d42 call  0x000052ce 
+ 00019949  0x00004d43 fetch  0x00000002 , 0x00000275 
+ 00019950  0x00004d44 branch  0x00004dfb , 0x00000034 
+ 00019951  0x00004d45 istore  0x00000002 , 0x00000005 
+ 00019952  0x00004d46 fetch  0x00000002 , 0x00004248 
+ 00019953  0x00004d47 istore  0x00000002 , 0x00000005 
+ 00019954  0x00004d48 branch  0x00004dfc 
+ 00019955  0x00004d4b call  0x00004d33 
+ 00019956  0x00004d4c branch  0x00004dfc 
+ 00019957  0x00004d4f bpatchx  0x0000000c , 0x00004021 
+ 00019958  0x00004d50 jam  0x00000000 , 0x00000284 
+ 00019959  0x00004d51 call  0x00006a8a 
+ 00019960  0x00004d52 fetch  0x00000001 , 0x00000284 
+ 00019961  0x00004d53 rtneq  0x00000001 
+ 00019962  0x00004d54 branch  0x00004dfc 
+ 00019963  0x00004d56 call  0x00005264 
+ 00019964  0x00004d59 setarg  0x00000000 
+ 00019965  0x00004d5a store  0x00000002 , 0x00000266 
+ 00019966  0x00004d5b store  0x00000002 , 0x00000268 
+ 00019967  0x00004d5c jam  0x00000001 , 0x0000026a 
+ 00019968  0x00004d5d rtn 
+ 00019969  0x00004d60 bpatchx  0x0000000d , 0x00004021 
+ 00019970  0x00004d61 call  0x000052c3 
+ 00019971  0x00004d62 force  0x00000000 , 0x00000012 
+ 00019972  0x00004d63 fetch  0x00000002 , 0x00000266 
+ 00019973  0x00004d64 copy  0x0000003f , 0x00000013 
+ 00019974  0x00004d65 fetch  0x00000002 , 0x00000264 
+ 00019975  0x00004d66 iforce  0x00000006 
+ 00019976  0x00004d68 call  0x00004e10 
+ 00019977  0x00004d69 deposit  0x00000013 
+ 00019978  0x00004d6a increase  0xfffffffc , 0x00000013 
+ 00019979  0x00004d6b increase  0xfffffffc , 0x0000003f 
+ 00019980  0x00004d6c nbranch  0x00004e08 , 0x00000034 
+ 00019981  0x00004d6d copy  0x00000012 , 0x0000003f 
+ 00019982  0x00004d6e store  0x00000002 , 0x0000026f 
+ 00019983  0x00004d6f rtn 
+ 00019984  0x00004d72 bpatchx  0x0000000e , 0x00004021 
+ 00019985  0x00004d73 ifetch  0x00000001 , 0x00000006 
+ 00019986  0x00004d74 beq  0x00000001 , 0x00004e49 
+ 00019987  0x00004d75 beq  0x00000002 , 0x00004e51 
+ 00019988  0x00004d76 beq  0x00000003 , 0x00004ed5 
+ 00019989  0x00004d77 beq  0x00000004 , 0x00004f05 
+ 00019990  0x00004d78 beq  0x00000005 , 0x00004fa2 
+ 00019991  0x00004d79 beq  0x00000006 , 0x00004fcb 
+ 00019992  0x00004d7a beq  0x00000007 , 0x0000501b 
+ 00019993  0x00004d7b beq  0x00000008 , 0x00005050 
+ 00019994  0x00004d7c beq  0x00000009 , 0x00005060 
+ 00019995  0x00004d7d beq  0x0000000a , 0x00004e1f 
+ 00019996  0x00004d7e beq  0x0000000b , 0x00005061 
+ 00019997  0x00004d7f call  0x00005062 
+ 00019998  0x00004d81 rtn 
+ 00019999  0x00004d84 ifetch  0x00000001 , 0x00000006 
+ 00020000  0x00004d85 copy  0x0000003f , 0x00000007 
+ 00020001  0x00004d86 ifetch  0x00000002 , 0x00000006 
+ 00020002  0x00004d87 copy  0x0000003f , 0x00000011 
+ 00020003  0x00004d88 copy  0x00000013 , 0x0000003f 
+ 00020004  0x00004d89 isub  0x00000011 , 0x00000013 
+ 00020005  0x00004d8a setarg  0x0000000b 
+ 00020006  0x00004d8b istore  0x00000001 , 0x00000005 
+ 00020007  0x00004d8c copy  0x00000007 , 0x0000003f 
+ 00020008  0x00004d8d istore  0x00000001 , 0x00000005 
+ 00020009  0x00004d8e ifetch  0x00000002 , 0x00000006 
+ 00020010  0x00004d90 beq  0x00000002 , 0x00004e2d 
+ 00020011  0x00004d91 beq  0x00000003 , 0x00004e33 
+ 00020012  0x00004d92 rtn 
+ 00020013  0x00004d94 setarg  0x00020008 
+ 00020014  0x00004d95 istore  0x00000006 , 0x00000005 
+ 00020015  0x00004d96 setarg  0x00000280 
+ 00020016  0x00004d97 istore  0x00000004 , 0x00000005 
+ 00020017  0x00004d98 force  0x0000000c , 0x0000003f 
+ 00020018  0x00004d99 branch  0x00004e38 
+ 00020019  0x00004d9b setarg  0x0003000c 
+ 00020020  0x00004d9c istore  0x00000006 , 0x00000005 
+ 00020021  0x00004d9d setarg  0x00000006 
+ 00020022  0x00004d9e istore  0x00000008 , 0x00000005 
+ 00020023  0x00004d9f force  0x00000010 , 0x0000003f 
+ 00020024  0x00004da1 iadd  0x00000012 , 0x00000012 
+ 00020025  0x00004da2 branch  0x00004e1e 
+ 00020026  0x00004da5 ifetch  0x00000001 , 0x00000006 
+ 00020027  0x00004da6 copy  0x0000003f , 0x00000007 
+ 00020028  0x00004da7 ifetch  0x00000002 , 0x00000006 
+ 00020029  0x00004da8 copy  0x0000003f , 0x00000011 
+ 00020030  0x00004da9 ifetch  0x00000002 , 0x00000006 
+ 00020031  0x00004daa store  0x00000002 , 0x00000aa2 
+ 00020032  0x00004dab copy  0x00000013 , 0x0000003f 
+ 00020033  0x00004dac isub  0x00000011 , 0x00000013 
+ 00020034  0x00004dad call  0x000052c3 
+ 00020035  0x00004dae setarg  0x0000000b 
+ 00020036  0x00004daf istore  0x00000001 , 0x00000005 
+ 00020037  0x00004db0 copy  0x00000007 , 0x0000003f 
+ 00020038  0x00004db1 istore  0x00000001 , 0x00000005 
+ 00020039  0x00004db2 fetch  0x00000002 , 0x00000aa2 
+ 00020040  0x00004db3 branch  0x00004e2a 
+ 00020041  0x00004db8 ifetch  0x00000001 , 0x00000006 
+ 00020042  0x00004db9 copy  0x0000003f , 0x00000007 
+ 00020043  0x00004dba ifetch  0x00000002 , 0x00000006 
+ 00020044  0x00004dbb copy  0x0000003f , 0x00000011 
+ 00020045  0x00004dbc iadd  0x00000006 , 0x00000006 
+ 00020046  0x00004dbd copy  0x00000013 , 0x0000003f 
+ 00020047  0x00004dbe isub  0x00000011 , 0x00000013 
+ 00020048  0x00004dc0 branch  0x00004e1e 
+ 00020049  0x00004dc3 call  0x00007ea8 
+ 00020050  0x00004dc6 call  0x00007ead 
+ 00020051  0x00004dc7 arg  0x00000000 , 0x00000008 
+ 00020052  0x00004dc8 ifetch  0x00000001 , 0x00000006 
+ 00020053  0x00004dc9 copy  0x0000003f , 0x00000007 
+ 00020054  0x00004dca ifetch  0x00000002 , 0x00000006 
+ 00020055  0x00004dcb copy  0x0000003f , 0x00000011 
+ 00020056  0x00004dcc ifetch  0x00000002 , 0x00000006 
+ 00020057  0x00004dcd copy  0x0000003f , 0x00000002 
+ 00020058  0x00004dce ifetch  0x00000002 , 0x00000006 
+ 00020059  0x00004dcf copy  0x0000003f , 0x0000000b 
+ 00020060  0x00004dd0 bpatchx  0x0000000f , 0x00004021 
+ 00020061  0x00004dd1 copy  0x00000002 , 0x0000003f 
+ 00020062  0x00004dd2 beq  0x00000001 , 0x00004e64 
+ 00020063  0x00004dd3 beq  0x00000003 , 0x00004e86 
+ 00020064  0x00004dd4 beq  0x00000011 , 0x00004e92 
+ 00020065  0x00004dd5 beq  0x00000013 , 0x00004e9d 
+ 00020066  0x00004dd6 call  0x00005062 
+ 00020067  0x00004dd7 branch  0x00004ed4 
+ 00020068  0x00004dda call  0x00007ea8 
+ 00020069  0x00004ddb arg  0x00000050 , 0x00000002 
+ 00020070  0x00004ddc fetch  0x00000002 , 0x00004248 
+ 00020071  0x00004ddd nbranch  0x00004ece , 0x00000034 
+ 00020072  0x00004dde copy  0x0000000b , 0x0000003f 
+ 00020073  0x00004ddf store  0x00000002 , 0x00004248 
+ 00020074  0x00004de0 copy  0x00000022 , 0x0000003f 
+ 00020075  0x00004de1 store  0x00000004 , 0x000002d5 
+ 00020076  0x00004de2 call  0x00004e6e 
+ 00020077  0x00004de3 branch  0x00004ea9 
+ 00020078  0x00004de6 storet  0x00000002 , 0x000002d3 
+ 00020079  0x00004de7 deposit  0x0000000b 
+ 00020080  0x00004de8 store  0x00000002 , 0x000002c9 
+ 00020081  0x00004de9 deposit  0x00000011 
+ 00020082  0x00004dea store  0x00000002 , 0x000002cb 
+ 00020083  0x00004deb deposit  0x00000012 
+ 00020084  0x00004dec store  0x00000002 , 0x000002cd 
+ 00020085  0x00004ded deposit  0x00000013 
+ 00020086  0x00004dee store  0x00000002 , 0x000002cf 
+ 00020087  0x00004def deposit  0x00000007 
+ 00020088  0x00004df0 store  0x00000002 , 0x000002d1 
+ 00020089  0x00004df1 rtn 
+ 00020090  0x00004df4 fetcht  0x00000002 , 0x000002d3 
+ 00020091  0x00004df5 fetch  0x00000002 , 0x000002c9 
+ 00020092  0x00004df6 copy  0x0000003f , 0x0000000b 
+ 00020093  0x00004df7 fetch  0x00000002 , 0x000002cb 
+ 00020094  0x00004df8 copy  0x0000003f , 0x00000011 
+ 00020095  0x00004df9 fetch  0x00000002 , 0x000002cd 
+ 00020096  0x00004dfa copy  0x0000003f , 0x00000012 
+ 00020097  0x00004dfb fetch  0x00000002 , 0x000002cf 
+ 00020098  0x00004dfc copy  0x0000003f , 0x00000013 
+ 00020099  0x00004dfd fetch  0x00000002 , 0x000002d1 
+ 00020100  0x00004dfe copy  0x0000003f , 0x00000007 
+ 00020101  0x00004dff rtn 
+ 00020102  0x00004e02 call  0x00007ea8 
+ 00020103  0x00004e03 setarg  0x00000051 
+ 00020104  0x00004e04 arg  0x00000051 , 0x00000002 
+ 00020105  0x00004e05 fetch  0x00000002 , 0x0000424a 
+ 00020106  0x00004e06 nbranch  0x00004ece , 0x00000034 
+ 00020107  0x00004e07 copy  0x0000000b , 0x0000003f 
+ 00020108  0x00004e08 store  0x00000002 , 0x0000424a 
+ 00020109  0x00004e09 fetch  0x00000001 , 0x00004251 
+ 00020110  0x00004e0a set1  0x00000000 , 0x0000003f 
+ 00020111  0x00004e0b set1  0x00000001 , 0x0000003f 
+ 00020112  0x00004e0c store  0x00000001 , 0x00004251 
+ 00020113  0x00004e0d branch  0x00004eb1 
+ 00020114  0x00004e0f call  0x00007ea8 
+ 00020115  0x00004e10 arg  0x00000052 , 0x00000002 
+ 00020116  0x00004e11 fetch  0x00000002 , 0x0000424c 
+ 00020117  0x00004e12 nbranch  0x00004ece , 0x00000034 
+ 00020118  0x00004e13 copy  0x0000000b , 0x0000003f 
+ 00020119  0x00004e14 store  0x00000002 , 0x0000424c 
+ 00020120  0x00004e15 fetch  0x00000001 , 0x00004252 
+ 00020121  0x00004e16 set1  0x00000000 , 0x0000003f 
+ 00020122  0x00004e17 set1  0x00000001 , 0x0000003f 
+ 00020123  0x00004e18 store  0x00000001 , 0x00004252 
+ 00020124  0x00004e19 branch  0x00004eb1 
+ 00020125  0x00004e1b call  0x00007ea8 
+ 00020126  0x00004e1c deposit  0x0000001a 
+ 00020127  0x00004e1d arg  0x00000053 , 0x00000002 
+ 00020128  0x00004e1e fetch  0x00000002 , 0x0000424e 
+ 00020129  0x00004e1f nbranch  0x00004ece , 0x00000034 
+ 00020130  0x00004e20 copy  0x0000000b , 0x0000003f 
+ 00020131  0x00004e21 store  0x00000002 , 0x0000424e 
+ 00020132  0x00004e22 fetch  0x00000001 , 0x00004253 
+ 00020133  0x00004e23 set1  0x00000000 , 0x0000003f 
+ 00020134  0x00004e24 set1  0x00000001 , 0x0000003f 
+ 00020135  0x00004e25 store  0x00000001 , 0x00004253 
+ 00020136  0x00004e26 branch  0x00004eb1 
+ 00020137  0x00004e29 setarg  0x00000001 
+ 00020138  0x00004e2a store  0x00000002 , 0x0000027d 
+ 00020139  0x00004e2b jam  0x00000050 , 0x00004364 
+ 00020140  0x00004e2c branch  0x00004eb3 
+ 00020141  0x00004e2e fetch  0x00000001 , 0x00004250 
+ 00020142  0x00004e2f set1  0x00000000 , 0x0000003f 
+ 00020143  0x00004e30 set1  0x00000001 , 0x0000003f 
+ 00020144  0x00004e31 store  0x00000001 , 0x00004250 
+ 00020145  0x00004e33 setarg  0x00000000 
+ 00020146  0x00004e34 store  0x00000002 , 0x0000027d 
+ 00020147  0x00004e36 bpatchx  0x00000010 , 0x00004022 
+ 00020148  0x00004e37 call  0x00007ead 
+ 00020149  0x00004e38 setarg  0x00000003 
+ 00020150  0x00004e39 istore  0x00000001 , 0x00000005 
+ 00020151  0x00004e3a copy  0x00000007 , 0x0000003f 
+ 00020152  0x00004e3b istore  0x00000001 , 0x00000005 
+ 00020153  0x00004e3c setarg  0x00000008 
+ 00020154  0x00004e3d istore  0x00000002 , 0x00000005 
+ 00020155  0x00004e3e copy  0x00000002 , 0x0000003f 
+ 00020156  0x00004e3f istore  0x00000002 , 0x00000005 
+ 00020157  0x00004e40 copy  0x0000000b , 0x0000003f 
+ 00020158  0x00004e41 istore  0x00000002 , 0x00000005 
+ 00020159  0x00004e42 fetch  0x00000002 , 0x0000027d 
+ 00020160  0x00004e43 beq  0x00000001 , 0x00004ec9 
+ 00020161  0x00004e44 isolate0  0x00000000 , 0x00000008 
+ 00020162  0x00004e45 branch  0x00004ec4 , 0x00000001 
+ 00020163  0x00004e46 setarg  0x00000004 
+ 00020164  0x00004e48 istore  0x00000002 , 0x00000005 
+ 00020165  0x00004e49 force  0x00000000 , 0x0000003f 
+ 00020166  0x00004e4a istore  0x00000002 , 0x00000005 
+ 00020167  0x00004e4b setarg  0x0000000c 
+ 00020168  0x00004e4c branch  0x00004ed0 
+ 00020169  0x00004e4e istore  0x00000002 , 0x00000005 
+ 00020170  0x00004e4f force  0x00000002 , 0x0000003f 
+ 00020171  0x00004e50 istore  0x00000002 , 0x00000005 
+ 00020172  0x00004e51 setarg  0x0000000c 
+ 00020173  0x00004e52 branch  0x00004ed0 
+ 00020174  0x00004e55 set1  0x00000000 , 0x00000008 
+ 00020175  0x00004e56 branch  0x00004eb1 
+ 00020176  0x00004e58 iadd  0x00000012 , 0x00000012 
+ 00020177  0x00004e59 copy  0x00000013 , 0x0000003f 
+ 00020178  0x00004e5a isub  0x00000011 , 0x00000013 
+ 00020179  0x00004e5b branch  0x00004ed4 
+ 00020180  0x00004e5d branch  0x00004e1e 
+ 00020181  0x00004e60 ifetch  0x00000001 , 0x00000006 
+ 00020182  0x00004e61 copy  0x0000003f , 0x00000007 
+ 00020183  0x00004e62 ifetch  0x00000002 , 0x00000006 
+ 00020184  0x00004e63 copy  0x0000003f , 0x00000011 
+ 00020185  0x00004e64 copy  0x00000013 , 0x0000003f 
+ 00020186  0x00004e65 isub  0x00000011 , 0x00000013 
+ 00020187  0x00004e66 ifetch  0x00000002 , 0x00000006 
+ 00020188  0x00004e67 copy  0x0000003f , 0x0000000b 
+ 00020189  0x00004e68 ifetch  0x00000002 , 0x00000006 
+ 00020190  0x00004e69 copy  0x0000003f , 0x00000002 
+ 00020191  0x00004e6a bpatchx  0x00000011 , 0x00004022 
+ 00020192  0x00004e6b setarg  0x00000050 
+ 00020193  0x00004e6c isub  0x00000002 , 0x0000003e 
+ 00020194  0x00004e6d branch  0x00004eed , 0x00000005 
+ 00020195  0x00004e6e setarg  0x00000051 
+ 00020196  0x00004e6f isub  0x00000002 , 0x0000003e 
+ 00020197  0x00004e70 branch  0x00004ef3 , 0x00000005 
+ 00020198  0x00004e71 setarg  0x00000052 
+ 00020199  0x00004e72 isub  0x00000002 , 0x0000003e 
+ 00020200  0x00004e73 branch  0x00004eff , 0x00000005 
+ 00020201  0x00004e74 setarg  0x00000053 
+ 00020202  0x00004e75 isub  0x00000002 , 0x0000003e 
+ 00020203  0x00004e76 branch  0x00004ef9 , 0x00000005 
+ 00020204  0x00004e77 rtn 
+ 00020205  0x00004e7a copy  0x0000000b , 0x0000003f 
+ 00020206  0x00004e7b store  0x00000002 , 0x00004248 
+ 00020207  0x00004e7c fetch  0x00000001 , 0x00004250 
+ 00020208  0x00004e7d set1  0x00000001 , 0x0000003f 
+ 00020209  0x00004e7e store  0x00000001 , 0x00004250 
+ 00020210  0x00004e7f branch  0x00004e1e 
+ 00020211  0x00004e81 copy  0x0000000b , 0x0000003f 
+ 00020212  0x00004e82 store  0x00000002 , 0x0000424a 
+ 00020213  0x00004e83 fetch  0x00000001 , 0x00004251 
+ 00020214  0x00004e84 set1  0x00000001 , 0x0000003f 
+ 00020215  0x00004e85 store  0x00000001 , 0x00004251 
+ 00020216  0x00004e86 rtn 
+ 00020217  0x00004e88 copy  0x0000000b , 0x0000003f 
+ 00020218  0x00004e89 store  0x00000002 , 0x0000424c 
+ 00020219  0x00004e8a fetch  0x00000001 , 0x00004253 
+ 00020220  0x00004e8b set1  0x00000001 , 0x0000003f 
+ 00020221  0x00004e8c store  0x00000001 , 0x00004253 
+ 00020222  0x00004e8d rtn 
+ 00020223  0x00004e8f copy  0x0000000b , 0x0000003f 
+ 00020224  0x00004e90 store  0x00000002 , 0x0000424e 
+ 00020225  0x00004e91 fetch  0x00000001 , 0x00004252 
+ 00020226  0x00004e92 set1  0x00000001 , 0x0000003f 
+ 00020227  0x00004e93 store  0x00000001 , 0x00004252 
+ 00020228  0x00004e94 rtn 
+ 00020229  0x00004e97 ifetch  0x00000001 , 0x00000006 
+ 00020230  0x00004e98 copy  0x0000003f , 0x00000007 
+ 00020231  0x00004e99 ifetch  0x00000002 , 0x00000006 
+ 00020232  0x00004e9a copy  0x0000003f , 0x00000011 
+ 00020233  0x00004e9b copy  0x00000013 , 0x0000003f 
+ 00020234  0x00004e9c isub  0x00000011 , 0x00000013 
+ 00020235  0x00004e9d ifetch  0x00000002 , 0x00000006 
+ 00020236  0x00004e9e copy  0x0000003f , 0x00000002 
+ 00020237  0x00004e9f copy  0x00000002 , 0x00000011 
+ 00020238  0x00004ea0 bpatchx  0x00000012 , 0x00004022 
+ 00020239  0x00004ea1 setarg  0x00000050 
+ 00020240  0x00004ea2 isub  0x00000002 , 0x0000003e 
+ 00020241  0x00004ea3 branch  0x00004f1c , 0x00000005 
+ 00020242  0x00004ea4 setarg  0x00000051 
+ 00020243  0x00004ea5 isub  0x00000002 , 0x0000003e 
+ 00020244  0x00004ea6 branch  0x00004f3a , 0x00000005 
+ 00020245  0x00004ea7 setarg  0x00000052 
+ 00020246  0x00004ea8 isub  0x00000002 , 0x0000003e 
+ 00020247  0x00004ea9 branch  0x00004f26 , 0x00000005 
+ 00020248  0x00004eaa setarg  0x00000053 
+ 00020249  0x00004eab isub  0x00000002 , 0x0000003e 
+ 00020250  0x00004eac branch  0x00004f30 , 0x00000005 
+ 00020251  0x00004ead branch  0x00005062 
+ 00020252  0x00004eb0 copy  0x00000005 , 0x0000000b 
+ 00020253  0x00004eb1 fetch  0x00000001 , 0x00004250 
+ 00020254  0x00004eb2 set1  0x00000004 , 0x0000003f 
+ 00020255  0x00004eb3 set1  0x00000003 , 0x0000003f 
+ 00020256  0x00004eb5 store  0x00000001 , 0x00004250 
+ 00020257  0x00004eb6 copy  0x0000000b , 0x00000005 
+ 00020258  0x00004eb7 arg  0x00000050 , 0x0000000b 
+ 00020259  0x00004eb8 fetch  0x00000002 , 0x00004248 
+ 00020260  0x00004eb9 copy  0x0000003f , 0x00000002 
+ 00020261  0x00004eba branch  0x00004f43 
+ 00020262  0x00004ebc copy  0x00000005 , 0x0000000b 
+ 00020263  0x00004ebd fetch  0x00000001 , 0x00004252 
+ 00020264  0x00004ebe set1  0x00000004 , 0x0000003f 
+ 00020265  0x00004ebf set1  0x00000003 , 0x0000003f 
+ 00020266  0x00004ec1 store  0x00000001 , 0x00004252 
+ 00020267  0x00004ec2 copy  0x0000000b , 0x00000005 
+ 00020268  0x00004ec3 arg  0x00000052 , 0x0000000b 
+ 00020269  0x00004ec4 fetch  0x00000002 , 0x0000424c 
+ 00020270  0x00004ec5 copy  0x0000003f , 0x00000002 
+ 00020271  0x00004ec6 branch  0x00004f43 
+ 00020272  0x00004ec8 copy  0x00000005 , 0x0000000b 
+ 00020273  0x00004ec9 fetch  0x00000001 , 0x00004253 
+ 00020274  0x00004eca set1  0x00000004 , 0x0000003f 
+ 00020275  0x00004ecb set1  0x00000003 , 0x0000003f 
+ 00020276  0x00004ecd store  0x00000001 , 0x00004253 
+ 00020277  0x00004ece copy  0x0000000b , 0x00000005 
+ 00020278  0x00004ecf arg  0x00000053 , 0x0000000b 
+ 00020279  0x00004ed0 fetch  0x00000002 , 0x0000424e 
+ 00020280  0x00004ed1 copy  0x0000003f , 0x00000002 
+ 00020281  0x00004ed2 branch  0x00004f43 
+ 00020282  0x00004ed4 copy  0x00000005 , 0x0000000b 
+ 00020283  0x00004ed5 fetch  0x00000001 , 0x00004251 
+ 00020284  0x00004ed6 set1  0x00000004 , 0x0000003f 
+ 00020285  0x00004ed7 set1  0x00000003 , 0x0000003f 
+ 00020286  0x00004ed9 store  0x00000001 , 0x00004251 
+ 00020287  0x00004edb copy  0x0000000b , 0x00000005 
+ 00020288  0x00004edc arg  0x00000051 , 0x0000000b 
+ 00020289  0x00004edd fetch  0x00000002 , 0x0000424a 
+ 00020290  0x00004ede copy  0x0000003f , 0x00000002 
+ 00020291  0x00004ee0 bpatchx  0x00000013 , 0x00004022 
+ 00020292  0x00004ee1 setarg  0x00000005 
+ 00020293  0x00004ee2 istore  0x00000001 , 0x00000005 
+ 00020294  0x00004ee3 copy  0x00000007 , 0x0000003f 
+ 00020295  0x00004ee4 istore  0x00000001 , 0x00000005 
+ 00020296  0x00004ee5 setarg  0x00000006 
+ 00020297  0x00004ee6 istore  0x00000002 , 0x00000005 
+ 00020298  0x00004ee7 copy  0x00000002 , 0x0000003f 
+ 00020299  0x00004ee8 istore  0x00000002 , 0x00000005 
+ 00020300  0x00004ee9 force  0x00000000 , 0x0000003f 
+ 00020301  0x00004eea istore  0x00000002 , 0x00000005 
+ 00020302  0x00004eeb force  0x00000000 , 0x0000003f 
+ 00020303  0x00004eec istore  0x00000002 , 0x00000005 
+ 00020304  0x00004eed force  0x0000000a , 0x0000003f 
+ 00020305  0x00004eee iadd  0x00000012 , 0x00000012 
+ 00020306  0x00004ef0 storet  0x00000002 , 0x00000282 
+ 00020307  0x00004ef1 copy  0x00000007 , 0x0000003f 
+ 00020308  0x00004ef2 store  0x00000001 , 0x00000281 
+ 00020309  0x00004ef3 force  0x00000050 , 0x0000003f 
+ 00020310  0x00004ef4 icompare  0x000000ff , 0x0000000b 
+ 00020311  0x00004ef5 branch  0x00004f59 , 0x00000001 
+ 00020312  0x00004ef6 increase  0x00000001 , 0x0000003f 
+ 00020313  0x00004ef9 rtn 
+ 00020314  0x00004efb disable  0x00000028 
+ 00020315  0x00004efc rtnbit1  0x00000002 , 0x0000003f 
+ 00020316  0x00004efd rtnbit0  0x00000000 , 0x0000003f 
+ 00020317  0x00004efe rtnbit0  0x00000001 , 0x0000003f 
+ 00020318  0x00004eff set1  0x00000002 , 0x0000003f 
+ 00020319  0x00004f00 copy  0x00000006 , 0x00000005 
+ 00020320  0x00004f01 increase  0xffffffff , 0x00000005 
+ 00020321  0x00004f02 istore  0x00000001 , 0x00000005 
+ 00020322  0x00004f03 enable  0x00000028 
+ 00020323  0x00004f04 rtn 
+ 00020324  0x00004f07 fetch  0x00000001 , 0x00004250 
+ 00020325  0x00004f08 call  0x00004f5a 
+ 00020326  0x00004f09 nbranch  0x00004f6b , 0x00000028 
+ 00020327  0x00004f0a jam  0x00000050 , 0x00000280 
+ 00020328  0x00004f0b fetch  0x00000002 , 0x00004248 
+ 00020329  0x00004f0c store  0x00000002 , 0x00000282 
+ 00020330  0x00004f0d branch  0x00004f7f 
+ 00020331  0x00004f0f fetch  0x00000001 , 0x00004251 
+ 00020332  0x00004f10 call  0x00004f5a 
+ 00020333  0x00004f11 nbranch  0x00004f72 , 0x00000028 
+ 00020334  0x00004f12 jam  0x00000051 , 0x00000280 
+ 00020335  0x00004f13 fetch  0x00000002 , 0x0000424a 
+ 00020336  0x00004f14 store  0x00000002 , 0x00000282 
+ 00020337  0x00004f15 branch  0x00004f7f 
+ 00020338  0x00004f17 fetch  0x00000001 , 0x00004252 
+ 00020339  0x00004f18 call  0x00004f5a 
+ 00020340  0x00004f19 nbranch  0x00004f79 , 0x00000028 
+ 00020341  0x00004f1a jam  0x00000052 , 0x00000280 
+ 00020342  0x00004f1b fetch  0x00000002 , 0x0000424c 
+ 00020343  0x00004f1c store  0x00000002 , 0x00000282 
+ 00020344  0x00004f1d branch  0x00004f7f 
+ 00020345  0x00004f1f fetch  0x00000001 , 0x00004253 
+ 00020346  0x00004f20 call  0x00004f5a 
+ 00020347  0x00004f21 nrtn  0x00000028 
+ 00020348  0x00004f22 jam  0x00000053 , 0x00000280 
+ 00020349  0x00004f23 fetch  0x00000002 , 0x0000424e 
+ 00020350  0x00004f24 store  0x00000002 , 0x00000282 
+ 00020351  0x00004f28 bpatchx  0x00000014 , 0x00004022 
+ 00020352  0x00004f29 call  0x0000523a 
+ 00020353  0x00004f2a call  0x000052b8 
+ 00020354  0x00004f2b force  0x00000000 , 0x00000012 
+ 00020355  0x00004f2c call  0x000052c3 
+ 00020356  0x00004f2d force  0x00000004 , 0x0000003f 
+ 00020357  0x00004f2e istore  0x00000001 , 0x00000005 
+ 00020358  0x00004f2f fetch  0x00000001 , 0x00004255 
+ 00020359  0x00004f30 istore  0x00000001 , 0x00000005 
+ 00020360  0x00004f31 setarg  0x00000008 
+ 00020361  0x00004f32 istore  0x00000002 , 0x00000005 
+ 00020362  0x00004f33 fetch  0x00000002 , 0x00000282 
+ 00020363  0x00004f34 istore  0x00000002 , 0x00000005 
+ 00020364  0x00004f35 setarg  0x00000000 
+ 00020365  0x00004f36 istore  0x00000002 , 0x00000005 
+ 00020366  0x00004f37 force  0x00000001 , 0x0000003f 
+ 00020367  0x00004f38 istore  0x00000001 , 0x00000005 
+ 00020368  0x00004f39 force  0x00000002 , 0x0000003f 
+ 00020369  0x00004f3a istore  0x00000001 , 0x00000005 
+ 00020370  0x00004f3b fetch  0x00000001 , 0x00000280 
+ 00020371  0x00004f3c beq  0x00000051 , 0x00004f97 
+ 00020372  0x00004f3d setarg  0x00000030 
+ 00020373  0x00004f3e istore  0x00000002 , 0x00000005 
+ 00020374  0x00004f3f branch  0x00004f99 
+ 00020375  0x00004f41 setarg  0x000003e3 
+ 00020376  0x00004f42 istore  0x00000002 , 0x00000005 
+ 00020377  0x00004f44 arg  0x0000000c , 0x00000002 
+ 00020378  0x00004f45 storet  0x00000002 , 0x0000026f 
+ 00020379  0x00004f46 call  0x000052c1 
+ 00020380  0x00004f47 fetch  0x00000002 , 0x0000026f 
+ 00020381  0x00004f48 istore  0x00000002 , 0x00000005 
+ 00020382  0x00004f49 force  0x00000001 , 0x0000003f 
+ 00020383  0x00004f4a istore  0x00000002 , 0x00000005 
+ 00020384  0x00004f4b jam  0x00000000 , 0x00000280 
+ 00020385  0x00004f4d branch  0x00004e1e 
+ 00020386  0x00004f50 increase  0x00000001 , 0x00000006 
+ 00020387  0x00004f51 ifetch  0x00000002 , 0x00000006 
+ 00020388  0x00004f52 copy  0x0000003f , 0x00000011 
+ 00020389  0x00004f53 copy  0x00000013 , 0x0000003f 
+ 00020390  0x00004f54 isub  0x00000011 , 0x00000013 
+ 00020391  0x00004f55 ifetch  0x00000002 , 0x00000006 
+ 00020392  0x00004f56 copy  0x0000003f , 0x00000011 
+ 00020393  0x00004f57 bpatchx  0x00000015 , 0x00004022 
+ 00020394  0x00004f58 setarg  0x00000050 
+ 00020395  0x00004f59 isub  0x00000011 , 0x0000003e 
+ 00020396  0x00004f5a branch  0x00004fba , 0x00000005 
+ 00020397  0x00004f5b setarg  0x00000051 
+ 00020398  0x00004f5c isub  0x00000011 , 0x0000003e 
+ 00020399  0x00004f5d branch  0x00004fbe , 0x00000005 
+ 00020400  0x00004f5e setarg  0x00000052 
+ 00020401  0x00004f5f isub  0x00000011 , 0x0000003e 
+ 00020402  0x00004f60 branch  0x00004fc2 , 0x00000005 
+ 00020403  0x00004f61 setarg  0x00000053 
+ 00020404  0x00004f62 isub  0x00000011 , 0x0000003e 
+ 00020405  0x00004f63 branch  0x00004fc6 , 0x00000005 
+ 00020406  0x00004f64 increase  0x00000002 , 0x00000006 
+ 00020407  0x00004f65 ifetch  0x00000002 , 0x00000006 
+ 00020408  0x00004f66 iforce  0x0000003e 
+ 00020409  0x00004f67 branch  0x00004e1e 
+ 00020410  0x00004f69 fetch  0x00000001 , 0x00004250 
+ 00020411  0x00004f6a set1  0x00000005 , 0x0000003f 
+ 00020412  0x00004f6b store  0x00000001 , 0x00004250 
+ 00020413  0x00004f6c branch  0x00004e1e 
+ 00020414  0x00004f6e fetch  0x00000001 , 0x00004251 
+ 00020415  0x00004f6f set1  0x00000005 , 0x0000003f 
+ 00020416  0x00004f70 store  0x00000001 , 0x00004251 
+ 00020417  0x00004f71 branch  0x00004e1e 
+ 00020418  0x00004f73 fetch  0x00000001 , 0x00004252 
+ 00020419  0x00004f74 set1  0x00000005 , 0x0000003f 
+ 00020420  0x00004f75 store  0x00000001 , 0x00004252 
+ 00020421  0x00004f76 branch  0x00004e1e 
+ 00020422  0x00004f78 fetch  0x00000001 , 0x00004253 
+ 00020423  0x00004f79 set1  0x00000005 , 0x0000003f 
+ 00020424  0x00004f7a store  0x00000001 , 0x00004253 
+ 00020425  0x00004f7b jam  0x00000006 , 0x00000a99 
+ 00020426  0x00004f7c branch  0x00007d86 
+ 00020427  0x00004f81 ifetch  0x00000001 , 0x00000006 
+ 00020428  0x00004f82 copy  0x0000003f , 0x00000007 
+ 00020429  0x00004f83 ifetch  0x00000002 , 0x00000006 
+ 00020430  0x00004f84 copy  0x0000003f , 0x00000011 
+ 00020431  0x00004f85 copy  0x00000013 , 0x0000003f 
+ 00020432  0x00004f86 isub  0x00000011 , 0x00000013 
+ 00020433  0x00004f87 ifetch  0x00000002 , 0x00000006 
+ 00020434  0x00004f88 copy  0x0000003f , 0x00000011 
+ 00020435  0x00004f89 ifetch  0x00000002 , 0x00000006 
+ 00020436  0x00004f8a copy  0x0000003f , 0x0000000b 
+ 00020437  0x00004f8b copy  0x00000011 , 0x00000002 
+ 00020438  0x00004f8c call  0x00007ea8 
+ 00020439  0x00004f8d bpatchx  0x00000016 , 0x00004022 
+ 00020440  0x00004f8e setarg  0x00000050 
+ 00020441  0x00004f8f isub  0x00000002 , 0x0000003e 
+ 00020442  0x00004f90 branch  0x00004ff2 , 0x00000005 
+ 00020443  0x00004f91 setarg  0x00000051 
+ 00020444  0x00004f92 isub  0x00000002 , 0x0000003e 
+ 00020445  0x00004f93 branch  0x00005002 , 0x00000005 
+ 00020446  0x00004f94 setarg  0x00000052 
+ 00020447  0x00004f95 isub  0x00000002 , 0x0000003e 
+ 00020448  0x00004f96 branch  0x00004fe6 , 0x00000005 
+ 00020449  0x00004f97 setarg  0x00000053 
+ 00020450  0x00004f98 isub  0x00000002 , 0x0000003e 
+ 00020451  0x00004f99 branch  0x00004fec , 0x00000005 
+ 00020452  0x00004f9a call  0x00005062 
+ 00020453  0x00004f9b branch  0x00005017 
+ 00020454  0x00004f9d copy  0x0000000b , 0x00000002 
+ 00020455  0x00004f9e fetch  0x00000002 , 0x0000424c 
+ 00020456  0x00004f9f isub  0x00000002 , 0x0000003e 
+ 00020457  0x00004fa0 branch  0x00004ff8 , 0x00000005 
+ 00020458  0x00004fa1 call  0x00005062 
+ 00020459  0x00004fa2 branch  0x00005017 
+ 00020460  0x00004fa4 copy  0x0000000b , 0x00000002 
+ 00020461  0x00004fa5 fetch  0x00000002 , 0x0000424e 
+ 00020462  0x00004fa6 isub  0x00000002 , 0x0000003e 
+ 00020463  0x00004fa7 branch  0x00004ffa , 0x00000005 
+ 00020464  0x00004fa8 call  0x00005062 
+ 00020465  0x00004fa9 branch  0x00005017 
+ 00020466  0x00004fac copy  0x0000000b , 0x00000002 
+ 00020467  0x00004fad fetch  0x00000002 , 0x00004248 
+ 00020468  0x00004fae isub  0x00000002 , 0x0000003e 
+ 00020469  0x00004faf branch  0x00004ffe , 0x00000005 
+ 00020470  0x00004fb0 call  0x00005062 
+ 00020471  0x00004fb1 branch  0x00005017 
+ 00020472  0x00004fb3 call  0x00005079 
+ 00020473  0x00004fb4 branch  0x0000500a 
+ 00020474  0x00004fb6 call  0x0000507f 
+ 00020475  0x00004fb7 fetch  0x00000002 , 0x0000424c 
+ 00020476  0x00004fb8 branch  0x0000500a , 0x00000034 
+ 00020477  0x00004fc0 branch  0x0000500a 
+ 00020478  0x00004fc3 call  0x00005074 
+ 00020479  0x00004fc4 fetch  0x00000001 , 0x00000288 
+ 00020480  0x00004fc5 nbranch  0x0000500a , 0x00000034 
+ 00020481  0x00004fc8 branch  0x0000500a 
+ 00020482  0x00004fca copy  0x0000000b , 0x00000002 
+ 00020483  0x00004fcb fetch  0x00000002 , 0x0000424a 
+ 00020484  0x00004fcc isub  0x00000002 , 0x0000003e 
+ 00020485  0x00004fcd branch  0x00005008 , 0x00000005 
+ 00020486  0x00004fce call  0x00005062 
+ 00020487  0x00004fcf branch  0x00005017 
+ 00020488  0x00004fd1 call  0x0000506f 
+ 00020489  0x00004fd2 branch  0x0000500a 
+ 00020490  0x00004fd4 call  0x00007ead 
+ 00020491  0x00004fd5 setarg  0x00000007 
+ 00020492  0x00004fd6 istore  0x00000001 , 0x00000005 
+ 00020493  0x00004fd7 copy  0x00000007 , 0x0000003f 
+ 00020494  0x00004fd8 istore  0x00000001 , 0x00000005 
+ 00020495  0x00004fd9 setarg  0x00000004 
+ 00020496  0x00004fda istore  0x00000002 , 0x00000005 
+ 00020497  0x00004fdb copy  0x00000011 , 0x0000003f 
+ 00020498  0x00004fdc istore  0x00000002 , 0x00000005 
+ 00020499  0x00004fdd copy  0x0000000b , 0x0000003f 
+ 00020500  0x00004fde istore  0x00000002 , 0x00000005 
+ 00020501  0x00004fdf force  0x00000008 , 0x0000003f 
+ 00020502  0x00004fe0 branch  0x00005019 
+ 00020503  0x00004fe2 call  0x00007ead 
+ 00020504  0x00004fe3 branch  0x00005019 
+ 00020505  0x00004fe5 iadd  0x00000012 , 0x00000012 
+ 00020506  0x00004fe6 branch  0x00004e1e 
+ 00020507  0x00004fe8 ifetch  0x00000001 , 0x00000006 
+ 00020508  0x00004fe9 copy  0x0000003f , 0x00000007 
+ 00020509  0x00004fea ifetch  0x00000002 , 0x00000006 
+ 00020510  0x00004feb copy  0x0000003f , 0x00000011 
+ 00020511  0x00004fec copy  0x00000013 , 0x0000003f 
+ 00020512  0x00004fed isub  0x00000011 , 0x00000013 
+ 00020513  0x00004fee ifetch  0x00000002 , 0x00000006 
+ 00020514  0x00004fef copy  0x0000003f , 0x0000000b 
+ 00020515  0x00004ff0 ifetch  0x00000002 , 0x00000006 
+ 00020516  0x00004ff1 copy  0x0000003f , 0x00000002 
+ 00020517  0x00004ff2 call  0x00007ea8 
+ 00020518  0x00004ff3 bpatchx  0x00000017 , 0x00004022 
+ 00020519  0x00004ff4 setarg  0x00000050 
+ 00020520  0x00004ff5 isub  0x00000002 , 0x0000003e 
+ 00020521  0x00004ff6 branch  0x00005035 , 0x00000005 
+ 00020522  0x00004ff7 setarg  0x00000051 
+ 00020523  0x00004ff8 isub  0x00000002 , 0x0000003e 
+ 00020524  0x00004ff9 branch  0x0000503b , 0x00000005 
+ 00020525  0x00004ffa setarg  0x00000052 
+ 00020526  0x00004ffb isub  0x00000002 , 0x0000003e 
+ 00020527  0x00004ffc branch  0x00005041 , 0x00000005 
+ 00020528  0x00004ffd setarg  0x00000053 
+ 00020529  0x00004ffe isub  0x00000002 , 0x0000003e 
+ 00020530  0x00004fff branch  0x00005047 , 0x00000005 
+ 00020531  0x00005000 call  0x00005062 
+ 00020532  0x00005001 branch  0x0000504f 
+ 00020533  0x00005003 copy  0x00000002 , 0x00000011 
+ 00020534  0x00005004 copy  0x0000000b , 0x00000002 
+ 00020535  0x00005005 fetch  0x00000002 , 0x00004248 
+ 00020536  0x00005006 isub  0x00000002 , 0x0000003e 
+ 00020537  0x00005007 call  0x00005074 , 0x00000005 
+ 00020538  0x00005008 branch  0x0000504d 
+ 00020539  0x0000500a copy  0x00000002 , 0x00000011 
+ 00020540  0x0000500b copy  0x0000000b , 0x00000002 
+ 00020541  0x0000500c fetch  0x00000002 , 0x0000424a 
+ 00020542  0x0000500d isub  0x00000002 , 0x0000003e 
+ 00020543  0x0000500e call  0x0000506f , 0x00000005 
+ 00020544  0x0000500f branch  0x0000504d 
+ 00020545  0x00005011 copy  0x00000002 , 0x00000011 
+ 00020546  0x00005012 copy  0x0000000b , 0x00000002 
+ 00020547  0x00005013 fetch  0x00000002 , 0x0000424c 
+ 00020548  0x00005014 isub  0x00000002 , 0x0000003e 
+ 00020549  0x00005015 call  0x00005079 , 0x00000005 
+ 00020550  0x00005016 branch  0x0000504d 
+ 00020551  0x00005018 copy  0x00000002 , 0x00000011 
+ 00020552  0x00005019 copy  0x0000000b , 0x00000002 
+ 00020553  0x0000501a fetch  0x00000002 , 0x0000424e 
+ 00020554  0x0000501b isub  0x00000002 , 0x0000003e 
+ 00020555  0x0000501c call  0x0000507f , 0x00000005 
+ 00020556  0x0000501d branch  0x0000504d 
+ 00020557  0x0000501f call  0x00007ead 
+ 00020558  0x00005020 branch  0x00004e1e 
+ 00020559  0x00005022 branch  0x00004e1e 
+ 00020560  0x00005026 ifetch  0x00000001 , 0x00000006 
+ 00020561  0x00005027 copy  0x0000003f , 0x00000007 
+ 00020562  0x00005028 ifetch  0x00000002 , 0x00000006 
+ 00020563  0x00005029 copy  0x0000003f , 0x00000011 
+ 00020564  0x0000502a iadd  0x00000006 , 0x00000006 
+ 00020565  0x0000502b setarg  0x00000009 
+ 00020566  0x0000502c istore  0x00000001 , 0x00000005 
+ 00020567  0x0000502d copy  0x00000007 , 0x0000003f 
+ 00020568  0x0000502e istore  0x00000001 , 0x00000005 
+ 00020569  0x0000502f force  0x00000000 , 0x0000003f 
+ 00020570  0x00005030 istore  0x00000002 , 0x00000005 
+ 00020571  0x00005031 force  0x00000004 , 0x0000003f 
+ 00020572  0x00005032 iadd  0x00000012 , 0x00000012 
+ 00020573  0x00005033 copy  0x00000013 , 0x0000003f 
+ 00020574  0x00005034 isub  0x00000011 , 0x00000013 
+ 00020575  0x00005035 branch  0x00004e1e 
+ 00020576  0x00005037 branch  0x00004e1e 
+ 00020577  0x0000503a branch  0x00004e1e 
+ 00020578  0x0000503c force  0x00000000 , 0x00000012 
+ 00020579  0x0000503d call  0x000052c3 
+ 00020580  0x0000503e setarg  0x00000001 
+ 00020581  0x0000503f istore  0x00000001 , 0x00000005 
+ 00020582  0x00005040 copy  0x00000007 , 0x0000003f 
+ 00020583  0x00005041 istore  0x00000001 , 0x00000005 
+ 00020584  0x00005042 setarg  0x00000002 
+ 00020585  0x00005043 istore  0x00000002 , 0x00000005 
+ 00020586  0x00005044 setarg  0x00000000 
+ 00020587  0x00005045 istore  0x00000002 , 0x00000005 
+ 00020588  0x00005046 increase  0x00000006 , 0x00000012 
+ 00020589  0x00005047 arg  0x00000004 , 0x00000013 
+ 00020590  0x00005048 branch  0x00004e1e 
+ 00020591  0x0000504d setarg  0x00000000 
+ 00020592  0x0000504e store  0x00000002 , 0x0000027b 
+ 00020593  0x0000504f store  0x00000002 , 0x0000424a 
+ 00020594  0x00005050 jam  0x00000000 , 0x00004251 
+ 00020595  0x00005051 rtn 
+ 00020596  0x00005053 setarg  0x00000000 
+ 00020597  0x00005054 store  0x00000002 , 0x00000275 
+ 00020598  0x00005055 store  0x00000002 , 0x00004248 
+ 00020599  0x00005056 jam  0x00000000 , 0x00004250 
+ 00020600  0x00005057 rtn 
+ 00020601  0x00005059 setarg  0x00000000 
+ 00020602  0x0000505a store  0x00000002 , 0x0000424c 
+ 00020603  0x0000505b jam  0x00000000 , 0x00004252 
+ 00020604  0x0000505c fetch  0x00000001 , 0x00004253 
+ 00020605  0x0000505d beq  0x00000000 , 0x00005085 
+ 00020606  0x0000505e rtn 
+ 00020607  0x00005061 setarg  0x00000000 
+ 00020608  0x00005062 store  0x00000002 , 0x0000424e 
+ 00020609  0x00005063 jam  0x00000000 , 0x00004253 
+ 00020610  0x00005064 fetch  0x00000001 , 0x00004252 
+ 00020611  0x00005065 beq  0x00000000 , 0x00005085 
+ 00020612  0x00005066 rtn 
+ 00020613  0x00005069 jam  0x00000007 , 0x00000a99 
+ 00020614  0x0000506a branch  0x00007d86 
+ 00020615  0x0000506d fetch  0x00000001 , 0x0000027f 
+ 00020616  0x0000506e set0  0x00000000 , 0x0000003f 
+ 00020617  0x0000506f store  0x00000001 , 0x0000027f 
+ 00020618  0x00005070 fetch  0x00000002 , 0x0000424e 
+ 00020619  0x00005071 rtn  0x00000034 
+ 00020620  0x00005072 call  0x000052b8 
+ 00020621  0x00005073 fetch  0x00000002 , 0x0000424e 
+ 00020622  0x00005074 copy  0x0000003f , 0x00000011 
+ 00020623  0x00005075 force  0x00000053 , 0x00000012 
+ 00020624  0x00005076 branch  0x0000509a 
+ 00020625  0x00005078 fetch  0x00000001 , 0x0000027f 
+ 00020626  0x00005079 set0  0x00000007 , 0x0000003f 
+ 00020627  0x0000507a store  0x00000001 , 0x0000027f 
+ 00020628  0x0000507b fetch  0x00000002 , 0x0000424c 
+ 00020629  0x0000507c rtn  0x00000034 
+ 00020630  0x0000507d call  0x000052b8 
+ 00020631  0x0000507e fetch  0x00000002 , 0x0000424c 
+ 00020632  0x0000507f copy  0x0000003f , 0x00000011 
+ 00020633  0x00005080 force  0x00000052 , 0x00000012 
+ 00020634  0x00005082 call  0x0000523a 
+ 00020635  0x00005083 call  0x000052c3 
+ 00020636  0x00005084 force  0x00000006 , 0x0000003f 
+ 00020637  0x00005085 istore  0x00000001 , 0x00000005 
+ 00020638  0x00005086 fetch  0x00000001 , 0x00004255 
+ 00020639  0x00005087 istore  0x00000001 , 0x00000005 
+ 00020640  0x00005088 setarg  0x00000004 
+ 00020641  0x00005089 istore  0x00000002 , 0x00000005 
+ 00020642  0x0000508a copy  0x00000011 , 0x0000003f 
+ 00020643  0x0000508b istore  0x00000002 , 0x00000005 
+ 00020644  0x0000508c copy  0x00000012 , 0x0000003f 
+ 00020645  0x0000508d istore  0x00000002 , 0x00000005 
+ 00020646  0x0000508e force  0x00000008 , 0x00000002 
+ 00020647  0x0000508f branch  0x000050de 
+ 00020648  0x00005092 bpatchx  0x00000018 , 0x00004023 
+ 00020649  0x00005093 call  0x0000523a 
+ 00020650  0x00005094 call  0x000052c3 
+ 00020651  0x00005095 setarg  0x00000002 
+ 00020652  0x00005096 istore  0x00000001 , 0x00000005 
+ 00020653  0x00005097 fetch  0x00000001 , 0x00004255 
+ 00020654  0x00005098 istore  0x00000001 , 0x00000005 
+ 00020655  0x00005099 setarg  0x00000004 
+ 00020656  0x0000509a istore  0x00000002 , 0x00000005 
+ 00020657  0x0000509b copy  0x00000002 , 0x0000003f 
+ 00020658  0x0000509c istore  0x00000002 , 0x00000005 
+ 00020659  0x0000509d copy  0x0000000b , 0x0000003f 
+ 00020660  0x0000509e istore  0x00000002 , 0x00000005 
+ 00020661  0x0000509f arg  0x00000008 , 0x00000002 
+ 00020662  0x000050a0 branch  0x000050de 
+ 00020663  0x000050a2 bpatchx  0x00000019 , 0x00004023 
+ 00020664  0x000050a3 call  0x0000523a 
+ 00020665  0x000050a4 call  0x000052c3 
+ 00020666  0x000050a5 setarg  0x00000004 
+ 00020667  0x000050a6 istore  0x00000001 , 0x00000005 
+ 00020668  0x000050a7 fetch  0x00000001 , 0x00004255 
+ 00020669  0x000050a8 istore  0x00000001 , 0x00000005 
+ 00020670  0x000050a9 setarg  0x00000008 
+ 00020671  0x000050aa istore  0x00000002 , 0x00000005 
+ 00020672  0x000050ac copy  0x00000002 , 0x0000003f 
+ 00020673  0x000050ae istore  0x00000002 , 0x00000005 
+ 00020674  0x000050af setarg  0x00000000 
+ 00020675  0x000050b0 istore  0x00000002 , 0x00000005 
+ 00020676  0x000050b1 setarg  0x00000001 
+ 00020677  0x000050b2 istore  0x00000001 , 0x00000005 
+ 00020678  0x000050b3 setarg  0x00000002 
+ 00020679  0x000050b4 istore  0x00000001 , 0x00000005 
+ 00020680  0x000050b5 setarg  0x000003e3 
+ 00020681  0x000050b6 istore  0x00000002 , 0x00000005 
+ 00020682  0x000050b7 arg  0x0000000c , 0x00000002 
+ 00020683  0x000050b8 branch  0x000050de 
+ 00020684  0x000050ba bpatchx  0x0000001a , 0x00004023 
+ 00020685  0x000050bb call  0x0000523a 
+ 00020686  0x000050bc call  0x000052c3 
+ 00020687  0x000050bd setarg  0x00000006 
+ 00020688  0x000050be istore  0x00000001 , 0x00000005 
+ 00020689  0x000050bf fetch  0x00000001 , 0x00004255 
+ 00020690  0x000050c0 increase  0x00000001 , 0x0000003f 
+ 00020691  0x000050c1 copy  0x00000005 , 0x00000011 
+ 00020692  0x000050c2 store  0x00000001 , 0x00004255 
+ 00020693  0x000050c3 copy  0x00000011 , 0x00000005 
+ 00020694  0x000050c4 istore  0x00000001 , 0x00000005 
+ 00020695  0x000050c5 setarg  0x00000004 
+ 00020696  0x000050c6 istore  0x00000002 , 0x00000005 
+ 00020697  0x000050c7 copy  0x00000002 , 0x0000003f 
+ 00020698  0x000050c8 istore  0x00000002 , 0x00000005 
+ 00020699  0x000050c9 copy  0x0000000b , 0x0000003f 
+ 00020700  0x000050ca istore  0x00000002 , 0x00000005 
+ 00020701  0x000050cb arg  0x00000008 , 0x00000002 
+ 00020702  0x000050cf storet  0x00000002 , 0x0000026f 
+ 00020703  0x000050d0 copy  0x00000002 , 0x0000003f 
+ 00020704  0x000050d1 branch  0x00005264 , 0x00000034 
+ 00020705  0x000050d2 call  0x000052c1 
+ 00020706  0x000050d3 fetch  0x00000002 , 0x0000026f 
+ 00020707  0x000050d4 istore  0x00000002 , 0x00000005 
+ 00020708  0x000050d5 force  0x00000001 , 0x0000003f 
+ 00020709  0x000050d6 istore  0x00000002 , 0x00000005 
+ 00020710  0x000050d7 rtn 
+ 00020711  0x000050da fetch  0x00000002 , 0x00000275 
+ 00020712  0x000050db branch  0x00002a8c , 0x00000034 
+ 00020713  0x000050dc call  0x000052ce 
+ 00020714  0x000050dd fetch  0x00000002 , 0x00000275 
+ 00020715  0x000050de istore  0x00000002 , 0x00000005 
+ 00020716  0x000050df fetch  0x00000002 , 0x00004248 
+ 00020717  0x000050e0 istore  0x00000002 , 0x00000005 
+ 00020718  0x000050e1 rtn 
+ 00020719  0x000050e3 fetch  0x00000002 , 0x00000266 
+ 00020720  0x000050e4 branch  0x00004dfc , 0x00000034 
+ 00020721  0x000050e5 bpatchx  0x0000001b , 0x00004023 
+ 00020722  0x000050e6 fetch  0x00000001 , 0x00000268 
+ 00020723  0x000050e7 beq  0x00000001 , 0x000050f9 
+ 00020724  0x000050e8 beq  0x00000050 , 0x00004de8 
+ 00020725  0x000050e9 beq  0x00000051 , 0x00004df5 
+ 00020726  0x000050ea beq  0x00000052 , 0x00004df3 
+ 00020727  0x000050eb beq  0x00000053 , 0x00004df3 
+ 00020728  0x000050ec branch  0x00004dfc 
+ 00020729  0x000050ef bpatchx  0x0000001c , 0x00004023 
+ 00020730  0x000050f0 call  0x000052b8 
+ 00020731  0x000050f1 force  0x00000000 , 0x00000012 
+ 00020732  0x000050f2 call  0x000052c3 
+ 00020733  0x000050f3 copy  0x0000003f , 0x00000005 
+ 00020734  0x000050f4 fetch  0x00000002 , 0x00000266 
+ 00020735  0x000050f5 copy  0x0000003f , 0x00000013 
+ 00020736  0x000050f6 fetch  0x00000002 , 0x00000264 
+ 00020737  0x000050f7 iforce  0x00000006 
+ 00020738  0x000050f9 call  0x00005108 
+ 00020739  0x000050fa increase  0xfffffffc , 0x00000013 
+ 00020740  0x000050fb nbranch  0x00005102 , 0x00000005 
+ 00020741  0x000050fc copy  0x00000012 , 0x00000002 
+ 00020742  0x000050fd call  0x000050de 
+ 00020743  0x000050fe branch  0x00004dfc 
+ 00020744  0x00005101 ifetch  0x00000001 , 0x00000006 
+ 00020745  0x00005102 beq  0x00000002 , 0x00005113 
+ 00020746  0x00005103 beq  0x00000001 , 0x00005116 
+ 00020747  0x00005104 beq  0x00000003 , 0x00005120 
+ 00020748  0x00005105 beq  0x00000005 , 0x0000515c 
+ 00020749  0x00005106 beq  0x00000004 , 0x0000518e 
+ 00020750  0x00005107 beq  0x00000007 , 0x00005213 
+ 00020751  0x00005108 beq  0x00000006 , 0x000051e1 
+ 00020752  0x00005109 beq  0x00000008 , 0x00005050 
+ 00020753  0x0000510a beq  0x0000000a , 0x00004e3a 
+ 00020754  0x0000510b branch  0x0000522e 
+ 00020755  0x0000510e call  0x00007ea8 
+ 00020756  0x00005110 call  0x00007ead 
+ 00020757  0x00005111 branch  0x00004e51 
+ 00020758  0x00005113 ifetch  0x00000001 , 0x00000006 
+ 00020759  0x00005114 copy  0x0000003f , 0x00000007 
+ 00020760  0x00005115 ifetch  0x00000002 , 0x00000006 
+ 00020761  0x00005116 copy  0x0000003f , 0x00000011 
+ 00020762  0x00005117 copy  0x00000013 , 0x0000003f 
+ 00020763  0x00005118 isub  0x00000011 , 0x00000013 
+ 00020764  0x0000511a ifetch  0x00000001 , 0x00000006 
+ 00020765  0x0000511b increase  0xffffffff , 0x00000011 
+ 00020766  0x0000511c nbranch  0x0000511c , 0x00000005 
+ 00020767  0x0000511d rtn 
+ 00020768  0x0000511f ifetch  0x00000001 , 0x00000006 
+ 00020769  0x00005120 copy  0x0000003f , 0x00000007 
+ 00020770  0x00005121 ifetch  0x00000002 , 0x00000006 
+ 00020771  0x00005122 copy  0x0000003f , 0x00000011 
+ 00020772  0x00005123 ifetch  0x00000002 , 0x00000006 
+ 00020773  0x00005124 copy  0x0000003f , 0x0000000b 
+ 00020774  0x00005125 ifetch  0x00000002 , 0x00000006 
+ 00020775  0x00005126 copy  0x0000003f , 0x00000002 
+ 00020776  0x00005127 ifetch  0x00000002 , 0x00000006 
+ 00020777  0x00005128 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00020778  0x00005129 branch  0x00005132 , 0x00000005 
+ 00020779  0x0000512a beq  0x00000002 , 0x0000512e 
+ 00020780  0x0000512b beq  0x00000004 , 0x0000512e 
+ 00020781  0x0000512c branch  0x00005130 
+ 00020782  0x0000512e jam  0x00000016 , 0x00000a99 
+ 00020783  0x0000512f call  0x00007d86 
+ 00020784  0x00005131 ifetch  0x00000002 , 0x00000006 
+ 00020785  0x00005132 branch  0x00005159 
+ 00020786  0x00005134 call  0x00007ea8 
+ 00020787  0x00005138 bpatchx  0x0000001d , 0x00004023 
+ 00020788  0x00005139 setarg  0x00000050 
+ 00020789  0x0000513a isub  0x00000002 , 0x0000003e 
+ 00020790  0x0000513b branch  0x00005141 , 0x00000005 
+ 00020791  0x0000513c setarg  0x00000051 
+ 00020792  0x0000513d isub  0x00000002 , 0x0000003e 
+ 00020793  0x0000513e branch  0x00005147 , 0x00000005 
+ 00020794  0x0000513f setarg  0x00000053 
+ 00020795  0x00005140 isub  0x00000002 , 0x0000003e 
+ 00020796  0x00005141 branch  0x00005153 , 0x00000005 
+ 00020797  0x00005142 setarg  0x00000052 
+ 00020798  0x00005143 isub  0x00000002 , 0x0000003e 
+ 00020799  0x00005144 branch  0x0000514d , 0x00000005 
+ 00020800  0x00005145 branch  0x00005159 
+ 00020801  0x00005147 copy  0x0000000b , 0x0000003f 
+ 00020802  0x00005148 store  0x00000002 , 0x00004248 
+ 00020803  0x00005149 fetch  0x00000001 , 0x00004250 
+ 00020804  0x0000514a set1  0x00000001 
+ 00020805  0x0000514b store  0x00000001 , 0x00004250 
+ 00020806  0x0000514c branch  0x00005158 
+ 00020807  0x0000514e copy  0x0000000b , 0x0000003f 
+ 00020808  0x0000514f store  0x00000002 , 0x0000424a 
+ 00020809  0x00005150 fetch  0x00000001 , 0x00004251 
+ 00020810  0x00005151 set1  0x00000001 
+ 00020811  0x00005152 store  0x00000001 , 0x00004251 
+ 00020812  0x00005153 branch  0x00005158 
+ 00020813  0x00005155 copy  0x0000000b , 0x0000003f 
+ 00020814  0x00005156 store  0x00000002 , 0x0000424c 
+ 00020815  0x00005157 fetch  0x00000001 , 0x00004252 
+ 00020816  0x00005158 set1  0x00000001 
+ 00020817  0x00005159 store  0x00000001 , 0x00004252 
+ 00020818  0x0000515a branch  0x00005158 
+ 00020819  0x0000515c copy  0x0000000b , 0x0000003f 
+ 00020820  0x0000515d store  0x00000002 , 0x0000424e 
+ 00020821  0x0000515e fetch  0x00000001 , 0x00004253 
+ 00020822  0x0000515f set1  0x00000001 
+ 00020823  0x00005160 store  0x00000001 , 0x00004253 
+ 00020824  0x00005164 call  0x00007ead 
+ 00020825  0x00005166 copy  0x00000013 , 0x0000003f 
+ 00020826  0x00005167 isub  0x00000011 , 0x00000013 
+ 00020827  0x00005168 rtn 
+ 00020828  0x0000516b ifetch  0x00000001 , 0x00000006 
+ 00020829  0x0000516c copy  0x0000003f , 0x00000007 
+ 00020830  0x0000516d ifetch  0x00000002 , 0x00000006 
+ 00020831  0x0000516e copy  0x0000003f , 0x00000011 
+ 00020832  0x0000516f copy  0x00000013 , 0x0000003f 
+ 00020833  0x00005170 isub  0x00000011 , 0x00000013 
+ 00020834  0x00005171 ifetch  0x00000002 , 0x00000006 
+ 00020835  0x00005172 copy  0x0000003f , 0x0000000b 
+ 00020836  0x00005173 ifetch  0x00000002 , 0x00000006 
+ 00020837  0x00005174 ifetch  0x00000002 , 0x00000006 
+ 00020838  0x00005175 nbranch  0x00005188 , 0x00000034 
+ 00020839  0x00005176 call  0x00007ea8 
+ 00020840  0x0000517a copy  0x0000000b , 0x00000002 
+ 00020841  0x0000517b bpatchx  0x0000001e , 0x00004023 
+ 00020842  0x0000517c setarg  0x00000050 
+ 00020843  0x0000517d isub  0x00000002 , 0x0000003e 
+ 00020844  0x0000517e branch  0x00005176 , 0x00000005 
+ 00020845  0x0000517f setarg  0x00000051 
+ 00020846  0x00005180 isub  0x00000002 , 0x0000003e 
+ 00020847  0x00005181 branch  0x0000517a , 0x00000005 
+ 00020848  0x00005182 setarg  0x00000052 
+ 00020849  0x00005183 isub  0x00000002 , 0x0000003e 
+ 00020850  0x00005184 branch  0x0000517e , 0x00000005 
+ 00020851  0x00005185 setarg  0x00000053 
+ 00020852  0x00005186 isub  0x00000002 , 0x0000003e 
+ 00020853  0x00005187 branch  0x00005182 , 0x00000005 
+ 00020854  0x00005189 fetch  0x00000001 , 0x00004250 
+ 00020855  0x0000518a set1  0x00000005 
+ 00020856  0x0000518b store  0x00000001 , 0x00004250 
+ 00020857  0x0000518c rtn 
+ 00020858  0x0000518e fetch  0x00000001 , 0x00004251 
+ 00020859  0x0000518f set1  0x00000005 
+ 00020860  0x00005190 store  0x00000001 , 0x00004251 
+ 00020861  0x00005191 rtn 
+ 00020862  0x00005193 fetch  0x00000001 , 0x00004252 
+ 00020863  0x00005194 set1  0x00000005 
+ 00020864  0x00005195 store  0x00000001 , 0x00004252 
+ 00020865  0x00005196 rtn 
+ 00020866  0x00005198 fetch  0x00000001 , 0x00004253 
+ 00020867  0x00005199 set1  0x00000005 
+ 00020868  0x0000519a store  0x00000001 , 0x00004253 
+ 00020869  0x0000519b jam  0x00000006 , 0x00000a99 
+ 00020870  0x0000519c branch  0x00007d86 
+ 00020871  0x000051a0 call  0x00007ead 
+ 00020872  0x000051a2 increase  0xfffffffa , 0x00000011 
+ 00020873  0x000051a4 branch  0x0000518d , 0x00000005 
+ 00020874  0x000051a5 increase  0x00000001 , 0x00000006 
+ 00020875  0x000051a6 increase  0xffffffff , 0x00000011 
+ 00020876  0x000051a7 branch  0x00005189 
+ 00020877  0x000051a9 rtn 
+ 00020878  0x000051ab ifetch  0x00000001 , 0x00000006 
+ 00020879  0x000051ac copy  0x0000003f , 0x00000007 
+ 00020880  0x000051ad ifetch  0x00000002 , 0x00000006 
+ 00020881  0x000051ae copy  0x0000003f , 0x00000011 
+ 00020882  0x000051af copy  0x00000013 , 0x0000003f 
+ 00020883  0x000051b0 isub  0x00000011 , 0x00000013 
+ 00020884  0x000051b1 ifetch  0x00000002 , 0x00000006 
+ 00020885  0x000051b2 increase  0x00000002 , 0x00000006 
+ 00020886  0x000051b3 copy  0x0000003f , 0x00000002 
+ 00020887  0x000051b4 setarg  0x00000005 
+ 00020888  0x000051b5 istore  0x00000001 , 0x00000005 
+ 00020889  0x000051b6 copy  0x00000007 , 0x0000003f 
+ 00020890  0x000051b7 istore  0x00000001 , 0x00000005 
+ 00020891  0x000051b8 increase  0x00000002 , 0x00000011 
+ 00020892  0x000051b9 copy  0x00000011 , 0x0000003f 
+ 00020893  0x000051ba istore  0x00000002 , 0x00000005 
+ 00020894  0x000051bb call  0x00007ea8 
+ 00020895  0x000051bc bpatchx  0x0000001f , 0x00004023 
+ 00020896  0x000051bd setarg  0x00000050 
+ 00020897  0x000051be isub  0x00000002 , 0x0000003e 
+ 00020898  0x000051bf branch  0x000051ad , 0x00000005 
+ 00020899  0x000051c0 setarg  0x00000051 
+ 00020900  0x000051c1 isub  0x00000002 , 0x0000003e 
+ 00020901  0x000051c2 branch  0x000051be , 0x00000005 
+ 00020902  0x000051c3 setarg  0x00000052 
+ 00020903  0x000051c4 isub  0x00000002 , 0x0000003e 
+ 00020904  0x000051c5 branch  0x000051c4 , 0x00000005 
+ 00020905  0x000051c6 setarg  0x00000053 
+ 00020906  0x000051c7 isub  0x00000002 , 0x0000003e 
+ 00020907  0x000051c8 branch  0x000051ca , 0x00000005 
+ 00020908  0x000051c9 branch  0x000051cf 
+ 00020909  0x000051cb fetch  0x00000001 , 0x00004250 
+ 00020910  0x000051cc set1  0x00000004 , 0x0000003f 
+ 00020911  0x000051cd set1  0x00000003 , 0x0000003f 
+ 00020912  0x000051ce store  0x00000001 , 0x00004250 
+ 00020913  0x000051cf bbit1  0x00000002 , 0x000051bb 
+ 00020914  0x000051d0 fetcht  0x00000001 , 0x0000027f 
+ 00020915  0x000051d1 set1  0x00000006 , 0x00000002 
+ 00020916  0x000051d2 storet  0x00000001 , 0x0000027f 
+ 00020917  0x000051d3 copy  0x00000007 , 0x0000003f 
+ 00020918  0x000051d4 increase  0x00000001 , 0x0000003f 
+ 00020919  0x000051d5 store  0x00000001 , 0x00000281 
+ 00020920  0x000051d6 fetch  0x00000001 , 0x00004250 
+ 00020921  0x000051d7 set1  0x00000002 , 0x0000003f 
+ 00020922  0x000051d8 store  0x00000001 , 0x00004250 
+ 00020923  0x000051da fetch  0x00000002 , 0x00004248 
+ 00020924  0x000051db store  0x00000002 , 0x00000282 
+ 00020925  0x000051dc branch  0x000051cf 
+ 00020926  0x000051de fetch  0x00000001 , 0x00004251 
+ 00020927  0x000051df set1  0x00000004 , 0x0000003f 
+ 00020928  0x000051e0 set1  0x00000003 , 0x0000003f 
+ 00020929  0x000051e1 store  0x00000001 , 0x00004251 
+ 00020930  0x000051e2 fetch  0x00000002 , 0x0000424a 
+ 00020931  0x000051e3 branch  0x000051cf 
+ 00020932  0x000051e5 fetch  0x00000001 , 0x00004252 
+ 00020933  0x000051e6 set1  0x00000004 , 0x0000003f 
+ 00020934  0x000051e7 set1  0x00000003 , 0x0000003f 
+ 00020935  0x000051e8 store  0x00000001 , 0x00004252 
+ 00020936  0x000051e9 fetch  0x00000002 , 0x0000424c 
+ 00020937  0x000051ea branch  0x000051cf 
+ 00020938  0x000051ec fetch  0x00000001 , 0x00004253 
+ 00020939  0x000051ed set1  0x00000004 , 0x0000003f 
+ 00020940  0x000051ee set1  0x00000003 , 0x0000003f 
+ 00020941  0x000051ef store  0x00000001 , 0x00004253 
+ 00020942  0x000051f0 fetch  0x00000002 , 0x0000424e 
+ 00020943  0x000051f4 copy  0x0000003f , 0x0000000b 
+ 00020944  0x000051f5 call  0x00007ead 
+ 00020945  0x000051f7 copy  0x0000000b , 0x0000003f 
+ 00020946  0x000051f9 istore  0x00000002 , 0x00000005 
+ 00020947  0x000051fa force  0x00000000 , 0x0000003f 
+ 00020948  0x000051fb istore  0x00000002 , 0x00000005 
+ 00020949  0x000051fc force  0x00000000 , 0x0000003f 
+ 00020950  0x000051fd istore  0x00000002 , 0x00000005 
+ 00020951  0x000051fe force  0x0000000a , 0x0000003f 
+ 00020952  0x000051ff iadd  0x00000012 , 0x00000012 
+ 00020953  0x00005200 increase  0xfffffffa , 0x00000011 
+ 00020954  0x00005202 branch  0x000051e0 , 0x00000005 
+ 00020955  0x00005203 ifetch  0x00000001 , 0x00000006 
+ 00020956  0x00005204 istore  0x00000001 , 0x00000005 
+ 00020957  0x00005205 increase  0x00000001 , 0x00000012 
+ 00020958  0x00005206 increase  0xffffffff , 0x00000011 
+ 00020959  0x00005207 branch  0x000051da 
+ 00020960  0x00005209 rtn 
+ 00020961  0x0000520b ifetch  0x00000001 , 0x00000006 
+ 00020962  0x0000520c copy  0x0000003f , 0x00000007 
+ 00020963  0x0000520d ifetch  0x00000002 , 0x00000006 
+ 00020964  0x0000520e copy  0x0000003f , 0x00000011 
+ 00020965  0x0000520f copy  0x00000013 , 0x0000003f 
+ 00020966  0x00005210 isub  0x00000011 , 0x00000013 
+ 00020967  0x00005212 ifetch  0x00000002 , 0x00000006 
+ 00020968  0x00005213 copy  0x0000003f , 0x00000011 
+ 00020969  0x00005214 ifetch  0x00000002 , 0x00000006 
+ 00020970  0x00005215 copy  0x0000003f , 0x0000000b 
+ 00020971  0x00005216 call  0x00007ea8 
+ 00020972  0x00005217 bpatchx  0x00000020 , 0x00004024 
+ 00020973  0x00005218 setarg  0x00000050 
+ 00020974  0x00005219 copy  0x00000011 , 0x00000002 
+ 00020975  0x0000521a isub  0x00000002 , 0x0000003e 
+ 00020976  0x0000521b branch  0x000051fa , 0x00000005 
+ 00020977  0x0000521c setarg  0x00000052 
+ 00020978  0x0000521d copy  0x00000011 , 0x00000002 
+ 00020979  0x0000521e isub  0x00000002 , 0x0000003e 
+ 00020980  0x0000521f branch  0x000051ff , 0x00000005 
+ 00020981  0x00005220 setarg  0x00000053 
+ 00020982  0x00005221 copy  0x00000011 , 0x00000002 
+ 00020983  0x00005222 isub  0x00000002 , 0x0000003e 
+ 00020984  0x00005223 branch  0x00005201 , 0x00000005 
+ 00020985  0x00005224 branch  0x00005203 
+ 00020986  0x00005226 setarg  0x00000000 
+ 00020987  0x00005227 store  0x00000002 , 0x00000275 
+ 00020988  0x00005228 store  0x00000002 , 0x00004248 
+ 00020989  0x00005229 store  0x00000001 , 0x00004250 
+ 00020990  0x0000522a branch  0x00005205 
+ 00020991  0x0000522c call  0x00005079 
+ 00020992  0x0000522d branch  0x00005205 
+ 00020993  0x0000522f call  0x0000507f 
+ 00020994  0x00005235 branch  0x00005205 
+ 00020995  0x00005237 setarg  0x00000000 
+ 00020996  0x00005238 store  0x00000002 , 0x0000027b 
+ 00020997  0x0000523a call  0x00007ead 
+ 00020998  0x0000523b setarg  0x00000007 
+ 00020999  0x0000523c istore  0x00000001 , 0x00000005 
+ 00021000  0x0000523d copy  0x00000007 , 0x0000003f 
+ 00021001  0x0000523e istore  0x00000001 , 0x00000005 
+ 00021002  0x0000523f setarg  0x00000004 
+ 00021003  0x00005240 istore  0x00000002 , 0x00000005 
+ 00021004  0x00005241 copy  0x00000011 , 0x0000003f 
+ 00021005  0x00005242 istore  0x00000002 , 0x00000005 
+ 00021006  0x00005243 copy  0x0000000b , 0x0000003f 
+ 00021007  0x00005244 istore  0x00000002 , 0x00000005 
+ 00021008  0x00005245 force  0x00000008 , 0x0000003f 
+ 00021009  0x00005246 iadd  0x00000012 , 0x00000012 
+ 00021010  0x00005247 rtn 
+ 00021011  0x0000524a ifetch  0x00000001 , 0x00000006 
+ 00021012  0x0000524b copy  0x0000003f , 0x00000007 
+ 00021013  0x0000524c ifetch  0x00000002 , 0x00000006 
+ 00021014  0x0000524d copy  0x0000003f , 0x00000011 
+ 00021015  0x0000524e ifetch  0x00000002 , 0x00000006 
+ 00021016  0x0000524f copy  0x0000003f , 0x0000000b 
+ 00021017  0x00005250 ifetch  0x00000002 , 0x00000006 
+ 00021018  0x00005251 copy  0x0000003f , 0x00000002 
+ 00021019  0x00005252 call  0x00007ea8 
+ 00021020  0x00005253 bpatchx  0x00000021 , 0x00004024 
+ 00021021  0x00005254 fetch  0x00000001 , 0x00004255 
+ 00021022  0x00005255 icompare  0x000000ff , 0x00000007 
+ 00021023  0x00005256 nbranch  0x0000522a , 0x00000001 
+ 00021024  0x00005257 setarg  0x00000050 
+ 00021025  0x00005258 isub  0x00000002 , 0x0000003e 
+ 00021026  0x00005259 branch  0x00005227 , 0x00000005 
+ 00021027  0x0000525a setarg  0x00000051 
+ 00021028  0x0000525b isub  0x00000002 , 0x0000003e 
+ 00021029  0x0000525c branch  0x0000522a , 0x00000005 
+ 00021030  0x0000525d branch  0x0000522a 
+ 00021031  0x0000525f jam  0x00000000 , 0x00004248 
+ 00021032  0x00005260 jam  0x00000000 , 0x00004250 
+ 00021033  0x00005261 branch  0x0000522a 
+ 00021034  0x00005266 call  0x00007ead 
+ 00021035  0x00005267 copy  0x00000013 , 0x0000003f 
+ 00021036  0x00005268 isub  0x00000011 , 0x00000013 
+ 00021037  0x00005269 rtn 
+ 00021038  0x0000526c setarg  0x00000001 
+ 00021039  0x0000526d istore  0x00000001 , 0x00000005 
+ 00021040  0x0000526e ifetch  0x00000001 , 0x00000006 
+ 00021041  0x0000526f istore  0x00000001 , 0x00000005 
+ 00021042  0x00005270 setarg  0x00000002 
+ 00021043  0x00005271 istore  0x00000002 , 0x00000005 
+ 00021044  0x00005272 setarg  0x00000000 
+ 00021045  0x00005273 istore  0x00000002 , 0x00000005 
+ 00021046  0x00005274 setarg  0x00000006 
+ 00021047  0x00005275 iadd  0x00000012 , 0x00000012 
+ 00021048  0x00005276 force  0x00000004 , 0x00000013 
+ 00021049  0x00005277 rtn 
+ 00021050  0x0000527b fetch  0x00000001 , 0x00004255 
+ 00021051  0x0000527c increase  0x00000001 , 0x0000003f 
+ 00021052  0x0000527d bne  0x00000000 , 0x0000523e 
+ 00021053  0x0000527e increase  0x00000001 , 0x0000003f 
+ 00021054  0x00005280 store  0x00000001 , 0x00004255 
+ 00021055  0x00005281 rtn 
+ 00021056  0x0000528c bpatchx  0x00000022 , 0x00004024 
+ 00021057  0x0000528d arg  0x00000000 , 0x00000012 
+ 00021058  0x0000528e call  0x0000526e 
+ 00021059  0x0000528f nbranch  0x00002a8c , 0x00000034 
+ 00021060  0x00005290 call  0x0000527e 
+ 00021061  0x00005291 arg  0x00001800 , 0x00000012 
+ 00021062  0x00005292 arg  0x00000000 , 0x00000007 
+ 00021063  0x00005294 fetcht  0x00000001 , 0x00004256 
+ 00021064  0x00005295 qisolate1  0x00000002 
+ 00021065  0x00005296 branch  0x0000524f , 0x00000001 
+ 00021066  0x00005297 call  0x000052a0 
+ 00021067  0x00005298 sub  0x0000000b , 0x00000000 , 0x0000003e 
+ 00021068  0x00005299 branch  0x0000524f , 0x00000002 
+ 00021069  0x0000529a call  0x00005288 
+ 00021070  0x0000529b branch  0x00005255 
+ 00021071  0x0000529d increase  0x00000080 , 0x00000012 
+ 00021072  0x0000529e increase  0x00000001 , 0x00000007 
+ 00021073  0x0000529f setarg  0x00000008 
+ 00021074  0x000052a0 isub  0x00000007 , 0x0000003e 
+ 00021075  0x000052a1 branch  0x00005247 , 0x00000002 
+ 00021076  0x000052a2 arg  0x00000000 , 0x00000012 
+ 00021077  0x000052a4 copy  0x00000012 , 0x0000003f 
+ 00021078  0x000052a5 branch  0x00002a8c , 0x00000034 
+ 00021079  0x000052a6 rtn 
+ 00021080  0x000052af bpatchx  0x00000023 , 0x00004024 
+ 00021081  0x000052b0 call  0x00005277 
+ 00021082  0x000052b1 increase  0x00000001 , 0x00000006 
+ 00021083  0x000052b2 ifetch  0x00000002 , 0x00000006 
+ 00021084  0x000052b3 rtn 
+ 00021085  0x000052ba bpatchx  0x00000024 , 0x00004024 
+ 00021086  0x000052bb call  0x00005277 
+ 00021087  0x000052bc copy  0x00000006 , 0x00000005 
+ 00021088  0x000052bd copy  0x00000006 , 0x00000002 
+ 00021089  0x000052be setarg  0x00000000 
+ 00021090  0x000052bf istore  0x00000003 , 0x00000005 
+ 00021091  0x000052c0 rtn 
+ 00021092  0x000052c6 bpatchx  0x00000025 , 0x00004024 
+ 00021093  0x000052c7 call  0x00005274 
+ 00021094  0x000052c8 branch  0x00002a8c , 0x00000034 
+ 00021095  0x000052c9 fetch  0x00000003 , 0x0000425d 
+ 00021096  0x000052ca store  0x00000003 , 0x00004260 
+ 00021097  0x000052cb fetch  0x00000003 , 0x0000425a 
+ 00021098  0x000052cc store  0x00000003 , 0x0000425d 
+ 00021099  0x000052cd fetch  0x00000003 , 0x00004257 
+ 00021100  0x000052ce store  0x00000003 , 0x0000425a 
+ 00021101  0x000052cf rtn 
+ 00021102  0x000052d6 bpatchx  0x00000026 , 0x00004024 
+ 00021103  0x000052d7 fetch  0x00000003 , 0x00004257 
+ 00021104  0x000052d8 rtn 
+ 00021105  0x000052df bpatchx  0x00000027 , 0x00004024 
+ 00021106  0x000052e0 fetch  0x00000003 , 0x0000425a 
+ 00021107  0x000052e1 rtn 
+ 00021108  0x000052e8 bpatchx  0x00000028 , 0x00004025 
+ 00021109  0x000052e9 fetch  0x00000003 , 0x00004260 
+ 00021110  0x000052ea rtn 
+ 00021111  0x000052f0 call  0x00005274 
+ 00021112  0x000052f1 branch  0x00002a8c , 0x00000034 
+ 00021113  0x000052f2 arg  0x00004257 , 0x00000006 
+ 00021114  0x000052f4 ifetch  0x00000003 , 0x00000006 
+ 00021115  0x000052f5 branch  0x0000527a , 0x00000034 
+ 00021116  0x000052f6 increase  0xfffffffd , 0x00000006 
+ 00021117  0x000052f7 rtn 
+ 00021118  0x000052ff bpatchx  0x00000029 , 0x00004025 
+ 00021119  0x00005300 arg  0x00000004 , 0x00000039 
+ 00021120  0x00005301 arg  0x00004257 , 0x00000006 
+ 00021121  0x00005302 arg  0x00000000 , 0x00000002 
+ 00021122  0x00005304 ifetch  0x00000003 , 0x00000006 
+ 00021123  0x00005305 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00021124  0x00005306 ior  0x00000002 , 0x00000002 
+ 00021125  0x00005307 loop  0x00005282 
+ 00021126  0x00005308 storet  0x00000001 , 0x00004256 
+ 00021127  0x00005309 rtn 
+ 00021128  0x00005312 bpatchx  0x0000002a , 0x00004025 
+ 00021129  0x00005313 call  0x0000526e 
+ 00021130  0x00005314 nbranch  0x00002a8c , 0x00000034 
+ 00021131  0x00005315 call  0x00005274 
+ 00021132  0x00005316 branch  0x00005295 , 0x00000034 
+ 00021133  0x00005317 fetch  0x00000003 , 0x0000425a 
+ 00021134  0x00005318 store  0x00000003 , 0x00004257 
+ 00021135  0x00005319 ifetch  0x00000003 , 0x00000006 
+ 00021136  0x0000531a istore  0x00000003 , 0x00000005 
+ 00021137  0x0000531b ifetch  0x00000003 , 0x00000006 
+ 00021138  0x0000531c istore  0x00000003 , 0x00000005 
+ 00021139  0x0000531d setarg  0x00000000 
+ 00021140  0x0000531e istore  0x00000003 , 0x00000005 
+ 00021141  0x00005320 arg  0x00000000 , 0x00000002 
+ 00021142  0x00005321 copy  0x0000000b , 0x0000003f 
+ 00021143  0x00005322 iadd  0x00000007 , 0x0000003f 
+ 00021144  0x00005324 qset1  0x00000002 
+ 00021145  0x00005325 increase  0x00000001 , 0x00000007 
+ 00021146  0x00005326 isub  0x00000007 , 0x0000003e 
+ 00021147  0x00005327 nbranch  0x00005298 , 0x00000005 
+ 00021148  0x00005329 lshift8  0x00000012 , 0x0000003f 
+ 00021149  0x0000532a ior  0x00000002 , 0x0000003f 
+ 00021150  0x0000532b store  0x00000003 , 0x00004260 
+ 00021151  0x0000532c rtn 
+ 00021152  0x00005337 bpatchx  0x0000002b , 0x00004025 
+ 00021153  0x00005338 call  0x0000527e 
+ 00021154  0x00005339 copy  0x00000007 , 0x00000013 
+ 00021155  0x0000533a arg  0x00000000 , 0x00000002 
+ 00021156  0x0000533b arg  0x00000000 , 0x0000000b 
+ 00021157  0x0000533e copy  0x00000007 , 0x0000003f 
+ 00021158  0x0000533f beq  0x00000008 , 0x000052b0 
+ 00021159  0x00005340 fetch  0x00000001 , 0x00004256 
+ 00021160  0x00005341 qisolate1  0x0000003f 
+ 00021161  0x00005342 branch  0x000052b0 , 0x00000001 
+ 00021162  0x00005343 increase  0x00000080 , 0x00000002 
+ 00021163  0x00005344 increase  0x00000001 , 0x00000007 
+ 00021164  0x00005345 copy  0x00000011 , 0x0000003f 
+ 00021165  0x00005346 isub  0x00000002 , 0x0000003e 
+ 00021166  0x00005347 branch  0x000052b0 , 0x00000005 
+ 00021167  0x00005348 branch  0x000052a5 , 0x00000002 
+ 00021168  0x0000534a copy  0x00000002 , 0x0000003f 
+ 00021169  0x0000534b isub  0x00000011 , 0x0000003e 
+ 00021170  0x0000534c nbranch  0x000052b6 , 0x00000002 
+ 00021171  0x0000534d copy  0x00000007 , 0x0000003f 
+ 00021172  0x0000534e copy  0x00000013 , 0x00000002 
+ 00021173  0x0000534f isub  0x00000002 , 0x0000000b 
+ 00021174  0x00005351 copy  0x00000013 , 0x00000007 
+ 00021175  0x00005352 rtn 
+ 00021176  0x00005356 bpatchx  0x0000002c , 0x00004025 
+ 00021177  0x00005357 arg  0x0000007f , 0x00000011 
+ 00021178  0x00005358 call  0x00005240 
+ 00021179  0x00005359 store  0x00000002 , 0x0000026b 
+ 00021180  0x0000535a increase  0x00000004 , 0x0000003f 
+ 00021181  0x0000535b store  0x00000002 , 0x0000026d 
+ 00021182  0x0000535c setarg  0x00000000 
+ 00021183  0x0000535d store  0x00000002 , 0x0000026f 
+ 00021184  0x0000535e rtn 
+ 00021185  0x00005361 fetch  0x00000002 , 0x0000026b 
+ 00021186  0x00005362 branch  0x000052e2 
+ 00021187  0x00005365 fetch  0x00000002 , 0x0000026d 
+ 00021188  0x00005366 branch  0x000052e2 
+ 00021189  0x0000536a bpatchx  0x0000002d , 0x00004025 
+ 00021190  0x0000536b arg  0x000000fa , 0x00000011 
+ 00021191  0x0000536c call  0x00005240 
+ 00021192  0x0000536d store  0x00000002 , 0x00000271 
+ 00021193  0x0000536e increase  0x00000004 , 0x0000003f 
+ 00021194  0x0000536f store  0x00000002 , 0x00000273 
+ 00021195  0x00005370 setarg  0x00000000 
+ 00021196  0x00005371 store  0x00000002 , 0x00000275 
+ 00021197  0x00005372 rtn 
+ 00021198  0x00005375 fetch  0x00000002 , 0x00000271 
+ 00021199  0x00005376 branch  0x000052e2 
+ 00021200  0x00005379 fetch  0x00000002 , 0x00000273 
+ 00021201  0x0000537a branch  0x000052e2 
+ 00021202  0x0000537e bpatchx  0x0000002e , 0x00004025 
+ 00021203  0x0000537f call  0x00007e7c 
+ 00021204  0x00005380 jam  0x00000001 , 0x00000284 
+ 00021205  0x00005381 call  0x0000526e 
+ 00021206  0x00005382 nrtn  0x00000034 
+ 00021207  0x00005383 arg  0x0000007f , 0x00000011 
+ 00021208  0x00005384 call  0x00005240 
+ 00021209  0x00005385 store  0x00000002 , 0x00000277 
+ 00021210  0x00005386 increase  0x00000004 , 0x0000003f 
+ 00021211  0x00005387 store  0x00000002 , 0x00000279 
+ 00021212  0x00005388 setarg  0x00000000 
+ 00021213  0x00005389 store  0x00000002 , 0x0000027b 
+ 00021214  0x0000538a jam  0x00000000 , 0x00000284 
+ 00021215  0x0000538b branch  0x00007e8c 
+ 00021216  0x0000538e fetch  0x00000002 , 0x00000277 
+ 00021217  0x0000538f branch  0x000052e2 
+ 00021218  0x00005392 branch  0x00002a8c , 0x00000034 
+ 00021219  0x00005393 copy  0x0000003f , 0x00000005 
+ 00021220  0x00005394 rtn 
+ 00021221  0x00005398 bpatchx  0x0000002f , 0x00004025 
+ 00021222  0x00005399 arg  0x00000000 , 0x00000012 
+ 00021223  0x0000539a arg  0x00004257 , 0x00000011 
+ 00021224  0x0000539b increase  0xfffffffe , 0x00000011 
+ 00021225  0x0000539d increase  0x00000002 , 0x00000011 
+ 00021226  0x0000539e setarg  0x00004263 
+ 00021227  0x0000539f isub  0x00000011 , 0x0000003e 
+ 00021228  0x000053a0 branch  0x000052f5 , 0x00000005 
+ 00021229  0x000053a1 ifetch  0x00000001 , 0x00000011 
+ 00021230  0x000053a2 increase  0x00000001 , 0x00000011 
+ 00021231  0x000053a3 branch  0x000052e9 , 0x00000034 
+ 00021232  0x000053a4 ifetcht  0x00000002 , 0x00000011 
+ 00021233  0x000053a5 ifetch  0x00000002 , 0x00000002 
+ 00021234  0x000053a6 iadd  0x00000012 , 0x00000012 
+ 00021235  0x000053a7 increase  0x00000004 , 0x00000012 
+ 00021236  0x000053a8 branch  0x000052e9 
+ 00021237  0x000053aa copy  0x00000012 , 0x0000003f 
+ 00021238  0x000053ab rtn 
+ 00021239  0x000053af arg  0x0000000c , 0x00000007 
+ 00021240  0x000053b0 branch  0x00002c32 
+ 00021241  0x000053b3 arg  0x0000000c , 0x00000007 
+ 00021242  0x000053b4 branch  0x00002c36 
+ 00021243  0x000053b7 bpatchx  0x00000030 , 0x00004026 
+ 00021244  0x000053b8 call  0x0000527e 
+ 00021245  0x000053b9 fetch  0x00000001 , 0x00004256 
+ 00021246  0x000053ba rtn  0x00000034 
+ 00021247  0x000053bb call  0x000052e5 
+ 00021248  0x000053bc arg  0x00000100 , 0x00000002 
+ 00021249  0x000053bd isub  0x00000002 , 0x0000003e 
+ 00021250  0x000053be branch  0x000052f7 , 0x00000002 
+ 00021251  0x000053bf call  0x000052f9 
+ 00021252  0x000053c0 arg  0x00004263 , 0x00000005 
+ 00021253  0x000053c1 arg  0x00004257 , 0x00000011 
+ 00021254  0x000053c3 setarg  0x00004263 
+ 00021255  0x000053c4 isub  0x00000011 , 0x0000003e 
+ 00021256  0x000053c5 rtn  0x00000005 
+ 00021257  0x000053c6 ifetch  0x00000001 , 0x00000011 
+ 00021258  0x000053c7 increase  0x00000001 , 0x00000011 
+ 00021259  0x000053c8 nbranch  0x0000530f , 0x00000034 
+ 00021260  0x000053c9 istore  0x00000002 , 0x00000005 
+ 00021261  0x000053ca increase  0x00000002 , 0x00000011 
+ 00021262  0x000053cb branch  0x00005306 
+ 00021263  0x000053cd ifetch  0x00000002 , 0x00000011 
+ 00021264  0x000053ce increase  0x00000002 , 0x00000011 
+ 00021265  0x000053cf copy  0x0000003f , 0x00000006 
+ 00021266  0x000053d0 ifetch  0x00000002 , 0x00000006 
+ 00021267  0x000053d1 istore  0x00000002 , 0x00000005 
+ 00021268  0x000053d2 copy  0x0000003f , 0x00000039 
+ 00021269  0x000053d3 increase  0x00000002 , 0x00000039 
+ 00021270  0x000053d4 call  0x00007f01 
+ 00021271  0x000053d5 branch  0x00005306 
+ 00021272  0x000053d8 bpatchx  0x00000031 , 0x00004026 
+ 00021273  0x000053d9 call  0x0000527e 
+ 00021274  0x000053da fetch  0x00000001 , 0x00004256 
+ 00021275  0x000053db rtn  0x00000034 
+ 00021276  0x000053dc arg  0x00004258 , 0x00000011 
+ 00021277  0x000053dd increase  0xfffffffd , 0x00000011 
+ 00021278  0x000053de arg  0x00004263 , 0x00000006 
+ 00021279  0x000053e0 increase  0x00000003 , 0x00000011 
+ 00021280  0x000053e1 setarg  0x00004264 
+ 00021281  0x000053e2 isub  0x00000011 , 0x0000003e 
+ 00021282  0x000053e3 rtn  0x00000005 
+ 00021283  0x000053e4 ifetch  0x00000002 , 0x00000006 
+ 00021284  0x000053e5 branch  0x0000531f , 0x00000034 
+ 00021285  0x000053e6 increase  0x00000004 , 0x0000003f 
+ 00021286  0x000053e7 copy  0x0000003f , 0x00000039 
+ 00021287  0x000053e8 copy  0x00000006 , 0x00000012 
+ 00021288  0x000053e9 ifetch  0x00000002 , 0x00000011 
+ 00021289  0x000053ea copy  0x0000003f , 0x00000005 
+ 00021290  0x000053eb copy  0x00000012 , 0x00000006 
+ 00021291  0x000053ec increase  0xfffffffe , 0x00000006 
+ 00021292  0x000053ed call  0x00007f01 
+ 00021293  0x000053ee branch  0x0000531f 
+ 00021294  0x000053f9 bpatchx  0x00000032 , 0x00004026 
+ 00021295  0x000053fa disable  0x0000002b 
+ 00021296  0x000053fb jam  0x00000001 , 0x00000455 
+ 00021297  0x000053fc jam  0x00000003 , 0x0000043f 
+ 00021298  0x000053fd jam  0x00000001 , 0x00000456 
+ 00021299  0x000053fe setarg  0xffffffff 
+ 00021300  0x000053ff store  0x00000002 , 0x00000459 
+ 00021301  0x00005400 force  0x00000000 , 0x0000003f 
+ 00021302  0x00005401 store  0x00000001 , 0x00000457 
+ 00021303  0x00005402 store  0x00000001 , 0x00000462 
+ 00021304  0x00005403 store  0x00000003 , 0x00004169 
+ 00021305  0x00005404 store  0x00000003 , 0x0000416c 
+ 00021306  0x00005405 store  0x00000005 , 0x00004403 
+ 00021307  0x00005406 set1  0x00000027 , 0x0000003f 
+ 00021308  0x00005407 store  0x00000005 , 0x00004408 
+ 00021309  0x00005408 jam  0x00000001 , 0x000043dc 
+ 00021310  0x00005409 jam  0x00000000 , 0x000043dd 
+ 00021311  0x0000540a branch  0x000056ed 
+ 00021312  0x0000540d bpatchx  0x00000033 , 0x00004026 
+ 00021313  0x0000540e enable  0x00000029 
+ 00021314  0x0000540f jam  0x00000003 , 0x00000440 
+ 00021315  0x00005410 jam  0x00000001 , 0x00000478 
+ 00021316  0x00005411 jam  0x00000001 , 0x0000445a 
+ 00021317  0x00005412 setarg  0x0000ffff 
+ 00021318  0x00005413 store  0x00000002 , 0x0000445c 
+ 00021319  0x00005414 force  0x00000000 , 0x0000003f 
+ 00021320  0x00005415 store  0x00000005 , 0x00004408 
+ 00021321  0x00005416 set1  0x00000027 , 0x0000003f 
+ 00021322  0x00005417 store  0x00000005 , 0x00004403 
+ 00021323  0x00005418 branch  0x0000532e 
+ 00021324  0x0000541c bpatchx  0x00000034 , 0x00004026 
+ 00021325  0x0000541d disable  0x00000029 
+ 00021326  0x0000541e setarg  0x00000017 
+ 00021327  0x0000541f store  0x00000002 , 0x000044a8 
+ 00021328  0x00005420 jam  0x00000001 , 0x00000440 
+ 00021329  0x00005421 jam  0x00000000 , 0x0000436e 
+ 00021330  0x00005422 jam  0x00000000 , 0x000000a0 
+ 00021331  0x00005423 jam  0x00000000 , 0x000044c4 
+ 00021332  0x00005424 jam  0x00000000 , 0x000044c5 
+ 00021333  0x00005425 fetch  0x00000002 , 0x0000046d 
+ 00021334  0x00005426 store  0x00000002 , 0x000044ba 
+ 00021335  0x00005427 fetch  0x00000002 , 0x00000441 
+ 00021336  0x00005428 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00021337  0x00005429 rshift4  0x0000003f , 0x0000003f 
+ 00021338  0x0000542a store  0x00000002 , 0x0000046d 
+ 00021339  0x0000542b branch  0x0000532e 
+ 00021340  0x00005432 call  0x000053c4 
+ 00021341  0x00005433 call  0x000055e8 
+ 00021342  0x00005434 call  0x000056f0 
+ 00021343  0x00005435 branch  0x000053ce 
+ 00021344  0x00005438 bpatchx  0x00000035 , 0x00004026 
+ 00021345  0x00005439 call  0x000053c4 
+ 00021346  0x0000543a call  0x000032f4 
+ 00021347  0x0000543b fetch  0x00000001 , 0x00000440 
+ 00021348  0x0000543c beq  0x00000003 , 0x00005366 
+ 00021349  0x0000543d branch  0x0000537a 
+ 00021350  0x00005444 bpatchx  0x00000036 , 0x00004026 
+ 00021351  0x00005445 enable  0x00000029 
+ 00021352  0x00005446 call  0x000056e4 
+ 00021353  0x00005447 branch  0x00005377 , 0x00000002 
+ 00021354  0x00005448 call  0x00002c6c 
+ 00021355  0x00005449 call  0x00005413 
+ 00021356  0x0000544a call  0x0000561e 
+ 00021357  0x0000544b disable  0x0000002d 
+ 00021358  0x0000544c call  0x000054bf 
+ 00021359  0x0000544d nrtn  0x0000002d 
+ 00021360  0x0000544e bpatchx  0x00000037 , 0x00004026 
+ 00021361  0x0000544f fetch  0x00000001 , 0x00000005 
+ 00021362  0x00005450 increase  0x00000001 , 0x0000003f 
+ 00021363  0x00005451 store  0x00000001 , 0x00000005 
+ 00021364  0x00005452 call  0x000055aa 
+ 00021365  0x00005453 disable  0x00000029 
+ 00021366  0x00005454 rtn 
+ 00021367  0x00005457 call  0x000053a9 
+ 00021368  0x00005458 disable  0x00000029 
+ 00021369  0x00005459 rtn 
+ 00021370  0x0000545f bpatchx  0x00000038 , 0x00004027 
+ 00021371  0x00005460 jam  0x00000000 , 0x0000450f 
+ 00021372  0x00005461 call  0x00007aaf 
+ 00021373  0x00005462 call  0x00005c18 
+ 00021374  0x00005463 disable  0x0000002e 
+ 00021375  0x00005464 call  0x000056e4 
+ 00021376  0x00005465 branch  0x000053a9 , 0x00000002 
+ 00021377  0x00005466 call  0x00002c6c 
+ 00021378  0x00005467 call  0x00005413 
+ 00021379  0x00005468 call  0x00005489 
+ 00021380  0x00005469 nbranch  0x0000539b , 0x00000018 
+ 00021381  0x0000546a call  0x000053b7 
+ 00021382  0x0000546b branch  0x00005388 , 0x0000002d 
+ 00021383  0x0000546c branch  0x00005395 
+ 00021384  0x00005470 bpatchx  0x00000039 , 0x00004027 
+ 00021385  0x00005471 fetch  0x00000001 , 0x0000450f 
+ 00021386  0x00005472 pincrease  0x00000001 
+ 00021387  0x00005473 store  0x00000001 , 0x0000450f 
+ 00021388  0x00005474 beq  0x0000000c , 0x00005395 
+ 00021389  0x00005475 call  0x000055aa 
+ 00021390  0x00005476 call  0x0000561e 
+ 00021391  0x00005477 call  0x000054c7 
+ 00021392  0x00005478 call  0x0000567e 
+ 00021393  0x00005479 fetch  0x00000002 , 0x000041fb 
+ 00021394  0x0000547a call  0x00007f9c 
+ 00021395  0x0000547b call  0x000053a0 
+ 00021396  0x0000547c branch  0x000053a4 , 0x00000028 
+ 00021397  0x0000547e bpatchx  0x0000003a , 0x00004027 
+ 00021398  0x0000547f call  0x00005be4 
+ 00021399  0x00005480 call  0x00005bdb 
+ 00021400  0x00005481 call  0x00007d9c 
+ 00021401  0x00005482 fetch  0x00000001 , 0x00000462 
+ 00021402  0x00005483 bbit1  0x00000003 , 0x000053a9 
+ 00021403  0x00005485 bpatchx  0x0000003b , 0x00004027 
+ 00021404  0x00005486 call  0x000057f4 
+ 00021405  0x00005487 call  0x0000559d 
+ 00021406  0x00005488 call  0x00005575 
+ 00021407  0x00005489 branch  0x00002841 
+ 00021408  0x0000548d disable  0x00000028 
+ 00021409  0x0000548e bmark1  0x0000002a , 0x00007fe7 
+ 00021410  0x0000548f bmark1  0x00000029 , 0x00007fe7 
+ 00021411  0x00005490 rtn 
+ 00021412  0x00005494 bpatchx  0x0000003c , 0x00004027 
+ 00021413  0x00005495 enable  0x0000002e 
+ 00021414  0x00005496 call  0x000054c1 
+ 00021415  0x00005497 branch  0x00005388 , 0x0000002d 
+ 00021416  0x00005498 branch  0x00005395 
+ 00021417  0x0000549e bpatchx  0x0000003d , 0x00004027 
+ 00021418  0x0000549f call  0x000053af 
+ 00021419  0x000054a0 call  0x000033b4 
+ 00021420  0x000054a1 call  0x00007a77 
+ 00021421  0x000054a2 jam  0x00000015 , 0x00000a99 
+ 00021422  0x000054a3 branch  0x00007d86 
+ 00021423  0x000054a6 setarg  0x00000000 
+ 00021424  0x000054a7 store  0x00000009 , 0x000044ff 
+ 00021425  0x000054a8 jam  0x00000000 , 0x00000455 
+ 00021426  0x000054a9 jam  0x00000000 , 0x00000440 
+ 00021427  0x000054aa jam  0x00000000 , 0x0000043f 
+ 00021428  0x000054ab jam  0x00000000 , 0x000044c5 
+ 00021429  0x000054ac jam  0x00000000 , 0x000044c4 
+ 00021430  0x000054ad rtn 
+ 00021431  0x000054b0 bpatchx  0x0000003e , 0x00004027 
+ 00021432  0x000054b1 fetch  0x00000001 , 0x00000005 
+ 00021433  0x000054b2 increase  0x00000001 , 0x0000003f 
+ 00021434  0x000054b3 store  0x00000001 , 0x00000005 
+ 00021435  0x000054b4 fetch  0x00000001 , 0x0000043f 
+ 00021436  0x000054b5 rtnbit1  0x00000003 
+ 00021437  0x000054b6 set1  0x00000003 
+ 00021438  0x000054b7 store  0x00000001 , 0x0000043f 
+ 00021439  0x000054b8 fetch  0x00000002 , 0x000044ba 
+ 00021440  0x000054b9 store  0x00000002 , 0x0000046d 
+ 00021441  0x000054ba setarg  0x00000000 
+ 00021442  0x000054bb store  0x00000004 , 0x000044e5 
+ 00021443  0x000054bc rtn 
+ 00021444  0x000054c0 bpatchx  0x0000003f , 0x00004027 
+ 00021445  0x000054c1 jam  0x00000036 , 0x0000890f 
+ 00021446  0x000054c2 jam  0x0000005f , 0x0000890b 
+ 00021447  0x000054c3 enable  0x00000036 
+ 00021448  0x000054c4 jam  0x00000007 , 0x00008914 
+ 00021449  0x000054c5 call  0x00002c6c 
+ 00021450  0x000054c6 fetch  0x00000001 , 0x000041e0 
+ 00021451  0x000054c7 rtn  0x00000034 
+ 00021452  0x000054c8 jam  0x000000b8 , 0x0000890a 
+ 00021453  0x000054c9 rtn 
+ 00021454  0x000054cc bpatchx  0x00000040 , 0x00004028 
+ 00021455  0x000054cd jam  0x0000002e , 0x0000890f 
+ 00021456  0x000054ce jam  0x000000ff , 0x0000890b 
+ 00021457  0x000054cf disable  0x00000036 
+ 00021458  0x000054d0 jam  0x00000003 , 0x00008914 
+ 00021459  0x000054d1 arg  0x00000000 , 0x0000001b 
+ 00021460  0x000054d2 rtn 
+ 00021461  0x000054d5 disable  0x00000009 
+ 00021462  0x000054d6 disable  0x00000007 
+ 00021463  0x000054d7 fetch  0x00000003 , 0x00000467 
+ 00021464  0x000054d8 iforce  0x0000000f 
+ 00021465  0x000054d9 fetch  0x00000001 , 0x00000016 
+ 00021466  0x000054da reverse  0x0000003f , 0x00000002 
+ 00021467  0x000054db set1  0x00000001 , 0x00000002 
+ 00021468  0x000054dc rshift  0x00000002 , 0x0000000e 
+ 00021469  0x000054dd rtn 
+ 00021470  0x000054e1 call  0x000053e6 
+ 00021471  0x000054e2 call  0x0000291f 
+ 00021472  0x000054e3 setarg  0x00000500 
+ 00021473  0x000054e4 call  0x00002a8f 
+ 00021474  0x000054e5 branch  0x00002924 
+ 00021475  0x000054e8 branch  0x00002939 , 0x0000002d 
+ 00021476  0x000054ea call  0x000053e6 
+ 00021477  0x000054eb branch  0x00002933 
+ 00021478  0x000054ed bpatchx  0x00000041 , 0x00004028 
+ 00021479  0x000054ee call  0x00002918 
+ 00021480  0x000054ef fetch  0x00000001 , 0x0000048c 
+ 00021481  0x000054f0 nbranch  0x000053f9 , 0x00000034 
+ 00021482  0x000054f1 fetch  0x00000001 , 0x00000016 
+ 00021483  0x000054f2 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021484  0x000054f3 branch  0x000053f3 , 0x00000002 
+ 00021485  0x000054f4 force  0x00000000 , 0x00000002 
+ 00021486  0x000054f5 rtneq  0x00000025 
+ 00021487  0x000054f6 force  0x00000018 , 0x00000002 
+ 00021488  0x000054f7 rtneq  0x00000026 
+ 00021489  0x000054f8 force  0x0000004e , 0x00000002 
+ 00021490  0x000054f9 rtn 
+ 00021491  0x000054fc sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00021492  0x000054fd branch  0x000053f6 , 0x00000002 
+ 00021493  0x000054fe increase  0x00000001 , 0x0000003f 
+ 00021494  0x00005501 lshift  0x0000003f , 0x0000003f 
+ 00021495  0x00005502 add  0x0000003f , 0x00000002 , 0x00000002 
+ 00021496  0x00005503 rtn 
+ 00021497  0x00005506 fetch  0x00000001 , 0x00000016 
+ 00021498  0x00005507 lshift  0x0000003f , 0x00000002 
+ 00021499  0x00005508 rtn 
+ 00021500  0x0000550b arg  0x000001f4 , 0x00000002 
+ 00021501  0x0000550c rtn  0x00000034 
+ 00021502  0x0000550d arg  0x000000fa , 0x00000002 
+ 00021503  0x0000550e rtneq  0x00000001 
+ 00021504  0x0000550f arg  0x00000096 , 0x00000002 
+ 00021505  0x00005510 rtneq  0x00000002 
+ 00021506  0x00005511 arg  0x00000064 , 0x00000002 
+ 00021507  0x00005512 rtneq  0x00000003 
+ 00021508  0x00005513 arg  0x0000004b , 0x00000002 
+ 00021509  0x00005514 rtneq  0x00000004 
+ 00021510  0x00005515 arg  0x00000032 , 0x00000002 
+ 00021511  0x00005516 rtneq  0x00000005 
+ 00021512  0x00005517 arg  0x00000028 , 0x00000002 
+ 00021513  0x00005518 rtneq  0x00000006 
+ 00021514  0x00005519 arg  0x00000014 , 0x00000002 
+ 00021515  0x0000551a rtn 
+ 00021516  0x0000551f setarg  0x008e89be 
+ 00021517  0x00005520 lshift8  0x0000003f , 0x0000003f 
+ 00021518  0x00005521 or_into  0x000000d6 , 0x0000003f 
+ 00021519  0x00005522 iforce  0x00000009 
+ 00021520  0x00005523 setarg  0x00555555 
+ 00021521  0x00005524 store  0x00000003 , 0x00000467 
+ 00021522  0x00005525 rtn 
+ 00021523  0x00005528 bpatchx  0x00000042 , 0x00004028 
+ 00021524  0x00005529 enable  0x00000010 
+ 00021525  0x0000552a fetch  0x00000004 , 0x00000463 
+ 00021526  0x0000552b iforce  0x00000009 
+ 00021527  0x0000552c call  0x00005466 
+ 00021528  0x0000552d setarg  0x00000200 
+ 00021529  0x0000552e branch  0x0000541c , 0x00000029 
+ 00021530  0x0000552f fetch  0x00000002 , 0x0000044d 
+ 00021531  0x00005530 rshift  0x0000003f , 0x0000003f 
+ 00021532  0x00005532 arg  0x00000500 , 0x00000002 
+ 00021533  0x00005533 iadd  0x00000002 , 0x0000003f 
+ 00021534  0x00005534 call  0x00002a24 
+ 00021535  0x00005535 deposit  0x0000001a 
+ 00021536  0x00005536 store  0x00000006 , 0x00000491 
+ 00021537  0x00005537 rtn 
+ 00021538  0x0000553a bpatchx  0x00000043 , 0x00004028 
+ 00021539  0x0000553b fetch  0x00000001 , 0x00000016 
+ 00021540  0x0000553c beq  0x00000025 , 0x00005428 
+ 00021541  0x0000553d beq  0x00000026 , 0x0000542e 
+ 00021542  0x0000553e beq  0x00000027 , 0x00005434 
+ 00021543  0x0000553f branch  0x00005434 
+ 00021544  0x00005542 fetcht  0x00000001 , 0x0000448d 
+ 00021545  0x00005543 isolate1  0x00000001 , 0x00000002 
+ 00021546  0x00005544 branch  0x0000543f , 0x00000001 
+ 00021547  0x00005545 isolate1  0x00000002 , 0x00000002 
+ 00021548  0x00005546 branch  0x00005444 , 0x00000001 
+ 00021549  0x00005547 branch  0x0000543a 
+ 00021550  0x0000554b fetcht  0x00000001 , 0x0000448d 
+ 00021551  0x0000554c isolate1  0x00000002 , 0x00000002 
+ 00021552  0x0000554d branch  0x00005444 , 0x00000001 
+ 00021553  0x0000554e isolate1  0x00000000 , 0x00000002 
+ 00021554  0x0000554f branch  0x0000543a , 0x00000001 
+ 00021555  0x00005550 branch  0x0000543f 
+ 00021556  0x00005554 fetcht  0x00000001 , 0x0000448d 
+ 00021557  0x00005555 isolate1  0x00000000 , 0x00000002 
+ 00021558  0x00005556 branch  0x0000543a , 0x00000001 
+ 00021559  0x00005557 isolate1  0x00000001 , 0x00000002 
+ 00021560  0x00005558 branch  0x0000543f , 0x00000001 
+ 00021561  0x00005559 branch  0x00005444 
+ 00021562  0x0000555e jam  0x00000025 , 0x00000016 
+ 00021563  0x0000555f fetch  0x00000001 , 0x00000ac2 
+ 00021564  0x00005560 set1  0x00000000 , 0x0000003f 
+ 00021565  0x00005561 store  0x00000001 , 0x00000ac2 
+ 00021566  0x00005562 rtn 
+ 00021567  0x00005565 jam  0x00000026 , 0x00000016 
+ 00021568  0x00005566 fetch  0x00000001 , 0x00000ac2 
+ 00021569  0x00005567 set1  0x00000001 , 0x0000003f 
+ 00021570  0x00005568 store  0x00000001 , 0x00000ac2 
+ 00021571  0x00005569 rtn 
+ 00021572  0x0000556c jam  0x00000027 , 0x00000016 
+ 00021573  0x0000556d fetch  0x00000001 , 0x00000ac2 
+ 00021574  0x0000556e set1  0x00000002 , 0x0000003f 
+ 00021575  0x0000556f store  0x00000001 , 0x00000ac2 
+ 00021576  0x00005570 rtn 
+ 00021577  0x00005575 bpatchx  0x00000044 , 0x00004028 
+ 00021578  0x00005576 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00021579  0x00005577 ifetch  0x00000001 , 0x00000006 
+ 00021580  0x00005578 rtnbit0  0x00000000 
+ 00021581  0x00005579 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00021582  0x0000557a ifetch  0x00000002 , 0x00000005 
+ 00021583  0x0000557b increase  0x00000001 , 0x0000003f 
+ 00021584  0x0000557c istore  0x00000002 , 0x00000005 
+ 00021585  0x0000557d add  0x00000011 , 0x00000019 , 0x00000006 
+ 00021586  0x0000557e ifetch  0x00000001 , 0x00000006 
+ 00021587  0x0000557f add  0x00000011 , 0x00000018 , 0x00000005 
+ 00021588  0x00005580 ifetcht  0x00000001 , 0x00000005 
+ 00021589  0x00005581 iadd  0x00000002 , 0x0000003f 
+ 00021590  0x00005582 sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021591  0x00005583 branch  0x00005459 , 0x00000002 
+ 00021592  0x00005584 increase  0xffffffdb , 0x0000003f 
+ 00021593  0x00005586 istore  0x00000001 , 0x00000005 
+ 00021594  0x00005587 rtn 
+ 00021595  0x0000558b bpatchx  0x00000045 , 0x00004028 
+ 00021596  0x0000558c fetch  0x00000005 , 0x0000046f 
+ 00021597  0x0000558d force  0x00000000 , 0x00000002 
+ 00021598  0x0000558e force  0x00000025 , 0x00000039 
+ 00021599  0x00005590 bbit0  0x00000000 , 0x00005461 
+ 00021600  0x00005591 increase  0x00000001 , 0x00000002 
+ 00021601  0x00005593 rshift  0x0000003f , 0x0000003f 
+ 00021602  0x00005594 loop  0x0000545f 
+ 00021603  0x00005595 add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00021604  0x00005596 store  0x00000001 , 0x00000461 
+ 00021605  0x00005597 rtn 
+ 00021606  0x0000559a bpatchx  0x00000046 , 0x00004028 
+ 00021607  0x0000559b fetch  0x00000001 , 0x00000457 
+ 00021608  0x0000559c iforce  0x00000007 
+ 00021609  0x0000559d fetcht  0x00000005 , 0x0000046f 
+ 00021610  0x0000559e qisolate1  0x00000002 
+ 00021611  0x0000559f branch  0x0000547c , 0x00000001 
+ 00021612  0x000055a1 bpatchx  0x00000047 , 0x00004028 
+ 00021613  0x000055a2 fetch  0x00000001 , 0x00000461 
+ 00021614  0x000055a3 isub  0x00000007 , 0x0000003f 
+ 00021615  0x000055a4 branch  0x00005472 , 0x00000002 
+ 00021616  0x000055a5 sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00021617  0x000055a6 branch  0x0000546c 
+ 00021618  0x000055a8 copy  0x00000007 , 0x00000039 
+ 00021619  0x000055a9 force  0x00000000 , 0x00000007 
+ 00021620  0x000055ab qisolate1  0x00000002 
+ 00021621  0x000055ac branch  0x00005477 , 0x00000001 
+ 00021622  0x000055ad increase  0x00000001 , 0x00000039 
+ 00021623  0x000055af deposit  0x00000039 
+ 00021624  0x000055b0 branch  0x0000547c , 0x00000034 
+ 00021625  0x000055b1 increase  0x00000001 , 0x00000007 
+ 00021626  0x000055b2 increase  0xffffffff , 0x00000039 
+ 00021627  0x000055b3 branch  0x00005474 
+ 00021628  0x000055b5 deposit  0x00000007 
+ 00021629  0x000055b6 store  0x00000001 , 0x00000016 
+ 00021630  0x000055b7 rtn 
+ 00021631  0x000055bb branch  0x00005482 , 0x00000029 
+ 00021632  0x000055bc until  0x0000003e , 0x00000003 
+ 00021633  0x000055bd rtn 
+ 00021634  0x000055c0 arg  0x00000ea0 , 0x0000000b 
+ 00021635  0x000055c1 until  0x00000023 , 0x00000026 
+ 00021636  0x000055c2 rtn 
+ 00021637  0x000055c5 disable  0x00000010 
+ 00021638  0x000055c6 fetch  0x00000002 , 0x0000436c 
+ 00021639  0x000055c7 copy  0x0000003f , 0x0000000b 
+ 00021640  0x000055c8 branch  0x0000548e 
+ 00021641  0x000055cc bpatchx  0x00000048 , 0x00004029 
+ 00021642  0x000055cd enable  0x00000010 
+ 00021643  0x000055ce fetch  0x00000002 , 0x0000044d 
+ 00021644  0x000055cf fetcht  0x00000004 , 0x000044e5 
+ 00021645  0x000055d0 iadd  0x00000002 , 0x0000000b 
+ 00021646  0x000055d2 call  0x000053de 
+ 00021647  0x000055d4 bpatchx  0x00000049 , 0x00004029 
+ 00021648  0x000055d5 call  0x000053d5 
+ 00021649  0x000055d6 disable  0x0000002d 
+ 00021650  0x000055d7 enable  0x0000000d 
+ 00021651  0x000055d8 enable  0x00000021 
+ 00021652  0x000055d9 disable  0x00000020 
+ 00021653  0x000055da copy  0x0000000b , 0x0000001b 
+ 00021654  0x000055db correlate  0x0000003e , 0x00000003 
+ 00021655  0x000055dc branch  0x0000549a , 0x0000002e 
+ 00021656  0x000055dd copy  0x0000001a , 0x00000002 
+ 00021657  0x000055de storet  0x00000006 , 0x0000009a 
+ 00021658  0x000055e0 nbranch  0x0000264d , 0x00000018 
+ 00021659  0x000055e1 branch  0x000054a1 , 0x0000002e 
+ 00021660  0x000055e2 arg  0x000001e0 , 0x00000029 
+ 00021661  0x000055e3 copy  0x00000021 , 0x00000028 
+ 00021662  0x000055e4 fetch  0x00000001 , 0x0000043f 
+ 00021663  0x000055e5 bbit0  0x00000003 , 0x000054a1 
+ 00021664  0x000055e6 call  0x00002b05 , 0x0000002b 
+ 00021665  0x000055e8 bpatchx  0x0000004a , 0x00004029 
+ 00021666  0x000055e9 call  0x000029bb 
+ 00021667  0x000055ea enable  0x00000007 
+ 00021668  0x000055eb enable  0x00000009 
+ 00021669  0x000055ec parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021670  0x000055ed rshift3  0x0000000c , 0x0000003f 
+ 00021671  0x000055ee store  0x00000001 , 0x000002d9 
+ 00021672  0x000055ef parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021673  0x000055f0 rshift3  0x0000000c , 0x0000003f 
+ 00021674  0x000055f1 istore  0x00000001 , 0x00000005 
+ 00021675  0x000055f2 and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021676  0x000055f3 branch  0x000054b1 , 0x00000005 
+ 00021677  0x000055f6 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021678  0x000055f7 rshift3  0x0000000c , 0x0000003f 
+ 00021679  0x000055f8 istore  0x00000001 , 0x00000005 
+ 00021680  0x000055f9 loop  0x000054ad 
+ 00021681  0x000055fc bpatchx  0x0000004b , 0x00004029 
+ 00021682  0x000055fd parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00021683  0x000055fe enable  0x00000010 
+ 00021684  0x000055ff arg  0x00000664 , 0x0000001b 
+ 00021685  0x00005600 rshift32  0x0000003f , 0x0000003f 
+ 00021686  0x00005601 rshift16  0x0000003f , 0x0000003f 
+ 00021687  0x00005602 istore  0x00000003 , 0x00000005 
+ 00021688  0x00005603 branch  0x0000264d , 0x00000006 
+ 00021689  0x00005604 enable  0x0000002d 
+ 00021690  0x00005605 fetch  0x00000001 , 0x00000017 
+ 00021691  0x00005606 add  0x0000003f , 0x00000000 , 0x00000011 
+ 00021692  0x00005607 call  0x00002981 
+ 00021693  0x00005608 disable  0x0000000d 
+ 00021694  0x00005609 branch  0x00002918 
+ 00021695  0x0000560c bpatchx  0x0000004c , 0x00004029 
+ 00021696  0x0000560d call  0x000054c9 
+ 00021697  0x0000560f fetcht  0x00000001 , 0x00000017 
+ 00021698  0x00005610 call  0x0000291f 
+ 00021699  0x00005611 call  0x00002924 
+ 00021700  0x00005612 enable  0x00000010 
+ 00021701  0x00005613 arg  0x0000157c , 0x0000000b 
+ 00021702  0x00005614 branch  0x0000548f 
+ 00021703  0x00005617 call  0x000054c9 
+ 00021704  0x00005618 branch  0x0000264d 
+ 00021705  0x0000561b bpatchx  0x0000004d , 0x00004029 
+ 00021706  0x0000561c call  0x000053d5 
+ 00021707  0x0000561d call  0x000053e3 
+ 00021708  0x0000561e branch  0x000054cd 
+ 00021709  0x00005621 set1  0x00000000 , 0x00000015 
+ 00021710  0x00005622 enable  0x0000001d 
+ 00021711  0x00005623 enable  0x00000020 
+ 00021712  0x00005624 disable  0x00000021 
+ 00021713  0x00005625 call  0x0000547f 
+ 00021714  0x00005626 rshift16  0x00000009 , 0x0000003f 
+ 00021715  0x00005627 rshift8  0x0000003f , 0x0000003f 
+ 00021716  0x00005628 rshift4  0x0000003f , 0x0000003f 
+ 00021717  0x00005629 inject  0x00000003 , 0x00000028 
+ 00021718  0x0000562a enable  0x00000007 
+ 00021719  0x0000562b enable  0x00000009 
+ 00021720  0x0000562c bpatchx  0x0000004e , 0x00004029 
+ 00021721  0x0000562d fetch  0x00000001 , 0x000043dc 
+ 00021722  0x0000562e inject  0x00000003 , 0x00000008 
+ 00021723  0x0000562f ifetch  0x00000001 , 0x00000006 
+ 00021724  0x00005630 and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021725  0x00005631 inject  0x00000003 , 0x00000008 
+ 00021726  0x00005632 branch  0x000054e2 , 0x00000005 
+ 00021727  0x00005634 ifetch  0x00000001 , 0x00000006 
+ 00021728  0x00005635 inject  0x00000003 , 0x00000008 
+ 00021729  0x00005636 loop  0x000054df 
+ 00021730  0x00005639 enable  0x00000008 
+ 00021731  0x0000563a inject  0x00000003 , 0x00000018 
+ 00021732  0x0000563b disable  0x00000008 
+ 00021733  0x0000563c until  0x0000003e , 0x00000027 
+ 00021734  0x0000563d nop  0x00000064 
+ 00021735  0x0000563e disable  0x0000001d 
+ 00021736  0x0000563f rtn 
+ 00021737  0x00005642 bpatchx  0x0000004f , 0x00004029 
+ 00021738  0x00005643 fetch  0x00000001 , 0x00004484 
+ 00021739  0x00005644 beq  0x00000001 , 0x000054f9 
+ 00021740  0x00005645 fetch  0x00000001 , 0x00004485 
+ 00021741  0x00005646 lshift4  0x0000003f , 0x0000003f 
+ 00021742  0x00005647 lshift2  0x0000003f , 0x0000003f 
+ 00021743  0x00005648 store  0x00000001 , 0x000043dc 
+ 00021744  0x00005649 fetcht  0x00000001 , 0x0000436f 
+ 00021745  0x0000564a add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021746  0x0000564b store  0x00000001 , 0x000043dd 
+ 00021747  0x0000564c fetch  0x00000006 , 0x000044a0 
+ 00021748  0x0000564d store  0x00000006 , 0x000043de 
+ 00021749  0x0000564e copy  0x00000002 , 0x00000039 
+ 00021750  0x0000564f arg  0x00004370 , 0x00000006 
+ 00021751  0x00005650 call  0x00007ef4 
+ 00021752  0x00005651 branch  0x00005504 
+ 00021753  0x00005653 fetch  0x00000001 , 0x00004486 
+ 00021754  0x00005654 lshift4  0x0000003f , 0x0000003f 
+ 00021755  0x00005655 lshift2  0x0000003f , 0x0000003f 
+ 00021756  0x00005656 increase  0x00000001 , 0x0000003f 
+ 00021757  0x00005657 store  0x00000001 , 0x000043dc 
+ 00021758  0x00005658 setarg  0x0000000c 
+ 00021759  0x00005659 store  0x00000001 , 0x000043dd 
+ 00021760  0x0000565a fetch  0x00000006 , 0x000044a0 
+ 00021761  0x0000565b store  0x00000006 , 0x000043de 
+ 00021762  0x0000565c fetch  0x00000006 , 0x000041d0 
+ 00021763  0x0000565d istore  0x00000006 , 0x00000005 
+ 00021764  0x0000565f bpatchx  0x00000050 , 0x0000402a 
+ 00021765  0x00005660 fetch  0x00000001 , 0x00000000 
+ 00021766  0x00005661 increase  0x00000001 , 0x0000003f 
+ 00021767  0x00005662 store  0x00000001 , 0x00000000 
+ 00021768  0x00005663 arg  0x00000708 , 0x0000001b 
+ 00021769  0x00005664 disable  0x0000002d 
+ 00021770  0x00005665 branch  0x000054bf 
+ 00021771  0x00005668 bpatchx  0x00000051 , 0x0000402a 
+ 00021772  0x00005669 fetch  0x00000001 , 0x0000449e 
+ 00021773  0x0000566a rtnne  0x00000001 
+ 00021774  0x0000566b fetch  0x00000001 , 0x00000000 
+ 00021775  0x0000566c increase  0x00000001 , 0x0000003f 
+ 00021776  0x0000566d store  0x00000001 , 0x00000000 
+ 00021777  0x0000566e arg  0x00000c03 , 0x00000002 
+ 00021778  0x0000566f fetch  0x00000001 , 0x0000449f 
+ 00021779  0x00005670 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021780  0x00005671 copy  0x00000011 , 0x0000003f 
+ 00021781  0x00005672 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00021782  0x00005673 storet  0x00000002 , 0x000043dc 
+ 00021783  0x00005674 fetch  0x00000006 , 0x000044a0 
+ 00021784  0x00005675 istore  0x00000006 , 0x00000005 
+ 00021785  0x00005676 fetch  0x00000006 , 0x0000044f 
+ 00021786  0x00005677 istore  0x00000006 , 0x00000005 
+ 00021787  0x00005678 branch  0x000054bf 
+ 00021788  0x0000567c bpatchx  0x00000052 , 0x0000402a 
+ 00021789  0x0000567d arg  0x00000004 , 0x00000002 
+ 00021790  0x0000567e fetch  0x00000001 , 0x00004485 
+ 00021791  0x0000567f nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021792  0x00005680 storet  0x00000001 , 0x000043dc 
+ 00021793  0x00005681 fetcht  0x00000001 , 0x0000438f 
+ 00021794  0x00005682 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021795  0x00005683 store  0x00000001 , 0x000043dd 
+ 00021796  0x00005684 fetch  0x00000006 , 0x000044a0 
+ 00021797  0x00005685 store  0x00000006 , 0x000043de 
+ 00021798  0x00005686 arg  0x00004390 , 0x00000006 
+ 00021799  0x00005687 copy  0x00000002 , 0x00000039 
+ 00021800  0x00005688 call  0x00007ef4 
+ 00021801  0x00005689 call  0x000054c7 
+ 00021802  0x0000568a branch  0x00005706 
+ 00021803  0x0000568d bpatchx  0x00000053 , 0x0000402a 
+ 00021804  0x0000568e force  0xffffffff , 0x0000003f 
+ 00021805  0x0000568f setsect  0x00000002 , 0x00000001 
+ 00021806  0x00005690 store  0x00000005 , 0x0000046f 
+ 00021807  0x00005691 call  0x0000545b 
+ 00021808  0x00005692 force  0x00000004 , 0x00000039 
+ 00021809  0x00005693 arg  0x00000463 , 0x00000005 
+ 00021810  0x00005694 call  0x0000630d 
+ 00021811  0x00005695 fetch  0x00000002 , 0x0000449c 
+ 00021812  0x00005696 store  0x00000002 , 0x0000046d 
+ 00021813  0x00005698 random  0x0000003f 
+ 00021814  0x00005699 and_into  0x0000000f , 0x0000003f 
+ 00021815  0x0000569a sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00021816  0x0000569b branch  0x00005535 , 0x00000002 
+ 00021817  0x0000569c store  0x00000001 , 0x00000458 
+ 00021818  0x0000569d store  0x00000001 , 0x000006e6 
+ 00021819  0x0000569e bpatchx  0x00000054 , 0x0000402a 
+ 00021820  0x0000569f fetcht  0x00000002 , 0x00004367 
+ 00021821  0x000056a0 storet  0x00000002 , 0x00000441 
+ 00021822  0x000056a1 copy  0x00000002 , 0x00000013 
+ 00021823  0x000056a2 add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00021824  0x000056a3 idiv  0x00000013 
+ 00021825  0x000056a4 call  0x00007f86 
+ 00021826  0x000056a5 remainder  0x00000011 
+ 00021827  0x000056a6 isub  0x00000011 , 0x0000003f 
+ 00021828  0x000056a7 iadd  0x00000013 , 0x0000003f 
+ 00021829  0x000056a8 fetcht  0x00000002 , 0x00004365 
+ 00021830  0x000056a9 iadd  0x00000002 , 0x0000003f 
+ 00021831  0x000056aa store  0x00000004 , 0x00000443 
+ 00021832  0x000056ab isub  0x00000022 , 0x00000011 
+ 00021833  0x000056ac increase  0xfffffffa , 0x00000011 
+ 00021834  0x000056ad arg  0x00002205 , 0x00000012 
+ 00021835  0x000056ae fetch  0x00000001 , 0x00004495 
+ 00021836  0x000056af nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00021837  0x000056b0 fetch  0x00000001 , 0x0000448e 
+ 00021838  0x000056b1 nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00021839  0x000056b2 copy  0x00000012 , 0x0000003f 
+ 00021840  0x000056b3 store  0x00000002 , 0x000043dc 
+ 00021841  0x000056b4 fetch  0x00000006 , 0x000044a0 
+ 00021842  0x000056b5 istore  0x00000006 , 0x00000005 
+ 00021843  0x000056b6 fetch  0x00000006 , 0x0000044f 
+ 00021844  0x000056b7 istore  0x00000006 , 0x00000005 
+ 00021845  0x000056b8 fetch  0x00000004 , 0x00000463 
+ 00021846  0x000056b9 istore  0x00000004 , 0x00000005 
+ 00021847  0x000056ba random  0x0000003f 
+ 00021848  0x000056bb istore  0x00000002 , 0x00000005 
+ 00021849  0x000056bc random  0x0000003f 
+ 00021850  0x000056bd istore  0x00000001 , 0x00000005 
+ 00021851  0x000056be force  0x00000002 , 0x0000003f 
+ 00021852  0x000056bf istore  0x00000001 , 0x00000005 
+ 00021853  0x000056c0 rshift2  0x00000011 , 0x0000003f 
+ 00021854  0x000056c1 istore  0x00000002 , 0x00000005 
+ 00021855  0x000056c2 rshift2  0x00000013 , 0x0000003f 
+ 00021856  0x000056c3 istore  0x00000002 , 0x00000005 
+ 00021857  0x000056c4 bpatchx  0x00000055 , 0x0000402a 
+ 00021858  0x000056c5 setarg  0x00000000 
+ 00021859  0x000056c6 istore  0x00000002 , 0x00000005 
+ 00021860  0x000056c7 fetch  0x00000002 , 0x0000449c 
+ 00021861  0x000056c8 istore  0x00000002 , 0x00000005 
+ 00021862  0x000056c9 fetch  0x00000005 , 0x0000046f 
+ 00021863  0x000056ca istore  0x00000005 , 0x00000005 
+ 00021864  0x000056cb fetch  0x00000001 , 0x00000458 
+ 00021865  0x000056cc arg  0x000000a0 , 0x00000002 
+ 00021866  0x000056cd ior  0x00000002 , 0x0000003f 
+ 00021867  0x000056ce istore  0x00000001 , 0x00000005 
+ 00021868  0x000056cf call  0x000054c7 
+ 00021869  0x000056d0 setarg  0x000043dc 
+ 00021870  0x000056d1 add  0x0000003f , 0x00000012 , 0x00000006 
+ 00021871  0x000056d2 ifetch  0x00000003 , 0x00000006 
+ 00021872  0x000056d3 store  0x00000003 , 0x00000467 
+ 00021873  0x000056d4 rtn 
+ 00021874  0x000056d7 bpatchx  0x00000056 , 0x0000402a 
+ 00021875  0x000056d8 disable  0x00000029 
+ 00021876  0x000056d9 branch  0x0000540c 
+ 00021877  0x000056de fetch  0x00000001 , 0x0000043f 
+ 00021878  0x000056df rtnbit0  0x00000005 
+ 00021879  0x000056e0 fetch  0x00000002 , 0x00000459 
+ 00021880  0x000056e1 fetcht  0x00000002 , 0x0000045f 
+ 00021881  0x000056e2 isub  0x00000002 , 0x0000003f 
+ 00021882  0x000056e3 nrtn  0x00000002 
+ 00021883  0x000056e4 store  0x00000002 , 0x00000a9a 
+ 00021884  0x000056e5 bpatchx  0x00000057 , 0x0000402a 
+ 00021885  0x000056e6 fetch  0x00000001 , 0x0000043f 
+ 00021886  0x000056e7 set0  0x00000005 , 0x0000003f 
+ 00021887  0x000056e8 set0  0x00000003 , 0x0000003f 
+ 00021888  0x000056e9 store  0x00000001 , 0x0000043f 
+ 00021889  0x000056ea fetch  0x00000004 , 0x00000443 
+ 00021890  0x000056eb fetcht  0x00000002 , 0x00000441 
+ 00021891  0x000056ec storet  0x00000002 , 0x00000aa2 
+ 00021892  0x000056ed isub  0x00000002 , 0x00000011 
+ 00021893  0x000056ee bpatchx  0x00000058 , 0x0000402b 
+ 00021894  0x000056ef fetch  0x00000001 , 0x000043d3 
+ 00021895  0x000056f0 store  0x00000001 , 0x0000046a 
+ 00021896  0x000056f1 ifetcht  0x00000002 , 0x00000006 
+ 00021897  0x000056f2 ifetch  0x00000002 , 0x00000006 
+ 00021898  0x000056f3 lshift2  0x0000003f , 0x0000003f 
+ 00021899  0x000056f4 store  0x00000002 , 0x00000441 
+ 00021900  0x000056f5 lshift2  0x00000002 , 0x00000002 
+ 00021901  0x000056f6 iadd  0x00000002 , 0x0000003f 
+ 00021902  0x000056f7 ifetcht  0x00000004 , 0x00000006 
+ 00021903  0x000056f8 storet  0x00000004 , 0x0000046b 
+ 00021904  0x000056f9 iadd  0x00000011 , 0x0000003f 
+ 00021905  0x000056fa copy  0x0000003f , 0x00000014 
+ 00021906  0x000056fb fetch  0x00000002 , 0x00000441 
+ 00021907  0x000056fc fetcht  0x00000002 , 0x00000aa2 
+ 00021908  0x000056fd isub  0x00000002 , 0x0000003f 
+ 00021909  0x000056fe fetcht  0x00000002 , 0x00000a9a 
+ 00021910  0x000056ff imul32  0x00000002 , 0x0000003f 
+ 00021911  0x00005700 iadd  0x00000014 , 0x0000003f 
+ 00021912  0x00005701 store  0x00000004 , 0x00000443 
+ 00021913  0x00005702 call  0x00005713 
+ 00021914  0x00005703 fetch  0x00000002 , 0x0000046d 
+ 00021915  0x00005704 store  0x00000002 , 0x000044ba 
+ 00021916  0x00005705 rtn 
+ 00021917  0x00005709 bpatchx  0x00000059 , 0x0000402b 
+ 00021918  0x0000570a fetch  0x00000001 , 0x0000043f 
+ 00021919  0x0000570b rtnbit0  0x00000006 
+ 00021920  0x0000570c fetch  0x00000002 , 0x00000459 
+ 00021921  0x0000570d fetcht  0x00000002 , 0x0000045f 
+ 00021922  0x0000570e isub  0x00000002 , 0x0000003f 
+ 00021923  0x0000570f nrtn  0x00000002 
+ 00021924  0x00005710 fetch  0x00000001 , 0x0000043f 
+ 00021925  0x00005711 set0  0x00000006 , 0x0000003f 
+ 00021926  0x00005712 store  0x00000001 , 0x0000043f 
+ 00021927  0x00005713 fetch  0x00000005 , 0x000043ce 
+ 00021928  0x00005714 store  0x00000005 , 0x0000046f 
+ 00021929  0x00005715 branch  0x0000545b 
+ 00021930  0x00005719 bpatchx  0x0000005a , 0x0000402b 
+ 00021931  0x0000571a call  0x000056ed 
+ 00021932  0x0000571b call  0x000055c0 
+ 00021933  0x0000571c fetch  0x00000001 , 0x000002d9 
+ 00021934  0x0000571d isolate1  0x00000004 , 0x0000003f 
+ 00021935  0x0000571e setflag  0x00000001 , 0x0000002a , 0x00000000 
+ 00021936  0x0000571f rshift  0x0000003f , 0x0000003f 
+ 00021937  0x00005720 ixor  0x00000002 , 0x0000003f 
+ 00021938  0x00005721 isolate1  0x00000002 , 0x0000003f 
+ 00021939  0x00005722 setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00021940  0x00005723 rtnmark1  0x0000000f 
+ 00021941  0x00005724 fetch  0x00000001 , 0x000002da 
+ 00021942  0x00005725 branch  0x000055bc , 0x00000034 
+ 00021943  0x00005726 fetch  0x00000001 , 0x0000043f 
+ 00021944  0x00005727 bbit0  0x00000004 , 0x000055bc 
+ 00021945  0x00005728 call  0x0000748d 
+ 00021946  0x00005729 call  0x000073fb 
+ 00021947  0x0000572a nrtn  0x00000034 
+ 00021948  0x0000572c fetcht  0x00000001 , 0x00000456 
+ 00021949  0x0000572d setflip  0x00000002 , 0x00000002 
+ 00021950  0x0000572e storet  0x00000001 , 0x00000456 
+ 00021951  0x0000572f rtn 
+ 00021952  0x00005733 bpatchx  0x0000005b , 0x0000402b 
+ 00021953  0x00005734 fetcht  0x00000001 , 0x00000456 
+ 00021954  0x00005735 isolate0  0x00000005 , 0x00000002 
+ 00021955  0x00005736 rtn  0x00000001 
+ 00021956  0x00005737 fetch  0x00000001 , 0x000002d9 
+ 00021957  0x00005738 lshift  0x0000003f , 0x0000003f 
+ 00021958  0x00005739 ixor  0x00000002 , 0x0000003f 
+ 00021959  0x0000573a rtnbit0  0x00000003 
+ 00021960  0x0000573b set0  0x00000005 , 0x00000002 
+ 00021961  0x0000573c setflip  0x00000003 , 0x00000002 
+ 00021962  0x0000573d storet  0x00000001 , 0x00000456 
+ 00021963  0x0000573e compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00021964  0x0000573f nrtn  0x00000001 
+ 00021965  0x00005740 fetch  0x00000001 , 0x000043de 
+ 00021966  0x00005741 beq  0x00000005 , 0x000055d2 
+ 00021967  0x00005742 fetch  0x00000001 , 0x000044c5 
+ 00021968  0x00005743 beq  0x00000002 , 0x000055d6 
+ 00021969  0x00005744 rtn 
+ 00021970  0x00005748 fetch  0x00000001 , 0x0000043f 
+ 00021971  0x00005749 set1  0x00000004 , 0x0000003f 
+ 00021972  0x0000574a store  0x00000001 , 0x0000043f 
+ 00021973  0x0000574b rtn 
+ 00021974  0x0000574e bpatchx  0x0000005c , 0x0000402b 
+ 00021975  0x0000574f jam  0x00000000 , 0x000044c5 
+ 00021976  0x00005750 arg  0x00000000 , 0x0000003f 
+ 00021977  0x00005751 store  0x00000004 , 0x0000440d 
+ 00021978  0x00005752 store  0x00000005 , 0x00004403 
+ 00021979  0x00005753 set1  0x00000027 , 0x0000003f 
+ 00021980  0x00005754 store  0x00000005 , 0x00004408 
+ 00021981  0x00005755 fetch  0x00000001 , 0x0000043f 
+ 00021982  0x00005756 set0  0x00000004 , 0x0000003f 
+ 00021983  0x00005757 store  0x00000001 , 0x0000043f 
+ 00021984  0x00005758 rtn 
+ 00021985  0x0000575c bpatchx  0x0000005d , 0x0000402b 
+ 00021986  0x0000575d call  0x00005422 
+ 00021987  0x0000575e call  0x00005485 
+ 00021988  0x0000575f fetch  0x00000001 , 0x00000001 
+ 00021989  0x00005760 increase  0x00000001 , 0x0000003f 
+ 00021990  0x00005761 store  0x00000001 , 0x00000001 
+ 00021991  0x00005762 rtn 
+ 00021992  0x00005766 bpatchx  0x0000005e , 0x0000402b 
+ 00021993  0x00005767 fetch  0x00000001 , 0x00004369 
+ 00021994  0x00005768 rtnne  0x00000001 
+ 00021995  0x00005769 arg  0x00000002 , 0x00000007 
+ 00021996  0x0000576a call  0x00007f16 
+ 00021997  0x0000576b nrtn  0x00000034 
+ 00021998  0x0000576c fetch  0x00000002 , 0x0000436a 
+ 00021999  0x0000576d fetcht  0x00000002 , 0x0000436c 
+ 00022000  0x0000576e isub  0x00000002 , 0x0000003f 
+ 00022001  0x0000576f arg  0x00000002 , 0x00000007 
+ 00022002  0x00005770 call  0x00007f08 
+ 00022003  0x00005771 disable  0x00000029 
+ 00022004  0x00005772 call  0x00005572 
+ 00022005  0x00005773 call  0x000055e1 
+ 00022006  0x00005774 nrtn  0x0000002d 
+ 00022007  0x00005775 bpatchx  0x0000005f , 0x0000402b 
+ 00022008  0x00005776 fetch  0x00000006 , 0x000002db 
+ 00022009  0x00005777 store  0x00000006 , 0x0000044f 
+ 00022010  0x0000577a fetch  0x00000001 , 0x00000002 
+ 00022011  0x0000577b increase  0x00000001 , 0x0000003f 
+ 00022012  0x0000577c store  0x00000001 , 0x00000002 
+ 00022013  0x0000577d call  0x00005608 
+ 00022014  0x0000577e rtn  0x00000029 
+ 00022015  0x0000577f call  0x0000550b 
+ 00022016  0x00005780 nrtn  0x0000002d 
+ 00022017  0x00005781 bpatchx  0x00000060 , 0x0000402c 
+ 00022018  0x00005782 fetch  0x00000001 , 0x00000004 
+ 00022019  0x00005783 increase  0x00000001 , 0x0000003f 
+ 00022020  0x00005784 store  0x00000001 , 0x00000004 
+ 00022021  0x00005785 fetch  0x00000009 , 0x000002e1 
+ 00022022  0x00005786 store  0x00000009 , 0x00000101 
+ 00022023  0x00005787 rtn 
+ 00022024  0x0000578a bpatchx  0x00000061 , 0x0000402c 
+ 00022025  0x0000578b fetch  0x00000001 , 0x0000049b 
+ 00022026  0x0000578c rtnne  0x0000001b 
+ 00022027  0x0000578d fetch  0x00000006 , 0x0000044f 
+ 00022028  0x0000578e fetcht  0x00000006 , 0x0000448f 
+ 00022029  0x0000578f isub  0x00000002 , 0x0000003e 
+ 00022030  0x00005790 nrtn  0x00000005 
+ 00022031  0x00005791 call  0x0000223b 
+ 00022032  0x00005792 nrtn  0x00000005 
+ 00022033  0x00005793 call  0x0000552b 
+ 00022034  0x00005794 call  0x00005340 
+ 00022035  0x00005795 bpatchx  0x00000062 , 0x0000402c 
+ 00022036  0x00005796 jam  0x00000000 , 0x000041ce 
+ 00022037  0x00005797 jam  0x00000000 , 0x00000476 
+ 00022038  0x00005798 jam  0x00000000 , 0x00004369 
+ 00022039  0x00005799 jam  0x00000000 , 0x0000049b 
+ 00022040  0x0000579a branch  0x00002223 
+ 00022041  0x0000579d arg  0x00000001 , 0x00000011 
+ 00022042  0x0000579e fetch  0x00000001 , 0x000002d9 
+ 00022043  0x0000579f rtnbit1  0x00000006 
+ 00022044  0x000057a0 arg  0x00000000 , 0x00000011 
+ 00022045  0x000057a1 rtn 
+ 00022046  0x000057a6 bpatchx  0x00000063 , 0x0000402c 
+ 00022047  0x000057a7 fetch  0x00000001 , 0x00000456 
+ 00022048  0x000057a8 rtnbit1  0x00000005 
+ 00022049  0x000057a9 call  0x00005642 
+ 00022050  0x000057aa call  0x00005873 
+ 00022051  0x000057ab branch  0x00005664 , 0x00000034 
+ 00022052  0x000057ac ifetch  0x00000001 , 0x00000006 
+ 00022053  0x000057ad ifetcht  0x00000001 , 0x00000006 
+ 00022054  0x000057ae copy  0x00000002 , 0x00000011 
+ 00022055  0x000057af isub  0x00000011 , 0x0000003f 
+ 00022056  0x000057b0 arg  0x0000001b , 0x00000002 
+ 00022057  0x000057b1 call  0x00007fdd 
+ 00022058  0x000057b2 copy  0x0000003f , 0x00000002 
+ 00022059  0x000057b3 ifetch  0x00000001 , 0x00000006 
+ 00022060  0x000057b4 copy  0x0000003f , 0x00000001 
+ 00022061  0x000057b5 copy  0x00000011 , 0x0000003f 
+ 00022062  0x000057b6 iadd  0x00000006 , 0x00000006 
+ 00022063  0x000057b7 arg  0x000043de , 0x00000005 
+ 00022064  0x000057b8 copy  0x00000002 , 0x00000039 
+ 00022065  0x000057b9 call  0x00007f01 
+ 00022066  0x000057ba call  0x00005654 
+ 00022067  0x000057bb call  0x00005666 
+ 00022068  0x000057bd call  0x00005873 
+ 00022069  0x000057be ifetch  0x00000001 , 0x00000006 
+ 00022070  0x000057bf copy  0x0000003f , 0x00000011 
+ 00022071  0x000057c0 copy  0x00000006 , 0x00000013 
+ 00022072  0x000057c1 ifetcht  0x00000001 , 0x00000006 
+ 00022073  0x000057c2 copy  0x00000002 , 0x00000012 
+ 00022074  0x000057c3 isub  0x00000012 , 0x0000003f 
+ 00022075  0x000057c4 arg  0x0000001b , 0x00000002 
+ 00022076  0x000057c5 call  0x00007fdd 
+ 00022077  0x000057c6 iadd  0x00000012 , 0x0000003f 
+ 00022078  0x000057c7 istore  0x00000001 , 0x00000013 
+ 00022079  0x000057c8 isub  0x00000011 , 0x0000003e 
+ 00022080  0x000057c9 nrtn  0x00000005 
+ 00022081  0x000057ca branch  0x00005896 
+ 00022082  0x000057ce call  0x00005649 
+ 00022083  0x000057cf rtnmark1  0x00000029 
+ 00022084  0x000057d0 fetch  0x00000001 , 0x000044e9 
+ 00022085  0x000057d1 bbit0  0x00000002 , 0x00005652 
+ 00022086  0x000057d2 call  0x00005876 
+ 00022087  0x000057d3 branch  0x00005652 , 0x00000034 
+ 00022088  0x000057d4 branch  0x00005650 
+ 00022089  0x000057d8 call  0x00005873 
+ 00022090  0x000057d9 branch  0x00005652 , 0x00000034 
+ 00022091  0x000057da ifetch  0x00000001 , 0x00000006 
+ 00022092  0x000057db ifetcht  0x00000001 , 0x00000006 
+ 00022093  0x000057dc isub  0x00000002 , 0x0000003f 
+ 00022094  0x000057dd sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00022095  0x000057de branch  0x00005652 , 0x00000002 
+ 00022096  0x000057e0 set1  0x00000029 , 0x00000000 
+ 00022097  0x000057e1 rtn 
+ 00022098  0x000057e4 set0  0x00000029 , 0x00000000 
+ 00022099  0x000057e5 rtn 
+ 00022100  0x000057e8 copy  0x00000011 , 0x0000003f 
+ 00022101  0x000057e9 rtn  0x00000034 
+ 00022102  0x000057ea arg  0x00000001 , 0x00000001 
+ 00022103  0x000057eb rtn 
+ 00022104  0x000057ef bpatchx  0x00000064 , 0x0000402c 
+ 00022105  0x000057f0 increase  0x00000001 , 0x00000002 
+ 00022106  0x000057f1 call  0x0000576a 
+ 00022107  0x000057f2 increase  0xfffffffe , 0x00000006 
+ 00022108  0x000057f3 ifetch  0x00000002 , 0x00000006 
+ 00022109  0x000057f4 arg  0x00002902 , 0x00000002 
+ 00022110  0x000057f5 isub  0x00000002 , 0x0000003e 
+ 00022111  0x000057f6 nrtn  0x00000005 
+ 00022112  0x000057f7 increase  0x00000001 , 0x00000006 
+ 00022113  0x000057f8 copy  0x00000006 , 0x00000011 
+ 00022114  0x000057f9 ifetch  0x00000001 , 0x00000006 
+ 00022115  0x000057fa rtn 
+ 00022116  0x000057fe force  0x00000000 , 0x00000002 
+ 00022117  0x000057ff force  0x00000001 , 0x00000001 
+ 00022118  0x00005802 bpatchx  0x00000065 , 0x0000402c 
+ 00022119  0x00005803 storet  0x00000001 , 0x000043dd 
+ 00022120  0x00005804 fetcht  0x00000001 , 0x00000456 
+ 00022121  0x00005805 set1  0x00000005 , 0x00000002 
+ 00022122  0x00005806 and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00022123  0x00005807 ior  0x00000001 , 0x0000003f 
+ 00022124  0x00005808 store  0x00000001 , 0x00000456 
+ 00022125  0x00005809 and_into  0x0000001f , 0x0000003f 
+ 00022126  0x0000580a isolate1  0x00000029 , 0x00000000 
+ 00022127  0x0000580b setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00022128  0x0000580c store  0x00000001 , 0x000043dc 
+ 00022129  0x0000580e fetch  0x00000001 , 0x000043dc 
+ 00022130  0x0000580f compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00022131  0x00005810 nbranch  0x00005676 , 0x00000001 
+ 00022132  0x00005811 fetch  0x00000001 , 0x000043dd 
+ 00022133  0x00005812 rtn  0x00000034 
+ 00022134  0x00005814 fetch  0x00000001 , 0x0000043f 
+ 00022135  0x00005815 rtnbit0  0x00000004 
+ 00022136  0x00005816 call  0x0000748d 
+ 00022137  0x00005817 branch  0x000073e3 
+ 00022138  0x0000581b arg  0x00000000 , 0x00000007 
+ 00022139  0x0000581c branch  0x00002c32 
+ 00022140  0x0000581f arg  0x00000000 , 0x00000007 
+ 00022141  0x00005820 branch  0x00002c36 
+ 00022142  0x00005824 bpatchx  0x00000066 , 0x0000402c 
+ 00022143  0x00005825 rtnmark1  0x0000000f 
+ 00022144  0x00005826 call  0x00005890 
+ 00022145  0x00005827 nrtn  0x00000034 
+ 00022146  0x00005828 fetch  0x00000001 , 0x000002d9 
+ 00022147  0x00005829 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00022148  0x0000582a store  0x00000001 , 0x0000450c 
+ 00022149  0x0000582b ifetch  0x00000001 , 0x00000006 
+ 00022150  0x0000582c and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00022151  0x0000582d store  0x00000001 , 0x0000450b 
+ 00022152  0x0000582e rtn  0x00000034 
+ 00022153  0x0000582f copy  0x00000006 , 0x0000003f 
+ 00022154  0x00005830 store  0x00000002 , 0x0000450d 
+ 00022155  0x00005831 fetch  0x00000001 , 0x0000450c 
+ 00022156  0x00005832 beq  0x00000003 , 0x00005c64 
+ 00022157  0x00005834 call  0x0000569a 
+ 00022158  0x00005835 nbranch  0x0000567a , 0x00000028 
+ 00022159  0x00005836 call  0x0000567c 
+ 00022160  0x00005837 fetch  0x00000002 , 0x0000450d 
+ 00022161  0x00005838 copy  0x0000003f , 0x00000006 
+ 00022162  0x00005839 ifetch  0x00000002 , 0x00000006 
+ 00022163  0x0000583a store  0x00000002 , 0x000044fc 
+ 00022164  0x0000583b bpatchx  0x00000067 , 0x0000402c 
+ 00022165  0x0000583c ifetch  0x00000002 , 0x00000006 
+ 00022166  0x0000583d beq  0x00000004 , 0x000058ab 
+ 00022167  0x0000583e beq  0x00000006 , 0x00005af4 
+ 00022168  0x0000583f beq  0x00000005 , 0x00005ab6 
+ 00022169  0x00005840 rtn 
+ 00022170  0x00005844 fetch  0x00000001 , 0x0000450c 
+ 00022171  0x00005845 beq  0x00000002 , 0x000056a9 
+ 00022172  0x00005846 beq  0x00000001 , 0x000056c1 
+ 00022173  0x00005847 rtn 
+ 00022174  0x0000584d call  0x00007fe7 
+ 00022175  0x0000584e arg  0x00000004 , 0x00000002 
+ 00022176  0x0000584f isub  0x0000003f , 0x0000003e 
+ 00022177  0x00005850 rtn  0x00000005 
+ 00022178  0x00005851 arg  0x00000005 , 0x00000002 
+ 00022179  0x00005852 isub  0x0000003f , 0x0000003e 
+ 00022180  0x00005853 rtn  0x00000005 
+ 00022181  0x00005854 arg  0x00000006 , 0x00000002 
+ 00022182  0x00005855 isub  0x0000003f , 0x0000003e 
+ 00022183  0x00005856 rtn  0x00000005 
+ 00022184  0x00005857 branch  0x00007fe9 
+ 00022185  0x0000585b fetch  0x00000002 , 0x0000450d 
+ 00022186  0x0000585c copy  0x0000003f , 0x00000006 
+ 00022187  0x0000585d ifetch  0x00000002 , 0x00000006 
+ 00022188  0x0000585e store  0x00000002 , 0x000044fc 
+ 00022189  0x0000585f ifetch  0x00000002 , 0x00000006 
+ 00022190  0x00005860 call  0x0000569e 
+ 00022191  0x00005861 nrtn  0x00000028 
+ 00022192  0x00005862 fetcht  0x00000001 , 0x0000450b 
+ 00022193  0x00005863 storet  0x00000001 , 0x000044fe 
+ 00022194  0x00005864 fetch  0x00000002 , 0x000044fc 
+ 00022195  0x00005865 increase  0x00000004 , 0x0000003f 
+ 00022196  0x00005866 isub  0x00000002 , 0x0000003e 
+ 00022197  0x00005867 branch  0x00007fe7 , 0x00000005 
+ 00022198  0x00005868 fetch  0x00000001 , 0x0000450b 
+ 00022199  0x00005869 copy  0x0000003f , 0x00000039 
+ 00022200  0x0000586a arg  0x00000311 , 0x00000005 
+ 00022201  0x0000586b fetch  0x00000002 , 0x0000450d 
+ 00022202  0x0000586c copy  0x0000003f , 0x00000006 
+ 00022203  0x0000586d call  0x00007f01 
+ 00022204  0x0000586e branch  0x00007fe9 
+ 00022205  0x00005874 call  0x00007fe7 
+ 00022206  0x00005875 fetch  0x00000001 , 0x000044fe 
+ 00022207  0x00005876 nrtn  0x00000034 
+ 00022208  0x00005877 branch  0x00007fe9 
+ 00022209  0x0000587a call  0x000056bd 
+ 00022210  0x0000587b nrtn  0x00000028 
+ 00022211  0x0000587c fetch  0x00000001 , 0x000044fe 
+ 00022212  0x0000587d arg  0x00000311 , 0x00000005 
+ 00022213  0x0000587e iadd  0x00000005 , 0x00000011 
+ 00022214  0x0000587f fetcht  0x00000001 , 0x0000450b 
+ 00022215  0x00005880 iadd  0x00000002 , 0x0000003f 
+ 00022216  0x00005881 store  0x00000001 , 0x000044fe 
+ 00022217  0x00005882 fetch  0x00000001 , 0x0000450b 
+ 00022218  0x00005883 copy  0x0000003f , 0x00000039 
+ 00022219  0x00005884 copy  0x00000011 , 0x00000005 
+ 00022220  0x00005885 fetch  0x00000002 , 0x0000450d 
+ 00022221  0x00005886 copy  0x0000003f , 0x00000006 
+ 00022222  0x00005887 call  0x00007ef4 
+ 00022223  0x00005888 setarg  0x00000311 
+ 00022224  0x00005889 store  0x00000002 , 0x0000450d 
+ 00022225  0x0000588a fetch  0x00000002 , 0x000044fc 
+ 00022226  0x0000588b increase  0x00000004 , 0x0000003f 
+ 00022227  0x0000588c fetcht  0x00000001 , 0x000044fe 
+ 00022228  0x0000588d isub  0x00000002 , 0x0000003e 
+ 00022229  0x0000588e branch  0x00007fe7 , 0x00000005 
+ 00022230  0x0000588f branch  0x00007fe9 
+ 00022231  0x00005896 call  0x00007ea5 
+ 00022232  0x00005897 arg  0x0000445e , 0x00000005 
+ 00022233  0x00005899 fetch  0x00000002 , 0x000044fc 
+ 00022234  0x0000589a increase  0xfffffffb , 0x0000003f 
+ 00022235  0x0000589c istore  0x00000001 , 0x00000005 
+ 00022236  0x0000589d copy  0x0000003f , 0x00000039 
+ 00022237  0x0000589e call  0x00007e9f 
+ 00022238  0x0000589f branch  0x00007ef4 
+ 00022239  0x000058a2 call  0x00007ea5 
+ 00022240  0x000058a3 arg  0x00004471 , 0x00000005 
+ 00022241  0x000058a4 branch  0x000056d9 
+ 00022242  0x000058a9 fetch  0x00000002 , 0x000041f9 
+ 00022243  0x000058aa branch  0x00007f9c 
+ 00022244  0x000058ad fetcht  0x00000004 , 0x0000045b 
+ 00022245  0x000058ae call  0x00002a7b 
+ 00022246  0x000058af isub  0x00000002 , 0x0000000b 
+ 00022247  0x000058b0 deposit  0x0000000b 
+ 00022248  0x000058b1 fetcht  0x00000002 , 0x0000046d 
+ 00022249  0x000058b2 lshift4  0x00000002 , 0x00000002 
+ 00022250  0x000058b3 lshift  0x00000002 , 0x00000002 
+ 00022251  0x000058b4 isub  0x00000002 , 0x0000003f 
+ 00022252  0x000058b5 rtn 
+ 00022253  0x000058b8 call  0x00002a7b 
+ 00022254  0x000058b9 store  0x00000004 , 0x0000045b 
+ 00022255  0x000058ba rtn 
+ 00022256  0x000058be jam  0x00000024 , 0x00000016 
+ 00022257  0x000058bf jam  0x00000000 , 0x00000ac2 
+ 00022258  0x000058c1 bpatchx  0x00000068 , 0x0000402d 
+ 00022259  0x000058c2 fetch  0x00000001 , 0x0000436e 
+ 00022260  0x000058c3 rtn  0x00000034 
+ 00022261  0x000058c4 arg  0x00000000 , 0x00000007 
+ 00022262  0x000058c5 call  0x00007f16 
+ 00022263  0x000058c6 nrtn  0x00000034 
+ 00022264  0x000058c7 bpatchx  0x00000069 , 0x0000402d 
+ 00022265  0x000058c9 disable  0x00000029 
+ 00022266  0x000058ca enable  0x00000010 
+ 00022267  0x000058cb call  0x00005572 
+ 00022268  0x000058cc call  0x00005422 
+ 00022269  0x000058cd call  0x000054e9 
+ 00022270  0x000058ce nbranch  0x00005706 , 0x0000002d 
+ 00022271  0x000058cf fetch  0x00000001 , 0x00000003 
+ 00022272  0x000058d0 increase  0x00000001 , 0x0000003f 
+ 00022273  0x000058d1 store  0x00000001 , 0x00000003 
+ 00022274  0x000058d2 fetch  0x00000001 , 0x000002d9 
+ 00022275  0x000058d3 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00022276  0x000058d4 beq  0x00000003 , 0x0000551c 
+ 00022277  0x000058d5 beq  0x00000005 , 0x00005728 
+ 00022278  0x000058d7 bpatchx  0x0000006a , 0x0000402d 
+ 00022279  0x000058d8 random  0x0000003f 
+ 00022280  0x000058d9 arg  0x000001ff , 0x00000002 
+ 00022281  0x000058da iand  0x00000002 , 0x0000003f 
+ 00022282  0x000058db add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00022283  0x000058dc call  0x00003cbe 
+ 00022284  0x000058dd fetch  0x00000001 , 0x00000ac2 
+ 00022285  0x000058de fetcht  0x00000001 , 0x0000448d 
+ 00022286  0x000058df isub  0x00000002 , 0x0000003e 
+ 00022287  0x000058e0 nbranch  0x000056f2 , 0x00000005 
+ 00022288  0x000058e1 arg  0x00000000 , 0x00000007 
+ 00022289  0x000058e2 fetch  0x00000002 , 0x00004482 
+ 00022290  0x000058e3 branch  0x00007f08 
+ 00022291  0x000058e7 bpatchx  0x0000006b , 0x0000402d 
+ 00022292  0x000058e8 fetch  0x00000001 , 0x00000476 
+ 00022293  0x000058e9 call  0x000053fc 
+ 00022294  0x000058ea fetch  0x00000002 , 0x00000441 
+ 00022295  0x000058eb imul32  0x00000002 , 0x0000003f 
+ 00022296  0x000058ec arg  0x00000177 , 0x00000002 
+ 00022297  0x000058ed imul32  0x00000002 , 0x0000003f 
+ 00022298  0x000058ee arg  0x000186a0 , 0x00000002 
+ 00022299  0x000058ef idiv  0x00000002 
+ 00022300  0x000058f0 fetch  0x00000001 , 0x0000046a 
+ 00022301  0x000058f1 arg  0x00004e20 , 0x00000002 
+ 00022302  0x000058f2 imul32  0x00000002 , 0x0000003f 
+ 00022303  0x000058f3 iadd  0x00000002 , 0x0000003f 
+ 00022304  0x000058f4 store  0x00000004 , 0x000044e5 
+ 00022305  0x000058f5 bpatchx  0x0000006c , 0x0000402d 
+ 00022306  0x000058f6 fetch  0x00000002 , 0x000040c1 
+ 00022307  0x000058f7 call  0x00007f86 
+ 00022308  0x000058f8 quotient  0x00000002 
+ 00022309  0x000058f9 iadd  0x00000002 , 0x0000003f 
+ 00022310  0x000058fa store  0x00000002 , 0x0000044d 
+ 00022311  0x000058fb rtn 
+ 00022312  0x000058fe bpatchx  0x0000006d , 0x0000402d 
+ 00022313  0x000058ff fetch  0x00000006 , 0x000002e1 
+ 00022314  0x00005900 fetcht  0x00000006 , 0x000044a0 
+ 00022315  0x00005901 isub  0x00000002 , 0x0000003e 
+ 00022316  0x00005902 nrtn  0x00000005 
+ 00022317  0x00005903 call  0x00005619 
+ 00022318  0x00005904 copy  0x00000011 , 0x0000003f 
+ 00022319  0x00005905 store  0x00000001 , 0x0000448e 
+ 00022320  0x00005906 fetch  0x00000007 , 0x000002ee 
+ 00022321  0x00005907 store  0x00000007 , 0x00000101 
+ 00022322  0x00005908 ifetch  0x00000008 , 0x00000006 
+ 00022323  0x00005909 istore  0x00000008 , 0x00000005 
+ 00022324  0x0000590a fetch  0x00000006 , 0x000002db 
+ 00022325  0x0000590b store  0x00000006 , 0x0000044f 
+ 00022326  0x0000590c increase  0x00000006 , 0x00000006 
+ 00022327  0x0000590d ifetch  0x00000008 , 0x00000006 
+ 00022328  0x0000590e store  0x00000008 , 0x00000463 
+ 00022329  0x0000590f ifetcht  0x00000002 , 0x00000006 
+ 00022330  0x00005910 bpatchx  0x0000006e , 0x0000402d 
+ 00022331  0x00005911 lshift2  0x00000002 , 0x00000002 
+ 00022332  0x00005912 ifetch  0x00000002 , 0x00000006 
+ 00022333  0x00005913 lshift2  0x0000003f , 0x0000003f 
+ 00022334  0x00005914 store  0x00000002 , 0x00000441 
+ 00022335  0x00005915 store  0x00000004 , 0x00000443 
+ 00022336  0x00005916 isub  0x00000002 , 0x0000003f 
+ 00022337  0x00005917 add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00022338  0x00005918 ifetch  0x00000009 , 0x00000006 
+ 00022339  0x00005919 store  0x00000009 , 0x0000046b 
+ 00022340  0x0000591a bpatchx  0x0000006f , 0x0000402d 
+ 00022341  0x0000591b ifetch  0x00000001 , 0x00000006 
+ 00022342  0x0000591c rshift4  0x0000003f , 0x00000002 
+ 00022343  0x0000591d rshift  0x00000002 , 0x00000002 
+ 00022344  0x0000591e storet  0x00000001 , 0x00000476 
+ 00022345  0x0000591f and_into  0x0000001f , 0x0000003f 
+ 00022346  0x00005920 store  0x00000001 , 0x00000458 
+ 00022347  0x00005921 call  0x00005713 
+ 00022348  0x00005922 call  0x0000545b 
+ 00022349  0x00005923 call  0x0000534c 
+ 00022350  0x00005924 call  0x0000223b 
+ 00022351  0x00005925 nrtn  0x00000005 
+ 00022352  0x00005926 bpatchx  0x00000070 , 0x0000402e 
+ 00022353  0x00005927 call  0x00002841 
+ 00022354  0x00005928 call  0x00005ad3 
+ 00022355  0x00005929 jam  0x00000014 , 0x00000a99 
+ 00022356  0x0000592a call  0x00007d86 
+ 00022357  0x0000592b branch  0x00002223 
+ 00022358  0x0000592f bpatchx  0x00000071 , 0x0000402e 
+ 00022359  0x00005930 fetch  0x00000002 , 0x0000445a 
+ 00022360  0x00005931 iforce  0x00000012 
+ 00022361  0x00005932 fetch  0x00000002 , 0x0000445c 
+ 00022362  0x00005933 iforce  0x00000013 
+ 00022363  0x00005934 fetch  0x00000002 , 0x000044bc 
+ 00022364  0x00005935 iforce  0x00000006 
+ 00022365  0x00005936 enable  0x00000028 
+ 00022366  0x00005937 rtn 
+ 00022367  0x0000593b ifetch  0x00000002 , 0x00000006 
+ 00022368  0x0000593c rtn  0x00000034 
+ 00022369  0x0000593d isub  0x00000012 , 0x0000003e 
+ 00022370  0x0000593e nrtn  0x00000002 
+ 00022371  0x0000593f isub  0x00000013 , 0x0000003e 
+ 00022372  0x00005940 rtn  0x00000005 
+ 00022373  0x00005941 branch  0x00005768 , 0x00000002 
+ 00022374  0x00005942 force  0x00000001 , 0x0000003e 
+ 00022375  0x00005943 rtn 
+ 00022376  0x00005945 force  0x00000000 , 0x0000003f 
+ 00022377  0x00005946 rtn 
+ 00022378  0x0000594b call  0x0000576d 
+ 00022379  0x0000594c branch  0x00005779 , 0x00000005 
+ 00022380  0x0000594d rtn 
+ 00022381  0x00005950 bpatchx  0x00000072 , 0x0000402e 
+ 00022382  0x00005951 fetch  0x00000002 , 0x000044bc 
+ 00022383  0x00005952 iforce  0x00000006 
+ 00022384  0x00005954 ifetch  0x00000002 , 0x00000006 
+ 00022385  0x00005955 rtn  0x00000034 
+ 00022386  0x00005956 isub  0x00000002 , 0x0000003e 
+ 00022387  0x00005957 rtn  0x00000005 
+ 00022388  0x00005958 ifetch  0x00000001 , 0x00000006 
+ 00022389  0x00005959 iadd  0x00000006 , 0x00000006 
+ 00022390  0x0000595a ifetch  0x00000001 , 0x00000006 
+ 00022391  0x0000595b iadd  0x00000006 , 0x00000006 
+ 00022392  0x0000595c branch  0x00005770 
+ 00022393  0x0000595e ifetch  0x00000001 , 0x00000006 
+ 00022394  0x0000595f iadd  0x00000006 , 0x00000006 
+ 00022395  0x00005960 rtn 
+ 00022396  0x00005965 bpatchx  0x00000073 , 0x0000402e 
+ 00022397  0x00005966 fetch  0x00000002 , 0x000044bc 
+ 00022398  0x00005967 iforce  0x00000006 
+ 00022399  0x00005969 ifetch  0x00000002 , 0x00000006 
+ 00022400  0x0000596a rtn  0x00000034 
+ 00022401  0x0000596b ifetch  0x00000001 , 0x00000006 
+ 00022402  0x0000596c iadd  0x00000006 , 0x00000006 
+ 00022403  0x0000596d increase  0xfffffffe , 0x00000006 
+ 00022404  0x0000596e ifetch  0x00000002 , 0x00000006 
+ 00022405  0x0000596f isub  0x00000002 , 0x0000003e 
+ 00022406  0x00005970 rtn  0x00000005 
+ 00022407  0x00005971 ifetch  0x00000001 , 0x00000006 
+ 00022408  0x00005972 iadd  0x00000006 , 0x00000006 
+ 00022409  0x00005973 branch  0x0000577f 
+ 00022410  0x00005978 fetch  0x00000002 , 0x0000049c 
+ 00022411  0x00005979 branch  0x0000578e 
+ 00022412  0x0000597c bpatchx  0x00000074 , 0x0000402e 
+ 00022413  0x0000597d fetch  0x00000002 , 0x000044bc 
+ 00022414  0x0000597f iforce  0x00000006 
+ 00022415  0x00005980 copy  0x00000002 , 0x00000011 
+ 00022416  0x00005982 ifetch  0x00000002 , 0x00000006 
+ 00022417  0x00005983 branch  0x00005799 , 0x00000034 
+ 00022418  0x00005984 isub  0x00000011 , 0x0000003e 
+ 00022419  0x00005985 branch  0x0000579a , 0x00000005 
+ 00022420  0x00005986 ifetch  0x00000001 , 0x00000006 
+ 00022421  0x00005987 iadd  0x00000006 , 0x00000006 
+ 00022422  0x00005988 ifetch  0x00000001 , 0x00000006 
+ 00022423  0x00005989 iadd  0x00000006 , 0x00000006 
+ 00022424  0x0000598a branch  0x00005790 
+ 00022425  0x0000598c branch  0x00007fef 
+ 00022426  0x0000598f ifetch  0x00000001 , 0x00000006 
+ 00022427  0x00005990 store  0x00000001 , 0x000004a2 
+ 00022428  0x00005991 copy  0x0000003f , 0x00000039 
+ 00022429  0x00005992 arg  0x000004a3 , 0x00000005 
+ 00022430  0x00005993 call  0x00007ef4 
+ 00022431  0x00005994 ifetch  0x00000001 , 0x00000006 
+ 00022432  0x00005995 store  0x00000001 , 0x000004b3 
+ 00022433  0x00005996 call  0x00007ea5 
+ 00022434  0x00005997 branch  0x00007ff1 
+ 00022435  0x0000599b bpatchx  0x00000075 , 0x0000402e 
+ 00022436  0x0000599c call  0x000057a6 
+ 00022437  0x0000599d branch  0x000057b8 
+ 00022438  0x000059a0 arg  0x00002a00 , 0x00000002 
+ 00022439  0x000059a1 call  0x0000577c 
+ 00022440  0x000059a2 rtn  0x00000034 
+ 00022441  0x000059a3 ifetch  0x00000001 , 0x00000006 
+ 00022442  0x000059a4 copy  0x00000006 , 0x00000005 
+ 00022443  0x000059a5 fetcht  0x00000001 , 0x000043af 
+ 00022444  0x000059a6 copy  0x00000002 , 0x00000039 
+ 00022445  0x000059a7 isub  0x00000002 , 0x0000003e 
+ 00022446  0x000059a8 nbranch  0x000057b5 , 0x00000002 
+ 00022447  0x000059a9 isub  0x00000002 , 0x00000002 
+ 00022448  0x000059aa arg  0x000043b0 , 0x00000006 
+ 00022449  0x000059ab call  0x00007f01 
+ 00022450  0x000059ac copy  0x00000002 , 0x00000039 
+ 00022451  0x000059ad ncall  0x000057f0 , 0x00000005 
+ 00022452  0x000059ae rtn 
+ 00022453  0x000059b0 copy  0x0000003f , 0x00000039 
+ 00022454  0x000059b1 arg  0x000043b0 , 0x00000006 
+ 00022455  0x000059b2 branch  0x00007ef4 
+ 00022456  0x000059b6 arg  0x0000438f , 0x00000013 
+ 00022457  0x000059b7 arg  0x00004370 , 0x00000011 
+ 00022458  0x000059b8 call  0x000057c5 
+ 00022459  0x000059b9 setarg  0x00000000 
+ 00022460  0x000059ba setflag  0x00000028 , 0x00000000 , 0x0000003f 
+ 00022461  0x000059bb store  0x00000001 , 0x00000a9a 
+ 00022462  0x000059bc arg  0x000043af , 0x00000013 
+ 00022463  0x000059bd arg  0x00004390 , 0x00000011 
+ 00022464  0x000059be call  0x000057c5 
+ 00022465  0x000059bf rtn  0x00000028 
+ 00022466  0x000059c0 fetch  0x00000001 , 0x00000a9a 
+ 00022467  0x000059c1 branch  0x00002a8c , 0x00000034 
+ 00022468  0x000059c2 rtn 
+ 00022469  0x000059c6 bpatchx  0x00000076 , 0x0000402e 
+ 00022470  0x000059c7 call  0x00007fe7 
+ 00022471  0x000059c8 call  0x00007eda 
+ 00022472  0x000059c9 arg  0x00000000 , 0x00000012 
+ 00022473  0x000059ca arg  0x00000ac3 , 0x00000005 
+ 00022474  0x000059cb call  0x000057df 
+ 00022475  0x000059cc fetch  0x00000001 , 0x000043af 
+ 00022476  0x000059cd add  0x0000003f , 0x00000001 , 0x00000002 
+ 00022477  0x000059ce iadd  0x00000012 , 0x00000011 
+ 00022478  0x000059cf increase  0x00000002 , 0x00000011 
+ 00022479  0x000059d0 sub  0x00000011 , 0x0000001f , 0x0000003e 
+ 00022480  0x000059d1 nbranch  0x000057dd , 0x00000002 
+ 00022481  0x000059d2 istoret  0x00000001 , 0x00000005 
+ 00022482  0x000059d3 arg  0x00000009 , 0x00000002 
+ 00022483  0x000059d4 istoret  0x00000001 , 0x00000005 
+ 00022484  0x000059d5 iforce  0x00000039 
+ 00022485  0x000059d6 call  0x00007ef4 
+ 00022486  0x000059d7 copy  0x00000011 , 0x00000012 
+ 00022487  0x000059d9 deposit  0x00000012 
+ 00022488  0x000059da store  0x00000001 , 0x00000ac2 
+ 00022489  0x000059db arg  0x00000ac2 , 0x00000006 
+ 00022490  0x000059dc setarg  0xffffffe0 
+ 00022491  0x000059dd iadd  0x00000013 , 0x00000005 
+ 00022492  0x000059de branch  0x00007ebd 
+ 00022493  0x000059e1 call  0x00007fe9 
+ 00022494  0x000059e2 branch  0x000057d7 
+ 00022495  0x000059e5 ifetch  0x00000001 , 0x00000011 
+ 00022496  0x000059e6 rtn  0x00000034 
+ 00022497  0x000059e7 pincrease  0x00000001 
+ 00022498  0x000059e8 ifetcht  0x00000001 , 0x00000006 
+ 00022499  0x000059e9 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00022500  0x000059ea branch  0x000057ee , 0x00000005 
+ 00022501  0x000059eb iadd  0x00000012 , 0x00000012 
+ 00022502  0x000059ec copy  0x00000011 , 0x00000006 
+ 00022503  0x000059ed iforce  0x00000039 
+ 00022504  0x000059ee call  0x00007ef4 
+ 00022505  0x000059ef copy  0x00000006 , 0x00000011 
+ 00022506  0x000059f1 deposit  0x00000011 
+ 00022507  0x000059f2 isub  0x00000013 , 0x0000003e 
+ 00022508  0x000059f3 rtn  0x00000002 
+ 00022509  0x000059f4 branch  0x000057df 
+ 00022510  0x000059f7 iadd  0x00000011 , 0x00000011 
+ 00022511  0x000059f8 branch  0x000057ea 
+ 00022512  0x000059fc setarg  0x00000020 
+ 00022513  0x000059fd istore  0x00000001 , 0x00000005 
+ 00022514  0x000059fe loop  0x000057f0 
+ 00022515  0x000059ff rtn 
+ 00022516  0x00005a03 bpatchx  0x00000077 , 0x0000402e 
+ 00022517  0x00005a04 disable  0x0000002b 
+ 00022518  0x00005a05 branch  0x000057f8 , 0x0000002e 
+ 00022519  0x00005a06 nbranch  0x00005806 , 0x0000002d 
+ 00022520  0x00005a08 call  0x00002bcb 
+ 00022521  0x00005a09 fetch  0x00000002 , 0x000040c1 
+ 00022522  0x00005a0a store  0x00000002 , 0x0000044d 
+ 00022523  0x00005a0c nbranch  0x00002bde , 0x0000002d 
+ 00022524  0x00005a0d bmark1  0x0000000f , 0x00002bde 
+ 00022525  0x00005a0f fetch  0x00000001 , 0x0000450b 
+ 00022526  0x00005a10 nbranch  0x00002bde , 0x00000034 
+ 00022527  0x00005a11 fetch  0x00000001 , 0x000043dd 
+ 00022528  0x00005a12 nbranch  0x00002bde , 0x00000034 
+ 00022529  0x00005a14 fetch  0x00000001 , 0x000044e9 
+ 00022530  0x00005a15 bbit1  0x00000005 , 0x00002bde 
+ 00022531  0x00005a17 fetch  0x00000001 , 0x0000043f 
+ 00022532  0x00005a18 bbit1  0x00000005 , 0x00002bde 
+ 00022533  0x00005a19 branch  0x00002bc0 
+ 00022534  0x00005a1c fetcht  0x00000002 , 0x000040c1 
+ 00022535  0x00005a1d rshift  0x00000002 , 0x00000002 
+ 00022536  0x00005a1e fetch  0x00000002 , 0x0000044d 
+ 00022537  0x00005a1f iadd  0x00000002 , 0x0000003f 
+ 00022538  0x00005a20 store  0x00000002 , 0x0000044d 
+ 00022539  0x00005a21 branch  0x00002bd6 
+ 00022540  0x00005a25 arg  0x00000000 , 0x00000007 
+ 00022541  0x00005a26 branch  0x00005824 
+ 00022542  0x00005a29 arg  0x00000000 , 0x00000007 
+ 00022543  0x00005a2a branch  0x00005828 
+ 00022544  0x00005a2d arg  0x00000001 , 0x00000007 
+ 00022545  0x00005a2e branch  0x00005824 
+ 00022546  0x00005a31 arg  0x00000001 , 0x00000007 
+ 00022547  0x00005a32 branch  0x00005828 
+ 00022548  0x00005a35 arg  0x00000002 , 0x00000007 
+ 00022549  0x00005a36 branch  0x00005824 
+ 00022550  0x00005a39 arg  0x00000002 , 0x00000007 
+ 00022551  0x00005a3a branch  0x00005828 
+ 00022552  0x00005a3d arg  0x00000003 , 0x00000007 
+ 00022553  0x00005a3e branch  0x00005824 
+ 00022554  0x00005a41 arg  0x00000003 , 0x00000007 
+ 00022555  0x00005a42 branch  0x00005828 
+ 00022556  0x00005a45 arg  0x00000004 , 0x00000007 
+ 00022557  0x00005a46 branch  0x00005824 
+ 00022558  0x00005a49 arg  0x00000004 , 0x00000007 
+ 00022559  0x00005a4a branch  0x00005828 
+ 00022560  0x00005a4d arg  0x00000005 , 0x00000007 
+ 00022561  0x00005a4e branch  0x00005824 
+ 00022562  0x00005a51 arg  0x00000005 , 0x00000007 
+ 00022563  0x00005a52 branch  0x00005828 
+ 00022564  0x00005a56 fetch  0x00000001 , 0x000044e9 
+ 00022565  0x00005a57 qset1  0x0000003f 
+ 00022566  0x00005a58 store  0x00000001 , 0x000044e9 
+ 00022567  0x00005a59 rtn 
+ 00022568  0x00005a5c fetch  0x00000001 , 0x000044e9 
+ 00022569  0x00005a5d qset0  0x0000003f 
+ 00022570  0x00005a5e store  0x00000001 , 0x000044e9 
+ 00022571  0x00005a5f rtn 
+ 00022572  0x00005a62 setarg  0x00112233 
+ 00022573  0x00005a63 store  0x00000003 , 0x000044ea 
+ 00022574  0x00005a64 setarg  0x00445566 
+ 00022575  0x00005a65 istore  0x00000003 , 0x00000005 
+ 00022576  0x00005a66 setarg  0x00778899 
+ 00022577  0x00005a67 istore  0x00000003 , 0x00000005 
+ 00022578  0x00005a68 setarg  0x00001122 
+ 00022579  0x00005a69 istore  0x00000003 , 0x00000005 
+ 00022580  0x00005a6a setarg  0x00334455 
+ 00022581  0x00005a6b istore  0x00000003 , 0x00000005 
+ 00022582  0x00005a6c setarg  0x00000066 
+ 00022583  0x00005a6d istore  0x00000001 , 0x00000005 
+ 00022584  0x00005a6e rtn 
+ 00022585  0x00005a72 setarg  0x01000302 
+ 00022586  0x00005a73 store  0x00000004 , 0x00004453 
+ 00022587  0x00005a74 setarg  0x00010010 
+ 00022588  0x00005a75 store  0x00000003 , 0x00004457 
+ 00022589  0x00005a76 jam  0x00000001 , 0x000044c6 
+ 00022590  0x00005a77 rtn 
+ 00022591  0x00005a7c arg  0x00000000 , 0x00000011 
+ 00022592  0x00005a7d arg  0x00000001 , 0x00000001 
+ 00022593  0x00005a7e branch  0x00005850 
+ 00022594  0x00005a83 arg  0x00000003 , 0x00000001 
+ 00022595  0x00005a84 call  0x00005850 
+ 00022596  0x00005a85 copy  0x00000012 , 0x0000003f 
+ 00022597  0x00005a86 istore  0x00000001 , 0x00000005 
+ 00022598  0x00005a87 rtn 
+ 00022599  0x00005a8c force  0x00000002 , 0x00000001 
+ 00022600  0x00005a8d increase  0x00000004 , 0x00000011 
+ 00022601  0x00005a8e call  0x00005850 
+ 00022602  0x00005a8f increase  0xfffffffc , 0x00000011 
+ 00022603  0x00005a90 copy  0x00000011 , 0x0000003f 
+ 00022604  0x00005a91 istore  0x00000002 , 0x00000005 
+ 00022605  0x00005a92 copy  0x00000012 , 0x0000003f 
+ 00022606  0x00005a93 istore  0x00000002 , 0x00000005 
+ 00022607  0x00005a94 rtn 
+ 00022608  0x00005a99 sub  0x00000011 , 0x000000f0 , 0x0000003e 
+ 00022609  0x00005a9a nbranch  0x00002a8c , 0x00000002 
+ 00022610  0x00005a9b fetch  0x00000001 , 0x000044ff 
+ 00022611  0x00005a9c arg  0x00000001 , 0x00000002 
+ 00022612  0x00005a9d arg  0x00000004 , 0x00000039 
+ 00022613  0x00005a9f iand  0x00000002 , 0x0000003e 
+ 00022614  0x00005aa0 branch  0x0000585a , 0x00000005 
+ 00022615  0x00005aa1 lshift  0x00000002 , 0x00000002 
+ 00022616  0x00005aa2 loop  0x00005855 
+ 00022617  0x00005aa3 branch  0x00002a8c 
+ 00022618  0x00005aa5 ixor  0x00000002 , 0x0000003f 
+ 00022619  0x00005aa6 store  0x00000001 , 0x000044ff 
+ 00022620  0x00005aa7 sub  0x00000039 , 0x00000004 , 0x0000003f 
+ 00022621  0x00005aa8 lshift4  0x0000003f , 0x0000003f 
+ 00022622  0x00005aa9 lshift4  0x0000003f , 0x0000003f 
+ 00022623  0x00005aaa arg  0x00001800 , 0x00000002 
+ 00022624  0x00005aab iadd  0x00000002 , 0x00000002 
+ 00022625  0x00005aad arg  0x00000000 , 0x00000039 
+ 00022626  0x00005aae arg  0x00004500 , 0x00000006 
+ 00022627  0x00005ab0 ifetch  0x00000002 , 0x00000006 
+ 00022628  0x00005ab1 branch  0x00005869 , 0x00000034 
+ 00022629  0x00005ab2 copy  0x00000039 , 0x0000003f 
+ 00022630  0x00005ab3 increase  0x00000001 , 0x00000039 
+ 00022631  0x00005ab4 bne  0x00000004 , 0x00005863 
+ 00022632  0x00005ab5 branch  0x00002a8c 
+ 00022633  0x00005ab9 increase  0xfffffffe , 0x00000006 
+ 00022634  0x00005aba istoret  0x00000002 , 0x00000006 
+ 00022635  0x00005abb copy  0x00000002 , 0x00000005 
+ 00022636  0x00005abc copy  0x00000011 , 0x0000003f 
+ 00022637  0x00005abd istore  0x00000001 , 0x00000005 
+ 00022638  0x00005abe setarg  0x00000000 
+ 00022639  0x00005abf istore  0x00000001 , 0x00000005 
+ 00022640  0x00005ac0 copy  0x00000001 , 0x0000003f 
+ 00022641  0x00005ac1 istore  0x00000001 , 0x00000005 
+ 00022642  0x00005ac2 rtn 
+ 00022643  0x00005ac7 fetch  0x00000002 , 0x00004500 
+ 00022644  0x00005ac8 copy  0x0000003f , 0x00000006 
+ 00022645  0x00005ac9 rtn 
+ 00022646  0x00005acc fetch  0x00000002 , 0x00004502 
+ 00022647  0x00005acd copy  0x0000003f , 0x00000006 
+ 00022648  0x00005ace rtn 
+ 00022649  0x00005ad1 call  0x0000587c 
+ 00022650  0x00005ad2 copy  0x0000003f , 0x00000006 
+ 00022651  0x00005ad3 rtn 
+ 00022652  0x00005ad5 fetch  0x00000002 , 0x00004506 
+ 00022653  0x00005ad6 nrtn  0x00000034 
+ 00022654  0x00005ad7 fetch  0x00000002 , 0x00004504 
+ 00022655  0x00005ad8 nrtn  0x00000034 
+ 00022656  0x00005ad9 fetch  0x00000002 , 0x00004502 
+ 00022657  0x00005ada nrtn  0x00000034 
+ 00022658  0x00005adb fetch  0x00000002 , 0x00004500 
+ 00022659  0x00005adc rtn 
+ 00022660  0x00005adf call  0x00005873 
+ 00022661  0x00005ae0 increase  0x00000003 , 0x00000006 
+ 00022662  0x00005ae1 rtn 
+ 00022663  0x00005ae4 call  0x00005873 
+ 00022664  0x00005ae5 increase  0x00000007 , 0x00000006 
+ 00022665  0x00005ae6 rtn 
+ 00022666  0x00005ae9 call  0x00005879 
+ 00022667  0x00005aea increase  0x00000007 , 0x00000006 
+ 00022668  0x00005aeb rtn 
+ 00022669  0x00005aee call  0x00005879 
+ 00022670  0x00005aef increase  0x00000003 , 0x00000006 
+ 00022671  0x00005af0 rtn 
+ 00022672  0x00005af5 fetch  0x00000002 , 0x00004506 
+ 00022673  0x00005af6 rtn 
+ 00022674  0x00005afa fetch  0x00000002 , 0x00004504 
+ 00022675  0x00005afb rtn 
+ 00022676  0x00005aff fetch  0x00000002 , 0x00004500 
+ 00022677  0x00005b00 rtn 
+ 00022678  0x00005b04 fetch  0x00000002 , 0x00004500 
+ 00022679  0x00005b05 arg  0x00001800 , 0x00000002 
+ 00022680  0x00005b06 isub  0x00000002 , 0x0000003f 
+ 00022681  0x00005b07 rshift4  0x0000003f , 0x0000003f 
+ 00022682  0x00005b08 rshift4  0x0000003f , 0x00000007 
+ 00022683  0x00005b09 fetch  0x00000001 , 0x000044ff 
+ 00022684  0x00005b0a qset0  0x0000003f 
+ 00022685  0x00005b0b store  0x00000001 , 0x000044ff 
+ 00022686  0x00005b0c arg  0x00000000 , 0x00000039 
+ 00022687  0x00005b0e lshift  0x00000039 , 0x0000003f 
+ 00022688  0x00005b0f arg  0x00004502 , 0x00000002 
+ 00022689  0x00005b10 iadd  0x00000002 , 0x00000002 
+ 00022690  0x00005b11 ifetch  0x00000002 , 0x00000002 
+ 00022691  0x00005b12 increase  0xfffffffe , 0x00000002 
+ 00022692  0x00005b13 istore  0x00000002 , 0x00000002 
+ 00022693  0x00005b14 copy  0x00000039 , 0x0000003f 
+ 00022694  0x00005b15 increase  0x00000001 , 0x00000039 
+ 00022695  0x00005b16 bne  0x00000003 , 0x0000589f 
+ 00022696  0x00005b17 setarg  0x00000000 
+ 00022697  0x00005b18 istore  0x00000002 , 0x00000002 
+ 00022698  0x00005b19 rtn 
+ 00022699  0x00005b20 ifetch  0x00000003 , 0x00000006 
+ 00022700  0x00005b21 store  0x00000003 , 0x00000477 
+ 00022701  0x00005b22 beq  0x00000002 , 0x000058c1 
+ 00022702  0x00005b23 beq  0x00000003 , 0x000058c9 
+ 00022703  0x00005b24 beq  0x00000004 , 0x000058cc 
+ 00022704  0x00005b25 beq  0x00000006 , 0x000058f2 
+ 00022705  0x00005b26 beq  0x00000008 , 0x0000593f 
+ 00022706  0x00005b27 beq  0x0000000a , 0x000059bc 
+ 00022707  0x00005b28 beq  0x0000000c , 0x000059e4 
+ 00022708  0x00005b29 beq  0x00000010 , 0x000059fa 
+ 00022709  0x00005b2a beq  0x00000012 , 0x00005a2f 
+ 00022710  0x00005b2b beq  0x00000016 , 0x00005a48 
+ 00022711  0x00005b2c beq  0x00000018 , 0x00005a5b 
+ 00022712  0x00005b2d beq  0x00000052 , 0x00005a60 
+ 00022713  0x00005b2e rtn 
+ 00022714  0x00005b32 force  0x00000003 , 0x00000011 
+ 00022715  0x00005b33 call  0x00005a82 
+ 00022716  0x00005b34 setarg  0x00000002 
+ 00022717  0x00005b35 istore  0x00000001 , 0x00000005 
+ 00022718  0x00005b36 fetch  0x00000002 , 0x000044a6 
+ 00022719  0x00005b37 istore  0x00000002 , 0x00000005 
+ 00022720  0x00005b38 rtn 
+ 00022721  0x00005b3c call  0x000058c9 
+ 00022722  0x00005b3e force  0x00000003 , 0x00000011 
+ 00022723  0x00005b3f call  0x00005a82 
+ 00022724  0x00005b40 setarg  0x00000003 
+ 00022725  0x00005b41 istore  0x00000001 , 0x00000005 
+ 00022726  0x00005b42 fetch  0x00000002 , 0x000044a6 
+ 00022727  0x00005b43 istore  0x00000002 , 0x00000005 
+ 00022728  0x00005b44 rtn 
+ 00022729  0x00005b47 rshift8  0x0000003f , 0x0000003f 
+ 00022730  0x00005b48 store  0x00000002 , 0x000044a8 
+ 00022731  0x00005b49 rtn 
+ 00022732  0x00005b4c call  0x00005ab1 
+ 00022733  0x00005b4d call  0x00007fe7 
+ 00022734  0x00005b4e branch  0x000058cf 
+ 00022735  0x00005b51 arg  0x00000003 , 0x0000000b 
+ 00022736  0x00005b52 call  0x00005756 
+ 00022737  0x00005b54 call  0x0000575f 
+ 00022738  0x00005b55 branch  0x000058f0 , 0x00000034 
+ 00022739  0x00005b56 nbranch  0x000058ed , 0x00000002 
+ 00022740  0x00005b57 increase  0xfffffffe , 0x00000006 
+ 00022741  0x00005b58 call  0x00007ea5 
+ 00022742  0x00005b59 call  0x00007e9c 
+ 00022743  0x00005b5a nbranch  0x000058e1 , 0x00000028 
+ 00022744  0x00005b5b call  0x00007e85 
+ 00022745  0x00005b5c call  0x00007fe9 
+ 00022746  0x00005b5d force  0x00000014 , 0x00000011 
+ 00022747  0x00005b5e call  0x00005a82 
+ 00022748  0x00005b5f call  0x00007e95 
+ 00022749  0x00005b60 setarg  0x00000005 
+ 00022750  0x00005b61 istore  0x00000001 , 0x00000005 
+ 00022751  0x00005b62 setarg  0x00000001 
+ 00022752  0x00005b63 istore  0x00000001 , 0x00000005 
+ 00022753  0x00005b65 call  0x00007e9f 
+ 00022754  0x00005b66 ifetch  0x00000002 , 0x00000006 
+ 00022755  0x00005b67 istore  0x00000002 , 0x00000005 
+ 00022756  0x00005b68 ifetch  0x00000001 , 0x00000006 
+ 00022757  0x00005b69 copy  0x0000003f , 0x00000039 
+ 00022758  0x00005b6a call  0x00007f01 
+ 00022759  0x00005b6b call  0x00007ea2 
+ 00022760  0x00005b6c increase  0xffffffff , 0x0000000b 
+ 00022761  0x00005b6d branch  0x000058f0 , 0x00000005 
+ 00022762  0x00005b6f ifetch  0x00000001 , 0x00000006 
+ 00022763  0x00005b70 iadd  0x00000006 , 0x00000006 
+ 00022764  0x00005b71 branch  0x000058d1 
+ 00022765  0x00005b73 ifetch  0x00000001 , 0x00000006 
+ 00022766  0x00005b74 iadd  0x00000006 , 0x00000006 
+ 00022767  0x00005b75 branch  0x000058ea 
+ 00022768  0x00005b77 branch  0x00005a76 , 0x00000028 
+ 00022769  0x00005b78 branch  0x00005aa5 
+ 00022770  0x00005b7c call  0x00005ab1 
+ 00022771  0x00005b7d ifetch  0x00000002 , 0x00000006 
+ 00022772  0x00005b7e store  0x00000002 , 0x00004472 
+ 00022773  0x00005b7f call  0x00007ea5 
+ 00022774  0x00005b80 arg  0x0000445e , 0x00000005 
+ 00022775  0x00005b81 fetch  0x00000002 , 0x000044fc 
+ 00022776  0x00005b82 increase  0xfffffff9 , 0x0000003f 
+ 00022777  0x00005b83 call  0x000056db 
+ 00022778  0x00005b84 branch  0x00005905 
+ 00022779  0x00005b88 disable  0x00000028 
+ 00022780  0x00005b89 fetcht  0x00000002 , 0x0000445a 
+ 00022781  0x00005b8a fetch  0x00000002 , 0x0000445c 
+ 00022782  0x00005b8b isub  0x00000002 , 0x0000003e 
+ 00022783  0x00005b8c nbranch  0x00005902 , 0x00000002 
+ 00022784  0x00005b8d deposit  0x00000002 
+ 00022785  0x00005b8e rtnne  0x00000000 
+ 00022786  0x00005b90 enable  0x00000028 
+ 00022787  0x00005b91 jam  0x00000001 , 0x0000047a 
+ 00022788  0x00005b92 branch  0x00005a77 
+ 00022789  0x00005b96 call  0x000058fb 
+ 00022790  0x00005b97 rtn  0x00000028 
+ 00022791  0x00005b98 fetcht  0x00000002 , 0x00004472 
+ 00022792  0x00005b99 setarg  0x00002800 
+ 00022793  0x00005b9a isub  0x00000002 , 0x0000003e 
+ 00022794  0x00005b9b branch  0x0000590c , 0x00000005 
+ 00022795  0x00005b9c branch  0x00005a76 
+ 00022796  0x00005ba0 jam  0x00000000 , 0x000004b4 
+ 00022797  0x00005ba1 fetcht  0x00000002 , 0x0000445a 
+ 00022798  0x00005ba2 storet  0x00000002 , 0x00000aa2 
+ 00022799  0x00005ba3 call  0x0000578c 
+ 00022800  0x00005ba4 nbranch  0x00005a76 , 0x00000034 
+ 00022801  0x00005ba6 fetcht  0x00000002 , 0x00000aa2 
+ 00022802  0x00005ba7 call  0x0000578c 
+ 00022803  0x00005ba8 nbranch  0x00005925 , 0x00000034 
+ 00022804  0x00005ba9 copy  0x00000006 , 0x00000011 
+ 00022805  0x00005baa fetch  0x00000001 , 0x000004b3 
+ 00022806  0x00005bab copy  0x0000003f , 0x00000039 
+ 00022807  0x00005bac fetcht  0x00000001 , 0x0000445e 
+ 00022808  0x00005bad isub  0x00000002 , 0x0000003e 
+ 00022809  0x00005bae nbranch  0x00005921 , 0x00000005 
+ 00022810  0x00005baf arg  0x0000445f , 0x00000012 
+ 00022811  0x00005bb0 call  0x00007f88 
+ 00022812  0x00005bb2 branch  0x00005928 , 0x00000005 
+ 00022813  0x00005bb4 fetch  0x00000002 , 0x000004a3 
+ 00022814  0x00005bb5 fetcht  0x00000002 , 0x00004472 
+ 00022815  0x00005bb6 isub  0x00000002 , 0x0000003e 
+ 00022816  0x00005bb7 branch  0x00005930 , 0x00000005 
+ 00022817  0x00005bb9 fetch  0x00000002 , 0x00000aa2 
+ 00022818  0x00005bba increase  0x00000001 , 0x0000003f 
+ 00022819  0x00005bbb store  0x00000002 , 0x00000aa2 
+ 00022820  0x00005bbc branch  0x00005911 
+ 00022821  0x00005bbf fetch  0x00000001 , 0x000004b4 
+ 00022822  0x00005bc0 beq  0x00000001 , 0x00005930 
+ 00022823  0x00005bc1 branch  0x00005a76 
+ 00022824  0x00005bc5 fetch  0x00000002 , 0x000004a3 
+ 00022825  0x00005bc6 fetcht  0x00000002 , 0x00004472 
+ 00022826  0x00005bc7 isub  0x00000002 , 0x0000003e 
+ 00022827  0x00005bc8 nbranch  0x00005921 , 0x00000005 
+ 00022828  0x00005bc9 jam  0x00000001 , 0x000004b4 
+ 00022829  0x00005bcb fetcht  0x00000002 , 0x00000aa2 
+ 00022830  0x00005bcc storet  0x00000002 , 0x0000049e 
+ 00022831  0x00005bcd branch  0x00005921 
+ 00022832  0x00005bd0 fetch  0x00000001 , 0x000004b4 
+ 00022833  0x00005bd1 beq  0x00000000 , 0x00005921 
+ 00022834  0x00005bd2 jam  0x00000002 , 0x000004b4 
+ 00022835  0x00005bd3 fetcht  0x00000002 , 0x00000aa2 
+ 00022836  0x00005bd4 increase  0xffffffff , 0x00000002 
+ 00022837  0x00005bd5 storet  0x00000002 , 0x000004a0 
+ 00022838  0x00005bd8 arg  0x00000005 , 0x00000011 
+ 00022839  0x00005bd9 call  0x00005a82 
+ 00022840  0x00005bda setarg  0x00000007 
+ 00022841  0x00005bdb istore  0x00000001 , 0x00000005 
+ 00022842  0x00005bdc fetch  0x00000002 , 0x0000049e 
+ 00022843  0x00005bdd istore  0x00000002 , 0x00000005 
+ 00022844  0x00005bde fetch  0x00000002 , 0x000004a0 
+ 00022845  0x00005bdf istore  0x00000002 , 0x00000005 
+ 00022846  0x00005be0 rtn 
+ 00022847  0x00005be5 call  0x00005ab1 
+ 00022848  0x00005be6 call  0x000056df 
+ 00022849  0x00005be7 branch  0x00005942 
+ 00022850  0x00005bea fetcht  0x00000002 , 0x0000445a 
+ 00022851  0x00005beb storet  0x00000002 , 0x00000aa2 
+ 00022852  0x00005bec call  0x00005756 
+ 00022853  0x00005bed call  0x0000576d 
+ 00022854  0x00005bee increase  0xfffffffe , 0x00000006 
+ 00022855  0x00005bef copy  0x00000006 , 0x0000003f 
+ 00022856  0x00005bf0 store  0x00000002 , 0x0000049c 
+ 00022857  0x00005bf2 fetcht  0x00000002 , 0x00004472 
+ 00022858  0x00005bf3 setarg  0x00002a00 
+ 00022859  0x00005bf4 isub  0x00000002 , 0x0000003e 
+ 00022860  0x00005bf5 branch  0x000059a8 , 0x00000005 
+ 00022861  0x00005bf6 setarg  0x00002803 
+ 00022862  0x00005bf7 isub  0x00000002 , 0x0000003e 
+ 00022863  0x00005bf8 nbranch  0x00005990 , 0x00000005 
+ 00022864  0x00005bf9 arg  0x00000002 , 0x0000000b 
+ 00022865  0x00005bfb call  0x00005a88 
+ 00022866  0x00005bfc nbranch  0x0000596d , 0x00000002 
+ 00022867  0x00005bfd fetcht  0x00000002 , 0x00000aa2 
+ 00022868  0x00005bfe call  0x0000578a 
+ 00022869  0x00005bff beq  0x00000001 , 0x0000596d 
+ 00022870  0x00005c00 call  0x00005a94 
+ 00022871  0x00005c01 nbranch  0x0000596b , 0x00000005 
+ 00022872  0x00005c02 nbranch  0x0000596f , 0x00000028 
+ 00022873  0x00005c03 disable  0x00000028 
+ 00022874  0x00005c04 arg  0x00000014 , 0x00000011 
+ 00022875  0x00005c05 call  0x00005a82 
+ 00022876  0x00005c06 setarg  0x00000009 
+ 00022877  0x00005c07 istore  0x00000001 , 0x00000005 
+ 00022878  0x00005c08 copy  0x00000005 , 0x00000030 
+ 00022879  0x00005c09 increase  0x00000001 , 0x00000005 
+ 00022880  0x00005c0b call  0x0000597d 
+ 00022881  0x00005c0c call  0x00005a84 
+ 00022882  0x00005c0d call  0x0000578a 
+ 00022883  0x00005c0e call  0x00005984 
+ 00022884  0x00005c0f fetch  0x00000001 , 0x000004a2 
+ 00022885  0x00005c10 increase  0x00000005 , 0x0000003f 
+ 00022886  0x00005c11 istore  0x00000001 , 0x00000030 
+ 00022887  0x00005c12 fetch  0x00000001 , 0x000004a2 
+ 00022888  0x00005c13 beq  0x00000010 , 0x0000596d 
+ 00022889  0x00005c14 increase  0xffffffff , 0x0000000b 
+ 00022890  0x00005c15 branch  0x0000596d , 0x00000005 
+ 00022891  0x00005c17 call  0x00005a84 
+ 00022892  0x00005c18 branch  0x00005951 
+ 00022893  0x00005c1a branch  0x00005a76 , 0x00000028 
+ 00022894  0x00005c1b branch  0x00005aa5 
+ 00022895  0x00005c1e call  0x00005a97 
+ 00022896  0x00005c1f call  0x00005a84 
+ 00022897  0x00005c20 call  0x0000578a 
+ 00022898  0x00005c21 fetch  0x00000001 , 0x000004a2 
+ 00022899  0x00005c22 beq  0x00000010 , 0x0000596d 
+ 00022900  0x00005c24 call  0x00007e9c 
+ 00022901  0x00005c25 fetch  0x00000002 , 0x00000aa2 
+ 00022902  0x00005c26 increase  0xffffffff , 0x0000003f 
+ 00022903  0x00005c27 istore  0x00000002 , 0x00000005 
+ 00022904  0x00005c28 call  0x00005aa1 
+ 00022905  0x00005c29 call  0x00005984 
+ 00022906  0x00005c2a increase  0xffffffff , 0x0000000b 
+ 00022907  0x00005c2b branch  0x0000596d , 0x00000005 
+ 00022908  0x00005c2c branch  0x0000596b 
+ 00022909  0x00005c30 fetch  0x00000002 , 0x00000aa2 
+ 00022910  0x00005c31 istore  0x00000002 , 0x00000005 
+ 00022911  0x00005c33 fetch  0x00000001 , 0x000004b3 
+ 00022912  0x00005c34 copy  0x0000003f , 0x00000039 
+ 00022913  0x00005c35 call  0x00007e9f 
+ 00022914  0x00005c36 call  0x00007ef4 
+ 00022915  0x00005c37 branch  0x00007ea2 
+ 00022916  0x00005c39 call  0x00007e9c 
+ 00022917  0x00005c3a fetch  0x00000002 , 0x00000aa2 
+ 00022918  0x00005c3b istore  0x00000002 , 0x00000005 
+ 00022919  0x00005c3c call  0x00007ea2 
+ 00022920  0x00005c3d fetch  0x00000001 , 0x000004a2 
+ 00022921  0x00005c3e copy  0x0000003f , 0x00000039 
+ 00022922  0x00005c3f call  0x00007e9c 
+ 00022923  0x00005c40 call  0x00007e9f 
+ 00022924  0x00005c41 isub  0x00000039 , 0x00000006 
+ 00022925  0x00005c42 increase  0xffffffff , 0x00000006 
+ 00022926  0x00005c43 call  0x00007ef4 
+ 00022927  0x00005c44 branch  0x00007ea2 
+ 00022928  0x00005c49 fetcht  0x00000002 , 0x0000445a 
+ 00022929  0x00005c4a storet  0x00000002 , 0x00000aa2 
+ 00022930  0x00005c4c call  0x00005a88 
+ 00022931  0x00005c4d nbranch  0x00005a76 , 0x00000002 
+ 00022932  0x00005c4e call  0x0000578a 
+ 00022933  0x00005c4f beq  0x00000001 , 0x00005a76 
+ 00022934  0x00005c50 call  0x00005a94 
+ 00022935  0x00005c51 nbranch  0x000059a6 , 0x00000005 
+ 00022936  0x00005c54 arg  0x00000014 , 0x00000011 
+ 00022937  0x00005c55 call  0x00005a82 
+ 00022938  0x00005c56 setarg  0x00000009 
+ 00022939  0x00005c57 istore  0x00000001 , 0x00000005 
+ 00022940  0x00005c58 fetch  0x00000001 , 0x000004b3 
+ 00022941  0x00005c59 copy  0x0000003f , 0x00000039 
+ 00022942  0x00005c5a increase  0x00000002 , 0x0000003f 
+ 00022943  0x00005c5b istore  0x00000001 , 0x00000005 
+ 00022944  0x00005c5c fetch  0x00000002 , 0x00000aa2 
+ 00022945  0x00005c5d istore  0x00000002 , 0x00000005 
+ 00022946  0x00005c5e call  0x00007e9f 
+ 00022947  0x00005c5f call  0x00007ef4 
+ 00022948  0x00005c60 call  0x00007ea2 
+ 00022949  0x00005c61 branch  0x00005aa5 
+ 00022950  0x00005c64 call  0x00005a84 
+ 00022951  0x00005c65 branch  0x00005992 
+ 00022952  0x00005c69 arg  0x00002a00 , 0x00000002 
+ 00022953  0x00005c6a call  0x0000577c 
+ 00022954  0x00005c6b rtn  0x00000034 
+ 00022955  0x00005c6c increase  0xfffffffb , 0x00000006 
+ 00022956  0x00005c6d ifetch  0x00000002 , 0x00000006 
+ 00022957  0x00005c6e store  0x00000002 , 0x00000aa2 
+ 00022958  0x00005c6f arg  0x00000014 , 0x00000011 
+ 00022959  0x00005c70 call  0x00005a82 
+ 00022960  0x00005c71 setarg  0x00000009 
+ 00022961  0x00005c72 istore  0x00000001 , 0x00000005 
+ 00022962  0x00005c73 fetch  0x00000001 , 0x000043af 
+ 00022963  0x00005c74 copy  0x0000003f , 0x00000039 
+ 00022964  0x00005c75 increase  0x00000002 , 0x0000003f 
+ 00022965  0x00005c76 istore  0x00000001 , 0x00000005 
+ 00022966  0x00005c77 fetch  0x00000002 , 0x00000aa2 
+ 00022967  0x00005c78 istore  0x00000002 , 0x00000005 
+ 00022968  0x00005c79 arg  0x000043b0 , 0x00000006 
+ 00022969  0x00005c7a call  0x00007ef4 
+ 00022970  0x00005c7b call  0x00007ea2 
+ 00022971  0x00005c7c branch  0x00005aa5 
+ 00022972  0x00005c81 fetcht  0x00000002 , 0x00000478 
+ 00022973  0x00005c82 fetch  0x00000001 , 0x000044e9 
+ 00022974  0x00005c83 bbit1  0x00000003 , 0x000059dd 
+ 00022975  0x00005c86 call  0x0000576a 
+ 00022976  0x00005c87 branch  0x00005a76 , 0x00000034 
+ 00022977  0x00005c88 increase  0xfffffffe , 0x00000006 
+ 00022978  0x00005c89 ifetch  0x00000002 , 0x00000006 
+ 00022979  0x00005c8a arg  0x00002a00 , 0x00000002 
+ 00022980  0x00005c8b isub  0x00000002 , 0x0000003e 
+ 00022981  0x00005c8c branch  0x000059d3 , 0x00000005 
+ 00022982  0x00005c8d ifetch  0x00000001 , 0x00000006 
+ 00022983  0x00005c8e sub  0x0000003f , 0x00000016 , 0x0000003e 
+ 00022984  0x00005c8f branch  0x000059ca , 0x00000002 
+ 00022985  0x00005c90 force  0x00000016 , 0x0000003f 
+ 00022986  0x00005c92 copy  0x0000003f , 0x00000013 
+ 00022987  0x00005c93 call  0x00007ea5 
+ 00022988  0x00005c94 add  0x00000013 , 0x00000001 , 0x00000011 
+ 00022989  0x00005c95 call  0x00005a82 
+ 00022990  0x00005c96 setarg  0x0000000b 
+ 00022991  0x00005c97 istore  0x00000001 , 0x00000005 
+ 00022992  0x00005c98 copy  0x00000013 , 0x00000039 
+ 00022993  0x00005c99 call  0x00007e9f 
+ 00022994  0x00005c9a branch  0x00007f01 
+ 00022995  0x00005c9d call  0x00007ea5 
+ 00022996  0x00005c9e fetch  0x00000001 , 0x000043af 
+ 00022997  0x00005c9f add  0x0000003f , 0x00000001 , 0x00000011 
+ 00022998  0x00005ca0 call  0x00005a82 
+ 00022999  0x00005ca1 setarg  0x0000000b 
+ 00023000  0x00005ca2 istore  0x00000001 , 0x00000005 
+ 00023001  0x00005ca3 fetch  0x00000001 , 0x000043af 
+ 00023002  0x00005ca4 copy  0x0000003f , 0x00000039 
+ 00023003  0x00005ca5 arg  0x000043b0 , 0x00000006 
+ 00023004  0x00005ca6 branch  0x00007f01 
+ 00023005  0x00005caa fetch  0x00000002 , 0x000044fa 
+ 00023006  0x00005cab isub  0x00000002 , 0x0000003e 
+ 00023007  0x00005cac nbranch  0x000059bf , 0x00000005 
+ 00023008  0x00005cae call  0x00005a42 
+ 00023009  0x00005caf nbranch  0x000059bf , 0x00000028 
+ 00023010  0x00005cb0 jam  0x00000005 , 0x0000047a 
+ 00023011  0x00005cb1 branch  0x00005a77 
+ 00023012  0x00005cb5 ifetch  0x00000002 , 0x00000006 
+ 00023013  0x00005cb6 store  0x00000002 , 0x0000445e 
+ 00023014  0x00005cb8 arg  0x00000014 , 0x00000011 
+ 00023015  0x00005cb9 call  0x00005a82 
+ 00023016  0x00005cba setarg  0x0000000d 
+ 00023017  0x00005cbb istore  0x00000001 , 0x00000005 
+ 00023018  0x00005cbc fetch  0x00000002 , 0x0000445e 
+ 00023019  0x00005cbd iforce  0x00000011 
+ 00023020  0x00005cbe fetcht  0x00000002 , 0x00000478 
+ 00023021  0x00005cbf call  0x0000576a 
+ 00023022  0x00005cc0 branch  0x00005a76 , 0x00000034 
+ 00023023  0x00005cc1 ifetch  0x00000001 , 0x00000006 
+ 00023024  0x00005cc2 isub  0x00000011 , 0x00000039 
+ 00023025  0x00005cc3 nbranch  0x00005a76 , 0x00000002 
+ 00023026  0x00005cc4 sub  0x00000039 , 0x00000016 , 0x0000003e 
+ 00023027  0x00005cc5 branch  0x000059f5 , 0x00000002 
+ 00023028  0x00005cc6 force  0x00000016 , 0x00000039 
+ 00023029  0x00005cc8 deposit  0x00000011 
+ 00023030  0x00005cc9 iadd  0x00000006 , 0x00000006 
+ 00023031  0x00005cca call  0x00007ef4 
+ 00023032  0x00005ccb call  0x00007ea2 
+ 00023033  0x00005ccc branch  0x00005aa5 
+ 00023034  0x00005cd0 call  0x00005ab1 
+ 00023035  0x00005cd1 call  0x000056d7 
+ 00023036  0x00005cd2 branch  0x000059fd 
+ 00023037  0x00005cd8 arg  0x00000002 , 0x0000000b 
+ 00023038  0x00005cd9 fetcht  0x00000002 , 0x0000445a 
+ 00023039  0x00005cdd storet  0x00000002 , 0x00000aa2 
+ 00023040  0x00005cde call  0x00005756 
+ 00023041  0x00005cdf call  0x0000576d 
+ 00023042  0x00005ce0 increase  0xfffffffe , 0x00000006 
+ 00023043  0x00005ce1 copy  0x00000006 , 0x0000003f 
+ 00023044  0x00005ce2 store  0x00000002 , 0x0000049c 
+ 00023045  0x00005ce4 call  0x00005a88 
+ 00023046  0x00005ce5 nbranch  0x00005a25 , 0x00000002 
+ 00023047  0x00005ce6 fetcht  0x00000002 , 0x00000aa2 
+ 00023048  0x00005ce7 call  0x0000578a 
+ 00023049  0x00005ce8 beq  0x00000001 , 0x00005a28 
+ 00023050  0x00005cea call  0x00005a8c 
+ 00023051  0x00005ceb nbranch  0x00005a23 , 0x00000005 
+ 00023052  0x00005cec copy  0x0000000b , 0x0000003f 
+ 00023053  0x00005ced beq  0x00000000 , 0x00005a28 
+ 00023054  0x00005cee nbranch  0x00005a19 , 0x00000028 
+ 00023055  0x00005cef disable  0x00000028 
+ 00023056  0x00005cf1 arg  0x00000014 , 0x00000011 
+ 00023057  0x00005cf2 call  0x00005a82 
+ 00023058  0x00005cf3 setarg  0x00000011 
+ 00023059  0x00005cf4 istore  0x00000001 , 0x00000005 
+ 00023060  0x00005cf5 fetch  0x00000001 , 0x000004b3 
+ 00023061  0x00005cf6 increase  0x00000004 , 0x0000003f 
+ 00023062  0x00005cf7 istore  0x00000001 , 0x00000005 
+ 00023063  0x00005cf8 call  0x00007ea2 
+ 00023064  0x00005cf9 branch  0x00005a1f 
+ 00023065  0x00005cfb fetch  0x00000001 , 0x000004b3 
+ 00023066  0x00005cfc beq  0x00000010 , 0x00005a28 
+ 00023067  0x00005cfd fetch  0x00000002 , 0x00000aa2 
+ 00023068  0x00005cfe increase  0xffffffff , 0x0000003f 
+ 00023069  0x00005cff store  0x00000002 , 0x000004a0 
+ 00023070  0x00005d00 call  0x00005a9c 
+ 00023071  0x00005d02 fetch  0x00000002 , 0x00000aa2 
+ 00023072  0x00005d03 store  0x00000002 , 0x0000049e 
+ 00023073  0x00005d04 call  0x00005a97 
+ 00023074  0x00005d05 increase  0xffffffff , 0x0000000b 
+ 00023075  0x00005d08 call  0x00005a84 
+ 00023076  0x00005d09 branch  0x00005a05 
+ 00023077  0x00005d0c fetch  0x00000002 , 0x00000aa2 
+ 00023078  0x00005d0d store  0x00000002 , 0x000004a0 
+ 00023079  0x00005d0e branch  0x00005a2c 
+ 00023080  0x00005d10 fetch  0x00000002 , 0x00000aa2 
+ 00023081  0x00005d11 increase  0xffffffff , 0x0000003f 
+ 00023082  0x00005d12 store  0x00000002 , 0x000004a0 
+ 00023083  0x00005d13 branch  0x00005a2c 
+ 00023084  0x00005d15 branch  0x00005a76 , 0x00000028 
+ 00023085  0x00005d16 call  0x00005a9c 
+ 00023086  0x00005d17 branch  0x00005aa5 
+ 00023087  0x00005d1d copy  0x00000006 , 0x00000011 
+ 00023088  0x00005d1e fetch  0x00000002 , 0x000044fc 
+ 00023089  0x00005d1f add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023090  0x00005d20 call  0x000056e2 
+ 00023091  0x00005d22 fetch  0x00000001 , 0x000044e9 
+ 00023092  0x00005d23 bbit0  0x00000004 , 0x00005a3d 
+ 00023093  0x00005d25 fetcht  0x00000002 , 0x00000478 
+ 00023094  0x00005d26 fetch  0x00000002 , 0x000044fa 
+ 00023095  0x00005d27 isub  0x00000002 , 0x0000003e 
+ 00023096  0x00005d28 nbranch  0x00005a3d , 0x00000005 
+ 00023097  0x00005d29 call  0x00005a42 
+ 00023098  0x00005d2a nbranch  0x00005a3d , 0x00000028 
+ 00023099  0x00005d2b jam  0x00000005 , 0x0000047a 
+ 00023100  0x00005d2c branch  0x00005a77 
+ 00023101  0x00005d2f force  0x00000001 , 0x00000011 
+ 00023102  0x00005d30 call  0x00005a82 
+ 00023103  0x00005d31 setarg  0x00000013 
+ 00023104  0x00005d32 istore  0x00000001 , 0x00000005 
+ 00023105  0x00005d33 rtn 
+ 00023106  0x00005d36 call  0x00007fe9 
+ 00023107  0x00005d37 fetch  0x00000001 , 0x000044c6 
+ 00023108  0x00005d38 rtneq  0x00000000 
+ 00023109  0x00005d39 fetch  0x00000001 , 0x00004040 
+ 00023110  0x00005d3a rtnbit1  0x00000004 
+ 00023111  0x00005d3b branch  0x00007fe7 
+ 00023112  0x00005d3f add  0x00000006 , 0x00000002 , 0x00000011 
+ 00023113  0x00005d40 fetch  0x00000002 , 0x000044fc 
+ 00023114  0x00005d41 add  0x0000003f , 0xfffffffb , 0x00000012 
+ 00023115  0x00005d42 call  0x000056e2 
+ 00023116  0x00005d43 branch  0x00005a4d 
+ 00023117  0x00005d47 fetch  0x00000002 , 0x000044fc 
+ 00023118  0x00005d48 copy  0x0000003f , 0x00000011 
+ 00023119  0x00005d49 call  0x00005a82 
+ 00023120  0x00005d4a setarg  0x00000017 
+ 00023121  0x00005d4b istore  0x00000001 , 0x00000005 
+ 00023122  0x00005d4c fetch  0x00000002 , 0x00000478 
+ 00023123  0x00005d4d istore  0x00000002 , 0x00000005 
+ 00023124  0x00005d4e fetch  0x00000002 , 0x000044fc 
+ 00023125  0x00005d4f add  0x0000003f , 0xfffffffb , 0x00000039 
+ 00023126  0x00005d50 fetch  0x00000002 , 0x0000450d 
+ 00023127  0x00005d51 add  0x0000003f , 0x00000007 , 0x00000006 
+ 00023128  0x00005d52 ifetch  0x00000002 , 0x00000006 
+ 00023129  0x00005d53 istore  0x00000002 , 0x00000005 
+ 00023130  0x00005d54 branch  0x00007ef4 
+ 00023131  0x00005d5b force  0x00000001 , 0x00000011 
+ 00023132  0x00005d5c call  0x00005a82 
+ 00023133  0x00005d5d setarg  0x00000019 
+ 00023134  0x00005d5e istore  0x00000001 , 0x00000005 
+ 00023135  0x00005d5f rtn 
+ 00023136  0x00005d64 copy  0x00000006 , 0x00000011 
+ 00023137  0x00005d65 fetch  0x00000002 , 0x000044fc 
+ 00023138  0x00005d66 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023139  0x00005d67 branch  0x000056e2 
+ 00023140  0x00005d6d copy  0x00000002 , 0x00000013 
+ 00023141  0x00005d6e increase  0x00000003 , 0x00000011 
+ 00023142  0x00005d6f call  0x00005a82 
+ 00023143  0x00005d70 increase  0xfffffffd , 0x00000011 
+ 00023144  0x00005d71 setarg  0x0000001b 
+ 00023145  0x00005d72 istore  0x00000001 , 0x00000005 
+ 00023146  0x00005d73 copy  0x00000013 , 0x00000002 
+ 00023147  0x00005d74 istoret  0x00000002 , 0x00000005 
+ 00023148  0x00005d75 rtn 
+ 00023149  0x00005d79 copy  0x00000002 , 0x00000013 
+ 00023150  0x00005d7a increase  0x00000003 , 0x00000011 
+ 00023151  0x00005d7b call  0x00005a82 
+ 00023152  0x00005d7c increase  0xfffffffd , 0x00000011 
+ 00023153  0x00005d7d setarg  0x0000001d 
+ 00023154  0x00005d7e istore  0x00000001 , 0x00000005 
+ 00023155  0x00005d7f copy  0x00000013 , 0x00000002 
+ 00023156  0x00005d80 istoret  0x00000002 , 0x00000005 
+ 00023157  0x00005d81 rtn 
+ 00023158  0x00005d87 jam  0x0000000a , 0x0000047a 
+ 00023159  0x00005d89 force  0x00000005 , 0x00000011 
+ 00023160  0x00005d8a call  0x00005a82 
+ 00023161  0x00005d8b setarg  0x00000001 
+ 00023162  0x00005d8c istore  0x00000001 , 0x00000005 
+ 00023163  0x00005d8d fetch  0x00000001 , 0x00000477 
+ 00023164  0x00005d8e istore  0x00000001 , 0x00000005 
+ 00023165  0x00005d8f fetch  0x00000002 , 0x00000478 
+ 00023166  0x00005d90 istore  0x00000002 , 0x00000005 
+ 00023167  0x00005d91 fetch  0x00000001 , 0x0000047a 
+ 00023168  0x00005d92 istore  0x00000001 , 0x00000005 
+ 00023169  0x00005d93 rtn 
+ 00023170  0x00005d97 force  0x00000004 , 0x00000012 
+ 00023171  0x00005d98 branch  0x00005847 
+ 00023172  0x00005d9c fetcht  0x00000002 , 0x00000aa2 
+ 00023173  0x00005d9d increase  0x00000001 , 0x00000002 
+ 00023174  0x00005d9e storet  0x00000002 , 0x00000aa2 
+ 00023175  0x00005d9f rtn 
+ 00023176  0x00005da2 fetcht  0x00000002 , 0x00000aa2 
+ 00023177  0x00005da3 fetch  0x00000002 , 0x0000445c 
+ 00023178  0x00005da4 isub  0x00000002 , 0x0000003e 
+ 00023179  0x00005da5 rtn 
+ 00023180  0x00005da9 fetcht  0x00000001 , 0x0000445e 
+ 00023181  0x00005daa arg  0x0000445f , 0x00000011 
+ 00023182  0x00005dac fetch  0x00000001 , 0x000004a2 
+ 00023183  0x00005dad copy  0x0000003f , 0x00000039 
+ 00023184  0x00005dae isub  0x00000002 , 0x0000003e 
+ 00023185  0x00005daf nrtn  0x00000005 
+ 00023186  0x00005db0 arg  0x000004a3 , 0x00000012 
+ 00023187  0x00005db1 branch  0x00007f88 
+ 00023188  0x00005db4 fetcht  0x00000001 , 0x00004471 
+ 00023189  0x00005db5 arg  0x00004472 , 0x00000011 
+ 00023190  0x00005db6 branch  0x00005a8e 
+ 00023191  0x00005dba fetch  0x00000001 , 0x000004b3 
+ 00023192  0x00005dbb store  0x00000001 , 0x00000101 
+ 00023193  0x00005dbc copy  0x0000003f , 0x00000039 
+ 00023194  0x00005dbd call  0x00007e9f 
+ 00023195  0x00005dbe branch  0x00007ef4 
+ 00023196  0x00005dc2 call  0x00007e9c 
+ 00023197  0x00005dc3 fetch  0x00000002 , 0x0000049e 
+ 00023198  0x00005dc4 istore  0x00000002 , 0x00000005 
+ 00023199  0x00005dc5 fetch  0x00000002 , 0x000004a0 
+ 00023200  0x00005dc6 istore  0x00000002 , 0x00000005 
+ 00023201  0x00005dc8 fetch  0x00000001 , 0x00000101 
+ 00023202  0x00005dc9 copy  0x0000003f , 0x00000039 
+ 00023203  0x00005dca call  0x00007ef4 
+ 00023204  0x00005dcb branch  0x00007ea2 
+ 00023205  0x00005dd0 call  0x00007e9c 
+ 00023206  0x00005dd1 call  0x0000588a 
+ 00023207  0x00005dd2 copy  0x00000005 , 0x0000003f 
+ 00023208  0x00005dd3 isub  0x00000006 , 0x00000011 
+ 00023209  0x00005dd4 call  0x0000588d 
+ 00023210  0x00005dd5 copy  0x00000011 , 0x0000003f 
+ 00023211  0x00005dd6 istore  0x00000002 , 0x00000006 
+ 00023212  0x00005dd7 increase  0x00000004 , 0x00000011 
+ 00023213  0x00005dd8 call  0x00005879 
+ 00023214  0x00005dd9 copy  0x00000011 , 0x0000003f 
+ 00023215  0x00005dda istore  0x00000001 , 0x00000006 
+ 00023216  0x00005ddb rtn 
+ 00023217  0x00005ddf rshift8  0x0000003f , 0x0000003f 
+ 00023218  0x00005de0 store  0x00000002 , 0x0000445a 
+ 00023219  0x00005de1 ifetch  0x00000002 , 0x00000006 
+ 00023220  0x00005de2 store  0x00000002 , 0x0000445c 
+ 00023221  0x00005de3 rtn 
+ 00023222  0x00005de9 ifetch  0x00000001 , 0x00000006 
+ 00023223  0x00005dea ifetcht  0x00000001 , 0x00000006 
+ 00023224  0x00005deb ifetcht  0x00000002 , 0x00000006 
+ 00023225  0x00005dec beq  0x00000013 , 0x00005abb 
+ 00023226  0x00005ded rtn 
+ 00023227  0x00005def ifetch  0x00000002 , 0x00000006 
+ 00023228  0x00005df0 store  0x00000002 , 0x00004509 
+ 00023229  0x00005df1 jam  0x00000040 , 0x00000a99 
+ 00023230  0x00005df2 branch  0x00007d86 
+ 00023231  0x00005df9 arg  0x0000000c , 0x00000011 
+ 00023232  0x00005dfa arg  0x00000012 , 0x00000013 
+ 00023233  0x00005dfb call  0x00005ac7 
+ 00023234  0x00005dfc setarg  0x00000008 
+ 00023235  0x00005dfd istore  0x00000002 , 0x00000005 
+ 00023236  0x00005dfe fetch  0x00000008 , 0x00004496 
+ 00023237  0x00005dff istore  0x00000008 , 0x00000005 
+ 00023238  0x00005e00 rtn 
+ 00023239  0x00005e05 call  0x00005acf 
+ 00023240  0x00005e06 arg  0x00000005 , 0x00000012 
+ 00023241  0x00005e07 call  0x00005847 
+ 00023242  0x00005e08 copy  0x00000013 , 0x0000003f 
+ 00023243  0x00005e09 istore  0x00000001 , 0x00000005 
+ 00023244  0x00005e0a fetch  0x00000001 , 0x00004508 
+ 00023245  0x00005e0b istore  0x00000001 , 0x00000005 
+ 00023246  0x00005e0c rtn 
+ 00023247  0x00005e10 fetch  0x00000001 , 0x00004508 
+ 00023248  0x00005e12 pincrease  0x00000001 
+ 00023249  0x00005e13 store  0x00000001 , 0x00004508 
+ 00023250  0x00005e14 rtnne  0x00000000 
+ 00023251  0x00005e17 jam  0x00000001 , 0x00004508 
+ 00023252  0x00005e18 rtn 
+ 00023253  0x00005e1e fetch  0x00000001 , 0x000044c6 
+ 00023254  0x00005e1f beq  0x00000000 , 0x00005ae4 
+ 00023255  0x00005e20 beq  0x00000001 , 0x00005ae7 
+ 00023256  0x00005e21 beq  0x00000002 , 0x00005ae9 
+ 00023257  0x00005e22 beq  0x00000081 , 0x00005add 
+ 00023258  0x00005e23 beq  0x00000082 , 0x00005adf 
+ 00023259  0x00005e24 beq  0x00000083 , 0x00005ae2 
+ 00023260  0x00005e25 rtn 
+ 00023261  0x00005e28 jam  0x0000000d , 0x00004456 
+ 00023262  0x00005e29 branch  0x00005ae5 
+ 00023263  0x00005e2b jam  0x0000000d , 0x00004456 
+ 00023264  0x00005e2c jam  0x00000001 , 0x00004454 
+ 00023265  0x00005e2d rtn 
+ 00023266  0x00005e2f jam  0x0000000d , 0x00004456 
+ 00023267  0x00005e30 branch  0x00005aea 
+ 00023268  0x00005e32 jam  0x00000000 , 0x00004456 
+ 00023269  0x00005e34 jam  0x00000003 , 0x00004454 
+ 00023270  0x00005e35 rtn 
+ 00023271  0x00005e37 jam  0x00000005 , 0x00004456 
+ 00023272  0x00005e38 branch  0x00005ae5 
+ 00023273  0x00005e3a jam  0x00000005 , 0x00004456 
+ 00023274  0x00005e3c jam  0x00000000 , 0x00004454 
+ 00023275  0x00005e3d rtn 
+ 00023276  0x00005e41 fetch  0x00000001 , 0x00004456 
+ 00023277  0x00005e42 set1  0x00000003 , 0x0000003f 
+ 00023278  0x00005e43 store  0x00000001 , 0x00004456 
+ 00023279  0x00005e44 rtn 
+ 00023280  0x00005e46 fetch  0x00000001 , 0x00004456 
+ 00023281  0x00005e47 set0  0x00000003 , 0x0000003f 
+ 00023282  0x00005e48 store  0x00000001 , 0x00004456 
+ 00023283  0x00005e49 rtn 
+ 00023284  0x00005e4c ifetch  0x00000001 , 0x00000006 
+ 00023285  0x00005e4d beq  0x00000001 , 0x00005b09 
+ 00023286  0x00005e4f beq  0x00000003 , 0x00005b30 
+ 00023287  0x00005e50 beq  0x00000004 , 0x00005b4d 
+ 00023288  0x00005e51 beq  0x00000005 , 0x00005b5a 
+ 00023289  0x00005e52 beq  0x00000006 , 0x00005b80 
+ 00023290  0x00005e53 beq  0x00000007 , 0x00005bc4 
+ 00023291  0x00005e54 beq  0x00000008 , 0x00005baf 
+ 00023292  0x00005e55 beq  0x00000009 , 0x00005bc0 
+ 00023293  0x00005e56 beq  0x0000000a , 0x00005bc4 
+ 00023294  0x00005e57 beq  0x0000000b , 0x00005bc4 
+ 00023295  0x00005e58 beq  0x0000000c , 0x00005bc5 
+ 00023296  0x00005e59 beq  0x0000000d , 0x00005bca 
+ 00023297  0x00005e5a rtn 
+ 00023298  0x00005e5f force  0x00000002 , 0x00000011 
+ 00023299  0x00005e60 call  0x00005c62 
+ 00023300  0x00005e61 setarg  0x0000000b 
+ 00023301  0x00005e62 istore  0x00000001 , 0x00000005 
+ 00023302  0x00005e63 fetch  0x00000001 , 0x00004456 
+ 00023303  0x00005e64 istore  0x00000001 , 0x00000005 
+ 00023304  0x00005e65 rtn 
+ 00023305  0x00005e68 store  0x00000001 , 0x0000444c 
+ 00023306  0x00005e69 ifetch  0x00000006 , 0x00000006 
+ 00023307  0x00005e6a istore  0x00000006 , 0x00000005 
+ 00023308  0x00005e6b fetch  0x00000001 , 0x000044c6 
+ 00023309  0x00005e6c beq  0x00000000 , 0x00005b5f 
+ 00023310  0x00005e6d call  0x00005b2b 
+ 00023311  0x00005e6e call  0x00005b26 
+ 00023312  0x00005e6f jam  0x00000003 , 0x000044c4 
+ 00023313  0x00005e70 fetch  0x00000001 , 0x0000444d 
+ 00023314  0x00005e71 beq  0x00000000 , 0x00005b18 
+ 00023315  0x00005e72 beq  0x00000001 , 0x00005b18 
+ 00023316  0x00005e73 beq  0x00000003 , 0x00005b18 
+ 00023317  0x00005e74 fetch  0x00000001 , 0x000044c6 
+ 00023318  0x00005e75 beq  0x00000002 , 0x00005b1b 
+ 00023319  0x00005e76 rtneq  0x00000083 
+ 00023320  0x00005e78 arg  0x00000000 , 0x0000003f 
+ 00023321  0x00005e79 store  0x00000004 , 0x000044c7 
+ 00023322  0x00005e7a rtn 
+ 00023323  0x00005e7d fetch  0x00000001 , 0x000044e9 
+ 00023324  0x00005e7e bbit1  0x00000000 , 0x00005b24 
+ 00023325  0x00005e80 arg  0x000044c7 , 0x00000011 
+ 00023326  0x00005e81 copy  0x00000011 , 0x00000005 
+ 00023327  0x00005e82 arg  0x00000003 , 0x00000039 
+ 00023328  0x00005e83 call  0x0000630d 
+ 00023329  0x00005e84 fetch  0x00000002 , 0x000044c9 
+ 00023330  0x00005e85 and_into  0x00000007 , 0x0000003f 
+ 00023331  0x00005e86 store  0x00000002 , 0x000044c9 
+ 00023332  0x00005e88 jam  0x00000034 , 0x00000a99 
+ 00023333  0x00005e89 branch  0x00007d86 
+ 00023334  0x00005e8c fetch  0x00000001 , 0x0000444f 
+ 00023335  0x00005e8d rtnbit1  0x00000003 
+ 00023336  0x00005e8e fetch  0x00000001 , 0x000044c6 
+ 00023337  0x00005e8f rtnbit0  0x00000007 
+ 00023338  0x00005e90 branch  0x00003402 
+ 00023339  0x00005e93 force  0x00000007 , 0x00000011 
+ 00023340  0x00005e94 call  0x00005c62 
+ 00023341  0x00005e95 fetch  0x00000007 , 0x00004453 
+ 00023342  0x00005e96 istore  0x00000007 , 0x00000005 
+ 00023343  0x00005e97 rtn 
+ 00023344  0x00005e9b copy  0x00000006 , 0x00000011 
+ 00023345  0x00005e9c fetch  0x00000001 , 0x000044c6 
+ 00023346  0x00005e9d beq  0x00000083 , 0x00005b37 
+ 00023347  0x00005e9e copy  0x00000011 , 0x00000006 
+ 00023348  0x00005e9f arg  0x0000442a , 0x00000005 
+ 00023349  0x00005ea0 call  0x00007ebf 
+ 00023350  0x00005ea1 branch  0x00005b3d 
+ 00023351  0x00005ea3 copy  0x00000011 , 0x00000006 
+ 00023352  0x00005ea4 arg  0x0000442a , 0x00000005 
+ 00023353  0x00005ea5 call  0x00007ebf 
+ 00023354  0x00005ea6 jam  0x00000002 , 0x000044bf 
+ 00023355  0x00005ea7 jam  0x00000008 , 0x000044c1 
+ 00023356  0x00005ea8 rtn 
+ 00023357  0x00005eac fetch  0x00000001 , 0x000044c6 
+ 00023358  0x00005ead bbit1  0x00000007 , 0x00005b45 
+ 00023359  0x00005eae call  0x0000739c 
+ 00023360  0x00005eaf force  0x00000011 , 0x00000011 
+ 00023361  0x00005eb0 call  0x00005c62 
+ 00023362  0x00005eb1 setarg  0x00000003 
+ 00023363  0x00005eb2 istore  0x00000001 , 0x00000005 
+ 00023364  0x00005eb3 branch  0x00007497 
+ 00023365  0x00005eb7 arg  0x0000443a , 0x00000005 
+ 00023366  0x00005eb8 call  0x0000630c 
+ 00023367  0x00005eb9 call  0x000071c5 
+ 00023368  0x00005eba force  0x00000011 , 0x00000011 
+ 00023369  0x00005ebb call  0x00005c62 
+ 00023370  0x00005ebc setarg  0x00000003 
+ 00023371  0x00005ebd istore  0x00000001 , 0x00000005 
+ 00023372  0x00005ebe branch  0x00007201 
+ 00023373  0x00005ec3 copy  0x00000006 , 0x00000011 
+ 00023374  0x00005ec4 fetch  0x00000001 , 0x000044c6 
+ 00023375  0x00005ec5 bbit1  0x00000007 , 0x00005b61 
+ 00023376  0x00005ec6 copy  0x00000011 , 0x00000006 
+ 00023377  0x00005ec7 call  0x00007394 
+ 00023378  0x00005ec8 branch  0x00005b75 , 0x00000005 
+ 00023379  0x00005eca jam  0x00000004 , 0x0000047b 
+ 00023380  0x00005ecc force  0x00000002 , 0x00000011 
+ 00023381  0x00005ecd call  0x00005c62 
+ 00023382  0x00005ece setarg  0x00000005 
+ 00023383  0x00005ecf istore  0x00000001 , 0x00000005 
+ 00023384  0x00005ed0 fetch  0x00000001 , 0x0000047b 
+ 00023385  0x00005ed1 istore  0x00000001 , 0x00000005 
+ 00023386  0x00005ed3 force  0x0000000a , 0x00000007 
+ 00023387  0x00005ed4 call  0x00007f07 
+ 00023388  0x00005ed5 jam  0x00000000 , 0x000044c4 
+ 00023389  0x00005ed6 jam  0x00000030 , 0x00000a99 
+ 00023390  0x00005ed7 branch  0x00007d86 
+ 00023391  0x00005eda jam  0x00000005 , 0x0000047b 
+ 00023392  0x00005edb branch  0x00005b54 
+ 00023393  0x00005edf arg  0x0000042f , 0x00000005 
+ 00023394  0x00005ee0 copy  0x00000011 , 0x00000006 
+ 00023395  0x00005ee1 call  0x00007ebf 
+ 00023396  0x00005ee2 fetch  0x00000001 , 0x000044c6 
+ 00023397  0x00005ee3 beq  0x00000083 , 0x00005b6c 
+ 00023398  0x00005ee4 call  0x0000714f 
+ 00023399  0x00005ee7 call  0x00005b7a 
+ 00023400  0x00005ee8 fetch  0x00000001 , 0x000044c6 
+ 00023401  0x00005ee9 rtnne  0x00000082 
+ 00023402  0x00005eea jam  0x0000003b , 0x00000a99 
+ 00023403  0x00005eeb branch  0x00007d86 
+ 00023404  0x00005eee call  0x000071ba 
+ 00023405  0x00005eef arg  0x00000af2 , 0x00000005 
+ 00023406  0x00005ef0 call  0x00007201 
+ 00023407  0x00005ef1 arg  0x00000af2 , 0x00000011 
+ 00023408  0x00005ef2 arg  0x0000442a , 0x00000012 
+ 00023409  0x00005ef3 arg  0x00000010 , 0x00000039 
+ 00023410  0x00005ef4 call  0x00007f88 
+ 00023411  0x00005ef5 nbranch  0x00005b53 , 0x00000005 
+ 00023412  0x00005ef6 branch  0x00005b7a 
+ 00023413  0x00005ef9 call  0x00007390 
+ 00023414  0x00005efa jam  0x00000031 , 0x00000a99 
+ 00023415  0x00005efb call  0x00007d86 
+ 00023416  0x00005efc jam  0x00000001 , 0x00004429 
+ 00023417  0x00005efd jam  0x00000005 , 0x000044c4 
+ 00023418  0x00005f00 force  0x00000011 , 0x00000011 
+ 00023419  0x00005f01 call  0x00005c62 
+ 00023420  0x00005f02 setarg  0x00000004 
+ 00023421  0x00005f03 istore  0x00000001 , 0x00000005 
+ 00023422  0x00005f04 arg  0x0000443a , 0x00000006 
+ 00023423  0x00005f05 branch  0x00007ebf 
+ 00023424  0x00005f08 arg  0x0000041f , 0x00000005 
+ 00023425  0x00005f09 branch  0x00007ebf 
+ 00023426  0x00005f0c force  0x00000011 , 0x00000011 
+ 00023427  0x00005f0d call  0x00005c62 
+ 00023428  0x00005f0e setarg  0x00000006 
+ 00023429  0x00005f0f istore  0x00000001 , 0x00000005 
+ 00023430  0x00005f10 fetch  0x00000001 , 0x000044e9 
+ 00023431  0x00005f11 bbit1  0x00000001 , 0x00005b8a 
+ 00023432  0x00005f12 arg  0x00004419 , 0x00000006 
+ 00023433  0x00005f13 branch  0x00007ebf 
+ 00023434  0x00005f16 arg  0x000044ea , 0x00000006 
+ 00023435  0x00005f17 branch  0x00007ebf 
+ 00023436  0x00005f1b arg  0x000044cb , 0x00000005 
+ 00023437  0x00005f1c force  0x0000000a , 0x00000039 
+ 00023438  0x00005f1d call  0x0000630d 
+ 00023439  0x00005f1e force  0x0000000b , 0x00000011 
+ 00023440  0x00005f1f call  0x00005c62 
+ 00023441  0x00005f20 setarg  0x00000007 
+ 00023442  0x00005f21 istore  0x00000001 , 0x00000005 
+ 00023443  0x00005f22 fetch  0x00000002 , 0x000044cb 
+ 00023444  0x00005f23 istore  0x00000002 , 0x00000005 
+ 00023445  0x00005f24 fetch  0x00000008 , 0x000044cd 
+ 00023446  0x00005f25 istore  0x00000008 , 0x00000005 
+ 00023447  0x00005f26 rtn 
+ 00023448  0x00005f29 force  0x00000011 , 0x00000011 
+ 00023449  0x00005f2a call  0x00005c62 
+ 00023450  0x00005f2b setarg  0x00000008 
+ 00023451  0x00005f2c istore  0x00000001 , 0x00000005 
+ 00023452  0x00005f2d setarg  0x00000000 
+ 00023453  0x00005f2e istore  0x00000008 , 0x00000005 
+ 00023454  0x00005f2f istore  0x00000008 , 0x00000005 
+ 00023455  0x00005f30 rtn 
+ 00023456  0x00005f34 force  0x00000008 , 0x00000011 
+ 00023457  0x00005f35 call  0x00005c62 
+ 00023458  0x00005f36 setarg  0x00000009 
+ 00023459  0x00005f37 istore  0x00000001 , 0x00000005 
+ 00023460  0x00005f38 fetch  0x00000001 , 0x00004495 
+ 00023461  0x00005f39 istore  0x00000001 , 0x00000005 
+ 00023462  0x00005f3a fetch  0x00000006 , 0x000044a0 
+ 00023463  0x00005f3b istore  0x00000006 , 0x00000005 
+ 00023464  0x00005f3c rtn 
+ 00023465  0x00005f40 jam  0x00000008 , 0x0000047b 
+ 00023466  0x00005f41 branch  0x00005b54 
+ 00023467  0x00005f44 fetch  0x00000001 , 0x00004458 
+ 00023468  0x00005f45 fetcht  0x00000001 , 0x00004458 
+ 00023469  0x00005f46 iand  0x00000002 , 0x0000003f 
+ 00023470  0x00005f47 rtn 
+ 00023471  0x00005f4a arg  0x000044d5 , 0x00000005 
+ 00023472  0x00005f4b call  0x00007ebf 
+ 00023473  0x00005f4c call  0x00005bab 
+ 00023474  0x00005f4d isolate0  0x00000001 , 0x0000003f 
+ 00023475  0x00005f4e branch  0x00005ba9 , 0x00000001 
+ 00023476  0x00005f4f fetch  0x00000001 , 0x00004092 
+ 00023477  0x00005f50 rtnne  0x0000000a 
+ 00023478  0x00005f51 call  0x00005bb9 
+ 00023479  0x00005f52 nrtn  0x00000028 
+ 00023480  0x00005f53 branch  0x00003410 
+ 00023481  0x00005f57 call  0x00007fe9 
+ 00023482  0x00005f58 fetch  0x00000001 , 0x0000448e 
+ 00023483  0x00005f59 rtneq  0x00000000 
+ 00023484  0x00005f5a fetch  0x00000001 , 0x00000454 
+ 00023485  0x00005f5b compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00023486  0x00005f5c rtn  0x00000001 
+ 00023487  0x00005f5d branch  0x00007fe7 
+ 00023488  0x00005f60 call  0x00005bab 
+ 00023489  0x00005f61 isolate0  0x00000001 , 0x0000003f 
+ 00023490  0x00005f62 branch  0x00005ba9 , 0x00000001 
+ 00023491  0x00005f63 rtn 
+ 00023492  0x00005f68 rtn 
+ 00023493  0x00005f6b arg  0x000009be , 0x00000005 
+ 00023494  0x00005f6c call  0x00007eb3 
+ 00023495  0x00005f6d jam  0x00000002 , 0x000044bf 
+ 00023496  0x00005f6e jam  0x00000001 , 0x000044c1 
+ 00023497  0x00005f6f rtn 
+ 00023498  0x00005f72 arg  0x00000a6e , 0x00000005 
+ 00023499  0x00005f73 call  0x00007ebf 
+ 00023500  0x00005f74 jam  0x00000006 , 0x000044c1 
+ 00023501  0x00005f75 jam  0x00000002 , 0x000044bf 
+ 00023502  0x00005f76 rtn 
+ 00023503  0x00005f79 force  0x00000041 , 0x00000011 
+ 00023504  0x00005f7a call  0x00005c62 
+ 00023505  0x00005f7b setarg  0x0000000c 
+ 00023506  0x00005f7c istore  0x00000001 , 0x00000005 
+ 00023507  0x00005f7d arg  0x000045d2 , 0x00000006 
+ 00023508  0x00005f7e branch  0x00007eb3 
+ 00023509  0x00005f81 call  0x00007166 
+ 00023510  0x00005f82 force  0x00000011 , 0x00000011 
+ 00023511  0x00005f83 call  0x00005c62 
+ 00023512  0x00005f84 setarg  0x0000000d 
+ 00023513  0x00005f85 istore  0x00000001 , 0x00000005 
+ 00023514  0x00005f86 branch  0x00007201 
+ 00023515  0x00005f8a fetch  0x00000001 , 0x000044c4 
+ 00023516  0x00005f8b rtneq  0x000000ff 
+ 00023517  0x00005f8c arg  0x00000003 , 0x00000002 
+ 00023518  0x00005f8d isub  0x00000002 , 0x0000003e 
+ 00023519  0x00005f8e nrtn  0x00000002 
+ 00023520  0x00005f8f arg  0x0000000a , 0x00000007 
+ 00023521  0x00005f90 call  0x00007f16 
+ 00023522  0x00005f91 nrtn  0x00000034 
+ 00023523  0x00005f92 branch  0x00005ba9 
+ 00023524  0x00005f95 bpatchx  0x00000078 , 0x0000402f 
+ 00023525  0x00005f96 fetch  0x00000001 , 0x000044c4 
+ 00023526  0x00005f97 beq  0x00000000 , 0x00005bef 
+ 00023527  0x00005f98 beq  0x00000001 , 0x00005bf5 
+ 00023528  0x00005f99 beq  0x00000002 , 0x00005bef 
+ 00023529  0x00005f9a beq  0x00000003 , 0x00005bf7 
+ 00023530  0x00005f9b beq  0x00000005 , 0x00005bfb 
+ 00023531  0x00005f9c beq  0x00000007 , 0x00005c07 
+ 00023532  0x00005f9d beq  0x00000008 , 0x00005c09 
+ 00023533  0x00005f9e beq  0x00000009 , 0x00005c10 
+ 00023534  0x00005f9f rtn 
+ 00023535  0x00005fa3 fetch  0x00000001 , 0x000044c5 
+ 00023536  0x00005fa4 rtnne  0x00000004 
+ 00023537  0x00005fa5 jam  0x000000ff , 0x000044c5 
+ 00023538  0x00005fa6 jam  0x000000ff , 0x000044c4 
+ 00023539  0x00005fa7 jam  0x0000003f , 0x00000a99 
+ 00023540  0x00005fa8 branch  0x00007d86 
+ 00023541  0x00005fac jam  0x00000002 , 0x000044c4 
+ 00023542  0x00005fad branch  0x00005b02 
+ 00023543  0x00005fb0 jam  0x00000004 , 0x000044c4 
+ 00023544  0x00005fb1 setarg  0x00017700 
+ 00023545  0x00005fb2 arg  0x0000000a , 0x00000007 
+ 00023546  0x00005fb3 branch  0x00007f08 
+ 00023547  0x00005fb6 fetch  0x00000001 , 0x000044c5 
+ 00023548  0x00005fb7 beq  0x00000004 , 0x00005bfe 
+ 00023549  0x00005fb8 rtn 
+ 00023550  0x00005fbb jam  0x00000007 , 0x000044c4 
+ 00023551  0x00005fbc jam  0x00000029 , 0x00000a99 
+ 00023552  0x00005fbd call  0x00007d86 
+ 00023553  0x00005fbe call  0x00005b82 
+ 00023554  0x00005fbf fetch  0x00000001 , 0x00004092 
+ 00023555  0x00005fc0 rtnne  0x0000000a 
+ 00023556  0x00005fc1 call  0x00005bb9 
+ 00023557  0x00005fc2 rtn  0x00000028 
+ 00023558  0x00005fc3 branch  0x00003410 
+ 00023559  0x00005fc7 jam  0x00000008 , 0x000044c4 
+ 00023560  0x00005fc8 branch  0x00005b8c 
+ 00023561  0x00005fcb fetch  0x00000001 , 0x00004452 
+ 00023562  0x00005fcc fetcht  0x00000001 , 0x00004459 
+ 00023563  0x00005fcd iand  0x00000002 , 0x0000003f 
+ 00023564  0x00005fce isolate0  0x00000001 , 0x0000003f 
+ 00023565  0x00005fcf branch  0x00005c12 , 0x00000001 
+ 00023566  0x00005fd0 jam  0x00000009 , 0x000044c4 
+ 00023567  0x00005fd1 branch  0x00005b98 
+ 00023568  0x00005fd4 call  0x00005ba0 
+ 00023569  0x00005fd5 branch  0x00005c12 
+ 00023570  0x00005fd9 force  0x0000000a , 0x00000007 
+ 00023571  0x00005fda call  0x00007f07 
+ 00023572  0x00005fdb jam  0x000000ff , 0x000044c5 
+ 00023573  0x00005fdc jam  0x000000ff , 0x000044c4 
+ 00023574  0x00005fdd jam  0x0000003e , 0x00000a99 
+ 00023575  0x00005fde branch  0x00007d86 
+ 00023576  0x00005fe3 bpatchx  0x00000079 , 0x0000402f 
+ 00023577  0x00005fe4 fetch  0x00000001 , 0x000044c6 
+ 00023578  0x00005fe5 rtnbit0  0x00000007 
+ 00023579  0x00005fe6 fetch  0x00000001 , 0x000044bf 
+ 00023580  0x00005fe7 rtnne  0x00000002 
+ 00023581  0x00005fe8 jam  0x00000000 , 0x000044bf 
+ 00023582  0x00005fe9 fetch  0x00000001 , 0x000044c1 
+ 00023583  0x00005fea beq  0x00000001 , 0x00005c58 
+ 00023584  0x00005feb beq  0x00000002 , 0x00005c5f 
+ 00023585  0x00005fec beq  0x00000003 , 0x00005c52 
+ 00023586  0x00005fed beq  0x00000006 , 0x00005c39 
+ 00023587  0x00005fee beq  0x00000007 , 0x00005c30 
+ 00023588  0x00005fef beq  0x00000008 , 0x00005c26 
+ 00023589  0x00005ff0 rtn 
+ 00023590  0x00005ff4 fetch  0x00000001 , 0x00004663 
+ 00023591  0x00005ff5 copy  0x0000003f , 0x00000007 
+ 00023592  0x00005ff6 increase  0x00000001 , 0x0000003f 
+ 00023593  0x00005ff7 store  0x00000001 , 0x00004663 
+ 00023594  0x00005ff8 fetch  0x00000004 , 0x000044c7 
+ 00023595  0x00005ff9 qisolate1  0x0000003f 
+ 00023596  0x00005ffa setarg  0x00000080 
+ 00023597  0x00005ffb setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00023598  0x00005ffc store  0x00000001 , 0x00004664 
+ 00023599  0x00005ffd branch  0x00005c55 
+ 00023600  0x00006000 fetch  0x00000001 , 0x000044c2 
+ 00023601  0x00006001 jam  0x00000000 , 0x000044c2 
+ 00023602  0x00006002 beq  0x00000001 , 0x00005c35 
+ 00023603  0x00006003 jam  0x00000002 , 0x000044bf 
+ 00023604  0x00006004 rtn 
+ 00023605  0x00006007 jam  0x00000031 , 0x00000a99 
+ 00023606  0x00006008 call  0x00007d86 
+ 00023607  0x00006009 jam  0x00000005 , 0x000044c4 
+ 00023608  0x0000600a branch  0x00005bd5 
+ 00023609  0x0000600d fetch  0x00000001 , 0x000009b9 
+ 00023610  0x0000600e beq  0x00000003 , 0x00005c3d 
+ 00023611  0x0000600f jam  0x00000002 , 0x000044bf 
+ 00023612  0x00006010 rtn 
+ 00023613  0x00006013 call  0x0000718d 
+ 00023614  0x00006017 fetch  0x00000001 , 0x000044c6 
+ 00023615  0x00006018 beq  0x00000083 , 0x00005c41 
+ 00023616  0x00006019 call  0x00005b18 
+ 00023617  0x0000601b call  0x0000717a 
+ 00023618  0x0000601c arg  0x00000af2 , 0x00000011 
+ 00023619  0x0000601d arg  0x00000a6e , 0x00000012 
+ 00023620  0x0000601e arg  0x00000010 , 0x00000039 
+ 00023621  0x0000601f call  0x00007f88 
+ 00023622  0x00006020 branch  0x00005c49 , 0x00000005 
+ 00023623  0x00006022 jam  0x0000000b , 0x0000047b 
+ 00023624  0x00006023 branch  0x00005b54 
+ 00023625  0x00006027 call  0x00007595 
+ 00023626  0x00006028 nbranch  0x00005c47 , 0x00000005 
+ 00023627  0x00006029 jam  0x00000001 , 0x00004429 
+ 00023628  0x0000602a fetch  0x00000001 , 0x000044c6 
+ 00023629  0x0000602b beq  0x00000081 , 0x00005c35 
+ 00023630  0x0000602c beq  0x00000083 , 0x00005c35 
+ 00023631  0x0000602d jam  0x00000002 , 0x000044bf 
+ 00023632  0x0000602e jam  0x00000007 , 0x000044c1 
+ 00023633  0x0000602f rtn 
+ 00023634  0x00006032 fetch  0x00000001 , 0x000044c6 
+ 00023635  0x00006033 beq  0x00000083 , 0x00005c56 
+ 00023636  0x00006034 jam  0x00000000 , 0x00004664 
+ 00023637  0x00006036 branch  0x00005b3d 
+ 00023638  0x0000603c jam  0x00000000 , 0x00004663 
+ 00023639  0x0000603d branch  0x00005b1b 
+ 00023640  0x00006041 jam  0x00000002 , 0x000044bf 
+ 00023641  0x00006042 fetch  0x00000001 , 0x000044c3 
+ 00023642  0x00006043 beq  0x00000003 , 0x00005c5c 
+ 00023643  0x00006045 rtn 
+ 00023644  0x00006048 jam  0x00000002 , 0x000044c1 
+ 00023645  0x00006049 jam  0x00000000 , 0x000009b9 
+ 00023646  0x0000604a branch  0x00007a99 
+ 00023647  0x0000604d jam  0x00000002 , 0x000044bf 
+ 00023648  0x0000604e jam  0x00000003 , 0x000044c1 
+ 00023649  0x0000604f branch  0x00005bcf 
+ 00023650  0x00006054 force  0x00000006 , 0x00000012 
+ 00023651  0x00006055 branch  0x00005847 
+ 00023652  0x0000605a fetch  0x00000001 , 0x000002db 
+ 00023653  0x0000605b beq  0x00000000 , 0x00005c7b 
+ 00023654  0x0000605c beq  0x00000001 , 0x00005c83 
+ 00023655  0x0000605d beq  0x00000002 , 0x00005c8e 
+ 00023656  0x0000605e beq  0x00000003 , 0x00005caa 
+ 00023657  0x0000605f beq  0x00000004 , 0x00005ce1 
+ 00023658  0x00006060 beq  0x00000005 , 0x00005ce6 
+ 00023659  0x00006061 beq  0x00000006 , 0x00005cea 
+ 00023660  0x00006062 beq  0x00000007 , 0x00005cf5 
+ 00023661  0x00006063 beq  0x00000008 , 0x00005c99 
+ 00023662  0x00006064 beq  0x00000009 , 0x00005cf5 
+ 00023663  0x00006065 beq  0x0000000a , 0x00005cef 
+ 00023664  0x00006066 beq  0x0000000b , 0x00005cf5 
+ 00023665  0x00006067 beq  0x0000000c , 0x00005c9f 
+ 00023666  0x00006068 beq  0x0000000d , 0x00005cf5 
+ 00023667  0x00006069 beq  0x00000012 , 0x00005ca6 
+ 00023668  0x0000606a beq  0x00000013 , 0x00005cf5 
+ 00023669  0x0000606b arg  0x00000002 , 0x00000011 
+ 00023670  0x0000606c arg  0x00000007 , 0x00000012 
+ 00023671  0x0000606d call  0x00005842 
+ 00023672  0x0000606e fetch  0x00000001 , 0x000002db 
+ 00023673  0x0000606f istore  0x00000001 , 0x00000005 
+ 00023674  0x00006070 rtn 
+ 00023675  0x00006074 ifetch  0x00000009 , 0x00000006 
+ 00023676  0x00006075 store  0x00000009 , 0x000043d3 
+ 00023677  0x00006076 ifetch  0x00000002 , 0x00000006 
+ 00023678  0x00006077 store  0x00000002 , 0x0000045f 
+ 00023679  0x00006078 fetch  0x00000001 , 0x0000043f 
+ 00023680  0x00006079 set1  0x00000005 , 0x0000003f 
+ 00023681  0x0000607a store  0x00000001 , 0x0000043f 
+ 00023682  0x0000607b rtn 
+ 00023683  0x0000607e ifetch  0x00000005 , 0x00000006 
+ 00023684  0x0000607f store  0x00000005 , 0x000043ce 
+ 00023685  0x00006080 ifetch  0x00000002 , 0x00000006 
+ 00023686  0x00006081 store  0x00000002 , 0x0000045f 
+ 00023687  0x00006082 fetcht  0x00000002 , 0x00000459 
+ 00023688  0x00006083 isub  0x00000002 , 0x0000003e 
+ 00023689  0x00006084 nbranch  0x00005c8e , 0x00000002 
+ 00023690  0x00006085 fetch  0x00000001 , 0x0000043f 
+ 00023691  0x00006086 set1  0x00000006 , 0x0000003f 
+ 00023692  0x00006087 store  0x00000001 , 0x0000043f 
+ 00023693  0x00006088 rtn 
+ 00023694  0x0000608c setarg  0x00000014 
+ 00023695  0x0000608d store  0x00000002 , 0x0000046d 
+ 00023696  0x0000608e store  0x00000002 , 0x000044ba 
+ 00023697  0x0000608f rtn 
+ 00023698  0x00006092 arg  0x00000013 , 0x00000013 
+ 00023699  0x00006096 arg  0x00000002 , 0x00000011 
+ 00023700  0x00006097 arg  0x00000002 , 0x00000012 
+ 00023701  0x00006098 call  0x00005842 
+ 00023702  0x00006099 copy  0x00000013 , 0x0000003f 
+ 00023703  0x0000609a istore  0x00000001 , 0x00000005 
+ 00023704  0x0000609b rtn 
+ 00023705  0x000060a0 arg  0x00000009 , 0x00000011 
+ 00023706  0x000060a1 arg  0x00000009 , 0x00000012 
+ 00023707  0x000060a2 call  0x00005842 
+ 00023708  0x000060a3 setarg  0x00000001 
+ 00023709  0x000060a4 istore  0x00000008 , 0x00000005 
+ 00023710  0x000060a5 rtn 
+ 00023711  0x000060a9 rtn  0x00000029 
+ 00023712  0x000060ab arg  0x00000006 , 0x00000011 
+ 00023713  0x000060ac arg  0x0000000c , 0x00000012 
+ 00023714  0x000060ad call  0x00005842 
+ 00023715  0x000060ae fetch  0x00000005 , 0x00004510 
+ 00023716  0x000060af istore  0x00000005 , 0x00000005 
+ 00023717  0x000060b0 rtn 
+ 00023718  0x000060b4 arg  0x00000013 , 0x00000012 
+ 00023719  0x000060b5 branch  0x00005ca8 
+ 00023720  0x000060b9 arg  0x00000001 , 0x00000011 
+ 00023721  0x000060ba branch  0x00005842 
+ 00023722  0x000060be ifetch  0x00000008 , 0x00000006 
+ 00023723  0x000060bf store  0x00000008 , 0x000044cd 
+ 00023724  0x000060c0 ifetch  0x00000002 , 0x00000006 
+ 00023725  0x000060c1 store  0x00000002 , 0x000044cb 
+ 00023726  0x000060c2 ifetch  0x00000008 , 0x00000006 
+ 00023727  0x000060c3 store  0x00000008 , 0x000044aa 
+ 00023728  0x000060c4 ifetch  0x00000004 , 0x00000006 
+ 00023729  0x000060c5 store  0x00000004 , 0x00004411 
+ 00023730  0x000060c6 call  0x00005ccf 
+ 00023731  0x000060c7 bpatchx  0x0000007a , 0x0000402f 
+ 00023732  0x000060c8 fetch  0x00000001 , 0x000044c4 
+ 00023733  0x000060c9 beq  0x00000005 , 0x00005cbc 
+ 00023734  0x000060ca fetch  0x00000001 , 0x000044e9 
+ 00023735  0x000060cb bbit1  0x00000001 , 0x00005cbf 
+ 00023736  0x000060cc fetch  0x00000001 , 0x00004217 
+ 00023737  0x000060cd ncall  0x000067be , 0x00000034 
+ 00023738  0x000060ce fetch  0x00000001 , 0x00004429 
+ 00023739  0x000060cf beq  0x00000000 , 0x00005cc4 
+ 00023740  0x000060d1 jam  0x00000001 , 0x000044c5 
+ 00023741  0x000060d2 call  0x00005cdd 
+ 00023742  0x000060d3 branch  0x000073a2 
+ 00023743  0x000060d6 jam  0x00000001 , 0x00004429 
+ 00023744  0x000060d7 arg  0x000044ea , 0x00000006 
+ 00023745  0x000060d8 arg  0x00004419 , 0x00000005 
+ 00023746  0x000060d9 call  0x00007ebf 
+ 00023747  0x000060da branch  0x00005cbc 
+ 00023748  0x000060de bpatchx  0x0000007b , 0x0000402f 
+ 00023749  0x000060df jam  0x00000000 , 0x000044c5 
+ 00023750  0x000060e0 jam  0x00000000 , 0x000044c4 
+ 00023751  0x000060e1 jam  0x00000041 , 0x00000a99 
+ 00023752  0x000060e2 branch  0x00007d86 
+ 00023753  0x000060e5 arg  0x00000002 , 0x00000011 
+ 00023754  0x000060e6 arg  0x0000000d , 0x00000012 
+ 00023755  0x000060e7 call  0x00005842 
+ 00023756  0x000060e8 setarg  0x00000006 
+ 00023757  0x000060e9 istore  0x00000001 , 0x00000005 
+ 00023758  0x000060ea rtn 
+ 00023759  0x000060ed arg  0x000044b2 , 0x00000005 
+ 00023760  0x000060ee force  0x00000008 , 0x00000039 
+ 00023761  0x000060ef call  0x0000630d 
+ 00023762  0x000060f0 arg  0x00004415 , 0x00000005 
+ 00023763  0x000060f1 force  0x00000004 , 0x00000039 
+ 00023764  0x000060f2 call  0x0000630d 
+ 00023765  0x000060f3 arg  0x0000000d , 0x00000011 
+ 00023766  0x000060f4 arg  0x00000004 , 0x00000012 
+ 00023767  0x000060f5 call  0x00005842 
+ 00023768  0x000060f6 fetch  0x00000008 , 0x000044b2 
+ 00023769  0x000060f7 istore  0x00000008 , 0x00000005 
+ 00023770  0x000060f8 fetch  0x00000004 , 0x00004415 
+ 00023771  0x000060f9 istore  0x00000004 , 0x00000005 
+ 00023772  0x000060fa rtn 
+ 00023773  0x000060fd arg  0x00000005 , 0x00000012 
+ 00023774  0x000060fe branch  0x00005ca8 
+ 00023775  0x00006101 arg  0x00000006 , 0x00000012 
+ 00023776  0x00006102 branch  0x00005ca8 
+ 00023777  0x00006106 ifetch  0x00000008 , 0x00000006 
+ 00023778  0x00006107 store  0x00000008 , 0x000044b2 
+ 00023779  0x00006108 ifetch  0x00000004 , 0x00000006 
+ 00023780  0x00006109 store  0x00000004 , 0x00004415 
+ 00023781  0x0000610a branch  0x000073a2 
+ 00023782  0x0000610d fetch  0x00000001 , 0x0000043f 
+ 00023783  0x0000610e set1  0x00000004 , 0x0000003f 
+ 00023784  0x0000610f store  0x00000001 , 0x0000043f 
+ 00023785  0x00006110 rtn 
+ 00023786  0x00006113 rtn  0x00000029 
+ 00023787  0x00006114 jam  0x00000032 , 0x00000a99 
+ 00023788  0x00006115 call  0x00007d86 
+ 00023789  0x00006116 jam  0x00000004 , 0x000044c5 
+ 00023790  0x00006117 branch  0x00005cdf 
+ 00023791  0x0000611a jam  0x00000002 , 0x000044c5 
+ 00023792  0x0000611b call  0x00005cf3 
+ 00023793  0x0000611c jam  0x00000033 , 0x00000a99 
+ 00023794  0x0000611d branch  0x00007d86 
+ 00023795  0x00006120 arg  0x0000000b , 0x00000012 
+ 00023796  0x00006121 branch  0x00005ca8 
+ 00023797  0x00006129 rtn 
+ 00023798  0x00006131 rtn  0x0000002b 
+ 00023799  0x00006133 bpatchx  0x0000007c , 0x0000402f 
+ 00023800  0x00006134 setarg  0x00000000 
+ 00023801  0x00006135 store  0x00000001 , 0x00000048 
+ 00023802  0x00006136 store  0x00000001 , 0x00000055 
+ 00023803  0x00006137 store  0x00000001 , 0x00000078 
+ 00023804  0x00006138 store  0x00000001 , 0x0000007c 
+ 00023805  0x00006139 store  0x00000001 , 0x00004158 
+ 00023806  0x0000613a store  0x00000001 , 0x000004d7 
+ 00023807  0x0000613b store  0x00000001 , 0x0000016d 
+ 00023808  0x0000613c store  0x00000001 , 0x000009b5 
+ 00023809  0x0000613d jam  0x00000000 , 0x0000455b 
+ 00023810  0x0000613e jam  0x00000000 , 0x00000229 
+ 00023811  0x0000613f jam  0x00000000 , 0x000004d8 
+ 00023812  0x00006141 jam  0x00000000 , 0x000009b5 
+ 00023813  0x00006142 jam  0x00000000 , 0x000009b4 
+ 00023814  0x00006143 jam  0x00000000 , 0x000004d1 
+ 00023815  0x00006146 rtn 
+ 00023816  0x00006149 bpatchx  0x0000007d , 0x0000402f 
+ 00023817  0x0000614a call  0x000062ff , 0x00000029 
+ 00023818  0x0000614b ncall  0x00006303 , 0x00000029 
+ 00023819  0x0000614c call  0x000062bc 
+ 00023820  0x0000614d nrtn  0x00000034 
+ 00023821  0x0000614e fetch  0x00000001 , 0x0000004c 
+ 00023822  0x0000614f rtnbit0  0x00000006 
+ 00023823  0x00006150 set0  0x00000006 , 0x0000003f 
+ 00023824  0x00006151 set0  0x00000001 , 0x00000000 
+ 00023825  0x00006152 store  0x00000001 , 0x0000004c 
+ 00023826  0x00006153 fetch  0x00000001 , 0x00000551 
+ 00023827  0x00006154 fetcht  0x00000001 , 0x0000004c 
+ 00023828  0x00006155 isolate1  0x00000000 , 0x0000003f 
+ 00023829  0x00006156 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00023830  0x00006157 storet  0x00000001 , 0x0000004c 
+ 00023831  0x00006158 and_into  0x00000002 , 0x00000002 
+ 00023832  0x00006159 storet  0x00000001 , 0x0000007f 
+ 00023833  0x0000615a fetcht  0x00000001 , 0x0000004c 
+ 00023834  0x0000615b rshift  0x0000003f , 0x0000003f 
+ 00023835  0x0000615c store  0x00000001 , 0x0000007d 
+ 00023836  0x0000615d bpatchx  0x0000007e , 0x0000402f 
+ 00023837  0x0000615e fetch  0x00000001 , 0x0000007d 
+ 00023838  0x0000615f beq  0x0000007f , 0x00005d66 
+ 00023839  0x00006160 beq  0x00000003 , 0x00005db1 
+ 00023840  0x00006161 beq  0x00000004 , 0x00005dc2 
+ 00023841  0x00006162 beq  0x0000003c , 0x00005d59 
+ 00023842  0x00006163 beq  0x00000005 , 0x00005d55 
+ 00023843  0x00006164 beq  0x0000000f , 0x00005fa8 
+ 00023844  0x00006165 beq  0x00000010 , 0x00005e24 
+ 00023845  0x00006166 beq  0x00000023 , 0x00005e42 
+ 00023846  0x00006167 beq  0x00000039 , 0x00005fc1 
+ 00023847  0x00006168 beq  0x00000038 , 0x00005fbc 
+ 00023848  0x00006169 beq  0x00000031 , 0x00005e27 
+ 00023849  0x0000616a beq  0x00000037 , 0x00005eb0 
+ 00023850  0x0000616b beq  0x00000027 , 0x00005eac 
+ 00023851  0x0000616c beq  0x00000033 , 0x00005ea9 
+ 00023852  0x0000616d beq  0x00000025 , 0x00005eae 
+ 00023853  0x0000616e beq  0x00000026 , 0x00005e3e 
+ 00023854  0x0000616f beq  0x00000007 , 0x00005e36 
+ 00023855  0x00006170 beq  0x0000002d , 0x00005e2d 
+ 00023856  0x00006171 beq  0x0000002e , 0x00005e2e 
+ 00023857  0x00006172 beq  0x00000001 , 0x00005ea5 
+ 00023858  0x00006173 beq  0x00000002 , 0x00005e90 
+ 00023859  0x00006174 beq  0x00000028 , 0x00005fb3 
+ 00023860  0x00006175 beq  0x00000009 , 0x00005e86 
+ 00023861  0x00006176 beq  0x0000000b , 0x00005e5f 
+ 00023862  0x00006177 beq  0x00000008 , 0x00005e43 
+ 00023863  0x00006178 beq  0x0000000c , 0x00005e6a 
+ 00023864  0x00006179 beq  0x0000001f , 0x00005e3a 
+ 00023865  0x0000617a beq  0x00000020 , 0x00005e3c 
+ 00023866  0x0000617b beq  0x00000021 , 0x00005eca 
+ 00023867  0x0000617c beq  0x00000022 , 0x00005eca 
+ 00023868  0x0000617d beq  0x00000035 , 0x00005ecb 
+ 00023869  0x0000617e beq  0x00000036 , 0x00005ecc 
+ 00023870  0x0000617f beq  0x00000024 , 0x00005eca 
+ 00023871  0x00006180 beq  0x00000034 , 0x00005ecd 
+ 00023872  0x00006181 beq  0x00000017 , 0x00005ed6 
+ 00023873  0x00006182 beq  0x00000011 , 0x00005ef2 
+ 00023874  0x00006183 beq  0x00000012 , 0x00005ef6 
+ 00023875  0x00006184 beq  0x00000013 , 0x00005ef8 
+ 00023876  0x00006185 beq  0x0000000d , 0x00005f0a 
+ 00023877  0x00006186 beq  0x0000000e , 0x00005f0a 
+ 00023878  0x00006187 beq  0x0000002f , 0x00005eaa 
+ 00023879  0x00006188 beq  0x00000030 , 0x00005f0a 
+ 00023880  0x00006189 beq  0x0000000a , 0x00005f0a 
+ 00023881  0x0000618a beq  0x00000018 , 0x00005f0b 
+ 00023882  0x0000618b beq  0x00000032 , 0x00005f0a 
+ 00023883  0x0000618c beq  0x0000003d , 0x00005f10 
+ 00023884  0x0000618d beq  0x0000003e , 0x00005f51 
+ 00023885  0x0000618e beq  0x0000003f , 0x00005f4b 
+ 00023886  0x0000618f beq  0x00000040 , 0x00005f78 
+ 00023887  0x00006190 beq  0x00000041 , 0x00005f8a 
+ 00023888  0x00006191 beq  0x00000006 , 0x00005fa7 
+ 00023889  0x00006192 beq  0x0000003a , 0x00005d57 
+ 00023890  0x00006196 jam  0x00000019 , 0x0000007e 
+ 00023891  0x00006198 jam  0x00000004 , 0x0000007c 
+ 00023892  0x00006199 rtn 
+ 00023893  0x0000619c jam  0x00000006 , 0x0000007c 
+ 00023894  0x0000619d rtn 
+ 00023895  0x000061a0 jam  0x0000003b , 0x0000007c 
+ 00023896  0x000061a1 rtn 
+ 00023897  0x000061a4 fetch  0x00000004 , 0x00000552 
+ 00023898  0x000061a5 lshift  0x0000003f , 0x0000003f 
+ 00023899  0x000061a6 store  0x00000004 , 0x000040d2 
+ 00023900  0x000061a7 fetch  0x00000001 , 0x00000556 
+ 00023901  0x000061a8 store  0x00000001 , 0x000040d9 
+ 00023902  0x000061a9 fetch  0x00000005 , 0x00000557 
+ 00023903  0x000061aa store  0x00000005 , 0x000040e7 
+ 00023904  0x000061ab fetch  0x00000005 , 0x0000055c 
+ 00023905  0x000061ac istore  0x00000005 , 0x00000005 
+ 00023906  0x000061ad fetch  0x00000001 , 0x00000031 
+ 00023907  0x000061ae set1  0x00000003 , 0x0000003f 
+ 00023908  0x000061af store  0x00000001 , 0x00000031 
+ 00023909  0x000061b0 rtn 
+ 00023910  0x000061b2 bpatchx  0x0000007f , 0x0000402f 
+ 00023911  0x000061b3 fetch  0x00000001 , 0x00000552 
+ 00023912  0x000061b4 set1  0x00000007 , 0x0000003f 
+ 00023913  0x000061b5 store  0x00000001 , 0x0000007d 
+ 00023914  0x000061b6 beq  0x00000081 , 0x00005d88 
+ 00023915  0x000061b7 beq  0x00000082 , 0x00005d8d 
+ 00023916  0x000061b8 beq  0x00000095 , 0x00005eb1 
+ 00023917  0x000061b9 beq  0x00000096 , 0x00005eca 
+ 00023918  0x000061ba beq  0x0000008b , 0x00005ebf 
+ 00023919  0x000061bb beq  0x00000083 , 0x00005da5 
+ 00023920  0x000061bc beq  0x00000084 , 0x00005da7 
+ 00023921  0x000061bd beq  0x00000090 , 0x00005d7a 
+ 00023922  0x000061be beq  0x00000097 , 0x00005d9e 
+ 00023923  0x000061bf beq  0x00000098 , 0x00005da3 
+ 00023924  0x000061c0 beq  0x00000099 , 0x00005d7d 
+ 00023925  0x000061c1 beq  0x0000009a , 0x00005d80 
+ 00023926  0x000061c2 rtneq  0x00000084 
+ 00023927  0x000061c6 jam  0x00000082 , 0x0000007c 
+ 00023928  0x000061c7 jam  0x00000019 , 0x0000007e 
+ 00023929  0x000061c9 rtn 
+ 00023930  0x000061cb jam  0x00000082 , 0x0000007c 
+ 00023931  0x000061cc jam  0x0000002e , 0x0000007e 
+ 00023932  0x000061cd rtn 
+ 00023933  0x000061d0 call  0x00005d82 
+ 00023934  0x000061d1 jam  0x0000009a , 0x0000007c 
+ 00023935  0x000061d2 rtn 
+ 00023936  0x000061d5 call  0x00005d82 
+ 00023937  0x000061d6 branch  0x00005d86 
+ 00023938  0x000061d9 arg  0x0000465e , 0x00000005 
+ 00023939  0x000061da fetch  0x00000003 , 0x00000553 
+ 00023940  0x000061db istore  0x00000003 , 0x00000005 
+ 00023941  0x000061dc rtn 
+ 00023942  0x000061df branch  0x000076d8 , 0x00000001 
+ 00023943  0x000061e0 rtn 
+ 00023944  0x000061e2 fetch  0x00000001 , 0x00000554 
+ 00023945  0x000061e3 set1  0x00000007 , 0x0000003f 
+ 00023946  0x000061e4 store  0x00000001 , 0x000004c9 
+ 00023947  0x000061e5 beq  0x0000008b , 0x00005d92 
+ 00023948  0x000061e6 rtn 
+ 00023949  0x000061ea fetch  0x00000001 , 0x00000554 
+ 00023950  0x000061eb set1  0x00000007 , 0x0000003f 
+ 00023951  0x000061ec store  0x00000001 , 0x000004c9 
+ 00023952  0x000061ed beq  0x0000008b , 0x00005d96 
+ 00023953  0x000061ee rtn 
+ 00023954  0x000061f1 fetch  0x00000001 , 0x0000415a 
+ 00023955  0x000061f2 fetcht  0x00000001 , 0x0000004c 
+ 00023956  0x000061f3 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00023957  0x000061f4 storet  0x00000001 , 0x0000004c 
+ 00023958  0x000061f6 fetch  0x00000001 , 0x00000030 
+ 00023959  0x000061f7 rtnbit0  0x00000005 
+ 00023960  0x000061f8 set0  0x00000005 , 0x0000003f 
+ 00023961  0x000061f9 store  0x00000001 , 0x00000030 
+ 00023962  0x000061fa fetch  0x00000001 , 0x000004d7 
+ 00023963  0x000061fb nrtn  0x00000034 
+ 00023964  0x000061fc jam  0x00000031 , 0x0000007c 
+ 00023965  0x000061fd rtn 
+ 00023966  0x00006200 nbranch  0x00005da1 , 0x00000029 
+ 00023967  0x00006201 jam  0x00000012 , 0x0000007c 
+ 00023968  0x00006202 branch  0x000062eb 
+ 00023969  0x00006205 jam  0x00000097 , 0x0000007c 
+ 00023970  0x00006206 rtn 
+ 00023971  0x0000620b call  0x000062eb 
+ 00023972  0x0000620c branch  0x00005ffe 
+ 00023973  0x0000620f jam  0x00000084 , 0x0000007c 
+ 00023974  0x00006210 rtn 
+ 00023975  0x00006213 fetcht  0x00000001 , 0x00000555 
+ 00023976  0x00006214 and  0x00000002 , 0x00000001 , 0x00000002 
+ 00023977  0x00006215 storet  0x00000001 , 0x000004d0 
+ 00023978  0x00006216 fetch  0x00000001 , 0x000041ce 
+ 00023979  0x00006217 bne  0x00000051 , 0x00005dad 
+ 00023980  0x00006218 jam  0x00000000 , 0x000041ce 
+ 00023981  0x0000621a fetch  0x00000001 , 0x00000055 
+ 00023982  0x0000621b rtnne  0x00000015 
+ 00023983  0x0000621c jam  0x00000004 , 0x00000055 
+ 00023984  0x0000621d branch  0x0000631b 
+ 00023985  0x00006220 bpatchx  0x00000080 , 0x00004030 
+ 00023986  0x00006221 fetch  0x00000001 , 0x00000552 
+ 00023987  0x00006222 store  0x00000001 , 0x000004c9 
+ 00023988  0x00006223 beq  0x00000033 , 0x00005dd8 
+ 00023989  0x00006224 beq  0x00000008 , 0x00005de7 
+ 00023990  0x00006225 beq  0x0000000f , 0x00005dee 
+ 00023991  0x00006226 beq  0x00000010 , 0x00005df4 
+ 00023992  0x00006227 beq  0x00000011 , 0x00005df5 
+ 00023993  0x00006228 beq  0x00000012 , 0x00005dfd 
+ 00023994  0x00006229 beq  0x00000018 , 0x00005e13 
+ 00023995  0x0000622a beq  0x00000017 , 0x00005e16 
+ 00023996  0x0000622b beq  0x00000013 , 0x00005dcf 
+ 00023997  0x0000622d beq  0x0000003d , 0x00005f1e 
+ 00023998  0x0000622e beq  0x0000003e , 0x00005f6a 
+ 00023999  0x0000622f beq  0x00000040 , 0x00005f20 
+ 00024000  0x00006230 beq  0x00000041 , 0x00005f3d 
+ 00024001  0x00006231 rtn 
+ 00024002  0x00006234 bpatchx  0x00000081 , 0x00004030 
+ 00024003  0x00006235 fetch  0x00000001 , 0x00000552 
+ 00024004  0x00006236 store  0x00000001 , 0x000004c9 
+ 00024005  0x00006237 beq  0x00000001 , 0x00005e0a 
+ 00024006  0x00006238 beq  0x00000033 , 0x00005de2 
+ 00024007  0x00006239 beq  0x0000000b , 0x00005dfe 
+ 00024008  0x0000623a beq  0x00000008 , 0x00005e01 
+ 00024009  0x0000623b beq  0x00000013 , 0x00005dd2 
+ 00024010  0x0000623d beq  0x00000040 , 0x00005e0b 
+ 00024011  0x0000623e beq  0x00000041 , 0x00005e0e 
+ 00024012  0x0000623f beq  0x00000018 , 0x00005e11 
+ 00024013  0x00006240 beq  0x00000017 , 0x00005e22 
+ 00024014  0x00006241 rtn 
+ 00024015  0x00006244 jam  0x00000020 , 0x00000a99 
+ 00024016  0x00006245 call  0x00007d86 
+ 00024017  0x00006246 branch  0x000021dc 
+ 00024018  0x00006248 jam  0x00000019 , 0x00000a99 
+ 00024019  0x00006249 call  0x00007d86 
+ 00024020  0x0000624a jam  0x00000002 , 0x0000455b 
+ 00024021  0x0000624b setarg  0x00000050 
+ 00024022  0x0000624c arg  0x00000006 , 0x00000007 
+ 00024023  0x0000624d branch  0x00007f08 
+ 00024024  0x00006253 fetch  0x00000001 , 0x000004d1 
+ 00024025  0x00006254 set1  0x00000000 , 0x0000003f 
+ 00024026  0x00006255 store  0x00000001 , 0x000004d1 
+ 00024027  0x00006256 jam  0x00000001 , 0x00000a99 
+ 00024028  0x00006257 call  0x00007d86 
+ 00024029  0x00006258 jam  0x0000008b , 0x0000007c 
+ 00024030  0x0000625c fetch  0x00000001 , 0x00000055 
+ 00024031  0x0000625d bne  0x00000005 , 0x00005d07 
+ 00024032  0x00006260 jam  0x00000006 , 0x00000055 
+ 00024033  0x00006261 rtn 
+ 00024034  0x0000626a jam  0x0000000b , 0x000004ca 
+ 00024035  0x0000626b jam  0x00000007 , 0x0000007c 
+ 00024036  0x0000626d jam  0x00000000 , 0x00000055 
+ 00024037  0x0000626f branch  0x00005d07 , 0x00000001 
+ 00024038  0x00006270 rtn 
+ 00024039  0x00006273 fetch  0x00000001 , 0x000041bd 
+ 00024040  0x00006274 nrtn  0x00000034 
+ 00024041  0x00006275 call  0x0000244f 
+ 00024042  0x00006276 call  0x00005ffc 
+ 00024043  0x00006277 rtn  0x00000029 
+ 00024044  0x00006278 set1  0x00000021 , 0x00000000 
+ 00024045  0x00006279 rtn 
+ 00024046  0x0000627c nrtn  0x00000029 
+ 00024047  0x0000627d jam  0x00000010 , 0x0000007c 
+ 00024048  0x0000627e fetch  0x00000001 , 0x0000004c 
+ 00024049  0x0000627f rtnbit0  0x00000002 
+ 00024050  0x00006280 jam  0x00000012 , 0x0000007c 
+ 00024051  0x00006281 rtn 
+ 00024052  0x00006284 branch  0x00005ffe 
+ 00024053  0x00006287 call  0x00006059 
+ 00024054  0x00006288 fetch  0x00000001 , 0x00000030 
+ 00024055  0x00006289 rtnbit1  0x00000004 
+ 00024056  0x0000628a jam  0x00000031 , 0x0000007c 
+ 00024057  0x0000628b fetch  0x00000001 , 0x00000055 
+ 00024058  0x0000628c rtnne  0x0000000a 
+ 00024059  0x0000628d jam  0x0000000b , 0x00000055 
+ 00024060  0x0000628e rtn 
+ 00024061  0x00006298 rtn 
+ 00024062  0x0000629c jam  0x00000007 , 0x0000007c 
+ 00024063  0x0000629d jam  0x00000013 , 0x000004ca 
+ 00024064  0x0000629e rtn 
+ 00024065  0x000062a1 fetch  0x00000001 , 0x00000553 
+ 00024066  0x000062a2 beq  0x00000006 , 0x00005e07 
+ 00024067  0x000062a3 rtnne  0x00000018 
+ 00024068  0x000062a4 jam  0x00000018 , 0x000004ca 
+ 00024069  0x000062a5 jam  0x00000007 , 0x0000007c 
+ 00024070  0x000062a6 rtn 
+ 00024071  0x000062a8 jam  0x00000006 , 0x000004ca 
+ 00024072  0x000062a9 jam  0x00000007 , 0x0000007c 
+ 00024073  0x000062aa rtn 
+ 00024074  0x000062ad rtn 
+ 00024075  0x000062b0 jam  0x00000000 , 0x000009ae 
+ 00024076  0x000062b1 jam  0x00000007 , 0x0000007c 
+ 00024077  0x000062b2 branch  0x00005d07 
+ 00024078  0x000062b5 jam  0x00000000 , 0x000009ae 
+ 00024079  0x000062b6 jam  0x00000007 , 0x0000007c 
+ 00024080  0x000062b7 branch  0x00005d07 
+ 00024081  0x000062b9 jam  0x00000024 , 0x00000a99 
+ 00024082  0x000062ba branch  0x00007d86 
+ 00024083  0x000062bd jam  0x00000023 , 0x00000a99 
+ 00024084  0x000062be call  0x00007d86 
+ 00024085  0x000062bf branch  0x000026e9 
+ 00024086  0x000062c2 jam  0x00000022 , 0x00000a99 
+ 00024087  0x000062c3 call  0x00007d86 
+ 00024088  0x000062c4 setarg  0x00000000 
+ 00024089  0x000062c5 store  0x00000002 , 0x00000075 
+ 00024090  0x000062c6 fetch  0x00000002 , 0x000041e3 
+ 00024091  0x000062c7 lshift  0x0000003f , 0x0000003f 
+ 00024092  0x000062c8 store  0x00000002 , 0x00000032 
+ 00024093  0x000062c9 fetch  0x00000001 , 0x000041e5 
+ 00024094  0x000062ca store  0x00000001 , 0x00000073 
+ 00024095  0x000062cb fetch  0x00000001 , 0x000041e7 
+ 00024096  0x000062cc store  0x00000001 , 0x00000074 
+ 00024097  0x000062cd branch  0x000026c6 
+ 00024098  0x000062d0 jam  0x00000021 , 0x00000a99 
+ 00024099  0x000062d1 branch  0x00007d86 
+ 00024100  0x000062d4 fetcht  0x00000001 , 0x00000552 
+ 00024101  0x000062d5 storet  0x00000001 , 0x00000054 
+ 00024102  0x000062d6 branch  0x00005e38 
+ 00024103  0x000062d9 fetch  0x00000001 , 0x000004d1 
+ 00024104  0x000062da set1  0x00000002 , 0x0000003f 
+ 00024105  0x000062db store  0x00000001 , 0x000004d1 
+ 00024106  0x000062dc rtnbit1  0x00000003 
+ 00024107  0x000062dd jam  0x00000031 , 0x0000007c 
+ 00024108  0x000062de branch  0x00005d07 
+ 00024109  0x000062e3 rtn 
+ 00024110  0x000062e6 fetch  0x00000001 , 0x000040d0 
+ 00024111  0x000062e7 fetcht  0x00000001 , 0x00000552 
+ 00024112  0x000062e8 isub  0x00000002 , 0x0000003e 
+ 00024113  0x000062ea branch  0x00005e38 , 0x00000002 
+ 00024114  0x000062eb jam  0x00000004 , 0x0000007c 
+ 00024115  0x000062ec jam  0x0000001f , 0x0000007e 
+ 00024116  0x000062ed jam  0x0000002e , 0x0000007d 
+ 00024117  0x000062ee rtn 
+ 00024118  0x000062f1 call  0x00006157 
+ 00024119  0x000062f2 branch  0x00005e38 
+ 00024120  0x000062f5 jam  0x00000003 , 0x0000007c 
+ 00024121  0x000062f6 rtn 
+ 00024122  0x000062f9 jam  0x00000021 , 0x0000007c 
+ 00024123  0x000062fa rtn 
+ 00024124  0x000062fd jam  0x00000022 , 0x0000007c 
+ 00024125  0x000062fe rtn 
+ 00024126  0x00006301 fetch  0x00000001 , 0x00000055 
+ 00024127  0x00006302 rtneq  0x00000013 
+ 00024128  0x00006304 jam  0x00000002 , 0x00000055 
+ 00024129  0x00006306 rtn 
+ 00024130  0x0000630a rtn 
+ 00024131  0x0000630d call  0x00005ff9 
+ 00024132  0x0000630e jam  0x00000001 , 0x000004d4 
+ 00024133  0x0000630f jam  0x0000000a , 0x00000a99 
+ 00024134  0x00006310 call  0x00007d86 
+ 00024135  0x00006312 call  0x000062f3 
+ 00024136  0x00006313 nbranch  0x00006001 , 0x00000001 
+ 00024137  0x00006315 nbranch  0x00005e4e , 0x00000029 
+ 00024138  0x00006316 jam  0x00000004 , 0x0000007c 
+ 00024139  0x00006317 jam  0x00000008 , 0x0000007d 
+ 00024140  0x00006318 jam  0x00000023 , 0x0000007e 
+ 00024141  0x00006319 rtn 
+ 00024142  0x0000631b fetch  0x00000001 , 0x0000004b 
+ 00024143  0x0000631c set1  0x00000002 , 0x0000003f 
+ 00024144  0x0000631d store  0x00000001 , 0x0000004b 
+ 00024145  0x0000631e rtn 
+ 00024146  0x00006322 fetcht  0x00000001 , 0x0000004c 
+ 00024147  0x00006323 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00024148  0x00006324 storet  0x00000001 , 0x0000004c 
+ 00024149  0x00006325 rtn 
+ 00024150  0x00006329 fetch  0x00000001 , 0x0000007f 
+ 00024151  0x0000632a rshift  0x0000003f , 0x0000003f 
+ 00024152  0x0000632b and_into  0x00000001 , 0x0000003f 
+ 00024153  0x0000632c rtn 
+ 00024154  0x0000632f fetch  0x00000001 , 0x00004217 
+ 00024155  0x00006330 rtn  0x00000034 
+ 00024156  0x00006331 fetch  0x00000001 , 0x000009b5 
+ 00024157  0x00006332 call  0x000067b2 , 0x00000034 
+ 00024158  0x00006333 rtn 
+ 00024159  0x00006336 call  0x00005e5a 
+ 00024160  0x00006337 call  0x00005e56 
+ 00024161  0x00006338 store  0x00000001 , 0x000004d5 
+ 00024162  0x00006339 call  0x00005ff9 
+ 00024163  0x0000633a jam  0x0000000c , 0x0000007c 
+ 00024164  0x0000633b fetch  0x00000001 , 0x000041bd 
+ 00024165  0x0000633c nrtn  0x00000034 
+ 00024166  0x0000633d fetch  0x00000001 , 0x00000030 
+ 00024167  0x0000633e rtnbit1  0x00000006 
+ 00024168  0x0000633f jam  0x00000006 , 0x0000007e 
+ 00024169  0x00006340 branch  0x00005d53 
+ 00024170  0x00006343 arg  0x00000040 , 0x00000011 
+ 00024171  0x00006344 call  0x00007288 
+ 00024172  0x00006345 fetch  0x00000004 , 0x00000552 
+ 00024173  0x00006346 fetcht  0x00000004 , 0x00000592 
+ 00024174  0x00006347 isub  0x00000002 , 0x0000003e 
+ 00024175  0x00006348 branch  0x00005e73 , 0x00000005 
+ 00024176  0x00006349 jam  0x00000007 , 0x0000007c 
+ 00024177  0x0000634a jam  0x00000005 , 0x000004ca 
+ 00024178  0x0000634b rtn 
+ 00024179  0x0000634d call  0x00005e77 
+ 00024180  0x0000634e fetch  0x00000001 , 0x0000465a 
+ 00024181  0x0000634f branch  0x00005f3e , 0x00000034 
+ 00024182  0x00006350 rtn 
+ 00024183  0x00006354 call  0x00007386 
+ 00024184  0x00006355 call  0x000021b2 
+ 00024185  0x00006356 fetch  0x00000001 , 0x0000004b 
+ 00024186  0x00006357 isolate1  0x00000001 , 0x0000003f 
+ 00024187  0x00006358 set0  0x00000001 , 0x0000003f 
+ 00024188  0x00006359 store  0x00000001 , 0x0000004b 
+ 00024189  0x0000635a fetch  0x00000001 , 0x00000055 
+ 00024190  0x0000635b beq  0x00000019 , 0x00005e81 
+ 00024191  0x0000635c beq  0x00000018 , 0x00005e81 
+ 00024192  0x0000635d rtn 
+ 00024193  0x0000635f fetch  0x00000001 , 0x000009b5 
+ 00024194  0x00006360 rtnne  0x00000000 
+ 00024195  0x00006361 fetch  0x00000001 , 0x0000004c 
+ 00024196  0x00006362 rtnbit1  0x00000002 
+ 00024197  0x00006363 branch  0x000063b1 
+ 00024198  0x00006366 arg  0x00000552 , 0x00000011 
+ 00024199  0x00006367 arg  0x00000582 , 0x00000012 
+ 00024200  0x00006368 arg  0x00000562 , 0x00000005 
+ 00024201  0x00006369 call  0x00007352 
+ 00024202  0x0000636a arg  0x00000040 , 0x00000011 
+ 00024203  0x0000636b call  0x00006311 
+ 00024204  0x0000636c jam  0x0000000b , 0x0000007c 
+ 00024205  0x0000636d fetch  0x00000001 , 0x00000030 
+ 00024206  0x0000636e bbit0  0x00000006 , 0x00005ffc 
+ 00024207  0x0000636f rtn 
+ 00024208  0x00006372 fetch  0x00000002 , 0x0000015f 
+ 00024209  0x00006373 add  0x0000003f , 0xfffffffd , 0x00000039 
+ 00024210  0x00006374 fetcht  0x00000001 , 0x00000552 
+ 00024211  0x00006375 setarg  0x00000101 
+ 00024212  0x00006376 iadd  0x00000002 , 0x00000005 
+ 00024213  0x00006377 arg  0x00000554 , 0x00000006 
+ 00024214  0x00006378 call  0x00007f01 
+ 00024215  0x00006379 fetcht  0x00000001 , 0x00000053 
+ 00024216  0x0000637a fetch  0x00000001 , 0x00000553 
+ 00024217  0x0000637b isub  0x00000002 , 0x0000003f 
+ 00024218  0x0000637c sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00024219  0x0000637d branch  0x00005ea0 , 0x00000002 
+ 00024220  0x0000637e add  0x00000002 , 0x0000000e , 0x0000003f 
+ 00024221  0x0000637f store  0x00000001 , 0x00000053 
+ 00024222  0x00006380 jam  0x00000001 , 0x0000007c 
+ 00024223  0x00006381 rtn 
+ 00024224  0x00006383 fetch  0x00000001 , 0x0000004c 
+ 00024225  0x00006384 set1  0x00000003 , 0x0000003f 
+ 00024226  0x00006385 store  0x00000001 , 0x0000004c 
+ 00024227  0x00006386 bbit1  0x00000004 , 0x00006006 
+ 00024228  0x00006387 rtn 
+ 00024229  0x00006389 fetch  0x00000001 , 0x00000552 
+ 00024230  0x0000638a store  0x00000001 , 0x0000007d 
+ 00024231  0x0000638b jam  0x00000002 , 0x0000007c 
+ 00024232  0x0000638c rtn 
+ 00024233  0x0000638f branch  0x00005e38 
+ 00024234  0x00006392 jam  0x00000030 , 0x0000007c 
+ 00024235  0x00006393 rtn 
+ 00024236  0x00006396 jam  0x00000028 , 0x0000007c 
+ 00024237  0x00006397 rtn 
+ 00024238  0x0000639a jam  0x00000026 , 0x0000007c 
+ 00024239  0x0000639b rtn 
+ 00024240  0x000063a0 rtn 
+ 00024241  0x000063a5 fetch  0x00000002 , 0x00000032 
+ 00024242  0x000063a6 iforce  0x00000002 
+ 00024243  0x000063a7 fetch  0x00000001 , 0x00000553 
+ 00024244  0x000063a8 store  0x00000001 , 0x00000095 
+ 00024245  0x000063a9 imul32  0x00000002 , 0x00000002 
+ 00024246  0x000063aa fetch  0x00000002 , 0x00000554 
+ 00024247  0x000063ab lshift  0x0000003f , 0x0000003f 
+ 00024248  0x000063ac store  0x00000002 , 0x00000096 
+ 00024249  0x000063ad fetch  0x00000004 , 0x00000556 
+ 00024250  0x000063ae lshift  0x0000003f , 0x0000003f 
+ 00024251  0x000063af store  0x00000004 , 0x00000091 
+ 00024252  0x000063b1 deposit  0x00000002 
+ 00024253  0x000063b2 store  0x00000002 , 0x00000098 
+ 00024254  0x000063b3 rtn 
+ 00024255  0x000063b5 fetcht  0x00000001 , 0x0000415a 
+ 00024256  0x000063b6 fetch  0x00000001 , 0x00000553 
+ 00024257  0x000063b7 ixor  0x00000002 , 0x0000003e 
+ 00024258  0x000063b8 nbranch  0x00005d77 , 0x00000005 
+ 00024259  0x000063b9 isolate1  0x00000000 , 0x0000003f 
+ 00024260  0x000063ba fetch  0x00000001 , 0x0000004c 
+ 00024261  0x000063bb setflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00024262  0x000063bc store  0x00000001 , 0x0000004c 
+ 00024263  0x000063bd jam  0x00000081 , 0x0000007c 
+ 00024264  0x000063be jam  0x0000008b , 0x0000007d 
+ 00024265  0x000063bf rtn 
+ 00024266  0x000063c6 rtn 
+ 00024267  0x000063c9 branch  0x00005e38 
+ 00024268  0x000063cd branch  0x00005e38 
+ 00024269  0x000063d2 fetch  0x00000002 , 0x00000552 
+ 00024270  0x000063d3 store  0x00000002 , 0x00000171 
+ 00024271  0x000063d4 rtn 
+ 00024272  0x000063d7 fetch  0x00000002 , 0x00000555 
+ 00024273  0x000063d8 fetcht  0x00000001 , 0x00004172 
+ 00024274  0x000063d9 imul32  0x00000002 , 0x0000003f 
+ 00024275  0x000063da arg  0x00000640 , 0x00000002 
+ 00024276  0x000063db isub  0x00000002 , 0x0000003e 
+ 00024277  0x000063dd rtn 
+ 00024278  0x000063e0 fetch  0x00000002 , 0x00000557 
+ 00024279  0x000063e1 branch  0x00005ef0 , 0x00000034 
+ 00024280  0x000063e2 call  0x00005ed0 
+ 00024281  0x000063e3 branch  0x00005ef0 , 0x00000002 
+ 00024282  0x000063e4 fetch  0x00000001 , 0x00004092 
+ 00024283  0x000063e5 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00024284  0x000063e6 call  0x00003cd5 , 0x00000005 
+ 00024285  0x000063e7 fetch  0x00000001 , 0x00000030 
+ 00024286  0x000063e8 bbit1  0x00000001 , 0x00005ef0 
+ 00024287  0x000063e9 fetch  0x00000002 , 0x00000553 
+ 00024288  0x000063ea lshift  0x0000003f , 0x0000003f 
+ 00024289  0x000063eb store  0x00000002 , 0x00000075 
+ 00024290  0x000063ec fetch  0x00000002 , 0x00000555 
+ 00024291  0x000063ed lshift  0x0000003f , 0x0000003f 
+ 00024292  0x000063ee store  0x00000002 , 0x00000032 
+ 00024293  0x000063ef fetch  0x00000002 , 0x00000557 
+ 00024294  0x000063f0 store  0x00000001 , 0x00000073 
+ 00024295  0x000063f1 iforce  0x00000002 
+ 00024296  0x000063f2 fetch  0x00000002 , 0x00000559 
+ 00024297  0x000063f3 store  0x00000001 , 0x00000074 
+ 00024298  0x000063f4 isub  0x00000002 , 0x0000003e 
+ 00024299  0x000063f5 nbranch  0x00005eed , 0x00000002 
+ 00024300  0x000063f6 store  0x00000001 , 0x00000073 
+ 00024301  0x000063f9 jam  0x00000003 , 0x0000007c 
+ 00024302  0x000063fa jam  0x00000017 , 0x0000007d 
+ 00024303  0x000063fb rtn 
+ 00024304  0x000063fe jam  0x00000024 , 0x0000007e 
+ 00024305  0x000063ff branch  0x00005d53 
+ 00024306  0x00006402 call  0x00005e38 
+ 00024307  0x00006403 call  0x00005ff9 
+ 00024308  0x00006404 call  0x0000728b 
+ 00024309  0x00006405 branch  0x000026b8 
+ 00024310  0x00006408 call  0x00005e38 
+ 00024311  0x00006409 branch  0x000026c0 
+ 00024312  0x0000640d fetch  0x00000004 , 0x00000552 
+ 00024313  0x0000640e lshift  0x0000003f , 0x0000003f 
+ 00024314  0x00006410 branch  0x00005f04 , 0x00000029 
+ 00024315  0x00006411 fetcht  0x00000001 , 0x000041bd 
+ 00024316  0x00006412 nbranch  0x00005f01 , 0x00000034 
+ 00024317  0x00006414 jam  0x00000004 , 0x0000007c 
+ 00024318  0x00006415 jam  0x00000013 , 0x0000007d 
+ 00024319  0x00006416 jam  0x00000024 , 0x0000007e 
+ 00024320  0x00006417 rtn 
+ 00024321  0x00006419 jam  0x00000034 , 0x0000007c 
+ 00024322  0x0000641a jam  0x00000000 , 0x00000055 
+ 00024323  0x0000641b branch  0x000021d9 
+ 00024324  0x0000641e call  0x000021d9 
+ 00024325  0x0000641f set1  0x00000022 , 0x00000000 
+ 00024326  0x00006420 fetch  0x00000001 , 0x0000016d 
+ 00024327  0x00006421 set0  0x00000002 , 0x0000003f 
+ 00024328  0x00006422 store  0x00000001 , 0x0000016d 
+ 00024329  0x00006423 branch  0x00005e38 
+ 00024330  0x0000642c rtn 
+ 00024331  0x00006430 jam  0x00000003 , 0x0000007c 
+ 00024332  0x00006431 jam  0x00000018 , 0x0000007d 
+ 00024333  0x00006432 jam  0x0000002e , 0x00000a99 
+ 00024334  0x00006433 call  0x00007d86 
+ 00024335  0x00006434 branch  0x000026e9 
+ 00024336  0x00006437 fetch  0x00000001 , 0x00000552 
+ 00024337  0x00006438 bne  0x00000001 , 0x00005f1c 
+ 00024338  0x00006439 fetch  0x00000001 , 0x00000553 
+ 00024339  0x0000643a bne  0x00000001 , 0x00005f1c 
+ 00024340  0x0000643b fetch  0x00000001 , 0x00000554 
+ 00024341  0x0000643c bne  0x00000030 , 0x00005f1c 
+ 00024342  0x0000643d call  0x000062fc 
+ 00024343  0x0000643e branch  0x00005f19 , 0x00000001 
+ 00024344  0x0000643f jam  0x00000001 , 0x000009ae 
+ 00024345  0x00006441 jam  0x00000003 , 0x0000007c 
+ 00024346  0x00006442 jam  0x0000003d , 0x0000007d 
+ 00024347  0x00006443 branch  0x00005d07 
+ 00024348  0x00006446 jam  0x00000024 , 0x0000007e 
+ 00024349  0x00006447 branch  0x00005d53 
+ 00024350  0x0000644c jam  0x0000003e , 0x0000007c 
+ 00024351  0x0000644e rtn 
+ 00024352  0x00006450 fetch  0x00000001 , 0x00004662 
+ 00024353  0x00006451 beq  0x00000001 , 0x00005f27 
+ 00024354  0x00006452 beq  0x00000002 , 0x00005f2b 
+ 00024355  0x00006454 call  0x000062fc 
+ 00024356  0x00006455 rtn  0x00000001 
+ 00024357  0x00006456 jam  0x00000008 , 0x000009ae 
+ 00024358  0x00006457 rtn 
+ 00024359  0x0000645a call  0x00007962 
+ 00024360  0x0000645b jam  0x00000035 , 0x00000a99 
+ 00024361  0x0000645c call  0x00007d86 
+ 00024362  0x0000645d branch  0x00005f23 
+ 00024363  0x00006461 call  0x000062fc 
+ 00024364  0x00006462 rtn  0x00000001 
+ 00024365  0x00006463 fetch  0x00000001 , 0x00004663 
+ 00024366  0x00006464 beq  0x00000013 , 0x00005f3b 
+ 00024367  0x00006465 increase  0x00000001 , 0x0000003f 
+ 00024368  0x00006466 store  0x00000001 , 0x00004663 
+ 00024369  0x0000646a jam  0x00000001 , 0x000009b0 
+ 00024370  0x0000646b jam  0x00000004 , 0x000009ae 
+ 00024371  0x0000646c fetch  0x00000001 , 0x00004663 
+ 00024372  0x0000646d copy  0x0000003f , 0x00000007 
+ 00024373  0x0000646e fetch  0x00000006 , 0x0000468a 
+ 00024374  0x0000646f qisolate1  0x0000003f 
+ 00024375  0x00006470 setarg  0x00000080 
+ 00024376  0x00006471 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024377  0x00006472 store  0x00000001 , 0x00004664 
+ 00024378  0x00006473 rtn 
+ 00024379  0x00006476 jam  0x00000008 , 0x000009ae 
+ 00024380  0x00006477 rtn 
+ 00024381  0x0000647a call  0x00005f43 
+ 00024382  0x0000647c fetch  0x00000001 , 0x00004665 
+ 00024383  0x0000647d rtn  0x00000034 
+ 00024384  0x0000647e jam  0x00000000 , 0x00004665 
+ 00024385  0x0000647f jam  0x00000038 , 0x00000a99 
+ 00024386  0x00006480 branch  0x00007d86 
+ 00024387  0x00006485 call  0x000062fc 
+ 00024388  0x00006486 ncall  0x00007965 , 0x00000001 
+ 00024389  0x00006487 call  0x00007975 , 0x00000001 
+ 00024390  0x00006488 call  0x000062fc 
+ 00024391  0x00006489 rtn  0x00000001 
+ 00024392  0x0000648a jam  0x0000000c , 0x000009ae 
+ 00024393  0x0000648b jam  0x00000001 , 0x000009b0 
+ 00024394  0x0000648c rtn 
+ 00024395  0x0000648f arg  0x00000a6e , 0x00000005 
+ 00024396  0x00006490 arg  0x00000552 , 0x00000006 
+ 00024397  0x00006491 call  0x00007ebf 
+ 00024398  0x00006492 fetch  0x00000001 , 0x00004662 
+ 00024399  0x00006493 rtneq  0x00000002 
+ 00024400  0x00006494 branch  0x000076d8 
+ 00024401  0x00006497 fetch  0x00000001 , 0x000009af 
+ 00024402  0x00006498 beq  0x00000007 , 0x00005f55 
+ 00024403  0x00006499 fetch  0x00000001 , 0x000009ae 
+ 00024404  0x0000649a bne  0x00000001 , 0x00005f68 
+ 00024405  0x0000649c fetch  0x00000001 , 0x000009b7 
+ 00024406  0x0000649d sub  0x0000003f , 0x00000020 , 0x00000005 
+ 00024407  0x0000649e nbranch  0x00005f68 , 0x00000002 
+ 00024408  0x0000649f arg  0x000009c6 , 0x00000005 
+ 00024409  0x000064a0 iadd  0x00000005 , 0x00000005 
+ 00024410  0x000064a1 fetch  0x00000008 , 0x00000552 
+ 00024411  0x000064a2 istore  0x00000008 , 0x00000005 
+ 00024412  0x000064a3 fetch  0x00000008 , 0x0000055a 
+ 00024413  0x000064a4 istore  0x00000008 , 0x00000005 
+ 00024414  0x000064a5 fetch  0x00000001 , 0x000009b7 
+ 00024415  0x000064a6 increase  0x00000010 , 0x0000003f 
+ 00024416  0x000064a7 store  0x00000001 , 0x000009b7 
+ 00024417  0x000064a8 bne  0x00000030 , 0x00005e38 
+ 00024418  0x000064aa call  0x000062fc 
+ 00024419  0x000064ab branch  0x00005e38 , 0x00000001 
+ 00024420  0x000064ac jam  0x00000001 , 0x000009b8 
+ 00024421  0x000064ad jam  0x00000002 , 0x000009ae 
+ 00024422  0x000064ae jam  0x00000001 , 0x000009b0 
+ 00024423  0x000064af branch  0x00005e38 
+ 00024424  0x000064b1 jam  0x00000024 , 0x0000007e 
+ 00024425  0x000064b2 branch  0x00005d53 
+ 00024426  0x000064b4 fetch  0x00000001 , 0x000009b6 
+ 00024427  0x000064b5 beq  0x00000030 , 0x00005f6e 
+ 00024428  0x000064b6 jam  0x0000003e , 0x0000007c 
+ 00024429  0x000064b7 branch  0x00005d07 
+ 00024430  0x000064ba call  0x000062fc 
+ 00024431  0x000064bb branch  0x00005f77 , 0x00000001 
+ 00024432  0x000064bc fetch  0x00000001 , 0x00004662 
+ 00024433  0x000064bd beq  0x00000002 , 0x00005f75 
+ 00024434  0x000064be jam  0x00000001 , 0x000009b0 
+ 00024435  0x000064bf jam  0x00000004 , 0x000009ae 
+ 00024436  0x000064c0 branch  0x00005d07 
+ 00024437  0x000064c3 jam  0x00000036 , 0x00000a99 
+ 00024438  0x000064c4 branch  0x00007d86 
+ 00024439  0x000064c9 branch  0x00005d07 
+ 00024440  0x000064cc fetch  0x00000001 , 0x000009af 
+ 00024441  0x000064cd beq  0x00000007 , 0x00005f7c 
+ 00024442  0x000064ce fetch  0x00000001 , 0x000009ae 
+ 00024443  0x000064cf bne  0x00000006 , 0x00005f88 
+ 00024444  0x000064d1 arg  0x00000a2e , 0x00000005 
+ 00024445  0x000064d2 fetch  0x00000008 , 0x00000552 
+ 00024446  0x000064d3 istore  0x00000008 , 0x00000005 
+ 00024447  0x000064d4 fetch  0x00000008 , 0x0000055a 
+ 00024448  0x000064d5 istore  0x00000008 , 0x00000005 
+ 00024449  0x000064d6 call  0x000062fc 
+ 00024450  0x000064d7 branch  0x00005f86 , 0x00000001 
+ 00024451  0x000064d8 jam  0x00000007 , 0x000009ae 
+ 00024452  0x000064d9 jam  0x00000001 , 0x000009b0 
+ 00024453  0x000064da branch  0x00005e38 
+ 00024454  0x000064dc jam  0x00000004 , 0x000009af 
+ 00024455  0x000064dd branch  0x000076d8 
+ 00024456  0x000064e1 jam  0x00000024 , 0x0000007e 
+ 00024457  0x000064e2 branch  0x00005d53 
+ 00024458  0x000064e5 fetch  0x00000001 , 0x000009af 
+ 00024459  0x000064e6 beq  0x0000000b , 0x00005f8e 
+ 00024460  0x000064e7 fetch  0x00000001 , 0x000009ae 
+ 00024461  0x000064e8 bne  0x00000008 , 0x00005f9d 
+ 00024462  0x000064ea arg  0x00000a5e , 0x00000005 
+ 00024463  0x000064eb arg  0x00000552 , 0x00000006 
+ 00024464  0x000064ec call  0x00007ebf 
+ 00024465  0x000064ed call  0x000062fc 
+ 00024466  0x000064ee branch  0x00005f9a , 0x00000001 
+ 00024467  0x000064ef fetch  0x00000001 , 0x00004662 
+ 00024468  0x000064f0 beq  0x00000001 , 0x00005f9f 
+ 00024469  0x000064f2 jam  0x00000000 , 0x00004661 
+ 00024470  0x000064f3 jam  0x00000009 , 0x000009ae 
+ 00024471  0x000064f4 jam  0x00000001 , 0x000009b0 
+ 00024472  0x000064f5 jam  0x00000041 , 0x0000007d 
+ 00024473  0x000064f6 branch  0x00005d07 
+ 00024474  0x000064f9 jam  0x00000009 , 0x000009af 
+ 00024475  0x000064fa jam  0x00000001 , 0x000009b1 
+ 00024476  0x000064fb branch  0x00005d07 
+ 00024477  0x000064fd jam  0x00000024 , 0x0000007e 
+ 00024478  0x000064fe branch  0x00005d53 
+ 00024479  0x00006501 fetch  0x00000001 , 0x00004661 
+ 00024480  0x00006502 bbit1  0x00000007 , 0x00005fa4 
+ 00024481  0x00006503 set1  0x00000006 , 0x0000003f 
+ 00024482  0x00006504 store  0x00000001 , 0x00004661 
+ 00024483  0x00006505 rtn 
+ 00024484  0x00006508 bbit1  0x00000000 , 0x00005f95 
+ 00024485  0x00006509 jam  0x00000000 , 0x00004661 
+ 00024486  0x0000650a branch  0x00005f9d 
+ 00024487  0x0000650e branch  0x00005d07 
+ 00024488  0x00006511 fetch  0x00000001 , 0x0000016d 
+ 00024489  0x00006512 set0  0x00000001 
+ 00024490  0x00006513 store  0x00000001 , 0x0000016d 
+ 00024491  0x00006514 call  0x00005e38 
+ 00024492  0x00006515 nrtn  0x00000029 
+ 00024493  0x00006516 fetch  0x00000001 , 0x00000552 
+ 00024494  0x00006517 fetcht  0x00000001 , 0x0000004b 
+ 00024495  0x00006518 setflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00024496  0x00006519 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00024497  0x0000651a storet  0x00000001 , 0x0000004b 
+ 00024498  0x0000651b rtn 
+ 00024499  0x0000651e fetcht  0x00000008 , 0x00000552 
+ 00024500  0x00006520 fetch  0x00000001 , 0x00000055 
+ 00024501  0x00006521 rtnne  0x00000003 
+ 00024502  0x00006523 fetch  0x00000001 , 0x0000016d 
+ 00024503  0x00006524 bbit0  0x00000004 , 0x00005fba 
+ 00024504  0x00006526 jam  0x00000014 , 0x00000055 
+ 00024505  0x00006527 rtn 
+ 00024506  0x00006529 jam  0x00000004 , 0x00000055 
+ 00024507  0x0000652a rtn 
+ 00024508  0x0000652c fetch  0x00000001 , 0x0000017f 
+ 00024509  0x0000652d store  0x00000001 , 0x0000015b 
+ 00024510  0x0000652e jam  0x00000003 , 0x0000007c 
+ 00024511  0x0000652f jam  0x00000038 , 0x0000007d 
+ 00024512  0x00006530 rtn 
+ 00024513  0x00006534 jam  0x00000003 , 0x0000007c 
+ 00024514  0x00006535 jam  0x00000039 , 0x0000007d 
+ 00024515  0x00006536 force  0x00000009 , 0x00000039 
+ 00024516  0x00006537 arg  0x00000552 , 0x00000006 
+ 00024517  0x00006538 arg  0x00000152 , 0x00000005 
+ 00024518  0x0000653a ifetch  0x00000001 , 0x00000006 
+ 00024519  0x0000653b xor_into  0x00000055 , 0x0000003f 
+ 00024520  0x0000653c istore  0x00000001 , 0x00000005 
+ 00024521  0x0000653d loop  0x00005fc6 
+ 00024522  0x0000653e fetch  0x00000001 , 0x00000152 
+ 00024523  0x0000653f fetcht  0x00000001 , 0x00000151 
+ 00024524  0x00006540 set0  0x00000007 , 0x00000002 
+ 00024525  0x00006541 set0  0x00000004 , 0x00000002 
+ 00024526  0x00006542 beq  0x000000ff , 0x00005fda 
+ 00024527  0x00006543 beq  0x00000000 , 0x00005ff3 
+ 00024528  0x00006544 beq  0x00000005 , 0x00005fe7 
+ 00024529  0x00006545 beq  0x00000007 , 0x00005fe6 
+ 00024530  0x00006546 beq  0x00000006 , 0x00005fe7 
+ 00024531  0x00006547 beq  0x00000008 , 0x00005fe6 
+ 00024532  0x00006548 beq  0x00000001 , 0x00005fdf 
+ 00024533  0x00006549 beq  0x00000002 , 0x00005fdf 
+ 00024534  0x0000654a beq  0x00000003 , 0x00005fdf 
+ 00024535  0x0000654b beq  0x00000009 , 0x00005fdf 
+ 00024536  0x0000654c beq  0x00000004 , 0x00005fdf 
+ 00024537  0x0000654d rtn 
+ 00024538  0x00006550 fetch  0x00000001 , 0x00000151 
+ 00024539  0x00006551 set1  0x00000003 , 0x0000003f 
+ 00024540  0x00006552 set1  0x00000002 , 0x0000003f 
+ 00024541  0x00006553 store  0x00000001 , 0x00000151 
+ 00024542  0x00006554 rtn 
+ 00024543  0x00006556 set1  0x00000004 , 0x00000002 
+ 00024544  0x00006557 jam  0x00000005 , 0x00000180 
+ 00024545  0x00006558 fetch  0x00000002 , 0x00000159 
+ 00024546  0x00006559 iforce  0x00000039 
+ 00024547  0x0000655a store  0x00000002 , 0x0000015f 
+ 00024548  0x0000655b arg  0x00000551 , 0x00000005 
+ 00024549  0x0000655c call  0x00007f73 
+ 00024550  0x0000655e set1  0x00000007 , 0x00000002 
+ 00024551  0x00006560 set1  0x00000002 , 0x00000002 
+ 00024552  0x00006561 force  0x00000000 , 0x0000003f 
+ 00024553  0x00006562 store  0x00000001 , 0x0000000b 
+ 00024554  0x00006563 store  0x00000002 , 0x000000fa 
+ 00024555  0x00006564 store  0x00000002 , 0x000000fc 
+ 00024556  0x00006565 store  0x00000002 , 0x000000f8 
+ 00024557  0x00006566 store  0x00000002 , 0x000000f6 
+ 00024558  0x00006567 fetch  0x00000001 , 0x00000153 
+ 00024559  0x00006568 compare  0x00000000 , 0x0000003f , 0x000000ff 
+ 00024560  0x00006569 setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00024561  0x0000656a storet  0x00000001 , 0x00000151 
+ 00024562  0x0000656b rtn 
+ 00024563  0x0000656e set0  0x00000011 , 0x00000000 
+ 00024564  0x0000656f jam  0x00000000 , 0x00000151 
+ 00024565  0x00006570 fetch  0x00000001 , 0x0000017f 
+ 00024566  0x00006571 set0  0x00000006 , 0x0000003f 
+ 00024567  0x00006572 store  0x00000001 , 0x0000017f 
+ 00024568  0x00006573 rtn 
+ 00024569  0x0000657a arg  0x00000552 , 0x00000006 
+ 00024570  0x0000657b arg  0x00000562 , 0x00000005 
+ 00024571  0x0000657c branch  0x00007ebf 
+ 00024572  0x0000657f jam  0x00000009 , 0x0000007c 
+ 00024573  0x00006580 rtn 
+ 00024574  0x00006583 nrtn  0x00000029 
+ 00024575  0x00006584 jam  0x00000011 , 0x0000007c 
+ 00024576  0x00006585 rtn 
+ 00024577  0x00006588 arg  0x000040a0 , 0x00000011 
+ 00024578  0x00006589 call  0x00007255 
+ 00024579  0x0000658a jam  0x00000003 , 0x0000007c 
+ 00024580  0x0000658b jam  0x00000008 , 0x0000007d 
+ 00024581  0x0000658c rtn 
+ 00024582  0x0000658f jam  0x0000000a , 0x00000072 
+ 00024583  0x00006590 jam  0x00000007 , 0x0000007c 
+ 00024584  0x00006591 jam  0x00000016 , 0x000004ca 
+ 00024585  0x00006592 rtn 
+ 00024586  0x00006599 bpatchx  0x00000082 , 0x00004030 
+ 00024587  0x0000659a disable  0x00000028 
+ 00024588  0x0000659b call  0x000062c1 
+ 00024589  0x0000659c fetch  0x00000001 , 0x00000048 
+ 00024590  0x0000659d rtn  0x00000034 
+ 00024591  0x000065a2 bbit1  0x00000007 , 0x0000603f 
+ 00024592  0x000065a4 beq  0x00000001 , 0x0000616f 
+ 00024593  0x000065a5 beq  0x00000002 , 0x000060e4 
+ 00024594  0x000065a6 beq  0x00000003 , 0x0000604a 
+ 00024595  0x000065a7 beq  0x00000004 , 0x00006060 
+ 00024596  0x000065a8 beq  0x00000027 , 0x000061db 
+ 00024597  0x000065a9 beq  0x00000028 , 0x00006108 
+ 00024598  0x000065aa beq  0x00000030 , 0x000060f4 
+ 00024599  0x000065ab beq  0x00000025 , 0x000061d6 
+ 00024600  0x000065ac beq  0x00000026 , 0x00006103 
+ 00024601  0x000065ad beq  0x00000031 , 0x000061c3 
+ 00024602  0x000065ae beq  0x00000037 , 0x0000616a 
+ 00024603  0x000065af beq  0x00000033 , 0x0000615c 
+ 00024604  0x000065b0 beq  0x00000008 , 0x00006259 
+ 00024605  0x000065b1 beq  0x00000009 , 0x0000624f 
+ 00024606  0x000065b2 beq  0x0000000b , 0x00006264 
+ 00024607  0x000065b3 beq  0x0000000c , 0x0000626d 
+ 00024608  0x000065b4 beq  0x0000000f , 0x00006162 
+ 00024609  0x000065b5 beq  0x00000010 , 0x00006292 
+ 00024610  0x000065b6 beq  0x00000011 , 0x00006288 
+ 00024611  0x000065b7 beq  0x00000007 , 0x00006152 
+ 00024612  0x000065b8 beq  0x0000002a , 0x0000617e 
+ 00024613  0x000065b9 beq  0x0000000a , 0x0000617f 
+ 00024614  0x000065bb beq  0x0000001f , 0x000061bc 
+ 00024615  0x000065bc beq  0x00000006 , 0x000060f9 
+ 00024616  0x000065bd beq  0x00000021 , 0x0000615f 
+ 00024617  0x000065be beq  0x0000002d , 0x000061b2 
+ 00024618  0x000065bf beq  0x0000002e , 0x000061b7 
+ 00024619  0x000065c0 beq  0x00000022 , 0x0000615f 
+ 00024620  0x000065c1 beq  0x00000034 , 0x00006180 
+ 00024621  0x000065c2 beq  0x00000013 , 0x00006195 
+ 00024622  0x000065c3 beq  0x00000017 , 0x000061a4 
+ 00024623  0x000065c4 beq  0x00000012 , 0x0000628f 
+ 00024624  0x000065c5 beq  0x0000002f , 0x000061aa 
+ 00024625  0x000065c6 beq  0x00000018 , 0x000061af 
+ 00024626  0x000065c7 beq  0x0000003d , 0x000061ff 
+ 00024627  0x000065c8 beq  0x0000003e , 0x0000620b 
+ 00024628  0x000065c9 beq  0x0000003f , 0x0000621d 
+ 00024629  0x000065ca beq  0x00000040 , 0x00006227 
+ 00024630  0x000065cb beq  0x00000041 , 0x0000623c 
+ 00024631  0x000065cc beq  0x00000023 , 0x0000624b 
+ 00024632  0x000065cd beq  0x0000003b , 0x00006246 
+ 00024633  0x000065cf beq  0x00000005 , 0x0000624c 
+ 00024634  0x000065d0 beq  0x00000029 , 0x0000624d 
+ 00024635  0x000065d1 beq  0x00000038 , 0x0000624e 
+ 00024636  0x000065d2 beq  0x00000039 , 0x00006175 
+ 00024637  0x000065d4 branch  0x00002a8c 
+ 00024638  0x000065d5 rtn 
+ 00024639  0x000065d7 beq  0x00000081 , 0x0000606d 
+ 00024640  0x000065d8 beq  0x00000084 , 0x00006099 
+ 00024641  0x000065d9 beq  0x00000082 , 0x00006076 
+ 00024642  0x000065da beq  0x00000083 , 0x0000610d 
+ 00024643  0x000065db beq  0x0000008b , 0x00006118 
+ 00024644  0x000065dc beq  0x00000097 , 0x0000614e 
+ 00024645  0x000065dd beq  0x00000099 , 0x000060d5 
+ 00024646  0x000065de beq  0x0000009a , 0x000060a4 
+ 00024647  0x000065df beq  0x00000095 , 0x000060da 
+ 00024648  0x000065e0 beq  0x00000096 , 0x000060db 
+ 00024649  0x000065e1 branch  0x00002a8c 
+ 00024650  0x000065e8 force  0x00000002 , 0x0000003f 
+ 00024651  0x000065e9 call  0x00006298 
+ 00024652  0x000065ea fetch  0x00000001 , 0x00000049 
+ 00024653  0x000065eb istore  0x00000001 , 0x00000005 
+ 00024654  0x000065ec call  0x000062a7 
+ 00024655  0x000065ed bpatchx  0x00000083 , 0x00004030 
+ 00024656  0x000065ee fetch  0x00000001 , 0x00000049 
+ 00024657  0x000065ef beq  0x00000008 , 0x00006080 
+ 00024658  0x000065f0 beq  0x0000000f , 0x00006084 
+ 00024659  0x000065f1 beq  0x00000010 , 0x0000608f 
+ 00024660  0x000065f2 beq  0x00000017 , 0x0000605f 
+ 00024661  0x000065f3 beq  0x00000033 , 0x00006092 
+ 00024662  0x000065f4 beq  0x00000041 , 0x00006098 
+ 00024663  0x000065f5 beq  0x00000011 , 0x00006059 
+ 00024664  0x000065f6 rtn 
+ 00024665  0x000065f9 fetch  0x00000001 , 0x00000055 
+ 00024666  0x000065fa rtn  0x00000034 
+ 00024667  0x000065fb jam  0x0000001b , 0x00000055 
+ 00024668  0x000065fc setarg  0x0000000c 
+ 00024669  0x000065fd arg  0x00000007 , 0x00000007 
+ 00024670  0x000065fe branch  0x00007f08 
+ 00024671  0x00006601 branch  0x000026c6 
+ 00024672  0x00006603 force  0x00000003 , 0x0000003f 
+ 00024673  0x00006604 call  0x00006298 
+ 00024674  0x00006605 fetch  0x00000001 , 0x00000049 
+ 00024675  0x00006606 beq  0x0000000b , 0x00006068 
+ 00024676  0x00006607 istore  0x00000001 , 0x00000005 
+ 00024677  0x00006608 fetch  0x00000001 , 0x0000004a 
+ 00024678  0x00006609 istore  0x00000001 , 0x00000005 
+ 00024679  0x0000660a branch  0x000062a7 
+ 00024680  0x0000660d istore  0x00000001 , 0x00000005 
+ 00024681  0x0000660e fetch  0x00000001 , 0x0000004a 
+ 00024682  0x0000660f istore  0x00000001 , 0x00000005 
+ 00024683  0x00006610 arg  0x000004d5 , 0x00000002 
+ 00024684  0x00006611 branch  0x000062e2 
+ 00024685  0x00006614 force  0x00000004 , 0x00000007 
+ 00024686  0x00006615 call  0x000062a0 
+ 00024687  0x00006616 setarg  0x0000007f 
+ 00024688  0x00006617 istore  0x00000001 , 0x00000005 
+ 00024689  0x00006618 fetch  0x00000001 , 0x00000049 
+ 00024690  0x00006619 set0  0x00000007 , 0x0000003f 
+ 00024691  0x0000661a istore  0x00000001 , 0x00000005 
+ 00024692  0x0000661b fetch  0x00000001 , 0x00000049 
+ 00024693  0x0000661c branch  0x000062a7 
+ 00024694  0x0000661f force  0x00000005 , 0x00000007 
+ 00024695  0x00006620 call  0x000062a0 
+ 00024696  0x00006621 setarg  0x0000007f 
+ 00024697  0x00006622 istore  0x00000001 , 0x00000005 
+ 00024698  0x00006623 fetch  0x00000001 , 0x00000049 
+ 00024699  0x00006624 set0  0x00000007 , 0x0000003f 
+ 00024700  0x00006625 istore  0x00000001 , 0x00000005 
+ 00024701  0x00006626 fetch  0x00000001 , 0x0000004a 
+ 00024702  0x00006627 istore  0x00000001 , 0x00000005 
+ 00024703  0x00006628 branch  0x000062a7 
+ 00024704  0x0000662c call  0x0000244f 
+ 00024705  0x0000662d call  0x000062f3 
+ 00024706  0x0000662e rtn  0x00000001 
+ 00024707  0x0000662f branch  0x00005ffc 
+ 00024708  0x00006632 fetch  0x00000001 , 0x0000004b 
+ 00024709  0x00006633 bbit1  0x00000005 , 0x0000608b 
+ 00024710  0x00006634 rtnbit0  0x00000004 
+ 00024711  0x00006635 jam  0x00000012 , 0x0000007c 
+ 00024712  0x00006636 set0  0x00000004 , 0x0000003f 
+ 00024713  0x00006637 call  0x000062eb 
+ 00024714  0x00006638 branch  0x0000608d 
+ 00024715  0x0000663a jam  0x00000010 , 0x0000007c 
+ 00024716  0x0000663b set0  0x00000005 , 0x0000003f 
+ 00024717  0x0000663d store  0x00000001 , 0x0000004b 
+ 00024718  0x0000663e rtn 
+ 00024719  0x00006641 call  0x000062fc 
+ 00024720  0x00006642 branch  0x00005ffe , 0x00000001 
+ 00024721  0x00006643 rtn 
+ 00024722  0x00006646 jam  0x0000008b , 0x0000007c 
+ 00024723  0x00006648 fetch  0x00000001 , 0x000004d1 
+ 00024724  0x00006649 set1  0x00000000 , 0x0000003f 
+ 00024725  0x0000664a store  0x00000001 , 0x000004d1 
+ 00024726  0x0000664b jam  0x00000001 , 0x00000a99 
+ 00024727  0x0000664c branch  0x00007d86 
+ 00024728  0x00006650 rtn 
+ 00024729  0x00006655 force  0x0000000c , 0x00000007 
+ 00024730  0x00006656 call  0x000062a0 
+ 00024731  0x00006657 setarg  0x00000001 
+ 00024732  0x00006658 istore  0x00000001 , 0x00000005 
+ 00024733  0x00006659 fetch  0x00000002 , 0x000004ce 
+ 00024734  0x0000665a istore  0x00000002 , 0x00000005 
+ 00024735  0x0000665b setarg  0x00000000 
+ 00024736  0x0000665c istore  0x00000003 , 0x00000005 
+ 00024737  0x0000665d setarg  0x00000000 
+ 00024738  0x0000665e istore  0x00000004 , 0x00000005 
+ 00024739  0x0000665f branch  0x000062b0 
+ 00024740  0x00006661 force  0x00000005 , 0x00000007 
+ 00024741  0x00006662 call  0x000062a0 
+ 00024742  0x00006663 fetch  0x00000003 , 0x0000465b 
+ 00024743  0x00006664 istore  0x00000003 , 0x00000005 
+ 00024744  0x00006665 call  0x000062b0 
+ 00024745  0x00006666 jam  0x00000001 , 0x00004665 
+ 00024746  0x00006667 fetch  0x00000001 , 0x0000465b 
+ 00024747  0x00006668 beq  0x00000001 , 0x000060b5 
+ 00024748  0x00006669 beq  0x00000002 , 0x000060af 
+ 00024749  0x0000666a beq  0x00000003 , 0x000060bb 
+ 00024750  0x0000666b rtn 
+ 00024751  0x0000666e fetch  0x00000001 , 0x0000465e 
+ 00024752  0x0000666f beq  0x00000000 , 0x000060c7 
+ 00024753  0x00006670 beq  0x00000001 , 0x000060c7 
+ 00024754  0x00006671 beq  0x00000002 , 0x000060c7 
+ 00024755  0x00006672 beq  0x00000003 , 0x000060c1 
+ 00024756  0x00006673 rtn 
+ 00024757  0x00006677 fetch  0x00000001 , 0x0000465e 
+ 00024758  0x00006678 beq  0x00000000 , 0x000060c1 
+ 00024759  0x00006679 beq  0x00000001 , 0x000060c5 
+ 00024760  0x0000667a beq  0x00000002 , 0x000060c7 
+ 00024761  0x0000667b beq  0x00000003 , 0x000060c1 
+ 00024762  0x0000667c rtn 
+ 00024763  0x00006680 fetch  0x00000001 , 0x0000465e 
+ 00024764  0x00006681 beq  0x00000000 , 0x000060c1 
+ 00024765  0x00006682 beq  0x00000001 , 0x000060c1 
+ 00024766  0x00006683 beq  0x00000002 , 0x000060c1 
+ 00024767  0x00006684 beq  0x00000003 , 0x000060c1 
+ 00024768  0x00006685 rtn 
+ 00024769  0x0000668f jam  0x00000003 , 0x00004662 
+ 00024770  0x00006690 fetch  0x00000001 , 0x0000455c 
+ 00024771  0x00006691 bbit1  0x00000000 , 0x000033e9 
+ 00024772  0x00006692 rtn 
+ 00024773  0x00006696 jam  0x00000001 , 0x00004662 
+ 00024774  0x00006697 rtn 
+ 00024775  0x0000669e jam  0x00000002 , 0x00004662 
+ 00024776  0x0000669f rtn 
+ 00024777  0x000066a3 arg  0x00000000 , 0x00000007 
+ 00024778  0x000066a4 branch  0x000060cd 
+ 00024779  0x000066a7 arg  0x00000000 , 0x00000007 
+ 00024780  0x000066a8 branch  0x000060d1 
+ 00024781  0x000066ab fetch  0x00000001 , 0x0000455c 
+ 00024782  0x000066ac qset1  0x0000003f 
+ 00024783  0x000066ad store  0x00000001 , 0x0000455c 
+ 00024784  0x000066ae rtn 
+ 00024785  0x000066b1 fetch  0x00000001 , 0x0000455c 
+ 00024786  0x000066b2 qset0  0x0000003f 
+ 00024787  0x000066b3 store  0x00000001 , 0x0000455c 
+ 00024788  0x000066b4 rtn 
+ 00024789  0x000066b8 force  0x00000005 , 0x00000007 
+ 00024790  0x000066b9 call  0x000062a0 
+ 00024791  0x000066ba fetch  0x00000003 , 0x0000465b 
+ 00024792  0x000066bb istore  0x00000003 , 0x00000005 
+ 00024793  0x000066bc branch  0x000062b2 
+ 00024794  0x000066c1 rtn 
+ 00024795  0x000066c3 force  0x00000009 , 0x00000007 
+ 00024796  0x000066c4 call  0x000062a0 
+ 00024797  0x000066c5 fetch  0x00000001 , 0x00000095 
+ 00024798  0x000066c6 istore  0x00000001 , 0x00000005 
+ 00024799  0x000066c7 fetch  0x00000002 , 0x00000096 
+ 00024800  0x000066c8 istore  0x00000002 , 0x00000005 
+ 00024801  0x000066c9 fetch  0x00000004 , 0x00000091 
+ 00024802  0x000066ca istore  0x00000004 , 0x00000005 
+ 00024803  0x000066cb branch  0x000062b0 
+ 00024804  0x000066ce force  0x00000011 , 0x0000003f 
+ 00024805  0x000066cf call  0x00006298 
+ 00024806  0x000066d0 fetch  0x00000001 , 0x00000049 
+ 00024807  0x000066d1 copy  0x0000003f , 0x00000002 
+ 00024808  0x000066d2 beq  0x00000000 , 0x000060ec 
+ 00024809  0x000066d3 beq  0x0000000e , 0x000060ec 
+ 00024810  0x000066d4 beq  0x0000001c , 0x000060ec 
+ 00024811  0x000066d5 rtn 
+ 00024812  0x000066d7 istore  0x00000001 , 0x00000005 
+ 00024813  0x000066d8 fetch  0x00000001 , 0x00004515 
+ 00024814  0x000066d9 istore  0x00000001 , 0x00000005 
+ 00024815  0x000066da arg  0x0000000e , 0x00000039 
+ 00024816  0x000066db setarg  0x00004516 
+ 00024817  0x000066dc iadd  0x00000002 , 0x00000006 
+ 00024818  0x000066dd call  0x00007f01 
+ 00024819  0x000066de branch  0x000062b0 
+ 00024820  0x000066e2 force  0x00000003 , 0x0000003f 
+ 00024821  0x000066e3 call  0x00006298 
+ 00024822  0x000066e4 setarg  0x00000114 
+ 00024823  0x000066e5 istore  0x00000002 , 0x00000005 
+ 00024824  0x000066e6 branch  0x000062b0 
+ 00024825  0x000066ea force  0x00000003 , 0x0000003f 
+ 00024826  0x000066eb call  0x00006298 
+ 00024827  0x000066ec fetch  0x00000004 , 0x00000165 
+ 00024828  0x000066ed isub  0x00000022 , 0x0000003f 
+ 00024829  0x000066ee branch  0x000060ff , 0x00000029 
+ 00024830  0x000066ef sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024831  0x000066f2 rshift2  0x0000003f , 0x0000003f 
+ 00024832  0x000066f3 set0  0x0000000f , 0x0000003f 
+ 00024833  0x000066f4 istore  0x00000002 , 0x00000005 
+ 00024834  0x000066f5 branch  0x000062b0 
+ 00024835  0x000066f8 force  0x00000006 , 0x0000003f 
+ 00024836  0x000066f9 call  0x00006298 
+ 00024837  0x000066fa fetch  0x00000005 , 0x00004510 
+ 00024838  0x000066fb istore  0x00000005 , 0x00000005 
+ 00024839  0x000066fc branch  0x000062b0 
+ 00024840  0x000066ff force  0x00000009 , 0x0000003f 
+ 00024841  0x00006700 call  0x00006298 
+ 00024842  0x00006701 fetch  0x00000008 , 0x00004098 
+ 00024843  0x00006702 istore  0x00000008 , 0x00000005 
+ 00024844  0x00006703 branch  0x000062b0 
+ 00024845  0x0000670b force  0x0000000c , 0x00000007 
+ 00024846  0x0000670c call  0x000062a0 
+ 00024847  0x0000670d setarg  0x00000001 
+ 00024848  0x0000670e istore  0x00000001 , 0x00000005 
+ 00024849  0x0000670f fetch  0x00000002 , 0x000004ce 
+ 00024850  0x00006710 istore  0x00000002 , 0x00000005 
+ 00024851  0x00006711 setarg  0x00000000 
+ 00024852  0x00006712 istore  0x00000003 , 0x00000005 
+ 00024853  0x00006713 setarg  0x00000000 
+ 00024854  0x00006714 istore  0x00000004 , 0x00000005 
+ 00024855  0x00006715 branch  0x000062b2 
+ 00024856  0x00006718 force  0x00000003 , 0x00000007 
+ 00024857  0x00006719 call  0x000062a0 
+ 00024858  0x0000671a fetch  0x00000001 , 0x0000415a 
+ 00024859  0x0000671b istore  0x00000001 , 0x00000005 
+ 00024860  0x0000671c disable  0x00000028 
+ 00024861  0x0000671d call  0x000062b2 
+ 00024862  0x0000671e nrtn  0x00000028 
+ 00024863  0x0000671f nrtn  0x00000029 
+ 00024864  0x00006720 fetch  0x00000001 , 0x000040d8 
+ 00024865  0x00006721 rtnbit0  0x00000000 
+ 00024866  0x00006722 call  0x00006132 
+ 00024867  0x00006723 branch  0x0000613c 
+ 00024868  0x00006727 bpatchx  0x00000084 , 0x00004030 
+ 00024869  0x00006728 fetch  0x00000001 , 0x0000409e 
+ 00024870  0x00006729 set1  0x00000003 , 0x0000003f 
+ 00024871  0x0000672a store  0x00000001 , 0x0000409e 
+ 00024872  0x0000672b setarg  0x00000101 
+ 00024873  0x0000672c store  0x00000002 , 0x000004ce 
+ 00024874  0x0000672d rtn 
+ 00024875  0x00006730 bpatchx  0x00000085 , 0x00004030 
+ 00024876  0x00006731 fetch  0x00000001 , 0x0000409e 
+ 00024877  0x00006732 set0  0x00000003 , 0x0000003f 
+ 00024878  0x00006733 store  0x00000001 , 0x0000409e 
+ 00024879  0x00006734 setarg  0x00000000 
+ 00024880  0x00006735 store  0x00000002 , 0x000004ce 
+ 00024881  0x00006736 rtn 
+ 00024882  0x00006739 jam  0x00000003 , 0x000040d8 
+ 00024883  0x0000673a setarg  0x00000000 
+ 00024884  0x0000673b store  0x00000004 , 0x00004142 
+ 00024885  0x0000673c arg  0x000040da , 0x00000005 
+ 00024886  0x0000673d call  0x00006140 
+ 00024887  0x0000673e arg  0x000040e7 , 0x00000005 
+ 00024888  0x0000673f call  0x00006140 
+ 00024889  0x00006740 arg  0x00004146 , 0x00000005 
+ 00024890  0x00006741 call  0x00006140 
+ 00024891  0x00006742 branch  0x00006147 
+ 00024892  0x00006744 arg  0x000040e7 , 0x00000005 
+ 00024893  0x00006745 call  0x00006140 
+ 00024894  0x00006746 call  0x00006147 
+ 00024895  0x00006747 branch  0x0000614a 
+ 00024896  0x0000674b setarg  0x00ffffff 
+ 00024897  0x0000674c istore  0x00000003 , 0x00000005 
+ 00024898  0x0000674d istore  0x00000003 , 0x00000005 
+ 00024899  0x0000674e istore  0x00000003 , 0x00000005 
+ 00024900  0x0000674f setarg  0x0000007f 
+ 00024901  0x00006750 istore  0x00000001 , 0x00000005 
+ 00024902  0x00006751 rtn 
+ 00024903  0x00006753 setarg  0x00000000 
+ 00024904  0x00006754 store  0x00000002 , 0x000040d6 
+ 00024905  0x00006755 rtn 
+ 00024906  0x00006757 fetch  0x00000001 , 0x000040d8 
+ 00024907  0x00006758 set1  0x00000002 , 0x0000003f 
+ 00024908  0x00006759 store  0x00000001 , 0x000040d8 
+ 00024909  0x0000675a rtn 
+ 00024910  0x0000675e force  0x00000002 , 0x00000007 
+ 00024911  0x0000675f call  0x000062a0 
+ 00024912  0x00006760 nbranch  0x000062b0 , 0x00000029 
+ 00024913  0x00006762 branch  0x000062b2 
+ 00024914  0x00006767 force  0x00000002 , 0x0000003f 
+ 00024915  0x00006768 call  0x00006298 
+ 00024916  0x00006769 fetch  0x00000001 , 0x000004ca 
+ 00024917  0x0000676a istore  0x00000001 , 0x00000005 
+ 00024918  0x0000676b call  0x000062b2 
+ 00024919  0x0000676d fetch  0x00000001 , 0x0000004b 
+ 00024920  0x0000676e set1  0x00000003 , 0x0000003f 
+ 00024921  0x0000676f store  0x00000001 , 0x0000004b 
+ 00024922  0x00006770 jam  0x00000032 , 0x00000072 
+ 00024923  0x00006771 rtn 
+ 00024924  0x00006775 force  0x00000001 , 0x0000003f 
+ 00024925  0x00006776 call  0x00006298 
+ 00024926  0x00006777 branch  0x000062b2 
+ 00024927  0x00006779 force  0x00000001 , 0x0000003f 
+ 00024928  0x0000677a call  0x00006298 
+ 00024929  0x0000677b branch  0x000062b0 
+ 00024930  0x0000677f force  0x00000002 , 0x0000003f 
+ 00024931  0x00006780 call  0x00006298 
+ 00024932  0x00006781 fetch  0x00000001 , 0x0000004c 
+ 00024933  0x00006782 isolate0  0x00000002 , 0x0000003f 
+ 00024934  0x00006783 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024935  0x00006784 and_into  0x00000001 , 0x0000003f 
+ 00024936  0x00006785 istore  0x00000001 , 0x00000005 
+ 00024937  0x00006786 branch  0x000062b2 
+ 00024938  0x0000678a force  0x00000003 , 0x0000003f 
+ 00024939  0x0000678b call  0x00006298 
+ 00024940  0x0000678c fetch  0x00000002 , 0x00000051 
+ 00024941  0x0000678d istore  0x00000002 , 0x00000005 
+ 00024942  0x0000678e branch  0x000062b2 
+ 00024943  0x00006791 jam  0x000000fa , 0x00000072 
+ 00024944  0x00006792 force  0x00000002 , 0x0000003f 
+ 00024945  0x00006793 call  0x00006298 
+ 00024946  0x00006794 fetch  0x00000001 , 0x00000053 
+ 00024947  0x00006795 istore  0x00000001 , 0x00000005 
+ 00024948  0x00006796 branch  0x000062b2 
+ 00024949  0x00006799 force  0x0000000a , 0x0000003f 
+ 00024950  0x0000679a call  0x00006298 
+ 00024951  0x0000679b arg  0x00000152 , 0x00000006 
+ 00024952  0x0000679c force  0x00000009 , 0x00000039 
+ 00024953  0x0000679e ifetch  0x00000001 , 0x00000006 
+ 00024954  0x0000679f xor_into  0x00000055 , 0x0000003f 
+ 00024955  0x000067a0 istore  0x00000001 , 0x00000005 
+ 00024956  0x000067a1 loop  0x00006179 
+ 00024957  0x000067a2 branch  0x000062b2 
+ 00024958  0x000067a5 branch  0x000062b2 
+ 00024959  0x000067a7 branch  0x000062b2 
+ 00024960  0x000067aa rtn  0x00000029 
+ 00024961  0x000067ab call  0x0000282d 
+ 00024962  0x000067ac force  0x00000009 , 0x0000003f 
+ 00024963  0x000067ad call  0x00006298 
+ 00024964  0x000067ae fetch  0x00000002 , 0x00000171 
+ 00024965  0x000067af istore  0x00000002 , 0x00000005 
+ 00024966  0x000067b0 fetch  0x00000003 , 0x000040a0 
+ 00024967  0x000067b1 istore  0x00000003 , 0x00000005 
+ 00024968  0x000067b2 fetch  0x00000001 , 0x000040a3 
+ 00024969  0x000067b3 istore  0x00000001 , 0x00000005 
+ 00024970  0x000067b4 fetch  0x00000002 , 0x000040a4 
+ 00024971  0x000067b5 istore  0x00000002 , 0x00000005 
+ 00024972  0x000067b6 bmark0  0x00000003 , 0x00006191 
+ 00024973  0x000067b7 set0  0x00000003 , 0x00000000 
+ 00024974  0x000067b8 call  0x000062b2 
+ 00024975  0x000067b9 jam  0x00000013 , 0x0000007c 
+ 00024976  0x000067ba rtn 
+ 00024977  0x000067bc call  0x000062b0 
+ 00024978  0x000067bd jam  0x00000003 , 0x0000007c 
+ 00024979  0x000067be jam  0x00000013 , 0x0000007d 
+ 00024980  0x000067bf rtn 
+ 00024981  0x000067c2 arg  0x00000200 , 0x00000002 
+ 00024982  0x000067c3 branch  0x00006199 , 0x00000029 
+ 00024983  0x000067c4 deposit  0x00000028 
+ 00024984  0x000067c5 branch  0x0000619a 
+ 00024985  0x000067c7 deposit  0x00000022 
+ 00024986  0x000067c9 deposit  0x00000021 
+ 00024987  0x000067ca iadd  0x00000002 , 0x0000003f 
+ 00024988  0x000067cb and_into  0x000001fc , 0x0000003f 
+ 00024989  0x000067cc store  0x00000004 , 0x00000034 
+ 00024990  0x000067cd force  0x00000005 , 0x0000003f 
+ 00024991  0x000067ce call  0x00006298 
+ 00024992  0x000067cf fetch  0x00000004 , 0x00000034 
+ 00024993  0x000067d0 rshift  0x0000003f , 0x0000003f 
+ 00024994  0x000067d1 istore  0x00000004 , 0x00000005 
+ 00024995  0x000067d2 branch  0x000062b2 
+ 00024996  0x000067d5 force  0x0000000a , 0x0000003f 
+ 00024997  0x000067d6 call  0x00006298 
+ 00024998  0x000067d7 arg  0x000004d9 , 0x00000006 
+ 00024999  0x000067d8 ifetch  0x00000009 , 0x00000006 
+ 00025000  0x000067d9 istore  0x00000009 , 0x00000005 
+ 00025001  0x000067da branch  0x000062b2 
+ 00025002  0x000067df force  0x00000003 , 0x0000003f 
+ 00025003  0x000067e0 call  0x00006298 
+ 00025004  0x000067e1 setarg  0x00000114 
+ 00025005  0x000067e2 istore  0x00000002 , 0x00000005 
+ 00025006  0x000067e3 branch  0x000062b2 
+ 00025007  0x000067e7 force  0x00000001 , 0x0000003f 
+ 00025008  0x000067e8 call  0x00006298 
+ 00025009  0x000067f1 branch  0x000062b2 
+ 00025010  0x000067f5 force  0x00000002 , 0x0000003f 
+ 00025011  0x000067f6 call  0x00006298 
+ 00025012  0x000067f7 fetch  0x00000001 , 0x000040d0 
+ 00025013  0x000067f8 istore  0x00000001 , 0x00000005 
+ 00025014  0x000067f9 branch  0x000062b2 
+ 00025015  0x000067fd force  0x00000002 , 0x0000003f 
+ 00025016  0x000067fe call  0x00006298 
+ 00025017  0x000067ff setarg  0x00000005 
+ 00025018  0x00006800 istore  0x00000001 , 0x00000005 
+ 00025019  0x00006801 branch  0x000062b2 
+ 00025020  0x00006805 force  0x00000002 , 0x0000003f 
+ 00025021  0x00006806 call  0x00006298 
+ 00025022  0x00006807 setarg  0x00000000 
+ 00025023  0x00006808 istore  0x00000001 , 0x00000005 
+ 00025024  0x00006809 branch  0x000062b2 
+ 00025025  0x0000680d jam  0x0000002e , 0x0000007c 
+ 00025026  0x0000680e rtn 
+ 00025027  0x00006810 fetch  0x00000001 , 0x00004092 
+ 00025028  0x00006811 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00025029  0x00006812 call  0x000061c1 , 0x00000005 
+ 00025030  0x00006813 fetch  0x00000001 , 0x00000030 
+ 00025031  0x00006814 set1  0x00000004 , 0x0000003f 
+ 00025032  0x00006815 store  0x00000001 , 0x00000030 
+ 00025033  0x00006816 copy  0x00000022 , 0x0000003f 
+ 00025034  0x00006817 store  0x00000004 , 0x000004e9 
+ 00025035  0x00006818 fetch  0x00000001 , 0x000004d1 
+ 00025036  0x00006819 bbit1  0x00000003 , 0x000061d4 
+ 00025037  0x0000681a set1  0x00000003 , 0x0000003f 
+ 00025038  0x0000681b store  0x00000001 , 0x000004d1 
+ 00025039  0x0000681c jam  0x00000005 , 0x00000a99 
+ 00025040  0x0000681d call  0x00007d86 
+ 00025041  0x0000681e force  0x00000001 , 0x0000003f 
+ 00025042  0x0000681f call  0x00006298 
+ 00025043  0x00006820 branch  0x000062b2 
+ 00025044  0x00006822 jam  0x00000000 , 0x00000048 
+ 00025045  0x00006823 rtn 
+ 00025046  0x00006826 force  0x00000006 , 0x0000003f 
+ 00025047  0x00006827 call  0x00006298 
+ 00025048  0x00006828 fetch  0x00000005 , 0x00004510 
+ 00025049  0x00006829 istore  0x00000005 , 0x00000005 
+ 00025050  0x0000682a branch  0x000062b2 
+ 00025051  0x0000682d force  0x00000009 , 0x0000003f 
+ 00025052  0x0000682e call  0x00006298 
+ 00025053  0x0000682f fetch  0x00000008 , 0x00004098 
+ 00025054  0x00006830 istore  0x00000008 , 0x00000005 
+ 00025055  0x00006831 branch  0x000062b2 
+ 00025056  0x00006834 jam  0x00000001 , 0x000009b1 
+ 00025057  0x00006835 fetch  0x00000001 , 0x000045b1 
+ 00025058  0x00006836 rtnne  0x00000001 
+ 00025059  0x00006837 jam  0x00000013 , 0x000009af 
+ 00025060  0x00006838 rtn 
+ 00025061  0x0000683b call  0x000062ef 
+ 00025062  0x0000683c jam  0x00000099 , 0x0000007c 
+ 00025063  0x0000683d jam  0x00000003 , 0x000009af 
+ 00025064  0x0000683e rtn 
+ 00025065  0x00006842 call  0x000062ef 
+ 00025066  0x00006843 jam  0x0000003d , 0x0000007c 
+ 00025067  0x00006844 jam  0x00000007 , 0x000009af 
+ 00025068  0x00006845 rtn 
+ 00025069  0x00006848 arg  0x00000a4e , 0x00000011 
+ 00025070  0x00006849 arg  0x00000a6e , 0x00000012 
+ 00025071  0x0000684a arg  0x00000010 , 0x00000039 
+ 00025072  0x0000684b call  0x00007f88 
+ 00025073  0x0000684c branch  0x000061f7 , 0x00000005 
+ 00025074  0x0000684d jam  0x00000000 , 0x000009af 
+ 00025075  0x0000684e call  0x000076da 
+ 00025076  0x0000684f jam  0x00000024 , 0x0000007e 
+ 00025077  0x00006850 jam  0x00000040 , 0x0000007d 
+ 00025078  0x00006851 branch  0x00005d53 
+ 00025079  0x00006853 jam  0x0000000a , 0x000009af 
+ 00025080  0x00006854 call  0x000076d8 
+ 00025081  0x00006855 jam  0x00000040 , 0x0000007d 
+ 00025082  0x00006856 branch  0x00005e38 
+ 00025083  0x0000685b jam  0x00000040 , 0x0000007c 
+ 00025084  0x0000685c rtn 
+ 00025085  0x00006863 jam  0x0000003d , 0x0000007c 
+ 00025086  0x00006865 rtn 
+ 00025087  0x0000686c jam  0x00000000 , 0x000009b6 
+ 00025088  0x0000686d force  0x00000004 , 0x0000003f 
+ 00025089  0x0000686e call  0x00006298 
+ 00025090  0x0000686f force  0x00000001 , 0x0000003f 
+ 00025091  0x00006870 istore  0x00000001 , 0x00000005 
+ 00025092  0x00006871 force  0x00000001 , 0x0000003f 
+ 00025093  0x00006872 istore  0x00000001 , 0x00000005 
+ 00025094  0x00006873 force  0x00000030 , 0x0000003f 
+ 00025095  0x00006874 istore  0x00000001 , 0x00000005 
+ 00025096  0x00006875 call  0x000062fc 
+ 00025097  0x00006876 branch  0x000062b2 , 0x00000001 
+ 00025098  0x00006877 branch  0x000062b0 
+ 00025099  0x0000687b force  0x00000011 , 0x0000003f 
+ 00025100  0x0000687c call  0x00006298 
+ 00025101  0x0000687d fetch  0x00000001 , 0x000009b6 
+ 00025102  0x0000687e arg  0x0000462a , 0x00000006 
+ 00025103  0x0000687f iadd  0x00000006 , 0x00000006 
+ 00025104  0x00006880 ifetch  0x00000008 , 0x00000006 
+ 00025105  0x00006881 istore  0x00000008 , 0x00000005 
+ 00025106  0x00006882 ifetch  0x00000008 , 0x00000006 
+ 00025107  0x00006883 istore  0x00000008 , 0x00000005 
+ 00025108  0x00006884 fetch  0x00000001 , 0x000009b6 
+ 00025109  0x00006885 increase  0x00000010 , 0x0000003f 
+ 00025110  0x00006886 store  0x00000001 , 0x000009b6 
+ 00025111  0x00006887 call  0x000062fc 
+ 00025112  0x00006888 branch  0x000062b2 , 0x00000001 
+ 00025113  0x00006889 branch  0x000062b0 
+ 00025114  0x0000688d jam  0x00000006 , 0x000009ae 
+ 00025115  0x0000688e jam  0x0000003f , 0x0000007c 
+ 00025116  0x0000688f rtn 
+ 00025117  0x00006893 force  0x00000011 , 0x0000003f 
+ 00025118  0x00006894 call  0x00006298 
+ 00025119  0x00006895 arg  0x00000a4e , 0x00000006 
+ 00025120  0x00006896 ifetch  0x00000008 , 0x00000006 
+ 00025121  0x00006897 istore  0x00000008 , 0x00000005 
+ 00025122  0x00006898 ifetch  0x00000008 , 0x00000006 
+ 00025123  0x00006899 istore  0x00000008 , 0x00000005 
+ 00025124  0x0000689a branch  0x000062b0 
+ 00025125  0x0000689d jam  0x00000040 , 0x0000007c 
+ 00025126  0x0000689e rtn 
+ 00025127  0x000068a2 call  0x000062fc 
+ 00025128  0x000068a3 call  0x00007612 , 0x00000001 
+ 00025129  0x000068a4 force  0x00000011 , 0x0000003f 
+ 00025130  0x000068a5 call  0x00006298 
+ 00025131  0x000068a6 arg  0x00000a1e , 0x00000006 
+ 00025132  0x000068a7 ifetch  0x00000008 , 0x00000006 
+ 00025133  0x000068a8 istore  0x00000008 , 0x00000005 
+ 00025134  0x000068a9 ifetch  0x00000008 , 0x00000006 
+ 00025135  0x000068aa istore  0x00000008 , 0x00000005 
+ 00025136  0x000068ab call  0x000062fc 
+ 00025137  0x000068ac nbranch  0x000062b0 , 0x00000001 
+ 00025138  0x000068ad branch  0x000062b2 , 0x00000001 
+ 00025139  0x000068b1 jam  0x0000000f , 0x000009af 
+ 00025140  0x000068b3 call  0x000062ef 
+ 00025141  0x000068b4 jam  0x0000000b , 0x0000007c 
+ 00025142  0x000068b5 call  0x00006307 
+ 00025143  0x000068b6 branch  0x0000764e , 0x00000001 
+ 00025144  0x000068b7 branch  0x00007658 
+ 00025145  0x000068b9 call  0x000062eb 
+ 00025146  0x000068bb jam  0x00000041 , 0x0000007c 
+ 00025147  0x000068bc rtn 
+ 00025148  0x000068bf force  0x00000011 , 0x0000003f 
+ 00025149  0x000068c0 call  0x00006298 
+ 00025150  0x000068c1 arg  0x00000a4e , 0x00000006 
+ 00025151  0x000068c2 ifetch  0x00000008 , 0x00000006 
+ 00025152  0x000068c3 istore  0x00000008 , 0x00000005 
+ 00025153  0x000068c4 ifetch  0x00000008 , 0x00000006 
+ 00025154  0x000068c5 istore  0x00000008 , 0x00000005 
+ 00025155  0x000068c6 call  0x000062fc 
+ 00025156  0x000068c7 nbranch  0x000062b0 , 0x00000001 
+ 00025157  0x000068c8 branch  0x000062b2 , 0x00000001 
+ 00025158  0x000068cb force  0x00000003 , 0x0000003f 
+ 00025159  0x000068cc call  0x00006298 
+ 00025160  0x000068cd setarg  0x0000fffe 
+ 00025161  0x000068ce istore  0x00000002 , 0x00000005 
+ 00025162  0x000068cf branch  0x000062b0 
+ 00025163  0x000068d2 branch  0x000062b2 
+ 00025164  0x000068d4 branch  0x000062b2 
+ 00025165  0x000068d6 branch  0x000062b2 
+ 00025166  0x000068d8 branch  0x000062b2 
+ 00025167  0x000068de call  0x0000630b 
+ 00025168  0x000068df arg  0x000040a0 , 0x00000011 
+ 00025169  0x000068e0 call  0x00006311 
+ 00025170  0x000068e1 force  0x00000011 , 0x0000003f 
+ 00025171  0x000068e2 call  0x00006298 
+ 00025172  0x000068e3 arg  0x00000582 , 0x00000011 
+ 00025173  0x000068e4 arg  0x00000562 , 0x00000012 
+ 00025174  0x000068e5 call  0x00007352 
+ 00025175  0x000068e6 nbranch  0x000062a7 , 0x00000029 
+ 00025176  0x000068e7 branch  0x000062ad 
+ 00025177  0x000068ea call  0x0000630b 
+ 00025178  0x000068eb arg  0x00000040 , 0x00000011 
+ 00025179  0x000068ec call  0x00007255 
+ 00025180  0x000068ee force  0x00000011 , 0x0000003f 
+ 00025181  0x000068ef call  0x00006298 
+ 00025182  0x000068f0 arg  0x00000562 , 0x00000006 
+ 00025183  0x000068f1 call  0x00007ebf 
+ 00025184  0x000068f2 fetch  0x00000001 , 0x00000055 
+ 00025185  0x000068f3 beq  0x00000019 , 0x000062b2 
+ 00025186  0x000068f4 beq  0x00000018 , 0x000062b2 
+ 00025187  0x000068f5 branch  0x000062ad 
+ 00025188  0x000068f8 fetch  0x00000001 , 0x000009b5 
+ 00025189  0x000068f9 branch  0x0000626a , 0x00000034 
+ 00025190  0x000068fa call  0x000062fc 
+ 00025191  0x000068fb call  0x000062ef , 0x00000001 
+ 00025192  0x000068fc ncall  0x000062eb , 0x00000001 
+ 00025193  0x000068fd branch  0x0000626b 
+ 00025194  0x000068ff call  0x000062ef 
+ 00025195  0x00006901 call  0x0000630b 
+ 00025196  0x00006902 branch  0x0000625c 
+ 00025197  0x00006905 arg  0x000040a0 , 0x00000011 
+ 00025198  0x00006906 call  0x00007288 
+ 00025199  0x00006907 force  0x00000005 , 0x0000003f 
+ 00025200  0x00006908 call  0x00006298 
+ 00025201  0x00006909 fetch  0x00000004 , 0x00000592 
+ 00025202  0x0000690a istore  0x00000004 , 0x00000005 
+ 00025203  0x0000690b arg  0x000004d5 , 0x00000002 
+ 00025204  0x0000690c call  0x000062e2 
+ 00025205  0x0000690d call  0x00007386 
+ 00025206  0x0000690e call  0x000062fc 
+ 00025207  0x0000690f branch  0x0000627c , 0x00000001 
+ 00025208  0x00006910 jam  0x00000001 , 0x000004d8 
+ 00025209  0x00006911 fetch  0x00000001 , 0x000009b5 
+ 00025210  0x00006912 rtn  0x00000034 
+ 00025211  0x00006913 jam  0x0000000b , 0x0000007c 
+ 00025212  0x00006915 fetch  0x00000001 , 0x000041bd 
+ 00025213  0x00006916 rtn  0x00000034 
+ 00025214  0x00006918 call  0x000062fc 
+ 00025215  0x00006919 nbranch  0x00006284 , 0x00000001 
+ 00025216  0x0000691a fetch  0x00000001 , 0x000004d7 
+ 00025217  0x0000691b rtn  0x00000034 
+ 00025218  0x0000691c jam  0x0000000f , 0x0000007c 
+ 00025219  0x0000691d rtn 
+ 00025220  0x0000691f rtnmark0  0x00000021 
+ 00025221  0x00006920 set0  0x00000021 , 0x00000000 
+ 00025222  0x00006921 jam  0x0000000f , 0x0000007c 
+ 00025223  0x00006922 rtn 
+ 00025224  0x00006927 call  0x0000630b 
+ 00025225  0x00006928 call  0x0000728b 
+ 00025226  0x00006929 force  0x00000011 , 0x0000003f 
+ 00025227  0x0000692a call  0x00006298 
+ 00025228  0x0000692b arg  0x00000562 , 0x00000006 
+ 00025229  0x0000692c call  0x00007ebf 
+ 00025230  0x0000692d branch  0x000062ad 
+ 00025231  0x00006930 force  0x00000001 , 0x0000003f 
+ 00025232  0x00006931 call  0x00006298 
+ 00025233  0x00006932 branch  0x000062ad 
+ 00025234  0x00006935 force  0x00000002 , 0x0000003f 
+ 00025235  0x00006936 call  0x00006298 
+ 00025236  0x00006937 force  0x00000010 , 0x0000003f 
+ 00025237  0x00006938 istore  0x00000001 , 0x00000005 
+ 00025238  0x00006939 store  0x00000001 , 0x00000054 
+ 00025239  0x0000693a branch  0x000062ad 
+ 00025240  0x0000693e lshift3  0x0000003f , 0x0000003f 
+ 00025241  0x0000693f or_into  0x00000007 , 0x0000003f 
+ 00025242  0x00006940 store  0x00000001 , 0x000004b6 
+ 00025243  0x00006941 arg  0x00000011 , 0x00000039 
+ 00025244  0x00006942 arg  0x000004b8 , 0x00000005 
+ 00025245  0x00006943 call  0x00007ed4 
+ 00025246  0x00006944 arg  0x000004b8 , 0x00000005 
+ 00025247  0x00006945 rtn 
+ 00025248  0x00006948 and  0x0000003f , 0x0000007f , 0x00000011 
+ 00025249  0x00006949 jam  0x0000007f , 0x00000048 
+ 00025250  0x0000694a deposit  0x00000007 
+ 00025251  0x0000694b call  0x00006298 
+ 00025252  0x0000694c deposit  0x00000011 
+ 00025253  0x0000694d istore  0x00000001 , 0x00000005 
+ 00025254  0x0000694e rtn 
+ 00025255  0x00006951 fetch  0x00000001 , 0x00000048 
+ 00025256  0x00006952 lshift  0x0000003f , 0x0000003f 
+ 00025257  0x00006953 fetcht  0x00000001 , 0x0000004c 
+ 00025258  0x00006954 isolate1  0x00000001 , 0x00000002 
+ 00025259  0x00006955 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025260  0x00006956 branch  0x000062b7 
+ 00025261  0x0000695a fetcht  0x00000001 , 0x0000004c 
+ 00025262  0x0000695b and_into  0x00000001 , 0x00000002 
+ 00025263  0x0000695c branch  0x000062b3 
+ 00025264  0x0000695f force  0x00000000 , 0x00000002 
+ 00025265  0x00006960 branch  0x000062b3 
+ 00025266  0x00006963 force  0x00000001 , 0x00000002 
+ 00025267  0x00006965 fetch  0x00000001 , 0x00000048 
+ 00025268  0x00006966 lshift  0x0000003f , 0x0000003f 
+ 00025269  0x00006967 setflag  0x00000029 , 0x00000000 , 0x0000003f 
+ 00025270  0x00006968 ixor  0x00000002 , 0x0000003f 
+ 00025271  0x0000696a store  0x00000001 , 0x000004b7 
+ 00025272  0x0000696b jam  0x00000000 , 0x00000048 
+ 00025273  0x0000696c call  0x000062c7 
+ 00025274  0x0000696d enable  0x00000028 
+ 00025275  0x0000696e rtn 
+ 00025276  0x00006972 fetch  0x00000001 , 0x0000007c 
+ 00025277  0x00006973 rtn  0x00000034 
+ 00025278  0x00006974 call  0x000062c1 
+ 00025279  0x00006975 fetch  0x00000001 , 0x0000007c 
+ 00025280  0x00006976 rtn 
+ 00025281  0x00006979 bpatchx  0x00000086 , 0x00004030 
+ 00025282  0x0000697a fetch  0x00000001 , 0x00000048 
+ 00025283  0x0000697b branch  0x000062c7 , 0x00000034 
+ 00025284  0x0000697c fetch  0x00000001 , 0x00000078 
+ 00025285  0x0000697d nrtn  0x00000034 
+ 00025286  0x0000697e branch  0x000062d1 
+ 00025287  0x00006980 fetch  0x00000001 , 0x00000078 
+ 00025288  0x00006981 branch  0x000062d7 , 0x00000034 
+ 00025289  0x00006982 fetch  0x00000003 , 0x00000078 
+ 00025290  0x00006983 store  0x00000003 , 0x00000048 
+ 00025291  0x00006984 fetcht  0x00000001 , 0x0000007b 
+ 00025292  0x00006985 fetch  0x00000001 , 0x0000004c 
+ 00025293  0x00006986 set0  0x00000001 , 0x0000003f 
+ 00025294  0x00006987 ior  0x00000002 , 0x0000003f 
+ 00025295  0x00006988 store  0x00000001 , 0x0000004c 
+ 00025296  0x00006989 jam  0x00000000 , 0x00000078 
+ 00025297  0x0000698b fetch  0x00000001 , 0x0000007c 
+ 00025298  0x0000698c rtn  0x00000034 
+ 00025299  0x0000698d fetch  0x00000004 , 0x0000007c 
+ 00025300  0x0000698e store  0x00000004 , 0x00000078 
+ 00025301  0x0000698f jam  0x00000000 , 0x0000007c 
+ 00025302  0x00006990 rtn 
+ 00025303  0x00006992 fetch  0x00000001 , 0x0000007c 
+ 00025304  0x00006993 rtn  0x00000034 
+ 00025305  0x00006994 fetch  0x00000003 , 0x0000007c 
+ 00025306  0x00006995 store  0x00000003 , 0x00000048 
+ 00025307  0x00006996 fetcht  0x00000001 , 0x0000007f 
+ 00025308  0x00006997 fetch  0x00000001 , 0x0000004c 
+ 00025309  0x00006998 set0  0x00000001 , 0x0000003f 
+ 00025310  0x00006999 ior  0x00000002 , 0x0000003f 
+ 00025311  0x0000699a store  0x00000001 , 0x0000004c 
+ 00025312  0x0000699b jam  0x00000000 , 0x0000007c 
+ 00025313  0x0000699c rtn 
+ 00025314  0x000069a0 bpatchx  0x00000087 , 0x00004030 
+ 00025315  0x000069a1 fetch  0x00000001 , 0x0000004c 
+ 00025316  0x000069a2 copy  0x0000003f , 0x00000013 
+ 00025317  0x000069a3 ifetch  0x00000001 , 0x00000002 
+ 00025318  0x000069a4 call  0x00005e52 
+ 00025319  0x000069a5 call  0x000062a7 
+ 00025320  0x000069a6 copy  0x00000013 , 0x0000003f 
+ 00025321  0x000069a7 store  0x00000001 , 0x0000004c 
+ 00025322  0x000069a8 rtn 
+ 00025323  0x000069ab fetcht  0x00000001 , 0x0000004c 
+ 00025324  0x000069ac set0  0x00000000 , 0x00000002 
+ 00025325  0x000069ad storet  0x00000001 , 0x0000004c 
+ 00025326  0x000069ae rtn 
+ 00025327  0x000069b1 fetcht  0x00000001 , 0x0000004c 
+ 00025328  0x000069b2 set1  0x00000000 , 0x00000002 
+ 00025329  0x000069b3 storet  0x00000001 , 0x0000004c 
+ 00025330  0x000069b4 rtn 
+ 00025331  0x000069b8 nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025332  0x000069b9 fetcht  0x00000001 , 0x0000004c 
+ 00025333  0x000069ba ixor  0x00000002 , 0x0000003f 
+ 00025334  0x000069bb isolate1  0x00000001 , 0x0000003f 
+ 00025335  0x000069bc rtn 
+ 00025336  0x000069c0 fetch  0x00000001 , 0x0000004c 
+ 00025337  0x000069c1 setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025338  0x000069c2 store  0x00000001 , 0x0000004c 
+ 00025339  0x000069c3 rtn 
+ 00025340  0x000069c7 fetch  0x00000001 , 0x000009b4 
+ 00025341  0x000069c8 compare  0x00000001 , 0x0000003f , 0x0000007f 
+ 00025342  0x000069c9 rtn 
+ 00025343  0x000069cb fetch  0x00000001 , 0x000009b4 
+ 00025344  0x000069cc set1  0x00000007 , 0x0000003f 
+ 00025345  0x000069cd store  0x00000001 , 0x000009b4 
+ 00025346  0x000069ce rtn 
+ 00025347  0x000069d0 fetch  0x00000001 , 0x000009b4 
+ 00025348  0x000069d1 set0  0x00000007 , 0x0000003f 
+ 00025349  0x000069d2 store  0x00000001 , 0x000009b4 
+ 00025350  0x000069d3 rtn 
+ 00025351  0x000069d5 fetch  0x00000001 , 0x000009b4 
+ 00025352  0x000069d6 isolate1  0x00000007 , 0x0000003f 
+ 00025353  0x000069d7 store  0x00000001 , 0x000009b4 
+ 00025354  0x000069d8 rtn 
+ 00025355  0x000069dc arg  0x00000562 , 0x00000005 
+ 00025356  0x000069de force  0x00000010 , 0x00000039 
+ 00025357  0x000069e1 random  0x0000003f 
+ 00025358  0x000069e2 istore  0x00000001 , 0x00000005 
+ 00025359  0x000069e3 loop  0x0000630d 
+ 00025360  0x000069e4 rtn 
+ 00025361  0x000069e7 call  0x00007259 
+ 00025362  0x000069e8 arg  0x000041be , 0x00000011 
+ 00025363  0x000069e9 arg  0x00000592 , 0x00000012 
+ 00025364  0x000069ea ifetch  0x00000008 , 0x00000011 
+ 00025365  0x000069eb fetcht  0x00000001 , 0x00000030 
+ 00025366  0x000069ec nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00025367  0x000069ed storet  0x00000001 , 0x00000030 
+ 00025368  0x000069ee copy  0x00000011 , 0x00000005 
+ 00025369  0x000069ef call  0x00007352 
+ 00025370  0x000069f0 branch  0x000021c4 
+ 00025371  0x000069f8 bpatchx  0x00000088 , 0x00004031 
+ 00025372  0x000069fa call  0x000062bc 
+ 00025373  0x000069fb nrtn  0x00000034 
+ 00025374  0x000069fd fetch  0x00000001 , 0x00000055 
+ 00025375  0x000069fe rtn  0x00000034 
+ 00025376  0x00006a02 beq  0x00000004 , 0x0000636f 
+ 00025377  0x00006a03 beq  0x00000005 , 0x00006374 
+ 00025378  0x00006a04 beq  0x00000002 , 0x00006366 
+ 00025379  0x00006a05 beq  0x00000003 , 0x0000637c 
+ 00025380  0x00006a06 beq  0x0000000e , 0x00006369 
+ 00025381  0x00006a07 beq  0x00000006 , 0x00006398 
+ 00025382  0x00006a08 beq  0x00000007 , 0x000063b0 
+ 00025383  0x00006a09 beq  0x00000009 , 0x000063b1 
+ 00025384  0x00006a0a beq  0x0000000a , 0x000063ba 
+ 00025385  0x00006a0b beq  0x0000000b , 0x000063be 
+ 00025386  0x00006a0c beq  0x0000000c , 0x00006386 
+ 00025387  0x00006a0d beq  0x0000000d , 0x00006389 
+ 00025388  0x00006a0e beq  0x0000000f , 0x0000638f 
+ 00025389  0x00006a0f beq  0x00000012 , 0x00006359 
+ 00025390  0x00006a10 beq  0x00000013 , 0x0000637c 
+ 00025391  0x00006a11 beq  0x00000010 , 0x0000635c 
+ 00025392  0x00006a12 beq  0x00000014 , 0x00006356 
+ 00025393  0x00006a13 beq  0x00000015 , 0x0000637c 
+ 00025394  0x00006a14 beq  0x00000016 , 0x00006350 
+ 00025395  0x00006a15 beq  0x00000018 , 0x00006355 
+ 00025396  0x00006a16 beq  0x00000017 , 0x00006349 
+ 00025397  0x00006a17 beq  0x00000019 , 0x0000634f 
+ 00025398  0x00006a18 beq  0x0000001a , 0x0000633a 
+ 00025399  0x00006a19 beq  0x0000001b , 0x00006344 
+ 00025400  0x00006a1a jam  0x00000000 , 0x00000055 
+ 00025401  0x00006a1c rtn 
+ 00025402  0x00006a1e fetch  0x00000001 , 0x000004d1 
+ 00025403  0x00006a1f rtnbit0  0x00000002 
+ 00025404  0x00006a20 rtnbit0  0x00000003 
+ 00025405  0x00006a21 jam  0x00000000 , 0x00000055 
+ 00025406  0x00006a22 call  0x00006340 
+ 00025407  0x00006a23 branch  0x00006cef 
+ 00025408  0x00006a26 fetch  0x00000001 , 0x0000016d 
+ 00025409  0x00006a27 rtnbit0  0x00000001 
+ 00025410  0x00006a28 jam  0x0000000a , 0x00000055 
+ 00025411  0x00006a29 rtn 
+ 00025412  0x00006a2c arg  0x00000007 , 0x00000007 
+ 00025413  0x00006a2d call  0x00007f16 
+ 00025414  0x00006a2e nrtn  0x00000034 
+ 00025415  0x00006a2f jam  0x0000001a , 0x00000055 
+ 00025416  0x00006a30 rtn 
+ 00025417  0x00006a33 fetch  0x00000001 , 0x0000016d 
+ 00025418  0x00006a34 set0  0x00000000 , 0x0000003f 
+ 00025419  0x00006a35 store  0x00000001 , 0x0000016d 
+ 00025420  0x00006a36 jam  0x00000019 , 0x00000055 
+ 00025421  0x00006a37 jam  0x0000000b , 0x0000007c 
+ 00025422  0x00006a38 rtn 
+ 00025423  0x00006a3a rtn 
+ 00025424  0x00006a3c fetch  0x00000001 , 0x000004d4 
+ 00025425  0x00006a3d rtnne  0x00000002 
+ 00025426  0x00006a3e call  0x000063c0 
+ 00025427  0x00006a3f jam  0x00000018 , 0x00000055 
+ 00025428  0x00006a40 rtn 
+ 00025429  0x00006a43 rtn 
+ 00025430  0x00006a45 jam  0x00000015 , 0x00000055 
+ 00025431  0x00006a46 jam  0x00000083 , 0x0000007c 
+ 00025432  0x00006a47 rtn 
+ 00025433  0x00006a49 jam  0x00000013 , 0x00000055 
+ 00025434  0x00006a4a jam  0x00000025 , 0x0000007c 
+ 00025435  0x00006a4b rtn 
+ 00025436  0x00006a4e fetch  0x00000001 , 0x0000455b 
+ 00025437  0x00006a4f rtneq  0x00000000 
+ 00025438  0x00006a50 beq  0x00000001 , 0x00006364 
+ 00025439  0x00006a51 arg  0x00000006 , 0x00000007 
+ 00025440  0x00006a52 call  0x00007f16 
+ 00025441  0x00006a53 nrtn  0x00000034 
+ 00025442  0x00006a54 jam  0x00000000 , 0x0000455b 
+ 00025443  0x00006a55 branch  0x0000637d 
+ 00025444  0x00006a57 rtn  0x00000029 
+ 00025445  0x00006a58 branch  0x00006398 
+ 00025446  0x00006a5b jam  0x00000003 , 0x00000055 
+ 00025447  0x00006a5c jam  0x00000027 , 0x0000007c 
+ 00025448  0x00006a5d rtn 
+ 00025449  0x00006a5f jam  0x00000013 , 0x0000007c 
+ 00025450  0x00006a60 set1  0x00000003 , 0x00000000 
+ 00025451  0x00006a61 jam  0x00000005 , 0x00000055 
+ 00025452  0x00006a62 setarg  0x000001ff 
+ 00025453  0x00006a63 store  0x00000002 , 0x000004d2 
+ 00025454  0x00006a64 rtn 
+ 00025455  0x00006a66 jam  0x00000005 , 0x00000055 
+ 00025456  0x00006a67 jam  0x000000ff , 0x000004d2 
+ 00025457  0x00006a68 set0  0x00000022 , 0x00000000 
+ 00025458  0x00006a69 jam  0x00000033 , 0x0000007c 
+ 00025459  0x00006a6a branch  0x00005d04 
+ 00025460  0x00006a6c rtnmark1  0x00000022 
+ 00025461  0x00006a6d fetch  0x00000002 , 0x000004d2 
+ 00025462  0x00006a6e sub  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025463  0x00006a6f branch  0x0000637a , 0x00000005 
+ 00025464  0x00006a70 store  0x00000002 , 0x000004d2 
+ 00025465  0x00006a71 rtn 
+ 00025466  0x00006a73 jam  0x0000000e , 0x00000055 
+ 00025467  0x00006a74 rtn 
+ 00025468  0x00006a77 rtn 
+ 00025469  0x00006a7a fetch  0x00000001 , 0x000004d1 
+ 00025470  0x00006a7b rtnbit0  0x00000003 
+ 00025471  0x00006a7c rtnbit0  0x00000002 
+ 00025472  0x00006a7d fetch  0x00000001 , 0x0000016d 
+ 00025473  0x00006a7e set0  0x00000002 , 0x0000003f 
+ 00025474  0x00006a7f store  0x00000001 , 0x0000016d 
+ 00025475  0x00006a80 jam  0x00000013 , 0x0000007c 
+ 00025476  0x00006a81 jam  0x00000010 , 0x00000055 
+ 00025477  0x00006a82 rtn 
+ 00025478  0x00006a85 jam  0x0000000d , 0x00000055 
+ 00025479  0x00006a86 jam  0x00000031 , 0x0000007c 
+ 00025480  0x00006a87 rtn 
+ 00025481  0x00006a8a fetch  0x00000001 , 0x000004d1 
+ 00025482  0x00006a8b rtnbit0  0x00000002 
+ 00025483  0x00006a8c jam  0x00000000 , 0x00000055 
+ 00025484  0x00006a8e rtn 
+ 00025485  0x00006a90 jam  0x00000006 , 0x00000055 
+ 00025486  0x00006a91 rtn 
+ 00025487  0x00006a94 fetch  0x00000001 , 0x000004d2 
+ 00025488  0x00006a95 increase  0xffffffff , 0x0000003f 
+ 00025489  0x00006a96 branch  0x00006394 , 0x00000034 
+ 00025490  0x00006a97 store  0x00000001 , 0x000004d2 
+ 00025491  0x00006a98 rtn 
+ 00025492  0x00006a9a jam  0x00000007 , 0x0000007c 
+ 00025493  0x00006a9b jam  0x00000016 , 0x000004ca 
+ 00025494  0x00006a9c jam  0x00000000 , 0x00000055 
+ 00025495  0x00006a9d rtn 
+ 00025496  0x00006aa0 fetch  0x00000001 , 0x0000016d 
+ 00025497  0x00006aa1 bbit1  0x00000002 , 0x0000637d 
+ 00025498  0x00006aa2 bbit1  0x00000000 , 0x0000639d 
+ 00025499  0x00006aa4 jam  0x0000001a , 0x00000055 
+ 00025500  0x00006aa5 rtn 
+ 00025501  0x00006aa7 fetch  0x00000001 , 0x000041bd 
+ 00025502  0x00006aa8 branch  0x000063a9 , 0x00000034 
+ 00025503  0x00006aa9 fetch  0x00000001 , 0x000004d1 
+ 00025504  0x00006aaa rtnbit0  0x00000003 
+ 00025505  0x00006aab rtnbit0  0x00000002 
+ 00025506  0x00006aac fetch  0x00000004 , 0x000004e9 
+ 00025507  0x00006aad arg  0x00000064 , 0x00000002 
+ 00025508  0x00006aae iadd  0x00000002 , 0x00000002 
+ 00025509  0x00006aaf copy  0x00000022 , 0x0000003f 
+ 00025510  0x00006ab0 isub  0x00000002 , 0x0000003e 
+ 00025511  0x00006ab1 nrtn  0x00000002 
+ 00025512  0x00006ab2 branch  0x00006349 
+ 00025513  0x00006ab7 jam  0x00000016 , 0x00000055 
+ 00025514  0x00006ab8 jam  0x00000004 , 0x00004689 
+ 00025515  0x00006ab9 setarg  0x00003030 
+ 00025516  0x00006aba store  0x00000002 , 0x0000468a 
+ 00025517  0x00006abb istore  0x00000002 , 0x00000005 
+ 00025518  0x00006abc jam  0x00000002 , 0x000004d4 
+ 00025519  0x00006abd branch  0x00006350 
+ 00025520  0x00006ac0 rtn 
+ 00025521  0x00006ac2 fetch  0x00000001 , 0x0000016d 
+ 00025522  0x00006ac3 bbit1  0x00000001 , 0x000063b5 
+ 00025523  0x00006ac4 jam  0x0000001a , 0x00000055 
+ 00025524  0x00006ac5 rtn 
+ 00025525  0x00006ac8 fetch  0x00000001 , 0x0000016d 
+ 00025526  0x00006ac9 set0  0x00000001 , 0x0000003f 
+ 00025527  0x00006aca store  0x00000001 , 0x0000016d 
+ 00025528  0x00006acb jam  0x0000000f , 0x0000007c 
+ 00025529  0x00006acc rtn 
+ 00025530  0x00006acf fetch  0x00000001 , 0x000004d8 
+ 00025531  0x00006ad0 rtn  0x00000034 
+ 00025532  0x00006ad1 jam  0x00000000 , 0x00000055 
+ 00025533  0x00006ad2 branch  0x000063b5 
+ 00025534  0x00006ad5 jam  0x0000000c , 0x00000055 
+ 00025535  0x00006ad6 rtn 
+ 00025536  0x00006ad9 fetch  0x00000001 , 0x0000004b 
+ 00025537  0x00006ada bbit1  0x00000002 , 0x000063c5 
+ 00025538  0x00006adb call  0x000062ef 
+ 00025539  0x00006adc jam  0x00000008 , 0x0000007c 
+ 00025540  0x00006add branch  0x00004d04 
+ 00025541  0x00006adf fetch  0x00000001 , 0x0000004b 
+ 00025542  0x00006ae0 set0  0x00000002 , 0x0000003f 
+ 00025543  0x00006ae1 store  0x00000001 , 0x0000004b 
+ 00025544  0x00006ae2 call  0x00006001 
+ 00025545  0x00006ae3 call  0x000062f8 
+ 00025546  0x00006ae4 branch  0x00004d04 
+ 00025547  0x00006ae7 setarg  0x00000004 
+ 00025548  0x00006ae8 store  0x00000001 , 0x00004689 
+ 00025549  0x00006ae9 setarg  0x00003030 
+ 00025550  0x00006aea istore  0x00000002 , 0x00000005 
+ 00025551  0x00006aeb istore  0x00000002 , 0x00000005 
+ 00025552  0x00006aec rtn 
+ 00025553  0x00006af3 bpatchx  0x0000008c , 0x00004031 
+ 00025554  0x00006af4 hfetch  0x00000001 , 0x00008073 
+ 00025555  0x00006af5 arg  0x00000006 , 0x00000002 
+ 00025556  0x00006af6 ior  0x00000002 , 0x0000003f 
+ 00025557  0x00006af7 hstore  0x00000001 , 0x00008073 
+ 00025558  0x00006af8 hfetch  0x00000001 , 0x00008077 
+ 00025559  0x00006af9 ior  0x00000002 , 0x0000003f 
+ 00025560  0x00006afa hstore  0x00000001 , 0x00008077 
+ 00025561  0x00006afb call  0x000063ee 
+ 00025562  0x00006afc hfetch  0x00000001 , 0x00008077 
+ 00025563  0x00006afd set0  0x00000001 , 0x0000003f 
+ 00025564  0x00006afe set0  0x00000002 , 0x0000003f 
+ 00025565  0x00006aff hstore  0x00000001 , 0x00008077 
+ 00025566  0x00006b00 nop  0x0000001e 
+ 00025567  0x00006b01 branch  0x000063f2 
+ 00025568  0x00006b04 hfetch  0x00000001 , 0x00008073 
+ 00025569  0x00006b05 arg  0x000000c0 , 0x00000002 
+ 00025570  0x00006b06 ior  0x00000002 , 0x0000003f 
+ 00025571  0x00006b07 hstore  0x00000001 , 0x00008073 
+ 00025572  0x00006b08 hfetch  0x00000001 , 0x00008077 
+ 00025573  0x00006b09 ior  0x00000002 , 0x0000003f 
+ 00025574  0x00006b0a hstore  0x00000001 , 0x00008077 
+ 00025575  0x00006b0b call  0x000063ee 
+ 00025576  0x00006b0c hfetch  0x00000001 , 0x00008077 
+ 00025577  0x00006b0d set0  0x00000006 , 0x0000003f 
+ 00025578  0x00006b0e set0  0x00000007 , 0x0000003f 
+ 00025579  0x00006b0f hstore  0x00000001 , 0x00008077 
+ 00025580  0x00006b10 nop  0x0000001e 
+ 00025581  0x00006b11 branch  0x000063f6 
+ 00025582  0x00006b14 hfetch  0x00000001 , 0x00008081 
+ 00025583  0x00006b15 and  0x0000003f , 0x000000fc , 0x0000003f 
+ 00025584  0x00006b16 hstore  0x00000001 , 0x00008081 
+ 00025585  0x00006b17 rtn 
+ 00025586  0x00006b19 hfetch  0x00000001 , 0x00008081 
+ 00025587  0x00006b1a or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025588  0x00006b1b hstore  0x00000001 , 0x00008081 
+ 00025589  0x00006b1c rtn 
+ 00025590  0x00006b1e hfetch  0x00000001 , 0x00008081 
+ 00025591  0x00006b1f or  0x0000003f , 0x00000003 , 0x0000003f 
+ 00025592  0x00006b20 set0  0x00000004 , 0x0000003f 
+ 00025593  0x00006b21 hstore  0x00000001 , 0x00008081 
+ 00025594  0x00006b22 rtn 
+ 00025595  0x00006b27 copy  0x0000003f , 0x00000012 
+ 00025596  0x00006b28 call  0x0000640f 
+ 00025597  0x00006b29 nop  0x00000064 
+ 00025598  0x00006b2a copy  0x00000012 , 0x0000003f 
+ 00025599  0x00006b2b call  0x00006414 
+ 00025600  0x00006b2c copy  0x0000003f , 0x00000012 
+ 00025601  0x00006b2d call  0x00006411 
+ 00025602  0x00006b2e nop  0x00000064 
+ 00025603  0x00006b2f copy  0x00000012 , 0x0000003f 
+ 00025604  0x00006b30 rtn 
+ 00025605  0x00006b33 copy  0x0000003f , 0x00000012 
+ 00025606  0x00006b34 call  0x0000640f 
+ 00025607  0x00006b35 nop  0x00000064 
+ 00025608  0x00006b36 copy  0x00000012 , 0x0000003f 
+ 00025609  0x00006b37 call  0x00006413 
+ 00025610  0x00006b38 call  0x00006411 
+ 00025611  0x00006b39 nop  0x00000064 
+ 00025612  0x00006b3a rtn 
+ 00025613  0x00006b3e fetcht  0x00000001 , 0x00004214 
+ 00025614  0x00006b3f branch  0x0000680e 
+ 00025615  0x00006b43 fetcht  0x00000001 , 0x00004214 
+ 00025616  0x00006b44 branch  0x00006829 
+ 00025617  0x00006b48 fetcht  0x00000001 , 0x00004214 
+ 00025618  0x00006b49 branch  0x00006825 
+ 00025619  0x00006b4d branch  0x000064ec 
+ 00025620  0x00006b50 branch  0x000064f3 
+ 00025621  0x00006b58 nbranch  0x00006419 , 0x00000028 
+ 00025622  0x00006b59 hfetch  0x00000001 , 0x00008085 
+ 00025623  0x00006b5a or_into  0x00000002 , 0x0000003f 
+ 00025624  0x00006b5b hstore  0x00000001 , 0x00008085 
+ 00025625  0x00006b5d copy  0x00000002 , 0x0000003e 
+ 00025626  0x00006b5e branch  0x0000641c , 0x00000005 
+ 00025627  0x00006b5f copy  0x00000013 , 0x0000003d 
+ 00025628  0x00006b61 isolate0  0x00000000 , 0x0000003e 
+ 00025629  0x00006b62 branch  0x000064b9 
+ 00025630  0x00006b66 force  0x00000004 , 0x00000002 
+ 00025631  0x00006b68 arg  0x000001fe , 0x00000011 
+ 00025632  0x00006b69 hfetch  0x00000001 , 0x00008085 
+ 00025633  0x00006b6a and_into  0x000000fd , 0x0000003f 
+ 00025634  0x00006b6b hstore  0x00000001 , 0x00008085 
+ 00025635  0x00006b6c call  0x00006419 
+ 00025636  0x00006b6d arg  0x000055aa , 0x00000011 
+ 00025637  0x00006b6e fetch  0x00000002 , 0x000001fe 
+ 00025638  0x00006b6f ifetcht  0x00000002 , 0x00000006 
+ 00025639  0x00006b70 isub  0x00000011 , 0x0000003e 
+ 00025640  0x00006b71 rtn 
+ 00025641  0x00006b74 arg  0x00000002 , 0x00000002 
+ 00025642  0x00006b75 arg  0x00000204 , 0x00000011 
+ 00025643  0x00006b76 call  0x00006419 
+ 00025644  0x00006b77 fetch  0x00000002 , 0x00000204 
+ 00025645  0x00006b78 store  0x00000002 , 0x000001f7 
+ 00025646  0x00006b79 call  0x00006430 , 0x00000028 
+ 00025647  0x00006b7a rtn 
+ 00025648  0x00006b7d arg  0x00000010 , 0x00000002 
+ 00025649  0x00006b7e arg  0x00000206 , 0x00000011 
+ 00025650  0x00006b7f hfetch  0x00000001 , 0x00008085 
+ 00025651  0x00006b80 and_into  0x000000fd , 0x0000003f 
+ 00025652  0x00006b81 hstore  0x00000001 , 0x00008085 
+ 00025653  0x00006b82 call  0x00006419 
+ 00025654  0x00006b83 arg  0x00000206 , 0x00000006 
+ 00025655  0x00006b84 arg  0x00000010 , 0x00000039 
+ 00025656  0x00006b85 call  0x00007478 
+ 00025657  0x00006b86 call  0x00007428 
+ 00025658  0x00006b87 call  0x00007491 
+ 00025659  0x00006b88 branch  0x00007422 
+ 00025660  0x00006b8b disable  0x0000002d 
+ 00025661  0x00006b8c call  0x0000641e 
+ 00025662  0x00006b8d nrtn  0x00000005 
+ 00025663  0x00006b8e enable  0x0000002d 
+ 00025664  0x00006b8f jam  0x00000080 , 0x00008023 
+ 00025665  0x00006b90 jam  0x00000000 , 0x00008022 
+ 00025666  0x00006b91 jam  0x00000000 , 0x00008024 
+ 00025667  0x00006b92 arg  0x00008025 , 0x00000011 
+ 00025668  0x00006b93 call  0x00006415 
+ 00025669  0x00006b94 jam  0x00000000 , 0x00008023 
+ 00025670  0x00006b96 arg  0x00000006 , 0x00000002 
+ 00025671  0x00006b97 call  0x0000641f 
+ 00025672  0x00006b98 nrtn  0x00000005 
+ 00025673  0x00006b99 ifetch  0x00000002 , 0x00000006 
+ 00025674  0x00006b9a iforce  0x00000011 
+ 00025675  0x00006b9b call  0x00006419 
+ 00025676  0x00006b9c branch  0x00006446 
+ 00025677  0x00006ba1 call  0x00007f99 
+ 00025678  0x00006ba2 setarg  0x00001000 
+ 00025679  0x00006ba3 store  0x00000002 , 0x000001f7 
+ 00025680  0x00006ba4 arg  0x000065e5 , 0x00000013 
+ 00025681  0x00006ba5 arg  0x00000002 , 0x00000039 
+ 00025682  0x00006ba7 call  0x0000641e 
+ 00025683  0x00006ba8 nrtn  0x00000005 
+ 00025684  0x00006ba9 fetch  0x00000002 , 0x000001f7 
+ 00025685  0x00006baa byteswap  0x0000003f , 0x0000003f 
+ 00025686  0x00006bab iadd  0x00000002 , 0x0000003f 
+ 00025687  0x00006bac byteswap  0x0000003f , 0x0000003f 
+ 00025688  0x00006bad store  0x00000002 , 0x000001f7 
+ 00025689  0x00006bae loop  0x00006452 
+ 00025690  0x00006baf branch  0x00006446 
+ 00025691  0x00006bb2 call  0x00007f99 
+ 00025692  0x00006bb3 disable  0x00000028 
+ 00025693  0x00006bb4 call  0x0000666a 
+ 00025694  0x00006bb5 setarg  0x00000000 
+ 00025695  0x00006bb6 arg  0x000001f3 , 0x00000011 
+ 00025696  0x00006bb7 arg  0x00000002 , 0x00000002 
+ 00025697  0x00006bb8 call  0x000066b3 
+ 00025698  0x00006bb9 fetch  0x00000002 , 0x000001f3 
+ 00025699  0x00006bba bbit0  0x00000007 , 0x0000646e 
+ 00025700  0x00006bbb jam  0x00000025 , 0x00008050 
+ 00025701  0x00006bbc setarg  0x000007f0 
+ 00025702  0x00006bbd arg  0x00000206 , 0x00000011 
+ 00025703  0x00006bbe arg  0x00000010 , 0x00000002 
+ 00025704  0x00006bbf call  0x000066b3 
+ 00025705  0x00006bc0 jam  0x00000008 , 0x00008006 
+ 00025706  0x00006bc1 set1  0x0000002b , 0x00000000 
+ 00025707  0x00006bc2 arg  0x00000206 , 0x00000006 
+ 00025708  0x00006bc3 call  0x00007484 
+ 00025709  0x00006bc4 enable  0x00000028 
+ 00025710  0x00006bc6 jam  0x00000000 , 0x000041da 
+ 00025711  0x00006bc8 call  0x000064b0 
+ 00025712  0x00006bc9 fetch  0x00000002 , 0x000001f3 
+ 00025713  0x00006bca byteswap  0x0000003f , 0x0000003f 
+ 00025714  0x00006bcb arg  0x000007ff , 0x00000002 
+ 00025715  0x00006bcc iand  0x00000002 , 0x0000003f 
+ 00025716  0x00006bcd branch  0x0000647b , 0x00000005 
+ 00025717  0x00006bce call  0x0000666f 
+ 00025718  0x00006bcf arg  0x000066b8 , 0x00000013 
+ 00025719  0x00006bd0 call  0x00006430 , 0x00000028 
+ 00025720  0x00006bd1 call  0x0000643c 
+ 00025721  0x00006bd2 fetch  0x00000001 , 0x000001f2 
+ 00025722  0x00006bd3 bbit0  0x00000000 , 0x0000646f 
+ 00025723  0x00006bd6 call  0x0000666d 
+ 00025724  0x00006bd7 jam  0x00000000 , 0x000041da 
+ 00025725  0x00006bd9 call  0x000064b0 
+ 00025726  0x00006bda call  0x000065c2 
+ 00025727  0x00006bdb fetch  0x00000001 , 0x000001f3 
+ 00025728  0x00006bdc bbit1  0x00000006 , 0x0000648e 
+ 00025729  0x00006bdd call  0x000064aa 
+ 00025730  0x00006bde nbranch  0x00006486 , 0x0000002d 
+ 00025731  0x00006bdf fetch  0x00000001 , 0x000001f2 
+ 00025732  0x00006be0 bbit0  0x00000000 , 0x0000647d 
+ 00025733  0x00006be1 branch  0x0000649b 
+ 00025734  0x00006be3 call  0x000065bf 
+ 00025735  0x00006be4 fetch  0x00000001 , 0x000001f3 
+ 00025736  0x00006be5 bbit1  0x00000006 , 0x0000648e 
+ 00025737  0x00006be6 call  0x000064aa 
+ 00025738  0x00006be7 nbranch  0x0000648e , 0x0000002d 
+ 00025739  0x00006be8 fetch  0x00000001 , 0x000001f2 
+ 00025740  0x00006be9 bbit0  0x00000000 , 0x0000647d 
+ 00025741  0x00006bea branch  0x0000649b 
+ 00025742  0x00006bed jam  0x00000000 , 0x000041da 
+ 00025743  0x00006bef call  0x000064b0 
+ 00025744  0x00006bf0 fetch  0x00000001 , 0x000001f3 
+ 00025745  0x00006bf1 bbit1  0x00000005 , 0x0000649b 
+ 00025746  0x00006bf2 setarg  0x00000000 
+ 00025747  0x00006bf3 store  0x00000003 , 0x000001f6 
+ 00025748  0x00006bf4 call  0x00006502 
+ 00025749  0x00006bf5 arg  0x00006578 , 0x00000013 
+ 00025750  0x00006bf6 call  0x00006429 
+ 00025751  0x00006bf7 call  0x0000643c 
+ 00025752  0x00006bf8 nbranch  0x0000649b , 0x0000002d 
+ 00025753  0x00006bf9 fetch  0x00000001 , 0x000001f2 
+ 00025754  0x00006bfa bbit0  0x00000000 , 0x0000648f 
+ 00025755  0x00006bfd bmark1  0x0000002b , 0x0000649d 
+ 00025756  0x00006bfe call  0x000064a3 
+ 00025757  0x00006c00 fetch  0x00000001 , 0x000001f3 
+ 00025758  0x00006c01 bbit0  0x00000004 , 0x000064a3 
+ 00025759  0x00006c02 jam  0x00000021 , 0x00008050 
+ 00025760  0x00006c03 call  0x00004c0e 
+ 00025761  0x00006c05 call  0x00004c2e 
+ 00025762  0x00006c06 branch  0x000064a1 
+ 00025763  0x00006c09 setarg  0x00000000 
+ 00025764  0x00006c0a store  0x00000008 , 0x00000206 
+ 00025765  0x00006c0b store  0x00000008 , 0x0000020e 
+ 00025766  0x00006c0c force  0x00000004 , 0x00000038 
+ 00025767  0x00006c0d call  0x00007492 
+ 00025768  0x00006c0e jam  0x00000021 , 0x00008050 
+ 00025769  0x00006c0f rtn 
+ 00025770  0x00006c13 setarg  0x00000000 
+ 00025771  0x00006c14 store  0x00000002 , 0x000001f7 
+ 00025772  0x00006c15 arg  0x000065e5 , 0x00000013 
+ 00025773  0x00006c16 call  0x000065a3 
+ 00025774  0x00006c17 call  0x00006429 
+ 00025775  0x00006c18 branch  0x0000643c 
+ 00025776  0x00006c1c fetch  0x00000001 , 0x000041da 
+ 00025777  0x00006c1d increase  0x00000001 , 0x0000003f 
+ 00025778  0x00006c1e sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00025779  0x00006c1f nbranch  0x000064b6 , 0x00000002 
+ 00025780  0x00006c20 store  0x00000001 , 0x000041da 
+ 00025781  0x00006c21 rtn 
+ 00025782  0x00006c24 call  0x000064a3 
+ 00025783  0x00006c25 call  0x00007fa1 
+ 00025784  0x00006c26 rtn 
+ 00025785  0x00006c2b fetch  0x00000001 , 0x000001f2 
+ 00025786  0x00006c2c lshift  0x0000003f , 0x0000003f 
+ 00025787  0x00006c2d setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025788  0x00006c2e isolate0  0x0000000f , 0x00000011 
+ 00025789  0x00006c2f rtn  0x00000001 
+ 00025790  0x00006c30 store  0x00000001 , 0x000001f2 
+ 00025791  0x00006c31 rtn 
+ 00025792  0x00006c35 hfetch  0x00000001 , 0x00008085 
+ 00025793  0x00006c36 rtnbit0  0x00000001 
+ 00025794  0x00006c37 branch  0x000064c6 
+ 00025795  0x00006c39 hfetch  0x00000001 , 0x0000812c 
+ 00025796  0x00006c3a qisolate1  0x0000003f 
+ 00025797  0x00006c3b rtn  0x00000001 
+ 00025798  0x00006c3d hfetch  0x00000001 , 0x00008108 
+ 00025799  0x00006c3e bbit0  0x00000001 , 0x000064c3 
+ 00025800  0x00006c3f call  0x00007422 
+ 00025801  0x00006c40 branch  0x000064c3 
+ 00025802  0x00006c45 fetch  0x00000002 , 0x00004199 
+ 00025803  0x00006c46 rtn  0x00000034 
+ 00025804  0x00006c47 jam  0x00000080 , 0x00008023 
+ 00025805  0x00006c48 jam  0x00000000 , 0x00008022 
+ 00025806  0x00006c49 jam  0x00000000 , 0x00008024 
+ 00025807  0x00006c4a fetcht  0x00000002 , 0x0000419b 
+ 00025808  0x00006c4b lshift2  0x00000002 , 0x00000039 
+ 00025809  0x00006c4c iforce  0x00000006 
+ 00025810  0x00006c4e ifetch  0x00000001 , 0x00000006 
+ 00025811  0x00006c4f hstore  0x00000001 , 0x00008025 
+ 00025812  0x00006c50 loop  0x000064d2 
+ 00025813  0x00006c51 jam  0x00000000 , 0x00008023 
+ 00025814  0x00006c52 rtn 
+ 00025815  0x00006c58 bpatchx  0x0000008d , 0x00004031 
+ 00025816  0x00006c59 call  0x000064dd 
+ 00025817  0x00006c5a branch  0x000063f2 
+ 00025818  0x00006c5d call  0x000064dd 
+ 00025819  0x00006c5e call  0x000063ee 
+ 00025820  0x00006c5f branch  0x000063f6 
+ 00025821  0x00006c62 fetch  0x00000001 , 0x00004212 
+ 00025822  0x00006c63 hstore  0x00000001 , 0x00008086 
+ 00025823  0x00006c64 fetch  0x00000001 , 0x00004213 
+ 00025824  0x00006c65 hstore  0x00000001 , 0x00008087 
+ 00025825  0x00006c66 setarg  0x000001f5 
+ 00025826  0x00006c67 hstore  0x00000002 , 0x0000808a 
+ 00025827  0x00006c68 setarg  0x000001fa 
+ 00025828  0x00006c69 hstore  0x00000002 , 0x0000808c 
+ 00025829  0x00006c6a branch  0x000063ee 
+ 00025830  0x00006c6d hfetch  0x00000001 , 0x00008086 
+ 00025831  0x00006c6e set1  0x00000007 , 0x0000003f 
+ 00025832  0x00006c6f hstore  0x00000001 , 0x00008086 
+ 00025833  0x00006c70 set0  0x00000007 , 0x0000003f 
+ 00025834  0x00006c71 hstore  0x00000001 , 0x00008086 
+ 00025835  0x00006c72 rtn 
+ 00025836  0x00006c77 set1  0x00000007 , 0x0000003f 
+ 00025837  0x00006c78 store  0x00000002 , 0x000001f5 
+ 00025838  0x00006c79 bpatchx  0x0000008e , 0x00004031 
+ 00025839  0x00006c7a jam  0x00000002 , 0x00008088 
+ 00025840  0x00006c7b jam  0x00000000 , 0x0000808e 
+ 00025841  0x00006c7c jam  0x00000002 , 0x00008006 
+ 00025842  0x00006c7d branch  0x000064fc 
+ 00025843  0x00006c81 force  0x00000001 , 0x00000002 
+ 00025844  0x00006c85 store  0x00000001 , 0x000001f5 
+ 00025845  0x00006c86 bpatchx  0x0000008f , 0x00004031 
+ 00025846  0x00006c87 jam  0x00000001 , 0x00008088 
+ 00025847  0x00006c88 hstoret  0x00000002 , 0x0000808e 
+ 00025848  0x00006c89 jam  0x00000002 , 0x00008006 
+ 00025849  0x00006c8a call  0x000064fc 
+ 00025850  0x00006c8b fetch  0x00000001 , 0x000001fa 
+ 00025851  0x00006c8c rtn 
+ 00025852  0x00006c8f fetch  0x00000002 , 0x000040d6 
+ 00025853  0x00006c90 increase  0x00000001 , 0x0000003f 
+ 00025854  0x00006c91 store  0x00000002 , 0x000040d6 
+ 00025855  0x00006c92 hfetch  0x00000001 , 0x0000812c 
+ 00025856  0x00006c93 bbit0  0x00000003 , 0x000064fc 
+ 00025857  0x00006c94 rtn 
+ 00025858  0x00006c97 jam  0x00000040 , 0x00008086 
+ 00025859  0x00006c98 jam  0x00000000 , 0x00008087 
+ 00025860  0x00006c99 hfetch  0x00000001 , 0x00008081 
+ 00025861  0x00006c9a set0  0x00000000 , 0x0000003f 
+ 00025862  0x00006c9b set1  0x00000001 , 0x0000003f 
+ 00025863  0x00006c9c hstore  0x00000001 , 0x00008081 
+ 00025864  0x00006c9d setarg  0x00000000 
+ 00025865  0x00006c9e store  0x00000004 , 0x000001f5 
+ 00025866  0x00006c9f rtn 
+ 00025867  0x00006ca3 setarg  0x00000000 
+ 00025868  0x00006ca4 hstore  0x00000002 , 0x0000808e 
+ 00025869  0x00006ca5 setarg  0x00000001 
+ 00025870  0x00006ca6 hstore  0x00000002 , 0x00008088 
+ 00025871  0x00006ca7 setarg  0x000001f5 
+ 00025872  0x00006ca8 hstore  0x00000002 , 0x0000808a 
+ 00025873  0x00006ca9 jam  0x00000006 , 0x000001f5 
+ 00025874  0x00006caa jam  0x00000002 , 0x00008006 
+ 00025875  0x00006cab branch  0x000064fc 
+ 00025876  0x00006cbb disable  0x00000028 
+ 00025877  0x00006cbc copy  0x0000003f , 0x00000012 
+ 00025878  0x00006cbd fetch  0x00000001 , 0x00004239 
+ 00025879  0x00006cbe rtnne  0x00000000 
+ 00025880  0x00006cbf enable  0x00000028 
+ 00025881  0x00006cc0 copy  0x00000012 , 0x0000003f 
+ 00025882  0x00006cc1 branch  0x00006522 
+ 00025883  0x00006cc5 fetch  0x00000001 , 0x00004239 
+ 00025884  0x00006cc6 beq  0x00000001 , 0x00006522 
+ 00025885  0x00006cc7 beq  0x00000002 , 0x00006528 
+ 00025886  0x00006cc8 beq  0x00000003 , 0x00006530 
+ 00025887  0x00006cc9 beq  0x00000004 , 0x00006537 
+ 00025888  0x00006cca beq  0x00000005 , 0x0000653d 
+ 00025889  0x00006ccb rtn 
+ 00025890  0x00006cce store  0x00000003 , 0x00004232 
+ 00025891  0x00006ccf copy  0x00000011 , 0x0000003f 
+ 00025892  0x00006cd0 store  0x00000002 , 0x00004235 
+ 00025893  0x00006cd1 storet  0x00000002 , 0x00004237 
+ 00025894  0x00006cd2 jam  0x00000002 , 0x00004239 
+ 00025895  0x00006cd3 branch  0x00006502 
+ 00025896  0x00006cd5 call  0x00006502 
+ 00025897  0x00006cd6 jam  0x00000003 , 0x00004239 
+ 00025898  0x00006cd7 call  0x0000650b 
+ 00025899  0x00006cd8 arg  0x000001f5 , 0x00000011 
+ 00025900  0x00006cd9 fetch  0x00000003 , 0x00004232 
+ 00025901  0x00006cda jam  0x00000004 , 0x00008088 
+ 00025902  0x00006cdb arg  0x00000020 , 0x00000002 
+ 00025903  0x00006cdc branch  0x00006556 
+ 00025904  0x00006cdf call  0x00006502 
+ 00025905  0x00006ce0 call  0x0000650b 
+ 00025906  0x00006ce1 setarg  0x00000005 
+ 00025907  0x00006ce2 call  0x000064f3 
+ 00025908  0x00006ce3 rtnbit1  0x00000000 
+ 00025909  0x00006ce4 jam  0x00000004 , 0x00004239 
+ 00025910  0x00006ce5 rtn 
+ 00025911  0x00006ce7 call  0x00006502 
+ 00025912  0x00006ce8 jam  0x00000005 , 0x00004239 
+ 00025913  0x00006ce9 call  0x0000650b 
+ 00025914  0x00006cea call  0x0000654a 
+ 00025915  0x00006ceb call  0x00006552 
+ 00025916  0x00006cec branch  0x00006545 
+ 00025917  0x00006cee call  0x00006502 
+ 00025918  0x00006cef call  0x0000650b 
+ 00025919  0x00006cf0 setarg  0x00000005 
+ 00025920  0x00006cf1 call  0x000064f3 
+ 00025921  0x00006cf2 rtnbit1  0x00000000 
+ 00025922  0x00006cf3 jam  0x00000000 , 0x00004239 
+ 00025923  0x00006cf4 fetch  0x00000002 , 0x00004201 
+ 00025924  0x00006cf5 branch  0x00007f9c 
+ 00025925  0x00006cf7 fetch  0x00000004 , 0x00000aa2 
+ 00025926  0x00006cf8 fetcht  0x00000002 , 0x00004235 
+ 00025927  0x00006cf9 increase  0xfffffffc , 0x00000002 
+ 00025928  0x00006cfa istore  0x00000004 , 0x00000002 
+ 00025929  0x00006cfb rtn 
+ 00025930  0x00006cfd fetcht  0x00000002 , 0x00004235 
+ 00025931  0x00006cfe copy  0x00000002 , 0x00000011 
+ 00025932  0x00006cff increase  0xfffffffc , 0x00000002 
+ 00025933  0x00006d00 ifetch  0x00000004 , 0x00000002 
+ 00025934  0x00006d01 store  0x00000004 , 0x00000aa2 
+ 00025935  0x00006d02 fetcht  0x00000002 , 0x00004237 
+ 00025936  0x00006d03 fetch  0x00000003 , 0x00004232 
+ 00025937  0x00006d04 rtn 
+ 00025938  0x00006d09 increase  0x00000004 , 0x00000002 
+ 00025939  0x00006d0a hstoret  0x00000002 , 0x00008088 
+ 00025940  0x00006d0b arg  0x00000002 , 0x00000002 
+ 00025941  0x00006d0c increase  0xfffffffc , 0x00000011 
+ 00025942  0x00006d0f istoret  0x00000001 , 0x00000011 
+ 00025943  0x00006d10 rshift16  0x0000003f , 0x00000002 
+ 00025944  0x00006d11 istoret  0x00000001 , 0x00000005 
+ 00025945  0x00006d12 rshift8  0x0000003f , 0x00000002 
+ 00025946  0x00006d13 istoret  0x00000001 , 0x00000005 
+ 00025947  0x00006d14 istore  0x00000001 , 0x00000005 
+ 00025948  0x00006d15 deposit  0x00000011 
+ 00025949  0x00006d16 hstore  0x00000002 , 0x0000808a 
+ 00025950  0x00006d17 setarg  0x00000000 
+ 00025951  0x00006d18 hstore  0x00000002 , 0x0000808e 
+ 00025952  0x00006d19 jam  0x00000002 , 0x00008006 
+ 00025953  0x00006d1a branch  0x000064fc 
+ 00025954  0x00006d1f hstoret  0x00000002 , 0x0000808e 
+ 00025955  0x00006d20 rshift16  0x0000003f , 0x00000002 
+ 00025956  0x00006d21 storet  0x00000001 , 0x000001f6 
+ 00025957  0x00006d22 rshift8  0x0000003f , 0x00000002 
+ 00025958  0x00006d23 storet  0x00000001 , 0x000001f7 
+ 00025959  0x00006d24 store  0x00000001 , 0x000001f8 
+ 00025960  0x00006d25 setarg  0x00000004 
+ 00025961  0x00006d26 hstore  0x00000002 , 0x00008088 
+ 00025962  0x00006d27 jam  0x00000003 , 0x000001f5 
+ 00025963  0x00006d28 setarg  0x000001f5 
+ 00025964  0x00006d29 hstore  0x00000002 , 0x0000808a 
+ 00025965  0x00006d2a deposit  0x00000011 
+ 00025966  0x00006d2b hstore  0x00000002 , 0x0000808c 
+ 00025967  0x00006d2c hfetch  0x00000001 , 0x00008086 
+ 00025968  0x00006d2d isolate0  0x0000000f , 0x00000011 
+ 00025969  0x00006d2e setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00025970  0x00006d2f hstore  0x00000001 , 0x00008086 
+ 00025971  0x00006d30 jam  0x00000002 , 0x00008006 
+ 00025972  0x00006d32 hfetch  0x00000001 , 0x0000812c 
+ 00025973  0x00006d33 bbit1  0x00000007 , 0x00006574 
+ 00025974  0x00006d34 arg  0x00000003 , 0x00000007 
+ 00025975  0x00006d35 branch  0x000064fc 
+ 00025976  0x00006d3a hstoret  0x00000002 , 0x0000808e 
+ 00025977  0x00006d3b setarg  0x00000004 
+ 00025978  0x00006d3c hstore  0x00000002 , 0x00008088 
+ 00025979  0x00006d3d jam  0x00000003 , 0x000001f5 
+ 00025980  0x00006d3e setarg  0x000001f5 
+ 00025981  0x00006d3f hstore  0x00000002 , 0x0000808a 
+ 00025982  0x00006d40 deposit  0x00000011 
+ 00025983  0x00006d41 hstore  0x00000002 , 0x0000808c 
+ 00025984  0x00006d42 hfetch  0x00000001 , 0x00008086 
+ 00025985  0x00006d43 isolate0  0x0000000f , 0x00000011 
+ 00025986  0x00006d44 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00025987  0x00006d45 hstore  0x00000001 , 0x00008086 
+ 00025988  0x00006d46 jam  0x00000002 , 0x00008006 
+ 00025989  0x00006d48 hfetch  0x00000001 , 0x0000812c 
+ 00025990  0x00006d49 bbit1  0x00000007 , 0x00006585 
+ 00025991  0x00006d4a arg  0x00000003 , 0x00000007 
+ 00025992  0x00006d4b call  0x000064c0 
+ 00025993  0x00006d4c call  0x000064fc 
+ 00025994  0x00006d4d isolate1  0x00000002 , 0x0000003f 
+ 00025995  0x00006d4e call  0x000064b9 
+ 00025996  0x00006d4f fetch  0x00000001 , 0x000001f6 
+ 00025997  0x00006d50 lshift16  0x0000003f , 0x00000012 
+ 00025998  0x00006d51 fetch  0x00000001 , 0x000001f7 
+ 00025999  0x00006d52 lshift8  0x0000003f , 0x0000003f 
+ 00026000  0x00006d53 ior  0x00000012 , 0x00000012 
+ 00026001  0x00006d54 fetch  0x00000001 , 0x000001f8 
+ 00026002  0x00006d55 ior  0x00000012 , 0x0000003f 
+ 00026003  0x00006d56 iadd  0x00000002 , 0x0000003f 
+ 00026004  0x00006d57 store  0x00000001 , 0x000001f8 
+ 00026005  0x00006d58 rshift8  0x0000003f , 0x0000003f 
+ 00026006  0x00006d59 store  0x00000001 , 0x000001f7 
+ 00026007  0x00006d5a rshift8  0x0000003f , 0x0000003f 
+ 00026008  0x00006d5b store  0x00000001 , 0x000001f6 
+ 00026009  0x00006d5c rtn 
+ 00026010  0x00006d62 jam  0x00000001 , 0x00008010 
+ 00026011  0x00006d63 rtn 
+ 00026012  0x00006d6a jam  0x0000000c , 0x00008091 
+ 00026013  0x00006d6b jam  0x0000000d , 0x00008092 
+ 00026014  0x00006d6c jam  0x0000000d , 0x00008093 
+ 00026015  0x00006d6d jam  0x0000000d , 0x00008094 
+ 00026016  0x00006d6e jam  0x0000000d , 0x00008095 
+ 00026017  0x00006d6f jam  0x0000000c , 0x00008096 
+ 00026018  0x00006d70 branch  0x000065a9 
+ 00026019  0x00006d74 jam  0x00000005 , 0x00008091 
+ 00026020  0x00006d75 jam  0x00000007 , 0x00008092 
+ 00026021  0x00006d76 jam  0x00000007 , 0x00008093 
+ 00026022  0x00006d77 jam  0x00000007 , 0x00008094 
+ 00026023  0x00006d78 jam  0x00000007 , 0x00008095 
+ 00026024  0x00006d79 jam  0x00000005 , 0x00008096 
+ 00026025  0x00006d7b hfetch  0x00000001 , 0x0000807b 
+ 00026026  0x00006d7c or_into  0x000000c0 , 0x0000003f 
+ 00026027  0x00006d7d hstore  0x00000001 , 0x0000807b 
+ 00026028  0x00006d7e hfetch  0x00000001 , 0x00008081 
+ 00026029  0x00006d7f or_into  0x00000010 , 0x0000003f 
+ 00026030  0x00006d80 hstore  0x00000001 , 0x00008081 
+ 00026031  0x00006d81 rtn 
+ 00026032  0x00006d86 hfetch  0x00000001 , 0x0000812c 
+ 00026033  0x00006d87 bbit0  0x00000005 , 0x000065b0 
+ 00026034  0x00006d88 rtn 
+ 00026035  0x00006d91 hstore  0x00000002 , 0x00008098 
+ 00026036  0x00006d92 deposit  0x00000011 
+ 00026037  0x00006d93 hstore  0x00000002 , 0x0000809a 
+ 00026038  0x00006d94 deposit  0x00000012 
+ 00026039  0x00006d95 hstore  0x00000002 , 0x0000809c 
+ 00026040  0x00006d96 deposit  0x00000002 
+ 00026041  0x00006d97 hstore  0x00000002 , 0x0000809e 
+ 00026042  0x00006d98 arg  0x00000001 , 0x00000002 
+ 00026043  0x00006d99 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00026044  0x00006d9a hstore  0x00000001 , 0x00008090 
+ 00026045  0x00006d9b jam  0x00000004 , 0x00008006 
+ 00026046  0x00006d9c branch  0x000065b0 
+ 00026047  0x00006da0 set1  0x00000028 , 0x00000000 
+ 00026048  0x00006da1 jam  0x00000008 , 0x00004211 
+ 00026049  0x00006da2 rtn 
+ 00026050  0x00006da5 set0  0x00000028 , 0x00000000 
+ 00026051  0x00006da6 jam  0x00000020 , 0x00004211 
+ 00026052  0x00006da7 rtn 
+ 00026053  0x00006dab fetch  0x00000001 , 0x00004203 
+ 00026054  0x00006dac iadd  0x00000012 , 0x0000003f 
+ 00026055  0x00006dad store  0x00000001 , 0x000001f7 
+ 00026056  0x00006dae branch  0x000065cc 
+ 00026057  0x00006db1 fetch  0x00000002 , 0x000001f7 
+ 00026058  0x00006db2 byteswap  0x0000003f , 0x0000003f 
+ 00026059  0x00006db3 store  0x00000001 , 0x000001f7 
+ 00026060  0x00006db9 setarg  0x00000003 
+ 00026061  0x00006dba hstore  0x00000002 , 0x00008098 
+ 00026062  0x00006dbb jam  0x000000a0 , 0x000001f6 
+ 00026063  0x00006dbc jam  0x000000a1 , 0x000001f8 
+ 00026064  0x00006dbd branch  0x000065eb 
+ 00026065  0x00006dc4 storet  0x00000002 , 0x00000aa2 
+ 00026066  0x00006dc5 call  0x000065d6 
+ 00026067  0x00006dc6 fetcht  0x00000002 , 0x00000aa2 
+ 00026068  0x00006dc7 call  0x00006606 
+ 00026069  0x00006dc8 branch  0x000065dd 
+ 00026070  0x00006dcb fetch  0x00000001 , 0x0000423a 
+ 00026071  0x00006dcc rtneq  0x000000ff 
+ 00026072  0x00006dcd bbit0  0x00000006 , 0x000065db 
+ 00026073  0x00006dce setarg  0x000249f0 
+ 00026074  0x00006dcf call  0x00002a8f 
+ 00026075  0x00006dd1 fetcht  0x00000001 , 0x0000423a 
+ 00026076  0x00006dd2 branch  0x00006829 
+ 00026077  0x00006dd5 fetcht  0x00000001 , 0x0000423a 
+ 00026078  0x00006dd6 branch  0x00006825 
+ 00026079  0x00006ddc bpatchx  0x00000090 , 0x00004032 
+ 00026080  0x00006ddd bmark1  0x00000028 , 0x000065c5 
+ 00026081  0x00006dde fetch  0x00000002 , 0x00004203 
+ 00026082  0x00006ddf iadd  0x00000012 , 0x0000003f 
+ 00026083  0x00006de0 byteswap  0x0000003f , 0x0000003f 
+ 00026084  0x00006de1 store  0x00000002 , 0x000001f7 
+ 00026085  0x00006de5 bpatchx  0x00000091 , 0x00004032 
+ 00026086  0x00006de6 bmark1  0x00000028 , 0x000065c9 
+ 00026087  0x00006de7 setarg  0x00000004 
+ 00026088  0x00006de8 hstore  0x00000002 , 0x00008098 
+ 00026089  0x00006de9 jam  0x000000a0 , 0x000001f6 
+ 00026090  0x00006dea jam  0x000000a1 , 0x000001f9 
+ 00026091  0x00006dec setarg  0x000001f6 
+ 00026092  0x00006ded hstore  0x00000002 , 0x0000809a 
+ 00026093  0x00006dee hstoret  0x00000002 , 0x0000809e 
+ 00026094  0x00006def deposit  0x00000011 
+ 00026095  0x00006df0 hstore  0x00000002 , 0x0000809c 
+ 00026096  0x00006df1 setarg  0x00000002 
+ 00026097  0x00006df2 isolate0  0x0000000f , 0x00000011 
+ 00026098  0x00006df3 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00026099  0x00006df4 hstore  0x00000001 , 0x00008090 
+ 00026100  0x00006df5 jam  0x00000004 , 0x00008006 
+ 00026101  0x00006df6 arg  0x00000005 , 0x00000007 
+ 00026102  0x00006df7 call  0x000064c0 
+ 00026103  0x00006df8 call  0x000065b0 
+ 00026104  0x00006df9 isolate1  0x00000004 , 0x0000003f 
+ 00026105  0x00006dfa call  0x000064b9 
+ 00026106  0x00006dfb bmark1  0x00000028 , 0x00006601 
+ 00026107  0x00006dfc fetch  0x00000002 , 0x000001f7 
+ 00026108  0x00006dfd byteswap  0x0000003f , 0x0000003f 
+ 00026109  0x00006dfe iadd  0x00000002 , 0x0000003f 
+ 00026110  0x00006dff byteswap  0x0000003f , 0x0000003f 
+ 00026111  0x00006e00 store  0x00000002 , 0x000001f7 
+ 00026112  0x00006e01 rtn 
+ 00026113  0x00006e04 fetch  0x00000001 , 0x000001f7 
+ 00026114  0x00006e05 iadd  0x00000002 , 0x0000003f 
+ 00026115  0x00006e06 byteswap  0x0000003f , 0x0000003f 
+ 00026116  0x00006e07 store  0x00000002 , 0x000001f7 
+ 00026117  0x00006e08 rtn 
+ 00026118  0x00006e0f fetch  0x00000002 , 0x00004203 
+ 00026119  0x00006e10 iadd  0x00000012 , 0x0000003f 
+ 00026120  0x00006e14 store  0x00000002 , 0x00000a9a 
+ 00026121  0x00006e15 bpatchx  0x00000092 , 0x00004032 
+ 00026122  0x00006e16 storet  0x00000002 , 0x00000aa2 
+ 00026123  0x00006e17 copy  0x00000011 , 0x0000003f 
+ 00026124  0x00006e18 store  0x00000002 , 0x00000ab9 
+ 00026125  0x00006e1a call  0x0000661d 
+ 00026126  0x00006e1c fetcht  0x00000002 , 0x00000ab2 
+ 00026127  0x00006e1d fetch  0x00000002 , 0x00000ab9 
+ 00026128  0x00006e1e copy  0x0000003f , 0x00000011 
+ 00026129  0x00006e1f fetch  0x00000002 , 0x00000a9a 
+ 00026130  0x00006e21 call  0x0000663d 
+ 00026131  0x00006e23 fetch  0x00000002 , 0x00000ab2 
+ 00026132  0x00006e24 fetcht  0x00000002 , 0x00000ab9 
+ 00026133  0x00006e25 iadd  0x00000002 , 0x00000002 
+ 00026134  0x00006e26 storet  0x00000002 , 0x00000ab9 
+ 00026135  0x00006e27 fetcht  0x00000002 , 0x00000a9a 
+ 00026136  0x00006e28 iadd  0x00000002 , 0x00000002 
+ 00026137  0x00006e29 storet  0x00000002 , 0x00000a9a 
+ 00026138  0x00006e2a fetch  0x00000002 , 0x00000aa2 
+ 00026139  0x00006e2b nbranch  0x0000660d , 0x00000034 
+ 00026140  0x00006e2c rtn 
+ 00026141  0x00006e35 bpatchx  0x00000093 , 0x00004032 
+ 00026142  0x00006e36 fetch  0x00000001 , 0x00004211 
+ 00026143  0x00006e37 increase  0xffffffff , 0x0000003f 
+ 00026144  0x00006e38 fetcht  0x00000002 , 0x00000a9a 
+ 00026145  0x00006e39 ior  0x00000002 , 0x0000003f 
+ 00026146  0x00006e3a increase  0x00000001 , 0x0000003f 
+ 00026147  0x00006e3b store  0x00000003 , 0x00000ab6 
+ 00026148  0x00006e3d fetch  0x00000002 , 0x00000aa2 
+ 00026149  0x00006e3e iadd  0x00000002 , 0x0000003f 
+ 00026150  0x00006e40 fetcht  0x00000003 , 0x00000ab6 
+ 00026151  0x00006e41 isub  0x00000002 , 0x0000003f 
+ 00026152  0x00006e42 nbranch  0x0000662f , 0x00000002 
+ 00026153  0x00006e43 store  0x00000002 , 0x00000aa2 
+ 00026154  0x00006e44 fetch  0x00000003 , 0x00000ab6 
+ 00026155  0x00006e45 fetcht  0x00000002 , 0x00000a9a 
+ 00026156  0x00006e46 isub  0x00000002 , 0x0000003f 
+ 00026157  0x00006e47 store  0x00000002 , 0x00000ab2 
+ 00026158  0x00006e48 rtn 
+ 00026159  0x00006e4a fetch  0x00000002 , 0x00000aa2 
+ 00026160  0x00006e4b store  0x00000002 , 0x00000ab2 
+ 00026161  0x00006e4c setarg  0x00000000 
+ 00026162  0x00006e4d store  0x00000002 , 0x00000aa2 
+ 00026163  0x00006e4e rtn 
+ 00026164  0x00006e51 increase  0x00000002 , 0x00000002 
+ 00026165  0x00006e52 hstoret  0x00000002 , 0x00008098 
+ 00026166  0x00006e53 increase  0xfffffffe , 0x00000011 
+ 00026167  0x00006e54 ifetcht  0x00000003 , 0x00000011 
+ 00026168  0x00006e55 copy  0x00000002 , 0x00000012 
+ 00026169  0x00006e56 arg  0x000000a0 , 0x00000002 
+ 00026170  0x00006e57 istoret  0x00000001 , 0x00000011 
+ 00026171  0x00006e59 istore  0x00000001 , 0x00000005 
+ 00026172  0x00006e5a branch  0x0000664a 
+ 00026173  0x00006e5e copy  0x0000003f , 0x00000012 
+ 00026174  0x00006e5f bpatchx  0x00000094 , 0x00004032 
+ 00026175  0x00006e60 bmark1  0x00000028 , 0x00006634 
+ 00026176  0x00006e61 copy  0x00000012 , 0x0000003f 
+ 00026177  0x00006e62 increase  0x00000003 , 0x00000002 
+ 00026178  0x00006e63 hstoret  0x00000002 , 0x00008098 
+ 00026179  0x00006e64 increase  0xfffffffd , 0x00000011 
+ 00026180  0x00006e65 ifetcht  0x00000003 , 0x00000011 
+ 00026181  0x00006e66 copy  0x00000002 , 0x00000012 
+ 00026182  0x00006e67 arg  0x000000a0 , 0x00000002 
+ 00026183  0x00006e68 istoret  0x00000001 , 0x00000011 
+ 00026184  0x00006e69 byteswap  0x0000003f , 0x0000003f 
+ 00026185  0x00006e6a istore  0x00000002 , 0x00000005 
+ 00026186  0x00006e6c deposit  0x00000011 
+ 00026187  0x00006e6d hstore  0x00000002 , 0x0000809a 
+ 00026188  0x00006e6e setarg  0x00000000 
+ 00026189  0x00006e6f hstore  0x00000002 , 0x0000809e 
+ 00026190  0x00006e70 jam  0x00000001 , 0x00008090 
+ 00026191  0x00006e71 jam  0x00000004 , 0x00008006 
+ 00026192  0x00006e72 call  0x000065b0 
+ 00026193  0x00006e73 copy  0x00000012 , 0x0000003f 
+ 00026194  0x00006e74 istore  0x00000003 , 0x00000011 
+ 00026195  0x00006e77 bpatchx  0x00000095 , 0x00004032 
+ 00026196  0x00006e78 jam  0x00000000 , 0x000001f9 
+ 00026197  0x00006e7a setarg  0x00000001 
+ 00026198  0x00006e7b hstore  0x00000002 , 0x00008098 
+ 00026199  0x00006e7c jam  0x000000a0 , 0x000001f6 
+ 00026200  0x00006e7d setarg  0x000001f6 
+ 00026201  0x00006e7e hstore  0x00000002 , 0x0000809a 
+ 00026202  0x00006e7f setarg  0x00000000 
+ 00026203  0x00006e80 hstore  0x00000002 , 0x0000809e 
+ 00026204  0x00006e81 hstore  0x00000002 , 0x0000809c 
+ 00026205  0x00006e82 setarg  0x00000003 
+ 00026206  0x00006e83 hstore  0x00000001 , 0x00008090 
+ 00026207  0x00006e84 jam  0x00000004 , 0x00008006 
+ 00026208  0x00006e85 call  0x000065b0 
+ 00026209  0x00006e86 hfetch  0x00000001 , 0x0000812c 
+ 00026210  0x00006e87 rtnbit0  0x00000006 
+ 00026211  0x00006e88 nop  0x000005dc 
+ 00026212  0x00006e89 fetch  0x00000001 , 0x000001f9 
+ 00026213  0x00006e8a increase  0x00000001 , 0x0000003f 
+ 00026214  0x00006e8b store  0x00000001 , 0x000001f9 
+ 00026215  0x00006e8c sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00026216  0x00006e8d nrtn  0x00000002 
+ 00026217  0x00006e8e branch  0x00006655 
+ 00026218  0x00006e93 jam  0x00000070 , 0x00008973 
+ 00026219  0x00006e94 nop  0x00000bb8 
+ 00026220  0x00006e95 rtn 
+ 00026221  0x00006e98 jam  0x00000030 , 0x00008973 
+ 00026222  0x00006e99 rtn 
+ 00026223  0x00006e9c lshift3  0x0000003f , 0x0000003f 
+ 00026224  0x00006e9d hstore  0x00000002 , 0x00008045 
+ 00026225  0x00006e9e jam  0x00000000 , 0x0000804b 
+ 00026226  0x00006e9f rtn 
+ 00026227  0x00006ea3 call  0x0000666f 
+ 00026228  0x00006ea4 call  0x000066a0 
+ 00026229  0x00006ea6 ifetcht  0x00000001 , 0x00000011 
+ 00026230  0x00006ea7 increase  0x00000001 , 0x00000011 
+ 00026231  0x00006ea8 force  0x00000000 , 0x00000007 
+ 00026232  0x00006eaa qisolate0  0x00000002 
+ 00026233  0x00006eab branch  0x00006697 , 0x00000001 
+ 00026234  0x00006eac hfetch  0x00000001 , 0x00008046 
+ 00026235  0x00006ead set1  0x00000006 , 0x0000003f 
+ 00026236  0x00006eae set1  0x00000007 , 0x0000003f 
+ 00026237  0x00006eaf hstore  0x00000001 , 0x00008046 
+ 00026238  0x00006eb0 jam  0x00000002 , 0x00008047 
+ 00026239  0x00006eb1 jam  0x00000082 , 0x00008047 
+ 00026240  0x00006eb2 set0  0x00000007 , 0x0000003f 
+ 00026241  0x00006eb3 hstore  0x00000001 , 0x00008046 
+ 00026242  0x00006eb4 jam  0x0000008a , 0x00008047 
+ 00026243  0x00006eb5 nop  0x0000000b 
+ 00026244  0x00006eb6 jam  0x000000ca , 0x00008047 
+ 00026245  0x00006eb7 nop  0x00000021 
+ 00026246  0x00006eb8 jam  0x0000004a , 0x00008047 
+ 00026247  0x00006eb9 nop  0x0000002c 
+ 00026248  0x00006eba jam  0x000000ca , 0x00008047 
+ 00026249  0x00006ebb nop  0x00000016 
+ 00026250  0x00006ebc jam  0x0000008a , 0x00008047 
+ 00026251  0x00006ebd nop  0x00000021 
+ 00026252  0x00006ebe jam  0x00000082 , 0x00008047 
+ 00026253  0x00006ebf nop  0x00000001 
+ 00026254  0x00006ec0 jam  0x00000092 , 0x00008047 
+ 00026255  0x00006ec1 nop  0x0000000a 
+ 00026256  0x00006ec2 jam  0x000000b2 , 0x00008047 
+ 00026257  0x00006ec3 hfetch  0x00000001 , 0x00008007 
+ 00026258  0x00006ec4 jam  0x00000092 , 0x00008047 
+ 00026259  0x00006ec5 nop  0x00000001 
+ 00026260  0x00006ec6 jam  0x00000082 , 0x00008047 
+ 00026261  0x00006ec7 qisolate0  0x0000003f 
+ 00026262  0x00006ec8 branch  0x00006678 , 0x00000001 
+ 00026263  0x00006eca hfetch  0x00000002 , 0x00008045 
+ 00026264  0x00006ecb increase  0x00000001 , 0x0000003f 
+ 00026265  0x00006ecc hstore  0x00000002 , 0x00008045 
+ 00026266  0x00006ecd increase  0x00000001 , 0x00000007 
+ 00026267  0x00006ece compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00026268  0x00006ecf nbranch  0x00006678 , 0x00000001 
+ 00026269  0x00006ed0 loop  0x00006675 
+ 00026270  0x00006ed1 jam  0x00000083 , 0x00008047 
+ 00026271  0x00006ed2 rtn 
+ 00026272  0x00006ed5 jam  0x00000082 , 0x00008047 
+ 00026273  0x00006ed6 nop  0x0000000c 
+ 00026274  0x00006ed7 jam  0x00000080 , 0x00008047 
+ 00026275  0x00006ed8 jam  0x00000082 , 0x00008047 
+ 00026276  0x00006ed9 nop  0x00000096 
+ 00026277  0x00006eda rtn 
+ 00026278  0x00006ede call  0x000066a0 
+ 00026279  0x00006edf jam  0x000000a2 , 0x00008047 
+ 00026280  0x00006ee0 deposit  0x00000011 
+ 00026281  0x00006ee1 hstore  0x00000002 , 0x00008048 
+ 00026282  0x00006ee2 set1  0x0000000b , 0x00000002 
+ 00026283  0x00006ee3 isolate0  0x0000000f , 0x0000003f 
+ 00026284  0x00006ee4 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00026285  0x00006ee5 hstoret  0x00000002 , 0x0000804a 
+ 00026286  0x00006ee6 jam  0x00000001 , 0x00008006 
+ 00026287  0x00006ee7 rtn 
+ 00026288  0x00006eea hfetch  0x00000001 , 0x0000812c 
+ 00026289  0x00006eeb bbit0  0x00000001 , 0x000066b0 
+ 00026290  0x00006eec rtn 
+ 00026291  0x00006ef0 call  0x0000666f 
+ 00026292  0x00006ef1 call  0x000066a6 
+ 00026293  0x00006ef2 call  0x000066b0 
+ 00026294  0x00006ef3 jam  0x00000083 , 0x00008047 
+ 00026295  0x00006ef4 rtn 
+ 00026296  0x00006efa hfetch  0x00000002 , 0x00008124 
+ 00026297  0x00006efb hstore  0x00000002 , 0x00008045 
+ 00026298  0x00006efc call  0x000066a6 
+ 00026299  0x00006efd arg  0x00000001 , 0x00000007 
+ 00026300  0x00006efe call  0x000064c0 
+ 00026301  0x00006eff call  0x000066b0 
+ 00026302  0x00006f00 isolate1  0x00000000 , 0x0000003f 
+ 00026303  0x00006f01 call  0x000064b9 
+ 00026304  0x00006f02 jam  0x00000083 , 0x00008047 
+ 00026305  0x00006f03 rtn 
+ 00026306  0x00006f07 hfetch  0x00000002 , 0x0000805e 
+ 00026307  0x00006f08 iforce  0x0000000a 
+ 00026308  0x00006f09 rtn 
+ 00026309  0x00006f0c deposit  0x0000000a 
+ 00026310  0x00006f0d hstore  0x00000002 , 0x0000805e 
+ 00026311  0x00006f0e rtn 
+ 00026312  0x00006f11 deposit  0x00000003 
+ 00026313  0x00006f12 hstore  0x00000002 , 0x00008058 
+ 00026314  0x00006f13 rtn 
+ 00026315  0x00006f16 hfetch  0x00000002 , 0x00008058 
+ 00026316  0x00006f17 copy  0x0000003f , 0x00000003 
+ 00026317  0x00006f18 rtn 
+ 00026318  0x00006f1b fetch  0x00000002 , 0x00004243 
+ 00026319  0x00006f1c hstore  0x00000002 , 0x00008052 
+ 00026320  0x00006f1d rtn 
+ 00026321  0x00006f20 deposit  0x00000039 
+ 00026322  0x00006f21 rtn  0x00000034 
+ 00026323  0x00006f23 increase  0xfffffff8 , 0x00000039 
+ 00026324  0x00006f24 call  0x000066de , 0x00000002 
+ 00026325  0x00006f25 rtn  0x00000005 
+ 00026326  0x00006f26 branch  0x000066d3 , 0x00000002 
+ 00026327  0x00006f27 increase  0x00000008 , 0x00000039 
+ 00026328  0x00006f29 increase  0xfffffffc , 0x00000039 
+ 00026329  0x00006f2a call  0x000066e1 , 0x00000002 
+ 00026330  0x00006f2b rtn  0x00000005 
+ 00026331  0x00006f2c branch  0x000066d8 , 0x00000002 
+ 00026332  0x00006f2d increase  0x00000004 , 0x00000039 
+ 00026333  0x00006f2e branch  0x000066e4 
+ 00026334  0x00006f31 ifetch  0x00000008 , 0x00000006 
+ 00026335  0x00006f32 istore  0x00000008 , 0x0000000a 
+ 00026336  0x00006f33 rtn 
+ 00026337  0x00006f36 ifetch  0x00000004 , 0x00000006 
+ 00026338  0x00006f37 istore  0x00000004 , 0x0000000a 
+ 00026339  0x00006f38 rtn 
+ 00026340  0x00006f3b deposit  0x00000039 
+ 00026341  0x00006f3c rtn  0x00000034 
+ 00026342  0x00006f3e ifetch  0x00000001 , 0x00000006 
+ 00026343  0x00006f3f istore  0x00000001 , 0x0000000a 
+ 00026344  0x00006f40 loop  0x000066e6 
+ 00026345  0x00006f41 rtn 
+ 00026346  0x00006f44 deposit  0x00000039 
+ 00026347  0x00006f45 rtn  0x00000034 
+ 00026348  0x00006f47 increase  0xfffffff8 , 0x00000039 
+ 00026349  0x00006f48 call  0x000066f7 , 0x00000002 
+ 00026350  0x00006f49 rtn  0x00000005 
+ 00026351  0x00006f4a branch  0x000066ec , 0x00000002 
+ 00026352  0x00006f4b increase  0x00000008 , 0x00000039 
+ 00026353  0x00006f4d increase  0xfffffffc , 0x00000039 
+ 00026354  0x00006f4e call  0x000066fa , 0x00000002 
+ 00026355  0x00006f4f rtn  0x00000005 
+ 00026356  0x00006f50 branch  0x000066f1 , 0x00000002 
+ 00026357  0x00006f51 increase  0x00000004 , 0x00000039 
+ 00026358  0x00006f52 branch  0x000066fd 
+ 00026359  0x00006f55 ifetch  0x00000008 , 0x00000003 
+ 00026360  0x00006f56 istore  0x00000008 , 0x00000005 
+ 00026361  0x00006f57 rtn 
+ 00026362  0x00006f5a ifetch  0x00000004 , 0x00000003 
+ 00026363  0x00006f5b istore  0x00000004 , 0x00000005 
+ 00026364  0x00006f5c rtn 
+ 00026365  0x00006f60 deposit  0x00000039 
+ 00026366  0x00006f61 rtn  0x00000034 
+ 00026367  0x00006f63 ifetch  0x00000001 , 0x00000003 
+ 00026368  0x00006f64 istore  0x00000001 , 0x00000005 
+ 00026369  0x00006f65 loop  0x000066ff 
+ 00026370  0x00006f66 rtn 
+ 00026371  0x00006f6a deposit  0x00000039 
+ 00026372  0x00006f6b rtn  0x00000034 
+ 00026373  0x00006f6d ifetch  0x00000001 , 0x00000003 
+ 00026374  0x00006f6e istore  0x00000001 , 0x0000000a 
+ 00026375  0x00006f6f loop  0x00006705 
+ 00026376  0x00006f70 rtn 
+ 00026377  0x00006f76 jam  0x0000003d , 0x00000a99 
+ 00026378  0x00006f77 branch  0x00007d86 
+ 00026379  0x00006f7b bpatchx  0x00000096 , 0x00004032 
+ 00026380  0x00006f7c fetch  0x00000001 , 0x00004217 
+ 00026381  0x00006f7d rtn  0x00000034 
+ 00026382  0x00006f7e call  0x000067a3 
+ 00026383  0x00006f7f call  0x000067a9 , 0x00000005 
+ 00026384  0x00006f80 call  0x0000673e 
+ 00026385  0x00006f82 fetch  0x00000001 , 0x00004217 
+ 00026386  0x00006f83 icopy  0x00000013 
+ 00026387  0x00006f84 fetcht  0x00000002 , 0x00004215 
+ 00026388  0x00006f85 storet  0x00000002 , 0x0000018c 
+ 00026389  0x00006f87 copy  0x00000013 , 0x0000003f 
+ 00026390  0x00006f88 branch  0x00006709 , 0x00000034 
+ 00026391  0x00006f89 increase  0xffffffff , 0x00000013 
+ 00026392  0x00006f8a copy  0x00000002 , 0x00000011 
+ 00026393  0x00006f8b ifetch  0x00000001 , 0x00000011 
+ 00026394  0x00006f8c fetcht  0x00000001 , 0x00000184 
+ 00026395  0x00006f8d isub  0x00000002 , 0x0000003e 
+ 00026396  0x00006f8e call  0x00006725 , 0x00000005 
+ 00026397  0x00006f8f branch  0x00006721 , 0x00000002 
+ 00026398  0x00006f90 ifetch  0x00000001 , 0x00000011 
+ 00026399  0x00006f91 increase  0x00000001 , 0x0000003f 
+ 00026400  0x00006f92 istore  0x00000001 , 0x00000011 
+ 00026401  0x00006f94 fetcht  0x00000002 , 0x0000018c 
+ 00026402  0x00006f95 increase  0x00000022 , 0x00000002 
+ 00026403  0x00006f96 storet  0x00000002 , 0x0000018c 
+ 00026404  0x00006f97 branch  0x00006715 
+ 00026405  0x00006f9a setarg  0x00000000 
+ 00026406  0x00006f9b istore  0x00000001 , 0x00000011 
+ 00026407  0x00006f9c fetch  0x00000001 , 0x00000185 
+ 00026408  0x00006f9d istore  0x00000001 , 0x00000005 
+ 00026409  0x00006f9e bne  0x00000033 , 0x00006733 
+ 00026410  0x00006f9f arg  0x000041be , 0x00000012 
+ 00026411  0x00006fa1 ifetch  0x00000006 , 0x00000006 
+ 00026412  0x00006fa2 istore  0x00000008 , 0x00000005 
+ 00026413  0x00006fa3 setarg  0x00000000 
+ 00026414  0x00006fa4 istore  0x00000008 , 0x00000005 
+ 00026415  0x00006fa5 copy  0x00000012 , 0x00000006 
+ 00026416  0x00006fa7 call  0x00007ebf 
+ 00026417  0x00006fa8 force  0x00000001 , 0x0000003e 
+ 00026418  0x00006fa9 rtn 
+ 00026419  0x00006fac beq  0x00000036 , 0x00006737 
+ 00026420  0x00006fad beq  0x00000037 , 0x0000673b 
+ 00026421  0x00006fae arg  0x00004419 , 0x00000012 
+ 00026422  0x00006faf branch  0x0000672b 
+ 00026423  0x00006fb2 arg  0x000044d5 , 0x00000006 
+ 00026424  0x00006fb3 call  0x00007ebf 
+ 00026425  0x00006fb5 arg  0x00004419 , 0x00000006 
+ 00026426  0x00006fb6 branch  0x00006730 
+ 00026427  0x00006fb9 arg  0x000044cd , 0x00000006 
+ 00026428  0x00006fba call  0x00007ebf 
+ 00026429  0x00006fbb branch  0x00006739 
+ 00026430  0x00006fbf call  0x00007fe9 
+ 00026431  0x00006fc0 fetch  0x00000001 , 0x00004217 
+ 00026432  0x00006fc1 rtn  0x00000034 
+ 00026433  0x00006fc2 fetch  0x00000002 , 0x00004682 
+ 00026434  0x00006fc3 bbit1  0x00000000 , 0x00006754 
+ 00026435  0x00006fc5 bpatchx  0x00000097 , 0x00004032 
+ 00026436  0x00006fc6 fetch  0x00000001 , 0x0000448e 
+ 00026437  0x00006fc7 beq  0x00000000 , 0x0000674d 
+ 00026438  0x00006fc8 fetch  0x00000001 , 0x00000454 
+ 00026439  0x00006fc9 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00026440  0x00006fca branch  0x0000674d , 0x00000001 
+ 00026441  0x00006fcb compare  0x00000040 , 0x0000003f , 0x000000c0 
+ 00026442  0x00006fcc branch  0x00006752 , 0x00000001 
+ 00026443  0x00006fcd compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00026444  0x00006fce branch  0x00006750 , 0x00000001 
+ 00026445  0x00006fd0 jam  0x00000035 , 0x00000185 
+ 00026446  0x00006fd1 fetch  0x00000006 , 0x0000044f 
+ 00026447  0x00006fd2 branch  0x00006757 
+ 00026448  0x00006fd5 jam  0x00000037 , 0x00000185 
+ 00026449  0x00006fd6 branch  0x00006757 
+ 00026450  0x00006fda jam  0x00000036 , 0x00000185 
+ 00026451  0x00006fdb branch  0x00006757 
+ 00026452  0x00006fdf bpatchx  0x00000098 , 0x00004033 
+ 00026453  0x00006fe0 jam  0x00000033 , 0x00000185 
+ 00026454  0x00006fe1 fetch  0x00000006 , 0x00000040 
+ 00026455  0x00006fe3 store  0x00000006 , 0x00000186 
+ 00026456  0x00006fe4 fetch  0x00000002 , 0x00004215 
+ 00026457  0x00006fe5 ifetcht  0x00000001 , 0x0000003f 
+ 00026458  0x00006fe6 pincrease  0x00000001 
+ 00026459  0x00006fe7 store  0x00000002 , 0x0000018c 
+ 00026460  0x00006fe8 storet  0x00000001 , 0x00000184 
+ 00026461  0x00006fe9 fetch  0x00000001 , 0x00004217 
+ 00026462  0x00006fea icopy  0x00000013 
+ 00026463  0x00006fec fetch  0x00000002 , 0x0000018c 
+ 00026464  0x00006fed copy  0x0000003f , 0x00000011 
+ 00026465  0x00006fee call  0x0000676f 
+ 00026466  0x00006fef rtn  0x00000028 
+ 00026467  0x00006ff0 fetcht  0x00000002 , 0x0000018c 
+ 00026468  0x00006ff1 increase  0x00000022 , 0x00000002 
+ 00026469  0x00006ff2 storet  0x00000002 , 0x0000018c 
+ 00026470  0x00006ff3 increase  0xffffffff , 0x00000002 
+ 00026471  0x00006ff4 ifetch  0x00000001 , 0x00000002 
+ 00026472  0x00006ff5 store  0x00000001 , 0x00000184 
+ 00026473  0x00006ff6 increase  0xffffffff , 0x00000013 
+ 00026474  0x00006ff7 nbranch  0x0000675f , 0x00000005 
+ 00026475  0x00006ff8 fetch  0x00000001 , 0x00004217 
+ 00026476  0x00006ff9 pincrease  0xffffffff 
+ 00026477  0x00006ffa store  0x00000001 , 0x00000184 
+ 00026478  0x00006ffb rtn 
+ 00026479  0x00006ffd fetch  0x00000001 , 0x00000185 
+ 00026480  0x00006ffe bne  0x00000033 , 0x00006776 
+ 00026481  0x00007000 arg  0x00000185 , 0x00000012 
+ 00026482  0x00007001 arg  0x00000007 , 0x00000039 
+ 00026483  0x00007002 call  0x00007f88 
+ 00026484  0x00007003 branch  0x00007fe7 , 0x00000005 
+ 00026485  0x00007004 rtn 
+ 00026486  0x00007007 beq  0x00000036 , 0x00006779 
+ 00026487  0x00007008 beq  0x00000037 , 0x00006794 
+ 00026488  0x00007009 branch  0x00006771 
+ 00026489  0x0000700c ifetcht  0x00000001 , 0x00000011 
+ 00026490  0x0000700d isub  0x00000002 , 0x0000003e 
+ 00026491  0x0000700e nrtn  0x00000005 
+ 00026492  0x0000700f arg  0x00000ac2 , 0x00000005 
+ 00026493  0x00007010 arg  0x00000010 , 0x00000039 
+ 00026494  0x00007011 call  0x00007ed4 
+ 00026495  0x00007012 fetch  0x00000003 , 0x00000452 
+ 00026496  0x00007013 store  0x00000003 , 0x00000ac2 
+ 00026497  0x00007014 call  0x0000678b 
+ 00026498  0x00007015 fetch  0x00000002 , 0x00000adf 
+ 00026499  0x00007016 byteswap  0x0000003f , 0x0000003f 
+ 00026500  0x00007017 lshift8  0x0000003f , 0x00000002 
+ 00026501  0x00007018 ifetch  0x00000001 , 0x00000006 
+ 00026502  0x00007019 iadd  0x00000002 , 0x0000003f 
+ 00026503  0x0000701a fetcht  0x00000003 , 0x0000044f 
+ 00026504  0x0000701b isub  0x00000002 , 0x0000003e 
+ 00026505  0x0000701c branch  0x00007fe7 , 0x00000005 
+ 00026506  0x0000701d rtn 
+ 00026507  0x00007021 arg  0x00000ac2 , 0x00000006 
+ 00026508  0x00007022 call  0x00007486 
+ 00026509  0x00007024 ifetch  0x00000001 , 0x00000011 
+ 00026510  0x00007025 call  0x00007487 
+ 00026511  0x00007026 force  0x00000038 , 0x00000036 
+ 00026512  0x00007027 force  0x00000000 , 0x00000036 
+ 00026513  0x00007028 call  0x0000741d 
+ 00026514  0x00007029 arg  0x00000ad2 , 0x00000005 
+ 00026515  0x0000702a branch  0x00007497 
+ 00026516  0x0000702d ifetcht  0x00000001 , 0x00000011 
+ 00026517  0x0000702e isub  0x00000002 , 0x0000003e 
+ 00026518  0x0000702f nrtn  0x00000005 
+ 00026519  0x00007030 copy  0x00000006 , 0x00000011 
+ 00026520  0x00007031 add  0x00000006 , 0x00000008 , 0x00000013 
+ 00026521  0x00007032 arg  0x000044cd , 0x00000012 
+ 00026522  0x00007033 arg  0x00000008 , 0x00000039 
+ 00026523  0x00007034 call  0x00007f88 
+ 00026524  0x00007035 branch  0x00007fe7 , 0x00000005 
+ 00026525  0x00007036 copy  0x00000013 , 0x00000011 
+ 00026526  0x00007037 arg  0x000044d5 , 0x00000012 
+ 00026527  0x00007038 arg  0x00000008 , 0x00000039 
+ 00026528  0x00007039 call  0x00007f88 
+ 00026529  0x0000703a branch  0x00007fe7 , 0x00000005 
+ 00026530  0x0000703b rtn 
+ 00026531  0x0000703e fetch  0x00000002 , 0x00004215 
+ 00026532  0x0000703f ifetcht  0x00000001 , 0x0000003f 
+ 00026533  0x00007040 pincrease  0x00000022 
+ 00026534  0x00007041 ifetch  0x00000001 , 0x0000003f 
+ 00026535  0x00007042 isub  0x00000002 , 0x0000003e 
+ 00026536  0x00007043 rtn 
+ 00026537  0x00007046 fetch  0x00000001 , 0x00004217 
+ 00026538  0x00007047 icopy  0x00000039 
+ 00026539  0x00007048 fetcht  0x00000002 , 0x00004215 
+ 00026540  0x00007049 setarg  0x00000000 
+ 00026541  0x0000704b istore  0x00000001 , 0x00000002 
+ 00026542  0x0000704c increase  0x00000022 , 0x00000002 
+ 00026543  0x0000704d pincrease  0x00000001 
+ 00026544  0x0000704e loop  0x000067ad 
+ 00026545  0x0000704f rtn 
+ 00026546  0x00007052 bpatchx  0x00000099 , 0x00004033 
+ 00026547  0x00007053 call  0x0000673e 
+ 00026548  0x00007054 fetch  0x00000001 , 0x00000030 
+ 00026549  0x00007055 setflag  0x00000028 , 0x00000006 , 0x0000003f 
+ 00026550  0x00007056 store  0x00000001 , 0x00000030 
+ 00026551  0x00007057 nbranch  0x000067bc , 0x00000028 
+ 00026552  0x00007058 add  0x00000011 , 0x0000000a , 0x00000006 
+ 00026553  0x0000705a arg  0x000041be , 0x00000005 
+ 00026554  0x0000705b call  0x00007ebf 
+ 00026555  0x0000705c branch  0x000067d7 
+ 00026556  0x0000705e jam  0x00000000 , 0x000041bd 
+ 00026557  0x0000705f rtn 
+ 00026558  0x00007062 fetch  0x00000009 , 0x000044cb 
+ 00026559  0x00007063 branch  0x000067ca , 0x00000034 
+ 00026560  0x00007064 call  0x0000673e 
+ 00026561  0x00007065 nbranch  0x000067ca , 0x00000028 
+ 00026562  0x00007066 fetch  0x00000002 , 0x0000018c 
+ 00026563  0x00007067 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00026564  0x00007068 arg  0x000044d5 , 0x00000005 
+ 00026565  0x00007069 call  0x00007ebf 
+ 00026566  0x0000706a arg  0x00004419 , 0x00000005 
+ 00026567  0x0000706b call  0x00007ebf 
+ 00026568  0x0000706c jam  0x00000001 , 0x00004429 
+ 00026569  0x0000706d rtn 
+ 00026570  0x00007070 jam  0x00000000 , 0x00004429 
+ 00026571  0x00007071 rtn 
+ 00026572  0x00007075 fetch  0x00000006 , 0x0000044f 
+ 00026573  0x00007076 store  0x00000006 , 0x00000186 
+ 00026574  0x00007077 jam  0x00000034 , 0x00000185 
+ 00026575  0x00007078 branch  0x000067d3 
+ 00026576  0x0000707a fetch  0x00000006 , 0x00000040 
+ 00026577  0x0000707b store  0x00000006 , 0x00000186 
+ 00026578  0x0000707c jam  0x00000033 , 0x00000185 
+ 00026579  0x0000707e fetch  0x00000001 , 0x00004092 
+ 00026580  0x0000707f beq  0x0000000a , 0x0000670b 
+ 00026581  0x00007080 bbit1  0x00000006 , 0x000042da 
+ 00026582  0x00007081 rtn 
+ 00026583  0x00007085 fetch  0x00000008 , 0x000041be 
+ 00026584  0x00007086 fetcht  0x00000008 , 0x000041c6 
+ 00026585  0x00007087 ior  0x00000002 , 0x0000003f 
+ 00026586  0x00007088 rtn  0x00000034 
+ 00026587  0x00007089 jam  0x00000001 , 0x000041bd 
+ 00026588  0x0000708a rtn 
+ 00026589  0x00007092 bpatchx  0x0000009a , 0x00004033 
+ 00026590  0x00007093 set1  0x00000007 , 0x00000002 
+ 00026591  0x00007094 call  0x0000681d 
+ 00026592  0x00007095 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00026593  0x0000709b bpatchx  0x0000009b , 0x00004033 
+ 00026594  0x0000709c sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026595  0x0000709d rtn  0x00000005 
+ 00026596  0x0000709e isolate0  0x00000007 , 0x00000002 
+ 00026597  0x0000709f and  0x00000002 , 0x0000001f , 0x00000007 
+ 00026598  0x000070a0 fetch  0x00000004 , 0x000000a1 
+ 00026599  0x000070a1 qsetflag  0x00000001 , 0x0000003f 
+ 00026600  0x000070a2 store  0x00000004 , 0x000000a1 
+ 00026601  0x000070a3 fetch  0x00000004 , 0x000000a5 
+ 00026602  0x000070a4 nqsetflag  0x00000001 , 0x0000003f 
+ 00026603  0x000070a5 store  0x00000004 , 0x000000a5 
+ 00026604  0x000070a6 rtn 
+ 00026605  0x000070aa bpatchx  0x0000009c , 0x00004033 
+ 00026606  0x000070ab sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026607  0x000070ac rtn  0x00000005 
+ 00026608  0x000070ad isolate0  0x00000007 , 0x00000002 
+ 00026609  0x000070ae and  0x00000002 , 0x0000001f , 0x00000007 
+ 00026610  0x000070af fetch  0x00000004 , 0x000000a1 
+ 00026611  0x000070b0 qset0  0x0000003f 
+ 00026612  0x000070b1 store  0x00000004 , 0x000000a1 
+ 00026613  0x000070b2 fetch  0x00000004 , 0x000000a5 
+ 00026614  0x000070b3 qset0  0x0000003f 
+ 00026615  0x000070b4 store  0x00000004 , 0x000000a5 
+ 00026616  0x000070b5 rtn 
+ 00026617  0x000070b9 call  0x000067ed 
+ 00026618  0x000070ba branch  0x000067fe 
+ 00026619  0x000070be sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026620  0x000070bf rtn  0x00000005 
+ 00026621  0x000070c0 ncall  0x000067e1 , 0x0000002b 
+ 00026622  0x000070c3 arg  0x0000807c , 0x00000005 
+ 00026623  0x000070c4 call  0x00006830 
+ 00026624  0x000070c5 setflip  0x00000007 , 0x00000002 
+ 00026625  0x000070c6 arg  0x00008078 , 0x00000005 
+ 00026626  0x000070c7 call  0x00006830 
+ 00026627  0x000070c8 set0  0x00000007 , 0x00000002 
+ 00026628  0x000070c9 arg  0x00008070 , 0x00000005 
+ 00026629  0x000070ca branch  0x00006830 
+ 00026630  0x000070ce arg  0x0000807c , 0x00000005 
+ 00026631  0x000070cf call  0x00006830 
+ 00026632  0x000070d0 set0  0x00000007 , 0x00000002 
+ 00026633  0x000070d1 arg  0x00008078 , 0x00000005 
+ 00026634  0x000070d2 call  0x00006830 
+ 00026635  0x000070d3 set0  0x00000007 , 0x00000002 
+ 00026636  0x000070d4 arg  0x00008070 , 0x00000005 
+ 00026637  0x000070d5 branch  0x00006830 
+ 00026638  0x000070da sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026639  0x000070db rtn  0x00000005 
+ 00026640  0x000070dc setflip  0x00000007 , 0x00000002 
+ 00026641  0x000070dd call  0x0000682f 
+ 00026642  0x000070df set1  0x00000007 , 0x00000002 
+ 00026643  0x000070e0 arg  0x00008070 , 0x00000005 
+ 00026644  0x000070e1 branch  0x00006830 
+ 00026645  0x000070e4 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00026646  0x000070e5 rshift3  0x00000002 , 0x0000003f 
+ 00026647  0x000070e6 and_into  0x00000003 , 0x0000003f 
+ 00026648  0x000070e7 iadd  0x00000005 , 0x00000005 
+ 00026649  0x000070e8 ifetch  0x00000001 , 0x00000005 
+ 00026650  0x000070e9 rtn 
+ 00026651  0x000070ec arg  0x00008074 , 0x00000005 
+ 00026652  0x000070ed branch  0x0000681e 
+ 00026653  0x000070f2 arg  0x0000811c , 0x00000005 
+ 00026654  0x000070f4 call  0x00006815 
+ 00026655  0x000070f5 isolate1  0x00000007 , 0x00000002 
+ 00026656  0x000070f6 branch  0x00006823 , 0x00000001 
+ 00026657  0x000070f7 qisolate0  0x0000003f 
+ 00026658  0x000070f8 rtn 
+ 00026659  0x000070fa qisolate1  0x0000003f 
+ 00026660  0x000070fb rtn 
+ 00026661  0x000070fe sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026662  0x000070ff rtn  0x00000005 
+ 00026663  0x00007100 isolate1  0x00000007 , 0x0000003e 
+ 00026664  0x00007101 branch  0x0000682c 
+ 00026665  0x00007104 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026666  0x00007105 rtn  0x00000005 
+ 00026667  0x00007106 isolate0  0x00000007 , 0x0000003e 
+ 00026668  0x0000710a setarg  0x00000000 
+ 00026669  0x0000710b nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00026670  0x0000710c ixor  0x00000002 , 0x00000002 
+ 00026671  0x00007110 arg  0x00008074 , 0x00000005 
+ 00026672  0x00007114 call  0x00006815 
+ 00026673  0x00007115 isolate1  0x00000007 , 0x00000002 
+ 00026674  0x00007116 qsetflag  0x00000001 , 0x0000003f 
+ 00026675  0x00007117 istore  0x00000001 , 0x00000005 
+ 00026676  0x00007118 rtn 
+ 00026677  0x0000711b arg  0xffffffff , 0x00000011 
+ 00026678  0x0000711c hfetch  0x00000001 , 0x00008081 
+ 00026679  0x0000711d compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00026680  0x0000711e call  0x00006878 , 0x00000001 
+ 00026681  0x00007120 compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00026682  0x00007121 call  0x0000687a , 0x00000001 
+ 00026683  0x00007123 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026684  0x00007124 call  0x0000687a , 0x00000001 
+ 00026685  0x00007126 isolate1  0x00000002 , 0x0000003f 
+ 00026686  0x00007127 call  0x00006874 , 0x00000001 
+ 00026687  0x00007129 isolate1  0x00000003 , 0x0000003f 
+ 00026688  0x0000712a call  0x00006876 , 0x00000001 
+ 00026689  0x0000712c isolate1  0x00000004 , 0x0000003f 
+ 00026690  0x0000712d call  0x0000687c , 0x00000001 
+ 00026691  0x0000712f isolate1  0x00000006 , 0x0000003f 
+ 00026692  0x00007130 nsetflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00026693  0x00007132 isolate1  0x00000007 , 0x0000003f 
+ 00026694  0x00007133 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00026695  0x00007135 hfetch  0x00000001 , 0x00008082 
+ 00026696  0x00007136 isolate1  0x00000000 , 0x0000003f 
+ 00026697  0x00007137 nsetflag  0x00000001 , 0x0000001b , 0x00000011 
+ 00026698  0x00007138 isolate1  0x00000001 , 0x0000003f 
+ 00026699  0x00007139 nsetflag  0x00000001 , 0x0000001c , 0x00000011 
+ 00026700  0x0000713a isolate1  0x00000002 , 0x0000003f 
+ 00026701  0x0000713b nsetflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00026702  0x0000713c isolate1  0x00000003 , 0x0000003f 
+ 00026703  0x0000713d nsetflag  0x00000001 , 0x00000008 , 0x00000011 
+ 00026704  0x0000713e isolate1  0x00000004 , 0x0000003f 
+ 00026705  0x0000713f nsetflag  0x00000001 , 0x00000014 , 0x00000011 
+ 00026706  0x00007140 isolate1  0x00000005 , 0x0000003f 
+ 00026707  0x00007141 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
+ 00026708  0x00007142 isolate1  0x00000006 , 0x0000003f 
+ 00026709  0x00007143 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
+ 00026710  0x00007144 isolate1  0x00000007 , 0x0000003f 
+ 00026711  0x00007145 nsetflag  0x00000001 , 0x00000017 , 0x00000011 
+ 00026712  0x00007147 hfetch  0x00000001 , 0x00008080 
+ 00026713  0x00007148 isolate1  0x00000000 , 0x0000003f 
+ 00026714  0x00007149 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00026715  0x0000714a isolate1  0x00000001 , 0x0000003f 
+ 00026716  0x0000714b nsetflag  0x00000001 , 0x00000006 , 0x00000011 
+ 00026717  0x0000714c isolate1  0x00000002 , 0x0000003f 
+ 00026718  0x0000714d nsetflag  0x00000001 , 0x00000007 , 0x00000011 
+ 00026719  0x0000714e isolate1  0x00000003 , 0x0000003f 
+ 00026720  0x0000714f nsetflag  0x00000001 , 0x00000012 , 0x00000011 
+ 00026721  0x00007150 isolate1  0x00000004 , 0x0000003f 
+ 00026722  0x00007151 nsetflag  0x00000001 , 0x00000013 , 0x00000011 
+ 00026723  0x00007152 isolate1  0x00000005 , 0x0000003f 
+ 00026724  0x00007153 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
+ 00026725  0x00007154 isolate1  0x00000006 , 0x0000003f 
+ 00026726  0x00007155 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
+ 00026727  0x00007156 isolate1  0x00000007 , 0x0000003f 
+ 00026728  0x00007157 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
+ 00026729  0x00007159 hfetch  0x00000001 , 0x00008062 
+ 00026730  0x0000715a isolate1  0x00000004 , 0x0000003f 
+ 00026731  0x0000715b call  0x0000687e , 0x00000001 
+ 00026732  0x0000715c bpatchx  0x0000009d , 0x00004033 
+ 00026733  0x0000715e hfetch  0x00000004 , 0x00008078 
+ 00026734  0x0000715f hfetcht  0x00000004 , 0x0000807c 
+ 00026735  0x00007160 ior  0x00000002 , 0x0000003f 
+ 00026736  0x00007161 invert  0x0000003f , 0x0000003f 
+ 00026737  0x00007162 iand  0x00000011 , 0x0000003f 
+ 00026738  0x00007164 hstore  0x00000004 , 0x00008070 
+ 00026739  0x00007165 rtn 
+ 00026740  0x00007169 arg  0x00000006 , 0x00000007 
+ 00026741  0x0000716a branch  0x00006884 
+ 00026742  0x0000716c arg  0x00000009 , 0x00000007 
+ 00026743  0x0000716d branch  0x00006882 
+ 00026744  0x0000716f arg  0x00000017 , 0x00000007 
+ 00026745  0x00007170 branch  0x00006882 
+ 00026746  0x00007172 arg  0x00000019 , 0x00000007 
+ 00026747  0x00007173 branch  0x00006884 
+ 00026748  0x00007175 arg  0x0000001e , 0x00000007 
+ 00026749  0x00007176 branch  0x00006884 
+ 00026750  0x00007178 arg  0x00000002 , 0x00000007 
+ 00026751  0x00007179 branch  0x00006884 
+ 00026752  0x0000717b arg  0x00000001 , 0x00000039 
+ 00026753  0x0000717c branch  0x00006885 
+ 00026754  0x0000717e arg  0x00000004 , 0x00000039 
+ 00026755  0x0000717f branch  0x00006885 
+ 00026756  0x00007181 arg  0x00000002 , 0x00000039 
+ 00026757  0x00007183 qset0  0x00000011 
+ 00026758  0x00007184 increase  0x00000001 , 0x00000007 
+ 00026759  0x00007185 loop  0x00006885 
+ 00026760  0x00007186 rtn 
+ 00026761  0x0000718f call  0x00006895 
+ 00026762  0x00007190 arg  0x00000006 , 0x00000002 
+ 00026763  0x00007191 branch  0x0000680e 
+ 00026764  0x00007194 call  0x00006889 
+ 00026765  0x00007195 arg  0x00000006 , 0x00000002 
+ 00026766  0x00007196 branch  0x00006825 
+ 00026767  0x0000719b call  0x00006895 
+ 00026768  0x0000719c hfetch  0x00000001 , 0x00008078 
+ 00026769  0x0000719d set1  0x00000007 , 0x0000003f 
+ 00026770  0x0000719e hstore  0x00000001 , 0x00008078 
+ 00026771  0x0000719f arg  0x00000007 , 0x00000002 
+ 00026772  0x000071a0 branch  0x000067fb 
+ 00026773  0x000071a3 hfetch  0x00000001 , 0x00008081 
+ 00026774  0x000071a4 and_into  0x000000fb , 0x0000003f 
+ 00026775  0x000071a5 hstore  0x00000001 , 0x00008081 
+ 00026776  0x000071a6 rtn 
+ 00026777  0x000071a9 hfetch  0x00000001 , 0x00008081 
+ 00026778  0x000071aa isolate1  0x00000002 , 0x0000003f 
+ 00026779  0x000071ab rtn 
+ 00026780  0x000071ae call  0x0000666a 
+ 00026781  0x000071af setarg  0x000007e0 
+ 00026782  0x000071b0 arg  0x00004150 , 0x00000011 
+ 00026783  0x000071b1 arg  0x00000002 , 0x00000002 
+ 00026784  0x000071b2 call  0x000066b3 
+ 00026785  0x000071b3 branch  0x0000666d 
+ 00026786  0x000071b7 call  0x0000666a 
+ 00026787  0x000071b8 setarg  0x000007e2 
+ 00026788  0x000071b9 arg  0x0000421d , 0x00000011 
+ 00026789  0x000071ba arg  0x0000000e , 0x00000002 
+ 00026790  0x000071bb call  0x000066b3 
+ 00026791  0x000071bc branch  0x0000666d 
+ 00026792  0x000071c1 bpatchx  0x0000009e , 0x00004033 
+ 00026793  0x000071c3 call  0x000068a2 
+ 00026794  0x000071c5 fetch  0x00000001 , 0x0000422d 
+ 00026795  0x000071c6 beq  0x00000000 , 0x000068af 
+ 00026796  0x000071c7 beq  0x00000001 , 0x000068c3 
+ 00026797  0x000071c8 beq  0x00000002 , 0x000068d7 
+ 00026798  0x000071c9 rtn 
+ 00026799  0x000071cc fetcht  0x00000002 , 0x00004229 
+ 00026800  0x000071cd setarg  0x0000aa55 
+ 00026801  0x000071ce isub  0x00000002 , 0x0000003e 
+ 00026802  0x000071cf branch  0x000068b8 , 0x00000005 
+ 00026803  0x000071d0 setarg  0x00004dfa 
+ 00026804  0x000071d1 store  0x00000002 , 0x00004227 
+ 00026805  0x000071d2 setarg  0x00004894 
+ 00026806  0x000071d3 store  0x00000002 , 0x00004221 
+ 00026807  0x000071d4 branch  0x000068c0 
+ 00026808  0x000071d7 fetch  0x00000002 , 0x00004227 
+ 00026809  0x000071d8 nbranch  0x000068bc , 0x00000034 
+ 00026810  0x000071d9 setarg  0x00004dfa 
+ 00026811  0x000071da store  0x00000002 , 0x00004227 
+ 00026812  0x000071dc fetch  0x00000002 , 0x00004221 
+ 00026813  0x000071dd nbranch  0x000068c0 , 0x00000034 
+ 00026814  0x000071de setarg  0x00004894 
+ 00026815  0x000071df store  0x00000002 , 0x00004221 
+ 00026816  0x000071e1 setarg  0x00000064 
+ 00026817  0x000071e2 store  0x00000002 , 0x0000422b 
+ 00026818  0x000071e3 rtn 
+ 00026819  0x000071e6 fetcht  0x00000002 , 0x00004229 
+ 00026820  0x000071e7 setarg  0x0000aa55 
+ 00026821  0x000071e8 isub  0x00000002 , 0x0000003e 
+ 00026822  0x000071e9 branch  0x000068cc , 0x00000005 
+ 00026823  0x000071ea setarg  0x00005932 
+ 00026824  0x000071eb store  0x00000002 , 0x00004225 
+ 00026825  0x000071ec setarg  0x00004323 
+ 00026826  0x000071ed store  0x00000002 , 0x0000421f 
+ 00026827  0x000071ee branch  0x000068d4 
+ 00026828  0x000071f1 fetch  0x00000002 , 0x00004225 
+ 00026829  0x000071f2 nbranch  0x000068d0 , 0x00000034 
+ 00026830  0x000071f3 setarg  0x00005932 
+ 00026831  0x000071f4 store  0x00000002 , 0x00004225 
+ 00026832  0x000071f6 fetch  0x00000002 , 0x0000421f 
+ 00026833  0x000071f7 nbranch  0x000068d4 , 0x00000034 
+ 00026834  0x000071f8 setarg  0x00004323 
+ 00026835  0x000071f9 store  0x00000002 , 0x0000421f 
+ 00026836  0x000071fb setarg  0x00000190 
+ 00026837  0x000071fc store  0x00000002 , 0x0000422b 
+ 00026838  0x000071fd rtn 
+ 00026839  0x00007200 fetcht  0x00000002 , 0x00004229 
+ 00026840  0x00007201 setarg  0x0000aa55 
+ 00026841  0x00007202 isub  0x00000002 , 0x0000003e 
+ 00026842  0x00007203 branch  0x000068e0 , 0x00000005 
+ 00026843  0x00007204 setarg  0x00006946 
+ 00026844  0x00007205 store  0x00000002 , 0x00004223 
+ 00026845  0x00007206 setarg  0x00005377 
+ 00026846  0x00007207 store  0x00000002 , 0x0000421d 
+ 00026847  0x00007208 branch  0x000068e8 
+ 00026848  0x0000720b fetch  0x00000002 , 0x00004223 
+ 00026849  0x0000720c nbranch  0x000068e4 , 0x00000034 
+ 00026850  0x0000720d setarg  0x00006946 
+ 00026851  0x0000720e store  0x00000002 , 0x00004223 
+ 00026852  0x00007210 fetch  0x00000002 , 0x0000421d 
+ 00026853  0x00007211 nbranch  0x000068e8 , 0x00000034 
+ 00026854  0x00007212 setarg  0x00005377 
+ 00026855  0x00007213 store  0x00000002 , 0x0000421d 
+ 00026856  0x00007215 setarg  0x00000032 
+ 00026857  0x00007216 store  0x00000002 , 0x0000422b 
+ 00026858  0x00007217 rtn 
+ 00026859  0x0000721b fetch  0x00000001 , 0x0000422d 
+ 00026860  0x0000721c beq  0x00000000 , 0x000068f0 
+ 00026861  0x0000721d beq  0x00000001 , 0x000068f2 
+ 00026862  0x0000721e beq  0x00000002 , 0x000068f4 
+ 00026863  0x0000721f rtn 
+ 00026864  0x00007221 jam  0x000000bf , 0x00008971 
+ 00026865  0x00007222 branch  0x000068f8 
+ 00026866  0x00007224 jam  0x000000af , 0x00008971 
+ 00026867  0x00007225 branch  0x000068f8 
+ 00026868  0x00007227 jam  0x0000008f , 0x00008971 
+ 00026869  0x00007228 fetch  0x00000001 , 0x0000422e 
+ 00026870  0x00007229 hstore  0x00000001 , 0x00008973 
+ 00026871  0x0000722a branch  0x000068f8 
+ 00026872  0x0000722c bpatchx  0x0000009f , 0x00004033 
+ 00026873  0x0000722d hfetch  0x00000001 , 0x00008053 
+ 00026874  0x0000722e set1  0x00000007 , 0x0000003f 
+ 00026875  0x0000722f hstore  0x00000001 , 0x00008053 
+ 00026876  0x00007230 hfetch  0x00000001 , 0x00008973 
+ 00026877  0x00007231 or_into  0x00000030 , 0x0000003f 
+ 00026878  0x00007232 hstore  0x00000001 , 0x00008973 
+ 00026879  0x00007233 jam  0x0000007c , 0x00008906 
+ 00026880  0x00007234 jam  0x000000aa , 0x00008972 
+ 00026881  0x00007235 nop  0x00001388 
+ 00026882  0x00007236 hfetcht  0x00000002 , 0x00008150 
+ 00026883  0x00007237 hfetch  0x00000001 , 0x00008053 
+ 00026884  0x00007238 set0  0x00000007 , 0x0000003f 
+ 00026885  0x00007239 hstore  0x00000001 , 0x00008053 
+ 00026886  0x0000723a storet  0x00000002 , 0x0000422f 
+ 00026887  0x0000723b rtn 
+ 00026888  0x0000723e bpatchx  0x000000a0 , 0x00004034 
+ 00026889  0x0000723f fetch  0x00000001 , 0x0000422d 
+ 00026890  0x00007240 beq  0x00000000 , 0x0000690e 
+ 00026891  0x00007241 beq  0x00000001 , 0x00006912 
+ 00026892  0x00007242 beq  0x00000002 , 0x00006916 
+ 00026893  0x00007243 rtn 
+ 00026894  0x00007246 fetch  0x00000002 , 0x00004227 
+ 00026895  0x00007247 fetcht  0x00000002 , 0x00004221 
+ 00026896  0x00007248 arg  0x000000c8 , 0x00000013 
+ 00026897  0x00007249 branch  0x0000691a 
+ 00026898  0x0000724c fetch  0x00000002 , 0x00004225 
+ 00026899  0x0000724d fetcht  0x00000002 , 0x0000421f 
+ 00026900  0x0000724e arg  0x00000064 , 0x00000013 
+ 00026901  0x0000724f branch  0x0000691a 
+ 00026902  0x00007252 fetch  0x00000002 , 0x00004223 
+ 00026903  0x00007253 fetcht  0x00000002 , 0x0000421d 
+ 00026904  0x00007254 arg  0x00000032 , 0x00000013 
+ 00026905  0x00007255 branch  0x0000691a 
+ 00026906  0x00007258 isub  0x00000002 , 0x00000011 
+ 00026907  0x00007259 fetch  0x00000002 , 0x0000422f 
+ 00026908  0x0000725a isub  0x00000002 , 0x0000003f 
+ 00026909  0x0000725b nbranch  0x00006927 , 0x00000002 
+ 00026910  0x0000725c fetcht  0x00000002 , 0x0000422b 
+ 00026911  0x0000725d imul32  0x00000002 , 0x00000012 
+ 00026912  0x0000725e copy  0x00000013 , 0x0000003f 
+ 00026913  0x0000725f imul32  0x00000011 , 0x0000003f 
+ 00026914  0x00007260 iadd  0x00000012 , 0x0000003f 
+ 00026915  0x00007262 idiv  0x00000011 
+ 00026916  0x00007263 call  0x00007f86 
+ 00026917  0x00007264 quotient  0x0000003f 
+ 00026918  0x00007265 rtn 
+ 00026919  0x00007268 copy  0x00000002 , 0x0000003f 
+ 00026920  0x00007269 fetcht  0x00000002 , 0x0000422f 
+ 00026921  0x0000726a isub  0x00000002 , 0x0000003f 
+ 00026922  0x0000726b fetcht  0x00000002 , 0x0000422b 
+ 00026923  0x0000726c imul32  0x00000002 , 0x00000012 
+ 00026924  0x0000726d copy  0x00000013 , 0x0000003f 
+ 00026925  0x0000726e imul32  0x00000011 , 0x0000003f 
+ 00026926  0x0000726f isub  0x00000012 , 0x0000003f 
+ 00026927  0x00007270 branch  0x00006923 
+ 00026928  0x0000727c ifetch  0x00000008 , 0x00000011 
+ 00026929  0x0000727d store  0x00000008 , 0x00000a9a 
+ 00026930  0x0000727e fetch  0x00000002 , 0x00000a9a 
+ 00026931  0x0000727f fetcht  0x00000002 , 0x00000a9c 
+ 00026932  0x00007280 isub  0x00000002 , 0x00000011 
+ 00026933  0x00007281 fetch  0x00000002 , 0x00000aa0 
+ 00026934  0x00007282 isub  0x00000002 , 0x00000012 
+ 00026935  0x00007283 fetcht  0x00000002 , 0x00000a9e 
+ 00026936  0x00007284 isub  0x00000002 , 0x0000003e 
+ 00026937  0x00007285 ncall  0x00006940 , 0x00000002 
+ 00026938  0x00007286 mul32  0x00000012 , 0x00000064 , 0x0000003f 
+ 00026939  0x00007287 idiv  0x00000011 
+ 00026940  0x00007288 call  0x00007f86 
+ 00026941  0x00007289 quotient  0x0000003f 
+ 00026942  0x0000728a call  0x00006944 , 0x00000034 
+ 00026943  0x0000728b rtn 
+ 00026944  0x0000728d fetch  0x00000001 , 0x00004231 
+ 00026945  0x0000728e set1  0x00000000 , 0x0000003f 
+ 00026946  0x0000728f store  0x00000001 , 0x00004231 
+ 00026947  0x00007290 rtn 
+ 00026948  0x00007292 fetcht  0x00000001 , 0x00004231 
+ 00026949  0x00007293 set1  0x00000001 , 0x00000002 
+ 00026950  0x00007294 storet  0x00000001 , 0x00004231 
+ 00026951  0x00007295 rtn 
+ 00026952  0x0000729b fetch  0x00000002 , 0x0000423d 
+ 00026953  0x0000729c ifetch  0x00000001 , 0x0000003f 
+ 00026954  0x0000729e rtn  0x00000034 
+ 00026955  0x0000729f copy  0x0000003f , 0x00000039 
+ 00026956  0x000072a1 fetch  0x00000002 , 0x0000423d 
+ 00026957  0x000072a2 increase  0x00000003 , 0x0000003f 
+ 00026958  0x000072a3 copy  0x0000003f , 0x00000011 
+ 00026959  0x000072a5 ifetcht  0x00000001 , 0x00000011 
+ 00026960  0x000072a6 call  0x000067fb 
+ 00026961  0x000072a7 increase  0x00000001 , 0x00000011 
+ 00026962  0x000072a8 loop  0x0000694f 
+ 00026963  0x000072aa rtn 
+ 00026964  0x000072ad fetch  0x00000002 , 0x0000423d 
+ 00026965  0x000072ae increase  0x00000003 , 0x0000003f 
+ 00026966  0x000072af copy  0x0000003f , 0x00000011 
+ 00026967  0x000072b1 force  0x00000000 , 0x00000012 
+ 00026968  0x000072b2 jam  0x00000000 , 0x00000b12 
+ 00026969  0x000072b4 ifetcht  0x00000001 , 0x00000011 
+ 00026970  0x000072b5 call  0x0000681d 
+ 00026971  0x000072b6 bpatchx  0x000000a1 , 0x00004034 
+ 00026972  0x000072b7 fetch  0x00000002 , 0x00000b12 
+ 00026973  0x000072b8 copy  0x00000012 , 0x00000007 
+ 00026974  0x000072b9 qsetflag  0x00000001 , 0x0000003f 
+ 00026975  0x000072ba store  0x00000002 , 0x00000b12 
+ 00026976  0x000072bb increase  0x00000001 , 0x00000011 
+ 00026977  0x000072bc increase  0x00000001 , 0x00000012 
+ 00026978  0x000072bd fetch  0x00000002 , 0x0000423d 
+ 00026979  0x000072be ifetch  0x00000001 , 0x0000003f 
+ 00026980  0x000072c0 ixor  0x00000012 , 0x0000003e 
+ 00026981  0x000072c1 nbranch  0x00006959 , 0x00000005 
+ 00026982  0x000072c2 fetch  0x00000002 , 0x00000b12 
+ 00026983  0x000072c3 fetcht  0x00000002 , 0x00000b14 
+ 00026984  0x000072c4 ixor  0x00000002 , 0x0000003e 
+ 00026985  0x000072c5 rtn  0x00000005 
+ 00026986  0x000072c6 enable  0x00000028 
+ 00026987  0x000072c7 rtn 
+ 00026988  0x000072ca fetch  0x00000002 , 0x0000423d 
+ 00026989  0x000072cb ifetch  0x00000001 , 0x0000003f 
+ 00026990  0x000072cd rtn  0x00000034 
+ 00026991  0x000072ce copy  0x0000003f , 0x00000039 
+ 00026992  0x000072cf fetch  0x00000002 , 0x0000423d 
+ 00026993  0x000072d0 increase  0x00000003 , 0x0000003f 
+ 00026994  0x000072d1 copy  0x0000003f , 0x00000011 
+ 00026995  0x000072d3 ifetcht  0x00000001 , 0x00000011 
+ 00026996  0x000072d4 call  0x000067dd 
+ 00026997  0x000072d5 increase  0x00000001 , 0x00000011 
+ 00026998  0x000072d6 loop  0x00006973 
+ 00026999  0x000072d8 rtn 
+ 00027000  0x000072db arg  0x00000009 , 0x00000007 
+ 00027001  0x000072dc call  0x00007f16 
+ 00027002  0x000072dd nrtn  0x00000034 
+ 00027003  0x000072de setarg  0x00000020 
+ 00027004  0x000072df arg  0x00000009 , 0x00000007 
+ 00027005  0x000072e0 call  0x00007f08 
+ 00027006  0x000072e1 disable  0x00000028 
+ 00027007  0x000072e2 call  0x0000696c 
+ 00027008  0x000072e3 bpatchx  0x000000a2 , 0x00004034 
+ 00027009  0x000072e4 fetch  0x00000002 , 0x0000423d 
+ 00027010  0x000072e5 ifetch  0x00000001 , 0x0000003f 
+ 00027011  0x000072e7 rtn  0x00000034 
+ 00027012  0x000072e8 call  0x00006954 
+ 00027013  0x000072e9 nbranch  0x00007d02 , 0x00000028 
+ 00027014  0x000072ea call  0x00007d00 
+ 00027015  0x000072eb disable  0x00000028 
+ 00027016  0x000072ec fetch  0x00000002 , 0x00000b12 
+ 00027017  0x000072ed store  0x00000002 , 0x00000b19 
+ 00027018  0x000072ee jam  0x00000000 , 0x00000b1b 
+ 00027019  0x000072ef force  0x00000000 , 0x00000007 
+ 00027020  0x000072f1 fetch  0x00000002 , 0x00000b14 
+ 00027021  0x000072f2 rshift  0x0000003f , 0x00000002 
+ 00027022  0x000072f3 storet  0x00000002 , 0x00000b14 
+ 00027023  0x000072f4 and  0x0000003f , 0x00000001 , 0x0000003f 
+ 00027024  0x000072f5 fetcht  0x00000002 , 0x00000b19 
+ 00027025  0x000072f6 and  0x00000002 , 0x00000001 , 0x00000011 
+ 00027026  0x000072f7 rshift  0x00000002 , 0x00000002 
+ 00027027  0x000072f8 storet  0x00000002 , 0x00000b19 
+ 00027028  0x000072f9 ixor  0x00000011 , 0x0000003e 
+ 00027029  0x000072fa ncall  0x000069a1 , 0x00000005 
+ 00027030  0x000072fb fetch  0x00000002 , 0x0000423d 
+ 00027031  0x000072fc ifetch  0x00000001 , 0x0000003f 
+ 00027032  0x000072fe fetcht  0x00000001 , 0x00000b1b 
+ 00027033  0x000072ff increase  0x00000001 , 0x00000002 
+ 00027034  0x00007300 storet  0x00000001 , 0x00000b1b 
+ 00027035  0x00007301 copy  0x00000002 , 0x00000007 
+ 00027036  0x00007302 ixor  0x00000007 , 0x0000003e 
+ 00027037  0x00007303 nbranch  0x0000698c , 0x00000005 
+ 00027038  0x00007304 fetch  0x00000002 , 0x00000b12 
+ 00027039  0x00007305 store  0x00000002 , 0x00000b14 
+ 00027040  0x00007306 rtn 
+ 00027041  0x00007308 bpatchx  0x000000a3 , 0x00004034 
+ 00027042  0x00007309 fetch  0x00000002 , 0x0000423d 
+ 00027043  0x0000730a increase  0x00000001 , 0x0000003f 
+ 00027044  0x0000730b ifetch  0x00000002 , 0x0000003f 
+ 00027045  0x0000730c branch  0x00007f9c 
+ 00027046  0x00007318 hfetch  0x00000001 , 0x00008042 
+ 00027047  0x00007319 ior  0x00000011 , 0x0000003f 
+ 00027048  0x0000731a hstore  0x00000001 , 0x00008042 
+ 00027049  0x0000731b hfetch  0x00000002 , 0x00008050 
+ 00027050  0x0000731c set0  0x0000000d , 0x0000003f 
+ 00027051  0x0000731d hstore  0x00000002 , 0x00008050 
+ 00027052  0x0000731f nop  0x00000064 
+ 00027053  0x00007320 rtn 
+ 00027054  0x0000732c fetcht  0x00000003 , 0x00000a9c 
+ 00027055  0x0000732d setarg  0x00b71b00 
+ 00027056  0x0000732e idiv  0x00000002 
+ 00027057  0x0000732f call  0x00007f86 
+ 00027058  0x00007330 quotient  0x00000002 
+ 00027059  0x00007331 fetch  0x00000001 , 0x00000a9f 
+ 00027060  0x00007332 imul32  0x00000002 , 0x0000003f 
+ 00027061  0x00007333 div  0x0000003f , 0x00000064 
+ 00027062  0x00007334 call  0x00007f86 
+ 00027063  0x00007335 quotient  0x00000011 
+ 00027064  0x00007336 copy  0x00000002 , 0x0000003f 
+ 00027065  0x00007337 isub  0x00000011 , 0x00000012 
+ 00027066  0x00007338 fetch  0x00000001 , 0x00000a9b 
+ 00027067  0x00007339 call  0x000069be 
+ 00027068  0x0000733a fetch  0x00000001 , 0x00000a9a 
+ 00027069  0x0000733b branch  0x000069d5 
+ 00027070  0x0000733f beq  0x00000000 , 0x000069c4 
+ 00027071  0x00007340 beq  0x00000001 , 0x000069c6 
+ 00027072  0x00007341 beq  0x00000002 , 0x000069c8 
+ 00027073  0x00007342 beq  0x00000003 , 0x000069ca 
+ 00027074  0x00007343 beq  0x00000004 , 0x000069cc 
+ 00027075  0x00007344 beq  0x00000005 , 0x000069ce 
+ 00027076  0x00007346 arg  0x000080a0 , 0x00000005 
+ 00027077  0x00007347 branch  0x000069d0 
+ 00027078  0x00007349 arg  0x000080a4 , 0x00000005 
+ 00027079  0x0000734a branch  0x000069d0 
+ 00027080  0x0000734c arg  0x000080a8 , 0x00000005 
+ 00027081  0x0000734d branch  0x000069d0 
+ 00027082  0x0000734f arg  0x00008064 , 0x00000005 
+ 00027083  0x00007350 branch  0x000069d0 
+ 00027084  0x00007352 arg  0x00008068 , 0x00000005 
+ 00027085  0x00007353 branch  0x000069d0 
+ 00027086  0x00007355 arg  0x0000806c , 0x00000005 
+ 00027087  0x00007356 branch  0x000069d0 
+ 00027088  0x00007358 copy  0x00000011 , 0x0000003f 
+ 00027089  0x00007359 istore  0x00000002 , 0x00000005 
+ 00027090  0x0000735a copy  0x00000012 , 0x0000003f 
+ 00027091  0x0000735b istore  0x00000002 , 0x00000005 
+ 00027092  0x0000735c rtn 
+ 00027093  0x00007361 enable  0x00000028 
+ 00027094  0x00007362 branch  0x000069d8 
+ 00027095  0x00007364 disable  0x00000028 
+ 00027096  0x00007366 beq  0x00000004 , 0x000069e3 
+ 00027097  0x00007367 beq  0x00000005 , 0x000069e5 
+ 00027098  0x00007368 beq  0x0000001b , 0x000069e7 
+ 00027099  0x00007369 beq  0x0000001c , 0x000069e9 
+ 00027100  0x0000736a beq  0x00000003 , 0x000069eb 
+ 00027101  0x0000736b beq  0x00000008 , 0x000069ed 
+ 00027102  0x0000736c beq  0x00000014 , 0x000069ef 
+ 00027103  0x0000736d beq  0x00000015 , 0x000069f1 
+ 00027104  0x0000736e beq  0x00000016 , 0x000069f3 
+ 00027105  0x0000736f beq  0x00000017 , 0x000069f5 
+ 00027106  0x00007370 rtn 
+ 00027107  0x00007374 arg  0x00000006 , 0x00000007 
+ 00027108  0x00007375 branch  0x000069ff 
+ 00027109  0x00007377 arg  0x00000007 , 0x00000007 
+ 00027110  0x00007378 branch  0x000069ff 
+ 00027111  0x0000737a arg  0x00000008 , 0x00000007 
+ 00027112  0x0000737b branch  0x000069ff 
+ 00027113  0x0000737d arg  0x00000009 , 0x00000007 
+ 00027114  0x0000737e branch  0x000069ff 
+ 00027115  0x00007380 arg  0x0000000a , 0x00000007 
+ 00027116  0x00007381 branch  0x000069ff 
+ 00027117  0x00007383 arg  0x0000000b , 0x00000007 
+ 00027118  0x00007384 branch  0x000069ff 
+ 00027119  0x00007386 arg  0x0000000c , 0x00000007 
+ 00027120  0x00007387 branch  0x00006a01 
+ 00027121  0x00007389 arg  0x0000000d , 0x00000007 
+ 00027122  0x0000738a branch  0x00006a01 
+ 00027123  0x0000738c arg  0x0000000e , 0x00000007 
+ 00027124  0x0000738d branch  0x00006a01 
+ 00027125  0x0000738f arg  0x0000000f , 0x00000007 
+ 00027126  0x00007390 branch  0x00006a01 
+ 00027127  0x00007393 hfetch  0x00000002 , 0x00008081 
+ 00027128  0x00007394 qsetflag  0x00000028 , 0x0000003f 
+ 00027129  0x00007395 hstore  0x00000002 , 0x00008081 
+ 00027130  0x00007396 copy  0x00000011 , 0x00000007 
+ 00027131  0x00007397 hfetch  0x00000001 , 0x00008085 
+ 00027132  0x00007398 qsetflag  0x00000028 , 0x0000003f 
+ 00027133  0x00007399 hstore  0x00000001 , 0x00008085 
+ 00027134  0x0000739a rtn 
+ 00027135  0x0000739d add  0x00000007 , 0xfffffffc , 0x00000011 
+ 00027136  0x0000739e branch  0x000069f7 
+ 00027137  0x000073a1 add  0x00000007 , 0xfffffff6 , 0x00000011 
+ 00027138  0x000073a2 branch  0x000069f7 
+ 00027139  0x000073a8 rtn  0x0000002b 
+ 00027140  0x000073a9 jam  0x00000000 , 0x00004567 
+ 00027141  0x000073aa jam  0x00000003 , 0x000004ed 
+ 00027142  0x000073ab jam  0x00000003 , 0x000004ee 
+ 00027143  0x000073ac jam  0x00000011 , 0x000004f2 
+ 00027144  0x000073ad jam  0x00000013 , 0x000004f3 
+ 00027145  0x000073ae setarg  0x00000000 
+ 00027146  0x000073af store  0x00000003 , 0x000004ef 
+ 00027147  0x000073b0 store  0x00000001 , 0x00004254 
+ 00027148  0x000073b1 jam  0x00000000 , 0x00004681 
+ 00027149  0x000073b4 bpatchx  0x000000a4 , 0x00004034 
+ 00027150  0x000073b5 setarg  0x00000000 
+ 00027151  0x000073b6 store  0x00000001 , 0x00004254 
+ 00027152  0x000073b7 store  0x00000001 , 0x00004564 
+ 00027153  0x000073b8 store  0x00000001 , 0x0000455d 
+ 00027154  0x000073b9 fetch  0x00000001 , 0x0000456b 
+ 00027155  0x000073ba beq  0x00000001 , 0x00006a16 
+ 00027156  0x000073bb jam  0x00000050 , 0x00004569 
+ 00027157  0x000073bc rtn 
+ 00027158  0x000073bf jam  0x00000000 , 0x00004569 
+ 00027159  0x000073c0 rtn 
+ 00027160  0x000073c3 or_into  0x00000002 , 0x00000002 
+ 00027161  0x000073c4 rtn 
+ 00027162  0x000073d1 copy  0x00000002 , 0x0000003f 
+ 00027163  0x000073d2 reverse  0x0000003f , 0x0000003f 
+ 00027164  0x000073d3 store  0x00000001 , 0x00004562 
+ 00027165  0x000073d4 force  0x0000003f , 0x0000003f 
+ 00027166  0x000073d5 reverse  0x0000003f , 0x0000003f 
+ 00027167  0x000073d6 store  0x00000001 , 0x00004561 
+ 00027168  0x000073d7 force  0x00000001 , 0x0000003f 
+ 00027169  0x000073d8 reverse  0x0000003f , 0x0000003f 
+ 00027170  0x000073d9 store  0x00000001 , 0x00004560 
+ 00027171  0x000073da call  0x00006a50 
+ 00027172  0x000073db copy  0x00000002 , 0x0000003f 
+ 00027173  0x000073dc rtn 
+ 00027174  0x000073de reverse  0x0000003f , 0x0000003f 
+ 00027175  0x000073df store  0x00000001 , 0x00004562 
+ 00027176  0x000073e0 force  0x00000073 , 0x0000003f 
+ 00027177  0x000073e1 reverse  0x0000003f , 0x0000003f 
+ 00027178  0x000073e2 store  0x00000001 , 0x00004561 
+ 00027179  0x000073e3 force  0x00000001 , 0x0000003f 
+ 00027180  0x000073e4 reverse  0x0000003f , 0x0000003f 
+ 00027181  0x000073e5 store  0x00000001 , 0x00004560 
+ 00027182  0x000073e6 branch  0x00006a50 
+ 00027183  0x000073e9 fetch  0x00000001 , 0x00004563 
+ 00027184  0x000073ea branch  0x00006a33 , 0x00000034 
+ 00027185  0x000073eb setarg  0x00000070 
+ 00027186  0x000073ec rtn 
+ 00027187  0x000073ee setarg  0x000000aa 
+ 00027188  0x000073ef rtn 
+ 00027189  0x000073f2 reverse  0x0000003f , 0x0000003f 
+ 00027190  0x000073f3 store  0x00000001 , 0x00004562 
+ 00027191  0x000073f4 force  0x000000ef , 0x0000003f 
+ 00027192  0x000073f5 call  0x00006a44 
+ 00027193  0x000073f6 fetcht  0x00000002 , 0x000004f7 
+ 00027194  0x000073f7 copy  0x00000002 , 0x00000005 
+ 00027195  0x000073f8 istore  0x00000001 , 0x00000005 
+ 00027196  0x000073f9 copy  0x00000005 , 0x00000002 
+ 00027197  0x000073fa storet  0x00000002 , 0x000004f7 
+ 00027198  0x000073fb force  0x000000ff , 0x0000003f 
+ 00027199  0x000073fc call  0x00006a44 
+ 00027200  0x000073fd fetcht  0x00000002 , 0x000004f7 
+ 00027201  0x000073fe copy  0x00000002 , 0x00000005 
+ 00027202  0x000073ff istore  0x00000001 , 0x00000005 
+ 00027203  0x00007400 rtn 
+ 00027204  0x0000740a reverse  0x0000003f , 0x0000003f 
+ 00027205  0x0000740b store  0x00000001 , 0x00004561 
+ 00027206  0x0000740c fetch  0x00000002 , 0x00004561 
+ 00027207  0x0000740d lshift8  0x0000003f , 0x0000003f 
+ 00027208  0x0000740e store  0x00000003 , 0x000004f4 
+ 00027209  0x0000740f arg  0x00000107 , 0x00000011 
+ 00027210  0x00007410 arg  0x0000000f , 0x00000012 
+ 00027211  0x00007411 call  0x00006a5d 
+ 00027212  0x00007412 xor_into  0x000000d7 , 0x0000003f 
+ 00027213  0x00007413 invert  0x0000003f , 0x0000003f 
+ 00027214  0x00007414 reverse  0x0000003f , 0x0000003f 
+ 00027215  0x00007415 rtn 
+ 00027216  0x00007420 fetch  0x00000003 , 0x00004560 
+ 00027217  0x00007421 store  0x00000003 , 0x000004f4 
+ 00027218  0x00007422 arg  0x00000107 , 0x00000011 
+ 00027219  0x00007423 arg  0x0000000f , 0x00000012 
+ 00027220  0x00007424 call  0x00006a5d 
+ 00027221  0x00007425 lshift8  0x0000003f , 0x0000003f 
+ 00027222  0x00007426 arg  0x00000007 , 0x00000012 
+ 00027223  0x00007427 call  0x00006a5d 
+ 00027224  0x00007428 xor_into  0x0000002b , 0x0000003f 
+ 00027225  0x00007429 invert  0x0000003f , 0x0000003f 
+ 00027226  0x0000742a reverse  0x0000003f , 0x0000003f 
+ 00027227  0x0000742b copy  0x0000003f , 0x00000002 
+ 00027228  0x0000742c rtn 
+ 00027229  0x0000742f arg  0x00000000 , 0x00000013 
+ 00027230  0x00007430 copy  0x00000012 , 0x00000039 
+ 00027231  0x00007431 call  0x00007e71 
+ 00027232  0x00007432 icopy  0x00000002 
+ 00027233  0x00007438 copy  0x00000002 , 0x0000003f 
+ 00027234  0x00007439 lshift  0x00000013 , 0x00000013 
+ 00027235  0x0000743a bbit0  0x00000008 , 0x00006a66 
+ 00027236  0x0000743b ixor  0x00000011 , 0x00000002 
+ 00027237  0x0000743c increase  0x00000001 , 0x00000013 
+ 00027238  0x0000743e lshift  0x00000002 , 0x00000002 
+ 00027239  0x0000743f fetch  0x00000003 , 0x000004f4 
+ 00027240  0x00007440 increase  0xffffffff , 0x00000012 
+ 00027241  0x00007441 compare  0x000000ff , 0x00000012 , 0x000000ff 
+ 00027242  0x00007442 branch  0x00006a70 , 0x00000001 
+ 00027243  0x00007443 copy  0x00000012 , 0x00000039 
+ 00027244  0x00007444 call  0x00007e71 
+ 00027245  0x00007445 isolate1  0x00000000 , 0x0000003f 
+ 00027246  0x00007446 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00027247  0x00007447 branch  0x00006a61 
+ 00027248  0x0000744a rshift  0x00000002 , 0x0000003f 
+ 00027249  0x0000744b rtn 
+ 00027250  0x0000744e fetcht  0x00000001 , 0x0000455d 
+ 00027251  0x00007451 lshift2  0x00000002 , 0x00000002 
+ 00027252  0x00007452 set1  0x00000000 , 0x00000002 
+ 00027253  0x00007453 fetch  0x00000001 , 0x00004563 
+ 00027254  0x00007454 ncall  0x00006a18 , 0x00000034 
+ 00027255  0x00007455 storet  0x00000001 , 0x0000050d 
+ 00027256  0x00007456 rtn 
+ 00027257  0x0000745a lshift  0x00000002 , 0x00000002 
+ 00027258  0x0000745b fetch  0x00000001 , 0x00004563 
+ 00027259  0x0000745c setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00027260  0x0000745e rtn 
+ 00027261  0x00007460 fetcht  0x00000001 , 0x000004fc 
+ 00027262  0x00007461 jam  0x000000d7 , 0x000004fe 
+ 00027263  0x00007462 call  0x00006bb6 
+ 00027264  0x00007463 fetch  0x00000001 , 0x00004251 
+ 00027265  0x00007464 set1  0x00000006 , 0x0000003f 
+ 00027266  0x00007465 set1  0x00000007 , 0x0000003f 
+ 00027267  0x00007466 store  0x00000001 , 0x00004251 
+ 00027268  0x00007467 jam  0x00000000 , 0x00004563 
+ 00027269  0x00007468 branch  0x00006b97 
+ 00027270  0x0000746a fetch  0x00000001 , 0x00004251 
+ 00027271  0x0000746b set1  0x00000007 , 0x0000003f 
+ 00027272  0x0000746c store  0x00000001 , 0x00004251 
+ 00027273  0x0000746d branch  0x00006b97 
+ 00027274  0x00007471 bpatchx  0x000000a5 , 0x00004034 
+ 00027275  0x00007472 fetch  0x00000001 , 0x00004681 
+ 00027276  0x00007473 beq  0x00000000 , 0x00006a8e 
+ 00027277  0x00007474 branch  0x00006b4c 
+ 00027278  0x00007477 fetch  0x00000002 , 0x00000264 
+ 00027279  0x00007478 copy  0x0000003f , 0x00000006 
+ 00027280  0x00007479 call  0x00006ab8 
+ 00027281  0x0000747a fetch  0x00000001 , 0x000004fc 
+ 00027282  0x0000747b beq  0x00000000 , 0x00006a94 
+ 00027283  0x0000747c branch  0x00006b18 
+ 00027284  0x0000747e bpatchx  0x000000a6 , 0x00004034 
+ 00027285  0x0000747f fetch  0x00000001 , 0x000004fd 
+ 00027286  0x00007480 beq  0x0000003f , 0x00006a7d 
+ 00027287  0x00007481 beq  0x00000073 , 0x00006a86 
+ 00027288  0x00007482 beq  0x000000ef , 0x00006a9b 
+ 00027289  0x00007483 beq  0x00000053 , 0x00006b44 
+ 00027290  0x00007484 rtn 
+ 00027291  0x00007488 fetch  0x00000002 , 0x00000501 
+ 00027292  0x00007489 copy  0x0000003f , 0x00000006 
+ 00027293  0x0000748a call  0x00006ac3 
+ 00027294  0x0000748b fetch  0x00000001 , 0x00000503 
+ 00027295  0x0000748c beq  0x00000041 , 0x00006aa5 
+ 00027296  0x0000748d beq  0x00000040 , 0x00006aad 
+ 00027297  0x0000748e beq  0x00000071 , 0x00006ae6 
+ 00027298  0x0000748f beq  0x00000070 , 0x00006af2 
+ 00027299  0x00007490 beq  0x00000049 , 0x00006afd 
+ 00027300  0x00007491 branch  0x00006b97 
+ 00027301  0x00007494 call  0x00006aaf 
+ 00027302  0x00007496 branch  0x00006aa7 
+ 00027303  0x00007499 fetch  0x00000001 , 0x00004254 
+ 00027304  0x0000749a set1  0x00000000 , 0x0000003f 
+ 00027305  0x0000749b set1  0x00000001 , 0x0000003f 
+ 00027306  0x0000749c store  0x00000001 , 0x00004254 
+ 00027307  0x0000749d call  0x00006be0 
+ 00027308  0x0000749e branch  0x00006b97 
+ 00027309  0x000074a1 call  0x00006aaf 
+ 00027310  0x000074a2 branch  0x00006b97 
+ 00027311  0x000074a5 call  0x00006acb 
+ 00027312  0x000074a6 branch  0x00006ad7 
+ 00027313  0x000074a9 call  0x00006acb 
+ 00027314  0x000074aa ifetch  0x00000001 , 0x00000006 
+ 00027315  0x000074ab rshift3  0x0000003f , 0x0000003f 
+ 00027316  0x000074ac store  0x00000001 , 0x0000456a 
+ 00027317  0x000074ad ifetch  0x00000001 , 0x00000006 
+ 00027318  0x000074ae store  0x00000001 , 0x00000508 
+ 00027319  0x000074af rtn 
+ 00027320  0x000074b3 ifetch  0x00000001 , 0x00000006 
+ 00027321  0x000074b4 store  0x00000001 , 0x000004fb 
+ 00027322  0x000074b5 rshift3  0x0000003f , 0x0000003f 
+ 00027323  0x000074b6 store  0x00000001 , 0x000004fc 
+ 00027324  0x000074b7 ifetch  0x00000001 , 0x00000006 
+ 00027325  0x000074b8 store  0x00000001 , 0x000004fd 
+ 00027326  0x000074ba call  0x00006ace 
+ 00027327  0x000074bb storet  0x00000002 , 0x000004ff 
+ 00027328  0x000074bc copy  0x00000006 , 0x0000003f 
+ 00027329  0x000074bd store  0x00000002 , 0x00000501 
+ 00027330  0x000074be rtn 
+ 00027331  0x000074c1 ifetch  0x00000001 , 0x00000006 
+ 00027332  0x000074c2 rshift  0x0000003f , 0x0000003f 
+ 00027333  0x000074c3 store  0x00000001 , 0x00000503 
+ 00027334  0x000074c4 call  0x00006ace 
+ 00027335  0x000074c5 storet  0x00000002 , 0x00000504 
+ 00027336  0x000074c6 copy  0x00000006 , 0x0000003f 
+ 00027337  0x000074c7 store  0x00000002 , 0x00000506 
+ 00027338  0x000074c8 rtn 
+ 00027339  0x000074cc fetch  0x00000002 , 0x00000506 
+ 00027340  0x000074cd copy  0x0000003f , 0x00000006 
+ 00027341  0x000074ce rtn 
+ 00027342  0x000074d1 ifetch  0x00000001 , 0x00000006 
+ 00027343  0x000074d2 copy  0x0000003f , 0x00000002 
+ 00027344  0x000074d3 rshift  0x00000002 , 0x00000002 
+ 00027345  0x000074d4 rtnbit1  0x00000000 
+ 00027346  0x000074d5 ifetch  0x00000001 , 0x00000006 
+ 00027347  0x000074d6 lshift3  0x0000003f , 0x0000003f 
+ 00027348  0x000074d7 lshift4  0x0000003f , 0x0000003f 
+ 00027349  0x000074d8 iadd  0x00000002 , 0x00000002 
+ 00027350  0x000074d9 rtn 
+ 00027351  0x000074dc ifetch  0x00000001 , 0x00000006 
+ 00027352  0x000074dd store  0x00000001 , 0x0000455d 
+ 00027353  0x000074de ifetch  0x00000001 , 0x00000006 
+ 00027354  0x000074df store  0x00000001 , 0x00000509 
+ 00027355  0x000074e0 ifetch  0x00000001 , 0x00000006 
+ 00027356  0x000074e1 store  0x00000001 , 0x0000050a 
+ 00027357  0x000074e2 ifetch  0x00000001 , 0x00000006 
+ 00027358  0x000074e3 store  0x00000001 , 0x0000050b 
+ 00027359  0x000074e4 ifetch  0x00000002 , 0x00000006 
+ 00027360  0x000074e5 store  0x00000002 , 0x0000455e 
+ 00027361  0x000074e6 ifetch  0x00000001 , 0x00000006 
+ 00027362  0x000074e7 store  0x00000001 , 0x0000050c 
+ 00027363  0x000074e8 ifetch  0x00000001 , 0x00000006 
+ 00027364  0x000074e9 store  0x00000001 , 0x00004568 
+ 00027365  0x000074ea rtn 
+ 00027366  0x000074ee call  0x00006ab1 
+ 00027367  0x000074f0 branch  0x00006ae8 
+ 00027368  0x000074f3 fetch  0x00000001 , 0x00004254 
+ 00027369  0x000074f4 set1  0x00000005 , 0x0000003f 
+ 00027370  0x000074f5 set1  0x00000006 , 0x0000003f 
+ 00027371  0x000074f6 store  0x00000001 , 0x00004254 
+ 00027372  0x000074f7 fetcht  0x00000001 , 0x0000455d 
+ 00027373  0x000074f8 lshift2  0x00000002 , 0x00000002 
+ 00027374  0x000074f9 or_into  0x00000003 , 0x00000002 
+ 00027375  0x000074fa call  0x00006c11 
+ 00027376  0x000074fb jam  0x00000003 , 0x00004567 
+ 00027377  0x000074fc branch  0x00006b97 
+ 00027378  0x000074ff jam  0x00000008 , 0x00000a99 
+ 00027379  0x00007500 call  0x00007d86 
+ 00027380  0x00007501 call  0x00006ab1 
+ 00027381  0x00007502 fetch  0x00000001 , 0x0000456a 
+ 00027382  0x00007503 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00027383  0x00007504 branch  0x00006af9 , 0x00000005 
+ 00027384  0x00007505 branch  0x00002a8c 
+ 00027385  0x00007507 fetch  0x00000001 , 0x00004254 
+ 00027386  0x00007508 set1  0x00000007 , 0x0000003f 
+ 00027387  0x00007509 store  0x00000001 , 0x00004254 
+ 00027388  0x0000750a branch  0x00006b97 
+ 00027389  0x0000750d call  0x00006acb 
+ 00027390  0x0000750e ifetch  0x00000001 , 0x00000006 
+ 00027391  0x0000750f store  0x00000001 , 0x00000ac2 
+ 00027392  0x00007510 call  0x000052d2 
+ 00027393  0x00007511 call  0x000052e0 
+ 00027394  0x00007512 setarg  0x0000000e 
+ 00027395  0x00007513 istore  0x00000002 , 0x00000005 
+ 00027396  0x00007514 fetch  0x00000002 , 0x0000424a 
+ 00027397  0x00007515 istore  0x00000002 , 0x00000005 
+ 00027398  0x00007516 fetch  0x00000001 , 0x00004563 
+ 00027399  0x00007518 lshift  0x0000003f , 0x0000003f 
+ 00027400  0x00007519 set1  0x00000000 , 0x0000003f 
+ 00027401  0x0000751a istore  0x00000001 , 0x00000005 
+ 00027402  0x0000751b bpatchx  0x000000a7 , 0x00004034 
+ 00027403  0x0000751c setarg  0x000015ef 
+ 00027404  0x0000751d istore  0x00000002 , 0x00000005 
+ 00027405  0x0000751e setarg  0x00001191 
+ 00027406  0x0000751f istore  0x00000002 , 0x00000005 
+ 00027407  0x00007522 fetch  0x00000001 , 0x00000ac2 
+ 00027408  0x00007523 istore  0x00000001 , 0x00000005 
+ 00027409  0x00007524 setarg  0x00000007 
+ 00027410  0x00007525 istore  0x00000005 , 0x00000005 
+ 00027411  0x00007528 setarg  0x00000001 
+ 00027412  0x00007529 istore  0x00000002 , 0x00000005 
+ 00027413  0x0000752c call  0x00006a2f 
+ 00027414  0x0000752d istore  0x00000001 , 0x00000005 
+ 00027415  0x0000752e rtn 
+ 00027416  0x00007533 branch  0x00006b19 
+ 00027417  0x00007536 bpatchx  0x000000a8 , 0x00004035 
+ 00027418  0x00007537 fetch  0x00000001 , 0x000004fd 
+ 00027419  0x00007538 beq  0x00000073 , 0x00006b21 
+ 00027420  0x00007539 beq  0x0000003f , 0x00006b25 
+ 00027421  0x0000753a beq  0x000000ef , 0x00006b3f 
+ 00027422  0x0000753b beq  0x000000ff , 0x00006b37 
+ 00027423  0x0000753c beq  0x00000053 , 0x00006b46 
+ 00027424  0x0000753d rtn 
+ 00027425  0x0000753f fetch  0x00000001 , 0x00004254 
+ 00027426  0x00007540 set1  0x00000003 , 0x0000003f 
+ 00027427  0x00007541 store  0x00000001 , 0x00004254 
+ 00027428  0x00007542 branch  0x00006b97 
+ 00027429  0x00007544 fetch  0x00000001 , 0x00004254 
+ 00027430  0x00007545 set1  0x00000003 , 0x0000003f 
+ 00027431  0x00007546 set1  0x00000002 , 0x0000003f 
+ 00027432  0x00007547 store  0x00000001 , 0x00004254 
+ 00027433  0x00007548 fetch  0x00000001 , 0x000004fb 
+ 00027434  0x00007549 call  0x00006a26 
+ 00027435  0x0000754a store  0x00000001 , 0x000004fe 
+ 00027436  0x0000754b call  0x00006bb6 
+ 00027437  0x0000754c fetch  0x00000001 , 0x000004fb 
+ 00027438  0x0000754d rshift2  0x0000003f , 0x0000003f 
+ 00027439  0x0000754e store  0x00000001 , 0x0000455d 
+ 00027440  0x0000754f lshift2  0x0000003f , 0x0000003f 
+ 00027441  0x00007550 set0  0x00000001 , 0x0000003f 
+ 00027442  0x00007551 set1  0x00000000 , 0x0000003f 
+ 00027443  0x00007552 arg  0x00004565 , 0x00000002 
+ 00027444  0x00007553 storet  0x00000002 , 0x000004f7 
+ 00027445  0x00007554 call  0x00006a35 
+ 00027446  0x00007555 branch  0x00006b97 
+ 00027447  0x00007558 fetch  0x00000002 , 0x00000501 
+ 00027448  0x00007559 copy  0x0000003f , 0x00000006 
+ 00027449  0x0000755a increase  0x00000001 , 0x0000003f 
+ 00027450  0x0000755b store  0x00000002 , 0x00000501 
+ 00027451  0x0000755c ifetch  0x00000001 , 0x00000006 
+ 00027452  0x0000755d fetcht  0x00000001 , 0x00004568 
+ 00027453  0x0000755e iadd  0x00000002 , 0x0000003f 
+ 00027454  0x0000755f store  0x00000001 , 0x00004568 
+ 00027455  0x00007561 call  0x00006c42 
+ 00027456  0x00007563 call  0x00006a72 
+ 00027457  0x00007564 call  0x00006c28 
+ 00027458  0x00007565 call  0x00006c4b 
+ 00027459  0x00007566 branch  0x00006b97 
+ 00027460  0x00007569 jam  0x00000009 , 0x00000a99 
+ 00027461  0x0000756a call  0x00007d86 
+ 00027462  0x0000756c call  0x00006a0d 
+ 00027463  0x0000756d fetch  0x00000001 , 0x000004fb 
+ 00027464  0x0000756e call  0x00006a26 
+ 00027465  0x0000756f store  0x00000001 , 0x000004fe 
+ 00027466  0x00007570 call  0x00006bb6 
+ 00027467  0x00007571 branch  0x00006b97 
+ 00027468  0x00007577 fetch  0x00000002 , 0x00000264 
+ 00027469  0x00007578 copy  0x0000003f , 0x00000006 
+ 00027470  0x00007579 call  0x00006ab8 
+ 00027471  0x0000757a fetch  0x00000001 , 0x000004fc 
+ 00027472  0x0000757b beq  0x00000000 , 0x00006b52 
+ 00027473  0x0000757c branch  0x00006b86 
+ 00027474  0x0000757f bpatchx  0x000000a9 , 0x00004035 
+ 00027475  0x00007580 fetch  0x00000001 , 0x000004fd 
+ 00027476  0x00007581 beq  0x0000003f , 0x00006a7d 
+ 00027477  0x00007582 beq  0x00000073 , 0x00006a86 
+ 00027478  0x00007583 beq  0x000000ef , 0x00006b58 
+ 00027479  0x00007584 branch  0x00006b97 
+ 00027480  0x00007586 fetch  0x00000002 , 0x00000501 
+ 00027481  0x00007587 copy  0x0000003f , 0x00000006 
+ 00027482  0x00007588 call  0x00006ac3 
+ 00027483  0x00007589 fetch  0x00000001 , 0x00000503 
+ 00027484  0x0000758a beq  0x00000041 , 0x00006b61 
+ 00027485  0x0000758b beq  0x00000040 , 0x00006b61 
+ 00027486  0x0000758c beq  0x00000071 , 0x00006b6c 
+ 00027487  0x0000758d beq  0x00000070 , 0x00006b7c 
+ 00027488  0x0000758e branch  0x00006b97 
+ 00027489  0x00007591 call  0x00006aaf 
+ 00027490  0x00007592 fetch  0x00000001 , 0x0000455d 
+ 00027491  0x00007593 rshift  0x0000003f , 0x0000003f 
+ 00027492  0x00007594 fetcht  0x00000001 , 0x00004564 
+ 00027493  0x00007595 isub  0x00000002 , 0x0000003e 
+ 00027494  0x00007596 branch  0x00006b68 , 0x00000005 
+ 00027495  0x00007597 branch  0x00002a8c 
+ 00027496  0x00007599 fetch  0x00000001 , 0x00004254 
+ 00027497  0x0000759a set1  0x00000001 , 0x0000003f 
+ 00027498  0x0000759b store  0x00000001 , 0x00004254 
+ 00027499  0x0000759c branch  0x00006b97 
+ 00027500  0x0000759f call  0x00006ab1 
+ 00027501  0x000075a0 fetch  0x00000001 , 0x0000456a 
+ 00027502  0x000075a1 fetcht  0x00000001 , 0x00004564 
+ 00027503  0x000075a2 isub  0x00000002 , 0x0000003e 
+ 00027504  0x000075a3 branch  0x00006b73 , 0x00000005 
+ 00027505  0x000075a4 branch  0x00002a8c 
+ 00027506  0x000075a5 branch  0x00006b97 
+ 00027507  0x000075a7 fetch  0x00000001 , 0x00004254 
+ 00027508  0x000075a8 set1  0x00000005 , 0x0000003f 
+ 00027509  0x000075a9 set1  0x00000006 , 0x0000003f 
+ 00027510  0x000075aa store  0x00000001 , 0x00004254 
+ 00027511  0x000075ab fetcht  0x00000001 , 0x0000455d 
+ 00027512  0x000075ac lshift2  0x00000002 , 0x00000002 
+ 00027513  0x000075ad or_into  0x00000003 , 0x00000002 
+ 00027514  0x000075ae call  0x00006c11 
+ 00027515  0x000075af branch  0x00006b97 
+ 00027516  0x000075b2 call  0x00006ab1 
+ 00027517  0x000075b3 fetch  0x00000001 , 0x0000456a 
+ 00027518  0x000075b4 fetcht  0x00000001 , 0x00004564 
+ 00027519  0x000075b5 isub  0x00000002 , 0x0000003e 
+ 00027520  0x000075b6 branch  0x00006b82 , 0x00000005 
+ 00027521  0x000075b7 branch  0x00002a8c 
+ 00027522  0x000075b9 fetch  0x00000001 , 0x00004254 
+ 00027523  0x000075ba set1  0x00000007 , 0x0000003f 
+ 00027524  0x000075bb store  0x00000001 , 0x00004254 
+ 00027525  0x000075bc branch  0x00006b97 
+ 00027526  0x000075bf fetch  0x00000001 , 0x000004fc 
+ 00027527  0x000075c0 fetcht  0x00000001 , 0x00004564 
+ 00027528  0x000075c1 isub  0x00000002 , 0x0000003e 
+ 00027529  0x000075c2 branch  0x00006b8c , 0x00000005 
+ 00027530  0x000075c3 branch  0x00002a8c 
+ 00027531  0x000075c4 branch  0x00006b97 
+ 00027532  0x000075c7 fetch  0x00000001 , 0x000004fd 
+ 00027533  0x000075c8 beq  0x00000073 , 0x00006b91 
+ 00027534  0x000075c9 beq  0x000000ef , 0x00006b3f 
+ 00027535  0x000075ca beq  0x000000ff , 0x00006b37 
+ 00027536  0x000075cb beq  0x00000053 , 0x00006b96 
+ 00027537  0x000075cd fetch  0x00000001 , 0x00004254 
+ 00027538  0x000075ce set1  0x00000003 , 0x0000003f 
+ 00027539  0x000075cf store  0x00000001 , 0x00004254 
+ 00027540  0x000075d0 branch  0x00006b97 
+ 00027541  0x000075d2 branch  0x00006b95 
+ 00027542  0x000075d4 branch  0x00006b46 
+ 00027543  0x000075d6 rtn 
+ 00027544  0x000075d9 fetch  0x00000001 , 0x00004567 
+ 00027545  0x000075da rtn  0x00000034 
+ 00027546  0x000075db beq  0x00000003 , 0x00006b9c 
+ 00027547  0x000075dc branch  0x00002a8c 
+ 00027548  0x000075df jam  0x00000000 , 0x00004567 
+ 00027549  0x000075e0 call  0x000052d2 
+ 00027550  0x000075e1 arg  0x00000001 , 0x00000002 
+ 00027551  0x000075e2 fetcht  0x00000001 , 0x0000455d 
+ 00027552  0x000075e3 lshift2  0x00000002 , 0x00000002 
+ 00027553  0x000075e5 or_into  0x00000003 , 0x00000002 
+ 00027554  0x000075e6 arg  0x000000aa , 0x00000011 
+ 00027555  0x000075e7 call  0x00006bfc 
+ 00027556  0x000075e8 call  0x000052e0 
+ 00027557  0x000075e9 copy  0x00000005 , 0x00000006 
+ 00027558  0x000075ea ifetch  0x00000002 , 0x00000006 
+ 00027559  0x000075eb branch  0x00002a8c , 0x00000034 
+ 00027560  0x000075ec rtn 
+ 00027561  0x000075ef call  0x000052e0 
+ 00027562  0x000075f0 setarg  0x00000004 
+ 00027563  0x000075f1 istore  0x00000002 , 0x00000005 
+ 00027564  0x000075f2 fetch  0x00000002 , 0x0000424a 
+ 00027565  0x000075f3 istore  0x00000002 , 0x00000005 
+ 00027566  0x000075f4 fetch  0x00000001 , 0x000004fb 
+ 00027567  0x000075f5 istore  0x00000001 , 0x00000005 
+ 00027568  0x000075f6 bpatchx  0x000000aa , 0x00004035 
+ 00027569  0x000075f7 setarg  0x0000013f 
+ 00027570  0x000075f8 istore  0x00000002 , 0x00000005 
+ 00027571  0x000075f9 fetch  0x00000001 , 0x000004fe 
+ 00027572  0x000075fa istore  0x00000001 , 0x00000005 
+ 00027573  0x000075fb rtn 
+ 00027574  0x000075fd call  0x000052d2 
+ 00027575  0x000075fe call  0x000052e0 
+ 00027576  0x000075ff setarg  0x00000004 
+ 00027577  0x00007600 istore  0x00000002 , 0x00000005 
+ 00027578  0x00007601 fetch  0x00000002 , 0x0000424a 
+ 00027579  0x00007602 istore  0x00000002 , 0x00000005 
+ 00027580  0x00007603 fetch  0x00000001 , 0x000004fb 
+ 00027581  0x00007604 istore  0x00000001 , 0x00000005 
+ 00027582  0x00007605 bpatchx  0x000000ab , 0x00004035 
+ 00027583  0x00007606 setarg  0x00000173 
+ 00027584  0x00007607 istore  0x00000002 , 0x00000005 
+ 00027585  0x00007608 fetch  0x00000001 , 0x000004fe 
+ 00027586  0x00007609 istore  0x00000001 , 0x00000005 
+ 00027587  0x0000760a rtn 
+ 00027588  0x0000760c call  0x000052e0 
+ 00027589  0x0000760d setarg  0x0000000e 
+ 00027590  0x0000760e istore  0x00000002 , 0x00000005 
+ 00027591  0x0000760f fetch  0x00000002 , 0x0000424a 
+ 00027592  0x00007610 istore  0x00000002 , 0x00000005 
+ 00027593  0x00007611 fetch  0x00000001 , 0x00004563 
+ 00027594  0x00007612 lshift  0x0000003f , 0x0000003f 
+ 00027595  0x00007613 set1  0x00000000 , 0x0000003f 
+ 00027596  0x00007614 istore  0x00000001 , 0x00000005 
+ 00027597  0x00007615 bpatchx  0x000000ac , 0x00004035 
+ 00027598  0x00007616 setarg  0x000015ef 
+ 00027599  0x00007617 istore  0x00000002 , 0x00000005 
+ 00027600  0x00007618 setarg  0x00001183 
+ 00027601  0x00007619 istore  0x00000002 , 0x00000005 
+ 00027602  0x0000761a copy  0x00000002 , 0x0000003f 
+ 00027603  0x0000761b istore  0x00000001 , 0x00000005 
+ 00027604  0x0000761c setarg  0x000000f0 
+ 00027605  0x0000761d istore  0x00000003 , 0x00000005 
+ 00027606  0x0000761e setarg  0x0000007f 
+ 00027607  0x0000761f istore  0x00000002 , 0x00000005 
+ 00027608  0x00007620 setarg  0x00000000 
+ 00027609  0x00007621 istore  0x00000001 , 0x00000005 
+ 00027610  0x00007622 setarg  0x00000001 
+ 00027611  0x00007623 istore  0x00000001 , 0x00000005 
+ 00027612  0x00007624 call  0x00006a2f 
+ 00027613  0x00007625 istore  0x00000001 , 0x00000005 
+ 00027614  0x00007626 jam  0x00000010 , 0x00004569 
+ 00027615  0x00007627 rtn 
+ 00027616  0x00007629 call  0x000052d2 
+ 00027617  0x0000762a call  0x000052e0 
+ 00027618  0x0000762b setarg  0x0000000e 
+ 00027619  0x0000762c istore  0x00000002 , 0x00000005 
+ 00027620  0x0000762d fetch  0x00000002 , 0x0000424a 
+ 00027621  0x0000762e istore  0x00000002 , 0x00000005 
+ 00027622  0x0000762f fetch  0x00000001 , 0x00004563 
+ 00027623  0x00007630 lshift  0x0000003f , 0x0000003f 
+ 00027624  0x00007631 set1  0x00000000 , 0x0000003f 
+ 00027625  0x00007632 istore  0x00000001 , 0x00000005 
+ 00027626  0x00007633 bpatchx  0x000000ad , 0x00004035 
+ 00027627  0x00007634 setarg  0x000015ef 
+ 00027628  0x00007635 istore  0x00000002 , 0x00000005 
+ 00027629  0x00007636 setarg  0x00001181 
+ 00027630  0x00007637 istore  0x00000002 , 0x00000005 
+ 00027631  0x00007638 fetch  0x00000001 , 0x0000455d 
+ 00027632  0x00007639 istore  0x00000001 , 0x00000005 
+ 00027633  0x0000763a setarg  0x000000e0 
+ 00027634  0x0000763b istore  0x00000003 , 0x00000005 
+ 00027635  0x0000763c fetch  0x00000002 , 0x0000456c 
+ 00027636  0x0000763d istore  0x00000002 , 0x00000005 
+ 00027637  0x0000763e setarg  0x00000000 
+ 00027638  0x0000763f istore  0x00000001 , 0x00000005 
+ 00027639  0x00007640 fetch  0x00000001 , 0x0000456e 
+ 00027640  0x00007641 istore  0x00000001 , 0x00000005 
+ 00027641  0x00007642 call  0x00006a2f 
+ 00027642  0x00007643 istore  0x00000001 , 0x00000005 
+ 00027643  0x00007644 rtn 
+ 00027644  0x00007646 call  0x000052e0 
+ 00027645  0x00007647 setarg  0x00000008 
+ 00027646  0x00007648 istore  0x00000002 , 0x00000005 
+ 00027647  0x00007649 fetch  0x00000002 , 0x0000424a 
+ 00027648  0x0000764a istore  0x00000002 , 0x00000005 
+ 00027649  0x0000764b fetch  0x00000001 , 0x00004563 
+ 00027650  0x0000764c lshift  0x0000003f , 0x0000003f 
+ 00027651  0x0000764d set1  0x00000000 , 0x0000003f 
+ 00027652  0x0000764e istore  0x00000001 , 0x00000005 
+ 00027653  0x0000764f bpatchx  0x000000ae , 0x00004035 
+ 00027654  0x00007650 setarg  0x000009ef 
+ 00027655  0x00007651 istore  0x00000002 , 0x00000005 
+ 00027656  0x00007652 setarg  0x000005e3 
+ 00027657  0x00007653 istore  0x00000002 , 0x00000005 
+ 00027658  0x00007654 copy  0x00000002 , 0x0000003f 
+ 00027659  0x00007655 istore  0x00000001 , 0x00000005 
+ 00027660  0x00007656 setarg  0x0000008d 
+ 00027661  0x00007657 istore  0x00000001 , 0x00000005 
+ 00027662  0x00007658 call  0x00006a2f 
+ 00027663  0x00007659 istore  0x00000001 , 0x00000005 
+ 00027664  0x0000765a rtn 
+ 00027665  0x0000765d call  0x000052d2 
+ 00027666  0x0000765e call  0x000052e0 
+ 00027667  0x0000765f setarg  0x00000008 
+ 00027668  0x00007660 istore  0x00000002 , 0x00000005 
+ 00027669  0x00007661 fetch  0x00000002 , 0x0000424a 
+ 00027670  0x00007662 istore  0x00000002 , 0x00000005 
+ 00027671  0x00007663 copy  0x00000002 , 0x0000000b 
+ 00027672  0x00007664 fetch  0x00000001 , 0x00004563 
+ 00027673  0x00007665 lshift  0x0000003f , 0x0000003f 
+ 00027674  0x00007666 set1  0x00000000 , 0x0000003f 
+ 00027675  0x00007667 istore  0x00000001 , 0x00000005 
+ 00027676  0x00007668 bpatchx  0x000000af , 0x00004035 
+ 00027677  0x00007669 setarg  0x000009ef 
+ 00027678  0x0000766a istore  0x00000002 , 0x00000005 
+ 00027679  0x0000766b setarg  0x000005e1 
+ 00027680  0x0000766c istore  0x00000002 , 0x00000005 
+ 00027681  0x0000766d copy  0x0000000b , 0x0000003f 
+ 00027682  0x0000766e istore  0x00000001 , 0x00000005 
+ 00027683  0x0000766f setarg  0x0000008d 
+ 00027684  0x00007670 istore  0x00000001 , 0x00000005 
+ 00027685  0x00007671 call  0x00006a2f 
+ 00027686  0x00007672 istore  0x00000001 , 0x00000005 
+ 00027687  0x00007673 rtn 
+ 00027688  0x00007676 bpatchx  0x000000b0 , 0x00004036 
+ 00027689  0x00007677 fetch  0x00000001 , 0x00004569 
+ 00027690  0x00007678 rtn  0x00000034 
+ 00027691  0x00007679 hfetch  0x00000002 , 0x00008112 
+ 00027692  0x0000767a nrtn  0x00000034 
+ 00027693  0x0000767b copy  0x00000011 , 0x0000003f 
+ 00027694  0x0000767c store  0x00000001 , 0x00000a9b 
+ 00027695  0x0000767d storet  0x00000001 , 0x00000a9a 
+ 00027696  0x0000767e call  0x0000526e 
+ 00027697  0x0000767f nrtn  0x00000034 
+ 00027698  0x00007680 call  0x000052d2 
+ 00027699  0x00007681 call  0x000052e0 
+ 00027700  0x00007682 setarg  0x00000005 
+ 00027701  0x00007683 istore  0x00000002 , 0x00000005 
+ 00027702  0x00007684 fetch  0x00000002 , 0x0000424a 
+ 00027703  0x00007685 istore  0x00000002 , 0x00000005 
+ 00027704  0x00007686 fetch  0x00000001 , 0x0000050d 
+ 00027705  0x00007687 istore  0x00000001 , 0x00000005 
+ 00027706  0x00007688 setarg  0x000001ff 
+ 00027707  0x00007689 istore  0x00000002 , 0x00000005 
+ 00027708  0x0000768a fetch  0x00000001 , 0x00004569 
+ 00027709  0x0000768b istore  0x00000001 , 0x00000005 
+ 00027710  0x0000768c fetch  0x00000001 , 0x00004566 
+ 00027711  0x0000768d istore  0x00000001 , 0x00000005 
+ 00027712  0x0000768e jam  0x00000000 , 0x00004569 
+ 00027713  0x0000768f rtn 
+ 00027714  0x00007692 bpatchx  0x000000b1 , 0x00004036 
+ 00027715  0x00007693 fetch  0x00000001 , 0x0000456b 
+ 00027716  0x00007694 rtneq  0x00000001 
+ 00027717  0x00007695 fetch  0x00000002 , 0x000004ff 
+ 00027718  0x00007696 rtn  0x00000034 
+ 00027719  0x00007697 fetch  0x00000001 , 0x00004569 
+ 00027720  0x00007698 increase  0x00000001 , 0x0000003f 
+ 00027721  0x00007699 store  0x00000001 , 0x00004569 
+ 00027722  0x0000769a rtn 
+ 00027723  0x0000769d fetch  0x00000002 , 0x0000456f 
+ 00027724  0x0000769e branch  0x00007f9c 
+ 00027725  0x000076a1 bpatchx  0x000000b2 , 0x00004036 
+ 00027726  0x000076a3 fetch  0x00000001 , 0x00004568 
+ 00027727  0x000076a4 rtn  0x00000034 
+ 00027728  0x000076a5 increase  0xffffffff , 0x0000003f 
+ 00027729  0x000076a6 store  0x00000001 , 0x00004568 
+ 00027730  0x000076a7 fetch  0x00000002 , 0x0000455e 
+ 00027731  0x000076a8 fetcht  0x00000002 , 0x0000469f 
+ 00027732  0x000076a9 isub  0x00000002 , 0x0000003e 
+ 00027733  0x000076aa branch  0x00006c57 , 0x00000002 
+ 00027734  0x000076ab store  0x00000002 , 0x0000469f 
+ 00027735  0x000076ad fetch  0x00000001 , 0x00004569 
+ 00027736  0x000076ae branch  0x00006c5f , 0x00000034 
+ 00027737  0x000076af jam  0x00000001 , 0x00000510 
+ 00027738  0x000076b0 fetch  0x00000001 , 0x00004566 
+ 00027739  0x000076b1 store  0x00000001 , 0x0000050f 
+ 00027740  0x000076b2 setarg  0x000000ff 
+ 00027741  0x000076b3 store  0x00000001 , 0x0000050e 
+ 00027742  0x000076b4 branch  0x00006c64 
+ 00027743  0x000076b6 jam  0x00000000 , 0x00000510 
+ 00027744  0x000076b7 fetch  0x00000001 , 0x00004565 
+ 00027745  0x000076b8 store  0x00000001 , 0x0000050f 
+ 00027746  0x000076b9 setarg  0x000000ef 
+ 00027747  0x000076ba store  0x00000001 , 0x0000050e 
+ 00027748  0x000076bc bpatchx  0x000000b3 , 0x00004036 
+ 00027749  0x000076bd fetch  0x00000002 , 0x0000469f 
+ 00027750  0x000076be sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00027751  0x000076bf branch  0x00006c6b , 0x00000002 
+ 00027752  0x000076c0 fetch  0x00000001 , 0x00000510 
+ 00027753  0x000076c1 increase  0x00000001 , 0x0000003f 
+ 00027754  0x000076c2 store  0x00000001 , 0x00000510 
+ 00027755  0x000076c4 call  0x00006a72 
+ 00027756  0x000076c5 fetch  0x00000002 , 0x0000469f 
+ 00027757  0x000076c6 increase  0x00000008 , 0x0000003f 
+ 00027758  0x000076c7 fetcht  0x00000001 , 0x00000510 
+ 00027759  0x000076c8 iadd  0x00000002 , 0x00000011 
+ 00027760  0x000076ca call  0x00005240 
+ 00027761  0x000076cb store  0x00000002 , 0x00000277 
+ 00027762  0x000076cc increase  0x00000004 , 0x0000003f 
+ 00027763  0x000076cd store  0x00000002 , 0x00000279 
+ 00027764  0x000076ce copy  0x0000003f , 0x00000005 
+ 00027765  0x000076cf fetch  0x00000001 , 0x0000050d 
+ 00027766  0x000076d0 istore  0x00000001 , 0x00000005 
+ 00027767  0x000076d1 fetch  0x00000001 , 0x0000050e 
+ 00027768  0x000076d2 istore  0x00000001 , 0x00000005 
+ 00027769  0x000076d3 call  0x00006c95 
+ 00027770  0x000076d4 call  0x00006ca6 
+ 00027771  0x000076d5 bpatchx  0x000000b4 , 0x00004036 
+ 00027772  0x000076d6 fetch  0x00000002 , 0x00004571 
+ 00027773  0x000076d7 copy  0x0000003f , 0x00000003 
+ 00027774  0x000076d8 fetch  0x00000002 , 0x0000469f 
+ 00027775  0x000076d9 copy  0x0000003f , 0x00000039 
+ 00027776  0x000076da call  0x000066ea 
+ 00027777  0x000076db copy  0x00000005 , 0x00000002 
+ 00027778  0x000076dc copy  0x00000003 , 0x0000003f 
+ 00027779  0x000076dd store  0x00000002 , 0x00004571 
+ 00027780  0x000076de copy  0x00000002 , 0x00000005 
+ 00027781  0x000076df fetch  0x00000001 , 0x0000050f 
+ 00027782  0x000076e0 istore  0x00000001 , 0x00000005 
+ 00027783  0x000076e1 fetch  0x00000002 , 0x00000277 
+ 00027784  0x000076e2 copy  0x0000003f , 0x00000005 
+ 00027785  0x000076e3 fetch  0x00000002 , 0x0000469f 
+ 00027786  0x000076e4 fetcht  0x00000001 , 0x00000510 
+ 00027787  0x000076e5 iadd  0x00000002 , 0x0000003f 
+ 00027788  0x000076e6 increase  0x00000004 , 0x0000003f 
+ 00027789  0x000076e7 istore  0x00000002 , 0x00000005 
+ 00027790  0x000076e8 fetch  0x00000002 , 0x0000424a 
+ 00027791  0x000076e9 istore  0x00000002 , 0x00000005 
+ 00027792  0x000076ea jam  0x00000000 , 0x00004569 
+ 00027793  0x000076eb fetch  0x00000002 , 0x00004573 
+ 00027794  0x000076ec beq  0x00000000 , 0x00003a97 
+ 00027795  0x000076ed jam  0x00000000 , 0x00000b05 
+ 00027796  0x000076ee rtn 
+ 00027797  0x000076f1 bpatchx  0x000000b5 , 0x00004036 
+ 00027798  0x000076f2 fetch  0x00000002 , 0x0000469f 
+ 00027799  0x000076f3 sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00027800  0x000076f4 nbranch  0x00006c9d , 0x00000002 
+ 00027801  0x000076f5 lshift  0x0000003f , 0x0000003f 
+ 00027802  0x000076f6 set1  0x00000000 , 0x0000003f 
+ 00027803  0x000076f7 istore  0x00000001 , 0x00000005 
+ 00027804  0x000076f8 rtn 
+ 00027805  0x000076fa fetch  0x00000002 , 0x0000469f 
+ 00027806  0x000076fb rshift3  0x0000003f , 0x0000003f 
+ 00027807  0x000076fc rshift4  0x0000003f , 0x00000002 
+ 00027808  0x000076fd and_into  0x0000007f , 0x0000003f 
+ 00027809  0x000076fe lshift  0x0000003f , 0x0000003f 
+ 00027810  0x000076ff set0  0x00000000 , 0x0000003f 
+ 00027811  0x00007700 istore  0x00000001 , 0x00000005 
+ 00027812  0x00007701 istoret  0x00000001 , 0x00000005 
+ 00027813  0x00007702 rtn 
+ 00027814  0x00007704 fetch  0x00000001 , 0x00004569 
+ 00027815  0x00007705 rtn  0x00000034 
+ 00027816  0x00007706 istore  0x00000001 , 0x00000005 
+ 00027817  0x00007707 rtn 
+ 00027818  0x0000770d bpatchx  0x000000b6 , 0x00004036 
+ 00027819  0x0000770e call  0x00007d9c 
+ 00027820  0x0000770f call  0x000032f6 
+ 00027821  0x00007710 call  0x0000631b 
+ 00027822  0x00007712 bpatchx  0x000000b7 , 0x00004036 
+ 00027823  0x00007713 call  0x000076dc 
+ 00027824  0x00007714 call  0x000076b5 
+ 00027825  0x00007715 call  0x000076c6 
+ 00027826  0x00007718 call  0x0000526e 
+ 00027827  0x00007719 nrtn  0x00000034 
+ 00027828  0x0000771b call  0x00004da9 
+ 00027829  0x0000771c call  0x0000526e 
+ 00027830  0x0000771d nrtn  0x00000034 
+ 00027831  0x0000771e bpatchx  0x000000b8 , 0x00004037 
+ 00027832  0x00007720 call  0x00006cf5 
+ 00027833  0x00007721 call  0x00004f64 
+ 00027834  0x00007722 call  0x00006b98 
+ 00027835  0x00007724 call  0x00006cbe 
+ 00027836  0x00007725 bpatchx  0x000000b9 , 0x00004037 
+ 00027837  0x00007728 branch  0x000032f2 
+ 00027838  0x0000772b fetch  0x00000001 , 0x0000027f 
+ 00027839  0x0000772c bbit1  0x00000000 , 0x00005087 
+ 00027840  0x0000772d bbit1  0x00000007 , 0x00005091 
+ 00027841  0x0000772e rtn 
+ 00027842  0x00007731 bpatchx  0x000000ba , 0x00004037 
+ 00027843  0x00007732 call  0x00005274 
+ 00027844  0x00007733 rtn  0x00000034 
+ 00027845  0x00007734 fetch  0x00000001 , 0x0000004b 
+ 00027846  0x00007735 rtnbit1  0x00000006 
+ 00027847  0x00007736 call  0x00005258 
+ 00027848  0x00007737 store  0x00000002 , 0x0000016f 
+ 00027849  0x00007738 copy  0x0000003f , 0x00000006 
+ 00027850  0x00007739 ifetch  0x00000002 , 0x00000006 
+ 00027851  0x0000773a increase  0x00000004 , 0x0000003f 
+ 00027852  0x0000773b store  0x00000002 , 0x000041dc 
+ 00027853  0x0000773c jam  0x00000006 , 0x000041db 
+ 00027854  0x0000773d bpatchx  0x000000bb , 0x00004037 
+ 00027855  0x0000773e fetch  0x00000002 , 0x00004246 
+ 00027856  0x0000773f branch  0x00006cdd , 0x00000034 
+ 00027857  0x00007740 fetch  0x00000001 , 0x0000004b 
+ 00027858  0x00007741 rtnbit0  0x00000007 
+ 00027859  0x00007742 set0  0x00000007 , 0x0000003f 
+ 00027860  0x00007743 store  0x00000001 , 0x0000004b 
+ 00027861  0x00007744 jam  0x00000005 , 0x000041db 
+ 00027862  0x00007745 fetcht  0x00000002 , 0x00004246 
+ 00027863  0x00007746 fetch  0x00000002 , 0x0000016f 
+ 00027864  0x00007747 iadd  0x00000002 , 0x0000003f 
+ 00027865  0x00007748 store  0x00000002 , 0x0000016f 
+ 00027866  0x00007749 fetch  0x00000002 , 0x000041dc 
+ 00027867  0x0000774a isub  0x00000002 , 0x0000003f 
+ 00027868  0x0000774b store  0x00000002 , 0x000041dc 
+ 00027869  0x0000774d bpatchx  0x000000bc , 0x00004037 
+ 00027870  0x0000774e fetch  0x00000002 , 0x000041dc 
+ 00027871  0x0000774f branch  0x00002a8c , 0x00000034 
+ 00027872  0x00007750 arg  0x00000104 , 0x00000002 
+ 00027873  0x00007751 isub  0x00000002 , 0x0000003f 
+ 00027874  0x00007752 nbranch  0x00006ce9 , 0x00000002 
+ 00027875  0x00007753 bpatchx  0x000000bd , 0x00004037 
+ 00027876  0x00007754 storet  0x00000002 , 0x000041dc 
+ 00027877  0x00007755 fetch  0x00000002 , 0x00004246 
+ 00027878  0x00007756 iadd  0x00000002 , 0x0000003f 
+ 00027879  0x00007757 store  0x00000002 , 0x00004246 
+ 00027880  0x00007758 branch  0x00006ceb 
+ 00027881  0x0000775a setarg  0x00000000 
+ 00027882  0x0000775b store  0x00000002 , 0x00004246 
+ 00027883  0x0000775d fetch  0x00000001 , 0x0000004b 
+ 00027884  0x0000775e set1  0x00000006 , 0x0000003f 
+ 00027885  0x0000775f store  0x00000001 , 0x0000004b 
+ 00027886  0x00007760 rtn 
+ 00027887  0x00007763 fetch  0x00000001 , 0x00004684 
+ 00027888  0x00007764 bbit1  0x00000000 , 0x00006cf3 
+ 00027889  0x00007765 jam  0x00000001 , 0x00000287 
+ 00027890  0x00007766 rtn 
+ 00027891  0x00007768 jam  0x0000000f , 0x00000287 
+ 00027892  0x00007769 rtn 
+ 00027893  0x0000776c fetch  0x00000001 , 0x00004681 
+ 00027894  0x0000776d nbranch  0x00006cfb , 0x00000034 
+ 00027895  0x0000776f fetch  0x00000001 , 0x00000286 
+ 00027896  0x00007771 rtn  0x00000034 
+ 00027897  0x00007773 jam  0x00000000 , 0x00000286 
+ 00027898  0x00007775 rtn 
+ 00027899  0x00007779 bpatchx  0x000000be , 0x00004037 
+ 00027900  0x0000777a fetch  0x00000001 , 0x00000287 
+ 00027901  0x0000777b rtn  0x00000034 
+ 00027902  0x0000777c beq  0x00000001 , 0x00006d1b 
+ 00027903  0x0000777d beq  0x00000002 , 0x00006d74 
+ 00027904  0x0000777e beq  0x00000003 , 0x00006d21 
+ 00027905  0x0000777f beq  0x00000004 , 0x00006d78 
+ 00027906  0x00007780 beq  0x0000003b , 0x00006d2b 
+ 00027907  0x00007781 beq  0x0000003c , 0x00006d7b 
+ 00027908  0x00007782 beq  0x0000000d , 0x00006d30 
+ 00027909  0x00007783 beq  0x0000000e , 0x00006d80 
+ 00027910  0x00007784 beq  0x0000000f , 0x00006d33 
+ 00027911  0x00007785 beq  0x00000010 , 0x00006d86 
+ 00027912  0x00007786 beq  0x00000011 , 0x00006d39 
+ 00027913  0x00007787 beq  0x00000012 , 0x00006d8a 
+ 00027914  0x00007788 beq  0x00000013 , 0x00006d3f 
+ 00027915  0x00007789 beq  0x00000014 , 0x00006d8e 
+ 00027916  0x0000778a beq  0x00000015 , 0x00006d45 
+ 00027917  0x0000778b beq  0x00000016 , 0x00006d92 
+ 00027918  0x0000778c beq  0x00000017 , 0x00006d4b 
+ 00027919  0x0000778d beq  0x00000018 , 0x00006d97 
+ 00027920  0x0000778e beq  0x00000019 , 0x00006d51 
+ 00027921  0x0000778f beq  0x0000001a , 0x00006d9b 
+ 00027922  0x00007790 beq  0x0000001b , 0x00006d57 
+ 00027923  0x00007791 beq  0x0000001c , 0x00006d9f 
+ 00027924  0x00007792 beq  0x0000001d , 0x00006d5d 
+ 00027925  0x00007793 beq  0x0000001e , 0x00006da4 
+ 00027926  0x00007794 beq  0x0000001f , 0x00006d63 
+ 00027927  0x00007795 beq  0x00000020 , 0x00006da8 
+ 00027928  0x00007796 beq  0x00000021 , 0x00006d6e 
+ 00027929  0x00007797 beq  0x00000022 , 0x00006dac 
+ 00027930  0x00007799 rtn 
+ 00027931  0x0000779b call  0x00006db7 
+ 00027932  0x0000779c jam  0x00000002 , 0x00000287 
+ 00027933  0x0000779d fetch  0x00000001 , 0x00004250 
+ 00027934  0x0000779e set1  0x00000000 , 0x0000003f 
+ 00027935  0x0000779f store  0x00000001 , 0x00004250 
+ 00027936  0x000077a0 rtn 
+ 00027937  0x000077a2 jam  0x00000004 , 0x00000287 
+ 00027938  0x000077a3 fetch  0x00000001 , 0x00004250 
+ 00027939  0x000077a4 rtnbit1  0x00000002 
+ 00027940  0x000077a5 jam  0x00000003 , 0x00000287 
+ 00027941  0x000077a6 call  0x00006dbe 
+ 00027942  0x000077a7 jam  0x00000004 , 0x00000287 
+ 00027943  0x000077a8 fetch  0x00000001 , 0x00004250 
+ 00027944  0x000077a9 set1  0x00000002 , 0x0000003f 
+ 00027945  0x000077aa store  0x00000001 , 0x00004250 
+ 00027946  0x000077ab rtn 
+ 00027947  0x000077ad call  0x00005274 
+ 00027948  0x000077ae nrtn  0x00000034 
+ 00027949  0x000077af call  0x00006dcd 
+ 00027950  0x000077b0 jam  0x0000003c , 0x00000287 
+ 00027951  0x000077b1 rtn 
+ 00027952  0x000077b3 call  0x00006dc3 
+ 00027953  0x000077b4 jam  0x0000000e , 0x00000287 
+ 00027954  0x000077b5 rtn 
+ 00027955  0x000077b7 call  0x00006ddd 
+ 00027956  0x000077b8 jam  0x00000010 , 0x00000287 
+ 00027957  0x000077b9 fetch  0x00000001 , 0x00004252 
+ 00027958  0x000077ba set1  0x00000000 , 0x0000003f 
+ 00027959  0x000077bb store  0x00000001 , 0x00004252 
+ 00027960  0x000077bc rtn 
+ 00027961  0x000077be call  0x00006de4 
+ 00027962  0x000077bf jam  0x00000012 , 0x00000287 
+ 00027963  0x000077c0 fetch  0x00000001 , 0x00004252 
+ 00027964  0x000077c1 set1  0x00000002 , 0x0000003f 
+ 00027965  0x000077c2 store  0x00000001 , 0x00004252 
+ 00027966  0x000077c3 rtn 
+ 00027967  0x000077c5 call  0x00006de9 
+ 00027968  0x000077c6 jam  0x00000014 , 0x00000287 
+ 00027969  0x000077c7 fetch  0x00000001 , 0x00004253 
+ 00027970  0x000077c8 set1  0x00000000 , 0x0000003f 
+ 00027971  0x000077c9 store  0x00000001 , 0x00004253 
+ 00027972  0x000077ca rtn 
+ 00027973  0x000077cc call  0x00006df0 
+ 00027974  0x000077cd jam  0x00000016 , 0x00000287 
+ 00027975  0x000077ce fetch  0x00000001 , 0x00004253 
+ 00027976  0x000077cf set1  0x00000002 , 0x0000003f 
+ 00027977  0x000077d0 store  0x00000001 , 0x00004253 
+ 00027978  0x000077d1 rtn 
+ 00027979  0x000077d3 call  0x00006dd1 
+ 00027980  0x000077d4 jam  0x00000018 , 0x00000287 
+ 00027981  0x000077d5 fetch  0x00000001 , 0x00004251 
+ 00027982  0x000077d6 set1  0x00000000 , 0x0000003f 
+ 00027983  0x000077d7 store  0x00000001 , 0x00004251 
+ 00027984  0x000077d8 rtn 
+ 00027985  0x000077da call  0x00006dd8 
+ 00027986  0x000077db jam  0x0000001a , 0x00000287 
+ 00027987  0x000077dc fetch  0x00000001 , 0x00004251 
+ 00027988  0x000077dd set1  0x00000002 , 0x0000003f 
+ 00027989  0x000077de store  0x00000001 , 0x00004251 
+ 00027990  0x000077df rtn 
+ 00027991  0x000077e1 call  0x00006df5 
+ 00027992  0x000077e2 jam  0x0000001c , 0x00000287 
+ 00027993  0x000077e3 fetch  0x00000001 , 0x00004251 
+ 00027994  0x000077e4 set1  0x00000006 , 0x0000003f 
+ 00027995  0x000077e5 store  0x00000001 , 0x00004251 
+ 00027996  0x000077e6 rtn 
+ 00027997  0x000077e8 call  0x00006dfc 
+ 00027998  0x000077e9 fetch  0x00000001 , 0x00004254 
+ 00027999  0x000077ea set1  0x00000000 
+ 00028000  0x000077eb store  0x00000001 , 0x00004254 
+ 00028001  0x000077ec jam  0x0000001e , 0x00000287 
+ 00028002  0x000077ed rtn 
+ 00028003  0x000077ef call  0x00006e02 
+ 00028004  0x000077f0 fetch  0x00000001 , 0x00004254 
+ 00028005  0x000077f1 set1  0x00000002 
+ 00028006  0x000077f2 store  0x00000001 , 0x00004254 
+ 00028007  0x000077f3 jam  0x00000020 , 0x00000287 
+ 00028008  0x000077f4 fetch  0x00000001 , 0x00004564 
+ 00028009  0x000077f5 lshift3  0x0000003f , 0x0000003f 
+ 00028010  0x000077f6 or_into  0x00000003 , 0x0000003f 
+ 00028011  0x000077f7 arg  0x00004565 , 0x00000002 
+ 00028012  0x000077f8 storet  0x00000002 , 0x000004f7 
+ 00028013  0x000077f9 branch  0x00006a35 
+ 00028014  0x000077fb call  0x00006e0c 
+ 00028015  0x000077fc fetch  0x00000001 , 0x00004254 
+ 00028016  0x000077fd set1  0x00000004 
+ 00028017  0x000077fe store  0x00000001 , 0x00004254 
+ 00028018  0x000077ff jam  0x00000022 , 0x00000287 
+ 00028019  0x00007800 rtn 
+ 00028020  0x00007803 fetch  0x00000001 , 0x00004250 
+ 00028021  0x00007804 rtnbit0  0x00000001 
+ 00028022  0x00007805 jam  0x00000003 , 0x00000287 
+ 00028023  0x00007806 branch  0x00006cfb 
+ 00028024  0x00007808 fetch  0x00000001 , 0x00004250 
+ 00028025  0x00007809 rtnne  0x0000003f 
+ 00028026  0x0000780a jam  0x0000003b , 0x00000287 
+ 00028027  0x0000780c fetch  0x00000001 , 0x00000285 
+ 00028028  0x0000780d rtnne  0x00000017 
+ 00028029  0x0000780e jam  0x00000000 , 0x00000285 
+ 00028030  0x0000780f jam  0x0000000d , 0x00000287 
+ 00028031  0x00007810 branch  0x00006cfb 
+ 00028032  0x00007812 fetch  0x00000001 , 0x00004250 
+ 00028033  0x00007813 nrtn  0x00000034 
+ 00028034  0x00007814 fetch  0x00000001 , 0x00004684 
+ 00028035  0x00007815 bbit1  0x00000000 , 0x00006daf 
+ 00028036  0x00007816 bbit1  0x00000006 , 0x00006db1 
+ 00028037  0x00007817 branch  0x00006db5 
+ 00028038  0x00007819 fetch  0x00000001 , 0x00004252 
+ 00028039  0x0000781a rtnbit0  0x00000001 
+ 00028040  0x0000781b jam  0x00000011 , 0x00000287 
+ 00028041  0x0000781c branch  0x00006cfb 
+ 00028042  0x0000781e fetch  0x00000001 , 0x00004252 
+ 00028043  0x0000781f rtnne  0x0000003f 
+ 00028044  0x00007820 jam  0x00000013 , 0x00000287 
+ 00028045  0x00007821 branch  0x00006cfb 
+ 00028046  0x00007823 fetch  0x00000001 , 0x00004253 
+ 00028047  0x00007824 rtnbit0  0x00000001 
+ 00028048  0x00007825 jam  0x00000015 , 0x00000287 
+ 00028049  0x00007826 branch  0x00006cfb 
+ 00028050  0x00007828 fetch  0x00000001 , 0x00004253 
+ 00028051  0x00007829 rtnne  0x0000003f 
+ 00028052  0x0000782a fetch  0x00000001 , 0x00004684 
+ 00028053  0x0000782b bbit1  0x00000006 , 0x00006db1 
+ 00028054  0x0000782c branch  0x00006db5 
+ 00028055  0x0000782e fetch  0x00000001 , 0x00004251 
+ 00028056  0x0000782f rtnbit0  0x00000001 
+ 00028057  0x00007830 jam  0x00000019 , 0x00000287 
+ 00028058  0x00007831 branch  0x00006cfb 
+ 00028059  0x00007833 fetch  0x00000001 , 0x00004251 
+ 00028060  0x00007834 rtnne  0x0000003f 
+ 00028061  0x00007835 jam  0x0000001b , 0x00000287 
+ 00028062  0x00007836 branch  0x00006cfb 
+ 00028063  0x00007838 fetch  0x00000001 , 0x00004251 
+ 00028064  0x00007839 rtnne  0x000000ff 
+ 00028065  0x0000783a fetch  0x00000001 , 0x00004684 
+ 00028066  0x0000783b bbit1  0x00000006 , 0x00006db3 
+ 00028067  0x0000783c branch  0x00006db5 
+ 00028068  0x0000783e fetch  0x00000001 , 0x00004254 
+ 00028069  0x0000783f rtnbit0  0x00000001 
+ 00028070  0x00007840 jam  0x0000001f , 0x00000287 
+ 00028071  0x00007841 branch  0x00006cfb 
+ 00028072  0x00007843 fetch  0x00000001 , 0x00004254 
+ 00028073  0x00007844 rtnbit0  0x00000003 
+ 00028074  0x00007845 jam  0x00000021 , 0x00000287 
+ 00028075  0x00007846 branch  0x00006cfb 
+ 00028076  0x00007848 fetch  0x00000001 , 0x00004254 
+ 00028077  0x00007849 rtnne  0x000000ff 
+ 00028078  0x0000784a branch  0x00006db5 
+ 00028079  0x0000784d jam  0x0000000f , 0x00000287 
+ 00028080  0x0000784e branch  0x00006cfb 
+ 00028081  0x00007851 jam  0x00000017 , 0x00000287 
+ 00028082  0x00007852 branch  0x00006cfb 
+ 00028083  0x00007854 jam  0x0000001d , 0x00000287 
+ 00028084  0x00007855 branch  0x00006cfb 
+ 00028085  0x0000785a jam  0x00000000 , 0x00000287 
+ 00028086  0x0000785b rtn 
+ 00028087  0x0000785d bpatchx  0x000000bf , 0x00004037 
+ 00028088  0x0000785e call  0x000052b8 
+ 00028089  0x0000785f setarg  0x00000001 
+ 00028090  0x00007860 copy  0x0000003f , 0x00000002 
+ 00028091  0x00007861 setarg  0x00000050 
+ 00028092  0x00007862 copy  0x0000003f , 0x0000000b 
+ 00028093  0x00007863 branch  0x000050a8 
+ 00028094  0x00007866 bpatchx  0x000000c0 , 0x00004038 
+ 00028095  0x00007867 call  0x000052b8 
+ 00028096  0x00007868 fetch  0x00000002 , 0x00004248 
+ 00028097  0x00007869 copy  0x0000003f , 0x00000002 
+ 00028098  0x0000786a branch  0x000050b7 
+ 00028099  0x0000786d bpatchx  0x000000c1 , 0x00004038 
+ 00028100  0x0000786e call  0x000052b8 
+ 00028101  0x0000786f fetch  0x00000002 , 0x00004248 
+ 00028102  0x00007870 copy  0x0000003f , 0x00000002 
+ 00028103  0x00007871 arg  0x00000050 , 0x0000000b 
+ 00028104  0x00007872 call  0x000050cc 
+ 00028105  0x00007873 fetch  0x00000001 , 0x00004250 
+ 00028106  0x00007874 set0  0x00000005 , 0x0000003f 
+ 00028107  0x00007875 store  0x00000001 , 0x00004250 
+ 00028108  0x00007876 rtn 
+ 00028109  0x00007879 bpatchx  0x000000c2 , 0x00004038 
+ 00028110  0x0000787a call  0x000052c5 
+ 00028111  0x0000787b call  0x00007138 
+ 00028112  0x0000787c branch  0x000050e7 
+ 00028113  0x0000787f bpatchx  0x000000c3 , 0x00004038 
+ 00028114  0x00007880 call  0x000052b8 
+ 00028115  0x00007881 setarg  0x00000003 
+ 00028116  0x00007882 copy  0x0000003f , 0x00000002 
+ 00028117  0x00007883 setarg  0x00000051 
+ 00028118  0x00007884 copy  0x0000003f , 0x0000000b 
+ 00028119  0x00007885 branch  0x000050a8 
+ 00028120  0x00007888 bpatchx  0x000000c4 , 0x00004038 
+ 00028121  0x00007889 call  0x000052b8 
+ 00028122  0x0000788a fetch  0x00000002 , 0x0000424a 
+ 00028123  0x0000788b copy  0x0000003f , 0x00000002 
+ 00028124  0x0000788c branch  0x000050b7 
+ 00028125  0x0000788f bpatchx  0x000000c5 , 0x00004038 
+ 00028126  0x00007890 call  0x000052b8 
+ 00028127  0x00007891 setarg  0x00000011 
+ 00028128  0x00007892 copy  0x0000003f , 0x00000002 
+ 00028129  0x00007893 setarg  0x00000052 
+ 00028130  0x00007894 copy  0x0000003f , 0x0000000b 
+ 00028131  0x00007895 branch  0x000050a8 
+ 00028132  0x00007898 bpatchx  0x000000c6 , 0x00004038 
+ 00028133  0x00007899 call  0x000052b8 
+ 00028134  0x0000789a fetch  0x00000002 , 0x0000424c 
+ 00028135  0x0000789b copy  0x0000003f , 0x00000002 
+ 00028136  0x0000789c branch  0x000050b7 
+ 00028137  0x0000789f bpatchx  0x000000c7 , 0x00004038 
+ 00028138  0x000078a0 call  0x000052b8 
+ 00028139  0x000078a1 setarg  0x00000013 
+ 00028140  0x000078a2 copy  0x0000003f , 0x00000002 
+ 00028141  0x000078a3 setarg  0x00000053 
+ 00028142  0x000078a4 copy  0x0000003f , 0x0000000b 
+ 00028143  0x000078a5 branch  0x000050a8 
+ 00028144  0x000078a8 bpatchx  0x000000c8 , 0x00004039 
+ 00028145  0x000078a9 call  0x000052b8 
+ 00028146  0x000078aa fetch  0x00000002 , 0x0000424e 
+ 00028147  0x000078ab copy  0x0000003f , 0x00000002 
+ 00028148  0x000078ac branch  0x000050b7 
+ 00028149  0x000078af bpatchx  0x000000c9 , 0x00004039 
+ 00028150  0x000078b0 call  0x000052d2 
+ 00028151  0x000078b2 jam  0x00000003 , 0x000004fb 
+ 00028152  0x000078b3 jam  0x0000001c , 0x000004fe 
+ 00028153  0x000078b4 call  0x00006ba9 
+ 00028154  0x000078b5 jam  0x00000001 , 0x00004563 
+ 00028155  0x000078b6 rtn 
+ 00028156  0x000078b9 bpatchx  0x000000ca , 0x00004039 
+ 00028157  0x000078ba call  0x000052d2 
+ 00028158  0x000078bb fetcht  0x00000001 , 0x00004564 
+ 00028159  0x000078bc call  0x00006a79 
+ 00028160  0x000078bd storet  0x00000001 , 0x0000455d 
+ 00028161  0x000078be branch  0x00006bc4 
+ 00028162  0x000078c1 bpatchx  0x000000cb , 0x00004039 
+ 00028163  0x000078c2 call  0x000052d2 
+ 00028164  0x000078c3 fetcht  0x00000001 , 0x0000455d 
+ 00028165  0x000078c4 call  0x00006a73 
+ 00028166  0x000078c5 call  0x00006a1a 
+ 00028167  0x000078c6 store  0x00000001 , 0x000004fe 
+ 00028168  0x000078c7 fetcht  0x00000001 , 0x0000455d 
+ 00028169  0x000078c8 call  0x00006a73 
+ 00028170  0x000078c9 storet  0x00000001 , 0x000004fb 
+ 00028171  0x000078ca branch  0x00006ba9 
+ 00028172  0x000078cd bpatchx  0x000000cc , 0x00004039 
+ 00028173  0x000078ce call  0x000052d2 
+ 00028174  0x000078cf fetcht  0x00000001 , 0x0000455d 
+ 00028175  0x000078d0 call  0x00006a73 
+ 00028176  0x000078d1 branch  0x00006bfc 
+ 00028177  0x000078df bpatchx  0x000000cd , 0x00004039 
+ 00028178  0x000078e0 fetch  0x00000002 , 0x00000264 
+ 00028179  0x000078e1 iforce  0x00000006 
+ 00028180  0x000078e4 ifetch  0x00000001 , 0x00000006 
+ 00028181  0x000078e5 copy  0x0000003f , 0x00000012 
+ 00028182  0x000078e6 store  0x00000001 , 0x0000051b 
+ 00028183  0x000078e7 ifetch  0x00000002 , 0x00000006 
+ 00028184  0x000078e8 store  0x00000002 , 0x0000051c 
+ 00028185  0x000078e9 ifetch  0x00000001 , 0x00000006 
+ 00028186  0x000078ea lshift8  0x0000003f , 0x0000000b 
+ 00028187  0x000078eb ifetch  0x00000001 , 0x00000006 
+ 00028188  0x000078ec iadd  0x0000000b , 0x0000000b 
+ 00028189  0x000078ed bpatchx  0x000000ce , 0x00004039 
+ 00028190  0x000078ee copy  0x00000006 , 0x00000002 
+ 00028191  0x000078ef arg  0x00000004 , 0x00000039 
+ 00028192  0x000078f0 arg  0x0000052a , 0x00000005 
+ 00028193  0x000078f1 call  0x00007ec6 
+ 00028194  0x000078f2 copy  0x00000002 , 0x00000006 
+ 00028195  0x000078f3 deposit  0x00000012 
+ 00028196  0x000078f4 beq  0x00000001 , 0x00006fba 
+ 00028197  0x000078f5 beq  0x00000002 , 0x00006e2c 
+ 00028198  0x000078f6 beq  0x00000003 , 0x00006fba 
+ 00028199  0x000078f7 beq  0x00000004 , 0x00006e54 
+ 00028200  0x000078f8 beq  0x00000005 , 0x00006fba 
+ 00028201  0x000078f9 beq  0x00000006 , 0x00006f02 
+ 00028202  0x000078fa beq  0x00000007 , 0x00006fba 
+ 00028203  0x000078fb branch  0x00006fc1 
+ 00028204  0x00007907 bpatchx  0x000000cf , 0x00004039 
+ 00028205  0x00007908 call  0x00006fd0 
+ 00028206  0x00007909 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00028207  0x0000790a branch  0x00007040 , 0x00000001 
+ 00028208  0x0000790b compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028209  0x0000790c branch  0x00006fc4 , 0x00000001 
+ 00028210  0x0000790e ifetch  0x00000002 , 0x00000006 
+ 00028211  0x0000790f store  0x00000002 , 0x00000522 
+ 00028212  0x00007910 increase  0xfffffffe , 0x0000000b 
+ 00028213  0x00007912 increase  0xffffffff , 0x0000000b 
+ 00028214  0x00007913 nbranch  0x00006fbe , 0x00000005 
+ 00028215  0x00007914 arg  0x00000511 , 0x0000000b 
+ 00028216  0x00007915 ifetch  0x00000002 , 0x0000000b 
+ 00028217  0x00007916 rtn  0x00000034 
+ 00028218  0x00007917 call  0x00007082 
+ 00028219  0x00007918 call  0x000052d0 
+ 00028220  0x00007919 force  0x00000003 , 0x0000003f 
+ 00028221  0x0000791a istore  0x00000001 , 0x00000005 
+ 00028222  0x0000791b fetch  0x00000002 , 0x0000051c 
+ 00028223  0x0000791c istore  0x00000002 , 0x00000005 
+ 00028224  0x0000791d lshift2  0x00000007 , 0x0000003f 
+ 00028225  0x0000791e add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00028226  0x0000791f add  0x0000003f , 0x00000005 , 0x00000013 
+ 00028227  0x00007920 byteswap  0x0000003f , 0x0000003f 
+ 00028228  0x00007921 istore  0x00000002 , 0x00000005 
+ 00028229  0x00007922 deposit  0x00000007 
+ 00028230  0x00007923 byteswap  0x0000003f , 0x0000003f 
+ 00028231  0x00007924 istore  0x00000002 , 0x00000005 
+ 00028232  0x00007925 istore  0x00000002 , 0x00000005 
+ 00028233  0x00007926 arg  0x0000052a , 0x00000006 
+ 00028234  0x00007927 copy  0x00000007 , 0x00000039 
+ 00028235  0x00007928 branch  0x00006e4f , 0x00000005 
+ 00028236  0x0000792a ifetch  0x00000004 , 0x00000006 
+ 00028237  0x0000792b istore  0x00000004 , 0x00000005 
+ 00028238  0x0000792c loop  0x00006e4c 
+ 00028239  0x0000792e force  0x00000000 , 0x0000003f 
+ 00028240  0x0000792f istore  0x00000001 , 0x00000005 
+ 00028241  0x00007930 deposit  0x00000013 
+ 00028242  0x00007931 store  0x00000002 , 0x00000275 
+ 00028243  0x00007933 rtn 
+ 00028244  0x0000793f bpatchx  0x000000d0 , 0x0000403a 
+ 00028245  0x00007940 ifetch  0x00000004 , 0x00000006 
+ 00028246  0x00007941 store  0x00000004 , 0x00000524 
+ 00028247  0x00007942 increase  0xfffffffc , 0x0000000b 
+ 00028248  0x00007943 call  0x00006f2e 
+ 00028249  0x00007944 store  0x00000002 , 0x00000520 
+ 00028250  0x00007945 increase  0xfffffffe , 0x0000000b 
+ 00028251  0x00007946 call  0x00007028 
+ 00028252  0x00007947 branch  0x00006fc4 , 0x00000005 
+ 00028253  0x00007948 compare  0x00000005 , 0x00000011 , 0x000000ff 
+ 00028254  0x0000794a branch  0x00006e62 , 0x00000001 
+ 00028255  0x0000794c arg  0x0000052a , 0x00000005 
+ 00028256  0x0000794d force  0x00000000 , 0x00000007 
+ 00028257  0x0000794e branch  0x00006e71 
+ 00028258  0x00007950 ifetch  0x00000001 , 0x00000006 
+ 00028259  0x00007951 bne  0x0000000a , 0x00006fc4 
+ 00028260  0x00007952 ifetch  0x00000002 , 0x00000006 
+ 00028261  0x00007953 nbranch  0x00006e6f , 0x00000034 
+ 00028262  0x00007954 ifetch  0x00000001 , 0x00000006 
+ 00028263  0x00007955 bne  0x000000ff , 0x00006e6d 
+ 00028264  0x00007956 ifetch  0x00000001 , 0x00000006 
+ 00028265  0x00007957 bne  0x000000ff , 0x00006e6b 
+ 00028266  0x00007958 branch  0x00006eb8 
+ 00028267  0x0000795a increase  0xfffffffb , 0x00000006 
+ 00028268  0x0000795b branch  0x00006e5f 
+ 00028269  0x0000795d increase  0xfffffffc , 0x00000006 
+ 00028270  0x0000795e branch  0x00006e5f 
+ 00028271  0x00007960 increase  0xfffffffd , 0x00000006 
+ 00028272  0x00007961 branch  0x00006e5f 
+ 00028273  0x00007963 ifetch  0x00000001 , 0x00000006 
+ 00028274  0x00007964 beq  0x00000009 , 0x00006e86 
+ 00028275  0x00007965 beq  0x0000000a , 0x00006e74 
+ 00028276  0x00007967 ifetch  0x00000002 , 0x00000006 
+ 00028277  0x00007968 istore  0x00000002 , 0x00000005 
+ 00028278  0x00007969 increase  0x00000001 , 0x00000007 
+ 00028279  0x0000796a byteswap  0x0000003f , 0x00000012 
+ 00028280  0x0000796b ifetch  0x00000002 , 0x00000006 
+ 00028281  0x0000796c byteswap  0x0000003f , 0x0000003f 
+ 00028282  0x0000796e increase  0x00000001 , 0x00000012 
+ 00028283  0x0000796f isub  0x00000012 , 0x0000003e 
+ 00028284  0x00007970 nbranch  0x00006e83 , 0x00000002 
+ 00028285  0x00007971 copy  0x0000003f , 0x00000013 
+ 00028286  0x00007972 byteswap  0x00000012 , 0x0000003f 
+ 00028287  0x00007973 istore  0x00000002 , 0x00000005 
+ 00028288  0x00007974 increase  0x00000001 , 0x00000007 
+ 00028289  0x00007975 copy  0x00000013 , 0x0000003f 
+ 00028290  0x00007976 branch  0x00006e7a 
+ 00028291  0x00007978 increase  0xfffffffb , 0x0000000b 
+ 00028292  0x00007979 increase  0xfffffffb , 0x00000011 
+ 00028293  0x0000797a branch  0x00006e8b 
+ 00028294  0x0000797c ifetch  0x00000002 , 0x00000006 
+ 00028295  0x0000797d istore  0x00000002 , 0x00000005 
+ 00028296  0x0000797e increase  0x00000001 , 0x00000007 
+ 00028297  0x0000797f increase  0xfffffffd , 0x0000000b 
+ 00028298  0x00007980 increase  0xfffffffd , 0x00000011 
+ 00028299  0x00007982 nbranch  0x00006fc4 , 0x00000002 
+ 00028300  0x00007983 nbranch  0x00006e71 , 0x00000005 
+ 00028301  0x00007984 increase  0xffffffff , 0x0000000b 
+ 00028302  0x00007985 nbranch  0x00006fc4 , 0x00000005 
+ 00028303  0x00007987 call  0x000052d0 
+ 00028304  0x00007988 increase  0x0000000a , 0x00000005 
+ 00028305  0x00007989 arg  0x0000052a , 0x00000011 
+ 00028306  0x0000798b copy  0x00000007 , 0x0000003f 
+ 00028307  0x0000798c branch  0x00006ea5 , 0x00000034 
+ 00028308  0x0000798d ifetch  0x00000002 , 0x00000011 
+ 00028309  0x0000798e branch  0x00006ea5 , 0x00000034 
+ 00028310  0x0000798f iforce  0x00000012 
+ 00028311  0x00007990 fetch  0x00000004 , 0x00000524 
+ 00028312  0x00007991 iforce  0x00000002 
+ 00028313  0x00007992 call  0x000070e7 
+ 00028314  0x00007993 copy  0x00000006 , 0x0000003f 
+ 00028315  0x00007994 branch  0x00006ea2 , 0x00000034 
+ 00028316  0x00007995 increase  0xfffffffd , 0x00000006 
+ 00028317  0x00007996 ifetch  0x00000003 , 0x00000006 
+ 00028318  0x00007997 istore  0x00000003 , 0x00000005 
+ 00028319  0x00007998 call  0x0000705b 
+ 00028320  0x00007999 iforce  0x00000039 
+ 00028321  0x0000799a call  0x00007f01 
+ 00028322  0x0000799c increase  0x00000002 , 0x00000011 
+ 00028323  0x0000799d increase  0xffffffff , 0x00000007 
+ 00028324  0x0000799e branch  0x00006e92 
+ 00028325  0x000079a1 arg  0x00000005 , 0x00000011 
+ 00028326  0x000079a2 call  0x00006f84 
+ 00028327  0x000079a3 fetch  0x00000002 , 0x00000275 
+ 00028328  0x000079a4 beq  0x0000000b , 0x00007043 
+ 00028329  0x000079a5 branch  0x00006f9a 
+ 00028330  0x000079a9 ifetch  0x00000001 , 0x00000006 
+ 00028331  0x000079aa beq  0x00000000 , 0x00006eae 
+ 00028332  0x000079ab beq  0x00000001 , 0x00006eb0 
+ 00028333  0x000079ac beq  0x00000002 , 0x00006eb3 
+ 00028334  0x000079ae increase  0xffffffff , 0x0000000b 
+ 00028335  0x000079af branch  0x00006eb6 
+ 00028336  0x000079b1 ifetch  0x00000001 , 0x00000006 
+ 00028337  0x000079b2 increase  0xfffffffe , 0x0000000b 
+ 00028338  0x000079b3 branch  0x00006eb6 
+ 00028339  0x000079b5 ifetch  0x00000002 , 0x00000006 
+ 00028340  0x000079b6 byteswap  0x0000003f , 0x0000003f 
+ 00028341  0x000079b7 increase  0xfffffffd , 0x0000000b 
+ 00028342  0x000079b9 store  0x00000002 , 0x00000519 
+ 00028343  0x000079ba rtn 
+ 00028344  0x000079bd increase  0xfffffffb , 0x0000000b 
+ 00028345  0x000079be call  0x00006eaa 
+ 00028346  0x000079bf nbranch  0x00006fbe , 0x00000005 
+ 00028347  0x000079c0 fetcht  0x00000004 , 0x00000524 
+ 00028348  0x000079c1 call  0x000070b1 
+ 00028349  0x000079c2 nbranch  0x00006fbb , 0x00000005 
+ 00028350  0x000079c3 copy  0x00000006 , 0x00000011 
+ 00028351  0x000079c4 call  0x000052d0 
+ 00028352  0x000079c5 copy  0x00000011 , 0x00000006 
+ 00028353  0x000079c6 increase  0x00000003 , 0x00000005 
+ 00028354  0x000079c7 copy  0x00000006 , 0x0000000b 
+ 00028355  0x000079c8 call  0x00007062 
+ 00028356  0x000079c9 copy  0x0000003f , 0x00000011 
+ 00028357  0x000079cb fetch  0x00000002 , 0x00000519 
+ 00028358  0x000079cc copy  0x0000003f , 0x00000012 
+ 00028359  0x000079cd copy  0x00000011 , 0x0000003f 
+ 00028360  0x000079ce isub  0x00000012 , 0x00000012 
+ 00028361  0x000079cf fetch  0x00000002 , 0x00000520 
+ 00028362  0x000079d0 isub  0x00000012 , 0x0000003e 
+ 00028363  0x000079d1 nbranch  0x00006ee7 , 0x00000002 
+ 00028364  0x000079d3 disable  0x00000028 
+ 00028365  0x000079d4 fetch  0x00000002 , 0x00000519 
+ 00028366  0x000079d5 branch  0x00006eda , 0x00000034 
+ 00028367  0x000079d6 iadd  0x0000000b , 0x00000006 
+ 00028368  0x000079d7 increase  0x00000003 , 0x00000012 
+ 00028369  0x000079d8 copy  0x00000012 , 0x00000039 
+ 00028370  0x000079d9 copy  0x00000039 , 0x0000003f 
+ 00028371  0x000079da increase  0x00000003 , 0x0000003f 
+ 00028372  0x000079db byteswap  0x0000003f , 0x0000003f 
+ 00028373  0x000079dc istore  0x00000002 , 0x00000005 
+ 00028374  0x000079dd copy  0x00000039 , 0x0000003f 
+ 00028375  0x000079de byteswap  0x0000003f , 0x0000003f 
+ 00028376  0x000079df istore  0x00000002 , 0x00000005 
+ 00028377  0x000079e0 branch  0x00006ef5 
+ 00028378  0x000079e2 add  0x00000011 , 0x00000006 , 0x00000039 
+ 00028379  0x000079e3 branch  0x00006ede , 0x00000028 
+ 00028380  0x000079e4 byteswap  0x00000039 , 0x0000003f 
+ 00028381  0x000079e5 branch  0x00006ee1 
+ 00028382  0x000079e7 copy  0x00000039 , 0x0000003f 
+ 00028383  0x000079e8 increase  0x00000002 , 0x0000003f 
+ 00028384  0x000079e9 byteswap  0x0000003f , 0x0000003f 
+ 00028385  0x000079eb istore  0x00000002 , 0x00000005 
+ 00028386  0x000079ec increase  0xfffffffd , 0x00000039 
+ 00028387  0x000079ed byteswap  0x00000039 , 0x0000003f 
+ 00028388  0x000079ee istore  0x00000002 , 0x00000005 
+ 00028389  0x000079ef copy  0x0000000b , 0x00000006 
+ 00028390  0x000079f0 branch  0x00006ef5 
+ 00028391  0x000079f2 enable  0x00000028 
+ 00028392  0x000079f4 fetch  0x00000002 , 0x00000520 
+ 00028393  0x000079f5 copy  0x0000003f , 0x00000011 
+ 00028394  0x000079f6 copy  0x00000011 , 0x00000039 
+ 00028395  0x000079f7 fetch  0x00000002 , 0x00000519 
+ 00028396  0x000079f8 branch  0x00006eda , 0x00000034 
+ 00028397  0x000079f9 iadd  0x0000000b , 0x00000006 
+ 00028398  0x000079fa copy  0x00000011 , 0x0000003f 
+ 00028399  0x000079fb increase  0x00000005 , 0x0000003f 
+ 00028400  0x000079fc byteswap  0x0000003f , 0x0000003f 
+ 00028401  0x000079fd istore  0x00000002 , 0x00000005 
+ 00028402  0x000079fe copy  0x00000011 , 0x0000003f 
+ 00028403  0x000079ff byteswap  0x0000003f , 0x0000003f 
+ 00028404  0x00007a00 istore  0x00000002 , 0x00000005 
+ 00028405  0x00007a02 call  0x00007f01 
+ 00028406  0x00007a03 nbranch  0x00006efe , 0x00000028 
+ 00028407  0x00007a04 force  0x00000002 , 0x0000003f 
+ 00028408  0x00007a05 istore  0x00000001 , 0x00000005 
+ 00028409  0x00007a06 copy  0x00000006 , 0x0000003f 
+ 00028410  0x00007a07 isub  0x0000000b , 0x0000003f 
+ 00028411  0x00007a08 byteswap  0x0000003f , 0x0000003f 
+ 00028412  0x00007a09 istore  0x00000002 , 0x00000005 
+ 00028413  0x00007a0a branch  0x00006f00 
+ 00028414  0x00007a0c force  0x00000000 , 0x0000003f 
+ 00028415  0x00007a0d istore  0x00000001 , 0x00000005 
+ 00028416  0x00007a0f arg  0x00000005 , 0x00000011 
+ 00028417  0x00007a10 branch  0x00006fb0 
+ 00028418  0x00007a1c bpatchx  0x000000d1 , 0x0000403a 
+ 00028419  0x00007a1d call  0x00006fd0 
+ 00028420  0x00007a1e compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028421  0x00007a1f branch  0x00006fc4 , 0x00000001 
+ 00028422  0x00007a20 call  0x00006f2e 
+ 00028423  0x00007a21 store  0x00000002 , 0x00000520 
+ 00028424  0x00007a22 increase  0xfffffffe , 0x0000000b 
+ 00028425  0x00007a23 call  0x00007028 
+ 00028426  0x00007a24 arg  0x0000052a , 0x00000005 
+ 00028427  0x00007a25 force  0x00000000 , 0x00000007 
+ 00028428  0x00007a27 ifetch  0x00000001 , 0x00000006 
+ 00028429  0x00007a28 beq  0x0000000a , 0x00006f36 
+ 00028430  0x00007a29 ifetch  0x00000002 , 0x00000006 
+ 00028431  0x00007a2a istore  0x00000002 , 0x00000005 
+ 00028432  0x00007a2b increase  0x00000001 , 0x00000007 
+ 00028433  0x00007a2c increase  0xfffffffd , 0x0000000b 
+ 00028434  0x00007a2d increase  0xfffffffd , 0x00000011 
+ 00028435  0x00007a2e nbranch  0x00006fc4 , 0x00000002 
+ 00028436  0x00007a2f nbranch  0x00006f0c , 0x00000005 
+ 00028437  0x00007a30 increase  0xffffffff , 0x0000000b 
+ 00028438  0x00007a31 nbranch  0x00006fc4 , 0x00000005 
+ 00028439  0x00007a32 call  0x000052d0 
+ 00028440  0x00007a33 increase  0x0000000d , 0x00000005 
+ 00028441  0x00007a34 fetch  0x00000002 , 0x00000511 
+ 00028442  0x00007a35 iforce  0x00000013 
+ 00028443  0x00007a36 arg  0x0000052a , 0x00000011 
+ 00028444  0x00007a38 ifetch  0x00000002 , 0x00000011 
+ 00028445  0x00007a39 branch  0x00006f29 , 0x00000034 
+ 00028446  0x00007a3a iforce  0x00000012 
+ 00028447  0x00007a3b call  0x000070c6 
+ 00028448  0x00007a3c branch  0x00006f27 , 0x00000034 
+ 00028449  0x00007a3d increase  0xfffffffd , 0x00000006 
+ 00028450  0x00007a3e ifetch  0x00000003 , 0x00000006 
+ 00028451  0x00007a3f istore  0x00000003 , 0x00000005 
+ 00028452  0x00007a40 call  0x0000705b 
+ 00028453  0x00007a41 iforce  0x00000039 
+ 00028454  0x00007a42 call  0x00007f01 
+ 00028455  0x00007a44 increase  0x00000002 , 0x00000011 
+ 00028456  0x00007a45 branch  0x00006f1c 
+ 00028457  0x00007a48 call  0x00006f83 
+ 00028458  0x00007a49 fetch  0x00000002 , 0x00000275 
+ 00028459  0x00007a4a beq  0x0000000e , 0x00007046 
+ 00028460  0x00007a4b call  0x00006f9a 
+ 00028461  0x00007a4c branch  0x00006f9a 
+ 00028462  0x00007a50 ifetch  0x00000002 , 0x00000006 
+ 00028463  0x00007a51 byteswap  0x0000003f , 0x0000003f 
+ 00028464  0x00007a52 increase  0xfffffffd , 0x0000003f 
+ 00028465  0x00007a53 arg  0x000000c8 , 0x00000002 
+ 00028466  0x00007a54 isub  0x00000002 , 0x0000003e 
+ 00028467  0x00007a55 nrtn  0x00000002 
+ 00028468  0x00007a56 setarg  0x000000c8 
+ 00028469  0x00007a57 rtn 
+ 00028470  0x00007a5b increase  0x00000004 , 0x00000006 
+ 00028471  0x00007a5c increase  0xfffffffb , 0x0000000b 
+ 00028472  0x00007a5d increase  0xfffffffb , 0x00000011 
+ 00028473  0x00007a5e nbranch  0x00006fc4 , 0x00000005 
+ 00028474  0x00007a5f call  0x00006eaa 
+ 00028475  0x00007a60 nbranch  0x00006fbe , 0x00000005 
+ 00028476  0x00007a61 arg  0x00000511 , 0x0000000b 
+ 00028477  0x00007a62 call  0x00007082 
+ 00028478  0x00007a63 deposit  0x00000007 
+ 00028479  0x00007a64 branch  0x00007046 , 0x00000034 
+ 00028480  0x00007a65 store  0x00000001 , 0x0000054e 
+ 00028481  0x00007a67 copy  0x00000012 , 0x0000003f 
+ 00028482  0x00007a68 store  0x00000002 , 0x0000054c 
+ 00028483  0x00007a69 arg  0x00000000 , 0x00000007 
+ 00028484  0x00007a6a arg  0x00000000 , 0x00000011 
+ 00028485  0x00007a6b call  0x000052d0 
+ 00028486  0x00007a6c increase  0x0000000a , 0x00000005 
+ 00028487  0x00007a6e call  0x00006f6c 
+ 00028488  0x00007a6f nbranch  0x00002a8c , 0x00000028 
+ 00028489  0x00007a70 copy  0x00000006 , 0x0000000b 
+ 00028490  0x00007a71 copy  0x0000003f , 0x00000013 
+ 00028491  0x00007a72 iadd  0x00000011 , 0x00000011 
+ 00028492  0x00007a75 fetch  0x00000002 , 0x00000519 
+ 00028493  0x00007a76 copy  0x0000003f , 0x00000012 
+ 00028494  0x00007a77 branch  0x00006f75 , 0x00000034 
+ 00028495  0x00007a79 copy  0x00000011 , 0x0000003f 
+ 00028496  0x00007a7a isub  0x00000012 , 0x00000012 
+ 00028497  0x00007a7b branch  0x00006f67 , 0x00000005 
+ 00028498  0x00007a7c nbranch  0x00006f67 , 0x00000002 
+ 00028499  0x00007a7d fetch  0x00000002 , 0x00000520 
+ 00028500  0x00007a7e isub  0x00000012 , 0x0000003e 
+ 00028501  0x00007a7f branch  0x00006f5e , 0x00000005 
+ 00028502  0x00007a80 nbranch  0x00006f5e , 0x00000002 
+ 00028503  0x00007a84 copy  0x00000012 , 0x00000039 
+ 00028504  0x00007a85 call  0x00006f61 
+ 00028505  0x00007a86 fetch  0x00000001 , 0x0000054e 
+ 00028506  0x00007a87 increase  0x00000001 , 0x00000007 
+ 00028507  0x00007a88 isub  0x00000007 , 0x0000003e 
+ 00028508  0x00007a89 branch  0x00006f83 , 0x00000005 
+ 00028509  0x00007a8a branch  0x00006fa0 
+ 00028510  0x00007a8d copy  0x0000003f , 0x00000039 
+ 00028511  0x00007a8e call  0x00006f61 
+ 00028512  0x00007a8f branch  0x00006fa0 
+ 00028513  0x00007a92 increase  0xfffffffd , 0x00000005 
+ 00028514  0x00007a93 copy  0x00000039 , 0x00000002 
+ 00028515  0x00007a94 copy  0x00000013 , 0x0000003f 
+ 00028516  0x00007a95 isub  0x00000012 , 0x0000003f 
+ 00028517  0x00007a96 iadd  0x0000000b , 0x00000006 
+ 00028518  0x00007a97 branch  0x00007f01 
+ 00028519  0x00007a9a fetch  0x00000001 , 0x0000054e 
+ 00028520  0x00007a9b increase  0x00000001 , 0x00000007 
+ 00028521  0x00007a9c isub  0x00000007 , 0x0000003e 
+ 00028522  0x00007a9d rtn  0x00000005 
+ 00028523  0x00007a9e branch  0x00006f47 
+ 00028524  0x00007aa1 call  0x00007fe9 
+ 00028525  0x00007aa2 arg  0x0000052a , 0x00000006 
+ 00028526  0x00007aa3 lshift2  0x00000007 , 0x0000003f 
+ 00028527  0x00007aa4 iadd  0x00000006 , 0x00000006 
+ 00028528  0x00007aa5 ifetcht  0x00000004 , 0x00000006 
+ 00028529  0x00007aa6 call  0x000070b1 
+ 00028530  0x00007aa7 nrtn  0x00000005 
+ 00028531  0x00007aa8 call  0x0000705b 
+ 00028532  0x00007aa9 branch  0x00007fe7 
+ 00028533  0x00007aac fetch  0x00000002 , 0x00000520 
+ 00028534  0x00007aad isub  0x00000011 , 0x0000003e 
+ 00028535  0x00007aae nbranch  0x00006f8f , 0x00000002 
+ 00028536  0x00007aaf copy  0x00000011 , 0x00000039 
+ 00028537  0x00007ab0 copy  0x00000039 , 0x00000002 
+ 00028538  0x00007ab1 copy  0x0000000b , 0x00000006 
+ 00028539  0x00007ab2 call  0x00007f01 
+ 00028540  0x00007ab3 fetch  0x00000002 , 0x0000054c 
+ 00028541  0x00007ab4 isub  0x00000011 , 0x0000003e 
+ 00028542  0x00007ab5 branch  0x00006f81 , 0x00000005 
+ 00028543  0x00007ab7 call  0x00006fa0 
+ 00028544  0x00007ab8 branch  0x00006f94 
+ 00028545  0x00007abb call  0x00006f83 
+ 00028546  0x00007abc branch  0x00006f94 
+ 00028547  0x00007abf arg  0x00000007 , 0x00000011 
+ 00028548  0x00007ac1 force  0x00000000 , 0x0000003f 
+ 00028549  0x00007ac2 istore  0x00000001 , 0x00000005 
+ 00028550  0x00007ac3 call  0x00006fb0 
+ 00028551  0x00007ac4 fetcht  0x00000002 , 0x00000275 
+ 00028552  0x00007ac5 increase  0xfffffffb , 0x00000002 
+ 00028553  0x00007ac6 byteswap  0x00000002 , 0x0000003f 
+ 00028554  0x00007ac7 istore  0x00000002 , 0x00000005 
+ 00028555  0x00007ac8 increase  0xfffffffd , 0x00000002 
+ 00028556  0x00007ac9 byteswap  0x00000002 , 0x0000003f 
+ 00028557  0x00007aca istore  0x00000002 , 0x00000005 
+ 00028558  0x00007acb rtn 
+ 00028559  0x00007ace copy  0x0000003f , 0x00000039 
+ 00028560  0x00007acf copy  0x00000039 , 0x00000002 
+ 00028561  0x00007ad0 copy  0x0000000b , 0x00000006 
+ 00028562  0x00007ad1 call  0x00007f01 
+ 00028563  0x00007ad2 call  0x00006fa0 
+ 00028564  0x00007ad4 setarg  0x00000036 
+ 00028565  0x00007ad5 istore  0x00000001 , 0x00000005 
+ 00028566  0x00007ad6 fetch  0x00000002 , 0x0000054c 
+ 00028567  0x00007ad7 byteswap  0x0000003f , 0x0000003f 
+ 00028568  0x00007ad8 istore  0x00000002 , 0x00000005 
+ 00028569  0x00007ad9 rtn 
+ 00028570  0x00007adc setarg  0x00000036 
+ 00028571  0x00007add istore  0x00000001 , 0x00000005 
+ 00028572  0x00007ade increase  0xfffffffd , 0x00000002 
+ 00028573  0x00007adf byteswap  0x00000002 , 0x0000003f 
+ 00028574  0x00007ae0 istore  0x00000002 , 0x00000005 
+ 00028575  0x00007ae1 rtn 
+ 00028576  0x00007ae4 arg  0x00000007 , 0x00000011 
+ 00028577  0x00007ae5 setarg  0x00000002 
+ 00028578  0x00007ae6 istore  0x00000001 , 0x00000005 
+ 00028579  0x00007ae7 fetch  0x00000002 , 0x00000519 
+ 00028580  0x00007ae8 iadd  0x00000002 , 0x00000002 
+ 00028581  0x00007ae9 byteswap  0x00000002 , 0x0000003f 
+ 00028582  0x00007aea istore  0x00000002 , 0x00000005 
+ 00028583  0x00007aeb call  0x00006fb0 
+ 00028584  0x00007aec fetcht  0x00000002 , 0x00000275 
+ 00028585  0x00007aed increase  0xfffffffb , 0x00000002 
+ 00028586  0x00007aee byteswap  0x00000002 , 0x0000003f 
+ 00028587  0x00007aef istore  0x00000002 , 0x00000005 
+ 00028588  0x00007af0 increase  0xfffffffb , 0x00000002 
+ 00028589  0x00007af1 byteswap  0x00000002 , 0x0000003f 
+ 00028590  0x00007af2 istore  0x00000002 , 0x00000005 
+ 00028591  0x00007af3 rtn 
+ 00028592  0x00007af6 fetch  0x00000002 , 0x00000273 
+ 00028593  0x00007af7 isub  0x00000005 , 0x0000003f 
+ 00028594  0x00007af8 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00028595  0x00007af9 store  0x00000002 , 0x00000275 
+ 00028596  0x00007afa call  0x000052d0 
+ 00028597  0x00007afb copy  0x00000011 , 0x0000003f 
+ 00028598  0x00007afc istore  0x00000001 , 0x00000005 
+ 00028599  0x00007afd fetch  0x00000002 , 0x0000051c 
+ 00028600  0x00007afe istore  0x00000002 , 0x00000005 
+ 00028601  0x00007aff rtn 
+ 00028602  0x00007b10 rtn 
+ 00028603  0x00007b32 setarg  0x00000200 
+ 00028604  0x00007b33 store  0x00000002 , 0x0000054a 
+ 00028605  0x00007b34 branch  0x00006fc6 
+ 00028606  0x00007b36 setarg  0x00000400 
+ 00028607  0x00007b37 store  0x00000002 , 0x0000054a 
+ 00028608  0x00007b38 branch  0x00006fc6 
+ 00028609  0x00007b3a setarg  0x00000600 
+ 00028610  0x00007b3b store  0x00000002 , 0x0000054a 
+ 00028611  0x00007b3c branch  0x00006fc6 
+ 00028612  0x00007b3e setarg  0x00000300 
+ 00028613  0x00007b3f store  0x00000002 , 0x0000054a 
+ 00028614  0x00007b41 call  0x000052d0 
+ 00028615  0x00007b42 istore  0x00000001 , 0x00000005 
+ 00028616  0x00007b43 fetch  0x00000002 , 0x0000051c 
+ 00028617  0x00007b44 istore  0x00000002 , 0x00000005 
+ 00028618  0x00007b45 setarg  0x00000200 
+ 00028619  0x00007b46 istore  0x00000002 , 0x00000005 
+ 00028620  0x00007b47 fetch  0x00000002 , 0x0000054a 
+ 00028621  0x00007b48 istore  0x00000002 , 0x00000005 
+ 00028622  0x00007b49 jam  0x00000007 , 0x00000275 
+ 00028623  0x00007b4a rtn 
+ 00028624  0x00007b50 arg  0x00000000 , 0x00000012 
+ 00028625  0x00007b51 force  0x00000000 , 0x00000002 
+ 00028626  0x00007b52 arg  0x00000511 , 0x00000005 
+ 00028627  0x00007b53 call  0x00007028 
+ 00028628  0x00007b54 branch  0x00007026 , 0x00000005 
+ 00028629  0x00007b56 increase  0x00000001 , 0x00000012 
+ 00028630  0x00007b57 ifetch  0x00000001 , 0x00000006 
+ 00028631  0x00007b58 increase  0xffffffff , 0x00000011 
+ 00028632  0x00007b59 increase  0xffffffff , 0x0000000b 
+ 00028633  0x00007b5a compare  0x00000018 , 0x0000003f , 0x000000f8 
+ 00028634  0x00007b5b nbranch  0x00007026 , 0x00000001 
+ 00028635  0x00007b5c compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00028636  0x00007b5d nbranch  0x00006ff3 , 0x00000001 
+ 00028637  0x00007b5e force  0x00000001 , 0x00000002 
+ 00028638  0x00007b60 ifetch  0x00000001 , 0x00000006 
+ 00028639  0x00007b61 increase  0xffffffff , 0x00000011 
+ 00028640  0x00007b62 increase  0xffffffff , 0x0000000b 
+ 00028641  0x00007b63 bne  0x00000000 , 0x00006fe7 
+ 00028642  0x00007b64 ifetch  0x00000001 , 0x00000006 
+ 00028643  0x00007b65 increase  0xffffffff , 0x00000011 
+ 00028644  0x00007b66 increase  0xffffffff , 0x0000000b 
+ 00028645  0x00007b67 beq  0x00000000 , 0x00006ff8 
+ 00028646  0x00007b68 branch  0x00006fea 
+ 00028647  0x00007b6a increase  0x00000001 , 0x00000006 
+ 00028648  0x00007b6b increase  0xffffffff , 0x00000011 
+ 00028649  0x00007b6c increase  0xffffffff , 0x0000000b 
+ 00028650  0x00007b6e increase  0x00000002 , 0x00000006 
+ 00028651  0x00007b6f increase  0xfffffffe , 0x00000011 
+ 00028652  0x00007b70 increase  0xfffffffe , 0x0000000b 
+ 00028653  0x00007b71 compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00028654  0x00007b72 branch  0x00007020 , 0x00000001 
+ 00028655  0x00007b73 increase  0x0000000c , 0x00000006 
+ 00028656  0x00007b74 increase  0xfffffff4 , 0x00000011 
+ 00028657  0x00007b75 increase  0xfffffff4 , 0x0000000b 
+ 00028658  0x00007b76 branch  0x00007020 
+ 00028659  0x00007b78 compare  0x00000002 , 0x0000003f , 0x00000007 
+ 00028660  0x00007b79 nbranch  0x00006ff6 , 0x00000001 
+ 00028661  0x00007b7a branch  0x00006fde 
+ 00028662  0x00007b7c compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00028663  0x00007b7d nbranch  0x00007026 , 0x00000001 
+ 00028664  0x00007b7f increase  0xfffffffe , 0x00000011 
+ 00028665  0x00007b80 increase  0xfffffffe , 0x0000000b 
+ 00028666  0x00007b81 ifetch  0x00000002 , 0x00000006 
+ 00028667  0x00007b82 sub  0x00000012 , 0x00000004 , 0x0000003e 
+ 00028668  0x00007b83 branch  0x00006ffe , 0x00000005 
+ 00028669  0x00007b84 istore  0x00000002 , 0x00000005 
+ 00028670  0x00007b86 compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00028671  0x00007b87 branch  0x00007020 , 0x00000001 
+ 00028672  0x00007b88 copy  0x00000006 , 0x00000002 
+ 00028673  0x00007b89 ifetch  0x00000001 , 0x00000006 
+ 00028674  0x00007b8a bne  0x00000000 , 0x00007019 
+ 00028675  0x00007b8b ifetch  0x00000001 , 0x00000006 
+ 00028676  0x00007b8c bne  0x00000000 , 0x00007019 
+ 00028677  0x00007b8d ifetch  0x00000001 , 0x00000006 
+ 00028678  0x00007b8e bne  0x00000010 , 0x00007019 
+ 00028679  0x00007b8f ifetch  0x00000001 , 0x00000006 
+ 00028680  0x00007b90 bne  0x00000000 , 0x00007019 
+ 00028681  0x00007b91 ifetch  0x00000001 , 0x00000006 
+ 00028682  0x00007b92 bne  0x00000080 , 0x00007019 
+ 00028683  0x00007b93 ifetch  0x00000001 , 0x00000006 
+ 00028684  0x00007b94 bne  0x00000000 , 0x00007019 
+ 00028685  0x00007b95 ifetch  0x00000001 , 0x00000006 
+ 00028686  0x00007b96 bne  0x00000000 , 0x00007019 
+ 00028687  0x00007b97 ifetch  0x00000001 , 0x00000006 
+ 00028688  0x00007b98 bne  0x00000080 , 0x00007019 
+ 00028689  0x00007b99 ifetch  0x00000001 , 0x00000006 
+ 00028690  0x00007b9a bne  0x0000005f , 0x00007019 
+ 00028691  0x00007b9b ifetch  0x00000001 , 0x00000006 
+ 00028692  0x00007b9c bne  0x0000009b , 0x00007019 
+ 00028693  0x00007b9d ifetch  0x00000001 , 0x00000006 
+ 00028694  0x00007b9e bne  0x00000034 , 0x00007019 
+ 00028695  0x00007b9f ifetch  0x00000001 , 0x00000006 
+ 00028696  0x00007ba0 beq  0x000000fb , 0x0000701e 
+ 00028697  0x00007ba2 copy  0x00000002 , 0x00000006 
+ 00028698  0x00007ba4 increase  0x0000000c , 0x00000006 
+ 00028699  0x00007ba5 force  0x00000000 , 0x00000007 
+ 00028700  0x00007ba6 force  0x00000000 , 0x00000002 
+ 00028701  0x00007ba7 branch  0x0000701e 
+ 00028702  0x00007baa increase  0xfffffff4 , 0x0000000b 
+ 00028703  0x00007bab increase  0xfffffff4 , 0x00000011 
+ 00028704  0x00007bad force  0x00000000 , 0x00000002 
+ 00028705  0x00007bae compare  0x00000000 , 0x00000011 , 0x000000ff 
+ 00028706  0x00007baf nbranch  0x00006fd5 , 0x00000001 
+ 00028707  0x00007bb0 force  0x00000000 , 0x0000003f 
+ 00028708  0x00007bb1 istore  0x00000002 , 0x00000005 
+ 00028709  0x00007bb2 rtn 
+ 00028710  0x00007bb4 arg  0x000000ff , 0x00000002 
+ 00028711  0x00007bb5 rtn 
+ 00028712  0x00007bc0 bpatchx  0x000000d4 , 0x0000403a 
+ 00028713  0x00007bc1 ifetch  0x00000001 , 0x00000006 
+ 00028714  0x00007bc2 increase  0xffffffff , 0x0000000b 
+ 00028715  0x00007bc3 compare  0x00000030 , 0x0000003f , 0x000000f8 
+ 00028716  0x00007bc4 nbranch  0x0000703e , 0x00000001 
+ 00028717  0x00007bc5 compare  0x00000007 , 0x0000003f , 0x00000007 
+ 00028718  0x00007bc6 branch  0x00007037 , 0x00000001 
+ 00028719  0x00007bc7 compare  0x00000006 , 0x0000003f , 0x00000007 
+ 00028720  0x00007bc8 branch  0x00007039 , 0x00000001 
+ 00028721  0x00007bc9 compare  0x00000005 , 0x0000003f , 0x00000007 
+ 00028722  0x00007bca nbranch  0x0000703e , 0x00000001 
+ 00028723  0x00007bcc ifetch  0x00000001 , 0x00000006 
+ 00028724  0x00007bcd copy  0x0000003f , 0x00000011 
+ 00028725  0x00007bce increase  0xffffffff , 0x0000000b 
+ 00028726  0x00007bcf branch  0x0000703c 
+ 00028727  0x00007bd1 increase  0x00000002 , 0x00000006 
+ 00028728  0x00007bd2 increase  0xfffffffe , 0x0000000b 
+ 00028729  0x00007bd4 ifetch  0x00000002 , 0x00000006 
+ 00028730  0x00007bd5 byteswap  0x0000003f , 0x00000011 
+ 00028731  0x00007bd6 increase  0xfffffffe , 0x0000000b 
+ 00028732  0x00007bd8 force  0x00000001 , 0x0000003f 
+ 00028733  0x00007bd9 rtn 
+ 00028734  0x00007bdb force  0x00000000 , 0x0000003f 
+ 00028735  0x00007bdc rtn 
+ 00028736  0x00007be7 setarg  0x00000003 
+ 00028737  0x00007be8 store  0x00000001 , 0x0000051b 
+ 00028738  0x00007be9 branch  0x00007048 
+ 00028739  0x00007beb setarg  0x00000005 
+ 00028740  0x00007bec store  0x00000001 , 0x0000051b 
+ 00028741  0x00007bed branch  0x00007048 
+ 00028742  0x00007bef setarg  0x00000007 
+ 00028743  0x00007bf0 store  0x00000001 , 0x0000051b 
+ 00028744  0x00007bf2 call  0x000052d0 
+ 00028745  0x00007bf5 fetch  0x00000001 , 0x0000051b 
+ 00028746  0x00007bf6 copy  0x0000003f , 0x00000012 
+ 00028747  0x00007bf7 istore  0x00000001 , 0x00000005 
+ 00028748  0x00007bf8 fetch  0x00000002 , 0x0000051c 
+ 00028749  0x00007bf9 istore  0x00000002 , 0x00000005 
+ 00028750  0x00007bfa setarg  0x00000500 
+ 00028751  0x00007bfb istore  0x00000002 , 0x00000005 
+ 00028752  0x00007bfc compare  0x00000005 , 0x00000012 , 0x000000ff 
+ 00028753  0x00007bfd branch  0x00007057 , 0x00000001 
+ 00028754  0x00007bfe compare  0x00000007 , 0x00000012 , 0x000000ff 
+ 00028755  0x00007bff branch  0x00007057 , 0x00000001 
+ 00028756  0x00007c00 setarg  0x00000000 
+ 00028757  0x00007c01 istore  0x00000005 , 0x00000005 
+ 00028758  0x00007c02 branch  0x00007059 
+ 00028759  0x00007c05 setarg  0x00350200 
+ 00028760  0x00007c06 istore  0x00000005 , 0x00000005 
+ 00028761  0x00007c08 jam  0x0000000a , 0x00000275 
+ 00028762  0x00007c09 rtn 
+ 00028763  0x00007c0d call  0x00007ea2 
+ 00028764  0x00007c0e call  0x00007ea5 
+ 00028765  0x00007c0f call  0x00007062 
+ 00028766  0x00007c10 call  0x00007e9c 
+ 00028767  0x00007c11 call  0x00007e9f 
+ 00028768  0x00007c12 copy  0x00000002 , 0x0000003f 
+ 00028769  0x00007c13 rtn 
+ 00028770  0x00007c17 ifetch  0x00000001 , 0x00000006 
+ 00028771  0x00007c18 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00028772  0x00007c19 rshift3  0x0000003f , 0x0000003f 
+ 00028773  0x00007c1a bne  0x00000000 , 0x0000706c 
+ 00028774  0x00007c1c force  0x00000001 , 0x0000003f 
+ 00028775  0x00007c1d force  0x00000001 , 0x00000002 
+ 00028776  0x00007c1e rtn 
+ 00028777  0x00007c21 call  0x00007e76 
+ 00028778  0x00007c22 add  0x0000003f , 0x00000001 , 0x00000002 
+ 00028779  0x00007c23 rtn 
+ 00028780  0x00007c25 deposit  0x00000039 
+ 00028781  0x00007c26 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00028782  0x00007c27 branch  0x00007069 , 0x00000002 
+ 00028783  0x00007c28 beq  0x00000005 , 0x00007073 
+ 00028784  0x00007c29 beq  0x00000006 , 0x00007076 
+ 00028785  0x00007c2a beq  0x00000007 , 0x0000707a 
+ 00028786  0x00007c2b rtn 
+ 00028787  0x00007c2e ifetch  0x00000001 , 0x00000006 
+ 00028788  0x00007c2f add  0x0000003f , 0x00000002 , 0x00000002 
+ 00028789  0x00007c30 rtn 
+ 00028790  0x00007c32 ifetch  0x00000002 , 0x00000006 
+ 00028791  0x00007c33 byteswap  0x0000003f , 0x0000003f 
+ 00028792  0x00007c34 add  0x0000003f , 0x00000003 , 0x00000002 
+ 00028793  0x00007c35 rtn 
+ 00028794  0x00007c37 ifetch  0x00000002 , 0x00000006 
+ 00028795  0x00007c38 byteswap  0x0000003f , 0x0000003f 
+ 00028796  0x00007c39 ifetcht  0x00000002 , 0x00000006 
+ 00028797  0x00007c3a byteswap  0x00000002 , 0x00000002 
+ 00028798  0x00007c3b lshift16  0x00000002 , 0x00000002 
+ 00028799  0x00007c3c iadd  0x00000002 , 0x0000003f 
+ 00028800  0x00007c3d add  0x0000003f , 0x00000005 , 0x00000002 
+ 00028801  0x00007c3e rtn 
+ 00028802  0x00007c45 bpatchx  0x000000d5 , 0x0000403a 
+ 00028803  0x00007c46 force  0x00000000 , 0x00000007 
+ 00028804  0x00007c47 arg  0x00000000 , 0x00000012 
+ 00028805  0x00007c48 arg  0x0000052a , 0x00000005 
+ 00028806  0x00007c4a ifetch  0x00000002 , 0x0000000b 
+ 00028807  0x00007c4b rtn  0x00000034 
+ 00028808  0x00007c4c call  0x0000708d 
+ 00028809  0x00007c4d copy  0x00000007 , 0x0000003f 
+ 00028810  0x00007c4e rtneq  0x00000007 
+ 00028811  0x00007c4f increase  0x00000002 , 0x0000000b 
+ 00028812  0x00007c50 branch  0x00007086 
+ 00028813  0x00007c54 iforce  0x00000013 
+ 00028814  0x00007c56 fetch  0x00000002 , 0x00004575 
+ 00028815  0x00007c57 iforce  0x00000006 
+ 00028816  0x00007c59 copy  0x00000007 , 0x0000003f 
+ 00028817  0x00007c5a rtneq  0x00000007 
+ 00028818  0x00007c5b disable  0x00000028 
+ 00028819  0x00007c5c ifetch  0x00000001 , 0x00000006 
+ 00028820  0x00007c5d rtn  0x00000034 
+ 00028821  0x00007c5e iforce  0x00000039 
+ 00028822  0x00007c60 ifetch  0x00000002 , 0x00000006 
+ 00028823  0x00007c61 isub  0x00000013 , 0x0000003e 
+ 00028824  0x00007c62 nbranch  0x0000709a , 0x00000005 
+ 00028825  0x00007c63 enable  0x00000028 
+ 00028826  0x00007c65 loop  0x00007096 
+ 00028827  0x00007c66 ifetcht  0x00000004 , 0x00000006 
+ 00028828  0x00007c67 copy  0x00000006 , 0x00000011 
+ 00028829  0x00007c68 nbranch  0x000070ad , 0x00000028 
+ 00028830  0x00007c69 arg  0x0000052a , 0x00000006 
+ 00028831  0x00007c6a arg  0x00000007 , 0x00000039 
+ 00028832  0x00007c6c ifetch  0x00000004 , 0x00000006 
+ 00028833  0x00007c6d branch  0x000070a6 , 0x00000034 
+ 00028834  0x00007c6e isub  0x00000002 , 0x0000003e 
+ 00028835  0x00007c6f branch  0x000070ad , 0x00000005 
+ 00028836  0x00007c70 loop  0x000070a0 
+ 00028837  0x00007c71 rtn 
+ 00028838  0x00007c73 istoret  0x00000004 , 0x00000005 
+ 00028839  0x00007c74 increase  0x00000001 , 0x00000007 
+ 00028840  0x00007c75 copy  0x00000011 , 0x00000006 
+ 00028841  0x00007c76 call  0x0000705b 
+ 00028842  0x00007c77 iadd  0x00000012 , 0x00000012 
+ 00028843  0x00007c78 iadd  0x00000006 , 0x00000006 
+ 00028844  0x00007c79 branch  0x00007090 
+ 00028845  0x00007c7b copy  0x00000011 , 0x00000006 
+ 00028846  0x00007c7c call  0x00007062 
+ 00028847  0x00007c7d iadd  0x00000006 , 0x00000006 
+ 00028848  0x00007c7e branch  0x00007090 
+ 00028849  0x00007c85 bpatchx  0x000000d6 , 0x0000403a 
+ 00028850  0x00007c86 fetch  0x00000002 , 0x00004575 
+ 00028851  0x00007c87 iforce  0x00000006 
+ 00028852  0x00007c89 ifetch  0x00000001 , 0x00000006 
+ 00028853  0x00007c8a branch  0x00007fe3 , 0x00000034 
+ 00028854  0x00007c8b lshift  0x0000003f , 0x0000003f 
+ 00028855  0x00007c8c iadd  0x00000006 , 0x00000006 
+ 00028856  0x00007c8d ifetch  0x00000004 , 0x00000006 
+ 00028857  0x00007c8e isub  0x00000002 , 0x0000003e 
+ 00028858  0x00007c8f rtn  0x00000005 
+ 00028859  0x00007c90 deposit  0x00000005 
+ 00028860  0x00007c91 store  0x00000002 , 0x00000abb 
+ 00028861  0x00007c92 storet  0x00000008 , 0x00000aa2 
+ 00028862  0x00007c93 call  0x00007062 
+ 00028863  0x00007c94 iadd  0x00000006 , 0x00000006 
+ 00028864  0x00007c95 copy  0x00000006 , 0x0000003f 
+ 00028865  0x00007c96 fetcht  0x00000002 , 0x00000abb 
+ 00028866  0x00007c97 copy  0x00000002 , 0x00000005 
+ 00028867  0x00007c98 fetcht  0x00000008 , 0x00000aa2 
+ 00028868  0x00007c99 copy  0x0000003f , 0x00000006 
+ 00028869  0x00007c9a branch  0x000070b4 
+ 00028870  0x00007ca1 bpatchx  0x000000d7 , 0x0000403a 
+ 00028871  0x00007ca2 fetch  0x00000002 , 0x00004575 
+ 00028872  0x00007ca3 iforce  0x00000006 
+ 00028873  0x00007ca5 ifetch  0x00000001 , 0x00000006 
+ 00028874  0x00007ca6 branch  0x000070e4 , 0x00000034 
+ 00028875  0x00007ca7 iforce  0x00000039 
+ 00028876  0x00007ca9 ifetch  0x00000002 , 0x00000006 
+ 00028877  0x00007caa isub  0x00000013 , 0x0000003e 
+ 00028878  0x00007cab branch  0x000070d4 , 0x00000005 
+ 00028879  0x00007cac loop  0x000070cc 
+ 00028880  0x00007cad increase  0x00000004 , 0x00000006 
+ 00028881  0x00007cae call  0x00007062 
+ 00028882  0x00007caf iadd  0x00000006 , 0x00000006 
+ 00028883  0x00007cb0 branch  0x000070c9 
+ 00028884  0x00007cb2 increase  0xffffffff , 0x00000039 
+ 00028885  0x00007cb3 lshift  0x00000039 , 0x0000003f 
+ 00028886  0x00007cb4 iadd  0x00000006 , 0x00000006 
+ 00028887  0x00007cb5 increase  0x00000004 , 0x00000006 
+ 00028888  0x00007cb6 call  0x00007062 
+ 00028889  0x00007cb7 iadd  0x00000006 , 0x0000000b 
+ 00028890  0x00007cb9 increase  0x00000001 , 0x00000006 
+ 00028891  0x00007cba ifetch  0x00000002 , 0x00000006 
+ 00028892  0x00007cbb isub  0x00000012 , 0x0000003e 
+ 00028893  0x00007cbf branch  0x00007fef , 0x00000005 
+ 00028894  0x00007cc0 call  0x0000705b 
+ 00028895  0x00007cc1 iadd  0x00000006 , 0x00000006 
+ 00028896  0x00007cc2 deposit  0x0000000b 
+ 00028897  0x00007cc3 isub  0x00000006 , 0x0000003e 
+ 00028898  0x00007cc4 branch  0x000070e4 , 0x00000005 
+ 00028899  0x00007cc5 branch  0x000070da 
+ 00028900  0x00007cc7 force  0x00000000 , 0x00000006 
+ 00028901  0x00007cc8 force  0x00000000 , 0x0000003f 
+ 00028902  0x00007cc9 rtn 
+ 00028903  0x00007cd0 bpatchx  0x000000d8 , 0x0000403b 
+ 00028904  0x00007cd1 fetch  0x00000002 , 0x00004575 
+ 00028905  0x00007cd2 iforce  0x00000006 
+ 00028906  0x00007cd4 ifetch  0x00000001 , 0x00000006 
+ 00028907  0x00007cd5 branch  0x00007100 , 0x00000034 
+ 00028908  0x00007cd6 lshift  0x0000003f , 0x0000003f 
+ 00028909  0x00007cd7 iadd  0x00000006 , 0x00000006 
+ 00028910  0x00007cd8 ifetch  0x00000004 , 0x00000006 
+ 00028911  0x00007cd9 isub  0x00000002 , 0x0000003e 
+ 00028912  0x00007cda branch  0x000070f4 , 0x00000005 
+ 00028913  0x00007cdb call  0x00007062 
+ 00028914  0x00007cdc iadd  0x00000006 , 0x00000006 
+ 00028915  0x00007cdd branch  0x000070ea 
+ 00028916  0x00007cdf call  0x00007062 
+ 00028917  0x00007ce0 iadd  0x00000006 , 0x0000000b 
+ 00028918  0x00007ce2 increase  0x00000001 , 0x00000006 
+ 00028919  0x00007ce3 ifetch  0x00000002 , 0x00000006 
+ 00028920  0x00007ce4 isub  0x00000012 , 0x0000003e 
+ 00028921  0x00007ce5 rtn  0x00000005 
+ 00028922  0x00007ce6 call  0x0000705b 
+ 00028923  0x00007ce7 iadd  0x00000006 , 0x00000006 
+ 00028924  0x00007ce8 deposit  0x0000000b 
+ 00028925  0x00007ce9 isub  0x00000006 , 0x0000003e 
+ 00028926  0x00007cea branch  0x00007100 , 0x00000005 
+ 00028927  0x00007ceb branch  0x000070f6 
+ 00028928  0x00007ced force  0x00000000 , 0x00000006 
+ 00028929  0x00007cee rtn 
+ 00028930  0x00007cf3 arg  0x00000400 , 0x00000012 
+ 00028931  0x00007cf4 call  0x000070f4 
+ 00028932  0x00007cf5 arg  0x00000300 , 0x00000012 
+ 00028933  0x00007cf6 call  0x0000710d 
+ 00028934  0x00007cf7 nrtn  0x00000028 
+ 00028935  0x00007cf8 sub  0x00000011 , 0x00000003 , 0x0000003e 
+ 00028936  0x00007cf9 branch  0x00007fe9 , 0x00000002 
+ 00028937  0x00007cfa ifetch  0x00000001 , 0x00000006 
+ 00028938  0x00007cfb bne  0x00000008 , 0x00007fe9 
+ 00028939  0x00007cfc ifetch  0x00000001 , 0x00000006 
+ 00028940  0x00007cfd rtn 
+ 00028941  0x00007d03 bpatchx  0x000000d9 , 0x0000403b 
+ 00028942  0x00007d04 call  0x00007062 
+ 00028943  0x00007d05 copy  0x0000003f , 0x00000011 
+ 00028944  0x00007d07 ifetch  0x00000001 , 0x00000006 
+ 00028945  0x00007d08 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00028946  0x00007d09 rshift3  0x0000003f , 0x0000003f 
+ 00028947  0x00007d0a sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00028948  0x00007d0b branch  0x00007129 , 0x00000005 
+ 00028949  0x00007d0c copy  0x00000039 , 0x0000003f 
+ 00028950  0x00007d0d beq  0x00000005 , 0x00007120 
+ 00028951  0x00007d0e beq  0x00000006 , 0x00007123 
+ 00028952  0x00007d0f beq  0x00000007 , 0x00007126 
+ 00028953  0x00007d10 increase  0xffffffff , 0x00000006 
+ 00028954  0x00007d11 call  0x00007062 
+ 00028955  0x00007d12 iadd  0x00000006 , 0x00000006 
+ 00028956  0x00007d13 copy  0x00000011 , 0x0000003f 
+ 00028957  0x00007d14 isub  0x00000002 , 0x00000011 
+ 00028958  0x00007d15 branch  0x00007fe9 , 0x00000005 
+ 00028959  0x00007d16 branch  0x00007110 
+ 00028960  0x00007d19 increase  0xfffffffe , 0x00000011 
+ 00028961  0x00007d1a increase  0x00000001 , 0x00000006 
+ 00028962  0x00007d1b branch  0x00007110 
+ 00028963  0x00007d1d increase  0xfffffffd , 0x00000011 
+ 00028964  0x00007d1e increase  0x00000002 , 0x00000006 
+ 00028965  0x00007d1f branch  0x00007110 
+ 00028966  0x00007d21 increase  0xfffffffb , 0x00000011 
+ 00028967  0x00007d22 increase  0x00000004 , 0x00000006 
+ 00028968  0x00007d23 branch  0x00007110 
+ 00028969  0x00007d26 increase  0xffffffff , 0x00000011 
+ 00028970  0x00007d27 copy  0x00000039 , 0x0000003f 
+ 00028971  0x00007d28 beq  0x00000001 , 0x00007132 
+ 00028972  0x00007d29 beq  0x00000002 , 0x00007130 
+ 00028973  0x00007d2a beq  0x00000004 , 0x0000712f 
+ 00028974  0x00007d2b branch  0x00007fe9 
+ 00028975  0x00007d2d increase  0xfffffff4 , 0x00000011 
+ 00028976  0x00007d2f ifetch  0x00000002 , 0x00000006 
+ 00028977  0x00007d30 increase  0xfffffffe , 0x00000011 
+ 00028978  0x00007d32 ifetch  0x00000002 , 0x00000006 
+ 00028979  0x00007d33 isub  0x00000012 , 0x0000003e 
+ 00028980  0x00007d34 branch  0x00007fe7 , 0x00000005 
+ 00028981  0x00007d35 increase  0xfffffffe , 0x00000011 
+ 00028982  0x00007d36 branch  0x00007fe9 , 0x00000005 
+ 00028983  0x00007d37 branch  0x00007110 
+ 00028984  0x00007d73 call  0x000052d0 
+ 00028985  0x00007d74 copy  0x0000003f , 0x00000005 
+ 00028986  0x00007d75 setarg  0x00000006 
+ 00028987  0x00007d76 istore  0x00000001 , 0x00000005 
+ 00028988  0x00007d77 setarg  0x0000006e 
+ 00028989  0x00007d78 istore  0x00000002 , 0x00000005 
+ 00028990  0x00007d79 setarg  0x00000f00 
+ 00028991  0x00007d7a istore  0x00000002 , 0x00000005 
+ 00028992  0x00007d7b setarg  0x001a0535 
+ 00028993  0x00007d7c istore  0x00000003 , 0x00000005 
+ 00028994  0x00007d7d setarg  0x00000111 
+ 00028995  0x00007d7e lshift16  0x0000003f , 0x0000003f 
+ 00028996  0x00007d7f istore  0x00000004 , 0x00000005 
+ 00028997  0x00007d80 setarg  0x00002600 
+ 00028998  0x00007d81 istore  0x00000002 , 0x00000005 
+ 00028999  0x00007d82 setarg  0x00000335 
+ 00029000  0x00007d83 istore  0x00000002 , 0x00000005 
+ 00029001  0x00007d84 setarg  0x00000009 
+ 00029002  0x00007d85 istore  0x00000002 , 0x00000005 
+ 00029003  0x00007d86 setarg  0x00000004 
+ 00029004  0x00007d87 istore  0x00000002 , 0x00000005 
+ 00029005  0x00007d88 jam  0x00000014 , 0x00000275 
+ 00029006  0x00007d89 rtn 
+ 00029007  0x00007d8e bpatchx  0x000000da , 0x0000403b 
+ 00029008  0x00007d8f jam  0x00000050 , 0x000005e5 
+ 00029009  0x00007d90 arg  0x000005e6 , 0x00000005 
+ 00029010  0x00007d91 arg  0x0000443a , 0x00000006 
+ 00029011  0x00007d92 call  0x00007ebf 
+ 00029012  0x00007d93 arg  0x000045d2 , 0x00000006 
+ 00029013  0x00007d94 call  0x00007ebd 
+ 00029014  0x00007d95 arg  0x000009be , 0x00000006 
+ 00029015  0x00007d96 call  0x00007ebd 
+ 00029016  0x00007d97 call  0x0000720a 
+ 00029017  0x00007d98 arg  0x0000042f , 0x00000006 
+ 00029018  0x00007d99 call  0x00007205 
+ 00029019  0x00007d9a call  0x000071d0 
+ 00029020  0x00007d9c arg  0x00000af2 , 0x00000005 
+ 00029021  0x00007d9d call  0x00007201 
+ 00029022  0x00007d9e setarg  0x000f4240 
+ 00029023  0x00007d9f copy  0x0000003f , 0x00000011 
+ 00029024  0x00007da0 fetch  0x00000004 , 0x00000af2 
+ 00029025  0x00007da1 idiv  0x00000011 
+ 00029026  0x00007da2 call  0x00007f86 
+ 00029027  0x00007da3 remainder  0x0000003f 
+ 00029028  0x00007da4 store  0x00000004 , 0x000009ba 
+ 00029029  0x00007da6 rtn 
+ 00029030  0x00007da9 jam  0x00000041 , 0x000005e5 
+ 00029031  0x00007daa arg  0x000005e6 , 0x00000005 
+ 00029032  0x00007dab call  0x000071b5 
+ 00029033  0x00007dac call  0x000071b0 
+ 00029034  0x00007dad fetch  0x00000003 , 0x00004454 
+ 00029035  0x00007dae istore  0x00000003 , 0x00000005 
+ 00029036  0x00007db1 call  0x00007176 
+ 00029037  0x00007db3 arg  0x0000042f , 0x00000006 
+ 00029038  0x00007db4 call  0x00007ebf 
+ 00029039  0x00007db5 arg  0x0000443a , 0x00000006 
+ 00029040  0x00007db6 call  0x00007ebf 
+ 00029041  0x00007db7 call  0x0000720a 
+ 00029042  0x00007db8 arg  0x00000b12 , 0x00000006 
+ 00029043  0x00007db9 arg  0x00000ac2 , 0x00000005 
+ 00029044  0x00007dba call  0x00007ebf 
+ 00029045  0x00007dbc branch  0x000071d0 
+ 00029046  0x00007dc1 fetch  0x00000004 , 0x000044c7 
+ 00029047  0x00007dc2 istore  0x00000004 , 0x00000005 
+ 00029048  0x00007dc3 call  0x00007ecd 
+ 00029049  0x00007dc4 branch  0x00007eca 
+ 00029050  0x00007dc7 bpatchx  0x000000db , 0x0000403b 
+ 00029051  0x00007dc8 jam  0x00000041 , 0x000005e5 
+ 00029052  0x00007dc9 arg  0x000005e6 , 0x00000005 
+ 00029053  0x00007dca call  0x000071b0 
+ 00029054  0x00007dcb call  0x000071b5 
+ 00029055  0x00007dcc fetch  0x00000003 , 0x0000444d 
+ 00029056  0x00007dcd istore  0x00000003 , 0x00000005 
+ 00029057  0x00007dd0 call  0x00007176 
+ 00029058  0x00007dd1 arg  0x0000443a , 0x00000006 
+ 00029059  0x00007dd2 call  0x00007ebf 
+ 00029060  0x00007dd3 arg  0x0000042f , 0x00000006 
+ 00029061  0x00007dd4 call  0x00007ebf 
+ 00029062  0x00007dd5 call  0x0000720a 
+ 00029063  0x00007dd6 arg  0x00000b12 , 0x00000006 
+ 00029064  0x00007dd7 arg  0x00000ac2 , 0x00000005 
+ 00029065  0x00007dd8 call  0x00007ebf 
+ 00029066  0x00007dda call  0x000071d0 
+ 00029067  0x00007ddb arg  0x00000af2 , 0x00000005 
+ 00029068  0x00007ddc branch  0x00007201 
+ 00029069  0x00007ddf jam  0x00000020 , 0x000005e5 
+ 00029070  0x00007de0 arg  0x000009fe , 0x00000006 
+ 00029071  0x00007de1 arg  0x000005e6 , 0x00000005 
+ 00029072  0x00007de2 call  0x00007ebd 
+ 00029073  0x00007de3 call  0x0000720a 
+ 00029074  0x00007de4 arg  0x0000099e , 0x00000006 
+ 00029075  0x00007de5 call  0x00007205 
+ 00029076  0x00007de6 call  0x000071d0 
+ 00029077  0x00007de7 arg  0x00000ac2 , 0x00000005 
+ 00029078  0x00007de8 call  0x00007497 
+ 00029079  0x00007de9 arg  0x00000001 , 0x00000002 
+ 00029080  0x00007dea call  0x0000719f 
+ 00029081  0x00007deb arg  0x00004419 , 0x00000005 
+ 00029082  0x00007dec call  0x00007201 
+ 00029083  0x00007ded arg  0x00000000 , 0x00000002 
+ 00029084  0x00007dee call  0x0000719f 
+ 00029085  0x00007def arg  0x00000b12 , 0x00000005 
+ 00029086  0x00007df1 branch  0x00007497 
+ 00029087  0x00007df5 bpatchx  0x000000dc , 0x0000403b 
+ 00029088  0x00007df6 jam  0x00000035 , 0x000005e5 
+ 00029089  0x00007df7 setarg  0x00000100 
+ 00029090  0x00007df8 store  0x00000002 , 0x000005e6 
+ 00029091  0x00007df9 call  0x000071b0 
+ 00029092  0x00007dfa call  0x000071b5 
+ 00029093  0x00007dfb arg  0x0000443a , 0x00000006 
+ 00029094  0x00007dfc call  0x00007ebf 
+ 00029095  0x00007dfd arg  0x0000042f , 0x00000006 
+ 00029096  0x00007dfe call  0x00007ebf 
+ 00029097  0x00007e00 setarg  0x00006c65 
+ 00029098  0x00007e01 istore  0x00000002 , 0x00000005 
+ 00029099  0x00007e02 setarg  0x00006274 
+ 00029100  0x00007e03 istore  0x00000002 , 0x00000005 
+ 00029101  0x00007e04 istoret  0x00000001 , 0x00000005 
+ 00029102  0x00007e05 call  0x0000720a 
+ 00029103  0x00007e06 branch  0x000071d0 
+ 00029104  0x00007e09 fetch  0x00000006 , 0x000044a0 
+ 00029105  0x00007e0a istore  0x00000006 , 0x00000005 
+ 00029106  0x00007e0b fetch  0x00000001 , 0x00004495 
+ 00029107  0x00007e0c istore  0x00000001 , 0x00000005 
+ 00029108  0x00007e0d rtn 
+ 00029109  0x00007e10 fetch  0x00000006 , 0x0000044f 
+ 00029110  0x00007e11 istore  0x00000006 , 0x00000005 
+ 00029111  0x00007e16 fetch  0x00000001 , 0x0000448e 
+ 00029112  0x00007e17 istore  0x00000001 , 0x00000005 
+ 00029113  0x00007e18 rtn 
+ 00029114  0x00007e1b jam  0x00000041 , 0x000005e5 
+ 00029115  0x00007e1c fetch  0x00000001 , 0x00004664 
+ 00029116  0x00007e1d store  0x00000001 , 0x000005e6 
+ 00029117  0x00007e1e arg  0x000045d2 , 0x00000006 
+ 00029118  0x00007e1f call  0x00007ebd 
+ 00029119  0x00007e20 arg  0x000009be , 0x00000006 
+ 00029120  0x00007e21 call  0x00007ebd 
+ 00029121  0x00007e22 call  0x0000720a 
+ 00029122  0x00007e23 arg  0x0000042f , 0x00000006 
+ 00029123  0x00007e24 call  0x00007205 
+ 00029124  0x00007e25 branch  0x000071d0 
+ 00029125  0x00007e29 jam  0x00000041 , 0x000005e5 
+ 00029126  0x00007e2a fetch  0x00000001 , 0x00004664 
+ 00029127  0x00007e2b store  0x00000001 , 0x000005e6 
+ 00029128  0x00007e2c arg  0x000009be , 0x00000006 
+ 00029129  0x00007e2d call  0x00007ebd 
+ 00029130  0x00007e2e arg  0x000045d2 , 0x00000006 
+ 00029131  0x00007e2f call  0x00007ebd 
+ 00029132  0x00007e30 call  0x0000720a 
+ 00029133  0x00007e31 arg  0x0000443a , 0x00000006 
+ 00029134  0x00007e32 call  0x00007205 
+ 00029135  0x00007e33 branch  0x000071d0 
+ 00029136  0x00007e36 bpatchx  0x000000dd , 0x0000403b 
+ 00029137  0x00007e37 call  0x0000721f 
+ 00029138  0x00007e3b fetch  0x00000001 , 0x000005e5 
+ 00029139  0x00007e3c copy  0x0000003f , 0x00000002 
+ 00029140  0x00007e3e increase  0x0000000f , 0x0000003f 
+ 00029141  0x00007e3f rshift4  0x0000003f , 0x0000003f 
+ 00029142  0x00007e40 copy  0x0000003f , 0x00000012 
+ 00029143  0x00007e41 branch  0x000071e2 , 0x00000034 
+ 00029144  0x00007e42 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029145  0x00007e43 nbranch  0x000071e5 , 0x00000034 
+ 00029146  0x00007e45 arg  0x00000ad2 , 0x00000013 
+ 00029147  0x00007e46 arg  0x000005e6 , 0x0000003f 
+ 00029148  0x00007e47 increase  0xfffffff0 , 0x0000003f 
+ 00029149  0x00007e4a iadd  0x00000002 , 0x00000011 
+ 00029150  0x00007e4b arg  0x00000b02 , 0x00000005 
+ 00029151  0x00007e4c arg  0x00000004 , 0x00000039 
+ 00029152  0x00007e4d call  0x00007edd 
+ 00029153  0x00007e51 branch  0x000071f0 
+ 00029154  0x00007e54 arg  0x00000001 , 0x00000012 
+ 00029155  0x00007e55 arg  0x00000000 , 0x00000011 
+ 00029156  0x00007e57 branch  0x000071e6 
+ 00029157  0x00007e5c and  0x00000002 , 0x0000000f , 0x00000011 
+ 00029158  0x00007e5e arg  0x000005e6 , 0x0000003f 
+ 00029159  0x00007e5f iadd  0x00000002 , 0x0000003f 
+ 00029160  0x00007e60 isub  0x00000011 , 0x00000006 
+ 00029161  0x00007e62 arg  0x00000af2 , 0x00000005 
+ 00029162  0x00007e63 call  0x00007245 
+ 00029163  0x00007e65 arg  0x00000ae2 , 0x00000013 
+ 00029164  0x00007e66 arg  0x00000af2 , 0x00000011 
+ 00029165  0x00007e67 arg  0x00000b02 , 0x00000005 
+ 00029166  0x00007e68 arg  0x00000004 , 0x00000039 
+ 00029167  0x00007e69 call  0x00007edd 
+ 00029168  0x00007e75 call  0x00007491 
+ 00029169  0x00007e76 call  0x00007428 
+ 00029170  0x00007e79 arg  0x000005e6 , 0x00000006 
+ 00029171  0x00007e7c increase  0xffffffff , 0x00000012 
+ 00029172  0x00007e7d deposit  0x00000012 
+ 00029173  0x00007e7e branch  0x000071f9 , 0x00000034 
+ 00029174  0x00007e7f call  0x00007486 
+ 00029175  0x00007e80 call  0x00007422 
+ 00029176  0x00007e81 branch  0x000071f3 
+ 00029177  0x00007e84 arg  0x00000af2 , 0x00000005 
+ 00029178  0x00007e85 call  0x00007497 
+ 00029179  0x00007e86 arg  0x00000b02 , 0x00000006 
+ 00029180  0x00007e87 call  0x00007486 
+ 00029181  0x00007e88 call  0x00007428 
+ 00029182  0x00007e89 arg  0x00000af2 , 0x00000006 
+ 00029183  0x00007e8a call  0x00007486 
+ 00029184  0x00007e8b branch  0x00007422 
+ 00029185  0x00007e91 copy  0x00000005 , 0x00000011 
+ 00029186  0x00007e92 call  0x00007497 
+ 00029187  0x00007e94 arg  0x00000010 , 0x00000039 
+ 00029188  0x00007e95 branch  0x00007ee5 
+ 00029189  0x00007e98 arg  0x00000ac2 , 0x00000005 
+ 00029190  0x00007e99 call  0x00007ebf 
+ 00029191  0x00007e9b arg  0x00000010 , 0x00000039 
+ 00029192  0x00007e9c arg  0x00000ac2 , 0x00000011 
+ 00029193  0x00007e9d branch  0x00007ee5 
+ 00029194  0x00007ea0 fetch  0x00000001 , 0x000005e5 
+ 00029195  0x00007ea1 copy  0x0000003f , 0x00000039 
+ 00029196  0x00007ea2 arg  0x000005e6 , 0x00000011 
+ 00029197  0x00007ea3 branch  0x00007ee5 
+ 00029198  0x00007ea6 ifetch  0x00000001 , 0x00000011 
+ 00029199  0x00007ea7 lshift  0x0000003f , 0x0000003f 
+ 00029200  0x00007ea8 isolate1  0x00000000 , 0x00000013 
+ 00029201  0x00007ea9 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00029202  0x00007eaa isolate1  0x00000008 , 0x0000003f 
+ 00029203  0x00007eab setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029204  0x00007eac istore  0x00000001 , 0x00000011 
+ 00029205  0x00007ead increase  0xffffffff , 0x00000011 
+ 00029206  0x00007eae loop  0x0000720e 
+ 00029207  0x00007eaf rtn 
+ 00029208  0x00007eb2 arg  0x00000ad2 , 0x00000011 
+ 00029209  0x00007eb4 increase  0x0000000f , 0x00000011 
+ 00029210  0x00007eb5 force  0x00000010 , 0x00000039 
+ 00029211  0x00007eb6 force  0x00000000 , 0x00000013 
+ 00029212  0x00007eb7 branch  0x0000720e 
+ 00029213  0x00007eba arg  0x00000ae2 , 0x00000011 
+ 00029214  0x00007ebb branch  0x00007219 
+ 00029215  0x00007ebf arg  0x00000ac2 , 0x00000006 
+ 00029216  0x00007ec0 call  0x00007484 
+ 00029217  0x00007ec3 force  0x00000008 , 0x00000038 
+ 00029218  0x00007ec4 call  0x00007492 
+ 00029219  0x00007ec5 call  0x00007491 
+ 00029220  0x00007ec6 call  0x0000741f 
+ 00029221  0x00007ecb arg  0x00000ad2 , 0x00000005 
+ 00029222  0x00007ecc call  0x00007497 
+ 00029223  0x00007ece bpatchx  0x000000de , 0x0000403b 
+ 00029224  0x00007ecf fetch  0x00000001 , 0x00000ad2 
+ 00029225  0x00007ed0 isolate1  0x00000007 , 0x0000003f 
+ 00029226  0x00007ed1 nbranch  0x00007230 , 0x00000001 
+ 00029227  0x00007ed2 call  0x00007218 
+ 00029228  0x00007ed5 arg  0x00000ad2 , 0x00000013 
+ 00029229  0x00007ed7 arg  0x00000ad2 , 0x00000005 
+ 00029230  0x00007eda call  0x0000723a 
+ 00029231  0x00007edb branch  0x00007231 
+ 00029232  0x00007edd call  0x00007218 
+ 00029233  0x00007ee0 arg  0x00000ad2 , 0x00000006 
+ 00029234  0x00007ee1 arg  0x00000ae2 , 0x00000005 
+ 00029235  0x00007ee2 call  0x00007ebf 
+ 00029236  0x00007ee3 fetch  0x00000001 , 0x00000ae2 
+ 00029237  0x00007ee4 isolate1  0x00000007 , 0x0000003f 
+ 00029238  0x00007ee5 nbranch  0x0000721d , 0x00000001 
+ 00029239  0x00007ee6 call  0x0000721d 
+ 00029240  0x00007ee8 arg  0x00000ae2 , 0x00000013 
+ 00029241  0x00007eea arg  0x00000ae2 , 0x00000005 
+ 00029242  0x00007ef1 arg  0x00000003 , 0x00000039 
+ 00029243  0x00007ef3 arg  0x00000000 , 0x00000002 
+ 00029244  0x00007ef4 call  0x00007241 
+ 00029245  0x00007ef5 increase  0x00000004 , 0x00000013 
+ 00029246  0x00007ef6 loop  0x0000723b 
+ 00029247  0x00007ef7 arg  0x00008700 , 0x00000002 
+ 00029248  0x00007ef8 lshift16  0x00000002 , 0x00000002 
+ 00029249  0x00007efa ifetch  0x00000004 , 0x00000013 
+ 00029250  0x00007efb ixor  0x00000002 , 0x0000003f 
+ 00029251  0x00007efc istore  0x00000004 , 0x00000005 
+ 00029252  0x00007efd rtn 
+ 00029253  0x00007f04 bpatchx  0x000000df , 0x0000403b 
+ 00029254  0x00007f05 arg  0x00000010 , 0x00000039 
+ 00029255  0x00007f06 arg  0x00000000 , 0x0000003f 
+ 00029256  0x00007f08 isub  0x00000011 , 0x0000003e 
+ 00029257  0x00007f09 branch  0x00007250 , 0x00000005 
+ 00029258  0x00007f0a branch  0x00007253 , 0x00000002 
+ 00029259  0x00007f0b ifetcht  0x00000001 , 0x00000006 
+ 00029260  0x00007f0c istoret  0x00000001 , 0x00000005 
+ 00029261  0x00007f0e increase  0x00000001 , 0x0000003f 
+ 00029262  0x00007f0f loop  0x00007248 
+ 00029263  0x00007f10 rtn 
+ 00029264  0x00007f12 arg  0x00000080 , 0x00000002 
+ 00029265  0x00007f14 istoret  0x00000001 , 0x00000005 
+ 00029266  0x00007f15 branch  0x0000724d 
+ 00029267  0x00007f18 arg  0x00000000 , 0x00000002 
+ 00029268  0x00007f19 branch  0x00007251 
+ 00029269  0x00007f1d call  0x00007268 
+ 00029270  0x00007f1e arg  0x00000592 , 0x00000006 
+ 00029271  0x00007f1f arg  0x00000582 , 0x00000005 
+ 00029272  0x00007f20 branch  0x00007ebf 
+ 00029273  0x00007f24 disable  0x00000028 
+ 00029274  0x00007f25 call  0x0000735f 
+ 00029275  0x00007f26 arg  0x00000562 , 0x00000006 
+ 00029276  0x00007f27 arg  0x000005a2 , 0x00000005 
+ 00029277  0x00007f28 force  0x0000000f , 0x00000039 
+ 00029278  0x00007f29 call  0x00007f01 
+ 00029279  0x00007f2a ifetch  0x00000001 , 0x00000006 
+ 00029280  0x00007f2b xor_into  0x00000006 , 0x0000003f 
+ 00029281  0x00007f2c istore  0x00000001 , 0x00000005 
+ 00029282  0x00007f2d setarg  0x000005b2 
+ 00029283  0x00007f2e store  0x00000002 , 0x000005d6 
+ 00029284  0x00007f2f setarg  0x000005a2 
+ 00029285  0x00007f30 store  0x00000002 , 0x000005d4 
+ 00029286  0x00007f31 set1  0x00000012 , 0x00000000 
+ 00029287  0x00007f32 branch  0x000072a8 
+ 00029288  0x00007f37 fetcht  0x00000001 , 0x00004689 
+ 00029289  0x00007f38 force  0x00000010 , 0x00000012 
+ 00029290  0x00007f39 add  0x00000002 , 0x00000006 , 0x00000013 
+ 00029291  0x00007f3a sub  0x00000013 , 0x00000010 , 0x0000003e 
+ 00029292  0x00007f3b branch  0x0000726e , 0x00000002 
+ 00029293  0x00007f3c force  0x00000010 , 0x00000013 
+ 00029294  0x00007f3e arg  0x000005a2 , 0x00000005 
+ 00029295  0x00007f40 arg  0x0000468a , 0x00000006 
+ 00029296  0x00007f41 copy  0x00000002 , 0x00000039 
+ 00029297  0x00007f42 disable  0x00000028 
+ 00029298  0x00007f44 ifetch  0x00000001 , 0x00000006 
+ 00029299  0x00007f45 istore  0x00000001 , 0x00000005 
+ 00029300  0x00007f46 increase  0xffffffff , 0x00000012 
+ 00029301  0x00007f47 branch  0x0000727c , 0x00000005 
+ 00029302  0x00007f48 loop  0x00007272 
+ 00029303  0x00007f49 branch  0x0000726f , 0x00000028 
+ 00029304  0x00007f4a enable  0x00000028 
+ 00029305  0x00007f4b force  0x00000006 , 0x00000039 
+ 00029306  0x00007f4c copy  0x00000011 , 0x00000006 
+ 00029307  0x00007f4d branch  0x00007272 
+ 00029308  0x00007f4f arg  0x00000562 , 0x00000006 
+ 00029309  0x00007f50 arg  0x000005b2 , 0x00000005 
+ 00029310  0x00007f51 call  0x00007ebf 
+ 00029311  0x00007f52 fetch  0x00000001 , 0x000005c1 
+ 00029312  0x00007f53 ixor  0x00000013 , 0x0000003f 
+ 00029313  0x00007f54 store  0x00000001 , 0x000005c1 
+ 00029314  0x00007f55 setarg  0x000005b2 
+ 00029315  0x00007f56 store  0x00000002 , 0x000005d6 
+ 00029316  0x00007f57 setarg  0x000005a2 
+ 00029317  0x00007f58 store  0x00000002 , 0x000005d4 
+ 00029318  0x00007f59 set1  0x00000012 , 0x00000000 
+ 00029319  0x00007f5a branch  0x000072a8 
+ 00029320  0x00007f60 disable  0x00000028 
+ 00029321  0x00007f61 call  0x0000735f 
+ 00029322  0x00007f62 branch  0x00007292 
+ 00029323  0x00007f65 arg  0x00000056 , 0x00000011 
+ 00029324  0x00007f66 enable  0x00000028 
+ 00029325  0x00007f67 call  0x0000735f 
+ 00029326  0x00007f68 call  0x00007292 
+ 00029327  0x00007f69 arg  0x00000592 , 0x00000006 
+ 00029328  0x00007f6a arg  0x00000062 , 0x00000005 
+ 00029329  0x00007f6b branch  0x00007ebf 
+ 00029330  0x00007f6f setarg  0x00000562 
+ 00029331  0x00007f70 store  0x00000002 , 0x000005d6 
+ 00029332  0x00007f71 setarg  0x000041be 
+ 00029333  0x00007f72 store  0x00000002 , 0x000005d4 
+ 00029334  0x00007f73 set0  0x00000012 , 0x00000000 
+ 00029335  0x00007f74 call  0x000072a8 
+ 00029336  0x00007f75 arg  0x00000592 , 0x00000011 
+ 00029337  0x00007f76 arg  0x00000562 , 0x00000012 
+ 00029338  0x00007f77 arg  0x000005a2 , 0x00000005 
+ 00029339  0x00007f78 call  0x00007352 
+ 00029340  0x00007f79 arg  0x000005a2 , 0x00000011 
+ 00029341  0x00007f7a arg  0x000005b2 , 0x00000012 
+ 00029342  0x00007f7b copy  0x00000012 , 0x00000005 
+ 00029343  0x00007f7c enable  0x00000028 
+ 00029344  0x00007f7d call  0x00007350 
+ 00029345  0x00007f7e call  0x0000736a 
+ 00029346  0x00007f7f setarg  0x000005b2 
+ 00029347  0x00007f80 store  0x00000002 , 0x000005d6 
+ 00029348  0x00007f81 setarg  0x000005a2 
+ 00029349  0x00007f82 store  0x00000002 , 0x000005d4 
+ 00029350  0x00007f83 set1  0x00000012 , 0x00000000 
+ 00029351  0x00007f84 branch  0x000072a8 
+ 00029352  0x00007f89 jam  0x00000000 , 0x000005d8 
+ 00029353  0x00007f8a fetch  0x00000002 , 0x000005d4 
+ 00029354  0x00007f8b iforce  0x00000006 
+ 00029355  0x00007f8c arg  0x000005c2 , 0x00000005 
+ 00029356  0x00007f8d call  0x00007ebf 
+ 00029357  0x00007f8e fetch  0x00000002 , 0x000005d6 
+ 00029358  0x00007f8f iforce  0x00000006 
+ 00029359  0x00007f90 arg  0x00000592 , 0x00000005 
+ 00029360  0x00007f91 call  0x00007ebf 
+ 00029361  0x00007f94 call  0x000072cf 
+ 00029362  0x00007f95 disable  0x00000028 
+ 00029363  0x00007f96 bmark0  0x00000012 , 0x000072b9 
+ 00029364  0x00007f97 fetch  0x00000001 , 0x000005d8 
+ 00029365  0x00007f98 bne  0x00000004 , 0x000072b9 
+ 00029366  0x00007f99 fetch  0x00000002 , 0x000005d6 
+ 00029367  0x00007f9a iforce  0x00000012 
+ 00029368  0x00007f9b call  0x00007301 
+ 00029369  0x00007f9d call  0x00007300 
+ 00029370  0x00007f9e call  0x00007313 
+ 00029371  0x00007f9f fetch  0x00000001 , 0x000005d8 
+ 00029372  0x00007fa0 increase  0x00000001 , 0x0000003f 
+ 00029373  0x00007fa1 store  0x00000001 , 0x000005d8 
+ 00029374  0x00007fa3 call  0x000072cf 
+ 00029375  0x00007fa4 enable  0x00000028 
+ 00029376  0x00007fa5 call  0x00007300 
+ 00029377  0x00007fa6 call  0x00007322 
+ 00029378  0x00007fa7 call  0x00007331 
+ 00029379  0x00007fa8 call  0x00007322 
+ 00029380  0x00007fa9 call  0x00007331 
+ 00029381  0x00007faa call  0x00007322 
+ 00029382  0x00007fab call  0x00007331 
+ 00029383  0x00007fac call  0x00007322 
+ 00029384  0x00007fad fetch  0x00000001 , 0x000005d8 
+ 00029385  0x00007fae increase  0x00000001 , 0x0000003f 
+ 00029386  0x00007faf store  0x00000001 , 0x000005d8 
+ 00029387  0x00007fb0 bne  0x00000010 , 0x000072b1 
+ 00029388  0x00007fb1 call  0x000072cf 
+ 00029389  0x00007fb2 disable  0x00000028 
+ 00029390  0x00007fb3 branch  0x00007300 
+ 00029391  0x00007fb8 fetch  0x00000001 , 0x000005d8 
+ 00029392  0x00007fb9 arg  0x000005c2 , 0x00000006 
+ 00029393  0x00007fba branch  0x000072f6 , 0x00000034 
+ 00029394  0x00007fbb iforce  0x00000012 
+ 00029395  0x00007fbc force  0x00000011 , 0x00000039 
+ 00029396  0x00007fbd copy  0x00000006 , 0x00000005 
+ 00029397  0x00007fbf ifetch  0x00000001 , 0x00000006 
+ 00029398  0x00007fc0 lshift3  0x0000003f , 0x00000002 
+ 00029399  0x00007fc1 rshift2  0x0000003f , 0x0000003f 
+ 00029400  0x00007fc2 rshift3  0x0000003f , 0x0000003f 
+ 00029401  0x00007fc3 ior  0x00000002 , 0x0000003f 
+ 00029402  0x00007fc4 istore  0x00000001 , 0x00000005 
+ 00029403  0x00007fc5 loop  0x000072d5 
+ 00029404  0x00007fc6 setarg  0x000005c2 
+ 00029405  0x00007fc7 iadd  0x00000012 , 0x00000006 
+ 00029406  0x00007fc8 force  0x00000010 , 0x00000039 
+ 00029407  0x00007fc9 arg  0x00000572 , 0x00000005 
+ 00029408  0x00007fcb ifetch  0x00000001 , 0x00000006 
+ 00029409  0x00007fcc istore  0x00000001 , 0x00000005 
+ 00029410  0x00007fcd compare  0x000005d3 , 0x00000006 , 0x000000ff 
+ 00029411  0x00007fce nbranch  0x000072e5 , 0x00000001 
+ 00029412  0x00007fcf increase  0xffffffef , 0x00000006 
+ 00029413  0x00007fd1 loop  0x000072e0 
+ 00029414  0x00007fd2 force  0x00000000 , 0x00000011 
+ 00029415  0x00007fd3 add  0x00000012 , 0xffffffff , 0x00000013 
+ 00029416  0x00007fd4 lshift2  0x00000013 , 0x00000013 
+ 00029417  0x00007fd5 lshift2  0x00000013 , 0x00000013 
+ 00029418  0x00007fd6 call  0x000074b9 
+ 00029419  0x00007fd7 setarg  0x00008400 
+ 00029420  0x00007fd8 iadd  0x00000013 , 0x00000013 
+ 00029421  0x00007fd9 arg  0x00000572 , 0x00000005 
+ 00029422  0x00007fda force  0x00000010 , 0x00000039 
+ 00029423  0x00007fdc ifetcht  0x00000001 , 0x00000013 
+ 00029424  0x00007fdd ifetch  0x00000001 , 0x00000005 
+ 00029425  0x00007fde iadd  0x00000002 , 0x0000003f 
+ 00029426  0x00007fdf istore  0x00000001 , 0x00000005 
+ 00029427  0x00007fe0 increase  0x00000001 , 0x00000013 
+ 00029428  0x00007fe1 loop  0x000072ef 
+ 00029429  0x00007fe2 branch  0x000074bd 
+ 00029430  0x00007fe5 force  0x00000010 , 0x00000039 
+ 00029431  0x00007fe6 force  0x00000000 , 0x00000002 
+ 00029432  0x00007fe8 ifetch  0x00000001 , 0x00000006 
+ 00029433  0x00007fe9 ixor  0x00000002 , 0x00000002 
+ 00029434  0x00007fea loop  0x000072f8 
+ 00029435  0x00007feb deposit  0x00000002 
+ 00029436  0x00007fec istore  0x00000001 , 0x00000006 
+ 00029437  0x00007fed arg  0x000005c2 , 0x00000006 
+ 00029438  0x00007fee arg  0x00000572 , 0x00000005 
+ 00029439  0x00007fef branch  0x00007ebf 
+ 00029440  0x00007ff2 arg  0x00000572 , 0x00000012 
+ 00029441  0x00007ff4 force  0x00000010 , 0x00000039 
+ 00029442  0x00007ff5 arg  0x00000592 , 0x00000011 
+ 00029443  0x00007ff6 copy  0x00000011 , 0x00000005 
+ 00029444  0x00007ff8 ifetcht  0x00000001 , 0x00000011 
+ 00029445  0x00007ff9 ifetch  0x00000001 , 0x00000012 
+ 00029446  0x00007ffa ixor  0x00000002 , 0x00000030 
+ 00029447  0x00007ffb and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029448  0x00007ffc nbranch  0x0000730a , 0x00000028 
+ 00029449  0x00007ffd xor_into  0x00000003 , 0x00000013 
+ 00029450  0x00007fff sub  0x00000013 , 0x00000001 , 0x00000013 
+ 00029451  0x00008000 branch  0x0000730d , 0x00000002 
+ 00029452  0x00008001 iadd  0x00000002 , 0x00000030 
+ 00029453  0x00008003 deposit  0x00000030 
+ 00029454  0x00008004 istore  0x00000001 , 0x00000005 
+ 00029455  0x00008005 increase  0x00000001 , 0x00000011 
+ 00029456  0x00008006 increase  0x00000001 , 0x00000012 
+ 00029457  0x00008007 loop  0x00007304 
+ 00029458  0x00008008 rtn 
+ 00029459  0x0000800b call  0x000074b9 
+ 00029460  0x0000800c force  0x00000010 , 0x00000039 
+ 00029461  0x0000800d arg  0x00000592 , 0x00000011 
+ 00029462  0x0000800f ifetch  0x00000001 , 0x00000011 
+ 00029463  0x00008010 arg  0x00008500 , 0x00000006 
+ 00029464  0x00008011 and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029465  0x00008012 sub  0x00000013 , 0x00000001 , 0x0000003e 
+ 00029466  0x00008013 branch  0x0000731c , 0x00000002 
+ 00029467  0x00008014 arg  0x00008600 , 0x00000006 
+ 00029468  0x00008016 iadd  0x00000006 , 0x00000006 
+ 00029469  0x00008017 ifetch  0x00000001 , 0x00000006 
+ 00029470  0x00008018 istore  0x00000001 , 0x00000011 
+ 00029471  0x00008019 increase  0x00000001 , 0x00000011 
+ 00029472  0x0000801a loop  0x00007316 
+ 00029473  0x0000801b branch  0x000074bd 
+ 00029474  0x0000801e force  0x00000008 , 0x00000039 
+ 00029475  0x0000801f arg  0x00000592 , 0x00000006 
+ 00029476  0x00008020 copy  0x00000006 , 0x00000005 
+ 00029477  0x00008022 ifetch  0x00000001 , 0x00000006 
+ 00029478  0x00008023 iforce  0x00000011 
+ 00029479  0x00008024 ifetch  0x00000001 , 0x00000006 
+ 00029480  0x00008025 iforce  0x00000012 
+ 00029481  0x00008026 lshift  0x00000011 , 0x0000003f 
+ 00029482  0x00008027 iadd  0x00000012 , 0x0000003f 
+ 00029483  0x00008028 istore  0x00000001 , 0x00000005 
+ 00029484  0x00008029 deposit  0x00000011 
+ 00029485  0x0000802a iadd  0x00000012 , 0x0000003f 
+ 00029486  0x0000802b istore  0x00000001 , 0x00000005 
+ 00029487  0x0000802c loop  0x00007325 
+ 00029488  0x0000802d rtn 
+ 00029489  0x00008031 setarg  0x008ae42c 
+ 00029490  0x00008032 iforce  0x00000002 
+ 00029491  0x00008033 force  0x00000007 , 0x00000039 
+ 00029492  0x00008034 call  0x00007340 
+ 00029493  0x00008035 setarg  0x000d751b 
+ 00029494  0x00008036 iforce  0x00000002 
+ 00029495  0x00008037 force  0x00000005 , 0x00000039 
+ 00029496  0x00008038 call  0x00007340 
+ 00029497  0x00008039 fetch  0x00000001 , 0x000005a1 
+ 00029498  0x0000803a iforce  0x00000011 
+ 00029499  0x0000803b fetch  0x00000001 , 0x00000595 
+ 00029500  0x0000803c store  0x00000001 , 0x000005a1 
+ 00029501  0x0000803d deposit  0x00000011 
+ 00029502  0x0000803e store  0x00000001 , 0x00000595 
+ 00029503  0x0000803f rtn 
+ 00029504  0x00008042 and  0x00000002 , 0x0000000f , 0x00000012 
+ 00029505  0x00008044 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029506  0x00008045 arg  0x00000592 , 0x00000005 
+ 00029507  0x00008046 iadd  0x00000005 , 0x00000005 
+ 00029508  0x00008047 ifetch  0x00000001 , 0x00000005 
+ 00029509  0x00008048 iforce  0x00000013 
+ 00029510  0x00008049 deposit  0x00000011 
+ 00029511  0x0000804a istore  0x00000001 , 0x00000005 
+ 00029512  0x0000804b copy  0x00000013 , 0x00000011 
+ 00029513  0x0000804c rshift4  0x00000002 , 0x00000002 
+ 00029514  0x0000804d loop  0x00007341 
+ 00029515  0x0000804e setarg  0x00000592 
+ 00029516  0x0000804f iadd  0x00000012 , 0x00000005 
+ 00029517  0x00008050 deposit  0x00000011 
+ 00029518  0x00008051 istore  0x00000001 , 0x00000005 
+ 00029519  0x00008052 rtn 
+ 00029520  0x00008055 enable  0x00000028 
+ 00029521  0x00008056 branch  0x00007353 
+ 00029522  0x00008059 disable  0x00000028 
+ 00029523  0x0000805b force  0x00000010 , 0x00000039 
+ 00029524  0x0000805d ifetcht  0x00000001 , 0x00000011 
+ 00029525  0x0000805e ifetch  0x00000001 , 0x00000012 
+ 00029526  0x0000805f branch  0x00007359 , 0x00000028 
+ 00029527  0x00008060 ixor  0x00000002 , 0x0000003f 
+ 00029528  0x00008061 branch  0x0000735a 
+ 00029529  0x00008063 iadd  0x00000002 , 0x0000003f 
+ 00029530  0x00008065 istore  0x00000001 , 0x00000005 
+ 00029531  0x00008066 increase  0x00000001 , 0x00000011 
+ 00029532  0x00008067 increase  0x00000001 , 0x00000012 
+ 00029533  0x00008068 loop  0x00007354 
+ 00029534  0x00008069 rtn 
+ 00029535  0x0000806d arg  0x000005b2 , 0x00000005 
+ 00029536  0x0000806e ifetch  0x00000006 , 0x00000011 
+ 00029537  0x0000806f istore  0x00000006 , 0x00000005 
+ 00029538  0x00008070 branch  0x00007365 , 0x00000028 
+ 00029539  0x00008071 ifetch  0x00000006 , 0x00000011 
+ 00029540  0x00008072 branch  0x00007366 
+ 00029541  0x00008074 ifetch  0x00000006 , 0x00000006 
+ 00029542  0x00008076 istore  0x00000006 , 0x00000005 
+ 00029543  0x00008077 ifetch  0x00000004 , 0x00000011 
+ 00029544  0x00008078 istore  0x00000004 , 0x00000005 
+ 00029545  0x00008079 rtn 
+ 00029546  0x0000807c arg  0x000041be , 0x00000006 
+ 00029547  0x0000807d arg  0x000005a2 , 0x00000005 
+ 00029548  0x0000807e arg  0x00000000 , 0x00000002 
+ 00029549  0x0000807f setarg  0x008395a7 
+ 00029550  0x00008080 call  0x0000738b 
+ 00029551  0x00008081 setarg  0x00b3c1df 
+ 00029552  0x00008082 call  0x0000738b 
+ 00029553  0x00008083 setarg  0x0000e5e9 
+ 00029554  0x00008084 call  0x0000738c 
+ 00029555  0x00008085 copy  0x00000002 , 0x00000014 
+ 00029556  0x00008086 disable  0x00000028 
+ 00029557  0x00008087 call  0x00007379 
+ 00029558  0x00008088 copy  0x00000014 , 0x00000002 
+ 00029559  0x00008089 enable  0x00000028 
+ 00029560  0x0000808a branch  0x00007379 
+ 00029561  0x0000808d force  0x00000008 , 0x00000039 
+ 00029562  0x0000808f ifetch  0x00000001 , 0x00000006 
+ 00029563  0x00008090 compare  0x00000001 , 0x00000039 , 0x00000001 
+ 00029564  0x00008091 branch  0x00007380 , 0x00000028 
+ 00029565  0x00008092 branch  0x00007381 , 0x00000001 
+ 00029566  0x00008094 iadd  0x00000002 , 0x0000003f 
+ 00029567  0x00008095 branch  0x00007382 
+ 00029568  0x00008097 branch  0x0000737e , 0x00000001 
+ 00029569  0x00008099 ixor  0x00000002 , 0x0000003f 
+ 00029570  0x0000809b istore  0x00000001 , 0x00000005 
+ 00029571  0x0000809c rshift8  0x00000002 , 0x00000002 
+ 00029572  0x0000809d loop  0x0000737a 
+ 00029573  0x0000809e rtn 
+ 00029574  0x000080a1 fetch  0x00000006 , 0x00000596 
+ 00029575  0x000080a2 store  0x00000006 , 0x00000056 
+ 00029576  0x000080a3 ifetch  0x00000006 , 0x00000006 
+ 00029577  0x000080a4 istore  0x00000006 , 0x00000005 
+ 00029578  0x000080a5 rtn 
+ 00029579  0x000080a8 lshift8  0x00000002 , 0x00000002 
+ 00029580  0x000080aa lshift16  0x00000002 , 0x00000002 
+ 00029581  0x000080ab ior  0x00000002 , 0x00000002 
+ 00029582  0x000080ac rtn 
+ 00029583  0x000080b1 branch  0x0000738f 
+ 00029584  0x000080b6 bpatchx  0x000000e0 , 0x0000403c 
+ 00029585  0x000080b7 call  0x0000742b 
+ 00029586  0x000080b8 arg  0x00004419 , 0x00000005 
+ 00029587  0x000080b9 branch  0x00007497 
+ 00029588  0x000080bd arg  0x0000443a , 0x00000005 
+ 00029589  0x000080be branch  0x00007397 , 0x00000029 
+ 00029590  0x000080bf arg  0x0000042f , 0x00000005 
+ 00029591  0x000080c1 copy  0x00000006 , 0x00000011 
+ 00029592  0x000080c2 call  0x00007ebf 
+ 00029593  0x000080c3 call  0x00007440 
+ 00029594  0x000080c4 arg  0x0000442a , 0x00000006 
+ 00029595  0x000080c5 branch  0x000074b0 
+ 00029596  0x000080c8 arg  0x0000042f , 0x00000011 
+ 00029597  0x000080c9 branch  0x0000739f , 0x00000029 
+ 00029598  0x000080ca arg  0x0000443a , 0x00000011 
+ 00029599  0x000080cc copy  0x00000011 , 0x00000005 
+ 00029600  0x000080cd call  0x0000630c 
+ 00029601  0x000080ce branch  0x00007440 
+ 00029602  0x000080d1 arg  0x000044aa , 0x00000006 
+ 00029603  0x000080d2 call  0x00007486 
+ 00029604  0x000080d3 arg  0x00004419 , 0x00000006 
+ 00029605  0x000080d4 call  0x00007487 
+ 00029606  0x000080d5 force  0x00000038 , 0x00000036 
+ 00029607  0x000080d6 force  0x00000000 , 0x00000036 
+ 00029608  0x000080d7 call  0x0000741d 
+ 00029609  0x000080d8 arg  0x0000047c , 0x00000005 
+ 00029610  0x000080d9 branch  0x00007497 
+ 00029611  0x000080dd force  0x00000049 , 0x0000003f 
+ 00029612  0x000080de branch  0x000073ae 
+ 00029613  0x000080e0 force  0x00000001 , 0x0000003f 
+ 00029614  0x000080e2 force  0x00000000 , 0x00000038 
+ 00029615  0x000080e3 lshift8  0x00000002 , 0x0000002f 
+ 00029616  0x000080e4 ior  0x0000002f , 0x0000002f 
+ 00029617  0x000080e5 increase  0x00000001 , 0x00000038 
+ 00029618  0x000080e6 rshift8  0x00000002 , 0x0000002f 
+ 00029619  0x000080e7 rshift16  0x0000002f , 0x0000002f 
+ 00029620  0x000080e8 fetch  0x00000002 , 0x00004411 
+ 00029621  0x000080e9 lshift16 , 0x0000003f , 0x0000003f 
+ 00029622  0x000080ea ior  0x0000002f , 0x0000002f 
+ 00029623  0x000080eb increase  0x00000001 , 0x00000038 
+ 00029624  0x000080ec ifetch  0x00000004 , 0x00000006 
+ 00029625  0x000080ed iforce  0x0000002f 
+ 00029626  0x000080ee increase  0x00000001 , 0x00000038 
+ 00029627  0x000080ef ifetch  0x00000002 , 0x00000006 
+ 00029628  0x000080f0 byteswap  0x00000011 , 0x0000002f 
+ 00029629  0x000080f1 lshift16  0x0000002f , 0x0000002f 
+ 00029630  0x000080f2 ior  0x0000002f , 0x0000002f 
+ 00029631  0x000080f3 increase  0x00000001 , 0x00000038 
+ 00029632  0x000080f4 rtn 
+ 00029633  0x000080f9 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00029634  0x000080fa ifetch  0x00000001 , 0x00000006 
+ 00029635  0x000080fb iforce  0x00000011 
+ 00029636  0x000080fc call  0x000073ab 
+ 00029637  0x000080fd call  0x0000741f 
+ 00029638  0x000080ff force  0x00000000 , 0x00000038 
+ 00029639  0x00008100 ifetch  0x00000001 , 0x00000013 
+ 00029640  0x00008101 and_into  0x00000003 , 0x0000003f 
+ 00029641  0x00008102 lshift16  0x0000003f , 0x0000002f 
+ 00029642  0x00008103 set1  0x00000008 , 0x0000002f 
+ 00029643  0x00008104 call  0x0000748f 
+ 00029644  0x00008105 call  0x00007422 
+ 00029645  0x00008107 copy  0x00000011 , 0x00000039 
+ 00029646  0x00008108 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00029647  0x00008109 call  0x0000746e 
+ 00029648  0x0000810b call  0x00007478 
+ 00029649  0x0000810c call  0x00007422 
+ 00029650  0x0000810d deposit  0x00000039 
+ 00029651  0x0000810e branch  0x000073d5 , 0x00000034 
+ 00029652  0x0000810f branch  0x000073d0 
+ 00029653  0x00008111 force  0x0000000c , 0x00000038 
+ 00029654  0x00008112 deposit  0x0000002f 
+ 00029655  0x00008113 store  0x00000004 , 0x00000417 
+ 00029656  0x00008114 rtn 
+ 00029657  0x00008117 increase  0x00000001 , 0x00000011 
+ 00029658  0x00008118 call  0x000073ad 
+ 00029659  0x00008119 copy  0x00000013 , 0x00000006 
+ 00029660  0x0000811a call  0x00007482 
+ 00029661  0x0000811b call  0x00007425 
+ 00029662  0x0000811c call  0x0000749e 
+ 00029663  0x0000811d increase  0x00000010 , 0x00000013 
+ 00029664  0x0000811e increase  0xfffffff0 , 0x00000012 
+ 00029665  0x0000811f branch  0x000073d9 , 0x00000002 
+ 00029666  0x00008120 rtn 
+ 00029667  0x00008123 bpatchx  0x000000e1 , 0x0000403c 
+ 00029668  0x00008124 arg  0x000043dc , 0x00000013 
+ 00029669  0x00008125 fetcht  0x00000005 , 0x00004403 
+ 00029670  0x00008126 call  0x000073c1 
+ 00029671  0x00008127 force  0x00000008 , 0x00000038 
+ 00029672  0x00008128 iforce  0x0000002f 
+ 00029673  0x00008129 force  0x00000000 , 0x00000011 
+ 00029674  0x0000812a call  0x000073ad 
+ 00029675  0x0000812b call  0x00007425 
+ 00029676  0x0000812c arg  0x000043de , 0x00000013 
+ 00029677  0x0000812d fetch  0x00000001 , 0x000043dd 
+ 00029678  0x0000812e add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029679  0x0000812f iadd  0x00000013 , 0x00000005 
+ 00029680  0x00008130 force  0x0000000c , 0x00000038 
+ 00029681  0x00008131 deposit  0x0000002f 
+ 00029682  0x00008132 istore  0x00000004 , 0x00000005 
+ 00029683  0x00008133 call  0x000073d9 
+ 00029684  0x00008134 fetch  0x00000001 , 0x000043dd 
+ 00029685  0x00008135 increase  0x00000004 , 0x0000003f 
+ 00029686  0x00008136 store  0x00000001 , 0x000043dd 
+ 00029687  0x00008137 fetcht  0x00000005 , 0x00004403 
+ 00029688  0x00008138 increase  0x00000001 , 0x00000002 
+ 00029689  0x00008139 storet  0x00000005 , 0x00004403 
+ 00029690  0x0000813a rtn 
+ 00029691  0x0000813d bpatchx  0x000000e2 , 0x0000403c 
+ 00029692  0x0000813e fetch  0x00000001 , 0x000002da 
+ 00029693  0x0000813f sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00029694  0x00008140 branch  0x000073ff , 0x00000002 
+ 00029695  0x00008142 arg  0x000002db , 0x00000013 
+ 00029696  0x00008143 add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029697  0x00008144 increase  0xfffffffc , 0x0000003f 
+ 00029698  0x00008145 store  0x00000001 , 0x000002da 
+ 00029699  0x00008146 iadd  0x00000013 , 0x00000006 
+ 00029700  0x00008147 ifetch  0x00000004 , 0x00000006 
+ 00029701  0x00008148 force  0x00000008 , 0x00000038 
+ 00029702  0x00008149 iforce  0x0000002f 
+ 00029703  0x0000814a force  0x00000000 , 0x00000011 
+ 00029704  0x0000814b fetcht  0x00000005 , 0x00004408 
+ 00029705  0x0000814c call  0x000073ad 
+ 00029706  0x0000814d call  0x00007425 
+ 00029707  0x0000814e force  0x0000000c , 0x00000038 
+ 00029708  0x0000814f deposit  0x0000002f 
+ 00029709  0x00008150 store  0x00000004 , 0x0000041b 
+ 00029710  0x00008151 call  0x000073d9 
+ 00029711  0x00008152 arg  0x000002d9 , 0x00000013 
+ 00029712  0x00008153 call  0x000073c1 
+ 00029713  0x00008154 fetcht  0x00000004 , 0x0000041b 
+ 00029714  0x00008155 isub  0x00000002 , 0x0000003f 
+ 00029715  0x00008156 nrtn  0x00000034 
+ 00029716  0x00008157 fetch  0x00000004 , 0x0000440d 
+ 00029717  0x00008158 isub  0x00000002 , 0x0000003f 
+ 00029718  0x00008159 rtn  0x00000034 
+ 00029719  0x0000815a storet  0x00000004 , 0x0000440d 
+ 00029720  0x0000815b fetch  0x00000005 , 0x00004408 
+ 00029721  0x0000815c increase  0x00000001 , 0x0000003f 
+ 00029722  0x0000815d store  0x00000005 , 0x00004408 
+ 00029723  0x0000815e force  0x00000000 , 0x0000003f 
+ 00029724  0x0000815f rtn 
+ 00029725  0x00008162 nbranch  0x0000741d , 0x00000037 
+ 00029726  0x00008163 rtn 
+ 00029727  0x00008166 force  0x00000030 , 0x00000036 
+ 00029728  0x00008167 force  0x00000000 , 0x00000036 
+ 00029729  0x00008168 branch  0x0000741d 
+ 00029730  0x0000816b force  0x00000032 , 0x00000036 
+ 00029731  0x0000816c force  0x00000002 , 0x00000036 
+ 00029732  0x0000816d branch  0x0000741d 
+ 00029733  0x00008170 force  0x00000034 , 0x00000036 
+ 00029734  0x00008171 force  0x00000004 , 0x00000036 
+ 00029735  0x00008172 branch  0x0000741d 
+ 00029736  0x00008176 force  0x00000001 , 0x00000036 
+ 00029737  0x00008177 force  0x00000000 , 0x00000036 
+ 00029738  0x00008178 rtn 
+ 00029739  0x0000817a force  0x00000000 , 0x00000038 
+ 00029740  0x0000817b fetch  0x00000004 , 0x0000042f 
+ 00029741  0x0000817c iforce  0x0000002f 
+ 00029742  0x0000817d increase  0x00000001 , 0x00000038 
+ 00029743  0x0000817e ifetch  0x00000004 , 0x00000006 
+ 00029744  0x0000817f iforce  0x0000002f 
+ 00029745  0x00008180 increase  0x00000001 , 0x00000038 
+ 00029746  0x00008181 fetch  0x00000004 , 0x0000443a 
+ 00029747  0x00008182 iforce  0x0000002f 
+ 00029748  0x00008183 increase  0x00000001 , 0x00000038 
+ 00029749  0x00008184 ifetch  0x00000004 , 0x00000006 
+ 00029750  0x00008185 iforce  0x0000002f 
+ 00029751  0x00008186 increase  0x00000001 , 0x00000038 
+ 00029752  0x00008187 call  0x00007492 
+ 00029753  0x00008188 increase  0xfffffffc , 0x00000038 
+ 00029754  0x00008189 fetch  0x00000004 , 0x000044c7 
+ 00029755  0x0000818a copy  0x0000003f , 0x0000002f 
+ 00029756  0x0000818b increase  0x00000004 , 0x00000038 
+ 00029757  0x0000818c force  0x00000038 , 0x00000036 
+ 00029758  0x0000818d force  0x00000008 , 0x00000036 
+ 00029759  0x0000818e branch  0x0000741d 
+ 00029760  0x00008192 bpatchx  0x000000e3 , 0x0000403c 
+ 00029761  0x00008193 fetch  0x00000006 , 0x000044a0 
+ 00029762  0x00008194 fetcht  0x00000006 , 0x0000044f 
+ 00029763  0x00008195 branch  0x00007446 , 0x00000029 
+ 00029764  0x00008196 fetch  0x00000006 , 0x0000044f 
+ 00029765  0x00008197 fetcht  0x00000006 , 0x000044a0 
+ 00029766  0x00008199 force  0x00000008 , 0x00000038 
+ 00029767  0x0000819a copy  0x00000002 , 0x0000002f 
+ 00029768  0x0000819b increase  0x00000001 , 0x00000038 
+ 00029769  0x0000819c rshift32  0x00000002 , 0x0000002f 
+ 00029770  0x0000819d lshift16  0x0000003f , 0x0000003f 
+ 00029771  0x0000819e ior  0x0000002f , 0x0000002f 
+ 00029772  0x0000819f increase  0x00000001 , 0x00000038 
+ 00029773  0x000081a0 rshift32  0x0000003f , 0x0000002f 
+ 00029774  0x000081a1 increase  0x00000001 , 0x00000038 
+ 00029775  0x000081a2 force  0x00000000 , 0x0000002f 
+ 00029776  0x000081a3 force  0x00000000 , 0x0000003f 
+ 00029777  0x000081a4 fetch  0x00000001 , 0x0000448e 
+ 00029778  0x000081a5 fetcht  0x00000001 , 0x00004485 
+ 00029779  0x000081a6 nbranch  0x00007456 , 0x00000029 
+ 00029780  0x000081a8 fetch  0x00000001 , 0x00004495 
+ 00029781  0x000081a9 fetcht  0x00000001 , 0x0000448e 
+ 00029782  0x000081ab store  0x00000001 , 0x0000444a 
+ 00029783  0x000081ac storet  0x00000001 , 0x0000444b 
+ 00029784  0x000081ad force  0x00000000 , 0x00000038 
+ 00029785  0x000081ae arg  0x0000444a , 0x00000012 
+ 00029786  0x000081af force  0x00000004 , 0x00000039 
+ 00029787  0x000081b1 ifetch  0x00000004 , 0x00000011 
+ 00029788  0x000081b2 ifetcht  0x00000004 , 0x00000012 
+ 00029789  0x000081b3 ixor  0x00000002 , 0x0000002f 
+ 00029790  0x000081b4 increase  0x00000001 , 0x00000038 
+ 00029791  0x000081b5 increase  0x00000004 , 0x00000011 
+ 00029792  0x000081b6 increase  0x00000004 , 0x00000012 
+ 00029793  0x000081b7 loop  0x0000745b 
+ 00029794  0x000081b8 call  0x00007492 
+ 00029795  0x000081b9 increase  0xfffffffc , 0x00000038 
+ 00029796  0x000081ba fetch  0x00000004 , 0x000044c7 
+ 00029797  0x000081bb copy  0x0000003f , 0x0000002f 
+ 00029798  0x000081bc increase  0x00000004 , 0x00000038 
+ 00029799  0x000081bd force  0x00000038 , 0x00000036 
+ 00029800  0x000081be force  0x0000000c , 0x00000036 
+ 00029801  0x000081bf call  0x0000741d 
+ 00029802  0x000081c1 call  0x00007491 
+ 00029803  0x000081c2 force  0x0000003a , 0x00000036 
+ 00029804  0x000081c3 force  0x00000008 , 0x00000036 
+ 00029805  0x000081c4 branch  0x0000741d 
+ 00029806  0x000081c7 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029807  0x000081c8 rtn  0x00000001 
+ 00029808  0x000081c9 deposit  0x00000006 
+ 00029809  0x000081ca iadd  0x00000039 , 0x00000005 
+ 00029810  0x000081cb force  0x00000000 , 0x0000003f 
+ 00029811  0x000081cd istore  0x00000001 , 0x00000005 
+ 00029812  0x000081ce increase  0x00000001 , 0x00000039 
+ 00029813  0x000081cf compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029814  0x000081d0 rtn  0x00000001 
+ 00029815  0x000081d1 branch  0x00007473 
+ 00029816  0x000081d4 force  0x00000000 , 0x00000038 
+ 00029817  0x000081d6 deposit  0x00000039 
+ 00029818  0x000081d7 branch  0x0000747d , 0x00000034 
+ 00029819  0x000081d8 ifetch  0x00000004 , 0x00000006 
+ 00029820  0x000081d9 increase  0xfffffffc , 0x00000039 
+ 00029821  0x000081db iforce  0x0000002f 
+ 00029822  0x000081dc increase  0x00000001 , 0x00000038 
+ 00029823  0x000081dd compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00029824  0x000081de rtn  0x00000001 
+ 00029825  0x000081df branch  0x00007479 
+ 00029826  0x000081e2 force  0x00000008 , 0x00000038 
+ 00029827  0x000081e3 branch  0x00007487 
+ 00029828  0x000081e5 force  0x00000004 , 0x00000038 
+ 00029829  0x000081e6 branch  0x00007487 
+ 00029830  0x000081e8 force  0x00000000 , 0x00000038 
+ 00029831  0x000081ea force  0x00000004 , 0x00000039 
+ 00029832  0x000081ec ifetch  0x00000004 , 0x00000006 
+ 00029833  0x000081ed iforce  0x0000002f 
+ 00029834  0x000081ee increase  0x00000001 , 0x00000038 
+ 00029835  0x000081ef loop  0x00007488 
+ 00029836  0x000081f0 rtn 
+ 00029837  0x000081f3 arg  0x0000047c , 0x00000006 
+ 00029838  0x000081f4 branch  0x00007484 
+ 00029839  0x000081f7 force  0x00000004 , 0x00000039 
+ 00029840  0x000081f8 branch  0x00007494 
+ 00029841  0x000081fb force  0x00000000 , 0x00000038 
+ 00029842  0x000081fd force  0x00000004 , 0x00000039 
+ 00029843  0x000081ff force  0x00000000 , 0x0000002f 
+ 00029844  0x00008201 increase  0x00000001 , 0x00000038 
+ 00029845  0x00008202 loop  0x00007493 
+ 00029846  0x00008203 rtn 
+ 00029847  0x00008206 force  0x0000000c , 0x00000038 
+ 00029848  0x00008207 force  0x00000004 , 0x00000039 
+ 00029849  0x00008209 deposit  0x0000002f 
+ 00029850  0x0000820a istore  0x00000004 , 0x00000005 
+ 00029851  0x0000820b increase  0x00000001 , 0x00000038 
+ 00029852  0x0000820c loop  0x00007499 
+ 00029853  0x0000820d rtn 
+ 00029854  0x00008210 force  0x0000000c , 0x00000038 
+ 00029855  0x00008211 copy  0x00000013 , 0x00000005 
+ 00029856  0x00008212 add  0x00000012 , 0x00000001 , 0x00000039 
+ 00029857  0x00008213 sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00029858  0x00008214 branch  0x000074a4 , 0x00000002 
+ 00029859  0x00008215 force  0x00000010 , 0x00000039 
+ 00029860  0x00008217 deposit  0x0000002f 
+ 00029861  0x00008218 sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00029862  0x00008219 branch  0x000074ac , 0x00000002 
+ 00029863  0x0000821a istore  0x00000004 , 0x00000005 
+ 00029864  0x0000821b increase  0xfffffffc , 0x00000039 
+ 00029865  0x0000821c rtn  0x00000005 
+ 00029866  0x0000821d increase  0x00000001 , 0x00000038 
+ 00029867  0x0000821e branch  0x000074a4 
+ 00029868  0x00008220 istore  0x00000001 , 0x00000005 
+ 00029869  0x00008221 rshift8  0x0000003f , 0x0000003f 
+ 00029870  0x00008222 loop  0x000074ac 
+ 00029871  0x00008223 rtn 
+ 00029872  0x00008227 force  0x0000000c , 0x00000038 
+ 00029873  0x00008228 force  0x00000004 , 0x00000039 
+ 00029874  0x0000822a ifetch  0x00000004 , 0x00000006 
+ 00029875  0x0000822b isub  0x0000002f , 0x0000003e 
+ 00029876  0x0000822c nrtn  0x00000005 
+ 00029877  0x0000822d increase  0x00000001 , 0x00000038 
+ 00029878  0x0000822e loop  0x000074b2 
+ 00029879  0x0000822f force  0x00000000 , 0x0000003e 
+ 00029880  0x00008230 rtn 
+ 00029881  0x00008233 hfetch  0x00000001 , 0x00008050 
+ 00029882  0x00008234 set0  0x00000000 , 0x0000003f 
+ 00029883  0x00008235 hstore  0x00000001 , 0x00008050 
+ 00029884  0x00008236 rtn 
+ 00029885  0x00008239 hfetch  0x00000001 , 0x00008050 
+ 00029886  0x0000823a set1  0x00000000 , 0x0000003f 
+ 00029887  0x0000823b hstore  0x00000001 , 0x00008050 
+ 00029888  0x0000823c rtn 
+ 00029889  0x0000823f arg  0x00000886 , 0x00000005 
+ 00029890  0x00008240 setsect  0x00000000 , 0x0003ffff 
+ 00029891  0x00008241 setsect  0x00000001 , 0x0003ffff 
+ 00029892  0x00008242 setsect  0x00000002 , 0x0003ffff 
+ 00029893  0x00008243 setsect  0x00000003 , 0x0003fbff 
+ 00029894  0x00008244 istore  0x00000009 , 0x00000005 
+ 00029895  0x00008245 setsect  0x00000000 , 0x0003ffff 
+ 00029896  0x00008246 setsect  0x00000001 , 0x0003ffff 
+ 00029897  0x00008247 setsect  0x00000002 , 0x0003ffff 
+ 00029898  0x00008248 setsect  0x00000003 , 0x0003ffff 
+ 00029899  0x00008249 istore  0x00000009 , 0x00000005 
+ 00029900  0x0000824a setsect  0x00000000 , 0x0003ffff 
+ 00029901  0x0000824b setsect  0x00000001 , 0x0003ffff 
+ 00029902  0x0000824c setsect  0x00000002 , 0x0003cfff 
+ 00029903  0x0000824d setsect  0x00000003 , 0x0003ffff 
+ 00029904  0x0000824e istore  0x00000009 , 0x00000005 
+ 00029905  0x0000824f setsect  0x00000000 , 0x0003ffff 
+ 00029906  0x00008250 setsect  0x00000001 , 0x0003ffff 
+ 00029907  0x00008251 setsect  0x00000002 , 0x0003ffef 
+ 00029908  0x00008252 setsect  0x00000003 , 0x0003ffff 
+ 00029909  0x00008253 istore  0x00000009 , 0x00000005 
+ 00029910  0x00008254 setsect  0x00000000 , 0x0003ffff 
+ 00029911  0x00008255 setsect  0x00000001 , 0x0003ffff 
+ 00029912  0x00008256 setsect  0x00000002 , 0x0003ffff 
+ 00029913  0x00008257 setsect  0x00000003 , 0x0003ffff 
+ 00029914  0x00008258 istore  0x00000009 , 0x00000005 
+ 00029915  0x00008259 setsect  0x00000000 , 0x0003ffff 
+ 00029916  0x0000825a setsect  0x00000001 , 0x00026c7f 
+ 00029917  0x0000825b setsect  0x00000002 , 0x0000146b 
+ 00029918  0x0000825c setsect  0x00000003 , 0x00037bb3 
+ 00029919  0x0000825d istore  0x00000009 , 0x00000005 
+ 00029920  0x0000825e setsect  0x00000000 , 0x0001feb8 
+ 00029921  0x0000825f setsect  0x00000001 , 0x00010c12 
+ 00029922  0x00008260 setsect  0x00000002 , 0x0002b722 
+ 00029923  0x00008261 setsect  0x00000003 , 0x00029fa6 
+ 00029924  0x00008262 istore  0x00000009 , 0x00000005 
+ 00029925  0x00008263 setsect  0x00000000 , 0x0000e70f 
+ 00029926  0x00008264 setsect  0x00000001 , 0x00016720 
+ 00029927  0x00008265 setsect  0x00000002 , 0x0000519e 
+ 00029928  0x00008266 setsect  0x00000003 , 0x00019084 
+ 00029929  0x00008267 istore  0x00000009 , 0x00000005 
+ 00029930  0x00008268 setsect  0x00000000 , 0x00031012 
+ 00029931  0x00008269 setsect  0x00000001 , 0x000360bf 
+ 00029932  0x0000826a setsect  0x00000002 , 0x0003f0af 
+ 00029933  0x0000826b setsect  0x00000003 , 0x000003d3 
+ 00029934  0x0000826c istore  0x00000009 , 0x00000005 
+ 00029935  0x0000826d setsect  0x00000000 , 0x0003a188 
+ 00029936  0x0000826e setsect  0x00000001 , 0x00003ad0 
+ 00029937  0x0000826f setsect  0x00000002 , 0x0003cbf2 
+ 00029938  0x00008270 setsect  0x00000003 , 0x000243d9 
+ 00029939  0x00008271 istore  0x00000009 , 0x00000005 
+ 00029940  0x00008272 setsect  0x00000000 , 0x0002b030 
+ 00029941  0x00008273 setsect  0x00000001 , 0x00036a03 
+ 00029942  0x00008274 setsect  0x00000002 , 0x00011188 
+ 00029943  0x00008275 setsect  0x00000003 , 0x0001e520 
+ 00029944  0x00008276 istore  0x00000009 , 0x00000005 
+ 00029945  0x00008277 setsect  0x00000000 , 0x0003a11e 
+ 00029946  0x00008278 setsect  0x00000001 , 0x0000fe5d 
+ 00029947  0x00008279 setsect  0x00000002 , 0x0000dd57 
+ 00029948  0x0000827a setsect  0x00000003 , 0x0001ac93 
+ 00029949  0x0000827b istore  0x00000009 , 0x00000005 
+ 00029950  0x0000827c setsect  0x00000000 , 0x000011ed 
+ 00029951  0x0000827d setsect  0x00000001 , 0x000218c4 
+ 00029952  0x0000827e setsect  0x00000002 , 0x00008da7 
+ 00029953  0x0000827f setsect  0x00000003 , 0x000257ff 
+ 00029954  0x00008280 istore  0x00000009 , 0x00000005 
+ 00029955  0x00008281 setsect  0x00000000 , 0x0003192b 
+ 00029956  0x00008282 setsect  0x00000001 , 0x00034641 
+ 00029957  0x00008283 setsect  0x00000002 , 0x0001be0c 
+ 00029958  0x00008284 setsect  0x00000003 , 0x000366ad 
+ 00029959  0x00008285 istore  0x00000009 , 0x00000005 
+ 00029960  0x00008286 setsect  0x00000000 , 0x00001f83 
+ 00029961  0x00008287 setsect  0x00000001 , 0x00015a23 
+ 00029962  0x00008288 setsect  0x00000002 , 0x0003f9b0 
+ 00029963  0x00008289 setsect  0x00000003 , 0x00003949 
+ 00029964  0x0000828a istore  0x00000009 , 0x00000005 
+ 00029965  0x0000828b setsect  0x00000000 , 0x00013a51 
+ 00029966  0x0000828c setsect  0x00000001 , 0x000153fd 
+ 00029967  0x0000828d setsect  0x00000002 , 0x0003372a 
+ 00029968  0x0000828e setsect  0x00000003 , 0x0000f1bb 
+ 00029969  0x0000828f istore  0x00000009 , 0x00000005 
+ 00029970  0x00008290 setsect  0x00000000 , 0x0003ae85 
+ 00029971  0x00008291 setsect  0x00000001 , 0x0001eed9 
+ 00029972  0x00008292 setsect  0x00000002 , 0x00009e66 
+ 00029973  0x00008293 setsect  0x00000003 , 0x000001a8 
+ 00029974  0x00008294 istore  0x00000008 , 0x00000005 
+ 00029975  0x00008295 rtn 
+ 00029976  0x0000829a arg  0x0000091e , 0x00000005 
+ 00029977  0x0000829b setsect  0x00000000 , 0x0003ffff 
+ 00029978  0x0000829c setsect  0x00000001 , 0x0003ffff 
+ 00029979  0x0000829d setsect  0x00000002 , 0x0003ffff 
+ 00029980  0x0000829e setsect  0x00000003 , 0x0003ffff 
+ 00029981  0x0000829f istore  0x00000009 , 0x00000005 
+ 00029982  0x000082a0 setsect  0x00000000 , 0x0003ffff 
+ 00029983  0x000082a1 setsect  0x00000001 , 0x0000003f 
+ 00029984  0x000082a2 setsect  0x00000002 , 0x00000000 
+ 00029985  0x000082a3 setsect  0x00000003 , 0x00000000 
+ 00029986  0x000082a4 istore  0x00000009 , 0x00000005 
+ 00029987  0x000082a5 setsect  0x00000000 , 0x00000000 
+ 00029988  0x000082a6 setsect  0x00000001 , 0x00000000 
+ 00029989  0x000082a7 setsect  0x00000002 , 0x00001000 
+ 00029990  0x000082a8 setsect  0x00000003 , 0x00000000 
+ 00029991  0x000082a9 istore  0x00000009 , 0x00000005 
+ 00029992  0x000082aa setsect  0x00000000 , 0x0003ff00 
+ 00029993  0x000082ab setsect  0x00000001 , 0x0003ffff 
+ 00029994  0x000082ac setsect  0x00000002 , 0x0003ffcf 
+ 00029995  0x000082ad setsect  0x00000003 , 0x0003ffff 
+ 00029996  0x000082ae istore  0x00000009 , 0x00000005 
+ 00029997  0x000082af setsect  0x00000000 , 0x0003ffff 
+ 00029998  0x000082b0 setsect  0x00000001 , 0x0003ffff 
+ 00029999  0x000082b1 setsect  0x00000002 , 0x0003ffff 
+ 00030000  0x000082b2 setsect  0x00000003 , 0x000003ff 
+ 00030001  0x000082b3 istore  0x00000009 , 0x00000005 
+ 00030002  0x000082b4 setsect  0x00000000 , 0x00000000 
+ 00030003  0x000082b5 setsect  0x00000001 , 0x00000000 
+ 00030004  0x000082b6 setsect  0x00000002 , 0x00000000 
+ 00030005  0x000082b7 setsect  0x00000003 , 0x00000000 
+ 00030006  0x000082b8 istore  0x00000009 , 0x00000005 
+ 00030007  0x000082b9 setsect  0x00000000 , 0x00010000 
+ 00030008  0x000082ba setsect  0x00000001 , 0x00000000 
+ 00030009  0x000082bb setsect  0x00000002 , 0x0003f000 
+ 00030010  0x000082bc setsect  0x00000003 , 0x0003ffff 
+ 00030011  0x000082bd istore  0x00000009 , 0x00000005 
+ 00030012  0x000082be setsect  0x00000000 , 0x000296ff 
+ 00030013  0x000082bf setsect  0x00000001 , 0x00022630 
+ 00030014  0x000082c0 setsect  0x00000002 , 0x0003945d 
+ 00030015  0x000082c1 setsect  0x00000003 , 0x0003d284 
+ 00030016  0x000082c2 istore  0x00000009 , 0x00000005 
+ 00030017  0x000082c3 setsect  0x00000000 , 0x000333a0 
+ 00030018  0x000082c4 setsect  0x00000001 , 0x00004b7a 
+ 00030019  0x000082c5 setsect  0x00000002 , 0x000037d8 
+ 00030020  0x000082c6 setsect  0x00000003 , 0x0003c9dc 
+ 00030021  0x000082c7 istore  0x00000009 , 0x00000005 
+ 00030022  0x000082c8 setsect  0x00000000 , 0x0003a440 
+ 00030023  0x000082c9 setsect  0x00000001 , 0x0001b958 
+ 00030024  0x000082ca setsect  0x00000002 , 0x00038bce 
+ 00030025  0x000082cb setsect  0x00000003 , 0x0001091f 
+ 00030026  0x000082cc istore  0x00000009 , 0x00000005 
+ 00030027  0x000082cd setsect  0x00000000 , 0x0002e12c 
+ 00030028  0x000082ce setsect  0x00000001 , 0x0001f47c 
+ 00030029  0x000082cf setsect  0x00000002 , 0x000356b1 
+ 00030030  0x000082d0 setsect  0x00000003 , 0x0002fd47 
+ 00030031  0x000082d1 istore  0x00000009 , 0x00000005 
+ 00030032  0x000082d2 setsect  0x00000000 , 0x00006837 
+ 00030033  0x000082d3 setsect  0x00000001 , 0x0002ed90 
+ 00030034  0x000082d4 setsect  0x00000002 , 0x0001ecec 
+ 00030035  0x000082d5 setsect  0x00000003 , 0x0001acc5 
+ 00030036  0x000082d6 istore  0x00000009 , 0x00000005 
+ 00030037  0x000082d7 setsect  0x00000000 , 0x00023357 
+ 00030038  0x000082d8 setsect  0x00000001 , 0x00018af3 
+ 00030039  0x000082d9 setsect  0x00000002 , 0x0000f9e1 
+ 00030040  0x000082da setsect  0x00000003 , 0x000129f0 
+ 00030041  0x000082db istore  0x00000009 , 0x00000005 
+ 00030042  0x000082dc setsect  0x00000000 , 0x0002e7eb 
+ 00030043  0x000082dd setsect  0x00000001 , 0x0003e6e3 
+ 00030044  0x000082de setsect  0x00000002 , 0x0003e1a7 
+ 00030045  0x000082df setsect  0x00000003 , 0x00010b8b 
+ 00030046  0x000082e0 istore  0x00000009 , 0x00000005 
+ 00030047  0x000082e1 setsect  0x00000000 , 0x00024fe3 
+ 00030048  0x000082e2 setsect  0x00000001 , 0x000020ef 
+ 00030049  0x000082e3 setsect  0x00000002 , 0x0001b5a6 
+ 00030050  0x000082e4 setsect  0x00000003 , 0x0000dc2f 
+ 00030051  0x000082e5 istore  0x00000009 , 0x00000005 
+ 00030052  0x000082e6 setsect  0x00000000 , 0x00013860 
+ 00030053  0x000082e7 setsect  0x00000001 , 0x0002bd69 
+ 00030054  0x000082e8 setsect  0x00000002 , 0x0000391a 
+ 00030055  0x000082e9 setsect  0x00000003 , 0x0001b222 
+ 00030056  0x000082ea istore  0x00000009 , 0x00000005 
+ 00030057  0x000082eb rtn 
+ 00030058  0x000082ef fetch  0x00000001 , 0x0000465a 
+ 00030059  0x000082f0 nbranch  0x0000757d , 0x00000034 
+ 00030060  0x000082f1 branch  0x00007a77 
+ 00030061  0x000082f4 bpatchx  0x000000e4 , 0x0000403c 
+ 00030062  0x000082f5 fetch  0x00000001 , 0x0000465a 
+ 00030063  0x000082f6 rtn  0x00000034 
+ 00030064  0x000082f7 fetch  0x00000001 , 0x000045b1 
+ 00030065  0x000082f8 rtnne  0x00000001 
+ 00030066  0x000082f9 fetch  0x00000001 , 0x000044be 
+ 00030067  0x000082fa rtn  0x00000034 
+ 00030068  0x000082fb fetch  0x00000001 , 0x000044c3 
+ 00030069  0x000082fc rtneq  0x00000003 
+ 00030070  0x000082fd fetch  0x00000002 , 0x00004682 
+ 00030071  0x000082fe bbit1  0x00000000 , 0x0000757b 
+ 00030072  0x000082ff fetch  0x00000001 , 0x000044c0 
+ 00030073  0x00008300 beq  0x00000000 , 0x00007a77 
+ 00030074  0x00008301 rtn 
+ 00030075  0x00008303 jam  0x00000000 , 0x000044c0 
+ 00030076  0x00008304 rtn 
+ 00030077  0x00008308 bpatchx  0x000000e5 , 0x0000403c 
+ 00030078  0x00008309 fetch  0x00000001 , 0x0000465a 
+ 00030079  0x0000830a branch  0x0000612b , 0x00000034 
+ 00030080  0x0000830b call  0x00006124 
+ 00030081  0x0000830c call  0x00007583 
+ 00030082  0x0000830d branch  0x0000766d 
+ 00030083  0x00008310 setarg  0x00000000 
+ 00030084  0x00008311 store  0x00000008 , 0x000009ae 
+ 00030085  0x00008312 store  0x00000004 , 0x000009b6 
+ 00030086  0x00008313 store  0x00000007 , 0x0000465e 
+ 00030087  0x00008314 rtn 
+ 00030088  0x00008317 jam  0x00000001 , 0x000009b0 
+ 00030089  0x00008318 branch  0x0000758d 
+ 00030090  0x0000831a fetch  0x00000001 , 0x000045b1 
+ 00030091  0x0000831b beq  0x00000001 , 0x0000768a 
+ 00030092  0x0000831c branch  0x00002a8c 
+ 00030093  0x0000831e fetch  0x00000001 , 0x000045b1 
+ 00030094  0x0000831f beq  0x00000001 , 0x00007590 
+ 00030095  0x00008320 branch  0x0000766d 
+ 00030096  0x00008323 call  0x0000768a 
+ 00030097  0x00008324 fetch  0x00000001 , 0x000009af 
+ 00030098  0x00008325 nrtn  0x00000034 
+ 00030099  0x00008326 jam  0x00000003 , 0x000009ae 
+ 00030100  0x00008327 rtn 
+ 00030101  0x0000832b call  0x000075b0 
+ 00030102  0x0000832c arg  0x000009de , 0x00000011 
+ 00030103  0x0000832d arg  0x00000866 , 0x00000005 
+ 00030104  0x0000832e call  0x00007c79 
+ 00030105  0x0000832f arg  0x000009be , 0x00000011 
+ 00030106  0x00008330 arg  0x00000826 , 0x00000005 
+ 00030107  0x00008331 call  0x00007c79 
+ 00030108  0x00008332 arg  0x00000826 , 0x00000011 
+ 00030109  0x00008333 arg  0x000009be , 0x00000012 
+ 00030110  0x00008334 arg  0x00000826 , 0x00000005 
+ 00030111  0x00008335 call  0x00007be1 
+ 00030112  0x00008336 arg  0x0000093e , 0x00000011 
+ 00030113  0x00008337 arg  0x000009be , 0x00000012 
+ 00030114  0x00008338 arg  0x00000846 , 0x00000005 
+ 00030115  0x00008339 call  0x00007be1 
+ 00030116  0x0000833a arg  0x00000846 , 0x00000011 
+ 00030117  0x0000833b arg  0x00000826 , 0x00000012 
+ 00030118  0x0000833c arg  0x00000826 , 0x00000005 
+ 00030119  0x0000833d call  0x00007c7d 
+ 00030120  0x0000833e arg  0x00000806 , 0x00000011 
+ 00030121  0x0000833f arg  0x00000826 , 0x00000012 
+ 00030122  0x00008340 arg  0x00000806 , 0x00000005 
+ 00030123  0x00008341 call  0x00007c7d 
+ 00030124  0x00008342 arg  0x00000020 , 0x00000039 
+ 00030125  0x00008343 arg  0x00000866 , 0x00000011 
+ 00030126  0x00008344 arg  0x00000806 , 0x00000012 
+ 00030127  0x00008345 branch  0x00007f88 
+ 00030128  0x00008348 arg  0x0000097e , 0x00000011 
+ 00030129  0x00008349 arg  0x00000806 , 0x00000005 
+ 00030130  0x0000834a call  0x00007c79 
+ 00030131  0x0000834b arg  0x0000095e , 0x00000011 
+ 00030132  0x0000834c arg  0x00000826 , 0x00000005 
+ 00030133  0x0000834d call  0x00007c79 
+ 00030134  0x0000834e arg  0x00000826 , 0x00000011 
+ 00030135  0x0000834f arg  0x0000095e , 0x00000012 
+ 00030136  0x00008350 arg  0x00000826 , 0x00000005 
+ 00030137  0x00008351 call  0x00007be1 
+ 00030138  0x00008352 arg  0x0000093e , 0x00000011 
+ 00030139  0x00008353 arg  0x0000095e , 0x00000012 
+ 00030140  0x00008354 arg  0x00000846 , 0x00000005 
+ 00030141  0x00008355 call  0x00007be1 
+ 00030142  0x00008356 arg  0x00000846 , 0x00000011 
+ 00030143  0x00008357 arg  0x00000826 , 0x00000012 
+ 00030144  0x00008358 arg  0x00000826 , 0x00000005 
+ 00030145  0x00008359 call  0x00007c7d 
+ 00030146  0x0000835a arg  0x00000806 , 0x00000011 
+ 00030147  0x0000835b arg  0x00000826 , 0x00000012 
+ 00030148  0x0000835c arg  0x00000806 , 0x00000005 
+ 00030149  0x0000835d branch  0x00007c96 
+ 00030150  0x00008360 call  0x000075e1 
+ 00030151  0x00008361 arg  0x000009e6 , 0x00000011 
+ 00030152  0x00008362 arg  0x00000866 , 0x00000005 
+ 00030153  0x00008363 call  0x000077a8 
+ 00030154  0x00008364 arg  0x000009c6 , 0x00000011 
+ 00030155  0x00008365 arg  0x00000826 , 0x00000005 
+ 00030156  0x00008366 call  0x000077a8 
+ 00030157  0x00008367 arg  0x00000826 , 0x00000011 
+ 00030158  0x00008368 arg  0x000009c6 , 0x00000012 
+ 00030159  0x00008369 arg  0x00000826 , 0x00000005 
+ 00030160  0x0000836a call  0x00007786 
+ 00030161  0x0000836b arg  0x0000089e , 0x00000011 
+ 00030162  0x0000836c arg  0x000009c6 , 0x00000012 
+ 00030163  0x0000836d arg  0x00000846 , 0x00000005 
+ 00030164  0x0000836e call  0x00007786 
+ 00030165  0x0000836f arg  0x00000846 , 0x00000011 
+ 00030166  0x00008370 arg  0x00000826 , 0x00000012 
+ 00030167  0x00008371 arg  0x00000826 , 0x00000005 
+ 00030168  0x00008372 call  0x00007755 
+ 00030169  0x00008373 arg  0x00000806 , 0x00000011 
+ 00030170  0x00008374 arg  0x00000826 , 0x00000012 
+ 00030171  0x00008375 arg  0x00000806 , 0x00000005 
+ 00030172  0x00008376 call  0x00007755 
+ 00030173  0x00008377 arg  0x00000018 , 0x00000039 
+ 00030174  0x00008378 arg  0x00000866 , 0x00000011 
+ 00030175  0x00008379 arg  0x00000806 , 0x00000012 
+ 00030176  0x0000837a branch  0x00007f88 
+ 00030177  0x0000837d arg  0x000008e6 , 0x00000011 
+ 00030178  0x0000837e arg  0x00000806 , 0x00000005 
+ 00030179  0x0000837f call  0x000077a8 
+ 00030180  0x00008380 arg  0x000008ce , 0x00000011 
+ 00030181  0x00008381 arg  0x00000826 , 0x00000005 
+ 00030182  0x00008382 call  0x000077a8 
+ 00030183  0x00008383 arg  0x00000826 , 0x00000011 
+ 00030184  0x00008384 arg  0x000008ce , 0x00000012 
+ 00030185  0x00008385 arg  0x00000826 , 0x00000005 
+ 00030186  0x00008386 call  0x00007786 
+ 00030187  0x00008387 arg  0x0000089e , 0x00000011 
+ 00030188  0x00008388 arg  0x000008ce , 0x00000012 
+ 00030189  0x00008389 arg  0x00000846 , 0x00000005 
+ 00030190  0x0000838a call  0x00007786 
+ 00030191  0x0000838b arg  0x00000846 , 0x00000011 
+ 00030192  0x0000838c arg  0x00000826 , 0x00000012 
+ 00030193  0x0000838d arg  0x00000826 , 0x00000005 
+ 00030194  0x0000838e call  0x00007755 
+ 00030195  0x0000838f arg  0x00000806 , 0x00000011 
+ 00030196  0x00008390 arg  0x00000826 , 0x00000012 
+ 00030197  0x00008391 arg  0x00000806 , 0x00000005 
+ 00030198  0x00008392 branch  0x00007758 
+ 00030199  0x00008396 fetch  0x00000001 , 0x000009b2 
+ 00030200  0x00008397 bne  0x00000000 , 0x00007615 
+ 00030201  0x00008398 call  0x00007612 
+ 00030202  0x00008399 arg  0x00000a7e , 0x00000005 
+ 00030203  0x0000839a setarg  0x00000a2e 
+ 00030204  0x0000839b istore  0x00000002 , 0x00000005 
+ 00030205  0x0000839c setarg  0x00004642 
+ 00030206  0x0000839d istore  0x00000002 , 0x00000005 
+ 00030207  0x0000839e setarg  0x000009de 
+ 00030208  0x0000839f istore  0x00000002 , 0x00000005 
+ 00030209  0x000083a0 branch  0x00007609 
+ 00030210  0x000083a2 arg  0x00000a7e , 0x00000005 
+ 00030211  0x000083a3 setarg  0x00000a3e 
+ 00030212  0x000083a4 istore  0x00000002 , 0x00000005 
+ 00030213  0x000083a5 setarg  0x000009de 
+ 00030214  0x000083a6 istore  0x00000002 , 0x00000005 
+ 00030215  0x000083a7 setarg  0x00004642 
+ 00030216  0x000083a8 istore  0x00000002 , 0x00000005 
+ 00030217  0x000083aa call  0x000079a0 
+ 00030218  0x000083ab fetch  0x00000001 , 0x000009af 
+ 00030219  0x000083ac beq  0x00000004 , 0x0000760f 
+ 00030220  0x000083ad jam  0x00000001 , 0x000009b0 
+ 00030221  0x000083ae jam  0x00000005 , 0x000009ae 
+ 00030222  0x000083af rtn 
+ 00030223  0x000083b1 jam  0x00000014 , 0x000009af 
+ 00030224  0x000083b2 call  0x0000758a 
+ 00030225  0x000083b3 branch  0x000076d8 
+ 00030226  0x000083b6 arg  0x00000a1e , 0x00000005 
+ 00030227  0x000083b7 force  0x00000008 , 0x00000007 
+ 00030228  0x000083b8 branch  0x000076a2 
+ 00030229  0x000083bb jam  0x00000001 , 0x000009b0 
+ 00030230  0x000083bc rtn 
+ 00030231  0x000083c0 bpatchx  0x000000e6 , 0x0000403c 
+ 00030232  0x000083c1 arg  0x00000727 , 0x00000005 
+ 00030233  0x000083c2 fetch  0x00000006 , 0x000040a0 
+ 00030234  0x000083c3 istore  0x00000006 , 0x00000005 
+ 00030235  0x000083c4 fetch  0x00000006 , 0x00000040 
+ 00030236  0x000083c5 istore  0x00000006 , 0x00000005 
+ 00030237  0x000083c6 fetch  0x00000003 , 0x0000465e 
+ 00030238  0x000083c7 istore  0x00000003 , 0x00000005 
+ 00030239  0x000083c9 call  0x00007a0d 
+ 00030240  0x000083cb arg  0x00000a4e , 0x00000011 
+ 00030241  0x000083cc arg  0x00000a5e , 0x00000012 
+ 00030242  0x000083cd force  0x00000004 , 0x00000007 
+ 00030243  0x000083ce call  0x000076a7 
+ 00030244  0x000083cf nbranch  0x00007631 , 0x00000001 
+ 00030245  0x000083d1 call  0x00007628 
+ 00030246  0x000083d2 jam  0x00000041 , 0x0000007d 
+ 00030247  0x000083d3 branch  0x000062f8 
+ 00030248  0x000083d6 fetch  0x00000001 , 0x000009af 
+ 00030249  0x000083d7 beq  0x00000009 , 0x0000762e 
+ 00030250  0x000083d8 jam  0x0000000a , 0x000009ae 
+ 00030251  0x000083d9 jam  0x00000001 , 0x000009b0 
+ 00030252  0x000083da jam  0x00000003 , 0x0000007c 
+ 00030253  0x000083db rtn 
+ 00030254  0x000083dd jam  0x00000003 , 0x0000007c 
+ 00030255  0x000083de jam  0x00000015 , 0x000009af 
+ 00030256  0x000083df branch  0x000076d8 
+ 00030257  0x000083e3 fetch  0x00000001 , 0x000009af 
+ 00030258  0x000083e4 beq  0x00000009 , 0x00007637 
+ 00030259  0x000083e5 jam  0x00000000 , 0x000009ae 
+ 00030260  0x000083e6 jam  0x00000004 , 0x0000007c 
+ 00030261  0x000083e8 jam  0x00000005 , 0x0000007e 
+ 00030262  0x000083e9 rtn 
+ 00030263  0x000083eb jam  0x00000004 , 0x0000007c 
+ 00030264  0x000083ec jam  0x00000000 , 0x000009af 
+ 00030265  0x000083ed rtn 
+ 00030266  0x000083f0 fetch  0x00000001 , 0x000009b3 
+ 00030267  0x000083f1 beq  0x00000001 , 0x0000763e 
+ 00030268  0x000083f2 jam  0x0000000a , 0x000009af 
+ 00030269  0x000083f3 branch  0x000076d8 
+ 00030270  0x000083f5 arg  0x00000727 , 0x00000005 
+ 00030271  0x000083f6 fetch  0x00000006 , 0x00000040 
+ 00030272  0x000083f7 istore  0x00000006 , 0x00000005 
+ 00030273  0x000083f8 fetch  0x00000006 , 0x000040a0 
+ 00030274  0x000083f9 istore  0x00000006 , 0x00000005 
+ 00030275  0x000083fa fetch  0x00000003 , 0x0000465b 
+ 00030276  0x000083fb istore  0x00000003 , 0x00000005 
+ 00030277  0x000083fd call  0x00007a24 
+ 00030278  0x000083fe fetch  0x00000001 , 0x000009af 
+ 00030279  0x000083ff beq  0x0000000a , 0x0000764b 
+ 00030280  0x00008400 jam  0x0000000b , 0x000009ae 
+ 00030281  0x00008401 jam  0x00000001 , 0x000009b0 
+ 00030282  0x00008402 rtn 
+ 00030283  0x00008404 jam  0x0000000b , 0x000009af 
+ 00030284  0x00008405 jam  0x00000001 , 0x000009b1 
+ 00030285  0x00008406 rtn 
+ 00030286  0x00008409 arg  0x00000a7e , 0x00000005 
+ 00030287  0x0000840a fetch  0x00000006 , 0x00000040 
+ 00030288  0x0000840b istore  0x00000006 , 0x00000005 
+ 00030289  0x0000840c fetch  0x00000006 , 0x000040a0 
+ 00030290  0x0000840d istore  0x00000006 , 0x00000005 
+ 00030291  0x0000840e setarg  0x00000a2e 
+ 00030292  0x0000840f istore  0x00000002 , 0x00000005 
+ 00030293  0x00008410 setarg  0x00000a3e 
+ 00030294  0x00008411 istore  0x00000002 , 0x00000005 
+ 00030295  0x00008412 branch  0x00007662 
+ 00030296  0x00008414 jam  0x0000000f , 0x000009ae 
+ 00030297  0x00008415 arg  0x00000a7e , 0x00000005 
+ 00030298  0x00008416 fetch  0x00000006 , 0x000040a0 
+ 00030299  0x00008417 istore  0x00000006 , 0x00000005 
+ 00030300  0x00008418 fetch  0x00000006 , 0x00000040 
+ 00030301  0x00008419 istore  0x00000006 , 0x00000005 
+ 00030302  0x0000841a setarg  0x00000a3e 
+ 00030303  0x0000841b istore  0x00000002 , 0x00000005 
+ 00030304  0x0000841c setarg  0x00000a2e 
+ 00030305  0x0000841d istore  0x00000002 , 0x00000005 
+ 00030306  0x00008420 arg  0x00000727 , 0x00000005 
+ 00030307  0x00008421 fetch  0x00000006 , 0x00000a7e 
+ 00030308  0x00008422 istore  0x00000006 , 0x00000005 
+ 00030309  0x00008423 fetch  0x00000006 , 0x00000a84 
+ 00030310  0x00008424 istore  0x00000006 , 0x00000005 
+ 00030311  0x00008426 call  0x000079d7 
+ 00030312  0x00008429 jam  0x00000001 , 0x000041bd 
+ 00030313  0x0000842a arg  0x000041be , 0x00000005 
+ 00030314  0x0000842b arg  0x00000a4e , 0x00000006 
+ 00030315  0x0000842c call  0x00007ebf 
+ 00030316  0x0000842d branch  0x000021c4 
+ 00030317  0x00008431 bpatchx  0x000000e7 , 0x0000403c 
+ 00030318  0x00008432 fetch  0x00000001 , 0x000045b1 
+ 00030319  0x00008433 rtnne  0x00000000 
+ 00030320  0x00008434 fetch  0x00000001 , 0x000009b2 
+ 00030321  0x00008435 rtnne  0x00000000 
+ 00030322  0x00008436 arg  0x00004612 , 0x00000005 
+ 00030323  0x00008437 force  0x0000000b , 0x00000007 
+ 00030324  0x00008438 call  0x000076a2 
+ 00030325  0x00008439 random  0x0000003f 
+ 00030326  0x0000843a rshift  0x0000003f , 0x0000003f 
+ 00030327  0x0000843b istore  0x00000002 , 0x00000005 
+ 00030328  0x0000843d arg  0x000006be , 0x00000005 
+ 00030329  0x0000843e arg  0x00004612 , 0x00000006 
+ 00030330  0x0000843f call  0x00007ebe 
+ 00030331  0x00008441 arg  0x000005e6 , 0x00000005 
+ 00030332  0x00008442 arg  0x000008ce , 0x00000006 
+ 00030333  0x00008443 call  0x00007ebc 
+ 00030334  0x00008445 arg  0x00000616 , 0x00000005 
+ 00030335  0x00008446 call  0x00007ec5 
+ 00030336  0x00008447 jam  0x00000001 , 0x00000616 
+ 00030337  0x00008449 call  0x00007a5d 
+ 00030338  0x0000844a jam  0x00000001 , 0x000009b2 
+ 00030339  0x0000844b rtn 
+ 00030340  0x0000844e arg  0x0000462a , 0x00000005 
+ 00030341  0x0000844f arg  0x0000062e , 0x00000006 
+ 00030342  0x00008450 call  0x00007ebc 
+ 00030343  0x00008451 jam  0x00000001 , 0x000045b1 
+ 00030344  0x00008452 jam  0x00000000 , 0x000009b2 
+ 00030345  0x00008453 rtn 
+ 00030346  0x00008456 bpatchx  0x000000e8 , 0x0000403d 
+ 00030347  0x00008457 fetch  0x00000001 , 0x000009b9 
+ 00030348  0x00008458 rtnne  0x00000000 
+ 00030349  0x00008459 fetch  0x00000001 , 0x000009b2 
+ 00030350  0x0000845a rtnne  0x00000000 
+ 00030351  0x0000845c arg  0x000006be , 0x00000005 
+ 00030352  0x0000845d arg  0x00004612 , 0x00000006 
+ 00030353  0x0000845e call  0x00007ebe 
+ 00030354  0x00008460 arg  0x000005e6 , 0x00000005 
+ 00030355  0x00008461 arg  0x000009c6 , 0x00000006 
+ 00030356  0x00008462 call  0x00007ebc 
+ 00030357  0x00008464 arg  0x00000616 , 0x00000005 
+ 00030358  0x00008465 call  0x00007ec5 
+ 00030359  0x00008466 jam  0x00000001 , 0x00000616 
+ 00030360  0x00008468 call  0x00007a5d 
+ 00030361  0x00008469 jam  0x00000002 , 0x000009b2 
+ 00030362  0x0000846a rtn 
+ 00030363  0x0000846d jam  0x00000001 , 0x000009b3 
+ 00030364  0x0000846e arg  0x00000a06 , 0x00000005 
+ 00030365  0x0000846f arg  0x0000062e , 0x00000006 
+ 00030366  0x00008470 call  0x00007ebe 
+ 00030367  0x00008471 jam  0x00000001 , 0x000009b9 
+ 00030368  0x00008472 jam  0x00000000 , 0x000009b2 
+ 00030369  0x00008473 rtn 
+ 00030370  0x00008476 increase  0xffffffff , 0x00000007 
+ 00030371  0x00008477 nrtn  0x00000002 
+ 00030372  0x00008478 random  0x0000003f 
+ 00030373  0x00008479 istore  0x00000002 , 0x00000005 
+ 00030374  0x0000847a branch  0x000076a2 
+ 00030375  0x0000847c increase  0xffffffff , 0x00000007 
+ 00030376  0x0000847d nbranch  0x000076b3 , 0x00000002 
+ 00030377  0x0000847e ifetch  0x00000004 , 0x00000011 
+ 00030378  0x0000847f copy  0x0000003f , 0x00000002 
+ 00030379  0x00008480 ifetch  0x00000004 , 0x00000012 
+ 00030380  0x00008481 iflip  0x00000002 , 0x0000003f 
+ 00030381  0x00008482 nbranch  0x000076b1 , 0x00000005 
+ 00030382  0x00008483 increase  0x00000004 , 0x00000011 
+ 00030383  0x00008484 increase  0x00000004 , 0x00000012 
+ 00030384  0x00008485 branch  0x000076a7 
+ 00030385  0x00008487 disable  0x00000001 
+ 00030386  0x00008488 rtn 
+ 00030387  0x0000848a enable  0x00000001 
+ 00030388  0x0000848b rtn 
+ 00030389  0x00008493 bpatchx  0x000000e9 , 0x0000403d 
+ 00030390  0x00008494 fetch  0x00000001 , 0x000009b0 
+ 00030391  0x00008495 rtn  0x00000034 
+ 00030392  0x00008496 call  0x000062bc 
+ 00030393  0x00008497 nrtn  0x00000034 
+ 00030394  0x00008498 jam  0x00000000 , 0x000009b0 
+ 00030395  0x00008499 fetch  0x00000001 , 0x000009ae 
+ 00030396  0x0000849a beq  0x00000003 , 0x000061fd 
+ 00030397  0x0000849b beq  0x00000005 , 0x0000621a 
+ 00030398  0x0000849c beq  0x00000007 , 0x00006225 
+ 00030399  0x0000849d beq  0x0000000b , 0x0000623a 
+ 00030400  0x0000849e beq  0x00000002 , 0x00007588 
+ 00030401  0x0000849f beq  0x00000004 , 0x000075f7 
+ 00030402  0x000084a0 beq  0x00000009 , 0x00007617 
+ 00030403  0x000084a1 beq  0x0000000a , 0x0000763a 
+ 00030404  0x000084a2 beq  0x0000000c , 0x00007658 
+ 00030405  0x000084a4 rtn 
+ 00030406  0x000084a7 bpatchx  0x000000ea , 0x0000403d 
+ 00030407  0x000084a8 fetch  0x00000001 , 0x000009b1 
+ 00030408  0x000084a9 rtn  0x00000034 
+ 00030409  0x000084aa call  0x000062bc 
+ 00030410  0x000084ab nrtn  0x00000034 
+ 00030411  0x000084ac jam  0x00000000 , 0x000009b1 
+ 00030412  0x000084ad fetch  0x00000001 , 0x000009af 
+ 00030413  0x000084ae beq  0x00000012 , 0x000061e0 
+ 00030414  0x000084af beq  0x00000013 , 0x000061e5 
+ 00030415  0x000084b0 beq  0x00000003 , 0x000061e9 
+ 00030416  0x000084b1 beq  0x00000004 , 0x00007602 
+ 00030417  0x000084b2 beq  0x00000014 , 0x000061ed 
+ 00030418  0x000084b3 beq  0x00000007 , 0x000061fb 
+ 00030419  0x000084b4 beq  0x0000000a , 0x0000763a 
+ 00030420  0x000084b5 beq  0x0000000b , 0x00006239 
+ 00030421  0x000084b6 beq  0x00000009 , 0x00007617 
+ 00030422  0x000084b7 beq  0x00000015 , 0x00006233 
+ 00030423  0x000084b8 rtn 
+ 00030424  0x000084bb jam  0x00000001 , 0x000009b1 
+ 00030425  0x000084bc rtn 
+ 00030426  0x000084bf jam  0x00000000 , 0x000009b1 
+ 00030427  0x000084c0 rtn 
+ 00030428  0x000084c2 bpatchx  0x000000eb , 0x0000403d 
+ 00030429  0x000084c3 fetch  0x00000001 , 0x0000465a 
+ 00030430  0x000084c4 rtn  0x00000034 
+ 00030431  0x000084c5 fetch  0x00000001 , 0x000009b2 
+ 00030432  0x000084c6 rtn  0x00000034 
+ 00030433  0x000084c7 increase  0x00000080 , 0x0000003f 
+ 00030434  0x000084c8 store  0x00000001 , 0x000009b2 
+ 00030435  0x000084c9 rtnbit1  0x00000007 
+ 00030436  0x000084ca fetch  0x00000001 , 0x000005e3 
+ 00030437  0x000084cb branch  0x000076e7 , 0x00000034 
+ 00030438  0x000084cc branch  0x00007a68 
+ 00030439  0x000084cf call  0x000078d3 
+ 00030440  0x000084d0 fetch  0x00000001 , 0x000009b2 
+ 00030441  0x000084d1 beq  0x00000001 , 0x00007684 
+ 00030442  0x000084d2 beq  0x00000002 , 0x0000769b 
+ 00030443  0x000084d3 rtn 
+ 00030444  0x000084d7 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00030445  0x000084d8 rshift3  0x0000003f , 0x0000003f 
+ 00030446  0x000084d9 iadd  0x00000006 , 0x00000006 
+ 00030447  0x000084da ifetch  0x00000001 , 0x00000006 
+ 00030448  0x000084db qisolate0  0x0000003f 
+ 00030449  0x000084dc rtn 
+ 00030450  0x000084e0 call  0x00007ebe 
+ 00030451  0x000084e1 call  0x00007ebe 
+ 00030452  0x000084e2 branch  0x00007ebe 
+ 00030453  0x000084e6 ifetch  0x00000008 , 0x00000006 
+ 00030454  0x000084e7 nrtn  0x00000034 
+ 00030455  0x000084e8 ifetch  0x00000008 , 0x00000006 
+ 00030456  0x000084e9 nrtn  0x00000034 
+ 00030457  0x000084ea ifetch  0x00000008 , 0x00000006 
+ 00030458  0x000084eb rtn 
+ 00030459  0x000084f1 ifetch  0x00000004 , 0x00000011 
+ 00030460  0x000084f2 iforce  0x00000002 
+ 00030461  0x000084f3 ifetch  0x00000004 , 0x00000012 
+ 00030462  0x000084f4 isub  0x00000002 , 0x0000003e 
+ 00030463  0x000084f5 nrtn  0x00000005 
+ 00030464  0x000084f6 increase  0x00000004 , 0x00000011 
+ 00030465  0x000084f7 increase  0x00000004 , 0x00000012 
+ 00030466  0x000084f8 loop  0x000076fb 
+ 00030467  0x000084f9 rtn 
+ 00030468  0x000084fd force  0x00000006 , 0x00000039 
+ 00030469  0x000084fe increase  0x00000014 , 0x00000011 
+ 00030470  0x000084ff increase  0x00000014 , 0x00000012 
+ 00030471  0x00008501 ifetch  0x00000004 , 0x00000012 
+ 00030472  0x00008502 iforce  0x00000002 
+ 00030473  0x00008503 ifetch  0x00000004 , 0x00000011 
+ 00030474  0x00008504 isub  0x00000002 , 0x0000003f 
+ 00030475  0x00008505 nrtn  0x00000002 
+ 00030476  0x00008506 nrtn  0x00000034 
+ 00030477  0x00008507 increase  0xfffffffc , 0x00000011 
+ 00030478  0x00008508 increase  0xfffffffc , 0x00000012 
+ 00030479  0x00008509 loop  0x00007707 
+ 00030480  0x0000850a rtn 
+ 00030481  0x0000850d force  0x00000006 , 0x00000039 
+ 00030482  0x0000850e force  0x00000000 , 0x00000013 
+ 00030483  0x00008510 ifetch  0x00000004 , 0x00000011 
+ 00030484  0x00008511 iforce  0x00000002 
+ 00030485  0x00008512 ifetch  0x00000004 , 0x00000012 
+ 00030486  0x00008513 iadd  0x00000002 , 0x0000003f 
+ 00030487  0x00008514 iadd  0x00000013 , 0x0000003f 
+ 00030488  0x00008515 istore  0x00000004 , 0x00000005 
+ 00030489  0x00008516 isolate1  0x00000020 , 0x0000003f 
+ 00030490  0x00008517 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030491  0x00008518 increase  0x00000004 , 0x00000011 
+ 00030492  0x00008519 increase  0x00000004 , 0x00000012 
+ 00030493  0x0000851a loop  0x00007713 
+ 00030494  0x0000851b rtn 
+ 00030495  0x0000851e force  0x00000006 , 0x00000039 
+ 00030496  0x0000851f force  0x00000000 , 0x00000013 
+ 00030497  0x00008521 ifetch  0x00000004 , 0x00000012 
+ 00030498  0x00008522 iforce  0x00000002 
+ 00030499  0x00008523 ifetch  0x00000004 , 0x00000011 
+ 00030500  0x00008524 isub  0x00000002 , 0x0000003f 
+ 00030501  0x00008525 isub  0x00000013 , 0x0000003f 
+ 00030502  0x00008526 istore  0x00000004 , 0x00000005 
+ 00030503  0x00008527 isolate1  0x00000020 , 0x0000003f 
+ 00030504  0x00008528 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030505  0x00008529 increase  0x00000004 , 0x00000011 
+ 00030506  0x0000852a increase  0x00000004 , 0x00000012 
+ 00030507  0x0000852b loop  0x00007721 
+ 00030508  0x0000852c rtn 
+ 00030509  0x0000852f force  0x00000006 , 0x00000039 
+ 00030510  0x00008530 increase  0x00000014 , 0x00000011 
+ 00030511  0x00008532 force  0x00000000 , 0x00000013 
+ 00030512  0x00008534 ifetch  0x00000004 , 0x00000011 
+ 00030513  0x00008535 isolate1  0x00000000 , 0x0000003f 
+ 00030514  0x00008536 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030515  0x00008537 rshift  0x0000003f , 0x0000003f 
+ 00030516  0x00008538 isolate1  0x00000000 , 0x00000013 
+ 00030517  0x00008539 setflag  0x00000001 , 0x0000001f , 0x0000003f 
+ 00030518  0x0000853a istore  0x00000004 , 0x00000011 
+ 00030519  0x0000853b increase  0xfffffffc , 0x00000011 
+ 00030520  0x0000853c rshift  0x00000013 , 0x00000013 
+ 00030521  0x0000853d loop  0x00007730 
+ 00030522  0x0000853e rtn 
+ 00030523  0x00008541 force  0x00000006 , 0x00000039 
+ 00030524  0x00008542 force  0x00000000 , 0x00000013 
+ 00030525  0x00008544 ifetch  0x00000004 , 0x00000011 
+ 00030526  0x00008545 isolate1  0x0000001f , 0x0000003f 
+ 00030527  0x00008546 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030528  0x00008547 lshift  0x0000003f , 0x0000003f 
+ 00030529  0x00008548 isolate1  0x00000000 , 0x00000013 
+ 00030530  0x00008549 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00030531  0x0000854a istore  0x00000004 , 0x00000011 
+ 00030532  0x0000854b increase  0x00000004 , 0x00000011 
+ 00030533  0x0000854c rshift  0x00000013 , 0x00000013 
+ 00030534  0x0000854d loop  0x0000773d 
+ 00030535  0x0000854e rtn 
+ 00030536  0x00008551 call  0x0000773b 
+ 00030537  0x00008553 isolate1  0x00000000 , 0x00000013 
+ 00030538  0x00008554 branch  0x00007751 , 0x00000001 
+ 00030539  0x00008555 arg  0x00000886 , 0x00000012 
+ 00030540  0x00008556 copy  0x00000011 , 0x00000013 
+ 00030541  0x00008557 increase  0xffffffe8 , 0x00000011 
+ 00030542  0x00008558 call  0x00007704 
+ 00030543  0x00008559 nrtn  0x00000002 
+ 00030544  0x0000855a copy  0x00000013 , 0x00000011 
+ 00030545  0x0000855c increase  0xffffffe8 , 0x00000011 
+ 00030546  0x0000855d arg  0x00000886 , 0x00000012 
+ 00030547  0x0000855e copy  0x00000011 , 0x00000005 
+ 00030548  0x0000855f branch  0x0000771f 
+ 00030549  0x00008563 call  0x00007711 
+ 00030550  0x00008564 copy  0x00000005 , 0x00000011 
+ 00030551  0x00008565 branch  0x00007749 
+ 00030552  0x00008568 call  0x0000771f 
+ 00030553  0x00008569 isolate0  0x00000000 , 0x00000013 
+ 00030554  0x0000856a rtn  0x00000001 
+ 00030555  0x0000856b arg  0x00000886 , 0x00000012 
+ 00030556  0x0000856c add  0x00000005 , 0xffffffe8 , 0x00000011 
+ 00030557  0x0000856d copy  0x00000011 , 0x00000005 
+ 00030558  0x0000856e branch  0x00007711 
+ 00030559  0x00008572 copy  0x00000005 , 0x0000000b 
+ 00030560  0x00008573 copy  0x00000011 , 0x00000030 
+ 00030561  0x00008574 arg  0x00000716 , 0x00000012 
+ 00030562  0x00008575 copy  0x00000012 , 0x00000005 
+ 00030563  0x00008576 add  0x00000011 , 0x00000018 , 0x00000006 
+ 00030564  0x00008577 ifetch  0x00000008 , 0x00000006 
+ 00030565  0x00008578 istore  0x00000008 , 0x00000005 
+ 00030566  0x00008579 istore  0x00000008 , 0x00000005 
+ 00030567  0x0000857a force  0x00000000 , 0x0000003f 
+ 00030568  0x0000857b istore  0x00000008 , 0x00000005 
+ 00030569  0x0000857c copy  0x0000000b , 0x00000005 
+ 00030570  0x0000857d call  0x00007755 
+ 00030571  0x0000857e arg  0x00000716 , 0x00000012 
+ 00030572  0x0000857f copy  0x00000012 , 0x00000005 
+ 00030573  0x00008580 force  0x00000000 , 0x0000003f 
+ 00030574  0x00008581 istore  0x00000008 , 0x00000005 
+ 00030575  0x00008582 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030576  0x00008583 ifetch  0x00000008 , 0x00000006 
+ 00030577  0x00008584 istore  0x00000008 , 0x00000005 
+ 00030578  0x00008585 istore  0x00000008 , 0x00000005 
+ 00030579  0x00008586 copy  0x0000000b , 0x00000011 
+ 00030580  0x00008587 copy  0x00000011 , 0x00000005 
+ 00030581  0x00008588 call  0x00007755 
+ 00030582  0x00008589 arg  0x00000716 , 0x00000012 
+ 00030583  0x0000858a copy  0x00000012 , 0x00000005 
+ 00030584  0x0000858b add  0x00000030 , 0x00000028 , 0x00000006 
+ 00030585  0x0000858c ifetch  0x00000008 , 0x00000006 
+ 00030586  0x0000858d istore  0x00000008 , 0x00000005 
+ 00030587  0x0000858e istore  0x00000008 , 0x00000005 
+ 00030588  0x0000858f istore  0x00000008 , 0x00000005 
+ 00030589  0x00008590 copy  0x0000000b , 0x00000011 
+ 00030590  0x00008591 copy  0x00000011 , 0x00000005 
+ 00030591  0x00008592 branch  0x00007755 
+ 00030592  0x00008596 force  0x00000006 , 0x00000039 
+ 00030593  0x00008598 ifetch  0x00000004 , 0x00000006 
+ 00030594  0x00008599 iforce  0x0000002f 
+ 00030595  0x0000859a increase  0x00000001 , 0x00000038 
+ 00030596  0x0000859b loop  0x00007781 
+ 00030597  0x0000859c rtn 
+ 00030598  0x000085a1 copy  0x00000005 , 0x0000000b 
+ 00030599  0x000085a2 arg  0x000006e6 , 0x00000005 
+ 00030600  0x000085a3 call  0x00007ec5 
+ 00030601  0x000085a4 arg  0x000006e6 , 0x00000005 
+ 00030602  0x000085a5 copy  0x00000011 , 0x00000006 
+ 00030603  0x000085a6 force  0x00000000 , 0x00000038 
+ 00030604  0x000085a7 call  0x00007780 
+ 00030605  0x000085a8 copy  0x00000012 , 0x00000006 
+ 00030606  0x000085a9 call  0x00007780 
+ 00030607  0x000085aa force  0x00000000 , 0x00000012 
+ 00030608  0x000085ac force  0x00000000 , 0x00000002 
+ 00030609  0x000085ad force  0x00000006 , 0x00000013 
+ 00030610  0x000085af ifetch  0x00000004 , 0x00000005 
+ 00030611  0x000085b0 iforce  0x00000011 
+ 00030612  0x000085b1 copy  0x00000012 , 0x00000038 
+ 00030613  0x000085b2 deposit  0x0000002f 
+ 00030614  0x000085b3 copy  0x00000013 , 0x00000038 
+ 00030615  0x000085b4 imul32  0x0000002f , 0x0000003f 
+ 00030616  0x000085b5 iadd  0x00000011 , 0x0000003f 
+ 00030617  0x000085b6 iadd  0x00000002 , 0x0000003f 
+ 00030618  0x000085b7 istore  0x00000004 , 0x00000005 
+ 00030619  0x000085b8 rshift32  0x0000003f , 0x00000002 
+ 00030620  0x000085b9 increase  0x00000001 , 0x00000013 
+ 00030621  0x000085ba compare  0x0000000c , 0x00000013 , 0x000000ff 
+ 00030622  0x000085bb nbranch  0x00007792 , 0x00000001 
+ 00030623  0x000085bc deposit  0x00000002 
+ 00030624  0x000085bd istore  0x00000004 , 0x00000005 
+ 00030625  0x000085be increase  0xffffffe8 , 0x00000005 
+ 00030626  0x000085bf increase  0x00000001 , 0x00000012 
+ 00030627  0x000085c0 compare  0x00000006 , 0x00000012 , 0x000000ff 
+ 00030628  0x000085c1 nbranch  0x00007790 , 0x00000001 
+ 00030629  0x000085c2 arg  0x000006e6 , 0x00000011 
+ 00030630  0x000085c3 copy  0x0000000b , 0x00000005 
+ 00030631  0x000085c4 branch  0x0000775f 
+ 00030632  0x000085c8 copy  0x00000011 , 0x00000012 
+ 00030633  0x000085c9 branch  0x00007786 
+ 00030634  0x000085cc copy  0x00000011 , 0x00000030 
+ 00030635  0x000085ce copy  0x00000030 , 0x00000011 
+ 00030636  0x000085cf ifetch  0x00000001 , 0x00000011 
+ 00030637  0x000085d0 isolate1  0x00000000 , 0x0000003f 
+ 00030638  0x000085d1 rtn  0x00000001 
+ 00030639  0x000085d2 call  0x0000772d 
+ 00030640  0x000085d3 ifetch  0x00000001 , 0x00000012 
+ 00030641  0x000085d4 isolate0  0x00000000 , 0x0000003f 
+ 00030642  0x000085d5 branch  0x000077ba , 0x00000001 
+ 00030643  0x000085d6 arg  0x00000886 , 0x00000011 
+ 00030644  0x000085d7 copy  0x00000012 , 0x00000005 
+ 00030645  0x000085d8 call  0x00007711 
+ 00030646  0x000085d9 ifetch  0x00000001 , 0x00000012 
+ 00030647  0x000085da iadd  0x00000013 , 0x0000003f 
+ 00030648  0x000085db istore  0x00000001 , 0x00000012 
+ 00030649  0x000085dc increase  0xffffffe8 , 0x00000012 
+ 00030650  0x000085de add  0x00000012 , 0x00000018 , 0x00000011 
+ 00030651  0x000085df force  0x00000007 , 0x00000039 
+ 00030652  0x000085e0 call  0x0000772f 
+ 00030653  0x000085e1 branch  0x000077ab 
+ 00030654  0x000085e5 copy  0x00000005 , 0x0000000b 
+ 00030655  0x000085e6 arg  0x00000746 , 0x00000005 
+ 00030656  0x000085e7 call  0x00007ec5 
+ 00030657  0x000085e8 force  0x00000000 , 0x0000003f 
+ 00030658  0x000085e9 store  0x00000004 , 0x000006fe 
+ 00030659  0x000085ea store  0x00000004 , 0x0000075e 
+ 00030660  0x000085eb jam  0x00000001 , 0x00000746 
+ 00030661  0x000085ec arg  0x000006e6 , 0x00000005 
+ 00030662  0x000085ed call  0x00007ec5 
+ 00030663  0x000085ee arg  0x00000886 , 0x00000006 
+ 00030664  0x000085ef arg  0x00000716 , 0x00000005 
+ 00030665  0x000085f0 call  0x00007ebe 
+ 00030666  0x000085f1 copy  0x00000011 , 0x00000006 
+ 00030667  0x000085f2 arg  0x0000072e , 0x00000005 
+ 00030668  0x000085f3 call  0x00007ebe 
+ 00030669  0x000085f5 arg  0x0000072e , 0x00000006 
+ 00030670  0x000085f6 call  0x000076f5 
+ 00030671  0x000085f7 branch  0x000077f6 , 0x00000034 
+ 00030672  0x000085f8 arg  0x0000072e , 0x00000011 
+ 00030673  0x000085f9 arg  0x00000746 , 0x00000012 
+ 00030674  0x000085fa call  0x000077aa 
+ 00030675  0x000085fc arg  0x00000716 , 0x00000011 
+ 00030676  0x000085fd arg  0x000006e6 , 0x00000012 
+ 00030677  0x000085fe call  0x000077aa 
+ 00030678  0x000085ff arg  0x0000072e , 0x00000011 
+ 00030679  0x00008600 arg  0x00000716 , 0x00000012 
+ 00030680  0x00008601 call  0x00007704 
+ 00030681  0x00008602 branch  0x000077e8 , 0x00000002 
+ 00030682  0x00008603 arg  0x00000716 , 0x00000011 
+ 00030683  0x00008604 arg  0x0000072e , 0x00000012 
+ 00030684  0x00008605 copy  0x00000011 , 0x00000005 
+ 00030685  0x00008606 call  0x0000771f 
+ 00030686  0x00008607 arg  0x00000746 , 0x00000011 
+ 00030687  0x00008608 arg  0x000006e6 , 0x00000012 
+ 00030688  0x00008609 copy  0x00000012 , 0x00000005 
+ 00030689  0x0000860a call  0x00007711 
+ 00030690  0x0000860b ifetch  0x00000001 , 0x00000011 
+ 00030691  0x0000860c iadd  0x00000013 , 0x00000013 
+ 00030692  0x0000860d ifetch  0x00000001 , 0x00000012 
+ 00030693  0x0000860e iadd  0x00000013 , 0x0000003f 
+ 00030694  0x0000860f istore  0x00000001 , 0x00000012 
+ 00030695  0x00008610 branch  0x000077cd 
+ 00030696  0x00008612 arg  0x0000072e , 0x00000011 
+ 00030697  0x00008613 arg  0x00000716 , 0x00000012 
+ 00030698  0x00008614 copy  0x00000011 , 0x00000005 
+ 00030699  0x00008615 call  0x0000771f 
+ 00030700  0x00008616 arg  0x000006e6 , 0x00000011 
+ 00030701  0x00008617 arg  0x00000746 , 0x00000012 
+ 00030702  0x00008618 copy  0x00000012 , 0x00000005 
+ 00030703  0x00008619 call  0x00007711 
+ 00030704  0x0000861a ifetch  0x00000001 , 0x00000011 
+ 00030705  0x0000861b iadd  0x00000013 , 0x00000013 
+ 00030706  0x0000861c ifetch  0x00000001 , 0x00000012 
+ 00030707  0x0000861d iadd  0x00000013 , 0x0000003f 
+ 00030708  0x0000861e istore  0x00000001 , 0x00000012 
+ 00030709  0x0000861f branch  0x000077cd 
+ 00030710  0x00008621 arg  0x00000746 , 0x00000005 
+ 00030711  0x00008622 call  0x00007ec5 
+ 00030712  0x00008623 fetch  0x00000001 , 0x000006fe 
+ 00030713  0x00008624 store  0x00000001 , 0x00000746 
+ 00030714  0x00008625 store  0x00000001 , 0x0000074e 
+ 00030715  0x00008626 arg  0x00000746 , 0x00000011 
+ 00030716  0x00008627 arg  0x000006e6 , 0x00000012 
+ 00030717  0x00008628 copy  0x00000012 , 0x00000005 
+ 00030718  0x00008629 call  0x00007755 
+ 00030719  0x0000862a arg  0x00000886 , 0x00000011 
+ 00030720  0x0000862b arg  0x000006e6 , 0x00000012 
+ 00030721  0x0000862c copy  0x0000000b , 0x00000005 
+ 00030722  0x0000862d branch  0x00007758 
+ 00030723  0x00008633 arg  0x000006a6 , 0x00000011 
+ 00030724  0x00008634 arg  0x0000075e , 0x00000005 
+ 00030725  0x00008635 call  0x000077a8 
+ 00030726  0x00008636 arg  0x0000075e , 0x00000011 
+ 00030727  0x00008637 arg  0x00000776 , 0x00000005 
+ 00030728  0x00008638 call  0x000077a8 
+ 00030729  0x00008639 arg  0x0000089e , 0x00000011 
+ 00030730  0x0000863a arg  0x00000776 , 0x00000012 
+ 00030731  0x0000863b arg  0x00000776 , 0x00000005 
+ 00030732  0x0000863c call  0x00007786 
+ 00030733  0x0000863d arg  0x00000676 , 0x00000011 
+ 00030734  0x0000863e arg  0x0000075e , 0x00000005 
+ 00030735  0x0000863f call  0x000077a8 
+ 00030736  0x00008640 arg  0x0000075e , 0x00000006 
+ 00030737  0x00008641 arg  0x0000072e , 0x00000005 
+ 00030738  0x00008642 call  0x00007ebe 
+ 00030739  0x00008643 arg  0x0000072e , 0x00000011 
+ 00030740  0x00008644 call  0x00007748 
+ 00030741  0x00008645 arg  0x0000075e , 0x00000011 
+ 00030742  0x00008646 arg  0x0000072e , 0x00000012 
+ 00030743  0x00008647 arg  0x0000075e , 0x00000005 
+ 00030744  0x00008648 call  0x00007755 
+ 00030745  0x00008649 arg  0x0000075e , 0x00000011 
+ 00030746  0x0000864a arg  0x00000776 , 0x00000012 
+ 00030747  0x0000864b arg  0x0000075e , 0x00000005 
+ 00030748  0x0000864c call  0x00007755 
+ 00030749  0x0000864d arg  0x00000676 , 0x00000006 
+ 00030750  0x0000864e arg  0x0000072e , 0x00000005 
+ 00030751  0x0000864f call  0x00007ebe 
+ 00030752  0x00008650 arg  0x0000068e , 0x00000011 
+ 00030753  0x00008651 arg  0x00000776 , 0x00000005 
+ 00030754  0x00008652 call  0x000077a8 
+ 00030755  0x00008653 arg  0x0000072e , 0x00000011 
+ 00030756  0x00008654 call  0x00007748 
+ 00030757  0x00008655 arg  0x0000072e , 0x00000011 
+ 00030758  0x00008656 call  0x00007748 
+ 00030759  0x00008657 arg  0x0000072e , 0x00000011 
+ 00030760  0x00008658 arg  0x00000776 , 0x00000012 
+ 00030761  0x00008659 arg  0x0000072e , 0x00000005 
+ 00030762  0x0000865a call  0x00007786 
+ 00030763  0x0000865b arg  0x00000776 , 0x00000011 
+ 00030764  0x0000865c arg  0x00000746 , 0x00000005 
+ 00030765  0x0000865d call  0x000077a8 
+ 00030766  0x0000865e arg  0x00000746 , 0x00000011 
+ 00030767  0x0000865f call  0x00007748 
+ 00030768  0x00008660 arg  0x00000746 , 0x00000011 
+ 00030769  0x00008661 call  0x00007748 
+ 00030770  0x00008662 arg  0x00000746 , 0x00000011 
+ 00030771  0x00008663 call  0x00007748 
+ 00030772  0x00008664 arg  0x0000068e , 0x00000006 
+ 00030773  0x00008665 arg  0x00000776 , 0x00000005 
+ 00030774  0x00008666 call  0x00007ebe 
+ 00030775  0x00008667 arg  0x00000776 , 0x00000011 
+ 00030776  0x00008668 call  0x00007748 
+ 00030777  0x00008669 arg  0x00000776 , 0x00000011 
+ 00030778  0x0000866a arg  0x000006a6 , 0x00000012 
+ 00030779  0x0000866b arg  0x000006a6 , 0x00000005 
+ 00030780  0x0000866c call  0x00007786 
+ 00030781  0x0000866d arg  0x0000075e , 0x00000011 
+ 00030782  0x0000866e arg  0x00000776 , 0x00000005 
+ 00030783  0x0000866f call  0x000077a8 
+ 00030784  0x00008670 arg  0x00000776 , 0x00000011 
+ 00030785  0x00008671 arg  0x0000072e , 0x00000012 
+ 00030786  0x00008672 arg  0x00000776 , 0x00000005 
+ 00030787  0x00008673 call  0x00007758 
+ 00030788  0x00008674 arg  0x00000776 , 0x00000011 
+ 00030789  0x00008675 arg  0x0000072e , 0x00000012 
+ 00030790  0x00008676 arg  0x00000676 , 0x00000005 
+ 00030791  0x00008677 call  0x00007758 
+ 00030792  0x00008678 arg  0x0000072e , 0x00000011 
+ 00030793  0x00008679 arg  0x00000676 , 0x00000012 
+ 00030794  0x0000867a arg  0x00000776 , 0x00000005 
+ 00030795  0x0000867b call  0x00007758 
+ 00030796  0x0000867c arg  0x00000776 , 0x00000011 
+ 00030797  0x0000867d arg  0x0000075e , 0x00000012 
+ 00030798  0x0000867e arg  0x00000776 , 0x00000005 
+ 00030799  0x0000867f call  0x00007786 
+ 00030800  0x00008680 arg  0x00000776 , 0x00000011 
+ 00030801  0x00008681 arg  0x00000746 , 0x00000012 
+ 00030802  0x00008682 arg  0x0000068e , 0x00000005 
+ 00030803  0x00008683 branch  0x00007758 
+ 00030804  0x00008688 arg  0x00000616 , 0x00000011 
+ 00030805  0x00008689 arg  0x0000078e , 0x00000005 
+ 00030806  0x0000868a call  0x000077a8 
+ 00030807  0x0000868b arg  0x00000676 , 0x00000011 
+ 00030808  0x0000868c arg  0x0000078e , 0x00000012 
+ 00030809  0x0000868d arg  0x00000746 , 0x00000005 
+ 00030810  0x0000868e call  0x00007786 
+ 00030811  0x0000868f arg  0x00000616 , 0x00000011 
+ 00030812  0x00008690 arg  0x0000078e , 0x00000012 
+ 00030813  0x00008691 arg  0x0000078e , 0x00000005 
+ 00030814  0x00008692 call  0x00007786 
+ 00030815  0x00008693 arg  0x0000068e , 0x00000011 
+ 00030816  0x00008694 arg  0x0000078e , 0x00000012 
+ 00030817  0x00008695 arg  0x0000072e , 0x00000005 
+ 00030818  0x00008696 call  0x00007786 
+ 00030819  0x00008697 arg  0x000006a6 , 0x00000011 
+ 00030820  0x00008698 arg  0x0000078e , 0x00000005 
+ 00030821  0x00008699 call  0x000077a8 
+ 00030822  0x0000869a arg  0x000005e6 , 0x00000011 
+ 00030823  0x0000869b arg  0x0000078e , 0x00000012 
+ 00030824  0x0000869c arg  0x0000075e , 0x00000005 
+ 00030825  0x0000869d call  0x00007786 
+ 00030826  0x0000869e arg  0x000006a6 , 0x00000011 
+ 00030827  0x0000869f arg  0x0000078e , 0x00000012 
+ 00030828  0x000086a0 arg  0x0000078e , 0x00000005 
+ 00030829  0x000086a1 call  0x00007786 
+ 00030830  0x000086a2 arg  0x000005fe , 0x00000011 
+ 00030831  0x000086a3 arg  0x0000078e , 0x00000012 
+ 00030832  0x000086a4 arg  0x00000776 , 0x00000005 
+ 00030833  0x000086a5 call  0x00007786 
+ 00030834  0x000086a6 arg  0x00000746 , 0x00000011 
+ 00030835  0x000086a7 arg  0x0000075e , 0x00000012 
+ 00030836  0x000086a8 arg  0x0000078e , 0x00000005 
+ 00030837  0x000086a9 call  0x00007758 
+ 00030838  0x000086aa arg  0x00000746 , 0x00000011 
+ 00030839  0x000086ab arg  0x0000075e , 0x00000012 
+ 00030840  0x000086ac arg  0x00000746 , 0x00000005 
+ 00030841  0x000086ad call  0x00007755 
+ 00030842  0x000086ae arg  0x0000072e , 0x00000011 
+ 00030843  0x000086af arg  0x00000776 , 0x00000012 
+ 00030844  0x000086b0 arg  0x0000075e , 0x00000005 
+ 00030845  0x000086b1 call  0x00007758 
+ 00030846  0x000086b2 arg  0x0000072e , 0x00000011 
+ 00030847  0x000086b3 arg  0x00000776 , 0x00000012 
+ 00030848  0x000086b4 arg  0x0000072e , 0x00000005 
+ 00030849  0x000086b5 call  0x00007755 
+ 00030850  0x000086b6 arg  0x0000072e , 0x00000011 
+ 00030851  0x000086b7 arg  0x0000078e , 0x00000012 
+ 00030852  0x000086b8 arg  0x0000072e , 0x00000005 
+ 00030853  0x000086b9 call  0x00007786 
+ 00030854  0x000086ba arg  0x000006a6 , 0x00000011 
+ 00030855  0x000086bb arg  0x00000616 , 0x00000012 
+ 00030856  0x000086bc arg  0x00000776 , 0x00000005 
+ 00030857  0x000086bd call  0x00007786 
+ 00030858  0x000086be arg  0x00000776 , 0x00000011 
+ 00030859  0x000086bf arg  0x0000078e , 0x00000012 
+ 00030860  0x000086c0 arg  0x000006a6 , 0x00000005 
+ 00030861  0x000086c1 call  0x00007786 
+ 00030862  0x000086c2 arg  0x0000078e , 0x00000011 
+ 00030863  0x000086c3 arg  0x0000078e , 0x00000005 
+ 00030864  0x000086c4 call  0x000077a8 
+ 00030865  0x000086c5 arg  0x0000078e , 0x00000011 
+ 00030866  0x000086c6 arg  0x00000746 , 0x00000012 
+ 00030867  0x000086c7 arg  0x00000776 , 0x00000005 
+ 00030868  0x000086c8 call  0x00007786 
+ 00030869  0x000086c9 arg  0x0000078e , 0x00000011 
+ 00030870  0x000086ca arg  0x0000072e , 0x00000012 
+ 00030871  0x000086cb arg  0x0000072e , 0x00000005 
+ 00030872  0x000086cc call  0x00007786 
+ 00030873  0x000086cd arg  0x0000075e , 0x00000011 
+ 00030874  0x000086ce arg  0x00000676 , 0x00000005 
+ 00030875  0x000086cf call  0x000077a8 
+ 00030876  0x000086d0 arg  0x00000676 , 0x00000011 
+ 00030877  0x000086d1 arg  0x00000776 , 0x00000012 
+ 00030878  0x000086d2 arg  0x00000676 , 0x00000005 
+ 00030879  0x000086d3 call  0x00007758 
+ 00030880  0x000086d4 arg  0x00000676 , 0x00000006 
+ 00030881  0x000086d5 arg  0x0000078e , 0x00000005 
+ 00030882  0x000086d6 call  0x00007ebe 
+ 00030883  0x000086d7 arg  0x0000078e , 0x00000011 
+ 00030884  0x000086d8 call  0x00007748 
+ 00030885  0x000086d9 arg  0x00000776 , 0x00000011 
+ 00030886  0x000086da arg  0x0000078e , 0x00000012 
+ 00030887  0x000086db arg  0x00000776 , 0x00000005 
+ 00030888  0x000086dc call  0x00007758 
+ 00030889  0x000086dd arg  0x00000776 , 0x00000011 
+ 00030890  0x000086de arg  0x0000075e , 0x00000012 
+ 00030891  0x000086df arg  0x0000075e , 0x00000005 
+ 00030892  0x000086e0 call  0x00007786 
+ 00030893  0x000086e1 arg  0x0000075e , 0x00000011 
+ 00030894  0x000086e2 arg  0x0000072e , 0x00000012 
+ 00030895  0x000086e3 arg  0x0000068e , 0x00000005 
+ 00030896  0x000086e4 call  0x00007758 
+ 00030897  0x000086e5 arg  0x0000068e , 0x00000011 
+ 00030898  0x000086e6 arg  0x00000886 , 0x00000012 
+ 00030899  0x000086e7 arg  0x0000068e , 0x00000005 
+ 00030900  0x000086e8 force  0x00000000 , 0x00000013 
+ 00030901  0x000086e9 fetch  0x00000001 , 0x0000068e 
+ 00030902  0x000086ea isolate1  0x00000000 , 0x0000003f 
+ 00030903  0x000086eb call  0x00007711 , 0x00000001 
+ 00030904  0x000086ec copy  0x00000013 , 0x00000030 
+ 00030905  0x000086ed arg  0x0000068e , 0x00000011 
+ 00030906  0x000086ee call  0x0000772d 
+ 00030907  0x000086ef fetch  0x00000001 , 0x000006a5 
+ 00030908  0x000086f0 isolate1  0x00000000 , 0x00000030 
+ 00030909  0x000086f1 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00030910  0x000086f2 store  0x00000001 , 0x000006a5 
+ 00030911  0x000086f3 rtn 
+ 00030912  0x000086f8 fetch  0x00000001 , 0x000005e3 
+ 00030913  0x000086f9 increase  0xffffffff , 0x0000003f 
+ 00030914  0x000086fa nrtn  0x00000002 
+ 00030915  0x000086fb store  0x00000001 , 0x000005e3 
+ 00030916  0x000086fc fetch  0x00000001 , 0x000005e2 
+ 00030917  0x000086fd call  0x00007803 , 0x00000034 
+ 00030918  0x000086fe fetch  0x00000001 , 0x000005e3 
+ 00030919  0x000086ff arg  0x000006be , 0x00000006 
+ 00030920  0x00008700 call  0x000076ec 
+ 00030921  0x00008701 branch  0x000078c0 , 0x00000001 
+ 00030922  0x00008702 fetch  0x00000001 , 0x000005e2 
+ 00030923  0x00008703 nbranch  0x000078ce , 0x00000034 
+ 00030924  0x00008704 call  0x00007854 
+ 00030925  0x00008705 branch  0x000078c0 
+ 00030926  0x00008707 jam  0x00000000 , 0x000005e2 
+ 00030927  0x00008708 arg  0x000005e6 , 0x00000006 
+ 00030928  0x00008709 arg  0x00000676 , 0x00000005 
+ 00030929  0x0000870a call  0x000076f2 
+ 00030930  0x0000870b branch  0x000078c0 
+ 00030931  0x0000870f arg  0x000006a6 , 0x00000011 
+ 00030932  0x00008710 arg  0x00000776 , 0x00000005 
+ 00030933  0x00008711 call  0x000077be 
+ 00030934  0x00008712 arg  0x00000776 , 0x00000011 
+ 00030935  0x00008713 arg  0x0000072e , 0x00000005 
+ 00030936  0x00008714 call  0x000077a8 
+ 00030937  0x00008715 arg  0x00000676 , 0x00000011 
+ 00030938  0x00008716 arg  0x0000072e , 0x00000012 
+ 00030939  0x00008717 arg  0x0000062e , 0x00000005 
+ 00030940  0x00008718 call  0x00007786 
+ 00030941  0x00008719 arg  0x00000776 , 0x00000011 
+ 00030942  0x0000871a arg  0x0000072e , 0x00000012 
+ 00030943  0x0000871b arg  0x0000075e , 0x00000005 
+ 00030944  0x0000871c call  0x00007786 
+ 00030945  0x0000871d arg  0x0000068e , 0x00000011 
+ 00030946  0x0000871e arg  0x0000075e , 0x00000012 
+ 00030947  0x0000871f arg  0x00000646 , 0x00000005 
+ 00030948  0x00008720 branch  0x00007786 
+ 00030949  0x00008725 ifetch  0x00000004 , 0x00000006 
+ 00030950  0x00008726 force  0x00000004 , 0x00000011 
+ 00030951  0x00008727 increase  0x00000003 , 0x00000005 
+ 00030952  0x00008729 istore  0x00000001 , 0x00000005 
+ 00030953  0x0000872a rshift8  0x0000003f , 0x0000003f 
+ 00030954  0x0000872b increase  0xfffffffe , 0x00000005 
+ 00030955  0x0000872c increase  0xffffffff , 0x00000011 
+ 00030956  0x0000872d nbranch  0x000078e8 , 0x00000005 
+ 00030957  0x0000872e increase  0x00000005 , 0x00000005 
+ 00030958  0x0000872f loop  0x000078e5 
+ 00030959  0x00008730 rtn 
+ 00030960  0x00008734 lshift2  0x00000007 , 0x0000003f 
+ 00030961  0x00008735 iadd  0x0000000b , 0x00000006 
+ 00030962  0x00008736 ifetch  0x00000004 , 0x00000006 
+ 00030963  0x00008737 rtn 
+ 00030964  0x0000873a force  0x00000010 , 0x00000030 
+ 00030965  0x0000873b arg  0x000005e6 , 0x0000000b 
+ 00030966  0x0000873d add  0x00000030 , 0xfffffff9 , 0x00000007 
+ 00030967  0x0000873e call  0x000078f0 
+ 00030968  0x0000873f iforce  0x00000002 
+ 00030969  0x00008740 add  0x00000030 , 0xfffffff0 , 0x00000007 
+ 00030970  0x00008741 call  0x000078f0 
+ 00030971  0x00008742 iadd  0x00000002 , 0x00000002 
+ 00030972  0x00008743 add  0x00000030 , 0xfffffffe , 0x00000007 
+ 00030973  0x00008744 call  0x000078f0 
+ 00030974  0x00008745 shasx  0x0000003f , 0x00000001 , 0x0000003f 
+ 00030975  0x00008746 iadd  0x00000002 , 0x00000002 
+ 00030976  0x00008747 add  0x00000030 , 0xfffffff1 , 0x00000007 
+ 00030977  0x00008748 call  0x000078f0 
+ 00030978  0x00008749 shasx  0x0000003f , 0x00000000 , 0x0000003f 
+ 00030979  0x0000874a iadd  0x00000002 , 0x00000002 
+ 00030980  0x0000874b lshift2  0x00000030 , 0x0000003f 
+ 00030981  0x0000874c iadd  0x0000000b , 0x00000005 
+ 00030982  0x0000874d istoret  0x00000004 , 0x00000005 
+ 00030983  0x0000874e increase  0x00000001 , 0x00000030 
+ 00030984  0x0000874f compare  0x00000040 , 0x00000030 , 0x000000ff 
+ 00030985  0x00008750 nbranch  0x000078f6 , 0x00000001 
+ 00030986  0x00008751 rtn 
+ 00030987  0x00008755 arg  0x000008fe , 0x00000006 
+ 00030988  0x00008756 force  0x00000007 , 0x00000038 
+ 00030989  0x00008758 ifetch  0x00000004 , 0x00000006 
+ 00030990  0x00008759 iforce  0x0000002f 
+ 00030991  0x0000875a increase  0xffffffff , 0x00000038 
+ 00030992  0x0000875b branch  0x0000790d , 0x00000002 
+ 00030993  0x0000875c rtn 
+ 00030994  0x0000875f bpatchx  0x000000ec , 0x0000403d 
+ 00030995  0x00008760 call  0x000078f4 
+ 00030996  0x00008761 arg  0x000006e6 , 0x00000005 
+ 00030997  0x00008762 force  0x00000000 , 0x00000038 
+ 00030998  0x00008764 deposit  0x0000002f 
+ 00030999  0x00008765 istore  0x00000004 , 0x00000005 
+ 00031000  0x00008766 increase  0x00000001 , 0x00000038 
+ 00031001  0x00008767 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031002  0x00008768 nbranch  0x00007916 , 0x00000001 
+ 00031003  0x00008769 call  0x000074b9 
+ 00031004  0x0000876a arg  0x00008700 , 0x0000000b 
+ 00031005  0x0000876b arg  0x000005e6 , 0x00000030 
+ 00031006  0x0000876c force  0x00000040 , 0x00000039 
+ 00031007  0x0000876e ifetcht  0x00000004 , 0x00000030 
+ 00031008  0x0000876f ifetch  0x00000004 , 0x0000000b 
+ 00031009  0x00008770 increase  0x00000004 , 0x0000000b 
+ 00031010  0x00008771 increase  0x00000004 , 0x00000030 
+ 00031011  0x00008772 iadd  0x00000002 , 0x0000003f 
+ 00031012  0x00008773 force  0x00000007 , 0x00000038 
+ 00031013  0x00008774 iadd  0x0000002f , 0x00000002 
+ 00031014  0x00008775 force  0x00000004 , 0x00000038 
+ 00031015  0x00008776 shasx  0x0000002f , 0x00000003 , 0x0000003f 
+ 00031016  0x00008777 iadd  0x00000002 , 0x00000002 
+ 00031017  0x00008778 force  0x00000005 , 0x00000038 
+ 00031018  0x00008779 deposit  0x0000002f 
+ 00031019  0x0000877a force  0x00000006 , 0x00000038 
+ 00031020  0x0000877b ixor  0x0000002f , 0x0000003f 
+ 00031021  0x0000877c force  0x00000004 , 0x00000038 
+ 00031022  0x0000877d iand  0x0000002f , 0x0000003f 
+ 00031023  0x0000877e force  0x00000006 , 0x00000038 
+ 00031024  0x0000877f ixor  0x0000002f , 0x0000003f 
+ 00031025  0x00008780 iadd  0x00000002 , 0x00000002 
+ 00031026  0x00008781 force  0x00000007 , 0x00000038 
+ 00031027  0x00008782 copy  0x00000002 , 0x0000002f 
+ 00031028  0x00008783 force  0x00000003 , 0x00000038 
+ 00031029  0x00008784 deposit  0x0000002f 
+ 00031030  0x00008785 iadd  0x00000002 , 0x0000002f 
+ 00031031  0x00008786 force  0x00000000 , 0x00000038 
+ 00031032  0x00008787 deposit  0x0000002f 
+ 00031033  0x00008788 force  0x00000001 , 0x00000038 
+ 00031034  0x00008789 iand  0x0000002f , 0x00000002 
+ 00031035  0x0000878a ior  0x0000002f , 0x0000003f 
+ 00031036  0x0000878b force  0x00000002 , 0x00000038 
+ 00031037  0x0000878c iand  0x0000002f , 0x0000003f 
+ 00031038  0x0000878d ior  0x00000002 , 0x00000002 
+ 00031039  0x0000878e force  0x00000000 , 0x00000038 
+ 00031040  0x0000878f shasx  0x0000002f , 0x00000002 , 0x0000003f 
+ 00031041  0x00008790 iadd  0x00000002 , 0x0000003f 
+ 00031042  0x00008791 force  0x00000007 , 0x00000038 
+ 00031043  0x00008792 iadd  0x0000002f , 0x0000002f 
+ 00031044  0x00008793 regexrot 
+ 00031045  0x00008794 loop  0x0000791f 
+ 00031046  0x00008795 arg  0x000006e6 , 0x00000006 
+ 00031047  0x00008796 force  0x00000000 , 0x00000038 
+ 00031048  0x00008798 ifetch  0x00000004 , 0x00000006 
+ 00031049  0x00008799 iadd  0x0000002f , 0x0000002f 
+ 00031050  0x0000879a increase  0x00000001 , 0x00000038 
+ 00031051  0x0000879b compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031052  0x0000879c nbranch  0x00007948 , 0x00000001 
+ 00031053  0x0000879d branch  0x000074bd 
+ 00031054  0x000087a1 arg  0x00000a3e , 0x00000005 
+ 00031055  0x000087a2 force  0x00000007 , 0x00000038 
+ 00031056  0x000087a4 deposit  0x0000002f 
+ 00031057  0x000087a5 istore  0x00000004 , 0x00000005 
+ 00031058  0x000087a6 increase  0xffffffff , 0x00000038 
+ 00031059  0x000087a7 branch  0x00007950 , 0x00000002 
+ 00031060  0x000087a8 rtn 
+ 00031061  0x000087ac arg  0x000005e6 , 0x00000005 
+ 00031062  0x000087ad increase  0xfffffffc , 0x00000006 
+ 00031063  0x000087ae sub  0x00000039 , 0x00000010 , 0x00000011 
+ 00031064  0x000087b0 ifetch  0x00000004 , 0x00000006 
+ 00031065  0x000087b1 ixor  0x00000002 , 0x0000003f 
+ 00031066  0x000087b2 istore  0x00000004 , 0x00000005 
+ 00031067  0x000087b3 increase  0xfffffff8 , 0x00000006 
+ 00031068  0x000087b4 loop  0x00007958 
+ 00031069  0x000087b5 copy  0x00000011 , 0x00000039 
+ 00031070  0x000087b6 deposit  0x00000002 
+ 00031071  0x000087b8 istore  0x00000004 , 0x00000005 
+ 00031072  0x000087b9 loop  0x0000795f 
+ 00031073  0x000087ba rtn 
+ 00031074  0x000087bd call  0x00007967 
+ 00031075  0x000087be call  0x0000794e 
+ 00031076  0x000087bf branch  0x0000798d 
+ 00031077  0x000087c2 call  0x00007967 
+ 00031078  0x000087c3 branch  0x0000798d 
+ 00031079  0x000087c6 arg  0x000009de , 0x00000006 
+ 00031080  0x000087c7 arg  0x000005e6 , 0x00000005 
+ 00031081  0x000087c8 force  0x00000006 , 0x00000039 
+ 00031082  0x000087c9 call  0x00007a71 
+ 00031083  0x000087ca arg  0x00004642 , 0x00000006 
+ 00031084  0x000087cb force  0x00000006 , 0x00000039 
+ 00031085  0x000087cc call  0x00007a71 
+ 00031086  0x000087cd arg  0x00000a3e , 0x00000006 
+ 00031087  0x000087ce call  0x00007a70 
+ 00031088  0x000087cf call  0x0000790b 
+ 00031089  0x000087d0 call  0x00007912 
+ 00031090  0x000087d1 arg  0x00000a2e , 0x00000006 
+ 00031091  0x000087d2 arg  0x000005e6 , 0x00000005 
+ 00031092  0x000087d3 branch  0x00007984 
+ 00031093  0x000087d6 arg  0x00004642 , 0x00000006 
+ 00031094  0x000087d7 arg  0x000005e6 , 0x00000005 
+ 00031095  0x000087d8 force  0x00000006 , 0x00000039 
+ 00031096  0x000087d9 call  0x00007a71 
+ 00031097  0x000087da arg  0x000009de , 0x00000006 
+ 00031098  0x000087db force  0x00000006 , 0x00000039 
+ 00031099  0x000087dc call  0x00007a71 
+ 00031100  0x000087dd arg  0x00000a2e , 0x00000006 
+ 00031101  0x000087de call  0x00007a70 
+ 00031102  0x000087df call  0x0000790b 
+ 00031103  0x000087e0 call  0x00007912 
+ 00031104  0x000087e1 arg  0x00000a3e , 0x00000006 
+ 00031105  0x000087e2 arg  0x000005e6 , 0x00000005 
+ 00031106  0x000087e3 call  0x00007984 
+ 00031107  0x000087e4 branch  0x0000798d 
+ 00031108  0x000087e7 call  0x00007a70 
+ 00031109  0x000087e8 setarg  0x00800000 
+ 00031110  0x000087e9 lshift8  0x0000003f , 0x0000003f 
+ 00031111  0x000087ea istore  0x00000004 , 0x00000005 
+ 00031112  0x000087eb force  0x00000005 , 0x00000039 
+ 00031113  0x000087ec call  0x00007ec6 
+ 00031114  0x000087ed setarg  0x00000280 
+ 00031115  0x000087ee istore  0x00000004 , 0x00000005 
+ 00031116  0x000087ef branch  0x00007912 
+ 00031117  0x000087f1 fetch  0x00000004 , 0x00000a3e 
+ 00031118  0x000087f3 arg  0x000003e8 , 0x00000011 
+ 00031119  0x000087f4 idiv  0x00000011 
+ 00031120  0x000087f5 call  0x00007f86 
+ 00031121  0x000087f6 remainder  0x0000003f 
+ 00031122  0x000087f7 store  0x00000004 , 0x000009ba 
+ 00031123  0x000087f8 quotient  0x0000003f 
+ 00031124  0x000087f9 arg  0x000003e8 , 0x00000011 
+ 00031125  0x000087fa idiv  0x00000011 
+ 00031126  0x000087fb call  0x00007f86 
+ 00031127  0x000087fc remainder  0x0000003f 
+ 00031128  0x000087fd arg  0x000003e8 , 0x00000011 
+ 00031129  0x000087fe imul32  0x00000011 , 0x0000003f 
+ 00031130  0x000087ff fetcht  0x00000004 , 0x000009ba 
+ 00031131  0x00008800 iadd  0x00000002 , 0x0000003f 
+ 00031132  0x00008801 store  0x00000004 , 0x000009ba 
+ 00031133  0x00008802 rtn 
+ 00031134  0x00008805 jam  0x00000000 , 0x00004664 
+ 00031135  0x00008806 branch  0x000079a2 
+ 00031136  0x00008809 fetch  0x00000001 , 0x00004662 
+ 00031137  0x0000880a bne  0x00000002 , 0x0000799e 
+ 00031138  0x0000880c bpatchx  0x000000ed , 0x0000403d 
+ 00031139  0x0000880d setarg  0x00363636 
+ 00031140  0x0000880e lshift8  0x0000003f , 0x00000002 
+ 00031141  0x0000880f or_into  0x00000036 , 0x00000002 
+ 00031142  0x00008810 fetch  0x00000002 , 0x00000a7e 
+ 00031143  0x00008811 copy  0x0000003f , 0x00000006 
+ 00031144  0x00008812 force  0x00000004 , 0x00000039 
+ 00031145  0x00008813 call  0x00007955 
+ 00031146  0x00008814 call  0x0000790b 
+ 00031147  0x00008815 call  0x00007912 
+ 00031148  0x00008816 fetch  0x00000002 , 0x00000a80 
+ 00031149  0x00008817 copy  0x0000003f , 0x00000006 
+ 00031150  0x00008818 arg  0x000005e6 , 0x00000005 
+ 00031151  0x00008819 force  0x00000006 , 0x00000039 
+ 00031152  0x0000881a call  0x00007a71 
+ 00031153  0x0000881b fetch  0x00000002 , 0x00000a82 
+ 00031154  0x0000881c copy  0x0000003f , 0x00000006 
+ 00031155  0x0000881d force  0x00000006 , 0x00000039 
+ 00031156  0x0000881e call  0x00007a71 
+ 00031157  0x0000881f setarg  0x00800000 
+ 00031158  0x00008820 istore  0x00000003 , 0x00000005 
+ 00031159  0x00008822 fetch  0x00000001 , 0x00004664 
+ 00031160  0x00008824 istore  0x00000001 , 0x00000005 
+ 00031161  0x00008825 force  0x00000000 , 0x0000003f 
+ 00031162  0x00008826 istore  0x00000008 , 0x00000005 
+ 00031163  0x00008827 setarg  0x00000388 
+ 00031164  0x00008828 istore  0x00000004 , 0x00000005 
+ 00031165  0x00008829 call  0x00007912 
+ 00031166  0x0000882a call  0x0000794e 
+ 00031167  0x0000882b arg  0x00000a3e , 0x00000006 
+ 00031168  0x0000882c arg  0x00000706 , 0x00000005 
+ 00031169  0x0000882d call  0x00007ebd 
+ 00031170  0x0000882f setarg  0x005c5c5c 
+ 00031171  0x00008830 lshift8  0x0000003f , 0x00000002 
+ 00031172  0x00008831 or_into  0x0000005c , 0x00000002 
+ 00031173  0x00008832 fetch  0x00000002 , 0x00000a7e 
+ 00031174  0x00008833 copy  0x0000003f , 0x00000006 
+ 00031175  0x00008834 force  0x00000004 , 0x00000039 
+ 00031176  0x00008835 call  0x00007955 
+ 00031177  0x00008836 call  0x0000790b 
+ 00031178  0x00008837 call  0x00007912 
+ 00031179  0x00008838 arg  0x00000726 , 0x00000006 
+ 00031180  0x00008839 arg  0x000005e6 , 0x00000005 
+ 00031181  0x0000883a force  0x00000008 , 0x00000039 
+ 00031182  0x0000883b call  0x00007a71 
+ 00031183  0x0000883c setarg  0x00800000 
+ 00031184  0x0000883d lshift8  0x0000003f , 0x0000003f 
+ 00031185  0x0000883e istore  0x00000004 , 0x00000005 
+ 00031186  0x0000883f call  0x00007ec5 
+ 00031187  0x00008840 setarg  0x00000300 
+ 00031188  0x00008841 istore  0x00000004 , 0x00000005 
+ 00031189  0x00008842 call  0x00007912 
+ 00031190  0x00008843 branch  0x0000794e 
+ 00031191  0x00008847 setarg  0x00363636 
+ 00031192  0x00008848 lshift8  0x0000003f , 0x00000002 
+ 00031193  0x00008849 or_into  0x00000036 , 0x00000002 
+ 00031194  0x0000884a arg  0x00000a1e , 0x00000006 
+ 00031195  0x0000884b force  0x00000006 , 0x00000039 
+ 00031196  0x0000884c call  0x00007955 
+ 00031197  0x0000884d call  0x0000790b 
+ 00031198  0x0000884e call  0x00007912 
+ 00031199  0x0000884f fetch  0x00000002 , 0x00000a8a 
+ 00031200  0x00008850 copy  0x0000003f , 0x00000006 
+ 00031201  0x00008851 arg  0x000005e6 , 0x00000005 
+ 00031202  0x00008852 call  0x00007a70 
+ 00031203  0x00008853 fetch  0x00000002 , 0x00000a8c 
+ 00031204  0x00008854 copy  0x0000003f , 0x00000006 
+ 00031205  0x00008855 call  0x00007a70 
+ 00031206  0x00008857 setarg  0x0062746c 
+ 00031207  0x00008858 lshift8  0x0000003f , 0x0000003f 
+ 00031208  0x00008859 or_into  0x0000006b , 0x0000003f 
+ 00031209  0x0000885a istore  0x00000004 , 0x00000005 
+ 00031210  0x0000885b arg  0x00000733 , 0x00000006 
+ 00031211  0x0000885c force  0x00000003 , 0x00000039 
+ 00031212  0x0000885d call  0x00007a71 
+ 00031213  0x0000885f setarg  0x00800000 
+ 00031214  0x00008860 lshift8  0x0000003f , 0x0000003f 
+ 00031215  0x00008861 istore  0x00000004 , 0x00000005 
+ 00031216  0x00008862 force  0x00000000 , 0x0000003f 
+ 00031217  0x00008863 istore  0x00000008 , 0x00000005 
+ 00031218  0x00008864 setarg  0x00000380 
+ 00031219  0x00008865 istore  0x00000004 , 0x00000005 
+ 00031220  0x00008866 call  0x00007912 
+ 00031221  0x00008868 call  0x0000794e 
+ 00031222  0x00008869 arg  0x00000a3e , 0x00000006 
+ 00031223  0x0000886a arg  0x00000706 , 0x00000005 
+ 00031224  0x0000886b call  0x00007ebd 
+ 00031225  0x0000886d setarg  0x005c5c5c 
+ 00031226  0x0000886e lshift8  0x0000003f , 0x00000002 
+ 00031227  0x0000886f or_into  0x0000005c , 0x00000002 
+ 00031228  0x00008870 arg  0x00000a1e , 0x00000006 
+ 00031229  0x00008871 force  0x00000006 , 0x00000039 
+ 00031230  0x00008872 call  0x00007955 
+ 00031231  0x00008873 call  0x0000790b 
+ 00031232  0x00008874 call  0x00007912 
+ 00031233  0x00008875 arg  0x00000726 , 0x00000006 
+ 00031234  0x00008876 arg  0x000005e6 , 0x00000005 
+ 00031235  0x00008877 force  0x00000008 , 0x00000039 
+ 00031236  0x00008878 call  0x00007a71 
+ 00031237  0x00008879 setarg  0x00800000 
+ 00031238  0x0000887a lshift8  0x0000003f , 0x0000003f 
+ 00031239  0x0000887b istore  0x00000004 , 0x00000005 
+ 00031240  0x0000887c call  0x00007ec5 
+ 00031241  0x0000887d setarg  0x00000300 
+ 00031242  0x0000887e istore  0x00000004 , 0x00000005 
+ 00031243  0x0000887f call  0x00007912 
+ 00031244  0x00008880 branch  0x0000794e 
+ 00031245  0x00008884 fetch  0x00000001 , 0x00004662 
+ 00031246  0x00008885 bne  0x00000002 , 0x00007a1e 
+ 00031247  0x00008887 bpatchx  0x000000ee , 0x0000403d 
+ 00031248  0x00008888 setarg  0x00363636 
+ 00031249  0x00008889 lshift8  0x0000003f , 0x00000002 
+ 00031250  0x0000888a or_into  0x00000036 , 0x00000002 
+ 00031251  0x0000888b arg  0x00000a1e , 0x00000006 
+ 00031252  0x0000888c force  0x00000006 , 0x00000039 
+ 00031253  0x0000888d call  0x00007955 
+ 00031254  0x0000888e call  0x0000790b 
+ 00031255  0x0000888f call  0x00007912 
+ 00031256  0x00008890 arg  0x00000a3e , 0x00000006 
+ 00031257  0x00008891 arg  0x000005e6 , 0x00000005 
+ 00031258  0x00008892 call  0x00007a70 
+ 00031259  0x00008893 arg  0x00000a2e , 0x00000006 
+ 00031260  0x00008894 call  0x00007a70 
+ 00031261  0x00008895 branch  0x00007a33 
+ 00031262  0x00008898 setarg  0x00000000 
+ 00031263  0x00008899 store  0x00000004 , 0x0000468a 
+ 00031264  0x0000889a branch  0x00007a0f 
+ 00031265  0x0000889d setarg  0x00000000 
+ 00031266  0x0000889e store  0x00000004 , 0x0000468a 
+ 00031267  0x0000889f branch  0x00007a26 
+ 00031268  0x000088a3 fetch  0x00000001 , 0x00004662 
+ 00031269  0x000088a4 bne  0x00000002 , 0x00007a21 
+ 00031270  0x000088a6 setarg  0x00363636 
+ 00031271  0x000088a7 lshift8  0x0000003f , 0x00000002 
+ 00031272  0x000088a8 or_into  0x00000036 , 0x00000002 
+ 00031273  0x000088a9 arg  0x00000a1e , 0x00000006 
+ 00031274  0x000088aa force  0x00000006 , 0x00000039 
+ 00031275  0x000088ab call  0x00007955 
+ 00031276  0x000088ac call  0x0000790b 
+ 00031277  0x000088ad call  0x00007912 
+ 00031278  0x000088af arg  0x00000a2e , 0x00000006 
+ 00031279  0x000088b0 arg  0x000005e6 , 0x00000005 
+ 00031280  0x000088b1 call  0x00007a70 
+ 00031281  0x000088b2 arg  0x00000a3e , 0x00000006 
+ 00031282  0x000088b3 call  0x00007a70 
+ 00031283  0x000088b5 setarg  0x00000000 
+ 00031284  0x000088b6 istore  0x00000008 , 0x00000005 
+ 00031285  0x000088b7 istore  0x00000004 , 0x00000005 
+ 00031286  0x000088b8 fetch  0x00000004 , 0x0000468a 
+ 00031287  0x000088b9 istore  0x00000004 , 0x00000005 
+ 00031288  0x000088bb copy  0x00000005 , 0x00000002 
+ 00031289  0x000088bc jam  0x00000080 , 0x00000726 
+ 00031290  0x000088bd copy  0x00000002 , 0x00000005 
+ 00031291  0x000088be arg  0x00000736 , 0x00000006 
+ 00031292  0x000088bf call  0x00007a70 
+ 00031293  0x000088c1 call  0x00007912 
+ 00031294  0x000088c3 arg  0x000005e6 , 0x00000005 
+ 00031295  0x000088c4 force  0x00000007 , 0x00000039 
+ 00031296  0x000088c5 call  0x00007ec6 
+ 00031297  0x000088c6 istore  0x00000004 , 0x00000005 
+ 00031298  0x000088c7 setarg  0x000003f8 
+ 00031299  0x000088c8 istore  0x00000004 , 0x00000005 
+ 00031300  0x000088c9 call  0x00007912 
+ 00031301  0x000088ca call  0x0000794e 
+ 00031302  0x000088cc arg  0x00000a3e , 0x00000006 
+ 00031303  0x000088cd arg  0x00000706 , 0x00000005 
+ 00031304  0x000088ce call  0x00007ebd 
+ 00031305  0x000088d0 setarg  0x005c5c5c 
+ 00031306  0x000088d1 lshift8  0x0000003f , 0x00000002 
+ 00031307  0x000088d2 or_into  0x0000005c , 0x00000002 
+ 00031308  0x000088d3 arg  0x00000a1e , 0x00000006 
+ 00031309  0x000088d4 force  0x00000006 , 0x00000039 
+ 00031310  0x000088d5 call  0x00007955 
+ 00031311  0x000088d6 call  0x0000790b 
+ 00031312  0x000088d7 call  0x00007912 
+ 00031313  0x000088d8 arg  0x00000726 , 0x00000006 
+ 00031314  0x000088d9 arg  0x000005e6 , 0x00000005 
+ 00031315  0x000088da force  0x00000008 , 0x00000039 
+ 00031316  0x000088db call  0x00007a71 
+ 00031317  0x000088dc setarg  0x00800000 
+ 00031318  0x000088dd lshift8  0x0000003f , 0x0000003f 
+ 00031319  0x000088de istore  0x00000004 , 0x00000005 
+ 00031320  0x000088df call  0x00007ec5 
+ 00031321  0x000088e0 setarg  0x00000300 
+ 00031322  0x000088e1 istore  0x00000004 , 0x00000005 
+ 00031323  0x000088e2 call  0x00007912 
+ 00031324  0x000088e3 branch  0x0000794e 
+ 00031325  0x000088eb jam  0x000000c0 , 0x000005e3 
+ 00031326  0x000088ed fetch  0x00000001 , 0x000005e3 
+ 00031327  0x000088ee rtn  0x00000034 
+ 00031328  0x000088ef increase  0xffffffff , 0x0000003f 
+ 00031329  0x000088f0 store  0x00000001 , 0x000005e3 
+ 00031330  0x000088f1 arg  0x000006be , 0x00000006 
+ 00031331  0x000088f2 call  0x000076ec 
+ 00031332  0x000088f3 branch  0x00007a5e , 0x00000001 
+ 00031333  0x000088f4 arg  0x000005e6 , 0x00000006 
+ 00031334  0x000088f5 arg  0x00000676 , 0x00000005 
+ 00031335  0x000088f6 branch  0x000076f2 
+ 00031336  0x000088f9 call  0x00007803 
+ 00031337  0x000088fa fetch  0x00000001 , 0x000005e3 
+ 00031338  0x000088fb increase  0xffffffff , 0x0000003f 
+ 00031339  0x000088fc store  0x00000001 , 0x000005e3 
+ 00031340  0x000088fd arg  0x000006be , 0x00000006 
+ 00031341  0x000088fe call  0x000076ec 
+ 00031342  0x000088ff rtn  0x00000001 
+ 00031343  0x00008900 branch  0x00007854 
+ 00031344  0x00008903 force  0x00000004 , 0x00000039 
+ 00031345  0x00008905 increase  0xfffffffc , 0x00000006 
+ 00031346  0x00008907 ifetch  0x00000004 , 0x00000006 
+ 00031347  0x00008908 istore  0x00000004 , 0x00000005 
+ 00031348  0x00008909 increase  0xfffffff8 , 0x00000006 
+ 00031349  0x0000890a loop  0x00007a72 
+ 00031350  0x0000890b rtn 
+ 00031351  0x00008911 bpatchx  0x000000ef , 0x0000403d 
+ 00031352  0x00008912 fetch  0x00000001 , 0x000044be 
+ 00031353  0x00008913 branch  0x00005af0 , 0x00000034 
+ 00031354  0x00008914 call  0x00005aec 
+ 00031355  0x00008915 call  0x00007583 
+ 00031356  0x00008917 branch  0x00007a7d 
+ 00031357  0x0000891d fetch  0x00000001 , 0x000044c3 
+ 00031358  0x0000891e rtnne  0x00000000 
+ 00031359  0x0000891f fetch  0x00000001 , 0x000044c0 
+ 00031360  0x00008920 rtnne  0x00000000 
+ 00031361  0x00008922 arg  0x000045b2 , 0x00000005 
+ 00031362  0x00008923 force  0x0000000f , 0x00000007 
+ 00031363  0x00008924 call  0x000076a2 
+ 00031364  0x00008925 random  0x0000003f 
+ 00031365  0x00008926 rshift  0x0000003f , 0x0000003f 
+ 00031366  0x00008927 istore  0x00000002 , 0x00000005 
+ 00031367  0x00008929 arg  0x00000766 , 0x00000005 
+ 00031368  0x0000892a arg  0x000045b2 , 0x00000006 
+ 00031369  0x0000892b call  0x00007ebd 
+ 00031370  0x0000892d arg  0x00000646 , 0x00000005 
+ 00031371  0x0000892e arg  0x0000095e , 0x00000006 
+ 00031372  0x0000892f call  0x00007eb3 
+ 00031373  0x00008931 arg  0x00000686 , 0x00000005 
+ 00031374  0x00008932 call  0x00007ed0 
+ 00031375  0x00008933 jam  0x00000001 , 0x00000686 
+ 00031376  0x00008935 call  0x00007ac7 
+ 00031377  0x00008936 jam  0x00000003 , 0x000044c0 
+ 00031378  0x00008937 rtn 
+ 00031379  0x0000893a arg  0x000045d2 , 0x00000005 
+ 00031380  0x0000893b arg  0x000006a6 , 0x00000006 
+ 00031381  0x0000893c call  0x00007eb3 
+ 00031382  0x0000893d jam  0x00000003 , 0x000044c3 
+ 00031383  0x0000893e jam  0x00000000 , 0x000044c0 
+ 00031384  0x0000893f rtn 
+ 00031385  0x00008944 fetch  0x00000001 , 0x000009b9 
+ 00031386  0x00008945 rtnne  0x00000000 
+ 00031387  0x00008946 fetch  0x00000001 , 0x000044c0 
+ 00031388  0x00008947 rtnne  0x00000000 
+ 00031389  0x00008949 arg  0x00000766 , 0x00000005 
+ 00031390  0x0000894a arg  0x000045b2 , 0x00000006 
+ 00031391  0x0000894b call  0x00007ebd 
+ 00031392  0x0000894d arg  0x00000646 , 0x00000005 
+ 00031393  0x0000894e arg  0x000009be , 0x00000006 
+ 00031394  0x0000894f call  0x00007eb3 
+ 00031395  0x00008951 arg  0x00000686 , 0x00000005 
+ 00031396  0x00008952 call  0x00007ed0 
+ 00031397  0x00008953 jam  0x00000001 , 0x00000686 
+ 00031398  0x00008955 call  0x00007ac7 
+ 00031399  0x00008956 jam  0x00000004 , 0x000044c0 
+ 00031400  0x00008957 rtn 
+ 00031401  0x0000895c arg  0x000009fe , 0x00000005 
+ 00031402  0x0000895d arg  0x000006a6 , 0x00000006 
+ 00031403  0x0000895e call  0x00007ebd 
+ 00031404  0x0000895f jam  0x00000003 , 0x000009b9 
+ 00031405  0x00008960 jam  0x00000000 , 0x000044c0 
+ 00031406  0x00008961 rtn 
+ 00031407  0x00008966 fetch  0x00000001 , 0x000044be 
+ 00031408  0x00008967 rtn  0x00000034 
+ 00031409  0x00008968 fetch  0x00000001 , 0x000044c0 
+ 00031410  0x00008969 rtn  0x00000034 
+ 00031411  0x0000896a increase  0x00000080 , 0x0000003f 
+ 00031412  0x0000896b store  0x00000001 , 0x000044c0 
+ 00031413  0x0000896c rtnbit1  0x00000007 
+ 00031414  0x0000896d fetch  0x00000002 , 0x000005e3 
+ 00031415  0x0000896e branch  0x00007ab9 , 0x00000034 
+ 00031416  0x0000896f branch  0x00007abf 
+ 00031417  0x00008972 bpatchx  0x000000f0 , 0x0000403e 
+ 00031418  0x00008973 call  0x00007ad4 
+ 00031419  0x00008974 fetch  0x00000001 , 0x000044c0 
+ 00031420  0x00008975 beq  0x00000003 , 0x00007a93 
+ 00031421  0x00008976 beq  0x00000004 , 0x00007aa9 
+ 00031422  0x00008977 rtn 
+ 00031423  0x0000897b call  0x00007ae6 
+ 00031424  0x0000897c fetch  0x00000002 , 0x000005e3 
+ 00031425  0x0000897d increase  0xffffffff , 0x0000003f 
+ 00031426  0x0000897e store  0x00000002 , 0x000005e3 
+ 00031427  0x0000897f arg  0x00000766 , 0x00000006 
+ 00031428  0x00008980 call  0x000076ec 
+ 00031429  0x00008981 rtn  0x00000001 
+ 00031430  0x00008982 branch  0x00007b37 
+ 00031431  0x00008985 bpatchx  0x000000f1 , 0x0000403e 
+ 00031432  0x00008986 setarg  0x00000100 , 0x0000003f 
+ 00031433  0x00008987 store  0x00000002 , 0x000005e3 
+ 00031434  0x00008989 fetch  0x00000002 , 0x000005e3 
+ 00031435  0x0000898a rtn  0x00000034 
+ 00031436  0x0000898b increase  0xffffffff , 0x0000003f 
+ 00031437  0x0000898c store  0x00000002 , 0x000005e3 
+ 00031438  0x0000898d arg  0x00000766 , 0x00000006 
+ 00031439  0x0000898e call  0x000076ec 
+ 00031440  0x0000898f branch  0x00007aca , 0x00000001 
+ 00031441  0x00008990 arg  0x00000646 , 0x00000006 
+ 00031442  0x00008991 arg  0x00000706 , 0x00000005 
+ 00031443  0x00008992 branch  0x00007eb2 
+ 00031444  0x00008996 arg  0x00000746 , 0x00000011 
+ 00031445  0x00008997 arg  0x00000846 , 0x00000005 
+ 00031446  0x00008998 call  0x00007ba3 
+ 00031447  0x00008999 arg  0x00000846 , 0x00000011 
+ 00031448  0x0000899a arg  0x000007e6 , 0x00000005 
+ 00031449  0x0000899b call  0x00007c79 
+ 00031450  0x0000899c arg  0x00000706 , 0x00000011 
+ 00031451  0x0000899d arg  0x000007e6 , 0x00000012 
+ 00031452  0x0000899e arg  0x000006a6 , 0x00000005 
+ 00031453  0x0000899f call  0x00007be1 
+ 00031454  0x000089a0 arg  0x00000846 , 0x00000011 
+ 00031455  0x000089a1 arg  0x000007e6 , 0x00000012 
+ 00031456  0x000089a2 arg  0x00000826 , 0x00000005 
+ 00031457  0x000089a3 call  0x00007be1 
+ 00031458  0x000089a4 arg  0x00000726 , 0x00000011 
+ 00031459  0x000089a5 arg  0x00000826 , 0x00000012 
+ 00031460  0x000089a6 arg  0x000006c6 , 0x00000005 
+ 00031461  0x000089a7 branch  0x00007be1 
+ 00031462  0x000089aa arg  0x00000746 , 0x00000011 
+ 00031463  0x000089ab arg  0x00000826 , 0x00000005 
+ 00031464  0x000089ac call  0x00007c79 
+ 00031465  0x000089ad arg  0x00000826 , 0x00000011 
+ 00031466  0x000089ae arg  0x00000846 , 0x00000005 
+ 00031467  0x000089af call  0x00007c79 
+ 00031468  0x000089b1 arg  0x0000093e , 0x00000011 
+ 00031469  0x000089b2 arg  0x00000846 , 0x00000012 
+ 00031470  0x000089b3 arg  0x00000846 , 0x00000005 
+ 00031471  0x000089b4 call  0x00007be1 
+ 00031472  0x000089b5 arg  0x00000706 , 0x00000011 
+ 00031473  0x000089b6 arg  0x00000826 , 0x00000005 
+ 00031474  0x000089b7 call  0x00007c79 
+ 00031475  0x000089b9 arg  0x00000826 , 0x00000006 
+ 00031476  0x000089ba arg  0x000007e6 , 0x00000005 
+ 00031477  0x000089bb call  0x00007ebd 
+ 00031478  0x000089bc arg  0x000007e6 , 0x00000011 
+ 00031479  0x000089bd call  0x00007c80 
+ 00031480  0x000089be arg  0x00000826 , 0x00000011 
+ 00031481  0x000089bf arg  0x000007e6 , 0x00000012 
+ 00031482  0x000089c0 arg  0x00000826 , 0x00000005 
+ 00031483  0x000089c1 call  0x00007c7d 
+ 00031484  0x000089c3 arg  0x00000826 , 0x00000011 
+ 00031485  0x000089c4 arg  0x00000846 , 0x00000012 
+ 00031486  0x000089c5 arg  0x00000826 , 0x00000005 
+ 00031487  0x000089c6 call  0x00007c7d 
+ 00031488  0x000089c8 arg  0x00000706 , 0x00000006 
+ 00031489  0x000089c9 arg  0x000007e6 , 0x00000005 
+ 00031490  0x000089ca call  0x00007ebd 
+ 00031491  0x000089cb arg  0x00000726 , 0x00000011 
+ 00031492  0x000089cc arg  0x00000846 , 0x00000005 
+ 00031493  0x000089cd call  0x00007c79 
+ 00031494  0x000089ce arg  0x000007e6 , 0x00000011 
+ 00031495  0x000089cf call  0x00007c80 
+ 00031496  0x000089d0 arg  0x000007e6 , 0x00000011 
+ 00031497  0x000089d1 call  0x00007c80 
+ 00031498  0x000089d2 arg  0x000007e6 , 0x00000011 
+ 00031499  0x000089d3 arg  0x00000846 , 0x00000012 
+ 00031500  0x000089d4 arg  0x000007e6 , 0x00000005 
+ 00031501  0x000089d5 call  0x00007be1 
+ 00031502  0x000089d6 arg  0x00000846 , 0x00000011 
+ 00031503  0x000089d7 arg  0x00000806 , 0x00000005 
+ 00031504  0x000089d8 call  0x00007c79 
+ 00031505  0x000089d9 arg  0x00000806 , 0x00000011 
+ 00031506  0x000089da call  0x00007c80 
+ 00031507  0x000089db arg  0x00000806 , 0x00000011 
+ 00031508  0x000089dc call  0x00007c80 
+ 00031509  0x000089dd arg  0x00000806 , 0x00000011 
+ 00031510  0x000089de call  0x00007c80 
+ 00031511  0x000089df arg  0x00000726 , 0x00000006 
+ 00031512  0x000089e0 arg  0x00000846 , 0x00000005 
+ 00031513  0x000089e1 call  0x00007ebd 
+ 00031514  0x000089e2 arg  0x00000846 , 0x00000011 
+ 00031515  0x000089e3 call  0x00007c80 
+ 00031516  0x000089e4 arg  0x00000846 , 0x00000011 
+ 00031517  0x000089e5 arg  0x00000746 , 0x00000012 
+ 00031518  0x000089e6 arg  0x00000746 , 0x00000005 
+ 00031519  0x000089e7 call  0x00007be1 
+ 00031520  0x000089ea arg  0x00000826 , 0x00000011 
+ 00031521  0x000089eb arg  0x00000846 , 0x00000005 
+ 00031522  0x000089ec call  0x00007c79 
+ 00031523  0x000089ee arg  0x00000846 , 0x00000011 
+ 00031524  0x000089ef arg  0x000007e6 , 0x00000012 
+ 00031525  0x000089f0 arg  0x00000846 , 0x00000005 
+ 00031526  0x000089f1 call  0x00007c96 
+ 00031527  0x000089f2 arg  0x00000846 , 0x00000011 
+ 00031528  0x000089f3 arg  0x000007e6 , 0x00000012 
+ 00031529  0x000089f4 arg  0x00000706 , 0x00000005 
+ 00031530  0x000089f5 call  0x00007c96 
+ 00031531  0x000089f6 arg  0x000007e6 , 0x00000011 
+ 00031532  0x000089f7 arg  0x00000706 , 0x00000012 
+ 00031533  0x000089f8 arg  0x00000846 , 0x00000005 
+ 00031534  0x000089f9 call  0x00007c96 
+ 00031535  0x000089fa arg  0x00000846 , 0x00000011 
+ 00031536  0x000089fb arg  0x00000826 , 0x00000012 
+ 00031537  0x000089fc arg  0x00000846 , 0x00000005 
+ 00031538  0x000089fd call  0x00007be1 
+ 00031539  0x000089fe arg  0x00000846 , 0x00000011 
+ 00031540  0x000089ff arg  0x00000806 , 0x00000012 
+ 00031541  0x00008a00 arg  0x00000726 , 0x00000005 
+ 00031542  0x00008a01 branch  0x00007c96 
+ 00031543  0x00008a05 arg  0x00000686 , 0x00000011 
+ 00031544  0x00008a06 arg  0x00000866 , 0x00000005 
+ 00031545  0x00008a07 call  0x00007c79 
+ 00031546  0x00008a08 arg  0x00000706 , 0x00000011 
+ 00031547  0x00008a09 arg  0x00000866 , 0x00000012 
+ 00031548  0x00008a0a arg  0x00000806 , 0x00000005 
+ 00031549  0x00008a0b call  0x00007be1 
+ 00031550  0x00008a0e arg  0x00000686 , 0x00000011 
+ 00031551  0x00008a0f arg  0x00000866 , 0x00000012 
+ 00031552  0x00008a10 arg  0x00000866 , 0x00000005 
+ 00031553  0x00008a11 call  0x00007be1 
+ 00031554  0x00008a12 arg  0x00000726 , 0x00000011 
+ 00031555  0x00008a13 arg  0x00000866 , 0x00000012 
+ 00031556  0x00008a14 arg  0x000007e6 , 0x00000005 
+ 00031557  0x00008a15 call  0x00007be1 
+ 00031558  0x00008a18 arg  0x00000746 , 0x00000011 
+ 00031559  0x00008a19 arg  0x00000866 , 0x00000005 
+ 00031560  0x00008a1a call  0x00007c79 
+ 00031561  0x00008a1b arg  0x00000646 , 0x00000011 
+ 00031562  0x00008a1c arg  0x00000866 , 0x00000012 
+ 00031563  0x00008a1d arg  0x00000826 , 0x00000005 
+ 00031564  0x00008a1e call  0x00007be1 
+ 00031565  0x00008a20 arg  0x00000746 , 0x00000011 
+ 00031566  0x00008a21 arg  0x00000866 , 0x00000012 
+ 00031567  0x00008a22 arg  0x00000866 , 0x00000005 
+ 00031568  0x00008a23 call  0x00007be1 
+ 00031569  0x00008a24 arg  0x00000666 , 0x00000011 
+ 00031570  0x00008a25 arg  0x00000866 , 0x00000012 
+ 00031571  0x00008a26 arg  0x00000846 , 0x00000005 
+ 00031572  0x00008a27 call  0x00007be1 
+ 00031573  0x00008a2c arg  0x00000806 , 0x00000012 
+ 00031574  0x00008a2d arg  0x00000826 , 0x00000011 
+ 00031575  0x00008a2e arg  0x00000866 , 0x00000005 
+ 00031576  0x00008a2f call  0x00007c96 
+ 00031577  0x00008a30 arg  0x00000806 , 0x00000011 
+ 00031578  0x00008a31 arg  0x00000826 , 0x00000012 
+ 00031579  0x00008a32 arg  0x00000806 , 0x00000005 
+ 00031580  0x00008a33 call  0x00007c7d 
+ 00031581  0x00008a36 arg  0x000007e6 , 0x00000012 
+ 00031582  0x00008a37 arg  0x00000846 , 0x00000011 
+ 00031583  0x00008a38 arg  0x00000826 , 0x00000005 
+ 00031584  0x00008a39 call  0x00007c96 
+ 00031585  0x00008a3a arg  0x000007e6 , 0x00000011 
+ 00031586  0x00008a3b arg  0x00000846 , 0x00000012 
+ 00031587  0x00008a3c arg  0x000007e6 , 0x00000005 
+ 00031588  0x00008a3d call  0x00007c7d 
+ 00031589  0x00008a3e arg  0x000007e6 , 0x00000011 
+ 00031590  0x00008a3f arg  0x00000866 , 0x00000012 
+ 00031591  0x00008a40 arg  0x000007e6 , 0x00000005 
+ 00031592  0x00008a41 call  0x00007be1 
+ 00031593  0x00008a42 arg  0x00000746 , 0x00000011 
+ 00031594  0x00008a43 arg  0x00000686 , 0x00000012 
+ 00031595  0x00008a44 arg  0x00000846 , 0x00000005 
+ 00031596  0x00008a45 call  0x00007be1 
+ 00031597  0x00008a46 arg  0x00000846 , 0x00000011 
+ 00031598  0x00008a47 arg  0x00000866 , 0x00000012 
+ 00031599  0x00008a48 arg  0x00000746 , 0x00000005 
+ 00031600  0x00008a49 call  0x00007be1 
+ 00031601  0x00008a4b arg  0x00000866 , 0x00000011 
+ 00031602  0x00008a4c arg  0x00000866 , 0x00000005 
+ 00031603  0x00008a4d call  0x00007c79 
+ 00031604  0x00008a4e arg  0x00000866 , 0x00000011 
+ 00031605  0x00008a4f arg  0x00000806 , 0x00000012 
+ 00031606  0x00008a50 arg  0x00000846 , 0x00000005 
+ 00031607  0x00008a51 call  0x00007be1 
+ 00031608  0x00008a52 arg  0x00000866 , 0x00000011 
+ 00031609  0x00008a53 arg  0x000007e6 , 0x00000012 
+ 00031610  0x00008a54 arg  0x000007e6 , 0x00000005 
+ 00031611  0x00008a55 call  0x00007be1 
+ 00031612  0x00008a56 arg  0x00000826 , 0x00000011 
+ 00031613  0x00008a57 arg  0x00000706 , 0x00000005 
+ 00031614  0x00008a58 call  0x00007c79 
+ 00031615  0x00008a59 arg  0x00000706 , 0x00000011 
+ 00031616  0x00008a5a arg  0x00000846 , 0x00000012 
+ 00031617  0x00008a5b arg  0x00000706 , 0x00000005 
+ 00031618  0x00008a5c call  0x00007c96 
+ 00031619  0x00008a5d arg  0x00000706 , 0x00000006 
+ 00031620  0x00008a5e arg  0x00000866 , 0x00000005 
+ 00031621  0x00008a5f call  0x00007ebd 
+ 00031622  0x00008a60 arg  0x00000866 , 0x00000011 
+ 00031623  0x00008a61 call  0x00007c80 
+ 00031624  0x00008a62 arg  0x00000846 , 0x00000011 
+ 00031625  0x00008a63 arg  0x00000866 , 0x00000012 
+ 00031626  0x00008a64 arg  0x00000846 , 0x00000005 
+ 00031627  0x00008a65 call  0x00007c96 
+ 00031628  0x00008a66 arg  0x00000846 , 0x00000011 
+ 00031629  0x00008a67 arg  0x00000826 , 0x00000012 
+ 00031630  0x00008a68 arg  0x00000826 , 0x00000005 
+ 00031631  0x00008a69 call  0x00007be1 
+ 00031632  0x00008a6a arg  0x00000826 , 0x00000011 
+ 00031633  0x00008a6b arg  0x000007e6 , 0x00000012 
+ 00031634  0x00008a6c arg  0x00000726 , 0x00000005 
+ 00031635  0x00008a6d call  0x00007c96 
+ 00031636  0x00008a6e arg  0x00000726 , 0x00000011 
+ 00031637  0x00008a6f arg  0x0000091e , 0x00000012 
+ 00031638  0x00008a70 arg  0x00000726 , 0x00000005 
+ 00031639  0x00008a71 force  0x00000000 , 0x00000013 
+ 00031640  0x00008a72 fetch  0x00000001 , 0x00000726 
+ 00031641  0x00008a73 isolate1  0x00000000 , 0x0000003f 
+ 00031642  0x00008a74 call  0x00007c7b , 0x00000001 
+ 00031643  0x00008a75 copy  0x00000013 , 0x00000030 
+ 00031644  0x00008a76 arg  0x00000726 , 0x00000011 
+ 00031645  0x00008a77 call  0x00007cab 
+ 00031646  0x00008a78 fetch  0x00000001 , 0x00000745 
+ 00031647  0x00008a79 isolate1  0x00000000 , 0x00000030 
+ 00031648  0x00008a7a setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00031649  0x00008a7b store  0x00000001 , 0x00000745 
+ 00031650  0x00008a7c rtn 
+ 00031651  0x00008a7f copy  0x00000005 , 0x0000000b 
+ 00031652  0x00008a80 arg  0x00000806 , 0x00000005 
+ 00031653  0x00008a81 call  0x00007ed0 
+ 00031654  0x00008a82 force  0x00000000 , 0x0000003f 
+ 00031655  0x00008a84 store  0x00000004 , 0x00000826 
+ 00031656  0x00008a85 jam  0x00000001 , 0x00000806 
+ 00031657  0x00008a86 arg  0x00000786 , 0x00000005 
+ 00031658  0x00008a87 call  0x00007ed2 
+ 00031659  0x00008a88 arg  0x0000091e , 0x00000006 
+ 00031660  0x00008a89 arg  0x000007c6 , 0x00000005 
+ 00031661  0x00008a8a call  0x00007ebd 
+ 00031662  0x00008a8b copy  0x00000011 , 0x00000006 
+ 00031663  0x00008a8c arg  0x000007e6 , 0x00000005 
+ 00031664  0x00008a8d call  0x00007ebd 
+ 00031665  0x00008a94 arg  0x000007e6 , 0x00000006 
+ 00031666  0x00008a95 call  0x00007cb5 
+ 00031667  0x00008a96 branch  0x00007bda , 0x00000034 
+ 00031668  0x00008a9b arg  0x000007e6 , 0x00000011 
+ 00031669  0x00008a9c arg  0x00000806 , 0x00000012 
+ 00031670  0x00008a9d call  0x00007cb8 
+ 00031671  0x00008a9e arg  0x000007c6 , 0x00000011 
+ 00031672  0x00008a9f arg  0x00000786 , 0x00000012 
+ 00031673  0x00008aa0 call  0x00007cb8 
+ 00031674  0x00008aa2 arg  0x000007e6 , 0x00000011 
+ 00031675  0x00008aa3 arg  0x000007c6 , 0x00000012 
+ 00031676  0x00008aa4 call  0x00007cb1 
+ 00031677  0x00008aa5 branch  0x00007bcc , 0x00000002 
+ 00031678  0x00008aa6 arg  0x000007c6 , 0x00000011 
+ 00031679  0x00008aa7 arg  0x000007e6 , 0x00000012 
+ 00031680  0x00008aa8 copy  0x00000011 , 0x00000005 
+ 00031681  0x00008aa9 call  0x00007ca9 
+ 00031682  0x00008aaa arg  0x00000806 , 0x00000011 
+ 00031683  0x00008aab arg  0x00000786 , 0x00000012 
+ 00031684  0x00008aac copy  0x00000012 , 0x00000005 
+ 00031685  0x00008aad call  0x00007c7b 
+ 00031686  0x00008aae ifetch  0x00000001 , 0x00000011 
+ 00031687  0x00008aaf iadd  0x00000013 , 0x00000013 
+ 00031688  0x00008ab0 ifetch  0x00000001 , 0x00000012 
+ 00031689  0x00008ab1 iadd  0x00000013 , 0x0000003f 
+ 00031690  0x00008ab2 istore  0x00000001 , 0x00000012 
+ 00031691  0x00008ab3 branch  0x00007bb1 
+ 00031692  0x00008ab5 arg  0x000007e6 , 0x00000011 
+ 00031693  0x00008ab6 arg  0x000007c6 , 0x00000012 
+ 00031694  0x00008ab7 copy  0x00000011 , 0x00000005 
+ 00031695  0x00008ab8 call  0x00007ca9 
+ 00031696  0x00008ab9 arg  0x00000786 , 0x00000011 
+ 00031697  0x00008aba arg  0x00000806 , 0x00000012 
+ 00031698  0x00008abb copy  0x00000012 , 0x00000005 
+ 00031699  0x00008abc call  0x00007c7b 
+ 00031700  0x00008abd ifetch  0x00000001 , 0x00000011 
+ 00031701  0x00008abe iadd  0x00000013 , 0x00000013 
+ 00031702  0x00008abf ifetch  0x00000001 , 0x00000012 
+ 00031703  0x00008ac0 iadd  0x00000013 , 0x0000003f 
+ 00031704  0x00008ac1 istore  0x00000001 , 0x00000012 
+ 00031705  0x00008ac2 branch  0x00007bb1 
+ 00031706  0x00008ac5 arg  0x00000786 , 0x00000011 
+ 00031707  0x00008ac6 copy  0x0000000b , 0x00000005 
+ 00031708  0x00008ac7 call  0x00007c0a 
+ 00031709  0x00008ac9 arg  0x0000091e , 0x00000011 
+ 00031710  0x00008aca copy  0x0000000b , 0x00000012 
+ 00031711  0x00008acb copy  0x0000000b , 0x00000005 
+ 00031712  0x00008acc branch  0x00007c96 
+ 00031713  0x00008ad0 copy  0x00000005 , 0x0000000b 
+ 00031714  0x00008ad2 force  0x00000000 , 0x00000038 
+ 00031715  0x00008ad4 arg  0x00000786 , 0x00000005 
+ 00031716  0x00008ad5 call  0x00007ed2 
+ 00031717  0x00008ad6 arg  0x00000ad2 , 0x00000005 
+ 00031718  0x00008ad7 call  0x00007ed2 
+ 00031719  0x00008adb copy  0x00000011 , 0x00000006 
+ 00031720  0x00008add jam  0x00000000 , 0x00000ad2 
+ 00031721  0x00008ade setarg  0x00000000 
+ 00031722  0x00008adf call  0x00007c73 
+ 00031723  0x00008ae0 copy  0x00000012 , 0x00000006 
+ 00031724  0x00008ae1 call  0x00007c77 
+ 00031725  0x00008ae4 force  0x00000000 , 0x00000007 
+ 00031726  0x00008ae5 arg  0x00000786 , 0x00000005 
+ 00031727  0x00008ae9 arg  0x00000ad2 , 0x00000002 
+ 00031728  0x00008aea copy  0x00000007 , 0x00000012 
+ 00031729  0x00008aeb lshift2  0x00000012 , 0x0000003f 
+ 00031730  0x00008aed iadd  0x00000002 , 0x00000012 
+ 00031731  0x00008aee force  0x00000000 , 0x00000002 
+ 00031732  0x00008aef force  0x00000000 , 0x00000013 
+ 00031733  0x00008af5 ifetch  0x00000004 , 0x00000005 
+ 00031734  0x00008af6 iforce  0x00000011 
+ 00031735  0x00008af9 ifetch  0x00000004 , 0x00000012 
+ 00031736  0x00008afa copy  0x00000013 , 0x00000038 
+ 00031737  0x00008afb imul32  0x0000002f , 0x0000003f 
+ 00031738  0x00008afc iadd  0x00000011 , 0x0000003f 
+ 00031739  0x00008afd iadd  0x00000002 , 0x0000003f 
+ 00031740  0x00008afe istore  0x00000004 , 0x00000005 
+ 00031741  0x00008aff rshift32  0x0000003f , 0x00000002 
+ 00031742  0x00008b00 increase  0x00000001 , 0x00000013 
+ 00031743  0x00008b01 compare  0x00000008 , 0x00000013 , 0x000000ff 
+ 00031744  0x00008b02 nbranch  0x00007bf5 , 0x00000001 
+ 00031745  0x00008b04 deposit  0x00000002 
+ 00031746  0x00008b05 istore  0x00000004 , 0x00000005 
+ 00031747  0x00008b06 increase  0xffffffe0 , 0x00000005 
+ 00031748  0x00008b09 increase  0x00000001 , 0x00000007 
+ 00031749  0x00008b0a compare  0x00000008 , 0x00000007 , 0x000000ff 
+ 00031750  0x00008b0b nbranch  0x00007bef , 0x00000001 
+ 00031751  0x00008b0c arg  0x00000786 , 0x00000011 
+ 00031752  0x00008b0d copy  0x0000000b , 0x00000005 
+ 00031753  0x00008b0e branch  0x00007c0a 
+ 00031754  0x00008b11 bpatchx  0x000000f2 , 0x0000403e 
+ 00031755  0x00008b12 copy  0x00000005 , 0x0000000b 
+ 00031756  0x00008b13 copy  0x00000011 , 0x00000030 
+ 00031757  0x00008b14 arg  0x000007c6 , 0x00000012 
+ 00031758  0x00008b15 copy  0x00000012 , 0x00000005 
+ 00031759  0x00008b16 call  0x00007ecd 
+ 00031760  0x00008b17 istore  0x00000008 , 0x00000005 
+ 00031761  0x00008b18 add  0x00000011 , 0x0000002c , 0x00000006 
+ 00031762  0x00008b19 call  0x00007eb9 
+ 00031763  0x00008b1a call  0x00007eb5 
+ 00031764  0x00008b1b copy  0x00000012 , 0x00000011 
+ 00031765  0x00008b1c call  0x00007c80 
+ 00031766  0x00008b1d arg  0x000007c6 , 0x00000012 
+ 00031767  0x00008b1e copy  0x00000030 , 0x00000011 
+ 00031768  0x00008b1f copy  0x0000000b , 0x00000005 
+ 00031769  0x00008b20 call  0x00007c7d 
+ 00031770  0x00008b22 arg  0x000007c6 , 0x00000012 
+ 00031771  0x00008b23 copy  0x00000012 , 0x00000005 
+ 00031772  0x00008b24 call  0x00007ecd 
+ 00031773  0x00008b25 istore  0x00000008 , 0x00000005 
+ 00031774  0x00008b26 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031775  0x00008b27 call  0x00007ebf 
+ 00031776  0x00008b28 call  0x00007ecd 
+ 00031777  0x00008b29 copy  0x00000012 , 0x00000011 
+ 00031778  0x00008b2a call  0x00007c80 
+ 00031779  0x00008b2e arg  0x000007c6 , 0x00000012 
+ 00031780  0x00008b2f copy  0x0000000b , 0x00000011 
+ 00031781  0x00008b30 copy  0x00000011 , 0x00000005 
+ 00031782  0x00008b31 call  0x00007c7d 
+ 00031783  0x00008b35 arg  0x000007c6 , 0x00000012 
+ 00031784  0x00008b36 copy  0x00000012 , 0x00000005 
+ 00031785  0x00008b37 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031786  0x00008b38 call  0x00007eb5 
+ 00031787  0x00008b39 call  0x00007ecd 
+ 00031788  0x00008b3a istore  0x00000008 , 0x00000005 
+ 00031789  0x00008b3b add  0x00000030 , 0x00000038 , 0x00000006 
+ 00031790  0x00008b3c call  0x00007eb9 
+ 00031791  0x00008b3d copy  0x0000000b , 0x00000011 
+ 00031792  0x00008b3e copy  0x00000011 , 0x00000005 
+ 00031793  0x00008b3f call  0x00007c7d 
+ 00031794  0x00008b43 arg  0x000007c6 , 0x00000012 
+ 00031795  0x00008b44 copy  0x00000012 , 0x00000005 
+ 00031796  0x00008b45 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031797  0x00008b46 call  0x00007eb5 
+ 00031798  0x00008b47 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031799  0x00008b48 call  0x00007eb5 
+ 00031800  0x00008b49 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031801  0x00008b4a call  0x00007eb6 
+ 00031802  0x00008b4b add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031803  0x00008b4c call  0x00007eb6 
+ 00031804  0x00008b4d copy  0x0000000b , 0x00000011 
+ 00031805  0x00008b4e copy  0x00000011 , 0x00000005 
+ 00031806  0x00008b4f call  0x00007c7d 
+ 00031807  0x00008b52 arg  0x000007c6 , 0x00000012 
+ 00031808  0x00008b53 copy  0x00000012 , 0x00000005 
+ 00031809  0x00008b54 add  0x00000030 , 0x0000002c , 0x00000006 
+ 00031810  0x00008b55 call  0x00007eb5 
+ 00031811  0x00008b56 call  0x00007ecd 
+ 00031812  0x00008b57 istore  0x00000008 , 0x00000005 
+ 00031813  0x00008b58 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031814  0x00008b59 call  0x00007eb6 
+ 00031815  0x00008b5a add  0x00000030 , 0x00000028 , 0x00000006 
+ 00031816  0x00008b5b call  0x00007eb6 
+ 00031817  0x00008b5c copy  0x0000000b , 0x00000011 
+ 00031818  0x00008b5d copy  0x00000011 , 0x00000005 
+ 00031819  0x00008b5e call  0x00007c96 
+ 00031820  0x00008b61 arg  0x000007c6 , 0x00000012 
+ 00031821  0x00008b62 copy  0x00000012 , 0x00000005 
+ 00031822  0x00008b63 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031823  0x00008b64 call  0x00007eb9 
+ 00031824  0x00008b65 call  0x00007eb9 
+ 00031825  0x00008b66 force  0x00000000 , 0x0000003f 
+ 00031826  0x00008b67 istore  0x00000008 , 0x00000005 
+ 00031827  0x00008b68 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031828  0x00008b69 call  0x00007eb6 
+ 00031829  0x00008b6a add  0x00000030 , 0x0000002c , 0x00000006 
+ 00031830  0x00008b6b call  0x00007eb6 
+ 00031831  0x00008b6c copy  0x0000000b , 0x00000011 
+ 00031832  0x00008b6d copy  0x00000011 , 0x00000005 
+ 00031833  0x00008b6e call  0x00007c96 
+ 00031834  0x00008b71 arg  0x000007c6 , 0x00000012 
+ 00031835  0x00008b72 copy  0x00000012 , 0x00000005 
+ 00031836  0x00008b73 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031837  0x00008b74 call  0x00007eb5 
+ 00031838  0x00008b75 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031839  0x00008b76 call  0x00007eb5 
+ 00031840  0x00008b77 call  0x00007ecd 
+ 00031841  0x00008b78 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031842  0x00008b79 call  0x00007eb6 
+ 00031843  0x00008b7a copy  0x0000000b , 0x00000011 
+ 00031844  0x00008b7b copy  0x00000011 , 0x00000005 
+ 00031845  0x00008b7c call  0x00007c96 
+ 00031846  0x00008b7f arg  0x000007c6 , 0x00000012 
+ 00031847  0x00008b80 copy  0x00000012 , 0x00000005 
+ 00031848  0x00008b81 add  0x00000030 , 0x00000038 , 0x00000006 
+ 00031849  0x00008b82 call  0x00007eb9 
+ 00031850  0x00008b83 call  0x00007ecd 
+ 00031851  0x00008b84 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031852  0x00008b85 call  0x00007eb5 
+ 00031853  0x00008b86 call  0x00007ecd 
+ 00031854  0x00008b87 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031855  0x00008b88 call  0x00007eb6 
+ 00031856  0x00008b89 copy  0x0000000b , 0x00000011 
+ 00031857  0x00008b8a copy  0x00000011 , 0x00000005 
+ 00031858  0x00008b8b branch  0x00007c96 
+ 00031859  0x00008b8f force  0x00000020 , 0x00000039 
+ 00031860  0x00008b90 arg  0x00000ad2 , 0x00000005 
+ 00031861  0x00008b91 iadd  0x00000005 , 0x00000005 
+ 00031862  0x00008b92 branch  0x00007f01 
+ 00031863  0x00008b95 force  0x00000008 , 0x00000039 
+ 00031864  0x00008b96 branch  0x00007781 
+ 00031865  0x00008b99 copy  0x00000011 , 0x00000012 
+ 00031866  0x00008b9a branch  0x00007be1 
+ 00031867  0x00008b9d force  0x00000008 , 0x00000039 
+ 00031868  0x00008b9e branch  0x00007712 
+ 00031869  0x00008ba1 call  0x00007c7b 
+ 00031870  0x00008ba2 copy  0x00000005 , 0x00000011 
+ 00031871  0x00008ba3 branch  0x00007c81 
+ 00031872  0x00008ba6 call  0x00007cae 
+ 00031873  0x00008ba8 isolate1  0x00000000 , 0x00000013 
+ 00031874  0x00008ba9 branch  0x00007c8a , 0x00000001 
+ 00031875  0x00008baa arg  0x0000091e , 0x00000012 
+ 00031876  0x00008bab copy  0x00000011 , 0x00000013 
+ 00031877  0x00008bac increase  0xffffffe0 , 0x00000011 
+ 00031878  0x00008bad call  0x00007cb1 
+ 00031879  0x00008bae nrtn  0x00000002 
+ 00031880  0x00008baf copy  0x00000013 , 0x00000011 
+ 00031881  0x00008bb0 branch  0x00007c92 
+ 00031882  0x00008bb3 call  0x00007c92 
+ 00031883  0x00008bb5 copy  0x00000011 , 0x00000013 
+ 00031884  0x00008bb6 increase  0xffffffe0 , 0x00000011 
+ 00031885  0x00008bb7 arg  0x0000091e , 0x00000012 
+ 00031886  0x00008bb8 call  0x00007cb1 
+ 00031887  0x00008bb9 nrtn  0x00000002 
+ 00031888  0x00008bba copy  0x00000013 , 0x00000011 
+ 00031889  0x00008bbb branch  0x00007c92 
+ 00031890  0x00008bbf increase  0xffffffe0 , 0x00000011 
+ 00031891  0x00008bc0 arg  0x0000091e , 0x00000012 
+ 00031892  0x00008bc1 copy  0x00000011 , 0x00000005 
+ 00031893  0x00008bc2 branch  0x00007ca9 
+ 00031894  0x00008bc8 call  0x00007ca9 
+ 00031895  0x00008bca branch  0x00007ca0 , 0x00000001 
+ 00031896  0x00008bcd add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031897  0x00008bce arg  0x0000091e , 0x00000012 
+ 00031898  0x00008bcf call  0x00007cb1 
+ 00031899  0x00008bd0 nrtn  0x00000002 
+ 00031900  0x00008bd1 arg  0x0000091e , 0x00000012 
+ 00031901  0x00008bd2 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031902  0x00008bd4 copy  0x00000011 , 0x00000005 
+ 00031903  0x00008bd5 branch  0x00007ca9 
+ 00031904  0x00008bd7 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031905  0x00008bd8 arg  0x0000091e , 0x00000012 
+ 00031906  0x00008bd9 copy  0x00000011 , 0x00000005 
+ 00031907  0x00008bda call  0x00007c7b 
+ 00031908  0x00008bdc rtn  0x00000001 
+ 00031909  0x00008bdd add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031910  0x00008bde arg  0x0000091e , 0x00000012 
+ 00031911  0x00008bdf copy  0x00000011 , 0x00000005 
+ 00031912  0x00008be0 branch  0x00007c7b 
+ 00031913  0x00008be5 force  0x00000008 , 0x00000039 
+ 00031914  0x00008be6 branch  0x00007720 
+ 00031915  0x00008be9 force  0x00000008 , 0x00000039 
+ 00031916  0x00008bea increase  0x0000001c , 0x00000011 
+ 00031917  0x00008beb branch  0x0000772f 
+ 00031918  0x00008bee force  0x00000008 , 0x00000039 
+ 00031919  0x00008bef force  0x00000000 , 0x00000013 
+ 00031920  0x00008bf0 branch  0x0000773d 
+ 00031921  0x00008bf3 force  0x00000008 , 0x00000039 
+ 00031922  0x00008bf4 increase  0x0000001c , 0x00000011 
+ 00031923  0x00008bf5 increase  0x0000001c , 0x00000012 
+ 00031924  0x00008bf6 branch  0x00007707 
+ 00031925  0x00008bfa ifetch  0x00000008 , 0x00000006 
+ 00031926  0x00008bfb nrtn  0x00000034 
+ 00031927  0x00008bfc branch  0x000076f5 
+ 00031928  0x00008c02 copy  0x00000011 , 0x00000030 
+ 00031929  0x00008c04 copy  0x00000030 , 0x00000011 
+ 00031930  0x00008c05 ifetch  0x00000001 , 0x00000011 
+ 00031931  0x00008c06 isolate1  0x00000000 , 0x0000003f 
+ 00031932  0x00008c07 rtn  0x00000001 
+ 00031933  0x00008c08 call  0x00007cab 
+ 00031934  0x00008c09 ifetch  0x00000001 , 0x00000012 
+ 00031935  0x00008c0a isolate0  0x00000000 , 0x0000003f 
+ 00031936  0x00008c0b branch  0x00007cc8 , 0x00000001 
+ 00031937  0x00008c0c arg  0x0000091e , 0x00000011 
+ 00031938  0x00008c0d copy  0x00000012 , 0x00000005 
+ 00031939  0x00008c0e call  0x00007c7b 
+ 00031940  0x00008c0f ifetch  0x00000001 , 0x00000012 
+ 00031941  0x00008c10 iadd  0x00000013 , 0x0000003f 
+ 00031942  0x00008c11 istore  0x00000001 , 0x00000012 
+ 00031943  0x00008c12 increase  0xffffffe0 , 0x00000012 
+ 00031944  0x00008c14 add  0x00000012 , 0x00000020 , 0x00000011 
+ 00031945  0x00008c15 force  0x00000009 , 0x00000039 
+ 00031946  0x00008c16 call  0x0000772f 
+ 00031947  0x00008c17 branch  0x00007cb9 
+ 00031948  0x00008c1c call  0x00002c65 
+ 00031949  0x00008c1d rtn  0x0000002b 
+ 00031950  0x00008c1e call  0x00007cd3 
+ 00031951  0x00008c1f call  0x00007d75 
+ 00031952  0x00008c20 branch  0x00007d08 
+ 00031953  0x00008c23 call  0x00007d29 
+ 00031954  0x00008c25 branch  0x00007d64 
+ 00031955  0x00008c28 fetch  0x00000001 , 0x00004686 
+ 00031956  0x00008c29 rtneq  0x000000ff 
+ 00031957  0x00008c2a iforce  0x00000002 
+ 00031958  0x00008c2b call  0x0000680e 
+ 00031959  0x00008c2c fetcht  0x00000001 , 0x00004686 
+ 00031960  0x00008c2d call  0x00006825 
+ 00031961  0x00008c2e nop  0x00000064 
+ 00031962  0x00008c2f fetcht  0x00000001 , 0x00004686 
+ 00031963  0x00008c30 call  0x000067fb 
+ 00031964  0x00008c31 branch  0x00007cdd 
+ 00031965  0x00008c36 bpatchx  0x000000f3 , 0x0000403e 
+ 00031966  0x00008c37 fetch  0x00000001 , 0x00004686 
+ 00031967  0x00008c38 rtneq  0x000000ff 
+ 00031968  0x00008c39 copy  0x0000003f , 0x00000002 
+ 00031969  0x00008c3a call  0x0000681d 
+ 00031970  0x00008c3b nbranch  0x00007cef , 0x00000001 
+ 00031971  0x00008c3e call  0x00007cf9 
+ 00031972  0x00008c3f fetch  0x00000002 , 0x00004682 
+ 00031973  0x00008c40 set1  0x0000000c 
+ 00031974  0x00008c41 store  0x00000002 , 0x00004682 
+ 00031975  0x00008c42 fetch  0x00000001 , 0x00004679 
+ 00031976  0x00008c43 rtneq  0x00000000 
+ 00031977  0x00008c44 jam  0x00000000 , 0x00004679 
+ 00031978  0x00008c46 fetch  0x00000001 , 0x00004685 
+ 00031979  0x00008c47 store  0x00000001 , 0x00004678 
+ 00031980  0x00008c48 call  0x00007d00 
+ 00031981  0x00008c49 jam  0x0000002c , 0x00000a99 
+ 00031982  0x00008c4a branch  0x00007d86 
+ 00031983  0x00008c4c fetch  0x00000002 , 0x00004682 
+ 00031984  0x00008c4d set0  0x0000000c 
+ 00031985  0x00008c4e store  0x00000002 , 0x00004682 
+ 00031986  0x00008c4f fetch  0x00000001 , 0x00004679 
+ 00031987  0x00008c50 rtneq  0x00000001 
+ 00031988  0x00008c51 jam  0x00000001 , 0x00004679 
+ 00031989  0x00008c53 jam  0x00000000 , 0x00004678 
+ 00031990  0x00008c54 call  0x00007d02 
+ 00031991  0x00008c55 jam  0x0000002d , 0x00000a99 
+ 00031992  0x00008c56 branch  0x00007d86 
+ 00031993  0x00008c59 fetch  0x00000001 , 0x00004678 
+ 00031994  0x00008c5a rtn  0x00000034 
+ 00031995  0x00008c5b increase  0xffffffff , 0x0000003f 
+ 00031996  0x00008c5c store  0x00000001 , 0x00004678 
+ 00031997  0x00008c5d nrtn  0x00000034 
+ 00031998  0x00008c5f jam  0x00000010 , 0x00000a99 
+ 00031999  0x00008c60 branch  0x00007d86 
+ 00032000  0x00008c63 arg  0x00000007 , 0x00000007 
+ 00032001  0x00008c64 branch  0x00002c32 
+ 00032002  0x00008c67 arg  0x00000007 , 0x00000007 
+ 00032003  0x00008c68 branch  0x00002c36 
+ 00032004  0x00008c7f fetch  0x00000002 , 0x0000421b 
+ 00032005  0x00008c80 mul32  0x00000011 , 0x0000000b , 0x00000012 
+ 00032006  0x00008c81 iadd  0x00000012 , 0x00000012 
+ 00032007  0x00008c82 rtn 
+ 00032008  0x00008c86 fetch  0x00000001 , 0x0000421a 
+ 00032009  0x00008c87 rtn  0x00000034 
+ 00032010  0x00008c88 copy  0x0000003f , 0x00000039 
+ 00032011  0x00008c89 fetch  0x00000002 , 0x0000421b 
+ 00032012  0x00008c8a copy  0x0000003f , 0x00000012 
+ 00032013  0x00008c8c add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032014  0x00008c8d ifetcht  0x00000001 , 0x00000013 
+ 00032015  0x00008c8e call  0x0000680e 
+ 00032016  0x00008c8f call  0x00007d32 
+ 00032017  0x00008c90 increase  0x0000000b , 0x00000012 
+ 00032018  0x00008c91 loop  0x00007d0d 
+ 00032019  0x00008c92 rtn 
+ 00032020  0x00008c97 call  0x00007d04 
+ 00032021  0x00008c98 setarg  0x00000002 
+ 00032022  0x00008c99 istore  0x00000001 , 0x00000012 
+ 00032023  0x00008c9a call  0x00007d5e 
+ 00032024  0x00008c9b branch  0x00007d35 
+ 00032025  0x00008ca1 call  0x00007d04 
+ 00032026  0x00008ca2 setarg  0x00000003 
+ 00032027  0x00008ca3 istore  0x00000001 , 0x00000012 
+ 00032028  0x00008ca4 call  0x00007d5e 
+ 00032029  0x00008ca5 branch  0x00007d32 
+ 00032030  0x00008caa call  0x00007d04 
+ 00032031  0x00008cab setarg  0x00000001 
+ 00032032  0x00008cac istore  0x00000001 , 0x00000012 
+ 00032033  0x00008cad setarg  0x000000ff 
+ 00032034  0x00008cae istore  0x00000001 , 0x00000005 
+ 00032035  0x00008caf branch  0x00007d32 
+ 00032036  0x00008cb5 call  0x00007d04 
+ 00032037  0x00008cb6 arg  0x0000000b , 0x00000039 
+ 00032038  0x00008cb7 copy  0x00000013 , 0x00000006 
+ 00032039  0x00008cb8 copy  0x00000012 , 0x00000005 
+ 00032040  0x00008cb9 branch  0x00007ef4 
+ 00032041  0x00008cbe fetch  0x00000001 , 0x0000421a 
+ 00032042  0x00008cbf rtn  0x00000034 
+ 00032043  0x00008cc0 arg  0x00000000 , 0x00000011 
+ 00032044  0x00008cc2 call  0x00007d38 
+ 00032045  0x00008cc3 increase  0x00000001 , 0x00000011 
+ 00032046  0x00008cc4 fetch  0x00000001 , 0x0000421a 
+ 00032047  0x00008cc5 isub  0x00000011 , 0x0000003e 
+ 00032048  0x00008cc6 rtn  0x00000005 
+ 00032049  0x00008cc7 branch  0x00007d2c 
+ 00032050  0x00008ccb add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032051  0x00008ccc ifetcht  0x00000001 , 0x00000013 
+ 00032052  0x00008ccd branch  0x00006825 
+ 00032053  0x00008cd1 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032054  0x00008cd2 ifetcht  0x00000001 , 0x00000013 
+ 00032055  0x00008cd3 branch  0x00006829 
+ 00032056  0x00008cd8 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00032057  0x00008cd9 call  0x00007f16 
+ 00032058  0x00008cda nrtn  0x00000034 
+ 00032059  0x00008cdc call  0x00007d04 
+ 00032060  0x00008cde ifetch  0x00000001 , 0x00000012 
+ 00032061  0x00008ce0 beq  0x00000002 , 0x00007d35 
+ 00032062  0x00008ce1 beq  0x00000003 , 0x00007d32 
+ 00032063  0x00008ce2 beq  0x00000000 , 0x00007d32 
+ 00032064  0x00008ce3 beq  0x00000005 , 0x00007d4c 
+ 00032065  0x00008ce5 call  0x00007d35 
+ 00032066  0x00008ce6 add  0x00000012 , 0x00000007 , 0x00000013 
+ 00032067  0x00008ce7 call  0x00007e7c 
+ 00032068  0x00008ce8 ifetch  0x00000002 , 0x00000013 
+ 00032069  0x00008ce9 call  0x00007f9c 
+ 00032070  0x00008cea call  0x00007e8c 
+ 00032071  0x00008ceb setarg  0x00000005 
+ 00032072  0x00008cec istore  0x00000001 , 0x00000012 
+ 00032073  0x00008ced add  0x00000012 , 0x00000003 , 0x00000013 
+ 00032074  0x00008cee ifetch  0x00000002 , 0x00000013 
+ 00032075  0x00008cef branch  0x00007d5c 
+ 00032076  0x00008cf3 call  0x00007d32 
+ 00032077  0x00008cf4 add  0x00000012 , 0x00000009 , 0x00000013 
+ 00032078  0x00008cf5 call  0x00007e7c 
+ 00032079  0x00008cf6 ifetch  0x00000002 , 0x00000013 
+ 00032080  0x00008cf7 call  0x00007f9c 
+ 00032081  0x00008cf8 call  0x00007e8c 
+ 00032082  0x00008cfa add  0x00000012 , 0x00000001 , 0x00000013 
+ 00032083  0x00008cfb ifetch  0x00000001 , 0x00000013 
+ 00032084  0x00008cfc beq  0x000000ff , 0x00007d58 
+ 00032085  0x00008cfd increase  0xffffffff , 0x0000003f 
+ 00032086  0x00008cfe istore  0x00000001 , 0x00000013 
+ 00032087  0x00008cff branch  0x00007d19 , 0x00000034 
+ 00032088  0x00008d01 setarg  0x00000004 
+ 00032089  0x00008d02 istore  0x00000001 , 0x00000012 
+ 00032090  0x00008d03 add  0x00000012 , 0x00000005 , 0x00000013 
+ 00032091  0x00008d04 ifetch  0x00000002 , 0x00000013 
+ 00032092  0x00008d06 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00032093  0x00008d07 branch  0x00007f08 
+ 00032094  0x00008d0a setarg  0x00000000 
+ 00032095  0x00008d0b branch  0x00007d5c 
+ 00032096  0x00008d12 setarg  0x00001000 
+ 00032097  0x00008d13 lshift16  0x0000003f , 0x0000003f 
+ 00032098  0x00008d14 iadd  0x00000012 , 0x00000012 
+ 00032099  0x00008d15 rtn 
+ 00032100  0x00008d18 bpatchx  0x000000f4 , 0x0000403e 
+ 00032101  0x00008d19 arg  0x00000000 , 0x00000011 
+ 00032102  0x00008d1a fetcht  0x00000004 , 0x0000467a 
+ 00032103  0x00008d1b copy  0x00000022 , 0x00000012 
+ 00032104  0x00008d1c copy  0x00000012 , 0x0000003f 
+ 00032105  0x00008d1d isub  0x00000002 , 0x0000003e 
+ 00032106  0x00008d1e ncall  0x00007d60 , 0x00000002 
+ 00032107  0x00008d21 copy  0x00000012 , 0x0000003f 
+ 00032108  0x00008d22 increase  0x000000a0 , 0x00000002 
+ 00032109  0x00008d23 increase  0x000000a0 , 0x00000002 
+ 00032110  0x00008d24 isub  0x00000002 , 0x0000003e 
+ 00032111  0x00008d25 nbranch  0x00007d78 , 0x00000002 
+ 00032112  0x00008d26 increase  0x00000001 , 0x00000011 
+ 00032113  0x00008d27 and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00032114  0x00008d28 nbranch  0x00007d6b , 0x00000034 
+ 00032115  0x00008d29 arg  0x00000000 , 0x00000011 
+ 00032116  0x00008d2a call  0x00007d7f 
+ 00032117  0x00008d2c copy  0x00000022 , 0x0000003f 
+ 00032118  0x00008d2d store  0x00000004 , 0x0000467a 
+ 00032119  0x00008d2e rtn 
+ 00032120  0x00008d30 bpatchx  0x000000f5 , 0x0000403e 
+ 00032121  0x00008d31 copy  0x00000011 , 0x0000003f 
+ 00032122  0x00008d32 rtn  0x00000034 
+ 00032123  0x00008d33 increase  0xffffff60 , 0x00000002 
+ 00032124  0x00008d34 increase  0xffffff60 , 0x00000002 
+ 00032125  0x00008d35 set0  0x0000001c , 0x00000002 
+ 00032126  0x00008d36 storet  0x00000004 , 0x0000467a 
+ 00032127  0x00008d38 branch  0x0000335f 
+ 00032128  0x00008d40 jam  0x00000001 , 0x00004666 
+ 00032129  0x00008d42 fetch  0x00000001 , 0x00004667 
+ 00032130  0x00008d43 nbranch  0x00007d81 , 0x00000034 
+ 00032131  0x00008d44 rtn 
+ 00032132  0x00008d47 jam  0x00000000 , 0x00004666 
+ 00032133  0x00008d48 rtn 
+ 00032134  0x00008d4d bpatchx  0x000000f6 , 0x0000403e 
+ 00032135  0x00008d4e call  0x00007d80 
+ 00032136  0x00008d4f copy  0x00000011 , 0x0000003f 
+ 00032137  0x00008d50 store  0x00000004 , 0x00000a91 
+ 00032138  0x00008d51 arg  0x00004668 , 0x00000011 
+ 00032139  0x00008d52 call  0x00007fb8 
+ 00032140  0x00008d53 fetch  0x00000004 , 0x00000a91 
+ 00032141  0x00008d54 copy  0x0000003f , 0x00000011 
+ 00032142  0x00008d55 branch  0x00007d84 
+ 00032143  0x00008d58 bpatchx  0x000000f7 , 0x0000403e 
+ 00032144  0x00008d59 call  0x00007d80 
+ 00032145  0x00008d5a copy  0x00000011 , 0x0000003f 
+ 00032146  0x00008d5b store  0x00000004 , 0x00000a91 
+ 00032147  0x00008d5c arg  0x00004670 , 0x00000011 
+ 00032148  0x00008d5d call  0x00007fb8 
+ 00032149  0x00008d5e fetch  0x00000004 , 0x00000a91 
+ 00032150  0x00008d5f copy  0x0000003f , 0x00000011 
+ 00032151  0x00008d60 branch  0x00007d84 
+ 00032152  0x00008d63 setarg  0x00000000 
+ 00032153  0x00008d64 store  0x00000008 , 0x00004670 
+ 00032154  0x00008d65 store  0x00000008 , 0x00004668 
+ 00032155  0x00008d66 rtn 
+ 00032156  0x00008d69 bpatchx  0x000000f8 , 0x0000403f 
+ 00032157  0x00008d6a fetch  0x00000001 , 0x000041ce 
+ 00032158  0x00008d6b nrtn  0x00000034 
+ 00032159  0x00008d6c arg  0x00004670 , 0x00000011 
+ 00032160  0x00008d6d call  0x00007fd0 
+ 00032161  0x00008d6e rtn  0x00000034 
+ 00032162  0x00008d6f jam  0x00000000 , 0x00000a90 
+ 00032163  0x00008d70 call  0x00007da7 
+ 00032164  0x00008d71 fetch  0x00000001 , 0x00000a90 
+ 00032165  0x00008d72 branch  0x00007d9c , 0x00000034 
+ 00032166  0x00008d73 rtn 
+ 00032167  0x00008d76 call  0x00007d80 
+ 00032168  0x00008d77 arg  0x00004670 , 0x00000011 
+ 00032169  0x00008d78 call  0x00007fc4 
+ 00032170  0x00008d79 copy  0x0000003f , 0x00000002 
+ 00032171  0x00008d7a call  0x00007d84 
+ 00032172  0x00008d7b bpatchx  0x000000f9 , 0x0000403f 
+ 00032173  0x00008d7c copy  0x00000002 , 0x0000003f 
+ 00032174  0x00008d7d rtn  0x00000034 
+ 00032175  0x00008d7e beq  0x00000001 , 0x00007ddd 
+ 00032176  0x00008d7f beq  0x00000002 , 0x00007de2 
+ 00032177  0x00008d80 beq  0x00000003 , 0x00007de8 
+ 00032178  0x00008d81 beq  0x00000007 , 0x00007ded 
+ 00032179  0x00008d82 beq  0x00000008 , 0x00007dee 
+ 00032180  0x00008d83 beq  0x00000009 , 0x00007def 
+ 00032181  0x00008d84 beq  0x0000000b , 0x00007df2 
+ 00032182  0x00008d85 beq  0x0000000c , 0x00007df3 
+ 00032183  0x00008d86 beq  0x0000000d , 0x00007df4 
+ 00032184  0x00008d87 beq  0x0000000e , 0x00007dfa 
+ 00032185  0x00008d88 beq  0x0000000f , 0x00007dff 
+ 00032186  0x00008d89 beq  0x00000010 , 0x00007e05 
+ 00032187  0x00008d8a beq  0x00000013 , 0x00007e0f 
+ 00032188  0x00008d8b beq  0x00000014 , 0x00007e11 
+ 00032189  0x00008d8c beq  0x00000015 , 0x00007e13 
+ 00032190  0x00008d8d beq  0x00000016 , 0x00007e15 
+ 00032191  0x00008d8e beq  0x00000017 , 0x00007e18 
+ 00032192  0x00008d8f beq  0x00000018 , 0x00007e1a 
+ 00032193  0x00008d90 beq  0x00000019 , 0x00007e1d 
+ 00032194  0x00008d91 beq  0x0000001b , 0x00007e25 
+ 00032195  0x00008d92 beq  0x0000001e , 0x00007e2f 
+ 00032196  0x00008d94 store  0x00000001 , 0x00000a99 
+ 00032197  0x00008d95 bpatchx  0x000000fa , 0x0000403f 
+ 00032198  0x00008d96 call  0x000062bc 
+ 00032199  0x00008d97 nbranch  0x00007ddb , 0x00000034 
+ 00032200  0x00008d99 fetch  0x00000001 , 0x00000a99 
+ 00032201  0x00008d9a bmark0  0x00000009 , 0x00007dd6 
+ 00032202  0x00008d9b beq  0x00000004 , 0x00007dea 
+ 00032203  0x00008d9c beq  0x00000005 , 0x00004d17 
+ 00032204  0x00008d9d beq  0x00000006 , 0x00004d26 
+ 00032205  0x00008d9e beq  0x0000000a , 0x00007df0 
+ 00032206  0x00008d9f beq  0x00000011 , 0x00007e0a 
+ 00032207  0x00008da0 beq  0x00000012 , 0x00007e0e 
+ 00032208  0x00008da1 beq  0x0000001d , 0x00007e26 
+ 00032209  0x00008da2 beq  0x0000001f , 0x000067cc 
+ 00032210  0x00008da3 beq  0x00000020 , 0x000067d0 
+ 00032211  0x00008da4 beq  0x00000021 , 0x00007e31 
+ 00032212  0x00008da5 beq  0x00000025 , 0x0000670b 
+ 00032213  0x00008da6 rtn 
+ 00032214  0x00008da9 store  0x00000001 , 0x00000a99 
+ 00032215  0x00008daa call  0x00002252 
+ 00032216  0x00008dab branch  0x00007ddb , 0x00000005 
+ 00032217  0x00008dac call  0x0000225a 
+ 00032218  0x00008dad nrtn  0x00000005 
+ 00032219  0x00008daf jam  0x00000001 , 0x00000a90 
+ 00032220  0x00008db0 branch  0x00007d8f 
+ 00032221  0x00008db6 fetch  0x00000002 , 0x00004682 
+ 00032222  0x00008db7 set1  0x00000006 
+ 00032223  0x00008db8 store  0x00000002 , 0x00004682 
+ 00032224  0x00008db9 jam  0x00000003 , 0x00004093 
+ 00032225  0x00008dba rtn 
+ 00032226  0x00008dbf jam  0x00000000 , 0x00004680 
+ 00032227  0x00008dc0 jam  0x00000000 , 0x00004093 
+ 00032228  0x00008dc1 fetch  0x00000002 , 0x00004682 
+ 00032229  0x00008dc2 set0  0x00000006 
+ 00032230  0x00008dc3 store  0x00000002 , 0x00004682 
+ 00032231  0x00008dc4 rtn 
+ 00032232  0x00008dc9 jam  0x00000005 , 0x000041ce 
+ 00032233  0x00008dca rtn 
+ 00032234  0x00008dcf jam  0x00000007 , 0x0000007c 
+ 00032235  0x00008dd0 jam  0x00000013 , 0x000004ca 
+ 00032236  0x00008dd1 rtn 
+ 00032237  0x00008dd6 rtn 
+ 00032238  0x00008ddb rtn 
+ 00032239  0x00008de0 rtn 
+ 00032240  0x00008de5 jam  0x00000002 , 0x000004d4 
+ 00032241  0x00008de6 branch  0x00004d0a 
+ 00032242  0x00008deb rtn 
+ 00032243  0x00008df0 rtn 
+ 00032244  0x00008df5 jam  0x00000001 , 0x0000436e 
+ 00032245  0x00008df6 jam  0x00000000 , 0x00004484 
+ 00032246  0x00008df7 fetch  0x00000002 , 0x00004682 
+ 00032247  0x00008df8 set1  0x0000000b , 0x0000003f 
+ 00032248  0x00008df9 store  0x00000002 , 0x00004682 
+ 00032249  0x00008dfa rtn 
+ 00032250  0x00008dff fetch  0x00000002 , 0x00004682 
+ 00032251  0x00008e00 set0  0x0000000b , 0x0000003f 
+ 00032252  0x00008e01 store  0x00000002 , 0x00004682 
+ 00032253  0x00008e02 jam  0x00000000 , 0x0000436e 
+ 00032254  0x00008e03 rtn 
+ 00032255  0x00008e08 jam  0x00000001 , 0x0000436e 
+ 00032256  0x00008e09 jam  0x00000001 , 0x00004484 
+ 00032257  0x00008e0a fetch  0x00000002 , 0x00004682 
+ 00032258  0x00008e0b set1  0x0000000b , 0x0000003f 
+ 00032259  0x00008e0c store  0x00000002 , 0x00004682 
+ 00032260  0x00008e0d rtn 
+ 00032261  0x00008e12 fetch  0x00000002 , 0x00004682 
+ 00032262  0x00008e13 set0  0x0000000b , 0x0000003f 
+ 00032263  0x00008e14 store  0x00000002 , 0x00004682 
+ 00032264  0x00008e15 jam  0x00000000 , 0x0000436e 
+ 00032265  0x00008e16 rtn 
+ 00032266  0x00008e1b setarg  0x00000014 
+ 00032267  0x00008e1c store  0x00000002 , 0x0000046d 
+ 00032268  0x00008e1d store  0x00000002 , 0x000044ba 
+ 00032269  0x00008e1e branch  0x00005c92 
+ 00032270  0x00008e23 branch  0x00005abf 
+ 00032271  0x00008e28 arg  0x00000000 , 0x00000011 
+ 00032272  0x00008e29 branch  0x00007d19 
+ 00032273  0x00008e2e arg  0x00000000 , 0x00000011 
+ 00032274  0x00008e2f branch  0x00007d14 
+ 00032275  0x00008e34 arg  0x00000000 , 0x00000011 
+ 00032276  0x00008e35 branch  0x00007d1e 
+ 00032277  0x00008e3a jam  0x00000001 , 0x00004369 
+ 00032278  0x00008e3b jam  0x0000001b , 0x000041ce 
+ 00032279  0x00008e3e rtn 
+ 00032280  0x00008e43 jam  0x00000001 , 0x00004369 
+ 00032281  0x00008e44 rtn 
+ 00032282  0x00008e49 jam  0x00000000 , 0x00004369 
+ 00032283  0x00008e4a jam  0x00000000 , 0x000041ce 
+ 00032284  0x00008e4b rtn 
+ 00032285  0x00008e50 fetch  0x00000002 , 0x000041eb 
+ 00032286  0x00008e51 call  0x00007f9c 
+ 00032287  0x00008e52 fetch  0x00000001 , 0x00004686 
+ 00032288  0x00008e53 beq  0x000000ff , 0x00007e23 
+ 00032289  0x00008e54 copy  0x0000003f , 0x00000002 
+ 00032290  0x00008e55 call  0x000067fb 
+ 00032291  0x00008e57 call  0x00007d98 
+ 00032292  0x00008e58 branch  0x00002b1f 
+ 00032293  0x00008e5d branch  0x00005b02 
+ 00032294  0x00008e62 jam  0x00000034 , 0x0000007c 
+ 00032295  0x00008e63 set1  0x00000003 , 0x00000000 
+ 00032296  0x00008e64 nrtn  0x00000029 
+ 00032297  0x00008e65 jam  0x00000000 , 0x0000455b 
+ 00032298  0x00008e66 jam  0x00000013 , 0x0000007c 
+ 00032299  0x00008e67 fetch  0x00000001 , 0x0000016d 
+ 00032300  0x00008e68 set0  0x00000002 , 0x0000003f 
+ 00032301  0x00008e69 store  0x00000001 , 0x0000016d 
+ 00032302  0x00008e6a rtn 
+ 00032303  0x00008e6f force  0x00000003 , 0x00000007 
+ 00032304  0x00008e70 branch  0x00007f07 
+ 00032305  0x00008e75 call  0x000062f8 
+ 00032306  0x00008e76 jam  0x00000041 , 0x0000007d 
+ 00032307  0x00008e77 branch  0x00005f9d 
+ 00032308  0x00008e7b fetch  0x00000001 , 0x00004682 
+ 00032309  0x00008e7c rtnbit0  0x0000000c 
+ 00032310  0x00008e7d rtnbit0  0x00000007 
+ 00032311  0x00008e7e branch  0x00007e2f 
+ 00032312  0x00008e84 fetch  0x00000002 , 0x00004218 
+ 00032313  0x00008e85 add  0x0000003f , 0x00000002 , 0x00000005 
+ 00032314  0x00008e86 setarg  0x00000000 
+ 00032315  0x00008e87 istore  0x00000003 , 0x00000005 
+ 00032316  0x00008e88 rtn 
+ 00032317  0x00008e8d call  0x00007fe9 
+ 00032318  0x00008e8e call  0x00007e69 
+ 00032319  0x00008e8f rtn  0x00000034 
+ 00032320  0x00008e90 fetch  0x00000002 , 0x00004218 
+ 00032321  0x00008e91 add  0x0000003f , 0x00000002 , 0x00000012 
+ 00032322  0x00008e92 ifetcht  0x00000001 , 0x00000012 
+ 00032323  0x00008e93 increase  0x00000001 , 0x00000002 
+ 00032324  0x00008e94 istoret  0x00000001 , 0x00000012 
+ 00032325  0x00008e96 ifetcht  0x00000001 , 0x0000003f 
+ 00032326  0x00008e97 copy  0x00000002 , 0x00000039 
+ 00032327  0x00008e98 add  0x0000003f , 0x00000004 , 0x00000012 
+ 00032328  0x00008e99 ifetch  0x00000001 , 0x00000012 
+ 00032329  0x00008e9a imul32  0x00000002 , 0x0000003f 
+ 00032330  0x00008e9b iadd  0x00000006 , 0x00000005 
+ 00032331  0x00008e9c copy  0x00000011 , 0x00000006 
+ 00032332  0x00008e9e call  0x00007f01 
+ 00032333  0x00008e9f call  0x00007e6d 
+ 00032334  0x00008ea0 pincrease  0xffffffff 
+ 00032335  0x00008ea1 ifetcht  0x00000001 , 0x00000012 
+ 00032336  0x00008ea2 increase  0x00000001 , 0x00000002 
+ 00032337  0x00008ea3 iand  0x00000002 , 0x00000002 
+ 00032338  0x00008ea4 istoret  0x00000001 , 0x00000012 
+ 00032339  0x00008ea5 branch  0x00007fe7 
+ 00032340  0x00008eab call  0x00007fe9 
+ 00032341  0x00008eac call  0x00007e65 
+ 00032342  0x00008ead rtn  0x00000034 
+ 00032343  0x00008eae fetch  0x00000002 , 0x00004218 
+ 00032344  0x00008eaf add  0x0000003f , 0x00000002 , 0x00000012 
+ 00032345  0x00008eb0 ifetcht  0x00000001 , 0x00000012 
+ 00032346  0x00008eb1 increase  0xffffffff , 0x00000002 
+ 00032347  0x00008eb2 istoret  0x00000001 , 0x00000012 
+ 00032348  0x00008eb3 ifetcht  0x00000001 , 0x0000003f 
+ 00032349  0x00008eb4 copy  0x00000002 , 0x00000039 
+ 00032350  0x00008eb5 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00032351  0x00008eb6 ifetch  0x00000001 , 0x00000012 
+ 00032352  0x00008eb7 imul32  0x00000002 , 0x0000003f 
+ 00032353  0x00008eb8 iadd  0x00000006 , 0x00000006 
+ 00032354  0x00008eb9 increase  0x00000001 , 0x00000006 
+ 00032355  0x00008eba copy  0x00000011 , 0x00000005 
+ 00032356  0x00008ebb branch  0x00007e4c 
+ 00032357  0x00008ec0 fetch  0x00000002 , 0x00004218 
+ 00032358  0x00008ec1 add  0x0000003f , 0x00000002 , 0x00000006 
+ 00032359  0x00008ec2 ifetch  0x00000001 , 0x00000006 
+ 00032360  0x00008ec3 rtn 
+ 00032361  0x00008ec7 call  0x00007e6d 
+ 00032362  0x00008ec8 ifetcht  0x00000001 , 0x00000006 
+ 00032363  0x00008ec9 isub  0x00000002 , 0x0000003f 
+ 00032364  0x00008eca rtn 
+ 00032365  0x00008ece fetch  0x00000002 , 0x00004218 
+ 00032366  0x00008ecf add  0x0000003f , 0x00000001 , 0x00000006 
+ 00032367  0x00008ed0 ifetch  0x00000001 , 0x00000006 
+ 00032368  0x00008ed1 rtn 
+ 00032369  0x00008eda sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032370  0x00008edb rtn  0x00000005 
+ 00032371  0x00008edd rshift  0x0000003f , 0x0000003f 
+ 00032372  0x00008ede loop  0x00007e73 
+ 00032373  0x00008edf rtn 
+ 00032374  0x00008ee3 force  0x00000001 , 0x0000003f 
+ 00032375  0x00008ee4 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032376  0x00008ee5 rtn  0x00000005 
+ 00032377  0x00008ee7 lshift  0x0000003f , 0x0000003f 
+ 00032378  0x00008ee8 loop  0x00007e79 
+ 00032379  0x00008ee9 rtn 
+ 00032380  0x00008eeb deposit  0x00000005 
+ 00032381  0x00008eec store  0x00000002 , 0x00000abb 
+ 00032382  0x00008eed storet  0x00000008 , 0x00000aa2 
+ 00032383  0x00008eee deposit  0x0000000b 
+ 00032384  0x00008eef store  0x00000004 , 0x00000aaa 
+ 00032385  0x00008ef0 call  0x00007e85 
+ 00032386  0x00008ef1 deposit  0x00000006 
+ 00032387  0x00008ef2 store  0x00000002 , 0x00000ab9 
+ 00032388  0x00008ef3 rtn 
+ 00032389  0x00008ef6 deposit  0x00000011 
+ 00032390  0x00008ef7 store  0x00000004 , 0x00000aae 
+ 00032391  0x00008ef8 deposit  0x00000012 
+ 00032392  0x00008ef9 store  0x00000004 , 0x00000ab2 
+ 00032393  0x00008efa deposit  0x00000013 
+ 00032394  0x00008efb store  0x00000003 , 0x00000ab6 
+ 00032395  0x00008efc rtn 
+ 00032396  0x00008eff fetcht  0x00000008 , 0x00000aa2 
+ 00032397  0x00008f00 fetch  0x00000004 , 0x00000aaa 
+ 00032398  0x00008f01 iforce  0x0000000b 
+ 00032399  0x00008f02 call  0x00007e95 
+ 00032400  0x00008f03 fetch  0x00000002 , 0x00000abb 
+ 00032401  0x00008f04 iforce  0x00000005 
+ 00032402  0x00008f05 fetch  0x00000002 , 0x00000ab9 
+ 00032403  0x00008f06 iforce  0x00000006 
+ 00032404  0x00008f07 rtn 
+ 00032405  0x00008f0a fetch  0x00000004 , 0x00000aae 
+ 00032406  0x00008f0b iforce  0x00000011 
+ 00032407  0x00008f0c fetch  0x00000004 , 0x00000ab2 
+ 00032408  0x00008f0d iforce  0x00000012 
+ 00032409  0x00008f0e fetch  0x00000003 , 0x00000ab6 
+ 00032410  0x00008f0f iforce  0x00000013 
+ 00032411  0x00008f10 rtn 
+ 00032412  0x00008f13 fetch  0x00000002 , 0x00000abb 
+ 00032413  0x00008f14 copy  0x0000003f , 0x00000005 
+ 00032414  0x00008f15 rtn 
+ 00032415  0x00008f17 fetch  0x00000002 , 0x00000ab9 
+ 00032416  0x00008f18 copy  0x0000003f , 0x00000006 
+ 00032417  0x00008f19 rtn 
+ 00032418  0x00008f1b copy  0x00000005 , 0x0000003f 
+ 00032419  0x00008f1c store  0x00000002 , 0x00000abb 
+ 00032420  0x00008f1d rtn 
+ 00032421  0x00008f1f copy  0x00000006 , 0x0000003f 
+ 00032422  0x00008f20 store  0x00000002 , 0x00000ab9 
+ 00032423  0x00008f21 rtn 
+ 00032424  0x00008f26 copy  0x00000005 , 0x0000003f 
+ 00032425  0x00008f27 store  0x00000002 , 0x00000a97 
+ 00032426  0x00008f28 copy  0x00000006 , 0x0000003f 
+ 00032427  0x00008f29 store  0x00000002 , 0x00000a95 
+ 00032428  0x00008f2a rtn 
+ 00032429  0x00008f2c fetch  0x00000002 , 0x00000a97 
+ 00032430  0x00008f2d copy  0x0000003f , 0x00000005 
+ 00032431  0x00008f2e fetch  0x00000002 , 0x00000a95 
+ 00032432  0x00008f2f copy  0x0000003f , 0x00000006 
+ 00032433  0x00008f30 rtn 
+ 00032434  0x00008f33 call  0x00007ebd 
+ 00032435  0x00008f35 call  0x00007ebd 
+ 00032436  0x00008f36 branch  0x00007ebd 
+ 00032437  0x00008f38 call  0x00007eb9 
+ 00032438  0x00008f3a ifetch  0x00000004 , 0x00000006 
+ 00032439  0x00008f3b istore  0x00000004 , 0x00000005 
+ 00032440  0x00008f3c rtn 
+ 00032441  0x00008f3e ifetch  0x00000008 , 0x00000006 
+ 00032442  0x00008f3f istore  0x00000008 , 0x00000005 
+ 00032443  0x00008f40 rtn 
+ 00032444  0x00008f43 call  0x00007ebf 
+ 00032445  0x00008f45 call  0x00007eb9 
+ 00032446  0x00008f47 call  0x00007eb9 
+ 00032447  0x00008f49 call  0x00007eb9 
+ 00032448  0x00008f4a branch  0x00007eb9 
+ 00032449  0x00008f4f arg  0x0000000a , 0x00000039 
+ 00032450  0x00008f51 nop  0x00002ee0 
+ 00032451  0x00008f52 loop  0x00007ec2 
+ 00032452  0x00008f53 rtn 
+ 00032453  0x00008f56 force  0x00000003 , 0x00000039 
+ 00032454  0x00008f58 force  0x00000000 , 0x0000003f 
+ 00032455  0x00008f5a istore  0x00000008 , 0x00000005 
+ 00032456  0x00008f5b loop  0x00007ec7 
+ 00032457  0x00008f5c rtn 
+ 00032458  0x00008f5f force  0x00000000 , 0x0000003f 
+ 00032459  0x00008f60 istore  0x00000008 , 0x00000005 
+ 00032460  0x00008f61 rtn 
+ 00032461  0x00008f63 force  0x00000000 , 0x0000003f 
+ 00032462  0x00008f64 istore  0x00000004 , 0x00000005 
+ 00032463  0x00008f65 rtn 
+ 00032464  0x00008f68 force  0x00000004 , 0x00000039 
+ 00032465  0x00008f69 branch  0x00007ec6 
+ 00032466  0x00008f6b force  0x00000008 , 0x00000039 
+ 00032467  0x00008f6c branch  0x00007ec6 
+ 00032468  0x00008f6f deposit  0x00000039 
+ 00032469  0x00008f70 rtn  0x00000034 
+ 00032470  0x00008f71 setarg  0x00000000 
+ 00032471  0x00008f73 istore  0x00000001 , 0x00000005 
+ 00032472  0x00008f74 loop  0x00007ed7 
+ 00032473  0x00008f75 rtn 
+ 00032474  0x00008f79 arg  0x00000020 , 0x00000039 
+ 00032475  0x00008f7a arg  0x00000ac2 , 0x00000005 
+ 00032476  0x00008f7b branch  0x00007ed4 
+ 00032477  0x00008f7e ifetch  0x00000004 , 0x00000013 
+ 00032478  0x00008f7f ifetcht  0x00000004 , 0x00000011 
+ 00032479  0x00008f80 ixor  0x00000002 , 0x0000003f 
+ 00032480  0x00008f81 istore  0x00000004 , 0x00000005 
+ 00032481  0x00008f82 increase  0x00000004 , 0x00000011 
+ 00032482  0x00008f83 increase  0x00000004 , 0x00000013 
+ 00032483  0x00008f84 loop  0x00007edd 
+ 00032484  0x00008f85 rtn 
+ 00032485  0x00008f8a bpatchx  0x000000fb , 0x0000403f 
+ 00032486  0x00008f8b copy  0x00000039 , 0x0000003f 
+ 00032487  0x00008f8c sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00032488  0x00008f8d rtn  0x00000002 
+ 00032489  0x00008f8e iadd  0x00000011 , 0x00000012 
+ 00032490  0x00008f8f increase  0xffffffff , 0x00000012 
+ 00032491  0x00008f90 rshift  0x00000039 , 0x00000039 
+ 00032492  0x00008f92 ifetcht  0x00000001 , 0x00000011 
+ 00032493  0x00008f93 ifetch  0x00000001 , 0x00000012 
+ 00032494  0x00008f94 istore  0x00000001 , 0x00000011 
+ 00032495  0x00008f95 istoret  0x00000001 , 0x00000012 
+ 00032496  0x00008f96 increase  0xffffffff , 0x00000012 
+ 00032497  0x00008f97 increase  0x00000001 , 0x00000011 
+ 00032498  0x00008f98 loop  0x00007eec 
+ 00032499  0x00008f99 rtn 
+ 00032500  0x00008f9d deposit  0x00000039 
+ 00032501  0x00008f9e rtn  0x00000034 
+ 00032502  0x00008fa0 increase  0xfffffff8 , 0x00000039 
+ 00032503  0x00008fa1 call  0x00007eb9 , 0x00000002 
+ 00032504  0x00008fa2 rtn  0x00000005 
+ 00032505  0x00008fa3 branch  0x00007ef6 , 0x00000002 
+ 00032506  0x00008fa4 increase  0x00000008 , 0x00000039 
+ 00032507  0x00008fa6 increase  0xfffffffc , 0x00000039 
+ 00032508  0x00008fa7 call  0x00007eb6 , 0x00000002 
+ 00032509  0x00008fa8 rtn  0x00000005 
+ 00032510  0x00008fa9 branch  0x00007efb , 0x00000002 
+ 00032511  0x00008faa increase  0x00000004 , 0x00000039 
+ 00032512  0x00008fab branch  0x00007f01 
+ 00032513  0x00008fae deposit  0x00000039 
+ 00032514  0x00008faf rtn  0x00000034 
+ 00032515  0x00008fb1 ifetch  0x00000001 , 0x00000006 
+ 00032516  0x00008fb2 istore  0x00000001 , 0x00000005 
+ 00032517  0x00008fb3 loop  0x00007f03 
+ 00032518  0x00008fb4 rtn 
+ 00032519  0x00008fb7 setarg  0x00000000 
+ 00032520  0x00008fb9 rshift  0x00000022 , 0x00000002 
+ 00032521  0x00008fba storet  0x00000004 , 0x00004094 
+ 00032522  0x00008fbb arg  0x0000419d , 0x00000005 
+ 00032523  0x00008fbc iforce  0x00000002 
+ 00032524  0x00008fbd lshift  0x00000007 , 0x0000003f 
+ 00032525  0x00008fbe iadd  0x00000005 , 0x00000005 
+ 00032526  0x00008fbf istoret  0x00000002 , 0x00000005 
+ 00032527  0x00008fc0 bpatchx  0x000000fc , 0x0000403f 
+ 00032528  0x00008fc1 rtn 
+ 00032529  0x00008fc4 arg  0x00000800 , 0x0000000b 
+ 00032530  0x00008fc5 lshift16  0x0000000b , 0x0000000b 
+ 00032531  0x00008fc6 iadd  0x0000000b , 0x0000003f 
+ 00032532  0x00008fc7 rtn 
+ 00032533  0x00008fcb arg  0x00000000 , 0x00000007 
+ 00032534  0x00008fcd bpatchx  0x000000fd , 0x0000403f 
+ 00032535  0x00008fce fetcht  0x00000004 , 0x00004094 
+ 00032536  0x00008fcf rshift  0x00000022 , 0x0000003f 
+ 00032537  0x00008fd0 store  0x00000004 , 0x00004094 
+ 00032538  0x00008fd1 isub  0x00000002 , 0x0000003e 
+ 00032539  0x00008fd2 ncall  0x00007f11 , 0x00000002 
+ 00032540  0x00008fd3 isub  0x00000002 , 0x0000000b 
+ 00032541  0x00008fd4 copy  0x0000000b , 0x00000002 
+ 00032542  0x00008fd5 arg  0x0000419d , 0x00000006 
+ 00032543  0x00008fd6 copy  0x00000006 , 0x00000005 
+ 00032544  0x00008fd7 arg  0x00000010 , 0x00000039 
+ 00032545  0x00008fd9 ifetch  0x00000002 , 0x00000006 
+ 00032546  0x00008fda isub  0x00000002 , 0x0000003f 
+ 00032547  0x00008fdb branch  0x00007f25 , 0x00000002 
+ 00032548  0x00008fdc force  0x00000000 , 0x0000003f 
+ 00032549  0x00008fde istore  0x00000002 , 0x00000005 
+ 00032550  0x00008fdf loop  0x00007f21 
+ 00032551  0x00008fe0 arg  0x0000419d , 0x00000006 
+ 00032552  0x00008fe1 lshift  0x00000007 , 0x0000003f 
+ 00032553  0x00008fe2 iadd  0x00000006 , 0x00000006 
+ 00032554  0x00008fe3 ifetch  0x00000002 , 0x00000006 
+ 00032555  0x00008fe4 rtn 
+ 00032556  0x00008fea iadd  0x00000002 , 0x00000002 
+ 00032557  0x00008feb copy  0x00000002 , 0x00000039 
+ 00032558  0x00008fec setarg  0x00000ea6 
+ 00032559  0x00008fed isub  0x00000039 , 0x0000003f 
+ 00032560  0x00008fee rtn  0x00000002 
+ 00032561  0x00008fef sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032562  0x00008ff0 rshift16  0x00000002 , 0x00000002 
+ 00032563  0x00008ff1 increase  0x00000001 , 0x00000002 
+ 00032564  0x00008ff2 lshift16  0x00000002 , 0x00000002 
+ 00032565  0x00008ff3 ior  0x00000002 , 0x00000002 
+ 00032566  0x00008ff4 rtn 
+ 00032567  0x00008ff7 call  0x00007f39 
+ 00032568  0x00008ff8 branch  0x00007f43 
+ 00032569  0x00008ffc disable  0x00000028 
+ 00032570  0x00008ffd isub  0x00000002 , 0x0000003f 
+ 00032571  0x00008ffe branch  0x00007f3e , 0x00000002 
+ 00032572  0x00008fff enable  0x00000028 
+ 00032573  0x00009000 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032574  0x00009002 rtnbit0  0x0000000f 
+ 00032575  0x00009003 arg  0xffff0ea6 , 0x00000002 
+ 00032576  0x00009004 iadd  0x00000002 , 0x0000003f 
+ 00032577  0x00009005 set0  0x00000040 , 0x0000003f 
+ 00032578  0x00009006 rtn 
+ 00032579  0x00009009 iforce  0x00000006 
+ 00032580  0x0000900a rshift16  0x0000003f , 0x0000003f 
+ 00032581  0x0000900b arg  0x00000ea6 , 0x00000002 
+ 00032582  0x0000900c imul32  0x00000002 , 0x0000003f 
+ 00032583  0x0000900d iadd  0x00000006 , 0x0000003f 
+ 00032584  0x0000900e rtn 
+ 00032585  0x00009012 lshift8  0x0000003f , 0x0000003f 
+ 00032586  0x00009013 lshift4  0x0000003f , 0x0000003f 
+ 00032587  0x00009014 fetcht  0x00000003 , 0x0000416f 
+ 00032588  0x00009015 idiv  0x00000002 
+ 00032589  0x00009016 call  0x00007f86 
+ 00032590  0x00009017 quotient  0x00000002 
+ 00032591  0x00009018 rtn 
+ 00032592  0x0000901c arg  0x00000ea6 , 0x00000002 
+ 00032593  0x0000901d idiv  0x00000002 
+ 00032594  0x0000901e call  0x00007f86 
+ 00032595  0x0000901f quotient  0x0000003f 
+ 00032596  0x00009020 lshift16  0x0000003f , 0x0000003f 
+ 00032597  0x00009021 remainder  0x00000002 
+ 00032598  0x00009022 ior  0x00000002 , 0x00000002 
+ 00032599  0x00009023 rtn 
+ 00032600  0x0000902b arg  0x00000000 , 0x00000002 
+ 00032601  0x0000902d copy  0x00000002 , 0x00000013 
+ 00032602  0x0000902e ifetch  0x00000001 , 0x00000003 
+ 00032603  0x0000902f call  0x00007f64 
+ 00032604  0x00009030 copy  0x00000013 , 0x00000002 
+ 00032605  0x00009031 call  0x00007f95 
+ 00032606  0x00009032 arg  0x0000000a , 0x00000012 
+ 00032607  0x00009033 imul32  0x00000012 , 0x0000003f 
+ 00032608  0x00009034 iadd  0x00000002 , 0x0000003f 
+ 00032609  0x00009035 copy  0x0000003f , 0x00000002 
+ 00032610  0x00009036 loop  0x00007f59 
+ 00032611  0x00009037 rtn 
+ 00032612  0x0000903c arg  0x0000003a , 0x00000002 
+ 00032613  0x0000903d isub  0x00000002 , 0x0000003e 
+ 00032614  0x0000903e nbranch  0x00007f6d , 0x00000002 
+ 00032615  0x0000903f arg  0x00000061 , 0x00000002 
+ 00032616  0x00009040 isub  0x00000002 , 0x0000003e 
+ 00032617  0x00009041 branch  0x00007f70 , 0x00000002 
+ 00032618  0x00009042 arg  0x00000037 , 0x00000002 
+ 00032619  0x00009043 isub  0x00000002 , 0x0000003f 
+ 00032620  0x00009044 rtn 
+ 00032621  0x00009046 arg  0x00000030 , 0x00000002 
+ 00032622  0x00009047 isub  0x00000002 , 0x0000003f 
+ 00032623  0x00009048 rtn 
+ 00032624  0x0000904a arg  0x00000057 , 0x00000002 
+ 00032625  0x0000904b isub  0x00000002 , 0x0000003f 
+ 00032626  0x0000904c rtn 
+ 00032627  0x0000904f copy  0x00000002 , 0x00000030 
+ 00032628  0x00009050 setarg  0x000001ff 
+ 00032629  0x00009051 force  0x00000000 , 0x00000012 
+ 00032630  0x00009053 rshift3  0x0000003f , 0x00000011 
+ 00032631  0x00009054 rshift  0x00000011 , 0x00000011 
+ 00032632  0x00009055 ixor  0x00000011 , 0x00000011 
+ 00032633  0x00009056 isolate1  0x00000000 , 0x00000011 
+ 00032634  0x00009057 setflag  0x00000001 , 0x00000009 , 0x0000003f 
+ 00032635  0x00009058 rshift  0x00000002 , 0x00000002 
+ 00032636  0x00009059 isolate1  0x00000000 , 0x0000003f 
+ 00032637  0x0000905a setflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00032638  0x0000905b rshift  0x0000003f , 0x0000003f 
+ 00032639  0x0000905c increase  0x00000001 , 0x00000012 
+ 00032640  0x0000905d compare  0x00000000 , 0x00000012 , 0x00000007 
+ 00032641  0x0000905e nbranch  0x00007f76 , 0x00000001 
+ 00032642  0x0000905f istoret  0x00000001 , 0x00000005 
+ 00032643  0x00009060 loop  0x00007f76 
+ 00032644  0x00009061 copy  0x00000030 , 0x00000002 
+ 00032645  0x00009062 rtn 
+ 00032646  0x00009066 rtn  0x00000035 
+ 00032647  0x00009067 branch  0x00007f86 
+ 00032648  0x00009073 ifetch  0x00000001 , 0x00000011 
+ 00032649  0x00009074 ifetcht  0x00000001 , 0x00000012 
+ 00032650  0x00009075 isub  0x00000002 , 0x0000003e 
+ 00032651  0x00009076 nrtn  0x00000005 
+ 00032652  0x00009077 increase  0x00000001 , 0x00000011 
+ 00032653  0x00009078 increase  0x00000001 , 0x00000012 
+ 00032654  0x00009079 loop  0x00007f88 
+ 00032655  0x0000907a force  0x00000000 , 0x0000003e 
+ 00032656  0x0000907b rtn 
+ 00032657  0x0000907f isub  0x00000002 , 0x0000003e 
+ 00032658  0x00009080 nrtn  0x00000002 
+ 00032659  0x00009081 deposit  0x00000002 
+ 00032660  0x00009082 rtn 
+ 00032661  0x00009085 iadd  0x00000002 , 0x0000003f 
+ 00032662  0x00009086 isub  0x00000002 , 0x00000002 
+ 00032663  0x00009087 isub  0x00000002 , 0x0000003f 
+ 00032664  0x00009088 rtn 
+ 00032665  0x0000908b arg  0x00000200 , 0x00000039 
+ 00032666  0x0000908c arg  0x00004000 , 0x00000005 
+ 00032667  0x0000908d branch  0x00007ec6 
+ 00032668  0x00009091 rtn  0x00000034 
+ 00032669  0x00009092 copy  0x0000003f , 0x0000003d 
+ 00032670  0x00009096 hfetch  0x00000002 , 0x0000810e 
+ 00032671  0x00009097 nbranch  0x00007f9e , 0x00000034 
+ 00032672  0x00009098 rtn 
+ 00032673  0x0000909b jam  0x00000001 , 0x00008203 
+ 00032674  0x0000909c rtn 
+ 00032675  0x0000909f hstore  0x00000002 , 0x00008205 
+ 00032676  0x000090a0 hfetch  0x00000001 , 0x00008203 
+ 00032677  0x000090a1 set1  0x00000004 , 0x0000003f 
+ 00032678  0x000090a2 hstore  0x00000001 , 0x00008203 
+ 00032679  0x000090a3 rtn 
+ 00032680  0x000090a5 hstore  0x00000002 , 0x00008207 
+ 00032681  0x000090a6 hfetch  0x00000001 , 0x00008203 
+ 00032682  0x000090a7 set1  0x00000006 , 0x0000003f 
+ 00032683  0x000090a8 hstore  0x00000001 , 0x00008203 
+ 00032684  0x000090a9 rtn 
+ 00032685  0x000090ac hstore  0x00000002 , 0x00008205 
+ 00032686  0x000090ad jam  0x00000030 , 0x00008203 
+ 00032687  0x000090ae rtn 
+ 00032688  0x000090b3 hfetch  0x00000001 , 0x00008043 
+ 00032689  0x000090b4 set0  0x00000004 , 0x0000003f 
+ 00032690  0x000090b5 hstore  0x00000001 , 0x00008043 
+ 00032691  0x000090b6 rtn 
+ 00032692  0x000090b9 hfetch  0x00000002 , 0x0000810e 
+ 00032693  0x000090ba arg  0x00000200 , 0x00000002 
+ 00032694  0x000090bc isub  0x00000002 , 0x0000003e 
+ 00032695  0x000090bd rtn 
+ 00032696  0x000090c4 bpatchx  0x000000fe , 0x0000403f 
+ 00032697  0x000090c5 ifetcht  0x00000008 , 0x00000011 
+ 00032698  0x000090c6 and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00032699  0x000090c7 nbranch  0x00007fbe , 0x00000034 
+ 00032700  0x000090c8 rshift8  0x00000002 , 0x0000003f 
+ 00032701  0x000090c9 istore  0x00000008 , 0x00000011 
+ 00032702  0x000090cb increase  0x00000007 , 0x00000011 
+ 00032703  0x000090cc ifetch  0x00000001 , 0x00000011 
+ 00032704  0x000090cd nbranch  0x00002a8c , 0x00000034 
+ 00032705  0x000090ce fetch  0x00000001 , 0x00000a99 
+ 00032706  0x000090cf istore  0x00000001 , 0x00000011 
+ 00032707  0x000090d0 rtn 
+ 00032708  0x000090d6 bpatchx  0x000000ff , 0x0000403f 
+ 00032709  0x000090d7 arg  0x00000008 , 0x00000039 
+ 00032710  0x000090d8 ifetch  0x00000008 , 0x00000011 
+ 00032711  0x000090d9 rtn  0x00000034 
+ 00032712  0x000090db ifetch  0x00000001 , 0x00000011 
+ 00032713  0x000090dc nbranch  0x00007fcd , 0x00000034 
+ 00032714  0x000090dd increase  0x00000001 , 0x00000011 
+ 00032715  0x000090de loop  0x00007fc8 
+ 00032716  0x000090df branch  0x00002a8c 
+ 00032717  0x000090e1 arg  0x00000000 , 0x00000002 
+ 00032718  0x000090e2 istoret  0x00000001 , 0x00000011 
+ 00032719  0x000090e3 rtn 
+ 00032720  0x000090e9 ifetch  0x00000008 , 0x00000011 
+ 00032721  0x000090ea rtn 
+ 00032722  0x000090f0 ifetch  0x00000001 , 0x00000011 
+ 00032723  0x000090f1 rtn 
+ 00032724  0x000090f5 ifetch  0x00000002 , 0x00000011 
+ 00032725  0x000090f6 rtn 
+ 00032726  0x000090fb arg  0x00000000 , 0x00000002 
+ 00032727  0x000090fd fetch  0x00000001 , 0x00000006 
+ 00032728  0x000090fe loop  0x00007fd7 , 0x00000034 
+ 00032729  0x000090ff increase  0x00000001 , 0x00000002 
+ 00032730  0x00009100 loop  0x00007fd7 
+ 00032731  0x00009101 copy  0x00000002 , 0x0000003f 
+ 00032732  0x00009102 rtn 
+ 00032733  0x00009105 isub  0x00000002 , 0x0000003e 
+ 00032734  0x00009106 nrtn  0x00000002 
+ 00032735  0x00009107 copy  0x00000002 , 0x0000003f 
+ 00032736  0x00009108 rtn 
+ 00032737  0x0000910c force  0xffffffff , 0x0000003e 
+ 00032738  0x0000910d rtn 
+ 00032739  0x00009110 force  0x00000001 , 0x0000003e 
+ 00032740  0x00009111 rtn 
+ 00032741  0x00009113 force  0x00000000 , 0x0000003e 
+ 00032742  0x00009114 rtn 
+ 00032743  0x00009117 enable  0x00000028 
+ 00032744  0x00009118 rtn 
+ 00032745  0x0000911b disable  0x00000028 
+ 00032746  0x0000911c rtn 
+ 00032747  0x0000911f enable  0x0000002c 
+ 00032748  0x00009120 rtn 
+ 00032749  0x00009123 disable  0x0000002c 
+ 00032750  0x00009124 rtn 
+ 00032751  0x00009127 setarg  0x00000001 
+ 00032752  0x00009128 rtn 
+ 00032753  0x0000912b setarg  0x00000000 
+ 00032754  0x0000912c rtn 
+ 00032755  0x00009130 copy  0x00000039 , 0x0000003f 
+ 00032756  0x00009131 rtn  0x00000034 
+ 00032757  0x00009132 copy  0x00000006 , 0x0000003f 
+ 00032758  0x00009133 iadd  0x00000039 , 0x0000003f 
+ 00032759  0x00009134 increase  0xffffffff , 0x0000003f 
+ 00032760  0x00009135 copy  0x0000003f , 0x00000006 
+ 00032761  0x00009137 ifetch  0x00000001 , 0x00000006 
+ 00032762  0x00009138 increase  0xfffffffe , 0x00000006 
+ 00032763  0x00009139 istore  0x00000001 , 0x00000005 
+ 00032764  0x0000913a loop  0x00007ff9 
+ 00032765  0x0000913b rtn 
+ 00065537  0x00009141 beq  0x00000001 , 0x00010005 
+ 00065538  0x00009142 beq  0x00000000 , 0x0001001d 
+ 00065539  0x00009143 beq  0x00000002 , 0x0001002a 
+ 00065540  0x00009144 rtn 
+ 00065541  0x00009147 jam  0x00000000 , 0x00004808 
+ 00065542  0x00009148 jam  0x0000000e , 0x000041e3 
+ 00065543  0x00009149 call  0x000041e7 
+ 00065544  0x0000914a fetch  0x00000002 , 0x00004208 
+ 00065545  0x0000914b bbit1  0x00000007 , 0x000041f5 
+ 00065546  0x0000914c bbit1  0x00000000 , 0x000033a9 
+ 00065547  0x0000914d bbit1  0x00000001 , 0x0001000f 
+ 00065548  0x0000914e bbit1  0x00000002 , 0x00010012 
+ 00065549  0x0000914f bbit1  0x00000003 , 0x00010012 
+ 00065550  0x00009150 branch  0x000042b0 
+ 00065551  0x00009153 bbit1  0x00000005 , 0x00010012 
+ 00065552  0x00009154 bbit1  0x00000003 , 0x00010012 
+ 00065553  0x00009155 branch  0x000042b0 
+ 00065554  0x00009157 fetch  0x00000002 , 0x00004682 
+ 00065555  0x00009158 bbit1  0x0000000c , 0x000042b0 
+ 00065556  0x00009159 call  0x000033a9 
+ 00065557  0x0000915a call  0x00000545 
+ 00065558  0x0000915b beq  0x00000007 , 0x0001001a 
+ 00065559  0x0000915c fetch  0x00000001 , 0x000046b6 
+ 00065560  0x0000915d branch  0x0001001a , 0x00000034 
+ 00065561  0x0000915e branch  0x000033a7 
+ 00065562  0x00009161 jam  0x00000001 , 0x0000479f 
+ 00065563  0x00009162 jam  0x00000028 , 0x000047a0 
+ 00065564  0x00009163 rtn 
+ 00065565  0x00009166 fetch  0x00000001 , 0x0000000e 
+ 00065566  0x00009167 increase  0x00000001 , 0x0000003f 
+ 00065567  0x00009168 store  0x00000001 , 0x0000000e 
+ 00065568  0x00009169 call  0x00002435 
+ 00065569  0x0000916b set1  0x0000002c , 0x00000000 
+ 00065570  0x0000916c call  0x000022f2 
+ 00065571  0x0000916d branch  0x00010028 , 0x00000018 
+ 00065572  0x0000916e set0  0x0000002c , 0x00000000 
+ 00065573  0x0000916f call  0x00002455 
+ 00065574  0x00009170 nbranch  0x00010021 , 0x00000034 
+ 00065575  0x00009171 branch  0x000020fc 
+ 00065576  0x00009173 set0  0x0000002c , 0x00000000 
+ 00065577  0x00009174 branch  0x0000215f 
+ 00065578  0x00009177 fetch  0x00000002 , 0x00000264 
+ 00065579  0x00009178 copy  0x0000003f , 0x00000006 
+ 00065580  0x00009179 ifetch  0x00000001 , 0x00000006 
+ 00065581  0x0000917a store  0x00000001 , 0x00004b02 
+ 00065582  0x0000917b and  0x0000003f , 0x0000000f , 0x00000002 
+ 00065583  0x0000917c rshift4  0x0000003f , 0x0000003f 
+ 00065584  0x0000917d beq  0x00000007 , 0x00010033 
+ 00065585  0x0000917e beq  0x00000001 , 0x0001003a 
+ 00065586  0x0000917f branch  0x00004d39 
+ 00065587  0x00009181 call  0x00004d53 
+ 00065588  0x00009182 jam  0x00000000 , 0x00004b03 
+ 00065589  0x00009183 fetch  0x00000001 , 0x00004b02 
+ 00065590  0x00009184 isolate1  0x00000000 , 0x0000003f 
+ 00065591  0x00009185 rtn  0x00000001 
+ 00065592  0x00009186 jam  0x00000001 , 0x00004b03 
+ 00065593  0x00009187 rtn 
+ 00065594  0x0000918a copy  0x00000002 , 0x0000003f 
+ 00065595  0x0000918b beq  0x00000005 , 0x00000441 
+ 00065596  0x0000918c branch  0x00004d41 
+ 00131073  0x00009191 beq  0x00000010 , 0x0002000e 
+ 00131074  0x00009192 beq  0x00000011 , 0x0002001b 
+ 00131075  0x00009193 beq  0x00000012 , 0x00020005 
+ 00131076  0x00009194 rtn 
+ 00131077  0x00009197 jam  0x00000001 , 0x00004b6e 
+ 00131078  0x00009198 jam  0x00000001 , 0x000047a1 
+ 00131079  0x00009199 fetch  0x00000002 , 0x000046a8 
+ 00131080  0x0000919a store  0x00000002 , 0x000046ae 
+ 00131081  0x0000919b call  0x00000498 
+ 00131082  0x0000919c call  0x00003418 
+ 00131083  0x0000919d arg  0x00004390 , 0x00000006 
+ 00131084  0x0000919e call  0x00000494 
+ 00131085  0x0000919f branch  0x00007df4 
+ 00131086  0x000091a2 fetch  0x00000001 , 0x00000048 
+ 00131087  0x000091a3 beq  0x00000084 , 0x00020012 
+ 00131088  0x000091a4 beq  0x00000083 , 0x00020015 
+ 00131089  0x000091a5 branch  0x0000603f 
+ 00131090  0x000091a7 call  0x00020018 
+ 00131091  0x000091a8 fetch  0x00000001 , 0x00000048 
+ 00131092  0x000091a9 branch  0x00006099 
+ 00131093  0x000091ab call  0x00020018 
+ 00131094  0x000091ac fetch  0x00000001 , 0x00000048 
+ 00131095  0x000091ad branch  0x0000610d 
+ 00131096  0x000091af fetch  0x00000001 , 0x0000465a 
+ 00131097  0x000091b0 branch  0x0000612b , 0x00000034 
+ 00131098  0x000091b1 branch  0x00006124 
+ 00131099  0x000091b4 force  0x00000002 , 0x0000003f 
+ 00131100  0x000091b5 call  0x00006298 
+ 00131101  0x000091b6 fetch  0x00000001 , 0x00000049 
+ 00131102  0x000091b7 istore  0x00000001 , 0x00000005 
+ 00131103  0x000091b8 store  0x00000001 , 0x00004afc 
+ 00131104  0x000091b9 call  0x000062a7 
+ 00131105  0x000091ba fetch  0x00000001 , 0x00004afc 
+ 00131106  0x000091bb beq  0x0000002e , 0x00020024 
+ 00131107  0x000091bc branch  0x00006051 
+ 00131108  0x000091bf fetch  0x00000001 , 0x00004aff 
+ 00131109  0x000091c0 rtn  0x00000034 
+ 00131110  0x000091c1 jam  0x00000000 , 0x00004aff 
+ 00131111  0x000091c2 fetch  0x00000001 , 0x00004b01 
+ 00131112  0x000091c3 rtnne  0x00000002 
+ 00131113  0x000091c4 jam  0x00000001 , 0x00004b00 
+ 00131114  0x000091c5 copy  0x00000022 , 0x0000003f 
+ 00131115  0x000091c6 store  0x00000004 , 0x000004e9 
+ 00131116  0x000091c7 rtn 
+ 00196609  0x000091cc beq  0x00000020 , 0x00030006 
+ 00196610  0x000091cd beq  0x00000021 , 0x00030018 
+ 00196611  0x000091ce beq  0x00000022 , 0x00030025 
+ 00196612  0x000091cf beq  0x00000023 , 0x0003002c 
+ 00196613  0x000091d0 rtn 
+ 00196614  0x000091d3 call  0x0003000e 
+ 00196615  0x000091d4 branch  0x0000557d 
+ 00196616  0x000091d6 fetch  0x00000001 , 0x000047c5 
+ 00196617  0x000091d7 store  0x00000001 , 0x00004172 
+ 00196618  0x000091d9 jam  0x00000000 , 0x000047c4 
+ 00196619  0x000091da rtn 
+ 00196620  0x000091dc jam  0x00000001 , 0x000047c4 
+ 00196621  0x000091dd rtn 
+ 00196622  0x000091df fetch  0x00000001 , 0x000043d6 
+ 00196623  0x000091e0 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00196624  0x000091e1 nbranch  0x0003000c , 0x00000002 
+ 00196625  0x000091e2 fetch  0x00000001 , 0x000043d8 
+ 00196626  0x000091e3 fetcht  0x00000001 , 0x000047c5 
+ 00196627  0x000091e4 isub  0x00000002 , 0x0000003e 
+ 00196628  0x000091e5 branch  0x00030008 , 0x00000002 
+ 00196629  0x000091e6 fetch  0x00000001 , 0x000043d8 
+ 00196630  0x000091e7 store  0x00000001 , 0x00004172 
+ 00196631  0x000091e8 branch  0x0003000a 
+ 00196632  0x000091eb fetch  0x00000001 , 0x0000043f 
+ 00196633  0x000091ec rtnbit0  0x00000006 
+ 00196634  0x000091ed call  0x0003001d 
+ 00196635  0x000091ee nrtn  0x00000028 
+ 00196636  0x000091ef branch  0x000055a0 
+ 00196637  0x000091f1 enable  0x00000028 
+ 00196638  0x000091f2 fetch  0x00000001 , 0x0000045a 
+ 00196639  0x000091f3 rshift4  0x0000003f , 0x0000003f 
+ 00196640  0x000091f4 rtnne  0x0000000f 
+ 00196641  0x000091f5 fetch  0x00000001 , 0x00000460 
+ 00196642  0x000091f6 rshift4  0x0000003f , 0x0000003f 
+ 00196643  0x000091f7 rtnne  0x00000000 
+ 00196644  0x000091f8 branch  0x00007fe9 
+ 00196645  0x000091fb fetch  0x00000001 , 0x000047a1 
+ 00196646  0x000091fc nrtn  0x00000034 
+ 00196647  0x000091fd fetch  0x00000001 , 0x00000478 
+ 00196648  0x000091fe sub  0x0000003f , 0x0000001a , 0x0000003f 
+ 00196649  0x000091ff nrtn  0x00000005 
+ 00196650  0x00009200 jam  0x00000000 , 0x000046c6 
+ 00196651  0x00009201 branch  0x00003d60 
+ 00196652  0x00009204 call  0x000033af 
+ 00196653  0x00009205 call  0x000026e9 
+ 00196654  0x00009206 jam  0x00000002 , 0x00000a99 
+ 00196655  0x00009207 call  0x00007d86 
+ 00196656  0x00009208 call  0x00005cf7 
+ 00196657  0x00009209 call  0x00004d6b 
+ 00196658  0x0000920a branch  0x0000246e 
+ 00262145  0x0000920f beq  0x00000030 , 0x00040003 
+ 00262146  0x00009210 rtn 
+ 00262147  0x00009213 call  0x000002cb 
+ 00262148  0x00009214 jam  0x00000000 , 0x00004b6e 
+ 00262149  0x00009215 jam  0x00000001 , 0x00004b6b 
+ 00262150  0x00009216 jam  0x00000001 , 0x00004720 
+ 00262151  0x00009217 jam  0x00000000 , 0x0000479e 
+ 00262152  0x00009219 fetch  0x00000006 , 0x00004b62 
+ 00262153  0x0000921a store  0x00000006 , 0x000044a0 
+ 00262154  0x0000921b call  0x00000365 
+ 00262155  0x0000921c call  0x00003418 
+ 00262156  0x0000921d fetch  0x00000002 , 0x00004687 
+ 00262157  0x0000921e store  0x00000002 , 0x000046ac 
+ 00262158  0x0000921f jam  0x00000006 , 0x0000016d 
+ 00262159  0x00009220 setarg  0x00000000 
+ 00262160  0x00009221 store  0x00000002 , 0x000046b0 
+ 00262161  0x00009222 store  0x00000002 , 0x000046ae 
+ 00262162  0x00009223 call  0x00000498 
+ 00262163  0x00009224 call  0x000043ca 
+ 00262164  0x00009226 call  0x00000354 
+ 00262165  0x00009227 fetch  0x00000001 , 0x00004210 
+ 00262166  0x00009228 sub  0x0000003f , 0x00000033 , 0x0000003e 
+ 00262167  0x00009229 call  0x0004001e , 0x00000005 
+ 00262168  0x0000922b fetch  0x00000001 , 0x00004b6c 
+ 00262169  0x0000922c ncall  0x0004001e , 0x00000034 
+ 00262170  0x0000922e fetch  0x00000001 , 0x00004092 
+ 00262171  0x0000922f isolate1  0x00000000 , 0x0000003f 
+ 00262172  0x00009230 call  0x00007ddd , 0x00000001 
+ 00262173  0x00009232 rtn 
+ 00262174  0x00009236 fetch  0x00000006 , 0x00004b62 
+ 00262175  0x00009237 store  0x00000006 , 0x000044a0 
+ 00262176  0x00009238 call  0x00000490 
+ 00262177  0x00009239 branch  0x00007df4 
+ 00327681  0x0000923e beq  0x00000040 , 0x00050005 
+ 00327682  0x0000923f beq  0x00000041 , 0x00050017 
+ 00327683  0x00009240 beq  0x00000042 , 0x0005001f 
+ 00327684  0x00009241 rtn 
+ 00327685  0x00009244 call  0x0005000e 
+ 00327686  0x00009245 branch  0x00000379 , 0x00000028 
+ 00327687  0x00009246 set1  0x00000026 , 0x00000000 
+ 00327688  0x00009247 fetch  0x00000001 , 0x00004d9b 
+ 00327689  0x00009248 set1  0x00000002 , 0x0000003f 
+ 00327690  0x00009249 store  0x00000001 , 0x00004d9b 
+ 00327691  0x0000924a call  0x000001dc 
+ 00327692  0x0000924b call  0x0000015e 
+ 00327693  0x0000924c branch  0x0005001b 
+ 00327694  0x0000924f arg  0x00000002 , 0x00000039 
+ 00327695  0x00009250 arg  0x00004c6f , 0x00000006 
+ 00327696  0x00009251 call  0x00007fe7 
+ 00327697  0x00009252 setarg  0x0000ffff 
+ 00327698  0x00009254 ifetcht  0x00000002 , 0x00000006 
+ 00327699  0x00009255 isub  0x00000002 , 0x0000003e 
+ 00327700  0x00009256 ncall  0x00007fe9 , 0x00000005 
+ 00327701  0x00009257 loop  0x00050012 
+ 00327702  0x00009258 rtn 
+ 00327703  0x0000925b set1  0x00000026 , 0x00000000 
+ 00327704  0x0000925c fetch  0x00000001 , 0x00004d9b 
+ 00327705  0x0000925d set1  0x00000001 , 0x0000003f 
+ 00327706  0x0000925e store  0x00000001 , 0x00004d9b 
+ 00327707  0x00009260 setarg  0x0000003c 
+ 00327708  0x00009261 store  0x00000002 , 0x00004d93 
+ 00327709  0x00009262 jam  0x00000000 , 0x00004d92 
+ 00327710  0x00009263 rtn 
+ 00327711  0x00009266 fetch  0x00000004 , 0x000046d3 
+ 00327712  0x00009267 rtnbit0  0x00000011 
+ 00327713  0x00009268 rtnbit1  0x00000003 
+ 00327714  0x00009269 rtnmark1  0x00000026 
+ 00327715  0x0000926a call  0x00004482 
+ 00327716  0x0000926b arg  0x00000003 , 0x00000007 
+ 00327717  0x0000926c call  0x000043ce 
+ 00327718  0x0000926d setarg  0x00000000 
+ 00327719  0x0000926e store  0x00000002 , 0x000046ae 
+ 00327720  0x0000926f store  0x00000001 , 0x000046b4 
+ 00327721  0x00009270 store  0x00000002 , 0x00004c74 
+ 00327722  0x00009271 call  0x000042ca 
+ 00327723  0x00009272 branch  0x00000379 
+ 00393217  0x00009279 beq  0x00000051 , 0x0006000a 
+ 00393218  0x0000927a beq  0x00000052 , 0x00060011 
+ 00393219  0x0000927b beq  0x00000053 , 0x00060021 
+ 00393220  0x0000927d arg  0x00000003 , 0x00000007 
+ 00393221  0x0000927e call  0x000043d2 
+ 00393222  0x0000927f jam  0x00000000 , 0x000046a7 
+ 00393223  0x00009280 call  0x0000405d 
+ 00393224  0x00009281 call  0x000002cb 
+ 00393225  0x00009282 branch  0x00060011 
+ 00393226  0x00009285 jam  0x00000000 , 0x00004d87 
+ 00393227  0x00009286 call  0x000002cb 
+ 00393228  0x00009287 call  0x000001f3 
+ 00393229  0x00009288 call  0x00000354 
+ 00393230  0x00009289 fetch  0x00000001 , 0x00004b76 
+ 00393231  0x0000928a rtnne  0x00000002 
+ 00393232  0x0000928b branch  0x0000340a 
+ 00393233  0x0000928e jam  0x00000000 , 0x00004b42 
+ 00393234  0x0000928f jam  0x00000000 , 0x00004b77 
+ 00393235  0x00009290 setarg  0x00000000 
+ 00393236  0x00009291 store  0x00000003 , 0x00004b68 
+ 00393237  0x00009292 call  0x000041c6 
+ 00393238  0x00009295 call  0x0006001e 
+ 00393239  0x00009296 call  0x00000502 
+ 00393240  0x00009297 call  0x00003f8d 
+ 00393241  0x00009298 fetch  0x00000004 , 0x00004c6f 
+ 00393242  0x00009299 store  0x00000004 , 0x0000477b 
+ 00393243  0x0000929a call  0x00004366 
+ 00393244  0x0000929b jam  0x00000002 , 0x00004b76 
+ 00393245  0x0000929c branch  0x00000324 
+ 00393246  0x0000929f setarg  0x00000000 
+ 00393247  0x000092a0 store  0x00000003 , 0x00004d92 
+ 00393248  0x000092a1 rtn 
+ 00393249  0x000092a4 fetch  0x00000001 , 0x00004d92 
+ 00393250  0x000092a5 beq  0x00000001 , 0x00002dd4 
+ 00393251  0x000092a6 call  0x00060030 
+ 00393252  0x000092a7 call  0x000001aa 
+ 00393253  0x000092a8 nbranch  0x0000015e , 0x00000018 
+ 00393254  0x000092a9 nbranch  0x0000015e , 0x0000002f 
+ 00393255  0x000092aa fetch  0x00000001 , 0x00004d9b 
+ 00393256  0x000092ab set0  0x00000002 , 0x0000003f 
+ 00393257  0x000092ac store  0x00000001 , 0x00004d9b 
+ 00393258  0x000092ae jam  0x00000000 , 0x00004b42 
+ 00393259  0x000092af call  0x00002f20 
+ 00393260  0x000092b0 call  0x000001a7 
+ 00393261  0x000092b1 branch  0x0000037e 
+ 00393262  0x000092b5 fetch  0x00000004 , 0x00004c27 
+ 00393263  0x000092b6 branch  0x000001db 
+ 00393264  0x000092b9 jam  0x000000ff , 0x0000119e 
+ 00393265  0x000092ba fetch  0x00000001 , 0x00004c48 
+ 00393266  0x000092bb store  0x00000001 , 0x0000119f 
+ 00393267  0x000092bc fetch  0x00000004 , 0x00004c7e 
+ 00393268  0x000092bd store  0x00000004 , 0x000011a0 
+ 00393269  0x000092be arg  0x00000006 , 0x00000002 
+ 00393270  0x000092bf arg  0x0000119e , 0x00000011 
+ 00393271  0x000092c0 call  0x000001f8 
+ 00393272  0x000092c1 branch  0x0000020a 
+ 00458753  0x000092cb fetch  0x00000001 , 0x00004d92 
+ 00458754  0x000092cc beq  0x00000001 , 0x00002dd4 
+ 00458755  0x000092cd jam  0x000000ff , 0x0000119e 
+ 00458756  0x000092ce fetch  0x00000001 , 0x00004c48 
+ 00458757  0x000092cf store  0x00000001 , 0x0000119f 
+ 00458758  0x000092d0 fetch  0x00000004 , 0x00004c7e 
+ 00458759  0x000092d1 store  0x00000004 , 0x000011a0 
+ 00458760  0x000092d2 arg  0x00000006 , 0x00000002 
+ 00458761  0x000092d3 arg  0x0000119e , 0x00000011 
+ 00458762  0x000092d4 call  0x000001f8 
+ 00458763  0x000092d5 call  0x0000020a 
+ 00458764  0x000092d6 call  0x000001aa 
+ 00458765  0x000092d7 nbranch  0x00070026 , 0x00000018 
+ 00458766  0x000092d8 nbranch  0x00070026 , 0x0000002f 
+ 00458767  0x000092d9 call  0x000001d0 
+ 00458768  0x000092da fetch  0x00000004 , 0x00004c6f 
+ 00458769  0x000092db fetcht  0x00000004 , 0x00004d8c 
+ 00458770  0x000092dc isub  0x00000002 , 0x0000003e 
+ 00458771  0x000092dd branch  0x00070016 , 0x00000005 
+ 00458772  0x000092de fetch  0x00000001 , 0x00004c45 
+ 00458773  0x000092df rtnne  0x00000008 
+ 00458774  0x000092e4 jam  0x00000000 , 0x00004d9b 
+ 00458775  0x000092e5 call  0x000002cb 
+ 00458776  0x000092e6 fetch  0x00000004 , 0x00004c6f 
+ 00458777  0x000092e7 fetcht  0x00000004 , 0x00004c53 
+ 00458778  0x000092e8 isub  0x00000002 , 0x0000003e 
+ 00458779  0x000092e9 branch  0x000001e9 , 0x00000005 
+ 00458780  0x000092ea fetch  0x00000004 , 0x00004c6f 
+ 00458781  0x000092eb fetcht  0x00000004 , 0x00004c7e 
+ 00458782  0x000092ec isub  0x00000002 , 0x0000003e 
+ 00458783  0x000092ed call  0x00070024 , 0x00000005 
+ 00458784  0x000092ee jam  0x00000000 , 0x00004b42 
+ 00458785  0x000092ef call  0x00002f20 
+ 00458786  0x000092f0 call  0x000001a7 
+ 00458787  0x000092f1 branch  0x0000037e 
+ 00458788  0x000092f4 fetch  0x00000004 , 0x00004c27 
+ 00458789  0x000092f5 branch  0x000001db 
+ 00458790  0x000092f9 fetch  0x00000001 , 0x00004d85 
+ 00458791  0x000092fa increase  0x00000001 , 0x0000003f 
+ 00458792  0x000092fb and_into  0x00000003 , 0x0000003f 
+ 00458793  0x000092fc store  0x00000001 , 0x00004d85 
+ 00458794  0x000092fd beq  0x00000000 , 0x0007002d 
+ 00458795  0x000092fe beq  0x00000002 , 0x00070037 
+ 00458796  0x000092ff branch  0x000001d7 
+ 00458797  0x00009302 call  0x000002cb 
+ 00458798  0x00009303 fetch  0x00000004 , 0x00004c7e 
+ 00458799  0x00009304 store  0x00000004 , 0x00004c6f 
+ 00458800  0x00009305 fetch  0x00000001 , 0x00004d95 
+ 00458801  0x00009306 store  0x00000001 , 0x00004c52 
+ 00458802  0x00009307 call  0x00070035 
+ 00458803  0x00009308 storet  0x00000001 , 0x00004d95 
+ 00458804  0x00009309 rtn 
+ 00458805  0x0000930c call  0x000001dc 
+ 00458806  0x0000930d branch  0x0000015e 
+ 00458807  0x00009310 jam  0x00000020 , 0x000041de 
+ 00458808  0x00009311 fetch  0x00000004 , 0x00004d8c 
+ 00458809  0x00009312 store  0x00000004 , 0x00004c6f 
+ 00458810  0x00009313 fetch  0x00000001 , 0x00004d96 
+ 00458811  0x00009314 store  0x00000001 , 0x00004c52 
+ 00458812  0x00009315 call  0x00070035 
+ 00458813  0x00009316 storet  0x00000001 , 0x00004d96 
+ 00458814  0x00009317 rtn 
+ 00524289  0x0000931c beq  0x00000070 , 0x00080004 
+ 00524290  0x0000931d beq  0x00000071 , 0x0008000b 
+ 00524291  0x0000931e rtn 
+ 00524292  0x00009321 setarg  0xffffffff 
+ 00524293  0x00009322 store  0x00000006 , 0x00000040 
+ 00524294  0x00009323 jam  0x00000033 , 0x00000185 
+ 00524295  0x00009324 jam  0x000000ff , 0x00004b75 
+ 00524296  0x00009325 call  0x000042fb 
+ 00524297  0x00009326 jam  0x000000ff , 0x00004721 
+ 00524298  0x00009327 branch  0x00000324 
+ 00524299  0x0000932a fetch  0x00000001 , 0x00004b42 
+ 00524300  0x0000932b rtn  0x00000034 
+ 00524301  0x0000932c fetch  0x00000001 , 0x00004c73 
+ 00524302  0x0000932d rtn  0x00000034 
+ 00524303  0x0000932e fetch  0x00000001 , 0x00004d9a 
+ 00524304  0x0000932f increase  0x00000001 , 0x0000003f 
+ 00524305  0x00009330 and_into  0x00000003 , 0x0000003f 
+ 00524306  0x00009331 store  0x00000001 , 0x00004d9a 
+ 00524307  0x00009332 nrtn  0x00000034 
+ 00524308  0x00009333 jam  0x00000000 , 0x00004d99 
+ 00524309  0x00009335 fetch  0x00000001 , 0x00004d99 
+ 00524310  0x00009336 increase  0x00000001 , 0x0000003f 
+ 00524311  0x00009337 store  0x00000001 , 0x00004d99 
+ 00524312  0x00009338 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00524313  0x00009339 nbranch  0x0008001f , 0x00000002 
+ 00524314  0x0000933a call  0x00080025 
+ 00524315  0x0000933b call  0x000001aa 
+ 00524316  0x0000933c nbranch  0x0008002e , 0x00000018 
+ 00524317  0x0000933d nbranch  0x0008002e , 0x0000002f 
+ 00524318  0x0000933e call  0x00000116 
+ 00524319  0x00009340 call  0x000001a7 
+ 00524320  0x00009341 fetch  0x00000001 , 0x00004d98 
+ 00524321  0x00009342 increase  0x00000001 , 0x0000003f 
+ 00524322  0x00009343 store  0x00000001 , 0x00004d98 
+ 00524323  0x00009344 beq  0x00000010 , 0x0000010e 
+ 00524324  0x00009345 rtn 
+ 00524325  0x00009348 jam  0x000000ff , 0x0000119e 
+ 00524326  0x00009349 fetch  0x00000001 , 0x00004c48 
+ 00524327  0x0000934a store  0x00000001 , 0x0000119f 
+ 00524328  0x0000934b fetch  0x00000004 , 0x00004c7e 
+ 00524329  0x0000934c store  0x00000004 , 0x000011a0 
+ 00524330  0x0000934d arg  0x00000006 , 0x00000002 
+ 00524331  0x0000934e arg  0x0000119e , 0x00000011 
+ 00524332  0x0000934f call  0x000001f8 
+ 00524333  0x00009350 branch  0x0000020a 
+ 00524334  0x00009353 call  0x0000015e 
+ 00524335  0x00009354 branch  0x00080015 
+ 00589825  0x0000935e call  0x00003e6e 
+ 00589826  0x00009360 fetcht  0x00000001 , 0x00004b45 
+ 00589827  0x00009361 call  0x0000680e 
+ 00589828  0x00009362 call  0x00090013 
+ 00589829  0x00009364 call  0x000063ee 
+ 00589830  0x00009365 call  0x0009002e 
+ 00589831  0x00009366 arg  0x0000001a , 0x00000002 
+ 00589832  0x00009367 call  0x000067fb 
+ 00589833  0x0000936c call  0x00003e54 
+ 00589834  0x0000936d call  0x00000317 
+ 00589835  0x0000936e fetch  0x00000001 , 0x00004720 
+ 00589836  0x0000936f rtneq  0x00000002 
+ 00589837  0x00009370 fetch  0x00000006 , 0x00004b4c 
+ 00589838  0x00009371 fetcht  0x00000006 , 0x00004722 
+ 00589839  0x00009372 isub  0x00000002 , 0x0000003e 
+ 00589840  0x00009373 nbranch  0x00000365 , 0x00000005 
+ 00589841  0x00009374 branch  0x00000367 
+ 00589842  0x00009375 rtn 
+ 00589843  0x00009378 call  0x000074b9 
+ 00589844  0x00009379 arg  0x00008c00 , 0x00000006 
+ 00589845  0x0000937a arg  0x00004876 , 0x00000005 
+ 00589846  0x0000937b arg  0x00000171 , 0x00000039 
+ 00589847  0x0000937c call  0x00007f01 
+ 00589848  0x0000937e setarg  0x000f0209 
+ 00589849  0x0000937f istore  0x00000003 , 0x00000005 
+ 00589850  0x00009380 setarg  0x00120009 
+ 00589851  0x00009381 istore  0x00000003 , 0x00000005 
+ 00589852  0x00009383 setarg  0x00100209 
+ 00589853  0x00009384 istore  0x00000003 , 0x00000005 
+ 00589854  0x00009385 setarg  0x00000009 
+ 00589855  0x00009386 istore  0x00000003 , 0x00000005 
+ 00589856  0x00009387 arg  0x00008d71 , 0x00000006 
+ 00589857  0x00009388 arg  0x00000109 , 0x00000039 
+ 00589858  0x00009389 call  0x00007f01 
+ 00589859  0x0000938b jam  0x00000000 , 0x0000488d 
+ 00589860  0x0000938c jam  0x0000006d , 0x00004885 
+ 00589861  0x0000938d setarg  0x0000401f 
+ 00589862  0x0000938e store  0x00000002 , 0x000049db 
+ 00589863  0x0000938f setarg  0x00006d04 
+ 00589864  0x00009390 store  0x00000002 , 0x00004a44 
+ 00589865  0x00009391 setarg  0x000016b0 
+ 00589866  0x00009392 store  0x00000002 , 0x00004a4a 
+ 00589867  0x00009394 setarg  0x00004876 
+ 00589868  0x00009395 store  0x00000002 , 0x00004575 
+ 00589869  0x00009396 rtn 
+ 00589870  0x0000939a hfetch  0x00000001 , 0x0000807b 
+ 00589871  0x0000939b set0  0x00000005 , 0x0000003f 
+ 00589872  0x0000939c hstore  0x00000001 , 0x0000807b 
+ 00589873  0x000093a3 arg  0x0000001a , 0x00000002 
+ 00589874  0x000093a4 call  0x00000566 
+ 00589875  0x000093a5 arg  0x0000001a , 0x00000002 
+ 00589876  0x000093a6 call  0x0000681d 
+ 00589877  0x000093a7 fetcht  0x00000001 , 0x000046f7 
+ 00589878  0x000093a8 set0  0x00000007 , 0x00000002 
+ 00589879  0x000093a9 call  0x000067fb 
+ 00589880  0x000093aa fetcht  0x00000001 , 0x000046f7 
+ 00589881  0x000093ab call  0x0000681d 
+ 00589882  0x000093ac jam  0x00000003 , 0x000046f6 
+ 00589883  0x000093ad rtn  0x00000001 
+ 00589884  0x000093ae jam  0x00000000 , 0x000046f6 
+ 00589885  0x000093af rtn 
+ 00655361  0x000093b5 beq  0x00000090 , 0x000a0004 
+ 00655362  0x000093b6 beq  0x00000091 , 0x000a001e 
+ 00655363  0x000093b7 rtn 
+ 00655364  0x000093ba fetch  0x00000001 , 0x00004c4c 
+ 00655365  0x000093bb beq  0x00000001 , 0x00007fe7 
+ 00655366  0x000093bc fetch  0x00000001 , 0x00004c57 
+ 00655367  0x000093bd beq  0x00000001 , 0x000a000b 
+ 00655368  0x000093be beq  0x00000002 , 0x000a000e 
+ 00655369  0x000093bf beq  0x00000003 , 0x000a0011 
+ 00655370  0x000093c0 branch  0x00002a8c 
+ 00655371  0x000093c3 jam  0x00000011 , 0x00004c57 
+ 00655372  0x000093c4 jam  0x000000aa , 0x0000119e 
+ 00655373  0x000093c5 branch  0x000a0013 
+ 00655374  0x000093c7 jam  0x00000012 , 0x00004c57 
+ 00655375  0x000093c8 jam  0x00000055 , 0x0000119e 
+ 00655376  0x000093c9 branch  0x000a0013 
+ 00655377  0x000093cb jam  0x00000013 , 0x00004c57 
+ 00655378  0x000093cc jam  0x00000022 , 0x0000119e 
+ 00655379  0x000093ce fetch  0x00000001 , 0x00004c48 
+ 00655380  0x000093cf and_into  0x00000007 , 0x0000003f 
+ 00655381  0x000093d0 store  0x00000001 , 0x0000119f 
+ 00655382  0x000093d1 fetch  0x00000004 , 0x00004c7e 
+ 00655383  0x000093d2 store  0x00000004 , 0x000011a0 
+ 00655384  0x000093d4 jam  0x00000000 , 0x000011a4 
+ 00655385  0x000093d5 arg  0x0000119e , 0x00000011 
+ 00655386  0x000093d6 arg  0x00000007 , 0x00000002 
+ 00655387  0x000093d7 call  0x000001f8 
+ 00655388  0x000093d8 call  0x00000173 
+ 00655389  0x000093d9 branch  0x00007fe7 
+ 00655390  0x000093dc fetch  0x00000001 , 0x00004c57 
+ 00655391  0x000093dd rtneq  0x000000ff 
+ 00655392  0x000093de beq  0x00000011 , 0x000a0024 
+ 00655393  0x000093df beq  0x00000012 , 0x000a0026 
+ 00655394  0x000093e0 beq  0x00000013 , 0x000a0028 
+ 00655395  0x000093e1 rtn 
+ 00655396  0x000093e4 jam  0x00000002 , 0x00004c57 
+ 00655397  0x000093e5 branch  0x000001a3 
+ 00655398  0x000093e7 jam  0x00000003 , 0x00004c57 
+ 00655399  0x000093e8 branch  0x000001a3 
+ 00655400  0x000093ea jam  0x000000ff , 0x00004c57 
+ 00655401  0x000093eb jam  0x00000039 , 0x00000a99 
+ 00655402  0x000093ec call  0x00007d86 
+ 00655403  0x000093ed fetch  0x00000004 , 0x00004c27 
+ 00655404  0x000093ee call  0x000001db 
+ 00655405  0x000093ef branch  0x000001a3 
+ 00720897  0x000093f5 beq  0x000000a0 , 0x000b002b 
+ 00720898  0x000093f6 beq  0x000000a1 , 0x000b0006 
+ 00720899  0x000093f7 beq  0x000000a2 , 0x000b001b 
+ 00720900  0x000093f8 beq  0x000000a3 , 0x000b0014 
+ 00720901  0x000093f9 rtn 
+ 00720902  0x000093fc fetch  0x00000002 , 0x00004509 
+ 00720903  0x000093fd rtneq  0x00000000 
+ 00720904  0x000093fe fetch  0x00000001 , 0x00000441 
+ 00720905  0x000093ff rshift2  0x0000003f , 0x0000003f 
+ 00720906  0x00009400 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00720907  0x00009401 branch  0x000b0012 , 0x00000002 
+ 00720908  0x00009402 setarg  0x00000009 
+ 00720909  0x00009403 store  0x00000002 , 0x00004496 
+ 00720910  0x00009404 store  0x00000002 , 0x00004498 
+ 00720911  0x00009405 call  0x00000439 
+ 00720912  0x00009406 jam  0x00000001 , 0x000047c4 
+ 00720913  0x00009407 rtn 
+ 00720914  0x0000940a jam  0x00000001 , 0x00004b61 
+ 00720915  0x0000940b branch  0x000005e3 
+ 00720916  0x0000940f fetch  0x00000002 , 0x00004682 
+ 00720917  0x00009410 rtnbit1  0x0000000c 
+ 00720918  0x00009411 rtnbit1  0x00000006 
+ 00720919  0x00009412 rtnbit1  0x0000000b 
+ 00720920  0x00009413 fetch  0x00000004 , 0x000046d3 
+ 00720921  0x00009414 rtnbit1  0x00000005 
+ 00720922  0x00009415 branch  0x000033a7 
+ 00720923  0x00009418 jam  0x00000000 , 0x00004b6f 
+ 00720924  0x00009419 setarg  0x00000007 
+ 00720925  0x0000941a store  0x00000002 , 0x00004496 
+ 00720926  0x0000941b store  0x00000002 , 0x00004498 
+ 00720927  0x0000941c jam  0x00000000 , 0x000047c4 
+ 00720928  0x0000941d jam  0x00000000 , 0x0000479e 
+ 00720929  0x0000941e call  0x000003ba 
+ 00720930  0x0000941f call  0x00005816 
+ 00720931  0x00009420 call  0x000041d9 
+ 00720932  0x00009421 call  0x00000324 
+ 00720933  0x00009422 fetch  0x00000001 , 0x00004b6b 
+ 00720934  0x00009423 rtn  0x00000034 
+ 00720935  0x00009425 fetch  0x00000006 , 0x00004b62 
+ 00720936  0x00009426 store  0x00000006 , 0x000044a0 
+ 00720937  0x00009427 call  0x00000490 
+ 00720938  0x00009428 branch  0x00007df4 
+ 00720939  0x0000942b hfetch  0x00000004 , 0x00008138 
+ 00720940  0x0000942c set1  0x0000001a , 0x0000003f 
+ 00720941  0x0000942d hstore  0x00000004 , 0x0000804c 
+ 00720942  0x0000942e call  0x00002c21 
+ 00720943  0x0000942f call  0x000074bd 
+ 00720944  0x00009430 call  0x00004482 
+ 00720945  0x00009432 call  0x00000324 
+ 00720946  0x00009433 call  0x00003e9f 
+ 00720947  0x00009434 call  0x000000ec 
+ 00720948  0x00009436 call  0x0000035b 
+ 00720949  0x00009437 hfetch  0x00000001 , 0x00008081 
+ 00720950  0x00009438 and  0x0000003f , 0x000000f7 , 0x0000003f 
+ 00720951  0x00009439 hstore  0x00000001 , 0x00008081 
+ 00720952  0x0000943a hfetch  0x00000001 , 0x0000807f 
+ 00720953  0x0000943b set1  0x00000000 , 0x0000003f 
+ 00720954  0x0000943c hstore  0x00000001 , 0x0000807f 
+ 00720955  0x0000943d rtn 
+ 00786433  0x00009442 beq  0x000000b1 , 0x000c0006 
+ 00786434  0x00009443 beq  0x000000b2 , 0x000c000c 
+ 00786435  0x00009444 beq  0x000000b3 , 0x000c0011 
+ 00786436  0x00009445 beq  0x000000b4 , 0x000c0019 
+ 00786437  0x00009446 rtn 
+ 00786438  0x00009449 fetch  0x00000001 , 0x00004808 
+ 00786439  0x0000944a rtneq  0x00000002 
+ 00786440  0x0000944b increase  0x00000001 , 0x0000003f 
+ 00786441  0x0000944c store  0x00000001 , 0x00004808 
+ 00786442  0x0000944d jam  0x00000012 , 0x000041e3 
+ 00786443  0x0000944e branch  0x0000340e 
+ 00786444  0x00009451 fetch  0x00000001 , 0x00004808 
+ 00786445  0x00009452 rtnne  0x00000002 
+ 00786446  0x00009453 jam  0x00000000 , 0x00004808 
+ 00786447  0x00009454 jam  0x0000000e , 0x000041e3 
+ 00786448  0x00009455 branch  0x0000340e 
+ 00786449  0x00009458 fetch  0x00000001 , 0x000047a1 
+ 00786450  0x00009459 beq  0x00000001 , 0x000c0015 
+ 00786451  0x0000945a jam  0x00000014 , 0x000046c6 
+ 00786452  0x0000945b branch  0x000c0017 
+ 00786453  0x0000945d call  0x00000439 
+ 00786454  0x0000945e jam  0x0000000a , 0x000046c6 
+ 00786455  0x00009460 arg  0x00000001 , 0x00000007 
+ 00786456  0x00009461 branch  0x000041b9 
+ 00786457  0x00009464 jam  0x00000000 , 0x00004aff 
+ 00786458  0x00009465 jam  0x00000000 , 0x00004b01 
+ 00786459  0x00009466 jam  0x00000000 , 0x00004b0a 
+ 00786460  0x00009467 call  0x00000324 
+ 00786461  0x00009468 branch  0x000041d9 
Index: output/bt_program23.list
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_program23.list	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_program23.list	(working copy)
@@ -1,31737 +1,31737 @@
               include "bt_format "
               org 0x0000
-:      000068 p_start:
-0x0000 000069 branch p_patch_array 
-:      000072 p_zcode:
-:      000075 p_wake_from_power:
-0x0001 000076 call p_mouse_data_init 
-0x0002 000077 fetch 1 ,mem_tx_power 
-0x0003 000078 store 1 ,mem_tx_power_temp 
-0x0004 000079 call power_ctrl_pac_succ_cnt_init 
-0x0005 000080 fetch 1 ,mem_ui_button_timeout 
-0x0006 000081 store 1 ,mem_combination_ui_button_count 
-0x0007 000082 fetch 1 ,mem_bt_ui_button_timeout 
-0x0008 000083 store 1 ,mem_bt_ui_button_count 
-0x0009 000084 call mouse_bt_discovery_button_down_disable 
-0x000a 000085 call p_mouse_spi_init 
-0x000b 000086 call p_drawing_optima_init 
-0x000c 000087 call p_mouse_cb_fuction 
-0x000d 000088 call p_mouse_wakeup_from_power 
-0x000e 000089 branch p_mouse_setting_config 
-:      000091 p_mouse_cb_fuction:
-0x000f 000092 setarg p_mouse_g24_package_data 
-0x0010 000093 store 2 ,mem_cb_24g_data 
-0x0011 000094 setarg p_mouse_le 
-0x0012 000095 store 2 ,mem_cb_le_process 
-0x0013 000096 setarg p_le_mouse_bb_event_connect_complete 
-0x0014 000097 store 2 ,mem_cb_att_write 
-0x0015 000098 setarg p_mouse_bt 
-0x0016 000099 store 2 ,mem_cb_bt_process 
-0x0017 000100 setarg p_mouse_before_lpm 
-0x0018 000101 store 2 ,mem_cb_before_lpm 
-0x0019 000102 setarg p_mouse_priority_bb_event 
-0x001a 000103 store 2 ,mem_cb_bb_event_process 
-0x001b 000104 setarg p_mouse_idle 
-0x001c 000105 store 2 ,mem_cb_idle_process 
-0x001d 000106 setarg p_mouse_before_hibernate 
-0x001e 000107 store 2 ,mem_cb_before_hibernate 
-0x001f 000108 setarg p_mouse_bb_event_timer 
-0x0020 000109 store 2 ,mem_cb_event_timer 
-0x0021 000110 rtn 
-:      000112 p_mouse_wakeup_from_power:
-0x0022 000113 setarg 25 
-0x0023 000114 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0x0024 000115 ncall p_mouse_24g_transmit_by_interrupt_exit_count_max ,wake 
-0x0025 000116 call p_mouse_init_sunt 
-0x0026 000117 call p_mouse_sensor_powerdown 
-:      000118 p_mouse_wakeup_no_from_power:
-0x0027 000119 fetch 1 ,mem_reconn_times_init 
-0x0028 000120 store 1 ,mem_reconn_times 
-0x0029 000121 rtn 
-:      000122 p_mouse_24g_transmit_by_interrupt_exit_count_max:
-0x002a 000123 setarg 375 
-0x002b 000124 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0x002c 000125 rtn 
-0x002d 000127 nop 1 
-0x002e 000128 nop 1 
-0x002f 000129 nop 1 
-0x0030 000130 nop 1 
-0x0031 000131 nop 1 
-0x0032 000132 nop 1 
-0x0033 000133 nop 1 
-0x0034 000134 nop 1 
-0x0035 000135 nop 1 
-0x0036 000136 nop 1 
-0x0037 000137 nop 1 
-0x0038 000138 nop 1 
-0x0039 000139 nop 1 
-0x003a 000140 nop 1 
-0x003b 000141 nop 1 
+:      000066 p_start:
+0x0000 000067 branch p_patch_array 
+:      000070 p_zcode:
+:      000073 p_wake_from_power:
+0x0001 000074 call p_mouse_data_init 
+0x0002 000075 fetch 1 ,mem_tx_power 
+0x0003 000076 store 1 ,mem_tx_power_temp 
+0x0004 000077 call power_ctrl_pac_succ_cnt_init 
+0x0005 000078 fetch 1 ,mem_ui_button_timeout 
+0x0006 000079 store 1 ,mem_combination_ui_button_count 
+0x0007 000080 call p_mouse_bt_discovery_button_up_init 
+0x0008 000081 call p_mouse_spi_init 
+0x0009 000082 call p_drawing_optima_init 
+0x000a 000083 call p_mouse_cb_fuction 
+0x000b 000084 call p_mouse_wakeup_from_power 
+0x000c 000085 fetch 4 ,mem_lap 
+0x000d 000086 store 4 ,mem_24g_device_addr 
+0x000e 000087 call le_set_config_fixed_ltk 
+0x000f 000088 call le_set_justwork 
+0x0010 000089 call le_set_fixed_ltk 
+0x0011 000090 call le_set_config_read_authentication 
+0x0012 000091 call mouse_param_init 
+0x0013 000092 setarg 0x1802 
+0x0014 000093 store 2 ,mem_fcomp_mul 
+0x0015 000094 setarg 0 
+0x0016 000095 store 2 ,mem_lpm_interval 
+0x0017 000096 call load_adc_init 
+0x0018 000097 branch p_mouse_setting_config 
+:      000099 p_mouse_cb_fuction:
+0x0019 000100 setarg p_mouse_g24_package_data 
+0x001a 000101 store 2 ,mem_cb_24g_data 
+0x001b 000102 setarg p_mouse_le 
+0x001c 000103 store 2 ,mem_cb_le_process 
+0x001d 000104 setarg p_le_mouse_bb_event_connect_complete 
+0x001e 000105 store 2 ,mem_cb_att_write 
+0x001f 000106 setarg p_mouse_bt 
+0x0020 000107 store 2 ,mem_cb_bt_process 
+0x0021 000108 setarg p_mouse_before_lpm 
+0x0022 000109 store 2 ,mem_cb_before_lpm 
+0x0023 000110 setarg p_mouse_priority_bb_event 
+0x0024 000111 store 2 ,mem_cb_bb_event_process 
+0x0025 000112 setarg p_mouse_idle 
+0x0026 000113 store 2 ,mem_cb_idle_process 
+0x0027 000114 setarg p_mouse_before_hibernate 
+0x0028 000115 store 2 ,mem_cb_before_hibernate 
+0x0029 000116 setarg p_mouse_bb_event_timer 
+0x002a 000117 store 2 ,mem_cb_event_timer 
+0x002b 000118 rtn 
+:      000120 p_mouse_wakeup_from_power:
+0x002c 000121 setarg 25 
+0x002d 000122 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x002e 000123 ncall p_mouse_24g_transmit_by_interrupt_exit_count_max ,wake 
+0x002f 000124 call p_mouse_init_sunt 
+0x0030 000125 call p_mouse_sensor_powerdown 
+:      000126 p_mouse_wakeup_no_from_power:
+0x0031 000127 fetch 1 ,mem_reconn_times_init 
+0x0032 000128 store 1 ,mem_reconn_times 
+0x0033 000129 fetch 6 ,mem_le_lap 
+0x0034 000130 store 6 ,mem_le_normal_lap 
+0x0035 000131 fetch 1 ,mem_power_on_flag 
+0x0036 000132 rtnbit1 2 
+0x0037 000134 jam ble_poweron_reconn_timer ,mem_mouse_poweron_bt_start_reconn_timer 
+0x0038 000135 branch p_mouse_dpi_config_default 
+:      000137 p_mouse_24g_transmit_by_interrupt_exit_count_max:
+0x0039 000138 setarg 375 
+0x003a 000139 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x003b 000140 rtn 
 0x003c 000142 nop 1 
 0x003d 000143 nop 1 
 0x003e 000144 nop 1 
 0x003f 000145 nop 1 
-:      000151 p_patch_array:
-0x0040 000152 bbit1 8 ,pf_patch_ext 
-0x0041 000154 beq patch00_1 ,p_soft_reset_1 
-0x0042 000155 beq patch00_2 ,p_soft_reset_2 
-0x0043 000156 beq patch10_5 ,p_shutdown_radio 
-0x0044 000157 beq patch11_1 ,p_set_freq_tx 
-0x0045 000158 beq patch11_2 ,p_initialize_radio_cont 
-0x0046 000159 beq patch03_3 ,p_page_wait_fhs_reply_ok 
-0x0047 000160 beq patch04_6 ,p_role_switch_master 
-0x0048 000161 beq patch09_0 ,p_quit_connection_cont 
-0x0049 000162 beq patch09_2 ,p_prepare_tx 
-0x004a 000163 beq patch0a_1 ,p_slave_conn_recv_packet 
-0x004b 000164 beq patch0b_1 ,p_process_dmh 
-0x004c 000165 beq patch14_7 ,p_lpm_dispatch 
-0x004d 000166 beq patch15_5 ,p_lpm_set_mult 
-0x004e 000167 beq patch19_3 ,app_bt_start_reconnect + 3 
-0x004f 000168 beq patch1d_1 ,p_mouse_bb_disconnected 
-0x0050 000169 beq patch14_1 ,p_init_param 
-0x0051 000170 beq patch16_1 ,p_lpm_check_wake_lock 
-0x0052 000171 beq patch16_2 ,p_g24_dispatch 
-0x0053 000172 beq patch18_4 ,p_device_init 
-0x0054 000173 beq patch1c_3 ,p_mouse_seting_dpi 
-0x0055 000174 beq patch1c_6 ,p_mouse_motion 
-0x0056 000175 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
-0x0057 000176 beq patch1d_3 ,p_mouse_start_discovery 
-0x0058 000177 beq patch1d_4 ,p_mouse_stop_discovery 
-0x0059 000178 branch loop 
-:      000179 pf_patch_ext:
-0x005a 000180 beq patch27_1 ,p_le_slave_match 
-0x005b 000181 beq patch28_3 ,p_le_next_adv_channel 
-0x005c 000182 beq patch29_2 ,p_le_receive_skip 
-0x005d 000183 beq patch2a_7 ,p_le_update_param 
-0x005e 000184 beq patch2b_1 ,p_le_update_channel_map 
-0x005f 000185 beq patch2c_3 ,p_le_prepare_tx 
-0x0060 000186 beq patch2c_6 ,p_le_parse 
-0x0061 000187 beq patch2c_7 ,p_le_parse_l2cap 
-0x0062 000188 beq patch2d_2 ,p_le_adv_not_match 
-0x0063 000189 beq patch2e_7 ,p_le_lpm_setmult 
-0x0064 000190 beq patch20_5 ,p_hid_rx_process 
-0x0065 000191 beq patch30_0 ,p_parse_lmp_accepted 
-0x0066 000192 beq patch30_2 ,p_send_lmp 
-0x0067 000193 beq patch31_0 ,p_process_conn_sm 
-0x0068 000194 beq patch31_4 ,p_twspi_reset 
-0x0069 000195 beq patch31_5 ,p_spid_init 
-0x006a 000196 beq patch3f_2 ,p_check_51cmd_once_continue 
-0x006b 000197 branch loop 
-:      000200 p_rssi_signal:
-0x006c 000201 copy pdata ,rega 
-0x006d 000202 fetcht 1 ,mem_rssi_signal_index 
-0x006e 000203 setarg mem_rssi_signal_buf 
-0x006f 000204 iadd temp ,contw 
-0x0070 000205 copy rega ,pdata 
-0x0071 000206 istore 1 ,contw 
-0x0072 000207 increase 1 ,temp 
-0x0073 000208 and_into rssi_buf_len_signal ,temp 
-0x0074 000209 storet 1 ,mem_rssi_signal_index 
-0x0075 000210 rtn 
-:      000233 p_soft_reset_1:
-0x0076 000234 arg mem_sp_state ,contw 
-0x0077 000235 arg 12 ,loopcnt 
-0x0078 000236 call clear_mem 
-0x0079 000237 call p_mouse_le_txbuff_load 
-0x007a 000238 call rfcomm_init 
-0x007b 000239 call init_lmp 
-0x007c 000240 ncall lpm_disable_exen_output ,wake 
-0x007d 000241 call ui_init + 1 
-0x007e 000242 branch soft_reset + 11 
-:      000244 p_soft_reset_2:
-0x007f 000245 call app_lpm_init ,wake 
-0x0080 000246 call publickey_init 
-0x0081 000247 call lpm_recover_clk ,wake 
-:      000248 p_sp_cal_loop:
-0x0082 000249 call sp_calc_sequence 
-0x0083 000250 fetch 1 ,mem_ssp_enable 
-0x0084 000251 branch main_loop ,blank 
-0x0085 000252 fetch 1 ,mem_sp_local_key_invalid 
-0x0086 000253 branch p_sp_cal_loop ,blank 
-0x0087 000254 branch main_loop 
-:      000256 p_init_param:
-0x0088 000257 setarg param_le_version 
-0x0089 000258 store 3 ,mem_lmp_version 
-0x008a 000259 setarg param_le_subversion 
-0x008b 000260 store 2 ,mem_lmp_version + 3 
-0x008c 000261 branch init_param + 12 
-:      000263 p_lpm_check_wake_lock:
-0x008d 000264 rtnmark1 mark_24g 
-0x008e 000265 fetch 1 ,mem_mouse_multi_led_state 
-0x008f 000266 nbranch disable_blank ,blank 
-0x0090 000267 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x0091 000268 nbranch disable_blank ,blank 
-0x0092 000269 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x0093 000270 branch disable_blank ,blank 
-0x0094 000271 fetch 1 ,mem_mouse_le_conn_param_reject 
-0x0095 000272 beq le_lpm_disable ,disable_blank 
-0x0096 000273 fetch 2 ,mem_sdp_remote_cid 
-0x0097 000274 nbranch disable_blank ,blank 
-0x0098 000275 fetch 1 ,mem_mouse_wheel_trigger 
-0x0099 000276 nbranch disable_blank ,blank 
-0x009a 000277 branch enable_blank 
-:      000280 p_g24_dispatch:
-0x009b 000281 rtnmark0 mark_24g 
-0x009c 000282 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x009d 000283 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
-:      000284 p_g24_transmit_process:
-0x009e 000285 call p_g24_txdata_prep 
-0x009f 000286 nbranch p_g24_nodata_transmit ,user 
-0x00a0 000287 call p_g24_rf_sta_check 
-:      000288 p_g24_transmit_start:
-0x00a1 000289 call p_g24_transmit_packet 
-0x00a2 000290 fetch 1 ,mem_24g_pairing_sm 
-0x00a3 000291 rtnne state_24g_pairing_success 
-0x00a4 000292 call power_ctrl_start 
-0x00a5 000293 call g24_long_sleep_shorter_param_update 
-0x00a6 000294 fetch 1 ,mem_mouse_multi_led_state 
-0x00a7 000295 beq on ,p_g24_transmit_by_interrupt_enable 
-:      000296 p_g24_short_sleep:
-0x00a8 000297 call p_g24_lpm_wait 
-0x00a9 000298 nrtn user 
-0x00aa 000299 call p_clear_wake 
-0x00ab 000300 setarg 62500 
-0x00ac 000301 branch lpm_dispatch_sleep 
-:      000303 g24_long_sleep_shorter_param_update:
-0x00ad 000306 setarg g24_long_sleep_step1 
-0x00ae 000307 store 3 ,mem_24g_enter_hibernate 
-0x00af 000308 jam 20 ,mem_24g_long_sleep_param_update_timer 
-0x00b0 000309 rtn 
-:      000311 p_g24_transmit_by_interrupt:
-0x00b1 000312 call p_g24_timer_check 
-0x00b2 000313 nrtn user 
-0x00b3 000314 call p_g24_interval_calibrate 
-0x00b4 000315 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x00b5 000316 increase 1 ,pdata 
-0x00b6 000317 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x00b7 000318 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0x00b8 000319 isub temp ,null 
-0x00b9 000320 call p_g24_transmit_by_interrupt_exit ,zero 
-0x00ba 000321 branch p_g24_transmit_process 
-:      000322 p_g24_transmit_by_interrupt_exit:
-0x00bb 000323 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x00bc 000324 setarg 0 
-0x00bd 000325 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x00be 000326 setarg 25 
-0x00bf 000327 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-:      000328 p_g24_interval_min:
-0x00c0 000329 jam 0 ,mem_24g_pac_index 
-0x00c1 000330 fetch 1 ,mem_24g_interval_min 
-:      000331 p_g24_current_interval_store:
-0x00c2 000332 store 1 ,mem_24g_interval 
-0x00c3 000333 rtn 
-:      000334 p_g24_interval_max:
-0x00c4 000335 fetch 1 ,mem_24g_interval_max 
-0x00c5 000336 branch p_g24_current_interval_store 
-:      000337 p_g24_interval_calibrate:
-0x00c6 000338 fetch 1 ,mem_24g_pac_index 
-0x00c7 000339 increase 1 ,pdata 
-0x00c8 000340 store 1 ,mem_24g_pac_index 
-0x00c9 000341 beq 4 ,p_g24_interval_max 
-0x00ca 000342 beq 5 ,p_g24_interval_min 
-0x00cb 000343 rtn 
-:      000345 p_g24_nodata_transmit:
-0x00cc 000346 fetch 1 ,mem_24g_abort_pac 
-0x00cd 000347 call p_g24_send_abort_packet ,blank 
-0x00ce 000348 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x00cf 000349 nrtn blank 
-0x00d0 000350 fetch 1 ,mem_mouse_multi_led_state 
-0x00d1 000351 rtneq on 
-:      000352 p_g24_long_sleep:
-0x00d2 000353 call p_g24_lpm_wait 
-0x00d3 000354 nrtn user 
-0x00d4 000355 fetch 3 ,mem_24g_enter_hibernate 
-0x00d5 000356 call clk2lpo 
-0x00d6 000357 storet 4 ,mem_sleep_counter 
-0x00d7 000358 branch lpm_sleep 
-:      000360 p_g24_lpm_wait:
-0x00d8 000361 enable user 
-0x00d9 000362 call lpo_calibration 
-0x00da 000363 fetch 3 ,mem_clks_per_lpo 
-0x00db 000364 branch disable_user ,blank 
-0x00dc 000365 fetch 1 ,mem_lpm_mode 
-0x00dd 000366 branch disable_user ,blank 
-0x00de 000367 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x00df 000368 beq g24_tx_timer_int_enable ,disable_user 
-0x00e0 000369 branch p_mouse_setgpio_lpm 
-:      000371 p_g24_send_abort_packet:
-0x00e1 000372 jam 1 ,mem_24g_abort_pac 
-0x00e2 000373 jam 0 ,mem_24g_rf_hop_ch 
-0x00e3 000374 call p_g24_transmit_rf_ctrl_clear 
-0x00e4 000375 store 1 ,mem_24g_txbuf 
-0x00e5 000376 setarg 0 
-0x00e6 000377 store 7 ,mem_24g_txbuf + 1 
-0x00e7 000378 fetch 4 ,mem_24g_device_addr 
-0x00e8 000379 store 4 ,mem_24g_txbuf + 8 
-0x00e9 000380 jam 12 ,mem_24g_datalen 
-0x00ea 000381 fetch 1 ,mem_24g_data_type 
-0x00eb 000382 set1 bit_abort ,pdata 
-0x00ec 000383 store 1 ,mem_24g_data_type 
-0x00ed 000384 call p_g24_txdata_enable_tx 
-0x00ee 000385 branch p_g24_transmit_start 
-:      000387 p_g24_set_device_addr:
-0x00ef 000388 fetch 4 ,mem_lap 
-0x00f0 000389 store 4 ,mem_24g_device_addr 
-0x00f1 000390 rtn 
-:      000392 p_g24_transmit_rf_sta_init:
-0x00f2 000393 jam 1 ,mem_24g_rf_last_sta 
-0x00f3 000394 jam 0 ,mem_24g_sync_cnt 
-:      000395 p_g24_transmit_rf_ctrl_clear:
-0x00f4 000396 fetch 1 ,mem_24g_data_type 
-0x00f5 000397 and_into bits_data ,pdata 
-0x00f6 000398 store 1 ,mem_24g_data_type 
-0x00f7 000399 rtn 
-:      000401 p_g24_hop_ch_enable:
-0x00f8 000402 fetch 1 ,mem_24g_data_type 
-0x00f9 000403 set1 bit_hop ,pdata 
-0x00fa 000404 store 1 ,mem_24g_data_type 
-0x00fb 000406 store 1 ,mem_24g_txpayload 
-0x00fc 000407 rtn 
-:      000409 p_g24_hop_enable_packet:
-0x00fd 000410 fetch 1 ,mem_24g_data_type 
-0x00fe 000411 rtnbit0 bit_hop 
-:      000412 p_g24_hop_ch_disable:
-0x00ff 000413 fetch 1 ,mem_24g_data_type 
-0x0100 000414 set0 bit_hop ,pdata 
-0x0101 000415 store 1 ,mem_24g_data_type 
-0x0102 000416 store 1 ,mem_24g_txpayload 
-0x0103 000417 call power_ctrl_pac_succ_decrs 
-0x0104 000418 branch p_g24_ch 
-:      000446 p_g24_rf_hop_attemp_again:
-0x0105 000447 fetch 1 ,mem_24g_rf_hop_ch 
-0x0106 000448 bne 1 ,p_g24_transmit_rf_ctrl_clear 
-:      000449 p_g24_rf_hop_fastly:
-0x0107 000450 fetch 1 ,mem_24g_hop_fastly_cnt 
-0x0108 000451 increase 1 ,pdata 
-0x0109 000452 store 1 ,mem_24g_hop_fastly_cnt 
-0x010a 000453 beq 4 ,p_g24_rf_hop_fastly_exit 
-0x010b 000454 call p_g24_ch 
-0x010c 000455 jam 2 ,mem_24g_max_retry 
-0x010d 000456 branch p_g24_transmit_packet 
-:      000458 p_g24_rf_hop_fastly_exit:
-0x010e 000459 call power_ctrl_pac_succ_decrs 
-0x010f 000460 jam 0 ,mem_24g_hop_fastly_cnt 
-0x0110 000461 branch p_g24_transmit_rf_ctrl_clear 
-:      000463 p_g24_transmit_hop_pac_succ_wo_hop:
-0x0111 000464 jam 2 ,mem_24g_sync_cnt 
-:      000465 p_g24_transmit_hop_pac_succ:
-0x0112 000466 jam 1 ,mem_24g_rf_last_sta 
-0x0113 000467 jam 0 ,mem_24g_rf_hop_ch 
-0x0114 000468 branch p_g24_transmit_rf_ctrl_clear 
-:      000470 p_g24_transmit_succ_rf_config:
-0x0115 000471 fetch 1 ,mem_24g_rf_work_stage 
-0x0116 000472 beq 3 ,p_g24_transmit_hop_pac_succ 
-0x0117 000473 fetch 1 ,mem_24g_data_type 
-0x0118 000474 isolate0 bit_hop ,pdata 
-0x0119 000475 branch p_g24_transmit_rf_sta_init ,true 
-0x011a 000476 fetch 1 ,mem_24g_rf_work_stage 
-0x011b 000477 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
-0x011c 000478 beq 2 ,p_g24_transmit_hop_pac_succ 
-0x011d 000479 rtn 
-:      000481 p_g24_rf_sta_check:
-0x011e 000482 fetch 1 ,mem_24g_pairing_sm 
-0x011f 000483 rtnne state_24g_pairing_success 
-0x0120 000484 call p_g24_rf_laststa_synccnt_check 
-0x0121 000485 ncall p_g24_rf_sync_cnt_check ,user2 
-0x0122 000486 rtn 
-:      000488 p_g24_rf_laststa_synccnt_check:
-0x0123 000489 disable user2 
-0x0124 000490 fetch 1 ,mem_24g_rf_last_sta 
-0x0125 000491 rtnne 1 
-0x0126 000492 fetch 1 ,mem_24g_sync_cnt 
-0x0127 000493 rtnne 0 
-0x0128 000494 jam 1 ,mem_24g_rf_work_stage 
-0x0129 000495 jam 4 ,mem_24g_max_retry 
-0x012a 000496 branch enable_user2 
-:      000498 p_g24_rf_sync_cnt_check:
-0x012b 000499 fetch 1 ,mem_24g_sync_cnt 
-0x012c 000500 branch p_g24_rf_hop_attemp ,blank 
-0x012d 000501 increase -1 ,pdata 
-0x012e 000502 store 1 ,mem_24g_sync_cnt 
-0x012f 000503 jam 2 ,mem_24g_rf_work_stage 
-0x0130 000504 jam 4 ,mem_24g_max_retry 
-:      000505 p_g24_ch:
-0x0131 000506 fetcht 1 ,mem_24g_current_ch_number 
-:      000507 p_g24_ch_map_size:
-0x0132 000508 call p_g24_ch_calc 
-0x0133 000509 increase 1 ,temp 
-0x0134 000510 and_into 3 ,temp 
-0x0135 000512 storet 1 ,mem_24g_current_ch_number 
-0x0136 000513 rtn 
-:      000515 p_g24_rf_hop_attemp:
-0x0137 000516 jam 3 ,mem_24g_rf_work_stage 
-0x0138 000517 fetch 1 ,mem_24g_rf_hop_ch 
-0x0139 000518 nbranch p_g24_rf_hop_attemp_again ,blank 
-0x013a 000519 jam 2 ,mem_24g_max_retry 
-0x013b 000520 branch p_g24_ch 
-:      000522 p_g24_txdata_prep:
-0x013c 000523 fetch 1 ,mem_24g_pairing_sm 
-0x013d 000524 bne state_24g_pairing_success ,p_g24_pairing_sm 
-:      000525 p_g24_txdata_prep_packeage_data:
-0x013e 000526 call p_g24_package_data 
-:      000527 p_g24_txdata_enable_tx:
-0x013f 000528 call p_g24_transmit_prep 
-0x0140 000529 jam ensure_on_24g ,mem_24g_ensure 
-0x0141 000530 rtn 
-:      000532 p_g24_package_data:
-0x0142 000533 fetch 2 ,mem_cb_24g_data 
-0x0143 000534 call callback_func 
-0x0144 000535 branch p_g24_accumulate_mouse_data ,user 
-0x0145 000536 fetch 7 ,mem_24g_txbuf + 1 
-0x0146 000537 rtn blank 
-0x0147 000538 branch enable_user 
-:      000539 p_g24_accumulate_mouse_data:
-0x0148 000540 call p_mouse_data_xy_release 
-0x0149 000541 jam 0 ,mem_24g_abort_pac 
-0x014a 000542 add rega ,1 ,pdata 
-0x014b 000543 store 1 ,mem_24g_datalen 
-0x014c 000544 call p_g24_transmit_rf_ctrl_clear 
-0x014d 000545 store 1 ,mem_24g_txbuf 
-0x014e 000546 ifetcht 1 ,contw 
-0x014f 000547 ifetch 1 ,regb 
-0x0150 000548 ior temp ,pdata 
-0x0151 000549 istore 1 ,contw 
-0x0152 000550 increase 1 ,regb 
-0x0153 000551 ifetch 4 ,regb 
-0x0154 000552 istore 4 ,contw 
-0x0155 000553 increase 4 ,regb 
-0x0156 000554 arg mem_24g_txbuf + 6 ,contw 
-0x0157 000555 arg 2 ,loopcnt 
-:      000556 p_g24_accumulation_loop:
-0x0158 000557 ifetch 1 ,regb 
-0x0159 000558 ifetcht 1 ,contw 
-0x015a 000559 iadd temp ,pdata 
-0x015b 000560 istore 1 ,contw 
-0x015c 000561 increase 1 ,regb 
-0x015d 000562 loop p_g24_accumulation_loop 
-0x015e 000563 rtn 
-:      000565 p_g24_transmit_packet:
-0x015f 000566 jam 0 ,mem_24g_retry 
-:      000567 p_g24_transmit_loop:
-0x0160 000568 arg param_rx_setup ,timeup 
-0x0161 000569 until clkn_rt ,meet 
-0x0162 000570 call p_g24_transmit_receive_ack 
-0x0163 000573 nbranch p_g24_retransmit ,sync 
-0x0164 000574 nbranch p_g24_retransmit ,user3 
-0x0165 000575 call p_g24_txbuf_clear 
-0x0166 000576 call p_g24_ackpayload_parse 
-0x0167 000577 call power_ctrl_pac_succ_incrs 
-:      000578 p_g24_transmit_next_packet:
-0x0168 000579 fetch 1 ,mem_24g_pid 
-0x0169 000580 increase 1 ,pdata 
-0x016a 000581 store 1 ,mem_24g_pid 
-0x016b 000582 call p_g24_hop_enable_packet 
-0x016c 000583 fetch 1 ,mem_24g_pairing_sm 
-0x016d 000584 bne state_24g_pairing_success ,p_g24_paring_mode_start 
-0x016e 000585 call p_g24_transmit_succ_rf_config 
-:      000586 p_g24_transmit_abandon:
-0x016f 000587 setarg 0 
-0x0170 000588 store 4 ,mem_24g_ensure 
-0x0171 000589 store 1 ,mem_24g_hop_pac_retry 
-0x0172 000590 rtn 
-:      000592 p_g24_txbuf_clear:
-0x0173 000593 arg 4 ,loopcnt 
-0x0174 000594 arg mem_24g_txbuf ,contw 
-0x0175 000595 branch memset0 
-:      000597 p_g24_transmit_receive_ack:
-0x0176 000598 disable user3 
-0x0177 000599 call p_g24_transmit 
-0x0178 000604 force 0 ,radio_ctrl 
-0x0179 000605 fetch 4 ,mem_24g_addr 
-0x017a 000606 iforce access 
-0x017b 000607 fetcht 1 ,mem_last_freq 
-0x017c 000608 call set_freq_rx 
-0x017d 000609 call rf_rx_enable 
-0x017e 000610 call p_g24_receive_rxon 
-0x017f 000611 call p_g24_end_of_packet ,user3 
-0x0180 000612 rtn 
-:      000617 p_g24_retransmit:
-0x0181 000618 fetch 2 ,mem_24g_txfail_cnt 
-0x0182 000619 increase 1 ,pdata 
-0x0183 000620 store 2 ,mem_24g_txfail_cnt 
-0x0184 000621 fetch 1 ,mem_24g_txfail_cnt + 1 
-0x0185 000622 bbit1 4 ,g24_stop_24g_mode 
-0x0186 000624 fetch 1 ,mem_24g_pairing_sm 
-0x0187 000625 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
-0x0188 000627 call p_g24_tx_hop_ch_process 
-0x0189 000628 branch p_g24_transmit_loop 
-:      000630 p_g24_tx_paring_retry:
-0x018a 000631 fetch 1 ,mem_24g_txfail_cnt 
-0x018b 000632 rtnne 0xff 
-:      000633 p_g24_tx_attempt_fail:
-0x018c 000634 setarg 0 
-0x018d 000635 store 2 ,mem_24g_txfail_cnt 
-0x018e 000636 branch g24_stop_24g_mode 
-:      000638 p_g24_tx_fast_hop:
-0x018f 000639 call power_ctrl_txpower_incrs 
-0x0190 000640 call power_ctrl_pac_succ_decrs 
-0x0191 000641 branch p_g24_ch 
-:      000643 p_g24_tx_hop_ch_process:
-0x0192 000644 fetch 1 ,mem_24g_retry 
-0x0193 000645 sub pdata ,11 ,null 
-0x0194 000646 nbranch p_g24_tx_fast_hop ,positive 
-0x0195 000647 increase 1 ,pdata 
-0x0196 000648 store 1 ,mem_24g_retry 
-0x0197 000649 beq 2 ,p_g24_hop_ch_enable 
-0x0198 000650 beq 6 ,p_g24_hop_ch_disable 
-0x0199 000651 beq 8 ,p_g24_hop_ch_enable 
-0x019a 000652 beq 12 ,p_g24_hop_ch_disable 
-0x019b 000653 rtn 
-:      000655 p_g24_ackpayload_parse:
-0x019c 000656 call p_g24_read_len_pid_crc 
-0x019d 000657 fetch 1 ,mem_24g_rxdata_length 
-0x019e 000658 rtn blank 
-0x019f 000659 iforce loopcnt 
-0x01a0 000660 arg mem_24g_rxbuf + 2 ,contr 
-0x01a1 000661 arg mem_24g_rxpayload ,contw 
-0x01a2 000662 branch memcpy 
-:      000664 p_g24_pairing_sm:
-0x01a3 000665 jam zcode_90 ,mem_zcode_temp_param0 
-0x01a4 000666 branch p_zcode_entrance 
-:      000668 p_g24_paring_mode_start:
-0x01a5 000669 call power_ctrl_pac_succ_cnt_init 
-:      000670 p_g24_paring_mode:
-0x01a6 000671 jam zcode_91 ,mem_zcode_temp_param0 
-0x01a7 000672 branch p_zcode_entrance 
-:      000674 p_g24_auto_pair_start:
-0x01a8 000675 jam zcode_70 ,mem_zcode_temp_param0 
-0x01a9 000676 branch p_zcode_entrance 
-:      000678 p_g24_check_51cmd_stop_24g:
-0x01aa 000679 set0 mark_24g ,mark 
-0x01ab 000680 call le_disable 
-:      000681 p_mouse_disable_g24_pairing_flag:
-0x01ac 000682 arg mosue_24g_pairing_flag ,queue 
-0x01ad 000683 branch mouse_disable_function_flag 
-:      000685 p_g24_put_data_in_buff:
-0x01ae 000686 storet 1 ,mem_24g_datalen 
-0x01af 000687 copy temp ,loopcnt 
-0x01b0 000688 arg mem_24g_txbuf ,contw 
-0x01b1 000689 copy rega ,contr 
-0x01b2 000690 branch memcpy 
-:      000692 p_g24_read_len_pid_crc:
-0x01b3 000694 fetch 1 ,mem_24g_rxbuf + 1 
-0x01b4 000695 rshift3 pdata ,pdata 
-0x01b5 000696 store 1 ,mem_24g_rxdata_length 
-0x01b6 000698 increase 1 ,pdata 
-0x01b7 000699 arg mem_24g_rxbuf + 1 ,contr 
-0x01b8 000700 iadd contr ,contr 
-0x01b9 000701 ifetch 3 ,contr 
-0x01ba 000702 store 3 ,mem_24g_sta_crc 
-0x01bb 000704 fetch 1 ,mem_24g_rxbuf + 1 
-0x01bc 000705 rshift pdata ,pdata 
-0x01bd 000706 and pdata ,0x03 ,pdata 
-0x01be 000707 store 1 ,mem_24g_sta_pid 
-0x01bf 000708 rtn 
-:      000710 p_g24_update_addr_and_synccrc8:
-0x01c0 000711 store 4 ,mem_24g_addr 
-:      000713 p_g24_syncword_crc8:
-0x01c1 000714 arg 0 ,rega 
-0x01c2 000715 arg 4 ,loopcnt 
-0x01c3 000716 arg mem_24g_addr ,contr 
-:      000717 p_g24_syncword_crc8_loop:
-0x01c4 000718 ifetch 1 ,contr 
-0x01c5 000719 iadd rega ,rega 
-0x01c6 000720 loop p_g24_syncword_crc8_loop 
-0x01c7 000721 copy rega ,pdata 
-0x01c8 000722 store 2 ,mem_24g_syncword 
-0x01c9 000723 fetch 1 ,mem_24g_syncword 
-0x01ca 000724 fetcht 1 ,mem_24g_syncword + 1 
-0x01cb 000725 iadd temp ,pdata 
-0x01cc 000726 store 1 ,mem_24g_syncword_crc8 
-0x01cd 000727 rtn 
-:      000729 p_g24_transmit_prep:
-0x01ce 000732 fetch 1 ,mem_24g_datalen 
-0x01cf 000733 increase 2 ,pdata 
-0x01d0 000734 store 1 ,mem_24g_txlen 
-0x01d1 000736 fetch 1 ,mem_24g_data_type 
-0x01d2 000737 store 1 ,mem_24g_txpayload 
-0x01d3 000739 fetch 1 ,mem_24g_datalen 
-0x01d4 000740 lshift3 pdata ,pdata 
-0x01d5 000741 fetcht 1 ,mem_24g_pid 
-0x01d6 000742 and temp ,0x03 ,temp 
-0x01d7 000743 lshift temp ,temp 
-0x01d8 000744 ior temp ,pdata 
-0x01d9 000745 fetcht 1 ,mem_24g_no_ack 
-0x01da 000746 iadd temp ,pdata 
-0x01db 000747 istore 1 ,contw 
-0x01dc 000749 fetch 1 ,mem_24g_datalen 
-0x01dd 000750 iforce loopcnt 
-0x01de 000751 arg mem_24g_txbuf ,contr 
-0x01df 000752 branch memcpy 
-:      000754 p_g24_ch_calc:
-0x01e0 000755 fetch 1 ,mem_24g_addr 
-0x01e1 000756 and_into 0x03 ,pdata 
-0x01e2 000757 mul32 pdata ,4 ,rega 
-0x01e3 000758 setarg mem_24g_ch_map1 
-0x01e4 000759 iadd rega ,pdata 
-0x01e5 000760 iadd temp ,contr 
-0x01e6 000761 ifetch 1 ,contr 
-0x01e7 000762 store 1 ,mem_24g_ch 
-0x01e8 000763 rtn 
-:      000765 p_g24_prep:
-0x01e9 000766 disable enable_crc 
-0x01ea 000767 disable enable_white 
-0x01eb 000768 setarg 0x555555 
-0x01ec 000769 iforce crc24_init 
-0x01ed 000770 fetch 1 ,mem_24g_ch 
-0x01ee 000771 reverse pdata ,temp 
-0x01ef 000772 set1 1 ,temp 
-0x01f0 000773 rshift temp ,white_init 
-0x01f1 000774 rtn 
-:      000776 p_g24_receive_packet:
-0x01f2 000777 call le_enable 
-0x01f3 000778 fetch 4 ,mem_24g_addr 
-0x01f4 000779 iforce access 
-0x01f5 000780 call set_sync_on 
-0x01f6 000781 fetcht 1 ,mem_24g_ch 
-0x01f7 000782 call set_freq_rx 
-0x01f8 000783 setarg param_pll_setup 
-0x01f9 000784 call sleep 
-0x01fa 000785 call rf_rx_enable 
-:      000786 p_g24_receive_rxon:
-0x01fb 000789 call p_g24_prep 
-0x01fc 000790 disable user3 
-0x01fd 000791 enable decode_fec0 
-0x01fe 000792 enable is_rx 
-0x01ff 000793 disable is_tx 
-0x0200 000794 enable swfine 
-0x0201 000795 fetch 2 ,mem_24g_rx_window 
-0x0202 000796 iforce stop_watch 
-0x0203 000797 correlate null ,timeout 
-0x0204 000798 nbranch p_g24_end_of_packet ,sync 
-0x0205 000801 disable decode_fec0 
-0x0206 000802 enable decode_fec1 
-0x0207 000803 enable enable_white 
-0x0208 000804 enable enable_crc 
-0x0209 000805 call p_g24_receive_byte 
-0x020a 000806 store 1 ,mem_24g_get_syncword_crc8 
-0x020b 000807 fetcht 1 ,mem_24g_syncword_crc8 
-0x020c 000808 isub temp ,null 
-0x020d 000809 nbranch p_g24_end_of_packet ,zero 
-0x020e 000810 call p_g24_receive_byte 
-0x020f 000811 store 1 ,mem_24g_rxbuf 
-0x0210 000812 fetch 1 ,mem_24g_mode 
-0x0211 000813 sub pdata ,rx_24g ,null 
-0x0212 000814 branch p_g24_receive_skip ,zero 
-0x0213 000815 fetch 1 ,mem_24g_rxbuf 
-0x0214 000816 fetcht 1 ,mem_24g_data_type 
-0x0215 000817 icompare bits_data ,temp 
-0x0216 000818 nbranch p_g24_end_of_packet ,true 
-:      000819 p_g24_receive_skip:
-0x0217 000820 call p_g24_receive_byte 
-0x0218 000821 istore 1 ,contw 
-0x0219 000822 rshift3 pdata ,pdata 
-0x021a 000823 and pdata ,0x1f ,loopcnt 
-0x021b 000824 branch p_g24rx_nopayload ,zero 
-:      000825 p_g24rx_loop:
-0x021c 000826 call p_g24_receive_byte 
-0x021d 000827 istore 1 ,contw 
-0x021e 000828 loop p_g24rx_loop 
-:      000829 p_g24rx_nopayload:
-0x021f 000831 copy contw ,rega 
-0x0220 000832 call p_g24_receive_byte 
-0x0221 000833 store 1 ,mem_rssi_hex_received 
-0x0222 000834 copy rega ,contw 
-0x0223 000835 parse demod ,bucket ,24 
-0x0224 000836 enable swfine 
-0x0225 000837 arg param_sifs ,stop_watch 
-0x0226 000838 rshift32 pdata ,pdata 
-0x0227 000839 rshift16 pdata ,pdata 
-0x0228 000840 istore 3 ,contw 
-0x0229 000841 disable decode_fec1 
-0x022a 000842 branch p_g24_end_of_packet ,crc_failed 
-0x022b 000845 enable user3 
-0x022c 000846 fetch 1 ,mem_last_freq 
-0x022d 000847 add pdata ,0 ,rega 
-0x022e 000848 call rf_write_freq 
-0x022f 000849 disable decode_fec0 
-0x0230 000850 call set_sync_on 
-0x0231 000851 fetch 1 ,mem_rssi_hex_received 
-0x0232 000852 call p_rssi_signal 
-0x0233 000853 rtn 
-:      000855 p_g24_receive_byte:
-0x0234 000856 parse demod ,bucket ,8 
-0x0235 000857 rshift3 pwindow ,pdata 
-0x0236 000858 rtn 
-:      000860 p_g24_end_of_packet:
-0x0237 000861 disable encode_fec1 
-0x0238 000862 disable decode_fec1 
-0x0239 000863 call end_of_packet 
-0x023a 000864 rtn 
-:      000872 p_g24_set_freq_tx:
-0x023b 000873 call set_sync_on 
-0x023c 000874 fetcht 1 ,mem_24g_ch 
-0x023d 000875 branch set_freq_tx 
-:      000877 p_g24_transmit:
-0x023e 000878 call le_enable 
-0x023f 000879 fetch 4 ,mem_24g_addr 
-0x0240 000880 iforce access 
-0x0241 000881 call p_g24_prep 
-0x0242 000882 call p_g24_set_freq_tx 
-0x0243 000883 set1 txgfsk ,radio_ctrl 
-0x0244 000884 enable encode_fec0 
-0x0245 000885 enable is_tx 
-0x0246 000886 disable is_rx 
-0x0247 000889 rshift16 access ,pdata 
-0x0248 000890 rshift8 pdata ,pdata 
-0x0249 000891 rshift4 pdata ,pdata 
-0x024a 000892 inject mod ,40 
-0x024b 000893 disable encode_fec0 
-0x024c 000894 enable encode_fec1 
-0x024d 000895 enable enable_white 
-0x024e 000896 enable enable_crc 
-0x024f 000897 fetch 1 ,mem_24g_syncword_crc8 
-0x0250 000898 inject mod ,8 
-0x0251 000899 fetch 1 ,mem_24g_txlen 
-0x0252 000900 iforce loopcnt 
-0x0253 000901 arg mem_24g_txpayload ,contr 
-:      000902 p_g24tr_loop:
-0x0254 000903 ifetch 1 ,contr 
-0x0255 000904 inject mod ,8 
-0x0256 000905 loop p_g24tr_loop 
-0x0257 000908 enable enable_parity 
-0x0258 000909 inject mod ,24 
-0x0259 000910 disable enable_parity 
-0x025a 000911 until null ,tx_clear 
-0x025b 000912 nop 100 
-0x025c 000913 disable encode_fec0 
-0x025d 000914 disable encode_fec1 
-0x025e 000915 rtn 
-:      000917 p_g24_timer_check:
-0x025f 000918 call disable_user 
-0x0260 000919 fetcht 4 ,mem_24g_tx_btclk 
-0x0261 000920 copy clkn_bt ,pdata 
-0x0262 000921 isub temp ,null 
-0x0263 000922 ncall g24_timer_timeout ,positive 
-0x0264 000923 copy pdata ,regb 
-0x0265 000924 fetch 4 ,mem_24g_tx_btclk 
-0x0266 000925 fetcht 1 ,mem_24g_interval 
-0x0267 000926 iadd temp ,temp 
-0x0268 000927 copy regb ,pdata 
-0x0269 000928 isub temp ,null 
-0x026a 000929 nrtn positive 
-0x026b 000930 set0 28 ,pdata 
-0x026c 000931 store 4 ,mem_24g_tx_btclk 
-0x026d 000932 branch enable_user 
-:      000956 p_rssi_average:
-0x026e 000957 arg 0 ,temp 
-0x026f 000958 arg rssi_buf_len_signal + 1 ,loopcnt 
-0x0270 000959 copy rega ,contr 
-:      000960 p_rssi_average_loop:
-0x0271 000961 ifetch 1 ,contr 
-0x0272 000962 iadd temp ,temp 
-0x0273 000963 loop p_rssi_average_loop 
-0x0274 000964 rshift3 temp ,pdata 
-0x0275 000965 copy pdata ,temp 
-0x0276 000966 rtnmark0 mark_24g 
-0x0277 000968 div pdata ,10 
-0x0278 000969 call wait_div_end 
-0x0279 000970 quotient pdata 
-0x027a 000971 lshift4 pdata ,pdata 
-0x027b 000972 remainder temp 
-0x027c 000973 ior temp ,temp 
-0x027d 000974 rtn 
-0x027e 000975 rtn 
-:      000978 p_mouse_before_lpm:
-0x027f 000979 rtnmark1 mark_24g 
-0x0280 000980 call p_mouse_le_txbuff_save 
-0x0281 000981 call p_mouse_setgpio_lpm 
-0x0282 000982 fetch 1 ,mem_context 
-0x0283 000983 bbit0 state_inconn ,p_clear_wake 
-0x0284 000984 fetch 1 ,mem_lpm_current_mult 
-0x0285 000985 nrtn blank 
-:      000986 p_clear_wake:
-0x0286 000987 setarg 0 
-0x0287 000988 store 8 ,mem_gpio_wakeup_low 
-0x0288 000989 rtn 
-:      000991 p_mouse_setgpio_lpm:
-0x0289 000992 call p_mouse_set_sdio_high 
-0x028a 000993 call p_clear_wake 
-:      000994 p_mouse_setgpio_hibernate:
-0x028b 000995 call mouse_lpm_before_common 
-0x028c 000996 call p_flash_ncs_disable 
-0x028d 000997 hfetch 4 ,core_gpio_oe0 
-0x028e 000998 hfetcht 4 ,core_gpio_pu0 
-0x028f 000999 ior temp ,temp 
-0x0290 001000 invert temp ,temp 
-0x0291 001001 hstoret 4 ,core_gpio_pd0 
-0x0292 001002 hfetch 1 ,core_gpio_pd1 
-0x0293 001003 set0 2 ,pdata 
-0x0294 001004 hstore 1 ,core_gpio_pd1 
-0x0295 001005 hfetch 1 ,core_gpio_pd2 
-0x0296 001006 set0 6 ,pdata 
-0x0297 001007 hstore 1 ,core_gpio_pd2 
-:      001008 p_mouse_ice_gpio_set_input_pu:
-0x0298 001009 fetcht 1 ,mem_mouse_multi_led_gpio 
-0x0299 001010 call gpio_config_input 
-0x029a 001011 fetcht 1 ,mem_mouse_multi_led_gpio 
-0x029b 001012 set1 gpio_active_bit ,temp 
-0x029c 001013 arg core_gpio_pu0 ,contw 
-0x029d 001014 branch gpio_set_bit 
-:      001017 p_mouse_set_sdio_high:
-0x029e 001018 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0x029f 001019 rtn blank 
-0x02a0 001020 branch p_mouse_seting_sensor_type 
-:      001022 p_device_init:
-0x02a1 001023 call initialize_radio 
-0x02a2 001024 call app_lpm_mult_enable 
-0x02a3 001025 call enable_authrom 
-0x02a4 001026 branch p_mouse_spi_init ,wake 
-:      001027 p_device_wake_from_power:
-0x02a5 001028 fetch 3 ,mem_le_lap + 3 
-0x02a6 001029 store 3 ,mem_le_lap_high_3b 
-0x02a7 001030 call p_wake_from_power 
-0x02a8 001033 call p_mouse_load_flash_device_info 
-0x02a9 001034 call p_mouse_check_key_gpio 
-0x02aa 001035 beq mouse_lm_button ,p_mouse_24g_pairing_button 
-0x02ab 001036 fetch 1 ,mem_power_on_flag 
-0x02ac 001037 bbit1 2 ,p_mouse_wakeup_from_hibernate 
-0x02ad 001038 branch p_mouse_start_24g_mode 
-:      001040 p_mouse_wakeup_from_hibernate:
-0x02ae 001041 fetch 1 ,mem_mouse_latest_mode 
-0x02af 001042 beq latest_mode_bt ,p_mouse_check_reconn_target 
-0x02b0 001043 branch p_mouse_start_24g_mode 
-:      001045 p_mouse_start_24g_mode:
-0x02b1 001046 fetch 1 ,mem_mouse_latest_mode 
-0x02b2 001047 bne 0xff ,p_g24_start_24g_mode 
-0x02b3 001048 fetch 4 ,mem_24g_allpowerful_addr 
-0x02b4 001049 store 4 ,mem_24g_addr 
-:      001050 p_g24_start_24g_mode:
-0x02b5 001051 jam zcode_60 ,mem_zcode_temp_param0 
-0x02b6 001052 branch p_zcode_entrance 
-:      001054 p_mouse_check_reconn_target:
-0x02b7 001055 call p_mouse_tx_power_init 
-0x02b8 001056 fetch 1 ,mem_mouse_fast_conn_flag 
-0x02b9 001057 beq 0xff ,p_mouse4_0_check_reconn_target 
-0x02ba 001058 fetch 1 ,mem_xrecord_mode 
-0x02bb 001059 beq rec_3_mode ,p_mouse3_0_check_reconn_target 
-0x02bc 001060 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
-0x02bd 001061 rtn 
-:      001066 p_mouse_tx_power_init:
-0x02be 001067 fetch 1 ,mem_tx_power_temp 
-0x02bf 001068 store 1 ,mem_tx_power 
-0x02c0 001069 rtn 
-:      001080 p_mouse3_0_check_reconn_target:
-0x02c1 001081 fetch 6 ,mem_hci_plap 
-0x02c2 001082 branch app_bt_start_discovery_short ,blank 
-0x02c3 001083 branch mouse3_0_check_reconn_target + 3 
-:      001085 p_mouse4_0_check_reconn_target:
-0x02c4 001086 jam zcode_22 ,mem_zcode_temp_param0 
-0x02c5 001087 branch p_zcode_entrance 
-:      001089 p_le_check_adv_flag:
-0x02c6 001090 arg mem_le_adv_data ,rega 
-:      001091 p_le_check_adv_flag_loop:
-0x02c7 001092 ifetch 1 ,rega 
-0x02c8 001093 rtn blank 
-0x02c9 001094 iadd contr ,rega 
-0x02ca 001095 ifetch 1 ,contr 
-0x02cb 001096 rtneq 0x01 
-0x02cc 001097 branch p_le_check_adv_flag_loop 
-:      001099 p_mouse_le_fast_conn_disable:
-0x02cd 001100 jam 0x5a ,mem_mouse_fast_conn_flag 
-0x02ce 001101 rtn 
-:      001103 p_mouse_fast_conn_init:
-0x02cf 001104 jam 0xff ,mem_mouse_fast_conn_flag 
-0x02d0 001105 jam 0x34 ,mem_xrecord_mode 
-0x02d1 001106 fetch 6 ,mem_24g_allpowerful_addr 
-0x02d2 001107 store 6 ,mem_le_lap 
-0x02d3 001108 rtn 
-:      001111 p_mouse_24g_pairing_button:
-0x02d4 001112 jam zcode_61 ,mem_zcode_temp_param0 
-0x02d5 001113 branch p_zcode_entrance 
-:      001122 p_mouse_spi_init:
-0x02d6 001123 jam 0x76 ,mem_spi_init_clk 
-0x02d7 001124 branch mouse_spi_init 
-:      001126 p_mouse_init_sunt:
-0x02d8 001127 call p_mouse_spi_init 
-0x02d9 001128 call mouse_spi_sdio_gpio_pollup 
-:      001129 p_mouse_init_sensor:
-0x02da 001130 call mouse_read_sensor_id 
-0x02db 001131 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
-0x02dc 001132 beq p3065_id1 ,p_mouse_p3065_init_param 
-0x02dd 001133 call mouse_twspi_reset 
-0x02de 001134 nop 1000 
-0x02df 001135 branch p_mouse_init_sensor 
-:      001137 p_mouse_init_sensor_reset:
-0x02e0 001138 jam 1 ,mem_mouse_init_sensor_reset_flag 
-0x02e1 001139 branch p_mouse_init_sunt 
-:      001141 p_mouse_init_p32xx_id2_judge:
-0x02e2 001142 call p_mouse_sensor_poweron 
-0x02e3 001143 fetch 1 ,mem_sensor_id2 
-0x02e4 001144 beq p_mx8650 ,p_mouse_mx8650_init_param 
-0x02e5 001145 beq pka8_id2 ,p_mouse_ka8_init_param 
-0x02e6 001146 beq p8009_id2 ,p_mouse_8009_init_param 
-0x02e7 001147 branch mouse_init_p32xx_id2_judge 
-:      001149 p_mouse_mx8650_init_param:
-0x02e8 001150 jam mx8650 ,mem_config_sensor_type 
-0x02e9 001151 setarg 0x8006 
-0x02ea 001152 call twspi_write 
-0x02eb 001153 call delay_10ms 
-0x02ec 001154 arg mem_sensor_8650_init ,regc 
-0x02ed 001155 call p_sensor_wr_seq 
-0x02ee 001156 branch p_mouse_dpi_config 
-:      001158 p_mouse_ka8_init_param:
-0x02ef 001159 jam ka8 ,mem_config_sensor_type 
-0x02f0 001160 arg mem_sensor_ka8_init ,regc 
-:      001161 p_sensor_wr_seq:
-0x02f1 001162 ifetch 2 ,regc 
-0x02f2 001163 rtneq 0xff 
-0x02f3 001164 call twspi_write 
-0x02f4 001165 nop 12000 
-0x02f5 001166 increase 2 ,regc 
-0x02f6 001167 branch p_sensor_wr_seq 
-:      001169 p_mouse_8009_init_param:
-0x02f7 001170 setarg 0x16 
-0x02f8 001171 call twspi_read 
-0x02f9 001172 sub pdata ,0xbd ,null 
-0x02fa 001173 nbranch p_mouse_init_sensor ,zero 
-0x02fb 001174 setarg 0x19 
-0x02fc 001175 call twspi_read 
-0x02fd 001176 sub pdata ,0x55 ,null 
-0x02fe 001177 nbranch p_mouse_init_sensor ,zero 
-0x02ff 001178 setarg 0x1b 
-0x0300 001179 call twspi_read 
-0x0301 001180 sub pdata ,0x1d ,null 
-0x0302 001181 nbranch p_mouse_init_sensor ,zero 
-0x0303 001182 jam p8009 ,mem_config_sensor_type 
-0x0304 001183 arg mem_sensor_8009_init ,regc 
-0x0305 001184 branch p_sensor_wr_seq 
-:      001186 p_mouse_p3065_init_param:
-0x0306 001187 call p_mouse_sensor_poweron 
-0x0307 001188 fetch 1 ,mem_sensor_id2 
-0x0308 001189 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x0309 001190 jam p3065 ,mem_config_sensor_type 
-0x030a 001191 rtn 
-:      001193 p_mouse_sensor_poweron:
-0x030b 001194 arg mem_sensor_poweron_init ,regc 
-0x030c 001195 call p_sensor_wr_seq 
-0x030d 001196 call p_mouse_dpi_config 
-0x030e 001197 fetch 1 ,mem_config_sensor_type 
-0x030f 001198 beq ka8 ,p_mouse_ka8_init_param 
-0x0310 001199 beq mx8650 ,p_mouse_mx8650_init_param 
-0x0311 001200 beq p8009 ,p_mouse_8009_init_param 
-0x0312 001201 rtn 
-:      001203 p_mouse_dpi_config:
-0x0313 001206 fetch 1 ,mem_mouse_dpi 
-0x0314 001207 bne 0xff ,p_mouse_seting_dpi 
-:      001208 p_mouse_dpi_config_default:
-0x0315 001209 fetch 1 ,mem_config_sensor_motion 
-0x0316 001210 store 1 ,mem_mouse_dpi 
-0x0317 001211 branch p_mouse_seting_dpi 
-:      001213 p_mouse_sensor_powerdown:
-0x0318 001214 setarg 0x0806 
-0x0319 001215 call twspi_read 
-0x031a 001216 or pdata ,0x08 ,pdata 
-0x031b 001217 lshift8 pdata ,pdata 
-0x031c 001218 add pdata ,0x06 ,pdata 
-0x031d 001219 branch twspi_write 
-:      001221 p_mouse_setting_config:
-0x031e 001222 jam zcode_80 ,mem_zcode_temp_param0 
-0x031f 001223 branch p_zcode_entrance 
-:      001225 p_mouse_set_gpio_control_sensor:
-0x0320 001226 fetch mouse_flag_len ,mem_mouse_flag 
-0x0321 001227 rtnbit0 mouse_enable_gpio_control_adc_sensor 
-:      001228 p_mouse_sensor_set_angle:
-0x0322 001229 hfetch 1 ,core_gpio_pu0 
-0x0323 001230 set1 5 ,pdata 
-0x0324 001231 hstore 1 ,core_gpio_pu0 
-0x0325 001232 call p_mouse_sensor_set_angle_2 
-0x0326 001233 hfetch 1 ,core_gpio_pu0 
-0x0327 001234 set0 5 ,pdata 
-0x0328 001235 hstore 1 ,core_gpio_pu0 
-0x0329 001236 rtn 
-:      001237 p_mouse_sensor_set_angle_2:
-0x032a 001238 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x032b 001239 call gpio_config_input 
-0x032c 001240 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x032d 001241 call gpio_get_bit 
-0x032e 001242 jam mouse_3clk_angle ,mem_config_sensor_angle 
-0x032f 001243 rtn true 
-0x0330 001244 jam mouse_6clk_angle ,mem_config_sensor_angle 
-0x0331 001245 rtn 
-:      001249 p_flash_ncs_disable:
-0x0332 001250 fetcht 1 ,mem_flash_ncs_gpio 
-0x0333 001251 branch gpio_out_inactive 
-:      001253 p_spid_init_flash:
-0x0334 001254 jam 0x40 ,core_spid_ctrl 
-0x0335 001255 jam 0x0 ,core_spid_delay 
-0x0336 001256 hfetch 1 ,core_gpio_sel1 
-0x0337 001257 set0 0 ,pdata 
-0x0338 001258 set0 1 ,pdata 
-0x0339 001259 set1 3 ,pdata 
-0x033a 001260 set0 4 ,pdata 
-0x033b 001261 hstore 1 ,core_gpio_sel1 
-0x033c 001262 setarg 0 
-0x033d 001263 store 4 ,mem_spid_tbuf 
-0x033e 001265 hfetch 1 ,core_gpio_pd3 
-0x033f 001266 set0 0 ,pdata 
-0x0340 001267 hstore 1 ,core_gpio_pd3 
-0x0341 001269 rtn 
-:      001271 p_mouse_load_flash_info_check:
-0x0342 001272 call p_flash_release_deep_power_down 
-0x0343 001273 call mouse_load_flash_flag 
-0x0344 001274 fetch 2 ,mem_store_flag 
-0x0345 001275 arg eeprom_init_flag ,temp 
-0x0346 001276 isub temp ,null 
-0x0347 001277 branch p_mouse_load_flash_device_info ,zero 
-0x0348 001278 storet 2 ,mem_store_flag 
-0x0349 001279 call mouse_ble_init_address 
-0x034a 001280 fetch 1 ,mem_config_sensor_motion 
-0x034b 001281 store 1 ,mem_mouse_dpi 
-:      001285 p_mouse_store_flash_device_info:
-0x034c 001286 call p_flash_release_deep_power_down 
-0x034d 001287 call p_flash_erase_sector 
-0x034e 001288 call p_mouse_information_flash_parameters 
-0x034f 001289 call p_spid_write_flash 
-0x0350 001290 call p_wait_flash_done 
-:      001291 p_mouse_store_random_addr_increase_count:
-0x0351 001292 call p_spid_init_flash 
-0x0352 001293 arg 3 ,temp 
-0x0353 001294 arg mem_random_addr_increase_count ,rega 
-0x0354 001295 arg mouse_random_addr_count_eeprom_offset ,regb 
-:      001296 p_mouse_store_flash_comm:
-0x0355 001297 fetch 3 ,mem_flash_base 
-0x0356 001298 iadd regb ,pdata 
-0x0357 001299 call p_spid_write_flash 
-0x0358 001300 call p_wait_flash_done 
-0x0359 001301 call p_flash_deep_power_down 
-0x035a 001302 branch p_mouse_spi_init 
-:      001304 p_mouse_set_24g_addr_flash:
-0x035b 001305 arg 4 ,temp 
-0x035c 001306 arg mem_24g_addr ,rega 
-0x035d 001307 arg mouse_g24_addr_eeprom_offect ,regb 
-0x035e 001308 rtn 
-:      001310 p_flash_erase_sector:
-0x035f 001311 fetch 3 ,mem_flash_base 
-0x0360 001312 store 3 ,mem_spi_write_addr 
-0x0361 001313 call flash_erase_sector + 2 
-0x0362 001314 branch p_wait_flash_done 
-:      001316 p_spid_write_flash:
-0x0363 001317 copy pdata ,regc 
-0x0364 001318 copy rega ,pdata 
-0x0365 001319 increase -4 ,pdata 
-0x0366 001320 copy pdata ,regb 
-0x0367 001321 ifetch 4 ,regb 
-0x0368 001322 store 4 ,mem_write_flash_head_temp 
-0x0369 001323 copy regc ,pdata 
-0x036a 001324 call spid_write_flash 
-0x036b 001325 fetch 4 ,mem_write_flash_head_temp 
-0x036c 001326 istore 4 ,regb 
-0x036d 001327 rtn 
-:      001329 p_wait_flash_done:
-0x036e 001330 setarg 100000 
-0x036f 001331 call sleep 
-0x0370 001332 call spid_unlock_flash 
-0x0371 001333 setarg mem_spid_rbuf 
-0x0372 001334 hstore 2 ,core_spid_rxaddr 
-0x0373 001335 setarg flash_read_satus 
-0x0374 001336 call spid_read_reg 
-0x0375 001337 bbit1 flash_status_wip ,p_wait_flash_done 
-0x0376 001338 rtn 
-:      001340 p_mouse_information_flash_parameters:
-0x0377 001341 setarg mem_mouse_information_end 
-0x0378 001342 arg mem_mouse_information_start ,temp 
-0x0379 001343 isub temp ,temp 
-0x037a 001344 fetch 3 ,mem_flash_base 
-0x037b 001345 arg mem_mouse_information_start ,rega 
-0x037c 001346 rtn 
-:      001348 p_mouse_read_flash:
-0x037d 001349 call p_flash_release_deep_power_down 
-0x037e 001350 call p_mouse_information_flash_parameters 
-0x037f 001351 branch spid_read_flash 
-:      001353 p_mouse_load_flash_device_info:
-0x0380 001354 call p_mouse_read_flash 
-0x0381 001355 call p_mouse_load_random_addr_increase_count 
-0x0382 001356 call p_mouse_load_last_mode 
-0x0383 001358 call mouse_select_btdevice 
-0x0384 001359 call mouse_select_reconn_device 
-0x0385 001360 fetch 4 ,mem_mouse_24g_addr 
-0x0386 001361 store 4 ,mem_24g_addr 
-0x0387 001362 rtn 
-:      001364 p_flash_deep_power_down:
-0x0388 001365 jam flash_command_deep_power_down ,mem_temp 
-:      001366 p_spid_write_flash_cmd:
-0x0389 001367 call p_spid_init_flash 
-0x038a 001368 call delay_nop100 
-0x038b 001369 call spid_unlock_flash 
-0x038c 001370 arg mem_write_flash_head_temp ,rega 
-0x038d 001371 fetcht 1 ,mem_temp 
-0x038e 001372 call spid_write_flash_common 
-0x038f 001373 branch delay_nop100 
-:      001375 p_flash_release_deep_power_down:
-0x0390 001376 jam flash_command_release_deep_power_down ,mem_temp 
-0x0391 001377 branch p_spid_write_flash_cmd 
-:      001382 p_pdata_0xff_check:
-0x0392 001383 call enable_user 
-0x0393 001384 setarg 0xffff 
-:      001385 p_pdata_0xff_check_loop:
-0x0394 001386 ifetcht 2 ,contr 
-0x0395 001387 isub temp ,null 
-0x0396 001388 ncall disable_user ,zero 
-0x0397 001389 loop p_pdata_0xff_check_loop 
-0x0398 001390 rtn 
-:      001392 p_mouse_g24_package_data:
-0x0399 001393 call mouse_g24_package_data 
-0x039a 001394 fetch 2 ,mem_mouse_z 
-0x039b 001395 rtn blank 
-:      001396 p_g24_transmit_by_interrupt_enable:
-0x039c 001397 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0x039d 001398 setarg 0 
-0x039e 001399 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-0x039f 001400 rtn 
-:      001402 p_mouse_le_txbuff_save:
-0x03a0 001403 arg mem_le_tx_buffer0 ,contr 
-0x03a1 001404 arg mem_le_tx_buffer0_omemalloc ,contw 
-0x03a2 001405 call p_mouse_le_txbuff_copy 
-0x03a3 001406 arg mem_le_tx_buffer1 ,contr 
-0x03a4 001407 call p_mouse_le_txbuff_copy 
-0x03a5 001408 arg mem_le_tx_buffer2 ,contr 
-0x03a6 001409 call p_mouse_le_txbuff_copy 
-0x03a7 001410 arg mem_le_tx_buffer3 ,contr 
-:      001411 p_mouse_le_txbuff_copy:
-0x03a8 001412 arg 27 ,loopcnt 
-0x03a9 001413 branch memcpy 
-:      001415 p_mouse_le_txbuff_load:
-0x03aa 001416 arg mem_le_tx_buffer0_omemalloc ,contr 
-0x03ab 001417 arg mem_le_tx_buffer0 ,contw 
-0x03ac 001418 call p_mouse_le_txbuff_copy 
-0x03ad 001419 arg mem_le_tx_buffer1 ,contw 
-0x03ae 001420 call p_mouse_le_txbuff_copy 
-0x03af 001421 arg mem_le_tx_buffer2 ,contw 
-0x03b0 001422 call p_mouse_le_txbuff_copy 
-0x03b1 001423 arg mem_le_tx_buffer3 ,contw 
-0x03b2 001424 branch p_mouse_le_txbuff_copy 
-:      001426 p_mouse_le:
-0x03b3 001427 call le_fifo_check_nearly_full 
-0x03b4 001428 nrtn blank 
-0x03b5 001429 fetch 1 ,mem_mouse_fast_conn_flag 
-0x03b6 001430 beq 0xff ,p_mouse_le_next 
-0x03b7 001431 fetch 1 ,mem_le_connect_status_flag 
-0x03b8 001432 and pdata ,0x03 ,pdata 
-0x03b9 001433 rtnne 0x03 
-:      001434 p_mouse_le_next:
-0x03ba 001435 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x03bb 001436 call p_mouse_clear_sensor_data ,blank 
-0x03bc 001437 fetch mouse_flag_len ,mem_mouse_flag 
-0x03bd 001438 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x03be 001439 call mouse_motion 
-0x03bf 001440 nrtn user 
-0x03c0 001441 call p_mouse_le_current_mult_update 
-0x03c1 001442 call p_mouse_data_xy_release 
-0x03c2 001443 call p_mouse_wheel_trigger 
-:      001444 p_mouse_data_push:
-0x03c3 001445 arg mem_mouse_key ,rega 
-0x03c4 001446 call queue_push 
-0x03c5 001447 call p_mouse_queue_increase ,user 
-0x03c6 001449 rtn 
-:      001451 p_mouse_le_current_mult_update:
-0x03c7 001454 jam 0 ,mem_lpm_mult 
-0x03c8 001455 jam 30 ,mem_mouse_le_current_mult_timer 
-0x03c9 001456 rtn 
-:      001458 p_mouse_data_xy_release:
-0x03ca 001461 fetch 1 ,mem_mouse_long_mult_flag 
-0x03cb 001462 rtnne 1 
-0x03cc 001463 setarg 0 
-0x03cd 001464 store 1 ,mem_mouse_long_mult_flag 
-0x03ce 001465 store 4 ,mem_mouse_x 
-0x03cf 001466 branch p_mouse_init_sensor_reset 
-:      001468 p_mouse_data_init:
-0x03d0 001469 jam 7 ,mem_mouse_data_queue 
-0x03d1 001470 jam 4 ,mem_mouse_data_queue + 1 
-0x03d2 001471 setarg mem_mouse_data_queue 
-0x03d3 001472 store 2 ,mem_queue_ptr 
-0x03d4 001473 branch queue_init 
-:      001475 p_mouse_queue_increase:
-0x03d5 001476 fetch 1 ,mem_mouse_data_queue_num 
-0x03d6 001477 increase 1 ,pdata 
-0x03d7 001478 store 1 ,mem_mouse_data_queue_num 
-0x03d8 001479 rtn 
-:      001481 p_mouse_data_pull:
-0x03d9 001482 arg mem_mouse_key ,rega 
-0x03da 001483 call queue_pop 
-0x03db 001484 branch p_mouse_fill_data_le ,user 
-0x03dc 001485 rtn 
-:      001487 p_mouse_fill_data_le:
-0x03dd 001488 call le_clear_md 
-0x03de 001489 fetch 1 ,mem_mouse_data_queue_num 
-0x03df 001490 sub pdata ,1 ,null 
-0x03e0 001491 ncall le_set_md ,positive 
-0x03e1 001492 fetch 1 ,mem_mouse_data_queue_num 
-0x03e2 001493 rtn blank 
-0x03e3 001494 increase -1 ,pdata 
-0x03e4 001495 store 1 ,mem_mouse_data_queue_num 
-0x03e5 001496 branch mouse_fill_data_le 
-:      001499 p_mouse_wheel_trigger:
-0x03e6 001500 fetch 2 ,mem_mouse_z 
-0x03e7 001501 rtn blank 
-0x03e8 001502 jam 1 ,mem_mouse_wheel_trigger 
-0x03e9 001503 jam 2 ,mem_mouse_wheel_trigger_timer 
-0x03ea 001504 rtn 
-:      001506 p_mouse_bt:
-0x03eb 001507 rtn attempt 
-0x03ec 001508 fetch 1 ,mem_app_handshake_flag 
-0x03ed 001509 rtn blank 
-0x03ee 001510 call l2cap_malloc_is_fifo_nearly_full 
-0x03ef 001511 nrtn blank 
-0x03f0 001512 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x03f1 001513 call p_mouse_clear_sensor_data ,blank 
-0x03f2 001514 fetch mouse_flag_len ,mem_mouse_flag 
-0x03f3 001515 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
-0x03f4 001516 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
-0x03f5 001517 call mouse_motion 
-0x03f6 001518 nrtn user 
-0x03f7 001519 call p_mouse_le_current_mult_update 
-0x03f8 001520 call p_mouse_data_xy_release 
-0x03f9 001521 call p_mouse_wheel_trigger 
-0x03fa 001522 fetch 1 ,mem_mouse_bt_boot_mode 
-0x03fb 001523 beq 1 ,p_mouse_send_data_boot_mode 
-0x03fc 001524 fetch 1 ,mem_mouse_bt_send_first_package_flag 
-0x03fd 001525 rtn blank 
-0x03fe 001526 branch mouse_send_data 
-:      001528 p_mouse_send_data_boot_mode:
-0x03ff 001529 fetch 1 ,mem_mouse_key 
-0x0400 001530 store 1 ,mem_mouse_bt_boot_data 
-0x0401 001531 fetch 1 ,mem_mouse_x 
-0x0402 001532 istore 1 ,contw 
-0x0403 001533 fetch 1 ,mem_mouse_y 
-0x0404 001534 istore 1 ,contw 
-0x0405 001535 fetch 2 ,mem_mouse_z 
-0x0406 001536 istore 2 ,contw 
-0x0407 001538 arg 7 ,rega 
-0x0408 001539 call hid_malloc_tx_buff 
-0x0409 001540 fetch 2 ,mem_hid_int_remote_cid 
-0x040a 001541 istore 2 ,contw 
-0x040b 001542 setarg 0x02a1 
-0x040c 001543 istore 2 ,contw 
-0x040d 001544 fetch 5 ,mem_mouse_bt_boot_data 
-0x040e 001545 istore 5 ,contw 
-0x040f 001546 rtn 
-:      001548 p_mouse_clear_sensor_data:
-0x0410 001549 jam 1 ,mem_mouse_clear_sensor_data_flag 
-0x0411 001550 call le_set_config_more_data 
-0x0412 001551 branch p_mouse_init_sensor_reset 
-:      001558 p_mouse_idle:
-0x0413 001559 call ui_check_paring_button 
-0x0414 001560 call p_mouse_dpi_check 
-0x0415 001561 branch mouse_wheel_check 
-:      001563 p_mouse_dpi_check:
-0x0416 001564 fetcht 1 ,mem_dpi_button_gpio 
-0x0417 001565 call p_gpio_set_input_pd 
-0x0418 001566 fetcht 1 ,mem_dpi_button_gpio 
-0x0419 001567 call gpio_get_bit 
-0x041a 001568 branch p_mouse_dpi_up ,true 
-0x041b 001569 call p_gpio_set_input_pu 
-:      001570 p_mouse_dpi_down:
-0x041c 001571 fetch 1 ,mem_mouse_dpi_button_state 
-0x041d 001572 rtneq dpi_button_state_down 
-0x041e 001573 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-:      001574 p_mouse_dpi_down_next:
-0x041f 001575 fetch 1 ,mem_mouse_dpi 
-0x0420 001576 increase 1 ,pdata 
-0x0421 001577 and pdata ,0x03 ,pdata 
-0x0422 001578 store 1 ,mem_mouse_dpi 
-0x0423 001582 branch mouse_seting_dpi 
-:      001584 p_mouse_dpi_up:
-0x0424 001585 call p_gpio_set_input_pu 
-0x0425 001586 branch mouse_dpi_up 
-:      001588 p_mouse_priority_bb_event:
-0x0426 001589 copy regc ,pdata 
-0x0427 001590 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-0x0428 001591 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0x0429 001592 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
-0x042a 001593 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0x042b 001594 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-0x042c 001595 beq bt_evt_reconn_failed ,p_mouse_bb_event_reconn_failed 
-0x042d 001596 beq bt_evt_reconn_page_timeout ,p_mouse_bb_event_reconn_timeout 
-0x042e 001597 beq bt_evt_switch_not_accept ,app_bt_role_switch 
-0x042f 001598 beq bt_evt_sniff_not_accept ,p_mouse_sniff_not_accept 
-0x0430 001599 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
-0x0431 001600 beq bt_evt_bb_disconnected ,p_mouse_bb_event_disconnected 
-0x0432 001601 beq bt_evt_switch_success_master ,p_mouse_enter_sniff_check 
-0x0433 001602 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0x0434 001603 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0x0435 001604 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0x0436 001605 branch mouse_priority_bb_event + 1 
-:      001607 p_mouse_le_bb_event_connected:
-0x0437 001608 call p_mouse_init_sensor_reset 
-0x0438 001609 call app_ble_store_reconn_info 
-0x0439 001610 jam latest_mode_bt ,mem_mouse_latest_mode 
-0x043a 001611 jam 1 ,mem_mouse_le_bb_connected_flag 
-0x043b 001612 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x043c 001613 nbranch p_mouse_le_bb_event_connected_next ,blank 
-0x043d 001614 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
-:      001615 p_mouse_le_bb_event_connected_next:
-0x043e 001616 call p_mouse_null_enter_hibernate_disable 
-0x043f 001617 call p_mouse_data_init 
-0x0440 001618 branch mouse_le_bb_event_connected 
-:      001620 p_mouse_le_bb_disconnected:
-0x0441 001621 call p_mouse_sensor_powerdown_check 
-0x0442 001622 jam zcode_a2 ,mem_zcode_temp_param0 
-0x0443 001623 branch p_zcode_entrance 
-:      001625 p_mouse_le_enc_info:
-:      001626 p_app_updata_le_param:
-0x0444 001627 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x0445 001628 branch ui_ipc_send_cmd 
-:      001630 p_mouse_le_ll_start_encryt:
-0x0446 001631 jam zcode_b3 ,mem_zcode_temp_param0 
-0x0447 001632 branch p_zcode_entrance 
-:      001634 p_mouse_le_conn_param_update_rsp_recieved:
-0x0448 001635 jam zcode_a1 ,mem_zcode_temp_param0 
-0x0449 001636 branch p_zcode_entrance 
-:      001639 p_mouse_bb_event_reconn_timeout:
-:      001640 p_mouse_bb_event_reconn_failed:
-0x044a 001641 jam zcode_a3 ,mem_zcode_temp_param0 
-0x044b 001642 branch p_zcode_entrance 
-:      001644 p_mouse_irtual_cable_unplug:
-0x044c 001645 jam zcode_b5 ,mem_zcode_temp_param0 
-0x044d 001646 branch p_zcode_entrance 
-:      001648 p_mouse_sniff_not_accept:
-0x044e 001649 jam zcode_b1 ,mem_zcode_temp_param0 
-0x044f 001650 branch p_zcode_entrance 
-:      001652 p_mouse_bb_event_connected:
-0x0450 001653 jam latest_mode_bt ,mem_mouse_latest_mode 
-0x0451 001654 call p_mouse_init_sensor_reset 
-0x0452 001655 call p_mouse_null_enter_hibernate_disable 
-0x0453 001656 call p_mouse_discovey_led_blink_off 
-0x0454 001657 jam 0 ,mem_mouse_send_switch_req_timer 
-0x0455 001658 branch mouse_stop_discovery 
-:      001660 p_mouse_bb_event_disconnected:
-0x0456 001661 nop 12000 
-0x0457 001662 call p_mouse_sensor_powerdown_check 
-0x0458 001663 jam zcode_b4 ,mem_zcode_temp_param0 
-0x0459 001664 branch p_zcode_entrance 
-:      001666 p_mouse_enter_sniff_check:
-0x045a 001667 jam zcode_b2 ,mem_zcode_temp_param0 
-0x045b 001668 branch p_zcode_entrance 
-:      001670 p_mouse_24g_pairing_complete:
-0x045c 001671 fetch 1 ,mem_power_on_flag 
-0x045d 001672 set1 2 ,pdata 
-0x045e 001673 store 1 ,mem_power_on_flag 
-0x045f 001674 call p_mouse_init_sensor_reset 
-0x0460 001675 jam zcode_92 ,mem_zcode_temp_param0 
-0x0461 001676 branch p_zcode_entrance 
-:      001678 p_mouse_24g_attempt_fail:
-0x0462 001679 jam zcode_c0 ,mem_zcode_temp_param0 
-0x0463 001680 branch p_zcode_entrance 
-:      001682 p_mouse_24g_attempt_success:
-0x0464 001683 fetch 1 ,mem_power_on_flag 
-0x0465 001684 set1 2 ,pdata 
-0x0466 001685 store 1 ,mem_power_on_flag 
-0x0467 001686 jam zcode_c1 ,mem_zcode_temp_param0 
-0x0468 001687 branch p_zcode_entrance 
-:      001689 p_mouse_before_hibernate:
-0x0469 001690 call p_mouse_sensor_powerdown_check 
-0x046a 001691 jam zcode_a4 ,mem_zcode_temp_param0 
-0x046b 001692 branch p_zcode_entrance 
-:      001694 p_mouse_sensor_powerdown_check:
-0x046c 001695 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0x046d 001696 rtn blank 
-0x046e 001697 jam 0 ,mem_mouse_init_sensor_reset_flag 
-0x046f 001698 branch p_mouse_sensor_powerdown 
-:      001701 p_mouse_bb_event_timer:
-0x0470 001702 call p_mouse_multi_led_blink_timer 
-0x0471 001703 call p_mouse_wheel_trigger_timer 
-0x0472 001704 call p_mouse_null_enter_hibernate_timer 
-0x0473 001705 call p_mouse_bt_discovery_check 
-0x0474 001706 call mouse_check_discovery_timeout_timer 
-0x0475 001708 call p_mouse_g24_long_sleep_param_update_timer 
-0x0476 001709 call p_mouse_check_direct_timeout_timer 
-0x0477 001710 call p_mouse_le_enable_att_list_timer 
-0x0478 001711 call p_mouse_le_current_mult_update_timer 
-0x0479 001712 call p_le_send_smp_security_request_timer 
-0x047a 001713 call p_mouse_send_switch_req_timer 
-0x047b 001714 call mouse_check_hid_handshake_timer 
-0x047c 001715 call p_mouse_bt_check_sniff_req_timeout_timer 
-0x047d 001716 branch mouse_check_no_data_timeout_timer 
-:      001782 p_mouse_send_switch_req_timer:
-0x047e 001783 arg mem_mouse_send_switch_req_timer ,regc 
-0x047f 001784 arg host_create_conn_resend ,regb 
-0x0480 001785 branch timer_single_step 
-:      001787 p_mouse_bt_check_sniff_req_timeout_timer:
-0x0481 001788 arg mem_mouse_bt_send_first_package_timer ,regc 
-0x0482 001789 arg p_mouse_bt_send_first_package ,regb 
-0x0483 001790 branch timer_single_step 
-:      001791 p_mouse_bt_send_first_package:
-0x0484 001792 jam 1 ,mem_mouse_bt_send_first_package_flag 
-0x0485 001793 rtn 
-:      001796 p_mouse_le_enable_att_list_timer:
-0x0486 001797 arg mem_le_start_encrypt_timer ,regc 
-0x0487 001798 arg mouse_le_write_enable ,regb 
-0x0488 001799 branch timer_single_step 
-:      001801 p_mouse_check_direct_timeout_timer:
-0x0489 001802 arg mem_mouse_direct_timer ,regc 
-0x048a 001803 arg p_mouse_check_direct_timeout ,regb 
-0x048b 001804 branch timer_single_step_2b 
-:      001806 p_mouse_check_direct_timeout:
-0x048c 001807 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
-0x048d 001808 nrtn blank 
-0x048e 001809 branch mouse_check_direct_timeout 
-:      001811 p_mouse_le_current_mult_update_timer:
-0x048f 001812 arg mem_mouse_le_current_mult_timer ,regc 
-0x0490 001813 arg p_mouse_le_current_mult_reinit ,regb 
-0x0491 001814 branch timer_single_step 
-:      001815 p_mouse_le_current_mult_reinit:
-0x0492 001816 fetch 1 ,mem_lpm_mult_init 
-0x0493 001817 store 1 ,mem_lpm_mult 
-0x0494 001818 branch p_mouse_long_mult_flag_enable 
-:      001820 p_le_send_smp_security_request_timer:
-0x0495 001821 fetch 1 ,mem_mouse_le_bb_connected_flag 
-0x0496 001822 rtn blank 
-0x0497 001823 arg mem_mouse_send_secutiry_request_timer ,regc 
-0x0498 001824 arg p_le_pairing_sm_start_check ,regb 
-0x0499 001825 branch timer_single_step 
-:      001826 p_le_pairing_sm_start_check:
-0x049a 001827 fetch 1 ,mem_le_send_security_request_flag 
-0x049b 001828 nrtn blank 
-0x049c 001829 branch le_pairing_sm_start 
-:      001832 p_mouse_g24_long_sleep_param_update_timer:
-0x049d 001833 arg mem_24g_long_sleep_param_update_timer ,regc 
-0x049e 001834 arg p_mouse_g24_long_sleep_normal_param ,regb 
-0x049f 001835 branch timer_single_step 
-:      001836 p_mouse_g24_long_sleep_normal_param:
-0x04a0 001837 setarg g24_long_sleep_step3 
-0x04a1 001838 store 3 ,mem_24g_enter_hibernate 
-:      001839 p_mouse_long_mult_flag_enable:
-0x04a2 001840 jam 1 ,mem_mouse_long_mult_flag 
-0x04a3 001841 rtn 
-:      001843 p_mouse_wheel_trigger_timer:
-0x04a4 001844 arg mem_mouse_wheel_trigger_timer ,regc 
-0x04a5 001845 arg p_mouse_wheel_trigger_disable ,regb 
-0x04a6 001846 branch timer_single_step 
-:      001847 p_mouse_wheel_trigger_disable:
-0x04a7 001848 jam 0 ,mem_mouse_wheel_trigger 
-0x04a8 001849 rtn 
-:      001851 p_mouse_bt_discovery_check:
-:      001852 p_mouse_bt_discovery_by_button:
-0x04a9 001853 call p_mouse_check_key_gpio 
-0x04aa 001854 beq mouse_lmr_button ,p_mouse_bt_discovery_commbination_key_down 
-:      001855 p_mouse_bt_discovery_commbination_key_up:
-0x04ab 001856 call mouse_bt_discovery_commbination_key_up 
-0x04ac 001857 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x04ad 001858 branch mouse_disable_function_flag 
-:      001860 p_mouse_bt_discovery_commbination_key_down:
-0x04ae 001861 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-0x04af 001862 call p_mouse_bt_discovery_timer 
-0x04b0 001863 branch mouse_bt_discovery_commbination_key_down + 1 
-:      001865 p_mouse_bt_discovery_timer:
-0x04b1 001866 arg mem_combination_ui_button_count ,regc 
-0x04b2 001867 arg p_mouse_long_button_bt_discovery ,regb 
-0x04b3 001868 branch timer_single_step 
-:      001869 p_mouse_long_button_bt_discovery:
-0x04b4 001870 fetch mouse_flag_len ,mem_mouse_flag 
-0x04b5 001871 rtnbit1 mouse_bt_discovery_button_long_down_flag 
-0x04b6 001874 fetch 2 ,mem_ui_state_map 
-0x04b7 001875 isolate1 ui_state_ble_adv ,pdata 
-0x04b8 001876 call mouse_stop_le_adv ,true 
-0x04b9 001877 fetch 2 ,mem_ui_state_map 
-0x04ba 001878 isolate1 ui_state_bt_reconnect ,pdata 
-0x04bb 001879 call mouse_cancel_reconnect ,true 
-0x04bc 001880 arg mouse_bt_discovery_button_long_down_flag ,queue 
-0x04bd 001881 call mouse_enable_function_flag 
-0x04be 001882 branch mouse_long_button_bt_discovry 
-:      001884 p_mouse_null_enter_hibernate_timer:
-0x04bf 001885 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
-0x04c0 001886 nrtn blank 
-0x04c1 001887 fetch 1 ,mem_mouse_null_enter_hibernate_flag 
-0x04c2 001888 rtn blank 
-0x04c3 001889 arg mem_mouse_null_enter_hibernate_timer ,regc 
-0x04c4 001890 arg p_mouse_null_enter_hibernate ,regb 
-0x04c5 001891 branch timer_single_step 
-:      001893 p_mouse_null_enter_hibernate:
-0x04c6 001894 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-0x04c7 001895 branch app_enter_hibernate 
-:      001896 p_mouse_null_enter_hibernate_enable:
-0x04c8 001897 jam 1 ,mem_mouse_null_enter_hibernate_flag 
-0x04c9 001898 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-0x04ca 001899 rtn 
-:      001900 p_mouse_null_enter_hibernate_disable:
-0x04cb 001901 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-0x04cc 001902 jam 0 ,mem_mouse_null_enter_hibernate_timer 
-0x04cd 001903 rtn 
-:      001911 p_mouse_multi_led_blink_timer:
-0x04ce 001912 fetch 1 ,mem_mouse_multi_led_blink_enable 
-0x04cf 001913 rtn blank 
-0x04d0 001914 fetch 1 ,mem_mouse_multi_led_type 
-0x04d1 001916 beq multi_led_blink ,p_mouse_multi_led_type_blink 
-0x04d2 001917 rtn 
-:      001932 p_mouse_multi_led_type_blink:
-0x04d3 001933 fetch 1 ,mem_mouse_multi_led_blink_timer 
-0x04d4 001934 increase -1 ,pdata 
-0x04d5 001935 store 1 ,mem_mouse_multi_led_blink_timer 
-0x04d6 001936 nrtn blank 
-0x04d7 001937 fetch 1 ,mem_mouse_multi_led_blink_timer_init 
-0x04d8 001938 store 1 ,mem_mouse_multi_led_blink_timer 
-:      001945 p_mouse_multi_led_blink_count_no_limited:
-0x04d9 001946 fetch 1 ,mem_mouse_multi_led_state 
-0x04da 001947 beq on ,p_mouse_multi_led_off 
-0x04db 001948 beq off ,p_mouse_multi_led_on 
-0x04dc 001949 rtn 
-:      001951 p_mouse_multi_led_on:
-0x04dd 001952 jam on ,mem_mouse_multi_led_state 
-:      001955 p_mouse_multi_up_led_on:
-0x04de 001956 fetcht 1 ,mem_mouse_multi_led_gpio 
-0x04df 001957 call gpio_config_output 
-0x04e0 001958 fetcht 1 ,mem_mouse_multi_led_gpio 
-0x04e1 001959 branch gpio_out_active 
-:      001968 p_mouse_multi_led_blink_off:
-0x04e2 001969 setarg 0 
-0x04e3 001970 store 3 ,mem_mouse_multi_led_blink_timer 
-:      001971 p_mouse_multi_led_off:
-0x04e4 001972 fetch 1 ,mem_mouse_multi_led_blink_count 
-0x04e5 001973 nbranch p_mouse_multi_led_off_wait_blink_over ,blank 
-0x04e6 001974 jam 0 ,mem_mouse_multi_led_blink_enable 
-0x04e7 001975 jam 0 ,mem_mouse_multi_led_type 
-:      001976 p_mouse_multi_led_off_wait_blink_over:
-0x04e8 001977 jam 0 ,mem_mouse_multi_led_on_timer 
-0x04e9 001978 jam off ,mem_mouse_multi_led_state 
-:      001979 p_mouse_multi_led_off2:
-0x04ea 001980 fetcht 1 ,mem_mouse_multi_led_gpio 
-0x04eb 001981 set0 gpio_active_bit ,temp 
-0x04ec 001982 branch gpio_set_high_impedance 
-:      001993 p_mouse_discovery_multi_led_blink:
-0x04ed 001994 jam 0 ,mem_mouse_multi_led_on_poweron2s_flag 
-0x04ee 001995 jam 2 ,mem_mouse_multi_led_blink_timer_init 
-0x04ef 001997 jam 1 ,mem_mouse_multi_led_blink_count 
-:      001998 p_mouse_multi_led_blink_enable:
-0x04f0 001999 jam 2 ,mem_mouse_multi_led_blink_timer 
-0x04f1 002000 jam on ,mem_mouse_multi_led_blink_enable 
-0x04f2 002001 jam multi_led_blink ,mem_mouse_multi_led_type 
-0x04f3 002002 rtn 
-:      002004 p_mouse_discovey_led_blink_off:
-0x04f4 002005 fetch 1 ,mem_mouse_multi_led_on_timer 
-0x04f5 002006 nrtn blank 
-0x04f6 002007 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
-0x04f7 002008 nrtn blank 
-0x04f8 002009 branch p_mouse_multi_led_blink_off 
-:      002018 p_mouse_seting_dpi:
-:      002019 p_mouse_seting_sensor_type:
-0x04f9 002020 fetch 1 ,mem_config_sensor_type 
-0x04fa 002022 beq p3065_xy ,p_mouse_seting_3065xy_dpi 
-0x04fb 002023 beq mx8650 ,p_mouse_seting_3065xy_dpi 
-0x04fc 002024 beq ka8 ,p_mouse_seting_ka8_dpi 
-0x04fd 002025 beq p8009 ,p_mouse_seting_3205_dpi 
-:      002026 p_mouse_seting_3205_dpi:
-0x04fe 002027 fetch 1 ,mem_mouse_dpi 
-0x04ff 002028 sub pdata ,mouse_dpi_level2 ,null 
-0x0500 002029 call p_mouse_3205_dpi_recount ,zero 
-0x0501 002030 fetch 1 ,mem_mouse_dpi 
-0x0502 002031 beq mouse_dpi_level1 ,p_mouse_3205_set_cpi1 
-0x0503 002032 beq mouse_dpi_level4 ,mouse_set_cpi3 
-0x0504 002033 branch mouse_set_cpi2 
-:      002034 p_mouse_3205_dpi_recount:
-0x0505 002035 jam mouse_dpi_level3 ,mem_mouse_dpi 
-0x0506 002036 rtn 
-:      002037 p_mouse_3205_set_cpi1:
-0x0507 002038 fetch 1 ,mem_320x_dpi_1 
-0x0508 002039 branch p_mouse_dpi_store 
-:      002041 p_mouse_seting_3065xy_dpi:
-0x0509 002042 fetch 1 ,mem_mouse_dpi 
-0x050a 002043 sub pdata ,mouse_dpi_level2 ,null 
-0x050b 002044 call p_mouse_3205_dpi_recount ,zero 
-0x050c 002045 fetch 1 ,mem_mouse_dpi 
-0x050d 002046 beq mouse_dpi_level1 ,p_mouse_3065xy_set_cpi1 
-0x050e 002047 beq mouse_dpi_level4 ,p_mouse_3065xy_set_cpi4 
-:      002048 p_mouse_3065xy_set_cpi3:
-0x050f 002049 fetch 1 ,mem_320x_dpi_3 
-0x0510 002050 increase -1 ,pdata 
-:      002051 p_mouse_dpi_store:
-0x0511 002052 store 1 ,mem_mouse_cpi_count 
-0x0512 002053 branch mouse_p3205_dpi + 3 
-:      002054 p_mouse_3065xy_set_cpi1:
-0x0513 002055 fetch 1 ,mem_320x_dpi_1 
-0x0514 002056 increase -1 ,pdata 
-0x0515 002057 branch p_mouse_dpi_store 
-:      002058 p_mouse_3065xy_set_cpi4:
-0x0516 002059 fetch 1 ,mem_320x_dpi_4 
-0x0517 002060 increase -1 ,pdata 
-0x0518 002061 branch p_mouse_dpi_store 
-:      002072 p_mouse_seting_ka8_dpi:
-0x0519 002073 fetch 1 ,mem_mouse_dpi 
-0x051a 002074 call p_mouse_3205_dpi_recount ,blank 
-0x051b 002075 fetch 1 ,mem_mouse_dpi 
-0x051c 002076 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0x051d 002077 beq mouse_dpi_level4 ,p_mouse_ka8_set_cpi3 
-0x051e 002078 branch mouse_set_cpi4 
-:      002079 p_mouse_ka8_set_cpi3:
-0x051f 002080 setarg 5 
-0x0520 002081 branch mouse_p3205_dpi 
-:      002083 p_mouse_motion:
-0x0521 002084 disable user 
-0x0522 002085 setarg 0 
-0x0523 002086 store 6 ,mem_mouse_x 
-0x0524 002087 call p_mouse_cheak_sensor_data 
-0x0525 002088 call mouse_zwheel 
-0x0526 002090 call p_mouse_key 
-0x0527 002091 nbranch p_mouse_motion_nodata ,user 
-0x0528 002092 call p_drawing_optima 
-0x0529 002093 branch mouse_motion + 9 
-:      002095 p_mouse_motion_nodata:
-0x052a 002096 call p_drawing_optima_init 
-0x052b 002097 jam 0 ,mem_low_power_check_count 
-0x052c 002098 rtn 
-:      002100 p_mouse_key:
-0x052d 002101 call p_mouse_check_key_gpio 
-0x052e 002102 branch mouse_key + 1 
-:      002104 p_mouse_check_key_gpio:
-0x052f 002105 arg 0 ,rega 
-0x0530 002106 call p_mouse_check_lkey_gpio 
-0x0531 002109 call p_mouse_check_skey_gpio 
-0x0532 002110 branch mouse_check_key_gpio_output 
-:      002111 p_mouse_check_skey_gpio:
-0x0533 002114 call p_mouse_check_bk_key_gpio 
-0x0534 002115 branch p_mouse_check_fw_key_gpio 
-:      002117 p_mouse_check_lkey_gpio:
-0x0535 002118 fetcht 1 ,mem_lbutton_gpio 
-0x0536 002119 call p_gpio_set_input_pu 
-0x0537 002120 fetcht 1 ,mem_lbutton_gpio 
-0x0538 002121 call gpio_get_bit 
-0x0539 002122 setflag true ,0 ,rega 
-:      002124 p_mouse_check_rkey_gpio:
-0x053a 002125 fetcht 1 ,mem_rbutton_gpio 
-0x053b 002126 call p_gpio_set_input_pu 
-0x053c 002127 fetcht 1 ,mem_rbutton_gpio 
-0x053d 002128 call gpio_get_bit 
-0x053e 002129 setflag true ,1 ,rega 
-:      002131 p_mouse_check_mkey_gpio:
-0x053f 002132 fetcht 1 ,mem_mbutton_gpio 
-0x0540 002133 call p_gpio_set_input_pu 
-0x0541 002134 fetcht 1 ,mem_mbutton_gpio 
-0x0542 002135 call gpio_get_bit 
-0x0543 002136 setflag true ,2 ,rega 
-0x0544 002137 rtn 
-:      002138 p_mouse_check_bk_key_gpio:
-0x0545 002139 fetcht 1 ,mem_bk_button_gpio 
-0x0546 002140 call p_gpio_set_input_pd 
-0x0547 002141 fetcht 1 ,mem_bk_button_gpio 
-0x0548 002142 call gpio_get_bit 
-0x0549 002143 nsetflag true ,3 ,rega 
-0x054a 002144 branch p_gpio_set_input_pu 
-:      002145 p_mouse_check_fw_key_gpio:
-0x054b 002146 fetcht 1 ,mem_fw_button_gpio 
-0x054c 002147 call p_gpio_set_input_pd 
-0x054d 002148 fetcht 1 ,mem_fw_button_gpio 
-0x054e 002149 call gpio_get_bit 
-0x054f 002150 nsetflag true ,4 ,rega 
-0x0550 002151 branch p_gpio_set_input_pu 
-:      002153 p_gpio_set_input_pd:
-0x0551 002154 set0 gpio_active_bit ,temp 
-0x0552 002155 arg core_gpio_pu0 ,contw 
-0x0553 002156 call gpio_set_bit 
-0x0554 002157 set1 gpio_active_bit ,temp 
-:      002158 p_gpio_set_input_pd4:
-0x0555 002159 arg core_gpio_pd0 ,contw 
-0x0556 002160 call gpio_set_bit 
-0x0557 002161 set0 gpio_active_bit ,temp 
-0x0558 002162 arg core_gpio_oe0 ,contw 
-0x0559 002163 branch gpio_set_bit 
-:      002165 p_gpio_set_input_pu:
-0x055a 002166 set1 gpio_active_bit ,temp 
-:      002167 p_gpio_set_input_pu1:
-0x055b 002168 arg core_gpio_pu0 ,contw 
-0x055c 002169 call gpio_set_bit 
-0x055d 002170 set0 gpio_active_bit ,temp 
-0x055e 002171 branch p_gpio_set_input_pd4 
-:      002173 p_mouse_cheak_sensor_data:
-0x055f 002174 fetch 1 ,mem_config_sensor_type 
-0x0560 002175 beq p3212 ,p_mouse_p3212_sensor_motion 
-0x0561 002176 beq p8009 ,p_mouse_p8009_sensor_motion 
-:      002177 p_mouse_p32xx_sensor_motion:
-0x0562 002178 call mouse_clear_sensor_data 
-0x0563 002179 disable user 
-0x0564 002185 branch mouse_p32xx_sensor_motion_2 
-:      002187 p_mouse_p8009_sensor_motion:
-0x0565 002188 call mouse_clear_sensor_data 
-0x0566 002189 disable user 
-:      002193 p_mouse_p32xx_sensor_motion_1:
-0x0567 002194 setarg pan_reg_motion_staus 
-0x0568 002195 call twspi_read 
-0x0569 002196 rtnbit0 7 
-0x056a 002197 setarg pan_reg_opration_state 
-0x056b 002198 call twspi_read 
-0x056c 002199 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
-0x056d 002200 setarg 0 
-0x056e 002201 store 6 ,mem_mouse_x 
-0x056f 002202 rtn 
-:      002204 p_mouse_p3212_sensor_motion:
-0x0570 002205 call mouse_clear_sensor_data 
-0x0571 002211 branch mouse_p3212_sensor_motion_1 
-:      002213 p_mouse_bb_event_discovery_btn:
-0x0572 002214 call p_mouse_null_enter_hibernate_disable 
-0x0573 002215 isolate1 mark_24g ,mark 
-0x0574 002216 call p_g24_check_51cmd_stop_24g ,true 
-0x0575 002217 branch mouse_bb_event_discovery_btn + 1 
-:      002219 p_le_addr_random_config:
-0x0576 002220 jam zcode_81 ,mem_zcode_temp_param0 
-0x0577 002221 branch p_zcode_entrance 
-:      002223 p_mouse_start_discovery:
-0x0578 002224 jam zcode_50 ,mem_zcode_temp_param0 
-0x0579 002225 branch p_zcode_entrance 
-:      002227 p_mouse_load_random_addr_increase_count:
-0x057a 002228 call p_flash_release_deep_power_down 
-0x057b 002229 arg 2 ,temp 
-0x057c 002230 arg mem_random_addr_increase_count ,rega 
-0x057d 002231 arg mouse_random_addr_count_eeprom_offset ,regb 
-:      002232 p_mouse_load_flash_comm:
-0x057e 002233 fetch 3 ,mem_flash_base 
-0x057f 002234 iadd regb ,pdata 
-0x0580 002235 branch spid_read_flash 
-:      002237 p_mouse_load_last_mode:
-0x0581 002238 call p_flash_release_deep_power_down 
-0x0582 002239 arg 1 ,temp 
-0x0583 002240 arg mem_mouse_latest_mode ,rega 
-0x0584 002241 arg mouse_device_mode_eeprom_offset ,regb 
-0x0585 002242 branch p_mouse_load_flash_comm 
-:      002244 p_le_adv_data_update:
-0x0586 002245 arg mem_le_adv_data + 11 ,contw 
-0x0587 002246 arg 19 ,loopcnt 
-0x0588 002247 call memcpy 
-0x0589 002248 branch le_modified_name_adv 
-:      002250 p_mouse_stop_discovery:
-0x058a 002251 setarg 0 
-0x058b 002252 store 2 ,mem_mouse_discovery_timer 
-0x058c 002253 call p_mouse_init_sensor_reset 
-0x058d 002254 fetch 1 ,mem_device_option 
-0x058e 002255 isolate1 mode_4_mouse ,pdata 
-0x058f 002256 call mouse_stop_le_adv ,true 
-0x0590 002257 fetch 1 ,mem_device_option 
-0x0591 002258 isolate1 mode_3_mouse ,pdata 
-0x0592 002259 call mouse_stop_bt3_discovery ,true 
-0x0593 002262 branch p_mouse_discovey_led_blink_off 
-:      002265 p_le_slave_match:
-0x0594 002266 fetch 1 ,mem_le_md_count 
-0x0595 002267 pincrease 1 
-0x0596 002268 store 1 ,mem_le_md_count 
-0x0597 002269 beq le_md_max_count ,le_slave_cont 
-0x0598 002270 call le_acknowledge 
-0x0599 002271 call le_prepare_tx 
-0x059a 002272 call power_ctrl_start 
-0x059b 002273 branch le_slave_match + 7 
-:      002275 p_le_next_adv_channel:
-0x059c 002276 fetch 1 ,mem_le_ch_mapped 
-0x059d 002277 increase 1 ,pdata 
-0x059e 002278 store 1 ,mem_le_ch_mapped 
-0x059f 002279 rtnne 40 
-0x05a0 002280 jam 37 ,mem_le_ch_mapped 
-0x05a1 002281 rtn 
-:      002283 p_le_receive_skip:
-0x05a2 002284 call save_rssi 
-0x05a3 002285 call p_rssi_signal 
-0x05a4 002286 branch le_receive_skip + 2 
-:      002288 p_le_update_param:
-0x05a5 002289 jam zcode_40 ,mem_zcode_temp_param0 
-0x05a6 002290 branch p_zcode_entrance 
-:      002292 p_le_update_channel_map:
-0x05a7 002293 jam zcode_41 ,mem_zcode_temp_param0 
-0x05a8 002294 branch p_zcode_entrance 
-:      002296 p_le_prepare_tx:
-0x05a9 002297 fetch 1 ,mem_le_arq 
-0x05aa 002298 bbit1 wak ,p_le_prepare_tx_wak 
-0x05ab 002299 call power_ctrl_pac_succ_incrs 
-0x05ac 002300 fetch 1 ,mem_empty_count 
-0x05ad 002301 nbranch p_le_send_empyt ,blank 
-0x05ae 002302 fetch 1 ,mem_le_state 
-0x05af 002303 bbit0 lestate_encryption ,p_le_tx_4 
-0x05b0 002304 fetch 1 ,mem_le_rxbuf + 1 
-0x05b1 002305 branch p_le_tx_4 ,blank 
-0x05b2 002306 branch le_send_empty 
-:      002307 p_le_send_empyt:
-0x05b3 002308 fetch 1 ,mem_empty_count 
-0x05b4 002309 increase -1 ,pdata 
-0x05b5 002310 store 1 ,mem_empty_count 
-0x05b6 002311 branch le_send_empty 
-:      002312 p_le_tx_4:
-0x05b7 002313 fetch 1 ,mem_le_pairing_state 
-0x05b8 002314 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
-0x05b9 002315 jam 3 ,mem_empty_count 
-:      002316 p_in_le_tx_4:
-0x05ba 002317 call le_fifo_check_nearly_full 
-0x05bb 002318 call p_mouse_data_pull ,blank 
-0x05bc 002319 branch le_prepare_tx + 4 
-:      002321 p_le_check_tx_retransmit_setmd:
-0x05bd 002322 fetch 1 ,mem_le_connect_status_flag 
-0x05be 002323 and pdata ,0x03 ,pdata 
-0x05bf 002324 rtnne 0x03 
-0x05c0 002325 fetch 1 ,mem_mouse_data_queue_num 
-0x05c1 002326 rtn blank 
-0x05c2 002327 fetch 1 ,mem_le_txlen 
-0x05c3 002328 rtn blank 
-0x05c4 002329 fetch 1 ,mem_le_txheader 
-0x05c5 002330 set1 md ,pdata 
-0x05c6 002331 store 1 ,mem_le_txheader 
-0x05c7 002332 call le_set_md 
-0x05c8 002333 rtn 
-:      002335 p_le_prepare_tx_wak:
-0x05c9 002336 call p_le_check_tx_retransmit_setmd 
-:      002337 p_le_power_ctrl_pac_succ_decrs:
-:      002338 power_ctrl_pac_succ_decrs:
-0x05ca 002339 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x05cb 002340 sub pdata ,2 ,null 
-0x05cc 002341 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-0x05cd 002342 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x05ce 002343 rtneq 0 
-0x05cf 002344 increase -1 ,pdata 
-0x05d0 002345 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x05d1 002346 rtn 
-:      002348 p_mouse_le_reconn_write_enable_timer_reinit:
-0x05d2 002349 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x05d3 002350 rtn blank 
-0x05d4 002351 fetch 1 ,mem_le_connect_status_flag 
-0x05d5 002352 and pdata ,0x03 ,pdata 
-0x05d6 002353 rtneq 0x03 
-0x05d7 002354 jam 1 ,mem_le_start_encrypt_timer 
-0x05d8 002355 rtn 
-:      002357 p_le_parse:
-0x05d9 002358 rtnmark1 mark_old_packet 
-0x05da 002359 call le_fifo_check_full 
-0x05db 002360 nrtn blank 
-0x05dc 002361 fetch 1 ,mem_le_rxbuf 
-0x05dd 002362 and pdata ,0x3 ,pdata 
-0x05de 002363 store 1 ,mem_le_packet_llid 
-0x05df 002364 ifetch 1 ,contr 
-0x05e0 002365 and pdata ,0x1f ,pdata 
-0x05e1 002366 store 1 ,mem_le_packet_size 
-0x05e2 002367 rtn blank 
-0x05e3 002368 copy contr ,pdata 
-0x05e4 002369 store 2 ,mem_le_payload_ptr 
-0x05e5 002370 fetch 1 ,mem_le_packet_llid 
-0x05e6 002371 beq llid_le_ll ,p_le_parse_ll 
-0x05e7 002372 branch le_parse_l2cap 
-:      002373 p_le_parse_ll:
-0x05e8 002374 fetch 1 ,mem_le_rxbuf + 2 
-0x05e9 002375 beq ll_channel_map_req ,p_le_parse_channel_map_req 
-0x05ea 002376 branch le_parse_ll + 1 
-:      002377 p_le_parse_channel_map_req:
-0x05eb 002378 ifetch 5 ,contr 
-0x05ec 002379 store 5 ,mem_le_new_map 
-0x05ed 002380 ifetch 2 ,contr 
-0x05ee 002381 store 2 ,mem_le_instant 
-0x05ef 002382 branch le_parse_channel_map_req + 7 
-:      002384 p_le_parse_l2cap:
-0x05f0 002385 ifetch 2 ,contr 
-0x05f1 002386 beq le_l2cap_cid_att ,p_le_parse_att 
-0x05f2 002387 beq le_l2cap_cid_smp ,p_le_parse_smp 
-0x05f3 002388 branch le_parse_l2cap + 11 
-:      002389 p_le_parse_att:
-0x05f4 002390 call store_contr 
-0x05f5 002391 call p_mouse_le_reconn_write_enable_timer_reinit 
-0x05f6 002392 call get_contr 
-0x05f7 002393 ifetch 3 ,contr 
-0x05f8 002394 store 3 ,mem_le_att_opcode 
-0x05f9 002395 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
-0x05fa 002396 rshift8 pdata ,temp 
-0x05fb 002397 sub temp ,0x24 ,null 
-0x05fc 002398 branch p_le_parse_att1 ,positive 
-0x05fd 002399 arg mem_mouse_le_uuid_sup ,temp 
-0x05fe 002400 storet 2 ,mem_ui_le_uuid_table 
-0x05ff 002401 call le_parse_att + 2 
-0x0600 002402 setarg 0x8e7a 
-0x0601 002403 store 2 ,mem_ui_le_uuid_table 
-0x0602 002404 rtn 
-:      002406 p_le_parse_att_read_by_group_type_request:
-0x0603 002407 call le_parse_att_read_by_group_type_request 
-0x0604 002408 call le_fifo_get_last_tx_ptr 
-0x0605 002409 increase 7 ,contr 
-0x0606 002410 ifetch 1 ,contr 
-0x0607 002411 rtnne attop_read_by_group_type_response 
-0x0608 002412 increase 5 ,contr 
-0x0609 002413 ifetch 2 ,contr 
-0x060a 002414 arg uuid_service_hids ,temp 
-0x060b 002415 isub temp ,null 
-0x060c 002416 nrtn zero 
-0x060d 002417 increase -4 ,contr 
-0x060e 002418 setarg 0x2b 
-0x060f 002419 istore 2 ,contr 
-0x0610 002420 rtn 
-:      002422 p_le_parse_att1:
-0x0611 002423 beq attop_read_request ,p_le_parse_att_read_request 
-0x0612 002424 branch le_parse_att + 2 
-:      002425 p_le_parse_att_read_request:
-0x0613 002426 fetcht 2 ,mem_le_att_handle 
-0x0614 002427 fetch 1 ,mem_le_configuration 
-0x0615 002428 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
-:      002429 p_le_send_att_read_response:
-0x0616 002430 fetch 2 ,mem_le_att_handle 
-0x0617 002431 beq 0x13 ,le_send_att_error_response_notfound 
-0x0618 002432 fetcht 2 ,mem_le_att_handle 
-0x0619 002433 branch le_send_att_read_response 
-:      002435 p_le_send_att_read_response_check_auth:
-0x061a 002436 fetch 2 ,mem_le_pairing_handle 
-0x061b 002437 isub temp ,null 
-0x061c 002438 nbranch p_le_send_att_read_response ,zero 
-0x061d 002439 call le_check_encrypt_state 
-0x061e 002440 nbranch p_le_send_att_read_response ,user 
-0x061f 002441 branch le_send_att_read_response_check_auth + 5 
-:      002443 p_le_parse_smp:
-0x0620 002444 ifetch 1 ,contr 
-0x0621 002445 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
-0x0622 002446 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
-0x0623 002447 branch le_parse_smp + 2 
-:      002449 p_le_parse_smp_pairing_request:
-0x0624 002450 jam 1 ,mem_le_send_security_request_flag 
-0x0625 002451 branch le_parse_smp_pairing_request 
-:      002453 p_le_parse_smp_pairing_failed:
-0x0626 002454 jam zcode_82 ,mem_zcode_temp_param0 
-0x0627 002455 branch p_zcode_entrance 
-:      002457 p_le_adv_not_match:
-0x0628 002458 fetch 1 ,mem_le_ch_mapped 
-0x0629 002459 bne 39 ,le_adv_loop 
-0x062a 002460 call p_le_adv_random_delay 
-0x062b 002461 arg le_adv_interval_timer ,queue 
-0x062c 002462 fetch 2 ,mem_le_adv_interval 
-0x062d 002463 branch timer_init 
-:      002464 p_le_adv_random_delay:
-0x062e 002465 random pdata 
-0x062f 002466 arg 0x1ff ,temp 
-0x0630 002467 iand temp ,pdata 
-0x0631 002468 add pdata ,250 ,pdata 
-0x0632 002469 branch delay 
-:      002471 p_le_lpm_setmult:
-0x0633 002472 disable wake 
-0x0634 002473 branch p_le_lpm_set_mult_attempt ,attempt 
-0x0635 002474 nbranch le_lpm_lost ,match 
-:      002475 p_le_lpm_set_mult_attempt:
-0x0636 002476 call lpm_match 
-0x0637 002477 fetch 2 ,mem_rx_window_sniff 
-0x0638 002478 store 2 ,mem_le_receive_window 
-0x0639 002479 fetch 1 ,mem_le_connect_status_flag 
-0x063a 002480 compare 3 ,pdata ,3 
-0x063b 002481 nbranch lpm_mult_short ,true 
-0x063c 002482 branch le_lpm_set_mult_attempt + 3 
-:      002484 p_le_mouse_bb_event_connect_complete:
-0x063d 002485 jam zcode_42 ,mem_zcode_temp_param0 
-0x063e 002486 branch p_zcode_entrance 
-:      002490 p_twspi_reset:
-0x063f 002491 hfetch 1 ,core_gpio_out3 
-0x0640 002492 and_into 0xfd ,pdata 
-0x0641 002493 hstore 1 ,core_gpio_out3 
-0x0642 002494 hfetcht 1 ,core_gpio_oe3 
-0x0643 002495 or_into 0x2 ,temp 
-0x0644 002496 hstoret 1 ,core_gpio_oe3 
-0x0645 002497 call twspi_disable 
-0x0646 002498 and_into 0xfd ,temp 
-0x0647 002499 nop 13 
-0x0648 002500 call p_twspi_enable 
-0x0649 002501 hstoret 1 ,core_gpio_oe3 
-0x064a 002502 rtn 
-:      002504 p_spid_init:
-0x064b 002505 call spid_init_common 
-:      002506 p_twspi_enable:
-0x064c 002507 hfetch 1 ,core_gpio_sel1 
-0x064d 002508 set1 0 ,pdata 
-0x064e 002509 set0 1 ,pdata 
-0x064f 002510 set0 3 ,pdata 
-0x0650 002511 hstore 1 ,core_gpio_sel1 
-0x0651 002512 rtn 
-:      002515 p_page_wait_fhs_reply_ok:
-0x0652 002516 jam zcode_00 ,mem_zcode_temp_param0 
-0x0653 002517 branch p_zcode_entrance 
-:      002519 p_role_switch_master:
-0x0654 002520 call role_switch_check 
-0x0655 002521 nrtn user 
-:      002522 p_wait_role_switch_anchor:
-0x0656 002523 disable user 
-0x0657 002524 jam param_newconnto ,mem_newconnto_counter 
-0x0658 002525 set0 mark_fhs_already_good ,mark 
-0x0659 002526 set0 mark_role_switch_receive_fhs ,mark 
-:      002527 p_roles_waitfhs_loop:
-0x065a 002528 call rf_setup_time_master_slot 
-0x065b 002529 call master_recv_packet 
-0x065c 002530 bmark1 mark_fhs_already_good ,p_roles_replyto_fhs 
-0x065d 002531 call new_conn_timeout 
-0x065e 002532 nbranch p_roles_waitfhs_loop ,blank 
-0x065f 002533 bmark1 mark_role_switch_receive_fhs ,p_roles_replyto_fhs1 
-0x0660 002534 branch role_switch_fail_master 
-:      002536 p_roles_replyto_fhs:
-0x0661 002537 call rf_setup_time_slave_slot 
-0x0662 002538 arg type_id ,type 
-0x0663 002539 call master_send_packet 
-0x0664 002540 set1 mark_role_switch_receive_fhs ,mark 
-0x0665 002541 set0 mark_fhs_already_good ,mark 
-0x0666 002542 force 1 ,am_addr 
-0x0667 002543 jam 2 ,mem_newconnto_counter 
-0x0668 002544 branch p_roles_waitfhs_loop 
-:      002546 p_roles_replyto_fhs1:
-0x0669 002547 fetch 4 ,mem_clke_bt 
-0x066a 002548 pincrease 8 
-0x066b 002549 store 4 ,mem_clke_bt 
-0x066c 002550 branch roles_replyto_fhs + 4 
-:      002552 p_process_dmh:
-0x066d 002553 bmark1 mark_first_packet ,end_of_packet 
-0x066e 002554 branch process_dmh + 1 
-:      002556 p_quit_connection_cont:
-0x066f 002557 jam zcode_43 ,mem_zcode_temp_param0 
-0x0670 002558 branch p_zcode_entrance 
-:      002560 p_prepare_tx:
-0x0671 002561 fetch 1 ,mem_state 
-0x0672 002562 isolate1 state_inconn ,pdata 
-0x0673 002563 call p_bt_power_ctrl ,true 
-0x0674 002564 branch prepare_tx + 1 
-:      002565 p_bt_power_ctrl:
-0x0675 002566 fetch 1 ,mem_arq 
-0x0676 002567 isolate1 wack ,pdata 
-0x0677 002568 call power_ctrl_pac_succ_decrs ,true 
-0x0678 002569 ncall power_ctrl_pac_succ_incrs ,true 
-0x0679 002570 branch power_ctrl_start 
-:      002572 p_slave_conn_recv_packet:
-0x067a 002573 call slave_receive_master_slot 
-0x067b 002574 nbranch shutdown_radio ,sync 
-0x067c 002575 call save_rssi 
-0x067d 002576 call p_rssi_signal 
-0x067e 002577 branch slave_conn_recv_packet + 4 
-:      002579 p_lpm_dispatch:
-0x067f 002580 rtnmark1 mark_24g 
-0x0680 002581 call lpo_calibration 
-0x0681 002582 fetch 3 ,mem_clks_per_lpo 
-0x0682 002583 rtn blank 
-0x0683 002584 fetch 1 ,mem_lpm_mode 
-0x0684 002585 rtn blank 
-0x0685 002586 fetch 1 ,mem_ssp_enable 
-0x0686 002587 branch p_lpm_dispatch_next ,blank 
-0x0687 002588 fetch 1 ,mem_sp_local_key_invalid 
-0x0688 002589 rtn blank 
-:      002590 p_lpm_dispatch_next:
-0x0689 002591 fetch 1 ,mem_le_sc_calc 
-0x068a 002592 nrtn blank 
-0x068b 002593 call lpm_check_wake_lock 
-0x068c 002594 nrtn blank 
-0x068d 002595 fetch 1 ,mem_context 
-0x068e 002596 compare 3 ,pdata ,0x7 
-0x068f 002597 nbranch lpm_dispatch_unconn ,true 
-0x0690 002598 fetch 2 ,mem_context + coffset_tsniff 
-0x0691 002599 arg 0xffff ,temp 
-0x0692 002600 isub temp ,null 
-0x0693 002601 rtn zero 
-0x0694 002602 branch lpm_dispatch_next + 9 
-:      002604 p_lpm_set_mult:
-0x0695 002605 disable wake 
-0x0696 002606 fetch 1 ,mem_state 
-0x0697 002607 rtnbit0 state_insniff 
-0x0698 002608 nbranch lpm_not_match ,match 
-0x0699 002609 call lpm_match 
-0x069a 002610 fetch 2 ,mem_rx_window_sniff 
-0x069b 002611 store 2 ,mem_rx_window 
-0x069c 002612 fetch 1 ,mem_arq 
-0x069d 002613 bbit1 wack ,lpm_mult_short 
-0x069e 002614 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x069f 002615 call l2cap_malloc_is_fifo_empty 
-0x06a0 002616 nbranch lpm_mult_short ,blank 
-0x06a1 002617 call p_lpm_set_attemp_timeout ,blank 
-0x06a2 002618 branch lpm_set_mult + 13 
-:      002619 p_lpm_set_attemp_timeout:
-0x06a3 002620 jam 1 ,mem_current_sniff_attempt 
-0x06a4 002621 jam 0 ,mem_current_sniff_timeout 
-0x06a5 002622 rtn 
-:      002624 p_mouse_bb_disconnected:
-0x06a6 002625 jam zcode_10 ,mem_zcode_temp_param0 
-0x06a7 002626 branch p_zcode_entrance 
-:      002628 p_hid_rx_process:
-0x06a8 002629 jam zcode_11 ,mem_zcode_temp_param0 
-0x06a9 002630 branch p_zcode_entrance 
-:      002632 p_parse_lmp_accepted:
-0x06aa 002633 fetch 1 ,mem_rxbuf + 1 
-0x06ab 002634 store 1 ,mem_lmi_accepted_opcode 
-0x06ac 002635 beq lmp_switch_req ,p_parse_lmp_accepted_switch 
-0x06ad 002636 branch parse_lmp_accepted + 3 
-:      002637 p_parse_lmp_accepted_switch:
-0x06ae 002638 call parse_lmp_accepted_switch 
-0x06af 002639 jam 1 ,mem_bt_rcvd_switch_req_accept 
-0x06b0 002640 fetch 1 ,mem_bt_send_lmp_setup_complete 
-0x06b1 002641 rtn blank 
-0x06b2 002642 jam 2 ,mem_bt_send_lmp_setup_complete 
-0x06b3 002643 rtn 
-:      002645 p_send_lmp:
-0x06b4 002646 disable user 
-0x06b5 002647 call lmo_fifo_process 
-0x06b6 002650 fetch 1 ,mem_lmp_to_send 
-0x06b7 002651 rtn blank 
-0x06b8 002652 bbit1 7 ,p_send_lmp_escape 
-0x06b9 002653 beq lmp_accepted ,p_send_lmp_accepted 
-0x06ba 002654 beq lmp_setup_complete ,p_send_lmp_setup_complete 
-0x06bb 002655 beq lmp_sniff_req ,p_send_lmp_sniff_req 
-0x06bc 002656 branch send_lmp0 
-:      002658 p_send_lmp_escape:
-0x06bd 002659 jam zcode_20 ,mem_zcode_temp_param0 
-0x06be 002660 branch p_zcode_entrance 
-:      002662 p_send_lmp_accepted:
-0x06bf 002663 jam zcode_21 ,mem_zcode_temp_param0 
-0x06c0 002664 branch p_zcode_entrance 
-:      002666 p_send_lmp_setup_complete:
-0x06c1 002667 jam 1 ,mem_bt_send_lmp_setup_complete 
-0x06c2 002668 branch send_lmp_setup_complete 
-:      002670 p_send_lmp_sniff_req:
-0x06c3 002671 jam 4 ,mem_mouse_bt_send_first_package_timer 
-0x06c4 002672 branch send_lmp_sniff_req 
-:      002674 p_process_conn_sm:
-0x06c5 002675 call lmo_fifo_check 
-0x06c6 002676 nrtn blank 
-:      002677 p_process_conn_sm_continue:
-0x06c7 002678 fetch 1 ,mem_conn_sm 
-0x06c8 002679 rtn blank 
-0x06c9 002680 beq conn_sm_send_conn_req ,p_host_create_conn_send_conn_req 
-0x06ca 002681 beq conn_sm_wait_switch_after_host_connection ,p_host_creat_conn_wait_switch 
-0x06cb 002682 branch process_conn_sm_continue + 2 
-:      002684 p_host_creat_conn_wait_switch:
-0x06cc 002685 fetch 1 ,mem_switch_flag 
-0x06cd 002686 rtneq switch_flag_init 
-0x06ce 002687 beq switch_flag_accept ,p_host_create_conn_switch_accept 
-0x06cf 002688 branch host_creat_conn_wait_switch + 3 
-:      002689 p_host_create_conn_switch_accept:
-0x06d0 002690 rtn master 
-:      002691 p_host_create_conn_auth_pair:
-0x06d1 002693 fetch 1 ,mem_connection_options 
-0x06d2 002694 bbit1 connection_auth ,p_host_create_conn_auth_pair_true 
-0x06d3 002695 branch host_create_conn_auth_pair + 1 
-:      002696 p_host_create_conn_auth_pair_true:
-0x06d4 002697 fetch 1 ,mem_bt_send_lmp_setup_complete 
-0x06d5 002698 beq 1 ,host_create_conn_auth_pair_true 
-0x06d6 002700 fetch 1 ,mem_link_key_exists 
-0x06d7 002701 branch host_create_conn_auth_pair_nokey ,blank 
-0x06d8 002702 fetch 1 ,mem_lmp_conn_state 
-0x06d9 002703 rtnbit0 sent_setup_complete 
-0x06da 002704 rtnbit0 received_setup_complete 
-0x06db 002705 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-0x06dc 002706 rtn blank 
-0x06dd 002707 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch 
-0x06de 002708 fetch 4 ,mem_aurand_send_delay_time 
-0x06df 002709 arg 20 ,temp 
-0x06e0 002710 iadd temp ,temp 
-0x06e1 002711 copy clkn_bt ,pdata 
-0x06e2 002712 isub temp ,null 
-0x06e3 002713 nbranch p_bt_send_max_slot_req_accept_after_switch_wait ,positive 
-0x06e4 002714 branch host_create_conn_auth 
-:      002716 p_bt_send_max_slot_req_accept_after_switch_wait:
-0x06e5 002717 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-0x06e6 002718 rtn 
-:      002720 p_host_create_conn_send_conn_req:
-0x06e7 002721 jam 20 ,mem_mouse_send_switch_req_timer 
-0x06e8 002722 branch host_create_conn_send_conn_req 
-:      002728 p_check_51cmd_once_continue:
-0x06e9 002729 call lmo_fifo_check 
-0x06ea 002730 nbranch check_51cmd_restore ,blank 
-0x06eb 002731 fetch 1 ,mem_fifo_temp 
-0x06ec 002732 bmark0 mark_context ,check_51cmd_check_idle 
-0x06ed 002733 beq bt_cmd_store_reconn_info_le ,p_flash_store_le_reconn_info 
-0x06ee 002734 beq bt_cmd_store_reconn_info_bt ,p_flash_store_bd_reconn_info 
-0x06ef 002735 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
-0x06f0 002736 branch check_51cmd_once_continue + 2 
-:      002738 p_flash_store_le_reconn_info:
-0x06f1 002739 jam rec_4_mode ,mem_record_bt_mode 
-0x06f2 002740 fetch 6 ,mem_le_plap 
-0x06f3 002741 branch p_flash_store_reconn_info 
-:      002742 p_flash_store_bd_reconn_info:
-0x06f4 002743 jam rec_3_mode ,mem_record_bt_mode 
-0x06f5 002744 fetch 6 ,mem_plap 
-:      002745 p_flash_store_reconn_info:
-0x06f6 002746 store 6 ,mem_temp_lap 
-:      002747 p_mouse_store_remote_bdaddr:
-0x06f7 002748 fetch mouse_flag_len ,mem_mouse_flag 
-0x06f8 002749 rtnbit0 mouse_store_eeprom_flag 
-0x06f9 002750 arg mouse_store_eeprom_flag ,queue 
-0x06fa 002751 call mouse_disable_function_flag 
-0x06fb 002752 call mouse_check_device_addr 
-:      002753 p_mouse_unplug_clean_bdaddr:
-0x06fc 002754 call mouse_before_store_reconn_info 
-0x06fd 002755 branch p_mouse_store_flash_device_info 
-:      002757 p_check_51cmd_ble_update_connect_param:
-0x06fe 002758 call le_fifo_check_full 
-0x06ff 002759 nrtn blank 
-0x0700 002760 branch le_l2cap_tx_update_req 
-:      002762 power_ctrl_pac_succ_cnt_init:
-0x0701 002763 jam 1 ,mem_power_ctrl_level 
-0x0702 002764 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-0x0703 002765 rtn 
-:      002766 power_ctrl_pac_succ_incrs:
-0x0704 002767 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0705 002768 increase 1 ,pdata 
-0x0706 002769 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0707 002770 rtn 
-:      002772 power_ctrl_pac_succ_cnt_reinit:
-0x0708 002773 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-0x0709 002774 rtn 
-:      002776 power_ctrl_start:
-0x070a 002777 fetch 2 ,mem_ui_state_map 
-0x070b 002778 rtnbit1 ui_state_ble_adv 
-0x070c 002779 rtnbit1 ui_state_bt_reconnect 
-0x070d 002780 rtnbit1 ui_state_bt_discovery 
-0x070e 002782 arg mem_rssi_signal_buf ,rega 
-0x070f 002783 call p_rssi_average 
-0x0710 002784 storet 1 ,mem_rssi_avg_received 
-0x0711 002786 setarg rssi_dis_max_24g 
-0x0712 002787 bmark1 mark_24g ,power_ctrl_start_next 
-0x0713 002788 setarg rssi_dis_max_ble 
-:      002789 power_ctrl_start_next:
-0x0714 002790 isub temp ,null 
-0x0715 002791 nbranch power_ctrl_txpower_incrs_force ,positive 
-0x0716 002793 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0717 002794 sub pdata ,2 ,null 
-0x0718 002795 nbranch power_ctrl_txpower_decrs_check ,positive 
-0x0719 002796 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x071a 002797 beq 0 ,power_ctrl_txpower_incrs 
-0x071b 002798 rtn 
-:      002800 power_ctrl_txpower_decrs_check:
-0x071c 002801 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x071d 002802 rtnne 32 
-0x071e 002803 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      002804 power_ctrl_txpower_decrs:
-0x071f 002805 fetcht 1 ,mem_rssi_avg_received 
-0x0720 002806 setarg rssi_dis_min_24g 
-0x0721 002807 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-0x0722 002808 setarg rssi_dis_min_ble 
-:      002809 power_ctrl_txpower_decrs_next:
-0x0723 002810 isub temp ,null 
-0x0724 002811 nrtn positive 
-0x0725 002812 fetch 1 ,mem_power_ctrl_level 
-0x0726 002813 beq 0 ,power_ctrl_decrs_level0 
-0x0727 002814 increase -1 ,pdata 
-0x0728 002815 store 1 ,mem_power_ctrl_level 
-0x0729 002816 beq 0 ,power_ctrl_decrs_level0 
-:      002817 power_ctrl_decrs_level1:
-:      002818 power_ctrl_incrs_level1:
-0x072a 002819 jam tx_power_0db ,mem_tx_power 
-0x072b 002820 rtn 
-:      002822 power_ctrl_txpower_incrs_force:
-0x072c 002823 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      002824 power_ctrl_txpower_incrs:
-0x072d 002825 fetch 1 ,mem_power_ctrl_level 
-0x072e 002826 beq 2 ,power_ctrl_incrs_level2 
-0x072f 002827 increase 1 ,pdata 
-0x0730 002828 store 1 ,mem_power_ctrl_level 
-0x0731 002829 beq 1 ,power_ctrl_incrs_level1 
-:      002830 power_ctrl_incrs_level2:
-0x0732 002831 jam tx_power_5db ,mem_tx_power 
-0x0733 002832 rtn 
-:      002834 power_ctrl_decrs_level0:
-0x0734 002835 jam tx_power_f5db ,mem_tx_power 
-0x0735 002836 rtn 
-:      002839 p_set_freq_tx:
-0x0736 002840 storet 1 ,mem_last_freq 
-0x0737 002841 add temp ,0 ,rega 
-0x0738 002842 call rf_write_freq 
-0x0739 002843 setarg param_pll_setup 
-0x073a 002844 call sleep 
-:      002845 p_rf_tx_enable:
-0x073b 002846 jam 0x1 ,rfen_adc 
-0x073c 002847 jam 0x3c ,rfen_rx 
-0x073d 002848 jam 0xe0 ,rfen_tx 
-0x073e 002849 nop 10 
-0x073f 002850 jam 0x01 ,rfen_mdm 
-0x0740 002851 jam 0x3d ,rfen_mdm 
-0x0741 002852 nop 10 
-0x0742 002853 jam 0xb7 ,rfen_sn 
-0x0743 002854 nop 10 
-0x0744 002855 jam 0x7d ,rfen_mdm 
-0x0745 002856 fetch 1 ,mem_tx_power 
-0x0746 002859 beq tx_power_5db ,p_set_tx_power_5db 
-0x0747 002861 beq tx_power_f5db ,p_set_tx_power_f5db 
-0x0748 002862 beq tx_power_pair ,p_set_tx_power_pair 
-:      002864 p_set_tx_power_0db:
-0x0749 002865 call p_rx_low_sens 
-0x074a 002867 jam 0xd0 ,0x8955 
-0x074b 002868 jam 0xe0 ,0x8956 
-0x074c 002870 jam 0x6c ,0x8958 
-0x074d 002872 branch set_tx_power_0db 
-:      002884 p_set_tx_power_5db:
-0x074e 002885 call p_rx_high_sens 
-0x074f 002887 jam 0xd0 ,0x8955 
-0x0750 002888 jam 0xe0 ,0x8956 
-0x0751 002890 jam 0x3c ,0x8958 
-0x0752 002892 branch set_tx_power_5db 
-:      002904 p_set_tx_power_f5db:
-0x0753 002905 call p_rx_low_sens 
-0x0754 002907 jam 0xd0 ,0x8955 
-0x0755 002908 jam 0xc0 ,0x8956 
-0x0756 002910 jam 0x6c ,0x8958 
-0x0757 002912 branch set_tx_power_f5db 
-:      002914 p_rx_low_sens:
-0x0758 002915 jam 0x5b ,0x894c 
-0x0759 002916 jam 0x96 ,0x894d 
-0x075a 002917 jam 0x2c ,0x894e 
-0x075b 002918 jam 0x46 ,0x894f 
-0x075c 002919 rtn 
-:      002921 p_rx_high_sens:
-0x075d 002922 jam 0xfb ,0x894c 
-0x075e 002923 jam 0xef ,0x894d 
-0x075f 002924 jam 0xec ,0x894e 
-0x0760 002925 jam 0x5e ,0x894f 
-0x0761 002926 rtn 
-:      002928 p_set_tx_power_pair:
-0x0762 002930 jam 0xc2 ,0x8956 
-0x0763 002931 jam 0xd0 ,0x8955 
-0x0764 002932 rtn 
-:      002934 p_shutdown_radio:
-0x0765 002935 force 8 ,radio_ctrl 
-0x0766 002936 branch shutdown_radio + 1 
-:      002938 p_initialize_radio_cont:
-0x0767 002939 call initialize_radio_cont + 1 
-0x0768 002940 jam clksel_dpll ,core_clksel 
-0x0769 002941 rtn 
-:      002945 p_zcode_entrance:
-0x076a 002946 fetcht 1 ,mem_zcode_temp_param0 
-0x076b 002947 rshift4 temp ,temp 
-0x076c 002948 fetch 1 ,mem_zcode_current_number 
-0x076d 002949 isub temp ,null 
-0x076e 002950 branch p_zcode_run ,zero 
-0x076f 002951 storet 1 ,mem_zcode_current_number 
-0x0770 002952 increase 1 ,temp 
-0x0771 002953 setarg zcode_buff_size 
-0x0772 002954 imul32 temp ,temp 
-0x0773 002955 fetch 3 ,mem_xip_flash_offset 
-0x0774 002956 isub temp ,pdata 
-0x0775 002958 fetcht 3 ,mem_flash_start_addr 
-0x0776 002959 iadd temp ,pdata 
-0x0777 002960 increase -5 ,pdata 
-0x0778 002961 store 3 ,mem_flash_address 
-0x0779 002963 call p_flash_release_deep_power_down 
-:      002964 p_zcode_read_loop:
-0x077a 002965 fetch 3 ,mem_flash_address 
-0x077b 002966 arg zcode_buff_size ,temp 
-0x077c 002967 arg mem_zcode_buff ,rega 
-0x077d 002968 call spid_read_flash 
-0x077e 002969 fetch 4 ,mem_zcode_buff 
-0x077f 002970 fetcht 4 ,mem_zcode_head 
-0x0780 002971 isub temp ,null 
-0x0781 002972 nbranch p_zcode_read_loop ,zero 
-0x0782 002973 call p_mouse_spi_init 
-0x0783 002975 setarg mem_zcode_buff 
-0x0784 002976 store 2 ,mem_patch_ptr 
-0x0785 002977 jam zcode_code_size ,mem_patch_len 
-0x0786 002978 call load_ucode 
-0x0787 002979 setarg 0 
-0x0788 002980 store 4 ,mem_patch_ptr 
-:      002981 p_zcode_run:
-0x0789 002982 fetch 1 ,mem_zcode_temp_param0 
-0x078a 002983 branch p_zcode 
-:      002990 p_drawing_optima:
-0x078b 002991 fetch 4 ,mem_mouse_x 
-0x078c 002992 rtn blank 
-0x078d 002993 call p_data_abs_check 
-0x078e 002994 setarg 0x03 
-0x078f 002995 call p_pdata_greater_than_check 
-0x0790 002996 setarg 0x02 
-0x0791 002997 call p_data_less_than_check 
-0x0792 002998 fetch 1 ,mem_mouse_asm_flag 
-0x0793 002999 beq 1 ,p_drawing_optima_modify 
-:      003000 p_drawing_optima_init:
-0x0794 003001 arg 5 ,loopcnt 
-0x0795 003002 arg mem_mouse_asm_flag ,contw 
-0x0796 003003 branch clear_mem 
-:      003005 p_drawing_optima_modify:
-0x0797 003007 fetch 2 ,mem_mouse_x_pre 
-0x0798 003008 store 2 ,mem_data_pre 
-0x0799 003009 fetch 2 ,mem_mouse_x 
-0x079a 003010 store 2 ,mem_data_current 
-0x079b 003011 call p_drawing_optima_data 
-0x079c 003012 fetch 2 ,mem_data_pre 
-0x079d 003013 store 2 ,mem_mouse_x_pre 
-0x079e 003014 fetch 2 ,mem_data_current 
-0x079f 003015 store 2 ,mem_mouse_x 
-0x07a0 003017 fetch 2 ,mem_mouse_y_pre 
-0x07a1 003018 store 2 ,mem_data_pre 
-0x07a2 003019 fetch 2 ,mem_mouse_y 
-0x07a3 003020 store 2 ,mem_data_current 
-0x07a4 003021 call p_drawing_optima_data 
-0x07a5 003022 fetch 2 ,mem_data_pre 
-0x07a6 003023 store 2 ,mem_mouse_y_pre 
-0x07a7 003024 fetch 2 ,mem_data_current 
-0x07a8 003025 store 2 ,mem_mouse_y 
-0x07a9 003026 rtn 
-:      003034 p_drawing_optima_data:
-0x07aa 003035 fetch 2 ,mem_data_pre 
-0x07ab 003036 fetcht 2 ,mem_data_current 
-0x07ac 003037 iadd temp ,pdata 
-0x07ad 003038 store 3 ,mem_data_sum 
-0x07ae 003039 isolate1 16 ,pdata 
-0x07af 003040 branch p_data_sum_overflow ,true 
-0x07b0 003041 fetch 1 ,mem_data_sum + 1 
-0x07b1 003042 beq 0xff ,p_data_sum_n 
-0x07b2 003043 fetch 1 ,mem_data_sum 
-:      003044 p_data_store_pre:
-0x07b3 003045 rshift pdata ,pdata 
-0x07b4 003046 store 2 ,mem_data_pre 
-0x07b5 003047 store 2 ,mem_data_current 
-0x07b6 003048 rtn 
-:      003049 p_data_sum_overflow:
-0x07b7 003050 fetch 1 ,mem_data_sum + 1 
-0x07b8 003051 beq 0 ,p_data_sum_overflow_p 
-0x07b9 003052 fetch 3 ,mem_data_sum 
-0x07ba 003053 branch p_data_store_pre 
-:      003054 p_data_sum_overflow_p:
-0x07bb 003055 jam 0 ,mem_data_sum + 2 
-0x07bc 003056 fetch 1 ,mem_data_sum 
-0x07bd 003057 branch p_data_store_pre 
-:      003059 p_data_sum_n:
-0x07be 003060 fetch 1 ,mem_data_sum 
-0x07bf 003061 call p_pdata_get_half 
-0x07c0 003062 store 1 ,mem_data_pre 
-0x07c1 003063 store 1 ,mem_data_current 
-0x07c2 003064 branch p_data_zero ,blank 
-0x07c3 003065 setarg 0xff 
-:      003066 p_data_set_direction:
-0x07c4 003067 store 1 ,mem_data_pre + 1 
-0x07c5 003068 store 1 ,mem_data_current + 1 
-0x07c6 003069 rtn 
-:      003070 p_data_zero:
-0x07c7 003071 setarg 0 
-0x07c8 003072 branch p_data_set_direction 
-:      003074 p_pdata_get_half:
-0x07c9 003075 call p_pdata_invert 
-0x07ca 003076 rshift pdata ,pdata 
-:      003077 p_pdata_get_new_value:
-0x07cb 003078 call p_rega_in_out 
-0x07cc 003079 sub pdata ,0 ,pdata 
-0x07cd 003080 store 1 ,mem_data_value 
-0x07ce 003081 rtn 
-:      003083 p_pdata_invert:
-0x07cf 003084 sub pdata ,0 ,pdata 
-:      003085 p_rega_in_out:
-0x07d0 003086 store 1 ,mem_rega 
-0x07d1 003087 fetch 1 ,mem_rega 
-0x07d2 003088 rtn 
-:      003091 p_pdata_greater_than_check:
-0x07d3 003092 isub rega ,null 
-0x07d4 003093 nbranch p_enable_asm ,positive 
-0x07d5 003094 isub regb ,null 
-0x07d6 003095 nbranch p_enable_asm ,positive 
-:      003096 p_disable_asm:
-0x07d7 003097 jam 0 ,mem_mouse_asm_flag 
-0x07d8 003098 rtn 
-:      003099 p_data_less_than_check:
-0x07d9 003100 isub rega ,null 
-0x07da 003101 nrtn positive 
-0x07db 003102 isub regb ,null 
-0x07dc 003103 nrtn positive 
-0x07dd 003104 branch p_disable_asm 
-:      003105 p_enable_asm:
-0x07de 003106 jam 1 ,mem_mouse_asm_flag 
-0x07df 003107 rtn 
-:      003109 p_data_abs_check:
-0x07e0 003110 fetch 2 ,mem_mouse_x 
-0x07e1 003111 call p_data_abs 
-0x07e2 003112 copy pdata ,rega 
-0x07e3 003113 fetch 2 ,mem_mouse_y 
-0x07e4 003114 call p_data_abs 
-0x07e5 003115 copy pdata ,regb 
-0x07e6 003116 rtn 
-:      003122 p_data_abs:
-0x07e7 003123 store 2 ,mem_data_current 
-0x07e8 003124 fetch 1 ,mem_data_current + 1 
-0x07e9 003125 beq 0xff ,p_data_reversal 
-0x07ea 003126 fetch 1 ,mem_data_current 
-:      003127 p_data_abs_store:
-0x07eb 003128 and_into 0xff ,pdata 
-0x07ec 003130 rtn 
-:      003131 p_data_reversal:
-0x07ed 003132 fetch 2 ,mem_data_current 
-0x07ee 003133 sub pdata ,0 ,pdata 
-0x07ef 003134 branch p_data_abs_store 
+:      000147 p_patch_array:
+0x0040 000148 bbit1 8 ,pf_patch_ext 
+0x0041 000150 beq patch00_1 ,p_soft_reset_1 
+0x0042 000151 beq patch00_2 ,p_soft_reset_2 
+0x0043 000152 beq patch10_5 ,p_shutdown_radio 
+0x0044 000153 beq patch11_1 ,p_set_freq_tx 
+0x0045 000154 beq patch11_2 ,p_initialize_radio_cont 
+0x0046 000155 beq patch03_3 ,p_page_wait_fhs_reply_ok 
+0x0047 000156 beq patch04_6 ,p_role_switch_master 
+0x0048 000157 beq patch09_0 ,p_quit_connection_cont 
+0x0049 000158 beq patch09_2 ,p_prepare_tx 
+0x004a 000159 beq patch0a_1 ,p_slave_conn_recv_packet 
+0x004b 000160 beq patch0b_1 ,p_process_dmh 
+0x004c 000161 beq patch14_7 ,p_lpm_dispatch 
+0x004d 000162 beq patch15_5 ,p_lpm_set_mult 
+0x004e 000163 beq patch19_3 ,app_bt_start_reconnect + 3 
+0x004f 000164 beq patch1d_1 ,p_mouse_bb_disconnected 
+0x0050 000165 beq patch14_1 ,p_init_param 
+0x0051 000166 beq patch16_1 ,p_lpm_check_wake_lock 
+0x0052 000167 beq patch16_2 ,p_g24_dispatch 
+0x0053 000168 beq patch18_4 ,p_device_init 
+0x0054 000169 beq patch1c_3 ,p_mouse_seting_dpi 
+0x0055 000170 beq patch1c_6 ,p_mouse_motion 
+0x0056 000171 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
+0x0057 000172 beq patch1d_3 ,p_mouse_start_discovery 
+0x0058 000173 beq patch1d_4 ,p_mouse_stop_discovery 
+0x0059 000174 branch loop 
+:      000175 pf_patch_ext:
+0x005a 000176 beq patch27_1 ,p_le_slave_match 
+0x005b 000177 beq patch28_3 ,p_le_next_adv_channel 
+0x005c 000178 beq patch29_2 ,p_le_receive_skip 
+0x005d 000179 beq patch2a_7 ,p_le_update_param 
+0x005e 000180 beq patch2b_1 ,p_le_update_channel_map 
+0x005f 000181 beq patch2c_3 ,p_le_prepare_tx 
+0x0060 000182 beq patch2c_6 ,p_le_parse 
+0x0061 000183 beq patch2c_7 ,p_le_parse_l2cap 
+0x0062 000184 beq patch2d_2 ,p_le_adv_not_match 
+0x0063 000185 beq patch2e_7 ,p_le_lpm_setmult 
+0x0064 000186 beq patch3f_2 ,p_check_51cmd_once_continue 
+0x0065 000187 beq patch20_5 ,p_hid_rx_process 
+0x0066 000188 beq patch30_0 ,p_parse_lmp_accepted 
+0x0067 000189 beq patch30_2 ,p_send_lmp 
+0x0068 000190 beq patch31_0 ,p_process_conn_sm 
+0x0069 000191 beq patch31_4 ,p_twspi_reset 
+0x006a 000192 beq patch31_5 ,p_spid_init 
+0x006b 000193 branch loop 
+:      000196 p_rssi_signal:
+0x006c 000197 copy pdata ,rega 
+0x006d 000198 fetcht 1 ,mem_rssi_signal_index 
+0x006e 000199 setarg mem_rssi_signal_buf 
+0x006f 000200 iadd temp ,contw 
+0x0070 000201 copy rega ,pdata 
+0x0071 000202 istore 1 ,contw 
+0x0072 000203 increase 1 ,temp 
+0x0073 000204 and_into rssi_buf_len_signal ,temp 
+0x0074 000205 storet 1 ,mem_rssi_signal_index 
+0x0075 000206 rtn 
+:      000208 p_soft_reset_1:
+0x0076 000210 arg mem_sp_state ,contw 
+0x0077 000211 arg 12 ,loopcnt 
+0x0078 000212 call clear_mem 
+0x0079 000213 call p_mouse_le_txbuff_load 
+0x007a 000214 call rfcomm_init 
+0x007b 000215 call init_lmp 
+0x007c 000216 ncall lpm_disable_exen_output ,wake 
+0x007d 000217 call ui_init + 1 
+0x007e 000218 branch soft_reset + 11 
+:      000220 p_soft_reset_2:
+0x007f 000221 call app_lpm_init ,wake 
+0x0080 000222 call publickey_init 
+0x0081 000223 call lpm_recover_clk ,wake 
+:      000224 p_sp_cal_loop:
+0x0082 000225 call sp_calc_sequence 
+0x0083 000226 fetch 1 ,mem_ssp_enable 
+0x0084 000227 branch main_loop ,blank 
+0x0085 000228 fetch 1 ,mem_sp_local_key_invalid 
+0x0086 000229 branch p_sp_cal_loop ,blank 
+0x0087 000230 branch main_loop 
+:      000232 p_init_param:
+0x0088 000233 setarg param_le_version 
+0x0089 000234 store 3 ,mem_lmp_version 
+0x008a 000235 setarg param_le_subversion 
+0x008b 000236 store 2 ,mem_lmp_version + 3 
+0x008c 000237 branch init_param + 12 
+:      000239 p_lpm_check_wake_lock:
+0x008d 000240 rtnmark1 mark_24g 
+0x008e 000241 fetch 1 ,mem_mouse_multi_led_state 
+0x008f 000242 nbranch disable_blank ,blank 
+0x0090 000243 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x0091 000244 nbranch disable_blank ,blank 
+0x0092 000245 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x0093 000246 branch disable_blank ,blank 
+0x0094 000247 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x0095 000248 beq le_lpm_disable ,disable_blank 
+0x0096 000249 fetch 2 ,mem_sdp_remote_cid 
+0x0097 000250 nbranch disable_blank ,blank 
+0x0098 000251 fetch 1 ,mem_mouse_wheel_trigger 
+0x0099 000252 nbranch disable_blank ,blank 
+0x009a 000253 branch enable_blank 
+:      000256 p_g24_dispatch:
+0x009b 000257 rtnmark0 mark_24g 
+0x009c 000258 fetch 1 ,mem_24g_conn_sm 
+0x009d 000259 bbit1 state_24g_pair ,p_g24_pair_dispatch 
+0x009e 000260 bbit1 state_24g_reconn ,p_g24_reconn_dispatch 
+0x009f 000261 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x00a0 000262 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+:      000263 p_g24_transmit_process:
+0x00a1 000264 call p_g24_txdata_prep 
+0x00a2 000265 nbranch p_g24_nodata_transmit ,user 
+0x00a3 000266 call p_g24_rf_sta_check 
+:      000267 p_g24_transmit_start:
+0x00a4 000268 call p_g24_transmit_packet 
+0x00a5 000269 fetch 1 ,mem_24g_pairing_sm 
+0x00a6 000270 rtnne state_24g_pairing_success 
+0x00a7 000271 call power_ctrl_start 
+0x00a8 000272 call g24_long_sleep_shorter_param_update 
+0x00a9 000273 fetch 1 ,mem_mouse_multi_led_state 
+0x00aa 000274 beq on ,p_g24_transmit_by_interrupt_enable 
+:      000277 p_g24_short_sleep:
+0x00ab 000278 call p_g24_lpm_wait 
+0x00ac 000279 nrtn user 
+0x00ad 000280 call p_clear_wake 
+0x00ae 000281 setarg 61500 
+0x00af 000282 branch lpm_dispatch_sleep 
+:      000284 p_g24_pair_dispatch:
+0x00b0 000285 jam zcode_60 ,mem_zcode_temp_param0 
+0x00b1 000286 branch p_zcode_entrance 
+:      000288 p_g24_reconn_dispatch:
+0x00b2 000289 jam zcode_53 ,mem_zcode_temp_param0 
+0x00b3 000290 branch p_zcode_entrance 
+:      000292 g24_long_sleep_shorter_param_update:
+0x00b4 000295 setarg g24_long_sleep_step1 
+0x00b5 000296 store 3 ,mem_24g_enter_hibernate 
+0x00b6 000297 jam 20 ,mem_24g_long_sleep_param_update_timer 
+0x00b7 000298 rtn 
+:      000300 p_g24_transmit_by_interrupt:
+0x00b8 000301 call p_g24_timer_check 
+0x00b9 000302 nrtn user 
+0x00ba 000303 call p_g24_interval_calibrate 
+0x00bb 000304 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x00bc 000305 increase 1 ,pdata 
+0x00bd 000306 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x00be 000307 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x00bf 000308 isub temp ,null 
+0x00c0 000309 call p_g24_transmit_by_interrupt_exit ,zero 
+0x00c1 000310 branch p_g24_transmit_process 
+:      000311 p_g24_transmit_by_interrupt_exit:
+0x00c2 000312 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x00c3 000313 setarg 0 
+0x00c4 000314 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x00c5 000315 setarg 25 
+0x00c6 000316 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+:      000317 p_g24_interval_min:
+0x00c7 000318 jam 0 ,mem_24g_pac_index 
+0x00c8 000319 fetch 1 ,mem_24g_interval_min 
+:      000320 p_g24_interval_store:
+0x00c9 000321 store 1 ,mem_24g_interval 
+0x00ca 000322 rtn 
+:      000323 p_g24_interval_max:
+0x00cb 000324 fetch 1 ,mem_24g_interval_max 
+0x00cc 000325 branch p_g24_interval_store 
+:      000326 p_g24_interval_calibrate:
+0x00cd 000327 fetch 1 ,mem_24g_pac_index 
+0x00ce 000328 increase 1 ,pdata 
+0x00cf 000329 store 1 ,mem_24g_pac_index 
+0x00d0 000330 beq 4 ,p_g24_interval_max 
+0x00d1 000331 beq 5 ,p_g24_interval_min 
+0x00d2 000332 rtn 
+:      000334 p_g24_nodata_transmit:
+0x00d3 000335 fetch 1 ,mem_24g_abort_pac 
+0x00d4 000336 call p_g24_send_abort_packet ,blank 
+0x00d5 000337 fetch 1 ,mem_mouse_multi_led_blink_count 
+0x00d6 000338 nrtn blank 
+0x00d7 000339 fetch 1 ,mem_mouse_multi_led_state 
+0x00d8 000340 rtneq on 
+0x00d9 000341 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x00da 000342 rtneq g24_tx_timer_int_enable 
+0x00db 000343 call p_g24_search_dongle 
+:      000344 p_g24_long_sleep:
+0x00dc 000345 call p_g24_lpm_wait 
+0x00dd 000346 nrtn user 
+0x00de 000347 fetch 3 ,mem_24g_enter_hibernate 
+0x00df 000348 call clk2lpo 
+0x00e0 000349 storet 4 ,mem_sleep_counter 
+0x00e1 000350 branch lpm_sleep 
+:      000352 p_g24_lpm_wait:
+0x00e2 000353 enable user 
+0x00e3 000354 call lpo_calibration 
+0x00e4 000355 fetch 3 ,mem_clks_per_lpo 
+0x00e5 000356 branch disable_user ,blank 
+0x00e6 000357 fetch 1 ,mem_lpm_mode 
+0x00e7 000358 branch disable_user ,blank 
+0x00e8 000359 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x00e9 000360 beq g24_tx_timer_int_enable ,disable_user 
+:      000361 p_mouse_setgpio_lpm:
+0x00ea 000362 call p_mouse_set_sdio_high 
+0x00eb 000363 call p_clear_wake 
+:      000364 p_mouse_setgpio_hibernate:
+0x00ec 000365 call mouse_lpm_before_common 
+0x00ed 000366 call p_flash_ncs_disable 
+0x00ee 000367 hfetch 4 ,core_gpio_oe0 
+0x00ef 000368 hfetcht 4 ,core_gpio_pu0 
+0x00f0 000369 ior temp ,temp 
+0x00f1 000370 invert temp ,temp 
+0x00f2 000371 hstoret 4 ,core_gpio_pd0 
+0x00f3 000372 hfetch 1 ,core_gpio_pd1 
+0x00f4 000373 set0 2 ,pdata 
+0x00f5 000374 hstore 1 ,core_gpio_pd1 
+0x00f6 000375 hfetch 1 ,core_gpio_pd2 
+0x00f7 000376 set0 6 ,pdata 
+0x00f8 000377 hstore 1 ,core_gpio_pd2 
+:      000379 p_mouse_ice_gpio_set_inpu:
+0x00f9 000380 arg 0x1d ,temp 
+0x00fa 000381 branch gpio_config_input 
+:      000383 p_g24_send_abort_packet:
+0x00fb 000384 jam 1 ,mem_24g_abort_pac 
+0x00fc 000385 jam 0 ,mem_24g_rf_hop_ch 
+0x00fd 000386 call p_g24_transmit_rf_ctrl_clear 
+0x00fe 000387 store 1 ,mem_24g_txbuf 
+0x00ff 000388 setarg 0 
+0x0100 000389 store 7 ,mem_24g_txbuf + 1 
+0x0101 000390 fetch 4 ,mem_24g_device_addr 
+0x0102 000391 store 4 ,mem_24g_txbuf + 8 
+0x0103 000392 jam 12 ,mem_24g_datalen 
+0x0104 000393 fetch 1 ,mem_24g_data_type 
+0x0105 000394 set1 bit_abort ,pdata 
+0x0106 000395 store 1 ,mem_24g_data_type 
+0x0107 000396 call p_g24_txdata_enable_tx 
+0x0108 000397 branch p_g24_transmit_start 
+:      000399 p_g24_search_dongle_init:
+0x0109 000400 setarg 0 
+0x010a 000401 store 3 ,mem_24g_search_dongle_action 
+0x010b 000402 rtn 
+:      000404 p_g24_search_dongle:
+0x010c 000405 jam zcode_71 ,mem_zcode_temp_param0 
+0x010d 000406 branch p_zcode_entrance 
+:      000408 p_g24_search_dongle_check:
+0x010e 000409 jam 0 ,mem_24g_search_dongle_count 
+0x010f 000410 fetch 1 ,mem_24g_search_dongle_action 
+0x0110 000411 rtnbit1 g24_disconn_state 
+0x0111 000412 set1 g24_disconn_state ,pdata 
+0x0112 000413 store 1 ,mem_24g_search_dongle_action 
+0x0113 000414 setarg g24_disconn_nodata_timer 
+0x0114 000415 store 2 ,mem_mouse_no_data_timer 
+0x0115 000416 branch p_mouse_sensor_powerdown 
+:      000418 p_g24_search_dongle_success:
+0x0116 000419 fetch 1 ,mem_24g_abort_pac 
+0x0117 000420 branch p_g24_search_dongle_init ,blank 
+0x0118 000421 jam 0 ,mem_24g_search_dongle_count 
+0x0119 000422 fetch 1 ,mem_24g_search_dongle_action 
+0x011a 000423 rtnbit0 g24_disconn_state 
+0x011b 000424 set0 g24_disconn_state ,pdata 
+0x011c 000425 store 1 ,mem_24g_search_dongle_action 
+0x011d 000426 call mouse_no_data_timer_init 
+0x011e 000427 branch p_mouse_init_sensor_reset 
+:      000438 p_g24_transmit_rf_sta_init:
+0x011f 000439 jam 1 ,mem_24g_rf_last_sta 
+0x0120 000440 jam 0 ,mem_24g_sync_cnt 
+:      000441 p_g24_transmit_rf_ctrl_clear:
+0x0121 000442 fetch 1 ,mem_24g_data_type 
+0x0122 000443 and_into bits_data ,pdata 
+0x0123 000444 store 1 ,mem_24g_data_type 
+0x0124 000445 rtn 
+:      000447 p_g24_hop_ch_enable:
+0x0125 000448 fetch 1 ,mem_24g_data_type 
+0x0126 000449 set1 bit_hop ,pdata 
+0x0127 000450 store 1 ,mem_24g_data_type 
+0x0128 000452 store 1 ,mem_24g_txpayload 
+0x0129 000453 rtn 
+:      000455 p_g24_hop_enable_packet:
+0x012a 000456 fetch 1 ,mem_24g_data_type 
+0x012b 000457 rtnbit0 bit_hop 
+:      000458 p_g24_hop_ch_disable:
+0x012c 000459 fetch 1 ,mem_24g_data_type 
+0x012d 000460 set0 bit_hop ,pdata 
+0x012e 000461 store 1 ,mem_24g_data_type 
+0x012f 000462 store 1 ,mem_24g_txpayload 
+0x0130 000463 call power_ctrl_pac_succ_decrs 
+0x0131 000464 branch p_g24_ch 
+:      000492 p_g24_rf_hop_attemp_again:
+0x0132 000493 fetch 1 ,mem_24g_rf_hop_ch 
+0x0133 000494 bne 1 ,p_g24_transmit_rf_ctrl_clear 
+:      000495 p_g24_rf_hop_fastly:
+0x0134 000496 fetch 1 ,mem_24g_hop_fastly_cnt 
+0x0135 000497 increase 1 ,pdata 
+0x0136 000498 store 1 ,mem_24g_hop_fastly_cnt 
+0x0137 000499 beq 4 ,p_g24_rf_hop_fastly_exit 
+0x0138 000500 call p_g24_ch 
+0x0139 000501 jam 2 ,mem_24g_max_retry 
+0x013a 000502 branch p_g24_transmit_packet 
+:      000504 p_g24_rf_hop_fastly_exit:
+0x013b 000505 call power_ctrl_pac_succ_decrs 
+0x013c 000506 jam 0 ,mem_24g_hop_fastly_cnt 
+0x013d 000507 branch p_g24_transmit_rf_ctrl_clear 
+:      000509 p_g24_transmit_hop_pac_succ_wo_hop:
+0x013e 000510 jam 2 ,mem_24g_sync_cnt 
+:      000511 p_g24_transmit_hop_pac_succ:
+0x013f 000512 jam 1 ,mem_24g_rf_last_sta 
+0x0140 000513 jam 0 ,mem_24g_rf_hop_ch 
+0x0141 000514 branch p_g24_transmit_rf_ctrl_clear 
+:      000516 p_g24_transmit_succ_rf_config:
+0x0142 000517 fetch 1 ,mem_24g_rf_work_stage 
+0x0143 000518 beq 3 ,p_g24_transmit_hop_pac_succ 
+0x0144 000519 fetch 1 ,mem_24g_data_type 
+0x0145 000520 isolate0 bit_hop ,pdata 
+0x0146 000521 branch p_g24_transmit_rf_sta_init ,true 
+0x0147 000522 fetch 1 ,mem_24g_rf_work_stage 
+0x0148 000523 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
+0x0149 000524 beq 2 ,p_g24_transmit_hop_pac_succ 
+0x014a 000525 rtn 
+:      000527 p_g24_rf_sta_check:
+0x014b 000528 fetch 1 ,mem_24g_pairing_sm 
+0x014c 000529 rtnne state_24g_pairing_success 
+0x014d 000530 call p_g24_rf_laststa_synccnt_check 
+0x014e 000531 ncall p_g24_rf_sync_cnt_check ,user2 
+0x014f 000532 rtn 
+:      000534 p_g24_rf_laststa_synccnt_check:
+0x0150 000535 disable user2 
+0x0151 000536 fetch 1 ,mem_24g_rf_last_sta 
+0x0152 000537 rtnne 1 
+0x0153 000538 fetch 1 ,mem_24g_sync_cnt 
+0x0154 000539 rtnne 0 
+0x0155 000540 jam 1 ,mem_24g_rf_work_stage 
+0x0156 000541 jam 4 ,mem_24g_max_retry 
+0x0157 000542 branch enable_user2 
+:      000544 p_g24_rf_sync_cnt_check:
+0x0158 000545 fetch 1 ,mem_24g_sync_cnt 
+0x0159 000546 branch p_g24_rf_hop_attemp ,blank 
+0x015a 000547 increase -1 ,pdata 
+0x015b 000548 store 1 ,mem_24g_sync_cnt 
+0x015c 000549 jam 2 ,mem_24g_rf_work_stage 
+0x015d 000550 jam 4 ,mem_24g_max_retry 
+:      000551 p_g24_ch:
+0x015e 000552 fetcht 1 ,mem_24g_current_ch_number 
+0x015f 000553 fetch 1 ,mem_24g_addr 
+0x0160 000554 and_into 0x03 ,pdata 
+0x0161 000555 mul32 pdata ,4 ,rega 
+0x0162 000556 setarg mem_24g_ch_map1 
+0x0163 000557 iadd rega ,pdata 
+0x0164 000558 iadd temp ,contr 
+0x0165 000559 ifetch 1 ,contr 
+0x0166 000560 store 1 ,mem_24g_ch 
+0x0167 000561 increase 1 ,temp 
+0x0168 000562 and_into 3 ,temp 
+0x0169 000563 storet 1 ,mem_24g_current_ch_number 
+0x016a 000564 rtn 
+:      000566 p_g24_rf_hop_attemp:
+0x016b 000567 jam 3 ,mem_24g_rf_work_stage 
+0x016c 000568 fetch 1 ,mem_24g_rf_hop_ch 
+0x016d 000569 nbranch p_g24_rf_hop_attemp_again ,blank 
+0x016e 000570 jam 2 ,mem_24g_max_retry 
+0x016f 000571 branch p_g24_ch 
+:      000573 p_g24_txdata_prep:
+0x0170 000574 fetch 1 ,mem_24g_pairing_sm 
+0x0171 000575 bne state_24g_pairing_success ,p_g24_pairing_sm 
+:      000576 p_g24_txdata_prep_packeage_data:
+0x0172 000577 call p_g24_package_data 
+:      000578 p_g24_txdata_enable_tx:
+0x0173 000579 call p_g24_transmit_prep 
+0x0174 000580 jam ensure_on_24g ,mem_24g_ensure 
+0x0175 000581 rtn 
+:      000583 p_g24_package_data:
+0x0176 000584 fetch 2 ,mem_cb_24g_data 
+0x0177 000585 call callback_func 
+0x0178 000586 branch p_g24_accumulate_mouse_data ,user 
+0x0179 000587 fetch 7 ,mem_24g_txbuf + 1 
+0x017a 000588 rtn blank 
+0x017b 000589 branch enable_user 
+:      000590 p_g24_accumulate_mouse_data:
+0x017c 000591 call p_mouse_data_xy_release 
+0x017d 000592 jam 0 ,mem_24g_abort_pac 
+0x017e 000593 add rega ,1 ,pdata 
+0x017f 000594 store 1 ,mem_24g_datalen 
+0x0180 000595 call p_g24_transmit_rf_ctrl_clear 
+0x0181 000596 store 1 ,mem_24g_txbuf 
+0x0182 000597 ifetcht 1 ,contw 
+0x0183 000598 ifetch 1 ,regb 
+0x0184 000599 ior temp ,pdata 
+0x0185 000600 istore 1 ,contw 
+0x0186 000601 increase 1 ,regb 
+0x0187 000602 ifetch 4 ,regb 
+0x0188 000603 istore 4 ,contw 
+0x0189 000604 increase 4 ,regb 
+0x018a 000605 arg mem_24g_txbuf + 6 ,contw 
+0x018b 000606 arg 2 ,loopcnt 
+:      000607 p_g24_accumulation_loop:
+0x018c 000608 ifetch 1 ,regb 
+0x018d 000609 ifetcht 1 ,contw 
+0x018e 000610 iadd temp ,pdata 
+0x018f 000611 istore 1 ,contw 
+0x0190 000612 increase 1 ,regb 
+0x0191 000613 loop p_g24_accumulation_loop 
+0x0192 000614 rtn 
+:      000616 p_g24_transmit_packet:
+0x0193 000617 jam 0 ,mem_24g_retry 
+:      000618 p_g24_transmit_loop:
+0x0194 000619 arg param_rx_setup ,timeup 
+0x0195 000620 until clkn_rt ,meet 
+0x0196 000621 call p_g24_transmit_receive_ack 
+0x0197 000624 nbranch p_g24_retransmit ,sync 
+0x0198 000625 nbranch p_g24_retransmit ,user3 
+0x0199 000626 call p_g24_txbuf_clear 
+0x019a 000627 call p_g24_ackpayload_parse 
+0x019b 000628 call power_ctrl_pac_succ_incrs 
+:      000629 p_g24_transmit_next_packet:
+0x019c 000630 fetch 1 ,mem_24g_pid 
+0x019d 000631 increase 1 ,pdata 
+0x019e 000632 store 1 ,mem_24g_pid 
+0x019f 000633 call p_g24_hop_enable_packet 
+0x01a0 000634 fetch 1 ,mem_24g_pairing_sm 
+0x01a1 000635 bne state_24g_pairing_success ,p_g24_paring_mode_start 
+0x01a2 000636 call p_g24_transmit_succ_rf_config 
+:      000637 p_g24_transmit_abandon:
+0x01a3 000638 setarg 0 
+0x01a4 000639 store 4 ,mem_24g_ensure 
+0x01a5 000640 store 1 ,mem_24g_hop_pac_retry 
+0x01a6 000641 rtn 
+:      000643 p_g24_txbuf_clear:
+0x01a7 000644 arg 4 ,loopcnt 
+0x01a8 000645 arg mem_24g_txbuf ,contw 
+0x01a9 000646 branch memset0 
+:      000648 p_g24_transmit_receive_ack:
+0x01aa 000649 disable user3 
+0x01ab 000650 call p_g24_transmit 
+0x01ac 000655 force 0 ,radio_ctrl 
+0x01ad 000656 fetch 4 ,mem_24g_addr 
+0x01ae 000657 iforce access 
+0x01af 000658 fetcht 1 ,mem_last_freq 
+0x01b0 000659 call set_freq_rx 
+0x01b1 000660 call rf_rx_enable 
+0x01b2 000661 call p_g24_receive_rxon 
+0x01b3 000662 call p_g24_end_of_packet ,user3 
+0x01b4 000663 rtn 
+:      000668 p_g24_retransmit:
+0x01b5 000669 fetch 2 ,mem_24g_txfail_cnt 
+0x01b6 000670 increase 1 ,pdata 
+0x01b7 000671 store 2 ,mem_24g_txfail_cnt 
+0x01b8 000672 fetch 1 ,mem_24g_txfail_cnt + 1 
+0x01b9 000673 bbit1 4 ,g24_stop_24g_mode 
+0x01ba 000674 fetch 1 ,mem_24g_pairing_sm 
+0x01bb 000675 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
+0x01bc 000676 call p_g24_tx_hop_ch_process 
+0x01bd 000677 branch p_g24_transmit_loop 
+:      000679 p_g24_tx_paring_retry:
+0x01be 000680 fetch 1 ,mem_24g_txfail_cnt 
+0x01bf 000681 rtnne 0xff 
+:      000682 p_g24_tx_attempt_fail:
+0x01c0 000683 setarg 0 
+0x01c1 000684 store 2 ,mem_24g_txfail_cnt 
+0x01c2 000685 branch g24_stop_24g_mode 
+:      000687 p_g24_tx_fast_hop:
+0x01c3 000688 call power_ctrl_txpower_incrs 
+0x01c4 000689 call power_ctrl_pac_succ_decrs 
+0x01c5 000690 branch p_g24_ch 
+:      000692 p_g24_tx_hop_ch_process:
+0x01c6 000693 fetch 1 ,mem_24g_retry 
+0x01c7 000694 sub pdata ,11 ,null 
+0x01c8 000695 nbranch p_g24_tx_fast_hop ,positive 
+0x01c9 000696 increase 1 ,pdata 
+0x01ca 000697 store 1 ,mem_24g_retry 
+0x01cb 000698 beq 2 ,p_g24_hop_ch_enable 
+0x01cc 000699 beq 6 ,p_g24_hop_ch_disable 
+0x01cd 000700 beq 8 ,p_g24_hop_ch_enable 
+0x01ce 000701 beq 12 ,p_g24_hop_ch_disable 
+0x01cf 000702 rtn 
+:      000704 p_g24_ackpayload_parse:
+0x01d0 000705 call p_g24_read_len_pid_crc 
+0x01d1 000706 fetch 1 ,mem_24g_rxdata_length 
+0x01d2 000707 rtn blank 
+0x01d3 000708 iforce loopcnt 
+0x01d4 000709 arg mem_24g_rxbuf + 2 ,contr 
+0x01d5 000710 arg mem_24g_rxpayload ,contw 
+0x01d6 000711 branch memcpy 
+:      000713 p_g24_pair_init:
+0x01d7 000714 jam tx_power_f5db ,mem_tx_power 
+0x01d8 000715 jam 0 ,mem_24g_pid 
+0x01d9 000716 jam g24_pair_ch ,mem_24g_ch 
+0x01da 000717 fetch 4 ,mem_24g_paring_addr 
+:      000718 p_g24_update_addr_and_synccrc8:
+0x01db 000719 store 4 ,mem_24g_addr 
+:      000721 p_g24_syncword_crc8:
+0x01dc 000722 arg 0 ,rega 
+0x01dd 000723 arg 4 ,loopcnt 
+0x01de 000724 arg mem_24g_addr ,contr 
+:      000725 p_g24_syncword_crc8_loop:
+0x01df 000726 ifetch 1 ,contr 
+0x01e0 000727 iadd rega ,rega 
+0x01e1 000728 loop p_g24_syncword_crc8_loop 
+0x01e2 000729 copy rega ,pdata 
+0x01e3 000730 store 2 ,mem_24g_syncword 
+0x01e4 000731 fetch 1 ,mem_24g_syncword 
+0x01e5 000732 fetcht 1 ,mem_24g_syncword + 1 
+0x01e6 000733 iadd temp ,pdata 
+0x01e7 000734 store 1 ,mem_24g_syncword_crc8 
+0x01e8 000735 rtn 
+:      000737 p_g24_start_pairing_sm1:
+0x01e9 000739 call p_g24_pair_init 
+:      000740 p_g24_set_pairing_sm_1:
+0x01ea 000741 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
+0x01eb 000742 rtn 
+:      000745 p_g24_pairing_sm:
+0x01ec 000746 jam zcode_90 ,mem_zcode_temp_param0 
+0x01ed 000747 branch p_zcode_entrance 
+:      000749 p_g24_paring_mode_start:
+0x01ee 000750 call power_ctrl_pac_succ_cnt_init 
+:      000751 p_g24_paring_mode:
+0x01ef 000752 jam zcode_91 ,mem_zcode_temp_param0 
+0x01f0 000753 branch p_zcode_entrance 
+:      000755 p_g24_start_24g_mode:
+0x01f1 000756 jam zcode_40 ,mem_zcode_temp_param0 
+0x01f2 000757 branch p_zcode_entrance 
+:      000759 p_g24_check_51cmd_stop_24g:
+0x01f3 000760 set0 mark_24g ,mark 
+0x01f4 000761 jam state_24g_stop ,mem_24g_conn_sm 
+0x01f5 000762 call le_disable 
+:      000763 p_mouse_disable_g24_pairing_flag:
+0x01f6 000764 arg mosue_24g_pairing_flag ,queue 
+0x01f7 000765 branch mouse_disable_function_flag 
+:      000768 p_g24_put_data_in_buff:
+0x01f8 000769 storet 1 ,mem_24g_datalen 
+0x01f9 000770 copy temp ,loopcnt 
+0x01fa 000771 arg mem_24g_txbuf ,contw 
+0x01fb 000772 copy rega ,contr 
+0x01fc 000773 branch memcpy 
+:      000775 p_g24_read_len_pid_crc:
+0x01fd 000777 fetch 1 ,mem_24g_rxbuf + 1 
+0x01fe 000778 rshift3 pdata ,pdata 
+0x01ff 000779 store 1 ,mem_24g_rxdata_length 
+0x0200 000781 increase 1 ,pdata 
+0x0201 000782 arg mem_24g_rxbuf + 1 ,contr 
+0x0202 000783 iadd contr ,contr 
+0x0203 000784 ifetch 3 ,contr 
+0x0204 000785 store 3 ,mem_24g_sta_crc 
+0x0205 000787 fetch 1 ,mem_24g_rxbuf + 1 
+0x0206 000788 rshift pdata ,pdata 
+0x0207 000789 and pdata ,0x03 ,pdata 
+0x0208 000790 store 1 ,mem_24g_sta_pid 
+0x0209 000791 rtn 
+:      000795 p_g24_transmit_prep:
+0x020a 000798 fetch 1 ,mem_24g_datalen 
+0x020b 000799 increase 2 ,pdata 
+0x020c 000800 store 1 ,mem_24g_txlen 
+0x020d 000802 fetch 1 ,mem_24g_data_type 
+0x020e 000803 store 1 ,mem_24g_txpayload 
+0x020f 000805 fetch 1 ,mem_24g_datalen 
+0x0210 000806 lshift3 pdata ,pdata 
+0x0211 000807 fetcht 1 ,mem_24g_pid 
+0x0212 000808 and temp ,0x03 ,temp 
+0x0213 000809 lshift temp ,temp 
+0x0214 000810 ior temp ,pdata 
+0x0215 000811 fetcht 1 ,mem_24g_no_ack 
+0x0216 000812 iadd temp ,pdata 
+0x0217 000813 istore 1 ,contw 
+0x0218 000815 fetch 1 ,mem_24g_datalen 
+0x0219 000816 iforce loopcnt 
+0x021a 000817 arg mem_24g_txbuf ,contr 
+0x021b 000818 branch memcpy 
+:      000852 p_g24_prep:
+0x021c 000853 disable enable_crc 
+0x021d 000854 disable enable_white 
+0x021e 000855 setarg 0x555555 
+0x021f 000856 iforce crc24_init 
+0x0220 000857 fetch 1 ,mem_24g_ch 
+0x0221 000858 reverse pdata ,temp 
+0x0222 000859 set1 1 ,temp 
+0x0223 000860 rshift temp ,white_init 
+0x0224 000861 rtn 
+:      000873 p_g24_receive_rxon:
+0x0225 000876 call p_g24_prep 
+0x0226 000877 disable user3 
+0x0227 000878 enable decode_fec0 
+0x0228 000879 enable is_rx 
+0x0229 000880 disable is_tx 
+0x022a 000881 enable swfine 
+0x022b 000882 fetch 2 ,mem_24g_rx_window 
+0x022c 000883 iforce stop_watch 
+0x022d 000884 correlate null ,timeout 
+0x022e 000885 nbranch p_g24_sync_timeout ,sync 
+0x022f 000888 disable decode_fec0 
+0x0230 000889 enable decode_fec1 
+0x0231 000890 enable enable_white 
+0x0232 000891 enable enable_crc 
+0x0233 000892 call p_g24_receive_byte 
+0x0234 000893 store 1 ,mem_24g_get_syncword_crc8 
+0x0235 000894 fetcht 1 ,mem_24g_syncword_crc8 
+0x0236 000895 isub temp ,null 
+0x0237 000896 nbranch p_g24_end_of_packet ,zero 
+0x0238 000897 call p_g24_receive_byte 
+0x0239 000898 store 1 ,mem_24g_rxbuf 
+0x023a 000902 fetch 1 ,mem_24g_rxbuf 
+0x023b 000903 fetcht 1 ,mem_24g_data_type 
+0x023c 000904 icompare bits_data ,temp 
+0x023d 000905 nbranch p_g24_end_of_packet ,true 
+:      000906 p_g24_receive_skip:
+0x023e 000907 call p_g24_receive_byte 
+0x023f 000908 istore 1 ,contw 
+0x0240 000909 rshift3 pdata ,pdata 
+0x0241 000910 and pdata ,0x1f ,loopcnt 
+0x0242 000911 branch p_g24rx_nopayload ,zero 
+:      000912 p_g24rx_loop:
+0x0243 000913 call p_g24_receive_byte 
+0x0244 000914 istore 1 ,contw 
+0x0245 000915 loop p_g24rx_loop 
+:      000916 p_g24rx_nopayload:
+0x0246 000918 copy contw ,rega 
+0x0247 000919 call p_g24_receive_byte 
+0x0248 000920 store 1 ,mem_rssi_hex_received 
+0x0249 000921 copy rega ,contw 
+0x024a 000922 parse demod ,bucket ,24 
+0x024b 000923 enable swfine 
+0x024c 000924 arg param_sifs ,stop_watch 
+0x024d 000925 rshift32 pdata ,pdata 
+0x024e 000926 rshift16 pdata ,pdata 
+0x024f 000927 istore 3 ,contw 
+0x0250 000928 disable decode_fec1 
+0x0251 000929 branch p_g24_end_of_packet ,crc_failed 
+0x0252 000932 enable user3 
+0x0253 000933 fetch 1 ,mem_last_freq 
+0x0254 000934 add pdata ,0 ,rega 
+0x0255 000935 call rf_write_freq 
+0x0256 000936 disable decode_fec0 
+0x0257 000937 call set_sync_on 
+0x0258 000938 fetch 1 ,mem_rssi_hex_received 
+0x0259 000939 call p_rssi_signal 
+0x025a 000940 rtn 
+:      000942 p_g24_receive_byte:
+0x025b 000943 parse demod ,bucket ,8 
+0x025c 000944 rshift3 pwindow ,pdata 
+0x025d 000945 rtn 
+:      000947 p_g24_sync_timeout:
+:      000952 p_g24_end_of_packet:
+0x025e 000953 disable encode_fec1 
+0x025f 000954 disable decode_fec1 
+0x0260 000955 call end_of_packet 
+0x0261 000956 rtn 
+:      000958 p_g24_set_freq_tx:
+0x0262 000959 call set_sync_on 
+0x0263 000960 fetcht 1 ,mem_24g_ch 
+0x0264 000961 branch set_freq_tx 
+:      000963 p_g24_transmit:
+0x0265 000964 call le_enable 
+0x0266 000965 fetch 4 ,mem_24g_addr 
+0x0267 000966 iforce access 
+0x0268 000967 call p_g24_prep 
+0x0269 000968 call p_g24_set_freq_tx 
+0x026a 000969 set1 txgfsk ,radio_ctrl 
+0x026b 000970 enable encode_fec0 
+0x026c 000971 enable is_tx 
+0x026d 000972 disable is_rx 
+0x026e 000975 rshift16 access ,pdata 
+0x026f 000976 rshift8 pdata ,pdata 
+0x0270 000977 rshift4 pdata ,pdata 
+0x0271 000978 inject mod ,40 
+0x0272 000979 disable encode_fec0 
+0x0273 000980 enable encode_fec1 
+0x0274 000981 enable enable_white 
+0x0275 000982 enable enable_crc 
+0x0276 000983 fetch 1 ,mem_24g_syncword_crc8 
+0x0277 000984 inject mod ,8 
+0x0278 000985 fetch 1 ,mem_24g_txlen 
+0x0279 000986 iforce loopcnt 
+0x027a 000987 arg mem_24g_txpayload ,contr 
+:      000988 p_g24tr_loop:
+0x027b 000989 ifetch 1 ,contr 
+0x027c 000990 inject mod ,8 
+0x027d 000991 loop p_g24tr_loop 
+0x027e 000994 enable enable_parity 
+0x027f 000995 inject mod ,24 
+0x0280 000996 disable enable_parity 
+0x0281 000997 until null ,tx_clear 
+0x0282 000998 nop 100 
+0x0283 000999 disable encode_fec0 
+0x0284 001000 disable encode_fec1 
+0x0285 001001 rtn 
+:      001003 p_g24_timer_check:
+0x0286 001004 call disable_user 
+0x0287 001005 fetcht 4 ,mem_24g_tx_btclk 
+0x0288 001006 copy clkn_bt ,pdata 
+0x0289 001007 isub temp ,null 
+0x028a 001008 ncall g24_timer_timeout ,positive 
+0x028b 001009 copy pdata ,regb 
+0x028c 001010 fetch 4 ,mem_24g_tx_btclk 
+0x028d 001011 fetcht 1 ,mem_24g_interval 
+0x028e 001012 iadd temp ,temp 
+0x028f 001013 copy regb ,pdata 
+0x0290 001014 isub temp ,null 
+0x0291 001015 nrtn positive 
+0x0292 001016 set0 28 ,pdata 
+0x0293 001017 store 4 ,mem_24g_tx_btclk 
+0x0294 001018 branch enable_user 
+:      001042 p_rssi_average:
+0x0295 001043 arg 0 ,temp 
+0x0296 001044 arg rssi_buf_len_signal + 1 ,loopcnt 
+0x0297 001045 copy rega ,contr 
+:      001046 p_rssi_average_loop:
+0x0298 001047 ifetch 1 ,contr 
+0x0299 001048 iadd temp ,temp 
+0x029a 001049 loop p_rssi_average_loop 
+0x029b 001050 rshift3 temp ,pdata 
+0x029c 001051 copy pdata ,temp 
+0x029d 001052 rtnmark0 mark_24g 
+0x029e 001054 div pdata ,10 
+0x029f 001055 call wait_div_end 
+0x02a0 001056 quotient pdata 
+0x02a1 001057 lshift4 pdata ,pdata 
+0x02a2 001058 remainder temp 
+0x02a3 001059 ior temp ,temp 
+0x02a4 001060 rtn 
+0x02a5 001061 rtn 
+:      001064 p_mouse_before_lpm:
+0x02a6 001065 rtnmark1 mark_24g 
+0x02a7 001066 call p_mouse_le_txbuff_save 
+0x02a8 001067 call p_mouse_setgpio_lpm 
+0x02a9 001068 fetch 1 ,mem_context 
+0x02aa 001069 bbit0 state_inconn ,p_clear_wake 
+0x02ab 001070 fetch 1 ,mem_lpm_current_mult 
+0x02ac 001071 nrtn blank 
+:      001072 p_clear_wake:
+0x02ad 001073 setarg 0 
+0x02ae 001074 store 8 ,mem_gpio_wakeup_low 
+0x02af 001075 rtn 
+:      001078 p_mouse_set_sdio_high:
+0x02b0 001079 fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0x02b1 001080 rtn blank 
+0x02b2 001081 branch p_mouse_seting_sensor_type 
+:      001083 p_device_init:
+0x02b3 001084 call initialize_radio 
+0x02b4 001085 call app_lpm_mult_enable 
+0x02b5 001086 call enable_authrom 
+0x02b6 001087 branch p_mouse_spi_init ,wake 
+:      001088 p_device_wake_from_power:
+0x02b7 001089 call p_wake_from_power 
+:      001098 p_mouse_start:
+0x02b8 001100 fetch 1 ,mem_power_on_flag 
+0x02b9 001101 bbit1 2 ,p_mouse_wakeup_from_hibernate 
+0x02ba 001102 jam latest_mode_null ,mem_mouse_latest_mode 
+0x02bb 001103 branch p_mouse_start_24g_pair 
+:      001105 p_mouse_wakeup_from_hibernate:
+0x02bc 001106 call p_mouse_load_flash_device_info 
+0x02bd 001107 fetch 1 ,mem_mouse_latest_mode 
+0x02be 001108 beq latest_mode_bt ,p_mouse_check_reconn_target 
+0x02bf 001109 beq latest_mode_24g ,p_g24_start_24g_mode 
+0x02c0 001110 jam ble_poweron_reconn_timer ,mem_mouse_poweron_bt_start_reconn_timer 
+0x02c1 001111 rtn 
+:      001113 p_mouse_check_reconn_target:
+0x02c2 001114 jam 1 ,mem_24g_stop_g24_mode 
+0x02c3 001115 call p_mouse_tx_power_init 
+0x02c4 001116 fetch 1 ,mem_xrecord_mode 
+0x02c5 001117 beq rec_3_mode ,p_mouse3_0_check_reconn_target 
+0x02c6 001118 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
+0x02c7 001119 call p_mouse_fast_conn_adv_switch_timer_reinit 
+0x02c8 001120 jam 6 ,mem_connection_options 
+0x02c9 001121 call p_mouse_check_fast_conn_adv_start 
+0x02ca 001122 branch check_51cmd_start_discovery 
+:      001127 p_mouse_tx_power_init:
+0x02cb 001128 fetch 1 ,mem_tx_power_temp 
+0x02cc 001129 store 1 ,mem_tx_power 
+0x02cd 001130 rtn 
+:      001136 p_mouse3_0_check_reconn_target:
+0x02ce 001137 fetch 6 ,mem_hci_plap 
+0x02cf 001138 branch app_bt_start_discovery_short ,blank 
+0x02d0 001139 branch mouse3_0_check_reconn_target + 3 
+:      001141 p_mouse4_0_check_reconn_target:
+0x02d1 001142 jam zcode_12 ,mem_zcode_temp_param0 
+0x02d2 001143 branch p_zcode_entrance 
+:      001151 p_mouse_init_sunt:
+0x02d3 001152 call p_mouse_spi_init 
+0x02d4 001153 call mouse_spi_sdio_gpio_pollup 
+:      001154 p_mouse_init_sensor:
+0x02d5 001155 call mouse_read_sensor_id 
+0x02d6 001156 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+0x02d7 001157 beq p3065_id1 ,p_mouse_p3065_init_param 
+0x02d8 001158 call mouse_twspi_reset 
+0x02d9 001159 nop 1000 
+0x02da 001160 branch p_mouse_init_sensor 
+:      001162 p_mouse_init_p32xx_id2_judge:
+0x02db 001163 call p_mouse_sensor_poweron 
+0x02dc 001164 fetch 1 ,mem_sensor_id2 
+0x02dd 001165 beq p_mx8650 ,p_mouse_mx8650_init_param 
+0x02de 001166 beq pka8_id2 ,p_mouse_ka8_init_param 
+0x02df 001167 beq p8009_id2 ,p_mouse_8009_init_param 
+0x02e0 001168 branch mouse_init_p32xx_id2_judge 
+:      001170 p_mouse_mx8650_init_param:
+0x02e1 001171 jam mx8650 ,mem_config_sensor_type 
+0x02e2 001172 setarg 0x8006 
+0x02e3 001173 call twspi_write 
+0x02e4 001174 call delay_10ms 
+0x02e5 001175 arg mem_sensor_8650_init ,regc 
+:      001176 p_sensor_wr_seq:
+0x02e6 001177 ifetch 2 ,regc 
+0x02e7 001178 arg 0xffff ,temp 
+0x02e8 001179 isub temp ,null 
+0x02e9 001180 rtn zero 
+0x02ea 001181 call twspi_write 
+0x02eb 001182 nop 12000 
+0x02ec 001183 increase 2 ,regc 
+0x02ed 001184 branch p_sensor_wr_seq 
+:      001186 p_mouse_ka8_init_param:
+0x02ee 001187 jam ka8 ,mem_config_sensor_type 
+0x02ef 001188 arg mem_sensor_ka8_init ,regc 
+0x02f0 001189 branch p_sensor_wr_seq 
+:      001191 p_mouse_8009_init_param:
+0x02f1 001192 setarg 0x16 
+0x02f2 001193 call twspi_read 
+0x02f3 001194 sub pdata ,0xbd ,null 
+0x02f4 001195 nbranch p_mouse_init_sensor ,zero 
+0x02f5 001196 setarg 0x19 
+0x02f6 001197 call twspi_read 
+0x02f7 001198 sub pdata ,0x55 ,null 
+0x02f8 001199 nbranch p_mouse_init_sensor ,zero 
+0x02f9 001200 setarg 0x1b 
+0x02fa 001201 call twspi_read 
+0x02fb 001202 sub pdata ,0x1d ,null 
+0x02fc 001203 nbranch p_mouse_init_sensor ,zero 
+0x02fd 001204 jam p8009 ,mem_config_sensor_type 
+0x02fe 001205 arg mem_sensor_8009_init ,regc 
+0x02ff 001206 branch p_sensor_wr_seq 
+:      001208 p_mouse_p3065_init_param:
+0x0300 001209 call p_mouse_sensor_poweron 
+0x0301 001210 fetch 1 ,mem_sensor_id2 
+0x0302 001211 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x0303 001212 jam p3065 ,mem_config_sensor_type 
+0x0304 001213 rtn 
+:      001215 p_mouse_setting_config:
+0x0305 001216 jam zcode_80 ,mem_zcode_temp_param0 
+0x0306 001217 branch p_zcode_entrance 
+:      001220 p_flash_ncs_disable:
+0x0307 001221 fetcht 1 ,mem_flash_ncs_gpio 
+0x0308 001222 branch gpio_out_inactive 
+:      001224 p_spid_init_flash:
+0x0309 001225 jam 0x40 ,core_spid_ctrl 
+0x030a 001226 jam 0x0 ,core_spid_delay 
+0x030b 001227 hfetch 1 ,core_gpio_sel1 
+0x030c 001228 set0 0 ,pdata 
+0x030d 001229 set0 1 ,pdata 
+0x030e 001230 set1 3 ,pdata 
+0x030f 001231 set0 4 ,pdata 
+0x0310 001232 hstore 1 ,core_gpio_sel1 
+0x0311 001233 setarg 0 
+0x0312 001234 store 4 ,mem_spid_tbuf 
+0x0313 001235 hfetch 1 ,core_gpio_pd3 
+0x0314 001236 set0 0 ,pdata 
+0x0315 001237 hstore 1 ,core_gpio_pd3 
+0x0316 001238 rtn 
+:      001240 p_mouse_load_flash_info_check:
+0x0317 001241 call p_flash_release_deep_power_down 
+0x0318 001242 call mouse_load_flash_flag 
+0x0319 001243 fetch 2 ,mem_store_flag 
+0x031a 001244 arg eeprom_init_flag ,temp 
+0x031b 001245 isub temp ,null 
+0x031c 001246 branch p_mouse_load_flash_device_info ,zero 
+0x031d 001247 storet 2 ,mem_store_flag 
+0x031e 001248 call mouse_ble_init_address 
+0x031f 001249 fetch 1 ,mem_config_sensor_motion 
+0x0320 001250 store 1 ,mem_mouse_dpi 
+0x0321 001251 fetch 4 ,mem_mouse_24g_addr_init 
+0x0322 001252 store 4 ,mem_mouse_24g_addr 
+0x0323 001253 store 4 ,mem_24g_addr 
+:      001254 p_mouse_store_flash_device_info:
+0x0324 001255 call p_flash_release_deep_power_down 
+0x0325 001256 call p_flash_erase_sector 
+0x0326 001257 call p_mouse_information_flash_parameters 
+0x0327 001258 call p_spid_write_flash 
+0x0328 001259 call p_wait_flash_done 
+:      001261 p_mouse_store_flash_user_data:
+0x0329 001262 call p_spid_init_flash 
+0x032a 001263 arg 7 ,temp 
+0x032b 001264 arg mem_mouse_flash_start_temp ,rega 
+0x032c 001265 arg mouse_user_data_offect ,regb 
+0x032d 001266 fetch 3 ,mem_flash_base 
+0x032e 001267 iadd regb ,pdata 
+0x032f 001268 call p_spid_write_flash 
+0x0330 001269 call p_wait_flash_done 
+0x0331 001270 call p_flash_deep_power_down 
+:      001271 p_mouse_spi_init:
+0x0332 001272 jam 0x76 ,mem_spi_init_clk 
+0x0333 001273 branch mouse_spi_init 
+:      001275 p_flash_erase_sector:
+0x0334 001276 fetch 3 ,mem_flash_base 
+0x0335 001277 store 3 ,mem_spi_write_addr 
+0x0336 001278 call flash_erase_sector + 2 
+:      001279 p_wait_flash_done:
+0x0337 001280 setarg 100000 
+0x0338 001281 call sleep 
+0x0339 001282 call spid_unlock_flash 
+0x033a 001283 setarg mem_spid_rbuf 
+0x033b 001284 hstore 2 ,core_spid_rxaddr 
+0x033c 001285 setarg flash_read_satus 
+0x033d 001286 call spid_read_reg 
+0x033e 001287 bbit1 flash_status_wip ,p_wait_flash_done 
+0x033f 001288 rtn 
+:      001290 p_spid_write_flash:
+0x0340 001291 copy pdata ,regc 
+0x0341 001292 copy rega ,pdata 
+0x0342 001293 increase -4 ,pdata 
+0x0343 001294 copy pdata ,regb 
+0x0344 001295 ifetch 4 ,regb 
+0x0345 001296 store 4 ,mem_write_flash_head_temp 
+0x0346 001297 copy regc ,pdata 
+0x0347 001298 call spid_write_flash 
+0x0348 001299 fetch 4 ,mem_write_flash_head_temp 
+0x0349 001300 istore 4 ,regb 
+0x034a 001301 rtn 
+:      001303 p_mouse_information_flash_parameters:
+0x034b 001304 setarg mem_mouse_information_end 
+0x034c 001305 arg mem_mouse_information_start ,temp 
+0x034d 001306 isub temp ,temp 
+0x034e 001307 fetch 3 ,mem_flash_base 
+0x034f 001308 arg mem_mouse_information_start ,rega 
+0x0350 001309 rtn 
+:      001311 p_mouse_read_flash:
+0x0351 001312 call p_flash_release_deep_power_down 
+0x0352 001313 call p_mouse_information_flash_parameters 
+0x0353 001314 branch spid_read_flash 
+:      001316 p_mouse_load_flash_device_info:
+0x0354 001317 call p_mouse_read_flash 
+0x0355 001318 call p_mouse_load_flash_user_data 
+0x0356 001321 call mouse_select_btdevice 
+0x0357 001322 call mouse_select_reconn_device 
+0x0358 001323 fetch 4 ,mem_mouse_24g_addr 
+0x0359 001324 store 4 ,mem_24g_addr 
+0x035a 001325 rtn 
+:      001327 p_flash_deep_power_down:
+0x035b 001328 jam flash_command_deep_power_down ,mem_temp 
+:      001329 p_spid_write_flash_cmd:
+0x035c 001330 call p_spid_init_flash 
+0x035d 001331 call delay_nop100 
+0x035e 001332 call spid_unlock_flash 
+0x035f 001333 arg mem_write_flash_head_temp ,rega 
+0x0360 001334 fetcht 1 ,mem_temp 
+0x0361 001335 call spid_write_flash_common 
+0x0362 001336 branch delay_nop100 
+:      001338 p_flash_release_deep_power_down:
+0x0363 001339 jam flash_command_release_deep_power_down ,mem_temp 
+0x0364 001340 branch p_spid_write_flash_cmd 
+:      001342 p_mouse_fast_conn_disable:
+0x0365 001343 jam 0x5a ,mem_mouse_fast_conn_flag 
+0x0366 001344 rtn 
+:      001345 p_mouse_fast_conn_le_switch_adv:
+0x0367 001346 jam 1 ,mem_le_switch_adv_timer 
+0x0368 001347 jam 1 ,mem_le_switch_adv_flag 
+:      001348 p_mouse_fast_conn_init:
+0x0369 001349 jam 0xff ,mem_mouse_fast_conn_flag 
+0x036a 001350 fetch 6 ,mem_24g_allpowerful_addr 
+0x036b 001351 store 6 ,mem_le_lap 
+0x036c 001352 rtn 
+:      001355 p_mouse_load_flash_user_data:
+0x036d 001356 call p_flash_release_deep_power_down 
+0x036e 001357 arg 7 ,temp 
+0x036f 001358 arg mem_mouse_flash_start_temp ,rega 
+0x0370 001359 arg mouse_user_data_offect ,regb 
+0x0371 001360 fetch 3 ,mem_flash_base 
+0x0372 001361 iadd regb ,pdata 
+0x0373 001362 branch spid_read_flash 
+:      001392 p_mouse_start_24g_mode:
+0x0374 001395 fetch 1 ,mem_power_on_flag 
+0x0375 001396 bbit1 2 ,p_g24_start_24g_mode 
+:      001397 p_mouse_start_24g_pair:
+0x0376 001398 fetch 4 ,mem_mouse_24g_addr_init 
+0x0377 001399 store 4 ,mem_24g_addr 
+0x0378 001400 call p_mouse_store_flash_device_info 
+:      001401 p_g24_auto_pair_start:
+0x0379 001402 jam zcode_41 ,mem_zcode_temp_param0 
+0x037a 001403 branch p_zcode_entrance 
+:      001405 p_mouse_g24_package_data:
+0x037b 001406 call mouse_g24_package_data 
+0x037c 001407 fetch 2 ,mem_mouse_z 
+0x037d 001408 rtn blank 
+:      001409 p_g24_transmit_by_interrupt_enable:
+0x037e 001410 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0x037f 001411 setarg 0 
+0x0380 001412 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x0381 001413 rtn 
+:      001415 p_mouse_le_txbuff_save:
+0x0382 001416 arg mem_le_tx_buffer0 ,contr 
+0x0383 001417 arg mem_le_tx_buffer0_omemalloc ,contw 
+0x0384 001418 call p_mouse_le_txbuff_copy 
+0x0385 001419 arg mem_le_tx_buffer1 ,contr 
+0x0386 001420 call p_mouse_le_txbuff_copy 
+0x0387 001421 arg mem_le_tx_buffer2 ,contr 
+0x0388 001422 call p_mouse_le_txbuff_copy 
+0x0389 001423 arg mem_le_tx_buffer3 ,contr 
+:      001424 p_mouse_le_txbuff_copy:
+0x038a 001425 arg 27 ,loopcnt 
+0x038b 001426 branch memcpy 
+:      001428 p_mouse_le_txbuff_load:
+0x038c 001429 arg mem_le_tx_buffer0_omemalloc ,contr 
+0x038d 001430 arg mem_le_tx_buffer0 ,contw 
+0x038e 001431 call p_mouse_le_txbuff_copy 
+0x038f 001432 arg mem_le_tx_buffer1 ,contw 
+0x0390 001433 call p_mouse_le_txbuff_copy 
+0x0391 001434 arg mem_le_tx_buffer2 ,contw 
+0x0392 001435 call p_mouse_le_txbuff_copy 
+0x0393 001436 arg mem_le_tx_buffer3 ,contw 
+0x0394 001437 branch p_mouse_le_txbuff_copy 
+:      001440 p_mouse_le_current_mult_update:
+0x0395 001441 jam 0 ,mem_lpm_mult 
+0x0396 001442 jam 30 ,mem_mouse_le_current_mult_timer 
+0x0397 001443 rtn 
+:      001445 p_mouse_data_xy_release:
+0x0398 001446 fetch 1 ,mem_mouse_long_mult_flag 
+0x0399 001447 rtnne 1 
+0x039a 001448 setarg 0 
+0x039b 001449 store 1 ,mem_mouse_long_mult_flag 
+0x039c 001450 store 4 ,mem_mouse_x 
+0x039d 001451 branch p_mouse_init_sensor_reset 
+:      001453 p_mouse_sensor_poweron:
+0x039e 001454 call p_mouse_spi_init 
+0x039f 001455 arg mem_sensor_poweron_init ,regc 
+0x03a0 001456 call p_sensor_wr_seq 
+:      001457 p_mouse_dpi_config:
+0x03a1 001458 fetch 1 ,mem_mouse_dpi 
+0x03a2 001459 bne 0xff ,p_mouse_seting_dpi 
+:      001460 p_mouse_dpi_config_default:
+0x03a3 001461 fetch 1 ,mem_config_sensor_motion 
+0x03a4 001462 store 1 ,mem_mouse_dpi 
+0x03a5 001463 branch p_mouse_seting_dpi 
+:      001465 p_mouse_le:
+0x03a6 001466 call le_fifo_check_nearly_full 
+0x03a7 001467 nrtn blank 
+0x03a8 001468 fetch 1 ,mem_mouse_fast_conn_flag 
+0x03a9 001469 beq 0xff ,p_mouse_le_next 
+0x03aa 001470 fetch 1 ,mem_le_connect_status_flag 
+0x03ab 001471 and pdata ,0x03 ,pdata 
+0x03ac 001472 rtnne 0x03 
+:      001473 p_mouse_le_next:
+0x03ad 001474 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x03ae 001475 call p_mouse_clear_sensor_data ,blank 
+0x03af 001476 fetch mouse_flag_len ,mem_mouse_flag 
+0x03b0 001477 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x03b1 001478 call mouse_motion 
+0x03b2 001479 nrtn user 
+0x03b3 001480 call p_mouse_le_current_mult_update 
+0x03b4 001481 call p_mouse_data_xy_release 
+0x03b5 001482 call p_mouse_wheel_trigger 
+:      001483 p_mouse_data_push:
+0x03b6 001484 arg mem_mouse_key ,rega 
+0x03b7 001485 call queue_push 
+0x03b8 001486 call p_mouse_queue_increase ,user 
+0x03b9 001488 rtn 
+:      001490 p_mouse_data_init:
+0x03ba 001491 jam 7 ,mem_mouse_data_queue 
+0x03bb 001492 jam 4 ,mem_mouse_data_queue + 1 
+0x03bc 001493 setarg mem_mouse_data_queue 
+0x03bd 001494 store 2 ,mem_queue_ptr 
+0x03be 001495 branch queue_init 
+:      001497 p_mouse_queue_increase:
+0x03bf 001498 fetch 1 ,mem_mouse_data_queue_num 
+0x03c0 001499 increase 1 ,pdata 
+0x03c1 001500 store 1 ,mem_mouse_data_queue_num 
+0x03c2 001501 rtn 
+:      001503 p_mouse_data_pull:
+0x03c3 001504 arg mem_mouse_key ,rega 
+0x03c4 001505 call queue_pop 
+0x03c5 001506 branch p_mouse_fill_data_le ,user 
+0x03c6 001507 rtn 
+:      001509 p_mouse_fill_data_le:
+0x03c7 001510 call le_clear_md 
+0x03c8 001511 fetch 1 ,mem_mouse_data_queue_num 
+0x03c9 001512 sub pdata ,1 ,null 
+0x03ca 001513 ncall le_set_md ,positive 
+0x03cb 001514 fetch 1 ,mem_mouse_data_queue_num 
+0x03cc 001515 rtn blank 
+0x03cd 001516 increase -1 ,pdata 
+0x03ce 001517 store 1 ,mem_mouse_data_queue_num 
+0x03cf 001518 branch mouse_fill_data_le 
+:      001521 p_mouse_wheel_trigger:
+0x03d0 001522 fetch 2 ,mem_mouse_z 
+0x03d1 001523 rtn blank 
+0x03d2 001524 jam 1 ,mem_mouse_wheel_trigger 
+0x03d3 001525 jam 10 ,mem_mouse_wheel_trigger_timer 
+0x03d4 001526 rtn 
+:      001528 p_mouse_clear_sensor_data:
+0x03d5 001529 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x03d6 001530 call le_set_config_more_data 
+:      001531 p_mouse_init_sensor_reset:
+0x03d7 001532 jam 1 ,mem_mouse_init_sensor_reset_flag 
+0x03d8 001533 branch p_mouse_init_sunt 
+:      001535 p_mouse_bt:
+0x03d9 001536 rtn attempt 
+0x03da 001537 fetch 1 ,mem_app_handshake_flag 
+0x03db 001538 rtn blank 
+0x03dc 001539 call l2cap_malloc_is_fifo_nearly_full 
+0x03dd 001540 nrtn blank 
+0x03de 001541 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x03df 001542 call p_mouse_clear_sensor_data ,blank 
+0x03e0 001543 fetch mouse_flag_len ,mem_mouse_flag 
+0x03e1 001544 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+0x03e2 001545 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
+0x03e3 001546 call mouse_motion 
+0x03e4 001547 nrtn user 
+0x03e5 001548 call p_mouse_le_current_mult_update 
+0x03e6 001549 call p_mouse_data_xy_release 
+0x03e7 001550 call p_mouse_wheel_trigger 
+0x03e8 001551 fetch 1 ,mem_mouse_bt_boot_mode 
+0x03e9 001552 beq 1 ,p_mouse_send_data_boot_mode 
+0x03ea 001553 fetch 1 ,mem_mouse_bt_send_first_package_flag 
+0x03eb 001554 rtn blank 
+0x03ec 001555 branch mouse_send_data 
+:      001557 p_mouse_send_data_boot_mode:
+0x03ed 001558 fetch 1 ,mem_mouse_key 
+0x03ee 001559 store 1 ,mem_mouse_bt_boot_data 
+0x03ef 001560 fetch 1 ,mem_mouse_x 
+0x03f0 001561 istore 1 ,contw 
+0x03f1 001562 fetch 1 ,mem_mouse_y 
+0x03f2 001563 istore 1 ,contw 
+0x03f3 001564 fetch 2 ,mem_mouse_z 
+0x03f4 001565 istore 2 ,contw 
+0x03f5 001567 arg 7 ,rega 
+0x03f6 001568 call hid_malloc_tx_buff 
+0x03f7 001569 fetch 2 ,mem_hid_int_remote_cid 
+0x03f8 001570 istore 2 ,contw 
+0x03f9 001571 setarg 0x02a1 
+0x03fa 001572 istore 2 ,contw 
+0x03fb 001573 fetch 5 ,mem_mouse_bt_boot_data 
+0x03fc 001574 istore 5 ,contw 
+0x03fd 001575 rtn 
+:      001578 p_mouse_idle:
+0x03fe 001579 call ui_check_paring_button 
+0x03ff 001580 call p_mouse_dpi_check 
+0x0400 001581 branch mouse_wheel_check 
+:      001583 p_mouse_dpi_check:
+0x0401 001584 fetcht 1 ,mem_dpi_button_gpio 
+0x0402 001585 call p_gpio_set_input_pd 
+0x0403 001586 fetcht 1 ,mem_dpi_button_gpio 
+0x0404 001587 call gpio_get_bit 
+0x0405 001588 branch p_mouse_dpi_up ,true 
+0x0406 001589 call p_gpio_set_input_pu 
+:      001590 p_mouse_dpi_down:
+0x0407 001591 fetch 1 ,mem_mouse_dpi_button_state 
+0x0408 001592 rtneq dpi_button_state_down 
+0x0409 001593 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x040a 001594 fetch 1 ,mem_mouse_dpi 
+0x040b 001595 increase 1 ,pdata 
+0x040c 001596 and pdata ,0x03 ,pdata 
+0x040d 001597 store 1 ,mem_mouse_dpi 
+0x040e 001601 branch mouse_seting_dpi 
+:      001602 p_mouse_dpi_up:
+0x040f 001603 call p_gpio_set_input_pu 
+0x0410 001604 branch mouse_dpi_up 
+:      001606 p_mouse_priority_bb_event:
+0x0411 001607 copy regc ,pdata 
+0x0412 001608 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0x0413 001609 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0x0414 001610 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
+0x0415 001611 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0x0416 001612 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0x0417 001613 beq bt_evt_reconn_failed ,p_mouse_bb_event_reconn_failed 
+0x0418 001614 beq bt_evt_reconn_page_timeout ,p_mouse_bb_event_reconn_timeout 
+0x0419 001615 beq bt_evt_switch_not_accept ,app_bt_role_switch 
+0x041a 001616 beq bt_evt_sniff_not_accept ,p_mouse_sniff_not_accept 
+0x041b 001617 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+0x041c 001618 beq bt_evt_bb_disconnected ,p_mouse_bb_event_disconnected 
+0x041d 001619 beq bt_evt_switch_success_master ,p_mouse_enter_sniff_check 
+0x041e 001620 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0x041f 001621 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0x0420 001622 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0x0421 001623 branch mouse_priority_bb_event + 1 
+:      001625 p_mouse_le_bb_event_connected:
+0x0422 001626 call p_mouse_init_sensor_reset 
+0x0423 001627 call mouse_le_bb_event_connected 
+0x0424 001628 setarg 0 
+0x0425 001629 store 3 ,mem_le_switch_adv_flag 
+0x0426 001630 fetch 6 ,mem_mouse_24g_addr_init 
+0x0427 001631 fetcht 6 ,mem_device1_addr 
+0x0428 001632 isub temp ,null 
+0x0429 001633 ncall p_mouse_fast_conn_disable ,zero 
+0x042a 001634 call app_ble_store_reconn_info 
+0x042b 001635 jam latest_mode_bt ,mem_mouse_latest_mode 
+0x042c 001636 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x042d 001637 nbranch p_mouse_le_bb_event_connected_next ,blank 
+0x042e 001638 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+:      001639 p_mouse_le_bb_event_connected_next:
+0x042f 001640 jam 0 ,mem_mouse_poweron_bt_start_reconn_timer 
+0x0430 001641 jam 0 ,mem_mouse_le_adv_start 
+0x0431 001642 jam 1 ,mem_mouse_le_bb_connected_flag 
+0x0432 001643 jam 0 ,mem_mouse_le_not_tx_disconn 
+0x0433 001644 jam 0 ,mem_mouse_start_discovery_enable 
+0x0434 001645 call p_g24_check_51cmd_stop_24g 
+0x0435 001646 branch p_mouse_data_init 
+:      001649 p_mouse_le_bb_disconnected:
+0x0436 001650 call p_mouse_sensor_powerdown_check 
+0x0437 001651 jam zcode_a2 ,mem_zcode_temp_param0 
+0x0438 001652 branch p_zcode_entrance 
+:      001654 p_mouse_le_enc_info:
+:      001655 p_app_updata_le_param:
+0x0439 001656 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x043a 001657 branch ui_ipc_send_cmd 
+:      001659 p_mouse_le_ll_start_encryt:
+0x043b 001660 jam zcode_b3 ,mem_zcode_temp_param0 
+0x043c 001661 branch p_zcode_entrance 
+:      001663 p_mouse_le_conn_param_update_rsp_recieved:
+0x043d 001664 jam zcode_a1 ,mem_zcode_temp_param0 
+0x043e 001665 branch p_zcode_entrance 
+:      001668 p_mouse_bb_event_reconn_timeout:
+:      001669 p_mouse_bb_event_reconn_failed:
+0x043f 001670 jam zcode_a3 ,mem_zcode_temp_param0 
+0x0440 001671 branch p_zcode_entrance 
+:      001673 p_mouse_irtual_cable_unplug:
+0x0441 001674 jam zcode_70 ,mem_zcode_temp_param0 
+0x0442 001675 branch p_zcode_entrance 
+:      001677 p_mouse_sniff_not_accept:
+0x0443 001678 jam zcode_b1 ,mem_zcode_temp_param0 
+0x0444 001679 branch p_zcode_entrance 
+:      001681 p_mouse_bb_event_connected:
+0x0445 001682 call p_mouse_store_eeprom_enable 
+0x0446 001683 call p_mouse_init_sensor_reset 
+0x0447 001684 setarg 0 
+0x0448 001685 store 3 ,mem_le_switch_adv_flag 
+0x0449 001686 jam latest_mode_bt ,mem_mouse_latest_mode 
+0x044a 001687 jam 0 ,mem_mouse_poweron_bt_start_reconn_timer 
+0x044b 001688 jam 0 ,mem_mouse_le_not_tx_disconn 
+0x044c 001689 jam 0 ,mem_mouse_start_discovery_enable 
+0x044d 001690 call p_g24_check_51cmd_stop_24g 
+0x044e 001691 call p_mouse_null_enter_hibernate_disable 
+0x044f 001692 jam 0 ,mem_mouse_send_switch_req_timer 
+0x0450 001693 branch mouse_stop_discovery 
+:      001696 p_mouse_bb_event_disconnected:
+0x0451 001697 call p_mouse_sensor_powerdown_check 
+0x0452 001698 jam zcode_b4 ,mem_zcode_temp_param0 
+0x0453 001699 branch p_zcode_entrance 
+:      001701 p_mouse_enter_sniff_check:
+0x0454 001702 jam zcode_b2 ,mem_zcode_temp_param0 
+0x0455 001703 branch p_zcode_entrance 
+:      001705 p_mouse_24g_pairing_complete:
+0x0456 001706 call p_g24_transmit_by_interrupt_enable 
+0x0457 001707 call p_mouse_init_sensor_reset 
+0x0458 001708 jam zcode_50 ,mem_zcode_temp_param0 
+0x0459 001709 branch p_zcode_entrance 
+:      001711 p_mouse_24g_attempt_fail:
+0x045a 001712 call p_mouse_sensor_powerdown_check 
+0x045b 001713 jam zcode_51 ,mem_zcode_temp_param0 
+0x045c 001714 branch p_zcode_entrance 
+:      001717 p_mouse_24g_attempt_success:
+0x045d 001718 call p_mouse_init_sensor_reset 
+0x045e 001719 jam zcode_52 ,mem_zcode_temp_param0 
+0x045f 001720 branch p_zcode_entrance 
+:      001722 p_mouse_before_hibernate:
+0x0460 001723 call p_mouse_sensor_powerdown_check 
+0x0461 001724 jam zcode_a0 ,mem_zcode_temp_param0 
+0x0462 001725 branch p_zcode_entrance 
+:      001727 p_mouse_sensor_powerdown_check:
+0x0463 001728 fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0x0464 001729 rtn blank 
+0x0465 001730 jam 0 ,mem_mouse_init_sensor_reset_flag 
+:      001731 p_mouse_sensor_powerdown:
+0x0466 001732 call p_mouse_init_sunt 
+0x0467 001733 setarg 0x06 
+0x0468 001734 call twspi_read 
+0x0469 001735 or pdata ,0x08 ,pdata 
+0x046a 001736 lshift8 pdata ,pdata 
+0x046b 001737 add pdata ,0x06 ,pdata 
+0x046c 001738 branch twspi_write 
+:      001741 p_mouse_bb_event_timer:
+0x046d 001742 call p_mouse_le_switch_adv_timer 
+0x046e 001743 call p_mouse_multi_led_blink_timer 
+0x046f 001744 call p_mouse_wheel_trigger_timer 
+0x0470 001745 call p_mouse_null_enter_hibernate_timer 
+0x0471 001746 call p_mouse_bt_discovery_check 
+0x0472 001747 call mouse_check_discovery_timeout_timer 
+0x0473 001749 call p_mouse_g24_long_sleep_param_update_timer 
+0x0474 001750 call p_mouse_g24_stop_mode_timeout_timer 
+0x0475 001751 call p_mouse_check_direct_timeout_timer 
+0x0476 001752 call p_mouse_le_enable_att_list_timer 
+0x0477 001753 call p_le_send_smp_security_request_timer 
+0x0478 001754 call p_mouse_le_current_mult_update_timer 
+0x0479 001755 call p_mouse_send_switch_req_timer 
+0x047a 001756 call mouse_check_hid_handshake_timer 
+0x047b 001757 call p_mouse_bt_check_sniff_req_timeout_timer 
+0x047c 001758 call p_mouse_poweron_bt_start_reconn_timer 
+0x047d 001759 branch mouse_check_no_data_timeout_timer 
+:      001761 p_mouse_poweron_bt_start_reconn_timer:
+0x047e 001762 arg mem_mouse_poweron_bt_start_reconn_timer ,regc 
+0x047f 001763 arg p_mouse_check_reconn_target ,regb 
+0x0480 001764 branch timer_single_step 
+:      001781 p_mouse_le_switch_adv_timer:
+0x0481 001782 fetch 1 ,mem_le_switch_adv_flag 
+0x0482 001783 rtn blank 
+0x0483 001784 arg mem_le_switch_adv_timer ,regc 
+0x0484 001785 arg p_mouse_le_switch_adv ,regb 
+0x0485 001786 branch timer_single_step 
+:      001787 p_mouse_le_switch_adv:
+0x0486 001788 jam 1 ,mem_le_switch_adv_timer 
+0x0487 001789 fetch 1 ,mem_le_switch_adv_count 
+0x0488 001790 increase 1 ,pdata 
+0x0489 001791 and_into 1 ,pdata 
+0x048a 001792 store 1 ,mem_le_switch_adv_count 
+0x048b 001793 beq 0 ,p_mouse_check_fast_conn_adv_start1 
+:      001794 p_check_51cmd_adv:
+0x048c 001795 fetch 6 ,mem_le_normal_lap 
+0x048d 001796 store 6 ,mem_le_lap 
+0x048e 001797 call p_mouse_le_adv_data_update 
+0x048f 001798 branch check_51cmd_adv 
+:      001800 p_mouse_le_adv_data_update:
+0x0490 001801 jam 0x1f ,mem_le_adv_data_len 
+0x0491 001802 jam 0x1f ,mem_le_scan_data_len 
+0x0492 001803 call p_mouse_store_eeprom_enable 
+0x0493 001804 arg mem_le_adv_swift_pair ,contr 
+:      001805 p_le_adv_data_update:
+0x0494 001806 arg mem_le_adv_data + 11 ,contw 
+0x0495 001807 arg 19 ,loopcnt 
+0x0496 001808 call memcpy 
+0x0497 001809 branch le_modified_name_adv 
+:      001811 p_mouse_store_eeprom_enable:
+0x0498 001812 arg mouse_store_eeprom_flag ,queue 
+0x0499 001813 branch mouse_enable_function_flag 
+:      001815 p_mouse_check_fast_conn_adv_start:
+:      001816 p_mouse_check_fast_conn_adv_start1:
+0x049a 001817 jam 0 ,mem_le_adv_data_len 
+0x049b 001818 jam 0 ,mem_le_scan_data_len 
+0x049c 001819 arg mouse_store_eeprom_flag ,queue 
+0x049d 001820 call mouse_disable_function_flag 
+0x049e 001821 branch p_mouse_fast_conn_init 
+:      001824 p_mouse_g24_long_sleep_param_update_timer:
+0x049f 001825 arg mem_24g_long_sleep_param_update_timer ,regc 
+0x04a0 001826 arg p_mouse_g24_long_sleep_normal_param ,regb 
+0x04a1 001827 branch timer_single_step 
+:      001828 p_mouse_g24_long_sleep_normal_param:
+0x04a2 001829 setarg g24_long_sleep_step3 
+0x04a3 001830 store 3 ,mem_24g_enter_hibernate 
+:      001831 p_mouse_long_mult_flag_enable:
+0x04a4 001832 jam 1 ,mem_mouse_long_mult_flag 
+0x04a5 001833 rtn 
+:      001835 p_mouse_g24_stop_mode_timeout_timer:
+0x04a6 001836 arg mem_24g_stop_g24_mode_timeout ,regc 
+0x04a7 001837 arg p_mouse_g24_stop_mode_timeout ,regb 
+0x04a8 001838 branch timer_single_step_2b 
+:      001839 p_mouse_g24_stop_mode_timeout:
+0x04a9 001840 jam 1 ,mem_24g_stop_g24_mode 
+0x04aa 001841 fetch 1 ,mem_le_switch_adv_flag 
+0x04ab 001842 nbranch p_mouse_wait_g24_led_off ,blank 
+0x04ac 001846 rtn 
+:      001848 p_mouse_wait_g24_led_off:
+0x04ad 001849 jam 1 ,mem_24g_stop_g24_mode_timeout 
+0x04ae 001850 fetch 1 ,mem_mouse_multi_led_blink_poweron3s_flag 
+0x04af 001851 nrtn blank 
+0x04b0 001852 jam 0 ,mem_24g_stop_g24_mode_timeout 
+0x04b1 001854 rtn 
+:      001857 p_mouse_send_switch_req_timer:
+0x04b2 001858 arg mem_mouse_send_switch_req_timer ,regc 
+0x04b3 001859 arg host_create_conn_resend ,regb 
+0x04b4 001860 branch timer_single_step 
+:      001862 p_mouse_bt_check_sniff_req_timeout_timer:
+0x04b5 001863 arg mem_mouse_bt_send_first_package_timer ,regc 
+0x04b6 001864 arg p_mouse_bt_send_first_package ,regb 
+0x04b7 001865 branch timer_single_step 
+:      001866 p_mouse_bt_send_first_package:
+0x04b8 001867 jam 1 ,mem_mouse_bt_send_first_package_flag 
+0x04b9 001868 rtn 
+:      001871 p_mouse_check_direct_timeout_timer:
+0x04ba 001872 arg mem_mouse_direct_timer ,regc 
+0x04bb 001873 arg p_mouse_check_direct_timeout ,regb 
+0x04bc 001874 branch timer_single_step_2b 
+:      001875 p_mouse_check_direct_timeout:
+0x04bd 001876 jam 1 ,mem_mouse_le_not_tx_disconn 
+0x04be 001877 call p_mouse_long_button_bt_normal_discovery 
+0x04bf 001878 branch p_mouse_bt_discovery_button_up_init 
+:      001880 p_mouse_le_enable_att_list_timer:
+0x04c0 001881 arg mem_le_start_encrypt_timer ,regc 
+0x04c1 001882 arg mouse_le_write_enable ,regb 
+0x04c2 001883 branch timer_single_step 
+:      001885 p_le_send_smp_security_request_timer:
+0x04c3 001886 fetch 1 ,mem_mouse_le_bb_connected_flag 
+0x04c4 001887 rtn blank 
+0x04c5 001888 arg mem_mouse_send_secutiry_request_timer ,regc 
+0x04c6 001889 arg p_le_pairing_sm_start_check ,regb 
+0x04c7 001890 branch timer_single_step 
+:      001891 p_le_pairing_sm_start_check:
+0x04c8 001892 fetch 1 ,mem_le_send_security_request_flag 
+0x04c9 001893 nrtn blank 
+0x04ca 001894 branch le_pairing_sm_start 
+:      001896 p_mouse_le_current_mult_update_timer:
+0x04cb 001897 arg mem_mouse_le_current_mult_timer ,regc 
+0x04cc 001898 arg p_mouse_le_current_mult_reinit ,regb 
+0x04cd 001899 branch timer_single_step 
+:      001900 p_mouse_le_current_mult_reinit:
+0x04ce 001901 fetch 1 ,mem_lpm_mult_init 
+0x04cf 001902 store 1 ,mem_lpm_mult 
+0x04d0 001903 branch p_mouse_long_mult_flag_enable 
+:      001905 p_mouse_wheel_trigger_timer:
+0x04d1 001906 arg mem_mouse_wheel_trigger_timer ,regc 
+0x04d2 001907 arg p_mouse_wheel_trigger_disable ,regb 
+0x04d3 001908 branch timer_single_step 
+:      001909 p_mouse_wheel_trigger_disable:
+0x04d4 001910 jam 0 ,mem_mouse_wheel_trigger 
+0x04d5 001911 rtn 
+:      001913 p_mouse_bt_discovery_check:
+:      001914 p_mouse_bt_discovery_commbination_key:
+0x04d6 001915 fetch 1 ,mem_mouse_dpi_button_state 
+0x04d7 001916 branch p_mouse_bt_discovery_commbination_key_down ,blank 
+0x04d8 001917 call p_mouse_check_key_gpio 
+0x04d9 001918 beq mouse_lmr_button ,p_mouse_bt_discovery_commbination_key_down 
+:      001919 p_mouse_bt_discovery_commbination_key_up:
+0x04da 001920 fetch 1 ,mem_ui_button_timeout 
+0x04db 001921 store 1 ,mem_combination_ui_button_count 
+0x04dc 001922 fetch 1 ,mem_bt_discovey_button_statue 
+0x04dd 001923 rtneq dpi_button_state_up 
+0x04de 001924 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+:      001925 p_mouse_bt_discovery_button_up_init:
+0x04df 001926 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x04e0 001927 call mouse_disable_function_flag 
+0x04e1 001928 branch mouse_bt_discovery_button_down_disable 
+:      001929 p_mouse_bt_discovery_commbination_key_down:
+0x04e2 001930 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+0x04e3 001931 call p_mouse_bt_discovery_timer 
+0x04e4 001932 branch mouse_bt_discovery_commbination_key_down + 1 
+:      001934 p_mouse_bt_discovery_timer:
+0x04e5 001935 arg mem_combination_ui_button_count ,regc 
+0x04e6 001936 arg p_mouse_long_button_bt_discovery ,regb 
+0x04e7 001937 branch timer_single_step 
+:      001938 p_mouse_long_button_bt_discovery:
+0x04e8 001939 fetch 1 ,mem_le_switch_adv_flag 
+0x04e9 001940 nbranch p_mouse_fast_conn_adv_switch_timer_reinit ,blank 
+:      001941 p_mouse_long_button_bt_normal_discovery:
+0x04ea 001942 isolate1 mark_24g ,mark 
+0x04eb 001943 call p_mouse_le_adv_start ,true 
+0x04ec 001944 fetch 1 ,mem_mouse_latest_mode 
+0x04ed 001945 sub pdata ,latest_mode_null ,null 
+0x04ee 001946 call p_mouse_le_adv_start ,zero 
+0x04ef 001948 call p_mouse_le_adv_data_update 
+0x04f0 001949 fetch 2 ,mem_ui_state_map 
+0x04f1 001950 isolate1 ui_state_bt_reconnect ,pdata 
+0x04f2 001951 call mouse_cancel_reconnect ,true 
+0x04f3 001952 arg mouse_bt_discovery_button_long_down_flag ,queue 
+0x04f4 001953 call mouse_enable_function_flag 
+0x04f5 001954 branch mouse_long_button_bt_discovry 
+:      001956 p_mouse_le_adv_start:
+0x04f6 001957 jam 1 ,mem_mouse_le_adv_start 
+0x04f7 001958 rtn 
+:      001960 p_mouse_fast_conn_adv_switch_timer_reinit:
+0x04f8 001961 fetch 2 ,mem_discovery_timeout 
+0x04f9 001962 store 2 ,mem_mouse_discovery_timer 
+0x04fa 001963 rtn 
+:      001965 p_mouse_null_enter_hibernate_timer:
+0x04fb 001966 fetch 1 ,mem_mouse_null_enter_hibernate_flag 
+0x04fc 001967 rtn blank 
+0x04fd 001968 arg mem_mouse_null_enter_hibernate_timer ,regc 
+0x04fe 001969 arg p_mouse_null_enter_hibernate ,regb 
+0x04ff 001970 branch timer_single_step 
+:      001971 p_mouse_null_enter_hibernate:
+0x0500 001972 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0x0501 001973 branch app_enter_hibernate 
+:      001975 p_mouse_null_enter_hibernate_disable:
+0x0502 001976 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0x0503 001977 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+0x0504 001978 rtn 
+:      002088 p_mouse_multi_led_blink_timer:
+0x0505 002089 fetch 1 ,mem_mouse_discovery_timer 
+0x0506 002090 rtn blank 
+0x0507 002091 bbit1 2 ,p_mouse_multi_led_on 
+0x0508 002092 branch p_mouse_multi_led_off 
+:      002095 p_mouse_multi_led_on:
+0x0509 002096 fetcht 1 ,mem_mouse_multi_led_gpio 
+0x050a 002097 call gpio_config_output 
+0x050b 002098 fetcht 1 ,mem_mouse_multi_led_gpio 
+0x050c 002099 branch gpio_out_inactive 
+:      002101 p_mouse_multi_led_off:
+0x050d 002102 fetcht 1 ,mem_mouse_multi_led_gpio 
+0x050e 002103 call gpio_config_output 
+0x050f 002104 fetcht 1 ,mem_mouse_multi_led_gpio 
+0x0510 002105 branch gpio_out_active 
+:      002108 p_mouse_seting_dpi:
+:      002109 p_mouse_seting_sensor_type:
+:      002117 p_mouse_seting_320x_dpi:
+0x0511 002118 fetch 1 ,mem_mouse_dpi 
+0x0512 002119 sub pdata ,mouse_dpi_level2 ,null 
+0x0513 002120 call p_mouse_320x_dpi_recount ,zero 
+0x0514 002121 fetch 1 ,mem_mouse_dpi 
+0x0515 002122 beq mouse_dpi_level1 ,p_mouse_set_cpi1 
+0x0516 002123 beq mouse_dpi_level4 ,p_mouse_set_cpi4 
+:      002124 p_mouse_set_cpi3:
+0x0517 002125 fetch 1 ,mem_config_sensor_type 
+0x0518 002127 beq p3065_xy ,p_mouse_3065xy_set_cpi3 
+0x0519 002128 beq mx8650 ,p_mouse_3065xy_set_cpi3 
+0x051a 002129 beq ka8 ,p_mouse_ka8_set_cpi3 
+:      002130 p_mouse_320x_set_cpi3:
+0x051b 002131 fetch 1 ,mem_320x_dpi_3 
+:      002132 p_mouse_dpi_store:
+0x051c 002133 store 1 ,mem_mouse_cpi_count 
+0x051d 002134 branch mouse_p3205_dpi + 3 
+:      002135 p_mouse_320x_dpi_recount:
+0x051e 002136 jam mouse_dpi_level3 ,mem_mouse_dpi 
+0x051f 002137 rtn 
+:      002139 p_mouse_set_cpi1:
+0x0520 002140 fetch 1 ,mem_config_sensor_type 
+0x0521 002142 beq p3065_xy ,p_mouse_3065xy_set_cpi1 
+0x0522 002143 beq mx8650 ,p_mouse_3065xy_set_cpi1 
+0x0523 002144 beq ka8 ,p_mouse_ka8_set_cpi1 
+:      002145 p_mouse_320x_set_cpi1:
+0x0524 002146 fetch 1 ,mem_320x_dpi_1 
+0x0525 002147 branch p_mouse_dpi_store 
+:      002149 p_mouse_set_cpi4:
+0x0526 002150 fetch 1 ,mem_config_sensor_type 
+0x0527 002152 beq p3065_xy ,p_mouse_3065xy_set_cpi4 
+0x0528 002153 beq mx8650 ,p_mouse_3065xy_set_cpi4 
+0x0529 002154 beq ka8 ,p_mouse_ka8_set_cpi4 
+:      002155 p_mouse_320x_set_cpi4:
+0x052a 002156 fetch 1 ,mem_320x_dpi_4 
+0x052b 002157 branch p_mouse_dpi_store 
+:      002159 p_mouse_3065xy_set_cpi3:
+0x052c 002160 fetch 1 ,mem_3065xy_dpi_3 
+0x052d 002161 branch p_mouse_dpi_store 
+:      002162 p_mouse_3065xy_set_cpi1:
+0x052e 002163 fetch 1 ,mem_3065xy_dpi_1 
+0x052f 002164 branch p_mouse_dpi_store 
+:      002165 p_mouse_3065xy_set_cpi4:
+0x0530 002166 fetch 1 ,mem_3065xy_dpi_4 
+0x0531 002167 branch p_mouse_dpi_store 
+:      002169 p_mouse_ka8_set_cpi3:
+0x0532 002170 fetch 1 ,mem_320x_dpi_3 
+:      002171 p_mouse_ka8_dpi_store:
+0x0533 002172 increase 2 ,pdata 
+0x0534 002173 branch p_mouse_dpi_store 
+:      002174 p_mouse_ka8_set_cpi1:
+0x0535 002175 fetch 1 ,mem_320x_dpi_1 
+0x0536 002176 branch p_mouse_ka8_dpi_store 
+:      002177 p_mouse_ka8_set_cpi4:
+0x0537 002178 fetch 1 ,mem_320x_dpi_4 
+0x0538 002179 branch p_mouse_ka8_dpi_store 
+:      002182 p_mouse_motion:
+0x0539 002183 disable user 
+0x053a 002184 setarg 0 
+0x053b 002185 store 6 ,mem_mouse_x 
+0x053c 002186 call p_mouse_cheak_sensor_data 
+0x053d 002187 call mouse_zwheel 
+0x053e 002188 call mouse_t_zwheel 
+0x053f 002189 call p_mouse_key 
+0x0540 002190 nbranch p_drawing_optima_init ,user 
+0x0541 002191 call p_drawing_optima 
+0x0542 002192 branch mouse_motion + 9 
+:      002194 p_mouse_key:
+0x0543 002195 call p_mouse_check_key_gpio 
+0x0544 002196 branch mouse_key + 1 
+:      002198 p_mouse_check_key_gpio:
+0x0545 002199 arg 0 ,rega 
+0x0546 002200 call p_mouse_check_lkey_gpio 
+0x0547 002203 call p_mouse_check_skey_gpio 
+0x0548 002204 branch mouse_check_key_gpio_output 
+:      002205 p_mouse_check_skey_gpio:
+0x0549 002208 call p_mouse_check_bk_key_gpio 
+0x054a 002209 branch p_mouse_check_fw_key_gpio 
+:      002211 p_mouse_check_lkey_gpio:
+0x054b 002212 fetcht 1 ,mem_lbutton_gpio 
+0x054c 002213 call p_gpio_set_input_pu 
+0x054d 002214 fetcht 1 ,mem_lbutton_gpio 
+0x054e 002215 call gpio_get_bit 
+0x054f 002216 setflag true ,0 ,rega 
+:      002218 p_mouse_check_rkey_gpio:
+0x0550 002219 fetcht 1 ,mem_rbutton_gpio 
+0x0551 002220 call p_gpio_set_input_pu 
+0x0552 002221 fetcht 1 ,mem_rbutton_gpio 
+0x0553 002222 call gpio_get_bit 
+0x0554 002223 setflag true ,1 ,rega 
+:      002225 p_mouse_check_mkey_gpio:
+0x0555 002226 fetcht 1 ,mem_mbutton_gpio 
+0x0556 002227 call p_gpio_set_input_pu 
+0x0557 002228 fetcht 1 ,mem_mbutton_gpio 
+0x0558 002229 call gpio_get_bit 
+0x0559 002230 setflag true ,2 ,rega 
+0x055a 002231 rtn 
+:      002232 p_mouse_check_bk_key_gpio:
+0x055b 002234 fetcht 1 ,mem_bk_button_gpio 
+0x055c 002235 call p_gpio_set_input_pd 
+0x055d 002236 fetcht 1 ,mem_bk_button_gpio 
+0x055e 002237 call gpio_get_bit 
+0x055f 002238 nsetflag true ,3 ,rega 
+0x0560 002239 branch p_gpio_set_input_pu 
+:      002240 p_mouse_check_fw_key_gpio:
+0x0561 002241 fetcht 1 ,mem_fw_button_gpio 
+0x0562 002242 call p_gpio_set_input_pd 
+0x0563 002243 fetcht 1 ,mem_fw_button_gpio 
+0x0564 002244 call gpio_get_bit 
+0x0565 002245 nsetflag true ,4 ,rega 
+:      002246 p_gpio_set_input_pu:
+0x0566 002247 set1 gpio_active_bit ,temp 
+0x0567 002248 arg core_gpio_pu0 ,contw 
+0x0568 002249 call gpio_set_bit 
+0x0569 002250 set0 gpio_active_bit ,temp 
+0x056a 002251 branch p_gpio_set_input_pd4 
+:      002253 p_gpio_set_input_pd:
+0x056b 002254 set0 gpio_active_bit ,temp 
+0x056c 002255 arg core_gpio_pu0 ,contw 
+0x056d 002256 call gpio_set_bit 
+0x056e 002257 set1 gpio_active_bit ,temp 
+:      002258 p_gpio_set_input_pd4:
+0x056f 002259 arg core_gpio_pd0 ,contw 
+0x0570 002260 branch gpio_set_high_impedance + 4 
+:      002263 p_mouse_cheak_sensor_data:
+0x0571 002264 fetch 1 ,mem_config_sensor_type 
+0x0572 002266 beq p8009 ,p_mouse_p8009_sensor_motion 
+:      002267 p_mouse_p32xx_sensor_motion:
+0x0573 002268 call mouse_clear_sensor_data 
+0x0574 002269 disable user 
+0x0575 002270 branch mouse_p32xx_sensor_motion_2 
+:      002275 p_mouse_p8009_sensor_motion:
+0x0576 002276 call mouse_clear_sensor_data 
+0x0577 002277 disable user 
+:      002281 p_mouse_p32xx_sensor_motion_1:
+0x0578 002282 setarg pan_reg_motion_staus 
+0x0579 002283 call twspi_read 
+0x057a 002284 rtnbit0 7 
+0x057b 002285 setarg pan_reg_opration_state 
+0x057c 002286 call twspi_read 
+0x057d 002287 branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+0x057e 002288 setarg 0 
+0x057f 002289 store 6 ,mem_mouse_x 
+0x0580 002290 rtn 
+:      002292 p_mouse_bb_event_discovery_btn:
+0x0581 002293 call p_mouse_null_enter_hibernate_disable 
+0x0582 002294 isolate1 mark_24g ,mark 
+0x0583 002295 call p_g24_check_51cmd_stop_24g ,true 
+0x0584 002296 jam 0 ,mem_mouse_send_blank_timer 
+0x0585 002297 fetch 1 ,mem_mouse_le_not_tx_disconn 
+0x0586 002298 call mouse_disconnect ,blank 
+0x0587 002299 setarg 0 
+0x0588 002300 store 2 ,mem_mouse_no_data_timer 
+0x0589 002301 branch mouse_bb_event_discovery_btn + 3 
+:      002303 p_mouse_start_discovery:
+0x058a 002304 jam 0 ,mem_lpm_mode 
+0x058b 002305 jam zcode_30 ,mem_zcode_temp_param0 
+0x058c 002306 branch p_zcode_entrance 
+:      002308 p_mouse_stop_discovery:
+0x058d 002310 call p_mouse_init_sensor_reset 
+0x058e 002311 branch mouse_stop_discovery + 1 
+:      002313 p_le_slave_match:
+0x058f 002314 fetch 1 ,mem_le_md_count 
+0x0590 002315 pincrease 1 
+0x0591 002316 store 1 ,mem_le_md_count 
+0x0592 002317 beq le_md_max_count ,le_slave_cont 
+0x0593 002318 call le_acknowledge 
+0x0594 002319 call le_prepare_tx 
+0x0595 002320 call power_ctrl_start 
+0x0596 002321 branch le_slave_match + 7 
+:      002323 p_le_next_adv_channel:
+0x0597 002324 fetch 1 ,mem_le_ch_mapped 
+0x0598 002325 increase 1 ,pdata 
+0x0599 002326 store 1 ,mem_le_ch_mapped 
+0x059a 002327 rtnne 40 
+0x059b 002328 jam 37 ,mem_le_ch_mapped 
+0x059c 002329 rtn 
+:      002331 p_le_receive_skip:
+0x059d 002332 call save_rssi 
+0x059e 002333 call p_rssi_signal 
+0x059f 002334 branch le_receive_skip + 2 
+:      002336 p_le_update_param:
+0x05a0 002337 jam zcode_20 ,mem_zcode_temp_param0 
+0x05a1 002338 branch p_zcode_entrance 
+:      002340 p_le_update_channel_map:
+0x05a2 002341 jam zcode_21 ,mem_zcode_temp_param0 
+0x05a3 002342 branch p_zcode_entrance 
+:      002344 p_le_prepare_tx:
+0x05a4 002345 fetch 1 ,mem_le_arq 
+0x05a5 002346 bbit1 wak ,p_le_prepare_tx_wak 
+0x05a6 002347 call power_ctrl_pac_succ_incrs 
+0x05a7 002348 fetch 1 ,mem_empty_count 
+0x05a8 002349 nbranch p_le_send_empyt ,blank 
+0x05a9 002350 fetch 1 ,mem_le_state 
+0x05aa 002351 bbit0 lestate_encryption ,p_le_tx_4 
+0x05ab 002352 fetch 1 ,mem_le_rxbuf + 1 
+0x05ac 002353 branch p_le_tx_4 ,blank 
+0x05ad 002354 branch le_send_empty 
+:      002355 p_le_send_empyt:
+0x05ae 002356 fetch 1 ,mem_empty_count 
+0x05af 002357 increase -1 ,pdata 
+0x05b0 002358 store 1 ,mem_empty_count 
+0x05b1 002359 branch le_send_empty 
+:      002360 p_le_tx_4:
+0x05b2 002361 fetch 1 ,mem_le_pairing_state 
+0x05b3 002362 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
+0x05b4 002363 jam 3 ,mem_empty_count 
+:      002364 p_in_le_tx_4:
+0x05b5 002365 call le_fifo_check_nearly_full 
+0x05b6 002366 call p_mouse_data_pull ,blank 
+0x05b7 002367 branch le_prepare_tx + 4 
+:      002369 p_le_check_tx_retransmit_setmd:
+0x05b8 002370 fetch 1 ,mem_le_connect_status_flag 
+0x05b9 002371 and pdata ,0x03 ,pdata 
+0x05ba 002372 rtnne 0x03 
+0x05bb 002373 fetch 1 ,mem_mouse_data_queue_num 
+0x05bc 002374 rtn blank 
+0x05bd 002375 fetch 1 ,mem_le_txlen 
+0x05be 002376 rtn blank 
+0x05bf 002377 fetch 1 ,mem_le_txheader 
+0x05c0 002378 set1 md ,pdata 
+0x05c1 002379 store 1 ,mem_le_txheader 
+0x05c2 002380 call le_set_md 
+0x05c3 002381 rtn 
+:      002384 p_le_prepare_tx_wak:
+0x05c4 002385 call p_le_check_tx_retransmit_setmd 
+:      002386 p_le_power_ctrl_pac_succ_decrs:
+0x05c5 002387 branch power_ctrl_pac_succ_decrs 
+:      002389 p_mouse_le_reconn_write_enable_timer_reinit:
+0x05c6 002390 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x05c7 002391 rtn blank 
+0x05c8 002392 fetch 1 ,mem_le_connect_status_flag 
+0x05c9 002393 and pdata ,0x03 ,pdata 
+0x05ca 002394 rtneq 0x03 
+0x05cb 002395 jam 2 ,mem_le_start_encrypt_timer 
+0x05cc 002396 rtn 
+:      002398 p_le_parse:
+0x05cd 002399 rtnmark1 mark_old_packet 
+0x05ce 002400 call le_fifo_check_full 
+0x05cf 002401 nrtn blank 
+0x05d0 002402 fetch 1 ,mem_le_rxbuf 
+0x05d1 002403 and pdata ,0x3 ,pdata 
+0x05d2 002404 store 1 ,mem_le_packet_llid 
+0x05d3 002405 ifetch 1 ,contr 
+0x05d4 002406 and pdata ,0x1f ,pdata 
+0x05d5 002407 store 1 ,mem_le_packet_size 
+0x05d6 002408 rtn blank 
+0x05d7 002409 copy contr ,pdata 
+0x05d8 002410 store 2 ,mem_le_payload_ptr 
+0x05d9 002411 fetch 1 ,mem_le_packet_llid 
+0x05da 002412 beq llid_le_ll ,p_le_parse_ll 
+0x05db 002413 branch le_parse_l2cap 
+:      002414 p_le_parse_ll:
+0x05dc 002415 fetch 1 ,mem_le_rxbuf + 2 
+0x05dd 002416 beq ll_connection_update_req ,p_le_parse_connection_update_req 
+0x05de 002417 beq ll_channel_map_req ,p_le_parse_channel_map_req 
+0x05df 002418 branch le_parse_ll + 1 
+:      002419 p_le_parse_connection_update_req:
+0x05e0 002420 call le_parse_connection_update_req 
+0x05e1 002421 fetch 1 ,mem_mouse_le_updata_not_accepted_flag 
+0x05e2 002422 rtn blank 
+:      002424 p_mouse_le_conn_param_update_rsp_not_accepted_mult_reset:
+0x05e3 002425 fetch 1 ,mem_le_new_connslavelatency 
+0x05e4 002426 store 1 ,mem_lpm_mult 
+0x05e5 002427 store 1 ,mem_lpm_mult_init 
+0x05e6 002428 rtn 
+:      002429 p_le_parse_channel_map_req:
+0x05e7 002430 ifetch 5 ,contr 
+0x05e8 002431 store 5 ,mem_le_new_map 
+0x05e9 002432 ifetch 2 ,contr 
+0x05ea 002433 store 2 ,mem_le_instant 
+0x05eb 002434 branch le_parse_channel_map_req + 7 
+:      002436 p_le_parse_l2cap:
+0x05ec 002437 ifetch 2 ,contr 
+0x05ed 002438 beq le_l2cap_cid_att ,p_le_parse_att 
+0x05ee 002439 beq le_l2cap_cid_smp ,p_le_parse_smp 
+0x05ef 002440 branch le_parse_l2cap + 11 
+:      002441 p_le_parse_att:
+0x05f0 002442 call store_contr 
+0x05f1 002443 call p_mouse_le_reconn_write_enable_timer_reinit 
+0x05f2 002444 call get_contr 
+0x05f3 002445 ifetch 3 ,contr 
+0x05f4 002446 store 3 ,mem_le_att_opcode 
+0x05f5 002447 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
+0x05f6 002448 rshift8 pdata ,temp 
+0x05f7 002449 sub temp ,0x24 ,null 
+0x05f8 002450 branch p_le_parse_att1 ,positive 
+0x05f9 002451 arg mem_mouse_le_uuid_sup ,temp 
+0x05fa 002452 storet 2 ,mem_ui_le_uuid_table 
+0x05fb 002453 call le_parse_att + 2 
+0x05fc 002454 setarg 0x8e7a 
+0x05fd 002455 store 2 ,mem_ui_le_uuid_table 
+0x05fe 002456 rtn 
+:      002458 p_le_parse_att_read_by_group_type_request:
+0x05ff 002459 call le_parse_att_read_by_group_type_request 
+0x0600 002460 call le_fifo_get_last_tx_ptr 
+0x0601 002461 increase 7 ,contr 
+0x0602 002462 ifetch 1 ,contr 
+0x0603 002463 rtnne attop_read_by_group_type_response 
+0x0604 002464 increase 5 ,contr 
+0x0605 002465 ifetch 2 ,contr 
+0x0606 002466 arg uuid_service_hids ,temp 
+0x0607 002467 isub temp ,null 
+0x0608 002468 nrtn zero 
+0x0609 002469 increase -4 ,contr 
+0x060a 002470 setarg 0x2b 
+0x060b 002471 istore 2 ,contr 
+0x060c 002472 rtn 
+:      002474 p_le_parse_att1:
+0x060d 002475 beq attop_read_request ,p_le_parse_att_read_request 
+0x060e 002476 branch le_parse_att + 2 
+:      002477 p_le_parse_att_read_request:
+0x060f 002478 fetcht 2 ,mem_le_att_handle 
+0x0610 002479 fetch 1 ,mem_le_configuration 
+0x0611 002480 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+:      002481 p_le_send_att_read_response:
+0x0612 002482 fetch 2 ,mem_le_att_handle 
+0x0613 002483 beq 0x13 ,le_send_att_error_response_notfound 
+0x0614 002484 fetcht 2 ,mem_le_att_handle 
+0x0615 002485 branch le_send_att_read_response 
+:      002486 p_le_send_att_read_response_check_auth:
+0x0616 002487 fetch 2 ,mem_le_pairing_handle 
+0x0617 002488 isub temp ,null 
+0x0618 002489 nbranch p_le_send_att_read_response ,zero 
+0x0619 002490 call le_check_encrypt_state 
+0x061a 002491 nbranch p_le_send_att_read_response ,user 
+0x061b 002492 branch le_send_att_read_response_check_auth + 5 
+:      002494 p_le_parse_smp:
+0x061c 002495 ifetch 1 ,contr 
+0x061d 002496 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
+0x061e 002497 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
+0x061f 002498 branch le_parse_smp + 1 
+:      002499 p_le_parse_smp_pairing_request:
+0x0620 002500 jam 1 ,mem_le_send_security_request_flag 
+0x0621 002501 branch le_parse_smp_pairing_request 
+:      002502 p_le_parse_smp_pairing_failed:
+0x0622 002503 jam zcode_82 ,mem_zcode_temp_param0 
+0x0623 002504 branch p_zcode_entrance 
+:      002506 p_le_adv_not_match:
+0x0624 002507 fetch 1 ,mem_le_ch_mapped 
+0x0625 002508 bne 39 ,le_adv_loop 
+0x0626 002509 call p_le_adv_random_delay 
+0x0627 002510 arg le_adv_interval_timer ,queue 
+0x0628 002511 fetch 2 ,mem_le_adv_interval 
+0x0629 002512 branch timer_init 
+:      002513 p_le_adv_random_delay:
+0x062a 002514 random pdata 
+0x062b 002515 arg 0x1ff ,temp 
+0x062c 002516 iand temp ,pdata 
+0x062d 002517 add pdata ,250 ,pdata 
+0x062e 002518 branch delay 
+:      002520 p_le_lpm_setmult:
+0x062f 002521 disable wake 
+0x0630 002522 branch p_le_lpm_set_mult_attempt ,attempt 
+0x0631 002523 nbranch le_lpm_lost ,match 
+:      002524 p_le_lpm_set_mult_attempt:
+0x0632 002525 call lpm_match 
+0x0633 002526 fetch 2 ,mem_rx_window_sniff 
+0x0634 002527 store 2 ,mem_le_receive_window 
+0x0635 002528 fetch 1 ,mem_le_connect_status_flag 
+0x0636 002529 compare 3 ,pdata ,3 
+0x0637 002530 nbranch lpm_mult_short ,true 
+0x0638 002531 branch le_lpm_set_mult_attempt + 3 
+:      002533 p_le_mouse_bb_event_connect_complete:
+0x0639 002534 jam zcode_22 ,mem_zcode_temp_param0 
+0x063a 002535 branch p_zcode_entrance 
+:      002537 p_twspi_reset:
+0x063b 002538 hfetch 1 ,core_gpio_out3 
+0x063c 002539 and_into 0xfd ,pdata 
+0x063d 002540 hstore 1 ,core_gpio_out3 
+0x063e 002541 hfetcht 1 ,core_gpio_oe3 
+0x063f 002542 or_into 0x2 ,temp 
+0x0640 002543 hstoret 1 ,core_gpio_oe3 
+0x0641 002544 call twspi_disable 
+0x0642 002545 and_into 0xfd ,temp 
+0x0643 002546 nop 13 
+0x0644 002547 call p_twspi_enable 
+0x0645 002548 hstoret 1 ,core_gpio_oe3 
+0x0646 002549 rtn 
+:      002551 p_spid_init:
+0x0647 002552 call spid_init_common 
+:      002553 p_twspi_enable:
+0x0648 002554 hfetch 1 ,core_gpio_sel1 
+0x0649 002555 set1 0 ,pdata 
+0x064a 002556 set0 1 ,pdata 
+0x064b 002557 set0 3 ,pdata 
+0x064c 002558 hstore 1 ,core_gpio_sel1 
+0x064d 002559 rtn 
+:      002562 p_page_wait_fhs_reply_ok:
+0x064e 002563 jam zcode_00 ,mem_zcode_temp_param0 
+0x064f 002564 branch p_zcode_entrance 
+:      002566 p_role_switch_master:
+0x0650 002567 call role_switch_check 
+0x0651 002568 nrtn user 
+:      002569 p_wait_role_switch_anchor:
+0x0652 002570 disable user 
+0x0653 002571 jam param_newconnto ,mem_newconnto_counter 
+0x0654 002572 set0 mark_fhs_already_good ,mark 
+0x0655 002573 set0 mark_role_switch_receive_fhs ,mark 
+:      002574 p_roles_waitfhs_loop:
+0x0656 002575 call rf_setup_time_master_slot 
+0x0657 002576 call master_recv_packet 
+0x0658 002577 bmark1 mark_fhs_already_good ,p_roles_replyto_fhs 
+0x0659 002578 call new_conn_timeout 
+0x065a 002579 nbranch p_roles_waitfhs_loop ,blank 
+0x065b 002580 bmark1 mark_role_switch_receive_fhs ,p_roles_replyto_fhs1 
+0x065c 002581 branch role_switch_fail_master 
+:      002583 p_roles_replyto_fhs:
+0x065d 002584 call rf_setup_time_slave_slot 
+0x065e 002585 arg type_id ,type 
+0x065f 002586 call master_send_packet 
+0x0660 002587 set1 mark_role_switch_receive_fhs ,mark 
+0x0661 002588 set0 mark_fhs_already_good ,mark 
+0x0662 002589 fetch 1 ,mem_amaddr 
+0x0663 002590 iforce am_addr 
+0x0664 002591 jam 2 ,mem_newconnto_counter 
+0x0665 002592 branch p_roles_waitfhs_loop 
+:      002594 p_roles_replyto_fhs1:
+0x0666 002595 fetch 4 ,mem_clke_bt 
+0x0667 002596 pincrease 8 
+0x0668 002597 store 4 ,mem_clke_bt 
+0x0669 002598 branch roles_replyto_fhs + 4 
+:      002600 p_process_dmh:
+0x066a 002601 bmark1 mark_first_packet ,end_of_packet 
+0x066b 002602 branch process_dmh + 1 
+:      002604 p_quit_connection_cont:
+0x066c 002605 jam zcode_23 ,mem_zcode_temp_param0 
+0x066d 002606 branch p_zcode_entrance 
+:      002608 p_prepare_tx:
+0x066e 002609 fetch 1 ,mem_state 
+0x066f 002610 isolate1 state_inconn ,pdata 
+0x0670 002611 call p_bt_power_ctrl ,true 
+0x0671 002612 branch prepare_tx + 1 
+:      002613 p_bt_power_ctrl:
+0x0672 002614 fetch 1 ,mem_arq 
+0x0673 002615 isolate1 wack ,pdata 
+0x0674 002616 call power_ctrl_pac_succ_decrs ,true 
+0x0675 002617 ncall power_ctrl_pac_succ_incrs ,true 
+0x0676 002618 branch power_ctrl_start 
+:      002620 p_slave_conn_recv_packet:
+0x0677 002621 call slave_receive_master_slot 
+0x0678 002622 nbranch shutdown_radio ,sync 
+0x0679 002623 call save_rssi 
+0x067a 002624 call p_rssi_signal 
+0x067b 002625 branch slave_conn_recv_packet + 4 
+:      002627 p_lpm_dispatch:
+0x067c 002628 rtnmark1 mark_24g 
+0x067d 002629 call lpo_calibration 
+0x067e 002630 fetch 3 ,mem_clks_per_lpo 
+0x067f 002631 rtn blank 
+0x0680 002632 fetch 1 ,mem_lpm_mode 
+0x0681 002633 rtn blank 
+0x0682 002634 fetch 1 ,mem_ssp_enable 
+0x0683 002635 branch p_lpm_dispatch_next ,blank 
+0x0684 002636 fetch 1 ,mem_sp_local_key_invalid 
+0x0685 002637 rtn blank 
+:      002638 p_lpm_dispatch_next:
+0x0686 002639 fetch 1 ,mem_le_sc_calc 
+0x0687 002640 nrtn blank 
+0x0688 002641 call lpm_check_wake_lock 
+0x0689 002642 nrtn blank 
+0x068a 002643 fetch 1 ,mem_context 
+0x068b 002644 compare 3 ,pdata ,0x7 
+0x068c 002645 nbranch lpm_dispatch_unconn ,true 
+0x068d 002646 fetch 2 ,mem_context + coffset_tsniff 
+0x068e 002647 arg 0xffff ,temp 
+0x068f 002648 isub temp ,null 
+0x0690 002649 rtn zero 
+0x0691 002650 branch lpm_dispatch_next + 9 
+:      002652 p_lpm_set_mult:
+0x0692 002653 disable wake 
+0x0693 002654 fetch 1 ,mem_state 
+0x0694 002655 rtnbit0 state_insniff 
+0x0695 002656 nbranch lpm_not_match ,match 
+0x0696 002657 call lpm_match 
+0x0697 002658 fetch 2 ,mem_rx_window_sniff 
+0x0698 002659 store 2 ,mem_rx_window 
+0x0699 002660 fetch 1 ,mem_arq 
+0x069a 002661 bbit1 wack ,lpm_mult_short 
+0x069b 002662 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x069c 002663 call l2cap_malloc_is_fifo_empty 
+0x069d 002664 nbranch lpm_mult_short ,blank 
+0x069e 002665 call p_lpm_set_attemp_timeout ,blank 
+0x069f 002666 branch lpm_set_mult + 13 
+:      002667 p_lpm_set_attemp_timeout:
+0x06a0 002668 jam 1 ,mem_current_sniff_attempt 
+0x06a1 002669 jam 0 ,mem_current_sniff_timeout 
+0x06a2 002670 rtn 
+:      002672 p_mouse_bb_disconnected:
+0x06a3 002673 jam zcode_01 ,mem_zcode_temp_param0 
+0x06a4 002674 branch p_zcode_entrance 
+:      002676 p_hid_rx_process:
+0x06a5 002677 jam zcode_02 ,mem_zcode_temp_param0 
+0x06a6 002678 branch p_zcode_entrance 
+:      002680 p_parse_lmp_accepted:
+0x06a7 002681 fetch 1 ,mem_rxbuf + 1 
+0x06a8 002682 store 1 ,mem_lmi_accepted_opcode 
+0x06a9 002683 beq lmp_switch_req ,p_parse_lmp_accepted_switch 
+0x06aa 002684 branch parse_lmp_accepted + 3 
+:      002685 p_parse_lmp_accepted_switch:
+0x06ab 002686 call parse_lmp_accepted_switch 
+0x06ac 002687 jam 1 ,mem_bt_rcvd_switch_req_accept 
+0x06ad 002688 fetch 1 ,mem_bt_send_lmp_setup_complete 
+0x06ae 002689 rtn blank 
+0x06af 002690 jam 2 ,mem_bt_send_lmp_setup_complete 
+0x06b0 002691 rtn 
+:      002693 p_send_lmp:
+0x06b1 002694 disable user 
+0x06b2 002695 call lmo_fifo_process 
+0x06b3 002696 fetch 1 ,mem_lmp_to_send 
+0x06b4 002697 rtn blank 
+0x06b5 002698 bbit1 7 ,p_send_lmp_escape 
+0x06b6 002699 beq lmp_accepted ,p_send_lmp_accepted 
+0x06b7 002700 beq lmp_setup_complete ,p_send_lmp_setup_complete 
+0x06b8 002701 beq lmp_sniff_req ,p_send_lmp_sniff_req 
+0x06b9 002702 branch send_lmp0 
+:      002704 p_send_lmp_escape:
+0x06ba 002705 jam zcode_10 ,mem_zcode_temp_param0 
+0x06bb 002706 branch p_zcode_entrance 
+:      002708 p_send_lmp_accepted:
+0x06bc 002709 jam zcode_11 ,mem_zcode_temp_param0 
+0x06bd 002710 branch p_zcode_entrance 
+:      002712 p_send_lmp_setup_complete:
+0x06be 002713 jam 1 ,mem_bt_send_lmp_setup_complete 
+0x06bf 002714 branch send_lmp_setup_complete 
+:      002716 p_send_lmp_sniff_req:
+0x06c0 002717 jam 4 ,mem_mouse_bt_send_first_package_timer 
+0x06c1 002718 branch send_lmp_sniff_req 
+:      002720 p_process_conn_sm:
+0x06c2 002721 call lmo_fifo_check 
+0x06c3 002722 nrtn blank 
+:      002723 p_process_conn_sm_continue:
+0x06c4 002724 fetch 1 ,mem_conn_sm 
+0x06c5 002725 rtn blank 
+0x06c6 002726 beq conn_sm_send_conn_req ,p_host_create_conn_send_conn_req 
+0x06c7 002727 beq conn_sm_wait_switch_after_host_connection ,p_host_creat_conn_wait_switch 
+0x06c8 002728 branch process_conn_sm_continue + 2 
+:      002730 p_host_creat_conn_wait_switch:
+0x06c9 002731 fetch 1 ,mem_switch_flag 
+0x06ca 002732 rtneq switch_flag_init 
+0x06cb 002733 beq switch_flag_accept ,p_host_create_conn_switch_accept 
+0x06cc 002734 branch host_creat_conn_wait_switch + 3 
+:      002735 p_host_create_conn_switch_accept:
+0x06cd 002736 rtn master 
+:      002737 p_host_create_conn_auth_pair:
+0x06ce 002739 fetch 1 ,mem_connection_options 
+0x06cf 002740 bbit1 connection_auth ,p_host_create_conn_auth_pair_true 
+0x06d0 002741 branch host_create_conn_auth_pair + 1 
+:      002742 p_host_create_conn_auth_pair_true:
+0x06d1 002743 fetch 1 ,mem_bt_send_lmp_setup_complete 
+0x06d2 002744 beq 1 ,host_create_conn_auth_pair_true 
+0x06d3 002746 fetch 1 ,mem_link_key_exists 
+0x06d4 002747 branch host_create_conn_auth_pair_nokey ,blank 
+0x06d5 002748 fetch 1 ,mem_lmp_conn_state 
+0x06d6 002749 rtnbit0 sent_setup_complete 
+0x06d7 002750 rtnbit0 received_setup_complete 
+0x06d8 002751 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch 
+0x06d9 002752 rtn blank 
+0x06da 002753 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch 
+0x06db 002754 fetch 4 ,mem_aurand_send_delay_time 
+0x06dc 002755 arg 20 ,temp 
+0x06dd 002756 iadd temp ,temp 
+0x06de 002757 copy clkn_bt ,pdata 
+0x06df 002758 isub temp ,null 
+0x06e0 002759 nbranch p_bt_send_max_slot_req_accept_after_switch_wait ,positive 
+0x06e1 002760 branch host_create_conn_auth 
+:      002762 p_bt_send_max_slot_req_accept_after_switch_wait:
+0x06e2 002763 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
+0x06e3 002764 rtn 
+:      002766 p_host_create_conn_send_conn_req:
+0x06e4 002767 jam 20 ,mem_mouse_send_switch_req_timer 
+0x06e5 002768 branch host_create_conn_send_conn_req 
+:      002774 p_check_51cmd_once_continue:
+0x06e6 002775 call lmo_fifo_check 
+0x06e7 002776 nbranch check_51cmd_restore ,blank 
+0x06e8 002777 fetch 1 ,mem_fifo_temp 
+0x06e9 002778 bmark0 mark_context ,check_51cmd_check_idle 
+0x06ea 002779 beq bt_cmd_store_reconn_info_le ,p_flash_store_le_reconn_info 
+0x06eb 002780 beq bt_cmd_store_reconn_info_bt ,p_flash_store_bd_reconn_info 
+0x06ec 002781 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
+0x06ed 002782 branch check_51cmd_once_continue + 2 
+:      002784 p_flash_store_le_reconn_info:
+0x06ee 002785 jam rec_4_mode ,mem_record_bt_mode 
+0x06ef 002786 fetch 6 ,mem_le_plap 
+0x06f0 002787 branch p_flash_store_reconn_info 
+:      002788 p_flash_store_bd_reconn_info:
+0x06f1 002789 jam rec_3_mode ,mem_record_bt_mode 
+0x06f2 002790 fetch 6 ,mem_plap 
+:      002791 p_flash_store_reconn_info:
+0x06f3 002792 store 6 ,mem_temp_lap 
+:      002793 p_mouse_store_remote_bdaddr:
+0x06f4 002794 fetch mouse_flag_len ,mem_mouse_flag 
+0x06f5 002795 rtnbit0 mouse_store_eeprom_flag 
+0x06f6 002796 arg mouse_store_eeprom_flag ,queue 
+0x06f7 002797 call mouse_disable_function_flag 
+0x06f8 002798 call mouse_check_device_addr 
+:      002799 p_mouse_unplug_clean_bdaddr:
+0x06f9 002800 call mouse_before_store_reconn_info 
+0x06fa 002801 branch p_mouse_store_flash_device_info 
+:      002803 p_check_51cmd_ble_update_connect_param:
+0x06fb 002804 call le_fifo_check_full 
+0x06fc 002805 nrtn blank 
+0x06fd 002806 branch le_l2cap_tx_update_req 
+:      002808 power_ctrl_pac_succ_cnt_init:
+0x06fe 002809 jam 1 ,mem_power_ctrl_level 
+0x06ff 002810 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0x0700 002811 rtn 
+:      002812 power_ctrl_pac_succ_incrs:
+0x0701 002813 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0702 002814 increase 1 ,pdata 
+0x0703 002815 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0704 002816 rtn 
+:      002817 power_ctrl_pac_succ_decrs:
+0x0705 002818 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0706 002819 sub pdata ,2 ,null 
+0x0707 002820 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0x0708 002821 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0709 002822 rtneq 0 
+0x070a 002823 increase -1 ,pdata 
+0x070b 002824 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x070c 002825 rtn 
+:      002826 power_ctrl_pac_succ_cnt_reinit:
+0x070d 002827 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0x070e 002828 rtn 
+:      002830 power_ctrl_start:
+0x070f 002831 fetch 2 ,mem_ui_state_map 
+0x0710 002832 rtnbit1 ui_state_ble_adv 
+0x0711 002833 rtnbit1 ui_state_bt_reconnect 
+0x0712 002834 rtnbit1 ui_state_bt_discovery 
+0x0713 002836 arg mem_rssi_signal_buf ,rega 
+0x0714 002837 call p_rssi_average 
+0x0715 002838 storet 1 ,mem_rssi_avg_received 
+0x0716 002840 setarg rssi_dis_max_24g 
+0x0717 002841 bmark1 mark_24g ,power_ctrl_start_next 
+0x0718 002842 setarg rssi_dis_max_ble 
+:      002843 power_ctrl_start_next:
+0x0719 002844 isub temp ,null 
+0x071a 002845 nbranch power_ctrl_txpower_incrs_force ,positive 
+0x071b 002847 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x071c 002848 sub pdata ,2 ,null 
+0x071d 002849 nbranch power_ctrl_txpower_decrs_check ,positive 
+0x071e 002850 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x071f 002851 beq 0 ,power_ctrl_txpower_incrs 
+0x0720 002852 rtn 
+:      002854 power_ctrl_txpower_decrs_check:
+0x0721 002855 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0722 002856 rtnne 50 
+0x0723 002857 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      002858 power_ctrl_txpower_decrs:
+0x0724 002859 fetcht 1 ,mem_rssi_avg_received 
+0x0725 002860 setarg rssi_dis_min_24g 
+0x0726 002861 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0x0727 002862 setarg rssi_dis_min_ble 
+:      002863 power_ctrl_txpower_decrs_next:
+0x0728 002864 isub temp ,null 
+0x0729 002865 nrtn positive 
+0x072a 002866 fetch 1 ,mem_power_ctrl_level 
+0x072b 002867 beq 0 ,power_ctrl_decrs_level0 
+0x072c 002868 increase -1 ,pdata 
+0x072d 002869 store 1 ,mem_power_ctrl_level 
+0x072e 002870 beq 0 ,power_ctrl_decrs_level0 
+:      002871 power_ctrl_decrs_level1:
+:      002872 power_ctrl_incrs_level1:
+0x072f 002873 jam tx_power_0db ,mem_tx_power 
+0x0730 002874 rtn 
+:      002876 power_ctrl_txpower_incrs_force:
+0x0731 002877 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      002878 power_ctrl_txpower_incrs:
+0x0732 002879 fetch 1 ,mem_power_ctrl_level 
+0x0733 002880 beq 2 ,power_ctrl_incrs_level2 
+0x0734 002881 increase 1 ,pdata 
+0x0735 002882 store 1 ,mem_power_ctrl_level 
+0x0736 002883 beq 1 ,power_ctrl_incrs_level1 
+:      002884 power_ctrl_incrs_level2:
+0x0737 002885 jam tx_power_5db ,mem_tx_power 
+0x0738 002886 rtn 
+:      002888 power_ctrl_decrs_level0:
+0x0739 002889 jam tx_power_f5db ,mem_tx_power 
+0x073a 002890 rtn 
+:      002893 p_set_freq_tx:
+0x073b 002894 storet 1 ,mem_last_freq 
+0x073c 002895 add temp ,0 ,rega 
+0x073d 002896 call rf_write_freq 
+0x073e 002897 setarg param_pll_setup 
+0x073f 002898 call sleep 
+:      002899 p_rf_tx_enable:
+0x0740 002900 jam 0x1 ,rfen_adc 
+0x0741 002901 jam 0x3c ,rfen_rx 
+0x0742 002902 jam 0xe0 ,rfen_tx 
+0x0743 002903 nop 10 
+0x0744 002904 jam 0x01 ,rfen_mdm 
+0x0745 002905 jam 0x3d ,rfen_mdm 
+0x0746 002906 nop 10 
+0x0747 002907 jam 0xb7 ,rfen_sn 
+0x0748 002908 nop 10 
+0x0749 002909 jam 0x7d ,rfen_mdm 
+0x074a 002910 fetch 1 ,mem_tx_power 
+0x074b 002913 beq tx_power_5db ,p_set_tx_power_5db 
+0x074c 002915 beq tx_power_f5db ,p_set_tx_power_f5db 
+0x074d 002916 beq tx_power_pair ,p_set_tx_power_pair 
+:      002918 p_set_tx_power_0db:
+0x074e 002919 call p_rx_low_sens 
+0x074f 002921 jam 0xd0 ,0x8955 
+0x0750 002922 jam 0xe0 ,0x8956 
+0x0751 002924 jam 0x6c ,0x8958 
+0x0752 002926 branch set_tx_power_0db 
+:      002938 p_set_tx_power_5db:
+0x0753 002939 call p_rx_high_sens 
+0x0754 002941 jam 0xd0 ,0x8955 
+0x0755 002942 jam 0xe0 ,0x8956 
+0x0756 002944 jam 0x3c ,0x8958 
+0x0757 002946 branch set_tx_power_5db 
+:      002958 p_set_tx_power_f5db:
+0x0758 002959 call p_rx_low_sens 
+0x0759 002961 jam 0xd0 ,0x8955 
+0x075a 002962 jam 0xc0 ,0x8956 
+0x075b 002964 jam 0x6c ,0x8958 
+0x075c 002966 branch set_tx_power_f5db 
+:      002968 p_rx_low_sens:
+0x075d 002969 jam 0x5b ,0x894c 
+0x075e 002970 jam 0x96 ,0x894d 
+0x075f 002971 jam 0x2c ,0x894e 
+0x0760 002972 jam 0x46 ,0x894f 
+0x0761 002973 rtn 
+:      002975 p_rx_high_sens:
+0x0762 002976 jam 0xfb ,0x894c 
+0x0763 002977 jam 0xef ,0x894d 
+0x0764 002978 jam 0xec ,0x894e 
+0x0765 002979 jam 0x5e ,0x894f 
+0x0766 002980 rtn 
+:      002982 p_set_tx_power_pair:
+0x0767 002984 jam 0xc2 ,0x8956 
+0x0768 002985 jam 0xd0 ,0x8955 
+0x0769 002986 rtn 
+:      002988 p_shutdown_radio:
+0x076a 002989 force 8 ,radio_ctrl 
+0x076b 002990 branch shutdown_radio + 1 
+:      002992 p_initialize_radio_cont:
+0x076c 002993 call initialize_radio_cont + 1 
+0x076d 002994 jam clksel_dpll ,core_clksel 
+0x076e 002995 rtn 
+:      002998 p_zcode_entrance:
+0x076f 002999 fetcht 1 ,mem_zcode_temp_param0 
+0x0770 003000 rshift4 temp ,temp 
+0x0771 003001 fetch 1 ,mem_zcode_current_number 
+0x0772 003002 isub temp ,null 
+0x0773 003003 branch p_zcode_run ,zero 
+0x0774 003004 storet 1 ,mem_zcode_current_number 
+0x0775 003005 increase 1 ,temp 
+0x0776 003006 setarg zcode_buff_size 
+0x0777 003007 imul32 temp ,temp 
+0x0778 003008 fetch 3 ,mem_xip_flash_offset 
+0x0779 003009 isub temp ,pdata 
+0x077a 003011 fetcht 3 ,mem_flash_start_addr 
+0x077b 003012 iadd temp ,pdata 
+0x077c 003013 increase -5 ,pdata 
+0x077d 003014 store 3 ,mem_flash_address 
+0x077e 003015 call p_flash_release_deep_power_down 
+:      003016 p_zcode_read_loop:
+0x077f 003017 fetch 3 ,mem_flash_address 
+0x0780 003018 arg zcode_buff_size ,temp 
+0x0781 003019 arg mem_zcode_buff ,rega 
+0x0782 003020 call spid_read_flash 
+0x0783 003021 fetch 4 ,mem_zcode_buff 
+0x0784 003022 fetcht 4 ,mem_zcode_head 
+0x0785 003023 isub temp ,null 
+0x0786 003024 nbranch p_zcode_read_loop ,zero 
+0x0787 003025 call p_mouse_spi_init 
+0x0788 003027 setarg mem_zcode_buff 
+0x0789 003028 store 2 ,mem_patch_ptr 
+0x078a 003029 jam zcode_code_size ,mem_patch_len 
+0x078b 003030 call load_ucode 
+0x078c 003031 setarg 0 
+0x078d 003032 store 4 ,mem_patch_ptr 
+:      003033 p_zcode_run:
+0x078e 003034 fetch 1 ,mem_zcode_temp_param0 
+0x078f 003035 branch p_zcode 
+:      003040 p_drawing_optima:
+0x0790 003041 fetch 4 ,mem_mouse_x 
+0x0791 003042 rtn blank 
+0x0792 003043 call p_data_abs_check 
+0x0793 003044 setarg 0x06 
+0x0794 003045 call p_data_greater_than_check 
+0x0795 003046 setarg 0x03 
+0x0796 003047 call p_data_less_than_check 
+0x0797 003048 fetch 1 ,mem_mouse_asm_flag 
+0x0798 003049 beq 1 ,p_drawing_optima_modify 
+:      003050 p_drawing_optima_init:
+0x0799 003051 arg 5 ,loopcnt 
+0x079a 003052 arg mem_mouse_asm_flag ,contw 
+0x079b 003053 branch clear_mem 
+:      003055 p_drawing_optima_modify:
+0x079c 003056 fetch 2 ,mem_mouse_x_pre 
+0x079d 003057 store 2 ,mem_data_pre 
+0x079e 003058 fetch 2 ,mem_mouse_x 
+0x079f 003059 store 2 ,mem_data_current 
+0x07a0 003060 call p_drawing_optima_data_x 
+0x07a1 003061 fetch 2 ,mem_data_pre 
+0x07a2 003062 store 2 ,mem_mouse_x_pre 
+0x07a3 003063 fetch 2 ,mem_data_current 
+0x07a4 003064 store 2 ,mem_mouse_x 
+0x07a5 003066 fetch 2 ,mem_mouse_y_pre 
+0x07a6 003067 store 2 ,mem_data_pre 
+0x07a7 003068 fetch 2 ,mem_mouse_y 
+0x07a8 003069 store 2 ,mem_data_current 
+0x07a9 003070 call p_drawing_optima_data_y 
+0x07aa 003071 fetch 2 ,mem_data_pre 
+0x07ab 003072 store 2 ,mem_mouse_y_pre 
+0x07ac 003073 fetch 2 ,mem_data_current 
+0x07ad 003074 store 2 ,mem_mouse_y 
+0x07ae 003075 rtn 
+:      003077 p_drawing_optima_data_x:
+0x07af 003078 fetch 2 ,mem_data_pre 
+0x07b0 003079 fetcht 2 ,mem_data_current 
+0x07b1 003080 iadd temp ,pdata 
+0x07b2 003081 fetcht 1 ,mem_mouse_data_xtemp 
+0x07b3 003082 iadd temp ,pdata 
+0x07b4 003083 and pdata ,0x01 ,temp 
+0x07b5 003084 storet 1 ,mem_mouse_data_xtemp 
+0x07b6 003085 branch p_drawing_optima_data 
+:      003087 p_drawing_optima_data_y:
+0x07b7 003088 fetch 2 ,mem_data_pre 
+0x07b8 003089 fetcht 2 ,mem_data_current 
+0x07b9 003090 iadd temp ,pdata 
+0x07ba 003091 fetcht 1 ,mem_mouse_data_ytemp 
+0x07bb 003092 iadd temp ,pdata 
+0x07bc 003093 and pdata ,0x01 ,temp 
+0x07bd 003094 storet 1 ,mem_mouse_data_ytemp 
+0x07be 003095 branch p_drawing_optima_data 
+:      003101 p_drawing_optima_data:
+0x07bf 003102 store 3 ,mem_data_sum 
+0x07c0 003103 isolate1 16 ,pdata 
+0x07c1 003104 branch p_data_sum_overflow ,true 
+0x07c2 003105 fetch 1 ,mem_data_sum + 1 
+0x07c3 003106 beq 0xff ,p_data_sum_n 
+0x07c4 003107 fetch 1 ,mem_data_sum 
+:      003108 p_data_store_pre:
+0x07c5 003109 rshift pdata ,pdata 
+0x07c6 003110 store 2 ,mem_data_pre 
+0x07c7 003111 store 2 ,mem_data_current 
+0x07c8 003112 rtn 
+:      003113 p_data_sum_overflow:
+0x07c9 003114 fetch 1 ,mem_data_sum + 1 
+0x07ca 003115 beq 0 ,p_data_sum_overflow_p 
+0x07cb 003116 fetch 3 ,mem_data_sum 
+0x07cc 003117 branch p_data_store_pre 
+:      003118 p_data_sum_overflow_p:
+0x07cd 003119 jam 0 ,mem_data_sum + 2 
+0x07ce 003120 fetch 1 ,mem_data_sum 
+0x07cf 003121 branch p_data_store_pre 
+:      003123 p_data_sum_n:
+0x07d0 003124 fetch 1 ,mem_data_sum 
+0x07d1 003125 call p_pdata_get_half 
+0x07d2 003126 store 1 ,mem_data_pre 
+0x07d3 003127 store 1 ,mem_data_current 
+0x07d4 003128 branch p_data_zero ,blank 
+0x07d5 003129 setarg 0xff 
+:      003130 p_data_set_direction:
+0x07d6 003131 store 1 ,mem_data_pre + 1 
+0x07d7 003132 store 1 ,mem_data_current + 1 
+0x07d8 003133 rtn 
+:      003134 p_data_zero:
+0x07d9 003135 setarg 0 
+0x07da 003136 branch p_data_set_direction 
+:      003138 p_pdata_get_half:
+0x07db 003139 sub pdata ,0 ,pdata 
+0x07dc 003140 store 1 ,mem_rega 
+0x07dd 003141 fetch 1 ,mem_rega 
+0x07de 003142 rshift pdata ,pdata 
+0x07df 003143 store 1 ,mem_rega 
+0x07e0 003144 fetch 1 ,mem_rega 
+0x07e1 003145 sub pdata ,0 ,pdata 
+0x07e2 003146 rtn 
+:      003150 p_data_greater_than_check:
+0x07e3 003151 isub rega ,null 
+0x07e4 003152 nbranch p_enable_asm ,positive 
+0x07e5 003153 isub regb ,null 
+0x07e6 003154 nbranch p_enable_asm ,positive 
+:      003155 p_disable_asm:
+0x07e7 003156 jam 0 ,mem_mouse_asm_flag 
+0x07e8 003157 rtn 
+:      003158 p_data_less_than_check:
+0x07e9 003159 isub rega ,null 
+0x07ea 003160 nrtn positive 
+0x07eb 003161 isub regb ,null 
+0x07ec 003162 nrtn positive 
+0x07ed 003163 branch p_disable_asm 
+:      003164 p_enable_asm:
+0x07ee 003165 jam 1 ,mem_mouse_asm_flag 
+0x07ef 003166 rtn 
+:      003168 p_data_abs_check:
+0x07f0 003169 fetch 2 ,mem_mouse_x 
+0x07f1 003170 call p_data_abs 
+0x07f2 003171 copy pdata ,rega 
+0x07f3 003172 fetch 2 ,mem_mouse_y 
+0x07f4 003173 call p_data_abs 
+0x07f5 003174 copy pdata ,regb 
+0x07f6 003175 rtn 
+:      003181 p_data_abs:
+0x07f7 003182 store 2 ,mem_data_current 
+0x07f8 003183 fetch 1 ,mem_data_current + 1 
+0x07f9 003184 beq 0xff ,p_data_reversal 
+0x07fa 003185 fetch 1 ,mem_data_current 
+:      003186 p_data_abs_store:
+0x07fb 003187 and_into 0xff ,pdata 
+0x07fc 003189 rtn 
+:      003190 p_data_reversal:
+0x07fd 003191 fetch 2 ,mem_data_current 
+0x07fe 003192 sub pdata ,0 ,pdata 
+0x07ff 003193 branch p_data_abs_store 
               org 0x2000
-:      003145 start:
-0x2000 003146 call lpmstate 
-:      003148 soft_reset:
-0x2001 003149 bpatch patch00_0 ,mem_patch00 
-0x2002 003150 clear_stack 
-0x2003 003151 call spi_ncs_gpio_init 
-0x2004 003152 call initialize_radio 
-0x2005 003153 call iicd_init_12m 
-0x2006 003154 call init_param 
-0x2007 003155 call l2cap_init 
-0x2008 003156 bpatch patch00_1 ,mem_patch00 
-0x2009 003157 call rfcomm_init 
-0x200a 003158 call init_lmp 
-0x200b 003159 call ui_init 
-0x200c 003160 call app_init 
-0x200d 003161 ncall load_chip_option ,wake 
-0x200e 003162 bpatch patch00_2 ,mem_patch00 
-0x200f 003163 call app_lpm_init ,wake 
-0x2010 003164 call publickey_init 
-0x2011 003165 call lpm_recover_clk ,wake 
-:      003166 main_loop:
-0x2012 003167 bpatch patch00_3 ,mem_patch00 
-0x2013 003168 call sp_calc_sequence 
-0x2014 003169 call sp_calc_sequence_256 
-0x2015 003170 call sp_calc_sequence_256_check 
-0x2016 003171 call le_dispatch 
-0x2017 003172 bpatch patch00_4 ,mem_patch00 
-0x2018 003173 call idle_dispatch 
-0x2019 003174 call app_process_idle 
-0x201a 003175 call inquiry_dispatch 
-0x201b 003176 call inquiry_scan_dispatch 
-0x201c 003177 call page_scan_dispatch 
-0x201d 003178 call connection_dispatch 
-0x201e 003179 call lpm_dispatch 
-0x201f 003180 call g24_dispatch 
-0x2020 003181 branch main_loop 
-:      003183 connection_dispatch:
-0x2021 003184 call connection_incontext 
-0x2022 003185 rtnmark0 mark_context 
-0x2023 003186 set0 mark_context ,mark 
-0x2024 003187 call context_save 
-0x2025 003188 branch le_disable 
-:      003190 connection_incontext:
-0x2026 003191 bpatch patch00_5 ,mem_patch00 
-0x2027 003192 call context_search_insniff 
-0x2028 003193 nbranch connection_nosniff ,zero 
-0x2029 003194 call context_load 
-0x202a 003195 add rega ,coffset_mode ,contr 
-0x202b 003196 ifetch 1 ,contr 
-0x202c 003197 bbit1 mode_le ,le_conn_dispatch 
-0x202d 003198 bbit1 mode_master ,master_dispatch 
-0x202e 003199 branch slave_dispatch 
-:      003200 connection_nosniff:
-0x202f 003201 call context_get_next 
-0x2030 003202 copy loopcnt ,null 
-0x2031 003203 rtn zero 
-0x2032 003204 call context_load 
-0x2033 003205 fetch 1 ,mem_state 
-0x2034 003206 bbit1 state_inpage ,master_page 
-0x2035 003207 fetch 1 ,mem_mode 
-0x2036 003208 bbit1 mode_master ,master_dispatch 
-0x2037 003209 branch slave_dispatch 
-:      003217 idle_dispatch:
-0x2038 003218 fetch 1 ,mem_hci_cmd 
-0x2039 003219 rtn blank 
-0x203a 003220 beq hci_cmd_inquiry ,idle_inquiry 
-0x203b 003221 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
-0x203c 003222 beq hci_cmd_remote_name_req ,idle_remote_name_req 
-0x203d 003223 beq hci_cmd_create_conn ,idle_create_conn 
-0x203e 003224 beq hci_cmd_le_create_conn ,idle_le_create_conn 
-0x203f 003225 call context_search_conn_handle 
-0x2040 003226 rtn zero 
-0x2041 003227 call context_search_plap 
-0x2042 003228 rtn zero 
-:      003229 idle_exit:
-0x2043 003230 jam 0 ,mem_hci_cmd 
-0x2044 003231 rtn 
-:      003233 idle_le_create_conn:
-0x2045 003234 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x2046 003235 jam 0 ,mem_hci_cmd 
-0x2047 003236 rtn 
-:      003238 idle_inquiry:
-0x2048 003239 set1 mark_inquiry_on ,mark 
-0x2049 003240 set0 mark_inquiry_trainb ,mark 
-0x204a 003241 jam param_ninquiry ,mem_ninqy_index 
-0x204b 003242 jam 31 ,mem_nfreq_index_inq 
-0x204c 003243 branch idle_exit 
-:      003245 idle_inquiry_cancel:
-0x204d 003246 set0 mark_inquiry_on ,mark 
-0x204e 003247 force 0 ,stop_watch 
-0x204f 003248 branch idle_exit 
-:      003250 idle_remote_name_req:
-0x2050 003251 call context_search_plap 
-0x2051 003252 rtn zero 
-0x2052 003253 force lmp_name_req ,temp 
-0x2053 003254 jam 5 ,mem_nameres_cnt 
-0x2054 003255 branch idle_start_page 
-:      003257 idle_create_conn:
-0x2055 003258 bpatch patch00_6 ,mem_patch00 
-:      003259 idle_create_conn_device:
-0x2056 003260 fetch 6 ,mem_hci_plap 
-0x2057 003261 branch idle_exit ,blank 
-0x2058 003262 jam reconnect_hid ,memui_reconnect_mode 
-0x2059 003264 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x205a 003265 branch idle_create_conn_cont 
-:      003267 idle_create_conn_cont:
-0x205b 003268 force lmp_version_req ,temp 
-:      003269 idle_start_page:
-0x205c 003270 bpatch patch00_7 ,mem_patch00 
-0x205d 003271 fetch 1 ,mem_page_mode 
-0x205e 003272 branch idle_page_mode_r0 ,blank 
-0x205f 003273 lshift3 pdata ,pdata 
-0x2060 003274 lshift4 pdata ,pdata 
-0x2061 003275 increase -1 ,pdata 
-:      003276 idle_page_mode_r0:
-0x2062 003277 store 1 ,mem_npage 
-0x2063 003278 store 1 ,mem_npage_index 
-0x2064 003279 jam 31 ,mem_nfreq_index_page 
-0x2065 003280 set0 mark_page_trainb ,mark 
-0x2066 003281 call context_new 
-0x2067 003282 nbranch idle_page_fail ,zero 
-0x2068 003283 call get_free_amaddr 
-0x2069 003284 store 1 ,mem_amaddr 
-0x206a 003285 storet 1 ,mem_lmo_opcode2 
-0x206b 003286 fetch 6 ,mem_hci_plap 
-0x206c 003287 store 6 ,mem_plap 
-0x206d 003288 bpatch patch01_0 ,mem_patch01 
-0x206e 003289 call timer_reinit 
-0x206f 003290 force 0 ,pdata 
-0x2070 003291 compare lmp_name_req ,temp ,0xff 
-0x2071 003292 nsetflag true ,state_init_seq ,pdata 
-0x2072 003293 set1 state_inpage ,pdata 
-0x2073 003294 store 1 ,mem_state 
-0x2074 003295 jam bt_evt_reconn_started ,mem_fifo_temp 
-0x2075 003296 call ui_ipc_send_event 
-0x2076 003297 force 0 ,pdata 
-0x2077 003298 setflag true ,smap_name_req ,pdata 
-0x2078 003299 store 1 ,mem_state_map 
-0x2079 003300 setarg 0 
-0x207a 003301 set1 mode_master ,pdata 
-0x207b 003302 store 1 ,mem_mode 
-0x207c 003303 enable master 
-0x207d 003304 call context_save 
-0x207e 003305 disable master 
-0x207f 003306 force page_length_timer ,queue 
-0x2080 003307 fetch 2 ,mem_page_to 
-0x2081 003308 call timer_init 
-0x2082 003309 branch idle_exit 
-:      003310 idle_page_fail:
-0x2083 003311 bpatch patch01_1 ,mem_patch01 
-0x2084 003312 fetch 6 ,mem_hci_plap 
-0x2085 003313 store 6 ,mem_plap 
-0x2086 003314 compare lmp_name_req ,temp ,0xff 
-0x2087 003315 branch idle_name_fail ,true 
-0x2088 003316 branch idle_exit 
-:      003317 idle_name_fail:
-0x2089 003318 arg mem_tmp_buffer ,contw 
-0x208a 003319 arg 8 ,loopcnt 
-0x208b 003320 call memset0 
-0x208c 003321 jam bt_evt_reconn_failed ,mem_fifo_temp 
-0x208d 003322 call ui_ipc_send_event 
-0x208e 003323 branch idle_exit 
-:      003330 inquiry_dispatch:
-0x208f 003331 rtnmark0 mark_inquiry_on 
-0x2090 003332 force inquiry_length_timer ,queue 
-0x2091 003333 call timer_check 
-0x2092 003334 nsetflag blank ,mark_inquiry_on ,mark 
-0x2093 003335 nbranch inquiry_start ,blank 
-0x2094 003336 rtn 
-:      003340 inquiry_start:
-0x2095 003341 bpatch patch01_2 ,mem_patch01 
-0x2096 003342 fetcht 2 ,mem_inq_window 
-0x2097 003343 force 4 ,queue 
-0x2098 003344 call sniff_check_window 
-0x2099 003345 rtn user 
-0x209a 003346 call afh_clear 
-0x209b 003347 force 0 ,freq_mode 
-:      003348 inquiry_restart:
-0x209c 003349 rtn timeout 
-0x209d 003350 set0 mark_fhs_already_good ,mark 
-0x209e 003351 set0 mark_fhs_eir ,mark 
-:      003352 inquiry_rx_restart:
-0x209f 003353 add clkn_bt ,1 ,bt_clk 
-0x20a0 003354 isolate1 mark_inquiry_trainb ,mark 
-0x20a1 003355 setflag true ,2 ,freq_mode 
-0x20a2 003356 compare 0x00 ,bt_clk ,0x02 
-0x20a3 003357 nbranch inquiry_receive ,true 
-:      003359 inquiry_transmit:
-0x20a4 003360 bpatch patch01_3 ,mem_patch01 
-0x20a5 003361 fetch 1 ,mem_inquiry_transmit 
-0x20a6 003362 increase 1 ,pdata 
-0x20a7 003363 store 1 ,mem_inquiry_transmit 
-0x20a8 003364 call fetch_giac 
-0x20a9 003365 call tx_radio_freq 
-0x20aa 003366 call fetch_diac 
-0x20ab 003367 call start_transmitter 
-0x20ac 003368 call start_tx_native 
-0x20ad 003369 call send_access_word 
-0x20ae 003370 call end_of_packet 
-0x20af 003371 call inquiry_check_train 
-0x20b0 003372 branch inquiry_restart 
-:      003374 inquiry_check_train:
-0x20b1 003375 bpatch patch01_4 ,mem_patch01 
-0x20b2 003376 fetch 1 ,mem_nfreq_index_inq 
-0x20b3 003377 increase -1 ,pdata 
-0x20b4 003378 store 1 ,mem_nfreq_index_inq 
-0x20b5 003379 rtn positive 
-0x20b6 003380 jam 31 ,mem_nfreq_index_inq 
-0x20b7 003381 fetch 1 ,mem_ninqy_index 
-0x20b8 003382 increase -1 ,pdata 
-0x20b9 003383 store 1 ,mem_ninqy_index 
-0x20ba 003384 rtn positive 
-0x20bb 003385 setflip mark_inquiry_trainb ,mark 
-0x20bc 003386 jam param_ninquiry ,mem_ninqy_index 
-0x20bd 003387 rtn 
-:      003389 inquiry_receive:
-0x20be 003390 bpatch patch01_5 ,mem_patch01 
-0x20bf 003391 call fetch_giac 
-0x20c0 003392 call rx_radio_freq 
-0x20c1 003393 call fetch_diac 
-0x20c2 003394 call start_rx_native 
-0x20c3 003395 call start_receiver 
-0x20c4 003396 call wait_access_clkn_rt 
-0x20c5 003397 branch inquiry_sync ,sync 
-0x20c6 003398 call inquiry_check_train 
-0x20c7 003399 branch inquiry_rx_restart 
-:      003400 inquiry_sync:
-0x20c8 003401 bpatch patch01_6 ,mem_patch01 
-0x20c9 003402 call save_rssi 
-0x20ca 003403 call scan_mode_whiten 
-0x20cb 003404 call receive_packet_whitened 
-0x20cc 003405 set0 mark_rxbuf_inuse ,mark 
-0x20cd 003406 rtnmark0 mark_fhs_already_good 
-:      003407 inquiry_receive_rtn:
-0x20ce 003408 bpatch patch01_7 ,mem_patch01 
-:      003409 inquiry_receive_eir_rtn:
-0x20cf 003410 fetch 1 ,mem_inquiry_rcv 
-0x20d0 003411 increase 1 ,pdata 
-0x20d1 003412 store 1 ,mem_inquiry_rcv 
-0x20d2 003413 rtn 
-:      003421 master_page:
-0x20d3 003422 bpatch patch02_0 ,mem_patch02 
-0x20d4 003423 enable master 
-0x20d5 003424 enable clknt 
-0x20d6 003425 fetch 2 ,mem_page_interval 
-0x20d7 003426 branch master_page_no_interval ,blank 
-0x20d8 003427 force page_interval_timer ,queue 
-0x20d9 003428 call timer_check 
-0x20da 003429 nrtn blank 
-:      003430 master_page_no_interval:
-0x20db 003431 bpatch patch02_1 ,mem_patch02 
-0x20dc 003432 fetcht 2 ,mem_page_window 
-0x20dd 003433 force 40 ,queue 
-0x20de 003434 call sniff_check_window 
-0x20df 003435 branch page_exit ,user 
-0x20e0 003436 force page_length_timer ,queue 
-0x20e1 003437 call timer_check 
-0x20e2 003438 nbranch page_start ,blank 
-0x20e3 003439 fetch 1 ,mem_state_map 
-0x20e4 003440 bbit1 smap_name_req ,master_npage_timeout 
-0x20e5 003441 branch master_page_timeout 
-:      003442 master_npage_timeout:
-0x20e6 003443 arg mem_tmp_buffer ,contw 
-0x20e7 003444 arg 8 ,loopcnt 
-0x20e8 003445 call memset0 
-:      003446 master_page_timeout:
-0x20e9 003447 bpatch patch02_2 ,mem_patch02 
-0x20ea 003448 jam 0 ,mem_state 
-0x20eb 003449 call init_lmp_work 
-0x20ec 003450 jam 0 ,memui_reconnect_mode 
-0x20ed 003451 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
-0x20ee 003452 call ui_ipc_send_event 
-0x20ef 003453 branch page_exit 
-:      003455 page_start:
-0x20f0 003456 bpatch patch02_3 ,mem_patch02 
-0x20f1 003457 force 0 ,timeup 
-0x20f2 003458 until clkn_rt ,meet 
-0x20f3 003459 fetch 1 ,mem_page_clk 
-0x20f4 003460 increase -1 ,pdata 
-0x20f5 003461 ixor clkn_bt ,pdata 
-0x20f6 003462 compare 0 ,pdata ,3 
-0x20f7 003463 nbranch page_start ,true 
-0x20f8 003464 deposit am_addr 
-0x20f9 003465 store 1 ,mem_fhs_am_addr 
-0x20fa 003466 force 0 ,n_tx_slot 
-0x20fb 003467 force 0 ,freq_mode 
-:      003469 page_restart:
-0x20fc 003470 bpatch patch02_4 ,mem_patch02 
-0x20fd 003471 branch page_exit ,timeout 
-0x20fe 003472 call fetch_page_bt_adr 
-0x20ff 003473 arg param_rf_setup ,timeup 
-0x2100 003474 until clkn_rt ,meet 
-:      003475 page_rx_restart:
-0x2101 003476 bpatch patch02_5 ,mem_patch02 
-0x2102 003477 fetch 4 ,mem_page_clk 
-0x2103 003478 iforce bt_clk 
-0x2104 003479 increase 1 ,pdata 
-0x2105 003480 store 4 ,mem_page_clk 
-0x2106 003481 isolate1 mark_page_trainb ,mark 
-0x2107 003482 setflag true ,2 ,freq_mode 
-0x2108 003483 compare 0x00 ,bt_clk ,0x02 
-0x2109 003484 nbranch page_receive ,true 
-0x210a 003485 fetch 1 ,mem_page_transmit 
-0x210b 003486 increase 1 ,pdata 
-0x210c 003487 store 1 ,mem_page_transmit 
-0x210d 003488 call tx_radio_freq 
-0x210e 003489 call start_transmitter 
-0x210f 003490 call start_tx_native 
-0x2110 003491 call send_access_word 
-0x2111 003492 call end_of_packet 
-0x2112 003493 call page_check_train 
-0x2113 003494 branch page_restart 
-:      003495 page_exit:
-0x2114 003496 bpatch patch02_6 ,mem_patch02 
-0x2115 003497 disable master 
-0x2116 003498 fetch 2 ,mem_page_interval 
-0x2117 003499 rtn blank 
-0x2118 003500 force page_interval_timer ,queue 
-0x2119 003501 branch timer_init 
-:      003503 page_check_train:
-0x211a 003504 bpatch patch02_7 ,mem_patch02 
-0x211b 003505 fetch 1 ,mem_nfreq_index_page 
-0x211c 003506 increase -1 ,pdata 
-0x211d 003507 store 1 ,mem_nfreq_index_page 
-0x211e 003508 rtn positive 
-0x211f 003509 jam 31 ,mem_nfreq_index_page 
-0x2120 003510 fetch 1 ,mem_npage_index 
-0x2121 003511 increase -1 ,pdata 
-0x2122 003512 store 1 ,mem_npage_index 
-0x2123 003513 rtn positive 
-0x2124 003514 setflip mark_page_trainb ,mark 
-0x2125 003515 fetch 1 ,mem_npage 
-0x2126 003516 store 1 ,mem_npage_index 
-0x2127 003517 rtn 
-:      003519 page_receive:
-0x2128 003520 bpatch patch03_0 ,mem_patch03 
-0x2129 003521 call rx_radio_freq 
-0x212a 003522 call start_rx_native 
-0x212b 003523 call start_receiver 
-0x212c 003524 call wait_access_clkn_rt 
-0x212d 003525 branch page_sync ,sync 
-0x212e 003526 call page_check_train 
-0x212f 003527 branch page_rx_restart 
-:      003528 page_sync:
-0x2130 003529 call end_of_packet 
-0x2131 003530 fetch 1 ,mem_page_rcv 
-0x2132 003531 increase 1 ,pdata 
-0x2133 003532 store 1 ,mem_page_rcv 
-0x2134 003533 force 0 ,stop_watch 
-0x2135 003534 fetch 4 ,mem_page_clk 
-:      003535 page_send_fhs:
-0x2136 003536 bpatch patch03_1 ,mem_patch03 
-0x2137 003537 call rf_setup_time_master_slot 
-0x2138 003538 call fetch_page_bt_adr 
-0x2139 003539 increase 1 ,n_tx_slot 
-:      003540 page_send_fhs_continue:
-0x213a 003541 and_into 0x1fd ,bt_clk 
-0x213b 003542 and_into 0x1fc ,freq_mode 
-0x213c 003543 call tx_radio_freq 
-0x213d 003544 call start_transmitter 
-0x213e 003545 call start_tx_native 
-0x213f 003546 call send_access_word 
-0x2140 003547 deposit clkn_bt 
-0x2141 003548 store 4 ,mem_clkn_bt 
-0x2142 003549 force 0 ,am_addr 
-0x2143 003550 force type_fhs ,type 
-0x2144 003551 call scan_mode_whiten 
-0x2145 003552 call transmit_packet_whitened 
-:      003553 page_wait_fhs_reply:
-0x2146 003554 bpatch patch03_2 ,mem_patch03 
-0x2147 003555 call rf_setup_time_slave_slot 
-0x2148 003556 or_into 0x02 ,bt_clk 
-0x2149 003557 and_into 0x1fc ,freq_mode 
-0x214a 003558 call rx_radio_freq 
-0x214b 003559 call start_rx_native 
-0x214c 003560 call start_receiver 
-0x214d 003561 call wait_access_clkn_rt 
-0x214e 003562 call end_of_packet ,sync 
-0x214f 003563 branch page_wait_fhs_reply_ok ,sync 
-0x2150 003564 fetch 1 ,mem_fhs_wait_counter 
-0x2151 003565 branch page_restart ,blank 
-0x2152 003566 increase -1 ,pdata 
-0x2153 003567 store 1 ,mem_fhs_wait_counter 
-0x2154 003568 branch page_send_fhs 
-:      003570 page_wait_fhs_reply_ok:
-0x2155 003571 bpatch patch03_3 ,mem_patch03 
-0x2156 003572 fetch 1 ,mem_page_rcv_fhs 
-0x2157 003573 increase 1 ,pdata 
-0x2158 003574 store 1 ,mem_page_rcv_fhs 
-0x2159 003575 call prepare_newconn 
-:      003576 master_newconn_loop:
-0x215a 003577 call master_newconn_once 
-0x215b 003578 branch newconn_poll_responded ,sync 
-0x215c 003579 call new_conn_timeout 
-0x215d 003580 nbranch master_newconn_loop ,blank 
-0x215e 003581 branch page_restart 
-:      003583 newconn_poll_responded:
-0x215f 003584 bpatch patch03_4 ,mem_patch03 
-0x2160 003585 fetch 1 ,mem_state 
-0x2161 003586 set0 state_inpage ,pdata 
-0x2162 003587 store 1 ,mem_state 
-0x2163 003588 call newconn_init 
-0x2164 003589 disable master 
-0x2165 003590 rtn 
-:      003593 master_dispatch:
-0x2166 003594 bpatch patch03_5 ,mem_patch03 
-0x2167 003595 enable master 
-0x2168 003596 enable clknt 
-0x2169 003597 call role_switch_master 
-0x216a 003598 rtn user 
-0x216b 003599 call check_bt_disabled 
-0x216c 003600 call rf_setup_time_master_slot 
-0x216d 003601 add clkn_bt ,1 ,bt_clk 
-0x216e 003602 call fetch_self_bt_adr 
-0x216f 003603 force 0x03 ,freq_mode 
-0x2170 003604 call scheduler_tx_l2cap_pkt 
-0x2171 003605 call prepare_tx 
-0x2172 003606 call tx_radio_freq 
-0x2173 003607 call start_transmitter 
-0x2174 003608 call start_tx_native 
-0x2175 003609 call send_access_word 
-0x2176 003610 call transmit_packet 
-:      003611 master_loop:
-0x2177 003612 bpatch patch03_6 ,mem_patch03 
-0x2178 003613 call parse_lmp 
-0x2179 003614 call master_conn_recv_packet 
-0x217a 003615 nbranch master_notmatch ,match 
-0x217b 003616 call supervision_flush 
-0x217c 003617 call parse_l2cap 
-0x217d 003618 fetch 1 ,mem_master_rcvcnt 
-0x217e 003619 increase 1 ,pdata 
-0x217f 003620 store 1 ,mem_master_rcvcnt 
-:      003621 master_notmatch:
-0x2180 003622 bpatch patch03_7 ,mem_patch03 
-0x2181 003623 call scheduler_process 
-0x2182 003624 call check_master_disconnect 
-0x2183 003625 nrtn master 
-0x2184 003626 call check_attempt 
-0x2185 003627 nbranch master_attempt ,blank 
-:      003628 master_exit:
-0x2186 003629 disable master 
-0x2187 003630 rtn 
-:      003632 master_attempt:
-0x2188 003633 call prepare_tx 
-0x2189 003634 call master_conn_send_packet 
-0x218a 003635 branch master_loop 
-:      003638 check_master_disconnect:
-0x218b 003639 branch check_master_match ,match 
-0x218c 003640 call supervision_update 
-0x218d 003641 branch master_disconnect ,positive 
-:      003642 check_master_match:
-0x218e 003643 call check_disconnect_timeout 
-0x218f 003644 nbranch master_disconnect ,user 
-0x2190 003645 fetch 1 ,mem_state_map 
-0x2191 003646 rtnbit0 smap_name_req 
-0x2192 003647 rtnbit1 smap_name_res 
-0x2193 003648 fetch 1 ,mem_op 
-0x2194 003649 rtnbit1 op_disconn 
-0x2195 003650 call conn_timer_expired 
-0x2196 003651 nrtn blank 
-0x2197 003652 fetch 1 ,mem_nameres_cnt 
-0x2198 003653 increase -1 ,pdata 
-0x2199 003654 store 1 ,mem_nameres_cnt 
-0x219a 003655 nrtn blank 
-0x219b 003656 branch lmp_disconnect 
-:      003658 master_disconnect:
-0x219c 003659 bpatch patch04_0 ,mem_patch04 
-0x219d 003660 call quit_connection 
-0x219e 003661 disable master 
-0x219f 003662 fetch 1 ,mem_state_map 
-0x21a0 003663 bbit1 smap_name_req ,master_name_disconnect 
-0x21a1 003664 rtn 
-:      003666 master_name_disconnect:
-0x21a2 003667 fetch 1 ,mem_state_map 
-0x21a3 003668 rtnbit1 smap_name_res 
-:      003669 master_name_error:
-0x21a4 003670 arg mem_tmp_buffer ,contw 
-0x21a5 003671 arg 8 ,loopcnt 
-0x21a6 003672 branch memset0 
-:      003674 check_disconnect_timeout:
-0x21a7 003675 bpatch patch04_1 ,mem_patch04 
-0x21a8 003676 enable user 
-0x21a9 003677 fetch 1 ,mem_op 
-0x21aa 003678 rtnbit0 op_disconn 
-0x21ab 003679 call conn_timer_expired 
-0x21ac 003680 nrtn blank 
-0x21ad 003681 branch disable_user 
-:      003683 conn_timer_expired:
-0x21ae 003684 fetch 1 ,mem_conn_timer 
-0x21af 003685 increase -1 ,pdata 
-0x21b0 003686 store 1 ,mem_conn_timer 
-0x21b1 003687 rtn 
-:      003689 linkkey_ready:
-0x21b2 003690 bpatch patch04_2 ,mem_patch04 
-0x21b3 003691 fetch 1 ,mem_state 
-0x21b4 003692 bbit1 state_linkkey ,linkkey_set 
-0x21b5 003693 fetch 1 ,mem_pairing_auth 
-0x21b6 003694 branch linkkey_set ,blank 
-0x21b7 003695 jam defalt_pairing_auth ,mem_pairing_auth 
-0x21b8 003696 jam bt_evt_linkkey_generate ,mem_fifo_temp 
-0x21b9 003697 call ui_ipc_send_event 
-0x21ba 003698 branch linkkey_set 
-:      003699 linkkey_set:
-0x21bb 003700 bpatch patch04_3 ,mem_patch04 
-0x21bc 003701 call context_traverse_linkkey 
-0x21bd 003702 fetch 1 ,mem_state 
-0x21be 003703 set1 state_linkkey ,pdata 
-0x21bf 003704 store 1 ,mem_state 
-0x21c0 003705 jam 1 ,mem_link_key_exists 
-0x21c1 003706 fetch 1 ,mem_conn_sm 
-0x21c2 003707 bne conn_sm_pairing ,linkkey_set_continue 
-:      003708 linkkey_set_continue:
-0x21c3 003709 rtn 
-:      003711 generate_linkkey_continue:
-0x21c4 003712 jam pairing_auth ,mem_pairing_auth 
-:      003713 clear_linkstate:
-0x21c5 003714 fetch 1 ,mem_state 
-0x21c6 003715 set0 state_linkkey ,pdata 
-0x21c7 003716 store 1 ,mem_state 
-0x21c8 003717 rtn 
-:      003721 role_switch_check:
-0x21c9 003722 bpatch patch04_4 ,mem_patch04 
-0x21ca 003723 disable user 
-0x21cb 003724 fetch 2 ,mem_tsniff 
-0x21cc 003725 arg 0xffff ,temp 
-0x21cd 003726 isub temp ,null 
-0x21ce 003727 nrtn zero 
-0x21cf 003728 fetch 4 ,mem_sniff_anchor 
-0x21d0 003729 branch role_switch_clkn ,clknt 
-0x21d1 003730 isub clke_bt ,pdata 
-0x21d2 003731 branch role_switch_clke 
-:      003732 role_switch_clkn:
-0x21d3 003733 isub clkn_bt ,pdata 
-:      003734 role_switch_clke:
-0x21d4 003735 sub pdata ,4 ,null 
-0x21d5 003736 nrtn positive 
-0x21d6 003737 force 0 ,pdata 
-0x21d7 003738 store 2 ,mem_tsniff 
-0x21d8 003739 branch enable_user 
-:      003743 role_switch_prepare:
-0x21d9 003744 copy pdata ,temp 
-0x21da 003745 bpatch patch04_5 ,mem_patch04 
-0x21db 003746 storet 4 ,mem_sniff_anchor 
-:      003747 role_switch_prepare0:
-0x21dc 003748 jam switch_flag_accept ,mem_switch_flag 
-0x21dd 003749 setarg 0xffff 
-0x21de 003750 store 2 ,mem_tsniff 
-0x21df 003751 jam 1 ,mem_sniff_attempt 
-0x21e0 003752 rtn 
-:      003755 role_switch_master:
-0x21e1 003756 bpatch patch04_6 ,mem_patch04 
-0x21e2 003757 call role_switch_check 
-0x21e3 003758 nrtn user 
-0x21e4 003759 disable user 
-0x21e5 003760 jam param_newconnto ,mem_newconnto_counter 
-0x21e6 003761 set0 mark_fhs_already_good ,mark 
-:      003762 roles_waitfhs_loop:
-0x21e7 003763 call rf_setup_time_master_slot 
-0x21e8 003764 call master_recv_packet 
-0x21e9 003765 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
-0x21ea 003766 call new_conn_timeout 
-0x21eb 003767 nbranch roles_waitfhs_loop ,blank 
-:      003768 role_switch_fail_master:
-0x21ec 003769 bpatch patch04_7 ,mem_patch04 
-0x21ed 003770 disable user 
-0x21ee 003771 deposit clkn_bt 
-0x21ef 003772 store 4 ,mem_next_btclk 
-0x21f0 003773 enable clknt 
-0x21f1 003774 enable master 
-0x21f2 003775 jam bt_evt_switch_fail_master ,mem_fifo_temp 
-0x21f3 003776 branch ui_ipc_send_event 
-:      003778 roles_replyto_fhs:
-0x21f4 003779 bpatch patch05_0 ,mem_patch05 
-0x21f5 003780 call rf_setup_time_slave_slot 
-0x21f6 003781 arg type_id ,type 
-0x21f7 003782 call master_send_packet 
-0x21f8 003783 disable clknt 
-0x21f9 003784 disable master 
-0x21fa 003785 call apply_switch_clke 
-0x21fb 003786 call prepare_newconn 
-:      003787 roles_newconns_loop:
-0x21fc 003788 bpatch patch05_1 ,mem_patch05 
-0x21fd 003789 call slave_newconn_once 
-0x21fe 003790 branch roles_newconns_responded ,match 
-0x21ff 003791 call new_conn_timeout 
-0x2200 003792 nbranch roles_newconns_loop ,blank 
-0x2201 003793 branch role_switch_fail_master 
-:      003794 roles_newconns_responded:
-0x2202 003795 fetch 1 ,mem_mode 
-0x2203 003796 set0 mode_master ,pdata 
-0x2204 003797 store 1 ,mem_mode 
-0x2205 003798 call supervision_flush 
-0x2206 003799 call calc_clke_offset 
-0x2207 003800 enable user 
-0x2208 003801 jam bt_evt_switch_success_master ,mem_fifo_temp 
-0x2209 003802 branch ui_ipc_send_event 
-:      003807 context_load:
-0x220a 003808 bpatch patch05_2 ,mem_patch05 
-0x220b 003809 set1 mark_context ,mark 
-0x220c 003810 deposit rega 
-0x220d 003811 store 2 ,mem_context_ptr 
-0x220e 003812 force context_size ,loopcnt 
-0x220f 003813 arg mem_le_state ,contw 
-0x2210 003814 add rega ,coffset_mode ,contr 
-0x2211 003815 ifetch 1 ,contr 
-0x2212 003816 copy rega ,contr 
-0x2213 003817 bbit1 mode_le ,memcpy 
-0x2214 003818 arg mem_state ,contw 
-0x2215 003819 call memcpy 
-0x2216 003820 disable attempt 
-0x2217 003821 fetch 1 ,mem_amaddr 
-0x2218 003822 iforce am_addr 
-0x2219 003823 jam 1 ,mem_current_sniff_attempt 
-0x221a 003824 branch context_load_master ,master 
-0x221b 003825 jam 1 ,mem_current_sniff_attempt 
-:      003826 context_load_master:
-0x221c 003827 fetch 1 ,mem_state 
-0x221d 003828 rtnbit0 state_insniff 
-0x221e 003829 fetch 1 ,mem_sniff_attempt 
-0x221f 003830 store 1 ,mem_current_sniff_attempt 
-0x2220 003831 fetch 1 ,mem_sniff_timeout 
-0x2221 003832 store 1 ,mem_current_sniff_timeout 
-0x2222 003833 rtn 
-:      003835 context_save:
-0x2223 003836 bpatch patch05_3 ,mem_patch05 
-0x2224 003837 fetch 2 ,mem_context_ptr 
-0x2225 003838 iforce contw 
-0x2226 003839 force context_size ,loopcnt 
-0x2227 003840 arg mem_le_state ,contr 
-0x2228 003841 branch memcpy ,le 
-0x2229 003842 arg mem_state ,contr 
-0x222a 003843 branch memcpy 
-:      003847 context_get_next:
-0x222b 003848 arg context_num ,loopcnt 
-0x222c 003849 fetcht 1 ,mem_current_context 
-:      003850 context_get_next_loop:
-0x222d 003851 increase 1 ,temp 
-0x222e 003852 compare context_num ,temp ,0xff 
-0x222f 003853 nbranch context_get_next_cont ,true 
-0x2230 003854 arg 0 ,temp 
-:      003855 context_get_next_cont:
-0x2231 003856 storet 1 ,mem_current_context 
-0x2232 003857 mul32 temp ,context_size ,pdata 
-0x2233 003858 arg mem_context ,rega 
-0x2234 003859 iadd rega ,rega 
-0x2235 003860 ifetch 1 ,rega 
-0x2236 003861 bbit1 state_insniff ,context_get_next_sniff 
-0x2237 003862 rtnbit1 state_inconn 
-0x2238 003863 rtnbit1 state_inpage 
-:      003864 context_get_next_sniff:
-0x2239 003865 loop context_get_next_loop 
-0x223a 003866 rtn 
-:      003868 context_new:
-0x223b 003869 bpatch patch05_4 ,mem_patch05 
-0x223c 003870 arg context_search_empty ,regc 
-0x223d 003871 call context_search 
-0x223e 003872 nrtn zero 
-0x223f 003873 deposit rega 
-0x2240 003874 store 2 ,mem_context_ptr 
-0x2241 003875 force 0 ,null 
-0x2242 003876 rtn 
-:      003880 context_check_all_wack:
-0x2243 003881 call check_esco_amaddr 
-0x2244 003882 branch context_check_esco_wack ,true 
-0x2245 003883 fetch 2 ,mem_context_ptr 
-0x2246 003884 add pdata ,coffset_arq ,contw 
-0x2247 003885 fetch 1 ,mem_arq 
-0x2248 003886 istore 1 ,contw 
-0x2249 003887 arg context_check_a_wack ,regc 
-0x224a 003888 branch context_search 
-:      003890 context_check_esco_wack:
-0x224b 003891 fetch 1 ,mem_arq 
-0x224c 003892 isolate1 wack ,pdata 
-0x224d 003893 branch context_esco_wack ,true 
-0x224e 003894 force 1 ,null 
-0x224f 003895 rtn 
-:      003896 context_esco_wack:
-0x2250 003897 force 0 ,null 
-0x2251 003898 rtn 
-:      003901 context_check_idle:
-0x2252 003902 arg context_check_inconn ,regc 
-0x2253 003903 branch context_search 
-:      003905 context_traverse_linkkey:
-0x2254 003906 fetcht 2 ,mem_context_ptr 
-0x2255 003907 arg context_traverse_clearkey ,regc 
-0x2256 003908 branch context_search 
-:      003912 context_search_conn_handle:
-0x2257 003913 fetcht 1 ,mem_hci_conn_handle 
-:      003914 context_search_conn_handle2:
-0x2258 003915 arg context_search_handle ,regc 
-0x2259 003916 branch context_search 
-:      003918 context_search_plap:
-0x225a 003919 bpatch patch05_5 ,mem_patch05 
-0x225b 003920 fetcht 6 ,mem_hci_plap 
-:      003921 context_search_plap2:
-0x225c 003922 arg context_search_lap ,regc 
-0x225d 003923 branch context_search 
-:      003925 context_search_insniff:
-0x225e 003926 arg context_search_sniff ,regc 
-0x225f 003927 branch context_search 
-:      003929 context_search_sniff_window:
-0x2260 003930 arg context_search_window ,regc 
-:      003931 context_search:
-0x2261 003932 bpatch patch05_6 ,mem_patch05 
-0x2262 003933 arg mem_context ,rega 
-0x2263 003934 arg context_num ,loopcnt 
-:      003935 context_search_loop:
-0x2264 003936 ifetch 1 ,rega 
-0x2265 003937 copy regc ,pc 
-:      003938 context_search_next:
-0x2266 003939 increase context_size ,rega 
-0x2267 003940 loop context_search_loop 
-0x2268 003941 force 1 ,null 
-0x2269 003942 rtn 
-:      003944 context_search_empty:
-0x226a 003945 bbit1 state_inconn ,context_search_next 
-0x226b 003946 bbit1 state_inpage ,context_search_next 
-0x226c 003947 force 0 ,null 
-0x226d 003948 rtn 
-:      003950 context_search_lap:
-0x226e 003951 bbit1 state_inpage ,context_search_lap_cont 
-0x226f 003952 bbit0 state_inconn ,context_search_next 
-:      003953 context_search_lap_cont:
-0x2270 003954 add rega ,coffset_plap ,contr 
-0x2271 003955 ifetch 6 ,contr 
-0x2272 003956 isub temp ,null 
-0x2273 003957 rtn zero 
-0x2274 003958 branch context_search_next 
-:      003960 context_search_handle:
-0x2275 003961 bbit0 state_inconn ,context_search_next 
-0x2276 003962 add rega ,coffset_conn_handle ,contr 
-0x2277 003963 ifetch 1 ,contr 
-0x2278 003964 isub temp ,null 
-0x2279 003965 rtn zero 
-0x227a 003966 branch context_search_next 
-:      003968 context_search_sniff:
-0x227b 003969 bbit0 state_insniff ,context_search_next 
-:      003970 context_search_sniff_loop:
-0x227c 003971 call context_get_anchor 
-0x227d 003972 call sign_pdata_temp 
-0x227e 003973 isub temp ,pdata 
-0x227f 003974 increase 1 ,pdata 
-0x2280 003975 branch context_search_sniff_miss ,positive 
-0x2281 003976 copy contr ,regb 
-0x2282 003977 store 9 ,mem_temp 
-0x2283 003978 fetch 1 ,mem_le_sc_calc 
-0x2284 003979 nbranch context_search_sniff_sc ,blank 
-0x2285 003980 fetch 9 ,mem_temp 
-0x2286 003981 copy regb ,contr 
-0x2287 003982 increase 5 ,pdata 
-0x2288 003983 branch context_search_meet1 
-:      003984 context_search_sniff_sc:
-0x2289 003985 fetch 9 ,mem_temp 
-0x228a 003986 copy regb ,contr 
-0x228b 003987 increase 20 ,pdata 
-:      003988 context_search_meet1:
-0x228c 003989 nbranch context_search_next ,positive 
-:      003990 context_search_meet:
-0x228d 003991 copy temp ,bt_clk 
-0x228e 003992 call context_next_anchor 
-0x228f 003993 force 0 ,null 
-0x2290 003994 rtn 
-:      003997 context_search_sniff_miss:
-0x2291 003998 iforce regb 
-0x2292 003999 add rega ,coffset_tsniff ,contr 
-0x2293 004000 ifetch 2 ,contr 
-0x2294 004001 branch context_search_meet ,blank 
-0x2295 004002 call context_next_anchor 
-0x2296 004003 branch context_search_sniff_loop 
-:      004005 sign_pdata_temp:
-0x2297 004006 rshift16 pdata ,timeup 
-0x2298 004007 rshift8 timeup ,timeup 
-0x2299 004008 branch sign_pdata_temp_p0 ,zero 
-0x229a 004009 compare 0xf ,timeup ,0xf 
-0x229b 004010 nrtn true 
-0x229c 004011 rshift16 temp ,timeup 
-0x229d 004012 rshift8 timeup ,timeup 
-0x229e 004013 nrtn zero 
-0x229f 004014 set1 28 ,temp 
-0x22a0 004015 rtn 
-:      004016 sign_pdata_temp_p0:
-0x22a1 004017 rshift16 temp ,timeup 
-0x22a2 004018 rshift8 timeup ,timeup 
-0x22a3 004019 compare 0xf ,timeup ,0xf 
-0x22a4 004020 nrtn true 
-0x22a5 004021 set1 28 ,pdata 
-0x22a6 004022 rtn 
-:      004024 context_check_inconn:
-0x22a7 004025 bbit0 state_inconn ,context_search_next 
-0x22a8 004026 force 0 ,null 
-0x22a9 004027 rtn 
-:      004029 context_check_a_wack:
-0x22aa 004030 bbit0 state_inconn ,context_search_next 
-0x22ab 004031 add rega ,coffset_mode ,contr 
-0x22ac 004032 ifetch 1 ,contr 
-0x22ad 004033 bbit1 mode_le ,context_search_next 
-0x22ae 004034 add rega ,coffset_arq ,contr 
-0x22af 004035 ifetch 1 ,contr 
-0x22b0 004036 bbit0 wack ,context_search_next 
-0x22b1 004037 force 0 ,null 
-0x22b2 004038 rtn 
-:      004040 context_get_anchor:
-0x22b3 004041 add rega ,coffset_mode ,contr 
-0x22b4 004042 ifetcht 1 ,contr 
-0x22b5 004043 deposit clkn_bt 
-0x22b6 004044 isolate1 mode_master ,temp 
-0x22b7 004045 add rega ,coffset_sniff_anchor ,contr 
-0x22b8 004046 ifetcht 4 ,contr 
-0x22b9 004047 rtn true 
-0x22ba 004048 add rega ,coffset_clk_offset ,contr 
-0x22bb 004049 ifetch 6 ,contr 
-0x22bc 004050 call calc_clke2 
-0x22bd 004051 deposit clke_bt 
-0x22be 004052 rtn 
-:      004054 context_next_anchor:
-0x22bf 004055 add rega ,coffset_tsniff ,contr 
-0x22c0 004056 add rega ,coffset_sniff_anchor ,contw 
-0x22c1 004057 ifetch 2 ,contr 
-0x22c2 004058 iadd temp ,timeup 
-0x22c3 004059 deposit timeup 
-0x22c4 004060 istore 4 ,contw 
-0x22c5 004061 branch le_context_nexthop 
-:      004064 context_search_window:
-0x22c6 004065 bbit0 state_insniff ,context_search_next 
-0x22c7 004066 call context_get_anchor 
-0x22c8 004067 iadd stop_watch ,pdata 
-0x22c9 004068 iadd stop_watch ,pdata 
-0x22ca 004069 iadd queue ,pdata 
-0x22cb 004070 isub temp ,null 
-0x22cc 004071 nbranch context_search_next ,positive 
-0x22cd 004072 force 0 ,null 
-0x22ce 004073 rtn 
-:      004075 context_traverse_clearkey:
-0x22cf 004076 bbit0 state_inconn ,context_search_next 
-0x22d0 004077 deposit temp 
-0x22d1 004078 isub rega ,null 
-0x22d2 004079 branch context_search_next ,null 
-0x22d3 004080 add rega ,coffset_mode ,contr 
-0x22d4 004081 ifetch 1 ,contr 
-0x22d5 004082 bbit1 mode_le ,context_search_next 
-0x22d6 004083 ifetch 1 ,rega 
-0x22d7 004084 set0 state_linkkey ,pdata 
-0x22d8 004085 istore 1 ,rega 
-0x22d9 004086 branch context_search_next 
-:      004089 master_conn_send_packet:
-0x22da 004090 bpatch patch05_7 ,mem_patch05 
-0x22db 004091 call rf_setup_time_master_slot 
-:      004092 master_send_packet:
-0x22dc 004093 add clkn_bt ,1 ,bt_clk 
-0x22dd 004094 call fetch_self_bt_adr 
-0x22de 004095 force 0x03 ,freq_mode 
-0x22df 004096 call tx_radio_freq 
-0x22e0 004097 call start_transmitter 
-0x22e1 004098 call start_tx_native 
-0x22e2 004099 call send_access_word 
-0x22e3 004100 branch transmit_packet 
-:      004102 master_conn_recv_packet:
-0x22e4 004103 bpatch patch06_0 ,mem_patch06 
-0x22e5 004104 call rf_setup_time_slave_slot 
-:      004105 master_recv_packet:
-0x22e6 004106 add clkn_bt ,1 ,bt_clk 
-0x22e7 004107 call fetch_self_bt_adr 
-0x22e8 004108 force 0x03 ,freq_mode 
-0x22e9 004109 call rx_radio_freq 
-0x22ea 004110 call init_rx_packet_flags 
-0x22eb 004111 call prep_crypt 
-0x22ec 004112 call start_rx_native 
-0x22ed 004113 call start_receiver 
-:      004114 master_rx_conn_finish_packet:
-0x22ee 004115 call wait_access_clkn_rt 
-0x22ef 004116 nrtn sync 
-0x22f0 004117 call save_rssi 
-0x22f1 004118 branch receive_packet 
-:      004122 master_newconn_once:
-0x22f2 004123 bpatch patch06_1 ,mem_patch06 
-0x22f3 004124 fetch 1 ,mem_fhs_am_addr 
-0x22f4 004125 iforce am_addr 
-0x22f5 004126 force type_poll ,type 
-0x22f6 004127 call master_conn_send_packet 
-0x22f7 004128 branch master_conn_recv_packet 
-:      004139 inquiry_scan_dispatch:
-0x22f8 004140 fetch 1 ,mem_scan_mode 
-0x22f9 004141 rtnbit0 inq_scan_mode 
-0x22fa 004142 force iscan_interval_timer ,queue 
-0x22fb 004143 call timer_check 
-0x22fc 004144 nrtn blank 
-0x22fd 004145 fetcht 2 ,mem_iscan_window 
-0x22fe 004146 force 4 ,queue 
-0x22ff 004147 call sniff_check_window 
-0x2300 004148 rtn user 
-0x2301 004149 call inquiry_scan_start 
-0x2302 004150 force iscan_interval_timer ,queue 
-0x2303 004151 fetch 2 ,mem_iscan_interval 
-0x2304 004152 nbranch timer_init ,sync 
-0x2305 004153 random pdata 
-0x2306 004154 iand mask3ff ,pdata 
-0x2307 004155 branch timer_init 
-:      004158 inquiry_scan_start:
-0x2308 004159 bpatch patch06_2 ,mem_patch06 
-0x2309 004160 jam 0 ,mem_fhs_am_addr 
-0x230a 004161 disable clknt 
-0x230b 004162 disable attempt 
-0x230c 004163 call afh_clear 
-0x230d 004164 and clkn_bt ,0x1fc ,bt_clk 
-0x230e 004165 force 0x01 ,freq_mode 
-0x230f 004166 call fetch_giac 
-0x2310 004167 call rx_radio_freq 
-0x2311 004168 setflip mark_inquiry_state ,mark 
-0x2312 004169 fetch 1 ,mem_inquiryscan_waitcnt 
-0x2313 004170 increase 1 ,pdata 
-0x2314 004171 store 1 ,mem_inquiryscan_waitcnt 
-0x2315 004172 call fetch_diac 
-0x2316 004173 call start_receiver 
-0x2317 004174 call wait_access_forever 
-0x2318 004175 nrtn sync 
-0x2319 004176 bpatch patch06_3 ,mem_patch06 
-0x231a 004177 force 0 ,stop_watch 
-0x231b 004178 call shutdown_radio 
-0x231c 004179 fetch 1 ,mem_inquiryscan_rcvcnt 
-0x231d 004180 increase 1 ,pdata 
-0x231e 004181 store 1 ,mem_inquiryscan_rcvcnt 
-0x231f 004182 call fetch_giac 
-0x2320 004183 call rf_setup_time_slave_slot 
-0x2321 004184 or_into 0x002 ,bt_clk 
-0x2322 004185 force 0x01 ,freq_mode 
-0x2323 004186 call tx_radio_freq 
-0x2324 004187 call fetch_diac 
-0x2325 004188 call start_transmitter 
-0x2326 004189 call start_tx_external 
-0x2327 004190 deposit clkn_bt 
-0x2328 004191 store 4 ,mem_clkn_bt 
-0x2329 004192 call send_access_word 
-0x232a 004193 force type_fhs ,type 
-0x232b 004194 force 0 ,am_addr 
-0x232c 004195 call scan_mode_whiten 
-0x232d 004196 call transmit_packet_whitened 
-0x232e 004197 call send_eir 
-0x232f 004198 and_into 0x1fd ,bt_clk 
-0x2330 004199 increase 1 ,n_tx_slot 
-0x2331 004200 rtn 
-:      004202 send_eir:
-0x2332 004203 bpatch patch06_4 ,mem_patch06 
-0x2333 004204 fetch 1 ,mem_eir_enable 
-0x2334 004205 rtn blank 
-0x2335 004206 arg mem_eir ,contw 
-0x2336 004207 fetch 1 ,mem_local_name_length 
-0x2337 004208 copy pdata ,loopcnt 
-0x2338 004209 increase 1 ,pdata 
-0x2339 004210 istore 1 ,contw 
-0x233a 004211 copy contw ,temp 
-0x233b 004212 increase 1 ,pdata 
-0x233c 004213 store 2 ,mem_tx_len 
-0x233d 004214 copy temp ,contw 
-0x233e 004215 setarg 0x09 
-0x233f 004216 istore 1 ,contw 
-0x2340 004217 arg mem_local_name ,contr 
-0x2341 004218 call memcpy 
-0x2342 004220 arg mem_all_uuid_128bits ,regc 
-0x2343 004221 arg 4 ,loopcnt 
-0x2344 004222 call get_all_uuid 
-0x2345 004223 arg mem_all_uuid_16bits ,regc 
-0x2346 004224 arg 1 ,loopcnt 
-0x2347 004225 call get_all_uuid 
-0x2348 004227 force type_dm3 ,type 
-0x2349 004228 jam 2 ,mem_tx_lch 
-0x234a 004229 setarg mem_eir 
-0x234b 004230 store 2 ,mem_txptr 
-0x234c 004231 call rf_setup_time_slave_slot 
-0x234d 004232 call tx_radio_freq 
-0x234e 004233 call start_transmitter 
-0x234f 004234 call start_tx_external 
-0x2350 004235 call send_access_word 
-0x2351 004236 call scan_mode_whiten 
-0x2352 004237 call transmit_packet_whitened 
-0x2353 004238 rtn 
-:      004241 get_all_uuid:
-0x2354 004242 copy contw ,temp 
-0x2355 004243 copy regc ,contr 
-0x2356 004244 ifetch 1 ,contr 
-0x2357 004245 rtn blank 
-:      004246 lshift_loop:
-0x2358 004247 lshift pdata ,pdata 
-0x2359 004248 loop lshift_loop 
-0x235a 004249 copy pdata ,rega 
-0x235b 004250 increase 2 ,pdata 
-0x235c 004251 copy pdata ,queue 
-0x235d 004252 fetch 2 ,mem_tx_len 
-0x235e 004253 iadd queue ,pdata 
-0x235f 004254 store 2 ,mem_tx_len 
-0x2360 004255 copy temp ,contw 
-0x2361 004256 copy rega ,pdata 
-0x2362 004257 increase 1 ,pdata 
-0x2363 004258 istore 1 ,contw 
-0x2364 004259 copy regc ,contr 
-0x2365 004260 ifetch 1 ,contr 
-0x2366 004261 ifetch 1 ,contr 
-0x2367 004262 istore 1 ,contw 
-0x2368 004263 copy rega ,loopcnt 
-0x2369 004264 branch memcpy 
-:      004270 page_scan_dispatch:
-0x236a 004271 fetch 1 ,mem_scan_mode 
-0x236b 004272 rtnbit0 page_scan_mode 
-0x236c 004273 force pscan_interval_timer ,queue 
-0x236d 004274 call timer_check 
-0x236e 004275 nrtn blank 
-0x236f 004276 fetcht 2 ,mem_pscan_window 
-0x2370 004277 force 40 ,queue 
-0x2371 004278 call sniff_check_window 
-0x2372 004279 rtn user 
-0x2373 004280 force 0 ,am_addr 
-0x2374 004281 jam param_pagerespto ,mem_fhs_wait_counter 
-0x2375 004282 set0 mark_fhs_already_good ,mark 
-0x2376 004283 call page_scan_start 
-0x2377 004284 force pscan_interval_timer ,queue 
-0x2378 004285 fetch 2 ,mem_pscan_interval 
-0x2379 004286 branch timer_init 
-:      004289 page_scan_start:
-0x237a 004290 bpatch patch06_5 ,mem_patch06 
-0x237b 004291 disable clknt 
-0x237c 004292 call afh_clear 
-0x237d 004293 fetch 1 ,mem_pagescan_waitcnt 
-0x237e 004294 increase 1 ,pdata 
-0x237f 004295 store 1 ,mem_pagescan_waitcnt 
-0x2380 004296 force 0 ,n_tx_slot 
-0x2381 004297 call fetch_self_bt_adr 
-0x2382 004298 add clkn_bt ,1 ,bt_clk 
-0x2383 004299 force 0x02 ,freq_mode 
-0x2384 004300 bpatch patch06_6 ,mem_patch06 
-0x2385 004301 call rx_radio_freq 
-0x2386 004302 call start_receiver 
-0x2387 004303 call wait_access_forever 
-0x2388 004304 nrtn sync 
-0x2389 004305 call shutdown_radio 
-0x238a 004306 fetch 1 ,mem_pagescan_rcvcnt 
-0x238b 004307 increase 1 ,pdata 
-0x238c 004308 store 1 ,mem_pagescan_rcvcnt 
-0x238d 004309 force 0 ,stop_watch 
-0x238e 004310 call rf_setup_time_slave_slot 
-0x238f 004311 or_into 0x002 ,bt_clk 
-0x2390 004312 force 0x01 ,freq_mode 
-0x2391 004313 call tx_radio_freq 
-0x2392 004314 call start_transmitter 
-0x2393 004315 call start_tx_external 
-0x2394 004316 call send_access_word 
-0x2395 004317 call end_of_packet 
-0x2396 004318 force 0 ,am_addr 
-0x2397 004319 arg param_rf_setup ,timeup 
-0x2398 004320 until clke_rt ,meet 
-0x2399 004321 or_into 0x03 ,clke_bt 
-0x239a 004322 and_into 0x1fd ,bt_clk 
-:      004323 page_scan_wait_fhs_restart:
-0x239b 004324 bpatch patch06_7 ,mem_patch06 
-0x239c 004325 increase 1 ,n_tx_slot 
-0x239d 004326 call rx_radio_freq 
-0x239e 004327 call start_receiver 
-0x239f 004328 call wait_access_mhalfbnd 
-0x23a0 004329 nbranch page_scan_wait_fhs_again ,sync 
-0x23a1 004330 call scan_mode_whiten 
-0x23a2 004331 call receive_packet_whitened 
-0x23a3 004332 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
-:      004333 page_scan_wait_fhs_again:
-0x23a4 004334 bpatch patch07_0 ,mem_patch07 
-0x23a5 004335 fetch 1 ,mem_fhs_wait_counter 
-0x23a6 004336 rtn blank 
-0x23a7 004337 increase -1 ,pdata 
-0x23a8 004338 store 1 ,mem_fhs_wait_counter 
-0x23a9 004339 call rf_setup_time_master_slot 
-0x23aa 004340 branch page_scan_wait_fhs_restart 
-:      004343 page_scan_reply_to_fhs:
-0x23ab 004344 bpatch patch07_1 ,mem_patch07 
-0x23ac 004345 set0 1 ,clke_bt 
-0x23ad 004346 set1 0 ,clke_bt 
-0x23ae 004347 fetch 1 ,mem_pagescan_rcvfhscnt 
-0x23af 004348 increase 1 ,pdata 
-0x23b0 004349 store 1 ,mem_pagescan_rcvfhscnt 
-0x23b1 004350 call rf_setup_time_slave_slot 
-0x23b2 004351 or_into 0x02 ,bt_clk 
-0x23b3 004352 call tx_radio_freq 
-0x23b4 004353 call start_transmitter 
-0x23b5 004354 call start_tx_external 
-0x23b6 004355 call send_access_word 
-0x23b7 004356 call end_of_packet 
-:      004357 slave_apply_clke_bt:
-0x23b8 004358 compare 0x03 ,clke_bt ,0x03 
-0x23b9 004359 branch slave_apply_clke_bt_now ,true 
-0x23ba 004360 until null ,mhalfbnd 
-0x23bb 004361 branch slave_apply_clke_bt 
-:      004362 slave_apply_clke_bt_now:
-0x23bc 004363 fetch 4 ,mem_clke_bt 
-0x23bd 004364 or_into 0x03 ,pdata 
-0x23be 004365 icopy clke_bt 
-:      004367 start_slave_connection:
-0x23bf 004368 bpatch patch07_2 ,mem_patch07 
-0x23c0 004369 fetch 6 ,extm_lap 
-0x23c1 004370 store 6 ,mem_plap 
-0x23c2 004371 call prepare_newconn 
-:      004372 slave_newconn_loop:
-0x23c3 004373 call slave_newconn_once 
-0x23c4 004374 branch sconn_successful ,match 
-0x23c5 004375 call new_conn_timeout 
-0x23c6 004376 nbranch slave_newconn_loop ,blank 
-0x23c7 004377 rtn 
-:      004380 sconn_successful:
-0x23c8 004381 bpatch patch07_3 ,mem_patch07 
-0x23c9 004382 call newconn_init 
-0x23ca 004383 call context_new 
-0x23cb 004384 nrtn zero 
-0x23cc 004385 jam 0 ,mem_mode 
-0x23cd 004386 call calc_clke_offset 
-0x23ce 004387 branch context_save 
-:      004392 slave_dispatch:
-0x23cf 004393 bpatch patch07_4 ,mem_patch07 
-0x23d0 004394 call calc_clke 
-0x23d1 004395 call role_switch_slave 
-0x23d2 004396 rtn user 
-:      004397 slave_loop:
-0x23d3 004398 bpatch patch07_5 ,mem_patch07 
-0x23d4 004399 call check_bt_disabled 
-0x23d5 004400 call scheduler_process 
-0x23d6 004401 call slave_conn_recv_packet 
-0x23d7 004402 nbranch slave_notmatch ,match 
-0x23d8 004403 call supervision_flush 
-0x23d9 004404 call scheduler_tx_l2cap_pkt 
-0x23da 004405 call prepare_tx 
-0x23db 004406 call slave_conn_send_packet 
-0x23dc 004407 call parse_l2cap 
-0x23dd 004408 call parse_lmp 
-0x23de 004409 fetch 1 ,mem_slave_rcvcnt 
-0x23df 004410 increase 1 ,pdata 
-0x23e0 004411 store 1 ,mem_slave_rcvcnt 
-0x23e1 004412 call calc_clke_offset 
-:      004413 slave_notmatch:
-0x23e2 004414 bpatch patch07_6 ,mem_patch07 
-0x23e3 004415 call lpm_set_mult 
-0x23e4 004416 call supervision_update 
-0x23e5 004417 branch slave_disconnect ,positive 
-0x23e6 004418 call check_disconnect_timeout 
-0x23e7 004419 nbranch slave_disconnect ,user 
-0x23e8 004420 call check_attempt 
-0x23e9 004421 nbranch slave_loop ,blank 
-0x23ea 004422 rtn 
-:      004424 slave_disconnect:
-0x23eb 004425 bpatch patch07_7 ,mem_patch07 
-0x23ec 004426 jam 0 ,mem_tester_emulate 
-0x23ed 004427 jam 0 ,mem_debug_config 
-0x23ee 004428 call quit_connection 
-0x23ef 004429 set0 mark_testmode ,mark 
-0x23f0 004430 call test_enable_white 
-0x23f1 004431 fetch 1 ,mem_state 
-0x23f2 004432 rtn 
-:      004435 role_switch_slave:
-0x23f3 004436 bpatch patch08_0 ,mem_patch08 
-0x23f4 004437 call role_switch_check 
-0x23f5 004438 nrtn user 
-0x23f6 004439 copy am_addr ,temp 
-0x23f7 004440 call get_free_amaddr 
-0x23f8 004441 store 1 ,mem_fhs_am_addr 
-0x23f9 004442 copy temp ,am_addr 
-0x23fa 004443 jam param_newconnto ,mem_newconnto_counter 
-:      004444 roles_sendfhs_loop:
-0x23fb 004445 bpatch patch08_1 ,mem_patch08 
-0x23fc 004446 call rf_setup_time_master_slot 
-0x23fd 004447 force type_fhs ,type 
-0x23fe 004448 call slave_send_access 
-0x23ff 004449 deposit clkn_bt 
-0x2400 004450 store 4 ,mem_clkn_bt 
-0x2401 004451 call transmit_packet 
-0x2402 004452 call rf_setup_time_slave_slot 
-0x2403 004453 enable user3 
-0x2404 004454 call slave_receive_access 
-0x2405 004455 branch roles_got_fhs_reply ,sync 
-0x2406 004456 call shutdown_radio 
-0x2407 004457 call new_conn_timeout 
-0x2408 004458 nbranch roles_sendfhs_loop ,blank 
-0x2409 004459 rtnmark0 mark_accept_switch 
-0x240a 004460 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x240b 004461 set1 mark_switch_initiated ,mark 
-0x240c 004462 rtn 
-:      004463 roles_got_fhs_reply:
-0x240d 004464 enable clknt 
-0x240e 004465 call prepare_newconn 
-0x240f 004466 call afh_clear 
-:      004467 roles_newconn_loop:
-0x2410 004468 bpatch patch08_2 ,mem_patch08 
-0x2411 004469 call master_newconn_once 
-0x2412 004470 branch roles_newconn_responded ,sync 
-0x2413 004471 call new_conn_timeout 
-0x2414 004472 nbranch roles_newconn_loop ,blank 
-0x2415 004473 disable clknt 
-0x2416 004474 deposit clke_bt 
-0x2417 004475 store 4 ,mem_next_btclk 
-0x2418 004476 rtn 
-:      004477 roles_newconn_responded:
-0x2419 004478 enable master 
-0x241a 004479 bmark0 mark_accept_switch ,roles_newconn_nolmp 
-0x241b 004480 set0 mark_accept_switch ,mark 
-0x241c 004481 jam lmp_accepted ,mem_lmo_opcode2 
-0x241d 004482 jam lmp_host_connection_req ,mem_lmi_opcode2 
-0x241e 004483 call tid_set_reply 
-:      004484 roles_newconn_nolmp:
-0x241f 004485 deposit am_addr 
-0x2420 004486 store 1 ,mem_amaddr 
-0x2421 004487 force 0 ,pdata 
-0x2422 004488 store 6 ,mem_clk_offset 
-0x2423 004489 fetch 1 ,mem_mode 
-0x2424 004490 set1 mode_master ,pdata 
-0x2425 004491 store 1 ,mem_mode 
-0x2426 004492 call supervision_flush 
-0x2427 004493 disable master 
-0x2428 004494 enable user 
-0x2429 004495 rtn 
-:      004499 init_rx_packet_flags:
-0x242a 004500 bpatch patch08_3 ,mem_patch08 
-0x242b 004501 disable match 
-0x242c 004502 set0 mark_loopback ,mark 
-0x242d 004503 set0 mark_am_addr_broadcast ,mark 
-0x242e 004504 set0 mark_longpacket ,mark 
-0x242f 004505 set0 mark_old_packet ,mark 
-0x2430 004506 fetch 1 ,mem_arq 
-0x2431 004507 set0 arqnx ,pdata 
-0x2432 004508 set1 flowx ,pdata 
-0x2433 004509 store 1 ,mem_arq 
-0x2434 004510 rtn 
-:      004512 prepare_newconn:
-0x2435 004513 bpatch patch08_4 ,mem_patch08 
-0x2436 004514 jam param_newconnto ,mem_newconnto_counter 
-0x2437 004515 jam param_newconn_arq ,mem_arq 
-0x2438 004516 fetch 2 ,mem_rx_window_init 
-0x2439 004517 store 2 ,mem_rx_window 
-0x243a 004518 deposit clkn_bt 
-0x243b 004519 store 4 ,mem_next_btclk 
-0x243c 004520 rtn clknt 
-0x243d 004521 deposit clke_bt 
-0x243e 004522 store 4 ,mem_next_btclk 
-0x243f 004523 rtn 
-:      004525 newconn_init:
-0x2440 004526 bpatch patch08_5 ,mem_patch08 
-0x2441 004527 call init_lmp_reinit 
-0x2442 004528 call new_conn_handle 
-0x2443 004529 store 1 ,mem_conn_handle 
-0x2444 004530 setarg 0 
-0x2445 004531 store 2 ,mem_l2cap_rxbuff1_len 
-0x2446 004532 setarg param_supervision_to 
-0x2447 004533 store 2 ,mem_supervision_to 
-0x2448 004534 fetch 1 ,mem_state 
-0x2449 004535 set1 state_inconn ,pdata 
-0x244a 004536 store 1 ,mem_state 
-0x244b 004537 jam 0 ,mem_op 
-0x244c 004538 jam 0 ,mem_state_map 
-0x244d 004539 jam 0 ,mem_lpm_current_mult 
-0x244e 004540 branch supervision_flush 
-:      004543 clear_linkkey:
-0x244f 004544 bpatch patch08_6 ,mem_patch08 
-0x2450 004545 force 0 ,pdata 
-0x2451 004546 store 8 ,mem_link_key 
-0x2452 004547 istore 8 ,contw 
-0x2453 004548 call clear_linkstate 
-0x2454 004549 branch context_traverse_linkkey 
-:      004551 new_conn_timeout:
-0x2455 004552 fetch 1 ,mem_newconnto_counter 
-0x2456 004553 increase -1 ,pdata 
-0x2457 004554 store 1 ,mem_newconnto_counter 
-0x2458 004555 rtn 
-:      004557 new_conn_handle:
-0x2459 004558 fetch 1 ,mem_handle_num 
-0x245a 004559 increase 1 ,pdata 
-0x245b 004560 store 1 ,mem_handle_num 
-0x245c 004561 rtn 
-:      004564 quit_connection:
-0x245d 004565 bpatch patch08_7 ,mem_patch08 
-0x245e 004566 fetch 1 ,mem_hci_cmd 
-0x245f 004567 beq hci_cmd_remote_name_req ,quit_connection_name 
-0x2460 004568 fetch 1 ,mem_lmp_to_send 
-0x2461 004569 bne lmp_name_req ,quit_connection_cont 
-:      004570 quit_connection_name:
-0x2462 004571 call cmd_check_plap 
-0x2463 004572 nbranch quit_connection_cont ,zero 
-0x2464 004573 call master_name_error 
-0x2465 004574 jam 0 ,mem_hci_cmd 
-:      004575 quit_connection_cont:
-0x2466 004576 bpatch patch09_0 ,mem_patch09 
-0x2467 004577 call app_disconn_reason_collect_bt 
-0x2468 004578 call sniff_exit 
-0x2469 004579 jam bt_evt_bb_disconnected ,mem_fifo_temp 
-0x246a 004580 call ui_ipc_send_event 
-0x246b 004581 call init_lmp_work 
-0x246c 004582 call l2cap_init_work 
-0x246d 004583 call sp_initialize 
-0x246e 004584 fetch 1 ,mem_state 
-0x246f 004585 set0 state_inconn 
-0x2470 004586 store 1 ,mem_state 
-0x2471 004587 jam 0 ,memui_reconnect_mode 
-0x2472 004589 fetch 1 ,mem_state_map 
-0x2473 004590 compare 0x0 ,pdata ,0xc0 
-0x2474 004591 branch quit_connection_not_clear_mark ,true 
-0x2475 004592 set0 mark_rxbuf_inuse ,mark 
-:      004593 quit_connection_not_clear_mark:
-0x2476 004594 fetch 1 ,mem_arq 
-0x2477 004595 bbit0 wack ,quit_connection_not_clear_tx 
-:      004596 quit_connection_not_clear_tx:
-0x2478 004597 fetch 1 ,mem_op 
-0x2479 004598 rtnbit0 op_txl2cap 
-0x247a 004599 set0 mark_tx_l2cap ,mark 
-0x247b 004600 rtn 
-:      004602 slave_newconn_once:
-0x247c 004603 bpatch patch09_1 ,mem_patch09 
-0x247d 004604 fetch 1 ,extm_newconn_am_addr 
-0x247e 004605 rtn blank 
-0x247f 004606 icopy am_addr 
-0x2480 004607 call slave_conn_recv_packet 
-0x2481 004608 nrtn match 
-0x2482 004609 force type_null ,type 
-0x2483 004610 call slave_conn_send_packet 
-0x2484 004611 deposit am_addr 
-0x2485 004612 store 1 ,mem_amaddr 
-0x2486 004613 force 0 ,pdata 
-0x2487 004614 store 1 ,extm_newconn_am_addr 
-0x2488 004615 rtn 
-:      004621 prepare_tx:
-0x2489 004622 bpatch patch09_2 ,mem_patch09 
-0x248a 004623 fetch 1 ,mem_state 
-0x248b 004624 bbit0 state_insco ,prepare_tx_not_sco 
-0x248c 004625 force type_hv3 ,type 
-0x248d 004626 bmark0 mark_esco ,prepare_tx_not_esco 
-0x248e 004627 call check_esco_amaddr 
-0x248f 004628 nbranch prepare_tx_not_sco ,true 
-0x2490 004629 branch prepare_tx_not_sco ,attempt 
-0x2491 004630 call set_wait_ack 
-0x2492 004631 setarg 2 
-0x2493 004632 store 2 ,mem_retransmission_cnt 
-0x2494 004633 rtn 
-:      004634 prepare_tx_not_esco:
-0x2495 004635 nrtn attempt 
-:      004636 prepare_tx_not_sco:
-0x2496 004637 bpatch patch09_3 ,mem_patch09 
-0x2497 004638 call context_check_all_wack 
-0x2498 004639 nbranch prepare_tx_no_retransmit ,zero 
-0x2499 004640 fetch 1 ,mem_arq 
-0x249a 004641 bbit0 wack ,prepare_tx_pollnull 
-:      004642 prepare_tx_retransmit:
-0x249b 004643 bmark1 mark_loopback ,prepare_tx_loopback 
-0x249c 004644 fetch 1 ,mem_debug_config 
-0x249d 004645 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-0x249e 004646 fetch 2 ,mem_retransmission_cnt 
-0x249f 004647 increase -1 ,pdata 
-0x24a0 004648 store 2 ,mem_retransmission_cnt 
-0x24a1 004649 branch prepare_tx_nomore_retransmit ,blank 
-0x24a2 004650 fetch 1 ,mem_last_type 
-0x24a3 004651 iforce type 
-0x24a4 004652 rtn 
-:      004654 prepare_tx_nomore_retransmit:
-0x24a5 004655 bpatch patch09_4 ,mem_patch09 
-0x24a6 004656 call clear_got_tx 
-:      004657 prepare_tx_no_retransmit:
-0x24a7 004658 call check_esco_amaddr 
-0x24a8 004659 branch prepare_tx_pollnull ,true 
-0x24a9 004660 call send_lmp 
-0x24aa 004661 branch prepare_tx_sendlmp ,user 
-0x24ab 004662 fetch 1 ,mem_op 
-0x24ac 004663 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
-0x24ad 004664 bmark1 mark_loopback ,prepare_tx_loopback 
-0x24ae 004665 fetch 1 ,mem_debug_config 
-0x24af 004666 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-:      004667 prepare_tx_pollnull:
-0x24b0 004668 force type_poll ,type 
-0x24b1 004669 rtn master 
-0x24b2 004670 force type_null ,type 
-0x24b3 004671 rtn 
-:      004672 prepare_tx_loopback:
-0x24b4 004673 bpatch patch09_5 ,mem_patch09 
-0x24b5 004674 fetch 1 ,mem_rx_type 
-0x24b6 004675 iforce type 
-0x24b7 004676 rtnne 1 
-0x24b8 004677 force type_null ,type 
-0x24b9 004678 rtn 
-:      004679 prepare_tx_txpat:
-0x24ba 004680 fetch 1 ,test_mode_packet_type 
-0x24bb 004681 and pdata ,0xf ,type 
-0x24bc 004682 set1 mark_loopback ,mark 
-0x24bd 004683 rtn 
-:      004684 prepare_tx_sendlmp:
-0x24be 004685 force type_lmp ,type 
-0x24bf 004686 branch set_wait_ack 
-:      004687 prepare_tx_sendl2cap:
-0x24c0 004688 call tx_l2cap_type 
-:      004690 set_wait_ack:
-0x24c1 004691 bpatch patch09_6 ,mem_patch09 
-0x24c2 004692 fetcht 1 ,mem_arq 
-0x24c3 004693 set1 wack ,temp 
-0x24c4 004694 storet 1 ,mem_arq 
-0x24c5 004695 deposit type 
-0x24c6 004696 store 1 ,mem_last_type 
-0x24c7 004697 setarg 0xffff 
-0x24c8 004698 store 2 ,mem_retransmission_cnt 
-0x24c9 004699 rtn 
-:      004701 tx_l2cap_type:
-0x24ca 004702 bpatch patch09_7 ,mem_patch09 
-0x24cb 004703 fetch 1 ,mem_state_map 
-0x24cc 004704 isolate1 smap_edr ,pdata 
-0x24cd 004705 fetch 2 ,mem_tx_len 
-0x24ce 004706 branch tx_l2cap_type_edr ,true 
-0x24cf 004707 force type_dm1 ,type 
-0x24d0 004708 sub pdata ,17 ,null 
-0x24d1 004709 rtn positive 
-0x24d2 004710 force type_dh1 ,type 
-0x24d3 004711 sub pdata ,27 ,null 
-0x24d4 004712 rtn positive 
-0x24d5 004713 force type_dm3 ,type 
-0x24d6 004714 sub pdata ,121 ,null 
-0x24d7 004715 rtn positive 
-0x24d8 004716 force type_dh3 ,type 
-0x24d9 004717 sub pdata ,183 ,null 
-0x24da 004718 rtn positive 
-0x24db 004719 force type_dm5 ,type 
-0x24dc 004720 sub pdata ,224 ,null 
-0x24dd 004721 rtn positive 
-0x24de 004722 force type_dh5 ,type 
-0x24df 004723 rtn 
-:      004724 tx_l2cap_type_edr:
-0x24e0 004725 force type_dm1 ,type 
-0x24e1 004726 sub pdata ,17 ,null 
-0x24e2 004727 rtn positive 
-0x24e3 004728 force type_dh1 ,type 
-0x24e4 004729 sub pdata ,54 ,null 
-0x24e5 004730 rtn positive 
-0x24e6 004731 force type_dm3 ,type 
-0x24e7 004732 arg 367 ,temp 
-0x24e8 004733 isub temp ,null 
-0x24e9 004734 nrtn positive 
-0x24ea 004735 force type_dm5 ,type 
-0x24eb 004736 arg 679 ,temp 
-0x24ec 004737 isub temp ,null 
-0x24ed 004738 nrtn positive 
-0x24ee 004739 force type_dh5 ,type 
-0x24ef 004740 rtn 
-:      004749 slave_receive_master_slot:
-0x24f0 004750 fetch 1 ,mem_state 
-0x24f1 004751 bbit0 state_insniff ,slave_receive_notsniff 
-0x24f2 004752 fetch 2 ,mem_tsniff 
-0x24f3 004753 branch slave_receive_notsniff ,blank 
-0x24f4 004754 nbranch slave_receive_sniff ,attempt 
-:      004755 slave_receive_notsniff:
-0x24f5 004756 call rf_setup_time_master_slot 
-:      004757 slave_receive_access:
-0x24f6 004758 add clke_bt ,1 ,bt_clk 
-:      004759 slave_receive_sniff:
-0x24f7 004760 enable swfine 
-0x24f8 004761 fetch 2 ,mem_rx_window 
-0x24f9 004762 rshift pdata ,pdata 
-0x24fa 004763 arg param_pll_setup ,temp 
-0x24fb 004764 iadd temp ,pdata 
-0x24fc 004765 call ahead_window 
-0x24fd 004766 call fetch_extm_bt_adr 
-0x24fe 004767 force 0x03 ,freq_mode 
-0x24ff 004768 call rx_radio_freq 
-0x2500 004769 call init_rx_packet_flags 
-0x2501 004770 call prep_crypt 
-0x2502 004771 bpatch patch0a_0 ,mem_patch0a 
-0x2503 004772 fetch 2 ,mem_rx_window 
-0x2504 004773 rshift pdata ,pdata 
-0x2505 004774 call ahead_window 
-0x2506 004775 call start_receiver 
-0x2507 004776 enable decode_fec0 
-0x2508 004777 fetch 2 ,mem_rx_window 
-0x2509 004778 arg param_clke_cal ,temp 
-0x250a 004779 iadd temp ,stop_watch 
-0x250b 004780 correlate null ,timeout 
-0x250c 004781 copy clke ,temp 
-0x250d 004782 storet 6 ,mem_sync_clke 
-0x250e 004783 disable decode_fec0 
-0x250f 004784 nrtn sync 
-0x2510 004785 arg param_clke_cal ,clke_rt 
-0x2511 004786 copy bt_clk ,clke_bt 
-0x2512 004787 branch lpm_adjust_clk ,wake 
-0x2513 004788 rtn 
-:      004791 slave_conn_recv_packet:
-0x2514 004792 bpatch patch0a_1 ,mem_patch0a 
-0x2515 004793 call slave_receive_master_slot 
-0x2516 004794 nbranch shutdown_radio ,sync 
-0x2517 004795 call save_rssi 
-0x2518 004796 bmark0 mark_testmode ,receive_packet 
-0x2519 004797 fetch 2 ,mem_tst_pktcnt_sync 
-0x251a 004798 increase 1 ,pdata 
-0x251b 004799 store 2 ,mem_tst_pktcnt_sync 
-:      004800 receive_packet:
-0x251c 004801 rshift bt_clk ,temp 
-0x251d 004802 or temp ,0x40 ,white_init 
-:      004803 receive_packet_whitened:
-0x251e 004804 bpatch patch0a_2 ,mem_patch0a 
-0x251f 004805 enable enable_white 
-0x2520 004806 enable enable_hec 
-0x2521 004807 enable decode_fec1 
-0x2522 004808 parse demod ,bucket ,3 
-0x2523 004809 rshift8 pwindow ,pdata 
-0x2524 004810 store 1 ,mem_temp_am_addr 
-0x2525 004811 parse demod ,bucket ,4 
-0x2526 004812 inject bucket ,7 
-0x2527 004813 copy pwindow ,pdata 
-0x2528 004814 store 1 ,mem_rx_type 
-0x2529 004815 parse demod ,bucket ,3 
-0x252a 004816 rshift8 pwindow ,pdata 
-0x252b 004817 store 1 ,mem_temp_arq 
-0x252c 004818 fetch 1 ,mem_rx_type 
-0x252d 004819 sub pdata ,3 ,null 
-0x252e 004820 branch receive_packet_noedr ,positive 
-0x252f 004821 beq 7 ,receive_packet_noedr 
-0x2530 004822 fetch 1 ,mem_state_map 
-0x2531 004823 isolate1 smap_edr ,pdata 
-0x2532 004824 setflag true ,psk ,radio_ctrl 
-:      004825 receive_packet_noedr:
-0x2533 004826 bpatch patch0a_3 ,mem_patch0a 
-0x2534 004827 parse demod ,bucket ,8 
-0x2535 004828 disable decode_fec1 
-0x2536 004829 disable enable_hec 
-0x2537 004830 branch error_header ,crc_failed 
-0x2538 004831 bmark0 mark_testmode ,receive_packet_amchk 
-0x2539 004832 fetch 2 ,mem_tst_pktcnt_hec 
-0x253a 004833 increase 1 ,pdata 
-0x253b 004834 store 2 ,mem_tst_pktcnt_hec 
-:      004835 receive_packet_amchk:
-0x253c 004836 bpatch patch0a_4 ,mem_patch0a 
-0x253d 004837 fetch 1 ,mem_temp_am_addr 
-0x253e 004838 compare 0 ,pdata ,0x07 
-0x253f 004839 setflag true ,mark_am_addr_broadcast ,mark 
-0x2540 004840 branch am_addr_ok ,true 
-0x2541 004841 icompare 0x07 ,am_addr 
-0x2542 004842 branch am_addr_match ,true 
-0x2543 004843 bmark0 mark_esco ,end_of_packet 
-0x2544 004844 fetcht 1 ,mem_saved_amaddr 
-0x2545 004845 icompare 0x7 ,temp 
-0x2546 004846 nbranch end_of_packet ,true 
-0x2547 004847 fetch 1 ,mem_arq 
-0x2548 004848 set0 arqnx ,pdata 
-0x2549 004849 set1 flowx ,pdata 
-0x254a 004850 store 1 ,mem_arq 
-:      004851 am_addr_match:
-0x254b 004852 enable match 
-:      004853 am_addr_ok:
-0x254c 004854 bpatch patch0a_5 ,mem_patch0a 
-0x254d 004855 fetch 1 ,mem_rx_type 
-0x254e 004856 icopy type 
-0x254f 004857 bmark1 mark_am_addr_broadcast ,arqn_bypass 
-0x2550 004858 fetcht 1 ,mem_temp_arq 
-0x2551 004859 fetch 1 ,mem_arq 
-0x2552 004860 set0 flow ,pdata 
-0x2553 004861 isolate1 flow ,temp 
-0x2554 004862 setflag true ,flow ,pdata 
-0x2555 004863 isolate1 arqn ,temp 
-0x2556 004864 setflag true ,arqn ,pdata 
-0x2557 004865 store 1 ,mem_arq 
-0x2558 004866 isolate0 arqn ,temp 
-0x2559 004867 branch arqn_bypass ,true 
-0x255a 004868 call clear_got_tx 
-:      004869 arqn_bypass:
-0x255b 004870 bpatch patch0a_6 ,mem_patch0a 
-0x255c 004871 arg 0 ,temp 
-0x255d 004872 call reserve_slot 
-0x255e 004873 and type ,0xf ,pdata 
-0x255f 004874 beq type_poll ,process_poll 
-0x2560 004875 beq type_null ,end_of_packet 
-0x2561 004876 beq type_fhs ,process_fhs 
-0x2562 004877 fetcht 1 ,mem_temp_arq 
-0x2563 004878 fetch 1 ,mem_arq 
-0x2564 004879 icompare 0x04 ,temp 
-0x2565 004880 nbranch rx_type_dispatch ,true 
-0x2566 004881 bmark0 mark_am_addr_broadcast ,failed_seqn 
-0x2567 004882 bbit0 bcast1 ,rx_type_dispatch 
-:      004883 failed_seqn:
-0x2568 004884 set1 mark_old_packet ,mark 
-:      004885 rx_type_dispatch:
-0x2569 004886 bpatch patch0a_7 ,mem_patch0a 
-0x256a 004887 deposit type 
-0x256b 004888 beq type_dm1 ,process_dm1 
-0x256c 004889 beq type_dh1 ,process_dh1 
-0x256d 004890 beq type_hv3 ,process_hev 
-0x256e 004891 beq type_3dh1 ,process_3dh1 
-0x256f 004892 arg 4 ,temp 
-0x2570 004893 call reserve_slot 
-0x2571 004894 beq type_dm3 ,process_dm3 
-0x2572 004895 beq type_dh3 ,process_dh3 
-0x2573 004896 arg 8 ,temp 
-0x2574 004897 call reserve_slot 
-0x2575 004898 beq type_dm5 ,process_dm5 
-0x2576 004899 beq type_dh5 ,process_dh5 
-0x2577 004900 rtn 
-:      004903 process_hev:
-0x2578 004904 bpatch patch0b_0 ,mem_patch0b 
-0x2579 004905 enable decode_fec0 
-0x257a 004906 enable enable_crc 
-0x257b 004907 enable encrypt 
-0x257c 004908 arg mem_sco_ibuf ,contw 
-0x257d 004909 force 30 ,loopcnt 
-:      004910 process_hev_loop:
-0x257e 004911 parse demod ,bucket ,8 
-0x257f 004912 rshift3 pwindow ,pdata 
-0x2580 004913 istore 1 ,contw 
-0x2581 004914 loop process_hev_loop 
-0x2582 004915 bmark0 mark_esco ,end_of_packet 
-0x2583 004916 parse demod ,bucket ,16 
-0x2584 004917 nsetflag crc_failed ,mark_esco_rxok ,mark 
-0x2585 004918 branch error_payload ,crc_failed 
-0x2586 004919 branch ack_payload 
-:      004922 process_poll:
-0x2587 004923 branch end_of_packet 
-:      004925 process_dm3:
-:      004926 process_dm5:
-0x2588 004927 set1 mark_longpacket ,mark 
-:      004928 process_dm1:
-0x2589 004929 enable decode_fec2 
-0x258a 004930 branch process_dmh 
-:      004932 process_dh3:
-:      004933 process_dh5:
-0x258b 004934 set1 mark_longpacket ,mark 
-:      004935 process_3dh1:
-0x258c 004936 set1 psk3m ,radio_ctrl 
-:      004937 process_dh1:
-0x258d 004938 enable decode_fec0 
-:      004939 process_dmh:
-0x258e 004940 bpatch patch0b_1 ,mem_patch0b 
-0x258f 004941 bmark1 mark_rxbuf_inuse ,end_of_packet 
-0x2590 004942 isolate0 psk ,radio_ctrl 
-0x2591 004943 branch process_dmh_noedr ,true 
-0x2592 004944 disable enable_white 
-0x2593 004945 enable decode_fec0 
-0x2594 004946 disable decode_fec2 
-0x2595 004947 add clkn_bt ,2 ,timeup 
-0x2596 004948 correlate clkn_bt ,meet 
-0x2597 004949 nbranch error_payload ,sync 
-0x2598 004950 set1 mark_longpacket ,mark 
-0x2599 004951 enable enable_white 
-:      004952 process_dmh_noedr:
-0x259a 004953 bpatch patch0b_2 ,mem_patch0b 
-0x259b 004954 enable encrypt 
-0x259c 004955 enable enable_crc 
-0x259d 004956 parse demod ,bucket ,3 
-0x259e 004957 rshift8 pwindow ,pdata 
-0x259f 004958 store 1 ,mem_lch_code 
-0x25a0 004959 parse demod ,bucket ,5 
-0x25a1 004960 bmark1 mark_longpacket ,process_dmh_long 
-0x25a2 004961 rshift3 pwindow ,loopcnt 
-0x25a3 004962 rshift3 loopcnt ,loopcnt 
-0x25a4 004963 branch process_dmh_common 
-:      004964 process_dmh_long:
-0x25a5 004965 parse demod ,bucket ,5 
-0x25a6 004966 rshift pwindow ,loopcnt 
-0x25a7 004967 parse demod ,bucket ,3 
-:      004968 process_dmh_common:
-0x25a8 004969 bpatch patch0b_3 ,mem_patch0b 
-0x25a9 004970 deposit loopcnt 
-0x25aa 004971 store 2 ,mem_len 
-0x25ab 004972 branch process_dmh_data_end ,blank 
-0x25ac 004973 isub mask3ff ,null 
-0x25ad 004974 branch error_payload ,positive 
-0x25ae 004975 bpatch patch0b_4 ,mem_patch0b 
-0x25af 004976 set0 mark_fhs_eir ,mark 
-0x25b0 004977 fetch 1 ,mem_lch_code 
-0x25b1 004978 and_into 0x03 ,pdata 
-0x25b2 004979 arg mem_rxbuf ,contw 
-0x25b3 004980 beq llid_lmp ,process_lmp 
-0x25b4 004981 bmark1 mark_testmode ,process_dmh_data 
-0x25b5 004983 fetch 1 ,mem_lch_code 
-0x25b6 004984 and_into 0x03 ,pdata 
-0x25b7 004985 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
-0x25b8 004986 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
-0x25b9 004987 branch error_payload 
-:      004989 process_lmp:
-0x25ba 004990 fetch 2 ,mem_len 
-0x25bb 004991 sub pdata ,0x70 ,null 
-0x25bc 004992 nbranch error_payload ,positive 
-0x25bd 004993 bmark1 mark_old_packet ,ack_payload 
-0x25be 004994 branch process_dmh_data 
-:      004997 process_dmh_data_l2cap_start_pkt:
-0x25bf 004998 bpatch patch0b_5 ,mem_patch0b 
-0x25c0 004999 bmark1 mark_old_packet ,ack_payload 
-0x25c1 005000 fetch 2 ,mem_len 
-0x25c2 005001 arg 0x2e0 ,temp 
-0x25c3 005002 isub temp ,null 
-0x25c4 005003 branch error_payload ,positive 
-0x25c5 005004 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x25c6 005005 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
-0x25c7 005006 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
-0x25c8 005007 branch end_of_packet 
-:      005008 process_dmh_data_into_buff1:
-0x25c9 005009 jam 1 ,mem_l2cap_rxbuff_new 
-0x25ca 005010 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25cb 005011 bne 0 ,end_of_packet 
-0x25cc 005012 arg mem_l2cap_rxbuff1 ,contw 
-0x25cd 005013 branch process_dmh_data 
-:      005014 process_dmh_data_into_buff2:
-0x25ce 005015 jam 2 ,mem_l2cap_rxbuff_new 
-0x25cf 005016 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x25d0 005017 bne 0 ,end_of_packet 
-0x25d1 005018 arg mem_l2cap_rxbuff2 ,contw 
-0x25d2 005019 branch process_dmh_data 
-:      005021 process_dmh_data_l2cap_continue_pkt:
-0x25d3 005022 bpatch patch0b_6 ,mem_patch0b 
-0x25d4 005023 bmark1 mark_old_packet ,ack_payload 
-0x25d5 005024 fetch 2 ,mem_len 
-0x25d6 005025 arg 0x2e0 ,temp 
-0x25d7 005026 isub temp ,null 
-0x25d8 005027 branch error_payload ,positive 
-0x25d9 005028 fetch 1 ,mem_l2cap_rxbuff_new 
-0x25da 005029 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
-0x25db 005030 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
-0x25dc 005031 branch end_of_packet 
-:      005032 process_dmh_data_l2cap_continue_pkt1:
-0x25dd 005033 arg mem_l2cap_rxbuff1 ,contw 
-0x25de 005034 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25df 005035 iadd contw ,contw 
-0x25e0 005036 branch process_dmh_data 
-:      005037 process_dmh_data_l2cap_continue_pkt2:
-0x25e1 005038 arg mem_l2cap_rxbuff2 ,contw 
-0x25e2 005039 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x25e3 005040 iadd contw ,contw 
-:      005041 process_dmh_data:
-0x25e4 005042 parse demod ,bucket ,8 
-0x25e5 005043 rshift3 pwindow ,pdata 
-0x25e6 005044 istore 1 ,contw 
-0x25e7 005045 loop process_dmh_data 
-:      005046 process_dmh_data_end:
-0x25e8 005047 bpatch patch0b_7 ,mem_patch0b 
-0x25e9 005048 parse demod ,bucket ,16 
-0x25ea 005049 branch error_payload_crc ,crc_failed 
-0x25eb 005050 fetch 1 ,mem_l2cap_flow_ctrl_flag 
-0x25ec 005051 beq l2cap_flow_ctrl_enable ,end_of_packet 
-0x25ed 005052 bmark1 mark_testmode ,process_dmh_cont 
-0x25ee 005053 bmark1 mark_old_packet ,redundant_payload 
-0x25ef 005054 fetch 1 ,mem_lch_code 
-0x25f0 005055 compare 3 ,pdata ,3 
-0x25f1 005056 branch process_dmh_cont ,true 
-0x25f2 005057 fetch 2 ,mem_len 
-0x25f3 005058 branch process_dmh_cont ,blank 
-0x25f4 005059 bpatch patch0c_0 ,mem_patch0c 
-0x25f5 005060 fetch 1 ,mem_l2cap_rxbuff_new 
-0x25f6 005061 beq 1 ,process_l2cap_pass_crc_buff1 
-0x25f7 005062 beq 2 ,process_l2cap_pass_crc_buff2 
-0x25f8 005063 branch assert 
-:      005064 process_l2cap_pass_crc_buff1:
-0x25f9 005065 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25fa 005066 fetcht 2 ,mem_len 
-0x25fb 005067 iadd temp ,pdata 
-0x25fc 005068 store 2 ,mem_l2cap_rxbuff1_len 
-0x25fd 005069 beq 0 ,assert 
-0x25fe 005070 fetcht 2 ,mem_l2cap_rxbuff1 
-0x25ff 005071 increase 4 ,temp 
-0x2600 005072 isub temp ,null 
-0x2601 005073 call l2cap_buff1_inuse ,zero 
-0x2602 005074 branch process_dmh_cont 
-:      005075 process_l2cap_pass_crc_buff2:
-0x2603 005076 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x2604 005077 fetcht 2 ,mem_len 
-0x2605 005078 iadd temp ,pdata 
-0x2606 005079 store 2 ,mem_l2cap_rxbuff2_len 
-0x2607 005080 beq 0 ,assert 
-0x2608 005081 fetcht 2 ,mem_l2cap_rxbuff2 
-0x2609 005082 add temp ,4 ,temp 
-0x260a 005083 isub temp ,null 
-0x260b 005084 call l2cap_buff2_inuse ,zero 
-0x260c 005085 branch process_dmh_cont 
-:      005086 process_dmh_cont:
-0x260d 005087 bpatch patch0c_1 ,mem_patch0c 
-0x260e 005088 fetcht 1 ,mem_state_map 
-0x260f 005089 fetch 1 ,mem_lch_code 
-0x2610 005090 compare 3 ,pdata ,0x03 
-0x2611 005091 setflag true ,smap_rxlmp ,temp 
-0x2612 005092 nsetflag true ,smap_rxl2cap ,temp 
-0x2613 005093 storet 1 ,mem_state_map 
-0x2614 005094 nbranch process_dmh_cont_rxbuf_not_use ,true 
-0x2615 005095 set1 mark_rxbuf_inuse ,mark 
-:      005096 process_dmh_cont_rxbuf_not_use:
-0x2616 005097 bmark0 mark_testmode ,ack_payload 
-0x2617 005098 isolate1 smap_rxlmp ,temp 
-0x2618 005099 branch ack_payload ,true 
-0x2619 005100 fetch 2 ,mem_tst_pktcnt_crc 
-0x261a 005101 increase 1 ,pdata 
-0x261b 005102 store 2 ,mem_tst_pktcnt_crc 
-0x261c 005103 set1 mark_loopback ,mark 
-0x261d 005104 set0 smap_rxl2cap ,temp 
-0x261e 005105 set0 mark_rxbuf_inuse ,mark 
-0x261f 005106 storet 1 ,mem_state_map 
-:      005107 ack_payload:
-0x2620 005108 bpatch patch0c_2 ,mem_patch0c 
-0x2621 005109 fetcht 1 ,mem_temp_arq 
-0x2622 005110 fetch 1 ,mem_arq 
-0x2623 005111 set1 arqnx ,pdata 
-0x2624 005112 isolate1 seqn ,temp 
-0x2625 005113 setflag true ,seqn ,pdata 
-0x2626 005114 isolate1 mark_am_addr_broadcast ,mark 
-0x2627 005115 setflag true ,bcast1 ,pdata 
-0x2628 005116 store 1 ,mem_arq 
-0x2629 005117 fetch 2 ,mem_len 
-0x262a 005118 nbranch end_of_packet ,blank 
-0x262b 005119 fetch 1 ,mem_state_map 
-0x262c 005120 set0 smap_rxl2cap ,pdata 
-0x262d 005121 store 1 ,mem_state_map 
-0x262e 005122 fetch 1 ,mem_lch_code 
-0x262f 005123 compare 0x01 ,pdata ,0x07 
-0x2630 005125 branch end_of_packet 
-:      005127 error_header:
-0x2631 005128 bpatch patch0c_3 ,mem_patch0c 
-0x2632 005129 disable match 
-0x2633 005130 fetch 2 ,mem_rx_hec_err 
-0x2634 005131 increase 1 ,pdata 
-0x2635 005132 store 2 ,mem_rx_hec_err 
-0x2636 005133 branch end_of_packet 
-:      005134 error_payload_crc:
-0x2637 005135 fetch 2 ,mem_rx_crc_err 
-0x2638 005136 increase 1 ,pdata 
-0x2639 005137 store 2 ,mem_rx_crc_err 
-0x263a 005138 call discard_pkt 
-0x263b 005139 bmark0 mark_testmode ,error_payload 
-0x263c 005140 set1 mark_loopback ,mark 
-:      005141 error_payload:
-0x263d 005142 branch end_of_packet 
-:      005144 discard_pkt:
-0x263e 005145 bpatch patch0c_4 ,mem_patch0c 
-0x263f 005146 fetch 1 ,mem_lch_code 
-0x2640 005147 compare 3 ,pdata ,0x03 
-0x2641 005148 nbranch discard_pkt_l2cap ,true 
-:      005149 discard_pkt_lmp:
-0x2642 005150 fetcht 1 ,mem_state_map 
-0x2643 005151 set0 smap_rxlmp ,temp 
-0x2644 005152 storet 1 ,mem_state_map 
-0x2645 005153 rtn 
-:      005154 discard_pkt_l2cap:
-0x2646 005157 fetcht 1 ,mem_state_map 
-0x2647 005158 set0 smap_rxl2cap ,temp 
-0x2648 005159 storet 1 ,mem_state_map 
-0x2649 005160 branch h4_send_acl_trigger_clear 
-:      005162 redundant_payload:
-0x264a 005163 fetch 1 ,mem_arq 
-0x264b 005164 set1 arqnx ,pdata 
-0x264c 005165 store 1 ,mem_arq 
-:      005166 end_of_packet:
-0x264d 005167 bpatch patch0c_5 ,mem_patch0c 
-0x264e 005168 disable encode_fec0 
-0x264f 005169 disable encode_fec2 
-0x2650 005170 disable decode_fec0 
-0x2651 005171 disable decode_fec2 
-0x2652 005172 disable enable_crc 
-0x2653 005173 disable encrypt 
-0x2654 005174 disable enable_white 
-0x2655 005175 branch shutdown_radio ,is_rx 
-0x2656 005176 until null ,tx_clear 
-0x2657 005177 nop 100 
-0x2658 005178 branch shutdown_radio 
-:      005180 process_fhs:
-0x2659 005181 bpatch patch0c_6 ,mem_patch0c 
-0x265a 005182 enable enable_crc 
-0x265b 005183 enable decode_fec2 
-0x265c 005184 parse demod ,bucket ,72 
-0x265d 005185 isolate1 58 ,pdata 
-0x265e 005186 setflag true ,mark_fhs_eir ,mark 
-0x265f 005187 copy bt_adr ,temp 
-0x2660 005188 ialigned bt_adr 
-0x2661 005189 ialigned fhs0 
-0x2662 005190 pulse recalc 
-0x2663 005191 setsect 2 ,0xfffff 
-0x2664 005192 setsect 3 ,0x0ffff 
-0x2665 005193 nop 32 
-0x2666 005194 iverify fhs_parity 
-0x2667 005195 deposit lap 
-0x2668 005196 store 3 ,extm_lap 
-0x2669 005197 deposit uap 
-0x266a 005198 store 1 ,extm_uap 
-0x266b 005199 copy temp ,bt_adr 
-0x266c 005200 branch fhs_parity_ok ,true 
-0x266d 005201 branch error_payload 
-:      005202 fhs_parity_ok:
-0x266e 005203 bpatch patch0c_7 ,mem_patch0c 
-0x266f 005204 parse demod ,bucket ,72 
-0x2670 005205 ialigned fhs1 
-0x2671 005206 ialigned am_addr 
-0x2672 005207 ialigned nap 
-0x2673 005208 ialigned regb 
-0x2674 005209 force 0 ,pdata 
-0x2675 005210 parse demod ,bucket ,16 
-0x2676 005211 branch error_payload ,crc_failed 
-0x2677 005212 setarg 0x0ffffffc 
-0x2678 005213 iand regb ,pdata 
-0x2679 005214 store 4 ,mem_clke_bt 
-0x267a 005215 deposit fhs_class 
-0x267b 005216 store 3 ,extm_class 
-0x267c 005217 deposit fhs_misc 
-0x267d 005218 store 1 ,extm_fhs_misc 
-0x267e 005219 deposit am_addr 
-0x267f 005220 store 1 ,extm_newconn_am_addr 
-0x2680 005221 deposit nap 
-0x2681 005222 store 2 ,extm_nap 
-0x2682 005223 deposit bt_clk 
-0x2683 005224 inject rxf ,32 
-0x2684 005225 compare type_fhs ,type ,0x0f 
-0x2685 005226 setflag true ,mark_fhs_already_good ,mark 
-0x2686 005227 branch end_of_packet 
-:      005229 clear_got_tx:
-0x2687 005230 bpatch patch0d_0 ,mem_patch0d 
-0x2688 005231 fetch 1 ,mem_arq 
-0x2689 005232 rtnbit0 wack 
-0x268a 005233 set0 wack ,pdata 
-0x268b 005234 setflip seqnx ,pdata 
-0x268c 005235 store 1 ,mem_arq 
-0x268d 005236 fetch 1 ,mem_last_type 
-0x268e 005237 beq type_lmp ,clear_got_txlmp 
-0x268f 005238 rtneq type_hv3 
-0x2690 005239 fetch 1 ,mem_op 
-0x2691 005240 rtnbit0 op_txl2cap ,pdata 
-0x2692 005241 set0 op_txl2cap ,pdata 
-0x2693 005242 set1 op_pkt_comp ,pdata 
-0x2694 005243 store 1 ,mem_op 
-0x2695 005244 set0 mark_tx_l2cap ,mark 
-0x2696 005245 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x2697 005246 nrtn blank 
-0x2698 005247 fetch 1 ,mem_op 
-0x2699 005248 set0 op_pkt_comp ,pdata 
-0x269a 005249 store 1 ,mem_op 
-0x269b 005250 branch l2cap_malloc_free 
-:      005252 clear_got_txlmp:
-0x269c 005253 bpatch patch0d_1 ,mem_patch0d 
-0x269d 005254 fetch 1 ,mem_lmo_header_opcode 
-0x269e 005255 rshift pdata ,pdata 
-0x269f 005256 beq lmp_start_encryption_req ,start_encryption 
-0x26a0 005257 beq lmp_stop_encryption_req ,stop_encryption 
-0x26a1 005258 beq lmp_unsniff_req ,sniff_exit 
-0x26a2 005259 beq lmp_escape ,clear_lmp_escape 
-0x26a3 005260 rtnne lmp_accepted 
-0x26a4 005261 fetch 1 ,mem_lmo_payload 
-0x26a5 005262 beq lmp_sco_link_req ,sco_link_req_by_slave 
-0x26a6 005263 beq lmp_start_encryption_req ,clear_send_setup_complete 
-0x26a7 005264 rtn 
-:      005266 clear_lmp_escape:
-0x26a8 005267 fetch 1 ,mem_lmo_payload 
-0x26a9 005268 set1 7 ,pdata 
-0x26aa 005269 rtn 
-:      005270 clear_send_setup_complete:
-0x26ab 005271 rtn master 
-0x26ac 005272 fetch 1 ,mem_state 
-0x26ad 005273 rtnbit1 state_conn_comp 
-0x26ae 005274 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x26af 005275 rtn 
-:      005278 sco_link_req_by_slave:
-0x26b0 005279 rtn master 
-0x26b1 005280 fetch 1 ,mem_mode 
-0x26b2 005281 isolate1 send_sco_when_slave ,pdata 
-0x26b3 005282 branch clean_mem_mode ,true 
-0x26b4 005284 rtn 
-:      005285 clean_mem_mode:
-0x26b5 005286 set0 send_sco_when_slave ,pdata 
-0x26b6 005287 store 1 ,mem_mode 
-0x26b7 005288 rtn 
-:      005290 start_encryption:
-0x26b8 005291 bpatch patch0d_2 ,mem_patch0d 
-0x26b9 005292 fetch 1 ,mem_state_map 
-0x26ba 005293 set1 smap_encryption ,pdata 
-0x26bb 005294 store 1 ,mem_state_map 
-0x26bc 005295 jam 1 ,core_encrypt 
-0x26bd 005296 fetch 1 ,mem_state 
-0x26be 005297 isolate1 state_conn_comp ,pdata 
-0x26bf 005298 rtn 
-:      005300 stop_encryption:
-0x26c0 005301 bpatch patch0d_3 ,mem_patch0d 
-0x26c1 005302 fetch 1 ,mem_state_map 
-0x26c2 005303 set0 smap_encryption ,pdata 
-0x26c3 005304 store 1 ,mem_state_map 
-0x26c4 005305 jam 0 ,core_encrypt 
-0x26c5 005306 rtn 
-:      005309 sniff_init:
-0x26c6 005310 bpatch patch0d_4 ,mem_patch0d 
-0x26c7 005311 copy clkn_bt ,pdata 
-0x26c8 005312 store 4 ,mem_lpm_delay_after_sniff 
-0x26c9 005313 add clkn_bt ,3 ,rega 
-0x26ca 005314 branch sniff_init_master ,master 
-0x26cb 005315 add clke_bt ,3 ,rega 
-:      005316 sniff_init_master:
-0x26cc 005317 fetcht 2 ,mem_tsniff 
-0x26cd 005318 deposit rega 
-0x26ce 005319 set0 27 ,pdata 
-0x26cf 005320 idiv temp 
-0x26d0 005321 fetch 2 ,mem_dsniff 
-0x26d1 005322 call wait_div_end 
-0x26d2 005323 remainder regc 
-0x26d3 005324 isub regc ,pdata 
-0x26d4 005325 branch sniff_init_nowrap ,positive 
-0x26d5 005326 iadd temp ,pdata 
-:      005327 sniff_init_nowrap:
-0x26d6 005328 iadd rega ,pdata 
-0x26d7 005329 store 4 ,mem_sniff_anchor 
-0x26d8 005330 jam switch_flag_init ,mem_switch_flag 
-0x26d9 005331 fetch 1 ,mem_state 
-0x26da 005332 set1 state_insniff ,pdata 
-0x26db 005333 store 1 ,mem_state 
-0x26dc 005334 fetch 1 ,mem_sniff_attempt 
-0x26dd 005335 store 1 ,mem_current_sniff_attempt 
-0x26de 005336 setarg 0 
-0x26df 005337 store 3 ,mem_sniff_rcv 
-0x26e0 005338 store 3 ,mem_sniff_lost 
-0x26e1 005339 store 1 ,mem_sniff_unint_lost 
-0x26e2 005340 jam bt_evt_enter_sniff ,mem_fifo_temp 
-0x26e3 005341 call ui_ipc_send_event 
-0x26e4 005342 fetch 2 ,mem_rx_window_sniff 
-0x26e5 005343 store 2 ,mem_rx_window 
-0x26e6 005344 nrtn master 
-0x26e7 005345 add am_addr ,-1 ,queue 
-0x26e8 005346 rtn 
-:      005348 sniff_exit:
-0x26e9 005349 bpatch patch0d_5 ,mem_patch0d 
-0x26ea 005350 fetch 1 ,mem_state 
-0x26eb 005351 rtnbit0 state_insniff 
-0x26ec 005352 set0 state_insniff ,pdata 
-0x26ed 005353 store 1 ,mem_state 
-0x26ee 005354 fetch 2 ,mem_rx_window_init 
-0x26ef 005355 store 2 ,mem_rx_window 
-0x26f0 005356 disable wake 
-0x26f1 005357 jam bt_evt_exit_sniff ,mem_fifo_temp 
-0x26f2 005358 branch ui_ipc_send_event 
-:      005361 check_attempt:
-0x26f3 005362 bpatch patch0d_6 ,mem_patch0d 
-0x26f4 005363 enable attempt 
-0x26f5 005364 fetch 1 ,mem_state 
-0x26f6 005365 bbit1 state_insniff ,check_attempt_sniff 
-0x26f7 005366 rtnmark1 mark_testmode 
-0x26f8 005367 fetch 1 ,mem_arq 
-0x26f9 005368 rtnbit1 wack 
-0x26fa 005369 fetch 1 ,mem_lmp_to_send 
-0x26fb 005370 nrtn blank 
-0x26fc 005371 fetch 1 ,mem_op 
-0x26fd 005372 rtnbit1 op_txl2cap 
-:      005373 check_attempt_nomore:
-0x26fe 005374 force 0 ,pdata 
-0x26ff 005375 rtn 
-:      005377 check_attempt_sniff:
-0x2700 005378 bbit0 state_insco ,check_attempt_not_sco 
-0x2701 005379 fetch 1 ,mem_current_sniff_attempt 
-0x2702 005380 beq 2 ,check_attempt_sniff_restore_sco 
-0x2703 005381 fetch 1 ,mem_arq 
-0x2704 005382 bbit1 wack ,check_attempt_notimeout 
-0x2705 005383 bmark0 mark_esco_rxok ,check_attempt_notimeout 
-:      005384 check_attempt_sniff_restore_sco:
-0x2706 005385 nbranch check_attempt_notimeout ,master 
-0x2707 005386 fetch 1 ,mem_lmp_to_send 
-0x2708 005387 nbranch check_attempt_notimeout ,blank 
-:      005388 check_attempt_sco_master:
-0x2709 005389 fetch 1 ,mem_sco_poll 
-0x270a 005390 increase -1 ,pdata 
-0x270b 005391 store 1 ,mem_sco_poll 
-0x270c 005392 nbranch check_attempt_nomore ,blank 
-0x270d 005393 jam param_sco_poll ,mem_sco_poll 
-0x270e 005394 branch check_attempt_notimeout 
-:      005401 check_attempt_not_sco:
-0x270f 005402 fetch 1 ,mem_current_sniff_attempt 
-0x2710 005403 bne 1 ,check_attempt_notimeout 
-0x2711 005404 fetch 1 ,mem_current_sniff_timeout 
-0x2712 005405 branch check_attempt_notimeout ,blank 
-0x2713 005406 increase -1 ,pdata 
-0x2714 005407 store 1 ,mem_current_sniff_timeout 
-0x2715 005408 fetch 1 ,mem_arq 
-0x2716 005409 rtnbit1 wack 
-0x2717 005410 nrtn match 
-:      005411 check_attempt_notimeout:
-0x2718 005412 fetch 1 ,mem_current_sniff_attempt 
-0x2719 005413 increase -1 ,pdata 
-0x271a 005414 store 1 ,mem_current_sniff_attempt 
-0x271b 005415 rtn 
-:      005426 sniff_check_window:
-0x271c 005427 bpatch patch0d_7 ,mem_patch0d 
-0x271d 005428 disable swfine 
-0x271e 005429 copy temp ,stop_watch 
-0x271f 005430 call context_search_sniff_window 
-0x2720 005431 disable user 
-0x2721 005432 nrtn zero 
-0x2722 005433 force 0 ,stop_watch 
-0x2723 005434 enable user 
-0x2724 005435 rtn 
-:      005438 check_esco_amaddr:
-0x2725 005439 fetch 1 ,mem_esco_addr 
-0x2726 005440 icompare 0xff ,am_addr 
-0x2727 005441 rtn 
-:      005444 parse_l2cap:
-0x2728 005445 bpatch patch0e_0 ,mem_patch0e 
-0x2729 005446 set0 mark_rxbuf_inuse ,mark 
-:      005447 parse_l2cap_cont:
-0x272a 005448 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x272b 005449 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x272c 005450 rtn blank 
-0x272d 005451 isolate1 l2cap_inuse_buff1 ,pdata 
-0x272e 005452 arg mem_l2cap_rxbuff1 ,contr 
-0x272f 005453 call process_rx_l2cap_pkt ,true 
-0x2730 005454 bpatch patch0e_1 ,mem_patch0e 
-0x2731 005455 fetch 1 ,mem_l2cap_rx_done 
-0x2732 005456 beq l2cap_rx_done ,parse_l2cap_release_buff1 
-0x2733 005458 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x2734 005459 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2735 005460 rtnbit0 l2cap_inuse_buff2 
-0x2736 005461 arg mem_l2cap_rxbuff2 ,contr 
-0x2737 005462 call process_rx_l2cap_pkt 
-0x2738 005463 fetch 1 ,mem_l2cap_rx_done 
-0x2739 005464 beq l2cap_rx_done ,parse_l2cap_release_buff2 
-0x273a 005465 rtn 
-:      005467 parse_l2cap_release_buff1:
-0x273b 005468 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x273c 005469 set0 l2cap_inuse_buff1 ,pdata 
-0x273d 005470 store 1 ,mem_l2cap_rxbuff_inuse 
-0x273e 005471 setarg 0 
-0x273f 005472 store 2 ,mem_l2cap_rxbuff1_len 
-0x2740 005473 rtn 
-:      005474 parse_l2cap_release_buff2:
-0x2741 005475 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2742 005476 set0 l2cap_inuse_buff2 ,pdata 
-0x2743 005477 store 1 ,mem_l2cap_rxbuff_inuse 
-0x2744 005478 setarg 0 
-0x2745 005479 store 2 ,mem_l2cap_rxbuff2_len 
-0x2746 005480 rtn 
-:      005482 l2cap_buff1_inuse:
-0x2747 005483 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2748 005484 set1 l2cap_inuse_buff1 ,pdata 
-0x2749 005485 store 1 ,mem_l2cap_rxbuff_inuse 
-0x274a 005486 rtn 
-:      005488 l2cap_buff2_inuse:
-0x274b 005489 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x274c 005490 set1 l2cap_inuse_buff2 ,pdata 
-0x274d 005491 store 1 ,mem_l2cap_rxbuff_inuse 
-0x274e 005492 rtn 
-:      005498 slave_send_access:
-0x274f 005499 bpatch patch0e_2 ,mem_patch0e 
-0x2750 005500 add clke_bt ,1 ,bt_clk 
-0x2751 005501 call fetch_extm_bt_adr 
-0x2752 005502 force 0x03 ,freq_mode 
-0x2753 005503 call tx_radio_freq 
-0x2754 005504 call start_transmitter 
-0x2755 005505 call start_tx_external 
-0x2756 005506 branch send_access_word 
-:      005509 slave_conn_send_packet:
-0x2757 005510 bpatch patch0e_3 ,mem_patch0e 
-0x2758 005511 call rf_setup_time_slave_slot 
-0x2759 005512 deposit clke_bt 
-0x275a 005513 fetcht 4 ,mem_next_btclk 
-0x275b 005514 isub temp ,pdata 
-0x275c 005515 rtnne 1 
-0x275d 005516 compare type_null ,type ,0x1f 
-0x275e 005517 nbranch slave_conn_send_access ,true 
-0x275f 005518 fetch 1 ,mem_rx_type 
-0x2760 005519 rtn blank 
-:      005520 slave_conn_send_access:
-0x2761 005521 call slave_send_access 
-:      005522 transmit_packet:
-0x2762 005523 compare type_id ,type ,0x1f 
-0x2763 005524 branch end_of_packet ,true 
-0x2764 005525 rshift bt_clk ,temp 
-0x2765 005526 or temp ,0x40 ,white_init 
-:      005527 transmit_packet_whitened:
-0x2766 005528 bpatch patch0e_4 ,mem_patch0e 
-0x2767 005529 enable enable_white 
-0x2768 005530 enable enable_hec 
-0x2769 005531 enable encode_fec1 
-0x276a 005532 set0 mark_longpacket ,mark 
-0x276b 005533 deposit am_addr 
-0x276c 005534 inject mod ,3 
-0x276d 005535 deposit type 
-0x276e 005536 inject mod ,4 
-0x276f 005537 fetch 1 ,mem_arq 
-0x2770 005538 inject bucket ,4 
-0x2771 005539 inject mod ,3 
-0x2772 005540 enable enable_parity 
-0x2773 005541 inject mod ,8 
-0x2774 005542 disable encode_fec1 
-0x2775 005543 disable enable_parity 
-0x2776 005544 disable enable_hec 
-0x2777 005545 set0 psk3m ,radio_ctrl 
-0x2778 005546 arg 0 ,temp 
-0x2779 005547 call reserve_slot 
-0x277a 005548 bpatch patch0e_5 ,mem_patch0e 
-0x277b 005549 and type ,0x1f ,pdata 
-0x277c 005550 beq type_lmp ,transmit_lmp 
-0x277d 005551 beq type_null ,end_of_packet 
-0x277e 005552 beq type_poll ,end_of_packet 
-0x277f 005553 beq type_fhs ,transmit_fhs 
-0x2780 005554 beq type_dm1 ,transmit_dm1 
-0x2781 005555 beq type_dh1 ,transmit_dh1 
-0x2782 005556 beq type_hv3 ,transmit_hev 
-0x2783 005557 beq type_3dh1 ,transmit_3dh1 
-0x2784 005558 arg 4 ,temp 
-0x2785 005559 call reserve_slot 
-0x2786 005560 beq type_dm3 ,transmit_dm3 
-0x2787 005561 beq type_dh3 ,transmit_dh3 
-0x2788 005562 arg 8 ,temp 
-0x2789 005563 call reserve_slot 
-0x278a 005564 beq type_dh5 ,transmit_dh5 
-0x278b 005565 branch transmit_dm5 
-:      005568 transmit_hev:
-0x278c 005569 bpatch patch0e_6 ,mem_patch0e 
-0x278d 005570 enable encode_fec0 
-0x278e 005571 enable enable_crc 
-0x278f 005572 enable encrypt 
-0x2790 005573 force 30 ,loopcnt 
-0x2791 005574 arg mem_sco_obuf ,contr 
-:      005575 transmit_ev_loop:
-0x2792 005576 ifetch 1 ,contr 
-0x2793 005577 inject mod ,8 
-0x2794 005578 loop transmit_ev_loop 
-0x2795 005579 bmark1 mark_esco ,transmit_end 
-0x2796 005580 branch end_of_packet 
-:      005582 transmit_fhs:
-0x2797 005583 bpatch patch0e_7 ,mem_patch0e 
-0x2798 005584 fetch 1 ,mem_fhs_am_addr 
-0x2799 005585 icopy am_addr 
-0x279a 005586 fetch 1 ,mem_fhs_misc 
-0x279b 005587 icopy fhs_misc 
-0x279c 005588 fetch 3 ,mem_class 
-0x279d 005589 icopy fhs_class 
-0x279e 005590 fetch 2 ,mem_nap 
-0x279f 005591 icopy nap 
-0x27a0 005592 enable enable_crc 
-0x27a1 005593 enable encode_fec2 
-0x27a2 005594 copy bt_adr ,rega 
-0x27a3 005595 call fetch_self_bt_adr 
-0x27a4 005596 pulse recalc 
-0x27a5 005597 nop 32 
-0x27a6 005598 copy bt_clk ,timeup 
-0x27a7 005599 fetch 4 ,mem_clkn_bt 
-0x27a8 005600 icopy bt_clk 
-0x27a9 005601 preload fhs0 
-0x27aa 005602 set1 58 ,pdata 
-0x27ab 005603 inject mod ,72 
-0x27ac 005604 preload fhs1 
-0x27ad 005605 inject mod ,72 
-0x27ae 005606 copy timeup ,bt_clk 
-0x27af 005607 copy rega ,bt_adr 
-0x27b0 005608 enable enable_parity 
-0x27b1 005609 inject mod ,16 
-0x27b2 005610 disable enable_parity 
-0x27b3 005611 branch end_of_packet 
-:      005613 transmit_lmp:
-0x27b4 005614 bpatch patch0f_0 ,mem_patch0f 
-0x27b5 005615 enable encrypt 
-0x27b6 005616 enable enable_crc 
-0x27b7 005617 enable encode_fec2 
-0x27b8 005618 fetch 1 ,mem_lmo_header_length 
-0x27b9 005619 and pdata ,0x1f8 ,temp 
-0x27ba 005620 arg mem_lmo_header_length ,contr 
-0x27bb 005621 increase 8 ,temp 
-:      005622 transmit_lmp_loop:
-0x27bc 005623 add temp ,-72 ,regc 
-0x27bd 005624 nbranch transmit_lmp_finish ,positive 
-0x27be 005625 ifetch 9 ,contr 
-0x27bf 005626 inject mod ,72 
-0x27c0 005627 copy regc ,temp 
-0x27c1 005628 branch transmit_lmp_loop 
-:      005629 transmit_lmp_finish:
-0x27c2 005630 ifetch 9 ,contr 
-0x27c3 005631 iinject mod ,temp 
-0x27c4 005632 branch transmit_end 
-:      005634 transmit_dm1:
-0x27c5 005635 enable encode_fec2 
-0x27c6 005636 branch transmit_dmh 
-:      005637 transmit_dm3:
-:      005638 transmit_dm5:
-0x27c7 005639 enable encode_fec2 
-0x27c8 005640 set1 mark_longpacket ,mark 
-0x27c9 005641 branch transmit_dmh 
-:      005643 transmit_3dh1:
-0x27ca 005644 set1 psk3m ,radio_ctrl 
-:      005645 transmit_dh1:
-0x27cb 005646 enable encode_fec0 
-0x27cc 005647 branch transmit_dmh 
-:      005649 transmit_dh3:
-:      005650 transmit_dh5:
-0x27cd 005651 set1 psk3m ,radio_ctrl 
-0x27ce 005652 enable encode_fec0 
-0x27cf 005653 set1 mark_longpacket ,mark 
-:      005655 transmit_dmh:
-0x27d0 005656 bpatch patch0f_1 ,mem_patch0f 
-0x27d1 005657 fetch 1 ,mem_state_map 
-0x27d2 005658 bbit0 smap_edr ,transmit_noedr 
-0x27d3 005659 sub type ,3 ,null 
-0x27d4 005660 branch transmit_noedr ,positive 
-0x27d5 005661 disable encrypt 
-0x27d6 005662 disable encode_fec2 
-0x27d7 005663 enable encode_fec0 
-0x27d8 005664 disable enable_white 
-0x27d9 005665 set1 psk ,radio_ctrl 
-0x27da 005666 isolate1 psk3m ,radio_ctrl 
-0x27db 005667 branch transmit_edr3m ,true 
-0x27dc 005668 setarg 0xabeee 
-0x27dd 005669 inject mod ,20 
-0x27de 005670 branch transmit_edr_sync_end 
-:      005671 transmit_edr3m:
-0x27df 005672 setarg 0x5faeba 
-0x27e0 005673 inject mod ,24 
-0x27e1 005674 setarg 0x12 
-0x27e2 005675 inject mod ,6 
-:      005676 transmit_edr_sync_end:
-0x27e3 005677 enable enable_white 
-0x27e4 005678 set1 mark_longpacket ,mark 
-:      005679 transmit_noedr:
-0x27e5 005680 enable encrypt 
-0x27e6 005681 enable enable_crc 
-0x27e7 005682 bmark1 mark_loopback ,transmit_loopback 
-0x27e8 005683 fetch 1 ,mem_tx_lch 
-0x27e9 005684 inject mod ,3 
-0x27ea 005685 fetch 2 ,mem_tx_len 
-0x27eb 005686 iforce loopcnt 
-0x27ec 005687 bmark1 mark_longpacket ,transmit_long 
-0x27ed 005688 inject mod ,5 
-0x27ee 005689 branch transmit_stuff 
-:      005690 transmit_long:
-0x27ef 005691 inject mod ,13 
-:      005692 transmit_stuff:
-0x27f0 005693 deposit loopcnt 
-0x27f1 005694 branch transmit_end ,blank 
-0x27f2 005695 fetch 2 ,mem_txptr 
-0x27f3 005696 iforce contr 
-:      005697 transmit_stuff_loop:
-0x27f4 005698 ifetch 1 ,contr 
-0x27f5 005699 inject mod ,8 
-0x27f6 005700 loop transmit_stuff_loop 
-:      005703 transmit_end:
-0x27f7 005704 enable enable_parity 
-0x27f8 005705 inject mod ,16 
-0x27f9 005706 disable enable_parity 
-0x27fa 005707 call set_wait_ack 
-0x27fb 005708 fetch 1 ,mem_state_map 
-0x27fc 005709 bbit0 smap_edr ,end_of_packet 
-0x27fd 005710 force 0 ,pdata 
-0x27fe 005711 inject mod ,6 
-0x27ff 005712 branch end_of_packet 
-:      005715 transmit_loopback:
-0x2800 005716 bpatch patch0f_2 ,mem_patch0f 
-0x2801 005717 bmark1 mark_longpacket ,transmit_loopback_long 
-:      005718 transmit_loopback_short:
-0x2802 005719 fetch 1 ,mem_lch_code 
-0x2803 005720 inject mod ,3 
-0x2804 005721 fetch 1 ,mem_len 
-0x2805 005722 iforce regc 
-0x2806 005723 inject mod ,5 
-0x2807 005724 branch transmit_loopback_cont 
-:      005725 transmit_loopback_long:
-0x2808 005726 fetch 1 ,mem_lch_code 
-0x2809 005727 inject mod ,3 
-0x280a 005728 fetch 2 ,mem_len 
-0x280b 005729 iforce regc 
-0x280c 005730 inject mod ,13 
-:      005731 transmit_loopback_cont:
-0x280d 005732 arg mem_rxbuf ,contr 
-:      005733 transmit_loopback_loop:
-0x280e 005734 copy regc ,null 
-0x280f 005735 branch transmit_loopback_end ,zero 
-0x2810 005736 ifetch 1 ,contr 
-0x2811 005737 inject mod ,8 
-0x2812 005738 increase -1 ,regc 
-0x2813 005739 branch transmit_loopback_loop 
-:      005740 transmit_loopback_end:
-0x2814 005741 fetch 2 ,mem_tst_pktcnt_dmh 
-0x2815 005742 increase 1 ,pdata 
-0x2816 005743 store 2 ,mem_tst_pktcnt_dmh 
-0x2817 005744 branch transmit_end 
-:      005747 apply_switch_clke:
-0x2818 005748 fetch 4 ,mem_clke_bt 
-0x2819 005749 add pdata ,7 ,rega 
-0x281a 005750 fetch 2 ,mem_slot_offset 
-0x281b 005751 nbranch apply_switch_nozero ,blank 
-0x281c 005752 increase -3 ,rega 
-0x281d 005753 branch apply_switch_wait_loop 
-:      005754 apply_switch_nozero:
-0x281e 005755 mul32 pdata ,12 ,pdata 
-0x281f 005756 hfetcht 2 ,core_halfslot 
-0x2820 005757 increase 1 ,temp 
-:      005758 apply_switch_loop:
-0x2821 005759 isub temp ,pdata 
-0x2822 005760 nbranch apply_switch_bt ,positive 
-0x2823 005761 increase -1 ,rega 
-0x2824 005762 branch apply_switch_loop 
-:      005763 apply_switch_bt:
-0x2825 005764 sub pdata ,0 ,pdata 
-:      005765 apply_switch_wait_loop:
-0x2826 005766 until null ,oneslot 
-0x2827 005767 compare 0 ,clkn_bt ,3 
-0x2828 005768 nbranch apply_switch_wait_loop ,true 
-0x2829 005769 iforce clke_rt 
-0x282a 005770 copy rega ,clke_bt 
-0x282b 005771 iforce clke_rt 
-0x282c 005772 rtn 
-:      005775 calc_slot_offset:
-0x282d 005776 bpatch patch0f_3 ,mem_patch0f 
-0x282e 005777 until null ,halfslot 
-0x282f 005778 deposit clke 
-0x2830 005779 iforce contr 
-0x2831 005780 rshift16 ,pdata ,pdata 
-0x2832 005781 isub clkn_bt ,loopcnt 
-0x2833 005782 and_into 3 ,loopcnt 
-0x2834 005783 nbranch calc_bt_portion ,zero 
-0x2835 005784 force 0 ,pdata 
-0x2836 005785 branch calc_skip_bt 
-:      005786 calc_bt_portion:
-0x2837 005787 arg 3750 ,temp 
-0x2838 005788 force 0 ,pdata 
-:      005789 calc_slot_offset_loop:
-0x2839 005790 iadd temp ,pdata 
-0x283a 005791 loop calc_slot_offset_loop 
-:      005792 calc_skip_bt:
-0x283b 005793 iadd contr ,pdata 
-0x283c 005794 div pdata ,12 
-0x283d 005795 call wait_div_end 
-0x283e 005796 quotient pdata 
-0x283f 005797 store 2 ,mem_slot_offset 
-0x2840 005798 rtn 
-:      005800 calc_clke_offset:
-0x2841 005801 bpatch patch0f_4 ,mem_patch0f 
-0x2842 005802 deposit clke 
-0x2843 005803 copy clkn ,temp 
-0x2844 005804 isub temp ,null 
-0x2845 005805 nsetflag positive ,44 ,pdata 
-0x2846 005806 isub temp ,temp 
-0x2847 005807 setarg 3750 
-0x2848 005808 isolate0 15 ,temp 
-0x2849 005809 branch calc_clke_pos ,true 
-0x284a 005810 setarg -61786 
-0x284b 005811 iadd temp ,temp 
-:      005812 calc_clke_pos:
-0x284c 005813 storet 6 ,mem_le_clk_offset 
-0x284d 005814 rtn le 
-0x284e 005815 storet 6 ,mem_clk_offset 
-0x284f 005816 rtn 
-:      005818 calc_clke:
-0x2850 005819 disable clknt 
-0x2851 005820 fetch 6 ,mem_le_clk_offset 
-0x2852 005821 branch calc_clke2 ,le 
-0x2853 005822 fetch 6 ,mem_clk_offset 
-:      005823 calc_clke2:
-0x2854 005824 iadd clkn ,alarm 
-0x2855 005825 increase 10 ,alarm 
-0x2856 005826 setarg 3750 
-0x2857 005827 isub alarm ,pdata 
-0x2858 005828 isolate0 15 ,pdata 
-0x2859 005829 branch calc_clke_pos_adj ,true 
-0x285a 005830 setarg 0xf15a 
-0x285b 005831 iadd alarm ,alarm 
-:      005832 calc_clke_pos2:
-0x285c 005833 copy alarm ,clke 
-0x285d 005834 rtn 
-:      005835 calc_clke_pos_adj:
-0x285e 005836 force 0 ,null 
-0x285f 005837 branch calc_clke_pos2 
-:      005844 calc_radio_freq:
-0x2860 005845 bpatch patch0f_5 ,mem_patch0f 
-0x2861 005846 call set_sync_on 
-0x2862 005847 copy bt_clk ,pdata 
-0x2863 005848 and_into 0x180 ,pdata 
-0x2864 005849 compare 3 ,freq_mode ,0x07 
-0x2865 005850 nbranch freq_not_connection ,true 
-0x2866 005851 rshift3 pdata ,pdata 
-0x2867 005852 iadd freq_index ,pdata 
-0x2868 005853 branch do_hop_mod_now 
-:      005854 freq_not_connection:
-0x2869 005855 copy freq_index ,pdata 
-:      005856 do_hop_mod_now:
-0x286a 005857 div pdata ,79 
-0x286b 005858 pulse recalc 
-0x286c 005859 call wait_div_end 
-0x286d 005860 remainder rega 
-0x286e 005861 add rega ,-40 ,temp 
-0x286f 005862 branch odd_half ,positive 
-0x2870 005863 lshift rega ,temp 
-0x2871 005864 branch freq_result 
-:      005865 odd_half:
-0x2872 005866 lshift temp ,temp 
-0x2873 005867 increase 1 ,temp 
-:      005868 freq_result:
-0x2874 005869 bpatch patch0f_6 ,mem_patch0f 
-0x2875 005870 fetch 1 ,mem_mode 
-0x2876 005871 bbit0 afh_change ,afh_process_con 
-:      005872 afh_process_0:
-0x2877 005873 fetch 4 ,mem_afh_instant 
-0x2878 005874 isub bt_clk ,null 
-0x2879 005875 branch afh_process_con ,positive 
-0x287a 005876 call afh_clear 
-0x287b 005877 fetch 1 ,mem_afh_new_mod 
-0x287c 005878 rtn blank 
-0x287d 005879 fetch 1 ,mem_mode 
-0x287e 005880 set1 afh_enable ,pdata 
-0x287f 005881 store 1 ,mem_mode 
-0x2880 005882 fetch 5 ,mem_afh_map_new 
-0x2881 005883 store 5 ,mem_afh_map_lo 
-0x2882 005884 ifetch 5 ,contr 
-0x2883 005885 store 5 ,mem_afh_map_hi 
-0x2884 005886 call afh_process_freq_map 
-:      005887 afh_process_con:
-0x2885 005888 fetch 1 ,mem_mode 
-0x2886 005889 rtnbit0 afh_enable 
-0x2887 005890 isolate1 1 ,bt_clk 
-0x2888 005891 branch afh_same_channel ,true 
-0x2889 005892 rshift3 temp ,rega 
-0x288a 005893 and temp ,7 ,queue 
-0x288b 005894 setarg mem_afh_map_lo 
-0x288c 005895 iadd rega ,rega 
-0x288d 005896 ifetch 1 ,rega 
-0x288e 005897 qisolate0 pdata 
-0x288f 005898 branch afh_process_1 ,true 
-0x2890 005899 deposit temp 
-0x2891 005900 branch afh_process_end 
-:      005901 afh_process_1:
-0x2892 005902 fetch 1 ,mem_afh_used 
-0x2893 005903 iforce regb 
-0x2894 005904 deposit bt_clk 
-0x2895 005905 and_into 0x180 ,pdata 
-0x2896 005906 rshift3 pdata ,pdata 
-0x2897 005907 iadd freq_index ,pdata 
-0x2898 005908 idiv regb 
-0x2899 005909 setarg mem_afh_map 
-0x289a 005910 call wait_div_end 
-0x289b 005911 remainder rega 
-0x289c 005912 iadd rega ,contr 
-0x289d 005913 ifetch 1 ,contr 
-:      005914 afh_process_end:
-0x289e 005915 store 1 ,mem_afh_index 
-0x289f 005916 iforce temp 
-0x28a0 005917 rtn 
-:      005919 afh_same_channel:
-0x28a1 005920 fetch 1 ,mem_afh_index 
-0x28a2 005921 iforce temp 
-0x28a3 005922 rtn 
-:      005924 afh_clear:
-0x28a4 005925 fetch 1 ,mem_mode 
-0x28a5 005926 set0 afh_enable ,pdata 
-0x28a6 005927 set0 afh_change ,pdata 
-0x28a7 005928 store 1 ,mem_mode 
-0x28a8 005929 rtn 
-:      005935 afh_process_freq_map:
-0x28a9 005936 bpatch patch0f_7 ,mem_patch0f 
-0x28aa 005937 arg mem_afh_map ,contw 
-0x28ab 005938 force 10 ,loopcnt 
-0x28ac 005939 call memset0 
-0x28ad 005940 arg mem_afh_map ,contw 
-0x28ae 005941 force 0 ,regc 
-0x28af 005942 force 2 ,queue 
-:      005943 process_freq_3:
-0x28b0 005944 fetch 5 ,mem_afh_map_lo 
-0x28b1 005945 iforce temp 
-0x28b2 005946 compare 2 ,queue ,0xff 
-0x28b3 005947 branch process_freq_1 ,true 
-0x28b4 005948 rshift temp ,temp 
-:      005949 process_freq_1:
-0x28b5 005950 isolate0 0 ,temp 
-0x28b6 005951 branch process_freq_0 ,true 
-0x28b7 005952 deposit regc 
-0x28b8 005953 istore 1 ,contw 
-:      005954 process_freq_0:
-0x28b9 005955 rshift2 temp ,temp 
-0x28ba 005956 increase 2 ,regc 
-0x28bb 005957 compare 40 ,regc ,0xfe 
-0x28bc 005958 nbranch process_freq_2 ,true 
-0x28bd 005959 fetch 5 ,mem_afh_map_hi 
-0x28be 005960 iforce temp 
-0x28bf 005961 compare 2 ,queue ,0xff 
-0x28c0 005962 branch process_freq_2 ,true 
-0x28c1 005963 rshift temp ,temp 
-:      005964 process_freq_2:
-0x28c2 005965 sub regc ,78 ,null 
-0x28c3 005966 branch process_freq_1 ,positive 
-0x28c4 005967 force 1 ,regc 
-0x28c5 005968 increase -1 ,queue 
-0x28c6 005969 nbranch process_freq_3 ,zero 
-0x28c7 005970 arg mem_afh_map ,rega 
-0x28c8 005971 deposit contw 
-0x28c9 005972 isub rega ,pdata 
-0x28ca 005973 store 1 ,mem_afh_used 
-0x28cb 005974 rtn 
-:      005976 rx_radio_freq:
-0x28cc 005977 bpatch patch10_0 ,mem_patch10 
-0x28cd 005978 call calc_radio_freq 
-0x28ce 005979 fetch 1 ,mem_debug_config 
-0x28cf 005980 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
-0x28d0 005981 fetcht 1 ,mem_rx_fixed_freq 
-:      005982 rx_radio_freq_now:
-0x28d1 005983 branch set_freq_rx 
-:      005986 tx_radio_freq:
-0x28d2 005987 bpatch patch10_1 ,mem_patch10 
-0x28d3 005988 call calc_radio_freq 
-0x28d4 005989 fetch 1 ,mem_debug_config 
-0x28d5 005990 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
-0x28d6 005991 fetcht 1 ,mem_tx_fixed_freq 
-:      005992 tx_radio_freq_now:
-0x28d7 005993 branch set_freq_tx 
-:      005996 fetch_giac:
-0x28d8 005997 force 0 ,uap 
-0x28d9 005998 fetch 3 ,mem_glap 
-0x28da 005999 iforce lap 
-0x28db 006000 rtn 
-:      006002 fetch_page_bt_adr:
-0x28dc 006003 bpatch patch10_2 ,mem_patch10 
-0x28dd 006004 fetch 1 ,mem_hci_puap 
-0x28de 006005 icopy uap 
-0x28df 006006 fetch 3 ,mem_hci_plap 
-0x28e0 006007 icopy lap 
-0x28e1 006008 rtn 
-:      006010 fetch_self_bt_adr:
-0x28e2 006011 bpatch patch10_3 ,mem_patch10 
-0x28e3 006012 fetch 2 ,mem_nap 
-0x28e4 006013 icopy nap 
-0x28e5 006014 fetch 1 ,mem_uap 
-0x28e6 006015 icopy uap 
-0x28e7 006016 fetch 3 ,mem_lap 
-0x28e8 006017 icopy lap 
-0x28e9 006018 rtn 
-:      006020 fetch_extm_bt_adr:
-0x28ea 006021 bpatch patch10_4 ,mem_patch10 
-0x28eb 006022 fetch 2 ,mem_pnap 
-0x28ec 006023 icopy nap 
-0x28ed 006024 fetch 1 ,mem_puap 
-0x28ee 006025 icopy uap 
-0x28ef 006026 fetch 3 ,mem_plap 
-0x28f0 006027 icopy lap 
-0x28f1 006028 rtn 
-:      006031 fetch_diac:
-0x28f2 006032 bmark1 mark_all_diac ,fetch_diac_do 
-0x28f3 006033 rtnmark0 mark_inquiry_state 
-0x28f4 006034 rtnmark0 mark_periodical_diac 
-:      006035 fetch_diac_do:
-0x28f5 006036 and_into -256 ,lap 
-0x28f6 006037 pulse recalc 
-0x28f7 006038 nop 32 
-0x28f8 006039 rtn 
-:      006042 shutdown_radio:
-0x28f9 006043 bpatch patch10_5 ,mem_patch10 
-0x28fa 006044 branch shutdown_radio0 ,is_rx 
-0x28fb 006045 jam 0xd4 ,rf_tx_pa_ib 
-0x28fc 006046 nop 4 
-0x28fd 006047 jam 0xd2 ,rf_tx_pa_ib 
-0x28fe 006048 nop 4 
-0x28ff 006049 jam 0xd1 ,rf_tx_pa_ib 
-0x2900 006050 nop 4 
-0x2901 006051 fetch 1 ,mem_tx_power 
-0x2902 006052 beq tx_power_0db ,shutdown_radio_0db 
-0x2903 006053 beq tx_power_3db ,shutdown_radio_3db 
-0x2904 006054 beq tx_power_5db ,shutdown_radio_5db 
-0x2905 006055 beq tx_power_f3db ,shutdown_radio_f3db 
-0x2906 006056 beq tx_power_f5db ,shutdown_radio_f5db 
-0x2907 006057 beq tx_power_pair ,shutdown_radio_pair 
-:      006058 shutdown_radio_5db:
-:      006059 shutdown_radio_0db:
-0x2908 006060 jam 0xd0 ,rf_tx_pa_ib 
-0x2909 006061 jam 0xe0 ,rf_tx_pa_gc 
-:      006062 shutdown_radio0:
-0x290a 006063 force 0 ,radio_ctrl 
-0x290b 006064 disable is_rx 
-0x290c 006065 disable is_tx 
-0x290d 006066 pulse packet_end 
-0x290e 006067 jam 0x0 ,rfen_mdm 
-0x290f 006068 jam 0x0 ,rfen_tx 
-0x2910 006069 jam 0x0 ,rfen_rx 
-0x2911 006070 jam 0 ,rfen_sn 
-0x2912 006071 jam 0x70 ,rfen_msc 
-0x2913 006072 jam 0x0 ,rfen_adc 
-0x2914 006073 rtn 
-:      006075 shutdown_radio_pair:
-:      006076 shutdown_radio_f5db:
-:      006077 shutdown_radio_f3db:
-:      006078 shutdown_radio_3db:
-0x2915 006079 jam 0xd0 ,rf_tx_pa_ib 
-0x2916 006080 jam 0xc0 ,rf_tx_pa_gc 
-0x2917 006081 branch shutdown_radio0 
-:      006083 set_sync_on:
-0x2918 006084 bpatch patch10_6 ,mem_patch10 
-0x2919 006085 jam 0x0 ,rfen_mdm 
-0x291a 006086 jam 0x0 ,rfen_tx 
-0x291b 006087 jam 0x18 ,rfen_rx 
-0x291c 006088 jam 0xa7 ,rfen_sn 
-0x291d 006089 jam 0x7f ,rfen_msc 
-0x291e 006090 rtn 
-:      006092 set_freq_rx:
-0x291f 006093 bpatch patch10_7 ,mem_patch10 
-0x2920 006095 storet 1 ,mem_last_freq 
-0x2921 006096 add temp ,rx_freq_offset ,rega 
-0x2922 006097 jam 0x07 ,rf_balun_ctrim 
-0x2923 006098 branch rf_write_freq 
-:      006099 rf_rx_enable:
-0x2924 006100 bpatch patch11_0 ,mem_patch11 
-0x2925 006101 jam 0xcf ,rfen_tx 
-0x2926 006102 nop 10 
-0x2927 006103 jam 0xff ,rfen_rx 
-0x2928 006104 jam 0xaf ,rfen_sn 
-0x2929 006105 jam 0xff ,rfen_msc 
-0x292a 006106 nop 10 
-0x292b 006107 jam 0xa0 ,rfen_mdm 
-0x292c 006108 rtn 
-:      006110 set_freq_tx_offset:
-0x292d 006111 fetch 1 ,mem_250k_freq_enable 
-0x292e 006112 branch set_freq_tx_2m_offset ,blank 
-:      006113 set_freq_tx_0m_offset:
-0x292f 006114 add temp ,2 ,rega 
-0x2930 006115 rtn 
-:      006116 set_freq_tx_2m_offset:
-0x2931 006117 add temp ,0 ,rega 
-0x2932 006118 rtn 
-:      006120 set_freq_tx:
-0x2933 006121 bpatch patch11_1 ,mem_patch11 
-0x2934 006122 storet 1 ,mem_last_freq 
-0x2935 006123 call set_freq_tx_offset 
-0x2936 006124 call rf_write_freq 
-0x2937 006125 setarg param_pll_setup 
-0x2938 006126 call sleep 
-:      006127 txon:
-0x2939 006128 jam 0x1 ,rfen_adc 
-0x293a 006129 jam 0x3c ,rfen_rx 
-0x293b 006130 jam 0xe0 ,rfen_tx 
-0x293c 006131 jam 0x12 ,rf_balun_ctrim 
-0x293d 006132 nop 10 
-0x293e 006133 jam 0x01 ,rfen_mdm 
-0x293f 006134 jam 0x3d ,rfen_mdm 
-0x2940 006135 nop 10 
-0x2941 006136 jam 0xb7 ,rfen_sn 
-0x2942 006137 nop 10 
-0x2943 006138 jam 0x7f ,rfen_mdm 
-:      006139 txon_power_select:
-0x2944 006140 fetch 1 ,mem_tx_power 
-0x2945 006141 beq tx_power_0db ,set_tx_power_0db 
-0x2946 006142 beq tx_power_3db ,set_tx_power_3db 
-0x2947 006143 beq tx_power_5db ,set_tx_power_5db 
-0x2948 006144 beq tx_power_f3db ,set_tx_power_f3db 
-0x2949 006145 beq tx_power_f5db ,set_tx_power_f5db 
-0x294a 006146 beq tx_power_pair ,set_tx_power_pair 
-:      006147 set_tx_power_0db:
-0x294b 006148 jam 0xf0 ,rf_tx_pa_gc 
-0x294c 006149 call txon_common 
-0x294d 006150 jam 0xd8 ,rf_tx_pa_ib 
-0x294e 006151 rtn 
-:      006153 set_tx_power_3db:
-0x294f 006154 jam 0xdf ,rf_tx_pa_gc 
-0x2950 006155 call txon_common 
-0x2951 006156 jam 0xdf ,rf_tx_pa_ib 
-0x2952 006157 rtn 
-:      006159 set_tx_power_5db:
-0x2953 006160 jam 0xff ,rf_tx_pa_gc 
-0x2954 006161 call txon_common 
-0x2955 006162 jam 0xdf ,rf_tx_pa_ib 
-0x2956 006163 rtn 
-:      006164 set_tx_power_f3db:
-0x2957 006165 jam 0xce ,rf_tx_pa_gc 
-0x2958 006166 call txon_common 
-0x2959 006167 jam 0xd8 ,rf_tx_pa_ib 
-0x295a 006168 rtn 
-:      006170 set_tx_power_f5db:
-0x295b 006171 jam 0xcb ,rf_tx_pa_gc 
-0x295c 006172 call txon_common 
-0x295d 006173 jam 0xd8 ,rf_tx_pa_ib 
-0x295e 006174 rtn 
-:      006176 set_tx_power_pair:
-0x295f 006177 jam 0xd0 ,rf_tx_pa_ib 
-0x2960 006178 jam 0xc0 ,rf_tx_pa_gc 
-0x2961 006179 jam 0x4c ,0x8957 
-0x2962 006180 jam 0x6c ,0x8958 
-0x2963 006181 jam 0x50 ,0x8959 
-0x2964 006182 rtn 
-:      006184 txon_common:
-0x2965 006185 nop 4 
-0x2966 006186 jam 0xd1 ,rf_tx_pa_ib 
-0x2967 006187 nop 4 
-0x2968 006188 jam 0xd2 ,rf_tx_pa_ib 
-0x2969 006189 nop 4 
-0x296a 006190 jam 0xd4 ,rf_tx_pa_ib 
-0x296b 006191 rtn 
-:      006194 initialize_radio:
-0x296c 006195 jam clksel_rc ,core_clksel 
-:      006196 initialize_radio_wait:
-0x296d 006197 fetch 2 ,mem_rf_init_ptr 
-0x296e 006198 bbit0 14 ,initialize_radio_wait 
-0x296f 006199 iforce contr 
-0x2970 006200 arg 0x8900 ,temp 
-:      006201 initialize_radio_loop:
-0x2971 006202 ifetch 1 ,contr 
-0x2972 006203 beq 0xff ,initialize_radio_cont 
-0x2973 006204 ior temp ,contw 
-0x2974 006205 ifetch 1 ,contr 
-0x2975 006206 istore 1 ,contw 
-0x2976 006207 branch initialize_radio_loop 
-:      006208 initialize_radio_cont:
-0x2977 006209 bpatch patch11_2 ,mem_patch11 
-0x2978 006210 call lpm_cal_xtal_startup 
-0x2979 006211 call switchto_dpllclk 
-0x297a 006213 setarg param_dpll_start_delay 
-0x297b 006214 iadd clkn_bt ,pdata 
-0x297c 006215 store 4 ,mem_dpll_clkn 
-0x297d 006216 set1 reset ,radio_ctrl 
-0x297e 006217 force 0 ,radio_ctrl 
-0x297f 006218 ncall do_rccal ,wake 
-0x2980 006219 branch set_rccal 
-:      006222 rf_write_freq:
-0x2981 006223 bpatch patch11_3 ,mem_patch11 
-0x2982 006224 setarg 2400 
-0x2983 006225 iadd rega ,temp 
-0x2984 006226 fetch 1 ,mem_fcomp_mul 
-0x2985 006227 jam 0x04 ,rf_pll_rstn 
-0x2986 006228 imul32 temp ,pdata 
-0x2987 006229 fetcht 1 ,mem_fcomp_div 
-0x2988 006230 idiv temp 
-0x2989 006231 call wait_div_end 
-0x298a 006232 quotient rega 
-0x298b 006233 remainder pdata 
-0x298c 006234 lshift16 pdata ,pdata 
-0x298d 006235 lshift4 pdata ,pdata 
-0x298e 006236 idiv temp 
-0x298f 006237 call wait_div_end 
-0x2990 006238 quotient pdata 
-0x2991 006239 lshift8 pdata ,pdata 
-0x2992 006240 lshift pdata ,pdata 
-0x2993 006241 ior rega ,pdata 
-0x2994 006242 hstore 4 ,rf_pll_intg 
-0x2995 006243 jam 0x44 ,rf_pll_rstn 
-0x2996 006244 jam 0xc4 ,rf_pll_rstn 
-0x2997 006245 rtn 
-:      006248 do_rccal:
-0x2998 006249 bpatch patch11_4 ,mem_patch11 
-0x2999 006250 jam 0x02 ,rfen_adc 
-0x299a 006251 setarg 250000 
-0x299b 006252 call sleep 
-0x299c 006253 jam 0x7f ,rfen_rx 
-0x299d 006254 nop 130 
-0x299e 006255 jam 0x30 ,rf_rccal_ctrl 
-0x299f 006256 jam 0xd0 ,rfen_tx 
-0x29a0 006257 jam 0x70 ,rf_rccal_ctrl 
-0x29a1 006258 jam 0xf0 ,rf_rccal_ctrl 
-0x29a2 006259 force 50 ,loopcnt 
-:      006260 do_rccal_loop:
-0x29a3 006261 hfetch 1 ,rf_rccal_result 
-0x29a4 006262 bbit1 5 ,do_rccal_end 
-0x29a5 006263 loop do_rccal_loop 
-:      006264 do_rccal_end:
-0x29a6 006265 store 1 ,mem_rf_rccal 
-0x29a7 006266 jam 0 ,rfen_tx 
-0x29a8 006267 jam 0 ,rfen_rx 
-0x29a9 006268 jam 0x00 ,rfen_adc 
-0x29aa 006269 rtn 
-:      006271 set_rccal:
-0x29ab 006272 bpatch patch11_5 ,mem_patch11 
-0x29ac 006273 fetch 1 ,mem_rf_rccal 
-0x29ad 006274 set1 5 ,pdata 
-0x29ae 006275 hstore 1 ,rf_rccal_ctrl 
-0x29af 006276 hfetcht 1 ,rf_bpf_ctrim 
-0x29b0 006277 and_into 7 ,temp 
-0x29b1 006278 lshift3 pdata ,pdata 
-0x29b2 006279 ior temp ,pdata 
-0x29b3 006280 hstore 1 ,rf_bpf_ctrim 
-0x29b4 006281 hfetch 1 ,rf_bpf_ib 
-0x29b5 006282 set0 bpf_rccal ,pdata 
-0x29b6 006283 hstore 1 ,rf_bpf_ib 
-0x29b7 006284 hfetch 1 ,rf_adc_rccal 
-0x29b8 006285 set0 adc_rccal ,pdata 
-0x29b9 006286 hstore 1 ,rf_adc_rccal 
-0x29ba 006287 rtn 
-:      006289 save_rssi:
-0x29bb 006290 bpatch patch11_6 ,mem_patch11 
-0x29bc 006291 hfetch 2 ,rf_afc_d2a 
-0x29bd 006292 rshift4 pdata ,pdata 
-0x29be 006293 rshift3 pdata ,pdata 
-0x29bf 006294 sub pdata ,0 ,pdata 
-:      006295 bcd:
-0x29c0 006296 and_into 0xff ,pdata 
-0x29c1 006297 div pdata ,10 
-0x29c2 006298 call wait_div_end 
-0x29c3 006299 quotient pdata 
-0x29c4 006300 lshift4 pdata ,pdata 
-0x29c5 006301 remainder temp 
-0x29c6 006302 ior temp ,pdata 
-0x29c7 006303 store 1 ,mem_rssi 
-0x29c8 006304 rtn 
-:      006307 switchto_dpllclk:
-0x29c9 006308 jam clksel_rc ,core_clksel 
-0x29ca 006309 hfetch 1 ,rf_clkpll_frac + 2 
-0x29cb 006310 set0 4 ,pdata 
-0x29cc 006311 set0 5 ,pdata 
-0x29cd 006312 hstore 1 ,rf_clkpll_frac + 2 
-0x29ce 006313 jam 0x00 ,rfen_ck 
-0x29cf 006314 jam 0x00 ,rfen_msc 
-0x29d0 006315 jam 0x70 ,rfen_msc 
-0x29d1 006316 jam 0xff ,rfen_ck 
-0x29d2 006317 hfetch 1 ,rf_clkpll_frac + 2 
-0x29d3 006318 set1 4 ,pdata 
-0x29d4 006319 set1 5 ,pdata 
-0x29d5 006320 hstore 1 ,rf_clkpll_frac + 2 
-0x29d6 006321 call init_lpm_ctrl 
-0x29d7 006322 hfetch 1 ,rf_clkpll_int 
-0x29d8 006323 set1 7 ,pdata 
-0x29d9 006324 hstore 1 ,rf_clkpll_int 
-0x29da 006325 set0 7 ,pdata 
-0x29db 006326 hstore 1 ,rf_clkpll_int 
-0x29dc 006327 set1 7 ,pdata 
-0x29dd 006328 hstore 1 ,rf_clkpll_int 
-0x29de 006329 jam clksel_dpll ,core_clksel 
-0x29df 006330 nop 1 
-0x29e0 006331 jam clksel_xtal ,core_clksel 
-0x29e1 006332 hfetch 1 ,rf_clkpll_frac + 2 
-0x29e2 006333 and_into 0xcf ,pdata 
-0x29e3 006334 hstore 1 ,rf_clkpll_frac + 2 
-0x29e4 006335 or_into 0x30 ,pdata 
-0x29e5 006336 hstore 1 ,rf_clkpll_frac + 2 
-0x29e6 006337 rtn 
-:      006340 xtal_fast_wake:
-0x29e7 006341 setarg 0xf0f 
-0x29e8 006342 branch lpm_write_config 
-:      006344 init_lpm_ctrl:
-0x29e9 006345 setarg 0x80f 
-0x29ea 006346 branch lpm_write_config 
-:      006350 start_receiver:
-0x29eb 006351 bpatch patch11_7 ,mem_patch11 
-0x29ec 006352 call rf_rx_enable 
-0x29ed 006353 disable is_tx 
-0x29ee 006354 enable is_rx 
-0x29ef 006355 pulse init_encrypt 
-0x29f0 006356 rtn 
-:      006358 prep_crypt:
-0x29f1 006359 bpatch patch12_0 ,mem_patch12 
-0x29f2 006360 fetch 1 ,mem_state_map 
-0x29f3 006361 isolate1 smap_encryption ,pdata 
-0x29f4 006362 setflag true ,0 ,pdata 
-0x29f5 006363 hstore 1 ,core_encrypt 
-0x29f6 006364 arg mem_kc ,contr 
-0x29f7 006365 ifetch 9 ,contr 
-0x29f8 006366 iforce kc_ls 
-0x29f9 006367 ifetch 7 ,contr 
-0x29fa 006368 iforce kc_ms 
-0x29fb 006369 fetch 1 ,mem_key_size 
-0x29fc 006370 add pdata ,-1 ,g1l 
-0x29fd 006371 pulse kc_p_activate 
-0x29fe 006372 rtn 
-:      006374 wait_access_end:
-0x29ff 006375 deposit clke 
-0x2a00 006376 store 6 ,mem_sync_clke 
-0x2a01 006377 disable decode_fec0 
-0x2a02 006378 nbranch shutdown_radio ,sync 
-0x2a03 006379 arg param_clke_cal ,clke_rt 
-0x2a04 006380 increase 1 ,clke_bt 
-0x2a05 006381 and_into 0x1fc ,clke_bt 
-0x2a06 006382 rtn 
-:      006386 wait_access_mhalfbnd:
-0x2a07 006387 enable decode_fec0 
-:      006388 wait_access_mhalfbnd_correlate:
-0x2a08 006389 correlate null ,mhalfbnd 
-0x2a09 006390 branch wait_access_end ,sync 
-0x2a0a 006391 compare 0x02 ,clke_bt ,0x02 
-0x2a0b 006392 nbranch wait_access_mhalfbnd_correlate ,true 
-0x2a0c 006393 branch wait_access_end 
-:      006395 wait_access_clkn_rt:
-0x2a0d 006396 bpatch patch12_1 ,mem_patch12 
-0x2a0e 006397 arg param_conn_access ,timeup 
-0x2a0f 006398 enable decode_fec0 
-0x2a10 006399 correlate clkn_rt ,meet 
-0x2a11 006400 disable decode_fec0 
-0x2a12 006401 nbranch shutdown_radio ,sync 
-0x2a13 006402 rtn 
-:      006404 wait_access_forever:
-0x2a14 006405 bpatch patch12_2 ,mem_patch12 
-0x2a15 006406 enable decode_fec0 
-0x2a16 006407 correlate null ,timeout 
-0x2a17 006408 disable decode_fec0 
-0x2a18 006409 nbranch shutdown_radio ,sync 
-0x2a19 006410 arg param_clke_cal ,clke_rt 
-0x2a1a 006411 and_into 0x1fc ,clke_bt 
-0x2a1b 006412 rtn 
-:      006415 reserve_slot:
-0x2a1c 006416 bpatch patch12_3 ,mem_patch12 
-0x2a1d 006417 iforce rega 
-0x2a1e 006418 deposit bt_clk 
-0x2a1f 006419 iadd temp ,timeup 
-0x2a20 006420 copy timeup ,pdata 
-0x2a21 006421 store 4 ,mem_next_btclk 
-0x2a22 006422 deposit rega 
-0x2a23 006423 rtn 
-:      006426 ahead_window:
-0x2a24 006427 copy pdata ,temp 
-0x2a25 006428 bpatch patch12_4 ,mem_patch12 
-0x2a26 006429 copy temp ,pdata 
-0x2a27 006430 call clk2bt 
-0x2a28 006431 lshift16 bt_clk ,pdata 
-0x2a29 006432 set1 44 ,pdata 
-0x2a2a 006433 call clk_diff 
-0x2a2b 006434 set0 44 ,pdata 
-0x2a2c 006435 call get_clk 
-0x2a2d 006436 call clk_diff 
-0x2a2e 006437 rtn user 
-0x2a2f 006438 call clk2rt 
-0x2a30 006439 iforce stop_watch 
-0x2a31 006440 until null ,timeout 
-0x2a32 006441 rtn 
-:      006444 setup_clk:
-0x2a33 006445 bpatch patch12_5 ,mem_patch12 
-0x2a34 006446 branch setup_clkn ,clknt 
-0x2a35 006447 until clke_rt ,meet 
-:      006448 skip_setup_clke:
-0x2a36 006449 copy clke_bt ,temp 
-0x2a37 006450 branch setup_clknbt 
-:      006451 setup_clkn:
-0x2a38 006452 branch skip_setup_clkn ,attempt 
-0x2a39 006453 until clkn_rt ,meet 
-:      006454 skip_setup_clkn:
-0x2a3a 006455 copy clkn_bt ,temp 
-:      006456 setup_clknbt:
-0x2a3b 006457 branch setup_clk11 ,user 
-0x2a3c 006458 compare 1 ,temp ,3 
-0x2a3d 006459 nbranch setup_clk ,true 
-:      006460 setup_complete:
-0x2a3e 006461 bpatch patch12_6 ,mem_patch12 
-0x2a3f 006462 fetch 1 ,mem_state 
-0x2a40 006463 rtnbit0 state_inconn 
-0x2a41 006464 fetch 4 ,mem_next_btclk 
-0x2a42 006465 isub temp ,pdata 
-0x2a43 006466 nrtn positive 
-0x2a44 006467 sub pdata ,0xff ,null 
-0x2a45 006468 branch setup_clk ,positive 
-0x2a46 006469 rtn 
-:      006470 setup_clk11:
-0x2a47 006471 compare 3 ,temp ,3 
-0x2a48 006472 nbranch setup_clk ,true 
-0x2a49 006473 branch setup_complete 
-:      006475 rf_setup_time:
-0x2a4a 006476 bpatch patch12_7 ,mem_patch12 
-0x2a4b 006477 arg param_rf_setup ,timeup 
-0x2a4c 006478 branch setup_clk 
-:      006480 rf_setup_time_slave_slot:
-0x2a4d 006481 disable user 
-0x2a4e 006482 branch rf_setup_time 
-:      006484 rf_setup_time_master_slot:
-0x2a4f 006485 enable user 
-0x2a50 006486 branch rf_setup_time 
-:      006488 start_transmitter:
-0x2a51 006489 bpatch patch13_0 ,mem_patch13 
-0x2a52 006490 call prep_crypt 
-0x2a53 006491 disable is_rx 
-0x2a54 006492 enable is_tx 
-0x2a55 006493 rtn 
-:      006497 start_tx_native:
-0x2a56 006498 bpatch patch13_1 ,mem_patch13 
-0x2a57 006499 arg param_tx_setup ,timeup 
-0x2a58 006500 until clkn_rt ,meet 
-0x2a59 006501 pulse init_encrypt 
-0x2a5a 006502 rtn 
-:      006504 start_rx_native:
-0x2a5b 006505 bpatch patch13_2 ,mem_patch13 
-0x2a5c 006506 arg param_rx_setup ,timeup 
-0x2a5d 006507 until clkn_rt ,meet 
-0x2a5e 006508 rtn 
-:      006511 start_tx_external:
-0x2a5f 006512 bpatch patch13_3 ,mem_patch13 
-0x2a60 006513 arg param_tx_setup ,timeup 
-0x2a61 006514 until clke_rt ,meet 
-0x2a62 006515 pulse init_encrypt 
-0x2a63 006516 rtn 
-:      006518 send_access_word:
-0x2a64 006519 bpatch patch13_4 ,mem_patch13 
-0x2a65 006520 preload access 
-0x2a66 006521 enable encode_fec0 
-0x2a67 006522 set1 txgfsk ,radio_ctrl 
-0x2a68 006523 inject mod ,72 
-0x2a69 006524 disable encode_fec0 
-0x2a6a 006525 rtn 
-:      006528 scan_mode_whiten:
-0x2a6b 006529 copy xin ,temp 
-0x2a6c 006530 or_into 0x60 ,temp 
-0x2a6d 006531 copy temp ,white_init 
-0x2a6e 006532 rtn 
-:      006537 get_free_amaddr:
-0x2a6f 006538 bpatch patch13_5 ,mem_patch13 
-0x2a70 006539 fetch 1 ,mem_current_amaddr 
-0x2a71 006540 increase 1 ,pdata 
-0x2a72 006541 bne param_esco_addr ,get_free_amaddr_cont 
-0x2a73 006542 force 1 ,pdata 
-:      006543 get_free_amaddr_cont:
-0x2a74 006544 store 1 ,mem_current_amaddr 
-0x2a75 006545 iforce am_addr 
-0x2a76 006546 rtn 
-:      006548 get_clk:
-0x2a77 006549 copy clkn ,temp 
-0x2a78 006550 rtn master 
-0x2a79 006551 copy clke ,temp 
-0x2a7a 006552 rtn 
-:      006554 get_clkbt:
-0x2a7b 006555 deposit clkn_bt 
-0x2a7c 006556 rtn master 
-0x2a7d 006557 deposit clke_bt 
-0x2a7e 006558 rtn 
-:      006561 supervision_update:
-0x2a7f 006562 bpatch patch13_6 ,mem_patch13 
-0x2a80 006563 fetcht 4 ,mem_supervision_timer 
-0x2a81 006564 call get_clkbt 
-0x2a82 006565 isub temp ,timeup 
-0x2a83 006566 deposit timeup 
-0x2a84 006567 fetcht 2 ,mem_supervision_to 
-0x2a85 006568 lshift temp ,temp 
-0x2a86 006569 isub temp ,pdata 
-0x2a87 006570 rtn 
-:      006572 supervision_flush:
-0x2a88 006573 bpatch patch13_7 ,mem_patch13 
-0x2a89 006574 call get_clkbt 
-0x2a8a 006575 store 4 ,mem_supervision_timer 
-0x2a8b 006576 rtn 
-:      006578 assert:
-0x2a8c 006579 bpatch patch14_0 ,mem_patch14 
-0x2a8d 006580 branch assert 
-:      006582 loop:
-0x2a8e 006583 branch loop 
-:      006585 sleep:
-0x2a8f 006586 rtn blank 
-0x2a90 006588 rshift pdata ,pdata 
-0x2a91 006589 increase -3 ,pdata 
-:      006590 sleep_loop:
-0x2a92 006591 increase -1 ,pdata 
-0x2a93 006592 nbranch sleep_loop ,zero 
-0x2a94 006593 force 0 ,pdata 
-0x2a95 006594 rtn 
-:      006598 init_param:
-0x2a96 006600 arg 0x10 ,loopcnt 
-0x2a97 006601 arg 0 ,contw 
-0x2a98 006602 call memset0 
-0x2a99 006603 arg mem_le_state ,contw 
-0x2a9a 006604 arg 10 ,loopcnt 
-0x2a9b 006605 call memset0 
-0x2a9c 006606 jam 0 ,mem_sp_calc 
-0x2a9d 006607 jam 0 ,mem_fifo_temp 
-0x2a9e 006608 jam 0 ,mem_le_testtype 
-0x2a9f 006609 jam 0 ,mem_debug_config 
-0x2aa0 006610 jam 0 ,mem_lmp_conn_state 
-0x2aa1 006611 bpatch patch14_1 ,mem_patch14 
-0x2aa2 006612 jam 0 ,mem_connection_options 
-0x2aa3 006613 jam 0 ,mem_tester_emulate 
-0x2aa4 006614 jam 0 ,mem_tester_cnt 
-0x2aa5 006615 setarg param_glap 
-0x2aa6 006616 store 3 ,mem_glap 
-0x2aa7 006617 setarg param_acl_pktlen 
-0x2aa8 006618 store 2 ,mem_acl_pktlen 
-0x2aa9 006619 jam param_sco_pktlen ,mem_sco_pktlen 
-0x2aaa 006620 jam param_acl_pktcnt ,mem_acl_pktcnt 
-0x2aab 006621 jam param_sco_pktcnt ,mem_sco_pktcnt 
-0x2aac 006622 setarg param_hci_version 
-0x2aad 006623 store 3 ,mem_hci_version 
-0x2aae 006628 jam 0x60 ,mem_fhs_misc 
-0x2aaf 006629 jam param_max_slot ,mem_max_slot 
-0x2ab0 006630 jam 0x02 ,mem_fw_ver 
-0x2ab1 006631 fetch 1 ,mem_ssp_enable 
-0x2ab2 006632 ncall init_memp ,blank 
-0x2ab3 006633 fetch 1 ,mem_le_secure_connect_enable 
-0x2ab4 006634 ncall init_memp_256 ,blank 
-0x2ab5 006635 bpatch patch14_2 ,mem_patch14 
-0x2ab6 006636 rtn wake 
-0x2ab7 006637 setarg 0 
-0x2ab8 006638 store 2 ,mem_tx_len 
-0x2ab9 006639 rshift clkn_bt ,pdata 
-0x2aba 006640 store 4 ,mem_last_clkn 
-0x2abb 006641 rtn 
-:      006648 lpmstate:
-0x2abc 006649 setarg 0xee21 
-0x2abd 006650 hstore 2 ,core_clkoff 
-0x2abe 006651 hfetch 4 ,core_gpio_in 
-0x2abf 006652 store 4 ,mem_saved_gpio_in 
-0x2ac0 006653 hfetch 1 ,core_lpm_ldocnt 
-0x2ac1 006654 store 1 ,mem_wakup_from_power_flag 
-0x2ac2 006655 bbit0 gpio_latch ,loadcode 
-0x2ac3 006656 enable wake 
-0x2ac4 006657 bbit0 cold_wake ,lpmwake 
-0x2ac5 006658 disable wake 
-0x2ac6 006659 deposit auxcnt 
-0x2ac7 006660 nbranch lpmwake ,blank 
-0x2ac8 006661 hfetch 1 ,core_lpm_ctrl + 3 
-0x2ac9 006662 bbit1 reload_code ,lpmwake 
-0x2aca 006663 arg param_hibernate_clks ,temp 
-0x2acb 006664 branch lpm_enter_sleep 
-:      006665 lpmwake:
-0x2acc 006666 hfetch 3 ,core_lpm_xtalcnt 
-0x2acd 006667 hstore 3 ,core_lpm_reg 
-0x2ace 006668 ifetch 1 ,contr 
-0x2acf 006669 or_into isogate_mask ,pdata 
-0x2ad0 006670 istore 1 ,contw 
-0x2ad1 006671 call lpm_write_ctrl2 
-0x2ad2 006672 hfetch 1 ,core_lpm_isogate 
-0x2ad3 006673 set1 enable_retmem ,pdata 
-0x2ad4 006674 hstore 1 ,core_lpm_isogate 
-0x2ad5 006675 call lpm_write_ctrl2 
-0x2ad6 006676 call lpm_load_context ,wake 
-0x2ad7 006677 hfetch 1 ,core_lpm_reg + 2 
-0x2ad8 006678 set0 gpio_latch ,pdata 
-0x2ad9 006679 hstore 1 ,core_lpm_reg + 2 
-0x2ada 006680 call lpm_write_ctrl2 
-0x2adb 006681 nbranch loadcode ,wake 
-0x2adc 006682 rtnmark0 mark_otp_encrypt 
-0x2add 006683 jam lock_otp ,core_misc_ctrl 
-0x2ade 006684 rtn 
-:      006686 lpm_load_context:
-0x2adf 006687 fetch 1 ,mem_saved_spidctrl 
-0x2ae0 006688 hstore 1 ,core_spid_ctrl 
-0x2ae1 006689 fetch 3 ,mem_saved_gsel 
-0x2ae2 006690 hstore 3 ,core_gpio_sel 
-0x2ae3 006691 fetch 4 ,mem_saved_gpio + 4 
-0x2ae4 006692 hstore 4 ,core_gpio_out0 
-0x2ae5 006693 fetch 4 ,mem_saved_gpio 
-0x2ae6 006694 hstore 4 ,core_gpio_oe0 
-0x2ae7 006695 fetch 8 ,mem_saved_gpio + 8 
-0x2ae8 006696 hstore 8 ,core_gpio_pu0 
-0x2ae9 006697 fetch 8 ,mem_saved_mark 
-0x2aea 006698 iforce mark 
-0x2aeb 006699 hfetch 8 ,core_gpio_wakeup_low 
-0x2aec 006700 store 8 ,mem_gpio_wakeup_low 
-0x2aed 006701 call load_ucode 
-0x2aee 006702 rtn 
-:      006704 lpm_save_context:
-0x2aef 006705 deposit mark 
-0x2af0 006706 store 8 ,mem_saved_mark 
-0x2af1 006707 hfetch 8 ,core_gpio_oe0 
-0x2af2 006708 store 8 ,mem_saved_gpio 
-0x2af3 006709 ifetch 8 ,contr 
-0x2af4 006710 istore 8 ,contw 
-0x2af5 006711 hfetch 3 ,core_gpio_sel 
-0x2af6 006712 store 3 ,mem_saved_gsel 
-0x2af7 006713 hfetch 1 ,core_spid_ctrl 
-0x2af8 006714 store 1 ,mem_saved_spidctrl 
-0x2af9 006715 branch lpm_write_gpio_wakeup 
-:      006717 lpo_calibration:
-0x2afa 006718 hfetch 1 ,core_bist_ctrl 
-0x2afb 006719 nbranch lpo_cal_inited ,blank 
-0x2afc 006720 fetch 3 ,mem_clks_per_lpo 
-0x2afd 006721 nrtn blank 
-0x2afe 006722 jam 0xc0 ,core_bist_ctrl 
-0x2aff 006723 jam ccnt_start ,core_misc_ctrl 
-:      006724 lpo_cal_inited:
-0x2b00 006725 hfetch 1 ,core_perf_status 
-0x2b01 006726 rtnbit0 1 
-0x2b02 006727 hfetch 3 ,core_clk_counter 
-0x2b03 006728 store 3 ,mem_clks_per_lpo 
-0x2b04 006729 rtn 
-:      006733 lpm_adjust_clk:
-0x2b05 006734 bpatch patch14_3 ,mem_patch14 
-0x2b06 006735 deposit clke 
-0x2b07 006736 call clk_diff_rt 
-0x2b08 006737 fetcht 4 ,mem_sleep_counter_all 
-0x2b09 006738 sub temp ,0xff ,null 
-0x2b0a 006739 rtn positive 
-0x2b0b 006740 lshift8 pdata ,pdata 
-0x2b0c 006741 lshift4 pdata ,pdata 
-0x2b0d 006742 idiv temp 
-0x2b0e 006743 call wait_div_end 
-0x2b0f 006744 quotient pdata 
-0x2b10 006745 arg param_lpm_adjmax ,temp 
-0x2b11 006746 call ceiling 
-0x2b12 006747 store 1 ,mem_lpm_adjust 
-0x2b13 006748 nbranch lpm_adjust_positive ,user 
-0x2b14 006749 sub pdata ,0 ,pdata 
-:      006750 lpm_adjust_positive:
-0x2b15 006751 fetcht 3 ,mem_clks_per_lpo 
-0x2b16 006752 iadd temp ,pdata 
-0x2b17 006753 store 3 ,mem_clks_per_lpo 
-:      006754 lpm_clear_counter:
-0x2b18 006755 setarg 0 
-0x2b19 006756 store 4 ,mem_sleep_counter_all 
-0x2b1a 006757 rtn 
-:      006761 lpm_doze:
-0x2b1b 006762 fetch 1 ,mem_lpm_config + 2 
-0x2b1c 006763 set1 reload_code ,pdata 
-0x2b1d 006764 store 1 ,mem_lpm_config + 2 
-0x2b1e 006765 branch lpm_hibernate_normal 
-:      006769 lpm_hibernate:
-0x2b1f 006770 arg param_hibernate_clks ,temp 
-0x2b20 006771 fetch 1 ,mem_lpm_config + 1 
-0x2b21 006772 set0 7 ,pdata 
-0x2b22 006773 store 1 ,mem_lpm_config + 1 
-:      006774 lpm_hibernate_normal:
-0x2b23 006775 bpatch patch14_4 ,mem_patch14 
-0x2b24 006776 call lpm_write_gpio_wakeup 
-0x2b25 006777 fetch 1 ,mem_lpm_hibernate_switch 
-0x2b26 006778 store 1 ,mem_lpm_xtalcnt + 4 
-0x2b27 006779 fetch 1 ,mem_lpm_xtalcnt + 2 
-0x2b28 006780 set1 cold_wake ,pdata 
-0x2b29 006781 store 1 ,mem_lpm_xtalcnt + 2 
-:      006784 lpm_sleep:
-0x2b2a 006785 bpatch patch14_5 ,mem_patch14 
-0x2b2b 006786 call xtal_fast_wake 
-0x2b2c 006787 fetch 4 ,mem_sleep_counter_all 
-0x2b2d 006788 iadd temp ,pdata 
-0x2b2e 006789 store 4 ,mem_sleep_counter_all 
-0x2b2f 006790 call lpm_save_context 
-0x2b30 006791 fetch 5 ,mem_lpm_xtalcnt 
-0x2b31 006792 hstore 4 ,core_lpm_reg 
-0x2b32 006793 rshift32 pdata ,rega 
-0x2b33 006794 until null ,lpo_edge 
-0x2b34 006795 deposit clkn 
-0x2b35 006796 store 6 ,mem_sleep_clkn 
-0x2b36 006797 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
-0x2b37 006798 until null ,lpo_edge 
-0x2b38 006799 until null ,lpo_edge 
-0x2b39 006800 deposit rega 
-0x2b3a 006801 hstore 1 ,core_lpm_isogate 
-0x2b3b 006802 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
-:      006803 lpm_enter_sleep:
-0x2b3c 006804 until null ,lpo_edge 
-0x2b3d 006805 until null ,lpo_edge 
-0x2b3e 006806 hstoret 4 ,core_lpm_reg 
-0x2b3f 006807 jam lpmreg_sel_counter ,core_lpm_wr 
-0x2b40 006808 until null ,never 
-:      006813 lpm_recover_clk:
-0x2b41 006814 bpatch patch14_6 ,mem_patch14 
-0x2b42 006815 setarg 0 
-0x2b43 006816 copy auxcnt ,null 
-0x2b44 006817 branch lpm_recover_timeout ,zero 
-0x2b45 006818 hfetch 1 ,core_lpm_xtalcnt 
-0x2b46 006819 hfetcht 1 ,core_lpm_buckcnt 
-0x2b47 006820 isub temp ,null 
-0x2b48 006821 branch lpm_recover_xtal ,positive 
-0x2b49 006822 deposit temp 
-:      006823 lpm_recover_xtal:
-0x2b4a 006824 isub auxcnt ,pdata 
-0x2b4b 006825 increase 1 ,pdata 
-:      006826 lpm_recover_timeout:
-0x2b4c 006827 increase 8 ,pdata 
-0x2b4d 006828 until null ,lpo_edge 
-0x2b4e 006829 iadd lpo_time ,pdata 
-0x2b4f 006830 fetcht 4 ,mem_sleep_counter 
-0x2b50 006831 iadd temp ,pdata 
-0x2b51 006832 fetcht 3 ,mem_clks_per_lpo 
-0x2b52 006833 imul32 temp ,pdata 
-0x2b53 006834 rshift8 pdata ,pdata 
-0x2b54 006835 rshift4 pdata ,pdata 
-0x2b55 006836 increase param_lpm_fix ,pdata 
-0x2b56 006837 arg 3750 ,temp 
-0x2b57 006838 idiv temp 
-0x2b58 006839 call wait_div_end 
-0x2b59 006840 quotient pdata 
-0x2b5a 006841 lshift16 pdata ,pdata 
-0x2b5b 006842 remainder temp 
-0x2b5c 006843 ior temp ,pdata 
-0x2b5d 006844 fetcht 6 ,mem_sleep_clkn 
-0x2b5e 006845 call clk_add 
-0x2b5f 006846 copy temp ,clkn 
-0x2b60 006847 fetch 6 ,mem_context + coffset_clk_offset 
-0x2b61 006848 call calc_clke2 
-0x2b62 006849 deposit clke 
-0x2b63 006850 store 6 ,mem_pdatatemp 
-0x2b64 006851 deposit auxcnt 
-0x2b65 006852 istore 1 ,contw 
-0x2b66 006853 hfetch 1 ,core_gpio_in1 
-0x2b67 006854 or_into 0xf0 ,pdata 
-0x2b68 006855 istore 1 ,contw 
-0x2b69 006856 rtn 
-:      006858 lpm_dispatch:
-0x2b6a 006859 bpatch patch14_7 ,mem_patch14 
-0x2b6b 006860 call lpo_calibration 
-0x2b6c 006861 fetch 3 ,mem_clks_per_lpo 
-0x2b6d 006862 rtn blank 
-0x2b6e 006863 fetch 1 ,mem_lpm_mode 
-0x2b6f 006864 rtn blank 
-0x2b70 006865 fetch 1 ,mem_ssp_enable 
-0x2b71 006866 branch lpm_dispatch_next ,blank 
-0x2b72 006867 fetch 1 ,mem_sp_local_key_invalid 
-0x2b73 006868 rtn blank 
-:      006869 lpm_dispatch_next:
-0x2b74 006870 fetch 1 ,mem_le_sc_calc 
-0x2b75 006871 nrtn blank 
-0x2b76 006872 call lpm_check_wake_lock 
-0x2b77 006873 nrtn blank 
-0x2b78 006874 fetch 1 ,mem_context 
-0x2b79 006875 compare 3 ,pdata ,0x7 
-0x2b7a 006876 nbranch lpm_dispatch_unconn ,true 
-0x2b7b 006877 fetch 2 ,mem_context + coffset_tsniff 
-0x2b7c 006878 rtn blank 
-0x2b7d 006879 rtn wake 
-0x2b7e 006880 bpatch patch15_0 ,mem_patch15 
-:      006881 lpm_dispatch_next2:
-0x2b7f 006882 fetcht 1 ,mem_lpm_current_mult 
-0x2b80 006883 fetch 2 ,mem_context + coffset_tsniff 
-0x2b81 006884 imul32 temp ,pdata 
-0x2b82 006885 rshift4 temp ,temp 
-0x2b83 006886 rshift2 temp ,temp 
-0x2b84 006887 isub temp ,pdata 
-0x2b85 006888 fetcht 4 ,mem_context + coffset_sniff_anchor 
-0x2b86 006889 iadd temp ,pdata 
-0x2b87 006890 fetcht 1 ,mem_lpm_overhead 
-0x2b88 006891 isub temp ,pdata 
-0x2b89 006892 lshift16 pdata ,alarm 
-0x2b8a 006893 bpatch patch15_1 ,mem_patch15 
-0x2b8b 006894 fetch 2 ,mem_context + coffset_rx_window 
-0x2b8c 006895 rshift pdata ,pdata 
-0x2b8d 006896 call clk2bt 
-0x2b8e 006897 deposit alarm 
-0x2b8f 006898 call clk_diff 
-0x2b90 006899 copy clke ,temp 
-0x2b91 006900 call clk_diff_rt 
-0x2b92 006901 rtn user 
-:      006902 lpm_dispatch_sleep:
-0x2b93 006903 call clk2lpo 
-:      006904 lpm_dispatch_lpo:
-0x2b94 006905 bpatch patch15_2 ,mem_patch15 
-0x2b95 006906 fetch 1 ,mem_lpm_xtalcnt 
-0x2b96 006907 isub temp ,null 
-0x2b97 006908 branch lpm_clear_counter ,positive 
-0x2b98 006909 storet 4 ,mem_sleep_counter 
-0x2b99 006910 call app_will_enter_lpm 
-0x2b9a 006911 call l2cap_lpm_save_txbuf 
-0x2b9b 006912 fetcht 4 ,mem_sleep_counter 
-0x2b9c 006913 branch lpm_sleep 
-:      006915 lpm_dispatch_unconn:
-0x2b9d 006916 bpatch patch15_3 ,mem_patch15 
-0x2b9e 006917 fetch 1 ,mem_context 
-0x2b9f 006918 rtnbit1 state_inconn 
-0x2ba0 006919 rtnbit1 state_inpage 
-0x2ba1 006920 fetch 1 ,mem_ssp_enable 
-0x2ba2 006921 branch lpm_unconn_nossp ,blank 
-0x2ba3 006922 fetch 1 ,mem_sp_local_key_invalid 
-0x2ba4 006923 rtn blank 
-:      006924 lpm_unconn_nossp:
-0x2ba5 006925 bpatch patch15_4 ,mem_patch15 
-0x2ba6 006926 fetch 1 ,mem_le_adv_enable 
-0x2ba7 006927 nbranch lpm_unconn_cont ,blank 
-0x2ba8 006928 fetch 1 ,mem_scan_mode 
-0x2ba9 006929 rtn blank 
-:      006930 lpm_unconn_cont:
-0x2baa 006931 fetch 2 ,mem_lpm_interval 
-0x2bab 006932 rtn blank 
-:      006933 lpm_sleep_btclk:
-0x2bac 006934 fetcht 1 ,mem_lpm_overhead 
-0x2bad 006935 isub temp ,pdata 
-0x2bae 006936 arg 7500 ,temp 
-0x2baf 006937 imul32 temp ,pdata 
-0x2bb0 006938 branch lpm_dispatch_sleep 
-:      006940 lpm_set_mult:
-0x2bb1 006941 bpatch patch15_5 ,mem_patch15 
-0x2bb2 006942 disable wake 
-0x2bb3 006943 fetch 1 ,mem_state 
-0x2bb4 006944 rtnbit0 state_insniff 
-0x2bb5 006945 nbranch lpm_not_match ,match 
-0x2bb6 006946 call lpm_match 
-0x2bb7 006947 fetch 2 ,mem_rx_window_sniff 
-0x2bb8 006948 store 2 ,mem_rx_window 
-0x2bb9 006949 fetch 1 ,mem_arq 
-0x2bba 006950 bbit1 wack ,lpm_mult_short 
-0x2bbb 006951 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x2bbc 006952 call l2cap_malloc_is_fifo_empty 
-0x2bbd 006953 nbranch lpm_mult_short ,blank 
-0x2bbe 006954 fetch 1 ,mem_classic_bt_flag 
-0x2bbf 006955 bbit1 short_mult_flag ,lpm_mult_short 
-:      006956 lpm_mult_wait_timeout:
-0x2bc0 006957 jam 0 ,mem_lpm_current_mult 
-0x2bc1 006958 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x2bc2 006959 fetch 1 ,mem_lpm_mult_cnt 
-0x2bc3 006960 branch lpm_mult_long ,blank 
-0x2bc4 006961 increase -1 ,pdata 
-0x2bc5 006962 store 1 ,mem_lpm_mult_cnt 
-0x2bc6 006963 rtn 
-:      006966 classic_bt_set_mult_short_flag:
-0x2bc7 006967 arg short_mult_flag ,queue 
-0x2bc8 006968 branch classic_bluetooth_set_flag 
-:      006970 classic_bt_clr_mult_short_flag:
-0x2bc9 006971 arg short_mult_flag ,queue 
-0x2bca 006972 branch classic_bluetooth_clr_flag 
-:      006976 lpm_match:
-0x2bcb 006977 jam 0 ,mem_sniff_unint_lost 
-0x2bcc 006978 fetch 3 ,mem_sniff_rcv 
-0x2bcd 006979 increase 1 ,pdata 
-0x2bce 006980 store 3 ,mem_sniff_rcv 
-0x2bcf 006981 rtn 
-:      006983 lpm_not_match:
-0x2bd0 006984 bpatch patch15_6 ,mem_patch15 
-0x2bd1 006985 fetcht 2 ,mem_rx_window_sniff 
-0x2bd2 006986 rshift temp ,temp 
-0x2bd3 006987 fetch 2 ,mem_rx_window 
-0x2bd4 006988 iadd temp ,pdata 
-0x2bd5 006989 store 2 ,mem_rx_window 
-:      006990 lpm_lost:
-0x2bd6 006991 jam 0 ,mem_lpm_current_mult 
-0x2bd7 006992 fetch 3 ,mem_sniff_lost 
-0x2bd8 006993 increase 1 ,pdata 
-0x2bd9 006994 store 3 ,mem_sniff_lost 
-0x2bda 006995 fetch 1 ,mem_sniff_unint_lost 
-0x2bdb 006996 increase 1 ,pdata 
-0x2bdc 006997 store 1 ,mem_sniff_unint_lost 
-0x2bdd 006998 rtn 
-:      007000 lpm_mult_short:
-0x2bde 007001 jam 0 ,mem_lpm_current_mult 
-0x2bdf 007002 fetch 1 ,mem_lpm_mult_timeout 
-0x2be0 007003 store 1 ,mem_lpm_mult_cnt 
-0x2be1 007004 rtn 
-:      007006 lpm_mult_long:
-0x2be2 007007 fetcht 1 ,mem_lpm_mult 
-0x2be3 007008 storet 1 ,mem_lpm_current_mult 
-0x2be4 007009 rtn 
-:      007011 lpm_cal_xtal_startup:
-0x2be5 007012 bpatch patch15_7 ,mem_patch15 
-0x2be6 007013 fetch 1 ,mem_lpm_xtalcnt 
-0x2be7 007014 nrtn blank 
-0x2be8 007015 jam clksel_rc ,core_clksel 
-0x2be9 007016 setarg 0xf0c 
-0x2bea 007017 call lpm_write_config 
-0x2beb 007018 setarg 200000 
-0x2bec 007019 call sleep 
-0x2bed 007020 until null ,lpo_edge 
-0x2bee 007021 copy lpo_time ,alarm 
-0x2bef 007022 call xtal_fast_wake 
-0x2bf0 007023 jam clksel_xtal ,core_clksel 
-0x2bf1 007024 nop 10 
-0x2bf2 007025 until null ,lpo_edge 
-0x2bf3 007026 deposit lpo_time 
-0x2bf4 007027 isub alarm ,pdata 
-0x2bf5 007028 increase 0x30 ,pdata 
-0x2bf6 007029 arg 0xff ,temp 
-0x2bf7 007030 call ceiling 
-0x2bf8 007031 store 1 ,mem_lpm_xtalcnt 
-0x2bf9 007032 nop 30000 
-0x2bfa 007033 nop 30000 
-0x2bfb 007034 nop 30000 
-0x2bfc 007035 rtn 
-:      007037 lpm_cal_xtal_startup_by_snooze:
-0x2bfd 007038 fetch 1 ,mem_lpm_xtalcnt 
-0x2bfe 007039 nrtn blank 
-0x2bff 007040 jam 0xff ,core_xtal_stable_time 
-0x2c00 007041 jam clksel_rc ,core_clksel 
-0x2c01 007042 call xtal_fast_wake 
-0x2c02 007043 setarg 1000 
-0x2c03 007044 iadd lpo_time ,alarm 
-0x2c04 007045 snooze 
-0x2c05 007046 deposit lpo_time 
-0x2c06 007047 nop 12000 
-0x2c07 007048 nop 12000 
-0x2c08 007049 nop 12000 
-0x2c09 007050 nop 12000 
-0x2c0a 007051 nop 12000 
-0x2c0b 007052 nop 12000 
-0x2c0c 007053 nop 12000 
-0x2c0d 007054 nop 12000 
-0x2c0e 007055 nop 12000 
-0x2c0f 007056 isub alarm ,pdata 
-0x2c10 007057 add pdata ,0x30 ,pdata 
-0x2c11 007058 arg 0xff ,temp 
-0x2c12 007059 call ceiling 
-0x2c13 007060 store 1 ,mem_lpm_xtalcnt 
-0x2c14 007061 nop 30000 
-0x2c15 007062 nop 30000 
-0x2c16 007063 nop 30000 
-0x2c17 007064 rtn 
-:      007069 lpm_write_config:
-0x2c18 007070 arg 0xfff ,contw 
-0x2c19 007071 iand contw ,contw 
-0x2c1a 007072 fetch 1 ,mem_lpm_config 
-0x2c1b 007073 and_into 0xf0 ,pdata 
-0x2c1c 007074 lshift8 pdata ,pdata 
-0x2c1d 007075 ior contw ,pdata 
-0x2c1e 007076 hstore 2 ,core_lpm_reg 
-0x2c1f 007077 ifetch 2 ,contr 
-0x2c20 007078 istore 2 ,contw 
-:      007080 lpm_write_ctrl:
-0x2c21 007081 setarg lpmreg_sel_ctrl 
-0x2c22 007082 branch lpm_write 
-:      007084 lpm_write_ctrl2:
-0x2c23 007085 setarg lpmreg_sel_ctrl2 
-:      007086 lpm_write:
-0x2c24 007087 until null ,lpo_edge 
-0x2c25 007088 hstore 1 ,core_lpm_wr 
-0x2c26 007089 until null ,lpo_edge 
-0x2c27 007090 until null ,lpo_edge 
-0x2c28 007091 rtn 
-:      007094 lpm_write_gpio_wakeup:
-0x2c29 007095 bpatch patch16_0 ,mem_patch16 
-0x2c2a 007096 fetch 4 ,mem_gpio_wakeup_low 
-0x2c2b 007097 hstore 4 ,core_lpm_reg 
-0x2c2c 007098 setarg lpmreg_sel_gpiolow 
-0x2c2d 007099 call lpm_write 
-0x2c2e 007100 fetch 4 ,mem_gpio_wakeup_high 
-0x2c2f 007101 hstore 4 ,core_lpm_reg 
-0x2c30 007102 setarg lpmreg_sel_gpiohigh 
-0x2c31 007103 branch lpm_write 
-:      007105 lpm_get_wake_lock:
-0x2c32 007106 fetch 2 ,mem_lpm_wake_lock 
-0x2c33 007107 qset1 pdata 
-0x2c34 007108 store 2 ,mem_lpm_wake_lock 
-0x2c35 007109 rtn 
-:      007111 lpm_put_wake_lock:
-0x2c36 007112 fetch 2 ,mem_lpm_wake_lock 
-0x2c37 007113 qset0 pdata 
-0x2c38 007114 store 2 ,mem_lpm_wake_lock 
-0x2c39 007115 rtn 
-:      007119 lpm_check_wake_lock:
-0x2c3a 007120 bpatch patch16_1 ,mem_patch16 
-0x2c3b 007121 call app_check_wake_lock 
-0x2c3c 007122 fetch 2 ,mem_lpm_wake_lock 
-0x2c3d 007123 copy pdata ,rega 
-0x2c3e 007124 fetch 1 ,mem_state_map 
-0x2c3f 007125 isolate1 smap_rxlmp ,pdata 
-0x2c40 007126 setflag true ,wake_lock_lmp_rx ,rega 
-0x2c41 007127 fetch 1 ,mem_lmo_opcode1 
-0x2c42 007128 fetcht 1 ,mem_lmo_opcode2 
-0x2c43 007129 iadd temp ,pdata 
-0x2c44 007130 fetcht 1 ,mem_lmp_to_send 
-0x2c45 007131 iadd temp ,pdata 
-0x2c46 007132 nsetflag blank ,wake_lock_lmp_tx ,rega 
-0x2c47 007133 fetch 1 ,mem_le_tx_buff_used 
-0x2c48 007134 nsetflag blank ,wake_lock_ble_tx ,rega 
-0x2c49 007135 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x2c4a 007136 fetcht 2 ,mem_l2cap_rxbuff2_len 
-0x2c4b 007137 iadd temp ,pdata 
-0x2c4c 007138 nsetflag blank ,wake_lock_l2cap_rx ,rega 
-0x2c4d 007139 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x2c4e 007140 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
-0x2c4f 007141 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
-0x2c50 007142 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
-0x2c51 007143 fetch 1 ,mem_hci_cmd 
-0x2c52 007144 nsetflag blank ,wake_lock_cmd ,rega 
-0x2c53 007145 fetch 1 ,mem_device_option 
-0x2c54 007146 compare dvc_op_module ,pdata ,0xff 
-0x2c55 007147 call lpm_uart_wake_lock ,true 
-0x2c56 007148 setarg -8 
-0x2c57 007149 iand rega ,rega 
-0x2c58 007150 copy rega ,pdata 
-0x2c59 007151 store 2 ,mem_lpm_wake_lock 
-0x2c5a 007152 rtn 
-:      007154 lpm_uart_wake_lock:
-0x2c5b 007155 hfetch 2 ,core_uart_rxitems 
-0x2c5c 007156 nsetflag blank ,wake_lock_uart_rx ,rega 
-0x2c5d 007157 hfetch 2 ,core_uart_txitems 
-0x2c5e 007158 nsetflag blank ,wake_lock_uart_tx ,rega 
-0x2c5f 007159 rtn 
-:      007161 lpm_shut_down:
-0x2c60 007162 hfetch 4 ,core_lpm_ctrl 
-0x2c61 007163 set0 27 ,pdata 
-0x2c62 007164 hstore 4 ,core_lpm_reg 
-0x2c63 007165 call lpm_write_ctrl 
-0x2c64 007166 branch assert 
-:      007168 lpm_disable_exen_output:
-0x2c65 007169 hfetch 4 ,core_lpm_xtalcnt 
-0x2c66 007170 set0 20 ,pdata 
-0x2c67 007171 hstore 4 ,core_lpm_reg 
-0x2c68 007172 branch lpm_write_ctrl2 
-:      007174 check_bt_disabled:
-0x2c69 007175 fetch 2 ,mem_chip_functions 
-0x2c6a 007176 bbit1 bt_disabled ,assert 
-0x2c6b 007177 rtn 
-:      007178 check_ble_disabled:
-0x2c6c 007179 fetch 2 ,mem_chip_functions 
-0x2c6d 007180 bbit1 ble_disabled ,assert 
-0x2c6e 007181 rtn 
-:      007182 check_module_disabled:
-0x2c6f 007183 fetch 2 ,mem_chip_functions 
-0x2c70 007184 bbit1 module_disable ,assert 
-0x2c71 007185 rtn 
-:      007246 g24_dispatch:
-0x2c72 007247 bpatch patch16_2 ,mem_patch16 
-0x2c73 007248 call g24_head_ptr2regc 
-0x2c74 007249 add regc ,offset_24g_mode ,regb 
-0x2c75 007250 ifetch 1 ,regb 
-0x2c76 007252 rtneq disable_24g 
-0x2c77 007253 beq tx_24g ,g24_transmit_process 
-0x2c78 007254 beq rx_24g ,g24_receive_process 
-0x2c79 007255 rtn 
-:      007257 g24_head_ptr2regc:
-0x2c7a 007258 fetcht 2 ,mem_24g_head_ptr 
-0x2c7b 007259 copy temp ,regc 
-0x2c7c 007260 rtn 
-:      007262 g24_receive_process_init:
-0x2c7d 007263 call g24_receive_init 
-0x2c7e 007264 branch g24_mode_switch_init 
-:      007266 g24_receive_process:
-0x2c7f 007267 call g24_mode_switch 
-0x2c80 007268 call g24_dongle_work_mode_auto 
-0x2c81 007269 call g24_dongle_bind_mode_auto 
-0x2c82 007270 branch g24_dongle_search_mode_auto 
-:      007273 g24_pair_init:
-0x2c83 007276 call g24_set0_mem_pid 
-0x2c84 007277 setarg g24_pair_ch 
-0x2c85 007278 call g24_store_mem_ch 
-0x2c86 007279 call g24_store_mem_pair_txpower 
-0x2c87 007282 add regc ,offset_24g_paring_addr ,rega 
-0x2c88 007283 ifetch 4 ,rega 
-0x2c89 007284 branch g24_store_mem_addr 
-:      007286 g24_ch:
-0x2c8a 007287 call g24_head_ptr2regc 
-0x2c8b 007288 add regc ,offset_24g_current_ch_number ,regb 
-0x2c8c 007289 ifetcht 1 ,regb 
-0x2c8d 007291 call g24_ch_temp_incre_size4 
-0x2c8e 007292 add regc ,offset_24g_current_ch_number ,contw 
-0x2c8f 007294 branch g24_contw_istoret_1byte 
-:      007296 g24_ch_temp_incre_size4:
-0x2c90 007297 call g24_ch_calc 
-0x2c91 007298 increase 1 ,temp 
-0x2c92 007299 and_into 3 ,temp 
-0x2c93 007300 rtn 
-:      007302 g24_ch_calc:
-0x2c94 007303 add regc ,offset_24g_addr ,regb 
-0x2c95 007304 ifetch 1 ,regb 
-0x2c96 007306 and_into 0x03 ,pdata 
-0x2c97 007307 mul32 pdata ,4 ,rega 
-0x2c98 007308 add regc ,offset_24g_ch_map1 ,pdata 
-0x2c99 007310 iadd rega ,pdata 
-0x2c9a 007311 iadd temp ,contr 
-0x2c9b 007312 ifetch 1 ,contr 
-0x2c9c 007314 branch g24_store_mem_ch 
-:      007316 g24_set_device_addr:
-0x2c9d 007317 call g24_store_mem_tx_power_temp 
-0x2c9e 007318 call otp_enable_chgpump 
-0x2c9f 007319 setarg 0x7e2 
-0x2ca0 007320 arg mem_temp ,rega 
-0x2ca1 007321 arg 4 ,temp 
-0x2ca2 007322 call otpd_read_data 
-0x2ca3 007323 call otp_disable_chgpump 
-0x2ca4 007324 fetch 4 ,mem_temp 
-0x2ca5 007325 call g24_store_mem_device_addr 
-0x2ca6 007327 nrtn blank 
-0x2ca7 007328 fetch 4 ,mem_lap 
-0x2ca8 007330 branch g24_store_mem_device_addr 
-:      007332 g24_transmit_rf_sta_init:
-0x2ca9 007333 call g24_set1_mem_rf_last_sta 
-0x2caa 007335 setarg 0 
-0x2cab 007336 call g24_store_mem_sync_cnt 
-:      007338 g24_transmit_rf_ctrl_clear:
-0x2cac 007339 call g24_fetch_mem_data_type 
-0x2cad 007341 and_into bits_data ,pdata 
-0x2cae 007343 branch g24_store_mem_data_type 
-:      007345 g24_hop_ch_enable:
-0x2caf 007346 call g24_fetch_mem_data_type 
-0x2cb0 007348 set1 bit_hop ,pdata 
-0x2cb1 007349 call g24_store_mem_data_type 
-0x2cb2 007352 branch g24_store_mem_txpayload 
-:      007354 g24_transmit_hop_pac_fail:
-0x2cb3 007355 call g24_fetch_mem_rf_work_stage 
-0x2cb4 007357 beq 1 ,g24_transmit_hop_pac_fail_wo_hop 
-0x2cb5 007358 beq 2 ,g24_transmit_hop_pac_fail_hop_stage2 
-0x2cb6 007359 rtn 
-:      007361 g24_transmit_hop_pac_fail_wo_hop:
-0x2cb7 007362 call g24_set2_mem_sync_cnt 
-:      007364 g24_transmit_hop_pac_fail_stage1:
-0x2cb8 007365 add regc ,offset_24g_hop_pac_retry ,contw 
-0x2cb9 007366 call g24_mem_set0 
-0x2cba 007368 call g24_store_mem_rf_last_sta 
-0x2cbb 007370 branch g24_transmit_rf_ctrl_clear 
-:      007372 g24_transmit_hop_pac_fail_hop_stage2:
-0x2cbc 007373 call g24_set0_mem_rf_hop_ch 
-0x2cbd 007375 branch g24_transmit_hop_pac_fail_stage1 
-:      007377 g24_transmit_pac_fail_hop_stage3:
-0x2cbe 007378 add regc ,offset_24g_txfail_cnt ,rega 
-0x2cbf 007379 ifetch 1 ,rega 
-0x2cc0 007381 increase 1 ,pdata 
-0x2cc1 007382 add regc ,offset_24g_txfail_cnt ,contw 
-0x2cc2 007383 istore 1 ,contw 
-0x2cc3 007385 beq 0x20 ,g24_tx_attempt_fail 
-0x2cc4 007386 call g24_fetch_mem_rf_hop_ch 
-0x2cc5 007388 beq 1 ,g24_rf_hop_fastly 
-0x2cc6 007389 setarg 1 
-0x2cc7 007390 call g24_store_mem_rf_hop_ch 
-:      007392 g24_rf_hop_attemp_again:
-0x2cc8 007393 call g24_fetch_mem_rf_hop_ch 
-0x2cc9 007395 bne 1 ,g24_transmit_rf_ctrl_clear 
-:      007396 g24_rf_hop_fastly:
-0x2cca 007397 add regc ,offset_24g_hop_fastly_cnt ,rega 
-0x2ccb 007398 ifetch 1 ,rega 
-0x2ccc 007400 increase 1 ,pdata 
-0x2ccd 007401 call g24_store_mem_hop_fastly_cnt 
-0x2cce 007403 beq 4 ,g24_rf_hop_fastly_exit 
-0x2ccf 007404 call g24_ch 
-0x2cd0 007405 call g24_set2_mem_max_retry 
-0x2cd1 007407 branch g24_transmit_packet 
-:      007409 g24_rf_hop_fastly_exit:
-0x2cd2 007410 call g24_set0_mem_hop_fastly_cnt 
-0x2cd3 007412 branch g24_transmit_rf_ctrl_clear 
-:      007414 g24_set0_mem_hop_fastly_cnt:
-0x2cd4 007415 setarg 0 
-:      007416 g24_store_mem_hop_fastly_cnt:
-0x2cd5 007417 add regc ,offset_24g_hop_fastly_cnt ,contw 
-0x2cd6 007418 branch g24_contw_istore_1byte 
-:      007420 g24_transmit_hop_pac_succ_wo_hop:
-0x2cd7 007421 call g24_set2_mem_sync_cnt 
-:      007423 g24_transmit_hop_pac_succ:
-0x2cd8 007424 call g24_set0_mem_rf_hop_ch 
-0x2cd9 007426 call g24_set1_mem_rf_last_sta 
-0x2cda 007428 branch g24_transmit_rf_ctrl_clear 
-:      007430 g24_transmit_succ_rf_config:
-0x2cdb 007431 call g24_fetch_mem_rf_work_stage 
-0x2cdc 007433 beq 3 ,g24_transmit_hop_pac_succ 
-0x2cdd 007434 call g24_fetch_mem_data_type 
-0x2cde 007436 isolate0 bit_hop ,pdata 
-0x2cdf 007437 branch g24_transmit_rf_sta_init ,true 
-0x2ce0 007438 call g24_fetch_mem_rf_work_stage 
-0x2ce1 007440 beq 1 ,g24_transmit_hop_pac_succ_wo_hop 
-0x2ce2 007441 beq 2 ,g24_transmit_hop_pac_succ 
-0x2ce3 007442 rtn 
-:      007444 g24_rf_sta_check:
-0x2ce4 007445 call g24_fetch_mem_pairing_sm 
-0x2ce5 007447 rtnne state_24g_pairing_success 
-0x2ce6 007448 call g24_rf_laststa_synccnt_check 
-0x2ce7 007449 ncall g24_rf_sync_cnt_check ,user2 
-0x2ce8 007450 rtn 
-:      007452 g24_rf_laststa_synccnt_check:
-0x2ce9 007453 disable user2 
-0x2cea 007454 add regc ,offset_24g_rf_last_sta ,rega 
-0x2ceb 007455 ifetch 1 ,rega 
-0x2cec 007457 rtnne 1 
-0x2ced 007458 add regc ,offset_24g_sync_cnt ,rega 
-0x2cee 007459 ifetch 1 ,rega 
-0x2cef 007461 rtnne 0 
-0x2cf0 007462 setarg 1 
-0x2cf1 007463 call g24_store_mem_rf_work_stage 
-0x2cf2 007465 call g24_set4_mem_max_retry 
-0x2cf3 007467 branch enable_user2 
-:      007469 g24_rf_sync_cnt_check:
-0x2cf4 007470 add regc ,offset_24g_sync_cnt ,rega 
-0x2cf5 007471 ifetch 1 ,rega 
-0x2cf6 007473 branch g24_rf_hop_attemp ,blank 
-0x2cf7 007474 increase -1 ,pdata 
-0x2cf8 007475 call g24_store_mem_sync_cnt 
-0x2cf9 007477 setarg 2 
-0x2cfa 007478 call g24_store_mem_rf_work_stage 
-0x2cfb 007480 call g24_ch 
-0x2cfc 007482 branch g24_set4_mem_max_retry 
-:      007484 g24_store_mem_rf_work_stage:
-0x2cfd 007485 add regc ,offset_24g_rf_work_stage ,contw 
-0x2cfe 007486 branch g24_contw_istore_1byte 
-:      007489 g24_rf_hop_attemp:
-0x2cff 007490 setarg 3 
-0x2d00 007491 call g24_store_mem_rf_work_stage 
-0x2d01 007493 call g24_fetch_mem_rf_hop_ch 
-0x2d02 007495 nbranch g24_rf_hop_attemp_again ,blank 
-0x2d03 007496 call g24_ch 
-:      007498 g24_set2_mem_max_retry:
-0x2d04 007499 setarg 2 
-0x2d05 007500 branch g24_store_mem_max_retry 
-:      007502 g24_transmit_process:
-0x2d06 007503 rtnmark0 mark_24g 
-0x2d07 007504 set1 mark_24g_conext ,mark 
-0x2d08 007505 bpatch patch16_3 ,mem_patch16 
-0x2d09 007506 add regc ,offset_24g_tx_without_int ,rega 
-0x2d0a 007507 ifetch 1 ,rega 
-0x2d0b 007509 beq 1 ,g24_transmit_without_int 
-0x2d0c 007510 call g24_timer_check 
-0x2d0d 007511 nbranch g24_transmit_exit ,user 
-0x2d0e 007512 call g24_interval_calibrate 
-:      007513 g24_transmit_without_int:
-0x2d0f 007514 add regc ,offset_24g_tx_without_int ,contw 
-0x2d10 007515 call g24_mem_set0 
-0x2d11 007517 call g24_txdata_prep 
-0x2d12 007518 nbranch g24_enter_lpm ,user 
-0x2d13 007519 call g24_rf_sta_check 
-:      007520 g24_transmit_start:
-0x2d14 007521 call g24_transmit_packet 
-0x2d15 007522 call g24_power_ctrl 
-:      007523 g24_transmit_exit:
-0x2d16 007524 set0 mark_24g_conext ,mark 
-0x2d17 007525 rtn 
-:      007527 g24_timer_timeout:
-0x2d18 007528 rtn zero 
-0x2d19 007529 set1 28 ,pdata 
-0x2d1a 007530 rtn 
-:      007532 g24_interval_calibrate:
-0x2d1b 007533 add regc ,offset_24g_pac_index ,rega 
-0x2d1c 007534 ifetch 1 ,rega 
-0x2d1d 007536 increase 1 ,pdata 
-0x2d1e 007537 add regc ,offset_24g_pac_index ,contw 
-0x2d1f 007538 istore 1 ,contw 
-0x2d20 007540 beq 4 ,g24_interval_max 
-0x2d21 007541 beq 5 ,g24_interval_min 
-0x2d22 007542 rtn 
-:      007543 g24_interval_max:
-0x2d23 007544 add regc ,offset_24g_interval_max ,rega 
-0x2d24 007545 ifetch 1 ,rega 
-:      007547 g24_interval_update:
-0x2d25 007549 add regc ,offset_24g_interval ,contw 
-0x2d26 007550 branch g24_contw_istore_1byte 
-:      007552 g24_interval_min:
-0x2d27 007553 add regc ,offset_24g_pac_index ,contw 
-0x2d28 007554 call g24_mem_set0 
-0x2d29 007556 add regc ,offset_24g_interval_min ,rega 
-0x2d2a 007557 ifetch 1 ,rega 
-0x2d2b 007559 branch g24_interval_update 
-:      007561 g24_txdata_prep:
-0x2d2c 007562 call g24_fetch_mem_pairing_sm 
-0x2d2d 007564 bne state_24g_pairing_success ,g24_pairing_sm 
-0x2d2e 007565 bpatch patch16_4 ,mem_patch16 
-0x2d2f 007566 call g24_package_data 
-0x2d30 007567 nbranch g24_txdata_last_pac ,user 
-0x2d31 007568 call g24_transmit_prep 
-0x2d32 007569 call g24_power_ctrl_pac_incrs 
-:      007570 g24_txdata_enable_tx:
-0x2d33 007572 setarg ensure_on_24g 
-:      007573 g24_store_mem_ensure:
-0x2d34 007574 add regc ,offset_24g_ensure ,contw 
-0x2d35 007575 branch g24_contw_istore_1byte 
-:      007577 g24_txdata_last_pac:
-0x2d36 007578 add regc ,offset_24g_ensure ,rega 
-0x2d37 007579 ifetch 1 ,rega 
-0x2d38 007581 beq ensure_on_24g ,enable_user 
-0x2d39 007582 rtn 
-:      007584 g24_package_data:
-0x2d3a 007586 add regc ,offset_24g_cb_data ,temp 
-0x2d3b 007587 ifetch 2 ,temp 
-0x2d3c 007589 call callback_func 
-0x2d3d 007590 nrtn user 
-0x2d3e 007591 copy rega ,pdata 
-0x2d3f 007592 store 1 ,mem_rega 
-0x2d40 007593 add regc ,offset_24g_abort_pac ,contw 
-0x2d41 007594 call g24_mem_set0 
-0x2d42 007596 call g24_transmit_rf_ctrl_clear 
-0x2d43 007597 store 1 ,mem_24g_common_temp 
-0x2d44 007598 fetch 1 ,mem_rega 
-0x2d45 007599 copy pdata ,rega 
-0x2d46 007600 add rega ,1 ,temp 
-0x2d47 007601 arg mem_24g_common_temp + 1 ,contw 
-0x2d48 007602 copy rega ,loopcnt 
-0x2d49 007603 copy regb ,contr 
-0x2d4a 007604 call memcpy 
-0x2d4b 007605 arg mem_24g_common_temp ,rega 
-:      007606 g24_put_data_in_buff:
-0x2d4c 007607 rtnmark0 mark_24g_conext 
-0x2d4d 007608 add regc ,offset_24g_datalen ,contw 
-0x2d4e 007609 istoret 1 ,contw 
-0x2d4f 007611 copy temp ,loopcnt 
-0x2d50 007612 add regc ,offset_24g_txbuf ,contw 
-0x2d51 007614 copy rega ,contr 
-0x2d52 007615 branch memcpy 
-:      007617 g24_transmit_prep:
-0x2d53 007619 add regc ,offset_24g_datalen ,rega 
-0x2d54 007620 ifetch 1 ,rega 
-0x2d55 007622 increase 2 ,pdata 
-0x2d56 007623 add regc ,offset_24g_txlen ,contw 
-0x2d57 007624 istore 1 ,contw 
-0x2d58 007627 call g24_fetch_mem_data_type 
-0x2d59 007629 call g24_store_mem_txpayload 
-0x2d5a 007632 add regc ,offset_24g_datalen ,rega 
-0x2d5b 007633 ifetch 1 ,rega 
-0x2d5c 007635 lshift3 pdata ,pdata 
-0x2d5d 007636 add regc ,offset_24g_pid ,rega 
-0x2d5e 007637 ifetcht 1 ,rega 
-0x2d5f 007639 and temp ,0x03 ,temp 
-0x2d60 007640 lshift temp ,temp 
-0x2d61 007641 ior temp ,pdata 
-0x2d62 007642 add regc ,offset_24g_no_ack ,rega 
-0x2d63 007643 ifetcht 1 ,rega 
-0x2d64 007645 iadd temp ,pdata 
-0x2d65 007646 istore 1 ,contw 
-0x2d66 007648 add regc ,offset_24g_datalen ,rega 
-0x2d67 007649 ifetch 1 ,rega 
-0x2d68 007651 iforce loopcnt 
-0x2d69 007652 add regc ,offset_24g_txbuf ,contr 
-0x2d6a 007654 branch memcpy 
-:      007656 g24_send_abort_packet:
-0x2d6b 007657 call g24_set1_mem_abort_pac 
-0x2d6c 007659 call g24_set0_mem_rf_hop_ch 
-0x2d6d 007661 call g24_power_ctrl_reinit 
-0x2d6e 007662 call g24_transmit_rf_ctrl_clear 
-0x2d6f 007663 store 1 ,mem_24g_common_temp 
-0x2d70 007664 call g24_put_data_in_buff_pre 
-0x2d71 007665 call g24_fetch_mem_data_type 
-0x2d72 007667 set1 bit_abort ,pdata 
-0x2d73 007668 call g24_store_mem_data_type 
-0x2d74 007670 call g24_transmit_prep 
-0x2d75 007671 call g24_txdata_enable_tx 
-0x2d76 007672 branch g24_transmit_start 
-:      007674 g24_put_data_in_buff_pre:
-0x2d77 007675 store 1 ,mem_24g_common_temp + 1 
-0x2d78 007676 call g24_fetch_mem_device_addr 
-0x2d79 007678 store 4 ,mem_24g_common_temp + 2 
-0x2d7a 007679 arg 6 ,temp 
-0x2d7b 007680 arg mem_24g_common_temp ,rega 
-0x2d7c 007681 branch g24_put_data_in_buff 
-:      007683 g24_enter_lpm:
-0x2d7d 007684 add regc ,offset_24g_abort_pac ,rega 
-0x2d7e 007685 ifetch 1 ,rega 
-0x2d7f 007687 branch g24_send_abort_packet ,blank 
-:      007688 g24_enter_lpm_prepare:
-0x2d80 007690 add regc ,offset_24g_cb_lpm_prepare ,rega 
-0x2d81 007691 ifetch 2 ,rega 
-0x2d82 007693 branch callback_func 
-:      007695 g24_lpm_long_sleep:
-0x2d83 007696 call g24_head_ptr2regc 
-0x2d84 007698 call lpo_calibration 
-0x2d85 007699 fetch 3 ,mem_clks_per_lpo 
-0x2d86 007700 rtn blank 
-0x2d87 007701 add regc ,offset_24g_cb_lpm_before ,temp 
-0x2d88 007702 ifetch 2 ,temp 
-0x2d89 007704 call callback_func 
-0x2d8a 007705 add regc ,offset_24g_enter_hibernate ,temp 
-0x2d8b 007706 ifetch 8 ,temp 
-0x2d8c 007707 call clk2lpo 
-0x2d8d 007708 storet 4 ,mem_sleep_counter 
-0x2d8e 007709 branch lpm_sleep 
-:      007711 g24_transmit_packet:
-0x2d8f 007712 call g24_head_ptr2regc 
-0x2d90 007713 add regc ,offset_24g_retry ,contw 
-0x2d91 007714 call g24_mem_set0 
-:      007716 g24_transmit_loop:
-0x2d92 007717 call g24_transmit_receive_ack 
-0x2d93 007718 nbranch g24_retransmit ,sync 
-0x2d94 007719 nbranch g24_retransmit ,user3 
-0x2d95 007720 call g24_ackpayload_parse 
-0x2d96 007721 call g24_power_ctrl_ack_incrs 
-:      007722 g24_transmit_next_packet:
-0x2d97 007723 call g24_head_ptr2regc 
-0x2d98 007724 add regc ,offset_24g_pid ,rega 
-0x2d99 007725 ifetch 1 ,rega 
-0x2d9a 007727 increase 1 ,pdata 
-0x2d9b 007728 call g24_store_mem_pid 
-0x2d9c 007730 call g24_fetch_mem_pairing_sm 
-0x2d9d 007732 bne state_24g_pairing_success ,g24_paring_mode 
-0x2d9e 007733 call g24_transmit_succ_rf_config 
-:      007734 g24_transmit_abandon:
-0x2d9f 007735 setarg 0 
-0x2da0 007736 add regc ,offset_24g_txfail_cnt ,contw 
-0x2da1 007737 istore 2 ,contw 
-0x2da2 007741 setarg ensure_off_24g 
-0x2da3 007742 branch g24_store_mem_ensure 
-:      007745 g24_transmit_receive_ack:
-0x2da4 007746 disable user3 
-0x2da5 007747 call g24_transmit 
-0x2da6 007748 call g24_head_ptr2regc 
-0x2da7 007749 add regc ,offset_24g_no_ack ,rega 
-0x2da8 007750 ifetch 1 ,rega 
-0x2da9 007752 beq no_ack_24g ,g24_transmit_no_ack 
-0x2daa 007753 call g24_receive_packet 
-0x2dab 007754 branch g24_end_of_packet 
-:      007755 g24_transmit_no_ack:
-0x2dac 007756 call g24_end_of_packet 
-0x2dad 007757 branch g24_transmit_next_packet 
-:      007760 g24_retransmit:
-0x2dae 007761 bpatch patch16_5 ,mem_patch16 
-0x2daf 007762 add regc ,offset_24g_get_ack_fail ,rega 
-0x2db0 007763 ifetch 1 ,rega 
-0x2db1 007765 increase 1 ,pdata 
-0x2db2 007766 add regc ,offset_24g_get_ack_fail ,contw 
-0x2db3 007767 istore 1 ,contw 
-0x2db4 007769 call g24_fetch_mem_pairing_sm 
-0x2db5 007771 bne state_24g_pairing_success ,g24_tx_paring_retry 
-0x2db6 007772 add regc ,offset_24g_retry ,rega 
-0x2db7 007773 ifetcht 1 ,rega 
-0x2db8 007775 increase 1 ,temp 
-0x2db9 007776 add regc ,offset_24g_retry ,contw 
-0x2dba 007777 istoret 1 ,contw 
-0x2dbb 007779 add regc ,offset_24g_max_retry ,rega 
-0x2dbc 007780 ifetch 1 ,rega 
-0x2dbd 007782 isub temp ,pdata 
-0x2dbe 007783 nbranch g24_transmit_loop ,blank 
-0x2dbf 007784 bpatch patch16_6 ,mem_patch16 
-0x2dc0 007785 call g24_fetch_mem_rf_work_stage 
-0x2dc1 007787 beq 3 ,g24_transmit_pac_fail_hop_stage3 
-0x2dc2 007788 add regc ,offset_24g_hop_pac_retry ,rega 
-0x2dc3 007789 ifetch 1 ,rega 
-0x2dc4 007791 increase 1 ,pdata 
-0x2dc5 007792 add regc ,offset_24g_hop_pac_retry ,contw 
-0x2dc6 007793 istore 1 ,contw 
-0x2dc7 007795 beq 2 ,g24_transmit_hop_pac_fail 
-0x2dc8 007796 call g24_hop_ch_enable 
-0x2dc9 007797 setarg 1 
-0x2dca 007798 call g24_store_mem_max_retry 
-0x2dcb 007800 branch g24_transmit_packet 
-:      007802 g24_tx_paring_retry:
-0x2dcc 007803 add regc ,offset_24g_get_ack_fail ,rega 
-0x2dcd 007804 ifetch 1 ,rega 
-0x2dce 007806 rtnne 0xff 
-0x2dcf 007807 add regc ,offset_24g_get_ack_fail ,contw 
-0x2dd0 007808 call g24_mem_set0 
-0x2dd1 007810 branch g24_stop_24g_mode 
-:      007812 g24_tx_attempt_fail:
-0x2dd2 007813 add regc ,offset_24g_txfail_cnt ,contw 
-0x2dd3 007814 call g24_mem_set0 
-:      007816 g24_stop_24g_mode:
-0x2dd4 007817 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x2dd5 007818 branch ui_ipc_send_event 
-:      007820 g24_ackpayload_parse:
-0x2dd6 007821 call g24_read_len_pid_crc 
-0x2dd7 007822 add regc ,offset_24g_rxdata_length ,rega 
-0x2dd8 007823 ifetch 1 ,rega 
-0x2dd9 007825 rtn blank 
-0x2dda 007826 iforce loopcnt 
-0x2ddb 007827 add regc ,offset_24g_rxbuf_add2 ,contr 
-0x2ddc 007829 add regc ,offset_24g_rxpayload ,contw 
-0x2ddd 007831 branch memcpy 
-:      007834 g24_read_len_pid_crc:
-0x2dde 007836 call g24_fetch_mem_rxbuf_add1 
-0x2ddf 007838 rshift3 pdata ,pdata 
-0x2de0 007839 add regc ,offset_24g_rxdata_length ,contw 
-0x2de1 007840 istore 1 ,contw 
-0x2de2 007843 increase 1 ,pdata 
-0x2de3 007844 add regc ,offset_24g_rxbuf_add1 ,contr 
-0x2de4 007846 iadd contr ,contr 
-0x2de5 007847 ifetch 3 ,contr 
-0x2de6 007848 add regc ,offset_24g_sta_crc ,contw 
-0x2de7 007849 istore 3 ,contw 
-0x2de8 007852 call g24_fetch_mem_rxbuf_add1 
-0x2de9 007854 rshift pdata ,pdata 
-0x2dea 007855 and pdata ,0x03 ,pdata 
-0x2deb 007856 add regc ,offset_24g_sta_pid ,contw 
-0x2dec 007857 istore 1 ,contw 
-0x2ded 007859 rtn 
-:      007861 g24_prep:
-0x2dee 007862 disable enable_crc 
-0x2def 007863 disable enable_white 
-0x2df0 007864 setarg 0x555555 
-0x2df1 007865 iforce crc24_init 
-0x2df2 007866 rtn 
-:      007868 g24_set_freq_tx:
-0x2df3 007869 call set_sync_on 
-0x2df4 007870 add regc ,offset_24g_ch ,rega 
-0x2df5 007871 ifetcht 1 ,rega 
-0x2df6 007873 branch set_freq_tx 
-:      007875 g24_transmit:
-0x2df7 007876 call g24_prep 
-0x2df8 007877 call g24_set_freq_tx 
-0x2df9 007878 set1 txgfsk ,radio_ctrl 
-0x2dfa 007879 enable encode_fec0 
-0x2dfb 007880 enable is_tx 
-0x2dfc 007881 disable is_rx 
-0x2dfd 007882 call le_enable 
-0x2dfe 007883 call g24_fetch_mem_addr 
-0x2dff 007885 iforce access 
-0x2e00 007886 inject mod ,32 
-0x2e01 007887 enable enable_crc 
-0x2e02 007888 add regc ,offset_24g_txlen ,rega 
-0x2e03 007889 ifetch 1 ,rega 
-0x2e04 007891 iforce loopcnt 
-0x2e05 007892 add regc ,offset_24g_txpayload ,contr 
-:      007894 g24tr_loop:
-0x2e06 007895 ifetch 1 ,contr 
-0x2e07 007896 inject mod ,8 
-0x2e08 007897 loop g24tr_loop 
-0x2e09 007898 enable enable_parity 
-0x2e0a 007899 inject mod ,24 
-0x2e0b 007900 disable enable_parity 
-0x2e0c 007901 until null ,tx_clear 
-0x2e0d 007902 bpatch patch16_7 ,mem_patch16 
-0x2e0e 007903 nop 100 
-0x2e0f 007904 disable encode_fec0 
-0x2e10 007905 rtn 
-:      007907 g24_receive_packet:
-0x2e11 007908 disable user3 
-0x2e12 007909 force 0 ,radio_ctrl 
-0x2e13 007910 add regc ,offset_24g_ch ,rega 
-0x2e14 007911 ifetcht 1 ,rega 
-0x2e15 007913 call set_freq_rx 
-0x2e16 007914 call rf_rx_enable 
-:      007915 g24_receive_rxon:
-0x2e17 007916 call g24_prep 
-0x2e18 007917 enable decode_fec0 
-0x2e19 007918 enable is_rx 
-0x2e1a 007919 disable is_tx 
-0x2e1b 007920 call le_enable 
-0x2e1c 007921 call g24_fetch_mem_addr 
-0x2e1d 007923 iforce access 
-0x2e1e 007924 enable swfine 
-0x2e1f 007925 add regc ,offset_24g_rx_window ,rega 
-0x2e20 007926 ifetch 2 ,rega 
-0x2e21 007928 iforce stop_watch 
-0x2e22 007929 correlate null ,timeout 
-0x2e23 007930 nbranch g24_sync_timeout ,sync 
-0x2e24 007931 enable enable_crc 
-0x2e25 007932 parse demod ,bucket ,8 
-0x2e26 007933 rshift3 pwindow ,pdata 
-0x2e27 007934 add regc ,offset_24g_rxbuf ,contw 
-0x2e28 007935 istore 1 ,contw 
-0x2e29 007937 add regc ,offset_24g_mode ,rega 
-0x2e2a 007938 ifetch 1 ,rega 
-0x2e2b 007940 beq rx_24g ,g24_receive_skip 
-0x2e2c 007941 bpatch patch17_0 ,mem_patch17 
-0x2e2d 007942 add regc ,offset_24g_rxbuf ,rega 
-0x2e2e 007943 ifetch 1 ,rega 
-0x2e2f 007945 add regc ,offset_24g_data_type ,rega 
-0x2e30 007946 ifetcht 1 ,rega 
-0x2e31 007948 icompare bits_data ,temp 
-0x2e32 007949 nbranch g24_end_of_packet ,true 
-:      007950 g24_receive_skip:
-0x2e33 007951 parse demod ,bucket ,8 
-0x2e34 007952 rshift3 pwindow ,pdata 
-0x2e35 007953 istore 1 ,contw 
-0x2e36 007954 rshift3 pdata ,pdata 
-0x2e37 007955 and pdata ,0x1f ,loopcnt 
-0x2e38 007956 branch g24rx_nopayload ,zero 
-:      007957 g24rx_loop:
-0x2e39 007958 parse demod ,bucket ,8 
-0x2e3a 007959 rshift3 pwindow ,pdata 
-0x2e3b 007960 istore 1 ,contw 
-0x2e3c 007961 loop g24rx_loop 
-:      007962 g24rx_nopayload:
-0x2e3d 007963 parse demod ,bucket ,24 
-0x2e3e 007964 rshift32 pdata ,pdata 
-0x2e3f 007965 rshift16 pdata ,pdata 
-0x2e40 007966 istore 3 ,contw 
-0x2e41 007967 branch g24_end_of_packet ,crc_failed 
-0x2e42 007968 enable user3 
-0x2e43 007969 disable decode_fec0 
-0x2e44 007970 rtn 
-:      007973 g24_end_of_packet:
-0x2e45 007974 disable encode_fec0 
-0x2e46 007975 disable decode_fec0 
-0x2e47 007976 disable enable_crc 
-0x2e48 007977 disable enable_white 
-0x2e49 007978 branch shutdown_radio ,is_rx 
-0x2e4a 007979 until null ,tx_clear 
-0x2e4b 007980 nop 100 
-0x2e4c 007981 branch shutdown_radio 
-:      007983 g24_sync_timeout:
-0x2e4d 007984 call rssi_noise 
-0x2e4e 007985 branch g24_end_of_packet 
-:      007987 rssi_noise:
-0x2e4f 007988 call save_rssi 
-0x2e50 007989 rtn blank 
-0x2e51 007990 add regc ,offset_rssi_noise_index ,rega 
-0x2e52 007991 ifetcht 1 ,rega 
-0x2e53 007993 arg mem_rssi_noise_buffer ,rega 
-0x2e54 007995 call rssi_noise_store 
-0x2e55 007996 add regc ,offset_rssi_noise_index ,contw 
-:      007998 g24_contw_istoret_1byte:
-0x2e56 007999 istoret 1 ,contw 
-0x2e57 008000 rtn 
-:      008002 rssi_noise_store:
-0x2e58 008003 arg rssi_buf_len_noise ,regb 
-0x2e59 008004 branch rssi_store 
-:      008022 rssi_store:
-0x2e5a 008023 copy rega ,pdata 
-0x2e5b 008024 iadd temp ,contw 
-0x2e5c 008025 fetch 1 ,mem_rssi 
-0x2e5d 008026 istore 1 ,contw 
-0x2e5e 008027 increase 1 ,temp 
-0x2e5f 008028 copy regb ,pdata 
-0x2e60 008029 iand_into temp 
-0x2e61 008030 rtn 
-:      008032 rssi_average:
-0x2e62 008033 arg 0 ,temp 
-0x2e63 008034 copy rega ,contr 
-:      008035 rssi_average_loop:
-0x2e64 008036 ifetch 1 ,contr 
-0x2e65 008037 iadd temp ,temp 
-0x2e66 008038 loop rssi_average_loop 
-0x2e67 008039 rshift8 temp ,temp 
-0x2e68 008040 rtn 
-:      008042 g24_power_ctrl_init:
-0x2e69 008043 call g24_head_ptr2regc 
-0x2e6a 008044 call g24_power_ctrl_incrs_level1 
-0x2e6b 008045 setarg 1 
-0x2e6c 008046 call g24_store_mem_power_ctrl_level 
-:      008048 g24_power_ctrl_reinit:
-0x2e6d 008049 setarg 0 
-0x2e6e 008050 call g24_store_mem_power_ctrl_pac 
-0x2e6f 008052 istore 1 ,contw 
-0x2e70 008054 rtn 
-:      008056 g24_power_ctrl_pac_incrs:
-0x2e71 008057 call g24_fetch_mem_power_ctrl_pac 
-0x2e72 008059 increase 1 ,pdata 
-:      008060 g24_store_mem_power_ctrl_pac:
-0x2e73 008062 add regc ,offset_power_ctrl_packet_cnt ,contw 
-0x2e74 008063 branch g24_contw_istore_1byte 
-:      008065 g24_power_ctrl_ack_incrs:
-0x2e75 008068 add regc ,offset_power_ctrl_ack_cnt ,rega 
-0x2e76 008069 ifetch 1 ,rega 
-0x2e77 008070 increase 1 ,pdata 
-0x2e78 008071 add regc ,offset_power_ctrl_ack_cnt ,contw 
-0x2e79 008072 branch g24_contw_istore_1byte 
-:      008074 g24_power_ctrl:
-0x2e7a 008075 bpatch patch17_1 ,mem_patch17 
-0x2e7b 008076 call g24_fetch_mem_power_ctrl_pac 
-0x2e7c 008078 sub pdata ,power_ctrl_max_packet_cnt ,null 
-0x2e7d 008079 rtn positive 
-0x2e7e 008080 add regc ,offset_power_ctrl_ack_cnt ,rega 
-0x2e7f 008081 ifetcht 1 ,rega 
-0x2e80 008083 isub temp ,temp 
-0x2e81 008084 call g24_power_ctrl_reinit 
-0x2e82 008085 setarg offset_power_ctrl_threshold_up 
-0x2e83 008086 iadd regc ,rega 
-0x2e84 008087 ifetch 1 ,rega 
-0x2e85 008089 isub temp ,null 
-0x2e86 008090 nbranch g24_power_ctrl_incrs ,positive 
-0x2e87 008091 setarg offset_power_ctrl_threshold_down 
-0x2e88 008092 iadd regc ,rega 
-0x2e89 008093 ifetch 1 ,rega 
-0x2e8a 008095 isub temp ,null 
-0x2e8b 008096 branch g24_power_ctrl_decrs ,positive 
-0x2e8c 008097 rtn 
-:      008099 g24_power_ctrl_incrs:
-0x2e8d 008100 add regc ,offset_power_ctrl_level ,rega 
-0x2e8e 008101 ifetch 1 ,rega 
-0x2e8f 008103 beq 2 ,g24_power_ctrl_incrs_level2 
-0x2e90 008104 increase 1 ,pdata 
-0x2e91 008105 call g24_store_mem_power_ctrl_level 
-0x2e92 008107 beq 1 ,g24_power_ctrl_incrs_level1 
-:      008108 g24_power_ctrl_incrs_level2:
-0x2e93 008109 setarg power_ctrl_losspac_thresh_up2 
-0x2e94 008110 call g24_store_mem_power_ctrl_threshold_up 
-0x2e95 008112 setarg power_ctrl_losspac_thresh_down2 
-0x2e96 008113 call g24_store_mem_power_ctrl_threshold_down 
-0x2e97 008116 add regc ,offset_power_ctrl_txpwr_level2 ,rega 
-0x2e98 008118 branch g24_ifetch_rega_store_mem_txpower 
-:      008120 g24_power_ctrl_decrs:
-0x2e99 008121 add regc ,offset_power_ctrl_level ,rega 
-0x2e9a 008122 ifetch 1 ,rega 
-0x2e9b 008124 beq 0 ,g24_power_ctrl_decrs_level0 
-0x2e9c 008125 increase -1 ,pdata 
-0x2e9d 008126 call g24_store_mem_power_ctrl_level 
-0x2e9e 008128 beq 0 ,g24_power_ctrl_decrs_level0 
-:      008129 g24_power_ctrl_decrs_level1:
-:      008132 g24_power_ctrl_incrs_level1:
-0x2e9f 008133 setarg power_ctrl_losspac_thresh_up1 
-0x2ea0 008134 call g24_store_mem_power_ctrl_threshold_up 
-0x2ea1 008136 setarg power_ctrl_losspac_thresh_down1 
-0x2ea2 008137 call g24_store_mem_power_ctrl_threshold_down 
-0x2ea3 008140 setarg offset_power_ctrl_txpwr_level1 
-:      008141 g24_iadd_offset_mem_txpower:
-0x2ea4 008142 iadd regc ,rega 
-:      008143 g24_ifetch_rega_store_mem_txpower:
-0x2ea5 008144 ifetch 1 ,rega 
-0x2ea6 008146 branch g24_store_mem_txpower 
-:      008148 g24_power_ctrl_decrs_level0:
-0x2ea7 008151 setarg power_ctrl_losspac_thresh_up0 
-0x2ea8 008152 call g24_store_mem_power_ctrl_threshold_up 
-0x2ea9 008154 setarg power_ctrl_losspac_thresh_down0 
-0x2eaa 008155 call g24_store_mem_power_ctrl_threshold_down 
-0x2eab 008158 setarg offset_power_ctrl_txpwr_level0 
-0x2eac 008160 branch g24_iadd_offset_mem_txpower 
-:      008174 g24_start_pairing_sm1:
-0x2ead 008175 set1 mark_24g ,mark 
-0x2eae 008176 call g24_pair_init 
-:      008177 g24_set_pairing_sm_1:
-0x2eaf 008179 setarg state_24g_pairing_1 
-0x2eb0 008180 branch g24_store_mem_pairing_sm 
-:      008182 g24_pairing_sm:
-0x2eb1 008183 add regc ,offset_24g_ensure ,rega 
-0x2eb2 008184 ifetch 1 ,rega 
-0x2eb3 008186 beq ensure_on_24g ,enable_user 
-0x2eb4 008187 call g24_fetch_mem_pairing_sm 
-0x2eb5 008189 beq state_24g_pairing_1 ,g24_pairing_sm_1 
-0x2eb6 008190 beq state_24g_pairing_2 ,g24_pairing_sm_2 
-0x2eb7 008191 beq state_24g_pairing_3 ,g24_pairing_sm_3 
-0x2eb8 008192 branch assert 
-:      008194 g24_pairing_sm_1:
-0x2eb9 008195 setarg state_24g_pairing_1_waiting_ack 
-0x2eba 008196 call g24_store_mem_pairing_sm 
-0x2ebb 008198 jam 0xaa ,mem_24g_common_temp 
-0x2ebc 008199 branch g24_pairing_sm_common 
-:      008200 g24_pairing_sm_2:
-0x2ebd 008201 setarg state_24g_pairing_2_waiting_ack 
-0x2ebe 008202 call g24_store_mem_pairing_sm 
-0x2ebf 008204 jam 0x55 ,mem_24g_common_temp 
-0x2ec0 008205 branch g24_pairing_sm_common 
-:      008206 g24_pairing_sm_3:
-0x2ec1 008207 setarg state_24g_pairing_3_waiting_ack 
-0x2ec2 008208 call g24_store_mem_pairing_sm 
-0x2ec3 008210 jam 0x22 ,mem_24g_common_temp 
-:      008211 g24_pairing_sm_common:
-0x2ec4 008212 call g24_fetch_mem_data_type 
-0x2ec5 008214 and_into bits_data ,pdata 
-0x2ec6 008215 store 1 ,mem_24g_common_temp + 1 
-0x2ec7 008216 call g24_fetch_mem_device_addr 
-0x2ec8 008218 store 4 ,mem_24g_common_temp + 2 
-:      008219 g24_put_pairing_data_in_buff:
-0x2ec9 008220 jam 0 ,mem_24g_common_temp + 6 
-0x2eca 008221 arg mem_24g_common_temp ,rega 
-0x2ecb 008222 arg 7 ,temp 
-0x2ecc 008223 call g24_put_data_in_buff 
-0x2ecd 008224 call g24_transmit_prep 
-0x2ece 008225 call g24_txdata_enable_tx 
-0x2ecf 008226 branch enable_user 
-:      008228 g24_paring_mode:
-0x2ed0 008229 call g24_fetch_mem_pairing_sm 
-0x2ed1 008231 rtneq state_24g_pairing_success 
-0x2ed2 008232 beq state_24g_pairing_1_waiting_ack ,g24_pairing_sm_1_waiting_ack 
-0x2ed3 008233 beq state_24g_pairing_2_waiting_ack ,g24_pairing_sm_2_waiting_ack 
-0x2ed4 008234 beq state_24g_pairing_3_waiting_ack ,g24_pairing_sm_3_waiting_ack 
-0x2ed5 008235 rtn 
-:      008237 g24_pairing_sm_1_waiting_ack:
-0x2ed6 008238 setarg state_24g_pairing_2 
-0x2ed7 008239 call g24_store_mem_pairing_sm 
-0x2ed8 008241 branch g24_transmit_abandon 
-:      008242 g24_pairing_sm_2_waiting_ack:
-0x2ed9 008243 setarg state_24g_pairing_3 
-0x2eda 008244 call g24_store_mem_pairing_sm 
-0x2edb 008246 branch g24_transmit_abandon 
-:      008247 g24_pairing_sm_3_waiting_ack:
-0x2edc 008248 setarg state_24g_pairing_success 
-0x2edd 008249 call g24_store_mem_pairing_sm 
-0x2ede 008251 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x2edf 008252 call ui_ipc_send_event 
-0x2ee0 008253 add regc ,offset_24g_rxpayload_add2 ,rega 
-0x2ee1 008254 ifetch 4 ,rega 
-0x2ee2 008256 call g24_store_mem_addr 
-0x2ee3 008258 branch g24_transmit_abandon 
-:      008260 g24_auto_pair_start:
-0x2ee4 008261 set0 mark_24g ,mark 
-0x2ee5 008262 call g24_auto_pair_set_device_info 
-0x2ee6 008263 call g24_tx_attemp_data_prep 
-:      008264 g24_auto_pair_restart:
-0x2ee7 008265 call g24_set0_mem_check_dongle_times 
-:      008266 g24_auto_pair_start_loop:
-0x2ee8 008267 nop 2000 
-0x2ee9 008268 call g24_fetch_mem_check_dongle_times 
-0x2eea 008269 beq 0xff ,g24_stop_24g_mode 
-0x2eeb 008270 call g24_transmit_receive_ack 
-0x2eec 008271 nbranch g24_auto_pair_retry ,sync 
-0x2eed 008272 nbranch g24_auto_pair_retry ,user3 
-0x2eee 008273 call g24_ackpayload_parse 
-0x2eef 008274 call g24_head_ptr2regc 
-0x2ef0 008275 add regc ,offset_24g_paring_addr ,rega 
-0x2ef1 008276 ifetcht 4 ,rega 
-0x2ef2 008277 call g24_fetch_mem_addr_isub_temp 
-0x2ef3 008278 branch g24_start_pairing_sm1 ,zero 
-0x2ef4 008279 call g24_head_ptr2regc 
-0x2ef5 008280 add regc ,offset_24g_rxpayload_add2 ,rega 
-0x2ef6 008281 ifetch 4 ,rega 
-0x2ef7 008282 beq 0 ,g24_auto_pair_restart 
-0x2ef8 008283 call g24_store_mem_addr 
-0x2ef9 008284 branch g24_tx_attemp_dongle_succ 
-:      008286 g24_auto_pair_retry:
-0x2efa 008287 call g24_fetch_mem_check_dongle_times 
-0x2efb 008288 increase 1 ,pdata 
-0x2efc 008289 call g24_store_mem_check_dongle_times 
-0x2efd 008291 call g24_fetch_mem_auto_paring_switch 
-0x2efe 008292 increase 1 ,pdata 
-0x2eff 008293 and_into 1 ,pdata 
-0x2f00 008294 call g24_store_mem_auto_paring_switch 
-0x2f01 008295 beq 0 ,g24_auto_pair_device_attemp 
-0x2f02 008296 beq 1 ,g24_auto_pair_pair_attemp 
-0x2f03 008297 rtn 
-:      008299 g24_fetch_mem_auto_paring_switch:
-0x2f04 008300 setarg offset_24g_auto_pair_switch 
-0x2f05 008301 branch g24_set_rega_ifetch_1byte 
-:      008302 g24_store_mem_auto_paring_switch:
-0x2f06 008303 arg offset_24g_auto_pair_switch ,rega 
-0x2f07 008304 branch g24_set_contw_with_regb_store_1byte 
-:      008306 g24_auto_pair_set_device_info:
-0x2f08 008307 call g24_store_mem_tx_power 
-0x2f09 008308 call g24_fetch_mem_device_addr 
-0x2f0a 008309 call g24_store_mem_addr 
-0x2f0b 008310 branch g24_ch 
-:      008312 g24_auto_pair_device_attemp:
-0x2f0c 008313 call g24_auto_pair_set_device_info 
-0x2f0d 008314 branch g24_auto_pair_start_loop 
-:      008316 g24_auto_pair_pair_attemp:
-0x2f0e 008317 call g24_pair_init 
-0x2f0f 008318 branch g24_auto_pair_start_loop 
-:      008321 g24_start_24g_mode:
-0x2f10 008322 set0 mark_24g ,mark 
-0x2f11 008323 call g24_ch 
-0x2f12 008324 call g24_fetch_mem_pairing_sm 
-0x2f13 008326 rtnne state_24g_pairing_success 
-0x2f14 008327 call g24_tx_attemp_data_prep 
-0x2f15 008328 call g24_set0_mem_check_dongle_times 
-:      008330 g24_tx_attemp_dongle_loop:
-0x2f16 008331 nop 2000 
-0x2f17 008332 call g24_fetch_mem_check_dongle_times 
-0x2f18 008334 beq 0xff ,g24_stop_24g_mode 
-0x2f19 008335 call g24_transmit_receive_ack 
-0x2f1a 008336 nbranch g24_attemp_txdata_retry ,sync 
-0x2f1b 008337 nbranch g24_attemp_txdata_retry ,user3 
-:      008338 g24_tx_attemp_dongle_succ:
-0x2f1c 008339 set1 mark_24g ,mark 
-0x2f1d 008340 call g24_set0_mem_check_dongle_times 
-0x2f1e 008341 setarg state_24g_pairing_success 
-0x2f1f 008342 call g24_store_mem_pairing_sm 
-:      008344 g24_app_tx_attempt_success:
-0x2f20 008345 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x2f21 008346 branch ui_ipc_send_event 
-:      008348 g24_tx_attemp_data_prep:
-0x2f22 008349 set1 mark_24g_conext ,mark 
-0x2f23 008350 jam 0xff ,mem_24g_common_temp 
-0x2f24 008351 call g24_fetch_mem_data_type 
-0x2f25 008353 call g24_put_data_in_buff_pre 
-0x2f26 008354 branch g24_transmit_prep 
-:      008356 g24_attemp_txdata_retry:
-0x2f27 008357 call g24_fetch_mem_check_dongle_times 
-0x2f28 008359 increase 1 ,pdata 
-0x2f29 008360 call g24_store_mem_check_dongle_times 
-0x2f2a 008362 call g24_ch 
-0x2f2b 008363 branch g24_tx_attemp_dongle_loop 
-:      008365 g24_check_51cmd_start_24g:
-0x2f2c 008366 call g24_store_mem_tx_power 
-0x2f2d 008369 setarg state_24g_pairing_success 
-0x2f2e 008370 call g24_store_mem_pairing_sm 
-0x2f2f 008372 branch g24_start_24g_mode 
-:      008381 dongle_init:
-0x2f30 008382 bpatch patch17_2 ,mem_patch17 
-0x2f31 008383 call g24_head_ptr2regc 
-0x2f32 008384 setarg dongle_rxdata_type1 
-0x2f33 008385 add regc ,offset_24g_cb_rxdata_type1 ,contw 
-0x2f34 008386 istore 2 ,contw 
-0x2f35 008388 call g24_receive_init 
-0x2f36 008389 call usb_init 
-0x2f37 008390 call g24_fetch_mem_pair_mode 
-0x2f38 008392 bpatch patch17_3 ,mem_patch17 
-0x2f39 008393 beq 0x00 ,dongle_auto_bind 
-0x2f3a 008394 beq 0x01 ,dongle_pc_bind 
-0x2f3b 008395 beq 0x0f ,dongle_all_powerful 
-0x2f3c 008396 branch assert 
-:      008398 g24_receive_init:
-0x2f3d 008399 call g24_store_mem_tx_power_temp 
-0x2f3e 008400 arg 0x80 ,loopcnt 
-0x2f3f 008401 arg mem_rssi_noise_buffer ,contw 
-0x2f40 008402 branch memset0 
-:      008404 dongle_all_powerful:
-0x2f41 008405 call dongle_check_mode 
-:      008406 dongle_all_powerful_loop:
-0x2f42 008407 call g24_dongle_work_mode 
-0x2f43 008408 call usb_isr 
-0x2f44 008409 branch dongle_all_powerful_loop 
-:      008411 dongle_pc_bind:
-0x2f45 008412 bpatch patch17_4 ,mem_patch17 
-0x2f46 008413 call dongle_check_mode 
-:      008414 dongle_pc_bind_loop:
-0x2f47 008415 call g24_dongle_work_mode 
-0x2f48 008416 call g24_dongle_bind_mode 
-0x2f49 008417 call usb_isr 
-0x2f4a 008418 call dongle_usb_dispatch 
-0x2f4b 008419 branch dongle_pc_bind_loop 
-:      008421 dongle_check_mode:
-0x2f4c 008425 call g24_set_work_mem_dongle_work_mode 
-0x2f4d 008426 call g24_set0_mem_dongle_mode_init 
-0x2f4e 008427 branch g24_set0_mem_ackpayload_enable 
-:      008429 g24_dongle_work_mode:
-0x2f4f 008430 call g24_fetch_mem_dongle_work_mode 
-0x2f50 008432 rtnne dongle_work 
-:      008433 g24_dongle_work_mode_start:
-0x2f51 008434 call g24_dongle_work_init 
-0x2f52 008435 call g24_ch_process 
-0x2f53 008436 call g24_receive_packet_start 
-0x2f54 008437 branch g24_blank_data_process 
-:      008439 g24_dongle_work_init:
-0x2f55 008440 call g24_fetch_mem_dongle_mode_init 
-0x2f56 008442 rtnbit1 dongle_work 
-0x2f57 008443 set1 dongle_work ,pdata 
-0x2f58 008444 call g24_store_mem_dongle_mode_init 
-0x2f59 008446 call g24_store_mem_tx_power 
-0x2f5a 008449 call g24_set0_mem_ackpayload_enable 
-0x2f5b 008451 jam 0 ,mem_usb_tx_enable 
-0x2f5c 008452 call g24_set1_mem_abort_pac 
-0x2f5d 008454 call g24_dongle_init 
-:      008455 g24_rx_interrupt_clear:
-0x2f5e 008456 add regc ,offset_24g_rxbuf ,contw 
-0x2f5f 008458 arg 66 ,loopcnt 
-0x2f60 008459 branch clear_mem 
-:      008461 g24_dongle_init:
-0x2f61 008462 call g24_set0_mem_pid 
-0x2f62 008464 call g24_fetch_mem_rx_addr 
-0x2f63 008466 call g24_store_mem_addr 
-0x2f64 008468 branch g24_ch 
-:      008470 g24_ch_process:
-0x2f65 008471 bpatch patch17_5 ,mem_patch17 
-0x2f66 008472 call g24_fetch_mem_abort_pac 
-0x2f67 008474 beq 1 ,g24_noise_rssi 
-0x2f68 008475 call g24_fetch_mem_hop_pac 
-0x2f69 008477 beq 1 ,g24_ch 
-0x2f6a 008478 setarg offset_24g_hop_btclk 
-0x2f6b 008479 iadd regc ,rega 
-0x2f6c 008480 ifetcht 4 ,rega 
-0x2f6d 008482 copy clkn_bt ,pdata 
-0x2f6e 008483 isub temp ,null 
-0x2f6f 008484 ncall g24_timer_timeout ,positive 
-0x2f70 008485 copy pdata ,regb 
-0x2f71 008486 setarg offset_24g_hop_btclk 
-0x2f72 008487 iadd regc ,rega 
-0x2f73 008488 ifetch 4 ,rega 
-0x2f74 008489 copy pdata ,temp 
-0x2f75 008491 setarg offset_24g_hop_interval 
-0x2f76 008492 iadd regc ,rega 
-0x2f77 008493 copy temp ,pdata 
-0x2f78 008494 ifetcht 1 ,rega 
-0x2f79 008496 iadd temp ,temp 
-0x2f7a 008497 copy regb ,pdata 
-0x2f7b 008498 isub temp ,null 
-0x2f7c 008499 nrtn positive 
-0x2f7d 008500 set0 28 ,pdata 
-0x2f7e 008501 setarg offset_24g_hop_btclk 
-0x2f7f 008502 iadd regc ,contw 
-0x2f80 008503 istore 4 ,contw 
-:      008505 g24_ch_update:
-0x2f81 008506 call g24_ch 
-0x2f82 008507 call g24_fetch_mem_rf_laststa 
-0x2f83 008509 increase 1 ,pdata 
-0x2f84 008510 call g24_store_mem_rf_laststa 
-0x2f85 008512 rtnne 2 
-0x2f86 008513 call g24_set0_mem_rf_laststa 
-0x2f87 008517 branch g24_set1_mem_abort_pac 
-:      008519 g24_ch_timer_reinit:
-0x2f88 008520 copy clkn_bt ,pdata 
-0x2f89 008521 arg offset_24g_hop_btclk ,rega 
-0x2f8a 008522 call g24_set_contw_with_temp 
-0x2f8b 008523 istore 4 ,contw 
-0x2f8c 008527 branch g24_set0_mem_rf_laststa 
-:      008529 g24_noise_rssi:
-0x2f8d 008530 arg mem_rssi_noise_buffer ,rega 
-0x2f8e 008531 call g24_noise_rssi_average 
-0x2f8f 008532 add regc ,offset_rssi_noise_avg ,contw 
-0x2f90 008533 istoret 1 ,contw 
-0x2f91 008535 sub temp ,rssi_thresh_noise ,null 
-0x2f92 008536 nrtn positive 
-0x2f93 008537 branch g24_ch 
-:      008539 g24_noise_rssi_average:
-0x2f94 008540 arg rssi_buf_len_noise + 1 ,loopcnt 
-0x2f95 008541 branch rssi_average 
-:      008543 g24_blank_data_process:
-0x2f96 008544 call g24_ms_blank_data 
-0x2f97 008545 call g24_kb_blank_data 
-0x2f98 008546 branch g24_kb_mul_blank_data 
-:      008548 g24_ms_blank_data:
-0x2f99 008549 setarg offset_24g_ms_blank_data_enable 
-0x2f9a 008550 call g24_set_rega_ifetch_1byte 
-0x2f9b 008552 rtn blank 
-0x2f9c 008553 arg timer_ms_blank ,queue 
-0x2f9d 008554 call timer_check 
-0x2f9e 008555 nrtn blank 
-0x2f9f 008556 call g24_set0_mem_ms_blank_data_enable 
-:      008558 g24_ms_blank_data_2usb:
-0x2fa0 008559 setarg ms_report_id 
-0x2fa1 008560 store 1 ,mem_usb_mouse_data 
-0x2fa2 008561 setarg 0 
-0x2fa3 008562 istore 7 ,contw 
-0x2fa4 008563 branch g24_data_type1_usbtx_enable 
-:      008565 g24_kb_blank_data:
-0x2fa5 008566 setarg offset_24g_kb_blank_data_enable 
-0x2fa6 008567 call g24_set_rega_ifetch_1byte 
-0x2fa7 008569 rtn blank 
-0x2fa8 008570 arg timer_kb_blank ,queue 
-0x2fa9 008571 call timer_check 
-0x2faa 008572 nrtn blank 
-0x2fab 008573 call g24_set0_mem_kb_blank_data_enable 
-:      008575 g24_kb_blank_data_2usb:
-0x2fac 008576 arg mem_usb_kb_data ,contw 
-0x2fad 008577 arg 2 ,loopcnt 
-0x2fae 008578 call memset0 
-0x2faf 008579 jam kb_normal_report_id ,mem_usb_kb_data 
-0x2fb0 008580 branch g24_kb_data_into_ep1_fifo 
-:      008582 g24_kb_mul_blank_data:
-0x2fb1 008583 setarg offset_24g_kb_mul_blank_data_enable 
-0x2fb2 008584 call g24_set_rega_ifetch_1byte 
-0x2fb3 008586 rtn blank 
-0x2fb4 008587 arg timer_kb_mul_blank ,queue 
-0x2fb5 008588 call timer_check 
-0x2fb6 008589 nrtn blank 
-0x2fb7 008590 call g24_set0_mem_kb_mul_blank_data_enable 
-:      008592 g24_kb_mul_blank_data_2usb:
-0x2fb8 008593 arg mem_usb_kb_multikey ,contw 
-0x2fb9 008594 arg 2 ,loopcnt 
-0x2fba 008595 call memset0 
-0x2fbb 008596 jam kb_multikey_report_id ,mem_usb_kb_multikey 
-0x2fbc 008597 branch g24_kb_mul_data_into_ep2_fifo 
-:      008599 g24_dongle_bind_mode:
-0x2fbd 008600 call g24_fetch_mem_dongle_work_mode 
-0x2fbe 008602 rtnne dongle_bind 
-0x2fbf 008603 call g24_dongle_bind_init 
-0x2fc0 008604 branch g24_dongle_bind_data_process 
-:      008606 g24_dongle_bind_init:
-0x2fc1 008607 call g24_fetch_mem_dongle_mode_init 
-0x2fc2 008609 rtnbit1 dongle_bind 
-0x2fc3 008610 set1 dongle_bind ,pdata 
-0x2fc4 008611 call g24_store_mem_dongle_mode_init 
-0x2fc5 008613 call g24_set1_mem_ackpayload_enable 
-0x2fc6 008615 call g24_pair_init 
-0x2fc7 008616 setarg 0 
-0x2fc8 008617 arg offset_dongle_ms_bind_step ,rega 
-0x2fc9 008618 call g24_set_contw_with_temp 
-0x2fca 008620 branch g24_contw_istore_3byte 
-:      008622 g24_dongle_bind_data_process:
-0x2fcb 008623 call g24_receive_transmit_ack 
-0x2fcc 008624 nbranch g24_rx_interrupt_clear ,user3 
-0x2fcd 008625 add regc ,offset_24g_rxbuf ,contr 
-0x2fce 008626 setarg offset_24g_rxdata_temp 
-0x2fcf 008627 iadd regc ,contw 
-0x2fd0 008628 arg 8 ,loopcnt 
-0x2fd1 008629 call memcpy 
-0x2fd2 008630 setarg offset_24g_rxdata_temp_add2 
-0x2fd3 008631 call g24_set_rega_ifetch_1byte 
-0x2fd4 008632 beq datatype_bind ,g24_dongle_bind_first_step 
-0x2fd5 008633 beq datatype_config ,g24_dongle_bind_second_step 
-0x2fd6 008634 beq datatype_ok ,g24_dongle_bind_third_step 
-0x2fd7 008635 beq 0xff ,g24_data_attemp 
-0x2fd8 008636 branch g24_rx_interrupt_clear 
-:      008638 g24_dongle_bind_first_step:
-0x2fd9 008639 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x2fda 008640 beq bind_mouse ,g24_dongle_bind_first_step_mouse 
-0x2fdb 008641 beq bind_keyboard ,g24_dongle_bind_first_step_keyboard 
-0x2fdc 008642 rtn 
-:      008643 g24_dongle_bind_first_step_mouse:
-0x2fdd 008644 setarg 1 
-0x2fde 008645 call g24_store_mem_ms_bind_step 
-:      008647 g24_dongle_bind_ms_payload_cfg:
-0x2fdf 008648 setarg datatype_mouse 
-0x2fe0 008649 call g24_store_mem_bind_payload 
-:      008651 g24_dongle_bind_payload_cfg:
-0x2fe1 008652 setarg 0x80 
-0x2fe2 008653 arg offset_24g_bind_payload_add1 ,rega 
-0x2fe3 008654 call g24_set_contw_with_regb_store_1byte 
-0x2fe4 008656 call g24_fetch_mem_rx_addr 
-0x2fe5 008658 arg offset_24g_bind_payload_add2 ,rega 
-0x2fe6 008659 call g24_set_contw_with_temp 
-0x2fe7 008661 branch g24_contw_istore_4byte 
-:      008663 g24_dongle_bind_first_step_keyboard:
-0x2fe8 008664 setarg 1 
-0x2fe9 008665 call g24_store_mem_kb_bind_step 
-:      008667 g24_dongle_bind_kb_payload_cfg:
-0x2fea 008668 setarg datatype_keyboard 
-0x2feb 008669 call g24_store_mem_bind_payload 
-0x2fec 008671 branch g24_dongle_bind_payload_cfg 
-:      008673 g24_dongle_bind_second_step:
-0x2fed 008674 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x2fee 008675 beq bind_mouse ,g24_dongle_bind_second_step_mouse 
-0x2fef 008676 beq bind_keyboard ,g24_dongle_bind_second_step_keyboard 
-0x2ff0 008677 rtn 
-:      008678 g24_dongle_bind_second_step_mouse:
-0x2ff1 008679 call g24_dongle_bind_ms_payload_cfg 
-0x2ff2 008680 setarg offset_dongle_ms_bind_step 
-0x2ff3 008681 call g24_set_rega_ifetch_1byte 
-0x2ff4 008683 beq 1 ,g24_dongle_ms_bind_step_set2 
-0x2ff5 008684 rtn 
-:      008685 g24_dongle_ms_bind_step_set2:
-0x2ff6 008686 setarg 2 
-:      008688 g24_store_mem_ms_bind_step:
-0x2ff7 008689 arg offset_dongle_ms_bind_step ,rega 
-0x2ff8 008690 branch g24_set_contw_with_regb_store_1byte 
-:      008692 g24_dongle_bind_second_step_keyboard:
-0x2ff9 008693 call g24_dongle_bind_kb_payload_cfg 
-0x2ffa 008694 setarg offset_dongle_kb_bind_step 
-0x2ffb 008695 call g24_set_rega_ifetch_1byte 
-0x2ffc 008697 beq 1 ,g24_dongle_kb_bind_step_set2 
-0x2ffd 008698 rtn 
-:      008699 g24_dongle_kb_bind_step_set2:
-0x2ffe 008700 setarg 2 
-:      008702 g24_store_mem_kb_bind_step:
-0x2fff 008703 arg offset_dongle_kb_bind_step ,rega 
-0x3000 008704 branch g24_set_contw_with_regb_store_1byte 
-:      008706 g24_dongle_bind_third_step:
-0x3001 008707 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x3002 008708 beq bind_mouse ,g24_dongle_bind_third_step_mouse 
-0x3003 008709 beq bind_keyboard ,g24_dongle_bind_third_step_keyboard 
-0x3004 008710 rtn 
-:      008711 g24_dongle_bind_third_step_mouse:
-0x3005 008712 setarg offset_dongle_ms_bind_step 
-0x3006 008713 call g24_set_rega_ifetch_1byte 
-0x3007 008715 beq 2 ,g24_dongle_ms_bind_step_success 
-0x3008 008716 rtn 
-:      008717 g24_dongle_ms_bind_step_success:
-0x3009 008718 call g24_fetch_mem_bind_device_status 
-0x300a 008720 or_into 0x01 ,pdata 
-0x300b 008721 call g24_store_mem_bind_device_status 
-:      008723 g24_dongle_bind_exit:
-0x300c 008724 setarg 0 
-0x300d 008725 setarg offset_dongle_ms_bind_step 
-0x300e 008726 iadd regc ,contw 
-0x300f 008727 istore 2 ,contw 
-0x3010 008728 branch g24_rx_interrupt_clear 
-:      008730 g24_dongle_bind_third_step_keyboard:
-0x3011 008731 setarg offset_dongle_kb_bind_step 
-0x3012 008732 call g24_set_rega_ifetch_1byte 
-0x3013 008734 bne 0 ,g24_dongle_kb_bind_step_success 
-0x3014 008735 rtn 
-:      008736 g24_dongle_kb_bind_step_success:
-0x3015 008737 call g24_fetch_mem_bind_device_status 
-0x3016 008739 or_into 0x02 ,pdata 
-0x3017 008740 call g24_store_mem_bind_device_status 
-0x3018 008742 branch g24_dongle_bind_exit 
-:      008745 dongle_usb_dispatch:
-0x3019 008746 fetch 1 ,mem_usb0_get_set_report 
-0x301a 008747 rtn blank 
-0x301b 008748 jam 0 ,mem_usb0_get_set_report 
-0x301c 008749 fetch 2 ,mem_usb_setup_bvalue_temp 
-0x301d 008750 arg pc_set_report ,temp 
-0x301e 008751 isub temp ,null 
-0x301f 008752 nrtn zero 
-0x3020 008754 fetch 1 ,mem_usb0_set_report_data 
-0x3021 008755 rtnne pc_report_id 
-0x3022 008756 fetch 1 ,mem_usb0_set_report_data + 1 
-0x3023 008757 bpatch patch17_6 ,mem_patch17 
-0x3024 008758 beq command_mode ,dongle_dispose_cmd_mode 
-0x3025 008759 beq command_bind ,dongle_dispose_cmd_bind 
-0x3026 008760 beq command_current_project ,dongle_dispose_cmd_current_project 
-0x3027 008761 beq command_current_mode ,dongle_dispose_cmd_current_mode 
-0x3028 008762 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
-0x3029 008763 beq command_user_defined ,dongle_dispose_cmd_user_defined 
-:      008764 usb0_data_ready_report_set0:
-0x302a 008765 jam 0 ,mem_usb0_data_ready_report 
-0x302b 008766 rtn 
-:      008767 dongle_dispose_cmd_bind:
-0x302c 008768 fetch 1 ,mem_usb0_set_report_data + 2 
-0x302d 008769 beq com_bind_get ,dongle_dispose_cmd_get_bind 
-0x302e 008770 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
-0x302f 008771 beq com_read_mode ,dongle_dispose_cmd_read_mode 
-0x3030 008772 branch usb0_data_ready_report_set0 
-:      008773 dongle_dispose_cmd_get_bind:
-0x3031 008774 call g24_fetch_mem_bind_device_status 
-0x3032 008776 store 1 ,mem_usb0_get_report_data + 1 
-0x3033 008777 branch usb0_data_ready_report_set1 
-:      008778 dongle_dispose_cmd_exit_bind:
-0x3034 008779 call g24_set_work_mem_dongle_work_mode 
-0x3035 008781 call g24_set0_mem_dongle_mode_init 
-0x3036 008783 call g24_fetch_mem_bind_device_status 
-0x3037 008785 store 1 ,mem_usb0_get_report_data + 1 
-0x3038 008786 branch usb0_data_ready_report_set1 
-:      008788 dongle_dispose_cmd_read_mode:
-:      008789 dongle_dispose_in_bind_mode:
-0x3039 008790 jam command_bind ,mem_usb0_get_report_data + 1 
-0x303a 008791 branch usb0_data_ready_report_set1 
-:      008793 dongle_dispose_cmd_mode:
-0x303b 008794 fetch 1 ,mem_usb0_set_report_data + 2 
-0x303c 008795 beq com_mode_bind ,dongle_enter_bind_mode 
-0x303d 008797 branch usb0_data_ready_report_set0 
-:      008798 dongle_enter_bind_mode:
-0x303e 008801 call g24_bind_mode_enable 
-:      008802 usb0_data_ready_report_set1:
-0x303f 008803 jam 1 ,mem_usb0_data_ready_report 
-0x3040 008804 rtn 
-:      008809 dongle_dispose_cmd_current_project:
-0x3041 008810 jam product_id ,mem_usb0_get_report_data + 1 
-0x3042 008811 branch usb0_data_ready_report_set1 
-:      008813 dongle_dispose_cmd_current_mode:
-0x3043 008814 call g24_fetch_mem_dongle_work_mode 
-0x3044 008816 beq dongle_work ,dongle_dispose_in_work_mode 
-0x3045 008817 beq dongle_bind ,dongle_dispose_in_bind_mode 
-0x3046 008819 rtn 
-:      008820 dongle_dispose_in_work_mode:
-0x3047 008821 jam command_mode ,mem_usb0_get_report_data + 1 
-0x3048 008822 branch usb0_data_ready_report_set1 
-:      008827 dongle_dispose_cmd_current_fw_version:
-0x3049 008828 jam fw_version0 ,mem_usb0_get_report_data + 1 
-0x304a 008829 jam fw_version1 ,mem_usb0_get_report_data + 2 
-0x304b 008830 jam fw_version2 ,mem_usb0_get_report_data + 3 
-0x304c 008831 branch usb0_data_ready_report_set1 
-:      008833 dongle_dispose_cmd_user_defined:
-0x304d 008835 call g24_set1_mem_ackpayload_enable 
-0x304e 008836 fetch 1 ,mem_usb0_set_report_data + 2 
-0x304f 008837 increase 2 ,pdata 
-0x3050 008838 copy pdata ,loopcnt 
-0x3051 008839 arg mem_usb0_set_report_data ,contr 
-0x3052 008840 setarg offset_24g_ackpayload 
-0x3053 008841 iadd regc ,contw 
-0x3054 008842 branch memcpy 
-:      008845 dongle_auto_bind:
-0x3055 008846 bpatch patch17_7 ,mem_patch17 
-0x3056 008847 call g24_mode_switch_init 
-:      008848 dongle_auto_bind_loop:
-0x3057 008849 call g24_receive_process 
-0x3058 008850 call usb_isr 
-0x3059 008851 branch dongle_auto_bind_loop 
-:      008853 g24_dongle_work_mode_auto:
-0x305a 008854 call g24_fetch_mem_dongle_work_mode 
-0x305b 008856 rtnne dongle_work 
-0x305c 008857 call g24_dongle_work_mode_start 
-0x305d 008858 branch g24_rx_nodata_process 
-:      008860 g24_dongle_bind_mode_auto:
-0x305e 008861 call g24_fetch_mem_dongle_work_mode 
-0x305f 008863 rtnne dongle_bind 
-0x3060 008864 call g24_dongle_bind_init 
-0x3061 008865 call g24_dongle_bind_data_process 
-0x3062 008866 call g24_fetch_mem_bind_device_status 
-0x3063 008868 rtn blank 
-0x3064 008869 call g24_set0_mem_mode_switch 
-0x3065 008871 call dongle_check_mode 
-0x3066 008872 call g24_enable_nodata_timer 
-:      008873 g24_timer_init:
-0x3067 008874 setarg 0 
-0x3068 008875 add regc ,offset_24g_tx_btclk ,contw 
-0x3069 008877 branch g24_contw_istore_4byte 
-:      008879 g24_timer_check:
-0x306a 008880 call disable_user 
-0x306b 008881 add regc ,offset_24g_tx_btclk ,rega 
-0x306c 008882 ifetcht 4 ,rega 
-0x306d 008884 copy clkn_bt ,pdata 
-0x306e 008885 isub temp ,null 
-0x306f 008886 ncall g24_timer_timeout ,positive 
-0x3070 008887 copy pdata ,regb 
-0x3071 008888 add regc ,offset_24g_tx_btclk ,rega 
-0x3072 008889 ifetch 4 ,rega 
-0x3073 008891 add regc ,offset_24g_interval ,rega 
-0x3074 008892 ifetcht 1 ,rega 
-0x3075 008894 iadd temp ,temp 
-0x3076 008895 copy regb ,pdata 
-0x3077 008896 isub temp ,null 
-0x3078 008897 nrtn positive 
-0x3079 008898 set0 28 ,pdata 
-0x307a 008899 add regc ,offset_24g_tx_btclk ,contw 
-0x307b 008900 istore 4 ,contw 
-0x307c 008902 branch enable_user 
-:      008904 g24_mode_switch_init:
-0x307d 008905 setarg 1 
-0x307e 008906 call g24_store_mem_mode_switch 
-0x307f 008908 call g24_set0_mem_time_slice 
-0x3080 008910 setarg 0xff 
-0x3081 008911 add regc ,offset_24g_interval ,contw 
-0x3082 008912 istore 1 ,contw 
-0x3083 008914 branch g24_timer_init 
-:      008916 g24_mode_switch:
-0x3084 008917 setarg offset_24g_mode_switch 
-0x3085 008918 call g24_set_rega_ifetch_1byte 
-0x3086 008920 rtn blank 
-0x3087 008921 call g24_timer_check 
-0x3088 008922 nrtn user 
-0x3089 008923 call g24_fetch_mem_time_slice 
-0x308a 008925 increase 1 ,pdata 
-0x308b 008926 and_into 1 ,pdata 
-0x308c 008927 call g24_store_mem_time_slice 
-0x308d 008929 beq 0 ,dongle_check_mode 
-0x308e 008930 beq 1 ,g24_bind_mode_enable 
-0x308f 008931 rtn 
-:      008933 g24_bind_mode_enable:
-0x3090 008937 setarg dongle_bind 
-0x3091 008938 call g24_store_mem_dongle_work_mode 
-0x3092 008939 branch g24_set0_mem_dongle_mode_init 
-:      008941 g24_enable_nodata_timer:
-0x3093 008942 setarg 1 
-0x3094 008943 call g24_store_mem_nodata_timer_enable 
-:      008945 g24_enable_nodata_timer_init:
-0x3095 008946 setarg timer_nodata_delay 
-0x3096 008947 arg timer_nodata ,queue 
-0x3097 008948 branch timer_init 
-:      008950 g24_rx_nodata_process:
-0x3098 008951 call g24_fetch_mem_nodata_timer_enable 
-0x3099 008953 rtn blank 
-0x309a 008954 arg timer_nodata ,queue 
-0x309b 008955 call timer_check 
-0x309c 008956 nrtn blank 
-0x309d 008957 call g24_set0_mem_nodata_timer_enable 
-0x309e 008960 setarg dongle_search 
-0x309f 008961 call g24_store_mem_dongle_work_mode 
-0x30a0 008963 call g24_set0_mem_dongle_mode_init 
-0x30a1 008965 branch g24_rx_interrupt_clear 
-:      008967 g24_dongle_search_mode_auto:
-0x30a2 008968 bpatch patch18_0 ,mem_patch18 
-0x30a3 008969 call g24_fetch_mem_dongle_work_mode 
-0x30a4 008971 rtnne dongle_search 
-0x30a5 008972 call g24_dongle_search_mode_init 
-0x30a6 008973 call g24_rx_auto_addr_ch_search 
-0x30a7 008974 call g24_receive_transmit_ack 
-0x30a8 008975 nbranch g24_rx_interrupt_clear ,user3 
-0x30a9 008977 call g24_dongle_search_addr_check 
-0x30aa 008978 call g24_receive_packet_parse ,zero 
-0x30ab 008982 call dongle_check_mode 
-0x30ac 008983 call g24_fetch_mem_dongle_mode_init 
-0x30ad 008985 set1 dongle_work ,pdata 
-0x30ae 008986 call g24_store_mem_dongle_mode_init 
-0x30af 008988 call g24_rx_interrupt_clear 
-0x30b0 008989 call g24_enable_nodata_timer 
-0x30b1 008990 call g24_dongle_search_addr_check 
-0x30b2 008991 branch g24_dg_ch_num_reinit ,zero 
-0x30b3 008992 setarg offset_24g_kb_addr 
-0x30b4 008993 call g24_set_rega_ifetcht_4byte 
-0x30b5 008995 call g24_fetch_mem_addr_isub_temp 
-0x30b6 008996 branch g24_kb_ch_num_reinit ,zero 
-0x30b7 008997 setarg offset_24g_mouse_addr 
-0x30b8 008998 call g24_set_rega_ifetcht_4byte 
-0x30b9 009000 call g24_fetch_mem_addr_isub_temp 
-0x30ba 009001 branch g24_ms_ch_num_reinit ,zero 
-0x30bb 009002 rtn 
-:      009004 g24_dongle_search_addr_check:
-0x30bc 009005 setarg offset_24g_rx_addr 
-0x30bd 009006 call g24_set_rega_ifetcht_4byte 
-:      009008 g24_fetch_mem_addr_isub_temp:
-0x30be 009009 call g24_fetch_mem_addr 
-0x30bf 009011 isub temp ,null 
-0x30c0 009012 rtn 
-:      009014 g24_dg_ch_num_reinit:
-0x30c1 009015 setarg offset_24g_dg_ch_number 
-0x30c2 009016 call g24_set_rega_ifetch_1byte 
-:      009018 g24_current_ch_num_reinit:
-0x30c3 009020 add regc ,offset_24g_current_ch_number ,contw 
-0x30c4 009021 branch g24_contw_istore_1byte 
-:      009023 g24_kb_ch_num_reinit:
-0x30c5 009024 setarg offset_24g_kb_ch_number 
-0x30c6 009025 call g24_set_rega_ifetch_1byte 
-0x30c7 009027 branch g24_current_ch_num_reinit 
-:      009028 g24_ms_ch_num_reinit:
-0x30c8 009029 setarg offset_24g_ms_ch_number 
-0x30c9 009030 call g24_set_rega_ifetch_1byte 
-0x30ca 009032 branch g24_current_ch_num_reinit 
-:      009034 g24_dongle_search_mode_init:
-0x30cb 009035 call g24_fetch_mem_dongle_mode_init 
-0x30cc 009037 rtnbit1 dongle_search 
-0x30cd 009038 set1 dongle_search ,pdata 
-0x30ce 009039 call g24_store_mem_dongle_mode_init 
-0x30cf 009041 call g24_set0_mem_time_slice 
-0x30d0 009043 call g24_set1_mem_ackpayload_enable 
-0x30d1 009045 setarg 0 
-0x30d2 009046 add regc ,offset_rssi_noise_dg_index ,contw 
-0x30d3 009047 istore 3 ,contw 
-0x30d4 009049 arg offset_24g_dg_config_ch_once ,rega 
-0x30d5 009050 call g24_set_contw_with_temp 
-0x30d6 009051 istore 7 ,contw 
-0x30d7 009054 call g24_dongle_search_addr_check 
-0x30d8 009055 nrtn zero 
-0x30d9 009056 add regc ,offset_24g_current_ch_number ,rega 
-0x30da 009057 ifetch 1 ,rega 
-0x30db 009059 arg offset_24g_dg_ch_number ,rega 
-0x30dc 009060 call g24_set_contw_with_regb_store_1byte 
-0x30dd 009062 add regc ,offset_24g_ch ,rega 
-0x30de 009063 ifetch 1 ,rega 
-0x30df 009066 branch g24_store_mem_dg_last_ch 
-:      009068 g24_rx_auto_addr_ch_search:
-0x30e0 009069 bpatch patch18_1 ,mem_patch18 
-0x30e1 009070 call g24_fetch_mem_time_slice 
-0x30e2 009072 increase 1 ,pdata 
-0x30e3 009073 and_into 3 ,pdata 
-0x30e4 009074 call g24_store_mem_time_slice 
-0x30e5 009077 beq 0 ,g24_rx_auto_bind_config_kb 
-0x30e6 009078 beq 1 ,g24_rx_auto_bind_config_dongle 
-0x30e7 009079 beq 2 ,g24_rx_auto_bind_config_mouse 
-0x30e8 009080 beq 3 ,g24_rx_auto_bind_config_dongle 
-0x30e9 009081 rtn 
-:      009083 g24_rx_auto_bind_config_mouse:
-0x30ea 009084 call g24_dongle_bind_ms_payload_cfg 
-0x30eb 009085 setarg offset_24g_mouse_addr 
-0x30ec 009086 call g24_set_rega_ifetch_4byte 
-0x30ed 009088 branch g24_rx_auto_addr_ch_search ,blank 
-0x30ee 009089 call g24_store_mem_addr 
-0x30ef 009091 setarg offset_24g_ms_config_ch_once 
-0x30f0 009092 call g24_set_rega_ifetch_1byte 
-0x30f1 009094 call g24_ms_config_ch_once ,blank 
-0x30f2 009095 setarg offset_24g_ms_last_ch 
-0x30f3 009096 call g24_set_rega_ifetch_1byte 
-0x30f4 009098 call g24_store_mem_ch 
-0x30f5 009100 add regc ,offset_rssi_noise_ms_index ,rega 
-0x30f6 009101 ifetcht 1 ,rega 
-0x30f7 009103 arg mem_rssi_noise_ms_buffer ,rega 
-0x30f8 009104 call rssi_noise_store 
-0x30f9 009105 add regc ,offset_rssi_noise_ms_index ,contw 
-0x30fa 009106 istoret 1 ,contw 
-0x30fb 009108 call g24_noise_rssi_average 
-0x30fc 009109 add regc ,offset_rssi_noise_ms_avg ,contw 
-0x30fd 009110 istoret 1 ,contw 
-0x30fe 009112 sub temp ,rssi_thresh_noise ,null 
-0x30ff 009113 nrtn positive 
-0x3100 009114 setarg offset_24g_ms_ch_number 
-0x3101 009115 call g24_set_rega_ifetcht_1byte 
-0x3102 009117 call g24_ch_temp_incre_size4 
-0x3103 009118 arg offset_24g_ms_ch_number ,rega 
-0x3104 009119 call g24_set_contw_with_regb2 
-0x3105 009120 istoret 1 ,contw 
-:      009122 g24_store_mem_ms_last_ch:
-0x3106 009124 arg offset_24g_ms_last_ch ,rega 
-0x3107 009125 branch g24_set_contw_with_regb_store_1byte 
-:      009127 g24_ms_config_ch_once:
-0x3108 009128 setarg 1 
-0x3109 009129 arg offset_24g_ms_config_ch_once ,rega 
-0x310a 009130 call g24_set_contw_with_regb_store_1byte 
-0x310b 009132 arg 0 ,temp 
-0x310c 009133 call g24_ch_calc 
-0x310d 009136 branch g24_store_mem_ms_last_ch 
-:      009138 g24_rx_auto_bind_config_kb:
-0x310e 009139 call g24_dongle_bind_kb_payload_cfg 
-0x310f 009140 setarg offset_24g_kb_addr 
-0x3110 009141 call g24_set_rega_ifetch_4byte 
-0x3111 009143 branch g24_rx_auto_addr_ch_search ,blank 
-0x3112 009144 call g24_store_mem_addr 
-0x3113 009146 setarg offset_24g_kb_config_ch_once 
-0x3114 009147 call g24_set_rega_ifetch_1byte 
-0x3115 009149 call g24_kb_config_ch_once ,blank 
-0x3116 009150 setarg offset_24g_kb_last_ch 
-0x3117 009151 call g24_set_rega_ifetch_1byte 
-0x3118 009153 call g24_store_mem_ch 
-0x3119 009155 add regc ,offset_rssi_noise_kb_index ,rega 
-0x311a 009156 ifetcht 1 ,rega 
-0x311b 009158 arg mem_rssi_noise_kb_buffer ,rega 
-0x311c 009159 call rssi_noise_store 
-0x311d 009160 add regc ,offset_rssi_noise_kb_index ,contw 
-0x311e 009161 istoret 1 ,contw 
-0x311f 009163 call g24_noise_rssi_average 
-0x3120 009164 add regc ,offset_rssi_noise_kb_avg ,contw 
-0x3121 009165 istoret 1 ,contw 
-0x3122 009167 sub temp ,rssi_thresh_noise ,null 
-0x3123 009168 nrtn positive 
-0x3124 009169 setarg offset_24g_kb_ch_number 
-0x3125 009170 call g24_set_rega_ifetcht_1byte 
-0x3126 009172 call g24_ch_temp_incre_size4 
-0x3127 009173 arg offset_24g_kb_ch_number ,rega 
-0x3128 009174 call g24_set_contw_with_regb2 
-0x3129 009175 istoret 1 ,contw 
-:      009177 g24_store_mem_kb_last_ch:
-0x312a 009179 arg offset_24g_kb_last_ch ,rega 
-0x312b 009180 branch g24_set_contw_with_regb_store_1byte 
-:      009182 g24_kb_config_ch_once:
-0x312c 009183 setarg 1 
-0x312d 009184 arg offset_24g_kb_config_ch_once ,rega 
-0x312e 009185 call g24_set_contw_with_regb_store_1byte 
-0x312f 009187 arg 0 ,temp 
-0x3130 009188 call g24_ch_calc 
-0x3131 009191 branch g24_store_mem_kb_last_ch 
-:      009193 g24_rx_auto_bind_config_dongle:
-0x3132 009194 call g24_dongle_bind_ms_payload_cfg 
-0x3133 009195 call g24_fetch_mem_rx_addr 
-0x3134 009197 call g24_store_mem_addr 
-0x3135 009199 setarg offset_24g_dg_config_ch_once 
-0x3136 009200 call g24_set_rega_ifetch_1byte 
-0x3137 009202 call g24_dg_config_ch_once ,blank 
-0x3138 009203 call g24_dg_store_config_ch 
-0x3139 009204 add regc ,offset_rssi_noise_dg_index ,rega 
-0x313a 009205 ifetcht 1 ,rega 
-0x313b 009207 arg mem_rssi_noise_dg_buffer ,rega 
-0x313c 009208 call rssi_noise_store 
-0x313d 009209 add regc ,offset_rssi_noise_dg_index ,contw 
-0x313e 009210 istoret 1 ,contw 
-0x313f 009212 call g24_noise_rssi_average 
-0x3140 009213 add regc ,offset_rssi_noise_dg_avg ,contw 
-0x3141 009214 istoret 1 ,contw 
-0x3142 009216 sub temp ,rssi_thresh_noise ,null 
-0x3143 009217 nrtn positive 
-0x3144 009218 setarg offset_24g_dg_ch_number 
-0x3145 009219 call g24_set_rega_ifetcht_1byte 
-0x3146 009221 call g24_ch_temp_incre_size4 
-0x3147 009222 arg offset_24g_dg_ch_number ,rega 
-0x3148 009223 call g24_set_contw_with_regb2 
-0x3149 009224 istoret 1 ,contw 
-:      009226 g24_store_mem_dg_last_ch:
-0x314a 009229 arg offset_24g_dg_last_ch ,rega 
-0x314b 009230 branch g24_set_contw_with_regb_store_1byte 
-:      009233 g24_dg_config_ch_once:
-0x314c 009238 setarg 1 
-0x314d 009239 arg offset_24g_dg_config_ch_once ,rega 
-0x314e 009240 call g24_set_contw_with_regb_store_1byte 
-:      009241 g24_dg_store_config_ch:
-0x314f 009242 setarg offset_24g_dg_last_ch 
-0x3150 009243 call g24_set_rega_ifetch_1byte 
-0x3151 009244 branch g24_store_mem_ch 
-:      009247 g24_transmit_ack:
-0x3152 009249 add regc ,offset_24g_rxbuf ,rega 
-0x3153 009250 ifetch 1 ,rega 
-0x3154 009252 call g24_store_mem_data_type 
-0x3155 009255 call g24_read_len_pid_crc 
-0x3156 009257 call g24_fetch_mem_rxbuf_add1 
-0x3157 009259 isolate1 bit_ack_24g ,pdata 
-0x3158 009260 branch g24tx_no_ack ,true 
-:      009261 g24tx_with_ack:
-0x3159 009262 call g24_ackpayload_prep 
-0x315a 009263 call g24_transmit_prep 
-0x315b 009264 call g24_transmit 
-:      009265 g24tx_no_ack:
-0x315c 009266 branch g24_end_of_packet 
-:      009268 g24_ackpayload_prep:
-0x315d 009269 bpatch patch18_2 ,mem_patch18 
-0x315e 009270 add regc ,offset_24g_datalen ,contw 
-0x315f 009271 call g24_mem_set0 
-0x3160 009273 setarg offset_24g_ackpayload_enable 
-0x3161 009274 call g24_set_rega_ifetch_1byte 
-0x3162 009276 rtn blank 
-0x3163 009277 setarg 0x06 
-0x3164 009278 add regc ,offset_24g_datalen ,contw 
-0x3165 009279 istore 1 ,contw 
-0x3166 009281 arg 0x06 ,loopcnt 
-0x3167 009282 setarg offset_24g_bind_payload 
-0x3168 009283 iadd regc ,contr 
-0x3169 009285 add regc ,offset_24g_txbuf ,contw 
-0x316a 009287 branch memcpy 
-:      009290 g24_receive_packet_start:
-0x316b 009291 call g24_receive_transmit_ack 
-0x316c 009292 nbranch g24_rx_interrupt_clear ,user3 
-0x316d 009293 branch g24_receive_packet_parse 
-:      009295 g24_receive_transmit_ack:
-0x316e 009296 call g24_rx_interrupt_clear 
-0x316f 009297 call g24_receive_packet 
-0x3170 009298 nrtn user3 
-0x3171 009299 branch g24_transmit_ack 
-:      009301 g24_receive_packet_parse:
-0x3172 009302 bpatch patch18_3 ,mem_patch18 
-0x3173 009303 call g24_receive_packet_parse_pid_crc 
-0x3174 009304 nbranch g24_rx_interrupt_clear ,user 
-0x3175 009305 add regc ,offset_24g_rxdata_length ,rega 
-0x3176 009306 ifetch 1 ,rega 
-0x3177 009308 branch g24_rx_interrupt_clear ,blank 
-0x3178 009309 increase 2 ,pdata 
-0x3179 009310 iforce loopcnt 
-0x317a 009311 add regc ,offset_24g_rxbuf ,contr 
-0x317b 009313 setarg offset_24g_rxdata_temp 
-0x317c 009314 iadd regc ,contw 
-0x317d 009316 call memcpy 
-0x317e 009317 call g24_set0_mem_mode_switch 
-0x317f 009319 call g24_fetch_mem_pair_mode 
-0x3180 009321 call g24_enable_nodata_timer ,blank 
-0x3181 009322 setarg offset_24g_rxdata_temp_add2 
-0x3182 009323 call g24_set_rega_ifetch_1byte 
-0x3183 009325 beq 0x01 ,g24_data_type1 
-0x3184 009326 beq 0x02 ,g24_data_type2 
-0x3185 009327 beq 0x03 ,g24_data_type3 
-0x3186 009328 beq 0xff ,g24_data_attemp 
-0x3187 009329 branch g24_rx_interrupt_clear 
-:      009331 g24_receive_packet_parse_pid_crc:
-0x3188 009332 call g24_head_ptr2regc 
-0x3189 009333 call disable_user 
-0x318a 009334 add regc ,offset_24g_sta_pid ,rega 
-0x318b 009335 ifetch 1 ,rega 
-0x318c 009337 add regc ,offset_24g_last_pid ,rega 
-0x318d 009338 ifetcht 1 ,rega 
-0x318e 009340 isub temp ,null 
-0x318f 009341 ncall enable_user ,zero 
-0x3190 009342 add regc ,offset_24g_sta_pid ,rega 
-0x3191 009343 ifetch 1 ,rega 
-0x3192 009345 add regc ,offset_24g_last_pid ,contw 
-0x3193 009346 istore 1 ,contw 
-0x3194 009348 add regc ,offset_24g_sta_crc ,rega 
-0x3195 009349 ifetch 3 ,rega 
-0x3196 009351 add regc ,offset_24g_last_crc ,rega 
-0x3197 009352 ifetcht 3 ,rega 
-0x3198 009354 isub temp ,null 
-0x3199 009355 ncall enable_user ,zero 
-0x319a 009356 add regc ,offset_24g_sta_crc ,rega 
-0x319b 009357 ifetch 3 ,rega 
-0x319c 009359 add regc ,offset_24g_last_crc ,contw 
-0x319d 009361 branch g24_contw_istore_3byte 
-:      009363 g24_data_type1:
-0x319e 009364 call g24_ch_timer_reinit 
-0x319f 009365 call g24_fetch_mem_abort_pac 
-0x31a0 009366 store 1 ,mem_temp 
-0x31a1 009368 call g24_fetcht_mem_rxdata_temp 
-0x31a2 009369 fetch 1 ,mem_temp 
-0x31a3 009371 isolate1 bit_abort ,temp 
-0x31a4 009372 setflag true ,0 ,pdata 
-0x31a5 009373 add regc ,offset_24g_abort_pac ,contw 
-0x31a6 009374 istore 1 ,contw 
-0x31a7 009376 beq 1 ,g24_data_attemp_mouse 
-0x31a8 009377 call g24_fetch_mem_hop_pac 
-0x31a9 009379 call g24_fetcht_mem_rxdata_temp 
-0x31aa 009381 isolate1 bit_hop ,temp 
-0x31ab 009382 setflag true ,0 ,pdata 
-0x31ac 009383 call g24_store_mem_hop_pac 
-0x31ad 009385 add regc ,offset_24g_cb_rxdata_type1 ,rega 
-0x31ae 009386 ifetch 2 ,rega 
-0x31af 009388 branch callback_func 
-:      009390 dongle_rxdata_type1:
-0x31b0 009391 setarg ms_report_id 
-0x31b1 009392 store 1 ,mem_usb_mouse_data 
-0x31b2 009393 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b3 009395 istore 7 ,contw 
-0x31b4 009396 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b5 009398 ncall g24_ms_enable_blank_data_forcibly ,blank 
-0x31b6 009399 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b7 009401 call g24_ms_disable_blank_data_forcibly ,blank 
-:      009402 g24_data_type1_usbtx_enable:
-0x31b8 009403 jam usb_ep2_ms ,mem_usb_ep2_data 
-:      009404 g24_data_type1_usbtx_enable_ep2:
-0x31b9 009405 fetch 1 ,mem_usb_tx_enable 
-0x31ba 009406 set1 2 ,pdata 
-0x31bb 009407 store 1 ,mem_usb_tx_enable 
-0x31bc 009408 rtn 
-:      009410 g24_ms_enable_blank_data_forcibly:
-0x31bd 009411 setarg 1 
-0x31be 009412 call g24_store_mem_ms_blank_data_enable 
-:      009414 g24_ms_enable_blank_data_timer:
-0x31bf 009415 setarg timer_ms_blank_delay 
-0x31c0 009416 arg timer_ms_blank ,queue 
-0x31c1 009417 branch timer_init 
-:      009418 g24_ms_disable_blank_data_forcibly:
-0x31c2 009419 call g24_set0_mem_ms_blank_data_enable 
-:      009421 g24_ms_disable_blank_data_timer:
-0x31c3 009422 setarg 0 
-0x31c4 009423 arg timer_ms_blank ,queue 
-0x31c5 009424 branch timer_init 
-:      009426 g24_data_type2:
-0x31c6 009427 call g24_fetcht_mem_rxdata_temp 
-0x31c7 009429 isolate1 bit_abort ,temp 
-0x31c8 009430 branch g24_data_attemp_kbd ,true 
-0x31c9 009431 arg mem_usb_kb_data ,contw 
-0x31ca 009432 call g24_data_type2_reverse_data 
-0x31cb 009433 fetch 8 ,mem_usb_kb_data 
-0x31cc 009434 ncall g24_kb_enable_blank_data_forcibly ,blank 
-0x31cd 009435 fetch 8 ,mem_usb_kb_data 
-0x31ce 009436 call g24_kb_disable_blank_data_forcibly ,blank 
-0x31cf 009437 call g24_head_ptr2regc 
-0x31d0 009438 fetch 8 ,mem_usb_kb_data 
-0x31d1 009439 arg offset_24g_kb_data_sta_data ,rega 
-0x31d2 009440 call g24_set_contw_with_temp 
-0x31d3 009441 istore 8 ,contw 
-0x31d4 009443 setarg offset_24g_kb_data_last_data 
-0x31d5 009444 iadd regc ,rega 
-0x31d6 009445 ifetcht 8 ,rega 
-0x31d7 009447 isub temp ,null 
-0x31d8 009448 ncall g24_kb_data_dispose ,zero 
-0x31d9 009449 setarg offset_24g_kb_data_sta_data 
-0x31da 009450 iadd regc ,rega 
-0x31db 009451 ifetch 8 ,rega 
-0x31dc 009453 arg offset_24g_kb_data_last_data ,rega 
-0x31dd 009454 call g24_set_contw_with_temp 
-0x31de 009455 istore 8 ,contw 
-0x31df 009457 branch g24_rx_interrupt_clear 
-:      009459 g24_data_type2_reverse_data:
-0x31e0 009460 setarg offset_24g_rxdata_temp_add2 
-0x31e1 009461 iadd regc ,contr 
-0x31e2 009463 arg 9 ,loopcnt 
-0x31e3 009464 branch reverse_byte 
-:      009466 g24_kb_enable_blank_data_forcibly:
-0x31e4 009467 setarg 1 
-0x31e5 009468 call g24_store_mem_kb_blank_data_enable 
-:      009470 g24_kb_enable_blank_data_timer:
-0x31e6 009471 setarg timer_kb_blank_delay 
-0x31e7 009472 arg timer_kb_blank ,queue 
-0x31e8 009473 branch timer_init 
-:      009475 g24_kb_disable_blank_data_forcibly:
-0x31e9 009476 call g24_set0_mem_kb_blank_data_enable 
-:      009478 g24_kb_disable_blank_data_timer:
-0x31ea 009479 setarg 0 
-0x31eb 009480 arg timer_kb_blank ,queue 
-0x31ec 009481 branch timer_init 
-:      009483 g24_kb_data_dispose:
-:      009484 g24_kb_data_into_ep1_fifo:
-0x31ed 009485 jam usb_ep1_kb ,mem_usb_ep1_data 
-0x31ee 009486 fetch 1 ,mem_usb_tx_enable 
-0x31ef 009487 set1 1 ,pdata 
-0x31f0 009488 store 1 ,mem_usb_tx_enable 
-0x31f1 009489 rtn 
-:      009491 g24_data_type3:
-0x31f2 009492 arg mem_usb_kb_multikey ,contw 
-0x31f3 009493 call g24_data_type2_reverse_data 
-0x31f4 009494 fetch 2 ,mem_usb_kb_multikey + 1 
-0x31f5 009495 ncall g24_kb_mul_enable_blank_data_forcibly ,blank 
-0x31f6 009496 fetch 2 ,mem_usb_kb_multikey + 1 
-0x31f7 009497 call g24_kb_mul_disable_blank_data_forcibly ,blank 
-0x31f8 009498 call g24_head_ptr2regc 
-0x31f9 009499 fetch 3 ,mem_usb_kb_multikey 
-0x31fa 009500 arg offset_24g_kb_multikey_sta_data ,rega 
-0x31fb 009501 call g24_set_contw_with_temp_store_3byte 
-0x31fc 009503 setarg offset_24g_kb_multikey_last_data 
-0x31fd 009504 iadd regc ,rega 
-0x31fe 009505 ifetcht 3 ,rega 
-0x31ff 009507 isub temp ,null 
-0x3200 009508 ncall g24_kb_mul_data_into_ep2_fifo ,zero 
-0x3201 009509 setarg offset_24g_kb_multikey_sta_data 
-0x3202 009510 iadd regc ,rega 
-0x3203 009511 ifetch 3 ,rega 
-0x3204 009513 arg offset_24g_kb_multikey_last_data ,rega 
-0x3205 009514 call g24_set_contw_with_temp_store_3byte 
-0x3206 009516 branch g24_rx_interrupt_clear 
-:      009518 g24_kb_mul_data_into_ep2_fifo:
-0x3207 009519 jam usb_ep2_multikey ,mem_usb_ep2_data 
-0x3208 009520 branch g24_data_type1_usbtx_enable_ep2 
-:      009522 g24_kb_mul_enable_blank_data_forcibly:
-0x3209 009523 setarg 1 
-0x320a 009524 call g24_store_mem_kb_mul_blank_data_enable 
-:      009526 g24_kb_mul_enable_blank_data_timer:
-0x320b 009527 setarg timer_kb_mul_blank_delay 
-0x320c 009528 arg timer_kb_mul_blank ,queue 
-0x320d 009529 branch timer_init 
-:      009531 g24_kb_mul_disable_blank_data_forcibly:
-0x320e 009532 call g24_set0_mem_kb_mul_blank_data_enable 
-:      009534 g24_kb_mul_disable_blank_data_timer:
-0x320f 009535 setarg 0 
-0x3210 009536 arg timer_kb_mul_blank ,queue 
-0x3211 009537 branch timer_init 
-:      009539 g24_data_attemp:
-0x3212 009540 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x3213 009542 beq datatype_mouse ,g24_data_attemp_mouse 
-0x3214 009543 beq datatype_keyboard ,g24_data_attemp_kbd 
-0x3215 009544 rtn 
-:      009545 g24_data_attemp_mouse:
-0x3216 009546 setarg offset_24g_rxdata_temp_add4 
-0x3217 009547 call g24_set_rega_ifetch_4byte 
-0x3218 009548 arg offset_24g_mouse_addr ,rega 
-0x3219 009549 call g24_set_contw_with_temp 
-0x321a 009552 branch g24_contw_istore_4byte 
-:      009554 g24_data_attemp_kbd:
-0x321b 009555 setarg offset_24g_rxdata_temp_add4 
-0x321c 009556 call g24_set_rega_ifetch_4byte 
-0x321d 009557 arg offset_24g_kb_addr ,rega 
-0x321e 009558 call g24_set_contw_with_temp 
-0x321f 009561 branch g24_contw_istore_4byte 
-:      009563 g24_store_mem_24g_mode:
-0x3220 009564 call g24_head_ptr2regc 
-0x3221 009565 add regc ,offset_24g_mode ,contw 
-0x3222 009566 istore 1 ,contw 
-0x3223 009567 rtn 
-:      009569 g24_fetch_mem_device_addr:
-0x3224 009570 call g24_head_ptr2regc 
-0x3225 009571 add regc ,offset_24g_device_addr ,rega 
-0x3226 009572 branch g24_rega_ifetch_4byte 
-:      009573 g24_store_mem_device_addr:
-0x3227 009574 call g24_head_ptr2regc 
-0x3228 009575 add regc ,offset_24g_device_addr ,contw 
-0x3229 009576 branch g24_contw_istore_4byte 
-:      009578 g24_fetch_mem_addr:
-0x322a 009579 add regc ,offset_24g_addr ,rega 
-0x322b 009580 branch g24_rega_ifetch_4byte 
-:      009581 g24_store_mem_addr:
-0x322c 009582 add regc ,offset_24g_addr ,contw 
-:      009583 g24_contw_istore_4byte:
-0x322d 009584 istore 4 ,contw 
-0x322e 009585 rtn 
-:      009587 g24_store_mem_ch:
-0x322f 009588 add regc ,offset_24g_ch ,contw 
-0x3230 009589 branch g24_contw_istore_1byte 
-:      009591 g24_set0_mem_pid:
-0x3231 009592 setarg 0 
-:      009593 g24_store_mem_pid:
-0x3232 009594 call g24_head_ptr2regc 
-0x3233 009595 add regc ,offset_24g_pid ,contw 
-0x3234 009596 branch g24_contw_istore_1byte 
-:      009598 g24_store_mem_txpayload:
-0x3235 009599 add regc ,offset_24g_txpayload ,contw 
-0x3236 009600 branch g24_contw_istore_1byte 
-:      009602 g24_set4_mem_max_retry:
-0x3237 009603 setarg 4 
-:      009604 g24_store_mem_max_retry:
-0x3238 009605 add regc ,offset_24g_max_retry ,contw 
-0x3239 009606 branch g24_contw_istore_1byte 
-:      009608 g24_fetch_mem_data_type:
-0x323a 009609 add regc ,offset_24g_data_type ,rega 
-0x323b 009610 branch g24_rega_ifetch_1byte 
-:      009611 g24_store_mem_data_type:
-0x323c 009612 add regc ,offset_24g_data_type ,contw 
-0x323d 009613 branch g24_contw_istore_1byte 
-:      009615 g24_set2_mem_sync_cnt:
-0x323e 009616 setarg 2 
-:      009617 g24_store_mem_sync_cnt:
-0x323f 009618 add regc ,offset_24g_sync_cnt ,contw 
-0x3240 009619 branch g24_contw_istore_1byte 
-:      009621 g24_set1_mem_rf_last_sta:
-0x3241 009622 setarg 1 
-:      009623 g24_store_mem_rf_last_sta:
-0x3242 009624 call g24_head_ptr2regc 
-0x3243 009625 add regc ,offset_24g_rf_last_sta ,contw 
-0x3244 009626 branch g24_contw_istore_1byte 
-:      009628 g24_fetch_mem_hop_pac:
-0x3245 009629 call g24_head_ptr2regc 
-0x3246 009630 add regc ,offset_24g_hop_pac ,rega 
-0x3247 009631 branch g24_rega_ifetch_1byte 
-:      009632 g24_set1_mem_hop_pac:
-0x3248 009633 setarg 1 
-:      009634 g24_store_mem_hop_pac:
-0x3249 009635 call g24_head_ptr2regc 
-0x324a 009636 add regc ,offset_24g_hop_pac ,contw 
-0x324b 009637 branch g24_contw_istore_1byte 
-:      009639 g24_fetch_mem_abort_pac:
-0x324c 009640 call g24_head_ptr2regc 
-0x324d 009641 add regc ,offset_24g_abort_pac ,rega 
-0x324e 009642 branch g24_rega_ifetch_1byte 
-:      009643 g24_set1_mem_abort_pac:
-0x324f 009644 setarg 1 
-:      009645 g24_store_mem_abort_pac:
-0x3250 009646 call g24_head_ptr2regc 
-0x3251 009647 add regc ,offset_24g_abort_pac ,contw 
-0x3252 009648 branch g24_contw_istore_1byte 
-:      009650 g24_fetch_mem_pairing_sm:
-0x3253 009651 call g24_head_ptr2regc 
-0x3254 009652 add regc ,offset_24g_pairing_sm ,rega 
-0x3255 009653 branch g24_rega_ifetch_1byte 
-:      009654 g24_store_mem_pairing_sm:
-0x3256 009655 add regc ,offset_24g_pairing_sm ,contw 
-0x3257 009656 branch g24_contw_istore_1byte 
-:      009658 g24_fetch_mem_rf_hop_ch:
-0x3258 009659 add regc ,offset_24g_rf_hop_ch ,rega 
-0x3259 009660 branch g24_rega_ifetch_1byte 
-:      009661 g24_set0_mem_rf_hop_ch:
-0x325a 009662 setarg 0 
-:      009663 g24_store_mem_rf_hop_ch:
-0x325b 009664 add regc ,offset_24g_rf_hop_ch ,contw 
-0x325c 009665 branch g24_contw_istore_1byte 
-:      009667 g24_fetch_mem_rf_work_stage:
-0x325d 009668 add regc ,offset_24g_rf_work_stage ,rega 
-0x325e 009669 branch g24_rega_ifetch_1byte 
-:      009671 g24_fetch_mem_rxbuf_add1:
-0x325f 009672 add regc ,offset_24g_rxbuf_add1 ,rega 
-0x3260 009673 branch g24_rega_ifetch_1byte 
-:      009675 g24_fetch_mem_check_dongle_times:
-0x3261 009676 add regc ,offset_24g_check_dongle_times ,rega 
-0x3262 009677 branch g24_rega_ifetch_1byte 
-:      009678 g24_set0_mem_check_dongle_times:
-0x3263 009679 setarg 0 
-:      009680 g24_store_mem_check_dongle_times:
-0x3264 009681 call g24_head_ptr2regc 
-0x3265 009682 add regc ,offset_24g_check_dongle_times ,contw 
-0x3266 009683 branch g24_contw_istore_1byte 
-:      009685 g24_store_mem_tx_power:
-0x3267 009686 call g24_head_ptr2regc 
-0x3268 009687 add regc ,offset_tx_power_temp ,rega 
-0x3269 009688 ifetch 1 ,rega 
-:      009689 g24_store_mem_txpower:
-0x326a 009690 store 1 ,mem_tx_power 
-0x326b 009691 rtn 
-:      009693 g24_store_mem_tx_power_temp:
-0x326c 009694 call g24_head_ptr2regc 
-0x326d 009695 fetch 1 ,mem_tx_power 
-0x326e 009697 add regc ,offset_tx_power_temp ,contw 
-0x326f 009698 branch g24_contw_istore_1byte 
-:      009700 g24_fetch_mem_power_ctrl_pac:
-0x3270 009701 add regc ,offset_power_ctrl_packet_cnt ,rega 
-0x3271 009702 branch g24_rega_ifetch_1byte 
-:      009704 g24_store_mem_power_ctrl_level:
-0x3272 009705 add regc ,offset_power_ctrl_level ,contw 
-0x3273 009706 branch g24_contw_istore_1byte 
-:      009708 g24_fetcht_mem_rxdata_temp:
-0x3274 009709 setarg offset_24g_rxdata_temp 
-:      009710 g24_set_rega_ifetcht_1byte:
-0x3275 009711 iadd regc ,rega 
-0x3276 009712 ifetcht 1 ,rega 
-0x3277 009713 rtn 
-:      009715 g24_fetch_mem_rf_laststa:
-0x3278 009716 setarg offset_24g_rf_laststa 
-0x3279 009717 branch g24_set_rega_ifetch_1byte 
-:      009718 g24_set0_mem_rf_laststa:
-0x327a 009719 setarg 0 
-:      009720 g24_store_mem_rf_laststa:
-0x327b 009721 arg offset_24g_rf_laststa ,rega 
-0x327c 009722 branch g24_set_contw_with_regb_store_1byte 
-:      009724 g24_fetch_mem_rx_addr:
-0x327d 009725 setarg offset_24g_rx_addr 
-:      009726 g24_set_rega_ifetch_4byte:
-0x327e 009727 call g24_set_rega 
-:      009728 g24_rega_ifetch_4byte:
-0x327f 009729 ifetch 4 ,rega 
-0x3280 009730 rtn 
-:      009732 g24_fetch_mem_time_slice:
-0x3281 009733 setarg offset_24g_time_slice 
-0x3282 009734 branch g24_set_rega_ifetch_1byte 
-:      009735 g24_set0_mem_time_slice:
-0x3283 009736 setarg 0 
-:      009737 g24_store_mem_time_slice:
-0x3284 009738 arg offset_24g_time_slice ,rega 
-0x3285 009739 branch g24_set_contw_with_regb_store_1byte 
-:      009741 g24_set0_mem_mode_switch:
-0x3286 009742 setarg 0 
-:      009743 g24_store_mem_mode_switch:
-0x3287 009744 arg offset_24g_mode_switch ,rega 
-0x3288 009745 branch g24_set_contw_with_regb_store_1byte 
-:      009747 g24_store_mem_bind_payload:
-0x3289 009748 arg offset_24g_bind_payload ,rega 
-0x328a 009749 branch g24_set_contw_with_regb_store_1byte 
-:      009751 g24_fetch_mem_bind_device_status:
-0x328b 009752 setarg offset_dongle_bind_device_status 
-0x328c 009753 branch g24_set_rega_ifetch_1byte 
-:      009754 g24_store_mem_bind_device_status:
-0x328d 009755 arg offset_dongle_bind_device_status ,rega 
-0x328e 009756 branch g24_set_contw_with_regb_store_1byte 
-:      009758 g24_fetch_mem_dongle_work_mode:
-0x328f 009759 setarg offset_dongle_work_mode 
-0x3290 009760 branch g24_set_rega_ifetch_1byte 
-:      009761 g24_set_work_mem_dongle_work_mode:
-0x3291 009762 setarg dongle_work 
-:      009763 g24_store_mem_dongle_work_mode:
-0x3292 009764 arg offset_dongle_work_mode ,rega 
-0x3293 009765 branch g24_set_contw_with_regb_store_1byte 
-:      009767 g24_fetch_mem_dongle_mode_init:
-0x3294 009768 setarg offset_dongle_mode_init 
-0x3295 009769 branch g24_set_rega_ifetch_1byte 
-:      009770 g24_set0_mem_dongle_mode_init:
-0x3296 009771 setarg clear_init 
-:      009772 g24_store_mem_dongle_mode_init:
-0x3297 009773 arg offset_dongle_mode_init ,rega 
-0x3298 009774 branch g24_set_contw_with_regb_store_1byte 
-:      009776 g24_set0_mem_ackpayload_enable:
-0x3299 009777 setarg 0 
-:      009778 g24_store_mem_ackpayload_enable:
-0x329a 009779 arg offset_24g_ackpayload_enable ,rega 
-0x329b 009780 branch g24_set_contw_with_regb_store_1byte 
-:      009781 g24_set1_mem_ackpayload_enable:
-0x329c 009782 setarg 1 
-0x329d 009783 branch g24_store_mem_ackpayload_enable 
-:      009785 g24_fetch_mem_rxdata_temp_add3_7byte:
-0x329e 009786 setarg offset_24g_rxdata_temp_add3 
-0x329f 009787 call g24_set_rega 
-0x32a0 009788 ifetch 7 ,rega 
-0x32a1 009789 rtn 
-:      009791 g24_fetch_mem_nodata_timer_enable:
-0x32a2 009792 setarg offset_24g_nodata_timer_enable 
-0x32a3 009793 branch g24_set_rega_ifetch_1byte 
-:      009794 g24_set0_mem_nodata_timer_enable:
-0x32a4 009795 setarg 0 
-:      009796 g24_store_mem_nodata_timer_enable:
-0x32a5 009797 arg offset_24g_nodata_timer_enable ,rega 
-0x32a6 009798 branch g24_set_contw_with_regb_store_1byte 
-:      009800 g24_set0_mem_ms_blank_data_enable:
-0x32a7 009801 setarg 0 
-:      009802 g24_store_mem_ms_blank_data_enable:
-0x32a8 009803 arg offset_24g_ms_blank_data_enable ,rega 
-0x32a9 009804 branch g24_set_contw_with_regb_store_1byte 
-:      009806 g24_set0_mem_kb_blank_data_enable:
-0x32aa 009807 setarg 0 
-:      009808 g24_store_mem_kb_blank_data_enable:
-0x32ab 009809 arg offset_24g_kb_blank_data_enable ,rega 
-0x32ac 009810 branch g24_set_contw_with_regb_store_1byte 
-:      009812 g24_set0_mem_kb_mul_blank_data_enable:
-0x32ad 009813 setarg 0 
-:      009814 g24_store_mem_kb_mul_blank_data_enable:
-0x32ae 009815 arg offset_24g_kb_mul_blank_data_enable ,rega 
-0x32af 009816 branch g24_set_contw_with_regb_store_1byte 
-:      009818 g24_store_mem_power_ctrl_threshold_up:
-0x32b0 009819 arg offset_power_ctrl_threshold_up ,rega 
-0x32b1 009820 branch g24_set_contw_with_regb_store_1byte 
-:      009822 g24_store_mem_power_ctrl_threshold_down:
-0x32b2 009823 arg offset_power_ctrl_threshold_down ,rega 
-:      009824 g24_set_contw_with_regb_store_1byte:
-0x32b3 009825 call g24_set_contw_with_regb 
-:      009826 g24_contw_istore_1byte:
-0x32b4 009827 istore 1 ,contw 
-0x32b5 009828 rtn 
-:      009830 g24_fetch_mem_pair_mode:
-0x32b6 009831 setarg offset_24g_pair_mode 
-0x32b7 009832 branch g24_set_rega_ifetch_1byte 
-:      009834 g24_store_mem_pair_mode:
-0x32b8 009835 arg offset_24g_pair_mode ,rega 
-0x32b9 009836 branch g24_set_contw_with_regb_store_1byte 
-:      009838 g24_store_mem_pair_txpower:
-0x32ba 009839 setarg offset_24g_pair_txpower 
-0x32bb 009840 call g24_set_rega_ifetch_1byte 
-0x32bc 009841 branch g24_store_mem_txpower 
-:      009843 g24_fetch_mem_rxdata_temp_add3_1byte:
-0x32bd 009844 setarg offset_24g_rxdata_temp_add3 
-0x32be 009845 branch g24_set_rega_ifetch_1byte 
-:      009847 g24_set_contw_with_temp:
-0x32bf 009848 copy pdata ,temp 
-0x32c0 009849 copy rega ,pdata 
-0x32c1 009850 iadd regc ,contw 
-0x32c2 009851 copy temp ,pdata 
-0x32c3 009852 rtn 
-:      009854 g24_set_contw_with_temp_store_3byte:
-0x32c4 009855 call g24_set_contw_with_temp 
-:      009856 g24_contw_istore_3byte:
-0x32c5 009857 istore 3 ,contw 
-0x32c6 009858 rtn 
-:      009860 g24_set_contw_with_regb:
-0x32c7 009861 call g24_head_ptr2regc 
-:      009862 g24_set_contw_with_regb2:
-0x32c8 009863 copy pdata ,regb 
-0x32c9 009864 copy rega ,pdata 
-0x32ca 009865 iadd regc ,contw 
-0x32cb 009866 copy regb ,pdata 
-0x32cc 009867 rtn 
-:      009869 g24_set_rega:
-0x32cd 009870 call g24_head_ptr2regc 
-0x32ce 009871 iadd regc ,rega 
-0x32cf 009872 rtn 
-:      009874 g24_set_rega_ifetch_1byte:
-0x32d0 009875 call g24_set_rega 
-:      009876 g24_rega_ifetch_1byte:
-0x32d1 009877 ifetch 1 ,rega 
-0x32d2 009878 rtn 
-:      009880 g24_set_rega_ifetcht_4byte:
-0x32d3 009881 call g24_set_rega 
-0x32d4 009882 ifetcht 4 ,rega 
-0x32d5 009883 rtn 
-:      009885 g24_mem_set0:
-0x32d6 009886 setarg 0 
-0x32d7 009887 branch g24_contw_istore_1byte 
-:      009891 app_init:
-0x32d8 009892 bpatch patch18_4 ,mem_patch18 
-0x32d9 009893 fetch 1 ,mem_device_option 
-0x32da 009894 branch app_init ,blank 
-0x32db 009896 beq dvc_op_dongle ,dongle_init 
-0x32dc 009897 beq dvc_op_antilost ,antilost_init 
-0x32dd 009898 beq dvc_op_shutter ,shutter_init 
-0x32de 009899 beq dvc_op_module ,module_init 
-0x32df 009900 beq dvc_op_car ,car_init 
-0x32e0 009901 beq dvc_op_remote_car ,remote_car_init 
-0x32e1 009902 bbit1 dvc_op_mouse ,mouse_init 
-0x32e2 009903 rtn 
-:      009905 app_lpm_init:
-0x32e3 009906 bpatch patch18_5 ,mem_patch18 
-0x32e4 009907 jam 0 ,mem_tester_emulate 
-0x32e5 009908 jam 0 ,mem_debug_config 
-0x32e6 009909 jam 0 ,mem_lch_code 
-0x32e7 009910 setarg 0 
-0x32e8 009911 store 5 ,mem_sp_state_start 
-0x32e9 009912 fetch 1 ,mem_device_option 
-0x32ea 009913 branch app_lpm_init ,blank 
-0x32eb 009914 beq dvc_op_module ,module_lpm_init 
-:      009915 app_lpm_init0:
-0x32ec 009916 rtn 
-:      009919 app_process_idle:
-0x32ed 009920 call ui_dispatch 
-0x32ee 009921 call check_51cmd 
-0x32ef 009922 call app_process_bb_event 
-0x32f0 009923 fetch 2 ,mem_cb_idle_process 
-0x32f1 009924 branch callback_func 
-:      009926 app_process_bt:
-0x32f2 009927 fetch 2 ,mem_cb_bt_process 
-0x32f3 009928 branch callback_func 
-:      009930 app_process_ble:
-0x32f4 009931 fetch 2 ,mem_cb_le_process 
-0x32f5 009932 branch callback_func 
-:      009934 app_process_bb_event:
-0x32f6 009935 bpatch patch18_6 ,mem_patch18 
-0x32f7 009937 arg mem_ipc_fifo_bt2c51 ,rega 
-0x32f8 009938 call fifo_out 
-0x32f9 009939 rtn blank 
-0x32fa 009941 copy pdata ,regc 
-0x32fb 009942 call app_event_normal_process 
-0x32fc 009943 branch app_process_bb_event_priority 
-:      009945 app_discard_event:
-0x32fd 009946 arg 0 ,regc 
-0x32fe 009947 rtn 
-:      009952 app_event_normal_process:
-0x32ff 009953 beq bt_evt_bb_connected ,app_evt_bt_conn 
-0x3300 009954 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
-0x3301 009955 beq bt_evt_setup_complete ,app_evt_setup_complete 
-0x3302 009956 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
-0x3303 009957 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
-0x3304 009958 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
-0x3305 009959 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
-0x3306 009960 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
-0x3307 009961 beq bt_evt_le_connected ,app_le_event_bb_connected 
-0x3308 009962 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
-0x3309 009963 beq bt_evt_reconn_started ,app_event_reconn_start 
-0x330a 009964 beq bt_evt_enter_sniff ,app_event_enter_sniff 
-0x330b 009965 beq bt_evt_exit_sniff ,app_event_exit_sniff 
-0x330c 009967 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
-0x330d 009968 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
-0x330e 009969 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
-0x330f 009970 beq bt_evt_switch_success_master ,app_event_switch_success 
-0x3310 009971 rtn 
-:      009974 app_evt_bt_conn:
-0x3311 009975 fetch 2 ,mem_ui_state_map 
-0x3312 009976 set1 ui_state_bt_connected ,pdata 
-0x3313 009977 store 2 ,mem_ui_state_map 
-0x3314 009978 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3315 009979 set0 app_disc_by_button ,pdata 
-0x3316 009980 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3317 009981 rtn 
-:      009983 app_event_switch_success:
-0x3318 009984 jam 0 ,mem_switch_fail_master_count 
-0x3319 009985 rtn 
-:      009987 app_event_switch_fail_master:
-0x331a 009988 fetch 1 ,mem_switch_fail_master_count 
-0x331b 009989 increase 1 ,pdata 
-0x331c 009990 store 1 ,mem_switch_fail_master_count 
-0x331d 009991 sub pdata ,1 ,null 
-0x331e 009992 branch app_bt_role_switch ,positive 
-0x331f 009993 jam 0 ,mem_switch_fail_master_count 
-0x3320 009994 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3321 009995 set1 app_disc_switch_fail ,pdata 
-0x3322 009996 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3323 009997 branch app_bt_disconnect 
-:      009999 app_process_bb_event_priority:
-0x3324 010000 fetch 2 ,mem_cb_bb_event_process 
-0x3325 010001 branch callback_func 
-:      010003 app_check_wake_lock:
-0x3326 010004 fetch 2 ,mem_cb_check_wakelock 
-0x3327 010005 branch callback_func 
-:      010007 app_will_enter_lpm:
-0x3328 010008 fetch 2 ,mem_cb_before_lpm 
-0x3329 010009 branch callback_func 
-:      010011 app_event_linkkey_generate:
-0x332a 010012 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x332b 010013 set1 app_disc_after_pairing ,pdata 
-0x332c 010014 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x332d 010015 branch app_bt_store_reconn_info 
-:      010017 app_event_reconn_start:
-0x332e 010018 fetch 2 ,mem_ui_state_map 
-0x332f 010019 set1 ui_state_bt_reconnect ,pdata 
-0x3330 010020 store 2 ,mem_ui_state_map 
-0x3331 010021 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3332 010022 set1 app_disc_after_reconn ,pdata 
-0x3333 010023 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3334 010024 rtn 
-:      010026 app_evt_setup_complete:
-0x3335 010027 fetch 2 ,mem_ui_state_map 
-0x3336 010028 set1 ui_state_bt_setup_complete ,pdata 
-0x3337 010029 store 2 ,mem_ui_state_map 
-0x3338 010030 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3339 010031 set1 app_disc_after_setup_done ,pdata 
-0x333a 010032 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x333b 010033 rtn 
-:      010035 app_evt_hid_handshake:
-0x333c 010036 fetch 2 ,mem_ui_state_map 
-0x333d 010037 set1 ui_state_bt_hid_handshake ,pdata 
-0x333e 010038 store 2 ,mem_ui_state_map 
-0x333f 010039 rtn 
-:      010041 app_event_enter_sniff:
-0x3340 010042 fetch 2 ,mem_ui_state_map 
-0x3341 010043 set1 ui_state_bt_sniff ,pdata 
-0x3342 010044 store 2 ,mem_ui_state_map 
-0x3343 010045 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3344 010046 set1 app_disc_after_sniff ,pdata 
-0x3345 010047 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3346 010048 rtn 
-:      010050 app_event_exit_sniff:
-0x3347 010051 fetch 2 ,mem_ui_state_map 
-0x3348 010052 set0 ui_state_bt_sniff ,pdata 
-0x3349 010053 store 2 ,mem_ui_state_map 
-0x334a 010054 rtn 
-:      010056 app_le_event_bb_connected:
-0x334b 010057 fetch 2 ,mem_ui_state_map 
-0x334c 010058 set1 ui_state_ble_connected ,pdata 
-0x334d 010059 store 2 ,mem_ui_state_map 
-0x334e 010060 rtn 
-:      010062 app_le_event_bb_disconn:
-0x334f 010063 fetch 2 ,mem_ui_state_map 
-0x3350 010064 set0 ui_state_ble_connected ,pdata 
-0x3351 010065 store 2 ,mem_ui_state_map 
-0x3352 010066 branch app_lpm_mult_disable 
-:      010068 app_bb_event_hid_connected:
-0x3353 010069 fetch 2 ,mem_ui_state_map 
-0x3354 010070 set1 ui_state_bt_hid_conn ,pdata 
-0x3355 010071 store 2 ,mem_ui_state_map 
-0x3356 010072 rtn 
-:      010074 app_evt_button_long_pressed:
-0x3357 010075 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3358 010076 set1 app_disc_by_button ,pdata 
-0x3359 010077 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335a 010078 rtn 
-:      010080 app_event_ml2cap_conn_refused:
-0x335b 010081 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335c 010082 set1 app_disc_l2cap_refused ,pdata 
-0x335d 010083 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335e 010084 branch app_bt_disconnect 
-:      010087 app_evt_timer:
-0x335f 010088 bpatch patch18_7 ,mem_patch18 
-0x3360 010089 store 1 ,mem_app_evt_timer_count 
-:      010090 app_evt_100ms_loop:
-0x3361 010091 fetch 1 ,mem_app_evt_timer_count 
-0x3362 010092 rtn blank 
-0x3363 010093 increase -1 ,pdata 
-0x3364 010094 store 1 ,mem_app_evt_timer_count 
-0x3365 010095 call ui_button_polling 
-0x3366 010096 call app_lpm_wake_auto_lock_timer 
-0x3367 010097 call app_unsniff_delay_timer 
-0x3368 010098 call app_discovery_timer 
-0x3369 010099 call flash_write_spi_sm_timer 
-0x336a 010100 fetch 2 ,mem_cb_event_timer 
-0x336b 010101 call callback_func 
-0x336c 010102 branch app_evt_100ms_loop 
-:      010107 timer_single_step:
-0x336d 010108 ifetch 1 ,regc 
-0x336e 010109 rtn blank 
-0x336f 010110 pincrease -1 
-0x3370 010111 istore 1 ,regc 
-0x3371 010112 nrtn blank 
-0x3372 010113 copy regb ,pdata 
-0x3373 010114 branch callback_func 
-:      010118 timer_single_step_2b:
-0x3374 010119 ifetch 2 ,regc 
-0x3375 010120 rtn blank 
-0x3376 010121 pincrease -1 
-0x3377 010122 istore 2 ,regc 
-0x3378 010123 nrtn blank 
-0x3379 010124 copy regb ,pdata 
-0x337a 010125 branch callback_func 
-:      010127 app_power_timer:
-0x337b 010128 fetcht 2 ,mem_power_param_ptr 
-0x337c 010129 add temp ,power_timer_offset ,regc 
-0x337d 010130 arg app_power_timer_timeout ,regb 
-0x337e 010131 branch timer_single_step 
-:      010133 app_power_timer_timeout:
-0x337f 010134 call app_got_power_state_common 
-0x3380 010135 beq power_starting ,app_enter_power_stanby_state 
-:      010136 app_enter_power_off_state:
-0x3381 010137 branch app_enter_hibernate 
-:      010138 app_enter_power_stanby_state:
-0x3382 010139 setarg power_standby 
-0x3383 010140 istore 1 ,regc 
-0x3384 010141 add temp ,power_standby_cb_offset ,regb 
-:      010142 app_power_cb_common:
-0x3385 010143 ifetch 2 ,regb 
-0x3386 010144 branch callback_func 
-:      010146 app_unsniff_delay_timer:
-0x3387 010147 arg mem_unsniff2sniff_timer_count ,regc 
-0x3388 010148 arg app_unsniff_delay_timeout ,regb 
-0x3389 010149 branch timer_single_step 
-:      010151 app_unsniff_delay_timeout:
-0x338a 010152 call context_check_idle 
-0x338b 010153 branch app_bt_enter_sniff ,zero 
-0x338c 010154 rtn 
-:      010157 app_discovery_timer:
-0x338d 010158 arg mem_discovery_timeout_timer_count ,regc 
-0x338e 010159 arg app_discovery_timeout ,regb 
-0x338f 010160 branch timer_single_step_2b 
-:      010162 app_discovery_timeout:
-0x3390 010163 call app_bt_stop_discovery 
-0x3391 010164 call app_led_off 
-0x3392 010165 fetch 2 ,mem_cb_discovry_timeout 
-0x3393 010166 branch callback_func 
-:      010169 app_bb_event_reconn_failed:
-0x3394 010170 call app_disconn_reason_flag_clear 
-:      010171 app_clear_reconnect_flag:
-0x3395 010172 fetch 2 ,mem_ui_state_map 
-0x3396 010173 set0 ui_state_bt_reconnect ,pdata 
-0x3397 010174 store 2 ,mem_ui_state_map 
-0x3398 010175 rtn 
-:      010177 app_bb_event_bb_disconn:
-0x3399 010178 jam 0 ,mem_unsniff2sniff_timer_count 
-0x339a 010179 fetch 2 ,mem_ui_state_map 
-0x339b 010180 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
-0x339c 010181 isolate0 ui_state_bt_setup_complete ,pdata 
-0x339d 010182 call app_discard_event ,true 
-:      010183 app_bb_event_bb_reconn_disconn:
-0x339e 010184 bpatch patch19_0 ,mem_patch19 
-0x339f 010185 fetch 2 ,mem_ui_state_map 
-0x33a0 010186 set0 ui_state_bt_connected ,pdata 
-0x33a1 010187 set0 ui_state_bt_setup_complete ,pdata 
-0x33a2 010188 set0 ui_state_bt_hid_conn ,pdata 
-0x33a3 010189 set0 ui_state_bt_hid_handshake ,pdata 
-0x33a4 010190 set0 ui_state_bt_reconnect ,pdata 
-0x33a5 010191 store 2 ,mem_ui_state_map 
-0x33a6 010192 branch app_lpm_mult_disable 
-:      010194 app_bb_hibernate:
-0x33a7 010195 call app_disconn_reason_clear 
-0x33a8 010196 branch app_enter_hibernate 
-:      010199 app_disconn_reason_clear:
-0x33a9 010200 setarg 0 
-0x33aa 010201 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33ab 010202 rtn 
-:      010203 app_disconn_reason_flag_clear:
-0x33ac 010204 setarg 0 
-0x33ad 010205 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33ae 010206 rtn 
-:      010208 app_disconn_reason_collect_bt:
-0x33af 010209 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b0 010210 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33b1 010211 setarg 0 
-0x33b2 010212 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b3 010213 rtn 
-:      010215 app_disconn_reason_collect_ble:
-0x33b4 010216 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b5 010217 set1 app_disc_ble ,pdata 
-0x33b6 010218 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33b7 010219 setarg 0 
-0x33b8 010220 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b9 010221 rtn 
-:      010229 app_check_sniff:
-0x33ba 010230 fetch 1 ,mem_ui_state_map 
-0x33bb 010231 isolate1 ui_state_bt_sniff ,pdata 
-0x33bc 010232 rtn 
-:      010240 app_initflag_store:
-0x33bd 010241 setarg eeprom_init_flag 
-:      010242 app_flag_store:
-0x33be 010243 store 2 ,mem_timeup 
-0x33bf 010244 bpatch patch19_1 ,mem_patch19 
-0x33c0 010245 arg 2 ,temp 
-0x33c1 010246 arg mem_timeup ,rega 
-0x33c2 010247 arg eeprom_module_init_flag ,regb 
-0x33c3 010248 branch iicd_write_eep_data 
-:      010251 app_initflag_check:
-0x33c4 010252 bpatch patch19_2 ,mem_patch19 
-0x33c5 010253 arg 2 ,temp 
-0x33c6 010254 arg mem_pdatatemp ,rega 
-0x33c7 010255 arg eeprom_module_init_flag ,regb 
-0x33c8 010256 call iicd_read_eep_data 
-0x33c9 010257 fetch 2 ,mem_pdatatemp 
-0x33ca 010258 arg eeprom_init_flag ,temp 
-0x33cb 010259 isub temp ,null 
-0x33cc 010260 rtn 
-:      010263 app_start_auto_sniff:
-0x33cd 010264 fetch 1 ,mem_unsniff2sniff_timer 
-0x33ce 010265 store 1 ,mem_unsniff2sniff_timer_count 
-0x33cf 010266 rtn 
-:      010268 app_get_lpm_wake_lock:
-0x33d0 010269 arg wake_lock_app ,queue 
-0x33d1 010270 branch lpm_get_wake_lock 
-:      010272 app_put_lpm_wake_lock:
-0x33d2 010273 arg wake_lock_app ,queue 
-0x33d3 010274 branch lpm_put_wake_lock 
-:      010276 app_lpm_wake_auto_lock:
-0x33d4 010277 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
-0x33d5 010278 branch app_get_lpm_wake_lock 
-:      010280 app_lpm_wake_auto_lock_timer:
-0x33d6 010281 arg mem_wake_up_delay_timer ,regc 
-0x33d7 010282 arg app_put_lpm_wake_lock ,regb 
-0x33d8 010283 branch timer_single_step 
-:      010285 app_l2cap_flow_control_enable:
-0x33d9 010286 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
-0x33da 010287 rtn 
-:      010289 app_l2cap_flow_control_disable:
-0x33db 010290 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
-0x33dc 010291 rtn 
-:      010293 app_bt_set_pincode:
-0x33dd 010294 jam bt_cmd_set_pin_code ,mem_fifo_temp 
-0x33de 010295 branch ui_ipc_send_cmd 
-:      010297 app_bt_role_switch:
-0x33df 010298 jam bt_cmd_role_switch ,mem_fifo_temp 
-0x33e0 010299 branch ui_ipc_send_cmd 
-:      010301 app_bt_start_reconnect:
-0x33e1 010302 bpatch patch19_3 ,mem_patch19 
-0x33e2 010303 fetch 1 ,mem_app_connection_options 
-0x33e3 010304 store 1 ,mem_connection_options 
-0x33e4 010305 jam app_flag_reconnect ,mem_reconnect_flag 
-0x33e5 010306 jam bt_cmd_reconnect ,mem_fifo_temp 
-0x33e6 010307 branch ui_ipc_send_cmd 
-:      010309 app_bt_reconnect_cancel:
-0x33e7 010310 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
-0x33e8 010311 branch ui_ipc_send_cmd 
-:      010313 app_bt_disconnect:
-0x33e9 010314 jam bt_cmd_disconnect ,mem_fifo_temp 
-0x33ea 010315 branch ui_ipc_send_cmd 
-:      010317 app_bt_start_discovery_short:
-0x33eb 010318 fetch 2 ,mem_discovery_timeout 
-0x33ec 010319 store 2 ,mem_discovery_timeout_timer_count 
-:      010320 app_bt_start_discovery_led_blink:
-0x33ed 010321 call app_led_start_blink 
-:      010322 app_bt_start_discovery:
-0x33ee 010323 jam bt_cmd_start_discovery ,mem_fifo_temp 
-0x33ef 010324 branch ui_ipc_send_cmd 
-:      010326 app_bt_stop_discovery:
-0x33f0 010327 setarg 0 
-0x33f1 010328 store 2 ,mem_discovery_timeout_timer_count 
-0x33f2 010329 jam bt_cmd_stop_discovery ,mem_fifo_temp 
-0x33f3 010330 branch ui_ipc_send_cmd 
-:      010332 app_ble_start_direct_adv:
-0x33f4 010333 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
-0x33f5 010334 branch ui_ipc_send_cmd 
-:      010336 app_ble_stop_direct_adv:
-0x33f6 010337 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
-0x33f7 010338 branch ui_ipc_send_cmd 
-:      010340 app_ble_stop_adv:
-0x33f8 010341 jam bt_cmd_stop_adv ,mem_fifo_temp 
-0x33f9 010342 branch ui_ipc_send_cmd 
-:      010344 app_ble_start_adv:
-0x33fa 010345 jam bt_cmd_start_adv ,mem_fifo_temp 
-0x33fb 010346 branch ui_ipc_send_cmd 
-:      010348 app_ble_start_scan:
-0x33fc 010349 jam bt_cmd_le_start_scan ,mem_fifo_temp 
-0x33fd 010350 branch ui_ipc_send_cmd 
-:      010352 app_ble_stop_scan:
-0x33fe 010353 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
-0x33ff 010354 branch ui_ipc_send_cmd 
-:      010356 app_ble_start_conn:
-0x3400 010357 jam bt_cmd_le_start_conn ,mem_fifo_temp 
-0x3401 010358 branch ui_ipc_send_cmd 
-:      010360 app_ble_disconnect:
-0x3402 010361 jam bt_cmd_le_disconnect ,mem_fifo_temp 
-0x3403 010362 branch ui_ipc_send_cmd 
-:      010364 app_led_start_blink:
-0x3404 010365 jam bt_cmd_led_blink ,mem_fifo_temp 
-0x3405 010366 branch ui_ipc_send_cmd 
-:      010368 app_led_on:
-0x3406 010369 jam bt_cmd_led_on ,mem_fifo_temp 
-0x3407 010370 branch ui_ipc_send_cmd 
-:      010372 app_led_stop_blink:
-:      010373 app_led_off:
-0x3408 010374 jam bt_cmd_led_off ,mem_fifo_temp 
-0x3409 010375 branch ui_ipc_send_cmd 
-:      010377 app_enter_hibernate:
-0x340a 010378 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
-0x340b 010379 branch ui_ipc_send_cmd 
-:      010381 app_bt_sniff_exit:
-0x340c 010382 jam bt_cmd_exit_sniff ,mem_fifo_temp 
-0x340d 010383 branch ui_ipc_send_cmd 
-:      010385 app_bt_enter_sniff:
-0x340e 010386 jam bt_cmd_enter_sniff ,mem_fifo_temp 
-0x340f 010387 branch ui_ipc_send_cmd 
-:      010389 app_ble_store_reconn_info:
-0x3410 010390 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
-0x3411 010391 branch ui_ipc_send_cmd 
-:      010393 app_bt_store_reconn_info:
-0x3412 010394 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
-0x3413 010395 branch ui_ipc_send_cmd 
-:      010397 app_store_reconn_info:
-0x3414 010398 jam bt_cmd_store_reconn_info ,mem_fifo_temp 
-0x3415 010399 branch ui_ipc_send_cmd 
-:      010401 app_lpm_mult_enable:
-0x3416 010402 set1 mark_lpm_mult_enable ,mark 
-0x3417 010403 rtn 
-:      010405 app_lpm_mult_disable:
-0x3418 010406 set0 mark_lpm_mult_enable ,mark 
-0x3419 010407 rtn 
-:      010427 app_button_long_pressed:
-0x341a 010428 call app_got_power_state_common 
-0x341b 010429 beq power_standby ,app_power_shutting_down 
-:      010430 app_power_starting:
-0x341c 010431 setarg power_starting 
-0x341d 010432 istore 1 ,regc 
-0x341e 010433 add temp ,power_starting_timeout_offset ,rega 
-0x341f 010434 add temp ,power_starting_cb_offset ,regb 
-:      010435 app_power_common:
-0x3420 010436 ifetcht 1 ,rega 
-0x3421 010437 increase 1 ,regc 
-0x3422 010438 istoret 1 ,regc 
-0x3423 010439 branch app_power_cb_common 
-:      010441 app_power_shutting_down:
-0x3424 010442 setarg power_off 
-0x3425 010443 istore 1 ,regc 
-0x3426 010444 fetch 2 ,mem_ui_state_map 
-0x3427 010445 bbit0 ui_state_ble_connected ,app_power_off_end 
-0x3428 010446 call app_ble_disconnect 
-:      010447 app_power_off_end:
-0x3429 010448 fetcht 2 ,mem_power_param_ptr 
-0x342a 010449 add temp ,power_off_timeout_offset ,rega 
-0x342b 010450 add temp ,power_off_cb_offset ,regb 
-0x342c 010451 branch app_power_common 
-:      010453 app_got_power_state_common:
-0x342d 010454 fetcht 2 ,mem_power_param_ptr 
-0x342e 010455 add temp ,power_state_offset ,regc 
-0x342f 010456 ifetch 1 ,regc 
-0x3430 010457 rtn 
-:      010459 app_event_button_up:
-0x3431 010460 call app_got_power_state_common 
-0x3432 010461 bne power_off ,app_power_release 
-0x3433 010462 branch app_enter_hibernate 
-:      010463 app_power_release:
-0x3434 010464 add temp ,ui_butten_up_cb_offset ,regb 
-0x3435 010465 branch app_power_cb_common 
-:      010467 antilost_init:
-0x3436 010468 rtn wake 
-0x3437 010469 jam 0x00 ,core_gpio_sel1 
-0x3438 010470 setarg antilost_le_before_hibernate 
-0x3439 010471 store 2 ,mem_cb_before_hibernate 
-0x343a 010472 setarg keyscan_process_lpm_before 
-0x343b 010473 store 2 ,mem_cb_before_lpm 
-0x343c 010474 setarg antilost_idle_process 
-0x343d 010475 store 2 ,mem_cb_idle_process 
-0x343e 010476 setarg antilost_le_conn_process 
-0x343f 010477 store 2 ,mem_cb_le_process 
-0x3440 010478 setarg antilost_bb_event_process 
-0x3441 010479 store 2 ,mem_cb_bb_event_process 
-0x3442 010480 setarg antilost_le_bb_event_timer 
-0x3443 010481 store 2 ,mem_cb_event_timer 
-0x3444 010482 setarg antilost_le_notification 
-0x3445 010483 store 2 ,mem_cb_ble_transmit 
-0x3446 010484 setarg antilost_lpm_lock_process 
-0x3447 010485 store 2 ,mem_cb_check_wakelock 
-0x3448 010486 setarg antilost_le_receive_data_process 
-0x3449 010487 store 2 ,mem_cb_att_write 
-0x344a 010488 bpatch patch19_4 ,mem_patch19 
-0x344b 010489 call antilost_buzzer_pwm_init 
-0x344c 010490 call keyscan_key_init 
-0x344d 010491 call antilost_adc_init 
-0x344e 010492 call ui_led_init_global 
-0x344f 010493 call ui_button_init 
-0x3450 010494 setarg antilost_key_up_down 
-0x3451 010495 store 2 ,mem_cb_antl_key 
-0x3452 010496 setarg antilost_power_off_cb 
-0x3453 010497 store 2 ,mem_antl_power_off_cb 
-0x3454 010498 setarg antilost_power_starting_cb 
-0x3455 010499 store 2 ,mem_antl_power_starting_cb 
-0x3456 010500 setarg antilost_power_standby_cb 
-0x3457 010501 store 2 ,mem_antl_power_standby_cb 
-0x3458 010502 setarg antilost_led_on_cb 
-0x3459 010503 store 2 ,mem_antl_led_cb_on 
-0x345a 010504 setarg antilost_led_off_cb 
-0x345b 010505 store 2 ,mem_antl_led_cb_off 
-0x345c 010506 setarg antilost_buzzer_on 
-0x345d 010507 store 2 ,mem_antl_buzzer_cb_on 
-0x345e 010508 setarg antilost_buzzer_off 
-0x345f 010509 store 2 ,mem_antl_buzzer_cb_off 
-0x3460 010510 fetch 2 ,mem_ui_state_map 
-0x3461 010511 rtnbit1 ui_state_btn_down 
-0x3462 010512 branch app_enter_hibernate 
-:      010514 antilost_le_before_hibernate:
-0x3463 010515 call antilost_led_buzzer_stop_blink 
-0x3464 010516 branch app_enter_hibernate 
-:      010518 antilost_le_notification:
-0x3465 010519 call le_fifo_check_nearly_full 
-0x3466 010520 nrtn blank 
-0x3467 010521 arg mem_temp_block5 ,rega 
-0x3468 010522 call queue_pop 
-0x3469 010523 nrtn user 
-0x346a 010524 arg mem_temp_block5 ,contr 
-0x346b 010525 branch le_send_notify_from_list 
-:      010527 antilost_power_standby_cb:
-0x346c 010528 fetch 2 ,mem_antl_le_sleep_timeout 
-0x346d 010529 store 2 ,mem_antl_le_sleep_timer 
-0x346e 010530 jam 1 ,mem_antl_key_scan_enable 
-0x346f 010531 branch antilost_fast_adv_start 
-:      010533 antilost_lpm_lock_process:
-0x3470 010534 fetch 1 ,mem_antl_key_state 
-0x3471 010535 beq 1 ,antilost_lpm_ctrl_for_led_buzzer 
-0x3472 010536 fetch 2 ,mem_ui_state_map 
-0x3473 010537 bbit0 ui_state_ble_connected ,antilost_lpm_ctrl_for_led_buzzer 
-0x3474 010538 fetch 1 ,mem_antl_lost_mode 
-0x3475 010539 beq 1 ,app_get_lpm_wake_lock 
-0x3476 010540 fetch 1 ,mem_antl_queue_curr_num 
-0x3477 010541 nbranch app_get_lpm_wake_lock ,blank 
-0x3478 010542 branch app_put_lpm_wake_lock 
-:      010544 antilost_lpm_ctrl_for_led_buzzer:
-0x3479 010545 fetch 1 ,mem_antl_led_state 
-0x347a 010546 fetcht 1 ,mem_antl_buzzer_state 
-0x347b 010547 ior temp ,pdata 
-0x347c 010548 beq 1 ,app_get_lpm_wake_lock 
-0x347d 010549 branch app_put_lpm_wake_lock 
-:      010551 antilost_bb_event_process:
-0x347e 010552 copy regc ,pdata 
-0x347f 010553 beq bt_evt_button_up ,app_event_button_up 
-0x3480 010554 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x3481 010555 beq bt_evt_le_connected ,antilost_le_process_conn 
-0x3482 010556 beq bt_evt_le_disconnected ,antilost_le_process_discon 
-0x3483 010557 beq bt_evt_le_parse_conn_papa_update_rsp ,antilost_le_conn_param_update_rsp_recieved 
-0x3484 010558 rtn 
-:      010559 antilost_le_conn_param_update_rsp_recieved:
-0x3485 010560 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x3486 010561 beq ble_signaling_connect_parameter_update_rejected ,antilost_le_conn_param_rejected 
-:      010562 antilost_le_conn_param_accepted:
-0x3487 010563 fetch 2 ,mem_le_new_connslavelatency 
-0x3488 010564 branch antilost_master_nonsupport_latency ,blank 
-:      010565 antilost_le_conn_param_updata_procedure_sucsess:
-0x3489 010566 jam conn_param_updata_procedure_complete ,mem_antl_conn_updata_procedure_state 
-0x348a 010567 jam 60 ,mem_antl_conn_update_timer 
-0x348b 010568 rtn 
-:      010570 antilost_le_conn_param_rejected:
-0x348c 010571 fetch 2 ,mem_le_latency 
-0x348d 010572 branch antilost_conn_param_updata_procedure_faild ,blank 
-:      010573 antilost_conn_param_retransimiting:
-0x348e 010574 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
-0x348f 010575 fetcht 2 ,mem_interval_increment 
-0x3490 010576 fetch 2 ,mem_le_interval_min 
-0x3491 010577 iadd temp ,pdata 
-0x3492 010578 store 2 ,mem_le_interval_min 
-0x3493 010579 copy pdata ,rega 
-0x3494 010580 fetch 2 ,mem_le_interval_max 
-0x3495 010581 iadd temp ,pdata 
-0x3496 010582 store 2 ,mem_le_interval_max 
-0x3497 010583 iadd rega ,pdata 
-0x3498 010584 rshift pdata ,temp 
-0x3499 010585 fetch 2 ,mem_antl_le_unnormal_interval_max 
-0x349a 010586 idiv temp 
-0x349b 010587 call wait_div_end 
-0x349c 010588 quotient pdata 
-0x349d 010589 store 2 ,mem_le_latency 
-0x349e 010590 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x349f 010591 rtn 
-:      010592 antilost_conn_param_updata_procedure_faild:
-0x34a0 010593 jam conn_param_updata_procedure_faild ,mem_antl_conn_updata_procedure_state 
-0x34a1 010594 rtn 
-:      010596 antilost_master_nonsupport_latency:
-0x34a2 010597 jam 0 ,mem_lpm_mult 
-0x34a3 010598 jam 0 ,mem_antl_send_updata_le_param_timer 
-0x34a4 010599 fetch 2 ,mem_le_new_conninterval 
-0x34a5 010600 fetcht 2 ,mem_antl_le_unnormal_interval_min 
-0x34a6 010601 isub temp ,null 
-0x34a7 010602 setflag positive ,0 ,rega 
-0x34a8 010603 fetch 2 ,mem_antl_le_unnormal_interval_max 
-0x34a9 010604 fetcht 2 ,mem_le_new_conninterval 
-0x34aa 010605 isub temp ,pdata 
-0x34ab 010606 setflag positive ,1 ,rega 
-0x34ac 010607 compare 0x03 ,rega ,0x03 
-0x34ad 010608 rtn true 
-0x34ae 010609 fetch 8 ,mem_antl_le_unnormal_interval_min 
-0x34af 010610 store 8 ,mem_le_interval_min 
-0x34b0 010611 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x34b1 010612 rtn 
-:      010615 antilost_le_bb_event_timer:
-0x34b2 010617 call app_power_timer 
-0x34b3 010618 call antilost_double_click_timer 
-0x34b4 010619 call antilost_le_fast_adv_timer 
-0x34b5 010620 call antilost_le_sleep_timer 
-0x34b6 010621 call antilost_app_updata_le_param_timer 
-0x34b7 010622 call antilost_conn_update_timer 
-0x34b8 010623 branch antilost_adc_check_timer 
-:      010626 antilost_double_click_timer:
-0x34b9 010627 arg mem_double_click_timer ,regc 
-0x34ba 010628 arg antilost_double_click_timeout ,regb 
-0x34bb 010629 branch timer_single_step 
-:      010630 antilost_double_click_timeout:
-0x34bc 010631 jam 0 ,mem_butten_click_cnt 
-0x34bd 010632 rtn 
-:      010633 antilost_le_fast_adv_timer:
-0x34be 010634 arg mem_antl_fast_adv_timer ,regc 
-0x34bf 010635 arg antilost_le_fast_adv_timeout ,regb 
-0x34c0 010636 branch timer_single_step_2b 
-:      010637 antilost_le_fast_adv_timeout:
-0x34c1 010638 arg mem_antl_slow_adv_led_style ,regc 
-0x34c2 010639 arg mem_antl_slow_adv_lpm_interval ,regb 
-0x34c3 010640 branch antilost_adv_start_common 
-:      010643 antilost_conn_update_timer:
-0x34c4 010644 arg mem_antl_conn_update_timer ,regc 
-0x34c5 010645 arg antilost_conn_update_timer_time_out ,regb 
-0x34c6 010646 branch timer_single_step 
-:      010648 antilost_conn_update_timer_time_out:
-0x34c7 010649 fetch 2 ,mem_le_latency 
-0x34c8 010650 store 1 ,mem_lpm_mult 
-0x34c9 010651 rtn 
-:      010652 antilost_app_updata_le_param_timer:
-0x34ca 010653 arg mem_antl_send_updata_le_param_timer ,regc 
-0x34cb 010654 arg antilost_app_updata_le_param_timeout ,regb 
-0x34cc 010655 branch timer_single_step 
-:      010656 antilost_app_updata_le_param_timeout:
-0x34cd 010657 fetch 1 ,mem_le_state 
-0x34ce 010658 compare 0 ,pdata ,0x60 
-0x34cf 010659 nbranch antilost_wait_for_updata_param_instant_expire ,true 
-0x34d0 010660 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
-0x34d1 010661 call app_lpm_mult_enable 
-0x34d2 010662 branch le_l2cap_tx_update_req 
-:      010663 antilost_wait_for_updata_param_instant_expire:
-0x34d3 010664 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x34d4 010665 rtn 
-:      010667 antilost_le_sleep_timer:
-0x34d5 010668 arg mem_antl_le_sleep_timer ,regc 
-0x34d6 010669 arg antilost_le_sleep_timer_timeout ,regb 
-0x34d7 010670 branch timer_single_step_2b 
-:      010673 antilost_le_sleep_timer_timeout:
-0x34d8 010674 branch app_button_long_pressed 
-:      010676 antilost_adc_check_timer:
-0x34d9 010679 arg mem_adc_timer ,regc 
-0x34da 010680 arg antilost_adc_check_timer_timeout ,regb 
-0x34db 010681 branch timer_single_step_2b 
-:      010682 antilost_adc_check_timer_timeout:
-0x34dc 010683 fetch 2 ,mem_adc_timeout 
-0x34dd 010684 store 2 ,mem_adc_timer 
-0x34de 010685 branch antilost_battery_process 
-:      010688 antilost_le_process_conn:
-0x34df 010689 fetch 2 ,mem_adc_timeout 
-0x34e0 010690 store 2 ,mem_adc_timer 
-0x34e1 010691 setarg 0 
-0x34e2 010692 store 2 ,mem_antl_fast_adv_timer 
-0x34e3 010693 store 2 ,mem_antl_le_sleep_timer 
-0x34e4 010694 call antilost_alert_off 
-0x34e5 010695 call antilost_led_buzzer_stop_blink 
-0x34e6 010696 jam 0 ,mem_lpm_mult 
-0x34e7 010697 branch app_ble_stop_adv 
-:      010700 antilost_le_process_discon:
-0x34e8 010703 setarg 0 
-0x34e9 010704 store 4 ,mem_adc_timer 
-0x34ea 010705 store 3 ,mem_antl_conn_updata_procedure_state 
-0x34eb 010706 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x34ec 010708 jam 1 ,mem_alarm_config_notfy_cnt 
-0x34ed 010709 fetch 2 ,mem_antl_le_sleep_timeout 
-0x34ee 010710 store 2 ,mem_antl_le_sleep_timer 
-0x34ef 010711 call queue_init 
-0x34f0 010712 fetch 1 ,mem_antl_power_state 
-0x34f1 010713 rtneq power_off 
-0x34f2 010714 call antilost_fast_adv_start 
-0x34f3 010715 branch antilost_on_off_alarm_after_disconn 
-:      010718 antilost_le_conn_process:
-0x34f4 010720 branch antilost_key_process 
-:      010722 antilost_idle_process:
-0x34f5 010724 fetch 1 ,mem_antl_power_state 
-0x34f6 010725 rtnne power_standby 
-0x34f7 010726 branch antilost_key_process 
-:      010731 antilost_power_starting_cb:
-0x34f8 010732 arg mem_antl_power_starting_buzzer_style ,regc 
-0x34f9 010733 call antilost_buzzer_configuration 
-0x34fa 010734 arg mem_antl_power_starting_led_style ,regc 
-:      010735 antilost_power_common:
-0x34fb 010736 branch antilost_led_configuration 
-:      010738 antilost_power_off_cb:
-0x34fc 010739 jam off ,mem_le_adv_enable 
-0x34fd 010740 arg mem_antl_power_off_buzzer_style ,regc 
-0x34fe 010741 call antilost_buzzer_configuration 
-0x34ff 010742 arg mem_antl_power_off_led_style ,regc 
-0x3500 010743 branch antilost_power_common 
-:      010745 antilost_le_receive_data_process:
-0x3501 010746 fetch 1 ,mem_le_att_opcode 
-0x3502 010747 beq attop_write_request ,antilost_le_parse_att_write_request 
-0x3503 010748 rtn 
-:      010749 antilost_le_parse_att_write_request:
-0x3504 010750 fetch 2 ,mem_le_att_handle 
-0x3505 010752 beq new_spec_write_handle ,antilost_cmd_parse_for_application 
-0x3506 010753 beq new_spec_notification_enable_handle ,antilost_notify_alarm_config_first_time 
-0x3507 010754 rtn 
-:      010759 antilost_key_process:
-0x3508 010760 fetch 1 ,mem_antl_key_scan_enable 
-0x3509 010761 rtn blank 
-0x350a 010762 branch keyscan_key_process 
-:      010766 antilost_key_up_down:
-0x350b 010767 copy rega ,pdata 
-0x350c 010768 branch antilost_key_is_up ,blank 
-:      010769 antilost_key_is_down:
-0x350d 010770 copy queue ,pdata 
-0x350e 010771 beq 0 ,antilost_key0_down 
-0x350f 010772 rtn 
-:      010773 antilost_key_is_up:
-0x3510 010774 copy queue ,pdata 
-0x3511 010775 beq 0 ,antilost_key0_up 
-0x3512 010776 rtn 
-:      010778 antilost_key0_down:
-0x3513 010779 jam 1 ,mem_antl_key_state 
-0x3514 010780 arg mem_antl_key_buzzer_style ,regc 
-0x3515 010781 call antilost_buzzer_configuration 
-0x3516 010782 arg mem_antl_key_led_style ,regc 
-0x3517 010783 call antilost_led_configuration 
-0x3518 010784 fetch 2 ,mem_ui_state_map 
-0x3519 010785 bbit0 ui_state_ble_connected ,antilost_butten_down_while_disconn 
-0x351a 010786 branch antilost_butten_down_after_conn 
-:      010788 antilost_key0_up:
-0x351b 010789 jam 0 ,mem_antl_key_state 
-0x351c 010790 branch antilost_double_click_timer_init 
-:      010794 antilost_double_click_timer_init:
-0x351d 010795 fetch 1 ,mem_butten_click_cnt 
-0x351e 010796 rtnne 1 
-0x351f 010797 jam 5 ,mem_double_click_timer 
-0x3520 010798 rtn 
-:      010800 antilost_butten_down_after_conn:
-0x3521 010801 fetch 1 ,mem_butten_click_cnt 
-0x3522 010802 pincrease 1 
-0x3523 010803 store 1 ,mem_butten_click_cnt 
-0x3524 010804 beq 1 ,antilost_click_once 
-0x3525 010805 beq 2 ,antilost_click_twice 
-0x3526 010806 rtn 
-:      010807 antilost_click_once:
-0x3527 010808 call antilost_alert_off 
-0x3528 010809 jam opcode1_butten_click_once ,mem_antl_key0_press + 5 
-0x3529 010810 arg mem_antl_key0_press ,regc 
-0x352a 010811 branch antilost_prepare_data_and_send 
-:      010812 antilost_click_twice:
-0x352b 010813 jam 0 ,mem_butten_click_cnt 
-0x352c 010814 jam opcode2_butten_double_click ,mem_antl_key0_press + 5 
-0x352d 010815 arg mem_antl_key0_press ,regc 
-0x352e 010816 call antilost_prepare_data_and_send 
-0x352f 010817 fetch 1 ,mem_antl_lost_mode 
-0x3530 010818 beq 1 ,antilost_alert_on 
-0x3531 010819 rtn 
-:      010821 antilost_butten_down_while_disconn:
-0x3532 010822 fetch 2 ,mem_antl_le_sleep_timeout 
-0x3533 010823 store 2 ,mem_antl_le_sleep_timer 
-0x3534 010824 call antilost_alert_off 
-0x3535 010825 branch antilost_fast_adv_start 
-:      010828 antilost_cmd_parse_for_application:
-0x3536 010829 bpatch patch19_5 ,mem_patch19 
-0x3537 010830 call le_app_receive_data 
-0x3538 010831 ifetch 1 ,rega 
-0x3539 010832 beq opcode3_antl_start_alram ,antilost_on_of_alram 
-0x353a 010833 beq opcode7_antl_config_alram ,antilost_configuration_for_alram 
-0x353b 010834 rtn 
-:      010836 antilost_on_of_alram:
-0x353c 010837 fetch 1 ,mem_antl_lost_mode 
-0x353d 010838 beq anti_le_alarm_off ,antilost_alert_on 
-0x353e 010839 beq anti_le_alarm_on ,antilost_alert_off 
-0x353f 010840 rtn 
-:      010842 antilost_configuration_for_alram:
-0x3540 010843 ifetch 1 ,regb 
-0x3541 010844 beq 1 ,antilost_set_start_alarm_after_disconn 
-0x3542 010845 beq 0 ,antilost_set_no_alarm_after_disconn 
-0x3543 010846 rtn 
-:      010853 antilost_prepare_data_and_send:
-0x3544 010854 bpatch patch19_6 ,mem_patch19 
-0x3545 010855 fetch 1 ,mem_client_characteristic_configuration_descriptor 
-0x3546 010856 isolate1 notification_enable_bit ,pdata 
-0x3547 010857 nrtn true 
-0x3548 010858 add regc ,6 ,contr 
-0x3549 010859 ifetch 2 ,contr 
-0x354a 010860 byteswap pdata ,pdata 
-0x354b 010861 add pdata ,5 ,loopcnt 
-0x354c 010862 add regc ,3 ,contr 
-0x354d 010863 call calc_check_sum_start 
-0x354e 010864 istore 1 ,contr 
-0x354f 010865 copy regc ,rega 
-0x3550 010866 branch queue_push 
-:      010872 antilost_alert_on:
-0x3551 010873 fetch 1 ,mem_antl_power_state 
-0x3552 010874 rtn blank 
-0x3553 010875 jam 1 ,mem_antl_lost_mode 
-0x3554 010876 arg mem_antl_alert_buzzer_stlye ,regc 
-0x3555 010877 call antilost_buzzer_configuration 
-0x3556 010878 arg mem_antl_alert_led_stlye ,regc 
-0x3557 010879 call antilost_led_configuration 
-0x3558 010880 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
-0x3559 010881 jam 1 ,mem_antl_key0_release + 8 
-0x355a 010882 arg mem_antl_key0_release ,regc 
-0x355b 010883 branch antilost_prepare_data_and_send 
-:      010884 antilost_alert_off:
-0x355c 010885 fetch 1 ,mem_antl_lost_mode 
-0x355d 010886 rtn blank 
-0x355e 010887 jam 0 ,mem_antl_lost_mode 
-0x355f 010888 call antilost_led_buzzer_stop_blink 
-0x3560 010889 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
-0x3561 010890 jam 0 ,mem_antl_key0_release + 8 
-0x3562 010891 arg mem_antl_key0_release ,regc 
-0x3563 010892 branch antilost_prepare_data_and_send 
-:      010894 antilost_set_start_alarm_after_disconn:
-0x3564 010895 jam 1 ,mem_alarm_config 
-0x3565 010896 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x3566 010897 jam 1 ,mem_antl_key0_release + 8 
-0x3567 010898 arg mem_antl_key0_release ,regc 
-0x3568 010899 branch antilost_prepare_data_and_send 
-:      010900 antilost_set_no_alarm_after_disconn:
-0x3569 010901 jam 0 ,mem_alarm_config 
-0x356a 010902 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x356b 010903 jam 0 ,mem_antl_key0_release + 8 
-0x356c 010904 arg mem_antl_key0_release ,regc 
-0x356d 010905 branch antilost_prepare_data_and_send 
-:      010906 antilost_on_off_alarm_after_disconn:
-0x356e 010907 fetch 1 ,mem_alarm_config 
-0x356f 010908 rtn blank 
-0x3570 010909 branch antilost_alert_on 
-:      010911 antilost_notify_alarm_config_first_time:
-0x3571 010912 ifetch 2 ,rega 
-0x3572 010913 store 2 ,mem_client_characteristic_configuration_descriptor 
-0x3573 010914 isolate1 notification_enable_bit ,pdata 
-0x3574 010915 nrtn true 
-0x3575 010916 fetch 1 ,mem_alarm_config_notfy_cnt 
-0x3576 010917 rtn blank 
-0x3577 010918 jam 0 ,mem_alarm_config_notfy_cnt 
-0x3578 010919 fetch 8 ,mem_antl_le_interval_min 
-0x3579 010920 store 8 ,mem_le_interval_min 
-0x357a 010921 jam 2 ,mem_antl_send_updata_le_param_timer 
-0x357b 010922 call antilost_battery_process 
-0x357c 010923 call antilost_battery_calculate_end 
-0x357d 010924 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x357e 010925 fetch 1 ,mem_alarm_config 
-0x357f 010926 store 1 ,mem_antl_key0_release + 8 
-0x3580 010927 arg mem_antl_key0_release ,regc 
-0x3581 010928 branch antilost_prepare_data_and_send 
-:      010932 antilost_buzzer_configuration:
-0x3582 010933 arg 1 ,rega 
-0x3583 010934 branch antilost_configuration_common 
-:      010935 antilost_led_configuration:
-0x3584 010936 arg 0 ,rega 
-:      010937 antilost_configuration_common:
-0x3585 010938 branch antilost_led_buzzer_style_configuration 
-:      010940 antilost_led_buzzer_stop_blink:
-0x3586 010941 arg 0 ,rega 
-0x3587 010942 call ui_led_blink_stop_global 
-0x3588 010943 arg 1 ,rega 
-0x3589 010944 call ui_led_blink_stop_global 
-0x358a 010945 fetch 1 ,mem_buzzer_pwm_conf 
-0x358b 010946 branch pwm_disable 
-:      010948 antilost_led_buzzer_style_configuration:
-0x358c 010949 call calc_curr_struct_prt 
-0x358d 010950 arg 7 ,loopcnt 
-0x358e 010951 branch ui_led_set_style_global + 2 
-:      010955 antilost_fast_adv_start:
-0x358f 010956 arg mem_antl_fast_adv_led_style ,regc 
-0x3590 010957 arg mem_antl_lpm_interval ,regb 
-:      010958 antilost_adv_start_common:
-0x3591 010959 call antilost_adv_interval_lpm_interval_set 
-0x3592 010960 call antilost_led_configuration 
-0x3593 010961 fetch 2 ,mem_antl_fast_adv_timeout 
-0x3594 010962 store 2 ,mem_antl_fast_adv_timer 
-0x3595 010963 branch app_ble_start_adv 
-:      010965 antilost_adv_interval_lpm_interval_set:
-0x3596 010966 ifetch 2 ,regb 
-0x3597 010967 store 2 ,mem_lpm_interval 
-0x3598 010968 ifetch 2 ,contr 
-0x3599 010969 store 2 ,mem_le_adv_interval 
-0x359a 010970 rtn 
-:      010972 antilost_buzzer_pwm_init:
-0x359b 010973 arg 0 ,rega 
-0x359c 010974 call pwm_init 
-0x359d 010975 fetch 6 ,mem_buzzer_pwm_conf 
-0x359e 010976 store 6 ,mem_pdatatemp 
-0x359f 010977 call pwm_out_set 
-0x35a0 010978 fetch 1 ,mem_buzzer_pwm_conf 
-0x35a1 010979 branch pwm_disable 
-:      010981 antilost_led_on_cb:
-0x35a2 010982 jam 1 ,mem_antl_led_state 
-0x35a3 010983 rtn 
-:      010984 antilost_led_off_cb:
-0x35a4 010985 jam 0 ,mem_antl_led_state 
-0x35a5 010986 rtn 
-:      010990 antilost_buzzer_off:
-0x35a6 010991 jam 0 ,mem_antl_buzzer_state 
-0x35a7 010992 fetch 1 ,mem_buzzer_pwm_conf 
-0x35a8 010993 branch pwm_disable 
-:      010995 antilost_buzzer_on:
-0x35a9 010996 jam 1 ,mem_antl_buzzer_state 
-0x35aa 010997 fetch 6 ,mem_buzzer_pwm_conf 
-0x35ab 010998 store 6 ,mem_pdatatemp 
-0x35ac 010999 branch pwm_out_set 
-:      011003 antilost_adc_init:
-0x35ad 011004 jam 0 ,mem_adc_config_flag 
-0x35ae 011005 branch adc_init_data 
-:      011007 antilost_battery_process:
-0x35af 011008 call adc_set_mode 
-0x35b0 011009 call vdd_calculate_by_mode 
-0x35b1 011010 store 2 ,mem_battery_current_voltage 
-0x35b2 011011 arg mem_battery_calculate_set ,rega 
-0x35b3 011012 call adc_bat_percent_lowpower_out 
-0x35b4 011013 store 1 ,mem_voltage_remain_percent 
-0x35b5 011014 beq 0 ,antilost_low_battery 
-0x35b6 011015 sub pdata ,0x64 ,null 
-0x35b7 011016 nbranch antilost_full_battery ,positive 
-0x35b8 011017 store 1 ,mem_antl_key0_release + 8 
-:      011018 antilost_battery_calculate_end:
-0x35b9 011019 jam opcode5_batter_information ,mem_antl_key0_release + 5 
-0x35ba 011020 arg mem_antl_key0_release ,regc 
-0x35bb 011021 branch antilost_prepare_data_and_send 
-:      011022 antilost_full_battery:
-0x35bc 011023 jam 100 ,mem_antl_key0_release + 8 
-0x35bd 011024 branch antilost_battery_calculate_end 
-:      011026 antilost_low_battery:
-0x35be 011027 branch app_button_long_pressed 
-:      011031 car_init:
-0x35bf 011032 rtn wake 
-0x35c0 011033 hfetch 1 ,core_gpio_sel1 
-0x35c1 011034 and_into 0xf0 ,pdata 
-0x35c2 011035 hstore 1 ,core_gpio_sel1 
-0x35c3 011036 setarg car_le_before_hibernate 
-0x35c4 011037 store 2 ,mem_cb_before_hibernate 
-0x35c5 011039 setarg car_le_process_lpm_before 
-0x35c6 011040 store 2 ,mem_cb_before_lpm 
-0x35c7 011042 setarg app_enter_hibernate 
-0x35c8 011043 store 2 ,mem_cb_discovry_timeout 
-0x35c9 011045 setarg car_scale_process_idle 
-0x35ca 011046 store 2 ,mem_cb_idle_process 
-0x35cb 011048 setarg car_scale_process_bb_event 
-0x35cc 011049 store 2 ,mem_cb_bb_event_process 
-0x35cd 011051 setarg app_get_lpm_wake_lock 
-0x35ce 011052 store 2 ,mem_cb_check_wakelock 
-0x35cf 011054 setarg car_le_receive_data 
-0x35d0 011055 store 2 ,mem_cb_att_write 
-0x35d1 011057 setarg car_le_bb_event_timer 
-0x35d2 011058 store 2 ,mem_cb_event_timer 
-0x35d3 011060 call g24_head_ptr2regc 
-0x35d4 011061 setarg car_24g_receive_data 
-0x35d5 011062 add regc ,offset_24g_cb_rxdata_type1 ,contw 
-0x35d6 011063 istore 2 ,contw 
-0x35d7 011065 setarg car_power_off_signal 
-0x35d8 011066 store 2 ,mem_remote_car_power_off_cb 
-0x35d9 011068 setarg car_soft_switch_power_on_signal 
-0x35da 011069 store 2 ,mem_remote_car_power_standby_cb 
-0x35db 011071 bpatch patch19_7 ,mem_patch19 
-0x35dc 011072 call car_init_environment 
-0x35dd 011073 call queue_init 
-0x35de 011074 jam 2 ,mem_lpm_mult 
-0x35df 011075 jam power_on ,mem_car_24g_received_pac 
-0x35e0 011076 fetch 1 ,mem_car_config_soft_switch_enable 
-0x35e1 011077 store 1 ,mem_car_hard_soft_switch 
-0x35e2 011078 beq hard_switch ,car_hard_switch_power_on_signal 
-0x35e3 011079 fetch 1 ,mem_car_config_soft_switch_gpio 
-0x35e4 011080 store 1 ,mem_ui_button_gpio 
-0x35e5 011081 jam off ,mem_le_adv_enable 
-:      011082 car_soft_switch_power_on_init:
-0x35e6 011083 call car_ui_led_init 
-0x35e7 011084 call ui_button_init 
-0x35e8 011085 call ui_button_polling 
-0x35e9 011086 jam power_starting ,mem_car_power_state 
-0x35ea 011087 fetch 2 ,mem_ui_state_map 
-0x35eb 011088 rtnbit1 ui_state_btn_down 
-0x35ec 011089 branch app_enter_hibernate 
-:      011091 car_power_off_signal:
-0x35ed 011092 branch car_ui_led_init 
-:      011094 car_hard_switch_power_on_signal:
-0x35ee 011095 jam power_standby ,mem_car_power_state 
-:      011096 car_soft_switch_power_on_signal:
-0x35ef 011097 jam on ,mem_le_adv_enable 
-0x35f0 011098 call car_ui_led_init 
-0x35f1 011099 arg 0 ,rega 
-0x35f2 011100 call ui_led_blink_start_global 
-0x35f3 011102 setarg fast_adv_interval_value_car 
-0x35f4 011103 call shutter_ble_adv_interval_set 
-:      011104 car_le_modified_name_adv:
-0x35f5 011105 arg mem_le_name + 7 ,contw 
-0x35f6 011106 fetch 1 ,mem_le_lap 
-:      011107 car_name_loop:
-0x35f7 011108 and pdata ,0xF0 ,temp 
-0x35f8 011109 rshift4 temp ,temp 
-0x35f9 011110 call car_hex_to_ascii 
-0x35fa 011111 istoret 1 ,contw 
-0x35fb 011112 and pdata ,0x0F ,temp 
-0x35fc 011113 call car_hex_to_ascii 
-0x35fd 011114 istoret 1 ,contw 
-0x35fe 011115 call le_modified_name_att_list 
-0x35ff 011116 fetcht 1 ,mem_le_name_len 
-0x3600 011117 copy temp ,loopcnt 
-0x3601 011118 arg mem_le_adv_data + 2 ,contw 
-0x3602 011119 arg mem_le_name ,contr 
-0x3603 011120 call memcpy 
-:      011121 car_le_modified_name_scan:
-0x3604 011122 fetcht 1 ,mem_le_name_len 
-0x3605 011123 copy temp ,loopcnt 
-0x3606 011124 arg mem_le_scan_data + 2 ,contw 
-0x3607 011125 arg mem_le_name ,contr 
-0x3608 011126 branch memcpy 
-:      011127 car_hex_to_ascii:
-0x3609 011128 sub temp ,9 ,null 
-0x360a 011129 branch car_hex_num ,positive 
-0x360b 011130 add temp ,55 ,temp 
-0x360c 011131 rtn 
-:      011132 car_hex_num:
-0x360d 011133 add temp ,48 ,temp 
-0x360e 011134 rtn 
-:      011136 car_ui_led_init:
-0x360f 011137 fetch 1 ,mem_car_config_blood_led1_gpio 
-0x3610 011138 bne invalid_pin_num ,car_blood_led_gpio_set 
-:      011139 car_ui_led_init_1:
-0x3611 011140 fetch 1 ,mem_car_config_pairing_led_gpio 
-0x3612 011141 bne invalid_pin_num ,car_pairing_led_gpio_set 
-:      011142 car_ui_led_init_2:
-0x3613 011143 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x3614 011144 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
-:      011145 car_ui_led_init_3:
-0x3615 011146 fetch 1 ,mem_car_led_num 
-0x3616 011147 copy pdata ,loopcnt 
-0x3617 011148 setarg mem_car_led_map 
-0x3618 011149 copy pdata ,rega 
-:      011150 car_in_lp1:
-0x3619 011151 copy rega ,contr 
-0x361a 011152 ifetch 1 ,contr 
-0x361b 011153 copy contr ,rega 
-0x361c 011154 beq invalid_pin_num ,car_in_lp1_end 
-0x361d 011155 copy pdata ,temp 
-0x361e 011156 call gpio_config_output 
-:      011157 car_in_lp1_end:
-0x361f 011158 loop car_in_lp1 
-:      011159 car_ui_led_init_end:
-0x3620 011160 rtn 
-:      011161 car_blood_led_gpio_set:
-0x3621 011162 fetch 8 ,mem_car_config_blood_led1_gpio 
-0x3622 011163 store 8 ,mem_car_led_map + 2 
-0x3623 011164 branch car_ui_led_init_1 
-:      011165 car_pairing_led_gpio_set:
-0x3624 011166 store 1 ,mem_car_led_map 
-0x3625 011167 branch car_ui_led_init_2 
-:      011168 car_low_voltage_led_gpio_set:
-0x3626 011169 store 1 ,mem_car_led_map + 1 
-0x3627 011170 branch car_ui_led_init_3 
-:      011173 car_init_environment:
-0x3628 011174 arg 0 ,rega 
-0x3629 011175 call pwm_init 
-0x362a 011176 call car_ir_rx_init 
-0x362b 011177 call g24_receive_process_init 
-0x362c 011178 branch car_init_adc_hvin 
-:      011180 car_init_adc_hvin:
-0x362d 011181 jam 100 ,mem_car_notify_vdd_value_last 
-0x362e 011182 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x362f 011183 store 1 ,mem_car_style2_struct_led_gpio 
-0x3630 011184 branch adc_init_data 
-:      011186 car_le_before_hibernate:
-0x3631 011187 call gpio_set_before_lpm_common 
-0x3632 011188 branch keyscan_process_lpm_before 
-:      011190 car_le_process_lpm_before:
-0x3633 011191 branch keyscan_process_lpm_before 
-:      011193 car_key_scan_process:
-0x3634 011196 branch keyscan_key_process 
-:      011198 car_scale_process_idle:
-0x3635 011199 call car_le_send_packet 
-0x3636 011200 call car_ir_receive_process 
-0x3637 011201 call car_g24_status_process 
-0x3638 011202 branch car_key_scan_process 
-:      011204 car_g24_status_process:
-0x3639 011205 fetch 2 ,mem_ui_state_map 
-0x363a 011206 rtnbit1 ui_state_ble_connected 
-0x363b 011207 fetch 1 ,mem_car_24g_received_pac 
-0x363c 011208 beq work_paired ,car_g24_connected_event 
-0x363d 011209 rtn 
-:      011210 car_g24_connected_event:
-0x363e 011211 fetch 1 ,mem_car_24g_status 
-0x363f 011212 rtneq work_paired 
-0x3640 011213 jam work_paired ,mem_car_24g_status 
-0x3641 011214 branch car_g24_connected 
-:      011216 car_le_send_packet:
-0x3642 011217 fetch 2 ,mem_ui_state_map 
-0x3643 011218 rtnbit0 ui_state_ble_connected 
-0x3644 011219 call le_fifo_check_nearly_full 
-0x3645 011220 nrtn blank 
-0x3646 011221 arg mem_car_pop_queue_buff ,rega 
-0x3647 011222 call queue_pop 
-0x3648 011223 nrtn user 
-0x3649 011224 arg mem_car_pop_queue_buff ,contr 
-0x364a 011225 branch le_send_notify_from_list 
-:      011227 car_scale_process_bb_event:
-0x364b 011228 copy regc ,pdata 
-0x364c 011229 beq bt_evt_button_up ,app_event_button_up 
-0x364d 011230 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x364e 011231 beq bt_evt_le_connected ,car_scale_event_le_conn 
-0x364f 011232 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
-0x3650 011233 rtn 
-:      011235 car_scale_event_le_conn:
-0x3651 011236 setarg disable_24g 
-0x3652 011237 call g24_store_mem_24g_mode 
-0x3653 011238 branch car_scale_process_conn 
-:      011239 car_g24_connected:
-0x3654 011240 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x3655 011241 store 2 ,mem_car_24g_no_data_timeout_timer 
-:      011242 car_scale_process_conn:
-0x3656 011243 jam 0x14 ,mem_car_notify_vdd_timer 
-0x3657 011244 jam 0 ,mem_lpm_mode 
-0x3658 011245 call app_ble_stop_adv 
-0x3659 011246 call app_lpm_mult_enable 
-0x365a 011247 fetch 1 ,mem_car_config_pairing_led_conn_status 
-0x365b 011248 beq 0x01 ,car_pairing_led_conn_status_setting 
-:      011249 car_scale_process_conn_next:
-0x365c 011250 arg 0 ,rega 
-0x365d 011251 branch ui_led_on_global 
-:      011252 car_pairing_led_conn_status_setting:
-0x365e 011253 arg 0 ,rega 
-0x365f 011254 branch ui_led_blink_stop_global 
-:      011256 car_scale_event_le_discon:
-0x3660 011257 setarg rx_24g 
-0x3661 011258 call g24_store_mem_24g_mode 
-:      011259 car_g24_disconnect:
-0x3662 011260 setarg 0 
-0x3663 011261 store 5 ,mem_car_led_control 
-0x3664 011262 setarg 4 
-0x3665 011263 call pwm_disable 
-0x3666 011264 setarg 5 
-0x3667 011265 call pwm_disable 
-0x3668 011266 setarg 20 
-0x3669 011267 call pwm_disable 
-0x366a 011268 setarg 21 
-0x366b 011269 call pwm_disable 
-0x366c 011270 setarg 22 
-0x366d 011271 call pwm_disable 
-0x366e 011272 setarg 7 
-0x366f 011273 call pwm_disable 
-0x3670 011274 call queue_init 
-0x3671 011275 jam 10 ,mem_motor1_speed 
-0x3672 011276 jam 10 ,mem_motor2_speed 
-0x3673 011277 jam 10 ,mem_motor3_speed 
-0x3674 011279 jam 2 ,mem_lpm_mult 
-0x3675 011280 arg 0 ,rega 
-0x3676 011281 call ui_led_blink_start_global 
-0x3677 011283 setarg fast_adv_interval_value_car 
-0x3678 011284 call shutter_ble_adv_interval_set 
-0x3679 011285 branch app_ble_start_adv 
-:      011287 car_le_bb_event_timer:
-0x367a 011289 call car_moto1_blank_data_timer 
-0x367b 011290 call car_moto2_blank_data_timer 
-0x367c 011291 call car_moto3_blank_data_timer 
-0x367d 011292 call app_power_timer 
-0x367e 011293 call car_led_control_timer 
-0x367f 011294 call car_notify_vdd_timer 
-0x3680 011295 call car_24g_no_data_timeout_timer 
-0x3681 011296 call car_ir_breakdown_timer 
-0x3682 011297 branch car_attack_shake_timer 
-:      011299 car_ir_breakdown_timer:
-0x3683 011300 arg mem_car_ir_breakdown_check_timer ,regc 
-0x3684 011301 arg car_ir_breakdown_timeout ,regb 
-0x3685 011302 branch timer_single_step 
-:      011303 car_ir_breakdown_timeout:
-0x3686 011304 call car_ir_gpio_get_status 
-0x3687 011305 nrtn true 
-0x3688 011306 jam 1 ,mem_car_ir_breakdown_flag 
-0x3689 011307 rtn 
-:      011309 car_24g_no_data_timeout_timer:
-0x368a 011310 arg mem_car_24g_no_data_timeout_timer ,regc 
-0x368b 011311 arg car_24g_no_data_timer_timeout ,regb 
-0x368c 011312 branch timer_single_step_2b 
-:      011313 car_24g_no_data_timer_timeout:
-0x368d 011314 jam work_search ,mem_car_24g_status 
-0x368e 011315 branch car_g24_disconnect 
-:      011317 car_attack_shake_timer:
-0x368f 011318 arg mem_car_attack_shake_timer ,regc 
-0x3690 011319 arg car_attack_shake ,regb 
-0x3691 011320 branch timer_single_step 
-:      011321 car_attack_shake:
-0x3692 011322 fetch 1 ,mem_car_attack_shake_flag 
-0x3693 011323 branch car_attack_shake_stop ,blank 
-0x3694 011324 jam 2 ,mem_car_attack_shake_timer 
-0x3695 011325 jam 0 ,mem_car_attack_shake_flag 
-0x3696 011326 setarg 0x0a02 
-0x3697 011327 store 2 ,mem_le_receive_payload 
-0x3698 011328 fetch 1 ,mem_car_config_device_select 
-0x3699 011329 beq device_battle_tank ,car_attack_shake_front_battle_tank 
-:      011330 car_attack_shake_front_battle_car:
-0x369a 011331 branch car_motor_control 
-:      011332 car_attack_shake_front_battle_tank:
-0x369b 011333 setarg 0x0a02 
-0x369c 011334 store 2 ,mem_le_receive_payload + 2 
-0x369d 011335 branch car_motor_control 
-:      011336 car_attack_shake_stop:
-0x369e 011337 setarg 0 
-0x369f 011338 store 4 ,mem_le_receive_payload 
-0x36a0 011339 branch car_motor_control 
-:      011341 car_notify_vdd_timer:
-0x36a1 011342 fetch 1 ,mem_car_config_bat_notify_enable 
-0x36a2 011343 rtn blank 
-0x36a3 011344 fetch 2 ,mem_ui_state_map 
-0x36a4 011345 bbit0 ui_state_ble_connected ,car_low_bat_led_off 
-0x36a5 011346 arg mem_car_notify_vdd_timer ,regc 
-0x36a6 011347 arg car_notify_vdd ,regb 
-0x36a7 011348 branch timer_single_step 
-:      011349 car_notify_vdd:
-0x36a8 011350 fetch 1 ,mem_car_notify_vdd_count 
-0x36a9 011351 store 1 ,mem_car_notify_vdd_timer 
-0x36aa 011352 fetch 1 ,mem_car_working_flag 
-0x36ab 011353 nrtn blank 
-:      011354 car_read_hvin:
-0x36ac 011355 call adc_set_mode 
-0x36ad 011356 call vdd_calculate_by_mode 
-0x36ae 011357 store 2 ,mem_vdd_now_vol 
-0x36af 011358 arg mem_vdd_calculate_set ,rega 
-0x36b0 011359 call adc_bat_percent_lowpower_out 
-0x36b1 011360 fetcht 1 ,mem_car_notify_vdd_value_last 
-0x36b2 011361 isub temp ,null 
-0x36b3 011362 branch car_notify_vdd_next2 ,positive 
-0x36b4 011363 store 1 ,mem_car_notify_vdd_value_last 
-0x36b5 011364 copy pdata ,temp 
-:      011365 car_notify_vdd_next2:
-0x36b6 011366 storet 1 ,mem_car_notify_vdd_percent 
-0x36b7 011367 fetch 1 ,mem_car_config_low_voltage_percent 
-0x36b8 011368 isub temp ,null 
-0x36b9 011369 call car_enter_low_bat ,positive 
-0x36ba 011370 storet 1 ,mem_notify_bat_payload 
-0x36bb 011371 arg 6 ,loopcnt 
-0x36bc 011372 arg mem_notify_bat_head ,contr 
-0x36bd 011373 call calc_check_sum_start 
-0x36be 011374 store 1 ,mem_notify_bat_check_sum 
-0x36bf 011375 arg mem_notify_bat_packet ,rega 
-0x36c0 011376 branch queue_push 
-:      011377 car_enter_low_bat:
-0x36c1 011378 fetch 1 ,mem_low_bat_flag 
-0x36c2 011379 nrtn blank 
-0x36c3 011380 jam 1 ,mem_low_bat_flag 
-0x36c4 011381 arg 1 ,rega 
-0x36c5 011382 branch ui_led_blink_start_global 
-:      011383 car_low_bat_led_off:
-0x36c6 011384 arg 1 ,rega 
-0x36c7 011385 branch ui_led_blink_stop_global 
-:      011387 car_led_control_timer:
-0x36c8 011388 arg mem_car_led_control_timer ,regc 
-0x36c9 011389 arg car_led_control ,regb 
-0x36ca 011390 branch timer_single_step 
-:      011391 car_led_control:
-0x36cb 011392 jam 5 ,mem_car_led_control_timer 
-0x36cc 011393 jam 0 ,mem_car_led_no 
-0x36cd 011394 fetch 1 ,mem_car_led_blink_status 
-0x36ce 011395 beq led_on ,car_led_control_blink_off 
-0x36cf 011396 beq led_off ,car_led_control_blink_on 
-:      011397 car_led_control_set:
-0x36d0 011398 arg mem_car_led_control ,contr 
-0x36d1 011399 copy contr ,rega 
-0x36d2 011400 arg 8 ,loopcnt 
-:      011401 car_led_control_timer_next:
-0x36d3 011402 copy rega ,contr 
-0x36d4 011403 ifetch 1 ,contr 
-0x36d5 011404 copy contr ,rega 
-0x36d6 011405 beq led_off ,car_led_control_off 
-0x36d7 011406 beq led_on ,car_led_control_on 
-0x36d8 011407 beq led_blink ,car_led_control_blink 
-:      011408 car_led_control_timer_next_2:
-0x36d9 011409 fetch 1 ,mem_car_led_no 
-0x36da 011410 increase 1 ,pdata 
-0x36db 011411 store 1 ,mem_car_led_no 
-0x36dc 011412 loop car_led_control_timer_next 
-0x36dd 011413 rtn 
-:      011414 car_led_switch:
-0x36de 011415 fetch 1 ,mem_car_led_no 
-0x36df 011416 arg mem_car_config_blood_led_gpio ,regb 
-0x36e0 011417 iadd regb ,regb 
-0x36e1 011418 ifetcht 1 ,regb 
-0x36e2 011419 rtn 
-:      011420 car_led_control_off:
-0x36e3 011421 call car_led_switch 
-0x36e4 011422 call gpio_out_inactive 
-0x36e5 011423 branch car_led_control_timer_next_2 
-:      011424 car_led_control_on:
-0x36e6 011425 call car_led_switch 
-0x36e7 011426 call gpio_out_active 
-0x36e8 011427 branch car_led_control_timer_next_2 
-:      011428 car_led_control_blink:
-0x36e9 011429 fetch 1 ,mem_car_led_blink_status 
-0x36ea 011430 beq led_on ,car_led_control_off 
-0x36eb 011431 branch car_led_control_on 
-:      011432 car_led_control_blink_on:
-0x36ec 011433 jam led_on ,mem_car_led_blink_status 
-0x36ed 011434 branch car_led_control_set 
-:      011435 car_led_control_blink_off:
-0x36ee 011436 jam led_off ,mem_car_led_blink_status 
-0x36ef 011437 branch car_led_control_set 
-:      011441 calc_check_sum_start:
-0x36f0 011442 arg 0 ,rega 
-:      011443 calc_check_sum_loop:
-0x36f1 011444 ifetch 1 ,contr 
-0x36f2 011445 iadd rega ,rega 
-0x36f3 011446 loop calc_check_sum_loop 
-:      011447 calc_check_sum_and:
-0x36f4 011448 and rega ,0xff ,pdata 
-0x36f5 011449 rtn 
-:      011451 car_le_receive_data:
-0x36f6 011452 fetch 1 ,mem_le_att_opcode 
-0x36f7 011453 beq attop_write_request ,car_le_parse_att_write_request 
-0x36f8 011454 rtn 
-:      011455 car_le_parse_att_write_request:
-0x36f9 011456 fetch 2 ,mem_le_att_handle 
-0x36fa 011457 beq att_car_control_handle ,car_control_le_receive 
-0x36fb 011458 rtn 
-:      011470 le_app_receive_data:
-0x36fc 011471 bpatch patch1a_0 ,mem_patch1a 
-0x36fd 011472 ifetch 5 ,rega 
-0x36fe 011473 store 5 ,mem_app_receive_temp 
-0x36ff 011474 fetch 2 ,mem_app_receive_temp 
-0x3700 011475 arg le_receive_packet_head ,temp 
-0x3701 011476 isub temp ,null 
-0x3702 011477 nrtn zero 
-0x3703 011478 fetch 2 ,mem_app_receive_temp + 3 
-0x3704 011479 byteswap pdata ,pdata 
-0x3705 011480 store 2 ,mem_app_receive_temp + 3 
-0x3706 011481 copy pdata ,loopcnt 
-0x3707 011482 increase 5 ,rega 
-0x3708 011483 copy rega ,contr 
-0x3709 011484 arg mem_app_receive_temp + 5 ,contw 
-0x370a 011485 call memcpy 
-0x370b 011486 ifetch 1 ,contr 
-0x370c 011487 store 1 ,mem_app_receive_temp + 15 
-0x370d 011488 arg mem_app_receive_temp + 2 ,rega 
-0x370e 011489 arg mem_app_receive_temp + 5 ,regb 
-0x370f 011490 rtn 
-:      011492 car_control_le_receive:
-0x3710 011493 setarg 0 
-0x3711 011494 store 5 ,mem_le_receive_payload 
-0x3712 011495 store 5 ,mem_le_receive_payload + 5 
-0x3713 011496 call le_app_receive_data 
-0x3714 011497 copy regb ,contr 
-0x3715 011498 arg mem_le_receive_payload ,contw 
-0x3716 011499 arg 10 ,loopcnt 
-0x3717 011500 call memcpy 
-:      011501 car_receive_cmd_select:
-0x3718 011502 bpatch patch1a_1 ,mem_patch1a 
-0x3719 011503 ifetch 1 ,rega 
-0x371a 011504 beq car_cmd_old_car_control ,car_drive_old 
-0x371b 011505 beq car_cmd_old_speed_control ,car_speed_set_old 
-0x371c 011506 beq car_cmd_l_r_motor_control ,car_motor_control 
-0x371d 011507 beq car_cmd_f_b_motor_control ,car_motor_control 
-0x371e 011508 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
-0x371f 011509 beq car_cmd_led_control ,car_led_control_receive 
-0x3720 011510 beq car_cmd_device_info ,car_info_request 
-0x3721 011511 rtn 
-:      011513 car_24g_receive_data:
-0x3722 011514 fetch 2 ,mem_ui_state_map 
-0x3723 011515 rtnbit1 ui_state_ble_connected 
-0x3724 011517 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x3725 011518 store 2 ,mem_car_24g_no_data_timeout_timer 
-0x3726 011520 jam work_paired ,mem_car_24g_received_pac 
-0x3727 011522 setarg offset_24g_rxdata_temp_add3 
-0x3728 011523 call g24_set_rega 
-0x3729 011524 call car_control_le_receive 
-0x372a 011526 fetch 1 ,mem_app_receive_temp + 2 
-0x372b 011527 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
-0x372c 011528 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
-0x372d 011529 rtn 
-:      011530 car_24g_receive_data_next:
-0x372e 011531 fetch 1 ,mem_le_receive_payload 
-0x372f 011532 ncall car_moto1_enable_blank_data_timer ,blank 
-0x3730 011533 fetch 1 ,mem_le_receive_payload + 2 
-0x3731 011534 ncall car_moto2_enable_blank_data_timer ,blank 
-0x3732 011535 fetch 1 ,mem_le_receive_payload + 4 
-0x3733 011536 ncall car_moto3_enable_blank_data_timer ,blank 
-0x3734 011537 rtn 
-:      011539 car_moto1_enable_blank_data_timer:
-0x3735 011540 jam 5 ,mem_car_moto1_blank_timer 
-0x3736 011541 rtn 
-:      011542 car_moto2_enable_blank_data_timer:
-0x3737 011543 jam 5 ,mem_car_moto2_blank_timer 
-0x3738 011544 rtn 
-:      011545 car_moto3_enable_blank_data_timer:
-0x3739 011546 jam 5 ,mem_car_moto3_blank_timer 
-0x373a 011547 rtn 
-:      011549 car_moto1_blank_data_timer:
-0x373b 011550 arg mem_car_moto1_blank_timer ,regc 
-0x373c 011551 arg car_moto1_blank_data ,regb 
-0x373d 011552 branch timer_single_step 
-:      011553 car_moto2_blank_data_timer:
-0x373e 011554 arg mem_car_moto2_blank_timer ,regc 
-0x373f 011555 arg car_moto2_blank_data ,regb 
-0x3740 011556 branch timer_single_step 
-:      011557 car_moto3_blank_data_timer:
-0x3741 011558 arg mem_car_moto3_blank_timer ,regc 
-0x3742 011559 arg car_moto3_blank_data ,regb 
-0x3743 011560 branch timer_single_step 
-:      011562 car_moto1_blank_data:
-0x3744 011563 jam 0 ,mem_le_receive_payload 
-0x3745 011564 branch car_motor_control 
-:      011565 car_moto2_blank_data:
-0x3746 011566 jam 0 ,mem_le_receive_payload + 2 
-0x3747 011567 branch car_motor_control 
-:      011568 car_moto3_blank_data:
-0x3748 011569 jam 0 ,mem_le_receive_payload + 4 
-0x3749 011570 branch car_motor_control 
-:      011575 car_drive_old:
-0x374a 011576 call car_left_right_control_old 
-0x374b 011577 branch car_front_back_control_old 
-:      011578 car_left_right_control_old:
-0x374c 011579 fetch 1 ,mem_le_receive_payload 
-0x374d 011580 store 1 ,mem_motor2_status 
-0x374e 011581 branch car_motor2_control 
-:      011582 car_front_back_control_old:
-0x374f 011583 fetch 1 ,mem_motor1_speed 
-0x3750 011584 call car_reset_old_speed 
-0x3751 011585 fetch 1 ,mem_le_receive_payload + 1 
-0x3752 011586 store 1 ,mem_motor1_status 
-0x3753 011587 branch car_motor1_control 
-:      011588 car_reset_old_speed:
-0x3754 011589 beq speed_level_2 ,car_reset_old_speed2 
-0x3755 011590 beq speed_level_3 ,car_reset_old_speed3 
-0x3756 011591 store 1 ,mem_motor1_speed 
-0x3757 011592 rtn 
-:      011593 car_reset_old_speed2:
-0x3758 011594 jam speed_level_5 ,mem_motor1_speed 
-0x3759 011595 rtn 
-:      011596 car_reset_old_speed3:
-0x375a 011597 jam speed_level_10 ,mem_motor1_speed 
-0x375b 011598 rtn 
-:      011599 car_speed_set_old:
-0x375c 011600 fetch 1 ,mem_le_receive_payload 
-0x375d 011601 call car_reset_old_speed 
-0x375e 011602 fetch 1 ,mem_motor1_speed 
-0x375f 011603 call car_motor_speed_duty_setting 
-0x3760 011604 call car_motor_speed_duty_transform 
-0x3761 011605 branch pwm_pwm0_duty_set 
-:      011607 car_motor_control:
-0x3762 011608 fetch 1 ,mem_car_24g_go_die_flag 
-0x3763 011609 nrtn blank 
-0x3764 011610 fetch 6 ,mem_le_receive_payload 
-0x3765 011611 store 6 ,mem_motor1_status 
-0x3766 011612 fetch 1 ,mem_motor1_speed 
-0x3767 011613 fetcht 1 ,mem_motor2_speed 
-0x3768 011614 iand temp ,pdata 
-0x3769 011615 fetcht 1 ,mem_motor3_speed 
-0x376a 011616 iand temp ,pdata 
-0x376b 011617 call car_motor_working_flag ,blank 
-0x376c 011618 bpatch patch1a_2 ,mem_patch1a 
-0x376d 011619 call car_motor1_control 
-0x376e 011620 call car_motor2_control 
-0x376f 011621 branch car_motor3_control 
-:      011622 car_motor1_control:
-0x3770 011623 arg mem_motor1_pwm_set ,regb 
-0x3771 011624 arg mem_motor1_status ,contr 
-0x3772 011625 branch car_motor_status_select 
-:      011626 car_motor2_control:
-0x3773 011627 arg mem_motor2_pwm_set ,regb 
-0x3774 011628 arg mem_motor2_status ,contr 
-0x3775 011629 branch car_motor_status_select 
-:      011630 car_motor3_control:
-0x3776 011631 arg mem_motor3_pwm_set ,regb 
-0x3777 011632 arg mem_motor3_status ,contr 
-0x3778 011633 branch car_motor_status_select 
-:      011634 car_motor_working_flag:
-0x3779 011635 jam 0 ,mem_car_working_flag 
-0x377a 011636 rtn 
-:      011638 car_motor_status_select:
-0x377b 011639 ifetch 1 ,contr 
-0x377c 011640 beq motor_stop ,car_motor_stop 
-0x377d 011641 beq go_front ,car_motor_positive 
-0x377e 011642 beq go_back ,car_motor_negative 
-0x377f 011643 rtn 
-:      011644 car_motor_positive:
-0x3780 011645 jam 0 ,mem_motor_select_p_n 
-0x3781 011646 branch car_motor_negative + 1 
-:      011647 car_motor_negative:
-0x3782 011648 jam 1 ,mem_motor_select_p_n 
-0x3783 011649 ifetch 1 ,contr 
-0x3784 011650 store 1 ,mem_car_motor_speed 
-0x3785 011651 ifetch 8 ,regb 
-0x3786 011652 branch car_motor_work 
-:      011654 car_motor_stop:
-0x3787 011655 ifetch 1 ,regb 
-0x3788 011656 call pwm_disable 
-0x3789 011657 increase 1 ,regb 
-0x378a 011658 ifetch 1 ,regb 
-0x378b 011659 branch pwm_disable 
-:      011660 car_motor_work:
-0x378c 011661 store 8 ,mem_motor_pwm_pin1_set 
-0x378d 011662 jam 1 ,mem_car_working_flag 
-0x378e 011663 fetch 1 ,mem_motor_select_p_n 
-0x378f 011664 beq 0 ,car_motor_select_positive 
-:      011665 car_motor_select_negative:
-0x3790 011666 fetch 1 ,mem_motor_pwm_pin2_set 
-0x3791 011667 store 1 ,mem_motor_pwm_pin_set 
-0x3792 011668 fetch 1 ,mem_motor_pwm_pin1_set 
-:      011669 car_motor_work_next:
-0x3793 011670 call pwm_disable 
-0x3794 011671 fetch 1 ,mem_car_motor_speed 
-0x3795 011672 call car_motor_speed_duty_setting 
-0x3796 011673 store 1 ,mem_motor_pwm_dute_set 
-0x3797 011674 fetch 6 ,mem_motor_pwm_pin_set 
-0x3798 011675 store 6 ,mem_pdatatemp 
-0x3799 011676 branch pwm_out_set 
-:      011677 car_motor_select_positive:
-0x379a 011678 fetch 1 ,mem_motor_pwm_pin1_set 
-0x379b 011679 store 1 ,mem_motor_pwm_pin_set 
-0x379c 011680 fetch 1 ,mem_motor_pwm_pin2_set 
-0x379d 011681 branch car_motor_work_next 
-:      011683 car_motor_speed_duty_setting:
-0x379e 011684 mul32 pdata ,5 ,pdata 
-0x379f 011685 add pdata ,50 ,pdata 
-0x37a0 011686 rtn 
-:      011687 car_motor_speed_duty_transform:
-0x37a1 011688 arg 12000 ,temp 
-0x37a2 011689 imul32 temp ,pdata 
-0x37a3 011690 div pdata ,100 
-0x37a4 011691 call wait_div_end 
-0x37a5 011692 quotient temp 
-0x37a6 011693 copy temp ,rega 
-0x37a7 011694 setarg 12000 
-0x37a8 011695 isub temp ,regb 
-0x37a9 011696 rtn 
-:      011699 car_ir_init:
-0x37aa 011700 hfetch 1 ,core_gpio_sel2 
-0x37ab 011701 set1 2 ,pdata 
-0x37ac 011702 hstore 1 ,core_gpio_sel2 
-0x37ad 011703 setarg 158 
-0x37ae 011704 hstore 2 ,core_pwm_pcnt4 
-0x37af 011705 hstore 2 ,core_pwm_ncnt4 
-0x37b0 011706 rtn 
-:      011708 car_ir_data_rx_from_app:
-0x37b1 011709 fetch 1 ,mem_car_24g_go_die_flag 
-0x37b2 011710 nrtn blank 
-0x37b3 011711 fetch 2 ,mem_le_receive_payload 
-0x37b4 011712 store 2 ,mem_ir_data 
-0x37b5 011713 fetch 1 ,mem_car_24g_status 
-0x37b6 011714 bne work_paired ,car_ir_data_tx 
-0x37b7 011715 fetch 2 ,mem_le_lap 
-0x37b8 011716 store 2 ,mem_ir_data 
-:      011717 car_ir_data_tx:
-0x37b9 011718 bpatch patch1a_3 ,mem_patch1a 
-0x37ba 011719 call car_ir_init 
-0x37bb 011720 call car_ir_enable 
-0x37bc 011721 setarg 48000 
-0x37bd 011722 call sleep 
-0x37be 011723 call car_ir_disable 
-0x37bf 011724 setarg 7200 
-0x37c0 011725 call sleep 
-0x37c1 011726 arg 16 ,loopcnt 
-:      011727 car_ir_send_loop:
-0x37c2 011728 call car_ir_enable 
-0x37c3 011729 fetch 2 ,mem_ir_data 
-0x37c4 011730 bbit1 0 ,car_ir_is_bit1 
-0x37c5 011731 setarg 7200 
-0x37c6 011732 call sleep 
-0x37c7 011733 call car_ir_disable 
-0x37c8 011734 branch car_ir_wait_finish 
-:      011736 car_ir_is_bit1:
-0x37c9 011737 setarg 14400 
-0x37ca 011738 call sleep 
-0x37cb 011739 call car_ir_disable 
-:      011740 car_ir_wait_finish:
-0x37cc 011741 setarg 7200 
-0x37cd 011742 call sleep 
-0x37ce 011743 fetch 2 ,mem_ir_data 
-0x37cf 011744 rshift pdata ,pdata 
-0x37d0 011745 store 2 ,mem_ir_data 
-0x37d1 011746 loop car_ir_send_loop 
-0x37d2 011748 jam 2 ,mem_car_attack_shake_timer 
-0x37d3 011749 jam 1 ,mem_car_attack_shake_flag 
-0x37d4 011750 setarg 0x0a01 
-0x37d5 011751 store 2 ,mem_le_receive_payload 
-0x37d6 011752 fetch 1 ,mem_car_config_device_select 
-0x37d7 011753 beq device_battle_tank ,car_attack_shake_back_battle_tank 
-:      011754 car_attack_shake_back_battle_car:
-0x37d8 011755 branch car_motor_control 
-:      011756 car_attack_shake_back_battle_tank:
-0x37d9 011757 setarg 0x0a01 
-0x37da 011758 store 2 ,mem_le_receive_payload + 2 
-0x37db 011759 branch car_motor_control 
-:      011761 car_ir_enable:
-0x37dc 011762 hfetch 1 ,core_gpio_key2 
-0x37dd 011763 or_into 0x40 ,pdata 
-0x37de 011764 hstore 1 ,core_gpio_key2 
-0x37df 011765 rtn 
-:      011766 car_ir_disable:
-0x37e0 011767 hfetch 1 ,core_gpio_key2 
-0x37e1 011768 and_into 0xbf ,pdata 
-0x37e2 011769 hstore 1 ,core_gpio_key2 
-0x37e3 011770 rtn 
-:      011772 car_ir_rx_init:
-0x37e4 011773 fetch 1 ,mem_car_config_ir_enable 
-0x37e5 011774 rtneq 0x00 
-0x37e6 011775 call lpm_disable_exen_output 
-0x37e7 011776 fetcht 1 ,mem_car_config_ir_rx_gpio 
-0x37e8 011777 storet 1 ,mem_ir_rx_gpio 
-0x37e9 011778 call gpio_config_input 
-0x37ea 011779 call car_ir_gpio_get_status 
-0x37eb 011780 nrtn true 
-0x37ec 011781 jam 1 ,mem_car_ir_breakdown_check_timer 
-0x37ed 011782 rtn 
-:      011784 car_ir_receive_process:
-0x37ee 011785 fetch 1 ,mem_car_config_ir_enable 
-0x37ef 011786 rtneq flag_ir_disable 
-0x37f0 011787 fetch 1 ,mem_car_ir_breakdown_flag 
-0x37f1 011788 nrtn blank 
-0x37f2 011789 fetch 2 ,mem_ui_state_map 
-0x37f3 011790 bbit1 ui_state_ble_connected ,car_ir_receive_process_next 
-0x37f4 011791 fetch 1 ,mem_car_24g_status 
-0x37f5 011792 rtnne work_paired 
-:      011793 car_ir_receive_process_next:
-0x37f6 011794 bpatch patch1a_4 ,mem_patch1a 
-0x37f7 011795 call car_ir_gpio_get_status 
-0x37f8 011796 nrtn true 
-0x37f9 011797 setarg 36000 
-0x37fa 011798 call sleep 
-0x37fb 011799 call car_ir_gpio_get_status 
-0x37fc 011800 nrtn true 
-0x37fd 011801 call car_ir_clk_get 
-:      011802 car_ir_packet_head_wait_end:
-0x37fe 011803 call car_ir_clk_check 
-0x37ff 011804 nrtn positive 
-0x3800 011805 call car_ir_gpio_get_status 
-0x3801 011806 branch car_ir_packet_head_wait_end ,true 
-0x3802 011807 arg 0 ,rega 
-0x3803 011808 arg 16 ,loopcnt 
-0x3804 011809 call car_ir_clk_get 
-:      011810 car_ir_receive_process_loop:
-0x3805 011811 call car_ir_clk_check 
-0x3806 011812 nrtn positive 
-0x3807 011813 call car_ir_gpio_get_status 
-0x3808 011814 nbranch car_ir_receive_process_loop ,true 
-0x3809 011815 setarg 10800 
-0x380a 011816 call sleep 
-0x380b 011817 call car_ir_gpio_get_status 
-0x380c 011818 branch car_ir_get_bit1 ,true 
-:      011819 car_ir_get_bit0:
-0x380d 011820 setarg 0 
-0x380e 011821 rshift rega ,rega 
-0x380f 011822 ior rega ,rega 
-0x3810 011823 loop car_ir_receive_process_loop 
-0x3811 011824 branch car_ir_receive_process_end 
-:      011825 car_ir_get_bit1:
-0x3812 011826 setarg 0x8000 
-0x3813 011827 rshift rega ,rega 
-0x3814 011828 ior rega ,rega 
-0x3815 011829 call car_ir_clk_get 
-:      011830 car_ir_get_bit1_wait_low_end:
-0x3816 011831 call car_ir_clk_check 
-0x3817 011832 nrtn positive 
-0x3818 011833 call car_ir_gpio_get_status 
-0x3819 011834 branch car_ir_get_bit1_wait_low_end ,true 
-0x381a 011835 loop car_ir_receive_process_loop 
-:      011836 car_ir_receive_process_end:
-0x381b 011837 bpatch patch1a_5 ,mem_patch1a 
-0x381c 011838 copy rega ,pdata 
-0x381d 011839 store 2 ,mem_ir_rx_buf 
-0x381e 011840 store 2 ,mem_ir_notify_data + 8 
-0x381f 011841 fetch 1 ,mem_car_24g_status 
-0x3820 011842 beq work_paired ,car_ir_24g_receive_attack 
-:      011843 car_ir_data_notify:
-0x3821 011844 arg 0x07 ,loopcnt 
-0x3822 011845 arg mem_ir_notify_data_head ,contr 
-0x3823 011846 call calc_check_sum_start 
-0x3824 011847 store 1 ,mem_ir_notify_data_check_sum 
-0x3825 011848 arg mem_ir_notify_data ,rega 
-0x3826 011849 branch queue_push 
-:      011851 car_ir_24g_receive_attack:
-0x3827 011852 fetch 1 ,mem_car_24g_ir_receive_attack_count 
-0x3828 011853 increase 1 ,pdata 
-0x3829 011854 store 1 ,mem_car_24g_ir_receive_attack_count 
-0x382a 011855 div pdata ,2 
-0x382b 011856 call wait_div_end 
-0x382c 011857 quotient temp 
-0x382d 011858 remainder pdata 
-0x382e 011859 nbranch car_ir_24g_receive_attack_blink ,blank 
-:      011860 car_ir_24g_receive_attack_off:
-0x382f 011861 fetch 1 ,mem_car_config_led_num 
-0x3830 011862 isub temp ,null 
-0x3831 011863 call car_ir_24g_go_die ,zero 
-0x3832 011864 arg mem_car_led_control ,pdata 
-0x3833 011865 increase -1 ,temp 
-0x3834 011866 iadd temp ,rega 
-0x3835 011867 arg 0 ,pdata 
-0x3836 011868 istore 1 ,rega 
-0x3837 011869 rtn 
-:      011870 car_ir_24g_receive_attack_blink:
-0x3838 011871 arg mem_car_led_control ,pdata 
-0x3839 011872 iadd temp ,rega 
-0x383a 011873 arg 2 ,pdata 
-0x383b 011874 istore 1 ,rega 
-0x383c 011875 rtn 
-:      011876 car_ir_24g_go_die:
-0x383d 011877 jam 1 ,mem_car_24g_go_die_flag 
-0x383e 011878 rtn 
-:      011879 car_ir_clk_get:
-0x383f 011880 copy clkn_bt ,pdata 
-0x3840 011881 store 4 ,mem_ir_receive_clkn 
-0x3841 011882 rtn 
-:      011883 car_ir_clk_check:
-0x3842 011884 copy clkn_bt ,pdata 
-0x3843 011885 fetcht 4 ,mem_ir_receive_clkn 
-0x3844 011886 isub temp ,pdata 
-0x3845 011887 sub pdata ,200 ,null 
-0x3846 011888 rtn 
-:      011890 car_ir_gpio_get_status:
-0x3847 011891 fetcht 1 ,mem_ir_rx_gpio 
-0x3848 011892 branch gpio_get_bit 
-:      011894 car_led_control_receive:
-0x3849 011895 fetch 8 ,mem_le_receive_payload 
-0x384a 011896 store 8 ,mem_car_led_control 
-0x384b 011897 rtn 
-:      011899 car_info_request:
-0x384c 011900 fetch 1 ,mem_car_config_device_select 
-0x384d 011901 store 1 ,mem_car_info_request_payload 
-0x384e 011902 fetch 1 ,mem_car_config_motor_layout 
-0x384f 011903 store 1 ,mem_car_info_request_payload + 1 
-0x3850 011904 fetch 1 ,mem_car_config_ir_enable 
-0x3851 011905 store 1 ,mem_car_info_request_payload + 2 
-0x3852 011906 arg 13 ,loopcnt 
-0x3853 011907 arg mem_car_info_request_head ,contr 
-0x3854 011908 call calc_check_sum_start 
-0x3855 011909 store 1 ,mem_car_info_request_checksum 
-0x3856 011910 arg mem_car_info_request ,rega 
-0x3857 011911 branch queue_push 
-:      011917 light_init:
-0x3858 011918 call clear_eeprom_size_2k 
-0x3859 011919 jam 0x7a ,mem_curr_packet_num 
-0x385a 011920 call light_load_controler_list 
-0x385b 011921 call light_init_crr_cmd_count 
-0x385c 011922 setarg light_pairing_timer 
-0x385d 011923 store 2 ,mem_cb_event_timer 
-0x385e 011924 arg 0 ,rega 
-0x385f 011925 branch pwm_init 
-:      011927 light_pairing_timer:
-0x3860 011928 fetch 2 ,mem_light_pairing_timer 
-0x3861 011929 rtn blank 
-0x3862 011930 increase -1 ,pdata 
-0x3863 011931 store 2 ,mem_light_pairing_timer 
-0x3864 011932 rtnne 0 
-0x3865 011933 jam 0 ,mem_light_pairing_enable 
-0x3866 011934 rtn 
-:      011936 light_init_crr_cmd_count:
-0x3867 011937 bpatch patch1a_6 ,mem_patch1a 
-0x3868 011938 fetch 1 ,mem_light_next_record 
-0x3869 011939 sub pdata ,40 ,null 
-0x386a 011940 rtn positive 
-0x386b 011941 jam 0 ,mem_light_next_record 
-0x386c 011942 rtn 
-:      011944 light_load_controler_list:
-0x386d 011945 arg mem_light_next_record ,rega 
-0x386e 011946 arg 0 ,regb 
-0x386f 011947 arg 81 ,temp 
-0x3870 011948 branch iicd_read_eep_data 
-:      011951 light_find_controler_pairing:
-0x3871 011952 disable user 
-0x3872 011953 fetch 1 ,mem_light_cnum 
-0x3873 011954 copy pdata ,loopcnt 
-0x3874 011956 arg mem_light_clist ,rega 
-0x3875 011957 copy regc ,regb 
-:      011958 light_find_controler_pairing_loop:
-0x3876 011959 bpatch patch1a_7 ,mem_patch1a 
-0x3877 011960 call light_compare_addr_record 
-0x3878 011961 branch enable_user ,zero 
-:      011962 light_find_single_pairing_diff:
-0x3879 011963 increase 4 ,rega 
-0x387a 011964 loop light_find_controler_pairing_loop 
-0x387b 011965 rtn 
-:      011968 light_compare_addr_record:
-0x387c 011969 bpatch patch1b_0 ,mem_patch1b 
-0x387d 011970 ifetch 3 ,rega 
-0x387e 011971 ifetcht 3 ,regb 
-0x387f 011972 isub temp ,null 
-0x3880 011973 rtn 
-:      011975 light_compare_single_record:
-0x3881 011976 bpatch patch1b_1 ,mem_patch1b 
-0x3882 011977 ifetch 3 ,rega 
-0x3883 011978 ifetcht 3 ,regb 
-0x3884 011979 isub temp ,null 
-0x3885 011980 nrtn zero 
-0x3886 011981 ifetch 1 ,contr 
-0x3887 011982 sub pdata ,0 ,null 
-0x3888 011983 rtn zero 
-0x3889 011984 add rega ,3 ,contr 
-0x388a 011985 ifetcht 1 ,contr 
-0x388b 011986 isub temp ,null 
-0x388c 011987 rtn 
-:      011990 light_find_controler_cmd:
-0x388d 011991 bpatch patch1b_2 ,mem_patch1b 
-0x388e 011992 disable user 
-0x388f 011993 fetch 1 ,mem_light_cnum 
-0x3890 011994 copy pdata ,loopcnt 
-0x3891 011996 arg mem_light_clist ,rega 
-0x3892 011997 copy regc ,regb 
-:      011998 light_find_controler_cmd_loop:
-0x3893 011999 call light_compare_single_record 
-0x3894 012000 branch enable_user ,zero 
-0x3895 012001 increase 4 ,rega 
-0x3896 012002 loop light_find_controler_cmd_loop 
-0x3897 012003 rtn 
-:      012006 light_recv_adv:
-0x3898 012007 fetch 1 ,mem_le_scanrsp_rcv 
-0x3899 012008 increase 1 ,pdata 
-0x389a 012009 store 1 ,mem_le_scanrsp_rcv 
-0x389b 012010 arg mem_le_rxbuf + 12 ,regc 
-:      012012 light_anylize_command:
-0x389c 012013 ifetch 2 ,regc 
-0x389d 012014 arg 0x55aa ,temp 
-0x389e 012015 isub temp ,null 
-0x389f 012016 nrtn zero 
-0x38a0 012017 copy contr ,regc 
-0x38a1 012018 ifetcht 3 ,regc 
-0x38a2 012019 setarg 0xffffff 
-0x38a3 012020 isub temp ,null 
-0x38a4 012021 branch light_parse_cmd ,zero 
-0x38a5 012022 call light_find_controler_cmd 
-0x38a6 012023 branch light_parse_cmd ,user 
-0x38a7 012024 rtn 
-:      012026 light_parse_cmd:
-0x38a8 012027 bpatch patch1b_3 ,mem_patch1b 
-0x38a9 012028 increase 4 ,regc 
-0x38aa 012029 ifetch 1 ,regc 
-0x38ab 012030 fetcht 1 ,mem_curr_packet_num 
-0x38ac 012031 isub temp ,null 
-0x38ad 012032 rtn zero 
-0x38ae 012033 store 1 ,mem_curr_packet_num 
-0x38af 012034 fetch 1 ,mem_le_req_rcv 
-0x38b0 012035 increase 1 ,pdata 
-0x38b1 012036 store 1 ,mem_le_req_rcv 
-0x38b2 012038 increase 1 ,regc 
-0x38b3 012039 ifetch 1 ,regc 
-0x38b4 012040 store 1 ,mem_light_crr_cmd_count 
-0x38b5 012041 copy pdata ,loopcnt 
-0x38b6 012042 rtn blank 
-:      012043 light_parse_cmd_loop:
-0x38b7 012044 ifetch 1 ,contr 
-0x38b8 012045 beq light_cmd_pwm0 ,light_parse_cmd_pwm0 
-0x38b9 012046 beq light_cmd_pwm1 ,light_parse_cmd_pwm1 
-0x38ba 012047 beq light_cmd_pwm2 ,light_parse_cmd_pwm2 
-0x38bb 012048 beq light_cmd_pwm3 ,light_parse_cmd_pwm3 
-0x38bc 012049 beq light_cmd_pwm4 ,light_parse_cmd_pwm4 
-0x38bd 012050 beq light_cmd_pwm5 ,light_parse_cmd_pwm5 
-0x38be 012051 beq light_cmd_auto_mode ,light_parse_auto_mode 
-0x38bf 012052 beq light_cmd_pairing ,light_parse_pairing 
-0x38c0 012053 loop light_parse_cmd_loop 
-0x38c1 012054 rtn 
-:      012056 light_parse_cmd_pwm0:
-0x38c2 012057 copy contr ,regc 
-0x38c3 012058 fetch 1 ,mem_light_pwm0 
-0x38c4 012059 store 1 ,mem_pdatatemp 
-0x38c5 012060 arg 0 ,temp 
-:      012061 light_parse_cmd_pwm_common:
-0x38c6 012062 storet 1 ,mem_pdatatemp + 1 
-0x38c7 012063 setarg 10000 
-0x38c8 012064 store 3 ,mem_pdatatemp + 2 
-0x38c9 012065 ifetch 1 ,regc 
-0x38ca 012066 store 1 ,mem_pdatatemp + 5 
-0x38cb 012067 call pwm_out_set 
-0x38cc 012068 and regc ,1 ,contr 
-0x38cd 012069 loop light_parse_cmd_loop 
-0x38ce 012070 rtn 
-:      012071 light_parse_cmd_pwm1:
-0x38cf 012072 copy regc ,contr 
-0x38d0 012073 fetch 1 ,mem_light_pwm1 
-0x38d1 012074 store 1 ,mem_pdatatemp 
-0x38d2 012075 arg 1 ,temp 
-0x38d3 012076 branch light_parse_cmd_pwm_common 
-:      012077 light_parse_cmd_pwm2:
-0x38d4 012078 copy regc ,contr 
-0x38d5 012079 fetch 1 ,mem_light_pwm2 
-0x38d6 012080 store 1 ,mem_pdatatemp 
-0x38d7 012081 arg 2 ,temp 
-0x38d8 012082 branch light_parse_cmd_pwm_common 
-:      012083 light_parse_cmd_pwm3:
-0x38d9 012084 copy regc ,contr 
-0x38da 012085 fetch 1 ,mem_light_pwm3 
-0x38db 012086 store 1 ,mem_pdatatemp 
-0x38dc 012087 arg 3 ,temp 
-0x38dd 012088 branch light_parse_cmd_pwm_common 
-:      012089 light_parse_cmd_pwm4:
-0x38de 012090 copy regc ,contr 
-0x38df 012091 fetch 1 ,mem_light_pwm4 
-0x38e0 012092 store 1 ,mem_pdatatemp 
-0x38e1 012093 arg 4 ,temp 
-0x38e2 012094 branch light_parse_cmd_pwm_common 
-:      012095 light_parse_cmd_pwm5:
-0x38e3 012096 copy regc ,contr 
-0x38e4 012097 fetch 1 ,mem_light_pwm5 
-0x38e5 012098 store 1 ,mem_pdatatemp 
-0x38e6 012099 arg 5 ,temp 
-0x38e7 012100 branch light_parse_cmd_pwm_common 
-:      012102 light_parse_auto_mode:
-0x38e8 012103 ifetch 1 ,contr 
-0x38e9 012104 rtn 
-:      012106 light_parse_pairing:
-0x38ea 012107 copy contr ,regc 
-0x38eb 012108 fetch 1 ,mem_light_pairing_enable 
-0x38ec 012109 bne 1 ,light_parse_pairing_abandon 
-0x38ed 012110 call update_controler_list 
-:      012111 light_parse_pairing_abandon:
-0x38ee 012112 and regc ,4 ,contr 
-0x38ef 012113 rtn 
-:      012114 update_controler_list:
-0x38f0 012115 bpatch patch1b_4 ,mem_patch1b 
-0x38f1 012116 call light_find_controler_pairing 
-0x38f2 012117 branch update_conrtoler_list_found ,user 
-0x38f3 012118 fetch 1 ,mem_light_next_record 
-0x38f4 012119 copy pdata ,temp 
-0x38f5 012120 increase 1 ,pdata 
-0x38f6 012121 store 1 ,mem_light_next_record 
-0x38f7 012122 call light_init_crr_cmd_count 
-0x38f8 012123 lshift2 temp ,temp 
-0x38f9 012124 setarg mem_light_clist 
-0x38fa 012125 iadd temp ,contw 
-0x38fb 012126 ifetch 4 ,regc 
-0x38fc 012127 istore 4 ,contw 
-0x38fd 012128 branch update_conrtoler_store_list 
-:      012129 update_conrtoler_list_found:
-0x38fe 012130 add regc ,3 ,contr 
-0x38ff 012131 ifetch 1 ,contr 
-0x3900 012132 rtn blank 
-0x3901 012133 ifetch 4 ,regc 
-0x3902 012134 istore 4 ,rega 
-:      012135 update_conrtoler_store_list:
-0x3903 012136 arg mem_light_next_record ,rega 
-0x3904 012137 arg 0 ,regb 
-0x3905 012138 arg 81 ,temp 
-0x3906 012139 branch iicd_write_eep_data 
-:      012143 lightc_init:
-0x3907 012147 fetcht 1 ,mem_lightc_led_gpio 
-0x3908 012148 call gpio_out_inactive 
-0x3909 012149 rtn 
-:      012152 lightc_dispatch:
-0x390a 012155 fetcht 1 ,mem_lightc_led_gpio 
-0x390b 012156 call gpio_out_active 
-0x390c 012159 fetcht 1 ,mem_lightc_led_gpio 
-0x390d 012160 call gpio_out_inactive 
-0x390e 012163 call lightc_start_adv 
-0x390f 012165 fetch 1 ,mem_adv_time 
-0x3910 012166 nrtn blank 
-0x3911 012168 call lpm_write_gpio_wakeup 
-0x3912 012169 hfetch 4 ,core_lpm_ctrl 
-0x3913 012170 set0 15 ,pdata 
-0x3914 012171 hstore 4 ,core_lpm_reg 
-0x3915 012172 call lpm_write_ctrl 
-0x3916 012173 arg param_hibernate_clks ,temp 
-0x3917 012174 branch lpm_sleep 
-:      012176 lightc_adv:
-0x3918 012177 fetch 1 ,mem_adv_time 
-0x3919 012178 branch le_adv_loop_tx ,blank 
-0x391a 012179 increase -1 ,pdata 
-0x391b 012180 store 1 ,mem_adv_time 
-0x391c 012181 branch le_adv_loop_tx 
-:      012183 lightc_start_adv:
-0x391d 012184 mul32 pdata ,20 ,pdata 
-0x391e 012185 arg mem_cmd0_string ,contr 
-0x391f 012186 iadd contr ,contr 
-0x3920 012187 ifetch 1 ,contr 
-0x3921 012188 rtn blank 
-0x3922 012189 copy pdata ,rega 
-0x3923 012190 copy rega ,loopcnt 
-0x3924 012191 arg mem_le_adv_data + 2 ,contw 
-0x3925 012192 call memcpy 
-0x3926 012193 copy rega ,pdata 
-0x3927 012194 increase 2 ,pdata 
-0x3928 012195 store 1 ,mem_le_adv_data_len 
-0x3929 012196 rtn 
-:      012203 module_init:
-0x392a 012205 rtn wake 
-0x392b 012206 call le_modified_name 
-0x392c 012207 call adc_init_data 
-0x392d 012208 setarg module_process_idle 
-0x392e 012209 store 2 ,mem_cb_idle_process 
-0x392f 012210 setarg module_bt_conn_process 
-0x3930 012211 store 2 ,mem_cb_bt_process 
-0x3931 012212 setarg module_process_bb_event 
-0x3932 012213 store 2 ,mem_cb_bb_event_process 
-0x3933 012214 setarg module_le_conn_process 
-0x3934 012215 store 2 ,mem_cb_le_process 
-0x3935 012216 setarg module_lpm_lock 
-0x3936 012217 store 2 ,mem_cb_check_wakelock 
-0x3937 012218 setarg module_hci_cmd_transmit_le_notify 
-0x3938 012219 store 2 ,mem_cb_ble_transmit 
-0x3939 012220 setarg module_hci_event_receive_spp_data 
-0x393a 012221 store 2 ,mem_cb_receive_spp_data 
-0x393b 012222 setarg module_le_receive_data 
-0x393c 012223 store 2 ,mem_cb_att_write 
-0x393d 012224 setarg module_bb_event_timer 
-0x393e 012225 store 2 ,mem_cb_event_timer 
-0x393f 012227 call module_spp_clear_last_transmite_clock 
-0x3940 012228 bpatch patch1b_5 ,mem_patch1b 
-0x3941 012229 call module_lpm_uart_init 
-0x3942 012230 call module_gpio_init 
-0x3943 012231 call check_module_disabled 
-0x3944 012232 branch module_hci_event_enter_standby_mode 
-:      012235 module_lpm_uart_init:
-0x3945 012236 fetch 4 ,mem_module_uart_rx_buffer 
-0x3946 012237 hstore 4 ,core_uart_rsaddr 
-0x3947 012239 fetch 4 ,mem_module_uart_tx_buffer 
-0x3948 012240 hstore 4 ,core_uart_tsaddr 
-0x3949 012242 hfetch 1 ,core_gpio_sel1 
-0x394a 012243 or_into 0x04 ,pdata 
-0x394b 012244 and_into 0xfc ,pdata 
-0x394c 012245 hstore 1 ,core_gpio_sel1 
-0x394d 012246 jam 0x00 ,core_uart_ctrl 
-0x394e 012248 fetch 2 ,mem_module_uart_rx_buffer 
-0x394f 012249 hstore 2 ,core_uart_rrptr 
-0x3950 012250 fetch 2 ,mem_module_uart_tx_buffer 
-0x3951 012251 hstore 2 ,core_uart_twptr 
-0x3952 012252 hstore 2 ,core_uart_trptrp 
-0x3953 012254 hfetch 4 ,core_gpio_pu0 
-0x3954 012255 set1 7 ,pdata 
-0x3955 012256 hstore 4 ,core_gpio_pu0 
-0x3956 012258 hfetch 2 ,core_clkoff 
-0x3957 012259 set0 clock_off_uart ,pdata 
-0x3958 012260 hstore 2 ,core_clkoff 
-0x3959 012261 call uart_set_baud_by_mem 
-0x395a 012262 jam uartclk_crystal ,core_uart_clksel 
-0x395b 012263 jam uart_ctrl_h4 ,core_uart_ctrl 
-0x395c 012265 fetch 1 ,mem_module_flag 
-0x395d 012266 isolate1 module_flag_uart_flow_control ,pdata 
-0x395e 012267 hfetcht 1 ,core_uart_ctrl 
-0x395f 012268 setflag true ,4 ,temp 
-0x3960 012269 hstoret 1 ,core_uart_ctrl 
-0x3961 012270 rtn 
-:      012274 module_lpm_init:
-0x3962 012275 call module_spp_clear_last_transmite_clock 
-0x3963 012276 branch module_lpm_uart_init 
-:      012279 module_gpio_init:
-0x3964 012284 fetcht 1 ,mem_module_connect_state_gpio 
-0x3965 012285 call gpio_config_output 
-0x3966 012286 call module_set_conn_pin_low 
-0x3967 012288 fetcht 1 ,mem_module_wake_up_gpio 
-0x3968 012289 branch gpio_config_input 
-:      012291 module_lpm_lock:
-0x3969 012292 fetcht 1 ,mem_module_wake_up_gpio 
-0x396a 012293 call gpio_get_bit 
-0x396b 012294 nbranch app_put_lpm_wake_lock ,true 
-0x396c 012295 branch app_get_lpm_wake_lock 
-:      012298 module_le_conn_process:
-0x396d 012299 rtn 
-:      012301 module_bt_conn_process:
-0x396e 012302 call module_spp_enter_sniff 
-0x396f 012303 branch module_control_air_flow 
-:      012305 module_spp_enter_sniff:
-0x3970 012306 fetch 1 ,mem_ui_state_map 
-0x3971 012307 bbit0 ui_state_bt_spp_conn ,module_spp_clear_last_transmite_clock 
-0x3972 012308 bpatch patch1b_6 ,mem_patch1b 
-0x3973 012309 setarg 0x3eff 
-0x3974 012310 fetcht 4 ,mem_last_transmite_clock 
-0x3975 012311 iadd temp ,temp 
-0x3976 012312 copy clkn_bt ,pdata 
-0x3977 012313 isub temp ,null 
-0x3978 012314 nrtn positive 
-0x3979 012315 fetch 2 ,mem_ui_state_map 
-0x397a 012316 bbit1 ui_state_bt_sniff ,module_spp_clear_last_transmite_clock 
-0x397b 012317 fetch 1 ,mem_module_flag 
-0x397c 012318 rtnbit1 moudle_task_sniff 
-0x397d 012319 call module_set_sniff_task_flag 
-0x397e 012320 call app_bt_enter_sniff 
-:      012321 module_spp_clear_last_transmite_clock:
-0x397f 012322 copy clkn_bt ,pdata 
-0x3980 012323 store 4 ,mem_last_transmite_clock 
-0x3981 012324 rtn 
-:      012327 module_process_idle:
-0x3982 012328 call module_control_air_flow 
-0x3983 012329 call l2cap_malloc_is_fifo_full 
-0x3984 012330 nrtn blank 
-0x3985 012331 branch module_process 
-:      012334 module_process_bb_event:
-0x3986 012335 copy regc ,pdata 
-0x3987 012336 beq bt_evt_bb_connected ,module_process_bb_conn 
-0x3988 012337 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
-0x3989 012338 beq bt_evt_reconn_failed ,module_process_reconn_fail 
-0x398a 012339 beq bt_evt_setup_complete ,module_process_setup_complete 
-0x398b 012340 beq bt_evt_spp_connected ,module_process_spp_connected 
-0x398c 012341 beq bt_evt_spp_disconnected ,module_process_spp_disconnected 
-0x398d 012342 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
-0x398e 012343 beq bt_evt_enter_sniff ,module_process_enter_sniff 
-0x398f 012344 beq bt_evt_exit_sniff ,module_process_exit_sniff 
-0x3990 012345 beq bt_evt_reconn_page_timeout ,module_process_page_time_out 
-0x3991 012346 beq bt_evt_le_connected ,module_process_le_conn 
-0x3992 012347 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
-0x3993 012348 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
-0x3994 012349 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
-0x3995 012350 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
-0x3996 012351 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
-0x3997 012352 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
-0x3998 012353 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
-0x3999 012354 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
-0x399a 012355 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
-0x399b 012356 beq bt_evt_bt_gkey_generate ,module_hci_event_gkey_generate 
-0x399c 012357 beq bt_evt_bt_get_passkey ,module_hci_event_passkey_entry_mode 
-0x399d 012358 beq bt_evt_bt_pairing_fail ,module_hci_event_bt_pairing_fail 
-0x399e 012359 beq bt_evt_bt_pairing_success ,module_hci_event_bt_pairing_success 
-0x399f 012360 beq bt_evt_le_gkey_generate ,module_hci_event_le_gkey 
-0x39a0 012361 beq bt_evt_store_nvram ,module_hci_event_store_device 
-0x39a1 012362 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
-0x39a2 012363 rtn 
-:      012366 module_process_bb_event_disconned:
-0x39a3 012367 call module_spp_clear_last_transmite_clock 
-0x39a4 012368 fetch 1 ,mem_flag_pairing_state 
-0x39a5 012369 ncall module_hci_event_bt_pairing_fail ,blank 
-0x39a6 012370 call module_disconn_start 
-0x39a7 012371 fetch 2 ,mem_ui_state_map 
-0x39a8 012372 rtnbit0 ui_state_bt_spp_conn 
-0x39a9 012373 branch module_spp_disconnected 
-:      012375 module_process_spp_connected:
-0x39aa 012376 fetch 2 ,mem_ui_state_map 
-0x39ab 012377 set1 ui_state_bt_spp_conn ,pdata 
-0x39ac 012378 store 2 ,mem_ui_state_map 
-0x39ad 012379 fetch 1 ,mem_module_spp_lpm_mult 
-0x39ae 012380 store 1 ,mem_lpm_mult 
-0x39af 012381 call module_set_conn_pin_low 
-0x39b0 012382 branch module_hci_event_spp_connect 
-:      012384 module_process_spp_disconnected:
-:      012386 module_spp_disconnected:
-0x39b1 012387 fetch 2 ,mem_ui_state_map 
-0x39b2 012388 rtnbit0 ui_state_bt_spp_conn 
-0x39b3 012389 set0 ui_state_bt_spp_conn ,pdata 
-0x39b4 012390 store 2 ,mem_ui_state_map 
-0x39b5 012391 branch module_hci_event_spp_disconnect 
-:      012394 module_process_enter_sniff:
-:      012396 module_sniff_param_check:
-0x39b6 012397 call module_spp_clear_last_transmite_clock 
-0x39b7 012400 fetch 2 ,mem_context + coffset_tsniff 
-0x39b8 012401 rshift pdata ,pdata 
-0x39b9 012402 fetcht 2 ,mem_sniff_param_interval 
-0x39ba 012403 isub temp ,null 
-0x39bb 012404 nbranch module_sniff_param_check_unsniff ,zero 
-0x39bc 012405 branch app_lpm_mult_enable 
-:      012406 module_sniff_param_check_unsniff:
-0x39bd 012407 fetch 1 ,mem_module_flag 
-0x39be 012408 rtnbit1 moudle_task_unsniff 
-0x39bf 012409 hfetch 2 ,core_uart_rxitems 
-0x39c0 012410 ncall module_set_unsniff_task_flag ,blank 
-0x39c1 012411 branch app_bt_sniff_exit 
-:      012413 module_process_exit_sniff:
-0x39c2 012414 call module_clear_sniff_task_flag 
-0x39c3 012415 branch app_lpm_mult_disable 
-:      012417 module_process_setup_complete:
-0x39c4 012418 call module_spp_clear_last_transmite_clock 
-0x39c5 012419 branch module_conn_start 
-:      012421 module_process_bb_even_le_disconn:
-0x39c6 012422 call le_clr_config_more_data 
-0x39c7 012423 call module_disconn_start 
-0x39c8 012424 branch module_hci_event_le_disconnect 
-:      012426 module_process_evt_pincode_req:
-0x39c9 012427 branch app_bt_set_pincode 
-:      012430 module_process_sniff_not_accept:
-0x39ca 012431 branch module_clear_sniff_task_flag 
-:      012434 module_process_unsniff_accept:
-0x39cb 012435 fetch 1 ,mem_module_flag 
-0x39cc 012436 bbit0 moudle_task_unsniff ,app_bt_enter_sniff 
-0x39cd 012437 branch module_clear_unsniff_task_flag 
-:      012440 module_process_unsniff_not_accept:
-0x39ce 012441 branch module_clear_unsniff_task_flag 
-:      012444 module_process_le_conn:
-0x39cf 012445 call le_send_att_exchange_mtu_requset 
-0x39d0 012446 call module_conn_start 
-0x39d1 012447 fetch 1 ,mem_module_le_lpm_mult 
-0x39d2 012448 store 1 ,mem_lpm_mult 
-0x39d3 012449 branch module_hci_event_le_connect 
-:      012452 module_process_bb_conn:
-0x39d4 012453 jam 0 ,mem_flag_mode_ssp_pin 
-0x39d5 012454 call module_clear_sniff_task_flag 
-0x39d6 012455 branch module_clear_unsniff_task_flag 
-:      012457 module_process_page_time_out:
-:      012458 module_process_reconn_fail:
-:      012459 module_disconn_start:
-0x39d7 012460 call module_start_adv_discovery_by_command 
-0x39d8 012461 branch module_set_conn_pin_high 
-:      012464 module_process_ble_ltk_lost:
-0x39d9 012465 call le_send_reject_ind 
-0x39da 012466 branch le_send_smp_security_request 
-:      012469 module_set_conn_pin_high:
-0x39db 012470 fetcht 1 ,mem_module_connect_state_gpio 
-0x39dc 012471 branch gpio_out_active 
-:      012473 module_conn_start:
-0x39dd 012474 call module_stop_adv_discovery 
-0x39de 012475 branch module_set_conn_pin_low 
-:      012477 module_stop_adv_discovery:
-0x39df 012478 fetch 1 ,mem_module_state 
-0x39e0 012479 isolate1 moudle_state_bt_bit ,pdata 
-0x39e1 012480 call app_bt_stop_discovery ,true 
-0x39e2 012481 fetch 1 ,mem_module_state 
-0x39e3 012482 isolate1 moudle_state_ble_bit ,pdata 
-0x39e4 012483 call app_ble_stop_adv ,true 
-0x39e5 012484 rtn 
-:      012485 module_set_conn_pin_low:
-0x39e6 012486 fetcht 1 ,mem_module_connect_state_gpio 
-0x39e7 012487 branch gpio_out_inactive 
-:      012489 module_process_with_credit:
-0x39e8 012490 fetch 1 ,mem_credit_flag 
-0x39e9 012491 rtneq credit_disable 
-0x39ea 012492 branch rfcomm_send_uih_without_payload 
-:      012494 module_process:
-0x39eb 012495 hfetch 1 ,core_uart_status 
-0x39ec 012496 bbit1 uart_status_rx_fifo_empty ,module_process_with_credit 
-0x39ed 012497 call uartd_prepare_rx 
-0x39ee 012498 ifetch 1 ,contru 
-0x39ef 012499 bne 0x01 ,module_hci_in_excp 
-0x39f0 012500 hfetch 2 ,core_uart_rxitems 
-0x39f1 012501 sub pdata ,2 ,null 
-0x39f2 012502 rtn positive 
-0x39f3 012503 ifetch 1 ,contru 
-0x39f4 012504 store 1 ,mem_module_uart_opcode 
-0x39f5 012505 ifetcht 1 ,contru 
-0x39f6 012506 copy contru ,rega 
-0x39f7 012507 storet 1 ,mem_module_uart_len 
-0x39f8 012508 add temp ,3 ,temp 
-0x39f9 012509 hfetch 2 ,core_uart_rxitems 
-0x39fa 012510 isub temp ,temp 
-0x39fb 012511 nrtn positive 
-0x39fc 012512 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x39fd 012513 call module_hci_cmd_control 
-0x39fe 012514 fetch 1 ,mem_module_temp_nl_discard_packet 
-0x39ff 012515 rtneq hci_not_discard_packet 
-0x3a00 012516 branch module_hci_dicard_packet 
-:      012518 module_hci_in_excp:
-0x3a01 012519 call delay_10ms 
-0x3a02 012520 call module_hci_event_invalid_packet 
-0x3a03 012521 branch module_hci_release_except 
-:      012524 module_hci_release_except:
-0x3a04 012525 bpatch patch1b_7 ,mem_patch1b 
-0x3a05 012526 hfetch 2 ,core_uart_rxitems 
-0x3a06 012527 rtn blank 
-0x3a07 012528 call uartd_prepare_rx 
-0x3a08 012529 ifetch 1 ,contru 
-0x3a09 012530 sub pdata ,0x01 ,null 
-0x3a0a 012531 ncall module_hci_dicard_bytes ,zero 
-0x3a0b 012532 nbranch module_hci_release_except ,zero 
-0x3a0c 012533 ifetch 1 ,contru 
-0x3a0d 012534 rtneq hci_cmd_spp_data_req 
-0x3a0e 012535 rtneq hci_cmd_set_credit_given 
-0x3a0f 012536 increase -1 ,contru 
-0x3a10 012537 call module_hci_dicard_bytes 
-0x3a11 012538 branch module_hci_release_except 
-:      012540 module_hci_dicard_packet:
-0x3a12 012541 call uartd_prepare_rx 
-0x3a13 012542 increase 2 ,contru 
-0x3a14 012543 ifetch 1 ,contru 
-0x3a15 012544 iadd contru ,contru 
-:      012545 module_hci_dicard_bytes:
-0x3a16 012546 branch uartd_rxdone 
-:      012549 module_hci_cmd_control:
-0x3a17 012550 bpatch patch1c_0 ,mem_patch1c 
-0x3a18 012551 fetch 1 ,mem_module_uart_opcode 
-0x3a19 012552 beq hci_cmd_set_bt_addr_req ,module_hci_cmd_set_bt_addr 
-0x3a1a 012553 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
-0x3a1b 012554 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
-0x3a1c 012555 beq hci_cmd_set_bt_name_req ,module_hci_cmd_set_bt_name 
-0x3a1d 012556 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
-0x3a1e 012557 beq hci_cmd_spp_data_req ,module_hci_cmd_receive_spp_data 
-0x3a1f 012558 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
-0x3a20 012559 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
-0x3a21 012560 beq hci_cmd_set_pairing_req ,module_hci_cmd_set_pairing_mode 
-0x3a22 012561 beq hci_cmd_set_pincode_req ,module_hci_cmd_set_pincode 
-0x3a23 012562 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
-0x3a24 012563 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
-0x3a25 012564 beq hci_cmd_version_req ,module_hci_cmd_version_request 
-0x3a26 012565 beq hci_cmd_bt_disconnect ,module_hci_cmd_bt_disconnect 
-0x3a27 012566 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
-0x3a28 012567 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
-0x3a29 012568 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
-0x3a2a 012569 beq hci_cmd_set_credit_given ,module_hci_cmd_set_credit_given 
-0x3a2b 012570 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
-0x3a2c 012571 beq hci_cmd_power_req ,module_hci_cmd_power_request 
-0x3a2d 012572 beq hci_cmd_power_set ,module_hci_cmd_power_set 
-0x3a2e 012573 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
-0x3a2f 012574 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
-0x3a30 012575 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
-0x3a31 012576 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
-0x3a32 012577 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
-0x3a33 012578 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
-0x3a34 012579 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
-0x3a35 012580 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
-0x3a36 012581 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
-0x3a37 012582 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
-0x3a38 012583 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
-0x3a39 012584 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
-0x3a3a 012585 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
-0x3a3b 012586 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
-0x3a3c 012587 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
-0x3a3d 012588 beq hci_test_cmd_close_lpm ,module_hci_test_cmde_close_lpm 
-0x3a3e 012589 branch module_hci_event_receive_invalid_cmd 
-:      012594 module_hci_cmd_set_bt_addr:
-0x3a3f 012595 fetch 1 ,mem_module_uart_len 
-0x3a40 012596 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x3a41 012597 ifetch 6 ,contru 
-0x3a42 012598 store 6 ,mem_lap 
-0x3a43 012599 branch module_hci_event_receive_valid_cmd 
-:      012602 module_hci_cmd_set_le_addr:
-0x3a44 012603 fetch 1 ,mem_module_uart_len 
-0x3a45 012604 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x3a46 012605 ifetch 6 ,contru 
-0x3a47 012606 store 6 ,mem_le_lap 
-0x3a48 012607 branch module_hci_event_receive_valid_cmd 
-:      012611 module_hci_cmd_set_visibility:
-0x3a49 012612 fetch 1 ,mem_module_uart_len 
-0x3a4a 012613 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3a4b 012614 copy rega ,contru 
-0x3a4c 012615 call module_hci_event_receive_valid_cmd 
-0x3a4d 012616 ifetcht 1 ,contru 
-0x3a4e 012617 storet 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a4f 012618 fetch 2 ,mem_ui_state_map 
-0x3a50 012619 rtnbit1 ui_state_ble_connected 
-0x3a51 012620 rtnbit1 ui_state_bt_connected 
-:      012621 module_start_adv_discovery_by_command:
-0x3a52 012622 fetch 1 ,mem_module_state 
-0x3a53 012623 isolate1 moudle_state_bt_bit ,pdata 
-0x3a54 012624 nbranch moudle_start_adv_by_command ,true 
-0x3a55 012625 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a56 012626 and temp ,0x03 ,pdata 
-0x3a57 012627 store 1 ,mem_scan_mode 
-:      012628 moudle_start_adv_by_command:
-0x3a58 012629 fetch 1 ,mem_module_state 
-0x3a59 012630 isolate1 moudle_state_ble_bit ,pdata 
-0x3a5a 012631 nrtn true 
-0x3a5b 012632 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a5c 012633 isolate1 2 ,temp 
-0x3a5d 012634 branch app_ble_start_adv ,true 
-0x3a5e 012635 branch app_ble_stop_adv 
-:      012639 module_hci_cmd_set_bt_name:
-0x3a5f 012640 fetch 1 ,mem_module_uart_len 
-0x3a60 012641 sub pdata ,67 ,null 
-0x3a61 012642 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3a62 012643 store 1 ,mem_local_name_length 
-0x3a63 012644 arg 8 ,loopcnt 
-0x3a64 012645 call memset0 
-0x3a65 012646 fetch 1 ,mem_module_uart_len 
-0x3a66 012647 copy pdata ,loopcnt 
-0x3a67 012648 copy rega ,contru 
-0x3a68 012649 arg mem_local_name ,contw 
-0x3a69 012650 call uart_copy_rx_bytes_fast 
-0x3a6a 012651 branch module_hci_event_receive_valid_cmd 
-:      012655 module_hci_cmd_set_le_name:
-0x3a6b 012656 fetch 1 ,mem_module_uart_len 
-0x3a6c 012657 sub pdata ,29 ,null 
-0x3a6d 012658 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3a6e 012659 store 1 ,mem_le_name_len 
-0x3a6f 012660 copy pdata ,loopcnt 
-0x3a70 012661 copy rega ,contru 
-0x3a71 012662 arg mem_le_name ,contw 
-0x3a72 012663 call uart_copy_rx_bytes_fast 
-0x3a73 012664 call le_modified_name 
-0x3a74 012665 branch module_hci_event_receive_valid_cmd 
-:      012669 module_hci_cmd_receive_spp_data:
-0x3a75 012670 fetch 1 ,mem_ui_state_map 
-0x3a76 012671 bbit0 ui_state_bt_spp_conn ,module_hci_event_receive_invalid_cmd 
-0x3a77 012672 call app_check_sniff 
-0x3a78 012673 branch module_hci_cmd_spp_exit_sniff ,true 
-0x3a79 012674 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a7a 012676 call module_spp_clear_last_transmite_clock 
-0x3a7b 012677 fetch 1 ,mem_remote_credits 
-0x3a7c 012678 rtn blank 
-0x3a7d 012679 fetch 2 ,mem_nl_rx_len_all 
-0x3a7e 012680 bne 0 ,module_hci_cmd_pass_init_ng_rx_len_all 
-0x3a7f 012681 fetch 1 ,mem_module_uart_len 
-0x3a80 012682 store 2 ,mem_nl_rx_len_all 
-0x3a81 012684 copy rega ,contru 
-0x3a82 012687 copy contru ,pdata 
-0x3a83 012688 store 2 ,mem_nl_rx_data_src 
-:      012689 module_hci_cmd_pass_init_ng_rx_len_all:
-0x3a84 012690 call module_hci_cmd_get_current_packet_len_and_remain_len 
-0x3a85 012691 branch spp_tx_rfcomm_packet 
-:      012693 module_hci_cmd_spp_exit_sniff:
-0x3a86 012694 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a87 012695 branch module_exit_sniff 
-:      012697 module_hci_cmd_get_current_packet_len_and_remain_len:
-0x3a88 012698 call module_hci_cmd_get_current_patcket_len 
-0x3a89 012699 fetch 2 ,mem_nl_rx_len_all 
-0x3a8a 012700 fetcht 2 ,mem_current_packet_length 
-0x3a8b 012701 isub temp ,pdata 
-0x3a8c 012702 store 2 ,mem_nl_rx_len_all 
-0x3a8d 012703 rtn 
-:      012705 module_hci_cmd_get_current_patcket_len:
-0x3a8e 012706 fetch 2 ,mem_nl_rx_len_all 
-0x3a8f 012707 arg dm_refcom_buff_len ,temp 
-0x3a90 012708 call not_greater_than 
-0x3a91 012709 fetcht 2 ,mem_rfcomm_max_frame_size 
-0x3a92 012710 call not_greater_than 
-0x3a93 012711 fetcht 2 ,mem_pn_max_frame_size 
-0x3a94 012712 call not_greater_than 
-0x3a95 012713 store 2 ,mem_current_packet_length 
-0x3a96 012714 rtn 
-:      012716 module_hci_command_tx_spp_tx_complete:
-0x3a97 012717 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a98 012718 jam hci_cmd_spp_data_req ,mem_module_uart_opcode 
-0x3a99 012719 branch module_hci_event_receive_valid_cmd 
-:      012723 module_hci_cmd_receive_le_data:
-0x3a9a 012724 fetch 2 ,mem_ui_state_map 
-0x3a9b 012725 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x3a9c 012726 call module_check_ble_encrypt_state 
-0x3a9d 012727 branch module_hci_event_receive_invalid_cmd ,user 
-0x3a9e 012728 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a9f 012729 fetch 1 ,mem_module_flag 
-0x3aa0 012730 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
-0x3aa1 012731 fetch 1 ,mem_module_hci_notify_len 
-0x3aa2 012732 nrtn blank 
-0x3aa3 012733 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3aa4 012734 ifetch 2 ,contru 
-0x3aa5 012735 store 2 ,mem_module_hci_notify_handle 
-0x3aa6 012736 copy contru ,pdata 
-0x3aa7 012737 store 2 ,mem_module_hci_nofiy_addr 
-0x3aa8 012738 fetch 1 ,mem_module_uart_len 
-0x3aa9 012739 pincrease -2 
-0x3aaa 012740 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3aab 012741 branch module_hci_event_receive_invalid_cmd ,zero 
-0x3aac 012742 store 1 ,mem_module_hci_notify_len 
-0x3aad 012743 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3aae 012744 call le_set_config_more_data 
-0x3aaf 012745 call module_hci_cmd_transmit_le_notify 
-0x3ab0 012746 call module_hci_cmd_transmit_le_notify 
-0x3ab1 012747 call module_hci_cmd_transmit_le_notify 
-0x3ab2 012748 fetch 1 ,mem_module_flag 
-0x3ab3 012749 rtnbit0 module_flag_ble_data_finish 
-:      012750 module_hci_cmd_receive_le_data_finish:
-0x3ab4 012751 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3ab5 012752 call module_clear_le_tx_data_flag 
-0x3ab6 012753 branch module_hci_event_receive_valid_cmd 
-:      012755 module_hci_cmd_transmit_le_notify:
-0x3ab7 012756 fetch 1 ,mem_module_hci_notify_len 
-0x3ab8 012757 rtn blank 
-0x3ab9 012758 call le_fifo_check_nearly_full 
-0x3aba 012759 nrtn blank 
-0x3abb 012760 call module_get_le_remote_mtu 
-0x3abc 012761 bpatch patch1c_1 ,mem_patch1c 
-0x3abd 012762 add temp ,-3 ,pdata 
-0x3abe 012763 fetcht 1 ,mem_module_hci_notify_len 
-0x3abf 012764 call not_greater_than 
-0x3ac0 012765 copy pdata ,rega 
-0x3ac1 012766 copy temp ,pdata 
-0x3ac2 012767 isub rega ,pdata 
-0x3ac3 012768 store 1 ,mem_module_hci_notify_len 
-0x3ac4 012769 fetcht 2 ,mem_module_hci_notify_handle 
-0x3ac5 012770 call le_att_malloc_tx_notify 
-0x3ac6 012771 fetch 2 ,mem_module_hci_nofiy_addr 
-0x3ac7 012772 copy pdata ,contru 
-0x3ac8 012773 copy rega ,loopcnt 
-0x3ac9 012774 call uart_copy_rx_bytes_fast 
-0x3aca 012775 copy contru ,pdata 
-0x3acb 012776 store 2 ,mem_module_hci_nofiy_addr 
-0x3acc 012777 fetch 1 ,mem_module_hci_notify_len 
-0x3acd 012778 nrtn blank 
-0x3ace 012779 branch module_set_le_tx_data_flag 
-:      012783 module_get_le_remote_mtu:
-0x3acf 012784 arg 0x17 ,temp 
-0x3ad0 012785 fetch 1 ,mem_module_flag 
-0x3ad1 012786 rtnbit1 module_flag_ble_send_mtu23 
-0x3ad2 012787 fetcht 2 ,mem_le_remote_mtu 
-0x3ad3 012788 rtn 
-:      012790 module_check_ble_encrypt_state:
-0x3ad4 012791 fetch 1 ,mem_module_flag 
-0x3ad5 012792 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
-0x3ad6 012793 branch disable_user 
-:      012797 module_hci_cmd_inquire_status:
-0x3ad7 012798 branch module_hci_event_status_res 
-:      012802 module_hci_cmd_set_pairing_mode:
-0x3ad8 012803 copy rega ,contru 
-0x3ad9 012804 ifetch 1 ,contru 
-0x3ada 012805 beq pairing_pincode ,module_hci_pairing_pincode_mode 
-0x3adb 012806 beq pairing_justwork ,module_hci_pairing_just_work_mode 
-0x3adc 012807 beq pairing_passkey ,module_hci_pairing_passkey 
-0x3add 012808 beq pairing_confirm ,module_hci_pairing_numeric_comparison 
-0x3ade 012809 branch module_hci_event_receive_invalid_cmd 
-:      012810 module_hci_pairing_pincode_mode:
-0x3adf 012811 call ssp_disable 
-0x3ae0 012812 jam 0 ,mem_ssp_enable 
-0x3ae1 012813 branch module_hci_event_receive_valid_cmd 
-:      012814 module_hci_pairing_just_work_mode:
-0x3ae2 012815 setarg ssp_mode_just_work_io_cap_data 
-:      012816 module_hci_sspairing_mode:
-0x3ae3 012817 store 3 ,mem_sp_iocap_local 
-0x3ae4 012818 store 1 ,mem_ssp_mode_flag 
-0x3ae5 012819 call ssp_enable 
-0x3ae6 012820 jam 1 ,mem_ssp_enable 
-0x3ae7 012821 branch module_hci_event_receive_valid_cmd 
-:      012822 module_hci_pairing_passkey:
-0x3ae8 012823 setarg ssp_mode_passkey_io_cap_data 
-0x3ae9 012824 branch module_hci_sspairing_mode 
-:      012826 module_hci_pairing_numeric_comparison:
-0x3aea 012827 setarg ssp_mode_ssp_pin_io_cap_data 
-0x3aeb 012828 branch module_hci_sspairing_mode 
-:      012831 module_hci_cmd_set_pincode:
-0x3aec 012832 fetch 1 ,mem_module_uart_len 
-0x3aed 012833 sub pdata ,16 ,null 
-0x3aee 012834 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3aef 012835 store 1 ,mem_pin_length 
-0x3af0 012836 copy pdata ,loopcnt 
-0x3af1 012837 arg mem_pin ,contw 
-0x3af2 012838 call uart_copy_rx_bytes 
-0x3af3 012839 branch module_hci_event_receive_valid_cmd 
-:      012843 module_hci_cmd_set_uart_control_mode:
-0x3af4 012844 copy rega ,contru 
-0x3af5 012845 ifetch 1 ,contru 
-0x3af6 012846 hfetcht 1 ,core_uart_ctrl 
-0x3af7 012847 nsetflag blank ,4 ,temp 
-0x3af8 012848 hstoret 1 ,core_uart_ctrl 
-0x3af9 012849 branch module_hci_event_receive_valid_cmd 
-:      012853 module_hci_cmd_set_uart_baud:
-0x3afa 012854 fetch 1 ,mem_module_uart_len 
-0x3afb 012855 copy pdata ,loopcnt 
-0x3afc 012856 copy rega ,contru 
-0x3afd 012857 call string2dec_from_uart 
-0x3afe 012858 setarg uart_clk_24 
-0x3aff 012859 idiv temp 
-0x3b00 012860 call wait_div_end 
-0x3b01 012861 quotient pdata 
-:      012862 module_hci_cmd_set_uart_baud_ok:
-0x3b02 012863 store uart_baud_len ,mem_baud 
-0x3b03 012864 call module_hci_event_receive_valid_cmd 
-0x3b04 012865 call wait_uarttx 
-0x3b05 012866 branch uart_set_baud_by_mem 
-:      012870 module_hci_cmd_version_request:
-0x3b06 012871 arg 2 ,rega 
-0x3b07 012872 arg mem_soft_version_num ,regb 
-0x3b08 012873 arg 0 ,temp 
-0x3b09 012874 branch module_hci_event_set_cmd 
-:      012875 module_hci_event_set_cmd_send_response:
-0x3b0a 012876 store 2 ,mem_event_cmd_response_content 
-0x3b0b 012877 arg mem_event_cmd_response_content ,regb 
-0x3b0c 012878 arg 0 ,temp 
-0x3b0d 012879 branch module_hci_event_set_cmd 
-:      012883 module_hci_cmd_bt_disconnect:
-0x3b0e 012884 fetch 2 ,mem_ui_state_map 
-0x3b0f 012885 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
-:      012886 module_hci_cmd_bt_disconnect_doing:
-0x3b10 012887 call module_hci_event_receive_valid_cmd 
-0x3b11 012888 branch app_bt_disconnect 
-:      012892 module_hci_cmd_ble_disconnect:
-0x3b12 012893 fetch 2 ,mem_ui_state_map 
-0x3b13 012894 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-:      012895 module_hci_cmd_ble_disconnect_doing:
-0x3b14 012896 call module_hci_event_receive_valid_cmd 
-0x3b15 012897 branch app_ble_disconnect 
-:      012903 module_hci_cmd_set_nvram:
-0x3b16 012904 fetch 1 ,mem_module_uart_len 
-0x3b17 012905 copy pdata ,loopcnt 
-0x3b18 012906 copy rega ,contru 
-0x3b19 012907 fetch 2 ,mem_nv_data_ptr 
-0x3b1a 012908 icopy contw 
-0x3b1b 012909 call uart_copy_rx_bytes_fast 
-0x3b1c 012910 branch module_hci_event_receive_valid_cmd 
-:      012914 module_hci_cmd_confirm_gkey:
-0x3b1d 012915 fetch 1 ,mem_ui_state_map 
-0x3b1e 012916 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
-0x3b1f 012917 ifetch 1 ,contru 
-0x3b20 012918 fetcht 1 ,mem_flag_mode_ssp_pin 
-0x3b21 012919 setflag blank ,flag_mode_ssp_pin_comparison_result_bit ,temp 
-0x3b22 012920 set1 flag_mode_ssp_pin_reviceve_comparison_bit ,temp 
-0x3b23 012921 storet 1 ,mem_flag_mode_ssp_pin 
-0x3b24 012923 call module_hci_event_receive_valid_cmd 
-0x3b25 012925 fetch 1 ,mem_flag_mode_ssp_pin 
-0x3b26 012926 bbit1 flag_mode_ssp_pin_recieve_dhkey_bit ,module_hci_cmd_spp_number_comparison_result_is1 
-0x3b27 012927 rtn 
-:      012929 dhkey_not_accept:
-0x3b28 012930 jam 0 ,mem_flag_mode_ssp_pin 
-0x3b29 012931 jam bt_cmd_dhkey_not_accept ,mem_fifo_temp 
-0x3b2a 012932 branch ui_ipc_send_cmd 
-:      012935 module_hci_cmd_spp_number_comparison_result_is1:
-0x3b2b 012936 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
-0x3b2c 012937 branch dhkey_not_accept 
-:      012941 module_hci_cmd_set_credit_given:
-0x3b2d 012942 fetch 1 ,mem_ui_state_map 
-0x3b2e 012943 rtnbit0 ui_state_bt_spp_conn 
-0x3b2f 012944 fetch 1 ,mem_credit_flag 
-0x3b30 012945 rtneq credit_disable 
-0x3b31 012946 ifetch 1 ,contru 
-0x3b32 012947 fetcht 1 ,mem_credit_given 
-0x3b33 012948 iadd temp ,temp 
-0x3b34 012949 storet 1 ,mem_credit_given 
-0x3b35 012950 rtn 
-:      012954 module_hci_cmd_auto_adv:
-0x3b36 012955 arg 0x40 ,loopcnt 
-0x3b37 012956 arg mem_le_adv_data_len ,contw 
-0x3b38 012957 call clear_mem 
-0x3b39 012958 setarg 0 
-0x3b3a 012959 store 1 ,mem_regb 
-0x3b3b 012960 copy rega ,contru 
-:      012961 module_hci_cmd_auto_adv_loop:
-0x3b3c 012962 copy contru ,pdata 
-0x3b3d 012963 store 2 ,mem_regc 
-0x3b3e 012964 call module_hci_cmd_auto_adv_adv_analys 
-0x3b3f 012966 fetch 1 ,mem_regb 
-0x3b40 012967 fetcht 1 ,mem_temp 
-0x3b41 012968 increase 1 ,temp 
-0x3b42 012969 iadd temp ,pdata 
-0x3b43 012970 store 1 ,mem_regb 
-0x3b44 012972 sub pdata ,31 ,null 
-0x3b45 012973 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
-:      012974 module_hci_cmd_auto_adv_store_adv:
-0x3b46 012975 fetcht 1 ,mem_le_adv_data_len 
-0x3b47 012976 setarg mem_le_adv_data 
-0x3b48 012977 iadd temp ,pdata 
-0x3b49 012978 store 2 ,mem_contw 
-0x3b4a 012979 fetcht 1 ,mem_temp 
-0x3b4b 012980 increase 1 ,temp 
-0x3b4c 012981 fetch 1 ,mem_le_adv_data_len 
-0x3b4d 012982 iadd temp ,pdata 
-0x3b4e 012983 store 1 ,mem_le_adv_data_len 
-0x3b4f 012984 branch module_hci_cmd_auto_adv_store_common 
-:      012985 module_hci_cmd_auto_adv_store_scan:
-0x3b50 012986 fetcht 1 ,mem_le_scan_data_len 
-0x3b51 012987 setarg mem_le_scan_data 
-0x3b52 012988 iadd temp ,pdata 
-0x3b53 012989 store 2 ,mem_contw 
-0x3b54 012990 fetcht 1 ,mem_temp 
-0x3b55 012991 increase 1 ,temp 
-0x3b56 012992 fetch 1 ,mem_le_scan_data_len 
-0x3b57 012993 iadd temp ,pdata 
-0x3b58 012994 store 1 ,mem_le_scan_data_len 
-:      012995 module_hci_cmd_auto_adv_store_common:
-0x3b59 012996 fetch 2 ,mem_contw 
-0x3b5a 012997 copy pdata ,contw 
-0x3b5b 012998 fetch 2 ,mem_regc 
-0x3b5c 012999 copy pdata ,contru 
-0x3b5d 013001 copy temp ,loopcnt 
-0x3b5e 013002 call uart_copy_rx_bytes_fast 
-0x3b5f 013004 fetch 1 ,mem_module_uart_len 
-0x3b60 013005 fetcht 1 ,mem_regb 
-0x3b61 013006 isub temp ,null 
-0x3b62 013007 nbranch module_hci_cmd_auto_adv_loop ,zero 
-0x3b63 013008 branch module_hci_event_receive_valid_cmd 
-:      013011 module_hci_cmd_auto_adv_adv_analys:
-0x3b64 013012 ifetch 1 ,contru 
-0x3b65 013013 store 1 ,mem_temp 
-0x3b66 013014 ifetch 1 ,contru 
-0x3b67 013015 store 1 ,mem_rega 
-0x3b68 013016 rtn 
-:      013020 module_hci_cmd_power_request:
-0x3b69 013021 arg 0 ,temp 
-0x3b6a 013022 arg 2 ,rega 
-0x3b6b 013023 fetch 2 ,mem_module_vdd_quotient 
-0x3b6c 013024 store 2 ,mem_event_cmd_response_content 
-0x3b6d 013025 arg mem_event_cmd_response_content ,regb 
-0x3b6e 013026 branch module_hci_event_set_cmd 
-:      013030 module_hci_cmd_power_set:
-0x3b6f 013031 fetch 1 ,mem_module_uart_len 
-0x3b70 013032 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3b71 013033 ifetch 1 ,contru 
-0x3b72 013034 store 1 ,mem_module_read_vdd_flag 
-0x3b73 013035 setarg 0x00 
-0x3b74 013036 store 2 ,mem_module_vdd_quotient 
-0x3b75 013037 branch module_hci_event_receive_valid_cmd 
-:      013041 module_hci_cmd_passkey_entry:
-0x3b76 013042 ifetch 4 ,contru 
-0x3b77 013043 store 4 ,mem_pin 
-0x3b78 013044 jam 4 ,mem_pin_length 
-0x3b79 013045 jam 0 ,mem_authentication_passkey_times 
-0x3b7a 013046 call module_hci_event_receive_valid_cmd 
-0x3b7b 013047 branch authentication_passkey 
-:      013051 module_hci_cmd_set_gpio:
-0x3b7c 013052 fetch 1 ,mem_module_uart_len 
-0x3b7d 013053 bne 3 ,module_hci_event_receive_invalid_cmd 
-0x3b7e 013054 ifetch 1 ,contru 
-0x3b7f 013055 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
-0x3b80 013056 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
-0x3b81 013057 branch module_hci_event_receive_invalid_cmd 
-:      013059 module_set_gpio_input:
-0x3b82 013060 ifetcht 1 ,contru 
-0x3b83 013061 ifetch 1 ,contru 
-0x3b84 013062 beq gpio_input_high_impedance ,module_set_gpio_high_impedance 
-0x3b85 013063 nsetflag blank ,7 ,temp 
-0x3b86 013064 call gpio_config_input 
-0x3b87 013065 branch module_hci_event_receive_valid_cmd 
-:      013067 module_set_gpio_high_impedance:
-0x3b88 013068 call gpio_set_high_impedance 
-0x3b89 013069 branch module_hci_event_receive_valid_cmd 
-:      013071 module_set_gpio_output:
-0x3b8a 013072 ifetcht 1 ,contru 
-0x3b8b 013073 call gpio_config_output0 
-0x3b8c 013074 ifetch 1 ,contru 
-0x3b8d 013075 isolate1 0 ,pdata 
-0x3b8e 013076 call gpio_out_flag 
-0x3b8f 013077 branch module_hci_event_receive_valid_cmd 
-:      013081 module_hci_cmd_read_gpio:
-0x3b90 013082 fetch 1 ,mem_module_uart_len 
-0x3b91 013083 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3b92 013084 ifetcht 1 ,contru 
-0x3b93 013085 call gpio_get_bit 
-0x3b94 013086 setarg 0x0 
-0x3b95 013087 nsetflag true ,0 ,pdata 
-0x3b96 013088 arg 1 ,rega 
-0x3b97 013089 branch module_hci_event_set_cmd_send_response 
-:      013093 module_hci_cmd_le_set_pairing_mode:
-0x3b98 013094 copy rega ,contru 
-0x3b99 013095 ifetch 1 ,contru 
-0x3b9a 013096 copy pdata ,temp 
-0x3b9b 013097 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
-0x3b9c 013098 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
-0x3b9d 013099 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
-0x3b9e 013100 store 1 ,mem_le_pairing_mode 
-0x3b9f 013101 beq le_pairing_mode_none ,module_le_set_no_pairing 
-0x3ba0 013102 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
-0x3ba1 013103 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
-0x3ba2 013104 branch module_hci_event_receive_invalid_cmd 
-:      013106 module_le_set_pairing_mode_secure_justwork:
-0x3ba3 013107 fetch 1 ,mem_le_secure_connect_enable 
-0x3ba4 013108 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3ba5 013109 storet 1 ,mem_le_pairing_mode 
-0x3ba6 013110 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3ba7 013111 branch module_le_set_noinputnooutput 
-:      013112 module_le_set_pairing_mode_secure_numeric:
-0x3ba8 013113 fetch 1 ,mem_le_secure_connect_enable 
-0x3ba9 013114 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3baa 013115 storet 1 ,mem_le_pairing_mode 
-0x3bab 013116 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3bac 013117 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x3bad 013118 branch module_hci_event_receive_valid_cmd 
-:      013119 module_le_set_pairing_mode_secure_passkey:
-0x3bae 013120 fetch 1 ,mem_le_secure_connect_enable 
-0x3baf 013121 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3bb0 013122 storet 1 ,mem_le_pairing_mode 
-0x3bb1 013123 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3bb2 013124 branch module_le_set_displayonly 
-:      013125 module_le_set_no_pairing:
-0x3bb3 013126 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      013127 module_le_set_noinputnooutput:
-0x3bb4 013128 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x3bb5 013129 branch module_hci_event_receive_valid_cmd 
-:      013130 module_le_set_pairing_mode_lagacy_just_work:
-0x3bb6 013131 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x3bb7 013132 branch module_le_set_noinputnooutput 
-:      013133 module_le_set_pairing_mode_lagacy_passkey:
-0x3bb8 013134 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      013135 module_le_set_displayonly:
-0x3bb9 013136 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x3bba 013137 branch module_hci_event_receive_valid_cmd 
-:      013141 module_hci_cmd_le_set_adv_data:
-0x3bbb 013142 fetch 1 ,mem_module_uart_len 
-0x3bbc 013143 sub pdata ,31 ,null 
-0x3bbd 013144 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3bbe 013145 store 1 ,mem_le_adv_data_len 
-0x3bbf 013146 copy pdata ,loopcnt 
-0x3bc0 013147 copy rega ,contru 
-0x3bc1 013148 arg mem_le_adv_data ,contw 
-0x3bc2 013149 call uart_copy_rx_bytes_fast 
-0x3bc3 013150 branch module_hci_event_receive_valid_cmd 
-:      013154 module_hci_cmd_le_set_scan_data:
-0x3bc4 013155 fetch 1 ,mem_module_uart_len 
-0x3bc5 013156 sub pdata ,31 ,null 
-0x3bc6 013157 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3bc7 013158 store 1 ,mem_le_scan_data_len 
-0x3bc8 013159 copy pdata ,loopcnt 
-0x3bc9 013160 copy rega ,contru 
-0x3bca 013161 arg mem_le_scan_data ,contw 
-0x3bcb 013162 call uart_copy_rx_bytes_fast 
-0x3bcc 013163 branch module_hci_event_receive_valid_cmd 
-:      013167 module_hci_cmd_le_send_conn_update_req:
-0x3bcd 013168 fetch 2 ,mem_ui_state_map 
-0x3bce 013169 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x3bcf 013170 fetch 1 ,mem_module_uart_len 
-0x3bd0 013171 bne 0x08 ,module_hci_event_receive_invalid_cmd 
-0x3bd1 013172 copy rega ,contru 
-0x3bd2 013173 ifetch 8 ,contru 
-0x3bd3 013174 store 8 ,mem_le_interval_min 
-0x3bd4 013175 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x3bd5 013176 call ui_ipc_send_cmd 
-0x3bd6 013177 branch module_hci_event_receive_valid_cmd 
-:      013181 module_hci_cmd_set_le_adv_parameter:
-0x3bd7 013182 ifetch 2 ,contru 
-0x3bd8 013183 store 2 ,mem_le_adv_interval 
-0x3bd9 013184 branch module_hci_event_receive_valid_cmd 
-:      013188 module_hci_cmd_le_start_pairing:
-0x3bda 013189 fetch 1 ,mem_le_pairing_mode 
-0x3bdb 013190 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3bdc 013191 fetch 1 ,mem_le_pairing_state 
-0x3bdd 013192 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
-0x3bde 013193 fetch 1 ,mem_le_enc_state 
-0x3bdf 013194 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
-0x3be0 013195 call check_51cmd_le_smp_sec_req 
-0x3be1 013196 branch module_hci_event_receive_valid_cmd 
-:      013200 module_hci_cmd_set_wake_gpio:
-0x3be2 013201 fetch 1 ,mem_module_uart_len 
-0x3be3 013202 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x3be4 013203 ifetch 1 ,contru 
-0x3be5 013204 store 1 ,mem_module_mcu_wake_pin 
-0x3be6 013205 ifetch 4 ,contru 
-0x3be7 013206 store 4 ,mem_module_mcu_wake_delay_us 
-0x3be8 013207 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3be9 013208 call gpio_config_output 
-0x3bea 013209 call module_set_mcu_wake_pin_low 
-0x3beb 013210 branch module_hci_event_receive_valid_cmd 
-:      013214 module_hci_cmd_set_tx_power:
-0x3bec 013215 fetch 1 ,mem_module_uart_len 
-0x3bed 013216 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x3bee 013217 ifetch 1 ,contru 
-0x3bef 013218 store 1 ,mem_tx_power 
-0x3bf0 013219 branch module_hci_event_receive_valid_cmd 
-:      013223 module_hci_cmd_le_confirm_gkey:
-0x3bf1 013224 ifetch 1 ,contru 
-0x3bf2 013225 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
-0x3bf3 013226 fetch 1 ,mem_le_secure_connect_state 
-0x3bf4 013227 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf5 013228 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf6 013229 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf7 013230 branch module_hci_event_receive_invalid_cmd 
-:      013231 module_hci_cmd_le_confirm_gkey_ok:
-0x3bf8 013232 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
-0x3bf9 013233 branch module_hci_event_receive_valid_cmd 
-:      013235 module_hci_cmd_le_confirm_gkey_fail:
-0x3bfa 013236 call le_send_pairing_confirm_value_failed 
-0x3bfb 013237 branch module_hci_event_receive_valid_cmd 
-:      013241 module_hci_cmd_set_reject_justwork_flag:
-0x3bfc 013242 fetch 1 ,mem_module_uart_len 
-0x3bfd 013243 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x3bfe 013244 call module_hci_event_receive_valid_cmd 
-0x3bff 013245 ifetch 1 ,contru 
-0x3c00 013246 branch classic_bt_clr_reject_justwork_flag ,blank 
-0x3c01 013247 branch classic_bt_set_reject_justwork_flag 
-:      013251 module_hci_cmd_reset_chip:
-0x3c02 013252 call module_hci_event_receive_valid_cmd 
-0x3c03 013253 call wait_uarttx 
-0x3c04 013254 jam 0x01 ,core_reset 
-0x3c05 013255 branch loop 
-:      013259 module_hci_cmd_le_set_fixed_passkey:
-0x3c06 013260 fetch 1 ,mem_module_uart_len 
-0x3c07 013261 beq 0 ,module_hci_event_receive_invalid_cmd 
-0x3c08 013262 ifetch 1 ,contru 
-0x3c09 013263 branch module_hci_cmd_le_set_random_passkey ,blank 
-0x3c0a 013264 fetch 1 ,mem_module_uart_len 
-0x3c0b 013265 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x3c0c 013266 ifetch 4 ,contru 
-0x3c0d 013267 arg 1000000 ,temp 
-0x3c0e 013268 isub temp ,null 
-0x3c0f 013269 branch module_hci_event_receive_invalid_cmd ,positive 
-0x3c10 013270 store 4 ,mem_le_tk 
-0x3c11 013271 call le_set_config_fixed_tk 
-0x3c12 013272 branch module_hci_event_receive_valid_cmd 
-:      013274 module_hci_cmd_le_set_random_passkey:
-0x3c13 013275 call le_clr_config_fixed_tk 
-0x3c14 013276 branch module_hci_event_receive_valid_cmd 
-:      013280 module_hci_test_cmde_close_lpm:
-0x3c15 013281 jam 0 ,mem_lpm_mode 
-0x3c16 013282 branch module_hci_event_receive_valid_cmd 
-:      013287 module_hci_event_receive_invalid_cmd:
-0x3c17 013288 arg 1 ,temp 
-0x3c18 013289 arg 0 ,rega 
-0x3c19 013290 branch module_hci_event_set_cmd 
-:      013293 module_hci_event_receive_valid_cmd:
-0x3c1a 013294 arg 0 ,temp 
-0x3c1b 013295 arg 0 ,rega 
-0x3c1c 013296 branch module_hci_event_set_cmd 
-:      013300 module_hci_event_spp_connect:
-0x3c1d 013301 jam hci_event_spp_conn_rep ,mem_module_uart_opcode 
-0x3c1e 013302 branch module_hci_event_enter_standby_mode_len0 
-:      013306 module_hci_event_le_connect:
-0x3c1f 013307 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
-0x3c20 013308 branch module_hci_event_enter_standby_mode_len0 
-:      013312 module_hci_event_spp_disconnect:
-0x3c21 013313 jam hci_event_spp_dis_rep ,mem_module_uart_opcode 
-0x3c22 013314 branch module_hci_event_enter_standby_mode_len0 
-:      013318 module_hci_event_le_disconnect:
-0x3c23 013319 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
-0x3c24 013320 branch module_hci_event_enter_standby_mode_len0 
-:      013328 module_hci_event_set_cmd:
-0x3c25 013329 fetch 1 ,mem_module_uart_opcode 
-0x3c26 013330 copy pdata ,regc 
-0x3c27 013331 jam hci_event_cmd_res ,mem_module_uart_opcode 
-0x3c28 013332 setarg 2 
-0x3c29 013333 iadd rega ,pdata 
-0x3c2a 013334 call module_hci_prepare_tx 
-0x3c2b 013335 copy regc ,pdata 
-0x3c2c 013336 istore 1 ,contwu 
-0x3c2d 013337 istoret 1 ,contwu 
-0x3c2e 013338 copy rega ,loopcnt 
-0x3c2f 013339 copy regb ,contr 
-0x3c30 013340 call uart_copy_tx_bytes 
-0x3c31 013341 branch uartd_send 
-:      013345 module_hci_event_receive_spp_data:
-0x3c32 013347 call module_spp_clear_last_transmite_clock 
-0x3c33 013348 jam hci_event_spp_data_rep ,mem_module_uart_opcode 
-0x3c34 013349 fetch 1 ,mem_current_length 
-0x3c35 013350 rtn blank 
-0x3c36 013351 call module_hci_prepare_tx 
-0x3c37 013352 fetch 1 ,mem_current_length 
-0x3c38 013353 copy pdata ,loopcnt 
-0x3c39 013354 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x3c3a 013355 copy pdata ,contr 
-0x3c3b 013356 call uart_copy_tx_bytes_fast 
-0x3c3c 013357 branch uartd_send 
-:      013361 module_hci_event_receive_le_data:
-0x3c3d 013362 jam hci_event_le_data_rep ,mem_module_uart_opcode 
-0x3c3e 013363 fetch 1 ,mem_module_le_rx_data_len 
-0x3c3f 013364 icopy loopcnt 
-0x3c40 013365 increase 2 ,pdata 
-0x3c41 013366 call module_hci_prepare_tx 
-0x3c42 013367 fetch 2 ,mem_module_le_rx_data_handle 
-0x3c43 013368 istore 2 ,contwu 
-0x3c44 013369 fetch 2 ,mem_module_le_rx_data_address 
-0x3c45 013370 icopy contr 
-0x3c46 013371 call uart_copy_tx_bytes_fast 
-0x3c47 013372 branch uartd_send 
-:      013376 module_hci_event_enter_standby_mode:
-0x3c48 013377 jam hci_event_standby_rep ,mem_module_uart_opcode 
-:      013378 module_hci_event_enter_standby_mode_len0:
-0x3c49 013379 setarg 0 
-0x3c4a 013380 call module_hci_prepare_tx 
-0x3c4b 013381 branch uartd_send 
-:      013385 module_hci_event_status_res:
-0x3c4c 013386 jam hci_event_status_res ,mem_module_uart_opcode 
-0x3c4d 013387 setarg 1 
-0x3c4e 013388 call module_hci_prepare_tx 
-0x3c4f 013390 call module_hci_read_bt_status 
-0x3c50 013392 fetch 2 ,mem_ui_state_map 
-0x3c51 013393 arg ui_state_bt_hid_conn ,queue 
-0x3c52 013394 qisolate1 pdata 
-0x3c53 013395 setflag true ,3 ,temp 
-0x3c54 013397 arg ui_state_ble_connected ,queue 
-0x3c55 013398 qisolate1 pdata 
-0x3c56 013399 setflag true ,5 ,temp 
-0x3c57 013401 fetch 1 ,mem_ui_state_map 
-0x3c58 013402 arg ui_state_bt_spp_conn ,queue 
-0x3c59 013403 qisolate1 pdata 
-0x3c5a 013404 setflag true ,4 ,temp 
-0x3c5b 013406 istoret 1 ,contwu 
-0x3c5c 013407 branch uartd_send 
-:      013411 module_hci_read_bt_status:
-0x3c5d 013412 arg 0 ,temp 
-0x3c5e 013413 fetch 1 ,mem_scan_mode 
-0x3c5f 013414 arg inq_scan_mode ,queue 
-0x3c60 013415 qisolate1 pdata 
-0x3c61 013416 setflag true ,0 ,temp 
-0x3c62 013417 arg page_scan_mode ,queue 
-0x3c63 013418 qisolate1 pdata 
-0x3c64 013419 setflag true ,1 ,temp 
-0x3c65 013421 fetch 1 ,mem_le_adv_enable 
-0x3c66 013422 arg 0 ,queue 
-0x3c67 013423 qisolate1 pdata 
-0x3c68 013424 setflag true ,2 ,temp 
-0x3c69 013425 rtn 
-:      013429 module_hci_event_store_device:
-0x3c6a 013430 jam hci_event_nvram_rep ,mem_module_uart_opcode 
-0x3c6b 013431 fetch 1 ,mem_nv_data_number 
-0x3c6c 013432 mul32 pdata ,34 ,pdata 
-0x3c6d 013433 icopy loopcnt 
-0x3c6e 013434 call module_hci_prepare_tx 
-0x3c6f 013435 fetch 2 ,mem_nv_data_ptr 
-0x3c70 013436 icopy contr 
-0x3c71 013437 call uart_copy_tx_bytes_fast 
-0x3c72 013438 branch uartd_send 
-:      013442 module_hci_event_gkey_generate:
-0x3c73 013443 jam hci_event_gkey ,mem_module_uart_opcode 
-0x3c74 013444 setarg 4 
-0x3c75 013445 call module_hci_prepare_tx 
-0x3c76 013446 fetch 4 ,mem_gkey 
-0x3c77 013447 istore 4 ,contwu 
-0x3c78 013448 branch uartd_send 
-:      013452 module_hci_event_invalid_packet:
-0x3c79 013453 jam hci_event_invalid_packet ,mem_module_uart_opcode 
-0x3c7a 013454 hfetch 2 ,core_uart_rxitems 
-0x3c7b 013455 arg 0xff ,temp 
-0x3c7c 013456 call not_greater_than 
-0x3c7d 013457 copy pdata ,loopcnt 
-0x3c7e 013458 call module_hci_prepare_tx 
-0x3c7f 013459 call uartd_prepare_rx 
-0x3c80 013460 call uart_copy_rx2tx 
-0x3c81 013461 branch uartd_send 
-:      013465 module_hci_event_passkey_entry_mode:
-0x3c82 013466 jam hci_event_get_passkey ,mem_module_uart_opcode 
-0x3c83 013467 branch module_hci_event_enter_standby_mode_len0 
-:      013471 module_hci_event_le_tk:
-0x3c84 013472 jam hci_event_le_tk ,mem_module_uart_opcode 
-0x3c85 013473 setarg 4 
-0x3c86 013474 call module_hci_prepare_tx 
-0x3c87 013475 fetch 4 ,mem_le_tk 
-0x3c88 013476 istore 4 ,contwu 
-0x3c89 013477 branch uartd_send 
-:      013481 module_hci_event_le_pairing_fail:
-0x3c8a 013482 arg flag_ble_pairing_fail ,rega 
-0x3c8b 013483 branch module_hci_event_pairing_completed 
-:      013485 module_hci_event_le_pairing_success:
-0x3c8c 013486 arg flag_ble_pairing_success ,rega 
-0x3c8d 013487 branch module_hci_event_pairing_completed 
-:      013489 module_hci_event_bt_pairing_fail:
-0x3c8e 013490 arg flag_bt_pairing_fail ,rega 
-0x3c8f 013491 branch module_hci_event_pairing_completed 
-:      013493 module_hci_event_bt_pairing_success:
-0x3c90 013494 arg flag_bt_pairing_success ,rega 
-:      013496 module_hci_event_pairing_completed:
-0x3c91 013497 jam 0 ,mem_flag_mode_ssp_pin 
-0x3c92 013498 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
-0x3c93 013499 setarg 2 
-0x3c94 013500 call module_hci_prepare_tx 
-0x3c95 013501 copy rega ,pdata 
-0x3c96 013502 istore 2 ,contwu 
-0x3c97 013503 branch uartd_send 
-:      013507 module_hci_event_pause_enc:
-0x3c98 013508 arg flag_event_pause_enc ,regc 
-0x3c99 013509 branch module_hci_event_enc 
-:      013511 module_hci_event_start_enc:
-0x3c9a 013512 arg flag_event_start_enc ,regc 
-:      013514 module_hci_event_enc:
-0x3c9b 013515 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
-0x3c9c 013516 setarg 1 
-0x3c9d 013517 call module_hci_prepare_tx 
-0x3c9e 013518 copy regc ,pdata 
-0x3c9f 013519 istore 1 ,contwu 
-0x3ca0 013520 branch uartd_send 
-:      013524 module_hci_event_le_gkey:
-0x3ca1 013525 jam hci_event_le_gkey ,mem_module_uart_opcode 
-0x3ca2 013526 setarg 4 
-0x3ca3 013527 call module_hci_prepare_tx 
-0x3ca4 013528 fetch 4 ,mem_gkey 
-0x3ca5 013529 istore 4 ,contwu 
-0x3ca6 013530 branch uartd_send 
-:      013541 module_hci_prepare_tx:
-0x3ca7 013542 jam 0x02 ,mem_module_uart_cmd 
-0x3ca8 013543 store 1 ,mem_module_uart_len 
-0x3ca9 013544 storet 8 ,mem_temp 
-0x3caa 013545 bpatch patch1c_2 ,mem_patch1c 
-0x3cab 013546 call module_set_mcu_wake_pin_high_delay 
-0x3cac 013547 fetcht 8 ,mem_temp 
-0x3cad 013548 call uartd_prepare_tx 
-0x3cae 013549 fetch 3 ,mem_module_uart_cmd 
-0x3caf 013550 istore 3 ,contwu 
-0x3cb0 013551 rtn 
-:      013554 module_set_mcu_wake_pin_high_delay:
-0x3cb1 013555 call module_check_mcu_wake_pin_high 
-0x3cb2 013556 rtn true 
-:      013557 module_set_mcu_wake_pin_h_delay:
-0x3cb3 013558 call module_set_mcu_wake_pin_high 
-0x3cb4 013559 fetch 4 ,mem_module_mcu_wake_delay_us 
-0x3cb5 013560 rshift2 pdata ,pdata 
-0x3cb6 013561 rtn blank 
-0x3cb7 013562 branch delay 
-:      013564 module_set_mcu_wake_pin_high:
-0x3cb8 013566 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cb9 013567 branch gpio_out_active 
-:      013569 module_check_mcu_wake_pin_high:
-0x3cba 013570 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cbb 013571 branch gpio_check_active 
-:      013573 module_set_mcu_wake_pin_low:
-0x3cbc 013574 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cbd 013575 branch gpio_out_inactive 
-:      013578 delay:
-0x3cbe 013579 increase -1 ,pdata 
-0x3cbf 013580 nop 38 
-0x3cc0 013581 nbranch delay ,blank 
-0x3cc1 013582 rtn 
-:      013591 module_le_receive_data:
-0x3cc2 013592 call module_check_ble_encrypt_state 
-0x3cc3 013593 rtn user 
-0x3cc4 013594 copy rega ,pdata 
-0x3cc5 013595 store 2 ,mem_module_le_rx_data_address 
-0x3cc6 013596 copy regb ,pdata 
-0x3cc7 013597 store 1 ,mem_module_le_rx_data_len 
-0x3cc8 013598 fetch 2 ,mem_le_att_handle 
-0x3cc9 013599 fetcht 2 ,mem_module_data_write_handle 
-0x3cca 013600 isub temp ,null 
-0x3ccb 013601 branch module_le_receive_data_ok ,zero 
-0x3ccc 013602 fetcht 2 ,mem_module_data_write_handle2 
-0x3ccd 013603 isub temp ,null 
-0x3cce 013604 nrtn zero 
-:      013605 module_le_receive_data_ok:
-0x3ccf 013606 store 2 ,mem_module_le_rx_data_handle 
-0x3cd0 013607 branch module_hci_event_receive_le_data 
-:      013612 module_exit_sniff:
-0x3cd1 013613 fetch 1 ,mem_module_flag 
-0x3cd2 013614 rtnbit1 moudle_task_unsniff 
-0x3cd3 013615 call module_set_unsniff_task_flag 
-0x3cd4 013616 branch app_bt_sniff_exit 
-:      013619 module_set_lpm_mult_2:
-0x3cd5 013620 jam 2 ,mem_lpm_mult 
-0x3cd6 013621 rtn 
-:      013625 module_bb_event_timer:
-0x3cd7 013626 branch module_read_vdd_timer 
-:      013628 module_read_vdd_timer:
-0x3cd8 013629 fetch 1 ,mem_module_read_vdd_flag 
-0x3cd9 013630 rtn blank 
-0x3cda 013631 fetch 1 ,mem_module_read_vdd_count 
-0x3cdb 013632 rtn blank 
-0x3cdc 013633 increase -1 ,pdata 
-0x3cdd 013634 store 1 ,mem_module_read_vdd_count 
-0x3cde 013635 nrtn blank 
-0x3cdf 013636 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
-0x3ce0 013637 call adc_set_mode 
-0x3ce1 013638 call vdd_calculate_by_mode 
-0x3ce2 013639 div pdata ,0x64 
-0x3ce3 013640 call wait_div_end 
-0x3ce4 013641 quotient pdata 
-0x3ce5 013642 remainder temp 
-0x3ce6 013643 store 1 ,mem_module_vdd_quotient 
-0x3ce7 013644 storet 1 ,mem_module_vdd_remainder 
-0x3ce8 013645 rtn 
-:      013648 module_control_air_flow:
-0x3ce9 013649 call check_uart_tx_buff 
-0x3cea 013650 branch app_l2cap_flow_control_enable ,positive 
-0x3ceb 013651 branch app_l2cap_flow_control_disable 
-:      013655 module_set_sniff_task_flag:
-0x3cec 013656 arg moudle_task_sniff ,queue 
-0x3ced 013657 branch module_set_state 
-:      013659 module_clear_sniff_task_flag:
-0x3cee 013660 arg moudle_task_sniff ,queue 
-0x3cef 013661 branch module_clr_state 
-:      013663 module_set_unsniff_task_flag:
-0x3cf0 013664 arg moudle_task_unsniff ,queue 
-0x3cf1 013665 branch module_set_state 
-:      013667 module_clear_unsniff_task_flag:
-0x3cf2 013668 arg moudle_task_unsniff ,queue 
-0x3cf3 013669 branch module_clr_state 
-:      013671 module_set_le_tx_data_flag:
-0x3cf4 013672 arg module_flag_ble_data_finish ,queue 
-0x3cf5 013673 branch module_set_state 
-:      013675 module_clear_le_tx_data_flag:
-0x3cf6 013676 arg module_flag_ble_data_finish ,queue 
-0x3cf7 013677 branch module_clr_state 
-:      013679 module_clr_state:
-0x3cf8 013680 fetch 1 ,mem_module_flag 
-0x3cf9 013681 qset0 pdata 
-0x3cfa 013682 store 1 ,mem_module_flag 
-0x3cfb 013683 rtn 
-:      013685 module_set_state:
-0x3cfc 013686 fetch 1 ,mem_module_flag 
-0x3cfd 013687 qset1 pdata 
-0x3cfe 013688 store 1 ,mem_module_flag 
-0x3cff 013689 rtn 
-:      013699 mouse_init:
-0x3d00 013700 call mouse_setting_config 
-0x3d01 013701 call spi_ncs_enable 
-0x3d02 013702 call mouse_init_sunt 
-0x3d03 013703 call mouse_dpi_config 
-0x3d04 013704 call spi_ncs_disable 
-0x3d05 013705 rtn wake 
-0x3d06 013706 call mouse_cheak_enable_usb 
-0x3d07 013707 call mouse_cb_fuction 
-0x3d08 013710 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d09 013711 rtnbit1 mouse_enable_usb 
-0x3d0a 013712 call mouse_wakeup_from_power 
-0x3d0b 013713 rtnmark1 mark_24g 
-0x3d0c 013714 fetch 2 ,mem_ui_state_map 
-0x3d0d 013715 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x3d0e 013716 branch mouse_check_reconn_target 
-:      013719 mouse_delay_4s:
-0x3d0f 013720 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d10 013721 rtnbit0 mouse_enable_init_delay 
-0x3d11 013722 arg 20 ,loopcnt 
-:      013723 mouse_delay_20ms:
-0x3d12 013724 setarg 200000 
-0x3d13 013725 call sleep 
-0x3d14 013726 loop delay_10ms 
-0x3d15 013727 rtn 
-:      013730 mouse_cheak_enable_usb:
-0x3d16 013731 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d17 013732 rtnbit0 mouse_enable_usb 
-0x3d18 013733 branch usb_init 
-:      013736 mouse_cb_fuction:
-0x3d19 013737 setarg mouse_le 
-0x3d1a 013738 store 2 ,mem_cb_le_process 
-0x3d1b 013739 setarg mouse_send_process 
-0x3d1c 013740 store 2 ,mem_cb_bt_process 
-0x3d1d 013741 setarg mouse_process_lpm_before 
-0x3d1e 013742 store 2 ,mem_cb_before_lpm 
-0x3d1f 013743 setarg mouse_priority_bb_event 
-0x3d20 013744 store 2 ,mem_cb_bb_event_process 
-0x3d21 013745 setarg mouse_idle 
-0x3d22 013746 store 2 ,mem_cb_idle_process 
-0x3d23 013747 setarg mouse_before_hibernate 
-0x3d24 013748 store 2 ,mem_cb_before_hibernate 
-0x3d25 013749 setarg le_mouse_bb_event_connect_complete 
-0x3d26 013750 store 2 ,mem_cb_att_write 
-0x3d27 013752 call g24_head_ptr2regc 
-0x3d28 013753 setarg mouse_g24_package_data 
-0x3d29 013754 add regc ,offset_24g_cb_data ,contw 
-0x3d2a 013755 istore 2 ,contw 
-0x3d2b 013756 setarg mouse_g24_enter_lpm 
-0x3d2c 013757 add regc ,offset_24g_cb_lpm_prepare ,contw 
-0x3d2d 013758 istore 2 ,contw 
-0x3d2e 013759 setarg mouse_lpm_before_common 
-0x3d2f 013760 add regc ,offset_24g_cb_lpm_before ,contw 
-0x3d30 013761 istore 2 ,contw 
-0x3d31 013763 setarg mouse_bb_event_timer 
-0x3d32 013764 store 2 ,mem_cb_event_timer 
-0x3d33 013765 setarg mouse_spi_write_flash_cb 
-0x3d34 013766 store 2 ,mem_cb_spi_flash_write_complate 
-0x3d35 013767 rtn 
-:      013768 mouse_spi_write_flash_cb:
-:      013769 mouse_spi_init:
-0x3d36 013770 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d37 013771 bbit0 mouse_enable_spi2 ,spid_init 
-0x3d38 013772 branch spid_init2 
-:      013774 mouse_setting_config:
-0x3d39 013775 rtn wake 
-0x3d3a 013776 call g24_set_device_addr 
-0x3d3b 013777 call mouse_gpio_init 
-0x3d3c 013778 call mouse_param_init 
-0x3d3d 013779 call mouse_adc_init 
-0x3d3e 013780 call le_set_config_fixed_ltk 
-0x3d3f 013781 call le_set_justwork 
-0x3d40 013782 call le_set_fixed_ltk 
-0x3d41 013783 call le_set_config_read_authentication 
-0x3d42 013784 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d43 013785 bbit1 mouse_enable_eeprom ,mouse_init_iic 
-0x3d44 013786 bbit1 mouse_enable_flash ,mouse_load_flash_info_cheak 
-0x3d45 013787 rtn 
-:      013789 mouse_init_iic:
-0x3d46 013790 call iic_init_390k 
-0x3d47 013791 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d48 013792 isolate1 mouse_enable_2k_eeprom ,pdata 
-0x3d49 013793 ncall clear_eeprom_size_2k ,true 
-0x3d4a 013794 call mouse_load_eeprom_dpi 
-0x3d4b 013795 call mouse_init_environment 
-0x3d4c 013796 call mouse_set_24g_addr_eeprom 
-0x3d4d 013797 branch iicd_read_eep_data 
-:      013799 mouse_wakeup_from_power:
-0x3d4e 013800 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d4f 013801 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_no_from_power 
-0x3d50 013802 fetch 1 ,mem_wakup_from_power_flag 
-0x3d51 013803 isolate0 gpio_latch ,pdata 
-0x3d52 013804 nrtn true 
-:      013805 mouse_wakeup_no_from_power:
-0x3d53 013806 fetch 1 ,mem_reconn_times_init 
-0x3d54 013807 store 1 ,mem_reconn_times 
-0x3d55 013808 fetch 1 ,mem_config_function_enable 
-0x3d56 013809 rtnbit1 enable_select_device_by_switch 
-:      013810 mouse_start_24g_mode:
-0x3d57 013811 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d58 013812 rtnbit0 mouse_enable_24g 
-0x3d59 013813 bbit1 mouse_enable_auto_24g_paring ,g24_auto_pair_start 
-0x3d5a 013814 branch g24_check_51cmd_start_24g 
-:      013815 le_mouse_bb_event_connect_complete:
-0x3d5b 013816 fetch 1 ,mem_le_att_handle 
-0x3d5c 013817 sub pdata ,26 ,pdata 
-0x3d5d 013818 nrtn zero 
-0x3d5e 013819 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x3d5f 013820 call ui_ipc_send_cmd 
-:      013821 mouse_le_write_enable:
-0x3d60 013822 arg write_req_enable_flag ,queue 
-0x3d61 013823 branch mouse_le_enable_connect_flag 
-:      013825 mouse_dpi_up:
-0x3d62 013826 fetch 1 ,mem_mouse_dpi_button_state 
-0x3d63 013827 rtneq dpi_button_state_up 
-0x3d64 013828 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x3d65 013829 rtn 
-:      013830 mouse_dpi_config:
-0x3d66 013831 fetch 1 ,mem_config_sensor_motion 
-0x3d67 013832 and pdata ,0x0f ,pdata 
-0x3d68 013833 store 1 ,mem_mouse_dpi 
-0x3d69 013834 branch mouse_seting_dpi + 2 
-:      013837 mouse_dpi_cheak:
-0x3d6a 013838 fetcht 1 ,mem_dpi_button_gpio 
-0x3d6b 013839 call gpio_get_bit 
-0x3d6c 013840 nbranch mouse_dpi_up ,true 
-:      013841 mouse_dpi_down:
-0x3d6d 013842 fetch 1 ,mem_mouse_dpi_button_state 
-0x3d6e 013843 rtneq dpi_button_state_down 
-0x3d6f 013844 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x3d70 013845 fetch 1 ,mem_mouse_dpi 
-0x3d71 013846 increase 1 ,pdata 
-0x3d72 013847 and pdata ,0x03 ,pdata 
-0x3d73 013848 store 1 ,mem_mouse_dpi 
-0x3d74 013849 call mouse_seting_dpi 
-0x3d75 013850 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d76 013851 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0x3d77 013852 bbit1 mouse_enable_flash ,mouse_before_store_flash_cpi 
-0x3d78 013853 rtn 
-:      013854 mouse_before_store_flash_cpi:
-0x3d79 013855 arg mouse_spi2_clk_gpio ,temp 
-0x3d7a 013856 call gpio_config_output 
-0x3d7b 013857 arg mouse_spi2_sdio_gpio ,temp 
-0x3d7c 013858 call gpio_config_output 
-0x3d7d 013859 branch mouse_store_flash_device_info 
-:      013861 mouse_seting_dpi:
-0x3d7e 013862 bpatch patch1c_3 ,mem_patch1c 
-0x3d7f 013863 call mosue_dpi_led_blink_init 
-0x3d80 013864 fetch 1 ,mem_config_sensor_type 
-0x3d81 013865 beq p3610 ,mouse_seting_3610_dpi 
-0x3d82 013866 beq p3212 ,mouse_seting_3212_dpi 
-0x3d83 013867 fetch 1 ,mem_mouse_dpi 
-0x3d84 013868 beq mouse_dpi_level1 ,mouse_set_cpi1 
-0x3d85 013869 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0x3d86 013870 beq mouse_dpi_level3 ,mouse_set_cpi3 
-0x3d87 013871 beq mouse_dpi_level4 ,mouse_set_cpi4 
-:      013872 mouse_set_cpi2:
-0x3d88 013873 fetch 1 ,mem_320x_dpi_2 
-0x3d89 013874 branch mouse_p3205_dpi 
-:      013875 mouse_set_cpi1:
-0x3d8a 013876 fetch 1 ,mem_320x_dpi_1 
-0x3d8b 013877 branch mouse_p3205_dpi 
-:      013878 mouse_set_cpi3:
-0x3d8c 013879 fetch 1 ,mem_320x_dpi_3 
-0x3d8d 013880 branch mouse_p3205_dpi 
-:      013881 mouse_set_cpi4:
-0x3d8e 013882 fetch 1 ,mem_320x_dpi_4 
-0x3d8f 013883 branch mouse_p3205_dpi 
-:      013884 moue_seting_cpi_count:
-0x3d90 013885 fetch 1 ,mem_config_sensor_type 
-0x3d91 013886 rtneq p3065_xy 
-0x3d92 013887 fetch 1 ,mem_mouse_cpi_count 
-0x3d93 013888 increase 1 ,pdata 
-0x3d94 013889 store 1 ,mem_mouse_cpi_count 
-0x3d95 013890 rtn 
-:      013892 mouse_seting_3212_dpi:
-0x3d96 013893 fetch 1 ,mem_mouse_dpi 
-0x3d97 013894 beq mouse_dpi_level1 ,mouse_set_p3212_cpi1 
-0x3d98 013895 beq mouse_dpi_level2 ,mouse_set_p3212_cpi2 
-0x3d99 013896 beq mouse_dpi_level3 ,mouse_set_p3212_cpi3 
-0x3d9a 013897 beq mouse_dpi_level4 ,mouse_set_p3212_cpi4 
-:      013898 mouse_set_p3212_cpi2:
-0x3d9b 013899 fetch 1 ,mem_3212_dpi_2 
-0x3d9c 013900 branch mouse_p3212_dpi 
-:      013901 mouse_set_p3212_cpi1:
-0x3d9d 013902 fetch 1 ,mem_3212_dpi_1 
-0x3d9e 013903 branch mouse_p3212_dpi 
-:      013904 mouse_set_p3212_cpi3:
-0x3d9f 013905 fetch 1 ,mem_3212_dpi_3 
-0x3da0 013906 branch mouse_p3212_dpi 
-:      013907 mouse_set_p3212_cpi4:
-0x3da1 013908 fetch 1 ,mem_3212_dpi_4 
-:      013909 mouse_p3212_dpi:
-0x3da2 013910 store 1 ,mem_mouse_cpi_count 
-0x3da3 013911 lshift8 pdata ,pdata 
-0x3da4 013912 copy pdata ,rega 
-0x3da5 013913 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
-0x3da6 013914 call twspi_write 
-0x3da7 013915 copy rega ,pdata 
-0x3da8 013916 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
-0x3da9 013917 branch twspi_write 
-:      013919 mouse_seting_3610_dpi:
-0x3daa 013920 fetch 1 ,mem_mouse_dpi 
-0x3dab 013921 beq mouse_dpi_level1 ,mouse_set_p3610_cpi1 
-0x3dac 013922 beq mouse_dpi_level2 ,mouse_set_p3610_cpi2 
-0x3dad 013923 beq mouse_dpi_level3 ,mouse_set_p3610_cpi3 
-0x3dae 013924 beq mouse_dpi_level4 ,mouse_set_p3610_cpi4 
-:      013925 mouse_set_p3610_cpi2:
-0x3daf 013926 fetch 1 ,mem_3610_dpi_2 
-0x3db0 013927 branch mouse_p3610_dpi 
-:      013928 mouse_set_p3610_cpi1:
-0x3db1 013929 fetch 1 ,mem_3610_dpi_1 
-0x3db2 013930 branch mouse_p3610_dpi 
-:      013931 mouse_set_p3610_cpi3:
-0x3db3 013932 fetch 1 ,mem_3610_dpi_3 
-0x3db4 013933 branch mouse_p3610_dpi 
-:      013934 mouse_set_p3610_cpi4:
-0x3db5 013935 fetch 1 ,mem_3610_dpi_4 
-:      013936 mouse_p3610_dpi:
-0x3db6 013937 store 1 ,mem_mouse_cpi_count 
-0x3db7 013938 call mouse_spi_sdio_gpio_pollup 
-0x3db8 013939 fetch 1 ,mem_mouse_cpi_count 
-:      013940 mouse_reset_p3610_dpi:
-0x3db9 013941 add pdata ,0x80 ,pdata 
-0x3dba 013942 lshift8 pdata ,pdata 
-0x3dbb 013943 add pdata ,mouse_p3610_dpi_address ,pdata 
-0x3dbc 013944 copy pdata ,rega 
-0x3dbd 013945 branch mouse_set_sensor_reg 
-:      013947 mouse_p3205_dpi:
-0x3dbe 013948 store 1 ,mem_mouse_cpi_count 
-0x3dbf 013949 call moue_seting_cpi_count 
-0x3dc0 013950 fetch 1 ,mem_mouse_cpi_count 
-0x3dc1 013951 setarg mouse_dpi_address 
-0x3dc2 013952 call twspi_read 
-0x3dc3 013953 and pdata ,0xf8 ,temp 
-0x3dc4 013954 fetch 1 ,mem_mouse_cpi_count 
-0x3dc5 013955 iadd temp ,pdata 
-0x3dc6 013956 lshift8 pdata ,pdata 
-0x3dc7 013957 add pdata ,mouse_dpi_address ,pdata 
-0x3dc8 013958 branch twspi_write 
-:      013961 mouse_init_environment:
-0x3dc9 013962 call app_initflag_check 
-0x3dca 013963 branch mouse_eeprom_load_recon_info ,zero 
-0x3dcb 013964 call mouse_ble_init_address 
-0x3dcc 013965 call mouse_store_eeprom_device_info 
-0x3dcd 013966 branch app_initflag_store 
-:      013969 mouse_24g_pairing_button:
-0x3dce 013970 fetch 2 ,mem_24g_pairing_timer_count 
-0x3dcf 013971 rtn blank 
-0x3dd0 013972 fetch mouse_flag_len ,mem_mouse_flag 
-0x3dd1 013973 rtnbit0 mouse_enable_24g 
-0x3dd2 013974 rtnbit1 mosue_24g_pairing_flag 
-0x3dd3 013975 rtnmark1 mark_24g 
-0x3dd4 013976 call mouse_check_key_gpio 
-0x3dd5 013977 rtnne mouse_lmr_button 
-0x3dd6 013978 call mouse_devce_led_off 
-0x3dd7 013979 arg mosue_24g_pairing_flag ,queue 
-0x3dd8 013980 call mouse_enable_function_flag 
-0x3dd9 013981 setarg 0 
-0x3dda 013982 store 2 ,mem_mouse_direct_timer 
-0x3ddb 013983 store 1 ,mem_mouse_send_blank_timer 
-0x3ddc 013984 call g24_set0_mem_check_dongle_times 
-0x3ddd 013986 fetch 2 ,mem_ui_state_map 
-0x3dde 013987 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
-0x3ddf 013988 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x3de0 013989 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x3de1 013990 call mouse_stop_discovery 
-0x3de2 013991 branch g24_start_pairing_sm1 
-:      013994 mouse_idle:
-0x3de3 013995 call mouse_24g_pairing_button 
-0x3de4 013996 call ui_check_paring_button 
-0x3de5 013997 call mouse_dpi_cheak 
-0x3de6 013998 call mouse_usb_isr 
-0x3de7 013999 call mouse_wheel_check 
-0x3de8 014000 branch mouse_usb_mode 
-:      014001 mouse_usb_isr:
-0x3de9 014002 fetch mouse_flag_len ,mem_mouse_flag 
-0x3dea 014003 rtnbit0 mouse_enable_usb 
-0x3deb 014004 call usb_isr 
-0x3dec 014005 branch usb_offline_state 
-:      014007 mouse_cheak_usb:
-0x3ded 014008 hfetch 1 ,core_usb_addr 
-0x3dee 014009 bbit0 7 ,mouse_usb_no_exsit 
-0x3def 014010 bbit1 7 ,mouse_usb_exsit 
-0x3df0 014011 rtn 
-:      014012 mouse_usb_no_exsit:
-0x3df1 014013 fetch 1 ,mem_usb_addr 
-0x3df2 014014 rtnbit0 7 
-0x3df3 014015 branch soft_reset_chip 
-:      014016 mouse_usb_exsit:
-0x3df4 014017 fetch 1 ,mem_usb_addr 
-0x3df5 014018 rtnbit1 7 
-0x3df6 014019 branch mouse_stop_bluetooth_mode 
-:      014021 mouse_usb_mode:
-0x3df7 014022 call mouse_cheak_usb 
-0x3df8 014023 hfetch 1 ,core_usb_addr 
-0x3df9 014024 store 1 ,mem_usb_addr 
-0x3dfa 014025 rtnbit0 7 
-0x3dfb 014026 call mouse_clkn_check 
-0x3dfc 014027 fetch 4 ,mem_btclk_sensor 
-0x3dfd 014028 fetcht 1 ,mem_wire_usb_interval 
-0x3dfe 014029 iadd temp ,temp 
-0x3dff 014030 copy clkn_bt ,pdata 
-0x3e00 014031 isub temp ,null 
-0x3e01 014032 nrtn positive 
-0x3e02 014033 store 4 ,mem_btclk_sensor 
-0x3e03 014034 call mouse_motion 
-0x3e04 014035 nrtn user 
-0x3e05 014036 jam 4 ,mem_usb_tx_enable 
-0x3e06 014037 branch mouse_wired_to_usb 
-:      014039 mouse_clkn_check:
-0x3e07 014040 fetcht 4 ,mem_btclk_sensor 
-0x3e08 014041 copy clkn_bt ,pdata 
-0x3e09 014042 isub temp ,null 
-0x3e0a 014043 ncall mouse_clkn_timeout ,positive 
-0x3e0b 014044 rtn 
-:      014045 mouse_clkn_timeout:
-0x3e0c 014046 setarg 0 
-0x3e0d 014047 store 4 ,mem_btclk_sensor 
-0x3e0e 014048 rtn 
-:      014052 mouse_wired_to_usb:
-0x3e0f 014053 fetch 1 ,mem_usb_tx_enable 
-0x3e10 014054 rtnbit0 2 
-0x3e11 014055 branch mouse_data_push 
-:      014056 mouse_data_push:
-0x3e12 014057 hfetch 1 ,core_usb_addr 
-0x3e13 014058 rtnbit0 7 
-0x3e14 014059 jam usb_ep2_ms ,mem_usb_ep2_data 
-0x3e15 014060 setarg ms_report_id 
-0x3e16 014061 store 1 ,mem_usb_mouse_data 
-0x3e17 014062 fetch 7 ,mem_mouse_key 
-0x3e18 014063 istore 7 ,contw 
-0x3e19 014064 rtn 
-:      014067 mouse_enable_clock_qdecoder:
-0x3e1a 014068 hfetch 2 ,core_clkoff 
-0x3e1b 014069 set0 clock_off_qdecoder ,pdata 
-0x3e1c 014070 hstore 2 ,core_clkoff 
-0x3e1d 014071 rtn 
-:      014073 mouse_param_init:
-0x3e1e 014074 setarg 0x8c00 
-0x3e1f 014075 store 2 ,mem_ui_uuid_table 
-0x3e20 014076 setarg 0x8e7a 
-0x3e21 014077 store 2 ,mem_ui_le_uuid_table 
-0x3e22 014078 setarg 0x2402 
-0x3e23 014079 store 2 ,mem_fcomp_mul 
-0x3e24 014080 setarg 0x2580 
-0x3e25 014081 store 3 ,mem_class 
-0x3e26 014082 jam 3 ,mem_lpm_mult_timeout 
-0x3e27 014083 jam 8 ,mem_lpm_overhead 
-0x3e28 014084 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x3e29 014085 setarg 0x0200 
-0x3e2a 014086 store 2 ,mem_lpm_interval 
-0x3e2b 014087 jam 0x17 ,mem_le_local_mtu 
-0x3e2c 014088 jam 0x17 ,mem_le_remote_mtu 
-0x3e2d 014090 setarg 0x0a77 
-0x3e2e 014091 store 2 ,mem_spi_init_clk 
-0x3e2f 014107 setsect 0 ,0x306 
-0x3e30 014108 setsect 1 ,0x4440 
-0x3e31 014109 setsect 2 ,0x10000 
-0x3e32 014110 setsect 3 ,0x4408 
-0x3e33 014111 store 9 ,mem_all_uuid_16bits 
-0x3e34 014112 setsect 0 ,0x1224 
-0x3e35 014113 setsect 1 ,0x4000 
-0x3e36 014114 setsect 2 ,0x0 
-0x3e37 014115 istore 5 ,contw 
-0x3e38 014117 setsect 0 ,0x3ffff 
-0x3e39 014118 setsect 1 ,0x2fe23 
-0x3e3a 014119 setsect 2 ,0x199d9 
-0x3e3b 014120 setsect 3 ,0x20d 
-0x3e3c 014121 store 8 ,mem_features 
-0x3e3d 014123 setarg 0x012c 
-0x3e3e 014124 store 2 ,mem_24g_pairing_timer_count 
-0x3e3f 014125 call le_modified_name 
-0x3e40 014126 fetch mouse_flag_len ,mem_mouse_flag 
-0x3e41 014127 rtnbit0 mouse_enable_gpio_control_adc_sensor 
-0x3e42 014128 call mouse_sensor_set_angle 
-0x3e43 014129 branch mouse_select_adc 
-:      014131 mouse_sensor_set_angle:
-0x3e44 014132 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x3e45 014133 call gpio_config_input 
-0x3e46 014134 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x3e47 014135 call gpio_get_bit 
-0x3e48 014136 jam mouse_3clk_angle ,mem_config_sensor_angle 
-0x3e49 014137 rtn true 
-0x3e4a 014138 jam mouse_12clk_angle ,mem_config_sensor_angle 
-0x3e4b 014139 rtn 
-:      014141 mouse_select_adc:
-0x3e4c 014142 fetcht 1 ,mem_select_adc_gpio 
-0x3e4d 014143 call gpio_config_input 
-0x3e4e 014144 fetcht 1 ,mem_select_adc_gpio 
-0x3e4f 014145 call gpio_get_bit 
-0x3e50 014146 jam adc_config_vinlpm ,mem_adc_config_flag 
-0x3e51 014147 rtn true 
-0x3e52 014148 jam adc_config_gpio ,mem_adc_config_flag 
-0x3e53 014149 rtn 
-:      014152 mouse_adc_init:
-0x3e54 014153 fetch 1 ,mem_adc_config_flag 
-0x3e55 014154 beq adc_config_vinlpm ,mouse_adc_init_data_vinlpm 
-0x3e56 014155 beq adc_config_hvin ,mouse_adc_init_data_hvin 
-0x3e57 014156 beq adc_config_gpio ,mouse_adc_init_data_io 
-0x3e58 014157 branch mouse_adc_init_data_vinlpm 
-:      014159 mouse_adc_init_data_vinlpm:
-0x3e59 014160 fetcht 2 ,mem_2v_adc_vinlpm_data 
-0x3e5a 014161 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x3e5b 014162 isub temp ,pdata 
-0x3e5c 014163 mul32 pdata ,20 ,pdata 
-0x3e5d 014164 div pdata ,100 
-0x3e5e 014165 call wait_div_end 
-0x3e5f 014166 quotient pdata 
-0x3e60 014167 store 2 ,mem_adc_reference_voltage 
-0x3e61 014168 rtn 
-:      014169 mouse_adc_init_data_hvin:
-0x3e62 014170 fetcht 2 ,mem_1v_adc_hvin_data 
-0x3e63 014171 fetch 2 ,mem_5v_adc_hvin_data 
-0x3e64 014172 isub temp ,pdata 
-0x3e65 014173 mul32 pdata ,230 ,pdata 
-0x3e66 014174 div pdata ,400 
-0x3e67 014175 call wait_div_end 
-0x3e68 014176 quotient pdata 
-0x3e69 014177 store 2 ,mem_adc_reference_voltage 
-0x3e6a 014178 rtn 
-:      014179 mouse_adc_init_data_io:
-0x3e6b 014180 fetch 2 ,mem_1v_adc_io_data 
-0x3e6c 014181 store 2 ,mem_adc_reference_voltage 
-0x3e6d 014182 rtn 
-:      014183 mouse_gpio_init:
-0x3e6e 014184 fetcht 1 ,mem_eeprom_wp_gpio 
-0x3e6f 014185 call gpio_config_output 
-0x3e70 014186 call usb_offline_check_init 
-0x3e71 014187 fetcht 1 ,mem_lbutton_gpio 
-0x3e72 014188 call gpio_config_input 
-0x3e73 014189 fetcht 1 ,mem_rbutton_gpio 
-0x3e74 014190 call gpio_config_input 
-0x3e75 014191 fetcht 1 ,mem_mbutton_gpio 
-0x3e76 014192 call gpio_config_input 
-0x3e77 014193 fetcht 1 ,mem_sensor_data_gpio 
-0x3e78 014194 call gpio_config_input 
-0x3e79 014196 fetcht 1 ,mem_sensor_reset_gpio 
-0x3e7a 014197 call gpio_config_output 
-0x3e7b 014199 fetcht 1 ,mem_whee_a_data_gpio 
-0x3e7c 014200 call gpio_config_input 
-0x3e7d 014202 fetcht 1 ,mem_whee_b_data_gpio 
-0x3e7e 014203 call gpio_config_input 
-0x3e7f 014205 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3e80 014206 call gpio_config_input 
-0x3e81 014207 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3e82 014208 call gpio_config_input 
-0x3e83 014210 fetcht 1 ,mem_bk_button_gpio 
-0x3e84 014211 call gpio_config_input 
-0x3e85 014212 fetcht 1 ,mem_fw_button_gpio 
-0x3e86 014213 call gpio_config_input 
-0x3e87 014215 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
-0x3e88 014216 call gpio_config_output 
-0x3e89 014218 fetcht 1 ,mem_config_device1_led_gpio 
-0x3e8a 014219 call gpio_config_output 
-0x3e8b 014221 fetcht 1 ,mem_config_device2_led_gpio 
-0x3e8c 014222 call gpio_config_output 
-0x3e8d 014224 fetcht 1 ,mem_config_device3_led_gpio 
-0x3e8e 014225 call gpio_config_output 
-0x3e8f 014227 fetcht 1 ,mem_dpi_led_gpio 
-0x3e90 014228 call gpio_config_output 
-0x3e91 014230 fetcht 1 ,mem_config_select_device_button_gpio 
-0x3e92 014231 call gpio_config_input 
-0x3e93 014233 fetcht 1 ,mem_config_bt_button_gpio 
-0x3e94 014234 call gpio_config_input 
-0x3e95 014236 fetcht 1 ,mem_dpi_button_gpio 
-0x3e96 014237 branch gpio_config_input 
-:      014239 mouse_wheel_gpio_set_wake:
-0x3e97 014240 fetcht 1 ,mem_whee_a_data_gpio 
-0x3e98 014241 call gpio_set_wake_by_current_state 
-0x3e99 014242 fetcht 1 ,mem_whee_b_data_gpio 
-0x3e9a 014243 call gpio_set_wake_by_current_state 
-0x3e9b 014244 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3e9c 014245 call gpio_set_wake_by_current_state 
-0x3e9d 014246 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3e9e 014247 branch gpio_set_wake_by_current_state 
-:      014249 mouse_before_hibernate_wheel_gpio_set:
-0x3e9f 014250 fetcht 1 ,mem_whee_a_data_gpio 
-0x3ea0 014251 call mouse_gpio_set_pupd_by_input 
-0x3ea1 014252 fetcht 1 ,mem_whee_b_data_gpio 
-0x3ea2 014253 call mouse_gpio_set_pupd_by_input 
-0x3ea3 014254 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ea4 014255 call mouse_gpio_set_pupd_by_input 
-0x3ea5 014256 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3ea6 014257 branch mouse_gpio_set_pupd_by_input 
-:      014259 mouse_gpio_set_pupd_by_input:
-0x3ea7 014260 sub temp ,ui_button_gpio_disable ,null 
-0x3ea8 014261 rtn zero 
-0x3ea9 014262 and temp ,0x7f ,queue 
-0x3eaa 014263 hfetch 4 ,core_gpio_in 
-0x3eab 014264 qisolate1 pdata 
-0x3eac 014265 hfetch 4 ,core_gpio_pu0 
-0x3ead 014266 qsetflag true ,pdata 
-0x3eae 014267 hstore 4 ,core_gpio_pu0 
-0x3eaf 014268 hfetch 4 ,core_gpio_pd0 
-0x3eb0 014269 nqsetflag true ,pdata 
-0x3eb1 014270 hstore 4 ,core_gpio_pd0 
-0x3eb2 014271 rtn 
-:      014273 mouse_before_hibernate:
-0x3eb3 014274 enable user 
-0x3eb4 014275 hfetch 4 ,0x8138 
-0x3eb5 014276 setflag user ,26 ,pdata 
-0x3eb6 014277 hstore 4 ,core_lpm_reg 
-0x3eb7 014278 call lpm_write_ctrl 
-0x3eb8 014279 call mouse_devce_led_off 
-0x3eb9 014280 call mouse_before_hibernate_wheel_gpio_set 
-0x3eba 014282 branch mouse_lpm_before_common 
-:      014286 mouse_process_lpm_before:
-0x3ebb 014287 call mouse_lpm_before_common 
-0x3ebc 014288 fetch 1 ,mem_lpm_current_mult 
-0x3ebd 014289 nrtn blank 
-0x3ebe 014290 branch gpio_clr_wake 
-:      014292 mouse_lpm_before_common:
-0x3ebf 014293 call mouse_wheel_check 
-0x3ec0 014294 arg mouse_spi1_clk_gpio ,temp 
-0x3ec1 014295 fetch mouse_flag_len ,mem_mouse_flag 
-0x3ec2 014296 isolate1 mouse_enable_spi2 ,pdata 
-0x3ec3 014297 call mouse_spi_clk_gpio ,true 
-0x3ec4 014298 call gpio_config_output 
-0x3ec5 014299 call twspi_disable 
-0x3ec6 014303 fetcht 1 ,mem_lbutton_gpio 
-0x3ec7 014304 call gpio_set_wake_by_current_state 
-0x3ec8 014305 fetcht 1 ,mem_rbutton_gpio 
-0x3ec9 014306 call gpio_set_wake_by_current_state 
-0x3eca 014307 fetcht 1 ,mem_mbutton_gpio 
-0x3ecb 014308 call gpio_set_wake_by_current_state 
-0x3ecc 014310 fetcht 1 ,mem_bk_button_gpio 
-0x3ecd 014311 call gpio_set_wake_by_current_state 
-0x3ece 014312 fetcht 1 ,mem_fw_button_gpio 
-0x3ecf 014313 call gpio_set_wake_by_current_state 
-0x3ed0 014314 fetcht 1 ,mem_dpi_button_gpio 
-0x3ed1 014315 call gpio_set_wake_by_current_state 
-0x3ed2 014316 fetcht 1 ,mem_config_select_device_button_gpio 
-0x3ed3 014317 call gpio_set_wake_by_current_state 
-0x3ed4 014318 fetcht 1 ,mem_whee_a_data_gpio 
-0x3ed5 014319 call gpio_set_wake_by_current_state 
-0x3ed6 014320 fetcht 1 ,mem_whee_b_data_gpio 
-0x3ed7 014321 call gpio_set_wake_by_current_state 
-0x3ed8 014322 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ed9 014323 call gpio_set_wake_by_current_state 
-0x3eda 014324 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3edb 014325 call gpio_set_wake_by_current_state 
-0x3edc 014326 fetcht 1 ,mem_sensor_data_gpio 
-0x3edd 014327 branch gpio_set_wake 
-:      014331 mouse_spi_clk_gpio:
-0x3ede 014332 arg mouse_spi2_clk_gpio ,temp 
-0x3edf 014333 rtn 
-:      014335 mouse_wheel_check:
-0x3ee0 014336 bpatch patch1c_4 ,mem_patch1c 
-0x3ee1 014337 call mouse_t_wheel_scan 
-0x3ee2 014338 call mouse_wheel_scan 
-0x3ee3 014339 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3ee4 014340 fetcht 1 ,mem_wheel_tb_old_pinlevel 
-0x3ee5 014341 store 1 ,mem_wheel_tb_old_pinlevel 
-0x3ee6 014342 isub temp ,null 
-0x3ee7 014343 nbranch app_lpm_wake_auto_lock ,zero 
-0x3ee8 014344 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3ee9 014345 fetcht 1 ,mem_mwheel_b_old_pinlevel 
-0x3eea 014346 store 1 ,mem_mwheel_b_old_pinlevel 
-0x3eeb 014347 isub temp ,null 
-0x3eec 014348 nbranch app_lpm_wake_auto_lock ,zero 
-0x3eed 014349 rtn 
-:      014350 mouse_t_wheel_scan:
-0x3eee 014351 fetch 1 ,mem_whee_ta_data_gpio 
-0x3eef 014352 rtneq gpio_disable 
-0x3ef0 014353 arg 0 ,rega 
-0x3ef1 014354 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ef2 014355 call gpio_get_bit 
-0x3ef3 014356 setflag true ,0 ,rega 
-0x3ef4 014357 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3ef5 014358 call gpio_get_bit 
-0x3ef6 014359 setflag true ,1 ,rega 
-0x3ef7 014360 copy rega ,pdata 
-0x3ef8 014361 store 1 ,mem_wheel_tb_new_pinlevel 
-0x3ef9 014362 beq 0x01 ,mouse_t_wheel_scan_judge1 
-0x3efa 014363 beq 0x02 ,mouse_t_wheel_scan_judge2 
-0x3efb 014364 fetch 1 ,mem_wheel_tog 
-0x3efc 014365 bbit1 7 ,mouse_t_wheel_scan_judge3 
-0x3efd 014366 rtn 
-:      014368 mouse_t_wheel_scan_judge1:
-0x3efe 014369 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x3eff 014370 beq 0 ,mouse_t_wheel_scan_judge11 
-0x3f00 014371 beq 3 ,mouse_t_wheel_scan_judge12 
-0x3f01 014372 rtn 
-:      014373 mouse_t_wheel_scan_judge2:
-0x3f02 014374 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x3f03 014375 beq 0 ,mouse_t_wheel_scan_judge21 
-0x3f04 014376 beq 3 ,mouse_t_wheel_scan_judge22 
-0x3f05 014377 rtn 
-:      014378 mouse_t_wheel_scan_judge11:
-0x3f06 014379 jam 0x82 ,mem_wheel_tog 
-0x3f07 014380 rtn 
-:      014381 mouse_t_wheel_scan_judge12:
-0x3f08 014382 jam 0x81 ,mem_wheel_tog 
-0x3f09 014383 rtn 
-:      014384 mouse_t_wheel_scan_judge21:
-0x3f0a 014385 jam 0x80 ,mem_wheel_tog 
-0x3f0b 014386 rtn 
-:      014387 mouse_t_wheel_scan_judge22:
-0x3f0c 014388 jam 0x83 ,mem_wheel_tog 
-0x3f0d 014389 rtn 
-:      014390 mouse_t_wheel_scan_judge3:
-0x3f0e 014391 fetch 1 ,mem_wheel_tog 
-0x3f0f 014392 set0 7 ,pdata 
-0x3f10 014393 store 1 ,mem_wheel_tog 
-0x3f11 014394 beq 0 ,mouse_t_wheel_scan_judge30 
-0x3f12 014395 beq 1 ,mouse_t_wheel_scan_judge31 
-0x3f13 014396 beq 2 ,mouse_t_wheel_scan_judge32 
-0x3f14 014397 beq 3 ,mouse_t_wheel_scan_judge33 
-0x3f15 014398 rtn 
-:      014399 mouse_t_wheel_scan_judge30:
-0x3f16 014400 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f17 014401 beq 3 ,mouse_wheel_t_forward 
-0x3f18 014402 rtn 
-:      014403 mouse_t_wheel_scan_judge31:
-0x3f19 014404 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f1a 014405 beq 0 ,mouse_wheel_t_forward 
-0x3f1b 014406 rtn 
-:      014407 mouse_t_wheel_scan_judge32:
-0x3f1c 014408 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f1d 014409 beq 3 ,mouse_wheel_t_back 
-0x3f1e 014410 rtn 
-:      014411 mouse_t_wheel_scan_judge33:
-0x3f1f 014412 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f20 014413 beq 0 ,mouse_wheel_t_back 
-0x3f21 014414 rtn 
-:      014415 mouse_wheel_t_forward:
-0x3f22 014416 fetch 1 ,mem_mouse_tz_data_count1 
-0x3f23 014417 increase 1 ,pdata 
-0x3f24 014418 store 1 ,mem_mouse_tz_data_count1 
-0x3f25 014419 sub pdata ,1 ,null 
-0x3f26 014420 rtn positive 
-0x3f27 014421 jam 0 ,mem_mouse_tz_data_count1 
-0x3f28 014422 fetch 1 ,mem_mouse_tz_data 
-0x3f29 014423 increase 1 ,pdata 
-0x3f2a 014424 store 1 ,mem_mouse_tz_data 
-0x3f2b 014425 rtn 
-:      014426 mouse_wheel_t_back:
-0x3f2c 014427 fetch 1 ,mem_mouse_tz_data_count 
-0x3f2d 014428 increase 1 ,pdata 
-0x3f2e 014429 store 1 ,mem_mouse_tz_data_count 
-0x3f2f 014430 sub pdata ,1 ,null 
-0x3f30 014431 rtn positive 
-0x3f31 014432 jam 0 ,mem_mouse_tz_data_count 
-0x3f32 014433 fetch 1 ,mem_mouse_tz_data 
-0x3f33 014434 increase -1 ,pdata 
-0x3f34 014435 store 1 ,mem_mouse_tz_data 
-0x3f35 014436 rtn 
-:      014439 mouse_wheel_scan:
-0x3f36 014440 fetch 1 ,mem_whee_a_data_gpio 
-0x3f37 014441 rtneq gpio_disable 
-0x3f38 014442 arg 0 ,rega 
-0x3f39 014443 fetcht 1 ,mem_whee_a_data_gpio 
-0x3f3a 014444 call gpio_get_bit 
-0x3f3b 014445 setflag true ,0 ,rega 
-0x3f3c 014446 fetcht 1 ,mem_whee_b_data_gpio 
-0x3f3d 014447 call gpio_get_bit 
-0x3f3e 014448 setflag true ,1 ,rega 
-0x3f3f 014449 copy rega ,pdata 
-0x3f40 014450 store 1 ,mem_mwheel_b_new_pinlevel 
-0x3f41 014451 beq 0x01 ,mouse_wheel_scan_judge1 
-0x3f42 014452 beq 0x02 ,mouse_wheel_scan_judge2 
-0x3f43 014453 fetch 1 ,mem_mwheel_tog 
-0x3f44 014454 bbit1 7 ,mouse_wheel_scan_judge3 
-0x3f45 014455 rtn 
-:      014457 mouse_wheel_scan_judge1:
-0x3f46 014458 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x3f47 014459 beq 0 ,mouse_wheel_scan_judge11 
-0x3f48 014460 beq 3 ,mouse_wheel_scan_judge12 
-0x3f49 014461 rtn 
-:      014462 mouse_wheel_scan_judge2:
-0x3f4a 014463 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x3f4b 014464 beq 0 ,mouse_wheel_scan_judge21 
-0x3f4c 014465 beq 3 ,mouse_wheel_scan_judge22 
-0x3f4d 014466 rtn 
-:      014467 mouse_wheel_scan_judge11:
-0x3f4e 014468 jam 0x82 ,mem_mwheel_tog 
-0x3f4f 014469 rtn 
-:      014470 mouse_wheel_scan_judge12:
-0x3f50 014471 jam 0x81 ,mem_mwheel_tog 
-0x3f51 014472 rtn 
-:      014473 mouse_wheel_scan_judge21:
-0x3f52 014474 jam 0x80 ,mem_mwheel_tog 
-0x3f53 014475 rtn 
-:      014476 mouse_wheel_scan_judge22:
-0x3f54 014477 jam 0x83 ,mem_mwheel_tog 
-0x3f55 014478 rtn 
-:      014479 mouse_wheel_scan_judge3:
-0x3f56 014480 fetch 1 ,mem_mwheel_tog 
-0x3f57 014481 set0 7 ,pdata 
-0x3f58 014482 store 1 ,mem_mwheel_tog 
-0x3f59 014483 beq 0 ,mouse_wheel_scan_judge30 
-0x3f5a 014484 beq 1 ,mouse_wheel_scan_judge31 
-0x3f5b 014485 beq 2 ,mouse_wheel_scan_judge32 
-0x3f5c 014486 beq 3 ,mouse_wheel_scan_judge33 
-0x3f5d 014487 rtn 
-:      014488 mouse_wheel_scan_judge30:
-0x3f5e 014489 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f5f 014490 beq 3 ,mouse_wheel_forward 
-0x3f60 014491 rtn 
-:      014492 mouse_wheel_scan_judge31:
-0x3f61 014493 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f62 014494 beq 0 ,mouse_wheel_forward 
-0x3f63 014495 rtn 
-:      014496 mouse_wheel_scan_judge32:
-0x3f64 014497 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f65 014498 beq 3 ,mouse_wheel_back 
-0x3f66 014499 rtn 
-:      014500 mouse_wheel_scan_judge33:
-0x3f67 014501 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f68 014502 beq 0 ,mouse_wheel_back 
-0x3f69 014503 rtn 
-:      014504 mouse_wheel_forward:
-0x3f6a 014505 jam 0 ,mem_mouse_z_data_count1 
-0x3f6b 014506 fetch 1 ,mem_mouse_z_data 
-0x3f6c 014507 increase 1 ,pdata 
-0x3f6d 014508 store 1 ,mem_mouse_z_data 
-0x3f6e 014509 rtn 
-:      014510 mouse_wheel_back:
-0x3f6f 014511 jam 0 ,mem_mouse_z_data_count 
-0x3f70 014512 fetch 1 ,mem_mouse_z_data 
-0x3f71 014513 increase -1 ,pdata 
-0x3f72 014514 store 1 ,mem_mouse_z_data 
-0x3f73 014515 rtn 
-:      014518 mouse_hid_connected:
-0x3f74 014519 setarg hid_handshake_timeout 
-0x3f75 014520 store 1 ,mem_hid_handshake_timer_count 
-0x3f76 014521 rtn 
-:      014523 mouse_send_process:
-0x3f77 014524 fetch 1 ,mem_app_handshake_flag 
-0x3f78 014525 rtn blank 
-0x3f79 014526 call l2cap_malloc_is_fifo_nearly_full 
-0x3f7a 014527 nrtn blank 
-0x3f7b 014528 fetch mouse_flag_len ,mem_mouse_flag 
-0x3f7c 014529 bbit1 mosue_24g_pairing_flag ,mouse_send_empty_data 
-0x3f7d 014530 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
-0x3f7e 014531 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
-0x3f7f 014532 call mouse_motion 
-0x3f80 014533 nrtn user 
-:      014534 mouse_send_data:
-0x3f81 014535 arg 9 ,rega 
-0x3f82 014536 call hid_malloc_tx_buff 
-0x3f83 014537 fetch 2 ,mem_hid_int_remote_cid 
-0x3f84 014538 istore 2 ,contw 
-0x3f85 014539 setarg 0x02a1 
-0x3f86 014540 istore 2 ,contw 
-0x3f87 014541 fetch 7 ,mem_mouse_key 
-0x3f88 014542 istore 7 ,contw 
-0x3f89 014543 rtn 
-:      014546 mouse_send_empty_data:
-0x3f8a 014547 setarg 0 
-0x3f8b 014548 store 7 ,mem_mouse_key 
-0x3f8c 014549 branch mouse_send_data 
-:      014552 mouse_no_data_timer_init:
-0x3f8d 014553 fetch 2 ,mem_mouse_no_data_timeout 
-0x3f8e 014554 store 2 ,mem_mouse_no_data_timer 
-0x3f8f 014555 rtn 
-:      014558 mouse_fill_data_le:
-0x3f90 014559 bpatch patch1c_5 ,mem_patch1c 
-0x3f91 014560 arg 7 ,rega 
-0x3f92 014561 fetcht 2 ,mem_le_notify_handle 
-0x3f93 014562 call le_att_malloc_tx_notify 
-0x3f94 014563 fetch 7 ,mem_mouse_key 
-0x3f95 014564 istore 7 ,contw 
-0x3f96 014565 rtn 
-:      014567 mouse_motion:
-0x3f97 014568 bpatch patch1c_6 ,mem_patch1c 
-0x3f98 014569 disable user 
-0x3f99 014570 setarg 0 
-0x3f9a 014571 store 6 ,mem_mouse_x 
-0x3f9b 014572 call mouse_cheak_sensor_data 
-0x3f9c 014573 call mouse_zwheel 
-0x3f9d 014574 call mouse_t_zwheel 
-0x3f9e 014575 call mouse_key 
-0x3f9f 014576 nrtn user 
-0x3fa0 014577 call mouse_no_data_timer_init 
-0x3fa1 014578 arg mouse_statue_up_flag ,queue 
-0x3fa2 014579 branch mouse_enable_function_flag 
-:      014581 motion_6clk_direction_dispose:
-0x3fa3 014582 fetch 2 ,mem_mouse_x 
-0x3fa4 014583 sub pdata ,0 ,pdata 
-0x3fa5 014584 store 2 ,mem_mouse_x 
-0x3fa6 014585 branch enable_user 
-:      014586 motion_12clk_direction_dispose:
-0x3fa7 014587 fetch 2 ,mem_mouse_y 
-0x3fa8 014588 sub pdata ,0 ,pdata 
-0x3fa9 014589 store 2 ,mem_mouse_y 
-0x3faa 014590 branch enable_user 
-:      014591 motion_9clk_direction_dispose:
-0x3fab 014592 fetch 2 ,mem_mouse_y 
-0x3fac 014593 sub pdata ,0 ,pdata 
-0x3fad 014594 store 2 ,mem_mouse_y 
-0x3fae 014595 fetch 2 ,mem_mouse_x 
-0x3faf 014596 sub pdata ,0 ,pdata 
-0x3fb0 014597 store 2 ,mem_mouse_x 
-0x3fb1 014598 call mouse_sensor_data_swap_places 
-0x3fb2 014599 branch enable_user 
-:      014600 motion_3clk_direction_dispose:
-0x3fb3 014601 call mouse_sensor_data_swap_places 
-0x3fb4 014602 branch enable_user 
-:      014603 mouse_cheak_sensor_data:
-0x3fb5 014604 fetch 1 ,mem_spi_write_flash_sm 
-0x3fb6 014605 rtnne flash_sm_no_buys 
-0x3fb7 014606 fetch 1 ,mem_config_sensor_type 
-0x3fb8 014607 beq p3205 ,mouse_p32xx_sensor_motion 
-0x3fb9 014608 beq p3065 ,mouse_p32xx_sensor_motion 
-0x3fba 014609 beq ka8 ,mouse_p32xx_sensor_motion 
-0x3fbb 014610 beq p3204 ,mouse_p32xx_sensor_motion 
-0x3fbc 014611 beq p3212 ,mouse_p3212_sensor_motion 
-0x3fbd 014612 beq p3610 ,mouse_p3610_sensor_motion 
-0x3fbe 014613 beq p3065_xy ,mouse_p32xx_sensor_motion 
-0x3fbf 014614 branch mouse_p32xx_sensor_motion 
-:      014616 mouse_clear_sensor_data:
-0x3fc0 014617 fetch 1 ,mem_mouse_move_flag 
-0x3fc1 014618 call mouse_read_sensor_common ,blank 
-0x3fc2 014619 jam 1 ,mem_mouse_move_flag 
-0x3fc3 014620 rtn 
-:      014623 mouse_p3212_sensor_motion:
-0x3fc4 014624 call mouse_clear_sensor_data 
-0x3fc5 014625 fetcht 1 ,mem_sensor_data_gpio 
-0x3fc6 014626 call gpio_get_bit 
-0x3fc7 014627 nrtn true 
-:      014628 mouse_p3212_sensor_motion_1:
-0x3fc8 014629 setarg pan_reg_pid_l 
-0x3fc9 014630 call twspi_read 
-0x3fca 014631 bne p32xx_id1 ,mouse_twspi_reset 
-0x3fcb 014632 setarg pan_reg_motion_staus 
-0x3fcc 014633 call twspi_read 
-0x3fcd 014634 rtnbit0 7 
-0x3fce 014635 call mouse_read_sensor_common 
-0x3fcf 014636 call mouse_read_3212sensor_xy_high 
-0x3fd0 014637 store 1 ,mem_mouse_xy_h 
-0x3fd1 014638 rshift4 pdata ,pdata 
-0x3fd2 014639 call extsign_bit3 
-0x3fd3 014640 store 1 ,mem_mouse_x + 1 
-0x3fd4 014641 fetch 1 ,mem_mouse_xy_h 
-0x3fd5 014642 and pdata ,0x0f ,pdata 
-0x3fd6 014643 call extsign_bit3 
-0x3fd7 014644 store 1 ,mem_mouse_y + 1 
-0x3fd8 014645 fetch 1 ,mem_config_sensor_angle 
-0x3fd9 014646 beq mouse_6clk_angle ,motion_6clk_direction_dispose 
-0x3fda 014647 beq mouse_9clk_angle ,motion_9clk_direction_dispose 
-0x3fdb 014648 beq mouse_12clk_angle ,motion_12clk_direction_dispose 
-0x3fdc 014649 beq mouse_3clk_angle ,motion_3clk_direction_dispose 
-0x3fdd 014650 rtn 
-:      014652 mouse_read_3212sensor_xy_high:
-0x3fde 014653 setarg 0x12 
-0x3fdf 014654 branch twspi_read 
-:      014656 mouse_p3065_judge:
-0x3fe0 014657 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
-0x3fe1 014658 branch mouse_twspi_reset 
-:      014660 mouse_p32xx_sensor_motion:
-0x3fe2 014661 call mouse_clear_sensor_data 
-0x3fe3 014662 disable user 
-0x3fe4 014663 fetcht 1 ,mem_sensor_data_gpio 
-0x3fe5 014664 call gpio_get_bit 
-0x3fe6 014665 nrtn true 
-:      014666 mouse_p32xx_sensor_motion_2:
-0x3fe7 014667 setarg pan_reg_pid_l 
-0x3fe8 014668 call twspi_read 
-0x3fe9 014669 bne p32xx_id1 ,mouse_p3065_judge 
-:      014670 mouse_p32xx_sensor_motion_1:
-0x3fea 014671 setarg pan_reg_motion_staus 
-0x3feb 014672 call twspi_read 
-0x3fec 014673 rtnbit0 7 
-0x3fed 014674 call mouse_read_sensor_common 
-0x3fee 014675 fetch 1 ,mem_mouse_x 
-0x3fef 014676 call extsign 
-0x3ff0 014677 store 2 ,mem_mouse_x 
-0x3ff1 014678 fetch 1 ,mem_mouse_y 
-0x3ff2 014679 call extsign 
-0x3ff3 014680 store 2 ,mem_mouse_y 
-0x3ff4 014681 fetch 1 ,mem_config_sensor_angle 
-0x3ff5 014682 beq mouse_6clk_angle ,motion32xx_6clk_direction_selection 
-0x3ff6 014683 beq mouse_9clk_angle ,motion32xx_9clk_direction_selection 
-0x3ff7 014684 beq mouse_12clk_angle ,motion32xx_12clk_direction_selection 
-0x3ff8 014685 beq mouse_3clk_angle ,motion32xx_3clk_direction_selection 
-0x3ff9 014686 rtn 
-:      014688 motion32xx_6clk_direction_selection:
-0x3ffa 014689 call motion_6clk_direction_dispose 
-0x3ffb 014690 branch mouse_sensor_sdio_low 
-:      014691 motion32xx_9clk_direction_selection:
-0x3ffc 014692 call motion_9clk_direction_dispose 
-0x3ffd 014693 branch mouse_sensor_sdio_low 
-:      014694 motion32xx_12clk_direction_selection:
-0x3ffe 014695 call motion_12clk_direction_dispose 
-0x3fff 014696 branch mouse_sensor_sdio_low 
-:      014697 motion32xx_3clk_direction_selection:
-0x4000 014698 call motion_3clk_direction_dispose 
-0x4001 014699 branch mouse_sensor_sdio_low 
-:      014701 mouse_sensor_data_swap_places:
-0x4002 014702 fetch 2 ,mem_mouse_y 
-0x4003 014703 fetcht 2 ,mem_mouse_x 
-0x4004 014704 store 2 ,mem_mouse_x 
-0x4005 014705 storet 2 ,mem_mouse_y 
-0x4006 014706 rtn 
-:      014708 mouse_p3610sensor_read:
-0x4007 014709 call spi_ncs_enable 
-0x4008 014710 nop 100 
-0x4009 014711 copy regb ,pdata 
-0x400a 014712 call twspi_read 
-0x400b 014713 copy pdata ,regb 
-0x400c 014714 call spi_ncs_disable 
-0x400d 014715 nop 100 
-0x400e 014716 copy regb ,pdata 
-0x400f 014717 rtn 
-:      014718 mouse_p3610_sensor_motion:
-0x4010 014719 disable user 
-0x4011 014720 fetcht 1 ,mem_sensor_data_gpio 
-0x4012 014721 call gpio_get_bit 
-0x4013 014722 nrtn true 
-0x4014 014723 arg pan_reg_motion_staus ,regb 
-0x4015 014724 call mouse_p3610sensor_read 
-0x4016 014725 rtnbit0 7 
-0x4017 014726 arg pan_reg_pid_l ,regb 
-0x4018 014727 call mouse_p3610sensor_read 
-0x4019 014728 store 1 ,mem_sensor_id1 
-0x401a 014729 bne p3610_id1 ,mouse_init_3610sensor_reset 
-0x401b 014730 fetch 1 ,mem_mouse_move_flag 
-0x401c 014731 call mouse_read_sensor3610_data ,blank 
-0x401d 014732 jam 1 ,mem_mouse_move_flag 
-0x401e 014733 call mouse_read_sensor3610_data 
-0x401f 014734 fetch 1 ,mem_mouse_xy_h 
-0x4020 014735 rshift4 pdata ,pdata 
-0x4021 014736 call extsign_bit3 
-0x4022 014737 store 1 ,mem_mouse_x + 1 
-0x4023 014738 fetch 1 ,mem_mouse_xy_h 
-0x4024 014739 and pdata ,0x0f ,pdata 
-0x4025 014740 call extsign_bit3 
-0x4026 014741 store 1 ,mem_mouse_y + 1 
-0x4027 014742 fetch 1 ,mem_config_sensor_angle 
-0x4028 014743 beq 0 ,motion3610_6clk_direction_selection 
-0x4029 014744 beq 1 ,motion3610_9clk_direction_selection 
-0x402a 014745 beq 2 ,motion3610_12clk_direction_selection 
-0x402b 014746 beq 3 ,motion3610_3clk_direction_selection 
-0x402c 014747 rtn 
-:      014749 mouse_3610_smart_select:
-0x402d 014750 fetch 1 ,mem_sensor_smart_flag 
-0x402e 014751 beq p3610_smart_enable ,mouse_3610_smart_disable 
-0x402f 014752 beq p3610_smart_disable ,mouse_3610_smart_enable 
-0x4030 014753 rtn 
-:      014756 motion3610_6clk_direction_selection:
-0x4031 014757 call motion_6clk_direction_dispose 
-0x4032 014758 branch mouse_3610_smart_select 
-:      014760 motion3610_12clk_direction_selection:
-0x4033 014761 call motion_12clk_direction_dispose 
-0x4034 014762 branch mouse_3610_smart_select 
-:      014764 motion3610_9clk_direction_selection:
-0x4035 014765 call motion_9clk_direction_dispose 
-0x4036 014766 branch mouse_3610_smart_select 
-:      014768 motion3610_3clk_direction_selection:
-0x4037 014769 call motion_3clk_direction_dispose 
-0x4038 014770 branch mouse_3610_smart_select 
-:      014772 mouse_read_sensor3610_data:
-0x4039 014773 call spi_ncs_enable 
-0x403a 014774 call mouse_read_sensor_common 
-0x403b 014775 arg 5 ,pdata 
-0x403c 014776 call twspi_read 
-0x403d 014777 store 1 ,mem_mouse_xy_h 
-0x403e 014778 arg 7 ,pdata 
-0x403f 014779 call twspi_read 
-0x4040 014780 store 1 ,mem_sensor_shutter_hi 
-0x4041 014781 arg 8 ,pdata 
-0x4042 014782 call twspi_read 
-0x4043 014783 store 1 ,mem_sensor_shutter_lo 
-0x4044 014784 branch spi_ncs_disable 
-:      014787 mouse_3610_smart_enable:
-0x4045 014788 fetch 1 ,mem_sensor_shutter_hi 
-0x4046 014789 rtnne 0 
-0x4047 014790 fetch 1 ,mem_sensor_shutter_lo 
-0x4048 014791 sub pdata ,45 ,null 
-0x4049 014792 rtn positive 
-0x404a 014793 jam p3610_smart_enable ,mem_sensor_smart_flag 
-0x404b 014794 setarg 0xba41 
-0x404c 014795 call sensor_write 
-0x404d 014796 setarg 0x0032 
-0x404e 014797 call sensor_write 
-0x404f 014798 setarg 0xb541 
-0x4050 014799 branch sensor_write 
-:      014800 mouse_3610_smart_disable:
-0x4051 014801 fetch 1 ,mem_sensor_shutter_hi 
-0x4052 014802 rtnne 0 
-0x4053 014803 fetch 1 ,mem_sensor_shutter_lo 
-0x4054 014804 sub pdata ,45 ,null 
-0x4055 014805 nrtn positive 
-0x4056 014806 jam p3610_smart_disable ,mem_sensor_smart_flag 
-0x4057 014807 setarg 0xba41 
-0x4058 014808 call sensor_write 
-0x4059 014809 setarg 0x8032 
-0x405a 014810 call sensor_write 
-0x405b 014811 setarg 0xb541 
-0x405c 014812 branch sensor_write 
-:      014816 mouse_read_sensor_common:
-0x405d 014817 arg pan_reg_delta_x ,pdata 
-0x405e 014818 call twspi_read 
-0x405f 014819 store 2 ,mem_mouse_x 
-0x4060 014820 arg pan_reg_delta_y ,pdata 
-0x4061 014821 call twspi_read 
-0x4062 014822 store 2 ,mem_mouse_y 
-0x4063 014823 rtn 
-:      014825 mouse_set_qdecoder_x:
-0x4064 014826 arg mouse_default_xa_gpio ,temp 
-0x4065 014827 call gpio_config_input 
-0x4066 014828 arg mouse_default_xa_gpio ,temp 
-0x4067 014829 call gpio_get_bit 
-0x4068 014830 rtn true 
-0x4069 014831 hfetch 1 ,core_qdec_cntx 
-0x406a 014832 set1 4 ,pdata 
-0x406b 014833 hstore 1 ,core_qdec_cntx 
-0x406c 014834 rtn 
-:      014836 mouse_hardware_zwheel:
-0x406d 014837 fetcht 1 ,mem_mouse_z_data 
-0x406e 014838 hfetch 1 ,core_qdec_cntx 
-0x406f 014839 iadd temp ,pdata 
-0x4070 014840 rtn blank 
-0x4071 014841 store 1 ,mem_mouse_z 
-0x4072 014842 jam 0 ,mem_mouse_z_data 
-0x4073 014843 branch enable_user 
-:      014844 mouse_hardware_zwheel_beforelpm:
-0x4074 014845 fetcht 1 ,mem_mouse_z_data 
-0x4075 014846 hfetch 1 ,core_qdec_cntx 
-0x4076 014847 iadd temp ,pdata 
-0x4077 014848 store 1 ,mem_mouse_z_data 
-0x4078 014849 rtn 
-:      014850 mouse_zwheel:
-0x4079 014851 fetch 1 ,mem_mouse_z_data 
-0x407a 014852 rtn blank 
-0x407b 014853 store 1 ,mem_mouse_z 
-0x407c 014854 jam 0 ,mem_mouse_z_data 
-0x407d 014855 branch enable_user 
-:      014857 mouse_t_zwheel:
-0x407e 014858 fetch 1 ,mem_mouse_tz_data 
-0x407f 014859 rtn blank 
-0x4080 014860 store 1 ,mem_mouse_tz 
-0x4081 014861 jam 0 ,mem_mouse_tz_data 
-0x4082 014862 branch enable_user 
-:      014864 mouse_check_key_gpio:
-0x4083 014865 arg 0 ,rega 
-0x4084 014866 fetcht 1 ,mem_lbutton_gpio 
-0x4085 014867 call gpio_get_bit 
-0x4086 014868 setflag true ,0 ,rega 
-0x4087 014869 fetcht 1 ,mem_rbutton_gpio 
-0x4088 014870 call gpio_get_bit 
-0x4089 014871 setflag true ,1 ,rega 
-0x408a 014872 fetcht 1 ,mem_mbutton_gpio 
-0x408b 014873 call gpio_get_bit 
-0x408c 014874 setflag true ,2 ,rega 
-0x408d 014875 call mouse_check_s_key_gpio 
-:      014876 mouse_check_key_gpio_output:
-0x408e 014877 copy rega ,pdata 
-0x408f 014878 rtn 
-:      014879 mouse_check_s_key_gpio:
-0x4090 014880 fetch 1 ,mem_bk_button_gpio 
-0x4091 014881 rtneq gpio_disable 
-0x4092 014882 fetcht 1 ,mem_bk_button_gpio 
-0x4093 014883 call gpio_get_bit 
-0x4094 014884 setflag true ,3 ,rega 
-0x4095 014885 fetcht 1 ,mem_fw_button_gpio 
-0x4096 014886 call gpio_get_bit 
-0x4097 014887 setflag true ,4 ,rega 
-0x4098 014888 rtn 
-:      014890 mouse_key:
-0x4099 014891 call mouse_check_key_gpio 
-0x409a 014892 call mouse_set_mult 
-0x409b 014893 call mouse_24g_key 
-0x409c 014894 copy rega ,pdata 
-0x409d 014895 fetcht 1 ,mem_mouse_key 
-0x409e 014896 store 1 ,mem_mouse_key 
-0x409f 014897 ixor temp ,pdata 
-0x40a0 014898 sub pdata ,0 ,null 
-0x40a1 014899 rtn zero 
-0x40a2 014900 branch enable_user 
-:      014902 mouse_24g_key:
-0x40a3 014903 rtnmark0 mark_24g 
-0x40a4 014904 copy rega ,pdata 
-0x40a5 014905 rtn blank 
-0x40a6 014906 store 1 ,mem_mouse_key 
-0x40a7 014907 branch enable_user 
-:      014910 mouse_set_mult:
-0x40a8 014911 fetch 2 ,mem_ui_state_map 
-0x40a9 014912 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
-0x40aa 014913 fetch 2 ,mem_ui_state_map 
-0x40ab 014914 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
-0x40ac 014915 rtn 
-:      014916 mouse_set_ble_mult:
-0x40ad 014917 copy rega ,pdata 
-0x40ae 014918 nbranch le_set_config_short_mult ,blank 
-0x40af 014919 branch le_clr_config_short_mult 
-:      014920 mouse_set_bt_mult:
-0x40b0 014921 copy rega ,pdata 
-0x40b1 014922 nbranch classic_bt_set_mult_short_flag ,blank 
-0x40b2 014923 branch classic_bt_clr_mult_short_flag 
-:      014926 mouse_sensor_sdio_low:
-0x40b3 014927 bpatch patch1c_7 ,mem_patch1c 
-0x40b4 014928 arg mouse_spi1_sdio_gpio ,temp 
-0x40b5 014929 fetch mouse_flag_len ,mem_mouse_flag 
-0x40b6 014930 isolate1 mouse_enable_spi2 ,pdata 
-0x40b7 014931 call mouse_sensor_sdio_low2 ,true 
-0x40b8 014932 call gpio_get_bit 
-0x40b9 014933 rtn true 
-0x40ba 014934 setarg 0x0a 
-0x40bb 014935 call twspi_read 
-0x40bc 014936 nop 1000 
-0x40bd 014937 branch mouse_sensor_sdio_low 
-:      014938 mouse_sensor_sdio_low2:
-0x40be 014939 arg mouse_spi2_sdio_gpio ,temp 
-0x40bf 014940 rtn 
-:      014942 mouse_spi_sdio_gpio_pollup:
-0x40c0 014943 fetch mouse_flag_len ,mem_mouse_flag 
-0x40c1 014944 bbit1 mouse_enable_spi2 ,mouse_spi2_sdio_gpio_pollup 
-:      014945 mouse_spi1_sdio_gpio_pollup:
-0x40c2 014946 arg mouse_spi1_sdio_gpio ,temp 
-0x40c3 014947 branch gpio_config_input_without_wake 
-:      014948 mouse_spi2_sdio_gpio_pollup:
-0x40c4 014949 arg mouse_spi2_sdio_gpio ,temp 
-0x40c5 014950 branch gpio_config_input_without_wake 
-:      014953 mouse_init_sunt:
-0x40c6 014954 call mouse_spi_init 
-0x40c7 014955 rtn wake 
-0x40c8 014956 call mouse_spi_sdio_gpio_pollup 
-0x40c9 014957 fetch 1 ,mem_config_sensor_type 
-0x40ca 014958 beq p3610 ,mouse_init_3610sensor 
-:      014959 mouse_init_sensor:
-0x40cb 014960 call mouse_read_sensor_id 
-0x40cc 014961 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-0x40cd 014962 beq p3065_id1 ,mouse_p3065_init_param 
-0x40ce 014963 call mouse_twspi_reset 
-0x40cf 014964 nop 1000 
-0x40d0 014965 branch mouse_init_sensor 
-:      014966 mouse_twspi_reset:
-0x40d1 014967 bpatch patch1d_0 ,mem_patch1d 
-0x40d2 014968 fetch mouse_flag_len ,mem_mouse_flag 
-0x40d3 014969 bbit1 mouse_enable_spi2 ,twspi_reset2 
-0x40d4 014970 branch twspi_reset 
-:      014972 mouse_init_3610sensor:
-0x40d5 014973 call mouse_read_sensor_id 
-0x40d6 014974 beq p3610_id1 ,mouse_init_p3610 
-0x40d7 014975 call mouse_init_3610sensor_reset 
-0x40d8 014976 branch mouse_init_3610sensor 
-:      014978 mouse_read_sensor_id:
-0x40d9 014979 setarg pan_reg_pid_h 
-0x40da 014980 call twspi_read 
-0x40db 014981 store 1 ,mem_sensor_id2 
-0x40dc 014982 setarg pan_reg_pid_l 
-0x40dd 014983 call twspi_read 
-0x40de 014984 store 1 ,mem_sensor_id1 
-0x40df 014985 rtn 
-:      014986 mouse_init_p32xx_id2_judge:
-0x40e0 014987 fetch 1 ,mem_sensor_id2 
-0x40e1 014988 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
-0x40e2 014989 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
-0x40e3 014990 beq p3212_id2 ,mouse_3212_init_param 
-0x40e4 014991 beq pka8_id2 ,mouse_ka8_init_param 
-0x40e5 014992 rtn 
-:      014993 mouse_ka8_init_param:
-0x40e6 014994 jam ka8 ,mem_config_sensor_type 
-0x40e7 014995 rtn 
-:      014996 mouse_p3065xy_init_param:
-0x40e8 014997 jam p3065_xy ,mem_config_sensor_type 
-0x40e9 014998 rtn 
-:      014999 mouse_p3065_init_param:
-0x40ea 015000 fetch 1 ,mem_sensor_id2 
-0x40eb 015001 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x40ec 015002 jam p3065 ,mem_config_sensor_type 
-0x40ed 015003 rtn 
-:      015004 mouse_3212_init_param:
-0x40ee 015005 jam p3212 ,mem_config_sensor_type 
-0x40ef 015006 call mouse_sensor_disable_wp 
-0x40f0 015007 setarg 0x3426 
-0x40f1 015008 call twspi_write 
-0x40f2 015009 setarg 0x0419 
-0x40f3 015010 call twspi_write 
-:      015011 mouse_sensor_enable_wp:
-0x40f4 015012 setarg 0x0009 
-0x40f5 015013 branch twspi_write 
-:      015014 mouse_sensor_disable_wp:
-0x40f6 015015 setarg 0x5a09 
-0x40f7 015016 branch twspi_write 
-:      015018 mouse_3204_3l_init_param:
-0x40f8 015019 jam p3204 ,mem_config_sensor_type 
-0x40f9 015020 call mouse_sensor_disable_wp 
-0x40fa 015021 setarg 0x0f0d 
-0x40fb 015022 call twspi_write 
-0x40fc 015023 setarg 0xe31d 
-0x40fd 015024 call twspi_write 
-0x40fe 015025 setarg 0xd27d 
-0x40ff 015026 call twspi_write 
-0x4100 015027 call mouse_32xx_init_param 
-0x4101 015028 branch mouse_32xx_init_param_1 
-:      015030 mouse_32xx_init_param:
-0x4102 015031 setarg 0x351b 
-0x4103 015032 call twspi_write 
-0x4104 015033 setarg 0xb428 
-0x4105 015034 call twspi_write 
-0x4106 015035 setarg 0x4629 
-0x4107 015036 call twspi_write 
-0x4108 015037 setarg 0x962a 
-0x4109 015038 call twspi_write 
-0x410a 015039 setarg 0x8c2b 
-0x410b 015040 call twspi_write 
-0x410c 015041 setarg 0x6e2c 
-0x410d 015042 call twspi_write 
-0x410e 015043 setarg 0x642d 
-0x410f 015044 call twspi_write 
-0x4110 015045 setarg 0x5f38 
-0x4111 015046 call twspi_write 
-0x4112 015047 setarg 0x0f39 
-0x4113 015048 call twspi_write 
-0x4114 015049 setarg 0x323a 
-0x4115 015050 call twspi_write 
-0x4116 015051 setarg 0x473b 
-0x4117 015052 call twspi_write 
-0x4118 015053 setarg 0x1042 
-0x4119 015054 branch twspi_write 
-:      015055 mouse_32xx_init_param_1:
-0x411a 015056 setarg 0x2e54 
-0x411b 015057 call twspi_write 
-0x411c 015058 setarg 0xf255 
-0x411d 015059 call twspi_write 
-0x411e 015060 setarg 0xf461 
-0x411f 015061 call twspi_write 
-0x4120 015062 setarg 0x7063 
-0x4121 015063 call twspi_write 
-0x4122 015064 setarg 0x5275 
-0x4123 015065 call twspi_write 
-0x4124 015066 setarg 0x4176 
-0x4125 015067 call twspi_write 
-0x4126 015068 setarg 0xed77 
-0x4127 015069 call twspi_write 
-0x4128 015070 setarg 0x2378 
-0x4129 015071 call twspi_write 
-0x412a 015072 setarg 0x4679 
-0x412b 015073 call twspi_write 
-0x412c 015074 setarg 0xe57a 
-0x412d 015075 call twspi_write 
-0x412e 015076 setarg 0x487c 
-0x412f 015077 call twspi_write 
-0x4130 015078 setarg 0x777e 
-0x4131 015079 call twspi_write 
-0x4132 015080 setarg 0x017f 
-0x4133 015081 call twspi_write 
-0x4134 015082 setarg 0x000b 
-0x4135 015083 call twspi_write 
-0x4136 015084 setarg 0x007f 
-0x4137 015085 call twspi_write 
-0x4138 015086 branch mouse_sensor_enable_wp 
-:      015089 mouse_3205_3t_init_param:
-0x4139 015090 jam p3205 ,mem_config_sensor_type 
-0x413a 015091 call mouse_sensor_disable_wp 
-0x413b 015092 setarg 0x100d 
-0x413c 015093 call twspi_write 
-0x413d 015094 setarg 0xed1d 
-0x413e 015095 call twspi_write 
-0x413f 015096 setarg 0x807d 
-0x4140 015097 call twspi_write 
-0x4141 015098 call mouse_32xx_init_param 
-0x4142 015099 setarg 0x0943 
-0x4143 015100 call twspi_write 
-0x4144 015101 branch mouse_32xx_init_param_1 
-:      015104 mouse_init_3610sensor_reset:
-0x4145 015105 fetcht 1 ,mem_sensor_reset_gpio 
-0x4146 015106 call gpio_out_active 
-0x4147 015107 call delay_10ms 
-0x4148 015108 fetcht 1 ,mem_sensor_reset_gpio 
-0x4149 015109 call gpio_out_inactive 
-0x414a 015110 branch delay_10ms 
-:      015112 mouse_init_p3610:
-0x414b 015113 jam p3610 ,mem_config_sensor_type 
-0x414c 015114 setarg 0xba41 
-0x414d 015115 call sensor_write 
-0x414e 015116 setarg 0x0d11 
-0x414f 015117 call sensor_write 
-0x4150 015118 setarg 0x041b 
-0x4151 015119 call sensor_write 
-0x4152 015120 setarg 0x041c 
-0x4153 015121 call sensor_write 
-0x4154 015122 setarg 0x0f1d 
-0x4155 015123 call sensor_write 
-0x4156 015124 setarg 0x0032 
-0x4157 015125 call sensor_write 
-0x4158 015126 setarg 0xb541 
-0x4159 015127 branch sensor_write 
-:      015131 mouse_set_sensor_reg:
-0x415a 015132 setarg 0xba41 
-0x415b 015133 call sensor_write 
-0x415c 015134 nop 4000 
-0x415d 015135 setarg 0xff7f 
-0x415e 015136 call sensor_write 
-0x415f 015137 copy rega ,pdata 
-0x4160 015138 call sensor_write 
-0x4161 015139 setarg 0x007f 
-0x4162 015140 call sensor_write 
-0x4163 015141 setarg 0xb541 
-0x4164 015142 branch sensor_write 
-:      015144 extsign:
-0x4165 015145 rtnbit0 7 
-0x4166 015146 arg 0xff00 ,temp 
-0x4167 015147 ior temp ,pdata 
-0x4168 015148 rtn 
-:      015150 extsign_bit3:
-0x4169 015151 rtnbit0 3 
-0x416a 015152 arg 0xf0 ,temp 
-0x416b 015153 ior temp ,pdata 
-0x416c 015154 rtn 
-:      015157 mouse_le:
-0x416d 015158 call le_fifo_check_nearly_full 
-0x416e 015159 nrtn blank 
-0x416f 015160 fetch 1 ,mem_le_connect_status_flag 
-0x4170 015161 and pdata ,0x03 ,pdata 
-0x4171 015162 rtnne 0x03 
-0x4172 015163 fetch mouse_flag_len ,mem_mouse_flag 
-0x4173 015164 bbit1 mosue_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x4174 015165 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x4175 015166 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x4176 015167 call mouse_motion 
-0x4177 015168 nrtn user 
-0x4178 015169 branch mouse_fill_data_le 
-:      015171 mouse_le_send_empty_packet:
-0x4179 015172 setarg 0 
-0x417a 015173 store 7 ,mem_mouse_key 
-0x417b 015174 branch mouse_fill_data_le 
-:      015176 mouse_priority_bb_event:
-0x417c 015177 copy regc ,pdata 
-0x417d 015178 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
-0x417e 015179 beq bt_evt_bb_connected ,mouse_stop_discovery 
-0x417f 015180 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
-0x4180 015181 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
-0x4181 015182 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
-0x4182 015183 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
-0x4183 015184 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
-0x4184 015185 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
-0x4185 015186 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
-0x4186 015187 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
-0x4187 015188 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
-0x4188 015189 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
-0x4189 015190 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
-0x418a 015191 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
-0x418b 015192 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
-0x418c 015193 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
-0x418d 015194 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
-0x418e 015195 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
-0x418f 015196 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
-0x4190 015197 rtn 
-:      015200 mouse_le_pairing_complete:
-0x4191 015201 branch app_ble_store_reconn_info 
-:      015203 mouse_24g_attempt_fail:
-0x4192 015204 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x4193 015205 fetch 1 ,mem_reconn_times 
-0x4194 015206 nbranch mouse_polling_device ,blank 
-0x4195 015207 fetch 1 ,mem_device_flag 
-0x4196 015208 fetcht 1 ,mem_24g_device_number 
-0x4197 015209 isub temp ,null 
-0x4198 015210 branch app_enter_hibernate ,zero 
-0x4199 015211 rtn 
-:      015212 mouse_24g_attempt_success:
-0x419a 015213 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x419b 015214 rtn 
-:      015215 mouse_24g_pairing_complete:
-0x419c 015216 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x419d 015217 arg mosue_24g_pairing_flag ,queue 
-0x419e 015218 call mouse_disable_function_flag 
-0x419f 015219 setarg 0 
-0x41a0 015220 store 2 ,mem_24g_pairing_timer_count 
-0x41a1 015221 jam 0 ,mem_mouse_move_flag 
-0x41a2 015223 fetch 1 ,mem_config_sensor_type 
-0x41a3 015224 sub pdata ,p3610 ,null 
-0x41a4 015225 call mouse_read_sensor3610_data ,zero 
-0x41a5 015226 ncall mouse_read_sensor_common ,zero 
-0x41a6 015228 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x41a7 015229 bbit1 mouse_enable_flash ,mouse_store_flash_24g_address 
-0x41a8 015230 call mouse_set_24g_addr_eeprom 
-0x41a9 015231 branch iicd_write_protect_eep_data 
-:      015233 mouse_set_24g_addr_eeprom:
-0x41aa 015234 call g24_head_ptr2regc 
-0x41ab 015235 add regc ,offset_24g_addr ,rega 
-0x41ac 015236 arg mouse_g24_addr_eeprom_offect ,regb 
-0x41ad 015237 arg 4 ,temp 
-0x41ae 015238 rtn 
-:      015240 mouse_store_flash_24g_address:
-0x41af 015241 call g24_head_ptr2regc 
-0x41b0 015242 add regc ,offset_24g_addr ,regb 
-0x41b1 015243 ifetch 1 ,regb 
-0x41b2 015244 store 1 ,mem_mouse_24g_addr 
-0x41b3 015245 branch mouse_store_flash_device_info 
-:      015248 mouse_le_pairing_success:
-0x41b4 015249 arg ll_pairing_success_flag ,queue 
-0x41b5 015250 branch mouse_le_enable_connect_flag 
-:      015251 mouse_le_ll_start_encryt:
-0x41b6 015252 jam 2 ,mem_le_start_encrypt_timer 
-0x41b7 015253 arg ll_start_enc_flag ,queue 
-0x41b8 015254 branch mouse_le_enable_connect_flag 
-:      015257 mouse_le_enable_connect_flag:
-0x41b9 015258 fetch 1 ,mem_le_connect_status_flag 
-0x41ba 015259 qset1 pdata 
-0x41bb 015260 store 1 ,mem_le_connect_status_flag 
-0x41bc 015261 rtn 
-:      015263 mouse_le_disable_connect_flag:
-0x41bd 015264 fetch 1 ,mem_le_connect_status_flag 
-0x41be 015265 qset0 pdata 
-0x41bf 015266 store 1 ,mem_le_connect_status_flag 
-0x41c0 015267 rtn 
-:      015268 mouse_le_clean_connect_flag:
-0x41c1 015269 jam 0 ,mem_le_connect_status_flag 
-0x41c2 015270 rtn 
-:      015272 mouse_le_bb_event_connected:
-0x41c3 015273 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x41c4 015274 set0 app_disc_by_button ,pdata 
-0x41c5 015275 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x41c6 015276 setarg 0 
-0x41c7 015277 store 2 ,mem_mouse_direct_timer 
-0x41c8 015278 call mouse_no_data_timer_init 
-0x41c9 015279 branch mouse_stop_discovery 
-:      015281 mouse_bb_event_pincode:
-0x41ca 015282 call pincode_reinit 
-0x41cb 015283 branch app_bt_set_pincode 
-:      015284 mouse_bb_event_reconn_timeout:
-:      015285 mouse_bb_event_reconn_failed:
-0x41cc 015286 fetch 1 ,mem_reconn_times 
-0x41cd 015287 nbranch mouse_polling_device ,blank 
-0x41ce 015288 fetch 2 ,mem_ui_state_map 
-0x41cf 015289 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x41d0 015290 fetch mouse_flag_len ,mem_mouse_flag 
-0x41d1 015291 bbit1 mouse_select_device_flag ,mouse_soft_reset 
-0x41d2 015292 bbit1 mouse_bt_discovery_button_down_flag ,mouse_start_discovery 
-0x41d3 015293 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
-0x41d4 015294 branch app_bb_hibernate 
-:      015297 mouse_bt_hid_connected:
-0x41d5 015298 branch mouse_hid_connected 
-:      015300 mouse_bt_event_setup_complete:
-0x41d6 015301 rtn 
-:      015303 mouse_soft_reset:
-0x41d7 015304 call mouse_select_device_enable 
-0x41d8 015305 branch soft_reset_chip 
-:      015307 mouse_bb_disconnected:
-0x41d9 015308 bpatch patch1d_1 ,mem_patch1d 
-0x41da 015309 call mouse_bb_discon_clear_stack 
-0x41db 015310 fetch mouse_flag_len ,mem_mouse_flag 
-0x41dc 015311 bbit1 mouse_select_device_flag ,mouse_soft_reset 
-0x41dd 015312 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
-0x41de 015313 fetch 1 ,mem_reconn_times 
-0x41df 015314 nbranch mouse_polling_device ,blank 
-0x41e0 015315 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x41e1 015316 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-0x41e2 015317 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x41e3 015318 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
-0x41e4 015319 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
-0x41e5 015320 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x41e6 015321 branch mouse_start_discovery 
-:      015322 mouse_bb_discon_clear_stack:
-0x41e7 015323 setarg 0 
-0x41e8 015324 store 8 ,mem_wheel_tb_old_pinlevel 
-0x41e9 015325 istore 4 ,contw 
-0x41ea 015326 jam 0 ,mem_mouse_send_blank_timer 
-0x41eb 015327 jam 0 ,mem_mouse_move_flag 
-0x41ec 015328 jam app_handshake_null ,mem_app_handshake_flag 
-0x41ed 015329 jam 0 ,mem_ltk_exists 
-0x41ee 015330 rtn 
-:      015332 mouse_event_light_state_pairing:
-0x41ef 015333 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
-0x41f0 015334 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x41f1 015335 branch mouse_start_discovery 
-:      015336 mouse_event_light_state_hibernate:
-0x41f2 015337 fetch 2 ,mem_ui_state_map 
-0x41f3 015338 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x41f4 015339 branch app_bb_hibernate 
-:      015341 mouse4_0_event_bb_disconn:
-0x41f5 015342 call mouse_le_clean_connect_flag 
-0x41f6 015343 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x41f7 015344 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x41f8 015345 branch app_bb_hibernate 
-:      015347 mouse_bb_event_timer:
-0x41f9 015348 call mouse_adc_read 
-0x41fa 015349 call mouse_24g_delay_timer 
-0x41fb 015350 call mouse_ban_24g_pairing_timer 
-0x41fc 015351 call mouse_dpi_led_blink_delay_timer 
-0x41fd 015352 call mouse_statue_up_timer 
-0x41fe 015354 call mouse_statue_cheak_timer 
-0x41ff 015355 call mouse_select_device 
-0x4200 015356 call mouse_bt_discovery_cheak 
-0x4201 015357 call mouse_low_voltage_led_timer 
-0x4202 015358 call mouse_sensor_led_contrl_timer 
-0x4203 015359 call mouse_check_hid_handshake_timer 
-0x4204 015360 call mouse_check_discovery_timeout_timer 
-0x4205 015361 call mouse_check_direct_timeout_timer 
-0x4206 015362 call mouse_check_no_data_timeout_timer 
-0x4207 015363 call mouse_check_mouse_state_timer 
-0x4208 015364 branch mouse_le_enable_att_list_timer 
-:      015368 mouse_sensor_led_contrl_timer:
-0x4209 015369 fetch 1 ,mem_mouse_sensor_timer_count 
-0x420a 015370 rtn blank 
-0x420b 015371 increase -1 ,pdata 
-0x420c 015372 store 1 ,mem_mouse_sensor_timer_count 
-0x420d 015373 nrtn blank 
-0x420e 015374 branch mouse_sensor_led_contrl 
-:      015375 mouse_sensor_led_contrl:
-0x420f 015376 fetch 1 ,mem_sensor_led_style 
-0x4210 015377 rtneq ui_led_state_blink_stop 
-0x4211 015378 beq ui_led_state_blink_darking ,mouse_sensor_led_blink_state_darking 
-:      015379 mouse_sensor_led_blink_state_lighting:
-0x4212 015380 call mouse_sensor_led_on 
-0x4213 015381 jam ui_led_state_blink_darking ,mem_sensor_led_style 
-0x4214 015382 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x4215 015383 rtn 
-:      015384 mouse_sensor_led_blink_state_darking:
-0x4216 015385 call mouse_sensor_led_off 
-0x4217 015386 jam ui_led_state_blink_lighting ,mem_sensor_led_style 
-0x4218 015387 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x4219 015388 rtn 
-:      015390 mouse_sensor_led_blink_stop:
-:      015391 mouse_sensor_reset:
-0x421a 015392 setarg 0x8006 
-0x421b 015393 call twspi_write 
-0x421c 015394 nop 1000 
-0x421d 015395 jam 0x00 ,mem_mouse_sensor_timer_count 
-0x421e 015396 jam ui_led_state_blink_stop ,mem_sensor_led_style 
-0x421f 015397 branch mouse_init_p32xx_id2_judge 
-:      015399 mouse_p3212sensor_led_on:
-0x4220 015400 setarg 0xa006 
-0x4221 015401 call twspi_write 
-0x4222 015402 setarg 0xa005 
-0x4223 015403 branch twspi_write 
-:      015404 mouse_sensor_led_on_global:
-0x4224 015405 jam 0 ,mem_mouse_sensor_timer_count 
-:      015406 mouse_sensor_led_on:
-0x4225 015407 fetch 1 ,mem_config_sensor_type 
-0x4226 015408 beq p3212 ,mouse_p3212sensor_led_on 
-0x4227 015409 setarg 0x0106 
-0x4228 015410 call twspi_write 
-0x4229 015411 setarg 0xa105 
-0x422a 015412 branch twspi_write 
-:      015414 mouse_sensor_led_off_global:
-0x422b 015415 jam 0 ,mem_mouse_sensor_timer_count 
-:      015416 mouse_sensor_led_off:
-0x422c 015417 setarg 0x0906 
-0x422d 015418 branch twspi_write 
-:      015419 mouse_sensor_start_blink:
-0x422e 015420 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x422f 015421 jam ui_led_state_blink_start ,mem_sensor_led_style 
-0x4230 015422 rtn 
-:      015424 mouse_check_hid_handshake_timer:
-0x4231 015425 arg mem_hid_handshake_timer_count ,regc 
-0x4232 015426 arg mouse_bt_hid_handshake ,regb 
-0x4233 015427 branch timer_single_step 
-:      015429 mouse_check_discovery_timeout_timer:
-0x4234 015430 arg mem_mouse_discovery_timer ,regc 
-0x4235 015431 arg mouse_check_discovery_timeout ,regb 
-0x4236 015432 branch timer_single_step_2b 
-:      015434 mouse_check_direct_timeout_timer:
-0x4237 015435 arg mem_mouse_direct_timer ,regc 
-0x4238 015436 arg mouse_check_direct_timeout ,regb 
-0x4239 015437 branch timer_single_step_2b 
-:      015439 mouse_check_no_data_timeout_timer:
-0x423a 015440 arg mem_mouse_no_data_timer ,regc 
-0x423b 015441 arg mouse_check_no_data_timeout ,regb 
-0x423c 015442 branch timer_single_step_2b 
-:      015444 mouse_check_mouse_state_timer:
-0x423d 015445 arg mem_mouse_statue_led_timer ,regc 
-0x423e 015446 arg mouse_statue_led_off ,regb 
-0x423f 015447 branch timer_single_step 
-:      015451 mouse_le_enable_att_list_timer:
-0x4240 015452 arg mem_le_start_encrypt_timer ,regc 
-0x4241 015453 arg mouse_le_enable_att_list ,regb 
-0x4242 015454 branch timer_single_step 
-:      015456 mouse_24g_delay_timer:
-0x4243 015457 arg mem_24g_enter_lpm_timer ,regc 
-0x4244 015458 arg mouse_24g_delay ,regb 
-0x4245 015459 branch timer_single_step 
-:      015461 mouse_ban_24g_pairing_timer:
-0x4246 015462 arg mem_24g_pairing_timer_count ,regc 
-0x4247 015463 arg mouse_ban_24g_pairing ,regb 
-0x4248 015464 branch timer_single_step_2b 
-:      015465 mouse_ban_24g_pairing:
-:      015466 mouse_24g_delay:
-0x4249 015467 rtn 
-:      015470 mosue_dpi_led_blink_init:
-0x424a 015471 fetch mouse_flag_len ,mem_mouse_flag 
-0x424b 015472 rtnbit0 mouse_enable_dpi_led_blink 
-0x424c 015473 jam 10 ,mem_mouse_dpi_led_delay_count 
-0x424d 015474 fetch 1 ,mem_dpi_led_gpio 
-0x424e 015475 store 1 ,mem_mouse_struct_led_gpio 
-0x424f 015476 rtn 
-:      015479 mouse_dpi_led_blink_delay_timer:
-0x4250 015480 arg mem_mouse_dpi_led_delay_count ,regc 
-0x4251 015481 arg mouse_dpi_led_setting ,regb 
-0x4252 015482 branch timer_single_step 
-:      015483 mouse_dpi_led_setting:
-0x4253 015484 fetch 1 ,mem_dpi_led_gpio 
-0x4254 015485 store 1 ,mem_mouse_struct_led_gpio 
-0x4255 015486 setarg led_dpi_blink 
-0x4256 015487 store 2 ,mem_mouse_on_time 
-0x4257 015488 store 2 ,mem_mouse_off_time 
-0x4258 015489 arg 0 ,rega 
-0x4259 015490 fetcht 1 ,mem_mouse_dpi 
-0x425a 015491 increase 1 ,temp 
-0x425b 015492 storet 1 ,mem_mouse_blink_count 
-0x425c 015493 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x425d 015494 rtn 
-:      015496 mouse_le_enable_att_list:
-0x425e 015497 fetch 1 ,mem_le_connect_status_flag 
-0x425f 015498 rtnbit1 ll_pairing_success_flag 
-0x4260 015499 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x4261 015500 call ui_ipc_send_cmd 
-0x4262 015501 arg write_req_enable_flag ,queue 
-0x4263 015502 branch mouse_le_enable_connect_flag 
-:      015505 mouse_check_discovery_timeout:
-0x4264 015506 call mouse_stop_discovery 
-0x4265 015507 branch app_enter_hibernate 
-:      015509 mouse_check_direct_timeout:
-0x4266 015510 call app_ble_stop_direct_adv 
-0x4267 015511 fetch 1 ,mem_reconn_times 
-0x4268 015512 nbranch mouse_polling_device ,blank 
-0x4269 015513 branch app_enter_hibernate 
-:      015515 mouse_check_no_data_timeout:
-0x426a 015516 bmark1 mark_24g ,check_51cmd_hibernate 
-0x426b 015517 branch mouse_disconnect 
-:      015521 mouse_bb_event_discovery_btn:
-0x426c 015522 bpatch patch1d_2 ,mem_patch1d 
-0x426d 015523 jam 0 ,mem_mouse_send_blank_timer 
-0x426e 015524 call mouse_disconnect 
-0x426f 015525 call mouse_le_clean_connect_flag 
-0x4270 015526 branch mouse_start_discovery 
-:      015530 mouse3_0_check_reconn_target:
-0x4271 015531 fetch 6 ,mem_hci_plap 
-0x4272 015532 branch app_bt_start_discovery_short ,blank 
-0x4273 015533 call mouse_reconn_setting_led_gpio 
-0x4274 015534 jam 0x17 ,mem_connection_options 
-0x4275 015535 fetch 1 ,mem_ssp_enable 
-0x4276 015536 nbranch app_bt_start_reconnect ,blank 
-0x4277 015537 jam 0x04 ,mem_connection_options 
-0x4278 015538 branch app_bt_start_reconnect 
-:      015540 mouse4_0_check_reconn_target:
-0x4279 015541 fetch 2 ,mem_mouse_direct_timeout 
-0x427a 015542 store 2 ,mem_mouse_direct_timer 
-0x427b 015543 call mouse_reconn_setting_led_gpio 
-0x427c 015544 call app_lpm_mult_disable 
-0x427d 015545 branch check_51cmd_adv 
-:      015547 mouse_reconn_setting_led_gpio:
-0x427e 015548 setarg led_reconnect_blink 
-0x427f 015549 store 2 ,mem_mouse_on_time 
-0x4280 015550 store 2 ,mem_mouse_off_time 
-0x4281 015551 branch mouse_setting_led_gpio_comman 
-:      015553 mouse_discover_setting_led_gpio:
-0x4282 015554 setarg led_discovery_blink 
-0x4283 015555 store 2 ,mem_mouse_on_time 
-0x4284 015556 store 2 ,mem_mouse_off_time 
-:      015557 mouse_setting_led_gpio_comman:
-0x4285 015558 fetch 1 ,mem_device_flag 
-0x4286 015559 beq mode_bt_device1 ,mouse_device_led1 
-0x4287 015560 beq mode_bt_device2 ,mouse_device_led2 
-0x4288 015561 beq mode_bt_device3 ,mouse_device_led3 
-0x4289 015562 rtn 
-:      015563 mouse_device_led1:
-0x428a 015564 fetch 1 ,mem_config_device1_led_gpio 
-0x428b 015565 branch mouse_led_blink 
-:      015566 mouse_device_led2:
-0x428c 015567 fetch 1 ,mem_config_device2_led_gpio 
-0x428d 015568 branch mouse_led_blink 
-:      015569 mouse_device_led3:
-0x428e 015570 fetch 1 ,mem_config_device3_led_gpio 
-:      015571 mouse_led_blink:
-0x428f 015572 store 1 ,mem_temp 
-0x4290 015573 call mouse_devce_led_off 
-0x4291 015574 fetch 1 ,mem_temp 
-0x4292 015575 store 1 ,mem_mouse_struct_led_gpio 
-0x4293 015576 arg 0 ,rega 
-0x4294 015577 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x4295 015578 branch ui_led_blink_start_global 
-:      015580 mouse_led_off:
-0x4296 015581 arg 0 ,rega 
-0x4297 015582 branch ui_led_off_global 
-:      015583 mouse_led_on:
-0x4298 015584 arg 0 ,rega 
-0x4299 015585 branch ui_led_on_global 
-:      015587 mouse4_0_bb_event_discovery_btn:
-0x429a 015588 branch mouse_le_clean_connect_flag 
-:      015590 mouse_bt_hid_handshake:
-0x429b 015591 jam app_handshake_done ,mem_app_handshake_flag 
-0x429c 015592 call app_lpm_mult_enable 
-0x429d 015593 call app_bt_store_reconn_info 
-0x429e 015594 setarg 0 
-0x429f 015595 store 2 ,mem_discovery_timeout_timer_count 
-0x42a0 015596 store 1 ,mem_hid_handshake_timer_count 
-0x42a1 015597 branch app_bt_enter_sniff 
-:      015599 mouse_check_reconn_target:
-0x42a2 015600 call mouse_cheak_select_device_by_switch 
-0x42a3 015601 fetch 1 ,mem_device_flag 
-0x42a4 015602 fetcht 1 ,mem_24g_device_number 
-0x42a5 015603 isub temp ,null 
-0x42a6 015604 branch mouse_connect_24g_mode ,zero 
-0x42a7 015605 fetch 1 ,mem_xrecord_mode 
-0x42a8 015606 beq rec_3_mode ,mouse3_0_check_reconn_target 
-0x42a9 015607 beq rec_4_mode ,mouse4_0_check_reconn_target 
-0x42aa 015608 branch mouse_start_discovery 
-:      015609 mouse_connect_24g_mode:
-0x42ab 015610 call mouse_start_24g_mode 
-0x42ac 015611 rtnmark1 mark_24g 
-0x42ad 015612 fetch 1 ,mem_reconn_times 
-0x42ae 015613 nbranch mouse_polling_device ,blank 
-0x42af 015614 rtn 
-:      015616 mouse_start_discovery:
-0x42b0 015617 bpatch patch1d_3 ,mem_patch1d 
-0x42b1 015618 fetch 2 ,mem_ui_state_map 
-0x42b2 015619 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
-0x42b3 015620 fetch mouse_flag_len ,mem_mouse_flag 
-0x42b4 015621 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
-0x42b5 015622 random pdata 
-0x42b6 015623 store 1 ,mem_le_lap + 1 
-:      015624 mouse_start_discovery_norandom:
-0x42b7 015625 call app_lpm_mult_disable 
-0x42b8 015626 fetch 2 ,mem_discovery_timeout 
-0x42b9 015627 store 2 ,mem_mouse_discovery_timer 
-0x42ba 015628 jam 6 ,mem_connection_options 
-0x42bb 015629 setarg 0 
-0x42bc 015630 store 2 ,mem_mouse_no_data_timer 
-0x42bd 015631 store 2 ,mem_mouse_direct_timer 
-0x42be 015632 arg mouse_store_eeprom_flag ,queue 
-0x42bf 015633 call mouse_enable_function_flag 
-0x42c0 015634 call mouse_bt_discovery_button_down_disable 
-0x42c1 015635 fetch 1 ,mem_device_option 
-0x42c2 015636 isolate1 mode_4_mouse ,pdata 
-0x42c3 015637 call check_51cmd_adv ,true 
-0x42c4 015638 fetch 1 ,mem_device_option 
-0x42c5 015639 isolate1 mode_3_mouse ,pdata 
-0x42c6 015640 call check_51cmd_start_discovery ,true 
-0x42c7 015641 fetch mouse_flag_len ,mem_mouse_flag 
-0x42c8 015642 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_start_blink 
-0x42c9 015643 branch mouse_discover_setting_led_gpio 
-:      015645 mouse_stop_discovery:
-0x42ca 015646 bpatch patch1d_4 ,mem_patch1d 
-0x42cb 015647 fetch 1 ,mem_device_option 
-0x42cc 015648 isolate1 mode_4_mouse ,pdata 
-0x42cd 015649 call mouse_stop_le_adv ,true 
-0x42ce 015650 fetch 1 ,mem_device_option 
-0x42cf 015651 isolate1 mode_3_mouse ,pdata 
-0x42d0 015652 call mouse_stop_bt3_discovery ,true 
-0x42d1 015653 fetch mouse_flag_len ,mem_mouse_flag 
-0x42d2 015654 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_led_blink_stop 
-0x42d3 015655 branch mouse_devce_led_off 
-:      015656 mouse_stop_le_adv:
-0x42d4 015657 setarg 0 
-0x42d5 015658 store 2 ,mem_mouse_direct_timer 
-0x42d6 015659 branch check_51cmd_stop_adv 
-:      015660 mouse_stop_bt3_discovery:
-0x42d7 015661 setarg 0 
-0x42d8 015662 store 2 ,mem_mouse_discovery_timer 
-0x42d9 015663 branch check_51cmd_stop_discovery 
-:      015669 mouse_store_remote_bdaddr:
-0x42da 015670 fetch mouse_flag_len ,mem_mouse_flag 
-0x42db 015671 rtnbit0 mouse_store_eeprom_flag 
-0x42dc 015672 arg mouse_store_eeprom_flag ,queue 
-0x42dd 015673 call mouse_disable_function_flag 
-0x42de 015674 call mouse_check_device_addr 
-:      015675 mouse_unplug_clean_bdaddr:
-0x42df 015676 call mouse_before_store_reconn_info 
-0x42e0 015677 fetch mouse_flag_len ,mem_mouse_flag 
-0x42e1 015678 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x42e2 015679 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x42e3 015680 rtn 
-:      015681 mouse_store_eeprom_device_info:
-0x42e4 015682 arg 88 ,temp 
-0x42e5 015683 arg mem_device_flag ,rega 
-0x42e6 015684 arg mouse_info_eeprom_offect ,regb 
-0x42e7 015685 branch iicd_write_protect_eep_data 
-:      015687 mouse_check_device_addr:
-0x42e8 015688 fetch 1 ,mem_record_bt_mode 
-0x42e9 015689 beq rec_4_mode ,mouse_check_le_device_addr 
-0x42ea 015690 beq rec_3_mode ,mouse_check_bt_device_addr 
-0x42eb 015691 rtn 
-:      015692 mouse_check_le_device_addr:
-0x42ec 015693 store 1 ,mem_device_addr_temp 
-0x42ed 015694 fetch 6 ,mem_le_plap 
-0x42ee 015695 branch mouse_check_bt_device_addr_common 
-:      015696 mouse_check_bt_device_addr:
-0x42ef 015697 store 1 ,mem_device_addr_temp 
-0x42f0 015698 fetch 6 ,mem_plap 
-:      015699 mouse_check_bt_device_addr_common:
-0x42f1 015700 store 6 ,mem_device_addr_temp + 1 
-0x42f2 015701 fetch 7 ,mem_device_addr_temp 
-0x42f3 015702 arg mem_device1_type ,contr 
-0x42f4 015703 arg 3 ,loopcnt 
-:      015704 mouse_check_device_addr_end:
-0x42f5 015705 ifetcht 7 ,contr 
-0x42f6 015706 isub temp ,null 
-0x42f7 015707 branch mouse_clean_addr ,zero 
-0x42f8 015708 increase 22 ,contr 
-0x42f9 015709 loop mouse_check_device_addr_end 
-0x42fa 015710 rtn 
-:      015711 mouse_before_store_reconn_info:
-0x42fb 015712 arg mem_device1_type ,rega 
-0x42fc 015713 fetch 1 ,mem_device_flag 
-0x42fd 015714 increase -1 ,pdata 
-0x42fe 015715 mul32 pdata ,29 ,pdata 
-0x42ff 015716 iadd rega ,rega 
-0x4300 015717 fetch 1 ,mem_record_bt_mode 
-0x4301 015718 istore 1 ,rega 
-0x4302 015719 beq rec_4_mode ,mouse_store_le_device 
-0x4303 015720 beq rec_3_mode ,mouse_store_bt_device 
-0x4304 015721 rtn 
-:      015723 mouse_store_le_device:
-0x4305 015724 fetch 6 ,mem_le_plap 
-0x4306 015725 istore 6 ,contw 
-0x4307 015726 arg mem_le_ltk ,contr 
-0x4308 015727 call memcpy16 
-0x4309 015728 fetch 6 ,mem_le_lap 
-0x430a 015729 istore 6 ,contw 
-0x430b 015730 rtn 
-:      015731 mouse_store_bt_device:
-0x430c 015732 fetch 6 ,mem_plap 
-0x430d 015733 istore 6 ,contw 
-0x430e 015734 arg mem_link_key ,contr 
-0x430f 015735 branch memcpy16 
-:      015737 mouse_clean_addr:
-0x4310 015738 increase -6 ,contr 
-0x4311 015739 copy contr ,contw 
-0x4312 015740 fetcht 6 ,mem_device_addr_temp + 1 
-0x4313 015741 increase 3 ,temp 
-0x4314 015742 istoret 6 ,contw 
-0x4315 015743 rtn 
-:      015747 mouse_eeprom_load_recon_info:
-0x4316 015748 arg 88 ,temp 
-0x4317 015749 arg mem_device_flag ,rega 
-0x4318 015750 arg mouse_info_eeprom_offect ,regb 
-0x4319 015751 call iicd_read_eep_data 
-:      015752 mouse_select_reconn_device:
-0x431a 015753 arg mem_device1_type ,rega 
-0x431b 015754 fetch 1 ,mem_device_flag 
-0x431c 015755 fetcht 1 ,mem_24g_device_number 
-0x431d 015756 isub temp ,null 
-0x431e 015757 rtn zero 
-0x431f 015758 increase -1 ,pdata 
-0x4320 015759 mul32 pdata ,29 ,pdata 
-0x4321 015760 iadd rega ,rega 
-0x4322 015761 ifetch 1 ,rega 
-0x4323 015762 store 1 ,mem_xrecord_mode 
-0x4324 015763 beq rec_3_mode ,mouse_load_bt_device 
-0x4325 015764 beq rec_4_mode ,mouse_load_le_device 
-0x4326 015765 rtn 
-:      015767 mouse_load_bt_device:
-0x4327 015768 ifetch 6 ,contr 
-:      015769 mouse_load_bt_device_end:
-0x4328 015770 store 6 ,mem_hci_plap 
-0x4329 015771 arg mem_link_key ,contw 
-0x432a 015772 call memcpy16 
-0x432b 015773 branch check_link_key_load 
-:      015775 mouse_load_le_device:
-0x432c 015776 ifetch 6 ,contr 
-:      015777 mouse_load_le_device_end:
-0x432d 015778 store 6 ,mem_hci_plap 
-0x432e 015779 arg mem_le_ltk ,contw 
-0x432f 015780 call memcpy16 
-0x4330 015781 ifetch 6 ,contr 
-0x4331 015782 store 6 ,mem_le_lap 
-0x4332 015783 rtn 
-:      015786 mouse_select_device:
-0x4333 015787 fetch 1 ,mem_config_function_enable 
-0x4334 015788 bbit1 enable_select_device_by_gpio_button ,mouse_select_device_by_button 
-0x4335 015789 bbit1 enable_select_device_by_switch ,mouse_select_device_by_switch 
-0x4336 015790 branch mouse_select_device_by_combination_key 
-:      015792 mouse_select_device_by_combination_key:
-0x4337 015793 call mouse_check_key_gpio 
-0x4338 015794 beq mouse_rm_button ,mouse_select_device_commbination_key_down 
-:      015795 mouse_select_device_commbination_key_up:
-0x4339 015796 jam 30 ,mem_combination_select_device_count 
-0x433a 015797 fetch 1 ,mem_select_device_button_statue 
-0x433b 015798 rtneq dpi_button_state_up 
-0x433c 015799 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x433d 015800 rtn 
-:      015802 mouse_select_device_commbination_key_down:
-0x433e 015803 call mouse_combination_select_device_timer 
-0x433f 015804 fetch 1 ,mem_select_device_button_statue 
-0x4340 015805 rtneq dpi_button_state_down 
-0x4341 015806 jam dpi_button_state_down ,mem_select_device_button_statue 
-0x4342 015807 branch mouse_select_device_enable 
-:      015809 mouse_combination_select_device_timer:
-0x4343 015810 fetch 1 ,mem_combination_select_device_count 
-0x4344 015811 rtn blank 
-0x4345 015812 pincrease -1 
-0x4346 015813 store 1 ,mem_combination_select_device_count 
-0x4347 015814 nrtn blank 
-0x4348 015815 branch mouse_ready_reconnection_by_button 
-:      015817 mouse_select_device_by_button:
-0x4349 015818 fetch 1 ,mem_config_select_device_button_gpio 
-0x434a 015819 rtneq gpio_disable 
-0x434b 015820 fetcht 1 ,mem_config_select_device_button_gpio 
-0x434c 015821 call gpio_get_bit 
-0x434d 015822 branch mouse_select_device_button_down ,true 
-:      015823 mouse_select_device_button_up:
-0x434e 015824 fetch 1 ,mem_select_device_button_statue 
-0x434f 015825 rtneq dpi_button_state_up 
-0x4350 015826 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x4351 015827 fetch mouse_flag_len ,mem_mouse_flag 
-0x4352 015828 rtnbit1 mouse_long_bt_button_flag 
-0x4353 015829 branch mouse_ready_reconnection_by_button 
-:      015831 mouse_select_device_button_down:
-0x4354 015832 fetch 1 ,mem_select_device_button_statue 
-0x4355 015833 rtneq dpi_button_state_down 
-0x4356 015834 jam dpi_button_state_down ,mem_select_device_button_statue 
-0x4357 015835 arg mouse_long_bt_button_flag ,queue 
-0x4358 015836 branch mouse_disable_function_flag 
-:      015840 mouse_select_device_by_switch:
-0x4359 015841 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x435a 015842 rtnbit0 enable_select_device_by_switch 
-0x435b 015843 fetch 1 ,mem_device_flag 
-0x435c 015844 beq mode_bt_device1 ,mouse_select1_device 
-0x435d 015845 beq mode_24g_device ,mouse_select2_device 
-0x435e 015846 rtn 
-:      015847 mouse_cheak_select_device_by_switch:
-0x435f 015848 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x4360 015849 rtnbit0 enable_select_device_by_switch 
-0x4361 015850 fetcht 1 ,mem_config_select_device_button_gpio 
-0x4362 015851 call gpio_get_bit 
-0x4363 015852 branch mouse_cheak_select_24gdevice ,true 
-:      015853 mouse_select_btdevice:
-0x4364 015854 jam mode_bt_device1 ,mem_device_flag 
-0x4365 015855 rtn 
-:      015856 mouse_cheak_select_24gdevice:
-0x4366 015857 fetch 1 ,mem_24g_device_number 
-0x4367 015858 store 1 ,mem_device_flag 
-0x4368 015859 rtn 
-:      015860 mouse_select1_device:
-0x4369 015861 fetcht 1 ,mem_config_select_device_button_gpio 
-0x436a 015862 nbranch mouse_ready_reconnection_by_button ,true 
-0x436b 015863 rtn 
-:      015864 mouse_select2_device:
-0x436c 015865 fetcht 1 ,mem_config_select_device_button_gpio 
-0x436d 015866 call gpio_get_bit 
-0x436e 015867 branch mouse_select_device_button_down ,true 
-0x436f 015868 rtn 
-:      015873 mouse_ready_reconnection_by_button:
-0x4370 015874 fetcht 1 ,mem_device_flag 
-0x4371 015875 increase 1 ,temp 
-0x4372 015876 fetch 1 ,mem_device_number 
-0x4373 015877 isub temp ,null 
-0x4374 015878 ncall mouse_select_device_count_clean ,positive 
-0x4375 015879 storet 1 ,mem_device_flag 
-0x4376 015880 jam 0 ,mem_link_key_exists 
-0x4377 015881 call mouse_store_device_number2eeprom 
-0x4378 015882 call mouse_select_device_enable 
-0x4379 015884 branch mouse_set_reconnection 
-:      015886 mouse_store_device_number2eeprom:
-0x437a 015887 arg 1 ,temp 
-0x437b 015888 arg mem_device_flag ,rega 
-0x437c 015889 arg 0 ,regb 
-0x437d 015890 branch iicd_write_eep_data 
-:      015892 mouse_set_reconnection:
-0x437e 015893 call mouse_stop_bluetooth_mode 
-0x437f 015894 call mouse_select_device_disable 
-0x4380 015895 branch mouse_soft_reset 
-:      015896 mouse_stop_bluetooth_mode:
-0x4381 015897 fetch 2 ,mem_ui_state_map 
-0x4382 015898 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
-0x4383 015899 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x4384 015900 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x4385 015901 branch mouse_stop_discovery 
-:      015903 mouse_disconnect:
-0x4386 015904 bpatch patch1d_5 ,mem_patch1d 
-0x4387 015905 setarg 0 
-0x4388 015906 store 2 ,mem_mouse_no_data_timer 
-0x4389 015907 fetch 2 ,mem_ui_state_map 
-0x438a 015908 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x438b 015909 fetch 2 ,mem_ui_state_map 
-0x438c 015910 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x438d 015911 rtn 
-:      015913 mouse_irtual_cable_unplug:
-0x438e 015914 setarg 0x01 
-0x438f 015915 store 6 ,mem_plap 
-0x4390 015916 jam rec_3_mode ,mem_record_bt_mode 
-0x4391 015917 branch mouse_unplug_clean_bdaddr 
-:      015920 mouse_cancel_reconnect:
-0x4392 015921 call mouse_bt_cannel_reconn_enable 
-0x4393 015922 branch check_51cmd_bb_reconn_cancel 
-:      015924 mouse_bt_discovery_by_button:
-0x4394 015925 fetch 1 ,mem_config_bt_button_gpio 
-0x4395 015926 rtneq gpio_disable 
-0x4396 015927 fetcht 1 ,mem_config_bt_button_gpio 
-0x4397 015928 call gpio_get_bit 
-0x4398 015929 branch mouse_bt_discovery_button_down ,true 
-:      015930 mouse_bt_discovery_button_up:
-0x4399 015931 fetch 1 ,mem_ui_button_timeout 
-0x439a 015932 store 1 ,mem_combination_ui_button_count 
-0x439b 015933 fetch 1 ,mem_bt_discovey_button_statue 
-0x439c 015934 rtneq dpi_button_state_up 
-0x439d 015935 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x439e 015936 branch mouse_bt_discovery_button_down_disable 
-:      015937 mouse_bt_discovery_button_down:
-0x439f 015938 call mouse_bt_discovry_timer 
-0x43a0 015939 fetch 1 ,mem_bt_discovey_button_statue 
-0x43a1 015940 rtneq dpi_button_state_down 
-0x43a2 015941 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
-0x43a3 015942 call check_51cmd_bb_reconn_cancel 
-0x43a4 015943 branch mouse_bt_discovery_button_down_enable 
-:      015946 mouse_bt_discovery_cheak:
-0x43a5 015947 fetch 1 ,mem_config_function_enable 
-0x43a6 015948 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
-:      015949 mouse_bt_discovery_commbination_key:
-0x43a7 015950 call mouse_check_key_gpio 
-0x43a8 015951 beq mouse_lmr_button ,mouse_bt_discovery_commbination_key_down 
-:      015952 mouse_bt_discovery_commbination_key_up:
-0x43a9 015953 fetch 1 ,mem_ui_button_timeout 
-0x43aa 015954 store 1 ,mem_combination_ui_button_count 
-0x43ab 015955 fetch 1 ,mem_bt_discovey_button_statue 
-0x43ac 015956 rtneq dpi_button_state_up 
-0x43ad 015957 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x43ae 015958 branch mouse_bt_discovery_button_down_disable 
-:      015961 mouse_bt_discovery_commbination_key_down:
-0x43af 015962 call mouse_bt_discovry_timer 
-0x43b0 015963 fetch 1 ,mem_bt_discovey_button_statue 
-0x43b1 015964 rtneq dpi_button_state_down 
-0x43b2 015965 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
-0x43b3 015966 call check_51cmd_bb_reconn_cancel 
-0x43b4 015967 branch mouse_bt_discovery_button_down_enable 
-:      015969 mouse_bt_discovry_timer:
-0x43b5 015970 arg mem_combination_ui_button_count ,regc 
-0x43b6 015971 arg mouse_long_button_bt_discovry ,regb 
-0x43b7 015972 branch timer_single_step 
-:      015974 mouse_long_button_bt_discovry:
-0x43b8 015975 arg mouse_long_bt_button_flag ,queue 
-0x43b9 015976 call mouse_enable_function_flag 
-0x43ba 015977 call app_evt_button_long_pressed 
-0x43bb 015978 branch mouse_bb_event_discovery_btn 
-:      015981 mouse_cpi_enable:
-0x43bc 015982 arg mouse_cpi_flag ,queue 
-0x43bd 015983 branch mouse_enable_function_flag 
-:      015984 mouse_cpi_disable:
-0x43be 015985 arg mouse_cpi_flag ,queue 
-0x43bf 015986 branch mouse_disable_function_flag 
-:      015987 mouse_select_device_enable:
-0x43c0 015988 arg mouse_select_device_flag ,queue 
-0x43c1 015989 branch mouse_enable_function_flag 
-:      015990 mouse_select_device_disable:
-0x43c2 015991 arg mouse_select_device_flag ,queue 
-0x43c3 015992 branch mouse_disable_function_flag 
-:      015993 mouse_bt_cannel_reconn_enable:
-0x43c4 015994 arg mouse_bt_cannel_reconn_flag ,queue 
-0x43c5 015995 branch mouse_enable_function_flag 
-:      015996 mouse_bt_cannel_reconn_disable:
-0x43c6 015997 arg mouse_bt_cannel_reconn_flag ,queue 
-0x43c7 015998 branch mouse_disable_function_flag 
-:      015999 mouse_bt_discovery_button_down_enable:
-0x43c8 016000 arg mouse_bt_discovery_button_down_flag ,queue 
-0x43c9 016001 branch mouse_enable_function_flag 
-:      016002 mouse_bt_discovery_button_down_disable:
-0x43ca 016003 arg mouse_bt_discovery_button_down_flag ,queue 
-0x43cb 016004 branch mouse_disable_function_flag 
-:      016008 mouse_select_device_count_clean:
-0x43cc 016009 arg 1 ,temp 
-0x43cd 016010 rtn 
-:      016012 mouse_enable_function_flag:
-0x43ce 016013 fetch mouse_flag_len ,mem_mouse_flag 
-0x43cf 016014 qset1 pdata 
-0x43d0 016015 store mouse_flag_len ,mem_mouse_flag 
-0x43d1 016016 rtn 
-:      016018 mouse_disable_function_flag:
-0x43d2 016019 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d3 016020 qset0 pdata 
-0x43d4 016021 store mouse_flag_len ,mem_mouse_flag 
-0x43d5 016022 rtn 
-:      016024 mouse_adc_read:
-0x43d6 016025 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d7 016026 rtnbit0 mouse_enable_adc 
-0x43d8 016027 fetch 1 ,mem_adc_read_timer 
-0x43d9 016028 increase 1 ,pdata 
-0x43da 016029 store 1 ,mem_adc_read_timer 
-0x43db 016030 sub pdata ,10 ,null 
-0x43dc 016031 rtn positive 
-0x43dd 016032 jam 0 ,mem_adc_read_timer 
-0x43de 016033 call adc_set_mode 
-0x43df 016034 call vdd_calculate_by_mode 
-0x43e0 016035 store 2 ,mem_mouse_vdd_now_vol 
-0x43e1 016036 arg mem_mouse_vdd_calculate_set ,rega 
-0x43e2 016037 call adc_bat_percent_lowpower_out 
-0x43e3 016038 fetch 1 ,mem_adc_power_flag 
-0x43e4 016039 bbit1 1 ,mouse_power_down 
-0x43e5 016040 bbit0 0 ,mouse_adc_no_low_voltage 
-0x43e6 016041 branch mouse_adc_low_voltage 
-:      016042 mouse_adc_low_voltage:
-0x43e7 016043 arg mouse_low_voltage_flag ,queue 
-0x43e8 016044 branch mouse_enable_function_flag 
-:      016045 mouse_adc_no_low_voltage:
-0x43e9 016046 arg mouse_low_voltage_flag ,queue 
-0x43ea 016047 branch mouse_disable_function_flag 
-:      016049 mouse_low_voltage_led_timer:
-0x43eb 016050 fetch mouse_flag_len ,mem_mouse_flag 
-0x43ec 016051 rtnbit0 mouse_low_voltage_flag 
-0x43ed 016052 fetch 1 ,mem_config_low_voltage_alarm_gpio 
-0x43ee 016053 store 1 ,mem_mouse_struct_led_gpio 
-0x43ef 016054 fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0x43f0 016055 pincrease 1 
-0x43f1 016056 store 1 ,mem_adc_low_volatage_led_timer_count 
-0x43f2 016057 sub pdata ,20 ,null 
-0x43f3 016058 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
-0x43f4 016059 beq 2 ,mouse_low_voltage_led_on 
-0x43f5 016060 beq 4 ,mouse_low_voltage_led_off 
-0x43f6 016061 beq 6 ,mouse_low_voltage_led_on 
-0x43f7 016062 beq 8 ,mouse_low_voltage_led_off 
-0x43f8 016063 rtn 
-:      016064 mouse_adc_low_volatage_led_timer_count_clean:
-0x43f9 016065 jam 1 ,mem_adc_low_volatage_led_timer_count 
-0x43fa 016066 branch mouse_low_voltage_led_off 
-:      016067 mouse_low_voltage_led_on:
-0x43fb 016068 arg 0 ,rega 
-0x43fc 016069 jam ui_led_state_lighting ,mem_mouse_led_type 
-0x43fd 016070 branch ui_led_on_global 
-:      016071 mouse_low_voltage_led_off:
-0x43fe 016072 arg 0 ,rega 
-0x43ff 016073 jam ui_led_state_lighting ,mem_mouse_led_type 
-0x4400 016074 branch ui_led_off_global 
-:      016076 mouse_g24_package_data:
-0x4401 016077 call mouse_motion 
-0x4402 016078 nrtn user 
-0x4403 016079 arg 7 ,rega 
-0x4404 016080 arg mem_mouse_key ,regb 
-0x4405 016081 rtn 
-:      016083 mouse_g24_enter_lpm:
-0x4406 016084 fetch 1 ,mem_mouse_24g_enter_lpm_enable 
-0x4407 016085 rtn blank 
-0x4408 016087 fetcht 1 ,mem_dpi_button_gpio 
-0x4409 016088 call gpio_get_bit 
-0x440a 016089 call mouse_24g_dpi_delay_init ,true 
-0x440b 016090 fetch 1 ,mem_24g_enter_lpm_timer 
-0x440c 016091 nrtn blank 
-0x440d 016092 call mouse_check_key_gpio 
-0x440e 016093 nrtn blank 
-0x440f 016094 branch g24_lpm_long_sleep 
-:      016096 mouse_24g_dpi_delay_init:
-0x4410 016097 fetch 1 ,mem_dpi_button_gpio 
-0x4411 016098 rtneq ui_button_gpio_disable 
-0x4412 016099 jam 10 ,mem_24g_enter_lpm_timer 
-0x4413 016100 rtn 
-:      016103 mouse_load_flash_info_cheak:
-0x4414 016104 call mouse_load_flash_flag 
-0x4415 016105 fetch 2 ,mem_store_flag 
-0x4416 016106 arg eeprom_init_flag ,temp 
-0x4417 016107 isub temp ,null 
-0x4418 016108 branch mouse_load_flash_device_info ,zero 
-0x4419 016109 storet 2 ,mem_store_flag 
-0x441a 016110 call mouse_ble_init_address 
-0x441b 016111 branch mouse_store_flash_device_info 
-:      016112 mouse_ble_init_address:
-0x441c 016113 fetch 6 ,mem_le_lap 
-0x441d 016114 store 6 ,mem_device1_locall_addr 
-0x441e 016115 add pdata ,0x0100 ,pdata 
-0x441f 016116 store 6 ,mem_device2_locall_addr 
-0x4420 016117 add pdata ,0x0100 ,pdata 
-0x4421 016118 store 6 ,mem_device3_locall_addr 
-0x4422 016119 rtn 
-:      016122 mouse_load_flash_flag:
-0x4423 016123 setarg mem_store_flag 
-0x4424 016124 arg mem_mouse_information_start ,temp 
-0x4425 016125 isub temp ,temp 
-0x4426 016126 fetch 3 ,mem_flash_base 
-0x4427 016127 iadd temp ,pdata 
-0x4428 016128 arg 2 ,temp 
-0x4429 016129 arg mem_store_flag ,rega 
-0x442a 016130 branch spid_read_flash 
-:      016133 mouse_load_flash_device_info:
-0x442b 016134 setarg mem_mouse_information_end 
-0x442c 016135 arg mem_mouse_information_start ,temp 
-0x442d 016136 isub temp ,temp 
-0x442e 016137 fetch 3 ,mem_flash_base 
-0x442f 016138 arg mem_mouse_information_start ,rega 
-0x4430 016139 call spid_read_flash 
-0x4431 016140 call mouse_select_reconn_device 
-0x4432 016141 fetch 4 ,mem_mouse_24g_addr 
-0x4433 016142 call g24_head_ptr2regc 
-0x4434 016143 branch g24_store_mem_addr 
-:      016145 mouse_store_flash_device_info:
-0x4435 016146 setarg mem_mouse_information_end 
-0x4436 016147 arg mem_mouse_information_start ,temp 
-0x4437 016148 isub temp ,temp 
-0x4438 016149 arg mem_mouse_information_start ,rega 
-0x4439 016150 fetch 3 ,mem_flash_base 
-0x443a 016151 branch flash_write 
-:      016153 mouse_store_eerpom_dpi:
-0x443b 016154 arg 1 ,temp 
-0x443c 016155 arg mem_mouse_dpi ,rega 
-0x443d 016156 arg mouse_dpi_eeprom_offect ,regb 
-0x443e 016157 branch iicd_write_protect_eep_data 
-:      016159 mouse_load_eeprom_dpi:
-0x443f 016160 arg 1 ,temp 
-0x4440 016161 arg mem_mouse_dpi ,rega 
-0x4441 016162 arg mouse_dpi_eeprom_offect ,regb 
-0x4442 016163 branch iicd_read_eep_data 
-:      016165 mouse_statue_cheak_timer:
-0x4443 016166 rtnmark1 mark_24g 
-0x4444 016167 fetch mouse_flag_len ,mem_mouse_flag 
-0x4445 016168 rtnbit0 mouse_enable_statue_up 
-0x4446 016169 fetch 1 ,mem_mouse_1step_up_count 
-0x4447 016170 pincrease 1 
-0x4448 016171 and pdata ,0x07 ,pdata 
-0x4449 016172 store 1 ,mem_mouse_1step_up_count 
-0x444a 016173 rtnne 0x07 
-0x444b 016174 fetch 2 ,mem_ui_state_map 
-0x444c 016175 bbit1 ui_state_bt_connected ,mouse_check_statue_up 
-0x444d 016176 bbit1 ui_state_ble_connected ,mouse_check_statue_up 
-0x444e 016177 rtn 
-:      016182 mouse_check_statue_up:
-0x444f 016183 bpatch patch1d_6 ,mem_patch1d 
-0x4450 016184 fetch 1 ,mem_mouse_2step_up_count 
-0x4451 016185 nrtn blank 
-0x4452 016186 fetch mouse_flag_len ,mem_mouse_flag 
-0x4453 016187 rtnbit0 mouse_statue_up_flag 
-0x4454 016188 fetch 1 ,mem_sensor_squal_reg 
-0x4455 016189 call sensor_read 
-0x4456 016190 store 1 ,mem_sensor_iqc 
-0x4457 016191 sub pdata ,0x10 ,null 
-0x4458 016192 branch mouse_statue_up_timer_init ,positive 
-0x4459 016193 jam 0 ,mem_mouse_2step_up_count 
-0x445a 016194 rtn 
-:      016196 mouse_statue_up_timer_init:
-0x445b 016197 jam 30 ,mem_mouse_2step_up_count 
-0x445c 016198 rtn 
-:      016199 mouse_statue_up_timer:
-0x445d 016200 arg mem_mouse_2step_up_count ,regc 
-0x445e 016201 arg mouse_statue_up ,regb 
-0x445f 016202 branch timer_single_step 
-:      016204 mouse_statue_up:
-0x4460 016205 fetch 1 ,mem_sensor_squal_reg 
-0x4461 016206 call twspi_read 
-0x4462 016207 sub pdata ,0x10 ,null 
-0x4463 016208 nrtn positive 
-0x4464 016209 fetch mouse_flag_len ,mem_mouse_flag 
-0x4465 016210 rtnbit0 mouse_statue_up_flag 
-0x4466 016211 arg mouse_statue_up_flag ,queue 
-0x4467 016212 call mouse_disable_function_flag 
-0x4468 016213 jam 0 ,mem_lpm_mult 
-0x4469 016214 jam 30 ,mem_mouse_statue_led_timer 
-0x446a 016215 call mouse_devce_led_off 
-0x446b 016216 fetch mouse_flag_len ,mem_mouse_flag 
-0x446c 016217 bbit1 mouse_enable_statue_up_three_led ,mouse_three_device_statue_up 
-:      016218 mouse_two_device_statue_up:
-0x446d 016219 fetch 1 ,mem_device_flag 
-0x446e 016220 beq mode_bt_device1 ,mouse_device1_led_on 
-0x446f 016221 beq mode_bt_device2 ,mouse_device_blink_led_init 
-0x4470 016222 rtn 
-:      016223 mouse_three_device_statue_up:
-0x4471 016224 fetch 1 ,mem_device_flag 
-0x4472 016225 beq mode_bt_device1 ,mouse_device1_led_on 
-0x4473 016226 beq mode_bt_device2 ,mouse_device2_led_on 
-0x4474 016227 beq mode_bt_device3 ,mouse_device3_led_on 
-0x4475 016228 rtn 
-:      016230 mouse_device_blink_led_init:
-0x4476 016231 fetch 1 ,mem_config_device1_led_gpio 
-0x4477 016232 branch mouse_led_blink 
-:      016236 mouse_statue_led_off:
-0x4478 016237 jam 0x20 ,mem_lpm_mult 
-0x4479 016238 branch mouse_devce_led_off 
-:      016242 mouse_devce1_led_off:
-0x447a 016243 fetch 1 ,mem_config_device1_led_gpio 
-0x447b 016244 rtneq gpio_disable 
-0x447c 016245 store 1 ,mem_mouse_struct_led_gpio 
-0x447d 016246 branch mouse_led_off 
-:      016248 mouse_devce2_led_off:
-0x447e 016249 fetch 1 ,mem_config_device2_led_gpio 
-0x447f 016250 rtneq gpio_disable 
-0x4480 016251 store 1 ,mem_mouse_struct_led_gpio 
-0x4481 016252 branch mouse_led_off 
-:      016254 mouse_devce_led_off:
-0x4482 016255 call mouse_led_off 
-0x4483 016256 call mouse_devce1_led_off 
-0x4484 016257 call mouse_devce2_led_off 
-:      016258 mouse_devce3_led_off:
-0x4485 016259 fetch 1 ,mem_config_device3_led_gpio 
-0x4486 016260 rtneq gpio_disable 
-0x4487 016261 store 1 ,mem_mouse_struct_led_gpio 
-0x4488 016262 branch mouse_led_off 
-:      016264 mouse_device1_led_on:
-0x4489 016265 fetch 1 ,mem_config_device1_led_gpio 
-0x448a 016266 store 1 ,mem_mouse_struct_led_gpio 
-0x448b 016267 branch mouse_led_on 
-:      016268 mouse_device2_led_on:
-0x448c 016269 fetch 1 ,mem_config_device2_led_gpio 
-0x448d 016270 store 1 ,mem_mouse_struct_led_gpio 
-0x448e 016271 branch mouse_led_on 
-:      016272 mouse_device3_led_on:
-0x448f 016273 fetch 1 ,mem_config_device3_led_gpio 
-0x4490 016274 store 1 ,mem_mouse_struct_led_gpio 
-0x4491 016275 branch mouse_led_on 
-:      016279 mouse_polling_device:
-0x4492 016280 bpatch patch1d_7 ,mem_patch1d 
-0x4493 016281 fetch 1 ,mem_reconn_times 
-0x4494 016282 increase -1 ,pdata 
-0x4495 016283 store 1 ,mem_reconn_times 
-0x4496 016284 fetcht 1 ,mem_device_flag 
-0x4497 016285 increase 1 ,temp 
-0x4498 016286 fetch 1 ,mem_device_number 
-0x4499 016287 isub temp ,null 
-0x449a 016288 ncall mouse_select_device_count_clean ,positive 
-0x449b 016289 storet 1 ,mem_device_flag 
-0x449c 016290 jam 0 ,mem_link_key_exists 
-0x449d 016291 call mouse_store_device_number2eeprom 
-0x449e 016292 call mouse_before_store_reconn_info 
-0x449f 016293 branch mouse_check_reconn_target 
-:      016295 mouse_power_down:
-0x44a0 016296 call mouse_devce_led_off 
-0x44a1 016297 setarg 0 
-0x44a2 016298 store 8 ,mem_gpio_wakeup_low 
-0x44a3 016299 branch lpm_hibernate 
-:      016310 remote_car_init:
-0x44a4 016311 rtn wake 
-0x44a5 016312 hfetch 1 ,core_gpio_sel1 
-0x44a6 016313 and_into 0xf0 ,pdata 
-0x44a7 016314 hstore 1 ,core_gpio_sel1 
-0x44a8 016315 call keyscan_key_init 
-0x44a9 016316 setarg remote_car_le_before_hibernate 
-0x44aa 016317 store 2 ,mem_cb_before_hibernate 
-0x44ab 016319 setarg remote_car_process_lpm_before 
-0x44ac 016320 store 2 ,mem_cb_before_lpm 
-0x44ad 016322 setarg remote_car_scale_process_idle 
-0x44ae 016323 store 2 ,mem_cb_idle_process 
-0x44af 016325 setarg remote_car_scale_process_bb_event 
-0x44b0 016326 store 2 ,mem_cb_bb_event_process 
-0x44b1 016328 setarg app_get_lpm_wake_lock 
-0x44b2 016329 store 2 ,mem_cb_check_wakelock 
-0x44b3 016331 call g24_head_ptr2regc 
-0x44b4 016332 setarg remote_car_g24_package_data 
-0x44b5 016333 add regc ,offset_24g_cb_data ,contw 
-0x44b6 016334 istore 2 ,contw 
-0x44b7 016336 setarg remote_car_g24_enter_lpm 
-0x44b8 016337 add regc ,offset_24g_cb_lpm_prepare ,contw 
-0x44b9 016338 istore 2 ,contw 
-0x44ba 016340 setarg remote_car_process_lpm_before 
-0x44bb 016341 add regc ,offset_24g_cb_lpm_before ,contw 
-0x44bc 016342 istore 2 ,contw 
-0x44bd 016344 setarg remote_car_event_timer 
-0x44be 016345 store 2 ,mem_cb_event_timer 
-0x44bf 016347 setarg remote_car_power_off_signal 
-0x44c0 016348 store 2 ,mem_remote_car_power_off_cb 
-0x44c1 016350 setarg remote_car_soft_switch_power_on_signal 
-0x44c2 016351 store 2 ,mem_remote_car_power_standby_cb 
-0x44c3 016353 setarg remote_car_send_key_data 
-0x44c4 016354 store 2 ,mem_cb_remote_car_keyscan 
-0x44c5 016356 bpatch patch1e_0 ,mem_patch1e 
-0x44c6 016357 call remote_car_init_environment 
-0x44c7 016358 call queue_init 
-0x44c8 016359 jam 2 ,mem_lpm_mult 
-0x44c9 016360 fetch 1 ,mem_remote_car_config_soft_switch_enable 
-0x44ca 016361 store 1 ,mem_remote_car_hard_soft_switch 
-0x44cb 016362 beq hard_switch ,remote_car_hard_switch_power_on_signal 
-0x44cc 016363 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
-0x44cd 016364 store 1 ,mem_ui_button_gpio 
-:      016365 remote_car_soft_switch_power_on_init:
-0x44ce 016366 call remote_car_ui_led_init 
-0x44cf 016367 call ui_button_init 
-0x44d0 016368 call ui_button_polling 
-0x44d1 016369 jam power_starting ,mem_remote_car_power_state 
-0x44d2 016370 fetch 2 ,mem_ui_state_map 
-0x44d3 016371 rtnbit1 ui_state_btn_down 
-0x44d4 016372 branch app_enter_hibernate 
-:      016376 remote_car_hard_switch_power_on_signal:
-0x44d5 016377 jam power_standby ,mem_remote_car_power_state 
-:      016378 remote_car_soft_switch_power_on_signal:
-0x44d6 016379 call remote_car_ui_led_init 
-0x44d7 016381 arg 0 ,rega 
-0x44d8 016382 call ui_led_blink_start_global 
-:      016383 remote_car_connect_24g_mode:
-0x44d9 016384 branch g24_auto_pair_start 
-:      016386 remote_car_power_off_signal:
-0x44da 016387 branch remote_car_ui_led_init 
-:      016389 remote_car_ui_led_init:
-0x44db 016390 bpatch patch1e_1 ,mem_patch1e 
-0x44dc 016391 fetch 1 ,mem_remote_car_config_connect_led_gpio 
-0x44dd 016392 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
-:      016393 remote_car_ui_led_init_1:
-0x44de 016394 fetcht 1 ,mem_remote_car_led_map 
-0x44df 016395 branch gpio_config_output 
-:      016396 remote_car_pairing_led_gpio_set:
-0x44e0 016397 store 1 ,mem_remote_car_led_map 
-0x44e1 016398 branch remote_car_ui_led_init_1 
-:      016401 remote_car_init_environment:
-0x44e2 016402 call g24_set_device_addr 
-0x44e3 016403 fetch 2 ,mem_remote_car_no_data_timeout 
-0x44e4 016404 store 2 ,mem_remote_car_no_data_timer 
-0x44e5 016405 branch remote_car_get_adc_default_data 
-:      016407 remote_car_le_before_hibernate:
-:      016412 remote_car_in_enter_hibernate:
-0x44e6 016413 call gpio_set_before_lpm_common 
-0x44e7 016414 call remote_car_process_lpm_before 
-0x44e8 016415 branch app_enter_hibernate 
-:      016417 remote_car_process_lpm_before:
-0x44e9 016418 branch keyscan_process_lpm_before 
-:      016420 remote_car_g24_enter_lpm:
-0x44ea 016421 fetch 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44eb 016422 rtn blank 
-0x44ec 016424 branch g24_lpm_long_sleep 
-:      016426 remote_car_process_auto_pair_exit:
-0x44ed 016427 rtn 
-:      016429 remote_car_key_scan_process:
-0x44ee 016430 branch keyscan_key_process 
-:      016432 remote_car_scale_process_idle:
-0x44ef 016433 call remote_car_rocker_process 
-0x44f0 016434 call remote_car_24g_status_process 
-0x44f1 016435 branch remote_car_key_scan_process 
-:      016437 remote_car_scale_process_bb_event:
-0x44f2 016438 copy regc ,pdata 
-0x44f3 016439 beq bt_evt_button_up ,app_event_button_up 
-0x44f4 016440 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x44f5 016441 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
-0x44f6 016442 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
-0x44f7 016443 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
-0x44f8 016444 rtn 
-:      016446 remote_car_24g_attempt_fail:
-0x44f9 016447 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44fa 016448 rtn 
-:      016450 remote_car_24g_pairing_complete:
-0x44fb 016451 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44fc 016452 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x44fd 016453 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x44fe 016454 rtn 
-:      016456 remote_car_24g_attempt_success:
-0x44ff 016457 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x4500 016458 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x4501 016459 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x4502 016460 rtn 
-:      016462 remote_car_24g_status_process:
-0x4503 016463 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4504 016464 rtneq power_on 
-0x4505 016465 fetch 1 ,mem_remote_car_24g_status 
-0x4506 016466 rtneq work_paired 
-0x4507 016467 jam work_paired ,mem_remote_car_24g_status 
-:      016468 remote_car_scale_process_paired:
-0x4508 016469 arg 0 ,rega 
-0x4509 016470 branch ui_led_off_global 
-:      016471 remote_car_scale_process_shutdown:
-0x450a 016472 arg 0 ,rega 
-0x450b 016473 call ui_led_off_global 
-0x450c 016474 call remote_car_ui_led_init 
-0x450d 016475 branch app_enter_hibernate 
-:      016477 remote_car_event_timer:
-0x450e 016478 call app_power_timer 
-0x450f 016479 branch remote_car_no_data_timer 
-:      016481 remote_car_no_data_timer:
-0x4510 016482 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
-0x4511 016483 rtn blank 
-0x4512 016484 arg mem_remote_car_no_data_timer ,regc 
-0x4513 016485 arg remote_car_scale_process_shutdown ,regb 
-0x4514 016486 branch timer_single_step_2b 
-:      016489 remote_car_get_adc_default_data:
-0x4515 016490 call remote_car_rocker_get_x 
-0x4516 016491 storet 2 ,mem_current_vdd_value_default_mid_x 
-0x4517 016492 call remote_car_rocker_get_y 
-0x4518 016493 storet 2 ,mem_current_vdd_value_default_mid_y 
-0x4519 016494 rtn 
-:      016495 remote_car_rocker_data_get:
-:      016496 remote_car_rocker_get_x:
-0x451a 016497 fetch 2 ,mem_current_vdd_value_default_mid_x 
-0x451b 016498 store 2 ,mem_current_vdd_value_default_mid_temp 
-0x451c 016499 call remote_car_get_adc_from_gpio6 
-0x451d 016500 call remote_car_rocker_get_value 
-0x451e 016501 store 1 ,mem_rocker_status 
-:      016502 remote_car_rocker_get_y:
-0x451f 016503 fetch 2 ,mem_current_vdd_value_default_mid_y 
-0x4520 016504 store 2 ,mem_current_vdd_value_default_mid_temp 
-0x4521 016505 call remote_car_get_adc_from_gpio7 
-0x4522 016506 call remote_car_rocker_get_value 
-0x4523 016507 store 1 ,mem_rocker_status + 1 
-0x4524 016508 rtn 
-:      016509 remote_car_rocker_get_value:
-0x4525 016510 fetch 2 ,mem_current_vdd_default_range 
-0x4526 016511 copy pdata ,rega 
-0x4527 016512 fetch 2 ,mem_current_vdd_value_default_mid_temp 
-0x4528 016513 call remote_car_rocker_mid_value_adjust 
-0x4529 016514 fetch 1 ,mem_rocker_work_status 
-0x452a 016515 nbranch remote_car_rocker_translate_key ,blank 
-0x452b 016516 nrtn positive 
-0x452c 016517 fetcht 2 ,mem_current_vdd_value_default_mid_temp 
-0x452d 016518 rtn 
-:      016519 remote_car_rocker_mid_value_adjust:
-0x452e 016520 isub temp ,pdata 
-0x452f 016521 branch remote_car_rocker_mid_adjust_positive ,positive 
-0x4530 016522 sub pdata ,0 ,pdata 
-0x4531 016523 jam 1 ,mem_rocker_negative_flag 
-0x4532 016524 isub rega ,null 
-0x4533 016525 rtn 
-:      016526 remote_car_rocker_mid_adjust_positive:
-0x4534 016527 jam 0 ,mem_rocker_negative_flag 
-0x4535 016528 isub rega ,null 
-0x4536 016529 rtn 
-:      016530 remote_car_rocker_translate_key:
-0x4537 016531 nbranch remote_car_rocker_middle_key ,positive 
-0x4538 016532 fetch 1 ,mem_rocker_negative_flag 
-0x4539 016533 nbranch remote_car_rocker_negative_key ,blank 
-:      016534 remote_car_rocker_positive_key:
-0x453a 016535 setarg rocker_positive_key 
-0x453b 016536 rtn 
-:      016537 remote_car_rocker_negative_key:
-0x453c 016538 setarg rocker_negative_key 
-0x453d 016539 rtn 
-:      016540 remote_car_rocker_middle_key:
-0x453e 016541 setarg rocker_middle_key 
-0x453f 016542 rtn 
-:      016543 remote_car_get_adc_from_gpio6:
-0x4540 016544 jam 0x33 ,mem_adc_channel 
-0x4541 016545 branch adc_set_mode 
-:      016546 remote_car_get_adc_from_gpio7:
-0x4542 016547 jam 0x34 ,mem_adc_channel 
-0x4543 016548 branch adc_set_mode 
-:      016551 remote_car_rocker_process:
-0x4544 016552 fetch 1 ,mem_remote_car_config_check_way 
-0x4545 016553 rtnne car_remote_check_rocker 
-:      016554 remote_car_read_rocker_check_start:
-0x4546 016555 bpatch patch1e_2 ,mem_patch1e 
-0x4547 016556 jam 1 ,mem_rocker_work_status 
-0x4548 016557 call remote_car_rocker_data_get 
-0x4549 016558 fetch 2 ,mem_rocker_status 
-0x454a 016559 fetcht 2 ,mem_rocker_last_status 
-0x454b 016560 isub temp ,null 
-0x454c 016561 rtn zero 
-0x454d 016562 store 2 ,mem_rocker_last_status 
-0x454e 016563 call remote_car_rocker_x_to_key 
-0x454f 016564 branch remote_car_rocker_y_to_key 
-:      016566 remote_car_rocker_x_to_key:
-0x4550 016567 fetch 1 ,mem_rocker_x_status 
-0x4551 016568 branch rocker_to_queue_set_0 ,blank 
-0x4552 016569 increase -1 ,pdata 
-0x4553 016570 branch remote_car_rocker_to_key 
-:      016571 remote_car_rocker_y_to_key:
-0x4554 016572 fetch 1 ,mem_rocker_y_status 
-0x4555 016573 branch rocker_to_queue_set_2 ,blank 
-0x4556 016574 increase 1 ,pdata 
-:      016575 remote_car_rocker_to_key:
-0x4557 016576 copy pdata ,queue 
-0x4558 016577 arg 1 ,rega 
-0x4559 016578 branch remote_car_send_key_data 
-:      016580 rocker_to_queue_set_0:
-0x455a 016581 arg 0 ,queue 
-0x455b 016582 arg 0 ,rega 
-0x455c 016583 branch remote_car_send_key_data 
-:      016584 rocker_to_queue_set_2:
-0x455d 016585 arg 2 ,queue 
-0x455e 016586 arg 0 ,rega 
-0x455f 016587 branch remote_car_send_key_data 
-:      016589 remote_car_send_key_data:
-0x4560 016590 copy rega ,pdata 
-0x4561 016591 store 1 ,mem_remote_key_status 
-0x4562 016592 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4563 016593 beq power_on ,g24_auto_pair_start 
-0x4564 016594 fetch 2 ,mem_remote_car_no_data_timeout 
-0x4565 016595 store 2 ,mem_remote_car_no_data_timer 
-0x4566 016596 fetch 1 ,mem_remote_key_status 
-0x4567 016597 branch remote_car_key_is_release ,blank 
-:      016598 remote_car_key_is_press:
-0x4568 016599 bpatch patch1e_3 ,mem_patch1e 
-0x4569 016600 arg 0 ,rega 
-0x456a 016601 call ui_led_on_global 
-:      016602 remote_car_attack_key_press:
-0x456b 016603 copy queue ,pdata 
-0x456c 016604 beq 4 ,remote_car_send_attack_key4_press 
-0x456d 016605 beq 5 ,remote_car_send_attack_key5_press 
-0x456e 016606 beq 6 ,remote_car_send_fire_key6_press 
-:      016609 remote_car_motor_key_press:
-0x456f 016610 call remote_car_device_layout_select 
-0x4570 016611 beq control_f_b_ten ,remote_car_single_motor_key_is_press 
-0x4571 016612 beq control_l_r_ten ,remote_car_double_motor_key_press 
-0x4572 016613 beq control_l_r_lr ,remote_car_single_motor_key_is_press 
-0x4573 016614 rtn 
-:      016616 remote_car_single_motor_key_is_press:
-0x4574 016617 copy queue ,pdata 
-0x4575 016618 beq 0 ,remote_car_send_motor1_key0_press 
-0x4576 016619 beq 1 ,remote_car_send_motor1_key1_press 
-0x4577 016620 beq 2 ,remote_car_send_motor2_key2_press 
-0x4578 016621 beq 3 ,remote_car_send_motor2_key3_press 
-0x4579 016622 rtn 
-:      016624 remote_car_double_motor_key_press:
-0x457a 016625 copy queue ,pdata 
-0x457b 016626 beq 0 ,remote_car_send_double_motor_key0_press 
-0x457c 016627 beq 1 ,remote_car_send_double_motor_key1_press 
-0x457d 016628 beq 2 ,remote_car_send_double_motor_key2_press 
-0x457e 016629 beq 3 ,remote_car_send_double_motor_key3_press 
-0x457f 016630 rtn 
-:      016632 remote_car_key_is_release:
-0x4580 016633 bpatch patch1e_4 ,mem_patch1e 
-0x4581 016634 arg 0 ,rega 
-0x4582 016635 call ui_led_off_global 
-:      016636 remote_car_attack_key_release:
-0x4583 016637 copy queue ,pdata 
-0x4584 016638 beq 4 ,remote_car_send_attack_key4_rel 
-0x4585 016639 beq 5 ,remote_car_send_attack_key5_rel 
-:      016642 remote_car_motor_key_release:
-0x4586 016643 call remote_car_device_layout_select 
-0x4587 016644 beq control_f_b_ten ,remote_car_single_motor_key_rel 
-0x4588 016645 beq control_l_r_ten ,remote_car_double_motor_key_rel 
-0x4589 016646 beq control_l_r_lr ,remote_car_single_motor_key_rel 
-0x458a 016647 rtn 
-:      016649 remote_car_device_layout_select:
-0x458b 016650 fetch 1 ,mem_remote_car_config_layout 
-0x458c 016651 fetcht 1 ,mem_remote_car_config_key_map 
-0x458d 016652 ior temp ,pdata 
-0x458e 016653 rtn 
-:      016656 remote_car_send_motor1_key0_press:
-0x458f 016657 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4590 016658 branch remote_car_send_key 
-:      016659 remote_car_send_motor1_key1_press:
-0x4591 016660 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x4592 016661 branch remote_car_send_key 
-:      016662 remote_car_send_motor2_key2_press:
-0x4593 016663 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x4594 016664 branch remote_car_send_key 
-:      016665 remote_car_send_motor2_key3_press:
-0x4595 016666 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x4596 016667 branch remote_car_send_key 
-:      016670 remote_car_send_double_motor_key0_press:
-0x4597 016671 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4598 016672 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x4599 016673 branch remote_car_send_key 
-:      016674 remote_car_send_double_motor_key1_press:
-0x459a 016675 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x459b 016676 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x459c 016677 branch remote_car_send_key 
-:      016678 remote_car_send_double_motor_key2_press:
-0x459d 016679 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x459e 016680 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x459f 016681 branch remote_car_send_key 
-:      016682 remote_car_send_double_motor_key3_press:
-0x45a0 016683 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x45a1 016684 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x45a2 016685 branch remote_car_send_key 
-:      016688 remote_car_send_attack_key4_press:
-0x45a3 016689 jam motor_positive ,mem_remote_car_24g_motor3_payload 
-0x45a4 016690 branch remote_car_send_key 
-:      016691 remote_car_send_attack_key5_press:
-0x45a5 016692 jam motor_negative ,mem_remote_car_24g_motor3_payload 
-0x45a6 016693 branch remote_car_send_key 
-:      016695 remote_car_send_fire_key6_press:
-0x45a7 016696 jam 0x01 ,mem_remote_car_24g_fire_send_payload 
-0x45a8 016697 branch remote_car_send_attack 
-:      016699 remote_car_single_motor_key_rel:
-0x45a9 016700 copy queue ,pdata 
-0x45aa 016701 beq 0 ,remote_car_send_motor1_key0_rel 
-0x45ab 016702 beq 1 ,remote_car_send_motor1_key1_rel 
-0x45ac 016703 beq 2 ,remote_car_send_motor2_key2_rel 
-0x45ad 016704 beq 3 ,remote_car_send_motor2_key3_rel 
-0x45ae 016705 rtn 
-:      016707 remote_car_double_motor_key_rel:
-0x45af 016708 copy queue ,pdata 
-0x45b0 016709 beq 0 ,remote_car_send_double_motor_key0_rel 
-0x45b1 016710 beq 1 ,remote_car_send_double_motor_key1_rel 
-0x45b2 016711 beq 2 ,remote_car_send_double_motor_key2_rel 
-0x45b3 016712 beq 3 ,remote_car_send_double_motor_key3_rel 
-0x45b4 016713 rtn 
-:      016715 remote_car_send_motor1_key0_rel:
-:      016716 remote_car_send_motor1_key1_rel:
-0x45b5 016717 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x45b6 016718 branch remote_car_send_key 
-:      016719 remote_car_send_motor2_key2_rel:
-:      016720 remote_car_send_motor2_key3_rel:
-0x45b7 016721 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x45b8 016722 branch remote_car_send_key 
-:      016724 remote_car_send_double_motor_key0_rel:
-:      016725 remote_car_send_double_motor_key1_rel:
-:      016726 remote_car_send_double_motor_key2_rel:
-:      016727 remote_car_send_double_motor_key3_rel:
-0x45b9 016728 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x45ba 016729 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x45bb 016730 branch remote_car_send_key 
-:      016732 remote_car_send_attack_key4_rel:
-:      016733 remote_car_send_attack_key5_rel:
-0x45bc 016734 jam motor_stop ,mem_remote_car_24g_motor3_payload 
-0x45bd 016735 branch remote_car_send_key 
-:      016737 remote_car_send_key:
-0x45be 016738 arg mem_remote_car_24g_motor_packet ,rega 
-0x45bf 016739 branch queue_push 
-:      016740 remote_car_send_attack:
-0x45c0 016741 arg mem_remote_car_24g_fire_packet ,rega 
-0x45c1 016742 branch queue_push 
-:      016744 remote_car_g24_package_data:
-0x45c2 016745 fetch 1 ,mem_remote_car_24g_pair_success_flag 
-0x45c3 016746 beq work_paired ,remote_car_g24_send_empty 
-0x45c4 016747 arg mem_remote_car_24g_tx_temp ,rega 
-0x45c5 016748 call queue_pop 
-0x45c6 016749 nbranch remote_car_moto_data ,user 
-:      016750 remote_car_g24_package_data_continue:
-0x45c7 016751 arg mem_remote_car_24g_tx_temp ,contr 
-0x45c8 016752 ifetch 1 ,contr 
-0x45c9 016753 copy pdata ,rega 
-0x45ca 016754 arg mem_remote_car_24g_tx_temp + 1 ,regb 
-0x45cb 016757 rtn 
-:      016759 remote_car_g24_send_empty:
-0x45cc 016760 jam 0 ,mem_remote_car_24g_pair_success_flag 
-0x45cd 016761 enable user 
-0x45ce 016762 arg 1 ,rega 
-0x45cf 016763 arg mem_remote_car_empty_packet ,regb 
-0x45d0 016764 rtn 
-:      016766 remote_car_moto_data:
-0x45d1 016767 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
-0x45d2 016768 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
-0x45d3 016769 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
-0x45d4 016770 rtn 
-:      016771 remote_car_moto_data_next:
-0x45d5 016772 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
-0x45d6 016773 nbranch remote_car_moto_data_enable_user ,blank 
-0x45d7 016774 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
-0x45d8 016775 nbranch remote_car_moto_data_enable_user ,blank 
-0x45d9 016776 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
-0x45da 016777 nbranch remote_car_moto_data_enable_user ,blank 
-0x45db 016778 rtn 
-:      016779 remote_car_moto_data_enable_user:
-0x45dc 016780 enable user 
-0x45dd 016781 branch remote_car_g24_package_data_continue 
-:      016789 shutter_init:
-0x45de 016790 rtn wake 
-0x45df 016791 hfetch 1 ,core_gpio_sel1 
-0x45e0 016792 and_into 0xfc ,pdata 
-0x45e1 016793 hstore 1 ,core_gpio_sel1 
-0x45e2 016794 setarg shutter_le_before_hibernate 
-0x45e3 016795 store 2 ,mem_cb_before_hibernate 
-0x45e4 016797 setarg shutter_process_lpm_before 
-0x45e5 016798 store 2 ,mem_cb_before_lpm 
-0x45e6 016800 setarg app_enter_hibernate 
-0x45e7 016801 store 2 ,mem_cb_discovry_timeout 
-0x45e8 016803 setarg shutter_process_idle 
-0x45e9 016804 store 2 ,mem_cb_idle_process 
-0x45ea 016806 setarg shutter_process_bb_event 
-0x45eb 016807 store 2 ,mem_cb_bb_event_process 
-0x45ec 016809 setarg shutter_le_scale_lpm_lock 
-0x45ed 016810 store 2 ,mem_cb_check_wakelock 
-0x45ee 016812 setarg ble_shutter_receive_data 
-0x45ef 016813 store 2 ,mem_cb_att_write 
-0x45f0 016815 setarg shutter_le_bb_event_timer 
-0x45f1 016816 store 2 ,mem_cb_event_timer 
-0x45f2 016818 setarg shutter_key_change 
-0x45f3 016819 store 2 ,mem_cb_shutter_keycan 
-0x45f4 016821 setarg shutter_soft_swtich_power_on 
-0x45f5 016822 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
-0x45f6 016823 setarg shutter_soft_swtich_power_off 
-0x45f7 016824 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
-0x45f8 016826 call le_modified_name 
-0x45f9 016827 call shutter_load_bluetooth_config_by_user_config 
-0x45fa 016828 call shutter_init_bluetooth_config 
-0x45fb 016829 call shutter_init_param 
-0x45fc 016830 call keyscan_key_init 
-0x45fd 016831 call shutter_load_buffer_config_form_datarom 
-0x45fe 016832 call queue_init 
-0x45ff 016833 call ui_led_init_global 
-0x4600 016834 call shutter_load_bluetooth_config 
-0x4601 016835 call shutter_load_bluetooth_config_by_eeprom 
-0x4602 016837 bpatch patch1e_5 ,mem_patch1e 
-0x4603 016838 call classic_shutter_load_reconn_info 
-0x4604 016839 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x4605 016840 beq hard_switch ,shutter_hart_swtich_power_on 
-0x4606 016841 fetch 1 ,mem_shutter_soft_switch_button_gpio 
-0x4607 016842 store 1 ,mem_ui_button_gpio 
-0x4608 016843 branch ui_soft_swtich_init 
-:      016846 shutter_hart_swtich_power_on:
-0x4609 016847 jam ui_button_gpio_disable ,mem_ui_button_gpio 
-0x460a 016848 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
-0x460b 016849 branch shutter_start_reconnect 
-:      016853 shutter_le_scale_lpm_lock:
-0x460c 016854 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x460d 016855 beq ss_state_power_off ,app_get_lpm_wake_lock 
-0x460e 016856 call l2cap_malloc_get_full_map 
-0x460f 016857 fetch 1 ,mem_used_map 
-0x4610 016858 nbranch app_get_lpm_wake_lock ,blank 
-0x4611 016859 branch app_put_lpm_wake_lock 
-:      016863 shutter_process_bb_event:
-0x4612 016864 copy regc ,pdata 
-0x4613 016866 beq bt_evt_bb_connected ,classic_shutter_process_baseband_connect 
-0x4614 016867 beq bt_evt_bb_disconnected ,classic_shutter_process_baseband_disconnect 
-0x4615 016868 beq bt_evt_reconn_failed ,classic_shutter_process_reconnect_failed 
-0x4616 016869 beq bt_evt_setup_complete ,classic_shutter_process_setup_complete 
-0x4617 016870 beq bt_evt_hid_connected ,classic_shutter_process_hid_connect 
-0x4618 016871 beq bt_evt_hid_disconnected ,classic_shutter_process_hid_disconnect 
-0x4619 016872 beq bt_evt_hid_handshake ,classic_shutter_process_hid_handshake 
-0x461a 016873 beq bt_evt_reconn_page_timeout ,classic_shutter_process_reconnect_page_timeout 
-0x461b 016874 beq bt_evt_virtual_cable_unplug ,classic_shutter_process_virtual_cable_unplug 
-0x461c 016875 beq bt_evt_remote_unsniff ,classic_shutter_process_remote_unsniff 
-0x461d 016876 beq bt_evt_store_nvram ,classic_shutter_process_store_reconnect_information 
-0x461e 016878 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
-0x461f 016879 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
-0x4620 016880 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
-0x4621 016881 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
-0x4622 016883 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
-0x4623 016884 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
-0x4624 016885 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
-0x4625 016886 rtn 
-:      016891 classic_shutter_process_baseband_connect:
-0x4626 016892 jam 0 ,mem_classic_shutter_hid_disconn_count 
-0x4627 016893 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x4628 016894 rtn 
-:      016897 classic_shutter_process_baseband_disconnect:
-0x4629 016898 call classic_shutter_disconnect_clear_flag 
-0x462a 016899 branch classic_shutter_process_reconnect_failed 
-:      016901 classic_shutter_disconnect_clear_flag:
-0x462b 016902 jam app_handshake_null ,mem_app_handshake_flag 
-0x462c 016903 jam 0 ,mem_hid_handshake_timer_count 
-0x462d 016904 jam 0 ,mem_unsniff2sniff_timer_count 
-0x462e 016905 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x462f 016906 jam 0 ,mem_classic_shutter_hid_disconn_count 
-0x4630 016907 branch queue_init 
-:      016910 classic_shutter_process_reconnect_failed:
-0x4631 016911 call app_disconn_reason_clear 
-0x4632 016912 branch shutter_start_bluetooth_discovery 
-:      016915 classic_shutter_process_setup_complete:
-0x4633 016916 call shutter_stop_bluetooth_discovery 
-0x4634 016917 branch app_led_stop_blink 
-:      016920 classic_shutter_process_hid_connect:
-0x4635 016921 setarg hid_handshake_timeout 
-0x4636 016922 store 1 ,mem_hid_handshake_timer_count 
-0x4637 016923 rtn 
-:      016926 classic_shutter_process_hid_disconnect:
-0x4638 016927 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x4639 016928 setarg flag_shutter_hid_disconn_timeout 
-0x463a 016929 store 1 ,mem_classic_shutter_hid_disconn_count 
-0x463b 016930 rtn 
-:      016933 classic_shutter_process_hid_handshake:
-0x463c 016934 fetch 1 ,mem_app_handshake_flag 
-0x463d 016935 rtneq app_handshake_done 
-0x463e 016936 jam app_handshake_done ,mem_app_handshake_flag 
-0x463f 016937 call app_lpm_mult_enable 
-0x4640 016938 call app_store_reconn_info 
-0x4641 016939 call shutter_stop_bluetooth_discovery 
-0x4642 016940 call app_led_off 
-0x4643 016941 branch app_bt_enter_sniff 
-:      016944 classic_shutter_process_reconnect_page_timeout:
-0x4644 016945 branch classic_shutter_process_reconnect_failed 
-:      016948 classic_shutter_process_virtual_cable_unplug:
-0x4645 016949 setarg flag_shutter_cable_unplug_timeout 
-0x4646 016950 store 1 ,mem_classic_shutter_cable_unplug_conut 
-0x4647 016951 rtn 
-:      016954 classic_shutter_process_remote_unsniff:
-0x4648 016955 branch app_start_auto_sniff 
-:      016959 classic_shutter_process_store_reconnect_information:
-0x4649 016960 arg nvram_eeprom_offset ,regb 
-0x464a 016961 fetch 1 ,mem_nv_data_number 
-0x464b 016962 mul32 pdata ,34 ,temp 
-0x464c 016963 fetch 2 ,mem_nv_data_ptr 
-0x464d 016964 copy pdata ,rega 
-0x464e 016965 branch iicd_write_eep_data 
-:      016967 classic_shutter_load_reconn_info:
-0x464f 016968 arg nvram_eeprom_offset ,regb 
-0x4650 016969 fetch 1 ,mem_shutter_bluetooth_type 
-0x4651 016970 rtnbit0 classic_shutter 
-0x4652 016971 fetch 1 ,mem_nv_data_number 
-0x4653 016972 rtn blank 
-0x4654 016973 mul32 pdata ,34 ,temp 
-0x4655 016974 fetch 2 ,mem_nv_data_ptr 
-0x4656 016975 copy pdata ,rega 
-0x4657 016976 branch iicd_read_eep_data 
-:      016980 ble_shutter_process_baseband_connect:
-0x4658 016981 call shutter_stop_bluetooth_discovery 
-0x4659 016982 setarg 0 
-0x465a 016983 store 2 ,mem_ble_shutter_reconn_timer 
-0x465b 016984 branch app_led_off 
-:      016987 ble_shutter_process_baseband_disconnect:
-0x465c 016988 call queue_init 
-0x465d 016989 jam 0 ,mem_ble_shutter_enable_notify 
-0x465e 016990 branch shutter_start_reconnect 
-:      016993 ble_shutter_process_reconnect_complete:
-0x465f 016994 call queue_init 
-0x4660 016995 jam 1 ,mem_ble_shutter_enable_notify 
-0x4661 016996 fetch 8 ,mem_ble_shutter_interval_min 
-0x4662 016997 store 8 ,mem_le_interval_min 
-0x4663 016998 call app_lpm_mult_enable 
-0x4664 016999 branch le_l2cap_tx_update_req 
-:      017002 ble_shutter_process_parse_connect_parameter_update_response:
-0x4665 017003 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x4666 017004 rtneq ble_signaling_connect_parameter_update_accepted 
-0x4667 017005 fetch 8 ,mem_ble_shutter_interval_min_new 
-0x4668 017006 rtn blank 
-0x4669 017007 store 8 ,mem_le_interval_min 
-0x466a 017008 branch le_l2cap_tx_update_req 
-:      017012 shutter_process_soft_swtich_button_long_press:
-0x466b 017013 branch ui_soft_switch_botton_long_press 
-:      017015 shutter_process_soft_swtich_button_down:
-0x466c 017016 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x466d 017017 rtneq hard_switch 
-0x466e 017018 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x466f 017019 rtnne ss_state_power_on 
-0x4670 017020 call shutter_store_currenct_led_state 
-0x4671 017021 branch app_led_on 
-:      017023 shutter_store_currenct_led_state:
-0x4672 017024 jam 1 ,mem_shutter_soft_swtich_botton_down 
-0x4673 017025 arg 11 ,loopcnt 
-0x4674 017026 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
-0x4675 017027 arg mem_shutter_led_struct_app_led ,contr 
-0x4676 017028 branch memcpy 
-:      017030 shutter_process_soft_swtich_button_up:
-0x4677 017031 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x4678 017032 rtneq hard_switch 
-0x4679 017033 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x467a 017034 beq ss_state_power_on ,shutter_load_currenct_led_state 
-0x467b 017035 branch ui_soft_switch_botton_up 
-:      017037 shutter_load_currenct_led_state:
-0x467c 017038 fetch 1 ,mem_shutter_soft_swtich_botton_down 
-0x467d 017039 rtnne 1 
-0x467e 017040 jam 0 ,mem_shutter_soft_swtich_botton_down 
-0x467f 017041 fetch 2 ,mem_ui_state_map 
-0x4680 017042 bbit1 ui_state_bt_connected ,app_led_off 
-0x4681 017043 bbit1 ui_state_ble_connected ,app_led_off 
-0x4682 017044 arg 11 ,loopcnt 
-0x4683 017045 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
-0x4684 017046 arg mem_shutter_led_struct_app_led ,contw 
-0x4685 017047 branch memcpy 
-:      017052 shutter_le_bb_event_timer:
-0x4686 017054 call shutter_check_sleep_timer 
-0x4687 017057 call shutter_check_power_off_timer 
-0x4688 017060 call classic_shutter_check_unplug_timer 
-0x4689 017061 call classic_shutter_hid_handshake_timer 
-0x468a 017062 call classic_shutter_hid_disconn_timer 
-0x468b 017065 branch ble_shutter_reconn_timer 
-:      017069 shutter_check_sleep_timer:
-0x468c 017070 arg mem_shutter_sleep_timer ,regc 
-0x468d 017071 arg shutter_sleep_timeout ,regb 
-0x468e 017072 branch timer_single_step_2b 
-:      017073 shutter_sleep_timeout:
-0x468f 017074 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
-0x4690 017075 call app_led_off 
-0x4691 017076 call shutter_disconnect_current_connection 
-0x4692 017077 branch shutter_wait_power_off 
-:      017080 shutter_check_power_off_timer:
-0x4693 017081 arg mem_shutter_power_off_timer ,regc 
-0x4694 017082 arg shutter_check_power_off_timeout ,regb 
-0x4695 017083 branch timer_single_step 
-:      017085 shutter_check_power_off_timeout:
-0x4696 017086 fetch 2 ,mem_ui_state_map 
-0x4697 017087 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
-0x4698 017088 bbit1 ui_state_bt_connected ,shutter_wait_power_off 
-0x4699 017089 fetch 1 ,mem_shutter_led_struct_app_led_type 
-0x469a 017090 beq ui_led_state_blink_start ,shutter_wait_power_off 
-0x469b 017091 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
-0x469c 017092 beq ui_led_state_blink_darking ,shutter_wait_power_off 
-0x469d 017093 branch app_enter_hibernate 
-:      017097 classic_shutter_check_unplug_timer:
-0x469e 017098 arg mem_classic_shutter_cable_unplug_conut ,regc 
-0x469f 017099 arg classic_shutter_unplug_timeout ,regb 
-0x46a0 017100 branch timer_single_step 
-:      017102 classic_shutter_unplug_timeout:
-0x46a1 017103 fetch 1 ,mem_control_tasks 
-0x46a2 017104 set1 l2cap_disconnect_interrupt ,pdata 
-0x46a3 017105 set1 l2cap_disconnect_control ,pdata 
-0x46a4 017106 store 1 ,mem_control_tasks 
-0x46a5 017107 rtn 
-:      017109 classic_shutter_hid_handshake_timer:
-0x46a6 017110 arg mem_hid_handshake_timer_count ,regc 
-0x46a7 017111 arg classic_shutter_process_hid_handshake ,regb 
-0x46a8 017112 branch timer_single_step 
-:      017114 classic_shutter_hid_disconn_timer:
-0x46a9 017115 arg mem_classic_shutter_hid_disconn_count ,regc 
-0x46aa 017116 arg app_bt_disconnect ,regb 
-0x46ab 017117 branch timer_single_step 
-:      017122 ble_shutter_reconn_timer:
-0x46ac 017123 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46ad 017124 rtnne ss_state_power_on 
-0x46ae 017125 arg mem_ble_shutter_reconn_timer ,regc 
-0x46af 017126 arg shutter_start_bluetooth_discovery ,regb 
-0x46b0 017127 branch timer_single_step_2b 
-:      017130 shutter_process_idle:
-0x46b1 017131 call shutter_send_data_to_master 
-0x46b2 017132 branch keyscan_key_process 
-:      017135 shutter_process_lpm_before:
-0x46b3 017136 branch keyscan_process_lpm_before 
-:      017138 shutter_le_before_hibernate:
-0x46b4 017139 call gpio_set_before_lpm_common 
-0x46b5 017140 branch shutter_process_lpm_before 
-:      017146 shutter_stop_bluetooth_discovery:
-0x46b6 017147 fetch 1 ,mem_shutter_bluetooth_type 
-0x46b7 017148 bbit1 classic_shutter ,classic_shutter_stop_bluetooth_discovery 
-0x46b8 017149 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
-0x46b9 017150 rtn 
-:      017152 ble_shutter_stop_bluetooth_discovery:
-0x46ba 017153 fetch 2 ,mem_ble_shutter_connect_timeout 
-0x46bb 017154 store 2 ,mem_shutter_sleep_timeout 
-0x46bc 017155 store 2 ,mem_shutter_sleep_timer 
-0x46bd 017156 branch app_ble_stop_adv 
-:      017158 classic_shutter_stop_bluetooth_discovery:
-0x46be 017159 fetch 2 ,mem_classic_shutter_connect_timeout 
-0x46bf 017160 store 2 ,mem_shutter_sleep_timeout 
-0x46c0 017161 store 2 ,mem_shutter_sleep_timer 
-0x46c1 017162 branch app_bt_stop_discovery 
-:      017164 shutter_start_bluetooth_discovery:
-0x46c2 017165 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46c3 017166 rtnne ss_state_power_on 
-0x46c4 017167 fetch 1 ,mem_shutter_bluetooth_type 
-0x46c5 017168 bbit1 classic_shutter ,classic_shutter_start_discovery 
-0x46c6 017169 bbit1 ble_shutter ,ble_shutter_start_discovery 
-0x46c7 017170 rtn 
-:      017172 classic_shutter_start_discovery:
-0x46c8 017173 fetch 2 ,mem_classic_shutter_discovery_timeout ,
-0x46c9 017174 store 2 ,mem_shutter_sleep_timeout 
-0x46ca 017175 store 2 ,mem_shutter_sleep_timer 
-0x46cb 017176 branch app_bt_start_discovery_short 
-:      017178 ble_shutter_start_discovery:
-0x46cc 017179 fetch 2 ,mem_ui_state_map 
-0x46cd 017180 rtnbit1 ui_state_ble_connected 
-0x46ce 017181 fetch 2 ,mem_ble_shutter_discovery_timeout 
-0x46cf 017182 store 2 ,mem_shutter_sleep_timeout 
-0x46d0 017183 store 2 ,mem_shutter_sleep_timer 
-0x46d1 017184 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
-0x46d2 017185 call shutter_ble_adv_interval_set 
-0x46d3 017186 call app_led_start_blink 
-0x46d4 017187 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
-0x46d5 017188 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x46d6 017189 fetch 2 ,mem_ui_state_map 
-0x46d7 017190 rtnbit1 ui_state_ble_adv 
-0x46d8 017191 branch app_ble_start_adv 
-:      017194 shutter_start_reconnect:
-0x46d9 017195 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46da 017196 rtnne ss_state_power_on 
-0x46db 017197 fetch 1 ,mem_shutter_bluetooth_type 
-0x46dc 017198 bbit1 classic_shutter ,classic_shutter_start_reconnect 
-0x46dd 017199 bbit1 ble_shutter ,ble_shutter_start_reconnect 
-0x46de 017200 rtn 
-:      017202 classic_shutter_start_reconnect:
-0x46df 017203 call app_check_reconn_target 
-0x46e0 017204 branch shutter_start_bluetooth_discovery ,blank 
-0x46e1 017205 call app_led_on 
-0x46e2 017206 call app_bt_stop_discovery 
-0x46e3 017207 branch app_bt_start_reconnect 
-:      017209 ble_shutter_start_reconnect:
-0x46e4 017210 fetch 2 ,mem_ble_shutter_reconn_timer 
-0x46e5 017211 fetcht 2 ,mem_ble_shutter_reconn_timeout 
-0x46e6 017212 storet 2 ,mem_ble_shutter_reconn_timer 
-0x46e7 017213 nrtn blank 
-0x46e8 017214 fetch 2 ,mem_ble_shutter_reconn_dav_interval 
-0x46e9 017215 call shutter_ble_adv_interval_set 
-0x46ea 017216 call app_led_start_blink 
-0x46eb 017217 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
-0x46ec 017218 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x46ed 017219 fetch 2 ,mem_ui_state_map 
-0x46ee 017220 rtnbit1 ui_state_ble_adv 
-0x46ef 017221 branch app_ble_start_adv 
-:      017224 shutter_ble_adv_interval_set:
-0x46f0 017225 store 2 ,mem_lpm_interval 
-0x46f1 017226 increase -4 ,pdata 
-0x46f2 017227 store 2 ,mem_le_adv_interval 
-0x46f3 017228 rtn 
-:      017231 shutter_disconnect_current_connection:
-0x46f4 017232 fetch 2 ,mem_ui_state_map 
-0x46f5 017233 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x46f6 017234 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x46f7 017235 branch shutter_stop_bluetooth_discovery 
-:      017239 app_check_reconn_target:
-0x46f8 017240 fetch 1 ,mem_nv_data_number 
-0x46f9 017241 copy pdata ,loopcnt 
-0x46fa 017242 fetch 2 ,mem_nv_data_ptr 
-0x46fb 017243 copy pdata ,rega 
-:      017244 app_check_reconn_target_loop:
-0x46fc 017245 ifetch 2 ,rega 
-0x46fd 017246 beq 0 ,found_reconn_device 
-0x46fe 017247 increase nv_data_len ,rega 
-0x46ff 017248 loop app_check_reconn_target_loop 
-0x4700 017249 branch enable_blank 
-:      017251 found_reconn_device:
-0x4701 017252 ifetch 6 ,contr 
-0x4702 017253 store 6 ,mem_hci_plap 
-0x4703 017254 increase 10 ,contr 
-0x4704 017255 arg mem_link_key ,contw 
-0x4705 017256 call memcpy16 
-0x4706 017257 call check_link_key_load 
-0x4707 017258 branch disable_blank 
-:      017264 shutter_check_data_enable:
-0x4708 017265 call disable_user 
-0x4709 017266 fetch 2 ,mem_ui_state_map 
-0x470a 017267 bbit1 ui_state_bt_connected ,shutter_check_bt_data_enable 
-0x470b 017268 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
-0x470c 017269 rtn 
-:      017271 shutter_check_bt_data_enable:
-0x470d 017272 fetch 1 ,mem_hid_interrupt_state 
-0x470e 017273 rtnne 0x3f 
-0x470f 017274 branch enable_user 
-:      017276 shutter_check_ble_data_enable:
-0x4710 017277 fetch 1 ,mem_ble_shutter_enable_notify 
-0x4711 017278 rtn blank 
-0x4712 017279 branch enable_user 
-:      017284 shutter_check_bluetooth_conn:
-0x4713 017285 call disable_user 
-0x4714 017286 fetch 2 ,mem_ui_state_map 
-0x4715 017287 rtnbit1 ui_state_bt_connected 
-0x4716 017288 rtnbit1 ui_state_ble_connected 
-0x4717 017289 branch enable_user 
-:      017293 shutter_change_bluetooth_status_bt_disconn:
-0x4718 017294 fetch 1 ,mem_shutter_bluetooth_type 
-0x4719 017295 bbit1 classic_shutter ,classic_shutter_change_bluetooth_status_bt_disconn 
-0x471a 017296 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
-0x471b 017297 rtn 
-:      017299 classic_shutter_change_bluetooth_status_bt_disconn:
-0x471c 017300 fetch 1 ,mem_scan_mode 
-0x471d 017301 rtnne 0x03 
-0x471e 017302 branch shutter_start_reconnect 
-:      017304 ble_shutter_change_bluetooth_status_bt_disconn:
-0x471f 017305 branch shutter_start_reconnect 
-:      017308 shutter_check_send_data:
-0x4720 017309 disable user2 
-0x4721 017310 fetch 2 ,mem_shutter_sleep_timeout 
-0x4722 017311 store 2 ,mem_shutter_sleep_timer 
-0x4723 017313 call shutter_check_bluetooth_conn 
-0x4724 017314 branch shutter_change_bluetooth_status_bt_disconn ,user 
-0x4725 017316 call shutter_check_data_enable 
-0x4726 017317 nrtn user 
-0x4727 017318 enable user2 
-0x4728 017319 rtn 
-:      017323 shutter_key_change:
-0x4729 017324 call shutter_check_send_data 
-0x472a 017325 nrtn user2 
-0x472b 017326 deposit rega 
-0x472c 017327 branch shutter_key_release ,blank 
-:      017328 shutter_key_press:
-0x472d 017329 call app_led_on 
-0x472e 017330 arg mem_key0_press ,regc 
-0x472f 017331 branch push_queue_press_or_release 
-:      017333 shutter_key_release:
-0x4730 017334 call app_led_off 
-0x4731 017335 arg mem_key0_release ,regc 
-:      017337 push_queue_press_or_release:
-0x4732 017338 arg max_queue_num ,pdata 
-0x4733 017339 imul32 queue ,pdata 
-0x4734 017340 iadd regc ,regc 
-:      017343 push_buffer_in_queue:
-0x4735 017344 ifetch 1 ,regc 
-0x4736 017345 rtn blank 
-0x4737 017346 call queue_push_one_byte 
-0x4738 017347 increase 1 ,regc 
-0x4739 017348 branch push_buffer_in_queue 
-:      017351 shutter_send_data_to_master:
-0x473a 017352 fetch 2 ,mem_ui_state_map 
-0x473b 017353 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
-0x473c 017354 bbit1 ui_state_bt_connected ,pop_queue_to_classic_data 
-0x473d 017355 rtn 
-:      017357 pop_queue_to_ble_data:
-0x473e 017358 call le_fifo_check_nearly_full 
-0x473f 017359 nrtn blank 
-0x4740 017360 call queue_pop_one_byte 
-0x4741 017361 nrtn user 
-0x4742 017362 pincrease -1 
-0x4743 017363 mul32 pdata ,shutter_ble_data_buffer ,pdata 
-0x4744 017364 arg mem_ble_data_buffer1 ,temp 
-0x4745 017365 iadd temp ,contr 
-:      017366 le_send_notify_from_list:
-0x4746 017367 ifetch 1 ,contr 
-0x4747 017368 copy pdata ,rega 
-0x4748 017369 ifetcht 2 ,contr 
-0x4749 017370 call store_contr 
-0x474a 017371 call le_att_malloc_tx_notify 
-0x474b 017372 copy rega ,loopcnt 
-0x474c 017373 call get_contr 
-0x474d 017374 branch memcpy 
-:      017377 pop_queue_to_classic_data:
-0x474e 017378 call l2cap_malloc_is_fifo_nearly_full 
-0x474f 017379 nrtn blank 
-0x4750 017380 call queue_pop_one_byte 
-0x4751 017381 nrtn user 
-0x4752 017382 pincrease -1 
-0x4753 017383 mul32 pdata ,shutter_classic_data_buffer ,pdata 
-0x4754 017384 arg mem_classic_data_buffer1 ,temp 
-0x4755 017385 iadd temp ,contr 
-0x4756 017386 ifetch 5 ,contr 
-0x4757 017387 store 5 ,mem_classic_data_buffer 
-:      017388 classic_send_hid_data:
-0x4758 017389 fetch 1 ,mem_classic_data_buffer 
-0x4759 017390 copy pdata ,rega 
-0x475a 017391 call hid_malloc_tx_buff 
-0x475b 017392 fetch 2 ,mem_hid_int_remote_cid 
-0x475c 017393 istore 2 ,contw 
-0x475d 017394 setarg 0xa1 
-0x475e 017395 istore 1 ,contw 
-0x475f 017396 fetch 4 ,mem_classic_data_buffer + 1 
-0x4760 017397 istore 9 ,contw 
-0x4761 017398 rtn 
-:      017402 queue_push_one_byte:
-0x4762 017403 store 1 ,mem_pdatatemp 
-0x4763 017404 arg mem_pdatatemp ,rega 
-0x4764 017405 branch queue_push 
-:      017407 queue_pop_one_byte:
-0x4765 017408 arg mem_pdatatemp ,rega 
-0x4766 017409 call queue_pop 
-0x4767 017410 nrtn user 
-0x4768 017411 fetch 1 ,mem_pdatatemp 
-0x4769 017412 rtn 
-:      017415 ble_shutter_receive_data:
-0x476a 017416 fetch 2 ,mem_le_att_handle 
-0x476b 017417 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
-0x476c 017418 rtn 
-:      017420 shutter_init_param:
-0x476d 017421 setarg 0x02 
-0x476e 017422 store 1 ,mem_shutter_power_off_timeout 
-0x476f 017424 setarg 0x00200008 
-0x4770 017425 store 4 ,mem_ble_shutter_interval_min 
-0x4771 017426 setarg 0x012c0005 
-0x4772 017427 istore 4 ,contw 
-0x4773 017430 jam 0x17 ,mem_le_local_mtu 
-0x4774 017433 setarg 0x1b 
-0x4775 017434 store 2 ,mem_le_pairing_handle 
-0x4776 017435 call le_set_config_fixed_ltk 
-0x4777 017436 call le_set_fixed_ltk 
-0x4778 017437 call le_set_justwork 
-0x4779 017438 branch le_set_config_read_authentication 
-:      017441 shutter_load_buffer_config_form_datarom:
-0x477a 017443 arg ble_key_value_list_size ,loopcnt 
-0x477b 017444 arg mem_ble_data_buffer1 ,contw 
-0x477c 017445 arg ble_shutter_key_value_list ,contr 
-0x477d 017446 call memcpy_fast 
-0x477e 017447 arg bt_key_value_list_size ,loopcnt 
-0x477f 017448 arg mem_classic_data_buffer1 ,contw 
-0x4780 017449 arg classic_shutter_key_value_list ,contr 
-0x4781 017450 branch memcpy_fast 
-:      017453 shutter_load_ble_gatt_form_datarom:
-0x4782 017454 arg ble_gatt_list_size ,loopcnt 
-0x4783 017455 arg ble_shutter_gatt_list ,contr 
-0x4784 017456 branch memcpy_fast 
-:      017459 shutter_load_bt_sdp_form_datarom:
-0x4785 017460 arg bt_sdp_list_size ,loopcnt 
-0x4786 017461 arg classic_shutter_sdp_list ,contr 
-0x4787 017462 branch memcpy_fast 
-:      017466 shutter_init_bluetooth_config:
-0x4788 017467 call shutter_check_load_config_flag 
-0x4789 017468 nrtn user 
-0x478a 017469 fetch 1 ,mem_shutter_config_select_gpio1 
-0x478b 017470 call shutter_init_bluetooth_config_gpio_input 
-0x478c 017471 fetch 1 ,mem_shutter_config_select_gpio2 
-0x478d 017472 call shutter_init_bluetooth_config_gpio_input 
-0x478e 017473 fetch 1 ,mem_shutter_config_select_gpio3 
-0x478f 017474 branch shutter_init_bluetooth_config_gpio_input 
-:      017476 shutter_init_bluetooth_config_gpio_input:
-0x4790 017477 rtn blank 
-0x4791 017478 or pdata ,0x80 ,temp 
-0x4792 017479 branch gpio_config_input_nowake 
-:      017482 shutter_load_bluetooth_config:
-0x4793 017483 call shutter_check_load_config_flag 
-0x4794 017484 nrtn user 
-0x4795 017485 call shutter_load_bluetooth_config_label 
-0x4796 017486 branch shutter_load_bluetooth_config_by_otp 
-:      017488 shutter_load_bluetooth_config_label:
-0x4797 017489 arg 0 ,rega 
-0x4798 017490 fetch 1 ,mem_shutter_config_select_gpio1 
-0x4799 017491 call shutter_load_bluetooth_config_read_gpio_input 
-0x479a 017492 nsetflag blank ,0 ,rega 
-0x479b 017493 fetch 1 ,mem_shutter_config_select_gpio2 
-0x479c 017494 call shutter_load_bluetooth_config_read_gpio_input 
-0x479d 017495 nsetflag blank ,1 ,rega 
-0x479e 017496 fetch 1 ,mem_shutter_config_select_gpio3 
-0x479f 017497 call shutter_load_bluetooth_config_read_gpio_input 
-0x47a0 017498 nsetflag blank ,2 ,rega 
-0x47a1 017499 copy rega ,pdata 
-0x47a2 017500 store 1 ,mem_shutter_config_label 
-0x47a3 017501 fetch 1 ,mem_shutter_config_size 
-0x47a4 017502 imul32 rega ,pdata 
-0x47a5 017503 fetcht 2 ,mem_shutter_config_otp_base_address 
-0x47a6 017504 iadd temp ,pdata 
-0x47a7 017505 store 2 ,mem_shutter_config_otp_addr 
-0x47a8 017506 rtn 
-:      017508 shutter_load_bluetooth_config_read_gpio_input:
-0x47a9 017509 rtn blank 
-0x47aa 017510 or pdata ,0x80 ,temp 
-0x47ab 017511 call gpio_get_bit 
-0x47ac 017512 nbranch enable_blank ,true 
-0x47ad 017513 branch disable_blank 
-:      017516 shutter_check_load_config_flag:
-0x47ae 017517 call disable_user 
-0x47af 017518 fetch 1 ,mem_shutter_config_user_size 
-0x47b0 017519 nrtn blank 
-0x47b1 017520 fetch 1 ,mem_shutter_config_enable 
-0x47b2 017521 rtn blank 
-0x47b3 017522 branch enable_user 
-:      017525 shutter_load_bluetooth_config_by_otp:
-0x47b4 017526 call otp_enable_chgpump 
-0x47b5 017527 fetch 2 ,mem_shutter_config_otp_addr 
-0x47b6 017528 arg mem_shutter_config_data_temp ,rega 
-0x47b7 017529 fetcht 1 ,mem_shutter_config_size 
-0x47b8 017530 call otpd_read_data 
-0x47b9 017531 call otp_disable_chgpump 
-:      017532 shutter_load_bluetooth_config_store_name:
-0x47ba 017533 fetch 1 ,mem_shutter_config_data_temp 
-0x47bb 017534 copy pdata ,loopcnt 
-0x47bc 017535 store 1 ,mem_le_name_len 
-0x47bd 017536 call memcpy_fast 
-0x47be 017537 fetch 1 ,mem_shutter_config_data_temp 
-0x47bf 017538 copy pdata ,loopcnt 
-0x47c0 017539 store 1 ,mem_local_name_length 
-0x47c1 017540 call memcpy_fast 
-0x47c2 017541 ifetch 1 ,contr 
-0x47c3 017542 store 1 ,mem_shutter_key_num 
-0x47c4 017543 ifetch 1 ,contr 
-0x47c5 017544 store 1 ,mem_shutter_hard_soft_switch_case 
-0x47c6 017545 rtn 
-:      017548 shutter_load_bluetooth_config_by_eeprom:
-0x47c7 017549 fetch 1 ,mem_shutter_bluetooth_type 
-0x47c8 017550 rtnbit0 classic_shutter 
-0x47c9 017551 arg 3 ,temp 
-0x47ca 017552 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
-0x47cb 017553 copy pdata ,regb 
-0x47cc 017554 arg mem_shutter_config_eeprom_start_flag ,rega 
-0x47cd 017555 call iicd_read_eep_data 
-0x47ce 017556 fetcht 2 ,mem_shutter_config_eeprom_start_flag 
-0x47cf 017557 setarg shutter_eeprom_config_crc 
-0x47d0 017558 isub temp ,null 
-0x47d1 017559 nrtn zero 
-0x47d2 017560 fetch 1 ,mem_shutter_config_user_size 
-0x47d3 017561 rtn blank 
-0x47d4 017562 copy pdata ,temp 
-0x47d5 017563 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
-0x47d6 017564 add pdata ,3 ,regb 
-0x47d7 017565 arg mem_shutter_config_data_temp ,rega 
-0x47d8 017566 call iicd_read_eep_data 
-0x47d9 017567 branch shutter_store_config 
-:      017569 shutter_load_bluetooth_config_by_user_config:
-0x47da 017570 fetch 2 ,mem_shutter_config_user_otp_address 
-0x47db 017571 rtn blank 
-0x47dc 017572 call otp_enable_chgpump 
-0x47dd 017573 arg 1 ,temp 
-0x47de 017574 arg mem_shutter_config_user_size ,rega 
-0x47df 017575 call otpd_read_data 
-0x47e0 017577 fetch 1 ,mem_shutter_config_user_size 
-0x47e1 017578 rtn blank 
-0x47e2 017580 fetch 2 ,mem_shutter_config_user_otp_address 
-0x47e3 017581 pincrease 1 
-0x47e4 017582 arg mem_shutter_config_data_temp ,rega 
-0x47e5 017583 fetcht 1 ,mem_shutter_config_user_size 
-0x47e6 017584 call otpd_read_data 
-0x47e7 017585 call otp_disable_chgpump 
-:      017586 shutter_store_config:
-0x47e8 017587 call shutter_load_bluetooth_config_store_name 
-:      017588 shutter_load_bluetooth_config_custom:
-0x47e9 017589 ifetch 2 ,contr 
-0x47ea 017590 rtn blank 
-0x47eb 017591 copy pdata ,contw 
-0x47ec 017592 ifetcht 1 ,contr 
-0x47ed 017593 copy temp ,loopcnt 
-0x47ee 017594 call memcpy 
-0x47ef 017595 branch shutter_load_bluetooth_config_custom 
-:      017599 shutter_random_mac_addr:
-0x47f0 017600 fetch 1 ,mem_shutter_bluetooth_type 
-0x47f1 017601 rtnbit0 classic_shutter 
-0x47f2 017602 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
-0x47f3 017603 copy pdata ,regb 
-0x47f4 017604 arg 4 ,temp 
-0x47f5 017605 arg mem_shutter_random_mac_data_temp ,rega 
-0x47f6 017606 call iicd_read_eep_data 
-0x47f7 017607 fetch 1 ,mem_shutter_random_mac_data_temp 
-0x47f8 017608 bne 1 ,shutter_write_random_mac_addr_to_eeprom 
-:      017609 shutter_write_random_mac_addr_to_eeprom:
-0x47f9 017610 setarg 1 
-0x47fa 017611 store 1 ,mem_shutter_random_mac_data_temp 
-0x47fb 017612 force 3 ,loopcnt 
-0x47fc 017613 call generate_random_loop 
-0x47fd 017614 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
-0x47fe 017615 copy pdata ,regb 
-0x47ff 017616 arg 4 ,temp 
-0x4800 017617 arg mem_shutter_random_mac_data_temp ,rega 
-0x4801 017618 call iicd_write_eep_data 
-:      017619 shutter_write_random_mac_addr:
-0x4802 017620 fetch 3 ,mem_shutter_random_mac_data_temp + 1 
-0x4803 017621 store 3 ,mem_lap 
-0x4804 017622 store 3 ,mem_le_lap 
-0x4805 017623 rtn 
-:      017626 shutter_soft_swtich_power_on:
-0x4806 017627 branch shutter_start_reconnect 
-:      017630 shutter_soft_swtich_power_off:
-0x4807 017631 arg 0 ,rega 
-0x4808 017632 arg mem_shutter_power_off_led_style ,regc 
-0x4809 017633 call ui_led_set_style_global 
-0x480a 017634 call shutter_disconnect_current_connection 
-:      017635 shutter_wait_power_off:
-0x480b 017636 fetch 1 ,mem_shutter_power_off_timeout 
-0x480c 017637 store 1 ,mem_shutter_power_off_timer 
-0x480d 017638 rtn 
-:      017642 ui_soft_swtich_init:
-0x480e 017643 setarg ss_state_power_up 
-0x480f 017644 call ui_soft_swtich_init_power_on_time 
-0x4810 017645 jam ui_button_state_up ,mem_ui_button_last_state 
-0x4811 017646 call ui_button_init 
-0x4812 017647 call ui_button_polling 
-0x4813 017648 fetch 2 ,mem_ui_state_map 
-0x4814 017649 rtnbit1 ui_state_btn_down 
-0x4815 017650 branch app_enter_hibernate 
-:      017652 ui_soft_swtich_init_power_on_time:
-0x4816 017653 fetcht 2 ,mem_power_param_ptr 
-0x4817 017654 istore 1 ,temp 
-0x4818 017655 ifetch 1 ,contw 
-0x4819 017656 store 1 ,mem_ui_button_timeout 
-0x481a 017657 rtn 
-:      017660 ui_soft_switch_botton_up:
-0x481b 017661 fetch 2 ,mem_power_param_ptr 
-0x481c 017662 ifetch 1 ,pdata 
-0x481d 017663 rtnne ss_state_power_up 
-0x481e 017664 branch app_enter_hibernate 
-:      017667 ui_soft_switch_botton_long_press:
-0x481f 017668 fetcht 2 ,mem_power_param_ptr 
-0x4820 017669 ifetch 1 ,temp 
-0x4821 017670 beq ss_state_power_on ,ui_soft_switch_power_off 
-:      017671 ui_soft_switch_power_on:
-0x4822 017672 setarg ss_state_power_on 
-0x4823 017673 fetcht 2 ,mem_power_param_ptr 
-0x4824 017674 istore 1 ,temp 
-0x4825 017675 add temp ,ss_power_off_time ,contr 
-0x4826 017676 ifetch 1 ,contr 
-0x4827 017677 istore 1 ,mem_ui_button_timeout 
-0x4828 017678 ifetch 2 ,contr 
-0x4829 017679 branch callback_func 
-:      017681 ui_soft_switch_power_off:
-0x482a 017682 setarg ss_state_power_off 
-0x482b 017683 call ui_soft_swtich_init_power_on_time 
-0x482c 017684 add temp ,ss_power_off_cb ,contr 
-0x482d 017685 ifetch 2 ,contr 
-0x482e 017686 branch app_enter_hibernate ,blank 
-0x482f 017687 branch callback_func 
-:      017693 shutter_byteswap:
-0x4830 017694 store 6 ,mem_tmp_buffer 
-0x4831 017695 fetch 1 ,mem_tmp_buffer 
-0x4832 017696 store 1 ,mem_tmp_buffer + 11 
-0x4833 017697 ifetch 1 ,contr 
-0x4834 017698 store 1 ,mem_tmp_buffer + 10 
-0x4835 017699 ifetch 1 ,contr 
-0x4836 017700 store 1 ,mem_tmp_buffer + 9 
-0x4837 017701 ifetch 1 ,contr 
-0x4838 017702 store 1 ,mem_tmp_buffer + 8 
-0x4839 017703 ifetch 1 ,contr 
-0x483a 017704 store 1 ,mem_tmp_buffer + 7 
-0x483b 017705 ifetch 1 ,contr 
-0x483c 017706 store 1 ,mem_tmp_buffer + 6 
-0x483d 017707 fetch 6 ,mem_tmp_buffer + 6 
-0x483e 017708 rtn 
-:      017710 shutter_random_addr_by_otp:
-0x483f 017711 call load_adc_init 
-0x4840 017712 fetch 1 ,mem_1v_adc_io_data 
-0x4841 017713 store 1 ,mem_le_lap 
-0x4842 017714 fetch 1 ,mem_5v_adc_hvin_data 
-0x4843 017715 istore 1 ,contw 
-0x4844 017716 fetch 1 ,mem_3v_adc_vinlpm_data 
-0x4845 017717 istore 1 ,contw 
-0x4846 017718 fetch 3 ,mem_le_lap 
-0x4847 017719 store 3 ,mem_lap 
-0x4848 017720 rtn 
-:      017732 sim_iic_read_eep_data:
-0x4849 017733 fetch 2 ,mem_eeprom_base 
-0x484a 017734 iadd regb ,pdata 
-0x484b 017735 byteswap pdata ,pdata 
-0x484c 017736 store 2 ,mem_addr_mi 
-0x484d 017737 copy temp ,regb 
-0x484e 017739 call sim_iic_start 
-0x484f 017740 setarg 0xa0 
-0x4850 017741 call sim_iic_send_byte 
-0x4851 017742 fetch 1 ,mem_addr_mi 
-0x4852 017743 call sim_iic_send_byte 
-0x4853 017744 bmark1 mark_eeprom_size ,sim_iic_read_eep_data_2k 
-0x4854 017745 fetch 1 ,mem_addr_mi + 1 
-0x4855 017746 call sim_iic_send_byte 
-:      017747 sim_iic_read_eep_data_2k:
-0x4856 017748 call sim_iic_stop 
-0x4857 017750 call sim_iic_start 
-0x4858 017751 setarg 0xa1 
-0x4859 017752 call sim_iic_send_byte 
-:      017754 sim_iic_read_eep_data_loop:
-0x485a 017755 call sim_iic_read_byte 
-0x485b 017756 istore 1 ,rega 
-0x485c 017757 increase 1 ,rega 
-0x485d 017758 increase -1 ,regb 
-0x485e 017759 nbranch sim_iic_read_eep_data_loop ,zero 
-0x485f 017760 branch sim_iic_stop 
-:      017771 sim_iic_write_eep_data:
-0x4860 017772 byteswap regb ,pdata 
-0x4861 017773 store 2 ,mem_addr_mi 
-0x4862 017774 copy temp ,regb 
-0x4863 017776 call sim_iic_start 
-0x4864 017777 setarg 0xa0 
-0x4865 017778 call sim_iic_send_byte 
-0x4866 017780 fetch 1 ,mem_addr_mi 
-0x4867 017781 call sim_iic_send_byte 
-0x4868 017782 bmark1 mark_eeprom_size ,sim_iic_write_eep_data_loop 
-0x4869 017783 fetch 1 ,mem_addr_mi + 1 
-0x486a 017784 call sim_iic_send_byte 
-:      017785 sim_iic_write_eep_data_loop:
-0x486b 017786 ifetch 1 ,rega 
-0x486c 017787 call sim_iic_send_byte 
-0x486d 017788 increase 1 ,rega 
-0x486e 017789 increase -1 ,regb 
-0x486f 017790 nbranch sim_iic_write_eep_data_loop ,zero 
-0x4870 017791 branch sim_iic_stop 
-:      017795 sim_iic_wait_ack:
-0x4871 017796 arg 10 ,loopcnt 
-0x4872 017797 call sim_iic_release_sda 
-0x4873 017798 call sim_iic_scl_output_high 
-0x4874 017799 call sim_iic_delay 
-:      017800 sim_iic_wait_ack_loop:
-0x4875 017801 call sim_iic_read_sda_level 
-0x4876 017802 branch sim_iic_scl_output_low ,blank 
-0x4877 017803 loop sim_iic_wait_ack_loop 
-0x4878 017804 branch sim_iic_scl_output_low 
-:      017808 sim_iic_ack_slave:
-0x4879 017809 call sim_iic_scl_output_low 
-0x487a 017810 call sim_iic_sda_output_low 
-0x487b 017811 call sim_iic_delay 
-0x487c 017812 call sim_iic_scl_output_high 
-0x487d 017813 call sim_iic_delay 
-0x487e 017814 branch sim_iic_scl_output_low 
-:      017819 sim_iic_read_byte:
-0x487f 017820 arg 8 ,loopcnt 
-0x4880 017821 arg 0 ,regc 
-0x4881 017822 call sim_iic_release_sda 
-:      017823 sim_iic_read_byte_loop:
-0x4882 017824 call sim_iic_scl_output_high 
-0x4883 017825 call sim_iic_delay 
-0x4884 017826 lshift regc ,regc 
-0x4885 017827 call sim_iic_read_sda_level 
-0x4886 017828 iadd regc ,regc 
-0x4887 017829 call sim_iic_delay 
-0x4888 017830 call sim_iic_scl_output_low 
-0x4889 017831 loop sim_iic_read_byte_loop 
-0x488a 017832 call sim_iic_ack_slave 
-0x488b 017833 copy regc ,pdata 
-0x488c 017834 rtn 
-:      017838 sim_iic_send_byte:
-0x488d 017839 arg 8 ,loopcnt 
-0x488e 017840 copy pdata ,regc 
-0x488f 017841 call sim_iic_scl_output_low 
-:      017842 sim_iic_send_byte_loop:
-0x4890 017843 isolate1 7 ,regc 
-0x4891 017844 call sim_iic_sda_output_high ,true 
-0x4892 017845 ncall sim_iic_sda_output_low ,true 
-0x4893 017846 lshift regc ,regc 
-0x4894 017847 call sim_iic_delay 
-0x4895 017848 call sim_iic_scl_output_high 
-0x4896 017849 call sim_iic_delay 
-0x4897 017850 call sim_iic_scl_output_low 
-0x4898 017851 call sim_iic_delay 
-0x4899 017852 loop sim_iic_send_byte_loop 
-0x489a 017853 branch sim_iic_wait_ack 
-:      017857 sim_iic_start:
-0x489b 017858 call sim_iic_sda_output_high 
-0x489c 017859 call sim_iic_scl_output_high 
-0x489d 017860 call sim_iic_delay 
-0x489e 017861 call sim_iic_sda_output_low 
-0x489f 017862 call sim_iic_delay 
-0x48a0 017863 branch sim_iic_scl_output_low 
-:      017867 sim_iic_stop:
-0x48a1 017868 call sim_iic_sda_output_low 
-0x48a2 017869 call sim_iic_scl_output_high 
-0x48a3 017870 call sim_iic_delay 
-0x48a4 017871 call sim_iic_sda_output_high 
-0x48a5 017872 branch sim_iic_delay 
-:      017876 sim_iic_scl_output_high:
-0x48a6 017877 enable user 
-0x48a7 017878 fetch 1 ,sim_iic_scl_gpio_num 
-0x48a8 017879 branch sim_iic_config_gpio 
-:      017882 sim_iic_scl_output_low:
-0x48a9 017883 disable user 
-0x48aa 017884 fetch 1 ,sim_iic_scl_gpio_num 
-0x48ab 017885 branch sim_iic_config_gpio 
-:      017888 sim_iic_sda_output_high:
-0x48ac 017889 enable user 
-0x48ad 017890 fetch 1 ,sim_iic_sda_gpio_num 
-0x48ae 017891 branch sim_iic_config_gpio 
-:      017894 sim_iic_sda_output_low:
-0x48af 017895 disable user 
-0x48b0 017896 fetch 1 ,sim_iic_sda_gpio_num 
-0x48b1 017897 branch sim_iic_config_gpio 
-:      017902 sim_iic_config_gpio:
-0x48b2 017903 and pdata ,0x07 ,queue 
-0x48b3 017904 rshift3 pdata ,pdata 
-0x48b4 017905 arg core_gpio_oe0 ,temp 
-0x48b5 017906 iadd temp ,temp 
-0x48b6 017907 ifetch 1 ,temp 
-0x48b7 017908 qset1 pdata 
-0x48b8 017909 istore 1 ,temp 
-0x48b9 017910 increase 4 ,temp 
-0x48ba 017911 ifetch 1 ,temp 
-0x48bb 017912 qsetflag user ,pdata 
-0x48bc 017913 istore 1 ,temp 
-0x48bd 017914 rtn 
-:      017917 sim_iic_release_sda:
-0x48be 017918 fetch 1 ,sim_iic_sda_gpio_num 
-0x48bf 017919 and pdata ,0x07 ,queue 
-0x48c0 017920 rshift3 pdata ,pdata 
-0x48c1 017921 arg core_gpio_oe0 ,temp 
-0x48c2 017922 iadd temp ,temp 
-0x48c3 017923 ifetch 1 ,temp 
-0x48c4 017924 qset0 pdata 
-0x48c5 017925 istore 1 ,temp 
-0x48c6 017926 rtn 
-:      017931 sim_iic_read_sda_level:
-0x48c7 017932 nop 4 
-0x48c8 017933 fetch 1 ,sim_iic_sda_gpio_num 
-0x48c9 017934 and pdata ,0x07 ,queue 
-0x48ca 017935 rshift3 pdata ,pdata 
-0x48cb 017936 arg core_gpio_in ,temp 
-0x48cc 017937 iadd temp ,temp 
-0x48cd 017938 setarg 0 
-0x48ce 017939 ifetcht 1 ,temp 
-0x48cf 017940 qisolate1 temp 
-0x48d0 017941 setflag true ,0 ,pdata 
-0x48d1 017942 rtn 
-:      017945 sim_iic_delay:
-0x48d2 017947 rtn 
-:      017953 usb_isr:
-0x48d3 017954 bpatch patch1e_6 ,mem_patch1e 
-0x48d4 017955 hfetch 1 ,core_usb_status 
-0x48d5 017956 isolate1 7 ,pdata 
-0x48d6 017957 call usb_init ,true 
-0x48d7 017958 call usb_nak_state_judge 
-0x48d8 017959 hfetch 1 ,core_usb_status 
-0x48d9 017960 store 1 ,mem_usb_status 
-0x48da 017961 hfetch 1 ,core_usb_fifo_empty 
-0x48db 017962 store 1 ,mem_usb_fifo_empty 
-0x48dc 017963 hstore 1 ,core_usb_fifo_empty 
-0x48dd 017964 pinvert 
-0x48de 017965 fetcht 1 ,mem_usb_tx_wait 
-0x48df 017966 iand temp ,pdata 
-0x48e0 017967 store 1 ,mem_usb_tx_wait 
-0x48e1 017968 jam 0xe0 ,core_usb_status 
-0x48e2 017969 fetch 1 ,mem_usb_fifo_empty 
-0x48e3 017970 compare 0x1 ,pdata ,0x1 
-0x48e4 017971 call usb0_fifo_empty ,true 
-0x48e5 017972 fetch 1 ,mem_usb_status 
-0x48e6 017973 compare 0x1 ,pdata ,0x1 
-0x48e7 017974 call usb_status1 ,true 
-0x48e8 017975 call usb_tx 
-0x48e9 017976 branch usb_nak_state 
-:      017978 usb_init:
-0x48ea 017979 bpatch patch1e_7 ,mem_patch1e 
-0x48eb 017980 call usb_init_param 
-0x48ec 017981 jam 0x00 ,core_usb_config 
-0x48ed 017982 nop 10000 
-0x48ee 017983 jam 0xc0 ,core_usb_trig 
-0x48ef 017984 hfetch 2 ,core_clkoff 
-0x48f0 017985 set0 clock_off_usb ,pdata 
-0x48f1 017986 hstore 2 ,core_clkoff 
-0x48f2 017987 jam 0x3c ,core_usb_config 
-0x48f3 017988 jam 0xff ,core_usb_status 
-0x48f4 017989 jam 0xff ,core_usb_fifo_empty 
-0x48f5 017990 jam 0 ,core_usb_addr 
-0x48f6 017991 jam dev_default ,mem_usb0_state 
-0x48f7 017992 setarg mem_usb_clear_mem_end 
-0x48f8 017993 arg mem_usb_clear_mem_start ,contw 
-0x48f9 017994 isub contw ,loopcnt 
-0x48fa 017995 branch clear_mem 
-:      017997 usb_offline_check_init:
-0x48fb 017998 fetcht 1 ,mem_usb_offline_check_gpio 
-0x48fc 017999 branch gpio_config_input 
-:      018000 usb_offline_state:
-0x48fd 018001 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x48fe 018002 rtn blank 
-0x48ff 018003 fetcht 1 ,mem_usb_offline_check_gpio 
-0x4900 018004 call gpio_get_bit 
-0x4901 018005 branch usb_init ,true 
-0x4902 018006 rtn 
-:      018009 usb_nak_state:
-0x4903 018010 arg timer_nak ,queue 
-0x4904 018011 call timer_check 
-0x4905 018012 nrtn blank 
-0x4906 018013 fetch 1 ,mem_usb_wakestate_onetime_flag 
-0x4907 018014 nrtn blank 
-0x4908 018015 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x4909 018016 ncall usb_mac_wakeup_judge ,blank 
-0x490a 018017 rtn 
-:      018019 usb_mem_devicedesc_init:
-0x490b 018020 arg mem_devicedesc ,contw 
-0x490c 018021 setsect 0 ,0x11212 
-0x490d 018022 setsect 1 ,0x8000 
-0x490e 018023 setsect 2 ,0x0 
-0x490f 018024 setsect 3 ,0x10000 
-0x4910 018025 istore 9 ,contw 
-0x4911 018026 setsect 0 ,0x22412 
-0x4912 018027 setsect 1 ,0x8604 
-0x4913 018028 setsect 2 ,0x1000 
-0x4914 018029 setsect 3 ,0x8 
-0x4915 018030 istore 9 ,contw 
-0x4916 018031 setsect 0 ,0x1 
-0x4917 018032 istore 1 ,contw 
-0x4918 018033 rtn 
-:      018035 usb_init_param:
-0x4919 018036 jam 2 ,mem_usb0_state 
-0x491a 018037 setarg 0x0 
-0x491b 018038 store 1 ,mem_remain 
-0x491c 018039 store 2 ,mem_usb_zero_packet 
-0x491d 018040 pincrease 1 
-0x491e 018041 store 2 ,mem_usb_ones_packet 
-0x491f 018042 pincrease 1 
-0x4920 018043 store 2 ,mem_usb_two_packet 
-0x4921 018044 setarg hid_kbdata_addr 
-0x4922 018045 store 2 ,mem_hidreportdesc_kb 
-0x4923 018046 setarg hid_msdata_addr 
-0x4924 018047 store 2 ,mem_hidreportdesc_m 
-0x4925 018048 arg mem_confdesc ,contw 
-0x4926 018049 arg hid_confdata_addr ,contr 
-0x4927 018050 call memcpy64 
-0x4928 018051 fetch 1 ,mem_usb_tx_interval 
-0x4929 018052 ncall usb_tx_interval_config ,blank 
-0x492a 018053 branch usb_mem_devicedesc_init 
-:      018055 usb_tx_interval_config:
-0x492b 018056 store 1 ,mem_confdesc + 34 
-0x492c 018057 store 1 ,mem_confdesc + 59 
-0x492d 018058 rtn 
-:      018059 usb_nak_state_judge:
-0x492e 018060 hfetch 1 ,core_usb_status 
-0x492f 018061 bbit1 usb_status_nak ,usb_nak_state_timer_init 
-0x4930 018062 rtn 
-:      018064 usb_nak_state_timer_init:
-0x4931 018065 call usb0_attached_state_judge 
-0x4932 018066 call timer_reinit 
-0x4933 018067 setarg timer_nak_delay 
-0x4934 018068 arg timer_nak ,queue 
-0x4935 018069 branch timer_init 
-:      018071 usb0_attached_state_judge:
-0x4936 018072 fetch 1 ,mem_usb_state 
-0x4937 018073 bne usb_connected ,usb_clear_halt_dispose 
-0x4938 018074 jam 0 ,mem_usb_wakestate_onetime_flag 
-0x4939 018075 jam 0 ,mem_usb_mac_wakeup_trig 
-0x493a 018076 rtn 
-:      018077 usb_clear_halt_dispose:
-0x493b 018078 fetch 1 ,mem_usb_clear_halt 
-0x493c 018079 rtn blank 
-0x493d 018080 jam 0 ,mem_usb_clear_halt 
-0x493e 018081 jam usb_connected ,mem_usb_state 
-0x493f 018082 jam 1 ,mem_usb_device_enumeration_endflag 
-0x4940 018083 rtn 
-:      018085 usb0_fifo_empty:
-0x4941 018086 jam 0x1 ,core_usb_fifo_empty 
-0x4942 018087 branch usb0_tx 
-:      018089 usb_rx_no_data:
-0x4943 018090 fetch 1 ,mem_usb_status 
-0x4944 018091 bbit1 usb_status_setup ,usb_class_type 
-0x4945 018092 rtn 
-:      018094 usb_rx_read:
-0x4946 018095 hfetch 1 ,core_usb_ep 
-0x4947 018096 istore 1 ,contw 
-0x4948 018097 loop usb_rx_read 
-0x4949 018098 rtn 
-:      018100 usb_status1:
-0x494a 018101 bpatch patch1f_0 ,mem_patch1f 
-0x494b 018102 jam 0x11 ,core_usb_status 
-0x494c 018103 hfetch 1 ,core_usb_ep_len 
-0x494d 018104 store 1 ,mem_usb_read_len 
-0x494e 018105 copy pdata ,loopcnt 
-0x494f 018106 branch usb_rx_no_data ,blank 
-0x4950 018107 arg mem_usb_setup ,contw 
-0x4951 018108 call usb_rx_read 
-0x4952 018109 fetch 1 ,mem_usb_read_len 
-0x4953 018110 sub pdata ,7 ,null 
-0x4954 018111 rtn positive 
-:      018112 usb_class_type:
-0x4955 018113 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4956 018114 and_into 0x80 ,pdata 
-0x4957 018115 beq in_device ,usb_in_device 
-0x4958 018116 beq out_device ,usb_out_device 
-0x4959 018117 branch assert 
-:      018119 usb_in_device:
-0x495a 018120 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x495b 018121 rshift4 pdata ,pdata 
-0x495c 018122 rshift pdata ,pdata 
-0x495d 018123 and_into 0x03 ,pdata 
-0x495e 018124 beq standard_req ,usb_in_standard_req 
-0x495f 018125 beq class_req ,usb_in_class_req 
-0x4960 018126 beq manufacturer_req ,usb_in_manufacturer_req 
-0x4961 018127 branch assert 
-:      018129 usb_out_device:
-0x4962 018130 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4963 018131 rshift4 pdata ,pdata 
-0x4964 018132 rshift pdata ,pdata 
-0x4965 018133 and_into 0x03 ,pdata 
-0x4966 018134 beq standard_req ,usb_out_standard_req 
-0x4967 018135 beq class_req ,usb_out_class_req 
-0x4968 018136 beq manufacturer_req ,usb_out_manufacturer_req 
-0x4969 018137 branch assert 
-:      018139 usb_in_standard_req:
-0x496a 018140 fetch 1 ,mem_usb_setup_brequest 
-0x496b 018141 beq get_configuration ,usb0_request_get_configuration 
-0x496c 018142 beq get_descriptor ,usb0_request_get_descriptor 
-0x496d 018143 beq get_interface ,usb0_request_get_interface 
-0x496e 018144 beq get_status ,usb0_request_get_status 
-0x496f 018145 branch usb0_force_stall 
-:      018147 usb_in_class_req:
-0x4970 018148 fetch 1 ,mem_usb_setup_brequest 
-0x4971 018149 beq get_idle ,usb_get_idle 
-0x4972 018150 beq get_report ,usb_get_report 
-0x4973 018151 beq get_protocol ,usb_get_protocol_req 
-0x4974 018152 branch usb0_force_stall 
-:      018154 usb_in_manufacturer_req:
-0x4975 018155 branch usb0_force_stall 
-:      018157 usb_out_standard_req:
-0x4976 018158 fetch 1 ,mem_usb_setup_brequest 
-0x4977 018159 beq clear_feature ,usb0_request_clear_feature 
-0x4978 018160 beq set_feature ,usb0_request_set_feature 
-0x4979 018161 beq set_address ,usb0_request_set_address 
-0x497a 018162 beq set_configuration ,usb0_request_set_configuration 
-0x497b 018163 beq set_interface ,usb0_request_set_interface 
-0x497c 018164 beq set_descriptor ,usb0_force_stall 
-0x497d 018165 branch usb0_force_stall 
-:      018167 usb_out_class_req:
-0x497e 018168 fetch 1 ,mem_usb_setup_brequest 
-0x497f 018169 beq set_idle ,usb_set_idle 
-0x4980 018170 beq set_report ,usb_set_report 
-0x4981 018171 beq set_protocol ,usb_set_protocol_req 
-0x4982 018172 branch usb0_force_stall 
-:      018174 usb_out_manufacturer_req:
-0x4983 018175 branch usb0_force_stall 
-:      018177 usb0_force_stall:
-0x4984 018178 hfetch 1 ,core_usb_stall 
-0x4985 018179 set1 0 ,pdata 
-0x4986 018180 hstore 1 ,core_usb_stall 
-0x4987 018181 branch usb0_reply_zerolen 
-:      018183 usb0_reply_zerolen:
-0x4988 018184 jam 0x40 ,core_usb_clear 
-0x4989 018185 rtn 
-:      018187 usb0_request_get_configuration:
-0x498a 018188 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x498b 018189 bne in_device ,usb0_force_stall 
-0x498c 018190 fetch 1 ,mem_usb_setup_windex 
-0x498d 018191 bne 0 ,usb0_force_stall 
-0x498e 018192 fetch 1 ,mem_usb_setup_windex + 1 
-0x498f 018193 bne 0 ,usb0_force_stall 
-0x4990 018194 fetch 1 ,mem_usb_setup_blength 
-0x4991 018195 bne 1 ,usb0_force_stall 
-0x4992 018196 fetch 1 ,mem_usb_setup_blengthh 
-0x4993 018197 bne 0 ,usb0_force_stall 
-0x4994 018198 fetch 1 ,mem_usb_setup_bvalue 
-0x4995 018199 bne 0 ,usb0_force_stall 
-0x4996 018200 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x4997 018201 bne 0 ,usb0_force_stall 
-0x4998 018202 fetch 1 ,mem_usb0_state 
-0x4999 018203 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
-0x499a 018204 beq dev_address ,usb0_request_get_cfg_dev_addr 
-0x499b 018205 branch usb0_force_stall 
-:      018207 usb0_request_get_cfg_dev_cfg:
-0x499c 018208 arg 1 ,regb 
-0x499d 018209 branch usb_send_ones_packet 
-:      018211 usb0_request_get_cfg_dev_addr:
-0x499e 018212 arg 1 ,regb 
-0x499f 018213 branch usb_send_zero_packet 
-:      018215 usb0_request_get_descriptor:
-0x49a0 018216 bpatch patch1f_1 ,mem_patch1f 
-0x49a1 018217 set0 mark_isstr ,mark 
-0x49a2 018218 fetch 1 ,mem_usb_setup_bvalueh 
-0x49a3 018219 beq dsc_device ,dsc_device_info 
-0x49a4 018220 beq dsc_config ,dsc_config_info 
-0x49a5 018221 beq dsc_string ,dsc_string_info 
-0x49a6 018222 beq dsc_hid ,dsc_hid_info 
-0x49a7 018223 beq dsc_hid_report ,dsc_hid_report_info 
-0x49a8 018224 branch usb0_force_stall 
-:      018226 dsc_hid_info:
-0x49a9 018227 jam 0 ,mem_usb_get_protocol_flag 
-0x49aa 018228 fetch 1 ,mem_usb_setup_windex 
-0x49ab 018229 beq 0 ,dsc_hid_info_interface0 
-0x49ac 018230 beq 1 ,dsc_hid_info_interface1 
-0x49ad 018231 branch usb0_force_stall 
-:      018233 dsc_hid_info_interface0:
-0x49ae 018234 arg mem_confdesc + 19 ,rega 
-0x49af 018235 ifetch 1 ,rega 
-0x49b0 018236 iforce regb 
-0x49b1 018237 branch usb0_respond 
-:      018239 dsc_hid_info_interface1:
-0x49b2 018240 arg mem_confdesc + 44 ,rega 
-0x49b3 018241 ifetch 1 ,rega 
-0x49b4 018242 iforce regb 
-0x49b5 018243 branch usb0_respond 
-:      018245 dsc_device_info:
-0x49b6 018249 fetch 1 ,mem_usb_set_high_addr_flag 
-0x49b7 018250 ncall usb_set_high_addr ,blank 
-0x49b8 018251 setarg mem_devicedesc 
-0x49b9 018252 fetcht 1 ,mem_devicedesc 
-:      018253 dsc_info_set_data_len:
-0x49ba 018254 store 2 ,mem_dsc_info_data_pointer 
-0x49bb 018255 storet 1 ,mem_dsc_info_len 
-0x49bc 018256 fetch 1 ,mem_usb_setup_blength 
-0x49bd 018257 isub temp ,null 
-0x49be 018258 nbranch dsc_info_set_current_data_len ,positive 
-:      018259 dsc_info_set_initial_data_len:
-0x49bf 018260 fetch 1 ,mem_dsc_info_len 
-:      018261 dsc_info_set_data_size_completed:
-0x49c0 018262 iforce regb 
-0x49c1 018263 fetch 2 ,mem_dsc_info_data_pointer 
-0x49c2 018264 add pdata ,1 ,pdata 
-0x49c3 018265 iforce rega 
-0x49c4 018266 branch usb0_respond 
-:      018267 dsc_info_set_current_data_len:
-0x49c5 018268 fetch 1 ,mem_usb_setup_blength 
-0x49c6 018269 branch dsc_info_set_data_size_completed 
-:      018271 usb_set_high_addr:
-0x49c7 018272 hfetch 1 ,core_usb_addr 
-0x49c8 018273 ncall usb0_set_addr ,blank 
-0x49c9 018274 jam 0 ,mem_usb_set_high_addr_flag 
-0x49ca 018275 rtn 
-:      018276 usb0_set_addr:
-0x49cb 018277 hfetch 1 ,core_usb_addr 
-0x49cc 018278 set1 7 ,pdata 
-0x49cd 018279 hstore 1 ,core_usb_addr 
-0x49ce 018280 rtn 
-:      018282 dsc_config_info:
-0x49cf 018283 setarg mem_confdesc 
-0x49d0 018284 fetcht 1 ,mem_confdesc 
-0x49d1 018285 branch dsc_info_set_data_len 
-:      018287 dsc_string_info:
-0x49d2 018288 fetch 1 ,mem_usb_setup_bvalue 
-0x49d3 018289 sub pdata ,3 ,null 
-0x49d4 018290 nbranch usb0_force_stall ,positive 
-0x49d5 018291 fetch 1 ,mem_usb_setup_bvalue 
-0x49d6 018292 arg mem_string0 ,rega 
-0x49d7 018293 beq 0 ,usb0_respond_length 
-0x49d8 018294 set1 mark_isstr ,mark 
-0x49d9 018295 arg mem_string1 ,rega 
-0x49da 018296 beq 1 ,usb0_respond_length 
-0x49db 018297 arg mem_string2 ,rega 
-0x49dc 018298 beq 2 ,usb0_respond_length 
-0x49dd 018299 arg mem_string3 ,rega 
-0x49de 018300 beq 3 ,usb0_respond_length 
-0x49df 018301 rtn 
-:      018303 dsc_hid_report_info:
-0x49e0 018304 fetch 2 ,mem_usb_setup_windex 
-0x49e1 018305 beq 1 ,dsc_hid_report_info0 
-0x49e2 018306 fetch 2 ,mem_hidreportdesc_kb 
-0x49e3 018307 copy pdata ,rega 
-0x49e4 018309 branch usb0_respond_length 
-:      018310 dsc_hid_report_info0:
-0x49e5 018311 jam 1 ,mem_usb_device_enumeration_endflag 
-0x49e6 018312 jam usb_got_report_req ,mem_usb_state 
-0x49e7 018313 fetch 2 ,mem_hidreportdesc_m 
-0x49e8 018314 copy pdata ,rega 
-0x49e9 018316 branch usb0_respond_length 
-:      018319 usb0_request_get_interface:
-0x49ea 018320 fetch 1 ,mem_usb0_state 
-0x49eb 018321 bne dev_configured ,usb0_force_stall 
-0x49ec 018322 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x49ed 018323 bne in_interface ,usb0_force_stall 
-0x49ee 018324 fetch 1 ,mem_usb_setup_bvalue 
-0x49ef 018325 bne 0 ,usb0_force_stall 
-0x49f0 018326 fetch 1 ,mem_usb_setup_bvalueh 
-0x49f1 018327 bne 0 ,usb0_force_stall 
-0x49f2 018328 fetch 1 ,mem_usb_setup_blength 
-0x49f3 018329 bne 1 ,usb0_force_stall 
-0x49f4 018330 fetch 1 ,mem_usb_setup_blengthh 
-0x49f5 018331 bne 0 ,usb0_force_stall 
-0x49f6 018332 fetch 1 ,mem_usb_setup_windex 
-0x49f7 018333 bne 0 ,usb0_force_stall 
-0x49f8 018334 fetch 1 ,mem_usb_setup_windex + 1 
-0x49f9 018335 bne 0 ,usb0_force_stall 
-0x49fa 018336 arg 1 ,regb 
-0x49fb 018337 branch usb_send_zero_packet 
-:      018340 usb0_request_get_status:
-0x49fc 018341 fetch 1 ,mem_usb0_state 
-0x49fd 018342 beq dev_default ,usb0_force_stall 
-0x49fe 018343 fetch 1 ,mem_usb_setup_bvalue 
-0x49ff 018344 bne 0 ,usb0_force_stall 
-0x4a00 018345 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a01 018346 bne 0 ,usb0_force_stall 
-0x4a02 018347 fetch 1 ,mem_usb_setup_blength 
-0x4a03 018348 bne 2 ,usb0_force_stall 
-0x4a04 018349 fetch 1 ,mem_usb_setup_blengthh 
-0x4a05 018350 bne 0 ,usb0_force_stall 
-0x4a06 018351 fetch 1 ,mem_usb_setup_windex + 1 
-0x4a07 018352 bne 0 ,usb0_force_stall 
-0x4a08 018353 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a09 018354 beq in_device ,usb0_get_status_in_device 
-0x4a0a 018355 beq in_interface ,usb0_get_status_in_interface 
-0x4a0b 018356 beq in_endpoint ,usb0_get_status_in_endpoint 
-0x4a0c 018357 branch usb0_force_stall 
-:      018359 usb0_get_status_in_device:
-0x4a0d 018360 fetch 1 ,mem_usb_setup_windex 
-0x4a0e 018361 bne 0 ,usb0_force_stall 
-0x4a0f 018362 arg 2 ,regb 
-0x4a10 018363 fetch 1 ,mem_usb_remote_wakeup 
-0x4a11 018364 beq 0x01 ,usb_send_two_packet 
-:      018366 usb_send_zero_packet:
-0x4a12 018367 arg mem_usb_zero_packet ,rega 
-0x4a13 018368 branch usb0_respond 
-:      018369 usb_send_ones_packet:
-0x4a14 018370 arg mem_usb_ones_packet ,rega 
-0x4a15 018371 branch usb0_respond 
-:      018372 usb_send_two_packet:
-0x4a16 018373 arg mem_usb_two_packet ,rega 
-0x4a17 018374 branch usb0_respond 
-:      018376 usb0_get_status_in_interface:
-0x4a18 018377 fetch 1 ,mem_usb0_state 
-0x4a19 018378 bne dev_configured ,usb0_force_stall 
-0x4a1a 018379 arg 2 ,regb 
-0x4a1b 018380 branch usb_send_zero_packet 
-:      018382 usb0_get_status_in_endpoint:
-0x4a1c 018383 fetch 1 ,mem_usb0_state 
-0x4a1d 018384 bne dev_configured ,usb0_force_stall 
-0x4a1e 018385 fetch 1 ,mem_usb_setup_windex 
-0x4a1f 018386 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
-0x4a20 018387 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
-0x4a21 018388 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
-0x4a22 018389 and_into 0x7f ,pdata 
-0x4a23 018390 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
-0x4a24 018391 branch usb0_force_stall 
-:      018393 usb0_get_status_in_ep_in_ep0:
-0x4a25 018394 fetch 1 ,mem_usb_ep0_stall_status 
-:      018395 usb0_get_status_in_ep_in_ack:
-0x4a26 018396 arg 2 ,regb 
-0x4a27 018397 beq 1 ,usb_send_ones_packet 
-0x4a28 018398 branch usb_send_zero_packet 
-:      018399 usb0_get_status_in_ep_in_ep1:
-0x4a29 018400 fetch 1 ,mem_usb_ep1_stall_status 
-0x4a2a 018401 branch usb0_get_status_in_ep_in_ack 
-:      018402 usb0_get_status_in_ep_in_ep2:
-0x4a2b 018403 fetch 1 ,mem_usb_ep2_stall_status 
-0x4a2c 018404 branch usb0_get_status_in_ep_in_ack 
-:      018405 usb0_get_status_in_ep_in_ep3:
-0x4a2d 018406 fetch 1 ,mem_usb_ep3_stall_status 
-0x4a2e 018407 branch usb0_get_status_in_ep_in_ack 
-:      018409 usb_get_idle:
-0x4a2f 018410 jam 1 ,mem_usb_idle_flag 
-0x4a30 018411 arg mem_usb_idle_rate ,rega 
-0x4a31 018412 arg 1 ,regb 
-0x4a32 018413 branch usb0_respond 
-:      018415 usb_get_report:
-0x4a33 018416 fetch 2 ,mem_usb_setup_bvalue 
-0x4a34 018417 arg pc_get_report ,temp 
-0x4a35 018418 isub temp ,null 
-0x4a36 018419 nbranch usb0_force_stall ,zero 
-0x4a37 018420 set0 mark_isstr ,mark 
-:      018421 usb_get_report_dispose:
-0x4a38 018422 fetch 1 ,mem_usb0_data_ready_report 
-0x4a39 018423 nbranch usb_get_report_data_success ,blank 
-0x4a3a 018424 jam pc_get_nondata ,mem_usb0_get_report_data 
-:      018425 usb_get_report_send_data:
-0x4a3b 018426 fetch 1 ,mem_usb_setup_blength 
-0x4a3c 018427 iforce regb 
-0x4a3d 018428 arg mem_usb0_get_report_data ,rega 
-0x4a3e 018429 call usb0_respond 
-:      018430 usb_get_report_data_release:
-0x4a3f 018431 arg mem_usb0_get_report_data ,contw 
-0x4a40 018432 arg 8 ,loopcnt 
-0x4a41 018433 branch memset0 
-:      018434 usb_get_report_data_success:
-0x4a42 018435 jam 0 ,mem_usb0_data_ready_report 
-0x4a43 018436 jam pc_get_data ,mem_usb0_get_report_data 
-0x4a44 018437 branch usb_get_report_send_data 
-:      018439 usb_get_protocol_req:
-0x4a45 018440 fetch 1 ,mem_usb_setup_blength 
-0x4a46 018441 bne 1 ,usb0_force_stall 
-0x4a47 018442 jam 1 ,mem_usb_get_protocol_flag 
-0x4a48 018443 arg 1 ,regb 
-0x4a49 018444 fetch 1 ,mem_usb_set_protocol_value 
-0x4a4a 018445 beq 0 ,usb_get_report_protocol 
-0x4a4b 018446 beq 1 ,usb_get_boot_protocol 
-0x4a4c 018447 branch usb_send_zero_packet 
-:      018448 usb_get_report_protocol:
-0x4a4d 018449 branch usb_send_ones_packet 
-:      018450 usb_get_boot_protocol:
-0x4a4e 018451 branch usb_send_zero_packet 
-:      018456 usb0_request_clear_feature:
-0x4a4f 018457 fetch 1 ,mem_usb0_state 
-0x4a50 018458 bne dev_configured ,usb0_force_stall 
-0x4a51 018459 fetch 1 ,mem_usb_setup_blength 
-0x4a52 018460 bne 0 ,usb0_force_stall 
-0x4a53 018461 fetch 1 ,mem_usb_setup_blengthh 
-0x4a54 018462 bne 0 ,usb0_force_stall 
-0x4a55 018463 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a56 018464 bne 0 ,usb0_force_stall 
-0x4a57 018465 fetch 1 ,mem_usb_setup_windex + 1 
-0x4a58 018466 bne 0 ,usb0_force_stall 
-0x4a59 018467 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a5a 018468 beq out_device ,usb0_request_clear_feature_out_device 
-0x4a5b 018469 beq out_interface ,usb0_request_clear_feature_out_interface 
-0x4a5c 018470 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
-0x4a5d 018471 branch usb0_force_stall 
-:      018473 usb0_request_clear_feature_out_device:
-0x4a5e 018474 fetch 1 ,mem_usb_setup_bvalue 
-0x4a5f 018475 bne device_remote_wakeup ,usb0_force_stall 
-0x4a60 018476 hfetch 1 ,core_usb_config 
-0x4a61 018477 set0 7 ,pdata 
-0x4a62 018478 hstore 1 ,core_usb_config 
-0x4a63 018479 jam 0 ,mem_usb_remote_wakeup 
-0x4a64 018480 jam 1 ,mem_usb_clear_remote_wakeup 
-0x4a65 018481 branch usb0_reply_zerolen 
-:      018483 usb0_request_clear_feature_out_interface:
-0x4a66 018484 branch usb0_force_stall 
-:      018486 usb0_request_clear_feature_out_endpoint:
-0x4a67 018487 fetch 1 ,mem_usb_setup_bvalue 
-0x4a68 018488 bne endpoint_halt ,usb0_force_stall 
-0x4a69 018489 fetch 1 ,mem_usb_setup_windex 
-0x4a6a 018490 beq in_ep1 ,usb0_force_stall_ep1_in_off 
-0x4a6b 018491 beq in_ep2 ,usb0_force_stall_ep2_in_off 
-0x4a6c 018492 beq in_ep3 ,usb0_force_stall_ep3_in_off 
-0x4a6d 018493 and_into 0x7f ,pdata 
-0x4a6e 018494 beq 0x00 ,usb0_force_stall_ep0_in_off 
-0x4a6f 018495 branch usb0_force_stall 
-:      018497 usb0_force_stall_ep0_in_off:
-0x4a70 018498 jam 0 ,mem_usb_ep0_stall_status 
-0x4a71 018499 branch usb0_reply_zerolen 
-:      018500 usb0_force_stall_ep1_in_off:
-0x4a72 018501 jam 0 ,mem_usb_ep1_stall_status 
-:      018502 usb0_force_stall_ep1_in_off_reply:
-0x4a73 018503 jam 1 ,mem_usb_clear_halt 
-0x4a74 018504 branch usb0_reply_zerolen 
-:      018505 usb0_force_stall_ep2_in_off:
-0x4a75 018506 jam 0 ,mem_usb_ep2_stall_status 
-0x4a76 018507 branch usb0_force_stall_ep1_in_off_reply 
-:      018508 usb0_force_stall_ep3_in_off:
-0x4a77 018509 jam 0 ,mem_usb_ep3_stall_status 
-0x4a78 018510 branch usb0_force_stall_ep1_in_off_reply 
-:      018513 usb0_request_set_feature:
-0x4a79 018514 fetch 1 ,mem_usb_setup_blength 
-0x4a7a 018515 bne 0 ,usb0_force_stall 
-0x4a7b 018516 fetch 1 ,mem_usb_setup_blengthh 
-0x4a7c 018517 bne 0 ,usb0_force_stall 
-0x4a7d 018518 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a7e 018519 beq out_device ,usb0_request_set_feature_out_device 
-0x4a7f 018520 beq out_interface ,usb0_request_set_feature_out_interface 
-0x4a80 018521 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
-0x4a81 018522 branch usb0_force_stall 
-:      018524 usb0_request_set_feature_out_device:
-0x4a82 018525 fetch 1 ,mem_usb_setup_bvalue 
-0x4a83 018526 bne device_remote_wakeup ,usb0_force_stall 
-0x4a84 018527 hfetch 1 ,core_usb_config 
-0x4a85 018528 set1 7 ,pdata 
-0x4a86 018529 hstore 1 ,core_usb_config 
-0x4a87 018530 jam 1 ,mem_usb_remote_wakeup 
-0x4a88 018531 jam usb_sleep ,mem_usb_state 
-0x4a89 018532 jam 0 ,mem_usb_tx_win_enable 
-0x4a8a 018533 call usb0_reply_zerolen 
-:      018534 usb_wakeup_timer_reinit:
-0x4a8b 018535 call timer_reinit 
-0x4a8c 018536 setarg timer_wakeup_delay 
-0x4a8d 018537 arg timer_wakeup ,queue 
-0x4a8e 018538 branch timer_init 
-:      018540 usb0_request_set_feature_out_interface:
-0x4a8f 018541 branch usb0_force_stall 
-:      018543 usb0_request_set_feature_out_endpoint:
-0x4a90 018544 fetch 1 ,mem_usb_setup_bvalue 
-0x4a91 018545 bne endpoint_halt ,usb0_force_stall 
-0x4a92 018546 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a93 018547 bne 0 ,usb0_force_stall 
-0x4a94 018548 fetch 1 ,mem_usb_setup_windex 
-0x4a95 018549 beq in_ep1 ,usb0_force_stall_ep1_in_on 
-0x4a96 018550 beq in_ep2 ,usb0_force_stall_ep2_in_on 
-0x4a97 018551 beq in_ep3 ,usb0_force_stall_ep3_in_on 
-0x4a98 018552 and_into 0x7f ,pdata 
-0x4a99 018553 beq 0x00 ,usb0_force_stall_ep0_in_on 
-0x4a9a 018554 branch usb0_force_stall 
-:      018556 usb0_force_stall_ep0_in_on:
-0x4a9b 018557 jam 1 ,mem_usb_ep0_stall_status 
-0x4a9c 018558 branch usb0_reply_zerolen 
-:      018559 usb0_force_stall_ep1_in_on:
-0x4a9d 018560 jam 1 ,mem_usb_ep1_stall_status 
-0x4a9e 018561 branch usb0_reply_zerolen 
-:      018562 usb0_force_stall_ep2_in_on:
-0x4a9f 018563 jam 1 ,mem_usb_ep2_stall_status 
-0x4aa0 018564 branch usb0_reply_zerolen 
-:      018565 usb0_force_stall_ep3_in_on:
-0x4aa1 018566 jam 1 ,mem_usb_ep3_stall_status 
-0x4aa2 018567 branch usb0_reply_zerolen 
-:      018570 usb0_request_set_address:
-0x4aa3 018571 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4aa4 018572 bne out_device ,usb0_force_stall 
-0x4aa5 018573 fetch 1 ,mem_usb_setup_windex 
-0x4aa6 018574 bne 0 ,usb0_force_stall 
-0x4aa7 018575 fetch 1 ,mem_usb_setup_windex + 1 
-0x4aa8 018576 bne 0 ,usb0_force_stall 
-0x4aa9 018577 fetch 1 ,mem_usb_setup_blength 
-0x4aaa 018578 bne 0 ,usb0_force_stall 
-0x4aab 018579 fetch 1 ,mem_usb_setup_blengthh 
-0x4aac 018580 bne 0 ,usb0_force_stall 
-0x4aad 018581 fetch 1 ,mem_usb_setup_bvalueh 
-0x4aae 018582 bne 0 ,usb0_force_stall 
-0x4aaf 018583 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab0 018584 and_into 0x80 ,pdata 
-0x4ab1 018585 bne 0 ,usb0_force_stall 
-0x4ab2 018586 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab3 018587 bne 0 ,usb_usb0_state_set_dev_addr 
-:      018588 usb_usb0_state_set_dev_default:
-0x4ab4 018589 jam dev_default ,mem_usb0_state 
-:      018590 usb0_request_set_wait_address:
-0x4ab5 018591 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab6 018592 hstore 1 ,core_usb_addr 
-0x4ab7 018593 call usb0_reply_zerolen 
-0x4ab8 018594 jam 1 ,mem_usb_set_high_addr_flag 
-0x4ab9 018595 rtn 
-:      018596 usb_usb0_state_set_dev_addr:
-0x4aba 018597 jam dev_address ,mem_usb0_state 
-0x4abb 018598 branch usb0_request_set_wait_address 
-:      018601 usb0_request_set_configuration:
-0x4abc 018602 fetch 1 ,mem_usb0_state 
-0x4abd 018603 beq dev_default ,usb0_force_stall 
-0x4abe 018604 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4abf 018605 bne out_device ,usb0_force_stall 
-0x4ac0 018606 fetch 1 ,mem_usb_setup_windex 
-0x4ac1 018607 bne 0 ,usb0_force_stall 
-0x4ac2 018608 fetch 1 ,mem_usb_setup_windex + 1 
-0x4ac3 018609 bne 0 ,usb0_force_stall 
-0x4ac4 018610 fetch 1 ,mem_usb_setup_blength 
-0x4ac5 018611 bne 0 ,usb0_force_stall 
-0x4ac6 018612 fetch 1 ,mem_usb_setup_blengthh 
-0x4ac7 018613 bne 0 ,usb0_force_stall 
-0x4ac8 018614 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x4ac9 018615 bne 0 ,usb0_force_stall 
-0x4aca 018616 fetch 1 ,mem_usb_setup_bvalue 
-0x4acb 018617 sub pdata ,usb_max_num_cfg ,null 
-0x4acc 018618 nbranch usb0_force_stall ,positive 
-0x4acd 018619 fetch 1 ,mem_usb0_state 
-0x4ace 018620 beq dev_address ,usb0_request_set_cfg_addr_state 
-0x4acf 018621 beq dev_configured ,usb0_request_set_cfg_cfg_state 
-0x4ad0 018622 branch usb0_force_stall 
-:      018624 usb0_request_set_cfg_addr_state:
-:      018625 usb0_request_set_cfg_cfg_state:
-0x4ad1 018626 fetch 1 ,mem_usb_setup_bvalue 
-0x4ad2 018627 beq 0 ,usb0_request_set_cfg_stay_addr_state 
-0x4ad3 018628 jam dev_configured ,mem_usb0_state 
-0x4ad4 018629 branch usb0_reply_zerolen 
-:      018630 usb0_request_set_cfg_stay_addr_state:
-0x4ad5 018631 jam dev_address ,mem_usb0_state 
-0x4ad6 018632 branch usb0_reply_zerolen 
-:      018635 usb0_request_set_interface:
-0x4ad7 018636 fetch 1 ,mem_usb0_state 
-0x4ad8 018637 bne dev_configured ,usb0_force_stall 
-0x4ad9 018638 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4ada 018639 bne out_interface ,usb0_force_stall 
-0x4adb 018640 fetch 1 ,mem_usb_setup_bvalue 
-0x4adc 018641 bne 0 ,usb0_force_stall 
-0x4add 018642 fetch 1 ,mem_usb_setup_bvalueh 
-0x4ade 018643 bne 0 ,usb0_force_stall 
-0x4adf 018644 fetch 1 ,mem_usb_setup_blength 
-0x4ae0 018645 bne 0 ,usb0_force_stall 
-0x4ae1 018646 fetch 1 ,mem_usb_setup_blengthh 
-0x4ae2 018647 bne 0 ,usb0_force_stall 
-0x4ae3 018648 fetch 1 ,mem_usb_setup_windex 
-0x4ae4 018649 bne 0 ,usb0_force_stall 
-0x4ae5 018650 fetch 1 ,mem_usb_setup_windex + 1 
-0x4ae6 018651 bne 0 ,usb0_force_stall 
-0x4ae7 018652 branch usb0_reply_zerolen 
-:      018655 usb_set_idle:
-0x4ae8 018656 jam 1 ,mem_usb_idle_flag 
-0x4ae9 018657 fetch 1 ,mem_usb_setup_bvalueh 
-0x4aea 018658 store 1 ,mem_usb_idle_rate 
-0x4aeb 018659 fetch 1 ,mem_usb_setup_windex 
-0x4aec 018660 sub pdata ,1 ,null 
-0x4aed 018661 call usb_clear_remote_wakeup_set0 ,zero 
-0x4aee 018662 fetch 1 ,mem_usb_state 
-0x4aef 018663 bne usb_resume ,usb0_reply_zerolen 
-0x4af0 018664 jam usb_connected ,mem_usb_state 
-0x4af1 018665 call usb0_reply_zerolen 
-0x4af2 018666 nop 30000 
-0x4af3 018667 nop 30000 
-0x4af4 018668 rtn 
-:      018669 usb_clear_remote_wakeup_set0:
-0x4af5 018670 jam 1 ,mem_usb_device_enumeration_endflag 
-0x4af6 018671 jam 0 ,mem_usb_clear_remote_wakeup 
-0x4af7 018672 jam usb_resume ,mem_usb_state 
-0x4af8 018673 rtn 
-:      018676 usb_set_report:
-0x4af9 018677 jam 1 ,mem_usb0_get_set_report 
-0x4afa 018678 call usb_set_report_resume_judge 
-0x4afb 018679 fetch 2 ,mem_usb_setup_bvalue 
-0x4afc 018680 store 2 ,mem_usb_setup_bvalue_temp 
-0x4afd 018681 fetch 1 ,mem_usb_setup_blength 
-0x4afe 018682 iforce loopcnt 
-0x4aff 018683 arg mem_usb0_setup ,contr 
-0x4b00 018684 arg mem_usb0_set_report_data ,contw 
-0x4b01 018685 call memcpy 
-0x4b02 018686 branch usb0_reply_zerolen 
-:      018688 usb_set_report_resume_judge:
-0x4b03 018689 fetch 2 ,mem_usb_setup_bvalue 
-0x4b04 018690 arg pc_set_report_bvalue ,temp 
-0x4b05 018691 isub temp ,null 
-0x4b06 018692 nrtn zero 
-0x4b07 018693 fetch 2 ,mem_usb_setup_windex 
-0x4b08 018694 arg pc_set_report_windex ,temp 
-0x4b09 018695 isub temp ,null 
-0x4b0a 018696 nrtn zero 
-0x4b0b 018697 fetch 2 ,mem_usb_setup_blength 
-0x4b0c 018698 arg pc_set_report_blength ,temp 
-0x4b0d 018699 isub temp ,null 
-0x4b0e 018700 nrtn zero 
-0x4b0f 018701 jam 1 ,mem_usb_tx_win_enable 
-0x4b10 018702 rtn 
-:      018705 usb_set_protocol_req:
-0x4b11 018706 fetch 1 ,mem_usb_setup_blength 
-0x4b12 018707 bne 0 ,usb0_force_stall 
-0x4b13 018708 fetch 1 ,mem_usb_setup_bvalue 
-0x4b14 018709 beq boot_protocol ,usb_set_boot_protocol 
-0x4b15 018710 beq report_protocol ,usb_set_report_protocol 
-0x4b16 018711 branch usb0_force_stall 
-:      018712 usb_set_boot_protocol:
-0x4b17 018713 jam 0 ,mem_usb_set_protocol_status 
-0x4b18 018714 jam 1 ,mem_usb_set_protocol_value 
-0x4b19 018715 branch usb0_reply_zerolen 
-:      018716 usb_set_report_protocol:
-0x4b1a 018717 jam 1 ,mem_usb_tx_mac_enable 
-0x4b1b 018718 jam 1 ,mem_usb_set_protocol_status 
-0x4b1c 018719 jam 0 ,mem_usb_set_protocol_value 
-0x4b1d 018720 branch usb0_reply_zerolen 
-:      018723 usb0_respond_length:
-0x4b1e 018724 ifetch 1 ,rega 
-0x4b1f 018725 iforce regb 
-0x4b20 018726 increase 1 ,rega 
-:      018728 usb0_respond:
-0x4b21 018729 bpatch patch1f_2 ,mem_patch1f 
-0x4b22 018730 bmark0 mark_isstr ,usb0_respond0 
-0x4b23 018731 add regb ,1 ,pdata 
-0x4b24 018732 lshift pdata ,pdata 
-0x4b25 018733 hstore 1 ,core_usb_dfifo0 
-0x4b26 018734 jam 3 ,core_usb_dfifo0 
-0x4b27 018735 fetch 1 ,mem_usb_setup_blength 
-0x4b28 018736 increase -2 ,pdata 
-0x4b29 018737 rshift pdata ,pdata 
-0x4b2a 018738 store 1 ,mem_usb_setup_blength 
-0x4b2b 018739 beq 0 ,usb_no_respond_data 
-:      018740 usb0_respond0:
-0x4b2c 018741 fetch 2 ,mem_usb_setup_blength 
-0x4b2d 018742 isub regb ,null 
-0x4b2e 018743 branch usb0_respond1 ,positive 
-0x4b2f 018744 copy pdata ,regb 
-:      018745 usb0_respond1:
-0x4b30 018746 deposit rega 
-0x4b31 018747 store 2 ,mem_bufptr 
-0x4b32 018748 deposit regb 
-0x4b33 018749 store 1 ,mem_remain 
-0x4b34 018750 branch usb0_tx 
-:      018752 usb_no_respond_data:
-0x4b35 018753 arg 0 ,queue 
-0x4b36 018754 branch usb_trig 
-:      018757 usb0_tx:
-0x4b37 018758 bpatch patch1f_3 ,mem_patch1f 
-0x4b38 018759 fetch 1 ,mem_remain 
-0x4b39 018760 rtn blank 
-0x4b3a 018761 copy pdata ,loopcnt 
-0x4b3b 018762 sub pdata ,ep0_packet_size ,null 
-0x4b3c 018763 branch usb0_tx_info ,positive 
-0x4b3d 018764 arg ep0_packet_size ,loopcnt 
-:      018765 usb0_tx_info:
-0x4b3e 018766 fetch 1 ,mem_remain 
-0x4b3f 018767 isub loopcnt ,pdata 
-0x4b40 018768 store 1 ,mem_remain 
-0x4b41 018769 fetch 2 ,mem_bufptr 
-0x4b42 018770 copy pdata ,contr 
-:      018771 usb0_tx0:
-0x4b43 018772 ifetch 1 ,contr 
-0x4b44 018773 hstore 1 ,core_usb_dfifo0 
-0x4b45 018774 bmark0 mark_isstr ,usb0_tx1 
-0x4b46 018775 jam 0 ,core_usb_dfifo0 
-:      018776 usb0_tx1:
-0x4b47 018777 loop usb0_tx0 
-0x4b48 018778 copy contr ,pdata 
-0x4b49 018779 store 2 ,mem_bufptr 
-0x4b4a 018780 arg 0 ,queue 
-0x4b4b 018781 call usb_trig 
-0x4b4c 018782 fetch 1 ,mem_remain 
-0x4b4d 018783 nrtn blank 
-0x4b4e 018784 fetch 1 ,mem_usb_state 
-0x4b4f 018785 rtnne usb_got_report_req 
-0x4b50 018786 jam usb_connected ,mem_usb_state 
-0x4b51 018787 rtn 
-:      018790 usb_tx_ep1:
-0x4b52 018791 arg core_usb_dfifo1 ,rega 
-0x4b53 018792 arg 1 ,queue 
-:      018793 usb_tx_loop:
-0x4b54 018794 ifetch 1 ,contr 
-0x4b55 018795 istore 1 ,rega 
-0x4b56 018796 loop usb_tx_loop 
-:      018797 usb_trig:
-0x4b57 018798 setarg 0 
-0x4b58 018799 qset1 pdata 
-0x4b59 018800 hstore 1 ,core_usb_trig 
-0x4b5a 018801 fetcht 1 ,mem_usb_tx_wait 
-0x4b5b 018802 ior temp ,pdata 
-0x4b5c 018803 store 1 ,mem_usb_tx_wait 
-0x4b5d 018804 rtn 
-:      018806 usb_tx_ep2:
-0x4b5e 018807 arg 2 ,queue 
-0x4b5f 018808 arg core_usb_dfifo2 ,rega 
-0x4b60 018809 branch usb_tx_loop 
-:      018811 usb_tx:
-0x4b61 018812 bpatch patch1f_4 ,mem_patch1f 
-0x4b62 018813 fetch 1 ,mem_usb_tx_enable 
-0x4b63 018814 rtn blank 
-0x4b64 018815 fetch 1 ,mem_usb_tx_wait 
-0x4b65 018816 nbranch usb_inwake_state_tx_dispose ,blank 
-0x4b66 018817 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x4b67 018818 branch usb_tx_fifo_release ,blank 
-0x4b68 018819 fetch 1 ,mem_usb_state 
-0x4b69 018820 beq usb_sleep ,usb_windows_wakeup 
-0x4b6a 018821 bne usb_connected ,usb_tx_fifo_release 
-0x4b6b 018822 fetch 1 ,mem_usb_clear_remote_wakeup 
-0x4b6c 018823 nbranch usb_tx_fifo_release ,blank 
-0x4b6d 018824 call usb_tx_data_ep1 
-0x4b6e 018825 branch usb_tx_data_ep2 
-:      018827 usb_tx_data_ep1:
-0x4b6f 018828 fetch 1 ,mem_usb_tx_enable 
-0x4b70 018829 rtnbit0 1 
-0x4b71 018830 fetch 1 ,mem_usb_tx_wait 
-0x4b72 018831 rtnbit1 1 
-0x4b73 018832 fetch 1 ,mem_usb_tx_enable 
-0x4b74 018833 set0 1 ,pdata 
-0x4b75 018834 store 1 ,mem_usb_tx_enable 
-0x4b76 018835 fetch 1 ,mem_usb_ep1_data 
-0x4b77 018836 rtn blank 
-0x4b78 018837 beq usb_ep1_kb ,usb_tx_kb_normal_data 
-0x4b79 018838 branch assert 
-:      018840 usb_tx_data_ep2:
-0x4b7a 018841 fetch 1 ,mem_usb_tx_enable 
-0x4b7b 018842 rtnbit0 2 
-0x4b7c 018843 fetch 1 ,mem_usb_tx_wait 
-0x4b7d 018844 rtnbit1 2 
-0x4b7e 018845 fetch 1 ,mem_usb_tx_enable 
-0x4b7f 018846 set0 2 ,pdata 
-0x4b80 018847 store 1 ,mem_usb_tx_enable 
-0x4b81 018848 fetch 1 ,mem_usb_ep2_data 
-0x4b82 018849 rtn blank 
-0x4b83 018850 beq usb_ep2_ms ,usb_tx_ms_data 
-0x4b84 018851 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
-0x4b85 018852 branch assert 
-:      018854 usb_tx_fifo_release:
-0x4b86 018856 arg mem_usb_mouse_data ,contw 
-0x4b87 018857 arg 6 ,loopcnt 
-0x4b88 018858 branch memset0 
-:      018860 usb_tx_ms_data:
-0x4b89 018861 fetch 1 ,mem_usb_idle_flag 
-0x4b8a 018862 fetcht 1 ,mem_usb_get_protocol_flag 
-0x4b8b 018863 iand temp ,pdata 
-0x4b8c 018864 branch usb_tx_ms_data_normal_mode ,blank 
-0x4b8d 018865 fetcht 1 ,mem_usb_set_protocol_status 
-0x4b8e 018866 iadd temp ,pdata 
-0x4b8f 018867 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
-0x4b90 018868 branch usb_tx_ms_data_normal_mode 
-:      018870 usb_tx_ms_data_mac_boot_mode:
-0x4b91 018871 jam 0 ,mem_usb_ep2_data 
-:      018872 usb_tx_ms_data_mac_boot_regroup:
-0x4b92 018873 fetch 1 ,mem_usb_mouse_data + 1 
-0x4b93 018874 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x4b94 018875 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x4b95 018876 fetch 1 ,mem_usb_mouse_data + 1 
-0x4b96 018877 store 1 ,mem_usb_mouse_data 
-0x4b97 018878 fetch 1 ,mem_usb_mouse_data + 2 
-0x4b98 018879 istore 1 ,contw 
-0x4b99 018880 fetch 1 ,mem_usb_mouse_data + 4 
-0x4b9a 018881 istore 1 ,contw 
-0x4b9b 018882 fetch 1 ,mem_usb_mouse_data + 6 
-0x4b9c 018883 istore 1 ,contw 
-0x4b9d 018884 arg 4 ,loopcnt 
-0x4b9e 018885 arg mem_usb_mouse_data ,contr 
-0x4b9f 018886 branch usb_tx_ep2 
-:      018888 usb_tx_ms_data_normal_mode:
-0x4ba0 018889 jam 0 ,mem_usb_ep2_data 
-:      018890 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
-0x4ba1 018891 arg 8 ,loopcnt 
-0x4ba2 018892 arg mem_usb_mouse_data ,contr 
-0x4ba3 018893 branch usb_tx_ep2 
-:      018895 usb_tx_kb_multikey_data:
-0x4ba4 018896 jam 0 ,mem_usb_ep2_data 
-0x4ba5 018897 arg 3 ,loopcnt 
-0x4ba6 018898 arg mem_usb_kb_multikey ,contr 
-0x4ba7 018899 branch usb_tx_ep2 
-:      018901 usb_tx_kb_normal_data:
-0x4ba8 018902 jam 0 ,mem_usb_ep1_data 
-0x4ba9 018903 arg 8 ,loopcnt 
-0x4baa 018904 arg mem_usb_kb_data ,contr 
-0x4bab 018905 branch usb_tx_ep1 
-:      018907 usb_inwake_state_tx_dispose:
-0x4bac 018908 fetch 1 ,mem_usb_state 
-0x4bad 018909 beq usb_sleep ,usb_clear_tx_wait 
-0x4bae 018910 beq usb_connected ,usb_mac_wakeup_trig 
-0x4baf 018911 rtn 
-:      018912 usb_clear_tx_wait:
-0x4bb0 018913 jam 0 ,mem_usb_tx_wait 
-0x4bb1 018914 rtn 
-:      018915 usb_mac_wakeup_trig:
-0x4bb2 018916 hfetch 1 ,core_usb_config 
-0x4bb3 018917 set1 7 ,pdata 
-0x4bb4 018918 hstore 1 ,core_usb_config 
-0x4bb5 018919 jam 1 ,mem_usb_mac_wakeup_trig 
-0x4bb6 018920 rtn 
-:      018922 usb_mac_wakeup_judge:
-0x4bb7 018923 fetch 1 ,mem_usb_state 
-0x4bb8 018924 rtneq usb_sleep 
-0x4bb9 018925 beq usb_connected ,usb_mac_wakeup 
-0x4bba 018926 rtn 
-:      018927 usb_mac_wakeup:
-0x4bbb 018928 fetch 1 ,mem_usb_mac_wakeup_trig 
-0x4bbc 018929 rtn blank 
-0x4bbd 018930 jam 1 ,mem_usb_wakestate_onetime_flag 
-0x4bbe 018931 branch usb_wakeup 
-:      018933 usb_windows_wakeup:
-0x4bbf 018934 arg timer_wakeup ,queue 
-0x4bc0 018935 call timer_check 
-0x4bc1 018936 nrtn blank 
-:      018937 usb_wakeup:
-0x4bc2 018938 hfetch 1 ,core_usb_config 
-0x4bc3 018939 rtnbit0 7 
-0x4bc4 018940 jam 0xfc ,core_usb_config 
-0x4bc5 018941 nop 30000 
-0x4bc6 018942 jam 0x3c ,core_usb_config 
-0x4bc7 018943 rtn 
-:      018950 hci_rx_h4:
-0x4bc8 018951 bpatch patch1f_5 ,mem_patch1f 
-0x4bc9 018952 fetch 1 ,mem_hci_cmd 
-0x4bca 018953 nrtn blank 
-:      018954 hci_rx_h4_1:
-0x4bcb 018955 call hci_h4_parse_packet 
-0x4bcc 018956 ncall h4_rx_discard_packet ,user 
-0x4bcd 018957 rtn 
-:      018959 hci_h4_parse_packet:
-0x4bce 018960 bpatch patch1f_6 ,mem_patch1f 
-0x4bcf 018961 copy contru ,rega 
-0x4bd0 018962 arg 4 ,temp 
-0x4bd1 018963 ifetch 1 ,contru 
-0x4bd2 018964 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
-0x4bd3 018965 increase 1 ,temp 
-0x4bd4 018966 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
-0x4bd5 018967 copy contru ,pdata 
-0x4bd6 018968 hstore 2 ,core_uart_rrptr 
-0x4bd7 018969 rtn 
-:      018970 hci_h4_parse_packet_wait_len:
-0x4bd8 018971 hfetch 2 ,core_uart_rxitems 
-0x4bd9 018972 isub temp ,null 
-0x4bda 018973 nbranch hci_h4_parse_packet_wait_len ,positive 
-0x4bdb 018975 disable user 
-0x4bdc 018976 copy rega ,contru 
-0x4bdd 018977 call h4_get_rx_payload_len 
-0x4bde 018978 iadd temp ,temp 
-:      018979 hci_h4_parse_packet_wait:
-0x4bdf 018980 hfetch 2 ,core_uart_rxitems 
-0x4be0 018981 isub temp ,null 
-0x4be1 018982 nbranch hci_h4_parse_packet_wait ,positive 
-0x4be2 018983 copy rega ,contru 
-0x4be3 018984 ifetch 1 ,contru 
-0x4be4 018985 beq hci_h4_type_cmd ,process_hci_cmd 
-0x4be5 018986 branch assert 
-:      018988 h4_rx_discard_packet:
-0x4be6 018989 bpatch patch1f_7 ,mem_patch1f 
-0x4be7 018990 hfetch 2 ,core_uart_rrptr 
-0x4be8 018991 iforce contru 
-0x4be9 018992 call h4_get_rx_payload_len 
-0x4bea 018993 iadd contru ,contru 
-0x4beb 018994 deposit contru 
-0x4bec 018995 hstore 2 ,core_uart_rrptr 
-0x4bed 018996 rtn 
-:      019001 h4_get_rx_payload_len:
-0x4bee 019002 ifetch 1 ,contru 
-0x4bef 019003 increase 2 ,contru 
-0x4bf0 019004 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
-0x4bf1 019005 ifetch 1 ,contru 
-0x4bf2 019006 rtn 
-:      019007 h4_get_rx_payload_len_acl:
-0x4bf3 019008 ifetch 2 ,contru 
-0x4bf4 019009 rtn 
-:      019011 h4_get_tx_ptr:
-0x4bf5 019012 hfetch 2 ,core_uart_twptr 
-0x4bf6 019013 increase -5 ,contwu 
-0x4bf7 019014 iadd contwu ,contwu 
-0x4bf8 019015 rtn 
-:      019017 h4_send_packet_event:
-0x4bf9 019018 arg hci_h4_type_event ,temp 
-0x4bfa 019019 branch h4_send_packet 
-:      019020 h4_send_packet_acl:
-0x4bfb 019021 arg hci_h4_type_acl ,temp 
-:      019022 h4_send_packet:
-0x4bfc 019023 bpatchx patch20_0 ,mem_patch20 
-0x4bfd 019024 increase 1 ,loopcnt 
-0x4bfe 019025 hfetch 2 ,core_uart_twptr 
-0x4bff 019026 copy pdata ,contwu 
-0x4c00 019027 copy loopcnt ,pdata 
-0x4c01 019028 istoret 1 ,contwu 
-0x4c02 019029 increase -1 ,pdata 
-0x4c03 019030 iadd contwu ,contwu 
-0x4c04 019031 copy contwu ,pdata 
-0x4c05 019032 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c06 019033 copy temp ,pdata 
-0x4c07 019034 rtneq hci_h4_type_acl 
-0x4c08 019035 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c09 019036 hstore 2 ,core_uart_twptr 
-0x4c0a 019037 branch h4_send_acl_trigger_clear 
-:      019040 h4_send_acl_trigger_clear:
-0x4c0b 019041 setarg 0 
-0x4c0c 019042 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c0d 019043 rtn 
-:      019050 hci_init:
-0x4c0e 019051 rtn wake 
-0x4c0f 019052 setarg hci_idle_dispatch 
-0x4c10 019053 store 2 ,mem_cb_idle_process 
-0x4c11 019055 setarg uart_baud_115200 
-0x4c12 019056 store uart_baud_len ,mem_baud 
-:      019057 hci_lpm_init:
-0x4c13 019058 setarg mem_h5rx_buf 
-0x4c14 019059 hstore 2 ,core_uart_rsaddr 
-0x4c15 019060 setarg mem_h5rx_buf_end 
-0x4c16 019061 hstore 2 ,core_uart_readdr 
-0x4c17 019062 setarg mem_h5tx_buf 
-0x4c18 019063 hstore 2 ,core_uart_tsaddr 
-0x4c19 019064 call hci_sel_init 
-:      019065 hci_reinit:
-0x4c1a 019066 jam 0x0 ,core_uart_ctrl 
-0x4c1b 019067 setarg mem_h5tx_buf 
-0x4c1c 019068 hstore 2 ,core_uart_twptr 
-0x4c1d 019069 hstore 2 ,core_uart_trptrp 
-0x4c1e 019070 setarg mem_h5rx_buf 
-0x4c1f 019071 hstore 2 ,core_uart_rrptr 
-0x4c20 019072 store 2 ,mem_h5rx_rptr 
-:      019073 hci_init_common:
-0x4c21 019074 hfetch 2 ,core_clkoff 
-0x4c22 019075 set0 clock_off_uart ,pdata 
-0x4c23 019076 hstore 2 ,core_clkoff 
-0x4c24 019077 call uart_set_baud_by_mem 
-0x4c25 019078 jam uartclk_dpll ,core_uart_clksel 
-0x4c26 019079 jam uart_ctrl_h4 ,core_uart_ctrl 
-0x4c27 019080 rtn 
-:      019082 hci_sel_init:
-0x4c28 019083 setarg mem_h5tx_buf_end 
-0x4c29 019084 hstore 2 ,core_uart_teaddr 
-0x4c2a 019085 hfetch 1 ,core_gpio_sel1 
-0x4c2b 019086 or_into 0x07 ,pdata 
-0x4c2c 019087 hstore 1 ,core_gpio_sel1 
-0x4c2d 019088 rtn 
-:      019091 hci_rx_packet:
-0x4c2e 019092 bpatchx patch20_1 ,mem_patch20 
-0x4c2f 019093 hfetch 1 ,core_uart_status 
-0x4c30 019094 iforce regb 
-0x4c31 019095 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
-0x4c32 019096 hfetch 2 ,core_uart_rxitems 
-0x4c33 019097 iforce regc 
-0x4c34 019098 arg 0x44f ,temp 
-0x4c35 019099 isub temp ,null 
-0x4c36 019100 nrtn zero 
-:      019101 hci_rx_packet_cont:
-0x4c37 019102 hfetch 2 ,core_uart_rrptr 
-0x4c38 019103 iforce contru 
-0x4c39 019104 branch hci_rx_h4 
-:      019106 uart_send_byte:
-0x4c3a 019107 hfetcht 1 ,core_uart_status 
-0x4c3b 019108 isolate1 6 ,temp 
-0x4c3c 019109 branch uart_send_byte ,true 
-0x4c3d 019110 hstore 1 ,core_uart_txd 
-0x4c3e 019111 rtn 
-:      019113 process_hci_cmd:
-0x4c3f 019114 bpatchx patch20_2 ,mem_patch20 
-0x4c40 019115 fetch 1 ,mem_hci_cmd 
-0x4c41 019116 branch process_hci_cmd_cont ,blank 
-0x4c42 019117 enable user 
-0x4c43 019118 rtn 
-:      019119 process_hci_cmd_cont:
-0x4c44 019120 ifetch 2 ,contru 
-0x4c45 019121 iforce alarm 
-0x4c46 019122 iforce queue 
-0x4c47 019123 ifetch 1 ,contru 
-0x4c48 019124 iforce temp 
-0x4c49 019125 rshift2 alarm ,pdata 
-0x4c4a 019126 rshift8 pdata ,pdata 
-0x4c4b 019127 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
-0x4c4c 019128 rtn 
-:      019131 phci_grp_vendor_specific:
-0x4c4d 019132 bpatchx patch20_3 ,mem_patch20 
-0x4c4e 019133 deposit queue 
-0x4c4f 019134 beq hci_vendor_cmd_reset ,hci_normal_reply 
-0x4c50 019135 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
-0x4c51 019136 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
-0x4c52 019137 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
-0x4c53 019138 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
-0x4c54 019139 beq hci_vendor_cmd_echo ,hci_normal_reply 
-0x4c55 019140 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
-0x4c56 019141 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
-0x4c57 019143 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
-0x4c58 019144 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
-0x4c59 019145 beq hci_vendor_cmd_patch_sec_init ,phci_grp_vendor_patch_sec_init 
-0x4c5a 019146 beq hci_vendor_cmd_patch_sec ,phci_grp_vendor_patch_sec 
-0x4c5b 019147 branch hci_normal_reply 
-:      019149 phci_grp_vendor_enter_lpm:
-0x4c5c 019150 call hci_normal_reply 
-0x4c5d 019151 call wait_uarttx 
-0x4c5e 019152 call gpio_pu_uart_tx 
-:      019153 hci_enter_lpm:
-0x4c5f 019154 call app_put_lpm_wake_lock 
-0x4c60 019155 call app_l2cap_flow_control_enable 
-0x4c61 019156 branch gpio_rx_config_input_with_pu 
-:      019158 hci_exit_lpm:
-0x4c62 019159 jam hci_rx_ready ,mem_hci_lt_rx_state 
-0x4c63 019160 call app_get_lpm_wake_lock 
-0x4c64 019161 call hci_lpm_init 
-0x4c65 019162 branch app_l2cap_flow_control_disable 
-:      019164 phci_grp_vendor_chipid:
-0x4c66 019165 call hci_get_cmd_complete_ptr 
-0x4c67 019166 hfetch 2 ,core_chipid 
-0x4c68 019167 istore 2 ,contwu 
-0x4c69 019168 force 6 ,loopcnt 
-0x4c6a 019169 branch hci_command_complete 
-:      019171 phci_grp_vendor_baud:
-0x4c6b 019172 ifetch 2 ,contru 
-0x4c6c 019173 store 2 ,mem_baud 
-0x4c6d 019174 hstore 2 ,core_uart_baud 
-0x4c6e 019175 rtn 
-:      019178 phci_grp_vendor_patch_common:
-0x4c6f 019180 ifetch 1 ,contru 
-0x4c70 019181 copy pdata ,temp 
-0x4c71 019182 hstore 1 ,core_ucode_low 
-0x4c72 019183 ifetch 1 ,contru 
-0x4c73 019184 iadd temp ,temp 
-0x4c74 019185 set1 7 ,pdata 
-0x4c75 019186 hstore 1 ,core_ucode_ctrl 
-0x4c76 019187 ifetch 1 ,contru 
-0x4c77 019188 iadd temp ,temp 
-0x4c78 019189 copy pdata ,loopcnt 
-0x4c79 019190 rtn 
-:      019192 phci_grp_vendor_patch:
-0x4c7a 019193 bmark1 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4c7b 019194 call phci_grp_vendor_patch_common 
-:      019195 phci_grp_vendor_patch_loop:
-0x4c7c 019196 ifetch 1 ,contru 
-0x4c7d 019197 hstore 1 ,core_ucode_data 
-0x4c7e 019198 iadd temp ,temp 
-0x4c7f 019199 loop phci_grp_vendor_patch_loop 
-:      019200 phci_grp_vendor_patch_check_sum:
-0x4c80 019201 and temp ,0xff ,temp 
-0x4c81 019202 ifetch 1 ,contru 
-0x4c82 019203 isub temp ,null 
-0x4c83 019204 nbranch phci_grp_vendor_patch_bad ,zero 
-0x4c84 019205 branch hci_normal_reply 
-:      019208 phci_grp_vendor_patch_sec:
-0x4c85 019209 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4c86 019210 call phci_grp_vendor_patch_common 
-0x4c87 019211 store 8 ,mem_pdatatemp 
-:      019212 phci_grp_vendor_patch_sec_loop:
-0x4c88 019213 call do_aes_cbc 
-0x4c89 019214 arg 16 ,loopcnt 
-0x4c8a 019215 arg mem_temp_block0 ,contw 
-0x4c8b 019216 call load_uart_sum_loop 
-0x4c8c 019217 storet 8 ,mem_temp 
-0x4c8d 019218 arg mem_temp_block2 ,contw 
-0x4c8e 019219 call store_aes_result 
-0x4c8f 019220 arg mem_temp_block2 ,rega 
-0x4c90 019221 arg mem_temp_block0 ,regb 
-0x4c91 019222 arg mem_temp_block3 ,contw 
-0x4c92 019223 call xor16 
-0x4c93 019224 arg 16 ,loopcnt 
-0x4c94 019225 arg mem_temp_block3 ,contr 
-0x4c95 019226 call load_ucode_only_loop 
-0x4c96 019227 fetcht 8 ,mem_temp 
-0x4c97 019228 fetch 8 ,mem_pdatatemp 
-0x4c98 019229 increase -16 ,pdata 
-0x4c99 019230 store 8 ,mem_pdatatemp 
-0x4c9a 019231 nbranch phci_grp_vendor_patch_sec_loop ,blank 
-0x4c9b 019232 branch phci_grp_vendor_patch_check_sum 
-:      019234 load_ucode_only_loop:
-0x4c9c 019235 ifetch 1 ,contr 
-0x4c9d 019236 hstore 1 ,core_ucode_data 
-0x4c9e 019237 loop load_ucode_only_loop 
-0x4c9f 019238 rtn 
-:      019240 load_uart_sum_loop:
-0x4ca0 019241 ifetch 1 ,contru 
-0x4ca1 019242 istore 1 ,contw 
-0x4ca2 019243 iadd temp ,temp 
-0x4ca3 019244 loop load_uart_sum_loop 
-0x4ca4 019245 rtn 
-:      019247 phci_grp_vendor_patch_sec_init:
-0x4ca5 019248 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4ca6 019249 arg 0 ,temp 
-0x4ca7 019250 arg 16 ,loopcnt 
-0x4ca8 019251 arg mem_temp_block0 ,contw 
-0x4ca9 019252 call load_uart_sum_loop 
-0x4caa 019253 hfetch 1 ,core_gpio_key2 
-0x4cab 019254 and_into 0xfd ,pdata 
-0x4cac 019255 hstore 1 ,core_gpio_key2 
-0x4cad 019256 arg mem_temp_block0 ,contr 
-0x4cae 019257 arg 16 ,loopcnt 
-0x4caf 019258 call aes_load_data 
-0x4cb0 019259 call aes_init 
-0x4cb1 019260 call aes_clear_data 
-0x4cb2 019261 branch phci_grp_vendor_patch_check_sum 
-:      019264 phci_grp_vendor_done:
-0x4cb3 019265 arg 0x20 ,loopcnt 
-0x4cb4 019266 arg mem_patch00 ,contw 
-0x4cb5 019267 arg 0 ,temp 
-:      019268 phci_grp_vendor_done_loop:
-0x4cb6 019269 ifetch 1 ,contru 
-0x4cb7 019270 istore 1 ,contw 
-0x4cb8 019271 iadd temp ,temp 
-0x4cb9 019272 loop phci_grp_vendor_done_loop 
-0x4cba 019273 and temp ,0xff ,temp 
-0x4cbb 019274 ifetch 1 ,contru 
-0x4cbc 019275 isub temp ,null 
-0x4cbd 019276 nbranch phci_grp_vendor_patch_bad ,zero 
-0x4cbe 019277 jam 0 ,core_ucode_ctrl 
-0x4cbf 019278 call hci_normal_reply 
-0x4cc0 019279 call h4_rx_discard_packet 
-0x4cc1 019280 call clear_key_buf 
-0x4cc2 019281 call wait_uarttx 
-0x4cc3 019282 branch soft_reset 
-:      019284 phci_grp_vendor_patch_bad:
-0x4cc4 019285 jam 0 ,core_ucode_ctrl 
-0x4cc5 019286 branch start 
-:      019288 phci_grp_vendor_bdaddr:
-0x4cc6 019289 ifetch 6 ,contru 
-0x4cc7 019290 store 6 ,mem_lap 
-0x4cc8 019291 branch hci_normal_reply 
-:      019294 phci_grp_vendor_mem:
-0x4cc9 019295 ifetch 1 ,contru 
-0x4cca 019296 store 1 ,mem_hci_curr_len 
-0x4ccb 019297 copy pdata ,loopcnt 
-0x4ccc 019298 ifetch 2 ,contru 
-0x4ccd 019299 store 2 ,mem_hci_curr_target 
-0x4cce 019300 copy pdata ,contw 
-0x4ccf 019301 call uart_copy_rx_bytes 
-0x4cd0 019302 branch hci_normal_reply 
-:      019305 phci_grp_vendor_eep:
-0x4cd1 019306 ifetch 1 ,contru 
-0x4cd2 019307 store 1 ,mem_hci_curr_len 
-0x4cd3 019308 copy pdata ,loopcnt 
-0x4cd4 019309 ifetch 2 ,contru 
-0x4cd5 019310 store 2 ,mem_hci_curr_target 
-0x4cd6 019311 arg mem_l2cap_rxbuff1 ,contw 
-0x4cd7 019312 call uart_copy_rx_bytes 
-0x4cd8 019313 fetcht 1 ,mem_hci_curr_len 
-0x4cd9 019314 arg mem_l2cap_rxbuff1 ,rega 
-0x4cda 019315 fetch 2 ,mem_hci_curr_target 
-0x4cdb 019316 branch iicd_write_ota_data 
-:      019321 hci_normal_reply:
-0x4cdc 019322 force 4 ,loopcnt 
-:      019323 hci_command_complete:
-0x4cdd 019324 call hci_get_payload_ptr 
-0x4cde 019325 force 0x1 ,pdata 
-0x4cdf 019326 istore 1 ,contwu 
-0x4ce0 019327 deposit alarm 
-0x4ce1 019328 istore 3 ,contwu 
-0x4ce2 019329 force hci_event_command_complete ,queue 
-:      019330 hci_send_event:
-0x4ce3 019331 bpatchx patch20_4 ,mem_patch20 
-0x4ce4 019332 call hci_get_packet_ptr 
-0x4ce5 019333 deposit queue 
-0x4ce6 019334 istore 1 ,contwu 
-0x4ce7 019335 deposit loopcnt 
-0x4ce8 019336 istore 1 ,contwu 
-:      019337 hci_send_event_raw:
-0x4ce9 019338 force 5 ,queue 
-0x4cea 019339 increase 2 ,loopcnt 
-:      019340 hci_send_packet:
-0x4ceb 019341 branch h4_send_packet_event 
-:      019343 hci_send_commu_ready_event:
-0x4cec 019344 force hci_event_vendor_specific ,queue 
-0x4ced 019345 call hci_get_payload_ptr 
-0x4cee 019346 setarg hci_vendor_event_commu_ready 
-0x4cef 019347 istore 1 ,contwu 
-0x4cf0 019348 force 1 ,loopcnt 
-0x4cf1 019349 branch hci_send_event 
-:      019351 hci_get_cmd_complete_ptr:
-0x4cf2 019352 force 12 ,contwu 
-0x4cf3 019353 branch hci_get_tx_ptr 
-:      019355 hci_get_payload_ptr:
-0x4cf4 019356 force 8 ,contwu 
-0x4cf5 019357 branch hci_get_tx_ptr 
-:      019359 hci_get_packet_ptr:
-0x4cf6 019360 force 6 ,contwu 
-:      019361 hci_get_tx_ptr:
-0x4cf7 019362 branch h4_get_tx_ptr 
-:      019366 calc_tx_crc16:
-0x4cf8 019367 pulse crc16 
-0x4cf9 019368 enable enable_crc 
-:      019369 crcloop:
-0x4cfa 019370 ifetch 1 ,contwu 
-0x4cfb 019371 inject bucket ,8 
-0x4cfc 019372 loop crcloop 
-0x4cfd 019373 enable enable_parity 
-0x4cfe 019374 inject bucket ,16 
-0x4cff 019375 disable enable_parity 
-0x4d00 019376 disable enable_crc 
-0x4d01 019377 disable crc16 
-0x4d02 019378 byteswap pdata ,pdata 
-0x4d03 019379 rtn 
-:      019383 cmd_exit:
-0x4d04 019384 jam 0 ,mem_hci_cmd 
-0x4d05 019385 rtn 
-:      019386 cmd_check_plap:
-0x4d06 019387 fetch 6 ,mem_hci_plap 
-0x4d07 019388 fetcht 6 ,mem_plap 
-0x4d08 019389 isub temp ,null 
-0x4d09 019390 rtn 
-:      019395 cmd_pair:
-0x4d0a 019396 fetch 1 ,mem_op 
-0x4d0b 019397 bbit1 op_inrand_req ,cmd_pair_passive 
-0x4d0c 019398 call tid_initiate 
-0x4d0d 019399 jam lmp_in_rand ,mem_lmo_opcode2 
-0x4d0e 019400 branch cmd_exit 
-:      019401 cmd_pair_passive:
-0x4d0f 019402 set0 op_inrand_req ,pdata 
-0x4d10 019403 store 1 ,mem_op 
-0x4d11 019404 call lmp_accept_inrand 
-0x4d12 019405 setarg 0 
-0x4d13 019406 setflag master ,smap_lmptid ,pdata 
-0x4d14 019407 store 1 ,mem_lmo_tid2 
-0x4d15 019408 branch cmd_exit 
-0x4d16 019409 rtn 
-:      019410 cmd_in_sniff:
-0x4d17 019411 jam lmp_sniff_req ,mem_lmo_opcode2 
-0x4d18 019412 arg mem_sniff_payload ,contw 
-0x4d19 019413 setarg 0 
-0x4d1a 019414 isolate1 27 ,clke_bt 
-0x4d1b 019415 setflag true ,1 ,pdata 
-0x4d1c 019416 istore 1 ,contw 
-0x4d1d 019417 setarg 0 
-0x4d1e 019418 istore 2 ,contw 
-0x4d1f 019419 fetch 2 ,mem_sniff_param_interval 
-0x4d20 019420 istore 2 ,contw 
-0x4d21 019421 fetch 1 ,mem_sniff_param_attempt 
-0x4d22 019422 istore 2 ,contw 
-0x4d23 019423 fetch 1 ,mem_sniff_param_timeout 
-0x4d24 019424 istore 2 ,contw 
-0x4d25 019425 branch cmd_exit 
-:      019427 cmd_exit_sniff:
-0x4d26 019428 jam lmp_unsniff_req ,mem_lmo_opcode2 
-0x4d27 019429 branch cmd_exit 
-:      019431 hci_idle_dispatch:
-0x4d28 019432 call gpio_check_uart_state 
-0x4d29 019433 rtn true 
-0x4d2a 019434 arg uart_wakeup_rx ,temp 
-0x4d2b 019435 call gpio_get_bit 
-0x4d2c 019436 nbranch uart_wake_up ,true 
-0x4d2d 019437 jam hci_rx_wake ,mem_hci_lt_rx_state 
-0x4d2e 019438 rtn 
-:      019439 uart_wake_up:
-0x4d2f 019440 fetch 1 ,mem_hci_lt_rx_state 
-0x4d30 019441 rtnne hci_rx_wake 
-0x4d31 019442 call hci_exit_lpm 
-0x4d32 019443 branch hci_send_commu_ready_event 
-:      019457 hid_rx_process:
-0x4d33 019458 bpatchx patch20_5 ,mem_patch20 
-0x4d34 019459 fetch 2 ,mem_l2cap_payload_ptr 
-0x4d35 019460 copy pdata ,contr 
-0x4d36 019461 ifetch 1 ,contr 
-0x4d37 019462 and pdata ,0x0f ,temp 
-0x4d38 019463 rshift4 pdata ,pdata 
-0x4d39 019464 beq hid_type_set_idle ,hid_rx_process_handshake 
-0x4d3a 019465 beq hid_type_set_protocol ,hid_rx_process_handshake 
-0x4d3b 019466 beq hid_type_data ,hid_rx_process_data 
-0x4d3c 019467 beq hid_type_set_report ,hid_rx_process_set_report 
-0x4d3d 019468 beq hid_type_control ,hid_rx_process_hid_control 
-0x4d3e 019469 rtn 
-:      019471 hid_rx_process_hid_control:
-0x4d3f 019472 copy temp ,pdata 
-0x4d40 019473 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
-0x4d41 019474 beq hid_control_p_suspend ,hid_rx_process_suspend 
-0x4d42 019475 rtn 
-:      019477 hid_rx_process_virtual_cable_unplug:
-0x4d43 019478 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
-0x4d44 019479 call ui_ipc_send_event 
-0x4d45 019480 fetch 1 ,mem_device_option 
-0x4d46 019481 rtnbit0 dvc_op_mouse 
-0x4d47 019482 copy temp ,pdata 
-0x4d48 019483 beq hid_control_p_virtualcableunplug ,mouse_irtual_cable_unplug 
-0x4d49 019484 rtn 
-:      019485 hid_rx_process_suspend:
-0x4d4a 019486 rtn 
-:      019488 hid_rx_process_set_report:
-0x4d4b 019489 call hid_rx_process_data 
-0x4d4c 019490 arg 0x01 ,rega 
-0x4d4d 019491 call hid_malloc_tx_buff 
-0x4d4e 019492 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4d4f 019493 istore 2 ,contw 
-0x4d50 019494 setarg 0x00 
-0x4d51 019495 istore 1 ,contw 
-0x4d52 019496 rtn 
-:      019498 hid_rx_process_handshake:
-0x4d53 019499 arg 1 ,rega 
-0x4d54 019500 call hid_malloc_tx_buff 
-0x4d55 019501 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4d56 019502 istore 2 ,contw 
-0x4d57 019503 setarg 0 
-0x4d58 019504 istore 1 ,contw 
-0x4d59 019505 jam 1 ,mem_ui_data_txbuff_length 
-0x4d5a 019506 fetch 1 ,mem_hid_control_state 
-0x4d5b 019507 set1 l2cap_channel_hid_handshake_done 
-0x4d5c 019508 store 1 ,mem_hid_control_state 
-0x4d5d 019509 jam bt_evt_hid_handshake ,mem_fifo_temp 
-0x4d5e 019510 branch ui_ipc_send_event 
-:      019512 hid_rx_process_data:
-0x4d5f 019513 ifetch 1 ,contr 
-0x4d60 019514 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
-0x4d61 019515 rtn 
-:      019517 hid_rx_process_data_hid_kb:
-0x4d62 019518 rtn 
-:      019521 hid_malloc_tx_buff:
-0x4d63 019522 call l2cap_malloc 
-0x4d64 019523 copy rega ,temp 
-0x4d65 019524 storet 1 ,mem_ui_data_txbuff_length 
-0x4d66 019525 copy pdata ,contw 
-0x4d67 019526 copy rega ,pdata 
-0x4d68 019527 istore 2 ,contw 
-0x4d69 019528 rtn 
-:      019545 l2cap_init:
-0x4d6a 019546 branch l2cap_init_wake ,wake 
-:      019547 l2cap_init_work:
-0x4d6b 019548 setarg mem_l2cap_xmem_end 
-0x4d6c 019549 arg mem_l2cap_xmem_start ,contw 
-0x4d6d 019550 isub contw ,loopcnt 
-0x4d6e 019551 call clear_mem 
-:      019552 l2cap_init_wake:
-0x4d6f 019553 bpatchx patch20_6 ,mem_patch20 
-0x4d70 019554 setarg mem_sdp_mem_end 
-0x4d71 019555 arg mem_sdp_mem_start ,contw 
-0x4d72 019556 isub contw ,loopcnt 
-0x4d73 019557 call clear_mem 
-0x4d74 019558 setarg mem_l2cap_mem_end 
-0x4d75 019559 arg mem_l2cap_mem_start ,contw 
-0x4d76 019560 isub contw ,loopcnt 
-0x4d77 019561 call clear_mem 
-0x4d78 019562 branch l2cap_lpm_load_txbuf 
-:      019564 process_rx_l2cap_pkt:
-0x4d79 019565 bpatchx patch20_7 ,mem_patch20 
-0x4d7a 019566 copy contr ,temp 
-0x4d7b 019569 copy temp ,contr 
-0x4d7c 019570 ifetch 2 ,contr 
-0x4d7d 019571 store 2 ,mem_l2cap_rx_pkt_length 
-0x4d7e 019572 ifetch 2 ,contr 
-0x4d7f 019573 store 2 ,mem_l2cap_rx_cid 
-0x4d80 019574 deposit contr 
-0x4d81 019575 store 2 ,mem_l2cap_payload_ptr 
-0x4d82 019576 fetch 1 ,memui_reconnect_mode 
-0x4d83 019577 beq no_reconnection ,l2cap_rx_multiplexing 
-0x4d84 019578 branch ml2cap_rx_multiplexing 
-:      019580 l2cap_rx_multiplexing:
-0x4d85 019581 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4d86 019582 branch l2cap_rx_reset_state ,blank 
-0x4d87 019583 bpatchx patch21_0 ,mem_patch21 
-0x4d88 019584 fetch 1 ,mem_l2cap_rx_cid 
-0x4d89 019585 beq l2cap_signal_channel ,l2cap_call_proc_signal 
-:      019586 l2cap_rx_multiplexing0:
-0x4d8a 019587 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
-0x4d8b 019588 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x4d8c 019589 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x4d8d 019590 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x4d8e 019591 branch l2cap_rx_reset_state 
-:      019593 l2cap_check_map:
-0x4d8f 019596 bpatchx patch21_1 ,mem_patch21 
-0x4d90 019597 call l2cap_malloc_get_full_map 
-0x4d91 019598 fetch 1 ,mem_used_map 
-0x4d92 019599 beq 0 ,set_pdata_0 
-0x4d93 019600 beq 1 ,set_pdata_0 
-0x4d94 019601 beq 2 ,set_pdata_0 
-0x4d95 019602 beq 3 ,set_pdata_0 
-0x4d96 019603 beq 0x81 ,set_pdata_0 
-0x4d97 019604 beq 0xc0 ,set_pdata_0 
-0x4d98 019605 beq 0x80 ,set_pdata_0 
-0x4d99 019606 beq 0x40 ,set_pdata_0 
-0x4d9a 019607 rtn 
-:      019609 set_pdata_0:
-0x4d9b 019610 setarg 0 
-0x4d9c 019611 rtn 
-:      019614 l2cap_call_proc_signal:
-0x4d9d 019615 call l2cap_check_map 
-0x4d9e 019616 nrtn blank 
-:      019617 l2cap_call_proc_signal0:
-0x4d9f 019618 call l2cap_malloc_signal_channel 
-0x4da0 019619 call l2cap_process_signal_pkt 
-0x4da1 019620 fetcht 2 ,mem_l2cap_signal_tx_length 
-0x4da2 019621 branch l2cap_call_proc_no_reply ,blank 
-0x4da3 019622 call l2cap_get_signal_tx_buff 
-0x4da4 019623 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4da5 019624 istore 2 ,contw 
-0x4da6 019625 force l2cap_signal_channel ,pdata 
-0x4da7 019626 istore 2 ,contw 
-0x4da8 019627 branch l2cap_rx_reset_state 
-:      019629 l2cap_call_proc_sigal_pending:
-0x4da9 019630 fetch 1 ,mem_l2cap_pending_item 
-0x4daa 019631 rtn blank 
-0x4dab 019632 copy pdata ,rega 
-0x4dac 019633 bpatchx patch21_2 ,mem_patch21 
-0x4dad 019634 fetch 4 ,mem_l2cap_sdpres_delay_time 
-0x4dae 019635 arg 0x100 ,temp 
-0x4daf 019636 iadd temp ,temp 
-0x4db0 019637 copy clkn_bt ,pdata 
-0x4db1 019638 isub temp ,null 
-0x4db2 019639 nrtn positive 
-0x4db3 019640 jam 0 ,mem_l2cap_pending_item 
-0x4db4 019641 copy rega ,pdata 
-0x4db5 019642 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
-0x4db6 019643 branch assert 
-:      019644 l2cap_sdp_conn_succ:
-0x4db7 019645 arg 0 ,debug 
-0x4db8 019646 call l2cap_malloc_signal_channel 
-0x4db9 019647 call restore_l2cap_req_param 
-0x4dba 019648 call l2cap_get_signal_tx_payload 
-0x4dbb 019649 call save_cont_pointers 
-0x4dbc 019650 call send_connection_sdp_res 
-0x4dbd 019651 call l2cap_get_signal_tx_buff 
-0x4dbe 019653 setarg 0x000c 
-0x4dbf 019654 istore 2 ,contw 
-0x4dc0 019655 force l2cap_signal_channel ,pdata 
-0x4dc1 019656 istore 2 ,contw 
-0x4dc2 019657 branch l2cap_rx_reset_state 
-:      019661 l2cap_reset_sdp_map:
-0x4dc3 019662 bpatchx patch21_3 ,mem_patch21 
-0x4dc4 019663 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4dc5 019664 increase 4 ,pdata 
-0x4dc6 019665 rshift4 pdata ,pdata 
-0x4dc7 019666 rshift3 pdata ,pdata 
-0x4dc8 019667 add pdata ,1 ,temp 
-0x4dc9 019668 arg mem_tx_fifo3 ,contr 
-0x4dca 019669 ifetch 3 ,contr 
-0x4dcb 019670 rtn blank 
-0x4dcc 019671 store 3 ,mem_tx_fifo_map_temp 
-0x4dcd 019672 fetch 1 ,mem_tx_fifo_map_temp 
-0x4dce 019673 copy pdata ,rega 
-0x4dcf 019674 call check_l2cap_map 
-0x4dd0 019675 copy regb ,pdata 
-0x4dd1 019676 store 1 ,mem_tx_fifo3 
-0x4dd2 019677 rtn 
-:      019679 check_l2cap_map:
-0x4dd3 019680 arg 0 ,queue 
-0x4dd4 019681 arg 0 ,regb 
-:      019683 check_l2cap_map_loop:
-0x4dd5 019684 sub queue ,7 ,null 
-0x4dd6 019685 nrtn positive 
-0x4dd7 019686 qisolate1 rega 
-0x4dd8 019687 branch check_l2cap_map_used ,true 
-0x4dd9 019688 branch check_l2cap_map_used2 
-:      019690 check_l2cap_map_used:
-0x4dda 019691 copy temp ,pdata 
-0x4ddb 019692 branch check_l2cap_map_used2 ,blank 
-0x4ddc 019693 qset1 regb 
-0x4ddd 019694 increase -1 ,temp 
-:      019696 check_l2cap_map_used2:
-0x4dde 019697 increase 1 ,queue 
-0x4ddf 019698 branch check_l2cap_map_loop 
-:      019700 l2cap_call_proc_sdp:
-0x4de0 019701 call l2cap_malloc_is_fifo_empty 
-0x4de1 019702 nrtn blank 
-0x4de2 019703 call l2cap_check_map 
-0x4de3 019704 nrtn blank 
-0x4de4 019705 call l2cap_malloc_sdp_channel 
-0x4de5 019706 call sdp_process 
-0x4de6 019707 call l2cap_reset_sdp_map 
-0x4de7 019708 branch l2cap_call_proc_sdp_common 
-:      019711 ml2cap_call_proc_sdp:
-0x4de8 019712 call l2cap_malloc_is_fifo_empty 
-0x4de9 019713 nrtn blank 
-0x4dea 019714 call l2cap_malloc_sdp_channel 
-0x4deb 019715 call sdp_process 
-:      019716 l2cap_call_proc_sdp_common:
-0x4dec 019717 call l2cap_get_sdp_tx_buff 
-0x4ded 019718 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4dee 019719 branch l2cap_call_proc_no_reply ,blank 
-0x4def 019720 istore 2 ,contw 
-0x4df0 019721 fetch 2 ,mem_sdp_remote_cid 
-0x4df1 019722 istore 2 ,contw 
-0x4df2 019723 branch l2cap_rx_reset_state 
-:      019725 l2cap_call_proc_hid:
-0x4df3 019726 call hid_rx_process 
-0x4df4 019727 branch l2cap_rx_reset_state 
-:      019729 l2cap_call_proc_rfcomm:
-0x4df5 019730 bpatchx patch21_4 ,mem_patch21 
-0x4df6 019731 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x4df7 019732 call rfcomm_rx_process 
-0x4df8 019733 fetch 1 ,mem_rfcomm_malloc_fail_flag 
-0x4df9 019734 rtneq rfcomm_malloc_fail 
-0x4dfa 019735 branch l2cap_rx_reset_state 
-:      019736 l2cap_call_proc_no_reply:
-0x4dfb 019737 call l2cap_malloc_discard 
-:      019739 l2cap_rx_reset_state:
-0x4dfc 019740 setarg 0 
-0x4dfd 019741 store 2 ,mem_l2cap_rx_pkt_length 
-0x4dfe 019742 store 2 ,mem_l2cap_rx_cid 
-0x4dff 019743 jam l2cap_rx_done ,mem_l2cap_rx_done 
-0x4e00 019744 rtn 
-:      019746 l2cap_process_signal_pkt:
-0x4e01 019747 bpatchx patch21_5 ,mem_patch21 
-0x4e02 019748 call l2cap_get_signal_tx_payload 
-0x4e03 019749 force 0 ,regb 
-0x4e04 019750 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4e05 019751 copy pdata ,regc 
-0x4e06 019752 fetch 2 ,mem_l2cap_payload_ptr 
-0x4e07 019753 iforce contr 
-:      019754 l2cap_process_signal_pkt_loop:
-0x4e08 019755 call l2cap_process_one_signal 
-0x4e09 019756 deposit regc 
-0x4e0a 019757 increase -4 ,regc 
-0x4e0b 019758 increase -4 ,pdata 
-0x4e0c 019759 nbranch l2cap_process_signal_pkt_loop ,blank 
-0x4e0d 019760 copy regb ,pdata 
-0x4e0e 019761 store 2 ,mem_l2cap_signal_tx_length 
-0x4e0f 019762 rtn 
-:      019764 l2cap_process_one_signal:
-0x4e10 019765 bpatchx patch21_6 ,mem_patch21 
-0x4e11 019766 ifetch 1 ,contr 
-0x4e12 019767 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
-0x4e13 019768 beq signal_connect_req ,l2cap_proc_signal_connect_req 
-0x4e14 019769 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
-0x4e15 019770 beq signal_config_req ,l2cap_proc_signal_config_req 
-0x4e16 019771 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
-0x4e17 019772 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
-0x4e18 019773 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
-0x4e19 019774 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x4e1a 019775 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
-0x4e1b 019776 beq signal_info_req ,l2cap_proc_signal_info_req 
-0x4e1c 019777 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
-0x4e1d 019778 call l2cap_reject_command 
-:      019779 l2cap_process_one_signal_rtn:
-0x4e1e 019780 rtn 
-:      019782 l2cap_proc_signal_info_req:
-0x4e1f 019783 ifetch 1 ,contr 
-0x4e20 019784 copy pdata ,queue 
-0x4e21 019785 ifetch 2 ,contr 
-0x4e22 019786 copy pdata ,rega 
-0x4e23 019787 copy regc ,pdata 
-0x4e24 019788 isub rega ,regc 
-0x4e25 019789 setarg signal_info_rsp 
-0x4e26 019790 istore 1 ,contw 
-0x4e27 019791 copy queue ,pdata 
-0x4e28 019792 istore 1 ,contw 
-0x4e29 019793 ifetch 2 ,contr 
-:      019794 l2cap_proc_signal_info_req_reply:
-0x4e2a 019795 beq l2cap_sig_ext_featrue ,l2cap_proc_signal_info_req_ext 
-0x4e2b 019796 beq l2cap_sig_fix_featrue ,l2cap_proc_signal_info_req_fix 
-0x4e2c 019797 rtn 
-:      019798 l2cap_proc_signal_info_req_ext:
-0x4e2d 019799 setarg 0x020008 
-0x4e2e 019800 istore 6 ,contw 
-0x4e2f 019801 setarg 0x0280 
-0x4e30 019802 istore 4 ,contw 
-0x4e31 019803 force 12 ,pdata 
-0x4e32 019804 branch l2cap_proc_signal_info_req_common 
-:      019805 l2cap_proc_signal_info_req_fix:
-0x4e33 019806 setarg 0x3000c 
-0x4e34 019807 istore 6 ,contw 
-0x4e35 019808 setarg 0x0006 
-0x4e36 019809 istore 8 ,contw 
-0x4e37 019810 force 16 ,pdata 
-:      019811 l2cap_proc_signal_info_req_common:
-0x4e38 019812 iadd regb ,regb 
-0x4e39 019813 branch l2cap_process_one_signal_rtn 
-:      019815 ml2cap_proc_signal_info_req:
-0x4e3a 019816 ifetch 1 ,contr 
-0x4e3b 019817 copy pdata ,queue 
-0x4e3c 019818 ifetch 2 ,contr 
-0x4e3d 019819 copy pdata ,rega 
-0x4e3e 019820 ifetch 2 ,contr 
-0x4e3f 019821 store 2 ,mem_temp 
-0x4e40 019822 copy regc ,pdata 
-0x4e41 019823 isub rega ,regc 
-0x4e42 019824 call l2cap_get_signal_tx_payload 
-0x4e43 019825 setarg signal_info_rsp 
-0x4e44 019826 istore 1 ,contw 
-0x4e45 019827 copy queue ,pdata 
-0x4e46 019828 istore 1 ,contw 
-0x4e47 019829 fetch 2 ,mem_temp 
-0x4e48 019830 branch l2cap_proc_signal_info_req_reply 
-:      019834 l2cap_proc_signal_cmd_reject:
-0x4e49 019835 ifetch 1 ,contr 
-0x4e4a 019836 copy pdata ,queue 
-0x4e4b 019837 ifetch 2 ,contr 
-0x4e4c 019838 copy pdata ,rega 
-0x4e4d 019839 iadd contr ,contr 
-0x4e4e 019840 copy regc ,pdata 
-0x4e4f 019841 isub rega ,regc 
-:      019842 l2cap_proc_signal_cmd_reject_rtn:
-0x4e50 019843 branch l2cap_process_one_signal_rtn 
-:      019845 l2cap_proc_signal_connect_req:
-0x4e51 019846 call save_cont_pointers 
-0x4e52 019849 call load_cont_pointers 
-0x4e53 019850 arg 0 ,debug 
-0x4e54 019851 ifetch 1 ,contr 
-0x4e55 019852 copy pdata ,queue 
-0x4e56 019853 ifetch 2 ,contr 
-0x4e57 019854 copy pdata ,rega 
-0x4e58 019855 ifetch 2 ,contr 
-0x4e59 019856 copy pdata ,temp 
-0x4e5a 019857 ifetch 2 ,contr 
-0x4e5b 019858 copy pdata ,timeup 
-0x4e5c 019859 bpatchx patch21_7 ,mem_patch21 
-0x4e5d 019860 copy temp ,pdata 
-0x4e5e 019861 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
-0x4e5f 019862 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
-0x4e60 019863 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
-0x4e61 019864 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
-0x4e62 019865 call l2cap_reject_command 
-0x4e63 019866 branch l2cap_proc_signal_connect_req_rtn 
-:      019868 l2cap_proc_signal_connect_req_sdp:
-0x4e64 019869 call save_cont_pointers 
-0x4e65 019870 arg l2cap_sdp_channel ,temp 
-0x4e66 019871 fetch 2 ,mem_sdp_remote_cid 
-0x4e67 019872 nbranch already_connected ,blank 
-0x4e68 019873 copy timeup ,pdata 
-0x4e69 019874 store 2 ,mem_sdp_remote_cid 
-0x4e6a 019875 copy clkn_bt ,pdata 
-0x4e6b 019876 store 4 ,mem_l2cap_sdpres_delay_time 
-0x4e6c 019877 call store_l2cap_req_param 
-0x4e6d 019878 branch send_connection_pending 
-:      019880 store_l2cap_req_param:
-0x4e6e 019881 storet 2 ,mem_psm 
-0x4e6f 019882 deposit timeup 
-0x4e70 019883 store 2 ,mem_scid 
-0x4e71 019884 deposit rega 
-0x4e72 019885 store 2 ,mem_cmd_length 
-0x4e73 019886 deposit regb 
-0x4e74 019887 store 2 ,mem_tt2 
-0x4e75 019888 deposit regc 
-0x4e76 019889 store 2 ,mem_tt3 
-0x4e77 019890 deposit queue 
-0x4e78 019891 store 2 ,mem_id 
-0x4e79 019892 rtn 
-:      019894 restore_l2cap_req_param:
-0x4e7a 019895 fetcht 2 ,mem_psm 
-0x4e7b 019896 fetch 2 ,mem_scid 
-0x4e7c 019897 copy pdata ,timeup 
-0x4e7d 019898 fetch 2 ,mem_cmd_length 
-0x4e7e 019899 copy pdata ,rega 
-0x4e7f 019900 fetch 2 ,mem_tt2 
-0x4e80 019901 copy pdata ,regb 
-0x4e81 019902 fetch 2 ,mem_tt3 
-0x4e82 019903 copy pdata ,regc 
-0x4e83 019904 fetch 2 ,mem_id 
-0x4e84 019905 copy pdata ,queue 
-0x4e85 019906 rtn 
-:      019908 l2cap_proc_signal_connect_req_rfcomm:
-0x4e86 019909 call save_cont_pointers 
-0x4e87 019910 setarg l2cap_rfcomm_channel 
-0x4e88 019911 arg l2cap_rfcomm_channel ,temp 
-0x4e89 019912 fetch 2 ,mem_rfcomm_remote_cid 
-0x4e8a 019913 nbranch already_connected ,blank 
-0x4e8b 019914 copy timeup ,pdata 
-0x4e8c 019915 store 2 ,mem_rfcomm_remote_cid 
-0x4e8d 019916 fetch 1 ,mem_rfcomm_state 
-0x4e8e 019917 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e8f 019918 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e90 019919 store 1 ,mem_rfcomm_state 
-0x4e91 019920 branch send_connection_res 
-:      019921 l2cap_proc_signal_connect_req_hid_ctrl:
-0x4e92 019922 call save_cont_pointers 
-0x4e93 019923 arg l2cap_hid_control_channel ,temp 
-0x4e94 019924 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4e95 019925 nbranch already_connected ,blank 
-0x4e96 019926 copy timeup ,pdata 
-0x4e97 019927 store 2 ,mem_hid_ctrl_remote_cid 
-0x4e98 019928 fetch 1 ,mem_hid_control_state 
-0x4e99 019929 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e9a 019930 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e9b 019931 store 1 ,mem_hid_control_state 
-0x4e9c 019932 branch send_connection_res 
-:      019933 l2cap_proc_signal_connect_req_hid_int:
-0x4e9d 019934 call save_cont_pointers 
-0x4e9e 019935 deposit clke 
-0x4e9f 019936 arg l2cap_hid_interrupt_channel ,temp 
-0x4ea0 019937 fetch 2 ,mem_hid_int_remote_cid 
-0x4ea1 019938 nbranch already_connected ,blank 
-0x4ea2 019939 copy timeup ,pdata 
-0x4ea3 019940 store 2 ,mem_hid_int_remote_cid 
-0x4ea4 019941 fetch 1 ,mem_hid_interrupt_state 
-0x4ea5 019942 set1 l2cap_channel_state_conn_req ,pdata 
-0x4ea6 019943 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ea7 019944 store 1 ,mem_hid_interrupt_state 
-0x4ea8 019945 branch send_connection_res 
-:      019947 send_connection_pending:
-0x4ea9 019948 setarg l2cap_connect_pending 
-0x4eaa 019949 store 2 ,meml2cap_t1 
-0x4eab 019950 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
-0x4eac 019951 branch send_connection_res0 
-:      019952 send_connection_sdp_res:
-0x4ead 019953 fetch 1 ,mem_sdp_state 
-0x4eae 019954 set1 l2cap_channel_state_conn_req ,pdata 
-0x4eaf 019955 set1 l2cap_channel_state_conn_res ,pdata 
-0x4eb0 019956 store 1 ,mem_sdp_state 
-:      019957 send_connection_res:
-0x4eb1 019958 setarg l2cap_connect_successful 
-0x4eb2 019959 store 2 ,meml2cap_t1 
-:      019960 send_connection_res0:
-0x4eb3 019961 bpatchx patch22_0 ,mem_patch22 
-0x4eb4 019962 call load_cont_pointers 
-0x4eb5 019963 setarg signal_connect_rsp 
-0x4eb6 019964 istore 1 ,contw 
-0x4eb7 019965 copy queue ,pdata 
-0x4eb8 019966 istore 1 ,contw 
-0x4eb9 019967 setarg 0x0008 
-0x4eba 019968 istore 2 ,contw 
-0x4ebb 019969 copy temp ,pdata 
-0x4ebc 019970 istore 2 ,contw 
-0x4ebd 019971 copy timeup ,pdata 
-0x4ebe 019972 istore 2 ,contw 
-0x4ebf 019973 fetch 2 ,meml2cap_t1 
-0x4ec0 019974 beq l2cap_connect_pending ,connect_pending 
-0x4ec1 019975 isolate0 0 ,debug 
-0x4ec2 019976 branch connect_suc ,true 
-0x4ec3 019977 setarg l2cap_connect_refused_no_resources 
-:      019978 connect_suc:
-0x4ec4 019979 istore 2 ,contw 
-0x4ec5 019980 force 0x0000 ,pdata 
-0x4ec6 019981 istore 2 ,contw 
-0x4ec7 019982 setarg 12 
-0x4ec8 019983 branch connect_req_update_byte_counts 
-:      019984 connect_pending:
-0x4ec9 019985 istore 2 ,contw 
-0x4eca 019986 force 0x0002 ,pdata 
-0x4ecb 019987 istore 2 ,contw 
-0x4ecc 019988 setarg 12 
-0x4ecd 019989 branch connect_req_update_byte_counts 
-:      019991 already_connected:
-0x4ece 019992 set1 0 ,debug 
-0x4ecf 019993 branch send_connection_res 
-:      019994 connect_req_update_byte_counts:
-0x4ed0 019995 iadd regb ,regb 
-0x4ed1 019996 copy regc ,pdata 
-0x4ed2 019997 isub rega ,regc 
-0x4ed3 019998 branch l2cap_proc_signal_connect_req_rtn 
-:      019999 l2cap_proc_signal_connect_req_rtn:
-0x4ed4 020000 branch l2cap_process_one_signal_rtn 
-:      020002 l2cap_proc_signal_connect_rsp:
-0x4ed5 020003 ifetch 1 ,contr 
-0x4ed6 020004 copy pdata ,queue 
-0x4ed7 020005 ifetch 2 ,contr 
-0x4ed8 020006 copy pdata ,rega 
-0x4ed9 020007 copy regc ,pdata 
-0x4eda 020008 isub rega ,regc 
-0x4edb 020009 ifetch 2 ,contr 
-0x4edc 020010 copy pdata ,timeup 
-0x4edd 020011 ifetch 2 ,contr 
-0x4ede 020012 copy pdata ,temp 
-0x4edf 020013 bpatchx patch22_1 ,mem_patch22 
-0x4ee0 020014 setarg l2cap_sdp_channel 
-0x4ee1 020015 isub temp ,null 
-0x4ee2 020016 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
-0x4ee3 020017 setarg l2cap_rfcomm_channel 
-0x4ee4 020018 isub temp ,null 
-0x4ee5 020019 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x4ee6 020020 setarg l2cap_hid_control_channel 
-0x4ee7 020021 isub temp ,null 
-0x4ee8 020022 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x4ee9 020023 setarg l2cap_hid_interrupt_channel 
-0x4eea 020024 isub temp ,null 
-0x4eeb 020025 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x4eec 020026 rtn 
-:      020028 l2cap_proc_signal_connect_rsp_sdp:
-0x4eed 020029 copy timeup ,pdata 
-0x4eee 020030 store 2 ,mem_sdp_remote_cid 
-0x4eef 020031 fetch 1 ,mem_sdp_state 
-0x4ef0 020032 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ef1 020033 store 1 ,mem_sdp_state 
-0x4ef2 020034 branch l2cap_process_one_signal_rtn 
-:      020035 l2cap_proc_signal_connect_rsp_rfcomm:
-0x4ef3 020036 copy timeup ,pdata 
-0x4ef4 020037 store 2 ,mem_rfcomm_remote_cid 
-0x4ef5 020038 fetch 1 ,mem_rfcomm_state 
-0x4ef6 020039 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ef7 020040 store 1 ,mem_rfcomm_state 
-0x4ef8 020041 rtn 
-:      020042 l2cap_proc_signal_connect_rsp_hid_int:
-0x4ef9 020043 copy timeup ,pdata 
-0x4efa 020044 store 2 ,mem_hid_ctrl_remote_cid 
-0x4efb 020045 fetch 1 ,mem_hid_interrupt_state 
-0x4efc 020046 set1 l2cap_channel_state_conn_res ,pdata 
-0x4efd 020047 store 1 ,mem_hid_interrupt_state 
-0x4efe 020048 rtn 
-:      020049 l2cap_proc_signal_connect_rsp_hid_ctrl:
-0x4eff 020050 copy timeup ,pdata 
-0x4f00 020051 store 2 ,mem_hid_int_remote_cid 
-0x4f01 020052 fetch 1 ,mem_hid_control_state 
-0x4f02 020053 set1 l2cap_channel_state_conn_res ,pdata 
-0x4f03 020054 store 1 ,mem_hid_control_state 
-0x4f04 020055 rtn 
-:      020057 l2cap_proc_signal_config_req:
-0x4f05 020058 ifetch 1 ,contr 
-0x4f06 020059 copy pdata ,queue 
-0x4f07 020060 ifetch 2 ,contr 
-0x4f08 020061 copy pdata ,rega 
-0x4f09 020062 copy regc ,pdata 
-0x4f0a 020063 isub rega ,regc 
-0x4f0b 020064 ifetch 2 ,contr 
-0x4f0c 020065 copy pdata ,temp 
-0x4f0d 020066 copy temp ,rega 
-0x4f0e 020067 bpatchx patch22_2 ,mem_patch22 
-0x4f0f 020068 setarg l2cap_sdp_channel 
-0x4f10 020069 isub temp ,null 
-0x4f11 020070 branch l2cap_proc_signal_config_req_sdp ,zero 
-0x4f12 020071 setarg l2cap_rfcomm_channel 
-0x4f13 020072 isub temp ,null 
-0x4f14 020073 branch l2cap_proc_signal_config_req_rfcomm ,zero 
-0x4f15 020074 setarg l2cap_hid_control_channel 
-0x4f16 020075 isub temp ,null 
-0x4f17 020076 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x4f18 020077 setarg l2cap_hid_interrupt_channel 
-0x4f19 020078 isub temp ,null 
-0x4f1a 020079 branch l2cap_proc_signal_config_req_hid_int ,zero 
-0x4f1b 020080 branch l2cap_reject_command 
-:      020082 l2cap_proc_signal_config_req_sdp:
-0x4f1c 020083 copy contw ,timeup 
-0x4f1d 020084 fetch 1 ,mem_sdp_state 
-0x4f1e 020085 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f1f 020086 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f20 020088 store 1 ,mem_sdp_state 
-0x4f21 020089 copy timeup ,contw 
-0x4f22 020090 arg l2cap_sdp_channel ,timeup 
-0x4f23 020091 fetch 2 ,mem_sdp_remote_cid 
-0x4f24 020092 copy pdata ,temp 
-0x4f25 020093 branch l2cap_send_config_rsp 
-:      020094 l2cap_proc_signal_config_req_hid_ctrl:
-0x4f26 020095 copy contw ,timeup 
-0x4f27 020096 fetch 1 ,mem_hid_control_state 
-0x4f28 020097 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f29 020098 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f2a 020100 store 1 ,mem_hid_control_state 
-0x4f2b 020101 copy timeup ,contw 
-0x4f2c 020102 arg l2cap_hid_control_channel ,timeup 
-0x4f2d 020103 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f2e 020104 copy pdata ,temp 
-0x4f2f 020105 branch l2cap_send_config_rsp 
-:      020106 l2cap_proc_signal_config_req_hid_int:
-0x4f30 020107 copy contw ,timeup 
-0x4f31 020108 fetch 1 ,mem_hid_interrupt_state 
-0x4f32 020109 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f33 020110 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f34 020112 store 1 ,mem_hid_interrupt_state 
-0x4f35 020113 copy timeup ,contw 
-0x4f36 020114 arg l2cap_hid_interrupt_channel ,timeup 
-0x4f37 020115 fetch 2 ,mem_hid_int_remote_cid 
-0x4f38 020116 copy pdata ,temp 
-0x4f39 020117 branch l2cap_send_config_rsp 
-:      020118 l2cap_proc_signal_config_req_rfcomm:
-0x4f3a 020119 copy contw ,timeup 
-0x4f3b 020120 fetch 1 ,mem_rfcomm_state 
-0x4f3c 020121 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f3d 020122 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f3e 020124 store 1 ,mem_rfcomm_state 
-0x4f3f 020126 copy timeup ,contw 
-0x4f40 020127 arg l2cap_rfcomm_channel ,timeup 
-0x4f41 020128 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f42 020129 copy pdata ,temp 
-:      020130 l2cap_send_config_rsp:
-0x4f43 020131 bpatchx patch22_3 ,mem_patch22 
-0x4f44 020132 setarg signal_config_rsp 
-0x4f45 020133 istore 1 ,contw 
-0x4f46 020134 copy queue ,pdata 
-0x4f47 020135 istore 1 ,contw 
-0x4f48 020136 setarg 0x0006 
-0x4f49 020137 istore 2 ,contw 
-0x4f4a 020138 copy temp ,pdata 
-0x4f4b 020139 istore 2 ,contw 
-0x4f4c 020140 force 0x00 ,pdata 
-0x4f4d 020141 istore 2 ,contw 
-0x4f4e 020142 force l2cap_config_success ,pdata 
-0x4f4f 020143 istore 2 ,contw 
-0x4f50 020144 force 10 ,pdata 
-0x4f51 020145 iadd regb ,regb 
-0x4f52 020147 storet 2 ,mem_config_req_dest_cid 
-0x4f53 020148 copy queue ,pdata 
-0x4f54 020149 store 1 ,mem_config_identifier 
-0x4f55 020150 force l2cap_sdp_channel ,pdata 
-0x4f56 020151 icompare 0xff ,timeup 
-0x4f57 020152 branch l2cap_send_config_rsp_is_sdp ,true 
-0x4f58 020153 increase 1 ,pdata 
-:      020154 l2cap_send_config_rsp_is_sdp:
-0x4f59 020156 rtn 
-:      020157 l2cap_check_channel_state:
-0x4f5a 020158 disable user 
-0x4f5b 020159 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f5c 020160 rtnbit0 l2cap_channel_state_conn_req ,pdata 
-0x4f5d 020161 rtnbit0 l2cap_channel_state_conn_res ,pdata 
-0x4f5e 020162 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f5f 020163 copy contr ,contw 
-0x4f60 020164 increase -1 ,contw 
-0x4f61 020165 istore 1 ,contw 
-0x4f62 020166 enable user 
-0x4f63 020167 rtn 
-:      020168 l2cap_send_config_req:
-:      020169 l2cap_send_config_req_sdp:
-0x4f64 020170 fetch 1 ,mem_sdp_state 
-0x4f65 020171 call l2cap_check_channel_state 
-0x4f66 020172 nbranch l2cap_send_config_req_rfcomm ,user 
-0x4f67 020173 jam l2cap_sdp_channel ,mem_send_config_req 
-0x4f68 020174 fetch 2 ,mem_sdp_remote_cid 
-0x4f69 020175 store 2 ,mem_config_req_dest_cid 
-0x4f6a 020176 branch l2cap_generate_config_req 
-:      020177 l2cap_send_config_req_rfcomm:
-0x4f6b 020178 fetch 1 ,mem_rfcomm_state 
-0x4f6c 020179 call l2cap_check_channel_state 
-0x4f6d 020180 nbranch l2cap_send_config_req_hid_ctrl ,user 
-0x4f6e 020181 jam l2cap_rfcomm_channel ,mem_send_config_req 
-0x4f6f 020182 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f70 020183 store 2 ,mem_config_req_dest_cid 
-0x4f71 020184 branch l2cap_generate_config_req 
-:      020185 l2cap_send_config_req_hid_ctrl:
-0x4f72 020186 fetch 1 ,mem_hid_control_state 
-0x4f73 020187 call l2cap_check_channel_state 
-0x4f74 020188 nbranch l2cap_send_config_req_hid_int ,user 
-0x4f75 020189 jam l2cap_hid_control_channel ,mem_send_config_req 
-0x4f76 020190 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f77 020191 store 2 ,mem_config_req_dest_cid 
-0x4f78 020192 branch l2cap_generate_config_req 
-:      020193 l2cap_send_config_req_hid_int:
-0x4f79 020194 fetch 1 ,mem_hid_interrupt_state 
-0x4f7a 020195 call l2cap_check_channel_state 
-0x4f7b 020196 nrtn user 
-0x4f7c 020197 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
-0x4f7d 020198 fetch 2 ,mem_hid_int_remote_cid 
-0x4f7e 020199 store 2 ,mem_config_req_dest_cid 
-:      020202 l2cap_generate_config_req:
-0x4f7f 020203 bpatchx patch22_4 ,mem_patch22 
-0x4f80 020204 call l2cap_get_req_id 
-0x4f81 020205 call l2cap_malloc_signal_channel 
-0x4f82 020206 force 0 ,regb 
-0x4f83 020207 call l2cap_get_signal_tx_payload 
-0x4f84 020208 force signal_config_req ,pdata 
-0x4f85 020209 istore 1 ,contw 
-0x4f86 020210 fetch 1 ,mem_ml2cap_comm_id 
-0x4f87 020211 istore 1 ,contw 
-0x4f88 020212 setarg 0x0008 
-0x4f89 020213 istore 2 ,contw 
-0x4f8a 020214 fetch 2 ,mem_config_req_dest_cid 
-0x4f8b 020215 istore 2 ,contw 
-0x4f8c 020216 setarg 0x0000 
-0x4f8d 020217 istore 2 ,contw 
-0x4f8e 020218 force 1 ,pdata 
-0x4f8f 020219 istore 1 ,contw 
-0x4f90 020220 force 2 ,pdata 
-0x4f91 020221 istore 1 ,contw 
-0x4f92 020222 fetch 1 ,mem_send_config_req 
-0x4f93 020223 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
-0x4f94 020224 setarg l2cap_config_mtu_sdp 
-0x4f95 020225 istore 2 ,contw 
-0x4f96 020226 branch l2cap_generate_config_req_done 
-:      020227 l2cap_generate_config_req_rfcomm:
-0x4f97 020228 setarg l2cap_config_mtu_rfcomm 
-0x4f98 020229 istore 2 ,contw 
-:      020230 l2cap_generate_config_req_done:
-0x4f99 020231 arg 0x0c ,temp 
-0x4f9a 020232 storet 2 ,mem_l2cap_signal_tx_length 
-0x4f9b 020233 call l2cap_get_signal_tx_buff 
-0x4f9c 020234 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4f9d 020235 istore 2 ,contw 
-0x4f9e 020236 force l2cap_signal_channel ,pdata 
-0x4f9f 020237 istore 2 ,contw 
-0x4fa0 020238 jam 0 ,mem_send_config_req 
-:      020239 l2cap_proc_signal_config_req_rtn:
-0x4fa1 020240 branch l2cap_process_one_signal_rtn 
-:      020242 l2cap_proc_signal_config_rsp:
-0x4fa2 020243 increase 1 ,contr 
-0x4fa3 020244 ifetch 2 ,contr 
-0x4fa4 020245 copy pdata ,rega 
-0x4fa5 020246 copy regc ,pdata 
-0x4fa6 020247 isub rega ,regc 
-0x4fa7 020248 ifetch 2 ,contr 
-0x4fa8 020249 copy pdata ,rega 
-0x4fa9 020250 bpatchx patch22_5 ,mem_patch22 
-0x4faa 020251 setarg l2cap_sdp_channel 
-0x4fab 020252 isub rega ,null 
-0x4fac 020253 branch l2cap_proc_signal_config_rsp_sdp ,zero 
-0x4fad 020254 setarg l2cap_rfcomm_channel 
-0x4fae 020255 isub rega ,null 
-0x4faf 020256 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x4fb0 020257 setarg l2cap_hid_control_channel 
-0x4fb1 020258 isub rega ,null 
-0x4fb2 020259 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x4fb3 020260 setarg l2cap_hid_interrupt_channel 
-0x4fb4 020261 isub rega ,null 
-0x4fb5 020262 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
-0x4fb6 020263 increase 2 ,contr 
-0x4fb7 020264 ifetch 2 ,contr 
-0x4fb8 020265 iforce null 
-0x4fb9 020266 branch l2cap_process_one_signal_rtn 
-:      020267 l2cap_proc_signal_config_rsp_sdp:
-0x4fba 020268 fetch 1 ,mem_sdp_state 
-0x4fbb 020269 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fbc 020270 store 1 ,mem_sdp_state 
-0x4fbd 020271 branch l2cap_process_one_signal_rtn 
-:      020272 l2cap_proc_signal_config_rsp_rfcomm:
-0x4fbe 020273 fetch 1 ,mem_rfcomm_state 
-0x4fbf 020274 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc0 020275 store 1 ,mem_rfcomm_state 
-0x4fc1 020276 branch l2cap_process_one_signal_rtn 
-:      020277 l2cap_proc_signal_config_rsp_hid_ctrl:
-0x4fc2 020278 fetch 1 ,mem_hid_control_state 
-0x4fc3 020279 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc4 020280 store 1 ,mem_hid_control_state 
-0x4fc5 020281 branch l2cap_process_one_signal_rtn 
-:      020282 l2cap_proc_signal_config_rsp_hid_int:
-0x4fc6 020283 fetch 1 ,mem_hid_interrupt_state 
-0x4fc7 020284 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc8 020285 store 1 ,mem_hid_interrupt_state 
-0x4fc9 020286 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x4fca 020287 branch ui_ipc_send_event 
-:      020291 l2cap_proc_signal_disconnect_req:
-0x4fcb 020292 ifetch 1 ,contr 
-0x4fcc 020293 copy pdata ,queue 
-0x4fcd 020294 ifetch 2 ,contr 
-0x4fce 020295 copy pdata ,rega 
-0x4fcf 020296 copy regc ,pdata 
-0x4fd0 020297 isub rega ,regc 
-0x4fd1 020298 ifetch 2 ,contr 
-0x4fd2 020299 copy pdata ,rega 
-0x4fd3 020300 ifetch 2 ,contr 
-0x4fd4 020301 copy pdata ,timeup 
-0x4fd5 020302 copy rega ,temp 
-0x4fd6 020303 call save_cont_pointers 
-0x4fd7 020304 bpatchx patch22_6 ,mem_patch22 
-0x4fd8 020305 setarg l2cap_sdp_channel 
-0x4fd9 020306 isub temp ,null 
-0x4fda 020307 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
-0x4fdb 020308 setarg l2cap_rfcomm_channel 
-0x4fdc 020309 isub temp ,null 
-0x4fdd 020310 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
-0x4fde 020311 setarg l2cap_hid_control_channel 
-0x4fdf 020312 isub temp ,null 
-0x4fe0 020313 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
-0x4fe1 020314 setarg l2cap_hid_interrupt_channel 
-0x4fe2 020315 isub temp ,null 
-0x4fe3 020316 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
-0x4fe4 020317 call l2cap_reject_command 
-0x4fe5 020318 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020319 l2cap_proc_signal_disconnect_req_hid_ctrl:
-0x4fe6 020320 copy timeup ,temp 
-0x4fe7 020321 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4fe8 020322 isub temp ,null 
-0x4fe9 020323 branch l2cap_disconnect_hid_control_now ,zero 
-0x4fea 020324 call l2cap_reject_command 
-0x4feb 020325 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020326 l2cap_proc_signal_disconnect_req_hid_int:
-0x4fec 020327 copy timeup ,temp 
-0x4fed 020328 fetch 2 ,mem_hid_int_remote_cid 
-0x4fee 020329 isub temp ,null 
-0x4fef 020330 branch l2cap_disconnect_hid_interrupt_now ,zero 
-0x4ff0 020331 call l2cap_reject_command 
-0x4ff1 020332 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020334 l2cap_proc_signal_disconnect_req_sdp:
-0x4ff2 020335 copy timeup ,temp 
-0x4ff3 020336 fetch 2 ,mem_sdp_remote_cid 
-0x4ff4 020337 isub temp ,null 
-0x4ff5 020338 branch l2cap_disconnect_sdp_now ,zero 
-0x4ff6 020339 call l2cap_reject_command 
-0x4ff7 020340 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020341 l2cap_disconnect_hid_control_now:
-0x4ff8 020342 call l2cap_reset_hid_ctrl_state 
-0x4ff9 020343 branch l2cap_send_disconnect_rsp_pkt 
-:      020344 l2cap_disconnect_hid_interrupt_now:
-0x4ffa 020345 call l2cap_reset_hid_int_state 
-0x4ffb 020346 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4ffc 020347 branch l2cap_send_disconnect_rsp_pkt ,blank 
-0x4ffd 020355 branch l2cap_send_disconnect_rsp_pkt 
-:      020357 l2cap_disconnect_sdp_now:
-0x4ffe 020358 call l2cap_reset_sdp_channel_state 
-0x4fff 020359 fetch 1 ,mem_upper_sm_ss 
-0x5000 020360 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
-0x5001 020363 branch l2cap_send_disconnect_rsp_pkt 
-:      020364 l2cap_proc_signal_disconnect_req_rfcomm:
-0x5002 020365 copy timeup ,temp 
-0x5003 020366 fetch 2 ,mem_rfcomm_remote_cid 
-0x5004 020367 isub temp ,null 
-0x5005 020368 branch l2cap_disconnect_rfcomm_now ,zero 
-0x5006 020369 call l2cap_reject_command 
-0x5007 020370 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020371 l2cap_disconnect_rfcomm_now:
-0x5008 020372 call l2cap_reset_rfcomm_channel_state 
-0x5009 020373 branch l2cap_send_disconnect_rsp_pkt 
-:      020374 l2cap_send_disconnect_rsp_pkt:
-0x500a 020375 call load_cont_pointers 
-0x500b 020376 setarg signal_disconnect_rsp 
-0x500c 020377 istore 1 ,contw 
-0x500d 020378 copy queue ,pdata 
-0x500e 020379 istore 1 ,contw 
-0x500f 020380 setarg 0x0004 
-0x5010 020381 istore 2 ,contw 
-0x5011 020382 copy rega ,pdata 
-0x5012 020383 istore 2 ,contw 
-0x5013 020384 copy timeup ,pdata 
-0x5014 020385 istore 2 ,contw 
-0x5015 020386 force 8 ,pdata 
-0x5016 020387 branch l2cap_proc_signal_disconnect_req_rtn 
-:      020388 l2cap_proc_signal_disconnect_req_err_rtn:
-0x5017 020389 call load_cont_pointers 
-0x5018 020390 branch l2cap_proc_signal_disconnect_req_rtn 
-:      020391 l2cap_proc_signal_disconnect_req_rtn:
-0x5019 020392 iadd regb ,regb 
-0x501a 020393 branch l2cap_process_one_signal_rtn 
-:      020394 l2cap_proc_signal_disconnect_rsp:
-0x501b 020395 ifetch 1 ,contr 
-0x501c 020396 copy pdata ,queue 
-0x501d 020397 ifetch 2 ,contr 
-0x501e 020398 copy pdata ,rega 
-0x501f 020399 copy regc ,pdata 
-0x5020 020400 isub rega ,regc 
-0x5021 020401 ifetch 2 ,contr 
-0x5022 020402 copy pdata ,timeup 
-0x5023 020403 ifetch 2 ,contr 
-0x5024 020404 copy pdata ,temp 
-0x5025 020405 call save_cont_pointers 
-0x5026 020406 bpatchx patch22_7 ,mem_patch22 
-0x5027 020407 setarg l2cap_sdp_channel 
-0x5028 020408 isub temp ,null 
-0x5029 020409 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
-0x502a 020410 setarg l2cap_rfcomm_channel 
-0x502b 020411 isub temp ,null 
-0x502c 020412 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
-0x502d 020413 setarg l2cap_hid_control_channel 
-0x502e 020414 isub temp ,null 
-0x502f 020415 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
-0x5030 020416 setarg l2cap_hid_interrupt_channel 
-0x5031 020417 isub temp ,null 
-0x5032 020418 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
-0x5033 020419 call l2cap_reject_command 
-0x5034 020420 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
-:      020421 l2cap_proc_signal_disconnect_rsp_sdp:
-0x5035 020422 copy temp ,rega 
-0x5036 020423 copy timeup ,temp 
-0x5037 020424 fetch 2 ,mem_sdp_remote_cid 
-0x5038 020425 isub temp ,null 
-0x5039 020426 call l2cap_reset_sdp_channel_state ,zero 
-0x503a 020427 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020428 l2cap_proc_signal_disconnect_rsp_rfcomm:
-0x503b 020429 copy temp ,rega 
-0x503c 020430 copy timeup ,temp 
-0x503d 020431 fetch 2 ,mem_rfcomm_remote_cid 
-0x503e 020432 isub temp ,null 
-0x503f 020433 call l2cap_reset_rfcomm_channel_state ,zero 
-0x5040 020434 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020435 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
-0x5041 020436 copy temp ,rega 
-0x5042 020437 copy timeup ,temp 
-0x5043 020438 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5044 020439 isub temp ,null 
-0x5045 020440 call l2cap_reset_hid_ctrl_state ,zero 
-0x5046 020441 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020442 l2cap_proc_signal_disconnect_rsp_hid_int:
-0x5047 020443 copy temp ,rega 
-0x5048 020444 copy timeup ,temp 
-0x5049 020445 fetch 2 ,mem_hid_int_remote_cid 
-0x504a 020446 isub temp ,null 
-0x504b 020447 call l2cap_reset_hid_int_state ,zero 
-0x504c 020448 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020449 l2cap_proc_signal_disconnect_rsp_rtn:
-0x504d 020450 call load_cont_pointers 
-0x504e 020451 branch l2cap_process_one_signal_rtn 
-:      020452 l2cap_proc_signal_disconnect_rsp_err_rtn:
-0x504f 020453 branch l2cap_process_one_signal_rtn 
-:      020456 l2cap_proc_signal_echo_req:
-0x5050 020457 ifetch 1 ,contr 
-0x5051 020458 copy pdata ,queue 
-0x5052 020459 ifetch 2 ,contr 
-0x5053 020460 copy pdata ,rega 
-0x5054 020461 iadd contr ,contr 
-0x5055 020462 setarg 9 
-0x5056 020463 istore 1 ,contw 
-0x5057 020464 copy queue ,pdata 
-0x5058 020465 istore 1 ,contw 
-0x5059 020466 force 0x0000 ,pdata 
-0x505a 020467 istore 2 ,contw 
-0x505b 020468 force 4 ,pdata 
-0x505c 020469 iadd regb ,regb 
-0x505d 020470 copy regc ,pdata 
-0x505e 020471 isub rega ,regc 
-0x505f 020472 branch l2cap_process_one_signal_rtn 
-:      020473 l2cap_proc_signal_echo_rsp:
-0x5060 020474 branch l2cap_process_one_signal_rtn 
-:      020476 l2cap_proc_signal_info_rsp:
-0x5061 020477 branch l2cap_process_one_signal_rtn 
-:      020478 l2cap_reject_command:
-0x5062 020479 force 0 ,regb 
-0x5063 020480 call l2cap_get_signal_tx_payload 
-0x5064 020481 setarg signal_cmd_reject 
-0x5065 020482 istore 1 ,contw 
-0x5066 020483 copy queue ,pdata 
-0x5067 020484 istore 1 ,contw 
-0x5068 020485 setarg 2 
-0x5069 020486 istore 2 ,contw 
-0x506a 020487 setarg cmd_not_understood 
-0x506b 020488 istore 2 ,contw 
-0x506c 020489 increase 6 ,regb 
-0x506d 020490 arg 4 ,regc 
-0x506e 020491 branch l2cap_process_one_signal_rtn 
-:      020495 l2cap_reset_rfcomm_channel_state:
-0x506f 020496 setarg 0 
-0x5070 020497 store 2 ,mem_rfcomm_tx_pkt_length 
-0x5071 020498 store 2 ,mem_rfcomm_remote_cid 
-0x5072 020499 jam 0 ,mem_rfcomm_state 
-0x5073 020500 rtn 
-:      020501 l2cap_reset_sdp_channel_state:
-0x5074 020502 setarg 0 
-0x5075 020503 store 2 ,mem_sdp_tx_pkt_length 
-0x5076 020504 store 2 ,mem_sdp_remote_cid 
-0x5077 020505 jam 0 ,mem_sdp_state 
-0x5078 020506 rtn 
-:      020507 l2cap_reset_hid_ctrl_state:
-0x5079 020508 setarg 0 
-0x507a 020509 store 2 ,mem_hid_ctrl_remote_cid 
-0x507b 020510 jam 0 ,mem_hid_control_state 
-0x507c 020511 fetch 1 ,mem_hid_interrupt_state 
-0x507d 020512 beq 0 ,l2cap_reset_hid_disconnected 
-0x507e 020513 rtn 
-:      020515 l2cap_reset_hid_int_state:
-0x507f 020516 setarg 0 
-0x5080 020517 store 2 ,mem_hid_int_remote_cid 
-0x5081 020518 jam 0 ,mem_hid_interrupt_state 
-0x5082 020519 fetch 1 ,mem_hid_control_state 
-0x5083 020520 beq 0 ,l2cap_reset_hid_disconnected 
-0x5084 020521 rtn 
-:      020523 l2cap_reset_hid_disconnected:
-0x5085 020524 jam bt_evt_hid_disconnected ,mem_fifo_temp 
-0x5086 020525 branch ui_ipc_send_event 
-:      020527 l2cap_disconnect_interrupt_req:
-0x5087 020528 fetch 1 ,mem_control_tasks 
-0x5088 020529 set0 l2cap_disconnect_interrupt ,pdata 
-0x5089 020530 store 1 ,mem_control_tasks 
-0x508a 020531 fetch 2 ,mem_hid_int_remote_cid 
-0x508b 020532 rtn blank 
-0x508c 020533 call l2cap_malloc_signal_channel 
-0x508d 020534 fetch 2 ,mem_hid_int_remote_cid 
-0x508e 020535 copy pdata ,rega 
-0x508f 020536 force l2cap_hid_interrupt_channel ,regb 
-0x5090 020537 branch l2cap_generate_disconnect_req 
-:      020538 l2cap_disconnect_control_req:
-0x5091 020539 fetch 1 ,mem_control_tasks 
-0x5092 020540 set0 l2cap_disconnect_control ,pdata 
-0x5093 020541 store 1 ,mem_control_tasks 
-0x5094 020542 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5095 020543 rtn blank 
-0x5096 020544 call l2cap_malloc_signal_channel 
-0x5097 020545 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5098 020546 copy pdata ,rega 
-0x5099 020547 force l2cap_hid_control_channel ,regb 
-:      020548 l2cap_generate_disconnect_req:
-0x509a 020549 call l2cap_get_req_id 
-0x509b 020550 call l2cap_get_signal_tx_payload 
-0x509c 020551 force signal_disconnect_req ,pdata 
-0x509d 020552 istore 1 ,contw 
-0x509e 020553 fetch 1 ,mem_ml2cap_comm_id 
-0x509f 020554 istore 1 ,contw 
-0x50a0 020555 setarg 0x0004 
-0x50a1 020556 istore 2 ,contw 
-0x50a2 020557 copy rega ,pdata 
-0x50a3 020558 istore 2 ,contw 
-0x50a4 020559 copy regb ,pdata 
-0x50a5 020560 istore 2 ,contw 
-0x50a6 020561 force 0x08 ,temp 
-0x50a7 020562 branch ml2cap_send_signal 
-:      020564 ml2cap_send_signal_connect_req:
-0x50a8 020565 bpatchx patch23_0 ,mem_patch23 
-0x50a9 020566 call l2cap_get_req_id 
-0x50aa 020567 call l2cap_get_signal_tx_payload 
-0x50ab 020568 setarg signal_connect_req 
-0x50ac 020569 istore 1 ,contw 
-0x50ad 020570 fetch 1 ,mem_ml2cap_comm_id 
-0x50ae 020571 istore 1 ,contw 
-0x50af 020572 setarg 0x0004 
-0x50b0 020573 istore 2 ,contw 
-0x50b1 020574 copy temp ,pdata 
-0x50b2 020575 istore 2 ,contw 
-0x50b3 020576 copy timeup ,pdata 
-0x50b4 020577 istore 2 ,contw 
-0x50b5 020578 arg 8 ,temp 
-0x50b6 020579 branch ml2cap_send_signal 
-:      020580 ml2cap_send_signal_config_req:
-0x50b7 020581 bpatchx patch23_1 ,mem_patch23 
-0x50b8 020582 call l2cap_get_req_id 
-0x50b9 020583 call l2cap_get_signal_tx_payload 
-0x50ba 020584 setarg signal_config_req 
-0x50bb 020585 istore 1 ,contw 
-0x50bc 020586 fetch 1 ,mem_ml2cap_comm_id 
-0x50bd 020587 istore 1 ,contw 
-0x50be 020588 setarg 0x0008 
-0x50bf 020589 istore 2 ,contw 
-0x50c0 020591 copy temp ,pdata 
-0x50c1 020593 istore 2 ,contw 
-0x50c2 020594 setarg 0x0000 
-0x50c3 020595 istore 2 ,contw 
-0x50c4 020596 setarg 0x01 
-0x50c5 020597 istore 1 ,contw 
-0x50c6 020598 setarg 0x02 
-0x50c7 020599 istore 1 ,contw 
-0x50c8 020600 setarg l2cap_config_mtu_rfcomm 
-0x50c9 020601 istore 2 ,contw 
-0x50ca 020602 arg 0xc ,temp 
-0x50cb 020603 branch ml2cap_send_signal 
-:      020604 ml2cap_send_signal_disconn_req:
-0x50cc 020605 bpatchx patch23_2 ,mem_patch23 
-0x50cd 020606 call l2cap_get_req_id 
-0x50ce 020607 call l2cap_get_signal_tx_payload 
-0x50cf 020608 setarg signal_disconnect_req 
-0x50d0 020609 istore 1 ,contw 
-0x50d1 020610 fetch 1 ,mem_ml2cap_comm_id 
-0x50d2 020611 increase 1 ,pdata 
-0x50d3 020612 copy contw ,rega 
-0x50d4 020613 store 1 ,mem_ml2cap_comm_id 
-0x50d5 020614 copy rega ,contw 
-0x50d6 020615 istore 1 ,contw 
-0x50d7 020616 setarg 0x0004 
-0x50d8 020617 istore 2 ,contw 
-0x50d9 020618 copy temp ,pdata 
-0x50da 020619 istore 2 ,contw 
-0x50db 020620 copy timeup ,pdata 
-0x50dc 020621 istore 2 ,contw 
-0x50dd 020622 arg 0x8 ,temp 
-:      020625 ml2cap_send_signal:
-0x50de 020626 storet 2 ,mem_l2cap_signal_tx_length 
-0x50df 020627 copy temp ,pdata 
-0x50e0 020628 branch l2cap_malloc_discard ,blank 
-0x50e1 020629 call l2cap_get_signal_tx_buff 
-0x50e2 020630 fetch 2 ,mem_l2cap_signal_tx_length 
-0x50e3 020631 istore 2 ,contw 
-0x50e4 020632 force l2cap_signal_channel ,pdata 
-0x50e5 020633 istore 2 ,contw 
-0x50e6 020634 rtn 
-:      020636 msdp_send_req_done:
-0x50e7 020637 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50e8 020638 branch assert ,blank 
-0x50e9 020639 call l2cap_get_sdp_tx_buff 
-0x50ea 020640 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50eb 020641 istore 2 ,contw 
-0x50ec 020642 fetch 2 ,mem_sdp_remote_cid 
-0x50ed 020643 istore 2 ,contw 
-0x50ee 020644 rtn 
-:      020645 ml2cap_rx_multiplexing:
-0x50ef 020646 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50f0 020647 branch l2cap_rx_reset_state ,blank 
-0x50f1 020648 bpatchx patch23_3 ,mem_patch23 
-0x50f2 020649 fetch 1 ,mem_l2cap_rx_cid 
-0x50f3 020650 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
-0x50f4 020651 beq l2cap_sdp_channel ,ml2cap_call_proc_sdp 
-0x50f5 020652 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x50f6 020653 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x50f7 020654 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x50f8 020655 branch l2cap_rx_reset_state 
-:      020657 ml2cap_call_proc_signal:
-0x50f9 020658 bpatchx patch23_4 ,mem_patch23 
-0x50fa 020659 call l2cap_malloc_signal_channel 
-0x50fb 020660 force 0 ,regb 
-0x50fc 020661 call l2cap_get_signal_tx_payload 
-0x50fd 020662 copy pdata ,contw 
-0x50fe 020663 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50ff 020664 copy pdata ,regc 
-0x5100 020665 fetch 2 ,mem_l2cap_payload_ptr 
-0x5101 020666 iforce contr 
-:      020667 ml2cap_proc_one_comm_loop:
-0x5102 020668 call ml2cap_proc_one_comm 
-0x5103 020669 increase -4 ,regc 
-0x5104 020670 nbranch ml2cap_proc_one_comm_loop ,zero 
-0x5105 020671 copy regb ,temp 
-0x5106 020672 call ml2cap_send_signal 
-0x5107 020673 branch l2cap_rx_reset_state 
-:      020675 ml2cap_proc_one_comm:
-0x5108 020676 ifetch 1 ,contr 
-0x5109 020677 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
-0x510a 020678 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
-0x510b 020679 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
-0x510c 020680 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
-0x510d 020681 beq signal_config_req ,ml2cap_proc_signal_config_req 
-0x510e 020682 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
-0x510f 020683 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
-0x5110 020684 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x5111 020685 beq signal_info_req ,ml2cap_proc_signal_info_req 
-0x5112 020686 branch ml2cap_proc_send_reject 
-:      020688 ml2cap_proc_signal_connect_req:
-0x5113 020689 call save_cont_pointers 
-0x5114 020691 call load_cont_pointers 
-0x5115 020692 branch l2cap_proc_signal_connect_req 
-:      020693 ml2cap_proc_signal_cmd_reject:
-0x5116 020694 ifetch 1 ,contr 
-0x5117 020695 copy pdata ,queue 
-0x5118 020696 ifetch 2 ,contr 
-0x5119 020697 copy pdata ,rega 
-0x511a 020698 copy regc ,pdata 
-0x511b 020699 isub rega ,regc 
-:      020700 mvptr:
-0x511c 020701 ifetch 1 ,contr 
-0x511d 020702 increase -1 ,rega 
-0x511e 020703 nbranch mvptr ,zero 
-0x511f 020704 rtn 
-:      020705 ml2cap_proc_signal_connect_rsp:
-0x5120 020706 ifetch 1 ,contr 
-0x5121 020707 copy pdata ,queue 
-0x5122 020708 ifetch 2 ,contr 
-0x5123 020709 copy pdata ,rega 
-0x5124 020710 ifetch 2 ,contr 
-0x5125 020711 copy pdata ,timeup 
-0x5126 020712 ifetch 2 ,contr 
-0x5127 020713 copy pdata ,temp 
-0x5128 020714 ifetch 2 ,contr 
-0x5129 020715 sub pdata ,0 ,null 
-0x512a 020716 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
-0x512b 020717 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
-0x512c 020718 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
-0x512d 020719 branch ml2cap_proc_signal_connect_rsp_mnosucc 
-:      020720 ml2cap_proc_signal_connect_refused_result:
-0x512e 020721 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
-0x512f 020722 call ui_ipc_send_event 
-:      020723 ml2cap_proc_signal_connect_rsp_mnosucc:
-0x5130 020724 ifetch 2 ,contr 
-0x5131 020725 branch mnosucc 
-:      020726 ml2cap_proc_signal_connect_rsp_sucessful:
-0x5132 020727 call save_cont_pointers 
-0x5133 020731 bpatchx patch23_5 ,mem_patch23 
-0x5134 020732 setarg l2cap_sdp_channel 
-0x5135 020733 isub temp ,null 
-0x5136 020734 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
-0x5137 020735 setarg l2cap_rfcomm_channel 
-0x5138 020736 isub temp ,null 
-0x5139 020737 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x513a 020738 setarg l2cap_hid_interrupt_channel 
-0x513b 020739 isub temp ,null 
-0x513c 020740 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x513d 020741 setarg l2cap_hid_control_channel 
-0x513e 020742 isub temp ,null 
-0x513f 020743 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x5140 020744 branch mnosucc 
-:      020745 ml2cap_proc_signal_connect_rsp_sdp:
-0x5141 020746 copy timeup ,pdata 
-0x5142 020747 store 2 ,mem_sdp_remote_cid 
-0x5143 020748 fetch 1 ,mem_sdp_state 
-0x5144 020749 set1 l2cap_channel_state_conn_res 
-0x5145 020750 store 1 ,mem_sdp_state 
-0x5146 020751 branch mnosucc1 
-:      020752 ml2cap_proc_signal_connect_rsp_rfcomm:
-0x5147 020753 copy timeup ,pdata 
-0x5148 020754 store 2 ,mem_rfcomm_remote_cid 
-0x5149 020755 fetch 1 ,mem_rfcomm_state 
-0x514a 020756 set1 l2cap_channel_state_conn_res 
-0x514b 020757 store 1 ,mem_rfcomm_state 
-0x514c 020758 branch mnosucc1 
-:      020759 ml2cap_proc_signal_connect_rsp_hid_ctrl:
-0x514d 020760 copy timeup ,pdata 
-0x514e 020761 store 2 ,mem_hid_ctrl_remote_cid 
-0x514f 020762 fetch 1 ,mem_hid_control_state 
-0x5150 020763 set1 l2cap_channel_state_conn_res 
-0x5151 020764 store 1 ,mem_hid_control_state 
-0x5152 020765 branch mnosucc1 
-:      020766 ml2cap_proc_signal_connect_rsp_hid_int:
-0x5153 020767 copy timeup ,pdata 
-0x5154 020768 store 2 ,mem_hid_int_remote_cid 
-0x5155 020769 fetch 1 ,mem_hid_interrupt_state 
-0x5156 020770 set1 l2cap_channel_state_conn_res 
-0x5157 020771 store 1 ,mem_hid_interrupt_state 
-:      020774 mnosucc1:
-0x5158 020775 call load_cont_pointers 
-:      020776 mnosucc:
-0x5159 020777 copy regc ,pdata 
-0x515a 020778 isub rega ,regc 
-0x515b 020779 rtn 
-:      020781 ml2cap_proc_signal_config_rsp:
-0x515c 020782 ifetch 1 ,contr 
-0x515d 020783 copy pdata ,queue 
-0x515e 020784 ifetch 2 ,contr 
-0x515f 020785 copy pdata ,rega 
-0x5160 020786 copy regc ,pdata 
-0x5161 020787 isub rega ,regc 
-0x5162 020788 ifetch 2 ,contr 
-0x5163 020789 copy pdata ,timeup 
-0x5164 020790 ifetch 2 ,contr 
-0x5165 020791 ifetch 2 ,contr 
-0x5166 020792 nbranch mcrsdone1 ,blank 
-0x5167 020793 call save_cont_pointers 
-0x5168 020797 copy timeup ,temp 
-0x5169 020798 bpatchx patch23_6 ,mem_patch23 
-0x516a 020799 setarg l2cap_sdp_channel 
-0x516b 020800 isub temp ,null 
-0x516c 020801 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
-0x516d 020802 setarg l2cap_rfcomm_channel 
-0x516e 020803 isub temp ,null 
-0x516f 020804 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x5170 020805 setarg l2cap_hid_control_channel 
-0x5171 020806 isub temp ,null 
-0x5172 020807 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x5173 020808 setarg l2cap_hid_interrupt_channel 
-0x5174 020809 isub temp ,null 
-0x5175 020810 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
-:      020811 ml2cap_proc_signal_config_rsp_sdp:
-0x5176 020812 fetch 1 ,mem_sdp_state 
-0x5177 020813 set1 l2cap_channel_state_rcv_cfg_res 
-0x5178 020814 store 1 ,mem_sdp_state 
-0x5179 020815 rtn 
-:      020816 ml2cap_proc_signal_config_rsp_rfcomm:
-0x517a 020817 fetch 1 ,mem_rfcomm_state 
-0x517b 020818 set1 l2cap_channel_state_rcv_cfg_res 
-0x517c 020819 store 1 ,mem_rfcomm_state 
-0x517d 020820 rtn 
-:      020821 ml2cap_proc_signal_config_rsp_hid_ctrl:
-0x517e 020822 fetch 1 ,mem_hid_control_state 
-0x517f 020823 set1 l2cap_channel_state_rcv_cfg_res 
-0x5180 020824 store 1 ,mem_hid_control_state 
-0x5181 020825 rtn 
-:      020826 ml2cap_proc_signal_config_rsp_hid_int:
-0x5182 020827 fetch 1 ,mem_hid_interrupt_state 
-0x5183 020828 set1 l2cap_channel_state_rcv_cfg_res 
-0x5184 020829 store 1 ,mem_hid_interrupt_state 
-0x5185 020830 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x5186 020831 branch ui_ipc_send_event 
-:      020834 mcfrsdone:
-0x5187 020835 call load_cont_pointers 
-:      020836 mcrsdone1:
-0x5188 020837 increase -6 ,rega 
-:      020838 mloop2:
-0x5189 020839 branch mcrsdone ,zero 
-0x518a 020840 increase 1 ,contr 
-0x518b 020841 increase -1 ,rega 
-0x518c 020842 branch mloop2 
-:      020843 mcrsdone:
-0x518d 020844 rtn 
-:      020845 ml2cap_proc_signal_config_req:
-0x518e 020846 ifetch 1 ,contr 
-0x518f 020847 copy pdata ,queue 
-0x5190 020848 ifetch 2 ,contr 
-0x5191 020849 copy pdata ,rega 
-0x5192 020850 copy regc ,pdata 
-0x5193 020851 isub rega ,regc 
-0x5194 020852 ifetch 2 ,contr 
-0x5195 020853 increase 2 ,contr 
-0x5196 020854 copy pdata ,temp 
-0x5197 020855 setarg signal_config_rsp 
-0x5198 020856 istore 1 ,contw 
-0x5199 020857 copy queue ,pdata 
-0x519a 020858 istore 1 ,contw 
-0x519b 020859 increase 2 ,rega 
-0x519c 020860 copy rega ,pdata 
-0x519d 020861 istore 2 ,contw 
-0x519e 020862 call save_cont_pointers 
-0x519f 020863 bpatchx patch23_7 ,mem_patch23 
-0x51a0 020864 setarg l2cap_sdp_channel 
-0x51a1 020865 isub temp ,null 
-0x51a2 020866 branch ml2cap_proc_signal_config_req_sdp ,zero 
-0x51a3 020867 setarg l2cap_rfcomm_channel 
-0x51a4 020868 isub temp ,null 
-0x51a5 020869 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
-0x51a6 020870 setarg l2cap_hid_control_channel 
-0x51a7 020871 isub temp ,null 
-0x51a8 020872 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x51a9 020873 setarg l2cap_hid_interrupt_channel 
-0x51aa 020874 isub temp ,null 
-0x51ab 020875 branch ml2cap_proc_signal_config_req_hid_int ,zero 
-0x51ac 020876 branch mcfgrq_done 
-:      020877 ml2cap_proc_signal_config_req_sdp:
-0x51ad 020878 fetch 1 ,mem_sdp_state 
-0x51ae 020879 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51af 020880 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51b0 020881 store 1 ,mem_sdp_state 
-0x51b1 020882 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
-0x51b2 020883 fetcht 1 ,mem_control_tasks 
-0x51b3 020884 set1 l2cap_init_config_req ,temp 
-0x51b4 020885 storet 1 ,mem_control_tasks 
-0x51b5 020886 copy queue ,pdata 
-0x51b6 020887 increase 1 ,pdata 
-0x51b7 020888 store 1 ,mem_config_identifier 
-0x51b8 020889 fetch 1 ,mem_sdp_state 
-0x51b9 020890 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x51ba 020891 store 1 ,mem_sdp_state 
-:      020892 ml2cap_proc_signal_config_req_sdp_nsndreq:
-0x51bb 020893 fetch 2 ,mem_sdp_remote_cid 
-0x51bc 020894 store 2 ,mem_config_req_dest_cid 
-0x51bd 020895 branch mcfgrq_done 
-:      020896 ml2cap_proc_signal_config_req_rfcomm:
-0x51be 020897 fetch 1 ,mem_rfcomm_state 
-0x51bf 020898 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51c0 020899 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51c1 020900 store 1 ,mem_rfcomm_state 
-0x51c2 020901 fetch 2 ,mem_rfcomm_remote_cid 
-0x51c3 020902 branch mcfgrq_done 
-:      020903 ml2cap_proc_signal_config_req_hid_ctrl:
-0x51c4 020904 fetch 1 ,mem_hid_control_state 
-0x51c5 020905 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51c6 020906 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51c7 020907 store 1 ,mem_hid_control_state 
-0x51c8 020908 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x51c9 020909 branch mcfgrq_done 
-:      020910 ml2cap_proc_signal_config_req_hid_int:
-0x51ca 020911 fetch 1 ,mem_hid_interrupt_state 
-0x51cb 020912 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51cc 020913 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51cd 020914 store 1 ,mem_hid_interrupt_state 
-0x51ce 020915 fetch 2 ,mem_hid_int_remote_cid 
-:      020918 mcfgrq_done:
-0x51cf 020919 copy pdata ,timeup 
-0x51d0 020920 call load_cont_pointers 
-0x51d1 020922 copy timeup ,pdata 
-0x51d2 020924 istore 2 ,contw 
-0x51d3 020925 force 0x0000 ,pdata 
-0x51d4 020926 istore 2 ,contw 
-0x51d5 020927 force 0x0000 ,pdata 
-0x51d6 020928 istore 2 ,contw 
-0x51d7 020929 force 10 ,pdata 
-0x51d8 020930 iadd regb ,regb 
-0x51d9 020931 increase -6 ,rega 
-:      020932 mloop1:
-0x51da 020933 branch mcrqdone ,zero 
-0x51db 020934 ifetch 1 ,contr 
-0x51dc 020935 istore 1 ,contw 
-0x51dd 020936 increase 1 ,regb 
-0x51de 020937 increase -1 ,rega 
-0x51df 020938 branch mloop1 
-:      020939 mcrqdone:
-0x51e0 020940 rtn 
-:      020941 ml2cap_proc_signal_disconn_req:
-0x51e1 020942 ifetch 1 ,contr 
-0x51e2 020943 copy pdata ,queue 
-0x51e3 020944 ifetch 2 ,contr 
-0x51e4 020945 copy pdata ,rega 
-0x51e5 020946 copy regc ,pdata 
-0x51e6 020947 isub rega ,regc 
-0x51e7 020949 ifetch 2 ,contr 
-0x51e8 020950 copy pdata ,rega 
-0x51e9 020951 ifetch 2 ,contr 
-0x51ea 020952 copy pdata ,timeup 
-0x51eb 020953 call save_cont_pointers 
-0x51ec 020954 bpatchx patch24_0 ,mem_patch24 
-0x51ed 020955 setarg l2cap_sdp_channel 
-0x51ee 020956 copy rega ,temp 
-0x51ef 020957 isub temp ,null 
-0x51f0 020958 branch ml2cap_proc_signal_disconn_sdp ,zero 
-0x51f1 020959 setarg l2cap_hid_control_channel 
-0x51f2 020960 copy rega ,temp 
-0x51f3 020961 isub temp ,null 
-0x51f4 020962 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
-0x51f5 020963 setarg l2cap_hid_interrupt_channel 
-0x51f6 020964 copy rega ,temp 
-0x51f7 020965 isub temp ,null 
-0x51f8 020966 branch ml2cap_proc_signal_disconn_hid_int ,zero 
-0x51f9 020967 branch mclsrfc 
-:      020968 ml2cap_proc_signal_disconn_sdp:
-0x51fa 020969 setarg 0x0000 
-0x51fb 020970 store 2 ,mem_sdp_tx_pkt_length 
-0x51fc 020971 store 2 ,mem_sdp_remote_cid 
-0x51fd 020972 store 1 ,mem_sdp_state 
-0x51fe 020973 branch mclssdp 
-:      020974 ml2cap_proc_signal_disconn_hid_ctrl:
-0x51ff 020975 call l2cap_reset_hid_ctrl_state 
-0x5200 020976 branch mclssdp 
-:      020977 ml2cap_proc_signal_disconn_hid_int:
-0x5201 020978 call l2cap_reset_hid_int_state 
-0x5202 020984 branch mclssdp 
-:      020985 mclsrfc:
-0x5203 020986 setarg 0x0000 
-0x5204 020987 store 2 ,mem_rfcomm_tx_pkt_length 
-:      020988 mclssdp:
-0x5205 020989 call load_cont_pointers 
-0x5206 020990 setarg signal_disconnect_rsp 
-0x5207 020991 istore 1 ,contw 
-0x5208 020992 copy queue ,pdata 
-0x5209 020993 istore 1 ,contw 
-0x520a 020994 setarg 0x0004 
-0x520b 020995 istore 2 ,contw 
-0x520c 020996 copy rega ,pdata 
-0x520d 020997 istore 2 ,contw 
-0x520e 020998 copy timeup ,pdata 
-0x520f 020999 istore 2 ,contw 
-0x5210 021000 force 8 ,pdata 
-0x5211 021001 iadd regb ,regb 
-0x5212 021002 rtn 
-:      021004 ml2cap_proc_signal_disconn_rsp:
-0x5213 021005 ifetch 1 ,contr 
-0x5214 021006 copy pdata ,queue 
-0x5215 021007 ifetch 2 ,contr 
-0x5216 021008 copy pdata ,rega 
-0x5217 021009 ifetch 2 ,contr 
-0x5218 021010 copy pdata ,timeup 
-0x5219 021011 ifetch 2 ,contr 
-0x521a 021012 copy pdata ,temp 
-0x521b 021013 call save_cont_pointers 
-0x521c 021014 bpatchx patch24_1 ,mem_patch24 
-0x521d 021015 fetch 1 ,mem_ml2cap_comm_id 
-0x521e 021016 icompare 0xff ,queue 
-0x521f 021017 nbranch mdisdone ,true 
-0x5220 021018 setarg l2cap_sdp_channel 
-0x5221 021019 isub temp ,null 
-0x5222 021020 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
-0x5223 021021 setarg l2cap_rfcomm_channel 
-0x5224 021022 isub temp ,null 
-0x5225 021023 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
-0x5226 021024 branch mdisdone 
-:      021025 ml2cap_proc_signal_disconn_rsp_sdp:
-0x5227 021026 jam 0 ,mem_sdp_remote_cid 
-0x5228 021027 jam 0 ,mem_sdp_state 
-0x5229 021028 branch mdisdone 
-:      021029 ml2cap_proc_signal_disconn_rsp_rfcomm:
-:      021032 mdisdone:
-0x522a 021033 call load_cont_pointers 
-0x522b 021034 copy regc ,pdata 
-0x522c 021035 isub rega ,regc 
-0x522d 021036 rtn 
-:      021038 ml2cap_proc_send_reject:
-0x522e 021039 setarg signal_cmd_reject 
-0x522f 021040 istore 1 ,contw 
-0x5230 021041 ifetch 1 ,contr 
-0x5231 021042 istore 1 ,contw 
-0x5232 021043 setarg 0x0002 
-0x5233 021044 istore 2 ,contw 
-0x5234 021045 setarg 0x0000 
-0x5235 021046 istore 2 ,contw 
-0x5236 021047 setarg 0x0006 
-0x5237 021048 iadd regb ,regb 
-0x5238 021049 force 4 ,regc 
-0x5239 021050 rtn 
-:      021053 l2cap_get_req_id:
-0x523a 021054 fetch 1 ,mem_ml2cap_comm_id 
-0x523b 021055 increase 1 ,pdata 
-0x523c 021056 bne 0 ,l2cap_get_req_id_ok 
-0x523d 021057 increase 1 ,pdata 
-:      021058 l2cap_get_req_id_ok:
-0x523e 021059 store 1 ,mem_ml2cap_comm_id 
-0x523f 021060 rtn 
-:      021070 l2cap_malloc:
-0x5240 021071 bpatchx patch24_2 ,mem_patch24 
-0x5241 021072 arg 0 ,regb 
-0x5242 021073 call l2cap_malloc_is_fifo_full 
-0x5243 021074 nbranch assert ,blank 
-0x5244 021075 call l2cap_malloc_get_full_map 
-0x5245 021076 arg mem_tx_buff0 ,regb 
-0x5246 021077 arg 0 ,queue 
-:      021078 l2cap_malloc_loop:
-0x5247 021079 fetcht 1 ,mem_used_map 
-0x5248 021080 qisolate1 temp 
-0x5249 021081 branch l2cap_malloc_next ,true 
-0x524a 021082 call l2cap_malloc_enough 
-0x524b 021083 sub timeup ,0 ,null 
-0x524c 021084 branch l2cap_malloc_next ,positive 
-0x524d 021085 call l2cap_malloc_into_fifo 
-0x524e 021086 branch l2cap_malloc_rtn 
-:      021087 l2cap_malloc_next:
-0x524f 021088 increase 128 ,regb 
-0x5250 021089 increase 1 ,queue 
-0x5251 021090 setarg 8 
-0x5252 021091 isub queue ,null 
-0x5253 021092 branch l2cap_malloc_loop ,positive 
-0x5254 021093 arg 0 ,regb 
-:      021094 l2cap_malloc_rtn:
-0x5255 021095 copy regb ,pdata 
-0x5256 021096 branch assert ,blank 
-0x5257 021097 rtn 
-:      021105 l2cap_malloc_fifo_out:
-0x5258 021106 bpatchx patch24_3 ,mem_patch24 
-0x5259 021107 call l2cap_malloc_fifo_get_first_ptr 
-0x525a 021108 increase 1 ,contr 
-0x525b 021109 ifetch 2 ,contr 
-0x525c 021110 rtn 
-:      021116 l2cap_malloc_free:
-0x525d 021117 bpatchx patch24_4 ,mem_patch24 
-0x525e 021118 call l2cap_malloc_fifo_get_first_ptr 
-0x525f 021119 copy contr ,contw 
-0x5260 021120 copy contr ,temp 
-0x5261 021121 setarg 0 
-0x5262 021122 istore 3 ,contw 
-0x5263 021123 rtn 
-:      021128 l2cap_malloc_discard:
-0x5264 021129 bpatchx patch24_5 ,mem_patch24 
-0x5265 021130 call l2cap_malloc_is_fifo_empty 
-0x5266 021131 branch assert ,blank 
-0x5267 021132 fetch 3 ,mem_tx_fifo2 
-0x5268 021133 store 3 ,mem_tx_fifo3 
-0x5269 021134 fetch 3 ,mem_tx_fifo1 
-0x526a 021135 store 3 ,mem_tx_fifo2 
-0x526b 021136 fetch 3 ,mem_tx_fifo0 
-0x526c 021137 store 3 ,mem_tx_fifo1 
-0x526d 021138 rtn 
-:      021144 l2cap_malloc_is_fifo_full:
-0x526e 021145 bpatchx patch24_6 ,mem_patch24 
-0x526f 021146 fetch 3 ,mem_tx_fifo0 
-0x5270 021147 rtn 
-:      021153 l2cap_malloc_is_fifo_nearly_full:
-0x5271 021154 bpatchx patch24_7 ,mem_patch24 
-0x5272 021155 fetch 3 ,mem_tx_fifo1 
-0x5273 021156 rtn 
-:      021162 l2cap_malloc_is_fifo_empty:
-0x5274 021163 bpatchx patch25_0 ,mem_patch25 
-0x5275 021164 fetch 3 ,mem_tx_fifo3 
-0x5276 021165 rtn 
-:      021170 l2cap_malloc_fifo_get_first_ptr:
-0x5277 021171 call l2cap_malloc_is_fifo_empty 
-0x5278 021172 branch assert ,blank 
-0x5279 021173 arg mem_tx_fifo0 ,contr 
-:      021174 l2cap_malloc_free_loop:
-0x527a 021175 ifetch 3 ,contr 
-0x527b 021176 branch l2cap_malloc_free_loop ,blank 
-0x527c 021177 increase -3 ,contr 
-0x527d 021178 rtn 
-:      021185 l2cap_malloc_get_full_map:
-0x527e 021186 bpatchx patch25_1 ,mem_patch25 
-0x527f 021187 arg 4 ,loopcnt 
-0x5280 021188 arg mem_tx_fifo0_map ,contr 
-0x5281 021189 arg 0 ,temp 
-:      021190 l2cap_malloc_get_full_map_loop:
-0x5282 021191 ifetch 3 ,contr 
-0x5283 021192 and pdata ,0xff ,pdata 
-0x5284 021193 ior temp ,temp 
-0x5285 021194 loop l2cap_malloc_get_full_map_loop 
-0x5286 021195 storet 1 ,mem_used_map 
-0x5287 021196 rtn 
-:      021204 l2cap_malloc_into_fifo:
-0x5288 021205 bpatchx patch25_2 ,mem_patch25 
-0x5289 021206 call l2cap_malloc_is_fifo_full 
-0x528a 021207 nbranch assert ,blank 
-0x528b 021208 call l2cap_malloc_is_fifo_empty 
-0x528c 021209 branch l2cap_malloc_into_fifo_no_push ,blank 
-0x528d 021210 fetch 3 ,mem_tx_fifo1 
-0x528e 021211 store 3 ,mem_tx_fifo0 
-0x528f 021212 ifetch 3 ,contr 
-0x5290 021213 istore 3 ,contw 
-0x5291 021214 ifetch 3 ,contr 
-0x5292 021215 istore 3 ,contw 
-0x5293 021216 setarg 0 
-0x5294 021217 istore 3 ,contw 
-:      021218 l2cap_malloc_into_fifo_no_push:
-0x5295 021219 arg 0 ,temp 
-0x5296 021220 copy timeup ,pdata 
-0x5297 021221 iadd queue ,pdata 
-:      021222 l2cap_malloc_into_fifo_loop:
-0x5298 021223 qset1 temp 
-0x5299 021224 increase 1 ,queue 
-0x529a 021225 isub queue ,null 
-0x529b 021226 nbranch l2cap_malloc_into_fifo_loop ,zero 
-0x529c 021228 lshift8 regb ,pdata 
-0x529d 021229 ior temp ,pdata 
-0x529e 021230 store 3 ,mem_tx_fifo3 
-0x529f 021231 rtn 
-:      021241 l2cap_malloc_enough:
-0x52a0 021242 bpatchx patch25_3 ,mem_patch25 
-0x52a1 021243 call l2cap_malloc_get_full_map 
-0x52a2 021244 copy queue ,regc 
-0x52a3 021245 arg 0 ,temp 
-0x52a4 021246 arg 0 ,timeup 
-:      021248 l2cap_malloc_enough_loop:
-0x52a5 021249 copy queue ,pdata 
-0x52a6 021250 beq 8 ,l2cap_malloc_enough_end 
-0x52a7 021251 fetch 1 ,mem_used_map 
-0x52a8 021252 qisolate1 pdata 
-0x52a9 021253 branch l2cap_malloc_enough_end ,true 
-0x52aa 021254 increase 128 ,temp 
-0x52ab 021255 increase 1 ,queue 
-0x52ac 021256 copy rega ,pdata 
-0x52ad 021257 isub temp ,null 
-0x52ae 021258 branch l2cap_malloc_enough_end ,zero 
-0x52af 021259 branch l2cap_malloc_enough_loop ,positive 
-:      021260 l2cap_malloc_enough_end:
-0x52b0 021261 copy temp ,pdata 
-0x52b1 021262 isub rega ,null 
-0x52b2 021263 nbranch l2cap_malloc_enough_rtn ,positive 
-0x52b3 021264 copy queue ,pdata 
-0x52b4 021265 copy regc ,temp 
-0x52b5 021266 isub temp ,timeup 
-:      021267 l2cap_malloc_enough_rtn:
-0x52b6 021268 copy regc ,queue 
-0x52b7 021269 rtn 
-:      021272 l2cap_malloc_signal_channel:
-0x52b8 021273 bpatchx patch25_4 ,mem_patch25 
-0x52b9 021274 arg l2cap_signal_malloc_size ,rega 
-0x52ba 021275 call l2cap_malloc 
-0x52bb 021276 store 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52bc 021277 increase 4 ,pdata 
-0x52bd 021278 store 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52be 021279 setarg 0 
-0x52bf 021280 store 2 ,mem_l2cap_signal_tx_length 
-0x52c0 021281 rtn 
-:      021283 l2cap_get_signal_tx_buff:
-0x52c1 021284 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52c2 021285 branch l2cap_util_pdata_to_contw 
-:      021287 l2cap_get_signal_tx_payload:
-0x52c3 021288 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52c4 021289 branch l2cap_util_pdata_to_contw 
-:      021292 l2cap_malloc_sdp_channel:
-0x52c5 021293 bpatchx patch25_5 ,mem_patch25 
-0x52c6 021294 arg sdp_malloc_size ,rega 
-0x52c7 021295 call l2cap_malloc 
-0x52c8 021296 store 2 ,mem_sdp_tx_buff_ptr 
-0x52c9 021297 increase 4 ,pdata 
-0x52ca 021298 store 2 ,mem_sdp_tx_payload_ptr 
-0x52cb 021299 setarg 0 
-0x52cc 021300 store 2 ,mem_sdp_tx_pkt_length 
-0x52cd 021301 rtn 
-:      021303 l2cap_get_sdp_tx_buff:
-0x52ce 021304 fetch 2 ,mem_sdp_tx_buff_ptr 
-0x52cf 021305 branch l2cap_util_pdata_to_contw 
-:      021307 l2cap_get_sdp_tx_payload:
-0x52d0 021308 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x52d1 021309 branch l2cap_util_pdata_to_contw 
-:      021312 l2cap_malloc_rfcomm_channel:
-0x52d2 021313 bpatchx patch25_6 ,mem_patch25 
-0x52d3 021314 call push_stack 
-0x52d4 021315 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
-0x52d5 021316 call l2cap_malloc_is_fifo_full 
-0x52d6 021317 nrtn blank 
-0x52d7 021318 arg rfcomm_malloc_size ,rega 
-0x52d8 021319 call l2cap_malloc 
-0x52d9 021320 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x52da 021321 increase 4 ,pdata 
-0x52db 021322 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x52dc 021323 setarg 0 
-0x52dd 021324 store 2 ,mem_rfcomm_tx_pkt_length 
-0x52de 021325 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x52df 021326 branch pop_stack 
-:      021328 l2cap_get_rfcomm_tx_buff:
-0x52e0 021329 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x52e1 021330 branch l2cap_util_pdata_to_contw 
-:      021332 l2cap_util_pdata_to_contw:
-0x52e2 021333 branch assert ,blank 
-0x52e3 021334 copy pdata ,contw 
-0x52e4 021335 rtn 
-:      021338 l2cap_lpm_save_calc_len:
-0x52e5 021339 bpatchx patch25_7 ,mem_patch25 
-0x52e6 021340 arg 0 ,regb 
-0x52e7 021341 arg mem_tx_fifo0_map ,rega 
-0x52e8 021342 increase -2 ,rega 
-:      021343 l2cap_lpm_save_calc_len_loop:
-0x52e9 021344 increase 2 ,rega 
-0x52ea 021345 setarg mem_tx_fifo_end 
-0x52eb 021346 isub rega ,null 
-0x52ec 021347 branch l2cap_lpm_save_calc_len_end ,zero 
-0x52ed 021348 ifetch 1 ,rega 
-0x52ee 021349 increase 1 ,rega 
-0x52ef 021350 branch l2cap_lpm_save_calc_len_loop ,blank 
-0x52f0 021351 ifetcht 2 ,rega 
-0x52f1 021352 ifetch 2 ,temp 
-0x52f2 021353 iadd regb ,regb 
-0x52f3 021354 increase 4 ,regb 
-0x52f4 021355 branch l2cap_lpm_save_calc_len_loop 
-:      021356 l2cap_lpm_save_calc_len_end:
-0x52f5 021357 copy regb ,pdata 
-0x52f6 021358 rtn 
-:      021361 l2cap_lpm_get_wake_lock:
-0x52f7 021362 arg wake_lock_l2cap_tx ,queue 
-0x52f8 021363 branch lpm_get_wake_lock 
-:      021365 l2cap_lpm_put_wake_lock:
-0x52f9 021366 arg wake_lock_l2cap_tx ,queue 
-0x52fa 021367 branch lpm_put_wake_lock 
-:      021369 l2cap_lpm_save_txbuf:
-0x52fb 021370 bpatchx patch26_0 ,mem_patch26 
-0x52fc 021371 call l2cap_malloc_get_full_map 
-0x52fd 021372 fetch 1 ,mem_used_map 
-0x52fe 021373 rtn blank 
-0x52ff 021374 call l2cap_lpm_save_calc_len 
-0x5300 021375 arg l2cap_lpm_txbuf_len ,temp 
-0x5301 021376 isub temp ,null 
-0x5302 021377 branch l2cap_lpm_get_wake_lock ,positive 
-0x5303 021378 call l2cap_lpm_put_wake_lock 
-0x5304 021379 arg mem_l2cap_lpm_txbuf ,contw 
-0x5305 021380 arg mem_tx_fifo0 ,rega 
-:      021381 l2cap_lpm_save_txbuf_loop:
-0x5306 021382 setarg mem_tx_fifo_end 
-0x5307 021383 isub rega ,null 
-0x5308 021384 rtn zero 
-0x5309 021385 ifetch 1 ,rega 
-0x530a 021386 increase 1 ,rega 
-0x530b 021387 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
-0x530c 021388 istore 2 ,contw 
-0x530d 021389 increase 2 ,rega 
-0x530e 021390 branch l2cap_lpm_save_txbuf_loop 
-:      021391 l2cap_lpm_save_txbuf_nempty:
-0x530f 021392 ifetch 2 ,rega 
-0x5310 021393 increase 2 ,rega 
-0x5311 021394 copy pdata ,contr 
-0x5312 021395 ifetch 2 ,contr 
-0x5313 021396 istore 2 ,contw 
-0x5314 021397 copy pdata ,loopcnt 
-0x5315 021398 increase 2 ,loopcnt 
-0x5316 021399 call memcpy 
-0x5317 021400 branch l2cap_lpm_save_txbuf_loop 
-:      021402 l2cap_lpm_load_txbuf:
-0x5318 021403 bpatchx patch26_1 ,mem_patch26 
-0x5319 021404 call l2cap_malloc_get_full_map 
-0x531a 021405 fetch 1 ,mem_used_map 
-0x531b 021406 rtn blank 
-0x531c 021407 arg mem_tx_fifo0_ptr ,rega 
-0x531d 021408 increase -3 ,rega 
-0x531e 021409 arg mem_l2cap_lpm_txbuf ,contr 
-:      021410 l2cap_lpm_load_txbuf_loop:
-0x531f 021411 increase 3 ,rega 
-0x5320 021412 setarg mem_tx_fifo_end + 1 
-0x5321 021413 isub rega ,null 
-0x5322 021414 rtn zero 
-0x5323 021415 ifetch 2 ,contr 
-0x5324 021416 branch l2cap_lpm_load_txbuf_loop ,blank 
-0x5325 021417 increase 4 ,pdata 
-0x5326 021418 copy pdata ,loopcnt 
-0x5327 021419 copy contr ,regb 
-0x5328 021420 ifetch 2 ,rega 
-0x5329 021421 copy pdata ,contw 
-0x532a 021422 copy regb ,contr 
-0x532b 021423 increase -2 ,contr 
-0x532c 021424 call memcpy 
-0x532d 021425 branch l2cap_lpm_load_txbuf_loop 
-:      021435 le_init_conn:
-0x532e 021436 bpatchx patch26_2 ,mem_patch26 
-0x532f 021437 disable wake 
-0x5330 021438 jam 1 ,mem_le_conn_handle 
-0x5331 021439 jam 3 ,mem_le_state 
-0x5332 021440 jam 1 ,mem_le_arq 
-0x5333 021441 setarg -1 
-0x5334 021442 store 2 ,mem_le_event_count 
-0x5335 021443 force 0 ,pdata 
-0x5336 021444 store 1 ,mem_le_ch 
-0x5337 021445 store 1 ,mem_le_op 
-0x5338 021446 store 3 ,mem_sniff_rcv 
-0x5339 021447 store 3 ,mem_sniff_lost 
-0x533a 021448 store 5 ,mem_le_pcnt_tx 
-0x533b 021449 set1 39 ,pdata 
-0x533c 021450 store 5 ,mem_le_pcnt_rx 
-0x533d 021451 jam 1 ,mem_le_txheader 
-0x533e 021452 jam 0 ,mem_le_txlen 
-0x533f 021453 branch le_supervision_flush 
-:      021455 le_init_master:
-0x5340 021456 bpatchx patch26_3 ,mem_patch26 
-0x5341 021457 enable master 
-0x5342 021458 jam lemode_master ,mem_le_mode 
-0x5343 021459 jam 1 ,mem_le_att_handle 
-0x5344 021460 jam 1 ,mem_le_search_handle_start 
-0x5345 021461 setarg 0xffff 
-0x5346 021462 store 2 ,mem_le_search_handle_end 
-0x5347 021463 force 0 ,pdata 
-0x5348 021464 store 5 ,mem_le_pcnt_rx 
-0x5349 021465 set1 39 ,pdata 
-0x534a 021466 store 5 ,mem_le_pcnt_tx 
-0x534b 021467 branch le_init_conn 
-:      021470 le_init_slave:
-0x534c 021471 bpatchx patch26_4 ,mem_patch26 
-0x534d 021472 disable master 
-0x534e 021473 setarg 0x17 
-0x534f 021474 store 2 ,mem_le_remote_mtu 
-0x5350 021475 jam lemode_slave ,mem_le_mode 
-0x5351 021476 jam 0 ,mem_le_adv_enable 
-0x5352 021477 jam 0 ,mem_lpm_current_mult 
-0x5353 021478 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x5354 021479 jam flag_le_enc_null ,mem_le_enc_state 
-0x5355 021480 fetch 2 ,mem_le_superto 
-0x5356 021481 store 2 ,mem_le_init_superto 
-0x5357 021482 fetch 2 ,mem_le_tsniff 
-0x5358 021483 mul32 pdata ,5 ,pdata 
-0x5359 021484 rshift4 pdata ,pdata 
-0x535a 021485 store 2 ,mem_le_superto 
-0x535b 021486 branch le_init_conn 
-:      021492 le_dispatch:
-0x535c 021493 call le_enable 
-0x535d 021494 call le_scan 
-0x535e 021495 call le_adv 
-0x535f 021496 branch le_disable 
-:      021498 le_conn_dispatch:
-0x5360 021499 bpatchx patch26_5 ,mem_patch26 
-0x5361 021500 call le_enable 
-0x5362 021501 call app_process_ble 
-0x5363 021502 fetch 1 ,mem_le_mode 
-0x5364 021503 beq lemode_master ,le_master_dispatch 
-0x5365 021504 branch le_slave_dispatch 
-:      021510 le_master_dispatch:
-0x5366 021511 bpatchx patch26_6 ,mem_patch26 
-0x5367 021512 enable master 
-0x5368 021513 call le_supervision_update 
-0x5369 021514 branch le_master_disconn ,positive 
-0x536a 021515 call check_ble_disabled 
-0x536b 021516 call le_setup 
-0x536c 021517 call le_prepare_tx 
-0x536d 021518 disable match 
-0x536e 021519 call le_transmit_receive_sifs 
-0x536f 021520 nrtn match 
-0x5370 021521 bpatchx patch26_7 ,mem_patch26 
-0x5371 021522 fetch 1 ,mem_le_conn_rcv 
-0x5372 021523 increase 1 ,pdata 
-0x5373 021524 store 1 ,mem_le_conn_rcv 
-0x5374 021525 call le_acknowledge 
-0x5375 021526 disable master 
-0x5376 021527 rtn 
-:      021529 le_master_disconn:
-0x5377 021530 call le_disconnect 
-0x5378 021531 disable master 
-0x5379 021532 rtn 
-:      021537 le_slave_dispatch:
-0x537a 021538 bpatchx patch27_0 ,mem_patch27 
-0x537b 021539 jam 0 ,mem_le_md_count 
-0x537c 021540 call sp_calc_sequence_256 
-0x537d 021541 call le_secure_connect_sm 
-0x537e 021542 disable attempt 
-0x537f 021543 call le_supervision_update 
-0x5380 021544 branch le_slave_disconn ,positive 
-0x5381 021545 call check_ble_disabled 
-0x5382 021546 call le_setup 
-0x5383 021547 call le_receive_slave 
-0x5384 021548 nbranch le_slave_unsync ,sync 
-0x5385 021549 call le_got_first_packet 
-0x5386 021550 branch le_slave_match ,match 
-0x5387 021551 branch le_slave_cont 
-:      021554 le_slave_match:
-0x5388 021555 bpatchx patch27_1 ,mem_patch27 
-0x5389 021556 fetch 1 ,mem_le_md_count 
-0x538a 021557 pincrease 1 
-0x538b 021558 store 1 ,mem_le_md_count 
-0x538c 021559 beq le_md_max_count ,le_slave_cont 
-0x538d 021560 call le_acknowledge 
-0x538e 021561 call le_prepare_tx 
-0x538f 021562 call le_transmit_norx 
-0x5390 021563 call le_parse 
-0x5391 021564 fetch 2 ,mem_cb_ble_transmit 
-0x5392 021565 call callback_func 
-0x5393 021566 call le_check_md 
-0x5394 021567 branch le_slave_more_data ,user 
-:      021568 le_slave_cont:
-0x5395 021569 bpatchx patch27_2 ,mem_patch27 
-0x5396 021570 call le_pairing_sm 
-0x5397 021571 call le_check_paring_time 
-0x5398 021572 call check_51cmd 
-0x5399 021573 fetch 1 ,mem_le_op 
-0x539a 021574 bbit1 op_disconn ,le_slave_disconn 
-:      021575 le_slave_unsync:
-0x539b 021576 bpatchx patch27_3 ,mem_patch27 
-0x539c 021577 call le_lpm_set_mult 
-0x539d 021578 call le_update_channel_map 
-0x539e 021579 call le_update_param 
-0x539f 021580 branch calc_clke_offset 
-:      021583 le_check_md:
-0x53a0 021584 disable user 
-0x53a1 021585 bmark1 mark_ble_rx_md ,enable_user 
-0x53a2 021586 bmark1 mark_ble_tx_md ,enable_user 
-0x53a3 021587 rtn 
-:      021590 le_slave_more_data:
-0x53a4 021591 bpatchx patch27_4 ,mem_patch27 
-0x53a5 021592 enable attempt 
-0x53a6 021593 call le_transmit_receive_sifs_notx 
-0x53a7 021594 branch le_slave_match ,match 
-0x53a8 021595 branch le_slave_cont 
-:      021597 le_slave_disconn:
-:      021600 le_disconnect:
-0x53a9 021601 bpatchx patch27_5 ,mem_patch27 
-0x53aa 021602 call le_clear_connection_info 
-0x53ab 021603 call app_disconn_reason_collect_ble 
-0x53ac 021604 call sp_initialize_256 
-0x53ad 021605 jam bt_evt_le_disconnected ,mem_fifo_temp 
-0x53ae 021606 branch ui_ipc_send_event 
-:      021608 le_clear_connection_info:
-0x53af 021609 setarg 0 
-0x53b0 021610 store 9 ,mem_le_tx_buff_used 
-0x53b1 021611 jam 0 ,mem_le_conn_handle 
-0x53b2 021612 jam lemode_idle ,mem_le_mode 
-0x53b3 021613 jam 0 ,mem_le_state 
-0x53b4 021614 jam flag_le_enc_null ,mem_le_enc_state 
-0x53b5 021615 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x53b6 021616 rtn 
-:      021618 le_got_first_packet:
-0x53b7 021619 bpatchx patch27_6 ,mem_patch27 
-0x53b8 021620 fetch 1 ,mem_le_conn_rcv 
-0x53b9 021621 increase 1 ,pdata 
-0x53ba 021622 store 1 ,mem_le_conn_rcv 
-0x53bb 021623 fetch 1 ,mem_le_state 
-0x53bc 021624 rtnbit1 lestate_got_first_packet 
-0x53bd 021625 set1 lestate_got_first_packet 
-0x53be 021626 store 1 ,mem_le_state 
-0x53bf 021627 fetch 2 ,mem_le_init_superto 
-0x53c0 021628 store 2 ,mem_le_superto 
-0x53c1 021629 setarg 0 
-0x53c2 021630 store 4 ,mem_le_transmit_window 
-0x53c3 021631 rtn 
-:      021634 le_enable:
-0x53c4 021635 bpatchx patch27_7 ,mem_patch27 
-0x53c5 021636 jam 0x36 ,rf_adc_goff 
-0x53c6 021637 jam 0x5f ,rf_agc_nsat 
-0x53c7 021638 enable le 
-0x53c8 021639 jam 7 ,rfen_ulp 
-0x53c9 021640 call check_ble_disabled 
-0x53ca 021641 fetch 1 ,mem_250k_freq_enable 
-0x53cb 021642 rtn blank 
-0x53cc 021643 jam 0xb8 ,rf_iq_gain 
-0x53cd 021644 rtn 
-:      021646 le_disable:
-0x53ce 021647 bpatchx patch28_0 ,mem_patch28 
-0x53cf 021648 jam 0x2e ,rf_adc_goff 
-0x53d0 021649 jam 0xff ,rf_agc_nsat 
-0x53d1 021650 disable le 
-0x53d2 021651 jam 3 ,rfen_ulp 
-0x53d3 021652 arg 0 ,stop_watch 
-0x53d4 021653 rtn 
-:      021655 le_prep:
-0x53d5 021656 disable enable_crc 
-0x53d6 021657 disable enable_white 
-0x53d7 021658 fetch 3 ,mem_le_crcinit 
-0x53d8 021659 iforce crc24_init 
-0x53d9 021660 fetch 1 ,mem_le_ch_mapped 
-0x53da 021661 reverse pdata ,temp 
-0x53db 021662 set1 1 ,temp 
-0x53dc 021663 rshift temp ,white_init 
-0x53dd 021664 rtn 
-:      021667 lerx_setfreq:
-0x53de 021668 call le_setfreq 
-0x53df 021669 call set_freq_rx 
-0x53e0 021670 setarg param_pll_setup 
-0x53e1 021671 call sleep 
-0x53e2 021672 branch rf_rx_enable 
-:      021674 letx_setfreq:
-0x53e3 021675 branch txon ,match 
-:      021676 letx_setfreq0:
-0x53e4 021677 call le_setfreq 
-0x53e5 021678 branch set_freq_tx 
-:      021679 le_setfreq:
-0x53e6 021680 bpatchx patch28_1 ,mem_patch28 
-0x53e7 021681 call set_sync_on 
-0x53e8 021682 fetch 1 ,mem_le_testtype 
-0x53e9 021683 nbranch le_ctf_test ,blank 
-0x53ea 021684 fetch 1 ,mem_le_ch_mapped 
-0x53eb 021685 sub pdata ,36 ,null 
-0x53ec 021686 branch le_ctf_normal ,positive 
-0x53ed 021687 force 0 ,temp 
-0x53ee 021688 rtneq 37 
-0x53ef 021689 force 24 ,temp 
-0x53f0 021690 rtneq 38 
-0x53f1 021691 force 78 ,temp 
-0x53f2 021692 rtn 
-:      021694 le_ctf_normal:
-0x53f3 021695 sub pdata ,10 ,null 
-0x53f4 021696 branch le_ctf_low ,positive 
-0x53f5 021697 increase 1 ,pdata 
-:      021699 le_ctf_low:
-0x53f6 021700 lshift pdata ,pdata 
-0x53f7 021701 add pdata ,2 ,temp 
-0x53f8 021702 rtn 
-:      021704 le_ctf_test:
-0x53f9 021705 fetch 1 ,mem_le_ch_mapped 
-0x53fa 021706 lshift pdata ,temp 
-0x53fb 021707 rtn 
-:      021709 le_sca_map:
-0x53fc 021710 arg 500 ,temp 
-0x53fd 021711 rtn blank 
-0x53fe 021712 arg 250 ,temp 
-0x53ff 021713 rtneq 1 
-0x5400 021714 arg 150 ,temp 
-0x5401 021715 rtneq 2 
-0x5402 021716 arg 100 ,temp 
-0x5403 021717 rtneq 3 
-0x5404 021718 arg 75 ,temp 
-0x5405 021719 rtneq 4 
-0x5406 021720 arg 50 ,temp 
-0x5407 021721 rtneq 5 
-0x5408 021722 arg 40 ,temp 
-0x5409 021723 rtneq 6 
-0x540a 021724 arg 20 ,temp 
-0x540b 021725 rtn 
-:      021729 le_adv_access:
-0x540c 021730 setarg 0x8e89be 
-0x540d 021731 lshift8 pdata ,pdata 
-0x540e 021732 or_into 0xd6 ,pdata 
-0x540f 021733 iforce access 
-0x5410 021734 setarg 0x555555 
-0x5411 021735 store 3 ,mem_le_crcinit 
-0x5412 021736 rtn 
-:      021738 le_setup:
-0x5413 021739 bpatchx patch28_2 ,mem_patch28 
-0x5414 021740 enable swfine 
-0x5415 021741 fetch 4 ,mem_le_access 
-0x5416 021742 iforce access 
-0x5417 021743 call le_map_channel 
-0x5418 021744 setarg 0x200 
-0x5419 021745 branch le_setup_master ,master 
-0x541a 021746 fetch 2 ,mem_le_receive_window 
-0x541b 021747 rshift pdata ,pdata 
-:      021748 le_setup_master:
-0x541c 021749 arg param_pll_setup ,temp 
-0x541d 021750 iadd temp ,pdata 
-0x541e 021751 call ahead_window 
-0x541f 021752 deposit clke 
-0x5420 021753 store 6 ,mem_le_rxon_ts 
-0x5421 021754 rtn 
-:      021756 le_next_adv_channel:
-0x5422 021757 bpatchx patch28_3 ,mem_patch28 
-0x5423 021758 fetch 1 ,mem_le_ch_mapped 
-0x5424 021759 beq 37 ,le_next_adv_channel_curr_channel_37 
-0x5425 021760 beq 38 ,le_next_adv_channel_curr_channel_38 
-0x5426 021761 beq 39 ,le_next_adv_channel_curr_channel_39 
-0x5427 021762 branch le_next_adv_channel_curr_channel_39 
-:      021764 le_next_adv_channel_curr_channel_37:
-0x5428 021765 fetcht 1 ,mem_le_adv_channel_map 
-0x5429 021766 isolate1 bit_adv_channel_map_38 ,temp 
-0x542a 021767 branch set_le_next_adv_channel_38 ,true 
-0x542b 021768 isolate1 bit_adv_channel_map_39 ,temp 
-0x542c 021769 branch set_le_next_adv_channel_39 ,true 
-0x542d 021770 branch set_le_next_adv_channel_37 
-:      021773 le_next_adv_channel_curr_channel_38:
-0x542e 021774 fetcht 1 ,mem_le_adv_channel_map 
-0x542f 021775 isolate1 bit_adv_channel_map_39 ,temp 
-0x5430 021776 branch set_le_next_adv_channel_39 ,true 
-0x5431 021777 isolate1 bit_adv_channel_map_37 ,temp 
-0x5432 021778 branch set_le_next_adv_channel_37 ,true 
-0x5433 021779 branch set_le_next_adv_channel_38 
-:      021782 le_next_adv_channel_curr_channel_39:
-0x5434 021783 fetcht 1 ,mem_le_adv_channel_map 
-0x5435 021784 isolate1 bit_adv_channel_map_37 ,temp 
-0x5436 021785 branch set_le_next_adv_channel_37 ,true 
-0x5437 021786 isolate1 bit_adv_channel_map_38 ,temp 
-0x5438 021787 branch set_le_next_adv_channel_38 ,true 
-0x5439 021788 branch set_le_next_adv_channel_39 
-:      021792 set_le_next_adv_channel_37:
-0x543a 021793 jam 37 ,mem_le_ch_mapped 
-0x543b 021794 fetch 1 ,mem_le_adv_channel_map_temp 
-0x543c 021795 set1 bit_adv_channel_map_37 ,pdata 
-0x543d 021796 store 1 ,mem_le_adv_channel_map_temp 
-0x543e 021797 rtn 
-:      021799 set_le_next_adv_channel_38:
-0x543f 021800 jam 38 ,mem_le_ch_mapped 
-0x5440 021801 fetch 1 ,mem_le_adv_channel_map_temp 
-0x5441 021802 set1 bit_adv_channel_map_38 ,pdata 
-0x5442 021803 store 1 ,mem_le_adv_channel_map_temp 
-0x5443 021804 rtn 
-:      021806 set_le_next_adv_channel_39:
-0x5444 021807 jam 39 ,mem_le_ch_mapped 
-0x5445 021808 fetch 1 ,mem_le_adv_channel_map_temp 
-0x5446 021809 set1 bit_adv_channel_map_39 ,pdata 
-0x5447 021810 store 1 ,mem_le_adv_channel_map_temp 
-0x5448 021811 rtn 
-:      021815 le_context_nexthop:
-0x5449 021816 bpatchx patch28_4 ,mem_patch28 
-0x544a 021817 add rega ,coffset_mode ,contr 
-0x544b 021818 ifetch 1 ,contr 
-0x544c 021819 rtnbit0 mode_le 
-0x544d 021820 add rega ,coffset_le_event_cnt ,contw 
-0x544e 021821 ifetch 2 ,contw 
-0x544f 021822 increase 1 ,pdata 
-0x5450 021823 istore 2 ,contw 
-0x5451 021824 add rega ,coffset_le_hop ,contr 
-0x5452 021825 ifetch 1 ,contr 
-0x5453 021826 add rega ,coffset_le_ch ,contw 
-0x5454 021827 ifetcht 1 ,contw 
-0x5455 021828 iadd temp ,pdata 
-0x5456 021829 sub pdata ,36 ,null 
-0x5457 021830 branch le_nexthop_nowrap ,positive 
-0x5458 021831 increase -37 ,pdata 
-:      021832 le_nexthop_nowrap:
-0x5459 021833 istore 1 ,contw 
-0x545a 021834 rtn 
-:      021837 le_calc_channel_map:
-0x545b 021838 bpatchx patch28_5 ,mem_patch28 
-0x545c 021839 fetch 5 ,mem_le_channel_map 
-0x545d 021840 force 0 ,temp 
-0x545e 021841 force 37 ,loopcnt 
-:      021842 le_count_channels_loop:
-0x545f 021843 bbit0 0 ,le_count_channels_notused 
-0x5460 021844 increase 1 ,temp 
-:      021845 le_count_channels_notused:
-0x5461 021846 rshift pdata ,pdata 
-0x5462 021847 loop le_count_channels_loop 
-0x5463 021848 add temp ,-1 ,pdata 
-0x5464 021849 store 1 ,mem_le_channels 
-0x5465 021850 rtn 
-:      021852 le_map_channel:
-0x5466 021853 bpatchx patch28_6 ,mem_patch28 
-0x5467 021854 fetch 1 ,mem_le_ch 
-0x5468 021855 iforce queue 
-0x5469 021856 fetcht 5 ,mem_le_channel_map 
-0x546a 021857 qisolate1 temp 
-0x546b 021858 branch le_map_channel_end ,true 
-:      021859 le_map_channel_next:
-0x546c 021860 bpatchx patch28_7 ,mem_patch28 
-0x546d 021861 fetch 1 ,mem_le_channels 
-0x546e 021862 isub queue ,pdata 
-0x546f 021863 branch le_map_channel_cont ,positive 
-0x5470 021864 sub pdata ,-1 ,queue 
-0x5471 021865 branch le_map_channel_next 
-:      021866 le_map_channel_cont:
-0x5472 021867 copy queue ,loopcnt 
-0x5473 021868 force 0 ,queue 
-:      021869 le_map_channel_loop:
-0x5474 021870 qisolate1 temp 
-0x5475 021871 branch le_map_channel_skip ,true 
-0x5476 021872 increase 1 ,loopcnt 
-:      021873 le_map_channel_skip:
-0x5477 021874 deposit loopcnt 
-0x5478 021875 branch le_map_channel_end ,blank 
-0x5479 021876 increase 1 ,queue 
-0x547a 021877 increase -1 ,loopcnt 
-0x547b 021878 branch le_map_channel_loop 
-:      021879 le_map_channel_end:
-0x547c 021880 deposit queue 
-0x547d 021881 store 1 ,mem_le_ch_mapped 
-0x547e 021882 rtn 
-:      021885 le_wait_tx:
-0x547f 021886 branch le_wait_master ,master 
-0x5480 021887 until null ,timeout 
-0x5481 021888 rtn 
-:      021890 le_wait_master:
-0x5482 021891 arg 0xea0 ,timeup 
-0x5483 021892 until clkn_rt ,meet 
-0x5484 021893 rtn 
-:      021895 le_receive_adv:
-0x5485 021896 disable swfine 
-0x5486 021897 fetch 2 ,mem_le_scan_window 
-0x5487 021898 copy pdata ,timeup 
-0x5488 021899 branch le_receive_packet 
-:      021902 le_receive_slave:
-0x5489 021903 bpatchx patch29_0 ,mem_patch29 
-0x548a 021904 enable swfine 
-0x548b 021905 fetch 2 ,mem_le_receive_window 
-0x548c 021906 fetcht 4 ,mem_le_transmit_window 
-0x548d 021907 iadd temp ,timeup 
-:      021908 le_receive_packet:
-0x548e 021909 call lerx_setfreq 
-:      021910 le_receive_rxon:
-0x548f 021911 bpatchx patch29_1 ,mem_patch29 
-0x5490 021912 call le_prep 
-0x5491 021913 disable match 
-0x5492 021914 enable decode_fec0 
-0x5493 021915 enable is_rx 
-0x5494 021916 disable is_tx 
-0x5495 021917 copy timeup ,stop_watch 
-0x5496 021918 correlate null ,timeout 
-0x5497 021919 branch le_receive_on_attempt ,attempt 
-0x5498 021920 copy clke ,temp 
-0x5499 021921 storet 6 ,mem_sync_clke 
-:      021922 le_receive_on_attempt:
-0x549a 021923 nbranch end_of_packet ,sync 
-0x549b 021924 branch le_receive_skip ,attempt 
-0x549c 021925 arg param_clke_cal_le ,clke_rt 
-0x549d 021926 copy bt_clk ,clke_bt 
-0x549e 021927 fetch 1 ,mem_le_state 
-0x549f 021928 bbit0 lestate_got_first_packet ,le_receive_skip 
-0x54a0 021929 call lpm_adjust_clk ,wake 
-:      021930 le_receive_skip:
-0x54a1 021931 bpatchx patch29_2 ,mem_patch29 
-0x54a2 021932 call save_rssi 
-0x54a3 021933 enable enable_white 
-0x54a4 021934 enable enable_crc 
-0x54a5 021935 parse demod ,bucket ,8 
-0x54a6 021936 rshift3 pwindow ,pdata 
-0x54a7 021937 store 1 ,mem_le_rxbuf 
-0x54a8 021938 parse demod ,bucket ,8 
-0x54a9 021939 rshift3 pwindow ,pdata 
-0x54aa 021940 istore 1 ,contw 
-0x54ab 021941 and pdata ,0x3f ,loopcnt 
-0x54ac 021942 branch lerx_nopayload ,zero 
-:      021944 lerx_loop:
-0x54ad 021945 parse demod ,bucket ,8 
-0x54ae 021946 rshift3 pwindow ,pdata 
-0x54af 021947 istore 1 ,contw 
-0x54b0 021948 loop lerx_loop 
-:      021950 lerx_nopayload:
-0x54b1 021951 bpatchx patch29_3 ,mem_patch29 
-0x54b2 021952 parse demod ,bucket ,24 
-0x54b3 021953 enable swfine 
-0x54b4 021954 arg param_sifs ,stop_watch 
-0x54b5 021955 rshift32 pdata ,pdata 
-0x54b6 021956 rshift16 pdata ,pdata 
-0x54b7 021957 istore 3 ,contw 
-0x54b8 021958 branch end_of_packet ,crc_failed 
-0x54b9 021959 enable match 
-0x54ba 021960 fetch 1 ,mem_last_freq 
-0x54bb 021961 add pdata ,0 ,rega 
-0x54bc 021962 call rf_write_freq 
-0x54bd 021963 disable decode_fec0 
-0x54be 021964 branch set_sync_on 
-:      021966 le_transmit_receive_sifs:
-0x54bf 021967 bpatchx patch29_4 ,mem_patch29 
-0x54c0 021968 call le_transmit 
-:      021969 le_transmit_receive_sifs_notx:
-0x54c1 021970 fetcht 1 ,mem_last_freq 
-0x54c2 021971 call set_freq_rx 
-0x54c3 021972 call rf_rx_enable 
-0x54c4 021973 enable swfine 
-0x54c5 021974 arg 5500 ,timeup 
-0x54c6 021975 branch le_receive_rxon 
-:      021977 le_transmit_norx:
-0x54c7 021978 call le_transmit 
-0x54c8 021979 branch end_of_packet 
-:      021981 le_transmit:
-0x54c9 021982 bpatchx patch29_5 ,mem_patch29 
-0x54ca 021983 call le_prep 
-0x54cb 021984 call letx_setfreq 
-0x54cc 021985 branch le_transmit0 
-:      021987 le_transmit0:
-0x54cd 021988 set1 txgfsk ,radio_ctrl 
-0x54ce 021989 enable encode_fec0 
-0x54cf 021990 enable is_tx 
-0x54d0 021991 disable is_rx 
-0x54d1 021992 call le_wait_tx 
-0x54d2 021993 rshift16 access ,pdata 
-0x54d3 021994 rshift8 pdata ,pdata 
-0x54d4 021995 rshift4 pdata ,pdata 
-0x54d5 021996 inject mod ,40 
-0x54d6 021997 enable enable_white 
-0x54d7 021998 enable enable_crc 
-0x54d8 021999 bpatchx patch29_6 ,mem_patch29 
-0x54d9 022000 fetch 1 ,mem_le_txheader 
-0x54da 022001 inject mod ,8 
-0x54db 022002 ifetch 1 ,contr 
-0x54dc 022003 and pdata ,0x3f ,loopcnt 
-0x54dd 022004 inject mod ,8 
-0x54de 022005 branch letr_nopayload ,zero 
-:      022006 letr_loop:
-0x54df 022007 ifetch 1 ,contr 
-0x54e0 022008 inject mod ,8 
-0x54e1 022009 loop letr_loop 
-:      022011 letr_nopayload:
-0x54e2 022012 enable enable_parity 
-0x54e3 022013 inject mod ,24 
-0x54e4 022014 disable enable_parity 
-0x54e5 022015 until null ,tx_clear 
-0x54e6 022016 nop 100 
-0x54e7 022017 disable encode_fec0 
-0x54e8 022018 rtn 
-:      022020 le_send_adv_ind:
-0x54e9 022021 bpatchx patch29_7 ,mem_patch29 
-0x54ea 022022 fetch 1 ,mem_le_adv_type 
-0x54eb 022023 beq adv_direct_ind ,le_send_adv_direct_ind 
-0x54ec 022024 fetch 1 ,mem_le_adv_own_addr_type 
-0x54ed 022025 lshift4 pdata ,pdata 
-0x54ee 022026 lshift2 pdata ,pdata 
-0x54ef 022027 store 1 ,mem_le_txheader 
-0x54f0 022028 fetcht 1 ,mem_le_adv_data_len 
-0x54f1 022029 add temp ,6 ,pdata 
-0x54f2 022030 store 1 ,mem_le_txlen 
-0x54f3 022031 fetch 6 ,mem_le_lap 
-0x54f4 022032 store 6 ,mem_le_txpayload 
-0x54f5 022033 copy temp ,loopcnt 
-0x54f6 022034 arg mem_le_adv_data ,contr 
-0x54f7 022035 call memcpy_fast 
-0x54f8 022036 branch le_send_adv_transmit 
-:      022037 le_send_adv_direct_ind:
-0x54f9 022038 fetch 1 ,mem_le_adv_direct_addr_type 
-0x54fa 022039 lshift4 pdata ,pdata 
-0x54fb 022040 lshift2 pdata ,pdata 
-0x54fc 022041 increase 1 ,pdata 
-0x54fd 022042 store 1 ,mem_le_txheader 
-0x54fe 022043 setarg 12 
-0x54ff 022044 store 1 ,mem_le_txlen 
-0x5500 022045 fetch 6 ,mem_le_lap 
-0x5501 022046 store 6 ,mem_le_txpayload 
-0x5502 022047 fetch 6 ,mem_hci_plap 
-0x5503 022048 istore 6 ,contw 
-:      022049 le_send_adv_transmit:
-0x5504 022050 bpatchx patch2a_0 ,mem_patch2a 
-0x5505 022051 fetch 1 ,mem_le_adv_transmit 
-0x5506 022052 increase 1 ,pdata 
-0x5507 022053 store 1 ,mem_le_adv_transmit 
-0x5508 022054 arg 1800 ,stop_watch 
-0x5509 022055 disable match 
-0x550a 022056 branch le_transmit_receive_sifs 
-:      022058 le_send_scan_request:
-0x550b 022059 bpatchx patch2a_1 ,mem_patch2a 
-0x550c 022060 fetch 1 ,mem_le_scan_type 
-0x550d 022061 rtnne le_scan_type_active 
-0x550e 022062 fetch 1 ,mem_le_adv_transmit 
-0x550f 022063 increase 1 ,pdata 
-0x5510 022064 store 1 ,mem_le_adv_transmit 
-0x5511 022065 arg 0x0c03 ,temp 
-0x5512 022066 fetch 1 ,mem_le_scan_own_addr_type 
-0x5513 022067 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5514 022068 copy rega ,pdata 
-0x5515 022069 nsetflag blank ,le_receiver_addr_bit ,temp 
-0x5516 022070 storet 2 ,mem_le_txheader 
-0x5517 022071 fetch 6 ,mem_le_lap 
-0x5518 022072 istore 6 ,contw 
-0x5519 022073 fetch 6 ,mem_le_plap 
-0x551a 022074 istore 6 ,contw 
-0x551b 022075 branch le_transmit_receive_sifs 
-:      022078 le_send_scan_response:
-0x551c 022079 bpatchx patch2a_2 ,mem_patch2a 
-0x551d 022080 arg scan_rsp ,temp 
-0x551e 022081 fetch 1 ,mem_le_adv_own_addr_type 
-0x551f 022082 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5520 022083 storet 1 ,mem_le_txheader 
-0x5521 022084 fetcht 1 ,mem_le_scan_data_len 
-0x5522 022085 add temp ,6 ,pdata 
-0x5523 022086 store 1 ,mem_le_txlen 
-0x5524 022087 fetch 6 ,mem_le_lap 
-0x5525 022088 store 6 ,mem_le_txpayload 
-0x5526 022089 arg mem_le_scan_data ,contr 
-0x5527 022090 copy temp ,loopcnt 
-0x5528 022091 call memcpy_fast 
-0x5529 022092 call le_transmit_norx 
-0x552a 022093 branch le_adv_not_match 
-:      022095 le_connect_request:
-0x552b 022096 bpatchx patch2a_3 ,mem_patch2a 
-0x552c 022097 force -1 ,pdata 
-0x552d 022098 setsect 2 ,1 
-0x552e 022099 store 5 ,mem_le_channel_map 
-0x552f 022100 call le_calc_channel_map 
-0x5530 022101 force 4 ,loopcnt 
-0x5531 022102 arg mem_le_access ,contw 
-0x5532 022103 call generate_random_loop 
-0x5533 022104 fetch 2 ,mem_le_timeout 
-0x5534 022105 store 2 ,mem_le_superto 
-:      022106 le_con_req_hop_retry:
-0x5535 022107 random pdata 
-0x5536 022108 and_into 0xf ,pdata 
-0x5537 022109 sub pdata ,4 ,null 
-0x5538 022110 branch le_con_req_hop_retry ,positive 
-0x5539 022111 store 1 ,mem_le_hop 
-0x553a 022112 store 1 ,mem_tmp1 
-0x553b 022113 bpatchx patch2a_4 ,mem_patch2a 
-0x553c 022114 fetcht 2 ,mem_le_conn_interval 
-0x553d 022115 storet 2 ,mem_le_tsniff 
-0x553e 022116 copy temp ,regc 
-0x553f 022117 add clkn_bt ,7 ,pdata 
-0x5540 022118 idiv regc 
-0x5541 022119 call wait_div_end 
-0x5542 022120 remainder rega 
-0x5543 022121 isub rega ,pdata 
-0x5544 022122 iadd regc ,pdata 
-0x5545 022123 fetcht 2 ,mem_le_dsniff 
-0x5546 022124 iadd temp ,pdata 
-0x5547 022125 store 4 ,mem_le_anchor 
-0x5548 022126 isub clkn_bt ,rega 
-0x5549 022127 increase -6 ,rega 
-0x554a 022128 arg 0x2205 ,regb 
-0x554b 022129 fetch 1 ,mem_le_conn_own_addr_type 
-0x554c 022130 nsetflag blank ,le_sender_addr_bit ,regb 
-0x554d 022131 fetch 1 ,mem_le_conn_peer_addr_type 
-0x554e 022132 nsetflag blank ,le_receiver_addr_bit ,regb 
-0x554f 022133 copy regb ,pdata 
-0x5550 022134 store 2 ,mem_le_txheader 
-0x5551 022135 fetch 6 ,mem_le_lap 
-0x5552 022136 istore 6 ,contw 
-0x5553 022137 fetch 6 ,mem_le_plap 
-0x5554 022138 istore 6 ,contw 
-0x5555 022139 fetch 4 ,mem_le_access 
-0x5556 022140 istore 4 ,contw 
-0x5557 022141 random pdata 
-0x5558 022142 istore 2 ,contw 
-0x5559 022143 random pdata 
-0x555a 022144 istore 1 ,contw 
-0x555b 022145 force 2 ,pdata 
-0x555c 022146 istore 1 ,contw 
-0x555d 022147 rshift2 rega ,pdata 
-0x555e 022148 istore 2 ,contw 
-0x555f 022149 rshift2 regc ,pdata 
-0x5560 022150 istore 2 ,contw 
-0x5561 022151 bpatchx patch2a_5 ,mem_patch2a 
-0x5562 022152 setarg 0 
-0x5563 022153 istore 2 ,contw 
-0x5564 022154 fetch 2 ,mem_le_timeout 
-0x5565 022155 istore 2 ,contw 
-0x5566 022156 fetch 5 ,mem_le_channel_map 
-0x5567 022157 istore 5 ,contw 
-0x5568 022158 fetch 1 ,mem_le_hop 
-0x5569 022159 arg param_le_sca ,temp 
-0x556a 022160 ior temp ,pdata 
-0x556b 022161 istore 1 ,contw 
-0x556c 022162 call le_transmit_norx 
-0x556d 022163 setarg mem_le_txheader 
-0x556e 022164 add pdata ,18 ,contr 
-0x556f 022165 ifetch 3 ,contr 
-0x5570 022166 store 3 ,mem_le_crcinit 
-0x5571 022167 rtn 
-:      022169 le_init_adv:
-0x5572 022170 bpatchx patch2a_6 ,mem_patch2a 
-0x5573 022171 disable master 
-0x5574 022172 branch le_adv_access 
-:      022176 le_update_param:
-0x5575 022177 fetch 1 ,mem_le_state 
-0x5576 022178 rtnbit0 lestate_update_param 
-0x5577 022179 fetch 2 ,mem_le_event_count 
-0x5578 022180 fetcht 2 ,mem_le_instant 
-0x5579 022181 isub temp ,pdata 
-0x557a 022182 nrtn positive 
-0x557b 022183 store 2 ,mem_pdatatemp 
-0x557c 022184 bpatchx patch2a_7 ,mem_patch2a 
-0x557d 022185 fetch 1 ,mem_le_state 
-0x557e 022186 set0 lestate_update_param ,pdata 
-0x557f 022187 set0 lestate_got_first_packet ,pdata 
-0x5580 022188 store 1 ,mem_le_state 
-0x5581 022189 fetch 4 ,mem_le_anchor 
-0x5582 022190 fetcht 2 ,mem_le_tsniff 
-0x5583 022191 storet 2 ,mem_temp 
-0x5584 022192 isub temp ,rega 
-0x5585 022193 bpatchx patch2b_0 ,mem_patch2b 
-0x5586 022194 fetch 1 ,mem_le_new_param 
-0x5587 022195 store 1 ,mem_le_window_size 
-0x5588 022196 ifetcht 2 ,contr 
-0x5589 022197 ifetch 2 ,contr 
-0x558a 022198 lshift2 pdata ,pdata 
-0x558b 022199 store 2 ,mem_le_tsniff 
-0x558c 022200 lshift2 temp ,temp 
-0x558d 022201 iadd temp ,pdata 
-0x558e 022202 ifetcht 4 ,contr 
-0x558f 022203 storet 4 ,mem_le_slave_latency 
-0x5590 022204 iadd rega ,pdata 
-0x5591 022205 copy pdata ,regab 
-0x5592 022206 fetch 2 ,mem_le_tsniff 
-0x5593 022207 fetcht 2 ,mem_temp 
-0x5594 022208 isub temp ,pdata 
-0x5595 022209 fetcht 2 ,mem_pdatatemp 
-0x5596 022210 imul32 temp ,pdata 
-0x5597 022211 iadd regab ,pdata 
-0x5598 022212 store 4 ,mem_le_anchor 
-0x5599 022213 call le_receive_window_size 
-0x559a 022214 fetch 2 ,mem_le_superto 
-0x559b 022215 store 2 ,mem_le_init_superto 
-0x559c 022216 rtn 
-:      022219 le_update_channel_map:
-0x559d 022220 bpatchx patch2b_1 ,mem_patch2b 
-0x559e 022221 fetch 1 ,mem_le_state 
-0x559f 022222 rtnbit0 lestate_update_map 
-0x55a0 022223 fetch 2 ,mem_le_event_count 
-0x55a1 022224 fetcht 2 ,mem_le_instant 
-0x55a2 022225 isub temp ,pdata 
-0x55a3 022226 nrtn positive 
-0x55a4 022227 fetch 1 ,mem_le_state 
-0x55a5 022228 set0 lestate_update_map ,pdata 
-0x55a6 022229 store 1 ,mem_le_state 
-0x55a7 022230 fetch 5 ,mem_le_new_map 
-0x55a8 022231 store 5 ,mem_le_channel_map 
-0x55a9 022232 branch le_calc_channel_map 
-:      022235 le_acknowledge:
-0x55aa 022236 bpatchx patch2b_2 ,mem_patch2b 
-0x55ab 022237 call le_supervision_flush 
-0x55ac 022238 call le_check_wak 
-0x55ad 022239 fetch 1 ,mem_le_rxbuf 
-0x55ae 022240 isolate1 md ,pdata 
-0x55af 022241 setflag true ,mark_ble_rx_md ,mark 
-0x55b0 022242 rshift pdata ,pdata 
-0x55b1 022243 ixor temp ,pdata 
-0x55b2 022244 isolate1 nesn ,pdata 
-0x55b3 022245 setflag true ,mark_old_packet ,mark 
-0x55b4 022246 rtnmark1 mark_old_packet 
-0x55b5 022247 fetch 1 ,mem_le_rxbuf + 1 
-0x55b6 022248 branch le_ack_unenc ,blank 
-0x55b7 022249 fetch 1 ,mem_le_state 
-0x55b8 022250 bbit0 lestate_encryption ,le_ack_unenc 
-0x55b9 022251 call load_sk 
-0x55ba 022252 call le_decrypt 
-0x55bb 022253 nrtn blank 
-:      022254 le_ack_unenc:
-0x55bc 022255 fetcht 1 ,mem_le_arq 
-0x55bd 022256 setflip nesn ,temp 
-0x55be 022257 storet 1 ,mem_le_arq 
-0x55bf 022258 rtn 
-:      022261 le_check_wak:
-0x55c0 022262 bpatchx patch2b_3 ,mem_patch2b 
-0x55c1 022263 fetcht 1 ,mem_le_arq 
-0x55c2 022264 isolate0 wak ,temp 
-0x55c3 022265 rtn true 
-0x55c4 022266 fetch 1 ,mem_le_rxbuf 
-0x55c5 022267 lshift pdata ,pdata 
-0x55c6 022268 ixor temp ,pdata 
-0x55c7 022269 rtnbit0 sn 
-0x55c8 022270 set0 wak ,temp 
-0x55c9 022271 setflip sn ,temp 
-0x55ca 022272 storet 1 ,mem_le_arq 
-0x55cb 022273 compare 3 ,temp ,3 
-0x55cc 022274 nrtn true 
-0x55cd 022275 fetch 1 ,mem_le_txpayload 
-0x55ce 022276 beq ll_start_enc_req ,le_set_enc 
-0x55cf 022277 fetch 1 ,mem_le_enc_state 
-0x55d0 022278 beq flag_le_enc_pause ,le_clear_enc 
-0x55d1 022279 rtn 
-:      022282 le_set_enc:
-0x55d2 022283 fetch 1 ,mem_le_state 
-0x55d3 022284 set1 lestate_encryption ,pdata 
-0x55d4 022285 store 1 ,mem_le_state 
-0x55d5 022286 rtn 
-:      022288 le_clear_enc:
-0x55d6 022289 bpatchx patch2b_4 ,mem_patch2b 
-0x55d7 022290 jam flag_le_enc_null ,mem_le_enc_state 
-0x55d8 022291 arg 0 ,pdata 
-0x55d9 022292 store 4 ,mem_le_last_mic 
-0x55da 022293 store 5 ,mem_le_pcnt_tx 
-0x55db 022294 set1 39 ,pdata 
-0x55dc 022295 store 5 ,mem_le_pcnt_rx 
-0x55dd 022296 fetch 1 ,mem_le_state 
-0x55de 022297 set0 lestate_encryption ,pdata 
-0x55df 022298 store 1 ,mem_le_state 
-0x55e0 022299 rtn 
-:      022302 le_wait_adv:
-0x55e1 022303 bpatchx patch2b_5 ,mem_patch2b 
-0x55e2 022304 call le_next_adv_channel 
-0x55e3 022305 call le_receive_adv 
-0x55e4 022306 fetch 1 ,mem_le_adv_waitcnt 
-0x55e5 022307 increase 1 ,pdata 
-0x55e6 022308 store 1 ,mem_le_adv_waitcnt 
-0x55e7 022309 rtn 
-:      022312 le_scan:
-0x55e8 022313 bpatchx patch2b_6 ,mem_patch2b 
-0x55e9 022314 fetch 1 ,mem_le_scan_enable 
-0x55ea 022315 rtnne le_scan_enable 
-0x55eb 022316 arg le_scan_interval_timer ,queue 
-0x55ec 022317 call timer_check 
-0x55ed 022318 nrtn blank 
-0x55ee 022319 fetch 2 ,mem_le_scan_interval 
-0x55ef 022320 fetcht 2 ,mem_le_scan_window 
-0x55f0 022321 isub temp ,pdata 
-0x55f1 022322 arg le_scan_interval_timer ,queue 
-0x55f2 022323 call timer_init 
-0x55f3 022324 disable master 
-0x55f4 022325 call le_init_adv 
-0x55f5 022326 call le_wait_adv 
-0x55f6 022327 nrtn match 
-0x55f7 022328 bpatchx patch2b_7 ,mem_patch2b 
-0x55f8 022329 fetch 6 ,mem_le_rxbuf + 2 
-0x55f9 022330 store 6 ,mem_le_plap 
-0x55fa 022333 fetch 1 ,mem_le_adv_rcv 
-0x55fb 022334 increase 1 ,pdata 
-0x55fc 022335 store 1 ,mem_le_adv_rcv 
-0x55fd 022336 call le_create_conn 
-0x55fe 022337 rtn master 
-0x55ff 022338 call le_send_scan_request 
-0x5600 022339 nrtn match 
-0x5601 022340 bpatchx patch2c_0 ,mem_patch2c 
-0x5602 022341 fetch 1 ,mem_le_scanrsp_rcv 
-0x5603 022342 increase 1 ,pdata 
-0x5604 022343 store 1 ,mem_le_scanrsp_rcv 
-0x5605 022344 fetch 9 ,mem_le_rxbuf + 8 
-0x5606 022345 store 9 ,mem_tmp_buffer 
-0x5607 022346 rtn 
-:      022348 le_create_conn:
-0x5608 022349 bpatchx patch2c_1 ,mem_patch2c 
-0x5609 022350 fetch 1 ,mem_cmd_le_create_conn 
-0x560a 022351 rtnne hci_cmd_le_create_conn 
-0x560b 022352 fetch 6 ,mem_le_plap 
-0x560c 022353 fetcht 6 ,mem_le_conn_peer_addr 
-0x560d 022354 isub temp ,null 
-0x560e 022355 nrtn zero 
-0x560f 022356 call context_new 
-0x5610 022357 nrtn zero 
-0x5611 022358 call le_connect_request 
-0x5612 022359 call le_init_master 
-0x5613 022360 bpatchx patch2c_2 ,mem_patch2c 
-0x5614 022361 jam 0 ,mem_hci_cmd 
-0x5615 022362 jam 0 ,mem_le_peer_sca 
-0x5616 022363 jam 0 ,mem_le_scan_enable 
-0x5617 022364 jam 0 ,mem_cmd_le_create_conn 
-0x5618 022365 branch context_save 
-:      022367 le_scan_check_sender_addr_type:
-0x5619 022368 arg 1 ,rega 
-0x561a 022369 fetch 1 ,mem_le_rxbuf 
-0x561b 022370 rtnbit1 le_sender_addr_bit 
-0x561c 022371 arg 0 ,rega 
-0x561d 022372 rtn 
-:      022376 le_prepare_tx:
-0x561e 022377 bpatchx patch2c_3 ,mem_patch2c 
-0x561f 022378 fetch 1 ,mem_le_arq 
-0x5620 022379 rtnbit1 wak 
-0x5621 022380 call le_check_tx_md 
-0x5622 022381 call le_fifo_get_first_tx_ptr 
-0x5623 022382 branch le_send_empty ,blank 
-0x5624 022383 ifetch 1 ,contr 
-0x5625 022384 ifetcht 1 ,contr 
-0x5626 022385 copy temp ,rega 
-0x5627 022386 isub rega ,pdata 
-0x5628 022387 arg le_max_paket_len ,temp 
-0x5629 022388 call not_greater_than 
-0x562a 022389 copy pdata ,temp 
-0x562b 022390 ifetch 1 ,contr 
-0x562c 022391 copy pdata ,type 
-0x562d 022392 copy rega ,pdata 
-0x562e 022393 iadd contr ,contr 
-0x562f 022394 arg mem_le_txpayload ,contw 
-0x5630 022395 copy temp ,loopcnt 
-0x5631 022396 call memcpy 
-0x5632 022397 call le_update_tx_type 
-0x5633 022398 call le_send_packet 
-0x5634 022400 call le_fifo_get_first_tx_ptr 
-0x5635 022401 ifetch 1 ,contr 
-0x5636 022402 copy pdata ,rega 
-0x5637 022403 copy contr ,regc 
-0x5638 022404 ifetcht 1 ,contr 
-0x5639 022405 copy temp ,regb 
-0x563a 022406 isub regb ,pdata 
-0x563b 022407 arg le_max_paket_len ,temp 
-0x563c 022408 call not_greater_than 
-0x563d 022409 iadd regb ,pdata 
-0x563e 022410 istore 1 ,regc 
-0x563f 022411 isub rega ,null 
-0x5640 022412 nrtn zero 
-0x5641 022413 branch le_fifo_release_first_node 
-:      022416 le_check_tx_md:
-0x5642 022417 call le_check_continue 
-0x5643 022418 rtnmark1 mark_ble_tx_md 
-0x5644 022419 fetch 1 ,mem_le_configuration 
-0x5645 022420 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
-0x5646 022421 call le_fifo_get_second_tx_ptr 
-0x5647 022422 branch le_clear_md ,blank 
-0x5648 022423 branch le_set_md 
-:      022426 le_check_continue:
-0x5649 022427 call le_fifo_get_first_tx_ptr 
-0x564a 022428 branch le_clear_md ,blank 
-0x564b 022429 ifetch 1 ,contr 
-0x564c 022430 ifetcht 1 ,contr 
-0x564d 022431 isub temp ,pdata 
-0x564e 022432 sub pdata ,le_max_paket_len ,null 
-0x564f 022433 branch le_clear_md ,positive 
-:      022434 le_set_md:
-0x5650 022435 set1 mark_ble_tx_md ,mark 
-0x5651 022436 rtn 
-:      022438 le_clear_md:
-0x5652 022439 set0 mark_ble_tx_md ,mark 
-0x5653 022440 rtn 
-:      022442 le_update_tx_type:
-0x5654 022443 copy rega ,pdata 
-0x5655 022444 rtn blank 
-0x5656 022445 arg llid_continue ,type 
-0x5657 022446 rtn 
-:      022449 le_att_check_notification_enable:
-0x5658 022450 bpatchx patch2c_4 ,mem_patch2c 
-0x5659 022451 increase 1 ,temp 
-0x565a 022452 call le_att_get_handle_ptr 
-0x565b 022453 increase -2 ,contr 
-0x565c 022454 ifetch 2 ,contr 
-0x565d 022455 arg client_charactertic_configuration ,temp 
-0x565e 022456 isub temp ,null 
-0x565f 022457 nrtn zero 
-0x5660 022458 increase 1 ,contr 
-0x5661 022459 copy contr ,rega 
-0x5662 022460 ifetch 1 ,contr 
-0x5663 022461 rtn 
-:      022464 le_send_empty:
-0x5664 022465 force 0 ,temp 
-0x5665 022466 force 1 ,type 
-:      022468 le_send_packet:
-0x5666 022469 bpatchx patch2c_5 ,mem_patch2c 
-0x5667 022470 storet 1 ,mem_le_txlen 
-0x5668 022471 fetcht 1 ,mem_le_arq 
-0x5669 022472 set1 wak ,temp 
-0x566a 022473 and temp ,0xfc ,pdata 
-0x566b 022474 ior type ,pdata 
-0x566c 022475 store 1 ,mem_le_arq 
-0x566d 022476 and_into 0x1f ,pdata 
-0x566e 022477 isolate1 mark_ble_tx_md ,mark 
-0x566f 022478 setflag true ,md ,pdata 
-0x5670 022479 store 1 ,mem_le_txheader 
-0x5671 022481 fetch 1 ,mem_le_txheader 
-0x5672 022482 compare 1 ,type ,3 
-0x5673 022483 nbranch le_send_no_txlen ,true 
-0x5674 022484 fetch 1 ,mem_le_txlen 
-0x5675 022485 rtn blank 
-:      022486 le_send_no_txlen:
-0x5676 022487 fetch 1 ,mem_le_state 
-0x5677 022488 rtnbit0 lestate_encryption 
-0x5678 022489 call load_sk 
-0x5679 022490 branch le_encrypt 
-:      022493 get_lpm_wake_ble_rx_lock:
-0x567a 022494 arg wake_lock_ble_rx ,queue 
-0x567b 022495 branch lpm_get_wake_lock 
-:      022497 put_lpm_wake_ble_rx_lock:
-0x567c 022498 arg wake_lock_ble_rx ,queue 
-0x567d 022499 branch lpm_put_wake_lock 
-:      022502 le_parse:
-0x567e 022503 bpatchx patch2c_6 ,mem_patch2c 
-0x567f 022504 rtnmark1 mark_old_packet 
-0x5680 022505 call le_fifo_check_full 
-0x5681 022506 nrtn blank 
-0x5682 022507 fetch 1 ,mem_le_rxbuf 
-0x5683 022508 and pdata ,0x3 ,pdata 
-0x5684 022509 store 1 ,mem_le_packet_llid 
-0x5685 022510 ifetch 1 ,contr 
-0x5686 022511 and pdata ,0x1f ,pdata 
-0x5687 022512 store 1 ,mem_le_packet_size 
-0x5688 022513 rtn blank 
-0x5689 022514 copy contr ,pdata 
-0x568a 022515 store 2 ,mem_le_payload_ptr 
-0x568b 022516 fetch 1 ,mem_le_packet_llid 
-0x568c 022517 beq llid_le_ll ,le_parse_ll 
-:      022518 le_parse_l2cap:
-0x568d 022519 call le_check_l2cap_complete 
-0x568e 022520 nbranch get_lpm_wake_ble_rx_lock ,user 
-0x568f 022521 call put_lpm_wake_ble_rx_lock 
-0x5690 022522 fetch 2 ,mem_le_payload_ptr 
-0x5691 022523 copy pdata ,contr 
-0x5692 022524 ifetch 2 ,contr 
-0x5693 022525 store 2 ,mem_le_l2cap_size 
-0x5694 022526 bpatchx patch2c_7 ,mem_patch2c 
-0x5695 022527 ifetch 2 ,contr 
-0x5696 022528 beq le_l2cap_cid_att ,le_parse_att 
-0x5697 022529 beq le_l2cap_cid_smp ,le_parse_smp 
-0x5698 022530 beq le_l2cap_cid_signal ,le_parse_signaling 
-0x5699 022531 rtn 
-:      022534 le_check_l2cap_complete:
-0x569a 022535 fetch 1 ,mem_le_packet_llid 
-0x569b 022536 beq llid_start ,le_check_l2cap_llid_start 
-0x569c 022537 beq llid_continue ,le_check_l2cap_llid_continue 
-0x569d 022538 rtn 
-:      022543 le_check_l2cap_cid_legal:
-0x569e 022544 call enable_user 
-0x569f 022545 arg le_l2cap_cid_att ,temp 
-0x56a0 022546 isub pdata ,null 
-0x56a1 022547 rtn zero 
-0x56a2 022548 arg le_l2cap_cid_signal ,temp 
-0x56a3 022549 isub pdata ,null 
-0x56a4 022550 rtn zero 
-0x56a5 022551 arg le_l2cap_cid_smp ,temp 
-0x56a6 022552 isub pdata ,null 
-0x56a7 022553 rtn zero 
-0x56a8 022554 branch disable_user 
-:      022557 le_check_l2cap_llid_start:
-0x56a9 022558 fetch 2 ,mem_le_payload_ptr 
-0x56aa 022559 copy pdata ,contr 
-0x56ab 022560 ifetch 2 ,contr 
-0x56ac 022561 store 2 ,mem_le_l2cap_size 
-0x56ad 022562 ifetch 2 ,contr 
-0x56ae 022563 call le_check_l2cap_cid_legal 
-0x56af 022564 nrtn user 
-0x56b0 022565 fetcht 1 ,mem_le_packet_size 
-0x56b1 022566 storet 1 ,mem_le_packet_len_recved 
-0x56b2 022567 fetch 2 ,mem_le_l2cap_size 
-0x56b3 022568 increase 4 ,pdata 
-0x56b4 022569 isub temp ,null 
-0x56b5 022570 branch enable_user ,zero 
-0x56b6 022571 fetch 1 ,mem_le_packet_size 
-0x56b7 022572 copy pdata ,loopcnt 
-0x56b8 022573 arg mem_le_l2capbuf ,contw 
-0x56b9 022574 fetch 2 ,mem_le_payload_ptr 
-0x56ba 022575 copy pdata ,contr 
-0x56bb 022576 call memcpy 
-0x56bc 022577 branch disable_user 
-:      022582 le_check_l2cap_continue_legal:
-0x56bd 022583 call enable_user 
-0x56be 022584 fetch 1 ,mem_le_packet_len_recved 
-0x56bf 022585 nrtn blank 
-0x56c0 022586 branch disable_user 
-:      022588 le_check_l2cap_llid_continue:
-0x56c1 022589 call le_check_l2cap_continue_legal 
-0x56c2 022590 nrtn user 
-0x56c3 022591 fetch 1 ,mem_le_packet_len_recved 
-0x56c4 022592 arg mem_le_l2capbuf ,contw 
-0x56c5 022593 iadd contw ,rega 
-0x56c6 022594 fetcht 1 ,mem_le_packet_size 
-0x56c7 022595 iadd temp ,pdata 
-0x56c8 022596 store 1 ,mem_le_packet_len_recved 
-0x56c9 022597 fetch 1 ,mem_le_packet_size 
-0x56ca 022598 copy pdata ,loopcnt 
-0x56cb 022599 copy rega ,contw 
-0x56cc 022600 fetch 2 ,mem_le_payload_ptr 
-0x56cd 022601 copy pdata ,contr 
-0x56ce 022602 call memcpy_fast 
-0x56cf 022603 setarg mem_le_l2capbuf 
-0x56d0 022604 store 2 ,mem_le_payload_ptr 
-0x56d1 022605 fetch 2 ,mem_le_l2cap_size 
-0x56d2 022606 increase 4 ,pdata 
-0x56d3 022607 fetcht 1 ,mem_le_packet_len_recved 
-0x56d4 022608 isub temp ,null 
-0x56d5 022609 branch enable_user ,zero 
-0x56d6 022610 branch disable_user 
-:      022616 le_get_search_att_type:
-0x56d7 022617 call store_contr 
-0x56d8 022618 arg mem_le_search_att_type_length ,contw 
-:      022619 le_get_search_common:
-0x56d9 022620 fetch 2 ,mem_le_l2cap_size 
-0x56da 022621 increase -5 ,pdata 
-:      022622 le_get_search_common2:
-0x56db 022623 istore 1 ,contw 
-0x56dc 022624 copy pdata ,loopcnt 
-0x56dd 022625 call get_contr 
-0x56de 022626 branch memcpy_fast 
-:      022628 le_get_search_att_uuid:
-0x56df 022629 call store_contr 
-0x56e0 022630 arg mem_le_search_uuid_length ,contw 
-0x56e1 022631 branch le_get_search_common 
-:      022635 le_writeatt_cb:
-0x56e2 022636 fetch 2 ,mem_cb_att_write 
-0x56e3 022637 branch callback_func 
-:      022639 le_supervision_update:
-0x56e4 022640 fetcht 4 ,mem_le_supervision_timer 
-0x56e5 022641 call get_clkbt 
-0x56e6 022642 isub temp ,timeup 
-0x56e7 022643 deposit timeup 
-0x56e8 022644 fetcht 2 ,mem_le_superto 
-0x56e9 022645 lshift4 temp ,temp 
-0x56ea 022646 lshift temp ,temp 
-0x56eb 022647 isub temp ,pdata 
-0x56ec 022648 rtn 
-:      022650 le_supervision_flush:
-0x56ed 022651 call get_clkbt 
-0x56ee 022652 store 4 ,mem_le_supervision_timer 
-0x56ef 022653 rtn 
-:      022656 le_adv:
-0x56f0 022657 jam 36 ,mem_le_ch_mapped 
-0x56f1 022658 jam 0 ,mem_le_adv_channel_map_temp 
-:      022659 le_adv_loop:
-0x56f2 022660 bpatchx patch2d_0 ,mem_patch2d 
-0x56f3 022661 fetch 1 ,mem_le_adv_enable 
-0x56f4 022662 rtn blank 
-0x56f5 022663 arg le_adv_interval_timer ,queue 
-0x56f6 022664 call timer_check 
-0x56f7 022665 nrtn blank 
-0x56f8 022666 bpatchx patch2d_1 ,mem_patch2d 
-:      022667 le_adv_loop_tx:
-0x56f9 022668 disable master 
-0x56fa 022669 enable swfine 
-0x56fb 022670 call le_init_adv 
-0x56fc 022671 call le_next_adv_channel 
-0x56fd 022672 call le_send_adv_ind 
-0x56fe 022673 nbranch le_adv_not_match ,match 
-0x56ff 022674 fetch 1 ,mem_le_req_rcv 
-0x5700 022675 increase 1 ,pdata 
-0x5701 022676 store 1 ,mem_le_req_rcv 
-0x5702 022677 fetch 1 ,mem_le_rxbuf 
-0x5703 022678 and pdata ,0x0f ,pdata 
-0x5704 022679 beq scan_req ,le_send_scan_response 
-0x5705 022680 beq connect_req ,le_parse_connect_req 
-:      022681 le_adv_not_match:
-0x5706 022682 bpatchx patch2d_2 ,mem_patch2d 
-0x5707 022683 random pdata 
-0x5708 022684 arg 0x1ff ,temp 
-0x5709 022685 iand temp ,pdata 
-0x570a 022686 add pdata ,250 ,pdata 
-0x570b 022687 call delay 
-0x570c 022688 fetch 1 ,mem_le_adv_channel_map_temp 
-0x570d 022689 fetcht 1 ,mem_le_adv_channel_map 
-0x570e 022690 isub temp ,null 
-0x570f 022691 nbranch le_adv_loop ,zero 
-0x5710 022692 arg le_adv_interval_timer ,queue 
-0x5711 022693 fetch 2 ,mem_le_adv_interval 
-0x5712 022694 branch timer_init 
-:      022697 le_receive_window_size:
-0x5713 022698 bpatchx patch2d_3 ,mem_patch2d 
-0x5714 022699 fetch 1 ,mem_le_peer_sca 
-0x5715 022700 call le_sca_map 
-0x5716 022701 fetch 2 ,mem_le_tsniff 
-0x5717 022702 imul32 temp ,pdata 
-0x5718 022703 arg 375 ,temp 
-0x5719 022704 imul32 temp ,pdata 
-0x571a 022705 arg 100000 ,temp 
-0x571b 022706 idiv temp 
-0x571c 022707 fetch 1 ,mem_le_window_size 
-0x571d 022708 arg 20000 ,temp 
-0x571e 022709 imul32 temp ,pdata 
-0x571f 022710 iadd temp ,pdata 
-0x5720 022711 store 4 ,mem_le_transmit_window 
-0x5721 022712 bpatchx patch2d_4 ,mem_patch2d 
-0x5722 022713 fetch 2 ,mem_rx_window_sniff 
-0x5723 022714 call wait_div_end 
-0x5724 022715 quotient temp 
-0x5725 022716 iadd temp ,pdata 
-0x5726 022717 store 2 ,mem_le_receive_window 
-0x5727 022718 rtn 
-:      022720 le_parse_connect_req:
-0x5728 022721 bpatchx patch2d_5 ,mem_patch2d 
-0x5729 022722 fetch 6 ,mem_le_rxbuf + 8 
-0x572a 022723 fetcht 6 ,mem_le_lap 
-0x572b 022724 isub temp ,null 
-0x572c 022725 nrtn zero 
-0x572d 022726 call le_scan_check_sender_addr_type 
-0x572e 022727 copy rega ,pdata 
-0x572f 022728 store 1 ,mem_le_conn_peer_addr_type 
-0x5730 022729 fetch 7 ,mem_le_rxbuf + 21 
-0x5731 022730 store 7 ,mem_tmp_buffer 
-0x5732 022731 ifetch 8 ,contr 
-0x5733 022732 istore 8 ,contw 
-0x5734 022733 fetch 6 ,mem_le_rxbuf + 2 
-0x5735 022734 store 6 ,mem_le_plap 
-0x5736 022735 increase 6 ,contr 
-0x5737 022736 ifetch 8 ,contr 
-0x5738 022737 store 8 ,mem_le_access 
-0x5739 022738 ifetcht 2 ,contr 
-0x573a 022739 bpatchx patch2d_6 ,mem_patch2d 
-0x573b 022740 lshift2 temp ,temp 
-0x573c 022741 ifetch 2 ,contr 
-0x573d 022742 lshift2 pdata ,pdata 
-0x573e 022743 store 2 ,mem_le_tsniff 
-0x573f 022744 store 4 ,mem_le_anchor 
-0x5740 022745 isub temp ,pdata 
-0x5741 022746 add pdata ,-2 ,clke_bt 
-0x5742 022747 ifetch 9 ,contr 
-0x5743 022748 store 9 ,mem_le_slave_latency 
-0x5744 022749 bpatchx patch2d_7 ,mem_patch2d 
-0x5745 022750 ifetch 1 ,contr 
-0x5746 022751 rshift4 pdata ,temp 
-0x5747 022752 rshift temp ,temp 
-0x5748 022753 storet 1 ,mem_le_peer_sca 
-0x5749 022754 and_into 0x1f ,pdata 
-0x574a 022755 store 1 ,mem_le_hop 
-0x574b 022756 call le_receive_window_size 
-0x574c 022757 call le_calc_channel_map 
-0x574d 022758 call le_init_slave 
-0x574e 022759 call context_new 
-0x574f 022760 nrtn zero 
-0x5750 022761 bpatchx patch2e_0 ,mem_patch2e 
-0x5751 022762 call calc_clke_offset 
-0x5752 022763 call le_l2cap_reset_signaling_identifier 
-0x5753 022764 jam bt_evt_le_connected ,mem_fifo_temp 
-0x5754 022765 call ui_ipc_send_event 
-0x5755 022766 branch context_save 
-:      022769 le_init_attlist_search:
-0x5756 022770 bpatchx patch2e_1 ,mem_patch2e 
-0x5757 022771 fetch 2 ,mem_le_search_handle_start 
-0x5758 022772 iforce regb 
-0x5759 022773 fetch 2 ,mem_le_search_handle_end 
-0x575a 022774 iforce regc 
-0x575b 022775 fetch 2 ,mem_ui_le_uuid_table 
-0x575c 022776 iforce contr 
-0x575d 022777 enable user 
-0x575e 022778 rtn 
-:      022781 le_att_handle_inrange:
-0x575f 022782 ifetch 2 ,contr 
-0x5760 022783 rtn blank 
-0x5761 022784 isub regb ,null 
-0x5762 022785 nrtn positive 
-0x5763 022786 isub regc ,null 
-0x5764 022787 rtn zero 
-0x5765 022788 branch le_att_handle_blank ,positive 
-0x5766 022789 force 1 ,null 
-0x5767 022790 rtn 
-:      022791 le_att_handle_blank:
-0x5768 022792 force 0 ,pdata 
-0x5769 022793 rtn 
-:      022797 le_att_get_handle_ptr:
-0x576a 022798 call le_att_get_handle_ptr2 
-0x576b 022799 branch le_att_get_handle_ptr_found ,zero 
-0x576c 022800 rtn 
-:      022802 le_att_get_handle_ptr2:
-0x576d 022803 bpatchx patch2e_2 ,mem_patch2e 
-0x576e 022804 fetch 2 ,mem_ui_le_uuid_table 
-0x576f 022805 iforce contr 
-:      022806 le_att_get_handle_loop1:
-0x5770 022807 ifetch 2 ,contr 
-0x5771 022808 rtn blank 
-0x5772 022809 isub temp ,null 
-0x5773 022810 rtn zero 
-0x5774 022811 ifetch 1 ,contr 
-0x5775 022812 iadd contr ,contr 
-0x5776 022813 ifetch 1 ,contr 
-0x5777 022814 iadd contr ,contr 
-0x5778 022815 branch le_att_get_handle_loop1 
-:      022816 le_att_get_handle_ptr_found:
-0x5779 022817 ifetch 1 ,contr 
-0x577a 022818 iadd contr ,contr 
-0x577b 022819 rtn 
-:      022823 le_att_get_short_uuid_ptr:
-0x577c 022824 bpatchx patch2e_3 ,mem_patch2e 
-0x577d 022825 fetch 2 ,mem_ui_le_uuid_table 
-0x577e 022826 iforce contr 
-:      022827 le_att_get_short_uuid_loop:
-0x577f 022828 ifetch 2 ,contr 
-0x5780 022829 rtn blank 
-0x5781 022830 ifetch 1 ,contr 
-0x5782 022831 iadd contr ,contr 
-0x5783 022832 increase -2 ,contr 
-0x5784 022833 ifetch 2 ,contr 
-0x5785 022834 isub temp ,null 
-0x5786 022835 rtn zero 
-0x5787 022836 ifetch 1 ,contr 
-0x5788 022837 iadd contr ,contr 
-0x5789 022838 branch le_att_get_short_uuid_loop 
-:      022842 le_att_get_handle_info_from_ptr:
-0x578a 022843 fetch 2 ,mem_le_cur_attlist_start_ptr 
-0x578b 022844 branch le_att_get_handle_info_fast 
-:      022846 le_att_get_handle_info:
-0x578c 022847 bpatchx patch2e_4 ,mem_patch2e 
-0x578d 022848 fetch 2 ,mem_ui_le_uuid_table 
-:      022849 le_att_get_handle_info_fast:
-0x578e 022850 iforce contr 
-0x578f 022851 copy temp ,rega 
-:      022852 le_att_get_handle_loop:
-0x5790 022853 ifetch 2 ,contr 
-0x5791 022854 branch le_att_unfind_handle ,blank 
-0x5792 022855 isub rega ,null 
-0x5793 022856 branch le_att_finded_handle ,zero 
-0x5794 022857 ifetch 1 ,contr 
-0x5795 022858 iadd contr ,contr 
-0x5796 022859 ifetch 1 ,contr 
-0x5797 022860 iadd contr ,contr 
-0x5798 022861 branch le_att_get_handle_loop 
-:      022862 le_att_unfind_handle:
-0x5799 022863 branch disable_blank 
-:      022865 le_att_finded_handle:
-0x579a 022866 ifetch 1 ,contr 
-0x579b 022867 store 1 ,mem_le_cur_uuid_length 
-0x579c 022868 copy pdata ,loopcnt 
-0x579d 022869 arg mem_le_cur_uuid ,contw 
-0x579e 022870 call memcpy_fast 
-0x579f 022871 ifetch 1 ,contr 
-0x57a0 022872 store 1 ,mem_le_curr_att_len 
-0x57a1 022873 call store_contr 
-0x57a2 022874 branch enable_blank 
-:      022877 le_modified_name:
-0x57a3 022878 bpatchx patch2e_5 ,mem_patch2e 
-0x57a4 022879 call le_modified_name_att_list 
-0x57a5 022880 branch le_modified_name_adv 
-:      022882 le_modified_name_att_list:
-0x57a6 022883 arg uuid_chrctr_device_name ,temp 
-0x57a7 022884 call le_att_get_short_uuid_ptr 
-0x57a8 022885 rtn blank 
-0x57a9 022886 ifetch 1 ,contr 
-0x57aa 022887 copy contr ,contw 
-0x57ab 022888 fetcht 1 ,mem_le_name_len 
-0x57ac 022889 copy temp ,loopcnt 
-0x57ad 022890 isub temp ,null 
-0x57ae 022891 nbranch le_name_length_longer_than_att ,positive 
-0x57af 022892 isub temp ,temp 
-0x57b0 022893 arg mem_le_name ,contr 
-0x57b1 022894 call memcpy 
-0x57b2 022895 copy temp ,loopcnt 
-0x57b3 022896 ncall memcpy_empty ,zero 
-0x57b4 022897 rtn 
-:      022898 le_name_length_longer_than_att:
-0x57b5 022899 copy pdata ,loopcnt 
-0x57b6 022900 arg mem_le_name ,contr 
-0x57b7 022901 branch memcpy_fast 
-:      022904 le_modified_name_adv:
-0x57b8 022905 arg mem_le_adv_data_len + 32 ,regc 
-0x57b9 022906 arg mem_le_adv_data ,rega 
-0x57ba 022907 call le_modified_name_adv_and_scan 
-0x57bb 022908 setarg 0 
-0x57bc 022909 setflag user ,0 ,pdata 
-0x57bd 022910 store 1 ,mem_pdatatemp 
-0x57be 022911 arg mem_le_scan_data_len + 32 ,regc 
-0x57bf 022912 arg mem_le_scan_data ,rega 
-0x57c0 022913 call le_modified_name_adv_and_scan 
-0x57c1 022914 rtn user 
-0x57c2 022915 fetch 1 ,mem_pdatatemp 
-0x57c3 022916 branch assert ,blank 
-0x57c4 022917 rtn 
-:      022920 le_modified_name_adv_and_scan:
-0x57c5 022921 bpatchx patch2e_6 ,mem_patch2e 
-0x57c6 022922 call enable_user 
-0x57c7 022923 call clear_temp_block 
-0x57c8 022924 arg 0 ,regb 
-0x57c9 022925 arg mem_le_data_temp ,contw 
-0x57ca 022926 call le_modified_name_adv_loop 
-0x57cb 022927 fetch 1 ,mem_le_name_len 
-0x57cc 022928 add pdata ,1 ,temp 
-0x57cd 022929 iadd regb ,rega 
-0x57ce 022930 increase 2 ,rega 
-0x57cf 022931 sub rega ,0x1f ,null 
-0x57d0 022932 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
-0x57d1 022933 istoret 1 ,contw 
-0x57d2 022934 arg gap_adtype_local_name_complete ,temp 
-0x57d3 022935 istoret 1 ,contw 
-0x57d4 022936 iforce loopcnt 
-0x57d5 022937 call memcpy_fast 
-0x57d6 022938 copy rega ,regb 
-:      022939 le_modified_name_adv_and_scan_store_data:
-0x57d7 022940 deposit regb 
-0x57d8 022941 store 1 ,mem_le_data_len_temp 
-0x57d9 022942 arg mem_le_data_len_temp ,contr 
-0x57da 022943 setarg -32 
-0x57db 022944 iadd regc ,contw 
-0x57dc 022945 branch memcpy32 
-:      022947 le_modified_name_adv_and_scan_name_overflow:
-0x57dd 022948 call disable_user 
-0x57de 022949 branch le_modified_name_adv_and_scan_store_data 
-:      022951 le_modified_name_adv_loop:
-0x57df 022952 ifetch 1 ,rega 
-0x57e0 022953 rtn blank 
-0x57e1 022954 pincrease 1 
-0x57e2 022955 ifetcht 1 ,contr 
-0x57e3 022956 sub temp ,gap_adtype_local_name_complete ,null 
-0x57e4 022957 branch le_modified_name_adv_found_name ,zero 
-0x57e5 022958 iadd regb ,regb 
-0x57e6 022959 copy rega ,contr 
-0x57e7 022960 iforce loopcnt 
-0x57e8 022961 call memcpy_fast 
-0x57e9 022962 copy contr ,rega 
-:      022963 le_modified_name_adv_loop2:
-0x57ea 022964 deposit rega 
-0x57eb 022965 isub regc ,null 
-0x57ec 022966 rtn positive 
-0x57ed 022967 branch le_modified_name_adv_loop 
-:      022969 le_modified_name_adv_found_name:
-0x57ee 022970 iadd rega ,rega 
-0x57ef 022971 branch le_modified_name_adv_loop2 
-:      022974 memcpy_empty:
-0x57f0 022975 setarg space 
-0x57f1 022976 istore 1 ,contw 
-0x57f2 022977 loop memcpy_empty 
-0x57f3 022978 rtn 
-:      022981 le_lpm_set_mult:
-0x57f4 022982 bpatchx patch2e_7 ,mem_patch2e 
-0x57f5 022983 disable wake 
-0x57f6 022984 branch le_lpm_set_mult_attempt ,attempt 
-0x57f7 022985 nbranch le_lpm_lost ,match 
-:      022986 le_lpm_set_mult_attempt:
-0x57f8 022987 call lpm_match 
-0x57f9 022988 fetch 2 ,mem_rx_window_sniff 
-0x57fa 022989 store 2 ,mem_le_receive_window 
-0x57fb 022991 nbranch lpm_mult_short ,match 
-0x57fc 022992 bmark1 mark_old_packet ,lpm_mult_short 
-0x57fd 022994 fetch 1 ,mem_le_packet_size 
-0x57fe 022995 nbranch lpm_mult_short ,blank 
-0x57ff 022996 fetch 1 ,mem_le_txlen 
-0x5800 022997 nbranch lpm_mult_short ,blank 
-0x5801 022999 fetch 1 ,mem_le_configuration 
-0x5802 023000 bbit1 bit_ble_short_mult ,lpm_mult_short 
-0x5803 023002 fetch 1 ,mem_le_state 
-0x5804 023003 bbit1 lestate_update_param ,lpm_mult_short 
-0x5805 023004 branch lpm_mult_wait_timeout 
-:      023006 le_lpm_lost:
-0x5806 023007 fetcht 2 ,mem_rx_window_sniff 
-0x5807 023008 rshift temp ,temp 
-0x5808 023009 fetch 2 ,mem_le_receive_window 
-0x5809 023010 iadd temp ,pdata 
-0x580a 023011 store 2 ,mem_le_receive_window 
-0x580b 023012 branch lpm_lost 
-:      023015 le_set_config_fixed_tk:
-0x580c 023016 arg bit_ble_passkey_fixed_key ,queue 
-0x580d 023017 branch le_set_config 
-:      023019 le_clr_config_fixed_tk:
-0x580e 023020 arg bit_ble_passkey_fixed_key ,queue 
-0x580f 023021 branch le_clr_config 
-:      023023 le_set_config_fixed_ltk:
-0x5810 023024 arg bit_ble_pairing_fixed_ltk ,queue 
-0x5811 023025 branch le_set_config 
-:      023027 le_clr_config_fixed_ltk:
-0x5812 023028 arg bit_ble_pairing_fixed_ltk ,queue 
-0x5813 023029 branch le_clr_config 
-:      023031 le_set_config_more_data:
-0x5814 023032 arg bit_ble_transmit_packet_by_md ,queue 
-0x5815 023033 branch le_set_config 
-:      023035 le_clr_config_more_data:
-0x5816 023036 arg bit_ble_transmit_packet_by_md ,queue 
-0x5817 023037 branch le_clr_config 
-:      023039 le_set_config_read_authentication:
-0x5818 023040 arg bit_ble_read_auth ,queue 
-0x5819 023041 branch le_set_config 
-:      023043 le_clr_config_read_authentication:
-0x581a 023044 arg bit_ble_read_auth ,queue 
-0x581b 023045 branch le_clr_config 
-:      023047 le_set_config_write_authentication:
-0x581c 023048 arg bit_ble_write_auth ,queue 
-0x581d 023049 branch le_set_config 
-:      023051 le_clr_config_write_authentication:
-0x581e 023052 arg bit_ble_write_auth ,queue 
-0x581f 023053 branch le_clr_config 
-:      023055 le_set_config_short_mult:
-0x5820 023056 arg bit_ble_short_mult ,queue 
-0x5821 023057 branch le_set_config 
-:      023059 le_clr_config_short_mult:
-0x5822 023060 arg bit_ble_short_mult ,queue 
-0x5823 023061 branch le_clr_config 
-:      023064 le_set_config:
-0x5824 023065 fetch 1 ,mem_le_configuration 
-0x5825 023066 qset1 pdata 
-0x5826 023067 store 1 ,mem_le_configuration 
-0x5827 023068 rtn 
-:      023070 le_clr_config:
-0x5828 023071 fetch 1 ,mem_le_configuration 
-0x5829 023072 qset0 pdata 
-0x582a 023073 store 1 ,mem_le_configuration 
-0x582b 023074 rtn 
-:      023076 le_set_fixed_ltk:
-0x582c 023077 setarg 0x112233 
-0x582d 023078 store 3 ,mem_le_fixed_ltk 
-0x582e 023079 setarg 0x445566 
-0x582f 023080 istore 3 ,contw 
-0x5830 023081 setarg 0x778899 
-0x5831 023082 istore 3 ,contw 
-0x5832 023083 setarg 0x001122 
-0x5833 023084 istore 3 ,contw 
-0x5834 023085 setarg 0x334455 
-0x5835 023086 istore 3 ,contw 
-0x5836 023087 setarg 0x66 
-0x5837 023088 istore 1 ,contw 
-0x5838 023089 rtn 
-:      023092 le_set_justwork:
-0x5839 023093 setarg 0x01000302 
-0x583a 023094 store 4 ,mem_le_pres 
-0x583b 023095 setarg 0x010010 
-0x583c 023096 store 3 ,mem_le_pres_max_keysize 
-0x583d 023097 jam 1 ,mem_le_pairing_mode 
-0x583e 023098 rtn 
-:      023102 le_fifo_malloc_tx_empty:
-0x583f 023103 arg 0 ,rega 
-0x5840 023104 arg llid_empty ,type 
-0x5841 023105 branch le_fifo_malloc_tx 
-:      023109 le_fifo_malloc_tx_ll:
-0x5842 023110 arg llid_le_ll ,type 
-0x5843 023111 call le_fifo_malloc_tx 
-0x5844 023112 copy regb ,pdata 
-0x5845 023113 istore 1 ,contw 
-0x5846 023114 rtn 
-:      023118 le_fifo_malloc_tx_l2cap:
-0x5847 023119 force llid_l2cap_start ,type 
-0x5848 023120 increase 4 ,rega 
-0x5849 023121 call le_fifo_malloc_tx 
-0x584a 023122 increase -4 ,rega 
-0x584b 023123 copy rega ,pdata 
-0x584c 023124 istore 2 ,contw 
-0x584d 023125 copy regb ,pdata 
-0x584e 023126 istore 2 ,contw 
-0x584f 023127 rtn 
-:      023131 le_fifo_malloc_tx:
-0x5850 023132 sub rega ,240 ,null 
-0x5851 023133 nbranch assert ,positive 
-0x5852 023134 fetch 1 ,mem_le_tx_buff_used 
-0x5853 023135 arg 1 ,temp 
-0x5854 023136 arg le_tx_buff_count ,loopcnt 
-:      023137 le_fifo_malloc_tx_loop:
-0x5855 023138 iand temp ,null 
-0x5856 023139 branch le_fifo_malloc_tx_got_empty ,zero 
-0x5857 023140 lshift temp ,temp 
-0x5858 023141 loop le_fifo_malloc_tx_loop 
-0x5859 023142 branch assert 
-:      023143 le_fifo_malloc_tx_got_empty:
-0x585a 023144 ixor temp ,pdata 
-0x585b 023145 store 1 ,mem_le_tx_buff_used 
-0x585c 023146 sub loopcnt ,le_tx_buff_count ,pdata 
-0x585d 023147 lshift4 pdata ,pdata 
-0x585e 023148 lshift4 pdata ,pdata 
-0x585f 023149 arg mem_le_tx_buffer0 ,temp 
-0x5860 023150 iadd temp ,temp 
-:      023151 le_fifo_tx_find_empty_ptr:
-0x5861 023152 arg 0 ,loopcnt 
-0x5862 023153 arg mem_le_tx_ptr0 ,contr 
-:      023154 le_fifo_tx_find_empty_ptr_loop:
-0x5863 023155 ifetch 2 ,contr 
-0x5864 023156 branch le_fifo_tx_found_empty_ptr ,blank 
-0x5865 023157 copy loopcnt ,pdata 
-0x5866 023158 increase 1 ,loopcnt 
-0x5867 023159 bne le_tx_buff_count ,le_fifo_tx_find_empty_ptr_loop 
-0x5868 023160 branch assert 
-:      023163 le_fifo_tx_found_empty_ptr:
-0x5869 023164 increase -2 ,contr 
-0x586a 023165 istoret 2 ,contr 
-0x586b 023166 copy temp ,contw 
-0x586c 023167 copy rega ,pdata 
-0x586d 023168 istore 1 ,contw 
-0x586e 023169 setarg 0 
-0x586f 023170 istore 1 ,contw 
-0x5870 023171 copy type ,pdata 
-0x5871 023172 istore 1 ,contw 
-0x5872 023173 rtn 
-:      023177 le_fifo_get_first_tx_ptr:
-0x5873 023178 fetch 2 ,mem_le_tx_ptr0 
-0x5874 023179 copy pdata ,contr 
-0x5875 023180 rtn 
-:      023182 le_fifo_get_second_tx_ptr:
-0x5876 023183 fetch 2 ,mem_le_tx_ptr1 
-0x5877 023184 copy pdata ,contr 
-0x5878 023185 rtn 
-:      023187 le_fifo_get_last_tx_ptr:
-0x5879 023188 call le_fifo_get_last_tx_ptr0 
-0x587a 023189 copy pdata ,contr 
-0x587b 023190 rtn 
-:      023191 le_fifo_get_last_tx_ptr0:
-0x587c 023192 fetch 2 ,mem_le_tx_ptr3 
-0x587d 023193 nrtn blank 
-0x587e 023194 fetch 2 ,mem_le_tx_ptr2 
-0x587f 023195 nrtn blank 
-0x5880 023196 fetch 2 ,mem_le_tx_ptr1 
-0x5881 023197 nrtn blank 
-0x5882 023198 fetch 2 ,mem_le_tx_ptr0 
-0x5883 023199 rtn 
-:      023201 le_fifo_get_first_l2cap_ptr:
-0x5884 023202 call le_fifo_get_first_tx_ptr 
-0x5885 023203 increase 3 ,contr 
-0x5886 023204 rtn 
-:      023206 le_fifo_get_first_att_ptr:
-0x5887 023207 call le_fifo_get_first_tx_ptr 
-0x5888 023208 increase 7 ,contr 
-0x5889 023209 rtn 
-:      023211 le_fifo_get_last_att_ptr:
-0x588a 023212 call le_fifo_get_last_tx_ptr 
-0x588b 023213 increase 7 ,contr 
-0x588c 023214 rtn 
-:      023216 le_fifo_get_last_l2cap_ptr:
-0x588d 023217 call le_fifo_get_last_tx_ptr 
-0x588e 023218 increase 3 ,contr 
-0x588f 023219 rtn 
-:      023223 le_fifo_check_full:
-0x5890 023224 fetch 2 ,mem_le_tx_ptr3 
-0x5891 023225 rtn 
-:      023228 le_fifo_check_nearly_full:
-0x5892 023229 fetch 2 ,mem_le_tx_ptr2 
-0x5893 023230 rtn 
-:      023233 le_fifo_check_empty:
-0x5894 023234 fetch 2 ,mem_le_tx_ptr0 
-0x5895 023235 rtn 
-:      023238 le_fifo_release_first_node:
-0x5896 023239 fetch 2 ,mem_le_tx_ptr0 
-0x5897 023240 arg mem_le_tx_buffer0 ,temp 
-0x5898 023241 isub temp ,pdata 
-0x5899 023242 rshift4 pdata ,pdata 
-0x589a 023243 rshift4 pdata ,queue 
-0x589b 023244 fetch 1 ,mem_le_tx_buff_used 
-0x589c 023245 qset0 pdata 
-0x589d 023246 store 1 ,mem_le_tx_buff_used 
-0x589e 023247 arg 0 ,loopcnt 
-:      023248 le_fifo_release_first_node_loop:
-0x589f 023249 lshift loopcnt ,pdata 
-0x58a0 023250 arg mem_le_tx_ptr1 ,temp 
-0x58a1 023251 iadd temp ,temp 
-0x58a2 023252 ifetch 2 ,temp 
-0x58a3 023253 increase -2 ,temp 
-0x58a4 023254 istore 2 ,temp 
-0x58a5 023255 copy loopcnt ,pdata 
-0x58a6 023256 increase 1 ,loopcnt 
-0x58a7 023257 bne le_tx_buff_update_loopcnt ,le_fifo_release_first_node_loop 
-0x58a8 023258 setarg 0 
-0x58a9 023259 istore 2 ,temp 
-0x58aa 023260 rtn 
-:      023266 le_parse_att:
-0x58ab 023267 ifetch 3 ,contr 
-0x58ac 023268 store 3 ,mem_le_att_opcode 
-0x58ad 023269 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x58ae 023270 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
-0x58af 023271 beq attop_find_information_request ,le_parse_att_find_information_request 
-0x58b0 023272 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
-0x58b1 023273 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
-0x58b2 023274 beq attop_read_request ,le_parse_att_read_request 
-0x58b3 023275 beq attop_read_blob_request ,le_parse_att_read_blob_request 
-0x58b4 023276 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
-0x58b5 023277 beq attop_write_request ,le_parse_att_write_request 
-0x58b6 023278 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
-0x58b7 023279 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x58b8 023280 beq attop_write_command ,le_parse_att_write_command 
-0x58b9 023281 rtn 
-:      023284 le_send_att_exchange_mtu_requset:
-0x58ba 023285 force 3 ,rega 
-0x58bb 023286 call le_fifo_malloc_tx_l2cap_gatt 
-0x58bc 023287 setarg attop_exchange_mtu_request 
-0x58bd 023288 istore 1 ,contw 
-0x58be 023289 fetch 2 ,mem_le_local_mtu 
-0x58bf 023290 istore 2 ,contw 
-0x58c0 023291 rtn 
-:      023294 le_parse_att_exchange_mtu_request:
-0x58c1 023295 call le_parse_att_exchange_mtu_response 
-:      023296 le_send_att_exchange_mtu_response:
-0x58c2 023297 force 3 ,rega 
-0x58c3 023298 call le_fifo_malloc_tx_l2cap_gatt 
-0x58c4 023299 setarg attop_exchange_mtu_response 
-0x58c5 023300 istore 1 ,contw 
-0x58c6 023301 fetch 2 ,mem_le_local_mtu 
-0x58c7 023302 istore 2 ,contw 
-0x58c8 023303 rtn 
-:      023305 le_parse_att_exchange_mtu_response:
-0x58c9 023306 rshift8 pdata ,pdata 
-0x58ca 023307 store 2 ,mem_le_remote_mtu 
-0x58cb 023308 rtn 
-:      023310 le_parse_att_find_information_request:
-0x58cc 023311 call le_get_search_handle_start_end_common 
-0x58cd 023312 call enable_user 
-0x58ce 023313 branch le_send_att_find_information_response 
-:      023315 le_send_att_find_information_response:
-0x58cf 023316 arg 3 ,timeup 
-0x58d0 023317 call le_init_attlist_search 
-:      023318 le_send_att_find_information_res_loop:
-0x58d1 023319 call le_att_handle_inrange 
-0x58d2 023320 branch le_send_att_find_information_res_end ,blank 
-0x58d3 023321 nbranch le_send_att_find_information_res_next ,positive 
-0x58d4 023322 increase -2 ,contr 
-0x58d5 023323 call store_contr 
-0x58d6 023324 call get_contw 
-0x58d7 023325 nbranch le_send_att_find_information_res_store_info ,user 
-0x58d8 023326 call push_stack_rega_b_c 
-0x58d9 023327 call disable_user 
-0x58da 023328 force 20 ,rega 
-0x58db 023329 call le_fifo_malloc_tx_l2cap_gatt 
-0x58dc 023330 call pop_stack_rega_b_c 
-0x58dd 023331 setarg attop_find_information_response 
-0x58de 023332 istore 1 ,contw 
-0x58df 023333 setarg uuid_size_16bit 
-0x58e0 023334 istore 1 ,contw 
-:      023335 le_send_att_find_information_res_store_info:
-0x58e1 023336 call get_contr 
-0x58e2 023337 ifetch 2 ,contr 
-0x58e3 023338 istore 2 ,contw 
-0x58e4 023339 ifetch 1 ,contr 
-0x58e5 023340 copy pdata ,loopcnt 
-0x58e6 023341 call memcpy 
-0x58e7 023342 call store_contw 
-0x58e8 023343 increase -1 ,timeup 
-0x58e9 023344 branch le_send_att_find_information_res_end ,zero 
-:      023345 le_send_att_find_information_res_cont:
-0x58ea 023346 ifetch 1 ,contr 
-0x58eb 023347 iadd contr ,contr 
-0x58ec 023348 branch le_send_att_find_information_res_loop 
-:      023349 le_send_att_find_information_res_next:
-0x58ed 023350 ifetch 1 ,contr 
-0x58ee 023351 iadd contr ,contr 
-0x58ef 023352 branch le_send_att_find_information_res_cont 
-:      023353 le_send_att_find_information_res_end:
-0x58f0 023354 branch le_send_att_error_response_notfound ,user 
-0x58f1 023355 branch le_send_auto_len_by_mem 
-:      023358 le_parse_att_find_by_type_value_request:
-0x58f2 023359 call le_get_search_handle_start_end_common 
-0x58f3 023360 ifetch 2 ,contr 
-0x58f4 023361 store 2 ,mem_le_search_uuid 
-0x58f5 023362 call store_contr 
-0x58f6 023363 arg mem_le_search_att_type_length ,contw 
-0x58f7 023364 fetch 2 ,mem_le_l2cap_size 
-0x58f8 023365 increase -7 ,pdata 
-0x58f9 023366 call le_get_search_common2 
-0x58fa 023367 branch le_send_att_find_by_type_value_response 
-:      023370 le_start_end_handle_check_1:
-0x58fb 023371 disable user 
-0x58fc 023372 fetcht 2 ,mem_le_search_handle_start 
-0x58fd 023373 fetch 2 ,mem_le_search_handle_end 
-0x58fe 023374 isub temp ,null 
-0x58ff 023375 nbranch le_start_end_handle_check_1_fail ,positive 
-0x5900 023376 deposit temp 
-0x5901 023377 rtnne 0 
-:      023378 le_start_end_handle_check_1_fail:
-0x5902 023379 enable user 
-0x5903 023380 jam att_err_invalid_handle ,mem_le_err_code 
-0x5904 023381 branch le_send_att_error_response 
-:      023384 le_send_att_find_by_type_value_response:
-0x5905 023385 call le_start_end_handle_check_1 
-0x5906 023386 rtn user 
-0x5907 023387 fetcht 2 ,mem_le_search_uuid 
-0x5908 023388 setarg uuid_gatt_primary_service 
-0x5909 023389 isub temp ,null 
-0x590a 023390 branch le_send_att_find_by_type_value_res_primary ,zero 
-0x590b 023391 branch le_send_att_error_response_notfound 
-:      023394 le_send_att_find_by_type_value_res_primary:
-0x590c 023395 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
-0x590d 023396 fetcht 2 ,mem_le_search_handle_start 
-0x590e 023397 storet 2 ,mem_temp 
-0x590f 023398 call le_att_get_handle_info 
-0x5910 023399 nbranch le_send_att_error_response_notfound ,blank 
-:      023400 le_send_att_find_primary_search_loop:
-0x5911 023401 fetcht 2 ,mem_temp 
-0x5912 023402 call le_att_get_handle_info 
-0x5913 023403 nbranch le_send_att_error_response_notfound2 ,blank 
-0x5914 023404 copy contr ,rega 
-0x5915 023405 fetch 1 ,mem_le_curr_att_len 
-0x5916 023406 copy pdata ,loopcnt 
-0x5917 023407 fetcht 1 ,mem_le_search_att_type_length 
-0x5918 023408 isub temp ,null 
-0x5919 023409 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x591a 023410 arg mem_le_search_att_type ,regb 
-0x591b 023411 call string_compare 
-0x591c 023413 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
-0x591d 023415 fetch 2 ,mem_le_cur_uuid 
-0x591e 023416 fetcht 2 ,mem_le_search_uuid 
-0x591f 023417 isub temp ,null 
-0x5920 023418 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
-:      023419 le_send_att_find_primary_search_loop1:
-0x5921 023420 fetch 2 ,mem_temp 
-0x5922 023421 increase 1 ,pdata 
-0x5923 023422 store 2 ,mem_temp 
-0x5924 023423 branch le_send_att_find_primary_search_loop 
-:      023425 le_send_att_error_response_notfound2:
-0x5925 023426 fetch 1 ,mem_le_search_res 
-0x5926 023427 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
-0x5927 023428 branch le_send_att_error_response_notfound 
-:      023431 le_send_att_find_primary_search_end_start_handle_found:
-0x5928 023432 fetch 2 ,mem_le_cur_uuid 
-0x5929 023433 fetcht 2 ,mem_le_search_uuid 
-0x592a 023434 isub temp ,null 
-0x592b 023435 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x592c 023436 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
-0x592d 023438 fetcht 2 ,mem_temp 
-0x592e 023439 storet 2 ,mem_le_cur_handle_start 
-0x592f 023440 branch le_send_att_find_primary_search_loop1 
-:      023442 le_send_att_find_primary_search_end_ending_handle_found:
-0x5930 023443 fetch 1 ,mem_le_search_res 
-0x5931 023444 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
-0x5932 023445 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
-0x5933 023446 fetcht 2 ,mem_temp 
-0x5934 023447 increase -1 ,temp 
-0x5935 023448 storet 2 ,mem_le_cur_handle_end 
-:      023450 le_send_att_find_primary_search_end:
-0x5936 023451 arg 5 ,rega 
-0x5937 023452 call le_fifo_malloc_tx_l2cap_gatt 
-0x5938 023453 setarg attop_find_by_type_value_response 
-0x5939 023454 istore 1 ,contw 
-0x593a 023455 fetch 2 ,mem_le_cur_handle_start 
-0x593b 023456 istore 2 ,contw 
-0x593c 023457 fetch 2 ,mem_le_cur_handle_end 
-0x593d 023458 istore 2 ,contw 
-0x593e 023459 rtn 
-:      023463 le_parse_att_read_by_type_request:
-0x593f 023464 call le_get_search_handle_start_end_common 
-0x5940 023465 call le_get_search_att_uuid 
-0x5941 023466 branch le_send_att_read_by_type_response 
-:      023468 le_send_att_read_by_type_response:
-0x5942 023469 fetcht 2 ,mem_le_search_handle_start 
-0x5943 023470 storet 2 ,mem_temp 
-0x5944 023471 call le_init_attlist_search 
-0x5945 023472 call le_att_get_handle_ptr2 
-0x5946 023473 increase -2 ,contr 
-0x5947 023474 copy contr ,pdata 
-0x5948 023475 store 2 ,mem_le_cur_attlist_start_ptr 
-0x5949 023477 fetcht 2 ,mem_le_search_uuid 
-0x594a 023478 setarg uuid_chrctr_device_name 
-0x594b 023479 isub temp ,null 
-0x594c 023480 branch le_send_att_read_by_type_res_device_name ,zero 
-0x594d 023481 setarg uuid_gatt_characteristic 
-0x594e 023482 isub temp ,null 
-0x594f 023483 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
-0x5950 023484 arg 2 ,timeup 
-:      023485 le_send_att_read_by_type_response_loop:
-0x5951 023486 call le_att_check_handle_end 
-0x5952 023487 nbranch le_send_att_read_by_type_response_end ,positive 
-0x5953 023488 fetcht 2 ,mem_temp 
-0x5954 023489 call le_att_get_handle_info_from_ptr 
-0x5955 023490 beq 1 ,le_send_att_read_by_type_response_end 
-0x5956 023491 call le_att_same_uuid 
-0x5957 023492 nbranch le_send_att_read_by_type_response_next_handle ,zero 
-0x5958 023493 nbranch le_send_att_read_by_type_res_found_next ,user 
-0x5959 023494 disable user 
-0x595a 023495 arg 20 ,rega 
-0x595b 023496 call le_fifo_malloc_tx_l2cap_gatt 
-0x595c 023497 setarg attop_read_by_type_response 
-0x595d 023498 istore 1 ,contw 
-0x595e 023499 copy contw ,alarm 
-0x595f 023500 increase 1 ,contw 
-0x5960 023502 call le_send_att_read_by_type_write_properties 
-0x5961 023503 call le_att_next_handle 
-0x5962 023504 call le_att_get_handle_info_from_ptr 
-0x5963 023505 call le_send_att_read_by_type_write_uuid 
-0x5964 023506 fetch 1 ,mem_le_cur_uuid_length 
-0x5965 023507 increase 5 ,pdata 
-0x5966 023508 istore 1 ,alarm 
-0x5967 023509 fetch 1 ,mem_le_cur_uuid_length 
-0x5968 023510 beq 16 ,le_send_att_read_by_type_response_end 
-0x5969 023511 increase -1 ,timeup 
-0x596a 023512 branch le_send_att_read_by_type_response_end ,zero 
-:      023513 le_send_att_read_by_type_response_next_handle:
-0x596b 023514 call le_att_next_handle 
-0x596c 023515 branch le_send_att_read_by_type_response_loop 
-:      023516 le_send_att_read_by_type_response_end:
-0x596d 023517 branch le_send_att_error_response_notfound ,user 
-0x596e 023518 branch le_send_auto_len_by_mem 
-:      023520 le_send_att_read_by_type_res_found_next:
-0x596f 023521 call le_store_att_record 
-0x5970 023522 call le_att_next_handle 
-0x5971 023523 call le_att_get_handle_info_from_ptr 
-0x5972 023524 fetch 1 ,mem_le_cur_uuid_length 
-0x5973 023525 beq 16 ,le_send_att_read_by_type_response_end 
-0x5974 023527 call get_contw 
-0x5975 023528 fetch 2 ,mem_temp 
-0x5976 023529 increase -1 ,pdata 
-0x5977 023530 istore 2 ,contw 
-0x5978 023531 call le_write_att_record_common 
-0x5979 023532 call le_send_att_read_by_type_write_uuid 
-0x597a 023533 increase -1 ,timeup 
-0x597b 023534 branch le_send_att_read_by_type_response_end ,zero 
-0x597c 023535 branch le_send_att_read_by_type_response_next_handle 
-:      023538 le_send_att_read_by_type_write_properties:
-0x597d 023539 fetch 2 ,mem_temp 
-0x597e 023540 istore 2 ,contw 
-0x597f 023542 fetch 1 ,mem_le_curr_att_len 
-0x5980 023543 copy pdata ,loopcnt 
-0x5981 023544 call get_contr 
-0x5982 023545 call memcpy_fast 
-0x5983 023546 branch store_contw 
-:      023547 le_send_att_read_by_type_write_uuid:
-0x5984 023548 call get_contw 
-0x5985 023549 fetch 2 ,mem_temp 
-0x5986 023550 istore 2 ,contw 
-0x5987 023551 call store_contw 
-0x5988 023552 fetch 1 ,mem_le_cur_uuid_length 
-0x5989 023553 copy pdata ,loopcnt 
-0x598a 023554 call get_contw 
-0x598b 023555 call get_contr 
-0x598c 023556 isub loopcnt ,contr 
-0x598d 023557 increase -1 ,contr 
-0x598e 023558 call memcpy_fast 
-0x598f 023559 branch store_contw 
-:      023563 le_send_att_read_by_type_res_not_characteristic:
-0x5990 023564 fetcht 2 ,mem_le_search_handle_start 
-0x5991 023565 storet 2 ,mem_temp 
-:      023566 le_send_att_read_by_type_res_not_char_loop:
-0x5992 023567 call le_att_check_handle_end 
-0x5993 023568 nbranch le_send_att_error_response_notfound ,positive 
-0x5994 023569 call le_att_get_handle_info_from_ptr 
-0x5995 023570 beq 1 ,le_send_att_error_response_notfound 
-0x5996 023571 call le_att_same_uuid 
-0x5997 023572 nbranch le_send_att_read_by_type_res_not_char_next ,zero 
-:      023574 le_send_att_read_by_type_res_not_char_common:
-0x5998 023575 arg 20 ,rega 
-0x5999 023576 call le_fifo_malloc_tx_l2cap_gatt 
-0x599a 023577 setarg attop_read_by_type_response 
-0x599b 023578 istore 1 ,contw 
-0x599c 023579 fetch 1 ,mem_le_curr_att_len 
-0x599d 023580 copy pdata ,loopcnt 
-0x599e 023581 increase 2 ,pdata 
-0x599f 023582 istore 1 ,contw 
-0x59a0 023583 fetch 2 ,mem_temp 
-0x59a1 023584 istore 2 ,contw 
-0x59a2 023585 call get_contr 
-0x59a3 023586 call memcpy_fast 
-0x59a4 023587 call store_contw 
-0x59a5 023588 branch le_send_auto_len_by_mem 
-:      023590 le_send_att_read_by_type_res_not_char_next:
-0x59a6 023591 call le_att_next_handle 
-0x59a7 023592 branch le_send_att_read_by_type_res_not_char_loop 
-:      023595 le_send_att_read_by_type_res_device_name:
-0x59a8 023596 arg uuid_chrctr_device_name ,temp 
-0x59a9 023597 call le_att_get_short_uuid_ptr 
-0x59aa 023598 rtn blank 
-0x59ab 023599 increase -5 ,contr 
-0x59ac 023600 ifetch 2 ,contr 
-0x59ad 023601 store 2 ,mem_temp 
-0x59ae 023602 arg 20 ,rega 
-0x59af 023603 call le_fifo_malloc_tx_l2cap_gatt 
-0x59b0 023604 setarg attop_read_by_type_response 
-0x59b1 023605 istore 1 ,contw 
-0x59b2 023606 fetch 1 ,mem_le_name_len 
-0x59b3 023607 copy pdata ,loopcnt 
-0x59b4 023608 increase 2 ,pdata 
-0x59b5 023609 istore 1 ,contw 
-0x59b6 023610 fetch 2 ,mem_temp 
-0x59b7 023611 istore 2 ,contw 
-0x59b8 023612 arg mem_le_name ,contr 
-0x59b9 023613 call memcpy_fast 
-0x59ba 023614 call store_contw 
-0x59bb 023615 branch le_send_auto_len_by_mem 
-:      023619 le_parse_att_read_request:
-0x59bc 023620 fetcht 2 ,mem_le_att_handle 
-0x59bd 023621 fetch 1 ,mem_le_configuration 
-0x59be 023622 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
-:      023624 le_send_att_read_response:
-0x59bf 023625 call le_att_get_handle_ptr 
-0x59c0 023626 branch le_send_att_error_response_notfound ,blank 
-0x59c1 023627 increase -2 ,contr 
-0x59c2 023628 ifetch 2 ,contr 
-0x59c3 023629 arg uuid_chrctr_device_name ,temp 
-0x59c4 023630 isub temp ,null 
-0x59c5 023631 branch le_send_device_name ,zero 
-0x59c6 023632 ifetch 1 ,contr 
-0x59c7 023633 sub pdata ,22 ,null 
-0x59c8 023634 branch le_send_att_read_response_less ,positive 
-0x59c9 023635 force 22 ,pdata 
-:      023636 le_send_att_read_response_less:
-0x59ca 023637 copy pdata ,regc 
-0x59cb 023638 call store_contr 
-0x59cc 023639 add regc ,1 ,rega 
-0x59cd 023640 call le_fifo_malloc_tx_l2cap_gatt 
-0x59ce 023641 setarg attop_read_response 
-0x59cf 023642 istore 1 ,contw 
-0x59d0 023643 copy regc ,loopcnt 
-0x59d1 023644 call get_contr 
-0x59d2 023645 branch memcpy 
-:      023647 le_send_device_name:
-0x59d3 023648 call store_contr 
-0x59d4 023649 fetch 1 ,mem_le_name_len 
-0x59d5 023650 add pdata ,1 ,rega 
-0x59d6 023651 call le_fifo_malloc_tx_l2cap_gatt 
-0x59d7 023652 setarg attop_read_response 
-0x59d8 023653 istore 1 ,contw 
-0x59d9 023654 fetch 1 ,mem_le_name_len 
-0x59da 023655 copy pdata ,loopcnt 
-0x59db 023656 arg mem_le_name ,contr 
-0x59dc 023657 branch memcpy 
-:      023660 le_send_att_read_response_check_auth:
-0x59dd 023661 fetch 2 ,mem_le_pairing_handle 
-0x59de 023662 isub temp ,null 
-0x59df 023663 nbranch le_send_att_read_response ,zero 
-0x59e0 023665 call le_check_encrypt_state 
-0x59e1 023666 nbranch le_send_att_read_response ,user 
-0x59e2 023667 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x59e3 023668 branch le_send_att_error_response 
-:      023671 le_parse_att_read_blob_request:
-0x59e4 023672 ifetch 2 ,contr 
-0x59e5 023673 store 2 ,mem_le_att_offset 
-:      023674 le_send_att_read_blob_response:
-0x59e6 023675 arg 20 ,rega 
-0x59e7 023676 call le_fifo_malloc_tx_l2cap_gatt 
-0x59e8 023677 setarg attop_read_blob_response 
-0x59e9 023678 istore 1 ,contw 
-0x59ea 023679 fetch 2 ,mem_le_att_offset 
-0x59eb 023680 iforce rega 
-0x59ec 023681 fetcht 2 ,mem_le_att_handle 
-0x59ed 023682 call le_att_get_handle_ptr 
-0x59ee 023683 branch le_send_att_error_response_notfound ,blank 
-0x59ef 023684 ifetch 1 ,contr 
-0x59f0 023685 isub rega ,loopcnt 
-0x59f1 023686 nbranch le_send_att_error_response_notfound ,positive 
-0x59f2 023687 sub loopcnt ,22 ,null 
-0x59f3 023688 branch le_send_att_read_blob_response_less ,positive 
-0x59f4 023689 force 22 ,loopcnt 
-:      023690 le_send_att_read_blob_response_less:
-0x59f5 023691 deposit rega 
-0x59f6 023692 iadd contr ,contr 
-0x59f7 023693 call memcpy_fast 
-0x59f8 023694 call store_contw 
-0x59f9 023695 branch le_send_auto_len_by_mem 
-:      023698 le_parse_att_read_by_group_type_request:
-0x59fa 023699 call le_get_search_handle_start_end_common 
-0x59fb 023700 call le_get_search_att_type 
-0x59fc 023701 branch le_send_att_read_by_group_type_response 
-:      023706 le_send_att_read_by_group_type_response:
-0x59fd 023707 arg 2 ,timeup 
-0x59fe 023708 fetcht 2 ,mem_le_search_handle_start 
-0x59ff 023712 storet 2 ,mem_temp 
-0x5a00 023713 call le_init_attlist_search 
-0x5a01 023714 call le_att_get_handle_ptr2 
-0x5a02 023715 increase -2 ,contr 
-0x5a03 023716 copy contr ,pdata 
-0x5a04 023717 store 2 ,mem_le_cur_attlist_start_ptr 
-:      023718 le_send_att_read_by_group_type_response_loop:
-0x5a05 023719 call le_att_check_handle_end 
-0x5a06 023720 nbranch le_send_att_read_by_group_type_end0 ,positive 
-0x5a07 023721 fetcht 2 ,mem_temp 
-0x5a08 023722 call le_att_get_handle_info_from_ptr 
-0x5a09 023723 beq 1 ,le_send_att_read_by_group_type_end1 
-0x5a0a 023725 call le_att_same_type 
-0x5a0b 023726 nbranch le_send_att_read_by_group_type_next_handle ,zero 
-0x5a0c 023727 copy timeup ,pdata 
-0x5a0d 023728 beq 0 ,le_send_att_read_by_group_type_end1 
-0x5a0e 023729 nbranch le_send_att_read_by_group_type_store_write_record ,user 
-0x5a0f 023730 disable user 
-0x5a10 023732 arg 20 ,rega 
-0x5a11 023733 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a12 023734 setarg attop_read_by_group_type_response 
-0x5a13 023735 istore 1 ,contw 
-0x5a14 023736 fetch 1 ,mem_le_curr_att_len 
-0x5a15 023737 increase 4 ,pdata 
-0x5a16 023738 istore 1 ,contw 
-0x5a17 023739 call store_contw 
-0x5a18 023740 branch le_send_att_read_by_group_type_store_record 
-:      023741 le_send_att_read_by_group_type_store_write_record:
-0x5a19 023742 fetch 1 ,mem_le_curr_att_len 
-0x5a1a 023743 beq 16 ,le_send_att_read_by_group_type_end1 
-0x5a1b 023744 fetch 2 ,mem_temp 
-0x5a1c 023745 increase -1 ,pdata 
-0x5a1d 023746 store 2 ,mem_le_cur_handle_end 
-0x5a1e 023747 call le_write_att_record 
-:      023748 le_send_att_read_by_group_type_store_record:
-0x5a1f 023749 fetch 2 ,mem_temp 
-0x5a20 023750 store 2 ,mem_le_cur_handle_start 
-0x5a21 023751 call le_store_att_record 
-0x5a22 023752 increase -1 ,timeup 
-:      023754 le_send_att_read_by_group_type_next_handle:
-0x5a23 023755 call le_att_next_handle 
-0x5a24 023756 branch le_send_att_read_by_group_type_response_loop 
-:      023758 le_send_att_read_by_group_type_end0:
-0x5a25 023759 fetch 2 ,mem_temp 
-0x5a26 023760 store 2 ,mem_le_cur_handle_end 
-0x5a27 023761 branch le_send_att_read_by_group_type_end_common 
-:      023762 le_send_att_read_by_group_type_end1:
-0x5a28 023763 fetch 2 ,mem_temp 
-0x5a29 023764 increase -1 ,pdata 
-0x5a2a 023765 store 2 ,mem_le_cur_handle_end 
-0x5a2b 023766 branch le_send_att_read_by_group_type_end_common 
-:      023767 le_send_att_read_by_group_type_end_common:
-0x5a2c 023768 branch le_send_att_error_response_notfound ,user 
-0x5a2d 023769 call le_write_att_record 
-0x5a2e 023770 branch le_send_auto_len_by_mem 
-:      023775 le_parse_att_write_request:
-0x5a2f 023776 copy contr ,rega 
-0x5a30 023777 fetch 2 ,mem_le_l2cap_size 
-0x5a31 023778 add pdata ,-3 ,regb 
-0x5a32 023779 call le_writeatt_cb 
-:      023780 le_send_att_write_response_check_auth:
-0x5a33 023781 fetch 1 ,mem_le_configuration 
-0x5a34 023782 bbit0 bit_ble_write_auth ,le_send_att_write_response 
-0x5a35 023784 fetcht 2 ,mem_le_att_handle 
-0x5a36 023785 fetch 2 ,mem_le_pairing_handle 
-0x5a37 023786 isub temp ,null 
-0x5a38 023787 nbranch le_send_att_write_response ,zero 
-0x5a39 023788 call le_check_encrypt_state 
-0x5a3a 023789 nbranch le_send_att_write_response ,user 
-0x5a3b 023790 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x5a3c 023791 branch le_send_att_error_response 
-:      023793 le_send_att_write_response:
-0x5a3d 023794 force 1 ,rega 
-0x5a3e 023795 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a3f 023796 setarg attop_write_response 
-0x5a40 023797 istore 1 ,contw 
-0x5a41 023798 rtn 
-:      023800 le_check_encrypt_state:
-0x5a42 023801 call disable_user 
-0x5a43 023802 fetch 1 ,mem_le_pairing_mode 
-0x5a44 023803 rtneq le_pairing_mode_none 
-0x5a45 023804 fetch 1 ,mem_context 
-0x5a46 023805 rtnbit1 lestate_encryption 
-0x5a47 023806 branch enable_user 
-:      023809 le_parse_att_prepare_write_request:
-0x5a48 023810 add contr ,2 ,rega 
-0x5a49 023811 fetch 2 ,mem_le_l2cap_size 
-0x5a4a 023812 add pdata ,-5 ,regb 
-0x5a4b 023813 call le_writeatt_cb 
-0x5a4c 023814 branch le_send_att_prepare_write_response 
-:      023817 le_send_att_prepare_write_response:
-0x5a4d 023818 fetch 2 ,mem_le_l2cap_size 
-0x5a4e 023819 copy pdata ,rega 
-0x5a4f 023820 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a50 023821 setarg attop_prepare_write_response 
-0x5a51 023822 istore 1 ,contw 
-0x5a52 023823 fetch 2 ,mem_le_att_handle 
-0x5a53 023824 istore 2 ,contw 
-0x5a54 023825 fetch 2 ,mem_le_l2cap_size 
-0x5a55 023826 add pdata ,-5 ,loopcnt 
-0x5a56 023827 fetch 2 ,mem_le_payload_ptr 
-0x5a57 023828 add pdata ,7 ,contr 
-0x5a58 023829 ifetch 2 ,contr 
-0x5a59 023830 istore 2 ,contw 
-0x5a5a 023831 branch memcpy_fast 
-:      023835 le_parse_att_execute_write_request:
-:      023837 le_send_att_execute_write_response:
-0x5a5b 023838 force 1 ,rega 
-0x5a5c 023839 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a5d 023840 setarg attop_execute_write_response 
-0x5a5e 023841 istore 1 ,contw 
-0x5a5f 023842 rtn 
-:      023846 le_parse_att_write_command:
-0x5a60 023847 copy contr ,rega 
-0x5a61 023848 fetch 2 ,mem_le_l2cap_size 
-0x5a62 023849 add pdata ,-3 ,regb 
-0x5a63 023850 branch le_writeatt_cb 
-:      023855 le_att_malloc_tx_notify:
-0x5a64 023856 copy temp ,regc 
-0x5a65 023857 increase 3 ,rega 
-0x5a66 023858 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a67 023859 increase -3 ,rega 
-0x5a68 023860 setarg attop_handle_value_notification 
-0x5a69 023861 istore 1 ,contw 
-0x5a6a 023862 copy regc ,temp 
-0x5a6b 023863 istoret 2 ,contw 
-0x5a6c 023864 rtn 
-:      023867 le_att_malloc_tx_indication:
-0x5a6d 023868 copy temp ,regc 
-0x5a6e 023869 increase 3 ,rega 
-0x5a6f 023870 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a70 023871 increase -3 ,rega 
-0x5a71 023872 setarg attop_handle_value_indication 
-0x5a72 023873 istore 1 ,contw 
-0x5a73 023874 copy regc ,temp 
-0x5a74 023875 istoret 2 ,contw 
-0x5a75 023876 rtn 
-:      023881 le_send_att_error_response_notfound:
-0x5a76 023882 jam att_err_attribute_not_found ,mem_le_err_code 
-:      023883 le_send_att_error_response:
-0x5a77 023884 force 5 ,rega 
-0x5a78 023885 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a79 023886 setarg attop_error_response 
-0x5a7a 023887 istore 1 ,contw 
-0x5a7b 023888 fetch 1 ,mem_le_att_opcode 
-0x5a7c 023889 istore 1 ,contw 
-0x5a7d 023890 fetch 2 ,mem_le_att_handle 
-0x5a7e 023891 istore 2 ,contw 
-0x5a7f 023892 fetch 1 ,mem_le_err_code 
-0x5a80 023893 istore 1 ,contw 
-0x5a81 023894 rtn 
-:      023897 le_fifo_malloc_tx_l2cap_gatt:
-0x5a82 023898 force le_l2cap_cid_att ,regb 
-0x5a83 023899 branch le_fifo_malloc_tx_l2cap 
-:      023902 le_att_next_handle:
-0x5a84 023903 fetcht 2 ,mem_temp 
-0x5a85 023904 increase 1 ,temp 
-0x5a86 023905 storet 2 ,mem_temp 
-0x5a87 023906 rtn 
-:      023908 le_att_check_handle_end:
-0x5a88 023909 fetcht 2 ,mem_temp 
-0x5a89 023910 fetch 2 ,mem_le_search_handle_end 
-0x5a8a 023911 isub temp ,null 
-0x5a8b 023912 rtn 
-:      023915 le_att_same_type:
-0x5a8c 023916 fetcht 1 ,mem_le_search_att_type_length 
-0x5a8d 023917 arg mem_le_search_att_type ,rega 
-:      023918 le_att_check_same_common:
-0x5a8e 023919 fetch 1 ,mem_le_cur_uuid_length 
-0x5a8f 023920 copy pdata ,loopcnt 
-0x5a90 023921 isub temp ,null 
-0x5a91 023922 nrtn zero 
-0x5a92 023923 arg mem_le_cur_uuid ,regb 
-0x5a93 023924 branch string_compare 
-:      023926 le_att_same_uuid:
-0x5a94 023927 fetcht 1 ,mem_le_search_uuid_length 
-0x5a95 023928 arg mem_le_search_uuid ,rega 
-0x5a96 023929 branch le_att_check_same_common 
-:      023932 le_store_att_record:
-0x5a97 023933 fetch 1 ,mem_le_curr_att_len 
-0x5a98 023934 store 1 ,mem_tmp_buffer 
-0x5a99 023935 copy pdata ,loopcnt 
-0x5a9a 023936 call get_contr 
-0x5a9b 023937 branch memcpy_fast 
-:      023940 le_write_att_record:
-0x5a9c 023941 call get_contw 
-0x5a9d 023942 fetch 2 ,mem_le_cur_handle_start 
-0x5a9e 023943 istore 2 ,contw 
-0x5a9f 023944 fetch 2 ,mem_le_cur_handle_end 
-0x5aa0 023945 istore 2 ,contw 
-:      023946 le_write_att_record_common:
-0x5aa1 023947 fetch 1 ,mem_tmp_buffer 
-0x5aa2 023948 copy pdata ,loopcnt 
-0x5aa3 023949 call memcpy_fast 
-0x5aa4 023950 branch store_contw 
-:      023954 le_send_auto_len_by_mem:
-0x5aa5 023955 call get_contw 
-0x5aa6 023956 call le_fifo_get_last_att_ptr 
-0x5aa7 023957 copy contw ,pdata 
-0x5aa8 023958 isub contr ,rega 
-0x5aa9 023959 call le_fifo_get_last_l2cap_ptr 
-0x5aaa 023960 copy rega ,pdata 
-0x5aab 023961 istore 2 ,contr 
-0x5aac 023962 increase 4 ,rega 
-0x5aad 023963 call le_fifo_get_last_tx_ptr 
-0x5aae 023964 copy rega ,pdata 
-0x5aaf 023965 istore 1 ,contr 
-0x5ab0 023966 rtn 
-:      023969 le_get_search_handle_start_end_common:
-0x5ab1 023970 rshift8 pdata ,pdata 
-0x5ab2 023971 store 2 ,mem_le_search_handle_start 
-0x5ab3 023972 ifetch 2 ,contr 
-0x5ab4 023973 store 2 ,mem_le_search_handle_end 
-0x5ab5 023974 rtn 
-:      023979 le_parse_signaling:
-0x5ab6 023980 ifetch 1 ,contr 
-0x5ab7 023981 ifetcht 1 ,contr 
-0x5ab8 023982 ifetcht 2 ,contr 
-0x5ab9 023983 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
-0x5aba 023984 rtn 
-:      023985 le_l2cap_parse_conn_parameter_update_rsp:
-0x5abb 023986 ifetch 2 ,contr 
-0x5abc 023987 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x5abd 023988 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
-0x5abe 023989 branch ui_ipc_send_event 
-:      023995 le_l2cap_tx_update_req:
-0x5abf 023996 arg 0x0c ,rega 
-0x5ac0 023997 arg l2cap_connection_parameter_update_request ,regc 
-0x5ac1 023998 call le_fifo_malloc_tx_l2cap_signaling 
-0x5ac2 023999 setarg 0x08 
-0x5ac3 024000 istore 2 ,contw 
-0x5ac4 024001 fetch 8 ,mem_le_interval_min 
-0x5ac5 024002 istore 8 ,contw 
-0x5ac6 024003 rtn 
-:      024007 le_fifo_malloc_tx_l2cap_signaling:
-0x5ac7 024008 call le_l2cap_update_signaling_identifier 
-0x5ac8 024009 arg le_l2cap_cid_signal ,regb 
-0x5ac9 024010 call le_fifo_malloc_tx_l2cap 
-0x5aca 024011 copy regc ,pdata 
-0x5acb 024012 istore 1 ,contw 
-0x5acc 024013 fetch 1 ,mem_le_signaling_identifier 
-0x5acd 024014 istore 1 ,contw 
-0x5ace 024015 rtn 
-:      024018 le_l2cap_update_signaling_identifier:
-0x5acf 024019 fetch 1 ,mem_le_signaling_identifier 
-0x5ad0 024021 pincrease 1 
-0x5ad1 024022 store 1 ,mem_le_signaling_identifier 
-0x5ad2 024023 rtnne 0 
-:      024025 le_l2cap_reset_signaling_identifier:
-0x5ad3 024026 jam 1 ,mem_le_signaling_identifier 
-0x5ad4 024027 rtn 
-:      024032 le_pairing_mode_init:
-0x5ad5 024033 fetch 1 ,mem_le_pairing_mode 
-0x5ad6 024034 beq le_pairing_mode_none ,le_set_no_pairing 
-0x5ad7 024035 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
-0x5ad8 024036 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
-0x5ad9 024037 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
-0x5ada 024038 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
-0x5adb 024039 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
-0x5adc 024040 rtn 
-:      024042 le_set_pairing_mode_secure_justwork:
-0x5add 024043 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ade 024044 branch le_set_noinputnooutput 
-:      024045 le_set_pairing_mode_secure_numeric:
-0x5adf 024046 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ae0 024047 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x5ae1 024048 rtn 
-:      024049 le_set_pairing_mode_secure_passkey:
-0x5ae2 024050 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ae3 024051 branch le_set_displayonly 
-:      024052 le_set_no_pairing:
-0x5ae4 024053 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      024054 le_set_noinputnooutput:
-0x5ae5 024055 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x5ae6 024056 rtn 
-:      024057 le_set_pairing_mode_lagacy_just_work:
-0x5ae7 024058 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x5ae8 024059 branch le_set_noinputnooutput 
-:      024060 le_set_pairing_mode_lagacy_passkey:
-0x5ae9 024061 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      024062 le_set_displayonly:
-0x5aea 024063 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x5aeb 024064 rtn 
-:      024067 le_secure_connection_enable:
-0x5aec 024068 fetch 1 ,mem_le_pres_auth 
-0x5aed 024069 set1 le_auth_secure_connection_pairing_bit ,pdata 
-0x5aee 024070 store 1 ,mem_le_pres_auth 
-0x5aef 024071 rtn 
-:      024072 le_secure_connection_disable:
-0x5af0 024073 fetch 1 ,mem_le_pres_auth 
-0x5af1 024074 set0 le_auth_secure_connection_pairing_bit ,pdata 
-0x5af2 024075 store 1 ,mem_le_pres_auth 
-0x5af3 024076 rtn 
-:      024078 le_parse_smp:
-0x5af4 024079 ifetch 1 ,contr 
-0x5af5 024080 beq smp_pairing_request ,le_parse_smp_pairing_request 
-0x5af6 024082 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
-0x5af7 024083 beq smp_pairing_random ,le_parse_smp_pairing_random 
-0x5af8 024084 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
-0x5af9 024085 beq smp_encryption_information ,le_parse_smp_encryption_information 
-0x5afa 024086 beq smp_master_identification ,le_parse_smp_master_identification 
-0x5afb 024087 beq smp_identity_information ,le_parse_smp_identity_information 
-0x5afc 024088 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
-0x5afd 024089 beq smp_signing_information ,le_parse_smp_signing_information 
-0x5afe 024090 beq smp_security_request ,le_parse_smp_security_request 
-0x5aff 024091 beq smp_pairing_public_key ,le_parse_smp_public_key 
-0x5b00 024092 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
-0x5b01 024093 rtn 
-:      024097 le_send_smp_security_request:
-0x5b02 024098 force 2 ,rega 
-0x5b03 024099 call le_fifo_malloc_tx_l2cap_smp 
-0x5b04 024100 setarg smp_security_request 
-0x5b05 024101 istore 1 ,contw 
-0x5b06 024102 fetch 1 ,mem_le_pres_auth 
-0x5b07 024103 istore 1 ,contw 
-0x5b08 024104 rtn 
-:      024106 le_parse_smp_pairing_request:
-0x5b09 024107 store 1 ,mem_le_preq 
-0x5b0a 024108 ifetch 6 ,contr 
-0x5b0b 024109 istore 6 ,contw 
-0x5b0c 024110 fetch 1 ,mem_le_pairing_mode 
-0x5b0d 024111 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
-0x5b0e 024112 call le_send_smp_pairing_response 
-0x5b0f 024113 call le_check_master_support_secure_connect 
-0x5b10 024114 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
-0x5b11 024115 fetch 1 ,mem_le_preq_iocap 
-0x5b12 024116 beq flag_iocap_displayonly ,le_set_tk_0 
-0x5b13 024117 beq flag_iocap_displayyesno ,le_set_tk_0 
-0x5b14 024118 beq flag_iocap_noinputnooutput ,le_set_tk_0 
-0x5b15 024119 fetch 1 ,mem_le_pairing_mode 
-0x5b16 024120 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
-0x5b17 024121 rtneq le_pairing_mode_secure_connect_passkey 
-:      024122 le_set_tk_0:
-0x5b18 024123 arg 0 ,pdata 
-0x5b19 024124 store 4 ,mem_le_tk 
-0x5b1a 024125 rtn 
-:      024127 le_parse_smp_pairing_req_passkey:
-0x5b1b 024128 fetch 1 ,mem_le_configuration 
-0x5b1c 024129 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
-:      024130 le_genernate_tk:
-0x5b1d 024131 arg mem_le_tk ,rega 
-0x5b1e 024132 copy rega ,contw 
-0x5b1f 024133 arg 3 ,loopcnt 
-0x5b20 024134 call generate_random_loop 
-0x5b21 024135 fetch 2 ,mem_le_tk + 2 
-0x5b22 024136 and_into 0x7 ,pdata 
-0x5b23 024137 store 2 ,mem_le_tk + 2 
-:      024138 le_parse_smp_pairing_req_fixed_passkey:
-0x5b24 024139 jam bt_evt_le_tk_generate ,mem_fifo_temp 
-0x5b25 024140 branch ui_ipc_send_event 
-:      024142 le_check_master_support_secure_connect:
-0x5b26 024143 fetch 1 ,mem_le_preq_auth 
-0x5b27 024144 rtnbit1 le_auth_secure_connection_pairing_bit 
-0x5b28 024145 fetch 1 ,mem_le_pairing_mode 
-0x5b29 024146 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x5b2a 024147 branch app_ble_disconnect 
-:      024149 le_send_smp_pairing_response:
-0x5b2b 024150 force 7 ,rega 
-0x5b2c 024151 call le_fifo_malloc_tx_l2cap_smp 
-0x5b2d 024152 fetch 7 ,mem_le_pres 
-0x5b2e 024153 istore 7 ,contw 
-0x5b2f 024154 rtn 
-:      024157 le_parse_smp_pairing_confirm:
-0x5b30 024158 copy contr ,rega 
-0x5b31 024159 fetch 1 ,mem_le_pairing_mode 
-0x5b32 024160 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
-0x5b33 024161 copy rega ,contr 
-0x5b34 024162 arg mem_le_rconfirm ,contw 
-0x5b35 024163 call memcpy16 
-0x5b36 024164 branch le_send_smp_pairing_confirm 
-:      024165 le_parse_smp_pairing_confirm_secure_passkey:
-0x5b37 024166 copy rega ,contr 
-0x5b38 024167 arg mem_le_rconfirm ,contw 
-0x5b39 024168 call memcpy16 
-0x5b3a 024169 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5b3b 024170 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
-0x5b3c 024171 rtn 
-:      024174 le_send_smp_pairing_confirm:
-0x5b3d 024175 fetch 1 ,mem_le_pairing_mode 
-0x5b3e 024176 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
-0x5b3f 024177 call generate_confirm 
-0x5b40 024178 force 17 ,rega 
-0x5b41 024179 call le_fifo_malloc_tx_l2cap_smp 
-0x5b42 024180 setarg smp_pairing_confirm 
-0x5b43 024181 istore 1 ,contw 
-0x5b44 024182 branch store_aes_result 
-:      024185 le_send_smp_pairing_confirm_sc:
-0x5b45 024186 arg mem_le_srand ,contw 
-0x5b46 024187 call generate_random 
-0x5b47 024188 call function_f4_cb 
-0x5b48 024189 force 17 ,rega 
-0x5b49 024190 call le_fifo_malloc_tx_l2cap_smp 
-0x5b4a 024191 setarg smp_pairing_confirm 
-0x5b4b 024192 istore 1 ,contw 
-0x5b4c 024193 branch load_inverse_result 
-:      024197 le_parse_smp_pairing_random:
-0x5b4d 024198 copy contr ,rega 
-0x5b4e 024199 fetch 1 ,mem_le_pairing_mode 
-0x5b4f 024200 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
-0x5b50 024201 copy rega ,contr 
-0x5b51 024202 call authenticate_rconfirm 
-0x5b52 024203 branch le_parse_smp_pairing_random_success ,zero 
-:      024204 le_send_pairing_confirm_value_failed:
-0x5b53 024205 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
-:      024206 le_send_pairing_failed:
-0x5b54 024207 force 2 ,rega 
-0x5b55 024208 call le_fifo_malloc_tx_l2cap_smp 
-0x5b56 024209 setarg smp_pairing_failed 
-0x5b57 024210 istore 1 ,contw 
-0x5b58 024211 fetch 1 ,mem_le_ll_pairing_fail_reason 
-0x5b59 024212 istore 1 ,contw 
-:      024213 le_parse_smp_pairing_failed:
-0x5b5a 024214 force smp_pairing_timer ,queue 
-0x5b5b 024215 call timer_stop 
-0x5b5c 024216 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x5b5d 024217 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
-0x5b5e 024218 branch ui_ipc_send_event 
-:      024220 le_smp_pairing_fail_reason_not_support_pairing:
-0x5b5f 024221 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
-0x5b60 024222 branch le_send_pairing_failed 
-:      024225 le_parse_smp_pairing_random_sc:
-0x5b61 024226 arg mem_le_mrand ,contw 
-0x5b62 024227 copy rega ,contr 
-0x5b63 024228 call memcpy16 
-0x5b64 024229 fetch 1 ,mem_le_pairing_mode 
-0x5b65 024230 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
-0x5b66 024231 call function_g2 
-0x5b67 024234 call le_send_smp_pairing_random 
-0x5b68 024235 fetch 1 ,mem_le_pairing_mode 
-0x5b69 024236 rtnne le_pairing_mode_secure_connect_numeric 
-0x5b6a 024237 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
-0x5b6b 024238 branch ui_ipc_send_event 
-:      024240 le_parse_smp_pairing_random_sc_passkey:
-0x5b6c 024241 call function_f4_ca 
-0x5b6d 024242 arg mem_aes_cmac_temp ,contw 
-0x5b6e 024243 call load_inverse_result 
-0x5b6f 024244 arg mem_aes_cmac_temp ,rega 
-0x5b70 024245 arg mem_le_rconfirm ,regb 
-0x5b71 024246 arg 16 ,loopcnt 
-0x5b72 024247 call string_compare 
-0x5b73 024248 nbranch le_send_pairing_confirm_value_failed ,zero 
-0x5b74 024249 branch le_send_smp_pairing_random 
-:      024251 le_parse_smp_pairing_random_success:
-0x5b75 024252 call generate_stk 
-0x5b76 024253 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x5b77 024254 call ui_ipc_send_event 
-0x5b78 024255 jam 1 ,mem_ltk_exists 
-0x5b79 024256 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-:      024258 le_send_smp_pairing_random:
-0x5b7a 024259 force 17 ,rega 
-0x5b7b 024260 call le_fifo_malloc_tx_l2cap_smp 
-0x5b7c 024261 setarg smp_pairing_random 
-0x5b7d 024262 istore 1 ,contw 
-0x5b7e 024263 arg mem_le_srand ,contr 
-0x5b7f 024264 branch memcpy16 
-:      024266 le_parse_smp_encryption_information:
-0x5b80 024267 arg mem_le_peer_ltk ,contw 
-0x5b81 024268 branch memcpy16 
-:      024270 le_send_smp_encryption_information:
-0x5b82 024271 force 17 ,rega 
-0x5b83 024272 call le_fifo_malloc_tx_l2cap_smp 
-0x5b84 024273 setarg smp_encryption_information 
-0x5b85 024274 istore 1 ,contw 
-0x5b86 024275 fetch 1 ,mem_le_configuration 
-0x5b87 024276 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
-0x5b88 024277 arg mem_le_ltk ,contr 
-0x5b89 024278 branch memcpy16 
-:      024280 le_send_fixed_ltk:
-0x5b8a 024281 arg mem_le_fixed_ltk ,contr 
-0x5b8b 024282 branch memcpy16 
-:      024285 le_send_smp_master_identification:
-0x5b8c 024286 arg mem_le_ediv ,contw 
-0x5b8d 024287 force 10 ,loopcnt 
-0x5b8e 024288 call generate_random_loop 
-0x5b8f 024289 force 11 ,rega 
-0x5b90 024290 call le_fifo_malloc_tx_l2cap_smp 
-0x5b91 024291 setarg smp_master_identification 
-0x5b92 024292 istore 1 ,contw 
-0x5b93 024293 fetch 2 ,mem_le_ediv 
-0x5b94 024294 istore 2 ,contw 
-0x5b95 024295 fetch 8 ,mem_le_rand 
-0x5b96 024296 istore 8 ,contw 
-0x5b97 024297 rtn 
-:      024299 le_send_smp_identity_information:
-0x5b98 024300 force 17 ,rega 
-0x5b99 024301 call le_fifo_malloc_tx_l2cap_smp 
-0x5b9a 024302 setarg smp_identity_information 
-0x5b9b 024303 istore 1 ,contw 
-0x5b9c 024304 setarg 0 
-0x5b9d 024305 istore 8 ,contw 
-0x5b9e 024306 istore 8 ,contw 
-0x5b9f 024307 rtn 
-:      024310 le_send_smp_identity_address_information:
-0x5ba0 024311 force 8 ,rega 
-0x5ba1 024312 call le_fifo_malloc_tx_l2cap_smp 
-0x5ba2 024313 setarg smp_identity_address_information 
-0x5ba3 024314 istore 1 ,contw 
-0x5ba4 024315 fetch 1 ,mem_le_conn_own_addr_type 
-0x5ba5 024316 istore 1 ,contw 
-0x5ba6 024317 fetch 6 ,mem_le_lap 
-0x5ba7 024318 istore 6 ,contw 
-0x5ba8 024319 rtn 
-:      024322 le_send_pairing_fail_unspecified_reason:
-0x5ba9 024323 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
-0x5baa 024324 branch le_send_pairing_failed 
-:      024326 le_check_init_key_distribution:
-0x5bab 024327 fetch 1 ,mem_le_pres_init_key_distribution 
-0x5bac 024328 fetcht 1 ,mem_le_pres_init_key_distribution 
-0x5bad 024329 iand temp ,pdata 
-0x5bae 024330 rtn 
-:      024332 le_parse_smp_identity_information:
-0x5baf 024333 arg mem_le_irk ,contw 
-0x5bb0 024334 call memcpy16 
-0x5bb1 024335 call le_check_init_key_distribution 
-0x5bb2 024336 isolate0 le_initator_irk_bit ,pdata 
-0x5bb3 024337 branch le_send_pairing_fail_unspecified_reason ,true 
-0x5bb4 024338 fetch 1 ,mem_device_option 
-0x5bb5 024339 rtnne dvc_op_module 
-0x5bb6 024340 call le_check_master_addr_type 
-0x5bb7 024341 nrtn user 
-0x5bb8 024342 branch app_ble_store_reconn_info 
-:      024345 le_check_master_addr_type:
-0x5bb9 024346 call disable_user 
-0x5bba 024347 fetch 1 ,mem_le_conn_peer_addr_type 
-0x5bbb 024348 rtneq master_public_addr 
-0x5bbc 024349 fetch 1 ,mem_le_plap + 5 
-0x5bbd 024350 compare 0xc0 ,pdata ,0xc0 
-0x5bbe 024351 rtn true 
-0x5bbf 024352 branch enable_user 
-:      024354 le_parse_smp_identity_address_information:
-0x5bc0 024355 call le_check_init_key_distribution 
-0x5bc1 024356 isolate0 le_initator_irk_bit ,pdata 
-0x5bc2 024357 branch le_send_pairing_fail_unspecified_reason ,true 
-0x5bc3 024358 rtn 
-:      024360 le_parse_smp_master_identification:
-:      024361 le_parse_smp_signing_information:
-:      024362 le_parse_smp_security_request:
-0x5bc4 024363 rtn 
-:      024365 le_parse_smp_public_key:
-0x5bc5 024366 arg mem_le_pubkey_remote_x_256 ,contw 
-0x5bc6 024367 call memcpy64 
-0x5bc7 024368 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5bc8 024369 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
-0x5bc9 024370 rtn 
-:      024372 le_parse_smp_dhkey_check:
-0x5bca 024373 arg mem_sp_confirm_remote ,contw 
-0x5bcb 024374 call memcpy16 
-0x5bcc 024375 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
-0x5bcd 024376 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5bce 024377 rtn 
-:      024379 le_send_smp_pairing_public_key:
-0x5bcf 024380 force 65 ,rega 
-0x5bd0 024381 call le_fifo_malloc_tx_l2cap_smp 
-0x5bd1 024382 setarg smp_pairing_public_key 
-0x5bd2 024383 istore 1 ,contw 
-0x5bd3 024384 arg mem_le_pubkey_local_x_256 ,contr 
-0x5bd4 024385 branch memcpy64 
-:      024387 le_send_smp_pairing_dhkey_check:
-0x5bd5 024388 call function_f6_eb 
-0x5bd6 024389 force 17 ,rega 
-0x5bd7 024390 call le_fifo_malloc_tx_l2cap_smp 
-0x5bd8 024391 setarg smp_pairing_dhkey_check 
-0x5bd9 024392 istore 1 ,contw 
-0x5bda 024393 branch load_inverse_result 
-:      024396 le_check_paring_time:
-0x5bdb 024397 fetch 1 ,mem_le_pairing_state 
-0x5bdc 024398 rtneq flag_le_pairing_end 
-0x5bdd 024399 arg flag_le_pairing_rcv_pairing_req ,temp 
-0x5bde 024400 isub temp ,null 
-0x5bdf 024401 nrtn positive 
-0x5be0 024402 arg smp_pairing_timer ,queue 
-0x5be1 024403 call timer_check 
-0x5be2 024404 nrtn blank 
-0x5be3 024405 branch le_send_pairing_fail_unspecified_reason 
-:      024407 le_pairing_sm:
-0x5be4 024408 bpatchx patch2f_0 ,mem_patch2f 
-0x5be5 024409 fetch 1 ,mem_le_pairing_state 
-0x5be6 024410 beq flag_le_pairing_null ,le_pairing_sm_null 
-0x5be7 024411 beq flag_le_pairing_start ,le_pairing_sm_start 
-0x5be8 024412 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
-0x5be9 024413 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
-0x5bea 024414 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
-0x5beb 024415 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
-0x5bec 024416 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
-0x5bed 024417 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
-0x5bee 024418 rtn 
-:      024420 le_pairing_sm_null:
-:      024421 le_pairing_sm_send_sec_req:
-0x5bef 024422 fetch 1 ,mem_le_enc_state 
-0x5bf0 024423 rtnne flag_le_send_start_enc_rsp 
-0x5bf1 024424 jam flag_le_enc_end ,mem_le_enc_state 
-0x5bf2 024425 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x5bf3 024426 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
-0x5bf4 024427 branch ui_ipc_send_event 
-:      024430 le_pairing_sm_start:
-0x5bf5 024431 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
-0x5bf6 024432 branch le_send_smp_security_request 
-:      024434 le_pairing_sm_rcv_pairing_req:
-0x5bf7 024435 jam flag_le_pairing_auth ,mem_le_pairing_state 
-0x5bf8 024436 setarg timer_smp_pairing_timeout 
-0x5bf9 024437 arg smp_pairing_timer ,queue 
-0x5bfa 024438 branch timer_init 
-:      024440 le_pairing_sm_after_auth:
-0x5bfb 024441 fetch 1 ,mem_le_enc_state 
-0x5bfc 024442 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
-0x5bfd 024443 rtn 
-:      024445 le_pairing_sm_after_auth_start_enc:
-0x5bfe 024446 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
-0x5bff 024447 jam bt_evt_le_enc_info ,mem_fifo_temp 
-0x5c00 024448 call ui_ipc_send_event 
-0x5c01 024449 call le_send_smp_encryption_information 
-0x5c02 024450 fetch 1 ,mem_device_option 
-0x5c03 024451 rtnne dvc_op_module 
-0x5c04 024452 call le_check_master_addr_type 
-0x5c05 024453 rtn user 
-0x5c06 024454 branch app_ble_store_reconn_info 
-:      024457 le_pairng_sm_send_enc_information:
-0x5c07 024458 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
-0x5c08 024459 branch le_send_smp_master_identification 
-:      024461 le_pairng_sm_send_master_indentification:
-0x5c09 024462 fetch 1 ,mem_le_preq_resp_key_distribution 
-0x5c0a 024463 fetcht 1 ,mem_le_pres_resp_key_distribution 
-0x5c0b 024464 iand temp ,pdata 
-0x5c0c 024465 isolate0 le_initator_irk_bit ,pdata 
-0x5c0d 024466 branch le_parse_start_enc_rsp_after_auth_end ,true 
-0x5c0e 024467 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
-0x5c0f 024468 branch le_send_smp_identity_information 
-:      024470 le_pairng_sm_send_indentity_information:
-0x5c10 024471 call le_send_smp_identity_address_information 
-0x5c11 024472 branch le_parse_start_enc_rsp_after_auth_end 
-:      024475 le_parse_start_enc_rsp_after_auth_end:
-0x5c12 024476 force smp_pairing_timer ,queue 
-0x5c13 024477 call timer_stop 
-0x5c14 024478 jam flag_le_enc_end ,mem_le_enc_state 
-0x5c15 024479 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x5c16 024480 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
-0x5c17 024481 branch ui_ipc_send_event 
-:      024485 le_secure_connect_sm:
-0x5c18 024486 bpatchx patch2f_1 ,mem_patch2f 
-0x5c19 024487 fetch 1 ,mem_le_pairing_mode 
-0x5c1a 024488 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x5c1b 024489 fetch 1 ,mem_le_secure_connect_flag 
-0x5c1c 024490 rtnne le_sp_flag_commit_256 
-0x5c1d 024491 jam sp_flag_standby ,mem_le_secure_connect_flag 
-0x5c1e 024492 fetch 1 ,mem_le_secure_connect_state 
-0x5c1f 024493 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
-0x5c20 024494 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
-0x5c21 024495 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
-0x5c22 024496 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
-0x5c23 024497 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
-0x5c24 024498 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
-0x5c25 024499 rtn 
-:      024502 le_sc_sm_passkey_wait_confirm:
-0x5c26 024503 fetch 1 ,mem_authentication_passkey_times 
-0x5c27 024504 copy pdata ,queue 
-0x5c28 024505 increase 1 ,pdata 
-0x5c29 024506 store 1 ,mem_authentication_passkey_times 
-0x5c2a 024507 fetch 4 ,mem_le_tk 
-0x5c2b 024508 qisolate1 pdata 
-0x5c2c 024509 setarg 0x80 
-0x5c2d 024510 setflag true ,0 ,pdata 
-0x5c2e 024511 store 1 ,mem_passkey_1bit 
-0x5c2f 024512 branch le_sc_sm_ready_send_pairing_confirm 
-:      024514 le_sc_sm_wait_confirm_gkey:
-0x5c30 024515 fetch 1 ,mem_le_sc_confirm_gkey_flag 
-0x5c31 024516 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
-0x5c32 024517 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
-0x5c33 024518 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c34 024519 rtn 
-:      024521 le_sc_confirm_gkey_ok:
-0x5c35 024522 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x5c36 024523 call ui_ipc_send_event 
-0x5c37 024524 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-0x5c38 024525 branch le_send_smp_pairing_dhkey_check 
-:      024527 le_sc_sm_receive_dhkey:
-0x5c39 024528 fetch 1 ,mem_sp_dhkey_invalid 
-0x5c3a 024529 beq sp_key_valid_256 ,le_dhkey_ready 
-0x5c3b 024530 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c3c 024531 rtn 
-:      024533 le_dhkey_ready:
-0x5c3d 024534 call function_f5 
-0x5c3e 024538 fetch 1 ,mem_le_pairing_mode 
-0x5c3f 024539 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
-0x5c40 024540 call le_set_tk_0 
-:      024541 le_dhkey_ready_common:
-0x5c41 024542 call function_f6_ea 
-0x5c42 024543 arg mem_aes_cmac_temp ,rega 
-0x5c43 024544 arg mem_sp_confirm_remote ,regb 
-0x5c44 024545 arg 16 ,loopcnt 
-0x5c45 024546 call string_compare 
-0x5c46 024547 branch le_dhkey_check_ok ,zero 
-:      024548 le_dhkey_check_fail:
-0x5c47 024549 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
-0x5c48 024550 branch le_send_pairing_failed 
-:      024553 le_dhkey_check_ok:
-0x5c49 024554 call sp_calc_check_publickey_256 
-0x5c4a 024555 nbranch le_dhkey_check_fail ,zero 
-0x5c4b 024556 jam 1 ,mem_ltk_exists 
-0x5c4c 024557 fetch 1 ,mem_le_pairing_mode 
-0x5c4d 024558 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
-0x5c4e 024559 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
-0x5c4f 024560 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c50 024561 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
-0x5c51 024562 rtn 
-:      024564 le_sc_sm_send_public_key:
-0x5c52 024565 fetch 1 ,mem_le_pairing_mode 
-0x5c53 024566 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
-0x5c54 024567 jam 0 ,mem_passkey_1bit 
-:      024568 le_sc_sm_ready_send_pairing_confirm:
-0x5c55 024569 branch le_send_smp_pairing_confirm 
-:      024571 le_sc_sm_send_public_key_passkey:
-0x5c56 024575 jam 0 ,mem_authentication_passkey_times 
-0x5c57 024576 branch le_parse_smp_pairing_req_passkey 
-:      024579 le_sc_sm_receive_public_key:
-0x5c58 024580 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c59 024581 fetch 1 ,mem_le_sc_local_key_invalid 
-0x5c5a 024582 beq sp_key_valid_256 ,le_public_key_ready 
-0x5c5b 024584 rtn 
-:      024586 le_public_key_ready:
-0x5c5c 024587 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
-0x5c5d 024588 jam sp_key_invalid ,mem_sp_dhkey_invalid 
-0x5c5e 024589 branch sp_dhkey_calc_256 
-:      024591 le_sc_sm_wait_send_public_key:
-0x5c5f 024592 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c60 024593 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
-0x5c61 024594 branch le_send_smp_pairing_public_key 
-:      024598 le_fifo_malloc_tx_l2cap_smp:
-0x5c62 024599 force le_l2cap_cid_smp ,regb 
-0x5c63 024600 branch le_fifo_malloc_tx_l2cap 
-:      024604 le_parse_ll:
-0x5c64 024605 fetch 1 ,mem_le_rxbuf + 2 
-0x5c65 024606 beq ll_connection_update_req ,le_parse_connection_update_req 
-0x5c66 024607 beq ll_channel_map_req ,le_parse_channel_map_req 
-0x5c67 024608 beq ll_terminate_ind ,le_parse_terminate_ind 
-0x5c68 024609 beq ll_enc_req ,le_parse_enc_req 
-0x5c69 024610 beq ll_enc_rsp ,le_parse_enc_rsp 
-0x5c6a 024611 beq ll_start_enc_req ,le_parse_start_enc_req 
-0x5c6b 024612 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
-0x5c6c 024613 beq ll_unknown_rsp ,le_parse_unknown_rsp 
-0x5c6d 024614 beq ll_feature_req ,le_parse_feature_req 
-0x5c6e 024615 beq ll_feature_rsp ,le_parse_feature_rsp 
-0x5c6f 024616 beq ll_pause_enc_req ,le_parse_pause_enc_req 
-0x5c70 024617 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
-0x5c71 024618 beq ll_version_ind ,le_parse_version_ind 
-0x5c72 024619 beq ll_reject_ind ,le_parse_reject_ind 
-0x5c73 024620 beq ll_ping_req ,le_parse_ping_req 
-0x5c74 024621 beq ll_ping_rsp ,le_parse_ping_rsp 
-0x5c75 024622 arg 2 ,rega 
-0x5c76 024623 arg ll_unknown_rsp ,regb 
-0x5c77 024624 call le_fifo_malloc_tx_ll 
-0x5c78 024625 fetch 1 ,mem_le_rxbuf + 2 
-0x5c79 024626 istore 1 ,contw 
-0x5c7a 024627 rtn 
-:      024630 le_parse_connection_update_req:
-0x5c7b 024631 ifetch 9 ,contr 
-0x5c7c 024632 store 9 ,mem_le_new_param 
-0x5c7d 024633 ifetch 2 ,contr 
-0x5c7e 024634 store 2 ,mem_le_instant 
-0x5c7f 024635 fetch 1 ,mem_le_state 
-0x5c80 024636 set1 lestate_update_param ,pdata 
-0x5c81 024637 store 1 ,mem_le_state 
-0x5c82 024638 rtn 
-:      024640 le_parse_channel_map_req:
-0x5c83 024641 ifetch 5 ,contr 
-0x5c84 024642 store 5 ,mem_le_new_map 
-0x5c85 024643 ifetch 2 ,contr 
-0x5c86 024644 store 2 ,mem_le_instant 
-0x5c87 024645 fetcht 2 ,mem_le_event_count 
-0x5c88 024646 isub temp ,null 
-0x5c89 024647 nbranch le_parse_terminate_ind ,positive 
-0x5c8a 024648 fetch 1 ,mem_le_state 
-0x5c8b 024649 set1 lestate_update_map ,pdata 
-0x5c8c 024650 store 1 ,mem_le_state 
-0x5c8d 024651 rtn 
-:      024654 le_parse_terminate_ind:
-0x5c8e 024655 setarg 20 
-0x5c8f 024656 store 2 ,mem_le_superto 
-0x5c90 024657 store 2 ,mem_le_init_superto 
-0x5c91 024658 rtn 
-:      024660 le_send_terminate_ind_user_terminated:
-0x5c92 024661 arg error_remote_user_terminated_connection ,regc 
-:      024664 le_send_terminate_ind:
-0x5c93 024665 arg 2 ,rega 
-0x5c94 024666 arg ll_terminate_ind ,regb 
-0x5c95 024667 call le_fifo_malloc_tx_ll 
-0x5c96 024668 copy regc ,pdata 
-0x5c97 024669 istore 1 ,contw 
-0x5c98 024670 rtn 
-:      024672 le_parse_feature_req:
-:      024674 le_send_feature_rsp:
-0x5c99 024675 arg 9 ,rega 
-0x5c9a 024676 arg ll_feature_rsp ,regb 
-0x5c9b 024677 call le_fifo_malloc_tx_ll 
-0x5c9c 024678 setarg param_le_features 
-0x5c9d 024679 istore 8 ,contw 
-0x5c9e 024680 rtn 
-:      024683 le_parse_version_ind:
-0x5c9f 024684 rtn master 
-:      024685 le_send_version_ind:
-0x5ca0 024686 arg 6 ,rega 
-0x5ca1 024687 arg ll_version_ind ,regb 
-0x5ca2 024688 call le_fifo_malloc_tx_ll 
-0x5ca3 024689 fetch 5 ,mem_lmp_version 
-0x5ca4 024690 istore 5 ,contw 
-0x5ca5 024691 rtn 
-:      024694 le_parse_ping_req:
-0x5ca6 024695 arg ll_ping_rsp ,regb 
-0x5ca7 024696 branch le_send_ll_one_lenth 
-:      024699 le_send_ll_one_lenth:
-0x5ca8 024700 arg 1 ,rega 
-0x5ca9 024701 branch le_fifo_malloc_tx_ll 
-:      024704 le_parse_enc_req:
-0x5caa 024705 ifetch 8 ,contr 
-0x5cab 024706 store 8 ,mem_le_rand 
-0x5cac 024707 ifetch 2 ,contr 
-0x5cad 024708 store 2 ,mem_le_ediv 
-0x5cae 024709 ifetch 8 ,contr 
-0x5caf 024710 store 8 ,mem_le_skdm 
-0x5cb0 024711 ifetch 4 ,contr 
-0x5cb1 024712 store 4 ,mem_le_ivm 
-0x5cb2 024713 call le_send_enc_rsp 
-0x5cb3 024714 bpatchx patch2f_2 ,mem_patch2f 
-0x5cb4 024715 fetch 1 ,mem_le_pairing_state 
-0x5cb5 024716 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
-0x5cb6 024717 fetch 1 ,mem_le_configuration 
-0x5cb7 024718 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
-0x5cb8 024719 fetch 1 ,mem_nv_data_number 
-0x5cb9 024720 ncall load_device_list_mode_4 ,blank 
-0x5cba 024721 fetch 1 ,mem_ltk_exists 
-0x5cbb 024722 beq 0 ,le_ltk_lost 
-:      024723 le_parse_enc_req_after_auth:
-0x5cbc 024724 jam flag_le_rcv_enc_start ,mem_le_enc_state 
-0x5cbd 024725 call le_send_start_enc_req 
-0x5cbe 024726 branch generate_sk 
-:      024728 le_parse_enc_req_fixed_ltk:
-0x5cbf 024729 jam 1 ,mem_ltk_exists 
-0x5cc0 024730 arg mem_le_fixed_ltk ,contr 
-0x5cc1 024731 arg mem_le_ltk ,contw 
-0x5cc2 024732 call memcpy16 
-0x5cc3 024733 branch le_parse_enc_req_after_auth 
-:      024736 le_ltk_lost:
-0x5cc4 024737 bpatchx patch2f_3 ,mem_patch2f 
-0x5cc5 024738 jam flag_le_enc_null ,mem_le_enc_state 
-0x5cc6 024739 jam flag_le_enc_null ,mem_le_pairing_state 
-0x5cc7 024740 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
-0x5cc8 024741 branch ui_ipc_send_event 
-:      024743 le_send_reject_ind:
-0x5cc9 024744 arg 2 ,rega 
-0x5cca 024745 arg ll_reject_ind ,regb 
-0x5ccb 024746 call le_fifo_malloc_tx_ll 
-0x5ccc 024747 setarg le_err_pin_or_key_missing 
-0x5ccd 024748 istore 1 ,contw 
-0x5cce 024749 rtn 
-:      024751 le_send_enc_rsp:
-0x5ccf 024752 arg mem_le_skds ,contw 
-0x5cd0 024753 force 8 ,loopcnt 
-0x5cd1 024754 call generate_random_loop 
-0x5cd2 024755 arg mem_le_ivs ,contw 
-0x5cd3 024756 force 4 ,loopcnt 
-0x5cd4 024757 call generate_random_loop 
-0x5cd5 024758 arg 13 ,rega 
-0x5cd6 024759 arg ll_enc_rsp ,regb 
-0x5cd7 024760 call le_fifo_malloc_tx_ll 
-0x5cd8 024761 fetch 8 ,mem_le_skds 
-0x5cd9 024762 istore 8 ,contw 
-0x5cda 024763 fetch 4 ,mem_le_ivs 
-0x5cdb 024764 istore 4 ,contw 
-0x5cdc 024765 rtn 
-:      024767 le_send_start_enc_req:
-0x5cdd 024768 arg ll_start_enc_req ,regb 
-0x5cde 024769 branch le_send_ll_one_lenth 
-:      024771 le_send_start_enc_rsp:
-0x5cdf 024772 arg ll_start_enc_rsp ,regb 
-0x5ce0 024773 branch le_send_ll_one_lenth 
-:      024776 le_parse_enc_rsp:
-0x5ce1 024777 ifetch 8 ,contr 
-0x5ce2 024778 store 8 ,mem_le_skds 
-0x5ce3 024779 ifetch 4 ,contr 
-0x5ce4 024780 store 4 ,mem_le_ivs 
-0x5ce5 024781 branch generate_sk 
-:      024783 le_parse_start_enc_req:
-0x5ce6 024784 fetch 1 ,mem_le_state 
-0x5ce7 024785 set1 lestate_encryption ,pdata 
-0x5ce8 024786 store 1 ,mem_le_state 
-0x5ce9 024787 rtn 
-:      024789 le_parse_start_enc_rsp:
-0x5cea 024790 rtn master 
-0x5ceb 024791 jam bt_evt_le_start_enc ,mem_fifo_temp 
-0x5cec 024792 call ui_ipc_send_event 
-0x5ced 024793 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
-0x5cee 024794 branch le_send_start_enc_rsp 
-:      024796 le_parse_pause_enc_req:
-0x5cef 024797 jam flag_le_enc_pause ,mem_le_enc_state 
-0x5cf0 024798 call le_send_pause_enc_rsp 
-0x5cf1 024799 jam bt_evt_le_pause_enc ,mem_fifo_temp 
-0x5cf2 024800 branch ui_ipc_send_event 
-:      024802 le_send_pause_enc_rsp:
-0x5cf3 024803 arg ll_pause_enc_rsp ,regb 
-0x5cf4 024804 branch le_send_ll_one_lenth 
-:      024807 le_parse_feature_rsp:
-:      024808 le_parse_unknown_rsp:
-:      024809 le_parse_pause_enc_rsp:
-:      024810 le_parse_reject_ind:
-:      024811 le_parse_ping_rsp:
-0x5cf5 024812 rtn 
-:      024819 init_lmp:
-0x5cf6 024820 rtn wake 
-:      024821 init_lmp_work:
-0x5cf7 024822 bpatchx patch2f_4 ,mem_patch2f 
-0x5cf8 024823 setarg 0 
-0x5cf9 024824 store 1 ,mem_lmp_to_send 
-0x5cfa 024825 store 1 ,mem_conn_sm 
-0x5cfb 024826 store 1 ,mem_lmo_opcode1 
-0x5cfc 024827 store 1 ,mem_lmo_opcode2 
-0x5cfd 024828 store 1 ,mem_esco_addr 
-0x5cfe 024829 store 1 ,mem_auth_enable 
-0x5cff 024830 store 1 ,mem_connection_options 
-0x5d00 024831 store 1 ,mem_pairing_auth 
-0x5d01 024832 jam switch_flag_init ,mem_switch_flag 
-0x5d02 024833 jam 0 ,mem_switch_fail_master_count 
-0x5d03 024834 jam null_encryp ,mem_wait_encryption 
-:      024835 init_lmp_reinit:
-0x5d04 024836 jam 0 ,mem_pairing_auth 
-0x5d05 024837 jam 0 ,mem_sp_localsm 
-0x5d06 024838 jam 0 ,mem_lmp_conn_state 
-:      024840 parse_rx_done:
-0x5d07 024841 rtn 
-:      024843 parse_lmp:
-0x5d08 024844 bpatchx patch2f_5 ,mem_patch2f 
-0x5d09 024845 call setlocalsm_master ,master 
-0x5d0a 024846 ncall setlocalsm_slave ,master 
-0x5d0b 024847 call lmo_fifo_check 
-0x5d0c 024848 nrtn blank 
-0x5d0d 024849 fetch 1 ,mem_state_map 
-0x5d0e 024850 rtnbit0 smap_rxlmp 
-0x5d0f 024851 set0 smap_rxlmp ,pdata 
-0x5d10 024852 set0 mark_rxbuf_inuse ,mark 
-0x5d11 024853 store 1 ,mem_state_map 
-0x5d12 024854 fetch 1 ,mem_rxbuf 
-0x5d13 024855 fetcht 1 ,mem_state_map 
-0x5d14 024856 isolate1 smap_lmptidinit ,pdata 
-0x5d15 024857 setflag true ,smap_lmptid ,temp 
-0x5d16 024858 storet 1 ,mem_state_map 
-0x5d17 024859 and_into 0x2 ,temp 
-0x5d18 024860 storet 1 ,mem_lmo_tid2 
-0x5d19 024861 fetcht 1 ,mem_state_map 
-0x5d1a 024862 rshift pdata ,pdata 
-0x5d1b 024863 store 1 ,mem_lmi_opcode2 
-0x5d1c 024864 bpatchx patch2f_6 ,mem_patch2f 
-0x5d1d 024865 fetch 1 ,mem_lmi_opcode2 
-0x5d1e 024866 beq lmp_escape ,parse_lmp_escape 
-0x5d1f 024867 beq lmp_accepted ,parse_lmp_accepted 
-0x5d20 024868 beq lmp_not_accepted ,parse_lmp_not_accepted 
-0x5d21 024869 beq lmp_set_afh ,parse_lmp_set_afh 
-0x5d22 024870 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
-0x5d23 024871 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
-0x5d24 024872 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
-0x5d25 024873 beq lmp_auto_rate ,parse_lmp_auto_rate 
-0x5d26 024874 beq lmp_test_control ,parse_lmp_test_control 
-0x5d27 024875 beq lmp_test_activate ,parse_lmp_test_activate 
-0x5d28 024876 beq lmp_setup_complete ,parse_lmp_setup_complete 
-0x5d29 024877 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
-0x5d2a 024878 beq lmp_features_req ,parse_lmp_features_req 
-0x5d2b 024879 beq lmp_host_connection_req ,parse_lmp_conn_req 
-0x5d2c 024880 beq lmp_version_req ,parse_lmp_version_req 
-0x5d2d 024881 beq lmp_version_res ,parse_lmp_version_res 
-0x5d2e 024882 beq lmp_detach ,parse_lmp_detach 
-0x5d2f 024883 beq lmp_max_slot ,parse_lmp_max_slot 
-0x5d30 024884 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
-0x5d31 024885 beq lmp_name_req ,parse_lmp_name_req 
-0x5d32 024886 beq lmp_name_res ,parse_lmp_name_res 
-0x5d33 024887 beq lmp_features_res ,parse_lmp_features_res 
-0x5d34 024888 beq lmp_comb_key ,parse_lmp_comb_key 
-0x5d35 024889 beq lmp_au_rand ,parse_lmp_au_rand 
-0x5d36 024890 beq lmp_in_rand ,parse_lmp_in_rand 
-0x5d37 024891 beq lmp_sres ,parse_lmp_sres 
-0x5d38 024892 beq lmp_incr_power_req ,parse_lmp_incr_power 
-0x5d39 024893 beq lmp_decr_power_req ,parse_lmp_decr_power 
-0x5d3a 024894 beq lmp_max_power ,parse_lmp_max_power 
-0x5d3b 024895 beq lmp_min_power ,parse_lmp_min_power 
-0x5d3c 024896 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
-0x5d3d 024897 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
-0x5d3e 024898 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
-0x5d3f 024899 beq lmp_slot_offset ,parse_lmp_slot_offset 
-0x5d40 024900 beq lmp_sniff_req ,parse_lmp_sniff_req 
-0x5d41 024901 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
-0x5d42 024902 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
-0x5d43 024903 beq lmp_switch_req ,parse_lmp_switch_req 
-0x5d44 024904 beq lmp_temp_rand ,parse_lmp_temp_rand 
-0x5d45 024905 beq lmp_temp_key ,parse_lmp_temp_key 
-0x5d46 024906 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
-0x5d47 024907 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
-0x5d48 024908 beq lmp_unit_key ,parse_lmp_unit_key 
-0x5d49 024909 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
-0x5d4a 024910 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
-0x5d4b 024911 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
-0x5d4c 024912 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
-0x5d4d 024913 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
-0x5d4e 024914 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
-0x5d4f 024915 beq lmp_dhkey_check ,parse_dhkey_check 
-0x5d50 024916 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
-0x5d51 024917 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
-:      024920 reject_unknown_packet:
-0x5d52 024921 jam unknown_lmp_pdu ,mem_lmo_reason2 
-:      024922 reject_lmp_packet:
-0x5d53 024923 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5d54 024924 rtn 
-:      024926 parse_lmp_clkoffset_req:
-0x5d55 024927 jam lmp_clkoffset_res ,mem_lmo_opcode2 
-0x5d56 024928 rtn 
-:      024930 parse_enc_key_size_mask_req:
-0x5d57 024931 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
-0x5d58 024932 rtn 
-:      024934 parse_lmp_set_afh:
-0x5d59 024935 fetch 4 ,mem_rxbuf + 1 
-0x5d5a 024936 lshift pdata ,pdata 
-0x5d5b 024937 store 4 ,mem_afh_instant 
-0x5d5c 024938 fetch 1 ,mem_rxbuf + 5 
-0x5d5d 024939 store 1 ,mem_afh_new_mod 
-0x5d5e 024940 fetch 5 ,mem_rxbuf + 6 
-0x5d5f 024941 store 5 ,mem_afh_map_new 
-0x5d60 024942 fetch 5 ,mem_rxbuf + 11 
-0x5d61 024943 istore 5 ,contw 
-0x5d62 024944 fetch 1 ,mem_mode 
-0x5d63 024945 set1 afh_change ,pdata 
-0x5d64 024946 store 1 ,mem_mode 
-0x5d65 024947 rtn 
-:      024948 parse_lmp_escape:
-0x5d66 024949 bpatchx patch2f_7 ,mem_patch2f 
-0x5d67 024950 fetch 1 ,mem_rxbuf + 1 
-0x5d68 024951 set1 7 ,pdata 
-0x5d69 024952 store 1 ,mem_lmi_opcode2 
-0x5d6a 024953 beq lmp_ext_accepted ,parse_lmpext_accepted 
-0x5d6b 024954 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
-0x5d6c 024955 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
-0x5d6d 024956 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
-0x5d6e 024957 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
-0x5d6f 024958 beq lmp_ext_features_req ,parse_lmpext_features_req 
-0x5d70 024959 beq lmp_ext_features_res ,parse_lmpext_features_res 
-0x5d71 024960 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
-0x5d72 024961 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
-0x5d73 024962 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
-0x5d74 024963 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
-0x5d75 024964 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
-0x5d76 024965 rtneq lmp_ext_features_res 
-:      024968 reject_unknown_ext_packet:
-0x5d77 024969 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5d78 024970 jam unknown_lmp_pdu ,mem_lmo_reason2 
-0x5d79 024972 rtn 
-:      024973 parse_lmpext_chn_classification_req:
-0x5d7a 024974 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5d7b 024975 jam not_support_chn_classification ,mem_lmo_reason2 
-0x5d7c 024976 rtn 
-:      024978 parse_lmpext_iocap_req:
-0x5d7d 024979 call iocap_lmpext_load 
-0x5d7e 024980 jam lmp_io_cap_res ,mem_lmo_opcode2 
-0x5d7f 024981 rtn 
-:      024983 parse_lmpext_iocap_res:
-0x5d80 024984 call iocap_lmpext_load 
-0x5d81 024985 branch iocap_lmpext_common 
-:      024987 iocap_lmpext_load:
-0x5d82 024988 arg mem_sp_iocap_remote ,contw 
-0x5d83 024989 fetch 3 ,mem_rxbuf + 2 
-0x5d84 024990 istore 3 ,contw 
-0x5d85 024991 rtn 
-:      024993 iocap_lmpext_common:
-0x5d86 024994 branch master_set_mem_master_sp_flag ,true 
-0x5d87 024995 rtn 
-:      024996 parse_lmpext_accepted:
-0x5d88 024997 fetch 1 ,mem_rxbuf + 3 
-0x5d89 024998 set1 7 ,pdata 
-0x5d8a 024999 store 1 ,mem_lmi_accepted_opcode 
-0x5d8b 025000 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
-0x5d8c 025001 rtn 
-:      025004 parse_lmpext_not_accepted:
-0x5d8d 025005 fetch 1 ,mem_rxbuf + 3 
-0x5d8e 025006 set1 7 ,pdata 
-0x5d8f 025007 store 1 ,mem_lmi_accepted_opcode 
-0x5d90 025008 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
-0x5d91 025009 rtn 
-:      025011 parse_lmpext_accepted_ptt:
-0x5d92 025012 fetch 1 ,mem_ptt 
-0x5d93 025013 fetcht 1 ,mem_state_map 
-0x5d94 025014 nsetflag blank ,smap_edr ,temp 
-0x5d95 025015 storet 1 ,mem_state_map 
-:      025016 parse_lmpext_not_accepted_ptt:
-0x5d96 025017 fetch 1 ,mem_state 
-0x5d97 025018 rtnbit0 state_init_seq 
-0x5d98 025019 set0 state_init_seq ,pdata 
-0x5d99 025020 store 1 ,mem_state 
-0x5d9a 025021 fetch 1 ,mem_auth_enable 
-0x5d9b 025022 nrtn blank 
-0x5d9c 025023 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5d9d 025024 rtn 
-:      025026 parse_lmpext_pause_encrypt:
-0x5d9e 025027 nbranch parse_lmpext_pause_encrypt_slave ,master 
-0x5d9f 025028 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5da0 025029 branch tid_reply 
-:      025031 parse_lmpext_pause_encrypt_slave:
-0x5da1 025032 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
-0x5da2 025033 rtn 
-:      025035 parse_lmpext_resume_encrypt:
-0x5da3 025038 call tid_reply 
-0x5da4 025039 branch lmp_start_encryption 
-:      025041 parse_lmpext_features_req:
-0x5da5 025042 jam lmp_ext_features_res ,mem_lmo_opcode2 
-0x5da6 025043 rtn 
-:      025045 parse_lmpext_features_res:
-0x5da7 025046 fetcht 1 ,mem_rxbuf + 4 
-0x5da8 025047 and temp ,0x1 ,temp 
-0x5da9 025048 storet 1 ,mem_remote_sppcap 
-0x5daa 025049 fetch 1 ,mem_hci_cmd 
-0x5dab 025050 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
-0x5dac 025051 jam 0 ,mem_hci_cmd 
-:      025052 parse_lmpext_features_res_not_hci:
-0x5dad 025053 fetch 1 ,mem_conn_sm 
-0x5dae 025054 rtnne conn_sm_wait_features_ext 
-0x5daf 025055 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5db0 025056 branch process_conn_sm 
-:      025058 parse_lmp_accepted:
-0x5db1 025059 bpatchx patch30_0 ,mem_patch30 
-0x5db2 025060 fetch 1 ,mem_rxbuf + 1 
-0x5db3 025061 store 1 ,mem_lmi_accepted_opcode 
-0x5db4 025062 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
-0x5db5 025063 beq lmp_in_rand ,parse_lmp_accepted_inrand 
-0x5db6 025064 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
-0x5db7 025065 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
-0x5db8 025066 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
-0x5db9 025067 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
-0x5dba 025068 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
-0x5dbb 025069 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
-0x5dbc 025070 beq lmp_switch_req ,parse_lmp_accepted_switch 
-0x5dbd 025072 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
-0x5dbe 025073 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
-0x5dbf 025074 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
-0x5dc0 025075 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
-0x5dc1 025076 rtn 
-:      025078 parse_lmp_not_accepted:
-0x5dc2 025079 bpatchx patch30_1 ,mem_patch30 
-0x5dc3 025080 fetch 1 ,mem_rxbuf + 1 
-0x5dc4 025081 store 1 ,mem_lmi_accepted_opcode 
-0x5dc5 025082 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
-0x5dc6 025083 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
-0x5dc7 025084 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
-0x5dc8 025085 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
-0x5dc9 025086 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
-0x5dca 025088 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
-0x5dcb 025089 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
-0x5dcc 025090 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
-0x5dcd 025091 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
-0x5dce 025092 rtn 
-:      025094 parse_lmp_accepted_switch:
-0x5dcf 025095 jam bt_evt_switch_accept ,mem_fifo_temp 
-0x5dd0 025096 call ui_ipc_send_event 
-0x5dd1 025097 branch role_switch_prepare0 
-:      025098 parse_lmp_not_accepted_switch:
-0x5dd2 025099 jam bt_evt_switch_not_accept ,mem_fifo_temp 
-0x5dd3 025100 call ui_ipc_send_event 
-0x5dd4 025101 jam switch_flag_not_accept ,mem_switch_flag 
-0x5dd5 025102 setarg timer_switch_waite 
-0x5dd6 025103 arg switch_wait_timer ,queue 
-0x5dd7 025104 branch timer_init 
-:      025107 parse_lmp_accepted_hostconn:
-0x5dd8 025110 fetch 1 ,mem_lmp_conn_state 
-0x5dd9 025111 set1 received_conn_req ,pdata 
-0x5dda 025112 store 1 ,mem_lmp_conn_state 
-0x5ddb 025113 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x5ddc 025114 call ui_ipc_send_event 
-0x5ddd 025115 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-:      025117 parse_lmp_accepted_hostconn_ctn:
-0x5dde 025119 fetch 1 ,mem_conn_sm 
-0x5ddf 025120 bne conn_sm_wait_conn_accept ,parse_rx_done 
-0x5de0 025123 jam conn_sm_auth_pair ,mem_conn_sm 
-0x5de1 025124 rtn 
-:      025132 parse_lmp_not_accepted_hostconn:
-0x5de2 025133 jam acl_connection_already_exists ,mem_disconn_reason_send 
-0x5de3 025134 jam lmp_detach ,mem_lmo_opcode2 
-0x5de4 025136 jam conn_sm_standby ,mem_conn_sm 
-0x5de5 025138 branch parse_rx_done ,true 
-0x5de6 025139 rtn 
-:      025141 parse_lmp_accepted_inrand:
-0x5de7 025142 fetch 1 ,mem_link_key_exists 
-0x5de8 025143 nrtn blank 
-0x5de9 025144 call clear_linkkey 
-0x5dea 025145 call lmp_generate_key 
-0x5deb 025146 rtn master 
-0x5dec 025147 set1 mark_slave_in_rand_accepted ,mark 
-0x5ded 025148 rtn 
-:      025150 parse_lmp_accepted_enc_mode:
-0x5dee 025151 nrtn master 
-0x5def 025152 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x5df0 025153 fetch 1 ,mem_state_map 
-0x5df1 025154 rtnbit0 smap_encryption 
-0x5df2 025155 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5df3 025156 rtn 
-:      025158 parse_lmp_accepted_enc_keysize:
-0x5df4 025159 branch lmp_start_encryption 
-:      025161 parse_lmp_accepted_start_enc:
-0x5df5 025162 call send_create_conn_start_l2cap_timer_sm 
-0x5df6 025163 fetch 1 ,mem_state 
-0x5df7 025164 rtnbit1 state_conn_comp 
-0x5df8 025165 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5df9 025166 fetch 1 ,mem_conn_sm 
-0x5dfa 025167 rtnne conn_sm_encrypt_wait 
-0x5dfb 025168 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
-0x5dfc 025169 rtn 
-:      025171 parse_lmp_accepted_stop_enc:
-0x5dfd 025179 rtn 
-:      025181 parse_lmp_not_accepted_aurand:
-:      025182 parse_lmp_not_accepted_aurand_send_detach:
-0x5dfe 025183 jam lmp_detach ,mem_lmo_opcode2 
-0x5dff 025184 jam other_end_terminated ,mem_disconn_reason_send 
-0x5e00 025185 rtn 
-:      025187 parse_lmp_not_accepted_inrand:
-0x5e01 025188 fetch 1 ,mem_rxbuf + 2 
-0x5e02 025189 beq key_missing ,parse_lmp_inrand_key_missing 
-0x5e03 025190 rtnne pairing_not_allowed 
-0x5e04 025191 jam pairing_not_allowed ,mem_disconn_reason_send 
-0x5e05 025192 jam lmp_detach ,mem_lmo_opcode2 
-0x5e06 025193 rtn 
-:      025194 parse_lmp_inrand_key_missing:
-0x5e07 025195 jam key_missing ,mem_disconn_reason_send 
-0x5e08 025196 jam lmp_detach ,mem_lmo_opcode2 
-0x5e09 025197 rtn 
-:      025199 parse_lmp_not_accepted_name_req:
-0x5e0a 025200 rtn 
-:      025202 parse_lmp_not_accepted_simple_pairing_number:
-0x5e0b 025203 jam sp_stat_null ,mem_sp_state 
-0x5e0c 025204 jam lmp_detach ,mem_lmo_opcode2 
-0x5e0d 025205 branch parse_rx_done 
-:      025207 parse_lmp_not_accepted_dhkey_check:
-0x5e0e 025208 jam sp_stat_null ,mem_sp_state 
-0x5e0f 025209 jam lmp_detach ,mem_lmo_opcode2 
-0x5e10 025210 branch parse_rx_done 
-:      025211 parse_lmp_not_accepted_unsniff_req:
-0x5e11 025212 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
-0x5e12 025213 branch ui_ipc_send_event 
-:      025215 parse_lmp_accepted_unsniff_req:
-0x5e13 025216 jam bt_evt_unsniff_accept ,mem_fifo_temp 
-0x5e14 025217 call ui_ipc_send_event 
-0x5e15 025218 branch sniff_exit 
-:      025220 parse_lmp_accepted_sniff_req:
-0x5e16 025221 jam bt_evt_sniff_accept ,mem_fifo_temp 
-0x5e17 025222 call ui_ipc_send_event 
-0x5e18 025223 setarg 0 
-0x5e19 025224 store 2 ,mem_dsniff 
-0x5e1a 025225 fetch 2 ,mem_sniff_param_interval 
-0x5e1b 025226 lshift pdata ,pdata 
-0x5e1c 025227 store 2 ,mem_tsniff 
-0x5e1d 025228 fetch 1 ,mem_sniff_param_attempt 
-0x5e1e 025229 store 1 ,mem_sniff_attempt 
-0x5e1f 025230 fetch 1 ,mem_sniff_param_timeout 
-0x5e20 025231 store 1 ,mem_sniff_timeout 
-0x5e21 025232 branch sniff_init 
-:      025234 parse_lmp_not_acdcept_sniff_req:
-0x5e22 025235 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
-0x5e23 025236 branch ui_ipc_send_event 
-:      025238 parse_lmp_crypt_key:
-0x5e24 025239 fetcht 1 ,mem_rxbuf + 1 
-0x5e25 025240 storet 1 ,mem_key_size 
-0x5e26 025241 branch accept_lmp_msg 
-:      025243 parse_lmp_setup_complete:
-0x5e27 025244 fetch 1 ,mem_lmp_conn_state 
-0x5e28 025245 set1 received_setup_complete ,pdata 
-0x5e29 025246 store 1 ,mem_lmp_conn_state 
-0x5e2a 025247 rtnbit1 sent_setup_complete 
-0x5e2b 025248 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5e2c 025249 branch parse_rx_done 
-:      025251 parse_lmp_max_slot:
-0x5e2d 025254 rtn 
-:      025256 parse_lmp_max_slot_req:
-0x5e2e 025257 fetch 1 ,mem_max_slot 
-0x5e2f 025258 fetcht 1 ,mem_rxbuf + 1 
-0x5e30 025259 isub temp ,null 
-0x5e31 025261 branch accept_lmp_msg ,positive 
-0x5e32 025262 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5e33 025263 jam unspecified_error ,mem_lmo_reason2 
-0x5e34 025264 jam lmp_max_slot_req ,mem_lmi_opcode2 
-0x5e35 025265 rtn 
-:      025267 parse_lmp_detach:
-0x5e36 025268 call prepare_disconnect 
-0x5e37 025269 branch accept_lmp_msg 
-:      025271 accept_lmp_msg:
-0x5e38 025272 jam lmp_accepted ,mem_lmo_opcode2 
-0x5e39 025273 rtn 
-:      025275 parse_lmp_incr_power:
-0x5e3a 025276 jam lmp_max_power ,mem_lmo_opcode2 
-0x5e3b 025277 rtn 
-:      025279 parse_lmp_decr_power:
-0x5e3c 025280 jam lmp_min_power ,mem_lmo_opcode2 
-0x5e3d 025281 rtn 
-:      025283 parse_lmp_version_res:
-0x5e3e 025284 fetch 1 ,mem_conn_sm 
-0x5e3f 025285 rtneq conn_sm_wait_version 
-0x5e40 025287 jam conn_sm_send_features ,mem_conn_sm 
-0x5e41 025289 rtn 
-:      025292 parse_lmp_auto_rate:
-0x5e42 025293 rtn 
-:      025295 parse_lmp_in_rand:
-0x5e43 025296 call lmp_copy_rand 
-0x5e44 025297 jam pincode_state_wait_pincode ,mem_pincode_state 
-0x5e45 025298 jam bt_evt_pincode_req ,mem_fifo_temp 
-0x5e46 025299 call ui_ipc_send_event 
-0x5e47 025301 call tid_check 
-0x5e48 025302 nbranch lmp_accept_inrand ,true 
-0x5e49 025304 nbranch parse_lmp_inrand_res ,master 
-0x5e4a 025305 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5e4b 025306 jam lmp_in_rand ,mem_lmi_opcode2 
-0x5e4c 025307 jam transaction_collision ,mem_lmo_reason2 
-0x5e4d 025308 rtn 
-:      025309 parse_lmp_inrand_res:
-0x5e4e 025310 fetch 1 ,mem_op 
-0x5e4f 025311 set1 op_inrand_req ,pdata 
-0x5e50 025312 store 1 ,mem_op 
-0x5e51 025313 rtn 
-:      025316 pop_tid_follow:
-0x5e52 025317 fetcht 1 ,mem_state_map 
-0x5e53 025318 nsetflag blank ,smap_lmptid ,temp 
-0x5e54 025319 storet 1 ,mem_state_map 
-0x5e55 025320 rtn 
-:      025323 push_tid_follow:
-0x5e56 025324 fetch 1 ,mem_lmo_tid2 
-0x5e57 025325 rshift pdata ,pdata 
-0x5e58 025326 and_into 1 ,pdata 
-0x5e59 025327 rtn 
-:      025329 parse_lmp_au_rand_moudle:
-0x5e5a 025330 fetch 1 ,mem_nv_data_number 
-0x5e5b 025331 rtn blank 
-0x5e5c 025332 fetch 1 ,mem_pairing_auth 
-0x5e5d 025333 call load_device_list ,blank 
-0x5e5e 025334 rtn 
-:      025336 parse_lmp_au_rand:
-0x5e5f 025337 call parse_lmp_au_rand_moudle 
-0x5e60 025338 call push_tid_follow 
-0x5e61 025339 store 1 ,mem_sres_tid 
-0x5e62 025340 call lmp_copy_rand 
-0x5e63 025341 jam lmp_sres ,mem_lmo_opcode2 
-0x5e64 025342 fetch 1 ,mem_link_key_exists 
-0x5e65 025343 nrtn blank 
-0x5e66 025344 fetch 1 ,mem_state 
-0x5e67 025345 rtnbit1 state_combkey 
-0x5e68 025346 jam key_missing ,mem_lmo_reason2 
-0x5e69 025347 branch reject_lmp_packet 
-:      025349 parse_lmp_sres:
-0x5e6a 025350 arg mem_plap ,rega 
-0x5e6b 025351 call function_e1 
-0x5e6c 025352 fetch 4 ,mem_rxbuf + 1 
-0x5e6d 025353 fetcht 4 ,mem_input_store 
-0x5e6e 025354 isub temp ,null 
-0x5e6f 025355 branch authentication_ok ,zero 
-0x5e70 025356 jam lmp_detach ,mem_lmo_opcode2 
-0x5e71 025357 jam authentication_failure_error ,mem_disconn_reason_send 
-0x5e72 025358 rtn 
-:      025359 authentication_ok:
-0x5e73 025360 call authentication_ok_common 
-0x5e74 025361 fetch 1 ,mem_ssp_enable 
-0x5e75 025362 branch pairing_success ,blank 
-0x5e76 025363 rtn 
-:      025366 authentication_ok_common:
-0x5e77 025367 call copy_aco 
-0x5e78 025368 call linkkey_ready 
-0x5e79 025369 fetch 1 ,mem_op 
-0x5e7a 025370 isolate1 op_auth_req ,pdata 
-0x5e7b 025371 set0 op_auth_req ,pdata 
-0x5e7c 025372 store 1 ,mem_op 
-0x5e7d 025373 fetch 1 ,mem_conn_sm 
-0x5e7e 025374 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
-0x5e7f 025375 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
-0x5e80 025376 rtn 
-:      025377 authentication_ok_conn_sm:
-0x5e81 025378 fetch 1 ,mem_pairing_auth 
-0x5e82 025379 rtnne defalt_pairing_auth 
-0x5e83 025380 fetch 1 ,mem_state_map 
-0x5e84 025381 rtnbit1 smap_encryption 
-0x5e85 025382 branch host_create_conn_encrypt 
-:      025384 parse_lmp_comb_key:
-0x5e86 025385 arg mem_rxbuf + 1 ,rega 
-0x5e87 025386 arg mem_kinit ,regb 
-0x5e88 025387 arg mem_random_number ,contw 
-0x5e89 025388 call xor16 
-0x5e8a 025389 arg mem_plap ,rega 
-0x5e8b 025390 call generate_linkkey 
-0x5e8c 025391 jam lmp_au_rand ,mem_lmo_opcode2 
-0x5e8d 025392 fetch 1 ,mem_state 
-0x5e8e 025393 bbit0 state_combkey ,lmp_generate_key 
-0x5e8f 025394 rtn 
-:      025396 parse_lmp_name_res:
-0x5e90 025397 fetch 2 ,mem_len 
-0x5e91 025398 add pdata ,-3 ,loopcnt 
-0x5e92 025399 fetcht 1 ,mem_rxbuf + 1 
-0x5e93 025400 setarg mem_tmp_buffer 
-0x5e94 025401 iadd temp ,contw 
-0x5e95 025402 arg mem_rxbuf + 3 ,contr 
-0x5e96 025403 call memcpy 
-0x5e97 025404 fetcht 1 ,mem_name_offset 
-0x5e98 025405 fetch 1 ,mem_rxbuf + 2 
-0x5e99 025406 isub temp ,pdata 
-0x5e9a 025407 sub pdata ,14 ,null 
-0x5e9b 025408 branch parse_lmp_name_res_end ,positive 
-0x5e9c 025409 add temp ,14 ,pdata 
-0x5e9d 025410 store 1 ,mem_name_offset 
-0x5e9e 025411 jam lmp_name_req ,mem_lmo_opcode2 
-0x5e9f 025412 rtn 
-:      025413 parse_lmp_name_res_end:
-0x5ea0 025414 fetch 1 ,mem_state_map 
-0x5ea1 025415 set1 smap_name_res ,pdata 
-0x5ea2 025416 store 1 ,mem_state_map 
-0x5ea3 025417 bbit1 smap_name_req ,lmp_disconnect 
-0x5ea4 025418 rtn 
-:      025419 parse_lmp_name_req:
-0x5ea5 025420 fetch 1 ,mem_rxbuf + 1 
-0x5ea6 025421 store 1 ,mem_lmi_opcode2 
-0x5ea7 025422 jam lmp_name_res ,mem_lmo_opcode2 
-0x5ea8 025423 rtn 
-:      025425 parse_lmp_conn_req:
-0x5ea9 025426 branch accept_lmp_msg 
-:      025428 parse_lmp_timing_accuracy_req:
-0x5eaa 025429 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
-0x5eab 025430 rtn 
-:      025432 parse_lmp_features_req:
-0x5eac 025433 jam lmp_features_res ,mem_lmo_opcode2 
-0x5ead 025434 rtn 
-:      025436 parse_lmp_version_req:
-0x5eae 025437 jam lmp_version_res ,mem_lmo_opcode2 
-0x5eaf 025438 rtn 
-:      025440 parse_lmp_supervision_timeout:
-0x5eb0 025443 rtn 
-:      025447 parse_lmp_sniff_subrating_req:
-0x5eb1 025448 fetch 2 ,mem_tsniff 
-0x5eb2 025449 iforce temp 
-0x5eb3 025450 fetch 1 ,mem_rxbuf + 2 
-0x5eb4 025451 store 1 ,mem_subsniff_rate 
-0x5eb5 025452 imul32 temp ,temp 
-0x5eb6 025453 fetch 2 ,mem_rxbuf + 3 
-0x5eb7 025454 lshift pdata ,pdata 
-0x5eb8 025455 store 2 ,mem_subsniff_tcmax 
-0x5eb9 025456 fetch 4 ,mem_rxbuf + 5 
-0x5eba 025457 lshift pdata ,pdata 
-0x5ebb 025458 store 4 ,mem_subsniff_instant 
-0x5ebc 025460 deposit temp 
-0x5ebd 025461 store 2 ,mem_subsniff_tsniff 
-0x5ebe 025462 rtn 
-:      025463 parse_lmpext_packet_type_table_req:
-0x5ebf 025464 fetcht 1 ,mem_ptt 
-0x5ec0 025465 fetch 1 ,mem_rxbuf + 2 
-0x5ec1 025466 ixor temp ,null 
-0x5ec2 025467 nbranch reject_unknown_ext_packet ,zero 
-0x5ec3 025468 isolate1 0 ,pdata 
-0x5ec4 025469 fetch 1 ,mem_state_map 
-0x5ec5 025470 setflag true ,smap_edr ,pdata 
-0x5ec6 025471 store 1 ,mem_state_map 
-0x5ec7 025472 jam lmp_ext_accepted ,mem_lmo_opcode2 
-0x5ec8 025473 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
-0x5ec9 025474 rtn 
-:      025477 parse_lmp_sniff_subrating_res:
-:      025478 parse_lmp_preferred_rate:
-:      025479 parse_lmp_max_power:
-:      025480 parse_lmp_min_power:
-0x5eca 025481 rtn 
-:      025482 parse_lmp_page_mode_req:
-0x5ecb 025484 branch accept_lmp_msg 
-:      025485 parse_lmp_page_scan_mode_req:
-0x5ecc 025488 branch accept_lmp_msg 
-:      025492 parse_lmp_slot_offset:
-0x5ecd 025493 fetch 2 ,mem_rxbuf + 1 
-0x5ece 025494 store 2 ,mem_slot_offset 
-0x5ecf 025495 rtn 
-:      025497 parse_lmp_sniff_req_check_sniff_para:
-0x5ed0 025498 fetch 2 ,mem_rxbuf + 4 
-0x5ed1 025499 fetcht 1 ,mem_lpm_mult 
-0x5ed2 025500 imul32 temp ,pdata 
-0x5ed3 025501 arg 0x640 ,temp 
-0x5ed4 025502 isub temp ,null 
-0x5ed5 025504 rtn 
-:      025506 parse_lmp_sniff_req:
-0x5ed6 025507 fetch 2 ,mem_rxbuf + 6 
-0x5ed7 025508 branch lmp_reject_sniff ,blank 
-0x5ed8 025509 call parse_lmp_sniff_req_check_sniff_para 
-0x5ed9 025510 branch lmp_reject_sniff ,positive 
-0x5eda 025511 fetch 1 ,mem_device_option 
-0x5edb 025512 sub pdata ,dvc_op_module ,null 
-0x5edc 025513 call module_set_lpm_mult_2 ,zero 
-0x5edd 025514 fetch 1 ,mem_state 
-0x5ede 025515 bbit1 state_insniff ,lmp_reject_sniff 
-0x5edf 025516 fetch 2 ,mem_rxbuf + 2 
-0x5ee0 025517 lshift pdata ,pdata 
-0x5ee1 025518 store 2 ,mem_dsniff 
-0x5ee2 025519 fetch 2 ,mem_rxbuf + 4 
-0x5ee3 025520 lshift pdata ,pdata 
-0x5ee4 025521 store 2 ,mem_tsniff 
-0x5ee5 025522 fetch 2 ,mem_rxbuf + 6 
-0x5ee6 025523 store 1 ,mem_sniff_attempt 
-0x5ee7 025524 iforce temp 
-0x5ee8 025525 fetch 2 ,mem_rxbuf + 8 
-0x5ee9 025526 store 1 ,mem_sniff_timeout 
-0x5eea 025527 isub temp ,null 
-0x5eeb 025528 nbranch set_big_value_to_attempt ,positive 
-0x5eec 025529 store 1 ,mem_sniff_attempt 
-:      025530 set_big_value_to_attempt:
-0x5eed 025532 jam lmp_accepted ,mem_lmo_opcode2 
-0x5eee 025533 jam lmp_sniff_req ,mem_lmi_opcode2 
-0x5eef 025534 rtn 
-:      025536 lmp_reject_sniff:
-0x5ef0 025537 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5ef1 025538 branch reject_lmp_packet 
-:      025540 parse_lmp_start_encryption_req:
-0x5ef2 025541 call accept_lmp_msg 
-0x5ef3 025542 call lmp_copy_rand 
-0x5ef4 025543 call function_e3 
-0x5ef5 025544 branch start_encryption 
-:      025546 parse_lmp_stop_encryption_req:
-0x5ef6 025547 call accept_lmp_msg 
-0x5ef7 025548 branch stop_encryption 
-:      025551 parse_lmp_switch_req:
-0x5ef8 025552 fetch 4 ,mem_rxbuf + 1 
-0x5ef9 025553 lshift pdata ,pdata 
-0x5efa 025555 branch parse_lmp_switch_accept ,master 
-0x5efb 025556 fetcht 1 ,mem_link_key_exists 
-0x5efc 025557 nbranch parse_lmp_switch_req_clear_mark ,blank 
-:      025558 parse_lmp_switch_req_not_accept:
-0x5efd 025559 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5efe 025560 jam lmp_switch_req ,mem_lmi_opcode2 
-0x5eff 025561 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f00 025562 rtn 
-:      025563 parse_lmp_switch_req_clear_mark:
-0x5f01 025564 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x5f02 025565 jam 0 ,mem_conn_sm 
-0x5f03 025566 branch role_switch_prepare 
-:      025568 parse_lmp_switch_accept:
-0x5f04 025569 call role_switch_prepare 
-0x5f05 025570 set1 mark_reconn_recieve_switch ,mark 
-0x5f06 025571 fetch 1 ,mem_connection_options 
-0x5f07 025572 set0 connection_switch ,pdata 
-0x5f08 025573 store 1 ,mem_connection_options 
-0x5f09 025574 branch accept_lmp_msg 
-:      025578 parse_lmp_temp_rand:
-:      025579 parse_lmp_temp_key:
-:      025580 parse_lmp_timing_accuracy_res:
-:      025581 parse_lmp_unit_key:
-:      025582 parse_lmp_use_semi_permanend_key:
-0x5f0a 025583 rtn 
-:      025586 parse_lmp_unsniff_req:
-0x5f0b 025587 jam lmp_accepted ,mem_lmo_opcode2 
-0x5f0c 025588 jam lmp_unsniff_req ,mem_lmi_opcode2 
-0x5f0d 025589 jam bt_evt_remote_unsniff ,mem_fifo_temp 
-0x5f0e 025590 call ui_ipc_send_event 
-0x5f0f 025591 branch sniff_exit 
-:      025593 parse_lmp_encapsulated_header:
-0x5f10 025594 fetch 1 ,mem_rxbuf + 1 
-0x5f11 025595 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f12 025596 fetch 1 ,mem_rxbuf + 2 
-0x5f13 025597 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f14 025598 fetch 1 ,mem_rxbuf + 3 
-0x5f15 025599 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f16 025600 call check_localsm 
-0x5f17 025601 branch parse_lmp_encapsulated_header_master ,true 
-0x5f18 025602 jam sp_stat_key_recv ,mem_sp_state 
-:      025603 parse_lmp_encapsulated_header_master:
-0x5f19 025604 jam lmp_accepted ,mem_lmo_opcode2 
-0x5f1a 025605 jam lmp_encapsulated_header ,mem_lmi_opcode2 
-0x5f1b 025606 branch parse_rx_done 
-:      025608 parse_lmp_encapsulated_header_reject:
-0x5f1c 025609 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f1d 025610 branch reject_lmp_packet 
-:      025612 parse_lmp_accepted_encapsulated_header:
-0x5f1e 025615 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5f1f 025617 rtn 
-:      025618 parse_lmp_accepted_simple_pairing_number:
-0x5f20 025619 fetch 1 ,mem_ssp_mode_flag 
-0x5f21 025620 beq ssp_mode_ssp_pin_flag ,parse_lmp_accepted_simple_pairing_number_ssp_pin 
-0x5f22 025621 beq ssp_mode_passkey_entry_flag ,parse_lmp_accepted_simple_pairing_number_passkey 
-:      025622 parse_lmp_accepted_simple_pairing_number_common:
-0x5f23 025623 call check_localsm 
-0x5f24 025624 rtn true 
-0x5f25 025625 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5f26 025626 rtn 
-:      025628 parse_lmp_accepted_simple_pairing_number_ssp_pin:
-0x5f27 025629 call g_noninit_number_confirm 
-0x5f28 025630 jam bt_evt_bt_gkey_generate ,mem_fifo_temp 
-0x5f29 025631 call ui_ipc_send_event 
-0x5f2a 025632 branch parse_lmp_accepted_simple_pairing_number_common 
-:      025635 parse_lmp_accepted_simple_pairing_number_passkey:
-0x5f2b 025636 call check_localsm 
-0x5f2c 025637 rtn true 
-0x5f2d 025638 fetch 1 ,mem_authentication_passkey_times 
-0x5f2e 025639 beq 19 ,authentication_passkey_end 
-0x5f2f 025640 increase 1 ,pdata 
-0x5f30 025641 store 1 ,mem_authentication_passkey_times 
-:      025644 authentication_passkey:
-0x5f31 025645 jam sp_flag_commit ,mem_sp_flag 
-0x5f32 025646 jam sp_stat_commit_calc ,mem_sp_state 
-0x5f33 025647 fetch 1 ,mem_authentication_passkey_times 
-0x5f34 025648 copy pdata ,queue 
-0x5f35 025649 fetch 6 ,mem_pin 
-0x5f36 025650 qisolate1 pdata 
-0x5f37 025651 setarg 0x80 
-0x5f38 025652 setflag true ,0 ,pdata 
-0x5f39 025653 store 1 ,mem_passkey_1bit 
-0x5f3a 025654 rtn 
-:      025656 authentication_passkey_end:
-0x5f3b 025657 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5f3c 025658 rtn 
-:      025660 parse_lmp_accepted_dhkey_check:
-0x5f3d 025661 call parse_lmp_accepted_dhkey_check_common 
-:      025662 pairing_success:
-0x5f3e 025663 fetch 1 ,mem_flag_pairing_state 
-0x5f3f 025664 rtn blank 
-0x5f40 025665 jam flag_pairing_state_not_pairing ,mem_flag_pairing_state 
-0x5f41 025666 jam bt_evt_bt_pairing_success ,mem_fifo_temp 
-0x5f42 025667 branch ui_ipc_send_event 
-:      025670 parse_lmp_accepted_dhkey_check_common:
-0x5f43 025672 call check_localsm 
-0x5f44 025673 ncall g_noninit ,true 
-0x5f45 025674 call g_init ,true 
-0x5f46 025675 call check_localsm 
-0x5f47 025676 rtn true 
-0x5f48 025677 jam sp_stat_link_key_calc ,mem_sp_state 
-0x5f49 025678 jam sp_flag_commit ,mem_sp_flag 
-0x5f4a 025679 rtn 
-:      025681 parse_simple_pairing_confirm:
-0x5f4b 025682 arg mem_sp_confirm_remote ,contw 
-0x5f4c 025683 arg mem_rxbuf + 1 ,contr 
-0x5f4d 025684 call memcpy16 
-0x5f4e 025685 fetch 1 ,mem_ssp_mode_flag 
-0x5f4f 025686 rtneq ssp_mode_passkey_entry_flag 
-0x5f50 025687 branch master_set_mem_master_sp_flag 
-:      025689 parse_lmp_encapsulated_payload:
-0x5f51 025690 fetch 1 ,mem_master_sp_state 
-0x5f52 025691 beq sp_stat_random_send ,parse_encapsulated_payload_master 
-0x5f53 025692 fetch 1 ,mem_sp_state 
-0x5f54 025693 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
-:      025694 parse_encapsulated_payload_master:
-0x5f55 025695 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5f56 025696 sub pdata ,0x20 ,contw 
-0x5f57 025697 nbranch parse_lmp_encapsulated_payload_reject ,positive 
-0x5f58 025698 arg mem_sp_pubkey_remote ,contw 
-0x5f59 025699 iadd contw ,contw 
-0x5f5a 025700 fetch 8 ,mem_rxbuf + 1 
-0x5f5b 025701 istore 8 ,contw 
-0x5f5c 025702 fetch 8 ,mem_rxbuf + 9 
-0x5f5d 025703 istore 8 ,contw 
-0x5f5e 025704 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5f5f 025705 increase 16 ,pdata 
-0x5f60 025706 store 1 ,mem_sp_remote_key_recv_count 
-0x5f61 025707 bne encapsulated_len_p192 ,accept_lmp_msg 
-:      025708 parse_lmp_encapsulated_payload_completed:
-0x5f62 025709 call check_localsm 
-0x5f63 025710 branch accept_lmp_msg ,true 
-0x5f64 025711 jam sp_key_valid ,mem_sp_remote_key_invalid 
-0x5f65 025712 jam sp_stat_key_generate ,mem_sp_state 
-0x5f66 025713 jam sp_flag_commit ,mem_sp_flag 
-0x5f67 025714 branch accept_lmp_msg 
-:      025715 parse_lmp_encapsulated_payload_reject:
-0x5f68 025716 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f69 025717 branch reject_lmp_packet 
-:      025718 parse_lmp_accepted_encapsulated_payload:
-0x5f6a 025719 fetch 1 ,mem_sp_local_key_send_count 
-0x5f6b 025720 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
-0x5f6c 025721 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5f6d 025722 branch parse_rx_done 
-:      025724 parse_lmp_encapsulated_payload_all_accepted:
-0x5f6e 025725 call check_localsm 
-0x5f6f 025726 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
-0x5f70 025727 fetch 1 ,mem_ssp_mode_flag 
-0x5f71 025728 beq ssp_mode_passkey_entry_flag ,parse_lmp_encapsulated_payload_all_accepted_get_passkey 
-0x5f72 025729 jam sp_flag_commit ,mem_sp_flag 
-0x5f73 025730 jam sp_stat_commit_calc ,mem_sp_state 
-0x5f74 025731 branch parse_rx_done 
-:      025733 parse_lmp_encapsulated_payload_all_accepted_get_passkey:
-0x5f75 025734 jam bt_evt_bt_get_passkey ,mem_fifo_temp 
-0x5f76 025735 branch ui_ipc_send_event 
-:      025738 parse_lmp_encapsulated_payload_all_accepted_master:
-0x5f77 025740 branch parse_rx_done 
-:      025742 parse_lmp_simple_pairing_number:
-0x5f78 025743 fetch 1 ,mem_master_sp_state 
-0x5f79 025744 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
-0x5f7a 025745 fetch 1 ,mem_sp_state 
-0x5f7b 025746 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
-:      025747 parse_lmp_simple_pairing_number_master:
-0x5f7c 025748 arg mem_sp_random_remote ,contw 
-0x5f7d 025749 fetch 8 ,mem_rxbuf + 1 
-0x5f7e 025750 istore 8 ,contw 
-0x5f7f 025751 fetch 8 ,mem_rxbuf + 9 
-0x5f80 025752 istore 8 ,contw 
-0x5f81 025753 call check_localsm 
-0x5f82 025754 branch parse_lmp_simple_pairing_number_master0 ,true 
-0x5f83 025755 jam sp_stat_random_send ,mem_sp_state 
-0x5f84 025756 jam sp_flag_commit ,mem_sp_flag 
-0x5f85 025757 branch accept_lmp_msg 
-:      025758 parse_lmp_simple_pairing_number_master0:
-0x5f86 025759 jam sp_stat_commit_calc ,mem_master_sp_state 
-0x5f87 025760 branch master_set_mem_master_sp_flag 
-:      025763 parse_lmp_simple_pairing_number_reject:
-0x5f88 025764 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f89 025765 branch reject_lmp_packet 
-:      025767 parse_dhkey_check:
-0x5f8a 025768 fetch 1 ,mem_master_sp_state 
-0x5f8b 025769 beq sp_stat_confirm_send ,parse_dhkey_check_master 
-0x5f8c 025770 fetch 1 ,mem_sp_state 
-0x5f8d 025771 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
-:      025772 parse_dhkey_check_master:
-0x5f8e 025773 arg mem_sp_check_result ,contw 
-0x5f8f 025774 arg mem_rxbuf + 1 ,contr 
-0x5f90 025775 call memcpy16 
-0x5f91 025776 call check_localsm 
-0x5f92 025777 branch parse_dhkey_check_master0 ,true 
-0x5f93 025778 fetch 1 ,mem_ssp_mode_flag 
-0x5f94 025779 beq ssp_mode_ssp_pin_flag ,number_comparison_mode 
-:      025780 number_comparison_successed:
-0x5f95 025781 jam 0 ,mem_flag_mode_ssp_pin 
-0x5f96 025782 jam sp_stat_confirm_check ,mem_sp_state 
-0x5f97 025783 jam sp_flag_commit ,mem_sp_flag 
-0x5f98 025784 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x5f99 025785 branch parse_rx_done 
-:      025787 parse_dhkey_check_master0:
-0x5f9a 025788 jam sp_stat_confirm_check ,mem_master_sp_state 
-0x5f9b 025789 jam sp_flag_commit ,mem_master_sp_flag 
-0x5f9c 025790 branch parse_rx_done 
-:      025791 parse_lmp_dhkey_check_reject:
-0x5f9d 025792 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f9e 025793 branch reject_lmp_packet 
-:      025795 number_comparison_mode:
-0x5f9f 025796 fetch 1 ,mem_flag_mode_ssp_pin 
-0x5fa0 025797 bbit1 flag_mode_ssp_pin_reviceve_comparison_bit ,comparison_result 
-0x5fa1 025798 set1 flag_mode_ssp_pin_recieve_dhkey_bit ,pdata 
-0x5fa2 025799 store 1 ,mem_flag_mode_ssp_pin 
-0x5fa3 025800 rtn 
-:      025802 comparison_result:
-0x5fa4 025803 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
-0x5fa5 025804 jam 0 ,mem_flag_mode_ssp_pin 
-0x5fa6 025805 branch parse_lmp_dhkey_check_reject 
-:      025808 parse_lmp_clkoffset_res:
-0x5fa7 025809 branch parse_rx_done 
-:      025811 parse_lmp_encryption_mode_req:
-0x5fa8 025812 fetch 1 ,mem_connection_options 
-0x5fa9 025813 set0 connection_encrypt 
-0x5faa 025814 store 1 ,mem_connection_options 
-0x5fab 025815 call accept_lmp_msg 
-0x5fac 025816 nrtn master 
-0x5fad 025817 fetch 1 ,mem_rxbuf + 1 
-0x5fae 025818 fetcht 1 ,mem_op 
-0x5faf 025819 setflag blank ,op_stop_enc ,temp 
-0x5fb0 025820 nsetflag blank ,op_start_enc ,temp 
-0x5fb1 025821 storet 1 ,mem_op 
-0x5fb2 025822 rtn 
-:      025824 parse_lmp_features_res:
-0x5fb3 025825 fetcht 8 ,mem_rxbuf + 1 
-:      025826 parse_lmp_features_res_not_hci:
-0x5fb4 025827 fetch 1 ,mem_conn_sm 
-0x5fb5 025828 rtnne conn_sm_wait_features_res 
-0x5fb6 025830 fetch 1 ,mem_connection_options 
-0x5fb7 025831 bbit0 connection_feature_ext ,parse_lmp_send_conn 
-0x5fb8 025833 jam conn_sm_send_features_ext ,mem_conn_sm 
-0x5fb9 025834 rtn 
-:      025835 parse_lmp_send_conn:
-0x5fba 025836 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5fbb 025837 rtn 
-:      025838 parse_lmp_test_activate:
-0x5fbc 025839 fetch 1 ,mem_debug_config 
-0x5fbd 025840 store 1 ,mem_test_mode_old_debug_config 
-0x5fbe 025841 jam lmp_accepted ,mem_lmo_opcode2 
-0x5fbf 025842 jam lmp_test_activate ,mem_lmi_opcode2 
-0x5fc0 025843 rtn 
-:      025844 parse_lmp_test_control:
-0x5fc1 025847 jam lmp_accepted ,mem_lmo_opcode2 
-0x5fc2 025848 jam lmp_test_control ,mem_lmi_opcode2 
-0x5fc3 025849 force 9 ,loopcnt 
-0x5fc4 025850 arg mem_rxbuf + 1 ,contr 
-0x5fc5 025851 arg mem_temp_payload ,contw 
-:      025852 parse_lmp_test_xor:
-0x5fc6 025853 ifetch 1 ,contr 
-0x5fc7 025854 xor_into 0x55 ,pdata 
-0x5fc8 025855 istore 1 ,contw 
-0x5fc9 025856 loop parse_lmp_test_xor 
-0x5fca 025857 fetch 1 ,test_mode_scenario 
-0x5fcb 025858 fetcht 1 ,mem_tester_emulate 
-0x5fcc 025859 set0 tester_no_whitening ,temp 
-0x5fcd 025860 set0 tester_pattern_test ,temp 
-0x5fce 025861 beq exit_test_mode ,parse_lmp_test_control_exit 
-0x5fcf 025862 beq pause_test_mode ,parse_lmp_test_control_pause 
-0x5fd0 025863 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
-0x5fd1 025864 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5fd2 025865 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
-0x5fd3 025866 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5fd4 025867 beq zero_pattern ,parse_lmp_test_control_pattern 
-0x5fd5 025868 beq one_pattern ,parse_lmp_test_control_pattern 
-0x5fd6 025869 beq alt_pattern ,parse_lmp_test_control_pattern 
-0x5fd7 025870 beq alt2_pattern ,parse_lmp_test_control_pattern 
-0x5fd8 025871 beq pseudorandom ,parse_lmp_test_control_pattern 
-0x5fd9 025872 rtn 
-:      025873 parse_lmp_test_control_exit:
-0x5fda 025875 fetch 1 ,mem_tester_emulate 
-0x5fdb 025876 set1 tester_exit ,pdata 
-0x5fdc 025877 set1 tester_change ,pdata 
-0x5fdd 025878 store 1 ,mem_tester_emulate 
-0x5fde 025879 rtn 
-:      025880 parse_lmp_test_control_pattern:
-0x5fdf 025881 set1 tester_pattern_test ,temp 
-0x5fe0 025882 jam 5 ,mem_lch_code 
-0x5fe1 025883 fetch 2 ,test_mode_data_length 
-0x5fe2 025884 iforce loopcnt 
-0x5fe3 025885 store 2 ,mem_len 
-0x5fe4 025886 arg mem_rxbuf ,contw 
-0x5fe5 025887 call pn9 
-:      025888 parse_lmp_test_control_loopback_nowhite:
-0x5fe6 025889 set1 tester_no_whitening ,temp 
-:      025890 parse_lmp_test_control_loopback:
-0x5fe7 025891 set1 tester_change ,temp 
-0x5fe8 025892 force 0 ,pdata 
-0x5fe9 025893 store 1 ,mem_slave_rcvcnt 
-0x5fea 025894 store 2 ,mem_tst_pktcnt_crc 
-0x5feb 025895 store 2 ,mem_tst_pktcnt_dmh 
-0x5fec 025896 store 2 ,mem_tst_pktcnt_hec 
-0x5fed 025897 store 2 ,mem_tst_pktcnt_sync 
-0x5fee 025898 fetch 1 ,test_mode_hopping_mode 
-0x5fef 025899 compare fixed_freq ,pdata ,0xff 
-0x5ff0 025900 setflag true ,tester_fixed_freq ,temp 
-0x5ff1 025901 storet 1 ,mem_tester_emulate 
-0x5ff2 025902 rtn 
-:      025904 parse_lmp_test_control_pause:
-0x5ff3 025905 set0 mark_testmode ,mark 
-0x5ff4 025906 jam 0 ,mem_tester_emulate 
-0x5ff5 025907 fetch 1 ,mem_debug_config 
-0x5ff6 025908 set0 debug_tx_pattern ,pdata 
-0x5ff7 025909 store 1 ,mem_debug_config 
-0x5ff8 025910 rtn 
-:      025916 lmp_copy_rand:
-0x5ff9 025917 arg mem_rxbuf + 1 ,contr 
-0x5ffa 025918 arg mem_random_number ,contw 
-0x5ffb 025919 branch memcpy16 
-:      025921 lmp_generate_key:
-0x5ffc 025922 jam lmp_comb_key ,mem_lmo_opcode2 
-0x5ffd 025923 rtn 
-:      025925 lmp_start_encryption:
-0x5ffe 025926 nrtn master 
-0x5fff 025927 jam lmp_start_encryption_req ,mem_lmo_opcode2 
-0x6000 025928 rtn 
-:      025930 lmp_accept_inrand:
-0x6001 025931 arg mem_lap ,rega 
-0x6002 025932 call generate_kinit 
-0x6003 025933 jam lmp_accepted ,mem_lmo_opcode2 
-0x6004 025934 jam lmp_in_rand ,mem_lmi_opcode2 
-0x6005 025935 rtn 
-:      025937 lmp_disconnect:
-0x6006 025938 jam 10 ,mem_conn_timer 
-0x6007 025939 jam lmp_detach ,mem_lmo_opcode2 
-0x6008 025940 jam local_host ,mem_disconn_reason_send 
-0x6009 025941 rtn 
-:      025947 send_lmp:
-0x600a 025948 bpatchx patch30_2 ,mem_patch30 
-0x600b 025949 disable user 
-0x600c 025950 call lmo_fifo_process 
-0x600d 025951 fetch 1 ,mem_lmp_to_send 
-0x600e 025952 rtn blank 
-0x600f 025957 bbit1 7 ,send_lmp_escape 
-:      025958 send_lmp0:
-0x6010 025959 beq lmp_name_req ,send_lmp_name_req 
-0x6011 025960 beq lmp_name_res ,send_lmp_name_res 
-0x6012 025961 beq lmp_accepted ,send_lmp_accepted 
-0x6013 025962 beq lmp_not_accepted ,send_lmp_not_accepted 
-0x6014 025963 beq lmp_features_req ,send_lmp_features_req 
-0x6015 025964 beq lmp_features_res ,send_lmp_features_res 
-0x6016 025965 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
-0x6017 025966 beq lmp_version_req ,send_lmp_version_req 
-0x6018 025967 beq lmp_version_res ,send_lmp_version_res 
-0x6019 025968 beq lmp_setup_complete ,send_lmp_setup_complete 
-0x601a 025969 beq lmp_supervision_timeout ,send_lmp_superto 
-0x601b 025970 beq lmp_host_connection_req ,send_lmp_no_payload 
-0x601c 025971 beq lmp_in_rand ,send_lmp_inrand 
-0x601d 025972 beq lmp_comb_key ,send_lmp_comb_key 
-0x601e 025973 beq lmp_au_rand ,send_lmp_aurand 
-0x601f 025974 beq lmp_sres ,send_lmp_sres 
-0x6020 025975 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
-0x6021 025976 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
-0x6022 025977 beq lmp_start_encryption_req ,send_lmp_start_encryption 
-0x6023 025978 beq lmp_detach ,send_lmp_detach 
-0x6024 025979 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
-0x6025 025980 beq lmp_unit_key ,send_lmp_unit_key 
-0x6026 025982 beq lmp_incr_power_req ,send_lmp_inc_power 
-0x6027 025983 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
-0x6028 025984 beq lmp_max_power ,send_lmp_nopayload_reply 
-0x6029 025985 beq lmp_max_slot ,send_lmp_max_slot 
-0x602a 025986 beq lmp_max_slot_req ,send_lmp_max_slot_req 
-0x602b 025987 beq lmp_min_power ,send_lmp_nopayload_reply 
-0x602c 025988 beq lmp_slot_offset ,send_lmp_slot_offset 
-0x602d 025989 beq lmp_switch_req ,send_lmp_switch_req 
-0x602e 025990 beq lmp_sniff_req ,send_lmp_sniff_req 
-0x602f 025991 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
-0x6030 025992 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
-0x6031 025993 beq lmp_unsniff_req ,send_lmp_unsniff_req 
-0x6032 025994 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
-0x6033 025995 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
-0x6034 025996 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
-0x6035 025997 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
-0x6036 025998 beq lmp_dhkey_check ,send_lmp_dhkey_check 
-0x6037 025999 beq lmp_auto_rate ,send_lmp_auto_rate 
-0x6038 026000 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
-0x6039 026002 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
-0x603a 026003 beq lmp_quality_of_service ,send_lmp_quality_of_service 
-0x603b 026004 beq lmp_test_activate ,send_lmp_test_activate 
-0x603c 026005 beq lmp_test_control ,send_lmp_test_control 
-:      026006 send_lmp_error:
-0x603d 026007 branch assert 
-0x603e 026008 rtn 
-:      026009 send_lmp_escape:
-0x603f 026010 beq lmp_ext_accepted ,send_lmpext_accepted 
-0x6040 026011 beq lmp_ext_features_res ,send_lmpext_features_res 
-0x6041 026012 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
-0x6042 026013 beq lmp_ext_features_req ,send_lmpext_features_req 
-0x6043 026014 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
-0x6044 026015 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
-0x6045 026016 beq lmp_io_cap_req ,send_lmp_io_cap_req 
-0x6046 026017 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
-0x6047 026018 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
-0x6048 026019 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
-0x6049 026020 branch assert 
-:      026026 send_lmp_accepted:
-0x604a 026027 force 2 ,pdata 
-0x604b 026028 call msg_send_lmp 
-0x604c 026029 fetch 1 ,mem_lmi_opcode 
-0x604d 026030 istore 1 ,contw 
-0x604e 026031 call send_lmp_follow 
-0x604f 026032 bpatchx patch30_3 ,mem_patch30 
-0x6050 026033 fetch 1 ,mem_lmi_opcode 
-0x6051 026034 beq lmp_in_rand ,send_lmp_accepted_inrand 
-0x6052 026035 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
-0x6053 026036 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
-0x6054 026037 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
-0x6055 026038 beq lmp_host_connection_req ,send_lmp_accepted_connection 
-0x6056 026039 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
-0x6057 026040 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
-0x6058 026041 rtn 
-:      026043 send_create_conn_start_l2cap_timer_sm:
-0x6059 026044 fetch 1 ,mem_conn_sm 
-0x605a 026045 rtn blank 
-0x605b 026046 jam conn_sm_wait_done ,mem_conn_sm 
-0x605c 026047 setarg timer_enpt_waite 
-0x605d 026048 arg enpt_delay_timer ,queue 
-0x605e 026049 branch timer_init 
-:      026051 send_lmp_accept_sniff_req:
-0x605f 026052 branch sniff_init 
-:      026053 send_lmp_not_accepted:
-0x6060 026054 force 3 ,pdata 
-0x6061 026055 call msg_send_lmp 
-0x6062 026056 fetch 1 ,mem_lmi_opcode 
-0x6063 026057 beq lmp_au_rand ,send_not_accept_aurand 
-0x6064 026058 istore 1 ,contw 
-0x6065 026059 fetch 1 ,mem_lmo_reason 
-0x6066 026060 istore 1 ,contw 
-0x6067 026061 branch send_lmp_follow 
-:      026063 send_not_accept_aurand:
-0x6068 026064 istore 1 ,contw 
-0x6069 026065 fetch 1 ,mem_lmo_reason 
-0x606a 026066 istore 1 ,contw 
-0x606b 026067 arg mem_sres_tid ,temp 
-0x606c 026068 branch special_tid_store 
-:      026070 send_lmpext_accepted:
-0x606d 026071 force 4 ,queue 
-0x606e 026072 call send_lmpext 
-0x606f 026073 setarg lmp_escape 
-0x6070 026074 istore 1 ,contw 
-0x6071 026075 fetch 1 ,mem_lmi_opcode 
-0x6072 026076 set0 7 ,pdata 
-0x6073 026077 istore 1 ,contw 
-0x6074 026078 fetch 1 ,mem_lmi_opcode 
-0x6075 026079 branch send_lmp_follow 
-:      026081 send_lmpext_not_accepted:
-0x6076 026082 force 5 ,queue 
-0x6077 026083 call send_lmpext 
-0x6078 026084 setarg lmp_escape 
-0x6079 026085 istore 1 ,contw 
-0x607a 026086 fetch 1 ,mem_lmi_opcode 
-0x607b 026087 set0 7 ,pdata 
-0x607c 026088 istore 1 ,contw 
-0x607d 026089 fetch 1 ,mem_lmo_reason 
-0x607e 026090 istore 1 ,contw 
-0x607f 026091 branch send_lmp_follow 
-:      026094 send_lmp_accepted_inrand:
-0x6080 026095 call clear_linkkey 
-0x6081 026096 call tid_check 
-0x6082 026097 rtn true 
-0x6083 026098 branch lmp_generate_key 
-:      026100 send_lmp_accepted_enc_mode:
-0x6084 026101 fetch 1 ,mem_op 
-0x6085 026102 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
-0x6086 026103 rtnbit0 op_stop_enc 
-0x6087 026104 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x6088 026105 set0 op_stop_enc ,pdata 
-0x6089 026106 call tid_reply 
-0x608a 026107 branch send_lmp_accepted_enc_exit 
-:      026108 send_lmp_accepted_enc_start:
-0x608b 026109 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x608c 026110 set0 op_start_enc ,pdata 
-:      026111 send_lmp_accepted_enc_exit:
-0x608d 026112 store 1 ,mem_op 
-0x608e 026113 rtn 
-:      026115 send_lmp_accepted_enc_key:
-0x608f 026116 call check_localsm 
-0x6090 026117 branch lmp_start_encryption ,true 
-0x6091 026118 rtn 
-:      026120 send_lmp_accepted_connection:
-0x6092 026121 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-0x6093 026123 fetch 1 ,mem_lmp_conn_state 
-0x6094 026124 set1 received_conn_req ,pdata 
-0x6095 026125 store 1 ,mem_lmp_conn_state 
-0x6096 026126 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x6097 026127 branch ui_ipc_send_event 
-:      026130 send_lmp_accept_dhkey_check:
-0x6098 026131 rtn 
-:      026135 send_lmpext_features_res:
-0x6099 026136 force 12 ,queue 
-0x609a 026137 call send_lmpext 
-0x609b 026138 setarg 0x01 
-0x609c 026139 istore 1 ,contw 
-0x609d 026140 fetch 2 ,mem_lmpext_ssp_enable 
-0x609e 026141 istore 2 ,contw 
-0x609f 026142 setarg 0 
-0x60a0 026143 istore 3 ,contw 
-0x60a1 026144 setarg 0x00 
-0x60a2 026145 istore 4 ,contw 
-0x60a3 026146 branch send_lmp_reply 
-:      026147 send_lmpext_io_cap_res:
-0x60a4 026148 force 5 ,queue 
-0x60a5 026149 call send_lmpext 
-0x60a6 026150 fetch 3 ,mem_sp_iocap_local 
-0x60a7 026151 istore 3 ,contw 
-0x60a8 026152 call send_lmp_reply 
-0x60a9 026153 jam flag_pairing_state_pairing ,mem_flag_pairing_state 
-0x60aa 026154 fetch 1 ,mem_sp_iocap_local 
-0x60ab 026155 beq display_yesno ,responder_iocap_display_yesno 
-0x60ac 026156 beq keyboard_only ,responder_iocap_keyboard_only 
-0x60ad 026157 beq no_input_no_output ,responder_iocap_no_input_no_output 
-0x60ae 026158 rtn 
-:      026160 responder_iocap_keyboard_only:
-0x60af 026161 fetch 1 ,mem_sp_iocap_remote 
-0x60b0 026162 beq display_only ,responder_iocap_keyboard_only_initiator_iocap_display_only 
-0x60b1 026163 beq display_yesno ,responder_iocap_keyboard_only_initiator_iocap_display_yesno 
-0x60b2 026164 beq keyboard_only ,responder_iocap_keyboard_only_initiator_iocap_keyboard_only 
-0x60b3 026165 beq no_input_no_output ,responder_iocap_keyboard_only_initiator_iocap_no_input_no_output 
-0x60b4 026166 rtn 
-:      026169 responder_iocap_display_yesno:
-0x60b5 026170 fetch 1 ,mem_sp_iocap_remote 
-0x60b6 026171 beq display_only ,responder_iocap_display_yesno_initiator_iocap_display_only 
-0x60b7 026172 beq display_yesno ,responder_iocap_display_yesno_initiator_iocap_display_yesno 
-0x60b8 026173 beq keyboard_only ,responder_iocap_display_yesno_initiator_iocap_keyboard_only 
-0x60b9 026174 beq no_input_no_output ,responder_iocap_display_yesno_initiator_iocap_no_input_no_output 
-0x60ba 026175 rtn 
-:      026178 responder_iocap_no_input_no_output:
-0x60bb 026179 fetch 1 ,mem_sp_iocap_remote 
-0x60bc 026180 beq display_only ,responder_iocap_no_input_no_output_initiator_iocap_display_only 
-0x60bd 026181 beq display_yesno ,responder_iocap_no_input_no_output_initiator_iocap_display_yesno 
-0x60be 026182 beq keyboard_only ,responder_iocap_no_input_no_output_initiator_iocap_keyboard_only 
-0x60bf 026183 beq no_input_no_output ,responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output 
-0x60c0 026184 rtn 
-:      026186 responder_iocap_keyboard_only_initiator_iocap_no_input_no_output:
-:      026187 responder_iocap_display_yesno_initiator_iocap_no_input_no_output:
-:      026188 responder_iocap_display_yesno_initiator_iocap_display_only:
-:      026189 responder_iocap_no_input_no_output_initiator_iocap_display_only:
-:      026190 responder_iocap_no_input_no_output_initiator_iocap_display_yesno:
-:      026191 responder_iocap_no_input_no_output_initiator_iocap_keyboard_only:
-:      026192 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output:
-:      026193 set_ssp_mode_justwork:
-0x60c1 026194 jam ssp_mode_just_work_flag ,mem_ssp_mode_flag 
-0x60c2 026195 fetch 1 ,mem_classic_bt_flag 
-0x60c3 026196 bbit1 flag_ssp_reject_justwork ,app_bt_disconnect 
-0x60c4 026197 rtn 
-:      026199 responder_iocap_display_yesno_initiator_iocap_display_yesno:
-:      026200 set_ssp_mode_numeric_comparison:
-0x60c5 026201 jam ssp_mode_ssp_pin_flag ,mem_ssp_mode_flag 
-0x60c6 026202 rtn 
-:      026204 responder_iocap_keyboard_only_initiator_iocap_display_yesno:
-:      026205 responder_iocap_keyboard_only_initiator_iocap_keyboard_only:
-:      026206 responder_iocap_keyboard_only_initiator_iocap_display_only:
-:      026207 responder_iocap_display_yesno_initiator_iocap_keyboard_only:
-:      026208 set_ssp_mode_passkey:
-0x60c7 026209 jam ssp_mode_passkey_entry_flag ,mem_ssp_mode_flag 
-0x60c8 026210 rtn 
-:      026213 classic_bt_set_reject_justwork_flag:
-0x60c9 026214 arg flag_ssp_reject_justwork ,queue 
-0x60ca 026215 branch classic_bluetooth_set_flag 
-:      026217 classic_bt_clr_reject_justwork_flag:
-0x60cb 026218 arg flag_ssp_reject_justwork ,queue 
-0x60cc 026219 branch classic_bluetooth_clr_flag 
-:      026221 classic_bluetooth_set_flag:
-0x60cd 026222 fetch 1 ,mem_classic_bt_flag 
-0x60ce 026223 qset1 pdata 
-0x60cf 026224 store 1 ,mem_classic_bt_flag 
-0x60d0 026225 rtn 
-:      026227 classic_bluetooth_clr_flag:
-0x60d1 026228 fetch 1 ,mem_classic_bt_flag 
-0x60d2 026229 qset0 pdata 
-0x60d3 026230 store 1 ,mem_classic_bt_flag 
-0x60d4 026231 rtn 
-:      026234 send_lmp_io_cap_req:
-0x60d5 026235 force 5 ,queue 
-0x60d6 026236 call send_lmpext 
-0x60d7 026237 fetch 3 ,mem_sp_iocap_local 
-0x60d8 026238 istore 3 ,contw 
-0x60d9 026239 branch send_lmp_request 
-:      026242 send_lmpext_sniff_subrating_req:
-0x60da 026244 rtn 
-:      026245 send_lmpext_sniff_subrating_res:
-0x60db 026246 force 9 ,queue 
-0x60dc 026247 call send_lmpext 
-0x60dd 026248 fetch 1 ,mem_subsniff_rate 
-0x60de 026249 istore 1 ,contw 
-0x60df 026250 fetch 2 ,mem_subsniff_tcmax 
-0x60e0 026251 istore 2 ,contw 
-0x60e1 026252 fetch 4 ,mem_subsniff_instant 
-0x60e2 026253 istore 4 ,contw 
-0x60e3 026254 branch send_lmp_reply 
-:      026256 send_lmp_name_res:
-0x60e4 026257 force 17 ,pdata 
-0x60e5 026258 call msg_send_lmp 
-0x60e6 026259 fetch 1 ,mem_lmi_opcode 
-0x60e7 026260 copy pdata ,temp 
-0x60e8 026261 beq 0x00 ,send_lmp_name_res_offset_ok 
-0x60e9 026262 beq 0x0e ,send_lmp_name_res_offset_ok 
-0x60ea 026263 beq 0x1c ,send_lmp_name_res_offset_ok 
-0x60eb 026264 rtn 
-:      026265 send_lmp_name_res_offset_ok:
-0x60ec 026266 istore 1 ,contw 
-0x60ed 026267 fetch 1 ,mem_local_name_length 
-0x60ee 026268 istore 1 ,contw 
-0x60ef 026269 arg 14 ,loopcnt 
-0x60f0 026270 setarg mem_local_name 
-0x60f1 026271 iadd temp ,contr 
-0x60f2 026272 call memcpy 
-0x60f3 026273 branch send_lmp_reply 
-:      026276 send_lmp_timing_accuracy_res:
-0x60f4 026277 force 3 ,pdata 
-0x60f5 026278 call msg_send_lmp 
-0x60f6 026279 setarg 0x0114 
-0x60f7 026280 istore 2 ,contw 
-0x60f8 026281 branch send_lmp_reply 
-:      026283 send_lmp_clkoffset_res:
-0x60f9 026285 force 3 ,pdata 
-0x60fa 026286 call msg_send_lmp 
-0x60fb 026287 fetch 4 ,mem_clke_bt 
-0x60fc 026288 isub clkn_bt ,pdata 
-0x60fd 026289 branch send_lmp_clkoffset_res_master ,master 
-0x60fe 026290 sub pdata ,0 ,pdata 
-:      026291 send_lmp_clkoffset_res_master:
-0x60ff 026293 rshift2 pdata ,pdata 
-0x6100 026294 set0 15 ,pdata 
-0x6101 026295 istore 2 ,contw 
-0x6102 026296 branch send_lmp_reply 
-:      026298 send_lmp_version_res:
-0x6103 026299 force 6 ,pdata 
-0x6104 026300 call msg_send_lmp 
-0x6105 026301 fetch 5 ,mem_lmp_version 
-0x6106 026302 istore 5 ,contw 
-0x6107 026303 branch send_lmp_reply 
-:      026305 send_lmp_features_res:
-0x6108 026306 force 9 ,pdata 
-0x6109 026307 call msg_send_lmp 
-0x610a 026308 fetch 8 ,mem_features 
-0x610b 026309 istore 8 ,contw 
-0x610c 026310 branch send_lmp_reply 
-:      026317 send_lmpext_features_req:
-0x610d 026318 force 12 ,queue 
-0x610e 026319 call send_lmpext 
-0x610f 026320 setarg 0x01 
-0x6110 026321 istore 1 ,contw 
-0x6111 026322 fetch 2 ,mem_lmpext_ssp_enable 
-0x6112 026323 istore 2 ,contw 
-0x6113 026324 setarg 0 
-0x6114 026325 istore 3 ,contw 
-0x6115 026326 setarg 0x00 
-0x6116 026327 istore 4 ,contw 
-0x6117 026328 branch send_lmp_request 
-:      026330 send_lmpext_packet_type_table_req:
-0x6118 026331 force 3 ,queue 
-0x6119 026332 call send_lmpext 
-0x611a 026333 fetch 1 ,mem_ptt 
-0x611b 026334 istore 1 ,contw 
-0x611c 026335 disable user 
-0x611d 026336 call send_lmp_request 
-0x611e 026337 nrtn user 
-0x611f 026338 nrtn master 
-0x6120 026339 fetch 1 ,mem_afh_cfg 
-0x6121 026340 rtnbit0 afh_cfg_on 
-0x6122 026341 call afh_init 
-0x6123 026342 branch afh_open_all_channels 
-:      026345 ssp_enable:
-0x6124 026346 bpatchx patch30_4 ,mem_patch30 
-0x6125 026347 fetch 1 ,mem_features + 6 
-0x6126 026348 set1 param_featrue_ssp ,pdata 
-0x6127 026349 store 1 ,mem_features + 6 
-0x6128 026350 setarg param_lmpext_ssp_enable 
-0x6129 026351 store 2 ,mem_lmpext_ssp_enable 
-0x612a 026352 rtn 
-:      026354 ssp_disable:
-0x612b 026355 bpatchx patch30_5 ,mem_patch30 
-0x612c 026356 fetch 1 ,mem_features + 6 
-0x612d 026357 set0 param_featrue_ssp ,pdata 
-0x612e 026358 store 1 ,mem_features + 6 
-0x612f 026359 setarg 0 
-0x6130 026360 store 2 ,mem_lmpext_ssp_enable 
-0x6131 026361 rtn 
-:      026363 afh_init:
-0x6132 026364 jam 0x3 ,mem_afh_cfg 
-0x6133 026365 setarg 0 
-0x6134 026366 store 4 ,mem_afh_timer 
-0x6135 026367 arg mem_afh_map_lo ,contw 
-0x6136 026368 call afh_reset_map 
-0x6137 026369 arg mem_afh_map_new ,contw 
-0x6138 026370 call afh_reset_map 
-0x6139 026371 arg mem_afh_classify_channel_map ,contw 
-0x613a 026372 call afh_reset_map 
-0x613b 026373 branch afh_clear_error_counter 
-:      026374 afh_open_all_channels:
-0x613c 026375 arg mem_afh_map_new ,contw 
-0x613d 026376 call afh_reset_map 
-0x613e 026377 call afh_clear_error_counter 
-0x613f 026378 branch afh_set_send_flag 
-:      026381 afh_reset_map:
-0x6140 026382 setarg 0xffffff 
-0x6141 026383 istore 3 ,contw 
-0x6142 026384 istore 3 ,contw 
-0x6143 026385 istore 3 ,contw 
-0x6144 026386 setarg 0x7f 
-0x6145 026387 istore 1 ,contw 
-0x6146 026388 rtn 
-:      026389 afh_clear_error_counter:
-0x6147 026390 setarg 0 
-0x6148 026391 store 2 ,mem_afh_error_total 
-0x6149 026392 rtn 
-:      026393 afh_set_send_flag:
-0x614a 026394 fetch 1 ,mem_afh_cfg 
-0x614b 026395 set1 send_lmp_set_afh ,pdata 
-0x614c 026396 store 1 ,mem_afh_cfg 
-0x614d 026397 rtn 
-:      026400 send_lmpext_pause_encryption_req:
-0x614e 026401 force 2 ,queue 
-0x614f 026402 call send_lmpext 
-0x6150 026403 nbranch send_lmp_reply ,master 
-0x6151 026405 branch send_lmp_request 
-:      026409 send_lmp_detach:
-0x6152 026410 force 2 ,pdata 
-0x6153 026411 call msg_send_lmp 
-0x6154 026412 fetch 1 ,mem_disconn_reason_send 
-0x6155 026413 istore 1 ,contw 
-0x6156 026414 call send_lmp_request 
-:      026415 prepare_disconnect:
-0x6157 026416 fetch 1 ,mem_op 
-0x6158 026417 set1 op_disconn ,pdata 
-0x6159 026418 store 1 ,mem_op 
-0x615a 026419 jam 50 ,mem_conn_timer 
-0x615b 026420 rtn 
-:      026423 send_lmp_no_payload:
-0x615c 026424 force 1 ,pdata 
-0x615d 026425 call msg_send_lmp 
-0x615e 026426 branch send_lmp_request 
-:      026427 send_lmp_nopayload_reply:
-0x615f 026428 force 1 ,pdata 
-0x6160 026429 call msg_send_lmp 
-0x6161 026430 branch send_lmp_reply 
-:      026433 send_lmp_encryption_mode_req:
-0x6162 026434 force 2 ,pdata 
-0x6163 026435 call msg_send_lmp 
-0x6164 026436 fetch 1 ,mem_state_map 
-0x6165 026437 isolate0 smap_encryption ,pdata 
-0x6166 026438 setflag true ,0 ,pdata 
-0x6167 026439 and_into 1 ,pdata 
-0x6168 026440 istore 1 ,contw 
-0x6169 026441 branch send_lmp_request 
-:      026444 send_lmp_superto:
-0x616a 026445 force 3 ,pdata 
-0x616b 026446 call msg_send_lmp 
-0x616c 026447 fetch 2 ,mem_supervision_to 
-0x616d 026448 istore 2 ,contw 
-0x616e 026449 branch send_lmp_request 
-:      026451 send_lmp_name_req:
-0x616f 026452 jam 250 ,mem_conn_timer 
-0x6170 026453 force 2 ,pdata 
-0x6171 026454 call msg_send_lmp 
-0x6172 026455 fetch 1 ,mem_name_offset 
-0x6173 026456 istore 1 ,contw 
-0x6174 026457 branch send_lmp_request 
-:      026459 send_lmp_test_control:
-0x6175 026460 force 10 ,pdata 
-0x6176 026461 call msg_send_lmp 
-0x6177 026462 arg mem_temp_payload ,contr 
-0x6178 026463 force 9 ,loopcnt 
-:      026464 send_lmp_test_control_loop:
-0x6179 026465 ifetch 1 ,contr 
-0x617a 026466 xor_into 0x55 ,pdata 
-0x617b 026467 istore 1 ,contw 
-0x617c 026468 loop send_lmp_test_control_loop 
-0x617d 026469 branch send_lmp_request 
-:      026471 send_lmp_quality_of_service_req:
-0x617e 026472 branch send_lmp_request 
-:      026473 send_lmp_unit_key:
-0x617f 026474 branch send_lmp_request 
-:      026476 send_lmp_slot_offset:
-0x6180 026477 rtn master 
-0x6181 026478 call calc_slot_offset 
-0x6182 026479 force 9 ,pdata 
-0x6183 026480 call msg_send_lmp 
-0x6184 026481 fetch 2 ,mem_slot_offset 
-0x6185 026482 istore 2 ,contw 
-0x6186 026483 fetch 3 ,mem_lap 
-0x6187 026484 istore 3 ,contw 
-0x6188 026485 fetch 1 ,mem_uap 
-0x6189 026486 istore 1 ,contw 
-0x618a 026487 fetch 2 ,mem_nap 
-0x618b 026488 istore 2 ,contw 
-0x618c 026489 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
-0x618d 026490 set0 mark_switch_initiated ,mark 
-0x618e 026491 call send_lmp_request 
-0x618f 026492 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6190 026493 rtn 
-:      026494 send_lmp_slot_offset_reply:
-0x6191 026495 call send_lmp_reply 
-0x6192 026496 jam lmp_accepted ,mem_lmo_opcode2 
-0x6193 026497 jam lmp_switch_req ,mem_lmi_opcode2 
-0x6194 026498 rtn 
-:      026500 send_lmp_switch_req:
-0x6195 026501 arg 0x200 ,temp 
-0x6196 026502 branch switch_on_native ,master 
-0x6197 026503 deposit clke_bt 
-0x6198 026504 branch switch_slack 
-:      026505 switch_on_native:
-0x6199 026506 deposit clkn_bt 
-:      026507 switch_slack:
-0x619a 026508 deposit bt_clk 
-0x619b 026509 iadd temp ,pdata 
-0x619c 026510 and_into 0x1fc ,pdata 
-0x619d 026511 store 4 ,mem_sniff_anchor 
-0x619e 026512 force 5 ,pdata 
-0x619f 026513 call msg_send_lmp 
-0x61a0 026514 fetch 4 ,mem_sniff_anchor 
-0x61a1 026515 rshift pdata ,pdata 
-0x61a2 026516 istore 4 ,contw 
-0x61a3 026517 branch send_lmp_request 
-:      026519 send_lmp_sniff_req:
-0x61a4 026520 force 10 ,pdata 
-0x61a5 026521 call msg_send_lmp 
-0x61a6 026522 arg mem_sniff_payload ,contr 
-0x61a7 026523 ifetch 9 ,contr 
-0x61a8 026524 istore 9 ,contw 
-0x61a9 026525 branch send_lmp_request 
-:      026528 send_lmp_timing_accuracy_req:
-0x61aa 026530 force 3 ,pdata 
-0x61ab 026531 call msg_send_lmp 
-0x61ac 026532 setarg 0x0114 
-0x61ad 026533 istore 2 ,contw 
-0x61ae 026534 branch send_lmp_request 
-:      026536 send_lmp_unsniff_req:
-0x61af 026538 force 1 ,pdata 
-0x61b0 026539 call msg_send_lmp 
-0x61b1 026548 branch send_lmp_request 
-:      026551 send_lmp_max_slot:
-0x61b2 026552 force 2 ,pdata 
-0x61b3 026553 call msg_send_lmp 
-0x61b4 026554 fetch 1 ,mem_max_slot 
-0x61b5 026555 istore 1 ,contw 
-0x61b6 026556 branch send_lmp_request 
-:      026559 send_lmp_max_slot_req:
-0x61b7 026560 force 2 ,pdata 
-0x61b8 026561 call msg_send_lmp 
-0x61b9 026562 setarg 0x05 
-0x61ba 026563 istore 1 ,contw 
-0x61bb 026564 branch send_lmp_request 
-:      026567 send_lmp_inc_power:
-0x61bc 026568 force 2 ,pdata 
-0x61bd 026569 call msg_send_lmp 
-0x61be 026570 setarg 0x00 
-0x61bf 026571 istore 1 ,contw 
-0x61c0 026572 branch send_lmp_request 
-:      026575 send_lmp_setup_complete_by_module:
-0x61c1 026576 jam lmp_max_slot_req ,mem_lmo_opcode2 
-0x61c2 026577 rtn 
-:      026578 send_lmp_setup_complete:
-0x61c3 026579 fetch 1 ,mem_device_option 
-0x61c4 026580 sub pdata ,dvc_op_module ,null 
-0x61c5 026581 call send_lmp_setup_complete_by_module ,zero 
-0x61c6 026582 fetch 1 ,mem_state 
-0x61c7 026583 set1 state_conn_comp ,pdata 
-0x61c8 026584 store 1 ,mem_state 
-0x61c9 026585 copy clkn_bt ,pdata 
-0x61ca 026586 store 4 ,mem_aurand_send_delay_time 
-0x61cb 026587 fetch 1 ,mem_lmp_conn_state 
-0x61cc 026588 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
-0x61cd 026589 set1 sent_setup_complete ,pdata 
-0x61ce 026590 store 1 ,mem_lmp_conn_state 
-0x61cf 026591 jam bt_evt_setup_complete ,mem_fifo_temp 
-0x61d0 026592 call ui_ipc_send_event 
-0x61d1 026593 force 1 ,pdata 
-0x61d2 026594 call msg_send_lmp 
-0x61d3 026595 branch send_lmp_request 
-:      026596 send_lmp_setup_complete_has_sent:
-0x61d4 026597 jam 0 ,mem_lmp_to_send 
-0x61d5 026598 rtn 
-:      026600 send_lmp_version_req:
-0x61d6 026601 force 6 ,pdata 
-0x61d7 026602 call msg_send_lmp 
-0x61d8 026603 fetch 5 ,mem_lmp_version 
-0x61d9 026604 istore 5 ,contw 
-0x61da 026605 branch send_lmp_request 
-:      026607 send_lmp_features_req:
-0x61db 026608 force 9 ,pdata 
-0x61dc 026609 call msg_send_lmp 
-0x61dd 026610 fetch 8 ,mem_features 
-0x61de 026611 istore 8 ,contw 
-0x61df 026612 branch send_lmp_request 
-:      026614 sp_master_send_io_cap_get:
-0x61e0 026615 jam sp_flag_commit ,mem_master_sp_flag 
-0x61e1 026616 fetch 1 ,mem_sp_local_key_invalid 
-0x61e2 026617 rtnne sp_key_valid 
-0x61e3 026618 jam sp_master_stat_start_done ,mem_master_sp_state 
-0x61e4 026619 rtn 
-:      026621 sp_master_send_io_cap_send:
-0x61e5 026622 call tid_initiate 
-0x61e6 026623 jam lmp_io_cap_req ,mem_lmo_opcode2 
-0x61e7 026624 jam sp_stat_key_send ,mem_master_sp_state 
-0x61e8 026625 rtn 
-:      026628 sp_master_send_lmp_encapsulated_header:
-0x61e9 026629 call tid_initiate 
-0x61ea 026630 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x61eb 026631 jam sp_stat_random_send ,mem_master_sp_state 
-0x61ec 026632 rtn 
-:      026634 sp_master_commitment_compare:
-0x61ed 026635 arg mem_sp_calc_result_high ,rega 
-0x61ee 026636 arg mem_sp_confirm_remote ,regb 
-0x61ef 026637 arg 16 ,loopcnt 
-0x61f0 026638 call string_compare 
-0x61f1 026639 branch sp_master_commitment_compare_success ,zero 
-0x61f2 026640 jam sp_stat_null ,mem_master_sp_state 
-0x61f3 026641 call master_clear_mem_master_sp_flag 
-0x61f4 026642 jam pdu_not_allowed ,mem_lmo_reason2 
-0x61f5 026643 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x61f6 026644 branch reject_lmp_packet 
-:      026645 sp_master_commitment_compare_success:
-0x61f7 026646 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x61f8 026647 call master_set_mem_master_sp_flag 
-0x61f9 026648 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x61fa 026649 branch accept_lmp_msg 
-:      026653 sp_master_send_lmp_simple_pairing_number:
-0x61fb 026654 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x61fc 026655 rtn 
-:      026659 sp_send_lmp_encapsulated_header:
-0x61fd 026662 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x61fe 026664 rtn 
-:      026670 send_lmp_encapsulated_header:
-0x61ff 026671 jam 0 ,mem_sp_local_key_send_count 
-0x6200 026672 force 4 ,pdata 
-0x6201 026673 call msg_send_lmp 
-0x6202 026674 force encapsulated_major_type_p192 ,pdata 
-0x6203 026675 istore 1 ,contw 
-0x6204 026676 force encapsulated_minor_type_p192 ,pdata 
-0x6205 026677 istore 1 ,contw 
-0x6206 026678 force encapsulated_len_p192 ,pdata 
-0x6207 026679 istore 1 ,contw 
-0x6208 026680 call check_localsm 
-0x6209 026681 branch send_lmp_request ,true 
-0x620a 026682 branch send_lmp_reply 
-:      026684 send_lmp_encapsulated_payload:
-0x620b 026686 force 17 ,pdata 
-0x620c 026687 call msg_send_lmp 
-0x620d 026688 fetch 1 ,mem_sp_local_key_send_count 
-0x620e 026689 arg mem_sp_pubkey_local ,contr 
-0x620f 026690 iadd contr ,contr 
-0x6210 026691 ifetch 8 ,contr 
-0x6211 026692 istore 8 ,contw 
-0x6212 026693 ifetch 8 ,contr 
-0x6213 026694 istore 8 ,contw 
-0x6214 026695 fetch 1 ,mem_sp_local_key_send_count 
-0x6215 026696 increase 16 ,pdata 
-0x6216 026697 store 1 ,mem_sp_local_key_send_count 
-0x6217 026698 call check_localsm 
-0x6218 026699 branch send_lmp_request ,true 
-0x6219 026700 branch send_lmp_reply 
-:      026703 sp_send_lmp_simple_pairing_comfirm:
-0x621a 026704 jam sp_stat_random_recv ,mem_sp_state 
-0x621b 026705 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
-0x621c 026706 rtn 
-:      026707 send_lmp_simple_pairing_comfirm:
-0x621d 026710 force 17 ,pdata 
-0x621e 026711 call msg_send_lmp 
-0x621f 026712 arg mem_sp_calc_result_high ,contr 
-0x6220 026713 ifetch 8 ,contr 
-0x6221 026714 istore 8 ,contw 
-0x6222 026715 ifetch 8 ,contr 
-0x6223 026716 istore 8 ,contw 
-0x6224 026717 branch send_lmp_reply 
-:      026719 sp_send_lmp_simple_pairing_number:
-0x6225 026720 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x6226 026721 rtn 
-:      026723 send_lmp_simple_pairing_number:
-0x6227 026725 call check_localsm 
-0x6228 026726 call sp_local_random_key_generator ,true 
-0x6229 026727 force 17 ,pdata 
-0x622a 026728 call msg_send_lmp 
-0x622b 026729 arg mem_sp_random_local ,contr 
-0x622c 026730 ifetch 8 ,contr 
-0x622d 026731 istore 8 ,contw 
-0x622e 026732 ifetch 8 ,contr 
-0x622f 026733 istore 8 ,contw 
-0x6230 026734 call check_localsm 
-0x6231 026735 nbranch send_lmp_reply ,true 
-0x6232 026736 branch send_lmp_request ,true 
-:      026738 master_sp_sm_end:
-0x6233 026740 jam sp_stat_done ,mem_master_sp_state 
-:      026741 sp_aurand_send:
-0x6234 026742 call tid_initiate 
-0x6235 026743 jam lmp_au_rand ,mem_lmo_opcode2 
-0x6236 026744 call check_localsm_master 
-0x6237 026745 branch sp_master_key_prarm_push ,true 
-0x6238 026746 branch sp_link_key_prarm_push 
-:      026747 master_sp_send_lmp_dhkey_check:
-0x6239 026748 call tid_reply 
-:      026749 sp_send_lmp_dhkey_check:
-0x623a 026750 jam lmp_dhkey_check ,mem_lmo_opcode2 
-0x623b 026751 rtn 
-:      026752 send_lmp_dhkey_check:
-0x623c 026754 force 17 ,pdata 
-0x623d 026755 call msg_send_lmp 
-0x623e 026756 arg mem_sp_calc_result_high ,contr 
-0x623f 026757 ifetch 8 ,contr 
-0x6240 026758 istore 8 ,contw 
-0x6241 026759 ifetch 8 ,contr 
-0x6242 026760 istore 8 ,contw 
-0x6243 026761 call check_localsm 
-0x6244 026762 nbranch send_lmp_reply ,true 
-0x6245 026763 branch send_lmp_request ,true 
-:      026765 send_lmp_enc_key_size_mask_res:
-0x6246 026766 force 3 ,pdata 
-0x6247 026767 call msg_send_lmp 
-0x6248 026768 setarg 0xfffe 
-0x6249 026769 istore 2 ,contw 
-0x624a 026770 branch send_lmp_reply 
-:      026772 send_lmp_auto_rate:
-0x624b 026773 branch send_lmp_request 
-:      026774 send_lmp_clkoffset_req:
-0x624c 026775 branch send_lmp_request 
-:      026776 send_lmp_quality_of_service:
-0x624d 026777 branch send_lmp_request 
-:      026778 send_lmp_test_activate:
-0x624e 026779 branch send_lmp_request 
-:      026784 send_lmp_comb_key:
-0x624f 026785 call generate_random_number 
-0x6250 026786 arg mem_lap ,rega 
-0x6251 026787 call generate_linkkey 
-0x6252 026788 force 17 ,pdata 
-0x6253 026789 call msg_send_lmp 
-0x6254 026790 arg mem_kinit ,rega 
-0x6255 026791 arg mem_random_number ,regb 
-0x6256 026792 call xor16 
-0x6257 026793 nbranch send_lmp_follow ,master 
-0x6258 026794 branch send_lmp_tid 
-:      026796 send_lmp_inrand:
-0x6259 026797 call generate_random_number 
-0x625a 026798 arg mem_plap ,rega 
-0x625b 026799 call generate_kinit 
-:      026800 send_lmp_rand:
-0x625c 026801 force 17 ,pdata 
-0x625d 026802 call msg_send_lmp 
-0x625e 026803 arg mem_random_number ,contr 
-0x625f 026804 call memcpy16 
-0x6260 026805 fetch 1 ,mem_conn_sm 
-0x6261 026806 beq conn_sm_auth_wait ,send_lmp_request 
-0x6262 026807 beq conn_sm_pairing_wait ,send_lmp_request 
-0x6263 026808 branch send_lmp_tid 
-:      026810 send_lmp_aurand:
-0x6264 026811 fetch 1 ,mem_pairing_auth 
-0x6265 026812 branch send_lmp_aurand_notpairing ,blank 
-0x6266 026813 call check_localsm 
-0x6267 026814 call tid_initiate ,true 
-0x6268 026815 ncall tid_reply ,true 
-0x6269 026816 branch send_lmp_aurand_common 
-:      026817 send_lmp_aurand_notpairing:
-0x626a 026818 call tid_initiate 
-:      026819 send_lmp_aurand_common:
-0x626b 026820 call generate_random_number 
-0x626c 026821 branch send_lmp_rand 
-:      026823 send_lmp_sres:
-0x626d 026824 arg mem_lap ,rega 
-0x626e 026825 call function_e1 
-0x626f 026826 force 5 ,pdata 
-0x6270 026827 call msg_send_lmp 
-0x6271 026828 fetch 4 ,mem_input_store 
-0x6272 026829 istore 4 ,contw 
-0x6273 026830 arg mem_sres_tid ,temp 
-0x6274 026831 call special_tid_store 
-0x6275 026832 call copy_aco 
-0x6276 026833 call check_localsm 
-0x6277 026834 branch send_lmp_sres_master ,true 
-0x6278 026835 jam done_encryp ,mem_wait_encryption 
-0x6279 026836 fetch 1 ,mem_pairing_auth 
-0x627a 026837 rtn blank 
-0x627b 026838 jam lmp_au_rand ,mem_lmo_opcode2 
-:      026839 send_lmp_sres_master:
-0x627c 026840 fetch 1 ,mem_link_key_exists 
-0x627d 026841 rtn blank 
-:      026842 send_lmp_sres_startenc:
-0x627e 026843 call check_localsm 
-0x627f 026844 nbranch send_lmp_sres_startenc_slave ,true 
-0x6280 026845 fetch 1 ,mem_auth_enable 
-0x6281 026846 rtn blank 
-0x6282 026847 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x6283 026848 rtn 
-:      026849 send_lmp_sres_startenc_slave:
-0x6284 026850 rtnmark0 mark_slave_in_rand_accepted 
-0x6285 026851 set0 mark_slave_in_rand_accepted ,mark 
-0x6286 026852 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x6287 026853 rtn 
-:      026857 send_lmp_start_encryption:
-0x6288 026858 call generate_random_number 
-0x6289 026859 call function_e3 
-0x628a 026860 force 17 ,pdata 
-0x628b 026861 call msg_send_lmp 
-0x628c 026862 arg mem_random_number ,contr 
-0x628d 026863 call memcpy16 
-0x628e 026864 branch send_lmp_tid 
-:      026866 send_lmp_stop_encryption_req:
-0x628f 026867 force 1 ,pdata 
-0x6290 026868 call msg_send_lmp 
-0x6291 026869 branch send_lmp_tid 
-:      026871 send_lmp_encryption_key_size_req:
-0x6292 026872 force 2 ,pdata 
-0x6293 026873 call msg_send_lmp 
-0x6294 026874 force 16 ,pdata 
-0x6295 026875 istore 1 ,contw 
-0x6296 026876 store 1 ,mem_key_size 
-0x6297 026877 branch send_lmp_tid 
-:      026879 msg_send_lmp:
-0x6298 026881 lshift3 pdata ,pdata 
-0x6299 026882 or_into 0x07 ,pdata 
-0x629a 026883 store 1 ,mem_lmo_header_length 
-0x629b 026884 arg 17 ,loopcnt 
-0x629c 026885 arg mem_lmo_payload ,contw 
-0x629d 026886 call clear_mem 
-0x629e 026887 arg mem_lmo_payload ,contw 
-0x629f 026888 rtn 
-:      026890 send_lmpext:
-0x62a0 026891 and pdata ,0x7f ,rega 
-0x62a1 026892 jam lmp_escape ,mem_lmp_to_send 
-0x62a2 026893 deposit queue 
-0x62a3 026894 call msg_send_lmp 
-0x62a4 026895 deposit rega 
-0x62a5 026896 istore 1 ,contw 
-0x62a6 026897 rtn 
-:      026899 send_lmp_follow:
-0x62a7 026900 fetch 1 ,mem_lmp_to_send 
-0x62a8 026901 lshift pdata ,pdata 
-0x62a9 026902 fetcht 1 ,mem_state_map 
-0x62aa 026903 isolate1 smap_lmptid ,temp 
-0x62ab 026904 setflag true ,0 ,pdata 
-0x62ac 026905 branch send_lmp_exit 
-:      026908 send_lmp_tid:
-0x62ad 026909 fetcht 1 ,mem_state_map 
-0x62ae 026910 and_into 1 ,temp 
-0x62af 026911 branch send_lmp_end 
-:      026913 send_lmp_reply:
-0x62b0 026914 force 0 ,temp 
-0x62b1 026915 branch send_lmp_end 
-:      026917 send_lmp_request:
-0x62b2 026918 force 1 ,temp 
-:      026919 send_lmp_end:
-0x62b3 026920 fetch 1 ,mem_lmp_to_send 
-0x62b4 026921 lshift pdata ,pdata 
-0x62b5 026922 setflag master ,0 ,pdata 
-0x62b6 026923 ixor temp ,pdata 
-:      026924 send_lmp_exit:
-0x62b7 026925 store 1 ,mem_lmo_header_opcode 
-0x62b8 026926 jam 0 ,mem_lmp_to_send 
-0x62b9 026927 call lmo_fifo_process_lmo0empty 
-0x62ba 026928 enable user 
-0x62bb 026929 rtn 
-:      026932 lmo_fifo_check:
-0x62bc 026933 fetch 1 ,mem_lmo_opcode2 
-0x62bd 026934 rtn blank 
-0x62be 026935 call lmo_fifo_process 
-0x62bf 026936 fetch 1 ,mem_lmo_opcode2 
-0x62c0 026937 rtn 
-:      026939 lmo_fifo_process:
-0x62c1 026940 bpatchx patch30_6 ,mem_patch30 
-0x62c2 026941 fetch 1 ,mem_lmp_to_send 
-0x62c3 026942 branch lmo_fifo_process_lmo0empty ,blank 
-0x62c4 026943 fetch 1 ,mem_lmo_opcode1 
-0x62c5 026944 nrtn blank 
-0x62c6 026945 branch lmo_fifo_process_lmo2to1 
-:      026946 lmo_fifo_process_lmo0empty:
-0x62c7 026947 fetch 1 ,mem_lmo_opcode1 
-0x62c8 026948 branch lmo_fifo_process_lmo1_empty ,blank 
-0x62c9 026949 fetch 3 ,mem_lmo_opcode1 
-0x62ca 026950 store 3 ,mem_lmp_to_send 
-0x62cb 026951 fetcht 1 ,mem_lmo_tid1 
-0x62cc 026952 fetch 1 ,mem_state_map 
-0x62cd 026953 set0 smap_lmptid ,pdata 
-0x62ce 026954 ior temp ,pdata 
-0x62cf 026955 store 1 ,mem_state_map 
-0x62d0 026956 jam 0 ,mem_lmo_opcode1 
-:      026957 lmo_fifo_process_lmo2to1:
-0x62d1 026958 fetch 1 ,mem_lmo_opcode2 
-0x62d2 026959 rtn blank 
-0x62d3 026960 fetch 4 ,mem_lmo_opcode2 
-0x62d4 026961 store 4 ,mem_lmo_opcode1 
-0x62d5 026962 jam 0 ,mem_lmo_opcode2 
-0x62d6 026963 rtn 
-:      026964 lmo_fifo_process_lmo1_empty:
-0x62d7 026965 fetch 1 ,mem_lmo_opcode2 
-0x62d8 026966 rtn blank 
-0x62d9 026967 fetch 3 ,mem_lmo_opcode2 
-0x62da 026968 store 3 ,mem_lmp_to_send 
-0x62db 026969 fetcht 1 ,mem_lmo_tid2 
-0x62dc 026970 fetch 1 ,mem_state_map 
-0x62dd 026971 set0 smap_lmptid ,pdata 
-0x62de 026972 ior temp ,pdata 
-0x62df 026973 store 1 ,mem_state_map 
-0x62e0 026974 jam 0 ,mem_lmo_opcode2 
-0x62e1 026975 rtn 
-:      026978 special_tid_store:
-0x62e2 026979 bpatchx patch30_7 ,mem_patch30 
-0x62e3 026980 fetch 1 ,mem_state_map 
-0x62e4 026981 copy pdata ,regc 
-0x62e5 026982 ifetch 1 ,temp 
-0x62e6 026983 call pop_tid_follow 
-0x62e7 026984 call send_lmp_follow 
-0x62e8 026985 copy regc ,pdata 
-0x62e9 026986 store 1 ,mem_state_map 
-0x62ea 026987 rtn 
-:      026989 tid_reply:
-0x62eb 026990 fetcht 1 ,mem_state_map 
-0x62ec 026991 set0 smap_lmptidinit ,temp 
-0x62ed 026992 storet 1 ,mem_state_map 
-0x62ee 026993 rtn 
-:      026995 tid_initiate:
-0x62ef 026996 fetcht 1 ,mem_state_map 
-0x62f0 026997 set1 smap_lmptidinit ,temp 
-0x62f1 026998 storet 1 ,mem_state_map 
-0x62f2 026999 rtn 
-:      027002 tid_check:
-0x62f3 027003 nsetflag master ,smap_lmptid ,pdata 
-0x62f4 027004 fetcht 1 ,mem_state_map 
-0x62f5 027005 ixor temp ,pdata 
-0x62f6 027006 isolate1 smap_lmptid ,pdata 
-0x62f7 027007 rtn 
-:      027010 tid_set_reply:
-0x62f8 027011 fetch 1 ,mem_state_map 
-0x62f9 027012 setflag master ,smap_lmptid ,pdata 
-0x62fa 027013 store 1 ,mem_state_map 
-0x62fb 027014 rtn 
-:      027017 check_localsm:
-0x62fc 027018 fetch 1 ,mem_sp_localsm 
-0x62fd 027019 compare local_statemachine ,pdata ,0x7f 
-0x62fe 027020 rtn 
-:      027021 setlocalsm_master:
-0x62ff 027022 fetch 1 ,mem_sp_localsm 
-0x6300 027023 set1 7 ,pdata 
-0x6301 027024 store 1 ,mem_sp_localsm 
-0x6302 027025 rtn 
-:      027026 setlocalsm_slave:
-0x6303 027027 fetch 1 ,mem_sp_localsm 
-0x6304 027028 set0 7 ,pdata 
-0x6305 027029 store 1 ,mem_sp_localsm 
-0x6306 027030 rtn 
-:      027031 check_localsm_master:
-0x6307 027032 fetch 1 ,mem_sp_localsm 
-0x6308 027033 isolate1 7 ,pdata 
-0x6309 027034 store 1 ,mem_sp_localsm 
-0x630a 027035 rtn 
-:      027037 generate_random_number:
-0x630b 027039 arg mem_random_number ,contw 
-:      027040 generate_random:
-0x630c 027041 force 16 ,loopcnt 
-:      027042 generate_random_another:
-:      027043 generate_random_loop:
-0x630d 027044 random pdata 
-0x630e 027045 istore 1 ,contw 
-0x630f 027046 loop generate_random_another 
-0x6310 027047 rtn 
-:      027049 generate_linkkey:
-0x6311 027050 call function_e21 
-0x6312 027051 arg mem_link_key ,rega 
-0x6313 027052 arg mem_input_store ,regb 
-0x6314 027053 ifetch 8 ,rega 
-0x6315 027054 fetcht 1 ,mem_state 
-0x6316 027055 nsetflag blank ,state_combkey ,temp 
-0x6317 027056 storet 1 ,mem_state 
-0x6318 027057 copy rega ,contw 
-0x6319 027058 call xor16 
-0x631a 027059 branch generate_linkkey_continue 
-:      027065 process_conn_sm:
-0x631b 027067 bpatchx patch31_0 ,mem_patch31 
-0x631c 027069 call lmo_fifo_check 
-0x631d 027070 nrtn blank 
-:      027071 process_conn_sm_continue:
-0x631e 027072 fetch 1 ,mem_conn_sm 
-0x631f 027073 rtn blank 
-0x6320 027077 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
-0x6321 027078 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
-0x6322 027079 beq conn_sm_send_features ,host_create_conn_send_features 
-0x6323 027080 beq conn_sm_wait_features_res ,host_create_conn_waiting 
-0x6324 027081 beq conn_sm_send_switch ,host_create_conn_send_switch 
-0x6325 027082 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
-0x6326 027083 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
-0x6327 027084 beq conn_sm_encrypt ,host_create_conn_encrypt 
-0x6328 027085 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
-0x6329 027086 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
-0x632a 027087 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
-0x632b 027088 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
-0x632c 027089 beq conn_sm_detach_delay ,host_create_conn_master_detach 
-0x632d 027090 beq conn_sm_send_version ,host_create_conn_send_version 
-0x632e 027091 beq conn_sm_wait_version ,host_create_conn_waiting 
-0x632f 027092 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
-0x6330 027093 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
-0x6331 027094 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
-0x6332 027095 beq conn_sm_pairing ,host_create_conn_pairing 
-0x6333 027096 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
-0x6334 027097 beq conn_sm_auth ,host_create_conn_auth 
-0x6335 027098 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
-0x6336 027099 beq conn_sm_done ,host_create_conn_done 
-0x6337 027100 beq conn_sm_wait_done ,host_create_conn_done_wait 
-0x6338 027101 jam conn_sm_standby ,mem_conn_sm 
-0x6339 027103 rtn 
-:      027104 host_create_conn_done:
-0x633a 027105 fetch 1 ,mem_lmp_conn_state 
-0x633b 027106 rtnbit0 received_setup_complete 
-0x633c 027107 rtnbit0 sent_setup_complete 
-0x633d 027108 jam conn_sm_standby ,mem_conn_sm 
-0x633e 027109 call host_conn_judge_encrypt 
-0x633f 027110 branch scheduler_start_upper_sm 
-:      027112 host_conn_judge_encrypt:
-0x6340 027113 fetch 1 ,mem_connection_options 
-0x6341 027114 rtnbit0 connection_encrypt 
-0x6342 027115 jam conn_sm_encrypt_wait ,mem_conn_sm 
-0x6343 027116 rtn 
-:      027118 host_create_conn_done_wait:
-0x6344 027119 arg enpt_delay_timer ,queue 
-0x6345 027120 call timer_check 
-0x6346 027121 nrtn blank 
-0x6347 027122 jam conn_sm_done ,mem_conn_sm 
-0x6348 027123 rtn 
-:      027125 host_create_conn_auth:
-0x6349 027126 fetch 1 ,mem_connection_options 
-0x634a 027127 set0 connection_auth ,pdata 
-0x634b 027128 store 1 ,mem_connection_options 
-0x634c 027129 jam conn_sm_auth_wait ,mem_conn_sm 
-0x634d 027130 jam lmp_au_rand ,mem_lmo_opcode2 
-0x634e 027131 rtn 
-:      027132 host_create_conn_auth_wait:
-0x634f 027133 rtn 
-:      027134 host_create_conn_pairing:
-0x6350 027135 fetch 1 ,mem_pincode_state 
-0x6351 027136 rtnne pincode_state_pincode_ready 
-0x6352 027137 call host_auth 
-0x6353 027138 jam conn_sm_pairing_wait ,mem_conn_sm 
-0x6354 027139 rtn 
-:      027141 host_create_conn_pairing_wait:
-0x6355 027142 rtn 
-:      027143 host_creat_conn_send_feat_ext:
-0x6356 027144 jam conn_sm_wait_features_ext ,mem_conn_sm 
-0x6357 027145 jam lmp_ext_features_req ,mem_lmo_opcode2 
-0x6358 027146 rtn 
-:      027147 host_create_conn_send_version:
-0x6359 027148 jam conn_sm_wait_version ,mem_conn_sm 
-0x635a 027149 jam lmp_version_req ,mem_lmo_opcode2 
-0x635b 027150 rtn 
-:      027152 host_creat_conn_wait_switch:
-0x635c 027153 fetch 1 ,mem_switch_flag 
-0x635d 027154 rtneq switch_flag_init 
-0x635e 027155 beq switch_flag_accept ,host_create_conn_switch_accept 
-0x635f 027156 arg switch_wait_timer ,queue 
-0x6360 027157 call timer_check 
-0x6361 027158 nrtn blank 
-0x6362 027159 jam switch_flag_init ,mem_switch_flag 
-0x6363 027160 branch host_create_conn_switch 
-:      027161 host_create_conn_switch_accept:
-0x6364 027162 rtn master 
-0x6365 027163 branch host_create_conn_auth_pair 
-:      027165 host_create_conn_send_features:
-0x6366 027166 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x6367 027167 jam lmp_features_req ,mem_lmo_opcode2 
-0x6368 027168 rtn 
-:      027169 host_create_conn_send_switch:
-0x6369 027170 jam lmp_switch_req ,mem_lmo_opcode2 
-0x636a 027171 set1 mark_switch_initiated ,mark 
-0x636b 027172 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x636c 027173 setarg 0x1ff 
-0x636d 027174 store 2 ,mem_soft_timer 
-0x636e 027175 rtn 
-:      027176 host_create_conn_send_conn_req:
-0x636f 027177 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x6370 027178 jam 0xff ,mem_soft_timer 
-0x6371 027179 set0 mark_reconn_recieve_switch ,mark 
-0x6372 027180 jam lmp_host_connection_req ,mem_lmo_opcode2 
-0x6373 027181 branch init_lmp_reinit 
-:      027182 host_create_conn_wait_accept:
-0x6374 027183 rtnmark1 mark_reconn_recieve_switch 
-0x6375 027184 fetch 2 ,mem_soft_timer 
-0x6376 027185 sub pdata ,1 ,pdata 
-0x6377 027186 branch host_create_conn_resend ,zero 
-0x6378 027187 store 2 ,mem_soft_timer 
-0x6379 027188 rtn 
-:      027189 host_create_conn_resend:
-0x637a 027190 jam conn_sm_send_switch ,mem_conn_sm 
-0x637b 027191 rtn 
-:      027192 host_create_conn_waiting:
-0x637c 027194 rtn 
-:      027196 host_create_conn_switch:
-0x637d 027197 fetch 1 ,mem_lmp_conn_state 
-0x637e 027198 rtnbit0 sent_setup_complete 
-0x637f 027199 rtnbit0 received_setup_complete 
-0x6380 027200 fetch 1 ,mem_connection_options 
-0x6381 027201 set0 connection_switch ,pdata 
-0x6382 027202 store 1 ,mem_connection_options 
-0x6383 027203 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6384 027204 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
-0x6385 027205 rtn 
-:      027207 host_create_conn_send_setup_complete:
-0x6386 027208 jam conn_sm_wait_setup_complete ,mem_conn_sm 
-0x6387 027209 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x6388 027210 rtn 
-:      027212 host_create_conn_wait_setup_complete:
-0x6389 027213 fetch 1 ,mem_lmp_conn_state 
-0x638a 027214 rtnbit0 received_setup_complete 
-0x638b 027215 jam conn_sm_standby ,mem_conn_sm 
-0x638c 027217 rtn 
-:      027218 host_create_conn_wait_setup_complete_rtn:
-0x638d 027219 jam conn_sm_auth_pair ,mem_conn_sm 
-0x638e 027220 rtn 
-:      027222 host_create_conn_master_detach:
-0x638f 027223 fetch 1 ,mem_soft_timer 
-0x6390 027224 increase -1 ,pdata 
-0x6391 027225 branch host_create_conn_send_detach ,blank 
-0x6392 027226 store 1 ,mem_soft_timer 
-0x6393 027227 rtn 
-:      027228 host_create_conn_send_detach:
-0x6394 027229 jam lmp_detach ,mem_lmo_opcode2 
-0x6395 027230 jam local_host ,mem_disconn_reason_send 
-0x6396 027231 jam 0 ,mem_conn_sm 
-0x6397 027232 rtn 
-:      027233 host_create_conn_auth_pair:
-0x6398 027235 fetch 1 ,mem_connection_options 
-0x6399 027236 bbit1 connection_switch ,host_create_conn_switch 
-0x639a 027237 bbit1 connection_auth ,host_create_conn_auth_pair_true 
-:      027238 host_create_conn_sm_done:
-0x639b 027239 jam conn_sm_done ,mem_conn_sm 
-0x639c 027240 rtn 
-:      027241 host_create_conn_auth_pair_true:
-0x639d 027242 fetch 1 ,mem_link_key_exists 
-0x639e 027243 branch host_create_conn_auth_pair_nokey ,blank 
-0x639f 027244 fetch 1 ,mem_lmp_conn_state 
-0x63a0 027245 rtnbit0 sent_setup_complete 
-0x63a1 027246 rtnbit0 received_setup_complete 
-0x63a2 027247 fetch 4 ,mem_aurand_send_delay_time 
-0x63a3 027248 arg 100 ,temp 
-0x63a4 027249 iadd temp ,temp 
-0x63a5 027250 copy clkn_bt ,pdata 
-0x63a6 027251 isub temp ,null 
-0x63a7 027252 nrtn positive 
-0x63a8 027253 branch host_create_conn_auth 
-:      027257 host_create_conn_auth_pair_nokey:
-0x63a9 027258 jam conn_sm_pairing ,mem_conn_sm 
-0x63aa 027259 jam 4 ,mem_pin_length 
-0x63ab 027260 setarg 0x3030 
-0x63ac 027261 store 2 ,mem_pin 
-0x63ad 027262 istore 2 ,contw 
-0x63ae 027263 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x63af 027264 branch host_create_conn_pairing 
-:      027266 host_create_conn_auth_pair_wait:
-0x63b0 027267 rtn 
-:      027268 host_create_conn_encrypt:
-0x63b1 027269 fetch 1 ,mem_connection_options 
-0x63b2 027270 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
-0x63b3 027271 jam conn_sm_done ,mem_conn_sm 
-0x63b4 027272 rtn 
-:      027274 host_create_conn_encrypt_start:
-0x63b5 027275 fetch 1 ,mem_connection_options 
-0x63b6 027276 set0 connection_encrypt ,pdata 
-0x63b7 027277 store 1 ,mem_connection_options 
-0x63b8 027278 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x63b9 027279 rtn 
-:      027281 host_create_conn_encrypt_wait:
-0x63ba 027282 fetch 1 ,mem_wait_encryption 
-0x63bb 027283 rtn blank 
-0x63bc 027284 jam conn_sm_standby ,mem_conn_sm 
-0x63bd 027285 branch host_create_conn_encrypt_start 
-:      027287 host_create_conn_encrypt_wait_clear:
-0x63be 027288 jam conn_sm_send_setup_complete ,mem_conn_sm 
-0x63bf 027289 rtn 
-:      027291 host_auth:
-0x63c0 027292 fetch 1 ,mem_op 
-0x63c1 027293 bbit1 op_inrand_req ,remote_auth 
-0x63c2 027294 call tid_initiate 
-0x63c3 027295 jam lmp_in_rand ,mem_lmo_opcode2 
-0x63c4 027296 branch cmd_exit 
-:      027297 remote_auth:
-0x63c5 027298 fetch 1 ,mem_op 
-0x63c6 027299 set0 op_inrand_req ,pdata 
-0x63c7 027300 store 1 ,mem_op 
-0x63c8 027301 call lmp_accept_inrand 
-0x63c9 027302 call tid_set_reply 
-0x63ca 027303 branch cmd_exit 
-:      027305 pincode_reinit:
-0x63cb 027306 setarg 4 
-0x63cc 027307 store 1 ,mem_pin_length 
-0x63cd 027308 setarg 0x3030 
-0x63ce 027309 istore 2 ,contw 
-0x63cf 027310 istore 2 ,contw 
-0x63d0 027311 rtn 
-:      027317 twspi_reset:
-0x63d1 027318 bpatchx patch31_4 ,mem_patch31 
-0x63d2 027319 hfetch 1 ,core_gpio_oe3 
-0x63d3 027320 arg 0x06 ,temp 
-0x63d4 027321 ior temp ,pdata 
-0x63d5 027322 hstore 1 ,core_gpio_oe3 
-0x63d6 027323 hfetch 1 ,core_gpio_out3 
-0x63d7 027324 ior temp ,pdata 
-0x63d8 027325 hstore 1 ,core_gpio_out3 
-0x63d9 027326 call twspi_disable 
-0x63da 027327 hfetch 1 ,core_gpio_out3 
-0x63db 027328 set0 1 ,pdata 
-0x63dc 027329 set0 2 ,pdata 
-0x63dd 027330 hstore 1 ,core_gpio_out3 
-0x63de 027331 nop 30 
-0x63df 027332 branch twspi_enable 
-:      027334 twspi_reset2:
-0x63e0 027335 hfetch 1 ,core_gpio_oe3 
-0x63e1 027336 arg 0xc0 ,temp 
-0x63e2 027337 ior temp ,pdata 
-0x63e3 027338 hstore 1 ,core_gpio_oe3 
-0x63e4 027339 hfetch 1 ,core_gpio_out3 
-0x63e5 027340 ior temp ,pdata 
-0x63e6 027341 hstore 1 ,core_gpio_out3 
-0x63e7 027342 call twspi_disable 
-0x63e8 027343 hfetch 1 ,core_gpio_out3 
-0x63e9 027344 set0 6 ,pdata 
-0x63ea 027345 set0 7 ,pdata 
-0x63eb 027346 hstore 1 ,core_gpio_out3 
-0x63ec 027347 nop 30 
-0x63ed 027348 branch twspi_enable2 
-:      027350 twspi_disable:
-0x63ee 027351 hfetch 1 ,core_gpio_sel1 
-0x63ef 027352 and pdata ,0xfc ,pdata 
-0x63f0 027353 hstore 1 ,core_gpio_sel1 
-0x63f1 027354 rtn 
-:      027355 twspi_enable:
-0x63f2 027356 hfetch 1 ,core_gpio_sel1 
-0x63f3 027357 or pdata ,0x01 ,pdata 
-0x63f4 027358 hstore 1 ,core_gpio_sel1 
-0x63f5 027359 rtn 
-:      027360 twspi_enable2:
-0x63f6 027361 hfetch 1 ,core_gpio_sel1 
-0x63f7 027362 or pdata ,0x03 ,pdata 
-0x63f8 027363 set0 4 ,pdata 
-0x63f9 027364 hstore 1 ,core_gpio_sel1 
-0x63fa 027365 rtn 
-:      027369 sensor_read:
-0x63fb 027370 copy pdata ,regb 
-0x63fc 027371 call spi_ncs_enable 
-0x63fd 027372 nop 100 
-0x63fe 027373 copy regb ,pdata 
-0x63ff 027374 call twspi_read 
-0x6400 027375 copy pdata ,regb 
-0x6401 027376 call spi_ncs_disable 
-0x6402 027377 nop 100 
-0x6403 027378 copy regb ,pdata 
-0x6404 027379 rtn 
-:      027381 sensor_write:
-0x6405 027382 copy pdata ,regb 
-0x6406 027383 call spi_ncs_enable 
-0x6407 027384 nop 100 
-0x6408 027385 copy regb ,pdata 
-0x6409 027386 call twspi_write 
-0x640a 027387 call spi_ncs_disable 
-0x640b 027388 nop 100 
-0x640c 027389 rtn 
-:      027392 spi_ncs_gpio_init:
-0x640d 027393 fetcht 1 ,mem_spi_ncs_gpio 
-0x640e 027394 branch gpio_config_output 
-:      027397 spi_ncs_enable:
-0x640f 027398 fetcht 1 ,mem_spi_ncs_gpio 
-0x6410 027399 branch gpio_out_active 
-:      027402 spi_ncs_disable:
-0x6411 027403 fetcht 1 ,mem_spi_ncs_gpio 
-0x6412 027404 branch gpio_out_inactive 
-:      027407 twspi_write:
-0x6413 027408 branch spid_write_reg 
-:      027410 twspi_read:
-0x6414 027411 branch spid_read_reg 
-:      027418 read_function_aes:
-0x6415 027419 nbranch read_function ,user 
-0x6416 027420 hfetch 1 ,core_gpio_key2 
-0x6417 027421 or_into 0x2 ,pdata 
-0x6418 027422 hstore 1 ,core_gpio_key2 
-:      027423 read_function:
-0x6419 027424 copy temp ,null 
-0x641a 027425 branch read_fuction_zero ,zero 
-0x641b 027426 copy regc ,pc 
-:      027427 read_fuction_zero:
-0x641c 027428 isolate0 0 ,null 
-0x641d 027429 branch set_ucode_status 
-:      027432 get_block_header:
-0x641e 027433 force 4 ,temp 
-:      027434 get_block_header0:
-0x641f 027435 arg mem_ucode_buf ,rega 
-0x6420 027436 hfetch 1 ,core_gpio_key2 
-0x6421 027437 and_into 0xfd ,pdata 
-0x6422 027438 hstore 1 ,core_gpio_key2 
-0x6423 027439 call read_function 
-0x6424 027440 arg 0x55aa ,rega 
-0x6425 027441 fetch 2 ,mem_ucode_buf 
-0x6426 027442 ifetcht 2 ,contr 
-0x6427 027443 isub rega ,null 
-0x6428 027444 rtn 
-:      027446 read_first_block:
-0x6429 027447 arg 2 ,temp 
-0x642a 027448 arg mem_ucode_ptr ,rega 
-0x642b 027449 call read_function 
-0x642c 027450 fetch 2 ,mem_ucode_ptr 
-0x642d 027451 store 2 ,mem_addr_mi 
-0x642e 027452 call get_iv ,user 
-0x642f 027453 rtn 
-:      027455 get_iv:
-0x6430 027456 arg 16 ,temp 
-0x6431 027457 arg mem_ucode_keybuf ,rega 
-0x6432 027458 hfetch 1 ,core_gpio_key2 
-0x6433 027459 and_into 0xfd ,pdata 
-0x6434 027460 hstore 1 ,core_gpio_key2 
-0x6435 027461 call read_function 
-0x6436 027462 arg mem_ucode_keybuf ,contr 
-0x6437 027463 arg 16 ,loopcnt 
-0x6438 027464 call aes_load_data 
-0x6439 027465 call aes_init 
-0x643a 027466 call aes_clear_data 
-0x643b 027467 branch do_aes_cbc 
-:      027469 load_storage:
-0x643c 027470 disable match 
-0x643d 027471 call get_block_header 
-0x643e 027472 nrtn zero 
-0x643f 027473 enable match 
-0x6440 027474 jam 0x80 ,core_ucode_ctrl 
-0x6441 027475 jam 0 ,core_ucode_hi 
-0x6442 027476 jam 0 ,core_ucode_low 
-0x6443 027477 arg core_ucode_data ,rega 
-0x6444 027478 call read_function_aes 
-0x6445 027479 jam 0x0 ,core_ucode_ctrl 
-:      027480 load_storage_loop:
-0x6446 027481 arg 6 ,temp 
-0x6447 027482 call get_block_header0 
-0x6448 027483 nrtn zero 
-0x6449 027484 ifetch 2 ,contr 
-0x644a 027485 iforce rega 
-0x644b 027486 call read_function 
-0x644c 027487 branch load_storage_loop 
-:      027491 reload_eeprom:
-0x644d 027492 call clean_mem 
-0x644e 027493 setarg 0x1000 
-0x644f 027494 store 2 ,mem_addr_mi 
-0x6450 027495 arg iicd_read_eep ,regc 
-0x6451 027496 arg 2 ,loopcnt 
-:      027497 reload_eeprom_loop:
-0x6452 027498 call get_block_header 
-0x6453 027499 nrtn zero 
-0x6454 027500 fetch 2 ,mem_addr_mi 
-0x6455 027501 byteswap pdata ,pdata 
-0x6456 027502 iadd temp ,pdata 
-0x6457 027503 byteswap pdata ,pdata 
-0x6458 027504 store 2 ,mem_addr_mi 
-0x6459 027505 loop reload_eeprom_loop 
-0x645a 027506 branch load_storage_loop 
-:      027508 loadcode:
-0x645b 027509 call clean_mem 
-0x645c 027510 disable user 
-0x645d 027511 call otp_enable_chgpump 
-0x645e 027512 setarg otp_ucode_flag 
-0x645f 027513 arg mem_otp_ucode_flag ,rega 
-0x6460 027514 arg 2 ,temp 
-0x6461 027515 call otpd_read_data 
-0x6462 027516 fetch 2 ,mem_otp_ucode_flag 
-0x6463 027517 bbit0 otp_uflag_aes ,loadcode_otp 
-0x6464 027518 jam 0x25 ,core_clkoff 
-0x6465 027519 setarg otp_ucode_aeskey 
-0x6466 027520 arg mem_ucode_keybuf ,rega 
-0x6467 027521 arg 16 ,temp 
-0x6468 027522 call otpd_read_data 
-0x6469 027523 jam lock_otp ,core_misc_ctrl 
-0x646a 027524 set1 mark_otp_encrypt ,mark 
-0x646b 027525 arg mem_ucode_keybuf ,contr 
-0x646c 027526 call load_key 
-0x646d 027527 enable user 
-:      027528 loadcode_otp:
-0x646e 027529 jam 0 ,mem_loadcode_times 
-:      027530 loadcode_otp_2:
-0x646f 027531 call loadcode_check_times 
-0x6470 027532 fetch 2 ,mem_otp_ucode_flag 
-0x6471 027533 byteswap pdata ,pdata 
-0x6472 027534 arg 0x7ff ,temp 
-0x6473 027535 iand temp ,pdata 
-0x6474 027536 branch loadcode_iic ,zero 
-0x6475 027537 call otp_set_addr 
-0x6476 027538 arg otpd_read_code ,regc 
-0x6477 027539 call get_iv ,user 
-0x6478 027540 call load_storage 
-0x6479 027541 fetch 1 ,mem_ucode_status 
-0x647a 027542 bbit0 0 ,loadcode_otp_2 
-:      027544 loadcode_iic:
-0x647b 027545 call otp_disable_chgpump 
-0x647c 027546 jam 0 ,mem_loadcode_times 
-:      027547 loadcode_iic_2:
-0x647d 027548 call loadcode_check_times 
-0x647e 027549 call clear_eeprom_size_2k 
-0x647f 027550 fetch 1 ,mem_otp_ucode_flag 
-0x6480 027551 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6481 027552 call loadcode_iic_by_eeprom 
-0x6482 027553 nbranch loadcode_iic_eeprom_2k ,match 
-0x6483 027554 fetch 1 ,mem_ucode_status 
-0x6484 027555 bbit0 0 ,loadcode_iic_2 
-0x6485 027556 branch loadcode_hci 
-:      027557 loadcode_iic_eeprom_2k:
-0x6486 027558 call set_eeprom_size_2k 
-0x6487 027559 fetch 1 ,mem_otp_ucode_flag 
-0x6488 027560 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6489 027561 call loadcode_iic_by_eeprom 
-0x648a 027562 nbranch loadcode_spi ,match 
-0x648b 027563 fetch 1 ,mem_ucode_status 
-0x648c 027564 bbit0 0 ,loadcode_iic_2 
-0x648d 027565 branch loadcode_hci 
-:      027567 loadcode_spi:
-0x648e 027568 jam 0 ,mem_loadcode_times 
-:      027569 loadcode_spi_2:
-0x648f 027570 call loadcode_check_times 
-0x6490 027571 fetch 1 ,mem_otp_ucode_flag 
-0x6491 027572 bbit1 otp_uflag_skip_flash ,loadcode_hci 
-0x6492 027573 setarg 0x0 
-0x6493 027574 store 3 ,mem_addr_hi 
-0x6494 027575 call spid_init_flash 
-0x6495 027576 arg spid_load_flash ,regc 
-0x6496 027577 call read_first_block 
-0x6497 027578 call load_storage 
-0x6498 027579 nbranch loadcode_hci ,match 
-0x6499 027580 fetch 1 ,mem_ucode_status 
-0x649a 027581 bbit0 0 ,loadcode_spi_2 
-:      027583 loadcode_hci:
-0x649b 027584 bmark1 mark_otp_encrypt ,loadcode_hci_enc 
-0x649c 027585 call clear_key_buf 
-:      027586 loadcode_hci_enc:
-0x649d 027587 fetch 1 ,mem_otp_ucode_flag 
-0x649e 027588 bbit0 otp_uflag_hci ,clear_key_buf 
-0x649f 027589 jam 0x21 ,core_clkoff 
-0x64a0 027590 call hci_init 
-:      027591 loadcode_hci_loop:
-0x64a1 027592 call hci_rx_packet 
-0x64a2 027593 branch loadcode_hci_loop 
-:      027595 clear_key_buf:
-0x64a3 027596 setarg 0 
-0x64a4 027597 store 8 ,mem_ucode_keybuf 
-0x64a5 027598 store 8 ,mem_ucode_keybuf + 8 
-0x64a6 027599 force regidx_key ,regext_index 
-0x64a7 027600 call aes_clear 
-0x64a8 027601 jam 0x21 ,core_clkoff 
-0x64a9 027602 rtn 
-:      027605 loadcode_iic_by_eeprom:
-0x64aa 027606 setarg 0x0 
-0x64ab 027607 store 2 ,mem_addr_mi 
-0x64ac 027608 arg iicd_read_eep ,regc 
-0x64ad 027609 call iicd_init_12m 
-0x64ae 027610 call read_first_block 
-0x64af 027611 branch load_storage 
-:      027614 loadcode_check_times:
-0x64b0 027615 fetch 1 ,mem_loadcode_times 
-0x64b1 027616 increase 1 ,pdata 
-0x64b2 027617 sub pdata ,3 ,null 
-0x64b3 027618 nbranch loadcode_error ,positive 
-0x64b4 027619 store 1 ,mem_loadcode_times 
-0x64b5 027620 rtn 
-:      027622 loadcode_error:
-0x64b6 027623 call clear_key_buf 
-0x64b7 027624 call ice_break 
-0x64b8 027625 rtn 
-:      027629 set_ucode_status:
-0x64b9 027630 fetch 1 ,mem_ucode_status 
-0x64ba 027631 lshift pdata ,pdata 
-0x64bb 027632 setflag true ,0 ,pdata 
-0x64bc 027633 isolate0 15 ,rega 
-0x64bd 027634 rtn true 
-0x64be 027635 store 1 ,mem_ucode_status 
-0x64bf 027636 rtn 
-:      027639 decrypt_code:
-0x64c0 027640 hfetch 1 ,core_gpio_key2 
-0x64c1 027641 rtnbit0 1 
-0x64c2 027642 branch decrypt_code_skip 
-:      027643 decrypt_code_loop:
-0x64c3 027644 hfetch 1 ,core_dma_status 
-0x64c4 027645 qisolate1 pdata 
-0x64c5 027646 rtn true 
-:      027647 decrypt_code_skip:
-0x64c6 027648 hfetch 1 ,core_misc_status 
-0x64c7 027649 bbit0 1 ,decrypt_code_loop 
-0x64c8 027650 call do_aes_cbc 
-0x64c9 027651 branch decrypt_code_loop 
-:      027655 load_ucode:
-0x64ca 027656 fetch 2 ,mem_patch_ptr 
-0x64cb 027657 rtn blank 
-0x64cc 027658 jam 0x80 ,core_ucode_ctrl 
-0x64cd 027659 jam 0 ,core_ucode_hi 
-0x64ce 027660 jam 0 ,core_ucode_low 
-0x64cf 027661 fetcht 2 ,mem_patch_len 
-0x64d0 027662 lshift2 temp ,loopcnt 
-0x64d1 027663 iforce contr 
-:      027664 load_ucode_loop:
-0x64d2 027665 ifetch 1 ,contr 
-0x64d3 027666 hstore 1 ,core_ucode_data 
-0x64d4 027667 loop load_ucode_loop 
-0x64d5 027668 jam 0x0 ,core_ucode_ctrl 
-0x64d6 027669 rtn 
-:      027674 spid_init:
-0x64d7 027675 bpatchx patch31_5 ,mem_patch31 
-0x64d8 027676 call spid_init_common 
-0x64d9 027677 branch twspi_enable 
-:      027679 spid_init2:
-0x64da 027680 call spid_init_common 
-0x64db 027681 call twspi_disable 
-0x64dc 027682 branch twspi_enable2 
-:      027684 spid_init_common:
-0x64dd 027685 fetch 1 ,mem_spi_init_clk 
-0x64de 027686 hstore 1 ,core_spid_ctrl 
-0x64df 027687 fetch 1 ,mem_spi_init_delay_time 
-0x64e0 027688 hstore 1 ,core_spid_delay 
-0x64e1 027689 setarg mem_spid_tbuf 
-0x64e2 027690 hstore 2 ,core_spid_txaddr 
-0x64e3 027691 setarg mem_spid_rbuf 
-0x64e4 027692 hstore 2 ,core_spid_rxaddr 
-0x64e5 027693 branch twspi_disable 
-:      027695 spid_reset:
-0x64e6 027696 hfetch 1 ,core_spid_ctrl 
-0x64e7 027697 set1 7 ,pdata 
-0x64e8 027698 hstore 1 ,core_spid_ctrl 
-0x64e9 027699 set0 7 ,pdata 
-0x64ea 027700 hstore 1 ,core_spid_ctrl 
-0x64eb 027701 rtn 
-:      027705 spid_write_reg:
-0x64ec 027706 set1 7 ,pdata 
-0x64ed 027707 store 2 ,mem_spid_tbuf 
-0x64ee 027708 bpatchx patch31_6 ,mem_patch31 
-0x64ef 027709 jam 2 ,core_spid_txlen 
-0x64f0 027710 jam 0 ,core_spid_rxlen 
-0x64f1 027711 jam spid_start ,core_misc_ctrl 
-0x64f2 027712 branch wait_spid_done 
-:      027715 spid_read_reg:
-0x64f3 027716 force 1 ,temp 
-:      027718 spid_read_regs:
-0x64f4 027720 store 1 ,mem_spid_tbuf 
-0x64f5 027721 bpatchx patch31_7 ,mem_patch31 
-0x64f6 027722 jam 1 ,core_spid_txlen 
-0x64f7 027723 hstoret 2 ,core_spid_rxlen 
-0x64f8 027724 jam spid_start ,core_misc_ctrl 
-0x64f9 027725 call wait_spid_done 
-0x64fa 027726 fetch 1 ,mem_spid_rbuf 
-0x64fb 027727 rtn 
-:      027729 wait_spid_done:
-0x64fc 027730 fetch 2 ,mem_afh_error_total 
-0x64fd 027731 increase 1 ,pdata 
-0x64fe 027732 store 2 ,mem_afh_error_total 
-0x64ff 027733 hfetch 1 ,core_dma_status 
-0x6500 027734 bbit0 spid_done ,wait_spid_done 
-0x6501 027735 rtn 
-:      027737 spid_init_flash:
-0x6502 027738 jam 0x40 ,core_spid_ctrl 
-0x6503 027739 jam 0x0 ,core_spid_delay 
-0x6504 027740 hfetch 1 ,core_gpio_sel1 
-0x6505 027741 set0 0 ,pdata 
-0x6506 027742 set1 1 ,pdata 
-0x6507 027743 hstore 1 ,core_gpio_sel1 
-0x6508 027744 setarg 0 
-0x6509 027745 store 4 ,mem_spid_tbuf 
-0x650a 027746 rtn 
-:      027749 spid_unlock_flash:
-0x650b 027750 setarg 0 
-0x650c 027751 hstore 2 ,core_spid_rxlen 
-0x650d 027752 setarg 1 
-0x650e 027753 hstore 2 ,core_spid_txlen 
-0x650f 027754 setarg mem_spid_tbuf 
-0x6510 027755 hstore 2 ,core_spid_txaddr 
-0x6511 027756 jam 6 ,mem_spid_tbuf 
-0x6512 027757 jam spid_start ,core_misc_ctrl 
-0x6513 027758 branch wait_spid_done 
-:      027773 flash_write:
-0x6514 027774 disable user 
-0x6515 027775 copy pdata ,regb 
-0x6516 027776 fetch 1 ,mem_spi_write_flash_sm 
-0x6517 027777 rtnne flash_sm_no_buys 
-0x6518 027778 enable user 
-0x6519 027779 copy regb ,pdata 
-0x651a 027780 branch flash_write_start 
-:      027783 flash_write_spi_sm_timer:
-0x651b 027784 fetch 1 ,mem_spi_write_flash_sm 
-0x651c 027785 beq flash_sm_start ,flash_write_start 
-0x651d 027786 beq flash_sm_erase_sector ,flash_erase_sector 
-0x651e 027787 beq flash_sm_wait_erase_sector ,flash_wait_erase_sector 
-0x651f 027788 beq flash_sm_write_data ,flash_write_data 
-0x6520 027789 beq flash_sm_wait_write_data ,flash_wait_write_data 
-0x6521 027790 rtn 
-:      027792 flash_write_start:
-0x6522 027793 store 3 ,mem_spi_write_addr 
-0x6523 027794 copy rega ,pdata 
-0x6524 027795 store 2 ,mem_spi_write_ptr 
-0x6525 027796 storet 2 ,mem_spi_write_len 
-0x6526 027797 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
-0x6527 027798 branch spid_init_flash 
-:      027799 flash_erase_sector:
-0x6528 027800 call spid_init_flash 
-0x6529 027801 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
-0x652a 027802 call spid_unlock_flash 
-0x652b 027803 arg mem_spid_tbuf ,rega 
-0x652c 027804 fetch 3 ,mem_spi_write_addr 
-0x652d 027805 jam 4 ,core_spid_txlen 
-0x652e 027806 arg flash_command_sector_erase ,temp 
-0x652f 027807 branch spid_write_flash_common 
-:      027809 flash_wait_erase_sector:
-0x6530 027810 call spid_init_flash 
-0x6531 027811 call spid_unlock_flash 
-0x6532 027812 setarg flash_read_satus 
-0x6533 027813 call spid_read_reg 
-0x6534 027814 rtnbit1 flash_status_wip 
-0x6535 027815 jam flash_sm_write_data ,mem_spi_write_flash_sm 
-0x6536 027816 rtn 
-:      027817 flash_write_data:
-0x6537 027818 call spid_init_flash 
-0x6538 027819 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
-0x6539 027820 call spid_unlock_flash 
-0x653a 027821 call flash_data_preserve 
-0x653b 027822 call spid_write_flash 
-0x653c 027823 branch flash_data_recover 
-:      027824 flash_wait_write_data:
-0x653d 027825 call spid_init_flash 
-0x653e 027826 call spid_unlock_flash 
-0x653f 027827 setarg flash_read_satus 
-0x6540 027828 call spid_read_reg 
-0x6541 027829 rtnbit1 flash_status_wip 
-0x6542 027830 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
-0x6543 027831 fetch 2 ,mem_cb_spi_flash_write_complate 
-0x6544 027832 branch callback_func 
-:      027833 flash_data_recover:
-0x6545 027834 fetch 4 ,mem_temp 
-0x6546 027835 fetcht 2 ,mem_spi_write_ptr 
-0x6547 027836 increase -4 ,temp 
-0x6548 027837 istore 4 ,temp 
-0x6549 027838 rtn 
-:      027839 flash_data_preserve:
-0x654a 027840 fetcht 2 ,mem_spi_write_ptr 
-0x654b 027841 copy temp ,rega 
-0x654c 027842 increase -4 ,temp 
-0x654d 027843 ifetch 4 ,temp 
-0x654e 027844 store 4 ,mem_temp 
-0x654f 027845 fetcht 2 ,mem_spi_write_len 
-0x6550 027846 fetch 3 ,mem_spi_write_addr 
-0x6551 027847 rtn 
-:      027851 spid_write_flash:
-0x6552 027852 increase 4 ,temp 
-0x6553 027853 hstoret 2 ,core_spid_txlen 
-0x6554 027854 arg flash_command_write_data ,temp 
-0x6555 027855 increase -4 ,rega 
-:      027856 spid_write_flash_common:
-0x6556 027858 istoret 1 ,rega 
-0x6557 027859 rshift16 pdata ,temp 
-0x6558 027860 istoret 1 ,contw 
-0x6559 027861 rshift8 pdata ,temp 
-0x655a 027862 istoret 1 ,contw 
-0x655b 027863 istore 1 ,contw 
-0x655c 027864 deposit rega 
-0x655d 027865 hstore 2 ,core_spid_txaddr 
-0x655e 027866 setarg 0 
-0x655f 027867 hstore 2 ,core_spid_rxlen 
-0x6560 027868 jam spid_start ,core_misc_ctrl 
-0x6561 027869 branch wait_spid_done 
-:      027873 spid_read_flash:
-0x6562 027874 hstoret 2 ,core_spid_rxlen 
-0x6563 027875 rshift16 pdata ,temp 
-0x6564 027876 storet 1 ,mem_addr_hi 
-0x6565 027877 rshift8 pdata ,temp 
-0x6566 027878 storet 1 ,mem_addr_mi 
-0x6567 027879 store 1 ,mem_addr_lo 
-0x6568 027880 setarg 4 
-0x6569 027881 hstore 2 ,core_spid_txlen 
-0x656a 027882 jam flash_command_read_data ,mem_spid_tbuf 
-0x656b 027883 setarg mem_spid_tbuf 
-0x656c 027884 hstore 2 ,core_spid_txaddr 
-0x656d 027885 deposit rega 
-0x656e 027886 hstore 2 ,core_spid_rxaddr 
-0x656f 027887 hfetch 1 ,core_spid_ctrl 
-0x6570 027888 isolate0 15 ,rega 
-0x6571 027889 setflag true ,6 ,pdata 
-0x6572 027890 hstore 1 ,core_spid_ctrl 
-0x6573 027891 jam spid_start ,core_misc_ctrl 
-:      027892 spi_read_flash_wait:
-0x6574 027893 hfetch 1 ,core_dma_status 
-0x6575 027894 bbit1 7 ,spi_read_flash_wait 
-0x6576 027895 arg spid_done ,queue 
-0x6577 027896 branch wait_spid_done 
-:      027900 spid_load_flash:
-0x6578 027901 hstoret 2 ,core_spid_rxlen 
-0x6579 027902 setarg 4 
-0x657a 027903 hstore 2 ,core_spid_txlen 
-0x657b 027904 jam 3 ,mem_spid_tbuf 
-0x657c 027905 setarg mem_spid_tbuf 
-0x657d 027906 hstore 2 ,core_spid_txaddr 
-0x657e 027907 deposit rega 
-0x657f 027908 hstore 2 ,core_spid_rxaddr 
-0x6580 027909 hfetch 1 ,core_spid_ctrl 
-0x6581 027910 isolate0 15 ,rega 
-0x6582 027911 setflag true ,6 ,pdata 
-0x6583 027912 hstore 1 ,core_spid_ctrl 
-0x6584 027913 jam spid_start ,core_misc_ctrl 
-:      027914 spi_load_flash_wait:
-0x6585 027915 hfetch 1 ,core_dma_status 
-0x6586 027916 bbit1 7 ,spi_load_flash_wait 
-0x6587 027917 arg spid_done ,queue 
-0x6588 027918 call decrypt_code 
-0x6589 027919 call wait_spid_done 
-0x658a 027920 isolate1 spid_crcok ,pdata 
-0x658b 027921 call set_ucode_status 
-0x658c 027922 fetch 1 ,mem_addr_hi 
-0x658d 027923 lshift16 pdata ,regb 
-0x658e 027924 fetch 1 ,mem_addr_mi 
-0x658f 027925 lshift8 pdata ,pdata 
-0x6590 027926 ior regb ,regb 
-0x6591 027927 fetch 1 ,mem_addr_lo 
-0x6592 027928 ior regb ,pdata 
-0x6593 027929 iadd temp ,pdata 
-0x6594 027930 store 1 ,mem_addr_lo 
-0x6595 027931 rshift8 pdata ,pdata 
-0x6596 027932 store 1 ,mem_addr_mi 
-0x6597 027933 rshift8 pdata ,pdata 
-0x6598 027934 store 1 ,mem_addr_hi 
-0x6599 027935 rtn 
-:      027940 soft_reset_chip:
-0x659a 027941 jam 1 ,core_reset 
-0x659b 027942 rtn 
-:      027948 iic_init_390k:
-0x659c 027949 jam 12 ,core_iicd_scl_low 
-0x659d 027950 jam 13 ,core_iicd_scl_high 
-0x659e 027951 jam 13 ,core_iicd_start_setup 
-0x659f 027952 jam 13 ,core_iicd_start_hold 
-0x65a0 027953 jam 13 ,core_iicd_stop_setup 
-0x65a1 027954 jam 12 ,core_iicd_data_setup 
-0x65a2 027955 branch iicd_init_gpio 
-:      027958 iicd_init_12m:
-0x65a3 027959 jam 5 ,core_iicd_scl_low 
-0x65a4 027960 jam 7 ,core_iicd_scl_high 
-0x65a5 027961 jam 7 ,core_iicd_start_setup 
-0x65a6 027962 jam 7 ,core_iicd_start_hold 
-0x65a7 027963 jam 7 ,core_iicd_stop_setup 
-0x65a8 027964 jam 5 ,core_iicd_data_setup 
-:      027965 iicd_init_gpio:
-0x65a9 027966 hfetch 1 ,core_gpio_pu3 
-0x65aa 027967 or_into 0xc0 ,pdata 
-0x65ab 027968 hstore 1 ,core_gpio_pu3 
-0x65ac 027969 hfetch 1 ,core_gpio_sel1 
-0x65ad 027970 or_into 0x10 ,pdata 
-0x65ae 027971 hstore 1 ,core_gpio_sel1 
-0x65af 027972 rtn 
-:      027976 wait_iicd_done:
-0x65b0 027977 hfetch 1 ,core_dma_status 
-0x65b1 027978 bbit0 iicd_done ,wait_iicd_done 
-0x65b2 027979 rtn 
-:      027987 iicd_read_data:
-0x65b3 027988 hstore 2 ,core_iicd_txlen 
-0x65b4 027989 deposit rega 
-0x65b5 027990 hstore 2 ,core_iicd_txaddr 
-0x65b6 027991 deposit regb 
-0x65b7 027992 hstore 2 ,core_iicd_rxaddr 
-0x65b8 027993 deposit temp 
-0x65b9 027994 hstore 2 ,core_iicd_rxlen 
-0x65ba 027995 arg 1 ,temp 
-0x65bb 027996 nsetflag blank ,1 ,temp 
-0x65bc 027997 hstore 1 ,core_iicd_ctrl 
-0x65bd 027998 jam iicd_start ,core_misc_ctrl 
-0x65be 027999 branch wait_iicd_done 
-:      028002 set_eeprom_size_2k:
-0x65bf 028003 set1 mark_eeprom_size ,mark 
-0x65c0 028004 jam 0x08 ,mem_eeprom_block_size 
-0x65c1 028005 rtn 
-:      028007 clear_eeprom_size_2k:
-0x65c2 028008 set0 mark_eeprom_size ,mark 
-0x65c3 028009 jam 0x20 ,mem_eeprom_block_size 
-0x65c4 028010 rtn 
-:      028013 iicd_read_eep_data_size_2k:
-0x65c5 028014 fetch 1 ,mem_eeprom_base 
-0x65c6 028015 iadd regb ,pdata 
-0x65c7 028016 store 1 ,mem_addr_mi 
-0x65c8 028017 branch iicd_read_eep_size_2k 
-:      028019 iicd_read_eep_size_2k_lcadcode:
-0x65c9 028020 fetch 2 ,mem_addr_mi 
-0x65ca 028021 byteswap pdata ,pdata 
-0x65cb 028022 store 1 ,mem_addr_mi 
-:      028027 iicd_read_eep_size_2k:
-0x65cc 028028 setarg 3 
-0x65cd 028029 hstore 2 ,core_iicd_txlen 
-0x65ce 028030 jam 0xa0 ,mem_iicd_tbuf 
-0x65cf 028031 jam 0xa1 ,mem_iicd_tbuf + 2 
-0x65d0 028032 branch iicd_read_eep_common 
-:      028038 iicd_write_protect_eep_data:
-0x65d1 028039 storet 2 ,mem_temp 
-0x65d2 028040 call iicd_eeprom_write_enable 
-0x65d3 028041 fetcht 2 ,mem_temp 
-0x65d4 028042 call iicd_write_eep_data 
-0x65d5 028043 branch iicd_eeprom_write_disable 
-:      028045 iicd_eeprom_write_enable:
-0x65d6 028046 fetch 1 ,mem_eeprom_wp_gpio 
-0x65d7 028047 rtneq gpio_disable 
-0x65d8 028048 bbit0 6 ,iicd_wp_gpio_output_low 
-0x65d9 028049 setarg 150000 
-0x65da 028050 call sleep 
-:      028051 iicd_wp_gpio_output_low:
-0x65db 028052 fetcht 1 ,mem_eeprom_wp_gpio 
-0x65dc 028053 branch gpio_out_active 
-:      028055 iicd_eeprom_write_disable:
-0x65dd 028056 fetcht 1 ,mem_eeprom_wp_gpio 
-0x65de 028057 branch gpio_out_inactive 
-:      028062 iicd_read_eep_data:
-0x65df 028063 bpatchx patch32_0 ,mem_patch32 
-0x65e0 028064 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
-0x65e1 028065 fetch 2 ,mem_eeprom_base 
-0x65e2 028066 iadd regb ,pdata 
-0x65e3 028067 byteswap pdata ,pdata 
-0x65e4 028068 store 2 ,mem_addr_mi 
-:      028071 iicd_read_eep:
-0x65e5 028072 bpatchx patch32_1 ,mem_patch32 
-0x65e6 028073 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
-0x65e7 028074 setarg 4 
-0x65e8 028075 hstore 2 ,core_iicd_txlen 
-0x65e9 028076 jam 0xa0 ,mem_iicd_tbuf 
-0x65ea 028077 jam 0xa1 ,mem_iicd_tbuf + 3 
-:      028078 iicd_read_eep_common:
-0x65eb 028079 setarg mem_iicd_tbuf 
-0x65ec 028080 hstore 2 ,core_iicd_txaddr 
-0x65ed 028081 hstoret 2 ,core_iicd_rxlen 
-0x65ee 028082 deposit rega 
-0x65ef 028083 hstore 2 ,core_iicd_rxaddr 
-0x65f0 028084 setarg 2 
-0x65f1 028085 isolate0 15 ,rega 
-0x65f2 028086 setflag true ,0 ,pdata 
-0x65f3 028087 hstore 1 ,core_iicd_ctrl 
-0x65f4 028088 jam iicd_start ,core_misc_ctrl 
-0x65f5 028089 arg iicd_done ,queue 
-0x65f6 028090 call decrypt_code 
-0x65f7 028091 call wait_iicd_done 
-0x65f8 028092 isolate1 iicd_crcok ,pdata 
-0x65f9 028093 call set_ucode_status 
-0x65fa 028094 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
-0x65fb 028095 fetch 2 ,mem_addr_mi 
-0x65fc 028096 byteswap pdata ,pdata 
-0x65fd 028097 iadd temp ,pdata 
-0x65fe 028098 byteswap pdata ,pdata 
-0x65ff 028099 store 2 ,mem_addr_mi 
-0x6600 028100 rtn 
-:      028102 iicd_read_eep_load_code_size_2k:
-0x6601 028103 fetch 1 ,mem_addr_mi 
-0x6602 028104 iadd temp ,pdata 
-0x6603 028105 byteswap pdata ,pdata 
-0x6604 028106 store 2 ,mem_addr_mi 
-0x6605 028107 rtn 
-:      028113 iicd_write_eep_data:
-0x6606 028114 fetch 2 ,mem_eeprom_base 
-0x6607 028115 iadd regb ,pdata 
-:      028118 iicd_write_ota_data:
-0x6608 028119 store 2 ,mem_pdatatemp 
-0x6609 028120 bpatchx patch32_2 ,mem_patch32 
-0x660a 028121 storet 2 ,mem_temp 
-0x660b 028122 copy rega ,pdata 
-0x660c 028123 store 2 ,mem_contr 
-:      028124 iicd_write_eep_loop:
-0x660d 028125 call iicd_eep_transparency 
-0x660e 028127 fetcht 2 ,mem_regb 
-0x660f 028128 fetch 2 ,mem_contr 
-0x6610 028129 copy pdata ,rega 
-0x6611 028130 fetch 2 ,mem_pdatatemp 
-0x6612 028132 call iicd_write_eep 
-0x6613 028134 fetch 2 ,mem_regb 
-0x6614 028135 fetcht 2 ,mem_contr 
-0x6615 028136 iadd temp ,temp 
-0x6616 028137 storet 2 ,mem_contr 
-0x6617 028138 fetcht 2 ,mem_pdatatemp 
-0x6618 028139 iadd temp ,temp 
-0x6619 028140 storet 2 ,mem_pdatatemp 
-0x661a 028141 fetch 2 ,mem_temp 
-0x661b 028142 nbranch iicd_write_eep_loop ,blank 
-0x661c 028143 rtn 
-:      028151 iicd_eep_transparency:
-0x661d 028152 bpatchx patch32_3 ,mem_patch32 
-0x661e 028153 fetch 1 ,mem_eeprom_block_size 
-0x661f 028154 increase -1 ,pdata 
-0x6620 028155 fetcht 2 ,mem_pdatatemp 
-0x6621 028156 ior temp ,pdata 
-0x6622 028157 increase 1 ,pdata 
-0x6623 028158 store 3 ,mem_regc 
-0x6624 028160 fetch 2 ,mem_temp 
-0x6625 028161 iadd temp ,pdata 
-0x6626 028163 fetcht 3 ,mem_regc 
-0x6627 028164 isub temp ,pdata 
-0x6628 028165 nbranch iicd_eep_deal_short_packet ,positive 
-0x6629 028166 store 2 ,mem_temp 
-0x662a 028167 fetch 3 ,mem_regc 
-0x662b 028168 fetcht 2 ,mem_pdatatemp 
-0x662c 028169 isub temp ,pdata 
-0x662d 028170 store 2 ,mem_regb 
-0x662e 028171 rtn 
-:      028172 iicd_eep_deal_short_packet:
-0x662f 028173 fetch 2 ,mem_temp 
-0x6630 028174 store 2 ,mem_regb 
-0x6631 028175 setarg 0 
-0x6632 028176 store 2 ,mem_temp 
-0x6633 028177 rtn 
-:      028179 iicd_write_eep_size_2k:
-0x6634 028180 increase 2 ,temp 
-0x6635 028181 hstoret 2 ,core_iicd_txlen 
-0x6636 028182 increase -2 ,rega 
-0x6637 028183 ifetcht 3 ,rega 
-0x6638 028184 copy temp ,regb 
-0x6639 028185 arg 0xa0 ,temp 
-0x663a 028186 istoret 1 ,rega 
-0x663b 028188 istore 1 ,contw 
-0x663c 028189 branch iicd_write_eep_common 
-:      028192 iicd_write_eep:
-0x663d 028193 copy pdata ,regb 
-0x663e 028194 bpatchx patch32_4 ,mem_patch32 
-0x663f 028195 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
-0x6640 028196 copy regb ,pdata 
-0x6641 028197 increase 3 ,temp 
-0x6642 028198 hstoret 2 ,core_iicd_txlen 
-0x6643 028199 increase -3 ,rega 
-0x6644 028200 ifetcht 3 ,rega 
-0x6645 028201 copy temp ,regb 
-0x6646 028202 arg 0xa0 ,temp 
-0x6647 028203 istoret 1 ,rega 
-0x6648 028204 byteswap pdata ,pdata 
-0x6649 028205 istore 2 ,contw 
-:      028206 iicd_write_eep_common:
-0x664a 028207 deposit rega 
-0x664b 028208 hstore 2 ,core_iicd_txaddr 
-0x664c 028209 setarg 0 
-0x664d 028210 hstore 2 ,core_iicd_rxlen 
-0x664e 028211 jam 1 ,core_iicd_ctrl 
-0x664f 028212 jam iicd_start ,core_misc_ctrl 
-0x6650 028213 call wait_iicd_done 
-0x6651 028214 copy regb ,pdata 
-0x6652 028215 istore 3 ,rega 
-:      028217 iic_check_eeprom_standby:
-0x6653 028218 bpatchx patch32_5 ,mem_patch32 
-0x6654 028219 jam 0 ,mem_iicd_tbuf + 3 
-:      028220 iic_check_eeprom_standby_wait:
-0x6655 028221 setarg 1 
-0x6656 028222 hstore 2 ,core_iicd_txlen 
-0x6657 028223 jam 0xa0 ,mem_iicd_tbuf 
-0x6658 028224 setarg mem_iicd_tbuf 
-0x6659 028225 hstore 2 ,core_iicd_txaddr 
-0x665a 028226 setarg 0 
-0x665b 028227 hstore 2 ,core_iicd_rxlen 
-0x665c 028228 hstore 2 ,core_iicd_rxaddr 
-0x665d 028229 setarg 3 
-0x665e 028230 hstore 1 ,core_iicd_ctrl 
-0x665f 028231 jam iicd_start ,core_misc_ctrl 
-0x6660 028232 call wait_iicd_done 
-0x6661 028233 hfetch 1 ,core_dma_status 
-0x6662 028234 rtnbit0 iicd_ack 
-0x6663 028235 nop 1500 
-0x6664 028236 fetch 1 ,mem_iicd_tbuf + 3 
-0x6665 028237 increase 1 ,pdata 
-0x6666 028238 store 1 ,mem_iicd_tbuf + 3 
-0x6667 028239 sub pdata ,40 ,null 
-0x6668 028240 nrtn positive 
-0x6669 028241 branch iic_check_eeprom_standby_wait 
-:      028245 otp_enable_chgpump:
-0x666a 028246 jam 0x70 ,rfen_chgpump 
-0x666b 028247 nop param_chgpump_delay 
-0x666c 028248 rtn 
-:      028250 otp_disable_chgpump:
-0x666d 028251 jam 0x30 ,rfen_chgpump 
-0x666e 028252 rtn 
-:      028254 otp_set_addr:
-0x666f 028255 lshift3 pdata ,pdata 
-0x6670 028256 hstore 2 ,core_otp_addr 
-0x6671 028257 jam 0 ,core_otpd_ctrl 
-0x6672 028258 rtn 
-:      028261 otp_write:
-0x6673 028262 call otp_set_addr 
-0x6674 028263 call otp_ce 
-:      028264 otp_program:
-0x6675 028265 ifetcht 1 ,rega 
-0x6676 028266 increase 1 ,rega 
-0x6677 028267 force 0 ,queue 
-:      028268 otp_program_bit:
-0x6678 028269 qisolate0 temp 
-0x6679 028270 branch otp_skip_0 ,true 
-0x667a 028271 hfetch 1 ,core_otp_din 
-0x667b 028272 set1 6 ,pdata 
-0x667c 028273 set1 7 ,pdata 
-0x667d 028274 hstore 1 ,core_otp_din 
-0x667e 028275 jam 0x02 ,core_otp_ctrl 
-0x667f 028276 jam 0x82 ,core_otp_ctrl 
-0x6680 028277 set0 7 ,pdata 
-0x6681 028278 hstore 1 ,core_otp_din 
-0x6682 028279 jam 0x8a ,core_otp_ctrl 
-0x6683 028280 nop 11 
-0x6684 028281 jam 0xca ,core_otp_ctrl 
-0x6685 028282 nop 33 
-0x6686 028283 jam 0x4a ,core_otp_ctrl 
-0x6687 028284 nop 44 
-0x6688 028285 jam 0xca ,core_otp_ctrl 
-0x6689 028286 nop 22 
-0x668a 028287 jam 0x8a ,core_otp_ctrl 
-0x668b 028288 nop 33 
-0x668c 028289 jam 0x82 ,core_otp_ctrl 
-0x668d 028290 nop 1 
-0x668e 028291 jam 0x92 ,core_otp_ctrl 
-0x668f 028292 nop 10 
-0x6690 028293 jam 0xb2 ,core_otp_ctrl 
-0x6691 028294 hfetch 1 ,core_otp_rdata 
-0x6692 028295 jam 0x92 ,core_otp_ctrl 
-0x6693 028296 nop 1 
-0x6694 028297 jam 0x82 ,core_otp_ctrl 
-0x6695 028298 qisolate0 pdata 
-0x6696 028299 branch otp_program_bit ,true 
-:      028300 otp_skip_0:
-0x6697 028301 hfetch 2 ,core_otp_addr 
-0x6698 028302 increase 1 ,pdata 
-0x6699 028303 hstore 2 ,core_otp_addr 
-0x669a 028304 increase 1 ,queue 
-0x669b 028305 compare 8 ,queue ,0xf 
-0x669c 028306 nbranch otp_program_bit ,true 
-0x669d 028307 loop otp_program 
-0x669e 028308 jam 0x83 ,core_otp_ctrl 
-0x669f 028309 rtn 
-:      028311 otp_ce:
-0x66a0 028312 jam 0x82 ,core_otp_ctrl 
-0x66a1 028313 nop 12 
-0x66a2 028314 jam 0x80 ,core_otp_ctrl 
-0x66a3 028315 jam 0x82 ,core_otp_ctrl 
-0x66a4 028316 nop 150 
-0x66a5 028317 rtn 
-:      028320 otpd_read_init:
-0x66a6 028321 call otp_ce 
-0x66a7 028322 jam 0xa2 ,core_otp_ctrl 
-0x66a8 028323 deposit rega 
-0x66a9 028324 hstore 2 ,core_otpd_addr 
-0x66aa 028325 set1 11 ,temp 
-0x66ab 028326 isolate0 15 ,pdata 
-0x66ac 028327 setflag true ,15 ,temp 
-0x66ad 028328 hstoret 2 ,core_otpd_len 
-0x66ae 028329 jam otpd_start ,core_misc_ctrl 
-0x66af 028330 rtn 
-:      028332 otpd_wait_end:
-0x66b0 028333 hfetch 1 ,core_dma_status 
-0x66b1 028334 bbit0 otpd_done ,otpd_wait_end 
-0x66b2 028335 rtn 
-:      028338 otpd_read_data:
-0x66b3 028339 call otp_set_addr 
-0x66b4 028340 call otpd_read_init 
-0x66b5 028341 call otpd_wait_end 
-0x66b6 028342 jam 0x83 ,core_otp_ctrl 
-0x66b7 028343 rtn 
-:      028348 otpd_read_code:
-0x66b8 028349 hfetch 2 ,core_current_otp_addr 
-0x66b9 028350 hstore 2 ,core_otp_addr 
-0x66ba 028351 call otpd_read_init 
-0x66bb 028352 arg otpd_done ,queue 
-0x66bc 028353 call decrypt_code 
-0x66bd 028354 call otpd_wait_end 
-0x66be 028355 isolate1 otpd_crcok ,pdata 
-0x66bf 028356 call set_ucode_status 
-0x66c0 028357 jam 0x83 ,core_otp_ctrl 
-0x66c1 028358 rtn 
-:      028361 uartd_prepare_tx:
-0x66c2 028362 hfetch 2 ,core_uart_twptr 
-0x66c3 028363 iforce contwu 
-0x66c4 028364 rtn 
-:      028366 uartd_send:
-0x66c5 028367 deposit contwu 
-0x66c6 028368 hstore 2 ,core_uart_twptr 
-0x66c7 028369 rtn 
-:      028371 uartd_rxdone:
-0x66c8 028372 deposit contru 
-0x66c9 028373 hstore 2 ,core_uart_rrptr 
-0x66ca 028374 rtn 
-:      028376 uartd_prepare_rx:
-0x66cb 028377 hfetch 2 ,core_uart_rrptr 
-0x66cc 028378 copy pdata ,contru 
-0x66cd 028379 rtn 
-:      028381 uart_set_baud_by_mem:
-0x66ce 028382 fetch uart_baud_len ,mem_baud 
-0x66cf 028383 hstore uart_baud_len ,core_uart_baud 
-0x66d0 028384 rtn 
-:      028386 uart_copy_tx_bytes_fast:
-0x66d1 028387 deposit loopcnt 
-0x66d2 028388 rtn blank 
-:      028389 uart_copy_tx_bytes_fast_loop:
-0x66d3 028390 increase -8 ,loopcnt 
-0x66d4 028391 call uart_tx_8_bytes ,positive 
-0x66d5 028392 rtn zero 
-0x66d6 028393 branch uart_copy_tx_bytes_fast_loop ,positive 
-0x66d7 028394 increase 8 ,loopcnt 
-:      028395 uart_copy_tx_bytes_fast_loop_four:
-0x66d8 028396 increase -4 ,loopcnt 
-0x66d9 028397 call uart_tx_4_bytes ,positive 
-0x66da 028398 rtn zero 
-0x66db 028399 branch uart_copy_tx_bytes_fast_loop_four ,positive 
-0x66dc 028400 increase 4 ,loopcnt 
-0x66dd 028401 branch uart_copy_tx_bytes 
-:      028403 uart_tx_8_bytes:
-0x66de 028404 ifetch 8 ,contr 
-0x66df 028405 istore 8 ,contwu 
-0x66e0 028406 rtn 
-:      028408 uart_tx_4_bytes:
-0x66e1 028409 ifetch 4 ,contr 
-0x66e2 028410 istore 4 ,contwu 
-0x66e3 028411 rtn 
-:      028413 uart_copy_tx_bytes:
-0x66e4 028414 deposit loopcnt 
-0x66e5 028415 rtn blank 
-:      028416 uart_copy_tx_bytes_loop:
-0x66e6 028417 ifetch 1 ,contr 
-0x66e7 028418 istore 1 ,contwu 
-0x66e8 028419 loop uart_copy_tx_bytes_loop 
-0x66e9 028420 rtn 
-:      028422 uart_copy_rx_bytes_fast:
-0x66ea 028423 deposit loopcnt 
-0x66eb 028424 rtn blank 
-:      028425 uart_copy_rx_bytes_fast_loop:
-0x66ec 028426 increase -8 ,loopcnt 
-0x66ed 028427 call uart_rx_8_bytes ,positive 
-0x66ee 028428 rtn zero 
-0x66ef 028429 branch uart_copy_rx_bytes_fast_loop ,positive 
-0x66f0 028430 increase 8 ,loopcnt 
-:      028431 uart_copy_rx_bytes_fast_loop_four:
-0x66f1 028432 increase -4 ,loopcnt 
-0x66f2 028433 call uart_rx_4_bytes ,positive 
-0x66f3 028434 rtn zero 
-0x66f4 028435 branch uart_copy_rx_bytes_fast_loop_four ,positive 
-0x66f5 028436 increase 4 ,loopcnt 
-0x66f6 028437 branch uart_copy_rx_bytes 
-:      028439 uart_rx_8_bytes:
-0x66f7 028440 ifetch 8 ,contru 
-0x66f8 028441 istore 8 ,contw 
-0x66f9 028442 rtn 
-:      028444 uart_rx_4_bytes:
-0x66fa 028445 ifetch 4 ,contru 
-0x66fb 028446 istore 4 ,contw 
-0x66fc 028447 rtn 
-:      028450 uart_copy_rx_bytes:
-0x66fd 028451 deposit loopcnt 
-0x66fe 028452 rtn blank 
-:      028453 uart_copy_rx_bytes_loop:
-0x66ff 028454 ifetch 1 ,contru 
-0x6700 028455 istore 1 ,contw 
-0x6701 028456 loop uart_copy_rx_bytes_loop 
-0x6702 028457 rtn 
-:      028460 uart_copy_rx2tx:
-0x6703 028461 deposit loopcnt 
-0x6704 028462 rtn blank 
-:      028463 uart_copy_rx2tx_loop:
-0x6705 028464 ifetch 1 ,contru 
-0x6706 028465 istore 1 ,contwu 
-0x6707 028466 loop uart_copy_rx2tx_loop 
-0x6708 028467 rtn 
-:      028472 app_store_nvram_event:
-0x6709 028473 jam bt_evt_store_nvram ,mem_fifo_temp 
-0x670a 028474 branch ui_ipc_send_event 
-:      028476 check_51cmd_store_reconn_info:
-:      028477 check_51cmd_update_device_record:
-0x670b 028478 bpatchx patch32_6 ,mem_patch32 
-0x670c 028479 fetch 1 ,mem_nv_data_number 
-0x670d 028480 rtn blank 
-0x670e 028481 call check_nvram 
-0x670f 028482 call init_device_list ,zero 
-0x6710 028483 call nvram_find_addr_from_bd_list 
-:      028484 write_device_record:
-0x6711 028485 fetch 1 ,mem_nv_data_number 
-0x6712 028486 icopy regc 
-0x6713 028487 fetcht 2 ,mem_nv_data_ptr 
-0x6714 028488 storet 2 ,mem_list_item_ptr 
-:      028489 write_device_loop_find:
-0x6715 028490 copy regc ,pdata 
-0x6716 028491 branch app_store_nvram_event ,blank 
-0x6717 028492 increase -1 ,regc 
-0x6718 028493 copy temp ,rega 
-0x6719 028494 ifetch 1 ,rega 
-0x671a 028495 fetcht 1 ,mem_select_list_item 
-0x671b 028496 isub temp ,null 
-0x671c 028497 call set_index_finded_device ,zero 
-0x671d 028498 branch write_device_loop_find0 ,positive 
-0x671e 028499 ifetch 1 ,rega 
-0x671f 028500 increase 1 ,pdata 
-0x6720 028501 istore 1 ,rega 
-:      028502 write_device_loop_find0:
-0x6721 028503 fetcht 2 ,mem_list_item_ptr 
-0x6722 028504 increase nv_data_len ,temp 
-0x6723 028505 storet 2 ,mem_list_item_ptr 
-0x6724 028506 branch write_device_loop_find 
-:      028508 set_index_finded_device:
-0x6725 028509 setarg 0 
-0x6726 028510 istore 1 ,rega 
-0x6727 028511 fetch 1 ,mem_temp_reconn_record 
-0x6728 028512 istore 1 ,contw 
-0x6729 028513 bne rec_3_mode ,set_index_finded_device_ble_mode 
-0x672a 028514 arg mem_link_key ,regb 
-:      028515 set_index_find_device_master_addr:
-0x672b 028516 ifetch 6 ,contr 
-0x672c 028517 istore 8 ,contw 
-0x672d 028518 setarg 0 
-0x672e 028519 istore 8 ,contw 
-0x672f 028520 copy regb ,contr 
-:      028521 store_rec_data_common:
-0x6730 028522 call memcpy16 
-0x6731 028523 force 1 ,null 
-0x6732 028524 rtn 
-:      028526 set_index_finded_device_ble_mode:
-0x6733 028527 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
-0x6734 028528 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
-0x6735 028529 arg mem_le_ltk ,regb 
-0x6736 028530 branch set_index_find_device_master_addr 
-:      028532 set_index_finded_device_irk:
-0x6737 028533 arg mem_le_irk ,contr 
-0x6738 028534 call memcpy16 
-:      028535 store_ble_rec_data_common:
-0x6739 028536 arg mem_le_ltk ,contr 
-0x673a 028537 branch store_rec_data_common 
-:      028539 set_index_finded_device_ediv:
-0x673b 028540 arg mem_le_rand ,contr 
-0x673c 028541 call memcpy16 
-0x673d 028542 branch store_ble_rec_data_common 
-:      028545 nvram_find_addr_from_bd_list:
-0x673e 028546 call disable_user 
-0x673f 028547 fetch 1 ,mem_nv_data_number 
-0x6740 028548 rtn blank 
-0x6741 028549 fetch 2 ,mem_ui_state_map 
-0x6742 028550 bbit1 ui_state_bt_connected ,find_addr_from_bd_list_spp_mode 
-:      028551 find_addr_from_bd_list_ble_mode:
-0x6743 028552 bpatchx patch32_7 ,mem_patch32 
-0x6744 028553 fetch 1 ,mem_le_conn_peer_addr_type 
-0x6745 028554 beq master_public_addr ,find_addr_from_bd_list_static_addr 
-0x6746 028555 fetch 1 ,mem_le_plap + 5 
-0x6747 028556 compare 0xc0 ,pdata ,0xc0 
-0x6748 028557 branch find_addr_from_bd_list_static_addr ,true 
-0x6749 028558 compare 0x40 ,pdata ,0xc0 
-0x674a 028559 branch find_addr_from_bd_list_random_addr ,true 
-0x674b 028560 compare 0x00 ,pdata ,0xc0 
-0x674c 028561 branch find_addr_from_bd_list_random_non_resolvable_private_address ,true 
-:      028562 find_addr_from_bd_list_static_addr:
-0x674d 028563 jam rec_4_mode_static_address ,mem_temp_reconn_record 
-0x674e 028564 fetch 6 ,mem_le_plap 
-0x674f 028565 branch find_addr_from_bd_list_common 
-:      028567 find_addr_from_bd_list_random_non_resolvable_private_address:
-0x6750 028568 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
-0x6751 028569 branch find_addr_from_bd_list_common 
-:      028572 find_addr_from_bd_list_random_addr:
-0x6752 028573 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
-0x6753 028574 branch find_addr_from_bd_list_common 
-:      028577 find_addr_from_bd_list_spp_mode:
-0x6754 028578 bpatchx patch33_0 ,mem_patch33 
-0x6755 028579 jam rec_3_mode ,mem_temp_reconn_record 
-0x6756 028580 fetch 6 ,mem_plap 
-:      028581 find_addr_from_bd_list_common:
-0x6757 028582 store 6 ,mem_temp_reconn_record + 1 
-0x6758 028583 fetch 2 ,mem_nv_data_ptr 
-0x6759 028584 ifetcht 1 ,pdata 
-0x675a 028585 pincrease 1 
-0x675b 028586 store 2 ,mem_list_item_ptr 
-0x675c 028587 storet 1 ,mem_select_list_item 
-0x675d 028588 fetch 1 ,mem_nv_data_number 
-0x675e 028589 icopy regc 
-:      028590 nvram_find_addr_from_list:
-0x675f 028591 fetch 2 ,mem_list_item_ptr 
-0x6760 028592 copy pdata ,rega 
-0x6761 028593 call nvram_find_addr_from_list_compare 
-0x6762 028594 rtn user 
-0x6763 028595 fetcht 2 ,mem_list_item_ptr 
-0x6764 028596 increase nv_data_len ,temp 
-0x6765 028597 storet 2 ,mem_list_item_ptr 
-0x6766 028598 increase -1 ,temp 
-0x6767 028599 ifetch 1 ,temp 
-0x6768 028600 store 1 ,mem_select_list_item 
-0x6769 028601 increase -1 ,regc 
-0x676a 028602 nbranch nvram_find_addr_from_list ,zero 
-0x676b 028603 fetch 1 ,mem_nv_data_number 
-0x676c 028604 pincrease decreased_one 
-0x676d 028605 store 1 ,mem_select_list_item 
-0x676e 028606 rtn 
-:      028607 nvram_find_addr_from_list_compare:
-0x676f 028608 fetch 1 ,mem_temp_reconn_record 
-0x6770 028609 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
-:      028610 find_master_addr_from_list_compare:
-0x6771 028611 arg mem_temp_reconn_record ,regb 
-0x6772 028612 arg 7 ,loopcnt 
-0x6773 028613 call string_compare 
-0x6774 028614 branch enable_user ,zero 
-0x6775 028615 rtn 
-:      028617 find_addr_from_list_compare_ble_mode:
-0x6776 028618 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
-0x6777 028619 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
-0x6778 028620 branch find_master_addr_from_list_compare 
-:      028622 find_irk_form_list_compare:
-0x6779 028623 ifetcht 1 ,rega 
-0x677a 028624 isub temp ,null 
-0x677b 028625 nrtn zero 
-0x677c 028626 arg mem_le_prand ,contw 
-0x677d 028627 arg 16 ,loopcnt 
-0x677e 028628 call clear_mem 
-0x677f 028629 fetch 3 ,mem_le_plap + 3 
-0x6780 028630 store 3 ,mem_le_prand 
-0x6781 028631 call genernate_master_macaddress 
-0x6782 028632 fetch 2 ,mem_le_aes_128 + 13 
-0x6783 028633 byteswap pdata ,pdata 
-0x6784 028634 lshift8 pdata ,temp 
-0x6785 028635 ifetch 1 ,contr 
-0x6786 028636 iadd temp ,pdata 
-0x6787 028637 fetcht 3 ,mem_le_plap 
-0x6788 028638 isub temp ,null 
-0x6789 028639 branch enable_user ,zero 
-0x678a 028640 rtn 
-:      028643 genernate_master_macaddress:
-0x678b 028644 arg mem_le_prand ,contr 
-0x678c 028645 call load_data128 
-0x678d 028647 ifetch 1 ,rega 
-0x678e 028648 call load_regext 
-0x678f 028649 force 0x38 ,aes_ctrl 
-0x6790 028650 force 0x0 ,aes_ctrl 
-0x6791 028651 call wait_aes 
-0x6792 028652 arg mem_le_aes_128 ,contw 
-0x6793 028653 branch store_aes_result 
-:      028655 find_ediv_form_list_compare:
-0x6794 028656 ifetcht 1 ,rega 
-0x6795 028657 isub temp ,null 
-0x6796 028658 nrtn zero 
-0x6797 028659 copy contr ,rega 
-0x6798 028660 add contr ,8 ,regc 
-0x6799 028661 arg mem_le_rand ,regb 
-0x679a 028662 arg 8 ,loopcnt 
-0x679b 028663 call string_compare 
-0x679c 028664 branch enable_user ,zero 
-0x679d 028665 copy regc ,rega 
-0x679e 028666 arg mem_le_irk ,regb 
-0x679f 028667 arg 8 ,loopcnt 
-0x67a0 028668 call string_compare 
-0x67a1 028669 branch enable_user ,zero 
-0x67a2 028670 rtn 
-:      028672 check_nvram:
-0x67a3 028673 fetch 2 ,mem_nv_data_ptr 
-0x67a4 028674 ifetcht 1 ,pdata 
-0x67a5 028675 pincrease nv_data_len 
-0x67a6 028676 ifetch 1 ,pdata 
-0x67a7 028677 isub temp ,null 
-0x67a8 028678 rtn 
-:      028680 init_device_list:
-0x67a9 028681 fetch 1 ,mem_nv_data_number 
-0x67aa 028682 icopy loopcnt 
-0x67ab 028683 fetcht 2 ,mem_nv_data_ptr 
-0x67ac 028684 setarg 0 
-:      028685 init_device_list_loop:
-0x67ad 028686 istore 1 ,temp 
-0x67ae 028687 increase nv_data_len ,temp 
-0x67af 028688 pincrease 1 
-0x67b0 028689 loop init_device_list_loop 
-0x67b1 028690 rtn 
-:      028692 load_device_list:
-0x67b2 028693 bpatchx patch33_1 ,mem_patch33 
-0x67b3 028694 call nvram_find_addr_from_bd_list 
-0x67b4 028695 fetch 1 ,mem_state 
-0x67b5 028696 setflag user ,state_combkey ,pdata 
-0x67b6 028697 store 1 ,mem_state 
-0x67b7 028698 nbranch clear_key_exists ,user 
-0x67b8 028699 add rega ,10 ,contr 
-0x67b9 028701 arg mem_link_key ,contw 
-0x67ba 028702 call memcpy16 
-0x67bb 028703 branch check_link_key_load 
-:      028704 clear_key_exists:
-0x67bc 028705 jam 0 ,mem_link_key_exists 
-0x67bd 028706 rtn 
-:      028708 load_device_list_mode_4:
-0x67be 028709 fetch 9 ,mem_le_ediv 
-0x67bf 028710 branch clear_ltk_exists ,blank 
-0x67c0 028711 call nvram_find_addr_from_bd_list 
-0x67c1 028712 nbranch clear_ltk_exists ,user 
-0x67c2 028713 fetch 2 ,mem_list_item_ptr 
-0x67c3 028714 add pdata ,1 ,contr 
-0x67c4 028715 arg mem_le_irk ,contw 
-0x67c5 028716 call memcpy16 
-0x67c6 028717 arg mem_le_ltk ,contw 
-0x67c7 028718 call memcpy16 
-0x67c8 028719 jam 1 ,mem_ltk_exists 
-0x67c9 028720 rtn 
-:      028722 clear_ltk_exists:
-0x67ca 028723 jam 0 ,mem_ltk_exists 
-0x67cb 028724 rtn 
-:      028727 eeprom_store_le_reconn_info:
-0x67cc 028728 fetch 6 ,mem_le_plap 
-0x67cd 028729 store 6 ,mem_temp_lap 
-0x67ce 028730 jam rec_4_mode ,mem_record_bt_mode 
-0x67cf 028731 branch eeprom_store_reconn_info 
-:      028732 eeprom_store_bd_reconn_info:
-0x67d0 028733 fetch 6 ,mem_plap 
-0x67d1 028734 store 6 ,mem_temp_lap 
-0x67d2 028735 jam rec_3_mode ,mem_record_bt_mode 
-:      028736 eeprom_store_reconn_info:
-0x67d3 028737 fetch 1 ,mem_device_option 
-0x67d4 028738 beq dvc_op_module ,check_51cmd_update_device_record 
-0x67d5 028739 bbit1 dvc_op_mouse ,mouse_store_remote_bdaddr 
-0x67d6 028740 rtn 
-:      028743 check_link_key_load:
-0x67d7 028744 fetch 8 ,mem_link_key 
-0x67d8 028745 fetcht 8 ,mem_link_key + 8 
-0x67d9 028746 ior temp ,pdata 
-0x67da 028747 rtn blank 
-0x67db 028748 jam 1 ,mem_link_key_exists 
-0x67dc 028749 rtn 
-:      028756 gpio_set_wake_by_current_state:
-0x67dd 028757 bpatchx patch33_2 ,mem_patch33 
-0x67de 028758 set1 7 ,temp 
-0x67df 028759 call gpio_get_bit 
-0x67e0 028760 nsetflag true ,7 ,temp 
-:      028765 gpio_set_wake:
-0x67e1 028766 bpatchx patch33_3 ,mem_patch33 
-0x67e2 028767 sub temp ,ui_button_gpio_disable ,null 
-0x67e3 028768 rtn zero 
-0x67e4 028769 isolate0 7 ,temp 
-0x67e5 028770 and temp ,0x1f ,queue 
-0x67e6 028771 fetch 4 ,mem_gpio_wakeup_low 
-0x67e7 028772 qsetflag true ,pdata 
-0x67e8 028773 store 4 ,mem_gpio_wakeup_low 
-0x67e9 028774 fetch 4 ,mem_gpio_wakeup_high 
-0x67ea 028775 nqsetflag true ,pdata 
-0x67eb 028776 store 4 ,mem_gpio_wakeup_high 
-0x67ec 028777 rtn 
-:      028780 gpio_clr_wake:
-0x67ed 028781 bpatchx patch33_4 ,mem_patch33 
-0x67ee 028782 sub temp ,ui_button_gpio_disable ,null 
-0x67ef 028783 rtn zero 
-0x67f0 028784 isolate0 7 ,temp 
-0x67f1 028785 and temp ,0x1f ,queue 
-0x67f2 028786 fetch 4 ,mem_gpio_wakeup_low 
-0x67f3 028787 qset0 pdata 
-0x67f4 028788 store 4 ,mem_gpio_wakeup_low 
-0x67f5 028789 fetch 4 ,mem_gpio_wakeup_high 
-0x67f6 028790 qset0 pdata 
-0x67f7 028791 store 4 ,mem_gpio_wakeup_high 
-0x67f8 028792 rtn 
-:      028795 gpio_config_input_nowake:
-0x67f9 028796 call gpio_clr_wake 
-0x67fa 028797 branch gpio_config_input_without_wake 
-:      028800 gpio_config_input:
-0x67fb 028801 sub temp ,ui_button_gpio_disable ,null 
-0x67fc 028802 rtn zero 
-0x67fd 028803 ncall gpio_set_wake ,wake 
-:      028805 gpio_config_input_without_wake:
-0x67fe 028806 arg core_gpio_pd0 ,contw 
-0x67ff 028807 call gpio_set_bit 
-0x6800 028808 setflip gpio_active_bit ,temp 
-0x6801 028809 arg core_gpio_pu0 ,contw 
-0x6802 028810 call gpio_set_bit 
-0x6803 028811 set0 gpio_active_bit ,temp 
-0x6804 028812 arg core_gpio_oe0 ,contw 
-0x6805 028813 branch gpio_set_bit 
-:      028816 gpio_set_high_impedance:
-0x6806 028817 arg core_gpio_pd0 ,contw 
-0x6807 028818 call gpio_set_bit 
-0x6808 028819 set0 gpio_active_bit ,temp 
-0x6809 028820 arg core_gpio_pu0 ,contw 
-0x680a 028821 call gpio_set_bit 
-0x680b 028822 set0 gpio_active_bit ,temp 
-0x680c 028823 arg core_gpio_oe0 ,contw 
-0x680d 028824 branch gpio_set_bit 
-:      028828 gpio_config_output:
-0x680e 028829 sub temp ,ui_button_gpio_disable ,null 
-0x680f 028830 rtn zero 
-0x6810 028831 setflip gpio_active_bit ,temp 
-0x6811 028832 call gpio_out 
-:      028833 gpio_config_output0:
-0x6812 028834 set1 gpio_active_bit ,temp 
-0x6813 028835 arg core_gpio_oe0 ,contw 
-0x6814 028836 branch gpio_set_bit 
-:      028838 gpio_common:
-0x6815 028839 and temp ,0x07 ,queue 
-0x6816 028840 rshift3 temp ,pdata 
-0x6817 028841 and_into 3 ,pdata 
-0x6818 028842 iadd contw ,contw 
-0x6819 028843 ifetch 1 ,contw 
-0x681a 028844 rtn 
-:      028846 gpio_check_active:
-0x681b 028847 arg core_gpio_out0 ,contw 
-0x681c 028848 branch get_bit_common 
-:      028852 gpio_get_bit:
-0x681d 028853 arg core_gpio_in ,contw 
-:      028854 get_bit_common:
-0x681e 028855 call gpio_common 
-0x681f 028856 isolate1 gpio_active_bit ,temp 
-0x6820 028857 branch gpio_get_bit_reverse ,true 
-0x6821 028858 qisolate0 pdata 
-0x6822 028859 rtn 
-:      028860 gpio_get_bit_reverse:
-0x6823 028861 qisolate1 pdata 
-0x6824 028862 rtn 
-:      028864 gpio_out_inactive:
-0x6825 028865 sub temp ,ui_button_gpio_disable ,null 
-0x6826 028866 rtn zero 
-0x6827 028867 isolate1 7 ,null 
-0x6828 028868 branch gpio_out_flag 
-:      028870 gpio_out_active:
-0x6829 028871 sub temp ,ui_button_gpio_disable ,null 
-0x682a 028872 rtn zero 
-0x682b 028873 isolate0 7 ,null 
-:      028876 gpio_out_flag:
-0x682c 028877 setarg 0 
-0x682d 028878 nsetflag true ,gpio_active_bit ,pdata 
-0x682e 028879 ixor temp ,temp 
-:      028882 gpio_out:
-0x682f 028883 arg core_gpio_out0 ,contw 
-:      028886 gpio_set_bit:
-0x6830 028887 call gpio_common 
-0x6831 028888 isolate1 gpio_active_bit ,temp 
-0x6832 028889 qsetflag true ,pdata 
-0x6833 028890 istore 1 ,contw 
-0x6834 028891 rtn 
-:      028893 gpio_set_before_lpm_common:
-0x6835 028894 arg -1 ,rega 
-0x6836 028895 hfetch 1 ,core_gpio_sel1 
-0x6837 028896 compare 0x02 ,pdata ,0x03 
-0x6838 028897 call neglact4_from_23_pin ,true 
-0x6839 028899 compare 0x01 ,pdata ,0x03 
-0x683a 028900 call neglact2_form_25_pin ,true 
-0x683b 028902 compare 0x03 ,pdata ,0x03 
-0x683c 028903 call neglact2_form_25_pin ,true 
-0x683d 028905 isolate1 2 ,pdata 
-0x683e 028906 call neglect2_from_6_pin ,true 
-0x683f 028908 isolate1 3 ,pdata 
-0x6840 028909 call neglect4_from_9_pin ,true 
-0x6841 028911 isolate1 4 ,pdata 
-0x6842 028912 call neglact2_form_30_pin ,true 
-0x6843 028914 isolate1 6 ,pdata 
-0x6844 028915 nsetflag true ,04 ,rega 
-0x6845 028917 isolate1 7 ,pdata 
-0x6846 028918 nsetflag true ,05 ,rega 
-0x6847 028920 hfetch 1 ,core_gpio_sel2 
-0x6848 028921 isolate1 0 ,pdata 
-0x6849 028922 nsetflag true ,27 ,rega 
-0x684a 028923 isolate1 1 ,pdata 
-0x684b 028924 nsetflag true ,28 ,rega 
-0x684c 028925 isolate1 2 ,pdata 
-0x684d 028926 nsetflag true ,03 ,rega 
-0x684e 028927 isolate1 3 ,pdata 
-0x684f 028928 nsetflag true ,08 ,rega 
-0x6850 028929 isolate1 4 ,pdata 
-0x6851 028930 nsetflag true ,20 ,rega 
-0x6852 028931 isolate1 5 ,pdata 
-0x6853 028932 nsetflag true ,21 ,rega 
-0x6854 028933 isolate1 6 ,pdata 
-0x6855 028934 nsetflag true ,22 ,rega 
-0x6856 028935 isolate1 7 ,pdata 
-0x6857 028936 nsetflag true ,23 ,rega 
-0x6858 028938 hfetch 1 ,core_gpio_sel 
-0x6859 028939 isolate1 0 ,pdata 
-0x685a 028940 nsetflag true ,05 ,rega 
-0x685b 028941 isolate1 1 ,pdata 
-0x685c 028942 nsetflag true ,06 ,rega 
-0x685d 028943 isolate1 2 ,pdata 
-0x685e 028944 nsetflag true ,07 ,rega 
-0x685f 028945 isolate1 3 ,pdata 
-0x6860 028946 nsetflag true ,18 ,rega 
-0x6861 028947 isolate1 4 ,pdata 
-0x6862 028948 nsetflag true ,19 ,rega 
-0x6863 028949 isolate1 5 ,pdata 
-0x6864 028950 nsetflag true ,20 ,rega 
-0x6865 028951 isolate1 6 ,pdata 
-0x6866 028952 nsetflag true ,21 ,rega 
-0x6867 028953 isolate1 7 ,pdata 
-0x6868 028954 nsetflag true ,22 ,rega 
-0x6869 028956 hfetch 1 ,core_uart_ctrl 
-0x686a 028957 isolate1 4 ,pdata 
-0x686b 028958 call neglact2_form_2_pin ,true 
-0x686c 028959 bpatchx patch33_5 ,mem_patch33 
-0x686d 028961 hfetch 4 ,core_gpio_pu0 
-0x686e 028962 hfetcht 4 ,core_gpio_pd0 
-0x686f 028963 ior temp ,pdata 
-0x6870 028964 invert pdata ,pdata 
-0x6871 028965 iand rega ,pdata 
-0x6872 028967 hstore 4 ,core_gpio_oe0 
-0x6873 028968 rtn 
-:      028971 neglect2_from_6_pin:
-0x6874 028972 arg 6 ,queue 
-0x6875 028973 branch neglect_2_pin 
-:      028974 neglect4_from_9_pin:
-0x6876 028975 arg 9 ,queue 
-0x6877 028976 branch neglact_4_pin 
-:      028977 neglact4_from_23_pin:
-0x6878 028978 arg 23 ,queue 
-0x6879 028979 branch neglact_4_pin 
-:      028980 neglact2_form_25_pin:
-0x687a 028981 arg 25 ,queue 
-0x687b 028982 branch neglect_2_pin 
-:      028983 neglact2_form_30_pin:
-0x687c 028984 arg 30 ,queue 
-0x687d 028985 branch neglect_2_pin 
-:      028986 neglact2_form_2_pin:
-0x687e 028987 arg 2 ,queue 
-0x687f 028988 branch neglect_2_pin 
-:      028989 neglact_1_pin:
-0x6880 028990 arg 1 ,loopcnt 
-0x6881 028991 branch neglect_pin_loop 
-:      028992 neglact_4_pin:
-0x6882 028993 arg 4 ,loopcnt 
-0x6883 028994 branch neglect_pin_loop 
-:      028995 neglect_2_pin:
-0x6884 028996 arg 2 ,loopcnt 
-:      028997 neglect_pin_loop:
-0x6885 028998 qset0 rega 
-0x6886 028999 increase 1 ,queue 
-0x6887 029000 loop neglect_pin_loop 
-0x6888 029001 rtn 
-:      029009 gpio_cfg_uart_tx_output:
-0x6889 029010 call gpio_uart2gpio 
-0x688a 029011 arg uart_wakeup_tx ,temp 
-0x688b 029012 branch gpio_config_output 
-:      029014 gpio_pu_uart_tx:
-0x688c 029015 call gpio_cfg_uart_tx_output 
-0x688d 029016 arg uart_wakeup_tx ,temp 
-0x688e 029017 branch gpio_out_inactive 
-:      029021 gpio_rx_config_input_with_pu:
-0x688f 029022 call gpio_uart2gpio 
-0x6890 029023 hfetch 1 ,core_gpio_pu0 
-0x6891 029024 set1 uart_wakeup_rx ,pdata 
-0x6892 029025 hstore 1 ,core_gpio_pu0 
-0x6893 029026 arg uart_wakeup_rx ,temp 
-0x6894 029027 branch gpio_config_input 
-:      029029 gpio_uart2gpio:
-0x6895 029030 hfetch 1 ,core_gpio_sel1 
-0x6896 029031 and_into 0xfb ,pdata 
-0x6897 029032 hstore 1 ,core_gpio_sel1 
-0x6898 029033 rtn 
-:      029035 gpio_check_uart_state:
-0x6899 029036 hfetch 1 ,core_gpio_sel1 
-0x689a 029037 isolate1 2 ,pdata 
-0x689b 029038 rtn 
-:      029040 load_chip_option:
-0x689c 029041 call otp_enable_chgpump 
-0x689d 029042 setarg otp_chip_functions 
-0x689e 029043 arg mem_chip_functions ,rega 
-0x689f 029044 arg 0x02 ,temp 
-0x68a0 029045 call otpd_read_data 
-0x68a1 029046 branch otp_disable_chgpump 
-:      029049 load_adc_init:
-0x68a2 029050 call otp_enable_chgpump 
-0x68a3 029051 setarg otp_adc_io_0_5v_addr 
-0x68a4 029052 arg mem_0_5_adc_io_data ,rega 
-0x68a5 029053 arg 14 ,temp 
-0x68a6 029054 call otpd_read_data 
-0x68a7 029055 branch otp_disable_chgpump 
-:      029059 adc_init_data:
-0x68a8 029060 bpatchx patch33_6 ,mem_patch33 
-0x68a9 029062 call load_adc_init 
-0x68aa 029064 fetch 1 ,mem_adc_config_flag 
-0x68ab 029065 beq adc_config_vinlpm ,adc_init_data_vinlpm 
-0x68ac 029066 beq adc_config_hvin ,adc_init_data_hvin 
-0x68ad 029067 beq adc_config_gpio ,adc_init_data_io 
-0x68ae 029068 rtn 
-:      029070 adc_init_data_vinlpm:
-0x68af 029071 fetcht 2 ,mem_otp_adc_flag 
-0x68b0 029072 setarg otp_adc_flag 
-0x68b1 029073 isub temp ,null 
-0x68b2 029074 branch adc_check_data_vinlpm ,zero 
-0x68b3 029075 setarg 0x4dfa 
-0x68b4 029076 store 2 ,mem_3v_adc_vinlpm_data 
-0x68b5 029077 setarg 0x4894 
-0x68b6 029078 store 2 ,mem_2v_adc_vinlpm_data 
-0x68b7 029079 branch set_vdd_reference_voltage_1v 
-:      029081 adc_check_data_vinlpm:
-0x68b8 029082 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x68b9 029083 nbranch adc_check_2v_vinlpm ,blank 
-0x68ba 029084 setarg 0x4dfa 
-0x68bb 029085 store 2 ,mem_3v_adc_vinlpm_data 
-:      029086 adc_check_2v_vinlpm:
-0x68bc 029087 fetch 2 ,mem_2v_adc_vinlpm_data 
-0x68bd 029088 nbranch set_vdd_reference_voltage_1v ,blank 
-0x68be 029089 setarg 0x4894 
-0x68bf 029090 store 2 ,mem_2v_adc_vinlpm_data 
-:      029091 set_vdd_reference_voltage_1v:
-0x68c0 029092 setarg 100 
-0x68c1 029093 store 2 ,mem_reference_voltage 
-0x68c2 029094 rtn 
-:      029096 adc_init_data_hvin:
-0x68c3 029097 fetcht 2 ,mem_otp_adc_flag 
-0x68c4 029098 setarg otp_adc_flag 
-0x68c5 029099 isub temp ,null 
-0x68c6 029100 branch adc_check_data_hvin ,zero 
-0x68c7 029101 setarg 0x5932 
-0x68c8 029102 store 2 ,mem_5v_adc_hvin_data 
-0x68c9 029103 setarg 0x4323 
-0x68ca 029104 store 2 ,mem_1v_adc_hvin_data 
-0x68cb 029105 branch set_vdd_reference_voltage_4v 
-:      029107 adc_check_data_hvin:
-0x68cc 029108 fetch 2 ,mem_5v_adc_hvin_data 
-0x68cd 029109 nbranch adc_check_1v_hvin ,blank 
-0x68ce 029110 setarg 0x5932 
-0x68cf 029111 store 2 ,mem_5v_adc_hvin_data 
-:      029112 adc_check_1v_hvin:
-0x68d0 029113 fetch 2 ,mem_1v_adc_hvin_data 
-0x68d1 029114 nbranch set_vdd_reference_voltage_4v ,blank 
-0x68d2 029115 setarg 0x4323 
-0x68d3 029116 store 2 ,mem_1v_adc_hvin_data 
-:      029117 set_vdd_reference_voltage_4v:
-0x68d4 029118 setarg 400 
-0x68d5 029119 store 2 ,mem_reference_voltage 
-0x68d6 029120 rtn 
-:      029122 adc_init_data_io:
-0x68d7 029123 fetcht 2 ,mem_otp_adc_flag 
-0x68d8 029124 setarg otp_adc_flag 
-0x68d9 029125 isub temp ,null 
-0x68da 029126 branch adc_check_data_io ,zero 
-0x68db 029127 setarg 0x6946 
-0x68dc 029128 store 2 ,mem_1v_adc_io_data 
-0x68dd 029129 setarg 0x5377 
-0x68de 029130 store 2 ,mem_0_5_adc_io_data 
-0x68df 029131 branch set_vdd_reference_voltage_0_5v 
-:      029133 adc_check_data_io:
-0x68e0 029134 fetch 2 ,mem_1v_adc_io_data 
-0x68e1 029135 nbranch adc_check_0_5v_io ,blank 
-0x68e2 029136 setarg 0x6946 
-0x68e3 029137 store 2 ,mem_1v_adc_io_data 
-:      029138 adc_check_0_5v_io:
-0x68e4 029139 fetch 2 ,mem_0_5_adc_io_data 
-0x68e5 029140 nbranch set_vdd_reference_voltage_0_5v ,blank 
-0x68e6 029141 setarg 0x5377 
-0x68e7 029142 store 2 ,mem_0_5_adc_io_data 
-:      029143 set_vdd_reference_voltage_0_5v:
-0x68e8 029144 setarg 50 
-0x68e9 029145 store 2 ,mem_reference_voltage 
-0x68ea 029146 rtn 
-:      029149 adc_set_mode:
-0x68eb 029150 fetch 1 ,mem_adc_config_flag 
-0x68ec 029151 beq adc_config_vinlpm ,adc_check_vinlpm 
-0x68ed 029152 beq adc_config_hvin ,adc_check_hvin 
-0x68ee 029153 beq adc_config_gpio ,adc_check_gpio 
-0x68ef 029154 rtn 
-:      029155 adc_check_vinlpm:
-0x68f0 029156 jam 0xbf ,rf_adc_mode 
-0x68f1 029157 branch read_adc 
-:      029158 adc_check_hvin:
-0x68f2 029159 jam 0xaf ,rf_adc_mode 
-0x68f3 029160 branch read_adc 
-:      029161 adc_check_gpio:
-0x68f4 029162 jam 0x8f ,rf_adc_mode 
-0x68f5 029163 fetch 1 ,mem_adc_channel 
-0x68f6 029164 hstore 1 ,rf_adc_ch 
-0x68f7 029165 branch read_adc 
-:      029166 read_adc:
-0x68f8 029167 bpatchx patch33_7 ,mem_patch33 
-0x68f9 029168 hfetch 1 ,core_uart_baud + 1 
-0x68fa 029169 set1 7 ,pdata 
-0x68fb 029170 hstore 1 ,core_uart_baud + 1 
-0x68fc 029171 hfetch 1 ,rf_adc_ch 
-0x68fd 029172 or_into 0x30 ,pdata 
-0x68fe 029173 hstore 1 ,rf_adc_ch 
-0x68ff 029174 jam 0x7c ,rfen_adc 
-0x6900 029175 jam 0xaa ,rf_adc_gc 
-0x6901 029176 nop 5000 
-0x6902 029177 hfetcht 2 ,core_adc_sum 
-0x6903 029178 hfetch 1 ,core_uart_baud + 1 
-0x6904 029179 set0 7 ,pdata 
-0x6905 029180 hstore 1 ,core_uart_baud + 1 
-0x6906 029181 storet 2 ,mem_adc_current_value 
-0x6907 029182 rtn 
-:      029184 vdd_calculate_by_mode:
-0x6908 029185 bpatchx patch34_0 ,mem_patch34 
-0x6909 029186 fetch 1 ,mem_adc_config_flag 
-0x690a 029187 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
-0x690b 029188 beq adc_config_hvin ,vdd_calculate_hvin 
-0x690c 029189 beq adc_config_gpio ,vdd_calculate_io 
-0x690d 029190 rtn 
-:      029192 vdd_calculate_vinlpm:
-0x690e 029193 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x690f 029194 fetcht 2 ,mem_2v_adc_vinlpm_data 
-0x6910 029195 arg 200 ,regc 
-0x6911 029196 branch vdd_calculate 
-:      029198 vdd_calculate_hvin:
-0x6912 029199 fetch 2 ,mem_5v_adc_hvin_data 
-0x6913 029200 fetcht 2 ,mem_1v_adc_hvin_data 
-0x6914 029201 arg 100 ,regc 
-0x6915 029202 branch vdd_calculate 
-:      029204 vdd_calculate_io:
-0x6916 029205 fetch 2 ,mem_1v_adc_io_data 
-0x6917 029206 fetcht 2 ,mem_0_5_adc_io_data 
-0x6918 029207 arg 50 ,regc 
-0x6919 029208 branch vdd_calculate 
-:      029210 vdd_calculate:
-0x691a 029211 isub temp ,rega 
-0x691b 029212 fetch 2 ,mem_adc_current_value 
-0x691c 029213 isub temp ,pdata 
-0x691d 029214 nbranch vdd_calculate1 ,positive 
-0x691e 029215 fetcht 2 ,mem_reference_voltage 
-0x691f 029216 imul32 temp ,regb 
-0x6920 029217 copy regc ,pdata 
-0x6921 029218 imul32 rega ,pdata 
-0x6922 029219 iadd regb ,pdata 
-:      029220 vdd_calculate2:
-0x6923 029221 idiv rega 
-0x6924 029222 call wait_div_end 
-0x6925 029223 quotient pdata 
-0x6926 029224 rtn 
-:      029226 vdd_calculate1:
-0x6927 029227 copy temp ,pdata 
-0x6928 029228 fetcht 2 ,mem_adc_current_value 
-0x6929 029229 isub temp ,pdata 
-0x692a 029230 fetcht 2 ,mem_reference_voltage 
-0x692b 029231 imul32 temp ,regb 
-0x692c 029232 copy regc ,pdata 
-0x692d 029233 imul32 rega ,pdata 
-0x692e 029234 isub regb ,pdata 
-0x692f 029235 branch vdd_calculate2 
-:      029246 adc_bat_percent_lowpower_out:
-0x6930 029247 ifetch 8 ,rega 
-0x6931 029248 store 8 ,mem_pdatatemp 
-0x6932 029249 fetch 2 ,mem_pdatatemp 
-0x6933 029250 fetcht 2 ,mem_pdatatemp + 2 
-0x6934 029251 isub temp ,rega 
-0x6935 029252 fetch 2 ,mem_pdatatemp + 6 
-0x6936 029253 isub temp ,regb 
-0x6937 029254 fetcht 2 ,mem_pdatatemp + 4 
-0x6938 029255 isub temp ,null 
-0x6939 029256 ncall adc_set_low_power_flag ,positive 
-0x693a 029257 mul32 regb ,100 ,pdata 
-0x693b 029258 idiv rega 
-0x693c 029259 call wait_div_end 
-0x693d 029260 quotient pdata 
-0x693e 029261 call adc_set_no_power_flag ,blank 
-0x693f 029262 rtn 
-:      029263 adc_set_low_power_flag:
-0x6940 029264 fetch 1 ,mem_adc_power_flag 
-0x6941 029265 set1 0 ,pdata 
-0x6942 029266 store 1 ,mem_adc_power_flag 
-0x6943 029267 rtn 
-:      029268 adc_set_no_power_flag:
-0x6944 029269 fetcht 1 ,mem_adc_power_flag 
-0x6945 029270 set1 1 ,temp 
-0x6946 029271 storet 1 ,mem_adc_power_flag 
-0x6947 029272 rtn 
-:      029277 keyscan_key_init:
-0x6948 029278 fetch 2 ,mem_key_num_ptr 
-0x6949 029279 ifetch 1 ,pdata 
-:      029280 keyscan_key_init_next:
-0x694a 029281 rtn blank 
-0x694b 029282 copy pdata ,loopcnt 
-0x694c 029284 fetch 2 ,mem_keyscan_ptr 
-0x694d 029285 increase 3 ,pdata 
-0x694e 029286 copy pdata ,rega 
-:      029287 keyscan_key_init_lp1:
-0x694f 029288 ifetcht 1 ,rega 
-0x6950 029289 call gpio_config_input 
-0x6951 029290 increase key_conf_struct_len ,rega 
-0x6952 029291 loop keyscan_key_init_lp1 
-:      029292 keyscan_key_init_end:
-0x6953 029293 rtn 
-:      029295 keyscan_scan_key:
-0x6954 029296 fetch 2 ,mem_keyscan_ptr 
-0x6955 029297 increase 3 ,pdata 
-0x6956 029298 copy pdata ,rega 
-0x6957 029300 force 0 ,regb 
-0x6958 029301 jam 0 ,mem_key_value_temp 
-:      029302 keyscan_scan_key_lp1:
-0x6959 029303 ifetcht 1 ,rega 
-0x695a 029304 call gpio_get_bit 
-0x695b 029305 bpatchx patch34_1 ,mem_patch34 
-0x695c 029306 fetch 2 ,mem_key_value_temp 
-0x695d 029307 copy regb ,queue 
-0x695e 029308 qsetflag true ,pdata 
-0x695f 029309 store 2 ,mem_key_value_temp 
-0x6960 029310 increase key_conf_struct_len ,rega 
-0x6961 029311 increase 1 ,regb 
-0x6962 029312 fetch 2 ,mem_key_num_ptr 
-0x6963 029313 ifetch 1 ,pdata 
-:      029314 keyscan_scan_key_lp1_next:
-0x6964 029315 ixor regb ,null 
-0x6965 029316 nbranch keyscan_scan_key_lp1 ,zero 
-0x6966 029317 fetch 2 ,mem_key_value_temp 
-0x6967 029318 fetcht 2 ,mem_key_value 
-0x6968 029319 ixor temp ,null 
-0x6969 029320 rtn zero 
-0x696a 029321 enable user 
-0x696b 029322 rtn 
-:      029324 keyscan_process_lpm_before:
-0x696c 029325 fetch 2 ,mem_key_num_ptr 
-0x696d 029326 ifetch 1 ,pdata 
-:      029327 keyscan_process_lpm_before_next:
-0x696e 029328 rtn blank 
-0x696f 029329 copy pdata ,loopcnt 
-0x6970 029330 fetch 2 ,mem_keyscan_ptr 
-0x6971 029331 increase 3 ,pdata 
-0x6972 029332 copy pdata ,rega 
-:      029333 keyscan_process_lpm_before_lp1:
-0x6973 029334 ifetcht 1 ,rega 
-0x6974 029335 call gpio_set_wake_by_current_state 
-0x6975 029336 increase key_conf_struct_len ,rega 
-0x6976 029337 loop keyscan_process_lpm_before_lp1 
-:      029338 keyscan_process_lpm_before_end:
-0x6977 029339 rtn 
-:      029341 keyscan_key_process:
-0x6978 029342 arg key_scan_timer ,queue 
-0x6979 029343 call timer_check 
-0x697a 029344 nrtn blank 
-0x697b 029345 setarg 0x20 
-0x697c 029346 arg key_scan_timer ,queue 
-0x697d 029347 call timer_init 
-0x697e 029348 disable user 
-0x697f 029349 call keyscan_process_lpm_before 
-0x6980 029350 bpatchx patch34_2 ,mem_patch34 
-0x6981 029351 fetch 2 ,mem_key_num_ptr 
-0x6982 029352 ifetch 1 ,pdata 
-:      029353 keyscan_key_process_next:
-0x6983 029354 rtn blank 
-0x6984 029355 call keyscan_scan_key 
-0x6985 029356 nbranch lpm_button_clean_wake_lock ,user 
-0x6986 029357 call lpm_button_get_wake_lock 
-0x6987 029358 disable user 
-0x6988 029359 fetch 2 ,mem_key_value_temp 
-0x6989 029360 store 2 ,mem_key_value_temp4 
-0x698a 029361 jam 0 ,mem_key_value_temp6 
-0x698b 029362 force 0 ,queue 
-:      029363 keyscan_key_lp1:
-0x698c 029364 fetch 2 ,mem_key_value 
-0x698d 029365 rshift pdata ,temp 
-0x698e 029366 storet 2 ,mem_key_value 
-0x698f 029367 and pdata ,0x01 ,pdata 
-0x6990 029368 fetcht 2 ,mem_key_value_temp4 
-0x6991 029369 and temp ,0x01 ,rega 
-0x6992 029370 rshift temp ,temp 
-0x6993 029371 storet 2 ,mem_key_value_temp4 
-0x6994 029372 ixor rega ,null 
-0x6995 029373 ncall keyscan_send_key_data ,zero 
-0x6996 029374 fetch 2 ,mem_key_num_ptr 
-0x6997 029375 ifetch 1 ,pdata 
-:      029376 keyscan_key_lp1_next:
-0x6998 029377 fetcht 1 ,mem_key_value_temp6 
-0x6999 029378 increase 1 ,temp 
-0x699a 029379 storet 1 ,mem_key_value_temp6 
-0x699b 029380 copy temp ,queue 
-0x699c 029381 ixor queue ,null 
-0x699d 029382 nbranch keyscan_key_lp1 ,zero 
-0x699e 029383 fetch 2 ,mem_key_value_temp 
-0x699f 029384 store 2 ,mem_key_value 
-0x69a0 029385 rtn 
-:      029386 keyscan_send_key_data:
-0x69a1 029387 bpatchx patch34_3 ,mem_patch34 
-0x69a2 029388 fetch 2 ,mem_keyscan_ptr 
-0x69a3 029389 increase 1 ,pdata 
-0x69a4 029390 ifetch 2 ,pdata 
-0x69a5 029391 branch callback_func 
-:      029402 pwm_init:
-0x69a6 029403 hfetch 1 ,core_clksel 
-0x69a7 029404 ior rega ,pdata 
-0x69a8 029405 hstore 1 ,core_clksel 
-0x69a9 029406 hfetch 2 ,core_clkoff 
-0x69aa 029407 set0 clock_off_pwm ,pdata 
-0x69ab 029408 hstore 2 ,core_clkoff 
-:      029409 delay_nop100:
-0x69ac 029410 nop 100 
-0x69ad 029411 rtn 
-:      029422 pwm_out_set:
-0x69ae 029423 fetcht 3 ,mem_pdatatemp + 2 
-0x69af 029424 setarg pwm_12mhz 
-0x69b0 029425 idiv temp 
-0x69b1 029426 call wait_div_end 
-0x69b2 029427 quotient temp 
-0x69b3 029428 fetch 1 ,mem_pdatatemp + 5 
-0x69b4 029429 imul32 temp ,pdata 
-0x69b5 029430 div pdata ,100 
-0x69b6 029431 call wait_div_end 
-0x69b7 029432 quotient rega 
-0x69b8 029433 copy temp ,pdata 
-0x69b9 029434 isub rega ,regb 
-0x69ba 029435 fetch 1 ,mem_pdatatemp + 1 
-0x69bb 029436 call pwm_duty_cycle_set 
-0x69bc 029437 fetch 1 ,mem_pdatatemp 
-0x69bd 029438 branch pwm_enable 
-:      029441 pwm_duty_cycle_set:
-0x69be 029442 beq 0 ,pwm_pwm0_duty_set 
-0x69bf 029443 beq 1 ,pwm_pwm1_duty_set 
-0x69c0 029444 beq 2 ,pwm_pwm2_duty_set 
-0x69c1 029445 beq 3 ,pwm_pwm3_duty_set 
-0x69c2 029446 beq 4 ,pwm_pwm4_duty_set 
-0x69c3 029447 beq 5 ,pwm_pwm5_duty_set 
-:      029448 pwm_pwm0_duty_set:
-0x69c4 029449 arg core_pwm_pcnt0 ,contw 
-0x69c5 029450 branch pwm_set_pncnt 
-:      029451 pwm_pwm1_duty_set:
-0x69c6 029452 arg core_pwm_pcnt1 ,contw 
-0x69c7 029453 branch pwm_set_pncnt 
-:      029454 pwm_pwm2_duty_set:
-0x69c8 029455 arg core_pwm_pcnt2 ,contw 
-0x69c9 029456 branch pwm_set_pncnt 
-:      029457 pwm_pwm3_duty_set:
-0x69ca 029458 arg core_pwm_pcnt3 ,contw 
-0x69cb 029459 branch pwm_set_pncnt 
-:      029460 pwm_pwm4_duty_set:
-0x69cc 029461 arg core_pwm_pcnt4 ,contw 
-0x69cd 029462 branch pwm_set_pncnt 
-:      029463 pwm_pwm5_duty_set:
-0x69ce 029464 arg core_pwm_pcnt5 ,contw 
-0x69cf 029465 branch pwm_set_pncnt 
-:      029466 pwm_set_pncnt:
-0x69d0 029467 copy rega ,pdata 
-0x69d1 029468 istore 2 ,contw 
-0x69d2 029469 copy regb ,pdata 
-0x69d3 029470 istore 2 ,contw 
-0x69d4 029471 rtn 
-:      029475 pwm_enable:
-0x69d5 029476 enable user 
-0x69d6 029477 branch pwm_gpio_set 
-:      029478 pwm_disable:
-0x69d7 029479 disable user 
-:      029480 pwm_gpio_set:
-0x69d8 029481 beq 4 ,pwm_gpio4_set 
-0x69d9 029482 beq 5 ,pwm_gpio5_set 
-0x69da 029483 beq 27 ,pwm_gpio27_set 
-0x69db 029484 beq 28 ,pwm_gpio28_set 
-0x69dc 029485 beq 3 ,pwm_gpio3_set 
-0x69dd 029486 beq 8 ,pwm_gpio8_set 
-0x69de 029487 beq 20 ,pwm_gpio20_set 
-0x69df 029488 beq 21 ,pwm_gpio21_set 
-0x69e0 029489 beq 22 ,pwm_gpio22_set 
-0x69e1 029490 beq 23 ,pwm_gpio23_set 
-0x69e2 029491 rtn 
-:      029494 pwm_gpio4_set:
-0x69e3 029495 arg 6 ,queue 
-0x69e4 029496 branch pwm_one_set_select 
-:      029497 pwm_gpio5_set:
-0x69e5 029498 arg 7 ,queue 
-0x69e6 029499 branch pwm_one_set_select 
-:      029500 pwm_gpio27_set:
-0x69e7 029501 arg 8 ,queue 
-0x69e8 029502 branch pwm_one_set_select 
-:      029503 pwm_gpio28_set:
-0x69e9 029504 arg 9 ,queue 
-0x69ea 029505 branch pwm_one_set_select 
-:      029506 pwm_gpio3_set:
-0x69eb 029507 arg 10 ,queue 
-0x69ec 029508 branch pwm_one_set_select 
-:      029509 pwm_gpio8_set:
-0x69ed 029510 arg 11 ,queue 
-0x69ee 029511 branch pwm_one_set_select 
-:      029512 pwm_gpio20_set:
-0x69ef 029513 arg 12 ,queue 
-0x69f0 029514 branch pwm_tw0_set_select 
-:      029515 pwm_gpio21_set:
-0x69f1 029516 arg 13 ,queue 
-0x69f2 029517 branch pwm_tw0_set_select 
-:      029518 pwm_gpio22_set:
-0x69f3 029519 arg 14 ,queue 
-0x69f4 029520 branch pwm_tw0_set_select 
-:      029521 pwm_gpio23_set:
-0x69f5 029522 arg 15 ,queue 
-0x69f6 029523 branch pwm_tw0_set_select 
-:      029525 pwm_set_select:
-0x69f7 029526 hfetch 2 ,core_gpio_sel1 
-0x69f8 029527 qsetflag user ,pdata 
-0x69f9 029528 hstore 2 ,core_gpio_sel1 
-0x69fa 029529 copy rega ,queue 
-0x69fb 029530 hfetch 1 ,core_gpio_key2 
-0x69fc 029531 qsetflag user ,pdata 
-0x69fd 029532 hstore 1 ,core_gpio_key2 
-0x69fe 029533 rtn 
-:      029535 pwm_one_set_select:
-0x69ff 029536 add queue ,-4 ,rega 
-0x6a00 029537 branch pwm_set_select 
-:      029539 pwm_tw0_set_select:
-0x6a01 029540 add queue ,-10 ,rega 
-0x6a02 029541 branch pwm_set_select 
-:      029546 rfcomm_init:
-0x6a03 029547 rtn wake 
-0x6a04 029548 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6a05 029549 jam bits9600 ,memremoterpnbitrate 
-0x6a06 029550 jam databits8 ,memremoteprndatabits 
-0x6a07 029551 jam 0x11 ,memremoteprnxon 
-0x6a08 029552 jam 0x13 ,memremoteprnxoff 
-0x6a09 029553 setarg 0 
-0x6a0a 029554 store 3 ,memremoteprnstopbit 
-0x6a0b 029555 store 1 ,mem_spp_state 
-0x6a0c 029556 jam 0 ,memui_reconnect_mode 
-:      029558 rfcomm_init_spp:
-0x6a0d 029559 bpatchx patch34_4 ,mem_patch34 
-0x6a0e 029560 setarg 0 
-0x6a0f 029561 store 1 ,mem_spp_state 
-0x6a10 029562 store 1 ,mem_remote_spp_channel 
-0x6a11 029563 store 1 ,mem_pn_dlci 
-0x6a12 029564 fetch 1 ,mem_credit_flag 
-0x6a13 029565 beq credit_enable ,rfcomm_init_spp_with_credit 
-0x6a14 029566 jam 0x50 ,mem_credit_given 
-0x6a15 029567 rtn 
-:      029569 rfcomm_init_spp_with_credit:
-0x6a16 029570 jam 0x00 ,mem_credit_given 
-0x6a17 029571 rtn 
-:      029573 set_cr_bit:
-0x6a18 029574 or_into 0x02 ,temp 
-0x6a19 029575 rtn 
-:      029587 rfcomm_calculate_fcs_sabm:
-0x6a1a 029588 copy temp ,pdata 
-0x6a1b 029589 reverse pdata ,pdata 
-0x6a1c 029590 store 1 ,memfcstemp3 
-0x6a1d 029591 force ini_tx_sabm ,pdata 
-0x6a1e 029592 reverse pdata ,pdata 
-0x6a1f 029593 store 1 ,memfcstemp2 
-0x6a20 029594 force 0x01 ,pdata 
-0x6a21 029595 reverse pdata ,pdata 
-0x6a22 029596 store 1 ,memfcstemp1 
-0x6a23 029597 call caculate_fcs 
-0x6a24 029598 copy temp ,pdata 
-0x6a25 029599 rtn 
-:      029600 rfcomm_calculate_fcs_ua:
-0x6a26 029601 reverse pdata ,pdata 
-0x6a27 029602 store 1 ,memfcstemp3 
-0x6a28 029603 force rsp_tx_ua ,pdata 
-0x6a29 029604 reverse pdata ,pdata 
-0x6a2a 029605 store 1 ,memfcstemp2 
-0x6a2b 029606 force 0x01 ,pdata 
-0x6a2c 029607 reverse pdata ,pdata 
-0x6a2d 029608 store 1 ,memfcstemp1 
-0x6a2e 029609 branch caculate_fcs 
-:      029611 rfcomm_calculate_fcs_dlci0:
-0x6a2f 029612 fetch 1 ,mem_rfcomm_initiator 
-0x6a30 029613 branch rfcomm_calculate_fcs_dlci0_res ,blank 
-0x6a31 029614 setarg 0x70 
-0x6a32 029615 rtn 
-:      029616 rfcomm_calculate_fcs_dlci0_res:
-0x6a33 029617 setarg 0xaa 
-0x6a34 029618 rtn 
-:      029620 rfcomm_save_fcs_uih:
-0x6a35 029621 reverse pdata ,pdata 
-0x6a36 029622 store 1 ,memfcstemp3 
-0x6a37 029623 force rsp_rx_uih ,pdata 
-0x6a38 029624 call caculate_uihdata_fcs 
-0x6a39 029625 fetcht 2 ,mem_contw_temp 
-0x6a3a 029626 copy temp ,contw 
-0x6a3b 029627 istore 1 ,contw 
-0x6a3c 029628 copy contw ,temp 
-0x6a3d 029629 storet 2 ,mem_contw_temp 
-0x6a3e 029630 force rsp_rx_uih_wdata ,pdata 
-0x6a3f 029631 call caculate_uihdata_fcs 
-0x6a40 029632 fetcht 2 ,mem_contw_temp 
-0x6a41 029633 copy temp ,contw 
-0x6a42 029634 istore 1 ,contw 
-0x6a43 029635 rtn 
-:      029644 caculate_uihdata_fcs:
-0x6a44 029645 reverse pdata ,pdata 
-0x6a45 029646 store 1 ,memfcstemp2 
-0x6a46 029647 fetch 2 ,memfcstemp2 
-0x6a47 029648 lshift8 pdata ,pdata 
-0x6a48 029649 store 3 ,mem_mod2div_temp 
-0x6a49 029650 arg 0x107 ,rega 
-0x6a4a 029651 arg 0xf ,regb 
-0x6a4b 029652 call mod2div 
-0x6a4c 029653 xor_into 0xd7 ,pdata 
-0x6a4d 029654 invert pdata ,pdata 
-0x6a4e 029655 reverse pdata ,pdata 
-0x6a4f 029656 rtn 
-:      029666 caculate_fcs:
-0x6a50 029667 fetch 3 ,memfcstemp1 
-0x6a51 029668 store 3 ,mem_mod2div_temp 
-0x6a52 029669 arg 0x107 ,rega 
-0x6a53 029670 arg 0xf ,regb 
-0x6a54 029671 call mod2div 
-0x6a55 029672 lshift8 pdata ,pdata 
-0x6a56 029673 arg 0x7 ,regb 
-0x6a57 029674 call mod2div 
-0x6a58 029675 xor_into 0x2b ,pdata 
-0x6a59 029676 invert pdata ,pdata 
-0x6a5a 029677 reverse pdata ,pdata 
-0x6a5b 029678 copy pdata ,temp 
-0x6a5c 029679 rtn 
-:      029681 mod2div:
-0x6a5d 029682 arg 0 ,regc 
-0x6a5e 029683 copy regb ,loopcnt 
-0x6a5f 029684 call right_shift_n 
-0x6a60 029685 icopy temp 
-:      029686 mod2div_loop:
-0x6a61 029691 copy temp ,pdata 
-0x6a62 029692 lshift regc ,regc 
-0x6a63 029693 bbit0 8 ,mod2div_not_enough_reduction 
-0x6a64 029694 ixor rega ,temp 
-0x6a65 029695 increase 1 ,regc 
-:      029696 mod2div_not_enough_reduction:
-0x6a66 029697 lshift temp ,temp 
-0x6a67 029698 fetch 3 ,mem_mod2div_temp 
-0x6a68 029699 increase -1 ,regb 
-0x6a69 029700 compare 0xff ,regb ,0xff 
-0x6a6a 029701 branch mod2div_end ,true 
-0x6a6b 029702 copy regb ,loopcnt 
-0x6a6c 029703 call right_shift_n 
-0x6a6d 029704 isolate1 0 ,pdata 
-0x6a6e 029705 setflag true ,0 ,temp 
-0x6a6f 029706 branch mod2div_loop 
-:      029707 mod2div_end:
-0x6a70 029709 rshift temp ,pdata 
-0x6a71 029710 rtn 
-:      029712 get_rfcomm_snd_adss:
-0x6a72 029713 fetcht 1 ,mem_pn_dlci 
-:      029714 dlci_to_address_cmd:
-0x6a73 029716 lshift2 temp ,temp 
-0x6a74 029717 set1 rfcomm_address_ext_len ,temp 
-0x6a75 029718 fetch 1 ,mem_rfcomm_initiator 
-0x6a76 029719 ncall set_cr_bit ,blank 
-0x6a77 029720 storet 1 ,mem_rfcomm_send_adss 
-0x6a78 029721 rtn 
-:      029723 channel_to_dlci:
-0x6a79 029725 lshift temp ,temp 
-0x6a7a 029726 fetch 1 ,mem_rfcomm_initiator 
-0x6a7b 029727 setflag blank ,0 ,temp 
-0x6a7c 029729 rtn 
-:      029730 rfcomm_rx_process_dlci0_sabm:
-0x6a7d 029731 fetcht 1 ,mem_current_channel 
-0x6a7e 029732 jam 0xd7 ,mem_current_fcs 
-0x6a7f 029733 call rfcomm_send_ua 
-0x6a80 029734 fetch 1 ,mem_rfcomm_state 
-0x6a81 029735 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6a82 029736 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6a83 029737 store 1 ,mem_rfcomm_state 
-0x6a84 029738 jam 0 ,mem_rfcomm_initiator 
-0x6a85 029739 branch rfcomm_rx_process_end 
-:      029740 rfcomm_rx_process_dlci0_ua:
-0x6a86 029741 fetch 1 ,mem_rfcomm_state 
-0x6a87 029742 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6a88 029743 store 1 ,mem_rfcomm_state 
-0x6a89 029744 branch rfcomm_rx_process_end 
-:      029747 rfcomm_rx_process:
-0x6a8a 029748 bpatchx patch34_5 ,mem_patch34 
-0x6a8b 029749 fetch 1 ,memui_reconnect_mode 
-0x6a8c 029750 beq no_reconnection ,rfcomm_rx_process_remote_page 
-0x6a8d 029751 branch rfcomm_rx_process_reconn 
-:      029753 rfcomm_rx_process_remote_page:
-0x6a8e 029754 fetch 2 ,mem_l2cap_payload_ptr 
-0x6a8f 029755 copy pdata ,contr 
-0x6a90 029756 call get_rfcomm_head_struct 
-0x6a91 029757 fetch 1 ,mem_current_channel 
-0x6a92 029758 beq 0 ,parse_dlci0_rp 
-0x6a93 029759 branch parse_uih_rp 
-:      029760 parse_dlci0_rp:
-0x6a94 029761 bpatchx patch34_6 ,mem_patch34 
-0x6a95 029762 fetch 1 ,mem_current_frame_type 
-0x6a96 029763 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6a97 029764 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6a98 029765 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
-0x6a99 029766 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn_send_event 
-0x6a9a 029767 rtn 
-:      029770 parse_dlci0_rp_uih:
-0x6a9b 029771 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6a9c 029772 copy pdata ,contr 
-0x6a9d 029773 call get_rfcomm_uih_head_struct 
-0x6a9e 029774 fetch 1 ,mem_uih_cmd_type 
-0x6a9f 029775 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
-0x6aa0 029776 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
-0x6aa1 029777 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
-0x6aa2 029778 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
-0x6aa3 029779 beq uih_param_cmd_remove_port ,parse_dlci0_rp_uih_cmd_port 
-0x6aa4 029780 branch rfcomm_rx_process_end 
-:      029782 parse_dlci0_rp_uih_pn_cmd:
-0x6aa5 029783 call parse_dlci0_rp_uih_pn_res_common 
-0x6aa6 029785 branch parse_dlci0_rp_uih_pn_cmd_spp 
-:      029787 parse_dlci0_rp_uih_pn_cmd_spp:
-0x6aa7 029788 fetch 1 ,mem_spp_state 
-0x6aa8 029789 set1 rfcomm_channel_state_pn_cmd ,pdata 
-0x6aa9 029790 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6aaa 029791 store 1 ,mem_spp_state 
-0x6aab 029792 call rfcomm_send_param_neg_res 
-0x6aac 029793 branch rfcomm_rx_process_end 
-:      029795 parse_dlci0_rp_uih_pn_res:
-0x6aad 029796 call parse_dlci0_rp_uih_pn_res_common 
-0x6aae 029797 branch rfcomm_rx_process_end 
-:      029799 parse_dlci0_rp_uih_pn_res_common:
-0x6aaf 029800 call get_param_payload_ptr 
-0x6ab0 029801 branch get_rfcomm_prarmer_negotiation 
-:      029803 get_rfcomm_param_modem_status:
-0x6ab1 029804 call get_param_payload_ptr 
-0x6ab2 029805 ifetch 1 ,contr 
-0x6ab3 029806 rshift3 pdata ,pdata 
-0x6ab4 029807 store 1 ,mem_ms_channel 
-0x6ab5 029808 ifetch 1 ,contr 
-0x6ab6 029809 store 1 ,mem_ms_param 
-0x6ab7 029810 rtn 
-:      029813 get_rfcomm_head_struct:
-0x6ab8 029814 ifetch 1 ,contr 
-0x6ab9 029815 store 1 ,mem_current_adss 
-0x6aba 029816 rshift3 pdata ,pdata 
-0x6abb 029817 store 1 ,mem_current_channel 
-0x6abc 029818 ifetch 1 ,contr 
-0x6abd 029819 store 1 ,mem_current_frame_type 
-:      029820 get_rfcomm_current_length:
-0x6abe 029821 call get_rfcomm_length_common 
-0x6abf 029822 storet 2 ,mem_current_length 
-0x6ac0 029823 copy contr ,pdata 
-0x6ac1 029824 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6ac2 029825 rtn 
-:      029827 get_rfcomm_uih_head_struct:
-0x6ac3 029828 ifetch 1 ,contr 
-0x6ac4 029829 rshift pdata ,pdata 
-0x6ac5 029830 store 1 ,mem_uih_cmd_type 
-0x6ac6 029831 call get_rfcomm_length_common 
-0x6ac7 029832 storet 2 ,mem_uih_length 
-0x6ac8 029833 copy contr ,pdata 
-0x6ac9 029834 store 2 ,mem_param_payload_ptr 
-0x6aca 029835 rtn 
-:      029838 get_param_payload_ptr:
-0x6acb 029839 fetch 2 ,mem_param_payload_ptr 
-0x6acc 029840 copy pdata ,contr 
-0x6acd 029841 rtn 
-:      029843 get_rfcomm_length_common:
-0x6ace 029844 ifetch 1 ,contr 
-0x6acf 029845 copy pdata ,temp 
-0x6ad0 029846 rshift temp ,temp 
-0x6ad1 029847 rtnbit1 0 
-0x6ad2 029848 ifetch 1 ,contr 
-0x6ad3 029849 lshift3 pdata ,pdata 
-0x6ad4 029850 lshift4 pdata ,pdata 
-0x6ad5 029851 iadd temp ,temp 
-0x6ad6 029852 rtn 
-:      029854 get_rfcomm_prarmer_negotiation:
-0x6ad7 029855 ifetch 1 ,contr 
-0x6ad8 029856 store 1 ,mem_pn_dlci 
-0x6ad9 029857 ifetch 1 ,contr 
-0x6ada 029858 store 1 ,mem_pn_credit_flow_type_info 
-0x6adb 029859 ifetch 1 ,contr 
-0x6adc 029860 store 1 ,mem_pn_priority 
-0x6add 029861 ifetch 1 ,contr 
-0x6ade 029862 store 1 ,mem_pn_acknowledg_timer 
-0x6adf 029863 ifetch 2 ,contr 
-0x6ae0 029864 store 2 ,mem_pn_max_frame_size 
-0x6ae1 029865 ifetch 1 ,contr 
-0x6ae2 029866 store 1 ,mem_pn_max_retrans 
-0x6ae3 029867 ifetch 1 ,contr 
-0x6ae4 029868 store 1 ,mem_remote_credits 
-0x6ae5 029869 rtn 
-:      029872 parse_dlci0_rp_uih_ms_cmd:
-0x6ae6 029873 call get_rfcomm_param_modem_status 
-0x6ae7 029875 branch parse_dlci0_rp_uih_ms_cmd_spp 
-:      029877 parse_dlci0_rp_uih_ms_cmd_spp:
-0x6ae8 029878 fetch 1 ,mem_spp_state 
-0x6ae9 029879 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6aea 029880 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6aeb 029881 store 1 ,mem_spp_state 
-0x6aec 029882 fetcht 1 ,mem_pn_dlci 
-0x6aed 029883 lshift2 temp ,temp 
-0x6aee 029884 or_into 3 ,temp 
-0x6aef 029885 call rfcomm_send_modem_status_res 
-0x6af0 029886 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
-0x6af1 029887 branch rfcomm_rx_process_end 
-:      029889 parse_dlci0_rp_uih_ms_res:
-0x6af2 029890 jam bt_evt_spp_connected ,mem_fifo_temp 
-0x6af3 029891 call ui_ipc_send_event 
-0x6af4 029892 call get_rfcomm_param_modem_status 
-0x6af5 029893 fetch 1 ,mem_ms_channel 
-0x6af6 029894 sub pdata ,1 ,null 
-0x6af7 029895 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
-0x6af8 029896 branch assert 
-:      029897 parse_dlci0_rp_uih_ms_res_spp:
-0x6af9 029898 fetch 1 ,mem_spp_state 
-0x6afa 029899 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6afb 029900 store 1 ,mem_spp_state 
-0x6afc 029901 branch rfcomm_rx_process_end 
-:      029903 parse_dlci0_rp_uih_cmd_port:
-0x6afd 029904 call get_param_payload_ptr 
-0x6afe 029905 ifetch 1 ,contr 
-0x6aff 029906 store 1 ,mem_rpn_dlci 
-0x6b00 029907 call l2cap_malloc_rfcomm_channel 
-0x6b01 029908 call l2cap_get_rfcomm_tx_buff 
-0x6b02 029909 setarg 0x000e 
-0x6b03 029910 istore 2 ,contw 
-0x6b04 029911 fetch 2 ,mem_rfcomm_remote_cid 
-0x6b05 029912 istore 2 ,contw 
-0x6b06 029913 fetch 1 ,mem_rfcomm_initiator 
-0x6b07 029915 lshift pdata ,pdata 
-0x6b08 029916 set1 0 ,pdata 
-0x6b09 029917 istore 1 ,contw 
-0x6b0a 029918 bpatchx patch34_7 ,mem_patch34 
-0x6b0b 029919 setarg 0x15ef 
-0x6b0c 029920 istore 2 ,contw 
-0x6b0d 029921 setarg 0x1191 
-0x6b0e 029922 istore 2 ,contw 
-0x6b0f 029925 fetch 1 ,mem_rpn_dlci 
-0x6b10 029926 istore 1 ,contw 
-0x6b11 029927 setarg 0x000007 
-0x6b12 029928 istore 5 ,contw 
-0x6b13 029931 setarg 0x01 
-0x6b14 029932 istore 2 ,contw 
-0x6b15 029935 call rfcomm_calculate_fcs_dlci0 
-0x6b16 029936 istore 1 ,contw 
-0x6b17 029937 rtn 
-:      029941 parse_uih_rp:
-0x6b18 029942 branch parse_uih_rp_spp 
-:      029944 parse_uih_rp_spp:
-0x6b19 029945 bpatchx patch35_0 ,mem_patch35 
-0x6b1a 029946 fetch 1 ,mem_current_frame_type 
-0x6b1b 029947 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
-0x6b1c 029948 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
-0x6b1d 029949 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6b1e 029950 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6b1f 029951 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
-0x6b20 029952 rtn 
-:      029953 parse_uih_rp_spp_ua:
-0x6b21 029954 fetch 1 ,mem_spp_state 
-0x6b22 029955 set1 rfcomm_channel_state_ua ,pdata 
-0x6b23 029956 store 1 ,mem_spp_state 
-0x6b24 029957 branch rfcomm_rx_process_end 
-:      029958 parse_uih_rp_spp_sabm:
-0x6b25 029959 fetch 1 ,mem_spp_state 
-0x6b26 029960 set1 rfcomm_channel_state_ua ,pdata 
-0x6b27 029961 set1 rfcomm_channel_state_sabm ,pdata 
-0x6b28 029962 store 1 ,mem_spp_state 
-0x6b29 029963 fetch 1 ,mem_current_adss 
-0x6b2a 029964 call rfcomm_calculate_fcs_ua 
-0x6b2b 029965 store 1 ,mem_current_fcs 
-0x6b2c 029966 call rfcomm_send_ua 
-0x6b2d 029967 fetch 1 ,mem_current_adss 
-0x6b2e 029968 rshift2 pdata ,pdata 
-0x6b2f 029969 store 1 ,mem_pn_dlci 
-0x6b30 029970 lshift2 pdata ,pdata 
-0x6b31 029971 set0 rfcomm_address_cr ,pdata 
-0x6b32 029972 set1 rfcomm_address_ext_len ,pdata 
-0x6b33 029973 arg mem_hiufcs_spp ,temp 
-0x6b34 029974 storet 2 ,mem_contw_temp 
-0x6b35 029975 call rfcomm_save_fcs_uih 
-0x6b36 029976 branch rfcomm_rx_process_end 
-:      029978 parse_uih_spp_uih_credits:
-0x6b37 029979 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b38 029980 copy pdata ,contr 
-0x6b39 029981 increase 1 ,pdata 
-0x6b3a 029982 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b3b 029983 ifetch 1 ,contr 
-0x6b3c 029984 fetcht 1 ,mem_remote_credits 
-0x6b3d 029985 iadd temp ,pdata 
-0x6b3e 029986 store 1 ,mem_remote_credits 
-:      029987 parse_uih_spp_uih:
-0x6b3f 029988 call rfcomm_increase_credit_given 
-:      029989 parse_uih_spp_uih_cont:
-0x6b40 029990 call get_rfcomm_snd_adss 
-0x6b41 029991 call rfcomm_send_uih_without_payload 
-0x6b42 029992 call spp_process_rx_data 
-0x6b43 029993 branch rfcomm_rx_process_end 
-:      029995 parse_uih_rp_spp_disconn_send_event:
-0x6b44 029996 jam bt_evt_spp_disconnected ,mem_fifo_temp 
-0x6b45 029997 call ui_ipc_send_event 
-:      029998 parse_uih_rp_spp_disconn:
-0x6b46 029999 call rfcomm_init_spp 
-0x6b47 030000 fetch 1 ,mem_current_adss 
-0x6b48 030001 call rfcomm_calculate_fcs_ua 
-0x6b49 030002 store 1 ,mem_current_fcs 
-0x6b4a 030003 call rfcomm_send_ua 
-0x6b4b 030004 branch rfcomm_rx_process_end 
-:      030009 rfcomm_rx_process_reconn:
-0x6b4c 030010 fetch 2 ,mem_l2cap_payload_ptr 
-0x6b4d 030011 copy pdata ,contr 
-0x6b4e 030012 call get_rfcomm_head_struct 
-0x6b4f 030013 fetch 1 ,mem_current_channel 
-0x6b50 030014 beq 0 ,parse_dlci0_reconn 
-0x6b51 030015 branch parse_uih_reconn 
-:      030017 parse_dlci0_reconn:
-0x6b52 030018 bpatchx patch35_1 ,mem_patch35 
-0x6b53 030019 fetch 1 ,mem_current_frame_type 
-0x6b54 030020 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6b55 030021 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6b56 030022 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
-0x6b57 030023 branch rfcomm_rx_process_end 
-:      030024 parse_dlci0_reconn_uih:
-0x6b58 030025 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b59 030026 copy pdata ,contr 
-0x6b5a 030027 call get_rfcomm_uih_head_struct 
-0x6b5b 030028 fetch 1 ,mem_uih_cmd_type 
-0x6b5c 030029 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
-0x6b5d 030030 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
-0x6b5e 030031 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
-0x6b5f 030032 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
-0x6b60 030033 branch rfcomm_rx_process_end 
-:      030035 parse_dlci0_reconn_uih_pn_cmd:
-0x6b61 030036 call parse_dlci0_rp_uih_pn_res_common 
-0x6b62 030037 fetch 1 ,mem_pn_dlci 
-0x6b63 030038 rshift pdata ,pdata 
-0x6b64 030039 fetcht 1 ,mem_remote_spp_channel 
-0x6b65 030040 isub temp ,null 
-0x6b66 030041 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
-0x6b67 030042 branch assert 
-:      030043 parse_dlci0_reconn_uih_pn_cmd_spp:
-0x6b68 030044 fetch 1 ,mem_spp_state 
-0x6b69 030045 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6b6a 030046 store 1 ,mem_spp_state 
-0x6b6b 030047 branch rfcomm_rx_process_end 
-:      030049 parse_dlci0_reconn_uih_ms_cmd:
-0x6b6c 030050 call get_rfcomm_param_modem_status 
-0x6b6d 030051 fetch 1 ,mem_ms_channel 
-0x6b6e 030052 fetcht 1 ,mem_remote_spp_channel 
-0x6b6f 030053 isub temp ,null 
-0x6b70 030054 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
-0x6b71 030055 branch assert 
-0x6b72 030056 branch rfcomm_rx_process_end 
-:      030057 parse_dlci0_reconn_uih_ms_cmd_spp:
-0x6b73 030058 fetch 1 ,mem_spp_state 
-0x6b74 030059 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6b75 030060 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6b76 030061 store 1 ,mem_spp_state 
-0x6b77 030062 fetcht 1 ,mem_pn_dlci 
-0x6b78 030063 lshift2 temp ,temp 
-0x6b79 030064 or_into 3 ,temp 
-0x6b7a 030065 call rfcomm_send_modem_status_res 
-0x6b7b 030066 branch rfcomm_rx_process_end 
-:      030068 parse_dlci0_reconn_uih_ms_res:
-0x6b7c 030069 call get_rfcomm_param_modem_status 
-0x6b7d 030070 fetch 1 ,mem_ms_channel 
-0x6b7e 030071 fetcht 1 ,mem_remote_spp_channel 
-0x6b7f 030072 isub temp ,null 
-0x6b80 030073 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
-0x6b81 030074 branch assert 
-:      030075 parse_dlci0_reconn_uih_ms_res_spp:
-0x6b82 030076 fetch 1 ,mem_spp_state 
-0x6b83 030077 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6b84 030078 store 1 ,mem_spp_state 
-0x6b85 030079 branch rfcomm_rx_process_end 
-:      030081 parse_uih_reconn:
-0x6b86 030082 fetch 1 ,mem_current_channel 
-0x6b87 030083 fetcht 1 ,mem_remote_spp_channel 
-0x6b88 030084 isub temp ,null 
-0x6b89 030085 branch parse_uih_reconn_spp ,zero 
-0x6b8a 030086 branch assert 
-0x6b8b 030087 branch rfcomm_rx_process_end 
-:      030089 parse_uih_reconn_spp:
-0x6b8c 030090 fetch 1 ,mem_current_frame_type 
-0x6b8d 030091 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
-0x6b8e 030092 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6b8f 030093 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6b90 030094 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
-:      030095 parse_uih_reconn_spp_ua:
-0x6b91 030096 fetch 1 ,mem_spp_state 
-0x6b92 030097 set1 rfcomm_channel_state_ua ,pdata 
-0x6b93 030098 store 1 ,mem_spp_state 
-0x6b94 030099 branch rfcomm_rx_process_end 
-:      030100 parse_uih_reconn_spp_sabm:
-0x6b95 030101 branch parse_uih_reconn_spp_sabm 
-:      030102 parse_uih_reconn_spp_disconn:
-0x6b96 030103 branch parse_uih_rp_spp_disconn 
-:      030104 rfcomm_rx_process_end:
-0x6b97 030105 rtn 
-:      030107 rfcomm_send_more_pkt:
-0x6b98 030108 fetch 1 ,mem_rfcomm_send_more_pkt 
-0x6b99 030109 rtn blank 
-0x6b9a 030110 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
-0x6b9b 030111 branch assert 
-:      030113 rfcomm_send_more_pkt_msc_cmd_spp:
-0x6b9c 030114 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6b9d 030115 call l2cap_malloc_rfcomm_channel 
-0x6b9e 030116 arg spp_slave_channel ,temp 
-0x6b9f 030117 fetcht 1 ,mem_pn_dlci 
-0x6ba0 030118 lshift2 temp ,temp 
-:      030119 rfcomm_send_more_pkt_msc_cmd_spp0:
-0x6ba1 030120 or_into 0x03 ,temp 
-0x6ba2 030121 arg 0xaa ,rega 
-0x6ba3 030122 call rfcomm_send_modem_status_cmd 
-0x6ba4 030123 call l2cap_get_rfcomm_tx_buff 
-0x6ba5 030124 copy contw ,contr 
-0x6ba6 030125 ifetch 2 ,contr 
-0x6ba7 030126 branch assert ,blank 
-0x6ba8 030127 rtn 
-:      030129 rfcomm_send_sabm:
-0x6ba9 030130 call l2cap_get_rfcomm_tx_buff 
-0x6baa 030131 setarg 0x0004 
-0x6bab 030132 istore 2 ,contw 
-0x6bac 030133 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bad 030134 istore 2 ,contw 
-0x6bae 030135 fetch 1 ,mem_current_adss 
-0x6baf 030136 istore 1 ,contw 
-0x6bb0 030137 bpatchx patch35_2 ,mem_patch35 
-0x6bb1 030138 setarg 0x013f 
-0x6bb2 030139 istore 2 ,contw 
-0x6bb3 030140 fetch 1 ,mem_current_fcs 
-0x6bb4 030141 istore 1 ,contw 
-0x6bb5 030142 rtn 
-:      030143 rfcomm_send_ua:
-0x6bb6 030144 call l2cap_malloc_rfcomm_channel 
-0x6bb7 030145 call l2cap_get_rfcomm_tx_buff 
-0x6bb8 030146 setarg 0x0004 
-0x6bb9 030147 istore 2 ,contw 
-0x6bba 030148 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bbb 030149 istore 2 ,contw 
-0x6bbc 030150 fetch 1 ,mem_current_adss 
-0x6bbd 030151 istore 1 ,contw 
-0x6bbe 030152 bpatchx patch35_3 ,mem_patch35 
-0x6bbf 030153 setarg 0x0173 
-0x6bc0 030154 istore 2 ,contw 
-0x6bc1 030155 fetch 1 ,mem_current_fcs 
-0x6bc2 030156 istore 1 ,contw 
-0x6bc3 030157 rtn 
-:      030158 rfcomm_send_param_neg_cmd:
-0x6bc4 030159 call l2cap_get_rfcomm_tx_buff 
-0x6bc5 030160 setarg 0x000e 
-0x6bc6 030161 istore 2 ,contw 
-0x6bc7 030162 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bc8 030163 istore 2 ,contw 
-0x6bc9 030164 fetch 1 ,mem_rfcomm_initiator 
-0x6bca 030165 lshift pdata ,pdata 
-0x6bcb 030166 set1 0 ,pdata 
-0x6bcc 030167 istore 1 ,contw 
-0x6bcd 030168 bpatchx patch35_4 ,mem_patch35 
-0x6bce 030169 setarg 0x15ef 
-0x6bcf 030170 istore 2 ,contw 
-0x6bd0 030171 setarg 0x1183 
-0x6bd1 030172 istore 2 ,contw 
-0x6bd2 030173 copy temp ,pdata 
-0x6bd3 030174 istore 1 ,contw 
-0x6bd4 030175 setarg 0x0000f0 
-0x6bd5 030176 istore 3 ,contw 
-0x6bd6 030177 setarg rfcomm_max_frame_size 
-0x6bd7 030178 istore 2 ,contw 
-0x6bd8 030179 setarg 0 
-0x6bd9 030180 istore 1 ,contw 
-0x6bda 030181 setarg 0x01 
-0x6bdb 030182 istore 1 ,contw 
-0x6bdc 030183 call rfcomm_calculate_fcs_dlci0 
-0x6bdd 030184 istore 1 ,contw 
-0x6bde 030185 jam 0x10 ,mem_credit_given 
-0x6bdf 030186 rtn 
-:      030187 rfcomm_send_param_neg_res:
-0x6be0 030188 call l2cap_malloc_rfcomm_channel 
-0x6be1 030189 call l2cap_get_rfcomm_tx_buff 
-0x6be2 030190 setarg 0x000e 
-0x6be3 030191 istore 2 ,contw 
-0x6be4 030192 fetch 2 ,mem_rfcomm_remote_cid 
-0x6be5 030193 istore 2 ,contw 
-0x6be6 030194 fetch 1 ,mem_rfcomm_initiator 
-0x6be7 030195 lshift pdata ,pdata 
-0x6be8 030196 set1 0 ,pdata 
-0x6be9 030197 istore 1 ,contw 
-0x6bea 030198 bpatchx patch35_5 ,mem_patch35 
-0x6beb 030199 setarg 0x15ef 
-0x6bec 030200 istore 2 ,contw 
-0x6bed 030201 setarg 0x1181 
-0x6bee 030202 istore 2 ,contw 
-0x6bef 030203 fetch 1 ,mem_pn_dlci 
-0x6bf0 030204 istore 1 ,contw 
-0x6bf1 030205 setarg 0x0000e0 
-0x6bf2 030206 istore 3 ,contw 
-0x6bf3 030207 fetch 2 ,mem_rfcomm_max_frame_size 
-0x6bf4 030208 istore 2 ,contw 
-0x6bf5 030209 setarg 0x00 
-0x6bf6 030210 istore 1 ,contw 
-0x6bf7 030211 fetch 1 ,mem_rfcomm_credit_init_data 
-0x6bf8 030212 istore 1 ,contw 
-0x6bf9 030213 call rfcomm_calculate_fcs_dlci0 
-0x6bfa 030214 istore 1 ,contw 
-0x6bfb 030215 rtn 
-:      030216 rfcomm_send_modem_status_cmd:
-0x6bfc 030217 call l2cap_get_rfcomm_tx_buff 
-0x6bfd 030218 setarg 0x0008 
-0x6bfe 030219 istore 2 ,contw 
-0x6bff 030220 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c00 030221 istore 2 ,contw 
-0x6c01 030222 fetch 1 ,mem_rfcomm_initiator 
-0x6c02 030223 lshift pdata ,pdata 
-0x6c03 030224 set1 0 ,pdata 
-0x6c04 030225 istore 1 ,contw 
-0x6c05 030226 bpatchx patch35_6 ,mem_patch35 
-0x6c06 030227 setarg 0x09ef 
-0x6c07 030228 istore 2 ,contw 
-0x6c08 030229 setarg 0x05e3 
-0x6c09 030230 istore 2 ,contw 
-0x6c0a 030231 copy temp ,pdata 
-0x6c0b 030232 istore 1 ,contw 
-0x6c0c 030233 setarg 0x8d 
-0x6c0d 030234 istore 1 ,contw 
-0x6c0e 030235 call rfcomm_calculate_fcs_dlci0 
-0x6c0f 030236 istore 1 ,contw 
-0x6c10 030237 rtn 
-:      030239 rfcomm_send_modem_status_res:
-0x6c11 030240 call l2cap_malloc_rfcomm_channel 
-0x6c12 030241 call l2cap_get_rfcomm_tx_buff 
-0x6c13 030242 setarg 0x0008 
-0x6c14 030243 istore 2 ,contw 
-0x6c15 030244 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c16 030245 istore 2 ,contw 
-0x6c17 030246 copy temp ,timeup 
-0x6c18 030247 fetch 1 ,mem_rfcomm_initiator 
-0x6c19 030248 lshift pdata ,pdata 
-0x6c1a 030249 set1 0 ,pdata 
-0x6c1b 030250 istore 1 ,contw 
-0x6c1c 030251 bpatchx patch35_7 ,mem_patch35 
-0x6c1d 030252 setarg 0x09ef 
-0x6c1e 030253 istore 2 ,contw 
-0x6c1f 030254 setarg 0x05e1 
-0x6c20 030255 istore 2 ,contw 
-0x6c21 030256 copy timeup ,pdata 
-0x6c22 030257 istore 1 ,contw 
-0x6c23 030258 setarg 0x8d 
-0x6c24 030259 istore 1 ,contw 
-0x6c25 030260 call rfcomm_calculate_fcs_dlci0 
-0x6c26 030261 istore 1 ,contw 
-0x6c27 030262 rtn 
-:      030264 rfcomm_send_uih_without_payload:
-0x6c28 030265 bpatchx patch36_0 ,mem_patch36 
-0x6c29 030266 fetch 1 ,mem_credit_given 
-0x6c2a 030267 rtn blank 
-0x6c2b 030268 hfetch 2 ,core_uart_rxitems 
-0x6c2c 030269 nrtn blank 
-0x6c2d 030270 copy rega ,pdata 
-0x6c2e 030271 store 1 ,mem_pdatatemp + 1 
-0x6c2f 030272 storet 1 ,mem_pdatatemp 
-0x6c30 030273 call l2cap_malloc_is_fifo_full 
-0x6c31 030274 nrtn blank 
-0x6c32 030275 call l2cap_malloc_rfcomm_channel 
-0x6c33 030276 call l2cap_get_rfcomm_tx_buff 
-0x6c34 030277 setarg 0x05 
-0x6c35 030278 istore 2 ,contw 
-0x6c36 030279 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c37 030280 istore 2 ,contw 
-0x6c38 030281 fetch 1 ,mem_rfcomm_send_adss 
-0x6c39 030282 istore 1 ,contw 
-0x6c3a 030283 setarg 0x01ff 
-0x6c3b 030284 istore 2 ,contw 
-0x6c3c 030285 fetch 1 ,mem_credit_given 
-0x6c3d 030286 istore 1 ,contw 
-0x6c3e 030287 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6c3f 030288 istore 1 ,contw 
-0x6c40 030289 jam 0 ,mem_credit_given 
-0x6c41 030290 rtn 
-:      030292 rfcomm_increase_credit_given:
-0x6c42 030293 bpatchx patch36_1 ,mem_patch36 
-0x6c43 030294 fetch 1 ,mem_credit_flag 
-0x6c44 030295 rtneq credit_enable 
-0x6c45 030296 fetch 2 ,mem_current_length 
-0x6c46 030297 rtn blank 
-0x6c47 030298 fetch 1 ,mem_credit_given 
-0x6c48 030299 increase 1 ,pdata 
-0x6c49 030300 store 1 ,mem_credit_given 
-0x6c4a 030301 rtn 
-:      030303 spp_process_rx_data:
-0x6c4b 030304 fetch 2 ,mem_cb_receive_spp_data 
-0x6c4c 030305 branch callback_func 
-:      030307 spp_tx_rfcomm_packet:
-0x6c4d 030308 bpatchx patch36_2 ,mem_patch36 
-0x6c4e 030310 fetch 1 ,mem_remote_credits 
-0x6c4f 030311 rtn blank 
-0x6c50 030312 increase -1 ,pdata 
-0x6c51 030313 store 1 ,mem_remote_credits 
-0x6c52 030314 fetch 2 ,mem_pn_max_frame_size 
-0x6c53 030315 fetcht 2 ,mem_current_packet_length 
-0x6c54 030316 isub temp ,null 
-0x6c55 030317 branch ssp_tx_rfcomm_from_uart ,positive 
-0x6c56 030318 store 2 ,mem_current_packet_length 
-:      030319 ssp_tx_rfcomm_from_uart:
-0x6c57 030320 fetch 1 ,mem_credit_given 
-0x6c58 030321 branch ssp_tx_rfcomm_from_uart_without_credit ,blank 
-0x6c59 030322 jam 1 ,mem_rfcomm_send_offset 
-0x6c5a 030323 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6c5b 030324 store 1 ,mem_rfcomm_send_fcs 
-0x6c5c 030325 setarg rsp_rx_uih_wdata 
-0x6c5d 030326 store 1 ,mem_rfcomm_send_frame_type 
-0x6c5e 030327 branch ssp_tx_rfcomm_from_uart_common 
-:      030328 ssp_tx_rfcomm_from_uart_without_credit:
-0x6c5f 030329 jam 0 ,mem_rfcomm_send_offset 
-0x6c60 030330 fetch 1 ,mem_hiufcs_spp 
-0x6c61 030331 store 1 ,mem_rfcomm_send_fcs 
-0x6c62 030332 setarg rsp_tx_uih 
-0x6c63 030333 store 1 ,mem_rfcomm_send_frame_type 
-:      030334 ssp_tx_rfcomm_from_uart_common:
-0x6c64 030335 bpatchx patch36_3 ,mem_patch36 
-0x6c65 030336 fetch 2 ,mem_current_packet_length 
-0x6c66 030337 sub pdata ,127 ,null 
-0x6c67 030338 branch ssp_tx_rfcomm_from_uart_common0 ,positive 
-0x6c68 030339 fetch 1 ,mem_rfcomm_send_offset 
-0x6c69 030340 increase 1 ,pdata 
-0x6c6a 030341 store 1 ,mem_rfcomm_send_offset 
-:      030342 ssp_tx_rfcomm_from_uart_common0:
-0x6c6b 030343 call get_rfcomm_snd_adss 
-0x6c6c 030344 fetch 2 ,mem_current_packet_length 
-0x6c6d 030345 increase 8 ,pdata 
-0x6c6e 030346 fetcht 1 ,mem_rfcomm_send_offset 
-0x6c6f 030347 iadd temp ,rega 
-0x6c70 030349 call l2cap_malloc 
-0x6c71 030350 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x6c72 030351 increase 4 ,pdata 
-0x6c73 030352 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x6c74 030353 copy pdata ,contw 
-0x6c75 030354 fetch 1 ,mem_rfcomm_send_adss 
-0x6c76 030355 istore 1 ,contw 
-0x6c77 030356 fetch 1 ,mem_rfcomm_send_frame_type 
-0x6c78 030357 istore 1 ,contw 
-0x6c79 030358 call ssp_tx_write_length 
-0x6c7a 030359 call ssp_tx_write_given_credit 
-0x6c7b 030360 bpatchx patch36_4 ,mem_patch36 
-0x6c7c 030361 fetch 2 ,mem_nl_rx_data_src 
-0x6c7d 030362 copy pdata ,contru 
-0x6c7e 030363 fetch 2 ,mem_current_packet_length 
-0x6c7f 030364 copy pdata ,loopcnt 
-0x6c80 030365 call uart_copy_rx_bytes_fast 
-0x6c81 030366 copy contw ,temp 
-0x6c82 030367 copy contru ,pdata 
-0x6c83 030368 store 2 ,mem_nl_rx_data_src 
-0x6c84 030369 copy temp ,contw 
-0x6c85 030370 fetch 1 ,mem_rfcomm_send_fcs 
-0x6c86 030371 istore 1 ,contw 
-0x6c87 030372 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x6c88 030373 copy pdata ,contw 
-0x6c89 030374 fetch 2 ,mem_current_packet_length 
-0x6c8a 030375 fetcht 1 ,mem_rfcomm_send_offset 
-0x6c8b 030376 iadd temp ,pdata 
-0x6c8c 030377 increase 4 ,pdata 
-0x6c8d 030378 istore 2 ,contw 
-0x6c8e 030379 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c8f 030380 istore 2 ,contw 
-0x6c90 030381 jam 0 ,mem_credit_given 
-0x6c91 030382 fetch 2 ,mem_nl_rx_len_all 
-0x6c92 030383 beq 0 ,module_hci_command_tx_spp_tx_complete 
-0x6c93 030384 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x6c94 030385 rtn 
-:      030387 ssp_tx_write_length:
-0x6c95 030388 bpatchx patch36_5 ,mem_patch36 
-0x6c96 030389 fetch 2 ,mem_current_packet_length 
-0x6c97 030390 sub pdata ,0x7f ,null 
-0x6c98 030391 nbranch ssp_tx_write_long_packet ,positive 
-0x6c99 030392 lshift pdata ,pdata 
-0x6c9a 030393 set1 0 ,pdata 
-0x6c9b 030394 istore 1 ,contw 
-0x6c9c 030395 rtn 
-:      030396 ssp_tx_write_long_packet:
-0x6c9d 030397 fetch 2 ,mem_current_packet_length 
-0x6c9e 030398 rshift3 pdata ,pdata 
-0x6c9f 030399 rshift4 pdata ,temp 
-0x6ca0 030400 and_into 0x7f ,pdata 
-0x6ca1 030401 lshift pdata ,pdata 
-0x6ca2 030402 set0 0 ,pdata 
-0x6ca3 030403 istore 1 ,contw 
-0x6ca4 030404 istoret 1 ,contw 
-0x6ca5 030405 rtn 
-:      030406 ssp_tx_write_given_credit:
-0x6ca6 030407 fetch 1 ,mem_credit_given 
-0x6ca7 030408 rtn blank 
-0x6ca8 030409 istore 1 ,contw 
-0x6ca9 030410 rtn 
-:      030415 scheduler_process:
-0x6caa 030416 bpatchx patch36_6 ,mem_patch36 
-0x6cab 030417 call check_51cmd 
-0x6cac 030418 call app_process_bb_event 
-0x6cad 030419 call process_conn_sm 
-0x6cae 030421 bpatchx patch36_7 ,mem_patch36 
-0x6caf 030422 call sp_calc_sequence 
-0x6cb0 030423 call simple_pairing_sequence 
-0x6cb1 030424 call master_simple_paring_sequence 
-0x6cb2 030427 call l2cap_malloc_is_fifo_full 
-0x6cb3 030428 nrtn blank 
-0x6cb4 030430 call l2cap_call_proc_sigal_pending 
-0x6cb5 030431 call l2cap_malloc_is_fifo_full 
-0x6cb6 030432 nrtn blank 
-0x6cb7 030433 bpatchx patch37_0 ,mem_patch37 
-0x6cb8 030435 call process_upper_sm 
-0x6cb9 030436 call l2cap_send_config_req 
-0x6cba 030437 call rfcomm_send_more_pkt 
-:      030438 scheduler_process0:
-0x6cbb 030439 call scheduler_tx_disconnect_hid 
-0x6cbc 030440 bpatchx patch37_1 ,mem_patch37 
-0x6cbd 030443 branch app_process_bt 
-:      030445 scheduler_tx_disconnect_hid:
-0x6cbe 030446 fetch 1 ,mem_control_tasks 
-0x6cbf 030447 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
-0x6cc0 030448 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
-0x6cc1 030449 rtn 
-:      030451 scheduler_tx_l2cap_pkt:
-0x6cc2 030452 bpatchx patch37_2 ,mem_patch37 
-0x6cc3 030453 call l2cap_malloc_is_fifo_empty 
-0x6cc4 030454 rtn blank 
-0x6cc5 030455 fetch 1 ,mem_op 
-0x6cc6 030456 rtnbit1 op_txl2cap 
-0x6cc7 030457 call l2cap_malloc_fifo_out 
-0x6cc8 030458 store 2 ,mem_txptr 
-0x6cc9 030459 copy pdata ,contr 
-0x6cca 030460 ifetch 2 ,contr 
-0x6ccb 030461 increase 4 ,pdata 
-0x6ccc 030462 store 2 ,mem_tx_len 
-0x6ccd 030463 jam 6 ,mem_tx_lch 
-0x6cce 030464 bpatchx patch37_3 ,mem_patch37 
-0x6ccf 030465 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6cd0 030466 branch scheduler_tx_l2cap_start_pkt ,blank 
-0x6cd1 030467 fetch 1 ,mem_op 
-0x6cd2 030468 rtnbit0 op_pkt_comp 
-0x6cd3 030469 set0 op_pkt_comp ,pdata 
-0x6cd4 030470 store 1 ,mem_op 
-0x6cd5 030471 jam 5 ,mem_tx_lch 
-0x6cd6 030472 fetcht 2 ,mem_l2cap_tx_multi_offset 
-0x6cd7 030473 fetch 2 ,mem_txptr 
-0x6cd8 030474 iadd temp ,pdata 
-0x6cd9 030475 store 2 ,mem_txptr 
-0x6cda 030476 fetch 2 ,mem_tx_len 
-0x6cdb 030477 isub temp ,pdata 
-0x6cdc 030478 store 2 ,mem_tx_len 
-:      030479 scheduler_tx_l2cap_start_pkt:
-0x6cdd 030480 bpatchx patch37_4 ,mem_patch37 
-0x6cde 030481 fetch 2 ,mem_tx_len 
-0x6cdf 030482 branch assert ,blank 
-0x6ce0 030483 arg l2cap_max_pkt_len ,temp 
-0x6ce1 030484 isub temp ,pdata 
-0x6ce2 030485 nbranch scheduler_tx_l2cap_last_pkt ,positive 
-0x6ce3 030486 bpatchx patch37_5 ,mem_patch37 
-0x6ce4 030487 storet 2 ,mem_tx_len 
-0x6ce5 030488 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6ce6 030489 iadd temp ,pdata 
-0x6ce7 030490 store 2 ,mem_l2cap_tx_multi_offset 
-0x6ce8 030491 branch scheduler_tx_l2cap_pkt_end 
-:      030492 scheduler_tx_l2cap_last_pkt:
-0x6ce9 030493 setarg 0 
-0x6cea 030494 store 2 ,mem_l2cap_tx_multi_offset 
-:      030495 scheduler_tx_l2cap_pkt_end:
-0x6ceb 030496 fetch 1 ,mem_op 
-0x6cec 030497 set1 op_txl2cap ,pdata 
-0x6ced 030498 store 1 ,mem_op 
-0x6cee 030499 rtn 
-:      030501 scheduler_start_upper_sm:
-0x6cef 030502 fetch 1 ,mem_ui_profile_supported 
-0x6cf0 030503 bbit1 support_hid ,scheduler_start_upper_sm_hid 
-0x6cf1 030504 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
-0x6cf2 030505 rtn 
-:      030506 scheduler_start_upper_sm_hid:
-0x6cf3 030507 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6cf4 030508 rtn 
-:      030510 process_upper_sm:
-0x6cf5 030511 fetch 1 ,memui_reconnect_mode 
-0x6cf6 030512 nbranch process_upper_sm_reconn ,blank 
-:      030513 process_upper_sm_remote_page:
-0x6cf7 030514 fetch 1 ,mem_upper_sm_remote_page 
-0x6cf8 030516 rtn blank 
-0x6cf9 030518 jam 0 ,mem_upper_sm_remote_page 
-:      030519 process_upper_sm_rp_wait:
-0x6cfa 030520 rtn 
-:      030523 process_upper_sm_reconn:
-0x6cfb 030524 bpatchx patch37_6 ,mem_patch37 
-0x6cfc 030525 fetch 1 ,mem_upper_sm_reconn 
-0x6cfd 030526 rtn blank 
-0x6cfe 030527 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
-0x6cff 030528 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
-0x6d00 030529 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
-0x6d01 030530 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
-0x6d02 030531 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
-0x6d03 030532 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
-0x6d04 030533 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
-0x6d05 030534 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
-0x6d06 030535 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
-0x6d07 030536 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
-0x6d08 030537 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
-0x6d09 030538 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
-0x6d0a 030539 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
-0x6d0b 030540 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
-0x6d0c 030541 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
-0x6d0d 030542 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
-0x6d0e 030543 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
-0x6d0f 030544 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
-0x6d10 030545 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
-0x6d11 030546 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
-0x6d12 030547 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
-0x6d13 030548 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
-0x6d14 030549 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
-0x6d15 030550 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
-0x6d16 030551 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
-0x6d17 030552 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
-0x6d18 030553 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
-0x6d19 030554 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
-:      030555 process_upper_sm_reconn_wait:
-0x6d1a 030556 rtn 
-:      030557 process_upper_sm_reconn_sdp_conn:
-0x6d1b 030558 call upper_sm_send_sdp_conn 
-0x6d1c 030559 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
-0x6d1d 030560 fetch 1 ,mem_sdp_state 
-0x6d1e 030561 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d1f 030562 store 1 ,mem_sdp_state 
-0x6d20 030563 rtn 
-:      030564 process_upper_sm_reconn_sdp_cfg:
-0x6d21 030565 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6d22 030566 fetch 1 ,mem_sdp_state 
-0x6d23 030567 rtnbit1 l2cap_channel_state_snd_cfg_req 
-0x6d24 030568 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6d25 030569 call upper_sm_send_sdp_cfg 
-0x6d26 030570 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6d27 030571 fetch 1 ,mem_sdp_state 
-0x6d28 030572 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d29 030573 store 1 ,mem_sdp_state 
-0x6d2a 030574 rtn 
-:      030575 process_upper_sm_reconn_ss_spp:
-0x6d2b 030576 call l2cap_malloc_is_fifo_empty 
-0x6d2c 030577 nrtn blank 
-0x6d2d 030578 call upper_sm_send_ss_spp 
-0x6d2e 030579 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
-0x6d2f 030580 rtn 
-:      030581 process_upper_sm_reconn_sdp_disconn:
-0x6d30 030582 call upper_sm_send_sdp_disconn 
-0x6d31 030583 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
-0x6d32 030584 rtn 
-:      030585 process_upper_sm_reconn_hid_ctrl_conn:
-0x6d33 030586 call upper_sm_send_hid_ctrl_conn 
-0x6d34 030587 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
-0x6d35 030588 fetch 1 ,mem_hid_control_state 
-0x6d36 030589 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d37 030590 store 1 ,mem_hid_control_state 
-0x6d38 030591 rtn 
-:      030592 process_upper_sm_reconn_hid_ctrl_cfg:
-0x6d39 030593 call upper_sm_send_hid_ctrl_cfg 
-0x6d3a 030594 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
-0x6d3b 030595 fetch 1 ,mem_hid_control_state 
-0x6d3c 030596 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d3d 030597 store 1 ,mem_hid_control_state 
-0x6d3e 030598 rtn 
-:      030599 process_upper_sm_reconn_hid_int_conn:
-0x6d3f 030600 call upper_sm_send_hid_int_conn 
-0x6d40 030601 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
-0x6d41 030602 fetch 1 ,mem_hid_interrupt_state 
-0x6d42 030603 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d43 030604 store 1 ,mem_hid_interrupt_state 
-0x6d44 030605 rtn 
-:      030606 process_upper_sm_reconn_hid_int_cfg:
-0x6d45 030607 call upper_sm_send_hid_int_cfg 
-0x6d46 030608 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
-0x6d47 030609 fetch 1 ,mem_hid_interrupt_state 
-0x6d48 030610 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d49 030611 store 1 ,mem_hid_interrupt_state 
-0x6d4a 030612 rtn 
-:      030613 process_upper_sm_reconn_rfcomm_conn:
-0x6d4b 030614 call upper_sm_send_rfcomm_conn 
-0x6d4c 030615 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
-0x6d4d 030616 fetch 1 ,mem_rfcomm_state 
-0x6d4e 030617 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d4f 030618 store 1 ,mem_rfcomm_state 
-0x6d50 030619 rtn 
-:      030620 process_upper_sm_reconn_rfcomm_cfg:
-0x6d51 030621 call upper_sm_send_rfcomm_cfg 
-0x6d52 030622 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
-0x6d53 030623 fetch 1 ,mem_rfcomm_state 
-0x6d54 030624 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d55 030625 store 1 ,mem_rfcomm_state 
-0x6d56 030626 rtn 
-:      030627 process_upper_sm_reconn_rfcomm_sabm:
-0x6d57 030628 call upper_sm_send_rfcomm_sabm 
-0x6d58 030629 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
-0x6d59 030630 fetch 1 ,mem_rfcomm_state 
-0x6d5a 030631 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6d5b 030632 store 1 ,mem_rfcomm_state 
-0x6d5c 030633 rtn 
-:      030634 process_upper_sm_reconn_spp_cmd_pn:
-0x6d5d 030635 call upper_sm_send_spp_cmd_pn 
-0x6d5e 030636 fetch 1 ,mem_spp_state 
-0x6d5f 030637 set1 rfcomm_channel_state_pn_cmd 
-0x6d60 030638 store 1 ,mem_spp_state 
-0x6d61 030639 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
-0x6d62 030640 rtn 
-:      030641 process_upper_sm_reconn_spp_sabm:
-0x6d63 030642 call upper_sm_send_spp_sabm 
-0x6d64 030643 fetch 1 ,mem_spp_state 
-0x6d65 030644 set1 rfcomm_channel_state_sabm 
-0x6d66 030645 store 1 ,mem_spp_state 
-0x6d67 030646 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
-0x6d68 030647 fetch 1 ,mem_remote_spp_channel 
-0x6d69 030648 lshift3 pdata ,pdata 
-0x6d6a 030649 or_into 3 ,pdata 
-0x6d6b 030650 arg mem_hiufcs_spp ,temp 
-0x6d6c 030651 storet 2 ,mem_contw_temp 
-0x6d6d 030652 branch rfcomm_save_fcs_uih 
-:      030653 process_upper_sm_reconn_spp_cmd_ms:
-0x6d6e 030654 call upper_sm_send_spp_cmd_ms 
-0x6d6f 030655 fetch 1 ,mem_spp_state 
-0x6d70 030656 set1 rfcomm_channel_state_snd_ms_cmd 
-0x6d71 030657 store 1 ,mem_spp_state 
-0x6d72 030658 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
-0x6d73 030659 rtn 
-:      030661 process_upper_sm_reconn_sdp_conn_wait:
-0x6d74 030662 fetch 1 ,mem_sdp_state 
-0x6d75 030663 rtnbit0 l2cap_channel_state_conn_res 
-0x6d76 030664 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6d77 030665 branch process_upper_sm_reconn 
-:      030666 process_upper_sm_reconn_sdp_cfg_wait:
-0x6d78 030667 fetch 1 ,mem_sdp_state 
-0x6d79 030668 rtnne l2cap_channel_setup_complete 
-0x6d7a 030669 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
-:      030670 process_upper_sm_reconn_ss_spp_wait:
-0x6d7b 030671 fetch 1 ,mem_message_to_uppersm 
-0x6d7c 030672 rtnne recieve_ss_reasult_hf 
-0x6d7d 030673 jam 0 ,mem_message_to_uppersm 
-0x6d7e 030674 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
-0x6d7f 030675 branch process_upper_sm_reconn 
-:      030676 process_upper_sm_reconn_sdp_disconn_wait:
-0x6d80 030677 fetch 1 ,mem_sdp_state 
-0x6d81 030678 nrtn blank 
-0x6d82 030679 fetch 1 ,mem_ui_profile_supported 
-0x6d83 030680 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
-0x6d84 030681 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6d85 030682 branch process_upper_sm_reconn_termination 
-:      030683 process_upper_sm_reconn_hid_ctrl_conn_wait:
-0x6d86 030684 fetch 1 ,mem_hid_control_state 
-0x6d87 030685 rtnbit0 l2cap_channel_state_conn_res 
-0x6d88 030686 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
-0x6d89 030687 branch process_upper_sm_reconn 
-:      030688 process_upper_sm_reconn_hid_ctrl_cfg_wait:
-0x6d8a 030689 fetch 1 ,mem_hid_control_state 
-0x6d8b 030690 rtnne l2cap_channel_setup_complete 
-0x6d8c 030691 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
-0x6d8d 030692 branch process_upper_sm_reconn 
-:      030693 process_upper_sm_reconn_hid_int_conn_wait:
-0x6d8e 030694 fetch 1 ,mem_hid_interrupt_state 
-0x6d8f 030695 rtnbit0 l2cap_channel_state_conn_res 
-0x6d90 030696 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
-0x6d91 030697 branch process_upper_sm_reconn 
-:      030698 process_upper_sm_reconn_hid_int_cfg_wait:
-0x6d92 030699 fetch 1 ,mem_hid_interrupt_state 
-0x6d93 030700 rtnne l2cap_channel_setup_complete 
-0x6d94 030701 fetch 1 ,mem_ui_profile_supported 
-0x6d95 030702 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6d96 030703 branch process_upper_sm_reconn_termination 
-:      030704 process_upper_sm_reconn_rfcomm_conn_wait:
-0x6d97 030705 fetch 1 ,mem_rfcomm_state 
-0x6d98 030706 rtnbit0 l2cap_channel_state_conn_res 
-0x6d99 030707 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
-0x6d9a 030708 branch process_upper_sm_reconn 
-:      030709 process_upper_sm_reconn_rfcomm_cfg_wait:
-0x6d9b 030710 fetch 1 ,mem_rfcomm_state 
-0x6d9c 030711 rtnne l2cap_channel_setup_complete 
-0x6d9d 030712 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
-0x6d9e 030713 branch process_upper_sm_reconn 
-:      030714 process_upper_sm_reconn_rfcomm_sabm_wait:
-0x6d9f 030715 fetch 1 ,mem_rfcomm_state 
-0x6da0 030716 rtnne l2cap_channel_rfcomm_dlci0_opened 
-0x6da1 030717 fetch 1 ,mem_ui_profile_supported 
-0x6da2 030718 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
-0x6da3 030719 branch process_upper_sm_reconn_termination 
-:      030720 process_upper_sm_reconn_spp_cmd_pn_wait:
-0x6da4 030721 fetch 1 ,mem_spp_state 
-0x6da5 030722 rtnbit0 rfcomm_channel_state_pn_res 
-0x6da6 030723 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
-0x6da7 030724 branch process_upper_sm_reconn 
-:      030725 process_upper_sm_reconn_spp_sabm_wait:
-0x6da8 030726 fetch 1 ,mem_spp_state 
-0x6da9 030727 rtnbit0 rfcomm_channel_state_ua 
-0x6daa 030728 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
-0x6dab 030729 branch process_upper_sm_reconn 
-:      030730 process_upper_sm_reconn_spp_cmd_ms_wait:
-0x6dac 030731 fetch 1 ,mem_spp_state 
-0x6dad 030732 rtnne rfcomm_channel_setup_complete 
-0x6dae 030733 branch process_upper_sm_reconn_termination 
-:      030735 process_upper_sm_reconn_setup_hid:
-0x6daf 030736 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6db0 030737 branch process_upper_sm_reconn 
-:      030739 process_upper_sm_reconn_setup_rfcomm:
-0x6db1 030740 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
-0x6db2 030741 branch process_upper_sm_reconn 
-:      030742 process_upper_sm_reconn_setup_spp:
-0x6db3 030743 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
-0x6db4 030744 branch process_upper_sm_reconn 
-:      030748 process_upper_sm_reconn_termination:
-0x6db5 030749 jam 0 ,mem_upper_sm_reconn 
-0x6db6 030750 rtn 
-:      030751 upper_sm_send_sdp_conn:
-0x6db7 030752 bpatchx patch37_7 ,mem_patch37 
-0x6db8 030753 call l2cap_malloc_signal_channel 
-0x6db9 030754 setarg psm_sdp 
-0x6dba 030755 copy pdata ,temp 
-0x6dbb 030756 setarg l2cap_sdp_channel 
-0x6dbc 030757 copy pdata ,timeup 
-0x6dbd 030758 branch ml2cap_send_signal_connect_req 
-:      030760 upper_sm_send_sdp_cfg:
-0x6dbe 030761 bpatchx patch38_0 ,mem_patch38 
-0x6dbf 030762 call l2cap_malloc_signal_channel 
-0x6dc0 030763 fetch 2 ,mem_sdp_remote_cid 
-0x6dc1 030764 copy pdata ,temp 
-0x6dc2 030765 branch ml2cap_send_signal_config_req 
-:      030767 upper_sm_send_sdp_disconn:
-0x6dc3 030768 bpatchx patch38_1 ,mem_patch38 
-0x6dc4 030769 call l2cap_malloc_signal_channel 
-0x6dc5 030770 fetch 2 ,mem_sdp_remote_cid 
-0x6dc6 030771 copy pdata ,temp 
-0x6dc7 030772 arg l2cap_sdp_channel ,timeup 
-0x6dc8 030773 call ml2cap_send_signal_disconn_req 
-0x6dc9 030774 fetch 1 ,mem_sdp_state 
-0x6dca 030775 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x6dcb 030776 store 1 ,mem_sdp_state 
-0x6dcc 030777 rtn 
-:      030779 upper_sm_send_ss_spp:
-0x6dcd 030780 bpatchx patch38_2 ,mem_patch38 
-0x6dce 030781 call l2cap_malloc_sdp_channel 
-0x6dcf 030782 call sdp_send_spp_request 
-0x6dd0 030783 branch msdp_send_req_done 
-:      030785 upper_sm_send_rfcomm_conn:
-0x6dd1 030786 bpatchx patch38_3 ,mem_patch38 
-0x6dd2 030787 call l2cap_malloc_signal_channel 
-0x6dd3 030788 setarg psm_rfcomm 
-0x6dd4 030789 copy pdata ,temp 
-0x6dd5 030790 setarg l2cap_rfcomm_channel 
-0x6dd6 030791 copy pdata ,timeup 
-0x6dd7 030792 branch ml2cap_send_signal_connect_req 
-:      030794 upper_sm_send_rfcomm_cfg:
-0x6dd8 030795 bpatchx patch38_4 ,mem_patch38 
-0x6dd9 030796 call l2cap_malloc_signal_channel 
-0x6dda 030797 fetch 2 ,mem_rfcomm_remote_cid 
-0x6ddb 030798 copy pdata ,temp 
-0x6ddc 030799 branch ml2cap_send_signal_config_req 
-:      030801 upper_sm_send_hid_ctrl_conn:
-0x6ddd 030802 bpatchx patch38_5 ,mem_patch38 
-0x6dde 030803 call l2cap_malloc_signal_channel 
-0x6ddf 030804 setarg psm_hid_control 
-0x6de0 030805 copy pdata ,temp 
-0x6de1 030806 setarg l2cap_hid_control_channel 
-0x6de2 030807 copy pdata ,timeup 
-0x6de3 030808 branch ml2cap_send_signal_connect_req 
-:      030810 upper_sm_send_hid_ctrl_cfg:
-0x6de4 030811 bpatchx patch38_6 ,mem_patch38 
-0x6de5 030812 call l2cap_malloc_signal_channel 
-0x6de6 030813 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x6de7 030814 copy pdata ,temp 
-0x6de8 030815 branch ml2cap_send_signal_config_req 
-:      030817 upper_sm_send_hid_int_conn:
-0x6de9 030818 bpatchx patch38_7 ,mem_patch38 
-0x6dea 030819 call l2cap_malloc_signal_channel 
-0x6deb 030820 setarg psm_hid_interrupt 
-0x6dec 030821 copy pdata ,temp 
-0x6ded 030822 setarg l2cap_hid_interrupt_channel 
-0x6dee 030823 copy pdata ,timeup 
-0x6def 030824 branch ml2cap_send_signal_connect_req 
-:      030826 upper_sm_send_hid_int_cfg:
-0x6df0 030827 bpatchx patch39_0 ,mem_patch39 
-0x6df1 030828 call l2cap_malloc_signal_channel 
-0x6df2 030829 fetch 2 ,mem_hid_int_remote_cid 
-0x6df3 030830 copy pdata ,temp 
-0x6df4 030831 branch ml2cap_send_signal_config_req 
-:      030833 upper_sm_send_rfcomm_sabm:
-0x6df5 030834 bpatchx patch39_1 ,mem_patch39 
-0x6df6 030835 call l2cap_malloc_rfcomm_channel 
-0x6df7 030837 jam 3 ,mem_current_adss 
-0x6df8 030838 jam 0x1c ,mem_current_fcs 
-0x6df9 030839 call rfcomm_send_sabm 
-0x6dfa 030840 jam 1 ,mem_rfcomm_initiator 
-0x6dfb 030841 rtn 
-:      030843 upper_sm_send_spp_cmd_pn:
-0x6dfc 030844 bpatchx patch39_2 ,mem_patch39 
-0x6dfd 030845 call l2cap_malloc_rfcomm_channel 
-0x6dfe 030846 fetcht 1 ,mem_remote_spp_channel 
-0x6dff 030847 call channel_to_dlci 
-0x6e00 030848 storet 1 ,mem_pn_dlci 
-0x6e01 030849 branch rfcomm_send_param_neg_cmd 
-:      030851 upper_sm_send_spp_sabm:
-0x6e02 030852 bpatchx patch39_3 ,mem_patch39 
-0x6e03 030853 call l2cap_malloc_rfcomm_channel 
-0x6e04 030854 fetcht 1 ,mem_pn_dlci 
-0x6e05 030855 call dlci_to_address_cmd 
-0x6e06 030856 call rfcomm_calculate_fcs_sabm 
-0x6e07 030857 store 1 ,mem_current_fcs 
-0x6e08 030858 fetcht 1 ,mem_pn_dlci 
-0x6e09 030859 call dlci_to_address_cmd 
-0x6e0a 030860 storet 1 ,mem_current_adss 
-0x6e0b 030861 branch rfcomm_send_sabm 
-:      030863 upper_sm_send_spp_cmd_ms:
-0x6e0c 030864 bpatchx patch39_4 ,mem_patch39 
-0x6e0d 030865 call l2cap_malloc_rfcomm_channel 
-0x6e0e 030866 fetcht 1 ,mem_pn_dlci 
-0x6e0f 030867 call dlci_to_address_cmd 
-0x6e10 030868 branch rfcomm_send_modem_status_cmd 
-:      030881 sdp_process:
-0x6e11 030882 bpatchx patch39_5 ,mem_patch39 
-0x6e12 030883 fetch 2 ,mem_l2cap_payload_ptr 
-0x6e13 030884 iforce contr 
-0x6e14 030887 ifetch 1 ,contr 
-0x6e15 030888 copy pdata ,regb 
-0x6e16 030889 store 1 ,mem_sdp_pduid 
-0x6e17 030890 ifetch 2 ,contr 
-0x6e18 030891 store 2 ,mem_sdp_transactionid 
-0x6e19 030892 ifetch 1 ,contr 
-0x6e1a 030893 lshift8 pdata ,timeup 
-0x6e1b 030894 ifetch 1 ,contr 
-0x6e1c 030895 iadd timeup ,timeup 
-0x6e1d 030896 bpatchx patch39_6 ,mem_patch39 
-0x6e1e 030897 copy contr ,temp 
-0x6e1f 030898 arg 4 ,loopcnt 
-0x6e20 030899 arg mem_sdp_handle_list ,contw 
-0x6e21 030900 call memset0 
-0x6e22 030901 copy temp ,contr 
-0x6e23 030902 deposit regb 
-0x6e24 030903 beq sdp_error_res ,sdp_process_error_res 
-0x6e25 030904 beq sdp_search_req ,sdp_process_ss_req 
-0x6e26 030905 beq sdp_search_res ,sdp_process_ss_res 
-0x6e27 030906 beq sdp_attribute_req ,sdp_process_sa_req 
-0x6e28 030907 beq sdp_attribute_res ,sdp_process_sa_res 
-0x6e29 030908 beq sdp_searchattrib_req ,sdp_process_ssa_req 
-0x6e2a 030909 beq sdp_searchattrib_res ,sdp_process_ssa_res 
-0x6e2b 030910 branch sdp_insufficient_resource 
-:      030921 sdp_process_ss_req:
-0x6e2c 030922 bpatchx patch39_7 ,mem_patch39 
-0x6e2d 030923 call ask_serviceclassid 
-0x6e2e 030924 compare 1 ,temp ,0xff 
-0x6e2f 030925 branch ss_empty_rsp ,true 
-0x6e30 030926 compare 0xff ,temp ,0xff 
-0x6e31 030927 branch sdp_invalid_request_syntax ,true 
-0x6e32 030929 ifetch 2 ,contr 
-0x6e33 030930 store 2 ,mem_sdp_record_maxcnt 
-0x6e34 030931 increase -2 ,timeup 
-0x6e35 030933 increase -1 ,timeup 
-0x6e36 030934 nbranch sdp_invalid_pdu_size ,zero 
-0x6e37 030935 arg mem_sdp_uuid_search_ptr ,timeup 
-0x6e38 030936 ifetch 2 ,timeup 
-0x6e39 030937 rtn blank 
-0x6e3a 030938 call search_all_uuid 
-0x6e3b 030939 call l2cap_get_sdp_tx_payload 
-0x6e3c 030940 force 3 ,pdata 
-0x6e3d 030941 istore 1 ,contw 
-0x6e3e 030942 fetch 2 ,mem_sdp_transactionid 
-0x6e3f 030943 istore 2 ,contw 
-0x6e40 030944 lshift2 queue ,pdata 
-0x6e41 030945 add pdata ,5 ,pdata 
-0x6e42 030946 add pdata ,5 ,regc 
-0x6e43 030947 byteswap pdata ,pdata 
-0x6e44 030948 istore 2 ,contw 
-0x6e45 030949 deposit queue 
-0x6e46 030950 byteswap pdata ,pdata 
-0x6e47 030951 istore 2 ,contw 
-0x6e48 030952 istore 2 ,contw 
-0x6e49 030953 arg mem_sdp_handle_list ,contr 
-0x6e4a 030954 copy queue ,loopcnt 
-0x6e4b 030955 branch ss_req_blank ,zero 
-:      030956 ss_req_loop:
-0x6e4c 030957 ifetch 4 ,contr 
-0x6e4d 030958 istore 4 ,contw 
-0x6e4e 030959 loop ss_req_loop 
-:      030960 ss_req_blank:
-0x6e4f 030961 force 0 ,pdata 
-0x6e50 030962 istore 1 ,contw 
-0x6e51 030963 deposit regc 
-0x6e52 030964 store 2 ,mem_sdp_tx_pkt_length 
-0x6e53 030966 rtn 
-:      030977 sdp_process_sa_req:
-0x6e54 030978 bpatchx patch3a_0 ,mem_patch3a 
-0x6e55 030979 ifetch 4 ,contr 
-0x6e56 030980 store 4 ,mem_sdp_record_handle 
-0x6e57 030981 increase -4 ,timeup 
-0x6e58 030982 call sdp_store_maxbyte 
-0x6e59 030983 store 2 ,mem_sdp_attribute_maxbyte 
-0x6e5a 030984 increase -2 ,timeup 
-0x6e5b 030985 call dataelementtype6 
-0x6e5c 030986 branch sdp_invalid_request_syntax ,zero 
-0x6e5d 030987 compare 5 ,rega ,0xff 
-0x6e5e 030989 branch sa_judge_wholerange ,true 
-:      030990 sa_isnot_wholerange:
-0x6e5f 030991 arg mem_sdp_attrib_list ,contw 
-0x6e60 030992 force 0 ,queue 
-0x6e61 030993 branch sa_req_loop 
-:      030994 sa_judge_wholerange:
-0x6e62 030995 ifetch 1 ,contr 
-0x6e63 030996 bne sdp_attribute_range ,sdp_invalid_request_syntax 
-0x6e64 030997 ifetch 2 ,contr 
-0x6e65 030998 nbranch sa_judge_wholerange_false1 ,blank 
-0x6e66 030999 ifetch 1 ,contr 
-0x6e67 031000 bne 0xff ,sa_judge_wholerange_false2 
-0x6e68 031001 ifetch 1 ,contr 
-0x6e69 031002 bne 0xff ,sa_judge_wholerange_false3 
-0x6e6a 031003 branch sa_req_all 
-:      031004 sa_judge_wholerange_false3:
-0x6e6b 031005 increase -5 ,contr 
-0x6e6c 031006 branch sa_isnot_wholerange 
-:      031007 sa_judge_wholerange_false2:
-0x6e6d 031008 increase -4 ,contr 
-0x6e6e 031009 branch sa_isnot_wholerange 
-:      031010 sa_judge_wholerange_false1:
-0x6e6f 031011 increase -3 ,contr 
-0x6e70 031012 branch sa_isnot_wholerange 
-:      031013 sa_req_loop:
-0x6e71 031014 ifetch 1 ,contr 
-0x6e72 031015 beq sdp_attribute_id ,sa_req_one_id 
-0x6e73 031016 beq sdp_attribute_range ,sa_req_range 
-:      031017 sa_req_range:
-0x6e74 031018 ifetch 2 ,contr 
-0x6e75 031019 istore 2 ,contw 
-0x6e76 031020 increase 1 ,queue 
-0x6e77 031021 byteswap pdata ,regb 
-0x6e78 031022 ifetch 2 ,contr 
-0x6e79 031023 byteswap pdata ,pdata 
-:      031024 sa_req_range_id_increase:
-0x6e7a 031025 increase 1 ,regb 
-0x6e7b 031026 isub regb ,null 
-0x6e7c 031027 nbranch sa_req_range_id_finish ,positive 
-0x6e7d 031028 copy pdata ,regc 
-0x6e7e 031029 byteswap regb ,pdata 
-0x6e7f 031030 istore 2 ,contw 
-0x6e80 031031 increase 1 ,queue 
-0x6e81 031032 copy regc ,pdata 
-0x6e82 031033 branch sa_req_range_id_increase 
-:      031034 sa_req_range_id_finish:
-0x6e83 031035 increase -5 ,timeup 
-0x6e84 031036 increase -5 ,rega 
-0x6e85 031037 branch sa_req_check_next_id 
-:      031038 sa_req_one_id:
-0x6e86 031039 ifetch 2 ,contr 
-0x6e87 031040 istore 2 ,contw 
-0x6e88 031041 increase 1 ,queue 
-0x6e89 031042 increase -3 ,timeup 
-0x6e8a 031043 increase -3 ,rega 
-:      031044 sa_req_check_next_id:
-0x6e8b 031045 nbranch sdp_invalid_request_syntax ,positive 
-0x6e8c 031046 nbranch sa_req_loop ,zero 
-0x6e8d 031047 increase -1 ,timeup 
-0x6e8e 031048 nbranch sdp_invalid_request_syntax ,zero 
-0x6e8f 031050 call l2cap_get_sdp_tx_payload 
-0x6e90 031051 increase 10 ,contw 
-0x6e91 031052 arg mem_sdp_attrib_list ,rega 
-:      031053 sa_req_handle_attributelist_next:
-0x6e92 031054 copy queue ,pdata 
-0x6e93 031055 branch sa_req_handle_attributelist_end ,blank 
-0x6e94 031056 ifetch 2 ,rega 
-0x6e95 031057 branch sa_req_handle_attributelist_end ,blank 
-0x6e96 031058 iforce regb 
-0x6e97 031059 fetch 4 ,mem_sdp_record_handle 
-0x6e98 031060 iforce temp 
-0x6e99 031061 call search_handle_attrib 
-0x6e9a 031062 copy contr ,pdata 
-0x6e9b 031063 branch sa_req_handle_attributelist_notfound ,blank 
-0x6e9c 031064 increase -3 ,contr 
-0x6e9d 031065 ifetch 3 ,contr 
-0x6e9e 031066 istore 3 ,contw 
-0x6e9f 031067 call sdp_data_len 
-0x6ea0 031068 iforce loopcnt 
-0x6ea1 031069 call memcpy 
-:      031070 sa_req_handle_attributelist_notfound:
-0x6ea2 031071 increase 2 ,rega 
-0x6ea3 031072 increase -1 ,queue 
-0x6ea4 031073 branch sa_req_handle_attributelist_next 
-:      031075 sa_req_handle_attributelist_end:
-0x6ea5 031076 arg sdp_attribute_res ,rega 
-0x6ea6 031077 call ssa_req_range_lastfreg_common 
-0x6ea7 031078 fetch 2 ,mem_sdp_tx_pkt_length 
-0x6ea8 031079 beq 11 ,sa_empty_rsp 
-0x6ea9 031080 branch ssa_req_range_attrbutes_length_no_continue 
-:      031083 sdp_store_continue_common:
-0x6eaa 031084 ifetch 1 ,contr 
-0x6eab 031085 beq 0 ,sdp_store_continue_0byte 
-0x6eac 031086 beq 1 ,sdp_store_continue_1byte 
-0x6ead 031087 beq 2 ,sdp_store_continue_2byte 
-:      031088 sdp_store_continue_0byte:
-0x6eae 031089 increase -1 ,timeup 
-0x6eaf 031090 branch sdp_store_continue_end 
-:      031091 sdp_store_continue_1byte:
-0x6eb0 031092 ifetch 1 ,contr 
-0x6eb1 031093 increase -2 ,timeup 
-0x6eb2 031094 branch sdp_store_continue_end 
-:      031095 sdp_store_continue_2byte:
-0x6eb3 031096 ifetch 2 ,contr 
-0x6eb4 031097 byteswap pdata ,pdata 
-0x6eb5 031098 increase -3 ,timeup 
-:      031099 sdp_store_continue_end:
-0x6eb6 031100 store 2 ,mem_sdp_continue_byte 
-0x6eb7 031101 rtn 
-:      031103 sa_req_all:
-0x6eb8 031104 increase -5 ,timeup 
-0x6eb9 031105 call sdp_store_continue_common 
-0x6eba 031106 nbranch sdp_invalid_pdu_size ,zero 
-0x6ebb 031107 fetcht 4 ,mem_sdp_record_handle 
-0x6ebc 031108 call search_handle 
-0x6ebd 031109 nbranch sdp_invalid_service_record_handle ,zero 
-0x6ebe 031110 copy contr ,rega 
-0x6ebf 031111 call l2cap_get_sdp_tx_payload 
-0x6ec0 031112 copy rega ,contr 
-0x6ec1 031113 increase 3 ,contw 
-0x6ec2 031114 copy contr ,timeup 
-0x6ec3 031115 call sdp_get_data 
-0x6ec4 031116 copy pdata ,rega 
-0x6ec5 031118 fetch 2 ,mem_sdp_continue_byte 
-0x6ec6 031119 copy pdata ,regb 
-0x6ec7 031120 copy rega ,pdata 
-0x6ec8 031121 isub regb ,regb 
-0x6ec9 031122 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6eca 031123 isub regb ,null 
-0x6ecb 031124 nbranch sa_req_all_fragment_sdp ,positive 
-0x6ecc 031126 disable user 
-0x6ecd 031127 fetch 2 ,mem_sdp_continue_byte 
-0x6ece 031128 branch sa_req_all_fisrt_fragment ,blank 
-0x6ecf 031129 iadd timeup ,contr 
-0x6ed0 031130 increase 3 ,regb 
-0x6ed1 031131 copy regb ,loopcnt 
-0x6ed2 031132 copy loopcnt ,pdata 
-0x6ed3 031133 increase 3 ,pdata 
-0x6ed4 031134 byteswap pdata ,pdata 
-0x6ed5 031135 istore 2 ,contw 
-0x6ed6 031136 copy loopcnt ,pdata 
-0x6ed7 031137 byteswap pdata ,pdata 
-0x6ed8 031138 istore 2 ,contw 
-0x6ed9 031139 branch sa_req_all_answer_attributelist_full_loop 
-:      031140 sa_req_all_fisrt_fragment:
-0x6eda 031141 add rega ,6 ,loopcnt 
-0x6edb 031142 branch sa_req_all_parlength_continue_byte ,user 
-0x6edc 031143 byteswap loopcnt ,pdata 
-0x6edd 031144 branch sa_req_all_parlength_continue_byte_end 
-:      031145 sa_req_all_parlength_continue_byte:
-0x6ede 031146 copy loopcnt ,pdata 
-0x6edf 031147 increase 2 ,pdata 
-0x6ee0 031148 byteswap pdata ,pdata 
-:      031149 sa_req_all_parlength_continue_byte_end:
-0x6ee1 031150 istore 2 ,contw 
-0x6ee2 031151 increase -3 ,loopcnt 
-0x6ee3 031152 byteswap loopcnt ,pdata 
-0x6ee4 031153 istore 2 ,contw 
-0x6ee5 031154 copy timeup ,contr 
-0x6ee6 031155 branch sa_req_all_answer_attributelist_full_loop 
-:      031156 sa_req_all_fragment_sdp:
-0x6ee7 031157 enable user 
-0x6ee8 031159 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6ee9 031160 copy pdata ,rega 
-0x6eea 031161 copy rega ,loopcnt 
-0x6eeb 031162 fetch 2 ,mem_sdp_continue_byte 
-0x6eec 031163 branch sa_req_all_fisrt_fragment ,blank 
-0x6eed 031164 iadd timeup ,contr 
-0x6eee 031165 copy rega ,pdata 
-0x6eef 031166 increase 5 ,pdata 
-0x6ef0 031167 byteswap pdata ,pdata 
-0x6ef1 031168 istore 2 ,contw 
-0x6ef2 031169 copy rega ,pdata 
-0x6ef3 031170 byteswap pdata ,pdata 
-0x6ef4 031171 istore 2 ,contw 
-:      031172 sa_req_all_answer_attributelist_full_loop:
-0x6ef5 031173 call memcpy 
-0x6ef6 031174 nbranch sa_req_all_last_frag_continue ,user 
-0x6ef7 031175 force 2 ,pdata 
-0x6ef8 031176 istore 1 ,contw 
-0x6ef9 031177 copy contr ,pdata 
-0x6efa 031178 isub timeup ,pdata 
-0x6efb 031179 byteswap pdata ,pdata 
-0x6efc 031180 istore 2 ,contw 
-0x6efd 031181 branch sa_req_all_frag_end 
-:      031182 sa_req_all_last_frag_continue:
-0x6efe 031183 force 0 ,pdata 
-0x6eff 031184 istore 1 ,contw 
-:      031185 sa_req_all_frag_end:
-0x6f00 031186 arg sdp_attribute_res ,rega 
-0x6f01 031187 branch ssa_req_range_common 
-:      031198 sdp_process_ssa_req:
-0x6f02 031199 bpatchx patch3a_1 ,mem_patch3a 
-0x6f03 031200 call ask_serviceclassid 
-0x6f04 031201 compare 0xff ,temp ,0xff 
-0x6f05 031202 branch sdp_invalid_request_syntax ,true 
-0x6f06 031203 call sdp_store_maxbyte 
-0x6f07 031204 store 2 ,mem_sdp_attribute_maxbyte 
-0x6f08 031205 increase -2 ,timeup 
-0x6f09 031206 call dataelementtype6 
-0x6f0a 031207 arg mem_sdp_attrib_list ,contw 
-0x6f0b 031208 force 0 ,queue 
-:      031209 ssa_req_loop:
-0x6f0c 031210 ifetch 1 ,contr 
-0x6f0d 031211 beq sdp_attribute_range ,ssa_req_range 
-0x6f0e 031212 ifetch 2 ,contr 
-0x6f0f 031213 istore 2 ,contw 
-0x6f10 031214 increase 1 ,queue 
-0x6f11 031215 increase -3 ,timeup 
-0x6f12 031216 increase -3 ,rega 
-0x6f13 031217 nbranch sdp_invalid_request_syntax ,positive 
-0x6f14 031218 nbranch ssa_req_loop ,zero 
-0x6f15 031219 increase -1 ,timeup 
-0x6f16 031220 nbranch sdp_invalid_request_syntax ,zero 
-0x6f17 031221 call l2cap_get_sdp_tx_payload 
-0x6f18 031222 increase 13 ,contw 
-0x6f19 031223 fetch 2 ,mem_sdp_uuid_search_ptr 
-0x6f1a 031224 iforce regc 
-0x6f1b 031225 arg mem_sdp_attrib_list ,rega 
-:      031226 ssa_req_attributelist_next:
-0x6f1c 031227 ifetch 2 ,rega 
-0x6f1d 031228 branch ssa_req_attributelist_end ,blank 
-0x6f1e 031229 iforce regb 
-0x6f1f 031230 call search_attrib 
-0x6f20 031231 branch ssa_req_attributelist_notfound ,blank 
-0x6f21 031232 increase -3 ,contr 
-0x6f22 031233 ifetch 3 ,contr 
-0x6f23 031234 istore 3 ,contw 
-0x6f24 031235 call sdp_data_len 
-0x6f25 031236 iforce loopcnt 
-0x6f26 031237 call memcpy 
-:      031238 ssa_req_attributelist_notfound:
-0x6f27 031239 increase 2 ,rega 
-0x6f28 031240 branch ssa_req_attributelist_next 
-:      031242 ssa_req_attributelist_end:
-0x6f29 031243 call ssa_req_range_lastfreg 
-0x6f2a 031244 fetch 2 ,mem_sdp_tx_pkt_length 
-0x6f2b 031245 beq 14 ,ssa_empty_rsp 
-0x6f2c 031246 call ssa_req_range_attrbutes_length_no_continue 
-0x6f2d 031247 branch ssa_req_range_attrbutes_length_no_continue 
-:      031250 sdp_store_maxbyte:
-0x6f2e 031251 ifetch 2 ,contr 
-0x6f2f 031252 byteswap pdata ,pdata 
-0x6f30 031253 increase -3 ,pdata 
-0x6f31 031254 arg 200 ,temp 
-0x6f32 031255 isub temp ,null 
-0x6f33 031256 nrtn positive 
-0x6f34 031257 setarg 200 
-0x6f35 031258 rtn 
-:      031261 ssa_req_range:
-0x6f36 031262 increase 4 ,contr 
-0x6f37 031263 increase -5 ,timeup 
-0x6f38 031264 increase -5 ,rega 
-0x6f39 031265 nbranch sdp_invalid_request_syntax ,zero 
-0x6f3a 031266 call sdp_store_continue_common 
-0x6f3b 031267 nbranch sdp_invalid_pdu_size ,zero 
-0x6f3c 031268 arg mem_sdp_uuid_search_ptr ,timeup 
-0x6f3d 031269 call search_all_uuid 
-0x6f3e 031270 deposit queue 
-0x6f3f 031271 branch ssa_empty_rsp ,blank 
-0x6f40 031272 store 1 ,mem_handle_humber 
-0x6f41 031274 copy regb ,pdata 
-0x6f42 031275 store 2 ,mem_sdp_all_length 
-0x6f43 031276 arg 0 ,queue 
-0x6f44 031277 arg 0 ,rega 
-0x6f45 031278 call l2cap_get_sdp_tx_payload 
-0x6f46 031279 increase 10 ,contw 
-:      031280 ssa_req_range_find_handle:
-0x6f47 031281 call ssa_req_range_get_length 
-0x6f48 031282 nbranch assert ,user 
-0x6f49 031283 copy contr ,timeup 
-0x6f4a 031284 copy pdata ,regc 
-0x6f4b 031285 iadd rega ,rega 
-0x6f4c 031288 fetch 2 ,mem_sdp_continue_byte 
-0x6f4d 031289 copy pdata ,regb 
-0x6f4e 031290 branch ssa_req_range_first_freg ,blank 
-:      031291 ssa_req_range_later_freg_with_continue:
-0x6f4f 031292 copy rega ,pdata 
-0x6f50 031293 isub regb ,regb 
-0x6f51 031294 branch ssa_req_range_next_handle ,zero 
-0x6f52 031295 nbranch ssa_req_range_next_handle ,positive 
-0x6f53 031296 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6f54 031297 isub regb ,null 
-0x6f55 031298 branch ssa_req_range_maxbyte_with_continue ,zero 
-0x6f56 031299 nbranch ssa_req_range_maxbyte_with_continue ,positive 
-:      031302 ssa_req_range_send_not_maxbyte:
-0x6f57 031303 copy regb ,loopcnt 
-0x6f58 031304 call ssa_req_range_maxbyte_with_continue_cpy 
-0x6f59 031305 fetch 1 ,mem_handle_humber 
-0x6f5a 031306 increase 1 ,queue 
-0x6f5b 031307 isub queue ,null 
-0x6f5c 031308 branch ssa_req_range_lastfreg ,zero 
-0x6f5d 031309 branch ssa_req_range_freg_with_continue 
-:      031311 ssa_req_range_maxbyte_with_continue:
-0x6f5e 031312 copy pdata ,loopcnt 
-0x6f5f 031313 call ssa_req_range_maxbyte_with_continue_cpy 
-0x6f60 031314 branch ssa_req_range_freg_with_continue 
-:      031316 ssa_req_range_maxbyte_with_continue_cpy:
-0x6f61 031317 increase -3 ,contw 
-0x6f62 031318 copy loopcnt ,temp 
-0x6f63 031319 copy regc ,pdata 
-0x6f64 031320 isub regb ,pdata 
-0x6f65 031321 iadd timeup ,contr 
-0x6f66 031322 branch memcpy 
-:      031324 ssa_req_range_next_handle:
-0x6f67 031325 fetch 1 ,mem_handle_humber 
-0x6f68 031326 increase 1 ,queue 
-0x6f69 031327 isub queue ,null 
-0x6f6a 031328 rtn zero 
-0x6f6b 031329 branch ssa_req_range_find_handle 
-:      031331 ssa_req_range_get_length:
-0x6f6c 031332 call disable_user 
-0x6f6d 031333 arg mem_sdp_handle_list ,contr 
-0x6f6e 031334 lshift2 queue ,pdata 
-0x6f6f 031335 iadd contr ,contr 
-0x6f70 031336 ifetcht 4 ,contr 
-0x6f71 031337 call search_handle 
-0x6f72 031338 nrtn zero 
-0x6f73 031339 call sdp_data_len 
-0x6f74 031340 branch enable_user 
-:      031342 ssa_req_range_first_freg:
-0x6f75 031343 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6f76 031344 isub rega ,null 
-0x6f77 031345 nbranch ssa_req_range_firstfreg_maxbyte_with_continue ,positive 
-0x6f78 031346 copy rega ,loopcnt 
-0x6f79 031347 copy loopcnt ,temp 
-0x6f7a 031348 copy timeup ,contr 
-0x6f7b 031349 call memcpy 
-0x6f7c 031350 fetch 2 ,mem_sdp_all_length 
-0x6f7d 031351 isub rega ,null 
-0x6f7e 031352 branch ssa_req_range_freg_no_continue ,zero 
-:      031353 ssa_req_range_firstfreg_not_maxbyte_with_continue:
-0x6f7f 031354 call ssa_req_range_freg_with_continue 
-0x6f80 031355 branch ssa_req_range_attrbutes_length 
-:      031357 ssa_req_range_freg_no_continue:
-0x6f81 031358 call ssa_req_range_lastfreg 
-0x6f82 031359 branch ssa_req_range_attrbutes_length 
-:      031361 ssa_req_range_lastfreg:
-0x6f83 031362 arg sdp_searchattrib_res ,rega 
-:      031363 ssa_req_range_lastfreg_common:
-0x6f84 031364 force 0 ,pdata 
-0x6f85 031365 istore 1 ,contw 
-0x6f86 031366 call ssa_req_range_common 
-0x6f87 031367 fetcht 2 ,mem_sdp_tx_pkt_length 
-0x6f88 031368 increase -5 ,temp 
-0x6f89 031369 byteswap temp ,pdata 
-0x6f8a 031370 istore 2 ,contw 
-0x6f8b 031371 increase -3 ,temp 
-0x6f8c 031372 byteswap temp ,pdata 
-0x6f8d 031373 istore 2 ,contw 
-0x6f8e 031374 rtn 
-:      031376 ssa_req_range_firstfreg_maxbyte_with_continue:
-0x6f8f 031377 copy pdata ,loopcnt 
-0x6f90 031378 copy loopcnt ,temp 
-0x6f91 031379 copy timeup ,contr 
-0x6f92 031380 call memcpy 
-0x6f93 031381 call ssa_req_range_freg_with_continue 
-:      031382 ssa_req_range_attrbutes_length:
-0x6f94 031383 setarg 0x36 
-0x6f95 031384 istore 1 ,contw 
-0x6f96 031385 fetch 2 ,mem_sdp_all_length 
-0x6f97 031386 byteswap pdata ,pdata 
-0x6f98 031387 istore 2 ,contw 
-0x6f99 031388 rtn 
-:      031390 ssa_req_range_attrbutes_length_no_continue:
-0x6f9a 031391 setarg 0x36 
-0x6f9b 031392 istore 1 ,contw 
-0x6f9c 031393 increase -3 ,temp 
-0x6f9d 031394 byteswap temp ,pdata 
-0x6f9e 031395 istore 2 ,contw 
-0x6f9f 031396 rtn 
-:      031398 ssa_req_range_freg_with_continue:
-0x6fa0 031399 arg sdp_searchattrib_res ,rega 
-0x6fa1 031400 setarg 2 
-0x6fa2 031401 istore 1 ,contw 
-0x6fa3 031402 fetch 2 ,mem_sdp_continue_byte 
-0x6fa4 031403 iadd temp ,temp 
-0x6fa5 031404 byteswap temp ,pdata 
-0x6fa6 031405 istore 2 ,contw 
-0x6fa7 031406 call ssa_req_range_common 
-0x6fa8 031407 fetcht 2 ,mem_sdp_tx_pkt_length 
-0x6fa9 031408 increase -5 ,temp 
-0x6faa 031409 byteswap temp ,pdata 
-0x6fab 031410 istore 2 ,contw 
-0x6fac 031411 increase -5 ,temp 
-0x6fad 031412 byteswap temp ,pdata 
-0x6fae 031413 istore 2 ,contw 
-0x6faf 031414 rtn 
-:      031416 ssa_req_range_common:
-0x6fb0 031417 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x6fb1 031418 isub contw ,pdata 
-0x6fb2 031419 sub pdata ,0 ,pdata 
-0x6fb3 031420 store 2 ,mem_sdp_tx_pkt_length 
-0x6fb4 031421 call l2cap_get_sdp_tx_payload 
-0x6fb5 031422 copy rega ,pdata 
-0x6fb6 031423 istore 1 ,contw 
-0x6fb7 031424 fetch 2 ,mem_sdp_transactionid 
-0x6fb8 031425 istore 2 ,contw 
-0x6fb9 031426 rtn 
-:      031439 sdp_process_ssa_res:
-:      031440 sdp_process_ss_res:
-:      031441 sdp_process_sa_res:
-:      031442 sdp_process_error_res:
-0x6fba 031443 rtn 
-:      031476 sdp_invalid_service_record_handle:
-0x6fbb 031477 setarg 0x0200 
-0x6fbc 031478 store 2 ,mem_sdp_error_code 
-0x6fbd 031479 branch sdp_error_response 
-:      031480 sdp_invalid_pdu_size:
-0x6fbe 031481 setarg 0x0400 
-0x6fbf 031482 store 2 ,mem_sdp_error_code 
-0x6fc0 031483 branch sdp_error_response 
-:      031484 sdp_insufficient_resource:
-0x6fc1 031485 setarg 0x0600 
-0x6fc2 031486 store 2 ,mem_sdp_error_code 
-0x6fc3 031487 branch sdp_error_response 
-:      031488 sdp_invalid_request_syntax:
-0x6fc4 031489 setarg 0x0300 
-0x6fc5 031490 store 2 ,mem_sdp_error_code 
-:      031491 sdp_error_response:
-0x6fc6 031492 call l2cap_get_sdp_tx_payload 
-0x6fc7 031493 istore 1 ,contw 
-0x6fc8 031494 fetch 2 ,mem_sdp_transactionid 
-0x6fc9 031495 istore 2 ,contw 
-0x6fca 031496 setarg 0x0200 
-0x6fcb 031497 istore 2 ,contw 
-0x6fcc 031498 fetch 2 ,mem_sdp_error_code 
-0x6fcd 031499 istore 2 ,contw 
-0x6fce 031500 jam 7 ,mem_sdp_tx_pkt_length 
-0x6fcf 031501 rtn 
-:      031506 ask_serviceclassid:
-0x6fd0 031507 arg 0 ,regb 
-0x6fd1 031508 force 0 ,temp 
-0x6fd2 031509 arg mem_sdp_uuid_search_ptr ,contw 
-0x6fd3 031510 call dataelementtype6 
-0x6fd4 031511 branch asksrv_error ,zero 
-:      031512 classidloop:
-0x6fd5 031513 increase 1 ,regb 
-0x6fd6 031514 ifetch 1 ,contr 
-0x6fd7 031515 increase -1 ,rega 
-0x6fd8 031516 increase -1 ,timeup 
-0x6fd9 031517 compare 0x18 ,pdata ,0xf8 
-0x6fda 031518 nbranch asksrv_error ,true 
-0x6fdb 031519 compare 0x04 ,pdata ,0x07 
-0x6fdc 031520 nbranch cmp032 ,true 
-0x6fdd 031521 force 1 ,temp 
-:      031522 skip2bytes:
-0x6fde 031523 ifetch 1 ,contr 
-0x6fdf 031524 increase -1 ,rega 
-0x6fe0 031525 increase -1 ,timeup 
-0x6fe1 031526 bne 0x00 ,frstbwrong 
-0x6fe2 031527 ifetch 1 ,contr 
-0x6fe3 031528 increase -1 ,rega 
-0x6fe4 031529 increase -1 ,timeup 
-0x6fe5 031530 beq 0x00 ,cmpuuid 
-0x6fe6 031531 branch scndbwrong 
-:      031532 frstbwrong:
-0x6fe7 031533 increase 1 ,contr 
-0x6fe8 031534 increase -1 ,rega 
-0x6fe9 031535 increase -1 ,timeup 
-:      031536 scndbwrong:
-0x6fea 031537 increase 2 ,contr 
-0x6feb 031538 increase -2 ,rega 
-0x6fec 031539 increase -2 ,timeup 
-0x6fed 031540 compare 0x00 ,temp ,0xff 
-0x6fee 031541 branch loopornot ,true 
-0x6fef 031542 increase 12 ,contr 
-0x6ff0 031543 increase -12 ,rega 
-0x6ff1 031544 increase -12 ,timeup 
-0x6ff2 031545 branch loopornot 
-:      031546 cmp032:
-0x6ff3 031547 compare 0x02 ,pdata ,0x07 
-0x6ff4 031548 nbranch cmp016 ,true 
-0x6ff5 031549 branch skip2bytes 
-:      031550 cmp016:
-0x6ff6 031551 compare 0x01 ,pdata ,0x07 
-0x6ff7 031552 nbranch asksrv_error ,true 
-:      031553 cmpuuid:
-0x6ff8 031554 increase -2 ,rega 
-0x6ff9 031555 increase -2 ,timeup 
-0x6ffa 031556 ifetch 2 ,contr 
-0x6ffb 031557 sub regb ,4 ,null 
-0x6ffc 031558 branch uuidsize ,zero 
-0x6ffd 031559 istore 2 ,contw 
-:      031560 uuidsize:
-0x6ffe 031561 compare 0x00 ,temp ,0xff 
-0x6fff 031562 branch loopornot ,true 
-0x7000 031563 copy contr ,temp 
-0x7001 031564 ifetch 1 ,contr 
-0x7002 031565 bne 0x00 ,wrong12b 
-0x7003 031566 ifetch 1 ,contr 
-0x7004 031567 bne 0x00 ,wrong12b 
-0x7005 031568 ifetch 1 ,contr 
-0x7006 031569 bne 0x10 ,wrong12b 
-0x7007 031570 ifetch 1 ,contr 
-0x7008 031571 bne 0x00 ,wrong12b 
-0x7009 031572 ifetch 1 ,contr 
-0x700a 031573 bne 0x80 ,wrong12b 
-0x700b 031574 ifetch 1 ,contr 
-0x700c 031575 bne 0x00 ,wrong12b 
-0x700d 031576 ifetch 1 ,contr 
-0x700e 031577 bne 0x00 ,wrong12b 
-0x700f 031578 ifetch 1 ,contr 
-0x7010 031579 bne 0x80 ,wrong12b 
-0x7011 031580 ifetch 1 ,contr 
-0x7012 031581 bne 0x5f ,wrong12b 
-0x7013 031582 ifetch 1 ,contr 
-0x7014 031583 bne 0x9b ,wrong12b 
-0x7015 031584 ifetch 1 ,contr 
-0x7016 031585 bne 0x34 ,wrong12b 
-0x7017 031586 ifetch 1 ,contr 
-0x7018 031587 beq 0xfb ,chck12dn 
-:      031588 wrong12b:
-0x7019 031589 copy temp ,contr 
-:      031590 wrong12b1:
-0x701a 031591 increase 12 ,contr 
-0x701b 031592 force 0x00 ,queue 
-0x701c 031593 force 0x00 ,temp 
-0x701d 031594 branch chck12dn 
-:      031596 chck12dn:
-0x701e 031597 increase -12 ,timeup 
-0x701f 031598 increase -12 ,rega 
-:      031599 loopornot:
-0x7020 031600 force 0x00 ,temp 
-0x7021 031601 compare 0x00 ,rega ,0xff 
-0x7022 031602 nbranch classidloop ,true 
-0x7023 031603 force 0 ,pdata 
-0x7024 031604 istore 2 ,contw 
-0x7025 031605 rtn 
-:      031606 asksrv_error:
-0x7026 031607 arg 0xff ,temp 
-0x7027 031608 rtn 
-:      031618 dataelementtype6:
-0x7028 031619 bpatchx patch3a_4 ,mem_patch3a 
-0x7029 031620 ifetch 1 ,contr 
-0x702a 031621 increase -1 ,timeup 
-0x702b 031622 compare 0x30 ,pdata ,0xf8 
-0x702c 031623 nbranch dsize_error ,true 
-0x702d 031624 compare 0x07 ,pdata ,0x07 
-0x702e 031625 branch dsize32 ,true 
-0x702f 031626 compare 0x06 ,pdata ,0x07 
-0x7030 031627 branch dsize16 ,true 
-0x7031 031628 compare 0x05 ,pdata ,0x07 
-0x7032 031629 nbranch dsize_error ,true 
-0x7033 031631 ifetch 1 ,contr 
-0x7034 031632 copy pdata ,rega 
-0x7035 031633 increase -1 ,timeup 
-0x7036 031634 branch dsize 
-:      031635 dsize32:
-0x7037 031636 increase 2 ,contr 
-0x7038 031637 increase -2 ,timeup 
-:      031638 dsize16:
-0x7039 031639 ifetch 2 ,contr 
-0x703a 031640 byteswap pdata ,rega 
-0x703b 031641 increase -2 ,timeup 
-:      031642 dsize:
-0x703c 031643 force 0x01 ,pdata 
-0x703d 031644 rtn 
-:      031645 dsize_error:
-0x703e 031646 force 0x00 ,pdata 
-0x703f 031647 rtn 
-:      031657 ss_empty_rsp:
-0x7040 031658 setarg sdp_search_res 
-0x7041 031659 store 1 ,mem_sdp_pduid 
-0x7042 031660 branch empty_response 
-:      031661 sa_empty_rsp:
-0x7043 031662 setarg sdp_attribute_res 
-0x7044 031663 store 1 ,mem_sdp_pduid 
-0x7045 031664 branch empty_response 
-:      031665 ssa_empty_rsp:
-0x7046 031666 setarg sdp_searchattrib_res 
-0x7047 031667 store 1 ,mem_sdp_pduid 
-:      031668 empty_response:
-0x7048 031669 call l2cap_get_sdp_tx_payload 
-0x7049 031672 fetch 1 ,mem_sdp_pduid 
-0x704a 031673 copy pdata ,regb 
-0x704b 031674 istore 1 ,contw 
-0x704c 031675 fetch 2 ,mem_sdp_transactionid 
-0x704d 031676 istore 2 ,contw 
-0x704e 031677 setarg 0x0500 
-0x704f 031678 istore 2 ,contw 
-0x7050 031679 compare sdp_attribute_res ,regb ,0xff 
-0x7051 031680 branch fullsearch ,true 
-0x7052 031681 compare sdp_searchattrib_res ,regb ,0xff 
-0x7053 031682 branch fullsearch ,true 
-0x7054 031683 setarg 0x000000 
-0x7055 031684 istore 5 ,contw 
-0x7056 031685 branch outempty 
-:      031687 fullsearch:
-0x7057 031688 setarg 0x350200 
-0x7058 031689 istore 5 ,contw 
-:      031690 outempty:
-0x7059 031691 jam 10 ,mem_sdp_tx_pkt_length 
-0x705a 031692 rtn 
-:      031695 sdp_data_len:
-0x705b 031696 call store_contw 
-0x705c 031697 call store_contr 
-0x705d 031698 call sdp_get_data 
-0x705e 031699 call get_contw 
-0x705f 031700 call get_contr 
-0x7060 031701 copy temp ,pdata 
-0x7061 031702 rtn 
-:      031705 sdp_get_data:
-0x7062 031706 ifetch 1 ,contr 
-0x7063 031707 and pdata ,0x7 ,loopcnt 
-0x7064 031708 rshift3 pdata ,pdata 
-0x7065 031709 bne 0 ,sdp_get_data_type_not0 
-:      031710 sdp_get_data_type0:
-0x7066 031711 force 1 ,pdata 
-0x7067 031712 force 1 ,temp 
-0x7068 031713 rtn 
-:      031715 sdp_get_data_type_not0_sizeindex01234:
-0x7069 031716 call left_shift_n 
-0x706a 031717 add pdata ,1 ,temp 
-0x706b 031718 rtn 
-:      031719 sdp_get_data_type_not0:
-0x706c 031720 deposit loopcnt 
-0x706d 031721 sub pdata ,4 ,null 
-0x706e 031722 branch sdp_get_data_type_not0_sizeindex01234 ,positive 
-0x706f 031723 beq 5 ,sdp_get_data_type_not0_sizeindex5 
-0x7070 031724 beq 6 ,sdp_get_data_type_not0_sizeindex6 
-0x7071 031725 beq 7 ,sdp_get_data_type_not0_sizeindex7 
-0x7072 031726 rtn 
-:      031728 sdp_get_data_type_not0_sizeindex5:
-0x7073 031729 ifetch 1 ,contr 
-0x7074 031730 add pdata ,2 ,temp 
-0x7075 031731 rtn 
-:      031732 sdp_get_data_type_not0_sizeindex6:
-0x7076 031733 ifetch 2 ,contr 
-0x7077 031734 byteswap pdata ,pdata 
-0x7078 031735 add pdata ,3 ,temp 
-0x7079 031736 rtn 
-:      031737 sdp_get_data_type_not0_sizeindex7:
-0x707a 031738 ifetch 2 ,contr 
-0x707b 031739 byteswap pdata ,pdata 
-0x707c 031740 ifetcht 2 ,contr 
-0x707d 031741 byteswap temp ,temp 
-0x707e 031742 lshift16 temp ,temp 
-0x707f 031743 iadd temp ,pdata 
-0x7080 031744 add pdata ,5 ,temp 
-0x7081 031745 rtn 
-:      031751 search_all_uuid:
-0x7082 031752 bpatchx patch3a_5 ,mem_patch3a 
-0x7083 031753 force 0 ,queue 
-0x7084 031754 arg 0 ,regb 
-0x7085 031755 arg mem_sdp_handle_list ,contw 
-:      031756 search_all_uuid_llop:
-0x7086 031757 ifetch 2 ,timeup 
-0x7087 031758 rtn blank 
-0x7088 031759 call search_uuid 
-0x7089 031760 copy queue ,pdata 
-0x708a 031761 rtneq sdp_max_handle_number 
-0x708b 031762 increase 2 ,timeup 
-0x708c 031763 branch search_all_uuid_llop 
-:      031765 search_uuid:
-0x708d 031767 iforce regc 
-0x708e 031769 fetch 2 ,mem_ui_uuid_table 
-0x708f 031770 iforce contr 
-:      031771 search_uuid_next:
-0x7090 031772 copy queue ,pdata 
-0x7091 031773 rtneq sdp_max_handle_number 
-0x7092 031774 disable user 
-0x7093 031775 ifetch 1 ,contr 
-0x7094 031776 rtn blank 
-0x7095 031777 iforce loopcnt 
-:      031778 search_uuid_loop:
-0x7096 031779 ifetch 2 ,contr 
-0x7097 031780 isub regc ,null 
-0x7098 031781 nbranch search_uuid_not_found ,zero 
-0x7099 031782 enable user 
-:      031783 search_uuid_not_found:
-0x709a 031784 loop search_uuid_loop 
-0x709b 031785 ifetcht 4 ,contr 
-0x709c 031786 copy contr ,rega 
-0x709d 031787 nbranch search_uuid_nomatch ,user 
-0x709e 031788 arg mem_sdp_handle_list ,contr 
-0x709f 031789 arg sdp_max_handle_number ,loopcnt 
-:      031790 search_uuid_check_same_handle:
-0x70a0 031791 ifetch 4 ,contr 
-0x70a1 031792 branch search_uuid_store_handle ,blank 
-0x70a2 031793 isub temp ,null 
-0x70a3 031794 branch search_uuid_nomatch ,zero 
-0x70a4 031795 loop search_uuid_check_same_handle 
-0x70a5 031796 rtn 
-:      031797 search_uuid_store_handle:
-0x70a6 031798 istoret 4 ,contw 
-0x70a7 031799 increase 1 ,queue 
-0x70a8 031800 copy rega ,contr 
-0x70a9 031801 call sdp_data_len 
-0x70aa 031802 iadd regb ,regb 
-0x70ab 031803 iadd contr ,contr 
-0x70ac 031804 branch search_uuid_next 
-:      031805 search_uuid_nomatch:
-0x70ad 031806 copy rega ,contr 
-0x70ae 031807 call sdp_get_data 
-0x70af 031808 iadd contr ,contr 
-0x70b0 031809 branch search_uuid_next 
-:      031815 search_handle:
-0x70b1 031816 bpatchx patch3a_6 ,mem_patch3a 
-0x70b2 031817 fetch 2 ,mem_ui_uuid_table 
-0x70b3 031818 iforce contr 
-:      031819 search_handle_loop:
-0x70b4 031820 ifetch 1 ,contr 
-0x70b5 031821 branch disable_zero ,blank 
-0x70b6 031822 lshift pdata ,pdata 
-0x70b7 031823 iadd contr ,contr 
-0x70b8 031824 ifetch 4 ,contr 
-0x70b9 031825 isub temp ,null 
-0x70ba 031826 rtn zero 
-0x70bb 031827 deposit contw 
-0x70bc 031828 store 2 ,mem_contw 
-0x70bd 031829 storet 8 ,mem_temp 
-0x70be 031830 call sdp_get_data 
-0x70bf 031831 iadd contr ,contr 
-0x70c0 031832 copy contr ,pdata 
-0x70c1 031833 fetcht 2 ,mem_contw 
-0x70c2 031834 copy temp ,contw 
-0x70c3 031835 fetcht 8 ,mem_temp 
-0x70c4 031836 copy pdata ,contr 
-0x70c5 031837 branch search_handle_loop 
-:      031843 search_attrib:
-0x70c6 031844 bpatchx patch3a_7 ,mem_patch3a 
-0x70c7 031845 fetch 2 ,mem_ui_uuid_table 
-0x70c8 031846 iforce contr 
-:      031847 search_attrib_next:
-0x70c9 031848 ifetch 1 ,contr 
-0x70ca 031849 branch search_attrib_end ,blank 
-0x70cb 031850 iforce loopcnt 
-:      031851 search_attrib_loop:
-0x70cc 031852 ifetch 2 ,contr 
-0x70cd 031853 isub regc ,null 
-0x70ce 031854 branch search_attrib_found_uuid ,zero 
-0x70cf 031855 loop search_attrib_loop 
-0x70d0 031856 increase 4 ,contr 
-0x70d1 031857 call sdp_get_data 
-0x70d2 031858 iadd contr ,contr 
-0x70d3 031859 branch search_attrib_next 
-:      031860 search_attrib_found_uuid:
-0x70d4 031861 increase -1 ,loopcnt 
-0x70d5 031862 lshift loopcnt ,pdata 
-0x70d6 031863 iadd contr ,contr 
-0x70d7 031864 increase 4 ,contr 
-0x70d8 031865 call sdp_get_data 
-0x70d9 031866 iadd contr ,timeup 
-:      031867 search_attrib_loop_attribs:
-0x70da 031868 increase 1 ,contr 
-0x70db 031869 ifetch 2 ,contr 
-0x70dc 031870 isub regb ,null 
-0x70dd 031874 branch disable_blank ,zero 
-0x70de 031875 call sdp_data_len 
-0x70df 031876 iadd contr ,contr 
-0x70e0 031877 deposit timeup 
-0x70e1 031878 isub contr ,null 
-0x70e2 031879 branch search_attrib_end ,zero 
-0x70e3 031880 branch search_attrib_loop_attribs 
-:      031881 search_attrib_end:
-0x70e4 031882 force 0 ,contr 
-0x70e5 031883 force 0 ,pdata 
-0x70e6 031884 rtn 
-:      031890 search_handle_attrib:
-0x70e7 031891 bpatchx patch3b_0 ,mem_patch3b 
-0x70e8 031892 fetch 2 ,mem_ui_uuid_table 
-0x70e9 031893 iforce contr 
-:      031894 search_handle_attrib_next:
-0x70ea 031895 ifetch 1 ,contr 
-0x70eb 031896 branch search_handle_attrib_end ,blank 
-0x70ec 031897 lshift pdata ,pdata 
-0x70ed 031898 iadd contr ,contr 
-0x70ee 031899 ifetch 4 ,contr 
-0x70ef 031900 isub temp ,null 
-0x70f0 031901 branch search_handl_attrib_found_handle ,zero 
-0x70f1 031902 call sdp_get_data 
-0x70f2 031903 iadd contr ,contr 
-0x70f3 031904 branch search_handle_attrib_next 
-:      031905 search_handl_attrib_found_handle:
-0x70f4 031906 call sdp_get_data 
-0x70f5 031907 iadd contr ,timeup 
-:      031908 search_handle_attrib_loop_attribs:
-0x70f6 031909 increase 1 ,contr 
-0x70f7 031910 ifetch 2 ,contr 
-0x70f8 031911 isub regb ,null 
-0x70f9 031912 rtn zero 
-0x70fa 031913 call sdp_data_len 
-0x70fb 031914 iadd contr ,contr 
-0x70fc 031915 deposit timeup 
-0x70fd 031916 isub contr ,null 
-0x70fe 031917 branch search_handle_attrib_end ,zero 
-0x70ff 031918 branch search_handle_attrib_loop_attribs 
-:      031919 search_handle_attrib_end:
-0x7100 031920 force 0 ,contr 
-0x7101 031921 rtn 
-:      031925 search_rfcomm_cn:
-0x7102 031926 arg 0x0400 ,regb 
-0x7103 031927 call search_handl_attrib_found_handle 
-0x7104 031928 arg 0x0300 ,regb 
-0x7105 031929 call search_uuid_in_data 
-0x7106 031930 nrtn user 
-0x7107 031931 sub rega ,3 ,null 
-0x7108 031932 branch disable_user ,positive 
-0x7109 031933 ifetch 1 ,contr 
-0x710a 031934 bne 0x08 ,disable_user 
-0x710b 031935 ifetch 1 ,contr 
-0x710c 031936 rtn 
-:      031941 search_uuid_in_data:
-0x710d 031942 bpatchx patch3b_1 ,mem_patch3b 
-0x710e 031943 call sdp_get_data 
-0x710f 031944 copy pdata ,rega 
-:      031945 search_uuid_in_data_loop:
-0x7110 031946 ifetch 1 ,contr 
-0x7111 031947 and pdata ,0x7 ,loopcnt 
-0x7112 031948 rshift3 pdata ,pdata 
-0x7113 031949 sub pdata ,3 ,null 
-0x7114 031950 branch search_uuid_in_data_found_uuid ,zero 
-0x7115 031951 copy loopcnt ,pdata 
-0x7116 031952 beq 5 ,search_uuid_in_data_found_element_index5 
-0x7117 031953 beq 6 ,search_uuid_in_data_found_element_index6 
-0x7118 031954 beq 7 ,search_uuid_in_data_found_element_index7 
-0x7119 031955 increase -1 ,contr 
-0x711a 031956 call sdp_get_data 
-0x711b 031957 iadd contr ,contr 
-0x711c 031958 copy rega ,pdata 
-0x711d 031959 isub temp ,rega 
-0x711e 031960 branch disable_user ,zero 
-0x711f 031961 branch search_uuid_in_data_loop 
-:      031963 search_uuid_in_data_found_element_index5:
-0x7120 031964 increase -2 ,rega 
-0x7121 031965 increase 1 ,contr 
-0x7122 031966 branch search_uuid_in_data_loop 
-:      031967 search_uuid_in_data_found_element_index6:
-0x7123 031968 increase -3 ,rega 
-0x7124 031969 increase 2 ,contr 
-0x7125 031970 branch search_uuid_in_data_loop 
-:      031971 search_uuid_in_data_found_element_index7:
-0x7126 031972 increase -5 ,rega 
-0x7127 031973 increase 4 ,contr 
-0x7128 031974 branch search_uuid_in_data_loop 
-:      031976 search_uuid_in_data_found_uuid:
-0x7129 031977 increase -1 ,rega 
-0x712a 031978 copy loopcnt ,pdata 
-0x712b 031979 beq 1 ,search_uuid_in_data_type_uuid_16 
-0x712c 031980 beq 2 ,search_uuid_in_data_type_uuid_32 
-0x712d 031981 beq 4 ,search_uuid_in_data_type_uuid_128 
-0x712e 031982 branch disable_user 
-:      031983 search_uuid_in_data_type_uuid_128:
-0x712f 031984 increase -12 ,rega 
-:      031985 search_uuid_in_data_type_uuid_32:
-0x7130 031986 ifetch 2 ,contr 
-0x7131 031987 increase -2 ,rega 
-:      031988 search_uuid_in_data_type_uuid_16:
-0x7132 031989 ifetch 2 ,contr 
-0x7133 031990 isub regb ,null 
-0x7134 031991 branch enable_user ,zero 
-0x7135 031992 increase -2 ,rega 
-0x7136 031993 branch disable_user ,zero 
-0x7137 031994 branch search_uuid_in_data_loop 
-:      032053 sdp_send_spp_request:
-0x7138 032054 call l2cap_get_sdp_tx_payload 
-0x7139 032055 copy pdata ,contw 
-0x713a 032056 setarg 6 
-0x713b 032057 istore 1 ,contw 
-0x713c 032058 setarg sdp_tid_spp 
-0x713d 032059 istore 2 ,contw 
-0x713e 032060 setarg 0x0f00 
-0x713f 032061 istore 2 ,contw 
-0x7140 032062 setarg 0x1a0535 
-0x7141 032063 istore 3 ,contw 
-0x7142 032064 setarg 0x0111 
-0x7143 032065 lshift16 pdata ,pdata 
-0x7144 032066 istore 4 ,contw 
-0x7145 032067 setarg 0x2600 
-0x7146 032068 istore 2 ,contw 
-0x7147 032069 setarg 0x0335 
-0x7148 032070 istore 2 ,contw 
-0x7149 032071 setarg 0x0009 
-0x714a 032072 istore 2 ,contw 
-0x714b 032073 setarg 0x0004 
-0x714c 032074 istore 2 ,contw 
-0x714d 032075 jam 0x14 ,mem_sdp_tx_pkt_length 
-0x714e 032076 rtn 
-:      032080 function_g2:
-0x714f 032081 bpatchx patch3b_2 ,mem_patch3b 
-0x7150 032082 jam 80 ,mem_aes_cmac_data_length 
-0x7151 032083 arg memdat ,contw 
-0x7152 032084 arg mem_le_srand ,contr 
-0x7153 032085 call memcpy16 
-0x7154 032086 arg mem_le_pubkey_local_x_256 ,contr 
-0x7155 032087 call memcpy32 
-0x7156 032088 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7157 032089 call memcpy32 
-0x7158 032090 call inverse_memdat 
-0x7159 032091 arg mem_le_mrand ,contr 
-0x715a 032092 call store_inverse_k 
-0x715b 032093 call function_aes_cmac 
-0x715c 032095 arg mem_aes_cmac_temp ,contw 
-0x715d 032096 call load_inverse_result 
-0x715e 032097 setarg 1000000 
-0x715f 032098 copy pdata ,rega 
-0x7160 032099 fetch 4 ,mem_aes_cmac_temp 
-0x7161 032100 idiv rega 
-0x7162 032101 call wait_div_end 
-0x7163 032102 remainder pdata 
-0x7164 032103 store 4 ,mem_gkey 
-0x7165 032105 rtn 
-:      032107 function_f6_eb:
-0x7166 032108 jam 65 ,mem_aes_cmac_data_length 
-0x7167 032109 arg memdat ,contw 
-0x7168 032110 call store_addr_common_a 
-0x7169 032111 call store_addr_common_b 
-0x716a 032112 fetch 3 ,mem_le_pres + 1 
-0x716b 032113 istore 3 ,contw 
-0x716c 032116 call get_r 
-0x716d 032118 arg mem_le_mrand ,contr 
-0x716e 032119 call memcpy16 
-0x716f 032120 arg mem_le_srand ,contr 
-0x7170 032121 call memcpy16 
-0x7171 032122 call inverse_memdat 
-0x7172 032123 arg mem_le_mackey ,contr 
-0x7173 032124 arg mem_aes_cmac_k ,contw 
-0x7174 032125 call memcpy16 
-0x7175 032127 branch function_aes_cmac 
-:      032131 get_r:
-0x7176 032132 fetch 4 ,mem_le_tk 
-0x7177 032133 istore 4 ,contw 
-0x7178 032134 call memset0_4 
-0x7179 032135 branch memset0_8 
-:      032137 function_f6_ea:
-0x717a 032138 bpatchx patch3b_3 ,mem_patch3b 
-0x717b 032139 jam 65 ,mem_aes_cmac_data_length 
-0x717c 032140 arg memdat ,contw 
-0x717d 032141 call store_addr_common_b 
-0x717e 032142 call store_addr_common_a 
-0x717f 032143 fetch 3 ,mem_le_preq + 1 
-0x7180 032144 istore 3 ,contw 
-0x7181 032147 call get_r 
-0x7182 032148 arg mem_le_srand ,contr 
-0x7183 032149 call memcpy16 
-0x7184 032150 arg mem_le_mrand ,contr 
-0x7185 032151 call memcpy16 
-0x7186 032152 call inverse_memdat 
-0x7187 032153 arg mem_le_mackey ,contr 
-0x7188 032154 arg mem_aes_cmac_k ,contw 
-0x7189 032155 call memcpy16 
-0x718a 032157 call function_aes_cmac 
-0x718b 032158 arg mem_aes_cmac_temp ,contw 
-0x718c 032159 branch load_inverse_result 
-:      032161 function_f5:
-0x718d 032162 jam 32 ,mem_aes_cmac_data_length 
-0x718e 032163 arg mem_le_dhkey_256 ,contr 
-0x718f 032164 arg memdat ,contw 
-0x7190 032165 call memcpy32 
-0x7191 032166 call inverse_memdat 
-0x7192 032167 arg mem_le_slat ,contr 
-0x7193 032168 call store_inverse_k 
-0x7194 032169 call function_aes_cmac 
-0x7195 032170 arg mem_aes_cmac_k ,contw 
-0x7196 032171 call store_aes_result 
-0x7197 032172 arg 1 ,temp 
-0x7198 032173 call function_f5_common 
-0x7199 032174 arg mem_le_ltk ,contw 
-0x719a 032175 call load_inverse_result 
-0x719b 032176 arg 0 ,temp 
-0x719c 032177 call function_f5_common 
-0x719d 032178 arg mem_le_mackey ,contw 
-0x719e 032180 branch store_aes_result 
-:      032183 function_f5_common:
-0x719f 032184 bpatchx patch3b_4 ,mem_patch3b 
-0x71a0 032185 jam 53 ,mem_aes_cmac_data_length 
-0x71a1 032186 setarg 0x100 
-0x71a2 032187 store 2 ,memdat 
-0x71a3 032188 call store_addr_common_b 
-0x71a4 032189 call store_addr_common_a 
-0x71a5 032190 arg mem_le_srand ,contr 
-0x71a6 032191 call memcpy16 
-0x71a7 032192 arg mem_le_mrand ,contr 
-0x71a8 032193 call memcpy16 
-0x71a9 032195 setarg 0x6c65 
-0x71aa 032196 istore 2 ,contw 
-0x71ab 032197 setarg 0x6274 
-0x71ac 032198 istore 2 ,contw 
-0x71ad 032199 istoret 1 ,contw 
-0x71ae 032200 call inverse_memdat 
-0x71af 032201 branch function_aes_cmac 
-:      032203 store_addr_common_b:
-0x71b0 032204 fetch 6 ,mem_le_lap 
-0x71b1 032205 istore 6 ,contw 
-0x71b2 032206 fetch 1 ,mem_le_conn_own_addr_type 
-0x71b3 032207 istore 1 ,contw 
-0x71b4 032208 rtn 
-:      032210 store_addr_common_a:
-0x71b5 032211 fetch 6 ,mem_le_plap 
-0x71b6 032212 istore 6 ,contw 
-0x71b7 032217 fetch 1 ,mem_le_conn_peer_addr_type 
-0x71b8 032218 istore 1 ,contw 
-0x71b9 032219 rtn 
-:      032221 function_f4_ca:
-0x71ba 032222 jam 65 ,mem_aes_cmac_data_length 
-0x71bb 032223 fetch 1 ,mem_passkey_1bit 
-0x71bc 032224 store 1 ,memdat 
-0x71bd 032225 arg mem_le_pubkey_local_x_256 ,contr 
-0x71be 032226 call memcpy32 
-0x71bf 032227 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71c0 032228 call memcpy32 
-0x71c1 032229 call inverse_memdat 
-0x71c2 032230 arg mem_le_mrand ,contr 
-0x71c3 032231 call store_inverse_k 
-0x71c4 032232 branch function_aes_cmac 
-:      032235 function_f4_cb:
-0x71c5 032236 jam 65 ,mem_aes_cmac_data_length 
-0x71c6 032237 fetch 1 ,mem_passkey_1bit 
-0x71c7 032238 store 1 ,memdat 
-0x71c8 032239 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71c9 032240 call memcpy32 
-0x71ca 032241 arg mem_le_pubkey_local_x_256 ,contr 
-0x71cb 032242 call memcpy32 
-0x71cc 032243 call inverse_memdat 
-0x71cd 032244 arg mem_le_srand ,contr 
-0x71ce 032245 call store_inverse_k 
-0x71cf 032246 branch function_aes_cmac 
-:      032248 function_aes_cmac:
-0x71d0 032249 bpatchx patch3b_5 ,mem_patch3b 
-0x71d1 032250 call function_aes_cmac_generate_subkey 
-0x71d2 032254 fetch 1 ,mem_aes_cmac_data_length 
-0x71d3 032255 copy pdata ,temp 
-:      032256 function_ceil16:
-0x71d4 032257 increase 15 ,pdata 
-0x71d5 032258 rshift4 pdata ,pdata 
-0x71d6 032259 copy pdata ,regb 
-0x71d7 032260 branch function_aes_cmac_set_flag_0_balnk ,blank 
-0x71d8 032261 and temp ,0x0f ,pdata 
-0x71d9 032262 nbranch function_aes_cmac_set_flag_0 ,blank 
-0x71da 032264 arg mem_aes_cmac_k1 ,regc 
-0x71db 032265 arg memdat ,pdata 
-0x71dc 032266 increase -16 ,pdata 
-0x71dd 032269 iadd temp ,rega 
-0x71de 032270 arg mem_aes_cmac_m_last ,contw 
-0x71df 032271 arg 4 ,loopcnt 
-0x71e0 032272 call xor_loop 
-0x71e1 032276 branch function_aes_cmac_aes 
-:      032278 function_aes_cmac_set_flag_0_balnk:
-0x71e2 032279 arg 1 ,regb 
-0x71e3 032280 arg 0 ,rega 
-0x71e4 032282 branch function_aes_cmac_set_flag_0_common 
-:      032285 function_aes_cmac_set_flag_0:
-0x71e5 032287 and temp ,0x0f ,rega 
-:      032288 function_aes_cmac_set_flag_0_common:
-0x71e6 032289 arg memdat ,pdata 
-0x71e7 032290 iadd temp ,pdata 
-0x71e8 032291 isub rega ,contr 
-0x71e9 032293 arg mem_aes_cmac_temp ,contw 
-0x71ea 032294 call function_aes_cmac_padding 
-0x71eb 032296 arg mem_aes_cmac_k2 ,regc 
-0x71ec 032297 arg mem_aes_cmac_temp ,rega 
-0x71ed 032298 arg mem_aes_cmac_m_last ,contw 
-0x71ee 032299 arg 4 ,loopcnt 
-0x71ef 032300 call xor_loop 
-:      032307 function_aes_cmac_aes:
-0x71f0 032312 call aes_clear_data 
-0x71f1 032313 call aes_init 
-0x71f2 032316 arg memdat ,contr 
-:      032317 function_aes_cmac_aes_loop:
-0x71f3 032319 increase -1 ,regb 
-0x71f4 032320 deposit regb 
-0x71f5 032321 branch function_aes_cmac_aes_loop_end ,blank 
-0x71f6 032322 call load_data128 
-0x71f7 032323 call do_aes_cbc 
-0x71f8 032324 branch function_aes_cmac_aes_loop 
-:      032326 function_aes_cmac_aes_loop_end:
-0x71f9 032327 arg mem_aes_cmac_temp ,contw 
-0x71fa 032328 call store_aes_result 
-0x71fb 032329 arg mem_aes_cmac_m_last ,contr 
-0x71fc 032330 call load_data128 
-0x71fd 032331 call aes_init 
-0x71fe 032332 arg mem_aes_cmac_temp ,contr 
-0x71ff 032333 call load_data128 
-0x7200 032334 branch do_aes_cbc 
-:      032338 load_inverse_result:
-0x7201 032340 copy contw ,rega 
-0x7202 032341 call store_aes_result 
-0x7203 032343 arg 16 ,loopcnt 
-0x7204 032344 branch inverse_data 
-:      032346 store_inverse_k:
-0x7205 032347 arg mem_aes_cmac_k ,contw 
-0x7206 032348 call memcpy16 
-:      032349 inverse_k:
-0x7207 032350 arg 16 ,loopcnt 
-0x7208 032351 arg mem_aes_cmac_k ,rega 
-0x7209 032352 branch inverse_data 
-:      032354 inverse_memdat:
-0x720a 032355 fetch 1 ,mem_aes_cmac_data_length 
-0x720b 032356 copy pdata ,loopcnt 
-0x720c 032357 arg memdat ,rega 
-0x720d 032358 branch inverse_data 
-:      032360 bn_lshift_0_inverse:
-0x720e 032361 ifetch 1 ,rega 
-0x720f 032362 lshift pdata ,pdata 
-0x7210 032363 isolate1 0 ,regc 
-0x7211 032364 setflag true ,0 ,pdata 
-0x7212 032365 isolate1 8 ,pdata 
-0x7213 032366 setflag true ,0 ,regc 
-0x7214 032367 istore 1 ,rega 
-0x7215 032368 increase -1 ,rega 
-0x7216 032369 loop bn_lshift_0_inverse 
-0x7217 032370 rtn 
-:      032372 function_aes_cmac_k1_inverse:
-0x7218 032373 arg mem_aes_cmac_k1 ,rega 
-:      032374 function_aes_cmac_inverse_common:
-0x7219 032375 increase 15 ,rega 
-0x721a 032376 force 16 ,loopcnt 
-0x721b 032377 force 0 ,regc 
-0x721c 032378 branch bn_lshift_0_inverse 
-:      032380 function_aes_cmac_k2_inverse:
-0x721d 032381 arg mem_aes_cmac_k2 ,rega 
-0x721e 032382 branch function_aes_cmac_inverse_common 
-:      032385 function_aes_cmac_generate_subkey:
-0x721f 032386 arg mem_aes_cmac_k ,contr 
-0x7220 032387 call load_key 
-0x7221 032390 force regidx_xor ,regext_index 
-0x7222 032391 call aes_clear 
-0x7223 032392 call aes_clear_data 
-0x7224 032393 call do_aes_ocb 
-0x7225 032398 arg mem_aes_cmac_k1 ,contw 
-0x7226 032399 call store_aes_result 
-:      032400 function_aes_cmac_k1:
-0x7227 032401 bpatchx patch3b_6 ,mem_patch3b 
-0x7228 032402 fetch 1 ,mem_aes_cmac_k1 
-0x7229 032403 isolate1 7 ,pdata 
-0x722a 032404 nbranch function_aes_cmac_k1_0 ,true 
-0x722b 032405 call function_aes_cmac_k1_inverse 
-0x722c 032408 arg mem_aes_cmac_k1 ,regc 
-0x722d 032410 arg mem_aes_cmac_k1 ,contw 
-0x722e 032413 call function_aes_cmac_xor_rb 
-0x722f 032414 branch function_aes_cmac_k2 
-:      032415 function_aes_cmac_k1_0:
-0x7230 032416 call function_aes_cmac_k1_inverse 
-:      032417 function_aes_cmac_k2:
-0x7231 032419 arg mem_aes_cmac_k1 ,contr 
-0x7232 032420 arg mem_aes_cmac_k2 ,contw 
-0x7233 032421 call memcpy16 
-0x7234 032422 fetch 1 ,mem_aes_cmac_k2 
-0x7235 032423 isolate1 7 ,pdata 
-0x7236 032424 nbranch function_aes_cmac_k2_inverse ,true 
-0x7237 032425 call function_aes_cmac_k2_inverse 
-0x7238 032427 arg mem_aes_cmac_k2 ,regc 
-0x7239 032429 arg mem_aes_cmac_k2 ,contw 
-:      032435 function_aes_cmac_xor_rb:
-0x723a 032436 arg 3 ,loopcnt 
-:      032437 function_aes_cmac_xor_rb_loop:
-0x723b 032438 arg 0 ,temp 
-0x723c 032439 call function_aes_cmac_xor_loop_common 
-0x723d 032440 increase 4 ,regc 
-0x723e 032441 loop function_aes_cmac_xor_rb_loop 
-0x723f 032442 arg 0x8700 ,temp 
-0x7240 032443 lshift16 temp ,temp 
-:      032444 function_aes_cmac_xor_loop_common:
-0x7241 032445 ifetch 4 ,regc 
-0x7242 032446 ixor temp ,pdata 
-0x7243 032447 istore 4 ,contw 
-0x7244 032448 rtn 
-:      032454 function_aes_cmac_padding:
-0x7245 032455 bpatchx patch3b_7 ,mem_patch3b 
-0x7246 032456 arg 16 ,loopcnt 
-0x7247 032457 arg 0 ,pdata 
-:      032458 function_aes_cmac_padding_loop:
-0x7248 032459 isub rega ,null 
-0x7249 032460 branch function_aes_cmac_padding_beq_length ,zero 
-0x724a 032461 branch function_aes_cmac_padding_big_length ,positive 
-0x724b 032462 ifetcht 1 ,contr 
-0x724c 032463 istoret 1 ,contw 
-:      032464 function_aes_cmac_padding_loop2:
-0x724d 032465 increase 1 ,pdata 
-0x724e 032466 loop function_aes_cmac_padding_loop 
-0x724f 032467 rtn 
-:      032468 function_aes_cmac_padding_beq_length:
-0x7250 032469 arg 0x80 ,temp 
-:      032470 function_aes_cmac_padding_common:
-0x7251 032471 istoret 1 ,contw 
-0x7252 032472 branch function_aes_cmac_padding_loop2 
-:      032474 function_aes_cmac_padding_big_length:
-0x7253 032475 arg 0 ,temp 
-0x7254 032476 branch function_aes_cmac_padding_common 
-:      032479 generate_kinit:
-0x7255 032480 call function_e22 
-0x7256 032481 arg mem_input_store ,contr 
-0x7257 032482 arg mem_kinit ,contw 
-0x7258 032483 branch memcpy16 
-:      032486 function_e21:
-0x7259 032487 disable user 
-0x725a 032488 call function_expand 
-0x725b 032489 arg mem_random_number ,contr 
-0x725c 032490 arg mem_x ,contw 
-0x725d 032491 force 15 ,loopcnt 
-0x725e 032492 call memcpy 
-0x725f 032493 ifetch 1 ,contr 
-0x7260 032494 xor_into 6 ,pdata 
-0x7261 032495 istore 1 ,contw 
-0x7262 032496 setarg mem_y 
-0x7263 032497 store 2 ,memp_ar_input 
-0x7264 032498 setarg mem_x 
-0x7265 032499 store 2 ,memp_ar_key 
-0x7266 032500 set1 mark_ar2 ,mark 
-0x7267 032501 branch function_ar 
-:      032505 function_e22:
-0x7268 032506 fetcht 1 ,mem_pin_length 
-0x7269 032507 force 16 ,regb 
-0x726a 032508 add temp ,6 ,regc 
-0x726b 032509 sub regc ,16 ,null 
-0x726c 032510 branch function_e22_pin_init ,positive 
-0x726d 032511 force 16 ,regc 
-:      032512 function_e22_pin_init:
-0x726e 032513 arg mem_x ,contw 
-:      032514 function_e22_genx_pin:
-0x726f 032515 arg mem_pin ,contr 
-0x7270 032516 copy temp ,loopcnt 
-0x7271 032517 disable user 
-:      032518 function_e22_genx_loop:
-0x7272 032519 ifetch 1 ,contr 
-0x7273 032520 istore 1 ,contw 
-0x7274 032521 increase -1 ,regb 
-0x7275 032522 branch function_e22_genx_end ,zero 
-0x7276 032523 loop function_e22_genx_loop 
-0x7277 032524 branch function_e22_genx_pin ,user 
-0x7278 032525 enable user 
-0x7279 032526 force 6 ,loopcnt 
-0x727a 032527 copy rega ,contr 
-0x727b 032528 branch function_e22_genx_loop 
-:      032529 function_e22_genx_end:
-0x727c 032530 arg mem_random_number ,contr 
-0x727d 032531 arg mem_y ,contw 
-0x727e 032532 call memcpy16 
-0x727f 032533 fetch 1 ,mem_y15 
-0x7280 032534 ixor regc ,pdata 
-0x7281 032535 store 1 ,mem_y15 
-0x7282 032536 setarg mem_y 
-0x7283 032537 store 2 ,memp_ar_input 
-0x7284 032538 setarg mem_x 
-0x7285 032539 store 2 ,memp_ar_key 
-0x7286 032540 set1 mark_ar2 ,mark 
-0x7287 032541 branch function_ar 
-:      032546 function_e1:
-0x7288 032547 disable user 
-0x7289 032548 call function_expand 
-0x728a 032549 branch function_hash 
-:      032551 function_e3:
-0x728b 032552 arg mem_aco ,rega 
-0x728c 032553 enable user 
-0x728d 032554 call function_expand 
-0x728e 032555 call function_hash 
-0x728f 032556 arg mem_input_store ,contr 
-0x7290 032557 arg mem_kc ,contw 
-0x7291 032558 branch memcpy16 
-:      032561 function_hash:
-0x7292 032562 setarg mem_random_number 
-0x7293 032563 store 2 ,memp_ar_input 
-0x7294 032564 setarg mem_link_key 
-0x7295 032565 store 2 ,memp_ar_key 
-0x7296 032566 set0 mark_ar2 ,mark 
-0x7297 032567 call function_ar 
-0x7298 032568 arg mem_input_store ,rega 
-0x7299 032569 arg mem_random_number ,regb 
-0x729a 032570 arg mem_x ,contw 
-0x729b 032571 call xor16 
-0x729c 032572 arg mem_x ,rega 
-0x729d 032573 arg mem_y ,regb 
-0x729e 032574 copy regb ,contw 
-0x729f 032575 enable user 
-0x72a0 032576 call add16 
-0x72a1 032577 call key_offset 
-0x72a2 032578 setarg mem_y 
-0x72a3 032579 store 2 ,memp_ar_input 
-0x72a4 032580 setarg mem_x 
-0x72a5 032581 store 2 ,memp_ar_key 
-0x72a6 032582 set1 mark_ar2 ,mark 
-0x72a7 032583 branch function_ar 
-:      032587 function_ar:
-0x72a8 032588 jam 0 ,mem_ar_hround 
-0x72a9 032589 fetch 2 ,memp_ar_key 
-0x72aa 032590 iforce contr 
-0x72ab 032591 arg mem_key_store ,contw 
-0x72ac 032592 call memcpy16 
-0x72ad 032593 fetch 2 ,memp_ar_input 
-0x72ae 032594 iforce contr 
-0x72af 032595 arg mem_input_store ,contw 
-0x72b0 032596 call memcpy16 
-:      032598 function_ar_loop:
-0x72b1 032599 call key_scheduling 
-0x72b2 032600 disable user 
-0x72b3 032601 bmark0 mark_ar2 ,function_ar_original 
-0x72b4 032602 fetch 1 ,mem_ar_hround 
-0x72b5 032603 bne 4 ,function_ar_original 
-0x72b6 032604 fetch 2 ,memp_ar_input 
-0x72b7 032605 iforce regb 
-0x72b8 032606 call xor_mod32_ar2 
-:      032607 function_ar_original:
-0x72b9 032608 call xor_mod32 
-0x72ba 032609 call el_boxes 
-0x72bb 032610 fetch 1 ,mem_ar_hround 
-0x72bc 032611 increase 1 ,pdata 
-0x72bd 032612 store 1 ,mem_ar_hround 
-0x72be 032614 call key_scheduling 
-0x72bf 032615 enable user 
-0x72c0 032616 call xor_mod32 
-0x72c1 032617 call pht 
-0x72c2 032618 call permute 
-0x72c3 032619 call pht 
-0x72c4 032620 call permute 
-0x72c5 032621 call pht 
-0x72c6 032622 call permute 
-0x72c7 032623 call pht 
-0x72c8 032624 fetch 1 ,mem_ar_hround 
-0x72c9 032625 increase 1 ,pdata 
-0x72ca 032626 store 1 ,mem_ar_hround 
-0x72cb 032627 bne 16 ,function_ar_loop 
-0x72cc 032628 call key_scheduling 
-0x72cd 032629 disable user 
-0x72ce 032630 branch xor_mod32 
-:      032634 key_scheduling:
-0x72cf 032635 fetch 1 ,mem_ar_hround 
-0x72d0 032636 arg mem_key_store ,contr 
-0x72d1 032637 branch key_sched_zero ,blank 
-0x72d2 032638 iforce regb 
-0x72d3 032639 force 17 ,loopcnt 
-0x72d4 032640 copy contr ,contw 
-:      032641 key_rotateloop:
-0x72d5 032642 ifetch 1 ,contr 
-0x72d6 032643 lshift3 pdata ,temp 
-0x72d7 032644 rshift2 pdata ,pdata 
-0x72d8 032645 rshift3 pdata ,pdata 
-0x72d9 032646 ior temp ,pdata 
-0x72da 032647 istore 1 ,contw 
-0x72db 032648 loop key_rotateloop 
-0x72dc 032649 setarg mem_key_store 
-0x72dd 032650 iadd regb ,contr 
-0x72de 032651 force 16 ,loopcnt 
-0x72df 032652 arg mem_round_key ,contw 
-:      032653 key_select_octet_loop:
-0x72e0 032654 ifetch 1 ,contr 
-0x72e1 032655 istore 1 ,contw 
-0x72e2 032656 compare mem_key_store_end ,contr ,0xff 
-0x72e3 032657 nbranch key_select_octet_nwrap ,true 
-0x72e4 032658 increase -17 ,contr 
-:      032659 key_select_octet_nwrap:
-0x72e5 032660 loop key_select_octet_loop 
-0x72e6 032661 force 0 ,rega 
-0x72e7 032662 add regb ,-1 ,regc 
-0x72e8 032663 lshift2 regc ,regc 
-0x72e9 032664 lshift2 regc ,regc 
-0x72ea 032665 call enable_authrom 
-0x72eb 032666 setarg mem_b_box 
-0x72ec 032667 iadd regc ,regc 
-0x72ed 032668 arg mem_round_key ,contw 
-0x72ee 032669 force 16 ,loopcnt 
-:      032670 bias_round_key_loop:
-0x72ef 032671 ifetcht 1 ,regc 
-0x72f0 032672 ifetch 1 ,contw 
-0x72f1 032673 iadd temp ,pdata 
-0x72f2 032674 istore 1 ,contw 
-0x72f3 032675 increase 1 ,regc 
-0x72f4 032676 loop bias_round_key_loop 
-0x72f5 032677 branch disable_authrom 
-:      032679 key_sched_zero:
-0x72f6 032680 force 16 ,loopcnt 
-0x72f7 032681 force 0 ,temp 
-:      032682 create_byte_16_loop:
-0x72f8 032683 ifetch 1 ,contr 
-0x72f9 032684 ixor temp ,temp 
-0x72fa 032685 loop create_byte_16_loop 
-0x72fb 032686 deposit temp 
-0x72fc 032687 istore 1 ,contr 
-0x72fd 032688 arg mem_key_store ,contr 
-0x72fe 032689 arg mem_round_key ,contw 
-0x72ff 032690 branch memcpy16 
-:      032692 xor_mod32:
-0x7300 032693 arg mem_round_key ,regb 
-:      032694 xor_mod32_ar2:
-0x7301 032695 force 16 ,loopcnt 
-0x7302 032696 arg mem_input_store ,rega 
-0x7303 032697 copy rega ,contw 
-:      032698 xor_mod32_loop:
-0x7304 032699 ifetcht 1 ,rega 
-0x7305 032700 ifetch 1 ,regb 
-0x7306 032701 ixor temp ,alarm 
-0x7307 032702 and loopcnt ,3 ,regc 
-0x7308 032703 nbranch xor_mod32_invert ,user 
-0x7309 032704 xor_into 3 ,regc 
-:      032705 xor_mod32_invert:
-0x730a 032706 sub regc ,1 ,regc 
-0x730b 032707 branch xor_even ,positive 
-0x730c 032708 iadd temp ,alarm 
-:      032709 xor_even:
-0x730d 032710 deposit alarm 
-0x730e 032711 istore 1 ,contw 
-0x730f 032712 increase 1 ,rega 
-0x7310 032713 increase 1 ,regb 
-0x7311 032714 loop xor_mod32_loop 
-0x7312 032715 rtn 
-:      032717 el_boxes:
-0x7313 032718 call enable_authrom 
-0x7314 032719 force 16 ,loopcnt 
-0x7315 032720 arg mem_input_store ,rega 
-:      032721 el_box_loop:
-0x7316 032722 ifetch 1 ,rega 
-0x7317 032723 arg mem_e_box ,contr 
-0x7318 032724 and loopcnt ,3 ,regc 
-0x7319 032725 sub regc ,1 ,null 
-0x731a 032726 branch e_boxes ,positive 
-0x731b 032727 arg mem_l_box ,contr 
-:      032728 e_boxes:
-0x731c 032729 iadd contr ,contr 
-0x731d 032730 ifetch 1 ,contr 
-0x731e 032731 istore 1 ,rega 
-0x731f 032732 increase 1 ,rega 
-0x7320 032733 loop el_box_loop 
-0x7321 032734 branch disable_authrom 
-:      032736 pht:
-0x7322 032737 force 8 ,loopcnt 
-0x7323 032738 arg mem_input_store ,contr 
-0x7324 032739 copy contr ,contw 
-:      032740 pht_loop:
-0x7325 032741 ifetch 1 ,contr 
-0x7326 032742 iforce rega 
-0x7327 032743 ifetch 1 ,contr 
-0x7328 032744 iforce regb 
-0x7329 032745 lshift rega ,pdata 
-0x732a 032746 iadd regb ,pdata 
-0x732b 032747 istore 1 ,contw 
-0x732c 032748 deposit rega 
-0x732d 032749 iadd regb ,pdata 
-0x732e 032750 istore 1 ,contw 
-0x732f 032751 loop pht_loop 
-0x7330 032752 rtn 
-:      032755 permute:
-0x7331 032756 setarg 0x8ae42c 
-0x7332 032757 iforce temp 
-0x7333 032758 force 7 ,loopcnt 
-0x7334 032759 call permute_exchange 
-0x7335 032760 setarg 0xd751b 
-0x7336 032761 iforce temp 
-0x7337 032762 force 5 ,loopcnt 
-0x7338 032763 call permute_exchange 
-0x7339 032764 fetch 1 ,mem_input_store + 15 
-0x733a 032765 iforce rega 
-0x733b 032766 fetch 1 ,mem_input_store + 3 
-0x733c 032767 store 1 ,mem_input_store + 15 
-0x733d 032768 deposit rega 
-0x733e 032769 store 1 ,mem_input_store + 3 
-0x733f 032770 rtn 
-:      032772 permute_exchange:
-0x7340 032773 and temp ,0xf ,regb 
-:      032774 permute_loop:
-0x7341 032775 and temp ,0xf ,pdata 
-0x7342 032776 arg mem_input_store ,contw 
-0x7343 032777 iadd contw ,contw 
-0x7344 032778 ifetch 1 ,contw 
-0x7345 032779 iforce regc 
-0x7346 032780 deposit rega 
-0x7347 032781 istore 1 ,contw 
-0x7348 032782 copy regc ,rega 
-0x7349 032783 rshift4 temp ,temp 
-0x734a 032784 loop permute_loop 
-0x734b 032785 setarg mem_input_store 
-0x734c 032786 iadd regb ,contw 
-0x734d 032787 deposit rega 
-0x734e 032788 istore 1 ,contw 
-0x734f 032789 rtn 
-:      032791 add16:
-0x7350 032792 enable user 
-0x7351 032793 branch xor_add16 
-:      032795 xor16:
-0x7352 032796 disable user 
-:      032797 xor_add16:
-0x7353 032798 force 16 ,loopcnt 
-:      032799 xoradd_loop:
-0x7354 032800 ifetcht 1 ,rega 
-0x7355 032801 ifetch 1 ,regb 
-0x7356 032802 branch xoradd_add ,user 
-0x7357 032803 ixor temp ,pdata 
-0x7358 032804 branch xoradd_store 
-:      032805 xoradd_add:
-0x7359 032806 iadd temp ,pdata 
-:      032807 xoradd_store:
-0x735a 032808 istore 1 ,contw 
-0x735b 032809 increase 1 ,rega 
-0x735c 032810 increase 1 ,regb 
-0x735d 032811 loop xoradd_loop 
-0x735e 032812 rtn 
-:      032815 function_expand:
-0x735f 032816 arg mem_y ,contw 
-0x7360 032817 ifetch 6 ,rega 
-0x7361 032818 istore 6 ,contw 
-0x7362 032819 branch expand_12 ,user 
-0x7363 032820 ifetch 6 ,rega 
-0x7364 032821 branch expand_cont 
-:      032822 expand_12:
-0x7365 032823 ifetch 6 ,contr 
-:      032824 expand_cont:
-0x7366 032825 istore 6 ,contw 
-0x7367 032826 ifetch 4 ,rega 
-0x7368 032827 istore 4 ,contw 
-0x7369 032828 rtn 
-:      032830 key_offset:
-0x736a 032831 arg mem_link_key ,contr 
-0x736b 032832 arg mem_x ,contw 
-0x736c 032833 arg 0 ,temp 
-0x736d 032834 setarg 0x8395a7 
-0x736e 032835 call concatenate_temp24 
-0x736f 032836 setarg 0xb3c1df 
-0x7370 032837 call concatenate_temp24 
-0x7371 032838 setarg 0xe5e9 
-0x7372 032839 call concatenate_temp16 
-0x7373 032840 copy temp ,regab 
-0x7374 032841 disable user 
-0x7375 032842 call key_addxor 
-0x7376 032843 copy regab ,temp 
-0x7377 032844 enable user 
-0x7378 032845 branch key_addxor 
-:      032847 key_addxor:
-0x7379 032848 force 8 ,loopcnt 
-:      032849 key_addxor_loop:
-0x737a 032850 ifetch 1 ,contr 
-0x737b 032851 compare 1 ,loopcnt ,1 
-0x737c 032852 branch key_high ,user 
-0x737d 032853 branch key_xor ,true 
-:      032854 key_add:
-0x737e 032855 iadd temp ,pdata 
-0x737f 032856 branch key_store 
-:      032857 key_high:
-0x7380 032858 branch key_add ,true 
-:      032859 key_xor:
-0x7381 032860 ixor temp ,pdata 
-:      032861 key_store:
-0x7382 032862 istore 1 ,contw 
-0x7383 032863 rshift8 temp ,temp 
-0x7384 032864 loop key_addxor_loop 
-0x7385 032865 rtn 
-:      032867 copy_aco:
-0x7386 032868 fetch 6 ,mem_input_store + 4 
-0x7387 032869 store 6 ,mem_aco 
-0x7388 032870 ifetch 6 ,contr 
-0x7389 032871 istore 6 ,contw 
-0x738a 032872 rtn 
-:      032874 concatenate_temp24:
-0x738b 032875 lshift8 temp ,temp 
-:      032876 concatenate_temp16:
-0x738c 032877 lshift16 temp ,temp 
-0x738d 032878 ior temp ,temp 
-0x738e 032879 rtn 
-:      032883 loop1:
-0x738f 032884 branch loop1 
-:      032888 generate_stk:
-0x7390 032889 bpatchx patch3c_0 ,mem_patch3c 
-0x7391 032890 call function_s1 
-0x7392 032891 arg mem_le_ltk ,contw 
-0x7393 032892 branch store_aes_result 
-:      032895 authenticate_rconfirm:
-0x7394 032896 arg mem_le_srand ,contw 
-0x7395 032897 branch authenticate_mconfirm ,master 
-0x7396 032898 arg mem_le_mrand ,contw 
-:      032899 authenticate_mconfirm:
-0x7397 032900 copy contr ,rega 
-0x7398 032901 call memcpy16 
-0x7399 032902 call function_c1 
-0x739a 032903 arg mem_le_rconfirm ,contr 
-0x739b 032904 branch compare_res 
-:      032906 generate_confirm:
-0x739c 032907 arg mem_le_mrand ,rega 
-0x739d 032908 branch generate_mrand ,master 
-0x739e 032909 arg mem_le_srand ,rega 
-:      032910 generate_mrand:
-0x739f 032911 copy rega ,contw 
-0x73a0 032912 call generate_random 
-0x73a1 032913 branch function_c1 
-:      032915 generate_sk:
-0x73a2 032916 arg mem_le_skdm ,contr 
-0x73a3 032917 call load_data128 
-0x73a4 032918 arg mem_le_ltk ,contr 
-0x73a5 032919 call load_regext 
-0x73a6 032920 force 0x38 ,aes_ctrl 
-0x73a7 032921 force 0x0 ,aes_ctrl 
-0x73a8 032922 call wait_aes 
-0x73a9 032923 arg mem_le_sk ,contw 
-0x73aa 032924 branch store_aes_result 
-:      032927 first_block_counter:
-0x73ab 032928 force 0x49 ,pdata 
-0x73ac 032929 branch first_block 
-:      032930 first_block_data:
-0x73ad 032931 force 1 ,pdata 
-:      032932 first_block:
-0x73ae 032933 force regidx_data ,regext_index 
-0x73af 032934 lshift8 temp ,regext 
-0x73b0 032935 ior regext ,regext 
-0x73b1 032936 increase 1 ,regext_index 
-0x73b2 032937 rshift8 temp ,regext 
-0x73b3 032938 rshift16 regext ,regext 
-0x73b4 032939 fetch 2 ,mem_le_ivm 
-0x73b5 032940 lshift16 ,pdata ,pdata 
-0x73b6 032941 ior regext ,regext 
-0x73b7 032942 increase 1 ,regext_index 
-0x73b8 032943 ifetch 4 ,contr 
-0x73b9 032944 iforce regext 
-0x73ba 032945 increase 1 ,regext_index 
-0x73bb 032946 ifetch 2 ,contr 
-0x73bc 032947 byteswap rega ,regext 
-0x73bd 032948 lshift16 regext ,regext 
-0x73be 032949 ior regext ,regext 
-0x73bf 032950 increase 1 ,regext_index 
-0x73c0 032951 rtn 
-:      032955 generate_mic:
-0x73c1 032956 add regc ,1 ,contr 
-0x73c2 032957 ifetch 1 ,contr 
-0x73c3 032958 iforce rega 
-0x73c4 032959 call first_block_counter 
-0x73c5 032960 call do_aes_ocb 
-0x73c6 032962 force regidx_data ,regext_index 
-0x73c7 032963 ifetch 1 ,regc 
-0x73c8 032964 and_into 0x3 ,pdata 
-0x73c9 032965 lshift16 pdata ,regext 
-0x73ca 032966 set1 8 ,regext 
-0x73cb 032967 call clear_hidata 
-0x73cc 032968 call do_aes_cbc 
-0x73cd 032970 copy rega ,loopcnt 
-0x73ce 032971 add regc ,2 ,contr 
-0x73cf 032972 call padding_data 
-:      032973 generate_mic_loop:
-0x73d0 032974 call aes_load_data 
-0x73d1 032975 call do_aes_cbc 
-0x73d2 032976 deposit loopcnt 
-0x73d3 032977 branch generate_mic_end ,blank 
-0x73d4 032978 branch generate_mic_loop 
-:      032979 generate_mic_end:
-0x73d5 032980 force regidx_result ,regext_index 
-0x73d6 032981 deposit regext 
-0x73d7 032982 store 4 ,mem_le_mic 
-0x73d8 032983 rtn 
-:      032985 aes_crypt_data:
-0x73d9 032986 increase 1 ,rega 
-0x73da 032987 call first_block_data 
-0x73db 032988 copy regc ,contr 
-0x73dc 032989 call aes_load_xor 
-0x73dd 032990 call do_aes_ctr 
-0x73de 032991 call store_enc_data 
-0x73df 032992 increase 16 ,regc 
-0x73e0 032993 increase -16 ,regb 
-0x73e1 032994 branch aes_crypt_data ,positive 
-0x73e2 032995 rtn 
-:      032997 le_encrypt:
-0x73e3 032998 bpatchx patch3c_1 ,mem_patch3c 
-0x73e4 032999 arg mem_le_txheader ,regc 
-0x73e5 033000 fetcht 5 ,mem_le_pcnt_tx 
-0x73e6 033001 call generate_mic 
-0x73e7 033002 force regidx_xor ,regext_index 
-0x73e8 033003 iforce regext 
-0x73e9 033004 force 0 ,rega 
-0x73ea 033005 call first_block_data 
-0x73eb 033006 call do_aes_ctr 
-0x73ec 033007 arg mem_le_txpayload ,regc 
-0x73ed 033008 fetch 1 ,mem_le_txlen 
-0x73ee 033009 add pdata ,-1 ,regb 
-0x73ef 033010 iadd regc ,contw 
-0x73f0 033011 force regidx_result ,regext_index 
-0x73f1 033012 deposit regext 
-0x73f2 033013 istore 4 ,contw 
-0x73f3 033014 call aes_crypt_data 
-0x73f4 033015 fetch 1 ,mem_le_txlen 
-0x73f5 033016 increase 4 ,pdata 
-0x73f6 033017 store 1 ,mem_le_txlen 
-0x73f7 033018 fetcht 5 ,mem_le_pcnt_tx 
-0x73f8 033019 increase 1 ,temp 
-0x73f9 033020 storet 5 ,mem_le_pcnt_tx 
-0x73fa 033021 rtn 
-:      033023 le_decrypt:
-0x73fb 033024 bpatchx patch3c_2 ,mem_patch3c 
-0x73fc 033025 fetch 1 ,mem_le_rxbuf + 1 
-0x73fd 033026 sub pdata ,20 ,null 
-0x73fe 033027 branch le_dec_cont ,positive 
-:      033028 le_dec_cont:
-0x73ff 033029 arg mem_le_rxbuf + 2 ,regc 
-0x7400 033030 add pdata ,-1 ,regb 
-0x7401 033031 increase -4 ,pdata 
-0x7402 033032 store 1 ,mem_le_rxbuf + 1 
-0x7403 033033 iadd regc ,contr 
-0x7404 033034 ifetch 4 ,contr 
-0x7405 033035 force regidx_xor ,regext_index 
-0x7406 033036 iforce regext 
-0x7407 033037 force 0 ,rega 
-0x7408 033038 fetcht 5 ,mem_le_pcnt_rx 
-0x7409 033039 call first_block_data 
-0x740a 033040 call do_aes_ctr 
-0x740b 033041 force regidx_result ,regext_index 
-0x740c 033042 deposit regext 
-0x740d 033043 store 4 ,mem_le_peer_mic 
-0x740e 033044 call aes_crypt_data 
-0x740f 033045 arg mem_le_rxbuf ,regc 
-0x7410 033046 call generate_mic 
-0x7411 033047 fetcht 4 ,mem_le_peer_mic 
-0x7412 033048 isub temp ,pdata 
-0x7413 033049 nrtn blank 
-0x7414 033050 fetch 4 ,mem_le_last_mic 
-0x7415 033051 isub temp ,pdata 
-0x7416 033052 rtn blank 
-0x7417 033053 storet 4 ,mem_le_last_mic 
-0x7418 033054 fetch 5 ,mem_le_pcnt_rx 
-0x7419 033055 increase 1 ,pdata 
-0x741a 033056 store 5 ,mem_le_pcnt_rx 
-0x741b 033057 force 0 ,pdata 
-0x741c 033058 rtn 
-:      033060 wait_aes:
-0x741d 033061 nbranch wait_aes ,aes_ready 
-0x741e 033062 rtn 
-:      033064 do_aes_ocb:
-0x741f 033065 force 0x30 ,aes_ctrl 
-0x7420 033066 force 0x0 ,aes_ctrl 
-0x7421 033067 branch wait_aes 
-:      033069 do_aes_cbc:
-0x7422 033070 force 0x32 ,aes_ctrl 
-0x7423 033071 force 0x2 ,aes_ctrl 
-0x7424 033072 branch wait_aes 
-:      033074 do_aes_ctr:
-0x7425 033075 force 0x34 ,aes_ctrl 
-0x7426 033076 force 0x4 ,aes_ctrl 
-0x7427 033077 branch wait_aes 
-:      033080 aes_init:
-0x7428 033081 force 1 ,aes_ctrl 
-0x7429 033082 force 0 ,aes_ctrl 
-0x742a 033083 rtn 
-:      033084 function_s1:
-0x742b 033085 force regidx_data ,regext_index 
-0x742c 033086 fetch 4 ,mem_le_mrand 
-0x742d 033087 iforce regext 
-0x742e 033088 increase 1 ,regext_index 
-0x742f 033089 ifetch 4 ,contr 
-0x7430 033090 iforce regext 
-0x7431 033091 increase 1 ,regext_index 
-0x7432 033092 fetch 4 ,mem_le_srand 
-0x7433 033093 iforce regext 
-0x7434 033094 increase 1 ,regext_index 
-0x7435 033095 ifetch 4 ,contr 
-0x7436 033096 iforce regext 
-0x7437 033097 increase 1 ,regext_index 
-0x7438 033098 call aes_clear 
-0x7439 033099 increase -4 ,regext_index 
-0x743a 033100 fetch 4 ,mem_le_tk 
-0x743b 033101 copy pdata ,regext 
-0x743c 033102 increase 4 ,regext_index 
-0x743d 033103 force 0x38 ,aes_ctrl 
-0x743e 033104 force 0x8 ,aes_ctrl 
-0x743f 033105 branch wait_aes 
-:      033108 function_c1:
-0x7440 033109 bpatchx patch3c_3 ,mem_patch3c 
-0x7441 033110 fetch 6 ,mem_le_lap 
-0x7442 033111 fetcht 6 ,mem_le_plap 
-0x7443 033112 branch function_c1_master ,master 
-0x7444 033113 fetch 6 ,mem_le_plap 
-0x7445 033114 fetcht 6 ,mem_le_lap 
-:      033115 function_c1_master:
-0x7446 033116 force regidx_xor ,regext_index 
-0x7447 033117 copy temp ,regext 
-0x7448 033118 increase 1 ,regext_index 
-0x7449 033119 rshift32 temp ,regext 
-0x744a 033120 lshift16 pdata ,pdata 
-0x744b 033121 ior regext ,regext 
-0x744c 033122 increase 1 ,regext_index 
-0x744d 033123 rshift32 pdata ,regext 
-0x744e 033124 increase 1 ,regext_index 
-0x744f 033125 force 0 ,regext 
-0x7450 033126 force 0 ,pdata 
-0x7451 033127 fetch 1 ,mem_le_conn_peer_addr_type 
-0x7452 033128 fetcht 1 ,mem_le_adv_own_addr_type 
-0x7453 033129 nbranch function_c1_irat ,master 
-0x7454 033131 fetch 1 ,mem_le_conn_own_addr_type 
-0x7455 033132 fetcht 1 ,mem_le_conn_peer_addr_type 
-:      033133 function_c1_irat:
-0x7456 033134 store 1 ,mem_le_iat 
-0x7457 033135 storet 1 ,mem_le_rat 
-0x7458 033136 force regidx_data ,regext_index 
-0x7459 033137 arg mem_le_iat ,regb 
-0x745a 033138 force 4 ,loopcnt 
-:      033139 function_c1_loop1:
-0x745b 033140 ifetch 4 ,rega 
-0x745c 033141 ifetcht 4 ,regb 
-0x745d 033142 ixor temp ,regext 
-0x745e 033143 increase 1 ,regext_index 
-0x745f 033144 increase 4 ,rega 
-0x7460 033145 increase 4 ,regb 
-0x7461 033146 loop function_c1_loop1 
-0x7462 033147 call aes_clear 
-0x7463 033148 increase -4 ,regext_index 
-0x7464 033149 fetch 4 ,mem_le_tk 
-0x7465 033150 copy pdata ,regext 
-0x7466 033151 increase 4 ,regext_index 
-0x7467 033152 force 0x38 ,aes_ctrl 
-0x7468 033153 force 0xc ,aes_ctrl 
-0x7469 033154 call wait_aes 
-0x746a 033156 call aes_clear_data 
-0x746b 033157 force 0x3a ,aes_ctrl 
-0x746c 033158 force 0x8 ,aes_ctrl 
-0x746d 033159 branch wait_aes 
-:      033161 padding_data:
-0x746e 033162 compare 0 ,loopcnt ,3 
-0x746f 033163 rtn true 
-0x7470 033164 deposit contr 
-0x7471 033165 iadd loopcnt ,contw 
-0x7472 033166 force 0 ,pdata 
-:      033167 padding_loop:
-0x7473 033168 istore 1 ,contw 
-0x7474 033169 increase 1 ,loopcnt 
-0x7475 033170 compare 0 ,loopcnt ,3 
-0x7476 033171 rtn true 
-0x7477 033172 branch padding_loop 
-:      033174 aes_load_data:
-0x7478 033175 force regidx_data ,regext_index 
-:      033176 load_data_loop:
-0x7479 033177 deposit loopcnt 
-0x747a 033178 branch load_data_padding ,blank 
-0x747b 033179 ifetch 4 ,contr 
-0x747c 033180 increase -4 ,loopcnt 
-:      033181 load_data_padding:
-0x747d 033182 iforce regext 
-0x747e 033183 increase 1 ,regext_index 
-0x747f 033184 compare regidx_key ,regext_index ,0xf 
-0x7480 033185 rtn true 
-0x7481 033186 branch load_data_loop 
-:      033188 aes_load_xor:
-0x7482 033189 force regidx_xor ,regext_index 
-0x7483 033190 branch load_regext 
-:      033191 load_key:
-0x7484 033192 force regidx_key ,regext_index 
-0x7485 033193 branch load_regext 
-:      033194 load_data128:
-0x7486 033195 force regidx_data ,regext_index 
-:      033196 load_regext:
-0x7487 033197 force 4 ,loopcnt 
-:      033198 load_regext_loop:
-0x7488 033199 ifetch 4 ,contr 
-0x7489 033200 iforce regext 
-0x748a 033201 increase 1 ,regext_index 
-0x748b 033202 loop load_regext_loop 
-0x748c 033203 rtn 
-:      033205 load_sk:
-0x748d 033206 arg mem_le_sk ,contr 
-0x748e 033207 branch load_key 
-:      033209 clear_hidata:
-0x748f 033210 force 4 ,loopcnt 
-0x7490 033211 branch clear_data_rest 
-:      033213 aes_clear_data:
-0x7491 033214 force regidx_data ,regext_index 
-:      033215 aes_clear:
-0x7492 033216 force 4 ,loopcnt 
-:      033217 clear_loop:
-0x7493 033218 force 0 ,regext 
-:      033219 clear_data_rest:
-0x7494 033220 increase 1 ,regext_index 
-0x7495 033221 loop clear_loop 
-0x7496 033222 rtn 
-:      033224 store_aes_result:
-0x7497 033225 force regidx_result ,regext_index 
-0x7498 033226 force 4 ,loopcnt 
-:      033227 send_aes_result_loop:
-0x7499 033228 deposit regext 
-0x749a 033229 istore 4 ,contw 
-0x749b 033230 increase 1 ,regext_index 
-0x749c 033231 loop send_aes_result_loop 
-0x749d 033232 rtn 
-:      033234 store_enc_data:
-0x749e 033235 force regidx_result ,regext_index 
-0x749f 033236 copy regc ,contw 
-0x74a0 033237 add regb ,1 ,loopcnt 
-0x74a1 033238 sub loopcnt ,15 ,null 
-0x74a2 033239 branch store_enc_loop ,positive 
-0x74a3 033240 force 16 ,loopcnt 
-:      033241 store_enc_loop:
-0x74a4 033242 deposit regext 
-0x74a5 033243 sub loopcnt ,3 ,null 
-0x74a6 033244 branch store_enc_byte ,positive 
-0x74a7 033245 istore 4 ,contw 
-0x74a8 033246 increase -4 ,loopcnt 
-0x74a9 033247 rtn zero 
-0x74aa 033248 increase 1 ,regext_index 
-0x74ab 033249 branch store_enc_loop 
-:      033250 store_enc_byte:
-0x74ac 033251 istore 1 ,contw 
-0x74ad 033252 rshift8 pdata ,pdata 
-0x74ae 033253 loop store_enc_byte 
-0x74af 033254 rtn 
-:      033257 compare_res:
-0x74b0 033258 force regidx_result ,regext_index 
-0x74b1 033259 force 4 ,loopcnt 
-:      033260 compare_res_loop:
-0x74b2 033261 ifetch 4 ,contr 
-0x74b3 033262 isub regext ,null 
-0x74b4 033263 nrtn zero 
-0x74b5 033264 increase 1 ,regext_index 
-0x74b6 033265 loop compare_res_loop 
-0x74b7 033266 force 0 ,null 
-0x74b8 033267 rtn 
-:      033269 enable_authrom:
-0x74b9 033270 hfetch 1 ,core_clkoff 
-0x74ba 033271 set0 clock_off_auth_rom ,pdata 
-0x74bb 033272 hstore 1 ,core_clkoff 
-0x74bc 033273 rtn 
-:      033275 disable_authrom:
-0x74bd 033276 hfetch 1 ,core_clkoff 
-0x74be 033277 set1 clock_off_auth_rom ,pdata 
-0x74bf 033278 hstore 1 ,core_clkoff 
-0x74c0 033279 rtn 
-:      033281 init_memp:
-0x74c1 033282 arg mem_p ,contw 
-0x74c2 033283 setsect 0 ,0x3ffff 
-0x74c3 033284 setsect 1 ,0x3ffff 
-0x74c4 033285 setsect 2 ,0x3ffff 
-0x74c5 033286 setsect 3 ,0x3fbff 
-0x74c6 033287 istore 9 ,contw 
-0x74c7 033288 setsect 0 ,0x3ffff 
-0x74c8 033289 setsect 1 ,0x3ffff 
-0x74c9 033290 setsect 2 ,0x3ffff 
-0x74ca 033291 setsect 3 ,0x3ffff 
-0x74cb 033292 istore 9 ,contw 
-0x74cc 033293 setsect 0 ,0x3ffff 
-0x74cd 033294 setsect 1 ,0x3ffff 
-0x74ce 033295 setsect 2 ,0x3cfff 
-0x74cf 033296 setsect 3 ,0x3ffff 
-0x74d0 033297 istore 9 ,contw 
-0x74d1 033298 setsect 0 ,0x3ffff 
-0x74d2 033299 setsect 1 ,0x3ffff 
-0x74d3 033300 setsect 2 ,0x3ffef 
-0x74d4 033301 setsect 3 ,0x3ffff 
-0x74d5 033302 istore 9 ,contw 
-0x74d6 033303 setsect 0 ,0x3ffff 
-0x74d7 033304 setsect 1 ,0x3ffff 
-0x74d8 033305 setsect 2 ,0x3ffff 
-0x74d9 033306 setsect 3 ,0x3ffff 
-0x74da 033307 istore 9 ,contw 
-0x74db 033308 setsect 0 ,0x3ffff 
-0x74dc 033309 setsect 1 ,0x26c7f 
-0x74dd 033310 setsect 2 ,0x146b 
-0x74de 033311 setsect 3 ,0x37bb3 
-0x74df 033312 istore 9 ,contw 
-0x74e0 033313 setsect 0 ,0x1feb8 
-0x74e1 033314 setsect 1 ,0x10c12 
-0x74e2 033315 setsect 2 ,0x2b722 
-0x74e3 033316 setsect 3 ,0x29fa6 
-0x74e4 033317 istore 9 ,contw 
-0x74e5 033318 setsect 0 ,0xe70f 
-0x74e6 033319 setsect 1 ,0x16720 
-0x74e7 033320 setsect 2 ,0x519e 
-0x74e8 033321 setsect 3 ,0x19084 
-0x74e9 033322 istore 9 ,contw 
-0x74ea 033323 setsect 0 ,0x31012 
-0x74eb 033324 setsect 1 ,0x360bf 
-0x74ec 033325 setsect 2 ,0x3f0af 
-0x74ed 033326 setsect 3 ,0x3d3 
-0x74ee 033327 istore 9 ,contw 
-0x74ef 033328 setsect 0 ,0x3a188 
-0x74f0 033329 setsect 1 ,0x3ad0 
-0x74f1 033330 setsect 2 ,0x3cbf2 
-0x74f2 033331 setsect 3 ,0x243d9 
-0x74f3 033332 istore 9 ,contw 
-0x74f4 033333 setsect 0 ,0x2b030 
-0x74f5 033334 setsect 1 ,0x36a03 
-0x74f6 033335 setsect 2 ,0x11188 
-0x74f7 033336 setsect 3 ,0x1e520 
-0x74f8 033337 istore 9 ,contw 
-0x74f9 033338 setsect 0 ,0x3a11e 
-0x74fa 033339 setsect 1 ,0xfe5d 
-0x74fb 033340 setsect 2 ,0xdd57 
-0x74fc 033341 setsect 3 ,0x1ac93 
-0x74fd 033342 istore 9 ,contw 
-0x74fe 033343 setsect 0 ,0x11ed 
-0x74ff 033344 setsect 1 ,0x218c4 
-0x7500 033345 setsect 2 ,0x8da7 
-0x7501 033346 setsect 3 ,0x257ff 
-0x7502 033347 istore 9 ,contw 
-0x7503 033348 setsect 0 ,0x3192b 
-0x7504 033349 setsect 1 ,0x34641 
-0x7505 033350 setsect 2 ,0x1be0c 
-0x7506 033351 setsect 3 ,0x366ad 
-0x7507 033352 istore 9 ,contw 
-0x7508 033353 setsect 0 ,0x1f83 
-0x7509 033354 setsect 1 ,0x15a23 
-0x750a 033355 setsect 2 ,0x3f9b0 
-0x750b 033356 setsect 3 ,0x3949 
-0x750c 033357 istore 9 ,contw 
-0x750d 033358 setsect 0 ,0x13a51 
-0x750e 033359 setsect 1 ,0x153fd 
-0x750f 033360 setsect 2 ,0x3372a 
-0x7510 033361 setsect 3 ,0xf1bb 
-0x7511 033362 istore 9 ,contw 
-0x7512 033363 setsect 0 ,0x3ae85 
-0x7513 033364 setsect 1 ,0x1eed9 
-0x7514 033365 setsect 2 ,0x9e66 
-0x7515 033366 setsect 3 ,0x1a8 
-0x7516 033367 istore 8 ,contw 
-0x7517 033368 rtn 
-:      033372 init_memp_256:
-0x7518 033373 arg mem_p_256 ,contw 
-0x7519 033374 setsect 0 ,0x3ffff 
-0x751a 033375 setsect 1 ,0x3ffff 
-0x751b 033376 setsect 2 ,0x3ffff 
-0x751c 033377 setsect 3 ,0x3ffff 
-0x751d 033378 istore 9 ,contw 
-0x751e 033379 setsect 0 ,0x3ffff 
-0x751f 033380 setsect 1 ,0x3f 
-0x7520 033381 setsect 2 ,0x0 
-0x7521 033382 setsect 3 ,0x0 
-0x7522 033383 istore 9 ,contw 
-0x7523 033384 setsect 0 ,0x0 
-0x7524 033385 setsect 1 ,0x0 
-0x7525 033386 setsect 2 ,0x1000 
-0x7526 033387 setsect 3 ,0x0 
-0x7527 033388 istore 9 ,contw 
-0x7528 033389 setsect 0 ,0x3ff00 
-0x7529 033390 setsect 1 ,0x3ffff 
-0x752a 033391 setsect 2 ,0x3ffcf 
-0x752b 033392 setsect 3 ,0x3ffff 
-0x752c 033393 istore 9 ,contw 
-0x752d 033394 setsect 0 ,0x3ffff 
-0x752e 033395 setsect 1 ,0x3ffff 
-0x752f 033396 setsect 2 ,0x3ffff 
-0x7530 033397 setsect 3 ,0x3ff 
-0x7531 033398 istore 9 ,contw 
-0x7532 033399 setsect 0 ,0x0 
-0x7533 033400 setsect 1 ,0x0 
-0x7534 033401 setsect 2 ,0x0 
-0x7535 033402 setsect 3 ,0x0 
-0x7536 033403 istore 9 ,contw 
-0x7537 033404 setsect 0 ,0x10000 
-0x7538 033405 setsect 1 ,0x0 
-0x7539 033406 setsect 2 ,0x3f000 
-0x753a 033407 setsect 3 ,0x3ffff 
-0x753b 033408 istore 9 ,contw 
-0x753c 033409 setsect 0 ,0x296ff 
-0x753d 033410 setsect 1 ,0x22630 
-0x753e 033411 setsect 2 ,0x3945d 
-0x753f 033412 setsect 3 ,0x3d284 
-0x7540 033413 istore 9 ,contw 
-0x7541 033414 setsect 0 ,0x333a0 
-0x7542 033415 setsect 1 ,0x4b7a 
-0x7543 033416 setsect 2 ,0x37d8 
-0x7544 033417 setsect 3 ,0x3c9dc 
-0x7545 033418 istore 9 ,contw 
-0x7546 033419 setsect 0 ,0x3a440 
-0x7547 033420 setsect 1 ,0x1b958 
-0x7548 033421 setsect 2 ,0x38bce 
-0x7549 033422 setsect 3 ,0x1091f 
-0x754a 033423 istore 9 ,contw 
-0x754b 033424 setsect 0 ,0x2e12c 
-0x754c 033425 setsect 1 ,0x1f47c 
-0x754d 033426 setsect 2 ,0x356b1 
-0x754e 033427 setsect 3 ,0x2fd47 
-0x754f 033428 istore 9 ,contw 
-0x7550 033429 setsect 0 ,0x6837 
-0x7551 033430 setsect 1 ,0x2ed90 
-0x7552 033431 setsect 2 ,0x1ecec 
-0x7553 033432 setsect 3 ,0x1acc5 
-0x7554 033433 istore 9 ,contw 
-0x7555 033434 setsect 0 ,0x23357 
-0x7556 033435 setsect 1 ,0x18af3 
-0x7557 033436 setsect 2 ,0xf9e1 
-0x7558 033437 setsect 3 ,0x129f0 
-0x7559 033438 istore 9 ,contw 
-0x755a 033439 setsect 0 ,0x2e7eb 
-0x755b 033440 setsect 1 ,0x3e6e3 
-0x755c 033441 setsect 2 ,0x3e1a7 
-0x755d 033442 setsect 3 ,0x10b8b 
-0x755e 033443 istore 9 ,contw 
-0x755f 033444 setsect 0 ,0x24fe3 
-0x7560 033445 setsect 1 ,0x20ef 
-0x7561 033446 setsect 2 ,0x1b5a6 
-0x7562 033447 setsect 3 ,0xdc2f 
-0x7563 033448 istore 9 ,contw 
-0x7564 033449 setsect 0 ,0x13860 
-0x7565 033450 setsect 1 ,0x2bd69 
-0x7566 033451 setsect 2 ,0x391a 
-0x7567 033452 setsect 3 ,0x1b222 
-0x7568 033453 istore 9 ,contw 
-0x7569 033454 rtn 
-:      033457 publickey_init:
-0x756a 033458 fetch 1 ,mem_ssp_enable 
-0x756b 033459 nbranch sp_initialize ,blank 
-0x756c 033460 branch sp_initialize_256 
-:      033462 sp_calc_sequence_256_check:
-0x756d 033463 bpatchx patch3c_4 ,mem_patch3c 
-0x756e 033464 fetch 1 ,mem_ssp_enable 
-0x756f 033465 rtn blank 
-0x7570 033466 fetch 1 ,mem_sp_local_key_invalid 
-0x7571 033467 rtnne sp_key_valid 
-0x7572 033468 fetch 1 ,mem_le_secure_connect_enable 
-0x7573 033469 rtn blank 
-0x7574 033470 fetch 1 ,mem_le_sc_local_key_invalid 
-0x7575 033471 rtneq sp_key_valid_256 
-0x7576 033472 fetch 2 ,mem_ui_state_map 
-0x7577 033473 bbit1 ui_state_bt_connected ,stop_publickey_calc_256 
-0x7578 033474 fetch 1 ,mem_le_sc_calc 
-0x7579 033475 beq sp_calc_standby ,sp_initialize_256 
-0x757a 033476 rtn 
-:      033477 stop_publickey_calc_256:
-0x757b 033478 jam sp_calc_standby ,mem_le_sc_calc 
-0x757c 033479 rtn 
-:      033482 sp_initialize:
-0x757d 033483 bpatchx patch3c_5 ,mem_patch3c 
-0x757e 033484 fetch 1 ,mem_ssp_enable 
-0x757f 033485 branch ssp_disable ,blank 
-0x7580 033486 call ssp_enable 
-0x7581 033487 call sp_clear_flags 
-0x7582 033488 branch sp_pubkey_calc 
-:      033490 sp_clear_flags:
-0x7583 033491 setarg 0 
-0x7584 033492 store 8 ,mem_sp_state_start 
-0x7585 033493 store 4 ,mem_sp_flag_start 
-0x7586 033494 store 7 ,mem_sp_iocap_remote 
-0x7587 033495 rtn 
-:      033497 sp_generate_local_key:
-0x7588 033498 jam sp_flag_commit ,mem_sp_flag 
-0x7589 033499 branch sp_generate_local_key0 
-:      033500 sp_master_generate_local_key:
-0x758a 033501 fetch 1 ,mem_sp_local_key_invalid 
-0x758b 033502 beq sp_key_valid ,sp_dhkey_calc 
-0x758c 033503 branch assert 
-:      033504 sp_generate_local_key0:
-0x758d 033505 fetch 1 ,mem_sp_local_key_invalid 
-0x758e 033506 beq sp_key_valid ,sp_start_send_pubkey 
-0x758f 033507 branch sp_pubkey_calc 
-:      033509 sp_start_send_pubkey:
-0x7590 033510 call sp_dhkey_calc 
-0x7591 033511 fetch 1 ,mem_master_sp_state 
-0x7592 033512 nrtn blank 
-0x7593 033513 jam sp_stat_key_send ,mem_sp_state 
-0x7594 033514 rtn 
-:      033517 sp_calc_check_publickey_256:
-0x7595 033518 call sp_calc_b256 
-0x7596 033519 arg mem_le_pubkey_remote_y_256 ,rega 
-0x7597 033520 arg mem_t7_256 ,contw 
-0x7598 033521 call bn_sqrmod_256 
-0x7599 033522 arg mem_le_pubkey_remote_x_256 ,rega 
-0x759a 033523 arg mem_t2_256 ,contw 
-0x759b 033524 call bn_sqrmod_256 
-0x759c 033525 arg mem_t2_256 ,rega 
-0x759d 033526 arg mem_le_pubkey_remote_x_256 ,regb 
-0x759e 033527 arg mem_t2_256 ,contw 
-0x759f 033528 call bn_mulmod_256 
-0x75a0 033529 arg mem_a_256 ,rega 
-0x75a1 033530 arg mem_le_pubkey_remote_x_256 ,regb 
-0x75a2 033531 arg mem_t3_256 ,contw 
-0x75a3 033532 call bn_mulmod_256 
-0x75a4 033533 arg mem_t3_256 ,rega 
-0x75a5 033534 arg mem_t2_256 ,regb 
-0x75a6 033535 arg mem_t2_256 ,contw 
-0x75a7 033536 call bn_addmod_256 
-0x75a8 033537 arg mem_t0_256 ,rega 
-0x75a9 033538 arg mem_t2_256 ,regb 
-0x75aa 033539 arg mem_t0_256 ,contw 
-0x75ab 033540 call bn_addmod_256 
-0x75ac 033541 arg 32 ,loopcnt 
-0x75ad 033542 arg mem_t7_256 ,rega 
-0x75ae 033543 arg mem_t0_256 ,regb 
-0x75af 033544 branch string_compare 
-:      033546 sp_calc_b256:
-0x75b0 033547 arg mem_gy_256 ,rega 
-0x75b1 033548 arg mem_t0_256 ,contw 
-0x75b2 033549 call bn_sqrmod_256 
-0x75b3 033550 arg mem_gx_256 ,rega 
-0x75b4 033551 arg mem_t2_256 ,contw 
-0x75b5 033552 call bn_sqrmod_256 
-0x75b6 033553 arg mem_t2_256 ,rega 
-0x75b7 033554 arg mem_gx_256 ,regb 
-0x75b8 033555 arg mem_t2_256 ,contw 
-0x75b9 033556 call bn_mulmod_256 
-0x75ba 033557 arg mem_a_256 ,rega 
-0x75bb 033558 arg mem_gx_256 ,regb 
-0x75bc 033559 arg mem_t3_256 ,contw 
-0x75bd 033560 call bn_mulmod_256 
-0x75be 033561 arg mem_t3_256 ,rega 
-0x75bf 033562 arg mem_t2_256 ,regb 
-0x75c0 033563 arg mem_t2_256 ,contw 
-0x75c1 033564 call bn_addmod_256 
-0x75c2 033565 arg mem_t0_256 ,rega 
-0x75c3 033566 arg mem_t2_256 ,regb 
-0x75c4 033567 arg mem_t0_256 ,contw 
-0x75c5 033568 branch bn_submod_256 
-:      033570 sp_calc_check_publickey:
-0x75c6 033571 call sp_calc_b 
-0x75c7 033572 arg mem_sp_pubkey_remote_y ,rega 
-0x75c8 033573 arg mem_t7_256 ,contw 
-0x75c9 033574 call bn_sqrmod 
-0x75ca 033575 arg mem_sp_pubkey_remote_x ,rega 
-0x75cb 033576 arg mem_t2_256 ,contw 
-0x75cc 033577 call bn_sqrmod 
-0x75cd 033578 arg mem_t2_256 ,rega 
-0x75ce 033579 arg mem_sp_pubkey_remote_x ,regb 
-0x75cf 033580 arg mem_t2_256 ,contw 
-0x75d0 033581 call bn_mulmod 
-0x75d1 033582 arg mem_a ,rega 
-0x75d2 033583 arg mem_sp_pubkey_remote_x ,regb 
-0x75d3 033584 arg mem_t3_256 ,contw 
-0x75d4 033585 call bn_mulmod 
-0x75d5 033586 arg mem_t3_256 ,rega 
-0x75d6 033587 arg mem_t2_256 ,regb 
-0x75d7 033588 arg mem_t2_256 ,contw 
-0x75d8 033589 call bn_addmod 
-0x75d9 033590 arg mem_t0_256 ,rega 
-0x75da 033591 arg mem_t2_256 ,regb 
-0x75db 033592 arg mem_t0_256 ,contw 
-0x75dc 033593 call bn_addmod 
-0x75dd 033594 arg 24 ,loopcnt 
-0x75de 033595 arg mem_t7_256 ,rega 
-0x75df 033596 arg mem_t0_256 ,regb 
-0x75e0 033597 branch string_compare 
-:      033599 sp_calc_b:
-0x75e1 033600 arg mem_gy ,rega 
-0x75e2 033601 arg mem_t0_256 ,contw 
-0x75e3 033602 call bn_sqrmod 
-0x75e4 033603 arg mem_gx ,rega 
-0x75e5 033604 arg mem_t2_256 ,contw 
-0x75e6 033605 call bn_sqrmod 
-0x75e7 033606 arg mem_t2_256 ,rega 
-0x75e8 033607 arg mem_gx ,regb 
-0x75e9 033608 arg mem_t2_256 ,contw 
-0x75ea 033609 call bn_mulmod 
-0x75eb 033610 arg mem_a ,rega 
-0x75ec 033611 arg mem_gx ,regb 
-0x75ed 033612 arg mem_t3_256 ,contw 
-0x75ee 033613 call bn_mulmod 
-0x75ef 033614 arg mem_t3_256 ,rega 
-0x75f0 033615 arg mem_t2_256 ,regb 
-0x75f1 033616 arg mem_t2_256 ,contw 
-0x75f2 033617 call bn_addmod 
-0x75f3 033618 arg mem_t0_256 ,rega 
-0x75f4 033619 arg mem_t2_256 ,regb 
-0x75f5 033620 arg mem_t0_256 ,contw 
-0x75f6 033621 branch bn_submod 
-:      033624 sp_calculate_commitment:
-0x75f7 033625 fetch 1 ,mem_sp_calc 
-0x75f8 033626 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
-0x75f9 033627 call sp_local_random_key_generator 
-0x75fa 033628 arg mem_sp_prarm_stack ,contw 
-0x75fb 033629 setarg mem_sp_random_local_end 
-0x75fc 033630 istore 2 ,contw 
-0x75fd 033631 setarg mem_sp_pubkey_local_x_end 
-0x75fe 033632 istore 2 ,contw 
-0x75ff 033633 setarg mem_sp_pubkey_remote_x_end 
-0x7600 033634 istore 2 ,contw 
-0x7601 033635 branch sp_calculate_commitment0 
-:      033636 master_sp_calculate_commitment:
-0x7602 033637 arg mem_sp_prarm_stack ,contw 
-0x7603 033638 setarg mem_sp_random_remote_end 
-0x7604 033639 istore 2 ,contw 
-0x7605 033640 setarg mem_sp_pubkey_remote_x_end 
-0x7606 033641 istore 2 ,contw 
-0x7607 033642 setarg mem_sp_pubkey_local_x_end 
-0x7608 033643 istore 2 ,contw 
-:      033644 sp_calculate_commitment0:
-0x7609 033645 call function_f1 
-0x760a 033646 fetch 1 ,mem_master_sp_state 
-0x760b 033647 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
-0x760c 033648 jam sp_flag_commit ,mem_sp_flag 
-0x760d 033649 jam sp_stat_commit_send ,mem_sp_state 
-0x760e 033650 rtn 
-:      033651 master_sp_calculate_commitment0:
-0x760f 033652 jam sp_stat_commitment_compare ,mem_master_sp_state 
-0x7610 033653 call sp_master_generate_local_key 
-0x7611 033654 branch master_set_mem_master_sp_flag 
-:      033656 sp_local_random_key_generator:
-0x7612 033657 arg mem_sp_random_local ,contw 
-0x7613 033658 force 8 ,queue 
-0x7614 033659 branch random_generator 
-:      033661 sp_calculate_commitment_wait_dhkey_calc:
-0x7615 033662 jam sp_flag_commit ,mem_sp_flag 
-0x7616 033663 rtn 
-:      033665 sp_confirm_check:
-0x7617 033667 bpatchx patch3c_6 ,mem_patch3c 
-0x7618 033668 arg mem_addr_value ,contw 
-0x7619 033669 fetch 6 ,mem_lap 
-0x761a 033670 istore 6 ,contw 
-0x761b 033671 fetch 6 ,mem_plap 
-0x761c 033672 istore 6 ,contw 
-0x761d 033673 fetch 3 ,mem_sp_iocap_remote 
-0x761e 033674 istore 3 ,contw 
-0x761f 033676 call function_f3a 
-0x7620 033678 arg mem_sp_calc_result_high ,rega 
-0x7621 033679 arg mem_sp_check_result ,regb 
-0x7622 033680 force 4 ,queue 
-0x7623 033681 call compare4 
-0x7624 033682 nbranch sp_confirm_check_failed ,true 
-0x7625 033684 call sp_confirm_check_success 
-0x7626 033685 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x7627 033686 branch tid_set_reply 
-:      033688 sp_confirm_check_success:
-0x7628 033689 fetch 1 ,mem_master_sp_state 
-0x7629 033690 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
-0x762a 033691 jam sp_stat_confirm_calc ,mem_sp_state 
-0x762b 033692 jam sp_flag_commit ,mem_sp_flag 
-0x762c 033693 jam lmp_accepted ,mem_lmo_opcode2 
-0x762d 033694 rtn 
-:      033695 sp_confirm_check_success_master:
-0x762e 033696 jam lmp_accepted ,mem_lmo_opcode2 
-0x762f 033697 jam sp_state_end ,mem_master_sp_state 
-0x7630 033698 branch master_set_mem_master_sp_flag 
-:      033701 sp_confirm_check_failed:
-0x7631 033702 fetch 1 ,mem_master_sp_state 
-0x7632 033703 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
-0x7633 033704 jam sp_stat_null ,mem_sp_state 
-0x7634 033705 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x7635 033707 jam authentication_failure_error ,mem_lmo_reason2 
-0x7636 033708 rtn 
-:      033709 sp_confirm_check_failed_master:
-0x7637 033710 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x7638 033711 jam sp_stat_null ,mem_master_sp_state 
-0x7639 033712 rtn 
-:      033714 sp_confirm_calc:
-0x763a 033715 fetch 1 ,mem_sp_dh_ready 
-0x763b 033716 beq sp_flag_commit ,sp_confirm_calc_ready 
-0x763c 033717 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x763d 033718 branch master_set_mem_master_sp_flag 
-:      033719 sp_confirm_calc_ready:
-0x763e 033720 arg mem_addr_value ,contw 
-0x763f 033721 fetch 6 ,mem_plap 
-0x7640 033722 istore 6 ,contw 
-0x7641 033723 fetch 6 ,mem_lap 
-0x7642 033724 istore 6 ,contw 
-0x7643 033725 fetch 3 ,mem_sp_iocap_local 
-0x7644 033726 istore 3 ,contw 
-0x7645 033728 call function_f3b 
-0x7646 033729 fetch 1 ,mem_master_sp_state 
-0x7647 033730 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
-0x7648 033731 jam sp_stat_confirm_send ,mem_sp_state 
-0x7649 033732 jam sp_flag_commit ,mem_sp_flag 
-0x764a 033733 rtn 
-:      033734 sp_confirm_calc_master:
-0x764b 033735 jam sp_stat_confirm_send ,mem_master_sp_state 
-0x764c 033736 jam sp_flag_commit ,mem_master_sp_flag 
-0x764d 033737 rtn 
-:      033739 sp_master_key_prarm_push:
-0x764e 033740 arg mem_sp_prarm_stack ,contw 
-0x764f 033741 fetch 6 ,mem_plap 
-0x7650 033742 istore 6 ,contw 
-0x7651 033743 fetch 6 ,mem_lap 
-0x7652 033744 istore 6 ,contw 
-0x7653 033745 setarg mem_sp_random_local_end 
-0x7654 033746 istore 2 ,contw 
-0x7655 033747 setarg mem_sp_random_remote_end 
-0x7656 033748 istore 2 ,contw 
-0x7657 033749 branch sp_link_key_calc 
-:      033750 sp_link_key_prarm_push:
-0x7658 033751 jam sp_stat_done ,mem_sp_state 
-0x7659 033752 arg mem_sp_prarm_stack ,contw 
-0x765a 033753 fetch 6 ,mem_lap 
-0x765b 033754 istore 6 ,contw 
-0x765c 033755 fetch 6 ,mem_plap 
-0x765d 033756 istore 6 ,contw 
-0x765e 033757 setarg mem_sp_random_remote_end 
-0x765f 033758 istore 2 ,contw 
-0x7660 033759 setarg mem_sp_random_local_end 
-0x7661 033760 istore 2 ,contw 
-:      033761 sp_link_key_calc:
-0x7662 033763 arg mem_addr_value ,contw 
-0x7663 033764 fetch 6 ,mem_sp_prarm_stack 
-0x7664 033765 istore 6 ,contw 
-0x7665 033766 fetch 6 ,mem_sp_prarm_stack + 6 
-0x7666 033767 istore 6 ,contw 
-0x7667 033769 call function_f2 
-0x7668 033772 jam 1 ,mem_link_key_exists 
-0x7669 033773 arg mem_link_key ,contw 
-0x766a 033774 arg mem_sp_calc_result_high ,contr 
-0x766b 033775 call memcpy16 
-0x766c 033776 branch generate_linkkey_continue 
-:      033779 sp_pubkey_calc:
-0x766d 033780 bpatchx patch3c_7 ,mem_patch3c 
-0x766e 033781 fetch 1 ,mem_sp_local_key_invalid 
-0x766f 033782 rtnne sp_key_invalid 
-0x7670 033783 fetch 1 ,mem_sp_calc 
-0x7671 033784 rtnne sp_calc_standby 
-0x7672 033785 arg mem_sp_private_key ,contw 
-0x7673 033786 force 11 ,queue 
-0x7674 033787 call random_generator 
-0x7675 033788 random pdata 
-0x7676 033789 rshift pdata ,pdata 
-0x7677 033790 istore 2 ,contw 
-0x7678 033792 arg mem_k ,contw 
-0x7679 033793 arg mem_sp_private_key ,contr 
-0x767a 033794 call memcpy24 
-0x767b 033796 arg mem_ax ,contw 
-0x767c 033797 arg mem_gx ,contr 
-0x767d 033798 call memcpy48 
-0x767e 033800 arg mem_az ,contw 
-0x767f 033801 call bn_zero 
-0x7680 033802 jam 1 ,mem_az 
-0x7681 033804 call eckp_calc_init 
-0x7682 033805 jam sp_calc_pubkey ,mem_sp_calc 
-0x7683 033806 rtn 
-:      033808 sp_pubkey_generated:
-0x7684 033809 arg mem_sp_pubkey_local ,contw 
-0x7685 033810 arg mem_bx ,contr 
-0x7686 033811 call memcpy48 
-0x7687 033812 jam sp_key_valid ,mem_sp_local_key_invalid 
-0x7688 033813 jam sp_calc_standby ,mem_sp_calc 
-0x7689 033814 rtn 
-:      033816 sp_dhkey_calc:
-0x768a 033817 bpatchx patch3d_0 ,mem_patch3d 
-0x768b 033818 fetch 1 ,mem_sp_dhkey_invalid 
-0x768c 033819 rtnne sp_key_invalid 
-0x768d 033820 fetch 1 ,mem_sp_calc 
-0x768e 033821 rtnne sp_calc_standby 
-0x768f 033823 arg mem_k ,contw 
-0x7690 033824 arg mem_sp_private_key ,contr 
-0x7691 033825 call memcpy24 
-0x7692 033827 arg mem_ax ,contw 
-0x7693 033828 arg mem_sp_pubkey_remote ,contr 
-0x7694 033829 call memcpy48 
-0x7695 033831 arg mem_az ,contw 
-0x7696 033832 call bn_zero 
-0x7697 033833 jam 1 ,mem_az 
-0x7698 033835 call eckp_calc_init 
-0x7699 033836 jam sp_calc_dhkey ,mem_sp_calc 
-0x769a 033837 rtn 
-:      033839 sp_dhkey_generated:
-0x769b 033840 jam sp_flag_commit ,mem_sp_dh_ready 
-0x769c 033841 arg mem_sp_dhkey ,contw 
-0x769d 033842 arg mem_bx ,contr 
-0x769e 033843 call memcpy24 
-0x769f 033844 jam sp_key_valid ,mem_sp_dhkey_invalid 
-0x76a0 033845 jam sp_calc_standby ,mem_sp_calc 
-0x76a1 033846 rtn 
-:      033848 random_generator:
-0x76a2 033849 increase -1 ,queue 
-0x76a3 033850 nrtn positive 
-0x76a4 033851 random pdata 
-0x76a5 033852 istore 2 ,contw 
-0x76a6 033853 branch random_generator 
-:      033854 compare4:
-0x76a7 033855 increase -1 ,queue 
-0x76a8 033856 nbranch compare4_success ,positive 
-0x76a9 033857 ifetch 4 ,rega 
-0x76aa 033858 copy pdata ,temp 
-0x76ab 033859 ifetch 4 ,regb 
-0x76ac 033860 iflip temp ,pdata 
-0x76ad 033861 nbranch compare4_failed ,zero 
-0x76ae 033862 increase 4 ,rega 
-0x76af 033863 increase 4 ,regb 
-0x76b0 033864 branch compare4 
-:      033865 compare4_failed:
-0x76b1 033866 disable true 
-0x76b2 033867 rtn 
-:      033868 compare4_success:
-0x76b3 033869 enable true 
-0x76b4 033870 rtn 
-:      033877 simple_pairing_sequence:
-0x76b5 033878 bpatchx patch3d_1 ,mem_patch3d 
-0x76b6 033879 fetch 1 ,mem_sp_flag 
-0x76b7 033880 rtn blank 
-0x76b8 033881 call lmo_fifo_check 
-0x76b9 033882 nrtn blank 
-0x76ba 033883 jam sp_flag_standby ,mem_sp_flag 
-0x76bb 033884 fetch 1 ,mem_sp_state 
-0x76bc 033885 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
-0x76bd 033886 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
-0x76be 033887 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
-0x76bf 033888 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
-0x76c0 033889 beq sp_stat_key_generate ,sp_generate_local_key 
-0x76c1 033890 beq sp_stat_commit_calc ,sp_calculate_commitment 
-0x76c2 033891 beq sp_stat_confirm_check ,sp_confirm_check 
-0x76c3 033892 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x76c4 033893 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
-0x76c5 033895 rtn 
-:      033897 master_simple_paring_sequence:
-0x76c6 033898 bpatchx patch3d_2 ,mem_patch3d 
-0x76c7 033899 fetch 1 ,mem_master_sp_flag 
-0x76c8 033900 rtn blank 
-0x76c9 033901 call lmo_fifo_check 
-0x76ca 033902 nrtn blank 
-0x76cb 033903 jam sp_flag_standby ,mem_master_sp_flag 
-0x76cc 033904 fetch 1 ,mem_master_sp_state 
-0x76cd 033905 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
-0x76ce 033906 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
-0x76cf 033907 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
-0x76d0 033908 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
-0x76d1 033909 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
-0x76d2 033910 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
-0x76d3 033911 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x76d4 033912 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
-0x76d5 033913 beq sp_stat_confirm_check ,sp_confirm_check 
-0x76d6 033914 beq sp_state_end ,master_sp_sm_end 
-0x76d7 033915 rtn 
-:      033917 master_set_mem_master_sp_flag:
-0x76d8 033918 jam sp_flag_commit ,mem_master_sp_flag 
-0x76d9 033919 rtn 
-:      033921 master_clear_mem_master_sp_flag:
-0x76da 033922 jam sp_flag_standby ,mem_master_sp_flag 
-0x76db 033923 rtn 
-:      033924 sp_calc_sequence:
-0x76dc 033925 bpatchx patch3d_3 ,mem_patch3d 
-0x76dd 033926 fetch 1 ,mem_ssp_enable 
-0x76de 033927 rtn blank 
-0x76df 033928 fetch 1 ,mem_sp_calc 
-0x76e0 033929 rtn blank 
-0x76e1 033930 increase 0x80 ,pdata 
-0x76e2 033931 store 1 ,mem_sp_calc 
-0x76e3 033932 rtnbit1 7 
-0x76e4 033933 fetch 1 ,mem_ec_loopc 
-0x76e5 033934 branch sp_calc_sequence_done ,blank 
-0x76e6 033935 branch eckp_calc 
-:      033937 sp_calc_sequence_done:
-0x76e7 033938 call ecunmapz 
-0x76e8 033939 fetch 1 ,mem_sp_calc 
-0x76e9 033940 beq sp_calc_pubkey ,sp_pubkey_generated 
-0x76ea 033941 beq sp_calc_dhkey ,sp_dhkey_generated 
-0x76eb 033942 rtn 
-:      033945 bn_testbit:
-0x76ec 033946 and pdata ,7 ,queue 
-0x76ed 033947 rshift3 pdata ,pdata 
-0x76ee 033948 iadd contr ,contr 
-0x76ef 033949 ifetch 1 ,contr 
-0x76f0 033950 qisolate0 pdata 
-0x76f1 033951 rtn 
-:      033954 ec_copy:
-0x76f2 033955 call memcpy24 
-0x76f3 033956 call memcpy24 
-0x76f4 033957 branch memcpy24 
-:      033960 bn_eq_zero:
-0x76f5 033961 ifetch 8 ,contr 
-0x76f6 033962 nrtn blank 
-0x76f7 033963 ifetch 8 ,contr 
-0x76f8 033964 nrtn blank 
-0x76f9 033965 ifetch 8 ,contr 
-0x76fa 033966 rtn 
-:      033971 bn_eq_0:
-0x76fb 033972 ifetch 4 ,rega 
-0x76fc 033973 iforce temp 
-0x76fd 033974 ifetch 4 ,regb 
-0x76fe 033975 isub temp ,null 
-0x76ff 033976 nrtn zero 
-0x7700 033977 increase 4 ,rega 
-0x7701 033978 increase 4 ,regb 
-0x7702 033979 loop bn_eq_0 
-0x7703 033980 rtn 
-:      033983 bn_bigeq:
-0x7704 033984 force 6 ,loopcnt 
-0x7705 033985 increase 20 ,rega 
-0x7706 033986 increase 20 ,regb 
-:      033987 bn_bigeq_0:
-0x7707 033988 ifetch 4 ,regb 
-0x7708 033989 iforce temp 
-0x7709 033990 ifetch 4 ,rega 
-0x770a 033991 isub temp ,pdata 
-0x770b 033992 nrtn positive 
-0x770c 033993 nrtn blank 
-0x770d 033994 increase -4 ,rega 
-0x770e 033995 increase -4 ,regb 
-0x770f 033996 loop bn_bigeq_0 
-0x7710 033997 rtn 
-:      033999 bn_add:
-0x7711 034000 force 6 ,loopcnt 
-0x7712 034001 force 0 ,regc 
-:      034002 bn_add_0:
-0x7713 034003 ifetch 4 ,rega 
-0x7714 034004 iforce temp 
-0x7715 034005 ifetch 4 ,regb 
-0x7716 034006 iadd temp ,pdata 
-0x7717 034007 iadd regc ,pdata 
-0x7718 034008 istore 4 ,contw 
-0x7719 034009 isolate1 32 ,pdata 
-0x771a 034010 setflag true ,0 ,regc 
-0x771b 034011 increase 4 ,rega 
-0x771c 034012 increase 4 ,regb 
-0x771d 034013 loop bn_add_0 
-0x771e 034014 rtn 
-:      034016 bn_sub:
-0x771f 034017 force 6 ,loopcnt 
-0x7720 034018 force 0 ,regc 
-:      034019 bn_sub_0:
-0x7721 034020 ifetch 4 ,regb 
-0x7722 034021 iforce temp 
-0x7723 034022 ifetch 4 ,rega 
-0x7724 034023 isub temp ,pdata 
-0x7725 034024 isub regc ,pdata 
-0x7726 034025 istore 4 ,contw 
-0x7727 034026 isolate1 32 ,pdata 
-0x7728 034027 setflag true ,0 ,regc 
-0x7729 034028 increase 4 ,rega 
-0x772a 034029 increase 4 ,regb 
-0x772b 034030 loop bn_sub_0 
-0x772c 034031 rtn 
-:      034033 bn_rshift6:
-0x772d 034034 force 6 ,loopcnt 
-0x772e 034035 increase 20 ,rega 
-:      034036 bn_rshift:
-0x772f 034037 force 0 ,regc 
-:      034038 bn_rshift_0:
-0x7730 034039 ifetch 4 ,rega 
-0x7731 034040 isolate1 0 ,pdata 
-0x7732 034041 setflag true ,1 ,regc 
-0x7733 034042 rshift pdata ,pdata 
-0x7734 034043 isolate1 0 ,regc 
-0x7735 034044 setflag true ,31 ,pdata 
-0x7736 034045 istore 4 ,rega 
-0x7737 034046 increase -4 ,rega 
-0x7738 034047 rshift regc ,regc 
-0x7739 034048 loop bn_rshift_0 
-0x773a 034049 rtn 
-:      034051 bn_lshift:
-0x773b 034052 force 6 ,loopcnt 
-0x773c 034053 force 0 ,regc 
-:      034054 bn_lshift_0:
-0x773d 034055 ifetch 4 ,rega 
-0x773e 034056 isolate1 31 ,pdata 
-0x773f 034057 setflag true ,1 ,regc 
-0x7740 034058 lshift pdata ,pdata 
-0x7741 034059 isolate1 0 ,regc 
-0x7742 034060 setflag true ,0 ,pdata 
-0x7743 034061 istore 4 ,rega 
-0x7744 034062 increase 4 ,rega 
-0x7745 034063 rshift regc ,regc 
-0x7746 034064 loop bn_lshift_0 
-0x7747 034065 rtn 
-:      034067 bn_lshiftmod:
-0x7748 034068 call bn_lshift 
-:      034069 bn_lshiftmod_ismod:
-0x7749 034070 isolate1 0 ,regc 
-0x774a 034071 branch bn_lshiftmod_0 ,true 
-0x774b 034072 arg mem_p ,regb 
-0x774c 034073 copy rega ,regc 
-0x774d 034074 increase -24 ,rega 
-0x774e 034075 call bn_bigeq 
-0x774f 034076 nrtn positive 
-0x7750 034077 copy regc ,rega 
-:      034078 bn_lshiftmod_0:
-0x7751 034079 increase -24 ,rega 
-0x7752 034080 arg mem_p ,regb 
-0x7753 034081 copy rega ,contw 
-0x7754 034082 branch bn_sub 
-:      034085 bn_addmod:
-0x7755 034086 call bn_add 
-0x7756 034087 copy contw ,rega 
-0x7757 034088 branch bn_lshiftmod_ismod 
-:      034090 bn_submod:
-0x7758 034091 call bn_sub 
-0x7759 034092 isolate0 0 ,regc 
-0x775a 034093 rtn true 
-0x775b 034094 arg mem_p ,regb 
-0x775c 034095 add contw ,-24 ,rega 
-0x775d 034096 copy rega ,contw 
-0x775e 034097 branch bn_add 
-:      034100 bn_p192mod:
-0x775f 034101 copy contw ,timeup 
-0x7760 034102 copy rega ,alarm 
-0x7761 034103 arg mem_tmp2 ,regb 
-0x7762 034104 copy regb ,contw 
-0x7763 034105 add rega ,24 ,contr 
-0x7764 034106 ifetch 8 ,contr 
-0x7765 034107 istore 8 ,contw 
-0x7766 034108 istore 8 ,contw 
-0x7767 034109 force 0 ,pdata 
-0x7768 034110 istore 8 ,contw 
-0x7769 034111 copy timeup ,contw 
-0x776a 034112 call bn_addmod 
-0x776b 034113 arg mem_tmp2 ,regb 
-0x776c 034114 copy regb ,contw 
-0x776d 034115 force 0 ,pdata 
-0x776e 034116 istore 8 ,contw 
-0x776f 034117 add alarm ,32 ,contr 
-0x7770 034118 ifetch 8 ,contr 
-0x7771 034119 istore 8 ,contw 
-0x7772 034120 istore 8 ,contw 
-0x7773 034121 copy timeup ,rega 
-0x7774 034122 copy rega ,contw 
-0x7775 034123 call bn_addmod 
-0x7776 034124 arg mem_tmp2 ,regb 
-0x7777 034125 copy regb ,contw 
-0x7778 034126 add alarm ,40 ,contr 
-0x7779 034127 ifetch 8 ,contr 
-0x777a 034128 istore 8 ,contw 
-0x777b 034129 istore 8 ,contw 
-0x777c 034130 istore 8 ,contw 
-0x777d 034131 copy timeup ,rega 
-0x777e 034132 copy rega ,contw 
-0x777f 034133 branch bn_addmod 
-:      034136 bn_load:
-0x7780 034137 force 6 ,loopcnt 
-:      034138 bn_load_0:
-0x7781 034139 ifetch 4 ,contr 
-0x7782 034140 iforce regext 
-0x7783 034141 increase 1 ,regext_index 
-0x7784 034142 loop bn_load_0 
-0x7785 034143 rtn 
-:      034147 bn_mulmod:
-0x7786 034148 copy contw ,timeup 
-0x7787 034149 arg mem_tmp1 ,contw 
-0x7788 034150 call bn_zero 
-0x7789 034151 arg mem_tmp1 ,contw 
-0x778a 034152 copy rega ,contr 
-0x778b 034153 force 0 ,regext_index 
-0x778c 034154 call bn_load 
-0x778d 034155 copy regb ,contr 
-0x778e 034156 call bn_load 
-0x778f 034157 force 0 ,regb 
-:      034158 bn_mulmod_1:
-0x7790 034159 force 0 ,temp 
-0x7791 034160 force 6 ,regc 
-:      034161 bn_mulmod_0:
-0x7792 034162 ifetch 4 ,contw 
-0x7793 034163 iforce rega 
-0x7794 034164 copy regb ,regext_index 
-0x7795 034165 deposit regext 
-0x7796 034166 copy regc ,regext_index 
-0x7797 034167 imul32 regext ,pdata 
-0x7798 034168 iadd rega ,pdata 
-0x7799 034169 iadd temp ,pdata 
-0x779a 034170 istore 4 ,contw 
-0x779b 034171 rshift32 pdata ,temp 
-0x779c 034172 increase 1 ,regc 
-0x779d 034173 compare 12 ,regc ,0xff 
-0x779e 034174 nbranch bn_mulmod_0 ,true 
-0x779f 034175 deposit temp 
-0x77a0 034176 istore 4 ,contw 
-0x77a1 034177 increase -24 ,contw 
-0x77a2 034178 increase 1 ,regb 
-0x77a3 034179 compare 6 ,regb ,0xff 
-0x77a4 034180 nbranch bn_mulmod_1 ,true 
-0x77a5 034181 arg mem_tmp1 ,rega 
-0x77a6 034182 copy timeup ,contw 
-0x77a7 034183 branch bn_p192mod 
-:      034186 bn_sqrmod:
-0x77a8 034187 copy rega ,regb 
-0x77a9 034188 branch bn_mulmod 
-:      034190 bn_rshifteven:
-0x77aa 034191 copy rega ,alarm 
-:      034192 bn_rshifteven_1:
-0x77ab 034193 copy alarm ,rega 
-0x77ac 034194 ifetch 1 ,rega 
-0x77ad 034195 isolate1 0 ,pdata 
-0x77ae 034196 rtn true 
-0x77af 034197 call bn_rshift6 
-0x77b0 034198 ifetch 1 ,regb 
-0x77b1 034199 isolate0 0 ,pdata 
-0x77b2 034200 branch bn_rshifteven_0 ,true 
-0x77b3 034201 arg mem_p ,rega 
-0x77b4 034202 copy regb ,contw 
-0x77b5 034203 call bn_add 
-0x77b6 034204 ifetch 1 ,regb 
-0x77b7 034205 iadd regc ,pdata 
-0x77b8 034206 istore 1 ,regb 
-0x77b9 034207 increase -24 ,regb 
-:      034208 bn_rshifteven_0:
-0x77ba 034209 add regb ,24 ,rega 
-0x77bb 034210 force 7 ,loopcnt 
-0x77bc 034211 call bn_rshift 
-0x77bd 034212 branch bn_rshifteven_1 
-:      034215 bn_invmod:
-0x77be 034216 copy contw ,timeup 
-0x77bf 034217 arg mem_tmp0 ,contw 
-0x77c0 034218 call bn_zero 
-0x77c1 034219 force 0 ,pdata 
-0x77c2 034220 store 4 ,mem_tmp5 
-0x77c3 034221 store 4 ,mem_t2 
-0x77c4 034222 jam 1 ,mem_tmp0 
-0x77c5 034223 arg mem_tmp1 ,contw 
-0x77c6 034224 call bn_zero 
-0x77c7 034225 arg mem_p ,contr 
-0x77c8 034226 arg mem_tmp2 ,contw 
-0x77c9 034227 call memcpy24 
-0x77ca 034228 copy rega ,contr 
-0x77cb 034229 arg mem_tmp3 ,contw 
-0x77cc 034230 call memcpy24 
-:      034231 bn_invmod_2:
-0x77cd 034232 arg mem_tmp3 ,contr 
-0x77ce 034233 call bn_eq_zero 
-0x77cf 034234 branch bn_invmod_0 ,blank 
-0x77d0 034235 arg mem_tmp3 ,rega 
-0x77d1 034236 arg mem_tmp0 ,regb 
-0x77d2 034237 call bn_rshifteven 
-0x77d3 034239 arg mem_tmp2 ,rega 
-0x77d4 034240 arg mem_tmp1 ,regb 
-0x77d5 034241 call bn_rshifteven 
-0x77d6 034242 arg mem_tmp3 ,rega 
-0x77d7 034243 arg mem_tmp2 ,regb 
-0x77d8 034244 call bn_bigeq 
-0x77d9 034245 branch bn_invmod_1 ,positive 
-0x77da 034246 arg mem_tmp2 ,rega 
-0x77db 034247 arg mem_tmp3 ,regb 
-0x77dc 034248 copy rega ,contw 
-0x77dd 034249 call bn_sub 
-0x77de 034250 arg mem_tmp0 ,rega 
-0x77df 034251 arg mem_tmp1 ,regb 
-0x77e0 034252 copy regb ,contw 
-0x77e1 034253 call bn_add 
-0x77e2 034254 ifetch 1 ,rega 
-0x77e3 034255 iadd regc ,regc 
-0x77e4 034256 ifetch 1 ,regb 
-0x77e5 034257 iadd regc ,pdata 
-0x77e6 034258 istore 1 ,regb 
-0x77e7 034259 branch bn_invmod_2 
-:      034260 bn_invmod_1:
-0x77e8 034261 arg mem_tmp3 ,rega 
-0x77e9 034262 arg mem_tmp2 ,regb 
-0x77ea 034263 copy rega ,contw 
-0x77eb 034264 call bn_sub 
-0x77ec 034265 arg mem_tmp1 ,rega 
-0x77ed 034266 arg mem_tmp0 ,regb 
-0x77ee 034267 copy regb ,contw 
-0x77ef 034268 call bn_add 
-0x77f0 034269 ifetch 1 ,rega 
-0x77f1 034270 iadd regc ,regc 
-0x77f2 034271 ifetch 1 ,regb 
-0x77f3 034272 iadd regc ,pdata 
-0x77f4 034273 istore 1 ,regb 
-0x77f5 034274 branch bn_invmod_2 
-:      034275 bn_invmod_0:
-0x77f6 034276 arg mem_tmp0 ,contw 
-0x77f7 034277 call bn_zero 
-0x77f8 034278 fetch 1 ,mem_tmp5 
-0x77f9 034279 store 1 ,mem_tmp0 
-0x77fa 034280 store 1 ,mem_tmp0a 
-0x77fb 034281 arg mem_tmp0 ,rega 
-0x77fc 034282 arg mem_tmp1 ,regb 
-0x77fd 034283 copy regb ,contw 
-0x77fe 034284 call bn_addmod 
-0x77ff 034285 arg mem_p ,rega 
-0x7800 034286 arg mem_tmp1 ,regb 
-0x7801 034287 copy timeup ,contw 
-0x7802 034288 branch bn_submod 
-:      034293 ecdbl:
-0x7803 034294 arg mem_cz ,rega 
-0x7804 034295 arg mem_t2 ,contw 
-0x7805 034296 call bn_sqrmod 
-0x7806 034297 arg mem_t2 ,rega 
-0x7807 034298 arg mem_t3 ,contw 
-0x7808 034299 call bn_sqrmod 
-0x7809 034300 arg mem_a ,rega 
-0x780a 034301 arg mem_t3 ,regb 
-0x780b 034302 arg mem_t3 ,contw 
-0x780c 034303 call bn_mulmod 
-0x780d 034304 arg mem_cx ,rega 
-0x780e 034305 arg mem_t2 ,contw 
-0x780f 034306 call bn_sqrmod 
-0x7810 034307 arg mem_t2 ,contr 
-0x7811 034308 arg mem_t1 ,contw 
-0x7812 034309 call memcpy24 
-0x7813 034310 arg mem_t1 ,rega 
-0x7814 034311 call bn_lshiftmod 
-0x7815 034312 arg mem_t2 ,rega 
-0x7816 034313 arg mem_t1 ,regb 
-0x7817 034314 arg mem_t2 ,contw 
-0x7818 034315 call bn_addmod 
-0x7819 034316 arg mem_t2 ,rega 
-0x781a 034317 arg mem_t3 ,regb 
-0x781b 034318 arg mem_t2 ,contw 
-0x781c 034319 call bn_addmod 
-0x781d 034320 arg mem_cx ,contr 
-0x781e 034321 arg mem_t1 ,contw 
-0x781f 034322 call memcpy24 
-0x7820 034323 arg mem_cy ,rega 
-0x7821 034324 arg mem_t3 ,contw 
-0x7822 034325 call bn_sqrmod 
-0x7823 034326 arg mem_t1 ,rega 
-0x7824 034327 call bn_lshiftmod 
-0x7825 034328 arg mem_t1 ,rega 
-0x7826 034329 call bn_lshiftmod 
-0x7827 034330 arg mem_t1 ,rega 
-0x7828 034331 arg mem_t3 ,regb 
-0x7829 034332 arg mem_t1 ,contw 
-0x782a 034333 call bn_mulmod 
-0x782b 034334 arg mem_t3 ,rega 
-0x782c 034335 arg mem_t0 ,contw 
-0x782d 034336 call bn_sqrmod 
-0x782e 034337 arg mem_t0 ,rega 
-0x782f 034338 call bn_lshiftmod 
-0x7830 034339 arg mem_t0 ,rega 
-0x7831 034340 call bn_lshiftmod 
-0x7832 034341 arg mem_t0 ,rega 
-0x7833 034342 call bn_lshiftmod 
-0x7834 034343 arg mem_cy ,contr 
-0x7835 034344 arg mem_t3 ,contw 
-0x7836 034345 call memcpy24 
-0x7837 034346 arg mem_t3 ,rega 
-0x7838 034347 call bn_lshiftmod 
-0x7839 034348 arg mem_t3 ,rega 
-0x783a 034349 arg mem_cz ,regb 
-0x783b 034350 arg mem_cz ,contw 
-0x783c 034351 call bn_mulmod 
-0x783d 034352 arg mem_t2 ,rega 
-0x783e 034353 arg mem_t3 ,contw 
-0x783f 034354 call bn_sqrmod 
-0x7840 034355 arg mem_t3 ,rega 
-0x7841 034356 arg mem_t1 ,regb 
-0x7842 034357 arg mem_t3 ,contw 
-0x7843 034358 call bn_submod 
-0x7844 034359 arg mem_t3 ,rega 
-0x7845 034360 arg mem_t1 ,regb 
-0x7846 034361 arg mem_cx ,contw 
-0x7847 034362 call bn_submod 
-0x7848 034363 arg mem_t1 ,rega 
-0x7849 034364 arg mem_cx ,regb 
-0x784a 034365 arg mem_t3 ,contw 
-0x784b 034366 call bn_submod 
-0x784c 034367 arg mem_t3 ,rega 
-0x784d 034368 arg mem_t2 ,regb 
-0x784e 034369 arg mem_t3 ,contw 
-0x784f 034370 call bn_mulmod 
-0x7850 034371 arg mem_t3 ,rega 
-0x7851 034372 arg mem_t0 ,regb 
-0x7852 034373 arg mem_cy ,contw 
-0x7853 034374 branch bn_submod 
-:      034378 ecadd:
-0x7854 034379 arg mem_az ,rega 
-0x7855 034380 arg mem_t7 ,contw 
-0x7856 034381 call bn_sqrmod 
-0x7857 034382 arg mem_cx ,rega 
-0x7858 034383 arg mem_t7 ,regb 
-0x7859 034384 arg mem_t0 ,contw 
-0x785a 034385 call bn_mulmod 
-0x785b 034386 arg mem_az ,rega 
-0x785c 034387 arg mem_t7 ,regb 
-0x785d 034388 arg mem_t7 ,contw 
-0x785e 034389 call bn_mulmod 
-0x785f 034390 arg mem_cy ,rega 
-0x7860 034391 arg mem_t7 ,regb 
-0x7861 034392 arg mem_t1 ,contw 
-0x7862 034393 call bn_mulmod 
-0x7863 034394 arg mem_cz ,rega 
-0x7864 034395 arg mem_t7 ,contw 
-0x7865 034396 call bn_sqrmod 
-0x7866 034397 arg mem_ax ,rega 
-0x7867 034398 arg mem_t7 ,regb 
-0x7868 034399 arg mem_t2 ,contw 
-0x7869 034400 call bn_mulmod 
-0x786a 034401 arg mem_cz ,rega 
-0x786b 034402 arg mem_t7 ,regb 
-0x786c 034403 arg mem_t7 ,contw 
-0x786d 034404 call bn_mulmod 
-0x786e 034405 arg mem_ay ,rega 
-0x786f 034406 arg mem_t7 ,regb 
-0x7870 034407 arg mem_t3 ,contw 
-0x7871 034408 call bn_mulmod 
-0x7872 034409 arg mem_t0 ,rega 
-0x7873 034410 arg mem_t2 ,regb 
-0x7874 034411 arg mem_t7 ,contw 
-0x7875 034412 call bn_submod 
-0x7876 034413 arg mem_t0 ,rega 
-0x7877 034414 arg mem_t2 ,regb 
-0x7878 034415 arg mem_t0 ,contw 
-0x7879 034416 call bn_addmod 
-0x787a 034417 arg mem_t1 ,rega 
-0x787b 034418 arg mem_t3 ,regb 
-0x787c 034419 arg mem_t2 ,contw 
-0x787d 034420 call bn_submod 
-0x787e 034421 arg mem_t1 ,rega 
-0x787f 034422 arg mem_t3 ,regb 
-0x7880 034423 arg mem_t1 ,contw 
-0x7881 034424 call bn_addmod 
-0x7882 034425 arg mem_t1 ,rega 
-0x7883 034426 arg mem_t7 ,regb 
-0x7884 034427 arg mem_t1 ,contw 
-0x7885 034428 call bn_mulmod 
-0x7886 034429 arg mem_cz ,rega 
-0x7887 034430 arg mem_az ,regb 
-0x7888 034431 arg mem_t3 ,contw 
-0x7889 034432 call bn_mulmod 
-0x788a 034433 arg mem_t3 ,rega 
-0x788b 034434 arg mem_t7 ,regb 
-0x788c 034435 arg mem_cz ,contw 
-0x788d 034436 call bn_mulmod 
-0x788e 034437 arg mem_t7 ,rega 
-0x788f 034438 arg mem_t7 ,contw 
-0x7890 034439 call bn_sqrmod 
-0x7891 034440 arg mem_t7 ,rega 
-0x7892 034441 arg mem_t0 ,regb 
-0x7893 034442 arg mem_t3 ,contw 
-0x7894 034443 call bn_mulmod 
-0x7895 034444 arg mem_t7 ,rega 
-0x7896 034445 arg mem_t1 ,regb 
-0x7897 034446 arg mem_t1 ,contw 
-0x7898 034447 call bn_mulmod 
-0x7899 034448 arg mem_t2 ,rega 
-0x789a 034449 arg mem_cx ,contw 
-0x789b 034450 call bn_sqrmod 
-0x789c 034451 arg mem_cx ,rega 
-0x789d 034452 arg mem_t3 ,regb 
-0x789e 034453 arg mem_cx ,contw 
-0x789f 034454 call bn_submod 
-0x78a0 034455 arg mem_cx ,contr 
-0x78a1 034456 arg mem_t7 ,contw 
-0x78a2 034457 call memcpy24 
-0x78a3 034458 arg mem_t7 ,rega 
-0x78a4 034459 call bn_lshiftmod 
-0x78a5 034460 arg mem_t3 ,rega 
-0x78a6 034461 arg mem_t7 ,regb 
-0x78a7 034462 arg mem_t3 ,contw 
-0x78a8 034463 call bn_submod 
-0x78a9 034464 arg mem_t3 ,rega 
-0x78aa 034465 arg mem_t2 ,regb 
-0x78ab 034466 arg mem_t2 ,contw 
-0x78ac 034467 call bn_mulmod 
-0x78ad 034468 arg mem_t2 ,rega 
-0x78ae 034469 arg mem_t1 ,regb 
-0x78af 034470 arg mem_cy ,contw 
-0x78b0 034471 call bn_submod 
-0x78b1 034472 arg mem_cy ,rega 
-0x78b2 034473 arg mem_p ,regb 
-0x78b3 034474 arg mem_cy ,contw 
-0x78b4 034475 force 0 ,regc 
-0x78b5 034476 fetch 1 ,mem_cy 
-0x78b6 034477 isolate1 0 ,pdata 
-0x78b7 034478 call bn_add ,true 
-0x78b8 034479 copy regc ,alarm 
-0x78b9 034480 arg mem_cy ,rega 
-0x78ba 034481 call bn_rshift6 
-0x78bb 034482 fetch 1 ,mem_cy5 
-0x78bc 034483 isolate1 0 ,alarm 
-0x78bd 034484 setflag true ,7 ,pdata 
-0x78be 034485 store 1 ,mem_cy5 
-0x78bf 034486 rtn 
-:      034490 eckp_0:
-0x78c0 034491 fetch 1 ,mem_ec_loopc 
-0x78c1 034492 increase -1 ,pdata 
-0x78c2 034493 nrtn positive 
-0x78c3 034494 store 1 ,mem_ec_loopc 
-0x78c4 034495 fetch 1 ,mem_ec_infinite 
-0x78c5 034496 call ecdbl ,blank 
-0x78c6 034497 fetch 1 ,mem_ec_loopc 
-0x78c7 034498 arg mem_k ,contr 
-0x78c8 034499 call bn_testbit 
-0x78c9 034500 branch eckp_0 ,true 
-0x78ca 034501 fetch 1 ,mem_ec_infinite 
-0x78cb 034502 nbranch eckp_1 ,blank 
-0x78cc 034503 call ecadd 
-0x78cd 034504 branch eckp_0 
-:      034505 eckp_1:
-0x78ce 034506 jam 0 ,mem_ec_infinite 
-0x78cf 034507 arg mem_ax ,contr 
-0x78d0 034508 arg mem_cx ,contw 
-0x78d1 034509 call ec_copy 
-0x78d2 034510 branch eckp_0 
-:      034513 ecunmapz:
-0x78d3 034514 arg mem_cz ,rega 
-0x78d4 034515 arg mem_t3 ,contw 
-0x78d5 034516 call bn_invmod 
-0x78d6 034517 arg mem_t3 ,rega 
-0x78d7 034518 arg mem_t1 ,contw 
-0x78d8 034519 call bn_sqrmod 
-0x78d9 034520 arg mem_cx ,rega 
-0x78da 034521 arg mem_t1 ,regb 
-0x78db 034522 arg mem_bx ,contw 
-0x78dc 034523 call bn_mulmod 
-0x78dd 034524 arg mem_t3 ,rega 
-0x78de 034525 arg mem_t1 ,regb 
-0x78df 034526 arg mem_t2 ,contw 
-0x78e0 034527 call bn_mulmod 
-0x78e1 034528 arg mem_cy ,rega 
-0x78e2 034529 arg mem_t2 ,regb 
-0x78e3 034530 arg mem_by ,contw 
-0x78e4 034531 branch bn_mulmod 
-:      034535 sha_endian_swap2:
-0x78e5 034536 ifetch 4 ,contr 
-0x78e6 034537 force 4 ,rega 
-0x78e7 034538 increase 3 ,contw 
-:      034539 sha_endian_loop:
-0x78e8 034540 istore 1 ,contw 
-0x78e9 034541 rshift8 pdata ,pdata 
-0x78ea 034542 increase -2 ,contw 
-0x78eb 034543 increase -1 ,rega 
-0x78ec 034544 nbranch sha_endian_loop ,zero 
-0x78ed 034545 increase 5 ,contw 
-0x78ee 034546 loop sha_endian_swap2 
-0x78ef 034547 rtn 
-:      034550 sha_getw:
-0x78f0 034551 lshift2 queue ,pdata 
-0x78f1 034552 iadd timeup ,contr 
-0x78f2 034553 ifetch 4 ,contr 
-0x78f3 034554 rtn 
-:      034556 sha_r:
-0x78f4 034557 force 16 ,alarm 
-0x78f5 034558 arg memdat ,timeup 
-:      034559 sha_r_loop:
-0x78f6 034560 add alarm ,-7 ,queue 
-0x78f7 034561 call sha_getw 
-0x78f8 034562 iforce temp 
-0x78f9 034563 add alarm ,-16 ,queue 
-0x78fa 034564 call sha_getw 
-0x78fb 034565 iadd temp ,temp 
-0x78fc 034566 add alarm ,-2 ,queue 
-0x78fd 034567 call sha_getw 
-0x78fe 034568 shasx pdata ,1 ,pdata 
-0x78ff 034569 iadd temp ,temp 
-0x7900 034570 add alarm ,-15 ,queue 
-0x7901 034571 call sha_getw 
-0x7902 034572 shasx pdata ,0 ,pdata 
-0x7903 034573 iadd temp ,temp 
-0x7904 034574 lshift2 alarm ,pdata 
-0x7905 034575 iadd timeup ,contw 
-0x7906 034576 istoret 4 ,contw 
-0x7907 034577 increase 1 ,alarm 
-0x7908 034578 compare 64 ,alarm ,0xff 
-0x7909 034579 nbranch sha_r_loop ,true 
-0x790a 034580 rtn 
-:      034583 sha_init:
-0x790b 034584 arg memh0 ,contr 
-0x790c 034585 force 7 ,regext_index 
-:      034586 sha_init_0:
-0x790d 034587 ifetch 4 ,contr 
-0x790e 034588 iforce regext 
-0x790f 034589 increase -1 ,regext_index 
-0x7910 034590 branch sha_init_0 ,positive 
-0x7911 034591 rtn 
-:      034593 sha:
-0x7912 034594 bpatchx patch3d_4 ,mem_patch3d 
-0x7913 034595 call sha_r 
-0x7914 034596 arg memahbak ,contw 
-0x7915 034597 force 0 ,regext_index 
-:      034598 sha_0:
-0x7916 034599 deposit regext 
-0x7917 034600 istore 4 ,contw 
-0x7918 034601 increase 1 ,regext_index 
-0x7919 034602 compare 8 ,regext_index ,0xff 
-0x791a 034603 nbranch sha_0 ,true 
-0x791b 034604 call enable_authrom 
-0x791c 034605 arg memk ,timeup 
-0x791d 034606 arg memdat ,alarm 
-0x791e 034607 force 64 ,loopcnt 
-:      034608 sha_loop:
-0x791f 034609 ifetcht 4 ,alarm 
-0x7920 034610 ifetch 4 ,timeup 
-0x7921 034611 increase 4 ,timeup 
-0x7922 034612 increase 4 ,alarm 
-0x7923 034613 iadd temp ,pdata 
-0x7924 034614 force 7 ,regext_index 
-0x7925 034615 iadd regext ,temp 
-0x7926 034616 force 4 ,regext_index 
-0x7927 034617 shasx regext ,3 ,pdata 
-0x7928 034618 iadd temp ,temp 
-0x7929 034619 force 5 ,regext_index 
-0x792a 034620 deposit regext 
-0x792b 034621 force 6 ,regext_index 
-0x792c 034622 ixor regext ,pdata 
-0x792d 034623 force 4 ,regext_index 
-0x792e 034624 iand regext ,pdata 
-0x792f 034625 force 6 ,regext_index 
-0x7930 034626 ixor regext ,pdata 
-0x7931 034627 iadd temp ,temp 
-0x7932 034628 force 7 ,regext_index 
-0x7933 034629 copy temp ,regext 
-0x7934 034630 force 3 ,regext_index 
-0x7935 034631 deposit regext 
-0x7936 034632 iadd temp ,regext 
-0x7937 034633 force 0 ,regext_index 
-0x7938 034634 deposit regext 
-0x7939 034635 force 1 ,regext_index 
-0x793a 034636 iand regext ,temp 
-0x793b 034637 ior regext ,pdata 
-0x793c 034638 force 2 ,regext_index 
-0x793d 034639 iand regext ,pdata 
-0x793e 034640 ior temp ,temp 
-0x793f 034641 force 0 ,regext_index 
-0x7940 034642 shasx regext ,2 ,pdata 
-0x7941 034643 iadd temp ,pdata 
-0x7942 034644 force 7 ,regext_index 
-0x7943 034645 iadd regext ,regext 
-0x7944 034646 regexrot 
-0x7945 034647 loop sha_loop 
-0x7946 034648 arg memahbak ,contr 
-0x7947 034649 force 0 ,regext_index 
-:      034650 sha_1:
-0x7948 034651 ifetch 4 ,contr 
-0x7949 034652 iadd regext ,regext 
-0x794a 034653 increase 1 ,regext_index 
-0x794b 034654 compare 8 ,regext_index ,0xff 
-0x794c 034655 nbranch sha_1 ,true 
-0x794d 034656 branch disable_authrom 
-:      034659 sha_result:
-0x794e 034660 arg memresult ,contw 
-0x794f 034661 force 7 ,regext_index 
-:      034662 sha_regext_save:
-0x7950 034663 deposit regext 
-0x7951 034664 istore 4 ,contw 
-0x7952 034665 increase -1 ,regext_index 
-0x7953 034666 branch sha_regext_save ,positive 
-0x7954 034667 rtn 
-:      034669 pad_xor:
-0x7955 034671 arg memdat ,contw 
-0x7956 034672 increase -4 ,contr 
-0x7957 034673 sub loopcnt ,16 ,rega 
-:      034674 pad_xor_0:
-0x7958 034675 ifetch 4 ,contr 
-0x7959 034676 ixor temp ,pdata 
-0x795a 034677 istore 4 ,contw 
-0x795b 034678 increase -8 ,contr 
-0x795c 034679 loop pad_xor_0 
-0x795d 034680 copy rega ,loopcnt 
-0x795e 034681 deposit temp 
-:      034682 pad_xor_1:
-0x795f 034683 istore 4 ,contw 
-0x7960 034684 loop pad_xor_1 
-0x7961 034685 rtn 
-:      034687 g_noninit_number_confirm:
-0x7962 034688 call g_noninit0 
-0x7963 034689 call sha_result 
-0x7964 034690 branch g_common0 
-:      034692 g_noninit:
-0x7965 034693 call g_noninit0 
-0x7966 034694 branch g_common0 
-:      034696 g_noninit0:
-0x7967 034697 arg mem_sp_pubkey_remote_x_end ,contr 
-0x7968 034698 arg memdat ,contw 
-0x7969 034699 force 6 ,loopcnt 
-0x796a 034700 call memcpy_dword_swap 
-0x796b 034701 arg mem_sp_pubkey_local_x_end ,contr 
-0x796c 034702 force 6 ,loopcnt 
-0x796d 034703 call memcpy_dword_swap 
-0x796e 034704 arg mem_sp_random_remote_end ,contr 
-0x796f 034705 call memcpy_dword_swap4 
-0x7970 034706 call sha_init 
-0x7971 034707 call sha 
-0x7972 034708 arg mem_sp_random_local_end ,contr 
-0x7973 034709 arg memdat ,contw 
-0x7974 034710 branch g_common 
-:      034712 g_init:
-0x7975 034713 arg mem_sp_pubkey_local_x_end ,contr 
-0x7976 034714 arg memdat ,contw 
-0x7977 034715 force 6 ,loopcnt 
-0x7978 034716 call memcpy_dword_swap 
-0x7979 034717 arg mem_sp_pubkey_remote_x_end ,contr 
-0x797a 034718 force 6 ,loopcnt 
-0x797b 034719 call memcpy_dword_swap 
-0x797c 034720 arg mem_sp_random_local_end ,contr 
-0x797d 034721 call memcpy_dword_swap4 
-0x797e 034722 call sha_init 
-0x797f 034723 call sha 
-0x7980 034724 arg mem_sp_random_remote_end ,contr 
-0x7981 034725 arg memdat ,contw 
-0x7982 034726 call g_common 
-0x7983 034727 branch g_common0 
-:      034729 g_common:
-0x7984 034730 call memcpy_dword_swap4 
-0x7985 034731 setarg 0x800000 
-0x7986 034732 lshift8 pdata ,pdata 
-0x7987 034733 istore 4 ,contw 
-0x7988 034734 force 5 ,loopcnt 
-0x7989 034735 call memset0 
-0x798a 034736 setarg 640 
-0x798b 034737 istore 4 ,contw 
-0x798c 034738 branch sha 
-:      034739 g_common0:
-0x798d 034740 fetch 4 ,memresult 
-0x798e 034742 arg 1000 ,rega 
-0x798f 034743 idiv rega 
-0x7990 034744 call wait_div_end 
-0x7991 034745 remainder pdata 
-0x7992 034746 store 4 ,mem_gkey 
-0x7993 034747 quotient pdata 
-0x7994 034748 arg 1000 ,rega 
-0x7995 034749 idiv rega 
-0x7996 034750 call wait_div_end 
-0x7997 034751 remainder pdata 
-0x7998 034752 arg 1000 ,rega 
-0x7999 034753 imul32 rega ,pdata 
-0x799a 034754 fetcht 4 ,mem_gkey 
-0x799b 034755 iadd temp ,pdata 
-0x799c 034756 store 4 ,mem_gkey 
-0x799d 034757 rtn 
-:      034759 function_f1_no_key:
-0x799e 034760 jam 0 ,mem_passkey_1bit 
-0x799f 034761 branch function_f1_common 
-:      034763 function_f1:
-0x79a0 034764 fetch 1 ,mem_ssp_mode_flag 
-0x79a1 034765 bne ssp_mode_passkey_entry_flag ,function_f1_no_key 
-:      034766 function_f1_common:
-0x79a2 034767 bpatchx patch3d_5 ,mem_patch3d 
-0x79a3 034768 setarg 0x363636 
-0x79a4 034769 lshift8 pdata ,temp 
-0x79a5 034770 or_into 0x36 ,temp 
-0x79a6 034771 fetch 2 ,mem_sp_prarm_stack 
-0x79a7 034772 copy pdata ,contr 
-0x79a8 034773 force 4 ,loopcnt 
-0x79a9 034774 call pad_xor 
-0x79aa 034775 call sha_init 
-0x79ab 034776 call sha 
-0x79ac 034777 fetch 2 ,mem_sp_prarm_stack + 2 
-0x79ad 034778 copy pdata ,contr 
-0x79ae 034779 arg memdat ,contw 
-0x79af 034780 force 6 ,loopcnt 
-0x79b0 034781 call memcpy_dword_swap 
-0x79b1 034782 fetch 2 ,mem_sp_prarm_stack + 4 
-0x79b2 034783 copy pdata ,contr 
-0x79b3 034784 force 6 ,loopcnt 
-0x79b4 034785 call memcpy_dword_swap 
-0x79b5 034786 setarg 0x800000 
-0x79b6 034787 istore 3 ,contw 
-0x79b7 034789 fetch 1 ,mem_passkey_1bit 
-0x79b8 034791 istore 1 ,contw 
-0x79b9 034792 force 0 ,pdata 
-0x79ba 034793 istore 8 ,contw 
-0x79bb 034794 setarg 0x0388 
-0x79bc 034795 istore 4 ,contw 
-0x79bd 034796 call sha 
-0x79be 034797 call sha_result 
-0x79bf 034798 arg memresult ,contr 
-0x79c0 034799 arg memahsave ,contw 
-0x79c1 034800 call memcpy32 
-0x79c2 034802 setarg 0x5c5c5c 
-0x79c3 034803 lshift8 pdata ,temp 
-0x79c4 034804 or_into 0x5c ,temp 
-0x79c5 034805 fetch 2 ,mem_sp_prarm_stack 
-0x79c6 034806 copy pdata ,contr 
-0x79c7 034807 force 4 ,loopcnt 
-0x79c8 034808 call pad_xor 
-0x79c9 034809 call sha_init 
-0x79ca 034810 call sha 
-0x79cb 034811 arg memahsave_end ,contr 
-0x79cc 034812 arg memdat ,contw 
-0x79cd 034813 force 8 ,loopcnt 
-0x79ce 034814 call memcpy_dword_swap 
-0x79cf 034815 setarg 0x800000 
-0x79d0 034816 lshift8 pdata ,pdata 
-0x79d1 034817 istore 4 ,contw 
-0x79d2 034818 call bn_zero 
-0x79d3 034819 setarg 0x0300 
-0x79d4 034820 istore 4 ,contw 
-0x79d5 034821 call sha 
-0x79d6 034822 branch sha_result 
-:      034825 function_f2:
-0x79d7 034826 setarg 0x363636 
-0x79d8 034827 lshift8 pdata ,temp 
-0x79d9 034828 or_into 0x36 ,temp 
-0x79da 034829 arg mem_sp_dhkey_end ,contr 
-0x79db 034830 force 6 ,loopcnt 
-0x79dc 034831 call pad_xor 
-0x79dd 034832 call sha_init 
-0x79de 034833 call sha 
-0x79df 034834 fetch 2 ,mem_sp_prarm_stack + 12 
-0x79e0 034835 copy pdata ,contr 
-0x79e1 034836 arg memdat ,contw 
-0x79e2 034837 call memcpy_dword_swap4 
-0x79e3 034838 fetch 2 ,mem_sp_prarm_stack + 14 
-0x79e4 034839 copy pdata ,contr 
-0x79e5 034840 call memcpy_dword_swap4 
-0x79e6 034842 setarg 0x62746c 
-0x79e7 034843 lshift8 pdata ,pdata 
-0x79e8 034844 or_into 0x6b ,pdata 
-0x79e9 034845 istore 4 ,contw 
-0x79ea 034846 arg mem_addr_value_end ,contr 
-0x79eb 034847 force 3 ,loopcnt 
-0x79ec 034848 call memcpy_dword_swap 
-0x79ed 034850 setarg 0x800000 
-0x79ee 034851 lshift8 pdata ,pdata 
-0x79ef 034852 istore 4 ,contw 
-0x79f0 034853 force 0 ,pdata 
-0x79f1 034854 istore 8 ,contw 
-0x79f2 034855 setarg 0x0380 
-0x79f3 034856 istore 4 ,contw 
-0x79f4 034857 call sha 
-0x79f5 034859 call sha_result 
-0x79f6 034860 arg memresult ,contr 
-0x79f7 034861 arg memahsave ,contw 
-0x79f8 034862 call memcpy32 
-0x79f9 034864 setarg 0x5c5c5c 
-0x79fa 034865 lshift8 pdata ,temp 
-0x79fb 034866 or_into 0x5c ,temp 
-0x79fc 034867 arg mem_sp_dhkey_end ,contr 
-0x79fd 034868 force 6 ,loopcnt 
-0x79fe 034869 call pad_xor 
-0x79ff 034870 call sha_init 
-0x7a00 034871 call sha 
-0x7a01 034872 arg memahsave_end ,contr 
-0x7a02 034873 arg memdat ,contw 
-0x7a03 034874 force 8 ,loopcnt 
-0x7a04 034875 call memcpy_dword_swap 
-0x7a05 034876 setarg 0x800000 
-0x7a06 034877 lshift8 pdata ,pdata 
-0x7a07 034878 istore 4 ,contw 
-0x7a08 034879 call bn_zero 
-0x7a09 034880 setarg 0x0300 
-0x7a0a 034881 istore 4 ,contw 
-0x7a0b 034882 call sha 
-0x7a0c 034883 branch sha_result 
-:      034886 function_f3a:
-0x7a0d 034887 fetch 1 ,mem_ssp_mode_flag 
-0x7a0e 034888 bne ssp_mode_passkey_entry_flag ,function_f3a_no_pin 
-:      034889 function_f3a_common:
-0x7a0f 034890 bpatchx patch3d_6 ,mem_patch3d 
-0x7a10 034891 setarg 0x363636 
-0x7a11 034892 lshift8 pdata ,temp 
-0x7a12 034893 or_into 0x36 ,temp 
-0x7a13 034894 arg mem_sp_dhkey_end ,contr 
-0x7a14 034895 force 6 ,loopcnt 
-0x7a15 034896 call pad_xor 
-0x7a16 034897 call sha_init 
-0x7a17 034898 call sha 
-0x7a18 034899 arg mem_sp_random_remote_end ,contr 
-0x7a19 034900 arg memdat ,contw 
-0x7a1a 034901 call memcpy_dword_swap4 
-0x7a1b 034902 arg mem_sp_random_local_end ,contr 
-0x7a1c 034903 call memcpy_dword_swap4 
-0x7a1d 034904 branch function_f3_common 
-:      034906 function_f3a_no_pin:
-0x7a1e 034907 setarg 0 
-0x7a1f 034908 store 4 ,mem_pin 
-0x7a20 034909 branch function_f3a_common 
-:      034911 function_f3b_no_pin:
-0x7a21 034912 setarg 0 
-0x7a22 034913 store 4 ,mem_pin 
-0x7a23 034914 branch function_f3b_common 
-:      034917 function_f3b:
-0x7a24 034918 fetch 1 ,mem_ssp_mode_flag 
-0x7a25 034919 bne ssp_mode_passkey_entry_flag ,function_f3b_no_pin 
-:      034920 function_f3b_common:
-0x7a26 034921 setarg 0x363636 
-0x7a27 034922 lshift8 pdata ,temp 
-0x7a28 034923 or_into 0x36 ,temp 
-0x7a29 034924 arg mem_sp_dhkey_end ,contr 
-0x7a2a 034925 force 6 ,loopcnt 
-0x7a2b 034926 call pad_xor 
-0x7a2c 034927 call sha_init 
-0x7a2d 034928 call sha 
-0x7a2e 034930 arg mem_sp_random_local_end ,contr 
-0x7a2f 034931 arg memdat ,contw 
-0x7a30 034932 call memcpy_dword_swap4 
-0x7a31 034933 arg mem_sp_random_remote_end ,contr 
-0x7a32 034934 call memcpy_dword_swap4 
-:      034935 function_f3_common:
-0x7a33 034936 setarg 0x0 
-0x7a34 034937 istore 8 ,contw 
-0x7a35 034938 istore 4 ,contw 
-0x7a36 034939 fetch 4 ,mem_pin 
-0x7a37 034940 istore 4 ,contw 
-0x7a38 034942 copy contw ,temp 
-0x7a39 034943 jam 0x80 ,mem_addr_padding 
-0x7a3a 034944 copy temp ,contw 
-0x7a3b 034945 arg mem_addr_iocap_end ,contr 
-0x7a3c 034946 call memcpy_dword_swap4 
-0x7a3d 034948 call sha 
-0x7a3e 034950 arg memdat ,contw 
-0x7a3f 034951 force 7 ,loopcnt 
-0x7a40 034952 call memset0 
-0x7a41 034953 istore 4 ,contw 
-0x7a42 034954 setarg 0x03F8 
-0x7a43 034955 istore 4 ,contw 
-0x7a44 034956 call sha 
-0x7a45 034957 call sha_result 
-0x7a46 034959 arg memresult ,contr 
-0x7a47 034960 arg memahsave ,contw 
-0x7a48 034961 call memcpy32 
-0x7a49 034963 setarg 0x5c5c5c 
-0x7a4a 034964 lshift8 pdata ,temp 
-0x7a4b 034965 or_into 0x5c ,temp 
-0x7a4c 034966 arg mem_sp_dhkey_end ,contr 
-0x7a4d 034967 force 6 ,loopcnt 
-0x7a4e 034968 call pad_xor 
-0x7a4f 034969 call sha_init 
-0x7a50 034970 call sha 
-0x7a51 034971 arg memahsave_end ,contr 
-0x7a52 034972 arg memdat ,contw 
-0x7a53 034973 force 8 ,loopcnt 
-0x7a54 034974 call memcpy_dword_swap 
-0x7a55 034975 setarg 0x800000 
-0x7a56 034976 lshift8 pdata ,pdata 
-0x7a57 034977 istore 4 ,contw 
-0x7a58 034978 call bn_zero 
-0x7a59 034979 setarg 0x0300 
-0x7a5a 034980 istore 4 ,contw 
-0x7a5b 034981 call sha 
-0x7a5c 034982 branch sha_result 
-:      034989 eckp_calc_init:
-0x7a5d 034990 jam 192 ,mem_ec_loopc 
-:      034991 eckp_calc_init_1:
-0x7a5e 034992 fetch 1 ,mem_ec_loopc 
-0x7a5f 034993 rtn blank 
-0x7a60 034994 increase -1 ,pdata 
-0x7a61 034995 store 1 ,mem_ec_loopc 
-0x7a62 034996 arg mem_k ,contr 
-0x7a63 034997 call bn_testbit 
-0x7a64 034998 branch eckp_calc_init_1 ,true 
-0x7a65 034999 arg mem_ax ,contr 
-0x7a66 035000 arg mem_cx ,contw 
-0x7a67 035001 branch ec_copy 
-:      035003 eckp_calc:
-0x7a68 035004 call ecdbl 
-0x7a69 035005 fetch 1 ,mem_ec_loopc 
-0x7a6a 035006 increase -1 ,pdata 
-0x7a6b 035007 store 1 ,mem_ec_loopc 
-0x7a6c 035008 arg mem_k ,contr 
-0x7a6d 035009 call bn_testbit 
-0x7a6e 035010 rtn true 
-0x7a6f 035011 branch ecadd 
-:      035013 memcpy_dword_swap4:
-0x7a70 035014 force 4 ,loopcnt 
-:      035015 memcpy_dword_swap:
-0x7a71 035016 increase -4 ,contr 
-:      035017 memcpy_dword_swap_loop:
-0x7a72 035018 ifetch 4 ,contr 
-0x7a73 035019 istore 4 ,contw 
-0x7a74 035020 increase -8 ,contr 
-0x7a75 035021 loop memcpy_dword_swap_loop 
-0x7a76 035022 rtn 
-:      035027 sp_initialize_256:
-0x7a77 035028 bpatchx patch3d_7 ,mem_patch3d 
-0x7a78 035029 fetch 1 ,mem_le_secure_connect_enable 
-0x7a79 035030 branch le_secure_connection_disable ,blank 
-0x7a7a 035031 call le_secure_connection_enable 
-0x7a7b 035032 call sp_clear_flags 
-0x7a7c 035034 branch sp_pubkey_calc_256 
-:      035039 sp_pubkey_calc_256:
-0x7a7d 035040 fetch 1 ,mem_le_sc_local_key_invalid 
-0x7a7e 035041 rtnne sp_key_invalid 
-0x7a7f 035042 fetch 1 ,mem_le_sc_calc 
-0x7a80 035043 rtnne sp_calc_standby 
-0x7a81 035045 arg mem_le_private_key_256 ,contw 
-0x7a82 035046 force 15 ,queue 
-0x7a83 035047 call random_generator 
-0x7a84 035048 random pdata 
-0x7a85 035049 rshift pdata ,pdata 
-0x7a86 035050 istore 2 ,contw 
-0x7a87 035052 arg mem_k_256 ,contw 
-0x7a88 035053 arg mem_le_private_key_256 ,contr 
-0x7a89 035054 call memcpy32 
-0x7a8a 035056 arg mem_ax_256 ,contw 
-0x7a8b 035057 arg mem_gx_256 ,contr 
-0x7a8c 035058 call memcpy64 
-0x7a8d 035060 arg mem_az_256 ,contw 
-0x7a8e 035061 call clear_mem_256 
-0x7a8f 035062 jam 1 ,mem_az_256 
-0x7a90 035064 call eckp_calc_init_256 
-0x7a91 035065 jam sp_calc_pubkey_256 ,mem_le_sc_calc 
-0x7a92 035066 rtn 
-:      035068 sp_pubkey_generated_256:
-0x7a93 035069 arg mem_le_pubkey_local_x_256 ,contw 
-0x7a94 035070 arg mem_bx_256 ,contr 
-0x7a95 035071 call memcpy64 
-0x7a96 035072 jam sp_key_valid_256 ,mem_le_sc_local_key_invalid 
-0x7a97 035073 jam sp_calc_standby ,mem_le_sc_calc 
-0x7a98 035074 rtn 
-:      035078 sp_dhkey_calc_256:
-0x7a99 035079 fetch 1 ,mem_sp_dhkey_invalid 
-0x7a9a 035080 rtnne sp_key_invalid 
-0x7a9b 035081 fetch 1 ,mem_le_sc_calc 
-0x7a9c 035082 rtnne sp_calc_standby 
-0x7a9d 035084 arg mem_k_256 ,contw 
-0x7a9e 035085 arg mem_le_private_key_256 ,contr 
-0x7a9f 035086 call memcpy32 
-0x7aa0 035088 arg mem_ax_256 ,contw 
-0x7aa1 035089 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7aa2 035090 call memcpy64 
-0x7aa3 035092 arg mem_az_256 ,contw 
-0x7aa4 035093 call clear_mem_256 
-0x7aa5 035094 jam 1 ,mem_az_256 
-0x7aa6 035096 call eckp_calc_init_256 
-0x7aa7 035097 jam sp_calc_dhkey_256 ,mem_le_sc_calc 
-0x7aa8 035098 rtn 
-:      035101 sp_dhkey_generated_256:
-0x7aa9 035103 arg mem_le_dhkey_256 ,contw 
-0x7aaa 035104 arg mem_bx_256 ,contr 
-0x7aab 035105 call memcpy32 
-0x7aac 035106 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
-0x7aad 035107 jam sp_calc_standby ,mem_le_sc_calc 
-0x7aae 035108 rtn 
-:      035112 sp_calc_sequence_256:
-0x7aaf 035113 fetch 1 ,mem_le_secure_connect_enable 
-0x7ab0 035114 rtn blank 
-0x7ab1 035115 fetch 1 ,mem_le_sc_calc 
-0x7ab2 035116 rtn blank 
-0x7ab3 035117 increase 0x80 ,pdata 
-0x7ab4 035118 store 1 ,mem_le_sc_calc 
-0x7ab5 035119 rtnbit1 7 
-0x7ab6 035120 fetch 2 ,mem_ec_loopc 
-0x7ab7 035121 branch sp_calc_sequence_done_256 ,blank 
-0x7ab8 035122 branch eckp_calc_256 
-:      035124 sp_calc_sequence_done_256:
-0x7ab9 035125 bpatchx patch3e_0 ,mem_patch3e 
-0x7aba 035126 call ecunmapz_256 
-0x7abb 035127 fetch 1 ,mem_le_sc_calc 
-0x7abc 035128 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
-0x7abd 035129 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
-0x7abe 035130 rtn 
-:      035133 eckp_calc_256:
-0x7abf 035134 call ecdbl_256 
-0x7ac0 035135 fetch 2 ,mem_ec_loopc 
-0x7ac1 035136 increase -1 ,pdata 
-0x7ac2 035137 store 2 ,mem_ec_loopc 
-0x7ac3 035138 arg mem_k_256 ,contr 
-0x7ac4 035139 call bn_testbit 
-0x7ac5 035140 rtn true 
-0x7ac6 035141 branch ecadd_256 
-:      035143 eckp_calc_init_256:
-0x7ac7 035144 bpatchx patch3e_1 ,mem_patch3e 
-0x7ac8 035145 setarg 256 ,pdata 
-0x7ac9 035146 store 2 ,mem_ec_loopc 
-:      035147 eckp_calc_init_256_1:
-0x7aca 035148 fetch 2 ,mem_ec_loopc 
-0x7acb 035149 rtn blank 
-0x7acc 035150 increase -1 ,pdata 
-0x7acd 035151 store 2 ,mem_ec_loopc 
-0x7ace 035152 arg mem_k_256 ,contr 
-0x7acf 035153 call bn_testbit 
-0x7ad0 035154 branch eckp_calc_init_256_1 ,true 
-0x7ad1 035155 arg mem_ax_256 ,contr 
-0x7ad2 035156 arg mem_cx_256 ,contw 
-0x7ad3 035157 branch memcpy96 
-:      035160 ecunmapz_256:
-0x7ad4 035161 arg mem_cz_256 ,rega 
-0x7ad5 035162 arg mem_t3_256 ,contw 
-0x7ad6 035163 call bn_invmod_256 
-0x7ad7 035164 arg mem_t3_256 ,rega 
-0x7ad8 035165 arg mem_t1_256 ,contw 
-0x7ad9 035166 call bn_sqrmod_256 
-0x7ada 035167 arg mem_cx_256 ,rega 
-0x7adb 035168 arg mem_t1_256 ,regb 
-0x7adc 035169 arg mem_bx_256 ,contw 
-0x7add 035170 call bn_mulmod_256 
-0x7ade 035171 arg mem_t3_256 ,rega 
-0x7adf 035172 arg mem_t1_256 ,regb 
-0x7ae0 035173 arg mem_t2_256 ,contw 
-0x7ae1 035174 call bn_mulmod_256 
-0x7ae2 035175 arg mem_cy_256 ,rega 
-0x7ae3 035176 arg mem_t2_256 ,regb 
-0x7ae4 035177 arg mem_by_256 ,contw 
-0x7ae5 035178 branch bn_mulmod_256 
-:      035180 ecdbl_256:
-0x7ae6 035181 arg mem_cz_256 ,rega 
-0x7ae7 035182 arg mem_t2_256 ,contw 
-0x7ae8 035183 call bn_sqrmod_256 
-0x7ae9 035184 arg mem_t2_256 ,rega 
-0x7aea 035185 arg mem_t3_256 ,contw 
-0x7aeb 035186 call bn_sqrmod_256 
-0x7aec 035188 arg mem_a_256 ,rega 
-0x7aed 035189 arg mem_t3_256 ,regb 
-0x7aee 035190 arg mem_t3_256 ,contw 
-0x7aef 035191 call bn_mulmod_256 
-0x7af0 035192 arg mem_cx_256 ,rega 
-0x7af1 035193 arg mem_t2_256 ,contw 
-0x7af2 035194 call bn_sqrmod_256 
-0x7af3 035196 arg mem_t2_256 ,contr 
-0x7af4 035197 arg mem_t1_256 ,contw 
-0x7af5 035198 call memcpy32 
-0x7af6 035199 arg mem_t1_256 ,rega 
-0x7af7 035200 call bn_lshiftmod_256 
-0x7af8 035201 arg mem_t2_256 ,rega 
-0x7af9 035202 arg mem_t1_256 ,regb 
-0x7afa 035203 arg mem_t2_256 ,contw 
-0x7afb 035204 call bn_addmod_256 
-0x7afc 035206 arg mem_t2_256 ,rega 
-0x7afd 035207 arg mem_t3_256 ,regb 
-0x7afe 035208 arg mem_t2_256 ,contw 
-0x7aff 035209 call bn_addmod_256 
-0x7b00 035211 arg mem_cx_256 ,contr 
-0x7b01 035212 arg mem_t1_256 ,contw 
-0x7b02 035213 call memcpy32 
-0x7b03 035214 arg mem_cy_256 ,rega 
-0x7b04 035215 arg mem_t3_256 ,contw 
-0x7b05 035216 call bn_sqrmod_256 
-0x7b06 035217 arg mem_t1_256 ,rega 
-0x7b07 035218 call bn_lshiftmod_256 
-0x7b08 035219 arg mem_t1_256 ,rega 
-0x7b09 035220 call bn_lshiftmod_256 
-0x7b0a 035221 arg mem_t1_256 ,rega 
-0x7b0b 035222 arg mem_t3_256 ,regb 
-0x7b0c 035223 arg mem_t1_256 ,contw 
-0x7b0d 035224 call bn_mulmod_256 
-0x7b0e 035225 arg mem_t3_256 ,rega 
-0x7b0f 035226 arg mem_t0_256 ,contw 
-0x7b10 035227 call bn_sqrmod_256 
-0x7b11 035228 arg mem_t0_256 ,rega 
-0x7b12 035229 call bn_lshiftmod_256 
-0x7b13 035230 arg mem_t0_256 ,rega 
-0x7b14 035231 call bn_lshiftmod_256 
-0x7b15 035232 arg mem_t0_256 ,rega 
-0x7b16 035233 call bn_lshiftmod_256 
-0x7b17 035234 arg mem_cy_256 ,contr 
-0x7b18 035235 arg mem_t3_256 ,contw 
-0x7b19 035236 call memcpy32 
-0x7b1a 035237 arg mem_t3_256 ,rega 
-0x7b1b 035238 call bn_lshiftmod_256 
-0x7b1c 035239 arg mem_t3_256 ,rega 
-0x7b1d 035240 arg mem_cz_256 ,regb 
-0x7b1e 035241 arg mem_cz_256 ,contw 
-0x7b1f 035242 call bn_mulmod_256 
-0x7b20 035245 arg mem_t2_256 ,rega 
-0x7b21 035246 arg mem_t3_256 ,contw 
-0x7b22 035247 call bn_sqrmod_256 
-0x7b23 035249 arg mem_t3_256 ,rega 
-0x7b24 035250 arg mem_t1_256 ,regb 
-0x7b25 035251 arg mem_t3_256 ,contw 
-0x7b26 035252 call bn_submod_256 
-0x7b27 035253 arg mem_t3_256 ,rega 
-0x7b28 035254 arg mem_t1_256 ,regb 
-0x7b29 035255 arg mem_cx_256 ,contw 
-0x7b2a 035256 call bn_submod_256 
-0x7b2b 035257 arg mem_t1_256 ,rega 
-0x7b2c 035258 arg mem_cx_256 ,regb 
-0x7b2d 035259 arg mem_t3_256 ,contw 
-0x7b2e 035260 call bn_submod_256 
-0x7b2f 035261 arg mem_t3_256 ,rega 
-0x7b30 035262 arg mem_t2_256 ,regb 
-0x7b31 035263 arg mem_t3_256 ,contw 
-0x7b32 035264 call bn_mulmod_256 
-0x7b33 035265 arg mem_t3_256 ,rega 
-0x7b34 035266 arg mem_t0_256 ,regb 
-0x7b35 035267 arg mem_cy_256 ,contw 
-0x7b36 035268 branch bn_submod_256 
-:      035270 ecadd_256:
-0x7b37 035272 arg mem_az_256 ,rega 
-0x7b38 035273 arg mem_t7_256 ,contw 
-0x7b39 035274 call bn_sqrmod_256 
-0x7b3a 035275 arg mem_cx_256 ,rega 
-0x7b3b 035276 arg mem_t7_256 ,regb 
-0x7b3c 035277 arg mem_t0_256 ,contw 
-0x7b3d 035278 call bn_mulmod_256 
-0x7b3e 035281 arg mem_az_256 ,rega 
-0x7b3f 035282 arg mem_t7_256 ,regb 
-0x7b40 035283 arg mem_t7_256 ,contw 
-0x7b41 035284 call bn_mulmod_256 
-0x7b42 035285 arg mem_cy_256 ,rega 
-0x7b43 035286 arg mem_t7_256 ,regb 
-0x7b44 035287 arg mem_t1_256 ,contw 
-0x7b45 035288 call bn_mulmod_256 
-0x7b46 035291 arg mem_cz_256 ,rega 
-0x7b47 035292 arg mem_t7_256 ,contw 
-0x7b48 035293 call bn_sqrmod_256 
-0x7b49 035294 arg mem_ax_256 ,rega 
-0x7b4a 035295 arg mem_t7_256 ,regb 
-0x7b4b 035296 arg mem_t2_256 ,contw 
-0x7b4c 035297 call bn_mulmod_256 
-0x7b4d 035299 arg mem_cz_256 ,rega 
-0x7b4e 035300 arg mem_t7_256 ,regb 
-0x7b4f 035301 arg mem_t7_256 ,contw 
-0x7b50 035302 call bn_mulmod_256 
-0x7b51 035303 arg mem_ay_256 ,rega 
-0x7b52 035304 arg mem_t7_256 ,regb 
-0x7b53 035305 arg mem_t3_256 ,contw 
-0x7b54 035306 call bn_mulmod_256 
-0x7b55 035311 arg mem_t0_256 ,regb 
-0x7b56 035312 arg mem_t2_256 ,rega 
-0x7b57 035313 arg mem_t7_256 ,contw 
-0x7b58 035314 call bn_submod_256 
-0x7b59 035315 arg mem_t0_256 ,rega 
-0x7b5a 035316 arg mem_t2_256 ,regb 
-0x7b5b 035317 arg mem_t0_256 ,contw 
-0x7b5c 035318 call bn_addmod_256 
-0x7b5d 035321 arg mem_t1_256 ,regb 
-0x7b5e 035322 arg mem_t3_256 ,rega 
-0x7b5f 035323 arg mem_t2_256 ,contw 
-0x7b60 035324 call bn_submod_256 
-0x7b61 035325 arg mem_t1_256 ,rega 
-0x7b62 035326 arg mem_t3_256 ,regb 
-0x7b63 035327 arg mem_t1_256 ,contw 
-0x7b64 035328 call bn_addmod_256 
-0x7b65 035329 arg mem_t1_256 ,rega 
-0x7b66 035330 arg mem_t7_256 ,regb 
-0x7b67 035331 arg mem_t1_256 ,contw 
-0x7b68 035332 call bn_mulmod_256 
-0x7b69 035333 arg mem_cz_256 ,rega 
-0x7b6a 035334 arg mem_az_256 ,regb 
-0x7b6b 035335 arg mem_t3_256 ,contw 
-0x7b6c 035336 call bn_mulmod_256 
-0x7b6d 035337 arg mem_t3_256 ,rega 
-0x7b6e 035338 arg mem_t7_256 ,regb 
-0x7b6f 035339 arg mem_cz_256 ,contw 
-0x7b70 035340 call bn_mulmod_256 
-0x7b71 035342 arg mem_t7_256 ,rega 
-0x7b72 035343 arg mem_t7_256 ,contw 
-0x7b73 035344 call bn_sqrmod_256 
-0x7b74 035345 arg mem_t7_256 ,rega 
-0x7b75 035346 arg mem_t0_256 ,regb 
-0x7b76 035347 arg mem_t3_256 ,contw 
-0x7b77 035348 call bn_mulmod_256 
-0x7b78 035349 arg mem_t7_256 ,rega 
-0x7b79 035350 arg mem_t1_256 ,regb 
-0x7b7a 035351 arg mem_t1_256 ,contw 
-0x7b7b 035352 call bn_mulmod_256 
-0x7b7c 035353 arg mem_t2_256 ,rega 
-0x7b7d 035354 arg mem_cx_256 ,contw 
-0x7b7e 035355 call bn_sqrmod_256 
-0x7b7f 035356 arg mem_cx_256 ,rega 
-0x7b80 035357 arg mem_t3_256 ,regb 
-0x7b81 035358 arg mem_cx_256 ,contw 
-0x7b82 035359 call bn_submod_256 
-0x7b83 035360 arg mem_cx_256 ,contr 
-0x7b84 035361 arg mem_t7_256 ,contw 
-0x7b85 035362 call memcpy32 
-0x7b86 035363 arg mem_t7_256 ,rega 
-0x7b87 035364 call bn_lshiftmod_256 
-0x7b88 035365 arg mem_t3_256 ,rega 
-0x7b89 035366 arg mem_t7_256 ,regb 
-0x7b8a 035367 arg mem_t3_256 ,contw 
-0x7b8b 035368 call bn_submod_256 
-0x7b8c 035369 arg mem_t3_256 ,rega 
-0x7b8d 035370 arg mem_t2_256 ,regb 
-0x7b8e 035371 arg mem_t2_256 ,contw 
-0x7b8f 035372 call bn_mulmod_256 
-0x7b90 035373 arg mem_t2_256 ,rega 
-0x7b91 035374 arg mem_t1_256 ,regb 
-0x7b92 035375 arg mem_cy_256 ,contw 
-0x7b93 035376 call bn_submod_256 
-0x7b94 035377 arg mem_cy_256 ,rega 
-0x7b95 035378 arg mem_p_256 ,regb 
-0x7b96 035379 arg mem_cy_256 ,contw 
-0x7b97 035380 force 0 ,regc 
-0x7b98 035381 fetch 1 ,mem_cy_256 
-0x7b99 035382 isolate1 0 ,pdata 
-0x7b9a 035383 call bn_add_256 ,true 
-0x7b9b 035384 copy regc ,alarm 
-0x7b9c 035385 arg mem_cy_256 ,rega 
-0x7b9d 035386 call bn_rshift_256 
-0x7b9e 035387 fetch 1 ,mem_cy5_256 
-0x7b9f 035388 isolate1 0 ,alarm 
-0x7ba0 035389 setflag true ,7 ,pdata 
-0x7ba1 035390 store 1 ,mem_cy5_256 
-0x7ba2 035391 rtn 
-:      035393 bn_invmod_256:
-0x7ba3 035394 copy contw ,timeup 
-0x7ba4 035395 arg mem_tmp0_256 ,contw 
-0x7ba5 035396 call clear_mem_256 
-0x7ba6 035397 force 0 ,pdata 
-0x7ba7 035399 store 4 ,mem_t2_256 
-0x7ba8 035400 jam 1 ,mem_tmp0_256 
-0x7ba9 035401 arg mem_tmp1_256 ,contw 
-0x7baa 035402 call clear_mem_512 
-0x7bab 035403 arg mem_p_256 ,contr 
-0x7bac 035404 arg mem_tmp2_256 ,contw 
-0x7bad 035405 call memcpy32 
-0x7bae 035406 copy rega ,contr 
-0x7baf 035407 arg mem_tmp3_256 ,contw 
-0x7bb0 035408 call memcpy32 
-:      035414 bn_invmod_256_2:
-0x7bb1 035415 arg mem_tmp3_256 ,contr 
-0x7bb2 035416 call bn_eq_zero_256 
-0x7bb3 035417 branch bn_invmod_256_0 ,blank 
-0x7bb4 035422 arg mem_tmp3_256 ,rega 
-0x7bb5 035423 arg mem_tmp0_256 ,regb 
-0x7bb6 035424 call bn_rshifteven_256 
-0x7bb7 035425 arg mem_tmp2_256 ,rega 
-0x7bb8 035426 arg mem_tmp1_256 ,regb 
-0x7bb9 035427 call bn_rshifteven_256 
-0x7bba 035429 arg mem_tmp3_256 ,rega 
-0x7bbb 035430 arg mem_tmp2_256 ,regb 
-0x7bbc 035431 call bn_bigeq_256 
-0x7bbd 035432 branch bn_invmod_256_1 ,positive 
-0x7bbe 035433 arg mem_tmp2_256 ,rega 
-0x7bbf 035434 arg mem_tmp3_256 ,regb 
-0x7bc0 035435 copy rega ,contw 
-0x7bc1 035436 call bn_sub_256 
-0x7bc2 035437 arg mem_tmp0_256 ,rega 
-0x7bc3 035438 arg mem_tmp1_256 ,regb 
-0x7bc4 035439 copy regb ,contw 
-0x7bc5 035440 call bn_add_256 
-0x7bc6 035441 ifetch 1 ,rega 
-0x7bc7 035442 iadd regc ,regc 
-0x7bc8 035443 ifetch 1 ,regb 
-0x7bc9 035444 iadd regc ,pdata 
-0x7bca 035445 istore 1 ,regb 
-0x7bcb 035446 branch bn_invmod_256_2 
-:      035447 bn_invmod_256_1:
-0x7bcc 035448 arg mem_tmp3_256 ,rega 
-0x7bcd 035449 arg mem_tmp2_256 ,regb 
-0x7bce 035450 copy rega ,contw 
-0x7bcf 035451 call bn_sub_256 
-0x7bd0 035452 arg mem_tmp1_256 ,rega 
-0x7bd1 035453 arg mem_tmp0_256 ,regb 
-0x7bd2 035454 copy regb ,contw 
-0x7bd3 035455 call bn_add_256 
-0x7bd4 035456 ifetch 1 ,rega 
-0x7bd5 035457 iadd regc ,regc 
-0x7bd6 035458 ifetch 1 ,regb 
-0x7bd7 035459 iadd regc ,pdata 
-0x7bd8 035460 istore 1 ,regb 
-0x7bd9 035461 branch bn_invmod_256_2 
-:      035462 bn_invmod_256_0:
-0x7bda 035464 arg mem_tmp1_256 ,rega 
-0x7bdb 035465 copy timeup ,contw 
-0x7bdc 035466 call bn_p256mod 
-0x7bdd 035468 arg mem_p_256 ,rega 
-0x7bde 035469 copy timeup ,regb 
-0x7bdf 035470 copy timeup ,contw 
-0x7be0 035471 branch bn_submod_256 
-:      035474 bn_mulmod_256:
-0x7be1 035475 copy contw ,timeup 
-0x7be2 035477 force 0 ,regext_index 
-0x7be3 035479 arg mem_tmp1_256 ,contw 
-0x7be4 035480 call clear_mem_512 
-0x7be5 035481 arg mem_regext ,contw 
-0x7be6 035482 call clear_mem_512 
-0x7be7 035486 copy rega ,contr 
-0x7be8 035488 jam 0 ,mem_regext 
-0x7be9 035489 setarg 0 
-0x7bea 035490 call bn_load_mem 
-0x7beb 035491 copy regb ,contr 
-0x7bec 035492 call bn_load_256 
-0x7bed 035495 force 0 ,queue 
-0x7bee 035496 arg mem_tmp1_256 ,contw 
-:      035497 bn_mulmod_256_1:
-0x7bef 035500 arg mem_regext ,temp 
-0x7bf0 035501 copy queue ,regb 
-0x7bf1 035502 lshift2 regb ,pdata 
-0x7bf2 035504 iadd temp ,regb 
-0x7bf3 035505 force 0 ,temp 
-0x7bf4 035506 force 0 ,regc 
-:      035507 bn_mulmod_256_0:
-0x7bf5 035512 ifetch 4 ,contw 
-0x7bf6 035513 iforce rega 
-0x7bf7 035516 ifetch 4 ,regb 
-0x7bf8 035517 copy regc ,regext_index 
-0x7bf9 035518 imul32 regext ,pdata 
-0x7bfa 035519 iadd rega ,pdata 
-0x7bfb 035520 iadd temp ,pdata 
-0x7bfc 035521 istore 4 ,contw 
-0x7bfd 035522 rshift32 pdata ,temp 
-0x7bfe 035523 increase 1 ,regc 
-0x7bff 035524 compare 8 ,regc ,0xff 
-0x7c00 035525 nbranch bn_mulmod_256_0 ,true 
-0x7c01 035527 deposit temp 
-0x7c02 035528 istore 4 ,contw 
-0x7c03 035529 increase -32 ,contw 
-0x7c04 035532 increase 1 ,queue 
-0x7c05 035533 compare 8 ,queue ,0xff 
-0x7c06 035534 nbranch bn_mulmod_256_1 ,true 
-0x7c07 035535 arg mem_tmp1_256 ,rega 
-0x7c08 035536 copy timeup ,contw 
-0x7c09 035537 branch bn_p256mod 
-:      035539 bn_p256mod:
-0x7c0a 035540 bpatchx patch3e_2 ,mem_patch3e 
-0x7c0b 035541 copy contw ,timeup 
-0x7c0c 035542 copy rega ,alarm 
-0x7c0d 035543 arg mem_tmp2_256 ,regb 
-0x7c0e 035544 copy regb ,contw 
-0x7c0f 035545 call memset0_4 
-0x7c10 035546 istore 8 ,contw 
-0x7c11 035547 add rega ,44 ,contr 
-0x7c12 035548 call memcpy8 
-0x7c13 035549 call memcpy12 
-0x7c14 035550 copy regb ,rega 
-0x7c15 035551 call bn_lshiftmod_256 
-0x7c16 035552 arg mem_tmp2_256 ,regb 
-0x7c17 035553 copy alarm ,rega 
-0x7c18 035554 copy timeup ,contw 
-0x7c19 035555 call bn_addmod_256 
-0x7c1a 035557 arg mem_tmp2_256 ,regb 
-0x7c1b 035558 copy regb ,contw 
-0x7c1c 035559 call memset0_4 
-0x7c1d 035560 istore 8 ,contw 
-0x7c1e 035561 add alarm ,48 ,contr 
-0x7c1f 035562 call memcpy16 
-0x7c20 035563 call memset0_4 
-0x7c21 035564 copy regb ,rega 
-0x7c22 035565 call bn_lshiftmod_256 
-0x7c23 035569 arg mem_tmp2_256 ,regb 
-0x7c24 035570 copy timeup ,rega 
-0x7c25 035571 copy rega ,contw 
-0x7c26 035572 call bn_addmod_256 
-0x7c27 035576 arg mem_tmp2_256 ,regb 
-0x7c28 035577 copy regb ,contw 
-0x7c29 035578 add alarm ,32 ,contr 
-0x7c2a 035579 call memcpy12 
-0x7c2b 035580 call memset0_4 
-0x7c2c 035581 istore 8 ,contw 
-0x7c2d 035582 add alarm ,56 ,contr 
-0x7c2e 035583 call memcpy8 
-0x7c2f 035584 copy timeup ,rega 
-0x7c30 035585 copy rega ,contw 
-0x7c31 035586 call bn_addmod_256 
-0x7c32 035590 arg mem_tmp2_256 ,regb 
-0x7c33 035591 copy regb ,contw 
-0x7c34 035592 add alarm ,36 ,contr 
-0x7c35 035593 call memcpy12 
-0x7c36 035594 add alarm ,52 ,contr 
-0x7c37 035595 call memcpy12 
-0x7c38 035596 add alarm ,52 ,contr 
-0x7c39 035597 call memcpy4 
-0x7c3a 035598 add alarm ,32 ,contr 
-0x7c3b 035599 call memcpy4 
-0x7c3c 035600 copy timeup ,rega 
-0x7c3d 035601 copy rega ,contw 
-0x7c3e 035602 call bn_addmod_256 
-0x7c3f 035605 arg mem_tmp2_256 ,regb 
-0x7c40 035606 copy regb ,contw 
-0x7c41 035607 add alarm ,44 ,contr 
-0x7c42 035608 call memcpy12 
-0x7c43 035609 call memset0_4 
-0x7c44 035610 istore 8 ,contw 
-0x7c45 035611 add alarm ,32 ,contr 
-0x7c46 035612 call memcpy4 
-0x7c47 035613 add alarm ,40 ,contr 
-0x7c48 035614 call memcpy4 
-0x7c49 035615 copy timeup ,rega 
-0x7c4a 035616 copy rega ,contw 
-0x7c4b 035617 call bn_submod_256 
-0x7c4c 035620 arg mem_tmp2_256 ,regb 
-0x7c4d 035621 copy regb ,contw 
-0x7c4e 035622 add alarm ,48 ,contr 
-0x7c4f 035623 call memcpy8 
-0x7c50 035624 call memcpy8 
-0x7c51 035625 force 0 ,pdata 
-0x7c52 035626 istore 8 ,contw 
-0x7c53 035627 add alarm ,36 ,contr 
-0x7c54 035628 call memcpy4 
-0x7c55 035629 add alarm ,44 ,contr 
-0x7c56 035630 call memcpy4 
-0x7c57 035631 copy timeup ,rega 
-0x7c58 035632 copy rega ,contw 
-0x7c59 035633 call bn_submod_256 
-0x7c5a 035636 arg mem_tmp2_256 ,regb 
-0x7c5b 035637 copy regb ,contw 
-0x7c5c 035638 add alarm ,52 ,contr 
-0x7c5d 035639 call memcpy12 
-0x7c5e 035640 add alarm ,32 ,contr 
-0x7c5f 035641 call memcpy12 
-0x7c60 035642 call memset0_4 
-0x7c61 035643 add alarm ,48 ,contr 
-0x7c62 035644 call memcpy4 
-0x7c63 035645 copy timeup ,rega 
-0x7c64 035646 copy rega ,contw 
-0x7c65 035647 call bn_submod_256 
-0x7c66 035650 arg mem_tmp2_256 ,regb 
-0x7c67 035651 copy regb ,contw 
-0x7c68 035652 add alarm ,56 ,contr 
-0x7c69 035653 call memcpy8 
-0x7c6a 035654 call memset0_4 
-0x7c6b 035655 add alarm ,36 ,contr 
-0x7c6c 035656 call memcpy12 
-0x7c6d 035657 call memset0_4 
-0x7c6e 035658 add alarm ,52 ,contr 
-0x7c6f 035659 call memcpy4 
-0x7c70 035660 copy timeup ,rega 
-0x7c71 035661 copy rega ,contw 
-0x7c72 035662 branch bn_submod_256 
-:      035665 bn_load_mem:
-0x7c73 035666 force 32 ,loopcnt 
-0x7c74 035667 arg mem_regext ,contw 
-0x7c75 035668 iadd contw ,contw 
-0x7c76 035669 branch memcpy 
-:      035671 bn_load_256:
-0x7c77 035672 force 8 ,loopcnt 
-0x7c78 035673 branch bn_load_0 
-:      035675 bn_sqrmod_256:
-0x7c79 035676 copy rega ,regb 
-0x7c7a 035677 branch bn_mulmod_256 
-:      035679 bn_add_256:
-0x7c7b 035680 force 8 ,loopcnt 
-0x7c7c 035681 branch bn_add + 1 
-:      035683 bn_addmod_256:
-0x7c7d 035684 call bn_add_256 
-0x7c7e 035685 copy contw ,rega 
-0x7c7f 035686 branch bn_lshiftmod_ismod_256 
-:      035688 bn_lshiftmod_256:
-0x7c80 035689 call bn_lshift_256 
-:      035690 bn_lshiftmod_ismod_256:
-0x7c81 035691 isolate1 0 ,regc 
-0x7c82 035692 branch bn_lshiftmod_p_256 ,true 
-0x7c83 035693 arg mem_p_256 ,regb 
-0x7c84 035694 copy rega ,regc 
-0x7c85 035695 increase -32 ,rega 
-0x7c86 035696 call bn_bigeq_256 
-0x7c87 035697 nrtn positive 
-0x7c88 035698 copy regc ,rega 
-0x7c89 035699 branch sub_p2_256 
-:      035701 bn_lshiftmod_p_256:
-0x7c8a 035702 call sub_p2_256 
-0x7c8b 035704 copy rega ,regc 
-0x7c8c 035705 increase -32 ,rega 
-0x7c8d 035706 arg mem_p_256 ,regb 
-0x7c8e 035707 call bn_bigeq_256 
-0x7c8f 035708 nrtn positive 
-0x7c90 035709 copy regc ,rega 
-0x7c91 035710 branch sub_p2_256 
-:      035713 sub_p2_256:
-0x7c92 035714 increase -32 ,rega 
-0x7c93 035715 arg mem_p_256 ,regb 
-0x7c94 035716 copy rega ,contw 
-0x7c95 035717 branch bn_sub_256 
-:      035722 bn_submod_256:
-0x7c96 035723 call bn_sub_256 
-0x7c97 035725 branch bn_submod_256_np ,true 
-0x7c98 035728 add contw ,-32 ,rega 
-0x7c99 035729 arg mem_p_256 ,regb 
-0x7c9a 035730 call bn_bigeq_256 
-0x7c9b 035731 nrtn positive 
-0x7c9c 035732 arg mem_p_256 ,regb 
-0x7c9d 035733 add contw ,-32 ,rega 
-0x7c9e 035735 copy rega ,contw 
-0x7c9f 035736 branch bn_sub_256 
-:      035737 bn_submod_256_np:
-0x7ca0 035738 add contw ,-32 ,rega 
-0x7ca1 035739 arg mem_p_256 ,regb 
-0x7ca2 035740 copy rega ,contw 
-0x7ca3 035741 call bn_add_256 
-0x7ca4 035743 rtn true 
-0x7ca5 035744 add contw ,-32 ,rega 
-0x7ca6 035745 arg mem_p_256 ,regb 
-0x7ca7 035746 copy rega ,contw 
-0x7ca8 035747 branch bn_add_256 
-:      035751 bn_sub_256:
-0x7ca9 035752 force 8 ,loopcnt 
-0x7caa 035753 branch bn_sub + 1 
-:      035755 bn_rshift_256:
-0x7cab 035756 force 8 ,loopcnt 
-0x7cac 035757 increase 28 ,rega 
-0x7cad 035758 branch bn_rshift 
-:      035760 bn_lshift_256:
-0x7cae 035761 force 8 ,loopcnt 
-0x7caf 035762 force 0 ,regc 
-0x7cb0 035763 branch bn_lshift_0 
-:      035765 bn_bigeq_256:
-0x7cb1 035766 force 8 ,loopcnt 
-0x7cb2 035767 increase 28 ,rega 
-0x7cb3 035768 increase 28 ,regb 
-0x7cb4 035769 branch bn_bigeq_0 
-:      035772 bn_eq_zero_256:
-0x7cb5 035773 ifetch 8 ,contr 
-0x7cb6 035774 nrtn blank 
-0x7cb7 035775 branch bn_eq_zero 
-:      035780 bn_rshifteven_256:
-0x7cb8 035781 copy rega ,alarm 
-:      035782 bn_rshifteven_256_1:
-0x7cb9 035783 copy alarm ,rega 
-0x7cba 035784 ifetch 1 ,rega 
-0x7cbb 035785 isolate1 0 ,pdata 
-0x7cbc 035786 rtn true 
-0x7cbd 035787 call bn_rshift_256 
-0x7cbe 035788 ifetch 1 ,regb 
-0x7cbf 035789 isolate0 0 ,pdata 
-0x7cc0 035790 branch bn_rshifteven_256_0 ,true 
-0x7cc1 035791 arg mem_p_256 ,rega 
-0x7cc2 035792 copy regb ,contw 
-0x7cc3 035793 call bn_add_256 
-0x7cc4 035794 ifetch 1 ,regb 
-0x7cc5 035795 iadd regc ,pdata 
-0x7cc6 035796 istore 1 ,regb 
-0x7cc7 035797 increase -32 ,regb 
-:      035798 bn_rshifteven_256_0:
-0x7cc8 035799 add regb ,32 ,rega 
-0x7cc9 035800 force 9 ,loopcnt 
-0x7cca 035801 call bn_rshift 
-0x7ccb 035802 branch bn_rshifteven_256_1 
-:      035806 ui_init:
-0x7ccc 035807 call lpm_disable_exen_output 
-0x7ccd 035808 rtn wake 
-0x7cce 035809 call ui_button_init 
-0x7ccf 035810 call ui_timer_init 
-0x7cd0 035811 branch ui_led_init_global 
-:      035813 ui_dispatch:
-0x7cd1 035814 call ui_led_dispatch 
-0x7cd2 035816 branch ui_timer_check 
-:      035818 ui_button_init:
-0x7cd3 035819 fetch 1 ,mem_ui_button_gpio 
-0x7cd4 035820 rtneq ui_button_gpio_disable 
-0x7cd5 035821 iforce temp 
-0x7cd6 035822 call gpio_config_output 
-0x7cd7 035823 fetcht 1 ,mem_ui_button_gpio 
-0x7cd8 035824 call gpio_out_inactive 
-0x7cd9 035825 nop 100 
-0x7cda 035826 fetcht 1 ,mem_ui_button_gpio 
-0x7cdb 035827 call gpio_config_input 
-0x7cdc 035828 branch ui_button_polling 
-:      035832 ui_button_polling:
-0x7cdd 035833 bpatchx patch3e_3 ,mem_patch3e 
-0x7cde 035834 fetch 1 ,mem_ui_button_gpio 
-0x7cdf 035835 rtneq ui_button_gpio_disable 
-0x7ce0 035836 copy pdata ,temp 
-0x7ce1 035837 call gpio_get_bit 
-0x7ce2 035838 nbranch ui_button_up ,true 
-:      035840 ui_button_down:
-0x7ce3 035841 call ui_button_check_long_press 
-0x7ce4 035842 fetch 2 ,mem_ui_state_map 
-0x7ce5 035843 set1 ui_state_btn_down 
-0x7ce6 035844 store 2 ,mem_ui_state_map 
-0x7ce7 035845 fetch 1 ,mem_ui_button_last_state 
-0x7ce8 035846 rtneq ui_button_state_down 
-0x7ce9 035847 jam ui_button_state_down ,mem_ui_button_last_state 
-0x7cea 035849 fetch 1 ,mem_ui_button_timeout 
-0x7ceb 035850 store 1 ,mem_ui_button_timer 
-0x7cec 035851 call lpm_button_get_wake_lock 
-0x7ced 035852 jam bt_evt_button_down ,mem_fifo_temp 
-0x7cee 035853 branch ui_ipc_send_event 
-:      035854 ui_button_up:
-0x7cef 035855 fetch 2 ,mem_ui_state_map 
-0x7cf0 035856 set0 ui_state_btn_down 
-0x7cf1 035857 store 2 ,mem_ui_state_map 
-0x7cf2 035858 fetch 1 ,mem_ui_button_last_state 
-0x7cf3 035859 rtneq ui_button_state_up 
-0x7cf4 035860 jam ui_button_state_up ,mem_ui_button_last_state 
-0x7cf5 035862 jam 0 ,mem_ui_button_timer 
-0x7cf6 035863 call lpm_button_clean_wake_lock 
-0x7cf7 035864 jam bt_evt_button_up ,mem_fifo_temp 
-0x7cf8 035865 branch ui_ipc_send_event 
-:      035867 ui_button_check_long_press:
-0x7cf9 035868 fetch 1 ,mem_ui_button_timer 
-0x7cfa 035869 rtn blank 
-0x7cfb 035870 increase -1 ,pdata 
-0x7cfc 035871 store 1 ,mem_ui_button_timer 
-0x7cfd 035872 nrtn blank 
-0x7cfe 035874 jam bt_evt_button_long_pressed ,mem_fifo_temp 
-0x7cff 035875 branch ui_ipc_send_event 
-:      035877 lpm_button_get_wake_lock:
-0x7d00 035878 arg wake_lock_button ,queue 
-0x7d01 035879 branch lpm_get_wake_lock 
-:      035881 lpm_button_clean_wake_lock:
-0x7d02 035882 arg wake_lock_button ,queue 
-0x7d03 035883 branch lpm_put_wake_lock 
-:      035905 calc_curr_struct_prt:
-0x7d04 035906 fetch 2 ,mem_ui_led_struct_ptr 
-0x7d05 035907 mul32 rega ,led_offset_length ,regb 
-0x7d06 035908 iadd regb ,regb 
-0x7d07 035909 rtn 
-:      035912 ui_led_init_global:
-0x7d08 035913 fetch 1 ,mem_ui_led_struct_num 
-0x7d09 035914 rtn blank 
-0x7d0a 035915 copy pdata ,loopcnt 
-0x7d0b 035916 fetch 2 ,mem_ui_led_struct_ptr 
-0x7d0c 035917 copy pdata ,regb 
-:      035918 ui_led_init_loop:
-0x7d0d 035919 add regb ,led_offset_led_gpio ,regc 
-0x7d0e 035920 ifetcht 1 ,regc 
-0x7d0f 035921 call gpio_config_output 
-0x7d10 035922 call ui_led_off_static 
-0x7d11 035923 increase led_offset_length ,regb 
-0x7d12 035924 loop ui_led_init_loop 
-0x7d13 035925 rtn 
-:      035929 ui_led_on_global:
-0x7d14 035930 call calc_curr_struct_prt 
-0x7d15 035931 setarg ui_led_state_lighting 
-0x7d16 035932 istore 1 ,regb 
-0x7d17 035933 call ui_led_stop_timer 
-0x7d18 035934 branch ui_led_on_static 
-:      035938 ui_led_blink_stop_global:
-:      035939 ui_led_off_global:
-0x7d19 035940 call calc_curr_struct_prt 
-0x7d1a 035941 setarg ui_led_state_darking 
-0x7d1b 035942 istore 1 ,regb 
-0x7d1c 035943 call ui_led_stop_timer 
-0x7d1d 035944 branch ui_led_off_static 
-:      035948 ui_led_blink_start_global:
-0x7d1e 035949 call calc_curr_struct_prt 
-0x7d1f 035950 setarg ui_led_state_blink_start 
-0x7d20 035951 istore 1 ,regb 
-0x7d21 035952 setarg led_infinite_flash_num 
-0x7d22 035953 istore 1 ,contw 
-0x7d23 035954 branch ui_led_off_static 
-:      035959 ui_led_set_style_global:
-0x7d24 035960 call calc_curr_struct_prt 
-0x7d25 035961 arg led_offset_length ,loopcnt 
-0x7d26 035962 copy regc ,contr 
-0x7d27 035963 copy regb ,contw 
-0x7d28 035964 branch memcpy_fast 
-:      035968 ui_led_dispatch:
-0x7d29 035969 fetch 1 ,mem_ui_led_struct_num 
-0x7d2a 035970 rtn blank 
-0x7d2b 035971 arg 0 ,rega 
-:      035972 ui_led_blink_polling:
-0x7d2c 035973 call ui_led_change_style_by_type 
-0x7d2d 035974 increase 1 ,rega 
-0x7d2e 035975 fetch 1 ,mem_ui_led_struct_num 
-0x7d2f 035976 isub rega ,null 
-0x7d30 035977 rtn zero 
-0x7d31 035978 branch ui_led_blink_polling 
-:      035981 ui_led_off_static:
-0x7d32 035982 add regb ,led_offset_led_gpio ,regc 
-0x7d33 035983 ifetcht 1 ,regc 
-0x7d34 035984 branch gpio_out_inactive 
-:      035987 ui_led_on_static:
-0x7d35 035988 add regb ,led_offset_led_gpio ,regc 
-0x7d36 035989 ifetcht 1 ,regc 
-0x7d37 035990 branch gpio_out_active 
-:      035994 ui_led_change_style_by_type:
-0x7d38 035995 add rega ,ui_led_blink ,queue 
-0x7d39 035996 call timer_check 
-0x7d3a 035997 nrtn blank 
-0x7d3b 035999 call calc_curr_struct_prt 
-0x7d3c 036001 ifetch 1 ,regb 
-0x7d3d 036003 beq ui_led_state_lighting ,ui_led_on_static 
-0x7d3e 036004 beq ui_led_state_darking ,ui_led_off_static 
-0x7d3f 036005 beq ui_led_state_blink_stop ,ui_led_off_static 
-0x7d40 036006 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
-:      036007 ui_led_blink_state_lighting:
-0x7d41 036008 call ui_led_on_static 
-0x7d42 036009 add regb ,led_offset_cb_ledon ,regc 
-0x7d43 036010 call push_stack 
-0x7d44 036011 ifetch 2 ,regc 
-0x7d45 036012 call callback_func 
-0x7d46 036013 call pop_stack 
-0x7d47 036014 setarg ui_led_state_blink_darking 
-0x7d48 036015 istore 1 ,regb 
-0x7d49 036016 add regb ,led_offset_on_time ,regc 
-0x7d4a 036017 ifetch 2 ,regc 
-0x7d4b 036018 branch ui_led_blink_timer_start 
-:      036021 ui_led_blink_state_darking:
-0x7d4c 036022 call ui_led_off_static 
-0x7d4d 036023 add regb ,led_offset_cb_ledoff ,regc 
-0x7d4e 036024 call push_stack 
-0x7d4f 036025 ifetch 2 ,regc 
-0x7d50 036026 call callback_func 
-0x7d51 036027 call pop_stack 
-0x7d52 036029 add regb ,led_offset_blink_count ,regc 
-0x7d53 036030 ifetch 1 ,regc 
-0x7d54 036031 beq led_infinite_flash_num ,ui_led_blink_infinite 
-0x7d55 036032 increase -1 ,pdata 
-0x7d56 036033 istore 1 ,regc 
-0x7d57 036034 branch ui_led_blink_stop_global ,blank 
-:      036035 ui_led_blink_infinite:
-0x7d58 036036 setarg ui_led_state_blink_lighting 
-0x7d59 036037 istore 1 ,regb 
-0x7d5a 036038 add regb ,led_offset_off_time ,regc 
-0x7d5b 036039 ifetch 2 ,regc 
-:      036040 ui_led_blink_timer_start:
-0x7d5c 036041 add rega ,ui_led_blink ,queue 
-0x7d5d 036042 branch timer_init 
-:      036044 ui_led_stop_timer:
-0x7d5e 036045 setarg 0 
-0x7d5f 036046 branch ui_led_blink_timer_start 
-:      036052 ui_timer_timeout:
-0x7d60 036053 setarg 0x1000 
-0x7d61 036054 lshift16 pdata ,pdata 
-0x7d62 036055 iadd regb ,regb 
-0x7d63 036056 rtn 
-:      036058 ui_timer_check:
-0x7d64 036059 bpatchx patch3e_4 ,mem_patch3e 
-0x7d65 036060 arg 0 ,rega 
-0x7d66 036061 fetcht 4 ,mem_ui_timer_last_btclk 
-0x7d67 036062 copy clkn_bt ,regb 
-0x7d68 036063 copy regb ,pdata 
-0x7d69 036064 isub temp ,null 
-0x7d6a 036065 ncall ui_timer_timeout ,positive 
-:      036067 ui_timer_check_loop:
-0x7d6b 036068 copy regb ,pdata 
-0x7d6c 036069 increase 160 ,temp 
-0x7d6d 036070 increase 160 ,temp 
-0x7d6e 036071 isub temp ,null 
-0x7d6f 036072 nbranch ui_timer_check_end ,positive 
-0x7d70 036073 increase 1 ,rega 
-0x7d71 036074 and rega ,0x0f ,pdata 
-0x7d72 036075 nbranch ui_timer_check_loop ,blank 
-0x7d73 036076 arg 0 ,rega 
-0x7d74 036077 call ui_timer_check_send_evt 
-:      036078 ui_timer_init:
-0x7d75 036079 copy clkn_bt ,pdata 
-0x7d76 036080 store 4 ,mem_ui_timer_last_btclk 
-0x7d77 036081 rtn 
-:      036082 ui_timer_check_end:
-0x7d78 036083 bpatchx patch3e_5 ,mem_patch3e 
-0x7d79 036084 copy rega ,pdata 
-0x7d7a 036085 rtn blank 
-0x7d7b 036086 increase -160 ,temp 
-0x7d7c 036087 increase -160 ,temp 
-0x7d7d 036088 set0 28 ,temp 
-0x7d7e 036089 storet 4 ,mem_ui_timer_last_btclk 
-:      036090 ui_timer_check_send_evt:
-0x7d7f 036091 branch app_evt_timer 
-:      036098 ui_ipc_get_lock:
-0x7d80 036099 jam 1 ,mem_ipc_lock_bt 
-:      036100 ui_ipc_get_lock_wait:
-0x7d81 036101 fetch 1 ,mem_ipc_lock_c51 
-0x7d82 036102 nbranch ui_ipc_get_lock_wait ,blank 
-0x7d83 036103 rtn 
-:      036105 ui_ipc_put_lock:
-0x7d84 036106 jam 0 ,mem_ipc_lock_bt 
-0x7d85 036107 rtn 
-:      036111 ui_ipc_send_event:
-0x7d86 036112 bpatchx patch3e_6 ,mem_patch3e 
-0x7d87 036113 call ui_ipc_get_lock 
-0x7d88 036114 copy rega ,pdata 
-0x7d89 036115 store 4 ,mem_ipc_rega_temp 
-0x7d8a 036116 arg mem_ipc_fifo_bt2c51 ,rega 
-0x7d8b 036117 call fifo_in 
-0x7d8c 036118 fetch 4 ,mem_ipc_rega_temp 
-0x7d8d 036119 copy pdata ,rega 
-0x7d8e 036120 branch ui_ipc_put_lock 
-:      036122 ui_ipc_send_cmd:
-0x7d8f 036123 bpatchx patch3e_7 ,mem_patch3e 
-0x7d90 036124 call ui_ipc_get_lock 
-0x7d91 036125 copy rega ,pdata 
-0x7d92 036126 store 4 ,mem_ipc_rega_temp 
-0x7d93 036127 arg mem_ipc_fifo_c512bt ,rega 
-0x7d94 036128 call fifo_in 
-0x7d95 036129 fetch 4 ,mem_ipc_rega_temp 
-0x7d96 036130 copy pdata ,rega 
-0x7d97 036131 branch ui_ipc_put_lock 
-:      036133 ui_ipc_clean_all_fifo:
-0x7d98 036134 setarg 0 
-0x7d99 036135 store util_fifo_len ,mem_ipc_fifo_c512bt 
-0x7d9a 036136 store util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x7d9b 036137 rtn 
-:      036139 check_51cmd:
-0x7d9c 036140 bpatchx patch3f_0 ,mem_patch3f 
-0x7d9d 036141 fetch 1 ,mem_hci_cmd 
-0x7d9e 036142 nrtn blank 
-0x7d9f 036143 arg mem_ipc_fifo_c512bt ,rega 
-0x7da0 036144 call fifo_is_empty 
-0x7da1 036145 rtn blank 
-0x7da2 036146 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
-0x7da3 036147 call check_51cmd_once 
-0x7da4 036148 fetch 1 ,mem_ipc_skip_continue_proc 
-0x7da5 036149 branch check_51cmd ,blank 
-0x7da6 036150 rtn 
-:      036152 check_51cmd_once:
-0x7da7 036153 call ui_ipc_get_lock 
-0x7da8 036154 arg mem_ipc_fifo_c512bt ,rega 
-0x7da9 036155 call fifo_out 
-0x7daa 036156 copy pdata ,temp 
-0x7dab 036157 call ui_ipc_put_lock 
-0x7dac 036158 bpatchx patch3f_1 ,mem_patch3f 
-0x7dad 036159 copy temp ,pdata 
-0x7dae 036160 rtn blank 
-0x7daf 036161 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
-0x7db0 036162 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
-0x7db1 036163 beq bt_cmd_reconnect ,check_51cmd_reconnect 
-0x7db2 036164 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
-0x7db3 036165 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
-0x7db4 036166 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
-0x7db5 036167 beq bt_cmd_start_inquiry ,check_51cmd_inq 
-0x7db6 036168 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
-0x7db7 036169 beq bt_cmd_start_adv ,check_51cmd_adv 
-0x7db8 036170 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
-0x7db9 036171 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
-0x7dba 036172 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
-0x7dbb 036173 beq bt_cmd_led_off ,check_51cmd_led_off 
-0x7dbc 036174 beq bt_cmd_led_on ,check_51cmd_led_on 
-0x7dbd 036175 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
-0x7dbe 036176 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
-0x7dbf 036177 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
-0x7dc0 036178 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
-0x7dc1 036179 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
-0x7dc2 036180 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
-0x7dc3 036181 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
-0x7dc4 036183 store 1 ,mem_fifo_temp 
-0x7dc5 036184 bpatchx patch3f_2 ,mem_patch3f 
-0x7dc6 036185 call lmo_fifo_check 
-0x7dc7 036186 nbranch check_51cmd_restore ,blank 
-:      036187 check_51cmd_once_continue:
-0x7dc8 036188 fetch 1 ,mem_fifo_temp 
-0x7dc9 036189 bmark0 mark_context ,check_51cmd_check_idle 
-0x7dca 036190 beq bt_cmd_disconnect ,check_51cmd_disconnect 
-0x7dcb 036191 beq bt_cmd_enter_sniff ,cmd_in_sniff 
-0x7dcc 036192 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
-0x7dcd 036193 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
-0x7dce 036194 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
-0x7dcf 036195 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
-0x7dd0 036196 beq bt_cmd_role_switch ,check_51cmd_role_switch 
-0x7dd1 036197 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
-0x7dd2 036198 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
-0x7dd3 036199 beq bt_cmd_dhkey_not_accept ,check_51cmd_dhkey_not_accept 
-0x7dd4 036200 beq bt_cmd_store_reconn_info ,check_51cmd_store_reconn_info 
-0x7dd5 036201 rtn 
-:      036203 check_51cmd_check_idle:
-0x7dd6 036204 store 1 ,mem_fifo_temp 
-0x7dd7 036205 call context_check_idle 
-0x7dd8 036206 branch check_51cmd_restore ,zero 
-0x7dd9 036207 call context_search_plap 
-0x7dda 036208 nrtn zero 
-:      036209 check_51cmd_restore:
-0x7ddb 036210 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
-0x7ddc 036211 branch ui_ipc_send_cmd 
-:      036216 check_51cmd_start_discovery:
-0x7ddd 036217 fetch 2 ,mem_ui_state_map 
-0x7dde 036218 set1 ui_state_bt_discovery 
-0x7ddf 036219 store 2 ,mem_ui_state_map 
-0x7de0 036220 jam 3 ,mem_scan_mode 
-0x7de1 036221 rtn 
-:      036225 check_51cmd_stop_discovery:
-0x7de2 036226 jam 0 ,mem_hid_handshake_timer_count 
-0x7de3 036227 jam 0 ,mem_scan_mode 
-0x7de4 036228 fetch 2 ,mem_ui_state_map 
-0x7de5 036229 set0 ui_state_bt_discovery 
-0x7de6 036230 store 2 ,mem_ui_state_map 
-0x7de7 036231 rtn 
-:      036235 check_51cmd_reconnect:
-0x7de8 036236 jam hci_cmd_create_conn ,mem_hci_cmd 
-0x7de9 036237 rtn 
-:      036241 check_51cmd_disconnect:
-0x7dea 036242 jam lmp_detach ,mem_lmo_opcode2 
-0x7deb 036243 jam other_end_terminated ,mem_disconn_reason_send 
-0x7dec 036244 rtn 
-:      036248 check_51cmd_enter_sniff_subrating:
-0x7ded 036249 rtn 
-:      036253 check_51cmd_exit_sniff_subrating:
-0x7dee 036254 rtn 
-:      036258 check_51cmd_sniff_test:
-0x7def 036259 rtn 
-:      036263 check_51cmd_pincode:
-0x7df0 036264 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x7df1 036265 branch cmd_pair 
-:      036269 check_51cmd_inq:
-0x7df2 036270 rtn 
-:      036274 check_51cmd_stop_inq:
-0x7df3 036275 rtn 
-:      036279 check_51cmd_adv:
-0x7df4 036280 jam on ,mem_le_adv_enable 
-0x7df5 036281 jam adv_ind ,mem_le_adv_type 
-0x7df6 036282 fetch 2 ,mem_ui_state_map 
-0x7df7 036283 set1 ui_state_ble_adv ,pdata 
-0x7df8 036284 store 2 ,mem_ui_state_map 
-0x7df9 036285 rtn 
-:      036289 check_51cmd_stop_adv:
-0x7dfa 036290 fetch 2 ,mem_ui_state_map 
-0x7dfb 036291 set0 ui_state_ble_adv ,pdata 
-0x7dfc 036292 store 2 ,mem_ui_state_map 
-0x7dfd 036293 jam off ,mem_le_adv_enable 
-0x7dfe 036294 rtn 
-:      036298 check_51cmd_direct_adv:
-0x7dff 036299 jam on ,mem_le_adv_enable 
-0x7e00 036300 jam adv_direct_ind ,mem_le_adv_type 
-0x7e01 036301 fetch 2 ,mem_ui_state_map 
-0x7e02 036302 set1 ui_state_ble_adv ,pdata 
-0x7e03 036303 store 2 ,mem_ui_state_map 
-0x7e04 036304 rtn 
-:      036308 check_51cmd_stop_direct_adv:
-0x7e05 036309 fetch 2 ,mem_ui_state_map 
-0x7e06 036310 set0 ui_state_ble_adv ,pdata 
-0x7e07 036311 store 2 ,mem_ui_state_map 
-0x7e08 036312 jam off ,mem_le_adv_enable 
-0x7e09 036313 rtn 
-:      036317 check_51cmd_le_disconnect:
-0x7e0a 036318 setarg 20 
-0x7e0b 036319 store 2 ,mem_le_superto 
-0x7e0c 036320 store 2 ,mem_le_init_superto 
-0x7e0d 036321 branch le_send_terminate_ind_user_terminated 
-:      036325 check_51cmd_ble_update_connect_param:
-0x7e0e 036326 branch le_l2cap_tx_update_req 
-:      036330 check_51cmd_led_off:
-0x7e0f 036331 arg 0 ,rega 
-0x7e10 036332 branch ui_led_off_global 
-:      036336 check_51cmd_led_on:
-0x7e11 036337 arg 0 ,rega 
-0x7e12 036338 branch ui_led_on_global 
-:      036342 check_51cmd_led_start_blink:
-0x7e13 036343 arg 0 ,rega 
-0x7e14 036344 branch ui_led_blink_start_global 
-:      036348 check_51cmd_le_start_con:
-0x7e15 036349 jam on ,mem_le_scan_enable 
-0x7e16 036350 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x7e17 036353 rtn 
-:      036357 check_51cmd_start_scan:
-0x7e18 036358 jam on ,mem_le_scan_enable 
-0x7e19 036359 rtn 
-:      036363 check_51cmd_stop_scan:
-0x7e1a 036364 jam off ,mem_le_scan_enable 
-0x7e1b 036365 jam 0 ,mem_hci_cmd 
-0x7e1c 036366 rtn 
-:      036370 check_51cmd_hibernate:
-0x7e1d 036371 fetch 2 ,mem_cb_before_hibernate 
-0x7e1e 036372 call callback_func 
-0x7e1f 036373 fetch 1 ,mem_ui_button_gpio 
-0x7e20 036374 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
-0x7e21 036375 copy pdata ,temp 
-0x7e22 036376 call gpio_config_input 
-:      036377 check_51cmd_hibernate_btn_disabled:
-0x7e23 036378 call ui_ipc_clean_all_fifo 
-0x7e24 036379 branch lpm_hibernate 
-:      036383 check_51cmd_le_smp_sec_req:
-0x7e25 036384 branch le_send_smp_security_request 
-:      036388 check_51cmd_role_switch:
-0x7e26 036389 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x7e27 036390 set1 mark_switch_initiated ,mark 
-0x7e28 036391 nrtn master 
-0x7e29 036392 jam switch_flag_init ,mem_switch_flag 
-0x7e2a 036393 jam lmp_switch_req ,mem_lmo_opcode2 
-0x7e2b 036394 fetch 1 ,mem_connection_options 
-0x7e2c 036395 set0 connection_switch ,pdata 
-0x7e2d 036396 store 1 ,mem_connection_options 
-0x7e2e 036397 rtn 
-:      036401 check_51cmd_bb_reconn_cancel:
-0x7e2f 036402 force page_length_timer ,queue 
-0x7e30 036403 branch timer_stop 
-:      036407 check_51cmd_dhkey_not_accept:
-0x7e31 036408 call tid_set_reply 
-0x7e32 036409 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x7e33 036410 branch parse_lmp_dhkey_check_reject 
-:      036413 ui_check_paring_button:
-0x7e34 036414 fetch 1 ,mem_ui_state_map 
-0x7e35 036415 rtnbit0 ui_state_btn_down 
-0x7e36 036416 rtnbit0 ui_state_bt_reconnect 
-0x7e37 036417 branch check_51cmd_bb_reconn_cancel 
-:      036422 queue_init:
-0x7e38 036423 fetch 2 ,mem_queue_ptr 
-0x7e39 036424 add pdata ,queue_offset_curr_num ,contw 
-0x7e3a 036425 setarg 0 
-0x7e3b 036426 istore 3 ,contw 
-0x7e3c 036427 rtn 
-:      036431 queue_push:
-0x7e3d 036432 call disable_user 
-0x7e3e 036433 call queue_full 
-0x7e3f 036434 rtn blank 
-0x7e40 036435 fetch 2 ,mem_queue_ptr 
-0x7e41 036436 add pdata ,queue_offset_curr_num ,regb 
-0x7e42 036437 ifetcht 1 ,regb 
-0x7e43 036438 increase 1 ,temp 
-0x7e44 036439 istoret 1 ,regb 
-0x7e45 036441 ifetcht 1 ,pdata 
-0x7e46 036442 copy temp ,loopcnt 
-0x7e47 036443 add pdata ,queue_offset_write_ptr ,regb 
-0x7e48 036444 ifetch 1 ,regb 
-0x7e49 036445 imul32 temp ,pdata 
-0x7e4a 036446 iadd contr ,contw 
-0x7e4b 036447 copy rega ,contr 
-:      036448 calc_queue_next_ptr:
-0x7e4c 036449 call memcpy 
-0x7e4d 036450 call queue_get_size 
-0x7e4e 036451 pincrease -1 
-0x7e4f 036452 ifetcht 1 ,regb 
-0x7e50 036453 increase 1 ,temp 
-0x7e51 036454 iand temp ,temp 
-0x7e52 036455 istoret 1 ,regb 
-0x7e53 036456 branch enable_user 
-:      036461 queue_pop:
-0x7e54 036462 call disable_user 
-0x7e55 036463 call queue_empty 
-0x7e56 036464 rtn blank 
-0x7e57 036465 fetch 2 ,mem_queue_ptr 
-0x7e58 036466 add pdata ,queue_offset_curr_num ,regb 
-0x7e59 036467 ifetcht 1 ,regb 
-0x7e5a 036468 increase -1 ,temp 
-0x7e5b 036469 istoret 1 ,regb 
-0x7e5c 036470 ifetcht 1 ,pdata 
-0x7e5d 036471 copy temp ,loopcnt 
-0x7e5e 036472 add pdata ,queue_offset_read_ptr ,regb 
-0x7e5f 036473 ifetch 1 ,regb 
-0x7e60 036474 imul32 temp ,pdata 
-0x7e61 036475 iadd contr ,contr 
-0x7e62 036476 increase 1 ,contr 
-0x7e63 036477 copy rega ,contw 
-0x7e64 036478 branch calc_queue_next_ptr 
-:      036482 queue_empty:
-0x7e65 036483 fetch 2 ,mem_queue_ptr 
-0x7e66 036484 add pdata ,queue_offset_curr_num ,contr 
-0x7e67 036485 ifetch 1 ,contr 
-0x7e68 036486 rtn 
-:      036489 queue_full:
-0x7e69 036490 call queue_get_size 
-0x7e6a 036491 ifetcht 1 ,contr 
-0x7e6b 036492 isub temp ,pdata 
-0x7e6c 036493 rtn 
-:      036496 queue_get_size:
-0x7e6d 036497 fetch 2 ,mem_queue_ptr 
-0x7e6e 036498 add pdata ,queue_offset_length ,contr 
-0x7e6f 036499 ifetch 1 ,contr 
-0x7e70 036500 rtn 
-:      036508 right_shift_n:
-0x7e71 036509 sub loopcnt ,0 ,null 
-0x7e72 036510 rtn zero 
-:      036511 right_shift_n_loop:
-0x7e73 036512 rshift pdata ,pdata 
-0x7e74 036513 loop right_shift_n_loop 
-0x7e75 036514 rtn 
-:      036517 left_shift_n:
-0x7e76 036518 force 1 ,pdata 
-0x7e77 036519 sub loopcnt ,0 ,null 
-0x7e78 036520 rtn zero 
-:      036521 left_shift_n_loop:
-0x7e79 036522 lshift pdata ,pdata 
-0x7e7a 036523 loop left_shift_n_loop 
-0x7e7b 036524 rtn 
-:      036525 push_stack:
-0x7e7c 036526 deposit contw 
-0x7e7d 036527 store 2 ,mem_contw 
-0x7e7e 036528 storet 8 ,mem_temp 
-0x7e7f 036529 deposit timeup 
-0x7e80 036530 store 4 ,mem_timeup 
-0x7e81 036531 call push_stack_rega_b_c 
-0x7e82 036532 deposit contr 
-0x7e83 036533 store 2 ,mem_contr 
-0x7e84 036534 rtn 
-:      036536 push_stack_rega_b_c:
-0x7e85 036537 deposit rega 
-0x7e86 036538 store 4 ,mem_rega 
-0x7e87 036539 deposit regb 
-0x7e88 036540 store 4 ,mem_regb 
-0x7e89 036541 deposit regc 
-0x7e8a 036542 store 3 ,mem_regc 
-0x7e8b 036543 rtn 
-:      036545 pop_stack:
-0x7e8c 036546 fetcht 8 ,mem_temp 
-0x7e8d 036547 fetch 4 ,mem_timeup 
-0x7e8e 036548 iforce timeup 
-0x7e8f 036549 call pop_stack_rega_b_c 
-0x7e90 036550 fetch 2 ,mem_contw 
-0x7e91 036551 iforce contw 
-0x7e92 036552 fetch 2 ,mem_contr 
-0x7e93 036553 iforce contr 
-0x7e94 036554 rtn 
-:      036556 pop_stack_rega_b_c:
-0x7e95 036557 fetch 4 ,mem_rega 
-0x7e96 036558 iforce rega 
-0x7e97 036559 fetch 4 ,mem_regb 
-0x7e98 036560 iforce regb 
-0x7e99 036561 fetch 3 ,mem_regc 
-0x7e9a 036562 iforce regc 
-0x7e9b 036563 rtn 
-:      036565 get_contw:
-0x7e9c 036566 fetch 2 ,mem_contw 
-0x7e9d 036567 copy pdata ,contw 
-0x7e9e 036568 rtn 
-:      036569 get_contr:
-0x7e9f 036570 fetch 2 ,mem_contr 
-0x7ea0 036571 copy pdata ,contr 
-0x7ea1 036572 rtn 
-:      036573 store_contw:
-0x7ea2 036574 copy contw ,pdata 
-0x7ea3 036575 store 2 ,mem_contw 
-0x7ea4 036576 rtn 
-:      036577 store_contr:
-0x7ea5 036578 copy contr ,pdata 
-0x7ea6 036579 store 2 ,mem_contr 
-0x7ea7 036580 rtn 
-:      036584 save_cont_pointers:
-0x7ea8 036585 copy contw ,pdata 
-0x7ea9 036586 store 2 ,mem_hold_contw 
-0x7eaa 036587 copy contr ,pdata 
-0x7eab 036588 store 2 ,mem_hold_contr 
-0x7eac 036589 rtn 
-:      036590 load_cont_pointers:
-0x7ead 036591 fetch 2 ,mem_hold_contw 
-0x7eae 036592 copy pdata ,contw 
-0x7eaf 036593 fetch 2 ,mem_hold_contr 
-0x7eb0 036594 copy pdata ,contr 
-0x7eb1 036595 rtn 
-:      036597 memcpy96:
-0x7eb2 036598 call memcpy32 
-:      036599 memcpy64:
-0x7eb3 036600 call memcpy32 
-0x7eb4 036601 branch memcpy32 
-:      036602 memcpy12:
-0x7eb5 036603 call memcpy8 
-:      036604 memcpy4:
-0x7eb6 036605 ifetch 4 ,contr 
-0x7eb7 036606 istore 4 ,contw 
-0x7eb8 036607 rtn 
-:      036608 memcpy8:
-0x7eb9 036609 ifetch 8 ,contr 
-0x7eba 036610 istore 8 ,contw 
-0x7ebb 036611 rtn 
-:      036613 memcpy48:
-0x7ebc 036614 call memcpy16 
-:      036615 memcpy32:
-0x7ebd 036616 call memcpy8 
-:      036617 memcpy24:
-0x7ebe 036618 call memcpy8 
-:      036619 memcpy16:
-0x7ebf 036620 call memcpy8 
-0x7ec0 036621 branch memcpy8 
-:      036625 delay_10ms:
-0x7ec1 036626 arg 10 ,loopcnt 
-:      036627 delay_ms_wait:
-0x7ec2 036628 nop 12000 
-0x7ec3 036629 loop delay_ms_wait 
-0x7ec4 036630 rtn 
-:      036632 bn_zero:
-0x7ec5 036633 force 3 ,loopcnt 
-:      036634 memset0:
-0x7ec6 036635 force 0 ,pdata 
-:      036636 memset8:
-0x7ec7 036637 istore 8 ,contw 
-0x7ec8 036638 loop memset8 
-0x7ec9 036639 rtn 
-:      036641 memset0_8:
-0x7eca 036642 force 0 ,pdata 
-0x7ecb 036643 istore 8 ,contw 
-0x7ecc 036644 rtn 
-:      036645 memset0_4:
-0x7ecd 036646 force 0 ,pdata 
-0x7ece 036647 istore 4 ,contw 
-0x7ecf 036648 rtn 
-:      036650 clear_mem_256:
-0x7ed0 036651 force 4 ,loopcnt 
-0x7ed1 036652 branch memset0 
-:      036653 clear_mem_512:
-0x7ed2 036654 force 8 ,loopcnt 
-0x7ed3 036655 branch memset0 
-:      036657 clear_mem:
-0x7ed4 036658 deposit loopcnt 
-0x7ed5 036659 rtn blank 
-0x7ed6 036660 setarg 0 
-:      036661 clear_mem_loop:
-0x7ed7 036662 istore 1 ,contw 
-0x7ed8 036663 loop clear_mem_loop 
-0x7ed9 036664 rtn 
-:      036667 clear_temp_block:
-0x7eda 036668 arg 32 ,loopcnt 
-0x7edb 036669 arg mem_temp_block0 ,contw 
-0x7edc 036670 branch clear_mem 
-:      036672 xor_loop:
-0x7edd 036673 ifetch 4 ,regc 
-0x7ede 036674 ifetcht 4 ,rega 
-0x7edf 036675 ixor temp ,pdata 
-0x7ee0 036676 istore 4 ,contw 
-0x7ee1 036677 increase 4 ,rega 
-0x7ee2 036678 increase 4 ,regc 
-0x7ee3 036679 loop xor_loop 
-0x7ee4 036680 rtn 
-:      036684 inverse_data:
-0x7ee5 036685 bpatchx patch3f_3 ,mem_patch3f 
-0x7ee6 036686 copy loopcnt ,pdata 
-0x7ee7 036687 sub pdata ,1 ,null 
-0x7ee8 036688 rtn positive 
-0x7ee9 036689 iadd rega ,regb 
-0x7eea 036690 increase -1 ,regb 
-0x7eeb 036691 rshift loopcnt ,loopcnt 
-:      036692 inverse_loop:
-0x7eec 036693 ifetcht 1 ,rega 
-0x7eed 036694 ifetch 1 ,regb 
-0x7eee 036695 istore 1 ,rega 
-0x7eef 036696 istoret 1 ,regb 
-0x7ef0 036697 increase -1 ,regb 
-0x7ef1 036698 increase 1 ,rega 
-0x7ef2 036699 loop inverse_loop 
-0x7ef3 036700 rtn 
-:      036703 memcpy_fast:
-0x7ef4 036704 deposit loopcnt 
-0x7ef5 036705 rtn blank 
-:      036706 memcpy_fast_loop:
-0x7ef6 036707 increase -8 ,loopcnt 
-0x7ef7 036708 call memcpy8 ,positive 
-0x7ef8 036709 rtn zero 
-0x7ef9 036710 branch memcpy_fast_loop ,positive 
-0x7efa 036711 increase 8 ,loopcnt 
-:      036712 memcpy_fast_loop_four:
-0x7efb 036713 increase -4 ,loopcnt 
-0x7efc 036714 call memcpy4 ,positive 
-0x7efd 036715 rtn zero 
-0x7efe 036716 branch memcpy_fast_loop_four ,positive 
-0x7eff 036717 increase 4 ,loopcnt 
-0x7f00 036718 branch memcpy 
-:      036720 memcpy:
-0x7f01 036721 deposit loopcnt 
-0x7f02 036722 rtn blank 
-:      036723 memcpy_loop:
-0x7f03 036724 ifetch 1 ,contr 
-0x7f04 036725 istore 1 ,contw 
-0x7f05 036726 loop memcpy_loop 
-0x7f06 036727 rtn 
-:      036729 timer_stop:
-0x7f07 036730 setarg 0 
-:      036731 timer_init:
-0x7f08 036732 rshift clkn_bt ,temp 
-0x7f09 036733 storet 4 ,mem_last_clkn 
-0x7f0a 036734 arg mem_timers ,contw 
-0x7f0b 036735 iforce temp 
-0x7f0c 036736 lshift queue ,pdata 
-0x7f0d 036737 iadd contw ,contw 
-0x7f0e 036738 istoret 2 ,contw 
-0x7f0f 036739 bpatchx patch3f_4 ,mem_patch3f 
-0x7f10 036740 rtn 
-:      036742 timer_check_timeout:
-0x7f11 036743 arg 0x800 ,timeup 
-0x7f12 036744 lshift16 timeup ,timeup 
-0x7f13 036745 iadd timeup ,pdata 
-0x7f14 036746 rtn 
-:      036749 timer_reinit:
-0x7f15 036750 arg 0 ,queue 
-:      036751 timer_check:
-0x7f16 036752 bpatchx patch3f_5 ,mem_patch3f 
-0x7f17 036753 fetcht 4 ,mem_last_clkn 
-0x7f18 036754 rshift clkn_bt ,pdata 
-0x7f19 036755 store 4 ,mem_last_clkn 
-0x7f1a 036756 isub temp ,null 
-0x7f1b 036757 ncall timer_check_timeout ,positive 
-0x7f1c 036758 isub temp ,timeup 
-0x7f1d 036759 copy timeup ,temp 
-0x7f1e 036760 arg mem_timers ,contr 
-0x7f1f 036761 copy contr ,contw 
-0x7f20 036762 arg 16 ,loopcnt 
-:      036763 timer_loop:
-0x7f21 036764 ifetch 2 ,contr 
-0x7f22 036765 isub temp ,pdata 
-0x7f23 036766 branch timer_counting ,positive 
-0x7f24 036767 force 0 ,pdata 
-:      036768 timer_counting:
-0x7f25 036769 istore 2 ,contw 
-0x7f26 036770 loop timer_loop 
-0x7f27 036771 arg mem_timers ,contr 
-0x7f28 036772 lshift queue ,pdata 
-0x7f29 036773 iadd contr ,contr 
-0x7f2a 036774 ifetch 2 ,contr 
-0x7f2b 036775 rtn 
-:      036780 clk_add:
-0x7f2c 036781 iadd temp ,temp 
-0x7f2d 036782 copy temp ,loopcnt 
-0x7f2e 036783 setarg 3750 
-0x7f2f 036784 isub loopcnt ,pdata 
-0x7f30 036785 rtn positive 
-0x7f31 036786 sub pdata ,0 ,pdata 
-0x7f32 036787 rshift16 temp ,temp 
-0x7f33 036788 increase 1 ,temp 
-0x7f34 036789 lshift16 temp ,temp 
-0x7f35 036790 ior temp ,temp 
-0x7f36 036791 rtn 
-:      036793 clk_diff_rt:
-0x7f37 036794 call clk_diff 
-0x7f38 036795 branch clk2rt 
-:      036798 clk_diff:
-0x7f39 036799 disable user 
-0x7f3a 036800 isub temp ,pdata 
-0x7f3b 036801 branch clk_diff_pos ,positive 
-0x7f3c 036802 enable user 
-0x7f3d 036803 sub pdata ,0 ,pdata 
-:      036804 clk_diff_pos:
-0x7f3e 036805 rtnbit0 15 
-0x7f3f 036806 arg -61786 ,temp 
-0x7f40 036807 iadd temp ,pdata 
-0x7f41 036808 set0 64 ,pdata 
-0x7f42 036809 rtn 
-:      036811 clk2rt:
-0x7f43 036812 iforce contr 
-0x7f44 036813 rshift16 pdata ,pdata 
-0x7f45 036814 arg 3750 ,temp 
-0x7f46 036815 imul32 temp ,pdata 
-0x7f47 036816 iadd contr ,pdata 
-0x7f48 036817 rtn 
-:      036820 clk2lpo:
-0x7f49 036821 lshift8 pdata ,pdata 
-0x7f4a 036822 lshift4 pdata ,pdata 
-0x7f4b 036823 fetcht 3 ,mem_clks_per_lpo 
-0x7f4c 036824 idiv temp 
-0x7f4d 036825 call wait_div_end 
-0x7f4e 036826 quotient temp 
-0x7f4f 036827 rtn 
-:      036830 clk2bt:
-0x7f50 036831 arg 3750 ,temp 
-0x7f51 036832 idiv temp 
-0x7f52 036833 call wait_div_end 
-0x7f53 036834 quotient pdata 
-0x7f54 036835 lshift16 pdata ,pdata 
-0x7f55 036836 remainder temp 
-0x7f56 036837 ior temp ,temp 
-0x7f57 036838 rtn 
-:      036845 string2dec_from_uart:
-0x7f58 036846 arg 0 ,temp 
-:      036847 string2dec_from_uart_done:
-0x7f59 036848 copy temp ,regc 
-0x7f5a 036849 ifetch 1 ,contru 
-0x7f5b 036850 call uchar2dialog 
-0x7f5c 036851 copy regc ,temp 
-0x7f5d 036852 call swap 
-0x7f5e 036853 arg 10 ,regb 
-0x7f5f 036854 imul32 regb ,pdata 
-0x7f60 036855 iadd temp ,pdata 
-0x7f61 036856 copy pdata ,temp 
-0x7f62 036857 loop string2dec_from_uart_done 
-0x7f63 036858 rtn 
-:      036862 uchar2dialog:
-0x7f64 036863 arg 0x3a ,temp 
-0x7f65 036864 isub temp ,null 
-0x7f66 036865 nbranch uchar2dialog_number ,positive 
-0x7f67 036866 arg 0x61 ,temp 
-0x7f68 036867 isub temp ,null 
-0x7f69 036868 branch uchar2dialog_a2f ,positive 
-0x7f6a 036869 arg 0x37 ,temp 
-0x7f6b 036870 isub temp ,pdata 
-0x7f6c 036871 rtn 
-:      036872 uchar2dialog_number:
-0x7f6d 036873 arg 0x30 ,temp 
-0x7f6e 036874 isub temp ,pdata 
-0x7f6f 036875 rtn 
-:      036876 uchar2dialog_a2f:
-0x7f70 036877 arg 0x57 ,temp 
-0x7f71 036878 isub temp ,pdata 
-0x7f72 036879 rtn 
-:      036881 pn9:
-0x7f73 036882 copy temp ,alarm 
-0x7f74 036883 setarg 0x1ff 
-0x7f75 036884 force 0 ,regb 
-:      036885 pn9_loop:
-0x7f76 036886 rshift3 pdata ,rega 
-0x7f77 036887 rshift rega ,rega 
-0x7f78 036888 ixor rega ,rega 
-0x7f79 036889 isolate1 0 ,rega 
-0x7f7a 036890 setflag true ,9 ,pdata 
-0x7f7b 036891 rshift temp ,temp 
-0x7f7c 036892 isolate1 0 ,pdata 
-0x7f7d 036893 setflag true ,7 ,temp 
-0x7f7e 036894 rshift pdata ,pdata 
-0x7f7f 036895 increase 1 ,regb 
-0x7f80 036896 compare 0 ,regb ,0x7 
-0x7f81 036897 nbranch pn9_loop ,true 
-0x7f82 036898 istoret 1 ,contw 
-0x7f83 036899 loop pn9_loop 
-0x7f84 036900 copy alarm ,temp 
-0x7f85 036901 rtn 
-:      036904 wait_div_end:
-0x7f86 036905 rtn modone 
-0x7f87 036906 branch wait_div_end 
-:      036916 compare_loop:
-:      036917 string_compare:
-0x7f88 036918 ifetch 1 ,rega 
-0x7f89 036919 ifetcht 1 ,regb 
-0x7f8a 036920 isub temp ,null 
-0x7f8b 036921 nrtn zero 
-0x7f8c 036922 increase 1 ,rega 
-0x7f8d 036923 increase 1 ,regb 
-0x7f8e 036924 loop string_compare 
-0x7f8f 036925 force 0 ,null 
-0x7f90 036926 rtn 
-:      036929 ceiling:
-0x7f91 036930 isub temp ,null 
-0x7f92 036931 nrtn positive 
-0x7f93 036932 deposit temp 
-0x7f94 036933 rtn 
-:      036935 swap:
-0x7f95 036936 iadd temp ,pdata 
-0x7f96 036937 isub temp ,temp 
-0x7f97 036938 isub temp ,pdata 
-0x7f98 036939 rtn 
-:      036941 clean_mem:
-0x7f99 036942 arg 0x200 ,loopcnt 
-0x7f9a 036943 arg 0x4000 ,contw 
-0x7f9b 036944 branch memset0 
-:      036947 callback_func:
-0x7f9c 036948 rtn blank 
-0x7f9d 036949 copy pdata ,pc 
-:      036952 wait_uarttx:
-0x7f9e 036953 hfetch 2 ,core_uart_txitems 
-0x7f9f 036954 nbranch wait_uarttx ,blank 
-0x7fa0 036955 rtn 
-:      036957 ice_break:
-0x7fa1 036958 jam 0x1 ,core_ice_ctrl 
-0x7fa2 036959 rtn 
-:      036961 ice_setbp:
-0x7fa3 036962 hstore 2 ,core_ice_break0 
-0x7fa4 036963 hfetch 1 ,core_ice_ctrl 
-0x7fa5 036964 set1 4 ,pdata 
-0x7fa6 036965 hstore 1 ,core_ice_ctrl 
-0x7fa7 036966 rtn 
-:      036967 ice_setbp2:
-0x7fa8 036968 hstore 2 ,core_ice_break1 
-0x7fa9 036969 hfetch 1 ,core_ice_ctrl 
-0x7faa 036970 set1 6 ,pdata 
-0x7fab 036971 hstore 1 ,core_ice_ctrl 
-0x7fac 036972 rtn 
-:      036974 ice_set_write_bp:
-0x7fad 036975 hstore 2 ,core_ice_break0 
-0x7fae 036976 jam 0x30 ,core_ice_ctrl 
-0x7faf 036977 rtn 
-:      036981 test_enable_white:
-0x7fb0 036982 hfetch 1 ,core_config 
-0x7fb1 036983 set0 whiteoff_bit ,pdata 
-0x7fb2 036984 hstore 1 ,core_config 
-0x7fb3 036985 rtn 
-:      036987 check_uart_tx_buff:
-0x7fb4 036988 hfetch 2 ,core_uart_txitems 
-0x7fb5 036989 arg uart_air_control_threshold ,temp 
-:      036990 pdata_sub_temp:
-0x7fb6 036991 isub temp ,null 
-0x7fb7 036992 rtn 
-:      036998 fifo_in:
-0x7fb8 036999 bpatchx patch3f_6 ,mem_patch3f 
-0x7fb9 037000 ifetcht util_fifo_len ,rega 
-0x7fba 037001 and temp ,0xff ,pdata 
-0x7fbb 037002 nbranch fifo_in_push ,blank 
-0x7fbc 037003 rshift8 temp ,pdata 
-0x7fbd 037004 istore util_fifo_len ,rega 
-:      037005 fifo_in_push:
-0x7fbe 037006 increase util_fifo_len + util_fifo_offset ,rega 
-0x7fbf 037007 ifetch 1 ,rega 
-0x7fc0 037008 nbranch assert ,blank 
-0x7fc1 037009 fetch 1 ,mem_fifo_temp 
-0x7fc2 037010 istore 1 ,rega 
-0x7fc3 037011 rtn 
-:      037016 fifo_out:
-0x7fc4 037017 bpatchx patch3f_7 ,mem_patch3f 
-0x7fc5 037018 arg util_fifo_len ,loopcnt 
-0x7fc6 037019 ifetch util_fifo_len ,rega 
-0x7fc7 037020 rtn blank 
-:      037021 fifo_out_loop:
-0x7fc8 037022 ifetch 1 ,rega 
-0x7fc9 037023 nbranch fifo_out_end ,blank 
-0x7fca 037024 increase 1 ,rega 
-0x7fcb 037025 loop fifo_out_loop 
-0x7fcc 037026 branch assert 
-:      037027 fifo_out_end:
-0x7fcd 037028 arg 0 ,temp 
-0x7fce 037029 istoret 1 ,rega 
-0x7fcf 037030 rtn 
-:      037035 fifo_is_empty:
-0x7fd0 037036 ifetch util_fifo_len ,rega 
-0x7fd1 037037 rtn 
-:      037042 fifo_is_full:
-0x7fd2 037043 ifetch 1 ,rega 
-0x7fd3 037044 rtn 
-:      037047 fifo_is_near_full:
-0x7fd4 037048 ifetch 2 ,rega 
-0x7fd5 037049 rtn 
-:      037053 fifo_content_count:
-0x7fd6 037054 arg 0 ,temp 
-:      037055 fifo_content_count_loop:
-0x7fd7 037056 fetch 1 ,contr 
-0x7fd8 037057 loop fifo_content_count_loop ,blank 
-0x7fd9 037058 increase 1 ,temp 
-0x7fda 037059 loop fifo_content_count_loop 
-0x7fdb 037060 copy temp ,pdata 
-0x7fdc 037061 rtn 
-:      037063 not_greater_than:
-0x7fdd 037064 isub temp ,null 
-0x7fde 037065 nrtn positive 
-0x7fdf 037066 copy temp ,pdata 
-0x7fe0 037067 rtn 
-:      037070 disable_positive:
-0x7fe1 037071 force -1 ,null 
-0x7fe2 037072 rtn 
-:      037073 enable_positive:
-:      037074 disable_zero:
-0x7fe3 037075 force 1 ,null 
-0x7fe4 037076 rtn 
-:      037077 enable_zero:
-0x7fe5 037078 force 0 ,null 
-0x7fe6 037079 rtn 
-:      037081 enable_user:
-0x7fe7 037082 enable user 
-0x7fe8 037083 rtn 
-:      037085 disable_user:
-0x7fe9 037086 disable user 
-0x7fea 037087 rtn 
-:      037089 enable_user2:
-0x7feb 037090 enable user2 
-0x7fec 037091 rtn 
-:      037093 disable_user2:
-0x7fed 037094 disable user2 
-0x7fee 037095 rtn 
-:      037097 disable_blank:
-0x7fef 037098 setarg 1 
-0x7ff0 037099 rtn 
-:      037101 enable_blank:
-0x7ff1 037102 setarg 0 
-0x7ff2 037103 rtn 
-:      037106 reverse_byte:
-0x7ff3 037107 copy loopcnt ,pdata 
-0x7ff4 037108 rtn blank 
-0x7ff5 037109 copy contr ,pdata 
-0x7ff6 037110 iadd loopcnt ,pdata 
-0x7ff7 037111 increase -1 ,pdata 
-0x7ff8 037112 copy pdata ,contr 
-:      037113 reverse_loop:
-0x7ff9 037114 ifetch 1 ,contr 
-0x7ffa 037115 increase -2 ,contr 
-0x7ffb 037116 istore 1 ,contw 
-0x7ffc 037117 loop reverse_loop 
-0x7ffd 037118 rtn 
+:      003205 start:
+0x2000 003206 call lpmstate 
+:      003208 soft_reset:
+0x2001 003209 bpatch patch00_0 ,mem_patch00 
+0x2002 003210 clear_stack 
+0x2003 003211 call spi_ncs_gpio_init 
+0x2004 003212 call initialize_radio 
+0x2005 003213 call iicd_init_12m 
+0x2006 003214 call init_param 
+0x2007 003215 call l2cap_init 
+0x2008 003216 bpatch patch00_1 ,mem_patch00 
+0x2009 003217 call rfcomm_init 
+0x200a 003218 call init_lmp 
+0x200b 003219 call ui_init 
+0x200c 003220 call app_init 
+0x200d 003221 ncall load_chip_option ,wake 
+0x200e 003222 bpatch patch00_2 ,mem_patch00 
+0x200f 003223 call app_lpm_init ,wake 
+0x2010 003224 call publickey_init 
+0x2011 003225 call lpm_recover_clk ,wake 
+:      003226 main_loop:
+0x2012 003227 bpatch patch00_3 ,mem_patch00 
+0x2013 003228 call sp_calc_sequence 
+0x2014 003229 call sp_calc_sequence_256 
+0x2015 003230 call sp_calc_sequence_256_check 
+0x2016 003231 call le_dispatch 
+0x2017 003232 bpatch patch00_4 ,mem_patch00 
+0x2018 003233 call idle_dispatch 
+0x2019 003234 call app_process_idle 
+0x201a 003235 call inquiry_dispatch 
+0x201b 003236 call inquiry_scan_dispatch 
+0x201c 003237 call page_scan_dispatch 
+0x201d 003238 call connection_dispatch 
+0x201e 003239 call lpm_dispatch 
+0x201f 003240 call g24_dispatch 
+0x2020 003241 branch main_loop 
+:      003243 connection_dispatch:
+0x2021 003244 call connection_incontext 
+0x2022 003245 rtnmark0 mark_context 
+0x2023 003246 set0 mark_context ,mark 
+0x2024 003247 call context_save 
+0x2025 003248 branch le_disable 
+:      003250 connection_incontext:
+0x2026 003251 bpatch patch00_5 ,mem_patch00 
+0x2027 003252 call context_search_insniff 
+0x2028 003253 nbranch connection_nosniff ,zero 
+0x2029 003254 call context_load 
+0x202a 003255 add rega ,coffset_mode ,contr 
+0x202b 003256 ifetch 1 ,contr 
+0x202c 003257 bbit1 mode_le ,le_conn_dispatch 
+0x202d 003258 bbit1 mode_master ,master_dispatch 
+0x202e 003259 branch slave_dispatch 
+:      003260 connection_nosniff:
+0x202f 003261 call context_get_next 
+0x2030 003262 copy loopcnt ,null 
+0x2031 003263 rtn zero 
+0x2032 003264 call context_load 
+0x2033 003265 fetch 1 ,mem_state 
+0x2034 003266 bbit1 state_inpage ,master_page 
+0x2035 003267 fetch 1 ,mem_mode 
+0x2036 003268 bbit1 mode_master ,master_dispatch 
+0x2037 003269 branch slave_dispatch 
+:      003277 idle_dispatch:
+0x2038 003278 fetch 1 ,mem_hci_cmd 
+0x2039 003279 rtn blank 
+0x203a 003280 beq hci_cmd_inquiry ,idle_inquiry 
+0x203b 003281 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
+0x203c 003282 beq hci_cmd_remote_name_req ,idle_remote_name_req 
+0x203d 003283 beq hci_cmd_create_conn ,idle_create_conn 
+0x203e 003284 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x203f 003285 call context_search_conn_handle 
+0x2040 003286 rtn zero 
+0x2041 003287 call context_search_plap 
+0x2042 003288 rtn zero 
+:      003289 idle_exit:
+0x2043 003290 jam 0 ,mem_hci_cmd 
+0x2044 003291 rtn 
+:      003293 idle_le_create_conn:
+0x2045 003294 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x2046 003295 jam 0 ,mem_hci_cmd 
+0x2047 003296 rtn 
+:      003298 idle_inquiry:
+0x2048 003299 set1 mark_inquiry_on ,mark 
+0x2049 003300 set0 mark_inquiry_trainb ,mark 
+0x204a 003301 jam param_ninquiry ,mem_ninqy_index 
+0x204b 003302 jam 31 ,mem_nfreq_index_inq 
+0x204c 003303 branch idle_exit 
+:      003305 idle_inquiry_cancel:
+0x204d 003306 set0 mark_inquiry_on ,mark 
+0x204e 003307 force 0 ,stop_watch 
+0x204f 003308 branch idle_exit 
+:      003310 idle_remote_name_req:
+0x2050 003311 call context_search_plap 
+0x2051 003312 rtn zero 
+0x2052 003313 force lmp_name_req ,temp 
+0x2053 003314 jam 5 ,mem_nameres_cnt 
+0x2054 003315 branch idle_start_page 
+:      003317 idle_create_conn:
+0x2055 003318 bpatch patch00_6 ,mem_patch00 
+:      003319 idle_create_conn_device:
+0x2056 003320 fetch 6 ,mem_hci_plap 
+0x2057 003321 branch idle_exit ,blank 
+0x2058 003322 jam reconnect_hid ,memui_reconnect_mode 
+0x2059 003324 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x205a 003325 branch idle_create_conn_cont 
+:      003327 idle_create_conn_cont:
+0x205b 003328 force lmp_version_req ,temp 
+:      003329 idle_start_page:
+0x205c 003330 bpatch patch00_7 ,mem_patch00 
+0x205d 003331 fetch 1 ,mem_page_mode 
+0x205e 003332 branch idle_page_mode_r0 ,blank 
+0x205f 003333 lshift3 pdata ,pdata 
+0x2060 003334 lshift4 pdata ,pdata 
+0x2061 003335 increase -1 ,pdata 
+:      003336 idle_page_mode_r0:
+0x2062 003337 store 1 ,mem_npage 
+0x2063 003338 store 1 ,mem_npage_index 
+0x2064 003339 jam 31 ,mem_nfreq_index_page 
+0x2065 003340 set0 mark_page_trainb ,mark 
+0x2066 003341 call context_new 
+0x2067 003342 nbranch idle_page_fail ,zero 
+0x2068 003343 call get_free_amaddr 
+0x2069 003344 store 1 ,mem_amaddr 
+0x206a 003345 storet 1 ,mem_lmo_opcode2 
+0x206b 003346 fetch 6 ,mem_hci_plap 
+0x206c 003347 store 6 ,mem_plap 
+0x206d 003348 bpatch patch01_0 ,mem_patch01 
+0x206e 003349 call timer_reinit 
+0x206f 003350 force 0 ,pdata 
+0x2070 003351 compare lmp_name_req ,temp ,0xff 
+0x2071 003352 nsetflag true ,state_init_seq ,pdata 
+0x2072 003353 set1 state_inpage ,pdata 
+0x2073 003354 store 1 ,mem_state 
+0x2074 003355 jam bt_evt_reconn_started ,mem_fifo_temp 
+0x2075 003356 call ui_ipc_send_event 
+0x2076 003357 force 0 ,pdata 
+0x2077 003358 setflag true ,smap_name_req ,pdata 
+0x2078 003359 store 1 ,mem_state_map 
+0x2079 003360 setarg 0 
+0x207a 003361 set1 mode_master ,pdata 
+0x207b 003362 store 1 ,mem_mode 
+0x207c 003363 enable master 
+0x207d 003364 call context_save 
+0x207e 003365 disable master 
+0x207f 003366 force page_length_timer ,queue 
+0x2080 003367 fetch 2 ,mem_page_to 
+0x2081 003368 call timer_init 
+0x2082 003369 branch idle_exit 
+:      003370 idle_page_fail:
+0x2083 003371 bpatch patch01_1 ,mem_patch01 
+0x2084 003372 fetch 6 ,mem_hci_plap 
+0x2085 003373 store 6 ,mem_plap 
+0x2086 003374 compare lmp_name_req ,temp ,0xff 
+0x2087 003375 branch idle_name_fail ,true 
+0x2088 003376 branch idle_exit 
+:      003377 idle_name_fail:
+0x2089 003378 arg mem_tmp_buffer ,contw 
+0x208a 003379 arg 8 ,loopcnt 
+0x208b 003380 call memset0 
+0x208c 003381 jam bt_evt_reconn_failed ,mem_fifo_temp 
+0x208d 003382 call ui_ipc_send_event 
+0x208e 003383 branch idle_exit 
+:      003390 inquiry_dispatch:
+0x208f 003391 rtnmark0 mark_inquiry_on 
+0x2090 003392 force inquiry_length_timer ,queue 
+0x2091 003393 call timer_check 
+0x2092 003394 nsetflag blank ,mark_inquiry_on ,mark 
+0x2093 003395 nbranch inquiry_start ,blank 
+0x2094 003396 rtn 
+:      003400 inquiry_start:
+0x2095 003401 bpatch patch01_2 ,mem_patch01 
+0x2096 003402 fetcht 2 ,mem_inq_window 
+0x2097 003403 force 4 ,queue 
+0x2098 003404 call sniff_check_window 
+0x2099 003405 rtn user 
+0x209a 003406 call afh_clear 
+0x209b 003407 force 0 ,freq_mode 
+:      003408 inquiry_restart:
+0x209c 003409 rtn timeout 
+0x209d 003410 set0 mark_fhs_already_good ,mark 
+0x209e 003411 set0 mark_fhs_eir ,mark 
+:      003412 inquiry_rx_restart:
+0x209f 003413 add clkn_bt ,1 ,bt_clk 
+0x20a0 003414 isolate1 mark_inquiry_trainb ,mark 
+0x20a1 003415 setflag true ,2 ,freq_mode 
+0x20a2 003416 compare 0x00 ,bt_clk ,0x02 
+0x20a3 003417 nbranch inquiry_receive ,true 
+:      003419 inquiry_transmit:
+0x20a4 003420 bpatch patch01_3 ,mem_patch01 
+0x20a5 003421 fetch 1 ,mem_inquiry_transmit 
+0x20a6 003422 increase 1 ,pdata 
+0x20a7 003423 store 1 ,mem_inquiry_transmit 
+0x20a8 003424 call fetch_giac 
+0x20a9 003425 call tx_radio_freq 
+0x20aa 003426 call fetch_diac 
+0x20ab 003427 call start_transmitter 
+0x20ac 003428 call start_tx_native 
+0x20ad 003429 call send_access_word 
+0x20ae 003430 call end_of_packet 
+0x20af 003431 call inquiry_check_train 
+0x20b0 003432 branch inquiry_restart 
+:      003434 inquiry_check_train:
+0x20b1 003435 bpatch patch01_4 ,mem_patch01 
+0x20b2 003436 fetch 1 ,mem_nfreq_index_inq 
+0x20b3 003437 increase -1 ,pdata 
+0x20b4 003438 store 1 ,mem_nfreq_index_inq 
+0x20b5 003439 rtn positive 
+0x20b6 003440 jam 31 ,mem_nfreq_index_inq 
+0x20b7 003441 fetch 1 ,mem_ninqy_index 
+0x20b8 003442 increase -1 ,pdata 
+0x20b9 003443 store 1 ,mem_ninqy_index 
+0x20ba 003444 rtn positive 
+0x20bb 003445 setflip mark_inquiry_trainb ,mark 
+0x20bc 003446 jam param_ninquiry ,mem_ninqy_index 
+0x20bd 003447 rtn 
+:      003449 inquiry_receive:
+0x20be 003450 bpatch patch01_5 ,mem_patch01 
+0x20bf 003451 call fetch_giac 
+0x20c0 003452 call rx_radio_freq 
+0x20c1 003453 call fetch_diac 
+0x20c2 003454 call start_rx_native 
+0x20c3 003455 call start_receiver 
+0x20c4 003456 call wait_access_clkn_rt 
+0x20c5 003457 branch inquiry_sync ,sync 
+0x20c6 003458 call inquiry_check_train 
+0x20c7 003459 branch inquiry_rx_restart 
+:      003460 inquiry_sync:
+0x20c8 003461 bpatch patch01_6 ,mem_patch01 
+0x20c9 003462 call save_rssi 
+0x20ca 003463 call scan_mode_whiten 
+0x20cb 003464 call receive_packet_whitened 
+0x20cc 003465 set0 mark_rxbuf_inuse ,mark 
+0x20cd 003466 rtnmark0 mark_fhs_already_good 
+:      003467 inquiry_receive_rtn:
+0x20ce 003468 bpatch patch01_7 ,mem_patch01 
+:      003469 inquiry_receive_eir_rtn:
+0x20cf 003470 fetch 1 ,mem_inquiry_rcv 
+0x20d0 003471 increase 1 ,pdata 
+0x20d1 003472 store 1 ,mem_inquiry_rcv 
+0x20d2 003473 rtn 
+:      003481 master_page:
+0x20d3 003482 bpatch patch02_0 ,mem_patch02 
+0x20d4 003483 enable master 
+0x20d5 003484 enable clknt 
+0x20d6 003485 fetch 2 ,mem_page_interval 
+0x20d7 003486 branch master_page_no_interval ,blank 
+0x20d8 003487 force page_interval_timer ,queue 
+0x20d9 003488 call timer_check 
+0x20da 003489 nrtn blank 
+:      003490 master_page_no_interval:
+0x20db 003491 bpatch patch02_1 ,mem_patch02 
+0x20dc 003492 fetcht 2 ,mem_page_window 
+0x20dd 003493 force 40 ,queue 
+0x20de 003494 call sniff_check_window 
+0x20df 003495 branch page_exit ,user 
+0x20e0 003496 force page_length_timer ,queue 
+0x20e1 003497 call timer_check 
+0x20e2 003498 nbranch page_start ,blank 
+0x20e3 003499 fetch 1 ,mem_state_map 
+0x20e4 003500 bbit1 smap_name_req ,master_npage_timeout 
+0x20e5 003501 branch master_page_timeout 
+:      003502 master_npage_timeout:
+0x20e6 003503 arg mem_tmp_buffer ,contw 
+0x20e7 003504 arg 8 ,loopcnt 
+0x20e8 003505 call memset0 
+:      003506 master_page_timeout:
+0x20e9 003507 bpatch patch02_2 ,mem_patch02 
+0x20ea 003508 jam 0 ,mem_state 
+0x20eb 003509 call init_lmp_work 
+0x20ec 003510 jam 0 ,memui_reconnect_mode 
+0x20ed 003511 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
+0x20ee 003512 call ui_ipc_send_event 
+0x20ef 003513 branch page_exit 
+:      003515 page_start:
+0x20f0 003516 bpatch patch02_3 ,mem_patch02 
+0x20f1 003517 force 0 ,timeup 
+0x20f2 003518 until clkn_rt ,meet 
+0x20f3 003519 fetch 1 ,mem_page_clk 
+0x20f4 003520 increase -1 ,pdata 
+0x20f5 003521 ixor clkn_bt ,pdata 
+0x20f6 003522 compare 0 ,pdata ,3 
+0x20f7 003523 nbranch page_start ,true 
+0x20f8 003524 deposit am_addr 
+0x20f9 003525 store 1 ,mem_fhs_am_addr 
+0x20fa 003526 force 0 ,n_tx_slot 
+0x20fb 003527 force 0 ,freq_mode 
+:      003529 page_restart:
+0x20fc 003530 bpatch patch02_4 ,mem_patch02 
+0x20fd 003531 branch page_exit ,timeout 
+0x20fe 003532 call fetch_page_bt_adr 
+0x20ff 003533 arg param_rf_setup ,timeup 
+0x2100 003534 until clkn_rt ,meet 
+:      003535 page_rx_restart:
+0x2101 003536 bpatch patch02_5 ,mem_patch02 
+0x2102 003537 fetch 4 ,mem_page_clk 
+0x2103 003538 iforce bt_clk 
+0x2104 003539 increase 1 ,pdata 
+0x2105 003540 store 4 ,mem_page_clk 
+0x2106 003541 isolate1 mark_page_trainb ,mark 
+0x2107 003542 setflag true ,2 ,freq_mode 
+0x2108 003543 compare 0x00 ,bt_clk ,0x02 
+0x2109 003544 nbranch page_receive ,true 
+0x210a 003545 fetch 1 ,mem_page_transmit 
+0x210b 003546 increase 1 ,pdata 
+0x210c 003547 store 1 ,mem_page_transmit 
+0x210d 003548 call tx_radio_freq 
+0x210e 003549 call start_transmitter 
+0x210f 003550 call start_tx_native 
+0x2110 003551 call send_access_word 
+0x2111 003552 call end_of_packet 
+0x2112 003553 call page_check_train 
+0x2113 003554 branch page_restart 
+:      003555 page_exit:
+0x2114 003556 bpatch patch02_6 ,mem_patch02 
+0x2115 003557 disable master 
+0x2116 003558 fetch 2 ,mem_page_interval 
+0x2117 003559 rtn blank 
+0x2118 003560 force page_interval_timer ,queue 
+0x2119 003561 branch timer_init 
+:      003563 page_check_train:
+0x211a 003564 bpatch patch02_7 ,mem_patch02 
+0x211b 003565 fetch 1 ,mem_nfreq_index_page 
+0x211c 003566 increase -1 ,pdata 
+0x211d 003567 store 1 ,mem_nfreq_index_page 
+0x211e 003568 rtn positive 
+0x211f 003569 jam 31 ,mem_nfreq_index_page 
+0x2120 003570 fetch 1 ,mem_npage_index 
+0x2121 003571 increase -1 ,pdata 
+0x2122 003572 store 1 ,mem_npage_index 
+0x2123 003573 rtn positive 
+0x2124 003574 setflip mark_page_trainb ,mark 
+0x2125 003575 fetch 1 ,mem_npage 
+0x2126 003576 store 1 ,mem_npage_index 
+0x2127 003577 rtn 
+:      003579 page_receive:
+0x2128 003580 bpatch patch03_0 ,mem_patch03 
+0x2129 003581 call rx_radio_freq 
+0x212a 003582 call start_rx_native 
+0x212b 003583 call start_receiver 
+0x212c 003584 call wait_access_clkn_rt 
+0x212d 003585 branch page_sync ,sync 
+0x212e 003586 call page_check_train 
+0x212f 003587 branch page_rx_restart 
+:      003588 page_sync:
+0x2130 003589 call end_of_packet 
+0x2131 003590 fetch 1 ,mem_page_rcv 
+0x2132 003591 increase 1 ,pdata 
+0x2133 003592 store 1 ,mem_page_rcv 
+0x2134 003593 force 0 ,stop_watch 
+0x2135 003594 fetch 4 ,mem_page_clk 
+:      003595 page_send_fhs:
+0x2136 003596 bpatch patch03_1 ,mem_patch03 
+0x2137 003597 call rf_setup_time_master_slot 
+0x2138 003598 call fetch_page_bt_adr 
+0x2139 003599 increase 1 ,n_tx_slot 
+:      003600 page_send_fhs_continue:
+0x213a 003601 and_into 0x1fd ,bt_clk 
+0x213b 003602 and_into 0x1fc ,freq_mode 
+0x213c 003603 call tx_radio_freq 
+0x213d 003604 call start_transmitter 
+0x213e 003605 call start_tx_native 
+0x213f 003606 call send_access_word 
+0x2140 003607 deposit clkn_bt 
+0x2141 003608 store 4 ,mem_clkn_bt 
+0x2142 003609 force 0 ,am_addr 
+0x2143 003610 force type_fhs ,type 
+0x2144 003611 call scan_mode_whiten 
+0x2145 003612 call transmit_packet_whitened 
+:      003613 page_wait_fhs_reply:
+0x2146 003614 bpatch patch03_2 ,mem_patch03 
+0x2147 003615 call rf_setup_time_slave_slot 
+0x2148 003616 or_into 0x02 ,bt_clk 
+0x2149 003617 and_into 0x1fc ,freq_mode 
+0x214a 003618 call rx_radio_freq 
+0x214b 003619 call start_rx_native 
+0x214c 003620 call start_receiver 
+0x214d 003621 call wait_access_clkn_rt 
+0x214e 003622 call end_of_packet ,sync 
+0x214f 003623 branch page_wait_fhs_reply_ok ,sync 
+0x2150 003624 fetch 1 ,mem_fhs_wait_counter 
+0x2151 003625 branch page_restart ,blank 
+0x2152 003626 increase -1 ,pdata 
+0x2153 003627 store 1 ,mem_fhs_wait_counter 
+0x2154 003628 branch page_send_fhs 
+:      003630 page_wait_fhs_reply_ok:
+0x2155 003631 bpatch patch03_3 ,mem_patch03 
+0x2156 003632 fetch 1 ,mem_page_rcv_fhs 
+0x2157 003633 increase 1 ,pdata 
+0x2158 003634 store 1 ,mem_page_rcv_fhs 
+0x2159 003635 call prepare_newconn 
+:      003636 master_newconn_loop:
+0x215a 003637 call master_newconn_once 
+0x215b 003638 branch newconn_poll_responded ,sync 
+0x215c 003639 call new_conn_timeout 
+0x215d 003640 nbranch master_newconn_loop ,blank 
+0x215e 003641 branch page_restart 
+:      003643 newconn_poll_responded:
+0x215f 003644 bpatch patch03_4 ,mem_patch03 
+0x2160 003645 fetch 1 ,mem_state 
+0x2161 003646 set0 state_inpage ,pdata 
+0x2162 003647 store 1 ,mem_state 
+0x2163 003648 call newconn_init 
+0x2164 003649 disable master 
+0x2165 003650 rtn 
+:      003653 master_dispatch:
+0x2166 003654 bpatch patch03_5 ,mem_patch03 
+0x2167 003655 enable master 
+0x2168 003656 enable clknt 
+0x2169 003657 call role_switch_master 
+0x216a 003658 rtn user 
+0x216b 003659 call check_bt_disabled 
+0x216c 003660 call rf_setup_time_master_slot 
+0x216d 003661 add clkn_bt ,1 ,bt_clk 
+0x216e 003662 call fetch_self_bt_adr 
+0x216f 003663 force 0x03 ,freq_mode 
+0x2170 003664 call scheduler_tx_l2cap_pkt 
+0x2171 003665 call prepare_tx 
+0x2172 003666 call tx_radio_freq 
+0x2173 003667 call start_transmitter 
+0x2174 003668 call start_tx_native 
+0x2175 003669 call send_access_word 
+0x2176 003670 call transmit_packet 
+:      003671 master_loop:
+0x2177 003672 bpatch patch03_6 ,mem_patch03 
+0x2178 003673 call parse_lmp 
+0x2179 003674 call master_conn_recv_packet 
+0x217a 003675 nbranch master_notmatch ,match 
+0x217b 003676 call supervision_flush 
+0x217c 003677 call parse_l2cap 
+0x217d 003678 fetch 1 ,mem_master_rcvcnt 
+0x217e 003679 increase 1 ,pdata 
+0x217f 003680 store 1 ,mem_master_rcvcnt 
+:      003681 master_notmatch:
+0x2180 003682 bpatch patch03_7 ,mem_patch03 
+0x2181 003683 call scheduler_process 
+0x2182 003684 call check_master_disconnect 
+0x2183 003685 nrtn master 
+0x2184 003686 call check_attempt 
+0x2185 003687 nbranch master_attempt ,blank 
+:      003688 master_exit:
+0x2186 003689 disable master 
+0x2187 003690 rtn 
+:      003692 master_attempt:
+0x2188 003693 call prepare_tx 
+0x2189 003694 call master_conn_send_packet 
+0x218a 003695 branch master_loop 
+:      003698 check_master_disconnect:
+0x218b 003699 branch check_master_match ,match 
+0x218c 003700 call supervision_update 
+0x218d 003701 branch master_disconnect ,positive 
+:      003702 check_master_match:
+0x218e 003703 call check_disconnect_timeout 
+0x218f 003704 nbranch master_disconnect ,user 
+0x2190 003705 fetch 1 ,mem_state_map 
+0x2191 003706 rtnbit0 smap_name_req 
+0x2192 003707 rtnbit1 smap_name_res 
+0x2193 003708 fetch 1 ,mem_op 
+0x2194 003709 rtnbit1 op_disconn 
+0x2195 003710 call conn_timer_expired 
+0x2196 003711 nrtn blank 
+0x2197 003712 fetch 1 ,mem_nameres_cnt 
+0x2198 003713 increase -1 ,pdata 
+0x2199 003714 store 1 ,mem_nameres_cnt 
+0x219a 003715 nrtn blank 
+0x219b 003716 branch lmp_disconnect 
+:      003718 master_disconnect:
+0x219c 003719 bpatch patch04_0 ,mem_patch04 
+0x219d 003720 call quit_connection 
+0x219e 003721 disable master 
+0x219f 003722 fetch 1 ,mem_state_map 
+0x21a0 003723 bbit1 smap_name_req ,master_name_disconnect 
+0x21a1 003724 rtn 
+:      003726 master_name_disconnect:
+0x21a2 003727 fetch 1 ,mem_state_map 
+0x21a3 003728 rtnbit1 smap_name_res 
+:      003729 master_name_error:
+0x21a4 003730 arg mem_tmp_buffer ,contw 
+0x21a5 003731 arg 8 ,loopcnt 
+0x21a6 003732 branch memset0 
+:      003734 check_disconnect_timeout:
+0x21a7 003735 bpatch patch04_1 ,mem_patch04 
+0x21a8 003736 enable user 
+0x21a9 003737 fetch 1 ,mem_op 
+0x21aa 003738 rtnbit0 op_disconn 
+0x21ab 003739 call conn_timer_expired 
+0x21ac 003740 nrtn blank 
+0x21ad 003741 branch disable_user 
+:      003743 conn_timer_expired:
+0x21ae 003744 fetch 1 ,mem_conn_timer 
+0x21af 003745 increase -1 ,pdata 
+0x21b0 003746 store 1 ,mem_conn_timer 
+0x21b1 003747 rtn 
+:      003749 linkkey_ready:
+0x21b2 003750 bpatch patch04_2 ,mem_patch04 
+0x21b3 003751 fetch 1 ,mem_state 
+0x21b4 003752 bbit1 state_linkkey ,linkkey_set 
+0x21b5 003753 fetch 1 ,mem_pairing_auth 
+0x21b6 003754 branch linkkey_set ,blank 
+0x21b7 003755 jam defalt_pairing_auth ,mem_pairing_auth 
+0x21b8 003756 jam bt_evt_linkkey_generate ,mem_fifo_temp 
+0x21b9 003757 call ui_ipc_send_event 
+0x21ba 003758 branch linkkey_set 
+:      003759 linkkey_set:
+0x21bb 003760 bpatch patch04_3 ,mem_patch04 
+0x21bc 003761 call context_traverse_linkkey 
+0x21bd 003762 fetch 1 ,mem_state 
+0x21be 003763 set1 state_linkkey ,pdata 
+0x21bf 003764 store 1 ,mem_state 
+0x21c0 003765 jam 1 ,mem_link_key_exists 
+0x21c1 003766 fetch 1 ,mem_conn_sm 
+0x21c2 003767 bne conn_sm_pairing ,linkkey_set_continue 
+:      003768 linkkey_set_continue:
+0x21c3 003769 rtn 
+:      003771 generate_linkkey_continue:
+0x21c4 003772 jam pairing_auth ,mem_pairing_auth 
+:      003773 clear_linkstate:
+0x21c5 003774 fetch 1 ,mem_state 
+0x21c6 003775 set0 state_linkkey ,pdata 
+0x21c7 003776 store 1 ,mem_state 
+0x21c8 003777 rtn 
+:      003781 role_switch_check:
+0x21c9 003782 bpatch patch04_4 ,mem_patch04 
+0x21ca 003783 disable user 
+0x21cb 003784 fetch 2 ,mem_tsniff 
+0x21cc 003785 arg 0xffff ,temp 
+0x21cd 003786 isub temp ,null 
+0x21ce 003787 nrtn zero 
+0x21cf 003788 fetch 4 ,mem_sniff_anchor 
+0x21d0 003789 branch role_switch_clkn ,clknt 
+0x21d1 003790 isub clke_bt ,pdata 
+0x21d2 003791 branch role_switch_clke 
+:      003792 role_switch_clkn:
+0x21d3 003793 isub clkn_bt ,pdata 
+:      003794 role_switch_clke:
+0x21d4 003795 sub pdata ,4 ,null 
+0x21d5 003796 nrtn positive 
+0x21d6 003797 force 0 ,pdata 
+0x21d7 003798 store 2 ,mem_tsniff 
+0x21d8 003799 branch enable_user 
+:      003803 role_switch_prepare:
+0x21d9 003804 copy pdata ,temp 
+0x21da 003805 bpatch patch04_5 ,mem_patch04 
+0x21db 003806 storet 4 ,mem_sniff_anchor 
+:      003807 role_switch_prepare0:
+0x21dc 003808 jam switch_flag_accept ,mem_switch_flag 
+0x21dd 003809 setarg 0xffff 
+0x21de 003810 store 2 ,mem_tsniff 
+0x21df 003811 jam 1 ,mem_sniff_attempt 
+0x21e0 003812 rtn 
+:      003815 role_switch_master:
+0x21e1 003816 bpatch patch04_6 ,mem_patch04 
+0x21e2 003817 call role_switch_check 
+0x21e3 003818 nrtn user 
+0x21e4 003819 disable user 
+0x21e5 003820 jam param_newconnto ,mem_newconnto_counter 
+0x21e6 003821 set0 mark_fhs_already_good ,mark 
+:      003822 roles_waitfhs_loop:
+0x21e7 003823 call rf_setup_time_master_slot 
+0x21e8 003824 call master_recv_packet 
+0x21e9 003825 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
+0x21ea 003826 call new_conn_timeout 
+0x21eb 003827 nbranch roles_waitfhs_loop ,blank 
+:      003828 role_switch_fail_master:
+0x21ec 003829 bpatch patch04_7 ,mem_patch04 
+0x21ed 003830 disable user 
+0x21ee 003831 deposit clkn_bt 
+0x21ef 003832 store 4 ,mem_next_btclk 
+0x21f0 003833 enable clknt 
+0x21f1 003834 enable master 
+0x21f2 003835 jam bt_evt_switch_fail_master ,mem_fifo_temp 
+0x21f3 003836 branch ui_ipc_send_event 
+:      003838 roles_replyto_fhs:
+0x21f4 003839 bpatch patch05_0 ,mem_patch05 
+0x21f5 003840 call rf_setup_time_slave_slot 
+0x21f6 003841 arg type_id ,type 
+0x21f7 003842 call master_send_packet 
+0x21f8 003843 disable clknt 
+0x21f9 003844 disable master 
+0x21fa 003845 call apply_switch_clke 
+0x21fb 003846 call prepare_newconn 
+:      003847 roles_newconns_loop:
+0x21fc 003848 bpatch patch05_1 ,mem_patch05 
+0x21fd 003849 call slave_newconn_once 
+0x21fe 003850 branch roles_newconns_responded ,match 
+0x21ff 003851 call new_conn_timeout 
+0x2200 003852 nbranch roles_newconns_loop ,blank 
+0x2201 003853 branch role_switch_fail_master 
+:      003854 roles_newconns_responded:
+0x2202 003855 fetch 1 ,mem_mode 
+0x2203 003856 set0 mode_master ,pdata 
+0x2204 003857 store 1 ,mem_mode 
+0x2205 003858 call supervision_flush 
+0x2206 003859 call calc_clke_offset 
+0x2207 003860 enable user 
+0x2208 003861 jam bt_evt_switch_success_master ,mem_fifo_temp 
+0x2209 003862 branch ui_ipc_send_event 
+:      003867 context_load:
+0x220a 003868 bpatch patch05_2 ,mem_patch05 
+0x220b 003869 set1 mark_context ,mark 
+0x220c 003870 deposit rega 
+0x220d 003871 store 2 ,mem_context_ptr 
+0x220e 003872 force context_size ,loopcnt 
+0x220f 003873 arg mem_le_state ,contw 
+0x2210 003874 add rega ,coffset_mode ,contr 
+0x2211 003875 ifetch 1 ,contr 
+0x2212 003876 copy rega ,contr 
+0x2213 003877 bbit1 mode_le ,memcpy 
+0x2214 003878 arg mem_state ,contw 
+0x2215 003879 call memcpy 
+0x2216 003880 disable attempt 
+0x2217 003881 fetch 1 ,mem_amaddr 
+0x2218 003882 iforce am_addr 
+0x2219 003883 jam 1 ,mem_current_sniff_attempt 
+0x221a 003884 branch context_load_master ,master 
+0x221b 003885 jam 1 ,mem_current_sniff_attempt 
+:      003886 context_load_master:
+0x221c 003887 fetch 1 ,mem_state 
+0x221d 003888 rtnbit0 state_insniff 
+0x221e 003889 fetch 1 ,mem_sniff_attempt 
+0x221f 003890 store 1 ,mem_current_sniff_attempt 
+0x2220 003891 fetch 1 ,mem_sniff_timeout 
+0x2221 003892 store 1 ,mem_current_sniff_timeout 
+0x2222 003893 rtn 
+:      003895 context_save:
+0x2223 003896 bpatch patch05_3 ,mem_patch05 
+0x2224 003897 fetch 2 ,mem_context_ptr 
+0x2225 003898 iforce contw 
+0x2226 003899 force context_size ,loopcnt 
+0x2227 003900 arg mem_le_state ,contr 
+0x2228 003901 branch memcpy ,le 
+0x2229 003902 arg mem_state ,contr 
+0x222a 003903 branch memcpy 
+:      003907 context_get_next:
+0x222b 003908 arg context_num ,loopcnt 
+0x222c 003909 fetcht 1 ,mem_current_context 
+:      003910 context_get_next_loop:
+0x222d 003911 increase 1 ,temp 
+0x222e 003912 compare context_num ,temp ,0xff 
+0x222f 003913 nbranch context_get_next_cont ,true 
+0x2230 003914 arg 0 ,temp 
+:      003915 context_get_next_cont:
+0x2231 003916 storet 1 ,mem_current_context 
+0x2232 003917 mul32 temp ,context_size ,pdata 
+0x2233 003918 arg mem_context ,rega 
+0x2234 003919 iadd rega ,rega 
+0x2235 003920 ifetch 1 ,rega 
+0x2236 003921 bbit1 state_insniff ,context_get_next_sniff 
+0x2237 003922 rtnbit1 state_inconn 
+0x2238 003923 rtnbit1 state_inpage 
+:      003924 context_get_next_sniff:
+0x2239 003925 loop context_get_next_loop 
+0x223a 003926 rtn 
+:      003928 context_new:
+0x223b 003929 bpatch patch05_4 ,mem_patch05 
+0x223c 003930 arg context_search_empty ,regc 
+0x223d 003931 call context_search 
+0x223e 003932 nrtn zero 
+0x223f 003933 deposit rega 
+0x2240 003934 store 2 ,mem_context_ptr 
+0x2241 003935 force 0 ,null 
+0x2242 003936 rtn 
+:      003940 context_check_all_wack:
+0x2243 003941 call check_esco_amaddr 
+0x2244 003942 branch context_check_esco_wack ,true 
+0x2245 003943 fetch 2 ,mem_context_ptr 
+0x2246 003944 add pdata ,coffset_arq ,contw 
+0x2247 003945 fetch 1 ,mem_arq 
+0x2248 003946 istore 1 ,contw 
+0x2249 003947 arg context_check_a_wack ,regc 
+0x224a 003948 branch context_search 
+:      003950 context_check_esco_wack:
+0x224b 003951 fetch 1 ,mem_arq 
+0x224c 003952 isolate1 wack ,pdata 
+0x224d 003953 branch context_esco_wack ,true 
+0x224e 003954 force 1 ,null 
+0x224f 003955 rtn 
+:      003956 context_esco_wack:
+0x2250 003957 force 0 ,null 
+0x2251 003958 rtn 
+:      003961 context_check_idle:
+0x2252 003962 arg context_check_inconn ,regc 
+0x2253 003963 branch context_search 
+:      003965 context_traverse_linkkey:
+0x2254 003966 fetcht 2 ,mem_context_ptr 
+0x2255 003967 arg context_traverse_clearkey ,regc 
+0x2256 003968 branch context_search 
+:      003972 context_search_conn_handle:
+0x2257 003973 fetcht 1 ,mem_hci_conn_handle 
+:      003974 context_search_conn_handle2:
+0x2258 003975 arg context_search_handle ,regc 
+0x2259 003976 branch context_search 
+:      003978 context_search_plap:
+0x225a 003979 bpatch patch05_5 ,mem_patch05 
+0x225b 003980 fetcht 6 ,mem_hci_plap 
+:      003981 context_search_plap2:
+0x225c 003982 arg context_search_lap ,regc 
+0x225d 003983 branch context_search 
+:      003985 context_search_insniff:
+0x225e 003986 arg context_search_sniff ,regc 
+0x225f 003987 branch context_search 
+:      003989 context_search_sniff_window:
+0x2260 003990 arg context_search_window ,regc 
+:      003991 context_search:
+0x2261 003992 bpatch patch05_6 ,mem_patch05 
+0x2262 003993 arg mem_context ,rega 
+0x2263 003994 arg context_num ,loopcnt 
+:      003995 context_search_loop:
+0x2264 003996 ifetch 1 ,rega 
+0x2265 003997 copy regc ,pc 
+:      003998 context_search_next:
+0x2266 003999 increase context_size ,rega 
+0x2267 004000 loop context_search_loop 
+0x2268 004001 force 1 ,null 
+0x2269 004002 rtn 
+:      004004 context_search_empty:
+0x226a 004005 bbit1 state_inconn ,context_search_next 
+0x226b 004006 bbit1 state_inpage ,context_search_next 
+0x226c 004007 force 0 ,null 
+0x226d 004008 rtn 
+:      004010 context_search_lap:
+0x226e 004011 bbit1 state_inpage ,context_search_lap_cont 
+0x226f 004012 bbit0 state_inconn ,context_search_next 
+:      004013 context_search_lap_cont:
+0x2270 004014 add rega ,coffset_plap ,contr 
+0x2271 004015 ifetch 6 ,contr 
+0x2272 004016 isub temp ,null 
+0x2273 004017 rtn zero 
+0x2274 004018 branch context_search_next 
+:      004020 context_search_handle:
+0x2275 004021 bbit0 state_inconn ,context_search_next 
+0x2276 004022 add rega ,coffset_conn_handle ,contr 
+0x2277 004023 ifetch 1 ,contr 
+0x2278 004024 isub temp ,null 
+0x2279 004025 rtn zero 
+0x227a 004026 branch context_search_next 
+:      004028 context_search_sniff:
+0x227b 004029 bbit0 state_insniff ,context_search_next 
+:      004030 context_search_sniff_loop:
+0x227c 004031 call context_get_anchor 
+0x227d 004032 call sign_pdata_temp 
+0x227e 004033 isub temp ,pdata 
+0x227f 004034 increase 1 ,pdata 
+0x2280 004035 branch context_search_sniff_miss ,positive 
+0x2281 004036 copy contr ,regb 
+0x2282 004037 store 9 ,mem_temp 
+0x2283 004038 fetch 1 ,mem_le_sc_calc 
+0x2284 004039 nbranch context_search_sniff_sc ,blank 
+0x2285 004040 fetch 9 ,mem_temp 
+0x2286 004041 copy regb ,contr 
+0x2287 004042 increase 5 ,pdata 
+0x2288 004043 branch context_search_meet1 
+:      004044 context_search_sniff_sc:
+0x2289 004045 fetch 9 ,mem_temp 
+0x228a 004046 copy regb ,contr 
+0x228b 004047 increase 20 ,pdata 
+:      004048 context_search_meet1:
+0x228c 004049 nbranch context_search_next ,positive 
+:      004050 context_search_meet:
+0x228d 004051 copy temp ,bt_clk 
+0x228e 004052 call context_next_anchor 
+0x228f 004053 force 0 ,null 
+0x2290 004054 rtn 
+:      004057 context_search_sniff_miss:
+0x2291 004058 iforce regb 
+0x2292 004059 add rega ,coffset_tsniff ,contr 
+0x2293 004060 ifetch 2 ,contr 
+0x2294 004061 branch context_search_meet ,blank 
+0x2295 004062 call context_next_anchor 
+0x2296 004063 branch context_search_sniff_loop 
+:      004065 sign_pdata_temp:
+0x2297 004066 rshift16 pdata ,timeup 
+0x2298 004067 rshift8 timeup ,timeup 
+0x2299 004068 branch sign_pdata_temp_p0 ,zero 
+0x229a 004069 compare 0xf ,timeup ,0xf 
+0x229b 004070 nrtn true 
+0x229c 004071 rshift16 temp ,timeup 
+0x229d 004072 rshift8 timeup ,timeup 
+0x229e 004073 nrtn zero 
+0x229f 004074 set1 28 ,temp 
+0x22a0 004075 rtn 
+:      004076 sign_pdata_temp_p0:
+0x22a1 004077 rshift16 temp ,timeup 
+0x22a2 004078 rshift8 timeup ,timeup 
+0x22a3 004079 compare 0xf ,timeup ,0xf 
+0x22a4 004080 nrtn true 
+0x22a5 004081 set1 28 ,pdata 
+0x22a6 004082 rtn 
+:      004084 context_check_inconn:
+0x22a7 004085 bbit0 state_inconn ,context_search_next 
+0x22a8 004086 force 0 ,null 
+0x22a9 004087 rtn 
+:      004089 context_check_a_wack:
+0x22aa 004090 bbit0 state_inconn ,context_search_next 
+0x22ab 004091 add rega ,coffset_mode ,contr 
+0x22ac 004092 ifetch 1 ,contr 
+0x22ad 004093 bbit1 mode_le ,context_search_next 
+0x22ae 004094 add rega ,coffset_arq ,contr 
+0x22af 004095 ifetch 1 ,contr 
+0x22b0 004096 bbit0 wack ,context_search_next 
+0x22b1 004097 force 0 ,null 
+0x22b2 004098 rtn 
+:      004100 context_get_anchor:
+0x22b3 004101 add rega ,coffset_mode ,contr 
+0x22b4 004102 ifetcht 1 ,contr 
+0x22b5 004103 deposit clkn_bt 
+0x22b6 004104 isolate1 mode_master ,temp 
+0x22b7 004105 add rega ,coffset_sniff_anchor ,contr 
+0x22b8 004106 ifetcht 4 ,contr 
+0x22b9 004107 rtn true 
+0x22ba 004108 add rega ,coffset_clk_offset ,contr 
+0x22bb 004109 ifetch 6 ,contr 
+0x22bc 004110 call calc_clke2 
+0x22bd 004111 deposit clke_bt 
+0x22be 004112 rtn 
+:      004114 context_next_anchor:
+0x22bf 004115 add rega ,coffset_tsniff ,contr 
+0x22c0 004116 add rega ,coffset_sniff_anchor ,contw 
+0x22c1 004117 ifetch 2 ,contr 
+0x22c2 004118 iadd temp ,timeup 
+0x22c3 004119 deposit timeup 
+0x22c4 004120 istore 4 ,contw 
+0x22c5 004121 branch le_context_nexthop 
+:      004124 context_search_window:
+0x22c6 004125 bbit0 state_insniff ,context_search_next 
+0x22c7 004126 call context_get_anchor 
+0x22c8 004127 iadd stop_watch ,pdata 
+0x22c9 004128 iadd stop_watch ,pdata 
+0x22ca 004129 iadd queue ,pdata 
+0x22cb 004130 isub temp ,null 
+0x22cc 004131 nbranch context_search_next ,positive 
+0x22cd 004132 force 0 ,null 
+0x22ce 004133 rtn 
+:      004135 context_traverse_clearkey:
+0x22cf 004136 bbit0 state_inconn ,context_search_next 
+0x22d0 004137 deposit temp 
+0x22d1 004138 isub rega ,null 
+0x22d2 004139 branch context_search_next ,null 
+0x22d3 004140 add rega ,coffset_mode ,contr 
+0x22d4 004141 ifetch 1 ,contr 
+0x22d5 004142 bbit1 mode_le ,context_search_next 
+0x22d6 004143 ifetch 1 ,rega 
+0x22d7 004144 set0 state_linkkey ,pdata 
+0x22d8 004145 istore 1 ,rega 
+0x22d9 004146 branch context_search_next 
+:      004149 master_conn_send_packet:
+0x22da 004150 bpatch patch05_7 ,mem_patch05 
+0x22db 004151 call rf_setup_time_master_slot 
+:      004152 master_send_packet:
+0x22dc 004153 add clkn_bt ,1 ,bt_clk 
+0x22dd 004154 call fetch_self_bt_adr 
+0x22de 004155 force 0x03 ,freq_mode 
+0x22df 004156 call tx_radio_freq 
+0x22e0 004157 call start_transmitter 
+0x22e1 004158 call start_tx_native 
+0x22e2 004159 call send_access_word 
+0x22e3 004160 branch transmit_packet 
+:      004162 master_conn_recv_packet:
+0x22e4 004163 bpatch patch06_0 ,mem_patch06 
+0x22e5 004164 call rf_setup_time_slave_slot 
+:      004165 master_recv_packet:
+0x22e6 004166 add clkn_bt ,1 ,bt_clk 
+0x22e7 004167 call fetch_self_bt_adr 
+0x22e8 004168 force 0x03 ,freq_mode 
+0x22e9 004169 call rx_radio_freq 
+0x22ea 004170 call init_rx_packet_flags 
+0x22eb 004171 call prep_crypt 
+0x22ec 004172 call start_rx_native 
+0x22ed 004173 call start_receiver 
+:      004174 master_rx_conn_finish_packet:
+0x22ee 004175 call wait_access_clkn_rt 
+0x22ef 004176 nrtn sync 
+0x22f0 004177 call save_rssi 
+0x22f1 004178 branch receive_packet 
+:      004182 master_newconn_once:
+0x22f2 004183 bpatch patch06_1 ,mem_patch06 
+0x22f3 004184 fetch 1 ,mem_fhs_am_addr 
+0x22f4 004185 iforce am_addr 
+0x22f5 004186 force type_poll ,type 
+0x22f6 004187 call master_conn_send_packet 
+0x22f7 004188 branch master_conn_recv_packet 
+:      004199 inquiry_scan_dispatch:
+0x22f8 004200 fetch 1 ,mem_scan_mode 
+0x22f9 004201 rtnbit0 inq_scan_mode 
+0x22fa 004202 force iscan_interval_timer ,queue 
+0x22fb 004203 call timer_check 
+0x22fc 004204 nrtn blank 
+0x22fd 004205 fetcht 2 ,mem_iscan_window 
+0x22fe 004206 force 4 ,queue 
+0x22ff 004207 call sniff_check_window 
+0x2300 004208 rtn user 
+0x2301 004209 call inquiry_scan_start 
+0x2302 004210 force iscan_interval_timer ,queue 
+0x2303 004211 fetch 2 ,mem_iscan_interval 
+0x2304 004212 nbranch timer_init ,sync 
+0x2305 004213 random pdata 
+0x2306 004214 iand mask3ff ,pdata 
+0x2307 004215 branch timer_init 
+:      004218 inquiry_scan_start:
+0x2308 004219 bpatch patch06_2 ,mem_patch06 
+0x2309 004220 jam 0 ,mem_fhs_am_addr 
+0x230a 004221 disable clknt 
+0x230b 004222 disable attempt 
+0x230c 004223 call afh_clear 
+0x230d 004224 and clkn_bt ,0x1fc ,bt_clk 
+0x230e 004225 force 0x01 ,freq_mode 
+0x230f 004226 call fetch_giac 
+0x2310 004227 call rx_radio_freq 
+0x2311 004228 setflip mark_inquiry_state ,mark 
+0x2312 004229 fetch 1 ,mem_inquiryscan_waitcnt 
+0x2313 004230 increase 1 ,pdata 
+0x2314 004231 store 1 ,mem_inquiryscan_waitcnt 
+0x2315 004232 call fetch_diac 
+0x2316 004233 call start_receiver 
+0x2317 004234 call wait_access_forever 
+0x2318 004235 nrtn sync 
+0x2319 004236 bpatch patch06_3 ,mem_patch06 
+0x231a 004237 force 0 ,stop_watch 
+0x231b 004238 call shutdown_radio 
+0x231c 004239 fetch 1 ,mem_inquiryscan_rcvcnt 
+0x231d 004240 increase 1 ,pdata 
+0x231e 004241 store 1 ,mem_inquiryscan_rcvcnt 
+0x231f 004242 call fetch_giac 
+0x2320 004243 call rf_setup_time_slave_slot 
+0x2321 004244 or_into 0x002 ,bt_clk 
+0x2322 004245 force 0x01 ,freq_mode 
+0x2323 004246 call tx_radio_freq 
+0x2324 004247 call fetch_diac 
+0x2325 004248 call start_transmitter 
+0x2326 004249 call start_tx_external 
+0x2327 004250 deposit clkn_bt 
+0x2328 004251 store 4 ,mem_clkn_bt 
+0x2329 004252 call send_access_word 
+0x232a 004253 force type_fhs ,type 
+0x232b 004254 force 0 ,am_addr 
+0x232c 004255 call scan_mode_whiten 
+0x232d 004256 call transmit_packet_whitened 
+0x232e 004257 call send_eir 
+0x232f 004258 and_into 0x1fd ,bt_clk 
+0x2330 004259 increase 1 ,n_tx_slot 
+0x2331 004260 rtn 
+:      004262 send_eir:
+0x2332 004263 bpatch patch06_4 ,mem_patch06 
+0x2333 004264 fetch 1 ,mem_eir_enable 
+0x2334 004265 rtn blank 
+0x2335 004266 arg mem_eir ,contw 
+0x2336 004267 fetch 1 ,mem_local_name_length 
+0x2337 004268 copy pdata ,loopcnt 
+0x2338 004269 increase 1 ,pdata 
+0x2339 004270 istore 1 ,contw 
+0x233a 004271 copy contw ,temp 
+0x233b 004272 increase 1 ,pdata 
+0x233c 004273 store 2 ,mem_tx_len 
+0x233d 004274 copy temp ,contw 
+0x233e 004275 setarg 0x09 
+0x233f 004276 istore 1 ,contw 
+0x2340 004277 arg mem_local_name ,contr 
+0x2341 004278 call memcpy 
+0x2342 004280 arg mem_all_uuid_128bits ,regc 
+0x2343 004281 arg 4 ,loopcnt 
+0x2344 004282 call get_all_uuid 
+0x2345 004283 arg mem_all_uuid_16bits ,regc 
+0x2346 004284 arg 1 ,loopcnt 
+0x2347 004285 call get_all_uuid 
+0x2348 004287 force type_dm3 ,type 
+0x2349 004288 jam 2 ,mem_tx_lch 
+0x234a 004289 setarg mem_eir 
+0x234b 004290 store 2 ,mem_txptr 
+0x234c 004291 call rf_setup_time_slave_slot 
+0x234d 004292 call tx_radio_freq 
+0x234e 004293 call start_transmitter 
+0x234f 004294 call start_tx_external 
+0x2350 004295 call send_access_word 
+0x2351 004296 call scan_mode_whiten 
+0x2352 004297 call transmit_packet_whitened 
+0x2353 004298 rtn 
+:      004301 get_all_uuid:
+0x2354 004302 copy contw ,temp 
+0x2355 004303 copy regc ,contr 
+0x2356 004304 ifetch 1 ,contr 
+0x2357 004305 rtn blank 
+:      004306 lshift_loop:
+0x2358 004307 lshift pdata ,pdata 
+0x2359 004308 loop lshift_loop 
+0x235a 004309 copy pdata ,rega 
+0x235b 004310 increase 2 ,pdata 
+0x235c 004311 copy pdata ,queue 
+0x235d 004312 fetch 2 ,mem_tx_len 
+0x235e 004313 iadd queue ,pdata 
+0x235f 004314 store 2 ,mem_tx_len 
+0x2360 004315 copy temp ,contw 
+0x2361 004316 copy rega ,pdata 
+0x2362 004317 increase 1 ,pdata 
+0x2363 004318 istore 1 ,contw 
+0x2364 004319 copy regc ,contr 
+0x2365 004320 ifetch 1 ,contr 
+0x2366 004321 ifetch 1 ,contr 
+0x2367 004322 istore 1 ,contw 
+0x2368 004323 copy rega ,loopcnt 
+0x2369 004324 branch memcpy 
+:      004330 page_scan_dispatch:
+0x236a 004331 fetch 1 ,mem_scan_mode 
+0x236b 004332 rtnbit0 page_scan_mode 
+0x236c 004333 force pscan_interval_timer ,queue 
+0x236d 004334 call timer_check 
+0x236e 004335 nrtn blank 
+0x236f 004336 fetcht 2 ,mem_pscan_window 
+0x2370 004337 force 40 ,queue 
+0x2371 004338 call sniff_check_window 
+0x2372 004339 rtn user 
+0x2373 004340 force 0 ,am_addr 
+0x2374 004341 jam param_pagerespto ,mem_fhs_wait_counter 
+0x2375 004342 set0 mark_fhs_already_good ,mark 
+0x2376 004343 call page_scan_start 
+0x2377 004344 force pscan_interval_timer ,queue 
+0x2378 004345 fetch 2 ,mem_pscan_interval 
+0x2379 004346 branch timer_init 
+:      004349 page_scan_start:
+0x237a 004350 bpatch patch06_5 ,mem_patch06 
+0x237b 004351 disable clknt 
+0x237c 004352 call afh_clear 
+0x237d 004353 fetch 1 ,mem_pagescan_waitcnt 
+0x237e 004354 increase 1 ,pdata 
+0x237f 004355 store 1 ,mem_pagescan_waitcnt 
+0x2380 004356 force 0 ,n_tx_slot 
+0x2381 004357 call fetch_self_bt_adr 
+0x2382 004358 add clkn_bt ,1 ,bt_clk 
+0x2383 004359 force 0x02 ,freq_mode 
+0x2384 004360 bpatch patch06_6 ,mem_patch06 
+0x2385 004361 call rx_radio_freq 
+0x2386 004362 call start_receiver 
+0x2387 004363 call wait_access_forever 
+0x2388 004364 nrtn sync 
+0x2389 004365 call shutdown_radio 
+0x238a 004366 fetch 1 ,mem_pagescan_rcvcnt 
+0x238b 004367 increase 1 ,pdata 
+0x238c 004368 store 1 ,mem_pagescan_rcvcnt 
+0x238d 004369 force 0 ,stop_watch 
+0x238e 004370 call rf_setup_time_slave_slot 
+0x238f 004371 or_into 0x002 ,bt_clk 
+0x2390 004372 force 0x01 ,freq_mode 
+0x2391 004373 call tx_radio_freq 
+0x2392 004374 call start_transmitter 
+0x2393 004375 call start_tx_external 
+0x2394 004376 call send_access_word 
+0x2395 004377 call end_of_packet 
+0x2396 004378 force 0 ,am_addr 
+0x2397 004379 arg param_rf_setup ,timeup 
+0x2398 004380 until clke_rt ,meet 
+0x2399 004381 or_into 0x03 ,clke_bt 
+0x239a 004382 and_into 0x1fd ,bt_clk 
+:      004383 page_scan_wait_fhs_restart:
+0x239b 004384 bpatch patch06_7 ,mem_patch06 
+0x239c 004385 increase 1 ,n_tx_slot 
+0x239d 004386 call rx_radio_freq 
+0x239e 004387 call start_receiver 
+0x239f 004388 call wait_access_mhalfbnd 
+0x23a0 004389 nbranch page_scan_wait_fhs_again ,sync 
+0x23a1 004390 call scan_mode_whiten 
+0x23a2 004391 call receive_packet_whitened 
+0x23a3 004392 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
+:      004393 page_scan_wait_fhs_again:
+0x23a4 004394 bpatch patch07_0 ,mem_patch07 
+0x23a5 004395 fetch 1 ,mem_fhs_wait_counter 
+0x23a6 004396 rtn blank 
+0x23a7 004397 increase -1 ,pdata 
+0x23a8 004398 store 1 ,mem_fhs_wait_counter 
+0x23a9 004399 call rf_setup_time_master_slot 
+0x23aa 004400 branch page_scan_wait_fhs_restart 
+:      004403 page_scan_reply_to_fhs:
+0x23ab 004404 bpatch patch07_1 ,mem_patch07 
+0x23ac 004405 set0 1 ,clke_bt 
+0x23ad 004406 set1 0 ,clke_bt 
+0x23ae 004407 fetch 1 ,mem_pagescan_rcvfhscnt 
+0x23af 004408 increase 1 ,pdata 
+0x23b0 004409 store 1 ,mem_pagescan_rcvfhscnt 
+0x23b1 004410 call rf_setup_time_slave_slot 
+0x23b2 004411 or_into 0x02 ,bt_clk 
+0x23b3 004412 call tx_radio_freq 
+0x23b4 004413 call start_transmitter 
+0x23b5 004414 call start_tx_external 
+0x23b6 004415 call send_access_word 
+0x23b7 004416 call end_of_packet 
+:      004417 slave_apply_clke_bt:
+0x23b8 004418 compare 0x03 ,clke_bt ,0x03 
+0x23b9 004419 branch slave_apply_clke_bt_now ,true 
+0x23ba 004420 until null ,mhalfbnd 
+0x23bb 004421 branch slave_apply_clke_bt 
+:      004422 slave_apply_clke_bt_now:
+0x23bc 004423 fetch 4 ,mem_clke_bt 
+0x23bd 004424 or_into 0x03 ,pdata 
+0x23be 004425 icopy clke_bt 
+:      004427 start_slave_connection:
+0x23bf 004428 bpatch patch07_2 ,mem_patch07 
+0x23c0 004429 fetch 6 ,extm_lap 
+0x23c1 004430 store 6 ,mem_plap 
+0x23c2 004431 call prepare_newconn 
+:      004432 slave_newconn_loop:
+0x23c3 004433 call slave_newconn_once 
+0x23c4 004434 branch sconn_successful ,match 
+0x23c5 004435 call new_conn_timeout 
+0x23c6 004436 nbranch slave_newconn_loop ,blank 
+0x23c7 004437 rtn 
+:      004440 sconn_successful:
+0x23c8 004441 bpatch patch07_3 ,mem_patch07 
+0x23c9 004442 call newconn_init 
+0x23ca 004443 call context_new 
+0x23cb 004444 nrtn zero 
+0x23cc 004445 jam 0 ,mem_mode 
+0x23cd 004446 call calc_clke_offset 
+0x23ce 004447 branch context_save 
+:      004452 slave_dispatch:
+0x23cf 004453 bpatch patch07_4 ,mem_patch07 
+0x23d0 004454 call calc_clke 
+0x23d1 004455 call role_switch_slave 
+0x23d2 004456 rtn user 
+:      004457 slave_loop:
+0x23d3 004458 bpatch patch07_5 ,mem_patch07 
+0x23d4 004459 call check_bt_disabled 
+0x23d5 004460 call scheduler_process 
+0x23d6 004461 call slave_conn_recv_packet 
+0x23d7 004462 nbranch slave_notmatch ,match 
+0x23d8 004463 call supervision_flush 
+0x23d9 004464 call scheduler_tx_l2cap_pkt 
+0x23da 004465 call prepare_tx 
+0x23db 004466 call slave_conn_send_packet 
+0x23dc 004467 call parse_l2cap 
+0x23dd 004468 call parse_lmp 
+0x23de 004469 fetch 1 ,mem_slave_rcvcnt 
+0x23df 004470 increase 1 ,pdata 
+0x23e0 004471 store 1 ,mem_slave_rcvcnt 
+0x23e1 004472 call calc_clke_offset 
+:      004473 slave_notmatch:
+0x23e2 004474 bpatch patch07_6 ,mem_patch07 
+0x23e3 004475 call lpm_set_mult 
+0x23e4 004476 call supervision_update 
+0x23e5 004477 branch slave_disconnect ,positive 
+0x23e6 004478 call check_disconnect_timeout 
+0x23e7 004479 nbranch slave_disconnect ,user 
+0x23e8 004480 call check_attempt 
+0x23e9 004481 nbranch slave_loop ,blank 
+0x23ea 004482 rtn 
+:      004484 slave_disconnect:
+0x23eb 004485 bpatch patch07_7 ,mem_patch07 
+0x23ec 004486 jam 0 ,mem_tester_emulate 
+0x23ed 004487 jam 0 ,mem_debug_config 
+0x23ee 004488 call quit_connection 
+0x23ef 004489 set0 mark_testmode ,mark 
+0x23f0 004490 call test_enable_white 
+0x23f1 004491 fetch 1 ,mem_state 
+0x23f2 004492 rtn 
+:      004495 role_switch_slave:
+0x23f3 004496 bpatch patch08_0 ,mem_patch08 
+0x23f4 004497 call role_switch_check 
+0x23f5 004498 nrtn user 
+0x23f6 004499 copy am_addr ,temp 
+0x23f7 004500 call get_free_amaddr 
+0x23f8 004501 store 1 ,mem_fhs_am_addr 
+0x23f9 004502 copy temp ,am_addr 
+0x23fa 004503 jam param_newconnto ,mem_newconnto_counter 
+:      004504 roles_sendfhs_loop:
+0x23fb 004505 bpatch patch08_1 ,mem_patch08 
+0x23fc 004506 call rf_setup_time_master_slot 
+0x23fd 004507 force type_fhs ,type 
+0x23fe 004508 call slave_send_access 
+0x23ff 004509 deposit clkn_bt 
+0x2400 004510 store 4 ,mem_clkn_bt 
+0x2401 004511 call transmit_packet 
+0x2402 004512 call rf_setup_time_slave_slot 
+0x2403 004513 enable user3 
+0x2404 004514 call slave_receive_access 
+0x2405 004515 branch roles_got_fhs_reply ,sync 
+0x2406 004516 call shutdown_radio 
+0x2407 004517 call new_conn_timeout 
+0x2408 004518 nbranch roles_sendfhs_loop ,blank 
+0x2409 004519 rtnmark0 mark_accept_switch 
+0x240a 004520 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x240b 004521 set1 mark_switch_initiated ,mark 
+0x240c 004522 rtn 
+:      004523 roles_got_fhs_reply:
+0x240d 004524 enable clknt 
+0x240e 004525 call prepare_newconn 
+0x240f 004526 call afh_clear 
+:      004527 roles_newconn_loop:
+0x2410 004528 bpatch patch08_2 ,mem_patch08 
+0x2411 004529 call master_newconn_once 
+0x2412 004530 branch roles_newconn_responded ,sync 
+0x2413 004531 call new_conn_timeout 
+0x2414 004532 nbranch roles_newconn_loop ,blank 
+0x2415 004533 disable clknt 
+0x2416 004534 deposit clke_bt 
+0x2417 004535 store 4 ,mem_next_btclk 
+0x2418 004536 rtn 
+:      004537 roles_newconn_responded:
+0x2419 004538 enable master 
+0x241a 004539 bmark0 mark_accept_switch ,roles_newconn_nolmp 
+0x241b 004540 set0 mark_accept_switch ,mark 
+0x241c 004541 jam lmp_accepted ,mem_lmo_opcode2 
+0x241d 004542 jam lmp_host_connection_req ,mem_lmi_opcode2 
+0x241e 004543 call tid_set_reply 
+:      004544 roles_newconn_nolmp:
+0x241f 004545 deposit am_addr 
+0x2420 004546 store 1 ,mem_amaddr 
+0x2421 004547 force 0 ,pdata 
+0x2422 004548 store 6 ,mem_clk_offset 
+0x2423 004549 fetch 1 ,mem_mode 
+0x2424 004550 set1 mode_master ,pdata 
+0x2425 004551 store 1 ,mem_mode 
+0x2426 004552 call supervision_flush 
+0x2427 004553 disable master 
+0x2428 004554 enable user 
+0x2429 004555 rtn 
+:      004559 init_rx_packet_flags:
+0x242a 004560 bpatch patch08_3 ,mem_patch08 
+0x242b 004561 disable match 
+0x242c 004562 set0 mark_loopback ,mark 
+0x242d 004563 set0 mark_am_addr_broadcast ,mark 
+0x242e 004564 set0 mark_longpacket ,mark 
+0x242f 004565 set0 mark_old_packet ,mark 
+0x2430 004566 fetch 1 ,mem_arq 
+0x2431 004567 set0 arqnx ,pdata 
+0x2432 004568 set1 flowx ,pdata 
+0x2433 004569 store 1 ,mem_arq 
+0x2434 004570 rtn 
+:      004572 prepare_newconn:
+0x2435 004573 bpatch patch08_4 ,mem_patch08 
+0x2436 004574 jam param_newconnto ,mem_newconnto_counter 
+0x2437 004575 jam param_newconn_arq ,mem_arq 
+0x2438 004576 fetch 2 ,mem_rx_window_init 
+0x2439 004577 store 2 ,mem_rx_window 
+0x243a 004578 deposit clkn_bt 
+0x243b 004579 store 4 ,mem_next_btclk 
+0x243c 004580 rtn clknt 
+0x243d 004581 deposit clke_bt 
+0x243e 004582 store 4 ,mem_next_btclk 
+0x243f 004583 rtn 
+:      004585 newconn_init:
+0x2440 004586 bpatch patch08_5 ,mem_patch08 
+0x2441 004587 call init_lmp_reinit 
+0x2442 004588 call new_conn_handle 
+0x2443 004589 store 1 ,mem_conn_handle 
+0x2444 004590 setarg 0 
+0x2445 004591 store 2 ,mem_l2cap_rxbuff1_len 
+0x2446 004592 setarg param_supervision_to 
+0x2447 004593 store 2 ,mem_supervision_to 
+0x2448 004594 fetch 1 ,mem_state 
+0x2449 004595 set1 state_inconn ,pdata 
+0x244a 004596 store 1 ,mem_state 
+0x244b 004597 jam 0 ,mem_op 
+0x244c 004598 jam 0 ,mem_state_map 
+0x244d 004599 jam 0 ,mem_lpm_current_mult 
+0x244e 004600 branch supervision_flush 
+:      004603 clear_linkkey:
+0x244f 004604 bpatch patch08_6 ,mem_patch08 
+0x2450 004605 force 0 ,pdata 
+0x2451 004606 store 8 ,mem_link_key 
+0x2452 004607 istore 8 ,contw 
+0x2453 004608 call clear_linkstate 
+0x2454 004609 branch context_traverse_linkkey 
+:      004611 new_conn_timeout:
+0x2455 004612 fetch 1 ,mem_newconnto_counter 
+0x2456 004613 increase -1 ,pdata 
+0x2457 004614 store 1 ,mem_newconnto_counter 
+0x2458 004615 rtn 
+:      004617 new_conn_handle:
+0x2459 004618 fetch 1 ,mem_handle_num 
+0x245a 004619 increase 1 ,pdata 
+0x245b 004620 store 1 ,mem_handle_num 
+0x245c 004621 rtn 
+:      004624 quit_connection:
+0x245d 004625 bpatch patch08_7 ,mem_patch08 
+0x245e 004626 fetch 1 ,mem_hci_cmd 
+0x245f 004627 beq hci_cmd_remote_name_req ,quit_connection_name 
+0x2460 004628 fetch 1 ,mem_lmp_to_send 
+0x2461 004629 bne lmp_name_req ,quit_connection_cont 
+:      004630 quit_connection_name:
+0x2462 004631 call cmd_check_plap 
+0x2463 004632 nbranch quit_connection_cont ,zero 
+0x2464 004633 call master_name_error 
+0x2465 004634 jam 0 ,mem_hci_cmd 
+:      004635 quit_connection_cont:
+0x2466 004636 bpatch patch09_0 ,mem_patch09 
+0x2467 004637 call app_disconn_reason_collect_bt 
+0x2468 004638 call sniff_exit 
+0x2469 004639 jam bt_evt_bb_disconnected ,mem_fifo_temp 
+0x246a 004640 call ui_ipc_send_event 
+0x246b 004641 call init_lmp_work 
+0x246c 004642 call l2cap_init_work 
+0x246d 004643 call sp_initialize 
+0x246e 004644 fetch 1 ,mem_state 
+0x246f 004645 set0 state_inconn 
+0x2470 004646 store 1 ,mem_state 
+0x2471 004647 jam 0 ,memui_reconnect_mode 
+0x2472 004649 fetch 1 ,mem_state_map 
+0x2473 004650 compare 0x0 ,pdata ,0xc0 
+0x2474 004651 branch quit_connection_not_clear_mark ,true 
+0x2475 004652 set0 mark_rxbuf_inuse ,mark 
+:      004653 quit_connection_not_clear_mark:
+0x2476 004654 fetch 1 ,mem_arq 
+0x2477 004655 bbit0 wack ,quit_connection_not_clear_tx 
+:      004656 quit_connection_not_clear_tx:
+0x2478 004657 fetch 1 ,mem_op 
+0x2479 004658 rtnbit0 op_txl2cap 
+0x247a 004659 set0 mark_tx_l2cap ,mark 
+0x247b 004660 rtn 
+:      004662 slave_newconn_once:
+0x247c 004663 bpatch patch09_1 ,mem_patch09 
+0x247d 004664 fetch 1 ,extm_newconn_am_addr 
+0x247e 004665 rtn blank 
+0x247f 004666 icopy am_addr 
+0x2480 004667 call slave_conn_recv_packet 
+0x2481 004668 nrtn match 
+0x2482 004669 force type_null ,type 
+0x2483 004670 call slave_conn_send_packet 
+0x2484 004671 deposit am_addr 
+0x2485 004672 store 1 ,mem_amaddr 
+0x2486 004673 force 0 ,pdata 
+0x2487 004674 store 1 ,extm_newconn_am_addr 
+0x2488 004675 rtn 
+:      004681 prepare_tx:
+0x2489 004682 bpatch patch09_2 ,mem_patch09 
+0x248a 004683 fetch 1 ,mem_state 
+0x248b 004684 bbit0 state_insco ,prepare_tx_not_sco 
+0x248c 004685 force type_hv3 ,type 
+0x248d 004686 bmark0 mark_esco ,prepare_tx_not_esco 
+0x248e 004687 call check_esco_amaddr 
+0x248f 004688 nbranch prepare_tx_not_sco ,true 
+0x2490 004689 branch prepare_tx_not_sco ,attempt 
+0x2491 004690 call set_wait_ack 
+0x2492 004691 setarg 2 
+0x2493 004692 store 2 ,mem_retransmission_cnt 
+0x2494 004693 rtn 
+:      004694 prepare_tx_not_esco:
+0x2495 004695 nrtn attempt 
+:      004696 prepare_tx_not_sco:
+0x2496 004697 bpatch patch09_3 ,mem_patch09 
+0x2497 004698 call context_check_all_wack 
+0x2498 004699 nbranch prepare_tx_no_retransmit ,zero 
+0x2499 004700 fetch 1 ,mem_arq 
+0x249a 004701 bbit0 wack ,prepare_tx_pollnull 
+:      004702 prepare_tx_retransmit:
+0x249b 004703 bmark1 mark_loopback ,prepare_tx_loopback 
+0x249c 004704 fetch 1 ,mem_debug_config 
+0x249d 004705 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+0x249e 004706 fetch 2 ,mem_retransmission_cnt 
+0x249f 004707 increase -1 ,pdata 
+0x24a0 004708 store 2 ,mem_retransmission_cnt 
+0x24a1 004709 branch prepare_tx_nomore_retransmit ,blank 
+0x24a2 004710 fetch 1 ,mem_last_type 
+0x24a3 004711 iforce type 
+0x24a4 004712 rtn 
+:      004714 prepare_tx_nomore_retransmit:
+0x24a5 004715 bpatch patch09_4 ,mem_patch09 
+0x24a6 004716 call clear_got_tx 
+:      004717 prepare_tx_no_retransmit:
+0x24a7 004718 call check_esco_amaddr 
+0x24a8 004719 branch prepare_tx_pollnull ,true 
+0x24a9 004720 call send_lmp 
+0x24aa 004721 branch prepare_tx_sendlmp ,user 
+0x24ab 004722 fetch 1 ,mem_op 
+0x24ac 004723 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
+0x24ad 004724 bmark1 mark_loopback ,prepare_tx_loopback 
+0x24ae 004725 fetch 1 ,mem_debug_config 
+0x24af 004726 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+:      004727 prepare_tx_pollnull:
+0x24b0 004728 force type_poll ,type 
+0x24b1 004729 rtn master 
+0x24b2 004730 force type_null ,type 
+0x24b3 004731 rtn 
+:      004732 prepare_tx_loopback:
+0x24b4 004733 bpatch patch09_5 ,mem_patch09 
+0x24b5 004734 fetch 1 ,mem_rx_type 
+0x24b6 004735 iforce type 
+0x24b7 004736 rtnne 1 
+0x24b8 004737 force type_null ,type 
+0x24b9 004738 rtn 
+:      004739 prepare_tx_txpat:
+0x24ba 004740 fetch 1 ,test_mode_packet_type 
+0x24bb 004741 and pdata ,0xf ,type 
+0x24bc 004742 set1 mark_loopback ,mark 
+0x24bd 004743 rtn 
+:      004744 prepare_tx_sendlmp:
+0x24be 004745 force type_lmp ,type 
+0x24bf 004746 branch set_wait_ack 
+:      004747 prepare_tx_sendl2cap:
+0x24c0 004748 call tx_l2cap_type 
+:      004750 set_wait_ack:
+0x24c1 004751 bpatch patch09_6 ,mem_patch09 
+0x24c2 004752 fetcht 1 ,mem_arq 
+0x24c3 004753 set1 wack ,temp 
+0x24c4 004754 storet 1 ,mem_arq 
+0x24c5 004755 deposit type 
+0x24c6 004756 store 1 ,mem_last_type 
+0x24c7 004757 setarg 0xffff 
+0x24c8 004758 store 2 ,mem_retransmission_cnt 
+0x24c9 004759 rtn 
+:      004761 tx_l2cap_type:
+0x24ca 004762 bpatch patch09_7 ,mem_patch09 
+0x24cb 004763 fetch 1 ,mem_state_map 
+0x24cc 004764 isolate1 smap_edr ,pdata 
+0x24cd 004765 fetch 2 ,mem_tx_len 
+0x24ce 004766 branch tx_l2cap_type_edr ,true 
+0x24cf 004767 force type_dm1 ,type 
+0x24d0 004768 sub pdata ,17 ,null 
+0x24d1 004769 rtn positive 
+0x24d2 004770 force type_dh1 ,type 
+0x24d3 004771 sub pdata ,27 ,null 
+0x24d4 004772 rtn positive 
+0x24d5 004773 force type_dm3 ,type 
+0x24d6 004774 sub pdata ,121 ,null 
+0x24d7 004775 rtn positive 
+0x24d8 004776 force type_dh3 ,type 
+0x24d9 004777 sub pdata ,183 ,null 
+0x24da 004778 rtn positive 
+0x24db 004779 force type_dm5 ,type 
+0x24dc 004780 sub pdata ,224 ,null 
+0x24dd 004781 rtn positive 
+0x24de 004782 force type_dh5 ,type 
+0x24df 004783 rtn 
+:      004784 tx_l2cap_type_edr:
+0x24e0 004785 force type_dm1 ,type 
+0x24e1 004786 sub pdata ,17 ,null 
+0x24e2 004787 rtn positive 
+0x24e3 004788 force type_dh1 ,type 
+0x24e4 004789 sub pdata ,54 ,null 
+0x24e5 004790 rtn positive 
+0x24e6 004791 force type_dm3 ,type 
+0x24e7 004792 arg 367 ,temp 
+0x24e8 004793 isub temp ,null 
+0x24e9 004794 nrtn positive 
+0x24ea 004795 force type_dm5 ,type 
+0x24eb 004796 arg 679 ,temp 
+0x24ec 004797 isub temp ,null 
+0x24ed 004798 nrtn positive 
+0x24ee 004799 force type_dh5 ,type 
+0x24ef 004800 rtn 
+:      004809 slave_receive_master_slot:
+0x24f0 004810 fetch 1 ,mem_state 
+0x24f1 004811 bbit0 state_insniff ,slave_receive_notsniff 
+0x24f2 004812 fetch 2 ,mem_tsniff 
+0x24f3 004813 branch slave_receive_notsniff ,blank 
+0x24f4 004814 nbranch slave_receive_sniff ,attempt 
+:      004815 slave_receive_notsniff:
+0x24f5 004816 call rf_setup_time_master_slot 
+:      004817 slave_receive_access:
+0x24f6 004818 add clke_bt ,1 ,bt_clk 
+:      004819 slave_receive_sniff:
+0x24f7 004820 enable swfine 
+0x24f8 004821 fetch 2 ,mem_rx_window 
+0x24f9 004822 rshift pdata ,pdata 
+0x24fa 004823 arg param_pll_setup ,temp 
+0x24fb 004824 iadd temp ,pdata 
+0x24fc 004825 call ahead_window 
+0x24fd 004826 call fetch_extm_bt_adr 
+0x24fe 004827 force 0x03 ,freq_mode 
+0x24ff 004828 call rx_radio_freq 
+0x2500 004829 call init_rx_packet_flags 
+0x2501 004830 call prep_crypt 
+0x2502 004831 bpatch patch0a_0 ,mem_patch0a 
+0x2503 004832 fetch 2 ,mem_rx_window 
+0x2504 004833 rshift pdata ,pdata 
+0x2505 004834 call ahead_window 
+0x2506 004835 call start_receiver 
+0x2507 004836 enable decode_fec0 
+0x2508 004837 fetch 2 ,mem_rx_window 
+0x2509 004838 arg param_clke_cal ,temp 
+0x250a 004839 iadd temp ,stop_watch 
+0x250b 004840 correlate null ,timeout 
+0x250c 004841 copy clke ,temp 
+0x250d 004842 storet 6 ,mem_sync_clke 
+0x250e 004843 disable decode_fec0 
+0x250f 004844 nrtn sync 
+0x2510 004845 arg param_clke_cal ,clke_rt 
+0x2511 004846 copy bt_clk ,clke_bt 
+0x2512 004847 branch lpm_adjust_clk ,wake 
+0x2513 004848 rtn 
+:      004851 slave_conn_recv_packet:
+0x2514 004852 bpatch patch0a_1 ,mem_patch0a 
+0x2515 004853 call slave_receive_master_slot 
+0x2516 004854 nbranch shutdown_radio ,sync 
+0x2517 004855 call save_rssi 
+0x2518 004856 bmark0 mark_testmode ,receive_packet 
+0x2519 004857 fetch 2 ,mem_tst_pktcnt_sync 
+0x251a 004858 increase 1 ,pdata 
+0x251b 004859 store 2 ,mem_tst_pktcnt_sync 
+:      004860 receive_packet:
+0x251c 004861 rshift bt_clk ,temp 
+0x251d 004862 or temp ,0x40 ,white_init 
+:      004863 receive_packet_whitened:
+0x251e 004864 bpatch patch0a_2 ,mem_patch0a 
+0x251f 004865 enable enable_white 
+0x2520 004866 enable enable_hec 
+0x2521 004867 enable decode_fec1 
+0x2522 004868 parse demod ,bucket ,3 
+0x2523 004869 rshift8 pwindow ,pdata 
+0x2524 004870 store 1 ,mem_temp_am_addr 
+0x2525 004871 parse demod ,bucket ,4 
+0x2526 004872 inject bucket ,7 
+0x2527 004873 copy pwindow ,pdata 
+0x2528 004874 store 1 ,mem_rx_type 
+0x2529 004875 parse demod ,bucket ,3 
+0x252a 004876 rshift8 pwindow ,pdata 
+0x252b 004877 store 1 ,mem_temp_arq 
+0x252c 004878 fetch 1 ,mem_rx_type 
+0x252d 004879 sub pdata ,3 ,null 
+0x252e 004880 branch receive_packet_noedr ,positive 
+0x252f 004881 beq 7 ,receive_packet_noedr 
+0x2530 004882 fetch 1 ,mem_state_map 
+0x2531 004883 isolate1 smap_edr ,pdata 
+0x2532 004884 setflag true ,psk ,radio_ctrl 
+:      004885 receive_packet_noedr:
+0x2533 004886 bpatch patch0a_3 ,mem_patch0a 
+0x2534 004887 parse demod ,bucket ,8 
+0x2535 004888 disable decode_fec1 
+0x2536 004889 disable enable_hec 
+0x2537 004890 branch error_header ,crc_failed 
+0x2538 004891 bmark0 mark_testmode ,receive_packet_amchk 
+0x2539 004892 fetch 2 ,mem_tst_pktcnt_hec 
+0x253a 004893 increase 1 ,pdata 
+0x253b 004894 store 2 ,mem_tst_pktcnt_hec 
+:      004895 receive_packet_amchk:
+0x253c 004896 bpatch patch0a_4 ,mem_patch0a 
+0x253d 004897 fetch 1 ,mem_temp_am_addr 
+0x253e 004898 compare 0 ,pdata ,0x07 
+0x253f 004899 setflag true ,mark_am_addr_broadcast ,mark 
+0x2540 004900 branch am_addr_ok ,true 
+0x2541 004901 icompare 0x07 ,am_addr 
+0x2542 004902 branch am_addr_match ,true 
+0x2543 004903 bmark0 mark_esco ,end_of_packet 
+0x2544 004904 fetcht 1 ,mem_saved_amaddr 
+0x2545 004905 icompare 0x7 ,temp 
+0x2546 004906 nbranch end_of_packet ,true 
+0x2547 004907 fetch 1 ,mem_arq 
+0x2548 004908 set0 arqnx ,pdata 
+0x2549 004909 set1 flowx ,pdata 
+0x254a 004910 store 1 ,mem_arq 
+:      004911 am_addr_match:
+0x254b 004912 enable match 
+:      004913 am_addr_ok:
+0x254c 004914 bpatch patch0a_5 ,mem_patch0a 
+0x254d 004915 fetch 1 ,mem_rx_type 
+0x254e 004916 icopy type 
+0x254f 004917 bmark1 mark_am_addr_broadcast ,arqn_bypass 
+0x2550 004918 fetcht 1 ,mem_temp_arq 
+0x2551 004919 fetch 1 ,mem_arq 
+0x2552 004920 set0 flow ,pdata 
+0x2553 004921 isolate1 flow ,temp 
+0x2554 004922 setflag true ,flow ,pdata 
+0x2555 004923 isolate1 arqn ,temp 
+0x2556 004924 setflag true ,arqn ,pdata 
+0x2557 004925 store 1 ,mem_arq 
+0x2558 004926 isolate0 arqn ,temp 
+0x2559 004927 branch arqn_bypass ,true 
+0x255a 004928 call clear_got_tx 
+:      004929 arqn_bypass:
+0x255b 004930 bpatch patch0a_6 ,mem_patch0a 
+0x255c 004931 arg 0 ,temp 
+0x255d 004932 call reserve_slot 
+0x255e 004933 and type ,0xf ,pdata 
+0x255f 004934 beq type_poll ,process_poll 
+0x2560 004935 beq type_null ,end_of_packet 
+0x2561 004936 beq type_fhs ,process_fhs 
+0x2562 004937 fetcht 1 ,mem_temp_arq 
+0x2563 004938 fetch 1 ,mem_arq 
+0x2564 004939 icompare 0x04 ,temp 
+0x2565 004940 nbranch rx_type_dispatch ,true 
+0x2566 004941 bmark0 mark_am_addr_broadcast ,failed_seqn 
+0x2567 004942 bbit0 bcast1 ,rx_type_dispatch 
+:      004943 failed_seqn:
+0x2568 004944 set1 mark_old_packet ,mark 
+:      004945 rx_type_dispatch:
+0x2569 004946 bpatch patch0a_7 ,mem_patch0a 
+0x256a 004947 deposit type 
+0x256b 004948 beq type_dm1 ,process_dm1 
+0x256c 004949 beq type_dh1 ,process_dh1 
+0x256d 004950 beq type_hv3 ,process_hev 
+0x256e 004951 beq type_3dh1 ,process_3dh1 
+0x256f 004952 arg 4 ,temp 
+0x2570 004953 call reserve_slot 
+0x2571 004954 beq type_dm3 ,process_dm3 
+0x2572 004955 beq type_dh3 ,process_dh3 
+0x2573 004956 arg 8 ,temp 
+0x2574 004957 call reserve_slot 
+0x2575 004958 beq type_dm5 ,process_dm5 
+0x2576 004959 beq type_dh5 ,process_dh5 
+0x2577 004960 rtn 
+:      004963 process_hev:
+0x2578 004964 bpatch patch0b_0 ,mem_patch0b 
+0x2579 004965 enable decode_fec0 
+0x257a 004966 enable enable_crc 
+0x257b 004967 enable encrypt 
+0x257c 004968 arg mem_sco_ibuf ,contw 
+0x257d 004969 force 30 ,loopcnt 
+:      004970 process_hev_loop:
+0x257e 004971 parse demod ,bucket ,8 
+0x257f 004972 rshift3 pwindow ,pdata 
+0x2580 004973 istore 1 ,contw 
+0x2581 004974 loop process_hev_loop 
+0x2582 004975 bmark0 mark_esco ,end_of_packet 
+0x2583 004976 parse demod ,bucket ,16 
+0x2584 004977 nsetflag crc_failed ,mark_esco_rxok ,mark 
+0x2585 004978 branch error_payload ,crc_failed 
+0x2586 004979 branch ack_payload 
+:      004982 process_poll:
+0x2587 004983 branch end_of_packet 
+:      004985 process_dm3:
+:      004986 process_dm5:
+0x2588 004987 set1 mark_longpacket ,mark 
+:      004988 process_dm1:
+0x2589 004989 enable decode_fec2 
+0x258a 004990 branch process_dmh 
+:      004992 process_dh3:
+:      004993 process_dh5:
+0x258b 004994 set1 mark_longpacket ,mark 
+:      004995 process_3dh1:
+0x258c 004996 set1 psk3m ,radio_ctrl 
+:      004997 process_dh1:
+0x258d 004998 enable decode_fec0 
+:      004999 process_dmh:
+0x258e 005000 bpatch patch0b_1 ,mem_patch0b 
+0x258f 005001 bmark1 mark_rxbuf_inuse ,end_of_packet 
+0x2590 005002 isolate0 psk ,radio_ctrl 
+0x2591 005003 branch process_dmh_noedr ,true 
+0x2592 005004 disable enable_white 
+0x2593 005005 enable decode_fec0 
+0x2594 005006 disable decode_fec2 
+0x2595 005007 add clkn_bt ,2 ,timeup 
+0x2596 005008 correlate clkn_bt ,meet 
+0x2597 005009 nbranch error_payload ,sync 
+0x2598 005010 set1 mark_longpacket ,mark 
+0x2599 005011 enable enable_white 
+:      005012 process_dmh_noedr:
+0x259a 005013 bpatch patch0b_2 ,mem_patch0b 
+0x259b 005014 enable encrypt 
+0x259c 005015 enable enable_crc 
+0x259d 005016 parse demod ,bucket ,3 
+0x259e 005017 rshift8 pwindow ,pdata 
+0x259f 005018 store 1 ,mem_lch_code 
+0x25a0 005019 parse demod ,bucket ,5 
+0x25a1 005020 bmark1 mark_longpacket ,process_dmh_long 
+0x25a2 005021 rshift3 pwindow ,loopcnt 
+0x25a3 005022 rshift3 loopcnt ,loopcnt 
+0x25a4 005023 branch process_dmh_common 
+:      005024 process_dmh_long:
+0x25a5 005025 parse demod ,bucket ,5 
+0x25a6 005026 rshift pwindow ,loopcnt 
+0x25a7 005027 parse demod ,bucket ,3 
+:      005028 process_dmh_common:
+0x25a8 005029 bpatch patch0b_3 ,mem_patch0b 
+0x25a9 005030 deposit loopcnt 
+0x25aa 005031 store 2 ,mem_len 
+0x25ab 005032 branch process_dmh_data_end ,blank 
+0x25ac 005033 isub mask3ff ,null 
+0x25ad 005034 branch error_payload ,positive 
+0x25ae 005035 bpatch patch0b_4 ,mem_patch0b 
+0x25af 005036 set0 mark_fhs_eir ,mark 
+0x25b0 005037 fetch 1 ,mem_lch_code 
+0x25b1 005038 and_into 0x03 ,pdata 
+0x25b2 005039 arg mem_rxbuf ,contw 
+0x25b3 005040 beq llid_lmp ,process_lmp 
+0x25b4 005041 bmark1 mark_testmode ,process_dmh_data 
+0x25b5 005043 fetch 1 ,mem_lch_code 
+0x25b6 005044 and_into 0x03 ,pdata 
+0x25b7 005045 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
+0x25b8 005046 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
+0x25b9 005047 branch error_payload 
+:      005049 process_lmp:
+0x25ba 005050 fetch 2 ,mem_len 
+0x25bb 005051 sub pdata ,0x70 ,null 
+0x25bc 005052 nbranch error_payload ,positive 
+0x25bd 005053 bmark1 mark_old_packet ,ack_payload 
+0x25be 005054 branch process_dmh_data 
+:      005057 process_dmh_data_l2cap_start_pkt:
+0x25bf 005058 bpatch patch0b_5 ,mem_patch0b 
+0x25c0 005059 bmark1 mark_old_packet ,ack_payload 
+0x25c1 005060 fetch 2 ,mem_len 
+0x25c2 005061 arg 0x2e0 ,temp 
+0x25c3 005062 isub temp ,null 
+0x25c4 005063 branch error_payload ,positive 
+0x25c5 005064 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x25c6 005065 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
+0x25c7 005066 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
+0x25c8 005067 branch end_of_packet 
+:      005068 process_dmh_data_into_buff1:
+0x25c9 005069 jam 1 ,mem_l2cap_rxbuff_new 
+0x25ca 005070 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25cb 005071 bne 0 ,end_of_packet 
+0x25cc 005072 arg mem_l2cap_rxbuff1 ,contw 
+0x25cd 005073 branch process_dmh_data 
+:      005074 process_dmh_data_into_buff2:
+0x25ce 005075 jam 2 ,mem_l2cap_rxbuff_new 
+0x25cf 005076 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x25d0 005077 bne 0 ,end_of_packet 
+0x25d1 005078 arg mem_l2cap_rxbuff2 ,contw 
+0x25d2 005079 branch process_dmh_data 
+:      005081 process_dmh_data_l2cap_continue_pkt:
+0x25d3 005082 bpatch patch0b_6 ,mem_patch0b 
+0x25d4 005083 bmark1 mark_old_packet ,ack_payload 
+0x25d5 005084 fetch 2 ,mem_len 
+0x25d6 005085 arg 0x2e0 ,temp 
+0x25d7 005086 isub temp ,null 
+0x25d8 005087 branch error_payload ,positive 
+0x25d9 005088 fetch 1 ,mem_l2cap_rxbuff_new 
+0x25da 005089 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
+0x25db 005090 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
+0x25dc 005091 branch end_of_packet 
+:      005092 process_dmh_data_l2cap_continue_pkt1:
+0x25dd 005093 arg mem_l2cap_rxbuff1 ,contw 
+0x25de 005094 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25df 005095 iadd contw ,contw 
+0x25e0 005096 branch process_dmh_data 
+:      005097 process_dmh_data_l2cap_continue_pkt2:
+0x25e1 005098 arg mem_l2cap_rxbuff2 ,contw 
+0x25e2 005099 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x25e3 005100 iadd contw ,contw 
+:      005101 process_dmh_data:
+0x25e4 005102 parse demod ,bucket ,8 
+0x25e5 005103 rshift3 pwindow ,pdata 
+0x25e6 005104 istore 1 ,contw 
+0x25e7 005105 loop process_dmh_data 
+:      005106 process_dmh_data_end:
+0x25e8 005107 bpatch patch0b_7 ,mem_patch0b 
+0x25e9 005108 parse demod ,bucket ,16 
+0x25ea 005109 branch error_payload_crc ,crc_failed 
+0x25eb 005110 fetch 1 ,mem_l2cap_flow_ctrl_flag 
+0x25ec 005111 beq l2cap_flow_ctrl_enable ,end_of_packet 
+0x25ed 005112 bmark1 mark_testmode ,process_dmh_cont 
+0x25ee 005113 bmark1 mark_old_packet ,redundant_payload 
+0x25ef 005114 fetch 1 ,mem_lch_code 
+0x25f0 005115 compare 3 ,pdata ,3 
+0x25f1 005116 branch process_dmh_cont ,true 
+0x25f2 005117 fetch 2 ,mem_len 
+0x25f3 005118 branch process_dmh_cont ,blank 
+0x25f4 005119 bpatch patch0c_0 ,mem_patch0c 
+0x25f5 005120 fetch 1 ,mem_l2cap_rxbuff_new 
+0x25f6 005121 beq 1 ,process_l2cap_pass_crc_buff1 
+0x25f7 005122 beq 2 ,process_l2cap_pass_crc_buff2 
+0x25f8 005123 branch assert 
+:      005124 process_l2cap_pass_crc_buff1:
+0x25f9 005125 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25fa 005126 fetcht 2 ,mem_len 
+0x25fb 005127 iadd temp ,pdata 
+0x25fc 005128 store 2 ,mem_l2cap_rxbuff1_len 
+0x25fd 005129 beq 0 ,assert 
+0x25fe 005130 fetcht 2 ,mem_l2cap_rxbuff1 
+0x25ff 005131 increase 4 ,temp 
+0x2600 005132 isub temp ,null 
+0x2601 005133 call l2cap_buff1_inuse ,zero 
+0x2602 005134 branch process_dmh_cont 
+:      005135 process_l2cap_pass_crc_buff2:
+0x2603 005136 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x2604 005137 fetcht 2 ,mem_len 
+0x2605 005138 iadd temp ,pdata 
+0x2606 005139 store 2 ,mem_l2cap_rxbuff2_len 
+0x2607 005140 beq 0 ,assert 
+0x2608 005141 fetcht 2 ,mem_l2cap_rxbuff2 
+0x2609 005142 add temp ,4 ,temp 
+0x260a 005143 isub temp ,null 
+0x260b 005144 call l2cap_buff2_inuse ,zero 
+0x260c 005145 branch process_dmh_cont 
+:      005146 process_dmh_cont:
+0x260d 005147 bpatch patch0c_1 ,mem_patch0c 
+0x260e 005148 fetcht 1 ,mem_state_map 
+0x260f 005149 fetch 1 ,mem_lch_code 
+0x2610 005150 compare 3 ,pdata ,0x03 
+0x2611 005151 setflag true ,smap_rxlmp ,temp 
+0x2612 005152 nsetflag true ,smap_rxl2cap ,temp 
+0x2613 005153 storet 1 ,mem_state_map 
+0x2614 005154 nbranch process_dmh_cont_rxbuf_not_use ,true 
+0x2615 005155 set1 mark_rxbuf_inuse ,mark 
+:      005156 process_dmh_cont_rxbuf_not_use:
+0x2616 005157 bmark0 mark_testmode ,ack_payload 
+0x2617 005158 isolate1 smap_rxlmp ,temp 
+0x2618 005159 branch ack_payload ,true 
+0x2619 005160 fetch 2 ,mem_tst_pktcnt_crc 
+0x261a 005161 increase 1 ,pdata 
+0x261b 005162 store 2 ,mem_tst_pktcnt_crc 
+0x261c 005163 set1 mark_loopback ,mark 
+0x261d 005164 set0 smap_rxl2cap ,temp 
+0x261e 005165 set0 mark_rxbuf_inuse ,mark 
+0x261f 005166 storet 1 ,mem_state_map 
+:      005167 ack_payload:
+0x2620 005168 bpatch patch0c_2 ,mem_patch0c 
+0x2621 005169 fetcht 1 ,mem_temp_arq 
+0x2622 005170 fetch 1 ,mem_arq 
+0x2623 005171 set1 arqnx ,pdata 
+0x2624 005172 isolate1 seqn ,temp 
+0x2625 005173 setflag true ,seqn ,pdata 
+0x2626 005174 isolate1 mark_am_addr_broadcast ,mark 
+0x2627 005175 setflag true ,bcast1 ,pdata 
+0x2628 005176 store 1 ,mem_arq 
+0x2629 005177 fetch 2 ,mem_len 
+0x262a 005178 nbranch end_of_packet ,blank 
+0x262b 005179 fetch 1 ,mem_state_map 
+0x262c 005180 set0 smap_rxl2cap ,pdata 
+0x262d 005181 store 1 ,mem_state_map 
+0x262e 005182 fetch 1 ,mem_lch_code 
+0x262f 005183 compare 0x01 ,pdata ,0x07 
+0x2630 005185 branch end_of_packet 
+:      005187 error_header:
+0x2631 005188 bpatch patch0c_3 ,mem_patch0c 
+0x2632 005189 disable match 
+0x2633 005190 fetch 2 ,mem_rx_hec_err 
+0x2634 005191 increase 1 ,pdata 
+0x2635 005192 store 2 ,mem_rx_hec_err 
+0x2636 005193 branch end_of_packet 
+:      005194 error_payload_crc:
+0x2637 005195 fetch 2 ,mem_rx_crc_err 
+0x2638 005196 increase 1 ,pdata 
+0x2639 005197 store 2 ,mem_rx_crc_err 
+0x263a 005198 call discard_pkt 
+0x263b 005199 bmark0 mark_testmode ,error_payload 
+0x263c 005200 set1 mark_loopback ,mark 
+:      005201 error_payload:
+0x263d 005202 branch end_of_packet 
+:      005204 discard_pkt:
+0x263e 005205 bpatch patch0c_4 ,mem_patch0c 
+0x263f 005206 fetch 1 ,mem_lch_code 
+0x2640 005207 compare 3 ,pdata ,0x03 
+0x2641 005208 nbranch discard_pkt_l2cap ,true 
+:      005209 discard_pkt_lmp:
+0x2642 005210 fetcht 1 ,mem_state_map 
+0x2643 005211 set0 smap_rxlmp ,temp 
+0x2644 005212 storet 1 ,mem_state_map 
+0x2645 005213 rtn 
+:      005214 discard_pkt_l2cap:
+0x2646 005217 fetcht 1 ,mem_state_map 
+0x2647 005218 set0 smap_rxl2cap ,temp 
+0x2648 005219 storet 1 ,mem_state_map 
+0x2649 005220 branch h4_send_acl_trigger_clear 
+:      005222 redundant_payload:
+0x264a 005223 fetch 1 ,mem_arq 
+0x264b 005224 set1 arqnx ,pdata 
+0x264c 005225 store 1 ,mem_arq 
+:      005226 end_of_packet:
+0x264d 005227 bpatch patch0c_5 ,mem_patch0c 
+0x264e 005228 disable encode_fec0 
+0x264f 005229 disable encode_fec2 
+0x2650 005230 disable decode_fec0 
+0x2651 005231 disable decode_fec2 
+0x2652 005232 disable enable_crc 
+0x2653 005233 disable encrypt 
+0x2654 005234 disable enable_white 
+0x2655 005235 branch shutdown_radio ,is_rx 
+0x2656 005236 until null ,tx_clear 
+0x2657 005237 nop 100 
+0x2658 005238 branch shutdown_radio 
+:      005240 process_fhs:
+0x2659 005241 bpatch patch0c_6 ,mem_patch0c 
+0x265a 005242 enable enable_crc 
+0x265b 005243 enable decode_fec2 
+0x265c 005244 parse demod ,bucket ,72 
+0x265d 005245 isolate1 58 ,pdata 
+0x265e 005246 setflag true ,mark_fhs_eir ,mark 
+0x265f 005247 copy bt_adr ,temp 
+0x2660 005248 ialigned bt_adr 
+0x2661 005249 ialigned fhs0 
+0x2662 005250 pulse recalc 
+0x2663 005251 setsect 2 ,0xfffff 
+0x2664 005252 setsect 3 ,0x0ffff 
+0x2665 005253 nop 32 
+0x2666 005254 iverify fhs_parity 
+0x2667 005255 deposit lap 
+0x2668 005256 store 3 ,extm_lap 
+0x2669 005257 deposit uap 
+0x266a 005258 store 1 ,extm_uap 
+0x266b 005259 copy temp ,bt_adr 
+0x266c 005260 branch fhs_parity_ok ,true 
+0x266d 005261 branch error_payload 
+:      005262 fhs_parity_ok:
+0x266e 005263 bpatch patch0c_7 ,mem_patch0c 
+0x266f 005264 parse demod ,bucket ,72 
+0x2670 005265 ialigned fhs1 
+0x2671 005266 ialigned am_addr 
+0x2672 005267 ialigned nap 
+0x2673 005268 ialigned regb 
+0x2674 005269 force 0 ,pdata 
+0x2675 005270 parse demod ,bucket ,16 
+0x2676 005271 branch error_payload ,crc_failed 
+0x2677 005272 setarg 0x0ffffffc 
+0x2678 005273 iand regb ,pdata 
+0x2679 005274 store 4 ,mem_clke_bt 
+0x267a 005275 deposit fhs_class 
+0x267b 005276 store 3 ,extm_class 
+0x267c 005277 deposit fhs_misc 
+0x267d 005278 store 1 ,extm_fhs_misc 
+0x267e 005279 deposit am_addr 
+0x267f 005280 store 1 ,extm_newconn_am_addr 
+0x2680 005281 deposit nap 
+0x2681 005282 store 2 ,extm_nap 
+0x2682 005283 deposit bt_clk 
+0x2683 005284 inject rxf ,32 
+0x2684 005285 compare type_fhs ,type ,0x0f 
+0x2685 005286 setflag true ,mark_fhs_already_good ,mark 
+0x2686 005287 branch end_of_packet 
+:      005289 clear_got_tx:
+0x2687 005290 bpatch patch0d_0 ,mem_patch0d 
+0x2688 005291 fetch 1 ,mem_arq 
+0x2689 005292 rtnbit0 wack 
+0x268a 005293 set0 wack ,pdata 
+0x268b 005294 setflip seqnx ,pdata 
+0x268c 005295 store 1 ,mem_arq 
+0x268d 005296 fetch 1 ,mem_last_type 
+0x268e 005297 beq type_lmp ,clear_got_txlmp 
+0x268f 005298 rtneq type_hv3 
+0x2690 005299 fetch 1 ,mem_op 
+0x2691 005300 rtnbit0 op_txl2cap ,pdata 
+0x2692 005301 set0 op_txl2cap ,pdata 
+0x2693 005302 set1 op_pkt_comp ,pdata 
+0x2694 005303 store 1 ,mem_op 
+0x2695 005304 set0 mark_tx_l2cap ,mark 
+0x2696 005305 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x2697 005306 nrtn blank 
+0x2698 005307 fetch 1 ,mem_op 
+0x2699 005308 set0 op_pkt_comp ,pdata 
+0x269a 005309 store 1 ,mem_op 
+0x269b 005310 branch l2cap_malloc_free 
+:      005312 clear_got_txlmp:
+0x269c 005313 bpatch patch0d_1 ,mem_patch0d 
+0x269d 005314 fetch 1 ,mem_lmo_header_opcode 
+0x269e 005315 rshift pdata ,pdata 
+0x269f 005316 beq lmp_start_encryption_req ,start_encryption 
+0x26a0 005317 beq lmp_stop_encryption_req ,stop_encryption 
+0x26a1 005318 beq lmp_unsniff_req ,sniff_exit 
+0x26a2 005319 beq lmp_escape ,clear_lmp_escape 
+0x26a3 005320 rtnne lmp_accepted 
+0x26a4 005321 fetch 1 ,mem_lmo_payload 
+0x26a5 005322 beq lmp_sco_link_req ,sco_link_req_by_slave 
+0x26a6 005323 beq lmp_start_encryption_req ,clear_send_setup_complete 
+0x26a7 005324 rtn 
+:      005326 clear_lmp_escape:
+0x26a8 005327 fetch 1 ,mem_lmo_payload 
+0x26a9 005328 set1 7 ,pdata 
+0x26aa 005329 rtn 
+:      005330 clear_send_setup_complete:
+0x26ab 005331 rtn master 
+0x26ac 005332 fetch 1 ,mem_state 
+0x26ad 005333 rtnbit1 state_conn_comp 
+0x26ae 005334 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x26af 005335 rtn 
+:      005338 sco_link_req_by_slave:
+0x26b0 005339 rtn master 
+0x26b1 005340 fetch 1 ,mem_mode 
+0x26b2 005341 isolate1 send_sco_when_slave ,pdata 
+0x26b3 005342 branch clean_mem_mode ,true 
+0x26b4 005344 rtn 
+:      005345 clean_mem_mode:
+0x26b5 005346 set0 send_sco_when_slave ,pdata 
+0x26b6 005347 store 1 ,mem_mode 
+0x26b7 005348 rtn 
+:      005350 start_encryption:
+0x26b8 005351 bpatch patch0d_2 ,mem_patch0d 
+0x26b9 005352 fetch 1 ,mem_state_map 
+0x26ba 005353 set1 smap_encryption ,pdata 
+0x26bb 005354 store 1 ,mem_state_map 
+0x26bc 005355 jam 1 ,core_encrypt 
+0x26bd 005356 fetch 1 ,mem_state 
+0x26be 005357 isolate1 state_conn_comp ,pdata 
+0x26bf 005358 rtn 
+:      005360 stop_encryption:
+0x26c0 005361 bpatch patch0d_3 ,mem_patch0d 
+0x26c1 005362 fetch 1 ,mem_state_map 
+0x26c2 005363 set0 smap_encryption ,pdata 
+0x26c3 005364 store 1 ,mem_state_map 
+0x26c4 005365 jam 0 ,core_encrypt 
+0x26c5 005366 rtn 
+:      005369 sniff_init:
+0x26c6 005370 bpatch patch0d_4 ,mem_patch0d 
+0x26c7 005371 copy clkn_bt ,pdata 
+0x26c8 005372 store 4 ,mem_lpm_delay_after_sniff 
+0x26c9 005373 add clkn_bt ,3 ,rega 
+0x26ca 005374 branch sniff_init_master ,master 
+0x26cb 005375 add clke_bt ,3 ,rega 
+:      005376 sniff_init_master:
+0x26cc 005377 fetcht 2 ,mem_tsniff 
+0x26cd 005378 deposit rega 
+0x26ce 005379 set0 27 ,pdata 
+0x26cf 005380 idiv temp 
+0x26d0 005381 fetch 2 ,mem_dsniff 
+0x26d1 005382 call wait_div_end 
+0x26d2 005383 remainder regc 
+0x26d3 005384 isub regc ,pdata 
+0x26d4 005385 branch sniff_init_nowrap ,positive 
+0x26d5 005386 iadd temp ,pdata 
+:      005387 sniff_init_nowrap:
+0x26d6 005388 iadd rega ,pdata 
+0x26d7 005389 store 4 ,mem_sniff_anchor 
+0x26d8 005390 jam switch_flag_init ,mem_switch_flag 
+0x26d9 005391 fetch 1 ,mem_state 
+0x26da 005392 set1 state_insniff ,pdata 
+0x26db 005393 store 1 ,mem_state 
+0x26dc 005394 fetch 1 ,mem_sniff_attempt 
+0x26dd 005395 store 1 ,mem_current_sniff_attempt 
+0x26de 005396 setarg 0 
+0x26df 005397 store 3 ,mem_sniff_rcv 
+0x26e0 005398 store 3 ,mem_sniff_lost 
+0x26e1 005399 store 1 ,mem_sniff_unint_lost 
+0x26e2 005400 jam bt_evt_enter_sniff ,mem_fifo_temp 
+0x26e3 005401 call ui_ipc_send_event 
+0x26e4 005402 fetch 2 ,mem_rx_window_sniff 
+0x26e5 005403 store 2 ,mem_rx_window 
+0x26e6 005404 nrtn master 
+0x26e7 005405 add am_addr ,-1 ,queue 
+0x26e8 005406 rtn 
+:      005408 sniff_exit:
+0x26e9 005409 bpatch patch0d_5 ,mem_patch0d 
+0x26ea 005410 fetch 1 ,mem_state 
+0x26eb 005411 rtnbit0 state_insniff 
+0x26ec 005412 set0 state_insniff ,pdata 
+0x26ed 005413 store 1 ,mem_state 
+0x26ee 005414 fetch 2 ,mem_rx_window_init 
+0x26ef 005415 store 2 ,mem_rx_window 
+0x26f0 005416 disable wake 
+0x26f1 005417 jam bt_evt_exit_sniff ,mem_fifo_temp 
+0x26f2 005418 branch ui_ipc_send_event 
+:      005421 check_attempt:
+0x26f3 005422 bpatch patch0d_6 ,mem_patch0d 
+0x26f4 005423 enable attempt 
+0x26f5 005424 fetch 1 ,mem_state 
+0x26f6 005425 bbit1 state_insniff ,check_attempt_sniff 
+0x26f7 005426 rtnmark1 mark_testmode 
+0x26f8 005427 fetch 1 ,mem_arq 
+0x26f9 005428 rtnbit1 wack 
+0x26fa 005429 fetch 1 ,mem_lmp_to_send 
+0x26fb 005430 nrtn blank 
+0x26fc 005431 fetch 1 ,mem_op 
+0x26fd 005432 rtnbit1 op_txl2cap 
+:      005433 check_attempt_nomore:
+0x26fe 005434 force 0 ,pdata 
+0x26ff 005435 rtn 
+:      005437 check_attempt_sniff:
+0x2700 005438 bbit0 state_insco ,check_attempt_not_sco 
+0x2701 005439 fetch 1 ,mem_current_sniff_attempt 
+0x2702 005440 beq 2 ,check_attempt_sniff_restore_sco 
+0x2703 005441 fetch 1 ,mem_arq 
+0x2704 005442 bbit1 wack ,check_attempt_notimeout 
+0x2705 005443 bmark0 mark_esco_rxok ,check_attempt_notimeout 
+:      005444 check_attempt_sniff_restore_sco:
+0x2706 005445 nbranch check_attempt_notimeout ,master 
+0x2707 005446 fetch 1 ,mem_lmp_to_send 
+0x2708 005447 nbranch check_attempt_notimeout ,blank 
+:      005448 check_attempt_sco_master:
+0x2709 005449 fetch 1 ,mem_sco_poll 
+0x270a 005450 increase -1 ,pdata 
+0x270b 005451 store 1 ,mem_sco_poll 
+0x270c 005452 nbranch check_attempt_nomore ,blank 
+0x270d 005453 jam param_sco_poll ,mem_sco_poll 
+0x270e 005454 branch check_attempt_notimeout 
+:      005461 check_attempt_not_sco:
+0x270f 005462 fetch 1 ,mem_current_sniff_attempt 
+0x2710 005463 bne 1 ,check_attempt_notimeout 
+0x2711 005464 fetch 1 ,mem_current_sniff_timeout 
+0x2712 005465 branch check_attempt_notimeout ,blank 
+0x2713 005466 increase -1 ,pdata 
+0x2714 005467 store 1 ,mem_current_sniff_timeout 
+0x2715 005468 fetch 1 ,mem_arq 
+0x2716 005469 rtnbit1 wack 
+0x2717 005470 nrtn match 
+:      005471 check_attempt_notimeout:
+0x2718 005472 fetch 1 ,mem_current_sniff_attempt 
+0x2719 005473 increase -1 ,pdata 
+0x271a 005474 store 1 ,mem_current_sniff_attempt 
+0x271b 005475 rtn 
+:      005486 sniff_check_window:
+0x271c 005487 bpatch patch0d_7 ,mem_patch0d 
+0x271d 005488 disable swfine 
+0x271e 005489 copy temp ,stop_watch 
+0x271f 005490 call context_search_sniff_window 
+0x2720 005491 disable user 
+0x2721 005492 nrtn zero 
+0x2722 005493 force 0 ,stop_watch 
+0x2723 005494 enable user 
+0x2724 005495 rtn 
+:      005498 check_esco_amaddr:
+0x2725 005499 fetch 1 ,mem_esco_addr 
+0x2726 005500 icompare 0xff ,am_addr 
+0x2727 005501 rtn 
+:      005504 parse_l2cap:
+0x2728 005505 bpatch patch0e_0 ,mem_patch0e 
+0x2729 005506 set0 mark_rxbuf_inuse ,mark 
+:      005507 parse_l2cap_cont:
+0x272a 005508 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x272b 005509 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x272c 005510 rtn blank 
+0x272d 005511 isolate1 l2cap_inuse_buff1 ,pdata 
+0x272e 005512 arg mem_l2cap_rxbuff1 ,contr 
+0x272f 005513 call process_rx_l2cap_pkt ,true 
+0x2730 005514 bpatch patch0e_1 ,mem_patch0e 
+0x2731 005515 fetch 1 ,mem_l2cap_rx_done 
+0x2732 005516 beq l2cap_rx_done ,parse_l2cap_release_buff1 
+0x2733 005518 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x2734 005519 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2735 005520 rtnbit0 l2cap_inuse_buff2 
+0x2736 005521 arg mem_l2cap_rxbuff2 ,contr 
+0x2737 005522 call process_rx_l2cap_pkt 
+0x2738 005523 fetch 1 ,mem_l2cap_rx_done 
+0x2739 005524 beq l2cap_rx_done ,parse_l2cap_release_buff2 
+0x273a 005525 rtn 
+:      005527 parse_l2cap_release_buff1:
+0x273b 005528 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x273c 005529 set0 l2cap_inuse_buff1 ,pdata 
+0x273d 005530 store 1 ,mem_l2cap_rxbuff_inuse 
+0x273e 005531 setarg 0 
+0x273f 005532 store 2 ,mem_l2cap_rxbuff1_len 
+0x2740 005533 rtn 
+:      005534 parse_l2cap_release_buff2:
+0x2741 005535 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2742 005536 set0 l2cap_inuse_buff2 ,pdata 
+0x2743 005537 store 1 ,mem_l2cap_rxbuff_inuse 
+0x2744 005538 setarg 0 
+0x2745 005539 store 2 ,mem_l2cap_rxbuff2_len 
+0x2746 005540 rtn 
+:      005542 l2cap_buff1_inuse:
+0x2747 005543 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2748 005544 set1 l2cap_inuse_buff1 ,pdata 
+0x2749 005545 store 1 ,mem_l2cap_rxbuff_inuse 
+0x274a 005546 rtn 
+:      005548 l2cap_buff2_inuse:
+0x274b 005549 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x274c 005550 set1 l2cap_inuse_buff2 ,pdata 
+0x274d 005551 store 1 ,mem_l2cap_rxbuff_inuse 
+0x274e 005552 rtn 
+:      005558 slave_send_access:
+0x274f 005559 bpatch patch0e_2 ,mem_patch0e 
+0x2750 005560 add clke_bt ,1 ,bt_clk 
+0x2751 005561 call fetch_extm_bt_adr 
+0x2752 005562 force 0x03 ,freq_mode 
+0x2753 005563 call tx_radio_freq 
+0x2754 005564 call start_transmitter 
+0x2755 005565 call start_tx_external 
+0x2756 005566 branch send_access_word 
+:      005569 slave_conn_send_packet:
+0x2757 005570 bpatch patch0e_3 ,mem_patch0e 
+0x2758 005571 call rf_setup_time_slave_slot 
+0x2759 005572 deposit clke_bt 
+0x275a 005573 fetcht 4 ,mem_next_btclk 
+0x275b 005574 isub temp ,pdata 
+0x275c 005575 rtnne 1 
+0x275d 005576 compare type_null ,type ,0x1f 
+0x275e 005577 nbranch slave_conn_send_access ,true 
+0x275f 005578 fetch 1 ,mem_rx_type 
+0x2760 005579 rtn blank 
+:      005580 slave_conn_send_access:
+0x2761 005581 call slave_send_access 
+:      005582 transmit_packet:
+0x2762 005583 compare type_id ,type ,0x1f 
+0x2763 005584 branch end_of_packet ,true 
+0x2764 005585 rshift bt_clk ,temp 
+0x2765 005586 or temp ,0x40 ,white_init 
+:      005587 transmit_packet_whitened:
+0x2766 005588 bpatch patch0e_4 ,mem_patch0e 
+0x2767 005589 enable enable_white 
+0x2768 005590 enable enable_hec 
+0x2769 005591 enable encode_fec1 
+0x276a 005592 set0 mark_longpacket ,mark 
+0x276b 005593 deposit am_addr 
+0x276c 005594 inject mod ,3 
+0x276d 005595 deposit type 
+0x276e 005596 inject mod ,4 
+0x276f 005597 fetch 1 ,mem_arq 
+0x2770 005598 inject bucket ,4 
+0x2771 005599 inject mod ,3 
+0x2772 005600 enable enable_parity 
+0x2773 005601 inject mod ,8 
+0x2774 005602 disable encode_fec1 
+0x2775 005603 disable enable_parity 
+0x2776 005604 disable enable_hec 
+0x2777 005605 set0 psk3m ,radio_ctrl 
+0x2778 005606 arg 0 ,temp 
+0x2779 005607 call reserve_slot 
+0x277a 005608 bpatch patch0e_5 ,mem_patch0e 
+0x277b 005609 and type ,0x1f ,pdata 
+0x277c 005610 beq type_lmp ,transmit_lmp 
+0x277d 005611 beq type_null ,end_of_packet 
+0x277e 005612 beq type_poll ,end_of_packet 
+0x277f 005613 beq type_fhs ,transmit_fhs 
+0x2780 005614 beq type_dm1 ,transmit_dm1 
+0x2781 005615 beq type_dh1 ,transmit_dh1 
+0x2782 005616 beq type_hv3 ,transmit_hev 
+0x2783 005617 beq type_3dh1 ,transmit_3dh1 
+0x2784 005618 arg 4 ,temp 
+0x2785 005619 call reserve_slot 
+0x2786 005620 beq type_dm3 ,transmit_dm3 
+0x2787 005621 beq type_dh3 ,transmit_dh3 
+0x2788 005622 arg 8 ,temp 
+0x2789 005623 call reserve_slot 
+0x278a 005624 beq type_dh5 ,transmit_dh5 
+0x278b 005625 branch transmit_dm5 
+:      005628 transmit_hev:
+0x278c 005629 bpatch patch0e_6 ,mem_patch0e 
+0x278d 005630 enable encode_fec0 
+0x278e 005631 enable enable_crc 
+0x278f 005632 enable encrypt 
+0x2790 005633 force 30 ,loopcnt 
+0x2791 005634 arg mem_sco_obuf ,contr 
+:      005635 transmit_ev_loop:
+0x2792 005636 ifetch 1 ,contr 
+0x2793 005637 inject mod ,8 
+0x2794 005638 loop transmit_ev_loop 
+0x2795 005639 bmark1 mark_esco ,transmit_end 
+0x2796 005640 branch end_of_packet 
+:      005642 transmit_fhs:
+0x2797 005643 bpatch patch0e_7 ,mem_patch0e 
+0x2798 005644 fetch 1 ,mem_fhs_am_addr 
+0x2799 005645 icopy am_addr 
+0x279a 005646 fetch 1 ,mem_fhs_misc 
+0x279b 005647 icopy fhs_misc 
+0x279c 005648 fetch 3 ,mem_class 
+0x279d 005649 icopy fhs_class 
+0x279e 005650 fetch 2 ,mem_nap 
+0x279f 005651 icopy nap 
+0x27a0 005652 enable enable_crc 
+0x27a1 005653 enable encode_fec2 
+0x27a2 005654 copy bt_adr ,rega 
+0x27a3 005655 call fetch_self_bt_adr 
+0x27a4 005656 pulse recalc 
+0x27a5 005657 nop 32 
+0x27a6 005658 copy bt_clk ,timeup 
+0x27a7 005659 fetch 4 ,mem_clkn_bt 
+0x27a8 005660 icopy bt_clk 
+0x27a9 005661 preload fhs0 
+0x27aa 005662 set1 58 ,pdata 
+0x27ab 005663 inject mod ,72 
+0x27ac 005664 preload fhs1 
+0x27ad 005665 inject mod ,72 
+0x27ae 005666 copy timeup ,bt_clk 
+0x27af 005667 copy rega ,bt_adr 
+0x27b0 005668 enable enable_parity 
+0x27b1 005669 inject mod ,16 
+0x27b2 005670 disable enable_parity 
+0x27b3 005671 branch end_of_packet 
+:      005673 transmit_lmp:
+0x27b4 005674 bpatch patch0f_0 ,mem_patch0f 
+0x27b5 005675 enable encrypt 
+0x27b6 005676 enable enable_crc 
+0x27b7 005677 enable encode_fec2 
+0x27b8 005678 fetch 1 ,mem_lmo_header_length 
+0x27b9 005679 and pdata ,0x1f8 ,temp 
+0x27ba 005680 arg mem_lmo_header_length ,contr 
+0x27bb 005681 increase 8 ,temp 
+:      005682 transmit_lmp_loop:
+0x27bc 005683 add temp ,-72 ,regc 
+0x27bd 005684 nbranch transmit_lmp_finish ,positive 
+0x27be 005685 ifetch 9 ,contr 
+0x27bf 005686 inject mod ,72 
+0x27c0 005687 copy regc ,temp 
+0x27c1 005688 branch transmit_lmp_loop 
+:      005689 transmit_lmp_finish:
+0x27c2 005690 ifetch 9 ,contr 
+0x27c3 005691 iinject mod ,temp 
+0x27c4 005692 branch transmit_end 
+:      005694 transmit_dm1:
+0x27c5 005695 enable encode_fec2 
+0x27c6 005696 branch transmit_dmh 
+:      005697 transmit_dm3:
+:      005698 transmit_dm5:
+0x27c7 005699 enable encode_fec2 
+0x27c8 005700 set1 mark_longpacket ,mark 
+0x27c9 005701 branch transmit_dmh 
+:      005703 transmit_3dh1:
+0x27ca 005704 set1 psk3m ,radio_ctrl 
+:      005705 transmit_dh1:
+0x27cb 005706 enable encode_fec0 
+0x27cc 005707 branch transmit_dmh 
+:      005709 transmit_dh3:
+:      005710 transmit_dh5:
+0x27cd 005711 set1 psk3m ,radio_ctrl 
+0x27ce 005712 enable encode_fec0 
+0x27cf 005713 set1 mark_longpacket ,mark 
+:      005715 transmit_dmh:
+0x27d0 005716 bpatch patch0f_1 ,mem_patch0f 
+0x27d1 005717 fetch 1 ,mem_state_map 
+0x27d2 005718 bbit0 smap_edr ,transmit_noedr 
+0x27d3 005719 sub type ,3 ,null 
+0x27d4 005720 branch transmit_noedr ,positive 
+0x27d5 005721 disable encrypt 
+0x27d6 005722 disable encode_fec2 
+0x27d7 005723 enable encode_fec0 
+0x27d8 005724 disable enable_white 
+0x27d9 005725 set1 psk ,radio_ctrl 
+0x27da 005726 isolate1 psk3m ,radio_ctrl 
+0x27db 005727 branch transmit_edr3m ,true 
+0x27dc 005728 setarg 0xabeee 
+0x27dd 005729 inject mod ,20 
+0x27de 005730 branch transmit_edr_sync_end 
+:      005731 transmit_edr3m:
+0x27df 005732 setarg 0x5faeba 
+0x27e0 005733 inject mod ,24 
+0x27e1 005734 setarg 0x12 
+0x27e2 005735 inject mod ,6 
+:      005736 transmit_edr_sync_end:
+0x27e3 005737 enable enable_white 
+0x27e4 005738 set1 mark_longpacket ,mark 
+:      005739 transmit_noedr:
+0x27e5 005740 enable encrypt 
+0x27e6 005741 enable enable_crc 
+0x27e7 005742 bmark1 mark_loopback ,transmit_loopback 
+0x27e8 005743 fetch 1 ,mem_tx_lch 
+0x27e9 005744 inject mod ,3 
+0x27ea 005745 fetch 2 ,mem_tx_len 
+0x27eb 005746 iforce loopcnt 
+0x27ec 005747 bmark1 mark_longpacket ,transmit_long 
+0x27ed 005748 inject mod ,5 
+0x27ee 005749 branch transmit_stuff 
+:      005750 transmit_long:
+0x27ef 005751 inject mod ,13 
+:      005752 transmit_stuff:
+0x27f0 005753 deposit loopcnt 
+0x27f1 005754 branch transmit_end ,blank 
+0x27f2 005755 fetch 2 ,mem_txptr 
+0x27f3 005756 iforce contr 
+:      005757 transmit_stuff_loop:
+0x27f4 005758 ifetch 1 ,contr 
+0x27f5 005759 inject mod ,8 
+0x27f6 005760 loop transmit_stuff_loop 
+:      005763 transmit_end:
+0x27f7 005764 enable enable_parity 
+0x27f8 005765 inject mod ,16 
+0x27f9 005766 disable enable_parity 
+0x27fa 005767 call set_wait_ack 
+0x27fb 005768 fetch 1 ,mem_state_map 
+0x27fc 005769 bbit0 smap_edr ,end_of_packet 
+0x27fd 005770 force 0 ,pdata 
+0x27fe 005771 inject mod ,6 
+0x27ff 005772 branch end_of_packet 
+:      005775 transmit_loopback:
+0x2800 005776 bpatch patch0f_2 ,mem_patch0f 
+0x2801 005777 bmark1 mark_longpacket ,transmit_loopback_long 
+:      005778 transmit_loopback_short:
+0x2802 005779 fetch 1 ,mem_lch_code 
+0x2803 005780 inject mod ,3 
+0x2804 005781 fetch 1 ,mem_len 
+0x2805 005782 iforce regc 
+0x2806 005783 inject mod ,5 
+0x2807 005784 branch transmit_loopback_cont 
+:      005785 transmit_loopback_long:
+0x2808 005786 fetch 1 ,mem_lch_code 
+0x2809 005787 inject mod ,3 
+0x280a 005788 fetch 2 ,mem_len 
+0x280b 005789 iforce regc 
+0x280c 005790 inject mod ,13 
+:      005791 transmit_loopback_cont:
+0x280d 005792 arg mem_rxbuf ,contr 
+:      005793 transmit_loopback_loop:
+0x280e 005794 copy regc ,null 
+0x280f 005795 branch transmit_loopback_end ,zero 
+0x2810 005796 ifetch 1 ,contr 
+0x2811 005797 inject mod ,8 
+0x2812 005798 increase -1 ,regc 
+0x2813 005799 branch transmit_loopback_loop 
+:      005800 transmit_loopback_end:
+0x2814 005801 fetch 2 ,mem_tst_pktcnt_dmh 
+0x2815 005802 increase 1 ,pdata 
+0x2816 005803 store 2 ,mem_tst_pktcnt_dmh 
+0x2817 005804 branch transmit_end 
+:      005807 apply_switch_clke:
+0x2818 005808 fetch 4 ,mem_clke_bt 
+0x2819 005809 add pdata ,7 ,rega 
+0x281a 005810 fetch 2 ,mem_slot_offset 
+0x281b 005811 nbranch apply_switch_nozero ,blank 
+0x281c 005812 increase -3 ,rega 
+0x281d 005813 branch apply_switch_wait_loop 
+:      005814 apply_switch_nozero:
+0x281e 005815 mul32 pdata ,12 ,pdata 
+0x281f 005816 hfetcht 2 ,core_halfslot 
+0x2820 005817 increase 1 ,temp 
+:      005818 apply_switch_loop:
+0x2821 005819 isub temp ,pdata 
+0x2822 005820 nbranch apply_switch_bt ,positive 
+0x2823 005821 increase -1 ,rega 
+0x2824 005822 branch apply_switch_loop 
+:      005823 apply_switch_bt:
+0x2825 005824 sub pdata ,0 ,pdata 
+:      005825 apply_switch_wait_loop:
+0x2826 005826 until null ,oneslot 
+0x2827 005827 compare 0 ,clkn_bt ,3 
+0x2828 005828 nbranch apply_switch_wait_loop ,true 
+0x2829 005829 iforce clke_rt 
+0x282a 005830 copy rega ,clke_bt 
+0x282b 005831 iforce clke_rt 
+0x282c 005832 rtn 
+:      005835 calc_slot_offset:
+0x282d 005836 bpatch patch0f_3 ,mem_patch0f 
+0x282e 005837 until null ,halfslot 
+0x282f 005838 deposit clke 
+0x2830 005839 iforce contr 
+0x2831 005840 rshift16 ,pdata ,pdata 
+0x2832 005841 isub clkn_bt ,loopcnt 
+0x2833 005842 and_into 3 ,loopcnt 
+0x2834 005843 nbranch calc_bt_portion ,zero 
+0x2835 005844 force 0 ,pdata 
+0x2836 005845 branch calc_skip_bt 
+:      005846 calc_bt_portion:
+0x2837 005847 arg 3750 ,temp 
+0x2838 005848 force 0 ,pdata 
+:      005849 calc_slot_offset_loop:
+0x2839 005850 iadd temp ,pdata 
+0x283a 005851 loop calc_slot_offset_loop 
+:      005852 calc_skip_bt:
+0x283b 005853 iadd contr ,pdata 
+0x283c 005854 div pdata ,12 
+0x283d 005855 call wait_div_end 
+0x283e 005856 quotient pdata 
+0x283f 005857 store 2 ,mem_slot_offset 
+0x2840 005858 rtn 
+:      005860 calc_clke_offset:
+0x2841 005861 bpatch patch0f_4 ,mem_patch0f 
+0x2842 005862 deposit clke 
+0x2843 005863 copy clkn ,temp 
+0x2844 005864 isub temp ,null 
+0x2845 005865 nsetflag positive ,44 ,pdata 
+0x2846 005866 isub temp ,temp 
+0x2847 005867 setarg 3750 
+0x2848 005868 isolate0 15 ,temp 
+0x2849 005869 branch calc_clke_pos ,true 
+0x284a 005870 setarg -61786 
+0x284b 005871 iadd temp ,temp 
+:      005872 calc_clke_pos:
+0x284c 005873 storet 6 ,mem_le_clk_offset 
+0x284d 005874 rtn le 
+0x284e 005875 storet 6 ,mem_clk_offset 
+0x284f 005876 rtn 
+:      005878 calc_clke:
+0x2850 005879 disable clknt 
+0x2851 005880 fetch 6 ,mem_le_clk_offset 
+0x2852 005881 branch calc_clke2 ,le 
+0x2853 005882 fetch 6 ,mem_clk_offset 
+:      005883 calc_clke2:
+0x2854 005884 iadd clkn ,alarm 
+0x2855 005885 increase 10 ,alarm 
+0x2856 005886 setarg 3750 
+0x2857 005887 isub alarm ,pdata 
+0x2858 005888 isolate0 15 ,pdata 
+0x2859 005889 branch calc_clke_pos_adj ,true 
+0x285a 005890 setarg 0xf15a 
+0x285b 005891 iadd alarm ,alarm 
+:      005892 calc_clke_pos2:
+0x285c 005893 copy alarm ,clke 
+0x285d 005894 rtn 
+:      005895 calc_clke_pos_adj:
+0x285e 005896 force 0 ,null 
+0x285f 005897 branch calc_clke_pos2 
+:      005904 calc_radio_freq:
+0x2860 005905 bpatch patch0f_5 ,mem_patch0f 
+0x2861 005906 call set_sync_on 
+0x2862 005907 copy bt_clk ,pdata 
+0x2863 005908 and_into 0x180 ,pdata 
+0x2864 005909 compare 3 ,freq_mode ,0x07 
+0x2865 005910 nbranch freq_not_connection ,true 
+0x2866 005911 rshift3 pdata ,pdata 
+0x2867 005912 iadd freq_index ,pdata 
+0x2868 005913 branch do_hop_mod_now 
+:      005914 freq_not_connection:
+0x2869 005915 copy freq_index ,pdata 
+:      005916 do_hop_mod_now:
+0x286a 005917 div pdata ,79 
+0x286b 005918 pulse recalc 
+0x286c 005919 call wait_div_end 
+0x286d 005920 remainder rega 
+0x286e 005921 add rega ,-40 ,temp 
+0x286f 005922 branch odd_half ,positive 
+0x2870 005923 lshift rega ,temp 
+0x2871 005924 branch freq_result 
+:      005925 odd_half:
+0x2872 005926 lshift temp ,temp 
+0x2873 005927 increase 1 ,temp 
+:      005928 freq_result:
+0x2874 005929 bpatch patch0f_6 ,mem_patch0f 
+0x2875 005930 fetch 1 ,mem_mode 
+0x2876 005931 bbit0 afh_change ,afh_process_con 
+:      005932 afh_process_0:
+0x2877 005933 fetch 4 ,mem_afh_instant 
+0x2878 005934 isub bt_clk ,null 
+0x2879 005935 branch afh_process_con ,positive 
+0x287a 005936 call afh_clear 
+0x287b 005937 fetch 1 ,mem_afh_new_mod 
+0x287c 005938 rtn blank 
+0x287d 005939 fetch 1 ,mem_mode 
+0x287e 005940 set1 afh_enable ,pdata 
+0x287f 005941 store 1 ,mem_mode 
+0x2880 005942 fetch 5 ,mem_afh_map_new 
+0x2881 005943 store 5 ,mem_afh_map_lo 
+0x2882 005944 ifetch 5 ,contr 
+0x2883 005945 store 5 ,mem_afh_map_hi 
+0x2884 005946 call afh_process_freq_map 
+:      005947 afh_process_con:
+0x2885 005948 fetch 1 ,mem_mode 
+0x2886 005949 rtnbit0 afh_enable 
+0x2887 005950 isolate1 1 ,bt_clk 
+0x2888 005951 branch afh_same_channel ,true 
+0x2889 005952 rshift3 temp ,rega 
+0x288a 005953 and temp ,7 ,queue 
+0x288b 005954 setarg mem_afh_map_lo 
+0x288c 005955 iadd rega ,rega 
+0x288d 005956 ifetch 1 ,rega 
+0x288e 005957 qisolate0 pdata 
+0x288f 005958 branch afh_process_1 ,true 
+0x2890 005959 deposit temp 
+0x2891 005960 branch afh_process_end 
+:      005961 afh_process_1:
+0x2892 005962 fetch 1 ,mem_afh_used 
+0x2893 005963 iforce regb 
+0x2894 005964 deposit bt_clk 
+0x2895 005965 and_into 0x180 ,pdata 
+0x2896 005966 rshift3 pdata ,pdata 
+0x2897 005967 iadd freq_index ,pdata 
+0x2898 005968 idiv regb 
+0x2899 005969 setarg mem_afh_map 
+0x289a 005970 call wait_div_end 
+0x289b 005971 remainder rega 
+0x289c 005972 iadd rega ,contr 
+0x289d 005973 ifetch 1 ,contr 
+:      005974 afh_process_end:
+0x289e 005975 store 1 ,mem_afh_index 
+0x289f 005976 iforce temp 
+0x28a0 005977 rtn 
+:      005979 afh_same_channel:
+0x28a1 005980 fetch 1 ,mem_afh_index 
+0x28a2 005981 iforce temp 
+0x28a3 005982 rtn 
+:      005984 afh_clear:
+0x28a4 005985 fetch 1 ,mem_mode 
+0x28a5 005986 set0 afh_enable ,pdata 
+0x28a6 005987 set0 afh_change ,pdata 
+0x28a7 005988 store 1 ,mem_mode 
+0x28a8 005989 rtn 
+:      005995 afh_process_freq_map:
+0x28a9 005996 bpatch patch0f_7 ,mem_patch0f 
+0x28aa 005997 arg mem_afh_map ,contw 
+0x28ab 005998 force 10 ,loopcnt 
+0x28ac 005999 call memset0 
+0x28ad 006000 arg mem_afh_map ,contw 
+0x28ae 006001 force 0 ,regc 
+0x28af 006002 force 2 ,queue 
+:      006003 process_freq_3:
+0x28b0 006004 fetch 5 ,mem_afh_map_lo 
+0x28b1 006005 iforce temp 
+0x28b2 006006 compare 2 ,queue ,0xff 
+0x28b3 006007 branch process_freq_1 ,true 
+0x28b4 006008 rshift temp ,temp 
+:      006009 process_freq_1:
+0x28b5 006010 isolate0 0 ,temp 
+0x28b6 006011 branch process_freq_0 ,true 
+0x28b7 006012 deposit regc 
+0x28b8 006013 istore 1 ,contw 
+:      006014 process_freq_0:
+0x28b9 006015 rshift2 temp ,temp 
+0x28ba 006016 increase 2 ,regc 
+0x28bb 006017 compare 40 ,regc ,0xfe 
+0x28bc 006018 nbranch process_freq_2 ,true 
+0x28bd 006019 fetch 5 ,mem_afh_map_hi 
+0x28be 006020 iforce temp 
+0x28bf 006021 compare 2 ,queue ,0xff 
+0x28c0 006022 branch process_freq_2 ,true 
+0x28c1 006023 rshift temp ,temp 
+:      006024 process_freq_2:
+0x28c2 006025 sub regc ,78 ,null 
+0x28c3 006026 branch process_freq_1 ,positive 
+0x28c4 006027 force 1 ,regc 
+0x28c5 006028 increase -1 ,queue 
+0x28c6 006029 nbranch process_freq_3 ,zero 
+0x28c7 006030 arg mem_afh_map ,rega 
+0x28c8 006031 deposit contw 
+0x28c9 006032 isub rega ,pdata 
+0x28ca 006033 store 1 ,mem_afh_used 
+0x28cb 006034 rtn 
+:      006036 rx_radio_freq:
+0x28cc 006037 bpatch patch10_0 ,mem_patch10 
+0x28cd 006038 call calc_radio_freq 
+0x28ce 006039 fetch 1 ,mem_debug_config 
+0x28cf 006040 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
+0x28d0 006041 fetcht 1 ,mem_rx_fixed_freq 
+:      006042 rx_radio_freq_now:
+0x28d1 006043 branch set_freq_rx 
+:      006046 tx_radio_freq:
+0x28d2 006047 bpatch patch10_1 ,mem_patch10 
+0x28d3 006048 call calc_radio_freq 
+0x28d4 006049 fetch 1 ,mem_debug_config 
+0x28d5 006050 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
+0x28d6 006051 fetcht 1 ,mem_tx_fixed_freq 
+:      006052 tx_radio_freq_now:
+0x28d7 006053 branch set_freq_tx 
+:      006056 fetch_giac:
+0x28d8 006057 force 0 ,uap 
+0x28d9 006058 fetch 3 ,mem_glap 
+0x28da 006059 iforce lap 
+0x28db 006060 rtn 
+:      006062 fetch_page_bt_adr:
+0x28dc 006063 bpatch patch10_2 ,mem_patch10 
+0x28dd 006064 fetch 1 ,mem_hci_puap 
+0x28de 006065 icopy uap 
+0x28df 006066 fetch 3 ,mem_hci_plap 
+0x28e0 006067 icopy lap 
+0x28e1 006068 rtn 
+:      006070 fetch_self_bt_adr:
+0x28e2 006071 bpatch patch10_3 ,mem_patch10 
+0x28e3 006072 fetch 2 ,mem_nap 
+0x28e4 006073 icopy nap 
+0x28e5 006074 fetch 1 ,mem_uap 
+0x28e6 006075 icopy uap 
+0x28e7 006076 fetch 3 ,mem_lap 
+0x28e8 006077 icopy lap 
+0x28e9 006078 rtn 
+:      006080 fetch_extm_bt_adr:
+0x28ea 006081 bpatch patch10_4 ,mem_patch10 
+0x28eb 006082 fetch 2 ,mem_pnap 
+0x28ec 006083 icopy nap 
+0x28ed 006084 fetch 1 ,mem_puap 
+0x28ee 006085 icopy uap 
+0x28ef 006086 fetch 3 ,mem_plap 
+0x28f0 006087 icopy lap 
+0x28f1 006088 rtn 
+:      006091 fetch_diac:
+0x28f2 006092 bmark1 mark_all_diac ,fetch_diac_do 
+0x28f3 006093 rtnmark0 mark_inquiry_state 
+0x28f4 006094 rtnmark0 mark_periodical_diac 
+:      006095 fetch_diac_do:
+0x28f5 006096 and_into -256 ,lap 
+0x28f6 006097 pulse recalc 
+0x28f7 006098 nop 32 
+0x28f8 006099 rtn 
+:      006102 shutdown_radio:
+0x28f9 006103 bpatch patch10_5 ,mem_patch10 
+0x28fa 006104 branch shutdown_radio0 ,is_rx 
+0x28fb 006105 jam 0xd4 ,rf_tx_pa_ib 
+0x28fc 006106 nop 4 
+0x28fd 006107 jam 0xd2 ,rf_tx_pa_ib 
+0x28fe 006108 nop 4 
+0x28ff 006109 jam 0xd1 ,rf_tx_pa_ib 
+0x2900 006110 nop 4 
+0x2901 006111 fetch 1 ,mem_tx_power 
+0x2902 006112 beq tx_power_0db ,shutdown_radio_0db 
+0x2903 006113 beq tx_power_3db ,shutdown_radio_3db 
+0x2904 006114 beq tx_power_5db ,shutdown_radio_5db 
+0x2905 006115 beq tx_power_f3db ,shutdown_radio_f3db 
+0x2906 006116 beq tx_power_f5db ,shutdown_radio_f5db 
+0x2907 006117 beq tx_power_pair ,shutdown_radio_pair 
+:      006118 shutdown_radio_5db:
+:      006119 shutdown_radio_0db:
+0x2908 006120 jam 0xd0 ,rf_tx_pa_ib 
+0x2909 006121 jam 0xe0 ,rf_tx_pa_gc 
+:      006122 shutdown_radio0:
+0x290a 006123 force 0 ,radio_ctrl 
+0x290b 006124 disable is_rx 
+0x290c 006125 disable is_tx 
+0x290d 006126 pulse packet_end 
+0x290e 006127 jam 0x0 ,rfen_mdm 
+0x290f 006128 jam 0x0 ,rfen_tx 
+0x2910 006129 jam 0x0 ,rfen_rx 
+0x2911 006130 jam 0 ,rfen_sn 
+0x2912 006131 jam 0x70 ,rfen_msc 
+0x2913 006132 jam 0x0 ,rfen_adc 
+0x2914 006133 rtn 
+:      006135 shutdown_radio_pair:
+:      006136 shutdown_radio_f5db:
+:      006137 shutdown_radio_f3db:
+:      006138 shutdown_radio_3db:
+0x2915 006139 jam 0xd0 ,rf_tx_pa_ib 
+0x2916 006140 jam 0xc0 ,rf_tx_pa_gc 
+0x2917 006141 branch shutdown_radio0 
+:      006143 set_sync_on:
+0x2918 006144 bpatch patch10_6 ,mem_patch10 
+0x2919 006145 jam 0x0 ,rfen_mdm 
+0x291a 006146 jam 0x0 ,rfen_tx 
+0x291b 006147 jam 0x18 ,rfen_rx 
+0x291c 006148 jam 0xa7 ,rfen_sn 
+0x291d 006149 jam 0x7f ,rfen_msc 
+0x291e 006150 rtn 
+:      006152 set_freq_rx:
+0x291f 006153 bpatch patch10_7 ,mem_patch10 
+0x2920 006155 storet 1 ,mem_last_freq 
+0x2921 006156 add temp ,rx_freq_offset ,rega 
+0x2922 006157 jam 0x07 ,rf_balun_ctrim 
+0x2923 006158 branch rf_write_freq 
+:      006159 rf_rx_enable:
+0x2924 006160 bpatch patch11_0 ,mem_patch11 
+0x2925 006161 jam 0xcf ,rfen_tx 
+0x2926 006162 nop 10 
+0x2927 006163 jam 0xff ,rfen_rx 
+0x2928 006164 jam 0xaf ,rfen_sn 
+0x2929 006165 jam 0xff ,rfen_msc 
+0x292a 006166 nop 10 
+0x292b 006167 jam 0xa0 ,rfen_mdm 
+0x292c 006168 rtn 
+:      006170 set_freq_tx_offset:
+0x292d 006171 fetch 1 ,mem_250k_freq_enable 
+0x292e 006172 branch set_freq_tx_2m_offset ,blank 
+:      006173 set_freq_tx_0m_offset:
+0x292f 006174 add temp ,2 ,rega 
+0x2930 006175 rtn 
+:      006176 set_freq_tx_2m_offset:
+0x2931 006177 add temp ,0 ,rega 
+0x2932 006178 rtn 
+:      006180 set_freq_tx:
+0x2933 006181 bpatch patch11_1 ,mem_patch11 
+0x2934 006182 storet 1 ,mem_last_freq 
+0x2935 006183 call set_freq_tx_offset 
+0x2936 006184 call rf_write_freq 
+0x2937 006185 setarg param_pll_setup 
+0x2938 006186 call sleep 
+:      006187 txon:
+0x2939 006188 jam 0x1 ,rfen_adc 
+0x293a 006189 jam 0x3c ,rfen_rx 
+0x293b 006190 jam 0xe0 ,rfen_tx 
+0x293c 006191 jam 0x12 ,rf_balun_ctrim 
+0x293d 006192 nop 10 
+0x293e 006193 jam 0x01 ,rfen_mdm 
+0x293f 006194 jam 0x3d ,rfen_mdm 
+0x2940 006195 nop 10 
+0x2941 006196 jam 0xb7 ,rfen_sn 
+0x2942 006197 nop 10 
+0x2943 006198 jam 0x7f ,rfen_mdm 
+:      006199 txon_power_select:
+0x2944 006200 fetch 1 ,mem_tx_power 
+0x2945 006201 beq tx_power_0db ,set_tx_power_0db 
+0x2946 006202 beq tx_power_3db ,set_tx_power_3db 
+0x2947 006203 beq tx_power_5db ,set_tx_power_5db 
+0x2948 006204 beq tx_power_f3db ,set_tx_power_f3db 
+0x2949 006205 beq tx_power_f5db ,set_tx_power_f5db 
+0x294a 006206 beq tx_power_pair ,set_tx_power_pair 
+:      006207 set_tx_power_0db:
+0x294b 006208 jam 0xf0 ,rf_tx_pa_gc 
+0x294c 006209 call txon_common 
+0x294d 006210 jam 0xd8 ,rf_tx_pa_ib 
+0x294e 006211 rtn 
+:      006213 set_tx_power_3db:
+0x294f 006214 jam 0xdf ,rf_tx_pa_gc 
+0x2950 006215 call txon_common 
+0x2951 006216 jam 0xdf ,rf_tx_pa_ib 
+0x2952 006217 rtn 
+:      006219 set_tx_power_5db:
+0x2953 006220 jam 0xff ,rf_tx_pa_gc 
+0x2954 006221 call txon_common 
+0x2955 006222 jam 0xdf ,rf_tx_pa_ib 
+0x2956 006223 rtn 
+:      006224 set_tx_power_f3db:
+0x2957 006225 jam 0xce ,rf_tx_pa_gc 
+0x2958 006226 call txon_common 
+0x2959 006227 jam 0xd8 ,rf_tx_pa_ib 
+0x295a 006228 rtn 
+:      006230 set_tx_power_f5db:
+0x295b 006231 jam 0xcb ,rf_tx_pa_gc 
+0x295c 006232 call txon_common 
+0x295d 006233 jam 0xd8 ,rf_tx_pa_ib 
+0x295e 006234 rtn 
+:      006236 set_tx_power_pair:
+0x295f 006237 jam 0xd0 ,rf_tx_pa_ib 
+0x2960 006238 jam 0xc0 ,rf_tx_pa_gc 
+0x2961 006239 jam 0x4c ,0x8957 
+0x2962 006240 jam 0x6c ,0x8958 
+0x2963 006241 jam 0x50 ,0x8959 
+0x2964 006242 rtn 
+:      006244 txon_common:
+0x2965 006245 nop 4 
+0x2966 006246 jam 0xd1 ,rf_tx_pa_ib 
+0x2967 006247 nop 4 
+0x2968 006248 jam 0xd2 ,rf_tx_pa_ib 
+0x2969 006249 nop 4 
+0x296a 006250 jam 0xd4 ,rf_tx_pa_ib 
+0x296b 006251 rtn 
+:      006254 initialize_radio:
+0x296c 006255 jam clksel_rc ,core_clksel 
+:      006256 initialize_radio_wait:
+0x296d 006257 fetch 2 ,mem_rf_init_ptr 
+0x296e 006258 bbit0 14 ,initialize_radio_wait 
+0x296f 006259 iforce contr 
+0x2970 006260 arg 0x8900 ,temp 
+:      006261 initialize_radio_loop:
+0x2971 006262 ifetch 1 ,contr 
+0x2972 006263 beq 0xff ,initialize_radio_cont 
+0x2973 006264 ior temp ,contw 
+0x2974 006265 ifetch 1 ,contr 
+0x2975 006266 istore 1 ,contw 
+0x2976 006267 branch initialize_radio_loop 
+:      006268 initialize_radio_cont:
+0x2977 006269 bpatch patch11_2 ,mem_patch11 
+0x2978 006270 call lpm_cal_xtal_startup 
+0x2979 006271 call switchto_dpllclk 
+0x297a 006273 setarg param_dpll_start_delay 
+0x297b 006274 iadd clkn_bt ,pdata 
+0x297c 006275 store 4 ,mem_dpll_clkn 
+0x297d 006276 set1 reset ,radio_ctrl 
+0x297e 006277 force 0 ,radio_ctrl 
+0x297f 006278 ncall do_rccal ,wake 
+0x2980 006279 branch set_rccal 
+:      006282 rf_write_freq:
+0x2981 006283 bpatch patch11_3 ,mem_patch11 
+0x2982 006284 setarg 2400 
+0x2983 006285 iadd rega ,temp 
+0x2984 006286 fetch 1 ,mem_fcomp_mul 
+0x2985 006287 jam 0x04 ,rf_pll_rstn 
+0x2986 006288 imul32 temp ,pdata 
+0x2987 006289 fetcht 1 ,mem_fcomp_div 
+0x2988 006290 idiv temp 
+0x2989 006291 call wait_div_end 
+0x298a 006292 quotient rega 
+0x298b 006293 remainder pdata 
+0x298c 006294 lshift16 pdata ,pdata 
+0x298d 006295 lshift4 pdata ,pdata 
+0x298e 006296 idiv temp 
+0x298f 006297 call wait_div_end 
+0x2990 006298 quotient pdata 
+0x2991 006299 lshift8 pdata ,pdata 
+0x2992 006300 lshift pdata ,pdata 
+0x2993 006301 ior rega ,pdata 
+0x2994 006302 hstore 4 ,rf_pll_intg 
+0x2995 006303 jam 0x44 ,rf_pll_rstn 
+0x2996 006304 jam 0xc4 ,rf_pll_rstn 
+0x2997 006305 rtn 
+:      006308 do_rccal:
+0x2998 006309 bpatch patch11_4 ,mem_patch11 
+0x2999 006310 jam 0x02 ,rfen_adc 
+0x299a 006311 setarg 250000 
+0x299b 006312 call sleep 
+0x299c 006313 jam 0x7f ,rfen_rx 
+0x299d 006314 nop 130 
+0x299e 006315 jam 0x30 ,rf_rccal_ctrl 
+0x299f 006316 jam 0xd0 ,rfen_tx 
+0x29a0 006317 jam 0x70 ,rf_rccal_ctrl 
+0x29a1 006318 jam 0xf0 ,rf_rccal_ctrl 
+0x29a2 006319 force 50 ,loopcnt 
+:      006320 do_rccal_loop:
+0x29a3 006321 hfetch 1 ,rf_rccal_result 
+0x29a4 006322 bbit1 5 ,do_rccal_end 
+0x29a5 006323 loop do_rccal_loop 
+:      006324 do_rccal_end:
+0x29a6 006325 store 1 ,mem_rf_rccal 
+0x29a7 006326 jam 0 ,rfen_tx 
+0x29a8 006327 jam 0 ,rfen_rx 
+0x29a9 006328 jam 0x00 ,rfen_adc 
+0x29aa 006329 rtn 
+:      006331 set_rccal:
+0x29ab 006332 bpatch patch11_5 ,mem_patch11 
+0x29ac 006333 fetch 1 ,mem_rf_rccal 
+0x29ad 006334 set1 5 ,pdata 
+0x29ae 006335 hstore 1 ,rf_rccal_ctrl 
+0x29af 006336 hfetcht 1 ,rf_bpf_ctrim 
+0x29b0 006337 and_into 7 ,temp 
+0x29b1 006338 lshift3 pdata ,pdata 
+0x29b2 006339 ior temp ,pdata 
+0x29b3 006340 hstore 1 ,rf_bpf_ctrim 
+0x29b4 006341 hfetch 1 ,rf_bpf_ib 
+0x29b5 006342 set0 bpf_rccal ,pdata 
+0x29b6 006343 hstore 1 ,rf_bpf_ib 
+0x29b7 006344 hfetch 1 ,rf_adc_rccal 
+0x29b8 006345 set0 adc_rccal ,pdata 
+0x29b9 006346 hstore 1 ,rf_adc_rccal 
+0x29ba 006347 rtn 
+:      006349 save_rssi:
+0x29bb 006350 bpatch patch11_6 ,mem_patch11 
+0x29bc 006351 hfetch 2 ,rf_afc_d2a 
+0x29bd 006352 rshift4 pdata ,pdata 
+0x29be 006353 rshift3 pdata ,pdata 
+0x29bf 006354 sub pdata ,0 ,pdata 
+:      006355 bcd:
+0x29c0 006356 and_into 0xff ,pdata 
+0x29c1 006357 div pdata ,10 
+0x29c2 006358 call wait_div_end 
+0x29c3 006359 quotient pdata 
+0x29c4 006360 lshift4 pdata ,pdata 
+0x29c5 006361 remainder temp 
+0x29c6 006362 ior temp ,pdata 
+0x29c7 006363 store 1 ,mem_rssi 
+0x29c8 006364 rtn 
+:      006367 switchto_dpllclk:
+0x29c9 006368 jam clksel_rc ,core_clksel 
+0x29ca 006369 hfetch 1 ,rf_clkpll_frac + 2 
+0x29cb 006370 set0 4 ,pdata 
+0x29cc 006371 set0 5 ,pdata 
+0x29cd 006372 hstore 1 ,rf_clkpll_frac + 2 
+0x29ce 006373 jam 0x00 ,rfen_ck 
+0x29cf 006374 jam 0x00 ,rfen_msc 
+0x29d0 006375 jam 0x70 ,rfen_msc 
+0x29d1 006376 jam 0xff ,rfen_ck 
+0x29d2 006377 hfetch 1 ,rf_clkpll_frac + 2 
+0x29d3 006378 set1 4 ,pdata 
+0x29d4 006379 set1 5 ,pdata 
+0x29d5 006380 hstore 1 ,rf_clkpll_frac + 2 
+0x29d6 006381 call init_lpm_ctrl 
+0x29d7 006382 hfetch 1 ,rf_clkpll_int 
+0x29d8 006383 set1 7 ,pdata 
+0x29d9 006384 hstore 1 ,rf_clkpll_int 
+0x29da 006385 set0 7 ,pdata 
+0x29db 006386 hstore 1 ,rf_clkpll_int 
+0x29dc 006387 set1 7 ,pdata 
+0x29dd 006388 hstore 1 ,rf_clkpll_int 
+0x29de 006389 jam clksel_dpll ,core_clksel 
+0x29df 006390 nop 1 
+0x29e0 006391 jam clksel_xtal ,core_clksel 
+0x29e1 006392 hfetch 1 ,rf_clkpll_frac + 2 
+0x29e2 006393 and_into 0xcf ,pdata 
+0x29e3 006394 hstore 1 ,rf_clkpll_frac + 2 
+0x29e4 006395 or_into 0x30 ,pdata 
+0x29e5 006396 hstore 1 ,rf_clkpll_frac + 2 
+0x29e6 006397 rtn 
+:      006400 xtal_fast_wake:
+0x29e7 006401 setarg 0xf0f 
+0x29e8 006402 branch lpm_write_config 
+:      006404 init_lpm_ctrl:
+0x29e9 006405 setarg 0x80f 
+0x29ea 006406 branch lpm_write_config 
+:      006410 start_receiver:
+0x29eb 006411 bpatch patch11_7 ,mem_patch11 
+0x29ec 006412 call rf_rx_enable 
+0x29ed 006413 disable is_tx 
+0x29ee 006414 enable is_rx 
+0x29ef 006415 pulse init_encrypt 
+0x29f0 006416 rtn 
+:      006418 prep_crypt:
+0x29f1 006419 bpatch patch12_0 ,mem_patch12 
+0x29f2 006420 fetch 1 ,mem_state_map 
+0x29f3 006421 isolate1 smap_encryption ,pdata 
+0x29f4 006422 setflag true ,0 ,pdata 
+0x29f5 006423 hstore 1 ,core_encrypt 
+0x29f6 006424 arg mem_kc ,contr 
+0x29f7 006425 ifetch 9 ,contr 
+0x29f8 006426 iforce kc_ls 
+0x29f9 006427 ifetch 7 ,contr 
+0x29fa 006428 iforce kc_ms 
+0x29fb 006429 fetch 1 ,mem_key_size 
+0x29fc 006430 add pdata ,-1 ,g1l 
+0x29fd 006431 pulse kc_p_activate 
+0x29fe 006432 rtn 
+:      006434 wait_access_end:
+0x29ff 006435 deposit clke 
+0x2a00 006436 store 6 ,mem_sync_clke 
+0x2a01 006437 disable decode_fec0 
+0x2a02 006438 nbranch shutdown_radio ,sync 
+0x2a03 006439 arg param_clke_cal ,clke_rt 
+0x2a04 006440 increase 1 ,clke_bt 
+0x2a05 006441 and_into 0x1fc ,clke_bt 
+0x2a06 006442 rtn 
+:      006446 wait_access_mhalfbnd:
+0x2a07 006447 enable decode_fec0 
+:      006448 wait_access_mhalfbnd_correlate:
+0x2a08 006449 correlate null ,mhalfbnd 
+0x2a09 006450 branch wait_access_end ,sync 
+0x2a0a 006451 compare 0x02 ,clke_bt ,0x02 
+0x2a0b 006452 nbranch wait_access_mhalfbnd_correlate ,true 
+0x2a0c 006453 branch wait_access_end 
+:      006455 wait_access_clkn_rt:
+0x2a0d 006456 bpatch patch12_1 ,mem_patch12 
+0x2a0e 006457 arg param_conn_access ,timeup 
+0x2a0f 006458 enable decode_fec0 
+0x2a10 006459 correlate clkn_rt ,meet 
+0x2a11 006460 disable decode_fec0 
+0x2a12 006461 nbranch shutdown_radio ,sync 
+0x2a13 006462 rtn 
+:      006464 wait_access_forever:
+0x2a14 006465 bpatch patch12_2 ,mem_patch12 
+0x2a15 006466 enable decode_fec0 
+0x2a16 006467 correlate null ,timeout 
+0x2a17 006468 disable decode_fec0 
+0x2a18 006469 nbranch shutdown_radio ,sync 
+0x2a19 006470 arg param_clke_cal ,clke_rt 
+0x2a1a 006471 and_into 0x1fc ,clke_bt 
+0x2a1b 006472 rtn 
+:      006475 reserve_slot:
+0x2a1c 006476 bpatch patch12_3 ,mem_patch12 
+0x2a1d 006477 iforce rega 
+0x2a1e 006478 deposit bt_clk 
+0x2a1f 006479 iadd temp ,timeup 
+0x2a20 006480 copy timeup ,pdata 
+0x2a21 006481 store 4 ,mem_next_btclk 
+0x2a22 006482 deposit rega 
+0x2a23 006483 rtn 
+:      006486 ahead_window:
+0x2a24 006487 copy pdata ,temp 
+0x2a25 006488 bpatch patch12_4 ,mem_patch12 
+0x2a26 006489 copy temp ,pdata 
+0x2a27 006490 call clk2bt 
+0x2a28 006491 lshift16 bt_clk ,pdata 
+0x2a29 006492 set1 44 ,pdata 
+0x2a2a 006493 call clk_diff 
+0x2a2b 006494 set0 44 ,pdata 
+0x2a2c 006495 call get_clk 
+0x2a2d 006496 call clk_diff 
+0x2a2e 006497 rtn user 
+0x2a2f 006498 call clk2rt 
+0x2a30 006499 iforce stop_watch 
+0x2a31 006500 until null ,timeout 
+0x2a32 006501 rtn 
+:      006504 setup_clk:
+0x2a33 006505 bpatch patch12_5 ,mem_patch12 
+0x2a34 006506 branch setup_clkn ,clknt 
+0x2a35 006507 until clke_rt ,meet 
+:      006508 skip_setup_clke:
+0x2a36 006509 copy clke_bt ,temp 
+0x2a37 006510 branch setup_clknbt 
+:      006511 setup_clkn:
+0x2a38 006512 branch skip_setup_clkn ,attempt 
+0x2a39 006513 until clkn_rt ,meet 
+:      006514 skip_setup_clkn:
+0x2a3a 006515 copy clkn_bt ,temp 
+:      006516 setup_clknbt:
+0x2a3b 006517 branch setup_clk11 ,user 
+0x2a3c 006518 compare 1 ,temp ,3 
+0x2a3d 006519 nbranch setup_clk ,true 
+:      006520 setup_complete:
+0x2a3e 006521 bpatch patch12_6 ,mem_patch12 
+0x2a3f 006522 fetch 1 ,mem_state 
+0x2a40 006523 rtnbit0 state_inconn 
+0x2a41 006524 fetch 4 ,mem_next_btclk 
+0x2a42 006525 isub temp ,pdata 
+0x2a43 006526 nrtn positive 
+0x2a44 006527 sub pdata ,0xff ,null 
+0x2a45 006528 branch setup_clk ,positive 
+0x2a46 006529 rtn 
+:      006530 setup_clk11:
+0x2a47 006531 compare 3 ,temp ,3 
+0x2a48 006532 nbranch setup_clk ,true 
+0x2a49 006533 branch setup_complete 
+:      006535 rf_setup_time:
+0x2a4a 006536 bpatch patch12_7 ,mem_patch12 
+0x2a4b 006537 arg param_rf_setup ,timeup 
+0x2a4c 006538 branch setup_clk 
+:      006540 rf_setup_time_slave_slot:
+0x2a4d 006541 disable user 
+0x2a4e 006542 branch rf_setup_time 
+:      006544 rf_setup_time_master_slot:
+0x2a4f 006545 enable user 
+0x2a50 006546 branch rf_setup_time 
+:      006548 start_transmitter:
+0x2a51 006549 bpatch patch13_0 ,mem_patch13 
+0x2a52 006550 call prep_crypt 
+0x2a53 006551 disable is_rx 
+0x2a54 006552 enable is_tx 
+0x2a55 006553 rtn 
+:      006557 start_tx_native:
+0x2a56 006558 bpatch patch13_1 ,mem_patch13 
+0x2a57 006559 arg param_tx_setup ,timeup 
+0x2a58 006560 until clkn_rt ,meet 
+0x2a59 006561 pulse init_encrypt 
+0x2a5a 006562 rtn 
+:      006564 start_rx_native:
+0x2a5b 006565 bpatch patch13_2 ,mem_patch13 
+0x2a5c 006566 arg param_rx_setup ,timeup 
+0x2a5d 006567 until clkn_rt ,meet 
+0x2a5e 006568 rtn 
+:      006571 start_tx_external:
+0x2a5f 006572 bpatch patch13_3 ,mem_patch13 
+0x2a60 006573 arg param_tx_setup ,timeup 
+0x2a61 006574 until clke_rt ,meet 
+0x2a62 006575 pulse init_encrypt 
+0x2a63 006576 rtn 
+:      006578 send_access_word:
+0x2a64 006579 bpatch patch13_4 ,mem_patch13 
+0x2a65 006580 preload access 
+0x2a66 006581 enable encode_fec0 
+0x2a67 006582 set1 txgfsk ,radio_ctrl 
+0x2a68 006583 inject mod ,72 
+0x2a69 006584 disable encode_fec0 
+0x2a6a 006585 rtn 
+:      006588 scan_mode_whiten:
+0x2a6b 006589 copy xin ,temp 
+0x2a6c 006590 or_into 0x60 ,temp 
+0x2a6d 006591 copy temp ,white_init 
+0x2a6e 006592 rtn 
+:      006597 get_free_amaddr:
+0x2a6f 006598 bpatch patch13_5 ,mem_patch13 
+0x2a70 006599 fetch 1 ,mem_current_amaddr 
+0x2a71 006600 increase 1 ,pdata 
+0x2a72 006601 bne param_esco_addr ,get_free_amaddr_cont 
+0x2a73 006602 force 1 ,pdata 
+:      006603 get_free_amaddr_cont:
+0x2a74 006604 store 1 ,mem_current_amaddr 
+0x2a75 006605 iforce am_addr 
+0x2a76 006606 rtn 
+:      006608 get_clk:
+0x2a77 006609 copy clkn ,temp 
+0x2a78 006610 rtn master 
+0x2a79 006611 copy clke ,temp 
+0x2a7a 006612 rtn 
+:      006614 get_clkbt:
+0x2a7b 006615 deposit clkn_bt 
+0x2a7c 006616 rtn master 
+0x2a7d 006617 deposit clke_bt 
+0x2a7e 006618 rtn 
+:      006621 supervision_update:
+0x2a7f 006622 bpatch patch13_6 ,mem_patch13 
+0x2a80 006623 fetcht 4 ,mem_supervision_timer 
+0x2a81 006624 call get_clkbt 
+0x2a82 006625 isub temp ,timeup 
+0x2a83 006626 deposit timeup 
+0x2a84 006627 fetcht 2 ,mem_supervision_to 
+0x2a85 006628 lshift temp ,temp 
+0x2a86 006629 isub temp ,pdata 
+0x2a87 006630 rtn 
+:      006632 supervision_flush:
+0x2a88 006633 bpatch patch13_7 ,mem_patch13 
+0x2a89 006634 call get_clkbt 
+0x2a8a 006635 store 4 ,mem_supervision_timer 
+0x2a8b 006636 rtn 
+:      006638 assert:
+0x2a8c 006639 bpatch patch14_0 ,mem_patch14 
+0x2a8d 006640 branch assert 
+:      006642 loop:
+0x2a8e 006643 branch loop 
+:      006645 sleep:
+0x2a8f 006646 rtn blank 
+0x2a90 006648 rshift pdata ,pdata 
+0x2a91 006649 increase -3 ,pdata 
+:      006650 sleep_loop:
+0x2a92 006651 increase -1 ,pdata 
+0x2a93 006652 nbranch sleep_loop ,zero 
+0x2a94 006653 force 0 ,pdata 
+0x2a95 006654 rtn 
+:      006658 init_param:
+0x2a96 006660 arg 0x10 ,loopcnt 
+0x2a97 006661 arg 0 ,contw 
+0x2a98 006662 call memset0 
+0x2a99 006663 arg mem_le_state ,contw 
+0x2a9a 006664 arg 10 ,loopcnt 
+0x2a9b 006665 call memset0 
+0x2a9c 006666 jam 0 ,mem_sp_calc 
+0x2a9d 006667 jam 0 ,mem_fifo_temp 
+0x2a9e 006668 jam 0 ,mem_le_testtype 
+0x2a9f 006669 jam 0 ,mem_debug_config 
+0x2aa0 006670 jam 0 ,mem_lmp_conn_state 
+0x2aa1 006671 bpatch patch14_1 ,mem_patch14 
+0x2aa2 006672 jam 0 ,mem_connection_options 
+0x2aa3 006673 jam 0 ,mem_tester_emulate 
+0x2aa4 006674 jam 0 ,mem_tester_cnt 
+0x2aa5 006675 setarg param_glap 
+0x2aa6 006676 store 3 ,mem_glap 
+0x2aa7 006677 setarg param_acl_pktlen 
+0x2aa8 006678 store 2 ,mem_acl_pktlen 
+0x2aa9 006679 jam param_sco_pktlen ,mem_sco_pktlen 
+0x2aaa 006680 jam param_acl_pktcnt ,mem_acl_pktcnt 
+0x2aab 006681 jam param_sco_pktcnt ,mem_sco_pktcnt 
+0x2aac 006682 setarg param_hci_version 
+0x2aad 006683 store 3 ,mem_hci_version 
+0x2aae 006688 jam 0x60 ,mem_fhs_misc 
+0x2aaf 006689 jam param_max_slot ,mem_max_slot 
+0x2ab0 006690 jam 0x02 ,mem_fw_ver 
+0x2ab1 006691 fetch 1 ,mem_ssp_enable 
+0x2ab2 006692 ncall init_memp ,blank 
+0x2ab3 006693 fetch 1 ,mem_le_secure_connect_enable 
+0x2ab4 006694 ncall init_memp_256 ,blank 
+0x2ab5 006695 bpatch patch14_2 ,mem_patch14 
+0x2ab6 006696 rtn wake 
+0x2ab7 006697 setarg 0 
+0x2ab8 006698 store 2 ,mem_tx_len 
+0x2ab9 006699 rshift clkn_bt ,pdata 
+0x2aba 006700 store 4 ,mem_last_clkn 
+0x2abb 006701 rtn 
+:      006708 lpmstate:
+0x2abc 006709 setarg 0xee21 
+0x2abd 006710 hstore 2 ,core_clkoff 
+0x2abe 006711 hfetch 4 ,core_gpio_in 
+0x2abf 006712 store 4 ,mem_saved_gpio_in 
+0x2ac0 006713 hfetch 1 ,core_lpm_ldocnt 
+0x2ac1 006714 store 1 ,mem_wakup_from_power_flag 
+0x2ac2 006715 bbit0 gpio_latch ,loadcode 
+0x2ac3 006716 enable wake 
+0x2ac4 006717 bbit0 cold_wake ,lpmwake 
+0x2ac5 006718 disable wake 
+0x2ac6 006719 deposit auxcnt 
+0x2ac7 006720 nbranch lpmwake ,blank 
+0x2ac8 006721 hfetch 1 ,core_lpm_ctrl + 3 
+0x2ac9 006722 bbit1 reload_code ,lpmwake 
+0x2aca 006723 arg param_hibernate_clks ,temp 
+0x2acb 006724 branch lpm_enter_sleep 
+:      006725 lpmwake:
+0x2acc 006726 hfetch 3 ,core_lpm_xtalcnt 
+0x2acd 006727 hstore 3 ,core_lpm_reg 
+0x2ace 006728 ifetch 1 ,contr 
+0x2acf 006729 or_into isogate_mask ,pdata 
+0x2ad0 006730 istore 1 ,contw 
+0x2ad1 006731 call lpm_write_ctrl2 
+0x2ad2 006732 hfetch 1 ,core_lpm_isogate 
+0x2ad3 006733 set1 enable_retmem ,pdata 
+0x2ad4 006734 hstore 1 ,core_lpm_isogate 
+0x2ad5 006735 call lpm_write_ctrl2 
+0x2ad6 006736 call lpm_load_context ,wake 
+0x2ad7 006737 hfetch 1 ,core_lpm_reg + 2 
+0x2ad8 006738 set0 gpio_latch ,pdata 
+0x2ad9 006739 hstore 1 ,core_lpm_reg + 2 
+0x2ada 006740 call lpm_write_ctrl2 
+0x2adb 006741 nbranch loadcode ,wake 
+0x2adc 006742 rtnmark0 mark_otp_encrypt 
+0x2add 006743 jam lock_otp ,core_misc_ctrl 
+0x2ade 006744 rtn 
+:      006746 lpm_load_context:
+0x2adf 006747 fetch 1 ,mem_saved_spidctrl 
+0x2ae0 006748 hstore 1 ,core_spid_ctrl 
+0x2ae1 006749 fetch 3 ,mem_saved_gsel 
+0x2ae2 006750 hstore 3 ,core_gpio_sel 
+0x2ae3 006751 fetch 4 ,mem_saved_gpio + 4 
+0x2ae4 006752 hstore 4 ,core_gpio_out0 
+0x2ae5 006753 fetch 4 ,mem_saved_gpio 
+0x2ae6 006754 hstore 4 ,core_gpio_oe0 
+0x2ae7 006755 fetch 8 ,mem_saved_gpio + 8 
+0x2ae8 006756 hstore 8 ,core_gpio_pu0 
+0x2ae9 006757 fetch 8 ,mem_saved_mark 
+0x2aea 006758 iforce mark 
+0x2aeb 006759 hfetch 8 ,core_gpio_wakeup_low 
+0x2aec 006760 store 8 ,mem_gpio_wakeup_low 
+0x2aed 006761 call load_ucode 
+0x2aee 006762 rtn 
+:      006764 lpm_save_context:
+0x2aef 006765 deposit mark 
+0x2af0 006766 store 8 ,mem_saved_mark 
+0x2af1 006767 hfetch 8 ,core_gpio_oe0 
+0x2af2 006768 store 8 ,mem_saved_gpio 
+0x2af3 006769 ifetch 8 ,contr 
+0x2af4 006770 istore 8 ,contw 
+0x2af5 006771 hfetch 3 ,core_gpio_sel 
+0x2af6 006772 store 3 ,mem_saved_gsel 
+0x2af7 006773 hfetch 1 ,core_spid_ctrl 
+0x2af8 006774 store 1 ,mem_saved_spidctrl 
+0x2af9 006775 branch lpm_write_gpio_wakeup 
+:      006777 lpo_calibration:
+0x2afa 006778 hfetch 1 ,core_bist_ctrl 
+0x2afb 006779 nbranch lpo_cal_inited ,blank 
+0x2afc 006780 fetch 3 ,mem_clks_per_lpo 
+0x2afd 006781 nrtn blank 
+0x2afe 006782 jam 0xc0 ,core_bist_ctrl 
+0x2aff 006783 jam ccnt_start ,core_misc_ctrl 
+:      006784 lpo_cal_inited:
+0x2b00 006785 hfetch 1 ,core_perf_status 
+0x2b01 006786 rtnbit0 1 
+0x2b02 006787 hfetch 3 ,core_clk_counter 
+0x2b03 006788 store 3 ,mem_clks_per_lpo 
+0x2b04 006789 rtn 
+:      006793 lpm_adjust_clk:
+0x2b05 006794 bpatch patch14_3 ,mem_patch14 
+0x2b06 006795 deposit clke 
+0x2b07 006796 call clk_diff_rt 
+0x2b08 006797 fetcht 4 ,mem_sleep_counter_all 
+0x2b09 006798 sub temp ,0xff ,null 
+0x2b0a 006799 rtn positive 
+0x2b0b 006800 lshift8 pdata ,pdata 
+0x2b0c 006801 lshift4 pdata ,pdata 
+0x2b0d 006802 idiv temp 
+0x2b0e 006803 call wait_div_end 
+0x2b0f 006804 quotient pdata 
+0x2b10 006805 arg param_lpm_adjmax ,temp 
+0x2b11 006806 call ceiling 
+0x2b12 006807 store 1 ,mem_lpm_adjust 
+0x2b13 006808 nbranch lpm_adjust_positive ,user 
+0x2b14 006809 sub pdata ,0 ,pdata 
+:      006810 lpm_adjust_positive:
+0x2b15 006811 fetcht 3 ,mem_clks_per_lpo 
+0x2b16 006812 iadd temp ,pdata 
+0x2b17 006813 store 3 ,mem_clks_per_lpo 
+:      006814 lpm_clear_counter:
+0x2b18 006815 setarg 0 
+0x2b19 006816 store 4 ,mem_sleep_counter_all 
+0x2b1a 006817 rtn 
+:      006821 lpm_doze:
+0x2b1b 006822 fetch 1 ,mem_lpm_config + 2 
+0x2b1c 006823 set1 reload_code ,pdata 
+0x2b1d 006824 store 1 ,mem_lpm_config + 2 
+0x2b1e 006825 branch lpm_hibernate_normal 
+:      006829 lpm_hibernate:
+0x2b1f 006830 arg param_hibernate_clks ,temp 
+0x2b20 006831 fetch 1 ,mem_lpm_config + 1 
+0x2b21 006832 set0 7 ,pdata 
+0x2b22 006833 store 1 ,mem_lpm_config + 1 
+:      006834 lpm_hibernate_normal:
+0x2b23 006835 bpatch patch14_4 ,mem_patch14 
+0x2b24 006836 call lpm_write_gpio_wakeup 
+0x2b25 006837 fetch 1 ,mem_lpm_hibernate_switch 
+0x2b26 006838 store 1 ,mem_lpm_xtalcnt + 4 
+0x2b27 006839 fetch 1 ,mem_lpm_xtalcnt + 2 
+0x2b28 006840 set1 cold_wake ,pdata 
+0x2b29 006841 store 1 ,mem_lpm_xtalcnt + 2 
+:      006844 lpm_sleep:
+0x2b2a 006845 bpatch patch14_5 ,mem_patch14 
+0x2b2b 006846 call xtal_fast_wake 
+0x2b2c 006847 fetch 4 ,mem_sleep_counter_all 
+0x2b2d 006848 iadd temp ,pdata 
+0x2b2e 006849 store 4 ,mem_sleep_counter_all 
+0x2b2f 006850 call lpm_save_context 
+0x2b30 006851 fetch 5 ,mem_lpm_xtalcnt 
+0x2b31 006852 hstore 4 ,core_lpm_reg 
+0x2b32 006853 rshift32 pdata ,rega 
+0x2b33 006854 until null ,lpo_edge 
+0x2b34 006855 deposit clkn 
+0x2b35 006856 store 6 ,mem_sleep_clkn 
+0x2b36 006857 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x2b37 006858 until null ,lpo_edge 
+0x2b38 006859 until null ,lpo_edge 
+0x2b39 006860 deposit rega 
+0x2b3a 006861 hstore 1 ,core_lpm_isogate 
+0x2b3b 006862 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+:      006863 lpm_enter_sleep:
+0x2b3c 006864 until null ,lpo_edge 
+0x2b3d 006865 until null ,lpo_edge 
+0x2b3e 006866 hstoret 4 ,core_lpm_reg 
+0x2b3f 006867 jam lpmreg_sel_counter ,core_lpm_wr 
+0x2b40 006868 until null ,never 
+:      006873 lpm_recover_clk:
+0x2b41 006874 bpatch patch14_6 ,mem_patch14 
+0x2b42 006875 setarg 0 
+0x2b43 006876 copy auxcnt ,null 
+0x2b44 006877 branch lpm_recover_timeout ,zero 
+0x2b45 006878 hfetch 1 ,core_lpm_xtalcnt 
+0x2b46 006879 hfetcht 1 ,core_lpm_buckcnt 
+0x2b47 006880 isub temp ,null 
+0x2b48 006881 branch lpm_recover_xtal ,positive 
+0x2b49 006882 deposit temp 
+:      006883 lpm_recover_xtal:
+0x2b4a 006884 isub auxcnt ,pdata 
+0x2b4b 006885 increase 1 ,pdata 
+:      006886 lpm_recover_timeout:
+0x2b4c 006887 increase 8 ,pdata 
+0x2b4d 006888 until null ,lpo_edge 
+0x2b4e 006889 iadd lpo_time ,pdata 
+0x2b4f 006890 fetcht 4 ,mem_sleep_counter 
+0x2b50 006891 iadd temp ,pdata 
+0x2b51 006892 fetcht 3 ,mem_clks_per_lpo 
+0x2b52 006893 imul32 temp ,pdata 
+0x2b53 006894 rshift8 pdata ,pdata 
+0x2b54 006895 rshift4 pdata ,pdata 
+0x2b55 006896 increase param_lpm_fix ,pdata 
+0x2b56 006897 arg 3750 ,temp 
+0x2b57 006898 idiv temp 
+0x2b58 006899 call wait_div_end 
+0x2b59 006900 quotient pdata 
+0x2b5a 006901 lshift16 pdata ,pdata 
+0x2b5b 006902 remainder temp 
+0x2b5c 006903 ior temp ,pdata 
+0x2b5d 006904 fetcht 6 ,mem_sleep_clkn 
+0x2b5e 006905 call clk_add 
+0x2b5f 006906 copy temp ,clkn 
+0x2b60 006907 fetch 6 ,mem_context + coffset_clk_offset 
+0x2b61 006908 call calc_clke2 
+0x2b62 006909 deposit clke 
+0x2b63 006910 store 6 ,mem_pdatatemp 
+0x2b64 006911 deposit auxcnt 
+0x2b65 006912 istore 1 ,contw 
+0x2b66 006913 hfetch 1 ,core_gpio_in1 
+0x2b67 006914 or_into 0xf0 ,pdata 
+0x2b68 006915 istore 1 ,contw 
+0x2b69 006916 rtn 
+:      006918 lpm_dispatch:
+0x2b6a 006919 bpatch patch14_7 ,mem_patch14 
+0x2b6b 006920 call lpo_calibration 
+0x2b6c 006921 fetch 3 ,mem_clks_per_lpo 
+0x2b6d 006922 rtn blank 
+0x2b6e 006923 fetch 1 ,mem_lpm_mode 
+0x2b6f 006924 rtn blank 
+0x2b70 006925 fetch 1 ,mem_ssp_enable 
+0x2b71 006926 branch lpm_dispatch_next ,blank 
+0x2b72 006927 fetch 1 ,mem_sp_local_key_invalid 
+0x2b73 006928 rtn blank 
+:      006929 lpm_dispatch_next:
+0x2b74 006930 fetch 1 ,mem_le_sc_calc 
+0x2b75 006931 nrtn blank 
+0x2b76 006932 call lpm_check_wake_lock 
+0x2b77 006933 nrtn blank 
+0x2b78 006934 fetch 1 ,mem_context 
+0x2b79 006935 compare 3 ,pdata ,0x7 
+0x2b7a 006936 nbranch lpm_dispatch_unconn ,true 
+0x2b7b 006937 fetch 2 ,mem_context + coffset_tsniff 
+0x2b7c 006938 rtn blank 
+0x2b7d 006939 rtn wake 
+0x2b7e 006940 bpatch patch15_0 ,mem_patch15 
+:      006941 lpm_dispatch_next2:
+0x2b7f 006942 fetcht 1 ,mem_lpm_current_mult 
+0x2b80 006943 fetch 2 ,mem_context + coffset_tsniff 
+0x2b81 006944 imul32 temp ,pdata 
+0x2b82 006945 rshift4 temp ,temp 
+0x2b83 006946 rshift2 temp ,temp 
+0x2b84 006947 isub temp ,pdata 
+0x2b85 006948 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x2b86 006949 iadd temp ,pdata 
+0x2b87 006950 fetcht 1 ,mem_lpm_overhead 
+0x2b88 006951 isub temp ,pdata 
+0x2b89 006952 lshift16 pdata ,alarm 
+0x2b8a 006953 bpatch patch15_1 ,mem_patch15 
+0x2b8b 006954 fetch 2 ,mem_context + coffset_rx_window 
+0x2b8c 006955 rshift pdata ,pdata 
+0x2b8d 006956 call clk2bt 
+0x2b8e 006957 deposit alarm 
+0x2b8f 006958 call clk_diff 
+0x2b90 006959 copy clke ,temp 
+0x2b91 006960 call clk_diff_rt 
+0x2b92 006961 rtn user 
+:      006962 lpm_dispatch_sleep:
+0x2b93 006963 call clk2lpo 
+:      006964 lpm_dispatch_lpo:
+0x2b94 006965 bpatch patch15_2 ,mem_patch15 
+0x2b95 006966 fetch 1 ,mem_lpm_xtalcnt 
+0x2b96 006967 isub temp ,null 
+0x2b97 006968 branch lpm_clear_counter ,positive 
+0x2b98 006969 storet 4 ,mem_sleep_counter 
+0x2b99 006970 call app_will_enter_lpm 
+0x2b9a 006971 call l2cap_lpm_save_txbuf 
+0x2b9b 006972 fetcht 4 ,mem_sleep_counter 
+0x2b9c 006973 branch lpm_sleep 
+:      006975 lpm_dispatch_unconn:
+0x2b9d 006976 bpatch patch15_3 ,mem_patch15 
+0x2b9e 006977 fetch 1 ,mem_context 
+0x2b9f 006978 rtnbit1 state_inconn 
+0x2ba0 006979 rtnbit1 state_inpage 
+0x2ba1 006980 fetch 1 ,mem_ssp_enable 
+0x2ba2 006981 branch lpm_unconn_nossp ,blank 
+0x2ba3 006982 fetch 1 ,mem_sp_local_key_invalid 
+0x2ba4 006983 rtn blank 
+:      006984 lpm_unconn_nossp:
+0x2ba5 006985 bpatch patch15_4 ,mem_patch15 
+0x2ba6 006986 fetch 1 ,mem_le_adv_enable 
+0x2ba7 006987 nbranch lpm_unconn_cont ,blank 
+0x2ba8 006988 fetch 1 ,mem_scan_mode 
+0x2ba9 006989 rtn blank 
+:      006990 lpm_unconn_cont:
+0x2baa 006991 fetch 2 ,mem_lpm_interval 
+0x2bab 006992 rtn blank 
+:      006993 lpm_sleep_btclk:
+0x2bac 006994 fetcht 1 ,mem_lpm_overhead 
+0x2bad 006995 isub temp ,pdata 
+0x2bae 006996 arg 7500 ,temp 
+0x2baf 006997 imul32 temp ,pdata 
+0x2bb0 006998 branch lpm_dispatch_sleep 
+:      007000 lpm_set_mult:
+0x2bb1 007001 bpatch patch15_5 ,mem_patch15 
+0x2bb2 007002 disable wake 
+0x2bb3 007003 fetch 1 ,mem_state 
+0x2bb4 007004 rtnbit0 state_insniff 
+0x2bb5 007005 nbranch lpm_not_match ,match 
+0x2bb6 007006 call lpm_match 
+0x2bb7 007007 fetch 2 ,mem_rx_window_sniff 
+0x2bb8 007008 store 2 ,mem_rx_window 
+0x2bb9 007009 fetch 1 ,mem_arq 
+0x2bba 007010 bbit1 wack ,lpm_mult_short 
+0x2bbb 007011 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x2bbc 007012 call l2cap_malloc_is_fifo_empty 
+0x2bbd 007013 nbranch lpm_mult_short ,blank 
+0x2bbe 007014 fetch 1 ,mem_classic_bt_flag 
+0x2bbf 007015 bbit1 short_mult_flag ,lpm_mult_short 
+:      007016 lpm_mult_wait_timeout:
+0x2bc0 007017 jam 0 ,mem_lpm_current_mult 
+0x2bc1 007018 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x2bc2 007019 fetch 1 ,mem_lpm_mult_cnt 
+0x2bc3 007020 branch lpm_mult_long ,blank 
+0x2bc4 007021 increase -1 ,pdata 
+0x2bc5 007022 store 1 ,mem_lpm_mult_cnt 
+0x2bc6 007023 rtn 
+:      007026 classic_bt_set_mult_short_flag:
+0x2bc7 007027 arg short_mult_flag ,queue 
+0x2bc8 007028 branch classic_bluetooth_set_flag 
+:      007030 classic_bt_clr_mult_short_flag:
+0x2bc9 007031 arg short_mult_flag ,queue 
+0x2bca 007032 branch classic_bluetooth_clr_flag 
+:      007036 lpm_match:
+0x2bcb 007037 jam 0 ,mem_sniff_unint_lost 
+0x2bcc 007038 fetch 3 ,mem_sniff_rcv 
+0x2bcd 007039 increase 1 ,pdata 
+0x2bce 007040 store 3 ,mem_sniff_rcv 
+0x2bcf 007041 rtn 
+:      007043 lpm_not_match:
+0x2bd0 007044 bpatch patch15_6 ,mem_patch15 
+0x2bd1 007045 fetcht 2 ,mem_rx_window_sniff 
+0x2bd2 007046 rshift temp ,temp 
+0x2bd3 007047 fetch 2 ,mem_rx_window 
+0x2bd4 007048 iadd temp ,pdata 
+0x2bd5 007049 store 2 ,mem_rx_window 
+:      007050 lpm_lost:
+0x2bd6 007051 jam 0 ,mem_lpm_current_mult 
+0x2bd7 007052 fetch 3 ,mem_sniff_lost 
+0x2bd8 007053 increase 1 ,pdata 
+0x2bd9 007054 store 3 ,mem_sniff_lost 
+0x2bda 007055 fetch 1 ,mem_sniff_unint_lost 
+0x2bdb 007056 increase 1 ,pdata 
+0x2bdc 007057 store 1 ,mem_sniff_unint_lost 
+0x2bdd 007058 rtn 
+:      007060 lpm_mult_short:
+0x2bde 007061 jam 0 ,mem_lpm_current_mult 
+0x2bdf 007062 fetch 1 ,mem_lpm_mult_timeout 
+0x2be0 007063 store 1 ,mem_lpm_mult_cnt 
+0x2be1 007064 rtn 
+:      007066 lpm_mult_long:
+0x2be2 007067 fetcht 1 ,mem_lpm_mult 
+0x2be3 007068 storet 1 ,mem_lpm_current_mult 
+0x2be4 007069 rtn 
+:      007071 lpm_cal_xtal_startup:
+0x2be5 007072 bpatch patch15_7 ,mem_patch15 
+0x2be6 007073 fetch 1 ,mem_lpm_xtalcnt 
+0x2be7 007074 nrtn blank 
+0x2be8 007075 jam clksel_rc ,core_clksel 
+0x2be9 007076 setarg 0xf0c 
+0x2bea 007077 call lpm_write_config 
+0x2beb 007078 setarg 200000 
+0x2bec 007079 call sleep 
+0x2bed 007080 until null ,lpo_edge 
+0x2bee 007081 copy lpo_time ,alarm 
+0x2bef 007082 call xtal_fast_wake 
+0x2bf0 007083 jam clksel_xtal ,core_clksel 
+0x2bf1 007084 nop 10 
+0x2bf2 007085 until null ,lpo_edge 
+0x2bf3 007086 deposit lpo_time 
+0x2bf4 007087 isub alarm ,pdata 
+0x2bf5 007088 increase 0x30 ,pdata 
+0x2bf6 007089 arg 0xff ,temp 
+0x2bf7 007090 call ceiling 
+0x2bf8 007091 store 1 ,mem_lpm_xtalcnt 
+0x2bf9 007092 nop 30000 
+0x2bfa 007093 nop 30000 
+0x2bfb 007094 nop 30000 
+0x2bfc 007095 rtn 
+:      007097 lpm_cal_xtal_startup_by_snooze:
+0x2bfd 007098 fetch 1 ,mem_lpm_xtalcnt 
+0x2bfe 007099 nrtn blank 
+0x2bff 007100 jam 0xff ,core_xtal_stable_time 
+0x2c00 007101 jam clksel_rc ,core_clksel 
+0x2c01 007102 call xtal_fast_wake 
+0x2c02 007103 setarg 1000 
+0x2c03 007104 iadd lpo_time ,alarm 
+0x2c04 007105 snooze 
+0x2c05 007106 deposit lpo_time 
+0x2c06 007107 nop 12000 
+0x2c07 007108 nop 12000 
+0x2c08 007109 nop 12000 
+0x2c09 007110 nop 12000 
+0x2c0a 007111 nop 12000 
+0x2c0b 007112 nop 12000 
+0x2c0c 007113 nop 12000 
+0x2c0d 007114 nop 12000 
+0x2c0e 007115 nop 12000 
+0x2c0f 007116 isub alarm ,pdata 
+0x2c10 007117 add pdata ,0x30 ,pdata 
+0x2c11 007118 arg 0xff ,temp 
+0x2c12 007119 call ceiling 
+0x2c13 007120 store 1 ,mem_lpm_xtalcnt 
+0x2c14 007121 nop 30000 
+0x2c15 007122 nop 30000 
+0x2c16 007123 nop 30000 
+0x2c17 007124 rtn 
+:      007129 lpm_write_config:
+0x2c18 007130 arg 0xfff ,contw 
+0x2c19 007131 iand contw ,contw 
+0x2c1a 007132 fetch 1 ,mem_lpm_config 
+0x2c1b 007133 and_into 0xf0 ,pdata 
+0x2c1c 007134 lshift8 pdata ,pdata 
+0x2c1d 007135 ior contw ,pdata 
+0x2c1e 007136 hstore 2 ,core_lpm_reg 
+0x2c1f 007137 ifetch 2 ,contr 
+0x2c20 007138 istore 2 ,contw 
+:      007140 lpm_write_ctrl:
+0x2c21 007141 setarg lpmreg_sel_ctrl 
+0x2c22 007142 branch lpm_write 
+:      007144 lpm_write_ctrl2:
+0x2c23 007145 setarg lpmreg_sel_ctrl2 
+:      007146 lpm_write:
+0x2c24 007147 until null ,lpo_edge 
+0x2c25 007148 hstore 1 ,core_lpm_wr 
+0x2c26 007149 until null ,lpo_edge 
+0x2c27 007150 until null ,lpo_edge 
+0x2c28 007151 rtn 
+:      007154 lpm_write_gpio_wakeup:
+0x2c29 007155 bpatch patch16_0 ,mem_patch16 
+0x2c2a 007156 fetch 4 ,mem_gpio_wakeup_low 
+0x2c2b 007157 hstore 4 ,core_lpm_reg 
+0x2c2c 007158 setarg lpmreg_sel_gpiolow 
+0x2c2d 007159 call lpm_write 
+0x2c2e 007160 fetch 4 ,mem_gpio_wakeup_high 
+0x2c2f 007161 hstore 4 ,core_lpm_reg 
+0x2c30 007162 setarg lpmreg_sel_gpiohigh 
+0x2c31 007163 branch lpm_write 
+:      007165 lpm_get_wake_lock:
+0x2c32 007166 fetch 2 ,mem_lpm_wake_lock 
+0x2c33 007167 qset1 pdata 
+0x2c34 007168 store 2 ,mem_lpm_wake_lock 
+0x2c35 007169 rtn 
+:      007171 lpm_put_wake_lock:
+0x2c36 007172 fetch 2 ,mem_lpm_wake_lock 
+0x2c37 007173 qset0 pdata 
+0x2c38 007174 store 2 ,mem_lpm_wake_lock 
+0x2c39 007175 rtn 
+:      007179 lpm_check_wake_lock:
+0x2c3a 007180 bpatch patch16_1 ,mem_patch16 
+0x2c3b 007181 call app_check_wake_lock 
+0x2c3c 007182 fetch 2 ,mem_lpm_wake_lock 
+0x2c3d 007183 copy pdata ,rega 
+0x2c3e 007184 fetch 1 ,mem_state_map 
+0x2c3f 007185 isolate1 smap_rxlmp ,pdata 
+0x2c40 007186 setflag true ,wake_lock_lmp_rx ,rega 
+0x2c41 007187 fetch 1 ,mem_lmo_opcode1 
+0x2c42 007188 fetcht 1 ,mem_lmo_opcode2 
+0x2c43 007189 iadd temp ,pdata 
+0x2c44 007190 fetcht 1 ,mem_lmp_to_send 
+0x2c45 007191 iadd temp ,pdata 
+0x2c46 007192 nsetflag blank ,wake_lock_lmp_tx ,rega 
+0x2c47 007193 fetch 1 ,mem_le_tx_buff_used 
+0x2c48 007194 nsetflag blank ,wake_lock_ble_tx ,rega 
+0x2c49 007195 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x2c4a 007196 fetcht 2 ,mem_l2cap_rxbuff2_len 
+0x2c4b 007197 iadd temp ,pdata 
+0x2c4c 007198 nsetflag blank ,wake_lock_l2cap_rx ,rega 
+0x2c4d 007199 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x2c4e 007200 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x2c4f 007201 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+0x2c50 007202 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x2c51 007203 fetch 1 ,mem_hci_cmd 
+0x2c52 007204 nsetflag blank ,wake_lock_cmd ,rega 
+0x2c53 007205 fetch 1 ,mem_device_option 
+0x2c54 007206 compare dvc_op_module ,pdata ,0xff 
+0x2c55 007207 call lpm_uart_wake_lock ,true 
+0x2c56 007208 setarg -8 
+0x2c57 007209 iand rega ,rega 
+0x2c58 007210 copy rega ,pdata 
+0x2c59 007211 store 2 ,mem_lpm_wake_lock 
+0x2c5a 007212 rtn 
+:      007214 lpm_uart_wake_lock:
+0x2c5b 007215 hfetch 2 ,core_uart_rxitems 
+0x2c5c 007216 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x2c5d 007217 hfetch 2 ,core_uart_txitems 
+0x2c5e 007218 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x2c5f 007219 rtn 
+:      007221 lpm_shut_down:
+0x2c60 007222 hfetch 4 ,core_lpm_ctrl 
+0x2c61 007223 set0 27 ,pdata 
+0x2c62 007224 hstore 4 ,core_lpm_reg 
+0x2c63 007225 call lpm_write_ctrl 
+0x2c64 007226 branch assert 
+:      007228 lpm_disable_exen_output:
+0x2c65 007229 hfetch 4 ,core_lpm_xtalcnt 
+0x2c66 007230 set0 20 ,pdata 
+0x2c67 007231 hstore 4 ,core_lpm_reg 
+0x2c68 007232 branch lpm_write_ctrl2 
+:      007234 check_bt_disabled:
+0x2c69 007235 fetch 2 ,mem_chip_functions 
+0x2c6a 007236 bbit1 bt_disabled ,assert 
+0x2c6b 007237 rtn 
+:      007238 check_ble_disabled:
+0x2c6c 007239 fetch 2 ,mem_chip_functions 
+0x2c6d 007240 bbit1 ble_disabled ,assert 
+0x2c6e 007241 rtn 
+:      007242 check_module_disabled:
+0x2c6f 007243 fetch 2 ,mem_chip_functions 
+0x2c70 007244 bbit1 module_disable ,assert 
+0x2c71 007245 rtn 
+:      007306 g24_dispatch:
+0x2c72 007307 bpatch patch16_2 ,mem_patch16 
+0x2c73 007308 call g24_head_ptr2regc 
+0x2c74 007309 add regc ,offset_24g_mode ,regb 
+0x2c75 007310 ifetch 1 ,regb 
+0x2c76 007312 rtneq disable_24g 
+0x2c77 007313 beq tx_24g ,g24_transmit_process 
+0x2c78 007314 beq rx_24g ,g24_receive_process 
+0x2c79 007315 rtn 
+:      007317 g24_head_ptr2regc:
+0x2c7a 007318 fetcht 2 ,mem_24g_head_ptr 
+0x2c7b 007319 copy temp ,regc 
+0x2c7c 007320 rtn 
+:      007322 g24_receive_process_init:
+0x2c7d 007323 call g24_receive_init 
+0x2c7e 007324 branch g24_mode_switch_init 
+:      007326 g24_receive_process:
+0x2c7f 007327 call g24_mode_switch 
+0x2c80 007328 call g24_dongle_work_mode_auto 
+0x2c81 007329 call g24_dongle_bind_mode_auto 
+0x2c82 007330 branch g24_dongle_search_mode_auto 
+:      007333 g24_pair_init:
+0x2c83 007336 call g24_set0_mem_pid 
+0x2c84 007337 setarg g24_pair_ch 
+0x2c85 007338 call g24_store_mem_ch 
+0x2c86 007339 call g24_store_mem_pair_txpower 
+0x2c87 007342 add regc ,offset_24g_paring_addr ,rega 
+0x2c88 007343 ifetch 4 ,rega 
+0x2c89 007344 branch g24_store_mem_addr 
+:      007346 g24_ch:
+0x2c8a 007347 call g24_head_ptr2regc 
+0x2c8b 007348 add regc ,offset_24g_current_ch_number ,regb 
+0x2c8c 007349 ifetcht 1 ,regb 
+0x2c8d 007351 call g24_ch_temp_incre_size4 
+0x2c8e 007352 add regc ,offset_24g_current_ch_number ,contw 
+0x2c8f 007354 branch g24_contw_istoret_1byte 
+:      007356 g24_ch_temp_incre_size4:
+0x2c90 007357 call g24_ch_calc 
+0x2c91 007358 increase 1 ,temp 
+0x2c92 007359 and_into 3 ,temp 
+0x2c93 007360 rtn 
+:      007362 g24_ch_calc:
+0x2c94 007363 add regc ,offset_24g_addr ,regb 
+0x2c95 007364 ifetch 1 ,regb 
+0x2c96 007366 and_into 0x03 ,pdata 
+0x2c97 007367 mul32 pdata ,4 ,rega 
+0x2c98 007368 add regc ,offset_24g_ch_map1 ,pdata 
+0x2c99 007370 iadd rega ,pdata 
+0x2c9a 007371 iadd temp ,contr 
+0x2c9b 007372 ifetch 1 ,contr 
+0x2c9c 007374 branch g24_store_mem_ch 
+:      007376 g24_set_device_addr:
+0x2c9d 007377 call g24_store_mem_tx_power_temp 
+0x2c9e 007378 call otp_enable_chgpump 
+0x2c9f 007379 setarg 0x7e2 
+0x2ca0 007380 arg mem_temp ,rega 
+0x2ca1 007381 arg 4 ,temp 
+0x2ca2 007382 call otpd_read_data 
+0x2ca3 007383 call otp_disable_chgpump 
+0x2ca4 007384 fetch 4 ,mem_temp 
+0x2ca5 007385 call g24_store_mem_device_addr 
+0x2ca6 007387 nrtn blank 
+0x2ca7 007388 fetch 4 ,mem_lap 
+0x2ca8 007390 branch g24_store_mem_device_addr 
+:      007392 g24_transmit_rf_sta_init:
+0x2ca9 007393 call g24_set1_mem_rf_last_sta 
+0x2caa 007395 setarg 0 
+0x2cab 007396 call g24_store_mem_sync_cnt 
+:      007398 g24_transmit_rf_ctrl_clear:
+0x2cac 007399 call g24_fetch_mem_data_type 
+0x2cad 007401 and_into bits_data ,pdata 
+0x2cae 007403 branch g24_store_mem_data_type 
+:      007405 g24_hop_ch_enable:
+0x2caf 007406 call g24_fetch_mem_data_type 
+0x2cb0 007408 set1 bit_hop ,pdata 
+0x2cb1 007409 call g24_store_mem_data_type 
+0x2cb2 007412 branch g24_store_mem_txpayload 
+:      007414 g24_transmit_hop_pac_fail:
+0x2cb3 007415 call g24_fetch_mem_rf_work_stage 
+0x2cb4 007417 beq 1 ,g24_transmit_hop_pac_fail_wo_hop 
+0x2cb5 007418 beq 2 ,g24_transmit_hop_pac_fail_hop_stage2 
+0x2cb6 007419 rtn 
+:      007421 g24_transmit_hop_pac_fail_wo_hop:
+0x2cb7 007422 call g24_set2_mem_sync_cnt 
+:      007424 g24_transmit_hop_pac_fail_stage1:
+0x2cb8 007425 add regc ,offset_24g_hop_pac_retry ,contw 
+0x2cb9 007426 call g24_mem_set0 
+0x2cba 007428 call g24_store_mem_rf_last_sta 
+0x2cbb 007430 branch g24_transmit_rf_ctrl_clear 
+:      007432 g24_transmit_hop_pac_fail_hop_stage2:
+0x2cbc 007433 call g24_set0_mem_rf_hop_ch 
+0x2cbd 007435 branch g24_transmit_hop_pac_fail_stage1 
+:      007437 g24_transmit_pac_fail_hop_stage3:
+0x2cbe 007438 add regc ,offset_24g_txfail_cnt ,rega 
+0x2cbf 007439 ifetch 1 ,rega 
+0x2cc0 007441 increase 1 ,pdata 
+0x2cc1 007442 add regc ,offset_24g_txfail_cnt ,contw 
+0x2cc2 007443 istore 1 ,contw 
+0x2cc3 007445 beq 0x20 ,g24_tx_attempt_fail 
+0x2cc4 007446 call g24_fetch_mem_rf_hop_ch 
+0x2cc5 007448 beq 1 ,g24_rf_hop_fastly 
+0x2cc6 007449 setarg 1 
+0x2cc7 007450 call g24_store_mem_rf_hop_ch 
+:      007452 g24_rf_hop_attemp_again:
+0x2cc8 007453 call g24_fetch_mem_rf_hop_ch 
+0x2cc9 007455 bne 1 ,g24_transmit_rf_ctrl_clear 
+:      007456 g24_rf_hop_fastly:
+0x2cca 007457 add regc ,offset_24g_hop_fastly_cnt ,rega 
+0x2ccb 007458 ifetch 1 ,rega 
+0x2ccc 007460 increase 1 ,pdata 
+0x2ccd 007461 call g24_store_mem_hop_fastly_cnt 
+0x2cce 007463 beq 4 ,g24_rf_hop_fastly_exit 
+0x2ccf 007464 call g24_ch 
+0x2cd0 007465 call g24_set2_mem_max_retry 
+0x2cd1 007467 branch g24_transmit_packet 
+:      007469 g24_rf_hop_fastly_exit:
+0x2cd2 007470 call g24_set0_mem_hop_fastly_cnt 
+0x2cd3 007472 branch g24_transmit_rf_ctrl_clear 
+:      007474 g24_set0_mem_hop_fastly_cnt:
+0x2cd4 007475 setarg 0 
+:      007476 g24_store_mem_hop_fastly_cnt:
+0x2cd5 007477 add regc ,offset_24g_hop_fastly_cnt ,contw 
+0x2cd6 007478 branch g24_contw_istore_1byte 
+:      007480 g24_transmit_hop_pac_succ_wo_hop:
+0x2cd7 007481 call g24_set2_mem_sync_cnt 
+:      007483 g24_transmit_hop_pac_succ:
+0x2cd8 007484 call g24_set0_mem_rf_hop_ch 
+0x2cd9 007486 call g24_set1_mem_rf_last_sta 
+0x2cda 007488 branch g24_transmit_rf_ctrl_clear 
+:      007490 g24_transmit_succ_rf_config:
+0x2cdb 007491 call g24_fetch_mem_rf_work_stage 
+0x2cdc 007493 beq 3 ,g24_transmit_hop_pac_succ 
+0x2cdd 007494 call g24_fetch_mem_data_type 
+0x2cde 007496 isolate0 bit_hop ,pdata 
+0x2cdf 007497 branch g24_transmit_rf_sta_init ,true 
+0x2ce0 007498 call g24_fetch_mem_rf_work_stage 
+0x2ce1 007500 beq 1 ,g24_transmit_hop_pac_succ_wo_hop 
+0x2ce2 007501 beq 2 ,g24_transmit_hop_pac_succ 
+0x2ce3 007502 rtn 
+:      007504 g24_rf_sta_check:
+0x2ce4 007505 call g24_fetch_mem_pairing_sm 
+0x2ce5 007507 rtnne state_24g_pairing_success 
+0x2ce6 007508 call g24_rf_laststa_synccnt_check 
+0x2ce7 007509 ncall g24_rf_sync_cnt_check ,user2 
+0x2ce8 007510 rtn 
+:      007512 g24_rf_laststa_synccnt_check:
+0x2ce9 007513 disable user2 
+0x2cea 007514 add regc ,offset_24g_rf_last_sta ,rega 
+0x2ceb 007515 ifetch 1 ,rega 
+0x2cec 007517 rtnne 1 
+0x2ced 007518 add regc ,offset_24g_sync_cnt ,rega 
+0x2cee 007519 ifetch 1 ,rega 
+0x2cef 007521 rtnne 0 
+0x2cf0 007522 setarg 1 
+0x2cf1 007523 call g24_store_mem_rf_work_stage 
+0x2cf2 007525 call g24_set4_mem_max_retry 
+0x2cf3 007527 branch enable_user2 
+:      007529 g24_rf_sync_cnt_check:
+0x2cf4 007530 add regc ,offset_24g_sync_cnt ,rega 
+0x2cf5 007531 ifetch 1 ,rega 
+0x2cf6 007533 branch g24_rf_hop_attemp ,blank 
+0x2cf7 007534 increase -1 ,pdata 
+0x2cf8 007535 call g24_store_mem_sync_cnt 
+0x2cf9 007537 setarg 2 
+0x2cfa 007538 call g24_store_mem_rf_work_stage 
+0x2cfb 007540 call g24_ch 
+0x2cfc 007542 branch g24_set4_mem_max_retry 
+:      007544 g24_store_mem_rf_work_stage:
+0x2cfd 007545 add regc ,offset_24g_rf_work_stage ,contw 
+0x2cfe 007546 branch g24_contw_istore_1byte 
+:      007549 g24_rf_hop_attemp:
+0x2cff 007550 setarg 3 
+0x2d00 007551 call g24_store_mem_rf_work_stage 
+0x2d01 007553 call g24_fetch_mem_rf_hop_ch 
+0x2d02 007555 nbranch g24_rf_hop_attemp_again ,blank 
+0x2d03 007556 call g24_ch 
+:      007558 g24_set2_mem_max_retry:
+0x2d04 007559 setarg 2 
+0x2d05 007560 branch g24_store_mem_max_retry 
+:      007562 g24_transmit_process:
+0x2d06 007563 rtnmark0 mark_24g 
+0x2d07 007564 set1 mark_24g_conext ,mark 
+0x2d08 007565 bpatch patch16_3 ,mem_patch16 
+0x2d09 007566 add regc ,offset_24g_tx_without_int ,rega 
+0x2d0a 007567 ifetch 1 ,rega 
+0x2d0b 007569 beq 1 ,g24_transmit_without_int 
+0x2d0c 007570 call g24_timer_check 
+0x2d0d 007571 nbranch g24_transmit_exit ,user 
+0x2d0e 007572 call g24_interval_calibrate 
+:      007573 g24_transmit_without_int:
+0x2d0f 007574 add regc ,offset_24g_tx_without_int ,contw 
+0x2d10 007575 call g24_mem_set0 
+0x2d11 007577 call g24_txdata_prep 
+0x2d12 007578 nbranch g24_enter_lpm ,user 
+0x2d13 007579 call g24_rf_sta_check 
+:      007580 g24_transmit_start:
+0x2d14 007581 call g24_transmit_packet 
+0x2d15 007582 call g24_power_ctrl 
+:      007583 g24_transmit_exit:
+0x2d16 007584 set0 mark_24g_conext ,mark 
+0x2d17 007585 rtn 
+:      007587 g24_timer_timeout:
+0x2d18 007588 rtn zero 
+0x2d19 007589 set1 28 ,pdata 
+0x2d1a 007590 rtn 
+:      007592 g24_interval_calibrate:
+0x2d1b 007593 add regc ,offset_24g_pac_index ,rega 
+0x2d1c 007594 ifetch 1 ,rega 
+0x2d1d 007596 increase 1 ,pdata 
+0x2d1e 007597 add regc ,offset_24g_pac_index ,contw 
+0x2d1f 007598 istore 1 ,contw 
+0x2d20 007600 beq 4 ,g24_interval_max 
+0x2d21 007601 beq 5 ,g24_interval_min 
+0x2d22 007602 rtn 
+:      007603 g24_interval_max:
+0x2d23 007604 add regc ,offset_24g_interval_max ,rega 
+0x2d24 007605 ifetch 1 ,rega 
+:      007607 g24_interval_update:
+0x2d25 007609 add regc ,offset_24g_interval ,contw 
+0x2d26 007610 branch g24_contw_istore_1byte 
+:      007612 g24_interval_min:
+0x2d27 007613 add regc ,offset_24g_pac_index ,contw 
+0x2d28 007614 call g24_mem_set0 
+0x2d29 007616 add regc ,offset_24g_interval_min ,rega 
+0x2d2a 007617 ifetch 1 ,rega 
+0x2d2b 007619 branch g24_interval_update 
+:      007621 g24_txdata_prep:
+0x2d2c 007622 call g24_fetch_mem_pairing_sm 
+0x2d2d 007624 bne state_24g_pairing_success ,g24_pairing_sm 
+0x2d2e 007625 bpatch patch16_4 ,mem_patch16 
+0x2d2f 007626 call g24_package_data 
+0x2d30 007627 nbranch g24_txdata_last_pac ,user 
+0x2d31 007628 call g24_transmit_prep 
+0x2d32 007629 call g24_power_ctrl_pac_incrs 
+:      007630 g24_txdata_enable_tx:
+0x2d33 007632 setarg ensure_on_24g 
+:      007633 g24_store_mem_ensure:
+0x2d34 007634 add regc ,offset_24g_ensure ,contw 
+0x2d35 007635 branch g24_contw_istore_1byte 
+:      007637 g24_txdata_last_pac:
+0x2d36 007638 add regc ,offset_24g_ensure ,rega 
+0x2d37 007639 ifetch 1 ,rega 
+0x2d38 007641 beq ensure_on_24g ,enable_user 
+0x2d39 007642 rtn 
+:      007644 g24_package_data:
+0x2d3a 007646 add regc ,offset_24g_cb_data ,temp 
+0x2d3b 007647 ifetch 2 ,temp 
+0x2d3c 007649 call callback_func 
+0x2d3d 007650 nrtn user 
+0x2d3e 007651 copy rega ,pdata 
+0x2d3f 007652 store 1 ,mem_rega 
+0x2d40 007653 add regc ,offset_24g_abort_pac ,contw 
+0x2d41 007654 call g24_mem_set0 
+0x2d42 007656 call g24_transmit_rf_ctrl_clear 
+0x2d43 007657 store 1 ,mem_24g_common_temp 
+0x2d44 007658 fetch 1 ,mem_rega 
+0x2d45 007659 copy pdata ,rega 
+0x2d46 007660 add rega ,1 ,temp 
+0x2d47 007661 arg mem_24g_common_temp + 1 ,contw 
+0x2d48 007662 copy rega ,loopcnt 
+0x2d49 007663 copy regb ,contr 
+0x2d4a 007664 call memcpy 
+0x2d4b 007665 arg mem_24g_common_temp ,rega 
+:      007666 g24_put_data_in_buff:
+0x2d4c 007667 rtnmark0 mark_24g_conext 
+0x2d4d 007668 add regc ,offset_24g_datalen ,contw 
+0x2d4e 007669 istoret 1 ,contw 
+0x2d4f 007671 copy temp ,loopcnt 
+0x2d50 007672 add regc ,offset_24g_txbuf ,contw 
+0x2d51 007674 copy rega ,contr 
+0x2d52 007675 branch memcpy 
+:      007677 g24_transmit_prep:
+0x2d53 007679 add regc ,offset_24g_datalen ,rega 
+0x2d54 007680 ifetch 1 ,rega 
+0x2d55 007682 increase 2 ,pdata 
+0x2d56 007683 add regc ,offset_24g_txlen ,contw 
+0x2d57 007684 istore 1 ,contw 
+0x2d58 007687 call g24_fetch_mem_data_type 
+0x2d59 007689 call g24_store_mem_txpayload 
+0x2d5a 007692 add regc ,offset_24g_datalen ,rega 
+0x2d5b 007693 ifetch 1 ,rega 
+0x2d5c 007695 lshift3 pdata ,pdata 
+0x2d5d 007696 add regc ,offset_24g_pid ,rega 
+0x2d5e 007697 ifetcht 1 ,rega 
+0x2d5f 007699 and temp ,0x03 ,temp 
+0x2d60 007700 lshift temp ,temp 
+0x2d61 007701 ior temp ,pdata 
+0x2d62 007702 add regc ,offset_24g_no_ack ,rega 
+0x2d63 007703 ifetcht 1 ,rega 
+0x2d64 007705 iadd temp ,pdata 
+0x2d65 007706 istore 1 ,contw 
+0x2d66 007708 add regc ,offset_24g_datalen ,rega 
+0x2d67 007709 ifetch 1 ,rega 
+0x2d68 007711 iforce loopcnt 
+0x2d69 007712 add regc ,offset_24g_txbuf ,contr 
+0x2d6a 007714 branch memcpy 
+:      007716 g24_send_abort_packet:
+0x2d6b 007717 call g24_set1_mem_abort_pac 
+0x2d6c 007719 call g24_set0_mem_rf_hop_ch 
+0x2d6d 007721 call g24_power_ctrl_reinit 
+0x2d6e 007722 call g24_transmit_rf_ctrl_clear 
+0x2d6f 007723 store 1 ,mem_24g_common_temp 
+0x2d70 007724 call g24_put_data_in_buff_pre 
+0x2d71 007725 call g24_fetch_mem_data_type 
+0x2d72 007727 set1 bit_abort ,pdata 
+0x2d73 007728 call g24_store_mem_data_type 
+0x2d74 007730 call g24_transmit_prep 
+0x2d75 007731 call g24_txdata_enable_tx 
+0x2d76 007732 branch g24_transmit_start 
+:      007734 g24_put_data_in_buff_pre:
+0x2d77 007735 store 1 ,mem_24g_common_temp + 1 
+0x2d78 007736 call g24_fetch_mem_device_addr 
+0x2d79 007738 store 4 ,mem_24g_common_temp + 2 
+0x2d7a 007739 arg 6 ,temp 
+0x2d7b 007740 arg mem_24g_common_temp ,rega 
+0x2d7c 007741 branch g24_put_data_in_buff 
+:      007743 g24_enter_lpm:
+0x2d7d 007744 add regc ,offset_24g_abort_pac ,rega 
+0x2d7e 007745 ifetch 1 ,rega 
+0x2d7f 007747 branch g24_send_abort_packet ,blank 
+:      007748 g24_enter_lpm_prepare:
+0x2d80 007750 add regc ,offset_24g_cb_lpm_prepare ,rega 
+0x2d81 007751 ifetch 2 ,rega 
+0x2d82 007753 branch callback_func 
+:      007755 g24_lpm_long_sleep:
+0x2d83 007756 call g24_head_ptr2regc 
+0x2d84 007758 call lpo_calibration 
+0x2d85 007759 fetch 3 ,mem_clks_per_lpo 
+0x2d86 007760 rtn blank 
+0x2d87 007761 add regc ,offset_24g_cb_lpm_before ,temp 
+0x2d88 007762 ifetch 2 ,temp 
+0x2d89 007764 call callback_func 
+0x2d8a 007765 add regc ,offset_24g_enter_hibernate ,temp 
+0x2d8b 007766 ifetch 8 ,temp 
+0x2d8c 007767 call clk2lpo 
+0x2d8d 007768 storet 4 ,mem_sleep_counter 
+0x2d8e 007769 branch lpm_sleep 
+:      007771 g24_transmit_packet:
+0x2d8f 007772 call g24_head_ptr2regc 
+0x2d90 007773 add regc ,offset_24g_retry ,contw 
+0x2d91 007774 call g24_mem_set0 
+:      007776 g24_transmit_loop:
+0x2d92 007777 call g24_transmit_receive_ack 
+0x2d93 007778 nbranch g24_retransmit ,sync 
+0x2d94 007779 nbranch g24_retransmit ,user3 
+0x2d95 007780 call g24_ackpayload_parse 
+0x2d96 007781 call g24_power_ctrl_ack_incrs 
+:      007782 g24_transmit_next_packet:
+0x2d97 007783 call g24_head_ptr2regc 
+0x2d98 007784 add regc ,offset_24g_pid ,rega 
+0x2d99 007785 ifetch 1 ,rega 
+0x2d9a 007787 increase 1 ,pdata 
+0x2d9b 007788 call g24_store_mem_pid 
+0x2d9c 007790 call g24_fetch_mem_pairing_sm 
+0x2d9d 007792 bne state_24g_pairing_success ,g24_paring_mode 
+0x2d9e 007793 call g24_transmit_succ_rf_config 
+:      007794 g24_transmit_abandon:
+0x2d9f 007795 setarg 0 
+0x2da0 007796 add regc ,offset_24g_txfail_cnt ,contw 
+0x2da1 007797 istore 2 ,contw 
+0x2da2 007801 setarg ensure_off_24g 
+0x2da3 007802 branch g24_store_mem_ensure 
+:      007805 g24_transmit_receive_ack:
+0x2da4 007806 disable user3 
+0x2da5 007807 call g24_transmit 
+0x2da6 007808 call g24_head_ptr2regc 
+0x2da7 007809 add regc ,offset_24g_no_ack ,rega 
+0x2da8 007810 ifetch 1 ,rega 
+0x2da9 007812 beq no_ack_24g ,g24_transmit_no_ack 
+0x2daa 007813 call g24_receive_packet 
+0x2dab 007814 branch g24_end_of_packet 
+:      007815 g24_transmit_no_ack:
+0x2dac 007816 call g24_end_of_packet 
+0x2dad 007817 branch g24_transmit_next_packet 
+:      007820 g24_retransmit:
+0x2dae 007821 bpatch patch16_5 ,mem_patch16 
+0x2daf 007822 add regc ,offset_24g_get_ack_fail ,rega 
+0x2db0 007823 ifetch 1 ,rega 
+0x2db1 007825 increase 1 ,pdata 
+0x2db2 007826 add regc ,offset_24g_get_ack_fail ,contw 
+0x2db3 007827 istore 1 ,contw 
+0x2db4 007829 call g24_fetch_mem_pairing_sm 
+0x2db5 007831 bne state_24g_pairing_success ,g24_tx_paring_retry 
+0x2db6 007832 add regc ,offset_24g_retry ,rega 
+0x2db7 007833 ifetcht 1 ,rega 
+0x2db8 007835 increase 1 ,temp 
+0x2db9 007836 add regc ,offset_24g_retry ,contw 
+0x2dba 007837 istoret 1 ,contw 
+0x2dbb 007839 add regc ,offset_24g_max_retry ,rega 
+0x2dbc 007840 ifetch 1 ,rega 
+0x2dbd 007842 isub temp ,pdata 
+0x2dbe 007843 nbranch g24_transmit_loop ,blank 
+0x2dbf 007844 bpatch patch16_6 ,mem_patch16 
+0x2dc0 007845 call g24_fetch_mem_rf_work_stage 
+0x2dc1 007847 beq 3 ,g24_transmit_pac_fail_hop_stage3 
+0x2dc2 007848 add regc ,offset_24g_hop_pac_retry ,rega 
+0x2dc3 007849 ifetch 1 ,rega 
+0x2dc4 007851 increase 1 ,pdata 
+0x2dc5 007852 add regc ,offset_24g_hop_pac_retry ,contw 
+0x2dc6 007853 istore 1 ,contw 
+0x2dc7 007855 beq 2 ,g24_transmit_hop_pac_fail 
+0x2dc8 007856 call g24_hop_ch_enable 
+0x2dc9 007857 setarg 1 
+0x2dca 007858 call g24_store_mem_max_retry 
+0x2dcb 007860 branch g24_transmit_packet 
+:      007862 g24_tx_paring_retry:
+0x2dcc 007863 add regc ,offset_24g_get_ack_fail ,rega 
+0x2dcd 007864 ifetch 1 ,rega 
+0x2dce 007866 rtnne 0xff 
+0x2dcf 007867 add regc ,offset_24g_get_ack_fail ,contw 
+0x2dd0 007868 call g24_mem_set0 
+0x2dd1 007870 branch g24_stop_24g_mode 
+:      007872 g24_tx_attempt_fail:
+0x2dd2 007873 add regc ,offset_24g_txfail_cnt ,contw 
+0x2dd3 007874 call g24_mem_set0 
+:      007876 g24_stop_24g_mode:
+0x2dd4 007877 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x2dd5 007878 branch ui_ipc_send_event 
+:      007880 g24_ackpayload_parse:
+0x2dd6 007881 call g24_read_len_pid_crc 
+0x2dd7 007882 add regc ,offset_24g_rxdata_length ,rega 
+0x2dd8 007883 ifetch 1 ,rega 
+0x2dd9 007885 rtn blank 
+0x2dda 007886 iforce loopcnt 
+0x2ddb 007887 add regc ,offset_24g_rxbuf_add2 ,contr 
+0x2ddc 007889 add regc ,offset_24g_rxpayload ,contw 
+0x2ddd 007891 branch memcpy 
+:      007894 g24_read_len_pid_crc:
+0x2dde 007896 call g24_fetch_mem_rxbuf_add1 
+0x2ddf 007898 rshift3 pdata ,pdata 
+0x2de0 007899 add regc ,offset_24g_rxdata_length ,contw 
+0x2de1 007900 istore 1 ,contw 
+0x2de2 007903 increase 1 ,pdata 
+0x2de3 007904 add regc ,offset_24g_rxbuf_add1 ,contr 
+0x2de4 007906 iadd contr ,contr 
+0x2de5 007907 ifetch 3 ,contr 
+0x2de6 007908 add regc ,offset_24g_sta_crc ,contw 
+0x2de7 007909 istore 3 ,contw 
+0x2de8 007912 call g24_fetch_mem_rxbuf_add1 
+0x2de9 007914 rshift pdata ,pdata 
+0x2dea 007915 and pdata ,0x03 ,pdata 
+0x2deb 007916 add regc ,offset_24g_sta_pid ,contw 
+0x2dec 007917 istore 1 ,contw 
+0x2ded 007919 rtn 
+:      007921 g24_prep:
+0x2dee 007922 disable enable_crc 
+0x2def 007923 disable enable_white 
+0x2df0 007924 setarg 0x555555 
+0x2df1 007925 iforce crc24_init 
+0x2df2 007926 rtn 
+:      007928 g24_set_freq_tx:
+0x2df3 007929 call set_sync_on 
+0x2df4 007930 add regc ,offset_24g_ch ,rega 
+0x2df5 007931 ifetcht 1 ,rega 
+0x2df6 007933 branch set_freq_tx 
+:      007935 g24_transmit:
+0x2df7 007936 call g24_prep 
+0x2df8 007937 call g24_set_freq_tx 
+0x2df9 007938 set1 txgfsk ,radio_ctrl 
+0x2dfa 007939 enable encode_fec0 
+0x2dfb 007940 enable is_tx 
+0x2dfc 007941 disable is_rx 
+0x2dfd 007942 call le_enable 
+0x2dfe 007943 call g24_fetch_mem_addr 
+0x2dff 007945 iforce access 
+0x2e00 007946 inject mod ,32 
+0x2e01 007947 enable enable_crc 
+0x2e02 007948 add regc ,offset_24g_txlen ,rega 
+0x2e03 007949 ifetch 1 ,rega 
+0x2e04 007951 iforce loopcnt 
+0x2e05 007952 add regc ,offset_24g_txpayload ,contr 
+:      007954 g24tr_loop:
+0x2e06 007955 ifetch 1 ,contr 
+0x2e07 007956 inject mod ,8 
+0x2e08 007957 loop g24tr_loop 
+0x2e09 007958 enable enable_parity 
+0x2e0a 007959 inject mod ,24 
+0x2e0b 007960 disable enable_parity 
+0x2e0c 007961 until null ,tx_clear 
+0x2e0d 007962 bpatch patch16_7 ,mem_patch16 
+0x2e0e 007963 nop 100 
+0x2e0f 007964 disable encode_fec0 
+0x2e10 007965 rtn 
+:      007967 g24_receive_packet:
+0x2e11 007968 disable user3 
+0x2e12 007969 force 0 ,radio_ctrl 
+0x2e13 007970 add regc ,offset_24g_ch ,rega 
+0x2e14 007971 ifetcht 1 ,rega 
+0x2e15 007973 call set_freq_rx 
+0x2e16 007974 call rf_rx_enable 
+:      007975 g24_receive_rxon:
+0x2e17 007976 call g24_prep 
+0x2e18 007977 enable decode_fec0 
+0x2e19 007978 enable is_rx 
+0x2e1a 007979 disable is_tx 
+0x2e1b 007980 call le_enable 
+0x2e1c 007981 call g24_fetch_mem_addr 
+0x2e1d 007983 iforce access 
+0x2e1e 007984 enable swfine 
+0x2e1f 007985 add regc ,offset_24g_rx_window ,rega 
+0x2e20 007986 ifetch 2 ,rega 
+0x2e21 007988 iforce stop_watch 
+0x2e22 007989 correlate null ,timeout 
+0x2e23 007990 nbranch g24_sync_timeout ,sync 
+0x2e24 007991 enable enable_crc 
+0x2e25 007992 parse demod ,bucket ,8 
+0x2e26 007993 rshift3 pwindow ,pdata 
+0x2e27 007994 add regc ,offset_24g_rxbuf ,contw 
+0x2e28 007995 istore 1 ,contw 
+0x2e29 007997 add regc ,offset_24g_mode ,rega 
+0x2e2a 007998 ifetch 1 ,rega 
+0x2e2b 008000 beq rx_24g ,g24_receive_skip 
+0x2e2c 008001 bpatch patch17_0 ,mem_patch17 
+0x2e2d 008002 add regc ,offset_24g_rxbuf ,rega 
+0x2e2e 008003 ifetch 1 ,rega 
+0x2e2f 008005 add regc ,offset_24g_data_type ,rega 
+0x2e30 008006 ifetcht 1 ,rega 
+0x2e31 008008 icompare bits_data ,temp 
+0x2e32 008009 nbranch g24_end_of_packet ,true 
+:      008010 g24_receive_skip:
+0x2e33 008011 parse demod ,bucket ,8 
+0x2e34 008012 rshift3 pwindow ,pdata 
+0x2e35 008013 istore 1 ,contw 
+0x2e36 008014 rshift3 pdata ,pdata 
+0x2e37 008015 and pdata ,0x1f ,loopcnt 
+0x2e38 008016 branch g24rx_nopayload ,zero 
+:      008017 g24rx_loop:
+0x2e39 008018 parse demod ,bucket ,8 
+0x2e3a 008019 rshift3 pwindow ,pdata 
+0x2e3b 008020 istore 1 ,contw 
+0x2e3c 008021 loop g24rx_loop 
+:      008022 g24rx_nopayload:
+0x2e3d 008023 parse demod ,bucket ,24 
+0x2e3e 008024 rshift32 pdata ,pdata 
+0x2e3f 008025 rshift16 pdata ,pdata 
+0x2e40 008026 istore 3 ,contw 
+0x2e41 008027 branch g24_end_of_packet ,crc_failed 
+0x2e42 008028 enable user3 
+0x2e43 008029 disable decode_fec0 
+0x2e44 008030 rtn 
+:      008033 g24_end_of_packet:
+0x2e45 008034 disable encode_fec0 
+0x2e46 008035 disable decode_fec0 
+0x2e47 008036 disable enable_crc 
+0x2e48 008037 disable enable_white 
+0x2e49 008038 branch shutdown_radio ,is_rx 
+0x2e4a 008039 until null ,tx_clear 
+0x2e4b 008040 nop 100 
+0x2e4c 008041 branch shutdown_radio 
+:      008043 g24_sync_timeout:
+0x2e4d 008044 call rssi_noise 
+0x2e4e 008045 branch g24_end_of_packet 
+:      008047 rssi_noise:
+0x2e4f 008048 call save_rssi 
+0x2e50 008049 rtn blank 
+0x2e51 008050 add regc ,offset_rssi_noise_index ,rega 
+0x2e52 008051 ifetcht 1 ,rega 
+0x2e53 008053 arg mem_rssi_noise_buffer ,rega 
+0x2e54 008055 call rssi_noise_store 
+0x2e55 008056 add regc ,offset_rssi_noise_index ,contw 
+:      008058 g24_contw_istoret_1byte:
+0x2e56 008059 istoret 1 ,contw 
+0x2e57 008060 rtn 
+:      008062 rssi_noise_store:
+0x2e58 008063 arg rssi_buf_len_noise ,regb 
+0x2e59 008064 branch rssi_store 
+:      008082 rssi_store:
+0x2e5a 008083 copy rega ,pdata 
+0x2e5b 008084 iadd temp ,contw 
+0x2e5c 008085 fetch 1 ,mem_rssi 
+0x2e5d 008086 istore 1 ,contw 
+0x2e5e 008087 increase 1 ,temp 
+0x2e5f 008088 copy regb ,pdata 
+0x2e60 008089 iand_into temp 
+0x2e61 008090 rtn 
+:      008092 rssi_average:
+0x2e62 008093 arg 0 ,temp 
+0x2e63 008094 copy rega ,contr 
+:      008095 rssi_average_loop:
+0x2e64 008096 ifetch 1 ,contr 
+0x2e65 008097 iadd temp ,temp 
+0x2e66 008098 loop rssi_average_loop 
+0x2e67 008099 rshift8 temp ,temp 
+0x2e68 008100 rtn 
+:      008102 g24_power_ctrl_init:
+0x2e69 008103 call g24_head_ptr2regc 
+0x2e6a 008104 call g24_power_ctrl_incrs_level1 
+0x2e6b 008105 setarg 1 
+0x2e6c 008106 call g24_store_mem_power_ctrl_level 
+:      008108 g24_power_ctrl_reinit:
+0x2e6d 008109 setarg 0 
+0x2e6e 008110 call g24_store_mem_power_ctrl_pac 
+0x2e6f 008112 istore 1 ,contw 
+0x2e70 008114 rtn 
+:      008116 g24_power_ctrl_pac_incrs:
+0x2e71 008117 call g24_fetch_mem_power_ctrl_pac 
+0x2e72 008119 increase 1 ,pdata 
+:      008120 g24_store_mem_power_ctrl_pac:
+0x2e73 008122 add regc ,offset_power_ctrl_packet_cnt ,contw 
+0x2e74 008123 branch g24_contw_istore_1byte 
+:      008125 g24_power_ctrl_ack_incrs:
+0x2e75 008128 add regc ,offset_power_ctrl_ack_cnt ,rega 
+0x2e76 008129 ifetch 1 ,rega 
+0x2e77 008130 increase 1 ,pdata 
+0x2e78 008131 add regc ,offset_power_ctrl_ack_cnt ,contw 
+0x2e79 008132 branch g24_contw_istore_1byte 
+:      008134 g24_power_ctrl:
+0x2e7a 008135 bpatch patch17_1 ,mem_patch17 
+0x2e7b 008136 call g24_fetch_mem_power_ctrl_pac 
+0x2e7c 008138 sub pdata ,power_ctrl_max_packet_cnt ,null 
+0x2e7d 008139 rtn positive 
+0x2e7e 008140 add regc ,offset_power_ctrl_ack_cnt ,rega 
+0x2e7f 008141 ifetcht 1 ,rega 
+0x2e80 008143 isub temp ,temp 
+0x2e81 008144 call g24_power_ctrl_reinit 
+0x2e82 008145 setarg offset_power_ctrl_threshold_up 
+0x2e83 008146 iadd regc ,rega 
+0x2e84 008147 ifetch 1 ,rega 
+0x2e85 008149 isub temp ,null 
+0x2e86 008150 nbranch g24_power_ctrl_incrs ,positive 
+0x2e87 008151 setarg offset_power_ctrl_threshold_down 
+0x2e88 008152 iadd regc ,rega 
+0x2e89 008153 ifetch 1 ,rega 
+0x2e8a 008155 isub temp ,null 
+0x2e8b 008156 branch g24_power_ctrl_decrs ,positive 
+0x2e8c 008157 rtn 
+:      008159 g24_power_ctrl_incrs:
+0x2e8d 008160 add regc ,offset_power_ctrl_level ,rega 
+0x2e8e 008161 ifetch 1 ,rega 
+0x2e8f 008163 beq 2 ,g24_power_ctrl_incrs_level2 
+0x2e90 008164 increase 1 ,pdata 
+0x2e91 008165 call g24_store_mem_power_ctrl_level 
+0x2e92 008167 beq 1 ,g24_power_ctrl_incrs_level1 
+:      008168 g24_power_ctrl_incrs_level2:
+0x2e93 008169 setarg power_ctrl_losspac_thresh_up2 
+0x2e94 008170 call g24_store_mem_power_ctrl_threshold_up 
+0x2e95 008172 setarg power_ctrl_losspac_thresh_down2 
+0x2e96 008173 call g24_store_mem_power_ctrl_threshold_down 
+0x2e97 008176 add regc ,offset_power_ctrl_txpwr_level2 ,rega 
+0x2e98 008178 branch g24_ifetch_rega_store_mem_txpower 
+:      008180 g24_power_ctrl_decrs:
+0x2e99 008181 add regc ,offset_power_ctrl_level ,rega 
+0x2e9a 008182 ifetch 1 ,rega 
+0x2e9b 008184 beq 0 ,g24_power_ctrl_decrs_level0 
+0x2e9c 008185 increase -1 ,pdata 
+0x2e9d 008186 call g24_store_mem_power_ctrl_level 
+0x2e9e 008188 beq 0 ,g24_power_ctrl_decrs_level0 
+:      008189 g24_power_ctrl_decrs_level1:
+:      008192 g24_power_ctrl_incrs_level1:
+0x2e9f 008193 setarg power_ctrl_losspac_thresh_up1 
+0x2ea0 008194 call g24_store_mem_power_ctrl_threshold_up 
+0x2ea1 008196 setarg power_ctrl_losspac_thresh_down1 
+0x2ea2 008197 call g24_store_mem_power_ctrl_threshold_down 
+0x2ea3 008200 setarg offset_power_ctrl_txpwr_level1 
+:      008201 g24_iadd_offset_mem_txpower:
+0x2ea4 008202 iadd regc ,rega 
+:      008203 g24_ifetch_rega_store_mem_txpower:
+0x2ea5 008204 ifetch 1 ,rega 
+0x2ea6 008206 branch g24_store_mem_txpower 
+:      008208 g24_power_ctrl_decrs_level0:
+0x2ea7 008211 setarg power_ctrl_losspac_thresh_up0 
+0x2ea8 008212 call g24_store_mem_power_ctrl_threshold_up 
+0x2ea9 008214 setarg power_ctrl_losspac_thresh_down0 
+0x2eaa 008215 call g24_store_mem_power_ctrl_threshold_down 
+0x2eab 008218 setarg offset_power_ctrl_txpwr_level0 
+0x2eac 008220 branch g24_iadd_offset_mem_txpower 
+:      008234 g24_start_pairing_sm1:
+0x2ead 008235 set1 mark_24g ,mark 
+0x2eae 008236 call g24_pair_init 
+:      008237 g24_set_pairing_sm_1:
+0x2eaf 008239 setarg state_24g_pairing_1 
+0x2eb0 008240 branch g24_store_mem_pairing_sm 
+:      008242 g24_pairing_sm:
+0x2eb1 008243 add regc ,offset_24g_ensure ,rega 
+0x2eb2 008244 ifetch 1 ,rega 
+0x2eb3 008246 beq ensure_on_24g ,enable_user 
+0x2eb4 008247 call g24_fetch_mem_pairing_sm 
+0x2eb5 008249 beq state_24g_pairing_1 ,g24_pairing_sm_1 
+0x2eb6 008250 beq state_24g_pairing_2 ,g24_pairing_sm_2 
+0x2eb7 008251 beq state_24g_pairing_3 ,g24_pairing_sm_3 
+0x2eb8 008252 branch assert 
+:      008254 g24_pairing_sm_1:
+0x2eb9 008255 setarg state_24g_pairing_1_waiting_ack 
+0x2eba 008256 call g24_store_mem_pairing_sm 
+0x2ebb 008258 jam 0xaa ,mem_24g_common_temp 
+0x2ebc 008259 branch g24_pairing_sm_common 
+:      008260 g24_pairing_sm_2:
+0x2ebd 008261 setarg state_24g_pairing_2_waiting_ack 
+0x2ebe 008262 call g24_store_mem_pairing_sm 
+0x2ebf 008264 jam 0x55 ,mem_24g_common_temp 
+0x2ec0 008265 branch g24_pairing_sm_common 
+:      008266 g24_pairing_sm_3:
+0x2ec1 008267 setarg state_24g_pairing_3_waiting_ack 
+0x2ec2 008268 call g24_store_mem_pairing_sm 
+0x2ec3 008270 jam 0x22 ,mem_24g_common_temp 
+:      008271 g24_pairing_sm_common:
+0x2ec4 008272 call g24_fetch_mem_data_type 
+0x2ec5 008274 and_into bits_data ,pdata 
+0x2ec6 008275 store 1 ,mem_24g_common_temp + 1 
+0x2ec7 008276 call g24_fetch_mem_device_addr 
+0x2ec8 008278 store 4 ,mem_24g_common_temp + 2 
+:      008279 g24_put_pairing_data_in_buff:
+0x2ec9 008280 jam 0 ,mem_24g_common_temp + 6 
+0x2eca 008281 arg mem_24g_common_temp ,rega 
+0x2ecb 008282 arg 7 ,temp 
+0x2ecc 008283 call g24_put_data_in_buff 
+0x2ecd 008284 call g24_transmit_prep 
+0x2ece 008285 call g24_txdata_enable_tx 
+0x2ecf 008286 branch enable_user 
+:      008288 g24_paring_mode:
+0x2ed0 008289 call g24_fetch_mem_pairing_sm 
+0x2ed1 008291 rtneq state_24g_pairing_success 
+0x2ed2 008292 beq state_24g_pairing_1_waiting_ack ,g24_pairing_sm_1_waiting_ack 
+0x2ed3 008293 beq state_24g_pairing_2_waiting_ack ,g24_pairing_sm_2_waiting_ack 
+0x2ed4 008294 beq state_24g_pairing_3_waiting_ack ,g24_pairing_sm_3_waiting_ack 
+0x2ed5 008295 rtn 
+:      008297 g24_pairing_sm_1_waiting_ack:
+0x2ed6 008298 setarg state_24g_pairing_2 
+0x2ed7 008299 call g24_store_mem_pairing_sm 
+0x2ed8 008301 branch g24_transmit_abandon 
+:      008302 g24_pairing_sm_2_waiting_ack:
+0x2ed9 008303 setarg state_24g_pairing_3 
+0x2eda 008304 call g24_store_mem_pairing_sm 
+0x2edb 008306 branch g24_transmit_abandon 
+:      008307 g24_pairing_sm_3_waiting_ack:
+0x2edc 008308 setarg state_24g_pairing_success 
+0x2edd 008309 call g24_store_mem_pairing_sm 
+0x2ede 008311 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x2edf 008312 call ui_ipc_send_event 
+0x2ee0 008313 add regc ,offset_24g_rxpayload_add2 ,rega 
+0x2ee1 008314 ifetch 4 ,rega 
+0x2ee2 008316 call g24_store_mem_addr 
+0x2ee3 008318 branch g24_transmit_abandon 
+:      008320 g24_auto_pair_start:
+0x2ee4 008321 set0 mark_24g ,mark 
+0x2ee5 008322 call g24_auto_pair_set_device_info 
+0x2ee6 008323 call g24_tx_attemp_data_prep 
+:      008324 g24_auto_pair_restart:
+0x2ee7 008325 call g24_set0_mem_check_dongle_times 
+:      008326 g24_auto_pair_start_loop:
+0x2ee8 008327 nop 2000 
+0x2ee9 008328 call g24_fetch_mem_check_dongle_times 
+0x2eea 008329 beq 0xff ,g24_stop_24g_mode 
+0x2eeb 008330 call g24_transmit_receive_ack 
+0x2eec 008331 nbranch g24_auto_pair_retry ,sync 
+0x2eed 008332 nbranch g24_auto_pair_retry ,user3 
+0x2eee 008333 call g24_ackpayload_parse 
+0x2eef 008334 call g24_head_ptr2regc 
+0x2ef0 008335 add regc ,offset_24g_paring_addr ,rega 
+0x2ef1 008336 ifetcht 4 ,rega 
+0x2ef2 008337 call g24_fetch_mem_addr_isub_temp 
+0x2ef3 008338 branch g24_start_pairing_sm1 ,zero 
+0x2ef4 008339 call g24_head_ptr2regc 
+0x2ef5 008340 add regc ,offset_24g_rxpayload_add2 ,rega 
+0x2ef6 008341 ifetch 4 ,rega 
+0x2ef7 008342 beq 0 ,g24_auto_pair_restart 
+0x2ef8 008343 call g24_store_mem_addr 
+0x2ef9 008344 branch g24_tx_attemp_dongle_succ 
+:      008346 g24_auto_pair_retry:
+0x2efa 008347 call g24_fetch_mem_check_dongle_times 
+0x2efb 008348 increase 1 ,pdata 
+0x2efc 008349 call g24_store_mem_check_dongle_times 
+0x2efd 008351 call g24_fetch_mem_auto_paring_switch 
+0x2efe 008352 increase 1 ,pdata 
+0x2eff 008353 and_into 1 ,pdata 
+0x2f00 008354 call g24_store_mem_auto_paring_switch 
+0x2f01 008355 beq 0 ,g24_auto_pair_device_attemp 
+0x2f02 008356 beq 1 ,g24_auto_pair_pair_attemp 
+0x2f03 008357 rtn 
+:      008359 g24_fetch_mem_auto_paring_switch:
+0x2f04 008360 setarg offset_24g_auto_pair_switch 
+0x2f05 008361 branch g24_set_rega_ifetch_1byte 
+:      008362 g24_store_mem_auto_paring_switch:
+0x2f06 008363 arg offset_24g_auto_pair_switch ,rega 
+0x2f07 008364 branch g24_set_contw_with_regb_store_1byte 
+:      008366 g24_auto_pair_set_device_info:
+0x2f08 008367 call g24_store_mem_tx_power 
+0x2f09 008368 call g24_fetch_mem_device_addr 
+0x2f0a 008369 call g24_store_mem_addr 
+0x2f0b 008370 branch g24_ch 
+:      008372 g24_auto_pair_device_attemp:
+0x2f0c 008373 call g24_auto_pair_set_device_info 
+0x2f0d 008374 branch g24_auto_pair_start_loop 
+:      008376 g24_auto_pair_pair_attemp:
+0x2f0e 008377 call g24_pair_init 
+0x2f0f 008378 branch g24_auto_pair_start_loop 
+:      008381 g24_start_24g_mode:
+0x2f10 008382 set0 mark_24g ,mark 
+0x2f11 008383 call g24_ch 
+0x2f12 008384 call g24_fetch_mem_pairing_sm 
+0x2f13 008386 rtnne state_24g_pairing_success 
+0x2f14 008387 call g24_tx_attemp_data_prep 
+0x2f15 008388 call g24_set0_mem_check_dongle_times 
+:      008390 g24_tx_attemp_dongle_loop:
+0x2f16 008391 nop 2000 
+0x2f17 008392 call g24_fetch_mem_check_dongle_times 
+0x2f18 008394 beq 0xff ,g24_stop_24g_mode 
+0x2f19 008395 call g24_transmit_receive_ack 
+0x2f1a 008396 nbranch g24_attemp_txdata_retry ,sync 
+0x2f1b 008397 nbranch g24_attemp_txdata_retry ,user3 
+:      008398 g24_tx_attemp_dongle_succ:
+0x2f1c 008399 set1 mark_24g ,mark 
+0x2f1d 008400 call g24_set0_mem_check_dongle_times 
+0x2f1e 008401 setarg state_24g_pairing_success 
+0x2f1f 008402 call g24_store_mem_pairing_sm 
+:      008404 g24_app_tx_attempt_success:
+0x2f20 008405 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x2f21 008406 branch ui_ipc_send_event 
+:      008408 g24_tx_attemp_data_prep:
+0x2f22 008409 set1 mark_24g_conext ,mark 
+0x2f23 008410 jam 0xff ,mem_24g_common_temp 
+0x2f24 008411 call g24_fetch_mem_data_type 
+0x2f25 008413 call g24_put_data_in_buff_pre 
+0x2f26 008414 branch g24_transmit_prep 
+:      008416 g24_attemp_txdata_retry:
+0x2f27 008417 call g24_fetch_mem_check_dongle_times 
+0x2f28 008419 increase 1 ,pdata 
+0x2f29 008420 call g24_store_mem_check_dongle_times 
+0x2f2a 008422 call g24_ch 
+0x2f2b 008423 branch g24_tx_attemp_dongle_loop 
+:      008425 g24_check_51cmd_start_24g:
+0x2f2c 008426 call g24_store_mem_tx_power 
+0x2f2d 008429 setarg state_24g_pairing_success 
+0x2f2e 008430 call g24_store_mem_pairing_sm 
+0x2f2f 008432 branch g24_start_24g_mode 
+:      008441 dongle_init:
+0x2f30 008442 bpatch patch17_2 ,mem_patch17 
+0x2f31 008443 call g24_head_ptr2regc 
+0x2f32 008444 setarg dongle_rxdata_type1 
+0x2f33 008445 add regc ,offset_24g_cb_rxdata_type1 ,contw 
+0x2f34 008446 istore 2 ,contw 
+0x2f35 008448 call g24_receive_init 
+0x2f36 008449 call usb_init 
+0x2f37 008450 call g24_fetch_mem_pair_mode 
+0x2f38 008452 bpatch patch17_3 ,mem_patch17 
+0x2f39 008453 beq 0x00 ,dongle_auto_bind 
+0x2f3a 008454 beq 0x01 ,dongle_pc_bind 
+0x2f3b 008455 beq 0x0f ,dongle_all_powerful 
+0x2f3c 008456 branch assert 
+:      008458 g24_receive_init:
+0x2f3d 008459 call g24_store_mem_tx_power_temp 
+0x2f3e 008460 arg 0x80 ,loopcnt 
+0x2f3f 008461 arg mem_rssi_noise_buffer ,contw 
+0x2f40 008462 branch memset0 
+:      008464 dongle_all_powerful:
+0x2f41 008465 call dongle_check_mode 
+:      008466 dongle_all_powerful_loop:
+0x2f42 008467 call g24_dongle_work_mode 
+0x2f43 008468 call usb_isr 
+0x2f44 008469 branch dongle_all_powerful_loop 
+:      008471 dongle_pc_bind:
+0x2f45 008472 bpatch patch17_4 ,mem_patch17 
+0x2f46 008473 call dongle_check_mode 
+:      008474 dongle_pc_bind_loop:
+0x2f47 008475 call g24_dongle_work_mode 
+0x2f48 008476 call g24_dongle_bind_mode 
+0x2f49 008477 call usb_isr 
+0x2f4a 008478 call dongle_usb_dispatch 
+0x2f4b 008479 branch dongle_pc_bind_loop 
+:      008481 dongle_check_mode:
+0x2f4c 008485 call g24_set_work_mem_dongle_work_mode 
+0x2f4d 008486 call g24_set0_mem_dongle_mode_init 
+0x2f4e 008487 branch g24_set0_mem_ackpayload_enable 
+:      008489 g24_dongle_work_mode:
+0x2f4f 008490 call g24_fetch_mem_dongle_work_mode 
+0x2f50 008492 rtnne dongle_work 
+:      008493 g24_dongle_work_mode_start:
+0x2f51 008494 call g24_dongle_work_init 
+0x2f52 008495 call g24_ch_process 
+0x2f53 008496 call g24_receive_packet_start 
+0x2f54 008497 branch g24_blank_data_process 
+:      008499 g24_dongle_work_init:
+0x2f55 008500 call g24_fetch_mem_dongle_mode_init 
+0x2f56 008502 rtnbit1 dongle_work 
+0x2f57 008503 set1 dongle_work ,pdata 
+0x2f58 008504 call g24_store_mem_dongle_mode_init 
+0x2f59 008506 call g24_store_mem_tx_power 
+0x2f5a 008509 call g24_set0_mem_ackpayload_enable 
+0x2f5b 008511 jam 0 ,mem_usb_tx_enable 
+0x2f5c 008512 call g24_set1_mem_abort_pac 
+0x2f5d 008514 call g24_dongle_init 
+:      008515 g24_rx_interrupt_clear:
+0x2f5e 008516 add regc ,offset_24g_rxbuf ,contw 
+0x2f5f 008518 arg 66 ,loopcnt 
+0x2f60 008519 branch clear_mem 
+:      008521 g24_dongle_init:
+0x2f61 008522 call g24_set0_mem_pid 
+0x2f62 008524 call g24_fetch_mem_rx_addr 
+0x2f63 008526 call g24_store_mem_addr 
+0x2f64 008528 branch g24_ch 
+:      008530 g24_ch_process:
+0x2f65 008531 bpatch patch17_5 ,mem_patch17 
+0x2f66 008532 call g24_fetch_mem_abort_pac 
+0x2f67 008534 beq 1 ,g24_noise_rssi 
+0x2f68 008535 call g24_fetch_mem_hop_pac 
+0x2f69 008537 beq 1 ,g24_ch 
+0x2f6a 008538 setarg offset_24g_hop_btclk 
+0x2f6b 008539 iadd regc ,rega 
+0x2f6c 008540 ifetcht 4 ,rega 
+0x2f6d 008542 copy clkn_bt ,pdata 
+0x2f6e 008543 isub temp ,null 
+0x2f6f 008544 ncall g24_timer_timeout ,positive 
+0x2f70 008545 copy pdata ,regb 
+0x2f71 008546 setarg offset_24g_hop_btclk 
+0x2f72 008547 iadd regc ,rega 
+0x2f73 008548 ifetch 4 ,rega 
+0x2f74 008549 copy pdata ,temp 
+0x2f75 008551 setarg offset_24g_hop_interval 
+0x2f76 008552 iadd regc ,rega 
+0x2f77 008553 copy temp ,pdata 
+0x2f78 008554 ifetcht 1 ,rega 
+0x2f79 008556 iadd temp ,temp 
+0x2f7a 008557 copy regb ,pdata 
+0x2f7b 008558 isub temp ,null 
+0x2f7c 008559 nrtn positive 
+0x2f7d 008560 set0 28 ,pdata 
+0x2f7e 008561 setarg offset_24g_hop_btclk 
+0x2f7f 008562 iadd regc ,contw 
+0x2f80 008563 istore 4 ,contw 
+:      008565 g24_ch_update:
+0x2f81 008566 call g24_ch 
+0x2f82 008567 call g24_fetch_mem_rf_laststa 
+0x2f83 008569 increase 1 ,pdata 
+0x2f84 008570 call g24_store_mem_rf_laststa 
+0x2f85 008572 rtnne 2 
+0x2f86 008573 call g24_set0_mem_rf_laststa 
+0x2f87 008577 branch g24_set1_mem_abort_pac 
+:      008579 g24_ch_timer_reinit:
+0x2f88 008580 copy clkn_bt ,pdata 
+0x2f89 008581 arg offset_24g_hop_btclk ,rega 
+0x2f8a 008582 call g24_set_contw_with_temp 
+0x2f8b 008583 istore 4 ,contw 
+0x2f8c 008587 branch g24_set0_mem_rf_laststa 
+:      008589 g24_noise_rssi:
+0x2f8d 008590 arg mem_rssi_noise_buffer ,rega 
+0x2f8e 008591 call g24_noise_rssi_average 
+0x2f8f 008592 add regc ,offset_rssi_noise_avg ,contw 
+0x2f90 008593 istoret 1 ,contw 
+0x2f91 008595 sub temp ,rssi_thresh_noise ,null 
+0x2f92 008596 nrtn positive 
+0x2f93 008597 branch g24_ch 
+:      008599 g24_noise_rssi_average:
+0x2f94 008600 arg rssi_buf_len_noise + 1 ,loopcnt 
+0x2f95 008601 branch rssi_average 
+:      008603 g24_blank_data_process:
+0x2f96 008604 call g24_ms_blank_data 
+0x2f97 008605 call g24_kb_blank_data 
+0x2f98 008606 branch g24_kb_mul_blank_data 
+:      008608 g24_ms_blank_data:
+0x2f99 008609 setarg offset_24g_ms_blank_data_enable 
+0x2f9a 008610 call g24_set_rega_ifetch_1byte 
+0x2f9b 008612 rtn blank 
+0x2f9c 008613 arg timer_ms_blank ,queue 
+0x2f9d 008614 call timer_check 
+0x2f9e 008615 nrtn blank 
+0x2f9f 008616 call g24_set0_mem_ms_blank_data_enable 
+:      008618 g24_ms_blank_data_2usb:
+0x2fa0 008619 setarg ms_report_id 
+0x2fa1 008620 store 1 ,mem_usb_mouse_data 
+0x2fa2 008621 setarg 0 
+0x2fa3 008622 istore 7 ,contw 
+0x2fa4 008623 branch g24_data_type1_usbtx_enable 
+:      008625 g24_kb_blank_data:
+0x2fa5 008626 setarg offset_24g_kb_blank_data_enable 
+0x2fa6 008627 call g24_set_rega_ifetch_1byte 
+0x2fa7 008629 rtn blank 
+0x2fa8 008630 arg timer_kb_blank ,queue 
+0x2fa9 008631 call timer_check 
+0x2faa 008632 nrtn blank 
+0x2fab 008633 call g24_set0_mem_kb_blank_data_enable 
+:      008635 g24_kb_blank_data_2usb:
+0x2fac 008636 arg mem_usb_kb_data ,contw 
+0x2fad 008637 arg 2 ,loopcnt 
+0x2fae 008638 call memset0 
+0x2faf 008639 jam kb_normal_report_id ,mem_usb_kb_data 
+0x2fb0 008640 branch g24_kb_data_into_ep1_fifo 
+:      008642 g24_kb_mul_blank_data:
+0x2fb1 008643 setarg offset_24g_kb_mul_blank_data_enable 
+0x2fb2 008644 call g24_set_rega_ifetch_1byte 
+0x2fb3 008646 rtn blank 
+0x2fb4 008647 arg timer_kb_mul_blank ,queue 
+0x2fb5 008648 call timer_check 
+0x2fb6 008649 nrtn blank 
+0x2fb7 008650 call g24_set0_mem_kb_mul_blank_data_enable 
+:      008652 g24_kb_mul_blank_data_2usb:
+0x2fb8 008653 arg mem_usb_kb_multikey ,contw 
+0x2fb9 008654 arg 2 ,loopcnt 
+0x2fba 008655 call memset0 
+0x2fbb 008656 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+0x2fbc 008657 branch g24_kb_mul_data_into_ep2_fifo 
+:      008659 g24_dongle_bind_mode:
+0x2fbd 008660 call g24_fetch_mem_dongle_work_mode 
+0x2fbe 008662 rtnne dongle_bind 
+0x2fbf 008663 call g24_dongle_bind_init 
+0x2fc0 008664 branch g24_dongle_bind_data_process 
+:      008666 g24_dongle_bind_init:
+0x2fc1 008667 call g24_fetch_mem_dongle_mode_init 
+0x2fc2 008669 rtnbit1 dongle_bind 
+0x2fc3 008670 set1 dongle_bind ,pdata 
+0x2fc4 008671 call g24_store_mem_dongle_mode_init 
+0x2fc5 008673 call g24_set1_mem_ackpayload_enable 
+0x2fc6 008675 call g24_pair_init 
+0x2fc7 008676 setarg 0 
+0x2fc8 008677 arg offset_dongle_ms_bind_step ,rega 
+0x2fc9 008678 call g24_set_contw_with_temp 
+0x2fca 008680 branch g24_contw_istore_3byte 
+:      008682 g24_dongle_bind_data_process:
+0x2fcb 008683 call g24_receive_transmit_ack 
+0x2fcc 008684 nbranch g24_rx_interrupt_clear ,user3 
+0x2fcd 008685 add regc ,offset_24g_rxbuf ,contr 
+0x2fce 008686 setarg offset_24g_rxdata_temp 
+0x2fcf 008687 iadd regc ,contw 
+0x2fd0 008688 arg 8 ,loopcnt 
+0x2fd1 008689 call memcpy 
+0x2fd2 008690 setarg offset_24g_rxdata_temp_add2 
+0x2fd3 008691 call g24_set_rega_ifetch_1byte 
+0x2fd4 008692 beq datatype_bind ,g24_dongle_bind_first_step 
+0x2fd5 008693 beq datatype_config ,g24_dongle_bind_second_step 
+0x2fd6 008694 beq datatype_ok ,g24_dongle_bind_third_step 
+0x2fd7 008695 beq 0xff ,g24_data_attemp 
+0x2fd8 008696 branch g24_rx_interrupt_clear 
+:      008698 g24_dongle_bind_first_step:
+0x2fd9 008699 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x2fda 008700 beq bind_mouse ,g24_dongle_bind_first_step_mouse 
+0x2fdb 008701 beq bind_keyboard ,g24_dongle_bind_first_step_keyboard 
+0x2fdc 008702 rtn 
+:      008703 g24_dongle_bind_first_step_mouse:
+0x2fdd 008704 setarg 1 
+0x2fde 008705 call g24_store_mem_ms_bind_step 
+:      008707 g24_dongle_bind_ms_payload_cfg:
+0x2fdf 008708 setarg datatype_mouse 
+0x2fe0 008709 call g24_store_mem_bind_payload 
+:      008711 g24_dongle_bind_payload_cfg:
+0x2fe1 008712 setarg 0x80 
+0x2fe2 008713 arg offset_24g_bind_payload_add1 ,rega 
+0x2fe3 008714 call g24_set_contw_with_regb_store_1byte 
+0x2fe4 008716 call g24_fetch_mem_rx_addr 
+0x2fe5 008718 arg offset_24g_bind_payload_add2 ,rega 
+0x2fe6 008719 call g24_set_contw_with_temp 
+0x2fe7 008721 branch g24_contw_istore_4byte 
+:      008723 g24_dongle_bind_first_step_keyboard:
+0x2fe8 008724 setarg 1 
+0x2fe9 008725 call g24_store_mem_kb_bind_step 
+:      008727 g24_dongle_bind_kb_payload_cfg:
+0x2fea 008728 setarg datatype_keyboard 
+0x2feb 008729 call g24_store_mem_bind_payload 
+0x2fec 008731 branch g24_dongle_bind_payload_cfg 
+:      008733 g24_dongle_bind_second_step:
+0x2fed 008734 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x2fee 008735 beq bind_mouse ,g24_dongle_bind_second_step_mouse 
+0x2fef 008736 beq bind_keyboard ,g24_dongle_bind_second_step_keyboard 
+0x2ff0 008737 rtn 
+:      008738 g24_dongle_bind_second_step_mouse:
+0x2ff1 008739 call g24_dongle_bind_ms_payload_cfg 
+0x2ff2 008740 setarg offset_dongle_ms_bind_step 
+0x2ff3 008741 call g24_set_rega_ifetch_1byte 
+0x2ff4 008743 beq 1 ,g24_dongle_ms_bind_step_set2 
+0x2ff5 008744 rtn 
+:      008745 g24_dongle_ms_bind_step_set2:
+0x2ff6 008746 setarg 2 
+:      008748 g24_store_mem_ms_bind_step:
+0x2ff7 008749 arg offset_dongle_ms_bind_step ,rega 
+0x2ff8 008750 branch g24_set_contw_with_regb_store_1byte 
+:      008752 g24_dongle_bind_second_step_keyboard:
+0x2ff9 008753 call g24_dongle_bind_kb_payload_cfg 
+0x2ffa 008754 setarg offset_dongle_kb_bind_step 
+0x2ffb 008755 call g24_set_rega_ifetch_1byte 
+0x2ffc 008757 beq 1 ,g24_dongle_kb_bind_step_set2 
+0x2ffd 008758 rtn 
+:      008759 g24_dongle_kb_bind_step_set2:
+0x2ffe 008760 setarg 2 
+:      008762 g24_store_mem_kb_bind_step:
+0x2fff 008763 arg offset_dongle_kb_bind_step ,rega 
+0x3000 008764 branch g24_set_contw_with_regb_store_1byte 
+:      008766 g24_dongle_bind_third_step:
+0x3001 008767 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x3002 008768 beq bind_mouse ,g24_dongle_bind_third_step_mouse 
+0x3003 008769 beq bind_keyboard ,g24_dongle_bind_third_step_keyboard 
+0x3004 008770 rtn 
+:      008771 g24_dongle_bind_third_step_mouse:
+0x3005 008772 setarg offset_dongle_ms_bind_step 
+0x3006 008773 call g24_set_rega_ifetch_1byte 
+0x3007 008775 beq 2 ,g24_dongle_ms_bind_step_success 
+0x3008 008776 rtn 
+:      008777 g24_dongle_ms_bind_step_success:
+0x3009 008778 call g24_fetch_mem_bind_device_status 
+0x300a 008780 or_into 0x01 ,pdata 
+0x300b 008781 call g24_store_mem_bind_device_status 
+:      008783 g24_dongle_bind_exit:
+0x300c 008784 setarg 0 
+0x300d 008785 setarg offset_dongle_ms_bind_step 
+0x300e 008786 iadd regc ,contw 
+0x300f 008787 istore 2 ,contw 
+0x3010 008788 branch g24_rx_interrupt_clear 
+:      008790 g24_dongle_bind_third_step_keyboard:
+0x3011 008791 setarg offset_dongle_kb_bind_step 
+0x3012 008792 call g24_set_rega_ifetch_1byte 
+0x3013 008794 bne 0 ,g24_dongle_kb_bind_step_success 
+0x3014 008795 rtn 
+:      008796 g24_dongle_kb_bind_step_success:
+0x3015 008797 call g24_fetch_mem_bind_device_status 
+0x3016 008799 or_into 0x02 ,pdata 
+0x3017 008800 call g24_store_mem_bind_device_status 
+0x3018 008802 branch g24_dongle_bind_exit 
+:      008805 dongle_usb_dispatch:
+0x3019 008806 fetch 1 ,mem_usb0_get_set_report 
+0x301a 008807 rtn blank 
+0x301b 008808 jam 0 ,mem_usb0_get_set_report 
+0x301c 008809 fetch 2 ,mem_usb_setup_bvalue_temp 
+0x301d 008810 arg pc_set_report ,temp 
+0x301e 008811 isub temp ,null 
+0x301f 008812 nrtn zero 
+0x3020 008814 fetch 1 ,mem_usb0_set_report_data 
+0x3021 008815 rtnne pc_report_id 
+0x3022 008816 fetch 1 ,mem_usb0_set_report_data + 1 
+0x3023 008817 bpatch patch17_6 ,mem_patch17 
+0x3024 008818 beq command_mode ,dongle_dispose_cmd_mode 
+0x3025 008819 beq command_bind ,dongle_dispose_cmd_bind 
+0x3026 008820 beq command_current_project ,dongle_dispose_cmd_current_project 
+0x3027 008821 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+0x3028 008822 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+0x3029 008823 beq command_user_defined ,dongle_dispose_cmd_user_defined 
+:      008824 usb0_data_ready_report_set0:
+0x302a 008825 jam 0 ,mem_usb0_data_ready_report 
+0x302b 008826 rtn 
+:      008827 dongle_dispose_cmd_bind:
+0x302c 008828 fetch 1 ,mem_usb0_set_report_data + 2 
+0x302d 008829 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+0x302e 008830 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+0x302f 008831 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+0x3030 008832 branch usb0_data_ready_report_set0 
+:      008833 dongle_dispose_cmd_get_bind:
+0x3031 008834 call g24_fetch_mem_bind_device_status 
+0x3032 008836 store 1 ,mem_usb0_get_report_data + 1 
+0x3033 008837 branch usb0_data_ready_report_set1 
+:      008838 dongle_dispose_cmd_exit_bind:
+0x3034 008839 call g24_set_work_mem_dongle_work_mode 
+0x3035 008841 call g24_set0_mem_dongle_mode_init 
+0x3036 008843 call g24_fetch_mem_bind_device_status 
+0x3037 008845 store 1 ,mem_usb0_get_report_data + 1 
+0x3038 008846 branch usb0_data_ready_report_set1 
+:      008848 dongle_dispose_cmd_read_mode:
+:      008849 dongle_dispose_in_bind_mode:
+0x3039 008850 jam command_bind ,mem_usb0_get_report_data + 1 
+0x303a 008851 branch usb0_data_ready_report_set1 
+:      008853 dongle_dispose_cmd_mode:
+0x303b 008854 fetch 1 ,mem_usb0_set_report_data + 2 
+0x303c 008855 beq com_mode_bind ,dongle_enter_bind_mode 
+0x303d 008857 branch usb0_data_ready_report_set0 
+:      008858 dongle_enter_bind_mode:
+0x303e 008861 call g24_bind_mode_enable 
+:      008862 usb0_data_ready_report_set1:
+0x303f 008863 jam 1 ,mem_usb0_data_ready_report 
+0x3040 008864 rtn 
+:      008869 dongle_dispose_cmd_current_project:
+0x3041 008870 jam product_id ,mem_usb0_get_report_data + 1 
+0x3042 008871 branch usb0_data_ready_report_set1 
+:      008873 dongle_dispose_cmd_current_mode:
+0x3043 008874 call g24_fetch_mem_dongle_work_mode 
+0x3044 008876 beq dongle_work ,dongle_dispose_in_work_mode 
+0x3045 008877 beq dongle_bind ,dongle_dispose_in_bind_mode 
+0x3046 008879 rtn 
+:      008880 dongle_dispose_in_work_mode:
+0x3047 008881 jam command_mode ,mem_usb0_get_report_data + 1 
+0x3048 008882 branch usb0_data_ready_report_set1 
+:      008887 dongle_dispose_cmd_current_fw_version:
+0x3049 008888 jam fw_version0 ,mem_usb0_get_report_data + 1 
+0x304a 008889 jam fw_version1 ,mem_usb0_get_report_data + 2 
+0x304b 008890 jam fw_version2 ,mem_usb0_get_report_data + 3 
+0x304c 008891 branch usb0_data_ready_report_set1 
+:      008893 dongle_dispose_cmd_user_defined:
+0x304d 008895 call g24_set1_mem_ackpayload_enable 
+0x304e 008896 fetch 1 ,mem_usb0_set_report_data + 2 
+0x304f 008897 increase 2 ,pdata 
+0x3050 008898 copy pdata ,loopcnt 
+0x3051 008899 arg mem_usb0_set_report_data ,contr 
+0x3052 008900 setarg offset_24g_ackpayload 
+0x3053 008901 iadd regc ,contw 
+0x3054 008902 branch memcpy 
+:      008905 dongle_auto_bind:
+0x3055 008906 bpatch patch17_7 ,mem_patch17 
+0x3056 008907 call g24_mode_switch_init 
+:      008908 dongle_auto_bind_loop:
+0x3057 008909 call g24_receive_process 
+0x3058 008910 call usb_isr 
+0x3059 008911 branch dongle_auto_bind_loop 
+:      008913 g24_dongle_work_mode_auto:
+0x305a 008914 call g24_fetch_mem_dongle_work_mode 
+0x305b 008916 rtnne dongle_work 
+0x305c 008917 call g24_dongle_work_mode_start 
+0x305d 008918 branch g24_rx_nodata_process 
+:      008920 g24_dongle_bind_mode_auto:
+0x305e 008921 call g24_fetch_mem_dongle_work_mode 
+0x305f 008923 rtnne dongle_bind 
+0x3060 008924 call g24_dongle_bind_init 
+0x3061 008925 call g24_dongle_bind_data_process 
+0x3062 008926 call g24_fetch_mem_bind_device_status 
+0x3063 008928 rtn blank 
+0x3064 008929 call g24_set0_mem_mode_switch 
+0x3065 008931 call dongle_check_mode 
+0x3066 008932 call g24_enable_nodata_timer 
+:      008933 g24_timer_init:
+0x3067 008934 setarg 0 
+0x3068 008935 add regc ,offset_24g_tx_btclk ,contw 
+0x3069 008937 branch g24_contw_istore_4byte 
+:      008939 g24_timer_check:
+0x306a 008940 call disable_user 
+0x306b 008941 add regc ,offset_24g_tx_btclk ,rega 
+0x306c 008942 ifetcht 4 ,rega 
+0x306d 008944 copy clkn_bt ,pdata 
+0x306e 008945 isub temp ,null 
+0x306f 008946 ncall g24_timer_timeout ,positive 
+0x3070 008947 copy pdata ,regb 
+0x3071 008948 add regc ,offset_24g_tx_btclk ,rega 
+0x3072 008949 ifetch 4 ,rega 
+0x3073 008951 add regc ,offset_24g_interval ,rega 
+0x3074 008952 ifetcht 1 ,rega 
+0x3075 008954 iadd temp ,temp 
+0x3076 008955 copy regb ,pdata 
+0x3077 008956 isub temp ,null 
+0x3078 008957 nrtn positive 
+0x3079 008958 set0 28 ,pdata 
+0x307a 008959 add regc ,offset_24g_tx_btclk ,contw 
+0x307b 008960 istore 4 ,contw 
+0x307c 008962 branch enable_user 
+:      008964 g24_mode_switch_init:
+0x307d 008965 setarg 1 
+0x307e 008966 call g24_store_mem_mode_switch 
+0x307f 008968 call g24_set0_mem_time_slice 
+0x3080 008970 setarg 0xff 
+0x3081 008971 add regc ,offset_24g_interval ,contw 
+0x3082 008972 istore 1 ,contw 
+0x3083 008974 branch g24_timer_init 
+:      008976 g24_mode_switch:
+0x3084 008977 setarg offset_24g_mode_switch 
+0x3085 008978 call g24_set_rega_ifetch_1byte 
+0x3086 008980 rtn blank 
+0x3087 008981 call g24_timer_check 
+0x3088 008982 nrtn user 
+0x3089 008983 call g24_fetch_mem_time_slice 
+0x308a 008985 increase 1 ,pdata 
+0x308b 008986 and_into 1 ,pdata 
+0x308c 008987 call g24_store_mem_time_slice 
+0x308d 008989 beq 0 ,dongle_check_mode 
+0x308e 008990 beq 1 ,g24_bind_mode_enable 
+0x308f 008991 rtn 
+:      008993 g24_bind_mode_enable:
+0x3090 008997 setarg dongle_bind 
+0x3091 008998 call g24_store_mem_dongle_work_mode 
+0x3092 008999 branch g24_set0_mem_dongle_mode_init 
+:      009001 g24_enable_nodata_timer:
+0x3093 009002 setarg 1 
+0x3094 009003 call g24_store_mem_nodata_timer_enable 
+:      009005 g24_enable_nodata_timer_init:
+0x3095 009006 setarg timer_nodata_delay 
+0x3096 009007 arg timer_nodata ,queue 
+0x3097 009008 branch timer_init 
+:      009010 g24_rx_nodata_process:
+0x3098 009011 call g24_fetch_mem_nodata_timer_enable 
+0x3099 009013 rtn blank 
+0x309a 009014 arg timer_nodata ,queue 
+0x309b 009015 call timer_check 
+0x309c 009016 nrtn blank 
+0x309d 009017 call g24_set0_mem_nodata_timer_enable 
+0x309e 009020 setarg dongle_search 
+0x309f 009021 call g24_store_mem_dongle_work_mode 
+0x30a0 009023 call g24_set0_mem_dongle_mode_init 
+0x30a1 009025 branch g24_rx_interrupt_clear 
+:      009027 g24_dongle_search_mode_auto:
+0x30a2 009028 bpatch patch18_0 ,mem_patch18 
+0x30a3 009029 call g24_fetch_mem_dongle_work_mode 
+0x30a4 009031 rtnne dongle_search 
+0x30a5 009032 call g24_dongle_search_mode_init 
+0x30a6 009033 call g24_rx_auto_addr_ch_search 
+0x30a7 009034 call g24_receive_transmit_ack 
+0x30a8 009035 nbranch g24_rx_interrupt_clear ,user3 
+0x30a9 009037 call g24_dongle_search_addr_check 
+0x30aa 009038 call g24_receive_packet_parse ,zero 
+0x30ab 009042 call dongle_check_mode 
+0x30ac 009043 call g24_fetch_mem_dongle_mode_init 
+0x30ad 009045 set1 dongle_work ,pdata 
+0x30ae 009046 call g24_store_mem_dongle_mode_init 
+0x30af 009048 call g24_rx_interrupt_clear 
+0x30b0 009049 call g24_enable_nodata_timer 
+0x30b1 009050 call g24_dongle_search_addr_check 
+0x30b2 009051 branch g24_dg_ch_num_reinit ,zero 
+0x30b3 009052 setarg offset_24g_kb_addr 
+0x30b4 009053 call g24_set_rega_ifetcht_4byte 
+0x30b5 009055 call g24_fetch_mem_addr_isub_temp 
+0x30b6 009056 branch g24_kb_ch_num_reinit ,zero 
+0x30b7 009057 setarg offset_24g_mouse_addr 
+0x30b8 009058 call g24_set_rega_ifetcht_4byte 
+0x30b9 009060 call g24_fetch_mem_addr_isub_temp 
+0x30ba 009061 branch g24_ms_ch_num_reinit ,zero 
+0x30bb 009062 rtn 
+:      009064 g24_dongle_search_addr_check:
+0x30bc 009065 setarg offset_24g_rx_addr 
+0x30bd 009066 call g24_set_rega_ifetcht_4byte 
+:      009068 g24_fetch_mem_addr_isub_temp:
+0x30be 009069 call g24_fetch_mem_addr 
+0x30bf 009071 isub temp ,null 
+0x30c0 009072 rtn 
+:      009074 g24_dg_ch_num_reinit:
+0x30c1 009075 setarg offset_24g_dg_ch_number 
+0x30c2 009076 call g24_set_rega_ifetch_1byte 
+:      009078 g24_current_ch_num_reinit:
+0x30c3 009080 add regc ,offset_24g_current_ch_number ,contw 
+0x30c4 009081 branch g24_contw_istore_1byte 
+:      009083 g24_kb_ch_num_reinit:
+0x30c5 009084 setarg offset_24g_kb_ch_number 
+0x30c6 009085 call g24_set_rega_ifetch_1byte 
+0x30c7 009087 branch g24_current_ch_num_reinit 
+:      009088 g24_ms_ch_num_reinit:
+0x30c8 009089 setarg offset_24g_ms_ch_number 
+0x30c9 009090 call g24_set_rega_ifetch_1byte 
+0x30ca 009092 branch g24_current_ch_num_reinit 
+:      009094 g24_dongle_search_mode_init:
+0x30cb 009095 call g24_fetch_mem_dongle_mode_init 
+0x30cc 009097 rtnbit1 dongle_search 
+0x30cd 009098 set1 dongle_search ,pdata 
+0x30ce 009099 call g24_store_mem_dongle_mode_init 
+0x30cf 009101 call g24_set0_mem_time_slice 
+0x30d0 009103 call g24_set1_mem_ackpayload_enable 
+0x30d1 009105 setarg 0 
+0x30d2 009106 add regc ,offset_rssi_noise_dg_index ,contw 
+0x30d3 009107 istore 3 ,contw 
+0x30d4 009109 arg offset_24g_dg_config_ch_once ,rega 
+0x30d5 009110 call g24_set_contw_with_temp 
+0x30d6 009111 istore 7 ,contw 
+0x30d7 009114 call g24_dongle_search_addr_check 
+0x30d8 009115 nrtn zero 
+0x30d9 009116 add regc ,offset_24g_current_ch_number ,rega 
+0x30da 009117 ifetch 1 ,rega 
+0x30db 009119 arg offset_24g_dg_ch_number ,rega 
+0x30dc 009120 call g24_set_contw_with_regb_store_1byte 
+0x30dd 009122 add regc ,offset_24g_ch ,rega 
+0x30de 009123 ifetch 1 ,rega 
+0x30df 009126 branch g24_store_mem_dg_last_ch 
+:      009128 g24_rx_auto_addr_ch_search:
+0x30e0 009129 bpatch patch18_1 ,mem_patch18 
+0x30e1 009130 call g24_fetch_mem_time_slice 
+0x30e2 009132 increase 1 ,pdata 
+0x30e3 009133 and_into 3 ,pdata 
+0x30e4 009134 call g24_store_mem_time_slice 
+0x30e5 009137 beq 0 ,g24_rx_auto_bind_config_kb 
+0x30e6 009138 beq 1 ,g24_rx_auto_bind_config_dongle 
+0x30e7 009139 beq 2 ,g24_rx_auto_bind_config_mouse 
+0x30e8 009140 beq 3 ,g24_rx_auto_bind_config_dongle 
+0x30e9 009141 rtn 
+:      009143 g24_rx_auto_bind_config_mouse:
+0x30ea 009144 call g24_dongle_bind_ms_payload_cfg 
+0x30eb 009145 setarg offset_24g_mouse_addr 
+0x30ec 009146 call g24_set_rega_ifetch_4byte 
+0x30ed 009148 branch g24_rx_auto_addr_ch_search ,blank 
+0x30ee 009149 call g24_store_mem_addr 
+0x30ef 009151 setarg offset_24g_ms_config_ch_once 
+0x30f0 009152 call g24_set_rega_ifetch_1byte 
+0x30f1 009154 call g24_ms_config_ch_once ,blank 
+0x30f2 009155 setarg offset_24g_ms_last_ch 
+0x30f3 009156 call g24_set_rega_ifetch_1byte 
+0x30f4 009158 call g24_store_mem_ch 
+0x30f5 009160 add regc ,offset_rssi_noise_ms_index ,rega 
+0x30f6 009161 ifetcht 1 ,rega 
+0x30f7 009163 arg mem_rssi_noise_ms_buffer ,rega 
+0x30f8 009164 call rssi_noise_store 
+0x30f9 009165 add regc ,offset_rssi_noise_ms_index ,contw 
+0x30fa 009166 istoret 1 ,contw 
+0x30fb 009168 call g24_noise_rssi_average 
+0x30fc 009169 add regc ,offset_rssi_noise_ms_avg ,contw 
+0x30fd 009170 istoret 1 ,contw 
+0x30fe 009172 sub temp ,rssi_thresh_noise ,null 
+0x30ff 009173 nrtn positive 
+0x3100 009174 setarg offset_24g_ms_ch_number 
+0x3101 009175 call g24_set_rega_ifetcht_1byte 
+0x3102 009177 call g24_ch_temp_incre_size4 
+0x3103 009178 arg offset_24g_ms_ch_number ,rega 
+0x3104 009179 call g24_set_contw_with_regb2 
+0x3105 009180 istoret 1 ,contw 
+:      009182 g24_store_mem_ms_last_ch:
+0x3106 009184 arg offset_24g_ms_last_ch ,rega 
+0x3107 009185 branch g24_set_contw_with_regb_store_1byte 
+:      009187 g24_ms_config_ch_once:
+0x3108 009188 setarg 1 
+0x3109 009189 arg offset_24g_ms_config_ch_once ,rega 
+0x310a 009190 call g24_set_contw_with_regb_store_1byte 
+0x310b 009192 arg 0 ,temp 
+0x310c 009193 call g24_ch_calc 
+0x310d 009196 branch g24_store_mem_ms_last_ch 
+:      009198 g24_rx_auto_bind_config_kb:
+0x310e 009199 call g24_dongle_bind_kb_payload_cfg 
+0x310f 009200 setarg offset_24g_kb_addr 
+0x3110 009201 call g24_set_rega_ifetch_4byte 
+0x3111 009203 branch g24_rx_auto_addr_ch_search ,blank 
+0x3112 009204 call g24_store_mem_addr 
+0x3113 009206 setarg offset_24g_kb_config_ch_once 
+0x3114 009207 call g24_set_rega_ifetch_1byte 
+0x3115 009209 call g24_kb_config_ch_once ,blank 
+0x3116 009210 setarg offset_24g_kb_last_ch 
+0x3117 009211 call g24_set_rega_ifetch_1byte 
+0x3118 009213 call g24_store_mem_ch 
+0x3119 009215 add regc ,offset_rssi_noise_kb_index ,rega 
+0x311a 009216 ifetcht 1 ,rega 
+0x311b 009218 arg mem_rssi_noise_kb_buffer ,rega 
+0x311c 009219 call rssi_noise_store 
+0x311d 009220 add regc ,offset_rssi_noise_kb_index ,contw 
+0x311e 009221 istoret 1 ,contw 
+0x311f 009223 call g24_noise_rssi_average 
+0x3120 009224 add regc ,offset_rssi_noise_kb_avg ,contw 
+0x3121 009225 istoret 1 ,contw 
+0x3122 009227 sub temp ,rssi_thresh_noise ,null 
+0x3123 009228 nrtn positive 
+0x3124 009229 setarg offset_24g_kb_ch_number 
+0x3125 009230 call g24_set_rega_ifetcht_1byte 
+0x3126 009232 call g24_ch_temp_incre_size4 
+0x3127 009233 arg offset_24g_kb_ch_number ,rega 
+0x3128 009234 call g24_set_contw_with_regb2 
+0x3129 009235 istoret 1 ,contw 
+:      009237 g24_store_mem_kb_last_ch:
+0x312a 009239 arg offset_24g_kb_last_ch ,rega 
+0x312b 009240 branch g24_set_contw_with_regb_store_1byte 
+:      009242 g24_kb_config_ch_once:
+0x312c 009243 setarg 1 
+0x312d 009244 arg offset_24g_kb_config_ch_once ,rega 
+0x312e 009245 call g24_set_contw_with_regb_store_1byte 
+0x312f 009247 arg 0 ,temp 
+0x3130 009248 call g24_ch_calc 
+0x3131 009251 branch g24_store_mem_kb_last_ch 
+:      009253 g24_rx_auto_bind_config_dongle:
+0x3132 009254 call g24_dongle_bind_ms_payload_cfg 
+0x3133 009255 call g24_fetch_mem_rx_addr 
+0x3134 009257 call g24_store_mem_addr 
+0x3135 009259 setarg offset_24g_dg_config_ch_once 
+0x3136 009260 call g24_set_rega_ifetch_1byte 
+0x3137 009262 call g24_dg_config_ch_once ,blank 
+0x3138 009263 call g24_dg_store_config_ch 
+0x3139 009264 add regc ,offset_rssi_noise_dg_index ,rega 
+0x313a 009265 ifetcht 1 ,rega 
+0x313b 009267 arg mem_rssi_noise_dg_buffer ,rega 
+0x313c 009268 call rssi_noise_store 
+0x313d 009269 add regc ,offset_rssi_noise_dg_index ,contw 
+0x313e 009270 istoret 1 ,contw 
+0x313f 009272 call g24_noise_rssi_average 
+0x3140 009273 add regc ,offset_rssi_noise_dg_avg ,contw 
+0x3141 009274 istoret 1 ,contw 
+0x3142 009276 sub temp ,rssi_thresh_noise ,null 
+0x3143 009277 nrtn positive 
+0x3144 009278 setarg offset_24g_dg_ch_number 
+0x3145 009279 call g24_set_rega_ifetcht_1byte 
+0x3146 009281 call g24_ch_temp_incre_size4 
+0x3147 009282 arg offset_24g_dg_ch_number ,rega 
+0x3148 009283 call g24_set_contw_with_regb2 
+0x3149 009284 istoret 1 ,contw 
+:      009286 g24_store_mem_dg_last_ch:
+0x314a 009289 arg offset_24g_dg_last_ch ,rega 
+0x314b 009290 branch g24_set_contw_with_regb_store_1byte 
+:      009293 g24_dg_config_ch_once:
+0x314c 009298 setarg 1 
+0x314d 009299 arg offset_24g_dg_config_ch_once ,rega 
+0x314e 009300 call g24_set_contw_with_regb_store_1byte 
+:      009301 g24_dg_store_config_ch:
+0x314f 009302 setarg offset_24g_dg_last_ch 
+0x3150 009303 call g24_set_rega_ifetch_1byte 
+0x3151 009304 branch g24_store_mem_ch 
+:      009307 g24_transmit_ack:
+0x3152 009309 add regc ,offset_24g_rxbuf ,rega 
+0x3153 009310 ifetch 1 ,rega 
+0x3154 009312 call g24_store_mem_data_type 
+0x3155 009315 call g24_read_len_pid_crc 
+0x3156 009317 call g24_fetch_mem_rxbuf_add1 
+0x3157 009319 isolate1 bit_ack_24g ,pdata 
+0x3158 009320 branch g24tx_no_ack ,true 
+:      009321 g24tx_with_ack:
+0x3159 009322 call g24_ackpayload_prep 
+0x315a 009323 call g24_transmit_prep 
+0x315b 009324 call g24_transmit 
+:      009325 g24tx_no_ack:
+0x315c 009326 branch g24_end_of_packet 
+:      009328 g24_ackpayload_prep:
+0x315d 009329 bpatch patch18_2 ,mem_patch18 
+0x315e 009330 add regc ,offset_24g_datalen ,contw 
+0x315f 009331 call g24_mem_set0 
+0x3160 009333 setarg offset_24g_ackpayload_enable 
+0x3161 009334 call g24_set_rega_ifetch_1byte 
+0x3162 009336 rtn blank 
+0x3163 009337 setarg 0x06 
+0x3164 009338 add regc ,offset_24g_datalen ,contw 
+0x3165 009339 istore 1 ,contw 
+0x3166 009341 arg 0x06 ,loopcnt 
+0x3167 009342 setarg offset_24g_bind_payload 
+0x3168 009343 iadd regc ,contr 
+0x3169 009345 add regc ,offset_24g_txbuf ,contw 
+0x316a 009347 branch memcpy 
+:      009350 g24_receive_packet_start:
+0x316b 009351 call g24_receive_transmit_ack 
+0x316c 009352 nbranch g24_rx_interrupt_clear ,user3 
+0x316d 009353 branch g24_receive_packet_parse 
+:      009355 g24_receive_transmit_ack:
+0x316e 009356 call g24_rx_interrupt_clear 
+0x316f 009357 call g24_receive_packet 
+0x3170 009358 nrtn user3 
+0x3171 009359 branch g24_transmit_ack 
+:      009361 g24_receive_packet_parse:
+0x3172 009362 bpatch patch18_3 ,mem_patch18 
+0x3173 009363 call g24_receive_packet_parse_pid_crc 
+0x3174 009364 nbranch g24_rx_interrupt_clear ,user 
+0x3175 009365 add regc ,offset_24g_rxdata_length ,rega 
+0x3176 009366 ifetch 1 ,rega 
+0x3177 009368 branch g24_rx_interrupt_clear ,blank 
+0x3178 009369 increase 2 ,pdata 
+0x3179 009370 iforce loopcnt 
+0x317a 009371 add regc ,offset_24g_rxbuf ,contr 
+0x317b 009373 setarg offset_24g_rxdata_temp 
+0x317c 009374 iadd regc ,contw 
+0x317d 009376 call memcpy 
+0x317e 009377 call g24_set0_mem_mode_switch 
+0x317f 009379 call g24_fetch_mem_pair_mode 
+0x3180 009381 call g24_enable_nodata_timer ,blank 
+0x3181 009382 setarg offset_24g_rxdata_temp_add2 
+0x3182 009383 call g24_set_rega_ifetch_1byte 
+0x3183 009385 beq 0x01 ,g24_data_type1 
+0x3184 009386 beq 0x02 ,g24_data_type2 
+0x3185 009387 beq 0x03 ,g24_data_type3 
+0x3186 009388 beq 0xff ,g24_data_attemp 
+0x3187 009389 branch g24_rx_interrupt_clear 
+:      009391 g24_receive_packet_parse_pid_crc:
+0x3188 009392 call g24_head_ptr2regc 
+0x3189 009393 call disable_user 
+0x318a 009394 add regc ,offset_24g_sta_pid ,rega 
+0x318b 009395 ifetch 1 ,rega 
+0x318c 009397 add regc ,offset_24g_last_pid ,rega 
+0x318d 009398 ifetcht 1 ,rega 
+0x318e 009400 isub temp ,null 
+0x318f 009401 ncall enable_user ,zero 
+0x3190 009402 add regc ,offset_24g_sta_pid ,rega 
+0x3191 009403 ifetch 1 ,rega 
+0x3192 009405 add regc ,offset_24g_last_pid ,contw 
+0x3193 009406 istore 1 ,contw 
+0x3194 009408 add regc ,offset_24g_sta_crc ,rega 
+0x3195 009409 ifetch 3 ,rega 
+0x3196 009411 add regc ,offset_24g_last_crc ,rega 
+0x3197 009412 ifetcht 3 ,rega 
+0x3198 009414 isub temp ,null 
+0x3199 009415 ncall enable_user ,zero 
+0x319a 009416 add regc ,offset_24g_sta_crc ,rega 
+0x319b 009417 ifetch 3 ,rega 
+0x319c 009419 add regc ,offset_24g_last_crc ,contw 
+0x319d 009421 branch g24_contw_istore_3byte 
+:      009423 g24_data_type1:
+0x319e 009424 call g24_ch_timer_reinit 
+0x319f 009425 call g24_fetch_mem_abort_pac 
+0x31a0 009426 store 1 ,mem_temp 
+0x31a1 009428 call g24_fetcht_mem_rxdata_temp 
+0x31a2 009429 fetch 1 ,mem_temp 
+0x31a3 009431 isolate1 bit_abort ,temp 
+0x31a4 009432 setflag true ,0 ,pdata 
+0x31a5 009433 add regc ,offset_24g_abort_pac ,contw 
+0x31a6 009434 istore 1 ,contw 
+0x31a7 009436 beq 1 ,g24_data_attemp_mouse 
+0x31a8 009437 call g24_fetch_mem_hop_pac 
+0x31a9 009439 call g24_fetcht_mem_rxdata_temp 
+0x31aa 009441 isolate1 bit_hop ,temp 
+0x31ab 009442 setflag true ,0 ,pdata 
+0x31ac 009443 call g24_store_mem_hop_pac 
+0x31ad 009445 add regc ,offset_24g_cb_rxdata_type1 ,rega 
+0x31ae 009446 ifetch 2 ,rega 
+0x31af 009448 branch callback_func 
+:      009450 dongle_rxdata_type1:
+0x31b0 009451 setarg ms_report_id 
+0x31b1 009452 store 1 ,mem_usb_mouse_data 
+0x31b2 009453 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b3 009455 istore 7 ,contw 
+0x31b4 009456 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b5 009458 ncall g24_ms_enable_blank_data_forcibly ,blank 
+0x31b6 009459 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b7 009461 call g24_ms_disable_blank_data_forcibly ,blank 
+:      009462 g24_data_type1_usbtx_enable:
+0x31b8 009463 jam usb_ep2_ms ,mem_usb_ep2_data 
+:      009464 g24_data_type1_usbtx_enable_ep2:
+0x31b9 009465 fetch 1 ,mem_usb_tx_enable 
+0x31ba 009466 set1 2 ,pdata 
+0x31bb 009467 store 1 ,mem_usb_tx_enable 
+0x31bc 009468 rtn 
+:      009470 g24_ms_enable_blank_data_forcibly:
+0x31bd 009471 setarg 1 
+0x31be 009472 call g24_store_mem_ms_blank_data_enable 
+:      009474 g24_ms_enable_blank_data_timer:
+0x31bf 009475 setarg timer_ms_blank_delay 
+0x31c0 009476 arg timer_ms_blank ,queue 
+0x31c1 009477 branch timer_init 
+:      009478 g24_ms_disable_blank_data_forcibly:
+0x31c2 009479 call g24_set0_mem_ms_blank_data_enable 
+:      009481 g24_ms_disable_blank_data_timer:
+0x31c3 009482 setarg 0 
+0x31c4 009483 arg timer_ms_blank ,queue 
+0x31c5 009484 branch timer_init 
+:      009486 g24_data_type2:
+0x31c6 009487 call g24_fetcht_mem_rxdata_temp 
+0x31c7 009489 isolate1 bit_abort ,temp 
+0x31c8 009490 branch g24_data_attemp_kbd ,true 
+0x31c9 009491 arg mem_usb_kb_data ,contw 
+0x31ca 009492 call g24_data_type2_reverse_data 
+0x31cb 009493 fetch 8 ,mem_usb_kb_data 
+0x31cc 009494 ncall g24_kb_enable_blank_data_forcibly ,blank 
+0x31cd 009495 fetch 8 ,mem_usb_kb_data 
+0x31ce 009496 call g24_kb_disable_blank_data_forcibly ,blank 
+0x31cf 009497 call g24_head_ptr2regc 
+0x31d0 009498 fetch 8 ,mem_usb_kb_data 
+0x31d1 009499 arg offset_24g_kb_data_sta_data ,rega 
+0x31d2 009500 call g24_set_contw_with_temp 
+0x31d3 009501 istore 8 ,contw 
+0x31d4 009503 setarg offset_24g_kb_data_last_data 
+0x31d5 009504 iadd regc ,rega 
+0x31d6 009505 ifetcht 8 ,rega 
+0x31d7 009507 isub temp ,null 
+0x31d8 009508 ncall g24_kb_data_dispose ,zero 
+0x31d9 009509 setarg offset_24g_kb_data_sta_data 
+0x31da 009510 iadd regc ,rega 
+0x31db 009511 ifetch 8 ,rega 
+0x31dc 009513 arg offset_24g_kb_data_last_data ,rega 
+0x31dd 009514 call g24_set_contw_with_temp 
+0x31de 009515 istore 8 ,contw 
+0x31df 009517 branch g24_rx_interrupt_clear 
+:      009519 g24_data_type2_reverse_data:
+0x31e0 009520 setarg offset_24g_rxdata_temp_add2 
+0x31e1 009521 iadd regc ,contr 
+0x31e2 009523 arg 9 ,loopcnt 
+0x31e3 009524 branch reverse_byte 
+:      009526 g24_kb_enable_blank_data_forcibly:
+0x31e4 009527 setarg 1 
+0x31e5 009528 call g24_store_mem_kb_blank_data_enable 
+:      009530 g24_kb_enable_blank_data_timer:
+0x31e6 009531 setarg timer_kb_blank_delay 
+0x31e7 009532 arg timer_kb_blank ,queue 
+0x31e8 009533 branch timer_init 
+:      009535 g24_kb_disable_blank_data_forcibly:
+0x31e9 009536 call g24_set0_mem_kb_blank_data_enable 
+:      009538 g24_kb_disable_blank_data_timer:
+0x31ea 009539 setarg 0 
+0x31eb 009540 arg timer_kb_blank ,queue 
+0x31ec 009541 branch timer_init 
+:      009543 g24_kb_data_dispose:
+:      009544 g24_kb_data_into_ep1_fifo:
+0x31ed 009545 jam usb_ep1_kb ,mem_usb_ep1_data 
+0x31ee 009546 fetch 1 ,mem_usb_tx_enable 
+0x31ef 009547 set1 1 ,pdata 
+0x31f0 009548 store 1 ,mem_usb_tx_enable 
+0x31f1 009549 rtn 
+:      009551 g24_data_type3:
+0x31f2 009552 arg mem_usb_kb_multikey ,contw 
+0x31f3 009553 call g24_data_type2_reverse_data 
+0x31f4 009554 fetch 2 ,mem_usb_kb_multikey + 1 
+0x31f5 009555 ncall g24_kb_mul_enable_blank_data_forcibly ,blank 
+0x31f6 009556 fetch 2 ,mem_usb_kb_multikey + 1 
+0x31f7 009557 call g24_kb_mul_disable_blank_data_forcibly ,blank 
+0x31f8 009558 call g24_head_ptr2regc 
+0x31f9 009559 fetch 3 ,mem_usb_kb_multikey 
+0x31fa 009560 arg offset_24g_kb_multikey_sta_data ,rega 
+0x31fb 009561 call g24_set_contw_with_temp_store_3byte 
+0x31fc 009563 setarg offset_24g_kb_multikey_last_data 
+0x31fd 009564 iadd regc ,rega 
+0x31fe 009565 ifetcht 3 ,rega 
+0x31ff 009567 isub temp ,null 
+0x3200 009568 ncall g24_kb_mul_data_into_ep2_fifo ,zero 
+0x3201 009569 setarg offset_24g_kb_multikey_sta_data 
+0x3202 009570 iadd regc ,rega 
+0x3203 009571 ifetch 3 ,rega 
+0x3204 009573 arg offset_24g_kb_multikey_last_data ,rega 
+0x3205 009574 call g24_set_contw_with_temp_store_3byte 
+0x3206 009576 branch g24_rx_interrupt_clear 
+:      009578 g24_kb_mul_data_into_ep2_fifo:
+0x3207 009579 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x3208 009580 branch g24_data_type1_usbtx_enable_ep2 
+:      009582 g24_kb_mul_enable_blank_data_forcibly:
+0x3209 009583 setarg 1 
+0x320a 009584 call g24_store_mem_kb_mul_blank_data_enable 
+:      009586 g24_kb_mul_enable_blank_data_timer:
+0x320b 009587 setarg timer_kb_mul_blank_delay 
+0x320c 009588 arg timer_kb_mul_blank ,queue 
+0x320d 009589 branch timer_init 
+:      009591 g24_kb_mul_disable_blank_data_forcibly:
+0x320e 009592 call g24_set0_mem_kb_mul_blank_data_enable 
+:      009594 g24_kb_mul_disable_blank_data_timer:
+0x320f 009595 setarg 0 
+0x3210 009596 arg timer_kb_mul_blank ,queue 
+0x3211 009597 branch timer_init 
+:      009599 g24_data_attemp:
+0x3212 009600 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x3213 009602 beq datatype_mouse ,g24_data_attemp_mouse 
+0x3214 009603 beq datatype_keyboard ,g24_data_attemp_kbd 
+0x3215 009604 rtn 
+:      009605 g24_data_attemp_mouse:
+0x3216 009606 setarg offset_24g_rxdata_temp_add4 
+0x3217 009607 call g24_set_rega_ifetch_4byte 
+0x3218 009608 arg offset_24g_mouse_addr ,rega 
+0x3219 009609 call g24_set_contw_with_temp 
+0x321a 009612 branch g24_contw_istore_4byte 
+:      009614 g24_data_attemp_kbd:
+0x321b 009615 setarg offset_24g_rxdata_temp_add4 
+0x321c 009616 call g24_set_rega_ifetch_4byte 
+0x321d 009617 arg offset_24g_kb_addr ,rega 
+0x321e 009618 call g24_set_contw_with_temp 
+0x321f 009621 branch g24_contw_istore_4byte 
+:      009623 g24_store_mem_24g_mode:
+0x3220 009624 call g24_head_ptr2regc 
+0x3221 009625 add regc ,offset_24g_mode ,contw 
+0x3222 009626 istore 1 ,contw 
+0x3223 009627 rtn 
+:      009629 g24_fetch_mem_device_addr:
+0x3224 009630 call g24_head_ptr2regc 
+0x3225 009631 add regc ,offset_24g_device_addr ,rega 
+0x3226 009632 branch g24_rega_ifetch_4byte 
+:      009633 g24_store_mem_device_addr:
+0x3227 009634 call g24_head_ptr2regc 
+0x3228 009635 add regc ,offset_24g_device_addr ,contw 
+0x3229 009636 branch g24_contw_istore_4byte 
+:      009638 g24_fetch_mem_addr:
+0x322a 009639 add regc ,offset_24g_addr ,rega 
+0x322b 009640 branch g24_rega_ifetch_4byte 
+:      009641 g24_store_mem_addr:
+0x322c 009642 add regc ,offset_24g_addr ,contw 
+:      009643 g24_contw_istore_4byte:
+0x322d 009644 istore 4 ,contw 
+0x322e 009645 rtn 
+:      009647 g24_store_mem_ch:
+0x322f 009648 add regc ,offset_24g_ch ,contw 
+0x3230 009649 branch g24_contw_istore_1byte 
+:      009651 g24_set0_mem_pid:
+0x3231 009652 setarg 0 
+:      009653 g24_store_mem_pid:
+0x3232 009654 call g24_head_ptr2regc 
+0x3233 009655 add regc ,offset_24g_pid ,contw 
+0x3234 009656 branch g24_contw_istore_1byte 
+:      009658 g24_store_mem_txpayload:
+0x3235 009659 add regc ,offset_24g_txpayload ,contw 
+0x3236 009660 branch g24_contw_istore_1byte 
+:      009662 g24_set4_mem_max_retry:
+0x3237 009663 setarg 4 
+:      009664 g24_store_mem_max_retry:
+0x3238 009665 add regc ,offset_24g_max_retry ,contw 
+0x3239 009666 branch g24_contw_istore_1byte 
+:      009668 g24_fetch_mem_data_type:
+0x323a 009669 add regc ,offset_24g_data_type ,rega 
+0x323b 009670 branch g24_rega_ifetch_1byte 
+:      009671 g24_store_mem_data_type:
+0x323c 009672 add regc ,offset_24g_data_type ,contw 
+0x323d 009673 branch g24_contw_istore_1byte 
+:      009675 g24_set2_mem_sync_cnt:
+0x323e 009676 setarg 2 
+:      009677 g24_store_mem_sync_cnt:
+0x323f 009678 add regc ,offset_24g_sync_cnt ,contw 
+0x3240 009679 branch g24_contw_istore_1byte 
+:      009681 g24_set1_mem_rf_last_sta:
+0x3241 009682 setarg 1 
+:      009683 g24_store_mem_rf_last_sta:
+0x3242 009684 call g24_head_ptr2regc 
+0x3243 009685 add regc ,offset_24g_rf_last_sta ,contw 
+0x3244 009686 branch g24_contw_istore_1byte 
+:      009688 g24_fetch_mem_hop_pac:
+0x3245 009689 call g24_head_ptr2regc 
+0x3246 009690 add regc ,offset_24g_hop_pac ,rega 
+0x3247 009691 branch g24_rega_ifetch_1byte 
+:      009692 g24_set1_mem_hop_pac:
+0x3248 009693 setarg 1 
+:      009694 g24_store_mem_hop_pac:
+0x3249 009695 call g24_head_ptr2regc 
+0x324a 009696 add regc ,offset_24g_hop_pac ,contw 
+0x324b 009697 branch g24_contw_istore_1byte 
+:      009699 g24_fetch_mem_abort_pac:
+0x324c 009700 call g24_head_ptr2regc 
+0x324d 009701 add regc ,offset_24g_abort_pac ,rega 
+0x324e 009702 branch g24_rega_ifetch_1byte 
+:      009703 g24_set1_mem_abort_pac:
+0x324f 009704 setarg 1 
+:      009705 g24_store_mem_abort_pac:
+0x3250 009706 call g24_head_ptr2regc 
+0x3251 009707 add regc ,offset_24g_abort_pac ,contw 
+0x3252 009708 branch g24_contw_istore_1byte 
+:      009710 g24_fetch_mem_pairing_sm:
+0x3253 009711 call g24_head_ptr2regc 
+0x3254 009712 add regc ,offset_24g_pairing_sm ,rega 
+0x3255 009713 branch g24_rega_ifetch_1byte 
+:      009714 g24_store_mem_pairing_sm:
+0x3256 009715 add regc ,offset_24g_pairing_sm ,contw 
+0x3257 009716 branch g24_contw_istore_1byte 
+:      009718 g24_fetch_mem_rf_hop_ch:
+0x3258 009719 add regc ,offset_24g_rf_hop_ch ,rega 
+0x3259 009720 branch g24_rega_ifetch_1byte 
+:      009721 g24_set0_mem_rf_hop_ch:
+0x325a 009722 setarg 0 
+:      009723 g24_store_mem_rf_hop_ch:
+0x325b 009724 add regc ,offset_24g_rf_hop_ch ,contw 
+0x325c 009725 branch g24_contw_istore_1byte 
+:      009727 g24_fetch_mem_rf_work_stage:
+0x325d 009728 add regc ,offset_24g_rf_work_stage ,rega 
+0x325e 009729 branch g24_rega_ifetch_1byte 
+:      009731 g24_fetch_mem_rxbuf_add1:
+0x325f 009732 add regc ,offset_24g_rxbuf_add1 ,rega 
+0x3260 009733 branch g24_rega_ifetch_1byte 
+:      009735 g24_fetch_mem_check_dongle_times:
+0x3261 009736 add regc ,offset_24g_check_dongle_times ,rega 
+0x3262 009737 branch g24_rega_ifetch_1byte 
+:      009738 g24_set0_mem_check_dongle_times:
+0x3263 009739 setarg 0 
+:      009740 g24_store_mem_check_dongle_times:
+0x3264 009741 call g24_head_ptr2regc 
+0x3265 009742 add regc ,offset_24g_check_dongle_times ,contw 
+0x3266 009743 branch g24_contw_istore_1byte 
+:      009745 g24_store_mem_tx_power:
+0x3267 009746 call g24_head_ptr2regc 
+0x3268 009747 add regc ,offset_tx_power_temp ,rega 
+0x3269 009748 ifetch 1 ,rega 
+:      009749 g24_store_mem_txpower:
+0x326a 009750 store 1 ,mem_tx_power 
+0x326b 009751 rtn 
+:      009753 g24_store_mem_tx_power_temp:
+0x326c 009754 call g24_head_ptr2regc 
+0x326d 009755 fetch 1 ,mem_tx_power 
+0x326e 009757 add regc ,offset_tx_power_temp ,contw 
+0x326f 009758 branch g24_contw_istore_1byte 
+:      009760 g24_fetch_mem_power_ctrl_pac:
+0x3270 009761 add regc ,offset_power_ctrl_packet_cnt ,rega 
+0x3271 009762 branch g24_rega_ifetch_1byte 
+:      009764 g24_store_mem_power_ctrl_level:
+0x3272 009765 add regc ,offset_power_ctrl_level ,contw 
+0x3273 009766 branch g24_contw_istore_1byte 
+:      009768 g24_fetcht_mem_rxdata_temp:
+0x3274 009769 setarg offset_24g_rxdata_temp 
+:      009770 g24_set_rega_ifetcht_1byte:
+0x3275 009771 iadd regc ,rega 
+0x3276 009772 ifetcht 1 ,rega 
+0x3277 009773 rtn 
+:      009775 g24_fetch_mem_rf_laststa:
+0x3278 009776 setarg offset_24g_rf_laststa 
+0x3279 009777 branch g24_set_rega_ifetch_1byte 
+:      009778 g24_set0_mem_rf_laststa:
+0x327a 009779 setarg 0 
+:      009780 g24_store_mem_rf_laststa:
+0x327b 009781 arg offset_24g_rf_laststa ,rega 
+0x327c 009782 branch g24_set_contw_with_regb_store_1byte 
+:      009784 g24_fetch_mem_rx_addr:
+0x327d 009785 setarg offset_24g_rx_addr 
+:      009786 g24_set_rega_ifetch_4byte:
+0x327e 009787 call g24_set_rega 
+:      009788 g24_rega_ifetch_4byte:
+0x327f 009789 ifetch 4 ,rega 
+0x3280 009790 rtn 
+:      009792 g24_fetch_mem_time_slice:
+0x3281 009793 setarg offset_24g_time_slice 
+0x3282 009794 branch g24_set_rega_ifetch_1byte 
+:      009795 g24_set0_mem_time_slice:
+0x3283 009796 setarg 0 
+:      009797 g24_store_mem_time_slice:
+0x3284 009798 arg offset_24g_time_slice ,rega 
+0x3285 009799 branch g24_set_contw_with_regb_store_1byte 
+:      009801 g24_set0_mem_mode_switch:
+0x3286 009802 setarg 0 
+:      009803 g24_store_mem_mode_switch:
+0x3287 009804 arg offset_24g_mode_switch ,rega 
+0x3288 009805 branch g24_set_contw_with_regb_store_1byte 
+:      009807 g24_store_mem_bind_payload:
+0x3289 009808 arg offset_24g_bind_payload ,rega 
+0x328a 009809 branch g24_set_contw_with_regb_store_1byte 
+:      009811 g24_fetch_mem_bind_device_status:
+0x328b 009812 setarg offset_dongle_bind_device_status 
+0x328c 009813 branch g24_set_rega_ifetch_1byte 
+:      009814 g24_store_mem_bind_device_status:
+0x328d 009815 arg offset_dongle_bind_device_status ,rega 
+0x328e 009816 branch g24_set_contw_with_regb_store_1byte 
+:      009818 g24_fetch_mem_dongle_work_mode:
+0x328f 009819 setarg offset_dongle_work_mode 
+0x3290 009820 branch g24_set_rega_ifetch_1byte 
+:      009821 g24_set_work_mem_dongle_work_mode:
+0x3291 009822 setarg dongle_work 
+:      009823 g24_store_mem_dongle_work_mode:
+0x3292 009824 arg offset_dongle_work_mode ,rega 
+0x3293 009825 branch g24_set_contw_with_regb_store_1byte 
+:      009827 g24_fetch_mem_dongle_mode_init:
+0x3294 009828 setarg offset_dongle_mode_init 
+0x3295 009829 branch g24_set_rega_ifetch_1byte 
+:      009830 g24_set0_mem_dongle_mode_init:
+0x3296 009831 setarg clear_init 
+:      009832 g24_store_mem_dongle_mode_init:
+0x3297 009833 arg offset_dongle_mode_init ,rega 
+0x3298 009834 branch g24_set_contw_with_regb_store_1byte 
+:      009836 g24_set0_mem_ackpayload_enable:
+0x3299 009837 setarg 0 
+:      009838 g24_store_mem_ackpayload_enable:
+0x329a 009839 arg offset_24g_ackpayload_enable ,rega 
+0x329b 009840 branch g24_set_contw_with_regb_store_1byte 
+:      009841 g24_set1_mem_ackpayload_enable:
+0x329c 009842 setarg 1 
+0x329d 009843 branch g24_store_mem_ackpayload_enable 
+:      009845 g24_fetch_mem_rxdata_temp_add3_7byte:
+0x329e 009846 setarg offset_24g_rxdata_temp_add3 
+0x329f 009847 call g24_set_rega 
+0x32a0 009848 ifetch 7 ,rega 
+0x32a1 009849 rtn 
+:      009851 g24_fetch_mem_nodata_timer_enable:
+0x32a2 009852 setarg offset_24g_nodata_timer_enable 
+0x32a3 009853 branch g24_set_rega_ifetch_1byte 
+:      009854 g24_set0_mem_nodata_timer_enable:
+0x32a4 009855 setarg 0 
+:      009856 g24_store_mem_nodata_timer_enable:
+0x32a5 009857 arg offset_24g_nodata_timer_enable ,rega 
+0x32a6 009858 branch g24_set_contw_with_regb_store_1byte 
+:      009860 g24_set0_mem_ms_blank_data_enable:
+0x32a7 009861 setarg 0 
+:      009862 g24_store_mem_ms_blank_data_enable:
+0x32a8 009863 arg offset_24g_ms_blank_data_enable ,rega 
+0x32a9 009864 branch g24_set_contw_with_regb_store_1byte 
+:      009866 g24_set0_mem_kb_blank_data_enable:
+0x32aa 009867 setarg 0 
+:      009868 g24_store_mem_kb_blank_data_enable:
+0x32ab 009869 arg offset_24g_kb_blank_data_enable ,rega 
+0x32ac 009870 branch g24_set_contw_with_regb_store_1byte 
+:      009872 g24_set0_mem_kb_mul_blank_data_enable:
+0x32ad 009873 setarg 0 
+:      009874 g24_store_mem_kb_mul_blank_data_enable:
+0x32ae 009875 arg offset_24g_kb_mul_blank_data_enable ,rega 
+0x32af 009876 branch g24_set_contw_with_regb_store_1byte 
+:      009878 g24_store_mem_power_ctrl_threshold_up:
+0x32b0 009879 arg offset_power_ctrl_threshold_up ,rega 
+0x32b1 009880 branch g24_set_contw_with_regb_store_1byte 
+:      009882 g24_store_mem_power_ctrl_threshold_down:
+0x32b2 009883 arg offset_power_ctrl_threshold_down ,rega 
+:      009884 g24_set_contw_with_regb_store_1byte:
+0x32b3 009885 call g24_set_contw_with_regb 
+:      009886 g24_contw_istore_1byte:
+0x32b4 009887 istore 1 ,contw 
+0x32b5 009888 rtn 
+:      009890 g24_fetch_mem_pair_mode:
+0x32b6 009891 setarg offset_24g_pair_mode 
+0x32b7 009892 branch g24_set_rega_ifetch_1byte 
+:      009894 g24_store_mem_pair_mode:
+0x32b8 009895 arg offset_24g_pair_mode ,rega 
+0x32b9 009896 branch g24_set_contw_with_regb_store_1byte 
+:      009898 g24_store_mem_pair_txpower:
+0x32ba 009899 setarg offset_24g_pair_txpower 
+0x32bb 009900 call g24_set_rega_ifetch_1byte 
+0x32bc 009901 branch g24_store_mem_txpower 
+:      009903 g24_fetch_mem_rxdata_temp_add3_1byte:
+0x32bd 009904 setarg offset_24g_rxdata_temp_add3 
+0x32be 009905 branch g24_set_rega_ifetch_1byte 
+:      009907 g24_set_contw_with_temp:
+0x32bf 009908 copy pdata ,temp 
+0x32c0 009909 copy rega ,pdata 
+0x32c1 009910 iadd regc ,contw 
+0x32c2 009911 copy temp ,pdata 
+0x32c3 009912 rtn 
+:      009914 g24_set_contw_with_temp_store_3byte:
+0x32c4 009915 call g24_set_contw_with_temp 
+:      009916 g24_contw_istore_3byte:
+0x32c5 009917 istore 3 ,contw 
+0x32c6 009918 rtn 
+:      009920 g24_set_contw_with_regb:
+0x32c7 009921 call g24_head_ptr2regc 
+:      009922 g24_set_contw_with_regb2:
+0x32c8 009923 copy pdata ,regb 
+0x32c9 009924 copy rega ,pdata 
+0x32ca 009925 iadd regc ,contw 
+0x32cb 009926 copy regb ,pdata 
+0x32cc 009927 rtn 
+:      009929 g24_set_rega:
+0x32cd 009930 call g24_head_ptr2regc 
+0x32ce 009931 iadd regc ,rega 
+0x32cf 009932 rtn 
+:      009934 g24_set_rega_ifetch_1byte:
+0x32d0 009935 call g24_set_rega 
+:      009936 g24_rega_ifetch_1byte:
+0x32d1 009937 ifetch 1 ,rega 
+0x32d2 009938 rtn 
+:      009940 g24_set_rega_ifetcht_4byte:
+0x32d3 009941 call g24_set_rega 
+0x32d4 009942 ifetcht 4 ,rega 
+0x32d5 009943 rtn 
+:      009945 g24_mem_set0:
+0x32d6 009946 setarg 0 
+0x32d7 009947 branch g24_contw_istore_1byte 
+:      009951 app_init:
+0x32d8 009952 bpatch patch18_4 ,mem_patch18 
+0x32d9 009953 fetch 1 ,mem_device_option 
+0x32da 009954 branch app_init ,blank 
+0x32db 009956 beq dvc_op_dongle ,dongle_init 
+0x32dc 009957 beq dvc_op_antilost ,antilost_init 
+0x32dd 009958 beq dvc_op_shutter ,shutter_init 
+0x32de 009959 beq dvc_op_module ,module_init 
+0x32df 009960 beq dvc_op_car ,car_init 
+0x32e0 009961 beq dvc_op_remote_car ,remote_car_init 
+0x32e1 009962 bbit1 dvc_op_mouse ,mouse_init 
+0x32e2 009963 rtn 
+:      009965 app_lpm_init:
+0x32e3 009966 bpatch patch18_5 ,mem_patch18 
+0x32e4 009967 jam 0 ,mem_tester_emulate 
+0x32e5 009968 jam 0 ,mem_debug_config 
+0x32e6 009969 jam 0 ,mem_lch_code 
+0x32e7 009970 setarg 0 
+0x32e8 009971 store 5 ,mem_sp_state_start 
+0x32e9 009972 fetch 1 ,mem_device_option 
+0x32ea 009973 branch app_lpm_init ,blank 
+0x32eb 009974 beq dvc_op_module ,module_lpm_init 
+:      009975 app_lpm_init0:
+0x32ec 009976 rtn 
+:      009979 app_process_idle:
+0x32ed 009980 call ui_dispatch 
+0x32ee 009981 call check_51cmd 
+0x32ef 009982 call app_process_bb_event 
+0x32f0 009983 fetch 2 ,mem_cb_idle_process 
+0x32f1 009984 branch callback_func 
+:      009986 app_process_bt:
+0x32f2 009987 fetch 2 ,mem_cb_bt_process 
+0x32f3 009988 branch callback_func 
+:      009990 app_process_ble:
+0x32f4 009991 fetch 2 ,mem_cb_le_process 
+0x32f5 009992 branch callback_func 
+:      009994 app_process_bb_event:
+0x32f6 009995 bpatch patch18_6 ,mem_patch18 
+0x32f7 009997 arg mem_ipc_fifo_bt2c51 ,rega 
+0x32f8 009998 call fifo_out 
+0x32f9 009999 rtn blank 
+0x32fa 010001 copy pdata ,regc 
+0x32fb 010002 call app_event_normal_process 
+0x32fc 010003 branch app_process_bb_event_priority 
+:      010005 app_discard_event:
+0x32fd 010006 arg 0 ,regc 
+0x32fe 010007 rtn 
+:      010012 app_event_normal_process:
+0x32ff 010013 beq bt_evt_bb_connected ,app_evt_bt_conn 
+0x3300 010014 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x3301 010015 beq bt_evt_setup_complete ,app_evt_setup_complete 
+0x3302 010016 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
+0x3303 010017 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
+0x3304 010018 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
+0x3305 010019 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
+0x3306 010020 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
+0x3307 010021 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x3308 010022 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x3309 010023 beq bt_evt_reconn_started ,app_event_reconn_start 
+0x330a 010024 beq bt_evt_enter_sniff ,app_event_enter_sniff 
+0x330b 010025 beq bt_evt_exit_sniff ,app_event_exit_sniff 
+0x330c 010027 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
+0x330d 010028 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
+0x330e 010029 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
+0x330f 010030 beq bt_evt_switch_success_master ,app_event_switch_success 
+0x3310 010031 rtn 
+:      010034 app_evt_bt_conn:
+0x3311 010035 fetch 2 ,mem_ui_state_map 
+0x3312 010036 set1 ui_state_bt_connected ,pdata 
+0x3313 010037 store 2 ,mem_ui_state_map 
+0x3314 010038 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3315 010039 set0 app_disc_by_button ,pdata 
+0x3316 010040 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3317 010041 rtn 
+:      010043 app_event_switch_success:
+0x3318 010044 jam 0 ,mem_switch_fail_master_count 
+0x3319 010045 rtn 
+:      010047 app_event_switch_fail_master:
+0x331a 010048 fetch 1 ,mem_switch_fail_master_count 
+0x331b 010049 increase 1 ,pdata 
+0x331c 010050 store 1 ,mem_switch_fail_master_count 
+0x331d 010051 sub pdata ,1 ,null 
+0x331e 010052 branch app_bt_role_switch ,positive 
+0x331f 010053 jam 0 ,mem_switch_fail_master_count 
+0x3320 010054 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3321 010055 set1 app_disc_switch_fail ,pdata 
+0x3322 010056 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3323 010057 branch app_bt_disconnect 
+:      010059 app_process_bb_event_priority:
+0x3324 010060 fetch 2 ,mem_cb_bb_event_process 
+0x3325 010061 branch callback_func 
+:      010063 app_check_wake_lock:
+0x3326 010064 fetch 2 ,mem_cb_check_wakelock 
+0x3327 010065 branch callback_func 
+:      010067 app_will_enter_lpm:
+0x3328 010068 fetch 2 ,mem_cb_before_lpm 
+0x3329 010069 branch callback_func 
+:      010071 app_event_linkkey_generate:
+0x332a 010072 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x332b 010073 set1 app_disc_after_pairing ,pdata 
+0x332c 010074 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x332d 010075 branch app_bt_store_reconn_info 
+:      010077 app_event_reconn_start:
+0x332e 010078 fetch 2 ,mem_ui_state_map 
+0x332f 010079 set1 ui_state_bt_reconnect ,pdata 
+0x3330 010080 store 2 ,mem_ui_state_map 
+0x3331 010081 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3332 010082 set1 app_disc_after_reconn ,pdata 
+0x3333 010083 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3334 010084 rtn 
+:      010086 app_evt_setup_complete:
+0x3335 010087 fetch 2 ,mem_ui_state_map 
+0x3336 010088 set1 ui_state_bt_setup_complete ,pdata 
+0x3337 010089 store 2 ,mem_ui_state_map 
+0x3338 010090 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3339 010091 set1 app_disc_after_setup_done ,pdata 
+0x333a 010092 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x333b 010093 rtn 
+:      010095 app_evt_hid_handshake:
+0x333c 010096 fetch 2 ,mem_ui_state_map 
+0x333d 010097 set1 ui_state_bt_hid_handshake ,pdata 
+0x333e 010098 store 2 ,mem_ui_state_map 
+0x333f 010099 rtn 
+:      010101 app_event_enter_sniff:
+0x3340 010102 fetch 2 ,mem_ui_state_map 
+0x3341 010103 set1 ui_state_bt_sniff ,pdata 
+0x3342 010104 store 2 ,mem_ui_state_map 
+0x3343 010105 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3344 010106 set1 app_disc_after_sniff ,pdata 
+0x3345 010107 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3346 010108 rtn 
+:      010110 app_event_exit_sniff:
+0x3347 010111 fetch 2 ,mem_ui_state_map 
+0x3348 010112 set0 ui_state_bt_sniff ,pdata 
+0x3349 010113 store 2 ,mem_ui_state_map 
+0x334a 010114 rtn 
+:      010116 app_le_event_bb_connected:
+0x334b 010117 fetch 2 ,mem_ui_state_map 
+0x334c 010118 set1 ui_state_ble_connected ,pdata 
+0x334d 010119 store 2 ,mem_ui_state_map 
+0x334e 010120 rtn 
+:      010122 app_le_event_bb_disconn:
+0x334f 010123 fetch 2 ,mem_ui_state_map 
+0x3350 010124 set0 ui_state_ble_connected ,pdata 
+0x3351 010125 store 2 ,mem_ui_state_map 
+0x3352 010126 branch app_lpm_mult_disable 
+:      010128 app_bb_event_hid_connected:
+0x3353 010129 fetch 2 ,mem_ui_state_map 
+0x3354 010130 set1 ui_state_bt_hid_conn ,pdata 
+0x3355 010131 store 2 ,mem_ui_state_map 
+0x3356 010132 rtn 
+:      010134 app_evt_button_long_pressed:
+0x3357 010135 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3358 010136 set1 app_disc_by_button ,pdata 
+0x3359 010137 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335a 010138 rtn 
+:      010140 app_event_ml2cap_conn_refused:
+0x335b 010141 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335c 010142 set1 app_disc_l2cap_refused ,pdata 
+0x335d 010143 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335e 010144 branch app_bt_disconnect 
+:      010147 app_evt_timer:
+0x335f 010148 bpatch patch18_7 ,mem_patch18 
+0x3360 010149 store 1 ,mem_app_evt_timer_count 
+:      010150 app_evt_100ms_loop:
+0x3361 010151 fetch 1 ,mem_app_evt_timer_count 
+0x3362 010152 rtn blank 
+0x3363 010153 increase -1 ,pdata 
+0x3364 010154 store 1 ,mem_app_evt_timer_count 
+0x3365 010155 call ui_button_polling 
+0x3366 010156 call app_lpm_wake_auto_lock_timer 
+0x3367 010157 call app_unsniff_delay_timer 
+0x3368 010158 call app_discovery_timer 
+0x3369 010159 call flash_write_spi_sm_timer 
+0x336a 010160 fetch 2 ,mem_cb_event_timer 
+0x336b 010161 call callback_func 
+0x336c 010162 branch app_evt_100ms_loop 
+:      010167 timer_single_step:
+0x336d 010168 ifetch 1 ,regc 
+0x336e 010169 rtn blank 
+0x336f 010170 pincrease -1 
+0x3370 010171 istore 1 ,regc 
+0x3371 010172 nrtn blank 
+0x3372 010173 copy regb ,pdata 
+0x3373 010174 branch callback_func 
+:      010178 timer_single_step_2b:
+0x3374 010179 ifetch 2 ,regc 
+0x3375 010180 rtn blank 
+0x3376 010181 pincrease -1 
+0x3377 010182 istore 2 ,regc 
+0x3378 010183 nrtn blank 
+0x3379 010184 copy regb ,pdata 
+0x337a 010185 branch callback_func 
+:      010187 app_power_timer:
+0x337b 010188 fetcht 2 ,mem_power_param_ptr 
+0x337c 010189 add temp ,power_timer_offset ,regc 
+0x337d 010190 arg app_power_timer_timeout ,regb 
+0x337e 010191 branch timer_single_step 
+:      010193 app_power_timer_timeout:
+0x337f 010194 call app_got_power_state_common 
+0x3380 010195 beq power_starting ,app_enter_power_stanby_state 
+:      010196 app_enter_power_off_state:
+0x3381 010197 branch app_enter_hibernate 
+:      010198 app_enter_power_stanby_state:
+0x3382 010199 setarg power_standby 
+0x3383 010200 istore 1 ,regc 
+0x3384 010201 add temp ,power_standby_cb_offset ,regb 
+:      010202 app_power_cb_common:
+0x3385 010203 ifetch 2 ,regb 
+0x3386 010204 branch callback_func 
+:      010206 app_unsniff_delay_timer:
+0x3387 010207 arg mem_unsniff2sniff_timer_count ,regc 
+0x3388 010208 arg app_unsniff_delay_timeout ,regb 
+0x3389 010209 branch timer_single_step 
+:      010211 app_unsniff_delay_timeout:
+0x338a 010212 call context_check_idle 
+0x338b 010213 branch app_bt_enter_sniff ,zero 
+0x338c 010214 rtn 
+:      010217 app_discovery_timer:
+0x338d 010218 arg mem_discovery_timeout_timer_count ,regc 
+0x338e 010219 arg app_discovery_timeout ,regb 
+0x338f 010220 branch timer_single_step_2b 
+:      010222 app_discovery_timeout:
+0x3390 010223 call app_bt_stop_discovery 
+0x3391 010224 call app_led_off 
+0x3392 010225 fetch 2 ,mem_cb_discovry_timeout 
+0x3393 010226 branch callback_func 
+:      010229 app_bb_event_reconn_failed:
+0x3394 010230 call app_disconn_reason_flag_clear 
+:      010231 app_clear_reconnect_flag:
+0x3395 010232 fetch 2 ,mem_ui_state_map 
+0x3396 010233 set0 ui_state_bt_reconnect ,pdata 
+0x3397 010234 store 2 ,mem_ui_state_map 
+0x3398 010235 rtn 
+:      010237 app_bb_event_bb_disconn:
+0x3399 010238 jam 0 ,mem_unsniff2sniff_timer_count 
+0x339a 010239 fetch 2 ,mem_ui_state_map 
+0x339b 010240 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
+0x339c 010241 isolate0 ui_state_bt_setup_complete ,pdata 
+0x339d 010242 call app_discard_event ,true 
+:      010243 app_bb_event_bb_reconn_disconn:
+0x339e 010244 bpatch patch19_0 ,mem_patch19 
+0x339f 010245 fetch 2 ,mem_ui_state_map 
+0x33a0 010246 set0 ui_state_bt_connected ,pdata 
+0x33a1 010247 set0 ui_state_bt_setup_complete ,pdata 
+0x33a2 010248 set0 ui_state_bt_hid_conn ,pdata 
+0x33a3 010249 set0 ui_state_bt_hid_handshake ,pdata 
+0x33a4 010250 set0 ui_state_bt_reconnect ,pdata 
+0x33a5 010251 store 2 ,mem_ui_state_map 
+0x33a6 010252 branch app_lpm_mult_disable 
+:      010254 app_bb_hibernate:
+0x33a7 010255 call app_disconn_reason_clear 
+0x33a8 010256 branch app_enter_hibernate 
+:      010259 app_disconn_reason_clear:
+0x33a9 010260 setarg 0 
+0x33aa 010261 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33ab 010262 rtn 
+:      010263 app_disconn_reason_flag_clear:
+0x33ac 010264 setarg 0 
+0x33ad 010265 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33ae 010266 rtn 
+:      010268 app_disconn_reason_collect_bt:
+0x33af 010269 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b0 010270 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33b1 010271 setarg 0 
+0x33b2 010272 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b3 010273 rtn 
+:      010275 app_disconn_reason_collect_ble:
+0x33b4 010276 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b5 010277 set1 app_disc_ble ,pdata 
+0x33b6 010278 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33b7 010279 setarg 0 
+0x33b8 010280 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b9 010281 rtn 
+:      010289 app_check_sniff:
+0x33ba 010290 fetch 1 ,mem_ui_state_map 
+0x33bb 010291 isolate1 ui_state_bt_sniff ,pdata 
+0x33bc 010292 rtn 
+:      010300 app_initflag_store:
+0x33bd 010301 setarg eeprom_init_flag 
+:      010302 app_flag_store:
+0x33be 010303 store 2 ,mem_timeup 
+0x33bf 010304 bpatch patch19_1 ,mem_patch19 
+0x33c0 010305 arg 2 ,temp 
+0x33c1 010306 arg mem_timeup ,rega 
+0x33c2 010307 arg eeprom_module_init_flag ,regb 
+0x33c3 010308 branch iicd_write_eep_data 
+:      010311 app_initflag_check:
+0x33c4 010312 bpatch patch19_2 ,mem_patch19 
+0x33c5 010313 arg 2 ,temp 
+0x33c6 010314 arg mem_pdatatemp ,rega 
+0x33c7 010315 arg eeprom_module_init_flag ,regb 
+0x33c8 010316 call iicd_read_eep_data 
+0x33c9 010317 fetch 2 ,mem_pdatatemp 
+0x33ca 010318 arg eeprom_init_flag ,temp 
+0x33cb 010319 isub temp ,null 
+0x33cc 010320 rtn 
+:      010323 app_start_auto_sniff:
+0x33cd 010324 fetch 1 ,mem_unsniff2sniff_timer 
+0x33ce 010325 store 1 ,mem_unsniff2sniff_timer_count 
+0x33cf 010326 rtn 
+:      010328 app_get_lpm_wake_lock:
+0x33d0 010329 arg wake_lock_app ,queue 
+0x33d1 010330 branch lpm_get_wake_lock 
+:      010332 app_put_lpm_wake_lock:
+0x33d2 010333 arg wake_lock_app ,queue 
+0x33d3 010334 branch lpm_put_wake_lock 
+:      010336 app_lpm_wake_auto_lock:
+0x33d4 010337 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x33d5 010338 branch app_get_lpm_wake_lock 
+:      010340 app_lpm_wake_auto_lock_timer:
+0x33d6 010341 arg mem_wake_up_delay_timer ,regc 
+0x33d7 010342 arg app_put_lpm_wake_lock ,regb 
+0x33d8 010343 branch timer_single_step 
+:      010345 app_l2cap_flow_control_enable:
+0x33d9 010346 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
+0x33da 010347 rtn 
+:      010349 app_l2cap_flow_control_disable:
+0x33db 010350 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
+0x33dc 010351 rtn 
+:      010353 app_bt_set_pincode:
+0x33dd 010354 jam bt_cmd_set_pin_code ,mem_fifo_temp 
+0x33de 010355 branch ui_ipc_send_cmd 
+:      010357 app_bt_role_switch:
+0x33df 010358 jam bt_cmd_role_switch ,mem_fifo_temp 
+0x33e0 010359 branch ui_ipc_send_cmd 
+:      010361 app_bt_start_reconnect:
+0x33e1 010362 bpatch patch19_3 ,mem_patch19 
+0x33e2 010363 fetch 1 ,mem_app_connection_options 
+0x33e3 010364 store 1 ,mem_connection_options 
+0x33e4 010365 jam app_flag_reconnect ,mem_reconnect_flag 
+0x33e5 010366 jam bt_cmd_reconnect ,mem_fifo_temp 
+0x33e6 010367 branch ui_ipc_send_cmd 
+:      010369 app_bt_reconnect_cancel:
+0x33e7 010370 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
+0x33e8 010371 branch ui_ipc_send_cmd 
+:      010373 app_bt_disconnect:
+0x33e9 010374 jam bt_cmd_disconnect ,mem_fifo_temp 
+0x33ea 010375 branch ui_ipc_send_cmd 
+:      010377 app_bt_start_discovery_short:
+0x33eb 010378 fetch 2 ,mem_discovery_timeout 
+0x33ec 010379 store 2 ,mem_discovery_timeout_timer_count 
+:      010380 app_bt_start_discovery_led_blink:
+0x33ed 010381 call app_led_start_blink 
+:      010382 app_bt_start_discovery:
+0x33ee 010383 jam bt_cmd_start_discovery ,mem_fifo_temp 
+0x33ef 010384 branch ui_ipc_send_cmd 
+:      010386 app_bt_stop_discovery:
+0x33f0 010387 setarg 0 
+0x33f1 010388 store 2 ,mem_discovery_timeout_timer_count 
+0x33f2 010389 jam bt_cmd_stop_discovery ,mem_fifo_temp 
+0x33f3 010390 branch ui_ipc_send_cmd 
+:      010392 app_ble_start_direct_adv:
+0x33f4 010393 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x33f5 010394 branch ui_ipc_send_cmd 
+:      010396 app_ble_stop_direct_adv:
+0x33f6 010397 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x33f7 010398 branch ui_ipc_send_cmd 
+:      010400 app_ble_stop_adv:
+0x33f8 010401 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x33f9 010402 branch ui_ipc_send_cmd 
+:      010404 app_ble_start_adv:
+0x33fa 010405 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x33fb 010406 branch ui_ipc_send_cmd 
+:      010408 app_ble_start_scan:
+0x33fc 010409 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x33fd 010410 branch ui_ipc_send_cmd 
+:      010412 app_ble_stop_scan:
+0x33fe 010413 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x33ff 010414 branch ui_ipc_send_cmd 
+:      010416 app_ble_start_conn:
+0x3400 010417 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x3401 010418 branch ui_ipc_send_cmd 
+:      010420 app_ble_disconnect:
+0x3402 010421 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x3403 010422 branch ui_ipc_send_cmd 
+:      010424 app_led_start_blink:
+0x3404 010425 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x3405 010426 branch ui_ipc_send_cmd 
+:      010428 app_led_on:
+0x3406 010429 jam bt_cmd_led_on ,mem_fifo_temp 
+0x3407 010430 branch ui_ipc_send_cmd 
+:      010432 app_led_stop_blink:
+:      010433 app_led_off:
+0x3408 010434 jam bt_cmd_led_off ,mem_fifo_temp 
+0x3409 010435 branch ui_ipc_send_cmd 
+:      010437 app_enter_hibernate:
+0x340a 010438 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x340b 010439 branch ui_ipc_send_cmd 
+:      010441 app_bt_sniff_exit:
+0x340c 010442 jam bt_cmd_exit_sniff ,mem_fifo_temp 
+0x340d 010443 branch ui_ipc_send_cmd 
+:      010445 app_bt_enter_sniff:
+0x340e 010446 jam bt_cmd_enter_sniff ,mem_fifo_temp 
+0x340f 010447 branch ui_ipc_send_cmd 
+:      010449 app_ble_store_reconn_info:
+0x3410 010450 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x3411 010451 branch ui_ipc_send_cmd 
+:      010453 app_bt_store_reconn_info:
+0x3412 010454 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
+0x3413 010455 branch ui_ipc_send_cmd 
+:      010457 app_store_reconn_info:
+0x3414 010458 jam bt_cmd_store_reconn_info ,mem_fifo_temp 
+0x3415 010459 branch ui_ipc_send_cmd 
+:      010461 app_lpm_mult_enable:
+0x3416 010462 set1 mark_lpm_mult_enable ,mark 
+0x3417 010463 rtn 
+:      010465 app_lpm_mult_disable:
+0x3418 010466 set0 mark_lpm_mult_enable ,mark 
+0x3419 010467 rtn 
+:      010487 app_button_long_pressed:
+0x341a 010488 call app_got_power_state_common 
+0x341b 010489 beq power_standby ,app_power_shutting_down 
+:      010490 app_power_starting:
+0x341c 010491 setarg power_starting 
+0x341d 010492 istore 1 ,regc 
+0x341e 010493 add temp ,power_starting_timeout_offset ,rega 
+0x341f 010494 add temp ,power_starting_cb_offset ,regb 
+:      010495 app_power_common:
+0x3420 010496 ifetcht 1 ,rega 
+0x3421 010497 increase 1 ,regc 
+0x3422 010498 istoret 1 ,regc 
+0x3423 010499 branch app_power_cb_common 
+:      010501 app_power_shutting_down:
+0x3424 010502 setarg power_off 
+0x3425 010503 istore 1 ,regc 
+0x3426 010504 fetch 2 ,mem_ui_state_map 
+0x3427 010505 bbit0 ui_state_ble_connected ,app_power_off_end 
+0x3428 010506 call app_ble_disconnect 
+:      010507 app_power_off_end:
+0x3429 010508 fetcht 2 ,mem_power_param_ptr 
+0x342a 010509 add temp ,power_off_timeout_offset ,rega 
+0x342b 010510 add temp ,power_off_cb_offset ,regb 
+0x342c 010511 branch app_power_common 
+:      010513 app_got_power_state_common:
+0x342d 010514 fetcht 2 ,mem_power_param_ptr 
+0x342e 010515 add temp ,power_state_offset ,regc 
+0x342f 010516 ifetch 1 ,regc 
+0x3430 010517 rtn 
+:      010519 app_event_button_up:
+0x3431 010520 call app_got_power_state_common 
+0x3432 010521 bne power_off ,app_power_release 
+0x3433 010522 branch app_enter_hibernate 
+:      010523 app_power_release:
+0x3434 010524 add temp ,ui_butten_up_cb_offset ,regb 
+0x3435 010525 branch app_power_cb_common 
+:      010527 antilost_init:
+0x3436 010528 rtn wake 
+0x3437 010529 jam 0x00 ,core_gpio_sel1 
+0x3438 010530 setarg antilost_le_before_hibernate 
+0x3439 010531 store 2 ,mem_cb_before_hibernate 
+0x343a 010532 setarg keyscan_process_lpm_before 
+0x343b 010533 store 2 ,mem_cb_before_lpm 
+0x343c 010534 setarg antilost_idle_process 
+0x343d 010535 store 2 ,mem_cb_idle_process 
+0x343e 010536 setarg antilost_le_conn_process 
+0x343f 010537 store 2 ,mem_cb_le_process 
+0x3440 010538 setarg antilost_bb_event_process 
+0x3441 010539 store 2 ,mem_cb_bb_event_process 
+0x3442 010540 setarg antilost_le_bb_event_timer 
+0x3443 010541 store 2 ,mem_cb_event_timer 
+0x3444 010542 setarg antilost_le_notification 
+0x3445 010543 store 2 ,mem_cb_ble_transmit 
+0x3446 010544 setarg antilost_lpm_lock_process 
+0x3447 010545 store 2 ,mem_cb_check_wakelock 
+0x3448 010546 setarg antilost_le_receive_data_process 
+0x3449 010547 store 2 ,mem_cb_att_write 
+0x344a 010548 bpatch patch19_4 ,mem_patch19 
+0x344b 010549 call antilost_buzzer_pwm_init 
+0x344c 010550 call keyscan_key_init 
+0x344d 010551 call antilost_adc_init 
+0x344e 010552 call ui_led_init_global 
+0x344f 010553 call ui_button_init 
+0x3450 010554 setarg antilost_key_up_down 
+0x3451 010555 store 2 ,mem_cb_antl_key 
+0x3452 010556 setarg antilost_power_off_cb 
+0x3453 010557 store 2 ,mem_antl_power_off_cb 
+0x3454 010558 setarg antilost_power_starting_cb 
+0x3455 010559 store 2 ,mem_antl_power_starting_cb 
+0x3456 010560 setarg antilost_power_standby_cb 
+0x3457 010561 store 2 ,mem_antl_power_standby_cb 
+0x3458 010562 setarg antilost_led_on_cb 
+0x3459 010563 store 2 ,mem_antl_led_cb_on 
+0x345a 010564 setarg antilost_led_off_cb 
+0x345b 010565 store 2 ,mem_antl_led_cb_off 
+0x345c 010566 setarg antilost_buzzer_on 
+0x345d 010567 store 2 ,mem_antl_buzzer_cb_on 
+0x345e 010568 setarg antilost_buzzer_off 
+0x345f 010569 store 2 ,mem_antl_buzzer_cb_off 
+0x3460 010570 fetch 2 ,mem_ui_state_map 
+0x3461 010571 rtnbit1 ui_state_btn_down 
+0x3462 010572 branch app_enter_hibernate 
+:      010574 antilost_le_before_hibernate:
+0x3463 010575 call antilost_led_buzzer_stop_blink 
+0x3464 010576 branch app_enter_hibernate 
+:      010578 antilost_le_notification:
+0x3465 010579 call le_fifo_check_nearly_full 
+0x3466 010580 nrtn blank 
+0x3467 010581 arg mem_temp_block5 ,rega 
+0x3468 010582 call queue_pop 
+0x3469 010583 nrtn user 
+0x346a 010584 arg mem_temp_block5 ,contr 
+0x346b 010585 branch le_send_notify_from_list 
+:      010587 antilost_power_standby_cb:
+0x346c 010588 fetch 2 ,mem_antl_le_sleep_timeout 
+0x346d 010589 store 2 ,mem_antl_le_sleep_timer 
+0x346e 010590 jam 1 ,mem_antl_key_scan_enable 
+0x346f 010591 branch antilost_fast_adv_start 
+:      010593 antilost_lpm_lock_process:
+0x3470 010594 fetch 1 ,mem_antl_key_state 
+0x3471 010595 beq 1 ,antilost_lpm_ctrl_for_led_buzzer 
+0x3472 010596 fetch 2 ,mem_ui_state_map 
+0x3473 010597 bbit0 ui_state_ble_connected ,antilost_lpm_ctrl_for_led_buzzer 
+0x3474 010598 fetch 1 ,mem_antl_lost_mode 
+0x3475 010599 beq 1 ,app_get_lpm_wake_lock 
+0x3476 010600 fetch 1 ,mem_antl_queue_curr_num 
+0x3477 010601 nbranch app_get_lpm_wake_lock ,blank 
+0x3478 010602 branch app_put_lpm_wake_lock 
+:      010604 antilost_lpm_ctrl_for_led_buzzer:
+0x3479 010605 fetch 1 ,mem_antl_led_state 
+0x347a 010606 fetcht 1 ,mem_antl_buzzer_state 
+0x347b 010607 ior temp ,pdata 
+0x347c 010608 beq 1 ,app_get_lpm_wake_lock 
+0x347d 010609 branch app_put_lpm_wake_lock 
+:      010611 antilost_bb_event_process:
+0x347e 010612 copy regc ,pdata 
+0x347f 010613 beq bt_evt_button_up ,app_event_button_up 
+0x3480 010614 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x3481 010615 beq bt_evt_le_connected ,antilost_le_process_conn 
+0x3482 010616 beq bt_evt_le_disconnected ,antilost_le_process_discon 
+0x3483 010617 beq bt_evt_le_parse_conn_papa_update_rsp ,antilost_le_conn_param_update_rsp_recieved 
+0x3484 010618 rtn 
+:      010619 antilost_le_conn_param_update_rsp_recieved:
+0x3485 010620 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x3486 010621 beq ble_signaling_connect_parameter_update_rejected ,antilost_le_conn_param_rejected 
+:      010622 antilost_le_conn_param_accepted:
+0x3487 010623 fetch 2 ,mem_le_new_connslavelatency 
+0x3488 010624 branch antilost_master_nonsupport_latency ,blank 
+:      010625 antilost_le_conn_param_updata_procedure_sucsess:
+0x3489 010626 jam conn_param_updata_procedure_complete ,mem_antl_conn_updata_procedure_state 
+0x348a 010627 jam 60 ,mem_antl_conn_update_timer 
+0x348b 010628 rtn 
+:      010630 antilost_le_conn_param_rejected:
+0x348c 010631 fetch 2 ,mem_le_latency 
+0x348d 010632 branch antilost_conn_param_updata_procedure_faild ,blank 
+:      010633 antilost_conn_param_retransimiting:
+0x348e 010634 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
+0x348f 010635 fetcht 2 ,mem_interval_increment 
+0x3490 010636 fetch 2 ,mem_le_interval_min 
+0x3491 010637 iadd temp ,pdata 
+0x3492 010638 store 2 ,mem_le_interval_min 
+0x3493 010639 copy pdata ,rega 
+0x3494 010640 fetch 2 ,mem_le_interval_max 
+0x3495 010641 iadd temp ,pdata 
+0x3496 010642 store 2 ,mem_le_interval_max 
+0x3497 010643 iadd rega ,pdata 
+0x3498 010644 rshift pdata ,temp 
+0x3499 010645 fetch 2 ,mem_antl_le_unnormal_interval_max 
+0x349a 010646 idiv temp 
+0x349b 010647 call wait_div_end 
+0x349c 010648 quotient pdata 
+0x349d 010649 store 2 ,mem_le_latency 
+0x349e 010650 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x349f 010651 rtn 
+:      010652 antilost_conn_param_updata_procedure_faild:
+0x34a0 010653 jam conn_param_updata_procedure_faild ,mem_antl_conn_updata_procedure_state 
+0x34a1 010654 rtn 
+:      010656 antilost_master_nonsupport_latency:
+0x34a2 010657 jam 0 ,mem_lpm_mult 
+0x34a3 010658 jam 0 ,mem_antl_send_updata_le_param_timer 
+0x34a4 010659 fetch 2 ,mem_le_new_conninterval 
+0x34a5 010660 fetcht 2 ,mem_antl_le_unnormal_interval_min 
+0x34a6 010661 isub temp ,null 
+0x34a7 010662 setflag positive ,0 ,rega 
+0x34a8 010663 fetch 2 ,mem_antl_le_unnormal_interval_max 
+0x34a9 010664 fetcht 2 ,mem_le_new_conninterval 
+0x34aa 010665 isub temp ,pdata 
+0x34ab 010666 setflag positive ,1 ,rega 
+0x34ac 010667 compare 0x03 ,rega ,0x03 
+0x34ad 010668 rtn true 
+0x34ae 010669 fetch 8 ,mem_antl_le_unnormal_interval_min 
+0x34af 010670 store 8 ,mem_le_interval_min 
+0x34b0 010671 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x34b1 010672 rtn 
+:      010675 antilost_le_bb_event_timer:
+0x34b2 010677 call app_power_timer 
+0x34b3 010678 call antilost_double_click_timer 
+0x34b4 010679 call antilost_le_fast_adv_timer 
+0x34b5 010680 call antilost_le_sleep_timer 
+0x34b6 010681 call antilost_app_updata_le_param_timer 
+0x34b7 010682 call antilost_conn_update_timer 
+0x34b8 010683 branch antilost_adc_check_timer 
+:      010686 antilost_double_click_timer:
+0x34b9 010687 arg mem_double_click_timer ,regc 
+0x34ba 010688 arg antilost_double_click_timeout ,regb 
+0x34bb 010689 branch timer_single_step 
+:      010690 antilost_double_click_timeout:
+0x34bc 010691 jam 0 ,mem_butten_click_cnt 
+0x34bd 010692 rtn 
+:      010693 antilost_le_fast_adv_timer:
+0x34be 010694 arg mem_antl_fast_adv_timer ,regc 
+0x34bf 010695 arg antilost_le_fast_adv_timeout ,regb 
+0x34c0 010696 branch timer_single_step_2b 
+:      010697 antilost_le_fast_adv_timeout:
+0x34c1 010698 arg mem_antl_slow_adv_led_style ,regc 
+0x34c2 010699 arg mem_antl_slow_adv_lpm_interval ,regb 
+0x34c3 010700 branch antilost_adv_start_common 
+:      010703 antilost_conn_update_timer:
+0x34c4 010704 arg mem_antl_conn_update_timer ,regc 
+0x34c5 010705 arg antilost_conn_update_timer_time_out ,regb 
+0x34c6 010706 branch timer_single_step 
+:      010708 antilost_conn_update_timer_time_out:
+0x34c7 010709 fetch 2 ,mem_le_latency 
+0x34c8 010710 store 1 ,mem_lpm_mult 
+0x34c9 010711 rtn 
+:      010712 antilost_app_updata_le_param_timer:
+0x34ca 010713 arg mem_antl_send_updata_le_param_timer ,regc 
+0x34cb 010714 arg antilost_app_updata_le_param_timeout ,regb 
+0x34cc 010715 branch timer_single_step 
+:      010716 antilost_app_updata_le_param_timeout:
+0x34cd 010717 fetch 1 ,mem_le_state 
+0x34ce 010718 compare 0 ,pdata ,0x60 
+0x34cf 010719 nbranch antilost_wait_for_updata_param_instant_expire ,true 
+0x34d0 010720 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
+0x34d1 010721 call app_lpm_mult_enable 
+0x34d2 010722 branch le_l2cap_tx_update_req 
+:      010723 antilost_wait_for_updata_param_instant_expire:
+0x34d3 010724 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x34d4 010725 rtn 
+:      010727 antilost_le_sleep_timer:
+0x34d5 010728 arg mem_antl_le_sleep_timer ,regc 
+0x34d6 010729 arg antilost_le_sleep_timer_timeout ,regb 
+0x34d7 010730 branch timer_single_step_2b 
+:      010733 antilost_le_sleep_timer_timeout:
+0x34d8 010734 branch app_button_long_pressed 
+:      010736 antilost_adc_check_timer:
+0x34d9 010739 arg mem_adc_timer ,regc 
+0x34da 010740 arg antilost_adc_check_timer_timeout ,regb 
+0x34db 010741 branch timer_single_step_2b 
+:      010742 antilost_adc_check_timer_timeout:
+0x34dc 010743 fetch 2 ,mem_adc_timeout 
+0x34dd 010744 store 2 ,mem_adc_timer 
+0x34de 010745 branch antilost_battery_process 
+:      010748 antilost_le_process_conn:
+0x34df 010749 fetch 2 ,mem_adc_timeout 
+0x34e0 010750 store 2 ,mem_adc_timer 
+0x34e1 010751 setarg 0 
+0x34e2 010752 store 2 ,mem_antl_fast_adv_timer 
+0x34e3 010753 store 2 ,mem_antl_le_sleep_timer 
+0x34e4 010754 call antilost_alert_off 
+0x34e5 010755 call antilost_led_buzzer_stop_blink 
+0x34e6 010756 jam 0 ,mem_lpm_mult 
+0x34e7 010757 branch app_ble_stop_adv 
+:      010760 antilost_le_process_discon:
+0x34e8 010763 setarg 0 
+0x34e9 010764 store 4 ,mem_adc_timer 
+0x34ea 010765 store 3 ,mem_antl_conn_updata_procedure_state 
+0x34eb 010766 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x34ec 010768 jam 1 ,mem_alarm_config_notfy_cnt 
+0x34ed 010769 fetch 2 ,mem_antl_le_sleep_timeout 
+0x34ee 010770 store 2 ,mem_antl_le_sleep_timer 
+0x34ef 010771 call queue_init 
+0x34f0 010772 fetch 1 ,mem_antl_power_state 
+0x34f1 010773 rtneq power_off 
+0x34f2 010774 call antilost_fast_adv_start 
+0x34f3 010775 branch antilost_on_off_alarm_after_disconn 
+:      010778 antilost_le_conn_process:
+0x34f4 010780 branch antilost_key_process 
+:      010782 antilost_idle_process:
+0x34f5 010784 fetch 1 ,mem_antl_power_state 
+0x34f6 010785 rtnne power_standby 
+0x34f7 010786 branch antilost_key_process 
+:      010791 antilost_power_starting_cb:
+0x34f8 010792 arg mem_antl_power_starting_buzzer_style ,regc 
+0x34f9 010793 call antilost_buzzer_configuration 
+0x34fa 010794 arg mem_antl_power_starting_led_style ,regc 
+:      010795 antilost_power_common:
+0x34fb 010796 branch antilost_led_configuration 
+:      010798 antilost_power_off_cb:
+0x34fc 010799 jam off ,mem_le_adv_enable 
+0x34fd 010800 arg mem_antl_power_off_buzzer_style ,regc 
+0x34fe 010801 call antilost_buzzer_configuration 
+0x34ff 010802 arg mem_antl_power_off_led_style ,regc 
+0x3500 010803 branch antilost_power_common 
+:      010805 antilost_le_receive_data_process:
+0x3501 010806 fetch 1 ,mem_le_att_opcode 
+0x3502 010807 beq attop_write_request ,antilost_le_parse_att_write_request 
+0x3503 010808 rtn 
+:      010809 antilost_le_parse_att_write_request:
+0x3504 010810 fetch 2 ,mem_le_att_handle 
+0x3505 010812 beq new_spec_write_handle ,antilost_cmd_parse_for_application 
+0x3506 010813 beq new_spec_notification_enable_handle ,antilost_notify_alarm_config_first_time 
+0x3507 010814 rtn 
+:      010819 antilost_key_process:
+0x3508 010820 fetch 1 ,mem_antl_key_scan_enable 
+0x3509 010821 rtn blank 
+0x350a 010822 branch keyscan_key_process 
+:      010826 antilost_key_up_down:
+0x350b 010827 copy rega ,pdata 
+0x350c 010828 branch antilost_key_is_up ,blank 
+:      010829 antilost_key_is_down:
+0x350d 010830 copy queue ,pdata 
+0x350e 010831 beq 0 ,antilost_key0_down 
+0x350f 010832 rtn 
+:      010833 antilost_key_is_up:
+0x3510 010834 copy queue ,pdata 
+0x3511 010835 beq 0 ,antilost_key0_up 
+0x3512 010836 rtn 
+:      010838 antilost_key0_down:
+0x3513 010839 jam 1 ,mem_antl_key_state 
+0x3514 010840 arg mem_antl_key_buzzer_style ,regc 
+0x3515 010841 call antilost_buzzer_configuration 
+0x3516 010842 arg mem_antl_key_led_style ,regc 
+0x3517 010843 call antilost_led_configuration 
+0x3518 010844 fetch 2 ,mem_ui_state_map 
+0x3519 010845 bbit0 ui_state_ble_connected ,antilost_butten_down_while_disconn 
+0x351a 010846 branch antilost_butten_down_after_conn 
+:      010848 antilost_key0_up:
+0x351b 010849 jam 0 ,mem_antl_key_state 
+0x351c 010850 branch antilost_double_click_timer_init 
+:      010854 antilost_double_click_timer_init:
+0x351d 010855 fetch 1 ,mem_butten_click_cnt 
+0x351e 010856 rtnne 1 
+0x351f 010857 jam 5 ,mem_double_click_timer 
+0x3520 010858 rtn 
+:      010860 antilost_butten_down_after_conn:
+0x3521 010861 fetch 1 ,mem_butten_click_cnt 
+0x3522 010862 pincrease 1 
+0x3523 010863 store 1 ,mem_butten_click_cnt 
+0x3524 010864 beq 1 ,antilost_click_once 
+0x3525 010865 beq 2 ,antilost_click_twice 
+0x3526 010866 rtn 
+:      010867 antilost_click_once:
+0x3527 010868 call antilost_alert_off 
+0x3528 010869 jam opcode1_butten_click_once ,mem_antl_key0_press + 5 
+0x3529 010870 arg mem_antl_key0_press ,regc 
+0x352a 010871 branch antilost_prepare_data_and_send 
+:      010872 antilost_click_twice:
+0x352b 010873 jam 0 ,mem_butten_click_cnt 
+0x352c 010874 jam opcode2_butten_double_click ,mem_antl_key0_press + 5 
+0x352d 010875 arg mem_antl_key0_press ,regc 
+0x352e 010876 call antilost_prepare_data_and_send 
+0x352f 010877 fetch 1 ,mem_antl_lost_mode 
+0x3530 010878 beq 1 ,antilost_alert_on 
+0x3531 010879 rtn 
+:      010881 antilost_butten_down_while_disconn:
+0x3532 010882 fetch 2 ,mem_antl_le_sleep_timeout 
+0x3533 010883 store 2 ,mem_antl_le_sleep_timer 
+0x3534 010884 call antilost_alert_off 
+0x3535 010885 branch antilost_fast_adv_start 
+:      010888 antilost_cmd_parse_for_application:
+0x3536 010889 bpatch patch19_5 ,mem_patch19 
+0x3537 010890 call le_app_receive_data 
+0x3538 010891 ifetch 1 ,rega 
+0x3539 010892 beq opcode3_antl_start_alram ,antilost_on_of_alram 
+0x353a 010893 beq opcode7_antl_config_alram ,antilost_configuration_for_alram 
+0x353b 010894 rtn 
+:      010896 antilost_on_of_alram:
+0x353c 010897 fetch 1 ,mem_antl_lost_mode 
+0x353d 010898 beq anti_le_alarm_off ,antilost_alert_on 
+0x353e 010899 beq anti_le_alarm_on ,antilost_alert_off 
+0x353f 010900 rtn 
+:      010902 antilost_configuration_for_alram:
+0x3540 010903 ifetch 1 ,regb 
+0x3541 010904 beq 1 ,antilost_set_start_alarm_after_disconn 
+0x3542 010905 beq 0 ,antilost_set_no_alarm_after_disconn 
+0x3543 010906 rtn 
+:      010913 antilost_prepare_data_and_send:
+0x3544 010914 bpatch patch19_6 ,mem_patch19 
+0x3545 010915 fetch 1 ,mem_client_characteristic_configuration_descriptor 
+0x3546 010916 isolate1 notification_enable_bit ,pdata 
+0x3547 010917 nrtn true 
+0x3548 010918 add regc ,6 ,contr 
+0x3549 010919 ifetch 2 ,contr 
+0x354a 010920 byteswap pdata ,pdata 
+0x354b 010921 add pdata ,5 ,loopcnt 
+0x354c 010922 add regc ,3 ,contr 
+0x354d 010923 call calc_check_sum_start 
+0x354e 010924 istore 1 ,contr 
+0x354f 010925 copy regc ,rega 
+0x3550 010926 branch queue_push 
+:      010932 antilost_alert_on:
+0x3551 010933 fetch 1 ,mem_antl_power_state 
+0x3552 010934 rtn blank 
+0x3553 010935 jam 1 ,mem_antl_lost_mode 
+0x3554 010936 arg mem_antl_alert_buzzer_stlye ,regc 
+0x3555 010937 call antilost_buzzer_configuration 
+0x3556 010938 arg mem_antl_alert_led_stlye ,regc 
+0x3557 010939 call antilost_led_configuration 
+0x3558 010940 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
+0x3559 010941 jam 1 ,mem_antl_key0_release + 8 
+0x355a 010942 arg mem_antl_key0_release ,regc 
+0x355b 010943 branch antilost_prepare_data_and_send 
+:      010944 antilost_alert_off:
+0x355c 010945 fetch 1 ,mem_antl_lost_mode 
+0x355d 010946 rtn blank 
+0x355e 010947 jam 0 ,mem_antl_lost_mode 
+0x355f 010948 call antilost_led_buzzer_stop_blink 
+0x3560 010949 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
+0x3561 010950 jam 0 ,mem_antl_key0_release + 8 
+0x3562 010951 arg mem_antl_key0_release ,regc 
+0x3563 010952 branch antilost_prepare_data_and_send 
+:      010954 antilost_set_start_alarm_after_disconn:
+0x3564 010955 jam 1 ,mem_alarm_config 
+0x3565 010956 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x3566 010957 jam 1 ,mem_antl_key0_release + 8 
+0x3567 010958 arg mem_antl_key0_release ,regc 
+0x3568 010959 branch antilost_prepare_data_and_send 
+:      010960 antilost_set_no_alarm_after_disconn:
+0x3569 010961 jam 0 ,mem_alarm_config 
+0x356a 010962 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x356b 010963 jam 0 ,mem_antl_key0_release + 8 
+0x356c 010964 arg mem_antl_key0_release ,regc 
+0x356d 010965 branch antilost_prepare_data_and_send 
+:      010966 antilost_on_off_alarm_after_disconn:
+0x356e 010967 fetch 1 ,mem_alarm_config 
+0x356f 010968 rtn blank 
+0x3570 010969 branch antilost_alert_on 
+:      010971 antilost_notify_alarm_config_first_time:
+0x3571 010972 ifetch 2 ,rega 
+0x3572 010973 store 2 ,mem_client_characteristic_configuration_descriptor 
+0x3573 010974 isolate1 notification_enable_bit ,pdata 
+0x3574 010975 nrtn true 
+0x3575 010976 fetch 1 ,mem_alarm_config_notfy_cnt 
+0x3576 010977 rtn blank 
+0x3577 010978 jam 0 ,mem_alarm_config_notfy_cnt 
+0x3578 010979 fetch 8 ,mem_antl_le_interval_min 
+0x3579 010980 store 8 ,mem_le_interval_min 
+0x357a 010981 jam 2 ,mem_antl_send_updata_le_param_timer 
+0x357b 010982 call antilost_battery_process 
+0x357c 010983 call antilost_battery_calculate_end 
+0x357d 010984 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x357e 010985 fetch 1 ,mem_alarm_config 
+0x357f 010986 store 1 ,mem_antl_key0_release + 8 
+0x3580 010987 arg mem_antl_key0_release ,regc 
+0x3581 010988 branch antilost_prepare_data_and_send 
+:      010992 antilost_buzzer_configuration:
+0x3582 010993 arg 1 ,rega 
+0x3583 010994 branch antilost_configuration_common 
+:      010995 antilost_led_configuration:
+0x3584 010996 arg 0 ,rega 
+:      010997 antilost_configuration_common:
+0x3585 010998 branch antilost_led_buzzer_style_configuration 
+:      011000 antilost_led_buzzer_stop_blink:
+0x3586 011001 arg 0 ,rega 
+0x3587 011002 call ui_led_blink_stop_global 
+0x3588 011003 arg 1 ,rega 
+0x3589 011004 call ui_led_blink_stop_global 
+0x358a 011005 fetch 1 ,mem_buzzer_pwm_conf 
+0x358b 011006 branch pwm_disable 
+:      011008 antilost_led_buzzer_style_configuration:
+0x358c 011009 call calc_curr_struct_prt 
+0x358d 011010 arg 7 ,loopcnt 
+0x358e 011011 branch ui_led_set_style_global + 2 
+:      011015 antilost_fast_adv_start:
+0x358f 011016 arg mem_antl_fast_adv_led_style ,regc 
+0x3590 011017 arg mem_antl_lpm_interval ,regb 
+:      011018 antilost_adv_start_common:
+0x3591 011019 call antilost_adv_interval_lpm_interval_set 
+0x3592 011020 call antilost_led_configuration 
+0x3593 011021 fetch 2 ,mem_antl_fast_adv_timeout 
+0x3594 011022 store 2 ,mem_antl_fast_adv_timer 
+0x3595 011023 branch app_ble_start_adv 
+:      011025 antilost_adv_interval_lpm_interval_set:
+0x3596 011026 ifetch 2 ,regb 
+0x3597 011027 store 2 ,mem_lpm_interval 
+0x3598 011028 ifetch 2 ,contr 
+0x3599 011029 store 2 ,mem_le_adv_interval 
+0x359a 011030 rtn 
+:      011032 antilost_buzzer_pwm_init:
+0x359b 011033 arg 0 ,rega 
+0x359c 011034 call pwm_init 
+0x359d 011035 fetch 6 ,mem_buzzer_pwm_conf 
+0x359e 011036 store 6 ,mem_pdatatemp 
+0x359f 011037 call pwm_out_set 
+0x35a0 011038 fetch 1 ,mem_buzzer_pwm_conf 
+0x35a1 011039 branch pwm_disable 
+:      011041 antilost_led_on_cb:
+0x35a2 011042 jam 1 ,mem_antl_led_state 
+0x35a3 011043 rtn 
+:      011044 antilost_led_off_cb:
+0x35a4 011045 jam 0 ,mem_antl_led_state 
+0x35a5 011046 rtn 
+:      011050 antilost_buzzer_off:
+0x35a6 011051 jam 0 ,mem_antl_buzzer_state 
+0x35a7 011052 fetch 1 ,mem_buzzer_pwm_conf 
+0x35a8 011053 branch pwm_disable 
+:      011055 antilost_buzzer_on:
+0x35a9 011056 jam 1 ,mem_antl_buzzer_state 
+0x35aa 011057 fetch 6 ,mem_buzzer_pwm_conf 
+0x35ab 011058 store 6 ,mem_pdatatemp 
+0x35ac 011059 branch pwm_out_set 
+:      011063 antilost_adc_init:
+0x35ad 011064 jam 0 ,mem_adc_config_flag 
+0x35ae 011065 branch adc_init_data 
+:      011067 antilost_battery_process:
+0x35af 011068 call adc_set_mode 
+0x35b0 011069 call vdd_calculate_by_mode 
+0x35b1 011070 store 2 ,mem_battery_current_voltage 
+0x35b2 011071 arg mem_battery_calculate_set ,rega 
+0x35b3 011072 call adc_bat_percent_lowpower_out 
+0x35b4 011073 store 1 ,mem_voltage_remain_percent 
+0x35b5 011074 beq 0 ,antilost_low_battery 
+0x35b6 011075 sub pdata ,0x64 ,null 
+0x35b7 011076 nbranch antilost_full_battery ,positive 
+0x35b8 011077 store 1 ,mem_antl_key0_release + 8 
+:      011078 antilost_battery_calculate_end:
+0x35b9 011079 jam opcode5_batter_information ,mem_antl_key0_release + 5 
+0x35ba 011080 arg mem_antl_key0_release ,regc 
+0x35bb 011081 branch antilost_prepare_data_and_send 
+:      011082 antilost_full_battery:
+0x35bc 011083 jam 100 ,mem_antl_key0_release + 8 
+0x35bd 011084 branch antilost_battery_calculate_end 
+:      011086 antilost_low_battery:
+0x35be 011087 branch app_button_long_pressed 
+:      011091 car_init:
+0x35bf 011092 rtn wake 
+0x35c0 011093 hfetch 1 ,core_gpio_sel1 
+0x35c1 011094 and_into 0xf0 ,pdata 
+0x35c2 011095 hstore 1 ,core_gpio_sel1 
+0x35c3 011096 setarg car_le_before_hibernate 
+0x35c4 011097 store 2 ,mem_cb_before_hibernate 
+0x35c5 011099 setarg car_le_process_lpm_before 
+0x35c6 011100 store 2 ,mem_cb_before_lpm 
+0x35c7 011102 setarg app_enter_hibernate 
+0x35c8 011103 store 2 ,mem_cb_discovry_timeout 
+0x35c9 011105 setarg car_scale_process_idle 
+0x35ca 011106 store 2 ,mem_cb_idle_process 
+0x35cb 011108 setarg car_scale_process_bb_event 
+0x35cc 011109 store 2 ,mem_cb_bb_event_process 
+0x35cd 011111 setarg app_get_lpm_wake_lock 
+0x35ce 011112 store 2 ,mem_cb_check_wakelock 
+0x35cf 011114 setarg car_le_receive_data 
+0x35d0 011115 store 2 ,mem_cb_att_write 
+0x35d1 011117 setarg car_le_bb_event_timer 
+0x35d2 011118 store 2 ,mem_cb_event_timer 
+0x35d3 011120 call g24_head_ptr2regc 
+0x35d4 011121 setarg car_24g_receive_data 
+0x35d5 011122 add regc ,offset_24g_cb_rxdata_type1 ,contw 
+0x35d6 011123 istore 2 ,contw 
+0x35d7 011125 setarg car_power_off_signal 
+0x35d8 011126 store 2 ,mem_remote_car_power_off_cb 
+0x35d9 011128 setarg car_soft_switch_power_on_signal 
+0x35da 011129 store 2 ,mem_remote_car_power_standby_cb 
+0x35db 011131 bpatch patch19_7 ,mem_patch19 
+0x35dc 011132 call car_init_environment 
+0x35dd 011133 call queue_init 
+0x35de 011134 jam 2 ,mem_lpm_mult 
+0x35df 011135 jam power_on ,mem_car_24g_received_pac 
+0x35e0 011136 fetch 1 ,mem_car_config_soft_switch_enable 
+0x35e1 011137 store 1 ,mem_car_hard_soft_switch 
+0x35e2 011138 beq hard_switch ,car_hard_switch_power_on_signal 
+0x35e3 011139 fetch 1 ,mem_car_config_soft_switch_gpio 
+0x35e4 011140 store 1 ,mem_ui_button_gpio 
+0x35e5 011141 jam off ,mem_le_adv_enable 
+:      011142 car_soft_switch_power_on_init:
+0x35e6 011143 call car_ui_led_init 
+0x35e7 011144 call ui_button_init 
+0x35e8 011145 call ui_button_polling 
+0x35e9 011146 jam power_starting ,mem_car_power_state 
+0x35ea 011147 fetch 2 ,mem_ui_state_map 
+0x35eb 011148 rtnbit1 ui_state_btn_down 
+0x35ec 011149 branch app_enter_hibernate 
+:      011151 car_power_off_signal:
+0x35ed 011152 branch car_ui_led_init 
+:      011154 car_hard_switch_power_on_signal:
+0x35ee 011155 jam power_standby ,mem_car_power_state 
+:      011156 car_soft_switch_power_on_signal:
+0x35ef 011157 jam on ,mem_le_adv_enable 
+0x35f0 011158 call car_ui_led_init 
+0x35f1 011159 arg 0 ,rega 
+0x35f2 011160 call ui_led_blink_start_global 
+0x35f3 011162 setarg fast_adv_interval_value_car 
+0x35f4 011163 call shutter_ble_adv_interval_set 
+:      011164 car_le_modified_name_adv:
+0x35f5 011165 arg mem_le_name + 7 ,contw 
+0x35f6 011166 fetch 1 ,mem_le_lap 
+:      011167 car_name_loop:
+0x35f7 011168 and pdata ,0xF0 ,temp 
+0x35f8 011169 rshift4 temp ,temp 
+0x35f9 011170 call car_hex_to_ascii 
+0x35fa 011171 istoret 1 ,contw 
+0x35fb 011172 and pdata ,0x0F ,temp 
+0x35fc 011173 call car_hex_to_ascii 
+0x35fd 011174 istoret 1 ,contw 
+0x35fe 011175 call le_modified_name_att_list 
+0x35ff 011176 fetcht 1 ,mem_le_name_len 
+0x3600 011177 copy temp ,loopcnt 
+0x3601 011178 arg mem_le_adv_data + 2 ,contw 
+0x3602 011179 arg mem_le_name ,contr 
+0x3603 011180 call memcpy 
+:      011181 car_le_modified_name_scan:
+0x3604 011182 fetcht 1 ,mem_le_name_len 
+0x3605 011183 copy temp ,loopcnt 
+0x3606 011184 arg mem_le_scan_data + 2 ,contw 
+0x3607 011185 arg mem_le_name ,contr 
+0x3608 011186 branch memcpy 
+:      011187 car_hex_to_ascii:
+0x3609 011188 sub temp ,9 ,null 
+0x360a 011189 branch car_hex_num ,positive 
+0x360b 011190 add temp ,55 ,temp 
+0x360c 011191 rtn 
+:      011192 car_hex_num:
+0x360d 011193 add temp ,48 ,temp 
+0x360e 011194 rtn 
+:      011196 car_ui_led_init:
+0x360f 011197 fetch 1 ,mem_car_config_blood_led1_gpio 
+0x3610 011198 bne invalid_pin_num ,car_blood_led_gpio_set 
+:      011199 car_ui_led_init_1:
+0x3611 011200 fetch 1 ,mem_car_config_pairing_led_gpio 
+0x3612 011201 bne invalid_pin_num ,car_pairing_led_gpio_set 
+:      011202 car_ui_led_init_2:
+0x3613 011203 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x3614 011204 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+:      011205 car_ui_led_init_3:
+0x3615 011206 fetch 1 ,mem_car_led_num 
+0x3616 011207 copy pdata ,loopcnt 
+0x3617 011208 setarg mem_car_led_map 
+0x3618 011209 copy pdata ,rega 
+:      011210 car_in_lp1:
+0x3619 011211 copy rega ,contr 
+0x361a 011212 ifetch 1 ,contr 
+0x361b 011213 copy contr ,rega 
+0x361c 011214 beq invalid_pin_num ,car_in_lp1_end 
+0x361d 011215 copy pdata ,temp 
+0x361e 011216 call gpio_config_output 
+:      011217 car_in_lp1_end:
+0x361f 011218 loop car_in_lp1 
+:      011219 car_ui_led_init_end:
+0x3620 011220 rtn 
+:      011221 car_blood_led_gpio_set:
+0x3621 011222 fetch 8 ,mem_car_config_blood_led1_gpio 
+0x3622 011223 store 8 ,mem_car_led_map + 2 
+0x3623 011224 branch car_ui_led_init_1 
+:      011225 car_pairing_led_gpio_set:
+0x3624 011226 store 1 ,mem_car_led_map 
+0x3625 011227 branch car_ui_led_init_2 
+:      011228 car_low_voltage_led_gpio_set:
+0x3626 011229 store 1 ,mem_car_led_map + 1 
+0x3627 011230 branch car_ui_led_init_3 
+:      011233 car_init_environment:
+0x3628 011234 arg 0 ,rega 
+0x3629 011235 call pwm_init 
+0x362a 011236 call car_ir_rx_init 
+0x362b 011237 call g24_receive_process_init 
+0x362c 011238 branch car_init_adc_hvin 
+:      011240 car_init_adc_hvin:
+0x362d 011241 jam 100 ,mem_car_notify_vdd_value_last 
+0x362e 011242 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x362f 011243 store 1 ,mem_car_style2_struct_led_gpio 
+0x3630 011244 branch adc_init_data 
+:      011246 car_le_before_hibernate:
+0x3631 011247 call gpio_set_before_lpm_common 
+0x3632 011248 branch keyscan_process_lpm_before 
+:      011250 car_le_process_lpm_before:
+0x3633 011251 branch keyscan_process_lpm_before 
+:      011253 car_key_scan_process:
+0x3634 011256 branch keyscan_key_process 
+:      011258 car_scale_process_idle:
+0x3635 011259 call car_le_send_packet 
+0x3636 011260 call car_ir_receive_process 
+0x3637 011261 call car_g24_status_process 
+0x3638 011262 branch car_key_scan_process 
+:      011264 car_g24_status_process:
+0x3639 011265 fetch 2 ,mem_ui_state_map 
+0x363a 011266 rtnbit1 ui_state_ble_connected 
+0x363b 011267 fetch 1 ,mem_car_24g_received_pac 
+0x363c 011268 beq work_paired ,car_g24_connected_event 
+0x363d 011269 rtn 
+:      011270 car_g24_connected_event:
+0x363e 011271 fetch 1 ,mem_car_24g_status 
+0x363f 011272 rtneq work_paired 
+0x3640 011273 jam work_paired ,mem_car_24g_status 
+0x3641 011274 branch car_g24_connected 
+:      011276 car_le_send_packet:
+0x3642 011277 fetch 2 ,mem_ui_state_map 
+0x3643 011278 rtnbit0 ui_state_ble_connected 
+0x3644 011279 call le_fifo_check_nearly_full 
+0x3645 011280 nrtn blank 
+0x3646 011281 arg mem_car_pop_queue_buff ,rega 
+0x3647 011282 call queue_pop 
+0x3648 011283 nrtn user 
+0x3649 011284 arg mem_car_pop_queue_buff ,contr 
+0x364a 011285 branch le_send_notify_from_list 
+:      011287 car_scale_process_bb_event:
+0x364b 011288 copy regc ,pdata 
+0x364c 011289 beq bt_evt_button_up ,app_event_button_up 
+0x364d 011290 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x364e 011291 beq bt_evt_le_connected ,car_scale_event_le_conn 
+0x364f 011292 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+0x3650 011293 rtn 
+:      011295 car_scale_event_le_conn:
+0x3651 011296 setarg disable_24g 
+0x3652 011297 call g24_store_mem_24g_mode 
+0x3653 011298 branch car_scale_process_conn 
+:      011299 car_g24_connected:
+0x3654 011300 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x3655 011301 store 2 ,mem_car_24g_no_data_timeout_timer 
+:      011302 car_scale_process_conn:
+0x3656 011303 jam 0x14 ,mem_car_notify_vdd_timer 
+0x3657 011304 jam 0 ,mem_lpm_mode 
+0x3658 011305 call app_ble_stop_adv 
+0x3659 011306 call app_lpm_mult_enable 
+0x365a 011307 fetch 1 ,mem_car_config_pairing_led_conn_status 
+0x365b 011308 beq 0x01 ,car_pairing_led_conn_status_setting 
+:      011309 car_scale_process_conn_next:
+0x365c 011310 arg 0 ,rega 
+0x365d 011311 branch ui_led_on_global 
+:      011312 car_pairing_led_conn_status_setting:
+0x365e 011313 arg 0 ,rega 
+0x365f 011314 branch ui_led_blink_stop_global 
+:      011316 car_scale_event_le_discon:
+0x3660 011317 setarg rx_24g 
+0x3661 011318 call g24_store_mem_24g_mode 
+:      011319 car_g24_disconnect:
+0x3662 011320 setarg 0 
+0x3663 011321 store 5 ,mem_car_led_control 
+0x3664 011322 setarg 4 
+0x3665 011323 call pwm_disable 
+0x3666 011324 setarg 5 
+0x3667 011325 call pwm_disable 
+0x3668 011326 setarg 20 
+0x3669 011327 call pwm_disable 
+0x366a 011328 setarg 21 
+0x366b 011329 call pwm_disable 
+0x366c 011330 setarg 22 
+0x366d 011331 call pwm_disable 
+0x366e 011332 setarg 7 
+0x366f 011333 call pwm_disable 
+0x3670 011334 call queue_init 
+0x3671 011335 jam 10 ,mem_motor1_speed 
+0x3672 011336 jam 10 ,mem_motor2_speed 
+0x3673 011337 jam 10 ,mem_motor3_speed 
+0x3674 011339 jam 2 ,mem_lpm_mult 
+0x3675 011340 arg 0 ,rega 
+0x3676 011341 call ui_led_blink_start_global 
+0x3677 011343 setarg fast_adv_interval_value_car 
+0x3678 011344 call shutter_ble_adv_interval_set 
+0x3679 011345 branch app_ble_start_adv 
+:      011347 car_le_bb_event_timer:
+0x367a 011349 call car_moto1_blank_data_timer 
+0x367b 011350 call car_moto2_blank_data_timer 
+0x367c 011351 call car_moto3_blank_data_timer 
+0x367d 011352 call app_power_timer 
+0x367e 011353 call car_led_control_timer 
+0x367f 011354 call car_notify_vdd_timer 
+0x3680 011355 call car_24g_no_data_timeout_timer 
+0x3681 011356 call car_ir_breakdown_timer 
+0x3682 011357 branch car_attack_shake_timer 
+:      011359 car_ir_breakdown_timer:
+0x3683 011360 arg mem_car_ir_breakdown_check_timer ,regc 
+0x3684 011361 arg car_ir_breakdown_timeout ,regb 
+0x3685 011362 branch timer_single_step 
+:      011363 car_ir_breakdown_timeout:
+0x3686 011364 call car_ir_gpio_get_status 
+0x3687 011365 nrtn true 
+0x3688 011366 jam 1 ,mem_car_ir_breakdown_flag 
+0x3689 011367 rtn 
+:      011369 car_24g_no_data_timeout_timer:
+0x368a 011370 arg mem_car_24g_no_data_timeout_timer ,regc 
+0x368b 011371 arg car_24g_no_data_timer_timeout ,regb 
+0x368c 011372 branch timer_single_step_2b 
+:      011373 car_24g_no_data_timer_timeout:
+0x368d 011374 jam work_search ,mem_car_24g_status 
+0x368e 011375 branch car_g24_disconnect 
+:      011377 car_attack_shake_timer:
+0x368f 011378 arg mem_car_attack_shake_timer ,regc 
+0x3690 011379 arg car_attack_shake ,regb 
+0x3691 011380 branch timer_single_step 
+:      011381 car_attack_shake:
+0x3692 011382 fetch 1 ,mem_car_attack_shake_flag 
+0x3693 011383 branch car_attack_shake_stop ,blank 
+0x3694 011384 jam 2 ,mem_car_attack_shake_timer 
+0x3695 011385 jam 0 ,mem_car_attack_shake_flag 
+0x3696 011386 setarg 0x0a02 
+0x3697 011387 store 2 ,mem_le_receive_payload 
+0x3698 011388 fetch 1 ,mem_car_config_device_select 
+0x3699 011389 beq device_battle_tank ,car_attack_shake_front_battle_tank 
+:      011390 car_attack_shake_front_battle_car:
+0x369a 011391 branch car_motor_control 
+:      011392 car_attack_shake_front_battle_tank:
+0x369b 011393 setarg 0x0a02 
+0x369c 011394 store 2 ,mem_le_receive_payload + 2 
+0x369d 011395 branch car_motor_control 
+:      011396 car_attack_shake_stop:
+0x369e 011397 setarg 0 
+0x369f 011398 store 4 ,mem_le_receive_payload 
+0x36a0 011399 branch car_motor_control 
+:      011401 car_notify_vdd_timer:
+0x36a1 011402 fetch 1 ,mem_car_config_bat_notify_enable 
+0x36a2 011403 rtn blank 
+0x36a3 011404 fetch 2 ,mem_ui_state_map 
+0x36a4 011405 bbit0 ui_state_ble_connected ,car_low_bat_led_off 
+0x36a5 011406 arg mem_car_notify_vdd_timer ,regc 
+0x36a6 011407 arg car_notify_vdd ,regb 
+0x36a7 011408 branch timer_single_step 
+:      011409 car_notify_vdd:
+0x36a8 011410 fetch 1 ,mem_car_notify_vdd_count 
+0x36a9 011411 store 1 ,mem_car_notify_vdd_timer 
+0x36aa 011412 fetch 1 ,mem_car_working_flag 
+0x36ab 011413 nrtn blank 
+:      011414 car_read_hvin:
+0x36ac 011415 call adc_set_mode 
+0x36ad 011416 call vdd_calculate_by_mode 
+0x36ae 011417 store 2 ,mem_vdd_now_vol 
+0x36af 011418 arg mem_vdd_calculate_set ,rega 
+0x36b0 011419 call adc_bat_percent_lowpower_out 
+0x36b1 011420 fetcht 1 ,mem_car_notify_vdd_value_last 
+0x36b2 011421 isub temp ,null 
+0x36b3 011422 branch car_notify_vdd_next2 ,positive 
+0x36b4 011423 store 1 ,mem_car_notify_vdd_value_last 
+0x36b5 011424 copy pdata ,temp 
+:      011425 car_notify_vdd_next2:
+0x36b6 011426 storet 1 ,mem_car_notify_vdd_percent 
+0x36b7 011427 fetch 1 ,mem_car_config_low_voltage_percent 
+0x36b8 011428 isub temp ,null 
+0x36b9 011429 call car_enter_low_bat ,positive 
+0x36ba 011430 storet 1 ,mem_notify_bat_payload 
+0x36bb 011431 arg 6 ,loopcnt 
+0x36bc 011432 arg mem_notify_bat_head ,contr 
+0x36bd 011433 call calc_check_sum_start 
+0x36be 011434 store 1 ,mem_notify_bat_check_sum 
+0x36bf 011435 arg mem_notify_bat_packet ,rega 
+0x36c0 011436 branch queue_push 
+:      011437 car_enter_low_bat:
+0x36c1 011438 fetch 1 ,mem_low_bat_flag 
+0x36c2 011439 nrtn blank 
+0x36c3 011440 jam 1 ,mem_low_bat_flag 
+0x36c4 011441 arg 1 ,rega 
+0x36c5 011442 branch ui_led_blink_start_global 
+:      011443 car_low_bat_led_off:
+0x36c6 011444 arg 1 ,rega 
+0x36c7 011445 branch ui_led_blink_stop_global 
+:      011447 car_led_control_timer:
+0x36c8 011448 arg mem_car_led_control_timer ,regc 
+0x36c9 011449 arg car_led_control ,regb 
+0x36ca 011450 branch timer_single_step 
+:      011451 car_led_control:
+0x36cb 011452 jam 5 ,mem_car_led_control_timer 
+0x36cc 011453 jam 0 ,mem_car_led_no 
+0x36cd 011454 fetch 1 ,mem_car_led_blink_status 
+0x36ce 011455 beq led_on ,car_led_control_blink_off 
+0x36cf 011456 beq led_off ,car_led_control_blink_on 
+:      011457 car_led_control_set:
+0x36d0 011458 arg mem_car_led_control ,contr 
+0x36d1 011459 copy contr ,rega 
+0x36d2 011460 arg 8 ,loopcnt 
+:      011461 car_led_control_timer_next:
+0x36d3 011462 copy rega ,contr 
+0x36d4 011463 ifetch 1 ,contr 
+0x36d5 011464 copy contr ,rega 
+0x36d6 011465 beq led_off ,car_led_control_off 
+0x36d7 011466 beq led_on ,car_led_control_on 
+0x36d8 011467 beq led_blink ,car_led_control_blink 
+:      011468 car_led_control_timer_next_2:
+0x36d9 011469 fetch 1 ,mem_car_led_no 
+0x36da 011470 increase 1 ,pdata 
+0x36db 011471 store 1 ,mem_car_led_no 
+0x36dc 011472 loop car_led_control_timer_next 
+0x36dd 011473 rtn 
+:      011474 car_led_switch:
+0x36de 011475 fetch 1 ,mem_car_led_no 
+0x36df 011476 arg mem_car_config_blood_led_gpio ,regb 
+0x36e0 011477 iadd regb ,regb 
+0x36e1 011478 ifetcht 1 ,regb 
+0x36e2 011479 rtn 
+:      011480 car_led_control_off:
+0x36e3 011481 call car_led_switch 
+0x36e4 011482 call gpio_out_inactive 
+0x36e5 011483 branch car_led_control_timer_next_2 
+:      011484 car_led_control_on:
+0x36e6 011485 call car_led_switch 
+0x36e7 011486 call gpio_out_active 
+0x36e8 011487 branch car_led_control_timer_next_2 
+:      011488 car_led_control_blink:
+0x36e9 011489 fetch 1 ,mem_car_led_blink_status 
+0x36ea 011490 beq led_on ,car_led_control_off 
+0x36eb 011491 branch car_led_control_on 
+:      011492 car_led_control_blink_on:
+0x36ec 011493 jam led_on ,mem_car_led_blink_status 
+0x36ed 011494 branch car_led_control_set 
+:      011495 car_led_control_blink_off:
+0x36ee 011496 jam led_off ,mem_car_led_blink_status 
+0x36ef 011497 branch car_led_control_set 
+:      011501 calc_check_sum_start:
+0x36f0 011502 arg 0 ,rega 
+:      011503 calc_check_sum_loop:
+0x36f1 011504 ifetch 1 ,contr 
+0x36f2 011505 iadd rega ,rega 
+0x36f3 011506 loop calc_check_sum_loop 
+:      011507 calc_check_sum_and:
+0x36f4 011508 and rega ,0xff ,pdata 
+0x36f5 011509 rtn 
+:      011511 car_le_receive_data:
+0x36f6 011512 fetch 1 ,mem_le_att_opcode 
+0x36f7 011513 beq attop_write_request ,car_le_parse_att_write_request 
+0x36f8 011514 rtn 
+:      011515 car_le_parse_att_write_request:
+0x36f9 011516 fetch 2 ,mem_le_att_handle 
+0x36fa 011517 beq att_car_control_handle ,car_control_le_receive 
+0x36fb 011518 rtn 
+:      011530 le_app_receive_data:
+0x36fc 011531 bpatch patch1a_0 ,mem_patch1a 
+0x36fd 011532 ifetch 5 ,rega 
+0x36fe 011533 store 5 ,mem_app_receive_temp 
+0x36ff 011534 fetch 2 ,mem_app_receive_temp 
+0x3700 011535 arg le_receive_packet_head ,temp 
+0x3701 011536 isub temp ,null 
+0x3702 011537 nrtn zero 
+0x3703 011538 fetch 2 ,mem_app_receive_temp + 3 
+0x3704 011539 byteswap pdata ,pdata 
+0x3705 011540 store 2 ,mem_app_receive_temp + 3 
+0x3706 011541 copy pdata ,loopcnt 
+0x3707 011542 increase 5 ,rega 
+0x3708 011543 copy rega ,contr 
+0x3709 011544 arg mem_app_receive_temp + 5 ,contw 
+0x370a 011545 call memcpy 
+0x370b 011546 ifetch 1 ,contr 
+0x370c 011547 store 1 ,mem_app_receive_temp + 15 
+0x370d 011548 arg mem_app_receive_temp + 2 ,rega 
+0x370e 011549 arg mem_app_receive_temp + 5 ,regb 
+0x370f 011550 rtn 
+:      011552 car_control_le_receive:
+0x3710 011553 setarg 0 
+0x3711 011554 store 5 ,mem_le_receive_payload 
+0x3712 011555 store 5 ,mem_le_receive_payload + 5 
+0x3713 011556 call le_app_receive_data 
+0x3714 011557 copy regb ,contr 
+0x3715 011558 arg mem_le_receive_payload ,contw 
+0x3716 011559 arg 10 ,loopcnt 
+0x3717 011560 call memcpy 
+:      011561 car_receive_cmd_select:
+0x3718 011562 bpatch patch1a_1 ,mem_patch1a 
+0x3719 011563 ifetch 1 ,rega 
+0x371a 011564 beq car_cmd_old_car_control ,car_drive_old 
+0x371b 011565 beq car_cmd_old_speed_control ,car_speed_set_old 
+0x371c 011566 beq car_cmd_l_r_motor_control ,car_motor_control 
+0x371d 011567 beq car_cmd_f_b_motor_control ,car_motor_control 
+0x371e 011568 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
+0x371f 011569 beq car_cmd_led_control ,car_led_control_receive 
+0x3720 011570 beq car_cmd_device_info ,car_info_request 
+0x3721 011571 rtn 
+:      011573 car_24g_receive_data:
+0x3722 011574 fetch 2 ,mem_ui_state_map 
+0x3723 011575 rtnbit1 ui_state_ble_connected 
+0x3724 011577 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x3725 011578 store 2 ,mem_car_24g_no_data_timeout_timer 
+0x3726 011580 jam work_paired ,mem_car_24g_received_pac 
+0x3727 011582 setarg offset_24g_rxdata_temp_add3 
+0x3728 011583 call g24_set_rega 
+0x3729 011584 call car_control_le_receive 
+0x372a 011586 fetch 1 ,mem_app_receive_temp + 2 
+0x372b 011587 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+0x372c 011588 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+0x372d 011589 rtn 
+:      011590 car_24g_receive_data_next:
+0x372e 011591 fetch 1 ,mem_le_receive_payload 
+0x372f 011592 ncall car_moto1_enable_blank_data_timer ,blank 
+0x3730 011593 fetch 1 ,mem_le_receive_payload + 2 
+0x3731 011594 ncall car_moto2_enable_blank_data_timer ,blank 
+0x3732 011595 fetch 1 ,mem_le_receive_payload + 4 
+0x3733 011596 ncall car_moto3_enable_blank_data_timer ,blank 
+0x3734 011597 rtn 
+:      011599 car_moto1_enable_blank_data_timer:
+0x3735 011600 jam 5 ,mem_car_moto1_blank_timer 
+0x3736 011601 rtn 
+:      011602 car_moto2_enable_blank_data_timer:
+0x3737 011603 jam 5 ,mem_car_moto2_blank_timer 
+0x3738 011604 rtn 
+:      011605 car_moto3_enable_blank_data_timer:
+0x3739 011606 jam 5 ,mem_car_moto3_blank_timer 
+0x373a 011607 rtn 
+:      011609 car_moto1_blank_data_timer:
+0x373b 011610 arg mem_car_moto1_blank_timer ,regc 
+0x373c 011611 arg car_moto1_blank_data ,regb 
+0x373d 011612 branch timer_single_step 
+:      011613 car_moto2_blank_data_timer:
+0x373e 011614 arg mem_car_moto2_blank_timer ,regc 
+0x373f 011615 arg car_moto2_blank_data ,regb 
+0x3740 011616 branch timer_single_step 
+:      011617 car_moto3_blank_data_timer:
+0x3741 011618 arg mem_car_moto3_blank_timer ,regc 
+0x3742 011619 arg car_moto3_blank_data ,regb 
+0x3743 011620 branch timer_single_step 
+:      011622 car_moto1_blank_data:
+0x3744 011623 jam 0 ,mem_le_receive_payload 
+0x3745 011624 branch car_motor_control 
+:      011625 car_moto2_blank_data:
+0x3746 011626 jam 0 ,mem_le_receive_payload + 2 
+0x3747 011627 branch car_motor_control 
+:      011628 car_moto3_blank_data:
+0x3748 011629 jam 0 ,mem_le_receive_payload + 4 
+0x3749 011630 branch car_motor_control 
+:      011635 car_drive_old:
+0x374a 011636 call car_left_right_control_old 
+0x374b 011637 branch car_front_back_control_old 
+:      011638 car_left_right_control_old:
+0x374c 011639 fetch 1 ,mem_le_receive_payload 
+0x374d 011640 store 1 ,mem_motor2_status 
+0x374e 011641 branch car_motor2_control 
+:      011642 car_front_back_control_old:
+0x374f 011643 fetch 1 ,mem_motor1_speed 
+0x3750 011644 call car_reset_old_speed 
+0x3751 011645 fetch 1 ,mem_le_receive_payload + 1 
+0x3752 011646 store 1 ,mem_motor1_status 
+0x3753 011647 branch car_motor1_control 
+:      011648 car_reset_old_speed:
+0x3754 011649 beq speed_level_2 ,car_reset_old_speed2 
+0x3755 011650 beq speed_level_3 ,car_reset_old_speed3 
+0x3756 011651 store 1 ,mem_motor1_speed 
+0x3757 011652 rtn 
+:      011653 car_reset_old_speed2:
+0x3758 011654 jam speed_level_5 ,mem_motor1_speed 
+0x3759 011655 rtn 
+:      011656 car_reset_old_speed3:
+0x375a 011657 jam speed_level_10 ,mem_motor1_speed 
+0x375b 011658 rtn 
+:      011659 car_speed_set_old:
+0x375c 011660 fetch 1 ,mem_le_receive_payload 
+0x375d 011661 call car_reset_old_speed 
+0x375e 011662 fetch 1 ,mem_motor1_speed 
+0x375f 011663 call car_motor_speed_duty_setting 
+0x3760 011664 call car_motor_speed_duty_transform 
+0x3761 011665 branch pwm_pwm0_duty_set 
+:      011667 car_motor_control:
+0x3762 011668 fetch 1 ,mem_car_24g_go_die_flag 
+0x3763 011669 nrtn blank 
+0x3764 011670 fetch 6 ,mem_le_receive_payload 
+0x3765 011671 store 6 ,mem_motor1_status 
+0x3766 011672 fetch 1 ,mem_motor1_speed 
+0x3767 011673 fetcht 1 ,mem_motor2_speed 
+0x3768 011674 iand temp ,pdata 
+0x3769 011675 fetcht 1 ,mem_motor3_speed 
+0x376a 011676 iand temp ,pdata 
+0x376b 011677 call car_motor_working_flag ,blank 
+0x376c 011678 bpatch patch1a_2 ,mem_patch1a 
+0x376d 011679 call car_motor1_control 
+0x376e 011680 call car_motor2_control 
+0x376f 011681 branch car_motor3_control 
+:      011682 car_motor1_control:
+0x3770 011683 arg mem_motor1_pwm_set ,regb 
+0x3771 011684 arg mem_motor1_status ,contr 
+0x3772 011685 branch car_motor_status_select 
+:      011686 car_motor2_control:
+0x3773 011687 arg mem_motor2_pwm_set ,regb 
+0x3774 011688 arg mem_motor2_status ,contr 
+0x3775 011689 branch car_motor_status_select 
+:      011690 car_motor3_control:
+0x3776 011691 arg mem_motor3_pwm_set ,regb 
+0x3777 011692 arg mem_motor3_status ,contr 
+0x3778 011693 branch car_motor_status_select 
+:      011694 car_motor_working_flag:
+0x3779 011695 jam 0 ,mem_car_working_flag 
+0x377a 011696 rtn 
+:      011698 car_motor_status_select:
+0x377b 011699 ifetch 1 ,contr 
+0x377c 011700 beq motor_stop ,car_motor_stop 
+0x377d 011701 beq go_front ,car_motor_positive 
+0x377e 011702 beq go_back ,car_motor_negative 
+0x377f 011703 rtn 
+:      011704 car_motor_positive:
+0x3780 011705 jam 0 ,mem_motor_select_p_n 
+0x3781 011706 branch car_motor_negative + 1 
+:      011707 car_motor_negative:
+0x3782 011708 jam 1 ,mem_motor_select_p_n 
+0x3783 011709 ifetch 1 ,contr 
+0x3784 011710 store 1 ,mem_car_motor_speed 
+0x3785 011711 ifetch 8 ,regb 
+0x3786 011712 branch car_motor_work 
+:      011714 car_motor_stop:
+0x3787 011715 ifetch 1 ,regb 
+0x3788 011716 call pwm_disable 
+0x3789 011717 increase 1 ,regb 
+0x378a 011718 ifetch 1 ,regb 
+0x378b 011719 branch pwm_disable 
+:      011720 car_motor_work:
+0x378c 011721 store 8 ,mem_motor_pwm_pin1_set 
+0x378d 011722 jam 1 ,mem_car_working_flag 
+0x378e 011723 fetch 1 ,mem_motor_select_p_n 
+0x378f 011724 beq 0 ,car_motor_select_positive 
+:      011725 car_motor_select_negative:
+0x3790 011726 fetch 1 ,mem_motor_pwm_pin2_set 
+0x3791 011727 store 1 ,mem_motor_pwm_pin_set 
+0x3792 011728 fetch 1 ,mem_motor_pwm_pin1_set 
+:      011729 car_motor_work_next:
+0x3793 011730 call pwm_disable 
+0x3794 011731 fetch 1 ,mem_car_motor_speed 
+0x3795 011732 call car_motor_speed_duty_setting 
+0x3796 011733 store 1 ,mem_motor_pwm_dute_set 
+0x3797 011734 fetch 6 ,mem_motor_pwm_pin_set 
+0x3798 011735 store 6 ,mem_pdatatemp 
+0x3799 011736 branch pwm_out_set 
+:      011737 car_motor_select_positive:
+0x379a 011738 fetch 1 ,mem_motor_pwm_pin1_set 
+0x379b 011739 store 1 ,mem_motor_pwm_pin_set 
+0x379c 011740 fetch 1 ,mem_motor_pwm_pin2_set 
+0x379d 011741 branch car_motor_work_next 
+:      011743 car_motor_speed_duty_setting:
+0x379e 011744 mul32 pdata ,5 ,pdata 
+0x379f 011745 add pdata ,50 ,pdata 
+0x37a0 011746 rtn 
+:      011747 car_motor_speed_duty_transform:
+0x37a1 011748 arg 12000 ,temp 
+0x37a2 011749 imul32 temp ,pdata 
+0x37a3 011750 div pdata ,100 
+0x37a4 011751 call wait_div_end 
+0x37a5 011752 quotient temp 
+0x37a6 011753 copy temp ,rega 
+0x37a7 011754 setarg 12000 
+0x37a8 011755 isub temp ,regb 
+0x37a9 011756 rtn 
+:      011759 car_ir_init:
+0x37aa 011760 hfetch 1 ,core_gpio_sel2 
+0x37ab 011761 set1 2 ,pdata 
+0x37ac 011762 hstore 1 ,core_gpio_sel2 
+0x37ad 011763 setarg 158 
+0x37ae 011764 hstore 2 ,core_pwm_pcnt4 
+0x37af 011765 hstore 2 ,core_pwm_ncnt4 
+0x37b0 011766 rtn 
+:      011768 car_ir_data_rx_from_app:
+0x37b1 011769 fetch 1 ,mem_car_24g_go_die_flag 
+0x37b2 011770 nrtn blank 
+0x37b3 011771 fetch 2 ,mem_le_receive_payload 
+0x37b4 011772 store 2 ,mem_ir_data 
+0x37b5 011773 fetch 1 ,mem_car_24g_status 
+0x37b6 011774 bne work_paired ,car_ir_data_tx 
+0x37b7 011775 fetch 2 ,mem_le_lap 
+0x37b8 011776 store 2 ,mem_ir_data 
+:      011777 car_ir_data_tx:
+0x37b9 011778 bpatch patch1a_3 ,mem_patch1a 
+0x37ba 011779 call car_ir_init 
+0x37bb 011780 call car_ir_enable 
+0x37bc 011781 setarg 48000 
+0x37bd 011782 call sleep 
+0x37be 011783 call car_ir_disable 
+0x37bf 011784 setarg 7200 
+0x37c0 011785 call sleep 
+0x37c1 011786 arg 16 ,loopcnt 
+:      011787 car_ir_send_loop:
+0x37c2 011788 call car_ir_enable 
+0x37c3 011789 fetch 2 ,mem_ir_data 
+0x37c4 011790 bbit1 0 ,car_ir_is_bit1 
+0x37c5 011791 setarg 7200 
+0x37c6 011792 call sleep 
+0x37c7 011793 call car_ir_disable 
+0x37c8 011794 branch car_ir_wait_finish 
+:      011796 car_ir_is_bit1:
+0x37c9 011797 setarg 14400 
+0x37ca 011798 call sleep 
+0x37cb 011799 call car_ir_disable 
+:      011800 car_ir_wait_finish:
+0x37cc 011801 setarg 7200 
+0x37cd 011802 call sleep 
+0x37ce 011803 fetch 2 ,mem_ir_data 
+0x37cf 011804 rshift pdata ,pdata 
+0x37d0 011805 store 2 ,mem_ir_data 
+0x37d1 011806 loop car_ir_send_loop 
+0x37d2 011808 jam 2 ,mem_car_attack_shake_timer 
+0x37d3 011809 jam 1 ,mem_car_attack_shake_flag 
+0x37d4 011810 setarg 0x0a01 
+0x37d5 011811 store 2 ,mem_le_receive_payload 
+0x37d6 011812 fetch 1 ,mem_car_config_device_select 
+0x37d7 011813 beq device_battle_tank ,car_attack_shake_back_battle_tank 
+:      011814 car_attack_shake_back_battle_car:
+0x37d8 011815 branch car_motor_control 
+:      011816 car_attack_shake_back_battle_tank:
+0x37d9 011817 setarg 0x0a01 
+0x37da 011818 store 2 ,mem_le_receive_payload + 2 
+0x37db 011819 branch car_motor_control 
+:      011821 car_ir_enable:
+0x37dc 011822 hfetch 1 ,core_gpio_key2 
+0x37dd 011823 or_into 0x40 ,pdata 
+0x37de 011824 hstore 1 ,core_gpio_key2 
+0x37df 011825 rtn 
+:      011826 car_ir_disable:
+0x37e0 011827 hfetch 1 ,core_gpio_key2 
+0x37e1 011828 and_into 0xbf ,pdata 
+0x37e2 011829 hstore 1 ,core_gpio_key2 
+0x37e3 011830 rtn 
+:      011832 car_ir_rx_init:
+0x37e4 011833 fetch 1 ,mem_car_config_ir_enable 
+0x37e5 011834 rtneq 0x00 
+0x37e6 011835 call lpm_disable_exen_output 
+0x37e7 011836 fetcht 1 ,mem_car_config_ir_rx_gpio 
+0x37e8 011837 storet 1 ,mem_ir_rx_gpio 
+0x37e9 011838 call gpio_config_input 
+0x37ea 011839 call car_ir_gpio_get_status 
+0x37eb 011840 nrtn true 
+0x37ec 011841 jam 1 ,mem_car_ir_breakdown_check_timer 
+0x37ed 011842 rtn 
+:      011844 car_ir_receive_process:
+0x37ee 011845 fetch 1 ,mem_car_config_ir_enable 
+0x37ef 011846 rtneq flag_ir_disable 
+0x37f0 011847 fetch 1 ,mem_car_ir_breakdown_flag 
+0x37f1 011848 nrtn blank 
+0x37f2 011849 fetch 2 ,mem_ui_state_map 
+0x37f3 011850 bbit1 ui_state_ble_connected ,car_ir_receive_process_next 
+0x37f4 011851 fetch 1 ,mem_car_24g_status 
+0x37f5 011852 rtnne work_paired 
+:      011853 car_ir_receive_process_next:
+0x37f6 011854 bpatch patch1a_4 ,mem_patch1a 
+0x37f7 011855 call car_ir_gpio_get_status 
+0x37f8 011856 nrtn true 
+0x37f9 011857 setarg 36000 
+0x37fa 011858 call sleep 
+0x37fb 011859 call car_ir_gpio_get_status 
+0x37fc 011860 nrtn true 
+0x37fd 011861 call car_ir_clk_get 
+:      011862 car_ir_packet_head_wait_end:
+0x37fe 011863 call car_ir_clk_check 
+0x37ff 011864 nrtn positive 
+0x3800 011865 call car_ir_gpio_get_status 
+0x3801 011866 branch car_ir_packet_head_wait_end ,true 
+0x3802 011867 arg 0 ,rega 
+0x3803 011868 arg 16 ,loopcnt 
+0x3804 011869 call car_ir_clk_get 
+:      011870 car_ir_receive_process_loop:
+0x3805 011871 call car_ir_clk_check 
+0x3806 011872 nrtn positive 
+0x3807 011873 call car_ir_gpio_get_status 
+0x3808 011874 nbranch car_ir_receive_process_loop ,true 
+0x3809 011875 setarg 10800 
+0x380a 011876 call sleep 
+0x380b 011877 call car_ir_gpio_get_status 
+0x380c 011878 branch car_ir_get_bit1 ,true 
+:      011879 car_ir_get_bit0:
+0x380d 011880 setarg 0 
+0x380e 011881 rshift rega ,rega 
+0x380f 011882 ior rega ,rega 
+0x3810 011883 loop car_ir_receive_process_loop 
+0x3811 011884 branch car_ir_receive_process_end 
+:      011885 car_ir_get_bit1:
+0x3812 011886 setarg 0x8000 
+0x3813 011887 rshift rega ,rega 
+0x3814 011888 ior rega ,rega 
+0x3815 011889 call car_ir_clk_get 
+:      011890 car_ir_get_bit1_wait_low_end:
+0x3816 011891 call car_ir_clk_check 
+0x3817 011892 nrtn positive 
+0x3818 011893 call car_ir_gpio_get_status 
+0x3819 011894 branch car_ir_get_bit1_wait_low_end ,true 
+0x381a 011895 loop car_ir_receive_process_loop 
+:      011896 car_ir_receive_process_end:
+0x381b 011897 bpatch patch1a_5 ,mem_patch1a 
+0x381c 011898 copy rega ,pdata 
+0x381d 011899 store 2 ,mem_ir_rx_buf 
+0x381e 011900 store 2 ,mem_ir_notify_data + 8 
+0x381f 011901 fetch 1 ,mem_car_24g_status 
+0x3820 011902 beq work_paired ,car_ir_24g_receive_attack 
+:      011903 car_ir_data_notify:
+0x3821 011904 arg 0x07 ,loopcnt 
+0x3822 011905 arg mem_ir_notify_data_head ,contr 
+0x3823 011906 call calc_check_sum_start 
+0x3824 011907 store 1 ,mem_ir_notify_data_check_sum 
+0x3825 011908 arg mem_ir_notify_data ,rega 
+0x3826 011909 branch queue_push 
+:      011911 car_ir_24g_receive_attack:
+0x3827 011912 fetch 1 ,mem_car_24g_ir_receive_attack_count 
+0x3828 011913 increase 1 ,pdata 
+0x3829 011914 store 1 ,mem_car_24g_ir_receive_attack_count 
+0x382a 011915 div pdata ,2 
+0x382b 011916 call wait_div_end 
+0x382c 011917 quotient temp 
+0x382d 011918 remainder pdata 
+0x382e 011919 nbranch car_ir_24g_receive_attack_blink ,blank 
+:      011920 car_ir_24g_receive_attack_off:
+0x382f 011921 fetch 1 ,mem_car_config_led_num 
+0x3830 011922 isub temp ,null 
+0x3831 011923 call car_ir_24g_go_die ,zero 
+0x3832 011924 arg mem_car_led_control ,pdata 
+0x3833 011925 increase -1 ,temp 
+0x3834 011926 iadd temp ,rega 
+0x3835 011927 arg 0 ,pdata 
+0x3836 011928 istore 1 ,rega 
+0x3837 011929 rtn 
+:      011930 car_ir_24g_receive_attack_blink:
+0x3838 011931 arg mem_car_led_control ,pdata 
+0x3839 011932 iadd temp ,rega 
+0x383a 011933 arg 2 ,pdata 
+0x383b 011934 istore 1 ,rega 
+0x383c 011935 rtn 
+:      011936 car_ir_24g_go_die:
+0x383d 011937 jam 1 ,mem_car_24g_go_die_flag 
+0x383e 011938 rtn 
+:      011939 car_ir_clk_get:
+0x383f 011940 copy clkn_bt ,pdata 
+0x3840 011941 store 4 ,mem_ir_receive_clkn 
+0x3841 011942 rtn 
+:      011943 car_ir_clk_check:
+0x3842 011944 copy clkn_bt ,pdata 
+0x3843 011945 fetcht 4 ,mem_ir_receive_clkn 
+0x3844 011946 isub temp ,pdata 
+0x3845 011947 sub pdata ,200 ,null 
+0x3846 011948 rtn 
+:      011950 car_ir_gpio_get_status:
+0x3847 011951 fetcht 1 ,mem_ir_rx_gpio 
+0x3848 011952 branch gpio_get_bit 
+:      011954 car_led_control_receive:
+0x3849 011955 fetch 8 ,mem_le_receive_payload 
+0x384a 011956 store 8 ,mem_car_led_control 
+0x384b 011957 rtn 
+:      011959 car_info_request:
+0x384c 011960 fetch 1 ,mem_car_config_device_select 
+0x384d 011961 store 1 ,mem_car_info_request_payload 
+0x384e 011962 fetch 1 ,mem_car_config_motor_layout 
+0x384f 011963 store 1 ,mem_car_info_request_payload + 1 
+0x3850 011964 fetch 1 ,mem_car_config_ir_enable 
+0x3851 011965 store 1 ,mem_car_info_request_payload + 2 
+0x3852 011966 arg 13 ,loopcnt 
+0x3853 011967 arg mem_car_info_request_head ,contr 
+0x3854 011968 call calc_check_sum_start 
+0x3855 011969 store 1 ,mem_car_info_request_checksum 
+0x3856 011970 arg mem_car_info_request ,rega 
+0x3857 011971 branch queue_push 
+:      011977 light_init:
+0x3858 011978 call clear_eeprom_size_2k 
+0x3859 011979 jam 0x7a ,mem_curr_packet_num 
+0x385a 011980 call light_load_controler_list 
+0x385b 011981 call light_init_crr_cmd_count 
+0x385c 011982 setarg light_pairing_timer 
+0x385d 011983 store 2 ,mem_cb_event_timer 
+0x385e 011984 arg 0 ,rega 
+0x385f 011985 branch pwm_init 
+:      011987 light_pairing_timer:
+0x3860 011988 fetch 2 ,mem_light_pairing_timer 
+0x3861 011989 rtn blank 
+0x3862 011990 increase -1 ,pdata 
+0x3863 011991 store 2 ,mem_light_pairing_timer 
+0x3864 011992 rtnne 0 
+0x3865 011993 jam 0 ,mem_light_pairing_enable 
+0x3866 011994 rtn 
+:      011996 light_init_crr_cmd_count:
+0x3867 011997 bpatch patch1a_6 ,mem_patch1a 
+0x3868 011998 fetch 1 ,mem_light_next_record 
+0x3869 011999 sub pdata ,40 ,null 
+0x386a 012000 rtn positive 
+0x386b 012001 jam 0 ,mem_light_next_record 
+0x386c 012002 rtn 
+:      012004 light_load_controler_list:
+0x386d 012005 arg mem_light_next_record ,rega 
+0x386e 012006 arg 0 ,regb 
+0x386f 012007 arg 81 ,temp 
+0x3870 012008 branch iicd_read_eep_data 
+:      012011 light_find_controler_pairing:
+0x3871 012012 disable user 
+0x3872 012013 fetch 1 ,mem_light_cnum 
+0x3873 012014 copy pdata ,loopcnt 
+0x3874 012016 arg mem_light_clist ,rega 
+0x3875 012017 copy regc ,regb 
+:      012018 light_find_controler_pairing_loop:
+0x3876 012019 bpatch patch1a_7 ,mem_patch1a 
+0x3877 012020 call light_compare_addr_record 
+0x3878 012021 branch enable_user ,zero 
+:      012022 light_find_single_pairing_diff:
+0x3879 012023 increase 4 ,rega 
+0x387a 012024 loop light_find_controler_pairing_loop 
+0x387b 012025 rtn 
+:      012028 light_compare_addr_record:
+0x387c 012029 bpatch patch1b_0 ,mem_patch1b 
+0x387d 012030 ifetch 3 ,rega 
+0x387e 012031 ifetcht 3 ,regb 
+0x387f 012032 isub temp ,null 
+0x3880 012033 rtn 
+:      012035 light_compare_single_record:
+0x3881 012036 bpatch patch1b_1 ,mem_patch1b 
+0x3882 012037 ifetch 3 ,rega 
+0x3883 012038 ifetcht 3 ,regb 
+0x3884 012039 isub temp ,null 
+0x3885 012040 nrtn zero 
+0x3886 012041 ifetch 1 ,contr 
+0x3887 012042 sub pdata ,0 ,null 
+0x3888 012043 rtn zero 
+0x3889 012044 add rega ,3 ,contr 
+0x388a 012045 ifetcht 1 ,contr 
+0x388b 012046 isub temp ,null 
+0x388c 012047 rtn 
+:      012050 light_find_controler_cmd:
+0x388d 012051 bpatch patch1b_2 ,mem_patch1b 
+0x388e 012052 disable user 
+0x388f 012053 fetch 1 ,mem_light_cnum 
+0x3890 012054 copy pdata ,loopcnt 
+0x3891 012056 arg mem_light_clist ,rega 
+0x3892 012057 copy regc ,regb 
+:      012058 light_find_controler_cmd_loop:
+0x3893 012059 call light_compare_single_record 
+0x3894 012060 branch enable_user ,zero 
+0x3895 012061 increase 4 ,rega 
+0x3896 012062 loop light_find_controler_cmd_loop 
+0x3897 012063 rtn 
+:      012066 light_recv_adv:
+0x3898 012067 fetch 1 ,mem_le_scanrsp_rcv 
+0x3899 012068 increase 1 ,pdata 
+0x389a 012069 store 1 ,mem_le_scanrsp_rcv 
+0x389b 012070 arg mem_le_rxbuf + 12 ,regc 
+:      012072 light_anylize_command:
+0x389c 012073 ifetch 2 ,regc 
+0x389d 012074 arg 0x55aa ,temp 
+0x389e 012075 isub temp ,null 
+0x389f 012076 nrtn zero 
+0x38a0 012077 copy contr ,regc 
+0x38a1 012078 ifetcht 3 ,regc 
+0x38a2 012079 setarg 0xffffff 
+0x38a3 012080 isub temp ,null 
+0x38a4 012081 branch light_parse_cmd ,zero 
+0x38a5 012082 call light_find_controler_cmd 
+0x38a6 012083 branch light_parse_cmd ,user 
+0x38a7 012084 rtn 
+:      012086 light_parse_cmd:
+0x38a8 012087 bpatch patch1b_3 ,mem_patch1b 
+0x38a9 012088 increase 4 ,regc 
+0x38aa 012089 ifetch 1 ,regc 
+0x38ab 012090 fetcht 1 ,mem_curr_packet_num 
+0x38ac 012091 isub temp ,null 
+0x38ad 012092 rtn zero 
+0x38ae 012093 store 1 ,mem_curr_packet_num 
+0x38af 012094 fetch 1 ,mem_le_req_rcv 
+0x38b0 012095 increase 1 ,pdata 
+0x38b1 012096 store 1 ,mem_le_req_rcv 
+0x38b2 012098 increase 1 ,regc 
+0x38b3 012099 ifetch 1 ,regc 
+0x38b4 012100 store 1 ,mem_light_crr_cmd_count 
+0x38b5 012101 copy pdata ,loopcnt 
+0x38b6 012102 rtn blank 
+:      012103 light_parse_cmd_loop:
+0x38b7 012104 ifetch 1 ,contr 
+0x38b8 012105 beq light_cmd_pwm0 ,light_parse_cmd_pwm0 
+0x38b9 012106 beq light_cmd_pwm1 ,light_parse_cmd_pwm1 
+0x38ba 012107 beq light_cmd_pwm2 ,light_parse_cmd_pwm2 
+0x38bb 012108 beq light_cmd_pwm3 ,light_parse_cmd_pwm3 
+0x38bc 012109 beq light_cmd_pwm4 ,light_parse_cmd_pwm4 
+0x38bd 012110 beq light_cmd_pwm5 ,light_parse_cmd_pwm5 
+0x38be 012111 beq light_cmd_auto_mode ,light_parse_auto_mode 
+0x38bf 012112 beq light_cmd_pairing ,light_parse_pairing 
+0x38c0 012113 loop light_parse_cmd_loop 
+0x38c1 012114 rtn 
+:      012116 light_parse_cmd_pwm0:
+0x38c2 012117 copy contr ,regc 
+0x38c3 012118 fetch 1 ,mem_light_pwm0 
+0x38c4 012119 store 1 ,mem_pdatatemp 
+0x38c5 012120 arg 0 ,temp 
+:      012121 light_parse_cmd_pwm_common:
+0x38c6 012122 storet 1 ,mem_pdatatemp + 1 
+0x38c7 012123 setarg 10000 
+0x38c8 012124 store 3 ,mem_pdatatemp + 2 
+0x38c9 012125 ifetch 1 ,regc 
+0x38ca 012126 store 1 ,mem_pdatatemp + 5 
+0x38cb 012127 call pwm_out_set 
+0x38cc 012128 and regc ,1 ,contr 
+0x38cd 012129 loop light_parse_cmd_loop 
+0x38ce 012130 rtn 
+:      012131 light_parse_cmd_pwm1:
+0x38cf 012132 copy regc ,contr 
+0x38d0 012133 fetch 1 ,mem_light_pwm1 
+0x38d1 012134 store 1 ,mem_pdatatemp 
+0x38d2 012135 arg 1 ,temp 
+0x38d3 012136 branch light_parse_cmd_pwm_common 
+:      012137 light_parse_cmd_pwm2:
+0x38d4 012138 copy regc ,contr 
+0x38d5 012139 fetch 1 ,mem_light_pwm2 
+0x38d6 012140 store 1 ,mem_pdatatemp 
+0x38d7 012141 arg 2 ,temp 
+0x38d8 012142 branch light_parse_cmd_pwm_common 
+:      012143 light_parse_cmd_pwm3:
+0x38d9 012144 copy regc ,contr 
+0x38da 012145 fetch 1 ,mem_light_pwm3 
+0x38db 012146 store 1 ,mem_pdatatemp 
+0x38dc 012147 arg 3 ,temp 
+0x38dd 012148 branch light_parse_cmd_pwm_common 
+:      012149 light_parse_cmd_pwm4:
+0x38de 012150 copy regc ,contr 
+0x38df 012151 fetch 1 ,mem_light_pwm4 
+0x38e0 012152 store 1 ,mem_pdatatemp 
+0x38e1 012153 arg 4 ,temp 
+0x38e2 012154 branch light_parse_cmd_pwm_common 
+:      012155 light_parse_cmd_pwm5:
+0x38e3 012156 copy regc ,contr 
+0x38e4 012157 fetch 1 ,mem_light_pwm5 
+0x38e5 012158 store 1 ,mem_pdatatemp 
+0x38e6 012159 arg 5 ,temp 
+0x38e7 012160 branch light_parse_cmd_pwm_common 
+:      012162 light_parse_auto_mode:
+0x38e8 012163 ifetch 1 ,contr 
+0x38e9 012164 rtn 
+:      012166 light_parse_pairing:
+0x38ea 012167 copy contr ,regc 
+0x38eb 012168 fetch 1 ,mem_light_pairing_enable 
+0x38ec 012169 bne 1 ,light_parse_pairing_abandon 
+0x38ed 012170 call update_controler_list 
+:      012171 light_parse_pairing_abandon:
+0x38ee 012172 and regc ,4 ,contr 
+0x38ef 012173 rtn 
+:      012174 update_controler_list:
+0x38f0 012175 bpatch patch1b_4 ,mem_patch1b 
+0x38f1 012176 call light_find_controler_pairing 
+0x38f2 012177 branch update_conrtoler_list_found ,user 
+0x38f3 012178 fetch 1 ,mem_light_next_record 
+0x38f4 012179 copy pdata ,temp 
+0x38f5 012180 increase 1 ,pdata 
+0x38f6 012181 store 1 ,mem_light_next_record 
+0x38f7 012182 call light_init_crr_cmd_count 
+0x38f8 012183 lshift2 temp ,temp 
+0x38f9 012184 setarg mem_light_clist 
+0x38fa 012185 iadd temp ,contw 
+0x38fb 012186 ifetch 4 ,regc 
+0x38fc 012187 istore 4 ,contw 
+0x38fd 012188 branch update_conrtoler_store_list 
+:      012189 update_conrtoler_list_found:
+0x38fe 012190 add regc ,3 ,contr 
+0x38ff 012191 ifetch 1 ,contr 
+0x3900 012192 rtn blank 
+0x3901 012193 ifetch 4 ,regc 
+0x3902 012194 istore 4 ,rega 
+:      012195 update_conrtoler_store_list:
+0x3903 012196 arg mem_light_next_record ,rega 
+0x3904 012197 arg 0 ,regb 
+0x3905 012198 arg 81 ,temp 
+0x3906 012199 branch iicd_write_eep_data 
+:      012203 lightc_init:
+0x3907 012207 fetcht 1 ,mem_lightc_led_gpio 
+0x3908 012208 call gpio_out_inactive 
+0x3909 012209 rtn 
+:      012212 lightc_dispatch:
+0x390a 012215 fetcht 1 ,mem_lightc_led_gpio 
+0x390b 012216 call gpio_out_active 
+0x390c 012219 fetcht 1 ,mem_lightc_led_gpio 
+0x390d 012220 call gpio_out_inactive 
+0x390e 012223 call lightc_start_adv 
+0x390f 012225 fetch 1 ,mem_adv_time 
+0x3910 012226 nrtn blank 
+0x3911 012228 call lpm_write_gpio_wakeup 
+0x3912 012229 hfetch 4 ,core_lpm_ctrl 
+0x3913 012230 set0 15 ,pdata 
+0x3914 012231 hstore 4 ,core_lpm_reg 
+0x3915 012232 call lpm_write_ctrl 
+0x3916 012233 arg param_hibernate_clks ,temp 
+0x3917 012234 branch lpm_sleep 
+:      012236 lightc_adv:
+0x3918 012237 fetch 1 ,mem_adv_time 
+0x3919 012238 branch le_adv_loop_tx ,blank 
+0x391a 012239 increase -1 ,pdata 
+0x391b 012240 store 1 ,mem_adv_time 
+0x391c 012241 branch le_adv_loop_tx 
+:      012243 lightc_start_adv:
+0x391d 012244 mul32 pdata ,20 ,pdata 
+0x391e 012245 arg mem_cmd0_string ,contr 
+0x391f 012246 iadd contr ,contr 
+0x3920 012247 ifetch 1 ,contr 
+0x3921 012248 rtn blank 
+0x3922 012249 copy pdata ,rega 
+0x3923 012250 copy rega ,loopcnt 
+0x3924 012251 arg mem_le_adv_data + 2 ,contw 
+0x3925 012252 call memcpy 
+0x3926 012253 copy rega ,pdata 
+0x3927 012254 increase 2 ,pdata 
+0x3928 012255 store 1 ,mem_le_adv_data_len 
+0x3929 012256 rtn 
+:      012263 module_init:
+0x392a 012265 rtn wake 
+0x392b 012266 call le_modified_name 
+0x392c 012267 call adc_init_data 
+0x392d 012268 setarg module_process_idle 
+0x392e 012269 store 2 ,mem_cb_idle_process 
+0x392f 012270 setarg module_bt_conn_process 
+0x3930 012271 store 2 ,mem_cb_bt_process 
+0x3931 012272 setarg module_process_bb_event 
+0x3932 012273 store 2 ,mem_cb_bb_event_process 
+0x3933 012274 setarg module_le_conn_process 
+0x3934 012275 store 2 ,mem_cb_le_process 
+0x3935 012276 setarg module_lpm_lock 
+0x3936 012277 store 2 ,mem_cb_check_wakelock 
+0x3937 012278 setarg module_hci_cmd_transmit_le_notify 
+0x3938 012279 store 2 ,mem_cb_ble_transmit 
+0x3939 012280 setarg module_hci_event_receive_spp_data 
+0x393a 012281 store 2 ,mem_cb_receive_spp_data 
+0x393b 012282 setarg module_le_receive_data 
+0x393c 012283 store 2 ,mem_cb_att_write 
+0x393d 012284 setarg module_bb_event_timer 
+0x393e 012285 store 2 ,mem_cb_event_timer 
+0x393f 012287 call module_spp_clear_last_transmite_clock 
+0x3940 012288 bpatch patch1b_5 ,mem_patch1b 
+0x3941 012289 call module_lpm_uart_init 
+0x3942 012290 call module_gpio_init 
+0x3943 012291 call check_module_disabled 
+0x3944 012292 branch module_hci_event_enter_standby_mode 
+:      012295 module_lpm_uart_init:
+0x3945 012296 fetch 4 ,mem_module_uart_rx_buffer 
+0x3946 012297 hstore 4 ,core_uart_rsaddr 
+0x3947 012299 fetch 4 ,mem_module_uart_tx_buffer 
+0x3948 012300 hstore 4 ,core_uart_tsaddr 
+0x3949 012302 hfetch 1 ,core_gpio_sel1 
+0x394a 012303 or_into 0x04 ,pdata 
+0x394b 012304 and_into 0xfc ,pdata 
+0x394c 012305 hstore 1 ,core_gpio_sel1 
+0x394d 012306 jam 0x00 ,core_uart_ctrl 
+0x394e 012308 fetch 2 ,mem_module_uart_rx_buffer 
+0x394f 012309 hstore 2 ,core_uart_rrptr 
+0x3950 012310 fetch 2 ,mem_module_uart_tx_buffer 
+0x3951 012311 hstore 2 ,core_uart_twptr 
+0x3952 012312 hstore 2 ,core_uart_trptrp 
+0x3953 012314 hfetch 4 ,core_gpio_pu0 
+0x3954 012315 set1 7 ,pdata 
+0x3955 012316 hstore 4 ,core_gpio_pu0 
+0x3956 012318 hfetch 2 ,core_clkoff 
+0x3957 012319 set0 clock_off_uart ,pdata 
+0x3958 012320 hstore 2 ,core_clkoff 
+0x3959 012321 call uart_set_baud_by_mem 
+0x395a 012322 jam uartclk_crystal ,core_uart_clksel 
+0x395b 012323 jam uart_ctrl_h4 ,core_uart_ctrl 
+0x395c 012325 fetch 1 ,mem_module_flag 
+0x395d 012326 isolate1 module_flag_uart_flow_control ,pdata 
+0x395e 012327 hfetcht 1 ,core_uart_ctrl 
+0x395f 012328 setflag true ,4 ,temp 
+0x3960 012329 hstoret 1 ,core_uart_ctrl 
+0x3961 012330 rtn 
+:      012334 module_lpm_init:
+0x3962 012335 call module_spp_clear_last_transmite_clock 
+0x3963 012336 branch module_lpm_uart_init 
+:      012339 module_gpio_init:
+0x3964 012344 fetcht 1 ,mem_module_connect_state_gpio 
+0x3965 012345 call gpio_config_output 
+0x3966 012346 call module_set_conn_pin_low 
+0x3967 012348 fetcht 1 ,mem_module_wake_up_gpio 
+0x3968 012349 branch gpio_config_input 
+:      012351 module_lpm_lock:
+0x3969 012352 fetcht 1 ,mem_module_wake_up_gpio 
+0x396a 012353 call gpio_get_bit 
+0x396b 012354 nbranch app_put_lpm_wake_lock ,true 
+0x396c 012355 branch app_get_lpm_wake_lock 
+:      012358 module_le_conn_process:
+0x396d 012359 rtn 
+:      012361 module_bt_conn_process:
+0x396e 012362 call module_spp_enter_sniff 
+0x396f 012363 branch module_control_air_flow 
+:      012365 module_spp_enter_sniff:
+0x3970 012366 fetch 1 ,mem_ui_state_map 
+0x3971 012367 bbit0 ui_state_bt_spp_conn ,module_spp_clear_last_transmite_clock 
+0x3972 012368 bpatch patch1b_6 ,mem_patch1b 
+0x3973 012369 setarg 0x3eff 
+0x3974 012370 fetcht 4 ,mem_last_transmite_clock 
+0x3975 012371 iadd temp ,temp 
+0x3976 012372 copy clkn_bt ,pdata 
+0x3977 012373 isub temp ,null 
+0x3978 012374 nrtn positive 
+0x3979 012375 fetch 2 ,mem_ui_state_map 
+0x397a 012376 bbit1 ui_state_bt_sniff ,module_spp_clear_last_transmite_clock 
+0x397b 012377 fetch 1 ,mem_module_flag 
+0x397c 012378 rtnbit1 moudle_task_sniff 
+0x397d 012379 call module_set_sniff_task_flag 
+0x397e 012380 call app_bt_enter_sniff 
+:      012381 module_spp_clear_last_transmite_clock:
+0x397f 012382 copy clkn_bt ,pdata 
+0x3980 012383 store 4 ,mem_last_transmite_clock 
+0x3981 012384 rtn 
+:      012387 module_process_idle:
+0x3982 012388 call module_control_air_flow 
+0x3983 012389 call l2cap_malloc_is_fifo_full 
+0x3984 012390 nrtn blank 
+0x3985 012391 branch module_process 
+:      012394 module_process_bb_event:
+0x3986 012395 copy regc ,pdata 
+0x3987 012396 beq bt_evt_bb_connected ,module_process_bb_conn 
+0x3988 012397 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
+0x3989 012398 beq bt_evt_reconn_failed ,module_process_reconn_fail 
+0x398a 012399 beq bt_evt_setup_complete ,module_process_setup_complete 
+0x398b 012400 beq bt_evt_spp_connected ,module_process_spp_connected 
+0x398c 012401 beq bt_evt_spp_disconnected ,module_process_spp_disconnected 
+0x398d 012402 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
+0x398e 012403 beq bt_evt_enter_sniff ,module_process_enter_sniff 
+0x398f 012404 beq bt_evt_exit_sniff ,module_process_exit_sniff 
+0x3990 012405 beq bt_evt_reconn_page_timeout ,module_process_page_time_out 
+0x3991 012406 beq bt_evt_le_connected ,module_process_le_conn 
+0x3992 012407 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+0x3993 012408 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
+0x3994 012409 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
+0x3995 012410 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
+0x3996 012411 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
+0x3997 012412 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
+0x3998 012413 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
+0x3999 012414 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
+0x399a 012415 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
+0x399b 012416 beq bt_evt_bt_gkey_generate ,module_hci_event_gkey_generate 
+0x399c 012417 beq bt_evt_bt_get_passkey ,module_hci_event_passkey_entry_mode 
+0x399d 012418 beq bt_evt_bt_pairing_fail ,module_hci_event_bt_pairing_fail 
+0x399e 012419 beq bt_evt_bt_pairing_success ,module_hci_event_bt_pairing_success 
+0x399f 012420 beq bt_evt_le_gkey_generate ,module_hci_event_le_gkey 
+0x39a0 012421 beq bt_evt_store_nvram ,module_hci_event_store_device 
+0x39a1 012422 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
+0x39a2 012423 rtn 
+:      012426 module_process_bb_event_disconned:
+0x39a3 012427 call module_spp_clear_last_transmite_clock 
+0x39a4 012428 fetch 1 ,mem_flag_pairing_state 
+0x39a5 012429 ncall module_hci_event_bt_pairing_fail ,blank 
+0x39a6 012430 call module_disconn_start 
+0x39a7 012431 fetch 2 ,mem_ui_state_map 
+0x39a8 012432 rtnbit0 ui_state_bt_spp_conn 
+0x39a9 012433 branch module_spp_disconnected 
+:      012435 module_process_spp_connected:
+0x39aa 012436 fetch 2 ,mem_ui_state_map 
+0x39ab 012437 set1 ui_state_bt_spp_conn ,pdata 
+0x39ac 012438 store 2 ,mem_ui_state_map 
+0x39ad 012439 fetch 1 ,mem_module_spp_lpm_mult 
+0x39ae 012440 store 1 ,mem_lpm_mult 
+0x39af 012441 call module_set_conn_pin_low 
+0x39b0 012442 branch module_hci_event_spp_connect 
+:      012444 module_process_spp_disconnected:
+:      012446 module_spp_disconnected:
+0x39b1 012447 fetch 2 ,mem_ui_state_map 
+0x39b2 012448 rtnbit0 ui_state_bt_spp_conn 
+0x39b3 012449 set0 ui_state_bt_spp_conn ,pdata 
+0x39b4 012450 store 2 ,mem_ui_state_map 
+0x39b5 012451 branch module_hci_event_spp_disconnect 
+:      012454 module_process_enter_sniff:
+:      012456 module_sniff_param_check:
+0x39b6 012457 call module_spp_clear_last_transmite_clock 
+0x39b7 012460 fetch 2 ,mem_context + coffset_tsniff 
+0x39b8 012461 rshift pdata ,pdata 
+0x39b9 012462 fetcht 2 ,mem_sniff_param_interval 
+0x39ba 012463 isub temp ,null 
+0x39bb 012464 nbranch module_sniff_param_check_unsniff ,zero 
+0x39bc 012465 branch app_lpm_mult_enable 
+:      012466 module_sniff_param_check_unsniff:
+0x39bd 012467 fetch 1 ,mem_module_flag 
+0x39be 012468 rtnbit1 moudle_task_unsniff 
+0x39bf 012469 hfetch 2 ,core_uart_rxitems 
+0x39c0 012470 ncall module_set_unsniff_task_flag ,blank 
+0x39c1 012471 branch app_bt_sniff_exit 
+:      012473 module_process_exit_sniff:
+0x39c2 012474 call module_clear_sniff_task_flag 
+0x39c3 012475 branch app_lpm_mult_disable 
+:      012477 module_process_setup_complete:
+0x39c4 012478 call module_spp_clear_last_transmite_clock 
+0x39c5 012479 branch module_conn_start 
+:      012481 module_process_bb_even_le_disconn:
+0x39c6 012482 call le_clr_config_more_data 
+0x39c7 012483 call module_disconn_start 
+0x39c8 012484 branch module_hci_event_le_disconnect 
+:      012486 module_process_evt_pincode_req:
+0x39c9 012487 branch app_bt_set_pincode 
+:      012490 module_process_sniff_not_accept:
+0x39ca 012491 branch module_clear_sniff_task_flag 
+:      012494 module_process_unsniff_accept:
+0x39cb 012495 fetch 1 ,mem_module_flag 
+0x39cc 012496 bbit0 moudle_task_unsniff ,app_bt_enter_sniff 
+0x39cd 012497 branch module_clear_unsniff_task_flag 
+:      012500 module_process_unsniff_not_accept:
+0x39ce 012501 branch module_clear_unsniff_task_flag 
+:      012504 module_process_le_conn:
+0x39cf 012505 call le_send_att_exchange_mtu_requset 
+0x39d0 012506 call module_conn_start 
+0x39d1 012507 fetch 1 ,mem_module_le_lpm_mult 
+0x39d2 012508 store 1 ,mem_lpm_mult 
+0x39d3 012509 branch module_hci_event_le_connect 
+:      012512 module_process_bb_conn:
+0x39d4 012513 jam 0 ,mem_flag_mode_ssp_pin 
+0x39d5 012514 call module_clear_sniff_task_flag 
+0x39d6 012515 branch module_clear_unsniff_task_flag 
+:      012517 module_process_page_time_out:
+:      012518 module_process_reconn_fail:
+:      012519 module_disconn_start:
+0x39d7 012520 call module_start_adv_discovery_by_command 
+0x39d8 012521 branch module_set_conn_pin_high 
+:      012524 module_process_ble_ltk_lost:
+0x39d9 012525 call le_send_reject_ind 
+0x39da 012526 branch le_send_smp_security_request 
+:      012529 module_set_conn_pin_high:
+0x39db 012530 fetcht 1 ,mem_module_connect_state_gpio 
+0x39dc 012531 branch gpio_out_active 
+:      012533 module_conn_start:
+0x39dd 012534 call module_stop_adv_discovery 
+0x39de 012535 branch module_set_conn_pin_low 
+:      012537 module_stop_adv_discovery:
+0x39df 012538 fetch 1 ,mem_module_state 
+0x39e0 012539 isolate1 moudle_state_bt_bit ,pdata 
+0x39e1 012540 call app_bt_stop_discovery ,true 
+0x39e2 012541 fetch 1 ,mem_module_state 
+0x39e3 012542 isolate1 moudle_state_ble_bit ,pdata 
+0x39e4 012543 call app_ble_stop_adv ,true 
+0x39e5 012544 rtn 
+:      012545 module_set_conn_pin_low:
+0x39e6 012546 fetcht 1 ,mem_module_connect_state_gpio 
+0x39e7 012547 branch gpio_out_inactive 
+:      012549 module_process_with_credit:
+0x39e8 012550 fetch 1 ,mem_credit_flag 
+0x39e9 012551 rtneq credit_disable 
+0x39ea 012552 branch rfcomm_send_uih_without_payload 
+:      012554 module_process:
+0x39eb 012555 hfetch 1 ,core_uart_status 
+0x39ec 012556 bbit1 uart_status_rx_fifo_empty ,module_process_with_credit 
+0x39ed 012557 call uartd_prepare_rx 
+0x39ee 012558 ifetch 1 ,contru 
+0x39ef 012559 bne 0x01 ,module_hci_in_excp 
+0x39f0 012560 hfetch 2 ,core_uart_rxitems 
+0x39f1 012561 sub pdata ,2 ,null 
+0x39f2 012562 rtn positive 
+0x39f3 012563 ifetch 1 ,contru 
+0x39f4 012564 store 1 ,mem_module_uart_opcode 
+0x39f5 012565 ifetcht 1 ,contru 
+0x39f6 012566 copy contru ,rega 
+0x39f7 012567 storet 1 ,mem_module_uart_len 
+0x39f8 012568 add temp ,3 ,temp 
+0x39f9 012569 hfetch 2 ,core_uart_rxitems 
+0x39fa 012570 isub temp ,temp 
+0x39fb 012571 nrtn positive 
+0x39fc 012572 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x39fd 012573 call module_hci_cmd_control 
+0x39fe 012574 fetch 1 ,mem_module_temp_nl_discard_packet 
+0x39ff 012575 rtneq hci_not_discard_packet 
+0x3a00 012576 branch module_hci_dicard_packet 
+:      012578 module_hci_in_excp:
+0x3a01 012579 call delay_10ms 
+0x3a02 012580 call module_hci_event_invalid_packet 
+0x3a03 012581 branch module_hci_release_except 
+:      012584 module_hci_release_except:
+0x3a04 012585 bpatch patch1b_7 ,mem_patch1b 
+0x3a05 012586 hfetch 2 ,core_uart_rxitems 
+0x3a06 012587 rtn blank 
+0x3a07 012588 call uartd_prepare_rx 
+0x3a08 012589 ifetch 1 ,contru 
+0x3a09 012590 sub pdata ,0x01 ,null 
+0x3a0a 012591 ncall module_hci_dicard_bytes ,zero 
+0x3a0b 012592 nbranch module_hci_release_except ,zero 
+0x3a0c 012593 ifetch 1 ,contru 
+0x3a0d 012594 rtneq hci_cmd_spp_data_req 
+0x3a0e 012595 rtneq hci_cmd_set_credit_given 
+0x3a0f 012596 increase -1 ,contru 
+0x3a10 012597 call module_hci_dicard_bytes 
+0x3a11 012598 branch module_hci_release_except 
+:      012600 module_hci_dicard_packet:
+0x3a12 012601 call uartd_prepare_rx 
+0x3a13 012602 increase 2 ,contru 
+0x3a14 012603 ifetch 1 ,contru 
+0x3a15 012604 iadd contru ,contru 
+:      012605 module_hci_dicard_bytes:
+0x3a16 012606 branch uartd_rxdone 
+:      012609 module_hci_cmd_control:
+0x3a17 012610 bpatch patch1c_0 ,mem_patch1c 
+0x3a18 012611 fetch 1 ,mem_module_uart_opcode 
+0x3a19 012612 beq hci_cmd_set_bt_addr_req ,module_hci_cmd_set_bt_addr 
+0x3a1a 012613 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
+0x3a1b 012614 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
+0x3a1c 012615 beq hci_cmd_set_bt_name_req ,module_hci_cmd_set_bt_name 
+0x3a1d 012616 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
+0x3a1e 012617 beq hci_cmd_spp_data_req ,module_hci_cmd_receive_spp_data 
+0x3a1f 012618 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
+0x3a20 012619 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
+0x3a21 012620 beq hci_cmd_set_pairing_req ,module_hci_cmd_set_pairing_mode 
+0x3a22 012621 beq hci_cmd_set_pincode_req ,module_hci_cmd_set_pincode 
+0x3a23 012622 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
+0x3a24 012623 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
+0x3a25 012624 beq hci_cmd_version_req ,module_hci_cmd_version_request 
+0x3a26 012625 beq hci_cmd_bt_disconnect ,module_hci_cmd_bt_disconnect 
+0x3a27 012626 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
+0x3a28 012627 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
+0x3a29 012628 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
+0x3a2a 012629 beq hci_cmd_set_credit_given ,module_hci_cmd_set_credit_given 
+0x3a2b 012630 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
+0x3a2c 012631 beq hci_cmd_power_req ,module_hci_cmd_power_request 
+0x3a2d 012632 beq hci_cmd_power_set ,module_hci_cmd_power_set 
+0x3a2e 012633 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
+0x3a2f 012634 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
+0x3a30 012635 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
+0x3a31 012636 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
+0x3a32 012637 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
+0x3a33 012638 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
+0x3a34 012639 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
+0x3a35 012640 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
+0x3a36 012641 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
+0x3a37 012642 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+0x3a38 012643 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
+0x3a39 012644 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
+0x3a3a 012645 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
+0x3a3b 012646 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
+0x3a3c 012647 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
+0x3a3d 012648 beq hci_test_cmd_close_lpm ,module_hci_test_cmde_close_lpm 
+0x3a3e 012649 branch module_hci_event_receive_invalid_cmd 
+:      012654 module_hci_cmd_set_bt_addr:
+0x3a3f 012655 fetch 1 ,mem_module_uart_len 
+0x3a40 012656 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x3a41 012657 ifetch 6 ,contru 
+0x3a42 012658 store 6 ,mem_lap 
+0x3a43 012659 branch module_hci_event_receive_valid_cmd 
+:      012662 module_hci_cmd_set_le_addr:
+0x3a44 012663 fetch 1 ,mem_module_uart_len 
+0x3a45 012664 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x3a46 012665 ifetch 6 ,contru 
+0x3a47 012666 store 6 ,mem_le_lap 
+0x3a48 012667 branch module_hci_event_receive_valid_cmd 
+:      012671 module_hci_cmd_set_visibility:
+0x3a49 012672 fetch 1 ,mem_module_uart_len 
+0x3a4a 012673 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3a4b 012674 copy rega ,contru 
+0x3a4c 012675 call module_hci_event_receive_valid_cmd 
+0x3a4d 012676 ifetcht 1 ,contru 
+0x3a4e 012677 storet 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a4f 012678 fetch 2 ,mem_ui_state_map 
+0x3a50 012679 rtnbit1 ui_state_ble_connected 
+0x3a51 012680 rtnbit1 ui_state_bt_connected 
+:      012681 module_start_adv_discovery_by_command:
+0x3a52 012682 fetch 1 ,mem_module_state 
+0x3a53 012683 isolate1 moudle_state_bt_bit ,pdata 
+0x3a54 012684 nbranch moudle_start_adv_by_command ,true 
+0x3a55 012685 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a56 012686 and temp ,0x03 ,pdata 
+0x3a57 012687 store 1 ,mem_scan_mode 
+:      012688 moudle_start_adv_by_command:
+0x3a58 012689 fetch 1 ,mem_module_state 
+0x3a59 012690 isolate1 moudle_state_ble_bit ,pdata 
+0x3a5a 012691 nrtn true 
+0x3a5b 012692 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a5c 012693 isolate1 2 ,temp 
+0x3a5d 012694 branch app_ble_start_adv ,true 
+0x3a5e 012695 branch app_ble_stop_adv 
+:      012699 module_hci_cmd_set_bt_name:
+0x3a5f 012700 fetch 1 ,mem_module_uart_len 
+0x3a60 012701 sub pdata ,67 ,null 
+0x3a61 012702 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3a62 012703 store 1 ,mem_local_name_length 
+0x3a63 012704 arg 8 ,loopcnt 
+0x3a64 012705 call memset0 
+0x3a65 012706 fetch 1 ,mem_module_uart_len 
+0x3a66 012707 copy pdata ,loopcnt 
+0x3a67 012708 copy rega ,contru 
+0x3a68 012709 arg mem_local_name ,contw 
+0x3a69 012710 call uart_copy_rx_bytes_fast 
+0x3a6a 012711 branch module_hci_event_receive_valid_cmd 
+:      012715 module_hci_cmd_set_le_name:
+0x3a6b 012716 fetch 1 ,mem_module_uart_len 
+0x3a6c 012717 sub pdata ,29 ,null 
+0x3a6d 012718 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3a6e 012719 store 1 ,mem_le_name_len 
+0x3a6f 012720 copy pdata ,loopcnt 
+0x3a70 012721 copy rega ,contru 
+0x3a71 012722 arg mem_le_name ,contw 
+0x3a72 012723 call uart_copy_rx_bytes_fast 
+0x3a73 012724 call le_modified_name 
+0x3a74 012725 branch module_hci_event_receive_valid_cmd 
+:      012729 module_hci_cmd_receive_spp_data:
+0x3a75 012730 fetch 1 ,mem_ui_state_map 
+0x3a76 012731 bbit0 ui_state_bt_spp_conn ,module_hci_event_receive_invalid_cmd 
+0x3a77 012732 call app_check_sniff 
+0x3a78 012733 branch module_hci_cmd_spp_exit_sniff ,true 
+0x3a79 012734 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a7a 012736 call module_spp_clear_last_transmite_clock 
+0x3a7b 012737 fetch 1 ,mem_remote_credits 
+0x3a7c 012738 rtn blank 
+0x3a7d 012739 fetch 2 ,mem_nl_rx_len_all 
+0x3a7e 012740 bne 0 ,module_hci_cmd_pass_init_ng_rx_len_all 
+0x3a7f 012741 fetch 1 ,mem_module_uart_len 
+0x3a80 012742 store 2 ,mem_nl_rx_len_all 
+0x3a81 012744 copy rega ,contru 
+0x3a82 012747 copy contru ,pdata 
+0x3a83 012748 store 2 ,mem_nl_rx_data_src 
+:      012749 module_hci_cmd_pass_init_ng_rx_len_all:
+0x3a84 012750 call module_hci_cmd_get_current_packet_len_and_remain_len 
+0x3a85 012751 branch spp_tx_rfcomm_packet 
+:      012753 module_hci_cmd_spp_exit_sniff:
+0x3a86 012754 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a87 012755 branch module_exit_sniff 
+:      012757 module_hci_cmd_get_current_packet_len_and_remain_len:
+0x3a88 012758 call module_hci_cmd_get_current_patcket_len 
+0x3a89 012759 fetch 2 ,mem_nl_rx_len_all 
+0x3a8a 012760 fetcht 2 ,mem_current_packet_length 
+0x3a8b 012761 isub temp ,pdata 
+0x3a8c 012762 store 2 ,mem_nl_rx_len_all 
+0x3a8d 012763 rtn 
+:      012765 module_hci_cmd_get_current_patcket_len:
+0x3a8e 012766 fetch 2 ,mem_nl_rx_len_all 
+0x3a8f 012767 arg dm_refcom_buff_len ,temp 
+0x3a90 012768 call not_greater_than 
+0x3a91 012769 fetcht 2 ,mem_rfcomm_max_frame_size 
+0x3a92 012770 call not_greater_than 
+0x3a93 012771 fetcht 2 ,mem_pn_max_frame_size 
+0x3a94 012772 call not_greater_than 
+0x3a95 012773 store 2 ,mem_current_packet_length 
+0x3a96 012774 rtn 
+:      012776 module_hci_command_tx_spp_tx_complete:
+0x3a97 012777 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a98 012778 jam hci_cmd_spp_data_req ,mem_module_uart_opcode 
+0x3a99 012779 branch module_hci_event_receive_valid_cmd 
+:      012783 module_hci_cmd_receive_le_data:
+0x3a9a 012784 fetch 2 ,mem_ui_state_map 
+0x3a9b 012785 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x3a9c 012786 call module_check_ble_encrypt_state 
+0x3a9d 012787 branch module_hci_event_receive_invalid_cmd ,user 
+0x3a9e 012788 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a9f 012789 fetch 1 ,mem_module_flag 
+0x3aa0 012790 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
+0x3aa1 012791 fetch 1 ,mem_module_hci_notify_len 
+0x3aa2 012792 nrtn blank 
+0x3aa3 012793 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3aa4 012794 ifetch 2 ,contru 
+0x3aa5 012795 store 2 ,mem_module_hci_notify_handle 
+0x3aa6 012796 copy contru ,pdata 
+0x3aa7 012797 store 2 ,mem_module_hci_nofiy_addr 
+0x3aa8 012798 fetch 1 ,mem_module_uart_len 
+0x3aa9 012799 pincrease -2 
+0x3aaa 012800 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3aab 012801 branch module_hci_event_receive_invalid_cmd ,zero 
+0x3aac 012802 store 1 ,mem_module_hci_notify_len 
+0x3aad 012803 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3aae 012804 call le_set_config_more_data 
+0x3aaf 012805 call module_hci_cmd_transmit_le_notify 
+0x3ab0 012806 call module_hci_cmd_transmit_le_notify 
+0x3ab1 012807 call module_hci_cmd_transmit_le_notify 
+0x3ab2 012808 fetch 1 ,mem_module_flag 
+0x3ab3 012809 rtnbit0 module_flag_ble_data_finish 
+:      012810 module_hci_cmd_receive_le_data_finish:
+0x3ab4 012811 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3ab5 012812 call module_clear_le_tx_data_flag 
+0x3ab6 012813 branch module_hci_event_receive_valid_cmd 
+:      012815 module_hci_cmd_transmit_le_notify:
+0x3ab7 012816 fetch 1 ,mem_module_hci_notify_len 
+0x3ab8 012817 rtn blank 
+0x3ab9 012818 call le_fifo_check_nearly_full 
+0x3aba 012819 nrtn blank 
+0x3abb 012820 call module_get_le_remote_mtu 
+0x3abc 012821 bpatch patch1c_1 ,mem_patch1c 
+0x3abd 012822 add temp ,-3 ,pdata 
+0x3abe 012823 fetcht 1 ,mem_module_hci_notify_len 
+0x3abf 012824 call not_greater_than 
+0x3ac0 012825 copy pdata ,rega 
+0x3ac1 012826 copy temp ,pdata 
+0x3ac2 012827 isub rega ,pdata 
+0x3ac3 012828 store 1 ,mem_module_hci_notify_len 
+0x3ac4 012829 fetcht 2 ,mem_module_hci_notify_handle 
+0x3ac5 012830 call le_att_malloc_tx_notify 
+0x3ac6 012831 fetch 2 ,mem_module_hci_nofiy_addr 
+0x3ac7 012832 copy pdata ,contru 
+0x3ac8 012833 copy rega ,loopcnt 
+0x3ac9 012834 call uart_copy_rx_bytes_fast 
+0x3aca 012835 copy contru ,pdata 
+0x3acb 012836 store 2 ,mem_module_hci_nofiy_addr 
+0x3acc 012837 fetch 1 ,mem_module_hci_notify_len 
+0x3acd 012838 nrtn blank 
+0x3ace 012839 branch module_set_le_tx_data_flag 
+:      012843 module_get_le_remote_mtu:
+0x3acf 012844 arg 0x17 ,temp 
+0x3ad0 012845 fetch 1 ,mem_module_flag 
+0x3ad1 012846 rtnbit1 module_flag_ble_send_mtu23 
+0x3ad2 012847 fetcht 2 ,mem_le_remote_mtu 
+0x3ad3 012848 rtn 
+:      012850 module_check_ble_encrypt_state:
+0x3ad4 012851 fetch 1 ,mem_module_flag 
+0x3ad5 012852 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
+0x3ad6 012853 branch disable_user 
+:      012857 module_hci_cmd_inquire_status:
+0x3ad7 012858 branch module_hci_event_status_res 
+:      012862 module_hci_cmd_set_pairing_mode:
+0x3ad8 012863 copy rega ,contru 
+0x3ad9 012864 ifetch 1 ,contru 
+0x3ada 012865 beq pairing_pincode ,module_hci_pairing_pincode_mode 
+0x3adb 012866 beq pairing_justwork ,module_hci_pairing_just_work_mode 
+0x3adc 012867 beq pairing_passkey ,module_hci_pairing_passkey 
+0x3add 012868 beq pairing_confirm ,module_hci_pairing_numeric_comparison 
+0x3ade 012869 branch module_hci_event_receive_invalid_cmd 
+:      012870 module_hci_pairing_pincode_mode:
+0x3adf 012871 call ssp_disable 
+0x3ae0 012872 jam 0 ,mem_ssp_enable 
+0x3ae1 012873 branch module_hci_event_receive_valid_cmd 
+:      012874 module_hci_pairing_just_work_mode:
+0x3ae2 012875 setarg ssp_mode_just_work_io_cap_data 
+:      012876 module_hci_sspairing_mode:
+0x3ae3 012877 store 3 ,mem_sp_iocap_local 
+0x3ae4 012878 store 1 ,mem_ssp_mode_flag 
+0x3ae5 012879 call ssp_enable 
+0x3ae6 012880 jam 1 ,mem_ssp_enable 
+0x3ae7 012881 branch module_hci_event_receive_valid_cmd 
+:      012882 module_hci_pairing_passkey:
+0x3ae8 012883 setarg ssp_mode_passkey_io_cap_data 
+0x3ae9 012884 branch module_hci_sspairing_mode 
+:      012886 module_hci_pairing_numeric_comparison:
+0x3aea 012887 setarg ssp_mode_ssp_pin_io_cap_data 
+0x3aeb 012888 branch module_hci_sspairing_mode 
+:      012891 module_hci_cmd_set_pincode:
+0x3aec 012892 fetch 1 ,mem_module_uart_len 
+0x3aed 012893 sub pdata ,16 ,null 
+0x3aee 012894 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3aef 012895 store 1 ,mem_pin_length 
+0x3af0 012896 copy pdata ,loopcnt 
+0x3af1 012897 arg mem_pin ,contw 
+0x3af2 012898 call uart_copy_rx_bytes 
+0x3af3 012899 branch module_hci_event_receive_valid_cmd 
+:      012903 module_hci_cmd_set_uart_control_mode:
+0x3af4 012904 copy rega ,contru 
+0x3af5 012905 ifetch 1 ,contru 
+0x3af6 012906 hfetcht 1 ,core_uart_ctrl 
+0x3af7 012907 nsetflag blank ,4 ,temp 
+0x3af8 012908 hstoret 1 ,core_uart_ctrl 
+0x3af9 012909 branch module_hci_event_receive_valid_cmd 
+:      012913 module_hci_cmd_set_uart_baud:
+0x3afa 012914 fetch 1 ,mem_module_uart_len 
+0x3afb 012915 copy pdata ,loopcnt 
+0x3afc 012916 copy rega ,contru 
+0x3afd 012917 call string2dec_from_uart 
+0x3afe 012918 setarg uart_clk_24 
+0x3aff 012919 idiv temp 
+0x3b00 012920 call wait_div_end 
+0x3b01 012921 quotient pdata 
+:      012922 module_hci_cmd_set_uart_baud_ok:
+0x3b02 012923 store uart_baud_len ,mem_baud 
+0x3b03 012924 call module_hci_event_receive_valid_cmd 
+0x3b04 012925 call wait_uarttx 
+0x3b05 012926 branch uart_set_baud_by_mem 
+:      012930 module_hci_cmd_version_request:
+0x3b06 012931 arg 2 ,rega 
+0x3b07 012932 arg mem_soft_version_num ,regb 
+0x3b08 012933 arg 0 ,temp 
+0x3b09 012934 branch module_hci_event_set_cmd 
+:      012935 module_hci_event_set_cmd_send_response:
+0x3b0a 012936 store 2 ,mem_event_cmd_response_content 
+0x3b0b 012937 arg mem_event_cmd_response_content ,regb 
+0x3b0c 012938 arg 0 ,temp 
+0x3b0d 012939 branch module_hci_event_set_cmd 
+:      012943 module_hci_cmd_bt_disconnect:
+0x3b0e 012944 fetch 2 ,mem_ui_state_map 
+0x3b0f 012945 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
+:      012946 module_hci_cmd_bt_disconnect_doing:
+0x3b10 012947 call module_hci_event_receive_valid_cmd 
+0x3b11 012948 branch app_bt_disconnect 
+:      012952 module_hci_cmd_ble_disconnect:
+0x3b12 012953 fetch 2 ,mem_ui_state_map 
+0x3b13 012954 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+:      012955 module_hci_cmd_ble_disconnect_doing:
+0x3b14 012956 call module_hci_event_receive_valid_cmd 
+0x3b15 012957 branch app_ble_disconnect 
+:      012963 module_hci_cmd_set_nvram:
+0x3b16 012964 fetch 1 ,mem_module_uart_len 
+0x3b17 012965 copy pdata ,loopcnt 
+0x3b18 012966 copy rega ,contru 
+0x3b19 012967 fetch 2 ,mem_nv_data_ptr 
+0x3b1a 012968 icopy contw 
+0x3b1b 012969 call uart_copy_rx_bytes_fast 
+0x3b1c 012970 branch module_hci_event_receive_valid_cmd 
+:      012974 module_hci_cmd_confirm_gkey:
+0x3b1d 012975 fetch 1 ,mem_ui_state_map 
+0x3b1e 012976 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
+0x3b1f 012977 ifetch 1 ,contru 
+0x3b20 012978 fetcht 1 ,mem_flag_mode_ssp_pin 
+0x3b21 012979 setflag blank ,flag_mode_ssp_pin_comparison_result_bit ,temp 
+0x3b22 012980 set1 flag_mode_ssp_pin_reviceve_comparison_bit ,temp 
+0x3b23 012981 storet 1 ,mem_flag_mode_ssp_pin 
+0x3b24 012983 call module_hci_event_receive_valid_cmd 
+0x3b25 012985 fetch 1 ,mem_flag_mode_ssp_pin 
+0x3b26 012986 bbit1 flag_mode_ssp_pin_recieve_dhkey_bit ,module_hci_cmd_spp_number_comparison_result_is1 
+0x3b27 012987 rtn 
+:      012989 dhkey_not_accept:
+0x3b28 012990 jam 0 ,mem_flag_mode_ssp_pin 
+0x3b29 012991 jam bt_cmd_dhkey_not_accept ,mem_fifo_temp 
+0x3b2a 012992 branch ui_ipc_send_cmd 
+:      012995 module_hci_cmd_spp_number_comparison_result_is1:
+0x3b2b 012996 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
+0x3b2c 012997 branch dhkey_not_accept 
+:      013001 module_hci_cmd_set_credit_given:
+0x3b2d 013002 fetch 1 ,mem_ui_state_map 
+0x3b2e 013003 rtnbit0 ui_state_bt_spp_conn 
+0x3b2f 013004 fetch 1 ,mem_credit_flag 
+0x3b30 013005 rtneq credit_disable 
+0x3b31 013006 ifetch 1 ,contru 
+0x3b32 013007 fetcht 1 ,mem_credit_given 
+0x3b33 013008 iadd temp ,temp 
+0x3b34 013009 storet 1 ,mem_credit_given 
+0x3b35 013010 rtn 
+:      013014 module_hci_cmd_auto_adv:
+0x3b36 013015 arg 0x40 ,loopcnt 
+0x3b37 013016 arg mem_le_adv_data_len ,contw 
+0x3b38 013017 call clear_mem 
+0x3b39 013018 setarg 0 
+0x3b3a 013019 store 1 ,mem_regb 
+0x3b3b 013020 copy rega ,contru 
+:      013021 module_hci_cmd_auto_adv_loop:
+0x3b3c 013022 copy contru ,pdata 
+0x3b3d 013023 store 2 ,mem_regc 
+0x3b3e 013024 call module_hci_cmd_auto_adv_adv_analys 
+0x3b3f 013026 fetch 1 ,mem_regb 
+0x3b40 013027 fetcht 1 ,mem_temp 
+0x3b41 013028 increase 1 ,temp 
+0x3b42 013029 iadd temp ,pdata 
+0x3b43 013030 store 1 ,mem_regb 
+0x3b44 013032 sub pdata ,31 ,null 
+0x3b45 013033 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
+:      013034 module_hci_cmd_auto_adv_store_adv:
+0x3b46 013035 fetcht 1 ,mem_le_adv_data_len 
+0x3b47 013036 setarg mem_le_adv_data 
+0x3b48 013037 iadd temp ,pdata 
+0x3b49 013038 store 2 ,mem_contw 
+0x3b4a 013039 fetcht 1 ,mem_temp 
+0x3b4b 013040 increase 1 ,temp 
+0x3b4c 013041 fetch 1 ,mem_le_adv_data_len 
+0x3b4d 013042 iadd temp ,pdata 
+0x3b4e 013043 store 1 ,mem_le_adv_data_len 
+0x3b4f 013044 branch module_hci_cmd_auto_adv_store_common 
+:      013045 module_hci_cmd_auto_adv_store_scan:
+0x3b50 013046 fetcht 1 ,mem_le_scan_data_len 
+0x3b51 013047 setarg mem_le_scan_data 
+0x3b52 013048 iadd temp ,pdata 
+0x3b53 013049 store 2 ,mem_contw 
+0x3b54 013050 fetcht 1 ,mem_temp 
+0x3b55 013051 increase 1 ,temp 
+0x3b56 013052 fetch 1 ,mem_le_scan_data_len 
+0x3b57 013053 iadd temp ,pdata 
+0x3b58 013054 store 1 ,mem_le_scan_data_len 
+:      013055 module_hci_cmd_auto_adv_store_common:
+0x3b59 013056 fetch 2 ,mem_contw 
+0x3b5a 013057 copy pdata ,contw 
+0x3b5b 013058 fetch 2 ,mem_regc 
+0x3b5c 013059 copy pdata ,contru 
+0x3b5d 013061 copy temp ,loopcnt 
+0x3b5e 013062 call uart_copy_rx_bytes_fast 
+0x3b5f 013064 fetch 1 ,mem_module_uart_len 
+0x3b60 013065 fetcht 1 ,mem_regb 
+0x3b61 013066 isub temp ,null 
+0x3b62 013067 nbranch module_hci_cmd_auto_adv_loop ,zero 
+0x3b63 013068 branch module_hci_event_receive_valid_cmd 
+:      013071 module_hci_cmd_auto_adv_adv_analys:
+0x3b64 013072 ifetch 1 ,contru 
+0x3b65 013073 store 1 ,mem_temp 
+0x3b66 013074 ifetch 1 ,contru 
+0x3b67 013075 store 1 ,mem_rega 
+0x3b68 013076 rtn 
+:      013080 module_hci_cmd_power_request:
+0x3b69 013081 arg 0 ,temp 
+0x3b6a 013082 arg 2 ,rega 
+0x3b6b 013083 fetch 2 ,mem_module_vdd_quotient 
+0x3b6c 013084 store 2 ,mem_event_cmd_response_content 
+0x3b6d 013085 arg mem_event_cmd_response_content ,regb 
+0x3b6e 013086 branch module_hci_event_set_cmd 
+:      013090 module_hci_cmd_power_set:
+0x3b6f 013091 fetch 1 ,mem_module_uart_len 
+0x3b70 013092 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3b71 013093 ifetch 1 ,contru 
+0x3b72 013094 store 1 ,mem_module_read_vdd_flag 
+0x3b73 013095 setarg 0x00 
+0x3b74 013096 store 2 ,mem_module_vdd_quotient 
+0x3b75 013097 branch module_hci_event_receive_valid_cmd 
+:      013101 module_hci_cmd_passkey_entry:
+0x3b76 013102 ifetch 4 ,contru 
+0x3b77 013103 store 4 ,mem_pin 
+0x3b78 013104 jam 4 ,mem_pin_length 
+0x3b79 013105 jam 0 ,mem_authentication_passkey_times 
+0x3b7a 013106 call module_hci_event_receive_valid_cmd 
+0x3b7b 013107 branch authentication_passkey 
+:      013111 module_hci_cmd_set_gpio:
+0x3b7c 013112 fetch 1 ,mem_module_uart_len 
+0x3b7d 013113 bne 3 ,module_hci_event_receive_invalid_cmd 
+0x3b7e 013114 ifetch 1 ,contru 
+0x3b7f 013115 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
+0x3b80 013116 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
+0x3b81 013117 branch module_hci_event_receive_invalid_cmd 
+:      013119 module_set_gpio_input:
+0x3b82 013120 ifetcht 1 ,contru 
+0x3b83 013121 ifetch 1 ,contru 
+0x3b84 013122 beq gpio_input_high_impedance ,module_set_gpio_high_impedance 
+0x3b85 013123 nsetflag blank ,7 ,temp 
+0x3b86 013124 call gpio_config_input 
+0x3b87 013125 branch module_hci_event_receive_valid_cmd 
+:      013127 module_set_gpio_high_impedance:
+0x3b88 013128 call gpio_set_high_impedance 
+0x3b89 013129 branch module_hci_event_receive_valid_cmd 
+:      013131 module_set_gpio_output:
+0x3b8a 013132 ifetcht 1 ,contru 
+0x3b8b 013133 call gpio_config_output0 
+0x3b8c 013134 ifetch 1 ,contru 
+0x3b8d 013135 isolate1 0 ,pdata 
+0x3b8e 013136 call gpio_out_flag 
+0x3b8f 013137 branch module_hci_event_receive_valid_cmd 
+:      013141 module_hci_cmd_read_gpio:
+0x3b90 013142 fetch 1 ,mem_module_uart_len 
+0x3b91 013143 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3b92 013144 ifetcht 1 ,contru 
+0x3b93 013145 call gpio_get_bit 
+0x3b94 013146 setarg 0x0 
+0x3b95 013147 nsetflag true ,0 ,pdata 
+0x3b96 013148 arg 1 ,rega 
+0x3b97 013149 branch module_hci_event_set_cmd_send_response 
+:      013153 module_hci_cmd_le_set_pairing_mode:
+0x3b98 013154 copy rega ,contru 
+0x3b99 013155 ifetch 1 ,contru 
+0x3b9a 013156 copy pdata ,temp 
+0x3b9b 013157 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
+0x3b9c 013158 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
+0x3b9d 013159 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
+0x3b9e 013160 store 1 ,mem_le_pairing_mode 
+0x3b9f 013161 beq le_pairing_mode_none ,module_le_set_no_pairing 
+0x3ba0 013162 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
+0x3ba1 013163 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
+0x3ba2 013164 branch module_hci_event_receive_invalid_cmd 
+:      013166 module_le_set_pairing_mode_secure_justwork:
+0x3ba3 013167 fetch 1 ,mem_le_secure_connect_enable 
+0x3ba4 013168 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3ba5 013169 storet 1 ,mem_le_pairing_mode 
+0x3ba6 013170 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3ba7 013171 branch module_le_set_noinputnooutput 
+:      013172 module_le_set_pairing_mode_secure_numeric:
+0x3ba8 013173 fetch 1 ,mem_le_secure_connect_enable 
+0x3ba9 013174 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3baa 013175 storet 1 ,mem_le_pairing_mode 
+0x3bab 013176 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3bac 013177 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x3bad 013178 branch module_hci_event_receive_valid_cmd 
+:      013179 module_le_set_pairing_mode_secure_passkey:
+0x3bae 013180 fetch 1 ,mem_le_secure_connect_enable 
+0x3baf 013181 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3bb0 013182 storet 1 ,mem_le_pairing_mode 
+0x3bb1 013183 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3bb2 013184 branch module_le_set_displayonly 
+:      013185 module_le_set_no_pairing:
+0x3bb3 013186 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      013187 module_le_set_noinputnooutput:
+0x3bb4 013188 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x3bb5 013189 branch module_hci_event_receive_valid_cmd 
+:      013190 module_le_set_pairing_mode_lagacy_just_work:
+0x3bb6 013191 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x3bb7 013192 branch module_le_set_noinputnooutput 
+:      013193 module_le_set_pairing_mode_lagacy_passkey:
+0x3bb8 013194 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      013195 module_le_set_displayonly:
+0x3bb9 013196 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x3bba 013197 branch module_hci_event_receive_valid_cmd 
+:      013201 module_hci_cmd_le_set_adv_data:
+0x3bbb 013202 fetch 1 ,mem_module_uart_len 
+0x3bbc 013203 sub pdata ,31 ,null 
+0x3bbd 013204 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3bbe 013205 store 1 ,mem_le_adv_data_len 
+0x3bbf 013206 copy pdata ,loopcnt 
+0x3bc0 013207 copy rega ,contru 
+0x3bc1 013208 arg mem_le_adv_data ,contw 
+0x3bc2 013209 call uart_copy_rx_bytes_fast 
+0x3bc3 013210 branch module_hci_event_receive_valid_cmd 
+:      013214 module_hci_cmd_le_set_scan_data:
+0x3bc4 013215 fetch 1 ,mem_module_uart_len 
+0x3bc5 013216 sub pdata ,31 ,null 
+0x3bc6 013217 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3bc7 013218 store 1 ,mem_le_scan_data_len 
+0x3bc8 013219 copy pdata ,loopcnt 
+0x3bc9 013220 copy rega ,contru 
+0x3bca 013221 arg mem_le_scan_data ,contw 
+0x3bcb 013222 call uart_copy_rx_bytes_fast 
+0x3bcc 013223 branch module_hci_event_receive_valid_cmd 
+:      013227 module_hci_cmd_le_send_conn_update_req:
+0x3bcd 013228 fetch 2 ,mem_ui_state_map 
+0x3bce 013229 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x3bcf 013230 fetch 1 ,mem_module_uart_len 
+0x3bd0 013231 bne 0x08 ,module_hci_event_receive_invalid_cmd 
+0x3bd1 013232 copy rega ,contru 
+0x3bd2 013233 ifetch 8 ,contru 
+0x3bd3 013234 store 8 ,mem_le_interval_min 
+0x3bd4 013235 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x3bd5 013236 call ui_ipc_send_cmd 
+0x3bd6 013237 branch module_hci_event_receive_valid_cmd 
+:      013241 module_hci_cmd_set_le_adv_parameter:
+0x3bd7 013242 ifetch 2 ,contru 
+0x3bd8 013243 store 2 ,mem_le_adv_interval 
+0x3bd9 013244 branch module_hci_event_receive_valid_cmd 
+:      013248 module_hci_cmd_le_start_pairing:
+0x3bda 013249 fetch 1 ,mem_le_pairing_mode 
+0x3bdb 013250 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3bdc 013251 fetch 1 ,mem_le_pairing_state 
+0x3bdd 013252 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
+0x3bde 013253 fetch 1 ,mem_le_enc_state 
+0x3bdf 013254 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
+0x3be0 013255 call check_51cmd_le_smp_sec_req 
+0x3be1 013256 branch module_hci_event_receive_valid_cmd 
+:      013260 module_hci_cmd_set_wake_gpio:
+0x3be2 013261 fetch 1 ,mem_module_uart_len 
+0x3be3 013262 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x3be4 013263 ifetch 1 ,contru 
+0x3be5 013264 store 1 ,mem_module_mcu_wake_pin 
+0x3be6 013265 ifetch 4 ,contru 
+0x3be7 013266 store 4 ,mem_module_mcu_wake_delay_us 
+0x3be8 013267 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3be9 013268 call gpio_config_output 
+0x3bea 013269 call module_set_mcu_wake_pin_low 
+0x3beb 013270 branch module_hci_event_receive_valid_cmd 
+:      013274 module_hci_cmd_set_tx_power:
+0x3bec 013275 fetch 1 ,mem_module_uart_len 
+0x3bed 013276 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x3bee 013277 ifetch 1 ,contru 
+0x3bef 013278 store 1 ,mem_tx_power 
+0x3bf0 013279 branch module_hci_event_receive_valid_cmd 
+:      013283 module_hci_cmd_le_confirm_gkey:
+0x3bf1 013284 ifetch 1 ,contru 
+0x3bf2 013285 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
+0x3bf3 013286 fetch 1 ,mem_le_secure_connect_state 
+0x3bf4 013287 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf5 013288 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf6 013289 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf7 013290 branch module_hci_event_receive_invalid_cmd 
+:      013291 module_hci_cmd_le_confirm_gkey_ok:
+0x3bf8 013292 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
+0x3bf9 013293 branch module_hci_event_receive_valid_cmd 
+:      013295 module_hci_cmd_le_confirm_gkey_fail:
+0x3bfa 013296 call le_send_pairing_confirm_value_failed 
+0x3bfb 013297 branch module_hci_event_receive_valid_cmd 
+:      013301 module_hci_cmd_set_reject_justwork_flag:
+0x3bfc 013302 fetch 1 ,mem_module_uart_len 
+0x3bfd 013303 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x3bfe 013304 call module_hci_event_receive_valid_cmd 
+0x3bff 013305 ifetch 1 ,contru 
+0x3c00 013306 branch classic_bt_clr_reject_justwork_flag ,blank 
+0x3c01 013307 branch classic_bt_set_reject_justwork_flag 
+:      013311 module_hci_cmd_reset_chip:
+0x3c02 013312 call module_hci_event_receive_valid_cmd 
+0x3c03 013313 call wait_uarttx 
+0x3c04 013314 jam 0x01 ,core_reset 
+0x3c05 013315 branch loop 
+:      013319 module_hci_cmd_le_set_fixed_passkey:
+0x3c06 013320 fetch 1 ,mem_module_uart_len 
+0x3c07 013321 beq 0 ,module_hci_event_receive_invalid_cmd 
+0x3c08 013322 ifetch 1 ,contru 
+0x3c09 013323 branch module_hci_cmd_le_set_random_passkey ,blank 
+0x3c0a 013324 fetch 1 ,mem_module_uart_len 
+0x3c0b 013325 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x3c0c 013326 ifetch 4 ,contru 
+0x3c0d 013327 arg 1000000 ,temp 
+0x3c0e 013328 isub temp ,null 
+0x3c0f 013329 branch module_hci_event_receive_invalid_cmd ,positive 
+0x3c10 013330 store 4 ,mem_le_tk 
+0x3c11 013331 call le_set_config_fixed_tk 
+0x3c12 013332 branch module_hci_event_receive_valid_cmd 
+:      013334 module_hci_cmd_le_set_random_passkey:
+0x3c13 013335 call le_clr_config_fixed_tk 
+0x3c14 013336 branch module_hci_event_receive_valid_cmd 
+:      013340 module_hci_test_cmde_close_lpm:
+0x3c15 013341 jam 0 ,mem_lpm_mode 
+0x3c16 013342 branch module_hci_event_receive_valid_cmd 
+:      013347 module_hci_event_receive_invalid_cmd:
+0x3c17 013348 arg 1 ,temp 
+0x3c18 013349 arg 0 ,rega 
+0x3c19 013350 branch module_hci_event_set_cmd 
+:      013353 module_hci_event_receive_valid_cmd:
+0x3c1a 013354 arg 0 ,temp 
+0x3c1b 013355 arg 0 ,rega 
+0x3c1c 013356 branch module_hci_event_set_cmd 
+:      013360 module_hci_event_spp_connect:
+0x3c1d 013361 jam hci_event_spp_conn_rep ,mem_module_uart_opcode 
+0x3c1e 013362 branch module_hci_event_enter_standby_mode_len0 
+:      013366 module_hci_event_le_connect:
+0x3c1f 013367 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
+0x3c20 013368 branch module_hci_event_enter_standby_mode_len0 
+:      013372 module_hci_event_spp_disconnect:
+0x3c21 013373 jam hci_event_spp_dis_rep ,mem_module_uart_opcode 
+0x3c22 013374 branch module_hci_event_enter_standby_mode_len0 
+:      013378 module_hci_event_le_disconnect:
+0x3c23 013379 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
+0x3c24 013380 branch module_hci_event_enter_standby_mode_len0 
+:      013388 module_hci_event_set_cmd:
+0x3c25 013389 fetch 1 ,mem_module_uart_opcode 
+0x3c26 013390 copy pdata ,regc 
+0x3c27 013391 jam hci_event_cmd_res ,mem_module_uart_opcode 
+0x3c28 013392 setarg 2 
+0x3c29 013393 iadd rega ,pdata 
+0x3c2a 013394 call module_hci_prepare_tx 
+0x3c2b 013395 copy regc ,pdata 
+0x3c2c 013396 istore 1 ,contwu 
+0x3c2d 013397 istoret 1 ,contwu 
+0x3c2e 013398 copy rega ,loopcnt 
+0x3c2f 013399 copy regb ,contr 
+0x3c30 013400 call uart_copy_tx_bytes 
+0x3c31 013401 branch uartd_send 
+:      013405 module_hci_event_receive_spp_data:
+0x3c32 013407 call module_spp_clear_last_transmite_clock 
+0x3c33 013408 jam hci_event_spp_data_rep ,mem_module_uart_opcode 
+0x3c34 013409 fetch 1 ,mem_current_length 
+0x3c35 013410 rtn blank 
+0x3c36 013411 call module_hci_prepare_tx 
+0x3c37 013412 fetch 1 ,mem_current_length 
+0x3c38 013413 copy pdata ,loopcnt 
+0x3c39 013414 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x3c3a 013415 copy pdata ,contr 
+0x3c3b 013416 call uart_copy_tx_bytes_fast 
+0x3c3c 013417 branch uartd_send 
+:      013421 module_hci_event_receive_le_data:
+0x3c3d 013422 jam hci_event_le_data_rep ,mem_module_uart_opcode 
+0x3c3e 013423 fetch 1 ,mem_module_le_rx_data_len 
+0x3c3f 013424 icopy loopcnt 
+0x3c40 013425 increase 2 ,pdata 
+0x3c41 013426 call module_hci_prepare_tx 
+0x3c42 013427 fetch 2 ,mem_module_le_rx_data_handle 
+0x3c43 013428 istore 2 ,contwu 
+0x3c44 013429 fetch 2 ,mem_module_le_rx_data_address 
+0x3c45 013430 icopy contr 
+0x3c46 013431 call uart_copy_tx_bytes_fast 
+0x3c47 013432 branch uartd_send 
+:      013436 module_hci_event_enter_standby_mode:
+0x3c48 013437 jam hci_event_standby_rep ,mem_module_uart_opcode 
+:      013438 module_hci_event_enter_standby_mode_len0:
+0x3c49 013439 setarg 0 
+0x3c4a 013440 call module_hci_prepare_tx 
+0x3c4b 013441 branch uartd_send 
+:      013445 module_hci_event_status_res:
+0x3c4c 013446 jam hci_event_status_res ,mem_module_uart_opcode 
+0x3c4d 013447 setarg 1 
+0x3c4e 013448 call module_hci_prepare_tx 
+0x3c4f 013450 call module_hci_read_bt_status 
+0x3c50 013452 fetch 2 ,mem_ui_state_map 
+0x3c51 013453 arg ui_state_bt_hid_conn ,queue 
+0x3c52 013454 qisolate1 pdata 
+0x3c53 013455 setflag true ,3 ,temp 
+0x3c54 013457 arg ui_state_ble_connected ,queue 
+0x3c55 013458 qisolate1 pdata 
+0x3c56 013459 setflag true ,5 ,temp 
+0x3c57 013461 fetch 1 ,mem_ui_state_map 
+0x3c58 013462 arg ui_state_bt_spp_conn ,queue 
+0x3c59 013463 qisolate1 pdata 
+0x3c5a 013464 setflag true ,4 ,temp 
+0x3c5b 013466 istoret 1 ,contwu 
+0x3c5c 013467 branch uartd_send 
+:      013471 module_hci_read_bt_status:
+0x3c5d 013472 arg 0 ,temp 
+0x3c5e 013473 fetch 1 ,mem_scan_mode 
+0x3c5f 013474 arg inq_scan_mode ,queue 
+0x3c60 013475 qisolate1 pdata 
+0x3c61 013476 setflag true ,0 ,temp 
+0x3c62 013477 arg page_scan_mode ,queue 
+0x3c63 013478 qisolate1 pdata 
+0x3c64 013479 setflag true ,1 ,temp 
+0x3c65 013481 fetch 1 ,mem_le_adv_enable 
+0x3c66 013482 arg 0 ,queue 
+0x3c67 013483 qisolate1 pdata 
+0x3c68 013484 setflag true ,2 ,temp 
+0x3c69 013485 rtn 
+:      013489 module_hci_event_store_device:
+0x3c6a 013490 jam hci_event_nvram_rep ,mem_module_uart_opcode 
+0x3c6b 013491 fetch 1 ,mem_nv_data_number 
+0x3c6c 013492 mul32 pdata ,34 ,pdata 
+0x3c6d 013493 icopy loopcnt 
+0x3c6e 013494 call module_hci_prepare_tx 
+0x3c6f 013495 fetch 2 ,mem_nv_data_ptr 
+0x3c70 013496 icopy contr 
+0x3c71 013497 call uart_copy_tx_bytes_fast 
+0x3c72 013498 branch uartd_send 
+:      013502 module_hci_event_gkey_generate:
+0x3c73 013503 jam hci_event_gkey ,mem_module_uart_opcode 
+0x3c74 013504 setarg 4 
+0x3c75 013505 call module_hci_prepare_tx 
+0x3c76 013506 fetch 4 ,mem_gkey 
+0x3c77 013507 istore 4 ,contwu 
+0x3c78 013508 branch uartd_send 
+:      013512 module_hci_event_invalid_packet:
+0x3c79 013513 jam hci_event_invalid_packet ,mem_module_uart_opcode 
+0x3c7a 013514 hfetch 2 ,core_uart_rxitems 
+0x3c7b 013515 arg 0xff ,temp 
+0x3c7c 013516 call not_greater_than 
+0x3c7d 013517 copy pdata ,loopcnt 
+0x3c7e 013518 call module_hci_prepare_tx 
+0x3c7f 013519 call uartd_prepare_rx 
+0x3c80 013520 call uart_copy_rx2tx 
+0x3c81 013521 branch uartd_send 
+:      013525 module_hci_event_passkey_entry_mode:
+0x3c82 013526 jam hci_event_get_passkey ,mem_module_uart_opcode 
+0x3c83 013527 branch module_hci_event_enter_standby_mode_len0 
+:      013531 module_hci_event_le_tk:
+0x3c84 013532 jam hci_event_le_tk ,mem_module_uart_opcode 
+0x3c85 013533 setarg 4 
+0x3c86 013534 call module_hci_prepare_tx 
+0x3c87 013535 fetch 4 ,mem_le_tk 
+0x3c88 013536 istore 4 ,contwu 
+0x3c89 013537 branch uartd_send 
+:      013541 module_hci_event_le_pairing_fail:
+0x3c8a 013542 arg flag_ble_pairing_fail ,rega 
+0x3c8b 013543 branch module_hci_event_pairing_completed 
+:      013545 module_hci_event_le_pairing_success:
+0x3c8c 013546 arg flag_ble_pairing_success ,rega 
+0x3c8d 013547 branch module_hci_event_pairing_completed 
+:      013549 module_hci_event_bt_pairing_fail:
+0x3c8e 013550 arg flag_bt_pairing_fail ,rega 
+0x3c8f 013551 branch module_hci_event_pairing_completed 
+:      013553 module_hci_event_bt_pairing_success:
+0x3c90 013554 arg flag_bt_pairing_success ,rega 
+:      013556 module_hci_event_pairing_completed:
+0x3c91 013557 jam 0 ,mem_flag_mode_ssp_pin 
+0x3c92 013558 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
+0x3c93 013559 setarg 2 
+0x3c94 013560 call module_hci_prepare_tx 
+0x3c95 013561 copy rega ,pdata 
+0x3c96 013562 istore 2 ,contwu 
+0x3c97 013563 branch uartd_send 
+:      013567 module_hci_event_pause_enc:
+0x3c98 013568 arg flag_event_pause_enc ,regc 
+0x3c99 013569 branch module_hci_event_enc 
+:      013571 module_hci_event_start_enc:
+0x3c9a 013572 arg flag_event_start_enc ,regc 
+:      013574 module_hci_event_enc:
+0x3c9b 013575 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
+0x3c9c 013576 setarg 1 
+0x3c9d 013577 call module_hci_prepare_tx 
+0x3c9e 013578 copy regc ,pdata 
+0x3c9f 013579 istore 1 ,contwu 
+0x3ca0 013580 branch uartd_send 
+:      013584 module_hci_event_le_gkey:
+0x3ca1 013585 jam hci_event_le_gkey ,mem_module_uart_opcode 
+0x3ca2 013586 setarg 4 
+0x3ca3 013587 call module_hci_prepare_tx 
+0x3ca4 013588 fetch 4 ,mem_gkey 
+0x3ca5 013589 istore 4 ,contwu 
+0x3ca6 013590 branch uartd_send 
+:      013601 module_hci_prepare_tx:
+0x3ca7 013602 jam 0x02 ,mem_module_uart_cmd 
+0x3ca8 013603 store 1 ,mem_module_uart_len 
+0x3ca9 013604 storet 8 ,mem_temp 
+0x3caa 013605 bpatch patch1c_2 ,mem_patch1c 
+0x3cab 013606 call module_set_mcu_wake_pin_high_delay 
+0x3cac 013607 fetcht 8 ,mem_temp 
+0x3cad 013608 call uartd_prepare_tx 
+0x3cae 013609 fetch 3 ,mem_module_uart_cmd 
+0x3caf 013610 istore 3 ,contwu 
+0x3cb0 013611 rtn 
+:      013614 module_set_mcu_wake_pin_high_delay:
+0x3cb1 013615 call module_check_mcu_wake_pin_high 
+0x3cb2 013616 rtn true 
+:      013617 module_set_mcu_wake_pin_h_delay:
+0x3cb3 013618 call module_set_mcu_wake_pin_high 
+0x3cb4 013619 fetch 4 ,mem_module_mcu_wake_delay_us 
+0x3cb5 013620 rshift2 pdata ,pdata 
+0x3cb6 013621 rtn blank 
+0x3cb7 013622 branch delay 
+:      013624 module_set_mcu_wake_pin_high:
+0x3cb8 013626 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cb9 013627 branch gpio_out_active 
+:      013629 module_check_mcu_wake_pin_high:
+0x3cba 013630 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cbb 013631 branch gpio_check_active 
+:      013633 module_set_mcu_wake_pin_low:
+0x3cbc 013634 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cbd 013635 branch gpio_out_inactive 
+:      013638 delay:
+0x3cbe 013639 increase -1 ,pdata 
+0x3cbf 013640 nop 38 
+0x3cc0 013641 nbranch delay ,blank 
+0x3cc1 013642 rtn 
+:      013651 module_le_receive_data:
+0x3cc2 013652 call module_check_ble_encrypt_state 
+0x3cc3 013653 rtn user 
+0x3cc4 013654 copy rega ,pdata 
+0x3cc5 013655 store 2 ,mem_module_le_rx_data_address 
+0x3cc6 013656 copy regb ,pdata 
+0x3cc7 013657 store 1 ,mem_module_le_rx_data_len 
+0x3cc8 013658 fetch 2 ,mem_le_att_handle 
+0x3cc9 013659 fetcht 2 ,mem_module_data_write_handle 
+0x3cca 013660 isub temp ,null 
+0x3ccb 013661 branch module_le_receive_data_ok ,zero 
+0x3ccc 013662 fetcht 2 ,mem_module_data_write_handle2 
+0x3ccd 013663 isub temp ,null 
+0x3cce 013664 nrtn zero 
+:      013665 module_le_receive_data_ok:
+0x3ccf 013666 store 2 ,mem_module_le_rx_data_handle 
+0x3cd0 013667 branch module_hci_event_receive_le_data 
+:      013672 module_exit_sniff:
+0x3cd1 013673 fetch 1 ,mem_module_flag 
+0x3cd2 013674 rtnbit1 moudle_task_unsniff 
+0x3cd3 013675 call module_set_unsniff_task_flag 
+0x3cd4 013676 branch app_bt_sniff_exit 
+:      013679 module_set_lpm_mult_2:
+0x3cd5 013680 jam 2 ,mem_lpm_mult 
+0x3cd6 013681 rtn 
+:      013685 module_bb_event_timer:
+0x3cd7 013686 branch module_read_vdd_timer 
+:      013688 module_read_vdd_timer:
+0x3cd8 013689 fetch 1 ,mem_module_read_vdd_flag 
+0x3cd9 013690 rtn blank 
+0x3cda 013691 fetch 1 ,mem_module_read_vdd_count 
+0x3cdb 013692 rtn blank 
+0x3cdc 013693 increase -1 ,pdata 
+0x3cdd 013694 store 1 ,mem_module_read_vdd_count 
+0x3cde 013695 nrtn blank 
+0x3cdf 013696 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
+0x3ce0 013697 call adc_set_mode 
+0x3ce1 013698 call vdd_calculate_by_mode 
+0x3ce2 013699 div pdata ,0x64 
+0x3ce3 013700 call wait_div_end 
+0x3ce4 013701 quotient pdata 
+0x3ce5 013702 remainder temp 
+0x3ce6 013703 store 1 ,mem_module_vdd_quotient 
+0x3ce7 013704 storet 1 ,mem_module_vdd_remainder 
+0x3ce8 013705 rtn 
+:      013708 module_control_air_flow:
+0x3ce9 013709 call check_uart_tx_buff 
+0x3cea 013710 branch app_l2cap_flow_control_enable ,positive 
+0x3ceb 013711 branch app_l2cap_flow_control_disable 
+:      013715 module_set_sniff_task_flag:
+0x3cec 013716 arg moudle_task_sniff ,queue 
+0x3ced 013717 branch module_set_state 
+:      013719 module_clear_sniff_task_flag:
+0x3cee 013720 arg moudle_task_sniff ,queue 
+0x3cef 013721 branch module_clr_state 
+:      013723 module_set_unsniff_task_flag:
+0x3cf0 013724 arg moudle_task_unsniff ,queue 
+0x3cf1 013725 branch module_set_state 
+:      013727 module_clear_unsniff_task_flag:
+0x3cf2 013728 arg moudle_task_unsniff ,queue 
+0x3cf3 013729 branch module_clr_state 
+:      013731 module_set_le_tx_data_flag:
+0x3cf4 013732 arg module_flag_ble_data_finish ,queue 
+0x3cf5 013733 branch module_set_state 
+:      013735 module_clear_le_tx_data_flag:
+0x3cf6 013736 arg module_flag_ble_data_finish ,queue 
+0x3cf7 013737 branch module_clr_state 
+:      013739 module_clr_state:
+0x3cf8 013740 fetch 1 ,mem_module_flag 
+0x3cf9 013741 qset0 pdata 
+0x3cfa 013742 store 1 ,mem_module_flag 
+0x3cfb 013743 rtn 
+:      013745 module_set_state:
+0x3cfc 013746 fetch 1 ,mem_module_flag 
+0x3cfd 013747 qset1 pdata 
+0x3cfe 013748 store 1 ,mem_module_flag 
+0x3cff 013749 rtn 
+:      013759 mouse_init:
+0x3d00 013760 call mouse_setting_config 
+0x3d01 013761 call spi_ncs_enable 
+0x3d02 013762 call mouse_init_sunt 
+0x3d03 013763 call mouse_dpi_config 
+0x3d04 013764 call spi_ncs_disable 
+0x3d05 013765 rtn wake 
+0x3d06 013766 call mouse_cheak_enable_usb 
+0x3d07 013767 call mouse_cb_fuction 
+0x3d08 013770 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d09 013771 rtnbit1 mouse_enable_usb 
+0x3d0a 013772 call mouse_wakeup_from_power 
+0x3d0b 013773 rtnmark1 mark_24g 
+0x3d0c 013774 fetch 2 ,mem_ui_state_map 
+0x3d0d 013775 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x3d0e 013776 branch mouse_check_reconn_target 
+:      013779 mouse_delay_4s:
+0x3d0f 013780 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d10 013781 rtnbit0 mouse_enable_init_delay 
+0x3d11 013782 arg 20 ,loopcnt 
+:      013783 mouse_delay_20ms:
+0x3d12 013784 setarg 200000 
+0x3d13 013785 call sleep 
+0x3d14 013786 loop delay_10ms 
+0x3d15 013787 rtn 
+:      013790 mouse_cheak_enable_usb:
+0x3d16 013791 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d17 013792 rtnbit0 mouse_enable_usb 
+0x3d18 013793 branch usb_init 
+:      013796 mouse_cb_fuction:
+0x3d19 013797 setarg mouse_le 
+0x3d1a 013798 store 2 ,mem_cb_le_process 
+0x3d1b 013799 setarg mouse_send_process 
+0x3d1c 013800 store 2 ,mem_cb_bt_process 
+0x3d1d 013801 setarg mouse_process_lpm_before 
+0x3d1e 013802 store 2 ,mem_cb_before_lpm 
+0x3d1f 013803 setarg mouse_priority_bb_event 
+0x3d20 013804 store 2 ,mem_cb_bb_event_process 
+0x3d21 013805 setarg mouse_idle 
+0x3d22 013806 store 2 ,mem_cb_idle_process 
+0x3d23 013807 setarg mouse_before_hibernate 
+0x3d24 013808 store 2 ,mem_cb_before_hibernate 
+0x3d25 013809 setarg le_mouse_bb_event_connect_complete 
+0x3d26 013810 store 2 ,mem_cb_att_write 
+0x3d27 013812 call g24_head_ptr2regc 
+0x3d28 013813 setarg mouse_g24_package_data 
+0x3d29 013814 add regc ,offset_24g_cb_data ,contw 
+0x3d2a 013815 istore 2 ,contw 
+0x3d2b 013816 setarg mouse_g24_enter_lpm 
+0x3d2c 013817 add regc ,offset_24g_cb_lpm_prepare ,contw 
+0x3d2d 013818 istore 2 ,contw 
+0x3d2e 013819 setarg mouse_lpm_before_common 
+0x3d2f 013820 add regc ,offset_24g_cb_lpm_before ,contw 
+0x3d30 013821 istore 2 ,contw 
+0x3d31 013823 setarg mouse_bb_event_timer 
+0x3d32 013824 store 2 ,mem_cb_event_timer 
+0x3d33 013825 setarg mouse_spi_write_flash_cb 
+0x3d34 013826 store 2 ,mem_cb_spi_flash_write_complate 
+0x3d35 013827 rtn 
+:      013828 mouse_spi_write_flash_cb:
+:      013829 mouse_spi_init:
+0x3d36 013830 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d37 013831 bbit0 mouse_enable_spi2 ,spid_init 
+0x3d38 013832 branch spid_init2 
+:      013834 mouse_setting_config:
+0x3d39 013835 rtn wake 
+0x3d3a 013836 call g24_set_device_addr 
+0x3d3b 013837 call mouse_gpio_init 
+0x3d3c 013838 call mouse_param_init 
+0x3d3d 013839 call mouse_adc_init 
+0x3d3e 013840 call le_set_config_fixed_ltk 
+0x3d3f 013841 call le_set_justwork 
+0x3d40 013842 call le_set_fixed_ltk 
+0x3d41 013843 call le_set_config_read_authentication 
+0x3d42 013844 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d43 013845 bbit1 mouse_enable_eeprom ,mouse_init_iic 
+0x3d44 013846 bbit1 mouse_enable_flash ,mouse_load_flash_info_cheak 
+0x3d45 013847 rtn 
+:      013849 mouse_init_iic:
+0x3d46 013850 call iic_init_390k 
+0x3d47 013851 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d48 013852 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x3d49 013853 ncall clear_eeprom_size_2k ,true 
+0x3d4a 013854 call mouse_load_eeprom_dpi 
+0x3d4b 013855 call mouse_init_environment 
+0x3d4c 013856 call mouse_set_24g_addr_eeprom 
+0x3d4d 013857 branch iicd_read_eep_data 
+:      013859 mouse_wakeup_from_power:
+0x3d4e 013860 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d4f 013861 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_no_from_power 
+0x3d50 013862 fetch 1 ,mem_wakup_from_power_flag 
+0x3d51 013863 isolate0 gpio_latch ,pdata 
+0x3d52 013864 nrtn true 
+:      013865 mouse_wakeup_no_from_power:
+0x3d53 013866 fetch 1 ,mem_reconn_times_init 
+0x3d54 013867 store 1 ,mem_reconn_times 
+0x3d55 013868 fetch 1 ,mem_config_function_enable 
+0x3d56 013869 rtnbit1 enable_select_device_by_switch 
+:      013870 mouse_start_24g_mode:
+0x3d57 013871 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d58 013872 rtnbit0 mouse_enable_24g 
+0x3d59 013873 bbit1 mouse_enable_auto_24g_paring ,g24_auto_pair_start 
+0x3d5a 013874 branch g24_check_51cmd_start_24g 
+:      013875 le_mouse_bb_event_connect_complete:
+0x3d5b 013876 fetch 1 ,mem_le_att_handle 
+0x3d5c 013877 sub pdata ,26 ,pdata 
+0x3d5d 013878 nrtn zero 
+0x3d5e 013879 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x3d5f 013880 call ui_ipc_send_cmd 
+:      013881 mouse_le_write_enable:
+0x3d60 013882 arg write_req_enable_flag ,queue 
+0x3d61 013883 branch mouse_le_enable_connect_flag 
+:      013885 mouse_dpi_up:
+0x3d62 013886 fetch 1 ,mem_mouse_dpi_button_state 
+0x3d63 013887 rtneq dpi_button_state_up 
+0x3d64 013888 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x3d65 013889 rtn 
+:      013890 mouse_dpi_config:
+0x3d66 013891 fetch 1 ,mem_config_sensor_motion 
+0x3d67 013892 and pdata ,0x0f ,pdata 
+0x3d68 013893 store 1 ,mem_mouse_dpi 
+0x3d69 013894 branch mouse_seting_dpi + 2 
+:      013897 mouse_dpi_cheak:
+0x3d6a 013898 fetcht 1 ,mem_dpi_button_gpio 
+0x3d6b 013899 call gpio_get_bit 
+0x3d6c 013900 nbranch mouse_dpi_up ,true 
+:      013901 mouse_dpi_down:
+0x3d6d 013902 fetch 1 ,mem_mouse_dpi_button_state 
+0x3d6e 013903 rtneq dpi_button_state_down 
+0x3d6f 013904 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+:      013905 mouse_dpi_down_setting:
+0x3d70 013906 fetch 1 ,mem_mouse_dpi 
+0x3d71 013907 increase 1 ,pdata 
+0x3d72 013908 and pdata ,0x03 ,pdata 
+0x3d73 013909 store 1 ,mem_mouse_dpi 
+0x3d74 013910 call mouse_seting_dpi 
+0x3d75 013911 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d76 013912 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+0x3d77 013913 bbit1 mouse_enable_flash ,mouse_before_store_flash_cpi 
+0x3d78 013914 rtn 
+:      013915 mouse_before_store_flash_cpi:
+0x3d79 013916 arg mouse_spi2_clk_gpio ,temp 
+0x3d7a 013917 call gpio_config_output 
+0x3d7b 013918 arg mouse_spi2_sdio_gpio ,temp 
+0x3d7c 013919 call gpio_config_output 
+0x3d7d 013920 branch mouse_store_flash_device_info 
+:      013922 mouse_seting_dpi:
+0x3d7e 013923 bpatch patch1c_3 ,mem_patch1c 
+0x3d7f 013924 call mosue_dpi_led_blink_init 
+0x3d80 013925 fetch 1 ,mem_config_sensor_type 
+0x3d81 013926 beq p3610 ,mouse_seting_3610_dpi 
+0x3d82 013927 beq p3212 ,mouse_seting_3212_dpi 
+0x3d83 013928 fetch 1 ,mem_mouse_dpi 
+0x3d84 013929 beq mouse_dpi_level1 ,mouse_set_cpi1 
+0x3d85 013930 beq mouse_dpi_level2 ,mouse_set_cpi2 
+0x3d86 013931 beq mouse_dpi_level3 ,mouse_set_cpi3 
+0x3d87 013932 beq mouse_dpi_level4 ,mouse_set_cpi4 
+:      013933 mouse_set_cpi2:
+0x3d88 013934 fetch 1 ,mem_320x_dpi_2 
+0x3d89 013935 branch mouse_p3205_dpi 
+:      013936 mouse_set_cpi1:
+0x3d8a 013937 fetch 1 ,mem_320x_dpi_1 
+0x3d8b 013938 branch mouse_p3205_dpi 
+:      013939 mouse_set_cpi3:
+0x3d8c 013940 fetch 1 ,mem_320x_dpi_3 
+0x3d8d 013941 branch mouse_p3205_dpi 
+:      013942 mouse_set_cpi4:
+0x3d8e 013943 fetch 1 ,mem_320x_dpi_4 
+0x3d8f 013944 branch mouse_p3205_dpi 
+:      013945 moue_seting_cpi_count:
+0x3d90 013946 fetch 1 ,mem_config_sensor_type 
+0x3d91 013947 rtneq p3065_xy 
+0x3d92 013948 fetch 1 ,mem_mouse_cpi_count 
+0x3d93 013949 increase 1 ,pdata 
+0x3d94 013950 store 1 ,mem_mouse_cpi_count 
+0x3d95 013951 rtn 
+:      013953 mouse_seting_3212_dpi:
+0x3d96 013954 fetch 1 ,mem_mouse_dpi 
+0x3d97 013955 beq mouse_dpi_level1 ,mouse_set_p3212_cpi1 
+0x3d98 013956 beq mouse_dpi_level2 ,mouse_set_p3212_cpi2 
+0x3d99 013957 beq mouse_dpi_level3 ,mouse_set_p3212_cpi3 
+0x3d9a 013958 beq mouse_dpi_level4 ,mouse_set_p3212_cpi4 
+:      013959 mouse_set_p3212_cpi2:
+0x3d9b 013960 fetch 1 ,mem_3212_dpi_2 
+0x3d9c 013961 branch mouse_p3212_dpi 
+:      013962 mouse_set_p3212_cpi1:
+0x3d9d 013963 fetch 1 ,mem_3212_dpi_1 
+0x3d9e 013964 branch mouse_p3212_dpi 
+:      013965 mouse_set_p3212_cpi3:
+0x3d9f 013966 fetch 1 ,mem_3212_dpi_3 
+0x3da0 013967 branch mouse_p3212_dpi 
+:      013968 mouse_set_p3212_cpi4:
+0x3da1 013969 fetch 1 ,mem_3212_dpi_4 
+:      013970 mouse_p3212_dpi:
+0x3da2 013971 store 1 ,mem_mouse_cpi_count 
+0x3da3 013972 lshift8 pdata ,pdata 
+0x3da4 013973 copy pdata ,rega 
+0x3da5 013974 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x3da6 013975 call twspi_write 
+0x3da7 013976 copy rega ,pdata 
+0x3da8 013977 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x3da9 013978 branch twspi_write 
+:      013980 mouse_seting_3610_dpi:
+0x3daa 013981 fetch 1 ,mem_mouse_dpi 
+0x3dab 013982 beq mouse_dpi_level1 ,mouse_set_p3610_cpi1 
+0x3dac 013983 beq mouse_dpi_level2 ,mouse_set_p3610_cpi2 
+0x3dad 013984 beq mouse_dpi_level3 ,mouse_set_p3610_cpi3 
+0x3dae 013985 beq mouse_dpi_level4 ,mouse_set_p3610_cpi4 
+:      013986 mouse_set_p3610_cpi2:
+0x3daf 013987 fetch 1 ,mem_3610_dpi_2 
+0x3db0 013988 branch mouse_p3610_dpi 
+:      013989 mouse_set_p3610_cpi1:
+0x3db1 013990 fetch 1 ,mem_3610_dpi_1 
+0x3db2 013991 branch mouse_p3610_dpi 
+:      013992 mouse_set_p3610_cpi3:
+0x3db3 013993 fetch 1 ,mem_3610_dpi_3 
+0x3db4 013994 branch mouse_p3610_dpi 
+:      013995 mouse_set_p3610_cpi4:
+0x3db5 013996 fetch 1 ,mem_3610_dpi_4 
+:      013997 mouse_p3610_dpi:
+0x3db6 013998 store 1 ,mem_mouse_cpi_count 
+0x3db7 013999 call mouse_spi_sdio_gpio_pollup 
+0x3db8 014000 fetch 1 ,mem_mouse_cpi_count 
+:      014001 mouse_reset_p3610_dpi:
+0x3db9 014002 add pdata ,0x80 ,pdata 
+0x3dba 014003 lshift8 pdata ,pdata 
+0x3dbb 014004 add pdata ,mouse_p3610_dpi_address ,pdata 
+0x3dbc 014005 copy pdata ,rega 
+0x3dbd 014006 branch mouse_set_sensor_reg 
+:      014008 mouse_p3205_dpi:
+0x3dbe 014009 store 1 ,mem_mouse_cpi_count 
+0x3dbf 014010 call moue_seting_cpi_count 
+0x3dc0 014011 fetch 1 ,mem_mouse_cpi_count 
+0x3dc1 014012 setarg mouse_dpi_address 
+0x3dc2 014013 call twspi_read 
+0x3dc3 014014 and pdata ,0xf8 ,temp 
+0x3dc4 014015 fetch 1 ,mem_mouse_cpi_count 
+0x3dc5 014016 iadd temp ,pdata 
+0x3dc6 014017 lshift8 pdata ,pdata 
+0x3dc7 014018 add pdata ,mouse_dpi_address ,pdata 
+0x3dc8 014019 branch twspi_write 
+:      014022 mouse_init_environment:
+0x3dc9 014023 call app_initflag_check 
+0x3dca 014024 branch mouse_eeprom_load_recon_info ,zero 
+0x3dcb 014025 call mouse_ble_init_address 
+0x3dcc 014026 call mouse_store_eeprom_device_info 
+0x3dcd 014027 branch app_initflag_store 
+:      014030 mouse_24g_pairing_button:
+0x3dce 014031 fetch 2 ,mem_24g_pairing_timer_count 
+0x3dcf 014032 rtn blank 
+0x3dd0 014033 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dd1 014034 rtnbit0 mouse_enable_24g 
+0x3dd2 014035 rtnbit1 mosue_24g_pairing_flag 
+0x3dd3 014036 rtnmark1 mark_24g 
+0x3dd4 014037 call mouse_check_key_gpio 
+0x3dd5 014038 rtnne mouse_lmr_button 
+0x3dd6 014039 call mouse_devce_led_off 
+0x3dd7 014040 arg mosue_24g_pairing_flag ,queue 
+0x3dd8 014041 call mouse_enable_function_flag 
+0x3dd9 014042 setarg 0 
+0x3dda 014043 store 2 ,mem_mouse_direct_timer 
+0x3ddb 014044 store 1 ,mem_mouse_send_blank_timer 
+0x3ddc 014045 call g24_set0_mem_check_dongle_times 
+0x3ddd 014047 fetch 2 ,mem_ui_state_map 
+0x3dde 014048 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x3ddf 014049 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x3de0 014050 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x3de1 014051 call mouse_stop_discovery 
+0x3de2 014052 branch g24_start_pairing_sm1 
+:      014055 mouse_idle:
+0x3de3 014056 call mouse_24g_pairing_button 
+0x3de4 014057 call ui_check_paring_button 
+0x3de5 014058 call mouse_dpi_cheak 
+0x3de6 014059 call mouse_usb_isr 
+0x3de7 014060 call mouse_wheel_check 
+0x3de8 014061 branch mouse_usb_mode 
+:      014062 mouse_usb_isr:
+0x3de9 014063 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dea 014064 rtnbit0 mouse_enable_usb 
+0x3deb 014065 call usb_isr 
+0x3dec 014066 branch usb_offline_state 
+:      014068 mouse_cheak_usb:
+0x3ded 014069 hfetch 1 ,core_usb_addr 
+0x3dee 014070 bbit0 7 ,mouse_usb_no_exsit 
+0x3def 014071 bbit1 7 ,mouse_usb_exsit 
+0x3df0 014072 rtn 
+:      014073 mouse_usb_no_exsit:
+0x3df1 014074 fetch 1 ,mem_usb_addr 
+0x3df2 014075 rtnbit0 7 
+0x3df3 014076 branch soft_reset_chip 
+:      014077 mouse_usb_exsit:
+0x3df4 014078 fetch 1 ,mem_usb_addr 
+0x3df5 014079 rtnbit1 7 
+0x3df6 014080 branch mouse_stop_bluetooth_mode 
+:      014082 mouse_usb_mode:
+0x3df7 014083 call mouse_cheak_usb 
+0x3df8 014084 hfetch 1 ,core_usb_addr 
+0x3df9 014085 store 1 ,mem_usb_addr 
+0x3dfa 014086 rtnbit0 7 
+0x3dfb 014087 call mouse_clkn_check 
+0x3dfc 014088 fetch 4 ,mem_btclk_sensor 
+0x3dfd 014089 fetcht 1 ,mem_wire_usb_interval 
+0x3dfe 014090 iadd temp ,temp 
+0x3dff 014091 copy clkn_bt ,pdata 
+0x3e00 014092 isub temp ,null 
+0x3e01 014093 nrtn positive 
+0x3e02 014094 store 4 ,mem_btclk_sensor 
+0x3e03 014095 call mouse_motion 
+0x3e04 014096 nrtn user 
+0x3e05 014097 jam 4 ,mem_usb_tx_enable 
+0x3e06 014098 branch mouse_wired_to_usb 
+:      014100 mouse_clkn_check:
+0x3e07 014101 fetcht 4 ,mem_btclk_sensor 
+0x3e08 014102 copy clkn_bt ,pdata 
+0x3e09 014103 isub temp ,null 
+0x3e0a 014104 ncall mouse_clkn_timeout ,positive 
+0x3e0b 014105 rtn 
+:      014106 mouse_clkn_timeout:
+0x3e0c 014107 setarg 0 
+0x3e0d 014108 store 4 ,mem_btclk_sensor 
+0x3e0e 014109 rtn 
+:      014113 mouse_wired_to_usb:
+0x3e0f 014114 fetch 1 ,mem_usb_tx_enable 
+0x3e10 014115 rtnbit0 2 
+0x3e11 014116 branch mouse_data_push 
+:      014117 mouse_data_push:
+0x3e12 014118 hfetch 1 ,core_usb_addr 
+0x3e13 014119 rtnbit0 7 
+0x3e14 014120 jam usb_ep2_ms ,mem_usb_ep2_data 
+0x3e15 014121 setarg ms_report_id 
+0x3e16 014122 store 1 ,mem_usb_mouse_data 
+0x3e17 014123 fetch 7 ,mem_mouse_key 
+0x3e18 014124 istore 7 ,contw 
+0x3e19 014125 rtn 
+:      014128 mouse_enable_clock_qdecoder:
+0x3e1a 014129 hfetch 2 ,core_clkoff 
+0x3e1b 014130 set0 clock_off_qdecoder ,pdata 
+0x3e1c 014131 hstore 2 ,core_clkoff 
+0x3e1d 014132 rtn 
+:      014134 mouse_param_init:
+0x3e1e 014135 setarg 0x8c00 
+0x3e1f 014136 store 2 ,mem_ui_uuid_table 
+0x3e20 014137 setarg 0x8e7a 
+0x3e21 014138 store 2 ,mem_ui_le_uuid_table 
+0x3e22 014139 setarg 0x2402 
+0x3e23 014140 store 2 ,mem_fcomp_mul 
+0x3e24 014141 setarg 0x2580 
+0x3e25 014142 store 3 ,mem_class 
+0x3e26 014143 jam 3 ,mem_lpm_mult_timeout 
+0x3e27 014144 jam 8 ,mem_lpm_overhead 
+0x3e28 014145 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x3e29 014146 setarg 0x0200 
+0x3e2a 014147 store 2 ,mem_lpm_interval 
+0x3e2b 014148 jam 0x17 ,mem_le_local_mtu 
+0x3e2c 014149 jam 0x17 ,mem_le_remote_mtu 
+0x3e2d 014151 setarg 0x0a77 
+0x3e2e 014152 store 2 ,mem_spi_init_clk 
+0x3e2f 014168 setsect 0 ,0x306 
+0x3e30 014169 setsect 1 ,0x4440 
+0x3e31 014170 setsect 2 ,0x10000 
+0x3e32 014171 setsect 3 ,0x4408 
+0x3e33 014172 store 9 ,mem_all_uuid_16bits 
+0x3e34 014173 setsect 0 ,0x1224 
+0x3e35 014174 setsect 1 ,0x4000 
+0x3e36 014175 setsect 2 ,0x0 
+0x3e37 014176 istore 5 ,contw 
+0x3e38 014178 setsect 0 ,0x3ffff 
+0x3e39 014179 setsect 1 ,0x2fe23 
+0x3e3a 014180 setsect 2 ,0x199d9 
+0x3e3b 014181 setsect 3 ,0x20d 
+0x3e3c 014182 store 8 ,mem_features 
+0x3e3d 014184 setarg 0x012c 
+0x3e3e 014185 store 2 ,mem_24g_pairing_timer_count 
+0x3e3f 014186 call le_modified_name 
+0x3e40 014187 fetch mouse_flag_len ,mem_mouse_flag 
+0x3e41 014188 rtnbit0 mouse_enable_gpio_control_adc_sensor 
+0x3e42 014189 call mouse_sensor_set_angle 
+0x3e43 014190 branch mouse_select_adc 
+:      014192 mouse_sensor_set_angle:
+0x3e44 014193 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3e45 014194 call gpio_config_input 
+0x3e46 014195 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3e47 014196 call gpio_get_bit 
+0x3e48 014197 jam mouse_3clk_angle ,mem_config_sensor_angle 
+0x3e49 014198 rtn true 
+0x3e4a 014199 jam mouse_6clk_angle ,mem_config_sensor_angle 
+0x3e4b 014200 rtn 
+:      014202 mouse_select_adc:
+0x3e4c 014203 fetcht 1 ,mem_select_adc_gpio 
+0x3e4d 014204 call gpio_config_input 
+0x3e4e 014205 fetcht 1 ,mem_select_adc_gpio 
+0x3e4f 014206 call gpio_get_bit 
+0x3e50 014207 jam adc_config_vinlpm ,mem_adc_config_flag 
+0x3e51 014208 rtn true 
+0x3e52 014209 jam adc_config_gpio ,mem_adc_config_flag 
+0x3e53 014210 rtn 
+:      014213 mouse_adc_init:
+0x3e54 014214 fetch 1 ,mem_adc_config_flag 
+0x3e55 014215 beq adc_config_vinlpm ,mouse_adc_init_data_vinlpm 
+0x3e56 014216 beq adc_config_hvin ,mouse_adc_init_data_hvin 
+0x3e57 014217 beq adc_config_gpio ,mouse_adc_init_data_io 
+0x3e58 014218 branch mouse_adc_init_data_vinlpm 
+:      014220 mouse_adc_init_data_vinlpm:
+0x3e59 014221 fetcht 2 ,mem_2v_adc_vinlpm_data 
+0x3e5a 014222 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x3e5b 014223 isub temp ,pdata 
+0x3e5c 014224 mul32 pdata ,20 ,pdata 
+0x3e5d 014225 div pdata ,100 
+0x3e5e 014226 call wait_div_end 
+0x3e5f 014227 quotient pdata 
+0x3e60 014228 store 2 ,mem_adc_reference_voltage 
+0x3e61 014229 rtn 
+:      014230 mouse_adc_init_data_hvin:
+0x3e62 014231 fetcht 2 ,mem_1v_adc_hvin_data 
+0x3e63 014232 fetch 2 ,mem_5v_adc_hvin_data 
+0x3e64 014233 isub temp ,pdata 
+0x3e65 014234 mul32 pdata ,230 ,pdata 
+0x3e66 014235 div pdata ,400 
+0x3e67 014236 call wait_div_end 
+0x3e68 014237 quotient pdata 
+0x3e69 014238 store 2 ,mem_adc_reference_voltage 
+0x3e6a 014239 rtn 
+:      014240 mouse_adc_init_data_io:
+0x3e6b 014241 fetch 2 ,mem_1v_adc_io_data 
+0x3e6c 014242 store 2 ,mem_adc_reference_voltage 
+0x3e6d 014243 rtn 
+:      014244 mouse_gpio_init:
+0x3e6e 014245 fetcht 1 ,mem_eeprom_wp_gpio 
+0x3e6f 014246 call gpio_config_output 
+0x3e70 014247 call usb_offline_check_init 
+0x3e71 014248 fetcht 1 ,mem_lbutton_gpio 
+0x3e72 014249 call gpio_config_input 
+0x3e73 014250 fetcht 1 ,mem_rbutton_gpio 
+0x3e74 014251 call gpio_config_input 
+0x3e75 014252 fetcht 1 ,mem_mbutton_gpio 
+0x3e76 014253 call gpio_config_input 
+0x3e77 014254 fetcht 1 ,mem_sensor_data_gpio 
+0x3e78 014255 call gpio_config_input 
+0x3e79 014257 fetcht 1 ,mem_sensor_reset_gpio 
+0x3e7a 014258 call gpio_config_output 
+0x3e7b 014260 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e7c 014261 call gpio_config_input 
+0x3e7d 014263 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e7e 014264 call gpio_config_input 
+0x3e7f 014266 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e80 014267 call gpio_config_input 
+0x3e81 014268 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e82 014269 call gpio_config_input 
+0x3e83 014271 fetcht 1 ,mem_bk_button_gpio 
+0x3e84 014272 call gpio_config_input 
+0x3e85 014273 fetcht 1 ,mem_fw_button_gpio 
+0x3e86 014274 call gpio_config_input 
+0x3e87 014276 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x3e88 014277 call gpio_config_output 
+0x3e89 014279 fetcht 1 ,mem_config_device1_led_gpio 
+0x3e8a 014280 call gpio_config_output 
+0x3e8b 014282 fetcht 1 ,mem_config_device2_led_gpio 
+0x3e8c 014283 call gpio_config_output 
+0x3e8d 014285 fetcht 1 ,mem_config_device3_led_gpio 
+0x3e8e 014286 call gpio_config_output 
+0x3e8f 014288 fetcht 1 ,mem_dpi_led_gpio 
+0x3e90 014289 call gpio_config_output 
+0x3e91 014291 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3e92 014292 call gpio_config_input 
+0x3e93 014294 fetcht 1 ,mem_config_bt_button_gpio 
+0x3e94 014295 call gpio_config_input 
+0x3e95 014297 fetcht 1 ,mem_dpi_button_gpio 
+0x3e96 014298 branch gpio_config_input 
+:      014300 mouse_wheel_gpio_set_wake:
+0x3e97 014301 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e98 014302 call gpio_set_wake_by_current_state 
+0x3e99 014303 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e9a 014304 call gpio_set_wake_by_current_state 
+0x3e9b 014305 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e9c 014306 call gpio_set_wake_by_current_state 
+0x3e9d 014307 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e9e 014308 branch gpio_set_wake_by_current_state 
+:      014310 mouse_before_hibernate_wheel_gpio_set:
+0x3e9f 014311 fetcht 1 ,mem_whee_a_data_gpio 
+0x3ea0 014312 call mouse_gpio_set_pupd_by_input 
+0x3ea1 014313 fetcht 1 ,mem_whee_b_data_gpio 
+0x3ea2 014314 call mouse_gpio_set_pupd_by_input 
+0x3ea3 014315 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ea4 014316 call mouse_gpio_set_pupd_by_input 
+0x3ea5 014317 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3ea6 014318 branch mouse_gpio_set_pupd_by_input 
+:      014320 mouse_gpio_set_pupd_by_input:
+0x3ea7 014321 sub temp ,ui_button_gpio_disable ,null 
+0x3ea8 014322 rtn zero 
+0x3ea9 014323 and temp ,0x7f ,queue 
+0x3eaa 014324 hfetch 4 ,core_gpio_in 
+0x3eab 014325 qisolate1 pdata 
+0x3eac 014326 hfetch 4 ,core_gpio_pu0 
+0x3ead 014327 qsetflag true ,pdata 
+0x3eae 014328 hstore 4 ,core_gpio_pu0 
+0x3eaf 014329 hfetch 4 ,core_gpio_pd0 
+0x3eb0 014330 nqsetflag true ,pdata 
+0x3eb1 014331 hstore 4 ,core_gpio_pd0 
+0x3eb2 014332 rtn 
+:      014334 mouse_before_hibernate:
+0x3eb3 014335 enable user 
+0x3eb4 014336 hfetch 4 ,0x8138 
+0x3eb5 014337 setflag user ,26 ,pdata 
+0x3eb6 014338 hstore 4 ,core_lpm_reg 
+0x3eb7 014339 call lpm_write_ctrl 
+0x3eb8 014340 call mouse_devce_led_off 
+0x3eb9 014341 call mouse_before_hibernate_wheel_gpio_set 
+0x3eba 014343 branch mouse_lpm_before_common 
+:      014347 mouse_process_lpm_before:
+0x3ebb 014348 call mouse_lpm_before_common 
+0x3ebc 014349 fetch 1 ,mem_lpm_current_mult 
+0x3ebd 014350 nrtn blank 
+0x3ebe 014351 branch gpio_clr_wake 
+:      014353 mouse_lpm_before_common:
+0x3ebf 014354 call mouse_wheel_check 
+0x3ec0 014355 arg mouse_spi1_clk_gpio ,temp 
+0x3ec1 014356 fetch mouse_flag_len ,mem_mouse_flag 
+0x3ec2 014357 isolate1 mouse_enable_spi2 ,pdata 
+0x3ec3 014358 call mouse_spi_clk_gpio ,true 
+0x3ec4 014359 call gpio_config_output 
+0x3ec5 014360 call twspi_disable 
+0x3ec6 014364 fetcht 1 ,mem_lbutton_gpio 
+0x3ec7 014365 call gpio_set_wake_by_current_state 
+0x3ec8 014366 fetcht 1 ,mem_rbutton_gpio 
+0x3ec9 014367 call gpio_set_wake_by_current_state 
+0x3eca 014368 fetcht 1 ,mem_mbutton_gpio 
+0x3ecb 014369 call gpio_set_wake_by_current_state 
+0x3ecc 014371 fetcht 1 ,mem_bk_button_gpio 
+0x3ecd 014372 call gpio_set_wake_by_current_state 
+0x3ece 014373 fetcht 1 ,mem_fw_button_gpio 
+0x3ecf 014374 call gpio_set_wake_by_current_state 
+0x3ed0 014375 fetcht 1 ,mem_dpi_button_gpio 
+0x3ed1 014376 call gpio_set_wake_by_current_state 
+0x3ed2 014377 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3ed3 014378 call gpio_set_wake_by_current_state 
+0x3ed4 014379 fetcht 1 ,mem_whee_a_data_gpio 
+0x3ed5 014380 call gpio_set_wake_by_current_state 
+0x3ed6 014381 fetcht 1 ,mem_whee_b_data_gpio 
+0x3ed7 014382 call gpio_set_wake_by_current_state 
+0x3ed8 014383 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ed9 014384 call gpio_set_wake_by_current_state 
+0x3eda 014385 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3edb 014386 call gpio_set_wake_by_current_state 
+0x3edc 014387 fetcht 1 ,mem_sensor_data_gpio 
+0x3edd 014388 branch gpio_set_wake 
+:      014392 mouse_spi_clk_gpio:
+0x3ede 014393 arg mouse_spi2_clk_gpio ,temp 
+0x3edf 014394 rtn 
+:      014396 mouse_wheel_check:
+0x3ee0 014397 bpatch patch1c_4 ,mem_patch1c 
+0x3ee1 014398 call mouse_t_wheel_scan 
+0x3ee2 014399 call mouse_wheel_scan 
+0x3ee3 014400 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3ee4 014401 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x3ee5 014402 store 1 ,mem_wheel_tb_old_pinlevel 
+0x3ee6 014403 isub temp ,null 
+0x3ee7 014404 nbranch app_lpm_wake_auto_lock ,zero 
+0x3ee8 014405 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3ee9 014406 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x3eea 014407 store 1 ,mem_mwheel_b_old_pinlevel 
+0x3eeb 014408 isub temp ,null 
+0x3eec 014409 nbranch app_lpm_wake_auto_lock ,zero 
+0x3eed 014410 rtn 
+:      014411 mouse_t_wheel_scan:
+0x3eee 014412 fetch 1 ,mem_whee_ta_data_gpio 
+0x3eef 014413 rtneq gpio_disable 
+0x3ef0 014414 arg 0 ,rega 
+0x3ef1 014415 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ef2 014416 call gpio_get_bit 
+0x3ef3 014417 setflag true ,0 ,rega 
+0x3ef4 014418 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3ef5 014419 call gpio_get_bit 
+0x3ef6 014420 setflag true ,1 ,rega 
+0x3ef7 014421 copy rega ,pdata 
+0x3ef8 014422 store 1 ,mem_wheel_tb_new_pinlevel 
+0x3ef9 014423 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x3efa 014424 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x3efb 014425 fetch 1 ,mem_wheel_tog 
+0x3efc 014426 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x3efd 014427 rtn 
+:      014429 mouse_t_wheel_scan_judge1:
+0x3efe 014430 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3eff 014431 beq 0 ,mouse_t_wheel_scan_judge11 
+0x3f00 014432 beq 3 ,mouse_t_wheel_scan_judge12 
+0x3f01 014433 rtn 
+:      014434 mouse_t_wheel_scan_judge2:
+0x3f02 014435 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3f03 014436 beq 0 ,mouse_t_wheel_scan_judge21 
+0x3f04 014437 beq 3 ,mouse_t_wheel_scan_judge22 
+0x3f05 014438 rtn 
+:      014439 mouse_t_wheel_scan_judge11:
+0x3f06 014440 jam 0x82 ,mem_wheel_tog 
+0x3f07 014441 rtn 
+:      014442 mouse_t_wheel_scan_judge12:
+0x3f08 014443 jam 0x81 ,mem_wheel_tog 
+0x3f09 014444 rtn 
+:      014445 mouse_t_wheel_scan_judge21:
+0x3f0a 014446 jam 0x80 ,mem_wheel_tog 
+0x3f0b 014447 rtn 
+:      014448 mouse_t_wheel_scan_judge22:
+0x3f0c 014449 jam 0x83 ,mem_wheel_tog 
+0x3f0d 014450 rtn 
+:      014451 mouse_t_wheel_scan_judge3:
+0x3f0e 014452 fetch 1 ,mem_wheel_tog 
+0x3f0f 014453 set0 7 ,pdata 
+0x3f10 014454 store 1 ,mem_wheel_tog 
+0x3f11 014455 beq 0 ,mouse_t_wheel_scan_judge30 
+0x3f12 014456 beq 1 ,mouse_t_wheel_scan_judge31 
+0x3f13 014457 beq 2 ,mouse_t_wheel_scan_judge32 
+0x3f14 014458 beq 3 ,mouse_t_wheel_scan_judge33 
+0x3f15 014459 rtn 
+:      014460 mouse_t_wheel_scan_judge30:
+0x3f16 014461 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f17 014462 beq 3 ,mouse_wheel_t_forward 
+0x3f18 014463 rtn 
+:      014464 mouse_t_wheel_scan_judge31:
+0x3f19 014465 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f1a 014466 beq 0 ,mouse_wheel_t_forward 
+0x3f1b 014467 rtn 
+:      014468 mouse_t_wheel_scan_judge32:
+0x3f1c 014469 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f1d 014470 beq 3 ,mouse_wheel_t_back 
+0x3f1e 014471 rtn 
+:      014472 mouse_t_wheel_scan_judge33:
+0x3f1f 014473 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f20 014474 beq 0 ,mouse_wheel_t_back 
+0x3f21 014475 rtn 
+:      014476 mouse_wheel_t_forward:
+0x3f22 014477 fetch 1 ,mem_mouse_tz_data_count1 
+0x3f23 014478 increase 1 ,pdata 
+0x3f24 014479 store 1 ,mem_mouse_tz_data_count1 
+0x3f25 014480 sub pdata ,1 ,null 
+0x3f26 014481 rtn positive 
+0x3f27 014482 jam 0 ,mem_mouse_tz_data_count1 
+0x3f28 014483 fetch 1 ,mem_mouse_tz_data 
+0x3f29 014484 increase 1 ,pdata 
+0x3f2a 014485 store 1 ,mem_mouse_tz_data 
+0x3f2b 014486 rtn 
+:      014487 mouse_wheel_t_back:
+0x3f2c 014488 fetch 1 ,mem_mouse_tz_data_count 
+0x3f2d 014489 increase 1 ,pdata 
+0x3f2e 014490 store 1 ,mem_mouse_tz_data_count 
+0x3f2f 014491 sub pdata ,1 ,null 
+0x3f30 014492 rtn positive 
+0x3f31 014493 jam 0 ,mem_mouse_tz_data_count 
+0x3f32 014494 fetch 1 ,mem_mouse_tz_data 
+0x3f33 014495 increase -1 ,pdata 
+0x3f34 014496 store 1 ,mem_mouse_tz_data 
+0x3f35 014497 rtn 
+:      014500 mouse_wheel_scan:
+0x3f36 014501 fetch 1 ,mem_whee_a_data_gpio 
+0x3f37 014502 rtneq gpio_disable 
+0x3f38 014503 arg 0 ,rega 
+0x3f39 014504 fetcht 1 ,mem_whee_a_data_gpio 
+0x3f3a 014505 call gpio_get_bit 
+0x3f3b 014506 setflag true ,0 ,rega 
+0x3f3c 014507 fetcht 1 ,mem_whee_b_data_gpio 
+0x3f3d 014508 call gpio_get_bit 
+0x3f3e 014509 setflag true ,1 ,rega 
+0x3f3f 014510 copy rega ,pdata 
+0x3f40 014511 store 1 ,mem_mwheel_b_new_pinlevel 
+0x3f41 014512 beq 0x01 ,mouse_wheel_scan_judge1 
+0x3f42 014513 beq 0x02 ,mouse_wheel_scan_judge2 
+0x3f43 014514 fetch 1 ,mem_mwheel_tog 
+0x3f44 014515 bbit1 7 ,mouse_wheel_scan_judge3 
+0x3f45 014516 rtn 
+:      014518 mouse_wheel_scan_judge1:
+0x3f46 014519 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3f47 014520 beq 0 ,mouse_wheel_scan_judge11 
+0x3f48 014521 beq 3 ,mouse_wheel_scan_judge12 
+0x3f49 014522 rtn 
+:      014523 mouse_wheel_scan_judge2:
+0x3f4a 014524 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3f4b 014525 beq 0 ,mouse_wheel_scan_judge21 
+0x3f4c 014526 beq 3 ,mouse_wheel_scan_judge22 
+0x3f4d 014527 rtn 
+:      014528 mouse_wheel_scan_judge11:
+0x3f4e 014529 jam 0x82 ,mem_mwheel_tog 
+0x3f4f 014530 rtn 
+:      014531 mouse_wheel_scan_judge12:
+0x3f50 014532 jam 0x81 ,mem_mwheel_tog 
+0x3f51 014533 rtn 
+:      014534 mouse_wheel_scan_judge21:
+0x3f52 014535 jam 0x80 ,mem_mwheel_tog 
+0x3f53 014536 rtn 
+:      014537 mouse_wheel_scan_judge22:
+0x3f54 014538 jam 0x83 ,mem_mwheel_tog 
+0x3f55 014539 rtn 
+:      014540 mouse_wheel_scan_judge3:
+0x3f56 014541 fetch 1 ,mem_mwheel_tog 
+0x3f57 014542 set0 7 ,pdata 
+0x3f58 014543 store 1 ,mem_mwheel_tog 
+0x3f59 014544 beq 0 ,mouse_wheel_scan_judge30 
+0x3f5a 014545 beq 1 ,mouse_wheel_scan_judge31 
+0x3f5b 014546 beq 2 ,mouse_wheel_scan_judge32 
+0x3f5c 014547 beq 3 ,mouse_wheel_scan_judge33 
+0x3f5d 014548 rtn 
+:      014549 mouse_wheel_scan_judge30:
+0x3f5e 014550 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f5f 014551 beq 3 ,mouse_wheel_forward 
+0x3f60 014552 rtn 
+:      014553 mouse_wheel_scan_judge31:
+0x3f61 014554 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f62 014555 beq 0 ,mouse_wheel_forward 
+0x3f63 014556 rtn 
+:      014557 mouse_wheel_scan_judge32:
+0x3f64 014558 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f65 014559 beq 3 ,mouse_wheel_back 
+0x3f66 014560 rtn 
+:      014561 mouse_wheel_scan_judge33:
+0x3f67 014562 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f68 014563 beq 0 ,mouse_wheel_back 
+0x3f69 014564 rtn 
+:      014565 mouse_wheel_forward:
+0x3f6a 014566 jam 0 ,mem_mouse_z_data_count1 
+0x3f6b 014567 fetch 1 ,mem_mouse_z_data 
+0x3f6c 014568 increase 1 ,pdata 
+0x3f6d 014569 store 1 ,mem_mouse_z_data 
+0x3f6e 014570 rtn 
+:      014571 mouse_wheel_back:
+0x3f6f 014572 jam 0 ,mem_mouse_z_data_count 
+0x3f70 014573 fetch 1 ,mem_mouse_z_data 
+0x3f71 014574 increase -1 ,pdata 
+0x3f72 014575 store 1 ,mem_mouse_z_data 
+0x3f73 014576 rtn 
+:      014579 mouse_hid_connected:
+0x3f74 014580 setarg hid_handshake_timeout 
+0x3f75 014581 store 1 ,mem_hid_handshake_timer_count 
+0x3f76 014582 rtn 
+:      014584 mouse_send_process:
+0x3f77 014585 fetch 1 ,mem_app_handshake_flag 
+0x3f78 014586 rtn blank 
+0x3f79 014587 call l2cap_malloc_is_fifo_nearly_full 
+0x3f7a 014588 nrtn blank 
+0x3f7b 014589 fetch mouse_flag_len ,mem_mouse_flag 
+0x3f7c 014590 bbit1 mosue_24g_pairing_flag ,mouse_send_empty_data 
+0x3f7d 014591 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
+0x3f7e 014592 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+0x3f7f 014593 call mouse_motion 
+0x3f80 014594 nrtn user 
+:      014595 mouse_send_data:
+0x3f81 014596 arg 9 ,rega 
+0x3f82 014597 call hid_malloc_tx_buff 
+0x3f83 014598 fetch 2 ,mem_hid_int_remote_cid 
+0x3f84 014599 istore 2 ,contw 
+0x3f85 014600 setarg 0x02a1 
+0x3f86 014601 istore 2 ,contw 
+0x3f87 014602 fetch 7 ,mem_mouse_key 
+0x3f88 014603 istore 7 ,contw 
+0x3f89 014604 rtn 
+:      014607 mouse_send_empty_data:
+0x3f8a 014608 setarg 0 
+0x3f8b 014609 store 7 ,mem_mouse_key 
+0x3f8c 014610 branch mouse_send_data 
+:      014613 mouse_no_data_timer_init:
+0x3f8d 014614 fetch 2 ,mem_mouse_no_data_timeout 
+0x3f8e 014615 store 2 ,mem_mouse_no_data_timer 
+0x3f8f 014616 rtn 
+:      014619 mouse_fill_data_le:
+0x3f90 014620 bpatch patch1c_5 ,mem_patch1c 
+0x3f91 014621 arg 7 ,rega 
+0x3f92 014622 fetcht 2 ,mem_le_notify_handle 
+0x3f93 014623 call le_att_malloc_tx_notify 
+0x3f94 014624 fetch 7 ,mem_mouse_key 
+0x3f95 014625 istore 7 ,contw 
+0x3f96 014626 rtn 
+:      014628 mouse_motion:
+0x3f97 014629 bpatch patch1c_6 ,mem_patch1c 
+0x3f98 014630 disable user 
+0x3f99 014631 setarg 0 
+0x3f9a 014632 store 6 ,mem_mouse_x 
+0x3f9b 014633 call mouse_cheak_sensor_data 
+0x3f9c 014634 call mouse_zwheel 
+0x3f9d 014635 call mouse_t_zwheel 
+0x3f9e 014636 call mouse_key 
+0x3f9f 014637 nrtn user 
+0x3fa0 014638 call mouse_no_data_timer_init 
+0x3fa1 014639 arg mouse_statue_up_flag ,queue 
+0x3fa2 014640 branch mouse_enable_function_flag 
+:      014642 motion_6clk_direction_dispose:
+0x3fa3 014643 fetch 2 ,mem_mouse_x 
+0x3fa4 014644 sub pdata ,0 ,pdata 
+0x3fa5 014645 store 2 ,mem_mouse_x 
+0x3fa6 014646 branch enable_user 
+:      014647 motion_12clk_direction_dispose:
+0x3fa7 014648 fetch 2 ,mem_mouse_y 
+0x3fa8 014649 sub pdata ,0 ,pdata 
+0x3fa9 014650 store 2 ,mem_mouse_y 
+0x3faa 014651 branch enable_user 
+:      014652 motion_9clk_direction_dispose:
+0x3fab 014653 fetch 2 ,mem_mouse_y 
+0x3fac 014654 sub pdata ,0 ,pdata 
+0x3fad 014655 store 2 ,mem_mouse_y 
+0x3fae 014656 fetch 2 ,mem_mouse_x 
+0x3faf 014657 sub pdata ,0 ,pdata 
+0x3fb0 014658 store 2 ,mem_mouse_x 
+0x3fb1 014659 call mouse_sensor_data_swap_places 
+0x3fb2 014660 branch enable_user 
+:      014661 motion_3clk_direction_dispose:
+0x3fb3 014662 call mouse_sensor_data_swap_places 
+0x3fb4 014663 branch enable_user 
+:      014664 mouse_cheak_sensor_data:
+0x3fb5 014665 fetch 1 ,mem_spi_write_flash_sm 
+0x3fb6 014666 rtnne flash_sm_no_buys 
+0x3fb7 014667 fetch 1 ,mem_config_sensor_type 
+0x3fb8 014668 beq p3205 ,mouse_p32xx_sensor_motion 
+0x3fb9 014669 beq p3065 ,mouse_p32xx_sensor_motion 
+0x3fba 014670 beq ka8 ,mouse_p32xx_sensor_motion 
+0x3fbb 014671 beq p3204 ,mouse_p32xx_sensor_motion 
+0x3fbc 014672 beq p3212 ,mouse_p3212_sensor_motion 
+0x3fbd 014673 beq p3610 ,mouse_p3610_sensor_motion 
+0x3fbe 014674 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x3fbf 014675 branch mouse_p32xx_sensor_motion 
+:      014677 mouse_clear_sensor_data:
+0x3fc0 014678 fetch 1 ,mem_mouse_move_flag 
+0x3fc1 014679 call mouse_read_sensor_common ,blank 
+0x3fc2 014680 jam 1 ,mem_mouse_move_flag 
+0x3fc3 014681 rtn 
+:      014684 mouse_p3212_sensor_motion:
+0x3fc4 014685 call mouse_clear_sensor_data 
+0x3fc5 014686 fetcht 1 ,mem_sensor_data_gpio 
+0x3fc6 014687 call gpio_get_bit 
+0x3fc7 014688 nrtn true 
+:      014689 mouse_p3212_sensor_motion_1:
+0x3fc8 014690 setarg pan_reg_pid_l 
+0x3fc9 014691 call twspi_read 
+0x3fca 014692 bne p32xx_id1 ,mouse_twspi_reset 
+0x3fcb 014693 setarg pan_reg_motion_staus 
+0x3fcc 014694 call twspi_read 
+0x3fcd 014695 rtnbit0 7 
+0x3fce 014696 call mouse_read_sensor_common 
+0x3fcf 014697 call mouse_read_3212sensor_xy_high 
+0x3fd0 014698 store 1 ,mem_mouse_xy_h 
+0x3fd1 014699 rshift4 pdata ,pdata 
+0x3fd2 014700 call extsign_bit3 
+0x3fd3 014701 store 1 ,mem_mouse_x + 1 
+0x3fd4 014702 fetch 1 ,mem_mouse_xy_h 
+0x3fd5 014703 and pdata ,0x0f ,pdata 
+0x3fd6 014704 call extsign_bit3 
+0x3fd7 014705 store 1 ,mem_mouse_y + 1 
+0x3fd8 014706 fetch 1 ,mem_config_sensor_angle 
+0x3fd9 014707 beq mouse_6clk_angle ,motion_6clk_direction_dispose 
+0x3fda 014708 beq mouse_9clk_angle ,motion_9clk_direction_dispose 
+0x3fdb 014709 beq mouse_12clk_angle ,motion_12clk_direction_dispose 
+0x3fdc 014710 beq mouse_3clk_angle ,motion_3clk_direction_dispose 
+0x3fdd 014711 rtn 
+:      014713 mouse_read_3212sensor_xy_high:
+0x3fde 014714 setarg 0x12 
+0x3fdf 014715 branch twspi_read 
+:      014717 mouse_p3065_judge:
+0x3fe0 014718 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x3fe1 014719 branch mouse_twspi_reset 
+:      014721 mouse_p32xx_sensor_motion:
+0x3fe2 014722 call mouse_clear_sensor_data 
+0x3fe3 014723 disable user 
+0x3fe4 014724 fetcht 1 ,mem_sensor_data_gpio 
+0x3fe5 014725 call gpio_get_bit 
+0x3fe6 014726 nrtn true 
+:      014727 mouse_p32xx_sensor_motion_2:
+0x3fe7 014728 setarg pan_reg_pid_l 
+0x3fe8 014729 call twspi_read 
+0x3fe9 014730 bne p32xx_id1 ,mouse_p3065_judge 
+:      014731 mouse_p32xx_sensor_motion_1:
+0x3fea 014732 setarg pan_reg_motion_staus 
+0x3feb 014733 call twspi_read 
+0x3fec 014734 rtnbit0 7 
+0x3fed 014735 call mouse_read_sensor_common 
+0x3fee 014736 fetch 1 ,mem_mouse_x 
+0x3fef 014737 call extsign 
+0x3ff0 014738 store 2 ,mem_mouse_x 
+0x3ff1 014739 fetch 1 ,mem_mouse_y 
+0x3ff2 014740 call extsign 
+0x3ff3 014741 store 2 ,mem_mouse_y 
+0x3ff4 014742 fetch 1 ,mem_config_sensor_angle 
+0x3ff5 014743 beq mouse_6clk_angle ,motion32xx_6clk_direction_selection 
+0x3ff6 014744 beq mouse_9clk_angle ,motion32xx_9clk_direction_selection 
+0x3ff7 014745 beq mouse_12clk_angle ,motion32xx_12clk_direction_selection 
+0x3ff8 014746 beq mouse_3clk_angle ,motion32xx_3clk_direction_selection 
+0x3ff9 014747 rtn 
+:      014749 motion32xx_6clk_direction_selection:
+0x3ffa 014750 call motion_6clk_direction_dispose 
+0x3ffb 014751 branch mouse_sensor_sdio_low 
+:      014752 motion32xx_9clk_direction_selection:
+0x3ffc 014753 call motion_9clk_direction_dispose 
+0x3ffd 014754 branch mouse_sensor_sdio_low 
+:      014755 motion32xx_12clk_direction_selection:
+0x3ffe 014756 call motion_12clk_direction_dispose 
+0x3fff 014757 branch mouse_sensor_sdio_low 
+:      014758 motion32xx_3clk_direction_selection:
+0x4000 014759 call motion_3clk_direction_dispose 
+0x4001 014760 branch mouse_sensor_sdio_low 
+:      014762 mouse_sensor_data_swap_places:
+0x4002 014763 fetch 2 ,mem_mouse_y 
+0x4003 014764 fetcht 2 ,mem_mouse_x 
+0x4004 014765 store 2 ,mem_mouse_x 
+0x4005 014766 storet 2 ,mem_mouse_y 
+0x4006 014767 rtn 
+:      014769 mouse_p3610sensor_read:
+0x4007 014770 call spi_ncs_enable 
+0x4008 014771 nop 100 
+0x4009 014772 copy regb ,pdata 
+0x400a 014773 call twspi_read 
+0x400b 014774 copy pdata ,regb 
+0x400c 014775 call spi_ncs_disable 
+0x400d 014776 nop 100 
+0x400e 014777 copy regb ,pdata 
+0x400f 014778 rtn 
+:      014779 mouse_p3610_sensor_motion:
+0x4010 014780 disable user 
+0x4011 014781 fetcht 1 ,mem_sensor_data_gpio 
+0x4012 014782 call gpio_get_bit 
+0x4013 014783 nrtn true 
+0x4014 014784 arg pan_reg_motion_staus ,regb 
+0x4015 014785 call mouse_p3610sensor_read 
+0x4016 014786 rtnbit0 7 
+0x4017 014787 arg pan_reg_pid_l ,regb 
+0x4018 014788 call mouse_p3610sensor_read 
+0x4019 014789 store 1 ,mem_sensor_id1 
+0x401a 014790 bne p3610_id1 ,mouse_init_3610sensor_reset 
+0x401b 014791 fetch 1 ,mem_mouse_move_flag 
+0x401c 014792 call mouse_read_sensor3610_data ,blank 
+0x401d 014793 jam 1 ,mem_mouse_move_flag 
+0x401e 014794 call mouse_read_sensor3610_data 
+0x401f 014795 fetch 1 ,mem_mouse_xy_h 
+0x4020 014796 rshift4 pdata ,pdata 
+0x4021 014797 call extsign_bit3 
+0x4022 014798 store 1 ,mem_mouse_x + 1 
+0x4023 014799 fetch 1 ,mem_mouse_xy_h 
+0x4024 014800 and pdata ,0x0f ,pdata 
+0x4025 014801 call extsign_bit3 
+0x4026 014802 store 1 ,mem_mouse_y + 1 
+0x4027 014803 fetch 1 ,mem_config_sensor_angle 
+0x4028 014804 beq 0 ,motion3610_6clk_direction_selection 
+0x4029 014805 beq 1 ,motion3610_9clk_direction_selection 
+0x402a 014806 beq 2 ,motion3610_12clk_direction_selection 
+0x402b 014807 beq 3 ,motion3610_3clk_direction_selection 
+0x402c 014808 rtn 
+:      014810 mouse_3610_smart_select:
+0x402d 014811 fetch 1 ,mem_sensor_smart_flag 
+0x402e 014812 beq p3610_smart_enable ,mouse_3610_smart_disable 
+0x402f 014813 beq p3610_smart_disable ,mouse_3610_smart_enable 
+0x4030 014814 rtn 
+:      014817 motion3610_6clk_direction_selection:
+0x4031 014818 call motion_6clk_direction_dispose 
+0x4032 014819 branch mouse_3610_smart_select 
+:      014821 motion3610_12clk_direction_selection:
+0x4033 014822 call motion_12clk_direction_dispose 
+0x4034 014823 branch mouse_3610_smart_select 
+:      014825 motion3610_9clk_direction_selection:
+0x4035 014826 call motion_9clk_direction_dispose 
+0x4036 014827 branch mouse_3610_smart_select 
+:      014829 motion3610_3clk_direction_selection:
+0x4037 014830 call motion_3clk_direction_dispose 
+0x4038 014831 branch mouse_3610_smart_select 
+:      014833 mouse_read_sensor3610_data:
+0x4039 014834 call spi_ncs_enable 
+0x403a 014835 call mouse_read_sensor_common 
+0x403b 014836 arg 5 ,pdata 
+0x403c 014837 call twspi_read 
+0x403d 014838 store 1 ,mem_mouse_xy_h 
+0x403e 014839 arg 7 ,pdata 
+0x403f 014840 call twspi_read 
+0x4040 014841 store 1 ,mem_sensor_shutter_hi 
+0x4041 014842 arg 8 ,pdata 
+0x4042 014843 call twspi_read 
+0x4043 014844 store 1 ,mem_sensor_shutter_lo 
+0x4044 014845 branch spi_ncs_disable 
+:      014848 mouse_3610_smart_enable:
+0x4045 014849 fetch 1 ,mem_sensor_shutter_hi 
+0x4046 014850 rtnne 0 
+0x4047 014851 fetch 1 ,mem_sensor_shutter_lo 
+0x4048 014852 sub pdata ,45 ,null 
+0x4049 014853 rtn positive 
+0x404a 014854 jam p3610_smart_enable ,mem_sensor_smart_flag 
+0x404b 014855 setarg 0xba41 
+0x404c 014856 call sensor_write 
+0x404d 014857 setarg 0x0032 
+0x404e 014858 call sensor_write 
+0x404f 014859 setarg 0xb541 
+0x4050 014860 branch sensor_write 
+:      014861 mouse_3610_smart_disable:
+0x4051 014862 fetch 1 ,mem_sensor_shutter_hi 
+0x4052 014863 rtnne 0 
+0x4053 014864 fetch 1 ,mem_sensor_shutter_lo 
+0x4054 014865 sub pdata ,45 ,null 
+0x4055 014866 nrtn positive 
+0x4056 014867 jam p3610_smart_disable ,mem_sensor_smart_flag 
+0x4057 014868 setarg 0xba41 
+0x4058 014869 call sensor_write 
+0x4059 014870 setarg 0x8032 
+0x405a 014871 call sensor_write 
+0x405b 014872 setarg 0xb541 
+0x405c 014873 branch sensor_write 
+:      014877 mouse_read_sensor_common:
+0x405d 014878 arg pan_reg_delta_x ,pdata 
+0x405e 014879 call twspi_read 
+0x405f 014880 store 2 ,mem_mouse_x 
+0x4060 014881 arg pan_reg_delta_y ,pdata 
+0x4061 014882 call twspi_read 
+0x4062 014883 store 2 ,mem_mouse_y 
+0x4063 014884 rtn 
+:      014886 mouse_set_qdecoder_x:
+0x4064 014887 arg mouse_default_xa_gpio ,temp 
+0x4065 014888 call gpio_config_input 
+0x4066 014889 arg mouse_default_xa_gpio ,temp 
+0x4067 014890 call gpio_get_bit 
+0x4068 014891 rtn true 
+0x4069 014892 hfetch 1 ,core_qdec_cntx 
+0x406a 014893 set1 4 ,pdata 
+0x406b 014894 hstore 1 ,core_qdec_cntx 
+0x406c 014895 rtn 
+:      014897 mouse_hardware_zwheel:
+0x406d 014898 fetcht 1 ,mem_mouse_z_data 
+0x406e 014899 hfetch 1 ,core_qdec_cntx 
+0x406f 014900 iadd temp ,pdata 
+0x4070 014901 rtn blank 
+0x4071 014902 store 1 ,mem_mouse_z 
+0x4072 014903 jam 0 ,mem_mouse_z_data 
+0x4073 014904 branch enable_user 
+:      014905 mouse_hardware_zwheel_beforelpm:
+0x4074 014906 fetcht 1 ,mem_mouse_z_data 
+0x4075 014907 hfetch 1 ,core_qdec_cntx 
+0x4076 014908 iadd temp ,pdata 
+0x4077 014909 store 1 ,mem_mouse_z_data 
+0x4078 014910 rtn 
+:      014911 mouse_zwheel:
+0x4079 014912 fetch 1 ,mem_mouse_z_data 
+0x407a 014913 rtn blank 
+0x407b 014914 store 1 ,mem_mouse_z 
+0x407c 014915 jam 0 ,mem_mouse_z_data 
+0x407d 014916 branch enable_user 
+:      014918 mouse_t_zwheel:
+0x407e 014919 fetch 1 ,mem_mouse_tz_data 
+0x407f 014920 rtn blank 
+0x4080 014921 store 1 ,mem_mouse_tz 
+0x4081 014922 jam 0 ,mem_mouse_tz_data 
+0x4082 014923 branch enable_user 
+:      014925 mouse_check_key_gpio:
+0x4083 014926 arg 0 ,rega 
+0x4084 014927 fetcht 1 ,mem_lbutton_gpio 
+0x4085 014928 call gpio_get_bit 
+0x4086 014929 setflag true ,0 ,rega 
+0x4087 014930 fetcht 1 ,mem_rbutton_gpio 
+0x4088 014931 call gpio_get_bit 
+0x4089 014932 setflag true ,1 ,rega 
+0x408a 014933 fetcht 1 ,mem_mbutton_gpio 
+0x408b 014934 call gpio_get_bit 
+0x408c 014935 setflag true ,2 ,rega 
+0x408d 014936 call mouse_check_s_key_gpio 
+:      014937 mouse_check_key_gpio_output:
+0x408e 014938 copy rega ,pdata 
+0x408f 014939 rtn 
+:      014940 mouse_check_s_key_gpio:
+0x4090 014941 fetch 1 ,mem_bk_button_gpio 
+0x4091 014942 rtneq gpio_disable 
+0x4092 014943 fetcht 1 ,mem_bk_button_gpio 
+0x4093 014944 call gpio_get_bit 
+0x4094 014945 setflag true ,3 ,rega 
+0x4095 014946 fetcht 1 ,mem_fw_button_gpio 
+0x4096 014947 call gpio_get_bit 
+0x4097 014948 setflag true ,4 ,rega 
+0x4098 014949 rtn 
+:      014951 mouse_key:
+0x4099 014952 call mouse_check_key_gpio 
+0x409a 014953 call mouse_set_mult 
+0x409b 014954 call mouse_24g_key 
+0x409c 014955 copy rega ,pdata 
+0x409d 014956 fetcht 1 ,mem_mouse_key 
+0x409e 014957 store 1 ,mem_mouse_key 
+0x409f 014958 ixor temp ,pdata 
+0x40a0 014959 sub pdata ,0 ,null 
+0x40a1 014960 rtn zero 
+0x40a2 014961 branch enable_user 
+:      014963 mouse_24g_key:
+0x40a3 014964 rtnmark0 mark_24g 
+0x40a4 014965 copy rega ,pdata 
+0x40a5 014966 rtn blank 
+0x40a6 014967 store 1 ,mem_mouse_key 
+0x40a7 014968 branch enable_user 
+:      014971 mouse_set_mult:
+0x40a8 014972 fetch 2 ,mem_ui_state_map 
+0x40a9 014973 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+0x40aa 014974 fetch 2 ,mem_ui_state_map 
+0x40ab 014975 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
+0x40ac 014976 rtn 
+:      014977 mouse_set_ble_mult:
+0x40ad 014978 copy rega ,pdata 
+0x40ae 014979 nbranch le_set_config_short_mult ,blank 
+0x40af 014980 branch le_clr_config_short_mult 
+:      014981 mouse_set_bt_mult:
+0x40b0 014982 copy rega ,pdata 
+0x40b1 014983 nbranch classic_bt_set_mult_short_flag ,blank 
+0x40b2 014984 branch classic_bt_clr_mult_short_flag 
+:      014987 mouse_sensor_sdio_low:
+0x40b3 014988 bpatch patch1c_7 ,mem_patch1c 
+0x40b4 014989 arg mouse_spi1_sdio_gpio ,temp 
+0x40b5 014990 fetch mouse_flag_len ,mem_mouse_flag 
+0x40b6 014991 isolate1 mouse_enable_spi2 ,pdata 
+0x40b7 014992 call mouse_sensor_sdio_low2 ,true 
+0x40b8 014993 call gpio_get_bit 
+0x40b9 014994 rtn true 
+0x40ba 014995 setarg 0x0a 
+0x40bb 014996 call twspi_read 
+0x40bc 014997 nop 1000 
+0x40bd 014998 branch mouse_sensor_sdio_low 
+:      014999 mouse_sensor_sdio_low2:
+0x40be 015000 arg mouse_spi2_sdio_gpio ,temp 
+0x40bf 015001 rtn 
+:      015003 mouse_spi_sdio_gpio_pollup:
+0x40c0 015004 fetch mouse_flag_len ,mem_mouse_flag 
+0x40c1 015005 bbit1 mouse_enable_spi2 ,mouse_spi2_sdio_gpio_pollup 
+:      015006 mouse_spi1_sdio_gpio_pollup:
+0x40c2 015007 arg mouse_spi1_sdio_gpio ,temp 
+0x40c3 015008 branch gpio_config_input_without_wake 
+:      015009 mouse_spi2_sdio_gpio_pollup:
+0x40c4 015010 arg mouse_spi2_sdio_gpio ,temp 
+0x40c5 015011 branch gpio_config_input_without_wake 
+:      015014 mouse_init_sunt:
+0x40c6 015015 call mouse_spi_init 
+0x40c7 015016 rtn wake 
+0x40c8 015017 call mouse_spi_sdio_gpio_pollup 
+0x40c9 015018 fetch 1 ,mem_config_sensor_type 
+0x40ca 015019 beq p3610 ,mouse_init_3610sensor 
+:      015020 mouse_init_sensor:
+0x40cb 015021 call mouse_read_sensor_id 
+0x40cc 015022 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x40cd 015023 beq p3065_id1 ,mouse_p3065_init_param 
+0x40ce 015024 call mouse_twspi_reset 
+0x40cf 015025 nop 1000 
+0x40d0 015026 branch mouse_init_sensor 
+:      015027 mouse_twspi_reset:
+0x40d1 015028 bpatch patch1d_0 ,mem_patch1d 
+0x40d2 015029 fetch mouse_flag_len ,mem_mouse_flag 
+0x40d3 015030 bbit1 mouse_enable_spi2 ,twspi_reset2 
+0x40d4 015031 branch twspi_reset 
+:      015033 mouse_init_3610sensor:
+0x40d5 015034 call mouse_read_sensor_id 
+0x40d6 015035 beq p3610_id1 ,mouse_init_p3610 
+0x40d7 015036 call mouse_init_3610sensor_reset 
+0x40d8 015037 branch mouse_init_3610sensor 
+:      015039 mouse_read_sensor_id:
+0x40d9 015040 setarg pan_reg_pid_h 
+0x40da 015041 call twspi_read 
+0x40db 015042 store 1 ,mem_sensor_id2 
+0x40dc 015043 setarg pan_reg_pid_l 
+0x40dd 015044 call twspi_read 
+0x40de 015045 store 1 ,mem_sensor_id1 
+0x40df 015046 rtn 
+:      015047 mouse_init_p32xx_id2_judge:
+0x40e0 015048 fetch 1 ,mem_sensor_id2 
+0x40e1 015049 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+0x40e2 015050 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x40e3 015051 beq p3212_id2 ,mouse_3212_init_param 
+0x40e4 015052 beq pka8_id2 ,mouse_ka8_init_param 
+0x40e5 015053 rtn 
+:      015054 mouse_ka8_init_param:
+0x40e6 015055 jam ka8 ,mem_config_sensor_type 
+0x40e7 015056 rtn 
+:      015057 mouse_p3065xy_init_param:
+0x40e8 015058 jam p3065_xy ,mem_config_sensor_type 
+0x40e9 015059 rtn 
+:      015060 mouse_p3065_init_param:
+0x40ea 015061 fetch 1 ,mem_sensor_id2 
+0x40eb 015062 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x40ec 015063 jam p3065 ,mem_config_sensor_type 
+0x40ed 015064 rtn 
+:      015065 mouse_3212_init_param:
+0x40ee 015066 jam p3212 ,mem_config_sensor_type 
+0x40ef 015067 call mouse_sensor_disable_wp 
+0x40f0 015068 setarg 0x3426 
+0x40f1 015069 call twspi_write 
+0x40f2 015070 setarg 0x0419 
+0x40f3 015071 call twspi_write 
+:      015072 mouse_sensor_enable_wp:
+0x40f4 015073 setarg 0x0009 
+0x40f5 015074 branch twspi_write 
+:      015075 mouse_sensor_disable_wp:
+0x40f6 015076 setarg 0x5a09 
+0x40f7 015077 branch twspi_write 
+:      015079 mouse_3204_3l_init_param:
+0x40f8 015080 jam p3204 ,mem_config_sensor_type 
+0x40f9 015081 call mouse_sensor_disable_wp 
+0x40fa 015082 setarg 0x0f0d 
+0x40fb 015083 call twspi_write 
+0x40fc 015084 setarg 0xe31d 
+0x40fd 015085 call twspi_write 
+0x40fe 015086 setarg 0xd27d 
+0x40ff 015087 call twspi_write 
+0x4100 015088 call mouse_32xx_init_param 
+0x4101 015089 branch mouse_32xx_init_param_1 
+:      015091 mouse_32xx_init_param:
+0x4102 015092 setarg 0x351b 
+0x4103 015093 call twspi_write 
+0x4104 015094 setarg 0xb428 
+0x4105 015095 call twspi_write 
+0x4106 015096 setarg 0x4629 
+0x4107 015097 call twspi_write 
+0x4108 015098 setarg 0x962a 
+0x4109 015099 call twspi_write 
+0x410a 015100 setarg 0x8c2b 
+0x410b 015101 call twspi_write 
+0x410c 015102 setarg 0x6e2c 
+0x410d 015103 call twspi_write 
+0x410e 015104 setarg 0x642d 
+0x410f 015105 call twspi_write 
+0x4110 015106 setarg 0x5f38 
+0x4111 015107 call twspi_write 
+0x4112 015108 setarg 0x0f39 
+0x4113 015109 call twspi_write 
+0x4114 015110 setarg 0x323a 
+0x4115 015111 call twspi_write 
+0x4116 015112 setarg 0x473b 
+0x4117 015113 call twspi_write 
+0x4118 015114 setarg 0x1042 
+0x4119 015115 branch twspi_write 
+:      015116 mouse_32xx_init_param_1:
+0x411a 015117 setarg 0x2e54 
+0x411b 015118 call twspi_write 
+0x411c 015119 setarg 0xf255 
+0x411d 015120 call twspi_write 
+0x411e 015121 setarg 0xf461 
+0x411f 015122 call twspi_write 
+0x4120 015123 setarg 0x7063 
+0x4121 015124 call twspi_write 
+0x4122 015125 setarg 0x5275 
+0x4123 015126 call twspi_write 
+0x4124 015127 setarg 0x4176 
+0x4125 015128 call twspi_write 
+0x4126 015129 setarg 0xed77 
+0x4127 015130 call twspi_write 
+0x4128 015131 setarg 0x2378 
+0x4129 015132 call twspi_write 
+0x412a 015133 setarg 0x4679 
+0x412b 015134 call twspi_write 
+0x412c 015135 setarg 0xe57a 
+0x412d 015136 call twspi_write 
+0x412e 015137 setarg 0x487c 
+0x412f 015138 call twspi_write 
+0x4130 015139 setarg 0x777e 
+0x4131 015140 call twspi_write 
+0x4132 015141 setarg 0x017f 
+0x4133 015142 call twspi_write 
+0x4134 015143 setarg 0x000b 
+0x4135 015144 call twspi_write 
+0x4136 015145 setarg 0x007f 
+0x4137 015146 call twspi_write 
+0x4138 015147 branch mouse_sensor_enable_wp 
+:      015150 mouse_3205_3t_init_param:
+0x4139 015151 jam p3205 ,mem_config_sensor_type 
+0x413a 015152 call mouse_sensor_disable_wp 
+0x413b 015153 setarg 0x100d 
+0x413c 015154 call twspi_write 
+0x413d 015155 setarg 0xed1d 
+0x413e 015156 call twspi_write 
+0x413f 015157 setarg 0x807d 
+0x4140 015158 call twspi_write 
+0x4141 015159 call mouse_32xx_init_param 
+0x4142 015160 setarg 0x0943 
+0x4143 015161 call twspi_write 
+0x4144 015162 branch mouse_32xx_init_param_1 
+:      015165 mouse_init_3610sensor_reset:
+0x4145 015166 fetcht 1 ,mem_sensor_reset_gpio 
+0x4146 015167 call gpio_out_active 
+0x4147 015168 call delay_10ms 
+0x4148 015169 fetcht 1 ,mem_sensor_reset_gpio 
+0x4149 015170 call gpio_out_inactive 
+0x414a 015171 branch delay_10ms 
+:      015173 mouse_init_p3610:
+0x414b 015174 jam p3610 ,mem_config_sensor_type 
+0x414c 015175 setarg 0xba41 
+0x414d 015176 call sensor_write 
+0x414e 015177 setarg 0x0d11 
+0x414f 015178 call sensor_write 
+0x4150 015179 setarg 0x041b 
+0x4151 015180 call sensor_write 
+0x4152 015181 setarg 0x041c 
+0x4153 015182 call sensor_write 
+0x4154 015183 setarg 0x0f1d 
+0x4155 015184 call sensor_write 
+0x4156 015185 setarg 0x0032 
+0x4157 015186 call sensor_write 
+0x4158 015187 setarg 0xb541 
+0x4159 015188 branch sensor_write 
+:      015192 mouse_set_sensor_reg:
+0x415a 015193 setarg 0xba41 
+0x415b 015194 call sensor_write 
+0x415c 015195 nop 4000 
+0x415d 015196 setarg 0xff7f 
+0x415e 015197 call sensor_write 
+0x415f 015198 copy rega ,pdata 
+0x4160 015199 call sensor_write 
+0x4161 015200 setarg 0x007f 
+0x4162 015201 call sensor_write 
+0x4163 015202 setarg 0xb541 
+0x4164 015203 branch sensor_write 
+:      015205 extsign:
+0x4165 015206 rtnbit0 7 
+0x4166 015207 arg 0xff00 ,temp 
+0x4167 015208 ior temp ,pdata 
+0x4168 015209 rtn 
+:      015211 extsign_bit3:
+0x4169 015212 rtnbit0 3 
+0x416a 015213 arg 0xf0 ,temp 
+0x416b 015214 ior temp ,pdata 
+0x416c 015215 rtn 
+:      015218 mouse_le:
+0x416d 015219 call le_fifo_check_nearly_full 
+0x416e 015220 nrtn blank 
+0x416f 015221 fetch 1 ,mem_le_connect_status_flag 
+0x4170 015222 and pdata ,0x03 ,pdata 
+0x4171 015223 rtnne 0x03 
+0x4172 015224 fetch mouse_flag_len ,mem_mouse_flag 
+0x4173 015225 bbit1 mosue_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x4174 015226 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x4175 015227 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x4176 015228 call mouse_motion 
+0x4177 015229 nrtn user 
+0x4178 015230 branch mouse_fill_data_le 
+:      015232 mouse_le_send_empty_packet:
+0x4179 015233 setarg 0 
+0x417a 015234 store 7 ,mem_mouse_key 
+0x417b 015235 branch mouse_fill_data_le 
+:      015237 mouse_priority_bb_event:
+0x417c 015238 copy regc ,pdata 
+0x417d 015239 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x417e 015240 beq bt_evt_bb_connected ,mouse_stop_discovery 
+0x417f 015241 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
+0x4180 015242 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
+0x4181 015243 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
+0x4182 015244 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x4183 015245 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
+0x4184 015246 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
+0x4185 015247 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
+0x4186 015248 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
+0x4187 015249 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
+0x4188 015250 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x4189 015251 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x418a 015252 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x418b 015253 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
+0x418c 015254 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
+0x418d 015255 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x418e 015256 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x418f 015257 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x4190 015258 rtn 
+:      015261 mouse_le_pairing_complete:
+0x4191 015262 branch app_ble_store_reconn_info 
+:      015264 mouse_24g_attempt_fail:
+0x4192 015265 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x4193 015266 fetch 1 ,mem_reconn_times 
+0x4194 015267 nbranch mouse_polling_device ,blank 
+0x4195 015268 fetch 1 ,mem_device_flag 
+0x4196 015269 fetcht 1 ,mem_24g_device_number 
+0x4197 015270 isub temp ,null 
+0x4198 015271 branch app_enter_hibernate ,zero 
+0x4199 015272 rtn 
+:      015273 mouse_24g_attempt_success:
+0x419a 015274 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x419b 015275 rtn 
+:      015276 mouse_24g_pairing_complete:
+0x419c 015277 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x419d 015278 arg mosue_24g_pairing_flag ,queue 
+0x419e 015279 call mouse_disable_function_flag 
+0x419f 015280 setarg 0 
+0x41a0 015281 store 2 ,mem_24g_pairing_timer_count 
+0x41a1 015282 jam 0 ,mem_mouse_move_flag 
+0x41a2 015284 fetch 1 ,mem_config_sensor_type 
+0x41a3 015285 sub pdata ,p3610 ,null 
+0x41a4 015286 call mouse_read_sensor3610_data ,zero 
+0x41a5 015287 ncall mouse_read_sensor_common ,zero 
+0x41a6 015289 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x41a7 015290 bbit1 mouse_enable_flash ,mouse_store_flash_24g_address 
+0x41a8 015291 call mouse_set_24g_addr_eeprom 
+0x41a9 015292 branch iicd_write_protect_eep_data 
+:      015294 mouse_set_24g_addr_eeprom:
+0x41aa 015295 call g24_head_ptr2regc 
+0x41ab 015296 add regc ,offset_24g_addr ,rega 
+0x41ac 015297 arg mouse_g24_addr_eeprom_offect ,regb 
+0x41ad 015298 arg 4 ,temp 
+0x41ae 015299 rtn 
+:      015301 mouse_store_flash_24g_address:
+0x41af 015302 call g24_head_ptr2regc 
+0x41b0 015303 add regc ,offset_24g_addr ,regb 
+0x41b1 015304 ifetch 1 ,regb 
+0x41b2 015305 store 1 ,mem_mouse_24g_addr 
+0x41b3 015306 branch mouse_store_flash_device_info 
+:      015309 mouse_le_pairing_success:
+0x41b4 015310 arg ll_pairing_success_flag ,queue 
+0x41b5 015311 branch mouse_le_enable_connect_flag 
+:      015312 mouse_le_ll_start_encryt:
+0x41b6 015313 jam 2 ,mem_le_start_encrypt_timer 
+0x41b7 015314 arg ll_start_enc_flag ,queue 
+0x41b8 015315 branch mouse_le_enable_connect_flag 
+:      015318 mouse_le_enable_connect_flag:
+0x41b9 015319 fetch 1 ,mem_le_connect_status_flag 
+0x41ba 015320 qset1 pdata 
+0x41bb 015321 store 1 ,mem_le_connect_status_flag 
+0x41bc 015322 rtn 
+:      015324 mouse_le_disable_connect_flag:
+0x41bd 015325 fetch 1 ,mem_le_connect_status_flag 
+0x41be 015326 qset0 pdata 
+0x41bf 015327 store 1 ,mem_le_connect_status_flag 
+0x41c0 015328 rtn 
+:      015329 mouse_le_clean_connect_flag:
+0x41c1 015330 jam 0 ,mem_le_connect_status_flag 
+0x41c2 015331 rtn 
+:      015333 mouse_le_bb_event_connected:
+0x41c3 015334 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x41c4 015335 set0 app_disc_by_button ,pdata 
+0x41c5 015336 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x41c6 015337 setarg 0 
+0x41c7 015338 store 2 ,mem_mouse_direct_timer 
+0x41c8 015339 call mouse_no_data_timer_init 
+0x41c9 015340 branch mouse_stop_discovery 
+:      015342 mouse_bb_event_pincode:
+0x41ca 015343 call pincode_reinit 
+0x41cb 015344 branch app_bt_set_pincode 
+:      015345 mouse_bb_event_reconn_timeout:
+:      015346 mouse_bb_event_reconn_failed:
+0x41cc 015347 fetch 1 ,mem_reconn_times 
+0x41cd 015348 nbranch mouse_polling_device ,blank 
+0x41ce 015349 fetch 2 ,mem_ui_state_map 
+0x41cf 015350 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x41d0 015351 fetch mouse_flag_len ,mem_mouse_flag 
+0x41d1 015352 bbit1 mouse_select_device_flag ,mouse_soft_reset 
+0x41d2 015353 bbit1 mouse_bt_discovery_button_down_flag ,mouse_start_discovery 
+0x41d3 015354 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
+0x41d4 015355 branch app_bb_hibernate 
+:      015358 mouse_bt_hid_connected:
+0x41d5 015359 branch mouse_hid_connected 
+:      015361 mouse_bt_event_setup_complete:
+0x41d6 015362 rtn 
+:      015364 mouse_soft_reset:
+0x41d7 015365 call mouse_select_device_enable 
+0x41d8 015366 branch soft_reset_chip 
+:      015368 mouse_bb_disconnected:
+0x41d9 015369 bpatch patch1d_1 ,mem_patch1d 
+0x41da 015370 call mouse_bb_discon_clear_stack 
+0x41db 015371 fetch mouse_flag_len ,mem_mouse_flag 
+0x41dc 015372 bbit1 mouse_select_device_flag ,mouse_soft_reset 
+0x41dd 015373 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
+0x41de 015374 fetch 1 ,mem_reconn_times 
+0x41df 015375 nbranch mouse_polling_device ,blank 
+0x41e0 015376 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x41e1 015377 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x41e2 015378 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x41e3 015379 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
+0x41e4 015380 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
+0x41e5 015381 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x41e6 015382 branch mouse_start_discovery 
+:      015383 mouse_bb_discon_clear_stack:
+0x41e7 015384 setarg 0 
+0x41e8 015385 store 8 ,mem_wheel_tb_old_pinlevel 
+0x41e9 015386 istore 4 ,contw 
+0x41ea 015387 jam 0 ,mem_mouse_send_blank_timer 
+0x41eb 015388 jam 0 ,mem_mouse_move_flag 
+0x41ec 015389 jam app_handshake_null ,mem_app_handshake_flag 
+0x41ed 015390 jam 0 ,mem_ltk_exists 
+0x41ee 015391 rtn 
+:      015393 mouse_event_light_state_pairing:
+0x41ef 015394 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
+0x41f0 015395 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x41f1 015396 branch mouse_start_discovery 
+:      015397 mouse_event_light_state_hibernate:
+0x41f2 015398 fetch 2 ,mem_ui_state_map 
+0x41f3 015399 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x41f4 015400 branch app_bb_hibernate 
+:      015402 mouse4_0_event_bb_disconn:
+0x41f5 015403 call mouse_le_clean_connect_flag 
+0x41f6 015404 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x41f7 015405 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x41f8 015406 branch app_bb_hibernate 
+:      015408 mouse_bb_event_timer:
+0x41f9 015409 call mouse_adc_read 
+0x41fa 015410 call mouse_24g_delay_timer 
+0x41fb 015411 call mouse_ban_24g_pairing_timer 
+0x41fc 015412 call mouse_dpi_led_blink_delay_timer 
+0x41fd 015413 call mouse_statue_up_timer 
+0x41fe 015415 call mouse_statue_cheak_timer 
+0x41ff 015416 call mouse_select_device 
+0x4200 015417 call mouse_bt_discovery_cheak 
+0x4201 015418 call mouse_low_voltage_led_timer 
+0x4202 015419 call mouse_sensor_led_contrl_timer 
+0x4203 015420 call mouse_check_hid_handshake_timer 
+0x4204 015421 call mouse_check_discovery_timeout_timer 
+0x4205 015422 call mouse_check_direct_timeout_timer 
+0x4206 015423 call mouse_check_no_data_timeout_timer 
+0x4207 015424 call mouse_check_mouse_state_timer 
+0x4208 015425 branch mouse_le_enable_att_list_timer 
+:      015429 mouse_sensor_led_contrl_timer:
+0x4209 015430 fetch 1 ,mem_mouse_sensor_timer_count 
+0x420a 015431 rtn blank 
+0x420b 015432 increase -1 ,pdata 
+0x420c 015433 store 1 ,mem_mouse_sensor_timer_count 
+0x420d 015434 nrtn blank 
+0x420e 015435 branch mouse_sensor_led_contrl 
+:      015436 mouse_sensor_led_contrl:
+0x420f 015437 fetch 1 ,mem_sensor_led_style 
+0x4210 015438 rtneq ui_led_state_blink_stop 
+0x4211 015439 beq ui_led_state_blink_darking ,mouse_sensor_led_blink_state_darking 
+:      015440 mouse_sensor_led_blink_state_lighting:
+0x4212 015441 call mouse_sensor_led_on 
+0x4213 015442 jam ui_led_state_blink_darking ,mem_sensor_led_style 
+0x4214 015443 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x4215 015444 rtn 
+:      015445 mouse_sensor_led_blink_state_darking:
+0x4216 015446 call mouse_sensor_led_off 
+0x4217 015447 jam ui_led_state_blink_lighting ,mem_sensor_led_style 
+0x4218 015448 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x4219 015449 rtn 
+:      015451 mouse_sensor_led_blink_stop:
+:      015452 mouse_sensor_reset:
+0x421a 015453 setarg 0x8006 
+0x421b 015454 call twspi_write 
+0x421c 015455 nop 1000 
+0x421d 015456 jam 0x00 ,mem_mouse_sensor_timer_count 
+0x421e 015457 jam ui_led_state_blink_stop ,mem_sensor_led_style 
+0x421f 015458 branch mouse_init_p32xx_id2_judge 
+:      015460 mouse_p3212sensor_led_on:
+0x4220 015461 setarg 0xa006 
+0x4221 015462 call twspi_write 
+0x4222 015463 setarg 0xa005 
+0x4223 015464 branch twspi_write 
+:      015465 mouse_sensor_led_on_global:
+0x4224 015466 jam 0 ,mem_mouse_sensor_timer_count 
+:      015467 mouse_sensor_led_on:
+0x4225 015468 fetch 1 ,mem_config_sensor_type 
+0x4226 015469 beq p3212 ,mouse_p3212sensor_led_on 
+0x4227 015470 setarg 0x0106 
+0x4228 015471 call twspi_write 
+0x4229 015472 setarg 0xa105 
+0x422a 015473 branch twspi_write 
+:      015475 mouse_sensor_led_off_global:
+0x422b 015476 jam 0 ,mem_mouse_sensor_timer_count 
+:      015477 mouse_sensor_led_off:
+0x422c 015478 setarg 0x0906 
+0x422d 015479 branch twspi_write 
+:      015480 mouse_sensor_start_blink:
+0x422e 015481 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x422f 015482 jam ui_led_state_blink_start ,mem_sensor_led_style 
+0x4230 015483 rtn 
+:      015485 mouse_check_hid_handshake_timer:
+0x4231 015486 arg mem_hid_handshake_timer_count ,regc 
+0x4232 015487 arg mouse_bt_hid_handshake ,regb 
+0x4233 015488 branch timer_single_step 
+:      015490 mouse_check_discovery_timeout_timer:
+0x4234 015491 arg mem_mouse_discovery_timer ,regc 
+0x4235 015492 arg mouse_check_discovery_timeout ,regb 
+0x4236 015493 branch timer_single_step_2b 
+:      015495 mouse_check_direct_timeout_timer:
+0x4237 015496 arg mem_mouse_direct_timer ,regc 
+0x4238 015497 arg mouse_check_direct_timeout ,regb 
+0x4239 015498 branch timer_single_step_2b 
+:      015500 mouse_check_no_data_timeout_timer:
+0x423a 015501 arg mem_mouse_no_data_timer ,regc 
+0x423b 015502 arg mouse_check_no_data_timeout ,regb 
+0x423c 015503 branch timer_single_step_2b 
+:      015505 mouse_check_mouse_state_timer:
+0x423d 015506 arg mem_mouse_statue_led_timer ,regc 
+0x423e 015507 arg mouse_statue_led_off ,regb 
+0x423f 015508 branch timer_single_step 
+:      015512 mouse_le_enable_att_list_timer:
+0x4240 015513 arg mem_le_start_encrypt_timer ,regc 
+0x4241 015514 arg mouse_le_enable_att_list ,regb 
+0x4242 015515 branch timer_single_step 
+:      015517 mouse_24g_delay_timer:
+0x4243 015518 arg mem_24g_enter_lpm_timer ,regc 
+0x4244 015519 arg mouse_24g_delay ,regb 
+0x4245 015520 branch timer_single_step 
+:      015522 mouse_ban_24g_pairing_timer:
+0x4246 015523 arg mem_24g_pairing_timer_count ,regc 
+0x4247 015524 arg mouse_ban_24g_pairing ,regb 
+0x4248 015525 branch timer_single_step_2b 
+:      015526 mouse_ban_24g_pairing:
+:      015527 mouse_24g_delay:
+0x4249 015528 rtn 
+:      015531 mosue_dpi_led_blink_init:
+0x424a 015532 fetch mouse_flag_len ,mem_mouse_flag 
+0x424b 015533 rtnbit0 mouse_enable_dpi_led_blink 
+0x424c 015534 jam 10 ,mem_mouse_dpi_led_delay_count 
+0x424d 015535 fetch 1 ,mem_dpi_led_gpio 
+0x424e 015536 store 1 ,mem_mouse_struct_led_gpio 
+0x424f 015537 rtn 
+:      015540 mouse_dpi_led_blink_delay_timer:
+0x4250 015541 arg mem_mouse_dpi_led_delay_count ,regc 
+0x4251 015542 arg mouse_dpi_led_setting ,regb 
+0x4252 015543 branch timer_single_step 
+:      015544 mouse_dpi_led_setting:
+0x4253 015545 fetch 1 ,mem_dpi_led_gpio 
+0x4254 015546 store 1 ,mem_mouse_struct_led_gpio 
+0x4255 015547 setarg led_dpi_blink 
+0x4256 015548 store 2 ,mem_mouse_on_time 
+0x4257 015549 store 2 ,mem_mouse_off_time 
+0x4258 015550 arg 0 ,rega 
+0x4259 015551 fetcht 1 ,mem_mouse_dpi 
+0x425a 015552 increase 1 ,temp 
+0x425b 015553 storet 1 ,mem_mouse_blink_count 
+0x425c 015554 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x425d 015555 rtn 
+:      015557 mouse_le_enable_att_list:
+0x425e 015558 fetch 1 ,mem_le_connect_status_flag 
+0x425f 015559 rtnbit1 ll_pairing_success_flag 
+0x4260 015560 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x4261 015561 call ui_ipc_send_cmd 
+0x4262 015562 arg write_req_enable_flag ,queue 
+0x4263 015563 branch mouse_le_enable_connect_flag 
+:      015566 mouse_check_discovery_timeout:
+0x4264 015567 call mouse_stop_discovery 
+0x4265 015568 branch app_enter_hibernate 
+:      015570 mouse_check_direct_timeout:
+0x4266 015571 call app_ble_stop_direct_adv 
+0x4267 015572 fetch 1 ,mem_reconn_times 
+0x4268 015573 nbranch mouse_polling_device ,blank 
+0x4269 015574 branch app_enter_hibernate 
+:      015576 mouse_check_no_data_timeout:
+0x426a 015577 bmark1 mark_24g ,check_51cmd_hibernate 
+0x426b 015578 branch mouse_disconnect 
+:      015582 mouse_bb_event_discovery_btn:
+0x426c 015583 bpatch patch1d_2 ,mem_patch1d 
+0x426d 015584 jam 0 ,mem_mouse_send_blank_timer 
+0x426e 015585 call mouse_disconnect 
+0x426f 015586 call mouse_le_clean_connect_flag 
+0x4270 015587 branch mouse_start_discovery 
+:      015591 mouse3_0_check_reconn_target:
+0x4271 015592 fetch 6 ,mem_hci_plap 
+0x4272 015593 branch app_bt_start_discovery_short ,blank 
+0x4273 015594 call mouse_reconn_setting_led_gpio 
+0x4274 015595 jam 0x17 ,mem_connection_options 
+0x4275 015596 fetch 1 ,mem_ssp_enable 
+0x4276 015597 nbranch app_bt_start_reconnect ,blank 
+0x4277 015598 jam 0x04 ,mem_connection_options 
+0x4278 015599 branch app_bt_start_reconnect 
+:      015601 mouse4_0_check_reconn_target:
+0x4279 015602 fetch 2 ,mem_mouse_direct_timeout 
+0x427a 015603 store 2 ,mem_mouse_direct_timer 
+0x427b 015604 call mouse_reconn_setting_led_gpio 
+0x427c 015605 call app_lpm_mult_disable 
+0x427d 015606 branch check_51cmd_adv 
+:      015608 mouse_reconn_setting_led_gpio:
+0x427e 015609 setarg led_reconnect_blink 
+0x427f 015610 store 2 ,mem_mouse_on_time 
+0x4280 015611 store 2 ,mem_mouse_off_time 
+0x4281 015612 branch mouse_setting_led_gpio_comman 
+:      015614 mouse_discover_setting_led_gpio:
+0x4282 015615 setarg led_discovery_blink 
+0x4283 015616 store 2 ,mem_mouse_on_time 
+0x4284 015617 store 2 ,mem_mouse_off_time 
+:      015618 mouse_setting_led_gpio_comman:
+0x4285 015619 fetch 1 ,mem_device_flag 
+0x4286 015620 beq mode_bt_device1 ,mouse_device_led1 
+0x4287 015621 beq mode_bt_device2 ,mouse_device_led2 
+0x4288 015622 beq mode_bt_device3 ,mouse_device_led3 
+0x4289 015623 rtn 
+:      015624 mouse_device_led1:
+0x428a 015625 fetch 1 ,mem_config_device1_led_gpio 
+0x428b 015626 branch mouse_led_blink 
+:      015627 mouse_device_led2:
+0x428c 015628 fetch 1 ,mem_config_device2_led_gpio 
+0x428d 015629 branch mouse_led_blink 
+:      015630 mouse_device_led3:
+0x428e 015631 fetch 1 ,mem_config_device3_led_gpio 
+:      015632 mouse_led_blink:
+0x428f 015633 store 1 ,mem_temp 
+0x4290 015634 call mouse_devce_led_off 
+0x4291 015635 fetch 1 ,mem_temp 
+0x4292 015636 store 1 ,mem_mouse_struct_led_gpio 
+0x4293 015637 arg 0 ,rega 
+0x4294 015638 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x4295 015639 branch ui_led_blink_start_global 
+:      015641 mouse_led_off:
+0x4296 015642 arg 0 ,rega 
+0x4297 015643 branch ui_led_off_global 
+:      015644 mouse_led_on:
+0x4298 015645 arg 0 ,rega 
+0x4299 015646 branch ui_led_on_global 
+:      015648 mouse4_0_bb_event_discovery_btn:
+0x429a 015649 branch mouse_le_clean_connect_flag 
+:      015651 mouse_bt_hid_handshake:
+0x429b 015652 jam app_handshake_done ,mem_app_handshake_flag 
+0x429c 015653 call app_lpm_mult_enable 
+0x429d 015654 call app_bt_store_reconn_info 
+0x429e 015655 setarg 0 
+0x429f 015656 store 2 ,mem_discovery_timeout_timer_count 
+0x42a0 015657 store 1 ,mem_hid_handshake_timer_count 
+0x42a1 015658 branch app_bt_enter_sniff 
+:      015660 mouse_check_reconn_target:
+0x42a2 015661 call mouse_cheak_select_device_by_switch 
+0x42a3 015662 fetch 1 ,mem_device_flag 
+0x42a4 015663 fetcht 1 ,mem_24g_device_number 
+0x42a5 015664 isub temp ,null 
+0x42a6 015665 branch mouse_connect_24g_mode ,zero 
+0x42a7 015666 fetch 1 ,mem_xrecord_mode 
+0x42a8 015667 beq rec_3_mode ,mouse3_0_check_reconn_target 
+0x42a9 015668 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x42aa 015669 branch mouse_start_discovery 
+:      015670 mouse_connect_24g_mode:
+0x42ab 015671 call mouse_start_24g_mode 
+0x42ac 015672 rtnmark1 mark_24g 
+0x42ad 015673 fetch 1 ,mem_reconn_times 
+0x42ae 015674 nbranch mouse_polling_device ,blank 
+0x42af 015675 rtn 
+:      015677 mouse_start_discovery:
+0x42b0 015678 bpatch patch1d_3 ,mem_patch1d 
+0x42b1 015679 fetch 2 ,mem_ui_state_map 
+0x42b2 015680 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x42b3 015681 fetch mouse_flag_len ,mem_mouse_flag 
+0x42b4 015682 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x42b5 015683 random pdata 
+0x42b6 015684 store 1 ,mem_le_lap + 1 
+:      015685 mouse_start_discovery_norandom:
+0x42b7 015686 call app_lpm_mult_disable 
+0x42b8 015687 fetch 2 ,mem_discovery_timeout 
+0x42b9 015688 store 2 ,mem_mouse_discovery_timer 
+0x42ba 015689 jam 6 ,mem_connection_options 
+0x42bb 015690 setarg 0 
+0x42bc 015691 store 2 ,mem_mouse_no_data_timer 
+0x42bd 015692 store 2 ,mem_mouse_direct_timer 
+0x42be 015693 arg mouse_store_eeprom_flag ,queue 
+0x42bf 015694 call mouse_enable_function_flag 
+0x42c0 015695 call mouse_bt_discovery_button_down_disable 
+0x42c1 015696 fetch 1 ,mem_device_option 
+0x42c2 015697 isolate1 mode_4_mouse ,pdata 
+0x42c3 015698 call check_51cmd_adv ,true 
+0x42c4 015699 fetch 1 ,mem_device_option 
+0x42c5 015700 isolate1 mode_3_mouse ,pdata 
+0x42c6 015701 call check_51cmd_start_discovery ,true 
+0x42c7 015702 fetch mouse_flag_len ,mem_mouse_flag 
+0x42c8 015703 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_start_blink 
+0x42c9 015704 branch mouse_discover_setting_led_gpio 
+:      015706 mouse_stop_discovery:
+0x42ca 015707 bpatch patch1d_4 ,mem_patch1d 
+0x42cb 015708 fetch 1 ,mem_device_option 
+0x42cc 015709 isolate1 mode_4_mouse ,pdata 
+0x42cd 015710 call mouse_stop_le_adv ,true 
+0x42ce 015711 fetch 1 ,mem_device_option 
+0x42cf 015712 isolate1 mode_3_mouse ,pdata 
+0x42d0 015713 call mouse_stop_bt3_discovery ,true 
+0x42d1 015714 fetch mouse_flag_len ,mem_mouse_flag 
+0x42d2 015715 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_led_blink_stop 
+0x42d3 015716 branch mouse_devce_led_off 
+:      015717 mouse_stop_le_adv:
+0x42d4 015718 setarg 0 
+0x42d5 015719 store 2 ,mem_mouse_direct_timer 
+0x42d6 015720 branch check_51cmd_stop_adv 
+:      015721 mouse_stop_bt3_discovery:
+0x42d7 015722 setarg 0 
+0x42d8 015723 store 2 ,mem_mouse_discovery_timer 
+0x42d9 015724 branch check_51cmd_stop_discovery 
+:      015730 mouse_store_remote_bdaddr:
+0x42da 015731 fetch mouse_flag_len ,mem_mouse_flag 
+0x42db 015732 rtnbit0 mouse_store_eeprom_flag 
+0x42dc 015733 arg mouse_store_eeprom_flag ,queue 
+0x42dd 015734 call mouse_disable_function_flag 
+0x42de 015735 call mouse_check_device_addr 
+:      015736 mouse_unplug_clean_bdaddr:
+0x42df 015737 call mouse_before_store_reconn_info 
+0x42e0 015738 fetch mouse_flag_len ,mem_mouse_flag 
+0x42e1 015739 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x42e2 015740 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x42e3 015741 rtn 
+:      015742 mouse_store_eeprom_device_info:
+0x42e4 015743 arg 88 ,temp 
+0x42e5 015744 arg mem_device_flag ,rega 
+0x42e6 015745 arg mouse_info_eeprom_offect ,regb 
+0x42e7 015746 branch iicd_write_protect_eep_data 
+:      015748 mouse_check_device_addr:
+0x42e8 015749 fetch 1 ,mem_record_bt_mode 
+0x42e9 015750 beq rec_4_mode ,mouse_check_le_device_addr 
+0x42ea 015751 beq rec_3_mode ,mouse_check_bt_device_addr 
+0x42eb 015752 rtn 
+:      015753 mouse_check_le_device_addr:
+0x42ec 015754 store 1 ,mem_device_addr_temp 
+0x42ed 015755 fetch 6 ,mem_le_plap 
+0x42ee 015756 branch mouse_check_bt_device_addr_common 
+:      015757 mouse_check_bt_device_addr:
+0x42ef 015758 store 1 ,mem_device_addr_temp 
+0x42f0 015759 fetch 6 ,mem_plap 
+:      015760 mouse_check_bt_device_addr_common:
+0x42f1 015761 store 6 ,mem_device_addr_temp + 1 
+0x42f2 015762 fetch 7 ,mem_device_addr_temp 
+0x42f3 015763 arg mem_device1_type ,contr 
+0x42f4 015764 arg 3 ,loopcnt 
+:      015765 mouse_check_device_addr_end:
+0x42f5 015766 ifetcht 7 ,contr 
+0x42f6 015767 isub temp ,null 
+0x42f7 015768 branch mouse_clean_addr ,zero 
+0x42f8 015769 increase 22 ,contr 
+0x42f9 015770 loop mouse_check_device_addr_end 
+0x42fa 015771 rtn 
+:      015772 mouse_before_store_reconn_info:
+0x42fb 015773 arg mem_device1_type ,rega 
+0x42fc 015774 fetch 1 ,mem_device_flag 
+0x42fd 015775 increase -1 ,pdata 
+0x42fe 015776 mul32 pdata ,29 ,pdata 
+0x42ff 015777 iadd rega ,rega 
+0x4300 015778 fetch 1 ,mem_record_bt_mode 
+0x4301 015779 istore 1 ,rega 
+0x4302 015780 beq rec_4_mode ,mouse_store_le_device 
+0x4303 015781 beq rec_3_mode ,mouse_store_bt_device 
+0x4304 015782 rtn 
+:      015784 mouse_store_le_device:
+0x4305 015785 fetch 6 ,mem_le_plap 
+0x4306 015786 istore 6 ,contw 
+0x4307 015787 arg mem_le_ltk ,contr 
+0x4308 015788 call memcpy16 
+0x4309 015789 fetch 6 ,mem_le_lap 
+0x430a 015790 istore 6 ,contw 
+0x430b 015791 rtn 
+:      015792 mouse_store_bt_device:
+0x430c 015793 fetch 6 ,mem_plap 
+0x430d 015794 istore 6 ,contw 
+0x430e 015795 arg mem_link_key ,contr 
+0x430f 015796 branch memcpy16 
+:      015798 mouse_clean_addr:
+0x4310 015799 increase -6 ,contr 
+0x4311 015800 copy contr ,contw 
+0x4312 015801 fetcht 6 ,mem_device_addr_temp + 1 
+0x4313 015802 increase 3 ,temp 
+0x4314 015803 istoret 6 ,contw 
+0x4315 015804 rtn 
+:      015808 mouse_eeprom_load_recon_info:
+0x4316 015809 arg 88 ,temp 
+0x4317 015810 arg mem_device_flag ,rega 
+0x4318 015811 arg mouse_info_eeprom_offect ,regb 
+0x4319 015812 call iicd_read_eep_data 
+:      015813 mouse_select_reconn_device:
+0x431a 015814 arg mem_device1_type ,rega 
+0x431b 015815 fetch 1 ,mem_device_flag 
+0x431c 015816 fetcht 1 ,mem_24g_device_number 
+0x431d 015817 isub temp ,null 
+0x431e 015818 rtn zero 
+0x431f 015819 increase -1 ,pdata 
+0x4320 015820 mul32 pdata ,29 ,pdata 
+0x4321 015821 iadd rega ,rega 
+0x4322 015822 ifetch 1 ,rega 
+0x4323 015823 store 1 ,mem_xrecord_mode 
+0x4324 015824 beq rec_3_mode ,mouse_load_bt_device 
+0x4325 015825 beq rec_4_mode ,mouse_load_le_device 
+0x4326 015826 rtn 
+:      015828 mouse_load_bt_device:
+0x4327 015829 ifetch 6 ,contr 
+:      015830 mouse_load_bt_device_end:
+0x4328 015831 store 6 ,mem_hci_plap 
+0x4329 015832 arg mem_link_key ,contw 
+0x432a 015833 call memcpy16 
+0x432b 015834 branch check_link_key_load 
+:      015836 mouse_load_le_device:
+0x432c 015837 ifetch 6 ,contr 
+:      015838 mouse_load_le_device_end:
+0x432d 015839 store 6 ,mem_hci_plap 
+0x432e 015840 arg mem_le_ltk ,contw 
+0x432f 015841 call memcpy16 
+0x4330 015842 ifetch 6 ,contr 
+0x4331 015843 store 6 ,mem_le_lap 
+0x4332 015844 rtn 
+:      015847 mouse_select_device:
+0x4333 015848 fetch 1 ,mem_config_function_enable 
+0x4334 015849 bbit1 enable_select_device_by_gpio_button ,mouse_select_device_by_button 
+0x4335 015850 bbit1 enable_select_device_by_switch ,mouse_select_device_by_switch 
+0x4336 015851 branch mouse_select_device_by_combination_key 
+:      015853 mouse_select_device_by_combination_key:
+0x4337 015854 call mouse_check_key_gpio 
+0x4338 015855 beq mouse_rm_button ,mouse_select_device_commbination_key_down 
+:      015856 mouse_select_device_commbination_key_up:
+0x4339 015857 jam 30 ,mem_combination_select_device_count 
+0x433a 015858 fetch 1 ,mem_select_device_button_statue 
+0x433b 015859 rtneq dpi_button_state_up 
+0x433c 015860 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x433d 015861 rtn 
+:      015863 mouse_select_device_commbination_key_down:
+0x433e 015864 call mouse_combination_select_device_timer 
+0x433f 015865 fetch 1 ,mem_select_device_button_statue 
+0x4340 015866 rtneq dpi_button_state_down 
+0x4341 015867 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x4342 015868 branch mouse_select_device_enable 
+:      015870 mouse_combination_select_device_timer:
+0x4343 015871 fetch 1 ,mem_combination_select_device_count 
+0x4344 015872 rtn blank 
+0x4345 015873 pincrease -1 
+0x4346 015874 store 1 ,mem_combination_select_device_count 
+0x4347 015875 nrtn blank 
+0x4348 015876 branch mouse_ready_reconnection_by_button 
+:      015878 mouse_select_device_by_button:
+0x4349 015879 fetch 1 ,mem_config_select_device_button_gpio 
+0x434a 015880 rtneq gpio_disable 
+0x434b 015881 fetcht 1 ,mem_config_select_device_button_gpio 
+0x434c 015882 call gpio_get_bit 
+0x434d 015883 branch mouse_select_device_button_down ,true 
+:      015884 mouse_select_device_button_up:
+0x434e 015885 fetch 1 ,mem_select_device_button_statue 
+0x434f 015886 rtneq dpi_button_state_up 
+0x4350 015887 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x4351 015888 fetch mouse_flag_len ,mem_mouse_flag 
+0x4352 015889 rtnbit1 mouse_long_bt_button_flag 
+0x4353 015890 branch mouse_ready_reconnection_by_button 
+:      015892 mouse_select_device_button_down:
+0x4354 015893 fetch 1 ,mem_select_device_button_statue 
+0x4355 015894 rtneq dpi_button_state_down 
+0x4356 015895 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x4357 015896 arg mouse_long_bt_button_flag ,queue 
+0x4358 015897 branch mouse_disable_function_flag 
+:      015901 mouse_select_device_by_switch:
+0x4359 015902 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x435a 015903 rtnbit0 enable_select_device_by_switch 
+0x435b 015904 fetch 1 ,mem_device_flag 
+0x435c 015905 beq mode_bt_device1 ,mouse_select1_device 
+0x435d 015906 beq mode_24g_device ,mouse_select2_device 
+0x435e 015907 rtn 
+:      015908 mouse_cheak_select_device_by_switch:
+0x435f 015909 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x4360 015910 rtnbit0 enable_select_device_by_switch 
+0x4361 015911 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4362 015912 call gpio_get_bit 
+0x4363 015913 branch mouse_cheak_select_24gdevice ,true 
+:      015914 mouse_select_btdevice:
+0x4364 015915 jam mode_bt_device1 ,mem_device_flag 
+0x4365 015916 rtn 
+:      015917 mouse_cheak_select_24gdevice:
+0x4366 015918 fetch 1 ,mem_24g_device_number 
+0x4367 015919 store 1 ,mem_device_flag 
+0x4368 015920 rtn 
+:      015921 mouse_select1_device:
+0x4369 015922 fetcht 1 ,mem_config_select_device_button_gpio 
+0x436a 015923 nbranch mouse_ready_reconnection_by_button ,true 
+0x436b 015924 rtn 
+:      015925 mouse_select2_device:
+0x436c 015926 fetcht 1 ,mem_config_select_device_button_gpio 
+0x436d 015927 call gpio_get_bit 
+0x436e 015928 branch mouse_select_device_button_down ,true 
+0x436f 015929 rtn 
+:      015934 mouse_ready_reconnection_by_button:
+0x4370 015935 fetcht 1 ,mem_device_flag 
+0x4371 015936 increase 1 ,temp 
+0x4372 015937 fetch 1 ,mem_device_number 
+0x4373 015938 isub temp ,null 
+0x4374 015939 ncall mouse_select_device_count_clean ,positive 
+0x4375 015940 storet 1 ,mem_device_flag 
+0x4376 015941 jam 0 ,mem_link_key_exists 
+0x4377 015942 call mouse_store_device_number2eeprom 
+0x4378 015943 call mouse_select_device_enable 
+0x4379 015945 branch mouse_set_reconnection 
+:      015947 mouse_store_device_number2eeprom:
+0x437a 015948 arg 1 ,temp 
+0x437b 015949 arg mem_device_flag ,rega 
+0x437c 015950 arg 0 ,regb 
+0x437d 015951 branch iicd_write_eep_data 
+:      015953 mouse_set_reconnection:
+0x437e 015954 call mouse_stop_bluetooth_mode 
+0x437f 015955 call mouse_select_device_disable 
+0x4380 015956 branch mouse_soft_reset 
+:      015957 mouse_stop_bluetooth_mode:
+0x4381 015958 fetch 2 ,mem_ui_state_map 
+0x4382 015959 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x4383 015960 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x4384 015961 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x4385 015962 branch mouse_stop_discovery 
+:      015964 mouse_disconnect:
+0x4386 015965 bpatch patch1d_5 ,mem_patch1d 
+0x4387 015966 setarg 0 
+0x4388 015967 store 2 ,mem_mouse_no_data_timer 
+0x4389 015968 fetch 2 ,mem_ui_state_map 
+0x438a 015969 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x438b 015970 fetch 2 ,mem_ui_state_map 
+0x438c 015971 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x438d 015972 rtn 
+:      015974 mouse_irtual_cable_unplug:
+0x438e 015975 setarg 0x01 
+0x438f 015976 store 6 ,mem_plap 
+0x4390 015977 jam rec_3_mode ,mem_record_bt_mode 
+0x4391 015978 branch mouse_unplug_clean_bdaddr 
+:      015981 mouse_cancel_reconnect:
+0x4392 015982 call mouse_bt_cannel_reconn_enable 
+0x4393 015983 branch check_51cmd_bb_reconn_cancel 
+:      015985 mouse_bt_discovery_by_button:
+0x4394 015986 fetch 1 ,mem_config_bt_button_gpio 
+0x4395 015987 rtneq gpio_disable 
+0x4396 015988 fetcht 1 ,mem_config_bt_button_gpio 
+0x4397 015989 call gpio_get_bit 
+0x4398 015990 branch mouse_bt_discovery_button_down ,true 
+:      015991 mouse_bt_discovery_button_up:
+0x4399 015992 fetch 1 ,mem_ui_button_timeout 
+0x439a 015993 store 1 ,mem_combination_ui_button_count 
+0x439b 015994 fetch 1 ,mem_bt_discovey_button_statue 
+0x439c 015995 rtneq dpi_button_state_up 
+0x439d 015996 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+0x439e 015997 branch mouse_bt_discovery_button_down_disable 
+:      015998 mouse_bt_discovery_button_down:
+0x439f 015999 call mouse_bt_discovry_timer 
+0x43a0 016000 fetch 1 ,mem_bt_discovey_button_statue 
+0x43a1 016001 rtneq dpi_button_state_down 
+0x43a2 016002 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
+0x43a3 016003 call check_51cmd_bb_reconn_cancel 
+0x43a4 016004 branch mouse_bt_discovery_button_down_enable 
+:      016007 mouse_bt_discovery_cheak:
+0x43a5 016008 fetch 1 ,mem_config_function_enable 
+0x43a6 016009 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
+:      016010 mouse_bt_discovery_commbination_key:
+0x43a7 016011 call mouse_check_key_gpio 
+0x43a8 016012 beq mouse_lmr_button ,mouse_bt_discovery_commbination_key_down 
+:      016013 mouse_bt_discovery_commbination_key_up:
+0x43a9 016014 fetch 1 ,mem_ui_button_timeout 
+0x43aa 016015 store 1 ,mem_combination_ui_button_count 
+0x43ab 016016 fetch 1 ,mem_bt_discovey_button_statue 
+0x43ac 016017 rtneq dpi_button_state_up 
+0x43ad 016018 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+0x43ae 016019 branch mouse_bt_discovery_button_down_disable 
+:      016022 mouse_bt_discovery_commbination_key_down:
+0x43af 016023 call mouse_bt_discovry_timer 
+0x43b0 016024 fetch 1 ,mem_bt_discovey_button_statue 
+0x43b1 016025 rtneq dpi_button_state_down 
+0x43b2 016026 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
+0x43b3 016027 call check_51cmd_bb_reconn_cancel 
+0x43b4 016028 branch mouse_bt_discovery_button_down_enable 
+:      016030 mouse_bt_discovry_timer:
+0x43b5 016031 arg mem_combination_ui_button_count ,regc 
+0x43b6 016032 arg mouse_long_button_bt_discovry ,regb 
+0x43b7 016033 branch timer_single_step 
+:      016035 mouse_long_button_bt_discovry:
+0x43b8 016036 arg mouse_long_bt_button_flag ,queue 
+0x43b9 016037 call mouse_enable_function_flag 
+0x43ba 016038 call app_evt_button_long_pressed 
+0x43bb 016039 branch mouse_bb_event_discovery_btn 
+:      016042 mouse_cpi_enable:
+0x43bc 016043 arg mouse_cpi_flag ,queue 
+0x43bd 016044 branch mouse_enable_function_flag 
+:      016045 mouse_cpi_disable:
+0x43be 016046 arg mouse_cpi_flag ,queue 
+0x43bf 016047 branch mouse_disable_function_flag 
+:      016048 mouse_select_device_enable:
+0x43c0 016049 arg mouse_select_device_flag ,queue 
+0x43c1 016050 branch mouse_enable_function_flag 
+:      016051 mouse_select_device_disable:
+0x43c2 016052 arg mouse_select_device_flag ,queue 
+0x43c3 016053 branch mouse_disable_function_flag 
+:      016054 mouse_bt_cannel_reconn_enable:
+0x43c4 016055 arg mouse_bt_cannel_reconn_flag ,queue 
+0x43c5 016056 branch mouse_enable_function_flag 
+:      016057 mouse_bt_cannel_reconn_disable:
+0x43c6 016058 arg mouse_bt_cannel_reconn_flag ,queue 
+0x43c7 016059 branch mouse_disable_function_flag 
+:      016060 mouse_bt_discovery_button_down_enable:
+0x43c8 016061 arg mouse_bt_discovery_button_down_flag ,queue 
+0x43c9 016062 branch mouse_enable_function_flag 
+:      016063 mouse_bt_discovery_button_down_disable:
+0x43ca 016064 arg mouse_bt_discovery_button_down_flag ,queue 
+0x43cb 016065 branch mouse_disable_function_flag 
+:      016069 mouse_select_device_count_clean:
+0x43cc 016070 arg 1 ,temp 
+0x43cd 016071 rtn 
+:      016073 mouse_enable_function_flag:
+0x43ce 016074 fetch mouse_flag_len ,mem_mouse_flag 
+0x43cf 016075 qset1 pdata 
+0x43d0 016076 store mouse_flag_len ,mem_mouse_flag 
+0x43d1 016077 rtn 
+:      016079 mouse_disable_function_flag:
+0x43d2 016080 fetch mouse_flag_len ,mem_mouse_flag 
+0x43d3 016081 qset0 pdata 
+0x43d4 016082 store mouse_flag_len ,mem_mouse_flag 
+0x43d5 016083 rtn 
+:      016085 mouse_adc_read:
+0x43d6 016086 fetch mouse_flag_len ,mem_mouse_flag 
+0x43d7 016087 rtnbit0 mouse_enable_adc 
+0x43d8 016088 fetch 1 ,mem_adc_read_timer 
+0x43d9 016089 increase 1 ,pdata 
+0x43da 016090 store 1 ,mem_adc_read_timer 
+0x43db 016091 sub pdata ,10 ,null 
+0x43dc 016092 rtn positive 
+0x43dd 016093 jam 0 ,mem_adc_read_timer 
+0x43de 016094 call adc_set_mode 
+0x43df 016095 call vdd_calculate_by_mode 
+0x43e0 016096 store 2 ,mem_mouse_vdd_now_vol 
+0x43e1 016097 arg mem_mouse_vdd_calculate_set ,rega 
+0x43e2 016098 call adc_bat_percent_lowpower_out 
+0x43e3 016099 fetch 1 ,mem_adc_power_flag 
+0x43e4 016100 bbit1 1 ,mouse_power_down 
+0x43e5 016101 bbit0 0 ,mouse_adc_no_low_voltage 
+0x43e6 016102 branch mouse_adc_low_voltage 
+:      016103 mouse_adc_low_voltage:
+0x43e7 016104 arg mouse_low_voltage_flag ,queue 
+0x43e8 016105 branch mouse_enable_function_flag 
+:      016106 mouse_adc_no_low_voltage:
+0x43e9 016107 arg mouse_low_voltage_flag ,queue 
+0x43ea 016108 branch mouse_disable_function_flag 
+:      016110 mouse_low_voltage_led_timer:
+0x43eb 016111 fetch mouse_flag_len ,mem_mouse_flag 
+0x43ec 016112 rtnbit0 mouse_low_voltage_flag 
+0x43ed 016113 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x43ee 016114 store 1 ,mem_mouse_struct_led_gpio 
+0x43ef 016115 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x43f0 016116 pincrease 1 
+0x43f1 016117 store 1 ,mem_adc_low_volatage_led_timer_count 
+0x43f2 016118 sub pdata ,20 ,null 
+0x43f3 016119 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0x43f4 016120 beq 2 ,mouse_low_voltage_led_on 
+0x43f5 016121 beq 4 ,mouse_low_voltage_led_off 
+0x43f6 016122 beq 6 ,mouse_low_voltage_led_on 
+0x43f7 016123 beq 8 ,mouse_low_voltage_led_off 
+0x43f8 016124 rtn 
+:      016125 mouse_adc_low_volatage_led_timer_count_clean:
+0x43f9 016126 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x43fa 016127 branch mouse_low_voltage_led_off 
+:      016128 mouse_low_voltage_led_on:
+0x43fb 016129 arg 0 ,rega 
+0x43fc 016130 jam ui_led_state_lighting ,mem_mouse_led_type 
+0x43fd 016131 branch ui_led_on_global 
+:      016132 mouse_low_voltage_led_off:
+0x43fe 016133 arg 0 ,rega 
+0x43ff 016134 jam ui_led_state_lighting ,mem_mouse_led_type 
+0x4400 016135 branch ui_led_off_global 
+:      016137 mouse_g24_package_data:
+0x4401 016138 call mouse_motion 
+0x4402 016139 nrtn user 
+0x4403 016140 arg 7 ,rega 
+0x4404 016141 arg mem_mouse_key ,regb 
+0x4405 016142 rtn 
+:      016144 mouse_g24_enter_lpm:
+0x4406 016145 fetch 1 ,mem_mouse_24g_enter_lpm_enable 
+0x4407 016146 rtn blank 
+0x4408 016148 fetcht 1 ,mem_dpi_button_gpio 
+0x4409 016149 call gpio_get_bit 
+0x440a 016150 call mouse_24g_dpi_delay_init ,true 
+0x440b 016151 fetch 1 ,mem_24g_enter_lpm_timer 
+0x440c 016152 nrtn blank 
+0x440d 016153 call mouse_check_key_gpio 
+0x440e 016154 nrtn blank 
+0x440f 016155 branch g24_lpm_long_sleep 
+:      016157 mouse_24g_dpi_delay_init:
+0x4410 016158 fetch 1 ,mem_dpi_button_gpio 
+0x4411 016159 rtneq ui_button_gpio_disable 
+0x4412 016160 jam 10 ,mem_24g_enter_lpm_timer 
+0x4413 016161 rtn 
+:      016164 mouse_load_flash_info_cheak:
+0x4414 016165 call mouse_load_flash_flag 
+0x4415 016166 fetch 2 ,mem_store_flag 
+0x4416 016167 arg eeprom_init_flag ,temp 
+0x4417 016168 isub temp ,null 
+0x4418 016169 branch mouse_load_flash_device_info ,zero 
+0x4419 016170 storet 2 ,mem_store_flag 
+0x441a 016171 call mouse_ble_init_address 
+0x441b 016172 branch mouse_store_flash_device_info 
+:      016173 mouse_ble_init_address:
+0x441c 016174 fetch 6 ,mem_le_lap 
+0x441d 016175 store 6 ,mem_device1_locall_addr 
+0x441e 016176 add pdata ,0x0100 ,pdata 
+0x441f 016177 store 6 ,mem_device2_locall_addr 
+0x4420 016178 add pdata ,0x0100 ,pdata 
+0x4421 016179 store 6 ,mem_device3_locall_addr 
+0x4422 016180 rtn 
+:      016183 mouse_load_flash_flag:
+0x4423 016184 setarg mem_store_flag 
+0x4424 016185 arg mem_mouse_information_start ,temp 
+0x4425 016186 isub temp ,temp 
+0x4426 016187 fetch 3 ,mem_flash_base 
+0x4427 016188 iadd temp ,pdata 
+0x4428 016189 arg 2 ,temp 
+0x4429 016190 arg mem_store_flag ,rega 
+0x442a 016191 branch spid_read_flash 
+:      016194 mouse_load_flash_device_info:
+0x442b 016195 setarg mem_mouse_information_end 
+0x442c 016196 arg mem_mouse_information_start ,temp 
+0x442d 016197 isub temp ,temp 
+0x442e 016198 fetch 3 ,mem_flash_base 
+0x442f 016199 arg mem_mouse_information_start ,rega 
+0x4430 016200 call spid_read_flash 
+0x4431 016201 call mouse_select_reconn_device 
+0x4432 016202 fetch 4 ,mem_mouse_24g_addr 
+0x4433 016203 call g24_head_ptr2regc 
+0x4434 016204 branch g24_store_mem_addr 
+:      016206 mouse_store_flash_device_info:
+0x4435 016207 setarg mem_mouse_information_end 
+0x4436 016208 arg mem_mouse_information_start ,temp 
+0x4437 016209 isub temp ,temp 
+0x4438 016210 arg mem_mouse_information_start ,rega 
+0x4439 016211 fetch 3 ,mem_flash_base 
+0x443a 016212 branch flash_write 
+:      016214 mouse_store_eerpom_dpi:
+0x443b 016215 arg 1 ,temp 
+0x443c 016216 arg mem_mouse_dpi ,rega 
+0x443d 016217 arg mouse_dpi_eeprom_offect ,regb 
+0x443e 016218 branch iicd_write_protect_eep_data 
+:      016220 mouse_load_eeprom_dpi:
+0x443f 016221 arg 1 ,temp 
+0x4440 016222 arg mem_mouse_dpi ,rega 
+0x4441 016223 arg mouse_dpi_eeprom_offect ,regb 
+0x4442 016224 branch iicd_read_eep_data 
+:      016226 mouse_statue_cheak_timer:
+0x4443 016227 rtnmark1 mark_24g 
+0x4444 016228 fetch mouse_flag_len ,mem_mouse_flag 
+0x4445 016229 rtnbit0 mouse_enable_statue_up 
+0x4446 016230 fetch 1 ,mem_mouse_1step_up_count 
+0x4447 016231 pincrease 1 
+0x4448 016232 and pdata ,0x07 ,pdata 
+0x4449 016233 store 1 ,mem_mouse_1step_up_count 
+0x444a 016234 rtnne 0x07 
+0x444b 016235 fetch 2 ,mem_ui_state_map 
+0x444c 016236 bbit1 ui_state_bt_connected ,mouse_check_statue_up 
+0x444d 016237 bbit1 ui_state_ble_connected ,mouse_check_statue_up 
+0x444e 016238 rtn 
+:      016243 mouse_check_statue_up:
+0x444f 016244 bpatch patch1d_6 ,mem_patch1d 
+0x4450 016245 fetch 1 ,mem_mouse_2step_up_count 
+0x4451 016246 nrtn blank 
+0x4452 016247 fetch mouse_flag_len ,mem_mouse_flag 
+0x4453 016248 rtnbit0 mouse_statue_up_flag 
+0x4454 016249 fetch 1 ,mem_sensor_squal_reg 
+0x4455 016250 call sensor_read 
+0x4456 016251 store 1 ,mem_sensor_iqc 
+0x4457 016252 sub pdata ,0x10 ,null 
+0x4458 016253 branch mouse_statue_up_timer_init ,positive 
+0x4459 016254 jam 0 ,mem_mouse_2step_up_count 
+0x445a 016255 rtn 
+:      016257 mouse_statue_up_timer_init:
+0x445b 016258 jam 30 ,mem_mouse_2step_up_count 
+0x445c 016259 rtn 
+:      016260 mouse_statue_up_timer:
+0x445d 016261 arg mem_mouse_2step_up_count ,regc 
+0x445e 016262 arg mouse_statue_up ,regb 
+0x445f 016263 branch timer_single_step 
+:      016265 mouse_statue_up:
+0x4460 016266 fetch 1 ,mem_sensor_squal_reg 
+0x4461 016267 call twspi_read 
+0x4462 016268 sub pdata ,0x10 ,null 
+0x4463 016269 nrtn positive 
+0x4464 016270 fetch mouse_flag_len ,mem_mouse_flag 
+0x4465 016271 rtnbit0 mouse_statue_up_flag 
+0x4466 016272 arg mouse_statue_up_flag ,queue 
+0x4467 016273 call mouse_disable_function_flag 
+0x4468 016274 jam 0 ,mem_lpm_mult 
+0x4469 016275 jam 30 ,mem_mouse_statue_led_timer 
+0x446a 016276 call mouse_devce_led_off 
+0x446b 016277 fetch mouse_flag_len ,mem_mouse_flag 
+0x446c 016278 bbit1 mouse_enable_statue_up_three_led ,mouse_three_device_statue_up 
+:      016279 mouse_two_device_statue_up:
+0x446d 016280 fetch 1 ,mem_device_flag 
+0x446e 016281 beq mode_bt_device1 ,mouse_device1_led_on 
+0x446f 016282 beq mode_bt_device2 ,mouse_device_blink_led_init 
+0x4470 016283 rtn 
+:      016284 mouse_three_device_statue_up:
+0x4471 016285 fetch 1 ,mem_device_flag 
+0x4472 016286 beq mode_bt_device1 ,mouse_device1_led_on 
+0x4473 016287 beq mode_bt_device2 ,mouse_device2_led_on 
+0x4474 016288 beq mode_bt_device3 ,mouse_device3_led_on 
+0x4475 016289 rtn 
+:      016291 mouse_device_blink_led_init:
+0x4476 016292 fetch 1 ,mem_config_device1_led_gpio 
+0x4477 016293 branch mouse_led_blink 
+:      016297 mouse_statue_led_off:
+0x4478 016298 jam 0x20 ,mem_lpm_mult 
+0x4479 016299 branch mouse_devce_led_off 
+:      016303 mouse_devce1_led_off:
+0x447a 016304 fetch 1 ,mem_config_device1_led_gpio 
+0x447b 016305 rtneq gpio_disable 
+0x447c 016306 store 1 ,mem_mouse_struct_led_gpio 
+0x447d 016307 branch mouse_led_off 
+:      016309 mouse_devce2_led_off:
+0x447e 016310 fetch 1 ,mem_config_device2_led_gpio 
+0x447f 016311 rtneq gpio_disable 
+0x4480 016312 store 1 ,mem_mouse_struct_led_gpio 
+0x4481 016313 branch mouse_led_off 
+:      016315 mouse_devce_led_off:
+0x4482 016316 call mouse_led_off 
+0x4483 016317 call mouse_devce1_led_off 
+0x4484 016318 call mouse_devce2_led_off 
+:      016319 mouse_devce3_led_off:
+0x4485 016320 fetch 1 ,mem_config_device3_led_gpio 
+0x4486 016321 rtneq gpio_disable 
+0x4487 016322 store 1 ,mem_mouse_struct_led_gpio 
+0x4488 016323 branch mouse_led_off 
+:      016325 mouse_device1_led_on:
+0x4489 016326 fetch 1 ,mem_config_device1_led_gpio 
+0x448a 016327 store 1 ,mem_mouse_struct_led_gpio 
+0x448b 016328 branch mouse_led_on 
+:      016329 mouse_device2_led_on:
+0x448c 016330 fetch 1 ,mem_config_device2_led_gpio 
+0x448d 016331 store 1 ,mem_mouse_struct_led_gpio 
+0x448e 016332 branch mouse_led_on 
+:      016333 mouse_device3_led_on:
+0x448f 016334 fetch 1 ,mem_config_device3_led_gpio 
+0x4490 016335 store 1 ,mem_mouse_struct_led_gpio 
+0x4491 016336 branch mouse_led_on 
+:      016340 mouse_polling_device:
+0x4492 016341 bpatch patch1d_7 ,mem_patch1d 
+0x4493 016342 fetch 1 ,mem_reconn_times 
+0x4494 016343 increase -1 ,pdata 
+0x4495 016344 store 1 ,mem_reconn_times 
+0x4496 016345 fetcht 1 ,mem_device_flag 
+0x4497 016346 increase 1 ,temp 
+0x4498 016347 fetch 1 ,mem_device_number 
+0x4499 016348 isub temp ,null 
+0x449a 016349 ncall mouse_select_device_count_clean ,positive 
+0x449b 016350 storet 1 ,mem_device_flag 
+0x449c 016351 jam 0 ,mem_link_key_exists 
+0x449d 016352 call mouse_store_device_number2eeprom 
+0x449e 016353 call mouse_before_store_reconn_info 
+0x449f 016354 branch mouse_check_reconn_target 
+:      016356 mouse_power_down:
+0x44a0 016357 call mouse_devce_led_off 
+0x44a1 016358 setarg 0 
+0x44a2 016359 store 8 ,mem_gpio_wakeup_low 
+0x44a3 016360 branch lpm_hibernate 
+:      016371 remote_car_init:
+0x44a4 016372 rtn wake 
+0x44a5 016373 hfetch 1 ,core_gpio_sel1 
+0x44a6 016374 and_into 0xf0 ,pdata 
+0x44a7 016375 hstore 1 ,core_gpio_sel1 
+0x44a8 016376 call keyscan_key_init 
+0x44a9 016377 setarg remote_car_le_before_hibernate 
+0x44aa 016378 store 2 ,mem_cb_before_hibernate 
+0x44ab 016380 setarg remote_car_process_lpm_before 
+0x44ac 016381 store 2 ,mem_cb_before_lpm 
+0x44ad 016383 setarg remote_car_scale_process_idle 
+0x44ae 016384 store 2 ,mem_cb_idle_process 
+0x44af 016386 setarg remote_car_scale_process_bb_event 
+0x44b0 016387 store 2 ,mem_cb_bb_event_process 
+0x44b1 016389 setarg app_get_lpm_wake_lock 
+0x44b2 016390 store 2 ,mem_cb_check_wakelock 
+0x44b3 016392 call g24_head_ptr2regc 
+0x44b4 016393 setarg remote_car_g24_package_data 
+0x44b5 016394 add regc ,offset_24g_cb_data ,contw 
+0x44b6 016395 istore 2 ,contw 
+0x44b7 016397 setarg remote_car_g24_enter_lpm 
+0x44b8 016398 add regc ,offset_24g_cb_lpm_prepare ,contw 
+0x44b9 016399 istore 2 ,contw 
+0x44ba 016401 setarg remote_car_process_lpm_before 
+0x44bb 016402 add regc ,offset_24g_cb_lpm_before ,contw 
+0x44bc 016403 istore 2 ,contw 
+0x44bd 016405 setarg remote_car_event_timer 
+0x44be 016406 store 2 ,mem_cb_event_timer 
+0x44bf 016408 setarg remote_car_power_off_signal 
+0x44c0 016409 store 2 ,mem_remote_car_power_off_cb 
+0x44c1 016411 setarg remote_car_soft_switch_power_on_signal 
+0x44c2 016412 store 2 ,mem_remote_car_power_standby_cb 
+0x44c3 016414 setarg remote_car_send_key_data 
+0x44c4 016415 store 2 ,mem_cb_remote_car_keyscan 
+0x44c5 016417 bpatch patch1e_0 ,mem_patch1e 
+0x44c6 016418 call remote_car_init_environment 
+0x44c7 016419 call queue_init 
+0x44c8 016420 jam 2 ,mem_lpm_mult 
+0x44c9 016421 fetch 1 ,mem_remote_car_config_soft_switch_enable 
+0x44ca 016422 store 1 ,mem_remote_car_hard_soft_switch 
+0x44cb 016423 beq hard_switch ,remote_car_hard_switch_power_on_signal 
+0x44cc 016424 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
+0x44cd 016425 store 1 ,mem_ui_button_gpio 
+:      016426 remote_car_soft_switch_power_on_init:
+0x44ce 016427 call remote_car_ui_led_init 
+0x44cf 016428 call ui_button_init 
+0x44d0 016429 call ui_button_polling 
+0x44d1 016430 jam power_starting ,mem_remote_car_power_state 
+0x44d2 016431 fetch 2 ,mem_ui_state_map 
+0x44d3 016432 rtnbit1 ui_state_btn_down 
+0x44d4 016433 branch app_enter_hibernate 
+:      016437 remote_car_hard_switch_power_on_signal:
+0x44d5 016438 jam power_standby ,mem_remote_car_power_state 
+:      016439 remote_car_soft_switch_power_on_signal:
+0x44d6 016440 call remote_car_ui_led_init 
+0x44d7 016442 arg 0 ,rega 
+0x44d8 016443 call ui_led_blink_start_global 
+:      016444 remote_car_connect_24g_mode:
+0x44d9 016445 branch g24_auto_pair_start 
+:      016447 remote_car_power_off_signal:
+0x44da 016448 branch remote_car_ui_led_init 
+:      016450 remote_car_ui_led_init:
+0x44db 016451 bpatch patch1e_1 ,mem_patch1e 
+0x44dc 016452 fetch 1 ,mem_remote_car_config_connect_led_gpio 
+0x44dd 016453 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
+:      016454 remote_car_ui_led_init_1:
+0x44de 016455 fetcht 1 ,mem_remote_car_led_map 
+0x44df 016456 branch gpio_config_output 
+:      016457 remote_car_pairing_led_gpio_set:
+0x44e0 016458 store 1 ,mem_remote_car_led_map 
+0x44e1 016459 branch remote_car_ui_led_init_1 
+:      016462 remote_car_init_environment:
+0x44e2 016463 call g24_set_device_addr 
+0x44e3 016464 fetch 2 ,mem_remote_car_no_data_timeout 
+0x44e4 016465 store 2 ,mem_remote_car_no_data_timer 
+0x44e5 016466 branch remote_car_get_adc_default_data 
+:      016468 remote_car_le_before_hibernate:
+:      016473 remote_car_in_enter_hibernate:
+0x44e6 016474 call gpio_set_before_lpm_common 
+0x44e7 016475 call remote_car_process_lpm_before 
+0x44e8 016476 branch app_enter_hibernate 
+:      016478 remote_car_process_lpm_before:
+0x44e9 016479 branch keyscan_process_lpm_before 
+:      016481 remote_car_g24_enter_lpm:
+0x44ea 016482 fetch 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44eb 016483 rtn blank 
+0x44ec 016485 branch g24_lpm_long_sleep 
+:      016487 remote_car_process_auto_pair_exit:
+0x44ed 016488 rtn 
+:      016490 remote_car_key_scan_process:
+0x44ee 016491 branch keyscan_key_process 
+:      016493 remote_car_scale_process_idle:
+0x44ef 016494 call remote_car_rocker_process 
+0x44f0 016495 call remote_car_24g_status_process 
+0x44f1 016496 branch remote_car_key_scan_process 
+:      016498 remote_car_scale_process_bb_event:
+0x44f2 016499 copy regc ,pdata 
+0x44f3 016500 beq bt_evt_button_up ,app_event_button_up 
+0x44f4 016501 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x44f5 016502 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
+0x44f6 016503 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
+0x44f7 016504 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
+0x44f8 016505 rtn 
+:      016507 remote_car_24g_attempt_fail:
+0x44f9 016508 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44fa 016509 rtn 
+:      016511 remote_car_24g_pairing_complete:
+0x44fb 016512 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44fc 016513 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x44fd 016514 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x44fe 016515 rtn 
+:      016517 remote_car_24g_attempt_success:
+0x44ff 016518 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x4500 016519 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x4501 016520 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x4502 016521 rtn 
+:      016523 remote_car_24g_status_process:
+0x4503 016524 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4504 016525 rtneq power_on 
+0x4505 016526 fetch 1 ,mem_remote_car_24g_status 
+0x4506 016527 rtneq work_paired 
+0x4507 016528 jam work_paired ,mem_remote_car_24g_status 
+:      016529 remote_car_scale_process_paired:
+0x4508 016530 arg 0 ,rega 
+0x4509 016531 branch ui_led_off_global 
+:      016532 remote_car_scale_process_shutdown:
+0x450a 016533 arg 0 ,rega 
+0x450b 016534 call ui_led_off_global 
+0x450c 016535 call remote_car_ui_led_init 
+0x450d 016536 branch app_enter_hibernate 
+:      016538 remote_car_event_timer:
+0x450e 016539 call app_power_timer 
+0x450f 016540 branch remote_car_no_data_timer 
+:      016542 remote_car_no_data_timer:
+0x4510 016543 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
+0x4511 016544 rtn blank 
+0x4512 016545 arg mem_remote_car_no_data_timer ,regc 
+0x4513 016546 arg remote_car_scale_process_shutdown ,regb 
+0x4514 016547 branch timer_single_step_2b 
+:      016550 remote_car_get_adc_default_data:
+0x4515 016551 call remote_car_rocker_get_x 
+0x4516 016552 storet 2 ,mem_current_vdd_value_default_mid_x 
+0x4517 016553 call remote_car_rocker_get_y 
+0x4518 016554 storet 2 ,mem_current_vdd_value_default_mid_y 
+0x4519 016555 rtn 
+:      016556 remote_car_rocker_data_get:
+:      016557 remote_car_rocker_get_x:
+0x451a 016558 fetch 2 ,mem_current_vdd_value_default_mid_x 
+0x451b 016559 store 2 ,mem_current_vdd_value_default_mid_temp 
+0x451c 016560 call remote_car_get_adc_from_gpio6 
+0x451d 016561 call remote_car_rocker_get_value 
+0x451e 016562 store 1 ,mem_rocker_status 
+:      016563 remote_car_rocker_get_y:
+0x451f 016564 fetch 2 ,mem_current_vdd_value_default_mid_y 
+0x4520 016565 store 2 ,mem_current_vdd_value_default_mid_temp 
+0x4521 016566 call remote_car_get_adc_from_gpio7 
+0x4522 016567 call remote_car_rocker_get_value 
+0x4523 016568 store 1 ,mem_rocker_status + 1 
+0x4524 016569 rtn 
+:      016570 remote_car_rocker_get_value:
+0x4525 016571 fetch 2 ,mem_current_vdd_default_range 
+0x4526 016572 copy pdata ,rega 
+0x4527 016573 fetch 2 ,mem_current_vdd_value_default_mid_temp 
+0x4528 016574 call remote_car_rocker_mid_value_adjust 
+0x4529 016575 fetch 1 ,mem_rocker_work_status 
+0x452a 016576 nbranch remote_car_rocker_translate_key ,blank 
+0x452b 016577 nrtn positive 
+0x452c 016578 fetcht 2 ,mem_current_vdd_value_default_mid_temp 
+0x452d 016579 rtn 
+:      016580 remote_car_rocker_mid_value_adjust:
+0x452e 016581 isub temp ,pdata 
+0x452f 016582 branch remote_car_rocker_mid_adjust_positive ,positive 
+0x4530 016583 sub pdata ,0 ,pdata 
+0x4531 016584 jam 1 ,mem_rocker_negative_flag 
+0x4532 016585 isub rega ,null 
+0x4533 016586 rtn 
+:      016587 remote_car_rocker_mid_adjust_positive:
+0x4534 016588 jam 0 ,mem_rocker_negative_flag 
+0x4535 016589 isub rega ,null 
+0x4536 016590 rtn 
+:      016591 remote_car_rocker_translate_key:
+0x4537 016592 nbranch remote_car_rocker_middle_key ,positive 
+0x4538 016593 fetch 1 ,mem_rocker_negative_flag 
+0x4539 016594 nbranch remote_car_rocker_negative_key ,blank 
+:      016595 remote_car_rocker_positive_key:
+0x453a 016596 setarg rocker_positive_key 
+0x453b 016597 rtn 
+:      016598 remote_car_rocker_negative_key:
+0x453c 016599 setarg rocker_negative_key 
+0x453d 016600 rtn 
+:      016601 remote_car_rocker_middle_key:
+0x453e 016602 setarg rocker_middle_key 
+0x453f 016603 rtn 
+:      016604 remote_car_get_adc_from_gpio6:
+0x4540 016605 jam 0x33 ,mem_adc_channel 
+0x4541 016606 branch adc_set_mode 
+:      016607 remote_car_get_adc_from_gpio7:
+0x4542 016608 jam 0x34 ,mem_adc_channel 
+0x4543 016609 branch adc_set_mode 
+:      016612 remote_car_rocker_process:
+0x4544 016613 fetch 1 ,mem_remote_car_config_check_way 
+0x4545 016614 rtnne car_remote_check_rocker 
+:      016615 remote_car_read_rocker_check_start:
+0x4546 016616 bpatch patch1e_2 ,mem_patch1e 
+0x4547 016617 jam 1 ,mem_rocker_work_status 
+0x4548 016618 call remote_car_rocker_data_get 
+0x4549 016619 fetch 2 ,mem_rocker_status 
+0x454a 016620 fetcht 2 ,mem_rocker_last_status 
+0x454b 016621 isub temp ,null 
+0x454c 016622 rtn zero 
+0x454d 016623 store 2 ,mem_rocker_last_status 
+0x454e 016624 call remote_car_rocker_x_to_key 
+0x454f 016625 branch remote_car_rocker_y_to_key 
+:      016627 remote_car_rocker_x_to_key:
+0x4550 016628 fetch 1 ,mem_rocker_x_status 
+0x4551 016629 branch rocker_to_queue_set_0 ,blank 
+0x4552 016630 increase -1 ,pdata 
+0x4553 016631 branch remote_car_rocker_to_key 
+:      016632 remote_car_rocker_y_to_key:
+0x4554 016633 fetch 1 ,mem_rocker_y_status 
+0x4555 016634 branch rocker_to_queue_set_2 ,blank 
+0x4556 016635 increase 1 ,pdata 
+:      016636 remote_car_rocker_to_key:
+0x4557 016637 copy pdata ,queue 
+0x4558 016638 arg 1 ,rega 
+0x4559 016639 branch remote_car_send_key_data 
+:      016641 rocker_to_queue_set_0:
+0x455a 016642 arg 0 ,queue 
+0x455b 016643 arg 0 ,rega 
+0x455c 016644 branch remote_car_send_key_data 
+:      016645 rocker_to_queue_set_2:
+0x455d 016646 arg 2 ,queue 
+0x455e 016647 arg 0 ,rega 
+0x455f 016648 branch remote_car_send_key_data 
+:      016650 remote_car_send_key_data:
+0x4560 016651 copy rega ,pdata 
+0x4561 016652 store 1 ,mem_remote_key_status 
+0x4562 016653 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4563 016654 beq power_on ,g24_auto_pair_start 
+0x4564 016655 fetch 2 ,mem_remote_car_no_data_timeout 
+0x4565 016656 store 2 ,mem_remote_car_no_data_timer 
+0x4566 016657 fetch 1 ,mem_remote_key_status 
+0x4567 016658 branch remote_car_key_is_release ,blank 
+:      016659 remote_car_key_is_press:
+0x4568 016660 bpatch patch1e_3 ,mem_patch1e 
+0x4569 016661 arg 0 ,rega 
+0x456a 016662 call ui_led_on_global 
+:      016663 remote_car_attack_key_press:
+0x456b 016664 copy queue ,pdata 
+0x456c 016665 beq 4 ,remote_car_send_attack_key4_press 
+0x456d 016666 beq 5 ,remote_car_send_attack_key5_press 
+0x456e 016667 beq 6 ,remote_car_send_fire_key6_press 
+:      016670 remote_car_motor_key_press:
+0x456f 016671 call remote_car_device_layout_select 
+0x4570 016672 beq control_f_b_ten ,remote_car_single_motor_key_is_press 
+0x4571 016673 beq control_l_r_ten ,remote_car_double_motor_key_press 
+0x4572 016674 beq control_l_r_lr ,remote_car_single_motor_key_is_press 
+0x4573 016675 rtn 
+:      016677 remote_car_single_motor_key_is_press:
+0x4574 016678 copy queue ,pdata 
+0x4575 016679 beq 0 ,remote_car_send_motor1_key0_press 
+0x4576 016680 beq 1 ,remote_car_send_motor1_key1_press 
+0x4577 016681 beq 2 ,remote_car_send_motor2_key2_press 
+0x4578 016682 beq 3 ,remote_car_send_motor2_key3_press 
+0x4579 016683 rtn 
+:      016685 remote_car_double_motor_key_press:
+0x457a 016686 copy queue ,pdata 
+0x457b 016687 beq 0 ,remote_car_send_double_motor_key0_press 
+0x457c 016688 beq 1 ,remote_car_send_double_motor_key1_press 
+0x457d 016689 beq 2 ,remote_car_send_double_motor_key2_press 
+0x457e 016690 beq 3 ,remote_car_send_double_motor_key3_press 
+0x457f 016691 rtn 
+:      016693 remote_car_key_is_release:
+0x4580 016694 bpatch patch1e_4 ,mem_patch1e 
+0x4581 016695 arg 0 ,rega 
+0x4582 016696 call ui_led_off_global 
+:      016697 remote_car_attack_key_release:
+0x4583 016698 copy queue ,pdata 
+0x4584 016699 beq 4 ,remote_car_send_attack_key4_rel 
+0x4585 016700 beq 5 ,remote_car_send_attack_key5_rel 
+:      016703 remote_car_motor_key_release:
+0x4586 016704 call remote_car_device_layout_select 
+0x4587 016705 beq control_f_b_ten ,remote_car_single_motor_key_rel 
+0x4588 016706 beq control_l_r_ten ,remote_car_double_motor_key_rel 
+0x4589 016707 beq control_l_r_lr ,remote_car_single_motor_key_rel 
+0x458a 016708 rtn 
+:      016710 remote_car_device_layout_select:
+0x458b 016711 fetch 1 ,mem_remote_car_config_layout 
+0x458c 016712 fetcht 1 ,mem_remote_car_config_key_map 
+0x458d 016713 ior temp ,pdata 
+0x458e 016714 rtn 
+:      016717 remote_car_send_motor1_key0_press:
+0x458f 016718 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4590 016719 branch remote_car_send_key 
+:      016720 remote_car_send_motor1_key1_press:
+0x4591 016721 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x4592 016722 branch remote_car_send_key 
+:      016723 remote_car_send_motor2_key2_press:
+0x4593 016724 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x4594 016725 branch remote_car_send_key 
+:      016726 remote_car_send_motor2_key3_press:
+0x4595 016727 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x4596 016728 branch remote_car_send_key 
+:      016731 remote_car_send_double_motor_key0_press:
+0x4597 016732 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4598 016733 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x4599 016734 branch remote_car_send_key 
+:      016735 remote_car_send_double_motor_key1_press:
+0x459a 016736 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x459b 016737 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x459c 016738 branch remote_car_send_key 
+:      016739 remote_car_send_double_motor_key2_press:
+0x459d 016740 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x459e 016741 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x459f 016742 branch remote_car_send_key 
+:      016743 remote_car_send_double_motor_key3_press:
+0x45a0 016744 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x45a1 016745 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x45a2 016746 branch remote_car_send_key 
+:      016749 remote_car_send_attack_key4_press:
+0x45a3 016750 jam motor_positive ,mem_remote_car_24g_motor3_payload 
+0x45a4 016751 branch remote_car_send_key 
+:      016752 remote_car_send_attack_key5_press:
+0x45a5 016753 jam motor_negative ,mem_remote_car_24g_motor3_payload 
+0x45a6 016754 branch remote_car_send_key 
+:      016756 remote_car_send_fire_key6_press:
+0x45a7 016757 jam 0x01 ,mem_remote_car_24g_fire_send_payload 
+0x45a8 016758 branch remote_car_send_attack 
+:      016760 remote_car_single_motor_key_rel:
+0x45a9 016761 copy queue ,pdata 
+0x45aa 016762 beq 0 ,remote_car_send_motor1_key0_rel 
+0x45ab 016763 beq 1 ,remote_car_send_motor1_key1_rel 
+0x45ac 016764 beq 2 ,remote_car_send_motor2_key2_rel 
+0x45ad 016765 beq 3 ,remote_car_send_motor2_key3_rel 
+0x45ae 016766 rtn 
+:      016768 remote_car_double_motor_key_rel:
+0x45af 016769 copy queue ,pdata 
+0x45b0 016770 beq 0 ,remote_car_send_double_motor_key0_rel 
+0x45b1 016771 beq 1 ,remote_car_send_double_motor_key1_rel 
+0x45b2 016772 beq 2 ,remote_car_send_double_motor_key2_rel 
+0x45b3 016773 beq 3 ,remote_car_send_double_motor_key3_rel 
+0x45b4 016774 rtn 
+:      016776 remote_car_send_motor1_key0_rel:
+:      016777 remote_car_send_motor1_key1_rel:
+0x45b5 016778 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x45b6 016779 branch remote_car_send_key 
+:      016780 remote_car_send_motor2_key2_rel:
+:      016781 remote_car_send_motor2_key3_rel:
+0x45b7 016782 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x45b8 016783 branch remote_car_send_key 
+:      016785 remote_car_send_double_motor_key0_rel:
+:      016786 remote_car_send_double_motor_key1_rel:
+:      016787 remote_car_send_double_motor_key2_rel:
+:      016788 remote_car_send_double_motor_key3_rel:
+0x45b9 016789 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x45ba 016790 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x45bb 016791 branch remote_car_send_key 
+:      016793 remote_car_send_attack_key4_rel:
+:      016794 remote_car_send_attack_key5_rel:
+0x45bc 016795 jam motor_stop ,mem_remote_car_24g_motor3_payload 
+0x45bd 016796 branch remote_car_send_key 
+:      016798 remote_car_send_key:
+0x45be 016799 arg mem_remote_car_24g_motor_packet ,rega 
+0x45bf 016800 branch queue_push 
+:      016801 remote_car_send_attack:
+0x45c0 016802 arg mem_remote_car_24g_fire_packet ,rega 
+0x45c1 016803 branch queue_push 
+:      016805 remote_car_g24_package_data:
+0x45c2 016806 fetch 1 ,mem_remote_car_24g_pair_success_flag 
+0x45c3 016807 beq work_paired ,remote_car_g24_send_empty 
+0x45c4 016808 arg mem_remote_car_24g_tx_temp ,rega 
+0x45c5 016809 call queue_pop 
+0x45c6 016810 nbranch remote_car_moto_data ,user 
+:      016811 remote_car_g24_package_data_continue:
+0x45c7 016812 arg mem_remote_car_24g_tx_temp ,contr 
+0x45c8 016813 ifetch 1 ,contr 
+0x45c9 016814 copy pdata ,rega 
+0x45ca 016815 arg mem_remote_car_24g_tx_temp + 1 ,regb 
+0x45cb 016818 rtn 
+:      016820 remote_car_g24_send_empty:
+0x45cc 016821 jam 0 ,mem_remote_car_24g_pair_success_flag 
+0x45cd 016822 enable user 
+0x45ce 016823 arg 1 ,rega 
+0x45cf 016824 arg mem_remote_car_empty_packet ,regb 
+0x45d0 016825 rtn 
+:      016827 remote_car_moto_data:
+0x45d1 016828 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
+0x45d2 016829 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
+0x45d3 016830 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
+0x45d4 016831 rtn 
+:      016832 remote_car_moto_data_next:
+0x45d5 016833 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
+0x45d6 016834 nbranch remote_car_moto_data_enable_user ,blank 
+0x45d7 016835 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
+0x45d8 016836 nbranch remote_car_moto_data_enable_user ,blank 
+0x45d9 016837 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
+0x45da 016838 nbranch remote_car_moto_data_enable_user ,blank 
+0x45db 016839 rtn 
+:      016840 remote_car_moto_data_enable_user:
+0x45dc 016841 enable user 
+0x45dd 016842 branch remote_car_g24_package_data_continue 
+:      016850 shutter_init:
+0x45de 016851 rtn wake 
+0x45df 016852 hfetch 1 ,core_gpio_sel1 
+0x45e0 016853 and_into 0xfc ,pdata 
+0x45e1 016854 hstore 1 ,core_gpio_sel1 
+0x45e2 016855 setarg shutter_le_before_hibernate 
+0x45e3 016856 store 2 ,mem_cb_before_hibernate 
+0x45e4 016858 setarg shutter_process_lpm_before 
+0x45e5 016859 store 2 ,mem_cb_before_lpm 
+0x45e6 016861 setarg app_enter_hibernate 
+0x45e7 016862 store 2 ,mem_cb_discovry_timeout 
+0x45e8 016864 setarg shutter_process_idle 
+0x45e9 016865 store 2 ,mem_cb_idle_process 
+0x45ea 016867 setarg shutter_process_bb_event 
+0x45eb 016868 store 2 ,mem_cb_bb_event_process 
+0x45ec 016870 setarg shutter_le_scale_lpm_lock 
+0x45ed 016871 store 2 ,mem_cb_check_wakelock 
+0x45ee 016873 setarg ble_shutter_receive_data 
+0x45ef 016874 store 2 ,mem_cb_att_write 
+0x45f0 016876 setarg shutter_le_bb_event_timer 
+0x45f1 016877 store 2 ,mem_cb_event_timer 
+0x45f2 016879 setarg shutter_key_change 
+0x45f3 016880 store 2 ,mem_cb_shutter_keycan 
+0x45f4 016882 setarg shutter_soft_swtich_power_on 
+0x45f5 016883 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+0x45f6 016884 setarg shutter_soft_swtich_power_off 
+0x45f7 016885 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+0x45f8 016887 call le_modified_name 
+0x45f9 016888 call shutter_load_bluetooth_config_by_user_config 
+0x45fa 016889 call shutter_init_bluetooth_config 
+0x45fb 016890 call shutter_init_param 
+0x45fc 016891 call keyscan_key_init 
+0x45fd 016892 call shutter_load_buffer_config_form_datarom 
+0x45fe 016893 call queue_init 
+0x45ff 016894 call ui_led_init_global 
+0x4600 016895 call shutter_load_bluetooth_config 
+0x4601 016896 call shutter_load_bluetooth_config_by_eeprom 
+0x4602 016898 bpatch patch1e_5 ,mem_patch1e 
+0x4603 016899 call classic_shutter_load_reconn_info 
+0x4604 016900 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x4605 016901 beq hard_switch ,shutter_hart_swtich_power_on 
+0x4606 016902 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+0x4607 016903 store 1 ,mem_ui_button_gpio 
+0x4608 016904 branch ui_soft_swtich_init 
+:      016907 shutter_hart_swtich_power_on:
+0x4609 016908 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x460a 016909 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+0x460b 016910 branch shutter_start_reconnect 
+:      016914 shutter_le_scale_lpm_lock:
+0x460c 016915 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x460d 016916 beq ss_state_power_off ,app_get_lpm_wake_lock 
+0x460e 016917 call l2cap_malloc_get_full_map 
+0x460f 016918 fetch 1 ,mem_used_map 
+0x4610 016919 nbranch app_get_lpm_wake_lock ,blank 
+0x4611 016920 branch app_put_lpm_wake_lock 
+:      016924 shutter_process_bb_event:
+0x4612 016925 copy regc ,pdata 
+0x4613 016927 beq bt_evt_bb_connected ,classic_shutter_process_baseband_connect 
+0x4614 016928 beq bt_evt_bb_disconnected ,classic_shutter_process_baseband_disconnect 
+0x4615 016929 beq bt_evt_reconn_failed ,classic_shutter_process_reconnect_failed 
+0x4616 016930 beq bt_evt_setup_complete ,classic_shutter_process_setup_complete 
+0x4617 016931 beq bt_evt_hid_connected ,classic_shutter_process_hid_connect 
+0x4618 016932 beq bt_evt_hid_disconnected ,classic_shutter_process_hid_disconnect 
+0x4619 016933 beq bt_evt_hid_handshake ,classic_shutter_process_hid_handshake 
+0x461a 016934 beq bt_evt_reconn_page_timeout ,classic_shutter_process_reconnect_page_timeout 
+0x461b 016935 beq bt_evt_virtual_cable_unplug ,classic_shutter_process_virtual_cable_unplug 
+0x461c 016936 beq bt_evt_remote_unsniff ,classic_shutter_process_remote_unsniff 
+0x461d 016937 beq bt_evt_store_nvram ,classic_shutter_process_store_reconnect_information 
+0x461e 016939 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+0x461f 016940 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+0x4620 016941 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+0x4621 016942 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+0x4622 016944 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
+0x4623 016945 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+0x4624 016946 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+0x4625 016947 rtn 
+:      016952 classic_shutter_process_baseband_connect:
+0x4626 016953 jam 0 ,mem_classic_shutter_hid_disconn_count 
+0x4627 016954 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x4628 016955 rtn 
+:      016958 classic_shutter_process_baseband_disconnect:
+0x4629 016959 call classic_shutter_disconnect_clear_flag 
+0x462a 016960 branch classic_shutter_process_reconnect_failed 
+:      016962 classic_shutter_disconnect_clear_flag:
+0x462b 016963 jam app_handshake_null ,mem_app_handshake_flag 
+0x462c 016964 jam 0 ,mem_hid_handshake_timer_count 
+0x462d 016965 jam 0 ,mem_unsniff2sniff_timer_count 
+0x462e 016966 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x462f 016967 jam 0 ,mem_classic_shutter_hid_disconn_count 
+0x4630 016968 branch queue_init 
+:      016971 classic_shutter_process_reconnect_failed:
+0x4631 016972 call app_disconn_reason_clear 
+0x4632 016973 branch shutter_start_bluetooth_discovery 
+:      016976 classic_shutter_process_setup_complete:
+0x4633 016977 call shutter_stop_bluetooth_discovery 
+0x4634 016978 branch app_led_stop_blink 
+:      016981 classic_shutter_process_hid_connect:
+0x4635 016982 setarg hid_handshake_timeout 
+0x4636 016983 store 1 ,mem_hid_handshake_timer_count 
+0x4637 016984 rtn 
+:      016987 classic_shutter_process_hid_disconnect:
+0x4638 016988 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x4639 016989 setarg flag_shutter_hid_disconn_timeout 
+0x463a 016990 store 1 ,mem_classic_shutter_hid_disconn_count 
+0x463b 016991 rtn 
+:      016994 classic_shutter_process_hid_handshake:
+0x463c 016995 fetch 1 ,mem_app_handshake_flag 
+0x463d 016996 rtneq app_handshake_done 
+0x463e 016997 jam app_handshake_done ,mem_app_handshake_flag 
+0x463f 016998 call app_lpm_mult_enable 
+0x4640 016999 call app_store_reconn_info 
+0x4641 017000 call shutter_stop_bluetooth_discovery 
+0x4642 017001 call app_led_off 
+0x4643 017002 branch app_bt_enter_sniff 
+:      017005 classic_shutter_process_reconnect_page_timeout:
+0x4644 017006 branch classic_shutter_process_reconnect_failed 
+:      017009 classic_shutter_process_virtual_cable_unplug:
+0x4645 017010 setarg flag_shutter_cable_unplug_timeout 
+0x4646 017011 store 1 ,mem_classic_shutter_cable_unplug_conut 
+0x4647 017012 rtn 
+:      017015 classic_shutter_process_remote_unsniff:
+0x4648 017016 branch app_start_auto_sniff 
+:      017020 classic_shutter_process_store_reconnect_information:
+0x4649 017021 arg nvram_eeprom_offset ,regb 
+0x464a 017022 fetch 1 ,mem_nv_data_number 
+0x464b 017023 mul32 pdata ,34 ,temp 
+0x464c 017024 fetch 2 ,mem_nv_data_ptr 
+0x464d 017025 copy pdata ,rega 
+0x464e 017026 branch iicd_write_eep_data 
+:      017028 classic_shutter_load_reconn_info:
+0x464f 017029 arg nvram_eeprom_offset ,regb 
+0x4650 017030 fetch 1 ,mem_shutter_bluetooth_type 
+0x4651 017031 rtnbit0 classic_shutter 
+0x4652 017032 fetch 1 ,mem_nv_data_number 
+0x4653 017033 rtn blank 
+0x4654 017034 mul32 pdata ,34 ,temp 
+0x4655 017035 fetch 2 ,mem_nv_data_ptr 
+0x4656 017036 copy pdata ,rega 
+0x4657 017037 branch iicd_read_eep_data 
+:      017041 ble_shutter_process_baseband_connect:
+0x4658 017042 call shutter_stop_bluetooth_discovery 
+0x4659 017043 setarg 0 
+0x465a 017044 store 2 ,mem_ble_shutter_reconn_timer 
+0x465b 017045 branch app_led_off 
+:      017048 ble_shutter_process_baseband_disconnect:
+0x465c 017049 call queue_init 
+0x465d 017050 jam 0 ,mem_ble_shutter_enable_notify 
+0x465e 017051 branch shutter_start_reconnect 
+:      017054 ble_shutter_process_reconnect_complete:
+0x465f 017055 call queue_init 
+0x4660 017056 jam 1 ,mem_ble_shutter_enable_notify 
+0x4661 017057 fetch 8 ,mem_ble_shutter_interval_min 
+0x4662 017058 store 8 ,mem_le_interval_min 
+0x4663 017059 call app_lpm_mult_enable 
+0x4664 017060 branch le_l2cap_tx_update_req 
+:      017063 ble_shutter_process_parse_connect_parameter_update_response:
+0x4665 017064 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x4666 017065 rtneq ble_signaling_connect_parameter_update_accepted 
+0x4667 017066 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x4668 017067 rtn blank 
+0x4669 017068 store 8 ,mem_le_interval_min 
+0x466a 017069 branch le_l2cap_tx_update_req 
+:      017073 shutter_process_soft_swtich_button_long_press:
+0x466b 017074 branch ui_soft_switch_botton_long_press 
+:      017076 shutter_process_soft_swtich_button_down:
+0x466c 017077 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x466d 017078 rtneq hard_switch 
+0x466e 017079 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x466f 017080 rtnne ss_state_power_on 
+0x4670 017081 call shutter_store_currenct_led_state 
+0x4671 017082 branch app_led_on 
+:      017084 shutter_store_currenct_led_state:
+0x4672 017085 jam 1 ,mem_shutter_soft_swtich_botton_down 
+0x4673 017086 arg 11 ,loopcnt 
+0x4674 017087 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+0x4675 017088 arg mem_shutter_led_struct_app_led ,contr 
+0x4676 017089 branch memcpy 
+:      017091 shutter_process_soft_swtich_button_up:
+0x4677 017092 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x4678 017093 rtneq hard_switch 
+0x4679 017094 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x467a 017095 beq ss_state_power_on ,shutter_load_currenct_led_state 
+0x467b 017096 branch ui_soft_switch_botton_up 
+:      017098 shutter_load_currenct_led_state:
+0x467c 017099 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+0x467d 017100 rtnne 1 
+0x467e 017101 jam 0 ,mem_shutter_soft_swtich_botton_down 
+0x467f 017102 fetch 2 ,mem_ui_state_map 
+0x4680 017103 bbit1 ui_state_bt_connected ,app_led_off 
+0x4681 017104 bbit1 ui_state_ble_connected ,app_led_off 
+0x4682 017105 arg 11 ,loopcnt 
+0x4683 017106 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+0x4684 017107 arg mem_shutter_led_struct_app_led ,contw 
+0x4685 017108 branch memcpy 
+:      017113 shutter_le_bb_event_timer:
+0x4686 017115 call shutter_check_sleep_timer 
+0x4687 017118 call shutter_check_power_off_timer 
+0x4688 017121 call classic_shutter_check_unplug_timer 
+0x4689 017122 call classic_shutter_hid_handshake_timer 
+0x468a 017123 call classic_shutter_hid_disconn_timer 
+0x468b 017126 branch ble_shutter_reconn_timer 
+:      017130 shutter_check_sleep_timer:
+0x468c 017131 arg mem_shutter_sleep_timer ,regc 
+0x468d 017132 arg shutter_sleep_timeout ,regb 
+0x468e 017133 branch timer_single_step_2b 
+:      017134 shutter_sleep_timeout:
+0x468f 017135 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+0x4690 017136 call app_led_off 
+0x4691 017137 call shutter_disconnect_current_connection 
+0x4692 017138 branch shutter_wait_power_off 
+:      017141 shutter_check_power_off_timer:
+0x4693 017142 arg mem_shutter_power_off_timer ,regc 
+0x4694 017143 arg shutter_check_power_off_timeout ,regb 
+0x4695 017144 branch timer_single_step 
+:      017146 shutter_check_power_off_timeout:
+0x4696 017147 fetch 2 ,mem_ui_state_map 
+0x4697 017148 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x4698 017149 bbit1 ui_state_bt_connected ,shutter_wait_power_off 
+0x4699 017150 fetch 1 ,mem_shutter_led_struct_app_led_type 
+0x469a 017151 beq ui_led_state_blink_start ,shutter_wait_power_off 
+0x469b 017152 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+0x469c 017153 beq ui_led_state_blink_darking ,shutter_wait_power_off 
+0x469d 017154 branch app_enter_hibernate 
+:      017158 classic_shutter_check_unplug_timer:
+0x469e 017159 arg mem_classic_shutter_cable_unplug_conut ,regc 
+0x469f 017160 arg classic_shutter_unplug_timeout ,regb 
+0x46a0 017161 branch timer_single_step 
+:      017163 classic_shutter_unplug_timeout:
+0x46a1 017164 fetch 1 ,mem_control_tasks 
+0x46a2 017165 set1 l2cap_disconnect_interrupt ,pdata 
+0x46a3 017166 set1 l2cap_disconnect_control ,pdata 
+0x46a4 017167 store 1 ,mem_control_tasks 
+0x46a5 017168 rtn 
+:      017170 classic_shutter_hid_handshake_timer:
+0x46a6 017171 arg mem_hid_handshake_timer_count ,regc 
+0x46a7 017172 arg classic_shutter_process_hid_handshake ,regb 
+0x46a8 017173 branch timer_single_step 
+:      017175 classic_shutter_hid_disconn_timer:
+0x46a9 017176 arg mem_classic_shutter_hid_disconn_count ,regc 
+0x46aa 017177 arg app_bt_disconnect ,regb 
+0x46ab 017178 branch timer_single_step 
+:      017183 ble_shutter_reconn_timer:
+0x46ac 017184 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46ad 017185 rtnne ss_state_power_on 
+0x46ae 017186 arg mem_ble_shutter_reconn_timer ,regc 
+0x46af 017187 arg shutter_start_bluetooth_discovery ,regb 
+0x46b0 017188 branch timer_single_step_2b 
+:      017191 shutter_process_idle:
+0x46b1 017192 call shutter_send_data_to_master 
+0x46b2 017193 branch keyscan_key_process 
+:      017196 shutter_process_lpm_before:
+0x46b3 017197 branch keyscan_process_lpm_before 
+:      017199 shutter_le_before_hibernate:
+0x46b4 017200 call gpio_set_before_lpm_common 
+0x46b5 017201 branch shutter_process_lpm_before 
+:      017207 shutter_stop_bluetooth_discovery:
+0x46b6 017208 fetch 1 ,mem_shutter_bluetooth_type 
+0x46b7 017209 bbit1 classic_shutter ,classic_shutter_stop_bluetooth_discovery 
+0x46b8 017210 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
+0x46b9 017211 rtn 
+:      017213 ble_shutter_stop_bluetooth_discovery:
+0x46ba 017214 fetch 2 ,mem_ble_shutter_connect_timeout 
+0x46bb 017215 store 2 ,mem_shutter_sleep_timeout 
+0x46bc 017216 store 2 ,mem_shutter_sleep_timer 
+0x46bd 017217 branch app_ble_stop_adv 
+:      017219 classic_shutter_stop_bluetooth_discovery:
+0x46be 017220 fetch 2 ,mem_classic_shutter_connect_timeout 
+0x46bf 017221 store 2 ,mem_shutter_sleep_timeout 
+0x46c0 017222 store 2 ,mem_shutter_sleep_timer 
+0x46c1 017223 branch app_bt_stop_discovery 
+:      017225 shutter_start_bluetooth_discovery:
+0x46c2 017226 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46c3 017227 rtnne ss_state_power_on 
+0x46c4 017228 fetch 1 ,mem_shutter_bluetooth_type 
+0x46c5 017229 bbit1 classic_shutter ,classic_shutter_start_discovery 
+0x46c6 017230 bbit1 ble_shutter ,ble_shutter_start_discovery 
+0x46c7 017231 rtn 
+:      017233 classic_shutter_start_discovery:
+0x46c8 017234 fetch 2 ,mem_classic_shutter_discovery_timeout ,
+0x46c9 017235 store 2 ,mem_shutter_sleep_timeout 
+0x46ca 017236 store 2 ,mem_shutter_sleep_timer 
+0x46cb 017237 branch app_bt_start_discovery_short 
+:      017239 ble_shutter_start_discovery:
+0x46cc 017240 fetch 2 ,mem_ui_state_map 
+0x46cd 017241 rtnbit1 ui_state_ble_connected 
+0x46ce 017242 fetch 2 ,mem_ble_shutter_discovery_timeout 
+0x46cf 017243 store 2 ,mem_shutter_sleep_timeout 
+0x46d0 017244 store 2 ,mem_shutter_sleep_timer 
+0x46d1 017245 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+0x46d2 017246 call shutter_ble_adv_interval_set 
+0x46d3 017247 call app_led_start_blink 
+0x46d4 017248 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x46d5 017249 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x46d6 017250 fetch 2 ,mem_ui_state_map 
+0x46d7 017251 rtnbit1 ui_state_ble_adv 
+0x46d8 017252 branch app_ble_start_adv 
+:      017255 shutter_start_reconnect:
+0x46d9 017256 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46da 017257 rtnne ss_state_power_on 
+0x46db 017258 fetch 1 ,mem_shutter_bluetooth_type 
+0x46dc 017259 bbit1 classic_shutter ,classic_shutter_start_reconnect 
+0x46dd 017260 bbit1 ble_shutter ,ble_shutter_start_reconnect 
+0x46de 017261 rtn 
+:      017263 classic_shutter_start_reconnect:
+0x46df 017264 call app_check_reconn_target 
+0x46e0 017265 branch shutter_start_bluetooth_discovery ,blank 
+0x46e1 017266 call app_led_on 
+0x46e2 017267 call app_bt_stop_discovery 
+0x46e3 017268 branch app_bt_start_reconnect 
+:      017270 ble_shutter_start_reconnect:
+0x46e4 017271 fetch 2 ,mem_ble_shutter_reconn_timer 
+0x46e5 017272 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+0x46e6 017273 storet 2 ,mem_ble_shutter_reconn_timer 
+0x46e7 017274 nrtn blank 
+0x46e8 017275 fetch 2 ,mem_ble_shutter_reconn_dav_interval 
+0x46e9 017276 call shutter_ble_adv_interval_set 
+0x46ea 017277 call app_led_start_blink 
+0x46eb 017278 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x46ec 017279 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x46ed 017280 fetch 2 ,mem_ui_state_map 
+0x46ee 017281 rtnbit1 ui_state_ble_adv 
+0x46ef 017282 branch app_ble_start_adv 
+:      017285 shutter_ble_adv_interval_set:
+0x46f0 017286 store 2 ,mem_lpm_interval 
+0x46f1 017287 increase -4 ,pdata 
+0x46f2 017288 store 2 ,mem_le_adv_interval 
+0x46f3 017289 rtn 
+:      017292 shutter_disconnect_current_connection:
+0x46f4 017293 fetch 2 ,mem_ui_state_map 
+0x46f5 017294 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x46f6 017295 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x46f7 017296 branch shutter_stop_bluetooth_discovery 
+:      017300 app_check_reconn_target:
+0x46f8 017301 fetch 1 ,mem_nv_data_number 
+0x46f9 017302 copy pdata ,loopcnt 
+0x46fa 017303 fetch 2 ,mem_nv_data_ptr 
+0x46fb 017304 copy pdata ,rega 
+:      017305 app_check_reconn_target_loop:
+0x46fc 017306 ifetch 2 ,rega 
+0x46fd 017307 beq 0 ,found_reconn_device 
+0x46fe 017308 increase nv_data_len ,rega 
+0x46ff 017309 loop app_check_reconn_target_loop 
+0x4700 017310 branch enable_blank 
+:      017312 found_reconn_device:
+0x4701 017313 ifetch 6 ,contr 
+0x4702 017314 store 6 ,mem_hci_plap 
+0x4703 017315 increase 10 ,contr 
+0x4704 017316 arg mem_link_key ,contw 
+0x4705 017317 call memcpy16 
+0x4706 017318 call check_link_key_load 
+0x4707 017319 branch disable_blank 
+:      017325 shutter_check_data_enable:
+0x4708 017326 call disable_user 
+0x4709 017327 fetch 2 ,mem_ui_state_map 
+0x470a 017328 bbit1 ui_state_bt_connected ,shutter_check_bt_data_enable 
+0x470b 017329 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+0x470c 017330 rtn 
+:      017332 shutter_check_bt_data_enable:
+0x470d 017333 fetch 1 ,mem_hid_interrupt_state 
+0x470e 017334 rtnne 0x3f 
+0x470f 017335 branch enable_user 
+:      017337 shutter_check_ble_data_enable:
+0x4710 017338 fetch 1 ,mem_ble_shutter_enable_notify 
+0x4711 017339 rtn blank 
+0x4712 017340 branch enable_user 
+:      017345 shutter_check_bluetooth_conn:
+0x4713 017346 call disable_user 
+0x4714 017347 fetch 2 ,mem_ui_state_map 
+0x4715 017348 rtnbit1 ui_state_bt_connected 
+0x4716 017349 rtnbit1 ui_state_ble_connected 
+0x4717 017350 branch enable_user 
+:      017354 shutter_change_bluetooth_status_bt_disconn:
+0x4718 017355 fetch 1 ,mem_shutter_bluetooth_type 
+0x4719 017356 bbit1 classic_shutter ,classic_shutter_change_bluetooth_status_bt_disconn 
+0x471a 017357 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
+0x471b 017358 rtn 
+:      017360 classic_shutter_change_bluetooth_status_bt_disconn:
+0x471c 017361 fetch 1 ,mem_scan_mode 
+0x471d 017362 rtnne 0x03 
+0x471e 017363 branch shutter_start_reconnect 
+:      017365 ble_shutter_change_bluetooth_status_bt_disconn:
+0x471f 017366 branch shutter_start_reconnect 
+:      017369 shutter_check_send_data:
+0x4720 017370 disable user2 
+0x4721 017371 fetch 2 ,mem_shutter_sleep_timeout 
+0x4722 017372 store 2 ,mem_shutter_sleep_timer 
+0x4723 017374 call shutter_check_bluetooth_conn 
+0x4724 017375 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x4725 017377 call shutter_check_data_enable 
+0x4726 017378 nrtn user 
+0x4727 017379 enable user2 
+0x4728 017380 rtn 
+:      017384 shutter_key_change:
+0x4729 017385 call shutter_check_send_data 
+0x472a 017386 nrtn user2 
+0x472b 017387 deposit rega 
+0x472c 017388 branch shutter_key_release ,blank 
+:      017389 shutter_key_press:
+0x472d 017390 call app_led_on 
+0x472e 017391 arg mem_key0_press ,regc 
+0x472f 017392 branch push_queue_press_or_release 
+:      017394 shutter_key_release:
+0x4730 017395 call app_led_off 
+0x4731 017396 arg mem_key0_release ,regc 
+:      017398 push_queue_press_or_release:
+0x4732 017399 arg max_queue_num ,pdata 
+0x4733 017400 imul32 queue ,pdata 
+0x4734 017401 iadd regc ,regc 
+:      017404 push_buffer_in_queue:
+0x4735 017405 ifetch 1 ,regc 
+0x4736 017406 rtn blank 
+0x4737 017407 call queue_push_one_byte 
+0x4738 017408 increase 1 ,regc 
+0x4739 017409 branch push_buffer_in_queue 
+:      017412 shutter_send_data_to_master:
+0x473a 017413 fetch 2 ,mem_ui_state_map 
+0x473b 017414 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+0x473c 017415 bbit1 ui_state_bt_connected ,pop_queue_to_classic_data 
+0x473d 017416 rtn 
+:      017418 pop_queue_to_ble_data:
+0x473e 017419 call le_fifo_check_nearly_full 
+0x473f 017420 nrtn blank 
+0x4740 017421 call queue_pop_one_byte 
+0x4741 017422 nrtn user 
+0x4742 017423 pincrease -1 
+0x4743 017424 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+0x4744 017425 arg mem_ble_data_buffer1 ,temp 
+0x4745 017426 iadd temp ,contr 
+:      017427 le_send_notify_from_list:
+0x4746 017428 ifetch 1 ,contr 
+0x4747 017429 copy pdata ,rega 
+0x4748 017430 ifetcht 2 ,contr 
+0x4749 017431 call store_contr 
+0x474a 017432 call le_att_malloc_tx_notify 
+0x474b 017433 copy rega ,loopcnt 
+0x474c 017434 call get_contr 
+0x474d 017435 branch memcpy 
+:      017438 pop_queue_to_classic_data:
+0x474e 017439 call l2cap_malloc_is_fifo_nearly_full 
+0x474f 017440 nrtn blank 
+0x4750 017441 call queue_pop_one_byte 
+0x4751 017442 nrtn user 
+0x4752 017443 pincrease -1 
+0x4753 017444 mul32 pdata ,shutter_classic_data_buffer ,pdata 
+0x4754 017445 arg mem_classic_data_buffer1 ,temp 
+0x4755 017446 iadd temp ,contr 
+0x4756 017447 ifetch 5 ,contr 
+0x4757 017448 store 5 ,mem_classic_data_buffer 
+:      017449 classic_send_hid_data:
+0x4758 017450 fetch 1 ,mem_classic_data_buffer 
+0x4759 017451 copy pdata ,rega 
+0x475a 017452 call hid_malloc_tx_buff 
+0x475b 017453 fetch 2 ,mem_hid_int_remote_cid 
+0x475c 017454 istore 2 ,contw 
+0x475d 017455 setarg 0xa1 
+0x475e 017456 istore 1 ,contw 
+0x475f 017457 fetch 4 ,mem_classic_data_buffer + 1 
+0x4760 017458 istore 9 ,contw 
+0x4761 017459 rtn 
+:      017463 queue_push_one_byte:
+0x4762 017464 store 1 ,mem_pdatatemp 
+0x4763 017465 arg mem_pdatatemp ,rega 
+0x4764 017466 branch queue_push 
+:      017468 queue_pop_one_byte:
+0x4765 017469 arg mem_pdatatemp ,rega 
+0x4766 017470 call queue_pop 
+0x4767 017471 nrtn user 
+0x4768 017472 fetch 1 ,mem_pdatatemp 
+0x4769 017473 rtn 
+:      017476 ble_shutter_receive_data:
+0x476a 017477 fetch 2 ,mem_le_att_handle 
+0x476b 017478 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+0x476c 017479 rtn 
+:      017481 shutter_init_param:
+0x476d 017482 setarg 0x02 
+0x476e 017483 store 1 ,mem_shutter_power_off_timeout 
+0x476f 017485 setarg 0x00200008 
+0x4770 017486 store 4 ,mem_ble_shutter_interval_min 
+0x4771 017487 setarg 0x012c0005 
+0x4772 017488 istore 4 ,contw 
+0x4773 017491 jam 0x17 ,mem_le_local_mtu 
+0x4774 017494 setarg 0x1b 
+0x4775 017495 store 2 ,mem_le_pairing_handle 
+0x4776 017496 call le_set_config_fixed_ltk 
+0x4777 017497 call le_set_fixed_ltk 
+0x4778 017498 call le_set_justwork 
+0x4779 017499 branch le_set_config_read_authentication 
+:      017502 shutter_load_buffer_config_form_datarom:
+0x477a 017504 arg ble_key_value_list_size ,loopcnt 
+0x477b 017505 arg mem_ble_data_buffer1 ,contw 
+0x477c 017506 arg ble_shutter_key_value_list ,contr 
+0x477d 017507 call memcpy_fast 
+0x477e 017508 arg bt_key_value_list_size ,loopcnt 
+0x477f 017509 arg mem_classic_data_buffer1 ,contw 
+0x4780 017510 arg classic_shutter_key_value_list ,contr 
+0x4781 017511 branch memcpy_fast 
+:      017514 shutter_load_ble_gatt_form_datarom:
+0x4782 017515 arg ble_gatt_list_size ,loopcnt 
+0x4783 017516 arg ble_shutter_gatt_list ,contr 
+0x4784 017517 branch memcpy_fast 
+:      017520 shutter_load_bt_sdp_form_datarom:
+0x4785 017521 arg bt_sdp_list_size ,loopcnt 
+0x4786 017522 arg classic_shutter_sdp_list ,contr 
+0x4787 017523 branch memcpy_fast 
+:      017527 shutter_init_bluetooth_config:
+0x4788 017528 call shutter_check_load_config_flag 
+0x4789 017529 nrtn user 
+0x478a 017530 fetch 1 ,mem_shutter_config_select_gpio1 
+0x478b 017531 call shutter_init_bluetooth_config_gpio_input 
+0x478c 017532 fetch 1 ,mem_shutter_config_select_gpio2 
+0x478d 017533 call shutter_init_bluetooth_config_gpio_input 
+0x478e 017534 fetch 1 ,mem_shutter_config_select_gpio3 
+0x478f 017535 branch shutter_init_bluetooth_config_gpio_input 
+:      017537 shutter_init_bluetooth_config_gpio_input:
+0x4790 017538 rtn blank 
+0x4791 017539 or pdata ,0x80 ,temp 
+0x4792 017540 branch gpio_config_input_nowake 
+:      017543 shutter_load_bluetooth_config:
+0x4793 017544 call shutter_check_load_config_flag 
+0x4794 017545 nrtn user 
+0x4795 017546 call shutter_load_bluetooth_config_label 
+0x4796 017547 branch shutter_load_bluetooth_config_by_otp 
+:      017549 shutter_load_bluetooth_config_label:
+0x4797 017550 arg 0 ,rega 
+0x4798 017551 fetch 1 ,mem_shutter_config_select_gpio1 
+0x4799 017552 call shutter_load_bluetooth_config_read_gpio_input 
+0x479a 017553 nsetflag blank ,0 ,rega 
+0x479b 017554 fetch 1 ,mem_shutter_config_select_gpio2 
+0x479c 017555 call shutter_load_bluetooth_config_read_gpio_input 
+0x479d 017556 nsetflag blank ,1 ,rega 
+0x479e 017557 fetch 1 ,mem_shutter_config_select_gpio3 
+0x479f 017558 call shutter_load_bluetooth_config_read_gpio_input 
+0x47a0 017559 nsetflag blank ,2 ,rega 
+0x47a1 017560 copy rega ,pdata 
+0x47a2 017561 store 1 ,mem_shutter_config_label 
+0x47a3 017562 fetch 1 ,mem_shutter_config_size 
+0x47a4 017563 imul32 rega ,pdata 
+0x47a5 017564 fetcht 2 ,mem_shutter_config_otp_base_address 
+0x47a6 017565 iadd temp ,pdata 
+0x47a7 017566 store 2 ,mem_shutter_config_otp_addr 
+0x47a8 017567 rtn 
+:      017569 shutter_load_bluetooth_config_read_gpio_input:
+0x47a9 017570 rtn blank 
+0x47aa 017571 or pdata ,0x80 ,temp 
+0x47ab 017572 call gpio_get_bit 
+0x47ac 017573 nbranch enable_blank ,true 
+0x47ad 017574 branch disable_blank 
+:      017577 shutter_check_load_config_flag:
+0x47ae 017578 call disable_user 
+0x47af 017579 fetch 1 ,mem_shutter_config_user_size 
+0x47b0 017580 nrtn blank 
+0x47b1 017581 fetch 1 ,mem_shutter_config_enable 
+0x47b2 017582 rtn blank 
+0x47b3 017583 branch enable_user 
+:      017586 shutter_load_bluetooth_config_by_otp:
+0x47b4 017587 call otp_enable_chgpump 
+0x47b5 017588 fetch 2 ,mem_shutter_config_otp_addr 
+0x47b6 017589 arg mem_shutter_config_data_temp ,rega 
+0x47b7 017590 fetcht 1 ,mem_shutter_config_size 
+0x47b8 017591 call otpd_read_data 
+0x47b9 017592 call otp_disable_chgpump 
+:      017593 shutter_load_bluetooth_config_store_name:
+0x47ba 017594 fetch 1 ,mem_shutter_config_data_temp 
+0x47bb 017595 copy pdata ,loopcnt 
+0x47bc 017596 store 1 ,mem_le_name_len 
+0x47bd 017597 call memcpy_fast 
+0x47be 017598 fetch 1 ,mem_shutter_config_data_temp 
+0x47bf 017599 copy pdata ,loopcnt 
+0x47c0 017600 store 1 ,mem_local_name_length 
+0x47c1 017601 call memcpy_fast 
+0x47c2 017602 ifetch 1 ,contr 
+0x47c3 017603 store 1 ,mem_shutter_key_num 
+0x47c4 017604 ifetch 1 ,contr 
+0x47c5 017605 store 1 ,mem_shutter_hard_soft_switch_case 
+0x47c6 017606 rtn 
+:      017609 shutter_load_bluetooth_config_by_eeprom:
+0x47c7 017610 fetch 1 ,mem_shutter_bluetooth_type 
+0x47c8 017611 rtnbit0 classic_shutter 
+0x47c9 017612 arg 3 ,temp 
+0x47ca 017613 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
+0x47cb 017614 copy pdata ,regb 
+0x47cc 017615 arg mem_shutter_config_eeprom_start_flag ,rega 
+0x47cd 017616 call iicd_read_eep_data 
+0x47ce 017617 fetcht 2 ,mem_shutter_config_eeprom_start_flag 
+0x47cf 017618 setarg shutter_eeprom_config_crc 
+0x47d0 017619 isub temp ,null 
+0x47d1 017620 nrtn zero 
+0x47d2 017621 fetch 1 ,mem_shutter_config_user_size 
+0x47d3 017622 rtn blank 
+0x47d4 017623 copy pdata ,temp 
+0x47d5 017624 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
+0x47d6 017625 add pdata ,3 ,regb 
+0x47d7 017626 arg mem_shutter_config_data_temp ,rega 
+0x47d8 017627 call iicd_read_eep_data 
+0x47d9 017628 branch shutter_store_config 
+:      017630 shutter_load_bluetooth_config_by_user_config:
+0x47da 017631 fetch 2 ,mem_shutter_config_user_otp_address 
+0x47db 017632 rtn blank 
+0x47dc 017633 call otp_enable_chgpump 
+0x47dd 017634 arg 1 ,temp 
+0x47de 017635 arg mem_shutter_config_user_size ,rega 
+0x47df 017636 call otpd_read_data 
+0x47e0 017638 fetch 1 ,mem_shutter_config_user_size 
+0x47e1 017639 rtn blank 
+0x47e2 017641 fetch 2 ,mem_shutter_config_user_otp_address 
+0x47e3 017642 pincrease 1 
+0x47e4 017643 arg mem_shutter_config_data_temp ,rega 
+0x47e5 017644 fetcht 1 ,mem_shutter_config_user_size 
+0x47e6 017645 call otpd_read_data 
+0x47e7 017646 call otp_disable_chgpump 
+:      017647 shutter_store_config:
+0x47e8 017648 call shutter_load_bluetooth_config_store_name 
+:      017649 shutter_load_bluetooth_config_custom:
+0x47e9 017650 ifetch 2 ,contr 
+0x47ea 017651 rtn blank 
+0x47eb 017652 copy pdata ,contw 
+0x47ec 017653 ifetcht 1 ,contr 
+0x47ed 017654 copy temp ,loopcnt 
+0x47ee 017655 call memcpy 
+0x47ef 017656 branch shutter_load_bluetooth_config_custom 
+:      017660 shutter_random_mac_addr:
+0x47f0 017661 fetch 1 ,mem_shutter_bluetooth_type 
+0x47f1 017662 rtnbit0 classic_shutter 
+0x47f2 017663 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x47f3 017664 copy pdata ,regb 
+0x47f4 017665 arg 4 ,temp 
+0x47f5 017666 arg mem_shutter_random_mac_data_temp ,rega 
+0x47f6 017667 call iicd_read_eep_data 
+0x47f7 017668 fetch 1 ,mem_shutter_random_mac_data_temp 
+0x47f8 017669 bne 1 ,shutter_write_random_mac_addr_to_eeprom 
+:      017670 shutter_write_random_mac_addr_to_eeprom:
+0x47f9 017671 setarg 1 
+0x47fa 017672 store 1 ,mem_shutter_random_mac_data_temp 
+0x47fb 017673 force 3 ,loopcnt 
+0x47fc 017674 call generate_random_loop 
+0x47fd 017675 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x47fe 017676 copy pdata ,regb 
+0x47ff 017677 arg 4 ,temp 
+0x4800 017678 arg mem_shutter_random_mac_data_temp ,rega 
+0x4801 017679 call iicd_write_eep_data 
+:      017680 shutter_write_random_mac_addr:
+0x4802 017681 fetch 3 ,mem_shutter_random_mac_data_temp + 1 
+0x4803 017682 store 3 ,mem_lap 
+0x4804 017683 store 3 ,mem_le_lap 
+0x4805 017684 rtn 
+:      017687 shutter_soft_swtich_power_on:
+0x4806 017688 branch shutter_start_reconnect 
+:      017691 shutter_soft_swtich_power_off:
+0x4807 017692 arg 0 ,rega 
+0x4808 017693 arg mem_shutter_power_off_led_style ,regc 
+0x4809 017694 call ui_led_set_style_global 
+0x480a 017695 call shutter_disconnect_current_connection 
+:      017696 shutter_wait_power_off:
+0x480b 017697 fetch 1 ,mem_shutter_power_off_timeout 
+0x480c 017698 store 1 ,mem_shutter_power_off_timer 
+0x480d 017699 rtn 
+:      017703 ui_soft_swtich_init:
+0x480e 017704 setarg ss_state_power_up 
+0x480f 017705 call ui_soft_swtich_init_power_on_time 
+0x4810 017706 jam ui_button_state_up ,mem_ui_button_last_state 
+0x4811 017707 call ui_button_init 
+0x4812 017708 call ui_button_polling 
+0x4813 017709 fetch 2 ,mem_ui_state_map 
+0x4814 017710 rtnbit1 ui_state_btn_down 
+0x4815 017711 branch app_enter_hibernate 
+:      017713 ui_soft_swtich_init_power_on_time:
+0x4816 017714 fetcht 2 ,mem_power_param_ptr 
+0x4817 017715 istore 1 ,temp 
+0x4818 017716 ifetch 1 ,contw 
+0x4819 017717 store 1 ,mem_ui_button_timeout 
+0x481a 017718 rtn 
+:      017721 ui_soft_switch_botton_up:
+0x481b 017722 fetch 2 ,mem_power_param_ptr 
+0x481c 017723 ifetch 1 ,pdata 
+0x481d 017724 rtnne ss_state_power_up 
+0x481e 017725 branch app_enter_hibernate 
+:      017728 ui_soft_switch_botton_long_press:
+0x481f 017729 fetcht 2 ,mem_power_param_ptr 
+0x4820 017730 ifetch 1 ,temp 
+0x4821 017731 beq ss_state_power_on ,ui_soft_switch_power_off 
+:      017732 ui_soft_switch_power_on:
+0x4822 017733 setarg ss_state_power_on 
+0x4823 017734 fetcht 2 ,mem_power_param_ptr 
+0x4824 017735 istore 1 ,temp 
+0x4825 017736 add temp ,ss_power_off_time ,contr 
+0x4826 017737 ifetch 1 ,contr 
+0x4827 017738 istore 1 ,mem_ui_button_timeout 
+0x4828 017739 ifetch 2 ,contr 
+0x4829 017740 branch callback_func 
+:      017742 ui_soft_switch_power_off:
+0x482a 017743 setarg ss_state_power_off 
+0x482b 017744 call ui_soft_swtich_init_power_on_time 
+0x482c 017745 add temp ,ss_power_off_cb ,contr 
+0x482d 017746 ifetch 2 ,contr 
+0x482e 017747 branch app_enter_hibernate ,blank 
+0x482f 017748 branch callback_func 
+:      017754 shutter_byteswap:
+0x4830 017755 store 6 ,mem_tmp_buffer 
+0x4831 017756 fetch 1 ,mem_tmp_buffer 
+0x4832 017757 store 1 ,mem_tmp_buffer + 11 
+0x4833 017758 ifetch 1 ,contr 
+0x4834 017759 store 1 ,mem_tmp_buffer + 10 
+0x4835 017760 ifetch 1 ,contr 
+0x4836 017761 store 1 ,mem_tmp_buffer + 9 
+0x4837 017762 ifetch 1 ,contr 
+0x4838 017763 store 1 ,mem_tmp_buffer + 8 
+0x4839 017764 ifetch 1 ,contr 
+0x483a 017765 store 1 ,mem_tmp_buffer + 7 
+0x483b 017766 ifetch 1 ,contr 
+0x483c 017767 store 1 ,mem_tmp_buffer + 6 
+0x483d 017768 fetch 6 ,mem_tmp_buffer + 6 
+0x483e 017769 rtn 
+:      017771 shutter_random_addr_by_otp:
+0x483f 017772 call load_adc_init 
+0x4840 017773 fetch 1 ,mem_1v_adc_io_data 
+0x4841 017774 store 1 ,mem_le_lap 
+0x4842 017775 fetch 1 ,mem_5v_adc_hvin_data 
+0x4843 017776 istore 1 ,contw 
+0x4844 017777 fetch 1 ,mem_3v_adc_vinlpm_data 
+0x4845 017778 istore 1 ,contw 
+0x4846 017779 fetch 3 ,mem_le_lap 
+0x4847 017780 store 3 ,mem_lap 
+0x4848 017781 rtn 
+:      017793 sim_iic_read_eep_data:
+0x4849 017794 fetch 2 ,mem_eeprom_base 
+0x484a 017795 iadd regb ,pdata 
+0x484b 017796 byteswap pdata ,pdata 
+0x484c 017797 store 2 ,mem_addr_mi 
+0x484d 017798 copy temp ,regb 
+0x484e 017800 call sim_iic_start 
+0x484f 017801 setarg 0xa0 
+0x4850 017802 call sim_iic_send_byte 
+0x4851 017803 fetch 1 ,mem_addr_mi 
+0x4852 017804 call sim_iic_send_byte 
+0x4853 017805 bmark1 mark_eeprom_size ,sim_iic_read_eep_data_2k 
+0x4854 017806 fetch 1 ,mem_addr_mi + 1 
+0x4855 017807 call sim_iic_send_byte 
+:      017808 sim_iic_read_eep_data_2k:
+0x4856 017809 call sim_iic_stop 
+0x4857 017811 call sim_iic_start 
+0x4858 017812 setarg 0xa1 
+0x4859 017813 call sim_iic_send_byte 
+:      017815 sim_iic_read_eep_data_loop:
+0x485a 017816 call sim_iic_read_byte 
+0x485b 017817 istore 1 ,rega 
+0x485c 017818 increase 1 ,rega 
+0x485d 017819 increase -1 ,regb 
+0x485e 017820 nbranch sim_iic_read_eep_data_loop ,zero 
+0x485f 017821 branch sim_iic_stop 
+:      017832 sim_iic_write_eep_data:
+0x4860 017833 byteswap regb ,pdata 
+0x4861 017834 store 2 ,mem_addr_mi 
+0x4862 017835 copy temp ,regb 
+0x4863 017837 call sim_iic_start 
+0x4864 017838 setarg 0xa0 
+0x4865 017839 call sim_iic_send_byte 
+0x4866 017841 fetch 1 ,mem_addr_mi 
+0x4867 017842 call sim_iic_send_byte 
+0x4868 017843 bmark1 mark_eeprom_size ,sim_iic_write_eep_data_loop 
+0x4869 017844 fetch 1 ,mem_addr_mi + 1 
+0x486a 017845 call sim_iic_send_byte 
+:      017846 sim_iic_write_eep_data_loop:
+0x486b 017847 ifetch 1 ,rega 
+0x486c 017848 call sim_iic_send_byte 
+0x486d 017849 increase 1 ,rega 
+0x486e 017850 increase -1 ,regb 
+0x486f 017851 nbranch sim_iic_write_eep_data_loop ,zero 
+0x4870 017852 branch sim_iic_stop 
+:      017856 sim_iic_wait_ack:
+0x4871 017857 arg 10 ,loopcnt 
+0x4872 017858 call sim_iic_release_sda 
+0x4873 017859 call sim_iic_scl_output_high 
+0x4874 017860 call sim_iic_delay 
+:      017861 sim_iic_wait_ack_loop:
+0x4875 017862 call sim_iic_read_sda_level 
+0x4876 017863 branch sim_iic_scl_output_low ,blank 
+0x4877 017864 loop sim_iic_wait_ack_loop 
+0x4878 017865 branch sim_iic_scl_output_low 
+:      017869 sim_iic_ack_slave:
+0x4879 017870 call sim_iic_scl_output_low 
+0x487a 017871 call sim_iic_sda_output_low 
+0x487b 017872 call sim_iic_delay 
+0x487c 017873 call sim_iic_scl_output_high 
+0x487d 017874 call sim_iic_delay 
+0x487e 017875 branch sim_iic_scl_output_low 
+:      017880 sim_iic_read_byte:
+0x487f 017881 arg 8 ,loopcnt 
+0x4880 017882 arg 0 ,regc 
+0x4881 017883 call sim_iic_release_sda 
+:      017884 sim_iic_read_byte_loop:
+0x4882 017885 call sim_iic_scl_output_high 
+0x4883 017886 call sim_iic_delay 
+0x4884 017887 lshift regc ,regc 
+0x4885 017888 call sim_iic_read_sda_level 
+0x4886 017889 iadd regc ,regc 
+0x4887 017890 call sim_iic_delay 
+0x4888 017891 call sim_iic_scl_output_low 
+0x4889 017892 loop sim_iic_read_byte_loop 
+0x488a 017893 call sim_iic_ack_slave 
+0x488b 017894 copy regc ,pdata 
+0x488c 017895 rtn 
+:      017899 sim_iic_send_byte:
+0x488d 017900 arg 8 ,loopcnt 
+0x488e 017901 copy pdata ,regc 
+0x488f 017902 call sim_iic_scl_output_low 
+:      017903 sim_iic_send_byte_loop:
+0x4890 017904 isolate1 7 ,regc 
+0x4891 017905 call sim_iic_sda_output_high ,true 
+0x4892 017906 ncall sim_iic_sda_output_low ,true 
+0x4893 017907 lshift regc ,regc 
+0x4894 017908 call sim_iic_delay 
+0x4895 017909 call sim_iic_scl_output_high 
+0x4896 017910 call sim_iic_delay 
+0x4897 017911 call sim_iic_scl_output_low 
+0x4898 017912 call sim_iic_delay 
+0x4899 017913 loop sim_iic_send_byte_loop 
+0x489a 017914 branch sim_iic_wait_ack 
+:      017918 sim_iic_start:
+0x489b 017919 call sim_iic_sda_output_high 
+0x489c 017920 call sim_iic_scl_output_high 
+0x489d 017921 call sim_iic_delay 
+0x489e 017922 call sim_iic_sda_output_low 
+0x489f 017923 call sim_iic_delay 
+0x48a0 017924 branch sim_iic_scl_output_low 
+:      017928 sim_iic_stop:
+0x48a1 017929 call sim_iic_sda_output_low 
+0x48a2 017930 call sim_iic_scl_output_high 
+0x48a3 017931 call sim_iic_delay 
+0x48a4 017932 call sim_iic_sda_output_high 
+0x48a5 017933 branch sim_iic_delay 
+:      017937 sim_iic_scl_output_high:
+0x48a6 017938 enable user 
+0x48a7 017939 fetch 1 ,sim_iic_scl_gpio_num 
+0x48a8 017940 branch sim_iic_config_gpio 
+:      017943 sim_iic_scl_output_low:
+0x48a9 017944 disable user 
+0x48aa 017945 fetch 1 ,sim_iic_scl_gpio_num 
+0x48ab 017946 branch sim_iic_config_gpio 
+:      017949 sim_iic_sda_output_high:
+0x48ac 017950 enable user 
+0x48ad 017951 fetch 1 ,sim_iic_sda_gpio_num 
+0x48ae 017952 branch sim_iic_config_gpio 
+:      017955 sim_iic_sda_output_low:
+0x48af 017956 disable user 
+0x48b0 017957 fetch 1 ,sim_iic_sda_gpio_num 
+0x48b1 017958 branch sim_iic_config_gpio 
+:      017963 sim_iic_config_gpio:
+0x48b2 017964 and pdata ,0x07 ,queue 
+0x48b3 017965 rshift3 pdata ,pdata 
+0x48b4 017966 arg core_gpio_oe0 ,temp 
+0x48b5 017967 iadd temp ,temp 
+0x48b6 017968 ifetch 1 ,temp 
+0x48b7 017969 qset1 pdata 
+0x48b8 017970 istore 1 ,temp 
+0x48b9 017971 increase 4 ,temp 
+0x48ba 017972 ifetch 1 ,temp 
+0x48bb 017973 qsetflag user ,pdata 
+0x48bc 017974 istore 1 ,temp 
+0x48bd 017975 rtn 
+:      017978 sim_iic_release_sda:
+0x48be 017979 fetch 1 ,sim_iic_sda_gpio_num 
+0x48bf 017980 and pdata ,0x07 ,queue 
+0x48c0 017981 rshift3 pdata ,pdata 
+0x48c1 017982 arg core_gpio_oe0 ,temp 
+0x48c2 017983 iadd temp ,temp 
+0x48c3 017984 ifetch 1 ,temp 
+0x48c4 017985 qset0 pdata 
+0x48c5 017986 istore 1 ,temp 
+0x48c6 017987 rtn 
+:      017992 sim_iic_read_sda_level:
+0x48c7 017993 nop 4 
+0x48c8 017994 fetch 1 ,sim_iic_sda_gpio_num 
+0x48c9 017995 and pdata ,0x07 ,queue 
+0x48ca 017996 rshift3 pdata ,pdata 
+0x48cb 017997 arg core_gpio_in ,temp 
+0x48cc 017998 iadd temp ,temp 
+0x48cd 017999 setarg 0 
+0x48ce 018000 ifetcht 1 ,temp 
+0x48cf 018001 qisolate1 temp 
+0x48d0 018002 setflag true ,0 ,pdata 
+0x48d1 018003 rtn 
+:      018006 sim_iic_delay:
+0x48d2 018008 rtn 
+:      018014 usb_isr:
+0x48d3 018015 bpatch patch1e_6 ,mem_patch1e 
+0x48d4 018016 hfetch 1 ,core_usb_status 
+0x48d5 018017 isolate1 7 ,pdata 
+0x48d6 018018 call usb_init ,true 
+0x48d7 018019 call usb_nak_state_judge 
+0x48d8 018020 hfetch 1 ,core_usb_status 
+0x48d9 018021 store 1 ,mem_usb_status 
+0x48da 018022 hfetch 1 ,core_usb_fifo_empty 
+0x48db 018023 store 1 ,mem_usb_fifo_empty 
+0x48dc 018024 hstore 1 ,core_usb_fifo_empty 
+0x48dd 018025 pinvert 
+0x48de 018026 fetcht 1 ,mem_usb_tx_wait 
+0x48df 018027 iand temp ,pdata 
+0x48e0 018028 store 1 ,mem_usb_tx_wait 
+0x48e1 018029 jam 0xe0 ,core_usb_status 
+0x48e2 018030 fetch 1 ,mem_usb_fifo_empty 
+0x48e3 018031 compare 0x1 ,pdata ,0x1 
+0x48e4 018032 call usb0_fifo_empty ,true 
+0x48e5 018033 fetch 1 ,mem_usb_status 
+0x48e6 018034 compare 0x1 ,pdata ,0x1 
+0x48e7 018035 call usb_status1 ,true 
+0x48e8 018036 call usb_tx 
+0x48e9 018037 branch usb_nak_state 
+:      018039 usb_init:
+0x48ea 018040 bpatch patch1e_7 ,mem_patch1e 
+0x48eb 018041 call usb_init_param 
+0x48ec 018042 jam 0x00 ,core_usb_config 
+0x48ed 018043 nop 10000 
+0x48ee 018044 jam 0xc0 ,core_usb_trig 
+0x48ef 018045 hfetch 2 ,core_clkoff 
+0x48f0 018046 set0 clock_off_usb ,pdata 
+0x48f1 018047 hstore 2 ,core_clkoff 
+0x48f2 018048 jam 0x3c ,core_usb_config 
+0x48f3 018049 jam 0xff ,core_usb_status 
+0x48f4 018050 jam 0xff ,core_usb_fifo_empty 
+0x48f5 018051 jam 0 ,core_usb_addr 
+0x48f6 018052 jam dev_default ,mem_usb0_state 
+0x48f7 018053 setarg mem_usb_clear_mem_end 
+0x48f8 018054 arg mem_usb_clear_mem_start ,contw 
+0x48f9 018055 isub contw ,loopcnt 
+0x48fa 018056 branch clear_mem 
+:      018058 usb_offline_check_init:
+0x48fb 018059 fetcht 1 ,mem_usb_offline_check_gpio 
+0x48fc 018060 branch gpio_config_input 
+:      018061 usb_offline_state:
+0x48fd 018062 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x48fe 018063 rtn blank 
+0x48ff 018064 fetcht 1 ,mem_usb_offline_check_gpio 
+0x4900 018065 call gpio_get_bit 
+0x4901 018066 branch usb_init ,true 
+0x4902 018067 rtn 
+:      018070 usb_nak_state:
+0x4903 018071 arg timer_nak ,queue 
+0x4904 018072 call timer_check 
+0x4905 018073 nrtn blank 
+0x4906 018074 fetch 1 ,mem_usb_wakestate_onetime_flag 
+0x4907 018075 nrtn blank 
+0x4908 018076 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x4909 018077 ncall usb_mac_wakeup_judge ,blank 
+0x490a 018078 rtn 
+:      018080 usb_mem_devicedesc_init:
+0x490b 018081 arg mem_devicedesc ,contw 
+0x490c 018082 setsect 0 ,0x11212 
+0x490d 018083 setsect 1 ,0x8000 
+0x490e 018084 setsect 2 ,0x0 
+0x490f 018085 setsect 3 ,0x10000 
+0x4910 018086 istore 9 ,contw 
+0x4911 018087 setsect 0 ,0x22412 
+0x4912 018088 setsect 1 ,0x8604 
+0x4913 018089 setsect 2 ,0x1000 
+0x4914 018090 setsect 3 ,0x8 
+0x4915 018091 istore 9 ,contw 
+0x4916 018092 setsect 0 ,0x1 
+0x4917 018093 istore 1 ,contw 
+0x4918 018094 rtn 
+:      018096 usb_init_param:
+0x4919 018097 jam 2 ,mem_usb0_state 
+0x491a 018098 setarg 0x0 
+0x491b 018099 store 1 ,mem_remain 
+0x491c 018100 store 2 ,mem_usb_zero_packet 
+0x491d 018101 pincrease 1 
+0x491e 018102 store 2 ,mem_usb_ones_packet 
+0x491f 018103 pincrease 1 
+0x4920 018104 store 2 ,mem_usb_two_packet 
+0x4921 018105 setarg hid_kbdata_addr 
+0x4922 018106 store 2 ,mem_hidreportdesc_kb 
+0x4923 018107 setarg hid_msdata_addr 
+0x4924 018108 store 2 ,mem_hidreportdesc_m 
+0x4925 018109 arg mem_confdesc ,contw 
+0x4926 018110 arg hid_confdata_addr ,contr 
+0x4927 018111 call memcpy64 
+0x4928 018112 fetch 1 ,mem_usb_tx_interval 
+0x4929 018113 ncall usb_tx_interval_config ,blank 
+0x492a 018114 branch usb_mem_devicedesc_init 
+:      018116 usb_tx_interval_config:
+0x492b 018117 store 1 ,mem_confdesc + 34 
+0x492c 018118 store 1 ,mem_confdesc + 59 
+0x492d 018119 rtn 
+:      018120 usb_nak_state_judge:
+0x492e 018121 hfetch 1 ,core_usb_status 
+0x492f 018122 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+0x4930 018123 rtn 
+:      018125 usb_nak_state_timer_init:
+0x4931 018126 call usb0_attached_state_judge 
+0x4932 018127 call timer_reinit 
+0x4933 018128 setarg timer_nak_delay 
+0x4934 018129 arg timer_nak ,queue 
+0x4935 018130 branch timer_init 
+:      018132 usb0_attached_state_judge:
+0x4936 018133 fetch 1 ,mem_usb_state 
+0x4937 018134 bne usb_connected ,usb_clear_halt_dispose 
+0x4938 018135 jam 0 ,mem_usb_wakestate_onetime_flag 
+0x4939 018136 jam 0 ,mem_usb_mac_wakeup_trig 
+0x493a 018137 rtn 
+:      018138 usb_clear_halt_dispose:
+0x493b 018139 fetch 1 ,mem_usb_clear_halt 
+0x493c 018140 rtn blank 
+0x493d 018141 jam 0 ,mem_usb_clear_halt 
+0x493e 018142 jam usb_connected ,mem_usb_state 
+0x493f 018143 jam 1 ,mem_usb_device_enumeration_endflag 
+0x4940 018144 rtn 
+:      018146 usb0_fifo_empty:
+0x4941 018147 jam 0x1 ,core_usb_fifo_empty 
+0x4942 018148 branch usb0_tx 
+:      018150 usb_rx_no_data:
+0x4943 018151 fetch 1 ,mem_usb_status 
+0x4944 018152 bbit1 usb_status_setup ,usb_class_type 
+0x4945 018153 rtn 
+:      018155 usb_rx_read:
+0x4946 018156 hfetch 1 ,core_usb_ep 
+0x4947 018157 istore 1 ,contw 
+0x4948 018158 loop usb_rx_read 
+0x4949 018159 rtn 
+:      018161 usb_status1:
+0x494a 018162 bpatch patch1f_0 ,mem_patch1f 
+0x494b 018163 jam 0x11 ,core_usb_status 
+0x494c 018164 hfetch 1 ,core_usb_ep_len 
+0x494d 018165 store 1 ,mem_usb_read_len 
+0x494e 018166 copy pdata ,loopcnt 
+0x494f 018167 branch usb_rx_no_data ,blank 
+0x4950 018168 arg mem_usb_setup ,contw 
+0x4951 018169 call usb_rx_read 
+0x4952 018170 fetch 1 ,mem_usb_read_len 
+0x4953 018171 sub pdata ,7 ,null 
+0x4954 018172 rtn positive 
+:      018173 usb_class_type:
+0x4955 018174 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4956 018175 and_into 0x80 ,pdata 
+0x4957 018176 beq in_device ,usb_in_device 
+0x4958 018177 beq out_device ,usb_out_device 
+0x4959 018178 branch assert 
+:      018180 usb_in_device:
+0x495a 018181 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x495b 018182 rshift4 pdata ,pdata 
+0x495c 018183 rshift pdata ,pdata 
+0x495d 018184 and_into 0x03 ,pdata 
+0x495e 018185 beq standard_req ,usb_in_standard_req 
+0x495f 018186 beq class_req ,usb_in_class_req 
+0x4960 018187 beq manufacturer_req ,usb_in_manufacturer_req 
+0x4961 018188 branch assert 
+:      018190 usb_out_device:
+0x4962 018191 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4963 018192 rshift4 pdata ,pdata 
+0x4964 018193 rshift pdata ,pdata 
+0x4965 018194 and_into 0x03 ,pdata 
+0x4966 018195 beq standard_req ,usb_out_standard_req 
+0x4967 018196 beq class_req ,usb_out_class_req 
+0x4968 018197 beq manufacturer_req ,usb_out_manufacturer_req 
+0x4969 018198 branch assert 
+:      018200 usb_in_standard_req:
+0x496a 018201 fetch 1 ,mem_usb_setup_brequest 
+0x496b 018202 beq get_configuration ,usb0_request_get_configuration 
+0x496c 018203 beq get_descriptor ,usb0_request_get_descriptor 
+0x496d 018204 beq get_interface ,usb0_request_get_interface 
+0x496e 018205 beq get_status ,usb0_request_get_status 
+0x496f 018206 branch usb0_force_stall 
+:      018208 usb_in_class_req:
+0x4970 018209 fetch 1 ,mem_usb_setup_brequest 
+0x4971 018210 beq get_idle ,usb_get_idle 
+0x4972 018211 beq get_report ,usb_get_report 
+0x4973 018212 beq get_protocol ,usb_get_protocol_req 
+0x4974 018213 branch usb0_force_stall 
+:      018215 usb_in_manufacturer_req:
+0x4975 018216 branch usb0_force_stall 
+:      018218 usb_out_standard_req:
+0x4976 018219 fetch 1 ,mem_usb_setup_brequest 
+0x4977 018220 beq clear_feature ,usb0_request_clear_feature 
+0x4978 018221 beq set_feature ,usb0_request_set_feature 
+0x4979 018222 beq set_address ,usb0_request_set_address 
+0x497a 018223 beq set_configuration ,usb0_request_set_configuration 
+0x497b 018224 beq set_interface ,usb0_request_set_interface 
+0x497c 018225 beq set_descriptor ,usb0_force_stall 
+0x497d 018226 branch usb0_force_stall 
+:      018228 usb_out_class_req:
+0x497e 018229 fetch 1 ,mem_usb_setup_brequest 
+0x497f 018230 beq set_idle ,usb_set_idle 
+0x4980 018231 beq set_report ,usb_set_report 
+0x4981 018232 beq set_protocol ,usb_set_protocol_req 
+0x4982 018233 branch usb0_force_stall 
+:      018235 usb_out_manufacturer_req:
+0x4983 018236 branch usb0_force_stall 
+:      018238 usb0_force_stall:
+0x4984 018239 hfetch 1 ,core_usb_stall 
+0x4985 018240 set1 0 ,pdata 
+0x4986 018241 hstore 1 ,core_usb_stall 
+0x4987 018242 branch usb0_reply_zerolen 
+:      018244 usb0_reply_zerolen:
+0x4988 018245 jam 0x40 ,core_usb_clear 
+0x4989 018246 rtn 
+:      018248 usb0_request_get_configuration:
+0x498a 018249 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x498b 018250 bne in_device ,usb0_force_stall 
+0x498c 018251 fetch 1 ,mem_usb_setup_windex 
+0x498d 018252 bne 0 ,usb0_force_stall 
+0x498e 018253 fetch 1 ,mem_usb_setup_windex + 1 
+0x498f 018254 bne 0 ,usb0_force_stall 
+0x4990 018255 fetch 1 ,mem_usb_setup_blength 
+0x4991 018256 bne 1 ,usb0_force_stall 
+0x4992 018257 fetch 1 ,mem_usb_setup_blengthh 
+0x4993 018258 bne 0 ,usb0_force_stall 
+0x4994 018259 fetch 1 ,mem_usb_setup_bvalue 
+0x4995 018260 bne 0 ,usb0_force_stall 
+0x4996 018261 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x4997 018262 bne 0 ,usb0_force_stall 
+0x4998 018263 fetch 1 ,mem_usb0_state 
+0x4999 018264 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+0x499a 018265 beq dev_address ,usb0_request_get_cfg_dev_addr 
+0x499b 018266 branch usb0_force_stall 
+:      018268 usb0_request_get_cfg_dev_cfg:
+0x499c 018269 arg 1 ,regb 
+0x499d 018270 branch usb_send_ones_packet 
+:      018272 usb0_request_get_cfg_dev_addr:
+0x499e 018273 arg 1 ,regb 
+0x499f 018274 branch usb_send_zero_packet 
+:      018276 usb0_request_get_descriptor:
+0x49a0 018277 bpatch patch1f_1 ,mem_patch1f 
+0x49a1 018278 set0 mark_isstr ,mark 
+0x49a2 018279 fetch 1 ,mem_usb_setup_bvalueh 
+0x49a3 018280 beq dsc_device ,dsc_device_info 
+0x49a4 018281 beq dsc_config ,dsc_config_info 
+0x49a5 018282 beq dsc_string ,dsc_string_info 
+0x49a6 018283 beq dsc_hid ,dsc_hid_info 
+0x49a7 018284 beq dsc_hid_report ,dsc_hid_report_info 
+0x49a8 018285 branch usb0_force_stall 
+:      018287 dsc_hid_info:
+0x49a9 018288 jam 0 ,mem_usb_get_protocol_flag 
+0x49aa 018289 fetch 1 ,mem_usb_setup_windex 
+0x49ab 018290 beq 0 ,dsc_hid_info_interface0 
+0x49ac 018291 beq 1 ,dsc_hid_info_interface1 
+0x49ad 018292 branch usb0_force_stall 
+:      018294 dsc_hid_info_interface0:
+0x49ae 018295 arg mem_confdesc + 19 ,rega 
+0x49af 018296 ifetch 1 ,rega 
+0x49b0 018297 iforce regb 
+0x49b1 018298 branch usb0_respond 
+:      018300 dsc_hid_info_interface1:
+0x49b2 018301 arg mem_confdesc + 44 ,rega 
+0x49b3 018302 ifetch 1 ,rega 
+0x49b4 018303 iforce regb 
+0x49b5 018304 branch usb0_respond 
+:      018306 dsc_device_info:
+0x49b6 018310 fetch 1 ,mem_usb_set_high_addr_flag 
+0x49b7 018311 ncall usb_set_high_addr ,blank 
+0x49b8 018312 setarg mem_devicedesc 
+0x49b9 018313 fetcht 1 ,mem_devicedesc 
+:      018314 dsc_info_set_data_len:
+0x49ba 018315 store 2 ,mem_dsc_info_data_pointer 
+0x49bb 018316 storet 1 ,mem_dsc_info_len 
+0x49bc 018317 fetch 1 ,mem_usb_setup_blength 
+0x49bd 018318 isub temp ,null 
+0x49be 018319 nbranch dsc_info_set_current_data_len ,positive 
+:      018320 dsc_info_set_initial_data_len:
+0x49bf 018321 fetch 1 ,mem_dsc_info_len 
+:      018322 dsc_info_set_data_size_completed:
+0x49c0 018323 iforce regb 
+0x49c1 018324 fetch 2 ,mem_dsc_info_data_pointer 
+0x49c2 018325 add pdata ,1 ,pdata 
+0x49c3 018326 iforce rega 
+0x49c4 018327 branch usb0_respond 
+:      018328 dsc_info_set_current_data_len:
+0x49c5 018329 fetch 1 ,mem_usb_setup_blength 
+0x49c6 018330 branch dsc_info_set_data_size_completed 
+:      018332 usb_set_high_addr:
+0x49c7 018333 hfetch 1 ,core_usb_addr 
+0x49c8 018334 ncall usb0_set_addr ,blank 
+0x49c9 018335 jam 0 ,mem_usb_set_high_addr_flag 
+0x49ca 018336 rtn 
+:      018337 usb0_set_addr:
+0x49cb 018338 hfetch 1 ,core_usb_addr 
+0x49cc 018339 set1 7 ,pdata 
+0x49cd 018340 hstore 1 ,core_usb_addr 
+0x49ce 018341 rtn 
+:      018343 dsc_config_info:
+0x49cf 018344 setarg mem_confdesc 
+0x49d0 018345 fetcht 1 ,mem_confdesc 
+0x49d1 018346 branch dsc_info_set_data_len 
+:      018348 dsc_string_info:
+0x49d2 018349 fetch 1 ,mem_usb_setup_bvalue 
+0x49d3 018350 sub pdata ,3 ,null 
+0x49d4 018351 nbranch usb0_force_stall ,positive 
+0x49d5 018352 fetch 1 ,mem_usb_setup_bvalue 
+0x49d6 018353 arg mem_string0 ,rega 
+0x49d7 018354 beq 0 ,usb0_respond_length 
+0x49d8 018355 set1 mark_isstr ,mark 
+0x49d9 018356 arg mem_string1 ,rega 
+0x49da 018357 beq 1 ,usb0_respond_length 
+0x49db 018358 arg mem_string2 ,rega 
+0x49dc 018359 beq 2 ,usb0_respond_length 
+0x49dd 018360 arg mem_string3 ,rega 
+0x49de 018361 beq 3 ,usb0_respond_length 
+0x49df 018362 rtn 
+:      018364 dsc_hid_report_info:
+0x49e0 018365 fetch 2 ,mem_usb_setup_windex 
+0x49e1 018366 beq 1 ,dsc_hid_report_info0 
+0x49e2 018367 fetch 2 ,mem_hidreportdesc_kb 
+0x49e3 018368 copy pdata ,rega 
+0x49e4 018370 branch usb0_respond_length 
+:      018371 dsc_hid_report_info0:
+0x49e5 018372 jam 1 ,mem_usb_device_enumeration_endflag 
+0x49e6 018373 jam usb_got_report_req ,mem_usb_state 
+0x49e7 018374 fetch 2 ,mem_hidreportdesc_m 
+0x49e8 018375 copy pdata ,rega 
+0x49e9 018377 branch usb0_respond_length 
+:      018380 usb0_request_get_interface:
+0x49ea 018381 fetch 1 ,mem_usb0_state 
+0x49eb 018382 bne dev_configured ,usb0_force_stall 
+0x49ec 018383 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x49ed 018384 bne in_interface ,usb0_force_stall 
+0x49ee 018385 fetch 1 ,mem_usb_setup_bvalue 
+0x49ef 018386 bne 0 ,usb0_force_stall 
+0x49f0 018387 fetch 1 ,mem_usb_setup_bvalueh 
+0x49f1 018388 bne 0 ,usb0_force_stall 
+0x49f2 018389 fetch 1 ,mem_usb_setup_blength 
+0x49f3 018390 bne 1 ,usb0_force_stall 
+0x49f4 018391 fetch 1 ,mem_usb_setup_blengthh 
+0x49f5 018392 bne 0 ,usb0_force_stall 
+0x49f6 018393 fetch 1 ,mem_usb_setup_windex 
+0x49f7 018394 bne 0 ,usb0_force_stall 
+0x49f8 018395 fetch 1 ,mem_usb_setup_windex + 1 
+0x49f9 018396 bne 0 ,usb0_force_stall 
+0x49fa 018397 arg 1 ,regb 
+0x49fb 018398 branch usb_send_zero_packet 
+:      018401 usb0_request_get_status:
+0x49fc 018402 fetch 1 ,mem_usb0_state 
+0x49fd 018403 beq dev_default ,usb0_force_stall 
+0x49fe 018404 fetch 1 ,mem_usb_setup_bvalue 
+0x49ff 018405 bne 0 ,usb0_force_stall 
+0x4a00 018406 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a01 018407 bne 0 ,usb0_force_stall 
+0x4a02 018408 fetch 1 ,mem_usb_setup_blength 
+0x4a03 018409 bne 2 ,usb0_force_stall 
+0x4a04 018410 fetch 1 ,mem_usb_setup_blengthh 
+0x4a05 018411 bne 0 ,usb0_force_stall 
+0x4a06 018412 fetch 1 ,mem_usb_setup_windex + 1 
+0x4a07 018413 bne 0 ,usb0_force_stall 
+0x4a08 018414 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a09 018415 beq in_device ,usb0_get_status_in_device 
+0x4a0a 018416 beq in_interface ,usb0_get_status_in_interface 
+0x4a0b 018417 beq in_endpoint ,usb0_get_status_in_endpoint 
+0x4a0c 018418 branch usb0_force_stall 
+:      018420 usb0_get_status_in_device:
+0x4a0d 018421 fetch 1 ,mem_usb_setup_windex 
+0x4a0e 018422 bne 0 ,usb0_force_stall 
+0x4a0f 018423 arg 2 ,regb 
+0x4a10 018424 fetch 1 ,mem_usb_remote_wakeup 
+0x4a11 018425 beq 0x01 ,usb_send_two_packet 
+:      018427 usb_send_zero_packet:
+0x4a12 018428 arg mem_usb_zero_packet ,rega 
+0x4a13 018429 branch usb0_respond 
+:      018430 usb_send_ones_packet:
+0x4a14 018431 arg mem_usb_ones_packet ,rega 
+0x4a15 018432 branch usb0_respond 
+:      018433 usb_send_two_packet:
+0x4a16 018434 arg mem_usb_two_packet ,rega 
+0x4a17 018435 branch usb0_respond 
+:      018437 usb0_get_status_in_interface:
+0x4a18 018438 fetch 1 ,mem_usb0_state 
+0x4a19 018439 bne dev_configured ,usb0_force_stall 
+0x4a1a 018440 arg 2 ,regb 
+0x4a1b 018441 branch usb_send_zero_packet 
+:      018443 usb0_get_status_in_endpoint:
+0x4a1c 018444 fetch 1 ,mem_usb0_state 
+0x4a1d 018445 bne dev_configured ,usb0_force_stall 
+0x4a1e 018446 fetch 1 ,mem_usb_setup_windex 
+0x4a1f 018447 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+0x4a20 018448 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+0x4a21 018449 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+0x4a22 018450 and_into 0x7f ,pdata 
+0x4a23 018451 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+0x4a24 018452 branch usb0_force_stall 
+:      018454 usb0_get_status_in_ep_in_ep0:
+0x4a25 018455 fetch 1 ,mem_usb_ep0_stall_status 
+:      018456 usb0_get_status_in_ep_in_ack:
+0x4a26 018457 arg 2 ,regb 
+0x4a27 018458 beq 1 ,usb_send_ones_packet 
+0x4a28 018459 branch usb_send_zero_packet 
+:      018460 usb0_get_status_in_ep_in_ep1:
+0x4a29 018461 fetch 1 ,mem_usb_ep1_stall_status 
+0x4a2a 018462 branch usb0_get_status_in_ep_in_ack 
+:      018463 usb0_get_status_in_ep_in_ep2:
+0x4a2b 018464 fetch 1 ,mem_usb_ep2_stall_status 
+0x4a2c 018465 branch usb0_get_status_in_ep_in_ack 
+:      018466 usb0_get_status_in_ep_in_ep3:
+0x4a2d 018467 fetch 1 ,mem_usb_ep3_stall_status 
+0x4a2e 018468 branch usb0_get_status_in_ep_in_ack 
+:      018470 usb_get_idle:
+0x4a2f 018471 jam 1 ,mem_usb_idle_flag 
+0x4a30 018472 arg mem_usb_idle_rate ,rega 
+0x4a31 018473 arg 1 ,regb 
+0x4a32 018474 branch usb0_respond 
+:      018476 usb_get_report:
+0x4a33 018477 fetch 2 ,mem_usb_setup_bvalue 
+0x4a34 018478 arg pc_get_report ,temp 
+0x4a35 018479 isub temp ,null 
+0x4a36 018480 nbranch usb0_force_stall ,zero 
+0x4a37 018481 set0 mark_isstr ,mark 
+:      018482 usb_get_report_dispose:
+0x4a38 018483 fetch 1 ,mem_usb0_data_ready_report 
+0x4a39 018484 nbranch usb_get_report_data_success ,blank 
+0x4a3a 018485 jam pc_get_nondata ,mem_usb0_get_report_data 
+:      018486 usb_get_report_send_data:
+0x4a3b 018487 fetch 1 ,mem_usb_setup_blength 
+0x4a3c 018488 iforce regb 
+0x4a3d 018489 arg mem_usb0_get_report_data ,rega 
+0x4a3e 018490 call usb0_respond 
+:      018491 usb_get_report_data_release:
+0x4a3f 018492 arg mem_usb0_get_report_data ,contw 
+0x4a40 018493 arg 8 ,loopcnt 
+0x4a41 018494 branch memset0 
+:      018495 usb_get_report_data_success:
+0x4a42 018496 jam 0 ,mem_usb0_data_ready_report 
+0x4a43 018497 jam pc_get_data ,mem_usb0_get_report_data 
+0x4a44 018498 branch usb_get_report_send_data 
+:      018500 usb_get_protocol_req:
+0x4a45 018501 fetch 1 ,mem_usb_setup_blength 
+0x4a46 018502 bne 1 ,usb0_force_stall 
+0x4a47 018503 jam 1 ,mem_usb_get_protocol_flag 
+0x4a48 018504 arg 1 ,regb 
+0x4a49 018505 fetch 1 ,mem_usb_set_protocol_value 
+0x4a4a 018506 beq 0 ,usb_get_report_protocol 
+0x4a4b 018507 beq 1 ,usb_get_boot_protocol 
+0x4a4c 018508 branch usb_send_zero_packet 
+:      018509 usb_get_report_protocol:
+0x4a4d 018510 branch usb_send_ones_packet 
+:      018511 usb_get_boot_protocol:
+0x4a4e 018512 branch usb_send_zero_packet 
+:      018517 usb0_request_clear_feature:
+0x4a4f 018518 fetch 1 ,mem_usb0_state 
+0x4a50 018519 bne dev_configured ,usb0_force_stall 
+0x4a51 018520 fetch 1 ,mem_usb_setup_blength 
+0x4a52 018521 bne 0 ,usb0_force_stall 
+0x4a53 018522 fetch 1 ,mem_usb_setup_blengthh 
+0x4a54 018523 bne 0 ,usb0_force_stall 
+0x4a55 018524 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a56 018525 bne 0 ,usb0_force_stall 
+0x4a57 018526 fetch 1 ,mem_usb_setup_windex + 1 
+0x4a58 018527 bne 0 ,usb0_force_stall 
+0x4a59 018528 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a5a 018529 beq out_device ,usb0_request_clear_feature_out_device 
+0x4a5b 018530 beq out_interface ,usb0_request_clear_feature_out_interface 
+0x4a5c 018531 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+0x4a5d 018532 branch usb0_force_stall 
+:      018534 usb0_request_clear_feature_out_device:
+0x4a5e 018535 fetch 1 ,mem_usb_setup_bvalue 
+0x4a5f 018536 bne device_remote_wakeup ,usb0_force_stall 
+0x4a60 018537 hfetch 1 ,core_usb_config 
+0x4a61 018538 set0 7 ,pdata 
+0x4a62 018539 hstore 1 ,core_usb_config 
+0x4a63 018540 jam 0 ,mem_usb_remote_wakeup 
+0x4a64 018541 jam 1 ,mem_usb_clear_remote_wakeup 
+0x4a65 018542 branch usb0_reply_zerolen 
+:      018544 usb0_request_clear_feature_out_interface:
+0x4a66 018545 branch usb0_force_stall 
+:      018547 usb0_request_clear_feature_out_endpoint:
+0x4a67 018548 fetch 1 ,mem_usb_setup_bvalue 
+0x4a68 018549 bne endpoint_halt ,usb0_force_stall 
+0x4a69 018550 fetch 1 ,mem_usb_setup_windex 
+0x4a6a 018551 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+0x4a6b 018552 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+0x4a6c 018553 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+0x4a6d 018554 and_into 0x7f ,pdata 
+0x4a6e 018555 beq 0x00 ,usb0_force_stall_ep0_in_off 
+0x4a6f 018556 branch usb0_force_stall 
+:      018558 usb0_force_stall_ep0_in_off:
+0x4a70 018559 jam 0 ,mem_usb_ep0_stall_status 
+0x4a71 018560 branch usb0_reply_zerolen 
+:      018561 usb0_force_stall_ep1_in_off:
+0x4a72 018562 jam 0 ,mem_usb_ep1_stall_status 
+:      018563 usb0_force_stall_ep1_in_off_reply:
+0x4a73 018564 jam 1 ,mem_usb_clear_halt 
+0x4a74 018565 branch usb0_reply_zerolen 
+:      018566 usb0_force_stall_ep2_in_off:
+0x4a75 018567 jam 0 ,mem_usb_ep2_stall_status 
+0x4a76 018568 branch usb0_force_stall_ep1_in_off_reply 
+:      018569 usb0_force_stall_ep3_in_off:
+0x4a77 018570 jam 0 ,mem_usb_ep3_stall_status 
+0x4a78 018571 branch usb0_force_stall_ep1_in_off_reply 
+:      018574 usb0_request_set_feature:
+0x4a79 018575 fetch 1 ,mem_usb_setup_blength 
+0x4a7a 018576 bne 0 ,usb0_force_stall 
+0x4a7b 018577 fetch 1 ,mem_usb_setup_blengthh 
+0x4a7c 018578 bne 0 ,usb0_force_stall 
+0x4a7d 018579 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a7e 018580 beq out_device ,usb0_request_set_feature_out_device 
+0x4a7f 018581 beq out_interface ,usb0_request_set_feature_out_interface 
+0x4a80 018582 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+0x4a81 018583 branch usb0_force_stall 
+:      018585 usb0_request_set_feature_out_device:
+0x4a82 018586 fetch 1 ,mem_usb_setup_bvalue 
+0x4a83 018587 bne device_remote_wakeup ,usb0_force_stall 
+0x4a84 018588 hfetch 1 ,core_usb_config 
+0x4a85 018589 set1 7 ,pdata 
+0x4a86 018590 hstore 1 ,core_usb_config 
+0x4a87 018591 jam 1 ,mem_usb_remote_wakeup 
+0x4a88 018592 jam usb_sleep ,mem_usb_state 
+0x4a89 018593 jam 0 ,mem_usb_tx_win_enable 
+0x4a8a 018594 call usb0_reply_zerolen 
+:      018595 usb_wakeup_timer_reinit:
+0x4a8b 018596 call timer_reinit 
+0x4a8c 018597 setarg timer_wakeup_delay 
+0x4a8d 018598 arg timer_wakeup ,queue 
+0x4a8e 018599 branch timer_init 
+:      018601 usb0_request_set_feature_out_interface:
+0x4a8f 018602 branch usb0_force_stall 
+:      018604 usb0_request_set_feature_out_endpoint:
+0x4a90 018605 fetch 1 ,mem_usb_setup_bvalue 
+0x4a91 018606 bne endpoint_halt ,usb0_force_stall 
+0x4a92 018607 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a93 018608 bne 0 ,usb0_force_stall 
+0x4a94 018609 fetch 1 ,mem_usb_setup_windex 
+0x4a95 018610 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+0x4a96 018611 beq in_ep2 ,usb0_force_stall_ep2_in_on 
+0x4a97 018612 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+0x4a98 018613 and_into 0x7f ,pdata 
+0x4a99 018614 beq 0x00 ,usb0_force_stall_ep0_in_on 
+0x4a9a 018615 branch usb0_force_stall 
+:      018617 usb0_force_stall_ep0_in_on:
+0x4a9b 018618 jam 1 ,mem_usb_ep0_stall_status 
+0x4a9c 018619 branch usb0_reply_zerolen 
+:      018620 usb0_force_stall_ep1_in_on:
+0x4a9d 018621 jam 1 ,mem_usb_ep1_stall_status 
+0x4a9e 018622 branch usb0_reply_zerolen 
+:      018623 usb0_force_stall_ep2_in_on:
+0x4a9f 018624 jam 1 ,mem_usb_ep2_stall_status 
+0x4aa0 018625 branch usb0_reply_zerolen 
+:      018626 usb0_force_stall_ep3_in_on:
+0x4aa1 018627 jam 1 ,mem_usb_ep3_stall_status 
+0x4aa2 018628 branch usb0_reply_zerolen 
+:      018631 usb0_request_set_address:
+0x4aa3 018632 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4aa4 018633 bne out_device ,usb0_force_stall 
+0x4aa5 018634 fetch 1 ,mem_usb_setup_windex 
+0x4aa6 018635 bne 0 ,usb0_force_stall 
+0x4aa7 018636 fetch 1 ,mem_usb_setup_windex + 1 
+0x4aa8 018637 bne 0 ,usb0_force_stall 
+0x4aa9 018638 fetch 1 ,mem_usb_setup_blength 
+0x4aaa 018639 bne 0 ,usb0_force_stall 
+0x4aab 018640 fetch 1 ,mem_usb_setup_blengthh 
+0x4aac 018641 bne 0 ,usb0_force_stall 
+0x4aad 018642 fetch 1 ,mem_usb_setup_bvalueh 
+0x4aae 018643 bne 0 ,usb0_force_stall 
+0x4aaf 018644 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab0 018645 and_into 0x80 ,pdata 
+0x4ab1 018646 bne 0 ,usb0_force_stall 
+0x4ab2 018647 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab3 018648 bne 0 ,usb_usb0_state_set_dev_addr 
+:      018649 usb_usb0_state_set_dev_default:
+0x4ab4 018650 jam dev_default ,mem_usb0_state 
+:      018651 usb0_request_set_wait_address:
+0x4ab5 018652 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab6 018653 hstore 1 ,core_usb_addr 
+0x4ab7 018654 call usb0_reply_zerolen 
+0x4ab8 018655 jam 1 ,mem_usb_set_high_addr_flag 
+0x4ab9 018656 rtn 
+:      018657 usb_usb0_state_set_dev_addr:
+0x4aba 018658 jam dev_address ,mem_usb0_state 
+0x4abb 018659 branch usb0_request_set_wait_address 
+:      018662 usb0_request_set_configuration:
+0x4abc 018663 fetch 1 ,mem_usb0_state 
+0x4abd 018664 beq dev_default ,usb0_force_stall 
+0x4abe 018665 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4abf 018666 bne out_device ,usb0_force_stall 
+0x4ac0 018667 fetch 1 ,mem_usb_setup_windex 
+0x4ac1 018668 bne 0 ,usb0_force_stall 
+0x4ac2 018669 fetch 1 ,mem_usb_setup_windex + 1 
+0x4ac3 018670 bne 0 ,usb0_force_stall 
+0x4ac4 018671 fetch 1 ,mem_usb_setup_blength 
+0x4ac5 018672 bne 0 ,usb0_force_stall 
+0x4ac6 018673 fetch 1 ,mem_usb_setup_blengthh 
+0x4ac7 018674 bne 0 ,usb0_force_stall 
+0x4ac8 018675 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x4ac9 018676 bne 0 ,usb0_force_stall 
+0x4aca 018677 fetch 1 ,mem_usb_setup_bvalue 
+0x4acb 018678 sub pdata ,usb_max_num_cfg ,null 
+0x4acc 018679 nbranch usb0_force_stall ,positive 
+0x4acd 018680 fetch 1 ,mem_usb0_state 
+0x4ace 018681 beq dev_address ,usb0_request_set_cfg_addr_state 
+0x4acf 018682 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+0x4ad0 018683 branch usb0_force_stall 
+:      018685 usb0_request_set_cfg_addr_state:
+:      018686 usb0_request_set_cfg_cfg_state:
+0x4ad1 018687 fetch 1 ,mem_usb_setup_bvalue 
+0x4ad2 018688 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+0x4ad3 018689 jam dev_configured ,mem_usb0_state 
+0x4ad4 018690 branch usb0_reply_zerolen 
+:      018691 usb0_request_set_cfg_stay_addr_state:
+0x4ad5 018692 jam dev_address ,mem_usb0_state 
+0x4ad6 018693 branch usb0_reply_zerolen 
+:      018696 usb0_request_set_interface:
+0x4ad7 018697 fetch 1 ,mem_usb0_state 
+0x4ad8 018698 bne dev_configured ,usb0_force_stall 
+0x4ad9 018699 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4ada 018700 bne out_interface ,usb0_force_stall 
+0x4adb 018701 fetch 1 ,mem_usb_setup_bvalue 
+0x4adc 018702 bne 0 ,usb0_force_stall 
+0x4add 018703 fetch 1 ,mem_usb_setup_bvalueh 
+0x4ade 018704 bne 0 ,usb0_force_stall 
+0x4adf 018705 fetch 1 ,mem_usb_setup_blength 
+0x4ae0 018706 bne 0 ,usb0_force_stall 
+0x4ae1 018707 fetch 1 ,mem_usb_setup_blengthh 
+0x4ae2 018708 bne 0 ,usb0_force_stall 
+0x4ae3 018709 fetch 1 ,mem_usb_setup_windex 
+0x4ae4 018710 bne 0 ,usb0_force_stall 
+0x4ae5 018711 fetch 1 ,mem_usb_setup_windex + 1 
+0x4ae6 018712 bne 0 ,usb0_force_stall 
+0x4ae7 018713 branch usb0_reply_zerolen 
+:      018716 usb_set_idle:
+0x4ae8 018717 jam 1 ,mem_usb_idle_flag 
+0x4ae9 018718 fetch 1 ,mem_usb_setup_bvalueh 
+0x4aea 018719 store 1 ,mem_usb_idle_rate 
+0x4aeb 018720 fetch 1 ,mem_usb_setup_windex 
+0x4aec 018721 sub pdata ,1 ,null 
+0x4aed 018722 call usb_clear_remote_wakeup_set0 ,zero 
+0x4aee 018723 fetch 1 ,mem_usb_state 
+0x4aef 018724 bne usb_resume ,usb0_reply_zerolen 
+0x4af0 018725 jam usb_connected ,mem_usb_state 
+0x4af1 018726 call usb0_reply_zerolen 
+0x4af2 018727 nop 30000 
+0x4af3 018728 nop 30000 
+0x4af4 018729 rtn 
+:      018730 usb_clear_remote_wakeup_set0:
+0x4af5 018731 jam 1 ,mem_usb_device_enumeration_endflag 
+0x4af6 018732 jam 0 ,mem_usb_clear_remote_wakeup 
+0x4af7 018733 jam usb_resume ,mem_usb_state 
+0x4af8 018734 rtn 
+:      018737 usb_set_report:
+0x4af9 018738 jam 1 ,mem_usb0_get_set_report 
+0x4afa 018739 call usb_set_report_resume_judge 
+0x4afb 018740 fetch 2 ,mem_usb_setup_bvalue 
+0x4afc 018741 store 2 ,mem_usb_setup_bvalue_temp 
+0x4afd 018742 fetch 1 ,mem_usb_setup_blength 
+0x4afe 018743 iforce loopcnt 
+0x4aff 018744 arg mem_usb0_setup ,contr 
+0x4b00 018745 arg mem_usb0_set_report_data ,contw 
+0x4b01 018746 call memcpy 
+0x4b02 018747 branch usb0_reply_zerolen 
+:      018749 usb_set_report_resume_judge:
+0x4b03 018750 fetch 2 ,mem_usb_setup_bvalue 
+0x4b04 018751 arg pc_set_report_bvalue ,temp 
+0x4b05 018752 isub temp ,null 
+0x4b06 018753 nrtn zero 
+0x4b07 018754 fetch 2 ,mem_usb_setup_windex 
+0x4b08 018755 arg pc_set_report_windex ,temp 
+0x4b09 018756 isub temp ,null 
+0x4b0a 018757 nrtn zero 
+0x4b0b 018758 fetch 2 ,mem_usb_setup_blength 
+0x4b0c 018759 arg pc_set_report_blength ,temp 
+0x4b0d 018760 isub temp ,null 
+0x4b0e 018761 nrtn zero 
+0x4b0f 018762 jam 1 ,mem_usb_tx_win_enable 
+0x4b10 018763 rtn 
+:      018766 usb_set_protocol_req:
+0x4b11 018767 fetch 1 ,mem_usb_setup_blength 
+0x4b12 018768 bne 0 ,usb0_force_stall 
+0x4b13 018769 fetch 1 ,mem_usb_setup_bvalue 
+0x4b14 018770 beq boot_protocol ,usb_set_boot_protocol 
+0x4b15 018771 beq report_protocol ,usb_set_report_protocol 
+0x4b16 018772 branch usb0_force_stall 
+:      018773 usb_set_boot_protocol:
+0x4b17 018774 jam 0 ,mem_usb_set_protocol_status 
+0x4b18 018775 jam 1 ,mem_usb_set_protocol_value 
+0x4b19 018776 branch usb0_reply_zerolen 
+:      018777 usb_set_report_protocol:
+0x4b1a 018778 jam 1 ,mem_usb_tx_mac_enable 
+0x4b1b 018779 jam 1 ,mem_usb_set_protocol_status 
+0x4b1c 018780 jam 0 ,mem_usb_set_protocol_value 
+0x4b1d 018781 branch usb0_reply_zerolen 
+:      018784 usb0_respond_length:
+0x4b1e 018785 ifetch 1 ,rega 
+0x4b1f 018786 iforce regb 
+0x4b20 018787 increase 1 ,rega 
+:      018789 usb0_respond:
+0x4b21 018790 bpatch patch1f_2 ,mem_patch1f 
+0x4b22 018791 bmark0 mark_isstr ,usb0_respond0 
+0x4b23 018792 add regb ,1 ,pdata 
+0x4b24 018793 lshift pdata ,pdata 
+0x4b25 018794 hstore 1 ,core_usb_dfifo0 
+0x4b26 018795 jam 3 ,core_usb_dfifo0 
+0x4b27 018796 fetch 1 ,mem_usb_setup_blength 
+0x4b28 018797 increase -2 ,pdata 
+0x4b29 018798 rshift pdata ,pdata 
+0x4b2a 018799 store 1 ,mem_usb_setup_blength 
+0x4b2b 018800 beq 0 ,usb_no_respond_data 
+:      018801 usb0_respond0:
+0x4b2c 018802 fetch 2 ,mem_usb_setup_blength 
+0x4b2d 018803 isub regb ,null 
+0x4b2e 018804 branch usb0_respond1 ,positive 
+0x4b2f 018805 copy pdata ,regb 
+:      018806 usb0_respond1:
+0x4b30 018807 deposit rega 
+0x4b31 018808 store 2 ,mem_bufptr 
+0x4b32 018809 deposit regb 
+0x4b33 018810 store 1 ,mem_remain 
+0x4b34 018811 branch usb0_tx 
+:      018813 usb_no_respond_data:
+0x4b35 018814 arg 0 ,queue 
+0x4b36 018815 branch usb_trig 
+:      018818 usb0_tx:
+0x4b37 018819 bpatch patch1f_3 ,mem_patch1f 
+0x4b38 018820 fetch 1 ,mem_remain 
+0x4b39 018821 rtn blank 
+0x4b3a 018822 copy pdata ,loopcnt 
+0x4b3b 018823 sub pdata ,ep0_packet_size ,null 
+0x4b3c 018824 branch usb0_tx_info ,positive 
+0x4b3d 018825 arg ep0_packet_size ,loopcnt 
+:      018826 usb0_tx_info:
+0x4b3e 018827 fetch 1 ,mem_remain 
+0x4b3f 018828 isub loopcnt ,pdata 
+0x4b40 018829 store 1 ,mem_remain 
+0x4b41 018830 fetch 2 ,mem_bufptr 
+0x4b42 018831 copy pdata ,contr 
+:      018832 usb0_tx0:
+0x4b43 018833 ifetch 1 ,contr 
+0x4b44 018834 hstore 1 ,core_usb_dfifo0 
+0x4b45 018835 bmark0 mark_isstr ,usb0_tx1 
+0x4b46 018836 jam 0 ,core_usb_dfifo0 
+:      018837 usb0_tx1:
+0x4b47 018838 loop usb0_tx0 
+0x4b48 018839 copy contr ,pdata 
+0x4b49 018840 store 2 ,mem_bufptr 
+0x4b4a 018841 arg 0 ,queue 
+0x4b4b 018842 call usb_trig 
+0x4b4c 018843 fetch 1 ,mem_remain 
+0x4b4d 018844 nrtn blank 
+0x4b4e 018845 fetch 1 ,mem_usb_state 
+0x4b4f 018846 rtnne usb_got_report_req 
+0x4b50 018847 jam usb_connected ,mem_usb_state 
+0x4b51 018848 rtn 
+:      018851 usb_tx_ep1:
+0x4b52 018852 arg core_usb_dfifo1 ,rega 
+0x4b53 018853 arg 1 ,queue 
+:      018854 usb_tx_loop:
+0x4b54 018855 ifetch 1 ,contr 
+0x4b55 018856 istore 1 ,rega 
+0x4b56 018857 loop usb_tx_loop 
+:      018858 usb_trig:
+0x4b57 018859 setarg 0 
+0x4b58 018860 qset1 pdata 
+0x4b59 018861 hstore 1 ,core_usb_trig 
+0x4b5a 018862 fetcht 1 ,mem_usb_tx_wait 
+0x4b5b 018863 ior temp ,pdata 
+0x4b5c 018864 store 1 ,mem_usb_tx_wait 
+0x4b5d 018865 rtn 
+:      018867 usb_tx_ep2:
+0x4b5e 018868 arg 2 ,queue 
+0x4b5f 018869 arg core_usb_dfifo2 ,rega 
+0x4b60 018870 branch usb_tx_loop 
+:      018872 usb_tx:
+0x4b61 018873 bpatch patch1f_4 ,mem_patch1f 
+0x4b62 018874 fetch 1 ,mem_usb_tx_enable 
+0x4b63 018875 rtn blank 
+0x4b64 018876 fetch 1 ,mem_usb_tx_wait 
+0x4b65 018877 nbranch usb_inwake_state_tx_dispose ,blank 
+0x4b66 018878 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x4b67 018879 branch usb_tx_fifo_release ,blank 
+0x4b68 018880 fetch 1 ,mem_usb_state 
+0x4b69 018881 beq usb_sleep ,usb_windows_wakeup 
+0x4b6a 018882 bne usb_connected ,usb_tx_fifo_release 
+0x4b6b 018883 fetch 1 ,mem_usb_clear_remote_wakeup 
+0x4b6c 018884 nbranch usb_tx_fifo_release ,blank 
+0x4b6d 018885 call usb_tx_data_ep1 
+0x4b6e 018886 branch usb_tx_data_ep2 
+:      018888 usb_tx_data_ep1:
+0x4b6f 018889 fetch 1 ,mem_usb_tx_enable 
+0x4b70 018890 rtnbit0 1 
+0x4b71 018891 fetch 1 ,mem_usb_tx_wait 
+0x4b72 018892 rtnbit1 1 
+0x4b73 018893 fetch 1 ,mem_usb_tx_enable 
+0x4b74 018894 set0 1 ,pdata 
+0x4b75 018895 store 1 ,mem_usb_tx_enable 
+0x4b76 018896 fetch 1 ,mem_usb_ep1_data 
+0x4b77 018897 rtn blank 
+0x4b78 018898 beq usb_ep1_kb ,usb_tx_kb_normal_data 
+0x4b79 018899 branch assert 
+:      018901 usb_tx_data_ep2:
+0x4b7a 018902 fetch 1 ,mem_usb_tx_enable 
+0x4b7b 018903 rtnbit0 2 
+0x4b7c 018904 fetch 1 ,mem_usb_tx_wait 
+0x4b7d 018905 rtnbit1 2 
+0x4b7e 018906 fetch 1 ,mem_usb_tx_enable 
+0x4b7f 018907 set0 2 ,pdata 
+0x4b80 018908 store 1 ,mem_usb_tx_enable 
+0x4b81 018909 fetch 1 ,mem_usb_ep2_data 
+0x4b82 018910 rtn blank 
+0x4b83 018911 beq usb_ep2_ms ,usb_tx_ms_data 
+0x4b84 018912 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+0x4b85 018913 branch assert 
+:      018915 usb_tx_fifo_release:
+0x4b86 018917 arg mem_usb_mouse_data ,contw 
+0x4b87 018918 arg 6 ,loopcnt 
+0x4b88 018919 branch memset0 
+:      018921 usb_tx_ms_data:
+0x4b89 018922 fetch 1 ,mem_usb_idle_flag 
+0x4b8a 018923 fetcht 1 ,mem_usb_get_protocol_flag 
+0x4b8b 018924 iand temp ,pdata 
+0x4b8c 018925 branch usb_tx_ms_data_normal_mode ,blank 
+0x4b8d 018926 fetcht 1 ,mem_usb_set_protocol_status 
+0x4b8e 018927 iadd temp ,pdata 
+0x4b8f 018928 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+0x4b90 018929 branch usb_tx_ms_data_normal_mode 
+:      018931 usb_tx_ms_data_mac_boot_mode:
+0x4b91 018932 jam 0 ,mem_usb_ep2_data 
+:      018933 usb_tx_ms_data_mac_boot_regroup:
+0x4b92 018934 fetch 1 ,mem_usb_mouse_data + 1 
+0x4b93 018935 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x4b94 018936 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x4b95 018937 fetch 1 ,mem_usb_mouse_data + 1 
+0x4b96 018938 store 1 ,mem_usb_mouse_data 
+0x4b97 018939 fetch 1 ,mem_usb_mouse_data + 2 
+0x4b98 018940 istore 1 ,contw 
+0x4b99 018941 fetch 1 ,mem_usb_mouse_data + 4 
+0x4b9a 018942 istore 1 ,contw 
+0x4b9b 018943 fetch 1 ,mem_usb_mouse_data + 6 
+0x4b9c 018944 istore 1 ,contw 
+0x4b9d 018945 arg 4 ,loopcnt 
+0x4b9e 018946 arg mem_usb_mouse_data ,contr 
+0x4b9f 018947 branch usb_tx_ep2 
+:      018949 usb_tx_ms_data_normal_mode:
+0x4ba0 018950 jam 0 ,mem_usb_ep2_data 
+:      018951 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+0x4ba1 018952 arg 8 ,loopcnt 
+0x4ba2 018953 arg mem_usb_mouse_data ,contr 
+0x4ba3 018954 branch usb_tx_ep2 
+:      018956 usb_tx_kb_multikey_data:
+0x4ba4 018957 jam 0 ,mem_usb_ep2_data 
+0x4ba5 018958 arg 3 ,loopcnt 
+0x4ba6 018959 arg mem_usb_kb_multikey ,contr 
+0x4ba7 018960 branch usb_tx_ep2 
+:      018962 usb_tx_kb_normal_data:
+0x4ba8 018963 jam 0 ,mem_usb_ep1_data 
+0x4ba9 018964 arg 8 ,loopcnt 
+0x4baa 018965 arg mem_usb_kb_data ,contr 
+0x4bab 018966 branch usb_tx_ep1 
+:      018968 usb_inwake_state_tx_dispose:
+0x4bac 018969 fetch 1 ,mem_usb_state 
+0x4bad 018970 beq usb_sleep ,usb_clear_tx_wait 
+0x4bae 018971 beq usb_connected ,usb_mac_wakeup_trig 
+0x4baf 018972 rtn 
+:      018973 usb_clear_tx_wait:
+0x4bb0 018974 jam 0 ,mem_usb_tx_wait 
+0x4bb1 018975 rtn 
+:      018976 usb_mac_wakeup_trig:
+0x4bb2 018977 hfetch 1 ,core_usb_config 
+0x4bb3 018978 set1 7 ,pdata 
+0x4bb4 018979 hstore 1 ,core_usb_config 
+0x4bb5 018980 jam 1 ,mem_usb_mac_wakeup_trig 
+0x4bb6 018981 rtn 
+:      018983 usb_mac_wakeup_judge:
+0x4bb7 018984 fetch 1 ,mem_usb_state 
+0x4bb8 018985 rtneq usb_sleep 
+0x4bb9 018986 beq usb_connected ,usb_mac_wakeup 
+0x4bba 018987 rtn 
+:      018988 usb_mac_wakeup:
+0x4bbb 018989 fetch 1 ,mem_usb_mac_wakeup_trig 
+0x4bbc 018990 rtn blank 
+0x4bbd 018991 jam 1 ,mem_usb_wakestate_onetime_flag 
+0x4bbe 018992 branch usb_wakeup 
+:      018994 usb_windows_wakeup:
+0x4bbf 018995 arg timer_wakeup ,queue 
+0x4bc0 018996 call timer_check 
+0x4bc1 018997 nrtn blank 
+:      018998 usb_wakeup:
+0x4bc2 018999 hfetch 1 ,core_usb_config 
+0x4bc3 019000 rtnbit0 7 
+0x4bc4 019001 jam 0xfc ,core_usb_config 
+0x4bc5 019002 nop 30000 
+0x4bc6 019003 jam 0x3c ,core_usb_config 
+0x4bc7 019004 rtn 
+:      019011 hci_rx_h4:
+0x4bc8 019012 bpatch patch1f_5 ,mem_patch1f 
+0x4bc9 019013 fetch 1 ,mem_hci_cmd 
+0x4bca 019014 nrtn blank 
+:      019015 hci_rx_h4_1:
+0x4bcb 019016 call hci_h4_parse_packet 
+0x4bcc 019017 ncall h4_rx_discard_packet ,user 
+0x4bcd 019018 rtn 
+:      019020 hci_h4_parse_packet:
+0x4bce 019021 bpatch patch1f_6 ,mem_patch1f 
+0x4bcf 019022 copy contru ,rega 
+0x4bd0 019023 arg 4 ,temp 
+0x4bd1 019024 ifetch 1 ,contru 
+0x4bd2 019025 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
+0x4bd3 019026 increase 1 ,temp 
+0x4bd4 019027 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
+0x4bd5 019028 copy contru ,pdata 
+0x4bd6 019029 hstore 2 ,core_uart_rrptr 
+0x4bd7 019030 rtn 
+:      019031 hci_h4_parse_packet_wait_len:
+0x4bd8 019032 hfetch 2 ,core_uart_rxitems 
+0x4bd9 019033 isub temp ,null 
+0x4bda 019034 nbranch hci_h4_parse_packet_wait_len ,positive 
+0x4bdb 019036 disable user 
+0x4bdc 019037 copy rega ,contru 
+0x4bdd 019038 call h4_get_rx_payload_len 
+0x4bde 019039 iadd temp ,temp 
+:      019040 hci_h4_parse_packet_wait:
+0x4bdf 019041 hfetch 2 ,core_uart_rxitems 
+0x4be0 019042 isub temp ,null 
+0x4be1 019043 nbranch hci_h4_parse_packet_wait ,positive 
+0x4be2 019044 copy rega ,contru 
+0x4be3 019045 ifetch 1 ,contru 
+0x4be4 019046 beq hci_h4_type_cmd ,process_hci_cmd 
+0x4be5 019047 branch assert 
+:      019049 h4_rx_discard_packet:
+0x4be6 019050 bpatch patch1f_7 ,mem_patch1f 
+0x4be7 019051 hfetch 2 ,core_uart_rrptr 
+0x4be8 019052 iforce contru 
+0x4be9 019053 call h4_get_rx_payload_len 
+0x4bea 019054 iadd contru ,contru 
+0x4beb 019055 deposit contru 
+0x4bec 019056 hstore 2 ,core_uart_rrptr 
+0x4bed 019057 rtn 
+:      019062 h4_get_rx_payload_len:
+0x4bee 019063 ifetch 1 ,contru 
+0x4bef 019064 increase 2 ,contru 
+0x4bf0 019065 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
+0x4bf1 019066 ifetch 1 ,contru 
+0x4bf2 019067 rtn 
+:      019068 h4_get_rx_payload_len_acl:
+0x4bf3 019069 ifetch 2 ,contru 
+0x4bf4 019070 rtn 
+:      019072 h4_get_tx_ptr:
+0x4bf5 019073 hfetch 2 ,core_uart_twptr 
+0x4bf6 019074 increase -5 ,contwu 
+0x4bf7 019075 iadd contwu ,contwu 
+0x4bf8 019076 rtn 
+:      019078 h4_send_packet_event:
+0x4bf9 019079 arg hci_h4_type_event ,temp 
+0x4bfa 019080 branch h4_send_packet 
+:      019081 h4_send_packet_acl:
+0x4bfb 019082 arg hci_h4_type_acl ,temp 
+:      019083 h4_send_packet:
+0x4bfc 019084 bpatchx patch20_0 ,mem_patch20 
+0x4bfd 019085 increase 1 ,loopcnt 
+0x4bfe 019086 hfetch 2 ,core_uart_twptr 
+0x4bff 019087 copy pdata ,contwu 
+0x4c00 019088 copy loopcnt ,pdata 
+0x4c01 019089 istoret 1 ,contwu 
+0x4c02 019090 increase -1 ,pdata 
+0x4c03 019091 iadd contwu ,contwu 
+0x4c04 019092 copy contwu ,pdata 
+0x4c05 019093 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c06 019094 copy temp ,pdata 
+0x4c07 019095 rtneq hci_h4_type_acl 
+0x4c08 019096 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c09 019097 hstore 2 ,core_uart_twptr 
+0x4c0a 019098 branch h4_send_acl_trigger_clear 
+:      019101 h4_send_acl_trigger_clear:
+0x4c0b 019102 setarg 0 
+0x4c0c 019103 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c0d 019104 rtn 
+:      019111 hci_init:
+0x4c0e 019112 rtn wake 
+0x4c0f 019113 setarg hci_idle_dispatch 
+0x4c10 019114 store 2 ,mem_cb_idle_process 
+0x4c11 019116 setarg uart_baud_115200 
+0x4c12 019117 store uart_baud_len ,mem_baud 
+:      019118 hci_lpm_init:
+0x4c13 019119 setarg mem_h5rx_buf 
+0x4c14 019120 hstore 2 ,core_uart_rsaddr 
+0x4c15 019121 setarg mem_h5rx_buf_end 
+0x4c16 019122 hstore 2 ,core_uart_readdr 
+0x4c17 019123 setarg mem_h5tx_buf 
+0x4c18 019124 hstore 2 ,core_uart_tsaddr 
+0x4c19 019125 call hci_sel_init 
+:      019126 hci_reinit:
+0x4c1a 019127 jam 0x0 ,core_uart_ctrl 
+0x4c1b 019128 setarg mem_h5tx_buf 
+0x4c1c 019129 hstore 2 ,core_uart_twptr 
+0x4c1d 019130 hstore 2 ,core_uart_trptrp 
+0x4c1e 019131 setarg mem_h5rx_buf 
+0x4c1f 019132 hstore 2 ,core_uart_rrptr 
+0x4c20 019133 store 2 ,mem_h5rx_rptr 
+:      019134 hci_init_common:
+0x4c21 019135 hfetch 2 ,core_clkoff 
+0x4c22 019136 set0 clock_off_uart ,pdata 
+0x4c23 019137 hstore 2 ,core_clkoff 
+0x4c24 019138 call uart_set_baud_by_mem 
+0x4c25 019139 jam uartclk_dpll ,core_uart_clksel 
+0x4c26 019140 jam uart_ctrl_h4 ,core_uart_ctrl 
+0x4c27 019141 rtn 
+:      019143 hci_sel_init:
+0x4c28 019144 setarg mem_h5tx_buf_end 
+0x4c29 019145 hstore 2 ,core_uart_teaddr 
+0x4c2a 019146 hfetch 1 ,core_gpio_sel1 
+0x4c2b 019147 or_into 0x07 ,pdata 
+0x4c2c 019148 hstore 1 ,core_gpio_sel1 
+0x4c2d 019149 rtn 
+:      019152 hci_rx_packet:
+0x4c2e 019153 bpatchx patch20_1 ,mem_patch20 
+0x4c2f 019154 hfetch 1 ,core_uart_status 
+0x4c30 019155 iforce regb 
+0x4c31 019156 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
+0x4c32 019157 hfetch 2 ,core_uart_rxitems 
+0x4c33 019158 iforce regc 
+0x4c34 019159 arg 0x44f ,temp 
+0x4c35 019160 isub temp ,null 
+0x4c36 019161 nrtn zero 
+:      019162 hci_rx_packet_cont:
+0x4c37 019163 hfetch 2 ,core_uart_rrptr 
+0x4c38 019164 iforce contru 
+0x4c39 019165 branch hci_rx_h4 
+:      019167 uart_send_byte:
+0x4c3a 019168 hfetcht 1 ,core_uart_status 
+0x4c3b 019169 isolate1 6 ,temp 
+0x4c3c 019170 branch uart_send_byte ,true 
+0x4c3d 019171 hstore 1 ,core_uart_txd 
+0x4c3e 019172 rtn 
+:      019174 process_hci_cmd:
+0x4c3f 019175 bpatchx patch20_2 ,mem_patch20 
+0x4c40 019176 fetch 1 ,mem_hci_cmd 
+0x4c41 019177 branch process_hci_cmd_cont ,blank 
+0x4c42 019178 enable user 
+0x4c43 019179 rtn 
+:      019180 process_hci_cmd_cont:
+0x4c44 019181 ifetch 2 ,contru 
+0x4c45 019182 iforce alarm 
+0x4c46 019183 iforce queue 
+0x4c47 019184 ifetch 1 ,contru 
+0x4c48 019185 iforce temp 
+0x4c49 019186 rshift2 alarm ,pdata 
+0x4c4a 019187 rshift8 pdata ,pdata 
+0x4c4b 019188 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
+0x4c4c 019189 rtn 
+:      019192 phci_grp_vendor_specific:
+0x4c4d 019193 bpatchx patch20_3 ,mem_patch20 
+0x4c4e 019194 deposit queue 
+0x4c4f 019195 beq hci_vendor_cmd_reset ,hci_normal_reply 
+0x4c50 019196 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+0x4c51 019197 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+0x4c52 019198 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+0x4c53 019199 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+0x4c54 019200 beq hci_vendor_cmd_echo ,hci_normal_reply 
+0x4c55 019201 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
+0x4c56 019202 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
+0x4c57 019204 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+0x4c58 019205 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
+0x4c59 019206 beq hci_vendor_cmd_patch_sec_init ,phci_grp_vendor_patch_sec_init 
+0x4c5a 019207 beq hci_vendor_cmd_patch_sec ,phci_grp_vendor_patch_sec 
+0x4c5b 019208 branch hci_normal_reply 
+:      019210 phci_grp_vendor_enter_lpm:
+0x4c5c 019211 call hci_normal_reply 
+0x4c5d 019212 call wait_uarttx 
+0x4c5e 019213 call gpio_pu_uart_tx 
+:      019214 hci_enter_lpm:
+0x4c5f 019215 call app_put_lpm_wake_lock 
+0x4c60 019216 call app_l2cap_flow_control_enable 
+0x4c61 019217 branch gpio_rx_config_input_with_pu 
+:      019219 hci_exit_lpm:
+0x4c62 019220 jam hci_rx_ready ,mem_hci_lt_rx_state 
+0x4c63 019221 call app_get_lpm_wake_lock 
+0x4c64 019222 call hci_lpm_init 
+0x4c65 019223 branch app_l2cap_flow_control_disable 
+:      019225 phci_grp_vendor_chipid:
+0x4c66 019226 call hci_get_cmd_complete_ptr 
+0x4c67 019227 hfetch 2 ,core_chipid 
+0x4c68 019228 istore 2 ,contwu 
+0x4c69 019229 force 6 ,loopcnt 
+0x4c6a 019230 branch hci_command_complete 
+:      019232 phci_grp_vendor_baud:
+0x4c6b 019233 ifetch 2 ,contru 
+0x4c6c 019234 store 2 ,mem_baud 
+0x4c6d 019235 hstore 2 ,core_uart_baud 
+0x4c6e 019236 rtn 
+:      019239 phci_grp_vendor_patch_common:
+0x4c6f 019241 ifetch 1 ,contru 
+0x4c70 019242 copy pdata ,temp 
+0x4c71 019243 hstore 1 ,core_ucode_low 
+0x4c72 019244 ifetch 1 ,contru 
+0x4c73 019245 iadd temp ,temp 
+0x4c74 019246 set1 7 ,pdata 
+0x4c75 019247 hstore 1 ,core_ucode_ctrl 
+0x4c76 019248 ifetch 1 ,contru 
+0x4c77 019249 iadd temp ,temp 
+0x4c78 019250 copy pdata ,loopcnt 
+0x4c79 019251 rtn 
+:      019253 phci_grp_vendor_patch:
+0x4c7a 019254 bmark1 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4c7b 019255 call phci_grp_vendor_patch_common 
+:      019256 phci_grp_vendor_patch_loop:
+0x4c7c 019257 ifetch 1 ,contru 
+0x4c7d 019258 hstore 1 ,core_ucode_data 
+0x4c7e 019259 iadd temp ,temp 
+0x4c7f 019260 loop phci_grp_vendor_patch_loop 
+:      019261 phci_grp_vendor_patch_check_sum:
+0x4c80 019262 and temp ,0xff ,temp 
+0x4c81 019263 ifetch 1 ,contru 
+0x4c82 019264 isub temp ,null 
+0x4c83 019265 nbranch phci_grp_vendor_patch_bad ,zero 
+0x4c84 019266 branch hci_normal_reply 
+:      019269 phci_grp_vendor_patch_sec:
+0x4c85 019270 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4c86 019271 call phci_grp_vendor_patch_common 
+0x4c87 019272 store 8 ,mem_pdatatemp 
+:      019273 phci_grp_vendor_patch_sec_loop:
+0x4c88 019274 call do_aes_cbc 
+0x4c89 019275 arg 16 ,loopcnt 
+0x4c8a 019276 arg mem_temp_block0 ,contw 
+0x4c8b 019277 call load_uart_sum_loop 
+0x4c8c 019278 storet 8 ,mem_temp 
+0x4c8d 019279 arg mem_temp_block2 ,contw 
+0x4c8e 019280 call store_aes_result 
+0x4c8f 019281 arg mem_temp_block2 ,rega 
+0x4c90 019282 arg mem_temp_block0 ,regb 
+0x4c91 019283 arg mem_temp_block3 ,contw 
+0x4c92 019284 call xor16 
+0x4c93 019285 arg 16 ,loopcnt 
+0x4c94 019286 arg mem_temp_block3 ,contr 
+0x4c95 019287 call load_ucode_only_loop 
+0x4c96 019288 fetcht 8 ,mem_temp 
+0x4c97 019289 fetch 8 ,mem_pdatatemp 
+0x4c98 019290 increase -16 ,pdata 
+0x4c99 019291 store 8 ,mem_pdatatemp 
+0x4c9a 019292 nbranch phci_grp_vendor_patch_sec_loop ,blank 
+0x4c9b 019293 branch phci_grp_vendor_patch_check_sum 
+:      019295 load_ucode_only_loop:
+0x4c9c 019296 ifetch 1 ,contr 
+0x4c9d 019297 hstore 1 ,core_ucode_data 
+0x4c9e 019298 loop load_ucode_only_loop 
+0x4c9f 019299 rtn 
+:      019301 load_uart_sum_loop:
+0x4ca0 019302 ifetch 1 ,contru 
+0x4ca1 019303 istore 1 ,contw 
+0x4ca2 019304 iadd temp ,temp 
+0x4ca3 019305 loop load_uart_sum_loop 
+0x4ca4 019306 rtn 
+:      019308 phci_grp_vendor_patch_sec_init:
+0x4ca5 019309 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4ca6 019310 arg 0 ,temp 
+0x4ca7 019311 arg 16 ,loopcnt 
+0x4ca8 019312 arg mem_temp_block0 ,contw 
+0x4ca9 019313 call load_uart_sum_loop 
+0x4caa 019314 hfetch 1 ,core_gpio_key2 
+0x4cab 019315 and_into 0xfd ,pdata 
+0x4cac 019316 hstore 1 ,core_gpio_key2 
+0x4cad 019317 arg mem_temp_block0 ,contr 
+0x4cae 019318 arg 16 ,loopcnt 
+0x4caf 019319 call aes_load_data 
+0x4cb0 019320 call aes_init 
+0x4cb1 019321 call aes_clear_data 
+0x4cb2 019322 branch phci_grp_vendor_patch_check_sum 
+:      019325 phci_grp_vendor_done:
+0x4cb3 019326 arg 0x20 ,loopcnt 
+0x4cb4 019327 arg mem_patch00 ,contw 
+0x4cb5 019328 arg 0 ,temp 
+:      019329 phci_grp_vendor_done_loop:
+0x4cb6 019330 ifetch 1 ,contru 
+0x4cb7 019331 istore 1 ,contw 
+0x4cb8 019332 iadd temp ,temp 
+0x4cb9 019333 loop phci_grp_vendor_done_loop 
+0x4cba 019334 and temp ,0xff ,temp 
+0x4cbb 019335 ifetch 1 ,contru 
+0x4cbc 019336 isub temp ,null 
+0x4cbd 019337 nbranch phci_grp_vendor_patch_bad ,zero 
+0x4cbe 019338 jam 0 ,core_ucode_ctrl 
+0x4cbf 019339 call hci_normal_reply 
+0x4cc0 019340 call h4_rx_discard_packet 
+0x4cc1 019341 call clear_key_buf 
+0x4cc2 019342 call wait_uarttx 
+0x4cc3 019343 branch soft_reset 
+:      019345 phci_grp_vendor_patch_bad:
+0x4cc4 019346 jam 0 ,core_ucode_ctrl 
+0x4cc5 019347 branch start 
+:      019349 phci_grp_vendor_bdaddr:
+0x4cc6 019350 ifetch 6 ,contru 
+0x4cc7 019351 store 6 ,mem_lap 
+0x4cc8 019352 branch hci_normal_reply 
+:      019355 phci_grp_vendor_mem:
+0x4cc9 019356 ifetch 1 ,contru 
+0x4cca 019357 store 1 ,mem_hci_curr_len 
+0x4ccb 019358 copy pdata ,loopcnt 
+0x4ccc 019359 ifetch 2 ,contru 
+0x4ccd 019360 store 2 ,mem_hci_curr_target 
+0x4cce 019361 copy pdata ,contw 
+0x4ccf 019362 call uart_copy_rx_bytes 
+0x4cd0 019363 branch hci_normal_reply 
+:      019366 phci_grp_vendor_eep:
+0x4cd1 019367 ifetch 1 ,contru 
+0x4cd2 019368 store 1 ,mem_hci_curr_len 
+0x4cd3 019369 copy pdata ,loopcnt 
+0x4cd4 019370 ifetch 2 ,contru 
+0x4cd5 019371 store 2 ,mem_hci_curr_target 
+0x4cd6 019372 arg mem_l2cap_rxbuff1 ,contw 
+0x4cd7 019373 call uart_copy_rx_bytes 
+0x4cd8 019374 fetcht 1 ,mem_hci_curr_len 
+0x4cd9 019375 arg mem_l2cap_rxbuff1 ,rega 
+0x4cda 019376 fetch 2 ,mem_hci_curr_target 
+0x4cdb 019377 branch iicd_write_ota_data 
+:      019382 hci_normal_reply:
+0x4cdc 019383 force 4 ,loopcnt 
+:      019384 hci_command_complete:
+0x4cdd 019385 call hci_get_payload_ptr 
+0x4cde 019386 force 0x1 ,pdata 
+0x4cdf 019387 istore 1 ,contwu 
+0x4ce0 019388 deposit alarm 
+0x4ce1 019389 istore 3 ,contwu 
+0x4ce2 019390 force hci_event_command_complete ,queue 
+:      019391 hci_send_event:
+0x4ce3 019392 bpatchx patch20_4 ,mem_patch20 
+0x4ce4 019393 call hci_get_packet_ptr 
+0x4ce5 019394 deposit queue 
+0x4ce6 019395 istore 1 ,contwu 
+0x4ce7 019396 deposit loopcnt 
+0x4ce8 019397 istore 1 ,contwu 
+:      019398 hci_send_event_raw:
+0x4ce9 019399 force 5 ,queue 
+0x4cea 019400 increase 2 ,loopcnt 
+:      019401 hci_send_packet:
+0x4ceb 019402 branch h4_send_packet_event 
+:      019404 hci_send_commu_ready_event:
+0x4cec 019405 force hci_event_vendor_specific ,queue 
+0x4ced 019406 call hci_get_payload_ptr 
+0x4cee 019407 setarg hci_vendor_event_commu_ready 
+0x4cef 019408 istore 1 ,contwu 
+0x4cf0 019409 force 1 ,loopcnt 
+0x4cf1 019410 branch hci_send_event 
+:      019412 hci_get_cmd_complete_ptr:
+0x4cf2 019413 force 12 ,contwu 
+0x4cf3 019414 branch hci_get_tx_ptr 
+:      019416 hci_get_payload_ptr:
+0x4cf4 019417 force 8 ,contwu 
+0x4cf5 019418 branch hci_get_tx_ptr 
+:      019420 hci_get_packet_ptr:
+0x4cf6 019421 force 6 ,contwu 
+:      019422 hci_get_tx_ptr:
+0x4cf7 019423 branch h4_get_tx_ptr 
+:      019427 calc_tx_crc16:
+0x4cf8 019428 pulse crc16 
+0x4cf9 019429 enable enable_crc 
+:      019430 crcloop:
+0x4cfa 019431 ifetch 1 ,contwu 
+0x4cfb 019432 inject bucket ,8 
+0x4cfc 019433 loop crcloop 
+0x4cfd 019434 enable enable_parity 
+0x4cfe 019435 inject bucket ,16 
+0x4cff 019436 disable enable_parity 
+0x4d00 019437 disable enable_crc 
+0x4d01 019438 disable crc16 
+0x4d02 019439 byteswap pdata ,pdata 
+0x4d03 019440 rtn 
+:      019444 cmd_exit:
+0x4d04 019445 jam 0 ,mem_hci_cmd 
+0x4d05 019446 rtn 
+:      019447 cmd_check_plap:
+0x4d06 019448 fetch 6 ,mem_hci_plap 
+0x4d07 019449 fetcht 6 ,mem_plap 
+0x4d08 019450 isub temp ,null 
+0x4d09 019451 rtn 
+:      019456 cmd_pair:
+0x4d0a 019457 fetch 1 ,mem_op 
+0x4d0b 019458 bbit1 op_inrand_req ,cmd_pair_passive 
+0x4d0c 019459 call tid_initiate 
+0x4d0d 019460 jam lmp_in_rand ,mem_lmo_opcode2 
+0x4d0e 019461 branch cmd_exit 
+:      019462 cmd_pair_passive:
+0x4d0f 019463 set0 op_inrand_req ,pdata 
+0x4d10 019464 store 1 ,mem_op 
+0x4d11 019465 call lmp_accept_inrand 
+0x4d12 019466 setarg 0 
+0x4d13 019467 setflag master ,smap_lmptid ,pdata 
+0x4d14 019468 store 1 ,mem_lmo_tid2 
+0x4d15 019469 branch cmd_exit 
+0x4d16 019470 rtn 
+:      019471 cmd_in_sniff:
+0x4d17 019472 jam lmp_sniff_req ,mem_lmo_opcode2 
+0x4d18 019473 arg mem_sniff_payload ,contw 
+0x4d19 019474 setarg 0 
+0x4d1a 019475 isolate1 27 ,clke_bt 
+0x4d1b 019476 setflag true ,1 ,pdata 
+0x4d1c 019477 istore 1 ,contw 
+0x4d1d 019478 setarg 0 
+0x4d1e 019479 istore 2 ,contw 
+0x4d1f 019480 fetch 2 ,mem_sniff_param_interval 
+0x4d20 019481 istore 2 ,contw 
+0x4d21 019482 fetch 1 ,mem_sniff_param_attempt 
+0x4d22 019483 istore 2 ,contw 
+0x4d23 019484 fetch 1 ,mem_sniff_param_timeout 
+0x4d24 019485 istore 2 ,contw 
+0x4d25 019486 branch cmd_exit 
+:      019488 cmd_exit_sniff:
+0x4d26 019489 jam lmp_unsniff_req ,mem_lmo_opcode2 
+0x4d27 019490 branch cmd_exit 
+:      019492 hci_idle_dispatch:
+0x4d28 019493 call gpio_check_uart_state 
+0x4d29 019494 rtn true 
+0x4d2a 019495 arg uart_wakeup_rx ,temp 
+0x4d2b 019496 call gpio_get_bit 
+0x4d2c 019497 nbranch uart_wake_up ,true 
+0x4d2d 019498 jam hci_rx_wake ,mem_hci_lt_rx_state 
+0x4d2e 019499 rtn 
+:      019500 uart_wake_up:
+0x4d2f 019501 fetch 1 ,mem_hci_lt_rx_state 
+0x4d30 019502 rtnne hci_rx_wake 
+0x4d31 019503 call hci_exit_lpm 
+0x4d32 019504 branch hci_send_commu_ready_event 
+:      019518 hid_rx_process:
+0x4d33 019519 bpatchx patch20_5 ,mem_patch20 
+0x4d34 019520 fetch 2 ,mem_l2cap_payload_ptr 
+0x4d35 019521 copy pdata ,contr 
+0x4d36 019522 ifetch 1 ,contr 
+0x4d37 019523 and pdata ,0x0f ,temp 
+0x4d38 019524 rshift4 pdata ,pdata 
+0x4d39 019525 beq hid_type_set_idle ,hid_rx_process_handshake 
+0x4d3a 019526 beq hid_type_set_protocol ,hid_rx_process_handshake 
+0x4d3b 019527 beq hid_type_data ,hid_rx_process_data 
+0x4d3c 019528 beq hid_type_set_report ,hid_rx_process_set_report 
+0x4d3d 019529 beq hid_type_control ,hid_rx_process_hid_control 
+0x4d3e 019530 rtn 
+:      019532 hid_rx_process_hid_control:
+0x4d3f 019533 copy temp ,pdata 
+0x4d40 019534 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
+0x4d41 019535 beq hid_control_p_suspend ,hid_rx_process_suspend 
+0x4d42 019536 rtn 
+:      019538 hid_rx_process_virtual_cable_unplug:
+0x4d43 019539 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
+0x4d44 019540 call ui_ipc_send_event 
+0x4d45 019541 fetch 1 ,mem_device_option 
+0x4d46 019542 rtnbit0 dvc_op_mouse 
+0x4d47 019543 copy temp ,pdata 
+0x4d48 019544 beq hid_control_p_virtualcableunplug ,mouse_irtual_cable_unplug 
+0x4d49 019545 rtn 
+:      019546 hid_rx_process_suspend:
+0x4d4a 019547 rtn 
+:      019549 hid_rx_process_set_report:
+0x4d4b 019550 call hid_rx_process_data 
+0x4d4c 019551 arg 0x01 ,rega 
+0x4d4d 019552 call hid_malloc_tx_buff 
+0x4d4e 019553 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4d4f 019554 istore 2 ,contw 
+0x4d50 019555 setarg 0x00 
+0x4d51 019556 istore 1 ,contw 
+0x4d52 019557 rtn 
+:      019559 hid_rx_process_handshake:
+0x4d53 019560 arg 1 ,rega 
+0x4d54 019561 call hid_malloc_tx_buff 
+0x4d55 019562 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4d56 019563 istore 2 ,contw 
+0x4d57 019564 setarg 0 
+0x4d58 019565 istore 1 ,contw 
+0x4d59 019566 jam 1 ,mem_ui_data_txbuff_length 
+0x4d5a 019567 fetch 1 ,mem_hid_control_state 
+0x4d5b 019568 set1 l2cap_channel_hid_handshake_done 
+0x4d5c 019569 store 1 ,mem_hid_control_state 
+0x4d5d 019570 jam bt_evt_hid_handshake ,mem_fifo_temp 
+0x4d5e 019571 branch ui_ipc_send_event 
+:      019573 hid_rx_process_data:
+0x4d5f 019574 ifetch 1 ,contr 
+0x4d60 019575 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
+0x4d61 019576 rtn 
+:      019578 hid_rx_process_data_hid_kb:
+0x4d62 019579 rtn 
+:      019582 hid_malloc_tx_buff:
+0x4d63 019583 call l2cap_malloc 
+0x4d64 019584 copy rega ,temp 
+0x4d65 019585 storet 1 ,mem_ui_data_txbuff_length 
+0x4d66 019586 copy pdata ,contw 
+0x4d67 019587 copy rega ,pdata 
+0x4d68 019588 istore 2 ,contw 
+0x4d69 019589 rtn 
+:      019606 l2cap_init:
+0x4d6a 019607 branch l2cap_init_wake ,wake 
+:      019608 l2cap_init_work:
+0x4d6b 019609 setarg mem_l2cap_xmem_end 
+0x4d6c 019610 arg mem_l2cap_xmem_start ,contw 
+0x4d6d 019611 isub contw ,loopcnt 
+0x4d6e 019612 call clear_mem 
+:      019613 l2cap_init_wake:
+0x4d6f 019614 bpatchx patch20_6 ,mem_patch20 
+0x4d70 019615 setarg mem_sdp_mem_end 
+0x4d71 019616 arg mem_sdp_mem_start ,contw 
+0x4d72 019617 isub contw ,loopcnt 
+0x4d73 019618 call clear_mem 
+0x4d74 019619 setarg mem_l2cap_mem_end 
+0x4d75 019620 arg mem_l2cap_mem_start ,contw 
+0x4d76 019621 isub contw ,loopcnt 
+0x4d77 019622 call clear_mem 
+0x4d78 019623 branch l2cap_lpm_load_txbuf 
+:      019625 process_rx_l2cap_pkt:
+0x4d79 019626 bpatchx patch20_7 ,mem_patch20 
+0x4d7a 019627 copy contr ,temp 
+0x4d7b 019630 copy temp ,contr 
+0x4d7c 019631 ifetch 2 ,contr 
+0x4d7d 019632 store 2 ,mem_l2cap_rx_pkt_length 
+0x4d7e 019633 ifetch 2 ,contr 
+0x4d7f 019634 store 2 ,mem_l2cap_rx_cid 
+0x4d80 019635 deposit contr 
+0x4d81 019636 store 2 ,mem_l2cap_payload_ptr 
+0x4d82 019637 fetch 1 ,memui_reconnect_mode 
+0x4d83 019638 beq no_reconnection ,l2cap_rx_multiplexing 
+0x4d84 019639 branch ml2cap_rx_multiplexing 
+:      019641 l2cap_rx_multiplexing:
+0x4d85 019642 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4d86 019643 branch l2cap_rx_reset_state ,blank 
+0x4d87 019644 bpatchx patch21_0 ,mem_patch21 
+0x4d88 019645 fetch 1 ,mem_l2cap_rx_cid 
+0x4d89 019646 beq l2cap_signal_channel ,l2cap_call_proc_signal 
+:      019647 l2cap_rx_multiplexing0:
+0x4d8a 019648 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
+0x4d8b 019649 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x4d8c 019650 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x4d8d 019651 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x4d8e 019652 branch l2cap_rx_reset_state 
+:      019654 l2cap_check_map:
+0x4d8f 019657 bpatchx patch21_1 ,mem_patch21 
+0x4d90 019658 call l2cap_malloc_get_full_map 
+0x4d91 019659 fetch 1 ,mem_used_map 
+0x4d92 019660 beq 0 ,set_pdata_0 
+0x4d93 019661 beq 1 ,set_pdata_0 
+0x4d94 019662 beq 2 ,set_pdata_0 
+0x4d95 019663 beq 3 ,set_pdata_0 
+0x4d96 019664 beq 0x81 ,set_pdata_0 
+0x4d97 019665 beq 0xc0 ,set_pdata_0 
+0x4d98 019666 beq 0x80 ,set_pdata_0 
+0x4d99 019667 beq 0x40 ,set_pdata_0 
+0x4d9a 019668 rtn 
+:      019670 set_pdata_0:
+0x4d9b 019671 setarg 0 
+0x4d9c 019672 rtn 
+:      019675 l2cap_call_proc_signal:
+0x4d9d 019676 call l2cap_check_map 
+0x4d9e 019677 nrtn blank 
+:      019678 l2cap_call_proc_signal0:
+0x4d9f 019679 call l2cap_malloc_signal_channel 
+0x4da0 019680 call l2cap_process_signal_pkt 
+0x4da1 019681 fetcht 2 ,mem_l2cap_signal_tx_length 
+0x4da2 019682 branch l2cap_call_proc_no_reply ,blank 
+0x4da3 019683 call l2cap_get_signal_tx_buff 
+0x4da4 019684 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4da5 019685 istore 2 ,contw 
+0x4da6 019686 force l2cap_signal_channel ,pdata 
+0x4da7 019687 istore 2 ,contw 
+0x4da8 019688 branch l2cap_rx_reset_state 
+:      019690 l2cap_call_proc_sigal_pending:
+0x4da9 019691 fetch 1 ,mem_l2cap_pending_item 
+0x4daa 019692 rtn blank 
+0x4dab 019693 copy pdata ,rega 
+0x4dac 019694 bpatchx patch21_2 ,mem_patch21 
+0x4dad 019695 fetch 4 ,mem_l2cap_sdpres_delay_time 
+0x4dae 019696 arg 0x100 ,temp 
+0x4daf 019697 iadd temp ,temp 
+0x4db0 019698 copy clkn_bt ,pdata 
+0x4db1 019699 isub temp ,null 
+0x4db2 019700 nrtn positive 
+0x4db3 019701 jam 0 ,mem_l2cap_pending_item 
+0x4db4 019702 copy rega ,pdata 
+0x4db5 019703 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
+0x4db6 019704 branch assert 
+:      019705 l2cap_sdp_conn_succ:
+0x4db7 019706 arg 0 ,debug 
+0x4db8 019707 call l2cap_malloc_signal_channel 
+0x4db9 019708 call restore_l2cap_req_param 
+0x4dba 019709 call l2cap_get_signal_tx_payload 
+0x4dbb 019710 call save_cont_pointers 
+0x4dbc 019711 call send_connection_sdp_res 
+0x4dbd 019712 call l2cap_get_signal_tx_buff 
+0x4dbe 019714 setarg 0x000c 
+0x4dbf 019715 istore 2 ,contw 
+0x4dc0 019716 force l2cap_signal_channel ,pdata 
+0x4dc1 019717 istore 2 ,contw 
+0x4dc2 019718 branch l2cap_rx_reset_state 
+:      019722 l2cap_reset_sdp_map:
+0x4dc3 019723 bpatchx patch21_3 ,mem_patch21 
+0x4dc4 019724 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4dc5 019725 increase 4 ,pdata 
+0x4dc6 019726 rshift4 pdata ,pdata 
+0x4dc7 019727 rshift3 pdata ,pdata 
+0x4dc8 019728 add pdata ,1 ,temp 
+0x4dc9 019729 arg mem_tx_fifo3 ,contr 
+0x4dca 019730 ifetch 3 ,contr 
+0x4dcb 019731 rtn blank 
+0x4dcc 019732 store 3 ,mem_tx_fifo_map_temp 
+0x4dcd 019733 fetch 1 ,mem_tx_fifo_map_temp 
+0x4dce 019734 copy pdata ,rega 
+0x4dcf 019735 call check_l2cap_map 
+0x4dd0 019736 copy regb ,pdata 
+0x4dd1 019737 store 1 ,mem_tx_fifo3 
+0x4dd2 019738 rtn 
+:      019740 check_l2cap_map:
+0x4dd3 019741 arg 0 ,queue 
+0x4dd4 019742 arg 0 ,regb 
+:      019744 check_l2cap_map_loop:
+0x4dd5 019745 sub queue ,7 ,null 
+0x4dd6 019746 nrtn positive 
+0x4dd7 019747 qisolate1 rega 
+0x4dd8 019748 branch check_l2cap_map_used ,true 
+0x4dd9 019749 branch check_l2cap_map_used2 
+:      019751 check_l2cap_map_used:
+0x4dda 019752 copy temp ,pdata 
+0x4ddb 019753 branch check_l2cap_map_used2 ,blank 
+0x4ddc 019754 qset1 regb 
+0x4ddd 019755 increase -1 ,temp 
+:      019757 check_l2cap_map_used2:
+0x4dde 019758 increase 1 ,queue 
+0x4ddf 019759 branch check_l2cap_map_loop 
+:      019761 l2cap_call_proc_sdp:
+0x4de0 019762 call l2cap_malloc_is_fifo_empty 
+0x4de1 019763 nrtn blank 
+0x4de2 019764 call l2cap_check_map 
+0x4de3 019765 nrtn blank 
+0x4de4 019766 call l2cap_malloc_sdp_channel 
+0x4de5 019767 call sdp_process 
+0x4de6 019768 call l2cap_reset_sdp_map 
+0x4de7 019769 branch l2cap_call_proc_sdp_common 
+:      019772 ml2cap_call_proc_sdp:
+0x4de8 019773 call l2cap_malloc_is_fifo_empty 
+0x4de9 019774 nrtn blank 
+0x4dea 019775 call l2cap_malloc_sdp_channel 
+0x4deb 019776 call sdp_process 
+:      019777 l2cap_call_proc_sdp_common:
+0x4dec 019778 call l2cap_get_sdp_tx_buff 
+0x4ded 019779 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4dee 019780 branch l2cap_call_proc_no_reply ,blank 
+0x4def 019781 istore 2 ,contw 
+0x4df0 019782 fetch 2 ,mem_sdp_remote_cid 
+0x4df1 019783 istore 2 ,contw 
+0x4df2 019784 branch l2cap_rx_reset_state 
+:      019786 l2cap_call_proc_hid:
+0x4df3 019787 call hid_rx_process 
+0x4df4 019788 branch l2cap_rx_reset_state 
+:      019790 l2cap_call_proc_rfcomm:
+0x4df5 019791 bpatchx patch21_4 ,mem_patch21 
+0x4df6 019792 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x4df7 019793 call rfcomm_rx_process 
+0x4df8 019794 fetch 1 ,mem_rfcomm_malloc_fail_flag 
+0x4df9 019795 rtneq rfcomm_malloc_fail 
+0x4dfa 019796 branch l2cap_rx_reset_state 
+:      019797 l2cap_call_proc_no_reply:
+0x4dfb 019798 call l2cap_malloc_discard 
+:      019800 l2cap_rx_reset_state:
+0x4dfc 019801 setarg 0 
+0x4dfd 019802 store 2 ,mem_l2cap_rx_pkt_length 
+0x4dfe 019803 store 2 ,mem_l2cap_rx_cid 
+0x4dff 019804 jam l2cap_rx_done ,mem_l2cap_rx_done 
+0x4e00 019805 rtn 
+:      019807 l2cap_process_signal_pkt:
+0x4e01 019808 bpatchx patch21_5 ,mem_patch21 
+0x4e02 019809 call l2cap_get_signal_tx_payload 
+0x4e03 019810 force 0 ,regb 
+0x4e04 019811 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4e05 019812 copy pdata ,regc 
+0x4e06 019813 fetch 2 ,mem_l2cap_payload_ptr 
+0x4e07 019814 iforce contr 
+:      019815 l2cap_process_signal_pkt_loop:
+0x4e08 019816 call l2cap_process_one_signal 
+0x4e09 019817 deposit regc 
+0x4e0a 019818 increase -4 ,regc 
+0x4e0b 019819 increase -4 ,pdata 
+0x4e0c 019820 nbranch l2cap_process_signal_pkt_loop ,blank 
+0x4e0d 019821 copy regb ,pdata 
+0x4e0e 019822 store 2 ,mem_l2cap_signal_tx_length 
+0x4e0f 019823 rtn 
+:      019825 l2cap_process_one_signal:
+0x4e10 019826 bpatchx patch21_6 ,mem_patch21 
+0x4e11 019827 ifetch 1 ,contr 
+0x4e12 019828 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
+0x4e13 019829 beq signal_connect_req ,l2cap_proc_signal_connect_req 
+0x4e14 019830 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
+0x4e15 019831 beq signal_config_req ,l2cap_proc_signal_config_req 
+0x4e16 019832 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
+0x4e17 019833 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
+0x4e18 019834 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
+0x4e19 019835 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x4e1a 019836 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
+0x4e1b 019837 beq signal_info_req ,l2cap_proc_signal_info_req 
+0x4e1c 019838 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
+0x4e1d 019839 call l2cap_reject_command 
+:      019840 l2cap_process_one_signal_rtn:
+0x4e1e 019841 rtn 
+:      019843 l2cap_proc_signal_info_req:
+0x4e1f 019844 ifetch 1 ,contr 
+0x4e20 019845 copy pdata ,queue 
+0x4e21 019846 ifetch 2 ,contr 
+0x4e22 019847 copy pdata ,rega 
+0x4e23 019848 copy regc ,pdata 
+0x4e24 019849 isub rega ,regc 
+0x4e25 019850 setarg signal_info_rsp 
+0x4e26 019851 istore 1 ,contw 
+0x4e27 019852 copy queue ,pdata 
+0x4e28 019853 istore 1 ,contw 
+0x4e29 019854 ifetch 2 ,contr 
+:      019855 l2cap_proc_signal_info_req_reply:
+0x4e2a 019856 beq l2cap_sig_ext_featrue ,l2cap_proc_signal_info_req_ext 
+0x4e2b 019857 beq l2cap_sig_fix_featrue ,l2cap_proc_signal_info_req_fix 
+0x4e2c 019858 rtn 
+:      019859 l2cap_proc_signal_info_req_ext:
+0x4e2d 019860 setarg 0x020008 
+0x4e2e 019861 istore 6 ,contw 
+0x4e2f 019862 setarg 0x0280 
+0x4e30 019863 istore 4 ,contw 
+0x4e31 019864 force 12 ,pdata 
+0x4e32 019865 branch l2cap_proc_signal_info_req_common 
+:      019866 l2cap_proc_signal_info_req_fix:
+0x4e33 019867 setarg 0x3000c 
+0x4e34 019868 istore 6 ,contw 
+0x4e35 019869 setarg 0x0006 
+0x4e36 019870 istore 8 ,contw 
+0x4e37 019871 force 16 ,pdata 
+:      019872 l2cap_proc_signal_info_req_common:
+0x4e38 019873 iadd regb ,regb 
+0x4e39 019874 branch l2cap_process_one_signal_rtn 
+:      019876 ml2cap_proc_signal_info_req:
+0x4e3a 019877 ifetch 1 ,contr 
+0x4e3b 019878 copy pdata ,queue 
+0x4e3c 019879 ifetch 2 ,contr 
+0x4e3d 019880 copy pdata ,rega 
+0x4e3e 019881 ifetch 2 ,contr 
+0x4e3f 019882 store 2 ,mem_temp 
+0x4e40 019883 copy regc ,pdata 
+0x4e41 019884 isub rega ,regc 
+0x4e42 019885 call l2cap_get_signal_tx_payload 
+0x4e43 019886 setarg signal_info_rsp 
+0x4e44 019887 istore 1 ,contw 
+0x4e45 019888 copy queue ,pdata 
+0x4e46 019889 istore 1 ,contw 
+0x4e47 019890 fetch 2 ,mem_temp 
+0x4e48 019891 branch l2cap_proc_signal_info_req_reply 
+:      019895 l2cap_proc_signal_cmd_reject:
+0x4e49 019896 ifetch 1 ,contr 
+0x4e4a 019897 copy pdata ,queue 
+0x4e4b 019898 ifetch 2 ,contr 
+0x4e4c 019899 copy pdata ,rega 
+0x4e4d 019900 iadd contr ,contr 
+0x4e4e 019901 copy regc ,pdata 
+0x4e4f 019902 isub rega ,regc 
+:      019903 l2cap_proc_signal_cmd_reject_rtn:
+0x4e50 019904 branch l2cap_process_one_signal_rtn 
+:      019906 l2cap_proc_signal_connect_req:
+0x4e51 019907 call save_cont_pointers 
+0x4e52 019910 call load_cont_pointers 
+0x4e53 019911 arg 0 ,debug 
+0x4e54 019912 ifetch 1 ,contr 
+0x4e55 019913 copy pdata ,queue 
+0x4e56 019914 ifetch 2 ,contr 
+0x4e57 019915 copy pdata ,rega 
+0x4e58 019916 ifetch 2 ,contr 
+0x4e59 019917 copy pdata ,temp 
+0x4e5a 019918 ifetch 2 ,contr 
+0x4e5b 019919 copy pdata ,timeup 
+0x4e5c 019920 bpatchx patch21_7 ,mem_patch21 
+0x4e5d 019921 copy temp ,pdata 
+0x4e5e 019922 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
+0x4e5f 019923 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
+0x4e60 019924 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
+0x4e61 019925 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
+0x4e62 019926 call l2cap_reject_command 
+0x4e63 019927 branch l2cap_proc_signal_connect_req_rtn 
+:      019929 l2cap_proc_signal_connect_req_sdp:
+0x4e64 019930 call save_cont_pointers 
+0x4e65 019931 arg l2cap_sdp_channel ,temp 
+0x4e66 019932 fetch 2 ,mem_sdp_remote_cid 
+0x4e67 019933 nbranch already_connected ,blank 
+0x4e68 019934 copy timeup ,pdata 
+0x4e69 019935 store 2 ,mem_sdp_remote_cid 
+0x4e6a 019936 copy clkn_bt ,pdata 
+0x4e6b 019937 store 4 ,mem_l2cap_sdpres_delay_time 
+0x4e6c 019938 call store_l2cap_req_param 
+0x4e6d 019939 branch send_connection_pending 
+:      019941 store_l2cap_req_param:
+0x4e6e 019942 storet 2 ,mem_psm 
+0x4e6f 019943 deposit timeup 
+0x4e70 019944 store 2 ,mem_scid 
+0x4e71 019945 deposit rega 
+0x4e72 019946 store 2 ,mem_cmd_length 
+0x4e73 019947 deposit regb 
+0x4e74 019948 store 2 ,mem_tt2 
+0x4e75 019949 deposit regc 
+0x4e76 019950 store 2 ,mem_tt3 
+0x4e77 019951 deposit queue 
+0x4e78 019952 store 2 ,mem_id 
+0x4e79 019953 rtn 
+:      019955 restore_l2cap_req_param:
+0x4e7a 019956 fetcht 2 ,mem_psm 
+0x4e7b 019957 fetch 2 ,mem_scid 
+0x4e7c 019958 copy pdata ,timeup 
+0x4e7d 019959 fetch 2 ,mem_cmd_length 
+0x4e7e 019960 copy pdata ,rega 
+0x4e7f 019961 fetch 2 ,mem_tt2 
+0x4e80 019962 copy pdata ,regb 
+0x4e81 019963 fetch 2 ,mem_tt3 
+0x4e82 019964 copy pdata ,regc 
+0x4e83 019965 fetch 2 ,mem_id 
+0x4e84 019966 copy pdata ,queue 
+0x4e85 019967 rtn 
+:      019969 l2cap_proc_signal_connect_req_rfcomm:
+0x4e86 019970 call save_cont_pointers 
+0x4e87 019971 setarg l2cap_rfcomm_channel 
+0x4e88 019972 arg l2cap_rfcomm_channel ,temp 
+0x4e89 019973 fetch 2 ,mem_rfcomm_remote_cid 
+0x4e8a 019974 nbranch already_connected ,blank 
+0x4e8b 019975 copy timeup ,pdata 
+0x4e8c 019976 store 2 ,mem_rfcomm_remote_cid 
+0x4e8d 019977 fetch 1 ,mem_rfcomm_state 
+0x4e8e 019978 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e8f 019979 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e90 019980 store 1 ,mem_rfcomm_state 
+0x4e91 019981 branch send_connection_res 
+:      019982 l2cap_proc_signal_connect_req_hid_ctrl:
+0x4e92 019983 call save_cont_pointers 
+0x4e93 019984 arg l2cap_hid_control_channel ,temp 
+0x4e94 019985 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4e95 019986 nbranch already_connected ,blank 
+0x4e96 019987 copy timeup ,pdata 
+0x4e97 019988 store 2 ,mem_hid_ctrl_remote_cid 
+0x4e98 019989 fetch 1 ,mem_hid_control_state 
+0x4e99 019990 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e9a 019991 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e9b 019992 store 1 ,mem_hid_control_state 
+0x4e9c 019993 branch send_connection_res 
+:      019994 l2cap_proc_signal_connect_req_hid_int:
+0x4e9d 019995 call save_cont_pointers 
+0x4e9e 019996 deposit clke 
+0x4e9f 019997 arg l2cap_hid_interrupt_channel ,temp 
+0x4ea0 019998 fetch 2 ,mem_hid_int_remote_cid 
+0x4ea1 019999 nbranch already_connected ,blank 
+0x4ea2 020000 copy timeup ,pdata 
+0x4ea3 020001 store 2 ,mem_hid_int_remote_cid 
+0x4ea4 020002 fetch 1 ,mem_hid_interrupt_state 
+0x4ea5 020003 set1 l2cap_channel_state_conn_req ,pdata 
+0x4ea6 020004 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ea7 020005 store 1 ,mem_hid_interrupt_state 
+0x4ea8 020006 branch send_connection_res 
+:      020008 send_connection_pending:
+0x4ea9 020009 setarg l2cap_connect_pending 
+0x4eaa 020010 store 2 ,meml2cap_t1 
+0x4eab 020011 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
+0x4eac 020012 branch send_connection_res0 
+:      020013 send_connection_sdp_res:
+0x4ead 020014 fetch 1 ,mem_sdp_state 
+0x4eae 020015 set1 l2cap_channel_state_conn_req ,pdata 
+0x4eaf 020016 set1 l2cap_channel_state_conn_res ,pdata 
+0x4eb0 020017 store 1 ,mem_sdp_state 
+:      020018 send_connection_res:
+0x4eb1 020019 setarg l2cap_connect_successful 
+0x4eb2 020020 store 2 ,meml2cap_t1 
+:      020021 send_connection_res0:
+0x4eb3 020022 bpatchx patch22_0 ,mem_patch22 
+0x4eb4 020023 call load_cont_pointers 
+0x4eb5 020024 setarg signal_connect_rsp 
+0x4eb6 020025 istore 1 ,contw 
+0x4eb7 020026 copy queue ,pdata 
+0x4eb8 020027 istore 1 ,contw 
+0x4eb9 020028 setarg 0x0008 
+0x4eba 020029 istore 2 ,contw 
+0x4ebb 020030 copy temp ,pdata 
+0x4ebc 020031 istore 2 ,contw 
+0x4ebd 020032 copy timeup ,pdata 
+0x4ebe 020033 istore 2 ,contw 
+0x4ebf 020034 fetch 2 ,meml2cap_t1 
+0x4ec0 020035 beq l2cap_connect_pending ,connect_pending 
+0x4ec1 020036 isolate0 0 ,debug 
+0x4ec2 020037 branch connect_suc ,true 
+0x4ec3 020038 setarg l2cap_connect_refused_no_resources 
+:      020039 connect_suc:
+0x4ec4 020040 istore 2 ,contw 
+0x4ec5 020041 force 0x0000 ,pdata 
+0x4ec6 020042 istore 2 ,contw 
+0x4ec7 020043 setarg 12 
+0x4ec8 020044 branch connect_req_update_byte_counts 
+:      020045 connect_pending:
+0x4ec9 020046 istore 2 ,contw 
+0x4eca 020047 force 0x0002 ,pdata 
+0x4ecb 020048 istore 2 ,contw 
+0x4ecc 020049 setarg 12 
+0x4ecd 020050 branch connect_req_update_byte_counts 
+:      020052 already_connected:
+0x4ece 020053 set1 0 ,debug 
+0x4ecf 020054 branch send_connection_res 
+:      020055 connect_req_update_byte_counts:
+0x4ed0 020056 iadd regb ,regb 
+0x4ed1 020057 copy regc ,pdata 
+0x4ed2 020058 isub rega ,regc 
+0x4ed3 020059 branch l2cap_proc_signal_connect_req_rtn 
+:      020060 l2cap_proc_signal_connect_req_rtn:
+0x4ed4 020061 branch l2cap_process_one_signal_rtn 
+:      020063 l2cap_proc_signal_connect_rsp:
+0x4ed5 020064 ifetch 1 ,contr 
+0x4ed6 020065 copy pdata ,queue 
+0x4ed7 020066 ifetch 2 ,contr 
+0x4ed8 020067 copy pdata ,rega 
+0x4ed9 020068 copy regc ,pdata 
+0x4eda 020069 isub rega ,regc 
+0x4edb 020070 ifetch 2 ,contr 
+0x4edc 020071 copy pdata ,timeup 
+0x4edd 020072 ifetch 2 ,contr 
+0x4ede 020073 copy pdata ,temp 
+0x4edf 020074 bpatchx patch22_1 ,mem_patch22 
+0x4ee0 020075 setarg l2cap_sdp_channel 
+0x4ee1 020076 isub temp ,null 
+0x4ee2 020077 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
+0x4ee3 020078 setarg l2cap_rfcomm_channel 
+0x4ee4 020079 isub temp ,null 
+0x4ee5 020080 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x4ee6 020081 setarg l2cap_hid_control_channel 
+0x4ee7 020082 isub temp ,null 
+0x4ee8 020083 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x4ee9 020084 setarg l2cap_hid_interrupt_channel 
+0x4eea 020085 isub temp ,null 
+0x4eeb 020086 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x4eec 020087 rtn 
+:      020089 l2cap_proc_signal_connect_rsp_sdp:
+0x4eed 020090 copy timeup ,pdata 
+0x4eee 020091 store 2 ,mem_sdp_remote_cid 
+0x4eef 020092 fetch 1 ,mem_sdp_state 
+0x4ef0 020093 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ef1 020094 store 1 ,mem_sdp_state 
+0x4ef2 020095 branch l2cap_process_one_signal_rtn 
+:      020096 l2cap_proc_signal_connect_rsp_rfcomm:
+0x4ef3 020097 copy timeup ,pdata 
+0x4ef4 020098 store 2 ,mem_rfcomm_remote_cid 
+0x4ef5 020099 fetch 1 ,mem_rfcomm_state 
+0x4ef6 020100 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ef7 020101 store 1 ,mem_rfcomm_state 
+0x4ef8 020102 rtn 
+:      020103 l2cap_proc_signal_connect_rsp_hid_int:
+0x4ef9 020104 copy timeup ,pdata 
+0x4efa 020105 store 2 ,mem_hid_ctrl_remote_cid 
+0x4efb 020106 fetch 1 ,mem_hid_interrupt_state 
+0x4efc 020107 set1 l2cap_channel_state_conn_res ,pdata 
+0x4efd 020108 store 1 ,mem_hid_interrupt_state 
+0x4efe 020109 rtn 
+:      020110 l2cap_proc_signal_connect_rsp_hid_ctrl:
+0x4eff 020111 copy timeup ,pdata 
+0x4f00 020112 store 2 ,mem_hid_int_remote_cid 
+0x4f01 020113 fetch 1 ,mem_hid_control_state 
+0x4f02 020114 set1 l2cap_channel_state_conn_res ,pdata 
+0x4f03 020115 store 1 ,mem_hid_control_state 
+0x4f04 020116 rtn 
+:      020118 l2cap_proc_signal_config_req:
+0x4f05 020119 ifetch 1 ,contr 
+0x4f06 020120 copy pdata ,queue 
+0x4f07 020121 ifetch 2 ,contr 
+0x4f08 020122 copy pdata ,rega 
+0x4f09 020123 copy regc ,pdata 
+0x4f0a 020124 isub rega ,regc 
+0x4f0b 020125 ifetch 2 ,contr 
+0x4f0c 020126 copy pdata ,temp 
+0x4f0d 020127 copy temp ,rega 
+0x4f0e 020128 bpatchx patch22_2 ,mem_patch22 
+0x4f0f 020129 setarg l2cap_sdp_channel 
+0x4f10 020130 isub temp ,null 
+0x4f11 020131 branch l2cap_proc_signal_config_req_sdp ,zero 
+0x4f12 020132 setarg l2cap_rfcomm_channel 
+0x4f13 020133 isub temp ,null 
+0x4f14 020134 branch l2cap_proc_signal_config_req_rfcomm ,zero 
+0x4f15 020135 setarg l2cap_hid_control_channel 
+0x4f16 020136 isub temp ,null 
+0x4f17 020137 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x4f18 020138 setarg l2cap_hid_interrupt_channel 
+0x4f19 020139 isub temp ,null 
+0x4f1a 020140 branch l2cap_proc_signal_config_req_hid_int ,zero 
+0x4f1b 020141 branch l2cap_reject_command 
+:      020143 l2cap_proc_signal_config_req_sdp:
+0x4f1c 020144 copy contw ,timeup 
+0x4f1d 020145 fetch 1 ,mem_sdp_state 
+0x4f1e 020146 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f1f 020147 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f20 020149 store 1 ,mem_sdp_state 
+0x4f21 020150 copy timeup ,contw 
+0x4f22 020151 arg l2cap_sdp_channel ,timeup 
+0x4f23 020152 fetch 2 ,mem_sdp_remote_cid 
+0x4f24 020153 copy pdata ,temp 
+0x4f25 020154 branch l2cap_send_config_rsp 
+:      020155 l2cap_proc_signal_config_req_hid_ctrl:
+0x4f26 020156 copy contw ,timeup 
+0x4f27 020157 fetch 1 ,mem_hid_control_state 
+0x4f28 020158 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f29 020159 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f2a 020161 store 1 ,mem_hid_control_state 
+0x4f2b 020162 copy timeup ,contw 
+0x4f2c 020163 arg l2cap_hid_control_channel ,timeup 
+0x4f2d 020164 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f2e 020165 copy pdata ,temp 
+0x4f2f 020166 branch l2cap_send_config_rsp 
+:      020167 l2cap_proc_signal_config_req_hid_int:
+0x4f30 020168 copy contw ,timeup 
+0x4f31 020169 fetch 1 ,mem_hid_interrupt_state 
+0x4f32 020170 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f33 020171 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f34 020173 store 1 ,mem_hid_interrupt_state 
+0x4f35 020174 copy timeup ,contw 
+0x4f36 020175 arg l2cap_hid_interrupt_channel ,timeup 
+0x4f37 020176 fetch 2 ,mem_hid_int_remote_cid 
+0x4f38 020177 copy pdata ,temp 
+0x4f39 020178 branch l2cap_send_config_rsp 
+:      020179 l2cap_proc_signal_config_req_rfcomm:
+0x4f3a 020180 copy contw ,timeup 
+0x4f3b 020181 fetch 1 ,mem_rfcomm_state 
+0x4f3c 020182 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f3d 020183 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f3e 020185 store 1 ,mem_rfcomm_state 
+0x4f3f 020187 copy timeup ,contw 
+0x4f40 020188 arg l2cap_rfcomm_channel ,timeup 
+0x4f41 020189 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f42 020190 copy pdata ,temp 
+:      020191 l2cap_send_config_rsp:
+0x4f43 020192 bpatchx patch22_3 ,mem_patch22 
+0x4f44 020193 setarg signal_config_rsp 
+0x4f45 020194 istore 1 ,contw 
+0x4f46 020195 copy queue ,pdata 
+0x4f47 020196 istore 1 ,contw 
+0x4f48 020197 setarg 0x0006 
+0x4f49 020198 istore 2 ,contw 
+0x4f4a 020199 copy temp ,pdata 
+0x4f4b 020200 istore 2 ,contw 
+0x4f4c 020201 force 0x00 ,pdata 
+0x4f4d 020202 istore 2 ,contw 
+0x4f4e 020203 force l2cap_config_success ,pdata 
+0x4f4f 020204 istore 2 ,contw 
+0x4f50 020205 force 10 ,pdata 
+0x4f51 020206 iadd regb ,regb 
+0x4f52 020208 storet 2 ,mem_config_req_dest_cid 
+0x4f53 020209 copy queue ,pdata 
+0x4f54 020210 store 1 ,mem_config_identifier 
+0x4f55 020211 force l2cap_sdp_channel ,pdata 
+0x4f56 020212 icompare 0xff ,timeup 
+0x4f57 020213 branch l2cap_send_config_rsp_is_sdp ,true 
+0x4f58 020214 increase 1 ,pdata 
+:      020215 l2cap_send_config_rsp_is_sdp:
+0x4f59 020217 rtn 
+:      020218 l2cap_check_channel_state:
+0x4f5a 020219 disable user 
+0x4f5b 020220 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f5c 020221 rtnbit0 l2cap_channel_state_conn_req ,pdata 
+0x4f5d 020222 rtnbit0 l2cap_channel_state_conn_res ,pdata 
+0x4f5e 020223 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f5f 020224 copy contr ,contw 
+0x4f60 020225 increase -1 ,contw 
+0x4f61 020226 istore 1 ,contw 
+0x4f62 020227 enable user 
+0x4f63 020228 rtn 
+:      020229 l2cap_send_config_req:
+:      020230 l2cap_send_config_req_sdp:
+0x4f64 020231 fetch 1 ,mem_sdp_state 
+0x4f65 020232 call l2cap_check_channel_state 
+0x4f66 020233 nbranch l2cap_send_config_req_rfcomm ,user 
+0x4f67 020234 jam l2cap_sdp_channel ,mem_send_config_req 
+0x4f68 020235 fetch 2 ,mem_sdp_remote_cid 
+0x4f69 020236 store 2 ,mem_config_req_dest_cid 
+0x4f6a 020237 branch l2cap_generate_config_req 
+:      020238 l2cap_send_config_req_rfcomm:
+0x4f6b 020239 fetch 1 ,mem_rfcomm_state 
+0x4f6c 020240 call l2cap_check_channel_state 
+0x4f6d 020241 nbranch l2cap_send_config_req_hid_ctrl ,user 
+0x4f6e 020242 jam l2cap_rfcomm_channel ,mem_send_config_req 
+0x4f6f 020243 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f70 020244 store 2 ,mem_config_req_dest_cid 
+0x4f71 020245 branch l2cap_generate_config_req 
+:      020246 l2cap_send_config_req_hid_ctrl:
+0x4f72 020247 fetch 1 ,mem_hid_control_state 
+0x4f73 020248 call l2cap_check_channel_state 
+0x4f74 020249 nbranch l2cap_send_config_req_hid_int ,user 
+0x4f75 020250 jam l2cap_hid_control_channel ,mem_send_config_req 
+0x4f76 020251 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f77 020252 store 2 ,mem_config_req_dest_cid 
+0x4f78 020253 branch l2cap_generate_config_req 
+:      020254 l2cap_send_config_req_hid_int:
+0x4f79 020255 fetch 1 ,mem_hid_interrupt_state 
+0x4f7a 020256 call l2cap_check_channel_state 
+0x4f7b 020257 nrtn user 
+0x4f7c 020258 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
+0x4f7d 020259 fetch 2 ,mem_hid_int_remote_cid 
+0x4f7e 020260 store 2 ,mem_config_req_dest_cid 
+:      020263 l2cap_generate_config_req:
+0x4f7f 020264 bpatchx patch22_4 ,mem_patch22 
+0x4f80 020265 call l2cap_get_req_id 
+0x4f81 020266 call l2cap_malloc_signal_channel 
+0x4f82 020267 force 0 ,regb 
+0x4f83 020268 call l2cap_get_signal_tx_payload 
+0x4f84 020269 force signal_config_req ,pdata 
+0x4f85 020270 istore 1 ,contw 
+0x4f86 020271 fetch 1 ,mem_ml2cap_comm_id 
+0x4f87 020272 istore 1 ,contw 
+0x4f88 020273 setarg 0x0008 
+0x4f89 020274 istore 2 ,contw 
+0x4f8a 020275 fetch 2 ,mem_config_req_dest_cid 
+0x4f8b 020276 istore 2 ,contw 
+0x4f8c 020277 setarg 0x0000 
+0x4f8d 020278 istore 2 ,contw 
+0x4f8e 020279 force 1 ,pdata 
+0x4f8f 020280 istore 1 ,contw 
+0x4f90 020281 force 2 ,pdata 
+0x4f91 020282 istore 1 ,contw 
+0x4f92 020283 fetch 1 ,mem_send_config_req 
+0x4f93 020284 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
+0x4f94 020285 setarg l2cap_config_mtu_sdp 
+0x4f95 020286 istore 2 ,contw 
+0x4f96 020287 branch l2cap_generate_config_req_done 
+:      020288 l2cap_generate_config_req_rfcomm:
+0x4f97 020289 setarg l2cap_config_mtu_rfcomm 
+0x4f98 020290 istore 2 ,contw 
+:      020291 l2cap_generate_config_req_done:
+0x4f99 020292 arg 0x0c ,temp 
+0x4f9a 020293 storet 2 ,mem_l2cap_signal_tx_length 
+0x4f9b 020294 call l2cap_get_signal_tx_buff 
+0x4f9c 020295 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4f9d 020296 istore 2 ,contw 
+0x4f9e 020297 force l2cap_signal_channel ,pdata 
+0x4f9f 020298 istore 2 ,contw 
+0x4fa0 020299 jam 0 ,mem_send_config_req 
+:      020300 l2cap_proc_signal_config_req_rtn:
+0x4fa1 020301 branch l2cap_process_one_signal_rtn 
+:      020303 l2cap_proc_signal_config_rsp:
+0x4fa2 020304 increase 1 ,contr 
+0x4fa3 020305 ifetch 2 ,contr 
+0x4fa4 020306 copy pdata ,rega 
+0x4fa5 020307 copy regc ,pdata 
+0x4fa6 020308 isub rega ,regc 
+0x4fa7 020309 ifetch 2 ,contr 
+0x4fa8 020310 copy pdata ,rega 
+0x4fa9 020311 bpatchx patch22_5 ,mem_patch22 
+0x4faa 020312 setarg l2cap_sdp_channel 
+0x4fab 020313 isub rega ,null 
+0x4fac 020314 branch l2cap_proc_signal_config_rsp_sdp ,zero 
+0x4fad 020315 setarg l2cap_rfcomm_channel 
+0x4fae 020316 isub rega ,null 
+0x4faf 020317 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x4fb0 020318 setarg l2cap_hid_control_channel 
+0x4fb1 020319 isub rega ,null 
+0x4fb2 020320 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x4fb3 020321 setarg l2cap_hid_interrupt_channel 
+0x4fb4 020322 isub rega ,null 
+0x4fb5 020323 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
+0x4fb6 020324 increase 2 ,contr 
+0x4fb7 020325 ifetch 2 ,contr 
+0x4fb8 020326 iforce null 
+0x4fb9 020327 branch l2cap_process_one_signal_rtn 
+:      020328 l2cap_proc_signal_config_rsp_sdp:
+0x4fba 020329 fetch 1 ,mem_sdp_state 
+0x4fbb 020330 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fbc 020331 store 1 ,mem_sdp_state 
+0x4fbd 020332 branch l2cap_process_one_signal_rtn 
+:      020333 l2cap_proc_signal_config_rsp_rfcomm:
+0x4fbe 020334 fetch 1 ,mem_rfcomm_state 
+0x4fbf 020335 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc0 020336 store 1 ,mem_rfcomm_state 
+0x4fc1 020337 branch l2cap_process_one_signal_rtn 
+:      020338 l2cap_proc_signal_config_rsp_hid_ctrl:
+0x4fc2 020339 fetch 1 ,mem_hid_control_state 
+0x4fc3 020340 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc4 020341 store 1 ,mem_hid_control_state 
+0x4fc5 020342 branch l2cap_process_one_signal_rtn 
+:      020343 l2cap_proc_signal_config_rsp_hid_int:
+0x4fc6 020344 fetch 1 ,mem_hid_interrupt_state 
+0x4fc7 020345 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc8 020346 store 1 ,mem_hid_interrupt_state 
+0x4fc9 020347 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x4fca 020348 branch ui_ipc_send_event 
+:      020352 l2cap_proc_signal_disconnect_req:
+0x4fcb 020353 ifetch 1 ,contr 
+0x4fcc 020354 copy pdata ,queue 
+0x4fcd 020355 ifetch 2 ,contr 
+0x4fce 020356 copy pdata ,rega 
+0x4fcf 020357 copy regc ,pdata 
+0x4fd0 020358 isub rega ,regc 
+0x4fd1 020359 ifetch 2 ,contr 
+0x4fd2 020360 copy pdata ,rega 
+0x4fd3 020361 ifetch 2 ,contr 
+0x4fd4 020362 copy pdata ,timeup 
+0x4fd5 020363 copy rega ,temp 
+0x4fd6 020364 call save_cont_pointers 
+0x4fd7 020365 bpatchx patch22_6 ,mem_patch22 
+0x4fd8 020366 setarg l2cap_sdp_channel 
+0x4fd9 020367 isub temp ,null 
+0x4fda 020368 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
+0x4fdb 020369 setarg l2cap_rfcomm_channel 
+0x4fdc 020370 isub temp ,null 
+0x4fdd 020371 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
+0x4fde 020372 setarg l2cap_hid_control_channel 
+0x4fdf 020373 isub temp ,null 
+0x4fe0 020374 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
+0x4fe1 020375 setarg l2cap_hid_interrupt_channel 
+0x4fe2 020376 isub temp ,null 
+0x4fe3 020377 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
+0x4fe4 020378 call l2cap_reject_command 
+0x4fe5 020379 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020380 l2cap_proc_signal_disconnect_req_hid_ctrl:
+0x4fe6 020381 copy timeup ,temp 
+0x4fe7 020382 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4fe8 020383 isub temp ,null 
+0x4fe9 020384 branch l2cap_disconnect_hid_control_now ,zero 
+0x4fea 020385 call l2cap_reject_command 
+0x4feb 020386 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020387 l2cap_proc_signal_disconnect_req_hid_int:
+0x4fec 020388 copy timeup ,temp 
+0x4fed 020389 fetch 2 ,mem_hid_int_remote_cid 
+0x4fee 020390 isub temp ,null 
+0x4fef 020391 branch l2cap_disconnect_hid_interrupt_now ,zero 
+0x4ff0 020392 call l2cap_reject_command 
+0x4ff1 020393 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020395 l2cap_proc_signal_disconnect_req_sdp:
+0x4ff2 020396 copy timeup ,temp 
+0x4ff3 020397 fetch 2 ,mem_sdp_remote_cid 
+0x4ff4 020398 isub temp ,null 
+0x4ff5 020399 branch l2cap_disconnect_sdp_now ,zero 
+0x4ff6 020400 call l2cap_reject_command 
+0x4ff7 020401 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020402 l2cap_disconnect_hid_control_now:
+0x4ff8 020403 call l2cap_reset_hid_ctrl_state 
+0x4ff9 020404 branch l2cap_send_disconnect_rsp_pkt 
+:      020405 l2cap_disconnect_hid_interrupt_now:
+0x4ffa 020406 call l2cap_reset_hid_int_state 
+0x4ffb 020407 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4ffc 020408 branch l2cap_send_disconnect_rsp_pkt ,blank 
+0x4ffd 020416 branch l2cap_send_disconnect_rsp_pkt 
+:      020418 l2cap_disconnect_sdp_now:
+0x4ffe 020419 call l2cap_reset_sdp_channel_state 
+0x4fff 020420 fetch 1 ,mem_upper_sm_ss 
+0x5000 020421 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
+0x5001 020424 branch l2cap_send_disconnect_rsp_pkt 
+:      020425 l2cap_proc_signal_disconnect_req_rfcomm:
+0x5002 020426 copy timeup ,temp 
+0x5003 020427 fetch 2 ,mem_rfcomm_remote_cid 
+0x5004 020428 isub temp ,null 
+0x5005 020429 branch l2cap_disconnect_rfcomm_now ,zero 
+0x5006 020430 call l2cap_reject_command 
+0x5007 020431 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020432 l2cap_disconnect_rfcomm_now:
+0x5008 020433 call l2cap_reset_rfcomm_channel_state 
+0x5009 020434 branch l2cap_send_disconnect_rsp_pkt 
+:      020435 l2cap_send_disconnect_rsp_pkt:
+0x500a 020436 call load_cont_pointers 
+0x500b 020437 setarg signal_disconnect_rsp 
+0x500c 020438 istore 1 ,contw 
+0x500d 020439 copy queue ,pdata 
+0x500e 020440 istore 1 ,contw 
+0x500f 020441 setarg 0x0004 
+0x5010 020442 istore 2 ,contw 
+0x5011 020443 copy rega ,pdata 
+0x5012 020444 istore 2 ,contw 
+0x5013 020445 copy timeup ,pdata 
+0x5014 020446 istore 2 ,contw 
+0x5015 020447 force 8 ,pdata 
+0x5016 020448 branch l2cap_proc_signal_disconnect_req_rtn 
+:      020449 l2cap_proc_signal_disconnect_req_err_rtn:
+0x5017 020450 call load_cont_pointers 
+0x5018 020451 branch l2cap_proc_signal_disconnect_req_rtn 
+:      020452 l2cap_proc_signal_disconnect_req_rtn:
+0x5019 020453 iadd regb ,regb 
+0x501a 020454 branch l2cap_process_one_signal_rtn 
+:      020455 l2cap_proc_signal_disconnect_rsp:
+0x501b 020456 ifetch 1 ,contr 
+0x501c 020457 copy pdata ,queue 
+0x501d 020458 ifetch 2 ,contr 
+0x501e 020459 copy pdata ,rega 
+0x501f 020460 copy regc ,pdata 
+0x5020 020461 isub rega ,regc 
+0x5021 020462 ifetch 2 ,contr 
+0x5022 020463 copy pdata ,timeup 
+0x5023 020464 ifetch 2 ,contr 
+0x5024 020465 copy pdata ,temp 
+0x5025 020466 call save_cont_pointers 
+0x5026 020467 bpatchx patch22_7 ,mem_patch22 
+0x5027 020468 setarg l2cap_sdp_channel 
+0x5028 020469 isub temp ,null 
+0x5029 020470 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
+0x502a 020471 setarg l2cap_rfcomm_channel 
+0x502b 020472 isub temp ,null 
+0x502c 020473 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
+0x502d 020474 setarg l2cap_hid_control_channel 
+0x502e 020475 isub temp ,null 
+0x502f 020476 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
+0x5030 020477 setarg l2cap_hid_interrupt_channel 
+0x5031 020478 isub temp ,null 
+0x5032 020479 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
+0x5033 020480 call l2cap_reject_command 
+0x5034 020481 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
+:      020482 l2cap_proc_signal_disconnect_rsp_sdp:
+0x5035 020483 copy temp ,rega 
+0x5036 020484 copy timeup ,temp 
+0x5037 020485 fetch 2 ,mem_sdp_remote_cid 
+0x5038 020486 isub temp ,null 
+0x5039 020487 call l2cap_reset_sdp_channel_state ,zero 
+0x503a 020488 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020489 l2cap_proc_signal_disconnect_rsp_rfcomm:
+0x503b 020490 copy temp ,rega 
+0x503c 020491 copy timeup ,temp 
+0x503d 020492 fetch 2 ,mem_rfcomm_remote_cid 
+0x503e 020493 isub temp ,null 
+0x503f 020494 call l2cap_reset_rfcomm_channel_state ,zero 
+0x5040 020495 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020496 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
+0x5041 020497 copy temp ,rega 
+0x5042 020498 copy timeup ,temp 
+0x5043 020499 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5044 020500 isub temp ,null 
+0x5045 020501 call l2cap_reset_hid_ctrl_state ,zero 
+0x5046 020502 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020503 l2cap_proc_signal_disconnect_rsp_hid_int:
+0x5047 020504 copy temp ,rega 
+0x5048 020505 copy timeup ,temp 
+0x5049 020506 fetch 2 ,mem_hid_int_remote_cid 
+0x504a 020507 isub temp ,null 
+0x504b 020508 call l2cap_reset_hid_int_state ,zero 
+0x504c 020509 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020510 l2cap_proc_signal_disconnect_rsp_rtn:
+0x504d 020511 call load_cont_pointers 
+0x504e 020512 branch l2cap_process_one_signal_rtn 
+:      020513 l2cap_proc_signal_disconnect_rsp_err_rtn:
+0x504f 020514 branch l2cap_process_one_signal_rtn 
+:      020517 l2cap_proc_signal_echo_req:
+0x5050 020518 ifetch 1 ,contr 
+0x5051 020519 copy pdata ,queue 
+0x5052 020520 ifetch 2 ,contr 
+0x5053 020521 copy pdata ,rega 
+0x5054 020522 iadd contr ,contr 
+0x5055 020523 setarg 9 
+0x5056 020524 istore 1 ,contw 
+0x5057 020525 copy queue ,pdata 
+0x5058 020526 istore 1 ,contw 
+0x5059 020527 force 0x0000 ,pdata 
+0x505a 020528 istore 2 ,contw 
+0x505b 020529 force 4 ,pdata 
+0x505c 020530 iadd regb ,regb 
+0x505d 020531 copy regc ,pdata 
+0x505e 020532 isub rega ,regc 
+0x505f 020533 branch l2cap_process_one_signal_rtn 
+:      020534 l2cap_proc_signal_echo_rsp:
+0x5060 020535 branch l2cap_process_one_signal_rtn 
+:      020537 l2cap_proc_signal_info_rsp:
+0x5061 020538 branch l2cap_process_one_signal_rtn 
+:      020539 l2cap_reject_command:
+0x5062 020540 force 0 ,regb 
+0x5063 020541 call l2cap_get_signal_tx_payload 
+0x5064 020542 setarg signal_cmd_reject 
+0x5065 020543 istore 1 ,contw 
+0x5066 020544 copy queue ,pdata 
+0x5067 020545 istore 1 ,contw 
+0x5068 020546 setarg 2 
+0x5069 020547 istore 2 ,contw 
+0x506a 020548 setarg cmd_not_understood 
+0x506b 020549 istore 2 ,contw 
+0x506c 020550 increase 6 ,regb 
+0x506d 020551 arg 4 ,regc 
+0x506e 020552 branch l2cap_process_one_signal_rtn 
+:      020556 l2cap_reset_rfcomm_channel_state:
+0x506f 020557 setarg 0 
+0x5070 020558 store 2 ,mem_rfcomm_tx_pkt_length 
+0x5071 020559 store 2 ,mem_rfcomm_remote_cid 
+0x5072 020560 jam 0 ,mem_rfcomm_state 
+0x5073 020561 rtn 
+:      020562 l2cap_reset_sdp_channel_state:
+0x5074 020563 setarg 0 
+0x5075 020564 store 2 ,mem_sdp_tx_pkt_length 
+0x5076 020565 store 2 ,mem_sdp_remote_cid 
+0x5077 020566 jam 0 ,mem_sdp_state 
+0x5078 020567 rtn 
+:      020568 l2cap_reset_hid_ctrl_state:
+0x5079 020569 setarg 0 
+0x507a 020570 store 2 ,mem_hid_ctrl_remote_cid 
+0x507b 020571 jam 0 ,mem_hid_control_state 
+0x507c 020572 fetch 1 ,mem_hid_interrupt_state 
+0x507d 020573 beq 0 ,l2cap_reset_hid_disconnected 
+0x507e 020574 rtn 
+:      020576 l2cap_reset_hid_int_state:
+0x507f 020577 setarg 0 
+0x5080 020578 store 2 ,mem_hid_int_remote_cid 
+0x5081 020579 jam 0 ,mem_hid_interrupt_state 
+0x5082 020580 fetch 1 ,mem_hid_control_state 
+0x5083 020581 beq 0 ,l2cap_reset_hid_disconnected 
+0x5084 020582 rtn 
+:      020584 l2cap_reset_hid_disconnected:
+0x5085 020585 jam bt_evt_hid_disconnected ,mem_fifo_temp 
+0x5086 020586 branch ui_ipc_send_event 
+:      020588 l2cap_disconnect_interrupt_req:
+0x5087 020589 fetch 1 ,mem_control_tasks 
+0x5088 020590 set0 l2cap_disconnect_interrupt ,pdata 
+0x5089 020591 store 1 ,mem_control_tasks 
+0x508a 020592 fetch 2 ,mem_hid_int_remote_cid 
+0x508b 020593 rtn blank 
+0x508c 020594 call l2cap_malloc_signal_channel 
+0x508d 020595 fetch 2 ,mem_hid_int_remote_cid 
+0x508e 020596 copy pdata ,rega 
+0x508f 020597 force l2cap_hid_interrupt_channel ,regb 
+0x5090 020598 branch l2cap_generate_disconnect_req 
+:      020599 l2cap_disconnect_control_req:
+0x5091 020600 fetch 1 ,mem_control_tasks 
+0x5092 020601 set0 l2cap_disconnect_control ,pdata 
+0x5093 020602 store 1 ,mem_control_tasks 
+0x5094 020603 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5095 020604 rtn blank 
+0x5096 020605 call l2cap_malloc_signal_channel 
+0x5097 020606 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5098 020607 copy pdata ,rega 
+0x5099 020608 force l2cap_hid_control_channel ,regb 
+:      020609 l2cap_generate_disconnect_req:
+0x509a 020610 call l2cap_get_req_id 
+0x509b 020611 call l2cap_get_signal_tx_payload 
+0x509c 020612 force signal_disconnect_req ,pdata 
+0x509d 020613 istore 1 ,contw 
+0x509e 020614 fetch 1 ,mem_ml2cap_comm_id 
+0x509f 020615 istore 1 ,contw 
+0x50a0 020616 setarg 0x0004 
+0x50a1 020617 istore 2 ,contw 
+0x50a2 020618 copy rega ,pdata 
+0x50a3 020619 istore 2 ,contw 
+0x50a4 020620 copy regb ,pdata 
+0x50a5 020621 istore 2 ,contw 
+0x50a6 020622 force 0x08 ,temp 
+0x50a7 020623 branch ml2cap_send_signal 
+:      020625 ml2cap_send_signal_connect_req:
+0x50a8 020626 bpatchx patch23_0 ,mem_patch23 
+0x50a9 020627 call l2cap_get_req_id 
+0x50aa 020628 call l2cap_get_signal_tx_payload 
+0x50ab 020629 setarg signal_connect_req 
+0x50ac 020630 istore 1 ,contw 
+0x50ad 020631 fetch 1 ,mem_ml2cap_comm_id 
+0x50ae 020632 istore 1 ,contw 
+0x50af 020633 setarg 0x0004 
+0x50b0 020634 istore 2 ,contw 
+0x50b1 020635 copy temp ,pdata 
+0x50b2 020636 istore 2 ,contw 
+0x50b3 020637 copy timeup ,pdata 
+0x50b4 020638 istore 2 ,contw 
+0x50b5 020639 arg 8 ,temp 
+0x50b6 020640 branch ml2cap_send_signal 
+:      020641 ml2cap_send_signal_config_req:
+0x50b7 020642 bpatchx patch23_1 ,mem_patch23 
+0x50b8 020643 call l2cap_get_req_id 
+0x50b9 020644 call l2cap_get_signal_tx_payload 
+0x50ba 020645 setarg signal_config_req 
+0x50bb 020646 istore 1 ,contw 
+0x50bc 020647 fetch 1 ,mem_ml2cap_comm_id 
+0x50bd 020648 istore 1 ,contw 
+0x50be 020649 setarg 0x0008 
+0x50bf 020650 istore 2 ,contw 
+0x50c0 020652 copy temp ,pdata 
+0x50c1 020654 istore 2 ,contw 
+0x50c2 020655 setarg 0x0000 
+0x50c3 020656 istore 2 ,contw 
+0x50c4 020657 setarg 0x01 
+0x50c5 020658 istore 1 ,contw 
+0x50c6 020659 setarg 0x02 
+0x50c7 020660 istore 1 ,contw 
+0x50c8 020661 setarg l2cap_config_mtu_rfcomm 
+0x50c9 020662 istore 2 ,contw 
+0x50ca 020663 arg 0xc ,temp 
+0x50cb 020664 branch ml2cap_send_signal 
+:      020665 ml2cap_send_signal_disconn_req:
+0x50cc 020666 bpatchx patch23_2 ,mem_patch23 
+0x50cd 020667 call l2cap_get_req_id 
+0x50ce 020668 call l2cap_get_signal_tx_payload 
+0x50cf 020669 setarg signal_disconnect_req 
+0x50d0 020670 istore 1 ,contw 
+0x50d1 020671 fetch 1 ,mem_ml2cap_comm_id 
+0x50d2 020672 increase 1 ,pdata 
+0x50d3 020673 copy contw ,rega 
+0x50d4 020674 store 1 ,mem_ml2cap_comm_id 
+0x50d5 020675 copy rega ,contw 
+0x50d6 020676 istore 1 ,contw 
+0x50d7 020677 setarg 0x0004 
+0x50d8 020678 istore 2 ,contw 
+0x50d9 020679 copy temp ,pdata 
+0x50da 020680 istore 2 ,contw 
+0x50db 020681 copy timeup ,pdata 
+0x50dc 020682 istore 2 ,contw 
+0x50dd 020683 arg 0x8 ,temp 
+:      020686 ml2cap_send_signal:
+0x50de 020687 storet 2 ,mem_l2cap_signal_tx_length 
+0x50df 020688 copy temp ,pdata 
+0x50e0 020689 branch l2cap_malloc_discard ,blank 
+0x50e1 020690 call l2cap_get_signal_tx_buff 
+0x50e2 020691 fetch 2 ,mem_l2cap_signal_tx_length 
+0x50e3 020692 istore 2 ,contw 
+0x50e4 020693 force l2cap_signal_channel ,pdata 
+0x50e5 020694 istore 2 ,contw 
+0x50e6 020695 rtn 
+:      020697 msdp_send_req_done:
+0x50e7 020698 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50e8 020699 branch assert ,blank 
+0x50e9 020700 call l2cap_get_sdp_tx_buff 
+0x50ea 020701 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50eb 020702 istore 2 ,contw 
+0x50ec 020703 fetch 2 ,mem_sdp_remote_cid 
+0x50ed 020704 istore 2 ,contw 
+0x50ee 020705 rtn 
+:      020706 ml2cap_rx_multiplexing:
+0x50ef 020707 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50f0 020708 branch l2cap_rx_reset_state ,blank 
+0x50f1 020709 bpatchx patch23_3 ,mem_patch23 
+0x50f2 020710 fetch 1 ,mem_l2cap_rx_cid 
+0x50f3 020711 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
+0x50f4 020712 beq l2cap_sdp_channel ,ml2cap_call_proc_sdp 
+0x50f5 020713 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x50f6 020714 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x50f7 020715 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x50f8 020716 branch l2cap_rx_reset_state 
+:      020718 ml2cap_call_proc_signal:
+0x50f9 020719 bpatchx patch23_4 ,mem_patch23 
+0x50fa 020720 call l2cap_malloc_signal_channel 
+0x50fb 020721 force 0 ,regb 
+0x50fc 020722 call l2cap_get_signal_tx_payload 
+0x50fd 020723 copy pdata ,contw 
+0x50fe 020724 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50ff 020725 copy pdata ,regc 
+0x5100 020726 fetch 2 ,mem_l2cap_payload_ptr 
+0x5101 020727 iforce contr 
+:      020728 ml2cap_proc_one_comm_loop:
+0x5102 020729 call ml2cap_proc_one_comm 
+0x5103 020730 increase -4 ,regc 
+0x5104 020731 nbranch ml2cap_proc_one_comm_loop ,zero 
+0x5105 020732 copy regb ,temp 
+0x5106 020733 call ml2cap_send_signal 
+0x5107 020734 branch l2cap_rx_reset_state 
+:      020736 ml2cap_proc_one_comm:
+0x5108 020737 ifetch 1 ,contr 
+0x5109 020738 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
+0x510a 020739 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
+0x510b 020740 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
+0x510c 020741 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
+0x510d 020742 beq signal_config_req ,ml2cap_proc_signal_config_req 
+0x510e 020743 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
+0x510f 020744 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
+0x5110 020745 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x5111 020746 beq signal_info_req ,ml2cap_proc_signal_info_req 
+0x5112 020747 branch ml2cap_proc_send_reject 
+:      020749 ml2cap_proc_signal_connect_req:
+0x5113 020750 call save_cont_pointers 
+0x5114 020752 call load_cont_pointers 
+0x5115 020753 branch l2cap_proc_signal_connect_req 
+:      020754 ml2cap_proc_signal_cmd_reject:
+0x5116 020755 ifetch 1 ,contr 
+0x5117 020756 copy pdata ,queue 
+0x5118 020757 ifetch 2 ,contr 
+0x5119 020758 copy pdata ,rega 
+0x511a 020759 copy regc ,pdata 
+0x511b 020760 isub rega ,regc 
+:      020761 mvptr:
+0x511c 020762 ifetch 1 ,contr 
+0x511d 020763 increase -1 ,rega 
+0x511e 020764 nbranch mvptr ,zero 
+0x511f 020765 rtn 
+:      020766 ml2cap_proc_signal_connect_rsp:
+0x5120 020767 ifetch 1 ,contr 
+0x5121 020768 copy pdata ,queue 
+0x5122 020769 ifetch 2 ,contr 
+0x5123 020770 copy pdata ,rega 
+0x5124 020771 ifetch 2 ,contr 
+0x5125 020772 copy pdata ,timeup 
+0x5126 020773 ifetch 2 ,contr 
+0x5127 020774 copy pdata ,temp 
+0x5128 020775 ifetch 2 ,contr 
+0x5129 020776 sub pdata ,0 ,null 
+0x512a 020777 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
+0x512b 020778 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
+0x512c 020779 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
+0x512d 020780 branch ml2cap_proc_signal_connect_rsp_mnosucc 
+:      020781 ml2cap_proc_signal_connect_refused_result:
+0x512e 020782 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
+0x512f 020783 call ui_ipc_send_event 
+:      020784 ml2cap_proc_signal_connect_rsp_mnosucc:
+0x5130 020785 ifetch 2 ,contr 
+0x5131 020786 branch mnosucc 
+:      020787 ml2cap_proc_signal_connect_rsp_sucessful:
+0x5132 020788 call save_cont_pointers 
+0x5133 020792 bpatchx patch23_5 ,mem_patch23 
+0x5134 020793 setarg l2cap_sdp_channel 
+0x5135 020794 isub temp ,null 
+0x5136 020795 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
+0x5137 020796 setarg l2cap_rfcomm_channel 
+0x5138 020797 isub temp ,null 
+0x5139 020798 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x513a 020799 setarg l2cap_hid_interrupt_channel 
+0x513b 020800 isub temp ,null 
+0x513c 020801 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x513d 020802 setarg l2cap_hid_control_channel 
+0x513e 020803 isub temp ,null 
+0x513f 020804 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x5140 020805 branch mnosucc 
+:      020806 ml2cap_proc_signal_connect_rsp_sdp:
+0x5141 020807 copy timeup ,pdata 
+0x5142 020808 store 2 ,mem_sdp_remote_cid 
+0x5143 020809 fetch 1 ,mem_sdp_state 
+0x5144 020810 set1 l2cap_channel_state_conn_res 
+0x5145 020811 store 1 ,mem_sdp_state 
+0x5146 020812 branch mnosucc1 
+:      020813 ml2cap_proc_signal_connect_rsp_rfcomm:
+0x5147 020814 copy timeup ,pdata 
+0x5148 020815 store 2 ,mem_rfcomm_remote_cid 
+0x5149 020816 fetch 1 ,mem_rfcomm_state 
+0x514a 020817 set1 l2cap_channel_state_conn_res 
+0x514b 020818 store 1 ,mem_rfcomm_state 
+0x514c 020819 branch mnosucc1 
+:      020820 ml2cap_proc_signal_connect_rsp_hid_ctrl:
+0x514d 020821 copy timeup ,pdata 
+0x514e 020822 store 2 ,mem_hid_ctrl_remote_cid 
+0x514f 020823 fetch 1 ,mem_hid_control_state 
+0x5150 020824 set1 l2cap_channel_state_conn_res 
+0x5151 020825 store 1 ,mem_hid_control_state 
+0x5152 020826 branch mnosucc1 
+:      020827 ml2cap_proc_signal_connect_rsp_hid_int:
+0x5153 020828 copy timeup ,pdata 
+0x5154 020829 store 2 ,mem_hid_int_remote_cid 
+0x5155 020830 fetch 1 ,mem_hid_interrupt_state 
+0x5156 020831 set1 l2cap_channel_state_conn_res 
+0x5157 020832 store 1 ,mem_hid_interrupt_state 
+:      020835 mnosucc1:
+0x5158 020836 call load_cont_pointers 
+:      020837 mnosucc:
+0x5159 020838 copy regc ,pdata 
+0x515a 020839 isub rega ,regc 
+0x515b 020840 rtn 
+:      020842 ml2cap_proc_signal_config_rsp:
+0x515c 020843 ifetch 1 ,contr 
+0x515d 020844 copy pdata ,queue 
+0x515e 020845 ifetch 2 ,contr 
+0x515f 020846 copy pdata ,rega 
+0x5160 020847 copy regc ,pdata 
+0x5161 020848 isub rega ,regc 
+0x5162 020849 ifetch 2 ,contr 
+0x5163 020850 copy pdata ,timeup 
+0x5164 020851 ifetch 2 ,contr 
+0x5165 020852 ifetch 2 ,contr 
+0x5166 020853 nbranch mcrsdone1 ,blank 
+0x5167 020854 call save_cont_pointers 
+0x5168 020858 copy timeup ,temp 
+0x5169 020859 bpatchx patch23_6 ,mem_patch23 
+0x516a 020860 setarg l2cap_sdp_channel 
+0x516b 020861 isub temp ,null 
+0x516c 020862 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
+0x516d 020863 setarg l2cap_rfcomm_channel 
+0x516e 020864 isub temp ,null 
+0x516f 020865 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x5170 020866 setarg l2cap_hid_control_channel 
+0x5171 020867 isub temp ,null 
+0x5172 020868 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x5173 020869 setarg l2cap_hid_interrupt_channel 
+0x5174 020870 isub temp ,null 
+0x5175 020871 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
+:      020872 ml2cap_proc_signal_config_rsp_sdp:
+0x5176 020873 fetch 1 ,mem_sdp_state 
+0x5177 020874 set1 l2cap_channel_state_rcv_cfg_res 
+0x5178 020875 store 1 ,mem_sdp_state 
+0x5179 020876 rtn 
+:      020877 ml2cap_proc_signal_config_rsp_rfcomm:
+0x517a 020878 fetch 1 ,mem_rfcomm_state 
+0x517b 020879 set1 l2cap_channel_state_rcv_cfg_res 
+0x517c 020880 store 1 ,mem_rfcomm_state 
+0x517d 020881 rtn 
+:      020882 ml2cap_proc_signal_config_rsp_hid_ctrl:
+0x517e 020883 fetch 1 ,mem_hid_control_state 
+0x517f 020884 set1 l2cap_channel_state_rcv_cfg_res 
+0x5180 020885 store 1 ,mem_hid_control_state 
+0x5181 020886 rtn 
+:      020887 ml2cap_proc_signal_config_rsp_hid_int:
+0x5182 020888 fetch 1 ,mem_hid_interrupt_state 
+0x5183 020889 set1 l2cap_channel_state_rcv_cfg_res 
+0x5184 020890 store 1 ,mem_hid_interrupt_state 
+0x5185 020891 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x5186 020892 branch ui_ipc_send_event 
+:      020895 mcfrsdone:
+0x5187 020896 call load_cont_pointers 
+:      020897 mcrsdone1:
+0x5188 020898 increase -6 ,rega 
+:      020899 mloop2:
+0x5189 020900 branch mcrsdone ,zero 
+0x518a 020901 increase 1 ,contr 
+0x518b 020902 increase -1 ,rega 
+0x518c 020903 branch mloop2 
+:      020904 mcrsdone:
+0x518d 020905 rtn 
+:      020906 ml2cap_proc_signal_config_req:
+0x518e 020907 ifetch 1 ,contr 
+0x518f 020908 copy pdata ,queue 
+0x5190 020909 ifetch 2 ,contr 
+0x5191 020910 copy pdata ,rega 
+0x5192 020911 copy regc ,pdata 
+0x5193 020912 isub rega ,regc 
+0x5194 020913 ifetch 2 ,contr 
+0x5195 020914 increase 2 ,contr 
+0x5196 020915 copy pdata ,temp 
+0x5197 020916 setarg signal_config_rsp 
+0x5198 020917 istore 1 ,contw 
+0x5199 020918 copy queue ,pdata 
+0x519a 020919 istore 1 ,contw 
+0x519b 020920 increase 2 ,rega 
+0x519c 020921 copy rega ,pdata 
+0x519d 020922 istore 2 ,contw 
+0x519e 020923 call save_cont_pointers 
+0x519f 020924 bpatchx patch23_7 ,mem_patch23 
+0x51a0 020925 setarg l2cap_sdp_channel 
+0x51a1 020926 isub temp ,null 
+0x51a2 020927 branch ml2cap_proc_signal_config_req_sdp ,zero 
+0x51a3 020928 setarg l2cap_rfcomm_channel 
+0x51a4 020929 isub temp ,null 
+0x51a5 020930 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
+0x51a6 020931 setarg l2cap_hid_control_channel 
+0x51a7 020932 isub temp ,null 
+0x51a8 020933 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x51a9 020934 setarg l2cap_hid_interrupt_channel 
+0x51aa 020935 isub temp ,null 
+0x51ab 020936 branch ml2cap_proc_signal_config_req_hid_int ,zero 
+0x51ac 020937 branch mcfgrq_done 
+:      020938 ml2cap_proc_signal_config_req_sdp:
+0x51ad 020939 fetch 1 ,mem_sdp_state 
+0x51ae 020940 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51af 020941 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51b0 020942 store 1 ,mem_sdp_state 
+0x51b1 020943 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
+0x51b2 020944 fetcht 1 ,mem_control_tasks 
+0x51b3 020945 set1 l2cap_init_config_req ,temp 
+0x51b4 020946 storet 1 ,mem_control_tasks 
+0x51b5 020947 copy queue ,pdata 
+0x51b6 020948 increase 1 ,pdata 
+0x51b7 020949 store 1 ,mem_config_identifier 
+0x51b8 020950 fetch 1 ,mem_sdp_state 
+0x51b9 020951 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x51ba 020952 store 1 ,mem_sdp_state 
+:      020953 ml2cap_proc_signal_config_req_sdp_nsndreq:
+0x51bb 020954 fetch 2 ,mem_sdp_remote_cid 
+0x51bc 020955 store 2 ,mem_config_req_dest_cid 
+0x51bd 020956 branch mcfgrq_done 
+:      020957 ml2cap_proc_signal_config_req_rfcomm:
+0x51be 020958 fetch 1 ,mem_rfcomm_state 
+0x51bf 020959 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51c0 020960 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51c1 020961 store 1 ,mem_rfcomm_state 
+0x51c2 020962 fetch 2 ,mem_rfcomm_remote_cid 
+0x51c3 020963 branch mcfgrq_done 
+:      020964 ml2cap_proc_signal_config_req_hid_ctrl:
+0x51c4 020965 fetch 1 ,mem_hid_control_state 
+0x51c5 020966 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51c6 020967 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51c7 020968 store 1 ,mem_hid_control_state 
+0x51c8 020969 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x51c9 020970 branch mcfgrq_done 
+:      020971 ml2cap_proc_signal_config_req_hid_int:
+0x51ca 020972 fetch 1 ,mem_hid_interrupt_state 
+0x51cb 020973 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51cc 020974 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51cd 020975 store 1 ,mem_hid_interrupt_state 
+0x51ce 020976 fetch 2 ,mem_hid_int_remote_cid 
+:      020979 mcfgrq_done:
+0x51cf 020980 copy pdata ,timeup 
+0x51d0 020981 call load_cont_pointers 
+0x51d1 020983 copy timeup ,pdata 
+0x51d2 020985 istore 2 ,contw 
+0x51d3 020986 force 0x0000 ,pdata 
+0x51d4 020987 istore 2 ,contw 
+0x51d5 020988 force 0x0000 ,pdata 
+0x51d6 020989 istore 2 ,contw 
+0x51d7 020990 force 10 ,pdata 
+0x51d8 020991 iadd regb ,regb 
+0x51d9 020992 increase -6 ,rega 
+:      020993 mloop1:
+0x51da 020994 branch mcrqdone ,zero 
+0x51db 020995 ifetch 1 ,contr 
+0x51dc 020996 istore 1 ,contw 
+0x51dd 020997 increase 1 ,regb 
+0x51de 020998 increase -1 ,rega 
+0x51df 020999 branch mloop1 
+:      021000 mcrqdone:
+0x51e0 021001 rtn 
+:      021002 ml2cap_proc_signal_disconn_req:
+0x51e1 021003 ifetch 1 ,contr 
+0x51e2 021004 copy pdata ,queue 
+0x51e3 021005 ifetch 2 ,contr 
+0x51e4 021006 copy pdata ,rega 
+0x51e5 021007 copy regc ,pdata 
+0x51e6 021008 isub rega ,regc 
+0x51e7 021010 ifetch 2 ,contr 
+0x51e8 021011 copy pdata ,rega 
+0x51e9 021012 ifetch 2 ,contr 
+0x51ea 021013 copy pdata ,timeup 
+0x51eb 021014 call save_cont_pointers 
+0x51ec 021015 bpatchx patch24_0 ,mem_patch24 
+0x51ed 021016 setarg l2cap_sdp_channel 
+0x51ee 021017 copy rega ,temp 
+0x51ef 021018 isub temp ,null 
+0x51f0 021019 branch ml2cap_proc_signal_disconn_sdp ,zero 
+0x51f1 021020 setarg l2cap_hid_control_channel 
+0x51f2 021021 copy rega ,temp 
+0x51f3 021022 isub temp ,null 
+0x51f4 021023 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
+0x51f5 021024 setarg l2cap_hid_interrupt_channel 
+0x51f6 021025 copy rega ,temp 
+0x51f7 021026 isub temp ,null 
+0x51f8 021027 branch ml2cap_proc_signal_disconn_hid_int ,zero 
+0x51f9 021028 branch mclsrfc 
+:      021029 ml2cap_proc_signal_disconn_sdp:
+0x51fa 021030 setarg 0x0000 
+0x51fb 021031 store 2 ,mem_sdp_tx_pkt_length 
+0x51fc 021032 store 2 ,mem_sdp_remote_cid 
+0x51fd 021033 store 1 ,mem_sdp_state 
+0x51fe 021034 branch mclssdp 
+:      021035 ml2cap_proc_signal_disconn_hid_ctrl:
+0x51ff 021036 call l2cap_reset_hid_ctrl_state 
+0x5200 021037 branch mclssdp 
+:      021038 ml2cap_proc_signal_disconn_hid_int:
+0x5201 021039 call l2cap_reset_hid_int_state 
+0x5202 021045 branch mclssdp 
+:      021046 mclsrfc:
+0x5203 021047 setarg 0x0000 
+0x5204 021048 store 2 ,mem_rfcomm_tx_pkt_length 
+:      021049 mclssdp:
+0x5205 021050 call load_cont_pointers 
+0x5206 021051 setarg signal_disconnect_rsp 
+0x5207 021052 istore 1 ,contw 
+0x5208 021053 copy queue ,pdata 
+0x5209 021054 istore 1 ,contw 
+0x520a 021055 setarg 0x0004 
+0x520b 021056 istore 2 ,contw 
+0x520c 021057 copy rega ,pdata 
+0x520d 021058 istore 2 ,contw 
+0x520e 021059 copy timeup ,pdata 
+0x520f 021060 istore 2 ,contw 
+0x5210 021061 force 8 ,pdata 
+0x5211 021062 iadd regb ,regb 
+0x5212 021063 rtn 
+:      021065 ml2cap_proc_signal_disconn_rsp:
+0x5213 021066 ifetch 1 ,contr 
+0x5214 021067 copy pdata ,queue 
+0x5215 021068 ifetch 2 ,contr 
+0x5216 021069 copy pdata ,rega 
+0x5217 021070 ifetch 2 ,contr 
+0x5218 021071 copy pdata ,timeup 
+0x5219 021072 ifetch 2 ,contr 
+0x521a 021073 copy pdata ,temp 
+0x521b 021074 call save_cont_pointers 
+0x521c 021075 bpatchx patch24_1 ,mem_patch24 
+0x521d 021076 fetch 1 ,mem_ml2cap_comm_id 
+0x521e 021077 icompare 0xff ,queue 
+0x521f 021078 nbranch mdisdone ,true 
+0x5220 021079 setarg l2cap_sdp_channel 
+0x5221 021080 isub temp ,null 
+0x5222 021081 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
+0x5223 021082 setarg l2cap_rfcomm_channel 
+0x5224 021083 isub temp ,null 
+0x5225 021084 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
+0x5226 021085 branch mdisdone 
+:      021086 ml2cap_proc_signal_disconn_rsp_sdp:
+0x5227 021087 jam 0 ,mem_sdp_remote_cid 
+0x5228 021088 jam 0 ,mem_sdp_state 
+0x5229 021089 branch mdisdone 
+:      021090 ml2cap_proc_signal_disconn_rsp_rfcomm:
+:      021093 mdisdone:
+0x522a 021094 call load_cont_pointers 
+0x522b 021095 copy regc ,pdata 
+0x522c 021096 isub rega ,regc 
+0x522d 021097 rtn 
+:      021099 ml2cap_proc_send_reject:
+0x522e 021100 setarg signal_cmd_reject 
+0x522f 021101 istore 1 ,contw 
+0x5230 021102 ifetch 1 ,contr 
+0x5231 021103 istore 1 ,contw 
+0x5232 021104 setarg 0x0002 
+0x5233 021105 istore 2 ,contw 
+0x5234 021106 setarg 0x0000 
+0x5235 021107 istore 2 ,contw 
+0x5236 021108 setarg 0x0006 
+0x5237 021109 iadd regb ,regb 
+0x5238 021110 force 4 ,regc 
+0x5239 021111 rtn 
+:      021114 l2cap_get_req_id:
+0x523a 021115 fetch 1 ,mem_ml2cap_comm_id 
+0x523b 021116 increase 1 ,pdata 
+0x523c 021117 bne 0 ,l2cap_get_req_id_ok 
+0x523d 021118 increase 1 ,pdata 
+:      021119 l2cap_get_req_id_ok:
+0x523e 021120 store 1 ,mem_ml2cap_comm_id 
+0x523f 021121 rtn 
+:      021131 l2cap_malloc:
+0x5240 021132 bpatchx patch24_2 ,mem_patch24 
+0x5241 021133 arg 0 ,regb 
+0x5242 021134 call l2cap_malloc_is_fifo_full 
+0x5243 021135 nbranch assert ,blank 
+0x5244 021136 call l2cap_malloc_get_full_map 
+0x5245 021137 arg mem_tx_buff0 ,regb 
+0x5246 021138 arg 0 ,queue 
+:      021139 l2cap_malloc_loop:
+0x5247 021140 fetcht 1 ,mem_used_map 
+0x5248 021141 qisolate1 temp 
+0x5249 021142 branch l2cap_malloc_next ,true 
+0x524a 021143 call l2cap_malloc_enough 
+0x524b 021144 sub timeup ,0 ,null 
+0x524c 021145 branch l2cap_malloc_next ,positive 
+0x524d 021146 call l2cap_malloc_into_fifo 
+0x524e 021147 branch l2cap_malloc_rtn 
+:      021148 l2cap_malloc_next:
+0x524f 021149 increase 128 ,regb 
+0x5250 021150 increase 1 ,queue 
+0x5251 021151 setarg 8 
+0x5252 021152 isub queue ,null 
+0x5253 021153 branch l2cap_malloc_loop ,positive 
+0x5254 021154 arg 0 ,regb 
+:      021155 l2cap_malloc_rtn:
+0x5255 021156 copy regb ,pdata 
+0x5256 021157 branch assert ,blank 
+0x5257 021158 rtn 
+:      021166 l2cap_malloc_fifo_out:
+0x5258 021167 bpatchx patch24_3 ,mem_patch24 
+0x5259 021168 call l2cap_malloc_fifo_get_first_ptr 
+0x525a 021169 increase 1 ,contr 
+0x525b 021170 ifetch 2 ,contr 
+0x525c 021171 rtn 
+:      021177 l2cap_malloc_free:
+0x525d 021178 bpatchx patch24_4 ,mem_patch24 
+0x525e 021179 call l2cap_malloc_fifo_get_first_ptr 
+0x525f 021180 copy contr ,contw 
+0x5260 021181 copy contr ,temp 
+0x5261 021182 setarg 0 
+0x5262 021183 istore 3 ,contw 
+0x5263 021184 rtn 
+:      021189 l2cap_malloc_discard:
+0x5264 021190 bpatchx patch24_5 ,mem_patch24 
+0x5265 021191 call l2cap_malloc_is_fifo_empty 
+0x5266 021192 branch assert ,blank 
+0x5267 021193 fetch 3 ,mem_tx_fifo2 
+0x5268 021194 store 3 ,mem_tx_fifo3 
+0x5269 021195 fetch 3 ,mem_tx_fifo1 
+0x526a 021196 store 3 ,mem_tx_fifo2 
+0x526b 021197 fetch 3 ,mem_tx_fifo0 
+0x526c 021198 store 3 ,mem_tx_fifo1 
+0x526d 021199 rtn 
+:      021205 l2cap_malloc_is_fifo_full:
+0x526e 021206 bpatchx patch24_6 ,mem_patch24 
+0x526f 021207 fetch 3 ,mem_tx_fifo0 
+0x5270 021208 rtn 
+:      021214 l2cap_malloc_is_fifo_nearly_full:
+0x5271 021215 bpatchx patch24_7 ,mem_patch24 
+0x5272 021216 fetch 3 ,mem_tx_fifo1 
+0x5273 021217 rtn 
+:      021223 l2cap_malloc_is_fifo_empty:
+0x5274 021224 bpatchx patch25_0 ,mem_patch25 
+0x5275 021225 fetch 3 ,mem_tx_fifo3 
+0x5276 021226 rtn 
+:      021231 l2cap_malloc_fifo_get_first_ptr:
+0x5277 021232 call l2cap_malloc_is_fifo_empty 
+0x5278 021233 branch assert ,blank 
+0x5279 021234 arg mem_tx_fifo0 ,contr 
+:      021235 l2cap_malloc_free_loop:
+0x527a 021236 ifetch 3 ,contr 
+0x527b 021237 branch l2cap_malloc_free_loop ,blank 
+0x527c 021238 increase -3 ,contr 
+0x527d 021239 rtn 
+:      021246 l2cap_malloc_get_full_map:
+0x527e 021247 bpatchx patch25_1 ,mem_patch25 
+0x527f 021248 arg 4 ,loopcnt 
+0x5280 021249 arg mem_tx_fifo0_map ,contr 
+0x5281 021250 arg 0 ,temp 
+:      021251 l2cap_malloc_get_full_map_loop:
+0x5282 021252 ifetch 3 ,contr 
+0x5283 021253 and pdata ,0xff ,pdata 
+0x5284 021254 ior temp ,temp 
+0x5285 021255 loop l2cap_malloc_get_full_map_loop 
+0x5286 021256 storet 1 ,mem_used_map 
+0x5287 021257 rtn 
+:      021265 l2cap_malloc_into_fifo:
+0x5288 021266 bpatchx patch25_2 ,mem_patch25 
+0x5289 021267 call l2cap_malloc_is_fifo_full 
+0x528a 021268 nbranch assert ,blank 
+0x528b 021269 call l2cap_malloc_is_fifo_empty 
+0x528c 021270 branch l2cap_malloc_into_fifo_no_push ,blank 
+0x528d 021271 fetch 3 ,mem_tx_fifo1 
+0x528e 021272 store 3 ,mem_tx_fifo0 
+0x528f 021273 ifetch 3 ,contr 
+0x5290 021274 istore 3 ,contw 
+0x5291 021275 ifetch 3 ,contr 
+0x5292 021276 istore 3 ,contw 
+0x5293 021277 setarg 0 
+0x5294 021278 istore 3 ,contw 
+:      021279 l2cap_malloc_into_fifo_no_push:
+0x5295 021280 arg 0 ,temp 
+0x5296 021281 copy timeup ,pdata 
+0x5297 021282 iadd queue ,pdata 
+:      021283 l2cap_malloc_into_fifo_loop:
+0x5298 021284 qset1 temp 
+0x5299 021285 increase 1 ,queue 
+0x529a 021286 isub queue ,null 
+0x529b 021287 nbranch l2cap_malloc_into_fifo_loop ,zero 
+0x529c 021289 lshift8 regb ,pdata 
+0x529d 021290 ior temp ,pdata 
+0x529e 021291 store 3 ,mem_tx_fifo3 
+0x529f 021292 rtn 
+:      021302 l2cap_malloc_enough:
+0x52a0 021303 bpatchx patch25_3 ,mem_patch25 
+0x52a1 021304 call l2cap_malloc_get_full_map 
+0x52a2 021305 copy queue ,regc 
+0x52a3 021306 arg 0 ,temp 
+0x52a4 021307 arg 0 ,timeup 
+:      021309 l2cap_malloc_enough_loop:
+0x52a5 021310 copy queue ,pdata 
+0x52a6 021311 beq 8 ,l2cap_malloc_enough_end 
+0x52a7 021312 fetch 1 ,mem_used_map 
+0x52a8 021313 qisolate1 pdata 
+0x52a9 021314 branch l2cap_malloc_enough_end ,true 
+0x52aa 021315 increase 128 ,temp 
+0x52ab 021316 increase 1 ,queue 
+0x52ac 021317 copy rega ,pdata 
+0x52ad 021318 isub temp ,null 
+0x52ae 021319 branch l2cap_malloc_enough_end ,zero 
+0x52af 021320 branch l2cap_malloc_enough_loop ,positive 
+:      021321 l2cap_malloc_enough_end:
+0x52b0 021322 copy temp ,pdata 
+0x52b1 021323 isub rega ,null 
+0x52b2 021324 nbranch l2cap_malloc_enough_rtn ,positive 
+0x52b3 021325 copy queue ,pdata 
+0x52b4 021326 copy regc ,temp 
+0x52b5 021327 isub temp ,timeup 
+:      021328 l2cap_malloc_enough_rtn:
+0x52b6 021329 copy regc ,queue 
+0x52b7 021330 rtn 
+:      021333 l2cap_malloc_signal_channel:
+0x52b8 021334 bpatchx patch25_4 ,mem_patch25 
+0x52b9 021335 arg l2cap_signal_malloc_size ,rega 
+0x52ba 021336 call l2cap_malloc 
+0x52bb 021337 store 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52bc 021338 increase 4 ,pdata 
+0x52bd 021339 store 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52be 021340 setarg 0 
+0x52bf 021341 store 2 ,mem_l2cap_signal_tx_length 
+0x52c0 021342 rtn 
+:      021344 l2cap_get_signal_tx_buff:
+0x52c1 021345 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52c2 021346 branch l2cap_util_pdata_to_contw 
+:      021348 l2cap_get_signal_tx_payload:
+0x52c3 021349 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52c4 021350 branch l2cap_util_pdata_to_contw 
+:      021353 l2cap_malloc_sdp_channel:
+0x52c5 021354 bpatchx patch25_5 ,mem_patch25 
+0x52c6 021355 arg sdp_malloc_size ,rega 
+0x52c7 021356 call l2cap_malloc 
+0x52c8 021357 store 2 ,mem_sdp_tx_buff_ptr 
+0x52c9 021358 increase 4 ,pdata 
+0x52ca 021359 store 2 ,mem_sdp_tx_payload_ptr 
+0x52cb 021360 setarg 0 
+0x52cc 021361 store 2 ,mem_sdp_tx_pkt_length 
+0x52cd 021362 rtn 
+:      021364 l2cap_get_sdp_tx_buff:
+0x52ce 021365 fetch 2 ,mem_sdp_tx_buff_ptr 
+0x52cf 021366 branch l2cap_util_pdata_to_contw 
+:      021368 l2cap_get_sdp_tx_payload:
+0x52d0 021369 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x52d1 021370 branch l2cap_util_pdata_to_contw 
+:      021373 l2cap_malloc_rfcomm_channel:
+0x52d2 021374 bpatchx patch25_6 ,mem_patch25 
+0x52d3 021375 call push_stack 
+0x52d4 021376 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
+0x52d5 021377 call l2cap_malloc_is_fifo_full 
+0x52d6 021378 nrtn blank 
+0x52d7 021379 arg rfcomm_malloc_size ,rega 
+0x52d8 021380 call l2cap_malloc 
+0x52d9 021381 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x52da 021382 increase 4 ,pdata 
+0x52db 021383 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x52dc 021384 setarg 0 
+0x52dd 021385 store 2 ,mem_rfcomm_tx_pkt_length 
+0x52de 021386 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x52df 021387 branch pop_stack 
+:      021389 l2cap_get_rfcomm_tx_buff:
+0x52e0 021390 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x52e1 021391 branch l2cap_util_pdata_to_contw 
+:      021393 l2cap_util_pdata_to_contw:
+0x52e2 021394 branch assert ,blank 
+0x52e3 021395 copy pdata ,contw 
+0x52e4 021396 rtn 
+:      021399 l2cap_lpm_save_calc_len:
+0x52e5 021400 bpatchx patch25_7 ,mem_patch25 
+0x52e6 021401 arg 0 ,regb 
+0x52e7 021402 arg mem_tx_fifo0_map ,rega 
+0x52e8 021403 increase -2 ,rega 
+:      021404 l2cap_lpm_save_calc_len_loop:
+0x52e9 021405 increase 2 ,rega 
+0x52ea 021406 setarg mem_tx_fifo_end 
+0x52eb 021407 isub rega ,null 
+0x52ec 021408 branch l2cap_lpm_save_calc_len_end ,zero 
+0x52ed 021409 ifetch 1 ,rega 
+0x52ee 021410 increase 1 ,rega 
+0x52ef 021411 branch l2cap_lpm_save_calc_len_loop ,blank 
+0x52f0 021412 ifetcht 2 ,rega 
+0x52f1 021413 ifetch 2 ,temp 
+0x52f2 021414 iadd regb ,regb 
+0x52f3 021415 increase 4 ,regb 
+0x52f4 021416 branch l2cap_lpm_save_calc_len_loop 
+:      021417 l2cap_lpm_save_calc_len_end:
+0x52f5 021418 copy regb ,pdata 
+0x52f6 021419 rtn 
+:      021422 l2cap_lpm_get_wake_lock:
+0x52f7 021423 arg wake_lock_l2cap_tx ,queue 
+0x52f8 021424 branch lpm_get_wake_lock 
+:      021426 l2cap_lpm_put_wake_lock:
+0x52f9 021427 arg wake_lock_l2cap_tx ,queue 
+0x52fa 021428 branch lpm_put_wake_lock 
+:      021430 l2cap_lpm_save_txbuf:
+0x52fb 021431 bpatchx patch26_0 ,mem_patch26 
+0x52fc 021432 call l2cap_malloc_get_full_map 
+0x52fd 021433 fetch 1 ,mem_used_map 
+0x52fe 021434 rtn blank 
+0x52ff 021435 call l2cap_lpm_save_calc_len 
+0x5300 021436 arg l2cap_lpm_txbuf_len ,temp 
+0x5301 021437 isub temp ,null 
+0x5302 021438 branch l2cap_lpm_get_wake_lock ,positive 
+0x5303 021439 call l2cap_lpm_put_wake_lock 
+0x5304 021440 arg mem_l2cap_lpm_txbuf ,contw 
+0x5305 021441 arg mem_tx_fifo0 ,rega 
+:      021442 l2cap_lpm_save_txbuf_loop:
+0x5306 021443 setarg mem_tx_fifo_end 
+0x5307 021444 isub rega ,null 
+0x5308 021445 rtn zero 
+0x5309 021446 ifetch 1 ,rega 
+0x530a 021447 increase 1 ,rega 
+0x530b 021448 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+0x530c 021449 istore 2 ,contw 
+0x530d 021450 increase 2 ,rega 
+0x530e 021451 branch l2cap_lpm_save_txbuf_loop 
+:      021452 l2cap_lpm_save_txbuf_nempty:
+0x530f 021453 ifetch 2 ,rega 
+0x5310 021454 increase 2 ,rega 
+0x5311 021455 copy pdata ,contr 
+0x5312 021456 ifetch 2 ,contr 
+0x5313 021457 istore 2 ,contw 
+0x5314 021458 copy pdata ,loopcnt 
+0x5315 021459 increase 2 ,loopcnt 
+0x5316 021460 call memcpy 
+0x5317 021461 branch l2cap_lpm_save_txbuf_loop 
+:      021463 l2cap_lpm_load_txbuf:
+0x5318 021464 bpatchx patch26_1 ,mem_patch26 
+0x5319 021465 call l2cap_malloc_get_full_map 
+0x531a 021466 fetch 1 ,mem_used_map 
+0x531b 021467 rtn blank 
+0x531c 021468 arg mem_tx_fifo0_ptr ,rega 
+0x531d 021469 increase -3 ,rega 
+0x531e 021470 arg mem_l2cap_lpm_txbuf ,contr 
+:      021471 l2cap_lpm_load_txbuf_loop:
+0x531f 021472 increase 3 ,rega 
+0x5320 021473 setarg mem_tx_fifo_end + 1 
+0x5321 021474 isub rega ,null 
+0x5322 021475 rtn zero 
+0x5323 021476 ifetch 2 ,contr 
+0x5324 021477 branch l2cap_lpm_load_txbuf_loop ,blank 
+0x5325 021478 increase 4 ,pdata 
+0x5326 021479 copy pdata ,loopcnt 
+0x5327 021480 copy contr ,regb 
+0x5328 021481 ifetch 2 ,rega 
+0x5329 021482 copy pdata ,contw 
+0x532a 021483 copy regb ,contr 
+0x532b 021484 increase -2 ,contr 
+0x532c 021485 call memcpy 
+0x532d 021486 branch l2cap_lpm_load_txbuf_loop 
+:      021496 le_init_conn:
+0x532e 021497 bpatchx patch26_2 ,mem_patch26 
+0x532f 021498 disable wake 
+0x5330 021499 jam 1 ,mem_le_conn_handle 
+0x5331 021500 jam 3 ,mem_le_state 
+0x5332 021501 jam 1 ,mem_le_arq 
+0x5333 021502 setarg -1 
+0x5334 021503 store 2 ,mem_le_event_count 
+0x5335 021504 force 0 ,pdata 
+0x5336 021505 store 1 ,mem_le_ch 
+0x5337 021506 store 1 ,mem_le_op 
+0x5338 021507 store 3 ,mem_sniff_rcv 
+0x5339 021508 store 3 ,mem_sniff_lost 
+0x533a 021509 store 5 ,mem_le_pcnt_tx 
+0x533b 021510 set1 39 ,pdata 
+0x533c 021511 store 5 ,mem_le_pcnt_rx 
+0x533d 021512 jam 1 ,mem_le_txheader 
+0x533e 021513 jam 0 ,mem_le_txlen 
+0x533f 021514 branch le_supervision_flush 
+:      021516 le_init_master:
+0x5340 021517 bpatchx patch26_3 ,mem_patch26 
+0x5341 021518 enable master 
+0x5342 021519 jam lemode_master ,mem_le_mode 
+0x5343 021520 jam 1 ,mem_le_att_handle 
+0x5344 021521 jam 1 ,mem_le_search_handle_start 
+0x5345 021522 setarg 0xffff 
+0x5346 021523 store 2 ,mem_le_search_handle_end 
+0x5347 021524 force 0 ,pdata 
+0x5348 021525 store 5 ,mem_le_pcnt_rx 
+0x5349 021526 set1 39 ,pdata 
+0x534a 021527 store 5 ,mem_le_pcnt_tx 
+0x534b 021528 branch le_init_conn 
+:      021531 le_init_slave:
+0x534c 021532 bpatchx patch26_4 ,mem_patch26 
+0x534d 021533 disable master 
+0x534e 021534 setarg 0x17 
+0x534f 021535 store 2 ,mem_le_remote_mtu 
+0x5350 021536 jam lemode_slave ,mem_le_mode 
+0x5351 021537 jam 0 ,mem_le_adv_enable 
+0x5352 021538 jam 0 ,mem_lpm_current_mult 
+0x5353 021539 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x5354 021540 jam flag_le_enc_null ,mem_le_enc_state 
+0x5355 021541 fetch 2 ,mem_le_superto 
+0x5356 021542 store 2 ,mem_le_init_superto 
+0x5357 021543 fetch 2 ,mem_le_tsniff 
+0x5358 021544 mul32 pdata ,5 ,pdata 
+0x5359 021545 rshift4 pdata ,pdata 
+0x535a 021546 store 2 ,mem_le_superto 
+0x535b 021547 branch le_init_conn 
+:      021553 le_dispatch:
+0x535c 021554 call le_enable 
+0x535d 021555 call le_scan 
+0x535e 021556 call le_adv 
+0x535f 021557 branch le_disable 
+:      021559 le_conn_dispatch:
+0x5360 021560 bpatchx patch26_5 ,mem_patch26 
+0x5361 021561 call le_enable 
+0x5362 021562 call app_process_ble 
+0x5363 021563 fetch 1 ,mem_le_mode 
+0x5364 021564 beq lemode_master ,le_master_dispatch 
+0x5365 021565 branch le_slave_dispatch 
+:      021571 le_master_dispatch:
+0x5366 021572 bpatchx patch26_6 ,mem_patch26 
+0x5367 021573 enable master 
+0x5368 021574 call le_supervision_update 
+0x5369 021575 branch le_master_disconn ,positive 
+0x536a 021576 call check_ble_disabled 
+0x536b 021577 call le_setup 
+0x536c 021578 call le_prepare_tx 
+0x536d 021579 disable match 
+0x536e 021580 call le_transmit_receive_sifs 
+0x536f 021581 nrtn match 
+0x5370 021582 bpatchx patch26_7 ,mem_patch26 
+0x5371 021583 fetch 1 ,mem_le_conn_rcv 
+0x5372 021584 increase 1 ,pdata 
+0x5373 021585 store 1 ,mem_le_conn_rcv 
+0x5374 021586 call le_acknowledge 
+0x5375 021587 disable master 
+0x5376 021588 rtn 
+:      021590 le_master_disconn:
+0x5377 021591 call le_disconnect 
+0x5378 021592 disable master 
+0x5379 021593 rtn 
+:      021598 le_slave_dispatch:
+0x537a 021599 bpatchx patch27_0 ,mem_patch27 
+0x537b 021600 jam 0 ,mem_le_md_count 
+0x537c 021601 call sp_calc_sequence_256 
+0x537d 021602 call le_secure_connect_sm 
+0x537e 021603 disable attempt 
+0x537f 021604 call le_supervision_update 
+0x5380 021605 branch le_slave_disconn ,positive 
+0x5381 021606 call check_ble_disabled 
+0x5382 021607 call le_setup 
+0x5383 021608 call le_receive_slave 
+0x5384 021609 nbranch le_slave_unsync ,sync 
+0x5385 021610 call le_got_first_packet 
+0x5386 021611 branch le_slave_match ,match 
+0x5387 021612 branch le_slave_cont 
+:      021615 le_slave_match:
+0x5388 021616 bpatchx patch27_1 ,mem_patch27 
+0x5389 021617 fetch 1 ,mem_le_md_count 
+0x538a 021618 pincrease 1 
+0x538b 021619 store 1 ,mem_le_md_count 
+0x538c 021620 beq le_md_max_count ,le_slave_cont 
+0x538d 021621 call le_acknowledge 
+0x538e 021622 call le_prepare_tx 
+0x538f 021623 call le_transmit_norx 
+0x5390 021624 call le_parse 
+0x5391 021625 fetch 2 ,mem_cb_ble_transmit 
+0x5392 021626 call callback_func 
+0x5393 021627 call le_check_md 
+0x5394 021628 branch le_slave_more_data ,user 
+:      021629 le_slave_cont:
+0x5395 021630 bpatchx patch27_2 ,mem_patch27 
+0x5396 021631 call le_pairing_sm 
+0x5397 021632 call le_check_paring_time 
+0x5398 021633 call check_51cmd 
+0x5399 021634 fetch 1 ,mem_le_op 
+0x539a 021635 bbit1 op_disconn ,le_slave_disconn 
+:      021636 le_slave_unsync:
+0x539b 021637 bpatchx patch27_3 ,mem_patch27 
+0x539c 021638 call le_lpm_set_mult 
+0x539d 021639 call le_update_channel_map 
+0x539e 021640 call le_update_param 
+0x539f 021641 branch calc_clke_offset 
+:      021644 le_check_md:
+0x53a0 021645 disable user 
+0x53a1 021646 bmark1 mark_ble_rx_md ,enable_user 
+0x53a2 021647 bmark1 mark_ble_tx_md ,enable_user 
+0x53a3 021648 rtn 
+:      021651 le_slave_more_data:
+0x53a4 021652 bpatchx patch27_4 ,mem_patch27 
+0x53a5 021653 enable attempt 
+0x53a6 021654 call le_transmit_receive_sifs_notx 
+0x53a7 021655 branch le_slave_match ,match 
+0x53a8 021656 branch le_slave_cont 
+:      021658 le_slave_disconn:
+:      021661 le_disconnect:
+0x53a9 021662 bpatchx patch27_5 ,mem_patch27 
+0x53aa 021663 call le_clear_connection_info 
+0x53ab 021664 call app_disconn_reason_collect_ble 
+0x53ac 021665 call sp_initialize_256 
+0x53ad 021666 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x53ae 021667 branch ui_ipc_send_event 
+:      021669 le_clear_connection_info:
+0x53af 021670 setarg 0 
+0x53b0 021671 store 9 ,mem_le_tx_buff_used 
+0x53b1 021672 jam 0 ,mem_le_conn_handle 
+0x53b2 021673 jam lemode_idle ,mem_le_mode 
+0x53b3 021674 jam 0 ,mem_le_state 
+0x53b4 021675 jam flag_le_enc_null ,mem_le_enc_state 
+0x53b5 021676 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x53b6 021677 rtn 
+:      021679 le_got_first_packet:
+0x53b7 021680 bpatchx patch27_6 ,mem_patch27 
+0x53b8 021681 fetch 1 ,mem_le_conn_rcv 
+0x53b9 021682 increase 1 ,pdata 
+0x53ba 021683 store 1 ,mem_le_conn_rcv 
+0x53bb 021684 fetch 1 ,mem_le_state 
+0x53bc 021685 rtnbit1 lestate_got_first_packet 
+0x53bd 021686 set1 lestate_got_first_packet 
+0x53be 021687 store 1 ,mem_le_state 
+0x53bf 021688 fetch 2 ,mem_le_init_superto 
+0x53c0 021689 store 2 ,mem_le_superto 
+0x53c1 021690 setarg 0 
+0x53c2 021691 store 4 ,mem_le_transmit_window 
+0x53c3 021692 rtn 
+:      021695 le_enable:
+0x53c4 021696 bpatchx patch27_7 ,mem_patch27 
+0x53c5 021697 jam 0x36 ,rf_adc_goff 
+0x53c6 021698 jam 0x5f ,rf_agc_nsat 
+0x53c7 021699 enable le 
+0x53c8 021700 jam 7 ,rfen_ulp 
+0x53c9 021701 call check_ble_disabled 
+0x53ca 021702 fetch 1 ,mem_250k_freq_enable 
+0x53cb 021703 rtn blank 
+0x53cc 021704 jam 0xb8 ,rf_iq_gain 
+0x53cd 021705 rtn 
+:      021707 le_disable:
+0x53ce 021708 bpatchx patch28_0 ,mem_patch28 
+0x53cf 021709 jam 0x2e ,rf_adc_goff 
+0x53d0 021710 jam 0xff ,rf_agc_nsat 
+0x53d1 021711 disable le 
+0x53d2 021712 jam 3 ,rfen_ulp 
+0x53d3 021713 arg 0 ,stop_watch 
+0x53d4 021714 rtn 
+:      021716 le_prep:
+0x53d5 021717 disable enable_crc 
+0x53d6 021718 disable enable_white 
+0x53d7 021719 fetch 3 ,mem_le_crcinit 
+0x53d8 021720 iforce crc24_init 
+0x53d9 021721 fetch 1 ,mem_le_ch_mapped 
+0x53da 021722 reverse pdata ,temp 
+0x53db 021723 set1 1 ,temp 
+0x53dc 021724 rshift temp ,white_init 
+0x53dd 021725 rtn 
+:      021728 lerx_setfreq:
+0x53de 021729 call le_setfreq 
+0x53df 021730 call set_freq_rx 
+0x53e0 021731 setarg param_pll_setup 
+0x53e1 021732 call sleep 
+0x53e2 021733 branch rf_rx_enable 
+:      021735 letx_setfreq:
+0x53e3 021736 branch txon ,match 
+:      021737 letx_setfreq0:
+0x53e4 021738 call le_setfreq 
+0x53e5 021739 branch set_freq_tx 
+:      021740 le_setfreq:
+0x53e6 021741 bpatchx patch28_1 ,mem_patch28 
+0x53e7 021742 call set_sync_on 
+0x53e8 021743 fetch 1 ,mem_le_testtype 
+0x53e9 021744 nbranch le_ctf_test ,blank 
+0x53ea 021745 fetch 1 ,mem_le_ch_mapped 
+0x53eb 021746 sub pdata ,36 ,null 
+0x53ec 021747 branch le_ctf_normal ,positive 
+0x53ed 021748 force 0 ,temp 
+0x53ee 021749 rtneq 37 
+0x53ef 021750 force 24 ,temp 
+0x53f0 021751 rtneq 38 
+0x53f1 021752 force 78 ,temp 
+0x53f2 021753 rtn 
+:      021755 le_ctf_normal:
+0x53f3 021756 sub pdata ,10 ,null 
+0x53f4 021757 branch le_ctf_low ,positive 
+0x53f5 021758 increase 1 ,pdata 
+:      021760 le_ctf_low:
+0x53f6 021761 lshift pdata ,pdata 
+0x53f7 021762 add pdata ,2 ,temp 
+0x53f8 021763 rtn 
+:      021765 le_ctf_test:
+0x53f9 021766 fetch 1 ,mem_le_ch_mapped 
+0x53fa 021767 lshift pdata ,temp 
+0x53fb 021768 rtn 
+:      021770 le_sca_map:
+0x53fc 021771 arg 500 ,temp 
+0x53fd 021772 rtn blank 
+0x53fe 021773 arg 250 ,temp 
+0x53ff 021774 rtneq 1 
+0x5400 021775 arg 150 ,temp 
+0x5401 021776 rtneq 2 
+0x5402 021777 arg 100 ,temp 
+0x5403 021778 rtneq 3 
+0x5404 021779 arg 75 ,temp 
+0x5405 021780 rtneq 4 
+0x5406 021781 arg 50 ,temp 
+0x5407 021782 rtneq 5 
+0x5408 021783 arg 40 ,temp 
+0x5409 021784 rtneq 6 
+0x540a 021785 arg 20 ,temp 
+0x540b 021786 rtn 
+:      021790 le_adv_access:
+0x540c 021791 setarg 0x8e89be 
+0x540d 021792 lshift8 pdata ,pdata 
+0x540e 021793 or_into 0xd6 ,pdata 
+0x540f 021794 iforce access 
+0x5410 021795 setarg 0x555555 
+0x5411 021796 store 3 ,mem_le_crcinit 
+0x5412 021797 rtn 
+:      021799 le_setup:
+0x5413 021800 bpatchx patch28_2 ,mem_patch28 
+0x5414 021801 enable swfine 
+0x5415 021802 fetch 4 ,mem_le_access 
+0x5416 021803 iforce access 
+0x5417 021804 call le_map_channel 
+0x5418 021805 setarg 0x200 
+0x5419 021806 branch le_setup_master ,master 
+0x541a 021807 fetch 2 ,mem_le_receive_window 
+0x541b 021808 rshift pdata ,pdata 
+:      021809 le_setup_master:
+0x541c 021810 arg param_pll_setup ,temp 
+0x541d 021811 iadd temp ,pdata 
+0x541e 021812 call ahead_window 
+0x541f 021813 deposit clke 
+0x5420 021814 store 6 ,mem_le_rxon_ts 
+0x5421 021815 rtn 
+:      021817 le_next_adv_channel:
+0x5422 021818 bpatchx patch28_3 ,mem_patch28 
+0x5423 021819 fetch 1 ,mem_le_ch_mapped 
+0x5424 021820 beq 37 ,le_next_adv_channel_curr_channel_37 
+0x5425 021821 beq 38 ,le_next_adv_channel_curr_channel_38 
+0x5426 021822 beq 39 ,le_next_adv_channel_curr_channel_39 
+0x5427 021823 branch le_next_adv_channel_curr_channel_39 
+:      021825 le_next_adv_channel_curr_channel_37:
+0x5428 021826 fetcht 1 ,mem_le_adv_channel_map 
+0x5429 021827 isolate1 bit_adv_channel_map_38 ,temp 
+0x542a 021828 branch set_le_next_adv_channel_38 ,true 
+0x542b 021829 isolate1 bit_adv_channel_map_39 ,temp 
+0x542c 021830 branch set_le_next_adv_channel_39 ,true 
+0x542d 021831 branch set_le_next_adv_channel_37 
+:      021834 le_next_adv_channel_curr_channel_38:
+0x542e 021835 fetcht 1 ,mem_le_adv_channel_map 
+0x542f 021836 isolate1 bit_adv_channel_map_39 ,temp 
+0x5430 021837 branch set_le_next_adv_channel_39 ,true 
+0x5431 021838 isolate1 bit_adv_channel_map_37 ,temp 
+0x5432 021839 branch set_le_next_adv_channel_37 ,true 
+0x5433 021840 branch set_le_next_adv_channel_38 
+:      021843 le_next_adv_channel_curr_channel_39:
+0x5434 021844 fetcht 1 ,mem_le_adv_channel_map 
+0x5435 021845 isolate1 bit_adv_channel_map_37 ,temp 
+0x5436 021846 branch set_le_next_adv_channel_37 ,true 
+0x5437 021847 isolate1 bit_adv_channel_map_38 ,temp 
+0x5438 021848 branch set_le_next_adv_channel_38 ,true 
+0x5439 021849 branch set_le_next_adv_channel_39 
+:      021853 set_le_next_adv_channel_37:
+0x543a 021854 jam 37 ,mem_le_ch_mapped 
+0x543b 021855 fetch 1 ,mem_le_adv_channel_map_temp 
+0x543c 021856 set1 bit_adv_channel_map_37 ,pdata 
+0x543d 021857 store 1 ,mem_le_adv_channel_map_temp 
+0x543e 021858 rtn 
+:      021860 set_le_next_adv_channel_38:
+0x543f 021861 jam 38 ,mem_le_ch_mapped 
+0x5440 021862 fetch 1 ,mem_le_adv_channel_map_temp 
+0x5441 021863 set1 bit_adv_channel_map_38 ,pdata 
+0x5442 021864 store 1 ,mem_le_adv_channel_map_temp 
+0x5443 021865 rtn 
+:      021867 set_le_next_adv_channel_39:
+0x5444 021868 jam 39 ,mem_le_ch_mapped 
+0x5445 021869 fetch 1 ,mem_le_adv_channel_map_temp 
+0x5446 021870 set1 bit_adv_channel_map_39 ,pdata 
+0x5447 021871 store 1 ,mem_le_adv_channel_map_temp 
+0x5448 021872 rtn 
+:      021876 le_context_nexthop:
+0x5449 021877 bpatchx patch28_4 ,mem_patch28 
+0x544a 021878 add rega ,coffset_mode ,contr 
+0x544b 021879 ifetch 1 ,contr 
+0x544c 021880 rtnbit0 mode_le 
+0x544d 021881 add rega ,coffset_le_event_cnt ,contw 
+0x544e 021882 ifetch 2 ,contw 
+0x544f 021883 increase 1 ,pdata 
+0x5450 021884 istore 2 ,contw 
+0x5451 021885 add rega ,coffset_le_hop ,contr 
+0x5452 021886 ifetch 1 ,contr 
+0x5453 021887 add rega ,coffset_le_ch ,contw 
+0x5454 021888 ifetcht 1 ,contw 
+0x5455 021889 iadd temp ,pdata 
+0x5456 021890 sub pdata ,36 ,null 
+0x5457 021891 branch le_nexthop_nowrap ,positive 
+0x5458 021892 increase -37 ,pdata 
+:      021893 le_nexthop_nowrap:
+0x5459 021894 istore 1 ,contw 
+0x545a 021895 rtn 
+:      021898 le_calc_channel_map:
+0x545b 021899 bpatchx patch28_5 ,mem_patch28 
+0x545c 021900 fetch 5 ,mem_le_channel_map 
+0x545d 021901 force 0 ,temp 
+0x545e 021902 force 37 ,loopcnt 
+:      021903 le_count_channels_loop:
+0x545f 021904 bbit0 0 ,le_count_channels_notused 
+0x5460 021905 increase 1 ,temp 
+:      021906 le_count_channels_notused:
+0x5461 021907 rshift pdata ,pdata 
+0x5462 021908 loop le_count_channels_loop 
+0x5463 021909 add temp ,-1 ,pdata 
+0x5464 021910 store 1 ,mem_le_channels 
+0x5465 021911 rtn 
+:      021913 le_map_channel:
+0x5466 021914 bpatchx patch28_6 ,mem_patch28 
+0x5467 021915 fetch 1 ,mem_le_ch 
+0x5468 021916 iforce queue 
+0x5469 021917 fetcht 5 ,mem_le_channel_map 
+0x546a 021918 qisolate1 temp 
+0x546b 021919 branch le_map_channel_end ,true 
+:      021920 le_map_channel_next:
+0x546c 021921 bpatchx patch28_7 ,mem_patch28 
+0x546d 021922 fetch 1 ,mem_le_channels 
+0x546e 021923 isub queue ,pdata 
+0x546f 021924 branch le_map_channel_cont ,positive 
+0x5470 021925 sub pdata ,-1 ,queue 
+0x5471 021926 branch le_map_channel_next 
+:      021927 le_map_channel_cont:
+0x5472 021928 copy queue ,loopcnt 
+0x5473 021929 force 0 ,queue 
+:      021930 le_map_channel_loop:
+0x5474 021931 qisolate1 temp 
+0x5475 021932 branch le_map_channel_skip ,true 
+0x5476 021933 increase 1 ,loopcnt 
+:      021934 le_map_channel_skip:
+0x5477 021935 deposit loopcnt 
+0x5478 021936 branch le_map_channel_end ,blank 
+0x5479 021937 increase 1 ,queue 
+0x547a 021938 increase -1 ,loopcnt 
+0x547b 021939 branch le_map_channel_loop 
+:      021940 le_map_channel_end:
+0x547c 021941 deposit queue 
+0x547d 021942 store 1 ,mem_le_ch_mapped 
+0x547e 021943 rtn 
+:      021946 le_wait_tx:
+0x547f 021947 branch le_wait_master ,master 
+0x5480 021948 until null ,timeout 
+0x5481 021949 rtn 
+:      021951 le_wait_master:
+0x5482 021952 arg 0xea0 ,timeup 
+0x5483 021953 until clkn_rt ,meet 
+0x5484 021954 rtn 
+:      021956 le_receive_adv:
+0x5485 021957 disable swfine 
+0x5486 021958 fetch 2 ,mem_le_scan_window 
+0x5487 021959 copy pdata ,timeup 
+0x5488 021960 branch le_receive_packet 
+:      021963 le_receive_slave:
+0x5489 021964 bpatchx patch29_0 ,mem_patch29 
+0x548a 021965 enable swfine 
+0x548b 021966 fetch 2 ,mem_le_receive_window 
+0x548c 021967 fetcht 4 ,mem_le_transmit_window 
+0x548d 021968 iadd temp ,timeup 
+:      021969 le_receive_packet:
+0x548e 021970 call lerx_setfreq 
+:      021971 le_receive_rxon:
+0x548f 021972 bpatchx patch29_1 ,mem_patch29 
+0x5490 021973 call le_prep 
+0x5491 021974 disable match 
+0x5492 021975 enable decode_fec0 
+0x5493 021976 enable is_rx 
+0x5494 021977 disable is_tx 
+0x5495 021978 copy timeup ,stop_watch 
+0x5496 021979 correlate null ,timeout 
+0x5497 021980 branch le_receive_on_attempt ,attempt 
+0x5498 021981 copy clke ,temp 
+0x5499 021982 storet 6 ,mem_sync_clke 
+:      021983 le_receive_on_attempt:
+0x549a 021984 nbranch end_of_packet ,sync 
+0x549b 021985 branch le_receive_skip ,attempt 
+0x549c 021986 arg param_clke_cal_le ,clke_rt 
+0x549d 021987 copy bt_clk ,clke_bt 
+0x549e 021988 fetch 1 ,mem_le_state 
+0x549f 021989 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x54a0 021990 call lpm_adjust_clk ,wake 
+:      021991 le_receive_skip:
+0x54a1 021992 bpatchx patch29_2 ,mem_patch29 
+0x54a2 021993 call save_rssi 
+0x54a3 021994 enable enable_white 
+0x54a4 021995 enable enable_crc 
+0x54a5 021996 parse demod ,bucket ,8 
+0x54a6 021997 rshift3 pwindow ,pdata 
+0x54a7 021998 store 1 ,mem_le_rxbuf 
+0x54a8 021999 parse demod ,bucket ,8 
+0x54a9 022000 rshift3 pwindow ,pdata 
+0x54aa 022001 istore 1 ,contw 
+0x54ab 022002 and pdata ,0x3f ,loopcnt 
+0x54ac 022003 branch lerx_nopayload ,zero 
+:      022005 lerx_loop:
+0x54ad 022006 parse demod ,bucket ,8 
+0x54ae 022007 rshift3 pwindow ,pdata 
+0x54af 022008 istore 1 ,contw 
+0x54b0 022009 loop lerx_loop 
+:      022011 lerx_nopayload:
+0x54b1 022012 bpatchx patch29_3 ,mem_patch29 
+0x54b2 022013 parse demod ,bucket ,24 
+0x54b3 022014 enable swfine 
+0x54b4 022015 arg param_sifs ,stop_watch 
+0x54b5 022016 rshift32 pdata ,pdata 
+0x54b6 022017 rshift16 pdata ,pdata 
+0x54b7 022018 istore 3 ,contw 
+0x54b8 022019 branch end_of_packet ,crc_failed 
+0x54b9 022020 enable match 
+0x54ba 022021 fetch 1 ,mem_last_freq 
+0x54bb 022022 add pdata ,0 ,rega 
+0x54bc 022023 call rf_write_freq 
+0x54bd 022024 disable decode_fec0 
+0x54be 022025 branch set_sync_on 
+:      022027 le_transmit_receive_sifs:
+0x54bf 022028 bpatchx patch29_4 ,mem_patch29 
+0x54c0 022029 call le_transmit 
+:      022030 le_transmit_receive_sifs_notx:
+0x54c1 022031 fetcht 1 ,mem_last_freq 
+0x54c2 022032 call set_freq_rx 
+0x54c3 022033 call rf_rx_enable 
+0x54c4 022034 enable swfine 
+0x54c5 022035 arg 5500 ,timeup 
+0x54c6 022036 branch le_receive_rxon 
+:      022038 le_transmit_norx:
+0x54c7 022039 call le_transmit 
+0x54c8 022040 branch end_of_packet 
+:      022042 le_transmit:
+0x54c9 022043 bpatchx patch29_5 ,mem_patch29 
+0x54ca 022044 call le_prep 
+0x54cb 022045 call letx_setfreq 
+0x54cc 022046 branch le_transmit0 
+:      022048 le_transmit0:
+0x54cd 022049 set1 txgfsk ,radio_ctrl 
+0x54ce 022050 enable encode_fec0 
+0x54cf 022051 enable is_tx 
+0x54d0 022052 disable is_rx 
+0x54d1 022053 call le_wait_tx 
+0x54d2 022054 rshift16 access ,pdata 
+0x54d3 022055 rshift8 pdata ,pdata 
+0x54d4 022056 rshift4 pdata ,pdata 
+0x54d5 022057 inject mod ,40 
+0x54d6 022058 enable enable_white 
+0x54d7 022059 enable enable_crc 
+0x54d8 022060 bpatchx patch29_6 ,mem_patch29 
+0x54d9 022061 fetch 1 ,mem_le_txheader 
+0x54da 022062 inject mod ,8 
+0x54db 022063 ifetch 1 ,contr 
+0x54dc 022064 and pdata ,0x3f ,loopcnt 
+0x54dd 022065 inject mod ,8 
+0x54de 022066 branch letr_nopayload ,zero 
+:      022067 letr_loop:
+0x54df 022068 ifetch 1 ,contr 
+0x54e0 022069 inject mod ,8 
+0x54e1 022070 loop letr_loop 
+:      022072 letr_nopayload:
+0x54e2 022073 enable enable_parity 
+0x54e3 022074 inject mod ,24 
+0x54e4 022075 disable enable_parity 
+0x54e5 022076 until null ,tx_clear 
+0x54e6 022077 nop 100 
+0x54e7 022078 disable encode_fec0 
+0x54e8 022079 rtn 
+:      022081 le_send_adv_ind:
+0x54e9 022082 bpatchx patch29_7 ,mem_patch29 
+0x54ea 022083 fetch 1 ,mem_le_adv_type 
+0x54eb 022084 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x54ec 022085 fetch 1 ,mem_le_adv_own_addr_type 
+0x54ed 022086 lshift4 pdata ,pdata 
+0x54ee 022087 lshift2 pdata ,pdata 
+0x54ef 022088 store 1 ,mem_le_txheader 
+0x54f0 022089 fetcht 1 ,mem_le_adv_data_len 
+0x54f1 022090 add temp ,6 ,pdata 
+0x54f2 022091 store 1 ,mem_le_txlen 
+0x54f3 022092 fetch 6 ,mem_le_lap 
+0x54f4 022093 store 6 ,mem_le_txpayload 
+0x54f5 022094 copy temp ,loopcnt 
+0x54f6 022095 arg mem_le_adv_data ,contr 
+0x54f7 022096 call memcpy_fast 
+0x54f8 022097 branch le_send_adv_transmit 
+:      022098 le_send_adv_direct_ind:
+0x54f9 022099 fetch 1 ,mem_le_adv_direct_addr_type 
+0x54fa 022100 lshift4 pdata ,pdata 
+0x54fb 022101 lshift2 pdata ,pdata 
+0x54fc 022102 increase 1 ,pdata 
+0x54fd 022103 store 1 ,mem_le_txheader 
+0x54fe 022104 setarg 12 
+0x54ff 022105 store 1 ,mem_le_txlen 
+0x5500 022106 fetch 6 ,mem_le_lap 
+0x5501 022107 store 6 ,mem_le_txpayload 
+0x5502 022108 fetch 6 ,mem_hci_plap 
+0x5503 022109 istore 6 ,contw 
+:      022110 le_send_adv_transmit:
+0x5504 022111 bpatchx patch2a_0 ,mem_patch2a 
+0x5505 022112 fetch 1 ,mem_le_adv_transmit 
+0x5506 022113 increase 1 ,pdata 
+0x5507 022114 store 1 ,mem_le_adv_transmit 
+0x5508 022115 arg 1800 ,stop_watch 
+0x5509 022116 disable match 
+0x550a 022117 branch le_transmit_receive_sifs 
+:      022119 le_send_scan_request:
+0x550b 022120 bpatchx patch2a_1 ,mem_patch2a 
+0x550c 022121 fetch 1 ,mem_le_scan_type 
+0x550d 022122 rtnne le_scan_type_active 
+0x550e 022123 fetch 1 ,mem_le_adv_transmit 
+0x550f 022124 increase 1 ,pdata 
+0x5510 022125 store 1 ,mem_le_adv_transmit 
+0x5511 022126 arg 0x0c03 ,temp 
+0x5512 022127 fetch 1 ,mem_le_scan_own_addr_type 
+0x5513 022128 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5514 022129 copy rega ,pdata 
+0x5515 022130 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x5516 022131 storet 2 ,mem_le_txheader 
+0x5517 022132 fetch 6 ,mem_le_lap 
+0x5518 022133 istore 6 ,contw 
+0x5519 022134 fetch 6 ,mem_le_plap 
+0x551a 022135 istore 6 ,contw 
+0x551b 022136 branch le_transmit_receive_sifs 
+:      022139 le_send_scan_response:
+0x551c 022140 bpatchx patch2a_2 ,mem_patch2a 
+0x551d 022141 arg scan_rsp ,temp 
+0x551e 022142 fetch 1 ,mem_le_adv_own_addr_type 
+0x551f 022143 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5520 022144 storet 1 ,mem_le_txheader 
+0x5521 022145 fetcht 1 ,mem_le_scan_data_len 
+0x5522 022146 add temp ,6 ,pdata 
+0x5523 022147 store 1 ,mem_le_txlen 
+0x5524 022148 fetch 6 ,mem_le_lap 
+0x5525 022149 store 6 ,mem_le_txpayload 
+0x5526 022150 arg mem_le_scan_data ,contr 
+0x5527 022151 copy temp ,loopcnt 
+0x5528 022152 call memcpy_fast 
+0x5529 022153 call le_transmit_norx 
+0x552a 022154 branch le_adv_not_match 
+:      022156 le_connect_request:
+0x552b 022157 bpatchx patch2a_3 ,mem_patch2a 
+0x552c 022158 force -1 ,pdata 
+0x552d 022159 setsect 2 ,1 
+0x552e 022160 store 5 ,mem_le_channel_map 
+0x552f 022161 call le_calc_channel_map 
+0x5530 022162 force 4 ,loopcnt 
+0x5531 022163 arg mem_le_access ,contw 
+0x5532 022164 call generate_random_loop 
+0x5533 022165 fetch 2 ,mem_le_timeout 
+0x5534 022166 store 2 ,mem_le_superto 
+:      022167 le_con_req_hop_retry:
+0x5535 022168 random pdata 
+0x5536 022169 and_into 0xf ,pdata 
+0x5537 022170 sub pdata ,4 ,null 
+0x5538 022171 branch le_con_req_hop_retry ,positive 
+0x5539 022172 store 1 ,mem_le_hop 
+0x553a 022173 store 1 ,mem_tmp1 
+0x553b 022174 bpatchx patch2a_4 ,mem_patch2a 
+0x553c 022175 fetcht 2 ,mem_le_conn_interval 
+0x553d 022176 storet 2 ,mem_le_tsniff 
+0x553e 022177 copy temp ,regc 
+0x553f 022178 add clkn_bt ,7 ,pdata 
+0x5540 022179 idiv regc 
+0x5541 022180 call wait_div_end 
+0x5542 022181 remainder rega 
+0x5543 022182 isub rega ,pdata 
+0x5544 022183 iadd regc ,pdata 
+0x5545 022184 fetcht 2 ,mem_le_dsniff 
+0x5546 022185 iadd temp ,pdata 
+0x5547 022186 store 4 ,mem_le_anchor 
+0x5548 022187 isub clkn_bt ,rega 
+0x5549 022188 increase -6 ,rega 
+0x554a 022189 arg 0x2205 ,regb 
+0x554b 022190 fetch 1 ,mem_le_conn_own_addr_type 
+0x554c 022191 nsetflag blank ,le_sender_addr_bit ,regb 
+0x554d 022192 fetch 1 ,mem_le_conn_peer_addr_type 
+0x554e 022193 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x554f 022194 copy regb ,pdata 
+0x5550 022195 store 2 ,mem_le_txheader 
+0x5551 022196 fetch 6 ,mem_le_lap 
+0x5552 022197 istore 6 ,contw 
+0x5553 022198 fetch 6 ,mem_le_plap 
+0x5554 022199 istore 6 ,contw 
+0x5555 022200 fetch 4 ,mem_le_access 
+0x5556 022201 istore 4 ,contw 
+0x5557 022202 random pdata 
+0x5558 022203 istore 2 ,contw 
+0x5559 022204 random pdata 
+0x555a 022205 istore 1 ,contw 
+0x555b 022206 force 2 ,pdata 
+0x555c 022207 istore 1 ,contw 
+0x555d 022208 rshift2 rega ,pdata 
+0x555e 022209 istore 2 ,contw 
+0x555f 022210 rshift2 regc ,pdata 
+0x5560 022211 istore 2 ,contw 
+0x5561 022212 bpatchx patch2a_5 ,mem_patch2a 
+0x5562 022213 setarg 0 
+0x5563 022214 istore 2 ,contw 
+0x5564 022215 fetch 2 ,mem_le_timeout 
+0x5565 022216 istore 2 ,contw 
+0x5566 022217 fetch 5 ,mem_le_channel_map 
+0x5567 022218 istore 5 ,contw 
+0x5568 022219 fetch 1 ,mem_le_hop 
+0x5569 022220 arg param_le_sca ,temp 
+0x556a 022221 ior temp ,pdata 
+0x556b 022222 istore 1 ,contw 
+0x556c 022223 call le_transmit_norx 
+0x556d 022224 setarg mem_le_txheader 
+0x556e 022225 add pdata ,18 ,contr 
+0x556f 022226 ifetch 3 ,contr 
+0x5570 022227 store 3 ,mem_le_crcinit 
+0x5571 022228 rtn 
+:      022230 le_init_adv:
+0x5572 022231 bpatchx patch2a_6 ,mem_patch2a 
+0x5573 022232 disable master 
+0x5574 022233 branch le_adv_access 
+:      022237 le_update_param:
+0x5575 022238 fetch 1 ,mem_le_state 
+0x5576 022239 rtnbit0 lestate_update_param 
+0x5577 022240 fetch 2 ,mem_le_event_count 
+0x5578 022241 fetcht 2 ,mem_le_instant 
+0x5579 022242 isub temp ,pdata 
+0x557a 022243 nrtn positive 
+0x557b 022244 store 2 ,mem_pdatatemp 
+0x557c 022245 bpatchx patch2a_7 ,mem_patch2a 
+0x557d 022246 fetch 1 ,mem_le_state 
+0x557e 022247 set0 lestate_update_param ,pdata 
+0x557f 022248 set0 lestate_got_first_packet ,pdata 
+0x5580 022249 store 1 ,mem_le_state 
+0x5581 022250 fetch 4 ,mem_le_anchor 
+0x5582 022251 fetcht 2 ,mem_le_tsniff 
+0x5583 022252 storet 2 ,mem_temp 
+0x5584 022253 isub temp ,rega 
+0x5585 022254 bpatchx patch2b_0 ,mem_patch2b 
+0x5586 022255 fetch 1 ,mem_le_new_param 
+0x5587 022256 store 1 ,mem_le_window_size 
+0x5588 022257 ifetcht 2 ,contr 
+0x5589 022258 ifetch 2 ,contr 
+0x558a 022259 lshift2 pdata ,pdata 
+0x558b 022260 store 2 ,mem_le_tsniff 
+0x558c 022261 lshift2 temp ,temp 
+0x558d 022262 iadd temp ,pdata 
+0x558e 022263 ifetcht 4 ,contr 
+0x558f 022264 storet 4 ,mem_le_slave_latency 
+0x5590 022265 iadd rega ,pdata 
+0x5591 022266 copy pdata ,regab 
+0x5592 022267 fetch 2 ,mem_le_tsniff 
+0x5593 022268 fetcht 2 ,mem_temp 
+0x5594 022269 isub temp ,pdata 
+0x5595 022270 fetcht 2 ,mem_pdatatemp 
+0x5596 022271 imul32 temp ,pdata 
+0x5597 022272 iadd regab ,pdata 
+0x5598 022273 store 4 ,mem_le_anchor 
+0x5599 022274 call le_receive_window_size 
+0x559a 022275 fetch 2 ,mem_le_superto 
+0x559b 022276 store 2 ,mem_le_init_superto 
+0x559c 022277 rtn 
+:      022280 le_update_channel_map:
+0x559d 022281 bpatchx patch2b_1 ,mem_patch2b 
+0x559e 022282 fetch 1 ,mem_le_state 
+0x559f 022283 rtnbit0 lestate_update_map 
+0x55a0 022284 fetch 2 ,mem_le_event_count 
+0x55a1 022285 fetcht 2 ,mem_le_instant 
+0x55a2 022286 isub temp ,pdata 
+0x55a3 022287 nrtn positive 
+0x55a4 022288 fetch 1 ,mem_le_state 
+0x55a5 022289 set0 lestate_update_map ,pdata 
+0x55a6 022290 store 1 ,mem_le_state 
+0x55a7 022291 fetch 5 ,mem_le_new_map 
+0x55a8 022292 store 5 ,mem_le_channel_map 
+0x55a9 022293 branch le_calc_channel_map 
+:      022296 le_acknowledge:
+0x55aa 022297 bpatchx patch2b_2 ,mem_patch2b 
+0x55ab 022298 call le_supervision_flush 
+0x55ac 022299 call le_check_wak 
+0x55ad 022300 fetch 1 ,mem_le_rxbuf 
+0x55ae 022301 isolate1 md ,pdata 
+0x55af 022302 setflag true ,mark_ble_rx_md ,mark 
+0x55b0 022303 rshift pdata ,pdata 
+0x55b1 022304 ixor temp ,pdata 
+0x55b2 022305 isolate1 nesn ,pdata 
+0x55b3 022306 setflag true ,mark_old_packet ,mark 
+0x55b4 022307 rtnmark1 mark_old_packet 
+0x55b5 022308 fetch 1 ,mem_le_rxbuf + 1 
+0x55b6 022309 branch le_ack_unenc ,blank 
+0x55b7 022310 fetch 1 ,mem_le_state 
+0x55b8 022311 bbit0 lestate_encryption ,le_ack_unenc 
+0x55b9 022312 call load_sk 
+0x55ba 022313 call le_decrypt 
+0x55bb 022314 nrtn blank 
+:      022315 le_ack_unenc:
+0x55bc 022316 fetcht 1 ,mem_le_arq 
+0x55bd 022317 setflip nesn ,temp 
+0x55be 022318 storet 1 ,mem_le_arq 
+0x55bf 022319 rtn 
+:      022322 le_check_wak:
+0x55c0 022323 bpatchx patch2b_3 ,mem_patch2b 
+0x55c1 022324 fetcht 1 ,mem_le_arq 
+0x55c2 022325 isolate0 wak ,temp 
+0x55c3 022326 rtn true 
+0x55c4 022327 fetch 1 ,mem_le_rxbuf 
+0x55c5 022328 lshift pdata ,pdata 
+0x55c6 022329 ixor temp ,pdata 
+0x55c7 022330 rtnbit0 sn 
+0x55c8 022331 set0 wak ,temp 
+0x55c9 022332 setflip sn ,temp 
+0x55ca 022333 storet 1 ,mem_le_arq 
+0x55cb 022334 compare 3 ,temp ,3 
+0x55cc 022335 nrtn true 
+0x55cd 022336 fetch 1 ,mem_le_txpayload 
+0x55ce 022337 beq ll_start_enc_req ,le_set_enc 
+0x55cf 022338 fetch 1 ,mem_le_enc_state 
+0x55d0 022339 beq flag_le_enc_pause ,le_clear_enc 
+0x55d1 022340 rtn 
+:      022343 le_set_enc:
+0x55d2 022344 fetch 1 ,mem_le_state 
+0x55d3 022345 set1 lestate_encryption ,pdata 
+0x55d4 022346 store 1 ,mem_le_state 
+0x55d5 022347 rtn 
+:      022349 le_clear_enc:
+0x55d6 022350 bpatchx patch2b_4 ,mem_patch2b 
+0x55d7 022351 jam flag_le_enc_null ,mem_le_enc_state 
+0x55d8 022352 arg 0 ,pdata 
+0x55d9 022353 store 4 ,mem_le_last_mic 
+0x55da 022354 store 5 ,mem_le_pcnt_tx 
+0x55db 022355 set1 39 ,pdata 
+0x55dc 022356 store 5 ,mem_le_pcnt_rx 
+0x55dd 022357 fetch 1 ,mem_le_state 
+0x55de 022358 set0 lestate_encryption ,pdata 
+0x55df 022359 store 1 ,mem_le_state 
+0x55e0 022360 rtn 
+:      022363 le_wait_adv:
+0x55e1 022364 bpatchx patch2b_5 ,mem_patch2b 
+0x55e2 022365 call le_next_adv_channel 
+0x55e3 022366 call le_receive_adv 
+0x55e4 022367 fetch 1 ,mem_le_adv_waitcnt 
+0x55e5 022368 increase 1 ,pdata 
+0x55e6 022369 store 1 ,mem_le_adv_waitcnt 
+0x55e7 022370 rtn 
+:      022373 le_scan:
+0x55e8 022374 bpatchx patch2b_6 ,mem_patch2b 
+0x55e9 022375 fetch 1 ,mem_le_scan_enable 
+0x55ea 022376 rtnne le_scan_enable 
+0x55eb 022377 arg le_scan_interval_timer ,queue 
+0x55ec 022378 call timer_check 
+0x55ed 022379 nrtn blank 
+0x55ee 022380 fetch 2 ,mem_le_scan_interval 
+0x55ef 022381 fetcht 2 ,mem_le_scan_window 
+0x55f0 022382 isub temp ,pdata 
+0x55f1 022383 arg le_scan_interval_timer ,queue 
+0x55f2 022384 call timer_init 
+0x55f3 022385 disable master 
+0x55f4 022386 call le_init_adv 
+0x55f5 022387 call le_wait_adv 
+0x55f6 022388 nrtn match 
+0x55f7 022389 bpatchx patch2b_7 ,mem_patch2b 
+0x55f8 022390 fetch 6 ,mem_le_rxbuf + 2 
+0x55f9 022391 store 6 ,mem_le_plap 
+0x55fa 022394 fetch 1 ,mem_le_adv_rcv 
+0x55fb 022395 increase 1 ,pdata 
+0x55fc 022396 store 1 ,mem_le_adv_rcv 
+0x55fd 022397 call le_create_conn 
+0x55fe 022398 rtn master 
+0x55ff 022399 call le_send_scan_request 
+0x5600 022400 nrtn match 
+0x5601 022401 bpatchx patch2c_0 ,mem_patch2c 
+0x5602 022402 fetch 1 ,mem_le_scanrsp_rcv 
+0x5603 022403 increase 1 ,pdata 
+0x5604 022404 store 1 ,mem_le_scanrsp_rcv 
+0x5605 022405 fetch 9 ,mem_le_rxbuf + 8 
+0x5606 022406 store 9 ,mem_tmp_buffer 
+0x5607 022407 rtn 
+:      022409 le_create_conn:
+0x5608 022410 bpatchx patch2c_1 ,mem_patch2c 
+0x5609 022411 fetch 1 ,mem_cmd_le_create_conn 
+0x560a 022412 rtnne hci_cmd_le_create_conn 
+0x560b 022413 fetch 6 ,mem_le_plap 
+0x560c 022414 fetcht 6 ,mem_le_conn_peer_addr 
+0x560d 022415 isub temp ,null 
+0x560e 022416 nrtn zero 
+0x560f 022417 call context_new 
+0x5610 022418 nrtn zero 
+0x5611 022419 call le_connect_request 
+0x5612 022420 call le_init_master 
+0x5613 022421 bpatchx patch2c_2 ,mem_patch2c 
+0x5614 022422 jam 0 ,mem_hci_cmd 
+0x5615 022423 jam 0 ,mem_le_peer_sca 
+0x5616 022424 jam 0 ,mem_le_scan_enable 
+0x5617 022425 jam 0 ,mem_cmd_le_create_conn 
+0x5618 022426 branch context_save 
+:      022428 le_scan_check_sender_addr_type:
+0x5619 022429 arg 1 ,rega 
+0x561a 022430 fetch 1 ,mem_le_rxbuf 
+0x561b 022431 rtnbit1 le_sender_addr_bit 
+0x561c 022432 arg 0 ,rega 
+0x561d 022433 rtn 
+:      022437 le_prepare_tx:
+0x561e 022438 bpatchx patch2c_3 ,mem_patch2c 
+0x561f 022439 fetch 1 ,mem_le_arq 
+0x5620 022440 rtnbit1 wak 
+0x5621 022441 call le_check_tx_md 
+0x5622 022442 call le_fifo_get_first_tx_ptr 
+0x5623 022443 branch le_send_empty ,blank 
+0x5624 022444 ifetch 1 ,contr 
+0x5625 022445 ifetcht 1 ,contr 
+0x5626 022446 copy temp ,rega 
+0x5627 022447 isub rega ,pdata 
+0x5628 022448 arg le_max_paket_len ,temp 
+0x5629 022449 call not_greater_than 
+0x562a 022450 copy pdata ,temp 
+0x562b 022451 ifetch 1 ,contr 
+0x562c 022452 copy pdata ,type 
+0x562d 022453 copy rega ,pdata 
+0x562e 022454 iadd contr ,contr 
+0x562f 022455 arg mem_le_txpayload ,contw 
+0x5630 022456 copy temp ,loopcnt 
+0x5631 022457 call memcpy 
+0x5632 022458 call le_update_tx_type 
+0x5633 022459 call le_send_packet 
+0x5634 022461 call le_fifo_get_first_tx_ptr 
+0x5635 022462 ifetch 1 ,contr 
+0x5636 022463 copy pdata ,rega 
+0x5637 022464 copy contr ,regc 
+0x5638 022465 ifetcht 1 ,contr 
+0x5639 022466 copy temp ,regb 
+0x563a 022467 isub regb ,pdata 
+0x563b 022468 arg le_max_paket_len ,temp 
+0x563c 022469 call not_greater_than 
+0x563d 022470 iadd regb ,pdata 
+0x563e 022471 istore 1 ,regc 
+0x563f 022472 isub rega ,null 
+0x5640 022473 nrtn zero 
+0x5641 022474 branch le_fifo_release_first_node 
+:      022477 le_check_tx_md:
+0x5642 022478 call le_check_continue 
+0x5643 022479 rtnmark1 mark_ble_tx_md 
+0x5644 022480 fetch 1 ,mem_le_configuration 
+0x5645 022481 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+0x5646 022482 call le_fifo_get_second_tx_ptr 
+0x5647 022483 branch le_clear_md ,blank 
+0x5648 022484 branch le_set_md 
+:      022487 le_check_continue:
+0x5649 022488 call le_fifo_get_first_tx_ptr 
+0x564a 022489 branch le_clear_md ,blank 
+0x564b 022490 ifetch 1 ,contr 
+0x564c 022491 ifetcht 1 ,contr 
+0x564d 022492 isub temp ,pdata 
+0x564e 022493 sub pdata ,le_max_paket_len ,null 
+0x564f 022494 branch le_clear_md ,positive 
+:      022495 le_set_md:
+0x5650 022496 set1 mark_ble_tx_md ,mark 
+0x5651 022497 rtn 
+:      022499 le_clear_md:
+0x5652 022500 set0 mark_ble_tx_md ,mark 
+0x5653 022501 rtn 
+:      022503 le_update_tx_type:
+0x5654 022504 copy rega ,pdata 
+0x5655 022505 rtn blank 
+0x5656 022506 arg llid_continue ,type 
+0x5657 022507 rtn 
+:      022510 le_att_check_notification_enable:
+0x5658 022511 bpatchx patch2c_4 ,mem_patch2c 
+0x5659 022512 increase 1 ,temp 
+0x565a 022513 call le_att_get_handle_ptr 
+0x565b 022514 increase -2 ,contr 
+0x565c 022515 ifetch 2 ,contr 
+0x565d 022516 arg client_charactertic_configuration ,temp 
+0x565e 022517 isub temp ,null 
+0x565f 022518 nrtn zero 
+0x5660 022519 increase 1 ,contr 
+0x5661 022520 copy contr ,rega 
+0x5662 022521 ifetch 1 ,contr 
+0x5663 022522 rtn 
+:      022525 le_send_empty:
+0x5664 022526 force 0 ,temp 
+0x5665 022527 force 1 ,type 
+:      022529 le_send_packet:
+0x5666 022530 bpatchx patch2c_5 ,mem_patch2c 
+0x5667 022531 storet 1 ,mem_le_txlen 
+0x5668 022532 fetcht 1 ,mem_le_arq 
+0x5669 022533 set1 wak ,temp 
+0x566a 022534 and temp ,0xfc ,pdata 
+0x566b 022535 ior type ,pdata 
+0x566c 022536 store 1 ,mem_le_arq 
+0x566d 022537 and_into 0x1f ,pdata 
+0x566e 022538 isolate1 mark_ble_tx_md ,mark 
+0x566f 022539 setflag true ,md ,pdata 
+0x5670 022540 store 1 ,mem_le_txheader 
+0x5671 022542 fetch 1 ,mem_le_txheader 
+0x5672 022543 compare 1 ,type ,3 
+0x5673 022544 nbranch le_send_no_txlen ,true 
+0x5674 022545 fetch 1 ,mem_le_txlen 
+0x5675 022546 rtn blank 
+:      022547 le_send_no_txlen:
+0x5676 022548 fetch 1 ,mem_le_state 
+0x5677 022549 rtnbit0 lestate_encryption 
+0x5678 022550 call load_sk 
+0x5679 022551 branch le_encrypt 
+:      022554 get_lpm_wake_ble_rx_lock:
+0x567a 022555 arg wake_lock_ble_rx ,queue 
+0x567b 022556 branch lpm_get_wake_lock 
+:      022558 put_lpm_wake_ble_rx_lock:
+0x567c 022559 arg wake_lock_ble_rx ,queue 
+0x567d 022560 branch lpm_put_wake_lock 
+:      022563 le_parse:
+0x567e 022564 bpatchx patch2c_6 ,mem_patch2c 
+0x567f 022565 rtnmark1 mark_old_packet 
+0x5680 022566 call le_fifo_check_full 
+0x5681 022567 nrtn blank 
+0x5682 022568 fetch 1 ,mem_le_rxbuf 
+0x5683 022569 and pdata ,0x3 ,pdata 
+0x5684 022570 store 1 ,mem_le_packet_llid 
+0x5685 022571 ifetch 1 ,contr 
+0x5686 022572 and pdata ,0x1f ,pdata 
+0x5687 022573 store 1 ,mem_le_packet_size 
+0x5688 022574 rtn blank 
+0x5689 022575 copy contr ,pdata 
+0x568a 022576 store 2 ,mem_le_payload_ptr 
+0x568b 022577 fetch 1 ,mem_le_packet_llid 
+0x568c 022578 beq llid_le_ll ,le_parse_ll 
+:      022579 le_parse_l2cap:
+0x568d 022580 call le_check_l2cap_complete 
+0x568e 022581 nbranch get_lpm_wake_ble_rx_lock ,user 
+0x568f 022582 call put_lpm_wake_ble_rx_lock 
+0x5690 022583 fetch 2 ,mem_le_payload_ptr 
+0x5691 022584 copy pdata ,contr 
+0x5692 022585 ifetch 2 ,contr 
+0x5693 022586 store 2 ,mem_le_l2cap_size 
+0x5694 022587 bpatchx patch2c_7 ,mem_patch2c 
+0x5695 022588 ifetch 2 ,contr 
+0x5696 022589 beq le_l2cap_cid_att ,le_parse_att 
+0x5697 022590 beq le_l2cap_cid_smp ,le_parse_smp 
+0x5698 022591 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x5699 022592 rtn 
+:      022595 le_check_l2cap_complete:
+0x569a 022596 fetch 1 ,mem_le_packet_llid 
+0x569b 022597 beq llid_start ,le_check_l2cap_llid_start 
+0x569c 022598 beq llid_continue ,le_check_l2cap_llid_continue 
+0x569d 022599 rtn 
+:      022604 le_check_l2cap_cid_legal:
+0x569e 022605 call enable_user 
+0x569f 022606 arg le_l2cap_cid_att ,temp 
+0x56a0 022607 isub pdata ,null 
+0x56a1 022608 rtn zero 
+0x56a2 022609 arg le_l2cap_cid_signal ,temp 
+0x56a3 022610 isub pdata ,null 
+0x56a4 022611 rtn zero 
+0x56a5 022612 arg le_l2cap_cid_smp ,temp 
+0x56a6 022613 isub pdata ,null 
+0x56a7 022614 rtn zero 
+0x56a8 022615 branch disable_user 
+:      022618 le_check_l2cap_llid_start:
+0x56a9 022619 fetch 2 ,mem_le_payload_ptr 
+0x56aa 022620 copy pdata ,contr 
+0x56ab 022621 ifetch 2 ,contr 
+0x56ac 022622 store 2 ,mem_le_l2cap_size 
+0x56ad 022623 ifetch 2 ,contr 
+0x56ae 022624 call le_check_l2cap_cid_legal 
+0x56af 022625 nrtn user 
+0x56b0 022626 fetcht 1 ,mem_le_packet_size 
+0x56b1 022627 storet 1 ,mem_le_packet_len_recved 
+0x56b2 022628 fetch 2 ,mem_le_l2cap_size 
+0x56b3 022629 increase 4 ,pdata 
+0x56b4 022630 isub temp ,null 
+0x56b5 022631 branch enable_user ,zero 
+0x56b6 022632 fetch 1 ,mem_le_packet_size 
+0x56b7 022633 copy pdata ,loopcnt 
+0x56b8 022634 arg mem_le_l2capbuf ,contw 
+0x56b9 022635 fetch 2 ,mem_le_payload_ptr 
+0x56ba 022636 copy pdata ,contr 
+0x56bb 022637 call memcpy 
+0x56bc 022638 branch disable_user 
+:      022643 le_check_l2cap_continue_legal:
+0x56bd 022644 call enable_user 
+0x56be 022645 fetch 1 ,mem_le_packet_len_recved 
+0x56bf 022646 nrtn blank 
+0x56c0 022647 branch disable_user 
+:      022649 le_check_l2cap_llid_continue:
+0x56c1 022650 call le_check_l2cap_continue_legal 
+0x56c2 022651 nrtn user 
+0x56c3 022652 fetch 1 ,mem_le_packet_len_recved 
+0x56c4 022653 arg mem_le_l2capbuf ,contw 
+0x56c5 022654 iadd contw ,rega 
+0x56c6 022655 fetcht 1 ,mem_le_packet_size 
+0x56c7 022656 iadd temp ,pdata 
+0x56c8 022657 store 1 ,mem_le_packet_len_recved 
+0x56c9 022658 fetch 1 ,mem_le_packet_size 
+0x56ca 022659 copy pdata ,loopcnt 
+0x56cb 022660 copy rega ,contw 
+0x56cc 022661 fetch 2 ,mem_le_payload_ptr 
+0x56cd 022662 copy pdata ,contr 
+0x56ce 022663 call memcpy_fast 
+0x56cf 022664 setarg mem_le_l2capbuf 
+0x56d0 022665 store 2 ,mem_le_payload_ptr 
+0x56d1 022666 fetch 2 ,mem_le_l2cap_size 
+0x56d2 022667 increase 4 ,pdata 
+0x56d3 022668 fetcht 1 ,mem_le_packet_len_recved 
+0x56d4 022669 isub temp ,null 
+0x56d5 022670 branch enable_user ,zero 
+0x56d6 022671 branch disable_user 
+:      022677 le_get_search_att_type:
+0x56d7 022678 call store_contr 
+0x56d8 022679 arg mem_le_search_att_type_length ,contw 
+:      022680 le_get_search_common:
+0x56d9 022681 fetch 2 ,mem_le_l2cap_size 
+0x56da 022682 increase -5 ,pdata 
+:      022683 le_get_search_common2:
+0x56db 022684 istore 1 ,contw 
+0x56dc 022685 copy pdata ,loopcnt 
+0x56dd 022686 call get_contr 
+0x56de 022687 branch memcpy_fast 
+:      022689 le_get_search_att_uuid:
+0x56df 022690 call store_contr 
+0x56e0 022691 arg mem_le_search_uuid_length ,contw 
+0x56e1 022692 branch le_get_search_common 
+:      022696 le_writeatt_cb:
+0x56e2 022697 fetch 2 ,mem_cb_att_write 
+0x56e3 022698 branch callback_func 
+:      022700 le_supervision_update:
+0x56e4 022701 fetcht 4 ,mem_le_supervision_timer 
+0x56e5 022702 call get_clkbt 
+0x56e6 022703 isub temp ,timeup 
+0x56e7 022704 deposit timeup 
+0x56e8 022705 fetcht 2 ,mem_le_superto 
+0x56e9 022706 lshift4 temp ,temp 
+0x56ea 022707 lshift temp ,temp 
+0x56eb 022708 isub temp ,pdata 
+0x56ec 022709 rtn 
+:      022711 le_supervision_flush:
+0x56ed 022712 call get_clkbt 
+0x56ee 022713 store 4 ,mem_le_supervision_timer 
+0x56ef 022714 rtn 
+:      022717 le_adv:
+0x56f0 022718 jam 36 ,mem_le_ch_mapped 
+0x56f1 022719 jam 0 ,mem_le_adv_channel_map_temp 
+:      022720 le_adv_loop:
+0x56f2 022721 bpatchx patch2d_0 ,mem_patch2d 
+0x56f3 022722 fetch 1 ,mem_le_adv_enable 
+0x56f4 022723 rtn blank 
+0x56f5 022724 arg le_adv_interval_timer ,queue 
+0x56f6 022725 call timer_check 
+0x56f7 022726 nrtn blank 
+0x56f8 022727 bpatchx patch2d_1 ,mem_patch2d 
+:      022728 le_adv_loop_tx:
+0x56f9 022729 disable master 
+0x56fa 022730 enable swfine 
+0x56fb 022731 call le_init_adv 
+0x56fc 022732 call le_next_adv_channel 
+0x56fd 022733 call le_send_adv_ind 
+0x56fe 022734 nbranch le_adv_not_match ,match 
+0x56ff 022735 fetch 1 ,mem_le_req_rcv 
+0x5700 022736 increase 1 ,pdata 
+0x5701 022737 store 1 ,mem_le_req_rcv 
+0x5702 022738 fetch 1 ,mem_le_rxbuf 
+0x5703 022739 and pdata ,0x0f ,pdata 
+0x5704 022740 beq scan_req ,le_send_scan_response 
+0x5705 022741 beq connect_req ,le_parse_connect_req 
+:      022742 le_adv_not_match:
+0x5706 022743 bpatchx patch2d_2 ,mem_patch2d 
+0x5707 022744 random pdata 
+0x5708 022745 arg 0x1ff ,temp 
+0x5709 022746 iand temp ,pdata 
+0x570a 022747 add pdata ,250 ,pdata 
+0x570b 022748 call delay 
+0x570c 022749 fetch 1 ,mem_le_adv_channel_map_temp 
+0x570d 022750 fetcht 1 ,mem_le_adv_channel_map 
+0x570e 022751 isub temp ,null 
+0x570f 022752 nbranch le_adv_loop ,zero 
+0x5710 022753 arg le_adv_interval_timer ,queue 
+0x5711 022754 fetch 2 ,mem_le_adv_interval 
+0x5712 022755 branch timer_init 
+:      022758 le_receive_window_size:
+0x5713 022759 bpatchx patch2d_3 ,mem_patch2d 
+0x5714 022760 fetch 1 ,mem_le_peer_sca 
+0x5715 022761 call le_sca_map 
+0x5716 022762 fetch 2 ,mem_le_tsniff 
+0x5717 022763 imul32 temp ,pdata 
+0x5718 022764 arg 375 ,temp 
+0x5719 022765 imul32 temp ,pdata 
+0x571a 022766 arg 100000 ,temp 
+0x571b 022767 idiv temp 
+0x571c 022768 fetch 1 ,mem_le_window_size 
+0x571d 022769 arg 20000 ,temp 
+0x571e 022770 imul32 temp ,pdata 
+0x571f 022771 iadd temp ,pdata 
+0x5720 022772 store 4 ,mem_le_transmit_window 
+0x5721 022773 bpatchx patch2d_4 ,mem_patch2d 
+0x5722 022774 fetch 2 ,mem_rx_window_sniff 
+0x5723 022775 call wait_div_end 
+0x5724 022776 quotient temp 
+0x5725 022777 iadd temp ,pdata 
+0x5726 022778 store 2 ,mem_le_receive_window 
+0x5727 022779 rtn 
+:      022781 le_parse_connect_req:
+0x5728 022782 bpatchx patch2d_5 ,mem_patch2d 
+0x5729 022783 fetch 6 ,mem_le_rxbuf + 8 
+0x572a 022784 fetcht 6 ,mem_le_lap 
+0x572b 022785 isub temp ,null 
+0x572c 022786 nrtn zero 
+0x572d 022787 call le_scan_check_sender_addr_type 
+0x572e 022788 copy rega ,pdata 
+0x572f 022789 store 1 ,mem_le_conn_peer_addr_type 
+0x5730 022790 fetch 7 ,mem_le_rxbuf + 21 
+0x5731 022791 store 7 ,mem_tmp_buffer 
+0x5732 022792 ifetch 8 ,contr 
+0x5733 022793 istore 8 ,contw 
+0x5734 022794 fetch 6 ,mem_le_rxbuf + 2 
+0x5735 022795 store 6 ,mem_le_plap 
+0x5736 022796 increase 6 ,contr 
+0x5737 022797 ifetch 8 ,contr 
+0x5738 022798 store 8 ,mem_le_access 
+0x5739 022799 ifetcht 2 ,contr 
+0x573a 022800 bpatchx patch2d_6 ,mem_patch2d 
+0x573b 022801 lshift2 temp ,temp 
+0x573c 022802 ifetch 2 ,contr 
+0x573d 022803 lshift2 pdata ,pdata 
+0x573e 022804 store 2 ,mem_le_tsniff 
+0x573f 022805 store 4 ,mem_le_anchor 
+0x5740 022806 isub temp ,pdata 
+0x5741 022807 add pdata ,-2 ,clke_bt 
+0x5742 022808 ifetch 9 ,contr 
+0x5743 022809 store 9 ,mem_le_slave_latency 
+0x5744 022810 bpatchx patch2d_7 ,mem_patch2d 
+0x5745 022811 ifetch 1 ,contr 
+0x5746 022812 rshift4 pdata ,temp 
+0x5747 022813 rshift temp ,temp 
+0x5748 022814 storet 1 ,mem_le_peer_sca 
+0x5749 022815 and_into 0x1f ,pdata 
+0x574a 022816 store 1 ,mem_le_hop 
+0x574b 022817 call le_receive_window_size 
+0x574c 022818 call le_calc_channel_map 
+0x574d 022819 call le_init_slave 
+0x574e 022820 call context_new 
+0x574f 022821 nrtn zero 
+0x5750 022822 bpatchx patch2e_0 ,mem_patch2e 
+0x5751 022823 call calc_clke_offset 
+0x5752 022824 call le_l2cap_reset_signaling_identifier 
+0x5753 022825 jam bt_evt_le_connected ,mem_fifo_temp 
+0x5754 022826 call ui_ipc_send_event 
+0x5755 022827 branch context_save 
+:      022830 le_init_attlist_search:
+0x5756 022831 bpatchx patch2e_1 ,mem_patch2e 
+0x5757 022832 fetch 2 ,mem_le_search_handle_start 
+0x5758 022833 iforce regb 
+0x5759 022834 fetch 2 ,mem_le_search_handle_end 
+0x575a 022835 iforce regc 
+0x575b 022836 fetch 2 ,mem_ui_le_uuid_table 
+0x575c 022837 iforce contr 
+0x575d 022838 enable user 
+0x575e 022839 rtn 
+:      022842 le_att_handle_inrange:
+0x575f 022843 ifetch 2 ,contr 
+0x5760 022844 rtn blank 
+0x5761 022845 isub regb ,null 
+0x5762 022846 nrtn positive 
+0x5763 022847 isub regc ,null 
+0x5764 022848 rtn zero 
+0x5765 022849 branch le_att_handle_blank ,positive 
+0x5766 022850 force 1 ,null 
+0x5767 022851 rtn 
+:      022852 le_att_handle_blank:
+0x5768 022853 force 0 ,pdata 
+0x5769 022854 rtn 
+:      022858 le_att_get_handle_ptr:
+0x576a 022859 call le_att_get_handle_ptr2 
+0x576b 022860 branch le_att_get_handle_ptr_found ,zero 
+0x576c 022861 rtn 
+:      022863 le_att_get_handle_ptr2:
+0x576d 022864 bpatchx patch2e_2 ,mem_patch2e 
+0x576e 022865 fetch 2 ,mem_ui_le_uuid_table 
+0x576f 022866 iforce contr 
+:      022867 le_att_get_handle_loop1:
+0x5770 022868 ifetch 2 ,contr 
+0x5771 022869 rtn blank 
+0x5772 022870 isub temp ,null 
+0x5773 022871 rtn zero 
+0x5774 022872 ifetch 1 ,contr 
+0x5775 022873 iadd contr ,contr 
+0x5776 022874 ifetch 1 ,contr 
+0x5777 022875 iadd contr ,contr 
+0x5778 022876 branch le_att_get_handle_loop1 
+:      022877 le_att_get_handle_ptr_found:
+0x5779 022878 ifetch 1 ,contr 
+0x577a 022879 iadd contr ,contr 
+0x577b 022880 rtn 
+:      022884 le_att_get_short_uuid_ptr:
+0x577c 022885 bpatchx patch2e_3 ,mem_patch2e 
+0x577d 022886 fetch 2 ,mem_ui_le_uuid_table 
+0x577e 022887 iforce contr 
+:      022888 le_att_get_short_uuid_loop:
+0x577f 022889 ifetch 2 ,contr 
+0x5780 022890 rtn blank 
+0x5781 022891 ifetch 1 ,contr 
+0x5782 022892 iadd contr ,contr 
+0x5783 022893 increase -2 ,contr 
+0x5784 022894 ifetch 2 ,contr 
+0x5785 022895 isub temp ,null 
+0x5786 022896 rtn zero 
+0x5787 022897 ifetch 1 ,contr 
+0x5788 022898 iadd contr ,contr 
+0x5789 022899 branch le_att_get_short_uuid_loop 
+:      022903 le_att_get_handle_info_from_ptr:
+0x578a 022904 fetch 2 ,mem_le_cur_attlist_start_ptr 
+0x578b 022905 branch le_att_get_handle_info_fast 
+:      022907 le_att_get_handle_info:
+0x578c 022908 bpatchx patch2e_4 ,mem_patch2e 
+0x578d 022909 fetch 2 ,mem_ui_le_uuid_table 
+:      022910 le_att_get_handle_info_fast:
+0x578e 022911 iforce contr 
+0x578f 022912 copy temp ,rega 
+:      022913 le_att_get_handle_loop:
+0x5790 022914 ifetch 2 ,contr 
+0x5791 022915 branch le_att_unfind_handle ,blank 
+0x5792 022916 isub rega ,null 
+0x5793 022917 branch le_att_finded_handle ,zero 
+0x5794 022918 ifetch 1 ,contr 
+0x5795 022919 iadd contr ,contr 
+0x5796 022920 ifetch 1 ,contr 
+0x5797 022921 iadd contr ,contr 
+0x5798 022922 branch le_att_get_handle_loop 
+:      022923 le_att_unfind_handle:
+0x5799 022924 branch disable_blank 
+:      022926 le_att_finded_handle:
+0x579a 022927 ifetch 1 ,contr 
+0x579b 022928 store 1 ,mem_le_cur_uuid_length 
+0x579c 022929 copy pdata ,loopcnt 
+0x579d 022930 arg mem_le_cur_uuid ,contw 
+0x579e 022931 call memcpy_fast 
+0x579f 022932 ifetch 1 ,contr 
+0x57a0 022933 store 1 ,mem_le_curr_att_len 
+0x57a1 022934 call store_contr 
+0x57a2 022935 branch enable_blank 
+:      022938 le_modified_name:
+0x57a3 022939 bpatchx patch2e_5 ,mem_patch2e 
+0x57a4 022940 call le_modified_name_att_list 
+0x57a5 022941 branch le_modified_name_adv 
+:      022943 le_modified_name_att_list:
+0x57a6 022944 arg uuid_chrctr_device_name ,temp 
+0x57a7 022945 call le_att_get_short_uuid_ptr 
+0x57a8 022946 rtn blank 
+0x57a9 022947 ifetch 1 ,contr 
+0x57aa 022948 copy contr ,contw 
+0x57ab 022949 fetcht 1 ,mem_le_name_len 
+0x57ac 022950 copy temp ,loopcnt 
+0x57ad 022951 isub temp ,null 
+0x57ae 022952 nbranch le_name_length_longer_than_att ,positive 
+0x57af 022953 isub temp ,temp 
+0x57b0 022954 arg mem_le_name ,contr 
+0x57b1 022955 call memcpy 
+0x57b2 022956 copy temp ,loopcnt 
+0x57b3 022957 ncall memcpy_empty ,zero 
+0x57b4 022958 rtn 
+:      022959 le_name_length_longer_than_att:
+0x57b5 022960 copy pdata ,loopcnt 
+0x57b6 022961 arg mem_le_name ,contr 
+0x57b7 022962 branch memcpy_fast 
+:      022965 le_modified_name_adv:
+0x57b8 022966 arg mem_le_adv_data_len + 32 ,regc 
+0x57b9 022967 arg mem_le_adv_data ,rega 
+0x57ba 022968 call le_modified_name_adv_and_scan 
+0x57bb 022969 setarg 0 
+0x57bc 022970 setflag user ,0 ,pdata 
+0x57bd 022971 store 1 ,mem_pdatatemp 
+0x57be 022972 arg mem_le_scan_data_len + 32 ,regc 
+0x57bf 022973 arg mem_le_scan_data ,rega 
+0x57c0 022974 call le_modified_name_adv_and_scan 
+0x57c1 022975 rtn user 
+0x57c2 022976 fetch 1 ,mem_pdatatemp 
+0x57c3 022977 branch assert ,blank 
+0x57c4 022978 rtn 
+:      022981 le_modified_name_adv_and_scan:
+0x57c5 022982 bpatchx patch2e_6 ,mem_patch2e 
+0x57c6 022983 call enable_user 
+0x57c7 022984 call clear_temp_block 
+0x57c8 022985 arg 0 ,regb 
+0x57c9 022986 arg mem_le_data_temp ,contw 
+0x57ca 022987 call le_modified_name_adv_loop 
+0x57cb 022988 fetch 1 ,mem_le_name_len 
+0x57cc 022989 add pdata ,1 ,temp 
+0x57cd 022990 iadd regb ,rega 
+0x57ce 022991 increase 2 ,rega 
+0x57cf 022992 sub rega ,0x1f ,null 
+0x57d0 022993 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+0x57d1 022994 istoret 1 ,contw 
+0x57d2 022995 arg gap_adtype_local_name_complete ,temp 
+0x57d3 022996 istoret 1 ,contw 
+0x57d4 022997 iforce loopcnt 
+0x57d5 022998 call memcpy_fast 
+0x57d6 022999 copy rega ,regb 
+:      023000 le_modified_name_adv_and_scan_store_data:
+0x57d7 023001 deposit regb 
+0x57d8 023002 store 1 ,mem_le_data_len_temp 
+0x57d9 023003 arg mem_le_data_len_temp ,contr 
+0x57da 023004 setarg -32 
+0x57db 023005 iadd regc ,contw 
+0x57dc 023006 branch memcpy32 
+:      023008 le_modified_name_adv_and_scan_name_overflow:
+0x57dd 023009 call disable_user 
+0x57de 023010 branch le_modified_name_adv_and_scan_store_data 
+:      023012 le_modified_name_adv_loop:
+0x57df 023013 ifetch 1 ,rega 
+0x57e0 023014 rtn blank 
+0x57e1 023015 pincrease 1 
+0x57e2 023016 ifetcht 1 ,contr 
+0x57e3 023017 sub temp ,gap_adtype_local_name_complete ,null 
+0x57e4 023018 branch le_modified_name_adv_found_name ,zero 
+0x57e5 023019 iadd regb ,regb 
+0x57e6 023020 copy rega ,contr 
+0x57e7 023021 iforce loopcnt 
+0x57e8 023022 call memcpy_fast 
+0x57e9 023023 copy contr ,rega 
+:      023024 le_modified_name_adv_loop2:
+0x57ea 023025 deposit rega 
+0x57eb 023026 isub regc ,null 
+0x57ec 023027 rtn positive 
+0x57ed 023028 branch le_modified_name_adv_loop 
+:      023030 le_modified_name_adv_found_name:
+0x57ee 023031 iadd rega ,rega 
+0x57ef 023032 branch le_modified_name_adv_loop2 
+:      023035 memcpy_empty:
+0x57f0 023036 setarg space 
+0x57f1 023037 istore 1 ,contw 
+0x57f2 023038 loop memcpy_empty 
+0x57f3 023039 rtn 
+:      023042 le_lpm_set_mult:
+0x57f4 023043 bpatchx patch2e_7 ,mem_patch2e 
+0x57f5 023044 disable wake 
+0x57f6 023045 branch le_lpm_set_mult_attempt ,attempt 
+0x57f7 023046 nbranch le_lpm_lost ,match 
+:      023047 le_lpm_set_mult_attempt:
+0x57f8 023048 call lpm_match 
+0x57f9 023049 fetch 2 ,mem_rx_window_sniff 
+0x57fa 023050 store 2 ,mem_le_receive_window 
+0x57fb 023052 nbranch lpm_mult_short ,match 
+0x57fc 023053 bmark1 mark_old_packet ,lpm_mult_short 
+0x57fd 023055 fetch 1 ,mem_le_packet_size 
+0x57fe 023056 nbranch lpm_mult_short ,blank 
+0x57ff 023057 fetch 1 ,mem_le_txlen 
+0x5800 023058 nbranch lpm_mult_short ,blank 
+0x5801 023060 fetch 1 ,mem_le_configuration 
+0x5802 023061 bbit1 bit_ble_short_mult ,lpm_mult_short 
+0x5803 023063 fetch 1 ,mem_le_state 
+0x5804 023064 bbit1 lestate_update_param ,lpm_mult_short 
+0x5805 023065 branch lpm_mult_wait_timeout 
+:      023067 le_lpm_lost:
+0x5806 023068 fetcht 2 ,mem_rx_window_sniff 
+0x5807 023069 rshift temp ,temp 
+0x5808 023070 fetch 2 ,mem_le_receive_window 
+0x5809 023071 iadd temp ,pdata 
+0x580a 023072 store 2 ,mem_le_receive_window 
+0x580b 023073 branch lpm_lost 
+:      023076 le_set_config_fixed_tk:
+0x580c 023077 arg bit_ble_passkey_fixed_key ,queue 
+0x580d 023078 branch le_set_config 
+:      023080 le_clr_config_fixed_tk:
+0x580e 023081 arg bit_ble_passkey_fixed_key ,queue 
+0x580f 023082 branch le_clr_config 
+:      023084 le_set_config_fixed_ltk:
+0x5810 023085 arg bit_ble_pairing_fixed_ltk ,queue 
+0x5811 023086 branch le_set_config 
+:      023088 le_clr_config_fixed_ltk:
+0x5812 023089 arg bit_ble_pairing_fixed_ltk ,queue 
+0x5813 023090 branch le_clr_config 
+:      023092 le_set_config_more_data:
+0x5814 023093 arg bit_ble_transmit_packet_by_md ,queue 
+0x5815 023094 branch le_set_config 
+:      023096 le_clr_config_more_data:
+0x5816 023097 arg bit_ble_transmit_packet_by_md ,queue 
+0x5817 023098 branch le_clr_config 
+:      023100 le_set_config_read_authentication:
+0x5818 023101 arg bit_ble_read_auth ,queue 
+0x5819 023102 branch le_set_config 
+:      023104 le_clr_config_read_authentication:
+0x581a 023105 arg bit_ble_read_auth ,queue 
+0x581b 023106 branch le_clr_config 
+:      023108 le_set_config_write_authentication:
+0x581c 023109 arg bit_ble_write_auth ,queue 
+0x581d 023110 branch le_set_config 
+:      023112 le_clr_config_write_authentication:
+0x581e 023113 arg bit_ble_write_auth ,queue 
+0x581f 023114 branch le_clr_config 
+:      023116 le_set_config_short_mult:
+0x5820 023117 arg bit_ble_short_mult ,queue 
+0x5821 023118 branch le_set_config 
+:      023120 le_clr_config_short_mult:
+0x5822 023121 arg bit_ble_short_mult ,queue 
+0x5823 023122 branch le_clr_config 
+:      023125 le_set_config:
+0x5824 023126 fetch 1 ,mem_le_configuration 
+0x5825 023127 qset1 pdata 
+0x5826 023128 store 1 ,mem_le_configuration 
+0x5827 023129 rtn 
+:      023131 le_clr_config:
+0x5828 023132 fetch 1 ,mem_le_configuration 
+0x5829 023133 qset0 pdata 
+0x582a 023134 store 1 ,mem_le_configuration 
+0x582b 023135 rtn 
+:      023137 le_set_fixed_ltk:
+0x582c 023138 setarg 0x112233 
+0x582d 023139 store 3 ,mem_le_fixed_ltk 
+0x582e 023140 setarg 0x445566 
+0x582f 023141 istore 3 ,contw 
+0x5830 023142 setarg 0x778899 
+0x5831 023143 istore 3 ,contw 
+0x5832 023144 setarg 0x001122 
+0x5833 023145 istore 3 ,contw 
+0x5834 023146 setarg 0x334455 
+0x5835 023147 istore 3 ,contw 
+0x5836 023148 setarg 0x66 
+0x5837 023149 istore 1 ,contw 
+0x5838 023150 rtn 
+:      023153 le_set_justwork:
+0x5839 023154 setarg 0x01000302 
+0x583a 023155 store 4 ,mem_le_pres 
+0x583b 023156 setarg 0x010010 
+0x583c 023157 store 3 ,mem_le_pres_max_keysize 
+0x583d 023158 jam 1 ,mem_le_pairing_mode 
+0x583e 023159 rtn 
+:      023163 le_fifo_malloc_tx_empty:
+0x583f 023164 arg 0 ,rega 
+0x5840 023165 arg llid_empty ,type 
+0x5841 023166 branch le_fifo_malloc_tx 
+:      023170 le_fifo_malloc_tx_ll:
+0x5842 023171 arg llid_le_ll ,type 
+0x5843 023172 call le_fifo_malloc_tx 
+0x5844 023173 copy regb ,pdata 
+0x5845 023174 istore 1 ,contw 
+0x5846 023175 rtn 
+:      023179 le_fifo_malloc_tx_l2cap:
+0x5847 023180 force llid_l2cap_start ,type 
+0x5848 023181 increase 4 ,rega 
+0x5849 023182 call le_fifo_malloc_tx 
+0x584a 023183 increase -4 ,rega 
+0x584b 023184 copy rega ,pdata 
+0x584c 023185 istore 2 ,contw 
+0x584d 023186 copy regb ,pdata 
+0x584e 023187 istore 2 ,contw 
+0x584f 023188 rtn 
+:      023192 le_fifo_malloc_tx:
+0x5850 023193 sub rega ,240 ,null 
+0x5851 023194 nbranch assert ,positive 
+0x5852 023195 fetch 1 ,mem_le_tx_buff_used 
+0x5853 023196 arg 1 ,temp 
+0x5854 023197 arg le_tx_buff_count ,loopcnt 
+:      023198 le_fifo_malloc_tx_loop:
+0x5855 023199 iand temp ,null 
+0x5856 023200 branch le_fifo_malloc_tx_got_empty ,zero 
+0x5857 023201 lshift temp ,temp 
+0x5858 023202 loop le_fifo_malloc_tx_loop 
+0x5859 023203 branch assert 
+:      023204 le_fifo_malloc_tx_got_empty:
+0x585a 023205 ixor temp ,pdata 
+0x585b 023206 store 1 ,mem_le_tx_buff_used 
+0x585c 023207 sub loopcnt ,le_tx_buff_count ,pdata 
+0x585d 023208 lshift4 pdata ,pdata 
+0x585e 023209 lshift4 pdata ,pdata 
+0x585f 023210 arg mem_le_tx_buffer0 ,temp 
+0x5860 023211 iadd temp ,temp 
+:      023212 le_fifo_tx_find_empty_ptr:
+0x5861 023213 arg 0 ,loopcnt 
+0x5862 023214 arg mem_le_tx_ptr0 ,contr 
+:      023215 le_fifo_tx_find_empty_ptr_loop:
+0x5863 023216 ifetch 2 ,contr 
+0x5864 023217 branch le_fifo_tx_found_empty_ptr ,blank 
+0x5865 023218 copy loopcnt ,pdata 
+0x5866 023219 increase 1 ,loopcnt 
+0x5867 023220 bne le_tx_buff_count ,le_fifo_tx_find_empty_ptr_loop 
+0x5868 023221 branch assert 
+:      023224 le_fifo_tx_found_empty_ptr:
+0x5869 023225 increase -2 ,contr 
+0x586a 023226 istoret 2 ,contr 
+0x586b 023227 copy temp ,contw 
+0x586c 023228 copy rega ,pdata 
+0x586d 023229 istore 1 ,contw 
+0x586e 023230 setarg 0 
+0x586f 023231 istore 1 ,contw 
+0x5870 023232 copy type ,pdata 
+0x5871 023233 istore 1 ,contw 
+0x5872 023234 rtn 
+:      023238 le_fifo_get_first_tx_ptr:
+0x5873 023239 fetch 2 ,mem_le_tx_ptr0 
+0x5874 023240 copy pdata ,contr 
+0x5875 023241 rtn 
+:      023243 le_fifo_get_second_tx_ptr:
+0x5876 023244 fetch 2 ,mem_le_tx_ptr1 
+0x5877 023245 copy pdata ,contr 
+0x5878 023246 rtn 
+:      023248 le_fifo_get_last_tx_ptr:
+0x5879 023249 call le_fifo_get_last_tx_ptr0 
+0x587a 023250 copy pdata ,contr 
+0x587b 023251 rtn 
+:      023252 le_fifo_get_last_tx_ptr0:
+0x587c 023253 fetch 2 ,mem_le_tx_ptr3 
+0x587d 023254 nrtn blank 
+0x587e 023255 fetch 2 ,mem_le_tx_ptr2 
+0x587f 023256 nrtn blank 
+0x5880 023257 fetch 2 ,mem_le_tx_ptr1 
+0x5881 023258 nrtn blank 
+0x5882 023259 fetch 2 ,mem_le_tx_ptr0 
+0x5883 023260 rtn 
+:      023262 le_fifo_get_first_l2cap_ptr:
+0x5884 023263 call le_fifo_get_first_tx_ptr 
+0x5885 023264 increase 3 ,contr 
+0x5886 023265 rtn 
+:      023267 le_fifo_get_first_att_ptr:
+0x5887 023268 call le_fifo_get_first_tx_ptr 
+0x5888 023269 increase 7 ,contr 
+0x5889 023270 rtn 
+:      023272 le_fifo_get_last_att_ptr:
+0x588a 023273 call le_fifo_get_last_tx_ptr 
+0x588b 023274 increase 7 ,contr 
+0x588c 023275 rtn 
+:      023277 le_fifo_get_last_l2cap_ptr:
+0x588d 023278 call le_fifo_get_last_tx_ptr 
+0x588e 023279 increase 3 ,contr 
+0x588f 023280 rtn 
+:      023284 le_fifo_check_full:
+0x5890 023285 fetch 2 ,mem_le_tx_ptr3 
+0x5891 023286 rtn 
+:      023289 le_fifo_check_nearly_full:
+0x5892 023290 fetch 2 ,mem_le_tx_ptr2 
+0x5893 023291 rtn 
+:      023294 le_fifo_check_empty:
+0x5894 023295 fetch 2 ,mem_le_tx_ptr0 
+0x5895 023296 rtn 
+:      023299 le_fifo_release_first_node:
+0x5896 023300 fetch 2 ,mem_le_tx_ptr0 
+0x5897 023301 arg mem_le_tx_buffer0 ,temp 
+0x5898 023302 isub temp ,pdata 
+0x5899 023303 rshift4 pdata ,pdata 
+0x589a 023304 rshift4 pdata ,queue 
+0x589b 023305 fetch 1 ,mem_le_tx_buff_used 
+0x589c 023306 qset0 pdata 
+0x589d 023307 store 1 ,mem_le_tx_buff_used 
+0x589e 023308 arg 0 ,loopcnt 
+:      023309 le_fifo_release_first_node_loop:
+0x589f 023310 lshift loopcnt ,pdata 
+0x58a0 023311 arg mem_le_tx_ptr1 ,temp 
+0x58a1 023312 iadd temp ,temp 
+0x58a2 023313 ifetch 2 ,temp 
+0x58a3 023314 increase -2 ,temp 
+0x58a4 023315 istore 2 ,temp 
+0x58a5 023316 copy loopcnt ,pdata 
+0x58a6 023317 increase 1 ,loopcnt 
+0x58a7 023318 bne le_tx_buff_update_loopcnt ,le_fifo_release_first_node_loop 
+0x58a8 023319 setarg 0 
+0x58a9 023320 istore 2 ,temp 
+0x58aa 023321 rtn 
+:      023327 le_parse_att:
+0x58ab 023328 ifetch 3 ,contr 
+0x58ac 023329 store 3 ,mem_le_att_opcode 
+0x58ad 023330 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x58ae 023331 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x58af 023332 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x58b0 023333 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x58b1 023334 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x58b2 023335 beq attop_read_request ,le_parse_att_read_request 
+0x58b3 023336 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x58b4 023337 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x58b5 023338 beq attop_write_request ,le_parse_att_write_request 
+0x58b6 023339 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x58b7 023340 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x58b8 023341 beq attop_write_command ,le_parse_att_write_command 
+0x58b9 023342 rtn 
+:      023345 le_send_att_exchange_mtu_requset:
+0x58ba 023346 force 3 ,rega 
+0x58bb 023347 call le_fifo_malloc_tx_l2cap_gatt 
+0x58bc 023348 setarg attop_exchange_mtu_request 
+0x58bd 023349 istore 1 ,contw 
+0x58be 023350 fetch 2 ,mem_le_local_mtu 
+0x58bf 023351 istore 2 ,contw 
+0x58c0 023352 rtn 
+:      023355 le_parse_att_exchange_mtu_request:
+0x58c1 023356 call le_parse_att_exchange_mtu_response 
+:      023357 le_send_att_exchange_mtu_response:
+0x58c2 023358 force 3 ,rega 
+0x58c3 023359 call le_fifo_malloc_tx_l2cap_gatt 
+0x58c4 023360 setarg attop_exchange_mtu_response 
+0x58c5 023361 istore 1 ,contw 
+0x58c6 023362 fetch 2 ,mem_le_local_mtu 
+0x58c7 023363 istore 2 ,contw 
+0x58c8 023364 rtn 
+:      023366 le_parse_att_exchange_mtu_response:
+0x58c9 023367 rshift8 pdata ,pdata 
+0x58ca 023368 store 2 ,mem_le_remote_mtu 
+0x58cb 023369 rtn 
+:      023371 le_parse_att_find_information_request:
+0x58cc 023372 call le_get_search_handle_start_end_common 
+0x58cd 023373 call enable_user 
+0x58ce 023374 branch le_send_att_find_information_response 
+:      023376 le_send_att_find_information_response:
+0x58cf 023377 arg 3 ,timeup 
+0x58d0 023378 call le_init_attlist_search 
+:      023379 le_send_att_find_information_res_loop:
+0x58d1 023380 call le_att_handle_inrange 
+0x58d2 023381 branch le_send_att_find_information_res_end ,blank 
+0x58d3 023382 nbranch le_send_att_find_information_res_next ,positive 
+0x58d4 023383 increase -2 ,contr 
+0x58d5 023384 call store_contr 
+0x58d6 023385 call get_contw 
+0x58d7 023386 nbranch le_send_att_find_information_res_store_info ,user 
+0x58d8 023387 call push_stack_rega_b_c 
+0x58d9 023388 call disable_user 
+0x58da 023389 force 20 ,rega 
+0x58db 023390 call le_fifo_malloc_tx_l2cap_gatt 
+0x58dc 023391 call pop_stack_rega_b_c 
+0x58dd 023392 setarg attop_find_information_response 
+0x58de 023393 istore 1 ,contw 
+0x58df 023394 setarg uuid_size_16bit 
+0x58e0 023395 istore 1 ,contw 
+:      023396 le_send_att_find_information_res_store_info:
+0x58e1 023397 call get_contr 
+0x58e2 023398 ifetch 2 ,contr 
+0x58e3 023399 istore 2 ,contw 
+0x58e4 023400 ifetch 1 ,contr 
+0x58e5 023401 copy pdata ,loopcnt 
+0x58e6 023402 call memcpy 
+0x58e7 023403 call store_contw 
+0x58e8 023404 increase -1 ,timeup 
+0x58e9 023405 branch le_send_att_find_information_res_end ,zero 
+:      023406 le_send_att_find_information_res_cont:
+0x58ea 023407 ifetch 1 ,contr 
+0x58eb 023408 iadd contr ,contr 
+0x58ec 023409 branch le_send_att_find_information_res_loop 
+:      023410 le_send_att_find_information_res_next:
+0x58ed 023411 ifetch 1 ,contr 
+0x58ee 023412 iadd contr ,contr 
+0x58ef 023413 branch le_send_att_find_information_res_cont 
+:      023414 le_send_att_find_information_res_end:
+0x58f0 023415 branch le_send_att_error_response_notfound ,user 
+0x58f1 023416 branch le_send_auto_len_by_mem 
+:      023419 le_parse_att_find_by_type_value_request:
+0x58f2 023420 call le_get_search_handle_start_end_common 
+0x58f3 023421 ifetch 2 ,contr 
+0x58f4 023422 store 2 ,mem_le_search_uuid 
+0x58f5 023423 call store_contr 
+0x58f6 023424 arg mem_le_search_att_type_length ,contw 
+0x58f7 023425 fetch 2 ,mem_le_l2cap_size 
+0x58f8 023426 increase -7 ,pdata 
+0x58f9 023427 call le_get_search_common2 
+0x58fa 023428 branch le_send_att_find_by_type_value_response 
+:      023431 le_start_end_handle_check_1:
+0x58fb 023432 disable user 
+0x58fc 023433 fetcht 2 ,mem_le_search_handle_start 
+0x58fd 023434 fetch 2 ,mem_le_search_handle_end 
+0x58fe 023435 isub temp ,null 
+0x58ff 023436 nbranch le_start_end_handle_check_1_fail ,positive 
+0x5900 023437 deposit temp 
+0x5901 023438 rtnne 0 
+:      023439 le_start_end_handle_check_1_fail:
+0x5902 023440 enable user 
+0x5903 023441 jam att_err_invalid_handle ,mem_le_err_code 
+0x5904 023442 branch le_send_att_error_response 
+:      023445 le_send_att_find_by_type_value_response:
+0x5905 023446 call le_start_end_handle_check_1 
+0x5906 023447 rtn user 
+0x5907 023448 fetcht 2 ,mem_le_search_uuid 
+0x5908 023449 setarg uuid_gatt_primary_service 
+0x5909 023450 isub temp ,null 
+0x590a 023451 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x590b 023452 branch le_send_att_error_response_notfound 
+:      023455 le_send_att_find_by_type_value_res_primary:
+0x590c 023456 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+0x590d 023457 fetcht 2 ,mem_le_search_handle_start 
+0x590e 023458 storet 2 ,mem_temp 
+0x590f 023459 call le_att_get_handle_info 
+0x5910 023460 nbranch le_send_att_error_response_notfound ,blank 
+:      023461 le_send_att_find_primary_search_loop:
+0x5911 023462 fetcht 2 ,mem_temp 
+0x5912 023463 call le_att_get_handle_info 
+0x5913 023464 nbranch le_send_att_error_response_notfound2 ,blank 
+0x5914 023465 copy contr ,rega 
+0x5915 023466 fetch 1 ,mem_le_curr_att_len 
+0x5916 023467 copy pdata ,loopcnt 
+0x5917 023468 fetcht 1 ,mem_le_search_att_type_length 
+0x5918 023469 isub temp ,null 
+0x5919 023470 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x591a 023471 arg mem_le_search_att_type ,regb 
+0x591b 023472 call string_compare 
+0x591c 023474 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+0x591d 023476 fetch 2 ,mem_le_cur_uuid 
+0x591e 023477 fetcht 2 ,mem_le_search_uuid 
+0x591f 023478 isub temp ,null 
+0x5920 023479 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+:      023480 le_send_att_find_primary_search_loop1:
+0x5921 023481 fetch 2 ,mem_temp 
+0x5922 023482 increase 1 ,pdata 
+0x5923 023483 store 2 ,mem_temp 
+0x5924 023484 branch le_send_att_find_primary_search_loop 
+:      023486 le_send_att_error_response_notfound2:
+0x5925 023487 fetch 1 ,mem_le_search_res 
+0x5926 023488 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+0x5927 023489 branch le_send_att_error_response_notfound 
+:      023492 le_send_att_find_primary_search_end_start_handle_found:
+0x5928 023493 fetch 2 ,mem_le_cur_uuid 
+0x5929 023494 fetcht 2 ,mem_le_search_uuid 
+0x592a 023495 isub temp ,null 
+0x592b 023496 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x592c 023497 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+0x592d 023499 fetcht 2 ,mem_temp 
+0x592e 023500 storet 2 ,mem_le_cur_handle_start 
+0x592f 023501 branch le_send_att_find_primary_search_loop1 
+:      023503 le_send_att_find_primary_search_end_ending_handle_found:
+0x5930 023504 fetch 1 ,mem_le_search_res 
+0x5931 023505 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+0x5932 023506 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+0x5933 023507 fetcht 2 ,mem_temp 
+0x5934 023508 increase -1 ,temp 
+0x5935 023509 storet 2 ,mem_le_cur_handle_end 
+:      023511 le_send_att_find_primary_search_end:
+0x5936 023512 arg 5 ,rega 
+0x5937 023513 call le_fifo_malloc_tx_l2cap_gatt 
+0x5938 023514 setarg attop_find_by_type_value_response 
+0x5939 023515 istore 1 ,contw 
+0x593a 023516 fetch 2 ,mem_le_cur_handle_start 
+0x593b 023517 istore 2 ,contw 
+0x593c 023518 fetch 2 ,mem_le_cur_handle_end 
+0x593d 023519 istore 2 ,contw 
+0x593e 023520 rtn 
+:      023524 le_parse_att_read_by_type_request:
+0x593f 023525 call le_get_search_handle_start_end_common 
+0x5940 023526 call le_get_search_att_uuid 
+0x5941 023527 branch le_send_att_read_by_type_response 
+:      023529 le_send_att_read_by_type_response:
+0x5942 023530 fetcht 2 ,mem_le_search_handle_start 
+0x5943 023531 storet 2 ,mem_temp 
+0x5944 023532 call le_init_attlist_search 
+0x5945 023533 call le_att_get_handle_ptr2 
+0x5946 023534 increase -2 ,contr 
+0x5947 023535 copy contr ,pdata 
+0x5948 023536 store 2 ,mem_le_cur_attlist_start_ptr 
+0x5949 023538 fetcht 2 ,mem_le_search_uuid 
+0x594a 023539 setarg uuid_chrctr_device_name 
+0x594b 023540 isub temp ,null 
+0x594c 023541 branch le_send_att_read_by_type_res_device_name ,zero 
+0x594d 023542 setarg uuid_gatt_characteristic 
+0x594e 023543 isub temp ,null 
+0x594f 023544 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+0x5950 023545 arg 2 ,timeup 
+:      023546 le_send_att_read_by_type_response_loop:
+0x5951 023547 call le_att_check_handle_end 
+0x5952 023548 nbranch le_send_att_read_by_type_response_end ,positive 
+0x5953 023549 fetcht 2 ,mem_temp 
+0x5954 023550 call le_att_get_handle_info_from_ptr 
+0x5955 023551 beq 1 ,le_send_att_read_by_type_response_end 
+0x5956 023552 call le_att_same_uuid 
+0x5957 023553 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+0x5958 023554 nbranch le_send_att_read_by_type_res_found_next ,user 
+0x5959 023555 disable user 
+0x595a 023556 arg 20 ,rega 
+0x595b 023557 call le_fifo_malloc_tx_l2cap_gatt 
+0x595c 023558 setarg attop_read_by_type_response 
+0x595d 023559 istore 1 ,contw 
+0x595e 023560 copy contw ,alarm 
+0x595f 023561 increase 1 ,contw 
+0x5960 023563 call le_send_att_read_by_type_write_properties 
+0x5961 023564 call le_att_next_handle 
+0x5962 023565 call le_att_get_handle_info_from_ptr 
+0x5963 023566 call le_send_att_read_by_type_write_uuid 
+0x5964 023567 fetch 1 ,mem_le_cur_uuid_length 
+0x5965 023568 increase 5 ,pdata 
+0x5966 023569 istore 1 ,alarm 
+0x5967 023570 fetch 1 ,mem_le_cur_uuid_length 
+0x5968 023571 beq 16 ,le_send_att_read_by_type_response_end 
+0x5969 023572 increase -1 ,timeup 
+0x596a 023573 branch le_send_att_read_by_type_response_end ,zero 
+:      023574 le_send_att_read_by_type_response_next_handle:
+0x596b 023575 call le_att_next_handle 
+0x596c 023576 branch le_send_att_read_by_type_response_loop 
+:      023577 le_send_att_read_by_type_response_end:
+0x596d 023578 branch le_send_att_error_response_notfound ,user 
+0x596e 023579 branch le_send_auto_len_by_mem 
+:      023581 le_send_att_read_by_type_res_found_next:
+0x596f 023582 call le_store_att_record 
+0x5970 023583 call le_att_next_handle 
+0x5971 023584 call le_att_get_handle_info_from_ptr 
+0x5972 023585 fetch 1 ,mem_le_cur_uuid_length 
+0x5973 023586 beq 16 ,le_send_att_read_by_type_response_end 
+0x5974 023588 call get_contw 
+0x5975 023589 fetch 2 ,mem_temp 
+0x5976 023590 increase -1 ,pdata 
+0x5977 023591 istore 2 ,contw 
+0x5978 023592 call le_write_att_record_common 
+0x5979 023593 call le_send_att_read_by_type_write_uuid 
+0x597a 023594 increase -1 ,timeup 
+0x597b 023595 branch le_send_att_read_by_type_response_end ,zero 
+0x597c 023596 branch le_send_att_read_by_type_response_next_handle 
+:      023599 le_send_att_read_by_type_write_properties:
+0x597d 023600 fetch 2 ,mem_temp 
+0x597e 023601 istore 2 ,contw 
+0x597f 023603 fetch 1 ,mem_le_curr_att_len 
+0x5980 023604 copy pdata ,loopcnt 
+0x5981 023605 call get_contr 
+0x5982 023606 call memcpy_fast 
+0x5983 023607 branch store_contw 
+:      023608 le_send_att_read_by_type_write_uuid:
+0x5984 023609 call get_contw 
+0x5985 023610 fetch 2 ,mem_temp 
+0x5986 023611 istore 2 ,contw 
+0x5987 023612 call store_contw 
+0x5988 023613 fetch 1 ,mem_le_cur_uuid_length 
+0x5989 023614 copy pdata ,loopcnt 
+0x598a 023615 call get_contw 
+0x598b 023616 call get_contr 
+0x598c 023617 isub loopcnt ,contr 
+0x598d 023618 increase -1 ,contr 
+0x598e 023619 call memcpy_fast 
+0x598f 023620 branch store_contw 
+:      023624 le_send_att_read_by_type_res_not_characteristic:
+0x5990 023625 fetcht 2 ,mem_le_search_handle_start 
+0x5991 023626 storet 2 ,mem_temp 
+:      023627 le_send_att_read_by_type_res_not_char_loop:
+0x5992 023628 call le_att_check_handle_end 
+0x5993 023629 nbranch le_send_att_error_response_notfound ,positive 
+0x5994 023630 call le_att_get_handle_info_from_ptr 
+0x5995 023631 beq 1 ,le_send_att_error_response_notfound 
+0x5996 023632 call le_att_same_uuid 
+0x5997 023633 nbranch le_send_att_read_by_type_res_not_char_next ,zero 
+:      023635 le_send_att_read_by_type_res_not_char_common:
+0x5998 023636 arg 20 ,rega 
+0x5999 023637 call le_fifo_malloc_tx_l2cap_gatt 
+0x599a 023638 setarg attop_read_by_type_response 
+0x599b 023639 istore 1 ,contw 
+0x599c 023640 fetch 1 ,mem_le_curr_att_len 
+0x599d 023641 copy pdata ,loopcnt 
+0x599e 023642 increase 2 ,pdata 
+0x599f 023643 istore 1 ,contw 
+0x59a0 023644 fetch 2 ,mem_temp 
+0x59a1 023645 istore 2 ,contw 
+0x59a2 023646 call get_contr 
+0x59a3 023647 call memcpy_fast 
+0x59a4 023648 call store_contw 
+0x59a5 023649 branch le_send_auto_len_by_mem 
+:      023651 le_send_att_read_by_type_res_not_char_next:
+0x59a6 023652 call le_att_next_handle 
+0x59a7 023653 branch le_send_att_read_by_type_res_not_char_loop 
+:      023656 le_send_att_read_by_type_res_device_name:
+0x59a8 023657 arg uuid_chrctr_device_name ,temp 
+0x59a9 023658 call le_att_get_short_uuid_ptr 
+0x59aa 023659 rtn blank 
+0x59ab 023660 increase -5 ,contr 
+0x59ac 023661 ifetch 2 ,contr 
+0x59ad 023662 store 2 ,mem_temp 
+0x59ae 023663 arg 20 ,rega 
+0x59af 023664 call le_fifo_malloc_tx_l2cap_gatt 
+0x59b0 023665 setarg attop_read_by_type_response 
+0x59b1 023666 istore 1 ,contw 
+0x59b2 023667 fetch 1 ,mem_le_name_len 
+0x59b3 023668 copy pdata ,loopcnt 
+0x59b4 023669 increase 2 ,pdata 
+0x59b5 023670 istore 1 ,contw 
+0x59b6 023671 fetch 2 ,mem_temp 
+0x59b7 023672 istore 2 ,contw 
+0x59b8 023673 arg mem_le_name ,contr 
+0x59b9 023674 call memcpy_fast 
+0x59ba 023675 call store_contw 
+0x59bb 023676 branch le_send_auto_len_by_mem 
+:      023680 le_parse_att_read_request:
+0x59bc 023681 fetcht 2 ,mem_le_att_handle 
+0x59bd 023682 fetch 1 ,mem_le_configuration 
+0x59be 023683 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+:      023685 le_send_att_read_response:
+0x59bf 023686 call le_att_get_handle_ptr 
+0x59c0 023687 branch le_send_att_error_response_notfound ,blank 
+0x59c1 023688 increase -2 ,contr 
+0x59c2 023689 ifetch 2 ,contr 
+0x59c3 023690 arg uuid_chrctr_device_name ,temp 
+0x59c4 023691 isub temp ,null 
+0x59c5 023692 branch le_send_device_name ,zero 
+0x59c6 023693 ifetch 1 ,contr 
+0x59c7 023694 sub pdata ,22 ,null 
+0x59c8 023695 branch le_send_att_read_response_less ,positive 
+0x59c9 023696 force 22 ,pdata 
+:      023697 le_send_att_read_response_less:
+0x59ca 023698 copy pdata ,regc 
+0x59cb 023699 call store_contr 
+0x59cc 023700 add regc ,1 ,rega 
+0x59cd 023701 call le_fifo_malloc_tx_l2cap_gatt 
+0x59ce 023702 setarg attop_read_response 
+0x59cf 023703 istore 1 ,contw 
+0x59d0 023704 copy regc ,loopcnt 
+0x59d1 023705 call get_contr 
+0x59d2 023706 branch memcpy 
+:      023708 le_send_device_name:
+0x59d3 023709 call store_contr 
+0x59d4 023710 fetch 1 ,mem_le_name_len 
+0x59d5 023711 add pdata ,1 ,rega 
+0x59d6 023712 call le_fifo_malloc_tx_l2cap_gatt 
+0x59d7 023713 setarg attop_read_response 
+0x59d8 023714 istore 1 ,contw 
+0x59d9 023715 fetch 1 ,mem_le_name_len 
+0x59da 023716 copy pdata ,loopcnt 
+0x59db 023717 arg mem_le_name ,contr 
+0x59dc 023718 branch memcpy 
+:      023721 le_send_att_read_response_check_auth:
+0x59dd 023722 fetch 2 ,mem_le_pairing_handle 
+0x59de 023723 isub temp ,null 
+0x59df 023724 nbranch le_send_att_read_response ,zero 
+0x59e0 023726 call le_check_encrypt_state 
+0x59e1 023727 nbranch le_send_att_read_response ,user 
+0x59e2 023728 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x59e3 023729 branch le_send_att_error_response 
+:      023732 le_parse_att_read_blob_request:
+0x59e4 023733 ifetch 2 ,contr 
+0x59e5 023734 store 2 ,mem_le_att_offset 
+:      023735 le_send_att_read_blob_response:
+0x59e6 023736 arg 20 ,rega 
+0x59e7 023737 call le_fifo_malloc_tx_l2cap_gatt 
+0x59e8 023738 setarg attop_read_blob_response 
+0x59e9 023739 istore 1 ,contw 
+0x59ea 023740 fetch 2 ,mem_le_att_offset 
+0x59eb 023741 iforce rega 
+0x59ec 023742 fetcht 2 ,mem_le_att_handle 
+0x59ed 023743 call le_att_get_handle_ptr 
+0x59ee 023744 branch le_send_att_error_response_notfound ,blank 
+0x59ef 023745 ifetch 1 ,contr 
+0x59f0 023746 isub rega ,loopcnt 
+0x59f1 023747 nbranch le_send_att_error_response_notfound ,positive 
+0x59f2 023748 sub loopcnt ,22 ,null 
+0x59f3 023749 branch le_send_att_read_blob_response_less ,positive 
+0x59f4 023750 force 22 ,loopcnt 
+:      023751 le_send_att_read_blob_response_less:
+0x59f5 023752 deposit rega 
+0x59f6 023753 iadd contr ,contr 
+0x59f7 023754 call memcpy_fast 
+0x59f8 023755 call store_contw 
+0x59f9 023756 branch le_send_auto_len_by_mem 
+:      023759 le_parse_att_read_by_group_type_request:
+0x59fa 023760 call le_get_search_handle_start_end_common 
+0x59fb 023761 call le_get_search_att_type 
+0x59fc 023762 branch le_send_att_read_by_group_type_response 
+:      023767 le_send_att_read_by_group_type_response:
+0x59fd 023768 arg 2 ,timeup 
+0x59fe 023769 fetcht 2 ,mem_le_search_handle_start 
+0x59ff 023773 storet 2 ,mem_temp 
+0x5a00 023774 call le_init_attlist_search 
+0x5a01 023775 call le_att_get_handle_ptr2 
+0x5a02 023776 increase -2 ,contr 
+0x5a03 023777 copy contr ,pdata 
+0x5a04 023778 store 2 ,mem_le_cur_attlist_start_ptr 
+:      023779 le_send_att_read_by_group_type_response_loop:
+0x5a05 023780 call le_att_check_handle_end 
+0x5a06 023781 nbranch le_send_att_read_by_group_type_end0 ,positive 
+0x5a07 023782 fetcht 2 ,mem_temp 
+0x5a08 023783 call le_att_get_handle_info_from_ptr 
+0x5a09 023784 beq 1 ,le_send_att_read_by_group_type_end1 
+0x5a0a 023786 call le_att_same_type 
+0x5a0b 023787 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+0x5a0c 023788 copy timeup ,pdata 
+0x5a0d 023789 beq 0 ,le_send_att_read_by_group_type_end1 
+0x5a0e 023790 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+0x5a0f 023791 disable user 
+0x5a10 023793 arg 20 ,rega 
+0x5a11 023794 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a12 023795 setarg attop_read_by_group_type_response 
+0x5a13 023796 istore 1 ,contw 
+0x5a14 023797 fetch 1 ,mem_le_curr_att_len 
+0x5a15 023798 increase 4 ,pdata 
+0x5a16 023799 istore 1 ,contw 
+0x5a17 023800 call store_contw 
+0x5a18 023801 branch le_send_att_read_by_group_type_store_record 
+:      023802 le_send_att_read_by_group_type_store_write_record:
+0x5a19 023803 fetch 1 ,mem_le_curr_att_len 
+0x5a1a 023804 beq 16 ,le_send_att_read_by_group_type_end1 
+0x5a1b 023805 fetch 2 ,mem_temp 
+0x5a1c 023806 increase -1 ,pdata 
+0x5a1d 023807 store 2 ,mem_le_cur_handle_end 
+0x5a1e 023808 call le_write_att_record 
+:      023809 le_send_att_read_by_group_type_store_record:
+0x5a1f 023810 fetch 2 ,mem_temp 
+0x5a20 023811 store 2 ,mem_le_cur_handle_start 
+0x5a21 023812 call le_store_att_record 
+0x5a22 023813 increase -1 ,timeup 
+:      023815 le_send_att_read_by_group_type_next_handle:
+0x5a23 023816 call le_att_next_handle 
+0x5a24 023817 branch le_send_att_read_by_group_type_response_loop 
+:      023819 le_send_att_read_by_group_type_end0:
+0x5a25 023820 fetch 2 ,mem_temp 
+0x5a26 023821 store 2 ,mem_le_cur_handle_end 
+0x5a27 023822 branch le_send_att_read_by_group_type_end_common 
+:      023823 le_send_att_read_by_group_type_end1:
+0x5a28 023824 fetch 2 ,mem_temp 
+0x5a29 023825 increase -1 ,pdata 
+0x5a2a 023826 store 2 ,mem_le_cur_handle_end 
+0x5a2b 023827 branch le_send_att_read_by_group_type_end_common 
+:      023828 le_send_att_read_by_group_type_end_common:
+0x5a2c 023829 branch le_send_att_error_response_notfound ,user 
+0x5a2d 023830 call le_write_att_record 
+0x5a2e 023831 branch le_send_auto_len_by_mem 
+:      023836 le_parse_att_write_request:
+0x5a2f 023837 copy contr ,rega 
+0x5a30 023838 fetch 2 ,mem_le_l2cap_size 
+0x5a31 023839 add pdata ,-3 ,regb 
+0x5a32 023840 call le_writeatt_cb 
+:      023841 le_send_att_write_response_check_auth:
+0x5a33 023842 fetch 1 ,mem_le_configuration 
+0x5a34 023843 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+0x5a35 023845 fetcht 2 ,mem_le_att_handle 
+0x5a36 023846 fetch 2 ,mem_le_pairing_handle 
+0x5a37 023847 isub temp ,null 
+0x5a38 023848 nbranch le_send_att_write_response ,zero 
+0x5a39 023849 call le_check_encrypt_state 
+0x5a3a 023850 nbranch le_send_att_write_response ,user 
+0x5a3b 023851 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x5a3c 023852 branch le_send_att_error_response 
+:      023854 le_send_att_write_response:
+0x5a3d 023855 force 1 ,rega 
+0x5a3e 023856 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a3f 023857 setarg attop_write_response 
+0x5a40 023858 istore 1 ,contw 
+0x5a41 023859 rtn 
+:      023861 le_check_encrypt_state:
+0x5a42 023862 call disable_user 
+0x5a43 023863 fetch 1 ,mem_le_pairing_mode 
+0x5a44 023864 rtneq le_pairing_mode_none 
+0x5a45 023865 fetch 1 ,mem_context 
+0x5a46 023866 rtnbit1 lestate_encryption 
+0x5a47 023867 branch enable_user 
+:      023870 le_parse_att_prepare_write_request:
+0x5a48 023871 add contr ,2 ,rega 
+0x5a49 023872 fetch 2 ,mem_le_l2cap_size 
+0x5a4a 023873 add pdata ,-5 ,regb 
+0x5a4b 023874 call le_writeatt_cb 
+0x5a4c 023875 branch le_send_att_prepare_write_response 
+:      023878 le_send_att_prepare_write_response:
+0x5a4d 023879 fetch 2 ,mem_le_l2cap_size 
+0x5a4e 023880 copy pdata ,rega 
+0x5a4f 023881 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a50 023882 setarg attop_prepare_write_response 
+0x5a51 023883 istore 1 ,contw 
+0x5a52 023884 fetch 2 ,mem_le_att_handle 
+0x5a53 023885 istore 2 ,contw 
+0x5a54 023886 fetch 2 ,mem_le_l2cap_size 
+0x5a55 023887 add pdata ,-5 ,loopcnt 
+0x5a56 023888 fetch 2 ,mem_le_payload_ptr 
+0x5a57 023889 add pdata ,7 ,contr 
+0x5a58 023890 ifetch 2 ,contr 
+0x5a59 023891 istore 2 ,contw 
+0x5a5a 023892 branch memcpy_fast 
+:      023896 le_parse_att_execute_write_request:
+:      023898 le_send_att_execute_write_response:
+0x5a5b 023899 force 1 ,rega 
+0x5a5c 023900 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a5d 023901 setarg attop_execute_write_response 
+0x5a5e 023902 istore 1 ,contw 
+0x5a5f 023903 rtn 
+:      023907 le_parse_att_write_command:
+0x5a60 023908 copy contr ,rega 
+0x5a61 023909 fetch 2 ,mem_le_l2cap_size 
+0x5a62 023910 add pdata ,-3 ,regb 
+0x5a63 023911 branch le_writeatt_cb 
+:      023916 le_att_malloc_tx_notify:
+0x5a64 023917 copy temp ,regc 
+0x5a65 023918 increase 3 ,rega 
+0x5a66 023919 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a67 023920 increase -3 ,rega 
+0x5a68 023921 setarg attop_handle_value_notification 
+0x5a69 023922 istore 1 ,contw 
+0x5a6a 023923 copy regc ,temp 
+0x5a6b 023924 istoret 2 ,contw 
+0x5a6c 023925 rtn 
+:      023928 le_att_malloc_tx_indication:
+0x5a6d 023929 copy temp ,regc 
+0x5a6e 023930 increase 3 ,rega 
+0x5a6f 023931 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a70 023932 increase -3 ,rega 
+0x5a71 023933 setarg attop_handle_value_indication 
+0x5a72 023934 istore 1 ,contw 
+0x5a73 023935 copy regc ,temp 
+0x5a74 023936 istoret 2 ,contw 
+0x5a75 023937 rtn 
+:      023942 le_send_att_error_response_notfound:
+0x5a76 023943 jam att_err_attribute_not_found ,mem_le_err_code 
+:      023944 le_send_att_error_response:
+0x5a77 023945 force 5 ,rega 
+0x5a78 023946 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a79 023947 setarg attop_error_response 
+0x5a7a 023948 istore 1 ,contw 
+0x5a7b 023949 fetch 1 ,mem_le_att_opcode 
+0x5a7c 023950 istore 1 ,contw 
+0x5a7d 023951 fetch 2 ,mem_le_att_handle 
+0x5a7e 023952 istore 2 ,contw 
+0x5a7f 023953 fetch 1 ,mem_le_err_code 
+0x5a80 023954 istore 1 ,contw 
+0x5a81 023955 rtn 
+:      023958 le_fifo_malloc_tx_l2cap_gatt:
+0x5a82 023959 force le_l2cap_cid_att ,regb 
+0x5a83 023960 branch le_fifo_malloc_tx_l2cap 
+:      023963 le_att_next_handle:
+0x5a84 023964 fetcht 2 ,mem_temp 
+0x5a85 023965 increase 1 ,temp 
+0x5a86 023966 storet 2 ,mem_temp 
+0x5a87 023967 rtn 
+:      023969 le_att_check_handle_end:
+0x5a88 023970 fetcht 2 ,mem_temp 
+0x5a89 023971 fetch 2 ,mem_le_search_handle_end 
+0x5a8a 023972 isub temp ,null 
+0x5a8b 023973 rtn 
+:      023976 le_att_same_type:
+0x5a8c 023977 fetcht 1 ,mem_le_search_att_type_length 
+0x5a8d 023978 arg mem_le_search_att_type ,rega 
+:      023979 le_att_check_same_common:
+0x5a8e 023980 fetch 1 ,mem_le_cur_uuid_length 
+0x5a8f 023981 copy pdata ,loopcnt 
+0x5a90 023982 isub temp ,null 
+0x5a91 023983 nrtn zero 
+0x5a92 023984 arg mem_le_cur_uuid ,regb 
+0x5a93 023985 branch string_compare 
+:      023987 le_att_same_uuid:
+0x5a94 023988 fetcht 1 ,mem_le_search_uuid_length 
+0x5a95 023989 arg mem_le_search_uuid ,rega 
+0x5a96 023990 branch le_att_check_same_common 
+:      023993 le_store_att_record:
+0x5a97 023994 fetch 1 ,mem_le_curr_att_len 
+0x5a98 023995 store 1 ,mem_tmp_buffer 
+0x5a99 023996 copy pdata ,loopcnt 
+0x5a9a 023997 call get_contr 
+0x5a9b 023998 branch memcpy_fast 
+:      024001 le_write_att_record:
+0x5a9c 024002 call get_contw 
+0x5a9d 024003 fetch 2 ,mem_le_cur_handle_start 
+0x5a9e 024004 istore 2 ,contw 
+0x5a9f 024005 fetch 2 ,mem_le_cur_handle_end 
+0x5aa0 024006 istore 2 ,contw 
+:      024007 le_write_att_record_common:
+0x5aa1 024008 fetch 1 ,mem_tmp_buffer 
+0x5aa2 024009 copy pdata ,loopcnt 
+0x5aa3 024010 call memcpy_fast 
+0x5aa4 024011 branch store_contw 
+:      024015 le_send_auto_len_by_mem:
+0x5aa5 024016 call get_contw 
+0x5aa6 024017 call le_fifo_get_last_att_ptr 
+0x5aa7 024018 copy contw ,pdata 
+0x5aa8 024019 isub contr ,rega 
+0x5aa9 024020 call le_fifo_get_last_l2cap_ptr 
+0x5aaa 024021 copy rega ,pdata 
+0x5aab 024022 istore 2 ,contr 
+0x5aac 024023 increase 4 ,rega 
+0x5aad 024024 call le_fifo_get_last_tx_ptr 
+0x5aae 024025 copy rega ,pdata 
+0x5aaf 024026 istore 1 ,contr 
+0x5ab0 024027 rtn 
+:      024030 le_get_search_handle_start_end_common:
+0x5ab1 024031 rshift8 pdata ,pdata 
+0x5ab2 024032 store 2 ,mem_le_search_handle_start 
+0x5ab3 024033 ifetch 2 ,contr 
+0x5ab4 024034 store 2 ,mem_le_search_handle_end 
+0x5ab5 024035 rtn 
+:      024040 le_parse_signaling:
+0x5ab6 024041 ifetch 1 ,contr 
+0x5ab7 024042 ifetcht 1 ,contr 
+0x5ab8 024043 ifetcht 2 ,contr 
+0x5ab9 024044 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+0x5aba 024045 rtn 
+:      024046 le_l2cap_parse_conn_parameter_update_rsp:
+0x5abb 024047 ifetch 2 ,contr 
+0x5abc 024048 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x5abd 024049 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+0x5abe 024050 branch ui_ipc_send_event 
+:      024056 le_l2cap_tx_update_req:
+0x5abf 024057 arg 0x0c ,rega 
+0x5ac0 024058 arg l2cap_connection_parameter_update_request ,regc 
+0x5ac1 024059 call le_fifo_malloc_tx_l2cap_signaling 
+0x5ac2 024060 setarg 0x08 
+0x5ac3 024061 istore 2 ,contw 
+0x5ac4 024062 fetch 8 ,mem_le_interval_min 
+0x5ac5 024063 istore 8 ,contw 
+0x5ac6 024064 rtn 
+:      024068 le_fifo_malloc_tx_l2cap_signaling:
+0x5ac7 024069 call le_l2cap_update_signaling_identifier 
+0x5ac8 024070 arg le_l2cap_cid_signal ,regb 
+0x5ac9 024071 call le_fifo_malloc_tx_l2cap 
+0x5aca 024072 copy regc ,pdata 
+0x5acb 024073 istore 1 ,contw 
+0x5acc 024074 fetch 1 ,mem_le_signaling_identifier 
+0x5acd 024075 istore 1 ,contw 
+0x5ace 024076 rtn 
+:      024079 le_l2cap_update_signaling_identifier:
+0x5acf 024080 fetch 1 ,mem_le_signaling_identifier 
+0x5ad0 024082 pincrease 1 
+0x5ad1 024083 store 1 ,mem_le_signaling_identifier 
+0x5ad2 024084 rtnne 0 
+:      024086 le_l2cap_reset_signaling_identifier:
+0x5ad3 024087 jam 1 ,mem_le_signaling_identifier 
+0x5ad4 024088 rtn 
+:      024093 le_pairing_mode_init:
+0x5ad5 024094 fetch 1 ,mem_le_pairing_mode 
+0x5ad6 024095 beq le_pairing_mode_none ,le_set_no_pairing 
+0x5ad7 024096 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+0x5ad8 024097 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+0x5ad9 024098 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
+0x5ada 024099 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
+0x5adb 024100 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
+0x5adc 024101 rtn 
+:      024103 le_set_pairing_mode_secure_justwork:
+0x5add 024104 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ade 024105 branch le_set_noinputnooutput 
+:      024106 le_set_pairing_mode_secure_numeric:
+0x5adf 024107 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ae0 024108 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x5ae1 024109 rtn 
+:      024110 le_set_pairing_mode_secure_passkey:
+0x5ae2 024111 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ae3 024112 branch le_set_displayonly 
+:      024113 le_set_no_pairing:
+0x5ae4 024114 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      024115 le_set_noinputnooutput:
+0x5ae5 024116 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x5ae6 024117 rtn 
+:      024118 le_set_pairing_mode_lagacy_just_work:
+0x5ae7 024119 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5ae8 024120 branch le_set_noinputnooutput 
+:      024121 le_set_pairing_mode_lagacy_passkey:
+0x5ae9 024122 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      024123 le_set_displayonly:
+0x5aea 024124 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x5aeb 024125 rtn 
+:      024128 le_secure_connection_enable:
+0x5aec 024129 fetch 1 ,mem_le_pres_auth 
+0x5aed 024130 set1 le_auth_secure_connection_pairing_bit ,pdata 
+0x5aee 024131 store 1 ,mem_le_pres_auth 
+0x5aef 024132 rtn 
+:      024133 le_secure_connection_disable:
+0x5af0 024134 fetch 1 ,mem_le_pres_auth 
+0x5af1 024135 set0 le_auth_secure_connection_pairing_bit ,pdata 
+0x5af2 024136 store 1 ,mem_le_pres_auth 
+0x5af3 024137 rtn 
+:      024139 le_parse_smp:
+0x5af4 024140 ifetch 1 ,contr 
+0x5af5 024141 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x5af6 024143 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x5af7 024144 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x5af8 024145 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x5af9 024146 beq smp_encryption_information ,le_parse_smp_encryption_information 
+0x5afa 024147 beq smp_master_identification ,le_parse_smp_master_identification 
+0x5afb 024148 beq smp_identity_information ,le_parse_smp_identity_information 
+0x5afc 024149 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x5afd 024150 beq smp_signing_information ,le_parse_smp_signing_information 
+0x5afe 024151 beq smp_security_request ,le_parse_smp_security_request 
+0x5aff 024152 beq smp_pairing_public_key ,le_parse_smp_public_key 
+0x5b00 024153 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
+0x5b01 024154 rtn 
+:      024158 le_send_smp_security_request:
+0x5b02 024159 force 2 ,rega 
+0x5b03 024160 call le_fifo_malloc_tx_l2cap_smp 
+0x5b04 024161 setarg smp_security_request 
+0x5b05 024162 istore 1 ,contw 
+0x5b06 024163 fetch 1 ,mem_le_pres_auth 
+0x5b07 024164 istore 1 ,contw 
+0x5b08 024165 rtn 
+:      024167 le_parse_smp_pairing_request:
+0x5b09 024168 store 1 ,mem_le_preq 
+0x5b0a 024169 ifetch 6 ,contr 
+0x5b0b 024170 istore 6 ,contw 
+0x5b0c 024171 fetch 1 ,mem_le_pairing_mode 
+0x5b0d 024172 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+0x5b0e 024173 call le_send_smp_pairing_response 
+0x5b0f 024174 call le_check_master_support_secure_connect 
+0x5b10 024175 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+0x5b11 024176 fetch 1 ,mem_le_preq_iocap 
+0x5b12 024177 beq flag_iocap_displayonly ,le_set_tk_0 
+0x5b13 024178 beq flag_iocap_displayyesno ,le_set_tk_0 
+0x5b14 024179 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+0x5b15 024180 fetch 1 ,mem_le_pairing_mode 
+0x5b16 024181 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+0x5b17 024182 rtneq le_pairing_mode_secure_connect_passkey 
+:      024183 le_set_tk_0:
+0x5b18 024184 arg 0 ,pdata 
+0x5b19 024185 store 4 ,mem_le_tk 
+0x5b1a 024186 rtn 
+:      024188 le_parse_smp_pairing_req_passkey:
+0x5b1b 024189 fetch 1 ,mem_le_configuration 
+0x5b1c 024190 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+:      024191 le_genernate_tk:
+0x5b1d 024192 arg mem_le_tk ,rega 
+0x5b1e 024193 copy rega ,contw 
+0x5b1f 024194 arg 3 ,loopcnt 
+0x5b20 024195 call generate_random_loop 
+0x5b21 024196 fetch 2 ,mem_le_tk + 2 
+0x5b22 024197 and_into 0x7 ,pdata 
+0x5b23 024198 store 2 ,mem_le_tk + 2 
+:      024199 le_parse_smp_pairing_req_fixed_passkey:
+0x5b24 024200 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+0x5b25 024201 branch ui_ipc_send_event 
+:      024203 le_check_master_support_secure_connect:
+0x5b26 024204 fetch 1 ,mem_le_preq_auth 
+0x5b27 024205 rtnbit1 le_auth_secure_connection_pairing_bit 
+0x5b28 024206 fetch 1 ,mem_le_pairing_mode 
+0x5b29 024207 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x5b2a 024208 branch app_ble_disconnect 
+:      024210 le_send_smp_pairing_response:
+0x5b2b 024211 force 7 ,rega 
+0x5b2c 024212 call le_fifo_malloc_tx_l2cap_smp 
+0x5b2d 024213 fetch 7 ,mem_le_pres 
+0x5b2e 024214 istore 7 ,contw 
+0x5b2f 024215 rtn 
+:      024218 le_parse_smp_pairing_confirm:
+0x5b30 024219 copy contr ,rega 
+0x5b31 024220 fetch 1 ,mem_le_pairing_mode 
+0x5b32 024221 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
+0x5b33 024222 copy rega ,contr 
+0x5b34 024223 arg mem_le_rconfirm ,contw 
+0x5b35 024224 call memcpy16 
+0x5b36 024225 branch le_send_smp_pairing_confirm 
+:      024226 le_parse_smp_pairing_confirm_secure_passkey:
+0x5b37 024227 copy rega ,contr 
+0x5b38 024228 arg mem_le_rconfirm ,contw 
+0x5b39 024229 call memcpy16 
+0x5b3a 024230 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5b3b 024231 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x5b3c 024232 rtn 
+:      024235 le_send_smp_pairing_confirm:
+0x5b3d 024236 fetch 1 ,mem_le_pairing_mode 
+0x5b3e 024237 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
+0x5b3f 024238 call generate_confirm 
+0x5b40 024239 force 17 ,rega 
+0x5b41 024240 call le_fifo_malloc_tx_l2cap_smp 
+0x5b42 024241 setarg smp_pairing_confirm 
+0x5b43 024242 istore 1 ,contw 
+0x5b44 024243 branch store_aes_result 
+:      024246 le_send_smp_pairing_confirm_sc:
+0x5b45 024247 arg mem_le_srand ,contw 
+0x5b46 024248 call generate_random 
+0x5b47 024249 call function_f4_cb 
+0x5b48 024250 force 17 ,rega 
+0x5b49 024251 call le_fifo_malloc_tx_l2cap_smp 
+0x5b4a 024252 setarg smp_pairing_confirm 
+0x5b4b 024253 istore 1 ,contw 
+0x5b4c 024254 branch load_inverse_result 
+:      024258 le_parse_smp_pairing_random:
+0x5b4d 024259 copy contr ,rega 
+0x5b4e 024260 fetch 1 ,mem_le_pairing_mode 
+0x5b4f 024261 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
+0x5b50 024262 copy rega ,contr 
+0x5b51 024263 call authenticate_rconfirm 
+0x5b52 024264 branch le_parse_smp_pairing_random_success ,zero 
+:      024265 le_send_pairing_confirm_value_failed:
+0x5b53 024266 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+:      024267 le_send_pairing_failed:
+0x5b54 024268 force 2 ,rega 
+0x5b55 024269 call le_fifo_malloc_tx_l2cap_smp 
+0x5b56 024270 setarg smp_pairing_failed 
+0x5b57 024271 istore 1 ,contw 
+0x5b58 024272 fetch 1 ,mem_le_ll_pairing_fail_reason 
+0x5b59 024273 istore 1 ,contw 
+:      024274 le_parse_smp_pairing_failed:
+0x5b5a 024275 force smp_pairing_timer ,queue 
+0x5b5b 024276 call timer_stop 
+0x5b5c 024277 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x5b5d 024278 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+0x5b5e 024279 branch ui_ipc_send_event 
+:      024281 le_smp_pairing_fail_reason_not_support_pairing:
+0x5b5f 024282 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+0x5b60 024283 branch le_send_pairing_failed 
+:      024286 le_parse_smp_pairing_random_sc:
+0x5b61 024287 arg mem_le_mrand ,contw 
+0x5b62 024288 copy rega ,contr 
+0x5b63 024289 call memcpy16 
+0x5b64 024290 fetch 1 ,mem_le_pairing_mode 
+0x5b65 024291 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
+0x5b66 024292 call function_g2 
+0x5b67 024295 call le_send_smp_pairing_random 
+0x5b68 024296 fetch 1 ,mem_le_pairing_mode 
+0x5b69 024297 rtnne le_pairing_mode_secure_connect_numeric 
+0x5b6a 024298 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
+0x5b6b 024299 branch ui_ipc_send_event 
+:      024301 le_parse_smp_pairing_random_sc_passkey:
+0x5b6c 024302 call function_f4_ca 
+0x5b6d 024303 arg mem_aes_cmac_temp ,contw 
+0x5b6e 024304 call load_inverse_result 
+0x5b6f 024305 arg mem_aes_cmac_temp ,rega 
+0x5b70 024306 arg mem_le_rconfirm ,regb 
+0x5b71 024307 arg 16 ,loopcnt 
+0x5b72 024308 call string_compare 
+0x5b73 024309 nbranch le_send_pairing_confirm_value_failed ,zero 
+0x5b74 024310 branch le_send_smp_pairing_random 
+:      024312 le_parse_smp_pairing_random_success:
+0x5b75 024313 call generate_stk 
+0x5b76 024314 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x5b77 024315 call ui_ipc_send_event 
+0x5b78 024316 jam 1 ,mem_ltk_exists 
+0x5b79 024317 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+:      024319 le_send_smp_pairing_random:
+0x5b7a 024320 force 17 ,rega 
+0x5b7b 024321 call le_fifo_malloc_tx_l2cap_smp 
+0x5b7c 024322 setarg smp_pairing_random 
+0x5b7d 024323 istore 1 ,contw 
+0x5b7e 024324 arg mem_le_srand ,contr 
+0x5b7f 024325 branch memcpy16 
+:      024327 le_parse_smp_encryption_information:
+0x5b80 024328 arg mem_le_peer_ltk ,contw 
+0x5b81 024329 branch memcpy16 
+:      024331 le_send_smp_encryption_information:
+0x5b82 024332 force 17 ,rega 
+0x5b83 024333 call le_fifo_malloc_tx_l2cap_smp 
+0x5b84 024334 setarg smp_encryption_information 
+0x5b85 024335 istore 1 ,contw 
+0x5b86 024336 fetch 1 ,mem_le_configuration 
+0x5b87 024337 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+0x5b88 024338 arg mem_le_ltk ,contr 
+0x5b89 024339 branch memcpy16 
+:      024341 le_send_fixed_ltk:
+0x5b8a 024342 arg mem_le_fixed_ltk ,contr 
+0x5b8b 024343 branch memcpy16 
+:      024346 le_send_smp_master_identification:
+0x5b8c 024347 arg mem_le_ediv ,contw 
+0x5b8d 024348 force 10 ,loopcnt 
+0x5b8e 024349 call generate_random_loop 
+0x5b8f 024350 force 11 ,rega 
+0x5b90 024351 call le_fifo_malloc_tx_l2cap_smp 
+0x5b91 024352 setarg smp_master_identification 
+0x5b92 024353 istore 1 ,contw 
+0x5b93 024354 fetch 2 ,mem_le_ediv 
+0x5b94 024355 istore 2 ,contw 
+0x5b95 024356 fetch 8 ,mem_le_rand 
+0x5b96 024357 istore 8 ,contw 
+0x5b97 024358 rtn 
+:      024360 le_send_smp_identity_information:
+0x5b98 024361 force 17 ,rega 
+0x5b99 024362 call le_fifo_malloc_tx_l2cap_smp 
+0x5b9a 024363 setarg smp_identity_information 
+0x5b9b 024364 istore 1 ,contw 
+0x5b9c 024365 setarg 0 
+0x5b9d 024366 istore 8 ,contw 
+0x5b9e 024367 istore 8 ,contw 
+0x5b9f 024368 rtn 
+:      024371 le_send_smp_identity_address_information:
+0x5ba0 024372 force 8 ,rega 
+0x5ba1 024373 call le_fifo_malloc_tx_l2cap_smp 
+0x5ba2 024374 setarg smp_identity_address_information 
+0x5ba3 024375 istore 1 ,contw 
+0x5ba4 024376 fetch 1 ,mem_le_conn_own_addr_type 
+0x5ba5 024377 istore 1 ,contw 
+0x5ba6 024378 fetch 6 ,mem_le_lap 
+0x5ba7 024379 istore 6 ,contw 
+0x5ba8 024380 rtn 
+:      024383 le_send_pairing_fail_unspecified_reason:
+0x5ba9 024384 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+0x5baa 024385 branch le_send_pairing_failed 
+:      024387 le_check_init_key_distribution:
+0x5bab 024388 fetch 1 ,mem_le_pres_init_key_distribution 
+0x5bac 024389 fetcht 1 ,mem_le_pres_init_key_distribution 
+0x5bad 024390 iand temp ,pdata 
+0x5bae 024391 rtn 
+:      024393 le_parse_smp_identity_information:
+0x5baf 024394 arg mem_le_irk ,contw 
+0x5bb0 024395 call memcpy16 
+0x5bb1 024396 call le_check_init_key_distribution 
+0x5bb2 024397 isolate0 le_initator_irk_bit ,pdata 
+0x5bb3 024398 branch le_send_pairing_fail_unspecified_reason ,true 
+0x5bb4 024399 fetch 1 ,mem_device_option 
+0x5bb5 024400 rtnne dvc_op_module 
+0x5bb6 024401 call le_check_master_addr_type 
+0x5bb7 024402 nrtn user 
+0x5bb8 024403 branch app_ble_store_reconn_info 
+:      024406 le_check_master_addr_type:
+0x5bb9 024407 call disable_user 
+0x5bba 024408 fetch 1 ,mem_le_conn_peer_addr_type 
+0x5bbb 024409 rtneq master_public_addr 
+0x5bbc 024410 fetch 1 ,mem_le_plap + 5 
+0x5bbd 024411 compare 0xc0 ,pdata ,0xc0 
+0x5bbe 024412 rtn true 
+0x5bbf 024413 branch enable_user 
+:      024415 le_parse_smp_identity_address_information:
+0x5bc0 024416 call le_check_init_key_distribution 
+0x5bc1 024417 isolate0 le_initator_irk_bit ,pdata 
+0x5bc2 024418 branch le_send_pairing_fail_unspecified_reason ,true 
+0x5bc3 024419 rtn 
+:      024421 le_parse_smp_master_identification:
+:      024422 le_parse_smp_signing_information:
+:      024423 le_parse_smp_security_request:
+0x5bc4 024424 rtn 
+:      024426 le_parse_smp_public_key:
+0x5bc5 024427 arg mem_le_pubkey_remote_x_256 ,contw 
+0x5bc6 024428 call memcpy64 
+0x5bc7 024429 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5bc8 024430 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
+0x5bc9 024431 rtn 
+:      024433 le_parse_smp_dhkey_check:
+0x5bca 024434 arg mem_sp_confirm_remote ,contw 
+0x5bcb 024435 call memcpy16 
+0x5bcc 024436 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
+0x5bcd 024437 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5bce 024438 rtn 
+:      024440 le_send_smp_pairing_public_key:
+0x5bcf 024441 force 65 ,rega 
+0x5bd0 024442 call le_fifo_malloc_tx_l2cap_smp 
+0x5bd1 024443 setarg smp_pairing_public_key 
+0x5bd2 024444 istore 1 ,contw 
+0x5bd3 024445 arg mem_le_pubkey_local_x_256 ,contr 
+0x5bd4 024446 branch memcpy64 
+:      024448 le_send_smp_pairing_dhkey_check:
+0x5bd5 024449 call function_f6_eb 
+0x5bd6 024450 force 17 ,rega 
+0x5bd7 024451 call le_fifo_malloc_tx_l2cap_smp 
+0x5bd8 024452 setarg smp_pairing_dhkey_check 
+0x5bd9 024453 istore 1 ,contw 
+0x5bda 024454 branch load_inverse_result 
+:      024457 le_check_paring_time:
+0x5bdb 024458 fetch 1 ,mem_le_pairing_state 
+0x5bdc 024459 rtneq flag_le_pairing_end 
+0x5bdd 024460 arg flag_le_pairing_rcv_pairing_req ,temp 
+0x5bde 024461 isub temp ,null 
+0x5bdf 024462 nrtn positive 
+0x5be0 024463 arg smp_pairing_timer ,queue 
+0x5be1 024464 call timer_check 
+0x5be2 024465 nrtn blank 
+0x5be3 024466 branch le_send_pairing_fail_unspecified_reason 
+:      024468 le_pairing_sm:
+0x5be4 024469 bpatchx patch2f_0 ,mem_patch2f 
+0x5be5 024470 fetch 1 ,mem_le_pairing_state 
+0x5be6 024471 beq flag_le_pairing_null ,le_pairing_sm_null 
+0x5be7 024472 beq flag_le_pairing_start ,le_pairing_sm_start 
+0x5be8 024473 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+0x5be9 024474 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+0x5bea 024475 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+0x5beb 024476 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+0x5bec 024477 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+0x5bed 024478 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+0x5bee 024479 rtn 
+:      024481 le_pairing_sm_null:
+:      024482 le_pairing_sm_send_sec_req:
+0x5bef 024483 fetch 1 ,mem_le_enc_state 
+0x5bf0 024484 rtnne flag_le_send_start_enc_rsp 
+0x5bf1 024485 jam flag_le_enc_end ,mem_le_enc_state 
+0x5bf2 024486 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x5bf3 024487 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+0x5bf4 024488 branch ui_ipc_send_event 
+:      024491 le_pairing_sm_start:
+0x5bf5 024492 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+0x5bf6 024493 branch le_send_smp_security_request 
+:      024495 le_pairing_sm_rcv_pairing_req:
+0x5bf7 024496 jam flag_le_pairing_auth ,mem_le_pairing_state 
+0x5bf8 024497 setarg timer_smp_pairing_timeout 
+0x5bf9 024498 arg smp_pairing_timer ,queue 
+0x5bfa 024499 branch timer_init 
+:      024501 le_pairing_sm_after_auth:
+0x5bfb 024502 fetch 1 ,mem_le_enc_state 
+0x5bfc 024503 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+0x5bfd 024504 rtn 
+:      024506 le_pairing_sm_after_auth_start_enc:
+0x5bfe 024507 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+0x5bff 024508 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x5c00 024509 call ui_ipc_send_event 
+0x5c01 024510 call le_send_smp_encryption_information 
+0x5c02 024511 fetch 1 ,mem_device_option 
+0x5c03 024512 rtnne dvc_op_module 
+0x5c04 024513 call le_check_master_addr_type 
+0x5c05 024514 rtn user 
+0x5c06 024515 branch app_ble_store_reconn_info 
+:      024518 le_pairng_sm_send_enc_information:
+0x5c07 024519 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x5c08 024520 branch le_send_smp_master_identification 
+:      024522 le_pairng_sm_send_master_indentification:
+0x5c09 024523 fetch 1 ,mem_le_preq_resp_key_distribution 
+0x5c0a 024524 fetcht 1 ,mem_le_pres_resp_key_distribution 
+0x5c0b 024525 iand temp ,pdata 
+0x5c0c 024526 isolate0 le_initator_irk_bit ,pdata 
+0x5c0d 024527 branch le_parse_start_enc_rsp_after_auth_end ,true 
+0x5c0e 024528 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+0x5c0f 024529 branch le_send_smp_identity_information 
+:      024531 le_pairng_sm_send_indentity_information:
+0x5c10 024532 call le_send_smp_identity_address_information 
+0x5c11 024533 branch le_parse_start_enc_rsp_after_auth_end 
+:      024536 le_parse_start_enc_rsp_after_auth_end:
+0x5c12 024537 force smp_pairing_timer ,queue 
+0x5c13 024538 call timer_stop 
+0x5c14 024539 jam flag_le_enc_end ,mem_le_enc_state 
+0x5c15 024540 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x5c16 024541 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+0x5c17 024542 branch ui_ipc_send_event 
+:      024546 le_secure_connect_sm:
+0x5c18 024547 bpatchx patch2f_1 ,mem_patch2f 
+0x5c19 024548 fetch 1 ,mem_le_pairing_mode 
+0x5c1a 024549 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x5c1b 024550 fetch 1 ,mem_le_secure_connect_flag 
+0x5c1c 024551 rtnne le_sp_flag_commit_256 
+0x5c1d 024552 jam sp_flag_standby ,mem_le_secure_connect_flag 
+0x5c1e 024553 fetch 1 ,mem_le_secure_connect_state 
+0x5c1f 024554 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
+0x5c20 024555 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
+0x5c21 024556 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
+0x5c22 024557 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
+0x5c23 024558 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
+0x5c24 024559 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
+0x5c25 024560 rtn 
+:      024563 le_sc_sm_passkey_wait_confirm:
+0x5c26 024564 fetch 1 ,mem_authentication_passkey_times 
+0x5c27 024565 copy pdata ,queue 
+0x5c28 024566 increase 1 ,pdata 
+0x5c29 024567 store 1 ,mem_authentication_passkey_times 
+0x5c2a 024568 fetch 4 ,mem_le_tk 
+0x5c2b 024569 qisolate1 pdata 
+0x5c2c 024570 setarg 0x80 
+0x5c2d 024571 setflag true ,0 ,pdata 
+0x5c2e 024572 store 1 ,mem_passkey_1bit 
+0x5c2f 024573 branch le_sc_sm_ready_send_pairing_confirm 
+:      024575 le_sc_sm_wait_confirm_gkey:
+0x5c30 024576 fetch 1 ,mem_le_sc_confirm_gkey_flag 
+0x5c31 024577 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
+0x5c32 024578 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
+0x5c33 024579 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c34 024580 rtn 
+:      024582 le_sc_confirm_gkey_ok:
+0x5c35 024583 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x5c36 024584 call ui_ipc_send_event 
+0x5c37 024585 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+0x5c38 024586 branch le_send_smp_pairing_dhkey_check 
+:      024588 le_sc_sm_receive_dhkey:
+0x5c39 024589 fetch 1 ,mem_sp_dhkey_invalid 
+0x5c3a 024590 beq sp_key_valid_256 ,le_dhkey_ready 
+0x5c3b 024591 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c3c 024592 rtn 
+:      024594 le_dhkey_ready:
+0x5c3d 024595 call function_f5 
+0x5c3e 024599 fetch 1 ,mem_le_pairing_mode 
+0x5c3f 024600 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
+0x5c40 024601 call le_set_tk_0 
+:      024602 le_dhkey_ready_common:
+0x5c41 024603 call function_f6_ea 
+0x5c42 024604 arg mem_aes_cmac_temp ,rega 
+0x5c43 024605 arg mem_sp_confirm_remote ,regb 
+0x5c44 024606 arg 16 ,loopcnt 
+0x5c45 024607 call string_compare 
+0x5c46 024608 branch le_dhkey_check_ok ,zero 
+:      024609 le_dhkey_check_fail:
+0x5c47 024610 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
+0x5c48 024611 branch le_send_pairing_failed 
+:      024614 le_dhkey_check_ok:
+0x5c49 024615 call sp_calc_check_publickey_256 
+0x5c4a 024616 nbranch le_dhkey_check_fail ,zero 
+0x5c4b 024617 jam 1 ,mem_ltk_exists 
+0x5c4c 024618 fetch 1 ,mem_le_pairing_mode 
+0x5c4d 024619 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
+0x5c4e 024620 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
+0x5c4f 024621 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c50 024622 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
+0x5c51 024623 rtn 
+:      024625 le_sc_sm_send_public_key:
+0x5c52 024626 fetch 1 ,mem_le_pairing_mode 
+0x5c53 024627 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
+0x5c54 024628 jam 0 ,mem_passkey_1bit 
+:      024629 le_sc_sm_ready_send_pairing_confirm:
+0x5c55 024630 branch le_send_smp_pairing_confirm 
+:      024632 le_sc_sm_send_public_key_passkey:
+0x5c56 024636 jam 0 ,mem_authentication_passkey_times 
+0x5c57 024637 branch le_parse_smp_pairing_req_passkey 
+:      024640 le_sc_sm_receive_public_key:
+0x5c58 024641 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c59 024642 fetch 1 ,mem_le_sc_local_key_invalid 
+0x5c5a 024643 beq sp_key_valid_256 ,le_public_key_ready 
+0x5c5b 024645 rtn 
+:      024647 le_public_key_ready:
+0x5c5c 024648 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
+0x5c5d 024649 jam sp_key_invalid ,mem_sp_dhkey_invalid 
+0x5c5e 024650 branch sp_dhkey_calc_256 
+:      024652 le_sc_sm_wait_send_public_key:
+0x5c5f 024653 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c60 024654 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
+0x5c61 024655 branch le_send_smp_pairing_public_key 
+:      024659 le_fifo_malloc_tx_l2cap_smp:
+0x5c62 024660 force le_l2cap_cid_smp ,regb 
+0x5c63 024661 branch le_fifo_malloc_tx_l2cap 
+:      024665 le_parse_ll:
+0x5c64 024666 fetch 1 ,mem_le_rxbuf + 2 
+0x5c65 024667 beq ll_connection_update_req ,le_parse_connection_update_req 
+0x5c66 024668 beq ll_channel_map_req ,le_parse_channel_map_req 
+0x5c67 024669 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x5c68 024670 beq ll_enc_req ,le_parse_enc_req 
+0x5c69 024671 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x5c6a 024672 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x5c6b 024673 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x5c6c 024674 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x5c6d 024675 beq ll_feature_req ,le_parse_feature_req 
+0x5c6e 024676 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x5c6f 024677 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x5c70 024678 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x5c71 024679 beq ll_version_ind ,le_parse_version_ind 
+0x5c72 024680 beq ll_reject_ind ,le_parse_reject_ind 
+0x5c73 024681 beq ll_ping_req ,le_parse_ping_req 
+0x5c74 024682 beq ll_ping_rsp ,le_parse_ping_rsp 
+0x5c75 024683 arg 2 ,rega 
+0x5c76 024684 arg ll_unknown_rsp ,regb 
+0x5c77 024685 call le_fifo_malloc_tx_ll 
+0x5c78 024686 fetch 1 ,mem_le_rxbuf + 2 
+0x5c79 024687 istore 1 ,contw 
+0x5c7a 024688 rtn 
+:      024691 le_parse_connection_update_req:
+0x5c7b 024692 ifetch 9 ,contr 
+0x5c7c 024693 store 9 ,mem_le_new_param 
+0x5c7d 024694 ifetch 2 ,contr 
+0x5c7e 024695 store 2 ,mem_le_instant 
+0x5c7f 024696 fetch 1 ,mem_le_state 
+0x5c80 024697 set1 lestate_update_param ,pdata 
+0x5c81 024698 store 1 ,mem_le_state 
+0x5c82 024699 rtn 
+:      024701 le_parse_channel_map_req:
+0x5c83 024702 ifetch 5 ,contr 
+0x5c84 024703 store 5 ,mem_le_new_map 
+0x5c85 024704 ifetch 2 ,contr 
+0x5c86 024705 store 2 ,mem_le_instant 
+0x5c87 024706 fetcht 2 ,mem_le_event_count 
+0x5c88 024707 isub temp ,null 
+0x5c89 024708 nbranch le_parse_terminate_ind ,positive 
+0x5c8a 024709 fetch 1 ,mem_le_state 
+0x5c8b 024710 set1 lestate_update_map ,pdata 
+0x5c8c 024711 store 1 ,mem_le_state 
+0x5c8d 024712 rtn 
+:      024715 le_parse_terminate_ind:
+0x5c8e 024716 setarg 20 
+0x5c8f 024717 store 2 ,mem_le_superto 
+0x5c90 024718 store 2 ,mem_le_init_superto 
+0x5c91 024719 rtn 
+:      024721 le_send_terminate_ind_user_terminated:
+0x5c92 024722 arg error_remote_user_terminated_connection ,regc 
+:      024725 le_send_terminate_ind:
+0x5c93 024726 arg 2 ,rega 
+0x5c94 024727 arg ll_terminate_ind ,regb 
+0x5c95 024728 call le_fifo_malloc_tx_ll 
+0x5c96 024729 copy regc ,pdata 
+0x5c97 024730 istore 1 ,contw 
+0x5c98 024731 rtn 
+:      024733 le_parse_feature_req:
+:      024735 le_send_feature_rsp:
+0x5c99 024736 arg 9 ,rega 
+0x5c9a 024737 arg ll_feature_rsp ,regb 
+0x5c9b 024738 call le_fifo_malloc_tx_ll 
+0x5c9c 024739 setarg param_le_features 
+0x5c9d 024740 istore 8 ,contw 
+0x5c9e 024741 rtn 
+:      024744 le_parse_version_ind:
+0x5c9f 024745 rtn master 
+:      024746 le_send_version_ind:
+0x5ca0 024747 arg 6 ,rega 
+0x5ca1 024748 arg ll_version_ind ,regb 
+0x5ca2 024749 call le_fifo_malloc_tx_ll 
+0x5ca3 024750 fetch 5 ,mem_lmp_version 
+0x5ca4 024751 istore 5 ,contw 
+0x5ca5 024752 rtn 
+:      024755 le_parse_ping_req:
+0x5ca6 024756 arg ll_ping_rsp ,regb 
+0x5ca7 024757 branch le_send_ll_one_lenth 
+:      024760 le_send_ll_one_lenth:
+0x5ca8 024761 arg 1 ,rega 
+0x5ca9 024762 branch le_fifo_malloc_tx_ll 
+:      024765 le_parse_enc_req:
+0x5caa 024766 ifetch 8 ,contr 
+0x5cab 024767 store 8 ,mem_le_rand 
+0x5cac 024768 ifetch 2 ,contr 
+0x5cad 024769 store 2 ,mem_le_ediv 
+0x5cae 024770 ifetch 8 ,contr 
+0x5caf 024771 store 8 ,mem_le_skdm 
+0x5cb0 024772 ifetch 4 ,contr 
+0x5cb1 024773 store 4 ,mem_le_ivm 
+0x5cb2 024774 call le_send_enc_rsp 
+0x5cb3 024775 bpatchx patch2f_2 ,mem_patch2f 
+0x5cb4 024776 fetch 1 ,mem_le_pairing_state 
+0x5cb5 024777 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+0x5cb6 024778 fetch 1 ,mem_le_configuration 
+0x5cb7 024779 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+0x5cb8 024780 fetch 1 ,mem_nv_data_number 
+0x5cb9 024781 ncall load_device_list_mode_4 ,blank 
+0x5cba 024782 fetch 1 ,mem_ltk_exists 
+0x5cbb 024783 beq 0 ,le_ltk_lost 
+:      024784 le_parse_enc_req_after_auth:
+0x5cbc 024785 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+0x5cbd 024786 call le_send_start_enc_req 
+0x5cbe 024787 branch generate_sk 
+:      024789 le_parse_enc_req_fixed_ltk:
+0x5cbf 024790 jam 1 ,mem_ltk_exists 
+0x5cc0 024791 arg mem_le_fixed_ltk ,contr 
+0x5cc1 024792 arg mem_le_ltk ,contw 
+0x5cc2 024793 call memcpy16 
+0x5cc3 024794 branch le_parse_enc_req_after_auth 
+:      024797 le_ltk_lost:
+0x5cc4 024798 bpatchx patch2f_3 ,mem_patch2f 
+0x5cc5 024799 jam flag_le_enc_null ,mem_le_enc_state 
+0x5cc6 024800 jam flag_le_enc_null ,mem_le_pairing_state 
+0x5cc7 024801 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+0x5cc8 024802 branch ui_ipc_send_event 
+:      024804 le_send_reject_ind:
+0x5cc9 024805 arg 2 ,rega 
+0x5cca 024806 arg ll_reject_ind ,regb 
+0x5ccb 024807 call le_fifo_malloc_tx_ll 
+0x5ccc 024808 setarg le_err_pin_or_key_missing 
+0x5ccd 024809 istore 1 ,contw 
+0x5cce 024810 rtn 
+:      024812 le_send_enc_rsp:
+0x5ccf 024813 arg mem_le_skds ,contw 
+0x5cd0 024814 force 8 ,loopcnt 
+0x5cd1 024815 call generate_random_loop 
+0x5cd2 024816 arg mem_le_ivs ,contw 
+0x5cd3 024817 force 4 ,loopcnt 
+0x5cd4 024818 call generate_random_loop 
+0x5cd5 024819 arg 13 ,rega 
+0x5cd6 024820 arg ll_enc_rsp ,regb 
+0x5cd7 024821 call le_fifo_malloc_tx_ll 
+0x5cd8 024822 fetch 8 ,mem_le_skds 
+0x5cd9 024823 istore 8 ,contw 
+0x5cda 024824 fetch 4 ,mem_le_ivs 
+0x5cdb 024825 istore 4 ,contw 
+0x5cdc 024826 rtn 
+:      024828 le_send_start_enc_req:
+0x5cdd 024829 arg ll_start_enc_req ,regb 
+0x5cde 024830 branch le_send_ll_one_lenth 
+:      024832 le_send_start_enc_rsp:
+0x5cdf 024833 arg ll_start_enc_rsp ,regb 
+0x5ce0 024834 branch le_send_ll_one_lenth 
+:      024837 le_parse_enc_rsp:
+0x5ce1 024838 ifetch 8 ,contr 
+0x5ce2 024839 store 8 ,mem_le_skds 
+0x5ce3 024840 ifetch 4 ,contr 
+0x5ce4 024841 store 4 ,mem_le_ivs 
+0x5ce5 024842 branch generate_sk 
+:      024844 le_parse_start_enc_req:
+0x5ce6 024845 fetch 1 ,mem_le_state 
+0x5ce7 024846 set1 lestate_encryption ,pdata 
+0x5ce8 024847 store 1 ,mem_le_state 
+0x5ce9 024848 rtn 
+:      024850 le_parse_start_enc_rsp:
+0x5cea 024851 rtn master 
+0x5ceb 024852 jam bt_evt_le_start_enc ,mem_fifo_temp 
+0x5cec 024853 call ui_ipc_send_event 
+0x5ced 024854 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+0x5cee 024855 branch le_send_start_enc_rsp 
+:      024857 le_parse_pause_enc_req:
+0x5cef 024858 jam flag_le_enc_pause ,mem_le_enc_state 
+0x5cf0 024859 call le_send_pause_enc_rsp 
+0x5cf1 024860 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+0x5cf2 024861 branch ui_ipc_send_event 
+:      024863 le_send_pause_enc_rsp:
+0x5cf3 024864 arg ll_pause_enc_rsp ,regb 
+0x5cf4 024865 branch le_send_ll_one_lenth 
+:      024868 le_parse_feature_rsp:
+:      024869 le_parse_unknown_rsp:
+:      024870 le_parse_pause_enc_rsp:
+:      024871 le_parse_reject_ind:
+:      024872 le_parse_ping_rsp:
+0x5cf5 024873 rtn 
+:      024880 init_lmp:
+0x5cf6 024881 rtn wake 
+:      024882 init_lmp_work:
+0x5cf7 024883 bpatchx patch2f_4 ,mem_patch2f 
+0x5cf8 024884 setarg 0 
+0x5cf9 024885 store 1 ,mem_lmp_to_send 
+0x5cfa 024886 store 1 ,mem_conn_sm 
+0x5cfb 024887 store 1 ,mem_lmo_opcode1 
+0x5cfc 024888 store 1 ,mem_lmo_opcode2 
+0x5cfd 024889 store 1 ,mem_esco_addr 
+0x5cfe 024890 store 1 ,mem_auth_enable 
+0x5cff 024891 store 1 ,mem_connection_options 
+0x5d00 024892 store 1 ,mem_pairing_auth 
+0x5d01 024893 jam switch_flag_init ,mem_switch_flag 
+0x5d02 024894 jam 0 ,mem_switch_fail_master_count 
+0x5d03 024895 jam null_encryp ,mem_wait_encryption 
+:      024896 init_lmp_reinit:
+0x5d04 024897 jam 0 ,mem_pairing_auth 
+0x5d05 024898 jam 0 ,mem_sp_localsm 
+0x5d06 024899 jam 0 ,mem_lmp_conn_state 
+:      024901 parse_rx_done:
+0x5d07 024902 rtn 
+:      024904 parse_lmp:
+0x5d08 024905 bpatchx patch2f_5 ,mem_patch2f 
+0x5d09 024906 call setlocalsm_master ,master 
+0x5d0a 024907 ncall setlocalsm_slave ,master 
+0x5d0b 024908 call lmo_fifo_check 
+0x5d0c 024909 nrtn blank 
+0x5d0d 024910 fetch 1 ,mem_state_map 
+0x5d0e 024911 rtnbit0 smap_rxlmp 
+0x5d0f 024912 set0 smap_rxlmp ,pdata 
+0x5d10 024913 set0 mark_rxbuf_inuse ,mark 
+0x5d11 024914 store 1 ,mem_state_map 
+0x5d12 024915 fetch 1 ,mem_rxbuf 
+0x5d13 024916 fetcht 1 ,mem_state_map 
+0x5d14 024917 isolate1 smap_lmptidinit ,pdata 
+0x5d15 024918 setflag true ,smap_lmptid ,temp 
+0x5d16 024919 storet 1 ,mem_state_map 
+0x5d17 024920 and_into 0x2 ,temp 
+0x5d18 024921 storet 1 ,mem_lmo_tid2 
+0x5d19 024922 fetcht 1 ,mem_state_map 
+0x5d1a 024923 rshift pdata ,pdata 
+0x5d1b 024924 store 1 ,mem_lmi_opcode2 
+0x5d1c 024925 bpatchx patch2f_6 ,mem_patch2f 
+0x5d1d 024926 fetch 1 ,mem_lmi_opcode2 
+0x5d1e 024927 beq lmp_escape ,parse_lmp_escape 
+0x5d1f 024928 beq lmp_accepted ,parse_lmp_accepted 
+0x5d20 024929 beq lmp_not_accepted ,parse_lmp_not_accepted 
+0x5d21 024930 beq lmp_set_afh ,parse_lmp_set_afh 
+0x5d22 024931 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
+0x5d23 024932 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
+0x5d24 024933 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
+0x5d25 024934 beq lmp_auto_rate ,parse_lmp_auto_rate 
+0x5d26 024935 beq lmp_test_control ,parse_lmp_test_control 
+0x5d27 024936 beq lmp_test_activate ,parse_lmp_test_activate 
+0x5d28 024937 beq lmp_setup_complete ,parse_lmp_setup_complete 
+0x5d29 024938 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
+0x5d2a 024939 beq lmp_features_req ,parse_lmp_features_req 
+0x5d2b 024940 beq lmp_host_connection_req ,parse_lmp_conn_req 
+0x5d2c 024941 beq lmp_version_req ,parse_lmp_version_req 
+0x5d2d 024942 beq lmp_version_res ,parse_lmp_version_res 
+0x5d2e 024943 beq lmp_detach ,parse_lmp_detach 
+0x5d2f 024944 beq lmp_max_slot ,parse_lmp_max_slot 
+0x5d30 024945 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
+0x5d31 024946 beq lmp_name_req ,parse_lmp_name_req 
+0x5d32 024947 beq lmp_name_res ,parse_lmp_name_res 
+0x5d33 024948 beq lmp_features_res ,parse_lmp_features_res 
+0x5d34 024949 beq lmp_comb_key ,parse_lmp_comb_key 
+0x5d35 024950 beq lmp_au_rand ,parse_lmp_au_rand 
+0x5d36 024951 beq lmp_in_rand ,parse_lmp_in_rand 
+0x5d37 024952 beq lmp_sres ,parse_lmp_sres 
+0x5d38 024953 beq lmp_incr_power_req ,parse_lmp_incr_power 
+0x5d39 024954 beq lmp_decr_power_req ,parse_lmp_decr_power 
+0x5d3a 024955 beq lmp_max_power ,parse_lmp_max_power 
+0x5d3b 024956 beq lmp_min_power ,parse_lmp_min_power 
+0x5d3c 024957 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
+0x5d3d 024958 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
+0x5d3e 024959 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
+0x5d3f 024960 beq lmp_slot_offset ,parse_lmp_slot_offset 
+0x5d40 024961 beq lmp_sniff_req ,parse_lmp_sniff_req 
+0x5d41 024962 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
+0x5d42 024963 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
+0x5d43 024964 beq lmp_switch_req ,parse_lmp_switch_req 
+0x5d44 024965 beq lmp_temp_rand ,parse_lmp_temp_rand 
+0x5d45 024966 beq lmp_temp_key ,parse_lmp_temp_key 
+0x5d46 024967 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
+0x5d47 024968 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
+0x5d48 024969 beq lmp_unit_key ,parse_lmp_unit_key 
+0x5d49 024970 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
+0x5d4a 024971 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
+0x5d4b 024972 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
+0x5d4c 024973 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
+0x5d4d 024974 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
+0x5d4e 024975 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
+0x5d4f 024976 beq lmp_dhkey_check ,parse_dhkey_check 
+0x5d50 024977 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
+0x5d51 024978 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
+:      024981 reject_unknown_packet:
+0x5d52 024982 jam unknown_lmp_pdu ,mem_lmo_reason2 
+:      024983 reject_lmp_packet:
+0x5d53 024984 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5d54 024985 rtn 
+:      024987 parse_lmp_clkoffset_req:
+0x5d55 024988 jam lmp_clkoffset_res ,mem_lmo_opcode2 
+0x5d56 024989 rtn 
+:      024991 parse_enc_key_size_mask_req:
+0x5d57 024992 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
+0x5d58 024993 rtn 
+:      024995 parse_lmp_set_afh:
+0x5d59 024996 fetch 4 ,mem_rxbuf + 1 
+0x5d5a 024997 lshift pdata ,pdata 
+0x5d5b 024998 store 4 ,mem_afh_instant 
+0x5d5c 024999 fetch 1 ,mem_rxbuf + 5 
+0x5d5d 025000 store 1 ,mem_afh_new_mod 
+0x5d5e 025001 fetch 5 ,mem_rxbuf + 6 
+0x5d5f 025002 store 5 ,mem_afh_map_new 
+0x5d60 025003 fetch 5 ,mem_rxbuf + 11 
+0x5d61 025004 istore 5 ,contw 
+0x5d62 025005 fetch 1 ,mem_mode 
+0x5d63 025006 set1 afh_change ,pdata 
+0x5d64 025007 store 1 ,mem_mode 
+0x5d65 025008 rtn 
+:      025009 parse_lmp_escape:
+0x5d66 025010 bpatchx patch2f_7 ,mem_patch2f 
+0x5d67 025011 fetch 1 ,mem_rxbuf + 1 
+0x5d68 025012 set1 7 ,pdata 
+0x5d69 025013 store 1 ,mem_lmi_opcode2 
+0x5d6a 025014 beq lmp_ext_accepted ,parse_lmpext_accepted 
+0x5d6b 025015 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
+0x5d6c 025016 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
+0x5d6d 025017 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
+0x5d6e 025018 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
+0x5d6f 025019 beq lmp_ext_features_req ,parse_lmpext_features_req 
+0x5d70 025020 beq lmp_ext_features_res ,parse_lmpext_features_res 
+0x5d71 025021 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
+0x5d72 025022 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
+0x5d73 025023 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
+0x5d74 025024 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
+0x5d75 025025 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
+0x5d76 025026 rtneq lmp_ext_features_res 
+:      025029 reject_unknown_ext_packet:
+0x5d77 025030 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5d78 025031 jam unknown_lmp_pdu ,mem_lmo_reason2 
+0x5d79 025033 rtn 
+:      025034 parse_lmpext_chn_classification_req:
+0x5d7a 025035 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5d7b 025036 jam not_support_chn_classification ,mem_lmo_reason2 
+0x5d7c 025037 rtn 
+:      025039 parse_lmpext_iocap_req:
+0x5d7d 025040 call iocap_lmpext_load 
+0x5d7e 025041 jam lmp_io_cap_res ,mem_lmo_opcode2 
+0x5d7f 025042 rtn 
+:      025044 parse_lmpext_iocap_res:
+0x5d80 025045 call iocap_lmpext_load 
+0x5d81 025046 branch iocap_lmpext_common 
+:      025048 iocap_lmpext_load:
+0x5d82 025049 arg mem_sp_iocap_remote ,contw 
+0x5d83 025050 fetch 3 ,mem_rxbuf + 2 
+0x5d84 025051 istore 3 ,contw 
+0x5d85 025052 rtn 
+:      025054 iocap_lmpext_common:
+0x5d86 025055 branch master_set_mem_master_sp_flag ,true 
+0x5d87 025056 rtn 
+:      025057 parse_lmpext_accepted:
+0x5d88 025058 fetch 1 ,mem_rxbuf + 3 
+0x5d89 025059 set1 7 ,pdata 
+0x5d8a 025060 store 1 ,mem_lmi_accepted_opcode 
+0x5d8b 025061 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
+0x5d8c 025062 rtn 
+:      025065 parse_lmpext_not_accepted:
+0x5d8d 025066 fetch 1 ,mem_rxbuf + 3 
+0x5d8e 025067 set1 7 ,pdata 
+0x5d8f 025068 store 1 ,mem_lmi_accepted_opcode 
+0x5d90 025069 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
+0x5d91 025070 rtn 
+:      025072 parse_lmpext_accepted_ptt:
+0x5d92 025073 fetch 1 ,mem_ptt 
+0x5d93 025074 fetcht 1 ,mem_state_map 
+0x5d94 025075 nsetflag blank ,smap_edr ,temp 
+0x5d95 025076 storet 1 ,mem_state_map 
+:      025077 parse_lmpext_not_accepted_ptt:
+0x5d96 025078 fetch 1 ,mem_state 
+0x5d97 025079 rtnbit0 state_init_seq 
+0x5d98 025080 set0 state_init_seq ,pdata 
+0x5d99 025081 store 1 ,mem_state 
+0x5d9a 025082 fetch 1 ,mem_auth_enable 
+0x5d9b 025083 nrtn blank 
+0x5d9c 025084 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5d9d 025085 rtn 
+:      025087 parse_lmpext_pause_encrypt:
+0x5d9e 025088 nbranch parse_lmpext_pause_encrypt_slave ,master 
+0x5d9f 025089 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5da0 025090 branch tid_reply 
+:      025092 parse_lmpext_pause_encrypt_slave:
+0x5da1 025093 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
+0x5da2 025094 rtn 
+:      025096 parse_lmpext_resume_encrypt:
+0x5da3 025099 call tid_reply 
+0x5da4 025100 branch lmp_start_encryption 
+:      025102 parse_lmpext_features_req:
+0x5da5 025103 jam lmp_ext_features_res ,mem_lmo_opcode2 
+0x5da6 025104 rtn 
+:      025106 parse_lmpext_features_res:
+0x5da7 025107 fetcht 1 ,mem_rxbuf + 4 
+0x5da8 025108 and temp ,0x1 ,temp 
+0x5da9 025109 storet 1 ,mem_remote_sppcap 
+0x5daa 025110 fetch 1 ,mem_hci_cmd 
+0x5dab 025111 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
+0x5dac 025112 jam 0 ,mem_hci_cmd 
+:      025113 parse_lmpext_features_res_not_hci:
+0x5dad 025114 fetch 1 ,mem_conn_sm 
+0x5dae 025115 rtnne conn_sm_wait_features_ext 
+0x5daf 025116 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5db0 025117 branch process_conn_sm 
+:      025119 parse_lmp_accepted:
+0x5db1 025120 bpatchx patch30_0 ,mem_patch30 
+0x5db2 025121 fetch 1 ,mem_rxbuf + 1 
+0x5db3 025122 store 1 ,mem_lmi_accepted_opcode 
+0x5db4 025123 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
+0x5db5 025124 beq lmp_in_rand ,parse_lmp_accepted_inrand 
+0x5db6 025125 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
+0x5db7 025126 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
+0x5db8 025127 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
+0x5db9 025128 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
+0x5dba 025129 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
+0x5dbb 025130 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
+0x5dbc 025131 beq lmp_switch_req ,parse_lmp_accepted_switch 
+0x5dbd 025133 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
+0x5dbe 025134 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
+0x5dbf 025135 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
+0x5dc0 025136 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
+0x5dc1 025137 rtn 
+:      025139 parse_lmp_not_accepted:
+0x5dc2 025140 bpatchx patch30_1 ,mem_patch30 
+0x5dc3 025141 fetch 1 ,mem_rxbuf + 1 
+0x5dc4 025142 store 1 ,mem_lmi_accepted_opcode 
+0x5dc5 025143 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
+0x5dc6 025144 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
+0x5dc7 025145 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
+0x5dc8 025146 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
+0x5dc9 025147 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
+0x5dca 025149 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
+0x5dcb 025150 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
+0x5dcc 025151 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
+0x5dcd 025152 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
+0x5dce 025153 rtn 
+:      025155 parse_lmp_accepted_switch:
+0x5dcf 025156 jam bt_evt_switch_accept ,mem_fifo_temp 
+0x5dd0 025157 call ui_ipc_send_event 
+0x5dd1 025158 branch role_switch_prepare0 
+:      025159 parse_lmp_not_accepted_switch:
+0x5dd2 025160 jam bt_evt_switch_not_accept ,mem_fifo_temp 
+0x5dd3 025161 call ui_ipc_send_event 
+0x5dd4 025162 jam switch_flag_not_accept ,mem_switch_flag 
+0x5dd5 025163 setarg timer_switch_waite 
+0x5dd6 025164 arg switch_wait_timer ,queue 
+0x5dd7 025165 branch timer_init 
+:      025168 parse_lmp_accepted_hostconn:
+0x5dd8 025171 fetch 1 ,mem_lmp_conn_state 
+0x5dd9 025172 set1 received_conn_req ,pdata 
+0x5dda 025173 store 1 ,mem_lmp_conn_state 
+0x5ddb 025174 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x5ddc 025175 call ui_ipc_send_event 
+0x5ddd 025176 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+:      025178 parse_lmp_accepted_hostconn_ctn:
+0x5dde 025180 fetch 1 ,mem_conn_sm 
+0x5ddf 025181 bne conn_sm_wait_conn_accept ,parse_rx_done 
+0x5de0 025184 jam conn_sm_auth_pair ,mem_conn_sm 
+0x5de1 025185 rtn 
+:      025193 parse_lmp_not_accepted_hostconn:
+0x5de2 025194 jam acl_connection_already_exists ,mem_disconn_reason_send 
+0x5de3 025195 jam lmp_detach ,mem_lmo_opcode2 
+0x5de4 025197 jam conn_sm_standby ,mem_conn_sm 
+0x5de5 025199 branch parse_rx_done ,true 
+0x5de6 025200 rtn 
+:      025202 parse_lmp_accepted_inrand:
+0x5de7 025203 fetch 1 ,mem_link_key_exists 
+0x5de8 025204 nrtn blank 
+0x5de9 025205 call clear_linkkey 
+0x5dea 025206 call lmp_generate_key 
+0x5deb 025207 rtn master 
+0x5dec 025208 set1 mark_slave_in_rand_accepted ,mark 
+0x5ded 025209 rtn 
+:      025211 parse_lmp_accepted_enc_mode:
+0x5dee 025212 nrtn master 
+0x5def 025213 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x5df0 025214 fetch 1 ,mem_state_map 
+0x5df1 025215 rtnbit0 smap_encryption 
+0x5df2 025216 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5df3 025217 rtn 
+:      025219 parse_lmp_accepted_enc_keysize:
+0x5df4 025220 branch lmp_start_encryption 
+:      025222 parse_lmp_accepted_start_enc:
+0x5df5 025223 call send_create_conn_start_l2cap_timer_sm 
+0x5df6 025224 fetch 1 ,mem_state 
+0x5df7 025225 rtnbit1 state_conn_comp 
+0x5df8 025226 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5df9 025227 fetch 1 ,mem_conn_sm 
+0x5dfa 025228 rtnne conn_sm_encrypt_wait 
+0x5dfb 025229 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
+0x5dfc 025230 rtn 
+:      025232 parse_lmp_accepted_stop_enc:
+0x5dfd 025240 rtn 
+:      025242 parse_lmp_not_accepted_aurand:
+:      025243 parse_lmp_not_accepted_aurand_send_detach:
+0x5dfe 025244 jam lmp_detach ,mem_lmo_opcode2 
+0x5dff 025245 jam other_end_terminated ,mem_disconn_reason_send 
+0x5e00 025246 rtn 
+:      025248 parse_lmp_not_accepted_inrand:
+0x5e01 025249 fetch 1 ,mem_rxbuf + 2 
+0x5e02 025250 beq key_missing ,parse_lmp_inrand_key_missing 
+0x5e03 025251 rtnne pairing_not_allowed 
+0x5e04 025252 jam pairing_not_allowed ,mem_disconn_reason_send 
+0x5e05 025253 jam lmp_detach ,mem_lmo_opcode2 
+0x5e06 025254 rtn 
+:      025255 parse_lmp_inrand_key_missing:
+0x5e07 025256 jam key_missing ,mem_disconn_reason_send 
+0x5e08 025257 jam lmp_detach ,mem_lmo_opcode2 
+0x5e09 025258 rtn 
+:      025260 parse_lmp_not_accepted_name_req:
+0x5e0a 025261 rtn 
+:      025263 parse_lmp_not_accepted_simple_pairing_number:
+0x5e0b 025264 jam sp_stat_null ,mem_sp_state 
+0x5e0c 025265 jam lmp_detach ,mem_lmo_opcode2 
+0x5e0d 025266 branch parse_rx_done 
+:      025268 parse_lmp_not_accepted_dhkey_check:
+0x5e0e 025269 jam sp_stat_null ,mem_sp_state 
+0x5e0f 025270 jam lmp_detach ,mem_lmo_opcode2 
+0x5e10 025271 branch parse_rx_done 
+:      025272 parse_lmp_not_accepted_unsniff_req:
+0x5e11 025273 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
+0x5e12 025274 branch ui_ipc_send_event 
+:      025276 parse_lmp_accepted_unsniff_req:
+0x5e13 025277 jam bt_evt_unsniff_accept ,mem_fifo_temp 
+0x5e14 025278 call ui_ipc_send_event 
+0x5e15 025279 branch sniff_exit 
+:      025281 parse_lmp_accepted_sniff_req:
+0x5e16 025282 jam bt_evt_sniff_accept ,mem_fifo_temp 
+0x5e17 025283 call ui_ipc_send_event 
+0x5e18 025284 setarg 0 
+0x5e19 025285 store 2 ,mem_dsniff 
+0x5e1a 025286 fetch 2 ,mem_sniff_param_interval 
+0x5e1b 025287 lshift pdata ,pdata 
+0x5e1c 025288 store 2 ,mem_tsniff 
+0x5e1d 025289 fetch 1 ,mem_sniff_param_attempt 
+0x5e1e 025290 store 1 ,mem_sniff_attempt 
+0x5e1f 025291 fetch 1 ,mem_sniff_param_timeout 
+0x5e20 025292 store 1 ,mem_sniff_timeout 
+0x5e21 025293 branch sniff_init 
+:      025295 parse_lmp_not_acdcept_sniff_req:
+0x5e22 025296 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
+0x5e23 025297 branch ui_ipc_send_event 
+:      025299 parse_lmp_crypt_key:
+0x5e24 025300 fetcht 1 ,mem_rxbuf + 1 
+0x5e25 025301 storet 1 ,mem_key_size 
+0x5e26 025302 branch accept_lmp_msg 
+:      025304 parse_lmp_setup_complete:
+0x5e27 025305 fetch 1 ,mem_lmp_conn_state 
+0x5e28 025306 set1 received_setup_complete ,pdata 
+0x5e29 025307 store 1 ,mem_lmp_conn_state 
+0x5e2a 025308 rtnbit1 sent_setup_complete 
+0x5e2b 025309 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5e2c 025310 branch parse_rx_done 
+:      025312 parse_lmp_max_slot:
+0x5e2d 025315 rtn 
+:      025317 parse_lmp_max_slot_req:
+0x5e2e 025318 fetch 1 ,mem_max_slot 
+0x5e2f 025319 fetcht 1 ,mem_rxbuf + 1 
+0x5e30 025320 isub temp ,null 
+0x5e31 025322 branch accept_lmp_msg ,positive 
+0x5e32 025323 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5e33 025324 jam unspecified_error ,mem_lmo_reason2 
+0x5e34 025325 jam lmp_max_slot_req ,mem_lmi_opcode2 
+0x5e35 025326 rtn 
+:      025328 parse_lmp_detach:
+0x5e36 025329 call prepare_disconnect 
+0x5e37 025330 branch accept_lmp_msg 
+:      025332 accept_lmp_msg:
+0x5e38 025333 jam lmp_accepted ,mem_lmo_opcode2 
+0x5e39 025334 rtn 
+:      025336 parse_lmp_incr_power:
+0x5e3a 025337 jam lmp_max_power ,mem_lmo_opcode2 
+0x5e3b 025338 rtn 
+:      025340 parse_lmp_decr_power:
+0x5e3c 025341 jam lmp_min_power ,mem_lmo_opcode2 
+0x5e3d 025342 rtn 
+:      025344 parse_lmp_version_res:
+0x5e3e 025345 fetch 1 ,mem_conn_sm 
+0x5e3f 025346 rtneq conn_sm_wait_version 
+0x5e40 025348 jam conn_sm_send_features ,mem_conn_sm 
+0x5e41 025350 rtn 
+:      025353 parse_lmp_auto_rate:
+0x5e42 025354 rtn 
+:      025356 parse_lmp_in_rand:
+0x5e43 025357 call lmp_copy_rand 
+0x5e44 025358 jam pincode_state_wait_pincode ,mem_pincode_state 
+0x5e45 025359 jam bt_evt_pincode_req ,mem_fifo_temp 
+0x5e46 025360 call ui_ipc_send_event 
+0x5e47 025362 call tid_check 
+0x5e48 025363 nbranch lmp_accept_inrand ,true 
+0x5e49 025365 nbranch parse_lmp_inrand_res ,master 
+0x5e4a 025366 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5e4b 025367 jam lmp_in_rand ,mem_lmi_opcode2 
+0x5e4c 025368 jam transaction_collision ,mem_lmo_reason2 
+0x5e4d 025369 rtn 
+:      025370 parse_lmp_inrand_res:
+0x5e4e 025371 fetch 1 ,mem_op 
+0x5e4f 025372 set1 op_inrand_req ,pdata 
+0x5e50 025373 store 1 ,mem_op 
+0x5e51 025374 rtn 
+:      025377 pop_tid_follow:
+0x5e52 025378 fetcht 1 ,mem_state_map 
+0x5e53 025379 nsetflag blank ,smap_lmptid ,temp 
+0x5e54 025380 storet 1 ,mem_state_map 
+0x5e55 025381 rtn 
+:      025384 push_tid_follow:
+0x5e56 025385 fetch 1 ,mem_lmo_tid2 
+0x5e57 025386 rshift pdata ,pdata 
+0x5e58 025387 and_into 1 ,pdata 
+0x5e59 025388 rtn 
+:      025390 parse_lmp_au_rand_moudle:
+0x5e5a 025391 fetch 1 ,mem_nv_data_number 
+0x5e5b 025392 rtn blank 
+0x5e5c 025393 fetch 1 ,mem_pairing_auth 
+0x5e5d 025394 call load_device_list ,blank 
+0x5e5e 025395 rtn 
+:      025397 parse_lmp_au_rand:
+0x5e5f 025398 call parse_lmp_au_rand_moudle 
+0x5e60 025399 call push_tid_follow 
+0x5e61 025400 store 1 ,mem_sres_tid 
+0x5e62 025401 call lmp_copy_rand 
+0x5e63 025402 jam lmp_sres ,mem_lmo_opcode2 
+0x5e64 025403 fetch 1 ,mem_link_key_exists 
+0x5e65 025404 nrtn blank 
+0x5e66 025405 fetch 1 ,mem_state 
+0x5e67 025406 rtnbit1 state_combkey 
+0x5e68 025407 jam key_missing ,mem_lmo_reason2 
+0x5e69 025408 branch reject_lmp_packet 
+:      025410 parse_lmp_sres:
+0x5e6a 025411 arg mem_plap ,rega 
+0x5e6b 025412 call function_e1 
+0x5e6c 025413 fetch 4 ,mem_rxbuf + 1 
+0x5e6d 025414 fetcht 4 ,mem_input_store 
+0x5e6e 025415 isub temp ,null 
+0x5e6f 025416 branch authentication_ok ,zero 
+0x5e70 025417 jam lmp_detach ,mem_lmo_opcode2 
+0x5e71 025418 jam authentication_failure_error ,mem_disconn_reason_send 
+0x5e72 025419 rtn 
+:      025420 authentication_ok:
+0x5e73 025421 call authentication_ok_common 
+0x5e74 025422 fetch 1 ,mem_ssp_enable 
+0x5e75 025423 branch pairing_success ,blank 
+0x5e76 025424 rtn 
+:      025427 authentication_ok_common:
+0x5e77 025428 call copy_aco 
+0x5e78 025429 call linkkey_ready 
+0x5e79 025430 fetch 1 ,mem_op 
+0x5e7a 025431 isolate1 op_auth_req ,pdata 
+0x5e7b 025432 set0 op_auth_req ,pdata 
+0x5e7c 025433 store 1 ,mem_op 
+0x5e7d 025434 fetch 1 ,mem_conn_sm 
+0x5e7e 025435 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
+0x5e7f 025436 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
+0x5e80 025437 rtn 
+:      025438 authentication_ok_conn_sm:
+0x5e81 025439 fetch 1 ,mem_pairing_auth 
+0x5e82 025440 rtnne defalt_pairing_auth 
+0x5e83 025441 fetch 1 ,mem_state_map 
+0x5e84 025442 rtnbit1 smap_encryption 
+0x5e85 025443 branch host_create_conn_encrypt 
+:      025445 parse_lmp_comb_key:
+0x5e86 025446 arg mem_rxbuf + 1 ,rega 
+0x5e87 025447 arg mem_kinit ,regb 
+0x5e88 025448 arg mem_random_number ,contw 
+0x5e89 025449 call xor16 
+0x5e8a 025450 arg mem_plap ,rega 
+0x5e8b 025451 call generate_linkkey 
+0x5e8c 025452 jam lmp_au_rand ,mem_lmo_opcode2 
+0x5e8d 025453 fetch 1 ,mem_state 
+0x5e8e 025454 bbit0 state_combkey ,lmp_generate_key 
+0x5e8f 025455 rtn 
+:      025457 parse_lmp_name_res:
+0x5e90 025458 fetch 2 ,mem_len 
+0x5e91 025459 add pdata ,-3 ,loopcnt 
+0x5e92 025460 fetcht 1 ,mem_rxbuf + 1 
+0x5e93 025461 setarg mem_tmp_buffer 
+0x5e94 025462 iadd temp ,contw 
+0x5e95 025463 arg mem_rxbuf + 3 ,contr 
+0x5e96 025464 call memcpy 
+0x5e97 025465 fetcht 1 ,mem_name_offset 
+0x5e98 025466 fetch 1 ,mem_rxbuf + 2 
+0x5e99 025467 isub temp ,pdata 
+0x5e9a 025468 sub pdata ,14 ,null 
+0x5e9b 025469 branch parse_lmp_name_res_end ,positive 
+0x5e9c 025470 add temp ,14 ,pdata 
+0x5e9d 025471 store 1 ,mem_name_offset 
+0x5e9e 025472 jam lmp_name_req ,mem_lmo_opcode2 
+0x5e9f 025473 rtn 
+:      025474 parse_lmp_name_res_end:
+0x5ea0 025475 fetch 1 ,mem_state_map 
+0x5ea1 025476 set1 smap_name_res ,pdata 
+0x5ea2 025477 store 1 ,mem_state_map 
+0x5ea3 025478 bbit1 smap_name_req ,lmp_disconnect 
+0x5ea4 025479 rtn 
+:      025480 parse_lmp_name_req:
+0x5ea5 025481 fetch 1 ,mem_rxbuf + 1 
+0x5ea6 025482 store 1 ,mem_lmi_opcode2 
+0x5ea7 025483 jam lmp_name_res ,mem_lmo_opcode2 
+0x5ea8 025484 rtn 
+:      025486 parse_lmp_conn_req:
+0x5ea9 025487 branch accept_lmp_msg 
+:      025489 parse_lmp_timing_accuracy_req:
+0x5eaa 025490 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
+0x5eab 025491 rtn 
+:      025493 parse_lmp_features_req:
+0x5eac 025494 jam lmp_features_res ,mem_lmo_opcode2 
+0x5ead 025495 rtn 
+:      025497 parse_lmp_version_req:
+0x5eae 025498 jam lmp_version_res ,mem_lmo_opcode2 
+0x5eaf 025499 rtn 
+:      025501 parse_lmp_supervision_timeout:
+0x5eb0 025504 rtn 
+:      025508 parse_lmp_sniff_subrating_req:
+0x5eb1 025509 fetch 2 ,mem_tsniff 
+0x5eb2 025510 iforce temp 
+0x5eb3 025511 fetch 1 ,mem_rxbuf + 2 
+0x5eb4 025512 store 1 ,mem_subsniff_rate 
+0x5eb5 025513 imul32 temp ,temp 
+0x5eb6 025514 fetch 2 ,mem_rxbuf + 3 
+0x5eb7 025515 lshift pdata ,pdata 
+0x5eb8 025516 store 2 ,mem_subsniff_tcmax 
+0x5eb9 025517 fetch 4 ,mem_rxbuf + 5 
+0x5eba 025518 lshift pdata ,pdata 
+0x5ebb 025519 store 4 ,mem_subsniff_instant 
+0x5ebc 025521 deposit temp 
+0x5ebd 025522 store 2 ,mem_subsniff_tsniff 
+0x5ebe 025523 rtn 
+:      025524 parse_lmpext_packet_type_table_req:
+0x5ebf 025525 fetcht 1 ,mem_ptt 
+0x5ec0 025526 fetch 1 ,mem_rxbuf + 2 
+0x5ec1 025527 ixor temp ,null 
+0x5ec2 025528 nbranch reject_unknown_ext_packet ,zero 
+0x5ec3 025529 isolate1 0 ,pdata 
+0x5ec4 025530 fetch 1 ,mem_state_map 
+0x5ec5 025531 setflag true ,smap_edr ,pdata 
+0x5ec6 025532 store 1 ,mem_state_map 
+0x5ec7 025533 jam lmp_ext_accepted ,mem_lmo_opcode2 
+0x5ec8 025534 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
+0x5ec9 025535 rtn 
+:      025538 parse_lmp_sniff_subrating_res:
+:      025539 parse_lmp_preferred_rate:
+:      025540 parse_lmp_max_power:
+:      025541 parse_lmp_min_power:
+0x5eca 025542 rtn 
+:      025543 parse_lmp_page_mode_req:
+0x5ecb 025545 branch accept_lmp_msg 
+:      025546 parse_lmp_page_scan_mode_req:
+0x5ecc 025549 branch accept_lmp_msg 
+:      025553 parse_lmp_slot_offset:
+0x5ecd 025554 fetch 2 ,mem_rxbuf + 1 
+0x5ece 025555 store 2 ,mem_slot_offset 
+0x5ecf 025556 rtn 
+:      025558 parse_lmp_sniff_req_check_sniff_para:
+0x5ed0 025559 fetch 2 ,mem_rxbuf + 4 
+0x5ed1 025560 fetcht 1 ,mem_lpm_mult 
+0x5ed2 025561 imul32 temp ,pdata 
+0x5ed3 025562 arg 0x640 ,temp 
+0x5ed4 025563 isub temp ,null 
+0x5ed5 025565 rtn 
+:      025567 parse_lmp_sniff_req:
+0x5ed6 025568 fetch 2 ,mem_rxbuf + 6 
+0x5ed7 025569 branch lmp_reject_sniff ,blank 
+0x5ed8 025570 call parse_lmp_sniff_req_check_sniff_para 
+0x5ed9 025571 branch lmp_reject_sniff ,positive 
+0x5eda 025572 fetch 1 ,mem_device_option 
+0x5edb 025573 sub pdata ,dvc_op_module ,null 
+0x5edc 025574 call module_set_lpm_mult_2 ,zero 
+0x5edd 025575 fetch 1 ,mem_state 
+0x5ede 025576 bbit1 state_insniff ,lmp_reject_sniff 
+0x5edf 025577 fetch 2 ,mem_rxbuf + 2 
+0x5ee0 025578 lshift pdata ,pdata 
+0x5ee1 025579 store 2 ,mem_dsniff 
+0x5ee2 025580 fetch 2 ,mem_rxbuf + 4 
+0x5ee3 025581 lshift pdata ,pdata 
+0x5ee4 025582 store 2 ,mem_tsniff 
+0x5ee5 025583 fetch 2 ,mem_rxbuf + 6 
+0x5ee6 025584 store 1 ,mem_sniff_attempt 
+0x5ee7 025585 iforce temp 
+0x5ee8 025586 fetch 2 ,mem_rxbuf + 8 
+0x5ee9 025587 store 1 ,mem_sniff_timeout 
+0x5eea 025588 isub temp ,null 
+0x5eeb 025589 nbranch set_big_value_to_attempt ,positive 
+0x5eec 025590 store 1 ,mem_sniff_attempt 
+:      025591 set_big_value_to_attempt:
+0x5eed 025593 jam lmp_accepted ,mem_lmo_opcode2 
+0x5eee 025594 jam lmp_sniff_req ,mem_lmi_opcode2 
+0x5eef 025595 rtn 
+:      025597 lmp_reject_sniff:
+0x5ef0 025598 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5ef1 025599 branch reject_lmp_packet 
+:      025601 parse_lmp_start_encryption_req:
+0x5ef2 025602 call accept_lmp_msg 
+0x5ef3 025603 call lmp_copy_rand 
+0x5ef4 025604 call function_e3 
+0x5ef5 025605 branch start_encryption 
+:      025607 parse_lmp_stop_encryption_req:
+0x5ef6 025608 call accept_lmp_msg 
+0x5ef7 025609 branch stop_encryption 
+:      025612 parse_lmp_switch_req:
+0x5ef8 025613 fetch 4 ,mem_rxbuf + 1 
+0x5ef9 025614 lshift pdata ,pdata 
+0x5efa 025616 branch parse_lmp_switch_accept ,master 
+0x5efb 025617 fetcht 1 ,mem_link_key_exists 
+0x5efc 025618 nbranch parse_lmp_switch_req_clear_mark ,blank 
+:      025619 parse_lmp_switch_req_not_accept:
+0x5efd 025620 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5efe 025621 jam lmp_switch_req ,mem_lmi_opcode2 
+0x5eff 025622 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f00 025623 rtn 
+:      025624 parse_lmp_switch_req_clear_mark:
+0x5f01 025625 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x5f02 025626 jam 0 ,mem_conn_sm 
+0x5f03 025627 branch role_switch_prepare 
+:      025629 parse_lmp_switch_accept:
+0x5f04 025630 call role_switch_prepare 
+0x5f05 025631 set1 mark_reconn_recieve_switch ,mark 
+0x5f06 025632 fetch 1 ,mem_connection_options 
+0x5f07 025633 set0 connection_switch ,pdata 
+0x5f08 025634 store 1 ,mem_connection_options 
+0x5f09 025635 branch accept_lmp_msg 
+:      025639 parse_lmp_temp_rand:
+:      025640 parse_lmp_temp_key:
+:      025641 parse_lmp_timing_accuracy_res:
+:      025642 parse_lmp_unit_key:
+:      025643 parse_lmp_use_semi_permanend_key:
+0x5f0a 025644 rtn 
+:      025647 parse_lmp_unsniff_req:
+0x5f0b 025648 jam lmp_accepted ,mem_lmo_opcode2 
+0x5f0c 025649 jam lmp_unsniff_req ,mem_lmi_opcode2 
+0x5f0d 025650 jam bt_evt_remote_unsniff ,mem_fifo_temp 
+0x5f0e 025651 call ui_ipc_send_event 
+0x5f0f 025652 branch sniff_exit 
+:      025654 parse_lmp_encapsulated_header:
+0x5f10 025655 fetch 1 ,mem_rxbuf + 1 
+0x5f11 025656 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f12 025657 fetch 1 ,mem_rxbuf + 2 
+0x5f13 025658 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f14 025659 fetch 1 ,mem_rxbuf + 3 
+0x5f15 025660 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f16 025661 call check_localsm 
+0x5f17 025662 branch parse_lmp_encapsulated_header_master ,true 
+0x5f18 025663 jam sp_stat_key_recv ,mem_sp_state 
+:      025664 parse_lmp_encapsulated_header_master:
+0x5f19 025665 jam lmp_accepted ,mem_lmo_opcode2 
+0x5f1a 025666 jam lmp_encapsulated_header ,mem_lmi_opcode2 
+0x5f1b 025667 branch parse_rx_done 
+:      025669 parse_lmp_encapsulated_header_reject:
+0x5f1c 025670 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f1d 025671 branch reject_lmp_packet 
+:      025673 parse_lmp_accepted_encapsulated_header:
+0x5f1e 025676 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5f1f 025678 rtn 
+:      025679 parse_lmp_accepted_simple_pairing_number:
+0x5f20 025680 fetch 1 ,mem_ssp_mode_flag 
+0x5f21 025681 beq ssp_mode_ssp_pin_flag ,parse_lmp_accepted_simple_pairing_number_ssp_pin 
+0x5f22 025682 beq ssp_mode_passkey_entry_flag ,parse_lmp_accepted_simple_pairing_number_passkey 
+:      025683 parse_lmp_accepted_simple_pairing_number_common:
+0x5f23 025684 call check_localsm 
+0x5f24 025685 rtn true 
+0x5f25 025686 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5f26 025687 rtn 
+:      025689 parse_lmp_accepted_simple_pairing_number_ssp_pin:
+0x5f27 025690 call g_noninit_number_confirm 
+0x5f28 025691 jam bt_evt_bt_gkey_generate ,mem_fifo_temp 
+0x5f29 025692 call ui_ipc_send_event 
+0x5f2a 025693 branch parse_lmp_accepted_simple_pairing_number_common 
+:      025696 parse_lmp_accepted_simple_pairing_number_passkey:
+0x5f2b 025697 call check_localsm 
+0x5f2c 025698 rtn true 
+0x5f2d 025699 fetch 1 ,mem_authentication_passkey_times 
+0x5f2e 025700 beq 19 ,authentication_passkey_end 
+0x5f2f 025701 increase 1 ,pdata 
+0x5f30 025702 store 1 ,mem_authentication_passkey_times 
+:      025705 authentication_passkey:
+0x5f31 025706 jam sp_flag_commit ,mem_sp_flag 
+0x5f32 025707 jam sp_stat_commit_calc ,mem_sp_state 
+0x5f33 025708 fetch 1 ,mem_authentication_passkey_times 
+0x5f34 025709 copy pdata ,queue 
+0x5f35 025710 fetch 6 ,mem_pin 
+0x5f36 025711 qisolate1 pdata 
+0x5f37 025712 setarg 0x80 
+0x5f38 025713 setflag true ,0 ,pdata 
+0x5f39 025714 store 1 ,mem_passkey_1bit 
+0x5f3a 025715 rtn 
+:      025717 authentication_passkey_end:
+0x5f3b 025718 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5f3c 025719 rtn 
+:      025721 parse_lmp_accepted_dhkey_check:
+0x5f3d 025722 call parse_lmp_accepted_dhkey_check_common 
+:      025723 pairing_success:
+0x5f3e 025724 fetch 1 ,mem_flag_pairing_state 
+0x5f3f 025725 rtn blank 
+0x5f40 025726 jam flag_pairing_state_not_pairing ,mem_flag_pairing_state 
+0x5f41 025727 jam bt_evt_bt_pairing_success ,mem_fifo_temp 
+0x5f42 025728 branch ui_ipc_send_event 
+:      025731 parse_lmp_accepted_dhkey_check_common:
+0x5f43 025733 call check_localsm 
+0x5f44 025734 ncall g_noninit ,true 
+0x5f45 025735 call g_init ,true 
+0x5f46 025736 call check_localsm 
+0x5f47 025737 rtn true 
+0x5f48 025738 jam sp_stat_link_key_calc ,mem_sp_state 
+0x5f49 025739 jam sp_flag_commit ,mem_sp_flag 
+0x5f4a 025740 rtn 
+:      025742 parse_simple_pairing_confirm:
+0x5f4b 025743 arg mem_sp_confirm_remote ,contw 
+0x5f4c 025744 arg mem_rxbuf + 1 ,contr 
+0x5f4d 025745 call memcpy16 
+0x5f4e 025746 fetch 1 ,mem_ssp_mode_flag 
+0x5f4f 025747 rtneq ssp_mode_passkey_entry_flag 
+0x5f50 025748 branch master_set_mem_master_sp_flag 
+:      025750 parse_lmp_encapsulated_payload:
+0x5f51 025751 fetch 1 ,mem_master_sp_state 
+0x5f52 025752 beq sp_stat_random_send ,parse_encapsulated_payload_master 
+0x5f53 025753 fetch 1 ,mem_sp_state 
+0x5f54 025754 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
+:      025755 parse_encapsulated_payload_master:
+0x5f55 025756 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5f56 025757 sub pdata ,0x20 ,contw 
+0x5f57 025758 nbranch parse_lmp_encapsulated_payload_reject ,positive 
+0x5f58 025759 arg mem_sp_pubkey_remote ,contw 
+0x5f59 025760 iadd contw ,contw 
+0x5f5a 025761 fetch 8 ,mem_rxbuf + 1 
+0x5f5b 025762 istore 8 ,contw 
+0x5f5c 025763 fetch 8 ,mem_rxbuf + 9 
+0x5f5d 025764 istore 8 ,contw 
+0x5f5e 025765 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5f5f 025766 increase 16 ,pdata 
+0x5f60 025767 store 1 ,mem_sp_remote_key_recv_count 
+0x5f61 025768 bne encapsulated_len_p192 ,accept_lmp_msg 
+:      025769 parse_lmp_encapsulated_payload_completed:
+0x5f62 025770 call check_localsm 
+0x5f63 025771 branch accept_lmp_msg ,true 
+0x5f64 025772 jam sp_key_valid ,mem_sp_remote_key_invalid 
+0x5f65 025773 jam sp_stat_key_generate ,mem_sp_state 
+0x5f66 025774 jam sp_flag_commit ,mem_sp_flag 
+0x5f67 025775 branch accept_lmp_msg 
+:      025776 parse_lmp_encapsulated_payload_reject:
+0x5f68 025777 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f69 025778 branch reject_lmp_packet 
+:      025779 parse_lmp_accepted_encapsulated_payload:
+0x5f6a 025780 fetch 1 ,mem_sp_local_key_send_count 
+0x5f6b 025781 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
+0x5f6c 025782 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5f6d 025783 branch parse_rx_done 
+:      025785 parse_lmp_encapsulated_payload_all_accepted:
+0x5f6e 025786 call check_localsm 
+0x5f6f 025787 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
+0x5f70 025788 fetch 1 ,mem_ssp_mode_flag 
+0x5f71 025789 beq ssp_mode_passkey_entry_flag ,parse_lmp_encapsulated_payload_all_accepted_get_passkey 
+0x5f72 025790 jam sp_flag_commit ,mem_sp_flag 
+0x5f73 025791 jam sp_stat_commit_calc ,mem_sp_state 
+0x5f74 025792 branch parse_rx_done 
+:      025794 parse_lmp_encapsulated_payload_all_accepted_get_passkey:
+0x5f75 025795 jam bt_evt_bt_get_passkey ,mem_fifo_temp 
+0x5f76 025796 branch ui_ipc_send_event 
+:      025799 parse_lmp_encapsulated_payload_all_accepted_master:
+0x5f77 025801 branch parse_rx_done 
+:      025803 parse_lmp_simple_pairing_number:
+0x5f78 025804 fetch 1 ,mem_master_sp_state 
+0x5f79 025805 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
+0x5f7a 025806 fetch 1 ,mem_sp_state 
+0x5f7b 025807 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
+:      025808 parse_lmp_simple_pairing_number_master:
+0x5f7c 025809 arg mem_sp_random_remote ,contw 
+0x5f7d 025810 fetch 8 ,mem_rxbuf + 1 
+0x5f7e 025811 istore 8 ,contw 
+0x5f7f 025812 fetch 8 ,mem_rxbuf + 9 
+0x5f80 025813 istore 8 ,contw 
+0x5f81 025814 call check_localsm 
+0x5f82 025815 branch parse_lmp_simple_pairing_number_master0 ,true 
+0x5f83 025816 jam sp_stat_random_send ,mem_sp_state 
+0x5f84 025817 jam sp_flag_commit ,mem_sp_flag 
+0x5f85 025818 branch accept_lmp_msg 
+:      025819 parse_lmp_simple_pairing_number_master0:
+0x5f86 025820 jam sp_stat_commit_calc ,mem_master_sp_state 
+0x5f87 025821 branch master_set_mem_master_sp_flag 
+:      025824 parse_lmp_simple_pairing_number_reject:
+0x5f88 025825 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f89 025826 branch reject_lmp_packet 
+:      025828 parse_dhkey_check:
+0x5f8a 025829 fetch 1 ,mem_master_sp_state 
+0x5f8b 025830 beq sp_stat_confirm_send ,parse_dhkey_check_master 
+0x5f8c 025831 fetch 1 ,mem_sp_state 
+0x5f8d 025832 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
+:      025833 parse_dhkey_check_master:
+0x5f8e 025834 arg mem_sp_check_result ,contw 
+0x5f8f 025835 arg mem_rxbuf + 1 ,contr 
+0x5f90 025836 call memcpy16 
+0x5f91 025837 call check_localsm 
+0x5f92 025838 branch parse_dhkey_check_master0 ,true 
+0x5f93 025839 fetch 1 ,mem_ssp_mode_flag 
+0x5f94 025840 beq ssp_mode_ssp_pin_flag ,number_comparison_mode 
+:      025841 number_comparison_successed:
+0x5f95 025842 jam 0 ,mem_flag_mode_ssp_pin 
+0x5f96 025843 jam sp_stat_confirm_check ,mem_sp_state 
+0x5f97 025844 jam sp_flag_commit ,mem_sp_flag 
+0x5f98 025845 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x5f99 025846 branch parse_rx_done 
+:      025848 parse_dhkey_check_master0:
+0x5f9a 025849 jam sp_stat_confirm_check ,mem_master_sp_state 
+0x5f9b 025850 jam sp_flag_commit ,mem_master_sp_flag 
+0x5f9c 025851 branch parse_rx_done 
+:      025852 parse_lmp_dhkey_check_reject:
+0x5f9d 025853 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f9e 025854 branch reject_lmp_packet 
+:      025856 number_comparison_mode:
+0x5f9f 025857 fetch 1 ,mem_flag_mode_ssp_pin 
+0x5fa0 025858 bbit1 flag_mode_ssp_pin_reviceve_comparison_bit ,comparison_result 
+0x5fa1 025859 set1 flag_mode_ssp_pin_recieve_dhkey_bit ,pdata 
+0x5fa2 025860 store 1 ,mem_flag_mode_ssp_pin 
+0x5fa3 025861 rtn 
+:      025863 comparison_result:
+0x5fa4 025864 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
+0x5fa5 025865 jam 0 ,mem_flag_mode_ssp_pin 
+0x5fa6 025866 branch parse_lmp_dhkey_check_reject 
+:      025869 parse_lmp_clkoffset_res:
+0x5fa7 025870 branch parse_rx_done 
+:      025872 parse_lmp_encryption_mode_req:
+0x5fa8 025873 fetch 1 ,mem_connection_options 
+0x5fa9 025874 set0 connection_encrypt 
+0x5faa 025875 store 1 ,mem_connection_options 
+0x5fab 025876 call accept_lmp_msg 
+0x5fac 025877 nrtn master 
+0x5fad 025878 fetch 1 ,mem_rxbuf + 1 
+0x5fae 025879 fetcht 1 ,mem_op 
+0x5faf 025880 setflag blank ,op_stop_enc ,temp 
+0x5fb0 025881 nsetflag blank ,op_start_enc ,temp 
+0x5fb1 025882 storet 1 ,mem_op 
+0x5fb2 025883 rtn 
+:      025885 parse_lmp_features_res:
+0x5fb3 025886 fetcht 8 ,mem_rxbuf + 1 
+:      025887 parse_lmp_features_res_not_hci:
+0x5fb4 025888 fetch 1 ,mem_conn_sm 
+0x5fb5 025889 rtnne conn_sm_wait_features_res 
+0x5fb6 025891 fetch 1 ,mem_connection_options 
+0x5fb7 025892 bbit0 connection_feature_ext ,parse_lmp_send_conn 
+0x5fb8 025894 jam conn_sm_send_features_ext ,mem_conn_sm 
+0x5fb9 025895 rtn 
+:      025896 parse_lmp_send_conn:
+0x5fba 025897 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5fbb 025898 rtn 
+:      025899 parse_lmp_test_activate:
+0x5fbc 025900 fetch 1 ,mem_debug_config 
+0x5fbd 025901 store 1 ,mem_test_mode_old_debug_config 
+0x5fbe 025902 jam lmp_accepted ,mem_lmo_opcode2 
+0x5fbf 025903 jam lmp_test_activate ,mem_lmi_opcode2 
+0x5fc0 025904 rtn 
+:      025905 parse_lmp_test_control:
+0x5fc1 025908 jam lmp_accepted ,mem_lmo_opcode2 
+0x5fc2 025909 jam lmp_test_control ,mem_lmi_opcode2 
+0x5fc3 025910 force 9 ,loopcnt 
+0x5fc4 025911 arg mem_rxbuf + 1 ,contr 
+0x5fc5 025912 arg mem_temp_payload ,contw 
+:      025913 parse_lmp_test_xor:
+0x5fc6 025914 ifetch 1 ,contr 
+0x5fc7 025915 xor_into 0x55 ,pdata 
+0x5fc8 025916 istore 1 ,contw 
+0x5fc9 025917 loop parse_lmp_test_xor 
+0x5fca 025918 fetch 1 ,test_mode_scenario 
+0x5fcb 025919 fetcht 1 ,mem_tester_emulate 
+0x5fcc 025920 set0 tester_no_whitening ,temp 
+0x5fcd 025921 set0 tester_pattern_test ,temp 
+0x5fce 025922 beq exit_test_mode ,parse_lmp_test_control_exit 
+0x5fcf 025923 beq pause_test_mode ,parse_lmp_test_control_pause 
+0x5fd0 025924 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
+0x5fd1 025925 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5fd2 025926 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
+0x5fd3 025927 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5fd4 025928 beq zero_pattern ,parse_lmp_test_control_pattern 
+0x5fd5 025929 beq one_pattern ,parse_lmp_test_control_pattern 
+0x5fd6 025930 beq alt_pattern ,parse_lmp_test_control_pattern 
+0x5fd7 025931 beq alt2_pattern ,parse_lmp_test_control_pattern 
+0x5fd8 025932 beq pseudorandom ,parse_lmp_test_control_pattern 
+0x5fd9 025933 rtn 
+:      025934 parse_lmp_test_control_exit:
+0x5fda 025936 fetch 1 ,mem_tester_emulate 
+0x5fdb 025937 set1 tester_exit ,pdata 
+0x5fdc 025938 set1 tester_change ,pdata 
+0x5fdd 025939 store 1 ,mem_tester_emulate 
+0x5fde 025940 rtn 
+:      025941 parse_lmp_test_control_pattern:
+0x5fdf 025942 set1 tester_pattern_test ,temp 
+0x5fe0 025943 jam 5 ,mem_lch_code 
+0x5fe1 025944 fetch 2 ,test_mode_data_length 
+0x5fe2 025945 iforce loopcnt 
+0x5fe3 025946 store 2 ,mem_len 
+0x5fe4 025947 arg mem_rxbuf ,contw 
+0x5fe5 025948 call pn9 
+:      025949 parse_lmp_test_control_loopback_nowhite:
+0x5fe6 025950 set1 tester_no_whitening ,temp 
+:      025951 parse_lmp_test_control_loopback:
+0x5fe7 025952 set1 tester_change ,temp 
+0x5fe8 025953 force 0 ,pdata 
+0x5fe9 025954 store 1 ,mem_slave_rcvcnt 
+0x5fea 025955 store 2 ,mem_tst_pktcnt_crc 
+0x5feb 025956 store 2 ,mem_tst_pktcnt_dmh 
+0x5fec 025957 store 2 ,mem_tst_pktcnt_hec 
+0x5fed 025958 store 2 ,mem_tst_pktcnt_sync 
+0x5fee 025959 fetch 1 ,test_mode_hopping_mode 
+0x5fef 025960 compare fixed_freq ,pdata ,0xff 
+0x5ff0 025961 setflag true ,tester_fixed_freq ,temp 
+0x5ff1 025962 storet 1 ,mem_tester_emulate 
+0x5ff2 025963 rtn 
+:      025965 parse_lmp_test_control_pause:
+0x5ff3 025966 set0 mark_testmode ,mark 
+0x5ff4 025967 jam 0 ,mem_tester_emulate 
+0x5ff5 025968 fetch 1 ,mem_debug_config 
+0x5ff6 025969 set0 debug_tx_pattern ,pdata 
+0x5ff7 025970 store 1 ,mem_debug_config 
+0x5ff8 025971 rtn 
+:      025977 lmp_copy_rand:
+0x5ff9 025978 arg mem_rxbuf + 1 ,contr 
+0x5ffa 025979 arg mem_random_number ,contw 
+0x5ffb 025980 branch memcpy16 
+:      025982 lmp_generate_key:
+0x5ffc 025983 jam lmp_comb_key ,mem_lmo_opcode2 
+0x5ffd 025984 rtn 
+:      025986 lmp_start_encryption:
+0x5ffe 025987 nrtn master 
+0x5fff 025988 jam lmp_start_encryption_req ,mem_lmo_opcode2 
+0x6000 025989 rtn 
+:      025991 lmp_accept_inrand:
+0x6001 025992 arg mem_lap ,rega 
+0x6002 025993 call generate_kinit 
+0x6003 025994 jam lmp_accepted ,mem_lmo_opcode2 
+0x6004 025995 jam lmp_in_rand ,mem_lmi_opcode2 
+0x6005 025996 rtn 
+:      025998 lmp_disconnect:
+0x6006 025999 jam 10 ,mem_conn_timer 
+0x6007 026000 jam lmp_detach ,mem_lmo_opcode2 
+0x6008 026001 jam local_host ,mem_disconn_reason_send 
+0x6009 026002 rtn 
+:      026008 send_lmp:
+0x600a 026009 bpatchx patch30_2 ,mem_patch30 
+0x600b 026010 disable user 
+0x600c 026011 call lmo_fifo_process 
+0x600d 026012 fetch 1 ,mem_lmp_to_send 
+0x600e 026013 rtn blank 
+0x600f 026018 bbit1 7 ,send_lmp_escape 
+:      026019 send_lmp0:
+0x6010 026020 beq lmp_name_req ,send_lmp_name_req 
+0x6011 026021 beq lmp_name_res ,send_lmp_name_res 
+0x6012 026022 beq lmp_accepted ,send_lmp_accepted 
+0x6013 026023 beq lmp_not_accepted ,send_lmp_not_accepted 
+0x6014 026024 beq lmp_features_req ,send_lmp_features_req 
+0x6015 026025 beq lmp_features_res ,send_lmp_features_res 
+0x6016 026026 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
+0x6017 026027 beq lmp_version_req ,send_lmp_version_req 
+0x6018 026028 beq lmp_version_res ,send_lmp_version_res 
+0x6019 026029 beq lmp_setup_complete ,send_lmp_setup_complete 
+0x601a 026030 beq lmp_supervision_timeout ,send_lmp_superto 
+0x601b 026031 beq lmp_host_connection_req ,send_lmp_no_payload 
+0x601c 026032 beq lmp_in_rand ,send_lmp_inrand 
+0x601d 026033 beq lmp_comb_key ,send_lmp_comb_key 
+0x601e 026034 beq lmp_au_rand ,send_lmp_aurand 
+0x601f 026035 beq lmp_sres ,send_lmp_sres 
+0x6020 026036 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
+0x6021 026037 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
+0x6022 026038 beq lmp_start_encryption_req ,send_lmp_start_encryption 
+0x6023 026039 beq lmp_detach ,send_lmp_detach 
+0x6024 026040 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
+0x6025 026041 beq lmp_unit_key ,send_lmp_unit_key 
+0x6026 026043 beq lmp_incr_power_req ,send_lmp_inc_power 
+0x6027 026044 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
+0x6028 026045 beq lmp_max_power ,send_lmp_nopayload_reply 
+0x6029 026046 beq lmp_max_slot ,send_lmp_max_slot 
+0x602a 026047 beq lmp_max_slot_req ,send_lmp_max_slot_req 
+0x602b 026048 beq lmp_min_power ,send_lmp_nopayload_reply 
+0x602c 026049 beq lmp_slot_offset ,send_lmp_slot_offset 
+0x602d 026050 beq lmp_switch_req ,send_lmp_switch_req 
+0x602e 026051 beq lmp_sniff_req ,send_lmp_sniff_req 
+0x602f 026052 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
+0x6030 026053 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
+0x6031 026054 beq lmp_unsniff_req ,send_lmp_unsniff_req 
+0x6032 026055 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
+0x6033 026056 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
+0x6034 026057 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
+0x6035 026058 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
+0x6036 026059 beq lmp_dhkey_check ,send_lmp_dhkey_check 
+0x6037 026060 beq lmp_auto_rate ,send_lmp_auto_rate 
+0x6038 026061 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
+0x6039 026063 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
+0x603a 026064 beq lmp_quality_of_service ,send_lmp_quality_of_service 
+0x603b 026065 beq lmp_test_activate ,send_lmp_test_activate 
+0x603c 026066 beq lmp_test_control ,send_lmp_test_control 
+:      026067 send_lmp_error:
+0x603d 026068 branch assert 
+0x603e 026069 rtn 
+:      026070 send_lmp_escape:
+0x603f 026071 beq lmp_ext_accepted ,send_lmpext_accepted 
+0x6040 026072 beq lmp_ext_features_res ,send_lmpext_features_res 
+0x6041 026073 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
+0x6042 026074 beq lmp_ext_features_req ,send_lmpext_features_req 
+0x6043 026075 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
+0x6044 026076 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
+0x6045 026077 beq lmp_io_cap_req ,send_lmp_io_cap_req 
+0x6046 026078 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
+0x6047 026079 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
+0x6048 026080 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
+0x6049 026081 branch assert 
+:      026087 send_lmp_accepted:
+0x604a 026088 force 2 ,pdata 
+0x604b 026089 call msg_send_lmp 
+0x604c 026090 fetch 1 ,mem_lmi_opcode 
+0x604d 026091 istore 1 ,contw 
+0x604e 026092 call send_lmp_follow 
+0x604f 026093 bpatchx patch30_3 ,mem_patch30 
+0x6050 026094 fetch 1 ,mem_lmi_opcode 
+0x6051 026095 beq lmp_in_rand ,send_lmp_accepted_inrand 
+0x6052 026096 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
+0x6053 026097 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
+0x6054 026098 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
+0x6055 026099 beq lmp_host_connection_req ,send_lmp_accepted_connection 
+0x6056 026100 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
+0x6057 026101 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
+0x6058 026102 rtn 
+:      026104 send_create_conn_start_l2cap_timer_sm:
+0x6059 026105 fetch 1 ,mem_conn_sm 
+0x605a 026106 rtn blank 
+0x605b 026107 jam conn_sm_wait_done ,mem_conn_sm 
+0x605c 026108 setarg timer_enpt_waite 
+0x605d 026109 arg enpt_delay_timer ,queue 
+0x605e 026110 branch timer_init 
+:      026112 send_lmp_accept_sniff_req:
+0x605f 026113 branch sniff_init 
+:      026114 send_lmp_not_accepted:
+0x6060 026115 force 3 ,pdata 
+0x6061 026116 call msg_send_lmp 
+0x6062 026117 fetch 1 ,mem_lmi_opcode 
+0x6063 026118 beq lmp_au_rand ,send_not_accept_aurand 
+0x6064 026119 istore 1 ,contw 
+0x6065 026120 fetch 1 ,mem_lmo_reason 
+0x6066 026121 istore 1 ,contw 
+0x6067 026122 branch send_lmp_follow 
+:      026124 send_not_accept_aurand:
+0x6068 026125 istore 1 ,contw 
+0x6069 026126 fetch 1 ,mem_lmo_reason 
+0x606a 026127 istore 1 ,contw 
+0x606b 026128 arg mem_sres_tid ,temp 
+0x606c 026129 branch special_tid_store 
+:      026131 send_lmpext_accepted:
+0x606d 026132 force 4 ,queue 
+0x606e 026133 call send_lmpext 
+0x606f 026134 setarg lmp_escape 
+0x6070 026135 istore 1 ,contw 
+0x6071 026136 fetch 1 ,mem_lmi_opcode 
+0x6072 026137 set0 7 ,pdata 
+0x6073 026138 istore 1 ,contw 
+0x6074 026139 fetch 1 ,mem_lmi_opcode 
+0x6075 026140 branch send_lmp_follow 
+:      026142 send_lmpext_not_accepted:
+0x6076 026143 force 5 ,queue 
+0x6077 026144 call send_lmpext 
+0x6078 026145 setarg lmp_escape 
+0x6079 026146 istore 1 ,contw 
+0x607a 026147 fetch 1 ,mem_lmi_opcode 
+0x607b 026148 set0 7 ,pdata 
+0x607c 026149 istore 1 ,contw 
+0x607d 026150 fetch 1 ,mem_lmo_reason 
+0x607e 026151 istore 1 ,contw 
+0x607f 026152 branch send_lmp_follow 
+:      026155 send_lmp_accepted_inrand:
+0x6080 026156 call clear_linkkey 
+0x6081 026157 call tid_check 
+0x6082 026158 rtn true 
+0x6083 026159 branch lmp_generate_key 
+:      026161 send_lmp_accepted_enc_mode:
+0x6084 026162 fetch 1 ,mem_op 
+0x6085 026163 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
+0x6086 026164 rtnbit0 op_stop_enc 
+0x6087 026165 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x6088 026166 set0 op_stop_enc ,pdata 
+0x6089 026167 call tid_reply 
+0x608a 026168 branch send_lmp_accepted_enc_exit 
+:      026169 send_lmp_accepted_enc_start:
+0x608b 026170 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x608c 026171 set0 op_start_enc ,pdata 
+:      026172 send_lmp_accepted_enc_exit:
+0x608d 026173 store 1 ,mem_op 
+0x608e 026174 rtn 
+:      026176 send_lmp_accepted_enc_key:
+0x608f 026177 call check_localsm 
+0x6090 026178 branch lmp_start_encryption ,true 
+0x6091 026179 rtn 
+:      026181 send_lmp_accepted_connection:
+0x6092 026182 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+0x6093 026184 fetch 1 ,mem_lmp_conn_state 
+0x6094 026185 set1 received_conn_req ,pdata 
+0x6095 026186 store 1 ,mem_lmp_conn_state 
+0x6096 026187 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x6097 026188 branch ui_ipc_send_event 
+:      026191 send_lmp_accept_dhkey_check:
+0x6098 026192 rtn 
+:      026196 send_lmpext_features_res:
+0x6099 026197 force 12 ,queue 
+0x609a 026198 call send_lmpext 
+0x609b 026199 setarg 0x01 
+0x609c 026200 istore 1 ,contw 
+0x609d 026201 fetch 2 ,mem_lmpext_ssp_enable 
+0x609e 026202 istore 2 ,contw 
+0x609f 026203 setarg 0 
+0x60a0 026204 istore 3 ,contw 
+0x60a1 026205 setarg 0x00 
+0x60a2 026206 istore 4 ,contw 
+0x60a3 026207 branch send_lmp_reply 
+:      026208 send_lmpext_io_cap_res:
+0x60a4 026209 force 5 ,queue 
+0x60a5 026210 call send_lmpext 
+0x60a6 026211 fetch 3 ,mem_sp_iocap_local 
+0x60a7 026212 istore 3 ,contw 
+0x60a8 026213 call send_lmp_reply 
+0x60a9 026214 jam flag_pairing_state_pairing ,mem_flag_pairing_state 
+0x60aa 026215 fetch 1 ,mem_sp_iocap_local 
+0x60ab 026216 beq display_yesno ,responder_iocap_display_yesno 
+0x60ac 026217 beq keyboard_only ,responder_iocap_keyboard_only 
+0x60ad 026218 beq no_input_no_output ,responder_iocap_no_input_no_output 
+0x60ae 026219 rtn 
+:      026221 responder_iocap_keyboard_only:
+0x60af 026222 fetch 1 ,mem_sp_iocap_remote 
+0x60b0 026223 beq display_only ,responder_iocap_keyboard_only_initiator_iocap_display_only 
+0x60b1 026224 beq display_yesno ,responder_iocap_keyboard_only_initiator_iocap_display_yesno 
+0x60b2 026225 beq keyboard_only ,responder_iocap_keyboard_only_initiator_iocap_keyboard_only 
+0x60b3 026226 beq no_input_no_output ,responder_iocap_keyboard_only_initiator_iocap_no_input_no_output 
+0x60b4 026227 rtn 
+:      026230 responder_iocap_display_yesno:
+0x60b5 026231 fetch 1 ,mem_sp_iocap_remote 
+0x60b6 026232 beq display_only ,responder_iocap_display_yesno_initiator_iocap_display_only 
+0x60b7 026233 beq display_yesno ,responder_iocap_display_yesno_initiator_iocap_display_yesno 
+0x60b8 026234 beq keyboard_only ,responder_iocap_display_yesno_initiator_iocap_keyboard_only 
+0x60b9 026235 beq no_input_no_output ,responder_iocap_display_yesno_initiator_iocap_no_input_no_output 
+0x60ba 026236 rtn 
+:      026239 responder_iocap_no_input_no_output:
+0x60bb 026240 fetch 1 ,mem_sp_iocap_remote 
+0x60bc 026241 beq display_only ,responder_iocap_no_input_no_output_initiator_iocap_display_only 
+0x60bd 026242 beq display_yesno ,responder_iocap_no_input_no_output_initiator_iocap_display_yesno 
+0x60be 026243 beq keyboard_only ,responder_iocap_no_input_no_output_initiator_iocap_keyboard_only 
+0x60bf 026244 beq no_input_no_output ,responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output 
+0x60c0 026245 rtn 
+:      026247 responder_iocap_keyboard_only_initiator_iocap_no_input_no_output:
+:      026248 responder_iocap_display_yesno_initiator_iocap_no_input_no_output:
+:      026249 responder_iocap_display_yesno_initiator_iocap_display_only:
+:      026250 responder_iocap_no_input_no_output_initiator_iocap_display_only:
+:      026251 responder_iocap_no_input_no_output_initiator_iocap_display_yesno:
+:      026252 responder_iocap_no_input_no_output_initiator_iocap_keyboard_only:
+:      026253 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output:
+:      026254 set_ssp_mode_justwork:
+0x60c1 026255 jam ssp_mode_just_work_flag ,mem_ssp_mode_flag 
+0x60c2 026256 fetch 1 ,mem_classic_bt_flag 
+0x60c3 026257 bbit1 flag_ssp_reject_justwork ,app_bt_disconnect 
+0x60c4 026258 rtn 
+:      026260 responder_iocap_display_yesno_initiator_iocap_display_yesno:
+:      026261 set_ssp_mode_numeric_comparison:
+0x60c5 026262 jam ssp_mode_ssp_pin_flag ,mem_ssp_mode_flag 
+0x60c6 026263 rtn 
+:      026265 responder_iocap_keyboard_only_initiator_iocap_display_yesno:
+:      026266 responder_iocap_keyboard_only_initiator_iocap_keyboard_only:
+:      026267 responder_iocap_keyboard_only_initiator_iocap_display_only:
+:      026268 responder_iocap_display_yesno_initiator_iocap_keyboard_only:
+:      026269 set_ssp_mode_passkey:
+0x60c7 026270 jam ssp_mode_passkey_entry_flag ,mem_ssp_mode_flag 
+0x60c8 026271 rtn 
+:      026274 classic_bt_set_reject_justwork_flag:
+0x60c9 026275 arg flag_ssp_reject_justwork ,queue 
+0x60ca 026276 branch classic_bluetooth_set_flag 
+:      026278 classic_bt_clr_reject_justwork_flag:
+0x60cb 026279 arg flag_ssp_reject_justwork ,queue 
+0x60cc 026280 branch classic_bluetooth_clr_flag 
+:      026282 classic_bluetooth_set_flag:
+0x60cd 026283 fetch 1 ,mem_classic_bt_flag 
+0x60ce 026284 qset1 pdata 
+0x60cf 026285 store 1 ,mem_classic_bt_flag 
+0x60d0 026286 rtn 
+:      026288 classic_bluetooth_clr_flag:
+0x60d1 026289 fetch 1 ,mem_classic_bt_flag 
+0x60d2 026290 qset0 pdata 
+0x60d3 026291 store 1 ,mem_classic_bt_flag 
+0x60d4 026292 rtn 
+:      026295 send_lmp_io_cap_req:
+0x60d5 026296 force 5 ,queue 
+0x60d6 026297 call send_lmpext 
+0x60d7 026298 fetch 3 ,mem_sp_iocap_local 
+0x60d8 026299 istore 3 ,contw 
+0x60d9 026300 branch send_lmp_request 
+:      026303 send_lmpext_sniff_subrating_req:
+0x60da 026305 rtn 
+:      026306 send_lmpext_sniff_subrating_res:
+0x60db 026307 force 9 ,queue 
+0x60dc 026308 call send_lmpext 
+0x60dd 026309 fetch 1 ,mem_subsniff_rate 
+0x60de 026310 istore 1 ,contw 
+0x60df 026311 fetch 2 ,mem_subsniff_tcmax 
+0x60e0 026312 istore 2 ,contw 
+0x60e1 026313 fetch 4 ,mem_subsniff_instant 
+0x60e2 026314 istore 4 ,contw 
+0x60e3 026315 branch send_lmp_reply 
+:      026317 send_lmp_name_res:
+0x60e4 026318 force 17 ,pdata 
+0x60e5 026319 call msg_send_lmp 
+0x60e6 026320 fetch 1 ,mem_lmi_opcode 
+0x60e7 026321 copy pdata ,temp 
+0x60e8 026322 beq 0x00 ,send_lmp_name_res_offset_ok 
+0x60e9 026323 beq 0x0e ,send_lmp_name_res_offset_ok 
+0x60ea 026324 beq 0x1c ,send_lmp_name_res_offset_ok 
+0x60eb 026325 rtn 
+:      026326 send_lmp_name_res_offset_ok:
+0x60ec 026327 istore 1 ,contw 
+0x60ed 026328 fetch 1 ,mem_local_name_length 
+0x60ee 026329 istore 1 ,contw 
+0x60ef 026330 arg 14 ,loopcnt 
+0x60f0 026331 setarg mem_local_name 
+0x60f1 026332 iadd temp ,contr 
+0x60f2 026333 call memcpy 
+0x60f3 026334 branch send_lmp_reply 
+:      026337 send_lmp_timing_accuracy_res:
+0x60f4 026338 force 3 ,pdata 
+0x60f5 026339 call msg_send_lmp 
+0x60f6 026340 setarg 0x0114 
+0x60f7 026341 istore 2 ,contw 
+0x60f8 026342 branch send_lmp_reply 
+:      026344 send_lmp_clkoffset_res:
+0x60f9 026346 force 3 ,pdata 
+0x60fa 026347 call msg_send_lmp 
+0x60fb 026348 fetch 4 ,mem_clke_bt 
+0x60fc 026349 isub clkn_bt ,pdata 
+0x60fd 026350 branch send_lmp_clkoffset_res_master ,master 
+0x60fe 026351 sub pdata ,0 ,pdata 
+:      026352 send_lmp_clkoffset_res_master:
+0x60ff 026354 rshift2 pdata ,pdata 
+0x6100 026355 set0 15 ,pdata 
+0x6101 026356 istore 2 ,contw 
+0x6102 026357 branch send_lmp_reply 
+:      026359 send_lmp_version_res:
+0x6103 026360 force 6 ,pdata 
+0x6104 026361 call msg_send_lmp 
+0x6105 026362 fetch 5 ,mem_lmp_version 
+0x6106 026363 istore 5 ,contw 
+0x6107 026364 branch send_lmp_reply 
+:      026366 send_lmp_features_res:
+0x6108 026367 force 9 ,pdata 
+0x6109 026368 call msg_send_lmp 
+0x610a 026369 fetch 8 ,mem_features 
+0x610b 026370 istore 8 ,contw 
+0x610c 026371 branch send_lmp_reply 
+:      026378 send_lmpext_features_req:
+0x610d 026379 force 12 ,queue 
+0x610e 026380 call send_lmpext 
+0x610f 026381 setarg 0x01 
+0x6110 026382 istore 1 ,contw 
+0x6111 026383 fetch 2 ,mem_lmpext_ssp_enable 
+0x6112 026384 istore 2 ,contw 
+0x6113 026385 setarg 0 
+0x6114 026386 istore 3 ,contw 
+0x6115 026387 setarg 0x00 
+0x6116 026388 istore 4 ,contw 
+0x6117 026389 branch send_lmp_request 
+:      026391 send_lmpext_packet_type_table_req:
+0x6118 026392 force 3 ,queue 
+0x6119 026393 call send_lmpext 
+0x611a 026394 fetch 1 ,mem_ptt 
+0x611b 026395 istore 1 ,contw 
+0x611c 026396 disable user 
+0x611d 026397 call send_lmp_request 
+0x611e 026398 nrtn user 
+0x611f 026399 nrtn master 
+0x6120 026400 fetch 1 ,mem_afh_cfg 
+0x6121 026401 rtnbit0 afh_cfg_on 
+0x6122 026402 call afh_init 
+0x6123 026403 branch afh_open_all_channels 
+:      026406 ssp_enable:
+0x6124 026407 bpatchx patch30_4 ,mem_patch30 
+0x6125 026408 fetch 1 ,mem_features + 6 
+0x6126 026409 set1 param_featrue_ssp ,pdata 
+0x6127 026410 store 1 ,mem_features + 6 
+0x6128 026411 setarg param_lmpext_ssp_enable 
+0x6129 026412 store 2 ,mem_lmpext_ssp_enable 
+0x612a 026413 rtn 
+:      026415 ssp_disable:
+0x612b 026416 bpatchx patch30_5 ,mem_patch30 
+0x612c 026417 fetch 1 ,mem_features + 6 
+0x612d 026418 set0 param_featrue_ssp ,pdata 
+0x612e 026419 store 1 ,mem_features + 6 
+0x612f 026420 setarg 0 
+0x6130 026421 store 2 ,mem_lmpext_ssp_enable 
+0x6131 026422 rtn 
+:      026424 afh_init:
+0x6132 026425 jam 0x3 ,mem_afh_cfg 
+0x6133 026426 setarg 0 
+0x6134 026427 store 4 ,mem_afh_timer 
+0x6135 026428 arg mem_afh_map_lo ,contw 
+0x6136 026429 call afh_reset_map 
+0x6137 026430 arg mem_afh_map_new ,contw 
+0x6138 026431 call afh_reset_map 
+0x6139 026432 arg mem_afh_classify_channel_map ,contw 
+0x613a 026433 call afh_reset_map 
+0x613b 026434 branch afh_clear_error_counter 
+:      026435 afh_open_all_channels:
+0x613c 026436 arg mem_afh_map_new ,contw 
+0x613d 026437 call afh_reset_map 
+0x613e 026438 call afh_clear_error_counter 
+0x613f 026439 branch afh_set_send_flag 
+:      026442 afh_reset_map:
+0x6140 026443 setarg 0xffffff 
+0x6141 026444 istore 3 ,contw 
+0x6142 026445 istore 3 ,contw 
+0x6143 026446 istore 3 ,contw 
+0x6144 026447 setarg 0x7f 
+0x6145 026448 istore 1 ,contw 
+0x6146 026449 rtn 
+:      026450 afh_clear_error_counter:
+0x6147 026451 setarg 0 
+0x6148 026452 store 2 ,mem_afh_error_total 
+0x6149 026453 rtn 
+:      026454 afh_set_send_flag:
+0x614a 026455 fetch 1 ,mem_afh_cfg 
+0x614b 026456 set1 send_lmp_set_afh ,pdata 
+0x614c 026457 store 1 ,mem_afh_cfg 
+0x614d 026458 rtn 
+:      026461 send_lmpext_pause_encryption_req:
+0x614e 026462 force 2 ,queue 
+0x614f 026463 call send_lmpext 
+0x6150 026464 nbranch send_lmp_reply ,master 
+0x6151 026466 branch send_lmp_request 
+:      026470 send_lmp_detach:
+0x6152 026471 force 2 ,pdata 
+0x6153 026472 call msg_send_lmp 
+0x6154 026473 fetch 1 ,mem_disconn_reason_send 
+0x6155 026474 istore 1 ,contw 
+0x6156 026475 call send_lmp_request 
+:      026476 prepare_disconnect:
+0x6157 026477 fetch 1 ,mem_op 
+0x6158 026478 set1 op_disconn ,pdata 
+0x6159 026479 store 1 ,mem_op 
+0x615a 026480 jam 50 ,mem_conn_timer 
+0x615b 026481 rtn 
+:      026484 send_lmp_no_payload:
+0x615c 026485 force 1 ,pdata 
+0x615d 026486 call msg_send_lmp 
+0x615e 026487 branch send_lmp_request 
+:      026488 send_lmp_nopayload_reply:
+0x615f 026489 force 1 ,pdata 
+0x6160 026490 call msg_send_lmp 
+0x6161 026491 branch send_lmp_reply 
+:      026494 send_lmp_encryption_mode_req:
+0x6162 026495 force 2 ,pdata 
+0x6163 026496 call msg_send_lmp 
+0x6164 026497 fetch 1 ,mem_state_map 
+0x6165 026498 isolate0 smap_encryption ,pdata 
+0x6166 026499 setflag true ,0 ,pdata 
+0x6167 026500 and_into 1 ,pdata 
+0x6168 026501 istore 1 ,contw 
+0x6169 026502 branch send_lmp_request 
+:      026505 send_lmp_superto:
+0x616a 026506 force 3 ,pdata 
+0x616b 026507 call msg_send_lmp 
+0x616c 026508 fetch 2 ,mem_supervision_to 
+0x616d 026509 istore 2 ,contw 
+0x616e 026510 branch send_lmp_request 
+:      026512 send_lmp_name_req:
+0x616f 026513 jam 250 ,mem_conn_timer 
+0x6170 026514 force 2 ,pdata 
+0x6171 026515 call msg_send_lmp 
+0x6172 026516 fetch 1 ,mem_name_offset 
+0x6173 026517 istore 1 ,contw 
+0x6174 026518 branch send_lmp_request 
+:      026520 send_lmp_test_control:
+0x6175 026521 force 10 ,pdata 
+0x6176 026522 call msg_send_lmp 
+0x6177 026523 arg mem_temp_payload ,contr 
+0x6178 026524 force 9 ,loopcnt 
+:      026525 send_lmp_test_control_loop:
+0x6179 026526 ifetch 1 ,contr 
+0x617a 026527 xor_into 0x55 ,pdata 
+0x617b 026528 istore 1 ,contw 
+0x617c 026529 loop send_lmp_test_control_loop 
+0x617d 026530 branch send_lmp_request 
+:      026532 send_lmp_quality_of_service_req:
+0x617e 026533 branch send_lmp_request 
+:      026534 send_lmp_unit_key:
+0x617f 026535 branch send_lmp_request 
+:      026537 send_lmp_slot_offset:
+0x6180 026538 rtn master 
+0x6181 026539 call calc_slot_offset 
+0x6182 026540 force 9 ,pdata 
+0x6183 026541 call msg_send_lmp 
+0x6184 026542 fetch 2 ,mem_slot_offset 
+0x6185 026543 istore 2 ,contw 
+0x6186 026544 fetch 3 ,mem_lap 
+0x6187 026545 istore 3 ,contw 
+0x6188 026546 fetch 1 ,mem_uap 
+0x6189 026547 istore 1 ,contw 
+0x618a 026548 fetch 2 ,mem_nap 
+0x618b 026549 istore 2 ,contw 
+0x618c 026550 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
+0x618d 026551 set0 mark_switch_initiated ,mark 
+0x618e 026552 call send_lmp_request 
+0x618f 026553 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6190 026554 rtn 
+:      026555 send_lmp_slot_offset_reply:
+0x6191 026556 call send_lmp_reply 
+0x6192 026557 jam lmp_accepted ,mem_lmo_opcode2 
+0x6193 026558 jam lmp_switch_req ,mem_lmi_opcode2 
+0x6194 026559 rtn 
+:      026561 send_lmp_switch_req:
+0x6195 026562 arg 0x200 ,temp 
+0x6196 026563 branch switch_on_native ,master 
+0x6197 026564 deposit clke_bt 
+0x6198 026565 branch switch_slack 
+:      026566 switch_on_native:
+0x6199 026567 deposit clkn_bt 
+:      026568 switch_slack:
+0x619a 026569 deposit bt_clk 
+0x619b 026570 iadd temp ,pdata 
+0x619c 026571 and_into 0x1fc ,pdata 
+0x619d 026572 store 4 ,mem_sniff_anchor 
+0x619e 026573 force 5 ,pdata 
+0x619f 026574 call msg_send_lmp 
+0x61a0 026575 fetch 4 ,mem_sniff_anchor 
+0x61a1 026576 rshift pdata ,pdata 
+0x61a2 026577 istore 4 ,contw 
+0x61a3 026578 branch send_lmp_request 
+:      026580 send_lmp_sniff_req:
+0x61a4 026581 force 10 ,pdata 
+0x61a5 026582 call msg_send_lmp 
+0x61a6 026583 arg mem_sniff_payload ,contr 
+0x61a7 026584 ifetch 9 ,contr 
+0x61a8 026585 istore 9 ,contw 
+0x61a9 026586 branch send_lmp_request 
+:      026589 send_lmp_timing_accuracy_req:
+0x61aa 026591 force 3 ,pdata 
+0x61ab 026592 call msg_send_lmp 
+0x61ac 026593 setarg 0x0114 
+0x61ad 026594 istore 2 ,contw 
+0x61ae 026595 branch send_lmp_request 
+:      026597 send_lmp_unsniff_req:
+0x61af 026599 force 1 ,pdata 
+0x61b0 026600 call msg_send_lmp 
+0x61b1 026609 branch send_lmp_request 
+:      026612 send_lmp_max_slot:
+0x61b2 026613 force 2 ,pdata 
+0x61b3 026614 call msg_send_lmp 
+0x61b4 026615 fetch 1 ,mem_max_slot 
+0x61b5 026616 istore 1 ,contw 
+0x61b6 026617 branch send_lmp_request 
+:      026620 send_lmp_max_slot_req:
+0x61b7 026621 force 2 ,pdata 
+0x61b8 026622 call msg_send_lmp 
+0x61b9 026623 setarg 0x05 
+0x61ba 026624 istore 1 ,contw 
+0x61bb 026625 branch send_lmp_request 
+:      026628 send_lmp_inc_power:
+0x61bc 026629 force 2 ,pdata 
+0x61bd 026630 call msg_send_lmp 
+0x61be 026631 setarg 0x00 
+0x61bf 026632 istore 1 ,contw 
+0x61c0 026633 branch send_lmp_request 
+:      026636 send_lmp_setup_complete_by_module:
+0x61c1 026637 jam lmp_max_slot_req ,mem_lmo_opcode2 
+0x61c2 026638 rtn 
+:      026639 send_lmp_setup_complete:
+0x61c3 026640 fetch 1 ,mem_device_option 
+0x61c4 026641 sub pdata ,dvc_op_module ,null 
+0x61c5 026642 call send_lmp_setup_complete_by_module ,zero 
+0x61c6 026643 fetch 1 ,mem_state 
+0x61c7 026644 set1 state_conn_comp ,pdata 
+0x61c8 026645 store 1 ,mem_state 
+0x61c9 026646 copy clkn_bt ,pdata 
+0x61ca 026647 store 4 ,mem_aurand_send_delay_time 
+0x61cb 026648 fetch 1 ,mem_lmp_conn_state 
+0x61cc 026649 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
+0x61cd 026650 set1 sent_setup_complete ,pdata 
+0x61ce 026651 store 1 ,mem_lmp_conn_state 
+0x61cf 026652 jam bt_evt_setup_complete ,mem_fifo_temp 
+0x61d0 026653 call ui_ipc_send_event 
+0x61d1 026654 force 1 ,pdata 
+0x61d2 026655 call msg_send_lmp 
+0x61d3 026656 branch send_lmp_request 
+:      026657 send_lmp_setup_complete_has_sent:
+0x61d4 026658 jam 0 ,mem_lmp_to_send 
+0x61d5 026659 rtn 
+:      026661 send_lmp_version_req:
+0x61d6 026662 force 6 ,pdata 
+0x61d7 026663 call msg_send_lmp 
+0x61d8 026664 fetch 5 ,mem_lmp_version 
+0x61d9 026665 istore 5 ,contw 
+0x61da 026666 branch send_lmp_request 
+:      026668 send_lmp_features_req:
+0x61db 026669 force 9 ,pdata 
+0x61dc 026670 call msg_send_lmp 
+0x61dd 026671 fetch 8 ,mem_features 
+0x61de 026672 istore 8 ,contw 
+0x61df 026673 branch send_lmp_request 
+:      026675 sp_master_send_io_cap_get:
+0x61e0 026676 jam sp_flag_commit ,mem_master_sp_flag 
+0x61e1 026677 fetch 1 ,mem_sp_local_key_invalid 
+0x61e2 026678 rtnne sp_key_valid 
+0x61e3 026679 jam sp_master_stat_start_done ,mem_master_sp_state 
+0x61e4 026680 rtn 
+:      026682 sp_master_send_io_cap_send:
+0x61e5 026683 call tid_initiate 
+0x61e6 026684 jam lmp_io_cap_req ,mem_lmo_opcode2 
+0x61e7 026685 jam sp_stat_key_send ,mem_master_sp_state 
+0x61e8 026686 rtn 
+:      026689 sp_master_send_lmp_encapsulated_header:
+0x61e9 026690 call tid_initiate 
+0x61ea 026691 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x61eb 026692 jam sp_stat_random_send ,mem_master_sp_state 
+0x61ec 026693 rtn 
+:      026695 sp_master_commitment_compare:
+0x61ed 026696 arg mem_sp_calc_result_high ,rega 
+0x61ee 026697 arg mem_sp_confirm_remote ,regb 
+0x61ef 026698 arg 16 ,loopcnt 
+0x61f0 026699 call string_compare 
+0x61f1 026700 branch sp_master_commitment_compare_success ,zero 
+0x61f2 026701 jam sp_stat_null ,mem_master_sp_state 
+0x61f3 026702 call master_clear_mem_master_sp_flag 
+0x61f4 026703 jam pdu_not_allowed ,mem_lmo_reason2 
+0x61f5 026704 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x61f6 026705 branch reject_lmp_packet 
+:      026706 sp_master_commitment_compare_success:
+0x61f7 026707 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x61f8 026708 call master_set_mem_master_sp_flag 
+0x61f9 026709 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x61fa 026710 branch accept_lmp_msg 
+:      026714 sp_master_send_lmp_simple_pairing_number:
+0x61fb 026715 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x61fc 026716 rtn 
+:      026720 sp_send_lmp_encapsulated_header:
+0x61fd 026723 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x61fe 026725 rtn 
+:      026731 send_lmp_encapsulated_header:
+0x61ff 026732 jam 0 ,mem_sp_local_key_send_count 
+0x6200 026733 force 4 ,pdata 
+0x6201 026734 call msg_send_lmp 
+0x6202 026735 force encapsulated_major_type_p192 ,pdata 
+0x6203 026736 istore 1 ,contw 
+0x6204 026737 force encapsulated_minor_type_p192 ,pdata 
+0x6205 026738 istore 1 ,contw 
+0x6206 026739 force encapsulated_len_p192 ,pdata 
+0x6207 026740 istore 1 ,contw 
+0x6208 026741 call check_localsm 
+0x6209 026742 branch send_lmp_request ,true 
+0x620a 026743 branch send_lmp_reply 
+:      026745 send_lmp_encapsulated_payload:
+0x620b 026747 force 17 ,pdata 
+0x620c 026748 call msg_send_lmp 
+0x620d 026749 fetch 1 ,mem_sp_local_key_send_count 
+0x620e 026750 arg mem_sp_pubkey_local ,contr 
+0x620f 026751 iadd contr ,contr 
+0x6210 026752 ifetch 8 ,contr 
+0x6211 026753 istore 8 ,contw 
+0x6212 026754 ifetch 8 ,contr 
+0x6213 026755 istore 8 ,contw 
+0x6214 026756 fetch 1 ,mem_sp_local_key_send_count 
+0x6215 026757 increase 16 ,pdata 
+0x6216 026758 store 1 ,mem_sp_local_key_send_count 
+0x6217 026759 call check_localsm 
+0x6218 026760 branch send_lmp_request ,true 
+0x6219 026761 branch send_lmp_reply 
+:      026764 sp_send_lmp_simple_pairing_comfirm:
+0x621a 026765 jam sp_stat_random_recv ,mem_sp_state 
+0x621b 026766 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
+0x621c 026767 rtn 
+:      026768 send_lmp_simple_pairing_comfirm:
+0x621d 026771 force 17 ,pdata 
+0x621e 026772 call msg_send_lmp 
+0x621f 026773 arg mem_sp_calc_result_high ,contr 
+0x6220 026774 ifetch 8 ,contr 
+0x6221 026775 istore 8 ,contw 
+0x6222 026776 ifetch 8 ,contr 
+0x6223 026777 istore 8 ,contw 
+0x6224 026778 branch send_lmp_reply 
+:      026780 sp_send_lmp_simple_pairing_number:
+0x6225 026781 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x6226 026782 rtn 
+:      026784 send_lmp_simple_pairing_number:
+0x6227 026786 call check_localsm 
+0x6228 026787 call sp_local_random_key_generator ,true 
+0x6229 026788 force 17 ,pdata 
+0x622a 026789 call msg_send_lmp 
+0x622b 026790 arg mem_sp_random_local ,contr 
+0x622c 026791 ifetch 8 ,contr 
+0x622d 026792 istore 8 ,contw 
+0x622e 026793 ifetch 8 ,contr 
+0x622f 026794 istore 8 ,contw 
+0x6230 026795 call check_localsm 
+0x6231 026796 nbranch send_lmp_reply ,true 
+0x6232 026797 branch send_lmp_request ,true 
+:      026799 master_sp_sm_end:
+0x6233 026801 jam sp_stat_done ,mem_master_sp_state 
+:      026802 sp_aurand_send:
+0x6234 026803 call tid_initiate 
+0x6235 026804 jam lmp_au_rand ,mem_lmo_opcode2 
+0x6236 026805 call check_localsm_master 
+0x6237 026806 branch sp_master_key_prarm_push ,true 
+0x6238 026807 branch sp_link_key_prarm_push 
+:      026808 master_sp_send_lmp_dhkey_check:
+0x6239 026809 call tid_reply 
+:      026810 sp_send_lmp_dhkey_check:
+0x623a 026811 jam lmp_dhkey_check ,mem_lmo_opcode2 
+0x623b 026812 rtn 
+:      026813 send_lmp_dhkey_check:
+0x623c 026815 force 17 ,pdata 
+0x623d 026816 call msg_send_lmp 
+0x623e 026817 arg mem_sp_calc_result_high ,contr 
+0x623f 026818 ifetch 8 ,contr 
+0x6240 026819 istore 8 ,contw 
+0x6241 026820 ifetch 8 ,contr 
+0x6242 026821 istore 8 ,contw 
+0x6243 026822 call check_localsm 
+0x6244 026823 nbranch send_lmp_reply ,true 
+0x6245 026824 branch send_lmp_request ,true 
+:      026826 send_lmp_enc_key_size_mask_res:
+0x6246 026827 force 3 ,pdata 
+0x6247 026828 call msg_send_lmp 
+0x6248 026829 setarg 0xfffe 
+0x6249 026830 istore 2 ,contw 
+0x624a 026831 branch send_lmp_reply 
+:      026833 send_lmp_auto_rate:
+0x624b 026834 branch send_lmp_request 
+:      026835 send_lmp_clkoffset_req:
+0x624c 026836 branch send_lmp_request 
+:      026837 send_lmp_quality_of_service:
+0x624d 026838 branch send_lmp_request 
+:      026839 send_lmp_test_activate:
+0x624e 026840 branch send_lmp_request 
+:      026845 send_lmp_comb_key:
+0x624f 026846 call generate_random_number 
+0x6250 026847 arg mem_lap ,rega 
+0x6251 026848 call generate_linkkey 
+0x6252 026849 force 17 ,pdata 
+0x6253 026850 call msg_send_lmp 
+0x6254 026851 arg mem_kinit ,rega 
+0x6255 026852 arg mem_random_number ,regb 
+0x6256 026853 call xor16 
+0x6257 026854 nbranch send_lmp_follow ,master 
+0x6258 026855 branch send_lmp_tid 
+:      026857 send_lmp_inrand:
+0x6259 026858 call generate_random_number 
+0x625a 026859 arg mem_plap ,rega 
+0x625b 026860 call generate_kinit 
+:      026861 send_lmp_rand:
+0x625c 026862 force 17 ,pdata 
+0x625d 026863 call msg_send_lmp 
+0x625e 026864 arg mem_random_number ,contr 
+0x625f 026865 call memcpy16 
+0x6260 026866 fetch 1 ,mem_conn_sm 
+0x6261 026867 beq conn_sm_auth_wait ,send_lmp_request 
+0x6262 026868 beq conn_sm_pairing_wait ,send_lmp_request 
+0x6263 026869 branch send_lmp_tid 
+:      026871 send_lmp_aurand:
+0x6264 026872 fetch 1 ,mem_pairing_auth 
+0x6265 026873 branch send_lmp_aurand_notpairing ,blank 
+0x6266 026874 call check_localsm 
+0x6267 026875 call tid_initiate ,true 
+0x6268 026876 ncall tid_reply ,true 
+0x6269 026877 branch send_lmp_aurand_common 
+:      026878 send_lmp_aurand_notpairing:
+0x626a 026879 call tid_initiate 
+:      026880 send_lmp_aurand_common:
+0x626b 026881 call generate_random_number 
+0x626c 026882 branch send_lmp_rand 
+:      026884 send_lmp_sres:
+0x626d 026885 arg mem_lap ,rega 
+0x626e 026886 call function_e1 
+0x626f 026887 force 5 ,pdata 
+0x6270 026888 call msg_send_lmp 
+0x6271 026889 fetch 4 ,mem_input_store 
+0x6272 026890 istore 4 ,contw 
+0x6273 026891 arg mem_sres_tid ,temp 
+0x6274 026892 call special_tid_store 
+0x6275 026893 call copy_aco 
+0x6276 026894 call check_localsm 
+0x6277 026895 branch send_lmp_sres_master ,true 
+0x6278 026896 jam done_encryp ,mem_wait_encryption 
+0x6279 026897 fetch 1 ,mem_pairing_auth 
+0x627a 026898 rtn blank 
+0x627b 026899 jam lmp_au_rand ,mem_lmo_opcode2 
+:      026900 send_lmp_sres_master:
+0x627c 026901 fetch 1 ,mem_link_key_exists 
+0x627d 026902 rtn blank 
+:      026903 send_lmp_sres_startenc:
+0x627e 026904 call check_localsm 
+0x627f 026905 nbranch send_lmp_sres_startenc_slave ,true 
+0x6280 026906 fetch 1 ,mem_auth_enable 
+0x6281 026907 rtn blank 
+0x6282 026908 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x6283 026909 rtn 
+:      026910 send_lmp_sres_startenc_slave:
+0x6284 026911 rtnmark0 mark_slave_in_rand_accepted 
+0x6285 026912 set0 mark_slave_in_rand_accepted ,mark 
+0x6286 026913 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x6287 026914 rtn 
+:      026918 send_lmp_start_encryption:
+0x6288 026919 call generate_random_number 
+0x6289 026920 call function_e3 
+0x628a 026921 force 17 ,pdata 
+0x628b 026922 call msg_send_lmp 
+0x628c 026923 arg mem_random_number ,contr 
+0x628d 026924 call memcpy16 
+0x628e 026925 branch send_lmp_tid 
+:      026927 send_lmp_stop_encryption_req:
+0x628f 026928 force 1 ,pdata 
+0x6290 026929 call msg_send_lmp 
+0x6291 026930 branch send_lmp_tid 
+:      026932 send_lmp_encryption_key_size_req:
+0x6292 026933 force 2 ,pdata 
+0x6293 026934 call msg_send_lmp 
+0x6294 026935 force 16 ,pdata 
+0x6295 026936 istore 1 ,contw 
+0x6296 026937 store 1 ,mem_key_size 
+0x6297 026938 branch send_lmp_tid 
+:      026940 msg_send_lmp:
+0x6298 026942 lshift3 pdata ,pdata 
+0x6299 026943 or_into 0x07 ,pdata 
+0x629a 026944 store 1 ,mem_lmo_header_length 
+0x629b 026945 arg 17 ,loopcnt 
+0x629c 026946 arg mem_lmo_payload ,contw 
+0x629d 026947 call clear_mem 
+0x629e 026948 arg mem_lmo_payload ,contw 
+0x629f 026949 rtn 
+:      026951 send_lmpext:
+0x62a0 026952 and pdata ,0x7f ,rega 
+0x62a1 026953 jam lmp_escape ,mem_lmp_to_send 
+0x62a2 026954 deposit queue 
+0x62a3 026955 call msg_send_lmp 
+0x62a4 026956 deposit rega 
+0x62a5 026957 istore 1 ,contw 
+0x62a6 026958 rtn 
+:      026960 send_lmp_follow:
+0x62a7 026961 fetch 1 ,mem_lmp_to_send 
+0x62a8 026962 lshift pdata ,pdata 
+0x62a9 026963 fetcht 1 ,mem_state_map 
+0x62aa 026964 isolate1 smap_lmptid ,temp 
+0x62ab 026965 setflag true ,0 ,pdata 
+0x62ac 026966 branch send_lmp_exit 
+:      026969 send_lmp_tid:
+0x62ad 026970 fetcht 1 ,mem_state_map 
+0x62ae 026971 and_into 1 ,temp 
+0x62af 026972 branch send_lmp_end 
+:      026974 send_lmp_reply:
+0x62b0 026975 force 0 ,temp 
+0x62b1 026976 branch send_lmp_end 
+:      026978 send_lmp_request:
+0x62b2 026979 force 1 ,temp 
+:      026980 send_lmp_end:
+0x62b3 026981 fetch 1 ,mem_lmp_to_send 
+0x62b4 026982 lshift pdata ,pdata 
+0x62b5 026983 setflag master ,0 ,pdata 
+0x62b6 026984 ixor temp ,pdata 
+:      026985 send_lmp_exit:
+0x62b7 026986 store 1 ,mem_lmo_header_opcode 
+0x62b8 026987 jam 0 ,mem_lmp_to_send 
+0x62b9 026988 call lmo_fifo_process_lmo0empty 
+0x62ba 026989 enable user 
+0x62bb 026990 rtn 
+:      026993 lmo_fifo_check:
+0x62bc 026994 fetch 1 ,mem_lmo_opcode2 
+0x62bd 026995 rtn blank 
+0x62be 026996 call lmo_fifo_process 
+0x62bf 026997 fetch 1 ,mem_lmo_opcode2 
+0x62c0 026998 rtn 
+:      027000 lmo_fifo_process:
+0x62c1 027001 bpatchx patch30_6 ,mem_patch30 
+0x62c2 027002 fetch 1 ,mem_lmp_to_send 
+0x62c3 027003 branch lmo_fifo_process_lmo0empty ,blank 
+0x62c4 027004 fetch 1 ,mem_lmo_opcode1 
+0x62c5 027005 nrtn blank 
+0x62c6 027006 branch lmo_fifo_process_lmo2to1 
+:      027007 lmo_fifo_process_lmo0empty:
+0x62c7 027008 fetch 1 ,mem_lmo_opcode1 
+0x62c8 027009 branch lmo_fifo_process_lmo1_empty ,blank 
+0x62c9 027010 fetch 3 ,mem_lmo_opcode1 
+0x62ca 027011 store 3 ,mem_lmp_to_send 
+0x62cb 027012 fetcht 1 ,mem_lmo_tid1 
+0x62cc 027013 fetch 1 ,mem_state_map 
+0x62cd 027014 set0 smap_lmptid ,pdata 
+0x62ce 027015 ior temp ,pdata 
+0x62cf 027016 store 1 ,mem_state_map 
+0x62d0 027017 jam 0 ,mem_lmo_opcode1 
+:      027018 lmo_fifo_process_lmo2to1:
+0x62d1 027019 fetch 1 ,mem_lmo_opcode2 
+0x62d2 027020 rtn blank 
+0x62d3 027021 fetch 4 ,mem_lmo_opcode2 
+0x62d4 027022 store 4 ,mem_lmo_opcode1 
+0x62d5 027023 jam 0 ,mem_lmo_opcode2 
+0x62d6 027024 rtn 
+:      027025 lmo_fifo_process_lmo1_empty:
+0x62d7 027026 fetch 1 ,mem_lmo_opcode2 
+0x62d8 027027 rtn blank 
+0x62d9 027028 fetch 3 ,mem_lmo_opcode2 
+0x62da 027029 store 3 ,mem_lmp_to_send 
+0x62db 027030 fetcht 1 ,mem_lmo_tid2 
+0x62dc 027031 fetch 1 ,mem_state_map 
+0x62dd 027032 set0 smap_lmptid ,pdata 
+0x62de 027033 ior temp ,pdata 
+0x62df 027034 store 1 ,mem_state_map 
+0x62e0 027035 jam 0 ,mem_lmo_opcode2 
+0x62e1 027036 rtn 
+:      027039 special_tid_store:
+0x62e2 027040 bpatchx patch30_7 ,mem_patch30 
+0x62e3 027041 fetch 1 ,mem_state_map 
+0x62e4 027042 copy pdata ,regc 
+0x62e5 027043 ifetch 1 ,temp 
+0x62e6 027044 call pop_tid_follow 
+0x62e7 027045 call send_lmp_follow 
+0x62e8 027046 copy regc ,pdata 
+0x62e9 027047 store 1 ,mem_state_map 
+0x62ea 027048 rtn 
+:      027050 tid_reply:
+0x62eb 027051 fetcht 1 ,mem_state_map 
+0x62ec 027052 set0 smap_lmptidinit ,temp 
+0x62ed 027053 storet 1 ,mem_state_map 
+0x62ee 027054 rtn 
+:      027056 tid_initiate:
+0x62ef 027057 fetcht 1 ,mem_state_map 
+0x62f0 027058 set1 smap_lmptidinit ,temp 
+0x62f1 027059 storet 1 ,mem_state_map 
+0x62f2 027060 rtn 
+:      027063 tid_check:
+0x62f3 027064 nsetflag master ,smap_lmptid ,pdata 
+0x62f4 027065 fetcht 1 ,mem_state_map 
+0x62f5 027066 ixor temp ,pdata 
+0x62f6 027067 isolate1 smap_lmptid ,pdata 
+0x62f7 027068 rtn 
+:      027071 tid_set_reply:
+0x62f8 027072 fetch 1 ,mem_state_map 
+0x62f9 027073 setflag master ,smap_lmptid ,pdata 
+0x62fa 027074 store 1 ,mem_state_map 
+0x62fb 027075 rtn 
+:      027078 check_localsm:
+0x62fc 027079 fetch 1 ,mem_sp_localsm 
+0x62fd 027080 compare local_statemachine ,pdata ,0x7f 
+0x62fe 027081 rtn 
+:      027082 setlocalsm_master:
+0x62ff 027083 fetch 1 ,mem_sp_localsm 
+0x6300 027084 set1 7 ,pdata 
+0x6301 027085 store 1 ,mem_sp_localsm 
+0x6302 027086 rtn 
+:      027087 setlocalsm_slave:
+0x6303 027088 fetch 1 ,mem_sp_localsm 
+0x6304 027089 set0 7 ,pdata 
+0x6305 027090 store 1 ,mem_sp_localsm 
+0x6306 027091 rtn 
+:      027092 check_localsm_master:
+0x6307 027093 fetch 1 ,mem_sp_localsm 
+0x6308 027094 isolate1 7 ,pdata 
+0x6309 027095 store 1 ,mem_sp_localsm 
+0x630a 027096 rtn 
+:      027098 generate_random_number:
+0x630b 027100 arg mem_random_number ,contw 
+:      027101 generate_random:
+0x630c 027102 force 16 ,loopcnt 
+:      027103 generate_random_another:
+:      027104 generate_random_loop:
+0x630d 027105 random pdata 
+0x630e 027106 istore 1 ,contw 
+0x630f 027107 loop generate_random_another 
+0x6310 027108 rtn 
+:      027110 generate_linkkey:
+0x6311 027111 call function_e21 
+0x6312 027112 arg mem_link_key ,rega 
+0x6313 027113 arg mem_input_store ,regb 
+0x6314 027114 ifetch 8 ,rega 
+0x6315 027115 fetcht 1 ,mem_state 
+0x6316 027116 nsetflag blank ,state_combkey ,temp 
+0x6317 027117 storet 1 ,mem_state 
+0x6318 027118 copy rega ,contw 
+0x6319 027119 call xor16 
+0x631a 027120 branch generate_linkkey_continue 
+:      027126 process_conn_sm:
+0x631b 027128 bpatchx patch31_0 ,mem_patch31 
+0x631c 027130 call lmo_fifo_check 
+0x631d 027131 nrtn blank 
+:      027132 process_conn_sm_continue:
+0x631e 027133 fetch 1 ,mem_conn_sm 
+0x631f 027134 rtn blank 
+0x6320 027138 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
+0x6321 027139 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
+0x6322 027140 beq conn_sm_send_features ,host_create_conn_send_features 
+0x6323 027141 beq conn_sm_wait_features_res ,host_create_conn_waiting 
+0x6324 027142 beq conn_sm_send_switch ,host_create_conn_send_switch 
+0x6325 027143 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
+0x6326 027144 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
+0x6327 027145 beq conn_sm_encrypt ,host_create_conn_encrypt 
+0x6328 027146 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
+0x6329 027147 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
+0x632a 027148 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
+0x632b 027149 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
+0x632c 027150 beq conn_sm_detach_delay ,host_create_conn_master_detach 
+0x632d 027151 beq conn_sm_send_version ,host_create_conn_send_version 
+0x632e 027152 beq conn_sm_wait_version ,host_create_conn_waiting 
+0x632f 027153 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
+0x6330 027154 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
+0x6331 027155 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
+0x6332 027156 beq conn_sm_pairing ,host_create_conn_pairing 
+0x6333 027157 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
+0x6334 027158 beq conn_sm_auth ,host_create_conn_auth 
+0x6335 027159 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
+0x6336 027160 beq conn_sm_done ,host_create_conn_done 
+0x6337 027161 beq conn_sm_wait_done ,host_create_conn_done_wait 
+0x6338 027162 jam conn_sm_standby ,mem_conn_sm 
+0x6339 027164 rtn 
+:      027165 host_create_conn_done:
+0x633a 027166 fetch 1 ,mem_lmp_conn_state 
+0x633b 027167 rtnbit0 received_setup_complete 
+0x633c 027168 rtnbit0 sent_setup_complete 
+0x633d 027169 jam conn_sm_standby ,mem_conn_sm 
+0x633e 027170 call host_conn_judge_encrypt 
+0x633f 027171 branch scheduler_start_upper_sm 
+:      027173 host_conn_judge_encrypt:
+0x6340 027174 fetch 1 ,mem_connection_options 
+0x6341 027175 rtnbit0 connection_encrypt 
+0x6342 027176 jam conn_sm_encrypt_wait ,mem_conn_sm 
+0x6343 027177 rtn 
+:      027179 host_create_conn_done_wait:
+0x6344 027180 arg enpt_delay_timer ,queue 
+0x6345 027181 call timer_check 
+0x6346 027182 nrtn blank 
+0x6347 027183 jam conn_sm_done ,mem_conn_sm 
+0x6348 027184 rtn 
+:      027186 host_create_conn_auth:
+0x6349 027187 fetch 1 ,mem_connection_options 
+0x634a 027188 set0 connection_auth ,pdata 
+0x634b 027189 store 1 ,mem_connection_options 
+0x634c 027190 jam conn_sm_auth_wait ,mem_conn_sm 
+0x634d 027191 jam lmp_au_rand ,mem_lmo_opcode2 
+0x634e 027192 rtn 
+:      027193 host_create_conn_auth_wait:
+0x634f 027194 rtn 
+:      027195 host_create_conn_pairing:
+0x6350 027196 fetch 1 ,mem_pincode_state 
+0x6351 027197 rtnne pincode_state_pincode_ready 
+0x6352 027198 call host_auth 
+0x6353 027199 jam conn_sm_pairing_wait ,mem_conn_sm 
+0x6354 027200 rtn 
+:      027202 host_create_conn_pairing_wait:
+0x6355 027203 rtn 
+:      027204 host_creat_conn_send_feat_ext:
+0x6356 027205 jam conn_sm_wait_features_ext ,mem_conn_sm 
+0x6357 027206 jam lmp_ext_features_req ,mem_lmo_opcode2 
+0x6358 027207 rtn 
+:      027208 host_create_conn_send_version:
+0x6359 027209 jam conn_sm_wait_version ,mem_conn_sm 
+0x635a 027210 jam lmp_version_req ,mem_lmo_opcode2 
+0x635b 027211 rtn 
+:      027213 host_creat_conn_wait_switch:
+0x635c 027214 fetch 1 ,mem_switch_flag 
+0x635d 027215 rtneq switch_flag_init 
+0x635e 027216 beq switch_flag_accept ,host_create_conn_switch_accept 
+0x635f 027217 arg switch_wait_timer ,queue 
+0x6360 027218 call timer_check 
+0x6361 027219 nrtn blank 
+0x6362 027220 jam switch_flag_init ,mem_switch_flag 
+0x6363 027221 branch host_create_conn_switch 
+:      027222 host_create_conn_switch_accept:
+0x6364 027223 rtn master 
+0x6365 027224 branch host_create_conn_auth_pair 
+:      027226 host_create_conn_send_features:
+0x6366 027227 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x6367 027228 jam lmp_features_req ,mem_lmo_opcode2 
+0x6368 027229 rtn 
+:      027230 host_create_conn_send_switch:
+0x6369 027231 jam lmp_switch_req ,mem_lmo_opcode2 
+0x636a 027232 set1 mark_switch_initiated ,mark 
+0x636b 027233 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x636c 027234 setarg 0x1ff 
+0x636d 027235 store 2 ,mem_soft_timer 
+0x636e 027236 rtn 
+:      027237 host_create_conn_send_conn_req:
+0x636f 027238 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x6370 027239 jam 0xff ,mem_soft_timer 
+0x6371 027240 set0 mark_reconn_recieve_switch ,mark 
+0x6372 027241 jam lmp_host_connection_req ,mem_lmo_opcode2 
+0x6373 027242 branch init_lmp_reinit 
+:      027243 host_create_conn_wait_accept:
+0x6374 027244 rtnmark1 mark_reconn_recieve_switch 
+0x6375 027245 fetch 2 ,mem_soft_timer 
+0x6376 027246 sub pdata ,1 ,pdata 
+0x6377 027247 branch host_create_conn_resend ,zero 
+0x6378 027248 store 2 ,mem_soft_timer 
+0x6379 027249 rtn 
+:      027250 host_create_conn_resend:
+0x637a 027251 jam conn_sm_send_switch ,mem_conn_sm 
+0x637b 027252 rtn 
+:      027253 host_create_conn_waiting:
+0x637c 027255 rtn 
+:      027257 host_create_conn_switch:
+0x637d 027258 fetch 1 ,mem_lmp_conn_state 
+0x637e 027259 rtnbit0 sent_setup_complete 
+0x637f 027260 rtnbit0 received_setup_complete 
+0x6380 027261 fetch 1 ,mem_connection_options 
+0x6381 027262 set0 connection_switch ,pdata 
+0x6382 027263 store 1 ,mem_connection_options 
+0x6383 027264 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6384 027265 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
+0x6385 027266 rtn 
+:      027268 host_create_conn_send_setup_complete:
+0x6386 027269 jam conn_sm_wait_setup_complete ,mem_conn_sm 
+0x6387 027270 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x6388 027271 rtn 
+:      027273 host_create_conn_wait_setup_complete:
+0x6389 027274 fetch 1 ,mem_lmp_conn_state 
+0x638a 027275 rtnbit0 received_setup_complete 
+0x638b 027276 jam conn_sm_standby ,mem_conn_sm 
+0x638c 027278 rtn 
+:      027279 host_create_conn_wait_setup_complete_rtn:
+0x638d 027280 jam conn_sm_auth_pair ,mem_conn_sm 
+0x638e 027281 rtn 
+:      027283 host_create_conn_master_detach:
+0x638f 027284 fetch 1 ,mem_soft_timer 
+0x6390 027285 increase -1 ,pdata 
+0x6391 027286 branch host_create_conn_send_detach ,blank 
+0x6392 027287 store 1 ,mem_soft_timer 
+0x6393 027288 rtn 
+:      027289 host_create_conn_send_detach:
+0x6394 027290 jam lmp_detach ,mem_lmo_opcode2 
+0x6395 027291 jam local_host ,mem_disconn_reason_send 
+0x6396 027292 jam 0 ,mem_conn_sm 
+0x6397 027293 rtn 
+:      027294 host_create_conn_auth_pair:
+0x6398 027296 fetch 1 ,mem_connection_options 
+0x6399 027297 bbit1 connection_switch ,host_create_conn_switch 
+0x639a 027298 bbit1 connection_auth ,host_create_conn_auth_pair_true 
+:      027299 host_create_conn_sm_done:
+0x639b 027300 jam conn_sm_done ,mem_conn_sm 
+0x639c 027301 rtn 
+:      027302 host_create_conn_auth_pair_true:
+0x639d 027303 fetch 1 ,mem_link_key_exists 
+0x639e 027304 branch host_create_conn_auth_pair_nokey ,blank 
+0x639f 027305 fetch 1 ,mem_lmp_conn_state 
+0x63a0 027306 rtnbit0 sent_setup_complete 
+0x63a1 027307 rtnbit0 received_setup_complete 
+0x63a2 027308 fetch 4 ,mem_aurand_send_delay_time 
+0x63a3 027309 arg 100 ,temp 
+0x63a4 027310 iadd temp ,temp 
+0x63a5 027311 copy clkn_bt ,pdata 
+0x63a6 027312 isub temp ,null 
+0x63a7 027313 nrtn positive 
+0x63a8 027314 branch host_create_conn_auth 
+:      027318 host_create_conn_auth_pair_nokey:
+0x63a9 027319 jam conn_sm_pairing ,mem_conn_sm 
+0x63aa 027320 jam 4 ,mem_pin_length 
+0x63ab 027321 setarg 0x3030 
+0x63ac 027322 store 2 ,mem_pin 
+0x63ad 027323 istore 2 ,contw 
+0x63ae 027324 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x63af 027325 branch host_create_conn_pairing 
+:      027327 host_create_conn_auth_pair_wait:
+0x63b0 027328 rtn 
+:      027329 host_create_conn_encrypt:
+0x63b1 027330 fetch 1 ,mem_connection_options 
+0x63b2 027331 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
+0x63b3 027332 jam conn_sm_done ,mem_conn_sm 
+0x63b4 027333 rtn 
+:      027335 host_create_conn_encrypt_start:
+0x63b5 027336 fetch 1 ,mem_connection_options 
+0x63b6 027337 set0 connection_encrypt ,pdata 
+0x63b7 027338 store 1 ,mem_connection_options 
+0x63b8 027339 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x63b9 027340 rtn 
+:      027342 host_create_conn_encrypt_wait:
+0x63ba 027343 fetch 1 ,mem_wait_encryption 
+0x63bb 027344 rtn blank 
+0x63bc 027345 jam conn_sm_standby ,mem_conn_sm 
+0x63bd 027346 branch host_create_conn_encrypt_start 
+:      027348 host_create_conn_encrypt_wait_clear:
+0x63be 027349 jam conn_sm_send_setup_complete ,mem_conn_sm 
+0x63bf 027350 rtn 
+:      027352 host_auth:
+0x63c0 027353 fetch 1 ,mem_op 
+0x63c1 027354 bbit1 op_inrand_req ,remote_auth 
+0x63c2 027355 call tid_initiate 
+0x63c3 027356 jam lmp_in_rand ,mem_lmo_opcode2 
+0x63c4 027357 branch cmd_exit 
+:      027358 remote_auth:
+0x63c5 027359 fetch 1 ,mem_op 
+0x63c6 027360 set0 op_inrand_req ,pdata 
+0x63c7 027361 store 1 ,mem_op 
+0x63c8 027362 call lmp_accept_inrand 
+0x63c9 027363 call tid_set_reply 
+0x63ca 027364 branch cmd_exit 
+:      027366 pincode_reinit:
+0x63cb 027367 setarg 4 
+0x63cc 027368 store 1 ,mem_pin_length 
+0x63cd 027369 setarg 0x3030 
+0x63ce 027370 istore 2 ,contw 
+0x63cf 027371 istore 2 ,contw 
+0x63d0 027372 rtn 
+:      027378 twspi_reset:
+0x63d1 027379 bpatchx patch31_4 ,mem_patch31 
+0x63d2 027380 hfetch 1 ,core_gpio_oe3 
+0x63d3 027381 arg 0x06 ,temp 
+0x63d4 027382 ior temp ,pdata 
+0x63d5 027383 hstore 1 ,core_gpio_oe3 
+0x63d6 027384 hfetch 1 ,core_gpio_out3 
+0x63d7 027385 ior temp ,pdata 
+0x63d8 027386 hstore 1 ,core_gpio_out3 
+0x63d9 027387 call twspi_disable 
+0x63da 027388 hfetch 1 ,core_gpio_out3 
+0x63db 027389 set0 1 ,pdata 
+0x63dc 027390 set0 2 ,pdata 
+0x63dd 027391 hstore 1 ,core_gpio_out3 
+0x63de 027392 nop 30 
+0x63df 027393 branch twspi_enable 
+:      027395 twspi_reset2:
+0x63e0 027396 hfetch 1 ,core_gpio_oe3 
+0x63e1 027397 arg 0xc0 ,temp 
+0x63e2 027398 ior temp ,pdata 
+0x63e3 027399 hstore 1 ,core_gpio_oe3 
+0x63e4 027400 hfetch 1 ,core_gpio_out3 
+0x63e5 027401 ior temp ,pdata 
+0x63e6 027402 hstore 1 ,core_gpio_out3 
+0x63e7 027403 call twspi_disable 
+0x63e8 027404 hfetch 1 ,core_gpio_out3 
+0x63e9 027405 set0 6 ,pdata 
+0x63ea 027406 set0 7 ,pdata 
+0x63eb 027407 hstore 1 ,core_gpio_out3 
+0x63ec 027408 nop 30 
+0x63ed 027409 branch twspi_enable2 
+:      027411 twspi_disable:
+0x63ee 027412 hfetch 1 ,core_gpio_sel1 
+0x63ef 027413 and pdata ,0xfc ,pdata 
+0x63f0 027414 hstore 1 ,core_gpio_sel1 
+0x63f1 027415 rtn 
+:      027416 twspi_enable:
+0x63f2 027417 hfetch 1 ,core_gpio_sel1 
+0x63f3 027418 or pdata ,0x01 ,pdata 
+0x63f4 027419 hstore 1 ,core_gpio_sel1 
+0x63f5 027420 rtn 
+:      027421 twspi_enable2:
+0x63f6 027422 hfetch 1 ,core_gpio_sel1 
+0x63f7 027423 or pdata ,0x03 ,pdata 
+0x63f8 027424 set0 4 ,pdata 
+0x63f9 027425 hstore 1 ,core_gpio_sel1 
+0x63fa 027426 rtn 
+:      027430 sensor_read:
+0x63fb 027431 copy pdata ,regb 
+0x63fc 027432 call spi_ncs_enable 
+0x63fd 027433 nop 100 
+0x63fe 027434 copy regb ,pdata 
+0x63ff 027435 call twspi_read 
+0x6400 027436 copy pdata ,regb 
+0x6401 027437 call spi_ncs_disable 
+0x6402 027438 nop 100 
+0x6403 027439 copy regb ,pdata 
+0x6404 027440 rtn 
+:      027442 sensor_write:
+0x6405 027443 copy pdata ,regb 
+0x6406 027444 call spi_ncs_enable 
+0x6407 027445 nop 100 
+0x6408 027446 copy regb ,pdata 
+0x6409 027447 call twspi_write 
+0x640a 027448 call spi_ncs_disable 
+0x640b 027449 nop 100 
+0x640c 027450 rtn 
+:      027453 spi_ncs_gpio_init:
+0x640d 027454 fetcht 1 ,mem_spi_ncs_gpio 
+0x640e 027455 branch gpio_config_output 
+:      027458 spi_ncs_enable:
+0x640f 027459 fetcht 1 ,mem_spi_ncs_gpio 
+0x6410 027460 branch gpio_out_active 
+:      027463 spi_ncs_disable:
+0x6411 027464 fetcht 1 ,mem_spi_ncs_gpio 
+0x6412 027465 branch gpio_out_inactive 
+:      027468 twspi_write:
+0x6413 027469 branch spid_write_reg 
+:      027471 twspi_read:
+0x6414 027472 branch spid_read_reg 
+:      027479 read_function_aes:
+0x6415 027480 nbranch read_function ,user 
+0x6416 027481 hfetch 1 ,core_gpio_key2 
+0x6417 027482 or_into 0x2 ,pdata 
+0x6418 027483 hstore 1 ,core_gpio_key2 
+:      027484 read_function:
+0x6419 027485 copy temp ,null 
+0x641a 027486 branch read_fuction_zero ,zero 
+0x641b 027487 copy regc ,pc 
+:      027488 read_fuction_zero:
+0x641c 027489 isolate0 0 ,null 
+0x641d 027490 branch set_ucode_status 
+:      027493 get_block_header:
+0x641e 027494 force 4 ,temp 
+:      027495 get_block_header0:
+0x641f 027496 arg mem_ucode_buf ,rega 
+0x6420 027497 hfetch 1 ,core_gpio_key2 
+0x6421 027498 and_into 0xfd ,pdata 
+0x6422 027499 hstore 1 ,core_gpio_key2 
+0x6423 027500 call read_function 
+0x6424 027501 arg 0x55aa ,rega 
+0x6425 027502 fetch 2 ,mem_ucode_buf 
+0x6426 027503 ifetcht 2 ,contr 
+0x6427 027504 isub rega ,null 
+0x6428 027505 rtn 
+:      027507 read_first_block:
+0x6429 027508 arg 2 ,temp 
+0x642a 027509 arg mem_ucode_ptr ,rega 
+0x642b 027510 call read_function 
+0x642c 027511 fetch 2 ,mem_ucode_ptr 
+0x642d 027512 store 2 ,mem_addr_mi 
+0x642e 027513 call get_iv ,user 
+0x642f 027514 rtn 
+:      027516 get_iv:
+0x6430 027517 arg 16 ,temp 
+0x6431 027518 arg mem_ucode_keybuf ,rega 
+0x6432 027519 hfetch 1 ,core_gpio_key2 
+0x6433 027520 and_into 0xfd ,pdata 
+0x6434 027521 hstore 1 ,core_gpio_key2 
+0x6435 027522 call read_function 
+0x6436 027523 arg mem_ucode_keybuf ,contr 
+0x6437 027524 arg 16 ,loopcnt 
+0x6438 027525 call aes_load_data 
+0x6439 027526 call aes_init 
+0x643a 027527 call aes_clear_data 
+0x643b 027528 branch do_aes_cbc 
+:      027530 load_storage:
+0x643c 027531 disable match 
+0x643d 027532 call get_block_header 
+0x643e 027533 nrtn zero 
+0x643f 027534 enable match 
+0x6440 027535 jam 0x80 ,core_ucode_ctrl 
+0x6441 027536 jam 0 ,core_ucode_hi 
+0x6442 027537 jam 0 ,core_ucode_low 
+0x6443 027538 arg core_ucode_data ,rega 
+0x6444 027539 call read_function_aes 
+0x6445 027540 jam 0x0 ,core_ucode_ctrl 
+:      027541 load_storage_loop:
+0x6446 027542 arg 6 ,temp 
+0x6447 027543 call get_block_header0 
+0x6448 027544 nrtn zero 
+0x6449 027545 ifetch 2 ,contr 
+0x644a 027546 iforce rega 
+0x644b 027547 call read_function 
+0x644c 027548 branch load_storage_loop 
+:      027552 reload_eeprom:
+0x644d 027553 call clean_mem 
+0x644e 027554 setarg 0x1000 
+0x644f 027555 store 2 ,mem_addr_mi 
+0x6450 027556 arg iicd_read_eep ,regc 
+0x6451 027557 arg 2 ,loopcnt 
+:      027558 reload_eeprom_loop:
+0x6452 027559 call get_block_header 
+0x6453 027560 nrtn zero 
+0x6454 027561 fetch 2 ,mem_addr_mi 
+0x6455 027562 byteswap pdata ,pdata 
+0x6456 027563 iadd temp ,pdata 
+0x6457 027564 byteswap pdata ,pdata 
+0x6458 027565 store 2 ,mem_addr_mi 
+0x6459 027566 loop reload_eeprom_loop 
+0x645a 027567 branch load_storage_loop 
+:      027569 loadcode:
+0x645b 027570 call clean_mem 
+0x645c 027571 disable user 
+0x645d 027572 call otp_enable_chgpump 
+0x645e 027573 setarg otp_ucode_flag 
+0x645f 027574 arg mem_otp_ucode_flag ,rega 
+0x6460 027575 arg 2 ,temp 
+0x6461 027576 call otpd_read_data 
+0x6462 027577 fetch 2 ,mem_otp_ucode_flag 
+0x6463 027578 bbit0 otp_uflag_aes ,loadcode_otp 
+0x6464 027579 jam 0x25 ,core_clkoff 
+0x6465 027580 setarg otp_ucode_aeskey 
+0x6466 027581 arg mem_ucode_keybuf ,rega 
+0x6467 027582 arg 16 ,temp 
+0x6468 027583 call otpd_read_data 
+0x6469 027584 jam lock_otp ,core_misc_ctrl 
+0x646a 027585 set1 mark_otp_encrypt ,mark 
+0x646b 027586 arg mem_ucode_keybuf ,contr 
+0x646c 027587 call load_key 
+0x646d 027588 enable user 
+:      027589 loadcode_otp:
+0x646e 027590 jam 0 ,mem_loadcode_times 
+:      027591 loadcode_otp_2:
+0x646f 027592 call loadcode_check_times 
+0x6470 027593 fetch 2 ,mem_otp_ucode_flag 
+0x6471 027594 byteswap pdata ,pdata 
+0x6472 027595 arg 0x7ff ,temp 
+0x6473 027596 iand temp ,pdata 
+0x6474 027597 branch loadcode_iic ,zero 
+0x6475 027598 call otp_set_addr 
+0x6476 027599 arg otpd_read_code ,regc 
+0x6477 027600 call get_iv ,user 
+0x6478 027601 call load_storage 
+0x6479 027602 fetch 1 ,mem_ucode_status 
+0x647a 027603 bbit0 0 ,loadcode_otp_2 
+:      027605 loadcode_iic:
+0x647b 027606 call otp_disable_chgpump 
+0x647c 027607 jam 0 ,mem_loadcode_times 
+:      027608 loadcode_iic_2:
+0x647d 027609 call loadcode_check_times 
+0x647e 027610 call clear_eeprom_size_2k 
+0x647f 027611 fetch 1 ,mem_otp_ucode_flag 
+0x6480 027612 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6481 027613 call loadcode_iic_by_eeprom 
+0x6482 027614 nbranch loadcode_iic_eeprom_2k ,match 
+0x6483 027615 fetch 1 ,mem_ucode_status 
+0x6484 027616 bbit0 0 ,loadcode_iic_2 
+0x6485 027617 branch loadcode_hci 
+:      027618 loadcode_iic_eeprom_2k:
+0x6486 027619 call set_eeprom_size_2k 
+0x6487 027620 fetch 1 ,mem_otp_ucode_flag 
+0x6488 027621 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6489 027622 call loadcode_iic_by_eeprom 
+0x648a 027623 nbranch loadcode_spi ,match 
+0x648b 027624 fetch 1 ,mem_ucode_status 
+0x648c 027625 bbit0 0 ,loadcode_iic_2 
+0x648d 027626 branch loadcode_hci 
+:      027628 loadcode_spi:
+0x648e 027629 jam 0 ,mem_loadcode_times 
+:      027630 loadcode_spi_2:
+0x648f 027631 call loadcode_check_times 
+0x6490 027632 fetch 1 ,mem_otp_ucode_flag 
+0x6491 027633 bbit1 otp_uflag_skip_flash ,loadcode_hci 
+0x6492 027634 setarg 0x0 
+0x6493 027635 store 3 ,mem_addr_hi 
+0x6494 027636 call spid_init_flash 
+0x6495 027637 arg spid_load_flash ,regc 
+0x6496 027638 call read_first_block 
+0x6497 027639 call load_storage 
+0x6498 027640 nbranch loadcode_hci ,match 
+0x6499 027641 fetch 1 ,mem_ucode_status 
+0x649a 027642 bbit0 0 ,loadcode_spi_2 
+:      027644 loadcode_hci:
+0x649b 027645 bmark1 mark_otp_encrypt ,loadcode_hci_enc 
+0x649c 027646 call clear_key_buf 
+:      027647 loadcode_hci_enc:
+0x649d 027648 fetch 1 ,mem_otp_ucode_flag 
+0x649e 027649 bbit0 otp_uflag_hci ,clear_key_buf 
+0x649f 027650 jam 0x21 ,core_clkoff 
+0x64a0 027651 call hci_init 
+:      027652 loadcode_hci_loop:
+0x64a1 027653 call hci_rx_packet 
+0x64a2 027654 branch loadcode_hci_loop 
+:      027656 clear_key_buf:
+0x64a3 027657 setarg 0 
+0x64a4 027658 store 8 ,mem_ucode_keybuf 
+0x64a5 027659 store 8 ,mem_ucode_keybuf + 8 
+0x64a6 027660 force regidx_key ,regext_index 
+0x64a7 027661 call aes_clear 
+0x64a8 027662 jam 0x21 ,core_clkoff 
+0x64a9 027663 rtn 
+:      027666 loadcode_iic_by_eeprom:
+0x64aa 027667 setarg 0x0 
+0x64ab 027668 store 2 ,mem_addr_mi 
+0x64ac 027669 arg iicd_read_eep ,regc 
+0x64ad 027670 call iicd_init_12m 
+0x64ae 027671 call read_first_block 
+0x64af 027672 branch load_storage 
+:      027675 loadcode_check_times:
+0x64b0 027676 fetch 1 ,mem_loadcode_times 
+0x64b1 027677 increase 1 ,pdata 
+0x64b2 027678 sub pdata ,3 ,null 
+0x64b3 027679 nbranch loadcode_error ,positive 
+0x64b4 027680 store 1 ,mem_loadcode_times 
+0x64b5 027681 rtn 
+:      027683 loadcode_error:
+0x64b6 027684 call clear_key_buf 
+0x64b7 027685 call ice_break 
+0x64b8 027686 rtn 
+:      027690 set_ucode_status:
+0x64b9 027691 fetch 1 ,mem_ucode_status 
+0x64ba 027692 lshift pdata ,pdata 
+0x64bb 027693 setflag true ,0 ,pdata 
+0x64bc 027694 isolate0 15 ,rega 
+0x64bd 027695 rtn true 
+0x64be 027696 store 1 ,mem_ucode_status 
+0x64bf 027697 rtn 
+:      027700 decrypt_code:
+0x64c0 027701 hfetch 1 ,core_gpio_key2 
+0x64c1 027702 rtnbit0 1 
+0x64c2 027703 branch decrypt_code_skip 
+:      027704 decrypt_code_loop:
+0x64c3 027705 hfetch 1 ,core_dma_status 
+0x64c4 027706 qisolate1 pdata 
+0x64c5 027707 rtn true 
+:      027708 decrypt_code_skip:
+0x64c6 027709 hfetch 1 ,core_misc_status 
+0x64c7 027710 bbit0 1 ,decrypt_code_loop 
+0x64c8 027711 call do_aes_cbc 
+0x64c9 027712 branch decrypt_code_loop 
+:      027716 load_ucode:
+0x64ca 027717 fetch 2 ,mem_patch_ptr 
+0x64cb 027718 rtn blank 
+0x64cc 027719 jam 0x80 ,core_ucode_ctrl 
+0x64cd 027720 jam 0 ,core_ucode_hi 
+0x64ce 027721 jam 0 ,core_ucode_low 
+0x64cf 027722 fetcht 2 ,mem_patch_len 
+0x64d0 027723 lshift2 temp ,loopcnt 
+0x64d1 027724 iforce contr 
+:      027725 load_ucode_loop:
+0x64d2 027726 ifetch 1 ,contr 
+0x64d3 027727 hstore 1 ,core_ucode_data 
+0x64d4 027728 loop load_ucode_loop 
+0x64d5 027729 jam 0x0 ,core_ucode_ctrl 
+0x64d6 027730 rtn 
+:      027735 spid_init:
+0x64d7 027736 bpatchx patch31_5 ,mem_patch31 
+0x64d8 027737 call spid_init_common 
+0x64d9 027738 branch twspi_enable 
+:      027740 spid_init2:
+0x64da 027741 call spid_init_common 
+0x64db 027742 call twspi_disable 
+0x64dc 027743 branch twspi_enable2 
+:      027745 spid_init_common:
+0x64dd 027746 fetch 1 ,mem_spi_init_clk 
+0x64de 027747 hstore 1 ,core_spid_ctrl 
+0x64df 027748 fetch 1 ,mem_spi_init_delay_time 
+0x64e0 027749 hstore 1 ,core_spid_delay 
+0x64e1 027750 setarg mem_spid_tbuf 
+0x64e2 027751 hstore 2 ,core_spid_txaddr 
+0x64e3 027752 setarg mem_spid_rbuf 
+0x64e4 027753 hstore 2 ,core_spid_rxaddr 
+0x64e5 027754 branch twspi_disable 
+:      027756 spid_reset:
+0x64e6 027757 hfetch 1 ,core_spid_ctrl 
+0x64e7 027758 set1 7 ,pdata 
+0x64e8 027759 hstore 1 ,core_spid_ctrl 
+0x64e9 027760 set0 7 ,pdata 
+0x64ea 027761 hstore 1 ,core_spid_ctrl 
+0x64eb 027762 rtn 
+:      027766 spid_write_reg:
+0x64ec 027767 set1 7 ,pdata 
+0x64ed 027768 store 2 ,mem_spid_tbuf 
+0x64ee 027769 bpatchx patch31_6 ,mem_patch31 
+0x64ef 027770 jam 2 ,core_spid_txlen 
+0x64f0 027771 jam 0 ,core_spid_rxlen 
+0x64f1 027772 jam spid_start ,core_misc_ctrl 
+0x64f2 027773 branch wait_spid_done 
+:      027776 spid_read_reg:
+0x64f3 027777 force 1 ,temp 
+:      027779 spid_read_regs:
+0x64f4 027781 store 1 ,mem_spid_tbuf 
+0x64f5 027782 bpatchx patch31_7 ,mem_patch31 
+0x64f6 027783 jam 1 ,core_spid_txlen 
+0x64f7 027784 hstoret 2 ,core_spid_rxlen 
+0x64f8 027785 jam spid_start ,core_misc_ctrl 
+0x64f9 027786 call wait_spid_done 
+0x64fa 027787 fetch 1 ,mem_spid_rbuf 
+0x64fb 027788 rtn 
+:      027790 wait_spid_done:
+0x64fc 027791 fetch 2 ,mem_afh_error_total 
+0x64fd 027792 increase 1 ,pdata 
+0x64fe 027793 store 2 ,mem_afh_error_total 
+0x64ff 027794 hfetch 1 ,core_dma_status 
+0x6500 027795 bbit0 spid_done ,wait_spid_done 
+0x6501 027796 rtn 
+:      027798 spid_init_flash:
+0x6502 027799 jam 0x40 ,core_spid_ctrl 
+0x6503 027800 jam 0x0 ,core_spid_delay 
+0x6504 027801 hfetch 1 ,core_gpio_sel1 
+0x6505 027802 set0 0 ,pdata 
+0x6506 027803 set1 1 ,pdata 
+0x6507 027804 hstore 1 ,core_gpio_sel1 
+0x6508 027805 setarg 0 
+0x6509 027806 store 4 ,mem_spid_tbuf 
+0x650a 027807 rtn 
+:      027810 spid_unlock_flash:
+0x650b 027811 setarg 0 
+0x650c 027812 hstore 2 ,core_spid_rxlen 
+0x650d 027813 setarg 1 
+0x650e 027814 hstore 2 ,core_spid_txlen 
+0x650f 027815 setarg mem_spid_tbuf 
+0x6510 027816 hstore 2 ,core_spid_txaddr 
+0x6511 027817 jam 6 ,mem_spid_tbuf 
+0x6512 027818 jam spid_start ,core_misc_ctrl 
+0x6513 027819 branch wait_spid_done 
+:      027834 flash_write:
+0x6514 027835 disable user 
+0x6515 027836 copy pdata ,regb 
+0x6516 027837 fetch 1 ,mem_spi_write_flash_sm 
+0x6517 027838 rtnne flash_sm_no_buys 
+0x6518 027839 enable user 
+0x6519 027840 copy regb ,pdata 
+0x651a 027841 branch flash_write_start 
+:      027844 flash_write_spi_sm_timer:
+0x651b 027845 fetch 1 ,mem_spi_write_flash_sm 
+0x651c 027846 beq flash_sm_start ,flash_write_start 
+0x651d 027847 beq flash_sm_erase_sector ,flash_erase_sector 
+0x651e 027848 beq flash_sm_wait_erase_sector ,flash_wait_erase_sector 
+0x651f 027849 beq flash_sm_write_data ,flash_write_data 
+0x6520 027850 beq flash_sm_wait_write_data ,flash_wait_write_data 
+0x6521 027851 rtn 
+:      027853 flash_write_start:
+0x6522 027854 store 3 ,mem_spi_write_addr 
+0x6523 027855 copy rega ,pdata 
+0x6524 027856 store 2 ,mem_spi_write_ptr 
+0x6525 027857 storet 2 ,mem_spi_write_len 
+0x6526 027858 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+0x6527 027859 branch spid_init_flash 
+:      027860 flash_erase_sector:
+0x6528 027861 call spid_init_flash 
+0x6529 027862 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+0x652a 027863 call spid_unlock_flash 
+0x652b 027864 arg mem_spid_tbuf ,rega 
+0x652c 027865 fetch 3 ,mem_spi_write_addr 
+0x652d 027866 jam 4 ,core_spid_txlen 
+0x652e 027867 arg flash_command_sector_erase ,temp 
+0x652f 027868 branch spid_write_flash_common 
+:      027870 flash_wait_erase_sector:
+0x6530 027871 call spid_init_flash 
+0x6531 027872 call spid_unlock_flash 
+0x6532 027873 setarg flash_read_satus 
+0x6533 027874 call spid_read_reg 
+0x6534 027875 rtnbit1 flash_status_wip 
+0x6535 027876 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+0x6536 027877 rtn 
+:      027878 flash_write_data:
+0x6537 027879 call spid_init_flash 
+0x6538 027880 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+0x6539 027881 call spid_unlock_flash 
+0x653a 027882 call flash_data_preserve 
+0x653b 027883 call spid_write_flash 
+0x653c 027884 branch flash_data_recover 
+:      027885 flash_wait_write_data:
+0x653d 027886 call spid_init_flash 
+0x653e 027887 call spid_unlock_flash 
+0x653f 027888 setarg flash_read_satus 
+0x6540 027889 call spid_read_reg 
+0x6541 027890 rtnbit1 flash_status_wip 
+0x6542 027891 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+0x6543 027892 fetch 2 ,mem_cb_spi_flash_write_complate 
+0x6544 027893 branch callback_func 
+:      027894 flash_data_recover:
+0x6545 027895 fetch 4 ,mem_temp 
+0x6546 027896 fetcht 2 ,mem_spi_write_ptr 
+0x6547 027897 increase -4 ,temp 
+0x6548 027898 istore 4 ,temp 
+0x6549 027899 rtn 
+:      027900 flash_data_preserve:
+0x654a 027901 fetcht 2 ,mem_spi_write_ptr 
+0x654b 027902 copy temp ,rega 
+0x654c 027903 increase -4 ,temp 
+0x654d 027904 ifetch 4 ,temp 
+0x654e 027905 store 4 ,mem_temp 
+0x654f 027906 fetcht 2 ,mem_spi_write_len 
+0x6550 027907 fetch 3 ,mem_spi_write_addr 
+0x6551 027908 rtn 
+:      027912 spid_write_flash:
+0x6552 027913 increase 4 ,temp 
+0x6553 027914 hstoret 2 ,core_spid_txlen 
+0x6554 027915 arg flash_command_write_data ,temp 
+0x6555 027916 increase -4 ,rega 
+:      027917 spid_write_flash_common:
+0x6556 027919 istoret 1 ,rega 
+0x6557 027920 rshift16 pdata ,temp 
+0x6558 027921 istoret 1 ,contw 
+0x6559 027922 rshift8 pdata ,temp 
+0x655a 027923 istoret 1 ,contw 
+0x655b 027924 istore 1 ,contw 
+0x655c 027925 deposit rega 
+0x655d 027926 hstore 2 ,core_spid_txaddr 
+0x655e 027927 setarg 0 
+0x655f 027928 hstore 2 ,core_spid_rxlen 
+0x6560 027929 jam spid_start ,core_misc_ctrl 
+0x6561 027930 branch wait_spid_done 
+:      027934 spid_read_flash:
+0x6562 027935 hstoret 2 ,core_spid_rxlen 
+0x6563 027936 rshift16 pdata ,temp 
+0x6564 027937 storet 1 ,mem_addr_hi 
+0x6565 027938 rshift8 pdata ,temp 
+0x6566 027939 storet 1 ,mem_addr_mi 
+0x6567 027940 store 1 ,mem_addr_lo 
+0x6568 027941 setarg 4 
+0x6569 027942 hstore 2 ,core_spid_txlen 
+0x656a 027943 jam flash_command_read_data ,mem_spid_tbuf 
+0x656b 027944 setarg mem_spid_tbuf 
+0x656c 027945 hstore 2 ,core_spid_txaddr 
+0x656d 027946 deposit rega 
+0x656e 027947 hstore 2 ,core_spid_rxaddr 
+0x656f 027948 hfetch 1 ,core_spid_ctrl 
+0x6570 027949 isolate0 15 ,rega 
+0x6571 027950 setflag true ,6 ,pdata 
+0x6572 027951 hstore 1 ,core_spid_ctrl 
+0x6573 027952 jam spid_start ,core_misc_ctrl 
+:      027953 spi_read_flash_wait:
+0x6574 027954 hfetch 1 ,core_dma_status 
+0x6575 027955 bbit1 7 ,spi_read_flash_wait 
+0x6576 027956 arg spid_done ,queue 
+0x6577 027957 branch wait_spid_done 
+:      027961 spid_load_flash:
+0x6578 027962 hstoret 2 ,core_spid_rxlen 
+0x6579 027963 setarg 4 
+0x657a 027964 hstore 2 ,core_spid_txlen 
+0x657b 027965 jam 3 ,mem_spid_tbuf 
+0x657c 027966 setarg mem_spid_tbuf 
+0x657d 027967 hstore 2 ,core_spid_txaddr 
+0x657e 027968 deposit rega 
+0x657f 027969 hstore 2 ,core_spid_rxaddr 
+0x6580 027970 hfetch 1 ,core_spid_ctrl 
+0x6581 027971 isolate0 15 ,rega 
+0x6582 027972 setflag true ,6 ,pdata 
+0x6583 027973 hstore 1 ,core_spid_ctrl 
+0x6584 027974 jam spid_start ,core_misc_ctrl 
+:      027975 spi_load_flash_wait:
+0x6585 027976 hfetch 1 ,core_dma_status 
+0x6586 027977 bbit1 7 ,spi_load_flash_wait 
+0x6587 027978 arg spid_done ,queue 
+0x6588 027979 call decrypt_code 
+0x6589 027980 call wait_spid_done 
+0x658a 027981 isolate1 spid_crcok ,pdata 
+0x658b 027982 call set_ucode_status 
+0x658c 027983 fetch 1 ,mem_addr_hi 
+0x658d 027984 lshift16 pdata ,regb 
+0x658e 027985 fetch 1 ,mem_addr_mi 
+0x658f 027986 lshift8 pdata ,pdata 
+0x6590 027987 ior regb ,regb 
+0x6591 027988 fetch 1 ,mem_addr_lo 
+0x6592 027989 ior regb ,pdata 
+0x6593 027990 iadd temp ,pdata 
+0x6594 027991 store 1 ,mem_addr_lo 
+0x6595 027992 rshift8 pdata ,pdata 
+0x6596 027993 store 1 ,mem_addr_mi 
+0x6597 027994 rshift8 pdata ,pdata 
+0x6598 027995 store 1 ,mem_addr_hi 
+0x6599 027996 rtn 
+:      028001 soft_reset_chip:
+0x659a 028002 jam 1 ,core_reset 
+0x659b 028003 rtn 
+:      028009 iic_init_390k:
+0x659c 028010 jam 12 ,core_iicd_scl_low 
+0x659d 028011 jam 13 ,core_iicd_scl_high 
+0x659e 028012 jam 13 ,core_iicd_start_setup 
+0x659f 028013 jam 13 ,core_iicd_start_hold 
+0x65a0 028014 jam 13 ,core_iicd_stop_setup 
+0x65a1 028015 jam 12 ,core_iicd_data_setup 
+0x65a2 028016 branch iicd_init_gpio 
+:      028019 iicd_init_12m:
+0x65a3 028020 jam 5 ,core_iicd_scl_low 
+0x65a4 028021 jam 7 ,core_iicd_scl_high 
+0x65a5 028022 jam 7 ,core_iicd_start_setup 
+0x65a6 028023 jam 7 ,core_iicd_start_hold 
+0x65a7 028024 jam 7 ,core_iicd_stop_setup 
+0x65a8 028025 jam 5 ,core_iicd_data_setup 
+:      028026 iicd_init_gpio:
+0x65a9 028027 hfetch 1 ,core_gpio_pu3 
+0x65aa 028028 or_into 0xc0 ,pdata 
+0x65ab 028029 hstore 1 ,core_gpio_pu3 
+0x65ac 028030 hfetch 1 ,core_gpio_sel1 
+0x65ad 028031 or_into 0x10 ,pdata 
+0x65ae 028032 hstore 1 ,core_gpio_sel1 
+0x65af 028033 rtn 
+:      028037 wait_iicd_done:
+0x65b0 028038 hfetch 1 ,core_dma_status 
+0x65b1 028039 bbit0 iicd_done ,wait_iicd_done 
+0x65b2 028040 rtn 
+:      028048 iicd_read_data:
+0x65b3 028049 hstore 2 ,core_iicd_txlen 
+0x65b4 028050 deposit rega 
+0x65b5 028051 hstore 2 ,core_iicd_txaddr 
+0x65b6 028052 deposit regb 
+0x65b7 028053 hstore 2 ,core_iicd_rxaddr 
+0x65b8 028054 deposit temp 
+0x65b9 028055 hstore 2 ,core_iicd_rxlen 
+0x65ba 028056 arg 1 ,temp 
+0x65bb 028057 nsetflag blank ,1 ,temp 
+0x65bc 028058 hstore 1 ,core_iicd_ctrl 
+0x65bd 028059 jam iicd_start ,core_misc_ctrl 
+0x65be 028060 branch wait_iicd_done 
+:      028063 set_eeprom_size_2k:
+0x65bf 028064 set1 mark_eeprom_size ,mark 
+0x65c0 028065 jam 0x08 ,mem_eeprom_block_size 
+0x65c1 028066 rtn 
+:      028068 clear_eeprom_size_2k:
+0x65c2 028069 set0 mark_eeprom_size ,mark 
+0x65c3 028070 jam 0x20 ,mem_eeprom_block_size 
+0x65c4 028071 rtn 
+:      028074 iicd_read_eep_data_size_2k:
+0x65c5 028075 fetch 1 ,mem_eeprom_base 
+0x65c6 028076 iadd regb ,pdata 
+0x65c7 028077 store 1 ,mem_addr_mi 
+0x65c8 028078 branch iicd_read_eep_size_2k 
+:      028080 iicd_read_eep_size_2k_lcadcode:
+0x65c9 028081 fetch 2 ,mem_addr_mi 
+0x65ca 028082 byteswap pdata ,pdata 
+0x65cb 028083 store 1 ,mem_addr_mi 
+:      028088 iicd_read_eep_size_2k:
+0x65cc 028089 setarg 3 
+0x65cd 028090 hstore 2 ,core_iicd_txlen 
+0x65ce 028091 jam 0xa0 ,mem_iicd_tbuf 
+0x65cf 028092 jam 0xa1 ,mem_iicd_tbuf + 2 
+0x65d0 028093 branch iicd_read_eep_common 
+:      028099 iicd_write_protect_eep_data:
+0x65d1 028100 storet 2 ,mem_temp 
+0x65d2 028101 call iicd_eeprom_write_enable 
+0x65d3 028102 fetcht 2 ,mem_temp 
+0x65d4 028103 call iicd_write_eep_data 
+0x65d5 028104 branch iicd_eeprom_write_disable 
+:      028106 iicd_eeprom_write_enable:
+0x65d6 028107 fetch 1 ,mem_eeprom_wp_gpio 
+0x65d7 028108 rtneq gpio_disable 
+0x65d8 028109 bbit0 6 ,iicd_wp_gpio_output_low 
+0x65d9 028110 setarg 150000 
+0x65da 028111 call sleep 
+:      028112 iicd_wp_gpio_output_low:
+0x65db 028113 fetcht 1 ,mem_eeprom_wp_gpio 
+0x65dc 028114 branch gpio_out_active 
+:      028116 iicd_eeprom_write_disable:
+0x65dd 028117 fetcht 1 ,mem_eeprom_wp_gpio 
+0x65de 028118 branch gpio_out_inactive 
+:      028123 iicd_read_eep_data:
+0x65df 028124 bpatchx patch32_0 ,mem_patch32 
+0x65e0 028125 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+0x65e1 028126 fetch 2 ,mem_eeprom_base 
+0x65e2 028127 iadd regb ,pdata 
+0x65e3 028128 byteswap pdata ,pdata 
+0x65e4 028129 store 2 ,mem_addr_mi 
+:      028132 iicd_read_eep:
+0x65e5 028133 bpatchx patch32_1 ,mem_patch32 
+0x65e6 028134 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+0x65e7 028135 setarg 4 
+0x65e8 028136 hstore 2 ,core_iicd_txlen 
+0x65e9 028137 jam 0xa0 ,mem_iicd_tbuf 
+0x65ea 028138 jam 0xa1 ,mem_iicd_tbuf + 3 
+:      028139 iicd_read_eep_common:
+0x65eb 028140 setarg mem_iicd_tbuf 
+0x65ec 028141 hstore 2 ,core_iicd_txaddr 
+0x65ed 028142 hstoret 2 ,core_iicd_rxlen 
+0x65ee 028143 deposit rega 
+0x65ef 028144 hstore 2 ,core_iicd_rxaddr 
+0x65f0 028145 setarg 2 
+0x65f1 028146 isolate0 15 ,rega 
+0x65f2 028147 setflag true ,0 ,pdata 
+0x65f3 028148 hstore 1 ,core_iicd_ctrl 
+0x65f4 028149 jam iicd_start ,core_misc_ctrl 
+0x65f5 028150 arg iicd_done ,queue 
+0x65f6 028151 call decrypt_code 
+0x65f7 028152 call wait_iicd_done 
+0x65f8 028153 isolate1 iicd_crcok ,pdata 
+0x65f9 028154 call set_ucode_status 
+0x65fa 028155 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+0x65fb 028156 fetch 2 ,mem_addr_mi 
+0x65fc 028157 byteswap pdata ,pdata 
+0x65fd 028158 iadd temp ,pdata 
+0x65fe 028159 byteswap pdata ,pdata 
+0x65ff 028160 store 2 ,mem_addr_mi 
+0x6600 028161 rtn 
+:      028163 iicd_read_eep_load_code_size_2k:
+0x6601 028164 fetch 1 ,mem_addr_mi 
+0x6602 028165 iadd temp ,pdata 
+0x6603 028166 byteswap pdata ,pdata 
+0x6604 028167 store 2 ,mem_addr_mi 
+0x6605 028168 rtn 
+:      028174 iicd_write_eep_data:
+0x6606 028175 fetch 2 ,mem_eeprom_base 
+0x6607 028176 iadd regb ,pdata 
+:      028179 iicd_write_ota_data:
+0x6608 028180 store 2 ,mem_pdatatemp 
+0x6609 028181 bpatchx patch32_2 ,mem_patch32 
+0x660a 028182 storet 2 ,mem_temp 
+0x660b 028183 copy rega ,pdata 
+0x660c 028184 store 2 ,mem_contr 
+:      028185 iicd_write_eep_loop:
+0x660d 028186 call iicd_eep_transparency 
+0x660e 028188 fetcht 2 ,mem_regb 
+0x660f 028189 fetch 2 ,mem_contr 
+0x6610 028190 copy pdata ,rega 
+0x6611 028191 fetch 2 ,mem_pdatatemp 
+0x6612 028193 call iicd_write_eep 
+0x6613 028195 fetch 2 ,mem_regb 
+0x6614 028196 fetcht 2 ,mem_contr 
+0x6615 028197 iadd temp ,temp 
+0x6616 028198 storet 2 ,mem_contr 
+0x6617 028199 fetcht 2 ,mem_pdatatemp 
+0x6618 028200 iadd temp ,temp 
+0x6619 028201 storet 2 ,mem_pdatatemp 
+0x661a 028202 fetch 2 ,mem_temp 
+0x661b 028203 nbranch iicd_write_eep_loop ,blank 
+0x661c 028204 rtn 
+:      028212 iicd_eep_transparency:
+0x661d 028213 bpatchx patch32_3 ,mem_patch32 
+0x661e 028214 fetch 1 ,mem_eeprom_block_size 
+0x661f 028215 increase -1 ,pdata 
+0x6620 028216 fetcht 2 ,mem_pdatatemp 
+0x6621 028217 ior temp ,pdata 
+0x6622 028218 increase 1 ,pdata 
+0x6623 028219 store 3 ,mem_regc 
+0x6624 028221 fetch 2 ,mem_temp 
+0x6625 028222 iadd temp ,pdata 
+0x6626 028224 fetcht 3 ,mem_regc 
+0x6627 028225 isub temp ,pdata 
+0x6628 028226 nbranch iicd_eep_deal_short_packet ,positive 
+0x6629 028227 store 2 ,mem_temp 
+0x662a 028228 fetch 3 ,mem_regc 
+0x662b 028229 fetcht 2 ,mem_pdatatemp 
+0x662c 028230 isub temp ,pdata 
+0x662d 028231 store 2 ,mem_regb 
+0x662e 028232 rtn 
+:      028233 iicd_eep_deal_short_packet:
+0x662f 028234 fetch 2 ,mem_temp 
+0x6630 028235 store 2 ,mem_regb 
+0x6631 028236 setarg 0 
+0x6632 028237 store 2 ,mem_temp 
+0x6633 028238 rtn 
+:      028240 iicd_write_eep_size_2k:
+0x6634 028241 increase 2 ,temp 
+0x6635 028242 hstoret 2 ,core_iicd_txlen 
+0x6636 028243 increase -2 ,rega 
+0x6637 028244 ifetcht 3 ,rega 
+0x6638 028245 copy temp ,regb 
+0x6639 028246 arg 0xa0 ,temp 
+0x663a 028247 istoret 1 ,rega 
+0x663b 028249 istore 1 ,contw 
+0x663c 028250 branch iicd_write_eep_common 
+:      028253 iicd_write_eep:
+0x663d 028254 copy pdata ,regb 
+0x663e 028255 bpatchx patch32_4 ,mem_patch32 
+0x663f 028256 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+0x6640 028257 copy regb ,pdata 
+0x6641 028258 increase 3 ,temp 
+0x6642 028259 hstoret 2 ,core_iicd_txlen 
+0x6643 028260 increase -3 ,rega 
+0x6644 028261 ifetcht 3 ,rega 
+0x6645 028262 copy temp ,regb 
+0x6646 028263 arg 0xa0 ,temp 
+0x6647 028264 istoret 1 ,rega 
+0x6648 028265 byteswap pdata ,pdata 
+0x6649 028266 istore 2 ,contw 
+:      028267 iicd_write_eep_common:
+0x664a 028268 deposit rega 
+0x664b 028269 hstore 2 ,core_iicd_txaddr 
+0x664c 028270 setarg 0 
+0x664d 028271 hstore 2 ,core_iicd_rxlen 
+0x664e 028272 jam 1 ,core_iicd_ctrl 
+0x664f 028273 jam iicd_start ,core_misc_ctrl 
+0x6650 028274 call wait_iicd_done 
+0x6651 028275 copy regb ,pdata 
+0x6652 028276 istore 3 ,rega 
+:      028278 iic_check_eeprom_standby:
+0x6653 028279 bpatchx patch32_5 ,mem_patch32 
+0x6654 028280 jam 0 ,mem_iicd_tbuf + 3 
+:      028281 iic_check_eeprom_standby_wait:
+0x6655 028282 setarg 1 
+0x6656 028283 hstore 2 ,core_iicd_txlen 
+0x6657 028284 jam 0xa0 ,mem_iicd_tbuf 
+0x6658 028285 setarg mem_iicd_tbuf 
+0x6659 028286 hstore 2 ,core_iicd_txaddr 
+0x665a 028287 setarg 0 
+0x665b 028288 hstore 2 ,core_iicd_rxlen 
+0x665c 028289 hstore 2 ,core_iicd_rxaddr 
+0x665d 028290 setarg 3 
+0x665e 028291 hstore 1 ,core_iicd_ctrl 
+0x665f 028292 jam iicd_start ,core_misc_ctrl 
+0x6660 028293 call wait_iicd_done 
+0x6661 028294 hfetch 1 ,core_dma_status 
+0x6662 028295 rtnbit0 iicd_ack 
+0x6663 028296 nop 1500 
+0x6664 028297 fetch 1 ,mem_iicd_tbuf + 3 
+0x6665 028298 increase 1 ,pdata 
+0x6666 028299 store 1 ,mem_iicd_tbuf + 3 
+0x6667 028300 sub pdata ,40 ,null 
+0x6668 028301 nrtn positive 
+0x6669 028302 branch iic_check_eeprom_standby_wait 
+:      028306 otp_enable_chgpump:
+0x666a 028307 jam 0x70 ,rfen_chgpump 
+0x666b 028308 nop param_chgpump_delay 
+0x666c 028309 rtn 
+:      028311 otp_disable_chgpump:
+0x666d 028312 jam 0x30 ,rfen_chgpump 
+0x666e 028313 rtn 
+:      028315 otp_set_addr:
+0x666f 028316 lshift3 pdata ,pdata 
+0x6670 028317 hstore 2 ,core_otp_addr 
+0x6671 028318 jam 0 ,core_otpd_ctrl 
+0x6672 028319 rtn 
+:      028322 otp_write:
+0x6673 028323 call otp_set_addr 
+0x6674 028324 call otp_ce 
+:      028325 otp_program:
+0x6675 028326 ifetcht 1 ,rega 
+0x6676 028327 increase 1 ,rega 
+0x6677 028328 force 0 ,queue 
+:      028329 otp_program_bit:
+0x6678 028330 qisolate0 temp 
+0x6679 028331 branch otp_skip_0 ,true 
+0x667a 028332 hfetch 1 ,core_otp_din 
+0x667b 028333 set1 6 ,pdata 
+0x667c 028334 set1 7 ,pdata 
+0x667d 028335 hstore 1 ,core_otp_din 
+0x667e 028336 jam 0x02 ,core_otp_ctrl 
+0x667f 028337 jam 0x82 ,core_otp_ctrl 
+0x6680 028338 set0 7 ,pdata 
+0x6681 028339 hstore 1 ,core_otp_din 
+0x6682 028340 jam 0x8a ,core_otp_ctrl 
+0x6683 028341 nop 11 
+0x6684 028342 jam 0xca ,core_otp_ctrl 
+0x6685 028343 nop 33 
+0x6686 028344 jam 0x4a ,core_otp_ctrl 
+0x6687 028345 nop 44 
+0x6688 028346 jam 0xca ,core_otp_ctrl 
+0x6689 028347 nop 22 
+0x668a 028348 jam 0x8a ,core_otp_ctrl 
+0x668b 028349 nop 33 
+0x668c 028350 jam 0x82 ,core_otp_ctrl 
+0x668d 028351 nop 1 
+0x668e 028352 jam 0x92 ,core_otp_ctrl 
+0x668f 028353 nop 10 
+0x6690 028354 jam 0xb2 ,core_otp_ctrl 
+0x6691 028355 hfetch 1 ,core_otp_rdata 
+0x6692 028356 jam 0x92 ,core_otp_ctrl 
+0x6693 028357 nop 1 
+0x6694 028358 jam 0x82 ,core_otp_ctrl 
+0x6695 028359 qisolate0 pdata 
+0x6696 028360 branch otp_program_bit ,true 
+:      028361 otp_skip_0:
+0x6697 028362 hfetch 2 ,core_otp_addr 
+0x6698 028363 increase 1 ,pdata 
+0x6699 028364 hstore 2 ,core_otp_addr 
+0x669a 028365 increase 1 ,queue 
+0x669b 028366 compare 8 ,queue ,0xf 
+0x669c 028367 nbranch otp_program_bit ,true 
+0x669d 028368 loop otp_program 
+0x669e 028369 jam 0x83 ,core_otp_ctrl 
+0x669f 028370 rtn 
+:      028372 otp_ce:
+0x66a0 028373 jam 0x82 ,core_otp_ctrl 
+0x66a1 028374 nop 12 
+0x66a2 028375 jam 0x80 ,core_otp_ctrl 
+0x66a3 028376 jam 0x82 ,core_otp_ctrl 
+0x66a4 028377 nop 150 
+0x66a5 028378 rtn 
+:      028381 otpd_read_init:
+0x66a6 028382 call otp_ce 
+0x66a7 028383 jam 0xa2 ,core_otp_ctrl 
+0x66a8 028384 deposit rega 
+0x66a9 028385 hstore 2 ,core_otpd_addr 
+0x66aa 028386 set1 11 ,temp 
+0x66ab 028387 isolate0 15 ,pdata 
+0x66ac 028388 setflag true ,15 ,temp 
+0x66ad 028389 hstoret 2 ,core_otpd_len 
+0x66ae 028390 jam otpd_start ,core_misc_ctrl 
+0x66af 028391 rtn 
+:      028393 otpd_wait_end:
+0x66b0 028394 hfetch 1 ,core_dma_status 
+0x66b1 028395 bbit0 otpd_done ,otpd_wait_end 
+0x66b2 028396 rtn 
+:      028399 otpd_read_data:
+0x66b3 028400 call otp_set_addr 
+0x66b4 028401 call otpd_read_init 
+0x66b5 028402 call otpd_wait_end 
+0x66b6 028403 jam 0x83 ,core_otp_ctrl 
+0x66b7 028404 rtn 
+:      028409 otpd_read_code:
+0x66b8 028410 hfetch 2 ,core_current_otp_addr 
+0x66b9 028411 hstore 2 ,core_otp_addr 
+0x66ba 028412 call otpd_read_init 
+0x66bb 028413 arg otpd_done ,queue 
+0x66bc 028414 call decrypt_code 
+0x66bd 028415 call otpd_wait_end 
+0x66be 028416 isolate1 otpd_crcok ,pdata 
+0x66bf 028417 call set_ucode_status 
+0x66c0 028418 jam 0x83 ,core_otp_ctrl 
+0x66c1 028419 rtn 
+:      028422 uartd_prepare_tx:
+0x66c2 028423 hfetch 2 ,core_uart_twptr 
+0x66c3 028424 iforce contwu 
+0x66c4 028425 rtn 
+:      028427 uartd_send:
+0x66c5 028428 deposit contwu 
+0x66c6 028429 hstore 2 ,core_uart_twptr 
+0x66c7 028430 rtn 
+:      028432 uartd_rxdone:
+0x66c8 028433 deposit contru 
+0x66c9 028434 hstore 2 ,core_uart_rrptr 
+0x66ca 028435 rtn 
+:      028437 uartd_prepare_rx:
+0x66cb 028438 hfetch 2 ,core_uart_rrptr 
+0x66cc 028439 copy pdata ,contru 
+0x66cd 028440 rtn 
+:      028442 uart_set_baud_by_mem:
+0x66ce 028443 fetch uart_baud_len ,mem_baud 
+0x66cf 028444 hstore uart_baud_len ,core_uart_baud 
+0x66d0 028445 rtn 
+:      028447 uart_copy_tx_bytes_fast:
+0x66d1 028448 deposit loopcnt 
+0x66d2 028449 rtn blank 
+:      028450 uart_copy_tx_bytes_fast_loop:
+0x66d3 028451 increase -8 ,loopcnt 
+0x66d4 028452 call uart_tx_8_bytes ,positive 
+0x66d5 028453 rtn zero 
+0x66d6 028454 branch uart_copy_tx_bytes_fast_loop ,positive 
+0x66d7 028455 increase 8 ,loopcnt 
+:      028456 uart_copy_tx_bytes_fast_loop_four:
+0x66d8 028457 increase -4 ,loopcnt 
+0x66d9 028458 call uart_tx_4_bytes ,positive 
+0x66da 028459 rtn zero 
+0x66db 028460 branch uart_copy_tx_bytes_fast_loop_four ,positive 
+0x66dc 028461 increase 4 ,loopcnt 
+0x66dd 028462 branch uart_copy_tx_bytes 
+:      028464 uart_tx_8_bytes:
+0x66de 028465 ifetch 8 ,contr 
+0x66df 028466 istore 8 ,contwu 
+0x66e0 028467 rtn 
+:      028469 uart_tx_4_bytes:
+0x66e1 028470 ifetch 4 ,contr 
+0x66e2 028471 istore 4 ,contwu 
+0x66e3 028472 rtn 
+:      028474 uart_copy_tx_bytes:
+0x66e4 028475 deposit loopcnt 
+0x66e5 028476 rtn blank 
+:      028477 uart_copy_tx_bytes_loop:
+0x66e6 028478 ifetch 1 ,contr 
+0x66e7 028479 istore 1 ,contwu 
+0x66e8 028480 loop uart_copy_tx_bytes_loop 
+0x66e9 028481 rtn 
+:      028483 uart_copy_rx_bytes_fast:
+0x66ea 028484 deposit loopcnt 
+0x66eb 028485 rtn blank 
+:      028486 uart_copy_rx_bytes_fast_loop:
+0x66ec 028487 increase -8 ,loopcnt 
+0x66ed 028488 call uart_rx_8_bytes ,positive 
+0x66ee 028489 rtn zero 
+0x66ef 028490 branch uart_copy_rx_bytes_fast_loop ,positive 
+0x66f0 028491 increase 8 ,loopcnt 
+:      028492 uart_copy_rx_bytes_fast_loop_four:
+0x66f1 028493 increase -4 ,loopcnt 
+0x66f2 028494 call uart_rx_4_bytes ,positive 
+0x66f3 028495 rtn zero 
+0x66f4 028496 branch uart_copy_rx_bytes_fast_loop_four ,positive 
+0x66f5 028497 increase 4 ,loopcnt 
+0x66f6 028498 branch uart_copy_rx_bytes 
+:      028500 uart_rx_8_bytes:
+0x66f7 028501 ifetch 8 ,contru 
+0x66f8 028502 istore 8 ,contw 
+0x66f9 028503 rtn 
+:      028505 uart_rx_4_bytes:
+0x66fa 028506 ifetch 4 ,contru 
+0x66fb 028507 istore 4 ,contw 
+0x66fc 028508 rtn 
+:      028511 uart_copy_rx_bytes:
+0x66fd 028512 deposit loopcnt 
+0x66fe 028513 rtn blank 
+:      028514 uart_copy_rx_bytes_loop:
+0x66ff 028515 ifetch 1 ,contru 
+0x6700 028516 istore 1 ,contw 
+0x6701 028517 loop uart_copy_rx_bytes_loop 
+0x6702 028518 rtn 
+:      028521 uart_copy_rx2tx:
+0x6703 028522 deposit loopcnt 
+0x6704 028523 rtn blank 
+:      028524 uart_copy_rx2tx_loop:
+0x6705 028525 ifetch 1 ,contru 
+0x6706 028526 istore 1 ,contwu 
+0x6707 028527 loop uart_copy_rx2tx_loop 
+0x6708 028528 rtn 
+:      028533 app_store_nvram_event:
+0x6709 028534 jam bt_evt_store_nvram ,mem_fifo_temp 
+0x670a 028535 branch ui_ipc_send_event 
+:      028537 check_51cmd_store_reconn_info:
+:      028538 check_51cmd_update_device_record:
+0x670b 028539 bpatchx patch32_6 ,mem_patch32 
+0x670c 028540 fetch 1 ,mem_nv_data_number 
+0x670d 028541 rtn blank 
+0x670e 028542 call check_nvram 
+0x670f 028543 call init_device_list ,zero 
+0x6710 028544 call nvram_find_addr_from_bd_list 
+:      028545 write_device_record:
+0x6711 028546 fetch 1 ,mem_nv_data_number 
+0x6712 028547 icopy regc 
+0x6713 028548 fetcht 2 ,mem_nv_data_ptr 
+0x6714 028549 storet 2 ,mem_list_item_ptr 
+:      028550 write_device_loop_find:
+0x6715 028551 copy regc ,pdata 
+0x6716 028552 branch app_store_nvram_event ,blank 
+0x6717 028553 increase -1 ,regc 
+0x6718 028554 copy temp ,rega 
+0x6719 028555 ifetch 1 ,rega 
+0x671a 028556 fetcht 1 ,mem_select_list_item 
+0x671b 028557 isub temp ,null 
+0x671c 028558 call set_index_finded_device ,zero 
+0x671d 028559 branch write_device_loop_find0 ,positive 
+0x671e 028560 ifetch 1 ,rega 
+0x671f 028561 increase 1 ,pdata 
+0x6720 028562 istore 1 ,rega 
+:      028563 write_device_loop_find0:
+0x6721 028564 fetcht 2 ,mem_list_item_ptr 
+0x6722 028565 increase nv_data_len ,temp 
+0x6723 028566 storet 2 ,mem_list_item_ptr 
+0x6724 028567 branch write_device_loop_find 
+:      028569 set_index_finded_device:
+0x6725 028570 setarg 0 
+0x6726 028571 istore 1 ,rega 
+0x6727 028572 fetch 1 ,mem_temp_reconn_record 
+0x6728 028573 istore 1 ,contw 
+0x6729 028574 bne rec_3_mode ,set_index_finded_device_ble_mode 
+0x672a 028575 arg mem_link_key ,regb 
+:      028576 set_index_find_device_master_addr:
+0x672b 028577 ifetch 6 ,contr 
+0x672c 028578 istore 8 ,contw 
+0x672d 028579 setarg 0 
+0x672e 028580 istore 8 ,contw 
+0x672f 028581 copy regb ,contr 
+:      028582 store_rec_data_common:
+0x6730 028583 call memcpy16 
+0x6731 028584 force 1 ,null 
+0x6732 028585 rtn 
+:      028587 set_index_finded_device_ble_mode:
+0x6733 028588 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
+0x6734 028589 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
+0x6735 028590 arg mem_le_ltk ,regb 
+0x6736 028591 branch set_index_find_device_master_addr 
+:      028593 set_index_finded_device_irk:
+0x6737 028594 arg mem_le_irk ,contr 
+0x6738 028595 call memcpy16 
+:      028596 store_ble_rec_data_common:
+0x6739 028597 arg mem_le_ltk ,contr 
+0x673a 028598 branch store_rec_data_common 
+:      028600 set_index_finded_device_ediv:
+0x673b 028601 arg mem_le_rand ,contr 
+0x673c 028602 call memcpy16 
+0x673d 028603 branch store_ble_rec_data_common 
+:      028606 nvram_find_addr_from_bd_list:
+0x673e 028607 call disable_user 
+0x673f 028608 fetch 1 ,mem_nv_data_number 
+0x6740 028609 rtn blank 
+0x6741 028610 fetch 2 ,mem_ui_state_map 
+0x6742 028611 bbit1 ui_state_bt_connected ,find_addr_from_bd_list_spp_mode 
+:      028612 find_addr_from_bd_list_ble_mode:
+0x6743 028613 bpatchx patch32_7 ,mem_patch32 
+0x6744 028614 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6745 028615 beq master_public_addr ,find_addr_from_bd_list_static_addr 
+0x6746 028616 fetch 1 ,mem_le_plap + 5 
+0x6747 028617 compare 0xc0 ,pdata ,0xc0 
+0x6748 028618 branch find_addr_from_bd_list_static_addr ,true 
+0x6749 028619 compare 0x40 ,pdata ,0xc0 
+0x674a 028620 branch find_addr_from_bd_list_random_addr ,true 
+0x674b 028621 compare 0x00 ,pdata ,0xc0 
+0x674c 028622 branch find_addr_from_bd_list_random_non_resolvable_private_address ,true 
+:      028623 find_addr_from_bd_list_static_addr:
+0x674d 028624 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+0x674e 028625 fetch 6 ,mem_le_plap 
+0x674f 028626 branch find_addr_from_bd_list_common 
+:      028628 find_addr_from_bd_list_random_non_resolvable_private_address:
+0x6750 028629 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+0x6751 028630 branch find_addr_from_bd_list_common 
+:      028633 find_addr_from_bd_list_random_addr:
+0x6752 028634 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+0x6753 028635 branch find_addr_from_bd_list_common 
+:      028638 find_addr_from_bd_list_spp_mode:
+0x6754 028639 bpatchx patch33_0 ,mem_patch33 
+0x6755 028640 jam rec_3_mode ,mem_temp_reconn_record 
+0x6756 028641 fetch 6 ,mem_plap 
+:      028642 find_addr_from_bd_list_common:
+0x6757 028643 store 6 ,mem_temp_reconn_record + 1 
+0x6758 028644 fetch 2 ,mem_nv_data_ptr 
+0x6759 028645 ifetcht 1 ,pdata 
+0x675a 028646 pincrease 1 
+0x675b 028647 store 2 ,mem_list_item_ptr 
+0x675c 028648 storet 1 ,mem_select_list_item 
+0x675d 028649 fetch 1 ,mem_nv_data_number 
+0x675e 028650 icopy regc 
+:      028651 nvram_find_addr_from_list:
+0x675f 028652 fetch 2 ,mem_list_item_ptr 
+0x6760 028653 copy pdata ,rega 
+0x6761 028654 call nvram_find_addr_from_list_compare 
+0x6762 028655 rtn user 
+0x6763 028656 fetcht 2 ,mem_list_item_ptr 
+0x6764 028657 increase nv_data_len ,temp 
+0x6765 028658 storet 2 ,mem_list_item_ptr 
+0x6766 028659 increase -1 ,temp 
+0x6767 028660 ifetch 1 ,temp 
+0x6768 028661 store 1 ,mem_select_list_item 
+0x6769 028662 increase -1 ,regc 
+0x676a 028663 nbranch nvram_find_addr_from_list ,zero 
+0x676b 028664 fetch 1 ,mem_nv_data_number 
+0x676c 028665 pincrease decreased_one 
+0x676d 028666 store 1 ,mem_select_list_item 
+0x676e 028667 rtn 
+:      028668 nvram_find_addr_from_list_compare:
+0x676f 028669 fetch 1 ,mem_temp_reconn_record 
+0x6770 028670 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+:      028671 find_master_addr_from_list_compare:
+0x6771 028672 arg mem_temp_reconn_record ,regb 
+0x6772 028673 arg 7 ,loopcnt 
+0x6773 028674 call string_compare 
+0x6774 028675 branch enable_user ,zero 
+0x6775 028676 rtn 
+:      028678 find_addr_from_list_compare_ble_mode:
+0x6776 028679 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+0x6777 028680 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+0x6778 028681 branch find_master_addr_from_list_compare 
+:      028683 find_irk_form_list_compare:
+0x6779 028684 ifetcht 1 ,rega 
+0x677a 028685 isub temp ,null 
+0x677b 028686 nrtn zero 
+0x677c 028687 arg mem_le_prand ,contw 
+0x677d 028688 arg 16 ,loopcnt 
+0x677e 028689 call clear_mem 
+0x677f 028690 fetch 3 ,mem_le_plap + 3 
+0x6780 028691 store 3 ,mem_le_prand 
+0x6781 028692 call genernate_master_macaddress 
+0x6782 028693 fetch 2 ,mem_le_aes_128 + 13 
+0x6783 028694 byteswap pdata ,pdata 
+0x6784 028695 lshift8 pdata ,temp 
+0x6785 028696 ifetch 1 ,contr 
+0x6786 028697 iadd temp ,pdata 
+0x6787 028698 fetcht 3 ,mem_le_plap 
+0x6788 028699 isub temp ,null 
+0x6789 028700 branch enable_user ,zero 
+0x678a 028701 rtn 
+:      028704 genernate_master_macaddress:
+0x678b 028705 arg mem_le_prand ,contr 
+0x678c 028706 call load_data128 
+0x678d 028708 ifetch 1 ,rega 
+0x678e 028709 call load_regext 
+0x678f 028710 force 0x38 ,aes_ctrl 
+0x6790 028711 force 0x0 ,aes_ctrl 
+0x6791 028712 call wait_aes 
+0x6792 028713 arg mem_le_aes_128 ,contw 
+0x6793 028714 branch store_aes_result 
+:      028716 find_ediv_form_list_compare:
+0x6794 028717 ifetcht 1 ,rega 
+0x6795 028718 isub temp ,null 
+0x6796 028719 nrtn zero 
+0x6797 028720 copy contr ,rega 
+0x6798 028721 add contr ,8 ,regc 
+0x6799 028722 arg mem_le_rand ,regb 
+0x679a 028723 arg 8 ,loopcnt 
+0x679b 028724 call string_compare 
+0x679c 028725 branch enable_user ,zero 
+0x679d 028726 copy regc ,rega 
+0x679e 028727 arg mem_le_irk ,regb 
+0x679f 028728 arg 8 ,loopcnt 
+0x67a0 028729 call string_compare 
+0x67a1 028730 branch enable_user ,zero 
+0x67a2 028731 rtn 
+:      028733 check_nvram:
+0x67a3 028734 fetch 2 ,mem_nv_data_ptr 
+0x67a4 028735 ifetcht 1 ,pdata 
+0x67a5 028736 pincrease nv_data_len 
+0x67a6 028737 ifetch 1 ,pdata 
+0x67a7 028738 isub temp ,null 
+0x67a8 028739 rtn 
+:      028741 init_device_list:
+0x67a9 028742 fetch 1 ,mem_nv_data_number 
+0x67aa 028743 icopy loopcnt 
+0x67ab 028744 fetcht 2 ,mem_nv_data_ptr 
+0x67ac 028745 setarg 0 
+:      028746 init_device_list_loop:
+0x67ad 028747 istore 1 ,temp 
+0x67ae 028748 increase nv_data_len ,temp 
+0x67af 028749 pincrease 1 
+0x67b0 028750 loop init_device_list_loop 
+0x67b1 028751 rtn 
+:      028753 load_device_list:
+0x67b2 028754 bpatchx patch33_1 ,mem_patch33 
+0x67b3 028755 call nvram_find_addr_from_bd_list 
+0x67b4 028756 fetch 1 ,mem_state 
+0x67b5 028757 setflag user ,state_combkey ,pdata 
+0x67b6 028758 store 1 ,mem_state 
+0x67b7 028759 nbranch clear_key_exists ,user 
+0x67b8 028760 add rega ,10 ,contr 
+0x67b9 028762 arg mem_link_key ,contw 
+0x67ba 028763 call memcpy16 
+0x67bb 028764 branch check_link_key_load 
+:      028765 clear_key_exists:
+0x67bc 028766 jam 0 ,mem_link_key_exists 
+0x67bd 028767 rtn 
+:      028769 load_device_list_mode_4:
+0x67be 028770 fetch 9 ,mem_le_ediv 
+0x67bf 028771 branch clear_ltk_exists ,blank 
+0x67c0 028772 call nvram_find_addr_from_bd_list 
+0x67c1 028773 nbranch clear_ltk_exists ,user 
+0x67c2 028774 fetch 2 ,mem_list_item_ptr 
+0x67c3 028775 add pdata ,1 ,contr 
+0x67c4 028776 arg mem_le_irk ,contw 
+0x67c5 028777 call memcpy16 
+0x67c6 028778 arg mem_le_ltk ,contw 
+0x67c7 028779 call memcpy16 
+0x67c8 028780 jam 1 ,mem_ltk_exists 
+0x67c9 028781 rtn 
+:      028783 clear_ltk_exists:
+0x67ca 028784 jam 0 ,mem_ltk_exists 
+0x67cb 028785 rtn 
+:      028788 eeprom_store_le_reconn_info:
+0x67cc 028789 fetch 6 ,mem_le_plap 
+0x67cd 028790 store 6 ,mem_temp_lap 
+0x67ce 028791 jam rec_4_mode ,mem_record_bt_mode 
+0x67cf 028792 branch eeprom_store_reconn_info 
+:      028793 eeprom_store_bd_reconn_info:
+0x67d0 028794 fetch 6 ,mem_plap 
+0x67d1 028795 store 6 ,mem_temp_lap 
+0x67d2 028796 jam rec_3_mode ,mem_record_bt_mode 
+:      028797 eeprom_store_reconn_info:
+0x67d3 028798 fetch 1 ,mem_device_option 
+0x67d4 028799 beq dvc_op_module ,check_51cmd_update_device_record 
+0x67d5 028800 bbit1 dvc_op_mouse ,mouse_store_remote_bdaddr 
+0x67d6 028801 rtn 
+:      028804 check_link_key_load:
+0x67d7 028805 fetch 8 ,mem_link_key 
+0x67d8 028806 fetcht 8 ,mem_link_key + 8 
+0x67d9 028807 ior temp ,pdata 
+0x67da 028808 rtn blank 
+0x67db 028809 jam 1 ,mem_link_key_exists 
+0x67dc 028810 rtn 
+:      028817 gpio_set_wake_by_current_state:
+0x67dd 028818 bpatchx patch33_2 ,mem_patch33 
+0x67de 028819 set1 7 ,temp 
+0x67df 028820 call gpio_get_bit 
+0x67e0 028821 nsetflag true ,7 ,temp 
+:      028826 gpio_set_wake:
+0x67e1 028827 bpatchx patch33_3 ,mem_patch33 
+0x67e2 028828 sub temp ,ui_button_gpio_disable ,null 
+0x67e3 028829 rtn zero 
+0x67e4 028830 isolate0 7 ,temp 
+0x67e5 028831 and temp ,0x1f ,queue 
+0x67e6 028832 fetch 4 ,mem_gpio_wakeup_low 
+0x67e7 028833 qsetflag true ,pdata 
+0x67e8 028834 store 4 ,mem_gpio_wakeup_low 
+0x67e9 028835 fetch 4 ,mem_gpio_wakeup_high 
+0x67ea 028836 nqsetflag true ,pdata 
+0x67eb 028837 store 4 ,mem_gpio_wakeup_high 
+0x67ec 028838 rtn 
+:      028841 gpio_clr_wake:
+0x67ed 028842 bpatchx patch33_4 ,mem_patch33 
+0x67ee 028843 sub temp ,ui_button_gpio_disable ,null 
+0x67ef 028844 rtn zero 
+0x67f0 028845 isolate0 7 ,temp 
+0x67f1 028846 and temp ,0x1f ,queue 
+0x67f2 028847 fetch 4 ,mem_gpio_wakeup_low 
+0x67f3 028848 qset0 pdata 
+0x67f4 028849 store 4 ,mem_gpio_wakeup_low 
+0x67f5 028850 fetch 4 ,mem_gpio_wakeup_high 
+0x67f6 028851 qset0 pdata 
+0x67f7 028852 store 4 ,mem_gpio_wakeup_high 
+0x67f8 028853 rtn 
+:      028856 gpio_config_input_nowake:
+0x67f9 028857 call gpio_clr_wake 
+0x67fa 028858 branch gpio_config_input_without_wake 
+:      028861 gpio_config_input:
+0x67fb 028862 sub temp ,ui_button_gpio_disable ,null 
+0x67fc 028863 rtn zero 
+0x67fd 028864 ncall gpio_set_wake ,wake 
+:      028866 gpio_config_input_without_wake:
+0x67fe 028867 arg core_gpio_pd0 ,contw 
+0x67ff 028868 call gpio_set_bit 
+0x6800 028869 setflip gpio_active_bit ,temp 
+0x6801 028870 arg core_gpio_pu0 ,contw 
+0x6802 028871 call gpio_set_bit 
+0x6803 028872 set0 gpio_active_bit ,temp 
+0x6804 028873 arg core_gpio_oe0 ,contw 
+0x6805 028874 branch gpio_set_bit 
+:      028877 gpio_set_high_impedance:
+0x6806 028878 arg core_gpio_pd0 ,contw 
+0x6807 028879 call gpio_set_bit 
+0x6808 028880 set0 gpio_active_bit ,temp 
+0x6809 028881 arg core_gpio_pu0 ,contw 
+0x680a 028882 call gpio_set_bit 
+0x680b 028883 set0 gpio_active_bit ,temp 
+0x680c 028884 arg core_gpio_oe0 ,contw 
+0x680d 028885 branch gpio_set_bit 
+:      028889 gpio_config_output:
+0x680e 028890 sub temp ,ui_button_gpio_disable ,null 
+0x680f 028891 rtn zero 
+0x6810 028892 setflip gpio_active_bit ,temp 
+0x6811 028893 call gpio_out 
+:      028894 gpio_config_output0:
+0x6812 028895 set1 gpio_active_bit ,temp 
+0x6813 028896 arg core_gpio_oe0 ,contw 
+0x6814 028897 branch gpio_set_bit 
+:      028899 gpio_common:
+0x6815 028900 and temp ,0x07 ,queue 
+0x6816 028901 rshift3 temp ,pdata 
+0x6817 028902 and_into 3 ,pdata 
+0x6818 028903 iadd contw ,contw 
+0x6819 028904 ifetch 1 ,contw 
+0x681a 028905 rtn 
+:      028907 gpio_check_active:
+0x681b 028908 arg core_gpio_out0 ,contw 
+0x681c 028909 branch get_bit_common 
+:      028913 gpio_get_bit:
+0x681d 028914 arg core_gpio_in ,contw 
+:      028915 get_bit_common:
+0x681e 028916 call gpio_common 
+0x681f 028917 isolate1 gpio_active_bit ,temp 
+0x6820 028918 branch gpio_get_bit_reverse ,true 
+0x6821 028919 qisolate0 pdata 
+0x6822 028920 rtn 
+:      028921 gpio_get_bit_reverse:
+0x6823 028922 qisolate1 pdata 
+0x6824 028923 rtn 
+:      028925 gpio_out_inactive:
+0x6825 028926 sub temp ,ui_button_gpio_disable ,null 
+0x6826 028927 rtn zero 
+0x6827 028928 isolate1 7 ,null 
+0x6828 028929 branch gpio_out_flag 
+:      028931 gpio_out_active:
+0x6829 028932 sub temp ,ui_button_gpio_disable ,null 
+0x682a 028933 rtn zero 
+0x682b 028934 isolate0 7 ,null 
+:      028937 gpio_out_flag:
+0x682c 028938 setarg 0 
+0x682d 028939 nsetflag true ,gpio_active_bit ,pdata 
+0x682e 028940 ixor temp ,temp 
+:      028943 gpio_out:
+0x682f 028944 arg core_gpio_out0 ,contw 
+:      028947 gpio_set_bit:
+0x6830 028948 call gpio_common 
+0x6831 028949 isolate1 gpio_active_bit ,temp 
+0x6832 028950 qsetflag true ,pdata 
+0x6833 028951 istore 1 ,contw 
+0x6834 028952 rtn 
+:      028954 gpio_set_before_lpm_common:
+0x6835 028955 arg -1 ,rega 
+0x6836 028956 hfetch 1 ,core_gpio_sel1 
+0x6837 028957 compare 0x02 ,pdata ,0x03 
+0x6838 028958 call neglact4_from_23_pin ,true 
+0x6839 028960 compare 0x01 ,pdata ,0x03 
+0x683a 028961 call neglact2_form_25_pin ,true 
+0x683b 028963 compare 0x03 ,pdata ,0x03 
+0x683c 028964 call neglact2_form_25_pin ,true 
+0x683d 028966 isolate1 2 ,pdata 
+0x683e 028967 call neglect2_from_6_pin ,true 
+0x683f 028969 isolate1 3 ,pdata 
+0x6840 028970 call neglect4_from_9_pin ,true 
+0x6841 028972 isolate1 4 ,pdata 
+0x6842 028973 call neglact2_form_30_pin ,true 
+0x6843 028975 isolate1 6 ,pdata 
+0x6844 028976 nsetflag true ,04 ,rega 
+0x6845 028978 isolate1 7 ,pdata 
+0x6846 028979 nsetflag true ,05 ,rega 
+0x6847 028981 hfetch 1 ,core_gpio_sel2 
+0x6848 028982 isolate1 0 ,pdata 
+0x6849 028983 nsetflag true ,27 ,rega 
+0x684a 028984 isolate1 1 ,pdata 
+0x684b 028985 nsetflag true ,28 ,rega 
+0x684c 028986 isolate1 2 ,pdata 
+0x684d 028987 nsetflag true ,03 ,rega 
+0x684e 028988 isolate1 3 ,pdata 
+0x684f 028989 nsetflag true ,08 ,rega 
+0x6850 028990 isolate1 4 ,pdata 
+0x6851 028991 nsetflag true ,20 ,rega 
+0x6852 028992 isolate1 5 ,pdata 
+0x6853 028993 nsetflag true ,21 ,rega 
+0x6854 028994 isolate1 6 ,pdata 
+0x6855 028995 nsetflag true ,22 ,rega 
+0x6856 028996 isolate1 7 ,pdata 
+0x6857 028997 nsetflag true ,23 ,rega 
+0x6858 028999 hfetch 1 ,core_gpio_sel 
+0x6859 029000 isolate1 0 ,pdata 
+0x685a 029001 nsetflag true ,05 ,rega 
+0x685b 029002 isolate1 1 ,pdata 
+0x685c 029003 nsetflag true ,06 ,rega 
+0x685d 029004 isolate1 2 ,pdata 
+0x685e 029005 nsetflag true ,07 ,rega 
+0x685f 029006 isolate1 3 ,pdata 
+0x6860 029007 nsetflag true ,18 ,rega 
+0x6861 029008 isolate1 4 ,pdata 
+0x6862 029009 nsetflag true ,19 ,rega 
+0x6863 029010 isolate1 5 ,pdata 
+0x6864 029011 nsetflag true ,20 ,rega 
+0x6865 029012 isolate1 6 ,pdata 
+0x6866 029013 nsetflag true ,21 ,rega 
+0x6867 029014 isolate1 7 ,pdata 
+0x6868 029015 nsetflag true ,22 ,rega 
+0x6869 029017 hfetch 1 ,core_uart_ctrl 
+0x686a 029018 isolate1 4 ,pdata 
+0x686b 029019 call neglact2_form_2_pin ,true 
+0x686c 029020 bpatchx patch33_5 ,mem_patch33 
+0x686d 029022 hfetch 4 ,core_gpio_pu0 
+0x686e 029023 hfetcht 4 ,core_gpio_pd0 
+0x686f 029024 ior temp ,pdata 
+0x6870 029025 invert pdata ,pdata 
+0x6871 029026 iand rega ,pdata 
+0x6872 029028 hstore 4 ,core_gpio_oe0 
+0x6873 029029 rtn 
+:      029032 neglect2_from_6_pin:
+0x6874 029033 arg 6 ,queue 
+0x6875 029034 branch neglect_2_pin 
+:      029035 neglect4_from_9_pin:
+0x6876 029036 arg 9 ,queue 
+0x6877 029037 branch neglact_4_pin 
+:      029038 neglact4_from_23_pin:
+0x6878 029039 arg 23 ,queue 
+0x6879 029040 branch neglact_4_pin 
+:      029041 neglact2_form_25_pin:
+0x687a 029042 arg 25 ,queue 
+0x687b 029043 branch neglect_2_pin 
+:      029044 neglact2_form_30_pin:
+0x687c 029045 arg 30 ,queue 
+0x687d 029046 branch neglect_2_pin 
+:      029047 neglact2_form_2_pin:
+0x687e 029048 arg 2 ,queue 
+0x687f 029049 branch neglect_2_pin 
+:      029050 neglact_1_pin:
+0x6880 029051 arg 1 ,loopcnt 
+0x6881 029052 branch neglect_pin_loop 
+:      029053 neglact_4_pin:
+0x6882 029054 arg 4 ,loopcnt 
+0x6883 029055 branch neglect_pin_loop 
+:      029056 neglect_2_pin:
+0x6884 029057 arg 2 ,loopcnt 
+:      029058 neglect_pin_loop:
+0x6885 029059 qset0 rega 
+0x6886 029060 increase 1 ,queue 
+0x6887 029061 loop neglect_pin_loop 
+0x6888 029062 rtn 
+:      029070 gpio_cfg_uart_tx_output:
+0x6889 029071 call gpio_uart2gpio 
+0x688a 029072 arg uart_wakeup_tx ,temp 
+0x688b 029073 branch gpio_config_output 
+:      029075 gpio_pu_uart_tx:
+0x688c 029076 call gpio_cfg_uart_tx_output 
+0x688d 029077 arg uart_wakeup_tx ,temp 
+0x688e 029078 branch gpio_out_inactive 
+:      029082 gpio_rx_config_input_with_pu:
+0x688f 029083 call gpio_uart2gpio 
+0x6890 029084 hfetch 1 ,core_gpio_pu0 
+0x6891 029085 set1 uart_wakeup_rx ,pdata 
+0x6892 029086 hstore 1 ,core_gpio_pu0 
+0x6893 029087 arg uart_wakeup_rx ,temp 
+0x6894 029088 branch gpio_config_input 
+:      029090 gpio_uart2gpio:
+0x6895 029091 hfetch 1 ,core_gpio_sel1 
+0x6896 029092 and_into 0xfb ,pdata 
+0x6897 029093 hstore 1 ,core_gpio_sel1 
+0x6898 029094 rtn 
+:      029096 gpio_check_uart_state:
+0x6899 029097 hfetch 1 ,core_gpio_sel1 
+0x689a 029098 isolate1 2 ,pdata 
+0x689b 029099 rtn 
+:      029101 load_chip_option:
+0x689c 029102 call otp_enable_chgpump 
+0x689d 029103 setarg otp_chip_functions 
+0x689e 029104 arg mem_chip_functions ,rega 
+0x689f 029105 arg 0x02 ,temp 
+0x68a0 029106 call otpd_read_data 
+0x68a1 029107 branch otp_disable_chgpump 
+:      029110 load_adc_init:
+0x68a2 029111 call otp_enable_chgpump 
+0x68a3 029112 setarg otp_adc_io_0_5v_addr 
+0x68a4 029113 arg mem_0_5_adc_io_data ,rega 
+0x68a5 029114 arg 14 ,temp 
+0x68a6 029115 call otpd_read_data 
+0x68a7 029116 branch otp_disable_chgpump 
+:      029120 adc_init_data:
+0x68a8 029121 bpatchx patch33_6 ,mem_patch33 
+0x68a9 029123 call load_adc_init 
+0x68aa 029125 fetch 1 ,mem_adc_config_flag 
+0x68ab 029126 beq adc_config_vinlpm ,adc_init_data_vinlpm 
+0x68ac 029127 beq adc_config_hvin ,adc_init_data_hvin 
+0x68ad 029128 beq adc_config_gpio ,adc_init_data_io 
+0x68ae 029129 rtn 
+:      029131 adc_init_data_vinlpm:
+0x68af 029132 fetcht 2 ,mem_otp_adc_flag 
+0x68b0 029133 setarg otp_adc_flag 
+0x68b1 029134 isub temp ,null 
+0x68b2 029135 branch adc_check_data_vinlpm ,zero 
+0x68b3 029136 setarg 0x4dfa 
+0x68b4 029137 store 2 ,mem_3v_adc_vinlpm_data 
+0x68b5 029138 setarg 0x4894 
+0x68b6 029139 store 2 ,mem_2v_adc_vinlpm_data 
+0x68b7 029140 branch set_vdd_reference_voltage_1v 
+:      029142 adc_check_data_vinlpm:
+0x68b8 029143 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x68b9 029144 nbranch adc_check_2v_vinlpm ,blank 
+0x68ba 029145 setarg 0x4dfa 
+0x68bb 029146 store 2 ,mem_3v_adc_vinlpm_data 
+:      029147 adc_check_2v_vinlpm:
+0x68bc 029148 fetch 2 ,mem_2v_adc_vinlpm_data 
+0x68bd 029149 nbranch set_vdd_reference_voltage_1v ,blank 
+0x68be 029150 setarg 0x4894 
+0x68bf 029151 store 2 ,mem_2v_adc_vinlpm_data 
+:      029152 set_vdd_reference_voltage_1v:
+0x68c0 029153 setarg 100 
+0x68c1 029154 store 2 ,mem_reference_voltage 
+0x68c2 029155 rtn 
+:      029157 adc_init_data_hvin:
+0x68c3 029158 fetcht 2 ,mem_otp_adc_flag 
+0x68c4 029159 setarg otp_adc_flag 
+0x68c5 029160 isub temp ,null 
+0x68c6 029161 branch adc_check_data_hvin ,zero 
+0x68c7 029162 setarg 0x5932 
+0x68c8 029163 store 2 ,mem_5v_adc_hvin_data 
+0x68c9 029164 setarg 0x4323 
+0x68ca 029165 store 2 ,mem_1v_adc_hvin_data 
+0x68cb 029166 branch set_vdd_reference_voltage_4v 
+:      029168 adc_check_data_hvin:
+0x68cc 029169 fetch 2 ,mem_5v_adc_hvin_data 
+0x68cd 029170 nbranch adc_check_1v_hvin ,blank 
+0x68ce 029171 setarg 0x5932 
+0x68cf 029172 store 2 ,mem_5v_adc_hvin_data 
+:      029173 adc_check_1v_hvin:
+0x68d0 029174 fetch 2 ,mem_1v_adc_hvin_data 
+0x68d1 029175 nbranch set_vdd_reference_voltage_4v ,blank 
+0x68d2 029176 setarg 0x4323 
+0x68d3 029177 store 2 ,mem_1v_adc_hvin_data 
+:      029178 set_vdd_reference_voltage_4v:
+0x68d4 029179 setarg 400 
+0x68d5 029180 store 2 ,mem_reference_voltage 
+0x68d6 029181 rtn 
+:      029183 adc_init_data_io:
+0x68d7 029184 fetcht 2 ,mem_otp_adc_flag 
+0x68d8 029185 setarg otp_adc_flag 
+0x68d9 029186 isub temp ,null 
+0x68da 029187 branch adc_check_data_io ,zero 
+0x68db 029188 setarg 0x6946 
+0x68dc 029189 store 2 ,mem_1v_adc_io_data 
+0x68dd 029190 setarg 0x5377 
+0x68de 029191 store 2 ,mem_0_5_adc_io_data 
+0x68df 029192 branch set_vdd_reference_voltage_0_5v 
+:      029194 adc_check_data_io:
+0x68e0 029195 fetch 2 ,mem_1v_adc_io_data 
+0x68e1 029196 nbranch adc_check_0_5v_io ,blank 
+0x68e2 029197 setarg 0x6946 
+0x68e3 029198 store 2 ,mem_1v_adc_io_data 
+:      029199 adc_check_0_5v_io:
+0x68e4 029200 fetch 2 ,mem_0_5_adc_io_data 
+0x68e5 029201 nbranch set_vdd_reference_voltage_0_5v ,blank 
+0x68e6 029202 setarg 0x5377 
+0x68e7 029203 store 2 ,mem_0_5_adc_io_data 
+:      029204 set_vdd_reference_voltage_0_5v:
+0x68e8 029205 setarg 50 
+0x68e9 029206 store 2 ,mem_reference_voltage 
+0x68ea 029207 rtn 
+:      029210 adc_set_mode:
+0x68eb 029211 fetch 1 ,mem_adc_config_flag 
+0x68ec 029212 beq adc_config_vinlpm ,adc_check_vinlpm 
+0x68ed 029213 beq adc_config_hvin ,adc_check_hvin 
+0x68ee 029214 beq adc_config_gpio ,adc_check_gpio 
+0x68ef 029215 rtn 
+:      029216 adc_check_vinlpm:
+0x68f0 029217 jam 0xbf ,rf_adc_mode 
+0x68f1 029218 branch read_adc 
+:      029219 adc_check_hvin:
+0x68f2 029220 jam 0xaf ,rf_adc_mode 
+0x68f3 029221 branch read_adc 
+:      029222 adc_check_gpio:
+0x68f4 029223 jam 0x8f ,rf_adc_mode 
+0x68f5 029224 fetch 1 ,mem_adc_channel 
+0x68f6 029225 hstore 1 ,rf_adc_ch 
+0x68f7 029226 branch read_adc 
+:      029227 read_adc:
+0x68f8 029228 bpatchx patch33_7 ,mem_patch33 
+0x68f9 029229 hfetch 1 ,core_uart_baud + 1 
+0x68fa 029230 set1 7 ,pdata 
+0x68fb 029231 hstore 1 ,core_uart_baud + 1 
+0x68fc 029232 hfetch 1 ,rf_adc_ch 
+0x68fd 029233 or_into 0x30 ,pdata 
+0x68fe 029234 hstore 1 ,rf_adc_ch 
+0x68ff 029235 jam 0x7c ,rfen_adc 
+0x6900 029236 jam 0xaa ,rf_adc_gc 
+0x6901 029237 nop 5000 
+0x6902 029238 hfetcht 2 ,core_adc_sum 
+0x6903 029239 hfetch 1 ,core_uart_baud + 1 
+0x6904 029240 set0 7 ,pdata 
+0x6905 029241 hstore 1 ,core_uart_baud + 1 
+0x6906 029242 storet 2 ,mem_adc_current_value 
+0x6907 029243 rtn 
+:      029245 vdd_calculate_by_mode:
+0x6908 029246 bpatchx patch34_0 ,mem_patch34 
+0x6909 029247 fetch 1 ,mem_adc_config_flag 
+0x690a 029248 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
+0x690b 029249 beq adc_config_hvin ,vdd_calculate_hvin 
+0x690c 029250 beq adc_config_gpio ,vdd_calculate_io 
+0x690d 029251 rtn 
+:      029253 vdd_calculate_vinlpm:
+0x690e 029254 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x690f 029255 fetcht 2 ,mem_2v_adc_vinlpm_data 
+0x6910 029256 arg 200 ,regc 
+0x6911 029257 branch vdd_calculate 
+:      029259 vdd_calculate_hvin:
+0x6912 029260 fetch 2 ,mem_5v_adc_hvin_data 
+0x6913 029261 fetcht 2 ,mem_1v_adc_hvin_data 
+0x6914 029262 arg 100 ,regc 
+0x6915 029263 branch vdd_calculate 
+:      029265 vdd_calculate_io:
+0x6916 029266 fetch 2 ,mem_1v_adc_io_data 
+0x6917 029267 fetcht 2 ,mem_0_5_adc_io_data 
+0x6918 029268 arg 50 ,regc 
+0x6919 029269 branch vdd_calculate 
+:      029271 vdd_calculate:
+0x691a 029272 isub temp ,rega 
+0x691b 029273 fetch 2 ,mem_adc_current_value 
+0x691c 029274 isub temp ,pdata 
+0x691d 029275 nbranch vdd_calculate1 ,positive 
+0x691e 029276 fetcht 2 ,mem_reference_voltage 
+0x691f 029277 imul32 temp ,regb 
+0x6920 029278 copy regc ,pdata 
+0x6921 029279 imul32 rega ,pdata 
+0x6922 029280 iadd regb ,pdata 
+:      029281 vdd_calculate2:
+0x6923 029282 idiv rega 
+0x6924 029283 call wait_div_end 
+0x6925 029284 quotient pdata 
+0x6926 029285 rtn 
+:      029287 vdd_calculate1:
+0x6927 029288 copy temp ,pdata 
+0x6928 029289 fetcht 2 ,mem_adc_current_value 
+0x6929 029290 isub temp ,pdata 
+0x692a 029291 fetcht 2 ,mem_reference_voltage 
+0x692b 029292 imul32 temp ,regb 
+0x692c 029293 copy regc ,pdata 
+0x692d 029294 imul32 rega ,pdata 
+0x692e 029295 isub regb ,pdata 
+0x692f 029296 branch vdd_calculate2 
+:      029307 adc_bat_percent_lowpower_out:
+0x6930 029308 ifetch 8 ,rega 
+0x6931 029309 store 8 ,mem_pdatatemp 
+0x6932 029310 fetch 2 ,mem_pdatatemp 
+0x6933 029311 fetcht 2 ,mem_pdatatemp + 2 
+0x6934 029312 isub temp ,rega 
+0x6935 029313 fetch 2 ,mem_pdatatemp + 6 
+0x6936 029314 isub temp ,regb 
+0x6937 029315 fetcht 2 ,mem_pdatatemp + 4 
+0x6938 029316 isub temp ,null 
+0x6939 029317 ncall adc_set_low_power_flag ,positive 
+0x693a 029318 mul32 regb ,100 ,pdata 
+0x693b 029319 idiv rega 
+0x693c 029320 call wait_div_end 
+0x693d 029321 quotient pdata 
+0x693e 029322 call adc_set_no_power_flag ,blank 
+0x693f 029323 rtn 
+:      029324 adc_set_low_power_flag:
+0x6940 029325 fetch 1 ,mem_adc_power_flag 
+0x6941 029326 set1 0 ,pdata 
+0x6942 029327 store 1 ,mem_adc_power_flag 
+0x6943 029328 rtn 
+:      029329 adc_set_no_power_flag:
+0x6944 029330 fetcht 1 ,mem_adc_power_flag 
+0x6945 029331 set1 1 ,temp 
+0x6946 029332 storet 1 ,mem_adc_power_flag 
+0x6947 029333 rtn 
+:      029338 keyscan_key_init:
+0x6948 029339 fetch 2 ,mem_key_num_ptr 
+0x6949 029340 ifetch 1 ,pdata 
+:      029341 keyscan_key_init_next:
+0x694a 029342 rtn blank 
+0x694b 029343 copy pdata ,loopcnt 
+0x694c 029345 fetch 2 ,mem_keyscan_ptr 
+0x694d 029346 increase 3 ,pdata 
+0x694e 029347 copy pdata ,rega 
+:      029348 keyscan_key_init_lp1:
+0x694f 029349 ifetcht 1 ,rega 
+0x6950 029350 call gpio_config_input 
+0x6951 029351 increase key_conf_struct_len ,rega 
+0x6952 029352 loop keyscan_key_init_lp1 
+:      029353 keyscan_key_init_end:
+0x6953 029354 rtn 
+:      029356 keyscan_scan_key:
+0x6954 029357 fetch 2 ,mem_keyscan_ptr 
+0x6955 029358 increase 3 ,pdata 
+0x6956 029359 copy pdata ,rega 
+0x6957 029361 force 0 ,regb 
+0x6958 029362 jam 0 ,mem_key_value_temp 
+:      029363 keyscan_scan_key_lp1:
+0x6959 029364 ifetcht 1 ,rega 
+0x695a 029365 call gpio_get_bit 
+0x695b 029366 bpatchx patch34_1 ,mem_patch34 
+0x695c 029367 fetch 2 ,mem_key_value_temp 
+0x695d 029368 copy regb ,queue 
+0x695e 029369 qsetflag true ,pdata 
+0x695f 029370 store 2 ,mem_key_value_temp 
+0x6960 029371 increase key_conf_struct_len ,rega 
+0x6961 029372 increase 1 ,regb 
+0x6962 029373 fetch 2 ,mem_key_num_ptr 
+0x6963 029374 ifetch 1 ,pdata 
+:      029375 keyscan_scan_key_lp1_next:
+0x6964 029376 ixor regb ,null 
+0x6965 029377 nbranch keyscan_scan_key_lp1 ,zero 
+0x6966 029378 fetch 2 ,mem_key_value_temp 
+0x6967 029379 fetcht 2 ,mem_key_value 
+0x6968 029380 ixor temp ,null 
+0x6969 029381 rtn zero 
+0x696a 029382 enable user 
+0x696b 029383 rtn 
+:      029385 keyscan_process_lpm_before:
+0x696c 029386 fetch 2 ,mem_key_num_ptr 
+0x696d 029387 ifetch 1 ,pdata 
+:      029388 keyscan_process_lpm_before_next:
+0x696e 029389 rtn blank 
+0x696f 029390 copy pdata ,loopcnt 
+0x6970 029391 fetch 2 ,mem_keyscan_ptr 
+0x6971 029392 increase 3 ,pdata 
+0x6972 029393 copy pdata ,rega 
+:      029394 keyscan_process_lpm_before_lp1:
+0x6973 029395 ifetcht 1 ,rega 
+0x6974 029396 call gpio_set_wake_by_current_state 
+0x6975 029397 increase key_conf_struct_len ,rega 
+0x6976 029398 loop keyscan_process_lpm_before_lp1 
+:      029399 keyscan_process_lpm_before_end:
+0x6977 029400 rtn 
+:      029402 keyscan_key_process:
+0x6978 029403 arg key_scan_timer ,queue 
+0x6979 029404 call timer_check 
+0x697a 029405 nrtn blank 
+0x697b 029406 setarg 0x20 
+0x697c 029407 arg key_scan_timer ,queue 
+0x697d 029408 call timer_init 
+0x697e 029409 disable user 
+0x697f 029410 call keyscan_process_lpm_before 
+0x6980 029411 bpatchx patch34_2 ,mem_patch34 
+0x6981 029412 fetch 2 ,mem_key_num_ptr 
+0x6982 029413 ifetch 1 ,pdata 
+:      029414 keyscan_key_process_next:
+0x6983 029415 rtn blank 
+0x6984 029416 call keyscan_scan_key 
+0x6985 029417 nbranch lpm_button_clean_wake_lock ,user 
+0x6986 029418 call lpm_button_get_wake_lock 
+0x6987 029419 disable user 
+0x6988 029420 fetch 2 ,mem_key_value_temp 
+0x6989 029421 store 2 ,mem_key_value_temp4 
+0x698a 029422 jam 0 ,mem_key_value_temp6 
+0x698b 029423 force 0 ,queue 
+:      029424 keyscan_key_lp1:
+0x698c 029425 fetch 2 ,mem_key_value 
+0x698d 029426 rshift pdata ,temp 
+0x698e 029427 storet 2 ,mem_key_value 
+0x698f 029428 and pdata ,0x01 ,pdata 
+0x6990 029429 fetcht 2 ,mem_key_value_temp4 
+0x6991 029430 and temp ,0x01 ,rega 
+0x6992 029431 rshift temp ,temp 
+0x6993 029432 storet 2 ,mem_key_value_temp4 
+0x6994 029433 ixor rega ,null 
+0x6995 029434 ncall keyscan_send_key_data ,zero 
+0x6996 029435 fetch 2 ,mem_key_num_ptr 
+0x6997 029436 ifetch 1 ,pdata 
+:      029437 keyscan_key_lp1_next:
+0x6998 029438 fetcht 1 ,mem_key_value_temp6 
+0x6999 029439 increase 1 ,temp 
+0x699a 029440 storet 1 ,mem_key_value_temp6 
+0x699b 029441 copy temp ,queue 
+0x699c 029442 ixor queue ,null 
+0x699d 029443 nbranch keyscan_key_lp1 ,zero 
+0x699e 029444 fetch 2 ,mem_key_value_temp 
+0x699f 029445 store 2 ,mem_key_value 
+0x69a0 029446 rtn 
+:      029447 keyscan_send_key_data:
+0x69a1 029448 bpatchx patch34_3 ,mem_patch34 
+0x69a2 029449 fetch 2 ,mem_keyscan_ptr 
+0x69a3 029450 increase 1 ,pdata 
+0x69a4 029451 ifetch 2 ,pdata 
+0x69a5 029452 branch callback_func 
+:      029463 pwm_init:
+0x69a6 029464 hfetch 1 ,core_clksel 
+0x69a7 029465 ior rega ,pdata 
+0x69a8 029466 hstore 1 ,core_clksel 
+0x69a9 029467 hfetch 2 ,core_clkoff 
+0x69aa 029468 set0 clock_off_pwm ,pdata 
+0x69ab 029469 hstore 2 ,core_clkoff 
+:      029470 delay_nop100:
+0x69ac 029471 nop 100 
+0x69ad 029472 rtn 
+:      029483 pwm_out_set:
+0x69ae 029484 fetcht 3 ,mem_pdatatemp + 2 
+0x69af 029485 setarg pwm_12mhz 
+0x69b0 029486 idiv temp 
+0x69b1 029487 call wait_div_end 
+0x69b2 029488 quotient temp 
+0x69b3 029489 fetch 1 ,mem_pdatatemp + 5 
+0x69b4 029490 imul32 temp ,pdata 
+0x69b5 029491 div pdata ,100 
+0x69b6 029492 call wait_div_end 
+0x69b7 029493 quotient rega 
+0x69b8 029494 copy temp ,pdata 
+0x69b9 029495 isub rega ,regb 
+0x69ba 029496 fetch 1 ,mem_pdatatemp + 1 
+0x69bb 029497 call pwm_duty_cycle_set 
+0x69bc 029498 fetch 1 ,mem_pdatatemp 
+0x69bd 029499 branch pwm_enable 
+:      029502 pwm_duty_cycle_set:
+0x69be 029503 beq 0 ,pwm_pwm0_duty_set 
+0x69bf 029504 beq 1 ,pwm_pwm1_duty_set 
+0x69c0 029505 beq 2 ,pwm_pwm2_duty_set 
+0x69c1 029506 beq 3 ,pwm_pwm3_duty_set 
+0x69c2 029507 beq 4 ,pwm_pwm4_duty_set 
+0x69c3 029508 beq 5 ,pwm_pwm5_duty_set 
+:      029509 pwm_pwm0_duty_set:
+0x69c4 029510 arg core_pwm_pcnt0 ,contw 
+0x69c5 029511 branch pwm_set_pncnt 
+:      029512 pwm_pwm1_duty_set:
+0x69c6 029513 arg core_pwm_pcnt1 ,contw 
+0x69c7 029514 branch pwm_set_pncnt 
+:      029515 pwm_pwm2_duty_set:
+0x69c8 029516 arg core_pwm_pcnt2 ,contw 
+0x69c9 029517 branch pwm_set_pncnt 
+:      029518 pwm_pwm3_duty_set:
+0x69ca 029519 arg core_pwm_pcnt3 ,contw 
+0x69cb 029520 branch pwm_set_pncnt 
+:      029521 pwm_pwm4_duty_set:
+0x69cc 029522 arg core_pwm_pcnt4 ,contw 
+0x69cd 029523 branch pwm_set_pncnt 
+:      029524 pwm_pwm5_duty_set:
+0x69ce 029525 arg core_pwm_pcnt5 ,contw 
+0x69cf 029526 branch pwm_set_pncnt 
+:      029527 pwm_set_pncnt:
+0x69d0 029528 copy rega ,pdata 
+0x69d1 029529 istore 2 ,contw 
+0x69d2 029530 copy regb ,pdata 
+0x69d3 029531 istore 2 ,contw 
+0x69d4 029532 rtn 
+:      029536 pwm_enable:
+0x69d5 029537 enable user 
+0x69d6 029538 branch pwm_gpio_set 
+:      029539 pwm_disable:
+0x69d7 029540 disable user 
+:      029541 pwm_gpio_set:
+0x69d8 029542 beq 4 ,pwm_gpio4_set 
+0x69d9 029543 beq 5 ,pwm_gpio5_set 
+0x69da 029544 beq 27 ,pwm_gpio27_set 
+0x69db 029545 beq 28 ,pwm_gpio28_set 
+0x69dc 029546 beq 3 ,pwm_gpio3_set 
+0x69dd 029547 beq 8 ,pwm_gpio8_set 
+0x69de 029548 beq 20 ,pwm_gpio20_set 
+0x69df 029549 beq 21 ,pwm_gpio21_set 
+0x69e0 029550 beq 22 ,pwm_gpio22_set 
+0x69e1 029551 beq 23 ,pwm_gpio23_set 
+0x69e2 029552 rtn 
+:      029555 pwm_gpio4_set:
+0x69e3 029556 arg 6 ,queue 
+0x69e4 029557 branch pwm_one_set_select 
+:      029558 pwm_gpio5_set:
+0x69e5 029559 arg 7 ,queue 
+0x69e6 029560 branch pwm_one_set_select 
+:      029561 pwm_gpio27_set:
+0x69e7 029562 arg 8 ,queue 
+0x69e8 029563 branch pwm_one_set_select 
+:      029564 pwm_gpio28_set:
+0x69e9 029565 arg 9 ,queue 
+0x69ea 029566 branch pwm_one_set_select 
+:      029567 pwm_gpio3_set:
+0x69eb 029568 arg 10 ,queue 
+0x69ec 029569 branch pwm_one_set_select 
+:      029570 pwm_gpio8_set:
+0x69ed 029571 arg 11 ,queue 
+0x69ee 029572 branch pwm_one_set_select 
+:      029573 pwm_gpio20_set:
+0x69ef 029574 arg 12 ,queue 
+0x69f0 029575 branch pwm_tw0_set_select 
+:      029576 pwm_gpio21_set:
+0x69f1 029577 arg 13 ,queue 
+0x69f2 029578 branch pwm_tw0_set_select 
+:      029579 pwm_gpio22_set:
+0x69f3 029580 arg 14 ,queue 
+0x69f4 029581 branch pwm_tw0_set_select 
+:      029582 pwm_gpio23_set:
+0x69f5 029583 arg 15 ,queue 
+0x69f6 029584 branch pwm_tw0_set_select 
+:      029586 pwm_set_select:
+0x69f7 029587 hfetch 2 ,core_gpio_sel1 
+0x69f8 029588 qsetflag user ,pdata 
+0x69f9 029589 hstore 2 ,core_gpio_sel1 
+0x69fa 029590 copy rega ,queue 
+0x69fb 029591 hfetch 1 ,core_gpio_key2 
+0x69fc 029592 qsetflag user ,pdata 
+0x69fd 029593 hstore 1 ,core_gpio_key2 
+0x69fe 029594 rtn 
+:      029596 pwm_one_set_select:
+0x69ff 029597 add queue ,-4 ,rega 
+0x6a00 029598 branch pwm_set_select 
+:      029600 pwm_tw0_set_select:
+0x6a01 029601 add queue ,-10 ,rega 
+0x6a02 029602 branch pwm_set_select 
+:      029607 rfcomm_init:
+0x6a03 029608 rtn wake 
+0x6a04 029609 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6a05 029610 jam bits9600 ,memremoterpnbitrate 
+0x6a06 029611 jam databits8 ,memremoteprndatabits 
+0x6a07 029612 jam 0x11 ,memremoteprnxon 
+0x6a08 029613 jam 0x13 ,memremoteprnxoff 
+0x6a09 029614 setarg 0 
+0x6a0a 029615 store 3 ,memremoteprnstopbit 
+0x6a0b 029616 store 1 ,mem_spp_state 
+0x6a0c 029617 jam 0 ,memui_reconnect_mode 
+:      029619 rfcomm_init_spp:
+0x6a0d 029620 bpatchx patch34_4 ,mem_patch34 
+0x6a0e 029621 setarg 0 
+0x6a0f 029622 store 1 ,mem_spp_state 
+0x6a10 029623 store 1 ,mem_remote_spp_channel 
+0x6a11 029624 store 1 ,mem_pn_dlci 
+0x6a12 029625 fetch 1 ,mem_credit_flag 
+0x6a13 029626 beq credit_enable ,rfcomm_init_spp_with_credit 
+0x6a14 029627 jam 0x50 ,mem_credit_given 
+0x6a15 029628 rtn 
+:      029630 rfcomm_init_spp_with_credit:
+0x6a16 029631 jam 0x00 ,mem_credit_given 
+0x6a17 029632 rtn 
+:      029634 set_cr_bit:
+0x6a18 029635 or_into 0x02 ,temp 
+0x6a19 029636 rtn 
+:      029648 rfcomm_calculate_fcs_sabm:
+0x6a1a 029649 copy temp ,pdata 
+0x6a1b 029650 reverse pdata ,pdata 
+0x6a1c 029651 store 1 ,memfcstemp3 
+0x6a1d 029652 force ini_tx_sabm ,pdata 
+0x6a1e 029653 reverse pdata ,pdata 
+0x6a1f 029654 store 1 ,memfcstemp2 
+0x6a20 029655 force 0x01 ,pdata 
+0x6a21 029656 reverse pdata ,pdata 
+0x6a22 029657 store 1 ,memfcstemp1 
+0x6a23 029658 call caculate_fcs 
+0x6a24 029659 copy temp ,pdata 
+0x6a25 029660 rtn 
+:      029661 rfcomm_calculate_fcs_ua:
+0x6a26 029662 reverse pdata ,pdata 
+0x6a27 029663 store 1 ,memfcstemp3 
+0x6a28 029664 force rsp_tx_ua ,pdata 
+0x6a29 029665 reverse pdata ,pdata 
+0x6a2a 029666 store 1 ,memfcstemp2 
+0x6a2b 029667 force 0x01 ,pdata 
+0x6a2c 029668 reverse pdata ,pdata 
+0x6a2d 029669 store 1 ,memfcstemp1 
+0x6a2e 029670 branch caculate_fcs 
+:      029672 rfcomm_calculate_fcs_dlci0:
+0x6a2f 029673 fetch 1 ,mem_rfcomm_initiator 
+0x6a30 029674 branch rfcomm_calculate_fcs_dlci0_res ,blank 
+0x6a31 029675 setarg 0x70 
+0x6a32 029676 rtn 
+:      029677 rfcomm_calculate_fcs_dlci0_res:
+0x6a33 029678 setarg 0xaa 
+0x6a34 029679 rtn 
+:      029681 rfcomm_save_fcs_uih:
+0x6a35 029682 reverse pdata ,pdata 
+0x6a36 029683 store 1 ,memfcstemp3 
+0x6a37 029684 force rsp_rx_uih ,pdata 
+0x6a38 029685 call caculate_uihdata_fcs 
+0x6a39 029686 fetcht 2 ,mem_contw_temp 
+0x6a3a 029687 copy temp ,contw 
+0x6a3b 029688 istore 1 ,contw 
+0x6a3c 029689 copy contw ,temp 
+0x6a3d 029690 storet 2 ,mem_contw_temp 
+0x6a3e 029691 force rsp_rx_uih_wdata ,pdata 
+0x6a3f 029692 call caculate_uihdata_fcs 
+0x6a40 029693 fetcht 2 ,mem_contw_temp 
+0x6a41 029694 copy temp ,contw 
+0x6a42 029695 istore 1 ,contw 
+0x6a43 029696 rtn 
+:      029705 caculate_uihdata_fcs:
+0x6a44 029706 reverse pdata ,pdata 
+0x6a45 029707 store 1 ,memfcstemp2 
+0x6a46 029708 fetch 2 ,memfcstemp2 
+0x6a47 029709 lshift8 pdata ,pdata 
+0x6a48 029710 store 3 ,mem_mod2div_temp 
+0x6a49 029711 arg 0x107 ,rega 
+0x6a4a 029712 arg 0xf ,regb 
+0x6a4b 029713 call mod2div 
+0x6a4c 029714 xor_into 0xd7 ,pdata 
+0x6a4d 029715 invert pdata ,pdata 
+0x6a4e 029716 reverse pdata ,pdata 
+0x6a4f 029717 rtn 
+:      029727 caculate_fcs:
+0x6a50 029728 fetch 3 ,memfcstemp1 
+0x6a51 029729 store 3 ,mem_mod2div_temp 
+0x6a52 029730 arg 0x107 ,rega 
+0x6a53 029731 arg 0xf ,regb 
+0x6a54 029732 call mod2div 
+0x6a55 029733 lshift8 pdata ,pdata 
+0x6a56 029734 arg 0x7 ,regb 
+0x6a57 029735 call mod2div 
+0x6a58 029736 xor_into 0x2b ,pdata 
+0x6a59 029737 invert pdata ,pdata 
+0x6a5a 029738 reverse pdata ,pdata 
+0x6a5b 029739 copy pdata ,temp 
+0x6a5c 029740 rtn 
+:      029742 mod2div:
+0x6a5d 029743 arg 0 ,regc 
+0x6a5e 029744 copy regb ,loopcnt 
+0x6a5f 029745 call right_shift_n 
+0x6a60 029746 icopy temp 
+:      029747 mod2div_loop:
+0x6a61 029752 copy temp ,pdata 
+0x6a62 029753 lshift regc ,regc 
+0x6a63 029754 bbit0 8 ,mod2div_not_enough_reduction 
+0x6a64 029755 ixor rega ,temp 
+0x6a65 029756 increase 1 ,regc 
+:      029757 mod2div_not_enough_reduction:
+0x6a66 029758 lshift temp ,temp 
+0x6a67 029759 fetch 3 ,mem_mod2div_temp 
+0x6a68 029760 increase -1 ,regb 
+0x6a69 029761 compare 0xff ,regb ,0xff 
+0x6a6a 029762 branch mod2div_end ,true 
+0x6a6b 029763 copy regb ,loopcnt 
+0x6a6c 029764 call right_shift_n 
+0x6a6d 029765 isolate1 0 ,pdata 
+0x6a6e 029766 setflag true ,0 ,temp 
+0x6a6f 029767 branch mod2div_loop 
+:      029768 mod2div_end:
+0x6a70 029770 rshift temp ,pdata 
+0x6a71 029771 rtn 
+:      029773 get_rfcomm_snd_adss:
+0x6a72 029774 fetcht 1 ,mem_pn_dlci 
+:      029775 dlci_to_address_cmd:
+0x6a73 029777 lshift2 temp ,temp 
+0x6a74 029778 set1 rfcomm_address_ext_len ,temp 
+0x6a75 029779 fetch 1 ,mem_rfcomm_initiator 
+0x6a76 029780 ncall set_cr_bit ,blank 
+0x6a77 029781 storet 1 ,mem_rfcomm_send_adss 
+0x6a78 029782 rtn 
+:      029784 channel_to_dlci:
+0x6a79 029786 lshift temp ,temp 
+0x6a7a 029787 fetch 1 ,mem_rfcomm_initiator 
+0x6a7b 029788 setflag blank ,0 ,temp 
+0x6a7c 029790 rtn 
+:      029791 rfcomm_rx_process_dlci0_sabm:
+0x6a7d 029792 fetcht 1 ,mem_current_channel 
+0x6a7e 029793 jam 0xd7 ,mem_current_fcs 
+0x6a7f 029794 call rfcomm_send_ua 
+0x6a80 029795 fetch 1 ,mem_rfcomm_state 
+0x6a81 029796 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6a82 029797 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6a83 029798 store 1 ,mem_rfcomm_state 
+0x6a84 029799 jam 0 ,mem_rfcomm_initiator 
+0x6a85 029800 branch rfcomm_rx_process_end 
+:      029801 rfcomm_rx_process_dlci0_ua:
+0x6a86 029802 fetch 1 ,mem_rfcomm_state 
+0x6a87 029803 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6a88 029804 store 1 ,mem_rfcomm_state 
+0x6a89 029805 branch rfcomm_rx_process_end 
+:      029808 rfcomm_rx_process:
+0x6a8a 029809 bpatchx patch34_5 ,mem_patch34 
+0x6a8b 029810 fetch 1 ,memui_reconnect_mode 
+0x6a8c 029811 beq no_reconnection ,rfcomm_rx_process_remote_page 
+0x6a8d 029812 branch rfcomm_rx_process_reconn 
+:      029814 rfcomm_rx_process_remote_page:
+0x6a8e 029815 fetch 2 ,mem_l2cap_payload_ptr 
+0x6a8f 029816 copy pdata ,contr 
+0x6a90 029817 call get_rfcomm_head_struct 
+0x6a91 029818 fetch 1 ,mem_current_channel 
+0x6a92 029819 beq 0 ,parse_dlci0_rp 
+0x6a93 029820 branch parse_uih_rp 
+:      029821 parse_dlci0_rp:
+0x6a94 029822 bpatchx patch34_6 ,mem_patch34 
+0x6a95 029823 fetch 1 ,mem_current_frame_type 
+0x6a96 029824 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6a97 029825 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6a98 029826 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
+0x6a99 029827 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn_send_event 
+0x6a9a 029828 rtn 
+:      029831 parse_dlci0_rp_uih:
+0x6a9b 029832 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6a9c 029833 copy pdata ,contr 
+0x6a9d 029834 call get_rfcomm_uih_head_struct 
+0x6a9e 029835 fetch 1 ,mem_uih_cmd_type 
+0x6a9f 029836 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
+0x6aa0 029837 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
+0x6aa1 029838 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
+0x6aa2 029839 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
+0x6aa3 029840 beq uih_param_cmd_remove_port ,parse_dlci0_rp_uih_cmd_port 
+0x6aa4 029841 branch rfcomm_rx_process_end 
+:      029843 parse_dlci0_rp_uih_pn_cmd:
+0x6aa5 029844 call parse_dlci0_rp_uih_pn_res_common 
+0x6aa6 029846 branch parse_dlci0_rp_uih_pn_cmd_spp 
+:      029848 parse_dlci0_rp_uih_pn_cmd_spp:
+0x6aa7 029849 fetch 1 ,mem_spp_state 
+0x6aa8 029850 set1 rfcomm_channel_state_pn_cmd ,pdata 
+0x6aa9 029851 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6aaa 029852 store 1 ,mem_spp_state 
+0x6aab 029853 call rfcomm_send_param_neg_res 
+0x6aac 029854 branch rfcomm_rx_process_end 
+:      029856 parse_dlci0_rp_uih_pn_res:
+0x6aad 029857 call parse_dlci0_rp_uih_pn_res_common 
+0x6aae 029858 branch rfcomm_rx_process_end 
+:      029860 parse_dlci0_rp_uih_pn_res_common:
+0x6aaf 029861 call get_param_payload_ptr 
+0x6ab0 029862 branch get_rfcomm_prarmer_negotiation 
+:      029864 get_rfcomm_param_modem_status:
+0x6ab1 029865 call get_param_payload_ptr 
+0x6ab2 029866 ifetch 1 ,contr 
+0x6ab3 029867 rshift3 pdata ,pdata 
+0x6ab4 029868 store 1 ,mem_ms_channel 
+0x6ab5 029869 ifetch 1 ,contr 
+0x6ab6 029870 store 1 ,mem_ms_param 
+0x6ab7 029871 rtn 
+:      029874 get_rfcomm_head_struct:
+0x6ab8 029875 ifetch 1 ,contr 
+0x6ab9 029876 store 1 ,mem_current_adss 
+0x6aba 029877 rshift3 pdata ,pdata 
+0x6abb 029878 store 1 ,mem_current_channel 
+0x6abc 029879 ifetch 1 ,contr 
+0x6abd 029880 store 1 ,mem_current_frame_type 
+:      029881 get_rfcomm_current_length:
+0x6abe 029882 call get_rfcomm_length_common 
+0x6abf 029883 storet 2 ,mem_current_length 
+0x6ac0 029884 copy contr ,pdata 
+0x6ac1 029885 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6ac2 029886 rtn 
+:      029888 get_rfcomm_uih_head_struct:
+0x6ac3 029889 ifetch 1 ,contr 
+0x6ac4 029890 rshift pdata ,pdata 
+0x6ac5 029891 store 1 ,mem_uih_cmd_type 
+0x6ac6 029892 call get_rfcomm_length_common 
+0x6ac7 029893 storet 2 ,mem_uih_length 
+0x6ac8 029894 copy contr ,pdata 
+0x6ac9 029895 store 2 ,mem_param_payload_ptr 
+0x6aca 029896 rtn 
+:      029899 get_param_payload_ptr:
+0x6acb 029900 fetch 2 ,mem_param_payload_ptr 
+0x6acc 029901 copy pdata ,contr 
+0x6acd 029902 rtn 
+:      029904 get_rfcomm_length_common:
+0x6ace 029905 ifetch 1 ,contr 
+0x6acf 029906 copy pdata ,temp 
+0x6ad0 029907 rshift temp ,temp 
+0x6ad1 029908 rtnbit1 0 
+0x6ad2 029909 ifetch 1 ,contr 
+0x6ad3 029910 lshift3 pdata ,pdata 
+0x6ad4 029911 lshift4 pdata ,pdata 
+0x6ad5 029912 iadd temp ,temp 
+0x6ad6 029913 rtn 
+:      029915 get_rfcomm_prarmer_negotiation:
+0x6ad7 029916 ifetch 1 ,contr 
+0x6ad8 029917 store 1 ,mem_pn_dlci 
+0x6ad9 029918 ifetch 1 ,contr 
+0x6ada 029919 store 1 ,mem_pn_credit_flow_type_info 
+0x6adb 029920 ifetch 1 ,contr 
+0x6adc 029921 store 1 ,mem_pn_priority 
+0x6add 029922 ifetch 1 ,contr 
+0x6ade 029923 store 1 ,mem_pn_acknowledg_timer 
+0x6adf 029924 ifetch 2 ,contr 
+0x6ae0 029925 store 2 ,mem_pn_max_frame_size 
+0x6ae1 029926 ifetch 1 ,contr 
+0x6ae2 029927 store 1 ,mem_pn_max_retrans 
+0x6ae3 029928 ifetch 1 ,contr 
+0x6ae4 029929 store 1 ,mem_remote_credits 
+0x6ae5 029930 rtn 
+:      029933 parse_dlci0_rp_uih_ms_cmd:
+0x6ae6 029934 call get_rfcomm_param_modem_status 
+0x6ae7 029936 branch parse_dlci0_rp_uih_ms_cmd_spp 
+:      029938 parse_dlci0_rp_uih_ms_cmd_spp:
+0x6ae8 029939 fetch 1 ,mem_spp_state 
+0x6ae9 029940 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6aea 029941 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6aeb 029942 store 1 ,mem_spp_state 
+0x6aec 029943 fetcht 1 ,mem_pn_dlci 
+0x6aed 029944 lshift2 temp ,temp 
+0x6aee 029945 or_into 3 ,temp 
+0x6aef 029946 call rfcomm_send_modem_status_res 
+0x6af0 029947 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
+0x6af1 029948 branch rfcomm_rx_process_end 
+:      029950 parse_dlci0_rp_uih_ms_res:
+0x6af2 029951 jam bt_evt_spp_connected ,mem_fifo_temp 
+0x6af3 029952 call ui_ipc_send_event 
+0x6af4 029953 call get_rfcomm_param_modem_status 
+0x6af5 029954 fetch 1 ,mem_ms_channel 
+0x6af6 029955 sub pdata ,1 ,null 
+0x6af7 029956 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
+0x6af8 029957 branch assert 
+:      029958 parse_dlci0_rp_uih_ms_res_spp:
+0x6af9 029959 fetch 1 ,mem_spp_state 
+0x6afa 029960 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6afb 029961 store 1 ,mem_spp_state 
+0x6afc 029962 branch rfcomm_rx_process_end 
+:      029964 parse_dlci0_rp_uih_cmd_port:
+0x6afd 029965 call get_param_payload_ptr 
+0x6afe 029966 ifetch 1 ,contr 
+0x6aff 029967 store 1 ,mem_rpn_dlci 
+0x6b00 029968 call l2cap_malloc_rfcomm_channel 
+0x6b01 029969 call l2cap_get_rfcomm_tx_buff 
+0x6b02 029970 setarg 0x000e 
+0x6b03 029971 istore 2 ,contw 
+0x6b04 029972 fetch 2 ,mem_rfcomm_remote_cid 
+0x6b05 029973 istore 2 ,contw 
+0x6b06 029974 fetch 1 ,mem_rfcomm_initiator 
+0x6b07 029976 lshift pdata ,pdata 
+0x6b08 029977 set1 0 ,pdata 
+0x6b09 029978 istore 1 ,contw 
+0x6b0a 029979 bpatchx patch34_7 ,mem_patch34 
+0x6b0b 029980 setarg 0x15ef 
+0x6b0c 029981 istore 2 ,contw 
+0x6b0d 029982 setarg 0x1191 
+0x6b0e 029983 istore 2 ,contw 
+0x6b0f 029986 fetch 1 ,mem_rpn_dlci 
+0x6b10 029987 istore 1 ,contw 
+0x6b11 029988 setarg 0x000007 
+0x6b12 029989 istore 5 ,contw 
+0x6b13 029992 setarg 0x01 
+0x6b14 029993 istore 2 ,contw 
+0x6b15 029996 call rfcomm_calculate_fcs_dlci0 
+0x6b16 029997 istore 1 ,contw 
+0x6b17 029998 rtn 
+:      030002 parse_uih_rp:
+0x6b18 030003 branch parse_uih_rp_spp 
+:      030005 parse_uih_rp_spp:
+0x6b19 030006 bpatchx patch35_0 ,mem_patch35 
+0x6b1a 030007 fetch 1 ,mem_current_frame_type 
+0x6b1b 030008 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
+0x6b1c 030009 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
+0x6b1d 030010 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6b1e 030011 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6b1f 030012 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
+0x6b20 030013 rtn 
+:      030014 parse_uih_rp_spp_ua:
+0x6b21 030015 fetch 1 ,mem_spp_state 
+0x6b22 030016 set1 rfcomm_channel_state_ua ,pdata 
+0x6b23 030017 store 1 ,mem_spp_state 
+0x6b24 030018 branch rfcomm_rx_process_end 
+:      030019 parse_uih_rp_spp_sabm:
+0x6b25 030020 fetch 1 ,mem_spp_state 
+0x6b26 030021 set1 rfcomm_channel_state_ua ,pdata 
+0x6b27 030022 set1 rfcomm_channel_state_sabm ,pdata 
+0x6b28 030023 store 1 ,mem_spp_state 
+0x6b29 030024 fetch 1 ,mem_current_adss 
+0x6b2a 030025 call rfcomm_calculate_fcs_ua 
+0x6b2b 030026 store 1 ,mem_current_fcs 
+0x6b2c 030027 call rfcomm_send_ua 
+0x6b2d 030028 fetch 1 ,mem_current_adss 
+0x6b2e 030029 rshift2 pdata ,pdata 
+0x6b2f 030030 store 1 ,mem_pn_dlci 
+0x6b30 030031 lshift2 pdata ,pdata 
+0x6b31 030032 set0 rfcomm_address_cr ,pdata 
+0x6b32 030033 set1 rfcomm_address_ext_len ,pdata 
+0x6b33 030034 arg mem_hiufcs_spp ,temp 
+0x6b34 030035 storet 2 ,mem_contw_temp 
+0x6b35 030036 call rfcomm_save_fcs_uih 
+0x6b36 030037 branch rfcomm_rx_process_end 
+:      030039 parse_uih_spp_uih_credits:
+0x6b37 030040 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b38 030041 copy pdata ,contr 
+0x6b39 030042 increase 1 ,pdata 
+0x6b3a 030043 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b3b 030044 ifetch 1 ,contr 
+0x6b3c 030045 fetcht 1 ,mem_remote_credits 
+0x6b3d 030046 iadd temp ,pdata 
+0x6b3e 030047 store 1 ,mem_remote_credits 
+:      030048 parse_uih_spp_uih:
+0x6b3f 030049 call rfcomm_increase_credit_given 
+:      030050 parse_uih_spp_uih_cont:
+0x6b40 030051 call get_rfcomm_snd_adss 
+0x6b41 030052 call rfcomm_send_uih_without_payload 
+0x6b42 030053 call spp_process_rx_data 
+0x6b43 030054 branch rfcomm_rx_process_end 
+:      030056 parse_uih_rp_spp_disconn_send_event:
+0x6b44 030057 jam bt_evt_spp_disconnected ,mem_fifo_temp 
+0x6b45 030058 call ui_ipc_send_event 
+:      030059 parse_uih_rp_spp_disconn:
+0x6b46 030060 call rfcomm_init_spp 
+0x6b47 030061 fetch 1 ,mem_current_adss 
+0x6b48 030062 call rfcomm_calculate_fcs_ua 
+0x6b49 030063 store 1 ,mem_current_fcs 
+0x6b4a 030064 call rfcomm_send_ua 
+0x6b4b 030065 branch rfcomm_rx_process_end 
+:      030070 rfcomm_rx_process_reconn:
+0x6b4c 030071 fetch 2 ,mem_l2cap_payload_ptr 
+0x6b4d 030072 copy pdata ,contr 
+0x6b4e 030073 call get_rfcomm_head_struct 
+0x6b4f 030074 fetch 1 ,mem_current_channel 
+0x6b50 030075 beq 0 ,parse_dlci0_reconn 
+0x6b51 030076 branch parse_uih_reconn 
+:      030078 parse_dlci0_reconn:
+0x6b52 030079 bpatchx patch35_1 ,mem_patch35 
+0x6b53 030080 fetch 1 ,mem_current_frame_type 
+0x6b54 030081 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6b55 030082 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6b56 030083 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
+0x6b57 030084 branch rfcomm_rx_process_end 
+:      030085 parse_dlci0_reconn_uih:
+0x6b58 030086 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b59 030087 copy pdata ,contr 
+0x6b5a 030088 call get_rfcomm_uih_head_struct 
+0x6b5b 030089 fetch 1 ,mem_uih_cmd_type 
+0x6b5c 030090 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
+0x6b5d 030091 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
+0x6b5e 030092 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
+0x6b5f 030093 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
+0x6b60 030094 branch rfcomm_rx_process_end 
+:      030096 parse_dlci0_reconn_uih_pn_cmd:
+0x6b61 030097 call parse_dlci0_rp_uih_pn_res_common 
+0x6b62 030098 fetch 1 ,mem_pn_dlci 
+0x6b63 030099 rshift pdata ,pdata 
+0x6b64 030100 fetcht 1 ,mem_remote_spp_channel 
+0x6b65 030101 isub temp ,null 
+0x6b66 030102 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
+0x6b67 030103 branch assert 
+:      030104 parse_dlci0_reconn_uih_pn_cmd_spp:
+0x6b68 030105 fetch 1 ,mem_spp_state 
+0x6b69 030106 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6b6a 030107 store 1 ,mem_spp_state 
+0x6b6b 030108 branch rfcomm_rx_process_end 
+:      030110 parse_dlci0_reconn_uih_ms_cmd:
+0x6b6c 030111 call get_rfcomm_param_modem_status 
+0x6b6d 030112 fetch 1 ,mem_ms_channel 
+0x6b6e 030113 fetcht 1 ,mem_remote_spp_channel 
+0x6b6f 030114 isub temp ,null 
+0x6b70 030115 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
+0x6b71 030116 branch assert 
+0x6b72 030117 branch rfcomm_rx_process_end 
+:      030118 parse_dlci0_reconn_uih_ms_cmd_spp:
+0x6b73 030119 fetch 1 ,mem_spp_state 
+0x6b74 030120 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6b75 030121 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6b76 030122 store 1 ,mem_spp_state 
+0x6b77 030123 fetcht 1 ,mem_pn_dlci 
+0x6b78 030124 lshift2 temp ,temp 
+0x6b79 030125 or_into 3 ,temp 
+0x6b7a 030126 call rfcomm_send_modem_status_res 
+0x6b7b 030127 branch rfcomm_rx_process_end 
+:      030129 parse_dlci0_reconn_uih_ms_res:
+0x6b7c 030130 call get_rfcomm_param_modem_status 
+0x6b7d 030131 fetch 1 ,mem_ms_channel 
+0x6b7e 030132 fetcht 1 ,mem_remote_spp_channel 
+0x6b7f 030133 isub temp ,null 
+0x6b80 030134 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
+0x6b81 030135 branch assert 
+:      030136 parse_dlci0_reconn_uih_ms_res_spp:
+0x6b82 030137 fetch 1 ,mem_spp_state 
+0x6b83 030138 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6b84 030139 store 1 ,mem_spp_state 
+0x6b85 030140 branch rfcomm_rx_process_end 
+:      030142 parse_uih_reconn:
+0x6b86 030143 fetch 1 ,mem_current_channel 
+0x6b87 030144 fetcht 1 ,mem_remote_spp_channel 
+0x6b88 030145 isub temp ,null 
+0x6b89 030146 branch parse_uih_reconn_spp ,zero 
+0x6b8a 030147 branch assert 
+0x6b8b 030148 branch rfcomm_rx_process_end 
+:      030150 parse_uih_reconn_spp:
+0x6b8c 030151 fetch 1 ,mem_current_frame_type 
+0x6b8d 030152 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
+0x6b8e 030153 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6b8f 030154 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6b90 030155 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
+:      030156 parse_uih_reconn_spp_ua:
+0x6b91 030157 fetch 1 ,mem_spp_state 
+0x6b92 030158 set1 rfcomm_channel_state_ua ,pdata 
+0x6b93 030159 store 1 ,mem_spp_state 
+0x6b94 030160 branch rfcomm_rx_process_end 
+:      030161 parse_uih_reconn_spp_sabm:
+0x6b95 030162 branch parse_uih_reconn_spp_sabm 
+:      030163 parse_uih_reconn_spp_disconn:
+0x6b96 030164 branch parse_uih_rp_spp_disconn 
+:      030165 rfcomm_rx_process_end:
+0x6b97 030166 rtn 
+:      030168 rfcomm_send_more_pkt:
+0x6b98 030169 fetch 1 ,mem_rfcomm_send_more_pkt 
+0x6b99 030170 rtn blank 
+0x6b9a 030171 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
+0x6b9b 030172 branch assert 
+:      030174 rfcomm_send_more_pkt_msc_cmd_spp:
+0x6b9c 030175 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6b9d 030176 call l2cap_malloc_rfcomm_channel 
+0x6b9e 030177 arg spp_slave_channel ,temp 
+0x6b9f 030178 fetcht 1 ,mem_pn_dlci 
+0x6ba0 030179 lshift2 temp ,temp 
+:      030180 rfcomm_send_more_pkt_msc_cmd_spp0:
+0x6ba1 030181 or_into 0x03 ,temp 
+0x6ba2 030182 arg 0xaa ,rega 
+0x6ba3 030183 call rfcomm_send_modem_status_cmd 
+0x6ba4 030184 call l2cap_get_rfcomm_tx_buff 
+0x6ba5 030185 copy contw ,contr 
+0x6ba6 030186 ifetch 2 ,contr 
+0x6ba7 030187 branch assert ,blank 
+0x6ba8 030188 rtn 
+:      030190 rfcomm_send_sabm:
+0x6ba9 030191 call l2cap_get_rfcomm_tx_buff 
+0x6baa 030192 setarg 0x0004 
+0x6bab 030193 istore 2 ,contw 
+0x6bac 030194 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bad 030195 istore 2 ,contw 
+0x6bae 030196 fetch 1 ,mem_current_adss 
+0x6baf 030197 istore 1 ,contw 
+0x6bb0 030198 bpatchx patch35_2 ,mem_patch35 
+0x6bb1 030199 setarg 0x013f 
+0x6bb2 030200 istore 2 ,contw 
+0x6bb3 030201 fetch 1 ,mem_current_fcs 
+0x6bb4 030202 istore 1 ,contw 
+0x6bb5 030203 rtn 
+:      030204 rfcomm_send_ua:
+0x6bb6 030205 call l2cap_malloc_rfcomm_channel 
+0x6bb7 030206 call l2cap_get_rfcomm_tx_buff 
+0x6bb8 030207 setarg 0x0004 
+0x6bb9 030208 istore 2 ,contw 
+0x6bba 030209 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bbb 030210 istore 2 ,contw 
+0x6bbc 030211 fetch 1 ,mem_current_adss 
+0x6bbd 030212 istore 1 ,contw 
+0x6bbe 030213 bpatchx patch35_3 ,mem_patch35 
+0x6bbf 030214 setarg 0x0173 
+0x6bc0 030215 istore 2 ,contw 
+0x6bc1 030216 fetch 1 ,mem_current_fcs 
+0x6bc2 030217 istore 1 ,contw 
+0x6bc3 030218 rtn 
+:      030219 rfcomm_send_param_neg_cmd:
+0x6bc4 030220 call l2cap_get_rfcomm_tx_buff 
+0x6bc5 030221 setarg 0x000e 
+0x6bc6 030222 istore 2 ,contw 
+0x6bc7 030223 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bc8 030224 istore 2 ,contw 
+0x6bc9 030225 fetch 1 ,mem_rfcomm_initiator 
+0x6bca 030226 lshift pdata ,pdata 
+0x6bcb 030227 set1 0 ,pdata 
+0x6bcc 030228 istore 1 ,contw 
+0x6bcd 030229 bpatchx patch35_4 ,mem_patch35 
+0x6bce 030230 setarg 0x15ef 
+0x6bcf 030231 istore 2 ,contw 
+0x6bd0 030232 setarg 0x1183 
+0x6bd1 030233 istore 2 ,contw 
+0x6bd2 030234 copy temp ,pdata 
+0x6bd3 030235 istore 1 ,contw 
+0x6bd4 030236 setarg 0x0000f0 
+0x6bd5 030237 istore 3 ,contw 
+0x6bd6 030238 setarg rfcomm_max_frame_size 
+0x6bd7 030239 istore 2 ,contw 
+0x6bd8 030240 setarg 0 
+0x6bd9 030241 istore 1 ,contw 
+0x6bda 030242 setarg 0x01 
+0x6bdb 030243 istore 1 ,contw 
+0x6bdc 030244 call rfcomm_calculate_fcs_dlci0 
+0x6bdd 030245 istore 1 ,contw 
+0x6bde 030246 jam 0x10 ,mem_credit_given 
+0x6bdf 030247 rtn 
+:      030248 rfcomm_send_param_neg_res:
+0x6be0 030249 call l2cap_malloc_rfcomm_channel 
+0x6be1 030250 call l2cap_get_rfcomm_tx_buff 
+0x6be2 030251 setarg 0x000e 
+0x6be3 030252 istore 2 ,contw 
+0x6be4 030253 fetch 2 ,mem_rfcomm_remote_cid 
+0x6be5 030254 istore 2 ,contw 
+0x6be6 030255 fetch 1 ,mem_rfcomm_initiator 
+0x6be7 030256 lshift pdata ,pdata 
+0x6be8 030257 set1 0 ,pdata 
+0x6be9 030258 istore 1 ,contw 
+0x6bea 030259 bpatchx patch35_5 ,mem_patch35 
+0x6beb 030260 setarg 0x15ef 
+0x6bec 030261 istore 2 ,contw 
+0x6bed 030262 setarg 0x1181 
+0x6bee 030263 istore 2 ,contw 
+0x6bef 030264 fetch 1 ,mem_pn_dlci 
+0x6bf0 030265 istore 1 ,contw 
+0x6bf1 030266 setarg 0x0000e0 
+0x6bf2 030267 istore 3 ,contw 
+0x6bf3 030268 fetch 2 ,mem_rfcomm_max_frame_size 
+0x6bf4 030269 istore 2 ,contw 
+0x6bf5 030270 setarg 0x00 
+0x6bf6 030271 istore 1 ,contw 
+0x6bf7 030272 fetch 1 ,mem_rfcomm_credit_init_data 
+0x6bf8 030273 istore 1 ,contw 
+0x6bf9 030274 call rfcomm_calculate_fcs_dlci0 
+0x6bfa 030275 istore 1 ,contw 
+0x6bfb 030276 rtn 
+:      030277 rfcomm_send_modem_status_cmd:
+0x6bfc 030278 call l2cap_get_rfcomm_tx_buff 
+0x6bfd 030279 setarg 0x0008 
+0x6bfe 030280 istore 2 ,contw 
+0x6bff 030281 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c00 030282 istore 2 ,contw 
+0x6c01 030283 fetch 1 ,mem_rfcomm_initiator 
+0x6c02 030284 lshift pdata ,pdata 
+0x6c03 030285 set1 0 ,pdata 
+0x6c04 030286 istore 1 ,contw 
+0x6c05 030287 bpatchx patch35_6 ,mem_patch35 
+0x6c06 030288 setarg 0x09ef 
+0x6c07 030289 istore 2 ,contw 
+0x6c08 030290 setarg 0x05e3 
+0x6c09 030291 istore 2 ,contw 
+0x6c0a 030292 copy temp ,pdata 
+0x6c0b 030293 istore 1 ,contw 
+0x6c0c 030294 setarg 0x8d 
+0x6c0d 030295 istore 1 ,contw 
+0x6c0e 030296 call rfcomm_calculate_fcs_dlci0 
+0x6c0f 030297 istore 1 ,contw 
+0x6c10 030298 rtn 
+:      030300 rfcomm_send_modem_status_res:
+0x6c11 030301 call l2cap_malloc_rfcomm_channel 
+0x6c12 030302 call l2cap_get_rfcomm_tx_buff 
+0x6c13 030303 setarg 0x0008 
+0x6c14 030304 istore 2 ,contw 
+0x6c15 030305 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c16 030306 istore 2 ,contw 
+0x6c17 030307 copy temp ,timeup 
+0x6c18 030308 fetch 1 ,mem_rfcomm_initiator 
+0x6c19 030309 lshift pdata ,pdata 
+0x6c1a 030310 set1 0 ,pdata 
+0x6c1b 030311 istore 1 ,contw 
+0x6c1c 030312 bpatchx patch35_7 ,mem_patch35 
+0x6c1d 030313 setarg 0x09ef 
+0x6c1e 030314 istore 2 ,contw 
+0x6c1f 030315 setarg 0x05e1 
+0x6c20 030316 istore 2 ,contw 
+0x6c21 030317 copy timeup ,pdata 
+0x6c22 030318 istore 1 ,contw 
+0x6c23 030319 setarg 0x8d 
+0x6c24 030320 istore 1 ,contw 
+0x6c25 030321 call rfcomm_calculate_fcs_dlci0 
+0x6c26 030322 istore 1 ,contw 
+0x6c27 030323 rtn 
+:      030325 rfcomm_send_uih_without_payload:
+0x6c28 030326 bpatchx patch36_0 ,mem_patch36 
+0x6c29 030327 fetch 1 ,mem_credit_given 
+0x6c2a 030328 rtn blank 
+0x6c2b 030329 hfetch 2 ,core_uart_rxitems 
+0x6c2c 030330 nrtn blank 
+0x6c2d 030331 copy rega ,pdata 
+0x6c2e 030332 store 1 ,mem_pdatatemp + 1 
+0x6c2f 030333 storet 1 ,mem_pdatatemp 
+0x6c30 030334 call l2cap_malloc_is_fifo_full 
+0x6c31 030335 nrtn blank 
+0x6c32 030336 call l2cap_malloc_rfcomm_channel 
+0x6c33 030337 call l2cap_get_rfcomm_tx_buff 
+0x6c34 030338 setarg 0x05 
+0x6c35 030339 istore 2 ,contw 
+0x6c36 030340 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c37 030341 istore 2 ,contw 
+0x6c38 030342 fetch 1 ,mem_rfcomm_send_adss 
+0x6c39 030343 istore 1 ,contw 
+0x6c3a 030344 setarg 0x01ff 
+0x6c3b 030345 istore 2 ,contw 
+0x6c3c 030346 fetch 1 ,mem_credit_given 
+0x6c3d 030347 istore 1 ,contw 
+0x6c3e 030348 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6c3f 030349 istore 1 ,contw 
+0x6c40 030350 jam 0 ,mem_credit_given 
+0x6c41 030351 rtn 
+:      030353 rfcomm_increase_credit_given:
+0x6c42 030354 bpatchx patch36_1 ,mem_patch36 
+0x6c43 030355 fetch 1 ,mem_credit_flag 
+0x6c44 030356 rtneq credit_enable 
+0x6c45 030357 fetch 2 ,mem_current_length 
+0x6c46 030358 rtn blank 
+0x6c47 030359 fetch 1 ,mem_credit_given 
+0x6c48 030360 increase 1 ,pdata 
+0x6c49 030361 store 1 ,mem_credit_given 
+0x6c4a 030362 rtn 
+:      030364 spp_process_rx_data:
+0x6c4b 030365 fetch 2 ,mem_cb_receive_spp_data 
+0x6c4c 030366 branch callback_func 
+:      030368 spp_tx_rfcomm_packet:
+0x6c4d 030369 bpatchx patch36_2 ,mem_patch36 
+0x6c4e 030371 fetch 1 ,mem_remote_credits 
+0x6c4f 030372 rtn blank 
+0x6c50 030373 increase -1 ,pdata 
+0x6c51 030374 store 1 ,mem_remote_credits 
+0x6c52 030375 fetch 2 ,mem_pn_max_frame_size 
+0x6c53 030376 fetcht 2 ,mem_current_packet_length 
+0x6c54 030377 isub temp ,null 
+0x6c55 030378 branch ssp_tx_rfcomm_from_uart ,positive 
+0x6c56 030379 store 2 ,mem_current_packet_length 
+:      030380 ssp_tx_rfcomm_from_uart:
+0x6c57 030381 fetch 1 ,mem_credit_given 
+0x6c58 030382 branch ssp_tx_rfcomm_from_uart_without_credit ,blank 
+0x6c59 030383 jam 1 ,mem_rfcomm_send_offset 
+0x6c5a 030384 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6c5b 030385 store 1 ,mem_rfcomm_send_fcs 
+0x6c5c 030386 setarg rsp_rx_uih_wdata 
+0x6c5d 030387 store 1 ,mem_rfcomm_send_frame_type 
+0x6c5e 030388 branch ssp_tx_rfcomm_from_uart_common 
+:      030389 ssp_tx_rfcomm_from_uart_without_credit:
+0x6c5f 030390 jam 0 ,mem_rfcomm_send_offset 
+0x6c60 030391 fetch 1 ,mem_hiufcs_spp 
+0x6c61 030392 store 1 ,mem_rfcomm_send_fcs 
+0x6c62 030393 setarg rsp_tx_uih 
+0x6c63 030394 store 1 ,mem_rfcomm_send_frame_type 
+:      030395 ssp_tx_rfcomm_from_uart_common:
+0x6c64 030396 bpatchx patch36_3 ,mem_patch36 
+0x6c65 030397 fetch 2 ,mem_current_packet_length 
+0x6c66 030398 sub pdata ,127 ,null 
+0x6c67 030399 branch ssp_tx_rfcomm_from_uart_common0 ,positive 
+0x6c68 030400 fetch 1 ,mem_rfcomm_send_offset 
+0x6c69 030401 increase 1 ,pdata 
+0x6c6a 030402 store 1 ,mem_rfcomm_send_offset 
+:      030403 ssp_tx_rfcomm_from_uart_common0:
+0x6c6b 030404 call get_rfcomm_snd_adss 
+0x6c6c 030405 fetch 2 ,mem_current_packet_length 
+0x6c6d 030406 increase 8 ,pdata 
+0x6c6e 030407 fetcht 1 ,mem_rfcomm_send_offset 
+0x6c6f 030408 iadd temp ,rega 
+0x6c70 030410 call l2cap_malloc 
+0x6c71 030411 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x6c72 030412 increase 4 ,pdata 
+0x6c73 030413 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x6c74 030414 copy pdata ,contw 
+0x6c75 030415 fetch 1 ,mem_rfcomm_send_adss 
+0x6c76 030416 istore 1 ,contw 
+0x6c77 030417 fetch 1 ,mem_rfcomm_send_frame_type 
+0x6c78 030418 istore 1 ,contw 
+0x6c79 030419 call ssp_tx_write_length 
+0x6c7a 030420 call ssp_tx_write_given_credit 
+0x6c7b 030421 bpatchx patch36_4 ,mem_patch36 
+0x6c7c 030422 fetch 2 ,mem_nl_rx_data_src 
+0x6c7d 030423 copy pdata ,contru 
+0x6c7e 030424 fetch 2 ,mem_current_packet_length 
+0x6c7f 030425 copy pdata ,loopcnt 
+0x6c80 030426 call uart_copy_rx_bytes_fast 
+0x6c81 030427 copy contw ,temp 
+0x6c82 030428 copy contru ,pdata 
+0x6c83 030429 store 2 ,mem_nl_rx_data_src 
+0x6c84 030430 copy temp ,contw 
+0x6c85 030431 fetch 1 ,mem_rfcomm_send_fcs 
+0x6c86 030432 istore 1 ,contw 
+0x6c87 030433 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x6c88 030434 copy pdata ,contw 
+0x6c89 030435 fetch 2 ,mem_current_packet_length 
+0x6c8a 030436 fetcht 1 ,mem_rfcomm_send_offset 
+0x6c8b 030437 iadd temp ,pdata 
+0x6c8c 030438 increase 4 ,pdata 
+0x6c8d 030439 istore 2 ,contw 
+0x6c8e 030440 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c8f 030441 istore 2 ,contw 
+0x6c90 030442 jam 0 ,mem_credit_given 
+0x6c91 030443 fetch 2 ,mem_nl_rx_len_all 
+0x6c92 030444 beq 0 ,module_hci_command_tx_spp_tx_complete 
+0x6c93 030445 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x6c94 030446 rtn 
+:      030448 ssp_tx_write_length:
+0x6c95 030449 bpatchx patch36_5 ,mem_patch36 
+0x6c96 030450 fetch 2 ,mem_current_packet_length 
+0x6c97 030451 sub pdata ,0x7f ,null 
+0x6c98 030452 nbranch ssp_tx_write_long_packet ,positive 
+0x6c99 030453 lshift pdata ,pdata 
+0x6c9a 030454 set1 0 ,pdata 
+0x6c9b 030455 istore 1 ,contw 
+0x6c9c 030456 rtn 
+:      030457 ssp_tx_write_long_packet:
+0x6c9d 030458 fetch 2 ,mem_current_packet_length 
+0x6c9e 030459 rshift3 pdata ,pdata 
+0x6c9f 030460 rshift4 pdata ,temp 
+0x6ca0 030461 and_into 0x7f ,pdata 
+0x6ca1 030462 lshift pdata ,pdata 
+0x6ca2 030463 set0 0 ,pdata 
+0x6ca3 030464 istore 1 ,contw 
+0x6ca4 030465 istoret 1 ,contw 
+0x6ca5 030466 rtn 
+:      030467 ssp_tx_write_given_credit:
+0x6ca6 030468 fetch 1 ,mem_credit_given 
+0x6ca7 030469 rtn blank 
+0x6ca8 030470 istore 1 ,contw 
+0x6ca9 030471 rtn 
+:      030476 scheduler_process:
+0x6caa 030477 bpatchx patch36_6 ,mem_patch36 
+0x6cab 030478 call check_51cmd 
+0x6cac 030479 call app_process_bb_event 
+0x6cad 030480 call process_conn_sm 
+0x6cae 030482 bpatchx patch36_7 ,mem_patch36 
+0x6caf 030483 call sp_calc_sequence 
+0x6cb0 030484 call simple_pairing_sequence 
+0x6cb1 030485 call master_simple_paring_sequence 
+0x6cb2 030488 call l2cap_malloc_is_fifo_full 
+0x6cb3 030489 nrtn blank 
+0x6cb4 030491 call l2cap_call_proc_sigal_pending 
+0x6cb5 030492 call l2cap_malloc_is_fifo_full 
+0x6cb6 030493 nrtn blank 
+0x6cb7 030494 bpatchx patch37_0 ,mem_patch37 
+0x6cb8 030496 call process_upper_sm 
+0x6cb9 030497 call l2cap_send_config_req 
+0x6cba 030498 call rfcomm_send_more_pkt 
+:      030499 scheduler_process0:
+0x6cbb 030500 call scheduler_tx_disconnect_hid 
+0x6cbc 030501 bpatchx patch37_1 ,mem_patch37 
+0x6cbd 030504 branch app_process_bt 
+:      030506 scheduler_tx_disconnect_hid:
+0x6cbe 030507 fetch 1 ,mem_control_tasks 
+0x6cbf 030508 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
+0x6cc0 030509 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
+0x6cc1 030510 rtn 
+:      030512 scheduler_tx_l2cap_pkt:
+0x6cc2 030513 bpatchx patch37_2 ,mem_patch37 
+0x6cc3 030514 call l2cap_malloc_is_fifo_empty 
+0x6cc4 030515 rtn blank 
+0x6cc5 030516 fetch 1 ,mem_op 
+0x6cc6 030517 rtnbit1 op_txl2cap 
+0x6cc7 030518 call l2cap_malloc_fifo_out 
+0x6cc8 030519 store 2 ,mem_txptr 
+0x6cc9 030520 copy pdata ,contr 
+0x6cca 030521 ifetch 2 ,contr 
+0x6ccb 030522 increase 4 ,pdata 
+0x6ccc 030523 store 2 ,mem_tx_len 
+0x6ccd 030524 jam 6 ,mem_tx_lch 
+0x6cce 030525 bpatchx patch37_3 ,mem_patch37 
+0x6ccf 030526 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6cd0 030527 branch scheduler_tx_l2cap_start_pkt ,blank 
+0x6cd1 030528 fetch 1 ,mem_op 
+0x6cd2 030529 rtnbit0 op_pkt_comp 
+0x6cd3 030530 set0 op_pkt_comp ,pdata 
+0x6cd4 030531 store 1 ,mem_op 
+0x6cd5 030532 jam 5 ,mem_tx_lch 
+0x6cd6 030533 fetcht 2 ,mem_l2cap_tx_multi_offset 
+0x6cd7 030534 fetch 2 ,mem_txptr 
+0x6cd8 030535 iadd temp ,pdata 
+0x6cd9 030536 store 2 ,mem_txptr 
+0x6cda 030537 fetch 2 ,mem_tx_len 
+0x6cdb 030538 isub temp ,pdata 
+0x6cdc 030539 store 2 ,mem_tx_len 
+:      030540 scheduler_tx_l2cap_start_pkt:
+0x6cdd 030541 bpatchx patch37_4 ,mem_patch37 
+0x6cde 030542 fetch 2 ,mem_tx_len 
+0x6cdf 030543 branch assert ,blank 
+0x6ce0 030544 arg l2cap_max_pkt_len ,temp 
+0x6ce1 030545 isub temp ,pdata 
+0x6ce2 030546 nbranch scheduler_tx_l2cap_last_pkt ,positive 
+0x6ce3 030547 bpatchx patch37_5 ,mem_patch37 
+0x6ce4 030548 storet 2 ,mem_tx_len 
+0x6ce5 030549 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6ce6 030550 iadd temp ,pdata 
+0x6ce7 030551 store 2 ,mem_l2cap_tx_multi_offset 
+0x6ce8 030552 branch scheduler_tx_l2cap_pkt_end 
+:      030553 scheduler_tx_l2cap_last_pkt:
+0x6ce9 030554 setarg 0 
+0x6cea 030555 store 2 ,mem_l2cap_tx_multi_offset 
+:      030556 scheduler_tx_l2cap_pkt_end:
+0x6ceb 030557 fetch 1 ,mem_op 
+0x6cec 030558 set1 op_txl2cap ,pdata 
+0x6ced 030559 store 1 ,mem_op 
+0x6cee 030560 rtn 
+:      030562 scheduler_start_upper_sm:
+0x6cef 030563 fetch 1 ,mem_ui_profile_supported 
+0x6cf0 030564 bbit1 support_hid ,scheduler_start_upper_sm_hid 
+0x6cf1 030565 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
+0x6cf2 030566 rtn 
+:      030567 scheduler_start_upper_sm_hid:
+0x6cf3 030568 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6cf4 030569 rtn 
+:      030571 process_upper_sm:
+0x6cf5 030572 fetch 1 ,memui_reconnect_mode 
+0x6cf6 030573 nbranch process_upper_sm_reconn ,blank 
+:      030574 process_upper_sm_remote_page:
+0x6cf7 030575 fetch 1 ,mem_upper_sm_remote_page 
+0x6cf8 030577 rtn blank 
+0x6cf9 030579 jam 0 ,mem_upper_sm_remote_page 
+:      030580 process_upper_sm_rp_wait:
+0x6cfa 030581 rtn 
+:      030584 process_upper_sm_reconn:
+0x6cfb 030585 bpatchx patch37_6 ,mem_patch37 
+0x6cfc 030586 fetch 1 ,mem_upper_sm_reconn 
+0x6cfd 030587 rtn blank 
+0x6cfe 030588 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
+0x6cff 030589 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
+0x6d00 030590 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
+0x6d01 030591 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
+0x6d02 030592 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
+0x6d03 030593 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
+0x6d04 030594 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
+0x6d05 030595 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
+0x6d06 030596 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
+0x6d07 030597 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
+0x6d08 030598 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
+0x6d09 030599 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
+0x6d0a 030600 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
+0x6d0b 030601 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
+0x6d0c 030602 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
+0x6d0d 030603 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
+0x6d0e 030604 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
+0x6d0f 030605 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
+0x6d10 030606 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
+0x6d11 030607 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
+0x6d12 030608 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
+0x6d13 030609 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
+0x6d14 030610 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
+0x6d15 030611 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
+0x6d16 030612 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
+0x6d17 030613 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
+0x6d18 030614 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
+0x6d19 030615 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
+:      030616 process_upper_sm_reconn_wait:
+0x6d1a 030617 rtn 
+:      030618 process_upper_sm_reconn_sdp_conn:
+0x6d1b 030619 call upper_sm_send_sdp_conn 
+0x6d1c 030620 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
+0x6d1d 030621 fetch 1 ,mem_sdp_state 
+0x6d1e 030622 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d1f 030623 store 1 ,mem_sdp_state 
+0x6d20 030624 rtn 
+:      030625 process_upper_sm_reconn_sdp_cfg:
+0x6d21 030626 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6d22 030627 fetch 1 ,mem_sdp_state 
+0x6d23 030628 rtnbit1 l2cap_channel_state_snd_cfg_req 
+0x6d24 030629 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6d25 030630 call upper_sm_send_sdp_cfg 
+0x6d26 030631 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6d27 030632 fetch 1 ,mem_sdp_state 
+0x6d28 030633 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d29 030634 store 1 ,mem_sdp_state 
+0x6d2a 030635 rtn 
+:      030636 process_upper_sm_reconn_ss_spp:
+0x6d2b 030637 call l2cap_malloc_is_fifo_empty 
+0x6d2c 030638 nrtn blank 
+0x6d2d 030639 call upper_sm_send_ss_spp 
+0x6d2e 030640 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
+0x6d2f 030641 rtn 
+:      030642 process_upper_sm_reconn_sdp_disconn:
+0x6d30 030643 call upper_sm_send_sdp_disconn 
+0x6d31 030644 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
+0x6d32 030645 rtn 
+:      030646 process_upper_sm_reconn_hid_ctrl_conn:
+0x6d33 030647 call upper_sm_send_hid_ctrl_conn 
+0x6d34 030648 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
+0x6d35 030649 fetch 1 ,mem_hid_control_state 
+0x6d36 030650 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d37 030651 store 1 ,mem_hid_control_state 
+0x6d38 030652 rtn 
+:      030653 process_upper_sm_reconn_hid_ctrl_cfg:
+0x6d39 030654 call upper_sm_send_hid_ctrl_cfg 
+0x6d3a 030655 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
+0x6d3b 030656 fetch 1 ,mem_hid_control_state 
+0x6d3c 030657 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d3d 030658 store 1 ,mem_hid_control_state 
+0x6d3e 030659 rtn 
+:      030660 process_upper_sm_reconn_hid_int_conn:
+0x6d3f 030661 call upper_sm_send_hid_int_conn 
+0x6d40 030662 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
+0x6d41 030663 fetch 1 ,mem_hid_interrupt_state 
+0x6d42 030664 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d43 030665 store 1 ,mem_hid_interrupt_state 
+0x6d44 030666 rtn 
+:      030667 process_upper_sm_reconn_hid_int_cfg:
+0x6d45 030668 call upper_sm_send_hid_int_cfg 
+0x6d46 030669 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
+0x6d47 030670 fetch 1 ,mem_hid_interrupt_state 
+0x6d48 030671 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d49 030672 store 1 ,mem_hid_interrupt_state 
+0x6d4a 030673 rtn 
+:      030674 process_upper_sm_reconn_rfcomm_conn:
+0x6d4b 030675 call upper_sm_send_rfcomm_conn 
+0x6d4c 030676 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
+0x6d4d 030677 fetch 1 ,mem_rfcomm_state 
+0x6d4e 030678 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d4f 030679 store 1 ,mem_rfcomm_state 
+0x6d50 030680 rtn 
+:      030681 process_upper_sm_reconn_rfcomm_cfg:
+0x6d51 030682 call upper_sm_send_rfcomm_cfg 
+0x6d52 030683 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
+0x6d53 030684 fetch 1 ,mem_rfcomm_state 
+0x6d54 030685 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d55 030686 store 1 ,mem_rfcomm_state 
+0x6d56 030687 rtn 
+:      030688 process_upper_sm_reconn_rfcomm_sabm:
+0x6d57 030689 call upper_sm_send_rfcomm_sabm 
+0x6d58 030690 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
+0x6d59 030691 fetch 1 ,mem_rfcomm_state 
+0x6d5a 030692 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6d5b 030693 store 1 ,mem_rfcomm_state 
+0x6d5c 030694 rtn 
+:      030695 process_upper_sm_reconn_spp_cmd_pn:
+0x6d5d 030696 call upper_sm_send_spp_cmd_pn 
+0x6d5e 030697 fetch 1 ,mem_spp_state 
+0x6d5f 030698 set1 rfcomm_channel_state_pn_cmd 
+0x6d60 030699 store 1 ,mem_spp_state 
+0x6d61 030700 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
+0x6d62 030701 rtn 
+:      030702 process_upper_sm_reconn_spp_sabm:
+0x6d63 030703 call upper_sm_send_spp_sabm 
+0x6d64 030704 fetch 1 ,mem_spp_state 
+0x6d65 030705 set1 rfcomm_channel_state_sabm 
+0x6d66 030706 store 1 ,mem_spp_state 
+0x6d67 030707 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
+0x6d68 030708 fetch 1 ,mem_remote_spp_channel 
+0x6d69 030709 lshift3 pdata ,pdata 
+0x6d6a 030710 or_into 3 ,pdata 
+0x6d6b 030711 arg mem_hiufcs_spp ,temp 
+0x6d6c 030712 storet 2 ,mem_contw_temp 
+0x6d6d 030713 branch rfcomm_save_fcs_uih 
+:      030714 process_upper_sm_reconn_spp_cmd_ms:
+0x6d6e 030715 call upper_sm_send_spp_cmd_ms 
+0x6d6f 030716 fetch 1 ,mem_spp_state 
+0x6d70 030717 set1 rfcomm_channel_state_snd_ms_cmd 
+0x6d71 030718 store 1 ,mem_spp_state 
+0x6d72 030719 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
+0x6d73 030720 rtn 
+:      030722 process_upper_sm_reconn_sdp_conn_wait:
+0x6d74 030723 fetch 1 ,mem_sdp_state 
+0x6d75 030724 rtnbit0 l2cap_channel_state_conn_res 
+0x6d76 030725 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6d77 030726 branch process_upper_sm_reconn 
+:      030727 process_upper_sm_reconn_sdp_cfg_wait:
+0x6d78 030728 fetch 1 ,mem_sdp_state 
+0x6d79 030729 rtnne l2cap_channel_setup_complete 
+0x6d7a 030730 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
+:      030731 process_upper_sm_reconn_ss_spp_wait:
+0x6d7b 030732 fetch 1 ,mem_message_to_uppersm 
+0x6d7c 030733 rtnne recieve_ss_reasult_hf 
+0x6d7d 030734 jam 0 ,mem_message_to_uppersm 
+0x6d7e 030735 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
+0x6d7f 030736 branch process_upper_sm_reconn 
+:      030737 process_upper_sm_reconn_sdp_disconn_wait:
+0x6d80 030738 fetch 1 ,mem_sdp_state 
+0x6d81 030739 nrtn blank 
+0x6d82 030740 fetch 1 ,mem_ui_profile_supported 
+0x6d83 030741 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
+0x6d84 030742 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6d85 030743 branch process_upper_sm_reconn_termination 
+:      030744 process_upper_sm_reconn_hid_ctrl_conn_wait:
+0x6d86 030745 fetch 1 ,mem_hid_control_state 
+0x6d87 030746 rtnbit0 l2cap_channel_state_conn_res 
+0x6d88 030747 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
+0x6d89 030748 branch process_upper_sm_reconn 
+:      030749 process_upper_sm_reconn_hid_ctrl_cfg_wait:
+0x6d8a 030750 fetch 1 ,mem_hid_control_state 
+0x6d8b 030751 rtnne l2cap_channel_setup_complete 
+0x6d8c 030752 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
+0x6d8d 030753 branch process_upper_sm_reconn 
+:      030754 process_upper_sm_reconn_hid_int_conn_wait:
+0x6d8e 030755 fetch 1 ,mem_hid_interrupt_state 
+0x6d8f 030756 rtnbit0 l2cap_channel_state_conn_res 
+0x6d90 030757 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
+0x6d91 030758 branch process_upper_sm_reconn 
+:      030759 process_upper_sm_reconn_hid_int_cfg_wait:
+0x6d92 030760 fetch 1 ,mem_hid_interrupt_state 
+0x6d93 030761 rtnne l2cap_channel_setup_complete 
+0x6d94 030762 fetch 1 ,mem_ui_profile_supported 
+0x6d95 030763 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6d96 030764 branch process_upper_sm_reconn_termination 
+:      030765 process_upper_sm_reconn_rfcomm_conn_wait:
+0x6d97 030766 fetch 1 ,mem_rfcomm_state 
+0x6d98 030767 rtnbit0 l2cap_channel_state_conn_res 
+0x6d99 030768 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
+0x6d9a 030769 branch process_upper_sm_reconn 
+:      030770 process_upper_sm_reconn_rfcomm_cfg_wait:
+0x6d9b 030771 fetch 1 ,mem_rfcomm_state 
+0x6d9c 030772 rtnne l2cap_channel_setup_complete 
+0x6d9d 030773 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
+0x6d9e 030774 branch process_upper_sm_reconn 
+:      030775 process_upper_sm_reconn_rfcomm_sabm_wait:
+0x6d9f 030776 fetch 1 ,mem_rfcomm_state 
+0x6da0 030777 rtnne l2cap_channel_rfcomm_dlci0_opened 
+0x6da1 030778 fetch 1 ,mem_ui_profile_supported 
+0x6da2 030779 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
+0x6da3 030780 branch process_upper_sm_reconn_termination 
+:      030781 process_upper_sm_reconn_spp_cmd_pn_wait:
+0x6da4 030782 fetch 1 ,mem_spp_state 
+0x6da5 030783 rtnbit0 rfcomm_channel_state_pn_res 
+0x6da6 030784 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
+0x6da7 030785 branch process_upper_sm_reconn 
+:      030786 process_upper_sm_reconn_spp_sabm_wait:
+0x6da8 030787 fetch 1 ,mem_spp_state 
+0x6da9 030788 rtnbit0 rfcomm_channel_state_ua 
+0x6daa 030789 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
+0x6dab 030790 branch process_upper_sm_reconn 
+:      030791 process_upper_sm_reconn_spp_cmd_ms_wait:
+0x6dac 030792 fetch 1 ,mem_spp_state 
+0x6dad 030793 rtnne rfcomm_channel_setup_complete 
+0x6dae 030794 branch process_upper_sm_reconn_termination 
+:      030796 process_upper_sm_reconn_setup_hid:
+0x6daf 030797 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6db0 030798 branch process_upper_sm_reconn 
+:      030800 process_upper_sm_reconn_setup_rfcomm:
+0x6db1 030801 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
+0x6db2 030802 branch process_upper_sm_reconn 
+:      030803 process_upper_sm_reconn_setup_spp:
+0x6db3 030804 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
+0x6db4 030805 branch process_upper_sm_reconn 
+:      030809 process_upper_sm_reconn_termination:
+0x6db5 030810 jam 0 ,mem_upper_sm_reconn 
+0x6db6 030811 rtn 
+:      030812 upper_sm_send_sdp_conn:
+0x6db7 030813 bpatchx patch37_7 ,mem_patch37 
+0x6db8 030814 call l2cap_malloc_signal_channel 
+0x6db9 030815 setarg psm_sdp 
+0x6dba 030816 copy pdata ,temp 
+0x6dbb 030817 setarg l2cap_sdp_channel 
+0x6dbc 030818 copy pdata ,timeup 
+0x6dbd 030819 branch ml2cap_send_signal_connect_req 
+:      030821 upper_sm_send_sdp_cfg:
+0x6dbe 030822 bpatchx patch38_0 ,mem_patch38 
+0x6dbf 030823 call l2cap_malloc_signal_channel 
+0x6dc0 030824 fetch 2 ,mem_sdp_remote_cid 
+0x6dc1 030825 copy pdata ,temp 
+0x6dc2 030826 branch ml2cap_send_signal_config_req 
+:      030828 upper_sm_send_sdp_disconn:
+0x6dc3 030829 bpatchx patch38_1 ,mem_patch38 
+0x6dc4 030830 call l2cap_malloc_signal_channel 
+0x6dc5 030831 fetch 2 ,mem_sdp_remote_cid 
+0x6dc6 030832 copy pdata ,temp 
+0x6dc7 030833 arg l2cap_sdp_channel ,timeup 
+0x6dc8 030834 call ml2cap_send_signal_disconn_req 
+0x6dc9 030835 fetch 1 ,mem_sdp_state 
+0x6dca 030836 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x6dcb 030837 store 1 ,mem_sdp_state 
+0x6dcc 030838 rtn 
+:      030840 upper_sm_send_ss_spp:
+0x6dcd 030841 bpatchx patch38_2 ,mem_patch38 
+0x6dce 030842 call l2cap_malloc_sdp_channel 
+0x6dcf 030843 call sdp_send_spp_request 
+0x6dd0 030844 branch msdp_send_req_done 
+:      030846 upper_sm_send_rfcomm_conn:
+0x6dd1 030847 bpatchx patch38_3 ,mem_patch38 
+0x6dd2 030848 call l2cap_malloc_signal_channel 
+0x6dd3 030849 setarg psm_rfcomm 
+0x6dd4 030850 copy pdata ,temp 
+0x6dd5 030851 setarg l2cap_rfcomm_channel 
+0x6dd6 030852 copy pdata ,timeup 
+0x6dd7 030853 branch ml2cap_send_signal_connect_req 
+:      030855 upper_sm_send_rfcomm_cfg:
+0x6dd8 030856 bpatchx patch38_4 ,mem_patch38 
+0x6dd9 030857 call l2cap_malloc_signal_channel 
+0x6dda 030858 fetch 2 ,mem_rfcomm_remote_cid 
+0x6ddb 030859 copy pdata ,temp 
+0x6ddc 030860 branch ml2cap_send_signal_config_req 
+:      030862 upper_sm_send_hid_ctrl_conn:
+0x6ddd 030863 bpatchx patch38_5 ,mem_patch38 
+0x6dde 030864 call l2cap_malloc_signal_channel 
+0x6ddf 030865 setarg psm_hid_control 
+0x6de0 030866 copy pdata ,temp 
+0x6de1 030867 setarg l2cap_hid_control_channel 
+0x6de2 030868 copy pdata ,timeup 
+0x6de3 030869 branch ml2cap_send_signal_connect_req 
+:      030871 upper_sm_send_hid_ctrl_cfg:
+0x6de4 030872 bpatchx patch38_6 ,mem_patch38 
+0x6de5 030873 call l2cap_malloc_signal_channel 
+0x6de6 030874 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x6de7 030875 copy pdata ,temp 
+0x6de8 030876 branch ml2cap_send_signal_config_req 
+:      030878 upper_sm_send_hid_int_conn:
+0x6de9 030879 bpatchx patch38_7 ,mem_patch38 
+0x6dea 030880 call l2cap_malloc_signal_channel 
+0x6deb 030881 setarg psm_hid_interrupt 
+0x6dec 030882 copy pdata ,temp 
+0x6ded 030883 setarg l2cap_hid_interrupt_channel 
+0x6dee 030884 copy pdata ,timeup 
+0x6def 030885 branch ml2cap_send_signal_connect_req 
+:      030887 upper_sm_send_hid_int_cfg:
+0x6df0 030888 bpatchx patch39_0 ,mem_patch39 
+0x6df1 030889 call l2cap_malloc_signal_channel 
+0x6df2 030890 fetch 2 ,mem_hid_int_remote_cid 
+0x6df3 030891 copy pdata ,temp 
+0x6df4 030892 branch ml2cap_send_signal_config_req 
+:      030894 upper_sm_send_rfcomm_sabm:
+0x6df5 030895 bpatchx patch39_1 ,mem_patch39 
+0x6df6 030896 call l2cap_malloc_rfcomm_channel 
+0x6df7 030898 jam 3 ,mem_current_adss 
+0x6df8 030899 jam 0x1c ,mem_current_fcs 
+0x6df9 030900 call rfcomm_send_sabm 
+0x6dfa 030901 jam 1 ,mem_rfcomm_initiator 
+0x6dfb 030902 rtn 
+:      030904 upper_sm_send_spp_cmd_pn:
+0x6dfc 030905 bpatchx patch39_2 ,mem_patch39 
+0x6dfd 030906 call l2cap_malloc_rfcomm_channel 
+0x6dfe 030907 fetcht 1 ,mem_remote_spp_channel 
+0x6dff 030908 call channel_to_dlci 
+0x6e00 030909 storet 1 ,mem_pn_dlci 
+0x6e01 030910 branch rfcomm_send_param_neg_cmd 
+:      030912 upper_sm_send_spp_sabm:
+0x6e02 030913 bpatchx patch39_3 ,mem_patch39 
+0x6e03 030914 call l2cap_malloc_rfcomm_channel 
+0x6e04 030915 fetcht 1 ,mem_pn_dlci 
+0x6e05 030916 call dlci_to_address_cmd 
+0x6e06 030917 call rfcomm_calculate_fcs_sabm 
+0x6e07 030918 store 1 ,mem_current_fcs 
+0x6e08 030919 fetcht 1 ,mem_pn_dlci 
+0x6e09 030920 call dlci_to_address_cmd 
+0x6e0a 030921 storet 1 ,mem_current_adss 
+0x6e0b 030922 branch rfcomm_send_sabm 
+:      030924 upper_sm_send_spp_cmd_ms:
+0x6e0c 030925 bpatchx patch39_4 ,mem_patch39 
+0x6e0d 030926 call l2cap_malloc_rfcomm_channel 
+0x6e0e 030927 fetcht 1 ,mem_pn_dlci 
+0x6e0f 030928 call dlci_to_address_cmd 
+0x6e10 030929 branch rfcomm_send_modem_status_cmd 
+:      030942 sdp_process:
+0x6e11 030943 bpatchx patch39_5 ,mem_patch39 
+0x6e12 030944 fetch 2 ,mem_l2cap_payload_ptr 
+0x6e13 030945 iforce contr 
+0x6e14 030948 ifetch 1 ,contr 
+0x6e15 030949 copy pdata ,regb 
+0x6e16 030950 store 1 ,mem_sdp_pduid 
+0x6e17 030951 ifetch 2 ,contr 
+0x6e18 030952 store 2 ,mem_sdp_transactionid 
+0x6e19 030953 ifetch 1 ,contr 
+0x6e1a 030954 lshift8 pdata ,timeup 
+0x6e1b 030955 ifetch 1 ,contr 
+0x6e1c 030956 iadd timeup ,timeup 
+0x6e1d 030957 bpatchx patch39_6 ,mem_patch39 
+0x6e1e 030958 copy contr ,temp 
+0x6e1f 030959 arg 4 ,loopcnt 
+0x6e20 030960 arg mem_sdp_handle_list ,contw 
+0x6e21 030961 call memset0 
+0x6e22 030962 copy temp ,contr 
+0x6e23 030963 deposit regb 
+0x6e24 030964 beq sdp_error_res ,sdp_process_error_res 
+0x6e25 030965 beq sdp_search_req ,sdp_process_ss_req 
+0x6e26 030966 beq sdp_search_res ,sdp_process_ss_res 
+0x6e27 030967 beq sdp_attribute_req ,sdp_process_sa_req 
+0x6e28 030968 beq sdp_attribute_res ,sdp_process_sa_res 
+0x6e29 030969 beq sdp_searchattrib_req ,sdp_process_ssa_req 
+0x6e2a 030970 beq sdp_searchattrib_res ,sdp_process_ssa_res 
+0x6e2b 030971 branch sdp_insufficient_resource 
+:      030982 sdp_process_ss_req:
+0x6e2c 030983 bpatchx patch39_7 ,mem_patch39 
+0x6e2d 030984 call ask_serviceclassid 
+0x6e2e 030985 compare 1 ,temp ,0xff 
+0x6e2f 030986 branch ss_empty_rsp ,true 
+0x6e30 030987 compare 0xff ,temp ,0xff 
+0x6e31 030988 branch sdp_invalid_request_syntax ,true 
+0x6e32 030990 ifetch 2 ,contr 
+0x6e33 030991 store 2 ,mem_sdp_record_maxcnt 
+0x6e34 030992 increase -2 ,timeup 
+0x6e35 030994 increase -1 ,timeup 
+0x6e36 030995 nbranch sdp_invalid_pdu_size ,zero 
+0x6e37 030996 arg mem_sdp_uuid_search_ptr ,timeup 
+0x6e38 030997 ifetch 2 ,timeup 
+0x6e39 030998 rtn blank 
+0x6e3a 030999 call search_all_uuid 
+0x6e3b 031000 call l2cap_get_sdp_tx_payload 
+0x6e3c 031001 force 3 ,pdata 
+0x6e3d 031002 istore 1 ,contw 
+0x6e3e 031003 fetch 2 ,mem_sdp_transactionid 
+0x6e3f 031004 istore 2 ,contw 
+0x6e40 031005 lshift2 queue ,pdata 
+0x6e41 031006 add pdata ,5 ,pdata 
+0x6e42 031007 add pdata ,5 ,regc 
+0x6e43 031008 byteswap pdata ,pdata 
+0x6e44 031009 istore 2 ,contw 
+0x6e45 031010 deposit queue 
+0x6e46 031011 byteswap pdata ,pdata 
+0x6e47 031012 istore 2 ,contw 
+0x6e48 031013 istore 2 ,contw 
+0x6e49 031014 arg mem_sdp_handle_list ,contr 
+0x6e4a 031015 copy queue ,loopcnt 
+0x6e4b 031016 branch ss_req_blank ,zero 
+:      031017 ss_req_loop:
+0x6e4c 031018 ifetch 4 ,contr 
+0x6e4d 031019 istore 4 ,contw 
+0x6e4e 031020 loop ss_req_loop 
+:      031021 ss_req_blank:
+0x6e4f 031022 force 0 ,pdata 
+0x6e50 031023 istore 1 ,contw 
+0x6e51 031024 deposit regc 
+0x6e52 031025 store 2 ,mem_sdp_tx_pkt_length 
+0x6e53 031027 rtn 
+:      031038 sdp_process_sa_req:
+0x6e54 031039 bpatchx patch3a_0 ,mem_patch3a 
+0x6e55 031040 ifetch 4 ,contr 
+0x6e56 031041 store 4 ,mem_sdp_record_handle 
+0x6e57 031042 increase -4 ,timeup 
+0x6e58 031043 call sdp_store_maxbyte 
+0x6e59 031044 store 2 ,mem_sdp_attribute_maxbyte 
+0x6e5a 031045 increase -2 ,timeup 
+0x6e5b 031046 call dataelementtype6 
+0x6e5c 031047 branch sdp_invalid_request_syntax ,zero 
+0x6e5d 031048 compare 5 ,rega ,0xff 
+0x6e5e 031050 branch sa_judge_wholerange ,true 
+:      031051 sa_isnot_wholerange:
+0x6e5f 031052 arg mem_sdp_attrib_list ,contw 
+0x6e60 031053 force 0 ,queue 
+0x6e61 031054 branch sa_req_loop 
+:      031055 sa_judge_wholerange:
+0x6e62 031056 ifetch 1 ,contr 
+0x6e63 031057 bne sdp_attribute_range ,sdp_invalid_request_syntax 
+0x6e64 031058 ifetch 2 ,contr 
+0x6e65 031059 nbranch sa_judge_wholerange_false1 ,blank 
+0x6e66 031060 ifetch 1 ,contr 
+0x6e67 031061 bne 0xff ,sa_judge_wholerange_false2 
+0x6e68 031062 ifetch 1 ,contr 
+0x6e69 031063 bne 0xff ,sa_judge_wholerange_false3 
+0x6e6a 031064 branch sa_req_all 
+:      031065 sa_judge_wholerange_false3:
+0x6e6b 031066 increase -5 ,contr 
+0x6e6c 031067 branch sa_isnot_wholerange 
+:      031068 sa_judge_wholerange_false2:
+0x6e6d 031069 increase -4 ,contr 
+0x6e6e 031070 branch sa_isnot_wholerange 
+:      031071 sa_judge_wholerange_false1:
+0x6e6f 031072 increase -3 ,contr 
+0x6e70 031073 branch sa_isnot_wholerange 
+:      031074 sa_req_loop:
+0x6e71 031075 ifetch 1 ,contr 
+0x6e72 031076 beq sdp_attribute_id ,sa_req_one_id 
+0x6e73 031077 beq sdp_attribute_range ,sa_req_range 
+:      031078 sa_req_range:
+0x6e74 031079 ifetch 2 ,contr 
+0x6e75 031080 istore 2 ,contw 
+0x6e76 031081 increase 1 ,queue 
+0x6e77 031082 byteswap pdata ,regb 
+0x6e78 031083 ifetch 2 ,contr 
+0x6e79 031084 byteswap pdata ,pdata 
+:      031085 sa_req_range_id_increase:
+0x6e7a 031086 increase 1 ,regb 
+0x6e7b 031087 isub regb ,null 
+0x6e7c 031088 nbranch sa_req_range_id_finish ,positive 
+0x6e7d 031089 copy pdata ,regc 
+0x6e7e 031090 byteswap regb ,pdata 
+0x6e7f 031091 istore 2 ,contw 
+0x6e80 031092 increase 1 ,queue 
+0x6e81 031093 copy regc ,pdata 
+0x6e82 031094 branch sa_req_range_id_increase 
+:      031095 sa_req_range_id_finish:
+0x6e83 031096 increase -5 ,timeup 
+0x6e84 031097 increase -5 ,rega 
+0x6e85 031098 branch sa_req_check_next_id 
+:      031099 sa_req_one_id:
+0x6e86 031100 ifetch 2 ,contr 
+0x6e87 031101 istore 2 ,contw 
+0x6e88 031102 increase 1 ,queue 
+0x6e89 031103 increase -3 ,timeup 
+0x6e8a 031104 increase -3 ,rega 
+:      031105 sa_req_check_next_id:
+0x6e8b 031106 nbranch sdp_invalid_request_syntax ,positive 
+0x6e8c 031107 nbranch sa_req_loop ,zero 
+0x6e8d 031108 increase -1 ,timeup 
+0x6e8e 031109 nbranch sdp_invalid_request_syntax ,zero 
+0x6e8f 031111 call l2cap_get_sdp_tx_payload 
+0x6e90 031112 increase 10 ,contw 
+0x6e91 031113 arg mem_sdp_attrib_list ,rega 
+:      031114 sa_req_handle_attributelist_next:
+0x6e92 031115 copy queue ,pdata 
+0x6e93 031116 branch sa_req_handle_attributelist_end ,blank 
+0x6e94 031117 ifetch 2 ,rega 
+0x6e95 031118 branch sa_req_handle_attributelist_end ,blank 
+0x6e96 031119 iforce regb 
+0x6e97 031120 fetch 4 ,mem_sdp_record_handle 
+0x6e98 031121 iforce temp 
+0x6e99 031122 call search_handle_attrib 
+0x6e9a 031123 copy contr ,pdata 
+0x6e9b 031124 branch sa_req_handle_attributelist_notfound ,blank 
+0x6e9c 031125 increase -3 ,contr 
+0x6e9d 031126 ifetch 3 ,contr 
+0x6e9e 031127 istore 3 ,contw 
+0x6e9f 031128 call sdp_data_len 
+0x6ea0 031129 iforce loopcnt 
+0x6ea1 031130 call memcpy 
+:      031131 sa_req_handle_attributelist_notfound:
+0x6ea2 031132 increase 2 ,rega 
+0x6ea3 031133 increase -1 ,queue 
+0x6ea4 031134 branch sa_req_handle_attributelist_next 
+:      031136 sa_req_handle_attributelist_end:
+0x6ea5 031137 arg sdp_attribute_res ,rega 
+0x6ea6 031138 call ssa_req_range_lastfreg_common 
+0x6ea7 031139 fetch 2 ,mem_sdp_tx_pkt_length 
+0x6ea8 031140 beq 11 ,sa_empty_rsp 
+0x6ea9 031141 branch ssa_req_range_attrbutes_length_no_continue 
+:      031144 sdp_store_continue_common:
+0x6eaa 031145 ifetch 1 ,contr 
+0x6eab 031146 beq 0 ,sdp_store_continue_0byte 
+0x6eac 031147 beq 1 ,sdp_store_continue_1byte 
+0x6ead 031148 beq 2 ,sdp_store_continue_2byte 
+:      031149 sdp_store_continue_0byte:
+0x6eae 031150 increase -1 ,timeup 
+0x6eaf 031151 branch sdp_store_continue_end 
+:      031152 sdp_store_continue_1byte:
+0x6eb0 031153 ifetch 1 ,contr 
+0x6eb1 031154 increase -2 ,timeup 
+0x6eb2 031155 branch sdp_store_continue_end 
+:      031156 sdp_store_continue_2byte:
+0x6eb3 031157 ifetch 2 ,contr 
+0x6eb4 031158 byteswap pdata ,pdata 
+0x6eb5 031159 increase -3 ,timeup 
+:      031160 sdp_store_continue_end:
+0x6eb6 031161 store 2 ,mem_sdp_continue_byte 
+0x6eb7 031162 rtn 
+:      031164 sa_req_all:
+0x6eb8 031165 increase -5 ,timeup 
+0x6eb9 031166 call sdp_store_continue_common 
+0x6eba 031167 nbranch sdp_invalid_pdu_size ,zero 
+0x6ebb 031168 fetcht 4 ,mem_sdp_record_handle 
+0x6ebc 031169 call search_handle 
+0x6ebd 031170 nbranch sdp_invalid_service_record_handle ,zero 
+0x6ebe 031171 copy contr ,rega 
+0x6ebf 031172 call l2cap_get_sdp_tx_payload 
+0x6ec0 031173 copy rega ,contr 
+0x6ec1 031174 increase 3 ,contw 
+0x6ec2 031175 copy contr ,timeup 
+0x6ec3 031176 call sdp_get_data 
+0x6ec4 031177 copy pdata ,rega 
+0x6ec5 031179 fetch 2 ,mem_sdp_continue_byte 
+0x6ec6 031180 copy pdata ,regb 
+0x6ec7 031181 copy rega ,pdata 
+0x6ec8 031182 isub regb ,regb 
+0x6ec9 031183 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6eca 031184 isub regb ,null 
+0x6ecb 031185 nbranch sa_req_all_fragment_sdp ,positive 
+0x6ecc 031187 disable user 
+0x6ecd 031188 fetch 2 ,mem_sdp_continue_byte 
+0x6ece 031189 branch sa_req_all_fisrt_fragment ,blank 
+0x6ecf 031190 iadd timeup ,contr 
+0x6ed0 031191 increase 3 ,regb 
+0x6ed1 031192 copy regb ,loopcnt 
+0x6ed2 031193 copy loopcnt ,pdata 
+0x6ed3 031194 increase 3 ,pdata 
+0x6ed4 031195 byteswap pdata ,pdata 
+0x6ed5 031196 istore 2 ,contw 
+0x6ed6 031197 copy loopcnt ,pdata 
+0x6ed7 031198 byteswap pdata ,pdata 
+0x6ed8 031199 istore 2 ,contw 
+0x6ed9 031200 branch sa_req_all_answer_attributelist_full_loop 
+:      031201 sa_req_all_fisrt_fragment:
+0x6eda 031202 add rega ,6 ,loopcnt 
+0x6edb 031203 branch sa_req_all_parlength_continue_byte ,user 
+0x6edc 031204 byteswap loopcnt ,pdata 
+0x6edd 031205 branch sa_req_all_parlength_continue_byte_end 
+:      031206 sa_req_all_parlength_continue_byte:
+0x6ede 031207 copy loopcnt ,pdata 
+0x6edf 031208 increase 2 ,pdata 
+0x6ee0 031209 byteswap pdata ,pdata 
+:      031210 sa_req_all_parlength_continue_byte_end:
+0x6ee1 031211 istore 2 ,contw 
+0x6ee2 031212 increase -3 ,loopcnt 
+0x6ee3 031213 byteswap loopcnt ,pdata 
+0x6ee4 031214 istore 2 ,contw 
+0x6ee5 031215 copy timeup ,contr 
+0x6ee6 031216 branch sa_req_all_answer_attributelist_full_loop 
+:      031217 sa_req_all_fragment_sdp:
+0x6ee7 031218 enable user 
+0x6ee8 031220 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6ee9 031221 copy pdata ,rega 
+0x6eea 031222 copy rega ,loopcnt 
+0x6eeb 031223 fetch 2 ,mem_sdp_continue_byte 
+0x6eec 031224 branch sa_req_all_fisrt_fragment ,blank 
+0x6eed 031225 iadd timeup ,contr 
+0x6eee 031226 copy rega ,pdata 
+0x6eef 031227 increase 5 ,pdata 
+0x6ef0 031228 byteswap pdata ,pdata 
+0x6ef1 031229 istore 2 ,contw 
+0x6ef2 031230 copy rega ,pdata 
+0x6ef3 031231 byteswap pdata ,pdata 
+0x6ef4 031232 istore 2 ,contw 
+:      031233 sa_req_all_answer_attributelist_full_loop:
+0x6ef5 031234 call memcpy 
+0x6ef6 031235 nbranch sa_req_all_last_frag_continue ,user 
+0x6ef7 031236 force 2 ,pdata 
+0x6ef8 031237 istore 1 ,contw 
+0x6ef9 031238 copy contr ,pdata 
+0x6efa 031239 isub timeup ,pdata 
+0x6efb 031240 byteswap pdata ,pdata 
+0x6efc 031241 istore 2 ,contw 
+0x6efd 031242 branch sa_req_all_frag_end 
+:      031243 sa_req_all_last_frag_continue:
+0x6efe 031244 force 0 ,pdata 
+0x6eff 031245 istore 1 ,contw 
+:      031246 sa_req_all_frag_end:
+0x6f00 031247 arg sdp_attribute_res ,rega 
+0x6f01 031248 branch ssa_req_range_common 
+:      031259 sdp_process_ssa_req:
+0x6f02 031260 bpatchx patch3a_1 ,mem_patch3a 
+0x6f03 031261 call ask_serviceclassid 
+0x6f04 031262 compare 0xff ,temp ,0xff 
+0x6f05 031263 branch sdp_invalid_request_syntax ,true 
+0x6f06 031264 call sdp_store_maxbyte 
+0x6f07 031265 store 2 ,mem_sdp_attribute_maxbyte 
+0x6f08 031266 increase -2 ,timeup 
+0x6f09 031267 call dataelementtype6 
+0x6f0a 031268 arg mem_sdp_attrib_list ,contw 
+0x6f0b 031269 force 0 ,queue 
+:      031270 ssa_req_loop:
+0x6f0c 031271 ifetch 1 ,contr 
+0x6f0d 031272 beq sdp_attribute_range ,ssa_req_range 
+0x6f0e 031273 ifetch 2 ,contr 
+0x6f0f 031274 istore 2 ,contw 
+0x6f10 031275 increase 1 ,queue 
+0x6f11 031276 increase -3 ,timeup 
+0x6f12 031277 increase -3 ,rega 
+0x6f13 031278 nbranch sdp_invalid_request_syntax ,positive 
+0x6f14 031279 nbranch ssa_req_loop ,zero 
+0x6f15 031280 increase -1 ,timeup 
+0x6f16 031281 nbranch sdp_invalid_request_syntax ,zero 
+0x6f17 031282 call l2cap_get_sdp_tx_payload 
+0x6f18 031283 increase 13 ,contw 
+0x6f19 031284 fetch 2 ,mem_sdp_uuid_search_ptr 
+0x6f1a 031285 iforce regc 
+0x6f1b 031286 arg mem_sdp_attrib_list ,rega 
+:      031287 ssa_req_attributelist_next:
+0x6f1c 031288 ifetch 2 ,rega 
+0x6f1d 031289 branch ssa_req_attributelist_end ,blank 
+0x6f1e 031290 iforce regb 
+0x6f1f 031291 call search_attrib 
+0x6f20 031292 branch ssa_req_attributelist_notfound ,blank 
+0x6f21 031293 increase -3 ,contr 
+0x6f22 031294 ifetch 3 ,contr 
+0x6f23 031295 istore 3 ,contw 
+0x6f24 031296 call sdp_data_len 
+0x6f25 031297 iforce loopcnt 
+0x6f26 031298 call memcpy 
+:      031299 ssa_req_attributelist_notfound:
+0x6f27 031300 increase 2 ,rega 
+0x6f28 031301 branch ssa_req_attributelist_next 
+:      031303 ssa_req_attributelist_end:
+0x6f29 031304 call ssa_req_range_lastfreg 
+0x6f2a 031305 fetch 2 ,mem_sdp_tx_pkt_length 
+0x6f2b 031306 beq 14 ,ssa_empty_rsp 
+0x6f2c 031307 call ssa_req_range_attrbutes_length_no_continue 
+0x6f2d 031308 branch ssa_req_range_attrbutes_length_no_continue 
+:      031311 sdp_store_maxbyte:
+0x6f2e 031312 ifetch 2 ,contr 
+0x6f2f 031313 byteswap pdata ,pdata 
+0x6f30 031314 increase -3 ,pdata 
+0x6f31 031315 arg 200 ,temp 
+0x6f32 031316 isub temp ,null 
+0x6f33 031317 nrtn positive 
+0x6f34 031318 setarg 200 
+0x6f35 031319 rtn 
+:      031322 ssa_req_range:
+0x6f36 031323 increase 4 ,contr 
+0x6f37 031324 increase -5 ,timeup 
+0x6f38 031325 increase -5 ,rega 
+0x6f39 031326 nbranch sdp_invalid_request_syntax ,zero 
+0x6f3a 031327 call sdp_store_continue_common 
+0x6f3b 031328 nbranch sdp_invalid_pdu_size ,zero 
+0x6f3c 031329 arg mem_sdp_uuid_search_ptr ,timeup 
+0x6f3d 031330 call search_all_uuid 
+0x6f3e 031331 deposit queue 
+0x6f3f 031332 branch ssa_empty_rsp ,blank 
+0x6f40 031333 store 1 ,mem_handle_humber 
+0x6f41 031335 copy regb ,pdata 
+0x6f42 031336 store 2 ,mem_sdp_all_length 
+0x6f43 031337 arg 0 ,queue 
+0x6f44 031338 arg 0 ,rega 
+0x6f45 031339 call l2cap_get_sdp_tx_payload 
+0x6f46 031340 increase 10 ,contw 
+:      031341 ssa_req_range_find_handle:
+0x6f47 031342 call ssa_req_range_get_length 
+0x6f48 031343 nbranch assert ,user 
+0x6f49 031344 copy contr ,timeup 
+0x6f4a 031345 copy pdata ,regc 
+0x6f4b 031346 iadd rega ,rega 
+0x6f4c 031349 fetch 2 ,mem_sdp_continue_byte 
+0x6f4d 031350 copy pdata ,regb 
+0x6f4e 031351 branch ssa_req_range_first_freg ,blank 
+:      031352 ssa_req_range_later_freg_with_continue:
+0x6f4f 031353 copy rega ,pdata 
+0x6f50 031354 isub regb ,regb 
+0x6f51 031355 branch ssa_req_range_next_handle ,zero 
+0x6f52 031356 nbranch ssa_req_range_next_handle ,positive 
+0x6f53 031357 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6f54 031358 isub regb ,null 
+0x6f55 031359 branch ssa_req_range_maxbyte_with_continue ,zero 
+0x6f56 031360 nbranch ssa_req_range_maxbyte_with_continue ,positive 
+:      031363 ssa_req_range_send_not_maxbyte:
+0x6f57 031364 copy regb ,loopcnt 
+0x6f58 031365 call ssa_req_range_maxbyte_with_continue_cpy 
+0x6f59 031366 fetch 1 ,mem_handle_humber 
+0x6f5a 031367 increase 1 ,queue 
+0x6f5b 031368 isub queue ,null 
+0x6f5c 031369 branch ssa_req_range_lastfreg ,zero 
+0x6f5d 031370 branch ssa_req_range_freg_with_continue 
+:      031372 ssa_req_range_maxbyte_with_continue:
+0x6f5e 031373 copy pdata ,loopcnt 
+0x6f5f 031374 call ssa_req_range_maxbyte_with_continue_cpy 
+0x6f60 031375 branch ssa_req_range_freg_with_continue 
+:      031377 ssa_req_range_maxbyte_with_continue_cpy:
+0x6f61 031378 increase -3 ,contw 
+0x6f62 031379 copy loopcnt ,temp 
+0x6f63 031380 copy regc ,pdata 
+0x6f64 031381 isub regb ,pdata 
+0x6f65 031382 iadd timeup ,contr 
+0x6f66 031383 branch memcpy 
+:      031385 ssa_req_range_next_handle:
+0x6f67 031386 fetch 1 ,mem_handle_humber 
+0x6f68 031387 increase 1 ,queue 
+0x6f69 031388 isub queue ,null 
+0x6f6a 031389 rtn zero 
+0x6f6b 031390 branch ssa_req_range_find_handle 
+:      031392 ssa_req_range_get_length:
+0x6f6c 031393 call disable_user 
+0x6f6d 031394 arg mem_sdp_handle_list ,contr 
+0x6f6e 031395 lshift2 queue ,pdata 
+0x6f6f 031396 iadd contr ,contr 
+0x6f70 031397 ifetcht 4 ,contr 
+0x6f71 031398 call search_handle 
+0x6f72 031399 nrtn zero 
+0x6f73 031400 call sdp_data_len 
+0x6f74 031401 branch enable_user 
+:      031403 ssa_req_range_first_freg:
+0x6f75 031404 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6f76 031405 isub rega ,null 
+0x6f77 031406 nbranch ssa_req_range_firstfreg_maxbyte_with_continue ,positive 
+0x6f78 031407 copy rega ,loopcnt 
+0x6f79 031408 copy loopcnt ,temp 
+0x6f7a 031409 copy timeup ,contr 
+0x6f7b 031410 call memcpy 
+0x6f7c 031411 fetch 2 ,mem_sdp_all_length 
+0x6f7d 031412 isub rega ,null 
+0x6f7e 031413 branch ssa_req_range_freg_no_continue ,zero 
+:      031414 ssa_req_range_firstfreg_not_maxbyte_with_continue:
+0x6f7f 031415 call ssa_req_range_freg_with_continue 
+0x6f80 031416 branch ssa_req_range_attrbutes_length 
+:      031418 ssa_req_range_freg_no_continue:
+0x6f81 031419 call ssa_req_range_lastfreg 
+0x6f82 031420 branch ssa_req_range_attrbutes_length 
+:      031422 ssa_req_range_lastfreg:
+0x6f83 031423 arg sdp_searchattrib_res ,rega 
+:      031424 ssa_req_range_lastfreg_common:
+0x6f84 031425 force 0 ,pdata 
+0x6f85 031426 istore 1 ,contw 
+0x6f86 031427 call ssa_req_range_common 
+0x6f87 031428 fetcht 2 ,mem_sdp_tx_pkt_length 
+0x6f88 031429 increase -5 ,temp 
+0x6f89 031430 byteswap temp ,pdata 
+0x6f8a 031431 istore 2 ,contw 
+0x6f8b 031432 increase -3 ,temp 
+0x6f8c 031433 byteswap temp ,pdata 
+0x6f8d 031434 istore 2 ,contw 
+0x6f8e 031435 rtn 
+:      031437 ssa_req_range_firstfreg_maxbyte_with_continue:
+0x6f8f 031438 copy pdata ,loopcnt 
+0x6f90 031439 copy loopcnt ,temp 
+0x6f91 031440 copy timeup ,contr 
+0x6f92 031441 call memcpy 
+0x6f93 031442 call ssa_req_range_freg_with_continue 
+:      031443 ssa_req_range_attrbutes_length:
+0x6f94 031444 setarg 0x36 
+0x6f95 031445 istore 1 ,contw 
+0x6f96 031446 fetch 2 ,mem_sdp_all_length 
+0x6f97 031447 byteswap pdata ,pdata 
+0x6f98 031448 istore 2 ,contw 
+0x6f99 031449 rtn 
+:      031451 ssa_req_range_attrbutes_length_no_continue:
+0x6f9a 031452 setarg 0x36 
+0x6f9b 031453 istore 1 ,contw 
+0x6f9c 031454 increase -3 ,temp 
+0x6f9d 031455 byteswap temp ,pdata 
+0x6f9e 031456 istore 2 ,contw 
+0x6f9f 031457 rtn 
+:      031459 ssa_req_range_freg_with_continue:
+0x6fa0 031460 arg sdp_searchattrib_res ,rega 
+0x6fa1 031461 setarg 2 
+0x6fa2 031462 istore 1 ,contw 
+0x6fa3 031463 fetch 2 ,mem_sdp_continue_byte 
+0x6fa4 031464 iadd temp ,temp 
+0x6fa5 031465 byteswap temp ,pdata 
+0x6fa6 031466 istore 2 ,contw 
+0x6fa7 031467 call ssa_req_range_common 
+0x6fa8 031468 fetcht 2 ,mem_sdp_tx_pkt_length 
+0x6fa9 031469 increase -5 ,temp 
+0x6faa 031470 byteswap temp ,pdata 
+0x6fab 031471 istore 2 ,contw 
+0x6fac 031472 increase -5 ,temp 
+0x6fad 031473 byteswap temp ,pdata 
+0x6fae 031474 istore 2 ,contw 
+0x6faf 031475 rtn 
+:      031477 ssa_req_range_common:
+0x6fb0 031478 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x6fb1 031479 isub contw ,pdata 
+0x6fb2 031480 sub pdata ,0 ,pdata 
+0x6fb3 031481 store 2 ,mem_sdp_tx_pkt_length 
+0x6fb4 031482 call l2cap_get_sdp_tx_payload 
+0x6fb5 031483 copy rega ,pdata 
+0x6fb6 031484 istore 1 ,contw 
+0x6fb7 031485 fetch 2 ,mem_sdp_transactionid 
+0x6fb8 031486 istore 2 ,contw 
+0x6fb9 031487 rtn 
+:      031500 sdp_process_ssa_res:
+:      031501 sdp_process_ss_res:
+:      031502 sdp_process_sa_res:
+:      031503 sdp_process_error_res:
+0x6fba 031504 rtn 
+:      031537 sdp_invalid_service_record_handle:
+0x6fbb 031538 setarg 0x0200 
+0x6fbc 031539 store 2 ,mem_sdp_error_code 
+0x6fbd 031540 branch sdp_error_response 
+:      031541 sdp_invalid_pdu_size:
+0x6fbe 031542 setarg 0x0400 
+0x6fbf 031543 store 2 ,mem_sdp_error_code 
+0x6fc0 031544 branch sdp_error_response 
+:      031545 sdp_insufficient_resource:
+0x6fc1 031546 setarg 0x0600 
+0x6fc2 031547 store 2 ,mem_sdp_error_code 
+0x6fc3 031548 branch sdp_error_response 
+:      031549 sdp_invalid_request_syntax:
+0x6fc4 031550 setarg 0x0300 
+0x6fc5 031551 store 2 ,mem_sdp_error_code 
+:      031552 sdp_error_response:
+0x6fc6 031553 call l2cap_get_sdp_tx_payload 
+0x6fc7 031554 istore 1 ,contw 
+0x6fc8 031555 fetch 2 ,mem_sdp_transactionid 
+0x6fc9 031556 istore 2 ,contw 
+0x6fca 031557 setarg 0x0200 
+0x6fcb 031558 istore 2 ,contw 
+0x6fcc 031559 fetch 2 ,mem_sdp_error_code 
+0x6fcd 031560 istore 2 ,contw 
+0x6fce 031561 jam 7 ,mem_sdp_tx_pkt_length 
+0x6fcf 031562 rtn 
+:      031567 ask_serviceclassid:
+0x6fd0 031568 arg 0 ,regb 
+0x6fd1 031569 force 0 ,temp 
+0x6fd2 031570 arg mem_sdp_uuid_search_ptr ,contw 
+0x6fd3 031571 call dataelementtype6 
+0x6fd4 031572 branch asksrv_error ,zero 
+:      031573 classidloop:
+0x6fd5 031574 increase 1 ,regb 
+0x6fd6 031575 ifetch 1 ,contr 
+0x6fd7 031576 increase -1 ,rega 
+0x6fd8 031577 increase -1 ,timeup 
+0x6fd9 031578 compare 0x18 ,pdata ,0xf8 
+0x6fda 031579 nbranch asksrv_error ,true 
+0x6fdb 031580 compare 0x04 ,pdata ,0x07 
+0x6fdc 031581 nbranch cmp032 ,true 
+0x6fdd 031582 force 1 ,temp 
+:      031583 skip2bytes:
+0x6fde 031584 ifetch 1 ,contr 
+0x6fdf 031585 increase -1 ,rega 
+0x6fe0 031586 increase -1 ,timeup 
+0x6fe1 031587 bne 0x00 ,frstbwrong 
+0x6fe2 031588 ifetch 1 ,contr 
+0x6fe3 031589 increase -1 ,rega 
+0x6fe4 031590 increase -1 ,timeup 
+0x6fe5 031591 beq 0x00 ,cmpuuid 
+0x6fe6 031592 branch scndbwrong 
+:      031593 frstbwrong:
+0x6fe7 031594 increase 1 ,contr 
+0x6fe8 031595 increase -1 ,rega 
+0x6fe9 031596 increase -1 ,timeup 
+:      031597 scndbwrong:
+0x6fea 031598 increase 2 ,contr 
+0x6feb 031599 increase -2 ,rega 
+0x6fec 031600 increase -2 ,timeup 
+0x6fed 031601 compare 0x00 ,temp ,0xff 
+0x6fee 031602 branch loopornot ,true 
+0x6fef 031603 increase 12 ,contr 
+0x6ff0 031604 increase -12 ,rega 
+0x6ff1 031605 increase -12 ,timeup 
+0x6ff2 031606 branch loopornot 
+:      031607 cmp032:
+0x6ff3 031608 compare 0x02 ,pdata ,0x07 
+0x6ff4 031609 nbranch cmp016 ,true 
+0x6ff5 031610 branch skip2bytes 
+:      031611 cmp016:
+0x6ff6 031612 compare 0x01 ,pdata ,0x07 
+0x6ff7 031613 nbranch asksrv_error ,true 
+:      031614 cmpuuid:
+0x6ff8 031615 increase -2 ,rega 
+0x6ff9 031616 increase -2 ,timeup 
+0x6ffa 031617 ifetch 2 ,contr 
+0x6ffb 031618 sub regb ,4 ,null 
+0x6ffc 031619 branch uuidsize ,zero 
+0x6ffd 031620 istore 2 ,contw 
+:      031621 uuidsize:
+0x6ffe 031622 compare 0x00 ,temp ,0xff 
+0x6fff 031623 branch loopornot ,true 
+0x7000 031624 copy contr ,temp 
+0x7001 031625 ifetch 1 ,contr 
+0x7002 031626 bne 0x00 ,wrong12b 
+0x7003 031627 ifetch 1 ,contr 
+0x7004 031628 bne 0x00 ,wrong12b 
+0x7005 031629 ifetch 1 ,contr 
+0x7006 031630 bne 0x10 ,wrong12b 
+0x7007 031631 ifetch 1 ,contr 
+0x7008 031632 bne 0x00 ,wrong12b 
+0x7009 031633 ifetch 1 ,contr 
+0x700a 031634 bne 0x80 ,wrong12b 
+0x700b 031635 ifetch 1 ,contr 
+0x700c 031636 bne 0x00 ,wrong12b 
+0x700d 031637 ifetch 1 ,contr 
+0x700e 031638 bne 0x00 ,wrong12b 
+0x700f 031639 ifetch 1 ,contr 
+0x7010 031640 bne 0x80 ,wrong12b 
+0x7011 031641 ifetch 1 ,contr 
+0x7012 031642 bne 0x5f ,wrong12b 
+0x7013 031643 ifetch 1 ,contr 
+0x7014 031644 bne 0x9b ,wrong12b 
+0x7015 031645 ifetch 1 ,contr 
+0x7016 031646 bne 0x34 ,wrong12b 
+0x7017 031647 ifetch 1 ,contr 
+0x7018 031648 beq 0xfb ,chck12dn 
+:      031649 wrong12b:
+0x7019 031650 copy temp ,contr 
+:      031651 wrong12b1:
+0x701a 031652 increase 12 ,contr 
+0x701b 031653 force 0x00 ,queue 
+0x701c 031654 force 0x00 ,temp 
+0x701d 031655 branch chck12dn 
+:      031657 chck12dn:
+0x701e 031658 increase -12 ,timeup 
+0x701f 031659 increase -12 ,rega 
+:      031660 loopornot:
+0x7020 031661 force 0x00 ,temp 
+0x7021 031662 compare 0x00 ,rega ,0xff 
+0x7022 031663 nbranch classidloop ,true 
+0x7023 031664 force 0 ,pdata 
+0x7024 031665 istore 2 ,contw 
+0x7025 031666 rtn 
+:      031667 asksrv_error:
+0x7026 031668 arg 0xff ,temp 
+0x7027 031669 rtn 
+:      031679 dataelementtype6:
+0x7028 031680 bpatchx patch3a_4 ,mem_patch3a 
+0x7029 031681 ifetch 1 ,contr 
+0x702a 031682 increase -1 ,timeup 
+0x702b 031683 compare 0x30 ,pdata ,0xf8 
+0x702c 031684 nbranch dsize_error ,true 
+0x702d 031685 compare 0x07 ,pdata ,0x07 
+0x702e 031686 branch dsize32 ,true 
+0x702f 031687 compare 0x06 ,pdata ,0x07 
+0x7030 031688 branch dsize16 ,true 
+0x7031 031689 compare 0x05 ,pdata ,0x07 
+0x7032 031690 nbranch dsize_error ,true 
+0x7033 031692 ifetch 1 ,contr 
+0x7034 031693 copy pdata ,rega 
+0x7035 031694 increase -1 ,timeup 
+0x7036 031695 branch dsize 
+:      031696 dsize32:
+0x7037 031697 increase 2 ,contr 
+0x7038 031698 increase -2 ,timeup 
+:      031699 dsize16:
+0x7039 031700 ifetch 2 ,contr 
+0x703a 031701 byteswap pdata ,rega 
+0x703b 031702 increase -2 ,timeup 
+:      031703 dsize:
+0x703c 031704 force 0x01 ,pdata 
+0x703d 031705 rtn 
+:      031706 dsize_error:
+0x703e 031707 force 0x00 ,pdata 
+0x703f 031708 rtn 
+:      031718 ss_empty_rsp:
+0x7040 031719 setarg sdp_search_res 
+0x7041 031720 store 1 ,mem_sdp_pduid 
+0x7042 031721 branch empty_response 
+:      031722 sa_empty_rsp:
+0x7043 031723 setarg sdp_attribute_res 
+0x7044 031724 store 1 ,mem_sdp_pduid 
+0x7045 031725 branch empty_response 
+:      031726 ssa_empty_rsp:
+0x7046 031727 setarg sdp_searchattrib_res 
+0x7047 031728 store 1 ,mem_sdp_pduid 
+:      031729 empty_response:
+0x7048 031730 call l2cap_get_sdp_tx_payload 
+0x7049 031733 fetch 1 ,mem_sdp_pduid 
+0x704a 031734 copy pdata ,regb 
+0x704b 031735 istore 1 ,contw 
+0x704c 031736 fetch 2 ,mem_sdp_transactionid 
+0x704d 031737 istore 2 ,contw 
+0x704e 031738 setarg 0x0500 
+0x704f 031739 istore 2 ,contw 
+0x7050 031740 compare sdp_attribute_res ,regb ,0xff 
+0x7051 031741 branch fullsearch ,true 
+0x7052 031742 compare sdp_searchattrib_res ,regb ,0xff 
+0x7053 031743 branch fullsearch ,true 
+0x7054 031744 setarg 0x000000 
+0x7055 031745 istore 5 ,contw 
+0x7056 031746 branch outempty 
+:      031748 fullsearch:
+0x7057 031749 setarg 0x350200 
+0x7058 031750 istore 5 ,contw 
+:      031751 outempty:
+0x7059 031752 jam 10 ,mem_sdp_tx_pkt_length 
+0x705a 031753 rtn 
+:      031756 sdp_data_len:
+0x705b 031757 call store_contw 
+0x705c 031758 call store_contr 
+0x705d 031759 call sdp_get_data 
+0x705e 031760 call get_contw 
+0x705f 031761 call get_contr 
+0x7060 031762 copy temp ,pdata 
+0x7061 031763 rtn 
+:      031766 sdp_get_data:
+0x7062 031767 ifetch 1 ,contr 
+0x7063 031768 and pdata ,0x7 ,loopcnt 
+0x7064 031769 rshift3 pdata ,pdata 
+0x7065 031770 bne 0 ,sdp_get_data_type_not0 
+:      031771 sdp_get_data_type0:
+0x7066 031772 force 1 ,pdata 
+0x7067 031773 force 1 ,temp 
+0x7068 031774 rtn 
+:      031776 sdp_get_data_type_not0_sizeindex01234:
+0x7069 031777 call left_shift_n 
+0x706a 031778 add pdata ,1 ,temp 
+0x706b 031779 rtn 
+:      031780 sdp_get_data_type_not0:
+0x706c 031781 deposit loopcnt 
+0x706d 031782 sub pdata ,4 ,null 
+0x706e 031783 branch sdp_get_data_type_not0_sizeindex01234 ,positive 
+0x706f 031784 beq 5 ,sdp_get_data_type_not0_sizeindex5 
+0x7070 031785 beq 6 ,sdp_get_data_type_not0_sizeindex6 
+0x7071 031786 beq 7 ,sdp_get_data_type_not0_sizeindex7 
+0x7072 031787 rtn 
+:      031789 sdp_get_data_type_not0_sizeindex5:
+0x7073 031790 ifetch 1 ,contr 
+0x7074 031791 add pdata ,2 ,temp 
+0x7075 031792 rtn 
+:      031793 sdp_get_data_type_not0_sizeindex6:
+0x7076 031794 ifetch 2 ,contr 
+0x7077 031795 byteswap pdata ,pdata 
+0x7078 031796 add pdata ,3 ,temp 
+0x7079 031797 rtn 
+:      031798 sdp_get_data_type_not0_sizeindex7:
+0x707a 031799 ifetch 2 ,contr 
+0x707b 031800 byteswap pdata ,pdata 
+0x707c 031801 ifetcht 2 ,contr 
+0x707d 031802 byteswap temp ,temp 
+0x707e 031803 lshift16 temp ,temp 
+0x707f 031804 iadd temp ,pdata 
+0x7080 031805 add pdata ,5 ,temp 
+0x7081 031806 rtn 
+:      031812 search_all_uuid:
+0x7082 031813 bpatchx patch3a_5 ,mem_patch3a 
+0x7083 031814 force 0 ,queue 
+0x7084 031815 arg 0 ,regb 
+0x7085 031816 arg mem_sdp_handle_list ,contw 
+:      031817 search_all_uuid_llop:
+0x7086 031818 ifetch 2 ,timeup 
+0x7087 031819 rtn blank 
+0x7088 031820 call search_uuid 
+0x7089 031821 copy queue ,pdata 
+0x708a 031822 rtneq sdp_max_handle_number 
+0x708b 031823 increase 2 ,timeup 
+0x708c 031824 branch search_all_uuid_llop 
+:      031826 search_uuid:
+0x708d 031828 iforce regc 
+0x708e 031830 fetch 2 ,mem_ui_uuid_table 
+0x708f 031831 iforce contr 
+:      031832 search_uuid_next:
+0x7090 031833 copy queue ,pdata 
+0x7091 031834 rtneq sdp_max_handle_number 
+0x7092 031835 disable user 
+0x7093 031836 ifetch 1 ,contr 
+0x7094 031837 rtn blank 
+0x7095 031838 iforce loopcnt 
+:      031839 search_uuid_loop:
+0x7096 031840 ifetch 2 ,contr 
+0x7097 031841 isub regc ,null 
+0x7098 031842 nbranch search_uuid_not_found ,zero 
+0x7099 031843 enable user 
+:      031844 search_uuid_not_found:
+0x709a 031845 loop search_uuid_loop 
+0x709b 031846 ifetcht 4 ,contr 
+0x709c 031847 copy contr ,rega 
+0x709d 031848 nbranch search_uuid_nomatch ,user 
+0x709e 031849 arg mem_sdp_handle_list ,contr 
+0x709f 031850 arg sdp_max_handle_number ,loopcnt 
+:      031851 search_uuid_check_same_handle:
+0x70a0 031852 ifetch 4 ,contr 
+0x70a1 031853 branch search_uuid_store_handle ,blank 
+0x70a2 031854 isub temp ,null 
+0x70a3 031855 branch search_uuid_nomatch ,zero 
+0x70a4 031856 loop search_uuid_check_same_handle 
+0x70a5 031857 rtn 
+:      031858 search_uuid_store_handle:
+0x70a6 031859 istoret 4 ,contw 
+0x70a7 031860 increase 1 ,queue 
+0x70a8 031861 copy rega ,contr 
+0x70a9 031862 call sdp_data_len 
+0x70aa 031863 iadd regb ,regb 
+0x70ab 031864 iadd contr ,contr 
+0x70ac 031865 branch search_uuid_next 
+:      031866 search_uuid_nomatch:
+0x70ad 031867 copy rega ,contr 
+0x70ae 031868 call sdp_get_data 
+0x70af 031869 iadd contr ,contr 
+0x70b0 031870 branch search_uuid_next 
+:      031876 search_handle:
+0x70b1 031877 bpatchx patch3a_6 ,mem_patch3a 
+0x70b2 031878 fetch 2 ,mem_ui_uuid_table 
+0x70b3 031879 iforce contr 
+:      031880 search_handle_loop:
+0x70b4 031881 ifetch 1 ,contr 
+0x70b5 031882 branch disable_zero ,blank 
+0x70b6 031883 lshift pdata ,pdata 
+0x70b7 031884 iadd contr ,contr 
+0x70b8 031885 ifetch 4 ,contr 
+0x70b9 031886 isub temp ,null 
+0x70ba 031887 rtn zero 
+0x70bb 031888 deposit contw 
+0x70bc 031889 store 2 ,mem_contw 
+0x70bd 031890 storet 8 ,mem_temp 
+0x70be 031891 call sdp_get_data 
+0x70bf 031892 iadd contr ,contr 
+0x70c0 031893 copy contr ,pdata 
+0x70c1 031894 fetcht 2 ,mem_contw 
+0x70c2 031895 copy temp ,contw 
+0x70c3 031896 fetcht 8 ,mem_temp 
+0x70c4 031897 copy pdata ,contr 
+0x70c5 031898 branch search_handle_loop 
+:      031904 search_attrib:
+0x70c6 031905 bpatchx patch3a_7 ,mem_patch3a 
+0x70c7 031906 fetch 2 ,mem_ui_uuid_table 
+0x70c8 031907 iforce contr 
+:      031908 search_attrib_next:
+0x70c9 031909 ifetch 1 ,contr 
+0x70ca 031910 branch search_attrib_end ,blank 
+0x70cb 031911 iforce loopcnt 
+:      031912 search_attrib_loop:
+0x70cc 031913 ifetch 2 ,contr 
+0x70cd 031914 isub regc ,null 
+0x70ce 031915 branch search_attrib_found_uuid ,zero 
+0x70cf 031916 loop search_attrib_loop 
+0x70d0 031917 increase 4 ,contr 
+0x70d1 031918 call sdp_get_data 
+0x70d2 031919 iadd contr ,contr 
+0x70d3 031920 branch search_attrib_next 
+:      031921 search_attrib_found_uuid:
+0x70d4 031922 increase -1 ,loopcnt 
+0x70d5 031923 lshift loopcnt ,pdata 
+0x70d6 031924 iadd contr ,contr 
+0x70d7 031925 increase 4 ,contr 
+0x70d8 031926 call sdp_get_data 
+0x70d9 031927 iadd contr ,timeup 
+:      031928 search_attrib_loop_attribs:
+0x70da 031929 increase 1 ,contr 
+0x70db 031930 ifetch 2 ,contr 
+0x70dc 031931 isub regb ,null 
+0x70dd 031935 branch disable_blank ,zero 
+0x70de 031936 call sdp_data_len 
+0x70df 031937 iadd contr ,contr 
+0x70e0 031938 deposit timeup 
+0x70e1 031939 isub contr ,null 
+0x70e2 031940 branch search_attrib_end ,zero 
+0x70e3 031941 branch search_attrib_loop_attribs 
+:      031942 search_attrib_end:
+0x70e4 031943 force 0 ,contr 
+0x70e5 031944 force 0 ,pdata 
+0x70e6 031945 rtn 
+:      031951 search_handle_attrib:
+0x70e7 031952 bpatchx patch3b_0 ,mem_patch3b 
+0x70e8 031953 fetch 2 ,mem_ui_uuid_table 
+0x70e9 031954 iforce contr 
+:      031955 search_handle_attrib_next:
+0x70ea 031956 ifetch 1 ,contr 
+0x70eb 031957 branch search_handle_attrib_end ,blank 
+0x70ec 031958 lshift pdata ,pdata 
+0x70ed 031959 iadd contr ,contr 
+0x70ee 031960 ifetch 4 ,contr 
+0x70ef 031961 isub temp ,null 
+0x70f0 031962 branch search_handl_attrib_found_handle ,zero 
+0x70f1 031963 call sdp_get_data 
+0x70f2 031964 iadd contr ,contr 
+0x70f3 031965 branch search_handle_attrib_next 
+:      031966 search_handl_attrib_found_handle:
+0x70f4 031967 call sdp_get_data 
+0x70f5 031968 iadd contr ,timeup 
+:      031969 search_handle_attrib_loop_attribs:
+0x70f6 031970 increase 1 ,contr 
+0x70f7 031971 ifetch 2 ,contr 
+0x70f8 031972 isub regb ,null 
+0x70f9 031973 rtn zero 
+0x70fa 031974 call sdp_data_len 
+0x70fb 031975 iadd contr ,contr 
+0x70fc 031976 deposit timeup 
+0x70fd 031977 isub contr ,null 
+0x70fe 031978 branch search_handle_attrib_end ,zero 
+0x70ff 031979 branch search_handle_attrib_loop_attribs 
+:      031980 search_handle_attrib_end:
+0x7100 031981 force 0 ,contr 
+0x7101 031982 rtn 
+:      031986 search_rfcomm_cn:
+0x7102 031987 arg 0x0400 ,regb 
+0x7103 031988 call search_handl_attrib_found_handle 
+0x7104 031989 arg 0x0300 ,regb 
+0x7105 031990 call search_uuid_in_data 
+0x7106 031991 nrtn user 
+0x7107 031992 sub rega ,3 ,null 
+0x7108 031993 branch disable_user ,positive 
+0x7109 031994 ifetch 1 ,contr 
+0x710a 031995 bne 0x08 ,disable_user 
+0x710b 031996 ifetch 1 ,contr 
+0x710c 031997 rtn 
+:      032002 search_uuid_in_data:
+0x710d 032003 bpatchx patch3b_1 ,mem_patch3b 
+0x710e 032004 call sdp_get_data 
+0x710f 032005 copy pdata ,rega 
+:      032006 search_uuid_in_data_loop:
+0x7110 032007 ifetch 1 ,contr 
+0x7111 032008 and pdata ,0x7 ,loopcnt 
+0x7112 032009 rshift3 pdata ,pdata 
+0x7113 032010 sub pdata ,3 ,null 
+0x7114 032011 branch search_uuid_in_data_found_uuid ,zero 
+0x7115 032012 copy loopcnt ,pdata 
+0x7116 032013 beq 5 ,search_uuid_in_data_found_element_index5 
+0x7117 032014 beq 6 ,search_uuid_in_data_found_element_index6 
+0x7118 032015 beq 7 ,search_uuid_in_data_found_element_index7 
+0x7119 032016 increase -1 ,contr 
+0x711a 032017 call sdp_get_data 
+0x711b 032018 iadd contr ,contr 
+0x711c 032019 copy rega ,pdata 
+0x711d 032020 isub temp ,rega 
+0x711e 032021 branch disable_user ,zero 
+0x711f 032022 branch search_uuid_in_data_loop 
+:      032024 search_uuid_in_data_found_element_index5:
+0x7120 032025 increase -2 ,rega 
+0x7121 032026 increase 1 ,contr 
+0x7122 032027 branch search_uuid_in_data_loop 
+:      032028 search_uuid_in_data_found_element_index6:
+0x7123 032029 increase -3 ,rega 
+0x7124 032030 increase 2 ,contr 
+0x7125 032031 branch search_uuid_in_data_loop 
+:      032032 search_uuid_in_data_found_element_index7:
+0x7126 032033 increase -5 ,rega 
+0x7127 032034 increase 4 ,contr 
+0x7128 032035 branch search_uuid_in_data_loop 
+:      032037 search_uuid_in_data_found_uuid:
+0x7129 032038 increase -1 ,rega 
+0x712a 032039 copy loopcnt ,pdata 
+0x712b 032040 beq 1 ,search_uuid_in_data_type_uuid_16 
+0x712c 032041 beq 2 ,search_uuid_in_data_type_uuid_32 
+0x712d 032042 beq 4 ,search_uuid_in_data_type_uuid_128 
+0x712e 032043 branch disable_user 
+:      032044 search_uuid_in_data_type_uuid_128:
+0x712f 032045 increase -12 ,rega 
+:      032046 search_uuid_in_data_type_uuid_32:
+0x7130 032047 ifetch 2 ,contr 
+0x7131 032048 increase -2 ,rega 
+:      032049 search_uuid_in_data_type_uuid_16:
+0x7132 032050 ifetch 2 ,contr 
+0x7133 032051 isub regb ,null 
+0x7134 032052 branch enable_user ,zero 
+0x7135 032053 increase -2 ,rega 
+0x7136 032054 branch disable_user ,zero 
+0x7137 032055 branch search_uuid_in_data_loop 
+:      032114 sdp_send_spp_request:
+0x7138 032115 call l2cap_get_sdp_tx_payload 
+0x7139 032116 copy pdata ,contw 
+0x713a 032117 setarg 6 
+0x713b 032118 istore 1 ,contw 
+0x713c 032119 setarg sdp_tid_spp 
+0x713d 032120 istore 2 ,contw 
+0x713e 032121 setarg 0x0f00 
+0x713f 032122 istore 2 ,contw 
+0x7140 032123 setarg 0x1a0535 
+0x7141 032124 istore 3 ,contw 
+0x7142 032125 setarg 0x0111 
+0x7143 032126 lshift16 pdata ,pdata 
+0x7144 032127 istore 4 ,contw 
+0x7145 032128 setarg 0x2600 
+0x7146 032129 istore 2 ,contw 
+0x7147 032130 setarg 0x0335 
+0x7148 032131 istore 2 ,contw 
+0x7149 032132 setarg 0x0009 
+0x714a 032133 istore 2 ,contw 
+0x714b 032134 setarg 0x0004 
+0x714c 032135 istore 2 ,contw 
+0x714d 032136 jam 0x14 ,mem_sdp_tx_pkt_length 
+0x714e 032137 rtn 
+:      032141 function_g2:
+0x714f 032142 bpatchx patch3b_2 ,mem_patch3b 
+0x7150 032143 jam 80 ,mem_aes_cmac_data_length 
+0x7151 032144 arg memdat ,contw 
+0x7152 032145 arg mem_le_srand ,contr 
+0x7153 032146 call memcpy16 
+0x7154 032147 arg mem_le_pubkey_local_x_256 ,contr 
+0x7155 032148 call memcpy32 
+0x7156 032149 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7157 032150 call memcpy32 
+0x7158 032151 call inverse_memdat 
+0x7159 032152 arg mem_le_mrand ,contr 
+0x715a 032153 call store_inverse_k 
+0x715b 032154 call function_aes_cmac 
+0x715c 032156 arg mem_aes_cmac_temp ,contw 
+0x715d 032157 call load_inverse_result 
+0x715e 032158 setarg 1000000 
+0x715f 032159 copy pdata ,rega 
+0x7160 032160 fetch 4 ,mem_aes_cmac_temp 
+0x7161 032161 idiv rega 
+0x7162 032162 call wait_div_end 
+0x7163 032163 remainder pdata 
+0x7164 032164 store 4 ,mem_gkey 
+0x7165 032166 rtn 
+:      032168 function_f6_eb:
+0x7166 032169 jam 65 ,mem_aes_cmac_data_length 
+0x7167 032170 arg memdat ,contw 
+0x7168 032171 call store_addr_common_a 
+0x7169 032172 call store_addr_common_b 
+0x716a 032173 fetch 3 ,mem_le_pres + 1 
+0x716b 032174 istore 3 ,contw 
+0x716c 032177 call get_r 
+0x716d 032179 arg mem_le_mrand ,contr 
+0x716e 032180 call memcpy16 
+0x716f 032181 arg mem_le_srand ,contr 
+0x7170 032182 call memcpy16 
+0x7171 032183 call inverse_memdat 
+0x7172 032184 arg mem_le_mackey ,contr 
+0x7173 032185 arg mem_aes_cmac_k ,contw 
+0x7174 032186 call memcpy16 
+0x7175 032188 branch function_aes_cmac 
+:      032192 get_r:
+0x7176 032193 fetch 4 ,mem_le_tk 
+0x7177 032194 istore 4 ,contw 
+0x7178 032195 call memset0_4 
+0x7179 032196 branch memset0_8 
+:      032198 function_f6_ea:
+0x717a 032199 bpatchx patch3b_3 ,mem_patch3b 
+0x717b 032200 jam 65 ,mem_aes_cmac_data_length 
+0x717c 032201 arg memdat ,contw 
+0x717d 032202 call store_addr_common_b 
+0x717e 032203 call store_addr_common_a 
+0x717f 032204 fetch 3 ,mem_le_preq + 1 
+0x7180 032205 istore 3 ,contw 
+0x7181 032208 call get_r 
+0x7182 032209 arg mem_le_srand ,contr 
+0x7183 032210 call memcpy16 
+0x7184 032211 arg mem_le_mrand ,contr 
+0x7185 032212 call memcpy16 
+0x7186 032213 call inverse_memdat 
+0x7187 032214 arg mem_le_mackey ,contr 
+0x7188 032215 arg mem_aes_cmac_k ,contw 
+0x7189 032216 call memcpy16 
+0x718a 032218 call function_aes_cmac 
+0x718b 032219 arg mem_aes_cmac_temp ,contw 
+0x718c 032220 branch load_inverse_result 
+:      032222 function_f5:
+0x718d 032223 jam 32 ,mem_aes_cmac_data_length 
+0x718e 032224 arg mem_le_dhkey_256 ,contr 
+0x718f 032225 arg memdat ,contw 
+0x7190 032226 call memcpy32 
+0x7191 032227 call inverse_memdat 
+0x7192 032228 arg mem_le_slat ,contr 
+0x7193 032229 call store_inverse_k 
+0x7194 032230 call function_aes_cmac 
+0x7195 032231 arg mem_aes_cmac_k ,contw 
+0x7196 032232 call store_aes_result 
+0x7197 032233 arg 1 ,temp 
+0x7198 032234 call function_f5_common 
+0x7199 032235 arg mem_le_ltk ,contw 
+0x719a 032236 call load_inverse_result 
+0x719b 032237 arg 0 ,temp 
+0x719c 032238 call function_f5_common 
+0x719d 032239 arg mem_le_mackey ,contw 
+0x719e 032241 branch store_aes_result 
+:      032244 function_f5_common:
+0x719f 032245 bpatchx patch3b_4 ,mem_patch3b 
+0x71a0 032246 jam 53 ,mem_aes_cmac_data_length 
+0x71a1 032247 setarg 0x100 
+0x71a2 032248 store 2 ,memdat 
+0x71a3 032249 call store_addr_common_b 
+0x71a4 032250 call store_addr_common_a 
+0x71a5 032251 arg mem_le_srand ,contr 
+0x71a6 032252 call memcpy16 
+0x71a7 032253 arg mem_le_mrand ,contr 
+0x71a8 032254 call memcpy16 
+0x71a9 032256 setarg 0x6c65 
+0x71aa 032257 istore 2 ,contw 
+0x71ab 032258 setarg 0x6274 
+0x71ac 032259 istore 2 ,contw 
+0x71ad 032260 istoret 1 ,contw 
+0x71ae 032261 call inverse_memdat 
+0x71af 032262 branch function_aes_cmac 
+:      032264 store_addr_common_b:
+0x71b0 032265 fetch 6 ,mem_le_lap 
+0x71b1 032266 istore 6 ,contw 
+0x71b2 032267 fetch 1 ,mem_le_conn_own_addr_type 
+0x71b3 032268 istore 1 ,contw 
+0x71b4 032269 rtn 
+:      032271 store_addr_common_a:
+0x71b5 032272 fetch 6 ,mem_le_plap 
+0x71b6 032273 istore 6 ,contw 
+0x71b7 032278 fetch 1 ,mem_le_conn_peer_addr_type 
+0x71b8 032279 istore 1 ,contw 
+0x71b9 032280 rtn 
+:      032282 function_f4_ca:
+0x71ba 032283 jam 65 ,mem_aes_cmac_data_length 
+0x71bb 032284 fetch 1 ,mem_passkey_1bit 
+0x71bc 032285 store 1 ,memdat 
+0x71bd 032286 arg mem_le_pubkey_local_x_256 ,contr 
+0x71be 032287 call memcpy32 
+0x71bf 032288 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71c0 032289 call memcpy32 
+0x71c1 032290 call inverse_memdat 
+0x71c2 032291 arg mem_le_mrand ,contr 
+0x71c3 032292 call store_inverse_k 
+0x71c4 032293 branch function_aes_cmac 
+:      032296 function_f4_cb:
+0x71c5 032297 jam 65 ,mem_aes_cmac_data_length 
+0x71c6 032298 fetch 1 ,mem_passkey_1bit 
+0x71c7 032299 store 1 ,memdat 
+0x71c8 032300 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71c9 032301 call memcpy32 
+0x71ca 032302 arg mem_le_pubkey_local_x_256 ,contr 
+0x71cb 032303 call memcpy32 
+0x71cc 032304 call inverse_memdat 
+0x71cd 032305 arg mem_le_srand ,contr 
+0x71ce 032306 call store_inverse_k 
+0x71cf 032307 branch function_aes_cmac 
+:      032309 function_aes_cmac:
+0x71d0 032310 bpatchx patch3b_5 ,mem_patch3b 
+0x71d1 032311 call function_aes_cmac_generate_subkey 
+0x71d2 032315 fetch 1 ,mem_aes_cmac_data_length 
+0x71d3 032316 copy pdata ,temp 
+:      032317 function_ceil16:
+0x71d4 032318 increase 15 ,pdata 
+0x71d5 032319 rshift4 pdata ,pdata 
+0x71d6 032320 copy pdata ,regb 
+0x71d7 032321 branch function_aes_cmac_set_flag_0_balnk ,blank 
+0x71d8 032322 and temp ,0x0f ,pdata 
+0x71d9 032323 nbranch function_aes_cmac_set_flag_0 ,blank 
+0x71da 032325 arg mem_aes_cmac_k1 ,regc 
+0x71db 032326 arg memdat ,pdata 
+0x71dc 032327 increase -16 ,pdata 
+0x71dd 032330 iadd temp ,rega 
+0x71de 032331 arg mem_aes_cmac_m_last ,contw 
+0x71df 032332 arg 4 ,loopcnt 
+0x71e0 032333 call xor_loop 
+0x71e1 032337 branch function_aes_cmac_aes 
+:      032339 function_aes_cmac_set_flag_0_balnk:
+0x71e2 032340 arg 1 ,regb 
+0x71e3 032341 arg 0 ,rega 
+0x71e4 032343 branch function_aes_cmac_set_flag_0_common 
+:      032346 function_aes_cmac_set_flag_0:
+0x71e5 032348 and temp ,0x0f ,rega 
+:      032349 function_aes_cmac_set_flag_0_common:
+0x71e6 032350 arg memdat ,pdata 
+0x71e7 032351 iadd temp ,pdata 
+0x71e8 032352 isub rega ,contr 
+0x71e9 032354 arg mem_aes_cmac_temp ,contw 
+0x71ea 032355 call function_aes_cmac_padding 
+0x71eb 032357 arg mem_aes_cmac_k2 ,regc 
+0x71ec 032358 arg mem_aes_cmac_temp ,rega 
+0x71ed 032359 arg mem_aes_cmac_m_last ,contw 
+0x71ee 032360 arg 4 ,loopcnt 
+0x71ef 032361 call xor_loop 
+:      032368 function_aes_cmac_aes:
+0x71f0 032373 call aes_clear_data 
+0x71f1 032374 call aes_init 
+0x71f2 032377 arg memdat ,contr 
+:      032378 function_aes_cmac_aes_loop:
+0x71f3 032380 increase -1 ,regb 
+0x71f4 032381 deposit regb 
+0x71f5 032382 branch function_aes_cmac_aes_loop_end ,blank 
+0x71f6 032383 call load_data128 
+0x71f7 032384 call do_aes_cbc 
+0x71f8 032385 branch function_aes_cmac_aes_loop 
+:      032387 function_aes_cmac_aes_loop_end:
+0x71f9 032388 arg mem_aes_cmac_temp ,contw 
+0x71fa 032389 call store_aes_result 
+0x71fb 032390 arg mem_aes_cmac_m_last ,contr 
+0x71fc 032391 call load_data128 
+0x71fd 032392 call aes_init 
+0x71fe 032393 arg mem_aes_cmac_temp ,contr 
+0x71ff 032394 call load_data128 
+0x7200 032395 branch do_aes_cbc 
+:      032399 load_inverse_result:
+0x7201 032401 copy contw ,rega 
+0x7202 032402 call store_aes_result 
+0x7203 032404 arg 16 ,loopcnt 
+0x7204 032405 branch inverse_data 
+:      032407 store_inverse_k:
+0x7205 032408 arg mem_aes_cmac_k ,contw 
+0x7206 032409 call memcpy16 
+:      032410 inverse_k:
+0x7207 032411 arg 16 ,loopcnt 
+0x7208 032412 arg mem_aes_cmac_k ,rega 
+0x7209 032413 branch inverse_data 
+:      032415 inverse_memdat:
+0x720a 032416 fetch 1 ,mem_aes_cmac_data_length 
+0x720b 032417 copy pdata ,loopcnt 
+0x720c 032418 arg memdat ,rega 
+0x720d 032419 branch inverse_data 
+:      032421 bn_lshift_0_inverse:
+0x720e 032422 ifetch 1 ,rega 
+0x720f 032423 lshift pdata ,pdata 
+0x7210 032424 isolate1 0 ,regc 
+0x7211 032425 setflag true ,0 ,pdata 
+0x7212 032426 isolate1 8 ,pdata 
+0x7213 032427 setflag true ,0 ,regc 
+0x7214 032428 istore 1 ,rega 
+0x7215 032429 increase -1 ,rega 
+0x7216 032430 loop bn_lshift_0_inverse 
+0x7217 032431 rtn 
+:      032433 function_aes_cmac_k1_inverse:
+0x7218 032434 arg mem_aes_cmac_k1 ,rega 
+:      032435 function_aes_cmac_inverse_common:
+0x7219 032436 increase 15 ,rega 
+0x721a 032437 force 16 ,loopcnt 
+0x721b 032438 force 0 ,regc 
+0x721c 032439 branch bn_lshift_0_inverse 
+:      032441 function_aes_cmac_k2_inverse:
+0x721d 032442 arg mem_aes_cmac_k2 ,rega 
+0x721e 032443 branch function_aes_cmac_inverse_common 
+:      032446 function_aes_cmac_generate_subkey:
+0x721f 032447 arg mem_aes_cmac_k ,contr 
+0x7220 032448 call load_key 
+0x7221 032451 force regidx_xor ,regext_index 
+0x7222 032452 call aes_clear 
+0x7223 032453 call aes_clear_data 
+0x7224 032454 call do_aes_ocb 
+0x7225 032459 arg mem_aes_cmac_k1 ,contw 
+0x7226 032460 call store_aes_result 
+:      032461 function_aes_cmac_k1:
+0x7227 032462 bpatchx patch3b_6 ,mem_patch3b 
+0x7228 032463 fetch 1 ,mem_aes_cmac_k1 
+0x7229 032464 isolate1 7 ,pdata 
+0x722a 032465 nbranch function_aes_cmac_k1_0 ,true 
+0x722b 032466 call function_aes_cmac_k1_inverse 
+0x722c 032469 arg mem_aes_cmac_k1 ,regc 
+0x722d 032471 arg mem_aes_cmac_k1 ,contw 
+0x722e 032474 call function_aes_cmac_xor_rb 
+0x722f 032475 branch function_aes_cmac_k2 
+:      032476 function_aes_cmac_k1_0:
+0x7230 032477 call function_aes_cmac_k1_inverse 
+:      032478 function_aes_cmac_k2:
+0x7231 032480 arg mem_aes_cmac_k1 ,contr 
+0x7232 032481 arg mem_aes_cmac_k2 ,contw 
+0x7233 032482 call memcpy16 
+0x7234 032483 fetch 1 ,mem_aes_cmac_k2 
+0x7235 032484 isolate1 7 ,pdata 
+0x7236 032485 nbranch function_aes_cmac_k2_inverse ,true 
+0x7237 032486 call function_aes_cmac_k2_inverse 
+0x7238 032488 arg mem_aes_cmac_k2 ,regc 
+0x7239 032490 arg mem_aes_cmac_k2 ,contw 
+:      032496 function_aes_cmac_xor_rb:
+0x723a 032497 arg 3 ,loopcnt 
+:      032498 function_aes_cmac_xor_rb_loop:
+0x723b 032499 arg 0 ,temp 
+0x723c 032500 call function_aes_cmac_xor_loop_common 
+0x723d 032501 increase 4 ,regc 
+0x723e 032502 loop function_aes_cmac_xor_rb_loop 
+0x723f 032503 arg 0x8700 ,temp 
+0x7240 032504 lshift16 temp ,temp 
+:      032505 function_aes_cmac_xor_loop_common:
+0x7241 032506 ifetch 4 ,regc 
+0x7242 032507 ixor temp ,pdata 
+0x7243 032508 istore 4 ,contw 
+0x7244 032509 rtn 
+:      032515 function_aes_cmac_padding:
+0x7245 032516 bpatchx patch3b_7 ,mem_patch3b 
+0x7246 032517 arg 16 ,loopcnt 
+0x7247 032518 arg 0 ,pdata 
+:      032519 function_aes_cmac_padding_loop:
+0x7248 032520 isub rega ,null 
+0x7249 032521 branch function_aes_cmac_padding_beq_length ,zero 
+0x724a 032522 branch function_aes_cmac_padding_big_length ,positive 
+0x724b 032523 ifetcht 1 ,contr 
+0x724c 032524 istoret 1 ,contw 
+:      032525 function_aes_cmac_padding_loop2:
+0x724d 032526 increase 1 ,pdata 
+0x724e 032527 loop function_aes_cmac_padding_loop 
+0x724f 032528 rtn 
+:      032529 function_aes_cmac_padding_beq_length:
+0x7250 032530 arg 0x80 ,temp 
+:      032531 function_aes_cmac_padding_common:
+0x7251 032532 istoret 1 ,contw 
+0x7252 032533 branch function_aes_cmac_padding_loop2 
+:      032535 function_aes_cmac_padding_big_length:
+0x7253 032536 arg 0 ,temp 
+0x7254 032537 branch function_aes_cmac_padding_common 
+:      032540 generate_kinit:
+0x7255 032541 call function_e22 
+0x7256 032542 arg mem_input_store ,contr 
+0x7257 032543 arg mem_kinit ,contw 
+0x7258 032544 branch memcpy16 
+:      032547 function_e21:
+0x7259 032548 disable user 
+0x725a 032549 call function_expand 
+0x725b 032550 arg mem_random_number ,contr 
+0x725c 032551 arg mem_x ,contw 
+0x725d 032552 force 15 ,loopcnt 
+0x725e 032553 call memcpy 
+0x725f 032554 ifetch 1 ,contr 
+0x7260 032555 xor_into 6 ,pdata 
+0x7261 032556 istore 1 ,contw 
+0x7262 032557 setarg mem_y 
+0x7263 032558 store 2 ,memp_ar_input 
+0x7264 032559 setarg mem_x 
+0x7265 032560 store 2 ,memp_ar_key 
+0x7266 032561 set1 mark_ar2 ,mark 
+0x7267 032562 branch function_ar 
+:      032566 function_e22:
+0x7268 032567 fetcht 1 ,mem_pin_length 
+0x7269 032568 force 16 ,regb 
+0x726a 032569 add temp ,6 ,regc 
+0x726b 032570 sub regc ,16 ,null 
+0x726c 032571 branch function_e22_pin_init ,positive 
+0x726d 032572 force 16 ,regc 
+:      032573 function_e22_pin_init:
+0x726e 032574 arg mem_x ,contw 
+:      032575 function_e22_genx_pin:
+0x726f 032576 arg mem_pin ,contr 
+0x7270 032577 copy temp ,loopcnt 
+0x7271 032578 disable user 
+:      032579 function_e22_genx_loop:
+0x7272 032580 ifetch 1 ,contr 
+0x7273 032581 istore 1 ,contw 
+0x7274 032582 increase -1 ,regb 
+0x7275 032583 branch function_e22_genx_end ,zero 
+0x7276 032584 loop function_e22_genx_loop 
+0x7277 032585 branch function_e22_genx_pin ,user 
+0x7278 032586 enable user 
+0x7279 032587 force 6 ,loopcnt 
+0x727a 032588 copy rega ,contr 
+0x727b 032589 branch function_e22_genx_loop 
+:      032590 function_e22_genx_end:
+0x727c 032591 arg mem_random_number ,contr 
+0x727d 032592 arg mem_y ,contw 
+0x727e 032593 call memcpy16 
+0x727f 032594 fetch 1 ,mem_y15 
+0x7280 032595 ixor regc ,pdata 
+0x7281 032596 store 1 ,mem_y15 
+0x7282 032597 setarg mem_y 
+0x7283 032598 store 2 ,memp_ar_input 
+0x7284 032599 setarg mem_x 
+0x7285 032600 store 2 ,memp_ar_key 
+0x7286 032601 set1 mark_ar2 ,mark 
+0x7287 032602 branch function_ar 
+:      032607 function_e1:
+0x7288 032608 disable user 
+0x7289 032609 call function_expand 
+0x728a 032610 branch function_hash 
+:      032612 function_e3:
+0x728b 032613 arg mem_aco ,rega 
+0x728c 032614 enable user 
+0x728d 032615 call function_expand 
+0x728e 032616 call function_hash 
+0x728f 032617 arg mem_input_store ,contr 
+0x7290 032618 arg mem_kc ,contw 
+0x7291 032619 branch memcpy16 
+:      032622 function_hash:
+0x7292 032623 setarg mem_random_number 
+0x7293 032624 store 2 ,memp_ar_input 
+0x7294 032625 setarg mem_link_key 
+0x7295 032626 store 2 ,memp_ar_key 
+0x7296 032627 set0 mark_ar2 ,mark 
+0x7297 032628 call function_ar 
+0x7298 032629 arg mem_input_store ,rega 
+0x7299 032630 arg mem_random_number ,regb 
+0x729a 032631 arg mem_x ,contw 
+0x729b 032632 call xor16 
+0x729c 032633 arg mem_x ,rega 
+0x729d 032634 arg mem_y ,regb 
+0x729e 032635 copy regb ,contw 
+0x729f 032636 enable user 
+0x72a0 032637 call add16 
+0x72a1 032638 call key_offset 
+0x72a2 032639 setarg mem_y 
+0x72a3 032640 store 2 ,memp_ar_input 
+0x72a4 032641 setarg mem_x 
+0x72a5 032642 store 2 ,memp_ar_key 
+0x72a6 032643 set1 mark_ar2 ,mark 
+0x72a7 032644 branch function_ar 
+:      032648 function_ar:
+0x72a8 032649 jam 0 ,mem_ar_hround 
+0x72a9 032650 fetch 2 ,memp_ar_key 
+0x72aa 032651 iforce contr 
+0x72ab 032652 arg mem_key_store ,contw 
+0x72ac 032653 call memcpy16 
+0x72ad 032654 fetch 2 ,memp_ar_input 
+0x72ae 032655 iforce contr 
+0x72af 032656 arg mem_input_store ,contw 
+0x72b0 032657 call memcpy16 
+:      032659 function_ar_loop:
+0x72b1 032660 call key_scheduling 
+0x72b2 032661 disable user 
+0x72b3 032662 bmark0 mark_ar2 ,function_ar_original 
+0x72b4 032663 fetch 1 ,mem_ar_hround 
+0x72b5 032664 bne 4 ,function_ar_original 
+0x72b6 032665 fetch 2 ,memp_ar_input 
+0x72b7 032666 iforce regb 
+0x72b8 032667 call xor_mod32_ar2 
+:      032668 function_ar_original:
+0x72b9 032669 call xor_mod32 
+0x72ba 032670 call el_boxes 
+0x72bb 032671 fetch 1 ,mem_ar_hround 
+0x72bc 032672 increase 1 ,pdata 
+0x72bd 032673 store 1 ,mem_ar_hround 
+0x72be 032675 call key_scheduling 
+0x72bf 032676 enable user 
+0x72c0 032677 call xor_mod32 
+0x72c1 032678 call pht 
+0x72c2 032679 call permute 
+0x72c3 032680 call pht 
+0x72c4 032681 call permute 
+0x72c5 032682 call pht 
+0x72c6 032683 call permute 
+0x72c7 032684 call pht 
+0x72c8 032685 fetch 1 ,mem_ar_hround 
+0x72c9 032686 increase 1 ,pdata 
+0x72ca 032687 store 1 ,mem_ar_hround 
+0x72cb 032688 bne 16 ,function_ar_loop 
+0x72cc 032689 call key_scheduling 
+0x72cd 032690 disable user 
+0x72ce 032691 branch xor_mod32 
+:      032695 key_scheduling:
+0x72cf 032696 fetch 1 ,mem_ar_hround 
+0x72d0 032697 arg mem_key_store ,contr 
+0x72d1 032698 branch key_sched_zero ,blank 
+0x72d2 032699 iforce regb 
+0x72d3 032700 force 17 ,loopcnt 
+0x72d4 032701 copy contr ,contw 
+:      032702 key_rotateloop:
+0x72d5 032703 ifetch 1 ,contr 
+0x72d6 032704 lshift3 pdata ,temp 
+0x72d7 032705 rshift2 pdata ,pdata 
+0x72d8 032706 rshift3 pdata ,pdata 
+0x72d9 032707 ior temp ,pdata 
+0x72da 032708 istore 1 ,contw 
+0x72db 032709 loop key_rotateloop 
+0x72dc 032710 setarg mem_key_store 
+0x72dd 032711 iadd regb ,contr 
+0x72de 032712 force 16 ,loopcnt 
+0x72df 032713 arg mem_round_key ,contw 
+:      032714 key_select_octet_loop:
+0x72e0 032715 ifetch 1 ,contr 
+0x72e1 032716 istore 1 ,contw 
+0x72e2 032717 compare mem_key_store_end ,contr ,0xff 
+0x72e3 032718 nbranch key_select_octet_nwrap ,true 
+0x72e4 032719 increase -17 ,contr 
+:      032720 key_select_octet_nwrap:
+0x72e5 032721 loop key_select_octet_loop 
+0x72e6 032722 force 0 ,rega 
+0x72e7 032723 add regb ,-1 ,regc 
+0x72e8 032724 lshift2 regc ,regc 
+0x72e9 032725 lshift2 regc ,regc 
+0x72ea 032726 call enable_authrom 
+0x72eb 032727 setarg mem_b_box 
+0x72ec 032728 iadd regc ,regc 
+0x72ed 032729 arg mem_round_key ,contw 
+0x72ee 032730 force 16 ,loopcnt 
+:      032731 bias_round_key_loop:
+0x72ef 032732 ifetcht 1 ,regc 
+0x72f0 032733 ifetch 1 ,contw 
+0x72f1 032734 iadd temp ,pdata 
+0x72f2 032735 istore 1 ,contw 
+0x72f3 032736 increase 1 ,regc 
+0x72f4 032737 loop bias_round_key_loop 
+0x72f5 032738 branch disable_authrom 
+:      032740 key_sched_zero:
+0x72f6 032741 force 16 ,loopcnt 
+0x72f7 032742 force 0 ,temp 
+:      032743 create_byte_16_loop:
+0x72f8 032744 ifetch 1 ,contr 
+0x72f9 032745 ixor temp ,temp 
+0x72fa 032746 loop create_byte_16_loop 
+0x72fb 032747 deposit temp 
+0x72fc 032748 istore 1 ,contr 
+0x72fd 032749 arg mem_key_store ,contr 
+0x72fe 032750 arg mem_round_key ,contw 
+0x72ff 032751 branch memcpy16 
+:      032753 xor_mod32:
+0x7300 032754 arg mem_round_key ,regb 
+:      032755 xor_mod32_ar2:
+0x7301 032756 force 16 ,loopcnt 
+0x7302 032757 arg mem_input_store ,rega 
+0x7303 032758 copy rega ,contw 
+:      032759 xor_mod32_loop:
+0x7304 032760 ifetcht 1 ,rega 
+0x7305 032761 ifetch 1 ,regb 
+0x7306 032762 ixor temp ,alarm 
+0x7307 032763 and loopcnt ,3 ,regc 
+0x7308 032764 nbranch xor_mod32_invert ,user 
+0x7309 032765 xor_into 3 ,regc 
+:      032766 xor_mod32_invert:
+0x730a 032767 sub regc ,1 ,regc 
+0x730b 032768 branch xor_even ,positive 
+0x730c 032769 iadd temp ,alarm 
+:      032770 xor_even:
+0x730d 032771 deposit alarm 
+0x730e 032772 istore 1 ,contw 
+0x730f 032773 increase 1 ,rega 
+0x7310 032774 increase 1 ,regb 
+0x7311 032775 loop xor_mod32_loop 
+0x7312 032776 rtn 
+:      032778 el_boxes:
+0x7313 032779 call enable_authrom 
+0x7314 032780 force 16 ,loopcnt 
+0x7315 032781 arg mem_input_store ,rega 
+:      032782 el_box_loop:
+0x7316 032783 ifetch 1 ,rega 
+0x7317 032784 arg mem_e_box ,contr 
+0x7318 032785 and loopcnt ,3 ,regc 
+0x7319 032786 sub regc ,1 ,null 
+0x731a 032787 branch e_boxes ,positive 
+0x731b 032788 arg mem_l_box ,contr 
+:      032789 e_boxes:
+0x731c 032790 iadd contr ,contr 
+0x731d 032791 ifetch 1 ,contr 
+0x731e 032792 istore 1 ,rega 
+0x731f 032793 increase 1 ,rega 
+0x7320 032794 loop el_box_loop 
+0x7321 032795 branch disable_authrom 
+:      032797 pht:
+0x7322 032798 force 8 ,loopcnt 
+0x7323 032799 arg mem_input_store ,contr 
+0x7324 032800 copy contr ,contw 
+:      032801 pht_loop:
+0x7325 032802 ifetch 1 ,contr 
+0x7326 032803 iforce rega 
+0x7327 032804 ifetch 1 ,contr 
+0x7328 032805 iforce regb 
+0x7329 032806 lshift rega ,pdata 
+0x732a 032807 iadd regb ,pdata 
+0x732b 032808 istore 1 ,contw 
+0x732c 032809 deposit rega 
+0x732d 032810 iadd regb ,pdata 
+0x732e 032811 istore 1 ,contw 
+0x732f 032812 loop pht_loop 
+0x7330 032813 rtn 
+:      032816 permute:
+0x7331 032817 setarg 0x8ae42c 
+0x7332 032818 iforce temp 
+0x7333 032819 force 7 ,loopcnt 
+0x7334 032820 call permute_exchange 
+0x7335 032821 setarg 0xd751b 
+0x7336 032822 iforce temp 
+0x7337 032823 force 5 ,loopcnt 
+0x7338 032824 call permute_exchange 
+0x7339 032825 fetch 1 ,mem_input_store + 15 
+0x733a 032826 iforce rega 
+0x733b 032827 fetch 1 ,mem_input_store + 3 
+0x733c 032828 store 1 ,mem_input_store + 15 
+0x733d 032829 deposit rega 
+0x733e 032830 store 1 ,mem_input_store + 3 
+0x733f 032831 rtn 
+:      032833 permute_exchange:
+0x7340 032834 and temp ,0xf ,regb 
+:      032835 permute_loop:
+0x7341 032836 and temp ,0xf ,pdata 
+0x7342 032837 arg mem_input_store ,contw 
+0x7343 032838 iadd contw ,contw 
+0x7344 032839 ifetch 1 ,contw 
+0x7345 032840 iforce regc 
+0x7346 032841 deposit rega 
+0x7347 032842 istore 1 ,contw 
+0x7348 032843 copy regc ,rega 
+0x7349 032844 rshift4 temp ,temp 
+0x734a 032845 loop permute_loop 
+0x734b 032846 setarg mem_input_store 
+0x734c 032847 iadd regb ,contw 
+0x734d 032848 deposit rega 
+0x734e 032849 istore 1 ,contw 
+0x734f 032850 rtn 
+:      032852 add16:
+0x7350 032853 enable user 
+0x7351 032854 branch xor_add16 
+:      032856 xor16:
+0x7352 032857 disable user 
+:      032858 xor_add16:
+0x7353 032859 force 16 ,loopcnt 
+:      032860 xoradd_loop:
+0x7354 032861 ifetcht 1 ,rega 
+0x7355 032862 ifetch 1 ,regb 
+0x7356 032863 branch xoradd_add ,user 
+0x7357 032864 ixor temp ,pdata 
+0x7358 032865 branch xoradd_store 
+:      032866 xoradd_add:
+0x7359 032867 iadd temp ,pdata 
+:      032868 xoradd_store:
+0x735a 032869 istore 1 ,contw 
+0x735b 032870 increase 1 ,rega 
+0x735c 032871 increase 1 ,regb 
+0x735d 032872 loop xoradd_loop 
+0x735e 032873 rtn 
+:      032876 function_expand:
+0x735f 032877 arg mem_y ,contw 
+0x7360 032878 ifetch 6 ,rega 
+0x7361 032879 istore 6 ,contw 
+0x7362 032880 branch expand_12 ,user 
+0x7363 032881 ifetch 6 ,rega 
+0x7364 032882 branch expand_cont 
+:      032883 expand_12:
+0x7365 032884 ifetch 6 ,contr 
+:      032885 expand_cont:
+0x7366 032886 istore 6 ,contw 
+0x7367 032887 ifetch 4 ,rega 
+0x7368 032888 istore 4 ,contw 
+0x7369 032889 rtn 
+:      032891 key_offset:
+0x736a 032892 arg mem_link_key ,contr 
+0x736b 032893 arg mem_x ,contw 
+0x736c 032894 arg 0 ,temp 
+0x736d 032895 setarg 0x8395a7 
+0x736e 032896 call concatenate_temp24 
+0x736f 032897 setarg 0xb3c1df 
+0x7370 032898 call concatenate_temp24 
+0x7371 032899 setarg 0xe5e9 
+0x7372 032900 call concatenate_temp16 
+0x7373 032901 copy temp ,regab 
+0x7374 032902 disable user 
+0x7375 032903 call key_addxor 
+0x7376 032904 copy regab ,temp 
+0x7377 032905 enable user 
+0x7378 032906 branch key_addxor 
+:      032908 key_addxor:
+0x7379 032909 force 8 ,loopcnt 
+:      032910 key_addxor_loop:
+0x737a 032911 ifetch 1 ,contr 
+0x737b 032912 compare 1 ,loopcnt ,1 
+0x737c 032913 branch key_high ,user 
+0x737d 032914 branch key_xor ,true 
+:      032915 key_add:
+0x737e 032916 iadd temp ,pdata 
+0x737f 032917 branch key_store 
+:      032918 key_high:
+0x7380 032919 branch key_add ,true 
+:      032920 key_xor:
+0x7381 032921 ixor temp ,pdata 
+:      032922 key_store:
+0x7382 032923 istore 1 ,contw 
+0x7383 032924 rshift8 temp ,temp 
+0x7384 032925 loop key_addxor_loop 
+0x7385 032926 rtn 
+:      032928 copy_aco:
+0x7386 032929 fetch 6 ,mem_input_store + 4 
+0x7387 032930 store 6 ,mem_aco 
+0x7388 032931 ifetch 6 ,contr 
+0x7389 032932 istore 6 ,contw 
+0x738a 032933 rtn 
+:      032935 concatenate_temp24:
+0x738b 032936 lshift8 temp ,temp 
+:      032937 concatenate_temp16:
+0x738c 032938 lshift16 temp ,temp 
+0x738d 032939 ior temp ,temp 
+0x738e 032940 rtn 
+:      032944 loop1:
+0x738f 032945 branch loop1 
+:      032949 generate_stk:
+0x7390 032950 bpatchx patch3c_0 ,mem_patch3c 
+0x7391 032951 call function_s1 
+0x7392 032952 arg mem_le_ltk ,contw 
+0x7393 032953 branch store_aes_result 
+:      032956 authenticate_rconfirm:
+0x7394 032957 arg mem_le_srand ,contw 
+0x7395 032958 branch authenticate_mconfirm ,master 
+0x7396 032959 arg mem_le_mrand ,contw 
+:      032960 authenticate_mconfirm:
+0x7397 032961 copy contr ,rega 
+0x7398 032962 call memcpy16 
+0x7399 032963 call function_c1 
+0x739a 032964 arg mem_le_rconfirm ,contr 
+0x739b 032965 branch compare_res 
+:      032967 generate_confirm:
+0x739c 032968 arg mem_le_mrand ,rega 
+0x739d 032969 branch generate_mrand ,master 
+0x739e 032970 arg mem_le_srand ,rega 
+:      032971 generate_mrand:
+0x739f 032972 copy rega ,contw 
+0x73a0 032973 call generate_random 
+0x73a1 032974 branch function_c1 
+:      032976 generate_sk:
+0x73a2 032977 arg mem_le_skdm ,contr 
+0x73a3 032978 call load_data128 
+0x73a4 032979 arg mem_le_ltk ,contr 
+0x73a5 032980 call load_regext 
+0x73a6 032981 force 0x38 ,aes_ctrl 
+0x73a7 032982 force 0x0 ,aes_ctrl 
+0x73a8 032983 call wait_aes 
+0x73a9 032984 arg mem_le_sk ,contw 
+0x73aa 032985 branch store_aes_result 
+:      032988 first_block_counter:
+0x73ab 032989 force 0x49 ,pdata 
+0x73ac 032990 branch first_block 
+:      032991 first_block_data:
+0x73ad 032992 force 1 ,pdata 
+:      032993 first_block:
+0x73ae 032994 force regidx_data ,regext_index 
+0x73af 032995 lshift8 temp ,regext 
+0x73b0 032996 ior regext ,regext 
+0x73b1 032997 increase 1 ,regext_index 
+0x73b2 032998 rshift8 temp ,regext 
+0x73b3 032999 rshift16 regext ,regext 
+0x73b4 033000 fetch 2 ,mem_le_ivm 
+0x73b5 033001 lshift16 ,pdata ,pdata 
+0x73b6 033002 ior regext ,regext 
+0x73b7 033003 increase 1 ,regext_index 
+0x73b8 033004 ifetch 4 ,contr 
+0x73b9 033005 iforce regext 
+0x73ba 033006 increase 1 ,regext_index 
+0x73bb 033007 ifetch 2 ,contr 
+0x73bc 033008 byteswap rega ,regext 
+0x73bd 033009 lshift16 regext ,regext 
+0x73be 033010 ior regext ,regext 
+0x73bf 033011 increase 1 ,regext_index 
+0x73c0 033012 rtn 
+:      033016 generate_mic:
+0x73c1 033017 add regc ,1 ,contr 
+0x73c2 033018 ifetch 1 ,contr 
+0x73c3 033019 iforce rega 
+0x73c4 033020 call first_block_counter 
+0x73c5 033021 call do_aes_ocb 
+0x73c6 033023 force regidx_data ,regext_index 
+0x73c7 033024 ifetch 1 ,regc 
+0x73c8 033025 and_into 0x3 ,pdata 
+0x73c9 033026 lshift16 pdata ,regext 
+0x73ca 033027 set1 8 ,regext 
+0x73cb 033028 call clear_hidata 
+0x73cc 033029 call do_aes_cbc 
+0x73cd 033031 copy rega ,loopcnt 
+0x73ce 033032 add regc ,2 ,contr 
+0x73cf 033033 call padding_data 
+:      033034 generate_mic_loop:
+0x73d0 033035 call aes_load_data 
+0x73d1 033036 call do_aes_cbc 
+0x73d2 033037 deposit loopcnt 
+0x73d3 033038 branch generate_mic_end ,blank 
+0x73d4 033039 branch generate_mic_loop 
+:      033040 generate_mic_end:
+0x73d5 033041 force regidx_result ,regext_index 
+0x73d6 033042 deposit regext 
+0x73d7 033043 store 4 ,mem_le_mic 
+0x73d8 033044 rtn 
+:      033046 aes_crypt_data:
+0x73d9 033047 increase 1 ,rega 
+0x73da 033048 call first_block_data 
+0x73db 033049 copy regc ,contr 
+0x73dc 033050 call aes_load_xor 
+0x73dd 033051 call do_aes_ctr 
+0x73de 033052 call store_enc_data 
+0x73df 033053 increase 16 ,regc 
+0x73e0 033054 increase -16 ,regb 
+0x73e1 033055 branch aes_crypt_data ,positive 
+0x73e2 033056 rtn 
+:      033058 le_encrypt:
+0x73e3 033059 bpatchx patch3c_1 ,mem_patch3c 
+0x73e4 033060 arg mem_le_txheader ,regc 
+0x73e5 033061 fetcht 5 ,mem_le_pcnt_tx 
+0x73e6 033062 call generate_mic 
+0x73e7 033063 force regidx_xor ,regext_index 
+0x73e8 033064 iforce regext 
+0x73e9 033065 force 0 ,rega 
+0x73ea 033066 call first_block_data 
+0x73eb 033067 call do_aes_ctr 
+0x73ec 033068 arg mem_le_txpayload ,regc 
+0x73ed 033069 fetch 1 ,mem_le_txlen 
+0x73ee 033070 add pdata ,-1 ,regb 
+0x73ef 033071 iadd regc ,contw 
+0x73f0 033072 force regidx_result ,regext_index 
+0x73f1 033073 deposit regext 
+0x73f2 033074 istore 4 ,contw 
+0x73f3 033075 call aes_crypt_data 
+0x73f4 033076 fetch 1 ,mem_le_txlen 
+0x73f5 033077 increase 4 ,pdata 
+0x73f6 033078 store 1 ,mem_le_txlen 
+0x73f7 033079 fetcht 5 ,mem_le_pcnt_tx 
+0x73f8 033080 increase 1 ,temp 
+0x73f9 033081 storet 5 ,mem_le_pcnt_tx 
+0x73fa 033082 rtn 
+:      033084 le_decrypt:
+0x73fb 033085 bpatchx patch3c_2 ,mem_patch3c 
+0x73fc 033086 fetch 1 ,mem_le_rxbuf + 1 
+0x73fd 033087 sub pdata ,20 ,null 
+0x73fe 033088 branch le_dec_cont ,positive 
+:      033089 le_dec_cont:
+0x73ff 033090 arg mem_le_rxbuf + 2 ,regc 
+0x7400 033091 add pdata ,-1 ,regb 
+0x7401 033092 increase -4 ,pdata 
+0x7402 033093 store 1 ,mem_le_rxbuf + 1 
+0x7403 033094 iadd regc ,contr 
+0x7404 033095 ifetch 4 ,contr 
+0x7405 033096 force regidx_xor ,regext_index 
+0x7406 033097 iforce regext 
+0x7407 033098 force 0 ,rega 
+0x7408 033099 fetcht 5 ,mem_le_pcnt_rx 
+0x7409 033100 call first_block_data 
+0x740a 033101 call do_aes_ctr 
+0x740b 033102 force regidx_result ,regext_index 
+0x740c 033103 deposit regext 
+0x740d 033104 store 4 ,mem_le_peer_mic 
+0x740e 033105 call aes_crypt_data 
+0x740f 033106 arg mem_le_rxbuf ,regc 
+0x7410 033107 call generate_mic 
+0x7411 033108 fetcht 4 ,mem_le_peer_mic 
+0x7412 033109 isub temp ,pdata 
+0x7413 033110 nrtn blank 
+0x7414 033111 fetch 4 ,mem_le_last_mic 
+0x7415 033112 isub temp ,pdata 
+0x7416 033113 rtn blank 
+0x7417 033114 storet 4 ,mem_le_last_mic 
+0x7418 033115 fetch 5 ,mem_le_pcnt_rx 
+0x7419 033116 increase 1 ,pdata 
+0x741a 033117 store 5 ,mem_le_pcnt_rx 
+0x741b 033118 force 0 ,pdata 
+0x741c 033119 rtn 
+:      033121 wait_aes:
+0x741d 033122 nbranch wait_aes ,aes_ready 
+0x741e 033123 rtn 
+:      033125 do_aes_ocb:
+0x741f 033126 force 0x30 ,aes_ctrl 
+0x7420 033127 force 0x0 ,aes_ctrl 
+0x7421 033128 branch wait_aes 
+:      033130 do_aes_cbc:
+0x7422 033131 force 0x32 ,aes_ctrl 
+0x7423 033132 force 0x2 ,aes_ctrl 
+0x7424 033133 branch wait_aes 
+:      033135 do_aes_ctr:
+0x7425 033136 force 0x34 ,aes_ctrl 
+0x7426 033137 force 0x4 ,aes_ctrl 
+0x7427 033138 branch wait_aes 
+:      033141 aes_init:
+0x7428 033142 force 1 ,aes_ctrl 
+0x7429 033143 force 0 ,aes_ctrl 
+0x742a 033144 rtn 
+:      033145 function_s1:
+0x742b 033146 force regidx_data ,regext_index 
+0x742c 033147 fetch 4 ,mem_le_mrand 
+0x742d 033148 iforce regext 
+0x742e 033149 increase 1 ,regext_index 
+0x742f 033150 ifetch 4 ,contr 
+0x7430 033151 iforce regext 
+0x7431 033152 increase 1 ,regext_index 
+0x7432 033153 fetch 4 ,mem_le_srand 
+0x7433 033154 iforce regext 
+0x7434 033155 increase 1 ,regext_index 
+0x7435 033156 ifetch 4 ,contr 
+0x7436 033157 iforce regext 
+0x7437 033158 increase 1 ,regext_index 
+0x7438 033159 call aes_clear 
+0x7439 033160 increase -4 ,regext_index 
+0x743a 033161 fetch 4 ,mem_le_tk 
+0x743b 033162 copy pdata ,regext 
+0x743c 033163 increase 4 ,regext_index 
+0x743d 033164 force 0x38 ,aes_ctrl 
+0x743e 033165 force 0x8 ,aes_ctrl 
+0x743f 033166 branch wait_aes 
+:      033169 function_c1:
+0x7440 033170 bpatchx patch3c_3 ,mem_patch3c 
+0x7441 033171 fetch 6 ,mem_le_lap 
+0x7442 033172 fetcht 6 ,mem_le_plap 
+0x7443 033173 branch function_c1_master ,master 
+0x7444 033174 fetch 6 ,mem_le_plap 
+0x7445 033175 fetcht 6 ,mem_le_lap 
+:      033176 function_c1_master:
+0x7446 033177 force regidx_xor ,regext_index 
+0x7447 033178 copy temp ,regext 
+0x7448 033179 increase 1 ,regext_index 
+0x7449 033180 rshift32 temp ,regext 
+0x744a 033181 lshift16 pdata ,pdata 
+0x744b 033182 ior regext ,regext 
+0x744c 033183 increase 1 ,regext_index 
+0x744d 033184 rshift32 pdata ,regext 
+0x744e 033185 increase 1 ,regext_index 
+0x744f 033186 force 0 ,regext 
+0x7450 033187 force 0 ,pdata 
+0x7451 033188 fetch 1 ,mem_le_conn_peer_addr_type 
+0x7452 033189 fetcht 1 ,mem_le_adv_own_addr_type 
+0x7453 033190 nbranch function_c1_irat ,master 
+0x7454 033192 fetch 1 ,mem_le_conn_own_addr_type 
+0x7455 033193 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      033194 function_c1_irat:
+0x7456 033195 store 1 ,mem_le_iat 
+0x7457 033196 storet 1 ,mem_le_rat 
+0x7458 033197 force regidx_data ,regext_index 
+0x7459 033198 arg mem_le_iat ,regb 
+0x745a 033199 force 4 ,loopcnt 
+:      033200 function_c1_loop1:
+0x745b 033201 ifetch 4 ,rega 
+0x745c 033202 ifetcht 4 ,regb 
+0x745d 033203 ixor temp ,regext 
+0x745e 033204 increase 1 ,regext_index 
+0x745f 033205 increase 4 ,rega 
+0x7460 033206 increase 4 ,regb 
+0x7461 033207 loop function_c1_loop1 
+0x7462 033208 call aes_clear 
+0x7463 033209 increase -4 ,regext_index 
+0x7464 033210 fetch 4 ,mem_le_tk 
+0x7465 033211 copy pdata ,regext 
+0x7466 033212 increase 4 ,regext_index 
+0x7467 033213 force 0x38 ,aes_ctrl 
+0x7468 033214 force 0xc ,aes_ctrl 
+0x7469 033215 call wait_aes 
+0x746a 033217 call aes_clear_data 
+0x746b 033218 force 0x3a ,aes_ctrl 
+0x746c 033219 force 0x8 ,aes_ctrl 
+0x746d 033220 branch wait_aes 
+:      033222 padding_data:
+0x746e 033223 compare 0 ,loopcnt ,3 
+0x746f 033224 rtn true 
+0x7470 033225 deposit contr 
+0x7471 033226 iadd loopcnt ,contw 
+0x7472 033227 force 0 ,pdata 
+:      033228 padding_loop:
+0x7473 033229 istore 1 ,contw 
+0x7474 033230 increase 1 ,loopcnt 
+0x7475 033231 compare 0 ,loopcnt ,3 
+0x7476 033232 rtn true 
+0x7477 033233 branch padding_loop 
+:      033235 aes_load_data:
+0x7478 033236 force regidx_data ,regext_index 
+:      033237 load_data_loop:
+0x7479 033238 deposit loopcnt 
+0x747a 033239 branch load_data_padding ,blank 
+0x747b 033240 ifetch 4 ,contr 
+0x747c 033241 increase -4 ,loopcnt 
+:      033242 load_data_padding:
+0x747d 033243 iforce regext 
+0x747e 033244 increase 1 ,regext_index 
+0x747f 033245 compare regidx_key ,regext_index ,0xf 
+0x7480 033246 rtn true 
+0x7481 033247 branch load_data_loop 
+:      033249 aes_load_xor:
+0x7482 033250 force regidx_xor ,regext_index 
+0x7483 033251 branch load_regext 
+:      033252 load_key:
+0x7484 033253 force regidx_key ,regext_index 
+0x7485 033254 branch load_regext 
+:      033255 load_data128:
+0x7486 033256 force regidx_data ,regext_index 
+:      033257 load_regext:
+0x7487 033258 force 4 ,loopcnt 
+:      033259 load_regext_loop:
+0x7488 033260 ifetch 4 ,contr 
+0x7489 033261 iforce regext 
+0x748a 033262 increase 1 ,regext_index 
+0x748b 033263 loop load_regext_loop 
+0x748c 033264 rtn 
+:      033266 load_sk:
+0x748d 033267 arg mem_le_sk ,contr 
+0x748e 033268 branch load_key 
+:      033270 clear_hidata:
+0x748f 033271 force 4 ,loopcnt 
+0x7490 033272 branch clear_data_rest 
+:      033274 aes_clear_data:
+0x7491 033275 force regidx_data ,regext_index 
+:      033276 aes_clear:
+0x7492 033277 force 4 ,loopcnt 
+:      033278 clear_loop:
+0x7493 033279 force 0 ,regext 
+:      033280 clear_data_rest:
+0x7494 033281 increase 1 ,regext_index 
+0x7495 033282 loop clear_loop 
+0x7496 033283 rtn 
+:      033285 store_aes_result:
+0x7497 033286 force regidx_result ,regext_index 
+0x7498 033287 force 4 ,loopcnt 
+:      033288 send_aes_result_loop:
+0x7499 033289 deposit regext 
+0x749a 033290 istore 4 ,contw 
+0x749b 033291 increase 1 ,regext_index 
+0x749c 033292 loop send_aes_result_loop 
+0x749d 033293 rtn 
+:      033295 store_enc_data:
+0x749e 033296 force regidx_result ,regext_index 
+0x749f 033297 copy regc ,contw 
+0x74a0 033298 add regb ,1 ,loopcnt 
+0x74a1 033299 sub loopcnt ,15 ,null 
+0x74a2 033300 branch store_enc_loop ,positive 
+0x74a3 033301 force 16 ,loopcnt 
+:      033302 store_enc_loop:
+0x74a4 033303 deposit regext 
+0x74a5 033304 sub loopcnt ,3 ,null 
+0x74a6 033305 branch store_enc_byte ,positive 
+0x74a7 033306 istore 4 ,contw 
+0x74a8 033307 increase -4 ,loopcnt 
+0x74a9 033308 rtn zero 
+0x74aa 033309 increase 1 ,regext_index 
+0x74ab 033310 branch store_enc_loop 
+:      033311 store_enc_byte:
+0x74ac 033312 istore 1 ,contw 
+0x74ad 033313 rshift8 pdata ,pdata 
+0x74ae 033314 loop store_enc_byte 
+0x74af 033315 rtn 
+:      033318 compare_res:
+0x74b0 033319 force regidx_result ,regext_index 
+0x74b1 033320 force 4 ,loopcnt 
+:      033321 compare_res_loop:
+0x74b2 033322 ifetch 4 ,contr 
+0x74b3 033323 isub regext ,null 
+0x74b4 033324 nrtn zero 
+0x74b5 033325 increase 1 ,regext_index 
+0x74b6 033326 loop compare_res_loop 
+0x74b7 033327 force 0 ,null 
+0x74b8 033328 rtn 
+:      033330 enable_authrom:
+0x74b9 033331 hfetch 1 ,core_clkoff 
+0x74ba 033332 set0 clock_off_auth_rom ,pdata 
+0x74bb 033333 hstore 1 ,core_clkoff 
+0x74bc 033334 rtn 
+:      033336 disable_authrom:
+0x74bd 033337 hfetch 1 ,core_clkoff 
+0x74be 033338 set1 clock_off_auth_rom ,pdata 
+0x74bf 033339 hstore 1 ,core_clkoff 
+0x74c0 033340 rtn 
+:      033342 init_memp:
+0x74c1 033343 arg mem_p ,contw 
+0x74c2 033344 setsect 0 ,0x3ffff 
+0x74c3 033345 setsect 1 ,0x3ffff 
+0x74c4 033346 setsect 2 ,0x3ffff 
+0x74c5 033347 setsect 3 ,0x3fbff 
+0x74c6 033348 istore 9 ,contw 
+0x74c7 033349 setsect 0 ,0x3ffff 
+0x74c8 033350 setsect 1 ,0x3ffff 
+0x74c9 033351 setsect 2 ,0x3ffff 
+0x74ca 033352 setsect 3 ,0x3ffff 
+0x74cb 033353 istore 9 ,contw 
+0x74cc 033354 setsect 0 ,0x3ffff 
+0x74cd 033355 setsect 1 ,0x3ffff 
+0x74ce 033356 setsect 2 ,0x3cfff 
+0x74cf 033357 setsect 3 ,0x3ffff 
+0x74d0 033358 istore 9 ,contw 
+0x74d1 033359 setsect 0 ,0x3ffff 
+0x74d2 033360 setsect 1 ,0x3ffff 
+0x74d3 033361 setsect 2 ,0x3ffef 
+0x74d4 033362 setsect 3 ,0x3ffff 
+0x74d5 033363 istore 9 ,contw 
+0x74d6 033364 setsect 0 ,0x3ffff 
+0x74d7 033365 setsect 1 ,0x3ffff 
+0x74d8 033366 setsect 2 ,0x3ffff 
+0x74d9 033367 setsect 3 ,0x3ffff 
+0x74da 033368 istore 9 ,contw 
+0x74db 033369 setsect 0 ,0x3ffff 
+0x74dc 033370 setsect 1 ,0x26c7f 
+0x74dd 033371 setsect 2 ,0x146b 
+0x74de 033372 setsect 3 ,0x37bb3 
+0x74df 033373 istore 9 ,contw 
+0x74e0 033374 setsect 0 ,0x1feb8 
+0x74e1 033375 setsect 1 ,0x10c12 
+0x74e2 033376 setsect 2 ,0x2b722 
+0x74e3 033377 setsect 3 ,0x29fa6 
+0x74e4 033378 istore 9 ,contw 
+0x74e5 033379 setsect 0 ,0xe70f 
+0x74e6 033380 setsect 1 ,0x16720 
+0x74e7 033381 setsect 2 ,0x519e 
+0x74e8 033382 setsect 3 ,0x19084 
+0x74e9 033383 istore 9 ,contw 
+0x74ea 033384 setsect 0 ,0x31012 
+0x74eb 033385 setsect 1 ,0x360bf 
+0x74ec 033386 setsect 2 ,0x3f0af 
+0x74ed 033387 setsect 3 ,0x3d3 
+0x74ee 033388 istore 9 ,contw 
+0x74ef 033389 setsect 0 ,0x3a188 
+0x74f0 033390 setsect 1 ,0x3ad0 
+0x74f1 033391 setsect 2 ,0x3cbf2 
+0x74f2 033392 setsect 3 ,0x243d9 
+0x74f3 033393 istore 9 ,contw 
+0x74f4 033394 setsect 0 ,0x2b030 
+0x74f5 033395 setsect 1 ,0x36a03 
+0x74f6 033396 setsect 2 ,0x11188 
+0x74f7 033397 setsect 3 ,0x1e520 
+0x74f8 033398 istore 9 ,contw 
+0x74f9 033399 setsect 0 ,0x3a11e 
+0x74fa 033400 setsect 1 ,0xfe5d 
+0x74fb 033401 setsect 2 ,0xdd57 
+0x74fc 033402 setsect 3 ,0x1ac93 
+0x74fd 033403 istore 9 ,contw 
+0x74fe 033404 setsect 0 ,0x11ed 
+0x74ff 033405 setsect 1 ,0x218c4 
+0x7500 033406 setsect 2 ,0x8da7 
+0x7501 033407 setsect 3 ,0x257ff 
+0x7502 033408 istore 9 ,contw 
+0x7503 033409 setsect 0 ,0x3192b 
+0x7504 033410 setsect 1 ,0x34641 
+0x7505 033411 setsect 2 ,0x1be0c 
+0x7506 033412 setsect 3 ,0x366ad 
+0x7507 033413 istore 9 ,contw 
+0x7508 033414 setsect 0 ,0x1f83 
+0x7509 033415 setsect 1 ,0x15a23 
+0x750a 033416 setsect 2 ,0x3f9b0 
+0x750b 033417 setsect 3 ,0x3949 
+0x750c 033418 istore 9 ,contw 
+0x750d 033419 setsect 0 ,0x13a51 
+0x750e 033420 setsect 1 ,0x153fd 
+0x750f 033421 setsect 2 ,0x3372a 
+0x7510 033422 setsect 3 ,0xf1bb 
+0x7511 033423 istore 9 ,contw 
+0x7512 033424 setsect 0 ,0x3ae85 
+0x7513 033425 setsect 1 ,0x1eed9 
+0x7514 033426 setsect 2 ,0x9e66 
+0x7515 033427 setsect 3 ,0x1a8 
+0x7516 033428 istore 8 ,contw 
+0x7517 033429 rtn 
+:      033433 init_memp_256:
+0x7518 033434 arg mem_p_256 ,contw 
+0x7519 033435 setsect 0 ,0x3ffff 
+0x751a 033436 setsect 1 ,0x3ffff 
+0x751b 033437 setsect 2 ,0x3ffff 
+0x751c 033438 setsect 3 ,0x3ffff 
+0x751d 033439 istore 9 ,contw 
+0x751e 033440 setsect 0 ,0x3ffff 
+0x751f 033441 setsect 1 ,0x3f 
+0x7520 033442 setsect 2 ,0x0 
+0x7521 033443 setsect 3 ,0x0 
+0x7522 033444 istore 9 ,contw 
+0x7523 033445 setsect 0 ,0x0 
+0x7524 033446 setsect 1 ,0x0 
+0x7525 033447 setsect 2 ,0x1000 
+0x7526 033448 setsect 3 ,0x0 
+0x7527 033449 istore 9 ,contw 
+0x7528 033450 setsect 0 ,0x3ff00 
+0x7529 033451 setsect 1 ,0x3ffff 
+0x752a 033452 setsect 2 ,0x3ffcf 
+0x752b 033453 setsect 3 ,0x3ffff 
+0x752c 033454 istore 9 ,contw 
+0x752d 033455 setsect 0 ,0x3ffff 
+0x752e 033456 setsect 1 ,0x3ffff 
+0x752f 033457 setsect 2 ,0x3ffff 
+0x7530 033458 setsect 3 ,0x3ff 
+0x7531 033459 istore 9 ,contw 
+0x7532 033460 setsect 0 ,0x0 
+0x7533 033461 setsect 1 ,0x0 
+0x7534 033462 setsect 2 ,0x0 
+0x7535 033463 setsect 3 ,0x0 
+0x7536 033464 istore 9 ,contw 
+0x7537 033465 setsect 0 ,0x10000 
+0x7538 033466 setsect 1 ,0x0 
+0x7539 033467 setsect 2 ,0x3f000 
+0x753a 033468 setsect 3 ,0x3ffff 
+0x753b 033469 istore 9 ,contw 
+0x753c 033470 setsect 0 ,0x296ff 
+0x753d 033471 setsect 1 ,0x22630 
+0x753e 033472 setsect 2 ,0x3945d 
+0x753f 033473 setsect 3 ,0x3d284 
+0x7540 033474 istore 9 ,contw 
+0x7541 033475 setsect 0 ,0x333a0 
+0x7542 033476 setsect 1 ,0x4b7a 
+0x7543 033477 setsect 2 ,0x37d8 
+0x7544 033478 setsect 3 ,0x3c9dc 
+0x7545 033479 istore 9 ,contw 
+0x7546 033480 setsect 0 ,0x3a440 
+0x7547 033481 setsect 1 ,0x1b958 
+0x7548 033482 setsect 2 ,0x38bce 
+0x7549 033483 setsect 3 ,0x1091f 
+0x754a 033484 istore 9 ,contw 
+0x754b 033485 setsect 0 ,0x2e12c 
+0x754c 033486 setsect 1 ,0x1f47c 
+0x754d 033487 setsect 2 ,0x356b1 
+0x754e 033488 setsect 3 ,0x2fd47 
+0x754f 033489 istore 9 ,contw 
+0x7550 033490 setsect 0 ,0x6837 
+0x7551 033491 setsect 1 ,0x2ed90 
+0x7552 033492 setsect 2 ,0x1ecec 
+0x7553 033493 setsect 3 ,0x1acc5 
+0x7554 033494 istore 9 ,contw 
+0x7555 033495 setsect 0 ,0x23357 
+0x7556 033496 setsect 1 ,0x18af3 
+0x7557 033497 setsect 2 ,0xf9e1 
+0x7558 033498 setsect 3 ,0x129f0 
+0x7559 033499 istore 9 ,contw 
+0x755a 033500 setsect 0 ,0x2e7eb 
+0x755b 033501 setsect 1 ,0x3e6e3 
+0x755c 033502 setsect 2 ,0x3e1a7 
+0x755d 033503 setsect 3 ,0x10b8b 
+0x755e 033504 istore 9 ,contw 
+0x755f 033505 setsect 0 ,0x24fe3 
+0x7560 033506 setsect 1 ,0x20ef 
+0x7561 033507 setsect 2 ,0x1b5a6 
+0x7562 033508 setsect 3 ,0xdc2f 
+0x7563 033509 istore 9 ,contw 
+0x7564 033510 setsect 0 ,0x13860 
+0x7565 033511 setsect 1 ,0x2bd69 
+0x7566 033512 setsect 2 ,0x391a 
+0x7567 033513 setsect 3 ,0x1b222 
+0x7568 033514 istore 9 ,contw 
+0x7569 033515 rtn 
+:      033518 publickey_init:
+0x756a 033519 fetch 1 ,mem_ssp_enable 
+0x756b 033520 nbranch sp_initialize ,blank 
+0x756c 033521 branch sp_initialize_256 
+:      033523 sp_calc_sequence_256_check:
+0x756d 033524 bpatchx patch3c_4 ,mem_patch3c 
+0x756e 033525 fetch 1 ,mem_ssp_enable 
+0x756f 033526 rtn blank 
+0x7570 033527 fetch 1 ,mem_sp_local_key_invalid 
+0x7571 033528 rtnne sp_key_valid 
+0x7572 033529 fetch 1 ,mem_le_secure_connect_enable 
+0x7573 033530 rtn blank 
+0x7574 033531 fetch 1 ,mem_le_sc_local_key_invalid 
+0x7575 033532 rtneq sp_key_valid_256 
+0x7576 033533 fetch 2 ,mem_ui_state_map 
+0x7577 033534 bbit1 ui_state_bt_connected ,stop_publickey_calc_256 
+0x7578 033535 fetch 1 ,mem_le_sc_calc 
+0x7579 033536 beq sp_calc_standby ,sp_initialize_256 
+0x757a 033537 rtn 
+:      033538 stop_publickey_calc_256:
+0x757b 033539 jam sp_calc_standby ,mem_le_sc_calc 
+0x757c 033540 rtn 
+:      033543 sp_initialize:
+0x757d 033544 bpatchx patch3c_5 ,mem_patch3c 
+0x757e 033545 fetch 1 ,mem_ssp_enable 
+0x757f 033546 branch ssp_disable ,blank 
+0x7580 033547 call ssp_enable 
+0x7581 033548 call sp_clear_flags 
+0x7582 033549 branch sp_pubkey_calc 
+:      033551 sp_clear_flags:
+0x7583 033552 setarg 0 
+0x7584 033553 store 8 ,mem_sp_state_start 
+0x7585 033554 store 4 ,mem_sp_flag_start 
+0x7586 033555 store 7 ,mem_sp_iocap_remote 
+0x7587 033556 rtn 
+:      033558 sp_generate_local_key:
+0x7588 033559 jam sp_flag_commit ,mem_sp_flag 
+0x7589 033560 branch sp_generate_local_key0 
+:      033561 sp_master_generate_local_key:
+0x758a 033562 fetch 1 ,mem_sp_local_key_invalid 
+0x758b 033563 beq sp_key_valid ,sp_dhkey_calc 
+0x758c 033564 branch assert 
+:      033565 sp_generate_local_key0:
+0x758d 033566 fetch 1 ,mem_sp_local_key_invalid 
+0x758e 033567 beq sp_key_valid ,sp_start_send_pubkey 
+0x758f 033568 branch sp_pubkey_calc 
+:      033570 sp_start_send_pubkey:
+0x7590 033571 call sp_dhkey_calc 
+0x7591 033572 fetch 1 ,mem_master_sp_state 
+0x7592 033573 nrtn blank 
+0x7593 033574 jam sp_stat_key_send ,mem_sp_state 
+0x7594 033575 rtn 
+:      033578 sp_calc_check_publickey_256:
+0x7595 033579 call sp_calc_b256 
+0x7596 033580 arg mem_le_pubkey_remote_y_256 ,rega 
+0x7597 033581 arg mem_t7_256 ,contw 
+0x7598 033582 call bn_sqrmod_256 
+0x7599 033583 arg mem_le_pubkey_remote_x_256 ,rega 
+0x759a 033584 arg mem_t2_256 ,contw 
+0x759b 033585 call bn_sqrmod_256 
+0x759c 033586 arg mem_t2_256 ,rega 
+0x759d 033587 arg mem_le_pubkey_remote_x_256 ,regb 
+0x759e 033588 arg mem_t2_256 ,contw 
+0x759f 033589 call bn_mulmod_256 
+0x75a0 033590 arg mem_a_256 ,rega 
+0x75a1 033591 arg mem_le_pubkey_remote_x_256 ,regb 
+0x75a2 033592 arg mem_t3_256 ,contw 
+0x75a3 033593 call bn_mulmod_256 
+0x75a4 033594 arg mem_t3_256 ,rega 
+0x75a5 033595 arg mem_t2_256 ,regb 
+0x75a6 033596 arg mem_t2_256 ,contw 
+0x75a7 033597 call bn_addmod_256 
+0x75a8 033598 arg mem_t0_256 ,rega 
+0x75a9 033599 arg mem_t2_256 ,regb 
+0x75aa 033600 arg mem_t0_256 ,contw 
+0x75ab 033601 call bn_addmod_256 
+0x75ac 033602 arg 32 ,loopcnt 
+0x75ad 033603 arg mem_t7_256 ,rega 
+0x75ae 033604 arg mem_t0_256 ,regb 
+0x75af 033605 branch string_compare 
+:      033607 sp_calc_b256:
+0x75b0 033608 arg mem_gy_256 ,rega 
+0x75b1 033609 arg mem_t0_256 ,contw 
+0x75b2 033610 call bn_sqrmod_256 
+0x75b3 033611 arg mem_gx_256 ,rega 
+0x75b4 033612 arg mem_t2_256 ,contw 
+0x75b5 033613 call bn_sqrmod_256 
+0x75b6 033614 arg mem_t2_256 ,rega 
+0x75b7 033615 arg mem_gx_256 ,regb 
+0x75b8 033616 arg mem_t2_256 ,contw 
+0x75b9 033617 call bn_mulmod_256 
+0x75ba 033618 arg mem_a_256 ,rega 
+0x75bb 033619 arg mem_gx_256 ,regb 
+0x75bc 033620 arg mem_t3_256 ,contw 
+0x75bd 033621 call bn_mulmod_256 
+0x75be 033622 arg mem_t3_256 ,rega 
+0x75bf 033623 arg mem_t2_256 ,regb 
+0x75c0 033624 arg mem_t2_256 ,contw 
+0x75c1 033625 call bn_addmod_256 
+0x75c2 033626 arg mem_t0_256 ,rega 
+0x75c3 033627 arg mem_t2_256 ,regb 
+0x75c4 033628 arg mem_t0_256 ,contw 
+0x75c5 033629 branch bn_submod_256 
+:      033631 sp_calc_check_publickey:
+0x75c6 033632 call sp_calc_b 
+0x75c7 033633 arg mem_sp_pubkey_remote_y ,rega 
+0x75c8 033634 arg mem_t7_256 ,contw 
+0x75c9 033635 call bn_sqrmod 
+0x75ca 033636 arg mem_sp_pubkey_remote_x ,rega 
+0x75cb 033637 arg mem_t2_256 ,contw 
+0x75cc 033638 call bn_sqrmod 
+0x75cd 033639 arg mem_t2_256 ,rega 
+0x75ce 033640 arg mem_sp_pubkey_remote_x ,regb 
+0x75cf 033641 arg mem_t2_256 ,contw 
+0x75d0 033642 call bn_mulmod 
+0x75d1 033643 arg mem_a ,rega 
+0x75d2 033644 arg mem_sp_pubkey_remote_x ,regb 
+0x75d3 033645 arg mem_t3_256 ,contw 
+0x75d4 033646 call bn_mulmod 
+0x75d5 033647 arg mem_t3_256 ,rega 
+0x75d6 033648 arg mem_t2_256 ,regb 
+0x75d7 033649 arg mem_t2_256 ,contw 
+0x75d8 033650 call bn_addmod 
+0x75d9 033651 arg mem_t0_256 ,rega 
+0x75da 033652 arg mem_t2_256 ,regb 
+0x75db 033653 arg mem_t0_256 ,contw 
+0x75dc 033654 call bn_addmod 
+0x75dd 033655 arg 24 ,loopcnt 
+0x75de 033656 arg mem_t7_256 ,rega 
+0x75df 033657 arg mem_t0_256 ,regb 
+0x75e0 033658 branch string_compare 
+:      033660 sp_calc_b:
+0x75e1 033661 arg mem_gy ,rega 
+0x75e2 033662 arg mem_t0_256 ,contw 
+0x75e3 033663 call bn_sqrmod 
+0x75e4 033664 arg mem_gx ,rega 
+0x75e5 033665 arg mem_t2_256 ,contw 
+0x75e6 033666 call bn_sqrmod 
+0x75e7 033667 arg mem_t2_256 ,rega 
+0x75e8 033668 arg mem_gx ,regb 
+0x75e9 033669 arg mem_t2_256 ,contw 
+0x75ea 033670 call bn_mulmod 
+0x75eb 033671 arg mem_a ,rega 
+0x75ec 033672 arg mem_gx ,regb 
+0x75ed 033673 arg mem_t3_256 ,contw 
+0x75ee 033674 call bn_mulmod 
+0x75ef 033675 arg mem_t3_256 ,rega 
+0x75f0 033676 arg mem_t2_256 ,regb 
+0x75f1 033677 arg mem_t2_256 ,contw 
+0x75f2 033678 call bn_addmod 
+0x75f3 033679 arg mem_t0_256 ,rega 
+0x75f4 033680 arg mem_t2_256 ,regb 
+0x75f5 033681 arg mem_t0_256 ,contw 
+0x75f6 033682 branch bn_submod 
+:      033685 sp_calculate_commitment:
+0x75f7 033686 fetch 1 ,mem_sp_calc 
+0x75f8 033687 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
+0x75f9 033688 call sp_local_random_key_generator 
+0x75fa 033689 arg mem_sp_prarm_stack ,contw 
+0x75fb 033690 setarg mem_sp_random_local_end 
+0x75fc 033691 istore 2 ,contw 
+0x75fd 033692 setarg mem_sp_pubkey_local_x_end 
+0x75fe 033693 istore 2 ,contw 
+0x75ff 033694 setarg mem_sp_pubkey_remote_x_end 
+0x7600 033695 istore 2 ,contw 
+0x7601 033696 branch sp_calculate_commitment0 
+:      033697 master_sp_calculate_commitment:
+0x7602 033698 arg mem_sp_prarm_stack ,contw 
+0x7603 033699 setarg mem_sp_random_remote_end 
+0x7604 033700 istore 2 ,contw 
+0x7605 033701 setarg mem_sp_pubkey_remote_x_end 
+0x7606 033702 istore 2 ,contw 
+0x7607 033703 setarg mem_sp_pubkey_local_x_end 
+0x7608 033704 istore 2 ,contw 
+:      033705 sp_calculate_commitment0:
+0x7609 033706 call function_f1 
+0x760a 033707 fetch 1 ,mem_master_sp_state 
+0x760b 033708 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
+0x760c 033709 jam sp_flag_commit ,mem_sp_flag 
+0x760d 033710 jam sp_stat_commit_send ,mem_sp_state 
+0x760e 033711 rtn 
+:      033712 master_sp_calculate_commitment0:
+0x760f 033713 jam sp_stat_commitment_compare ,mem_master_sp_state 
+0x7610 033714 call sp_master_generate_local_key 
+0x7611 033715 branch master_set_mem_master_sp_flag 
+:      033717 sp_local_random_key_generator:
+0x7612 033718 arg mem_sp_random_local ,contw 
+0x7613 033719 force 8 ,queue 
+0x7614 033720 branch random_generator 
+:      033722 sp_calculate_commitment_wait_dhkey_calc:
+0x7615 033723 jam sp_flag_commit ,mem_sp_flag 
+0x7616 033724 rtn 
+:      033726 sp_confirm_check:
+0x7617 033728 bpatchx patch3c_6 ,mem_patch3c 
+0x7618 033729 arg mem_addr_value ,contw 
+0x7619 033730 fetch 6 ,mem_lap 
+0x761a 033731 istore 6 ,contw 
+0x761b 033732 fetch 6 ,mem_plap 
+0x761c 033733 istore 6 ,contw 
+0x761d 033734 fetch 3 ,mem_sp_iocap_remote 
+0x761e 033735 istore 3 ,contw 
+0x761f 033737 call function_f3a 
+0x7620 033739 arg mem_sp_calc_result_high ,rega 
+0x7621 033740 arg mem_sp_check_result ,regb 
+0x7622 033741 force 4 ,queue 
+0x7623 033742 call compare4 
+0x7624 033743 nbranch sp_confirm_check_failed ,true 
+0x7625 033745 call sp_confirm_check_success 
+0x7626 033746 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x7627 033747 branch tid_set_reply 
+:      033749 sp_confirm_check_success:
+0x7628 033750 fetch 1 ,mem_master_sp_state 
+0x7629 033751 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
+0x762a 033752 jam sp_stat_confirm_calc ,mem_sp_state 
+0x762b 033753 jam sp_flag_commit ,mem_sp_flag 
+0x762c 033754 jam lmp_accepted ,mem_lmo_opcode2 
+0x762d 033755 rtn 
+:      033756 sp_confirm_check_success_master:
+0x762e 033757 jam lmp_accepted ,mem_lmo_opcode2 
+0x762f 033758 jam sp_state_end ,mem_master_sp_state 
+0x7630 033759 branch master_set_mem_master_sp_flag 
+:      033762 sp_confirm_check_failed:
+0x7631 033763 fetch 1 ,mem_master_sp_state 
+0x7632 033764 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
+0x7633 033765 jam sp_stat_null ,mem_sp_state 
+0x7634 033766 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x7635 033768 jam authentication_failure_error ,mem_lmo_reason2 
+0x7636 033769 rtn 
+:      033770 sp_confirm_check_failed_master:
+0x7637 033771 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x7638 033772 jam sp_stat_null ,mem_master_sp_state 
+0x7639 033773 rtn 
+:      033775 sp_confirm_calc:
+0x763a 033776 fetch 1 ,mem_sp_dh_ready 
+0x763b 033777 beq sp_flag_commit ,sp_confirm_calc_ready 
+0x763c 033778 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x763d 033779 branch master_set_mem_master_sp_flag 
+:      033780 sp_confirm_calc_ready:
+0x763e 033781 arg mem_addr_value ,contw 
+0x763f 033782 fetch 6 ,mem_plap 
+0x7640 033783 istore 6 ,contw 
+0x7641 033784 fetch 6 ,mem_lap 
+0x7642 033785 istore 6 ,contw 
+0x7643 033786 fetch 3 ,mem_sp_iocap_local 
+0x7644 033787 istore 3 ,contw 
+0x7645 033789 call function_f3b 
+0x7646 033790 fetch 1 ,mem_master_sp_state 
+0x7647 033791 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
+0x7648 033792 jam sp_stat_confirm_send ,mem_sp_state 
+0x7649 033793 jam sp_flag_commit ,mem_sp_flag 
+0x764a 033794 rtn 
+:      033795 sp_confirm_calc_master:
+0x764b 033796 jam sp_stat_confirm_send ,mem_master_sp_state 
+0x764c 033797 jam sp_flag_commit ,mem_master_sp_flag 
+0x764d 033798 rtn 
+:      033800 sp_master_key_prarm_push:
+0x764e 033801 arg mem_sp_prarm_stack ,contw 
+0x764f 033802 fetch 6 ,mem_plap 
+0x7650 033803 istore 6 ,contw 
+0x7651 033804 fetch 6 ,mem_lap 
+0x7652 033805 istore 6 ,contw 
+0x7653 033806 setarg mem_sp_random_local_end 
+0x7654 033807 istore 2 ,contw 
+0x7655 033808 setarg mem_sp_random_remote_end 
+0x7656 033809 istore 2 ,contw 
+0x7657 033810 branch sp_link_key_calc 
+:      033811 sp_link_key_prarm_push:
+0x7658 033812 jam sp_stat_done ,mem_sp_state 
+0x7659 033813 arg mem_sp_prarm_stack ,contw 
+0x765a 033814 fetch 6 ,mem_lap 
+0x765b 033815 istore 6 ,contw 
+0x765c 033816 fetch 6 ,mem_plap 
+0x765d 033817 istore 6 ,contw 
+0x765e 033818 setarg mem_sp_random_remote_end 
+0x765f 033819 istore 2 ,contw 
+0x7660 033820 setarg mem_sp_random_local_end 
+0x7661 033821 istore 2 ,contw 
+:      033822 sp_link_key_calc:
+0x7662 033824 arg mem_addr_value ,contw 
+0x7663 033825 fetch 6 ,mem_sp_prarm_stack 
+0x7664 033826 istore 6 ,contw 
+0x7665 033827 fetch 6 ,mem_sp_prarm_stack + 6 
+0x7666 033828 istore 6 ,contw 
+0x7667 033830 call function_f2 
+0x7668 033833 jam 1 ,mem_link_key_exists 
+0x7669 033834 arg mem_link_key ,contw 
+0x766a 033835 arg mem_sp_calc_result_high ,contr 
+0x766b 033836 call memcpy16 
+0x766c 033837 branch generate_linkkey_continue 
+:      033840 sp_pubkey_calc:
+0x766d 033841 bpatchx patch3c_7 ,mem_patch3c 
+0x766e 033842 fetch 1 ,mem_sp_local_key_invalid 
+0x766f 033843 rtnne sp_key_invalid 
+0x7670 033844 fetch 1 ,mem_sp_calc 
+0x7671 033845 rtnne sp_calc_standby 
+0x7672 033846 arg mem_sp_private_key ,contw 
+0x7673 033847 force 11 ,queue 
+0x7674 033848 call random_generator 
+0x7675 033849 random pdata 
+0x7676 033850 rshift pdata ,pdata 
+0x7677 033851 istore 2 ,contw 
+0x7678 033853 arg mem_k ,contw 
+0x7679 033854 arg mem_sp_private_key ,contr 
+0x767a 033855 call memcpy24 
+0x767b 033857 arg mem_ax ,contw 
+0x767c 033858 arg mem_gx ,contr 
+0x767d 033859 call memcpy48 
+0x767e 033861 arg mem_az ,contw 
+0x767f 033862 call bn_zero 
+0x7680 033863 jam 1 ,mem_az 
+0x7681 033865 call eckp_calc_init 
+0x7682 033866 jam sp_calc_pubkey ,mem_sp_calc 
+0x7683 033867 rtn 
+:      033869 sp_pubkey_generated:
+0x7684 033870 arg mem_sp_pubkey_local ,contw 
+0x7685 033871 arg mem_bx ,contr 
+0x7686 033872 call memcpy48 
+0x7687 033873 jam sp_key_valid ,mem_sp_local_key_invalid 
+0x7688 033874 jam sp_calc_standby ,mem_sp_calc 
+0x7689 033875 rtn 
+:      033877 sp_dhkey_calc:
+0x768a 033878 bpatchx patch3d_0 ,mem_patch3d 
+0x768b 033879 fetch 1 ,mem_sp_dhkey_invalid 
+0x768c 033880 rtnne sp_key_invalid 
+0x768d 033881 fetch 1 ,mem_sp_calc 
+0x768e 033882 rtnne sp_calc_standby 
+0x768f 033884 arg mem_k ,contw 
+0x7690 033885 arg mem_sp_private_key ,contr 
+0x7691 033886 call memcpy24 
+0x7692 033888 arg mem_ax ,contw 
+0x7693 033889 arg mem_sp_pubkey_remote ,contr 
+0x7694 033890 call memcpy48 
+0x7695 033892 arg mem_az ,contw 
+0x7696 033893 call bn_zero 
+0x7697 033894 jam 1 ,mem_az 
+0x7698 033896 call eckp_calc_init 
+0x7699 033897 jam sp_calc_dhkey ,mem_sp_calc 
+0x769a 033898 rtn 
+:      033900 sp_dhkey_generated:
+0x769b 033901 jam sp_flag_commit ,mem_sp_dh_ready 
+0x769c 033902 arg mem_sp_dhkey ,contw 
+0x769d 033903 arg mem_bx ,contr 
+0x769e 033904 call memcpy24 
+0x769f 033905 jam sp_key_valid ,mem_sp_dhkey_invalid 
+0x76a0 033906 jam sp_calc_standby ,mem_sp_calc 
+0x76a1 033907 rtn 
+:      033909 random_generator:
+0x76a2 033910 increase -1 ,queue 
+0x76a3 033911 nrtn positive 
+0x76a4 033912 random pdata 
+0x76a5 033913 istore 2 ,contw 
+0x76a6 033914 branch random_generator 
+:      033915 compare4:
+0x76a7 033916 increase -1 ,queue 
+0x76a8 033917 nbranch compare4_success ,positive 
+0x76a9 033918 ifetch 4 ,rega 
+0x76aa 033919 copy pdata ,temp 
+0x76ab 033920 ifetch 4 ,regb 
+0x76ac 033921 iflip temp ,pdata 
+0x76ad 033922 nbranch compare4_failed ,zero 
+0x76ae 033923 increase 4 ,rega 
+0x76af 033924 increase 4 ,regb 
+0x76b0 033925 branch compare4 
+:      033926 compare4_failed:
+0x76b1 033927 disable true 
+0x76b2 033928 rtn 
+:      033929 compare4_success:
+0x76b3 033930 enable true 
+0x76b4 033931 rtn 
+:      033938 simple_pairing_sequence:
+0x76b5 033939 bpatchx patch3d_1 ,mem_patch3d 
+0x76b6 033940 fetch 1 ,mem_sp_flag 
+0x76b7 033941 rtn blank 
+0x76b8 033942 call lmo_fifo_check 
+0x76b9 033943 nrtn blank 
+0x76ba 033944 jam sp_flag_standby ,mem_sp_flag 
+0x76bb 033945 fetch 1 ,mem_sp_state 
+0x76bc 033946 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
+0x76bd 033947 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
+0x76be 033948 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
+0x76bf 033949 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
+0x76c0 033950 beq sp_stat_key_generate ,sp_generate_local_key 
+0x76c1 033951 beq sp_stat_commit_calc ,sp_calculate_commitment 
+0x76c2 033952 beq sp_stat_confirm_check ,sp_confirm_check 
+0x76c3 033953 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x76c4 033954 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
+0x76c5 033956 rtn 
+:      033958 master_simple_paring_sequence:
+0x76c6 033959 bpatchx patch3d_2 ,mem_patch3d 
+0x76c7 033960 fetch 1 ,mem_master_sp_flag 
+0x76c8 033961 rtn blank 
+0x76c9 033962 call lmo_fifo_check 
+0x76ca 033963 nrtn blank 
+0x76cb 033964 jam sp_flag_standby ,mem_master_sp_flag 
+0x76cc 033965 fetch 1 ,mem_master_sp_state 
+0x76cd 033966 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
+0x76ce 033967 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
+0x76cf 033968 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
+0x76d0 033969 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
+0x76d1 033970 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
+0x76d2 033971 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
+0x76d3 033972 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x76d4 033973 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
+0x76d5 033974 beq sp_stat_confirm_check ,sp_confirm_check 
+0x76d6 033975 beq sp_state_end ,master_sp_sm_end 
+0x76d7 033976 rtn 
+:      033978 master_set_mem_master_sp_flag:
+0x76d8 033979 jam sp_flag_commit ,mem_master_sp_flag 
+0x76d9 033980 rtn 
+:      033982 master_clear_mem_master_sp_flag:
+0x76da 033983 jam sp_flag_standby ,mem_master_sp_flag 
+0x76db 033984 rtn 
+:      033985 sp_calc_sequence:
+0x76dc 033986 bpatchx patch3d_3 ,mem_patch3d 
+0x76dd 033987 fetch 1 ,mem_ssp_enable 
+0x76de 033988 rtn blank 
+0x76df 033989 fetch 1 ,mem_sp_calc 
+0x76e0 033990 rtn blank 
+0x76e1 033991 increase 0x80 ,pdata 
+0x76e2 033992 store 1 ,mem_sp_calc 
+0x76e3 033993 rtnbit1 7 
+0x76e4 033994 fetch 1 ,mem_ec_loopc 
+0x76e5 033995 branch sp_calc_sequence_done ,blank 
+0x76e6 033996 branch eckp_calc 
+:      033998 sp_calc_sequence_done:
+0x76e7 033999 call ecunmapz 
+0x76e8 034000 fetch 1 ,mem_sp_calc 
+0x76e9 034001 beq sp_calc_pubkey ,sp_pubkey_generated 
+0x76ea 034002 beq sp_calc_dhkey ,sp_dhkey_generated 
+0x76eb 034003 rtn 
+:      034006 bn_testbit:
+0x76ec 034007 and pdata ,7 ,queue 
+0x76ed 034008 rshift3 pdata ,pdata 
+0x76ee 034009 iadd contr ,contr 
+0x76ef 034010 ifetch 1 ,contr 
+0x76f0 034011 qisolate0 pdata 
+0x76f1 034012 rtn 
+:      034015 ec_copy:
+0x76f2 034016 call memcpy24 
+0x76f3 034017 call memcpy24 
+0x76f4 034018 branch memcpy24 
+:      034021 bn_eq_zero:
+0x76f5 034022 ifetch 8 ,contr 
+0x76f6 034023 nrtn blank 
+0x76f7 034024 ifetch 8 ,contr 
+0x76f8 034025 nrtn blank 
+0x76f9 034026 ifetch 8 ,contr 
+0x76fa 034027 rtn 
+:      034032 bn_eq_0:
+0x76fb 034033 ifetch 4 ,rega 
+0x76fc 034034 iforce temp 
+0x76fd 034035 ifetch 4 ,regb 
+0x76fe 034036 isub temp ,null 
+0x76ff 034037 nrtn zero 
+0x7700 034038 increase 4 ,rega 
+0x7701 034039 increase 4 ,regb 
+0x7702 034040 loop bn_eq_0 
+0x7703 034041 rtn 
+:      034044 bn_bigeq:
+0x7704 034045 force 6 ,loopcnt 
+0x7705 034046 increase 20 ,rega 
+0x7706 034047 increase 20 ,regb 
+:      034048 bn_bigeq_0:
+0x7707 034049 ifetch 4 ,regb 
+0x7708 034050 iforce temp 
+0x7709 034051 ifetch 4 ,rega 
+0x770a 034052 isub temp ,pdata 
+0x770b 034053 nrtn positive 
+0x770c 034054 nrtn blank 
+0x770d 034055 increase -4 ,rega 
+0x770e 034056 increase -4 ,regb 
+0x770f 034057 loop bn_bigeq_0 
+0x7710 034058 rtn 
+:      034060 bn_add:
+0x7711 034061 force 6 ,loopcnt 
+0x7712 034062 force 0 ,regc 
+:      034063 bn_add_0:
+0x7713 034064 ifetch 4 ,rega 
+0x7714 034065 iforce temp 
+0x7715 034066 ifetch 4 ,regb 
+0x7716 034067 iadd temp ,pdata 
+0x7717 034068 iadd regc ,pdata 
+0x7718 034069 istore 4 ,contw 
+0x7719 034070 isolate1 32 ,pdata 
+0x771a 034071 setflag true ,0 ,regc 
+0x771b 034072 increase 4 ,rega 
+0x771c 034073 increase 4 ,regb 
+0x771d 034074 loop bn_add_0 
+0x771e 034075 rtn 
+:      034077 bn_sub:
+0x771f 034078 force 6 ,loopcnt 
+0x7720 034079 force 0 ,regc 
+:      034080 bn_sub_0:
+0x7721 034081 ifetch 4 ,regb 
+0x7722 034082 iforce temp 
+0x7723 034083 ifetch 4 ,rega 
+0x7724 034084 isub temp ,pdata 
+0x7725 034085 isub regc ,pdata 
+0x7726 034086 istore 4 ,contw 
+0x7727 034087 isolate1 32 ,pdata 
+0x7728 034088 setflag true ,0 ,regc 
+0x7729 034089 increase 4 ,rega 
+0x772a 034090 increase 4 ,regb 
+0x772b 034091 loop bn_sub_0 
+0x772c 034092 rtn 
+:      034094 bn_rshift6:
+0x772d 034095 force 6 ,loopcnt 
+0x772e 034096 increase 20 ,rega 
+:      034097 bn_rshift:
+0x772f 034098 force 0 ,regc 
+:      034099 bn_rshift_0:
+0x7730 034100 ifetch 4 ,rega 
+0x7731 034101 isolate1 0 ,pdata 
+0x7732 034102 setflag true ,1 ,regc 
+0x7733 034103 rshift pdata ,pdata 
+0x7734 034104 isolate1 0 ,regc 
+0x7735 034105 setflag true ,31 ,pdata 
+0x7736 034106 istore 4 ,rega 
+0x7737 034107 increase -4 ,rega 
+0x7738 034108 rshift regc ,regc 
+0x7739 034109 loop bn_rshift_0 
+0x773a 034110 rtn 
+:      034112 bn_lshift:
+0x773b 034113 force 6 ,loopcnt 
+0x773c 034114 force 0 ,regc 
+:      034115 bn_lshift_0:
+0x773d 034116 ifetch 4 ,rega 
+0x773e 034117 isolate1 31 ,pdata 
+0x773f 034118 setflag true ,1 ,regc 
+0x7740 034119 lshift pdata ,pdata 
+0x7741 034120 isolate1 0 ,regc 
+0x7742 034121 setflag true ,0 ,pdata 
+0x7743 034122 istore 4 ,rega 
+0x7744 034123 increase 4 ,rega 
+0x7745 034124 rshift regc ,regc 
+0x7746 034125 loop bn_lshift_0 
+0x7747 034126 rtn 
+:      034128 bn_lshiftmod:
+0x7748 034129 call bn_lshift 
+:      034130 bn_lshiftmod_ismod:
+0x7749 034131 isolate1 0 ,regc 
+0x774a 034132 branch bn_lshiftmod_0 ,true 
+0x774b 034133 arg mem_p ,regb 
+0x774c 034134 copy rega ,regc 
+0x774d 034135 increase -24 ,rega 
+0x774e 034136 call bn_bigeq 
+0x774f 034137 nrtn positive 
+0x7750 034138 copy regc ,rega 
+:      034139 bn_lshiftmod_0:
+0x7751 034140 increase -24 ,rega 
+0x7752 034141 arg mem_p ,regb 
+0x7753 034142 copy rega ,contw 
+0x7754 034143 branch bn_sub 
+:      034146 bn_addmod:
+0x7755 034147 call bn_add 
+0x7756 034148 copy contw ,rega 
+0x7757 034149 branch bn_lshiftmod_ismod 
+:      034151 bn_submod:
+0x7758 034152 call bn_sub 
+0x7759 034153 isolate0 0 ,regc 
+0x775a 034154 rtn true 
+0x775b 034155 arg mem_p ,regb 
+0x775c 034156 add contw ,-24 ,rega 
+0x775d 034157 copy rega ,contw 
+0x775e 034158 branch bn_add 
+:      034161 bn_p192mod:
+0x775f 034162 copy contw ,timeup 
+0x7760 034163 copy rega ,alarm 
+0x7761 034164 arg mem_tmp2 ,regb 
+0x7762 034165 copy regb ,contw 
+0x7763 034166 add rega ,24 ,contr 
+0x7764 034167 ifetch 8 ,contr 
+0x7765 034168 istore 8 ,contw 
+0x7766 034169 istore 8 ,contw 
+0x7767 034170 force 0 ,pdata 
+0x7768 034171 istore 8 ,contw 
+0x7769 034172 copy timeup ,contw 
+0x776a 034173 call bn_addmod 
+0x776b 034174 arg mem_tmp2 ,regb 
+0x776c 034175 copy regb ,contw 
+0x776d 034176 force 0 ,pdata 
+0x776e 034177 istore 8 ,contw 
+0x776f 034178 add alarm ,32 ,contr 
+0x7770 034179 ifetch 8 ,contr 
+0x7771 034180 istore 8 ,contw 
+0x7772 034181 istore 8 ,contw 
+0x7773 034182 copy timeup ,rega 
+0x7774 034183 copy rega ,contw 
+0x7775 034184 call bn_addmod 
+0x7776 034185 arg mem_tmp2 ,regb 
+0x7777 034186 copy regb ,contw 
+0x7778 034187 add alarm ,40 ,contr 
+0x7779 034188 ifetch 8 ,contr 
+0x777a 034189 istore 8 ,contw 
+0x777b 034190 istore 8 ,contw 
+0x777c 034191 istore 8 ,contw 
+0x777d 034192 copy timeup ,rega 
+0x777e 034193 copy rega ,contw 
+0x777f 034194 branch bn_addmod 
+:      034197 bn_load:
+0x7780 034198 force 6 ,loopcnt 
+:      034199 bn_load_0:
+0x7781 034200 ifetch 4 ,contr 
+0x7782 034201 iforce regext 
+0x7783 034202 increase 1 ,regext_index 
+0x7784 034203 loop bn_load_0 
+0x7785 034204 rtn 
+:      034208 bn_mulmod:
+0x7786 034209 copy contw ,timeup 
+0x7787 034210 arg mem_tmp1 ,contw 
+0x7788 034211 call bn_zero 
+0x7789 034212 arg mem_tmp1 ,contw 
+0x778a 034213 copy rega ,contr 
+0x778b 034214 force 0 ,regext_index 
+0x778c 034215 call bn_load 
+0x778d 034216 copy regb ,contr 
+0x778e 034217 call bn_load 
+0x778f 034218 force 0 ,regb 
+:      034219 bn_mulmod_1:
+0x7790 034220 force 0 ,temp 
+0x7791 034221 force 6 ,regc 
+:      034222 bn_mulmod_0:
+0x7792 034223 ifetch 4 ,contw 
+0x7793 034224 iforce rega 
+0x7794 034225 copy regb ,regext_index 
+0x7795 034226 deposit regext 
+0x7796 034227 copy regc ,regext_index 
+0x7797 034228 imul32 regext ,pdata 
+0x7798 034229 iadd rega ,pdata 
+0x7799 034230 iadd temp ,pdata 
+0x779a 034231 istore 4 ,contw 
+0x779b 034232 rshift32 pdata ,temp 
+0x779c 034233 increase 1 ,regc 
+0x779d 034234 compare 12 ,regc ,0xff 
+0x779e 034235 nbranch bn_mulmod_0 ,true 
+0x779f 034236 deposit temp 
+0x77a0 034237 istore 4 ,contw 
+0x77a1 034238 increase -24 ,contw 
+0x77a2 034239 increase 1 ,regb 
+0x77a3 034240 compare 6 ,regb ,0xff 
+0x77a4 034241 nbranch bn_mulmod_1 ,true 
+0x77a5 034242 arg mem_tmp1 ,rega 
+0x77a6 034243 copy timeup ,contw 
+0x77a7 034244 branch bn_p192mod 
+:      034247 bn_sqrmod:
+0x77a8 034248 copy rega ,regb 
+0x77a9 034249 branch bn_mulmod 
+:      034251 bn_rshifteven:
+0x77aa 034252 copy rega ,alarm 
+:      034253 bn_rshifteven_1:
+0x77ab 034254 copy alarm ,rega 
+0x77ac 034255 ifetch 1 ,rega 
+0x77ad 034256 isolate1 0 ,pdata 
+0x77ae 034257 rtn true 
+0x77af 034258 call bn_rshift6 
+0x77b0 034259 ifetch 1 ,regb 
+0x77b1 034260 isolate0 0 ,pdata 
+0x77b2 034261 branch bn_rshifteven_0 ,true 
+0x77b3 034262 arg mem_p ,rega 
+0x77b4 034263 copy regb ,contw 
+0x77b5 034264 call bn_add 
+0x77b6 034265 ifetch 1 ,regb 
+0x77b7 034266 iadd regc ,pdata 
+0x77b8 034267 istore 1 ,regb 
+0x77b9 034268 increase -24 ,regb 
+:      034269 bn_rshifteven_0:
+0x77ba 034270 add regb ,24 ,rega 
+0x77bb 034271 force 7 ,loopcnt 
+0x77bc 034272 call bn_rshift 
+0x77bd 034273 branch bn_rshifteven_1 
+:      034276 bn_invmod:
+0x77be 034277 copy contw ,timeup 
+0x77bf 034278 arg mem_tmp0 ,contw 
+0x77c0 034279 call bn_zero 
+0x77c1 034280 force 0 ,pdata 
+0x77c2 034281 store 4 ,mem_tmp5 
+0x77c3 034282 store 4 ,mem_t2 
+0x77c4 034283 jam 1 ,mem_tmp0 
+0x77c5 034284 arg mem_tmp1 ,contw 
+0x77c6 034285 call bn_zero 
+0x77c7 034286 arg mem_p ,contr 
+0x77c8 034287 arg mem_tmp2 ,contw 
+0x77c9 034288 call memcpy24 
+0x77ca 034289 copy rega ,contr 
+0x77cb 034290 arg mem_tmp3 ,contw 
+0x77cc 034291 call memcpy24 
+:      034292 bn_invmod_2:
+0x77cd 034293 arg mem_tmp3 ,contr 
+0x77ce 034294 call bn_eq_zero 
+0x77cf 034295 branch bn_invmod_0 ,blank 
+0x77d0 034296 arg mem_tmp3 ,rega 
+0x77d1 034297 arg mem_tmp0 ,regb 
+0x77d2 034298 call bn_rshifteven 
+0x77d3 034300 arg mem_tmp2 ,rega 
+0x77d4 034301 arg mem_tmp1 ,regb 
+0x77d5 034302 call bn_rshifteven 
+0x77d6 034303 arg mem_tmp3 ,rega 
+0x77d7 034304 arg mem_tmp2 ,regb 
+0x77d8 034305 call bn_bigeq 
+0x77d9 034306 branch bn_invmod_1 ,positive 
+0x77da 034307 arg mem_tmp2 ,rega 
+0x77db 034308 arg mem_tmp3 ,regb 
+0x77dc 034309 copy rega ,contw 
+0x77dd 034310 call bn_sub 
+0x77de 034311 arg mem_tmp0 ,rega 
+0x77df 034312 arg mem_tmp1 ,regb 
+0x77e0 034313 copy regb ,contw 
+0x77e1 034314 call bn_add 
+0x77e2 034315 ifetch 1 ,rega 
+0x77e3 034316 iadd regc ,regc 
+0x77e4 034317 ifetch 1 ,regb 
+0x77e5 034318 iadd regc ,pdata 
+0x77e6 034319 istore 1 ,regb 
+0x77e7 034320 branch bn_invmod_2 
+:      034321 bn_invmod_1:
+0x77e8 034322 arg mem_tmp3 ,rega 
+0x77e9 034323 arg mem_tmp2 ,regb 
+0x77ea 034324 copy rega ,contw 
+0x77eb 034325 call bn_sub 
+0x77ec 034326 arg mem_tmp1 ,rega 
+0x77ed 034327 arg mem_tmp0 ,regb 
+0x77ee 034328 copy regb ,contw 
+0x77ef 034329 call bn_add 
+0x77f0 034330 ifetch 1 ,rega 
+0x77f1 034331 iadd regc ,regc 
+0x77f2 034332 ifetch 1 ,regb 
+0x77f3 034333 iadd regc ,pdata 
+0x77f4 034334 istore 1 ,regb 
+0x77f5 034335 branch bn_invmod_2 
+:      034336 bn_invmod_0:
+0x77f6 034337 arg mem_tmp0 ,contw 
+0x77f7 034338 call bn_zero 
+0x77f8 034339 fetch 1 ,mem_tmp5 
+0x77f9 034340 store 1 ,mem_tmp0 
+0x77fa 034341 store 1 ,mem_tmp0a 
+0x77fb 034342 arg mem_tmp0 ,rega 
+0x77fc 034343 arg mem_tmp1 ,regb 
+0x77fd 034344 copy regb ,contw 
+0x77fe 034345 call bn_addmod 
+0x77ff 034346 arg mem_p ,rega 
+0x7800 034347 arg mem_tmp1 ,regb 
+0x7801 034348 copy timeup ,contw 
+0x7802 034349 branch bn_submod 
+:      034354 ecdbl:
+0x7803 034355 arg mem_cz ,rega 
+0x7804 034356 arg mem_t2 ,contw 
+0x7805 034357 call bn_sqrmod 
+0x7806 034358 arg mem_t2 ,rega 
+0x7807 034359 arg mem_t3 ,contw 
+0x7808 034360 call bn_sqrmod 
+0x7809 034361 arg mem_a ,rega 
+0x780a 034362 arg mem_t3 ,regb 
+0x780b 034363 arg mem_t3 ,contw 
+0x780c 034364 call bn_mulmod 
+0x780d 034365 arg mem_cx ,rega 
+0x780e 034366 arg mem_t2 ,contw 
+0x780f 034367 call bn_sqrmod 
+0x7810 034368 arg mem_t2 ,contr 
+0x7811 034369 arg mem_t1 ,contw 
+0x7812 034370 call memcpy24 
+0x7813 034371 arg mem_t1 ,rega 
+0x7814 034372 call bn_lshiftmod 
+0x7815 034373 arg mem_t2 ,rega 
+0x7816 034374 arg mem_t1 ,regb 
+0x7817 034375 arg mem_t2 ,contw 
+0x7818 034376 call bn_addmod 
+0x7819 034377 arg mem_t2 ,rega 
+0x781a 034378 arg mem_t3 ,regb 
+0x781b 034379 arg mem_t2 ,contw 
+0x781c 034380 call bn_addmod 
+0x781d 034381 arg mem_cx ,contr 
+0x781e 034382 arg mem_t1 ,contw 
+0x781f 034383 call memcpy24 
+0x7820 034384 arg mem_cy ,rega 
+0x7821 034385 arg mem_t3 ,contw 
+0x7822 034386 call bn_sqrmod 
+0x7823 034387 arg mem_t1 ,rega 
+0x7824 034388 call bn_lshiftmod 
+0x7825 034389 arg mem_t1 ,rega 
+0x7826 034390 call bn_lshiftmod 
+0x7827 034391 arg mem_t1 ,rega 
+0x7828 034392 arg mem_t3 ,regb 
+0x7829 034393 arg mem_t1 ,contw 
+0x782a 034394 call bn_mulmod 
+0x782b 034395 arg mem_t3 ,rega 
+0x782c 034396 arg mem_t0 ,contw 
+0x782d 034397 call bn_sqrmod 
+0x782e 034398 arg mem_t0 ,rega 
+0x782f 034399 call bn_lshiftmod 
+0x7830 034400 arg mem_t0 ,rega 
+0x7831 034401 call bn_lshiftmod 
+0x7832 034402 arg mem_t0 ,rega 
+0x7833 034403 call bn_lshiftmod 
+0x7834 034404 arg mem_cy ,contr 
+0x7835 034405 arg mem_t3 ,contw 
+0x7836 034406 call memcpy24 
+0x7837 034407 arg mem_t3 ,rega 
+0x7838 034408 call bn_lshiftmod 
+0x7839 034409 arg mem_t3 ,rega 
+0x783a 034410 arg mem_cz ,regb 
+0x783b 034411 arg mem_cz ,contw 
+0x783c 034412 call bn_mulmod 
+0x783d 034413 arg mem_t2 ,rega 
+0x783e 034414 arg mem_t3 ,contw 
+0x783f 034415 call bn_sqrmod 
+0x7840 034416 arg mem_t3 ,rega 
+0x7841 034417 arg mem_t1 ,regb 
+0x7842 034418 arg mem_t3 ,contw 
+0x7843 034419 call bn_submod 
+0x7844 034420 arg mem_t3 ,rega 
+0x7845 034421 arg mem_t1 ,regb 
+0x7846 034422 arg mem_cx ,contw 
+0x7847 034423 call bn_submod 
+0x7848 034424 arg mem_t1 ,rega 
+0x7849 034425 arg mem_cx ,regb 
+0x784a 034426 arg mem_t3 ,contw 
+0x784b 034427 call bn_submod 
+0x784c 034428 arg mem_t3 ,rega 
+0x784d 034429 arg mem_t2 ,regb 
+0x784e 034430 arg mem_t3 ,contw 
+0x784f 034431 call bn_mulmod 
+0x7850 034432 arg mem_t3 ,rega 
+0x7851 034433 arg mem_t0 ,regb 
+0x7852 034434 arg mem_cy ,contw 
+0x7853 034435 branch bn_submod 
+:      034439 ecadd:
+0x7854 034440 arg mem_az ,rega 
+0x7855 034441 arg mem_t7 ,contw 
+0x7856 034442 call bn_sqrmod 
+0x7857 034443 arg mem_cx ,rega 
+0x7858 034444 arg mem_t7 ,regb 
+0x7859 034445 arg mem_t0 ,contw 
+0x785a 034446 call bn_mulmod 
+0x785b 034447 arg mem_az ,rega 
+0x785c 034448 arg mem_t7 ,regb 
+0x785d 034449 arg mem_t7 ,contw 
+0x785e 034450 call bn_mulmod 
+0x785f 034451 arg mem_cy ,rega 
+0x7860 034452 arg mem_t7 ,regb 
+0x7861 034453 arg mem_t1 ,contw 
+0x7862 034454 call bn_mulmod 
+0x7863 034455 arg mem_cz ,rega 
+0x7864 034456 arg mem_t7 ,contw 
+0x7865 034457 call bn_sqrmod 
+0x7866 034458 arg mem_ax ,rega 
+0x7867 034459 arg mem_t7 ,regb 
+0x7868 034460 arg mem_t2 ,contw 
+0x7869 034461 call bn_mulmod 
+0x786a 034462 arg mem_cz ,rega 
+0x786b 034463 arg mem_t7 ,regb 
+0x786c 034464 arg mem_t7 ,contw 
+0x786d 034465 call bn_mulmod 
+0x786e 034466 arg mem_ay ,rega 
+0x786f 034467 arg mem_t7 ,regb 
+0x7870 034468 arg mem_t3 ,contw 
+0x7871 034469 call bn_mulmod 
+0x7872 034470 arg mem_t0 ,rega 
+0x7873 034471 arg mem_t2 ,regb 
+0x7874 034472 arg mem_t7 ,contw 
+0x7875 034473 call bn_submod 
+0x7876 034474 arg mem_t0 ,rega 
+0x7877 034475 arg mem_t2 ,regb 
+0x7878 034476 arg mem_t0 ,contw 
+0x7879 034477 call bn_addmod 
+0x787a 034478 arg mem_t1 ,rega 
+0x787b 034479 arg mem_t3 ,regb 
+0x787c 034480 arg mem_t2 ,contw 
+0x787d 034481 call bn_submod 
+0x787e 034482 arg mem_t1 ,rega 
+0x787f 034483 arg mem_t3 ,regb 
+0x7880 034484 arg mem_t1 ,contw 
+0x7881 034485 call bn_addmod 
+0x7882 034486 arg mem_t1 ,rega 
+0x7883 034487 arg mem_t7 ,regb 
+0x7884 034488 arg mem_t1 ,contw 
+0x7885 034489 call bn_mulmod 
+0x7886 034490 arg mem_cz ,rega 
+0x7887 034491 arg mem_az ,regb 
+0x7888 034492 arg mem_t3 ,contw 
+0x7889 034493 call bn_mulmod 
+0x788a 034494 arg mem_t3 ,rega 
+0x788b 034495 arg mem_t7 ,regb 
+0x788c 034496 arg mem_cz ,contw 
+0x788d 034497 call bn_mulmod 
+0x788e 034498 arg mem_t7 ,rega 
+0x788f 034499 arg mem_t7 ,contw 
+0x7890 034500 call bn_sqrmod 
+0x7891 034501 arg mem_t7 ,rega 
+0x7892 034502 arg mem_t0 ,regb 
+0x7893 034503 arg mem_t3 ,contw 
+0x7894 034504 call bn_mulmod 
+0x7895 034505 arg mem_t7 ,rega 
+0x7896 034506 arg mem_t1 ,regb 
+0x7897 034507 arg mem_t1 ,contw 
+0x7898 034508 call bn_mulmod 
+0x7899 034509 arg mem_t2 ,rega 
+0x789a 034510 arg mem_cx ,contw 
+0x789b 034511 call bn_sqrmod 
+0x789c 034512 arg mem_cx ,rega 
+0x789d 034513 arg mem_t3 ,regb 
+0x789e 034514 arg mem_cx ,contw 
+0x789f 034515 call bn_submod 
+0x78a0 034516 arg mem_cx ,contr 
+0x78a1 034517 arg mem_t7 ,contw 
+0x78a2 034518 call memcpy24 
+0x78a3 034519 arg mem_t7 ,rega 
+0x78a4 034520 call bn_lshiftmod 
+0x78a5 034521 arg mem_t3 ,rega 
+0x78a6 034522 arg mem_t7 ,regb 
+0x78a7 034523 arg mem_t3 ,contw 
+0x78a8 034524 call bn_submod 
+0x78a9 034525 arg mem_t3 ,rega 
+0x78aa 034526 arg mem_t2 ,regb 
+0x78ab 034527 arg mem_t2 ,contw 
+0x78ac 034528 call bn_mulmod 
+0x78ad 034529 arg mem_t2 ,rega 
+0x78ae 034530 arg mem_t1 ,regb 
+0x78af 034531 arg mem_cy ,contw 
+0x78b0 034532 call bn_submod 
+0x78b1 034533 arg mem_cy ,rega 
+0x78b2 034534 arg mem_p ,regb 
+0x78b3 034535 arg mem_cy ,contw 
+0x78b4 034536 force 0 ,regc 
+0x78b5 034537 fetch 1 ,mem_cy 
+0x78b6 034538 isolate1 0 ,pdata 
+0x78b7 034539 call bn_add ,true 
+0x78b8 034540 copy regc ,alarm 
+0x78b9 034541 arg mem_cy ,rega 
+0x78ba 034542 call bn_rshift6 
+0x78bb 034543 fetch 1 ,mem_cy5 
+0x78bc 034544 isolate1 0 ,alarm 
+0x78bd 034545 setflag true ,7 ,pdata 
+0x78be 034546 store 1 ,mem_cy5 
+0x78bf 034547 rtn 
+:      034551 eckp_0:
+0x78c0 034552 fetch 1 ,mem_ec_loopc 
+0x78c1 034553 increase -1 ,pdata 
+0x78c2 034554 nrtn positive 
+0x78c3 034555 store 1 ,mem_ec_loopc 
+0x78c4 034556 fetch 1 ,mem_ec_infinite 
+0x78c5 034557 call ecdbl ,blank 
+0x78c6 034558 fetch 1 ,mem_ec_loopc 
+0x78c7 034559 arg mem_k ,contr 
+0x78c8 034560 call bn_testbit 
+0x78c9 034561 branch eckp_0 ,true 
+0x78ca 034562 fetch 1 ,mem_ec_infinite 
+0x78cb 034563 nbranch eckp_1 ,blank 
+0x78cc 034564 call ecadd 
+0x78cd 034565 branch eckp_0 
+:      034566 eckp_1:
+0x78ce 034567 jam 0 ,mem_ec_infinite 
+0x78cf 034568 arg mem_ax ,contr 
+0x78d0 034569 arg mem_cx ,contw 
+0x78d1 034570 call ec_copy 
+0x78d2 034571 branch eckp_0 
+:      034574 ecunmapz:
+0x78d3 034575 arg mem_cz ,rega 
+0x78d4 034576 arg mem_t3 ,contw 
+0x78d5 034577 call bn_invmod 
+0x78d6 034578 arg mem_t3 ,rega 
+0x78d7 034579 arg mem_t1 ,contw 
+0x78d8 034580 call bn_sqrmod 
+0x78d9 034581 arg mem_cx ,rega 
+0x78da 034582 arg mem_t1 ,regb 
+0x78db 034583 arg mem_bx ,contw 
+0x78dc 034584 call bn_mulmod 
+0x78dd 034585 arg mem_t3 ,rega 
+0x78de 034586 arg mem_t1 ,regb 
+0x78df 034587 arg mem_t2 ,contw 
+0x78e0 034588 call bn_mulmod 
+0x78e1 034589 arg mem_cy ,rega 
+0x78e2 034590 arg mem_t2 ,regb 
+0x78e3 034591 arg mem_by ,contw 
+0x78e4 034592 branch bn_mulmod 
+:      034596 sha_endian_swap2:
+0x78e5 034597 ifetch 4 ,contr 
+0x78e6 034598 force 4 ,rega 
+0x78e7 034599 increase 3 ,contw 
+:      034600 sha_endian_loop:
+0x78e8 034601 istore 1 ,contw 
+0x78e9 034602 rshift8 pdata ,pdata 
+0x78ea 034603 increase -2 ,contw 
+0x78eb 034604 increase -1 ,rega 
+0x78ec 034605 nbranch sha_endian_loop ,zero 
+0x78ed 034606 increase 5 ,contw 
+0x78ee 034607 loop sha_endian_swap2 
+0x78ef 034608 rtn 
+:      034611 sha_getw:
+0x78f0 034612 lshift2 queue ,pdata 
+0x78f1 034613 iadd timeup ,contr 
+0x78f2 034614 ifetch 4 ,contr 
+0x78f3 034615 rtn 
+:      034617 sha_r:
+0x78f4 034618 force 16 ,alarm 
+0x78f5 034619 arg memdat ,timeup 
+:      034620 sha_r_loop:
+0x78f6 034621 add alarm ,-7 ,queue 
+0x78f7 034622 call sha_getw 
+0x78f8 034623 iforce temp 
+0x78f9 034624 add alarm ,-16 ,queue 
+0x78fa 034625 call sha_getw 
+0x78fb 034626 iadd temp ,temp 
+0x78fc 034627 add alarm ,-2 ,queue 
+0x78fd 034628 call sha_getw 
+0x78fe 034629 shasx pdata ,1 ,pdata 
+0x78ff 034630 iadd temp ,temp 
+0x7900 034631 add alarm ,-15 ,queue 
+0x7901 034632 call sha_getw 
+0x7902 034633 shasx pdata ,0 ,pdata 
+0x7903 034634 iadd temp ,temp 
+0x7904 034635 lshift2 alarm ,pdata 
+0x7905 034636 iadd timeup ,contw 
+0x7906 034637 istoret 4 ,contw 
+0x7907 034638 increase 1 ,alarm 
+0x7908 034639 compare 64 ,alarm ,0xff 
+0x7909 034640 nbranch sha_r_loop ,true 
+0x790a 034641 rtn 
+:      034644 sha_init:
+0x790b 034645 arg memh0 ,contr 
+0x790c 034646 force 7 ,regext_index 
+:      034647 sha_init_0:
+0x790d 034648 ifetch 4 ,contr 
+0x790e 034649 iforce regext 
+0x790f 034650 increase -1 ,regext_index 
+0x7910 034651 branch sha_init_0 ,positive 
+0x7911 034652 rtn 
+:      034654 sha:
+0x7912 034655 bpatchx patch3d_4 ,mem_patch3d 
+0x7913 034656 call sha_r 
+0x7914 034657 arg memahbak ,contw 
+0x7915 034658 force 0 ,regext_index 
+:      034659 sha_0:
+0x7916 034660 deposit regext 
+0x7917 034661 istore 4 ,contw 
+0x7918 034662 increase 1 ,regext_index 
+0x7919 034663 compare 8 ,regext_index ,0xff 
+0x791a 034664 nbranch sha_0 ,true 
+0x791b 034665 call enable_authrom 
+0x791c 034666 arg memk ,timeup 
+0x791d 034667 arg memdat ,alarm 
+0x791e 034668 force 64 ,loopcnt 
+:      034669 sha_loop:
+0x791f 034670 ifetcht 4 ,alarm 
+0x7920 034671 ifetch 4 ,timeup 
+0x7921 034672 increase 4 ,timeup 
+0x7922 034673 increase 4 ,alarm 
+0x7923 034674 iadd temp ,pdata 
+0x7924 034675 force 7 ,regext_index 
+0x7925 034676 iadd regext ,temp 
+0x7926 034677 force 4 ,regext_index 
+0x7927 034678 shasx regext ,3 ,pdata 
+0x7928 034679 iadd temp ,temp 
+0x7929 034680 force 5 ,regext_index 
+0x792a 034681 deposit regext 
+0x792b 034682 force 6 ,regext_index 
+0x792c 034683 ixor regext ,pdata 
+0x792d 034684 force 4 ,regext_index 
+0x792e 034685 iand regext ,pdata 
+0x792f 034686 force 6 ,regext_index 
+0x7930 034687 ixor regext ,pdata 
+0x7931 034688 iadd temp ,temp 
+0x7932 034689 force 7 ,regext_index 
+0x7933 034690 copy temp ,regext 
+0x7934 034691 force 3 ,regext_index 
+0x7935 034692 deposit regext 
+0x7936 034693 iadd temp ,regext 
+0x7937 034694 force 0 ,regext_index 
+0x7938 034695 deposit regext 
+0x7939 034696 force 1 ,regext_index 
+0x793a 034697 iand regext ,temp 
+0x793b 034698 ior regext ,pdata 
+0x793c 034699 force 2 ,regext_index 
+0x793d 034700 iand regext ,pdata 
+0x793e 034701 ior temp ,temp 
+0x793f 034702 force 0 ,regext_index 
+0x7940 034703 shasx regext ,2 ,pdata 
+0x7941 034704 iadd temp ,pdata 
+0x7942 034705 force 7 ,regext_index 
+0x7943 034706 iadd regext ,regext 
+0x7944 034707 regexrot 
+0x7945 034708 loop sha_loop 
+0x7946 034709 arg memahbak ,contr 
+0x7947 034710 force 0 ,regext_index 
+:      034711 sha_1:
+0x7948 034712 ifetch 4 ,contr 
+0x7949 034713 iadd regext ,regext 
+0x794a 034714 increase 1 ,regext_index 
+0x794b 034715 compare 8 ,regext_index ,0xff 
+0x794c 034716 nbranch sha_1 ,true 
+0x794d 034717 branch disable_authrom 
+:      034720 sha_result:
+0x794e 034721 arg memresult ,contw 
+0x794f 034722 force 7 ,regext_index 
+:      034723 sha_regext_save:
+0x7950 034724 deposit regext 
+0x7951 034725 istore 4 ,contw 
+0x7952 034726 increase -1 ,regext_index 
+0x7953 034727 branch sha_regext_save ,positive 
+0x7954 034728 rtn 
+:      034730 pad_xor:
+0x7955 034732 arg memdat ,contw 
+0x7956 034733 increase -4 ,contr 
+0x7957 034734 sub loopcnt ,16 ,rega 
+:      034735 pad_xor_0:
+0x7958 034736 ifetch 4 ,contr 
+0x7959 034737 ixor temp ,pdata 
+0x795a 034738 istore 4 ,contw 
+0x795b 034739 increase -8 ,contr 
+0x795c 034740 loop pad_xor_0 
+0x795d 034741 copy rega ,loopcnt 
+0x795e 034742 deposit temp 
+:      034743 pad_xor_1:
+0x795f 034744 istore 4 ,contw 
+0x7960 034745 loop pad_xor_1 
+0x7961 034746 rtn 
+:      034748 g_noninit_number_confirm:
+0x7962 034749 call g_noninit0 
+0x7963 034750 call sha_result 
+0x7964 034751 branch g_common0 
+:      034753 g_noninit:
+0x7965 034754 call g_noninit0 
+0x7966 034755 branch g_common0 
+:      034757 g_noninit0:
+0x7967 034758 arg mem_sp_pubkey_remote_x_end ,contr 
+0x7968 034759 arg memdat ,contw 
+0x7969 034760 force 6 ,loopcnt 
+0x796a 034761 call memcpy_dword_swap 
+0x796b 034762 arg mem_sp_pubkey_local_x_end ,contr 
+0x796c 034763 force 6 ,loopcnt 
+0x796d 034764 call memcpy_dword_swap 
+0x796e 034765 arg mem_sp_random_remote_end ,contr 
+0x796f 034766 call memcpy_dword_swap4 
+0x7970 034767 call sha_init 
+0x7971 034768 call sha 
+0x7972 034769 arg mem_sp_random_local_end ,contr 
+0x7973 034770 arg memdat ,contw 
+0x7974 034771 branch g_common 
+:      034773 g_init:
+0x7975 034774 arg mem_sp_pubkey_local_x_end ,contr 
+0x7976 034775 arg memdat ,contw 
+0x7977 034776 force 6 ,loopcnt 
+0x7978 034777 call memcpy_dword_swap 
+0x7979 034778 arg mem_sp_pubkey_remote_x_end ,contr 
+0x797a 034779 force 6 ,loopcnt 
+0x797b 034780 call memcpy_dword_swap 
+0x797c 034781 arg mem_sp_random_local_end ,contr 
+0x797d 034782 call memcpy_dword_swap4 
+0x797e 034783 call sha_init 
+0x797f 034784 call sha 
+0x7980 034785 arg mem_sp_random_remote_end ,contr 
+0x7981 034786 arg memdat ,contw 
+0x7982 034787 call g_common 
+0x7983 034788 branch g_common0 
+:      034790 g_common:
+0x7984 034791 call memcpy_dword_swap4 
+0x7985 034792 setarg 0x800000 
+0x7986 034793 lshift8 pdata ,pdata 
+0x7987 034794 istore 4 ,contw 
+0x7988 034795 force 5 ,loopcnt 
+0x7989 034796 call memset0 
+0x798a 034797 setarg 640 
+0x798b 034798 istore 4 ,contw 
+0x798c 034799 branch sha 
+:      034800 g_common0:
+0x798d 034801 fetch 4 ,memresult 
+0x798e 034803 arg 1000 ,rega 
+0x798f 034804 idiv rega 
+0x7990 034805 call wait_div_end 
+0x7991 034806 remainder pdata 
+0x7992 034807 store 4 ,mem_gkey 
+0x7993 034808 quotient pdata 
+0x7994 034809 arg 1000 ,rega 
+0x7995 034810 idiv rega 
+0x7996 034811 call wait_div_end 
+0x7997 034812 remainder pdata 
+0x7998 034813 arg 1000 ,rega 
+0x7999 034814 imul32 rega ,pdata 
+0x799a 034815 fetcht 4 ,mem_gkey 
+0x799b 034816 iadd temp ,pdata 
+0x799c 034817 store 4 ,mem_gkey 
+0x799d 034818 rtn 
+:      034820 function_f1_no_key:
+0x799e 034821 jam 0 ,mem_passkey_1bit 
+0x799f 034822 branch function_f1_common 
+:      034824 function_f1:
+0x79a0 034825 fetch 1 ,mem_ssp_mode_flag 
+0x79a1 034826 bne ssp_mode_passkey_entry_flag ,function_f1_no_key 
+:      034827 function_f1_common:
+0x79a2 034828 bpatchx patch3d_5 ,mem_patch3d 
+0x79a3 034829 setarg 0x363636 
+0x79a4 034830 lshift8 pdata ,temp 
+0x79a5 034831 or_into 0x36 ,temp 
+0x79a6 034832 fetch 2 ,mem_sp_prarm_stack 
+0x79a7 034833 copy pdata ,contr 
+0x79a8 034834 force 4 ,loopcnt 
+0x79a9 034835 call pad_xor 
+0x79aa 034836 call sha_init 
+0x79ab 034837 call sha 
+0x79ac 034838 fetch 2 ,mem_sp_prarm_stack + 2 
+0x79ad 034839 copy pdata ,contr 
+0x79ae 034840 arg memdat ,contw 
+0x79af 034841 force 6 ,loopcnt 
+0x79b0 034842 call memcpy_dword_swap 
+0x79b1 034843 fetch 2 ,mem_sp_prarm_stack + 4 
+0x79b2 034844 copy pdata ,contr 
+0x79b3 034845 force 6 ,loopcnt 
+0x79b4 034846 call memcpy_dword_swap 
+0x79b5 034847 setarg 0x800000 
+0x79b6 034848 istore 3 ,contw 
+0x79b7 034850 fetch 1 ,mem_passkey_1bit 
+0x79b8 034852 istore 1 ,contw 
+0x79b9 034853 force 0 ,pdata 
+0x79ba 034854 istore 8 ,contw 
+0x79bb 034855 setarg 0x0388 
+0x79bc 034856 istore 4 ,contw 
+0x79bd 034857 call sha 
+0x79be 034858 call sha_result 
+0x79bf 034859 arg memresult ,contr 
+0x79c0 034860 arg memahsave ,contw 
+0x79c1 034861 call memcpy32 
+0x79c2 034863 setarg 0x5c5c5c 
+0x79c3 034864 lshift8 pdata ,temp 
+0x79c4 034865 or_into 0x5c ,temp 
+0x79c5 034866 fetch 2 ,mem_sp_prarm_stack 
+0x79c6 034867 copy pdata ,contr 
+0x79c7 034868 force 4 ,loopcnt 
+0x79c8 034869 call pad_xor 
+0x79c9 034870 call sha_init 
+0x79ca 034871 call sha 
+0x79cb 034872 arg memahsave_end ,contr 
+0x79cc 034873 arg memdat ,contw 
+0x79cd 034874 force 8 ,loopcnt 
+0x79ce 034875 call memcpy_dword_swap 
+0x79cf 034876 setarg 0x800000 
+0x79d0 034877 lshift8 pdata ,pdata 
+0x79d1 034878 istore 4 ,contw 
+0x79d2 034879 call bn_zero 
+0x79d3 034880 setarg 0x0300 
+0x79d4 034881 istore 4 ,contw 
+0x79d5 034882 call sha 
+0x79d6 034883 branch sha_result 
+:      034886 function_f2:
+0x79d7 034887 setarg 0x363636 
+0x79d8 034888 lshift8 pdata ,temp 
+0x79d9 034889 or_into 0x36 ,temp 
+0x79da 034890 arg mem_sp_dhkey_end ,contr 
+0x79db 034891 force 6 ,loopcnt 
+0x79dc 034892 call pad_xor 
+0x79dd 034893 call sha_init 
+0x79de 034894 call sha 
+0x79df 034895 fetch 2 ,mem_sp_prarm_stack + 12 
+0x79e0 034896 copy pdata ,contr 
+0x79e1 034897 arg memdat ,contw 
+0x79e2 034898 call memcpy_dword_swap4 
+0x79e3 034899 fetch 2 ,mem_sp_prarm_stack + 14 
+0x79e4 034900 copy pdata ,contr 
+0x79e5 034901 call memcpy_dword_swap4 
+0x79e6 034903 setarg 0x62746c 
+0x79e7 034904 lshift8 pdata ,pdata 
+0x79e8 034905 or_into 0x6b ,pdata 
+0x79e9 034906 istore 4 ,contw 
+0x79ea 034907 arg mem_addr_value_end ,contr 
+0x79eb 034908 force 3 ,loopcnt 
+0x79ec 034909 call memcpy_dword_swap 
+0x79ed 034911 setarg 0x800000 
+0x79ee 034912 lshift8 pdata ,pdata 
+0x79ef 034913 istore 4 ,contw 
+0x79f0 034914 force 0 ,pdata 
+0x79f1 034915 istore 8 ,contw 
+0x79f2 034916 setarg 0x0380 
+0x79f3 034917 istore 4 ,contw 
+0x79f4 034918 call sha 
+0x79f5 034920 call sha_result 
+0x79f6 034921 arg memresult ,contr 
+0x79f7 034922 arg memahsave ,contw 
+0x79f8 034923 call memcpy32 
+0x79f9 034925 setarg 0x5c5c5c 
+0x79fa 034926 lshift8 pdata ,temp 
+0x79fb 034927 or_into 0x5c ,temp 
+0x79fc 034928 arg mem_sp_dhkey_end ,contr 
+0x79fd 034929 force 6 ,loopcnt 
+0x79fe 034930 call pad_xor 
+0x79ff 034931 call sha_init 
+0x7a00 034932 call sha 
+0x7a01 034933 arg memahsave_end ,contr 
+0x7a02 034934 arg memdat ,contw 
+0x7a03 034935 force 8 ,loopcnt 
+0x7a04 034936 call memcpy_dword_swap 
+0x7a05 034937 setarg 0x800000 
+0x7a06 034938 lshift8 pdata ,pdata 
+0x7a07 034939 istore 4 ,contw 
+0x7a08 034940 call bn_zero 
+0x7a09 034941 setarg 0x0300 
+0x7a0a 034942 istore 4 ,contw 
+0x7a0b 034943 call sha 
+0x7a0c 034944 branch sha_result 
+:      034947 function_f3a:
+0x7a0d 034948 fetch 1 ,mem_ssp_mode_flag 
+0x7a0e 034949 bne ssp_mode_passkey_entry_flag ,function_f3a_no_pin 
+:      034950 function_f3a_common:
+0x7a0f 034951 bpatchx patch3d_6 ,mem_patch3d 
+0x7a10 034952 setarg 0x363636 
+0x7a11 034953 lshift8 pdata ,temp 
+0x7a12 034954 or_into 0x36 ,temp 
+0x7a13 034955 arg mem_sp_dhkey_end ,contr 
+0x7a14 034956 force 6 ,loopcnt 
+0x7a15 034957 call pad_xor 
+0x7a16 034958 call sha_init 
+0x7a17 034959 call sha 
+0x7a18 034960 arg mem_sp_random_remote_end ,contr 
+0x7a19 034961 arg memdat ,contw 
+0x7a1a 034962 call memcpy_dword_swap4 
+0x7a1b 034963 arg mem_sp_random_local_end ,contr 
+0x7a1c 034964 call memcpy_dword_swap4 
+0x7a1d 034965 branch function_f3_common 
+:      034967 function_f3a_no_pin:
+0x7a1e 034968 setarg 0 
+0x7a1f 034969 store 4 ,mem_pin 
+0x7a20 034970 branch function_f3a_common 
+:      034972 function_f3b_no_pin:
+0x7a21 034973 setarg 0 
+0x7a22 034974 store 4 ,mem_pin 
+0x7a23 034975 branch function_f3b_common 
+:      034978 function_f3b:
+0x7a24 034979 fetch 1 ,mem_ssp_mode_flag 
+0x7a25 034980 bne ssp_mode_passkey_entry_flag ,function_f3b_no_pin 
+:      034981 function_f3b_common:
+0x7a26 034982 setarg 0x363636 
+0x7a27 034983 lshift8 pdata ,temp 
+0x7a28 034984 or_into 0x36 ,temp 
+0x7a29 034985 arg mem_sp_dhkey_end ,contr 
+0x7a2a 034986 force 6 ,loopcnt 
+0x7a2b 034987 call pad_xor 
+0x7a2c 034988 call sha_init 
+0x7a2d 034989 call sha 
+0x7a2e 034991 arg mem_sp_random_local_end ,contr 
+0x7a2f 034992 arg memdat ,contw 
+0x7a30 034993 call memcpy_dword_swap4 
+0x7a31 034994 arg mem_sp_random_remote_end ,contr 
+0x7a32 034995 call memcpy_dword_swap4 
+:      034996 function_f3_common:
+0x7a33 034997 setarg 0x0 
+0x7a34 034998 istore 8 ,contw 
+0x7a35 034999 istore 4 ,contw 
+0x7a36 035000 fetch 4 ,mem_pin 
+0x7a37 035001 istore 4 ,contw 
+0x7a38 035003 copy contw ,temp 
+0x7a39 035004 jam 0x80 ,mem_addr_padding 
+0x7a3a 035005 copy temp ,contw 
+0x7a3b 035006 arg mem_addr_iocap_end ,contr 
+0x7a3c 035007 call memcpy_dword_swap4 
+0x7a3d 035009 call sha 
+0x7a3e 035011 arg memdat ,contw 
+0x7a3f 035012 force 7 ,loopcnt 
+0x7a40 035013 call memset0 
+0x7a41 035014 istore 4 ,contw 
+0x7a42 035015 setarg 0x03F8 
+0x7a43 035016 istore 4 ,contw 
+0x7a44 035017 call sha 
+0x7a45 035018 call sha_result 
+0x7a46 035020 arg memresult ,contr 
+0x7a47 035021 arg memahsave ,contw 
+0x7a48 035022 call memcpy32 
+0x7a49 035024 setarg 0x5c5c5c 
+0x7a4a 035025 lshift8 pdata ,temp 
+0x7a4b 035026 or_into 0x5c ,temp 
+0x7a4c 035027 arg mem_sp_dhkey_end ,contr 
+0x7a4d 035028 force 6 ,loopcnt 
+0x7a4e 035029 call pad_xor 
+0x7a4f 035030 call sha_init 
+0x7a50 035031 call sha 
+0x7a51 035032 arg memahsave_end ,contr 
+0x7a52 035033 arg memdat ,contw 
+0x7a53 035034 force 8 ,loopcnt 
+0x7a54 035035 call memcpy_dword_swap 
+0x7a55 035036 setarg 0x800000 
+0x7a56 035037 lshift8 pdata ,pdata 
+0x7a57 035038 istore 4 ,contw 
+0x7a58 035039 call bn_zero 
+0x7a59 035040 setarg 0x0300 
+0x7a5a 035041 istore 4 ,contw 
+0x7a5b 035042 call sha 
+0x7a5c 035043 branch sha_result 
+:      035050 eckp_calc_init:
+0x7a5d 035051 jam 192 ,mem_ec_loopc 
+:      035052 eckp_calc_init_1:
+0x7a5e 035053 fetch 1 ,mem_ec_loopc 
+0x7a5f 035054 rtn blank 
+0x7a60 035055 increase -1 ,pdata 
+0x7a61 035056 store 1 ,mem_ec_loopc 
+0x7a62 035057 arg mem_k ,contr 
+0x7a63 035058 call bn_testbit 
+0x7a64 035059 branch eckp_calc_init_1 ,true 
+0x7a65 035060 arg mem_ax ,contr 
+0x7a66 035061 arg mem_cx ,contw 
+0x7a67 035062 branch ec_copy 
+:      035064 eckp_calc:
+0x7a68 035065 call ecdbl 
+0x7a69 035066 fetch 1 ,mem_ec_loopc 
+0x7a6a 035067 increase -1 ,pdata 
+0x7a6b 035068 store 1 ,mem_ec_loopc 
+0x7a6c 035069 arg mem_k ,contr 
+0x7a6d 035070 call bn_testbit 
+0x7a6e 035071 rtn true 
+0x7a6f 035072 branch ecadd 
+:      035074 memcpy_dword_swap4:
+0x7a70 035075 force 4 ,loopcnt 
+:      035076 memcpy_dword_swap:
+0x7a71 035077 increase -4 ,contr 
+:      035078 memcpy_dword_swap_loop:
+0x7a72 035079 ifetch 4 ,contr 
+0x7a73 035080 istore 4 ,contw 
+0x7a74 035081 increase -8 ,contr 
+0x7a75 035082 loop memcpy_dword_swap_loop 
+0x7a76 035083 rtn 
+:      035088 sp_initialize_256:
+0x7a77 035089 bpatchx patch3d_7 ,mem_patch3d 
+0x7a78 035090 fetch 1 ,mem_le_secure_connect_enable 
+0x7a79 035091 branch le_secure_connection_disable ,blank 
+0x7a7a 035092 call le_secure_connection_enable 
+0x7a7b 035093 call sp_clear_flags 
+0x7a7c 035095 branch sp_pubkey_calc_256 
+:      035100 sp_pubkey_calc_256:
+0x7a7d 035101 fetch 1 ,mem_le_sc_local_key_invalid 
+0x7a7e 035102 rtnne sp_key_invalid 
+0x7a7f 035103 fetch 1 ,mem_le_sc_calc 
+0x7a80 035104 rtnne sp_calc_standby 
+0x7a81 035106 arg mem_le_private_key_256 ,contw 
+0x7a82 035107 force 15 ,queue 
+0x7a83 035108 call random_generator 
+0x7a84 035109 random pdata 
+0x7a85 035110 rshift pdata ,pdata 
+0x7a86 035111 istore 2 ,contw 
+0x7a87 035113 arg mem_k_256 ,contw 
+0x7a88 035114 arg mem_le_private_key_256 ,contr 
+0x7a89 035115 call memcpy32 
+0x7a8a 035117 arg mem_ax_256 ,contw 
+0x7a8b 035118 arg mem_gx_256 ,contr 
+0x7a8c 035119 call memcpy64 
+0x7a8d 035121 arg mem_az_256 ,contw 
+0x7a8e 035122 call clear_mem_256 
+0x7a8f 035123 jam 1 ,mem_az_256 
+0x7a90 035125 call eckp_calc_init_256 
+0x7a91 035126 jam sp_calc_pubkey_256 ,mem_le_sc_calc 
+0x7a92 035127 rtn 
+:      035129 sp_pubkey_generated_256:
+0x7a93 035130 arg mem_le_pubkey_local_x_256 ,contw 
+0x7a94 035131 arg mem_bx_256 ,contr 
+0x7a95 035132 call memcpy64 
+0x7a96 035133 jam sp_key_valid_256 ,mem_le_sc_local_key_invalid 
+0x7a97 035134 jam sp_calc_standby ,mem_le_sc_calc 
+0x7a98 035135 rtn 
+:      035139 sp_dhkey_calc_256:
+0x7a99 035140 fetch 1 ,mem_sp_dhkey_invalid 
+0x7a9a 035141 rtnne sp_key_invalid 
+0x7a9b 035142 fetch 1 ,mem_le_sc_calc 
+0x7a9c 035143 rtnne sp_calc_standby 
+0x7a9d 035145 arg mem_k_256 ,contw 
+0x7a9e 035146 arg mem_le_private_key_256 ,contr 
+0x7a9f 035147 call memcpy32 
+0x7aa0 035149 arg mem_ax_256 ,contw 
+0x7aa1 035150 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7aa2 035151 call memcpy64 
+0x7aa3 035153 arg mem_az_256 ,contw 
+0x7aa4 035154 call clear_mem_256 
+0x7aa5 035155 jam 1 ,mem_az_256 
+0x7aa6 035157 call eckp_calc_init_256 
+0x7aa7 035158 jam sp_calc_dhkey_256 ,mem_le_sc_calc 
+0x7aa8 035159 rtn 
+:      035162 sp_dhkey_generated_256:
+0x7aa9 035164 arg mem_le_dhkey_256 ,contw 
+0x7aaa 035165 arg mem_bx_256 ,contr 
+0x7aab 035166 call memcpy32 
+0x7aac 035167 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
+0x7aad 035168 jam sp_calc_standby ,mem_le_sc_calc 
+0x7aae 035169 rtn 
+:      035173 sp_calc_sequence_256:
+0x7aaf 035174 fetch 1 ,mem_le_secure_connect_enable 
+0x7ab0 035175 rtn blank 
+0x7ab1 035176 fetch 1 ,mem_le_sc_calc 
+0x7ab2 035177 rtn blank 
+0x7ab3 035178 increase 0x80 ,pdata 
+0x7ab4 035179 store 1 ,mem_le_sc_calc 
+0x7ab5 035180 rtnbit1 7 
+0x7ab6 035181 fetch 2 ,mem_ec_loopc 
+0x7ab7 035182 branch sp_calc_sequence_done_256 ,blank 
+0x7ab8 035183 branch eckp_calc_256 
+:      035185 sp_calc_sequence_done_256:
+0x7ab9 035186 bpatchx patch3e_0 ,mem_patch3e 
+0x7aba 035187 call ecunmapz_256 
+0x7abb 035188 fetch 1 ,mem_le_sc_calc 
+0x7abc 035189 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
+0x7abd 035190 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
+0x7abe 035191 rtn 
+:      035194 eckp_calc_256:
+0x7abf 035195 call ecdbl_256 
+0x7ac0 035196 fetch 2 ,mem_ec_loopc 
+0x7ac1 035197 increase -1 ,pdata 
+0x7ac2 035198 store 2 ,mem_ec_loopc 
+0x7ac3 035199 arg mem_k_256 ,contr 
+0x7ac4 035200 call bn_testbit 
+0x7ac5 035201 rtn true 
+0x7ac6 035202 branch ecadd_256 
+:      035204 eckp_calc_init_256:
+0x7ac7 035205 bpatchx patch3e_1 ,mem_patch3e 
+0x7ac8 035206 setarg 256 ,pdata 
+0x7ac9 035207 store 2 ,mem_ec_loopc 
+:      035208 eckp_calc_init_256_1:
+0x7aca 035209 fetch 2 ,mem_ec_loopc 
+0x7acb 035210 rtn blank 
+0x7acc 035211 increase -1 ,pdata 
+0x7acd 035212 store 2 ,mem_ec_loopc 
+0x7ace 035213 arg mem_k_256 ,contr 
+0x7acf 035214 call bn_testbit 
+0x7ad0 035215 branch eckp_calc_init_256_1 ,true 
+0x7ad1 035216 arg mem_ax_256 ,contr 
+0x7ad2 035217 arg mem_cx_256 ,contw 
+0x7ad3 035218 branch memcpy96 
+:      035221 ecunmapz_256:
+0x7ad4 035222 arg mem_cz_256 ,rega 
+0x7ad5 035223 arg mem_t3_256 ,contw 
+0x7ad6 035224 call bn_invmod_256 
+0x7ad7 035225 arg mem_t3_256 ,rega 
+0x7ad8 035226 arg mem_t1_256 ,contw 
+0x7ad9 035227 call bn_sqrmod_256 
+0x7ada 035228 arg mem_cx_256 ,rega 
+0x7adb 035229 arg mem_t1_256 ,regb 
+0x7adc 035230 arg mem_bx_256 ,contw 
+0x7add 035231 call bn_mulmod_256 
+0x7ade 035232 arg mem_t3_256 ,rega 
+0x7adf 035233 arg mem_t1_256 ,regb 
+0x7ae0 035234 arg mem_t2_256 ,contw 
+0x7ae1 035235 call bn_mulmod_256 
+0x7ae2 035236 arg mem_cy_256 ,rega 
+0x7ae3 035237 arg mem_t2_256 ,regb 
+0x7ae4 035238 arg mem_by_256 ,contw 
+0x7ae5 035239 branch bn_mulmod_256 
+:      035241 ecdbl_256:
+0x7ae6 035242 arg mem_cz_256 ,rega 
+0x7ae7 035243 arg mem_t2_256 ,contw 
+0x7ae8 035244 call bn_sqrmod_256 
+0x7ae9 035245 arg mem_t2_256 ,rega 
+0x7aea 035246 arg mem_t3_256 ,contw 
+0x7aeb 035247 call bn_sqrmod_256 
+0x7aec 035249 arg mem_a_256 ,rega 
+0x7aed 035250 arg mem_t3_256 ,regb 
+0x7aee 035251 arg mem_t3_256 ,contw 
+0x7aef 035252 call bn_mulmod_256 
+0x7af0 035253 arg mem_cx_256 ,rega 
+0x7af1 035254 arg mem_t2_256 ,contw 
+0x7af2 035255 call bn_sqrmod_256 
+0x7af3 035257 arg mem_t2_256 ,contr 
+0x7af4 035258 arg mem_t1_256 ,contw 
+0x7af5 035259 call memcpy32 
+0x7af6 035260 arg mem_t1_256 ,rega 
+0x7af7 035261 call bn_lshiftmod_256 
+0x7af8 035262 arg mem_t2_256 ,rega 
+0x7af9 035263 arg mem_t1_256 ,regb 
+0x7afa 035264 arg mem_t2_256 ,contw 
+0x7afb 035265 call bn_addmod_256 
+0x7afc 035267 arg mem_t2_256 ,rega 
+0x7afd 035268 arg mem_t3_256 ,regb 
+0x7afe 035269 arg mem_t2_256 ,contw 
+0x7aff 035270 call bn_addmod_256 
+0x7b00 035272 arg mem_cx_256 ,contr 
+0x7b01 035273 arg mem_t1_256 ,contw 
+0x7b02 035274 call memcpy32 
+0x7b03 035275 arg mem_cy_256 ,rega 
+0x7b04 035276 arg mem_t3_256 ,contw 
+0x7b05 035277 call bn_sqrmod_256 
+0x7b06 035278 arg mem_t1_256 ,rega 
+0x7b07 035279 call bn_lshiftmod_256 
+0x7b08 035280 arg mem_t1_256 ,rega 
+0x7b09 035281 call bn_lshiftmod_256 
+0x7b0a 035282 arg mem_t1_256 ,rega 
+0x7b0b 035283 arg mem_t3_256 ,regb 
+0x7b0c 035284 arg mem_t1_256 ,contw 
+0x7b0d 035285 call bn_mulmod_256 
+0x7b0e 035286 arg mem_t3_256 ,rega 
+0x7b0f 035287 arg mem_t0_256 ,contw 
+0x7b10 035288 call bn_sqrmod_256 
+0x7b11 035289 arg mem_t0_256 ,rega 
+0x7b12 035290 call bn_lshiftmod_256 
+0x7b13 035291 arg mem_t0_256 ,rega 
+0x7b14 035292 call bn_lshiftmod_256 
+0x7b15 035293 arg mem_t0_256 ,rega 
+0x7b16 035294 call bn_lshiftmod_256 
+0x7b17 035295 arg mem_cy_256 ,contr 
+0x7b18 035296 arg mem_t3_256 ,contw 
+0x7b19 035297 call memcpy32 
+0x7b1a 035298 arg mem_t3_256 ,rega 
+0x7b1b 035299 call bn_lshiftmod_256 
+0x7b1c 035300 arg mem_t3_256 ,rega 
+0x7b1d 035301 arg mem_cz_256 ,regb 
+0x7b1e 035302 arg mem_cz_256 ,contw 
+0x7b1f 035303 call bn_mulmod_256 
+0x7b20 035306 arg mem_t2_256 ,rega 
+0x7b21 035307 arg mem_t3_256 ,contw 
+0x7b22 035308 call bn_sqrmod_256 
+0x7b23 035310 arg mem_t3_256 ,rega 
+0x7b24 035311 arg mem_t1_256 ,regb 
+0x7b25 035312 arg mem_t3_256 ,contw 
+0x7b26 035313 call bn_submod_256 
+0x7b27 035314 arg mem_t3_256 ,rega 
+0x7b28 035315 arg mem_t1_256 ,regb 
+0x7b29 035316 arg mem_cx_256 ,contw 
+0x7b2a 035317 call bn_submod_256 
+0x7b2b 035318 arg mem_t1_256 ,rega 
+0x7b2c 035319 arg mem_cx_256 ,regb 
+0x7b2d 035320 arg mem_t3_256 ,contw 
+0x7b2e 035321 call bn_submod_256 
+0x7b2f 035322 arg mem_t3_256 ,rega 
+0x7b30 035323 arg mem_t2_256 ,regb 
+0x7b31 035324 arg mem_t3_256 ,contw 
+0x7b32 035325 call bn_mulmod_256 
+0x7b33 035326 arg mem_t3_256 ,rega 
+0x7b34 035327 arg mem_t0_256 ,regb 
+0x7b35 035328 arg mem_cy_256 ,contw 
+0x7b36 035329 branch bn_submod_256 
+:      035331 ecadd_256:
+0x7b37 035333 arg mem_az_256 ,rega 
+0x7b38 035334 arg mem_t7_256 ,contw 
+0x7b39 035335 call bn_sqrmod_256 
+0x7b3a 035336 arg mem_cx_256 ,rega 
+0x7b3b 035337 arg mem_t7_256 ,regb 
+0x7b3c 035338 arg mem_t0_256 ,contw 
+0x7b3d 035339 call bn_mulmod_256 
+0x7b3e 035342 arg mem_az_256 ,rega 
+0x7b3f 035343 arg mem_t7_256 ,regb 
+0x7b40 035344 arg mem_t7_256 ,contw 
+0x7b41 035345 call bn_mulmod_256 
+0x7b42 035346 arg mem_cy_256 ,rega 
+0x7b43 035347 arg mem_t7_256 ,regb 
+0x7b44 035348 arg mem_t1_256 ,contw 
+0x7b45 035349 call bn_mulmod_256 
+0x7b46 035352 arg mem_cz_256 ,rega 
+0x7b47 035353 arg mem_t7_256 ,contw 
+0x7b48 035354 call bn_sqrmod_256 
+0x7b49 035355 arg mem_ax_256 ,rega 
+0x7b4a 035356 arg mem_t7_256 ,regb 
+0x7b4b 035357 arg mem_t2_256 ,contw 
+0x7b4c 035358 call bn_mulmod_256 
+0x7b4d 035360 arg mem_cz_256 ,rega 
+0x7b4e 035361 arg mem_t7_256 ,regb 
+0x7b4f 035362 arg mem_t7_256 ,contw 
+0x7b50 035363 call bn_mulmod_256 
+0x7b51 035364 arg mem_ay_256 ,rega 
+0x7b52 035365 arg mem_t7_256 ,regb 
+0x7b53 035366 arg mem_t3_256 ,contw 
+0x7b54 035367 call bn_mulmod_256 
+0x7b55 035372 arg mem_t0_256 ,regb 
+0x7b56 035373 arg mem_t2_256 ,rega 
+0x7b57 035374 arg mem_t7_256 ,contw 
+0x7b58 035375 call bn_submod_256 
+0x7b59 035376 arg mem_t0_256 ,rega 
+0x7b5a 035377 arg mem_t2_256 ,regb 
+0x7b5b 035378 arg mem_t0_256 ,contw 
+0x7b5c 035379 call bn_addmod_256 
+0x7b5d 035382 arg mem_t1_256 ,regb 
+0x7b5e 035383 arg mem_t3_256 ,rega 
+0x7b5f 035384 arg mem_t2_256 ,contw 
+0x7b60 035385 call bn_submod_256 
+0x7b61 035386 arg mem_t1_256 ,rega 
+0x7b62 035387 arg mem_t3_256 ,regb 
+0x7b63 035388 arg mem_t1_256 ,contw 
+0x7b64 035389 call bn_addmod_256 
+0x7b65 035390 arg mem_t1_256 ,rega 
+0x7b66 035391 arg mem_t7_256 ,regb 
+0x7b67 035392 arg mem_t1_256 ,contw 
+0x7b68 035393 call bn_mulmod_256 
+0x7b69 035394 arg mem_cz_256 ,rega 
+0x7b6a 035395 arg mem_az_256 ,regb 
+0x7b6b 035396 arg mem_t3_256 ,contw 
+0x7b6c 035397 call bn_mulmod_256 
+0x7b6d 035398 arg mem_t3_256 ,rega 
+0x7b6e 035399 arg mem_t7_256 ,regb 
+0x7b6f 035400 arg mem_cz_256 ,contw 
+0x7b70 035401 call bn_mulmod_256 
+0x7b71 035403 arg mem_t7_256 ,rega 
+0x7b72 035404 arg mem_t7_256 ,contw 
+0x7b73 035405 call bn_sqrmod_256 
+0x7b74 035406 arg mem_t7_256 ,rega 
+0x7b75 035407 arg mem_t0_256 ,regb 
+0x7b76 035408 arg mem_t3_256 ,contw 
+0x7b77 035409 call bn_mulmod_256 
+0x7b78 035410 arg mem_t7_256 ,rega 
+0x7b79 035411 arg mem_t1_256 ,regb 
+0x7b7a 035412 arg mem_t1_256 ,contw 
+0x7b7b 035413 call bn_mulmod_256 
+0x7b7c 035414 arg mem_t2_256 ,rega 
+0x7b7d 035415 arg mem_cx_256 ,contw 
+0x7b7e 035416 call bn_sqrmod_256 
+0x7b7f 035417 arg mem_cx_256 ,rega 
+0x7b80 035418 arg mem_t3_256 ,regb 
+0x7b81 035419 arg mem_cx_256 ,contw 
+0x7b82 035420 call bn_submod_256 
+0x7b83 035421 arg mem_cx_256 ,contr 
+0x7b84 035422 arg mem_t7_256 ,contw 
+0x7b85 035423 call memcpy32 
+0x7b86 035424 arg mem_t7_256 ,rega 
+0x7b87 035425 call bn_lshiftmod_256 
+0x7b88 035426 arg mem_t3_256 ,rega 
+0x7b89 035427 arg mem_t7_256 ,regb 
+0x7b8a 035428 arg mem_t3_256 ,contw 
+0x7b8b 035429 call bn_submod_256 
+0x7b8c 035430 arg mem_t3_256 ,rega 
+0x7b8d 035431 arg mem_t2_256 ,regb 
+0x7b8e 035432 arg mem_t2_256 ,contw 
+0x7b8f 035433 call bn_mulmod_256 
+0x7b90 035434 arg mem_t2_256 ,rega 
+0x7b91 035435 arg mem_t1_256 ,regb 
+0x7b92 035436 arg mem_cy_256 ,contw 
+0x7b93 035437 call bn_submod_256 
+0x7b94 035438 arg mem_cy_256 ,rega 
+0x7b95 035439 arg mem_p_256 ,regb 
+0x7b96 035440 arg mem_cy_256 ,contw 
+0x7b97 035441 force 0 ,regc 
+0x7b98 035442 fetch 1 ,mem_cy_256 
+0x7b99 035443 isolate1 0 ,pdata 
+0x7b9a 035444 call bn_add_256 ,true 
+0x7b9b 035445 copy regc ,alarm 
+0x7b9c 035446 arg mem_cy_256 ,rega 
+0x7b9d 035447 call bn_rshift_256 
+0x7b9e 035448 fetch 1 ,mem_cy5_256 
+0x7b9f 035449 isolate1 0 ,alarm 
+0x7ba0 035450 setflag true ,7 ,pdata 
+0x7ba1 035451 store 1 ,mem_cy5_256 
+0x7ba2 035452 rtn 
+:      035454 bn_invmod_256:
+0x7ba3 035455 copy contw ,timeup 
+0x7ba4 035456 arg mem_tmp0_256 ,contw 
+0x7ba5 035457 call clear_mem_256 
+0x7ba6 035458 force 0 ,pdata 
+0x7ba7 035460 store 4 ,mem_t2_256 
+0x7ba8 035461 jam 1 ,mem_tmp0_256 
+0x7ba9 035462 arg mem_tmp1_256 ,contw 
+0x7baa 035463 call clear_mem_512 
+0x7bab 035464 arg mem_p_256 ,contr 
+0x7bac 035465 arg mem_tmp2_256 ,contw 
+0x7bad 035466 call memcpy32 
+0x7bae 035467 copy rega ,contr 
+0x7baf 035468 arg mem_tmp3_256 ,contw 
+0x7bb0 035469 call memcpy32 
+:      035475 bn_invmod_256_2:
+0x7bb1 035476 arg mem_tmp3_256 ,contr 
+0x7bb2 035477 call bn_eq_zero_256 
+0x7bb3 035478 branch bn_invmod_256_0 ,blank 
+0x7bb4 035483 arg mem_tmp3_256 ,rega 
+0x7bb5 035484 arg mem_tmp0_256 ,regb 
+0x7bb6 035485 call bn_rshifteven_256 
+0x7bb7 035486 arg mem_tmp2_256 ,rega 
+0x7bb8 035487 arg mem_tmp1_256 ,regb 
+0x7bb9 035488 call bn_rshifteven_256 
+0x7bba 035490 arg mem_tmp3_256 ,rega 
+0x7bbb 035491 arg mem_tmp2_256 ,regb 
+0x7bbc 035492 call bn_bigeq_256 
+0x7bbd 035493 branch bn_invmod_256_1 ,positive 
+0x7bbe 035494 arg mem_tmp2_256 ,rega 
+0x7bbf 035495 arg mem_tmp3_256 ,regb 
+0x7bc0 035496 copy rega ,contw 
+0x7bc1 035497 call bn_sub_256 
+0x7bc2 035498 arg mem_tmp0_256 ,rega 
+0x7bc3 035499 arg mem_tmp1_256 ,regb 
+0x7bc4 035500 copy regb ,contw 
+0x7bc5 035501 call bn_add_256 
+0x7bc6 035502 ifetch 1 ,rega 
+0x7bc7 035503 iadd regc ,regc 
+0x7bc8 035504 ifetch 1 ,regb 
+0x7bc9 035505 iadd regc ,pdata 
+0x7bca 035506 istore 1 ,regb 
+0x7bcb 035507 branch bn_invmod_256_2 
+:      035508 bn_invmod_256_1:
+0x7bcc 035509 arg mem_tmp3_256 ,rega 
+0x7bcd 035510 arg mem_tmp2_256 ,regb 
+0x7bce 035511 copy rega ,contw 
+0x7bcf 035512 call bn_sub_256 
+0x7bd0 035513 arg mem_tmp1_256 ,rega 
+0x7bd1 035514 arg mem_tmp0_256 ,regb 
+0x7bd2 035515 copy regb ,contw 
+0x7bd3 035516 call bn_add_256 
+0x7bd4 035517 ifetch 1 ,rega 
+0x7bd5 035518 iadd regc ,regc 
+0x7bd6 035519 ifetch 1 ,regb 
+0x7bd7 035520 iadd regc ,pdata 
+0x7bd8 035521 istore 1 ,regb 
+0x7bd9 035522 branch bn_invmod_256_2 
+:      035523 bn_invmod_256_0:
+0x7bda 035525 arg mem_tmp1_256 ,rega 
+0x7bdb 035526 copy timeup ,contw 
+0x7bdc 035527 call bn_p256mod 
+0x7bdd 035529 arg mem_p_256 ,rega 
+0x7bde 035530 copy timeup ,regb 
+0x7bdf 035531 copy timeup ,contw 
+0x7be0 035532 branch bn_submod_256 
+:      035535 bn_mulmod_256:
+0x7be1 035536 copy contw ,timeup 
+0x7be2 035538 force 0 ,regext_index 
+0x7be3 035540 arg mem_tmp1_256 ,contw 
+0x7be4 035541 call clear_mem_512 
+0x7be5 035542 arg mem_regext ,contw 
+0x7be6 035543 call clear_mem_512 
+0x7be7 035547 copy rega ,contr 
+0x7be8 035549 jam 0 ,mem_regext 
+0x7be9 035550 setarg 0 
+0x7bea 035551 call bn_load_mem 
+0x7beb 035552 copy regb ,contr 
+0x7bec 035553 call bn_load_256 
+0x7bed 035556 force 0 ,queue 
+0x7bee 035557 arg mem_tmp1_256 ,contw 
+:      035558 bn_mulmod_256_1:
+0x7bef 035561 arg mem_regext ,temp 
+0x7bf0 035562 copy queue ,regb 
+0x7bf1 035563 lshift2 regb ,pdata 
+0x7bf2 035565 iadd temp ,regb 
+0x7bf3 035566 force 0 ,temp 
+0x7bf4 035567 force 0 ,regc 
+:      035568 bn_mulmod_256_0:
+0x7bf5 035573 ifetch 4 ,contw 
+0x7bf6 035574 iforce rega 
+0x7bf7 035577 ifetch 4 ,regb 
+0x7bf8 035578 copy regc ,regext_index 
+0x7bf9 035579 imul32 regext ,pdata 
+0x7bfa 035580 iadd rega ,pdata 
+0x7bfb 035581 iadd temp ,pdata 
+0x7bfc 035582 istore 4 ,contw 
+0x7bfd 035583 rshift32 pdata ,temp 
+0x7bfe 035584 increase 1 ,regc 
+0x7bff 035585 compare 8 ,regc ,0xff 
+0x7c00 035586 nbranch bn_mulmod_256_0 ,true 
+0x7c01 035588 deposit temp 
+0x7c02 035589 istore 4 ,contw 
+0x7c03 035590 increase -32 ,contw 
+0x7c04 035593 increase 1 ,queue 
+0x7c05 035594 compare 8 ,queue ,0xff 
+0x7c06 035595 nbranch bn_mulmod_256_1 ,true 
+0x7c07 035596 arg mem_tmp1_256 ,rega 
+0x7c08 035597 copy timeup ,contw 
+0x7c09 035598 branch bn_p256mod 
+:      035600 bn_p256mod:
+0x7c0a 035601 bpatchx patch3e_2 ,mem_patch3e 
+0x7c0b 035602 copy contw ,timeup 
+0x7c0c 035603 copy rega ,alarm 
+0x7c0d 035604 arg mem_tmp2_256 ,regb 
+0x7c0e 035605 copy regb ,contw 
+0x7c0f 035606 call memset0_4 
+0x7c10 035607 istore 8 ,contw 
+0x7c11 035608 add rega ,44 ,contr 
+0x7c12 035609 call memcpy8 
+0x7c13 035610 call memcpy12 
+0x7c14 035611 copy regb ,rega 
+0x7c15 035612 call bn_lshiftmod_256 
+0x7c16 035613 arg mem_tmp2_256 ,regb 
+0x7c17 035614 copy alarm ,rega 
+0x7c18 035615 copy timeup ,contw 
+0x7c19 035616 call bn_addmod_256 
+0x7c1a 035618 arg mem_tmp2_256 ,regb 
+0x7c1b 035619 copy regb ,contw 
+0x7c1c 035620 call memset0_4 
+0x7c1d 035621 istore 8 ,contw 
+0x7c1e 035622 add alarm ,48 ,contr 
+0x7c1f 035623 call memcpy16 
+0x7c20 035624 call memset0_4 
+0x7c21 035625 copy regb ,rega 
+0x7c22 035626 call bn_lshiftmod_256 
+0x7c23 035630 arg mem_tmp2_256 ,regb 
+0x7c24 035631 copy timeup ,rega 
+0x7c25 035632 copy rega ,contw 
+0x7c26 035633 call bn_addmod_256 
+0x7c27 035637 arg mem_tmp2_256 ,regb 
+0x7c28 035638 copy regb ,contw 
+0x7c29 035639 add alarm ,32 ,contr 
+0x7c2a 035640 call memcpy12 
+0x7c2b 035641 call memset0_4 
+0x7c2c 035642 istore 8 ,contw 
+0x7c2d 035643 add alarm ,56 ,contr 
+0x7c2e 035644 call memcpy8 
+0x7c2f 035645 copy timeup ,rega 
+0x7c30 035646 copy rega ,contw 
+0x7c31 035647 call bn_addmod_256 
+0x7c32 035651 arg mem_tmp2_256 ,regb 
+0x7c33 035652 copy regb ,contw 
+0x7c34 035653 add alarm ,36 ,contr 
+0x7c35 035654 call memcpy12 
+0x7c36 035655 add alarm ,52 ,contr 
+0x7c37 035656 call memcpy12 
+0x7c38 035657 add alarm ,52 ,contr 
+0x7c39 035658 call memcpy4 
+0x7c3a 035659 add alarm ,32 ,contr 
+0x7c3b 035660 call memcpy4 
+0x7c3c 035661 copy timeup ,rega 
+0x7c3d 035662 copy rega ,contw 
+0x7c3e 035663 call bn_addmod_256 
+0x7c3f 035666 arg mem_tmp2_256 ,regb 
+0x7c40 035667 copy regb ,contw 
+0x7c41 035668 add alarm ,44 ,contr 
+0x7c42 035669 call memcpy12 
+0x7c43 035670 call memset0_4 
+0x7c44 035671 istore 8 ,contw 
+0x7c45 035672 add alarm ,32 ,contr 
+0x7c46 035673 call memcpy4 
+0x7c47 035674 add alarm ,40 ,contr 
+0x7c48 035675 call memcpy4 
+0x7c49 035676 copy timeup ,rega 
+0x7c4a 035677 copy rega ,contw 
+0x7c4b 035678 call bn_submod_256 
+0x7c4c 035681 arg mem_tmp2_256 ,regb 
+0x7c4d 035682 copy regb ,contw 
+0x7c4e 035683 add alarm ,48 ,contr 
+0x7c4f 035684 call memcpy8 
+0x7c50 035685 call memcpy8 
+0x7c51 035686 force 0 ,pdata 
+0x7c52 035687 istore 8 ,contw 
+0x7c53 035688 add alarm ,36 ,contr 
+0x7c54 035689 call memcpy4 
+0x7c55 035690 add alarm ,44 ,contr 
+0x7c56 035691 call memcpy4 
+0x7c57 035692 copy timeup ,rega 
+0x7c58 035693 copy rega ,contw 
+0x7c59 035694 call bn_submod_256 
+0x7c5a 035697 arg mem_tmp2_256 ,regb 
+0x7c5b 035698 copy regb ,contw 
+0x7c5c 035699 add alarm ,52 ,contr 
+0x7c5d 035700 call memcpy12 
+0x7c5e 035701 add alarm ,32 ,contr 
+0x7c5f 035702 call memcpy12 
+0x7c60 035703 call memset0_4 
+0x7c61 035704 add alarm ,48 ,contr 
+0x7c62 035705 call memcpy4 
+0x7c63 035706 copy timeup ,rega 
+0x7c64 035707 copy rega ,contw 
+0x7c65 035708 call bn_submod_256 
+0x7c66 035711 arg mem_tmp2_256 ,regb 
+0x7c67 035712 copy regb ,contw 
+0x7c68 035713 add alarm ,56 ,contr 
+0x7c69 035714 call memcpy8 
+0x7c6a 035715 call memset0_4 
+0x7c6b 035716 add alarm ,36 ,contr 
+0x7c6c 035717 call memcpy12 
+0x7c6d 035718 call memset0_4 
+0x7c6e 035719 add alarm ,52 ,contr 
+0x7c6f 035720 call memcpy4 
+0x7c70 035721 copy timeup ,rega 
+0x7c71 035722 copy rega ,contw 
+0x7c72 035723 branch bn_submod_256 
+:      035726 bn_load_mem:
+0x7c73 035727 force 32 ,loopcnt 
+0x7c74 035728 arg mem_regext ,contw 
+0x7c75 035729 iadd contw ,contw 
+0x7c76 035730 branch memcpy 
+:      035732 bn_load_256:
+0x7c77 035733 force 8 ,loopcnt 
+0x7c78 035734 branch bn_load_0 
+:      035736 bn_sqrmod_256:
+0x7c79 035737 copy rega ,regb 
+0x7c7a 035738 branch bn_mulmod_256 
+:      035740 bn_add_256:
+0x7c7b 035741 force 8 ,loopcnt 
+0x7c7c 035742 branch bn_add + 1 
+:      035744 bn_addmod_256:
+0x7c7d 035745 call bn_add_256 
+0x7c7e 035746 copy contw ,rega 
+0x7c7f 035747 branch bn_lshiftmod_ismod_256 
+:      035749 bn_lshiftmod_256:
+0x7c80 035750 call bn_lshift_256 
+:      035751 bn_lshiftmod_ismod_256:
+0x7c81 035752 isolate1 0 ,regc 
+0x7c82 035753 branch bn_lshiftmod_p_256 ,true 
+0x7c83 035754 arg mem_p_256 ,regb 
+0x7c84 035755 copy rega ,regc 
+0x7c85 035756 increase -32 ,rega 
+0x7c86 035757 call bn_bigeq_256 
+0x7c87 035758 nrtn positive 
+0x7c88 035759 copy regc ,rega 
+0x7c89 035760 branch sub_p2_256 
+:      035762 bn_lshiftmod_p_256:
+0x7c8a 035763 call sub_p2_256 
+0x7c8b 035765 copy rega ,regc 
+0x7c8c 035766 increase -32 ,rega 
+0x7c8d 035767 arg mem_p_256 ,regb 
+0x7c8e 035768 call bn_bigeq_256 
+0x7c8f 035769 nrtn positive 
+0x7c90 035770 copy regc ,rega 
+0x7c91 035771 branch sub_p2_256 
+:      035774 sub_p2_256:
+0x7c92 035775 increase -32 ,rega 
+0x7c93 035776 arg mem_p_256 ,regb 
+0x7c94 035777 copy rega ,contw 
+0x7c95 035778 branch bn_sub_256 
+:      035783 bn_submod_256:
+0x7c96 035784 call bn_sub_256 
+0x7c97 035786 branch bn_submod_256_np ,true 
+0x7c98 035789 add contw ,-32 ,rega 
+0x7c99 035790 arg mem_p_256 ,regb 
+0x7c9a 035791 call bn_bigeq_256 
+0x7c9b 035792 nrtn positive 
+0x7c9c 035793 arg mem_p_256 ,regb 
+0x7c9d 035794 add contw ,-32 ,rega 
+0x7c9e 035796 copy rega ,contw 
+0x7c9f 035797 branch bn_sub_256 
+:      035798 bn_submod_256_np:
+0x7ca0 035799 add contw ,-32 ,rega 
+0x7ca1 035800 arg mem_p_256 ,regb 
+0x7ca2 035801 copy rega ,contw 
+0x7ca3 035802 call bn_add_256 
+0x7ca4 035804 rtn true 
+0x7ca5 035805 add contw ,-32 ,rega 
+0x7ca6 035806 arg mem_p_256 ,regb 
+0x7ca7 035807 copy rega ,contw 
+0x7ca8 035808 branch bn_add_256 
+:      035812 bn_sub_256:
+0x7ca9 035813 force 8 ,loopcnt 
+0x7caa 035814 branch bn_sub + 1 
+:      035816 bn_rshift_256:
+0x7cab 035817 force 8 ,loopcnt 
+0x7cac 035818 increase 28 ,rega 
+0x7cad 035819 branch bn_rshift 
+:      035821 bn_lshift_256:
+0x7cae 035822 force 8 ,loopcnt 
+0x7caf 035823 force 0 ,regc 
+0x7cb0 035824 branch bn_lshift_0 
+:      035826 bn_bigeq_256:
+0x7cb1 035827 force 8 ,loopcnt 
+0x7cb2 035828 increase 28 ,rega 
+0x7cb3 035829 increase 28 ,regb 
+0x7cb4 035830 branch bn_bigeq_0 
+:      035833 bn_eq_zero_256:
+0x7cb5 035834 ifetch 8 ,contr 
+0x7cb6 035835 nrtn blank 
+0x7cb7 035836 branch bn_eq_zero 
+:      035841 bn_rshifteven_256:
+0x7cb8 035842 copy rega ,alarm 
+:      035843 bn_rshifteven_256_1:
+0x7cb9 035844 copy alarm ,rega 
+0x7cba 035845 ifetch 1 ,rega 
+0x7cbb 035846 isolate1 0 ,pdata 
+0x7cbc 035847 rtn true 
+0x7cbd 035848 call bn_rshift_256 
+0x7cbe 035849 ifetch 1 ,regb 
+0x7cbf 035850 isolate0 0 ,pdata 
+0x7cc0 035851 branch bn_rshifteven_256_0 ,true 
+0x7cc1 035852 arg mem_p_256 ,rega 
+0x7cc2 035853 copy regb ,contw 
+0x7cc3 035854 call bn_add_256 
+0x7cc4 035855 ifetch 1 ,regb 
+0x7cc5 035856 iadd regc ,pdata 
+0x7cc6 035857 istore 1 ,regb 
+0x7cc7 035858 increase -32 ,regb 
+:      035859 bn_rshifteven_256_0:
+0x7cc8 035860 add regb ,32 ,rega 
+0x7cc9 035861 force 9 ,loopcnt 
+0x7cca 035862 call bn_rshift 
+0x7ccb 035863 branch bn_rshifteven_256_1 
+:      035867 ui_init:
+0x7ccc 035868 call lpm_disable_exen_output 
+0x7ccd 035869 rtn wake 
+0x7cce 035870 call ui_button_init 
+0x7ccf 035871 call ui_timer_init 
+0x7cd0 035872 branch ui_led_init_global 
+:      035874 ui_dispatch:
+0x7cd1 035875 call ui_led_dispatch 
+0x7cd2 035877 branch ui_timer_check 
+:      035879 ui_button_init:
+0x7cd3 035880 fetch 1 ,mem_ui_button_gpio 
+0x7cd4 035881 rtneq ui_button_gpio_disable 
+0x7cd5 035882 iforce temp 
+0x7cd6 035883 call gpio_config_output 
+0x7cd7 035884 fetcht 1 ,mem_ui_button_gpio 
+0x7cd8 035885 call gpio_out_inactive 
+0x7cd9 035886 nop 100 
+0x7cda 035887 fetcht 1 ,mem_ui_button_gpio 
+0x7cdb 035888 call gpio_config_input 
+0x7cdc 035889 branch ui_button_polling 
+:      035893 ui_button_polling:
+0x7cdd 035894 bpatchx patch3e_3 ,mem_patch3e 
+0x7cde 035895 fetch 1 ,mem_ui_button_gpio 
+0x7cdf 035896 rtneq ui_button_gpio_disable 
+0x7ce0 035897 copy pdata ,temp 
+0x7ce1 035898 call gpio_get_bit 
+0x7ce2 035899 nbranch ui_button_up ,true 
+:      035901 ui_button_down:
+0x7ce3 035902 call ui_button_check_long_press 
+0x7ce4 035903 fetch 2 ,mem_ui_state_map 
+0x7ce5 035904 set1 ui_state_btn_down 
+0x7ce6 035905 store 2 ,mem_ui_state_map 
+0x7ce7 035906 fetch 1 ,mem_ui_button_last_state 
+0x7ce8 035907 rtneq ui_button_state_down 
+0x7ce9 035908 jam ui_button_state_down ,mem_ui_button_last_state 
+0x7cea 035910 fetch 1 ,mem_ui_button_timeout 
+0x7ceb 035911 store 1 ,mem_ui_button_timer 
+0x7cec 035912 call lpm_button_get_wake_lock 
+0x7ced 035913 jam bt_evt_button_down ,mem_fifo_temp 
+0x7cee 035914 branch ui_ipc_send_event 
+:      035915 ui_button_up:
+0x7cef 035916 fetch 2 ,mem_ui_state_map 
+0x7cf0 035917 set0 ui_state_btn_down 
+0x7cf1 035918 store 2 ,mem_ui_state_map 
+0x7cf2 035919 fetch 1 ,mem_ui_button_last_state 
+0x7cf3 035920 rtneq ui_button_state_up 
+0x7cf4 035921 jam ui_button_state_up ,mem_ui_button_last_state 
+0x7cf5 035923 jam 0 ,mem_ui_button_timer 
+0x7cf6 035924 call lpm_button_clean_wake_lock 
+0x7cf7 035925 jam bt_evt_button_up ,mem_fifo_temp 
+0x7cf8 035926 branch ui_ipc_send_event 
+:      035928 ui_button_check_long_press:
+0x7cf9 035929 fetch 1 ,mem_ui_button_timer 
+0x7cfa 035930 rtn blank 
+0x7cfb 035931 increase -1 ,pdata 
+0x7cfc 035932 store 1 ,mem_ui_button_timer 
+0x7cfd 035933 nrtn blank 
+0x7cfe 035935 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x7cff 035936 branch ui_ipc_send_event 
+:      035938 lpm_button_get_wake_lock:
+0x7d00 035939 arg wake_lock_button ,queue 
+0x7d01 035940 branch lpm_get_wake_lock 
+:      035942 lpm_button_clean_wake_lock:
+0x7d02 035943 arg wake_lock_button ,queue 
+0x7d03 035944 branch lpm_put_wake_lock 
+:      035966 calc_curr_struct_prt:
+0x7d04 035967 fetch 2 ,mem_ui_led_struct_ptr 
+0x7d05 035968 mul32 rega ,led_offset_length ,regb 
+0x7d06 035969 iadd regb ,regb 
+0x7d07 035970 rtn 
+:      035973 ui_led_init_global:
+0x7d08 035974 fetch 1 ,mem_ui_led_struct_num 
+0x7d09 035975 rtn blank 
+0x7d0a 035976 copy pdata ,loopcnt 
+0x7d0b 035977 fetch 2 ,mem_ui_led_struct_ptr 
+0x7d0c 035978 copy pdata ,regb 
+:      035979 ui_led_init_loop:
+0x7d0d 035980 add regb ,led_offset_led_gpio ,regc 
+0x7d0e 035981 ifetcht 1 ,regc 
+0x7d0f 035982 call gpio_config_output 
+0x7d10 035983 call ui_led_off_static 
+0x7d11 035984 increase led_offset_length ,regb 
+0x7d12 035985 loop ui_led_init_loop 
+0x7d13 035986 rtn 
+:      035990 ui_led_on_global:
+0x7d14 035991 call calc_curr_struct_prt 
+0x7d15 035992 setarg ui_led_state_lighting 
+0x7d16 035993 istore 1 ,regb 
+0x7d17 035994 call ui_led_stop_timer 
+0x7d18 035995 branch ui_led_on_static 
+:      035999 ui_led_blink_stop_global:
+:      036000 ui_led_off_global:
+0x7d19 036001 call calc_curr_struct_prt 
+0x7d1a 036002 setarg ui_led_state_darking 
+0x7d1b 036003 istore 1 ,regb 
+0x7d1c 036004 call ui_led_stop_timer 
+0x7d1d 036005 branch ui_led_off_static 
+:      036009 ui_led_blink_start_global:
+0x7d1e 036010 call calc_curr_struct_prt 
+0x7d1f 036011 setarg ui_led_state_blink_start 
+0x7d20 036012 istore 1 ,regb 
+0x7d21 036013 setarg led_infinite_flash_num 
+0x7d22 036014 istore 1 ,contw 
+0x7d23 036015 branch ui_led_off_static 
+:      036020 ui_led_set_style_global:
+0x7d24 036021 call calc_curr_struct_prt 
+0x7d25 036022 arg led_offset_length ,loopcnt 
+0x7d26 036023 copy regc ,contr 
+0x7d27 036024 copy regb ,contw 
+0x7d28 036025 branch memcpy_fast 
+:      036029 ui_led_dispatch:
+0x7d29 036030 fetch 1 ,mem_ui_led_struct_num 
+0x7d2a 036031 rtn blank 
+0x7d2b 036032 arg 0 ,rega 
+:      036033 ui_led_blink_polling:
+0x7d2c 036034 call ui_led_change_style_by_type 
+0x7d2d 036035 increase 1 ,rega 
+0x7d2e 036036 fetch 1 ,mem_ui_led_struct_num 
+0x7d2f 036037 isub rega ,null 
+0x7d30 036038 rtn zero 
+0x7d31 036039 branch ui_led_blink_polling 
+:      036042 ui_led_off_static:
+0x7d32 036043 add regb ,led_offset_led_gpio ,regc 
+0x7d33 036044 ifetcht 1 ,regc 
+0x7d34 036045 branch gpio_out_inactive 
+:      036048 ui_led_on_static:
+0x7d35 036049 add regb ,led_offset_led_gpio ,regc 
+0x7d36 036050 ifetcht 1 ,regc 
+0x7d37 036051 branch gpio_out_active 
+:      036055 ui_led_change_style_by_type:
+0x7d38 036056 add rega ,ui_led_blink ,queue 
+0x7d39 036057 call timer_check 
+0x7d3a 036058 nrtn blank 
+0x7d3b 036060 call calc_curr_struct_prt 
+0x7d3c 036062 ifetch 1 ,regb 
+0x7d3d 036064 beq ui_led_state_lighting ,ui_led_on_static 
+0x7d3e 036065 beq ui_led_state_darking ,ui_led_off_static 
+0x7d3f 036066 beq ui_led_state_blink_stop ,ui_led_off_static 
+0x7d40 036067 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+:      036068 ui_led_blink_state_lighting:
+0x7d41 036069 call ui_led_on_static 
+0x7d42 036070 add regb ,led_offset_cb_ledon ,regc 
+0x7d43 036071 call push_stack 
+0x7d44 036072 ifetch 2 ,regc 
+0x7d45 036073 call callback_func 
+0x7d46 036074 call pop_stack 
+0x7d47 036075 setarg ui_led_state_blink_darking 
+0x7d48 036076 istore 1 ,regb 
+0x7d49 036077 add regb ,led_offset_on_time ,regc 
+0x7d4a 036078 ifetch 2 ,regc 
+0x7d4b 036079 branch ui_led_blink_timer_start 
+:      036082 ui_led_blink_state_darking:
+0x7d4c 036083 call ui_led_off_static 
+0x7d4d 036084 add regb ,led_offset_cb_ledoff ,regc 
+0x7d4e 036085 call push_stack 
+0x7d4f 036086 ifetch 2 ,regc 
+0x7d50 036087 call callback_func 
+0x7d51 036088 call pop_stack 
+0x7d52 036090 add regb ,led_offset_blink_count ,regc 
+0x7d53 036091 ifetch 1 ,regc 
+0x7d54 036092 beq led_infinite_flash_num ,ui_led_blink_infinite 
+0x7d55 036093 increase -1 ,pdata 
+0x7d56 036094 istore 1 ,regc 
+0x7d57 036095 branch ui_led_blink_stop_global ,blank 
+:      036096 ui_led_blink_infinite:
+0x7d58 036097 setarg ui_led_state_blink_lighting 
+0x7d59 036098 istore 1 ,regb 
+0x7d5a 036099 add regb ,led_offset_off_time ,regc 
+0x7d5b 036100 ifetch 2 ,regc 
+:      036101 ui_led_blink_timer_start:
+0x7d5c 036102 add rega ,ui_led_blink ,queue 
+0x7d5d 036103 branch timer_init 
+:      036105 ui_led_stop_timer:
+0x7d5e 036106 setarg 0 
+0x7d5f 036107 branch ui_led_blink_timer_start 
+:      036113 ui_timer_timeout:
+0x7d60 036114 setarg 0x1000 
+0x7d61 036115 lshift16 pdata ,pdata 
+0x7d62 036116 iadd regb ,regb 
+0x7d63 036117 rtn 
+:      036119 ui_timer_check:
+0x7d64 036120 bpatchx patch3e_4 ,mem_patch3e 
+0x7d65 036121 arg 0 ,rega 
+0x7d66 036122 fetcht 4 ,mem_ui_timer_last_btclk 
+0x7d67 036123 copy clkn_bt ,regb 
+0x7d68 036124 copy regb ,pdata 
+0x7d69 036125 isub temp ,null 
+0x7d6a 036126 ncall ui_timer_timeout ,positive 
+:      036128 ui_timer_check_loop:
+0x7d6b 036129 copy regb ,pdata 
+0x7d6c 036130 increase 160 ,temp 
+0x7d6d 036131 increase 160 ,temp 
+0x7d6e 036132 isub temp ,null 
+0x7d6f 036133 nbranch ui_timer_check_end ,positive 
+0x7d70 036134 increase 1 ,rega 
+0x7d71 036135 and rega ,0x0f ,pdata 
+0x7d72 036136 nbranch ui_timer_check_loop ,blank 
+0x7d73 036137 arg 0 ,rega 
+0x7d74 036138 call ui_timer_check_send_evt 
+:      036139 ui_timer_init:
+0x7d75 036140 copy clkn_bt ,pdata 
+0x7d76 036141 store 4 ,mem_ui_timer_last_btclk 
+0x7d77 036142 rtn 
+:      036143 ui_timer_check_end:
+0x7d78 036144 bpatchx patch3e_5 ,mem_patch3e 
+0x7d79 036145 copy rega ,pdata 
+0x7d7a 036146 rtn blank 
+0x7d7b 036147 increase -160 ,temp 
+0x7d7c 036148 increase -160 ,temp 
+0x7d7d 036149 set0 28 ,temp 
+0x7d7e 036150 storet 4 ,mem_ui_timer_last_btclk 
+:      036151 ui_timer_check_send_evt:
+0x7d7f 036152 branch app_evt_timer 
+:      036159 ui_ipc_get_lock:
+0x7d80 036160 jam 1 ,mem_ipc_lock_bt 
+:      036161 ui_ipc_get_lock_wait:
+0x7d81 036162 fetch 1 ,mem_ipc_lock_c51 
+0x7d82 036163 nbranch ui_ipc_get_lock_wait ,blank 
+0x7d83 036164 rtn 
+:      036166 ui_ipc_put_lock:
+0x7d84 036167 jam 0 ,mem_ipc_lock_bt 
+0x7d85 036168 rtn 
+:      036172 ui_ipc_send_event:
+0x7d86 036173 bpatchx patch3e_6 ,mem_patch3e 
+0x7d87 036174 call ui_ipc_get_lock 
+0x7d88 036175 copy rega ,pdata 
+0x7d89 036176 store 4 ,mem_ipc_rega_temp 
+0x7d8a 036177 arg mem_ipc_fifo_bt2c51 ,rega 
+0x7d8b 036178 call fifo_in 
+0x7d8c 036179 fetch 4 ,mem_ipc_rega_temp 
+0x7d8d 036180 copy pdata ,rega 
+0x7d8e 036181 branch ui_ipc_put_lock 
+:      036183 ui_ipc_send_cmd:
+0x7d8f 036184 bpatchx patch3e_7 ,mem_patch3e 
+0x7d90 036185 call ui_ipc_get_lock 
+0x7d91 036186 copy rega ,pdata 
+0x7d92 036187 store 4 ,mem_ipc_rega_temp 
+0x7d93 036188 arg mem_ipc_fifo_c512bt ,rega 
+0x7d94 036189 call fifo_in 
+0x7d95 036190 fetch 4 ,mem_ipc_rega_temp 
+0x7d96 036191 copy pdata ,rega 
+0x7d97 036192 branch ui_ipc_put_lock 
+:      036194 ui_ipc_clean_all_fifo:
+0x7d98 036195 setarg 0 
+0x7d99 036196 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x7d9a 036197 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x7d9b 036198 rtn 
+:      036200 check_51cmd:
+0x7d9c 036201 bpatchx patch3f_0 ,mem_patch3f 
+0x7d9d 036202 fetch 1 ,mem_hci_cmd 
+0x7d9e 036203 nrtn blank 
+0x7d9f 036204 arg mem_ipc_fifo_c512bt ,rega 
+0x7da0 036205 call fifo_is_empty 
+0x7da1 036206 rtn blank 
+0x7da2 036207 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x7da3 036208 call check_51cmd_once 
+0x7da4 036209 fetch 1 ,mem_ipc_skip_continue_proc 
+0x7da5 036210 branch check_51cmd ,blank 
+0x7da6 036211 rtn 
+:      036213 check_51cmd_once:
+0x7da7 036214 call ui_ipc_get_lock 
+0x7da8 036215 arg mem_ipc_fifo_c512bt ,rega 
+0x7da9 036216 call fifo_out 
+0x7daa 036217 copy pdata ,temp 
+0x7dab 036218 call ui_ipc_put_lock 
+0x7dac 036219 bpatchx patch3f_1 ,mem_patch3f 
+0x7dad 036220 copy temp ,pdata 
+0x7dae 036221 rtn blank 
+0x7daf 036222 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
+0x7db0 036223 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
+0x7db1 036224 beq bt_cmd_reconnect ,check_51cmd_reconnect 
+0x7db2 036225 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
+0x7db3 036226 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
+0x7db4 036227 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
+0x7db5 036228 beq bt_cmd_start_inquiry ,check_51cmd_inq 
+0x7db6 036229 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
+0x7db7 036230 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x7db8 036231 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x7db9 036232 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x7dba 036233 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x7dbb 036234 beq bt_cmd_led_off ,check_51cmd_led_off 
+0x7dbc 036235 beq bt_cmd_led_on ,check_51cmd_led_on 
+0x7dbd 036236 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+0x7dbe 036237 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x7dbf 036238 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x7dc0 036239 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x7dc1 036240 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x7dc2 036241 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x7dc3 036242 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
+0x7dc4 036244 store 1 ,mem_fifo_temp 
+0x7dc5 036245 bpatchx patch3f_2 ,mem_patch3f 
+0x7dc6 036246 call lmo_fifo_check 
+0x7dc7 036247 nbranch check_51cmd_restore ,blank 
+:      036248 check_51cmd_once_continue:
+0x7dc8 036249 fetch 1 ,mem_fifo_temp 
+0x7dc9 036250 bmark0 mark_context ,check_51cmd_check_idle 
+0x7dca 036251 beq bt_cmd_disconnect ,check_51cmd_disconnect 
+0x7dcb 036252 beq bt_cmd_enter_sniff ,cmd_in_sniff 
+0x7dcc 036253 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
+0x7dcd 036254 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
+0x7dce 036255 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x7dcf 036256 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+0x7dd0 036257 beq bt_cmd_role_switch ,check_51cmd_role_switch 
+0x7dd1 036258 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x7dd2 036259 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
+0x7dd3 036260 beq bt_cmd_dhkey_not_accept ,check_51cmd_dhkey_not_accept 
+0x7dd4 036261 beq bt_cmd_store_reconn_info ,check_51cmd_store_reconn_info 
+0x7dd5 036262 rtn 
+:      036264 check_51cmd_check_idle:
+0x7dd6 036265 store 1 ,mem_fifo_temp 
+0x7dd7 036266 call context_check_idle 
+0x7dd8 036267 branch check_51cmd_restore ,zero 
+0x7dd9 036268 call context_search_plap 
+0x7dda 036269 nrtn zero 
+:      036270 check_51cmd_restore:
+0x7ddb 036271 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x7ddc 036272 branch ui_ipc_send_cmd 
+:      036277 check_51cmd_start_discovery:
+0x7ddd 036278 fetch 2 ,mem_ui_state_map 
+0x7dde 036279 set1 ui_state_bt_discovery 
+0x7ddf 036280 store 2 ,mem_ui_state_map 
+0x7de0 036281 jam 3 ,mem_scan_mode 
+0x7de1 036282 rtn 
+:      036286 check_51cmd_stop_discovery:
+0x7de2 036287 jam 0 ,mem_hid_handshake_timer_count 
+0x7de3 036288 jam 0 ,mem_scan_mode 
+0x7de4 036289 fetch 2 ,mem_ui_state_map 
+0x7de5 036290 set0 ui_state_bt_discovery 
+0x7de6 036291 store 2 ,mem_ui_state_map 
+0x7de7 036292 rtn 
+:      036296 check_51cmd_reconnect:
+0x7de8 036297 jam hci_cmd_create_conn ,mem_hci_cmd 
+0x7de9 036298 rtn 
+:      036302 check_51cmd_disconnect:
+0x7dea 036303 jam lmp_detach ,mem_lmo_opcode2 
+0x7deb 036304 jam other_end_terminated ,mem_disconn_reason_send 
+0x7dec 036305 rtn 
+:      036309 check_51cmd_enter_sniff_subrating:
+0x7ded 036310 rtn 
+:      036314 check_51cmd_exit_sniff_subrating:
+0x7dee 036315 rtn 
+:      036319 check_51cmd_sniff_test:
+0x7def 036320 rtn 
+:      036324 check_51cmd_pincode:
+0x7df0 036325 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x7df1 036326 branch cmd_pair 
+:      036330 check_51cmd_inq:
+0x7df2 036331 rtn 
+:      036335 check_51cmd_stop_inq:
+0x7df3 036336 rtn 
+:      036340 check_51cmd_adv:
+0x7df4 036341 jam on ,mem_le_adv_enable 
+0x7df5 036342 jam adv_ind ,mem_le_adv_type 
+0x7df6 036343 fetch 2 ,mem_ui_state_map 
+0x7df7 036344 set1 ui_state_ble_adv ,pdata 
+0x7df8 036345 store 2 ,mem_ui_state_map 
+0x7df9 036346 rtn 
+:      036350 check_51cmd_stop_adv:
+0x7dfa 036351 fetch 2 ,mem_ui_state_map 
+0x7dfb 036352 set0 ui_state_ble_adv ,pdata 
+0x7dfc 036353 store 2 ,mem_ui_state_map 
+0x7dfd 036354 jam off ,mem_le_adv_enable 
+0x7dfe 036355 rtn 
+:      036359 check_51cmd_direct_adv:
+0x7dff 036360 jam on ,mem_le_adv_enable 
+0x7e00 036361 jam adv_direct_ind ,mem_le_adv_type 
+0x7e01 036362 fetch 2 ,mem_ui_state_map 
+0x7e02 036363 set1 ui_state_ble_adv ,pdata 
+0x7e03 036364 store 2 ,mem_ui_state_map 
+0x7e04 036365 rtn 
+:      036369 check_51cmd_stop_direct_adv:
+0x7e05 036370 fetch 2 ,mem_ui_state_map 
+0x7e06 036371 set0 ui_state_ble_adv ,pdata 
+0x7e07 036372 store 2 ,mem_ui_state_map 
+0x7e08 036373 jam off ,mem_le_adv_enable 
+0x7e09 036374 rtn 
+:      036378 check_51cmd_le_disconnect:
+0x7e0a 036379 setarg 20 
+0x7e0b 036380 store 2 ,mem_le_superto 
+0x7e0c 036381 store 2 ,mem_le_init_superto 
+0x7e0d 036382 branch le_send_terminate_ind_user_terminated 
+:      036386 check_51cmd_ble_update_connect_param:
+0x7e0e 036387 branch le_l2cap_tx_update_req 
+:      036391 check_51cmd_led_off:
+0x7e0f 036392 arg 0 ,rega 
+0x7e10 036393 branch ui_led_off_global 
+:      036397 check_51cmd_led_on:
+0x7e11 036398 arg 0 ,rega 
+0x7e12 036399 branch ui_led_on_global 
+:      036403 check_51cmd_led_start_blink:
+0x7e13 036404 arg 0 ,rega 
+0x7e14 036405 branch ui_led_blink_start_global 
+:      036409 check_51cmd_le_start_con:
+0x7e15 036410 jam on ,mem_le_scan_enable 
+0x7e16 036411 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x7e17 036414 rtn 
+:      036418 check_51cmd_start_scan:
+0x7e18 036419 jam on ,mem_le_scan_enable 
+0x7e19 036420 rtn 
+:      036424 check_51cmd_stop_scan:
+0x7e1a 036425 jam off ,mem_le_scan_enable 
+0x7e1b 036426 jam 0 ,mem_hci_cmd 
+0x7e1c 036427 rtn 
+:      036431 check_51cmd_hibernate:
+0x7e1d 036432 fetch 2 ,mem_cb_before_hibernate 
+0x7e1e 036433 call callback_func 
+0x7e1f 036434 fetch 1 ,mem_ui_button_gpio 
+0x7e20 036435 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x7e21 036436 copy pdata ,temp 
+0x7e22 036437 call gpio_config_input 
+:      036438 check_51cmd_hibernate_btn_disabled:
+0x7e23 036439 call ui_ipc_clean_all_fifo 
+0x7e24 036440 branch lpm_hibernate 
+:      036444 check_51cmd_le_smp_sec_req:
+0x7e25 036445 branch le_send_smp_security_request 
+:      036449 check_51cmd_role_switch:
+0x7e26 036450 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x7e27 036451 set1 mark_switch_initiated ,mark 
+0x7e28 036452 nrtn master 
+0x7e29 036453 jam switch_flag_init ,mem_switch_flag 
+0x7e2a 036454 jam lmp_switch_req ,mem_lmo_opcode2 
+0x7e2b 036455 fetch 1 ,mem_connection_options 
+0x7e2c 036456 set0 connection_switch ,pdata 
+0x7e2d 036457 store 1 ,mem_connection_options 
+0x7e2e 036458 rtn 
+:      036462 check_51cmd_bb_reconn_cancel:
+0x7e2f 036463 force page_length_timer ,queue 
+0x7e30 036464 branch timer_stop 
+:      036468 check_51cmd_dhkey_not_accept:
+0x7e31 036469 call tid_set_reply 
+0x7e32 036470 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x7e33 036471 branch parse_lmp_dhkey_check_reject 
+:      036474 ui_check_paring_button:
+0x7e34 036475 fetch 1 ,mem_ui_state_map 
+0x7e35 036476 rtnbit0 ui_state_btn_down 
+0x7e36 036477 rtnbit0 ui_state_bt_reconnect 
+0x7e37 036478 branch check_51cmd_bb_reconn_cancel 
+:      036483 queue_init:
+0x7e38 036484 fetch 2 ,mem_queue_ptr 
+0x7e39 036485 add pdata ,queue_offset_curr_num ,contw 
+0x7e3a 036486 setarg 0 
+0x7e3b 036487 istore 3 ,contw 
+0x7e3c 036488 rtn 
+:      036492 queue_push:
+0x7e3d 036493 call disable_user 
+0x7e3e 036494 call queue_full 
+0x7e3f 036495 rtn blank 
+0x7e40 036496 fetch 2 ,mem_queue_ptr 
+0x7e41 036497 add pdata ,queue_offset_curr_num ,regb 
+0x7e42 036498 ifetcht 1 ,regb 
+0x7e43 036499 increase 1 ,temp 
+0x7e44 036500 istoret 1 ,regb 
+0x7e45 036502 ifetcht 1 ,pdata 
+0x7e46 036503 copy temp ,loopcnt 
+0x7e47 036504 add pdata ,queue_offset_write_ptr ,regb 
+0x7e48 036505 ifetch 1 ,regb 
+0x7e49 036506 imul32 temp ,pdata 
+0x7e4a 036507 iadd contr ,contw 
+0x7e4b 036508 copy rega ,contr 
+:      036509 calc_queue_next_ptr:
+0x7e4c 036510 call memcpy 
+0x7e4d 036511 call queue_get_size 
+0x7e4e 036512 pincrease -1 
+0x7e4f 036513 ifetcht 1 ,regb 
+0x7e50 036514 increase 1 ,temp 
+0x7e51 036515 iand temp ,temp 
+0x7e52 036516 istoret 1 ,regb 
+0x7e53 036517 branch enable_user 
+:      036522 queue_pop:
+0x7e54 036523 call disable_user 
+0x7e55 036524 call queue_empty 
+0x7e56 036525 rtn blank 
+0x7e57 036526 fetch 2 ,mem_queue_ptr 
+0x7e58 036527 add pdata ,queue_offset_curr_num ,regb 
+0x7e59 036528 ifetcht 1 ,regb 
+0x7e5a 036529 increase -1 ,temp 
+0x7e5b 036530 istoret 1 ,regb 
+0x7e5c 036531 ifetcht 1 ,pdata 
+0x7e5d 036532 copy temp ,loopcnt 
+0x7e5e 036533 add pdata ,queue_offset_read_ptr ,regb 
+0x7e5f 036534 ifetch 1 ,regb 
+0x7e60 036535 imul32 temp ,pdata 
+0x7e61 036536 iadd contr ,contr 
+0x7e62 036537 increase 1 ,contr 
+0x7e63 036538 copy rega ,contw 
+0x7e64 036539 branch calc_queue_next_ptr 
+:      036543 queue_empty:
+0x7e65 036544 fetch 2 ,mem_queue_ptr 
+0x7e66 036545 add pdata ,queue_offset_curr_num ,contr 
+0x7e67 036546 ifetch 1 ,contr 
+0x7e68 036547 rtn 
+:      036550 queue_full:
+0x7e69 036551 call queue_get_size 
+0x7e6a 036552 ifetcht 1 ,contr 
+0x7e6b 036553 isub temp ,pdata 
+0x7e6c 036554 rtn 
+:      036557 queue_get_size:
+0x7e6d 036558 fetch 2 ,mem_queue_ptr 
+0x7e6e 036559 add pdata ,queue_offset_length ,contr 
+0x7e6f 036560 ifetch 1 ,contr 
+0x7e70 036561 rtn 
+:      036569 right_shift_n:
+0x7e71 036570 sub loopcnt ,0 ,null 
+0x7e72 036571 rtn zero 
+:      036572 right_shift_n_loop:
+0x7e73 036573 rshift pdata ,pdata 
+0x7e74 036574 loop right_shift_n_loop 
+0x7e75 036575 rtn 
+:      036578 left_shift_n:
+0x7e76 036579 force 1 ,pdata 
+0x7e77 036580 sub loopcnt ,0 ,null 
+0x7e78 036581 rtn zero 
+:      036582 left_shift_n_loop:
+0x7e79 036583 lshift pdata ,pdata 
+0x7e7a 036584 loop left_shift_n_loop 
+0x7e7b 036585 rtn 
+:      036586 push_stack:
+0x7e7c 036587 deposit contw 
+0x7e7d 036588 store 2 ,mem_contw 
+0x7e7e 036589 storet 8 ,mem_temp 
+0x7e7f 036590 deposit timeup 
+0x7e80 036591 store 4 ,mem_timeup 
+0x7e81 036592 call push_stack_rega_b_c 
+0x7e82 036593 deposit contr 
+0x7e83 036594 store 2 ,mem_contr 
+0x7e84 036595 rtn 
+:      036597 push_stack_rega_b_c:
+0x7e85 036598 deposit rega 
+0x7e86 036599 store 4 ,mem_rega 
+0x7e87 036600 deposit regb 
+0x7e88 036601 store 4 ,mem_regb 
+0x7e89 036602 deposit regc 
+0x7e8a 036603 store 3 ,mem_regc 
+0x7e8b 036604 rtn 
+:      036606 pop_stack:
+0x7e8c 036607 fetcht 8 ,mem_temp 
+0x7e8d 036608 fetch 4 ,mem_timeup 
+0x7e8e 036609 iforce timeup 
+0x7e8f 036610 call pop_stack_rega_b_c 
+0x7e90 036611 fetch 2 ,mem_contw 
+0x7e91 036612 iforce contw 
+0x7e92 036613 fetch 2 ,mem_contr 
+0x7e93 036614 iforce contr 
+0x7e94 036615 rtn 
+:      036617 pop_stack_rega_b_c:
+0x7e95 036618 fetch 4 ,mem_rega 
+0x7e96 036619 iforce rega 
+0x7e97 036620 fetch 4 ,mem_regb 
+0x7e98 036621 iforce regb 
+0x7e99 036622 fetch 3 ,mem_regc 
+0x7e9a 036623 iforce regc 
+0x7e9b 036624 rtn 
+:      036626 get_contw:
+0x7e9c 036627 fetch 2 ,mem_contw 
+0x7e9d 036628 copy pdata ,contw 
+0x7e9e 036629 rtn 
+:      036630 get_contr:
+0x7e9f 036631 fetch 2 ,mem_contr 
+0x7ea0 036632 copy pdata ,contr 
+0x7ea1 036633 rtn 
+:      036634 store_contw:
+0x7ea2 036635 copy contw ,pdata 
+0x7ea3 036636 store 2 ,mem_contw 
+0x7ea4 036637 rtn 
+:      036638 store_contr:
+0x7ea5 036639 copy contr ,pdata 
+0x7ea6 036640 store 2 ,mem_contr 
+0x7ea7 036641 rtn 
+:      036645 save_cont_pointers:
+0x7ea8 036646 copy contw ,pdata 
+0x7ea9 036647 store 2 ,mem_hold_contw 
+0x7eaa 036648 copy contr ,pdata 
+0x7eab 036649 store 2 ,mem_hold_contr 
+0x7eac 036650 rtn 
+:      036651 load_cont_pointers:
+0x7ead 036652 fetch 2 ,mem_hold_contw 
+0x7eae 036653 copy pdata ,contw 
+0x7eaf 036654 fetch 2 ,mem_hold_contr 
+0x7eb0 036655 copy pdata ,contr 
+0x7eb1 036656 rtn 
+:      036658 memcpy96:
+0x7eb2 036659 call memcpy32 
+:      036660 memcpy64:
+0x7eb3 036661 call memcpy32 
+0x7eb4 036662 branch memcpy32 
+:      036663 memcpy12:
+0x7eb5 036664 call memcpy8 
+:      036665 memcpy4:
+0x7eb6 036666 ifetch 4 ,contr 
+0x7eb7 036667 istore 4 ,contw 
+0x7eb8 036668 rtn 
+:      036669 memcpy8:
+0x7eb9 036670 ifetch 8 ,contr 
+0x7eba 036671 istore 8 ,contw 
+0x7ebb 036672 rtn 
+:      036674 memcpy48:
+0x7ebc 036675 call memcpy16 
+:      036676 memcpy32:
+0x7ebd 036677 call memcpy8 
+:      036678 memcpy24:
+0x7ebe 036679 call memcpy8 
+:      036680 memcpy16:
+0x7ebf 036681 call memcpy8 
+0x7ec0 036682 branch memcpy8 
+:      036686 delay_10ms:
+0x7ec1 036687 arg 10 ,loopcnt 
+:      036688 delay_ms_wait:
+0x7ec2 036689 nop 12000 
+0x7ec3 036690 loop delay_ms_wait 
+0x7ec4 036691 rtn 
+:      036693 bn_zero:
+0x7ec5 036694 force 3 ,loopcnt 
+:      036695 memset0:
+0x7ec6 036696 force 0 ,pdata 
+:      036697 memset8:
+0x7ec7 036698 istore 8 ,contw 
+0x7ec8 036699 loop memset8 
+0x7ec9 036700 rtn 
+:      036702 memset0_8:
+0x7eca 036703 force 0 ,pdata 
+0x7ecb 036704 istore 8 ,contw 
+0x7ecc 036705 rtn 
+:      036706 memset0_4:
+0x7ecd 036707 force 0 ,pdata 
+0x7ece 036708 istore 4 ,contw 
+0x7ecf 036709 rtn 
+:      036711 clear_mem_256:
+0x7ed0 036712 force 4 ,loopcnt 
+0x7ed1 036713 branch memset0 
+:      036714 clear_mem_512:
+0x7ed2 036715 force 8 ,loopcnt 
+0x7ed3 036716 branch memset0 
+:      036718 clear_mem:
+0x7ed4 036719 deposit loopcnt 
+0x7ed5 036720 rtn blank 
+0x7ed6 036721 setarg 0 
+:      036722 clear_mem_loop:
+0x7ed7 036723 istore 1 ,contw 
+0x7ed8 036724 loop clear_mem_loop 
+0x7ed9 036725 rtn 
+:      036728 clear_temp_block:
+0x7eda 036729 arg 32 ,loopcnt 
+0x7edb 036730 arg mem_temp_block0 ,contw 
+0x7edc 036731 branch clear_mem 
+:      036733 xor_loop:
+0x7edd 036734 ifetch 4 ,regc 
+0x7ede 036735 ifetcht 4 ,rega 
+0x7edf 036736 ixor temp ,pdata 
+0x7ee0 036737 istore 4 ,contw 
+0x7ee1 036738 increase 4 ,rega 
+0x7ee2 036739 increase 4 ,regc 
+0x7ee3 036740 loop xor_loop 
+0x7ee4 036741 rtn 
+:      036745 inverse_data:
+0x7ee5 036746 bpatchx patch3f_3 ,mem_patch3f 
+0x7ee6 036747 copy loopcnt ,pdata 
+0x7ee7 036748 sub pdata ,1 ,null 
+0x7ee8 036749 rtn positive 
+0x7ee9 036750 iadd rega ,regb 
+0x7eea 036751 increase -1 ,regb 
+0x7eeb 036752 rshift loopcnt ,loopcnt 
+:      036753 inverse_loop:
+0x7eec 036754 ifetcht 1 ,rega 
+0x7eed 036755 ifetch 1 ,regb 
+0x7eee 036756 istore 1 ,rega 
+0x7eef 036757 istoret 1 ,regb 
+0x7ef0 036758 increase -1 ,regb 
+0x7ef1 036759 increase 1 ,rega 
+0x7ef2 036760 loop inverse_loop 
+0x7ef3 036761 rtn 
+:      036764 memcpy_fast:
+0x7ef4 036765 deposit loopcnt 
+0x7ef5 036766 rtn blank 
+:      036767 memcpy_fast_loop:
+0x7ef6 036768 increase -8 ,loopcnt 
+0x7ef7 036769 call memcpy8 ,positive 
+0x7ef8 036770 rtn zero 
+0x7ef9 036771 branch memcpy_fast_loop ,positive 
+0x7efa 036772 increase 8 ,loopcnt 
+:      036773 memcpy_fast_loop_four:
+0x7efb 036774 increase -4 ,loopcnt 
+0x7efc 036775 call memcpy4 ,positive 
+0x7efd 036776 rtn zero 
+0x7efe 036777 branch memcpy_fast_loop_four ,positive 
+0x7eff 036778 increase 4 ,loopcnt 
+0x7f00 036779 branch memcpy 
+:      036781 memcpy:
+0x7f01 036782 deposit loopcnt 
+0x7f02 036783 rtn blank 
+:      036784 memcpy_loop:
+0x7f03 036785 ifetch 1 ,contr 
+0x7f04 036786 istore 1 ,contw 
+0x7f05 036787 loop memcpy_loop 
+0x7f06 036788 rtn 
+:      036790 timer_stop:
+0x7f07 036791 setarg 0 
+:      036792 timer_init:
+0x7f08 036793 rshift clkn_bt ,temp 
+0x7f09 036794 storet 4 ,mem_last_clkn 
+0x7f0a 036795 arg mem_timers ,contw 
+0x7f0b 036796 iforce temp 
+0x7f0c 036797 lshift queue ,pdata 
+0x7f0d 036798 iadd contw ,contw 
+0x7f0e 036799 istoret 2 ,contw 
+0x7f0f 036800 bpatchx patch3f_4 ,mem_patch3f 
+0x7f10 036801 rtn 
+:      036803 timer_check_timeout:
+0x7f11 036804 arg 0x800 ,timeup 
+0x7f12 036805 lshift16 timeup ,timeup 
+0x7f13 036806 iadd timeup ,pdata 
+0x7f14 036807 rtn 
+:      036810 timer_reinit:
+0x7f15 036811 arg 0 ,queue 
+:      036812 timer_check:
+0x7f16 036813 bpatchx patch3f_5 ,mem_patch3f 
+0x7f17 036814 fetcht 4 ,mem_last_clkn 
+0x7f18 036815 rshift clkn_bt ,pdata 
+0x7f19 036816 store 4 ,mem_last_clkn 
+0x7f1a 036817 isub temp ,null 
+0x7f1b 036818 ncall timer_check_timeout ,positive 
+0x7f1c 036819 isub temp ,timeup 
+0x7f1d 036820 copy timeup ,temp 
+0x7f1e 036821 arg mem_timers ,contr 
+0x7f1f 036822 copy contr ,contw 
+0x7f20 036823 arg 16 ,loopcnt 
+:      036824 timer_loop:
+0x7f21 036825 ifetch 2 ,contr 
+0x7f22 036826 isub temp ,pdata 
+0x7f23 036827 branch timer_counting ,positive 
+0x7f24 036828 force 0 ,pdata 
+:      036829 timer_counting:
+0x7f25 036830 istore 2 ,contw 
+0x7f26 036831 loop timer_loop 
+0x7f27 036832 arg mem_timers ,contr 
+0x7f28 036833 lshift queue ,pdata 
+0x7f29 036834 iadd contr ,contr 
+0x7f2a 036835 ifetch 2 ,contr 
+0x7f2b 036836 rtn 
+:      036841 clk_add:
+0x7f2c 036842 iadd temp ,temp 
+0x7f2d 036843 copy temp ,loopcnt 
+0x7f2e 036844 setarg 3750 
+0x7f2f 036845 isub loopcnt ,pdata 
+0x7f30 036846 rtn positive 
+0x7f31 036847 sub pdata ,0 ,pdata 
+0x7f32 036848 rshift16 temp ,temp 
+0x7f33 036849 increase 1 ,temp 
+0x7f34 036850 lshift16 temp ,temp 
+0x7f35 036851 ior temp ,temp 
+0x7f36 036852 rtn 
+:      036854 clk_diff_rt:
+0x7f37 036855 call clk_diff 
+0x7f38 036856 branch clk2rt 
+:      036859 clk_diff:
+0x7f39 036860 disable user 
+0x7f3a 036861 isub temp ,pdata 
+0x7f3b 036862 branch clk_diff_pos ,positive 
+0x7f3c 036863 enable user 
+0x7f3d 036864 sub pdata ,0 ,pdata 
+:      036865 clk_diff_pos:
+0x7f3e 036866 rtnbit0 15 
+0x7f3f 036867 arg -61786 ,temp 
+0x7f40 036868 iadd temp ,pdata 
+0x7f41 036869 set0 64 ,pdata 
+0x7f42 036870 rtn 
+:      036872 clk2rt:
+0x7f43 036873 iforce contr 
+0x7f44 036874 rshift16 pdata ,pdata 
+0x7f45 036875 arg 3750 ,temp 
+0x7f46 036876 imul32 temp ,pdata 
+0x7f47 036877 iadd contr ,pdata 
+0x7f48 036878 rtn 
+:      036881 clk2lpo:
+0x7f49 036882 lshift8 pdata ,pdata 
+0x7f4a 036883 lshift4 pdata ,pdata 
+0x7f4b 036884 fetcht 3 ,mem_clks_per_lpo 
+0x7f4c 036885 idiv temp 
+0x7f4d 036886 call wait_div_end 
+0x7f4e 036887 quotient temp 
+0x7f4f 036888 rtn 
+:      036891 clk2bt:
+0x7f50 036892 arg 3750 ,temp 
+0x7f51 036893 idiv temp 
+0x7f52 036894 call wait_div_end 
+0x7f53 036895 quotient pdata 
+0x7f54 036896 lshift16 pdata ,pdata 
+0x7f55 036897 remainder temp 
+0x7f56 036898 ior temp ,temp 
+0x7f57 036899 rtn 
+:      036906 string2dec_from_uart:
+0x7f58 036907 arg 0 ,temp 
+:      036908 string2dec_from_uart_done:
+0x7f59 036909 copy temp ,regc 
+0x7f5a 036910 ifetch 1 ,contru 
+0x7f5b 036911 call uchar2dialog 
+0x7f5c 036912 copy regc ,temp 
+0x7f5d 036913 call swap 
+0x7f5e 036914 arg 10 ,regb 
+0x7f5f 036915 imul32 regb ,pdata 
+0x7f60 036916 iadd temp ,pdata 
+0x7f61 036917 copy pdata ,temp 
+0x7f62 036918 loop string2dec_from_uart_done 
+0x7f63 036919 rtn 
+:      036923 uchar2dialog:
+0x7f64 036924 arg 0x3a ,temp 
+0x7f65 036925 isub temp ,null 
+0x7f66 036926 nbranch uchar2dialog_number ,positive 
+0x7f67 036927 arg 0x61 ,temp 
+0x7f68 036928 isub temp ,null 
+0x7f69 036929 branch uchar2dialog_a2f ,positive 
+0x7f6a 036930 arg 0x37 ,temp 
+0x7f6b 036931 isub temp ,pdata 
+0x7f6c 036932 rtn 
+:      036933 uchar2dialog_number:
+0x7f6d 036934 arg 0x30 ,temp 
+0x7f6e 036935 isub temp ,pdata 
+0x7f6f 036936 rtn 
+:      036937 uchar2dialog_a2f:
+0x7f70 036938 arg 0x57 ,temp 
+0x7f71 036939 isub temp ,pdata 
+0x7f72 036940 rtn 
+:      036942 pn9:
+0x7f73 036943 copy temp ,alarm 
+0x7f74 036944 setarg 0x1ff 
+0x7f75 036945 force 0 ,regb 
+:      036946 pn9_loop:
+0x7f76 036947 rshift3 pdata ,rega 
+0x7f77 036948 rshift rega ,rega 
+0x7f78 036949 ixor rega ,rega 
+0x7f79 036950 isolate1 0 ,rega 
+0x7f7a 036951 setflag true ,9 ,pdata 
+0x7f7b 036952 rshift temp ,temp 
+0x7f7c 036953 isolate1 0 ,pdata 
+0x7f7d 036954 setflag true ,7 ,temp 
+0x7f7e 036955 rshift pdata ,pdata 
+0x7f7f 036956 increase 1 ,regb 
+0x7f80 036957 compare 0 ,regb ,0x7 
+0x7f81 036958 nbranch pn9_loop ,true 
+0x7f82 036959 istoret 1 ,contw 
+0x7f83 036960 loop pn9_loop 
+0x7f84 036961 copy alarm ,temp 
+0x7f85 036962 rtn 
+:      036965 wait_div_end:
+0x7f86 036966 rtn modone 
+0x7f87 036967 branch wait_div_end 
+:      036977 compare_loop:
+:      036978 string_compare:
+0x7f88 036979 ifetch 1 ,rega 
+0x7f89 036980 ifetcht 1 ,regb 
+0x7f8a 036981 isub temp ,null 
+0x7f8b 036982 nrtn zero 
+0x7f8c 036983 increase 1 ,rega 
+0x7f8d 036984 increase 1 ,regb 
+0x7f8e 036985 loop string_compare 
+0x7f8f 036986 force 0 ,null 
+0x7f90 036987 rtn 
+:      036990 ceiling:
+0x7f91 036991 isub temp ,null 
+0x7f92 036992 nrtn positive 
+0x7f93 036993 deposit temp 
+0x7f94 036994 rtn 
+:      036996 swap:
+0x7f95 036997 iadd temp ,pdata 
+0x7f96 036998 isub temp ,temp 
+0x7f97 036999 isub temp ,pdata 
+0x7f98 037000 rtn 
+:      037002 clean_mem:
+0x7f99 037003 arg 0x200 ,loopcnt 
+0x7f9a 037004 arg 0x4000 ,contw 
+0x7f9b 037005 branch memset0 
+:      037008 callback_func:
+0x7f9c 037009 rtn blank 
+0x7f9d 037010 copy pdata ,pc 
+:      037013 wait_uarttx:
+0x7f9e 037014 hfetch 2 ,core_uart_txitems 
+0x7f9f 037015 nbranch wait_uarttx ,blank 
+0x7fa0 037016 rtn 
+:      037018 ice_break:
+0x7fa1 037019 jam 0x1 ,core_ice_ctrl 
+0x7fa2 037020 rtn 
+:      037022 ice_setbp:
+0x7fa3 037023 hstore 2 ,core_ice_break0 
+0x7fa4 037024 hfetch 1 ,core_ice_ctrl 
+0x7fa5 037025 set1 4 ,pdata 
+0x7fa6 037026 hstore 1 ,core_ice_ctrl 
+0x7fa7 037027 rtn 
+:      037028 ice_setbp2:
+0x7fa8 037029 hstore 2 ,core_ice_break1 
+0x7fa9 037030 hfetch 1 ,core_ice_ctrl 
+0x7faa 037031 set1 6 ,pdata 
+0x7fab 037032 hstore 1 ,core_ice_ctrl 
+0x7fac 037033 rtn 
+:      037035 ice_set_write_bp:
+0x7fad 037036 hstore 2 ,core_ice_break0 
+0x7fae 037037 jam 0x30 ,core_ice_ctrl 
+0x7faf 037038 rtn 
+:      037042 test_enable_white:
+0x7fb0 037043 hfetch 1 ,core_config 
+0x7fb1 037044 set0 whiteoff_bit ,pdata 
+0x7fb2 037045 hstore 1 ,core_config 
+0x7fb3 037046 rtn 
+:      037048 check_uart_tx_buff:
+0x7fb4 037049 hfetch 2 ,core_uart_txitems 
+0x7fb5 037050 arg uart_air_control_threshold ,temp 
+:      037051 pdata_sub_temp:
+0x7fb6 037052 isub temp ,null 
+0x7fb7 037053 rtn 
+:      037059 fifo_in:
+0x7fb8 037060 bpatchx patch3f_6 ,mem_patch3f 
+0x7fb9 037061 ifetcht util_fifo_len ,rega 
+0x7fba 037062 and temp ,0xff ,pdata 
+0x7fbb 037063 nbranch fifo_in_push ,blank 
+0x7fbc 037064 rshift8 temp ,pdata 
+0x7fbd 037065 istore util_fifo_len ,rega 
+:      037066 fifo_in_push:
+0x7fbe 037067 increase util_fifo_len + util_fifo_offset ,rega 
+0x7fbf 037068 ifetch 1 ,rega 
+0x7fc0 037069 nbranch assert ,blank 
+0x7fc1 037070 fetch 1 ,mem_fifo_temp 
+0x7fc2 037071 istore 1 ,rega 
+0x7fc3 037072 rtn 
+:      037077 fifo_out:
+0x7fc4 037078 bpatchx patch3f_7 ,mem_patch3f 
+0x7fc5 037079 arg util_fifo_len ,loopcnt 
+0x7fc6 037080 ifetch util_fifo_len ,rega 
+0x7fc7 037081 rtn blank 
+:      037082 fifo_out_loop:
+0x7fc8 037083 ifetch 1 ,rega 
+0x7fc9 037084 nbranch fifo_out_end ,blank 
+0x7fca 037085 increase 1 ,rega 
+0x7fcb 037086 loop fifo_out_loop 
+0x7fcc 037087 branch assert 
+:      037088 fifo_out_end:
+0x7fcd 037089 arg 0 ,temp 
+0x7fce 037090 istoret 1 ,rega 
+0x7fcf 037091 rtn 
+:      037096 fifo_is_empty:
+0x7fd0 037097 ifetch util_fifo_len ,rega 
+0x7fd1 037098 rtn 
+:      037103 fifo_is_full:
+0x7fd2 037104 ifetch 1 ,rega 
+0x7fd3 037105 rtn 
+:      037108 fifo_is_near_full:
+0x7fd4 037109 ifetch 2 ,rega 
+0x7fd5 037110 rtn 
+:      037114 fifo_content_count:
+0x7fd6 037115 arg 0 ,temp 
+:      037116 fifo_content_count_loop:
+0x7fd7 037117 fetch 1 ,contr 
+0x7fd8 037118 loop fifo_content_count_loop ,blank 
+0x7fd9 037119 increase 1 ,temp 
+0x7fda 037120 loop fifo_content_count_loop 
+0x7fdb 037121 copy temp ,pdata 
+0x7fdc 037122 rtn 
+:      037124 not_greater_than:
+0x7fdd 037125 isub temp ,null 
+0x7fde 037126 nrtn positive 
+0x7fdf 037127 copy temp ,pdata 
+0x7fe0 037128 rtn 
+:      037131 disable_positive:
+0x7fe1 037132 force -1 ,null 
+0x7fe2 037133 rtn 
+:      037134 enable_positive:
+:      037135 disable_zero:
+0x7fe3 037136 force 1 ,null 
+0x7fe4 037137 rtn 
+:      037138 enable_zero:
+0x7fe5 037139 force 0 ,null 
+0x7fe6 037140 rtn 
+:      037142 enable_user:
+0x7fe7 037143 enable user 
+0x7fe8 037144 rtn 
+:      037146 disable_user:
+0x7fe9 037147 disable user 
+0x7fea 037148 rtn 
+:      037150 enable_user2:
+0x7feb 037151 enable user2 
+0x7fec 037152 rtn 
+:      037154 disable_user2:
+0x7fed 037155 disable user2 
+0x7fee 037156 rtn 
+:      037158 disable_blank:
+0x7fef 037159 setarg 1 
+0x7ff0 037160 rtn 
+:      037162 enable_blank:
+0x7ff1 037163 setarg 0 
+0x7ff2 037164 rtn 
+:      037167 reverse_byte:
+0x7ff3 037168 copy loopcnt ,pdata 
+0x7ff4 037169 rtn blank 
+0x7ff5 037170 copy contr ,pdata 
+0x7ff6 037171 iadd loopcnt ,pdata 
+0x7ff7 037172 increase -1 ,pdata 
+0x7ff8 037173 copy pdata ,contr 
+:      037174 reverse_loop:
+0x7ff9 037175 ifetch 1 ,contr 
+0x7ffa 037176 increase -2 ,contr 
+0x7ffb 037177 istore 1 ,contw 
+0x7ffc 037178 loop reverse_loop 
+0x7ffd 037179 rtn 
               org 0x10001
-:      037123 z_entrance0:
-0x10001 037124 beq zcode_00 ,z_page_wait_fhs_reply_ok
-0x10002 037125 rtn
-:      037127 z_page_wait_fhs_reply_ok:
-0x10003 037128 fetch 1 ,mem_page_rcv_fhs
-0x10004 037129 increase 1 ,pdata
-0x10005 037130 store 1 ,mem_page_rcv_fhs
-0x10006 037131 call prepare_newconn
-:      037132 z_master_newconn_loop:
-0x10007 037133 set1 mark_first_packet ,mark
-0x10008 037134 call master_newconn_once
-0x10009 037135 branch z_newconn_poll_responded ,sync
-0x1000a 037136 set0 mark_first_packet ,mark
-0x1000b 037137 call new_conn_timeout
-0x1000c 037138 nbranch z_master_newconn_loop ,blank
-0x1000d 037139 branch page_restart
-:      037140 z_newconn_poll_responded:
-0x1000e 037141 set0 mark_first_packet ,mark
-0x1000f 037142 branch newconn_poll_responded
+:      037184 z_entrance0:
+0x10001 037185 beq zcode_01 ,z_mouse_bb_disconnected
+0x10002 037186 beq zcode_00 ,z_page_wait_fhs_reply_ok
+0x10003 037187 beq zcode_02 ,z_hid_rx_process
+0x10004 037188 rtn
+:      037190 z_mouse_bb_disconnected:
+0x10005 037191 jam 0 ,mem_mouse_enter_sniff_count
+0x10006 037192 jam 0x0e ,mem_sniff_param_interval
+0x10007 037193 call mouse_bb_discon_clear_stack
+0x10008 037194 fetch app_disc_rsn_size ,mem_app_disconn_reason
+0x10009 037195 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn
+0x1000a 037196 bbit1 app_disc_by_button ,app_disconn_reason_clear
+0x1000b 037197 bbit1 app_disc_after_pairing ,z_mouse_event_light_state_pairing
+0x1000c 037198 bbit1 app_disc_after_reconn ,z_mouse_event_light_state_hibernate
+0x1000d 037199 bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
+0x1000e 037200 branch mouse_start_discovery
+:      037202 z_mouse_event_light_state_pairing:
+0x1000f 037203 bbit1 app_disc_after_handshake ,z_mouse_event_light_state_hibernate
+0x10010 037204 bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
+0x10011 037205 branch mouse_start_discovery
+:      037206 z_mouse_event_light_state_hibernate:
+0x10012 037207 fetch 2 ,mem_ui_state_map
+0x10013 037208 bbit1 ui_state_btn_down ,mouse_start_discovery
+0x10014 037209 call app_disconn_reason_clear
+0x10015 037210 call p_mouse_check_key_gpio
+0x10016 037211 beq mouse_lmr_button ,z_mouse_null_enter_hibernate_enable
+0x10017 037212 fetch 1 ,mem_mouse_dpi_button_state
+0x10018 037213 branch z_mouse_null_enter_hibernate_enable ,blank
+0x10019 037214 branch app_bb_hibernate
+:      037216 z_mouse_null_enter_hibernate_enable:
+0x1001a 037217 jam 1 ,mem_mouse_null_enter_hibernate_flag
+0x1001b 037218 jam 40 ,mem_mouse_null_enter_hibernate_timer
+0x1001c 037219 rtn
+:      037221 z_page_wait_fhs_reply_ok:
+0x1001d 037222 fetch 1 ,mem_page_rcv_fhs
+0x1001e 037223 increase 1 ,pdata
+0x1001f 037224 store 1 ,mem_page_rcv_fhs
+0x10020 037225 call prepare_newconn
+:      037226 z_master_newconn_loop:
+0x10021 037227 set1 mark_first_packet ,mark
+0x10022 037228 call master_newconn_once
+0x10023 037229 branch z_newconn_poll_responded ,sync
+0x10024 037230 set0 mark_first_packet ,mark
+0x10025 037231 call new_conn_timeout
+0x10026 037232 nbranch z_master_newconn_loop ,blank
+0x10027 037233 branch page_restart
+:      037234 z_newconn_poll_responded:
+0x10028 037235 set0 mark_first_packet ,mark
+0x10029 037236 branch newconn_poll_responded
+:      037238 z_hid_rx_process:
+0x1002a 037239 fetch 2 ,mem_l2cap_payload_ptr
+0x1002b 037240 copy pdata ,contr
+0x1002c 037241 ifetch 1 ,contr
+0x1002d 037242 store 1 ,mem_l2cap_rcv
+0x1002e 037243 and pdata ,0x0f ,temp
+0x1002f 037244 rshift4 pdata ,pdata
+0x10030 037245 beq hid_type_set_protocol ,z_hid_rx_set_protocol
+0x10031 037246 beq hid_type_control ,z_hid_rx_process_hid_control
+0x10032 037247 branch hid_rx_process + 6
+:      037248 z_hid_rx_set_protocol:
+0x10033 037249 call hid_rx_process_handshake
+0x10034 037250 jam 0 ,mem_mouse_bt_boot_mode
+0x10035 037251 fetch 1 ,mem_l2cap_rcv
+0x10036 037252 isolate1 0 ,pdata
+0x10037 037253 rtn true
+0x10038 037254 jam 1 ,mem_mouse_bt_boot_mode
+0x10039 037255 rtn
+:      037257 z_hid_rx_process_hid_control:
+0x1003a 037258 copy temp ,pdata
+0x1003b 037259 beq hid_control_p_virtualcableunplug ,p_mouse_irtual_cable_unplug
+0x1003c 037260 branch hid_rx_process_hid_control + 2
               org 0x20001
-:      037149 z_entrance1:
-0x20001 037150 beq zcode_10 ,z_mouse_bb_disconnected
-0x20002 037151 beq zcode_11 ,z_hid_rx_process
-0x20003 037152 rtn
-:      037154 z_mouse_bb_disconnected:
-0x20004 037155 jam 0 ,mem_mouse_enter_sniff_count
-0x20005 037156 jam 0x0e ,mem_sniff_param_interval
-0x20006 037157 call mouse_bb_discon_clear_stack
-0x20007 037158 fetch app_disc_rsn_size ,mem_app_disconn_reason
-0x20008 037159 bbit1 app_disc_ble ,z_mouse4_0_event_bb_disconn
-0x20009 037160 bbit1 app_disc_by_button ,app_disconn_reason_clear
-0x2000a 037161 bbit1 app_disc_after_pairing ,z_mouse_event_light_state_pairing
-0x2000b 037162 bbit1 app_disc_after_reconn ,z_mouse_event_light_state_hibernate
-0x2000c 037163 bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
-0x2000d 037164 branch mouse_start_discovery
-:      037166 z_mouse4_0_event_bb_disconn:
-0x2000e 037167 call mouse_le_clean_connect_flag
-0x2000f 037168 fetch app_disc_rsn_size ,mem_app_disconn_reason
-0x20010 037170 branch mouse4_0_event_bb_disconn + 2
-:      037172 z_mouse_event_light_state_pairing:
-0x20011 037173 bbit1 app_disc_after_handshake ,z_mouse_event_light_state_hibernate
-0x20012 037174 bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
-0x20013 037175 branch mouse_start_discovery
-:      037176 z_mouse_event_light_state_hibernate:
-0x20014 037177 fetch 2 ,mem_ui_state_map
-0x20015 037178 bbit1 ui_state_btn_down ,mouse_start_discovery
-0x20016 037179 call app_disconn_reason_clear
-0x20017 037180 call p_mouse_check_key_gpio
-0x20018 037181 beq mouse_lm_button ,p_mouse_null_enter_hibernate_enable
-0x20019 037182 branch app_bb_hibernate
-:      037185 z_hid_rx_process:
-0x2001a 037186 fetch 2 ,mem_l2cap_payload_ptr
-0x2001b 037187 copy pdata ,contr
-0x2001c 037188 ifetch 1 ,contr
-0x2001d 037189 store 1 ,mem_l2cap_rcv
-0x2001e 037190 and pdata ,0x0f ,temp
-0x2001f 037191 rshift4 pdata ,pdata
-0x20020 037192 beq hid_type_set_protocol ,z_hid_rx_set_protocol
-0x20021 037193 beq hid_type_control ,z_hid_rx_process_hid_control
-0x20022 037194 branch hid_rx_process + 6
-:      037195 z_hid_rx_set_protocol:
-0x20023 037196 call hid_rx_process_handshake
-0x20024 037197 jam 0 ,mem_mouse_bt_boot_mode
-0x20025 037198 fetch 1 ,mem_l2cap_rcv
-0x20026 037199 isolate1 0 ,pdata
-0x20027 037200 rtn true
-0x20028 037201 jam 1 ,mem_mouse_bt_boot_mode
-0x20029 037202 rtn
-:      037204 z_hid_rx_process_hid_control:
-0x2002a 037205 copy temp ,pdata
-0x2002b 037206 beq hid_control_p_virtualcableunplug ,p_mouse_irtual_cable_unplug
-0x2002c 037207 branch hid_rx_process_hid_control + 2
+:      037264 z_entrance1:
+0x20001 037265 beq zcode_10 ,z_send_lmp_escape
+0x20002 037266 beq zcode_11 ,z_send_lmp_accepted
+0x20003 037267 beq zcode_12 ,z_mouse4_0_check_reconn_target
+0x20004 037268 rtn
+:      037270 z_mouse4_0_check_reconn_target:
+0x20005 037271 jam 1 ,mem_le_send_security_request_flag
+0x20006 037272 jam 1 ,mem_mouse_le_reconnect_flag
+0x20007 037273 fetch 2 ,mem_mouse_direct_timeout
+0x20008 037274 store 2 ,mem_mouse_direct_timer
+0x20009 037275 call p_mouse_store_eeprom_enable
+0x2000a 037276 call app_lpm_mult_disable
+0x2000b 037277 arg mem_le_scan_data ,contr
+0x2000c 037278 call p_le_adv_data_update
+0x2000d 037279 branch check_51cmd_adv
+:      037281 z_send_lmp_escape:
+0x2000e 037282 fetch 1 ,mem_lmp_to_send
+0x2000f 037283 beq lmp_ext_features_res ,z_send_lmpext_features_res
+0x20010 037284 beq lmp_ext_features_req ,z_send_lmpext_features_req
+0x20011 037285 branch send_lmp_escape
+:      037286 z_send_lmpext_features_res:
+0x20012 037287 call z_check_ssp_enable
+0x20013 037288 fetch 1 ,mem_lmp_to_send
+0x20014 037289 branch send_lmpext_features_res
+:      037290 z_send_lmpext_features_req:
+0x20015 037291 call z_check_ssp_enable
+0x20016 037292 fetch 1 ,mem_lmp_to_send
+0x20017 037293 branch send_lmpext_features_req
+:      037294 z_check_ssp_enable:
+0x20018 037295 fetch 1 ,mem_ssp_enable
+0x20019 037296 branch ssp_disable ,blank
+0x2001a 037297 branch ssp_enable
+:      037299 z_send_lmp_accepted:
+0x2001b 037300 force 2 ,pdata
+0x2001c 037301 call msg_send_lmp
+0x2001d 037302 fetch 1 ,mem_lmi_opcode
+0x2001e 037303 istore 1 ,contw
+0x2001f 037304 store 1 ,mem_lmi_opcode_temp
+0x20020 037305 call send_lmp_follow
+0x20021 037306 fetch 1 ,mem_lmi_opcode_temp
+0x20022 037307 beq lmp_max_slot_req ,z_send_lmp_accepted_max_slot_req
+0x20023 037308 branch send_lmp_accepted + 7
+:      037310 z_send_lmp_accepted_max_slot_req:
+0x20024 037311 fetch 1 ,mem_bt_rcvd_switch_req_accept
+0x20025 037312 rtn blank
+0x20026 037313 jam 0 ,mem_bt_rcvd_switch_req_accept
+0x20027 037314 fetch 1 ,mem_bt_send_lmp_setup_complete
+0x20028 037315 rtnne 2
+0x20029 037316 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
+0x2002a 037317 copy clkn_bt ,pdata
+0x2002b 037318 store 4 ,mem_aurand_send_delay_time
+0x2002c 037319 rtn
               org 0x30001
-:      037211 z_entrance2:
-0x30001 037212 beq zcode_20 ,z_send_lmp_escape
-0x30002 037213 beq zcode_21 ,z_send_lmp_accepted
-0x30003 037214 beq zcode_22 ,z_mouse4_0_check_reconn_target
-0x30004 037215 rtn
-:      037217 z_mouse4_0_check_reconn_target:
-0x30005 037218 jam 1 ,mem_le_send_security_request_flag
-0x30006 037219 jam 1 ,mem_mouse_le_reconnect_flag
-0x30007 037220 fetch 2 ,mem_mouse_direct_timeout
-0x30008 037221 fetcht 1 ,mem_mouse_fast_conn_flag
-0x30009 037222 sub temp ,0xff ,null
-0x3000a 037223 nbranch z_mouse4_0_check_reconn_target_next ,zero
-0x3000b 037224 setarg 0x0258
-:      037225 z_mouse4_0_check_reconn_target_next:
-0x3000c 037226 store 2 ,mem_mouse_direct_timer
-0x3000d 037227 call app_lpm_mult_disable
-0x3000e 037228 call p_le_check_adv_flag
-0x3000f 037229 setarg adv_flag_bredr_not_supported
-0x30010 037230 istore 1 ,contr
-0x30011 037232 arg mem_le_scan_data ,contr
-0x30012 037233 call p_le_adv_data_update
-0x30013 037235 branch check_51cmd_adv
-:      037237 z_send_lmp_escape:
-0x30014 037238 fetch 1 ,mem_lmp_to_send
-0x30015 037239 beq lmp_ext_features_res ,z_send_lmpext_features_res
-0x30016 037240 beq lmp_ext_features_req ,z_send_lmpext_features_req
-0x30017 037241 branch send_lmp_escape
-:      037242 z_send_lmpext_features_res:
-0x30018 037243 call z_check_ssp_enable
-0x30019 037244 fetch 1 ,mem_lmp_to_send
-0x3001a 037245 branch send_lmpext_features_res
-:      037246 z_send_lmpext_features_req:
-0x3001b 037247 call z_check_ssp_enable
-0x3001c 037248 fetch 1 ,mem_lmp_to_send
-0x3001d 037249 branch send_lmpext_features_req
-:      037250 z_check_ssp_enable:
-0x3001e 037251 fetch 1 ,mem_ssp_enable
-0x3001f 037252 branch ssp_disable ,blank
-0x30020 037253 branch ssp_enable
-:      037255 z_send_lmp_accepted:
-0x30021 037256 force 2 ,pdata
-0x30022 037257 call msg_send_lmp
-0x30023 037258 fetch 1 ,mem_lmi_opcode
-0x30024 037259 istore 1 ,contw
-0x30025 037260 store 1 ,mem_lmi_opcode_temp
-0x30026 037261 call send_lmp_follow
-0x30027 037262 fetch 1 ,mem_lmi_opcode_temp
-0x30028 037263 beq lmp_max_slot_req ,z_send_lmp_accepted_max_slot_req
-0x30029 037264 branch send_lmp_accepted + 7
-:      037266 z_send_lmp_accepted_max_slot_req:
-0x3002a 037267 fetch 1 ,mem_bt_rcvd_switch_req_accept
-0x3002b 037268 rtn blank
-0x3002c 037269 jam 0 ,mem_bt_rcvd_switch_req_accept
-0x3002d 037270 fetch 1 ,mem_bt_send_lmp_setup_complete
-0x3002e 037271 rtnne 2
-0x3002f 037272 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
-0x30030 037273 copy clkn_bt ,pdata
-0x30031 037274 store 4 ,mem_aurand_send_delay_time
-0x30032 037275 rtn
+:      037323 z_entrance2:
+0x30001 037324 beq zcode_20 ,z_le_update_param
+0x30002 037325 beq zcode_21 ,z_le_update_channel_map
+0x30003 037326 beq zcode_22 ,z_le_mouse_bb_event_connect_complete
+0x30004 037327 beq zcode_23 ,z_quit_connection_cont
+0x30005 037328 rtn
+:      037330 z_le_update_param:
+0x30006 037331 call z_mouse_le_conn_param_check
+0x30007 037332 branch le_update_param + 8
+:      037333 z_mouse_le_lpm_mult_reinit:
+0x30008 037334 fetch 1 ,mem_lpm_mult_init
+0x30009 037335 store 1 ,mem_lpm_mult
+:      037336 z_mouse_le_conn_param_lpm_enable:
+0x3000a 037337 jam le_lpm_enable ,mem_mouse_le_conn_param_reject
+0x3000b 037338 rtn
+:      037339 z_mouse_le_conn_param_lpm_disable:
+0x3000c 037340 jam le_lpm_disable ,mem_mouse_le_conn_param_reject
+0x3000d 037341 rtn
+:      037342 z_mouse_le_conn_param_check:
+0x3000e 037343 fetch 1 ,mem_le_new_conninterval
+0x3000f 037344 sub pdata ,le_interval_15ms ,null
+0x30010 037345 nbranch z_mouse_le_conn_param_lpm_disable ,positive
+0x30011 037346 fetch 1 ,mem_le_new_connslavelatency
+0x30012 037347 fetcht 1 ,mem_lpm_mult_init
+0x30013 037348 isub temp ,null
+0x30014 037349 branch z_mouse_le_lpm_mult_reinit ,positive
+0x30015 037350 fetch 1 ,mem_le_new_connslavelatency
+0x30016 037351 store 1 ,mem_lpm_mult
+0x30017 037352 branch z_mouse_le_conn_param_lpm_enable
+:      037354 z_le_update_channel_map:
+0x30018 037355 fetch 1 ,mem_le_state
+0x30019 037356 rtnbit0 lestate_update_map
+0x3001a 037357 call z_le_channel_map_overflow_check
+0x3001b 037358 nrtn user
+0x3001c 037359 branch le_update_channel_map + 3
+:      037360 z_le_channel_map_overflow_check:
+0x3001d 037361 enable user
+0x3001e 037362 fetch 1 ,mem_le_event_count + 1
+0x3001f 037363 rshift4 pdata ,pdata
+0x30020 037364 rtnne 0x0f
+0x30021 037365 fetch 1 ,mem_le_instant + 1
+0x30022 037366 rshift4 pdata ,pdata
+0x30023 037367 rtnne 0x00
+0x30024 037368 branch disable_user
+:      037370 z_le_mouse_bb_event_connect_complete:
+0x30025 037371 fetch 1 ,mem_mouse_le_reconnect_flag
+0x30026 037372 nrtn blank
+0x30027 037373 fetch 1 ,mem_le_att_handle
+0x30028 037374 sub pdata ,26 ,pdata
+0x30029 037375 nrtn zero
+0x3002a 037376 jam 0 ,mem_le_start_encrypt_timer
+0x3002b 037377 branch mouse_le_write_enable
+:      037379 z_quit_connection_cont:
+0x3002c 037380 call app_disconn_reason_collect_bt
+0x3002d 037381 call sniff_exit
+0x3002e 037382 jam bt_evt_bb_disconnected ,mem_fifo_temp
+0x3002f 037383 call ui_ipc_send_event
+0x30030 037384 call init_lmp_work
+0x30031 037385 call l2cap_init_work
+0x30032 037386 branch quit_connection_cont + 8
               org 0x40001
-:      037280 z_entrance3:
-0x40001 037281 beq zcode_30 ,z_process_conn_sm
-0x40002 037282 rtn
-:      037284 z_process_conn_sm:
-0x40003 037285 call lmo_fifo_check
-0x40004 037286 nrtn blank
-:      037287 z_process_conn_sm_continue:
-0x40005 037288 fetch 1 ,mem_conn_sm
-0x40006 037289 rtn blank
-0x40007 037290 beq conn_sm_send_conn_req ,z_host_create_conn_send_conn_req
-0x40008 037291 beq conn_sm_wait_switch_after_host_connection ,z_host_creat_conn_wait_switch
-0x40009 037292 branch process_conn_sm_continue + 2
-:      037295 z_host_creat_conn_wait_switch:
-0x4000a 037296 fetch 1 ,mem_switch_flag
-0x4000b 037297 rtneq switch_flag_init
-0x4000c 037298 beq switch_flag_accept ,z_host_create_conn_switch_accept
-0x4000d 037299 branch host_creat_conn_wait_switch + 3
-:      037300 z_host_create_conn_switch_accept:
-0x4000e 037301 rtn master
-:      037302 z_host_create_conn_auth_pair:
-0x4000f 037304 fetch 1 ,mem_connection_options
-0x40010 037305 bbit1 connection_auth ,z_host_create_conn_auth_pair_true
-0x40011 037306 branch host_create_conn_auth_pair + 1
-:      037307 z_host_create_conn_auth_pair_true:
-0x40012 037308 fetch 1 ,mem_bt_send_lmp_setup_complete
-0x40013 037309 beq 1 ,host_create_conn_auth_pair_true
-0x40014 037311 fetch 1 ,mem_link_key_exists
-0x40015 037312 branch host_create_conn_auth_pair_nokey ,blank
-0x40016 037313 fetch 1 ,mem_lmp_conn_state
-0x40017 037314 rtnbit0 sent_setup_complete
-0x40018 037315 rtnbit0 received_setup_complete
-0x40019 037316 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch
-0x4001a 037317 rtn blank
-0x4001b 037318 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch
-0x4001c 037319 fetch 4 ,mem_aurand_send_delay_time
-0x4001d 037320 arg 20 ,temp
-0x4001e 037321 iadd temp ,temp
-0x4001f 037322 copy clkn_bt ,pdata
-0x40020 037323 isub temp ,null
-0x40021 037324 nbranch z_bt_send_max_slot_req_accept_after_switch_wait ,positive
-0x40022 037325 branch host_create_conn_auth
-:      037327 z_bt_send_max_slot_req_accept_after_switch_wait:
-0x40023 037328 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
-0x40024 037329 rtn
-:      037331 z_host_create_conn_send_conn_req:
-0x40025 037332 jam 20 ,mem_mouse_send_switch_req_timer
-0x40026 037333 branch host_create_conn_send_conn_req
+:      037390 z_entrance3:
+0x40001 037391 beq zcode_30 ,z_mouse_start_discovery
+0x40002 037392 rtn
+:      037394 z_mouse_start_discovery:
+0x40003 037395 call p_mouse_tx_power_init
+0x40004 037396 jam 0 ,mem_le_send_security_request_flag
+0x40005 037397 jam 1 ,mem_mouse_start_discovery_enable
+0x40006 037398 jam mode_bt_device1 ,mem_device_flag
+0x40007 037399 jam 0 ,mem_mouse_clear_sensor_data_flag
+:      037400 z_mouse_start_discovery_norandom:
+0x40008 037401 fetch 6 ,mem_le_normal_lap
+0x40009 037402 store 6 ,mem_le_lap
+0x4000a 037403 call p_mouse_fast_conn_disable
+0x4000b 037404 call app_lpm_mult_disable
+0x4000c 037405 fetch 2 ,mem_discovery_timeout
+0x4000d 037406 store 2 ,mem_mouse_discovery_timer
+0x4000e 037407 jam 6 ,mem_connection_options
+0x4000f 037408 setarg 0
+0x40010 037409 store 2 ,mem_mouse_no_data_timer
+0x40011 037410 store 2 ,mem_mouse_direct_timer
+0x40012 037411 call p_mouse_store_eeprom_enable
+0x40013 037412 call mouse_bt_discovery_button_down_disable
+0x40014 037414 call p_mouse_load_flash_device_info
+0x40015 037415 fetch 1 ,mem_xrecord_mode
+0x40016 037416 sub pdata ,rec_3_mode ,null
+0x40017 037417 call z3_check_51cmd_adv ,zero
+0x40018 037419 fetch 1 ,mem_mouse_le_adv_start
+0x40019 037420 ncall z3_check_51cmd_adv ,blank
+0x4001a 037422 fetch 1 ,mem_device_option
+0x4001b 037423 isolate1 mode_3_mouse ,pdata
+0x4001c 037424 call check_51cmd_start_discovery ,true
+0x4001d 037426 rtn
+:      037429 z3_check_51cmd_adv:
+0x4001e 037430 fetch 6 ,mem_le_normal_lap
+0x4001f 037431 store 6 ,mem_le_lap
+0x40020 037432 call p_mouse_le_adv_data_update
+0x40021 037433 branch check_51cmd_adv
               org 0x50001
-:      037341 z_entrance4:
-0x50001 037342 beq zcode_40 ,z_le_update_param
-0x50002 037343 beq zcode_41 ,z_le_update_channel_map
-0x50003 037344 beq zcode_42 ,z_le_mouse_bb_event_connect_complete
-0x50004 037345 beq zcode_43 ,z_quit_connection_cont
-0x50005 037346 rtn
-:      037348 z_le_update_param:
-0x50006 037349 call z_mouse_le_conn_param_check
-0x50007 037350 branch le_update_param + 8
-:      037351 z_mouse_le_lpm_mult_reinit:
-0x50008 037352 fetch 1 ,mem_lpm_mult_init
-0x50009 037353 store 1 ,mem_lpm_mult
-:      037354 z_mouse_le_conn_param_lpm_enable:
-0x5000a 037355 jam le_lpm_enable ,mem_mouse_le_conn_param_reject
-0x5000b 037356 rtn
-:      037357 z_mouse_le_conn_param_lpm_disable:
-0x5000c 037358 jam le_lpm_disable ,mem_mouse_le_conn_param_reject
-0x5000d 037359 rtn
-:      037360 z_mouse_le_conn_param_check:
-0x5000e 037361 fetch 1 ,mem_le_new_conninterval
-0x5000f 037362 sub pdata ,le_interval_15ms ,null
-0x50010 037363 nbranch z_mouse_le_conn_param_lpm_disable ,positive
-0x50011 037364 fetch 1 ,mem_le_new_connslavelatency
-0x50012 037365 fetcht 1 ,mem_lpm_mult_init
-0x50013 037366 isub temp ,null
-0x50014 037367 branch z_mouse_le_lpm_mult_reinit ,positive
-0x50015 037368 fetch 1 ,mem_le_new_connslavelatency
-0x50016 037369 store 1 ,mem_lpm_mult
-0x50017 037370 branch z_mouse_le_conn_param_lpm_enable
-:      037372 z_le_update_channel_map:
-0x50018 037373 fetch 1 ,mem_le_state
-0x50019 037374 rtnbit0 lestate_update_map
-0x5001a 037375 call z_le_channel_map_overflow_check
-0x5001b 037376 nrtn user
-0x5001c 037377 branch le_update_channel_map + 3
-:      037378 z_le_channel_map_overflow_check:
-0x5001d 037379 enable user
-0x5001e 037380 fetch 1 ,mem_le_event_count + 1
-0x5001f 037381 rshift4 pdata ,pdata
-0x50020 037382 rtnne 0x0f
-0x50021 037383 fetch 1 ,mem_le_instant + 1
-0x50022 037384 rshift4 pdata ,pdata
-0x50023 037385 rtnne 0x00
-0x50024 037386 branch disable_user
-:      037388 z_le_mouse_bb_event_connect_complete:
-0x50025 037389 fetch 1 ,mem_mouse_le_reconnect_flag
-0x50026 037390 nrtn blank
-0x50027 037391 fetch 1 ,mem_le_att_handle
-0x50028 037392 sub pdata ,26 ,pdata
-0x50029 037393 nrtn zero
-0x5002a 037394 branch mouse_le_write_enable
-:      037396 z_quit_connection_cont:
-0x5002b 037397 call app_disconn_reason_collect_bt
-0x5002c 037398 call sniff_exit
-0x5002d 037399 jam bt_evt_bb_disconnected ,mem_fifo_temp
-0x5002e 037400 call ui_ipc_send_event
-0x5002f 037401 call init_lmp_work
-0x50030 037402 call l2cap_init_work
-0x50031 037403 branch quit_connection_cont + 8
+:      037437 z_entrance4:
+0x50001 037438 beq zcode_40 ,z_g24_start_24g_mode
+0x50002 037439 beq zcode_41 ,z_g24_auto_pair_start
+0x50003 037440 beq zcode_42 ,z_mouse_24g_pairing_button
+0x50004 037441 rtn
+:      037443 z_g24_start_24g_mode:
+0x50005 037444 call z_g24_factory_check
+0x50006 037445 branch p_g24_auto_pair_start ,user
+0x50007 037446 set1 mark_24g ,mark
+0x50008 037447 fetch 1 ,mem_24g_conn_sm
+0x50009 037448 set1 state_24g_reconn ,pdata
+0x5000a 037449 store 1 ,mem_24g_conn_sm
+0x5000b 037450 call p_g24_syncword_crc8
+0x5000c 037451 call p_g24_ch
+0x5000d 037452 branch z_g24_auto_pair_timeout_init
+:      037454 z_g24_factory_check:
+0x5000e 037455 arg 2 ,loopcnt
+0x5000f 037456 arg mem_24g_addr ,contr
+0x50010 037457 call enable_user
+0x50011 037458 setarg 0xffff
+:      037459 z4_pdata_0xff_check_loop:
+0x50012 037460 ifetcht 2 ,contr
+0x50013 037461 isub temp ,null
+0x50014 037462 ncall disable_user ,zero
+0x50015 037463 loop z4_pdata_0xff_check_loop
+0x50016 037464 rtn
+:      037466 z_g24_auto_pair_start:
+0x50017 037467 set1 mark_24g ,mark
+0x50018 037468 fetch 1 ,mem_24g_conn_sm
+0x50019 037469 set1 state_24g_pair ,pdata
+0x5001a 037470 store 1 ,mem_24g_conn_sm
+:      037471 z_g24_auto_pair_timeout_init:
+0x5001b 037472 setarg g24_first_disconn_nodata_timer
+0x5001c 037473 store 2 ,mem_24g_stop_g24_mode_timeout
+0x5001d 037474 jam 0 ,mem_24g_stop_g24_mode
+0x5001e 037475 rtn
+:      037477 z_mouse_24g_pairing_button:
+0x5001f 037478 fetch mouse_flag_len ,mem_mouse_flag
+0x50020 037479 rtnbit0 mouse_enable_24g
+0x50021 037480 rtnbit1 mosue_24g_pairing_flag
+0x50022 037481 rtnmark1 mark_24g
+0x50023 037482 call mouse_devce_led_off
+0x50024 037483 arg mosue_24g_pairing_flag ,queue
+0x50025 037484 call mouse_enable_function_flag
+0x50026 037485 setarg 0
+0x50027 037486 store 2 ,mem_mouse_direct_timer
+0x50028 037487 store 1 ,mem_mouse_send_blank_timer
+0x50029 037488 store 2 ,mem_24g_check_dongle_times
+0x5002a 037489 call mouse_stop_discovery
+0x5002b 037490 branch p_g24_auto_pair_start
               org 0x60001
-:      037408 z_entrance5:
-0x60001 037409 beq zcode_50 ,z_mouse_start_discovery
-0x60002 037410 rtn
-:      037413 z_mouse_start_discovery:
-0x60003 037414 jam 0 ,mem_le_send_security_request_flag
-0x60004 037415 call p_mouse_tx_power_init
-0x60005 037416 jam mode_bt_device1 ,mem_device_flag
-0x60006 037417 jam 0 ,mem_mouse_clear_sensor_data_flag
-0x60007 037418 fetch 2 ,mem_ui_state_map
-0x60008 037419 bbit1 ui_state_ble_adv ,z_mouse_start_discovery_norandom
-0x60009 037420 fetch mouse_flag_len ,mem_mouse_flag
-0x6000a 037421 bbit0 mouse_enable_ble_random_addre ,z_mouse_start_discovery_norandom
-0x6000b 037422 call p_mouse_load_random_addr_increase_count
-0x6000c 037423 fetcht 2 ,mem_random_addr_increase_count
-0x6000d 037424 increase 1 ,temp
-0x6000e 037425 storet 2 ,mem_random_addr_increase_count
-0x6000f 037426 storet 2 ,mem_le_lap + 1
-0x60010 037427 call p_mouse_store_random_addr_increase_count
-0x60011 037428 random pdata
-0x60012 037429 store 1 ,mem_le_lap
-:      037430 z_mouse_start_discovery_norandom:
-0x60013 037431 fetch 3 ,mem_le_lap_high_3b
-0x60014 037432 store 3 ,mem_le_lap + 3
-0x60015 037433 call p_mouse_le_fast_conn_disable
-0x60016 037434 call app_lpm_mult_disable
-0x60017 037435 fetch 2 ,mem_discovery_timeout
-0x60018 037436 store 2 ,mem_mouse_discovery_timer
-0x60019 037437 jam 6 ,mem_connection_options
-0x6001a 037438 setarg 0
-0x6001b 037439 store 2 ,mem_mouse_no_data_timer
-0x6001c 037440 store 2 ,mem_mouse_direct_timer
-0x6001d 037441 arg mouse_store_eeprom_flag ,queue
-0x6001e 037442 call mouse_enable_function_flag
-0x6001f 037443 call mouse_bt_discovery_button_down_disable
-0x60020 037444 fetch 1 ,mem_device_option
-0x60021 037445 isolate1 mode_4_mouse ,pdata
-0x60022 037446 call z_check_51cmd_adv ,true
-0x60023 037447 fetch 1 ,mem_device_option
-0x60024 037448 isolate1 mode_3_mouse ,pdata
-0x60025 037449 call check_51cmd_start_discovery ,true
-0x60026 037452 branch p_mouse_discovery_multi_led_blink
-:      037454 z_check_51cmd_adv:
-0x60027 037455 jam 0 ,mem_mouse_le_reconnect_flag
-0x60028 037456 call p_le_check_adv_flag
-0x60029 037457 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable
-0x6002a 037458 istore 1 ,contr
-0x6002b 037459 arg mem_le_adv_swift_pair ,contr
-0x6002c 037460 call p_le_adv_data_update
-0x6002d 037461 branch check_51cmd_adv
+:      037495 z_entrance5:
+0x60001 037497 beq zcode_51 ,z_mouse_24g_attempt_fail
+0x60002 037498 beq zcode_52 ,z_mouse_24g_attempt_success
+0x60003 037499 beq zcode_53 ,z_g24_reconn_dispatch
+:      037500 z_mouse_24g_pairing_complete:
+0x60004 037501 arg mosue_24g_pairing_flag ,queue
+0x60005 037502 call mouse_disable_function_flag
+0x60006 037503 jam 0 ,mem_mouse_move_flag
+0x60007 037504 call mouse_read_sensor_common
+0x60008 037505 call p_mouse_tx_power_init
+0x60009 037506 branch z_mouse_24g_attempt_success
+:      037508 z_mouse_24g_attempt_fail:
+0x6000a 037509 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt
+0x6000b 037510 call p_mouse_tx_power_init
+0x6000c 037511 call p_g24_check_51cmd_stop_24g
+0x6000d 037512 call p_mouse_load_flash_device_info
+0x6000e 037513 fetch 1 ,mem_mouse_latest_mode
+0x6000f 037514 rtnne latest_mode_24g
+0x60010 037515 branch app_enter_hibernate
+:      037517 z_mouse_24g_attempt_success:
+0x60011 037518 jam 0 ,mem_mouse_long_mult_flag
+0x60012 037519 jam 0 ,mem_mouse_poweron_bt_start_reconn_timer
+0x60013 037520 setarg 0
+0x60014 037521 store 3 ,mem_le_switch_adv_flag
+0x60015 037522 call mouse_le_bb_event_connected + 3
+0x60016 037525 call z_g24_auto_pair_timeout_clear
+0x60017 037526 call p_mouse_null_enter_hibernate_disable
+0x60018 037527 call mouse_no_data_timer_init
+0x60019 037528 fetch 4 ,mem_24g_addr
+0x6001a 037529 store 4 ,mem_mouse_24g_addr
+0x6001b 037530 call mouse_cheak_select_24gdevice
+0x6001c 037531 jam latest_mode_24g ,mem_mouse_latest_mode
+0x6001d 037532 branch p_mouse_store_flash_device_info
+:      037534 z_g24_auto_pair_timeout_clear:
+0x6001e 037535 setarg 0
+0x6001f 037536 store 3 ,mem_24g_stop_g24_mode
+0x60020 037537 rtn
+:      037539 z_g24_reconn_dispatch:
+0x60021 037540 fetch 1 ,mem_24g_stop_g24_mode
+0x60022 037541 beq 1 ,g24_stop_24g_mode
+0x60023 037542 call z_g24_tx_attemp_data_prep
+0x60024 037543 call p_g24_transmit_receive_ack
+0x60025 037544 nbranch p_g24_ch ,sync
+0x60026 037545 nbranch p_g24_ch ,user3
+0x60027 037546 fetch 1 ,mem_24g_conn_sm
+0x60028 037547 set0 state_24g_reconn ,pdata
+0x60029 037548 store 1 ,mem_24g_conn_sm
+:      037549 z_g24_tx_attemp_dongle_succ:
+0x6002a 037550 jam 0 ,mem_mouse_long_mult_flag
+0x6002b 037551 call g24_app_tx_attempt_success
+0x6002c 037552 call p_g24_txbuf_clear
+0x6002d 037553 branch p_g24_transmit_by_interrupt_enable
+:      037556 z_g24_store_dongle_addr:
+0x6002e 037557 fetch 4 ,mem_24g_rxpayload + 2
+0x6002f 037558 branch p_g24_update_addr_and_synccrc8
+:      037560 z_g24_tx_attemp_data_prep:
+0x60030 037561 jam 0xff ,mem_24g_common_temp
+0x60031 037562 fetch 1 ,mem_24g_data_type
+0x60032 037563 store 1 ,mem_24g_common_temp + 1
+0x60033 037564 fetch 4 ,mem_24g_device_addr
+0x60034 037565 store 4 ,mem_24g_common_temp + 2
+0x60035 037566 arg 6 ,temp
+0x60036 037567 arg mem_24g_common_temp ,rega
+0x60037 037568 call p_g24_put_data_in_buff
+0x60038 037569 branch p_g24_transmit_prep
               org 0x70001
-:      037465 z_entrance6:
-0x70001 037466 beq zcode_60 ,z_g24_start_24g_mode
-0x70002 037467 beq zcode_61 ,z_mouse_24g_pairing_button
-0x70003 037468 rtn
-:      037470 z_g24_start_24g_mode:
-0x70004 037471 set0 mark_24g ,mark
-0x70005 037472 call p_g24_syncword_crc8
-0x70006 037473 call p_g24_ch
-0x70007 037474 fetch 1 ,mem_24g_pairing_sm
-0x70008 037475 rtnne state_24g_pairing_success
-0x70009 037476 call z_g24_tx_attemp_data_prep
-:      037477 z_g24_tx_attemp_dongle:
-0x7000a 037478 setarg 0
-0x7000b 037479 store 2 ,mem_24g_check_dongle_times
-:      037480 z_g24_tx_attemp_dongle_loop:
-0x7000c 037482 nop 2000
-0x7000d 037483 fetch 1 ,mem_24g_check_dongle_times
-0x7000e 037484 beq 0xff ,g24_stop_24g_mode
-0x7000f 037485 call p_g24_transmit_receive_ack
-0x70010 037486 nbranch z_g24_attemp_txdata_retry ,sync
-0x70011 037487 nbranch z_g24_attemp_txdata_retry ,user3
-:      037488 z_g24_tx_attemp_dongle_succ:
-0x70012 037489 set1 mark_24g ,mark
-0x70013 037490 setarg 0
-0x70014 037491 store 2 ,mem_24g_check_dongle_times
-0x70015 037492 call g24_app_tx_attempt_success
-0x70016 037493 call p_g24_txbuf_clear
-0x70017 037494 branch p_g24_transmit_by_interrupt_enable
-:      037496 z_g24_tx_attemp_data_prep:
-0x70018 037497 jam 0xff ,mem_24g_common_temp
-0x70019 037498 fetch 1 ,mem_24g_data_type
-0x7001a 037499 store 1 ,mem_24g_common_temp + 1
-0x7001b 037500 fetch 4 ,mem_24g_device_addr
-0x7001c 037501 store 4 ,mem_24g_common_temp + 2
-0x7001d 037502 arg 6 ,temp
-0x7001e 037503 arg mem_24g_common_temp ,rega
-0x7001f 037504 call p_g24_put_data_in_buff
-0x70020 037505 branch p_g24_transmit_prep
-:      037507 z_g24_attemp_txdata_retry:
-0x70021 037508 fetch 2 ,mem_24g_check_dongle_times
-0x70022 037509 increase 1 ,pdata
-0x70023 037510 store 2 ,mem_24g_check_dongle_times
-0x70024 037511 call p_g24_ch
-0x70025 037512 branch z_g24_tx_attemp_dongle_loop
-:      037515 z_mouse_24g_pairing_button:
-0x70026 037516 fetch mouse_flag_len ,mem_mouse_flag
-0x70027 037517 rtnbit0 mouse_enable_24g
-0x70028 037518 rtnbit1 mosue_24g_pairing_flag
-0x70029 037519 rtnmark1 mark_24g
-0x7002a 037521 arg mosue_24g_pairing_flag ,queue
-0x7002b 037522 call mouse_enable_function_flag
-0x7002c 037523 setarg 0
-0x7002d 037524 store 2 ,mem_mouse_direct_timer
-0x7002e 037525 store 1 ,mem_mouse_send_blank_timer
-0x7002f 037526 store 2 ,mem_24g_check_dongle_times
-0x70030 037527 call mouse_stop_discovery
-0x70031 037528 branch z6_g24_start_pairing_sm1
-:      037530 z6_g24_start_pairing_sm1:
-0x70032 037531 set1 mark_24g ,mark
-0x70033 037532 call z6_g24_pair_init
-:      037533 z6_g24_set_pairing_sm_1:
-0x70034 037534 jam state_24g_pairing_1 ,mem_24g_pairing_sm
-0x70035 037535 rtn
-:      037537 z6_g24_pair_init:
-0x70036 037538 jam tx_power_pair ,mem_tx_power
-0x70037 037539 jam 0 ,mem_24g_pid
-0x70038 037540 jam g24_pair_ch ,mem_24g_ch
-0x70039 037541 fetch 4 ,mem_24g_paring_addr
-0x7003a 037542 branch p_g24_update_addr_and_synccrc8
+:      037576 z_entrance6:
+:      037578 z_g24_pair_dispatch:
+0x70001 037579 fetch 1 ,mem_24g_stop_g24_mode
+0x70002 037580 beq 1 ,g24_stop_24g_mode
+0x70003 037581 jam 0xff ,mem_24g_common_temp
+0x70004 037582 fetch 1 ,mem_24g_data_type
+0x70005 037583 store 1 ,mem_24g_common_temp + 1
+0x70006 037584 fetch 4 ,mem_24g_device_addr
+0x70007 037585 store 4 ,mem_24g_common_temp + 2
+0x70008 037586 arg 6 ,temp
+0x70009 037587 arg mem_24g_common_temp ,rega
+0x7000a 037588 call p_g24_put_data_in_buff
+0x7000b 037589 call p_g24_transmit_prep
+0x7000c 037590 call p_g24_transmit_receive_ack
+0x7000d 037591 nbranch z_g24_pair_txdata_retry ,sync
+0x7000e 037592 nbranch z_g24_pair_txdata_retry ,user3
+0x7000f 037593 call p_g24_ackpayload_parse
+0x70010 037594 fetch 4 ,mem_24g_addr
+0x70011 037595 fetcht 4 ,mem_24g_allpowerful_addr
+0x70012 037596 isub temp ,null
+0x70013 037597 branch z_g24_auto_pair_skip_rx_length ,zero
+0x70014 037598 fetch 1 ,mem_24g_rxdata_length
+0x70015 037599 rtnne bind_ackpayload_length
+:      037600 z_g24_auto_pair_skip_rx_length:
+0x70016 037604 jam 0 ,mem_24g_conn_sm
+0x70017 037605 call p_mouse_tx_power_init
+0x70018 037606 fetch 4 ,mem_24g_addr
+0x70019 037607 fetcht 4 ,mem_24g_paring_addr
+0x7001a 037608 isub temp ,null
+0x7001b 037609 branch p_g24_start_pairing_sm1 ,zero
+0x7001c 037610 fetch 4 ,mem_24g_addr
+0x7001d 037611 fetcht 4 ,mem_24g_device_addr
+0x7001e 037612 isub temp ,null
+0x7001f 037613 call z7_g24_store_dongle_addr ,zero
+0x70020 037614 jam 0 ,mem_mouse_long_mult_flag
+0x70021 037615 call g24_app_tx_attempt_success
+0x70022 037616 call p_g24_txbuf_clear
+0x70023 037617 branch p_g24_transmit_by_interrupt_enable
+:      037619 z7_g24_store_dongle_addr:
+0x70024 037620 fetch 4 ,mem_24g_rxpayload + 2
+0x70025 037621 branch p_g24_update_addr_and_synccrc8
+:      037623 z_g24_pair_txdata_retry:
+:      037624 z_g24_pair_txdata_switch:
+0x70026 037625 fetch 1 ,mem_24g_auto_paring_switch
+0x70027 037626 increase 1 ,pdata
+0x70028 037627 and_into 3 ,pdata
+0x70029 037628 store 1 ,mem_24g_auto_paring_switch
+0x7002a 037629 beq 0 ,z_g24_auto_pair_first_attemp
+0x7002b 037630 beq 2 ,z_g24_auto_pair_all_powerful
+0x7002c 037631 branch p_g24_pair_init
+:      037633 z_g24_auto_pair_first_attemp:
+0x7002d 037634 call p_mouse_tx_power_init
+0x7002e 037635 fetch 4 ,mem_24g_device_addr
+0x7002f 037636 store 4 ,mem_24g_addr
+0x70030 037637 fetch 1 ,mem_24g_pair_current_ch_num
+0x70031 037638 store 1 ,mem_24g_current_ch_number
+0x70032 037639 call z_g24_ch_syncword_crc8_init
+0x70033 037640 storet 1 ,mem_24g_pair_current_ch_num
+0x70034 037641 rtn
+:      037643 z_g24_ch_syncword_crc8_init:
+0x70035 037644 call p_g24_syncword_crc8
+0x70036 037645 branch p_g24_ch
+:      037647 z_g24_auto_pair_all_powerful:
+0x70037 037648 jam tx_power_pair ,mem_tx_power
+0x70038 037649 fetch 4 ,mem_24g_allpowerful_addr
+0x70039 037650 store 4 ,mem_24g_addr
+0x7003a 037651 fetch 1 ,mem_24g_powerful_current_ch_num
+0x7003b 037652 store 1 ,mem_24g_current_ch_number
+0x7003c 037653 call z_g24_ch_syncword_crc8_init
+0x7003d 037654 storet 1 ,mem_24g_powerful_current_ch_num
+0x7003e 037655 rtn
               org 0x80001
-:      037546 z_entrance7:
-0x80001 037547 beq zcode_70 ,z_g24_auto_pair_start
-0x80002 037548 rtn
-:      037550 z_g24_auto_pair_start:
-0x80003 037551 set0 mark_24g ,mark
-0x80004 037552 call z_g24_auto_pair_all_powerful
-0x80005 037553 call z7_g24_tx_attemp_data_prep
-:      037554 z_g24_auto_pair_restart:
-0x80006 037555 jam 0 ,mem_24g_check_dongle_times
-:      037556 z_g24_auto_pair_start_loop:
-0x80007 037558 nop 2000
-0x80008 037559 fetch 1 ,mem_24g_check_dongle_times
-0x80009 037560 beq 0xff ,g24_stop_24g_mode
-0x8000a 037561 call p_g24_transmit_receive_ack
-0x8000b 037562 nbranch z_g24_auto_pair_retry ,sync
-0x8000c 037563 nbranch z_g24_auto_pair_retry ,user3
-0x8000d 037564 call p_g24_ackpayload_parse
-0x8000e 037565 call p_mouse_tx_power_init
-0x8000f 037566 fetch 4 ,mem_24g_addr
-0x80010 037567 fetcht 4 ,mem_24g_paring_addr
-0x80011 037568 isub temp ,null
-0x80012 037569 branch z_g24_start_pairing_sm1 ,zero
-0x80013 037570 set1 mark_24g ,mark
-0x80014 037571 setarg 0
-0x80015 037572 store 2 ,mem_24g_check_dongle_times
-0x80016 037573 call g24_app_tx_attempt_success
-0x80017 037574 call p_g24_txbuf_clear
-0x80018 037575 branch p_g24_transmit_by_interrupt_enable
-:      037577 z7_g24_tx_attemp_data_prep:
-0x80019 037578 jam 0xff ,mem_24g_common_temp
-0x8001a 037579 fetch 1 ,mem_24g_data_type
-0x8001b 037580 store 1 ,mem_24g_common_temp + 1
-0x8001c 037581 fetch 4 ,mem_24g_device_addr
-0x8001d 037582 store 4 ,mem_24g_common_temp + 2
-0x8001e 037583 arg 6 ,temp
-0x8001f 037584 arg mem_24g_common_temp ,rega
-0x80020 037585 call p_g24_put_data_in_buff
-0x80021 037586 branch p_g24_transmit_prep
-:      037588 z_g24_auto_pair_retry:
-0x80022 037589 fetch 1 ,mem_24g_check_dongle_times
-0x80023 037590 increase 1 ,pdata
-0x80024 037591 store 1 ,mem_24g_check_dongle_times
-0x80025 037592 fetch 1 ,mem_24g_auto_paring_switch
-0x80026 037593 increase 1 ,pdata
-0x80027 037594 and_into 1 ,pdata
-0x80028 037595 store 1 ,mem_24g_auto_paring_switch
-0x80029 037596 beq 0 ,z_g24_auto_pair_device_attemp
-0x8002a 037597 beq 1 ,z_g24_auto_pair_pair_attemp
-0x8002b 037598 rtn
-:      037600 z_g24_auto_pair_all_powerful:
-0x8002c 037601 jam tx_power_pair ,mem_tx_power
-0x8002d 037602 setarg 0x0f0f
-0x8002e 037603 store 2 ,mem_24g_addr
-0x8002f 037604 istore 2 ,contw
-:      037605 z_g24_ch_syncword_crc8_init:
-0x80030 037606 call p_g24_syncword_crc8
-0x80031 037607 branch p_g24_ch
-:      037609 z_g24_auto_pair_device_attemp:
-0x80032 037610 call z_g24_auto_pair_all_powerful
-0x80033 037611 branch z_g24_auto_pair_start_loop
-:      037613 z_g24_auto_pair_pair_attemp:
-0x80034 037614 call z_g24_pair_init
-0x80035 037615 branch z_g24_auto_pair_start_loop
-:      037617 z_g24_start_pairing_sm1:
-0x80036 037618 set1 mark_24g ,mark
-0x80037 037619 call z_g24_pair_init
-:      037620 z_g24_set_pairing_sm_1:
-0x80038 037621 jam state_24g_pairing_1 ,mem_24g_pairing_sm
-0x80039 037622 rtn
-:      037624 z_g24_pair_init:
-0x8003a 037625 jam tx_power_pair ,mem_tx_power
-0x8003b 037626 jam 0 ,mem_24g_pid
-0x8003c 037627 jam g24_pair_ch ,mem_24g_ch
-0x8003d 037628 fetch 4 ,mem_24g_paring_addr
-0x8003e 037629 branch p_g24_update_addr_and_synccrc8
+:      037659 z_entrance7:
+0x80001 037660 beq zcode_70 ,z_mouse_irtual_cable_unplug
+0x80002 037661 beq zcode_71 ,z_g24_search_dongle
+0x80003 037662 rtn
+:      037664 z_mouse_irtual_cable_unplug:
+0x80004 037665 setarg -1
+0x80005 037666 store 6 ,mem_plap
+0x80006 037667 jam rec_3_mode ,mem_record_bt_mode
+0x80007 037668 jam 0xff ,mem_mouse_fast_conn_flag
+0x80008 037669 call mouse_before_store_reconn_info
+0x80009 037670 jam 0xff ,mem_device1_type
+0x8000a 037671 branch p_mouse_store_flash_device_info
+:      037673 z_g24_search_dongle:
+0x8000b 037674 fetch 1 ,mem_mouse_long_mult_flag
+0x8000c 037675 rtn blank
+0x8000d 037676 fetch 1 ,mem_24g_abort_pac
+0x8000e 037677 rtn blank
+0x8000f 037678 fetch 1 ,mem_24g_search_dongle_wait
+0x80010 037679 increase 1 ,pdata
+0x80011 037680 and_into 3 ,pdata
+0x80012 037681 store 1 ,mem_24g_search_dongle_wait
+0x80013 037682 nrtn blank
+0x80014 037683 jam 0 ,mem_24g_search_dongle_ch
+:      037684 z_g24_search_dongle_loop:
+0x80015 037685 fetch 1 ,mem_24g_search_dongle_ch
+0x80016 037686 increase 1 ,pdata
+0x80017 037687 store 1 ,mem_24g_search_dongle_ch
+0x80018 037688 sub pdata ,g24_ch_number ,null
+0x80019 037689 nbranch z_g24_search_dongle_loop_end ,positive
+0x8001a 037690 call z7_g24_tx_attemp_data_prep
+0x8001b 037691 call p_g24_transmit_receive_ack
+0x8001c 037692 nbranch z_g24_search_dongle_loop_retry ,sync
+0x8001d 037693 nbranch z_g24_search_dongle_loop_retry ,user3
+0x8001e 037694 call p_g24_search_dongle_success
+:      037695 z_g24_search_dongle_loop_end:
+0x8001f 037696 call p_g24_txbuf_clear
+0x80020 037697 fetch 1 ,mem_24g_search_dongle_count
+0x80021 037698 increase 1 ,pdata
+0x80022 037699 store 1 ,mem_24g_search_dongle_count
+0x80023 037700 beq g24_ch_poll_count ,p_g24_search_dongle_check
+0x80024 037701 rtn
+:      037703 z7_g24_tx_attemp_data_prep:
+0x80025 037704 jam 0xff ,mem_24g_common_temp
+0x80026 037705 fetch 1 ,mem_24g_data_type
+0x80027 037706 store 1 ,mem_24g_common_temp + 1
+0x80028 037707 fetch 4 ,mem_24g_device_addr
+0x80029 037708 store 4 ,mem_24g_common_temp + 2
+0x8002a 037709 arg 6 ,temp
+0x8002b 037710 arg mem_24g_common_temp ,rega
+0x8002c 037711 call p_g24_put_data_in_buff
+0x8002d 037712 branch p_g24_transmit_prep
+:      037714 z_g24_search_dongle_loop_retry:
+0x8002e 037715 call p_g24_ch
+0x8002f 037716 branch z_g24_search_dongle_loop
               org 0x90001
-:      037637 z_entrance8:
-0x90001 037638 beq zcode_80 ,z_mouse_setting_config
-0x90002 037639 beq zcode_81 ,z_le_addr_random_config
-0x90003 037641 rtn
-:      037650 z_le_addr_random_config:
-0x90004 037651 call load_adc_init
-0x90005 037654 setarg 0x1122
-:      037655 z_le_otp_adc_empty:
-0x90006 037656 store 2 ,mem_random_addr_increase_count
-0x90007 037657 rtn
-:      037660 z_mouse_setting_config:
-0x90008 037661 call p_g24_set_device_addr
-0x90009 037666 call mouse_gpio_init
-0x9000a 037668 fetcht 1 ,mem_flash_ncs_gpio
-0x9000b 037669 call gpio_config_output
-0x9000c 037671 call mouse_param_init
-0x9000d 037672 call z_mouse_bt_sdp_update
-0x9000e 037673 setarg 0
-0x9000f 037674 store 2 ,mem_lpm_interval
-0x90010 037676 call p_mouse_set_gpio_control_sensor
-0x90011 037678 setarg 0x1802
-0x90012 037679 store 2 ,mem_fcomp_mul
-0x90013 037680 call load_adc_init
-0x90014 037682 call le_set_config_fixed_ltk
-0x90015 037683 call le_set_justwork
-0x90016 037684 call le_set_fixed_ltk
-0x90017 037685 call le_set_config_read_authentication
-0x90018 037686 call p_le_addr_random_config
-0x90019 037687 call p_flash_release_deep_power_down
-0x9001a 037688 call p_mouse_set_24g_addr_flash
-0x9001b 037689 fetch 3 ,mem_flash_base
-0x9001c 037690 iadd regb ,pdata
-0x9001d 037691 call spid_read_flash
-0x9001e 037693 call p_mouse_load_flash_info_check
-0x9001f 037694 fetch 6 ,mem_mouse_24g_addr_init
-0x90020 037695 fetcht 6 ,mem_device1_addr
-0x90021 037696 isub temp ,null
-0x90022 037697 nbranch p_mouse_le_fast_conn_disable ,zero
-0x90023 037698 call p_mouse_fast_conn_init
-0x90024 037699 rtn
-:      037702 z_mouse_bt_sdp_update:
-0x90025 037703 call enable_authrom
-0x90026 037704 arg 0x8c00 ,contr
-0x90027 037705 arg mem_mouse_uuid_list ,contw
-0x90028 037706 arg 369 ,loopcnt
-0x90029 037707 call memcpy
-0x9002a 037709 setarg 0x0f0209
-0x9002b 037710 istore 3 ,contw
-0x9002c 037711 setarg 0x120009
-0x9002d 037712 istore 3 ,contw
-0x9002e 037714 setarg 0x100209
-0x9002f 037715 istore 3 ,contw
-0x90030 037716 setarg 0x000009
-0x90031 037717 istore 3 ,contw
-0x90032 037718 arg 0x8d71 ,contr
-0x90033 037719 arg 265 ,loopcnt
-0x90034 037720 call memcpy
-0x90035 037722 jam 0 ,mem_mouse_uuid_list + 23
-0x90036 037723 jam 0x6d ,mem_mouse_uuid_list + 15
-0x90037 037724 setarg 0x401f
-0x90038 037725 store 2 ,mem_mouse_uuid_list + 357
-0x90039 037726 setarg 0x6d04
-0x9003a 037727 store 2 ,mem_mouse_uuid_list + 462
-0x9003b 037728 setarg 0x16b0
-0x9003c 037729 store 2 ,mem_mouse_uuid_list + 468
-0x9003d 037731 setarg mem_mouse_uuid_list
-0x9003e 037732 store 2 ,mem_ui_uuid_table
-0x9003f 037733 rtn
+:      037721 z_entrance8:
+:      037725 z_mouse_setting_config:
+0x90001 037726 call mouse_gpio_init
+0x90002 037728 fetcht 1 ,mem_flash_ncs_gpio
+0x90003 037729 call gpio_config_output
+0x90004 037730 call z_mouse_bt_sdp_update
+0x90005 037732 call twspi_disable
+0x90006 037733 call z_mouse_set_gpio_control_sensor
+0x90007 037734 arg mouse_spi1_sdio_gpio ,temp
+0x90008 037735 call gpio_config_input
+0x90009 037740 call mouse_adc_init
+0x9000a 037741 call p_mouse_load_flash_info_check
+0x9000b 037742 fetch 1 ,mem_device_flag
+0x9000c 037743 rtneq mode_24g_device
+0x9000d 037744 fetch 6 ,mem_mouse_24g_addr_init
+0x9000e 037745 fetcht 6 ,mem_device1_addr
+0x9000f 037746 isub temp ,null
+0x90010 037747 nbranch p_mouse_fast_conn_disable ,zero
+0x90011 037748 branch p_mouse_fast_conn_le_switch_adv
+0x90012 037749 rtn
+:      037751 z_mouse_bt_sdp_update:
+0x90013 037752 call enable_authrom
+0x90014 037753 arg 0x8c00 ,contr
+0x90015 037754 arg mem_mouse_uuid_list ,contw
+0x90016 037755 arg 369 ,loopcnt
+0x90017 037756 call memcpy
+0x90018 037758 setarg 0x0f0209
+0x90019 037759 istore 3 ,contw
+0x9001a 037760 setarg 0x120009
+0x9001b 037761 istore 3 ,contw
+0x9001c 037763 setarg 0x100209
+0x9001d 037764 istore 3 ,contw
+0x9001e 037765 setarg 0x000009
+0x9001f 037766 istore 3 ,contw
+0x90020 037767 arg 0x8d71 ,contr
+0x90021 037768 arg 265 ,loopcnt
+0x90022 037769 call memcpy
+0x90023 037771 jam 0 ,mem_mouse_uuid_list + 23
+0x90024 037772 jam 0x6d ,mem_mouse_uuid_list + 15
+0x90025 037773 setarg 0x401f
+0x90026 037774 store 2 ,mem_mouse_uuid_list + 357
+0x90027 037775 setarg 0x6d04
+0x90028 037776 store 2 ,mem_mouse_uuid_list + 462
+0x90029 037777 setarg 0x16b0
+0x9002a 037778 store 2 ,mem_mouse_uuid_list + 468
+0x9002b 037780 setarg mem_mouse_uuid_list
+0x9002c 037781 store 2 ,mem_ui_uuid_table
+0x9002d 037782 rtn
+:      037785 z_mouse_set_gpio_control_sensor:
+0x9002e 037786 hfetch 1 ,core_gpio_pu3
+0x9002f 037787 set0 5 ,pdata
+0x90030 037788 hstore 1 ,core_gpio_pu3
+0x90031 037795 arg mouse_spi1_sdio_gpio ,temp
+0x90032 037796 call p_gpio_set_input_pu
+0x90033 037797 arg mouse_spi1_sdio_gpio ,temp
+0x90034 037798 call gpio_get_bit
+0x90035 037799 fetcht 1 ,mem_select_sensor_angle_gpio
+0x90036 037800 set0 gpio_active_bit ,temp
+0x90037 037801 call gpio_config_input
+0x90038 037802 fetcht 1 ,mem_select_sensor_angle_gpio
+0x90039 037803 call gpio_get_bit
+0x9003a 037804 jam mouse_3clk_angle ,mem_config_sensor_angle
+0x9003b 037805 rtn true
+0x9003c 037806 jam mouse_6clk_angle ,mem_config_sensor_angle
+0x9003d 037807 rtn
               org 0xa0001
-:      037739 z_entrance9:
-0xa0001 037740 beq zcode_90 ,z_g24_pairing_sm
-0xa0002 037741 beq zcode_91 ,z_g24_paring_mode
-0xa0003 037742 beq zcode_92 ,z_mouse_24g_pairing_complete
-0xa0004 037743 rtn
-:      037745 z_g24_pairing_sm:
-0xa0005 037746 fetch 1 ,mem_24g_ensure
-0xa0006 037747 beq ensure_on_24g ,enable_user
-0xa0007 037748 fetch 1 ,mem_24g_pairing_sm
-0xa0008 037749 beq state_24g_pairing_1 ,z_g24_pairing_sm_1
-0xa0009 037750 beq state_24g_pairing_2 ,z_g24_pairing_sm_2
-0xa000a 037751 beq state_24g_pairing_3 ,z_g24_pairing_sm_3
-0xa000b 037752 branch assert
-:      037754 z_g24_pairing_sm_1:
-0xa000c 037755 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm
-0xa000d 037756 jam 0xaa ,mem_24g_common_temp
-0xa000e 037757 branch z_g24_pairing_sm_common
-:      037758 z_g24_pairing_sm_2:
-0xa000f 037759 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm
-0xa0010 037760 jam 0x55 ,mem_24g_common_temp
-0xa0011 037761 branch z_g24_pairing_sm_common
-:      037762 z_g24_pairing_sm_3:
-0xa0012 037763 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm
-0xa0013 037764 jam 0x22 ,mem_24g_common_temp
-:      037765 z_g24_pairing_sm_common:
-0xa0014 037766 fetch 1 ,mem_24g_data_type
-0xa0015 037767 and_into bits_data ,pdata
-0xa0016 037768 store 1 ,mem_24g_common_temp + 1
-0xa0017 037769 fetch 4 ,mem_24g_device_addr
-0xa0018 037770 store 4 ,mem_24g_common_temp + 2
-:      037771 z_g24_put_pairing_data_in_buff:
-0xa0019 037772 jam 0 ,mem_24g_common_temp + 6
-0xa001a 037773 arg mem_24g_common_temp ,rega
-0xa001b 037774 arg 7 ,temp
-0xa001c 037775 call p_g24_put_data_in_buff
-0xa001d 037776 call p_g24_txdata_enable_tx
-0xa001e 037777 branch enable_user
-:      037779 z_g24_paring_mode:
-0xa001f 037780 fetch 1 ,mem_24g_pairing_sm
-0xa0020 037781 rtneq state_24g_pairing_success
-0xa0021 037782 beq state_24g_pairing_1_waiting_ack ,z_g24_pairing_sm_1_waiting_ack
-0xa0022 037783 beq state_24g_pairing_2_waiting_ack ,z_g24_pairing_sm_2_waiting_ack
-0xa0023 037784 beq state_24g_pairing_3_waiting_ack ,z_g24_pairing_sm_3_waiting_ack
-0xa0024 037785 rtn
-:      037787 z_g24_pairing_sm_1_waiting_ack:
-0xa0025 037788 jam state_24g_pairing_2 ,mem_24g_pairing_sm
-0xa0026 037789 branch p_g24_transmit_abandon
-:      037790 z_g24_pairing_sm_2_waiting_ack:
-0xa0027 037791 jam state_24g_pairing_3 ,mem_24g_pairing_sm
-0xa0028 037792 branch p_g24_transmit_abandon
-:      037793 z_g24_pairing_sm_3_waiting_ack:
-0xa0029 037794 jam state_24g_pairing_success ,mem_24g_pairing_sm
-0xa002a 037795 jam bt_evt_24g_pairing_complete ,mem_fifo_temp
-0xa002b 037796 call ui_ipc_send_event
-0xa002c 037797 fetch 4 ,mem_24g_rxpayload + 2
-0xa002d 037798 call p_g24_update_addr_and_synccrc8
-0xa002e 037799 branch p_g24_transmit_abandon
-:      037802 z_mouse_24g_pairing_complete:
-0xa002f 037803 jam 1 ,mem_mouse_24g_enter_lpm_enable
-0xa0030 037804 arg mosue_24g_pairing_flag ,queue
-0xa0031 037805 call mouse_disable_function_flag
-0xa0032 037806 setarg 0
-0xa0033 037807 store 2 ,mem_24g_pairing_timer_count
-0xa0034 037808 jam 0 ,mem_mouse_move_flag
-0xa0035 037810 call mouse_read_sensor_common
-0xa0036 037811 call p_mouse_null_enter_hibernate_disable
-0xa0037 037812 call p_mouse_tx_power_init
-0xa0038 037814 fetch 4 ,mem_24g_addr
-0xa0039 037815 store 4 ,mem_mouse_24g_addr
-0xa003a 037817 jam latest_mode_24g ,mem_mouse_latest_mode
-0xa003b 037818 call mouse_cheak_select_24gdevice
-0xa003c 037819 branch p_mouse_store_flash_device_info
+:      037812 z_entrance9:
+0xa0001 037813 beq zcode_90 ,z_g24_pairing_sm
+0xa0002 037814 beq zcode_91 ,z_g24_paring_mode
+0xa0003 037815 rtn
+:      037817 z_g24_pairing_sm:
+0xa0004 037818 fetch 1 ,mem_24g_ensure
+0xa0005 037819 beq ensure_on_24g ,enable_user
+0xa0006 037820 fetch 1 ,mem_24g_pairing_sm
+0xa0007 037821 beq state_24g_pairing_1 ,z_g24_pairing_sm_1
+0xa0008 037822 beq state_24g_pairing_2 ,z_g24_pairing_sm_2
+0xa0009 037823 beq state_24g_pairing_3 ,z_g24_pairing_sm_3
+0xa000a 037824 branch assert
+:      037826 z_g24_pairing_sm_1:
+0xa000b 037827 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm
+0xa000c 037828 jam 0xaa ,mem_24g_common_temp
+0xa000d 037829 branch z_g24_pairing_sm_common
+:      037830 z_g24_pairing_sm_2:
+0xa000e 037831 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm
+0xa000f 037832 jam 0x55 ,mem_24g_common_temp
+0xa0010 037833 branch z_g24_pairing_sm_common
+:      037834 z_g24_pairing_sm_3:
+0xa0011 037835 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm
+0xa0012 037836 jam 0x22 ,mem_24g_common_temp
+:      037837 z_g24_pairing_sm_common:
+0xa0013 037838 fetch 1 ,mem_24g_data_type
+0xa0014 037839 and_into bits_data ,pdata
+0xa0015 037840 store 1 ,mem_24g_common_temp + 1
+0xa0016 037841 fetch 4 ,mem_24g_device_addr
+0xa0017 037842 store 4 ,mem_24g_common_temp + 2
+:      037843 z_g24_put_pairing_data_in_buff:
+0xa0018 037844 jam 0 ,mem_24g_common_temp + 6
+0xa0019 037845 arg mem_24g_common_temp ,rega
+0xa001a 037846 arg 7 ,temp
+0xa001b 037847 call p_g24_put_data_in_buff
+0xa001c 037848 call p_g24_txdata_enable_tx
+0xa001d 037849 branch enable_user
+:      037851 z_g24_paring_mode:
+0xa001e 037852 fetch 1 ,mem_24g_pairing_sm
+0xa001f 037853 rtneq state_24g_pairing_success
+0xa0020 037854 beq state_24g_pairing_1_waiting_ack ,z_g24_pairing_sm_1_waiting_ack
+0xa0021 037855 beq state_24g_pairing_2_waiting_ack ,z_g24_pairing_sm_2_waiting_ack
+0xa0022 037856 beq state_24g_pairing_3_waiting_ack ,z_g24_pairing_sm_3_waiting_ack
+0xa0023 037857 rtn
+:      037859 z_g24_pairing_sm_1_waiting_ack:
+0xa0024 037860 jam state_24g_pairing_2 ,mem_24g_pairing_sm
+0xa0025 037861 branch p_g24_transmit_abandon
+:      037862 z_g24_pairing_sm_2_waiting_ack:
+0xa0026 037863 jam state_24g_pairing_3 ,mem_24g_pairing_sm
+0xa0027 037864 branch p_g24_transmit_abandon
+:      037865 z_g24_pairing_sm_3_waiting_ack:
+0xa0028 037866 jam state_24g_pairing_success ,mem_24g_pairing_sm
+0xa0029 037867 jam bt_evt_24g_pairing_complete ,mem_fifo_temp
+0xa002a 037868 call ui_ipc_send_event
+0xa002b 037869 fetch 4 ,mem_24g_rxpayload + 2
+0xa002c 037870 call p_g24_update_addr_and_synccrc8
+0xa002d 037871 branch p_g24_transmit_abandon
               org 0xb0001
-:      037824 z_entrancea:
-0xb0001 037825 beq zcode_a1 ,z_mouse_le_conn_param_update_rsp_recieved
-0xb0002 037826 beq zcode_a2 ,z_mouse_le_bb_disconnected
-0xb0003 037827 beq zcode_a3 ,z_mouse_bb_event_reconn_timeout
-0xb0004 037828 beq zcode_a4 ,z_mouse_before_hibernate
-0xb0005 037829 rtn
-:      037831 z_mouse_le_conn_param_update_rsp_recieved:
-0xb0006 037832 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result
-0xb0007 037833 rtneq ble_signaling_connect_parameter_update_accepted
-0xb0008 037834 fetch 1 ,mem_le_tsniff
-0xb0009 037835 rshift2 pdata ,pdata
-0xb000a 037836 sub pdata ,le_interval_15ms ,null
-0xb000b 037837 rtn positive
-0xb000c 037838 setarg le_interval_11_25ms
-0xb000d 037839 store 2 ,mem_le_interval_min
-0xb000e 037840 store 2 ,mem_le_interval_min + 2
-0xb000f 037841 call p_app_updata_le_param
-0xb0010 037842 jam le_lpm_disable ,mem_mouse_le_conn_param_reject
-0xb0011 037843 rtn
-:      037846 z_mouse_bb_event_reconn_timeout:
-:      037847 z_mouse_bb_event_reconn_failed:
-0xb0012 037848 fetch 2 ,mem_ui_state_map
-0xb0013 037849 rtnbit1 ui_state_btn_down
-0xb0014 037850 rtnbit1 ui_state_bt_discovery
-0xb0015 037851 rtnbit1 ui_state_ble_adv
-0xb0016 037852 fetch mouse_flag_len ,mem_mouse_flag
-0xb0017 037853 rtnbit1 mouse_bt_discovery_button_down_flag
-0xb0018 037854 branch app_bb_hibernate
-:      037856 z_mouse_le_bb_disconnected:
-0xb0019 037857 jam 0 ,mem_mouse_le_bb_connected_flag
-0xb001a 037858 setarg le_interval_8_75ms
-0xb001b 037859 store 2 ,mem_le_interval_min
-0xb001c 037860 store 2 ,mem_le_interval_min + 2
-0xb001d 037861 jam le_lpm_enable ,mem_mouse_le_conn_param_reject
-0xb001e 037862 jam 0 ,mem_mouse_clear_sensor_data_flag
-0xb001f 037863 call p_mouse_data_init
-0xb0020 037864 call le_clr_config_more_data
-0xb0021 037865 call p_mouse_store_flash_device_info
-0xb0022 037866 branch mouse_bb_disconnected
-:      037869 z_mouse_before_hibernate:
-0xb0023 037870 enable user
-0xb0024 037871 hfetch 4 ,0x8138
-0xb0025 037872 setflag user ,26 ,pdata
-0xb0026 037873 hstore 4 ,core_lpm_reg
-0xb0027 037874 call lpm_write_ctrl
-0xb0028 037875 call disable_authrom
-0xb0029 037877 call p_mouse_store_flash_device_info
-0xb002a 037878 call mouse_before_hibernate_wheel_gpio_set
-0xb002b 037879 call p_mouse_setgpio_hibernate
-0xb002c 037880 call p_flash_deep_power_down
-0xb002d 037881 hfetch 1 ,core_gpio_sel1
-0xb002e 037882 and pdata ,0xf7 ,pdata
-0xb002f 037883 hstore 1 ,core_gpio_sel1
-0xb0030 037884 hfetch 1 ,core_gpio_pd3
-0xb0031 037885 set1 0 ,pdata
-0xb0032 037886 hstore 1 ,core_gpio_pd3
-0xb0033 037887 rtn
+:      037876 z_entrancea:
+0xb0001 037877 beq zcode_a0 ,z_mouse_before_hibernate
+0xb0002 037878 beq zcode_a1 ,z_mouse_le_conn_param_update_rsp_recieved
+0xb0003 037879 beq zcode_a2 ,z_mouse_le_bb_disconnected
+0xb0004 037880 beq zcode_a3 ,z_mouse_bb_event_reconn_timeout
+0xb0005 037881 rtn
+:      037883 z_mouse_le_conn_param_update_rsp_recieved:
+0xb0006 037884 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result
+0xb0007 037885 rtneq ble_signaling_connect_parameter_update_accepted
+0xb0008 037886 fetch 1 ,mem_le_tsniff
+0xb0009 037887 rshift2 pdata ,pdata
+0xb000a 037888 sub pdata ,le_interval_15ms ,null
+0xb000b 037889 branch z_mouse_le_conn_param_update_rsp_not_accepted ,positive
+0xb000c 037890 setarg le_interval_11_25ms
+0xb000d 037891 store 2 ,mem_le_interval_min
+0xb000e 037892 store 2 ,mem_le_interval_min + 2
+0xb000f 037893 call p_app_updata_le_param
+0xb0010 037894 jam le_lpm_disable ,mem_mouse_le_conn_param_reject
+0xb0011 037895 rtn
+:      037897 z_mouse_le_conn_param_update_rsp_not_accepted:
+0xb0012 037898 jam 1 ,mem_mouse_le_updata_not_accepted_flag
+0xb0013 037899 branch p_mouse_le_conn_param_update_rsp_not_accepted_mult_reset
+:      037901 z_mouse_bb_event_reconn_timeout:
+:      037902 z_mouse_bb_event_reconn_failed:
+0xb0014 037903 fetch 2 ,mem_ui_state_map
+0xb0015 037904 rtnbit1 ui_state_btn_down
+0xb0016 037905 rtnbit1 ui_state_bt_discovery
+0xb0017 037906 rtnbit1 ui_state_ble_adv
+0xb0018 037907 fetch mouse_flag_len ,mem_mouse_flag
+0xb0019 037908 rtnbit1 mouse_bt_discovery_button_down_flag
+0xb001a 037909 branch app_bb_hibernate
+:      037911 z_mouse_le_bb_disconnected:
+0xb001b 037912 jam 0 ,mem_mouse_le_bb_connected_flag
+0xb001c 037913 setarg le_interval_8_75ms
+0xb001d 037914 store 2 ,mem_le_interval_min
+0xb001e 037915 store 2 ,mem_le_interval_min + 2
+0xb001f 037916 jam le_lpm_enable ,mem_mouse_le_conn_param_reject
+0xb0020 037917 jam 0 ,mem_mouse_clear_sensor_data_flag
+0xb0021 037918 call p_mouse_data_init
+0xb0022 037919 call le_clr_config_more_data
+0xb0023 037920 call mouse_bb_disconnected
+0xb0024 037921 call p_mouse_store_flash_device_info
+0xb0025 037922 fetch 1 ,mem_mouse_start_discovery_enable
+0xb0026 037923 rtn blank
+:      037924 z_check_51cmd_adv:
+0xb0027 037925 fetch 6 ,mem_le_normal_lap
+0xb0028 037926 store 6 ,mem_le_lap
+0xb0029 037927 call p_mouse_le_adv_data_update
+0xb002a 037928 branch check_51cmd_adv
+:      037930 z_mouse_before_hibernate:
+0xb002b 037931 hfetch 4 ,core_lpm_ctrl
+0xb002c 037932 set1 26 ,pdata
+0xb002d 037933 hstore 4 ,core_lpm_reg
+0xb002e 037934 call lpm_write_ctrl
+0xb002f 037935 call disable_authrom
+0xb0030 037936 call mouse_devce_led_off
+0xb0031 037938 call p_mouse_store_flash_device_info
+0xb0032 037939 call mouse_before_hibernate_wheel_gpio_set
+0xb0033 037940 call p_mouse_setgpio_hibernate
+0xb0034 037942 call p_flash_deep_power_down
+0xb0035 037943 hfetch 1 ,core_gpio_sel1
+0xb0036 037944 and pdata ,0xf7 ,pdata
+0xb0037 037945 hstore 1 ,core_gpio_sel1
+0xb0038 037946 hfetch 1 ,core_gpio_pd3
+0xb0039 037947 set1 0 ,pdata
+0xb003a 037948 hstore 1 ,core_gpio_pd3
+0xb003b 037949 rtn
               org 0xc0001
-:      037892 z_entranceb:
-0xc0001 037894 beq zcode_b1 ,z_mouse_sniff_not_accept
-0xc0002 037895 beq zcode_b2 ,z_mouse_enter_sniff_check
-0xc0003 037896 beq zcode_b3 ,z_mouse_le_ll_start_encryt
-0xc0004 037897 beq zcode_b4 ,z_mouse_bb_event_disconnected
-0xc0005 037898 beq zcode_b5 ,z_mouse_irtual_cable_unplug
-0xc0006 037899 rtn
-:      037901 z_mouse_sniff_not_accept:
-0xc0007 037902 fetch 1 ,mem_mouse_enter_sniff_count
-0xc0008 037903 rtneq 2
-0xc0009 037904 increase 1 ,pdata
-0xc000a 037905 store 1 ,mem_mouse_enter_sniff_count
-0xc000b 037906 jam 0x12 ,mem_sniff_param_interval
-0xc000c 037907 branch app_bt_enter_sniff
-:      037909 z_mouse_enter_sniff_check:
-0xc000d 037910 fetch 1 ,mem_mouse_enter_sniff_count
-0xc000e 037911 rtnne 2
-0xc000f 037912 jam 0 ,mem_mouse_enter_sniff_count
-0xc0010 037913 jam 0x0e ,mem_sniff_param_interval
-0xc0011 037914 branch app_bt_enter_sniff
-:      037916 z_mouse_le_ll_start_encryt:
-0xc0012 037917 fetch 1 ,mem_mouse_le_reconnect_flag
-0xc0013 037918 beq 1 ,z_mouse_le_ll_reconn_start_encryt
-0xc0014 037919 branch z_mouse_le_ll_enable_start_enc_flag
-:      037920 z_mouse_le_ll_reconn_start_encryt:
-0xc0015 037921 call p_app_updata_le_param
-0xc0016 037922 jam 5 ,mem_le_start_encrypt_timer
-:      037923 z_mouse_le_ll_enable_start_enc_flag:
-0xc0017 037924 arg ll_start_enc_flag ,queue
-0xc0018 037925 branch mouse_le_enable_connect_flag
-:      037927 z_mouse_bb_event_disconnected:
-0xc0019 037928 jam 0 ,mem_bt_rcvd_switch_req_accept
-0xc001a 037929 jam 0 ,mem_bt_send_lmp_setup_complete
-0xc001b 037930 jam 0 ,mem_mouse_bt_send_first_package_flag
-0xc001c 037931 call p_mouse_store_flash_device_info
-0xc001d 037932 branch mouse_bb_disconnected
-:      037934 z_mouse_irtual_cable_unplug:
-0xc001e 037935 setarg 0x01
-0xc001f 037936 store 6 ,mem_plap
-0xc0020 037937 jam rec_3_mode ,mem_record_bt_mode
-0xc0021 037938 jam 0xff ,mem_mouse_fast_conn_flag
-0xc0022 037939 call mouse_before_store_reconn_info
-0xc0023 037940 jam 0xff ,mem_device1_type
-0xc0024 037941 branch p_mouse_store_flash_device_info
-              org 0xd0001
-:      037945 z_entrancec:
-0xd0001 037946 beq zcode_c0 ,z_mouse_24g_attempt_fail
-0xd0002 037947 beq zcode_c1 ,z_mouse_24g_attempt_success
-0xd0003 037948 rtn
-:      037950 z_mouse_24g_attempt_fail:
-0xd0004 037951 call p_mouse_sensor_powerdown_check
-0xd0005 037952 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt
-0xd0006 037953 call p_mouse_tx_power_init
-0xd0007 037954 call p_g24_check_51cmd_stop_24g
-0xd0008 037955 jam 0 ,mem_link_key_exists
-0xd0009 037957 fetch 1 ,mem_power_on_flag
-0xd000a 037958 bbit1 2 ,app_enter_hibernate
-0xd000b 037959 fetch 1 ,mem_mouse_fast_conn_flag
-0xd000c 037960 beq 0xff ,z_mouse_24g_attempt_fail_next
-0xd000d 037961 call p_mouse_load_flash_info_check
-0xd000e 037962 arg 3 ,loopcnt
-0xd000f 037963 arg mem_device1_addr ,contr
-0xd0010 037964 call p_pdata_0xff_check
-0xd0011 037965 branch p_mouse_null_enter_hibernate_enable ,user
-:      037966 z_mouse_24g_attempt_fail_next:
-0xd0012 037967 branch p_mouse_check_reconn_target
-:      037969 z_mouse_24g_attempt_success:
-0xd0013 037970 jam 1 ,mem_mouse_24g_attempt_success_flag
-0xd0014 037971 call p_mouse_null_enter_hibernate_disable
-0xd0015 037972 call p_mouse_init_sensor_reset
-0xd0016 037973 call mouse_no_data_timer_init
-0xd0017 037974 fetch 4 ,mem_24g_allpowerful_addr
-0xd0018 037975 fetcht 4 ,mem_24g_addr
-0xd0019 037976 isub temp ,null
-0xd001a 037977 branch z_mouse_store_24g_device_2flash ,zero
-0xd001b 037978 jam latest_mode_24g ,mem_mouse_latest_mode
-:      037979 z_mouse_store_24g_device_2flash:
-0xd001c 037980 call mouse_cheak_select_24gdevice
-0xd001d 037981 branch p_mouse_store_flash_device_info
+:      037953 z_entranceb:
+0xc0001 037954 beq zcode_b1 ,z_mouse_sniff_not_accept
+0xc0002 037955 beq zcode_b2 ,z_mouse_enter_sniff_check
+0xc0003 037956 beq zcode_b3 ,z_mouse_le_ll_start_encryt
+0xc0004 037957 beq zcode_b4 ,z_mouse_bb_event_disconnected
+0xc0005 037958 rtn
+:      037960 z_mouse_sniff_not_accept:
+0xc0006 037961 fetch 1 ,mem_mouse_enter_sniff_count
+0xc0007 037962 rtneq 2
+0xc0008 037963 increase 1 ,pdata
+0xc0009 037964 store 1 ,mem_mouse_enter_sniff_count
+0xc000a 037965 jam 0x12 ,mem_sniff_param_interval
+0xc000b 037966 branch app_bt_enter_sniff
+:      037968 z_mouse_enter_sniff_check:
+0xc000c 037969 fetch 1 ,mem_mouse_enter_sniff_count
+0xc000d 037970 rtnne 2
+0xc000e 037971 jam 0 ,mem_mouse_enter_sniff_count
+0xc000f 037972 jam 0x0e ,mem_sniff_param_interval
+0xc0010 037973 branch app_bt_enter_sniff
+:      037975 z_mouse_le_ll_start_encryt:
+0xc0011 037976 fetch 1 ,mem_mouse_le_reconnect_flag
+0xc0012 037977 beq 1 ,z_mouse_le_ll_reconn_start_encryt
+0xc0013 037978 jam 20 ,mem_le_start_encrypt_timer
+0xc0014 037979 branch z_mouse_le_ll_enable_start_enc_flag
+:      037980 z_mouse_le_ll_reconn_start_encryt:
+0xc0015 037981 call p_app_updata_le_param
+0xc0016 037982 jam 10 ,mem_le_start_encrypt_timer
+:      037983 z_mouse_le_ll_enable_start_enc_flag:
+0xc0017 037984 arg ll_start_enc_flag ,queue
+0xc0018 037985 branch mouse_le_enable_connect_flag
+:      037987 z_mouse_bb_event_disconnected:
+0xc0019 037988 jam 0 ,mem_bt_rcvd_switch_req_accept
+0xc001a 037989 jam 0 ,mem_bt_send_lmp_setup_complete
+0xc001b 037990 jam 0 ,mem_mouse_bt_send_first_package_flag
+0xc001c 037991 call p_mouse_store_flash_device_info
+0xc001d 037992 branch mouse_bb_disconnected
Index: output/bt_program23.meta
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_program23.meta	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_program23.meta	(working copy)
@@ -46,12 +46,10 @@
 define BLE
 define CLASSIC_BT
 define MOUSE_SMOOTHER
-//define XY_OFFSET
 //define ADC_ENABLE
 //define P24G_LOG
 //define RF_DEBUG
 define BLE_FAST_CONN_ENABLE
-define G24_NEW_RF_HOP
 
 //define DEBUGLOG
 //define DEBUGLOG_CALLBACK
@@ -79,13 +77,23 @@
 	call power_ctrl_pac_succ_cnt_init
 	fetch 1,mem_ui_button_timeout
 	store 1,mem_combination_ui_button_count	//combination key timer init
-	fetch 1,mem_bt_ui_button_timeout
-	store 1,mem_bt_ui_button_count	//bt key timer init
-	call mouse_bt_discovery_button_down_disable
+	call p_mouse_bt_discovery_button_up_init
 	call p_mouse_spi_init
 	call p_drawing_optima_init
 	call p_mouse_cb_fuction
 	call p_mouse_wakeup_from_power
+	fetch 4,mem_lap
+	store 4,mem_24g_device_addr
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	call mouse_param_init
+	setarg 0x1802	//16M XTAL
+	store 2,mem_fcomp_mul
+	setarg 0
+	store 2,mem_lpm_interval
+	call load_adc_init
 	branch p_mouse_setting_config
 
 p_mouse_cb_fuction:
@@ -118,7 +126,14 @@
 p_mouse_wakeup_no_from_power:
 	fetch 1,mem_reconn_times_init
 	store 1,mem_reconn_times
-	rtn
+	fetch 6,mem_le_lap
+	store 6,mem_le_normal_lap
+	fetch 1,mem_power_on_flag
+	rtnbit1 2
+	//power on
+	jam BLE_POWERON_RECONN_TIMER,mem_mouse_poweron_bt_start_reconn_timer
+	branch p_mouse_dpi_config_default
+
 p_mouse_24g_transmit_by_interrupt_exit_count_max:
 	setarg 375
 	store 2,mem_24g_transmit_by_interrupt_exit_count_init
@@ -128,29 +143,10 @@
 	nop 1
 	nop 1
 	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-
-	
-	
-
 
 p_patch_array:
 	bbit1 8,pf_patch_ext
-	//patch00_0 and patch11_2 are unuseful because of otp
+	//patch00_0 is unuseful because of otp
 	beq patch00_1,p_soft_reset_1
 	beq patch00_2,p_soft_reset_2
 	beq patch10_5,p_shutdown_radio
@@ -187,13 +183,13 @@
 	beq patch2c_7,p_le_parse_l2cap
 	beq patch2d_2,p_le_adv_not_match
 	beq patch2e_7,p_le_lpm_setmult
+	beq patch3f_2,p_check_51cmd_once_continue
 	beq patch20_5,p_hid_rx_process
 	beq patch30_0,p_parse_lmp_accepted
 	beq patch30_2,p_send_lmp
 	beq patch31_0,p_process_conn_sm
 	beq patch31_4,p_twspi_reset
 	beq patch31_5,p_spid_init
-	beq patch3f_2,p_check_51cmd_once_continue
 	branch loop
 	
 
@@ -209,28 +205,8 @@
 	storet 1,mem_rssi_signal_index
 	rtn
 
-//p_mouse_select_device_button_wakeup_check:
-//	jam 0,mem_mouse_select_device_button_wakeup_flag
-//	fetcht 1,mem_config_select_device_button_gpio
-//	call gpio_config_input
-//	fetcht 1,mem_config_select_device_button_gpio
-//	call gpio_get_bit
-//	nrtn true
-//	call delay_10ms
-//	fetcht 1,mem_config_select_device_button_gpio
-//	call gpio_get_bit
-//	nrtn true
-//	jam 1,mem_mouse_select_device_button_wakeup_flag
-//	rtn
-
-
-//p_mouse_switch_Hwakeup_byPB:
-//	fetch 1,mem_mouse_select_device_button_wakeup_flag
-//	rtn blank
-//	call p_mouse_switch_device_flag
-//	branch p_mouse_store_flash_device_info	
-
 p_soft_reset_1:
+//	call p_mouse_select_device_button_wakeup_check
 	arg mem_sp_state,contw
 	arg 12,loopcnt
 	call clear_mem
@@ -279,6 +255,9 @@
 
 p_g24_dispatch:
 	rtnmark0 mark_24g
+	fetch 1,mem_24g_conn_sm
+	bbit1 STATE_24G_PAIR,p_g24_pair_dispatch
+	bbit1 STATE_24G_RECONN,p_g24_reconn_dispatch
 	fetch 1,mem_24g_transmit_by_interrupt
 	beq G24_TX_TIMER_INT_ENABLE,p_g24_transmit_by_interrupt
 p_g24_transmit_process:
@@ -293,13 +272,23 @@
 	call g24_long_sleep_shorter_param_update
 	fetch 1,mem_mouse_multi_led_state
 	beq ON,p_g24_transmit_by_interrupt_enable
-p_g24_short_sleep:	
+//	fetch 1,mem_mouse_key
+//	bbit1 2,p_g24_transmit_by_interrupt_enable	//MButton
+p_g24_short_sleep:
 	call p_g24_lpm_wait
 	nrtn user
 	call p_clear_wake
-	setarg 62500
+	setarg 61500
 	branch lpm_dispatch_sleep
 
+p_g24_pair_dispatch:
+	jam ZCODE_60,mem_zcode_temp_param0
+	branch p_zcode_entrance
+
+p_g24_reconn_dispatch:
+	jam ZCODE_53,mem_zcode_temp_param0
+	branch p_zcode_entrance
+
 g24_long_sleep_shorter_param_update:
 //	fetch 1,mem_config_function_enable
 //	rtnbit1 ENABLE_SENSOR_MOTION_PIN
@@ -307,7 +296,7 @@
 	store 3,mem_24g_enter_hibernate
 	jam 20,mem_24g_long_sleep_param_update_timer
 	rtn
-	
+
 p_g24_transmit_by_interrupt:
 	call p_g24_timer_check
 	nrtn user
@@ -328,12 +317,12 @@
 p_g24_interval_min:
 	jam 0,mem_24g_pac_index
 	fetch 1,mem_24g_interval_min
-p_g24_current_interval_store:
+p_g24_interval_store:
 	store 1,mem_24g_interval
 	rtn
 p_g24_interval_max:
 	fetch 1,mem_24g_interval_max
-	branch p_g24_current_interval_store
+	branch p_g24_interval_store	
 p_g24_interval_calibrate:
 	fetch 1,mem_24g_pac_index
 	increase 1,pdata
@@ -349,6 +338,9 @@
 	nrtn blank
 	fetch 1,mem_mouse_multi_led_state
 	rtneq ON
+	fetch 1,mem_24g_transmit_by_interrupt
+	rtneq G24_TX_TIMER_INT_ENABLE
+	call p_g24_search_dongle
 p_g24_long_sleep:
 	call p_g24_lpm_wait
 	nrtn user
@@ -366,7 +358,27 @@
 	branch disable_user,blank
 	fetch 1,mem_24g_transmit_by_interrupt
 	beq G24_TX_TIMER_INT_ENABLE,disable_user
-	branch p_mouse_setgpio_lpm
+p_mouse_setgpio_lpm:
+	call p_mouse_set_sdio_high
+	call p_clear_wake
+p_mouse_setgpio_hibernate:	
+	call mouse_lpm_before_common
+	call p_flash_ncs_disable
+	hfetch 4,core_gpio_oe0
+	hfetcht 4,core_gpio_pu0
+	ior temp,temp
+	invert temp,temp
+	hstoret 4,core_gpio_pd0
+	hfetch 1,core_gpio_pd1
+	set0 2,pdata
+	hstore 1,core_gpio_pd1
+	hfetch 1,core_gpio_pd2	//flash hold pin gpio22
+	set0 6,pdata
+	hstore 1,core_gpio_pd2
+	
+p_mouse_ice_gpio_set_inpu:
+	arg 0x1d,temp
+	branch gpio_config_input	//input and pullup
 
 p_g24_send_abort_packet:
 	jam 1,mem_24g_abort_pac
@@ -384,11 +396,45 @@
 	call p_g24_txdata_enable_tx
 	branch p_g24_transmit_start
 
-p_g24_set_device_addr:
-	fetch 4,mem_lap
-	store 4,mem_24g_device_addr
+p_g24_search_dongle_init:
+	setarg 0
+	store 3,mem_24g_search_dongle_action
 	rtn
 
+p_g24_search_dongle:
+	jam ZCODE_71,mem_zcode_temp_param0
+	branch p_zcode_entrance
+
+p_g24_search_dongle_check:
+	jam 0,mem_24g_search_dongle_count
+	fetch 1,mem_24g_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_24g_search_dongle_action
+	setarg G24_DISCONN_NODATA_TIMER	//3min
+	store 2,mem_mouse_no_data_timer
+	branch p_mouse_sensor_powerdown
+
+p_g24_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch p_g24_search_dongle_init,blank
+	jam 0,mem_24g_search_dongle_count
+	fetch 1,mem_24g_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_24g_search_dongle_action
+	call mouse_no_data_timer_init
+	branch p_mouse_init_sensor_reset
+
+//p_g24_set_device_addr:
+//	call adc_init_data
+//	fetch 4,mem_2v_adc_vinlpm_data	//adc data from otp
+//	store 4,mem_24g_device_addr	
+//	nrtn blank
+//	fetch 4,mem_lap
+//	store 4,mem_24g_device_addr
+//	rtn
+
 p_g24_transmit_rf_sta_init:
 	jam 1,mem_24g_rf_last_sta
 	jam 0,mem_24g_sync_cnt
@@ -416,7 +462,7 @@
 	store 1,mem_24g_txpayload
 	call power_ctrl_pac_succ_decrs
 	branch p_g24_ch
-
+	
 //p_g24_transmit_hop_pac_fail:
 //	call power_ctrl_pac_succ_decrs
 //	fetch 1,mem_24g_rf_work_stage
@@ -434,7 +480,7 @@
 //	jam 0,mem_24g_rf_hop_ch
 //	branch p_g24_transmit_hop_pac_fail_stage1
 
-	
+//	
 //p_g24_transmit_pac_fail_hop_stage3:
 //	fetch 2,mem_24g_txfail_cnt
 //	increase 1,pdata
@@ -504,11 +550,16 @@
 	jam 4,mem_24g_max_retry
 p_g24_ch:
 	fetcht 1,mem_24g_current_ch_number
-p_g24_ch_map_size:
-	call p_g24_ch_calc
+	fetch 1,mem_24g_addr	
+	and_into 0x03,pdata
+	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
+	setarg mem_24g_ch_map1
+	iadd rega,pdata
+	iadd temp,contr
+	ifetch 1,contr
+	store 1,mem_24g_ch
 	increase 1,temp
 	and_into 3,temp //map size =4
-
 	storet 1,mem_24g_current_ch_number
 	rtn
 
@@ -579,7 +630,7 @@
 	fetch 1,mem_24g_pid
 	increase 1,pdata
 	store 1,mem_24g_pid
-	call p_g24_hop_enable_packet
+	call p_g24_hop_enable_packet	
 	fetch 1,mem_24g_pairing_sm
 	bne STATE_24G_PAIRING_SUCCESS,p_g24_paring_mode_start
 	call p_g24_transmit_succ_rf_config
@@ -620,13 +671,11 @@
 	store 2,mem_24g_txfail_cnt	
 	fetch 1,mem_24g_txfail_cnt+1
 	bbit1 4,g24_stop_24g_mode
-
 	fetch 1,mem_24g_pairing_sm
 	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
-
 	call p_g24_tx_hop_ch_process
 	branch p_g24_transmit_loop
-
+	
 p_g24_tx_paring_retry:
 	fetch 1,mem_24g_txfail_cnt
 	rtnne 0xff
@@ -651,7 +700,7 @@
 	beq 8,p_g24_hop_ch_enable
 	beq 12,p_g24_hop_ch_disable
 	rtn
-	
+
 p_g24_ackpayload_parse:
 	call p_g24_read_len_pid_crc
 	fetch 1,mem_24g_rxdata_length	//ack payload length 
@@ -661,27 +710,61 @@
 	arg mem_24g_rxpayload,contw	//ack payload buffer 
 	branch memcpy
 
+p_g24_pair_init:
+	jam TX_POWER_f5DB,mem_tx_power
+	jam 0,mem_24g_pid
+	jam G24_PAIR_CH,mem_24g_ch
+	fetch 4,mem_24g_paring_addr
+p_g24_update_addr_and_synccrc8:	
+	store 4,mem_24g_addr
+//output: 1BYTE crc8
+p_g24_syncword_crc8:
+	arg 0,rega
+	arg 4,loopcnt
+	arg mem_24g_addr,contr
+p_g24_syncword_crc8_loop:
+	ifetch 1,contr
+	iadd rega,rega
+	loop p_g24_syncword_crc8_loop
+	copy rega,pdata
+	store 2,mem_24g_syncword
+	fetch 1,mem_24g_syncword
+	fetcht 1,mem_24g_syncword+1
+	iadd temp,pdata
+	store 1,mem_24g_syncword_crc8
+	rtn
+
+p_g24_start_pairing_sm1:
+//	set1 mark_24g,mark
+	call p_g24_pair_init
+p_g24_set_pairing_sm_1:
+	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
+	rtn
+
+
 p_g24_pairing_sm:
 	jam ZCODE_90,mem_zcode_temp_param0
 	branch p_zcode_entrance
-
+	
 p_g24_paring_mode_start:
 	call power_ctrl_pac_succ_cnt_init
 p_g24_paring_mode:
 	jam ZCODE_91,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
-p_g24_auto_pair_start:
-	jam ZCODE_70,mem_zcode_temp_param0
+p_g24_start_24g_mode:
+	jam ZCODE_40,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_g24_check_51cmd_stop_24g:
 	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
 	call le_disable
 p_mouse_disable_g24_pairing_flag:
 	arg MOSUE_24G_PAIRING_FLAG,queue
 	branch mouse_disable_function_flag
 
+
 p_g24_put_data_in_buff:
 	storet 1,mem_24g_datalen
 	copy temp,loopcnt
@@ -707,24 +790,7 @@
 	store 1,mem_24g_sta_pid
 	rtn
 
-p_g24_update_addr_and_synccrc8:	
-	store 4,mem_24g_addr
-//output: 1BYTE crc8
-p_g24_syncword_crc8:
-	arg 0,rega
-	arg 4,loopcnt
-	arg mem_24g_addr,contr
-p_g24_syncword_crc8_loop:
-	ifetch 1,contr
-	iadd rega,rega
-	loop p_g24_syncword_crc8_loop
-	copy rega,pdata
-	store 2,mem_24g_syncword
-	fetch 1,mem_24g_syncword
-	fetcht 1,mem_24g_syncword+1
-	iadd temp,pdata
-	store 1,mem_24g_syncword_crc8
-	rtn
+
 
 p_g24_transmit_prep:
 
@@ -750,17 +816,38 @@
 	iforce loopcnt
 	arg mem_24g_txbuf,contr
 	branch memcpy
+
+//p_g24_ch:
+//	fetcht 1,mem_24g_current_ch_number
+//	fetch 1,mem_24g_addr	
+//	and_into 0x03,pdata
+//	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
+//	setarg mem_24g_ch_map1
+//	iadd rega,pdata
+//	iadd temp,contr
+//	ifetch 1,contr
+//	store 1,mem_24g_ch
+//	increase 1,temp
+//	and_into 3,temp //map size =4
+//	storet 1,mem_24g_current_ch_number
+//	rtn
+
+//p_g24_ch_map_size:
+//	call p_g24_ch_calc
+//	increase 1,temp
+//	and_into 3,temp //map size =4
+//	rtn
 	
-p_g24_ch_calc:
-	fetch 1,mem_24g_addr	
-	and_into 0x03,pdata
-	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
-	setarg mem_24g_ch_map1
-	iadd rega,pdata
-	iadd temp,contr
-	ifetch 1,contr
-	store 1,mem_24g_ch
-	rtn
+//p_g24_ch_calc:
+//	fetch 1,mem_24g_addr	
+//	and_into 0x03,pdata
+//	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
+//	setarg mem_24g_ch_map1
+//	iadd rega,pdata
+//	iadd temp,contr
+//	ifetch 1,contr
+//	store 1,mem_24g_ch
+//	rtn
 
 p_g24_prep:
 	disable enable_crc
@@ -773,16 +860,16 @@
 	rshift temp,white_init
 	rtn
 
-p_g24_receive_packet:
-	call le_enable
-	fetch 4,mem_24g_addr
-	iforce access
-	call set_sync_on
-	fetcht 1,mem_24g_ch
-	call set_freq_rx
-	setarg param_pll_setup
-	call sleep
-	call rf_rx_enable
+//p_g24_receive_packet:
+//	call le_enable
+//	fetch 4,mem_24g_addr
+//	iforce access
+//	call set_sync_on
+//	fetcht 1,mem_24g_ch
+//	call set_freq_rx
+//	setarg param_pll_setup
+//	call sleep
+//	call rf_rx_enable
 p_g24_receive_rxon:
 
 
@@ -795,7 +882,7 @@
 	fetch 2,mem_24g_rx_window
 	iforce stop_watch
 	correlate null,timeout
-	nbranch p_g24_end_of_packet,sync
+	nbranch p_g24_sync_timeout,sync
 
 
 	disable decode_fec0
@@ -809,9 +896,9 @@
 	nbranch p_g24_end_of_packet,zero
 	call p_g24_receive_byte
 	store 1,mem_24g_rxbuf	//device id
-	fetch 1,mem_24g_mode
-	sub pdata,rx_24g,null
-	branch p_g24_receive_skip,zero
+//	fetch 1,mem_24g_mode
+//	sub pdata,rx_24g,null
+//	branch p_g24_receive_skip,zero
 	fetch 1,mem_24g_rxbuf
 	fetcht 1,mem_24g_data_type
 	icompare bits_data,temp
@@ -857,18 +944,17 @@
 	rshift3 pwindow,pdata
 	rtn
 	
+p_g24_sync_timeout:
+//ifdef DONGLE
+//	call p_rssi_noise
+//endif
+//	branch p_g24_end_of_packet
 p_g24_end_of_packet:
 	disable encode_fec1
 	disable decode_fec1
 	call end_of_packet
 	rtn
 
-//p_g24_sync_timeout:
-//ifdef DONGLE
-//	call p_rssi_noise
-//endif
-//	branch p_g24_end_of_packet
-
 p_g24_set_freq_tx:
 	call set_sync_on
 	fetcht 1,mem_24g_ch
@@ -988,31 +1074,6 @@
 	store 8,mem_gpio_wakeup_low
 	rtn
 
-p_mouse_setgpio_lpm:
-	call p_mouse_set_sdio_high
-	call p_clear_wake
-p_mouse_setgpio_hibernate:	
-	call mouse_lpm_before_common
-	call p_flash_ncs_disable
-	hfetch 4,core_gpio_oe0
-	hfetcht 4,core_gpio_pu0
-	ior temp,temp
-	invert temp,temp
-	hstoret 4,core_gpio_pd0
-	hfetch 1,core_gpio_pd1
-	set0 2,pdata
-	hstore 1,core_gpio_pd1
-	hfetch 1,core_gpio_pd2	//flash hold pin gpio22
-	set0 6,pdata
-	hstore 1,core_gpio_pd2	
-p_mouse_ice_gpio_set_input_pu:
-	fetcht 1,mem_mouse_multi_led_gpio
-	call gpio_config_input
-	fetcht 1,mem_mouse_multi_led_gpio
-	set1 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	branch gpio_set_bit
-	
 
 p_mouse_set_sdio_high:
 	fetch 1,mem_mouse_init_sensor_reset_flag
@@ -1025,41 +1086,41 @@
 	call enable_authrom
 	branch p_mouse_spi_init,wake
 p_device_wake_from_power:
-	fetch 3,mem_le_lap+3
-	store 3,mem_le_lap_high_3B
 	call p_wake_from_power
 
-//	call p_mouse_switch_Hwakeup_byPB
-	call p_mouse_load_flash_device_info
-	call p_mouse_check_key_gpio
-	beq MOUSE_LM_BUTTON,p_mouse_24g_pairing_button
+//ifdef G24
+//	fetch 1,mem_power_on_flag
+//	bbit1 2,p_mouse_skip_24g_pair
+//	call p_mouse_check_key_gpio
+//	beq MOUSE_LR_BUTTON,p_mouse_24g_pairing_button
+//p_mouse_skip_24g_pair:
+//endif
+p_mouse_start:
+//	call p_mouse_mode_24g_device_multi_led_blink3s
 	fetch 1,mem_power_on_flag
-	bbit1 2,p_mouse_wakeup_from_hibernate
-	branch p_mouse_start_24g_mode
-	
+	bbit1 2,p_mouse_wakeup_from_hibernate	//hibernate goto reconn
+	jam LATEST_MODE_NULL,mem_mouse_latest_mode
+	branch p_mouse_start_24g_pair
+
 p_mouse_wakeup_from_hibernate:
+	call p_mouse_load_flash_device_info
 	fetch 1,mem_mouse_latest_mode
 	beq LATEST_MODE_BT,p_mouse_check_reconn_target
-	branch p_mouse_start_24g_mode
-	
-p_mouse_start_24g_mode:
-	fetch 1,mem_mouse_latest_mode
-	bne 0xff,p_g24_start_24g_mode
-	fetch 4,mem_24g_allpowerful_addr
-	store 4,mem_24g_addr
-p_g24_start_24g_mode:
-	jam ZCODE_60,mem_zcode_temp_param0
-	branch p_zcode_entrance
-	
+	beq LATEST_MODE_24G,p_g24_start_24g_mode
+	jam BLE_POWERON_RECONN_TIMER,mem_mouse_poweron_bt_start_reconn_timer
+	rtn
+
 p_mouse_check_reconn_target:
+	jam 1,mem_24g_stop_g24_mode
 	call p_mouse_tx_power_init
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,p_mouse4_0_check_reconn_target
 	fetch 1,mem_xrecord_mode
 	beq REC_3_MODE,p_mouse3_0_check_reconn_target
 	beq REC_4_MODE,p_mouse4_0_check_reconn_target
-	rtn
-	
+	call p_mouse_fast_conn_adv_switch_timer_reinit
+	jam 6,mem_connection_options
+	call p_mouse_check_fast_conn_adv_start
+	branch check_51cmd_start_discovery
+
 //p_device_wake_from_lpm:
 //	branch p_mouse_spi_init
 
@@ -1072,57 +1133,21 @@
 //	fetch 1,mem_config_function_enable
 //	branch mouse_cheak_select_device_by_switch+1
 
-//p_mouse_connect_24g_mode:
-//	jam MODE_24G_DEVICE,mem_device_flag
-//	call p_mouse_mode_24g_device_multi_led_on
-//	branch p_mouse_start_24g_mode
-
 p_mouse3_0_check_reconn_target:
 	fetch 6,mem_hci_plap
 	branch app_bt_start_discovery_short,blank
 	branch mouse3_0_check_reconn_target+3
 
 p_mouse4_0_check_reconn_target:
-	jam ZCODE_22,mem_zcode_temp_param0
+	jam ZCODE_12,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
-p_le_check_adv_flag:
-	arg mem_le_adv_data,rega
-p_le_check_adv_flag_loop:
-	ifetch 1,rega	//length
-	rtn blank
-	iadd contr,rega
-	ifetch 1,contr	//type
-	rtneq 0x01
-	branch p_le_check_adv_flag_loop
-
-p_mouse_le_fast_conn_disable:
-	jam 0x5a,mem_mouse_fast_conn_flag
-	rtn
-	
-p_mouse_fast_conn_init:
-	jam 0xff,mem_mouse_fast_conn_flag
-	jam 0x34,mem_xrecord_mode
-	fetch 6,mem_24g_allpowerful_addr
-	store 6,mem_le_lap
-	rtn	
-	
-
-p_mouse_24g_pairing_button:
-	jam ZCODE_61,mem_zcode_temp_param0
-	branch p_zcode_entrance
-
-//p_mouse_devce_led_off:
-//	call mouse_device1_led_on
-//	call mouse_device2_led_on
-//	fetch 1,mem_config_low_voltage_alarm_gpio
-//	store 1,mem_mouse_struct_led_gpio
-//	branch mouse_led_on
+//ifdef G24
+//p_mouse_24g_pairing_button:
+//	jam ZCODE_42,mem_zcode_temp_param0
+//	branch p_zcode_entrance
+//endif
 
-p_mouse_spi_init:
-	jam 0x76,mem_spi_init_clk
-	branch mouse_spi_init
-	
 p_mouse_init_sunt:
 	call p_mouse_spi_init
 	call mouse_spi_sdio_gpio_pollup
@@ -1134,10 +1159,6 @@
 	nop 1000
 	branch p_mouse_init_sensor
 
-p_mouse_init_sensor_reset:
-	jam 1,mem_mouse_init_sensor_reset_flag
-	branch p_mouse_init_sunt
-
 p_mouse_init_p32xx_id2_judge:
 	call p_mouse_sensor_poweron
 	fetch 1,mem_sensor_id2
@@ -1148,24 +1169,25 @@
 
 p_mouse_mx8650_init_param:
 	jam MX8650,mem_config_sensor_type
-	setarg 0x8006
+	setarg 0x8006	//reset to factory settings
 	call twspi_write
 	call delay_10ms
 	arg mem_sensor_8650_init,regc
-	call p_sensor_wr_seq
-	branch p_mouse_dpi_config
-
-p_mouse_ka8_init_param:
-	jam KA8,mem_config_sensor_type	
-	arg mem_sensor_ka8_init,regc
 p_sensor_wr_seq:
 	ifetch 2,regc
-	rtneq 0xff
+	arg 0xffff,temp
+	isub temp,null
+	rtn zero
 	call twspi_write
 	nop 12000
 	increase 2,regc
 	branch p_sensor_wr_seq
 
+p_mouse_ka8_init_param:
+	jam KA8,mem_config_sensor_type
+	arg mem_sensor_ka8_init,regc
+	branch p_sensor_wr_seq
+
 p_mouse_8009_init_param:
 	setarg 0x16
 	call twspi_read
@@ -1190,61 +1212,10 @@
 	jam P3065,mem_config_sensor_type
 	rtn
 
-p_mouse_sensor_poweron:
-	arg mem_sensor_poweron_init,regc
-	call p_sensor_wr_seq
-	call p_mouse_dpi_config
-	fetch 1,mem_config_sensor_type
-	beq KA8,p_mouse_ka8_init_param
-	beq MX8650,p_mouse_mx8650_init_param
-	beq P8009,p_mouse_8009_init_param
-	rtn
-
-p_mouse_dpi_config:
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_EEPROM,mouse_dpi_config
-	fetch 1,mem_mouse_dpi
-	bne 0xff,p_mouse_seting_dpi
-p_mouse_dpi_config_default:
-	fetch 1,mem_config_sensor_motion
-	store 1,mem_mouse_dpi
-	branch p_mouse_seting_dpi
-
-p_mouse_sensor_powerdown:
-	setarg 0x0806
-	call twspi_read
-	or pdata,0x08,pdata
-	lshift8 pdata,pdata
-	add pdata,0x06,pdata
-	branch twspi_write	//make sdio high
-
-p_mouse_setting_config:
+p_mouse_setting_config:	
 	jam ZCODE_80,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
-p_mouse_set_gpio_control_sensor:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
-	rtnbit0 MOUSE_ENABLE_GPIO_CONTROL_ADC_SENSOR
-p_mouse_sensor_set_angle:
-	hfetch 1,core_gpio_pu0
-	set1 5,pdata
-	hstore 1,core_gpio_pu0	
-	call p_mouse_sensor_set_angle_2
-	hfetch 1,core_gpio_pu0
-	set0 5,pdata
-	hstore 1,core_gpio_pu0
-	rtn
-p_mouse_sensor_set_angle_2:
-	fetcht 1,mem_select_sensor_angle_gpio
-	call gpio_config_input
-	fetcht 1,mem_select_sensor_angle_gpio
-	call gpio_get_bit
-	jam MOUSE_3CLK_ANGLE,mem_config_sensor_angle
-	rtn true
-	jam MOUSE_6CLK_ANGLE,mem_config_sensor_angle
-	rtn
-	
-
 //ncs gpio output high
 p_flash_ncs_disable:
 	fetcht 1,mem_flash_ncs_gpio
@@ -1261,11 +1232,9 @@
 	hstore 1,core_gpio_sel1
 	setarg 0
 	store 4,mem_spid_tbuf
-
 	hfetch 1,core_gpio_pd3	//gpio24 can not be set pulldown
 	set0 0,pdata
 	hstore 1,core_gpio_pd3
-	
 	rtn
 
 p_mouse_load_flash_info_check:
@@ -1279,39 +1248,44 @@
 	call mouse_ble_init_address
 	fetch 1,mem_config_sensor_motion
 	store 1,mem_mouse_dpi
-//	fetch 4,mem_mouse_24g_addr_init
-//	store 4,mem_mouse_24g_addr
-//	store 4,mem_24g_addr
+	fetch 4,mem_mouse_24g_addr_init
+	store 4,mem_mouse_24g_addr
+	store 4,mem_24g_addr
 p_mouse_store_flash_device_info:
 	call p_flash_release_deep_power_down
 	call p_flash_erase_sector
 	call p_mouse_information_flash_parameters
 	call p_spid_write_flash
 	call p_wait_flash_done
-p_mouse_store_random_addr_increase_count:
+	//user flash data
+p_mouse_store_flash_user_data:
 	call p_spid_init_flash
-	arg 3,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-p_mouse_store_flash_comm:
+	arg 7,temp
+	arg mem_mouse_flash_start_temp,rega
+	arg MOUSE_USER_DATA_OFFECT,regb
 	fetch 3,mem_flash_base
 	iadd regb,pdata
 	call p_spid_write_flash
 	call p_wait_flash_done
 	call p_flash_deep_power_down
-	branch p_mouse_spi_init
+p_mouse_spi_init:
+	jam 0x76,mem_spi_init_clk
+	branch mouse_spi_init
 
-p_mouse_set_24g_addr_flash:
-	arg 4,temp
-	arg mem_24g_addr,rega
-	arg MOUSE_G24_ADDR_EEPROM_OFFECT,regb
-	rtn
-	
 p_flash_erase_sector:
 	fetch 3,mem_flash_base
 	store 3,mem_spi_write_addr
 	call flash_erase_sector+2
-	branch p_wait_flash_done
+p_wait_flash_done:
+	setarg 100000
+	call sleep
+	call spid_unlock_flash
+	setarg mem_spid_rbuf
+	hstore 2,core_spid_rxaddr
+	setarg FLASH_READ_SATUS
+	call spid_read_reg
+	bbit1 FLASH_STATUS_WIP,p_wait_flash_done
+	rtn
 
 p_spid_write_flash:
 	copy pdata,regc
@@ -1326,17 +1300,6 @@
 	istore 4,regb
 	rtn
 
-p_wait_flash_done:
-	setarg 100000	
-	call sleep
-	call spid_unlock_flash
-	setarg mem_spid_rbuf
-	hstore 2,core_spid_rxaddr
-	setarg FLASH_READ_SATUS
-	call spid_read_reg
-	bbit1 FLASH_STATUS_WIP,p_wait_flash_done
-	rtn
-
 p_mouse_information_flash_parameters:
 	setarg mem_mouse_information_end
 	arg mem_mouse_information_start,temp
@@ -1350,11 +1313,11 @@
 	call p_mouse_information_flash_parameters
 	branch spid_read_flash
 
-p_mouse_load_flash_device_info:	
+p_mouse_load_flash_device_info:
 	call p_mouse_read_flash
-	call p_mouse_load_random_addr_increase_count
-	call p_mouse_load_last_mode
+	call p_mouse_load_flash_user_data
 //	call p_mouse_check_select_device_by_switch
+//	call p_mouse_switch_Hwakeup_byPB
 	call mouse_select_btdevice
 	call mouse_select_reconn_device
 	fetch 4,mem_mouse_24g_addr
@@ -1371,23 +1334,73 @@
 	fetcht 1,mem_temp
 	call spid_write_flash_common
 	branch delay_nop100
-	
+
 p_flash_release_deep_power_down:
 	jam FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN,mem_temp
 	branch p_spid_write_flash_cmd
-	
-//p_g24_factory_check:
-//	arg 2,loopcnt
-//	arg mem_24g_addr,contr
-p_pdata_0xff_check:
-	call enable_user
-	setarg 0xffff
-p_pdata_0xff_check_loop:
-	ifetcht 2,contr
-	isub temp,null
-	ncall disable_user,zero
-	loop p_pdata_0xff_check_loop
+
+p_mouse_fast_conn_disable:
+	jam 0x5a,mem_mouse_fast_conn_flag
 	rtn
+p_mouse_fast_conn_le_switch_adv:
+	jam 1,mem_le_switch_adv_timer
+	jam 1,mem_le_switch_adv_flag
+p_mouse_fast_conn_init:
+	jam 0xff,mem_mouse_fast_conn_flag
+	fetch 6,mem_24g_allpowerful_addr
+	store 6,mem_le_lap
+	rtn	
+
+
+p_mouse_load_flash_user_data:
+	call p_flash_release_deep_power_down
+	arg 7,temp
+	arg mem_mouse_flash_start_temp,rega
+	arg MOUSE_USER_DATA_OFFECT,regb
+	fetch 3,mem_flash_base
+	iadd regb,pdata
+	branch spid_read_flash
+
+//p_mouse_select_device_button_wakeup_check:
+//	jam 0,mem_mouse_select_device_button_wakeup_flag
+//	fetcht 1,mem_config_select_device_button_gpio
+//	call gpio_config_input
+//	fetcht 1,mem_config_select_device_button_gpio
+//	call gpio_get_bit
+//	nrtn true
+//	call delay_10ms
+//	fetcht 1,mem_config_select_device_button_gpio
+//	call gpio_get_bit
+//	nrtn true
+//	jam 1,mem_mouse_select_device_button_wakeup_flag
+//	rtn
+
+//p_mouse_switch_Hwakeup_byPB:
+//	fetch 1,mem_config_function_enable
+//	rtnbit1 ENABLE_SELECT_DEVICE_BY_GPIO_BUTTON
+//	fetch 1,mem_mouse_select_device_button_wakeup_flag
+//	rtn blank
+//p_mouse_switch_device:	
+//	fetcht 1,mem_device_flag
+//	increase 1,temp
+//	fetch 1,mem_device_number
+//	isub temp,null
+//	ncall mouse_select_device_count_clean,positive
+//	storet 1,mem_device_flag
+//	branch p_mouse_store_flash_device_info
+
+p_mouse_start_24g_mode:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_24G
+	fetch 1,mem_power_on_flag
+	bbit1 2,p_g24_start_24g_mode	//hibernate goto reconn
+p_mouse_start_24g_pair:
+	fetch 4,mem_mouse_24g_addr_init	//power on goto pair
+	store 4,mem_24g_addr
+	call p_mouse_store_flash_device_info	
+p_g24_auto_pair_start:
+	jam ZCODE_41,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_g24_package_data:
 	call mouse_g24_package_data
@@ -1423,6 +1436,32 @@
 	arg mem_le_tx_buffer3,contw
 	branch p_mouse_le_txbuff_copy
 
+
+p_mouse_le_current_mult_update:
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_le_current_mult_timer
+	rtn
+
+p_mouse_data_xy_release:
+	fetch 1,mem_mouse_long_mult_flag
+	rtnne 1
+	setarg 0
+	store 1,mem_mouse_long_mult_flag
+	store 4,mem_mouse_x
+	branch p_mouse_init_sensor_reset
+
+p_mouse_sensor_poweron:
+	call p_mouse_spi_init
+	arg mem_sensor_poweron_init,regc
+	call p_sensor_wr_seq
+p_mouse_dpi_config:
+	fetch 1,mem_mouse_dpi
+	bne 0xff,p_mouse_seting_dpi
+p_mouse_dpi_config_default:
+	fetch 1,mem_config_sensor_motion
+	store 1,mem_mouse_dpi
+	branch p_mouse_seting_dpi
+
 p_mouse_le:
 	call le_fifo_check_nearly_full
 	nrtn blank
@@ -1431,7 +1470,7 @@
 	fetch 1,mem_le_connect_status_flag
 	and pdata,0x03,pdata
 	rtnne 0x03
-p_mouse_le_next:
+p_mouse_le_next:	
 	fetch 1,mem_mouse_clear_sensor_data_flag
 	call p_mouse_clear_sensor_data,blank
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -1448,23 +1487,6 @@
 	
 	rtn
 
-p_mouse_le_current_mult_update:
-//	fetch 1,mem_config_function_enable
-//	rtnbit1 ENABLE_SENSOR_MOTION_PIN
-	jam 0,mem_lpm_mult
-	jam 30,mem_mouse_le_current_mult_timer
-	rtn	
-
-p_mouse_data_xy_release:
-//	fetch 1,mem_config_function_enable
-//	rtnbit1 ENABLE_SENSOR_MOTION_PIN
-	fetch 1,mem_mouse_long_mult_flag
-	rtnne 1
-	setarg 0
-	store 1,mem_mouse_long_mult_flag
-	store 4,mem_mouse_x
-	branch p_mouse_init_sensor_reset
-
 p_mouse_data_init:
 	jam 7,mem_mouse_data_queue	//data length
 	jam 4,mem_mouse_data_queue+1	//fifo depth
@@ -1500,9 +1522,16 @@
 	fetch 2,mem_mouse_z
 	rtn blank
 	jam 1,mem_mouse_wheel_trigger
-	jam 2,mem_mouse_wheel_trigger_timer
+	jam 10,mem_mouse_wheel_trigger_timer
 	rtn
 
+p_mouse_clear_sensor_data:
+	jam 1,mem_mouse_clear_sensor_data_flag
+	call le_set_config_more_data
+p_mouse_init_sensor_reset:
+	jam 1,mem_mouse_init_sensor_reset_flag
+	branch p_mouse_init_sunt
+
 p_mouse_bt:
 	rtn attempt
 	fetch 1,mem_app_handshake_flag
@@ -1545,15 +1574,6 @@
 	istore 5,contw
 	rtn
 
-p_mouse_clear_sensor_data:
-	jam 1,mem_mouse_clear_sensor_data_flag
-	call le_set_config_more_data
-	branch p_mouse_init_sensor_reset
-
-//p_mouse_clear_sensor_data:
-//	call le_set_config_more_data
-//	jam 1,mem_mouse_clear_sensor_data_flag
-//	branch p_mouse_sensor_poweron
 
 p_mouse_idle:
 	call ui_check_paring_button
@@ -1571,16 +1591,14 @@
 	fetch 1,mem_mouse_dpi_button_state
 	rtneq DPI_BUTTON_STATE_DOWN
 	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
-p_mouse_dpi_down_next:
 	fetch 1,mem_mouse_dpi
 	increase 1,pdata
 	and pdata,0x03,pdata
 	store 1,mem_mouse_dpi
 //	increase 2,pdata
-//	store 2,mem_mouse_multi_led_blink_count
+//	store 1,mem_mouse_multi_led_blink_count
 //	call p_mouse_dpi_multi_led_blink
 	branch mouse_seting_dpi
-	
 p_mouse_dpi_up:
 	call p_gpio_set_input_pu
 	branch mouse_dpi_up
@@ -1594,7 +1612,7 @@
 	beq BT_EVT_LE_PARSE_CONN_PAPA_UPDATE_RSP,p_mouse_le_conn_param_update_rsp_recieved
 	beq BT_EVT_RECONN_FAILED,p_mouse_bb_event_reconn_failed
 	beq BT_EVT_RECONN_PAGE_TIMEOUT,p_mouse_bb_event_reconn_timeout
-	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch
+	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch	
 	beq BT_EVT_SNIFF_NOT_ACCEPT,p_mouse_sniff_not_accept
 	beq BT_EVT_BB_CONNECTED,p_mouse_bb_event_connected
 	beq BT_EVT_BB_DISCONNECTED,p_mouse_bb_event_disconnected
@@ -1606,16 +1624,27 @@
 
 p_mouse_le_bb_event_connected:
 	call p_mouse_init_sensor_reset
+	call mouse_le_bb_event_connected
+	setarg 0
+	store 3,mem_le_switch_adv_flag
+	fetch 6,mem_mouse_24g_addr_init
+	fetcht 6,mem_device1_addr
+	isub temp,null
+	ncall p_mouse_fast_conn_disable,zero
 	call app_ble_store_reconn_info
 	jam LATEST_MODE_BT,mem_mouse_latest_mode
-	jam 1,mem_mouse_le_bb_connected_flag
 	fetch 1,mem_mouse_le_reconnect_flag
 	nbranch p_mouse_le_bb_event_connected_next,blank
 	jam 0x14,mem_mouse_send_secutiry_request_timer
 p_mouse_le_bb_event_connected_next:
-	call p_mouse_null_enter_hibernate_disable
-	call p_mouse_data_init
-	branch mouse_le_bb_event_connected
+	jam 0,mem_mouse_poweron_bt_start_reconn_timer
+	jam 0,mem_mouse_le_adv_start
+	jam 1,mem_mouse_le_bb_connected_flag
+	jam 0,mem_mouse_le_not_tx_disconn
+	jam 0,mem_mouse_start_discovery_enable
+	call p_g24_check_51cmd_stop_24g
+	branch p_mouse_data_init
+
 
 p_mouse_le_bb_disconnected:
 	call p_mouse_sensor_powerdown_check	//sensor power down
@@ -1642,23 +1671,29 @@
 	branch p_zcode_entrance
 
 p_mouse_irtual_cable_unplug:
-	jam ZCODE_B5,mem_zcode_temp_param0
+	jam ZCODE_70,mem_zcode_temp_param0
 	branch p_zcode_entrance
-	
+
 p_mouse_sniff_not_accept:
 	jam ZCODE_B1,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_mouse_bb_event_connected:
-	jam LATEST_MODE_BT,mem_mouse_latest_mode
+	call p_mouse_store_eeprom_enable
 	call p_mouse_init_sensor_reset
+	setarg 0
+	store 3,mem_le_switch_adv_flag
+	jam LATEST_MODE_BT,mem_mouse_latest_mode
+	jam 0,mem_mouse_poweron_bt_start_reconn_timer
+	jam 0,mem_mouse_le_not_tx_disconn
+	jam 0,mem_mouse_start_discovery_enable
+	call p_g24_check_51cmd_stop_24g
 	call p_mouse_null_enter_hibernate_disable
-	call p_mouse_discovey_led_blink_off
 	jam 0,mem_mouse_send_switch_req_timer
 	branch mouse_stop_discovery
 
+
 p_mouse_bb_event_disconnected:
-	nop 12000
 	call p_mouse_sensor_powerdown_check	//sensor power down
 	jam ZCODE_B4,mem_zcode_temp_param0
 	branch p_zcode_entrance
@@ -1668,117 +1703,157 @@
 	branch p_zcode_entrance
 
 p_mouse_24g_pairing_complete:
-	fetch 1,mem_power_on_flag
-	set1 2,pdata
-	store 1,mem_power_on_flag
+	call p_g24_transmit_by_interrupt_enable
 	call p_mouse_init_sensor_reset
-	jam ZCODE_92,mem_zcode_temp_param0
+	jam ZCODE_50,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_mouse_24g_attempt_fail:
-	jam ZCODE_C0,mem_zcode_temp_param0
+	call p_mouse_sensor_powerdown_check	//sensor power down
+	jam ZCODE_51,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
+
 p_mouse_24g_attempt_success:
-	fetch 1,mem_power_on_flag
-	set1 2,pdata
-	store 1,mem_power_on_flag
-	jam ZCODE_C1,mem_zcode_temp_param0
+	call p_mouse_init_sensor_reset
+	jam ZCODE_52,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_mouse_before_hibernate:
 	call p_mouse_sensor_powerdown_check
-	jam ZCODE_A4,mem_zcode_temp_param0
+	jam ZCODE_A0,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_mouse_sensor_powerdown_check:
 	fetch 1,mem_mouse_init_sensor_reset_flag
 	rtn blank
 	jam 0,mem_mouse_init_sensor_reset_flag
-	branch p_mouse_sensor_powerdown
+p_mouse_sensor_powerdown:
+	call p_mouse_init_sunt
+	setarg 0x06
+	call twspi_read
+	or pdata,0x08,pdata
+	lshift8 pdata,pdata
+	add pdata,0x06,pdata
+	branch twspi_write	//make sdio high
 
 
 p_mouse_bb_event_timer:
+	call p_mouse_le_switch_adv_timer
 	call p_mouse_multi_led_blink_timer
 	call p_mouse_wheel_trigger_timer
-	call p_mouse_null_enter_hibernate_timer	
+	call p_mouse_null_enter_hibernate_timer
 	call p_mouse_bt_discovery_check
 	call mouse_check_discovery_timeout_timer
-//	call p_mouse_select_device	
+//	call p_mouse_check_select_device_by_switch_timer
 	call p_mouse_g24_long_sleep_param_update_timer
+	call p_mouse_g24_stop_mode_timeout_timer
 	call p_mouse_check_direct_timeout_timer
 	call p_mouse_le_enable_att_list_timer
-	call p_mouse_le_current_mult_update_timer
 	call p_le_send_smp_security_request_timer
+	call p_mouse_le_current_mult_update_timer	
 	call p_mouse_send_switch_req_timer
 	call mouse_check_hid_handshake_timer
 	call p_mouse_bt_check_sniff_req_timeout_timer
+	call p_mouse_poweron_bt_start_reconn_timer
 	branch mouse_check_no_data_timeout_timer
 
-//p_mouse_select_device:
-//p_mouse_select_device_by_button:
+p_mouse_poweron_bt_start_reconn_timer:
+	arg mem_mouse_poweron_bt_start_reconn_timer,regc
+	arg p_mouse_check_reconn_target,regb
+	branch timer_single_step
+
+//p_mouse_check_select_device_by_switch_timer:
+//	fetch 1,mem_config_function_enable
+//	rtnbit0 ENABLE_SELECT_DEVICE_BY_SWITCH
 //	fetcht 1,mem_config_select_device_button_gpio
 //	call gpio_get_bit
-//	branch p_mouse_select_device_button_down,true
-//p_mouse_select_device_button_up:
-//	fetch 1,mem_mouse_select_device_button_wakeup_flag	
-//	nbranch p_mouse_select_button_wakeup_firstUp,blank
-//	fetch 1,mem_select_device_button_statue
-//	rtneq DPI_BUTTON_STATE_UP
+//	branch p_mouse_cheak_select_24gdevice,true
+//p_mouse_select_btdevice:
+//	fetch 1,mem_device_flag
+//	bne MODE_BT_DEVICE1,soft_reset_chip
+//	rtn
+//p_mouse_cheak_select_24gdevice:
+//	fetch 1,mem_device_flag
+//	bne MODE_24G_DEVICE,soft_reset_chip
+//	rtn
 
-//	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
-//	jam ON,mem_mouse_multi_led_blink_enable
+p_mouse_le_switch_adv_timer:
+	fetch 1,mem_le_switch_adv_flag
+	rtn blank
+	arg mem_le_switch_adv_timer,regc
+	arg p_mouse_le_switch_adv,regb
+	branch timer_single_step
+p_mouse_le_switch_adv:
+	jam 1,mem_le_switch_adv_timer
+	fetch 1,mem_le_switch_adv_count
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_le_switch_adv_count
+	beq 0,p_mouse_check_fast_conn_adv_start1
+p_check_51cmd_adv:
+	fetch 6,mem_le_normal_lap
+	store 6,mem_le_lap
+	call p_mouse_le_adv_data_update
+	branch check_51cmd_adv
 
-//	fetch 1,mem_mouse_long_button_select_device
-//	branch p_mouse_long_button_state_clear,blank
-//p_mouse_ready_reconnection_by_button:
-//	call p_mouse_switch_device_flag
-//	jam 0,mem_link_key_exists
-//	call p_mouse_store_flash_device_info
+p_mouse_le_adv_data_update:
+	jam 0x1f,mem_le_adv_data_len
+	jam 0x1f,mem_le_scan_data_len
+	call p_mouse_store_eeprom_enable
+	arg mem_le_adv_swift_pair,contr
+p_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
 
-//	call mouse_select_device_enable
-//	branch mouse_set_reconnection
+p_mouse_store_eeprom_enable:
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	branch mouse_enable_function_flag
 
-//p_mouse_switch_device_flag:
-//	fetcht 1,mem_device_flag
-//	increase 1,temp
-//	fetch 1,mem_device_number
-//	isub temp,null
-//	ncall mouse_select_device_count_clean,positive
-//	storet 1,mem_device_flag
-//	rtn	
+p_mouse_check_fast_conn_adv_start:
+p_mouse_check_fast_conn_adv_start1:
+	jam 0,mem_le_adv_data_len
+	jam 0,mem_le_scan_data_len
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_disable_function_flag
+	branch p_mouse_fast_conn_init
 
-//p_mouse_long_button_state_clear:
-//	jam 0xff,mem_mouse_long_button_select_device
-//	rtn
 
-//p_mouse_select_button_wakeup_firstUp:
-//	jam 0,mem_mouse_select_device_button_wakeup_flag	//when waked from hibernate by PB key ,first key up does not change mode 
-//	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
-//	jam ON,mem_mouse_multi_led_blink_enable
-//	rtn	
+p_mouse_g24_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg p_mouse_g24_long_sleep_normal_param,regb
+	branch timer_single_step
+p_mouse_g24_long_sleep_normal_param:
+	setarg G24_LONG_SLEEP_STEP3
+	store 3,mem_24g_enter_hibernate
+p_mouse_long_mult_flag_enable:	
+	jam 1,mem_mouse_long_mult_flag
+	rtn
 
-//p_mouse_select_device_button_down:
-//	fetch 2,mem_ui_state_map
-//	bbit1 UI_STATE_BLE_ADV,p_mouse_select_device_button_down_next
-//	jam OFF,mem_mouse_multi_led_blink_enable
-//p_mouse_select_device_button_down_next:
-//	fetch 1,mem_select_device_button_statue
-//	rtneq DPI_BUTTON_STATE_DOWN
-//	jam DPI_BUTTON_STATE_DOWN,mem_select_device_button_statue
+p_mouse_g24_stop_mode_timeout_timer:
+	arg mem_24g_stop_g24_mode_timeout,regc
+	arg p_mouse_g24_stop_mode_timeout,regb
+	branch timer_single_step_2B
+p_mouse_g24_stop_mode_timeout:
+	jam 1,mem_24g_stop_g24_mode
+	fetch 1,mem_le_switch_adv_flag
+	nbranch p_mouse_wait_g24_led_off,blank
+//	fetch 2,mem_mouse_direct_timer
+//	rtn blank
+//	jam 2,mem_mouse_direct_timer
+	rtn
 
-//	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
-//	rtnbit1 APP_DISC_PB_BUTTON
+p_mouse_wait_g24_led_off:
+	jam 1,mem_24g_stop_g24_mode_timeout
+	fetch 1,mem_mouse_multi_led_blink_poweron3s_flag
+	nrtn blank
+	jam 0,mem_24g_stop_g24_mode_timeout
+//	branch p_mouse_discovery_multi_led_blink
+	rtn
 
-//	fetch 1,mem_device_flag
-//	rtnne MODE_BT_DEVICE1
-//p_mouse_pb_button_2ble_disconnect:
-//	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
-//	set1 APP_DISC_PB_BUTTON,pdata
-//	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
-//	branch mouse_disconnect
 
-	
 p_mouse_send_switch_req_timer:
 	arg mem_mouse_send_switch_req_timer,regc
 	arg host_create_conn_resend,regb
@@ -1793,29 +1868,19 @@
 	rtn
 
 
-p_mouse_le_enable_att_list_timer:
-	arg mem_le_start_encrypt_timer,regc
-	arg mouse_le_write_enable,regb
-	branch timer_single_step
-
 p_mouse_check_direct_timeout_timer:
 	arg mem_mouse_direct_timer,regc
 	arg p_mouse_check_direct_timeout,regb
 	branch timer_single_step_2B
-
 p_mouse_check_direct_timeout:
-	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
-	nrtn blank
-	branch mouse_check_direct_timeout
+	jam 1,mem_mouse_le_not_tx_disconn
+	call p_mouse_long_button_bt_normal_discovery
+	branch p_mouse_bt_discovery_button_up_init
 
-p_mouse_le_current_mult_update_timer:
-	arg mem_mouse_le_current_mult_timer,regc
-	arg p_mouse_le_current_mult_reinit,regb
+p_mouse_le_enable_att_list_timer:
+	arg mem_le_start_encrypt_timer,regc
+	arg mouse_le_write_enable,regb
 	branch timer_single_step
-p_mouse_le_current_mult_reinit:
-	fetch 1,mem_lpm_mult_init
-	store 1,mem_lpm_mult
-	branch p_mouse_long_mult_flag_enable
 
 p_le_send_smp_security_request_timer:
 	fetch 1,mem_mouse_le_bb_connected_flag
@@ -1828,17 +1893,14 @@
 	nrtn blank
 	branch le_pairing_sm_start
 
-
-p_mouse_g24_long_sleep_param_update_timer:
-	arg mem_24g_long_sleep_param_update_timer,regc
-	arg p_mouse_g24_long_sleep_normal_param,regb
+p_mouse_le_current_mult_update_timer:
+	arg mem_mouse_le_current_mult_timer,regc
+	arg p_mouse_le_current_mult_reinit,regb
 	branch timer_single_step
-p_mouse_g24_long_sleep_normal_param:
-	setarg G24_LONG_SLEEP_STEP3
-	store 3,mem_24g_enter_hibernate
-p_mouse_long_mult_flag_enable:	
-	jam 1,mem_mouse_long_mult_flag
-	rtn	
+p_mouse_le_current_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	branch p_mouse_long_mult_flag_enable
 
 p_mouse_wheel_trigger_timer:
 	arg mem_mouse_wheel_trigger_timer,regc
@@ -1849,14 +1911,21 @@
 	rtn
 
 p_mouse_bt_discovery_check:
-p_mouse_bt_discovery_by_button:
+p_mouse_bt_discovery_commbination_key:
+	fetch 1,mem_mouse_dpi_button_state
+	branch p_mouse_bt_discovery_commbination_key_down,blank
 	call p_mouse_check_key_gpio
 	beq MOUSE_LMR_BUTTON,p_mouse_bt_discovery_commbination_key_down
 p_mouse_bt_discovery_commbination_key_up:
-	call mouse_bt_discovery_commbination_key_up
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init
+	fetch 1,mem_bt_discovey_button_statue
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_bt_discovey_button_statue
+p_mouse_bt_discovery_button_up_init:	
 	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
-	branch mouse_disable_function_flag
-	
+	call mouse_disable_function_flag
+	branch mouse_bt_discovery_button_down_disable
 p_mouse_bt_discovery_commbination_key_down:
 	jam 40,mem_mouse_null_enter_hibernate_timer
 	call p_mouse_bt_discovery_timer
@@ -1867,13 +1936,16 @@
 	arg p_mouse_long_button_bt_discovery,regb
 	branch timer_single_step
 p_mouse_long_button_bt_discovery:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
-//	jam 0,mem_mouse_long_button_select_device
-	
-	fetch 2,mem_ui_state_map
-	isolate1 UI_STATE_BLE_ADV,pdata
-	call mouse_stop_le_adv,true		//reconnect adv
+	fetch 1,mem_le_switch_adv_flag
+	nbranch p_mouse_fast_conn_adv_switch_timer_reinit,blank
+p_mouse_long_button_bt_normal_discovery:
+	isolate1 mark_24g,mark
+	call p_mouse_le_adv_start,true
+	fetch 1,mem_mouse_latest_mode
+	sub pdata,LATEST_MODE_NULL,null
+	call p_mouse_le_adv_start,zero
+
+	call p_mouse_le_adv_data_update
 	fetch 2,mem_ui_state_map
 	isolate1 UI_STATE_BT_RECONNECT,pdata
 	call mouse_cancel_reconnect,true
@@ -1881,41 +1953,36 @@
 	call mouse_enable_function_flag
 	branch mouse_long_button_bt_discovry
 
+p_mouse_le_adv_start:
+	jam 1,mem_mouse_le_adv_start
+	rtn
+
+p_mouse_fast_conn_adv_switch_timer_reinit:
+	fetch 2,mem_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	rtn
+
 p_mouse_null_enter_hibernate_timer:
-	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
-	nrtn blank
 	fetch 1,mem_mouse_null_enter_hibernate_flag
 	rtn blank
 	arg mem_mouse_null_enter_hibernate_timer,regc
 	arg p_mouse_null_enter_hibernate,regb
 	branch timer_single_step
-
 p_mouse_null_enter_hibernate:
 	jam 0,mem_mouse_null_enter_hibernate_flag
 	branch app_enter_hibernate
-p_mouse_null_enter_hibernate_enable:	//ble never connected
-	jam 1,mem_mouse_null_enter_hibernate_flag
-	jam 40,mem_mouse_null_enter_hibernate_timer	//lmr 3s
-	rtn
+
 p_mouse_null_enter_hibernate_disable:	//ble never connected
 	jam 0,mem_mouse_null_enter_hibernate_flag
 	jam 0,mem_mouse_null_enter_hibernate_timer	//lmr 3s
 	rtn	
-//p_mouse_null_enter_hibernate_check:
-//	fetch 2,mem_ui_state_map
-//	rtnbit1 UI_STATE_BLE_CONNECTED
-//	rtnbit1 UI_STATE_BT_CONNECTED
-//	rtnmark1 mark_24g
-//	branch p_mouse_null_enter_hibernate_enable
-
-p_mouse_multi_led_blink_timer:
-	fetch 1,mem_mouse_multi_led_blink_enable
-	rtn blank
-	fetch 1,mem_mouse_multi_led_type
-//	beq MULTI_LED_ON,p_mouse_multi_led_type_on
-	beq MULTI_LED_BLINK,p_mouse_multi_led_type_blink
-	rtn
 
+//p_mouse_multi_led_blink_timer:
+//	fetch 1,mem_mouse_multi_led_blink_enable
+//	rtn blank
+//	branch p_mouse_multi_led_type_blink
+//	fetch 1,mem_mouse_multi_led_type
+//	beq MULTI_LED_BLINK,p_mouse_multi_led_type_blink
 //p_mouse_multi_led_type_on:
 //	call p_mouse_multi_led_on
 //	fetch 1,mem_mouse_multi_led_on_timer
@@ -1927,61 +1994,78 @@
 //	rtn
 //p_mouse_multi_led_off_poweron2s:
 //	jam 0,mem_mouse_multi_led_on_poweron2s_flag
-//	branch p_mouse_multi_led_off
-	
-p_mouse_multi_led_type_blink:
-	fetch 1,mem_mouse_multi_led_blink_timer
-	increase -1,pdata
-	store 1,mem_mouse_multi_led_blink_timer
-	nrtn blank
-	fetch 1,mem_mouse_multi_led_blink_timer_init
-	store 1,mem_mouse_multi_led_blink_timer
+//	call p_mouse_multi_led_off
+//	fetch 1,mem_device_flag
+//	rtnne MODE_BT_DEVICE1
+//	fetch 2,mem_ui_state_map
+//	rtnbit1 UI_STATE_BLE_CONNECTED
+//	rtnbit1 UI_STATE_BT_CONNECTED
+//	fetch 1,mem_mouse_fast_conn_flag
+//	bne 0xff,p_mouse_bt_reconn_multi_led_blink
+//p_mouse_discovery_multi_led_blink:
+//	jam 0,mem_mouse_multi_led_blink_poweron3s_flag
+//	jam 1,mem_mouse_multi_led_blink_timer_init	//300ms
+//p_mouse_discovery_multi_led_blink1:	
+//	jam 0,mem_mouse_multi_led_blink_count_limited
+//	jam 1,mem_mouse_multi_led_blink_count//0 will clear mem_mouse_multi_led_blink_enable/mem_mouse_multi_led_type
+//p_mouse_multi_led_blink_enable:
+//	jam 5,mem_mouse_multi_led_blink_timer
+//	jam ON,mem_mouse_multi_led_blink_enable
+//	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+//	rtn
+
+//p_mouse_bt_reconn_multi_led_blink:
+//	jam 3,mem_mouse_multi_led_blink_timer_init	//500ms
+//	branch p_mouse_discovery_multi_led_blink1
+
+//p_mouse_multi_led_type_blink:
+//	arg mem_mouse_multi_led_blink_timer,regc
+//	arg p_mouse_multi_led_type_blink_timeout,regb
+//	branch timer_single_step
+//p_mouse_multi_led_type_blink_timeout:
+//	fetch 1,mem_mouse_multi_led_blink_timer_init
+//	store 1,mem_mouse_multi_led_blink_timer
 //	fetch 1,mem_mouse_multi_led_blink_count_limited
 //	branch p_mouse_multi_led_blink_count_no_limited,blank
 //	fetch 1,mem_mouse_multi_led_blink_count
 //	branch p_mouse_multi_led_blink_off,blank
 //	increase -1,pdata
 //	store 1,mem_mouse_multi_led_blink_count
-p_mouse_multi_led_blink_count_no_limited:
-	fetch 1,mem_mouse_multi_led_state
-	beq ON,p_mouse_multi_led_off
-	beq OFF,p_mouse_multi_led_on
-	rtn
+//p_mouse_multi_led_blink_count_no_limited:
+//	fetch 1,mem_mouse_multi_led_state
+//	beq ON,p_mouse_multi_led_off
+//p_mouse_multi_led_on:
+//	jam ON,mem_mouse_multi_led_state
+//	fetcht 1,mem_mouse_multi_led_gpio
+//	call gpio_config_output	
+//	fetcht 1,mem_mouse_multi_led_gpio
+//	branch gpio_out_inactive
 
-p_mouse_multi_led_on:
-	jam ON,mem_mouse_multi_led_state
-//	fetch 1,mem_device_flag
-//	beq MODE_24G_DEVICE,p_mouse_multi_down_led_on
-p_mouse_multi_up_led_on:
-	fetcht 1,mem_mouse_multi_led_gpio 
-	call gpio_config_output 
-	fetcht 1,mem_mouse_multi_led_gpio
-	branch gpio_out_active
-//p_mouse_multi_down_led_on:
+//p_mouse_discovey_led_blink_off:
+//	fetch 1,mem_mouse_multi_led_on_timer
+//	nrtn blank
+//	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
+//	nrtn blank
+//	fetch 1,mem_mouse_multi_led_blink_poweron3s_flag
+//	nrtn blank
+//p_mouse_multi_led_blink_off:
+//	setarg 0
+//	store 3,mem_mouse_multi_led_blink_timer
+//p_mouse_multi_led_off:
+//	fetch 1,mem_mouse_multi_led_blink_count
+//	nbranch p_mouse_multi_led_off_wait_blink_over,blank
+//	jam 0,mem_mouse_multi_led_blink_poweron3s_flag	
+//	jam 0,mem_mouse_multi_led_blink_enable
+//	jam 0,mem_mouse_multi_led_type
+//p_mouse_multi_led_off_wait_blink_over:
+//	jam 0,mem_mouse_multi_led_on_timer
+//	jam OFF,mem_mouse_multi_led_state
+//p_mouse_multi_led_gpio_set_high:
+//	fetcht 1,mem_mouse_multi_led_gpio
+//	call gpio_config_output
 //	fetcht 1,mem_mouse_multi_led_gpio
-//	set1 7,temp 
-//	call gpio_config_output 
-//	fetcht 1,mem_mouse_multi_led_gpio 
 //	branch gpio_out_active
-	
 
-p_mouse_multi_led_blink_off:
-	setarg 0
-	store 3,mem_mouse_multi_led_blink_timer
-p_mouse_multi_led_off:
-	fetch 1,mem_mouse_multi_led_blink_count
-	nbranch p_mouse_multi_led_off_wait_blink_over,blank
-	jam 0,mem_mouse_multi_led_blink_enable
-	jam 0,mem_mouse_multi_led_type
-p_mouse_multi_led_off_wait_blink_over:
-	jam 0,mem_mouse_multi_led_on_timer
-	jam OFF,mem_mouse_multi_led_state
-p_mouse_multi_led_off2:
-	fetcht 1,mem_mouse_multi_led_gpio
-	set0 gpio_active_bit,temp
-	branch gpio_set_high_impedance
-
-	
 //p_mouse_mode_bt_device1_multi_led_on:
 //p_mouse_mode_24g_device_multi_led_on:
 //	jam 1,mem_mouse_multi_led_on_poweron2s_flag
@@ -1989,96 +2073,111 @@
 //	jam MULTI_LED_ON,mem_mouse_multi_led_type
 //	jam 0,mem_mouse_multi_led_on_timer
 //	rtn
-
-p_mouse_discovery_multi_led_blink:
-	jam 0,mem_mouse_multi_led_on_poweron2s_flag
-	jam 2,mem_mouse_multi_led_blink_timer_init	//200ms
-//	jam 0,mem_mouse_multi_led_blink_count_limited
-	jam 1,mem_mouse_multi_led_blink_count//0 will clear mem_mouse_multi_led_blink_enable/mem_mouse_multi_led_type
-p_mouse_multi_led_blink_enable:
-	jam 2,mem_mouse_multi_led_blink_timer
-	jam ON,mem_mouse_multi_led_blink_enable
-	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
-	rtn
-
-p_mouse_discovey_led_blink_off:
-	fetch 1,mem_mouse_multi_led_on_timer
-	nrtn blank
-	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
-	nrtn blank
-	branch p_mouse_multi_led_blink_off
 		
 //p_mouse_dpi_multi_led_blink:
 //	jam 3,mem_mouse_multi_led_blink_timer_init	//300ms
 //	jam 1,mem_mouse_multi_led_blink_count_limited
 //	branch p_mouse_multi_led_blink_enable
+
+//p_mouse_mode_24g_device_multi_led_blink3s:
+//	jam 5,mem_mouse_multi_led_blink_count
+//	jam 10,mem_mouse_multi_led_blink_timer_init	//100ms
+//	jam 1,mem_mouse_multi_led_blink_count_limited
+//	branch p_mouse_multi_led_blink_enable
 	
+p_mouse_multi_led_blink_timer:
+	fetch 1,mem_mouse_discovery_timer
+	rtn blank
+	bbit1 2,p_mouse_multi_led_on
+	branch p_mouse_multi_led_off
+
+
+p_mouse_multi_led_on:
+	fetcht 1,mem_mouse_multi_led_gpio
+	call gpio_config_output
+	fetcht 1,mem_mouse_multi_led_gpio
+	branch gpio_out_inactive
+
+p_mouse_multi_led_off:
+	fetcht 1,mem_mouse_multi_led_gpio
+	call gpio_config_output
+	fetcht 1,mem_mouse_multi_led_gpio
+	branch gpio_out_active
 
 
 p_mouse_seting_dpi:
 p_mouse_seting_sensor_type:
-	fetch 1,mem_config_sensor_type
+//	fetch 1,mem_config_sensor_type
 //	beq P3212,p_mouse_seting_3212_dpi
-	beq P3065_XY,p_mouse_seting_3065XY_dpi
-	beq MX8650,p_mouse_seting_3065XY_dpi
-	beq KA8,p_mouse_seting_ka8_dpi
-	beq P8009,p_mouse_seting_3205_dpi
-p_mouse_seting_3205_dpi:
+//	beq P3065_XY,p_mouse_seting_3065XY_dpi
+//	beq MX8650,p_mouse_seting_3065XY_dpi
+//	beq KA8,p_mouse_seting_ka8_dpi
+//	beq P8009,p_mouse_seting_3205_dpi
+//	branch p_mouse_seting_3065XY_dpi
+p_mouse_seting_320x_dpi:
 	fetch 1,mem_mouse_dpi
 	sub pdata,MOUSE_DPI_LEVEL2,null
-	call p_mouse_3205_dpi_recount,zero
+	call p_mouse_320x_dpi_recount,zero
 	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL1,p_mouse_3205_set_cpi1
-	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3	//1600
-	branch mouse_set_cpi2					//1200
-p_mouse_3205_dpi_recount:
+	beq MOUSE_DPI_LEVEL1,p_mouse_set_cpi1
+	beq MOUSE_DPI_LEVEL4,p_mouse_set_cpi4
+p_mouse_set_cpi3:
+	fetch 1,mem_config_sensor_type
+//	beq P3212,mouse_set_p3212_cpi3
+	beq P3065_XY,p_mouse_3065xy_set_cpi3
+	beq MX8650,p_mouse_3065xy_set_cpi3
+	beq KA8,p_mouse_ka8_set_cpi3
+p_mouse_320x_set_cpi3:	
+	fetch 1,mem_320x_dpi_3
+p_mouse_dpi_store:
+	store 1,mem_mouse_cpi_count
+	branch mouse_p3205_dpi+3
+p_mouse_320x_dpi_recount:
 	jam MOUSE_DPI_LEVEL3,mem_mouse_dpi
 	rtn
-p_mouse_3205_set_cpi1:		//800
+
+p_mouse_set_cpi1:
+	fetch 1,mem_config_sensor_type
+//	beq P3212,mouse_set_p3212_cpi1
+	beq P3065_XY,p_mouse_3065xy_set_cpi1
+	beq MX8650,p_mouse_3065xy_set_cpi1
+	beq KA8,p_mouse_ka8_set_cpi1
+p_mouse_320x_set_cpi1:	
 	fetch 1,mem_320x_dpi_1
 	branch p_mouse_dpi_store
 
-p_mouse_seting_3065XY_dpi:
-	fetch 1,mem_mouse_dpi
-	sub pdata,MOUSE_DPI_LEVEL2,null
-	call p_mouse_3205_dpi_recount,zero
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL1,p_mouse_3065xy_set_cpi1
-	beq MOUSE_DPI_LEVEL4,p_mouse_3065xy_set_cpi4
+p_mouse_set_cpi4:
+	fetch 1,mem_config_sensor_type
+//	beq P3212,mouse_set_p3212_cpi4
+	beq P3065_XY,p_mouse_3065xy_set_cpi4
+	beq MX8650,p_mouse_3065xy_set_cpi4
+	beq KA8,p_mouse_ka8_set_cpi4
+p_mouse_320x_set_cpi4:	
+	fetch 1,mem_320x_dpi_4
+	branch p_mouse_dpi_store
+
 p_mouse_3065xy_set_cpi3:
-	fetch 1,mem_320x_dpi_3
-	increase -1,pdata
-p_mouse_dpi_store:
-	store 1,mem_mouse_cpi_count
-	branch mouse_p3205_dpi+3
+	fetch 1,mem_3065xy_dpi_3
+	branch p_mouse_dpi_store
 p_mouse_3065xy_set_cpi1:
-	fetch 1,mem_320x_dpi_1
-	increase -1,pdata
+	fetch 1,mem_3065xy_dpi_1
 	branch p_mouse_dpi_store
 p_mouse_3065xy_set_cpi4:
-	fetch 1,mem_320x_dpi_4
-	increase -1,pdata
+	fetch 1,mem_3065xy_dpi_4
 	branch p_mouse_dpi_store
 
-//p_mouse_seting_3212_dpi:
-//	fetch 1,mem_mouse_dpi
-//	sub pdata,MOUSE_DPI_LEVEL2,null
-//	call p_mouse_3205_dpi_recount,zero
-//	fetch 1,mem_mouse_dpi
-//	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi1
-//	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi4
-//	branch mouse_set_p3212_cpi3
+p_mouse_ka8_set_cpi3:
+	fetch 1,mem_320x_dpi_3
+p_mouse_ka8_dpi_store:
+	increase 2,pdata
+	branch p_mouse_dpi_store
+p_mouse_ka8_set_cpi1:
+	fetch 1,mem_320x_dpi_1
+	branch p_mouse_ka8_dpi_store
+p_mouse_ka8_set_cpi4:
+	fetch 1,mem_320x_dpi_4
+	branch p_mouse_ka8_dpi_store
 
-p_mouse_seting_ka8_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3205_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,mouse_set_cpi2			//800
-	beq MOUSE_DPI_LEVEL4,p_mouse_ka8_set_cpi3		//1600
-	branch mouse_set_cpi4							//1200
-p_mouse_ka8_set_cpi3:	
-	setarg 5
-	branch mouse_p3205_dpi
 
 p_mouse_motion:
 	disable user
@@ -2086,17 +2185,12 @@
 	store 6,mem_mouse_x
 	call p_mouse_cheak_sensor_data
 	call mouse_zwheel
-//	call mouse_t_zwheel
+	call mouse_t_zwheel
 	call p_mouse_key
-	nbranch p_mouse_motion_nodata,user
+	nbranch p_drawing_optima_init,user
 	call p_drawing_optima
 	branch mouse_motion+9
 
-p_mouse_motion_nodata:	
-	call p_drawing_optima_init
-	jam 0,mem_low_power_check_count
-	rtn
-
 p_mouse_key:
 	call p_mouse_check_key_gpio
 	branch mouse_key+1
@@ -2136,6 +2230,7 @@
 	setflag true,2,rega			//true = 1,input low level
 	rtn
 p_mouse_check_bk_key_gpio:
+
 	fetcht 1,mem_bk_button_gpio
 	call p_gpio_set_input_pd
 	fetcht 1,mem_bk_button_gpio
@@ -2148,8 +2243,13 @@
 	fetcht 1,mem_fw_button_gpio
 	call gpio_get_bit
 	nsetflag true,4,rega
-	branch p_gpio_set_input_pu
-
+p_gpio_set_input_pu:
+	set1 gpio_active_bit,temp
+	arg core_gpio_pu0,contw
+	call gpio_set_bit
+	set0 gpio_active_bit,temp
+	branch p_gpio_set_input_pd4
+	
 p_gpio_set_input_pd:
 	set0 gpio_active_bit,temp
 	arg core_gpio_pu0,contw
@@ -2157,32 +2257,20 @@
 	set1 gpio_active_bit,temp
 p_gpio_set_input_pd4:	
 	arg core_gpio_pd0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_oe0,contw
-	branch gpio_set_bit
+	branch gpio_set_high_impedance+4
+
 
-p_gpio_set_input_pu:
-	set1 gpio_active_bit,temp
-p_gpio_set_input_pu1:	
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	branch p_gpio_set_input_pd4
-	
 p_mouse_cheak_sensor_data:
 	fetch 1,mem_config_sensor_type
-	beq P3212,p_mouse_p3212_sensor_motion
+//	beq P3212,p_mouse_p3212_sensor_motion
 	beq P8009,p_mouse_p8009_sensor_motion
-p_mouse_p32xx_sensor_motion:	
+p_mouse_p32xx_sensor_motion:
 	call mouse_clear_sensor_data
 	disable user
-//	fetch 1,mem_config_function_enable
-//	bbit0 ENABLE_SENSOR_MOTION_PIN,mouse_p32xx_sensor_motion_2
-//	fetcht 1,mem_sensor_data_gpio
-//	call gpio_get_bit
-//	nrtn true
 	branch mouse_p32xx_sensor_motion_2
+//p_mouse_p3212_sensor_motion:
+//	call mouse_clear_sensor_data
+//	branch mouse_p3212_sensor_motion_1
 
 p_mouse_p8009_sensor_motion:
 	call mouse_clear_sensor_data
@@ -2200,67 +2288,27 @@
 	setarg 0
 	store 6,mem_mouse_x
 	rtn
-
-p_mouse_p3212_sensor_motion:
-	call mouse_clear_sensor_data
-//	fetch 1,mem_config_function_enable
-//	bbit0 ENABLE_SENSOR_MOTION_PIN,mouse_p3212_sensor_motion_1
-//	fetcht 1,mem_sensor_data_gpio
-//	call gpio_get_bit
-//	nrtn true
-	branch mouse_p3212_sensor_motion_1
-
+	
 p_mouse_bb_event_discovery_btn:
 	call p_mouse_null_enter_hibernate_disable
 	isolate1 mark_24g,mark
 	call p_g24_check_51cmd_stop_24g,true
-	branch mouse_bb_event_discovery_btn+1
-
-p_le_addr_random_config:
-	jam ZCODE_81,mem_zcode_temp_param0
-	branch p_zcode_entrance	
+	jam 0,mem_mouse_send_blank_timer
+	fetch 1,mem_mouse_le_not_tx_disconn
+	call mouse_disconnect,blank
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	branch mouse_bb_event_discovery_btn+3
 
 p_mouse_start_discovery:
-	jam ZCODE_50,mem_zcode_temp_param0
+	jam 0,mem_lpm_mode
+	jam ZCODE_30,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
-p_mouse_load_random_addr_increase_count:
-	call p_flash_release_deep_power_down
-	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-p_mouse_load_flash_comm:
-	fetch 3,mem_flash_base
-	iadd regb,pdata
-	branch spid_read_flash
-
-p_mouse_load_last_mode:
-	call p_flash_release_deep_power_down
-	arg 1,temp
-	arg mem_mouse_latest_mode,rega
-	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
-	branch p_mouse_load_flash_comm
-
-p_le_adv_data_update:
-	arg mem_le_adv_data+11,contw
-	arg 19,loopcnt
-	call memcpy
-	branch le_modified_name_adv
-
 p_mouse_stop_discovery:
-	setarg 0
-	store 2,mem_mouse_discovery_timer
+//	call p_mouse_discovey_led_blink_off
 	call p_mouse_init_sensor_reset		//clear sensor data,confirm the motion pin high
-	fetch 1,mem_device_option
-	isolate1 MODE_4_MOUSE,pdata
-	call mouse_stop_le_adv,true
-	fetch 1,mem_device_option
-	isolate1 MODE_3_MOUSE,pdata
-	call mouse_stop_bt3_discovery,true
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOUSE_ENABLE_DISCOVERY_SENSOR_LED,mouse_sensor_led_blink_stop
-	branch p_mouse_discovey_led_blink_off
-
+	branch mouse_stop_discovery+1
 
 p_le_slave_match:
 	fetch 1,mem_le_md_count
@@ -2286,11 +2334,11 @@
 	branch le_receive_skip+2
 
 p_le_update_param:
-	jam ZCODE_40,mem_zcode_temp_param0
+	jam ZCODE_20,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_le_update_channel_map:
-	jam ZCODE_41,mem_zcode_temp_param0
+	jam ZCODE_21,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_le_prepare_tx:
@@ -2332,18 +2380,11 @@
 	call le_set_md
 	rtn
 
+	
 p_le_prepare_tx_wak:
-	call p_le_check_tx_retransmit_setmd
+	call p_le_check_tx_retransmit_setmd	
 p_le_power_ctrl_pac_succ_decrs:
-power_ctrl_pac_succ_decrs:
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	sub pdata,2,null
-	ncall power_ctrl_pac_succ_cnt_reinit,positive
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	rtneq 0
-	increase -1,pdata
-	store 1,mem_power_ctrl_pac_succ_cnt
-	rtn
+	branch power_ctrl_pac_succ_decrs
 
 p_mouse_le_reconn_write_enable_timer_reinit:
 	fetch 1,mem_mouse_le_reconnect_flag
@@ -2351,7 +2392,7 @@
 	fetch 1,mem_le_connect_status_flag
 	and pdata,0x03,pdata
 	rtneq 0x03
-	jam 1,mem_le_start_encrypt_timer
+	jam 2,mem_le_start_encrypt_timer
 	rtn
 
 p_le_parse:
@@ -2372,8 +2413,19 @@
 	branch le_parse_l2cap
 p_le_parse_ll:
 	fetch 1,mem_le_rxbuf+2
+	beq LL_CONNECTION_UPDATE_REQ,p_le_parse_connection_update_req
 	beq LL_CHANNEL_MAP_REQ,p_le_parse_channel_map_req
 	branch le_parse_ll+1
+p_le_parse_connection_update_req:
+	call le_parse_connection_update_req
+	fetch 1,mem_mouse_le_updata_not_accepted_flag
+	rtn blank
+//ipad not accepted updata, need reinit mem_lpm_mult.   mem_lpm_mult = LL_CONNECTION_UPDATE_REQ latency = 04	
+p_mouse_le_conn_param_update_rsp_not_accepted_mult_reset:	
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	store 1,mem_lpm_mult_init
+	rtn		
 p_le_parse_channel_map_req:
 	ifetch 5,contr
 	store 5,mem_le_new_map
@@ -2431,7 +2483,6 @@
 	beq 0x13,le_send_att_error_response_notfound
 	fetcht 2,mem_le_att_handle
 	branch le_send_att_read_response
-
 p_le_send_att_read_response_check_auth:
 	fetch 2,mem_le_pairing_handle
 	isub temp,null
@@ -2444,12 +2495,10 @@
 	ifetch 1,contr
 	beq SMP_PAIRING_REQUEST,p_le_parse_smp_pairing_request
 	beq SMP_PAIRING_FAILED,p_le_parse_smp_pairing_failed
-	branch le_parse_smp+2
-
+	branch le_parse_smp+1
 p_le_parse_smp_pairing_request:
 	jam 1,mem_le_send_security_request_flag
-	branch le_parse_smp_pairing_request
-	
+	branch le_parse_smp_pairing_request	
 p_le_parse_smp_pairing_failed:
 	jam ZCODE_82,mem_zcode_temp_param0
 	branch p_zcode_entrance
@@ -2482,10 +2531,8 @@
 	branch le_lpm_set_mult_attempt+3
 
 p_le_mouse_bb_event_connect_complete:
-	jam ZCODE_42,mem_zcode_temp_param0
+	jam ZCODE_22,mem_zcode_temp_param0
 	branch p_zcode_entrance
-	
-	
 
 p_twspi_reset:
 	hfetch 1,core_gpio_out3
@@ -2539,7 +2586,8 @@
 	call master_send_packet
 	set1 mark_role_switch_receive_fhs,mark
 	set0 mark_fhs_already_good,mark
-	force 1,am_addr	/* process_fhs will update am_addr, so slave will not receive fhs succeffully sometimes */
+	fetch 1,mem_amaddr
+	iforce am_addr	//use current LT_ADDR
 	jam 2,mem_newconnto_counter
 	branch p_roles_waitfhs_loop
 
@@ -2554,7 +2602,7 @@
 	branch process_dmh+1
 
 p_quit_connection_cont:
-	jam ZCODE_43,mem_zcode_temp_param0
+	jam ZCODE_23,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_prepare_tx:
@@ -2622,11 +2670,11 @@
 	rtn	
 
 p_mouse_bb_disconnected:
-	jam ZCODE_10,mem_zcode_temp_param0
+	jam ZCODE_01,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_hid_rx_process:
-	jam ZCODE_11,mem_zcode_temp_param0
+	jam ZCODE_02,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_parse_lmp_accepted:
@@ -2645,22 +2693,20 @@
 p_send_lmp:
 	disable user
 	call lmo_fifo_process
-
-	
 	fetch 1,mem_lmp_to_send
 	rtn blank
 	bbit1 7,p_send_lmp_escape
 	beq LMP_ACCEPTED,p_send_lmp_accepted
 	beq LMP_SETUP_COMPLETE,p_send_lmp_setup_complete
-	beq LMP_SNIFF_REQ, p_send_lmp_sniff_req
+	beq LMP_SNIFF_REQ,p_send_lmp_sniff_req
 	branch send_lmp0
 
 p_send_lmp_escape:
-	jam ZCODE_20,mem_zcode_temp_param0
+	jam ZCODE_10,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_send_lmp_accepted:
-	jam ZCODE_21,mem_zcode_temp_param0
+	jam ZCODE_11,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_send_lmp_setup_complete:
@@ -2768,7 +2814,15 @@
 	increase 1,pdata
 	store 1,mem_power_ctrl_pac_succ_cnt
 	rtn
-
+power_ctrl_pac_succ_decrs:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	ncall power_ctrl_pac_succ_cnt_reinit,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	rtneq 0
+	increase -1,pdata
+	store 1,mem_power_ctrl_pac_succ_cnt
+	rtn
 power_ctrl_pac_succ_cnt_reinit:
 	jam 3,mem_power_ctrl_pac_succ_cnt
 	rtn
@@ -2799,7 +2853,7 @@
 
 power_ctrl_txpower_decrs_check:
 	fetch 1,mem_power_ctrl_pac_succ_cnt
-	rtnne 32
+	rtnne 50
 	jam 0,mem_power_ctrl_pac_succ_cnt
 power_ctrl_txpower_decrs:
 	fetcht 1,mem_rssi_avg_received
@@ -2857,7 +2911,7 @@
 //	beq TX_POWER_0DB,p_set_tx_power_0db
 //	beq TX_POWER_3DB,p_set_tx_power_3db	
 	beq TX_POWER_5DB,p_set_tx_power_5db
-//	beq TX_POWER_f3DB,p_set_tx_power_f3db	
+//	beq TX_POWER_f3DB,p_set_tx_power_f3db
 	beq TX_POWER_f5DB,p_set_tx_power_f5db
 	beq TX_POWER_PAIR,p_set_tx_power_pair
 //	branch p_set_tx_power_0db
@@ -2940,7 +2994,6 @@
 	jam clksel_dpll,core_clksel
 	rtn
 
-
 // input : mem_zcode_temp_param0 ---- zocde number(0~1f)
 p_zcode_entrance:
 	fetcht 1,mem_zcode_temp_param0 // zcode number @ high 4bit
@@ -2959,7 +3012,6 @@
 	iadd temp,pdata
 	increase -5,pdata
 	store 3,mem_flash_address
-	
 	call p_flash_release_deep_power_down
 p_zcode_read_loop:
 	fetch 3,mem_flash_address
@@ -2984,16 +3036,14 @@
 
 
 
-
-
 //notice: need to call p_mouse_drawing_optima_init when waked from mult
 p_drawing_optima:
 	fetch 4,mem_mouse_x
 	rtn blank
 	call p_data_abs_check
-	setarg 0x03	//asm_flag enable condition
-	call p_pdata_greater_than_check
-	setarg 0x02	//asm_flag disable condition
+	setarg 0x06	//asm_flag enable condition
+	call p_data_greater_than_check
+	setarg 0x03	//asm_flag disable condition
 	call p_data_less_than_check
 	fetch 1,mem_mouse_asm_flag
 	beq 1,p_drawing_optima_modify
@@ -3003,12 +3053,11 @@
 	branch clear_mem
 
 p_drawing_optima_modify:
-
 	fetch 2,mem_mouse_x_pre
 	store 2,mem_data_pre
 	fetch 2,mem_mouse_x
 	store 2,mem_data_current
-	call p_drawing_optima_data
+	call p_drawing_optima_data_x
 	fetch 2,mem_data_pre
 	store 2,mem_mouse_x_pre
 	fetch 2,mem_data_current
@@ -3018,23 +3067,38 @@
 	store 2,mem_data_pre
 	fetch 2,mem_mouse_y
 	store 2,mem_data_current
-	call p_drawing_optima_data
+	call p_drawing_optima_data_y
 	fetch 2,mem_data_pre
 	store 2,mem_mouse_y_pre
 	fetch 2,mem_data_current
 	store 2,mem_mouse_y
-	rtn	
+	rtn
 
+p_drawing_optima_data_x:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_xtemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_xtemp
+	branch p_drawing_optima_data
 
+p_drawing_optima_data_y:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_ytemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_ytemp
+	branch p_drawing_optima_data
 
 /**********
 input:data_pre,data_current
 output:data_pre,data_current after optima
 ***********/
 p_drawing_optima_data:
-	fetch 2,mem_data_pre
-	fetcht 2,mem_data_current
-	iadd temp,pdata
 	store 3,mem_data_sum
 	isolate1 16,pdata
 	branch p_data_sum_overflow,true
@@ -3072,23 +3136,18 @@
 	branch p_data_set_direction
 
 p_pdata_get_half:
-	call p_pdata_invert
-	rshift pdata,pdata
-p_pdata_get_new_value:	
-	call p_rega_in_out
-	sub pdata,0,pdata
-	store 1,mem_data_value
-	rtn
-
-p_pdata_invert:
 	sub pdata,0,pdata
-p_rega_in_out:	
 	store 1,mem_rega
 	fetch 1,mem_rega
+	rshift pdata,pdata
+	store 1,mem_rega
+	fetch 1,mem_rega
+	sub pdata,0,pdata
 	rtn
 
+
 //rega mouse_x, regb mouse_y, pdata refer
-p_pdata_greater_than_check:
+p_data_greater_than_check:
 	isub rega,null
 	nbranch p_enable_asm,positive
 	isub regb,null
@@ -3114,7 +3173,7 @@
 	call p_data_abs
 	copy pdata,regb
 	rtn
-	
+
 /***********
 input: data_current
 output:pdata,abs
@@ -3137,6 +3196,7 @@
 
 
 
+
 /******************************************/
 /***********   ROM Start   ***************/
 /******************************************/
@@ -8341,7 +8401,7 @@
 	setarg STATE_24G_PAIRING_SUCCESS
 	call g24_store_mem_pairing_sm
 	//jam 0,mem_24g_check_dongle_times
-g24_app_tx_attempt_success:
+g24_app_tx_attempt_success:	
 	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
 	branch ui_ipc_send_event
 
@@ -13842,6 +13902,7 @@
 	fetch 1,mem_mouse_dpi_button_state
 	rtneq DPI_BUTTON_STATE_DOWN
 	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
+mouse_dpi_down_setting:
 	fetch 1,mem_mouse_dpi
 	increase 1,pdata
 	and pdata,0x03,pdata
@@ -14135,7 +14196,7 @@
 	call gpio_get_bit
 	jam MOUSE_3CLK_ANGLE,mem_config_sensor_angle
 	rtn true
-	jam MOUSE_12CLK_ANGLE,mem_config_sensor_angle
+	jam MOUSE_6CLK_ANGLE,mem_config_sensor_angle
 	rtn
 
 mouse_select_adc:
@@ -14625,7 +14686,7 @@
 	fetcht 1,mem_sensor_data_gpio
 	call gpio_get_bit
 	nrtn true
-mouse_p3212_sensor_motion_1:
+mouse_p3212_sensor_motion_1:	
 	setarg PAN_REG_PID_L
 	call twspi_read
 	bne P32XX_ID1,mouse_twspi_reset
@@ -14663,7 +14724,7 @@
 	fetcht 1,mem_sensor_data_gpio
 	call gpio_get_bit
 	nrtn true
-mouse_p32xx_sensor_motion_2:
+mouse_p32xx_sensor_motion_2:	
 	setarg PAN_REG_PID_L
 	call twspi_read
 	bne P32XX_ID1,mouse_p3065_judge   
@@ -15426,7 +15487,7 @@
 	arg mouse_bt_hid_handshake,regb
 	branch timer_single_step
 
-mouse_check_discovery_timeout_timer:	
+mouse_check_discovery_timeout_timer:
 	arg mem_mouse_discovery_timer,regc
 	arg mouse_check_discovery_timeout,regb
 	branch timer_single_step_2B
@@ -29406,7 +29467,7 @@
 	hfetch 2,core_clkoff
 	set0 CLOCK_OFF_PWM,pdata
 	hstore 2,core_clkoff
-delay_nop100:
+delay_nop100:	
 	nop 100
 	rtn
 
@@ -37121,34 +37182,9 @@
 
 org 0x10001
 z_entrance0:
+	beq ZCODE_01,z_mouse_bb_disconnected
 	beq ZCODE_00,z_page_wait_fhs_reply_ok
-	rtn
-
-z_page_wait_fhs_reply_ok:
- 	fetch 1, mem_page_rcv_fhs
-	increase 1,pdata
-	store 1, mem_page_rcv_fhs
-	call prepare_newconn
-z_master_newconn_loop:
- 	set1 mark_first_packet,mark
-	call master_newconn_once
-	branch z_newconn_poll_responded,sync
-	set0 mark_first_packet,mark
-	call new_conn_timeout
-	nbranch z_master_newconn_loop,blank
-	branch page_restart
-z_newconn_poll_responded:
-	set0 mark_first_packet,mark
-	branch newconn_poll_responded
-
-
-
-	
-org 0x20001
-
-z_entrance1:
-	beq ZCODE_10,z_mouse_bb_disconnected
-	beq ZCODE_11,z_hid_rx_process
+	beq ZCODE_02,z_hid_rx_process
 	rtn
 
 z_mouse_bb_disconnected:
@@ -37156,18 +37192,12 @@
 	jam 0x0e,mem_sniff_param_interval	//115Hz
 	call mouse_bb_discon_clear_stack
 	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
-	bbit1 APP_DISC_BLE,z_mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
 	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
 	bbit1 APP_DISC_AFTER_PAIRING,z_mouse_event_light_state_pairing
 	bbit1 APP_DISC_AFTER_RECONN,z_mouse_event_light_state_hibernate
 	bbit1 APP_DISC_AFTER_SNIFF,z_mouse_event_light_state_hibernate
 	branch mouse_start_discovery
-
-z_mouse4_0_event_bb_disconn:
-	call mouse_le_clean_connect_flag
-	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
-//	bbit1 APP_DISC_PB_BUTTON,p_mouse_select_device_button_up
-	branch mouse4_0_event_bb_disconn+2
 	
 z_mouse_event_light_state_pairing:
 	bbit1 APP_DISC_AFTER_HANDSHAKE,z_mouse_event_light_state_hibernate
@@ -37177,10 +37207,33 @@
 	fetch 2,mem_ui_state_map
 	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
 	call app_disconn_reason_clear
-	call p_mouse_check_key_gpio
-	beq MOUSE_LM_BUTTON,p_mouse_null_enter_hibernate_enable
+	call p_mouse_check_key_gpio	//mult_key pair
+	beq MOUSE_LMR_BUTTON,z_mouse_null_enter_hibernate_enable
+	fetch 1,mem_mouse_dpi_button_state	//dpi key pair
+	branch z_mouse_null_enter_hibernate_enable,blank
 	branch app_bb_hibernate
 
+z_mouse_null_enter_hibernate_enable:	//ble never connected
+	jam 1,mem_mouse_null_enter_hibernate_flag
+	jam 40,mem_mouse_null_enter_hibernate_timer	//lmr 3s
+	rtn	
+
+z_page_wait_fhs_reply_ok:
+ 	fetch 1, mem_page_rcv_fhs
+	increase 1,pdata
+	store 1, mem_page_rcv_fhs
+	call prepare_newconn
+z_master_newconn_loop:
+ 	set1 mark_first_packet,mark
+	call master_newconn_once
+	branch z_newconn_poll_responded,sync
+	set0 mark_first_packet,mark
+	call new_conn_timeout
+	nbranch z_master_newconn_loop,blank
+	branch page_restart
+z_newconn_poll_responded:
+	set0 mark_first_packet,mark
+	branch newconn_poll_responded
 
 z_hid_rx_process:
 	fetch 2,mem_l2cap_payload_ptr
@@ -37206,34 +37259,25 @@
 	beq HID_CONTROL_P_VIRTUALCABLEUNPLUG,p_mouse_irtual_cable_unplug
 	branch hid_rx_process_hid_control+2
 
-org 0x30001
+org 0x20001
 
-z_entrance2:
-	beq ZCODE_20,z_send_lmp_escape
-	beq ZCODE_21,z_send_lmp_accepted
-	beq ZCODE_22,z_mouse4_0_check_reconn_target
+z_entrance1:
+	beq ZCODE_10,z_send_lmp_escape
+	beq ZCODE_11,z_send_lmp_accepted
+	beq ZCODE_12,z_mouse4_0_check_reconn_target
 	rtn
-	
+
 z_mouse4_0_check_reconn_target:
 	jam 1,mem_le_send_security_request_flag
 	jam 1,mem_mouse_le_reconnect_flag
 	fetch 2,mem_mouse_direct_timeout
-	fetcht 1,mem_mouse_fast_conn_flag
-	sub temp,0xff,null
-	nbranch z_mouse4_0_check_reconn_target_next,zero
-	setarg 0x0258								//ble fast conn time 1min
-z_mouse4_0_check_reconn_target_next:
 	store 2,mem_mouse_direct_timer
+	call p_mouse_store_eeprom_enable
 	call app_lpm_mult_disable
-	call p_le_check_adv_flag
-	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
-	istore 1,contr
-
 	arg mem_le_scan_data,contr
 	call p_le_adv_data_update
-	
 	branch check_51cmd_adv
-	
+
 z_send_lmp_escape:
 	fetch 1,mem_lmp_to_send
 	beq LMP_EXT_FEATURES_RES,z_send_lmpext_features_res
@@ -37273,76 +37317,14 @@
 	copy clkn_bt,pdata
 	store 4,mem_aurand_send_delay_time
 	rtn
+	
+org 0x30001
 
-
-org 0x40001
-
-z_entrance3:
-	beq ZCODE_30,z_process_conn_sm
-	rtn
-
-z_process_conn_sm:
-	call lmo_fifo_check
-	nrtn blank
-z_process_conn_sm_continue:
-	fetch 1,mem_conn_sm
-	rtn blank
-	beq CONN_SM_SEND_CONN_REQ, z_host_create_conn_send_conn_req
-	beq CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION,z_host_creat_conn_wait_switch
-	branch process_conn_sm_continue+2
-
-
-z_host_creat_conn_wait_switch:
-	fetch 1,mem_switch_flag
-	rtneq SWITCH_FLAG_INIT
-	beq SWITCH_FLAG_ACCEPT,z_host_create_conn_switch_accept
-	branch host_creat_conn_wait_switch+3
-z_host_create_conn_switch_accept:
-	rtn master
-z_host_create_conn_auth_pair:
-	/* checking whether or not to do m/s switch */
-	fetch 1,mem_connection_options
-	bbit1 CONNECTION_AUTH,z_host_create_conn_auth_pair_true
-	branch host_create_conn_auth_pair+1
-z_host_create_conn_auth_pair_true:
-	fetch 1,mem_bt_send_lmp_setup_complete
-	beq 1,host_create_conn_auth_pair_true
-	//sumsung a5100 patch
-	fetch 1,mem_link_key_exists
-	branch host_create_conn_auth_pair_nokey,blank
-	fetch 1,mem_lmp_conn_state
-	rtnbit0 SENT_SETUP_COMPLETE
-	rtnbit0 RECEIVED_SETUP_COMPLETE
-	fetch 1,mem_bt_send_max_slot_req_accept_after_switch
-	rtn blank
-	jam 0,mem_bt_send_max_slot_req_accept_after_switch	
-	fetch 4,mem_aurand_send_delay_time
-	arg 20,temp
-	iadd temp,temp
-	copy clkn_bt,pdata
-	isub temp,null
-	nbranch z_bt_send_max_slot_req_accept_after_switch_wait,positive
-	branch host_create_conn_auth
-
-z_bt_send_max_slot_req_accept_after_switch_wait:
-	jam 1,mem_bt_send_max_slot_req_accept_after_switch
-	rtn
-
-z_host_create_conn_send_conn_req:
-	jam 20,mem_mouse_send_switch_req_timer
-	branch host_create_conn_send_conn_req
-
-
-
-
-
-org 0x50001
-
-z_entrance4:
-	beq ZCODE_40,z_le_update_param
-	beq ZCODE_41,z_le_update_channel_map
-	beq ZCODE_42,z_le_mouse_bb_event_connect_complete
-	beq ZCODE_43,z_quit_connection_cont
+z_entrance2:
+	beq ZCODE_20,z_le_update_param
+	beq ZCODE_21,z_le_update_channel_map
+	beq ZCODE_22,z_le_mouse_bb_event_connect_complete
+	beq ZCODE_23,z_quit_connection_cont
 	rtn
 
 z_le_update_param:
@@ -37391,8 +37373,9 @@
 	fetch 1,mem_le_att_handle
 	sub pdata,26,pdata
 	nrtn zero
+	jam 0,mem_le_start_encrypt_timer
 	branch mouse_le_write_enable
-
+	
 z_quit_connection_cont:
 	call app_disconn_reason_collect_bt
 	call sniff_exit
@@ -37401,36 +37384,23 @@
 	call init_lmp_work
 	call l2cap_init_work
 	branch quit_connection_cont+8
+	
+org 0x40001
 
-
-org 0x60001
-
-z_entrance5:
-	beq ZCODE_50,z_mouse_start_discovery
+z_entrance3:
+	beq ZCODE_30,z_mouse_start_discovery
 	rtn
 
-
 z_mouse_start_discovery:
-	jam 0,mem_le_send_security_request_flag
 	call p_mouse_tx_power_init
+	jam 0,mem_le_send_security_request_flag
+	jam 1,mem_mouse_start_discovery_enable
 	jam MODE_BT_DEVICE1,mem_device_flag
 	jam 0,mem_mouse_clear_sensor_data_flag
-	fetch 2,mem_ui_state_map
-	bbit1 UI_STATE_BLE_ADV,z_mouse_start_discovery_norandom
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,z_mouse_start_discovery_norandom
-	call p_mouse_load_random_addr_increase_count
-	fetcht 2,mem_random_addr_increase_count
-	increase 1,temp
-	storet 2,mem_random_addr_increase_count
-	storet 2,mem_le_lap+1
-	call p_mouse_store_random_addr_increase_count
-	random pdata
-	store 1,mem_le_lap
 z_mouse_start_discovery_norandom:
-	fetch 3,mem_le_lap_high_3B
-	store 3,mem_le_lap+3
-	call p_mouse_le_fast_conn_disable
+	fetch 6,mem_le_normal_lap
+	store 6,mem_le_lap
+	call p_mouse_fast_conn_disable
 	call app_lpm_mult_disable
 	fetch 2,mem_discovery_timeout
 	store 2,mem_mouse_discovery_timer
@@ -37438,86 +37408,78 @@
 	setarg 0
 	store 2,mem_mouse_no_data_timer
 	store 2,mem_mouse_direct_timer
-	arg MOUSE_STORE_EEPROM_FLAG,queue
-	call mouse_enable_function_flag
+	call p_mouse_store_eeprom_enable
 	call mouse_bt_discovery_button_down_disable
-	fetch 1,mem_device_option
-	isolate1 MODE_4_MOUSE,pdata
-	call z_check_51cmd_adv,true
+
+	call p_mouse_load_flash_device_info
+	fetch 1,mem_xrecord_mode
+	sub pdata,REC_3_MODE,null
+	call z3_check_51cmd_adv,zero
+
+	fetch 1,mem_mouse_le_adv_start
+	ncall z3_check_51cmd_adv,blank
+
 	fetch 1,mem_device_option
 	isolate1 MODE_3_MOUSE,pdata
 	call check_51cmd_start_discovery,true
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOUSE_ENABLE_DISCOVERY_SENSOR_LED,mouse_sensor_start_blink
-	branch p_mouse_discovery_multi_led_blink
+//	branch p_mouse_discovery_multi_led_blink
+	rtn
 
-z_check_51cmd_adv:
-	jam 0,mem_mouse_le_reconnect_flag
-	call p_le_check_adv_flag
-	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
-	istore 1,contr
-	arg mem_le_adv_swift_pair,contr
-	call p_le_adv_data_update
+	
+z3_check_51cmd_adv:
+	fetch 6,mem_le_normal_lap
+	store 6,mem_le_lap
+	call p_mouse_le_adv_data_update
 	branch check_51cmd_adv
 
-org 0x70001
+org 0x50001
 
-z_entrance6:
-	beq ZCODE_60,z_g24_start_24g_mode
-	beq ZCODE_61,z_mouse_24g_pairing_button
+z_entrance4:
+	beq ZCODE_40,z_g24_start_24g_mode
+	beq ZCODE_41,z_g24_auto_pair_start	
+	beq ZCODE_42,z_mouse_24g_pairing_button
 	rtn
-	
+
 z_g24_start_24g_mode:
-	set0 mark_24g,mark
-	call p_g24_syncword_crc8
-	call p_g24_ch
-	fetch 1,mem_24g_pairing_sm
-	rtnne STATE_24G_PAIRING_SUCCESS
-	call z_g24_tx_attemp_data_prep
-z_g24_tx_attemp_dongle:
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-z_g24_tx_attemp_dongle_loop:
-//	call lpo_calibration
-	nop 2000
-	fetch 1,mem_24g_check_dongle_times
-	beq 0xff,g24_stop_24g_mode
-	call p_g24_transmit_receive_ack
-	nbranch z_g24_attemp_txdata_retry,sync
-	nbranch z_g24_attemp_txdata_retry,user3
-z_g24_tx_attemp_dongle_succ:
+	call z_g24_factory_check
+	branch p_g24_auto_pair_start,user
 	set1 mark_24g,mark
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-	call g24_app_tx_attempt_success
-	call p_g24_txbuf_clear
-	branch p_g24_transmit_by_interrupt_enable
-
-z_g24_tx_attemp_data_prep:
-	jam 0xff,mem_24g_common_temp
-	fetch 1,mem_24g_data_type
-	store 1,mem_24g_common_temp+1
-	fetch 4,mem_24g_device_addr
-	store 4,mem_24g_common_temp+2
-	arg 6,temp
-	arg mem_24g_common_temp,rega
-	call p_g24_put_data_in_buff
-	branch p_g24_transmit_prep
-	
-z_g24_attemp_txdata_retry:
-	fetch 2,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 2,mem_24g_check_dongle_times
+	fetch 1,mem_24g_conn_sm
+	set1 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	call p_g24_syncword_crc8
 	call p_g24_ch
-	branch z_g24_tx_attemp_dongle_loop
+	branch z_g24_auto_pair_timeout_init
 
+z_g24_factory_check:
+	arg 2,loopcnt
+	arg mem_24g_addr,contr
+	call enable_user
+	setarg 0xffff
+z4_pdata_0xff_check_loop:
+	ifetcht 2,contr
+	isub temp,null
+	ncall disable_user,zero
+	loop z4_pdata_0xff_check_loop
+	rtn
 
+z_g24_auto_pair_start:
+	set1 mark_24g,mark
+	fetch 1,mem_24g_conn_sm
+	set1 STATE_24G_PAIR,pdata
+	store 1,mem_24g_conn_sm
+z_g24_auto_pair_timeout_init:
+	setarg G24_FIRST_DISCONN_NODATA_TIMER
+	store 2,mem_24g_stop_g24_mode_timeout
+	jam 0,mem_24g_stop_g24_mode
+	rtn	
+	
 z_mouse_24g_pairing_button:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_ENABLE_24G
 	rtnbit1 MOSUE_24G_PAIRING_FLAG
 	rtnmark1 mark_24g
-	//call p_mouse_devce_led_off
+	call mouse_devce_led_off
 	arg MOSUE_24G_PAIRING_FLAG,queue
 	call mouse_enable_function_flag
 	setarg 0
@@ -37525,56 +37487,77 @@
 	store 1,mem_mouse_send_blank_timer
 	store 2,mem_24g_check_dongle_times
 	call mouse_stop_discovery
-	branch z6_g24_start_pairing_sm1
+	branch p_g24_auto_pair_start
+	
 
-z6_g24_start_pairing_sm1:
-	set1 mark_24g,mark
-	call z6_g24_pair_init
-z6_g24_set_pairing_sm_1:
-	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
-	rtn
+org 0x60001
 
-z6_g24_pair_init:
-	jam TX_POWER_PAIR,mem_tx_power
-	jam 0,mem_24g_pid
-	jam G24_PAIR_CH,mem_24g_ch
-	fetch 4,mem_24g_paring_addr
-	branch p_g24_update_addr_and_synccrc8	
+z_entrance5:
+//	beq ZCODE_50,z_mouse_24g_pairing_complete
+	beq ZCODE_51,z_mouse_24g_attempt_fail
+	beq ZCODE_52,z_mouse_24g_attempt_success
+	beq ZCODE_53,z_g24_reconn_dispatch
+z_mouse_24g_pairing_complete:
+	arg MOSUE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	jam 0,mem_mouse_move_flag
+	call mouse_read_sensor_common
+	call p_mouse_tx_power_init
+	branch z_mouse_24g_attempt_success
 
-org 0x80001
+z_mouse_24g_attempt_fail:
+	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
+	call p_mouse_tx_power_init
+	call p_g24_check_51cmd_stop_24g
+	call p_mouse_load_flash_device_info
+	fetch 1,mem_mouse_latest_mode
+	rtnne LATEST_MODE_24G
+	branch app_enter_hibernate
 
-z_entrance7:
-	beq ZCODE_70,z_g24_auto_pair_start
-	rtn
+z_mouse_24g_attempt_success:
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_mouse_poweron_bt_start_reconn_timer
+	setarg 0
+	store 3,mem_le_switch_adv_flag
+	call mouse_le_bb_event_connected+3
+//	call p_mouse_multi_led_blink_off
 
-z_g24_auto_pair_start:
-	set0 mark_24g,mark
-	call z_g24_auto_pair_all_powerful
-	call z7_g24_tx_attemp_data_prep
-z_g24_auto_pair_restart:
-	jam 0,mem_24g_check_dongle_times
-z_g24_auto_pair_start_loop:
-//	call lpo_calibration
-	nop 2000
-	fetch 1,mem_24g_check_dongle_times
-	beq 0xff,g24_stop_24g_mode
-	call p_g24_transmit_receive_ack
-	nbranch z_g24_auto_pair_retry,sync
-	nbranch z_g24_auto_pair_retry,user3
-	call p_g24_ackpayload_parse
-	call p_mouse_tx_power_init
+	call z_g24_auto_pair_timeout_clear
+	call p_mouse_null_enter_hibernate_disable
+	call mouse_no_data_timer_init
 	fetch 4,mem_24g_addr
-	fetcht 4,mem_24g_paring_addr
-	isub temp,null
-	branch z_g24_start_pairing_sm1,zero
-	set1 mark_24g,mark
+	store 4,mem_mouse_24g_addr
+	call mouse_cheak_select_24gdevice
+	jam LATEST_MODE_24G,mem_mouse_latest_mode
+	branch p_mouse_store_flash_device_info
+
+z_g24_auto_pair_timeout_clear:
 	setarg 0
-	store 2,mem_24g_check_dongle_times
+	store 3,mem_24g_stop_g24_mode
+	rtn
+
+z_g24_reconn_dispatch:
+	fetch 1,mem_24g_stop_g24_mode
+	beq 1,g24_stop_24g_mode
+	call z_g24_tx_attemp_data_prep
+	call p_g24_transmit_receive_ack
+	nbranch p_g24_ch,sync
+	nbranch p_g24_ch,user3
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+z_g24_tx_attemp_dongle_succ:
+	jam 0,mem_mouse_long_mult_flag
 	call g24_app_tx_attempt_success
 	call p_g24_txbuf_clear
 	branch p_g24_transmit_by_interrupt_enable
 
-z7_g24_tx_attemp_data_prep:
+
+z_g24_store_dongle_addr:
+	fetch 4,mem_24g_rxpayload+2
+	branch p_g24_update_addr_and_synccrc8
+
+z_g24_tx_attemp_data_prep:
 	jam 0xff,mem_24g_common_temp
 	fetch 1,mem_24g_data_type
 	store 1,mem_24g_common_temp+1
@@ -37585,120 +37568,186 @@
 	call p_g24_put_data_in_buff
 	branch p_g24_transmit_prep
 
-z_g24_auto_pair_retry:
-	fetch 1,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 1,mem_24g_check_dongle_times
+	
+
+
+org 0x70001
+
+z_entrance6:
+//	beq ZCODE_60,z_g24_pair_dispatch
+z_g24_pair_dispatch:
+	fetch 1,mem_24g_stop_g24_mode
+	beq 1,g24_stop_24g_mode
+	jam 0xff,mem_24g_common_temp
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+	arg 6,temp
+	arg mem_24g_common_temp,rega
+	call p_g24_put_data_in_buff
+	call p_g24_transmit_prep
+	call p_g24_transmit_receive_ack
+	nbranch z_g24_pair_txdata_retry,sync
+	nbranch z_g24_pair_txdata_retry,user3
+	call p_g24_ackpayload_parse
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_allpowerful_addr
+	isub temp,null
+	branch z_g24_auto_pair_skip_rx_length,zero
+	fetch 1,mem_24g_rxdata_length	//ack payload length
+	rtnne BIND_ACKPAYLOAD_LENGTH
+z_g24_auto_pair_skip_rx_length:
+//	fetch 1,mem_24g_conn_sm
+//	set0 STATE_24G_PAIR,pdata
+//	store 1,mem_24g_conn_sm
+	jam 0,mem_24g_conn_sm
+	call p_mouse_tx_power_init
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_paring_addr
+	isub temp,null
+	branch p_g24_start_pairing_sm1,zero
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_device_addr
+	isub temp,null
+	call z7_g24_store_dongle_addr,zero
+	jam 0,mem_mouse_long_mult_flag
+	call g24_app_tx_attempt_success
+	call p_g24_txbuf_clear
+	branch p_g24_transmit_by_interrupt_enable
+
+z7_g24_store_dongle_addr:
+	fetch 4,mem_24g_rxpayload+2
+	branch p_g24_update_addr_and_synccrc8
+
+z_g24_pair_txdata_retry:
+z_g24_pair_txdata_switch:
 	fetch 1,mem_24g_auto_paring_switch
 	increase 1,pdata
-	and_into 1,pdata
+	and_into 3,pdata
 	store 1,mem_24g_auto_paring_switch
-	beq 0,z_g24_auto_pair_device_attemp
-	beq 1,z_g24_auto_pair_pair_attemp
-	rtn
+	beq 0,z_g24_auto_pair_first_attemp
+	beq 2,z_g24_auto_pair_all_powerful
+	branch p_g24_pair_init
 	
-z_g24_auto_pair_all_powerful:
-	jam TX_POWER_PAIR,mem_tx_power
-	setarg 0x0f0f
-	store 2,mem_24g_addr
-	istore 2,contw
-z_g24_ch_syncword_crc8_init:	
+z_g24_auto_pair_first_attemp:
+	call p_mouse_tx_power_init
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_addr
+	fetch 1,mem_24g_pair_current_ch_num
+	store 1,mem_24g_current_ch_number
+	call z_g24_ch_syncword_crc8_init
+	storet 1,mem_24g_pair_current_ch_num
+	rtn
+
+z_g24_ch_syncword_crc8_init:
 	call p_g24_syncword_crc8
 	branch p_g24_ch
 
-z_g24_auto_pair_device_attemp:
-	call z_g24_auto_pair_all_powerful
-	branch z_g24_auto_pair_start_loop
-
-z_g24_auto_pair_pair_attemp:
-	call z_g24_pair_init
-	branch z_g24_auto_pair_start_loop
-
-z_g24_start_pairing_sm1:
-	set1 mark_24g,mark
-	call z_g24_pair_init
-z_g24_set_pairing_sm_1:
-	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
+z_g24_auto_pair_all_powerful:
+	jam TX_POWER_PAIR,mem_tx_power
+	fetch 4,mem_24g_allpowerful_addr
+	store 4,mem_24g_addr
+	fetch 1,mem_24g_powerful_current_ch_num
+	store 1,mem_24g_current_ch_number
+	call z_g24_ch_syncword_crc8_init
+	storet 1,mem_24g_powerful_current_ch_num
 	rtn
 
-z_g24_pair_init:
-	jam TX_POWER_PAIR,mem_tx_power
-	jam 0,mem_24g_pid
-	jam G24_PAIR_CH,mem_24g_ch
-	fetch 4,mem_24g_paring_addr
-	branch p_g24_update_addr_and_synccrc8
+org 0x80001
+
+z_entrance7:
+	beq ZCODE_70,z_mouse_irtual_cable_unplug
+	beq ZCODE_71,z_g24_search_dongle	
+	rtn
 
+z_mouse_irtual_cable_unplug:
+	setarg -1
+	store 6,mem_plap
+	jam REC_3_MODE,mem_record_bt_mode
+	jam 0xff,mem_mouse_fast_conn_flag
+	call mouse_before_store_reconn_info
+	jam 0xff,mem_device1_type
+	branch p_mouse_store_flash_device_info
 
+z_g24_search_dongle:
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_24g_search_dongle_wait
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_24g_search_dongle_wait
+	nrtn blank	//400ms
+	jam 0,mem_24g_search_dongle_ch
+z_g24_search_dongle_loop:
+	fetch 1,mem_24g_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_24g_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch z_g24_search_dongle_loop_end,positive
+	call z7_g24_tx_attemp_data_prep
+	call p_g24_transmit_receive_ack
+	nbranch z_g24_search_dongle_loop_retry,sync
+	nbranch z_g24_search_dongle_loop_retry,user3
+	call p_g24_search_dongle_success
+z_g24_search_dongle_loop_end:
+	call p_g24_txbuf_clear
+	fetch 1,mem_24g_search_dongle_count
+	increase 1,pdata
+	store 1,mem_24g_search_dongle_count
+	beq G24_CH_POLL_COUNT,p_g24_search_dongle_check
+	rtn
 
+z7_g24_tx_attemp_data_prep:
+	jam 0xff,mem_24g_common_temp
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+	arg 6,temp
+	arg mem_24g_common_temp,rega
+	call p_g24_put_data_in_buff
+	branch p_g24_transmit_prep
+	
+z_g24_search_dongle_loop_retry:
+	call p_g24_ch
+	branch z_g24_search_dongle_loop
 
 
 org 0x90001
 
 z_entrance8:
-	beq ZCODE_80,z_mouse_setting_config
-	beq ZCODE_81,z_le_addr_random_config
-//	beq ZCODE_82,z_le_parse_smp_pairing_failed
-	rtn
-//z_le_parse_smp_pairing_failed:
-//	call le_parse_smp_pairing_failed
-//	fetch 1,mem_le_state	//disable update conn param
-//	set0 lestate_update_param,pdata
-//	store 1,mem_le_state
-//	branch le_parse_terminate_ind
-
-
-z_le_addr_random_config:
-	call load_adc_init
-//	fetch 2,mem_0_5_adc_io_data	//adc data from otp
-//	nbranch z_le_otp_adc_empty,blank
-	setarg 0x1122
-z_le_otp_adc_empty:
-	store 2,mem_random_addr_increase_count
-	rtn
-
+//	beq ZCODE_80,z_mouse_setting_config
+//	rtn
 
 z_mouse_setting_config:
-	call p_g24_set_device_addr
-//	//disable usb function
-//	hfetch 1,core_usb_config
-//	set0 4,pdata
-//	hstore 1,core_usb_config
 	call mouse_gpio_init
-
+//	call p_mouse_multi_led_gpio_set_high
 	fetcht 1,mem_flash_ncs_gpio
 	call gpio_config_output
-	
-	call mouse_param_init
 	call z_mouse_bt_sdp_update
-	setarg 0
-	store 2,mem_lpm_interval
 
-	call p_mouse_set_gpio_control_sensor
-	
-	setarg 0x1802		//16M XTAL
-	store 2,mem_fcomp_mul
-	call load_adc_init
-//	call mouse_adc_init
-	call le_set_config_fixed_ltk
-	call le_set_justwork
-	call le_set_fixed_ltk
-	call le_set_config_read_authentication
-	call p_le_addr_random_config
-	call p_flash_release_deep_power_down
-	call p_mouse_set_24g_addr_flash
-	fetch 3,mem_flash_base
-	iadd regb,pdata
-	call spid_read_flash
+	call twspi_disable		//close two wire spi
+	call z_mouse_set_gpio_control_sensor
+	arg MOUSE_SPI1_SDIO_GPIO,temp
+	call gpio_config_input
+	//fetcht 1,mem_select_sensor_angle_gpio
+	//set0 gpio_active_bit,temp
+	//call gpio_set_high_impedance
 
+	call mouse_adc_init
 	call p_mouse_load_flash_info_check
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
 	fetch 6,mem_mouse_24g_addr_init
 	fetcht 6,mem_device1_addr
 	isub temp,null
-	nbranch p_mouse_le_fast_conn_disable,zero
-	call p_mouse_fast_conn_init
+	nbranch p_mouse_fast_conn_disable,zero
+	branch p_mouse_fast_conn_le_switch_adv
 	rtn
 
-
 z_mouse_bt_sdp_update:
 	call enable_authrom
 	arg 0x8c00,contr
@@ -37733,13 +37782,36 @@
 	rtn
 
 
+z_mouse_set_gpio_control_sensor:
+	hfetch 1,core_gpio_pu3
+	set0 5,pdata
+	hstore 1,core_gpio_pu3
+
+	//fetcht 1,mem_select_sensor_angle_gpio
+	//call gpio_config_output
+	//fetcht 1,mem_select_sensor_angle_gpio
+	//call gpio_out_active
+
+ 	arg MOUSE_SPI1_SDIO_GPIO,temp
+	call p_gpio_set_input_pu
+	arg MOUSE_SPI1_SDIO_GPIO,temp
+	call gpio_get_bit
+       fetcht 1,mem_select_sensor_angle_gpio
+	set0 gpio_active_bit,temp
+	call gpio_config_input
+	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_get_bit
+	jam MOUSE_3CLK_ANGLE,mem_config_sensor_angle
+	rtn true
+	jam MOUSE_6CLK_ANGLE,mem_config_sensor_angle
+	rtn
+
 
 org 0xa0001
 
 z_entrance9:
 	beq ZCODE_90,z_g24_pairing_sm
 	beq ZCODE_91,z_g24_paring_mode
-	beq ZCODE_92,z_mouse_24g_pairing_complete
 	rtn
 
 z_g24_pairing_sm:
@@ -37799,33 +37871,13 @@
 	branch p_g24_transmit_abandon
 
 
-z_mouse_24g_pairing_complete:
-	jam 1,mem_mouse_24g_enter_lpm_enable
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	call mouse_disable_function_flag
-	setarg 0
-	store 2,mem_24g_pairing_timer_count
-	jam 0,mem_mouse_move_flag
-	
-	call mouse_read_sensor_common
-	call p_mouse_null_enter_hibernate_disable
-	call p_mouse_tx_power_init
-	
-	fetch 4,mem_24g_addr
-	store 4,mem_mouse_24g_addr
-
-	jam LATEST_MODE_24G,mem_mouse_latest_mode
-	call mouse_cheak_select_24gdevice
-	branch p_mouse_store_flash_device_info
-
-
 org 0xb0001
 
 z_entranceA:
+	beq ZCODE_A0,z_mouse_before_hibernate
 	beq ZCODE_A1,z_mouse_le_conn_param_update_rsp_recieved
 	beq ZCODE_A2,z_mouse_le_bb_disconnected
 	beq ZCODE_A3,z_mouse_bb_event_reconn_timeout
-	beq ZCODE_A4,z_mouse_before_hibernate
 	rtn
 
 z_mouse_le_conn_param_update_rsp_recieved:
@@ -37834,14 +37886,17 @@
 	fetch 1,mem_le_tsniff
 	rshift2 pdata,pdata
 	sub pdata,LE_INTERVAL_15MS,null
-	rtn positive
+	branch z_mouse_le_conn_param_update_rsp_not_accepted,positive
 	setarg LE_INTERVAL_11_25MS
 	store 2,mem_le_interval_min
 	store 2,mem_le_interval_min+2
 	call p_app_updata_le_param
 	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
 	rtn
-
+//ipad not accepted updata, need reinit mem_lpm_mult.   mem_lpm_mult = CONNECT_IND latency = 0
+z_mouse_le_conn_param_update_rsp_not_accepted:
+	jam 1,mem_mouse_le_updata_not_accepted_flag
+	branch p_mouse_le_conn_param_update_rsp_not_accepted_mult_reset
 
 z_mouse_bb_event_reconn_timeout:
 z_mouse_bb_event_reconn_failed:
@@ -37862,40 +37917,44 @@
 	jam 0,mem_mouse_clear_sensor_data_flag
 	call p_mouse_data_init
 	call le_clr_config_more_data
+	call mouse_bb_disconnected
 	call p_mouse_store_flash_device_info
-	branch mouse_bb_disconnected
-
+	fetch 1,mem_mouse_start_discovery_enable
+	rtn blank
+z_check_51cmd_adv:
+	fetch 6,mem_le_normal_lap
+	store 6,mem_le_lap
+	call p_mouse_le_adv_data_update
+	branch check_51cmd_adv
 
 z_mouse_before_hibernate:
-	enable user
-	hfetch 4,0x8138
-	setflag user,26,pdata
+	hfetch 4,core_lpm_ctrl
+	set1 26,pdata
 	hstore 4,core_lpm_reg
 	call lpm_write_ctrl
 	call disable_authrom
-//	call p_mouse_devce_led_off
+	call mouse_devce_led_off
+//	call p_mouse_multi_led_gpio_set_high
 	call p_mouse_store_flash_device_info
 	call mouse_before_hibernate_wheel_gpio_set
 	call p_mouse_setgpio_hibernate
+
 	call p_flash_deep_power_down
 	hfetch 1,core_gpio_sel1
 	and pdata,0xf7,pdata
-	hstore 1,core_gpio_sel1  //disable flash spi	
+	hstore 1,core_gpio_sel1  //disable flash spi
 	hfetch 1,core_gpio_pd3	//gpio24 can not be set pulldown
 	set1 0,pdata
 	hstore 1,core_gpio_pd3
 	rtn
-
 	
 org 0xc0001
 
 z_entranceB:
-//	beq ZCODE_B0,z_mouse_le_bb_event_connected
 	beq ZCODE_B1,z_mouse_sniff_not_accept
 	beq ZCODE_B2,z_mouse_enter_sniff_check
 	beq ZCODE_B3,z_mouse_le_ll_start_encryt
 	beq ZCODE_B4,z_mouse_bb_event_disconnected
-	beq ZCODE_B5,z_mouse_irtual_cable_unplug
 	rtn
 
 z_mouse_sniff_not_accept:
@@ -37916,10 +37975,11 @@
 z_mouse_le_ll_start_encryt:
 	fetch 1,mem_mouse_le_reconnect_flag
 	beq 1,z_mouse_le_ll_reconn_start_encryt
+	jam 20,mem_le_start_encrypt_timer
 	branch z_mouse_le_ll_enable_start_enc_flag
 z_mouse_le_ll_reconn_start_encryt:
 	call p_app_updata_le_param
-	jam 5,mem_le_start_encrypt_timer
+	jam 10,mem_le_start_encrypt_timer
 z_mouse_le_ll_enable_start_enc_flag:
 	arg LL_START_ENC_FLAG,queue
 	branch mouse_le_enable_connect_flag
@@ -37931,53 +37991,5 @@
 	call p_mouse_store_flash_device_info
 	branch mouse_bb_disconnected
 
-z_mouse_irtual_cable_unplug:
-	setarg 0x01
-	store 6,mem_plap
-	jam REC_3_MODE,mem_record_bt_mode
-	jam 0xff,mem_mouse_fast_conn_flag
-	call mouse_before_store_reconn_info
-	jam 0xff,mem_device1_type
-	branch p_mouse_store_flash_device_info
-
-org 0xd0001
-
-z_entranceC:
-	beq ZCODE_C0,z_mouse_24g_attempt_fail
-	beq ZCODE_C1,z_mouse_24g_attempt_success
-	rtn
-
-z_mouse_24g_attempt_fail:
-	call p_mouse_sensor_powerdown_check	//sensor power down
-	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
-	call p_mouse_tx_power_init
-	call p_g24_check_51cmd_stop_24g	
-	jam 0,mem_link_key_exists
-
-	fetch 1,mem_power_on_flag	//power on fail to reconn bt
-	bbit1 2,app_enter_hibernate	
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,z_mouse_24g_attempt_fail_next
-	call p_mouse_load_flash_info_check
-	arg 3,loopcnt
-	arg mem_device1_addr,contr
-	call p_pdata_0xff_check
-	branch p_mouse_null_enter_hibernate_enable,user
-z_mouse_24g_attempt_fail_next:
-	branch p_mouse_check_reconn_target	
-
-z_mouse_24g_attempt_success:
-	jam 1,mem_mouse_24g_attempt_success_flag
-	call p_mouse_null_enter_hibernate_disable
-	call p_mouse_init_sensor_reset
-	call mouse_no_data_timer_init	
-	fetch 4,mem_24g_allpowerful_addr
-	fetcht 4,mem_24g_addr
-	isub temp,null
-	branch z_mouse_store_24g_device_2flash,zero
-	jam LATEST_MODE_24G,mem_mouse_latest_mode
-z_mouse_store_24g_device_2flash:
-	call mouse_cheak_select_24gdevice
-	branch p_mouse_store_flash_device_info
 
 
Index: output/bt_program23.rom
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_program23.rom	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/bt_program23.rom	(working copy)
@@ -1,125 +1,125 @@
 00100000001000000000000001000000
-00100000010000000000001111010000
+00100000010000000000001110111010
 01101000000000001100000111011110
-01100000000000001100110011101110
-00100000010000000000011100000001
+01100000000000001100110011111110
+00100000010000000000011011111110
 01101000000000001100011010000101
 01100000000000001100011011011010
-01101000000000001100101100110011
-01100000000000001100101100110100
-00100000010000000100001111001010
-00100000010000000000001011010110
-00100000010000000000011110010100
-00100000010000000000000000001111
-00100000010000000000000000100010
-00100000001000000000001100011110
-01011000000000000000001110011001
-01100000000000010100110101101000
-01011000000000000000001110110011
+00100000010000000000010011011111
+00100000010000000000001100110010
+00100000010000000000011110011001
+00100000010000000000000000011001
+00100000010000000000000000101100
+01101000000000100100000010100000
+01100000000000100100110001111110
+00100000010000000101100000010000
+00100000010000000101100000111001
+00100000010000000101100000101100
+00100000010000000101100000011000
+00100000010000000011111000011110
+01011000000000000001100000000010
+01100000000000010100000010111101
+01011000000000000000000000000000
+01100000000000010100000101010100
+00100000010000000110100010100010
+00100000001000000000001100000101
+01011000000000000000001101111011
+01100000000000010100110101111000
+01011000000000000000001110100110
 01100000000000010100000111101111
-01011000000000000000011000111101
+01011000000000000000011000111001
 01100000000000010100000111111001
-01011000000000000000001111101011
+01011000000000000000001111011001
 01100000000000010100000111110001
-01011000000000000000001001111111
+01011000000000000000001010100110
 01100000000000010100000111101101
-01011000000000000000010000100110
+01011000000000000000010000010001
 01100000000000010100000111110101
-01011000000000000000010000010011
+01011000000000000000001111111110
 01100000000000010100000111110011
-01011000000000000000010001101001
+01011000000000000000010001100000
 01100000000000010100000111101011
-01011000000000000000010001110000
+01011000000000000000010001101101
 01100000000000010100000111111101
 00100000011000000000000000000000
 01011000000000000000000000011001
-01100000000000010100110101111010
-00100100010101011000000000101010
-00100000010000000000001011011000
-00100000010000000000001100011000
+01100000000000010100110110001010
+00100100010101011000000000111001
+00100000010000000000001011010011
+00100000010000000000010001100110
 01101000000000001100011100011111
 01100000000000001100011100011110
-00100000011000000000000000000000
+01101000000000110100010010100000
+01100000000000110100101101100010
+01101000000000001100001001000001
+11000011100000010000000000000000
+01110000010010110111011100001010
+00100000001000000000001110100011
 01011000000000000000000101110111
-01100000000000010100110101111010
+01100000000000010100110110001010
 00100000011000000000000000000000
 00100000000000000000000000000001
 00100000000000000000000000000001
 00100000000000000000000000000001
 00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
-00100000000000000000000000000001
 11000010100001000000000001011010
 11000000000000001000000001110110
 11000000000000010000000001111111
-11000000010000101000011101100101
-11000000010001001000011100110110
-11000000010001010000011101100111
-11000000000011011000011001010010
-11000000000100110000011001010100
-11000000001001000000011001101111
-11000000001001010000011001110001
-11000000001010001000011001111010
-11000000001011001000011001101101
-11000000010100111000011001111111
-11000000010101101000011010010101
+11000000010000101000011101101010
+11000000010001001000011100111011
+11000000010001010000011101101100
+11000000000011011000011001001110
+11000000000100110000011001010000
+11000000001001000000011001101100
+11000000001001010000011001101110
+11000000001010001000011001110111
+11000000001011001000011001101010
+11000000010100111000011001111100
+11000000010101101000011010010010
 11000000011001011011001111100100
-11000000011101001000011010100110
+11000000011101001000011010100011
 11000000010100001000000010001000
 11000000010110001000000010001101
 11000000010110010000000010011011
-11000000011000100000001010100001
-11000000011100011000010011111001
-11000000011100110000010100100001
-11000000011101010000010101110010
-11000000011101011000010101111000
-11000000011101100000010110001010
+11000000011000100000001010110011
+11000000011100011000010100010001
+11000000011100110000010100111001
+11000000011101010000010110000001
+11000000011101011000010110001010
+11000000011101100000010110001101
 00100000001000000010101010001110
-11000000000111001000010110010100
-11000000001000011000010110011100
-11000000001001010000010110100010
-11000000001010111000010110100101
-11000000001011001000010110100111
-11000000001100011000010110101001
-11000000001100110000010111011001
-11000000001100111000010111110000
-11000000001101010000011000101000
-11000000001110111000011000110011
-11000000000000101000011010101000
-11000000010000000000011010101010
-11000000010000010000011010110100
-11000000010001000000011011000101
-11000000010001100000011000111111
-11000000010001101000011001001011
-11000000011111010000011011101001
+11000000000111001000010110001111
+11000000001000011000010110010111
+11000000001001010000010110011101
+11000000001010111000010110100000
+11000000001011001000010110100010
+11000000001100011000010110100100
+11000000001100110000010111001101
+11000000001100111000010111101100
+11000000001101010000011000100100
+11000000001110111000011000101111
+11000000011111010000011011100110
+11000000000000101000011010100101
+11000000010000000000011010100111
+11000000010000010000011010110001
+11000000010001000000011011000010
+11000000010001100000011000111011
+11000000010001101000011001000111
 00100000001000000010101010001110
 00011111111000100010001000000000
-01101000000010001100110011110010
-01011000000000000100110011111001
+01101000000010001100110100000010
+01011000000000000100110100001001
 10011000010000001000101000000000
 00011010001000100111111000000000
 11100000101000001000000000000000
 00011000010000001000010000000001
 00011000010000010000010000000111
-01100000000010001100110011110010
+01100000000010001100110100000010
 00100000011000000000000000000000
 11011000101000000000100110101110
 11011111001000000000000000001100
 00100000010000000111111011010100
-00100000010000000000001110101010
+00100000010000000000001110001100
 00100000010000000110101000000011
 00100000010000000101110011110110
 00100100010101011010110001100101
@@ -140,77 +140,87 @@
 01100000000000010100010100010011
 00100000001000000010101010100010
 11000110000100110000000000000000
-01101000000000001100101100101001
+01101000000000001100101100100110
 00100100001110100111111111101111
-01101000000000001100101100101110
+01101000000000001100101100101100
 00100100001110100111111111101111
 01101000000000001100011110011110
 00100000001110100111111111101111
-01101000000000001100011111000111
+01101000000000001100011111000100
 11000000000000001111111111101111
 01101000000000010100001001001000
 00100100001110100111111111101111
-01101000000000001100100000001001
+01101000000000001100100000000110
 00100100001110100111111111101111
 00100000001000000111111111110001
 11000110100100110000000000000000
-01101000000000001100110101110111
-11000000000000001000000010110001
-00100000010000000000000100111100
-00100100001101000000000011001100
-00100000010000000000000100011110
-00100000010000000000000101011111
-01101000000000001100110001000111
+01101000000000001100110110011011
+11000010100000001000000010110000
+11000010100000010000000010110010
+01101000000000001100110110000111
+11000000000000001000000010111000
+00100000010000000000000101110000
+00100100001101000000000011010011
+00100000010000000000000101001011
+00100000010000000000000110010011
+01101000000000001100110001010111
 11000001111111111000000000000000
-00100000010000000000011100001010
-00100000010000000000000010101101
-01101000000000001100101100101001
-11000000000000001000001110011100
-00100000010000000000000011011000
+00100000010000000000011100001111
+00100000010000000000000010110100
+01101000000000001100101100100110
+11000000000000001000001101111110
+00100000010000000000000011100010
 00100100011101000000000000000000
-00100000010000000000001010000110
-01011000000000001111010000100100
+00100000010000000000001010101101
+01011000000000001111000000111100
 00100000001000000010101110010011
+01110000000100011100011001100000
+00100000001000000000011101101111
+01110000000100011100011001010011
+00100000001000000000011101101111
 01011000000000010111011100000000
-01100000000000011100110001100110
-01110000010010110110010000010100
+01100000000000011100110001110110
+01110000010010110100010000010100
 00100000011000000000000000000000
-00100000010000000000001001011111
+00100000010000000000001010000110
 00100100011101000000000000000000
-00100000010000000000000011000110
-01101000000000010100110101111000
+00100000010000000000000011001101
+01101000000000010100110110001000
 00011111111000001111111000000001
-01100000000000010100110101111000
-01101000000010010100110101111010
+01100000000000010100110110001000
+01101000000010010100110110001010
 10011000010001100111110000000000
-00100000010000101000000010111011
-00100000001000000000000010011110
-01110000010011010111011100000000
+00100000010000101000000011000010
+00100000001000000000000010100001
+01110000010011011000011100000000
 01011000000000000000000000000000
-01100000000000010100110101111000
+01100000000000010100110110001000
 01011000000000000000000000011001
-01100000000000010100110101111010
-01110000010011000111001000000000
-01101000000000001100110001011101
-01100000000000001100110001011100
-00100000011000000000000000000000
-01101000000000001100110001011110
-00100000001000000000000011000010
-01101000000000001100110001110010
+01100000000000010100110110001010
+01110000010011001000001000000000
+01101000000000001100110001101101
+01100000000000001100110001101100
+00100000011000000000000000000000
+01101000000000001100110001101110
+00100000001000000000000011001001
+01101000000000001100110010000010
 00011111111000001111111000000001
-01100000000000001100110001110010
-11000000000000100000000011000100
-11000000000000101000000011000000
-00100000011000000000000000000000
-01101000000000001100110001100011
-00100000010110100000000011100001
-01101000000000001100101100101110
+01100000000000001100110010000010
+11000000000000100000000011001011
+11000000000000101000000011000111
+00100000011000000000000000000000
+01101000000000001100110001110011
+00100000010110100000000011111011
+01101000000000001100101100101100
 00100100011110100000000000000000
-01101000000000001100101100101001
+01101000000000001100101100100110
+11000001000000001000000000000000
+01101000000000001100110110000111
 11000001000000001000000000000000
-00100000010000000000000011011000
+00100000010000000000000100001100
+00100000010000000000000011100010
 00100100011101000000000000000000
-01101000000000011100110001100110
+01101000000000011100110001110110
 00100000010000000111111101001001
 01100000000010100100000101011011
 00100000001000000010101100101010
@@ -220,118 +230,160 @@
 00100000001110100111111111101001
 01101000000000001100000010010001
 00100000001110100111111111101001
-01101000000000001100110101110111
+01101000000000001100110110000111
 11000000000000001111111111101001
-00100000001000000000001010001001
-01110000010011000110001100000001
-01110000010011010110110000000000
-00100000010000000000000011110100
-01100000000000001100101111010011
+00100000010000000000001010110000
+00100000010000000000001010101101
+00100000010000000011111010111111
+00100000010000000000001100000111
+01101000000100100000000001110000
+01101000000110100000000001111000
+10011000010000011000010000000000
+00011000010001000000010000000000
+01100000000110100000000001111100
+01101000000100001000000001111101
+01111001001111111111111000000010
+01100000000100001000000001111101
+01101000000100001000000001111110
+01111001001111111111111000000110
+01100000000100001000000001111110
+11011000010000000000000000011101
+00100000001000000110011111111011
+01110000010011000111001100000001
+01110000010011010111110000000000
+00100000010000000000000100100001
+01100000000000001100101111100011
 01011000000000000000000000000000
-01100000000000111100101111010100
-01101000000000100100110001101110
-01100000000000100100101111011011
-01110000010011000011011100001100
-01101000000000001100110000111000
+01100000000000111100101111100100
+01101000000000100100110001111110
+01100000000000100100101111101011
+01110000010011000100011100001100
+01101000000000001100110001001000
 01111001001000000111111000000011
-01100000000000001100110000111000
-00100000010000000000000100111111
-00100000001000000000000010100001
-01101000000000100100000010100000
-01100000000000100100110001101110
+01100000000000001100110001001000
+00100000010000000000000101110011
+00100000001000000000000010100100
+01011000000000000000000000000000
+01100000000000011100110110010111
 00100000011000000000000000000000
-01110000010011010110110100000001
-01110000010011010110111100000000
-01101000000000001100110000111000
+01110000000100011100011001110001
+00100000001000000000011101101111
+01110000010011011001100000000000
+01101000000000001100110110010111
+11000011100000000000000000000000
+01111001001000000111111000000000
+01100000000000001100110110010111
+01011000000000000000011100001000
+01100000000000010100011010110000
+00100000001000000000010001100110
+01101000000000001100110001110011
+00100000001110100000000100001001
+01110000010011011001100000000000
+01101000000000001100110110010111
+11000100000000000000000000000000
+01111001001111111111111000000000
+01100000000000001100110110010111
+00100000010000000011111110001101
+00100000001000000000001111010111
+01110000010011010111110100000001
+01110000010011010111111100000000
+01101000000000001100110001001000
 00011111111000010111111000000111
-01100000000000001100110000111000
+01100000000000001100110001001000
 00100000011000000000000000000000
-01101000000000001100110000111000
+01101000000000001100110001001000
 01111001001000000111111000000100
-01100000000000001100110000111000
-01100000000000001100101111110011
+01100000000000001100110001001000
+01100000000000001100110000000011
 00100000011000000000000000000000
-01101000000000001100110000111000
+01101000000000001100110001001000
 11000100000000100000000000000000
-01101000000000001100110000111000
+01101000000000001100110001001000
 01111001001111111111111000000100
-01100000000000001100110000111000
-01100000000000001100101111110011
-00100000010000000000010111001010
-00100000001000000000000100110001
-01101000000000001100110101101100
-11000000100000001000000011110100
-01101000000000001100110101101010
+01100000000000001100110001001000
+01100000000000001100110000000011
+00100000010000000000011100000101
+00100000001000000000000101011110
+01101000000000001100110101111100
+11000000100000001000000100100001
+01101000000000001100110101111010
 00011111111000001111111000000001
-01100000000000001100110101101010
-11000000000000100000000100001110
-00100000010000000000000100110001
-01110000010011000111110000000010
-00100000001000000000000101011111
-00100000010000000000010111001010
-01110000010011010110101000000000
-00100000001000000000000011110100
-01110000010011010110111100000010
-01110000010011010110110100000001
-01110000010011010110110000000000
-00100000001000000000000011110100
-01101000000000001100110101101110
-11000000000000011000000100010010
-01101000000000001100110000111000
+01100000000000001100110101111010
+11000000000000100000000100111011
+00100000010000000000000101011110
+01110000010011001000110000000010
+00100000001000000000000110010011
+00100000010000000000011100000101
+01110000010011010111101000000000
+00100000001000000000000100100001
+01110000010011010111111100000010
+01110000010011010111110100000001
+01110000010011010111110000000000
+00100000001000000000000100100001
+01101000000000001100110101111110
+11000000000000011000000100111111
+01101000000000001100110001001000
 00101111111011000000000000000100
-00100000001000001000000011110010
-01101000000000001100110101101110
-11000000000000001000000100010001
-11000000000000010000000100010010
+00100000001000001000000100011111
+01101000000000001100110101111110
+11000000000000001000000100111110
+11000000000000010000000100111111
 00100000011000000000000000000000
-01101000000000001100110001000111
+01101000000000001100110001010111
 11000001111111111000000000000000
-00100000010000000000000100100011
-00100100010101100000000100101011
+00100000010000000000000101010000
+00100100010101100000000101011000
 00100000011000000000000000000000
 01111000010101100111110000000000
-01101000000000001100110101101101
+01101000000000001100110101111101
 11000001100000001000000000000000
-01101000000000001100110101101111
+01101000000000001100110101111111
 11000001100000000000000000000000
-01110000010011010110111000000001
-01110000010011000111110000000100
+01110000010011010111111000000001
+01110000010011001000110000000100
 00100000001000000111111111101011
-01101000000000001100110101101111
-00100000001110100000000100110111
+01101000000000001100110101111111
+00100000001110100000000101101011
 00011111111000001111111111111111
-01100000000000001100110101101111
-01110000010011010110111000000010
-01110000010011000111110000000100
-01101000000010001100110001000010
-00100000010000000000000111100000
+01100000000000001100110101111111
+01110000010011010111111000000010
+01110000010011001000110000000100
+01101000000010001100110001010010
+01101000000000001100110001101111
+00011111111000010111111000000011
+00011111111011111010001000000100
+01011000000000000100110001011000
+10011010001000001111111000000000
+10011000010000001000110000000000
+11101000110000001000000000000000
+01100000000000001100110001010001
 00011000010000001000010000000001
 00011000010000010000010000000011
-01100000000010001100110001000010
+01100000000010001100110001010010
 00100000011000000000000000000000
-01110000010011010110111000000011
-01101000000000001100110101101100
-00100100001110100000000100000101
-01110000010011000111110000000010
-00100000001000000000000100110001
-01101000000000001100110001000111
-11000000111111111000000110100011
-00100000010000000000000101000010
-00100000010000000000000111001110
-01110000010011000011110000000001
+01110000010011010111111000000011
+01101000000000001100110101111100
+00100100001110100000000100110010
+01110000010011001000110000000010
+00100000001000000000000101011110
+01101000000000001100110001010111
+11000000111111111000000111101100
+00100000010000000000000101110110
+00100000010000000000001000001010
+01110000010011000100110000000001
 00100000011000000000000000000000
-01101000000000010100110101101000
+01101000000000010100110101111000
 00100000010000000111111110011100
-00100000001101000000000101001000
-01101000000000111100101111010100
+00100000001101000000000101111100
+01101000000000111100101111100100
 00100000011110100000000000000000
 00100000001000000111111111100111
-00100000010000000000001111001010
-01110000010011000110001100000000
+00100000010000000000001110011000
+01110000010011000111001100000000
 00011010001000001111111000000001
-01100000000000001100110000110111
-00100000010000000000000011110100
-01100000000000001100101111010011
+01100000000000001100110001000111
+00100000010000000000000100100001
+01100000000000001100101111100011
 11101000101010001000000000000000
 11101010010000001000000000000000
 10011000010000011111111000000000
@@ -340,210 +392,197 @@
 11101010010000100000000000000000
 11100000101000100000000000000000
 00011010010000001010010000000100
-11011000101000000100101111011001
+11011000101000000100101111101001
 11011111001000000000000000000010
 11101010010000001000000000000000
 11101000101010001000000000000000
 10011000010000001111111000000000
 11100000101000001000000000000000
 00011010010000001010010000000001
-11000010000000000000000101011000
+11000010000000000000000110001100
 00100000011000000000000000000000
-01110000010011000100000000000000
+01110000010011000101000000000000
 11011001011000000000110100000000
 00110100011100110000001000000000
-00100000010000000000000101110110
-00100100001011000000000110000001
-00100100001101111000000110000001
-00100000010000000000000101110011
-00100000010000000000000110011100
-00100000010000000000011100000100
-01101000000000001100110000110110
+00100000010000000000000110101010
+00100100001011000000000110110101
+00100100001101111000000110110101
+00100000010000000000000110100111
+00100000010000000000000111010000
+00100000010000000000011100000001
+01101000000000001100110001000110
 00011111111000001111111000000001
-01100000000000001100110000110110
-00100000010000000000000011111101
-01101000000000001100110001000111
-11000000111111111000000110100101
-00100000010000000000000100010101
+01100000000000001100110001000110
+00100000010000000000000100101010
+01101000000000001100110001010111
+11000000111111111000000111101110
+00100000010000000000000101000010
 01011000000000000000000000000000
-01100000000000100100110000111100
-01100000000000001100110101101011
+01100000000000100100110001001100
+01100000000000001100110101111011
 00100000011000000000000000000000
 11011111001000000000000000000100
-11011000101000000100101111010011
+11011000101000000100101111100011
 00100000001000000111111011000110
 01111000010101111111110000000000
-00100000010000000000001000111110
+00100000010000000000001001100101
 00011000000000000010101000000000
-01101000000000100100110001011111
+01101000000000100100110001101111
 10011000000000000001001000000000
 01101000000010001000000000010111
 00100000010000000010100100011111
 00100000010000000010100100100100
-00100000010000000000000111111011
-00100000010101111000001000110111
+00100000010000000000001000100101
+00100000010101111000001001011110
 00100000011000000000000000000000
-01101000000000010100110000111101
+01101000000000010100110001001101
 00011111111000001111111000000001
-01100000000000010100110000111101
-01101000000000001100110000111110
+01100000000000010100110001001101
+01101000000000001100110001001110
 11000010100000100010110111010100
-01101000000000001100110001000111
-11000000111111111000000110001010
-00100000010000000000000110010010
-00100000001000000000000101100000
-01101000000000001100110000111101
+01101000000000001100110001010111
+11000000111111111000000110111110
+00100000010000000000000111000110
+00100000001000000000000110010100
+01101000000000001100110001001101
 11000001111111111000000000000000
 01011000000000000000000000000000
-01100000000000010100110000111101
+01100000000000010100110001001101
 00100000001000000010110111010100
-00100000010000000000011100101101
-00100000010000000000010111001010
-00100000001000000000000100110001
-01101000000000001100110001000000
+00100000010000000000011100110010
+00100000010000000000011100000101
+00100000001000000000000101011110
+01101000000000001100110001010000
 00011111111001100111110000001011
-00100100001000010000000110001111
+00100100001000010000000111000011
 00011111111000001111111000000001
-01100000000000001100110001000000
-11000000000000010000000011111000
-11000000000000110000000011111111
-11000000000001000000000011111000
-11000000000001100000000011111111
+01100000000000001100110001010000
+11000000000000010000000100100101
+11000000000000110000000100101100
+11000000000001000000000100100101
+11000000000001100000000100101100
 00100000011000000000000000000000
-00100000010000000000000110110011
-01101000000000001100110000110101
+00100000010000000000000111111101
+01101000000000001100110001000101
 00100000011110100000000000000000
 10011000000000000111001000000000
-11011000110000000100101110110011
-11011000101000000100110000010101
+11011000110000000100101111000011
+11011000101000000100110000100101
 00100000001000000111111100000001
-01110000000100011100011110010000
-00100000001000000000011101101010
-00100000010000000000011100000001
-01110000000100011100011110010001
-00100000001000000000011101101010
-01110000000100011100011101110000
-00100000001000000000011101101010
+01110000010000011101111000000100
+01110000010011000100011000000000
+01110000010011000101000101001110
+01101000000000100100110001010011
+01100000000000100100110001101111
+11011010001000000000000000000000
+11011111001000000000000000000100
+11011000110000000100110001101111
+11101000110000001000000000000000
+10011010001000001010001000000000
+11000010000000000000000111011111
+00011010001000100111111000000000
+01100000000000010100110011111000
+01101000000000001100110011111000
+01101000000010001100110011111001
+10011000010000001111111000000000
+01100000000000001100110011111010
+00100000011000000000000000000000
+00100000010000000000000111010111
+01110000010011000101011100000001
+00100000011000000000000000000000
+01110000000100011100011010010000
+00100000001000000000011101101111
+00100000010000000000011011111110
+01110000000100011100011010010001
+00100000001000000000011101101111
+01110000000100011100011001000000
+00100000001000000000011101101111
 01111001001111111000000000100110
+01110000010011011001101100000000
 00100000010000000101001111001110
 11011000111000000000000000000011
 00100000001000000100001111010010
-01100000000010001100110000110111
+01100000000010001100110001000111
 00011000010000100111001000000000
-11011000101000000100101111010011
+11011000101000000100101111100011
 00011010001000100000110000000000
 00100000001000000111111100000001
-01101000000000001100101110110010
+01101000000000001100101111000010
 00011111111010010111111000000000
-01100000000000001100110000110101
+01100000000000001100110001000101
 00011111111000001111111000000001
-11011000110000000100101110110010
+11011000110000000100101111000010
 10011000110000001000110000000000
 11101000110000011000000000000000
-01100000000000011100110001110100
-01101000000000001100101110110010
+01100000000000011100110010000100
+01101000000000001100101111000010
 00011111111000110111111000000000
 00011111111000010111111000000011
-01100000000000001100110001111010
-00100000011000000000000000000000
-01100000000000100100110001011111
-11011010001000000000000000000000
-11011111001000000000000000000100
-11011000110000000100110001011111
-11101000110000001000000000000000
-10011010001000001010001000000000
-11000010000000000000000111000100
-00011010001000100111111000000000
-01100000000000010100110011101000
-01101000000000001100110011101000
-01101000000010001100110011101001
-10011000010000001111111000000000
-01100000000000001100110011101010
+01100000000000001100110010001010
 00100000011000000000000000000000
-01101000000000001100110000110111
+01101000000000001100110001000111
 00011111111000001111111000000010
-01100000000000001100110000111001
-01101000000000001100110000111000
-01100000000000001100101111110011
-01101000000000001100110000110111
+01100000000000001100110001001001
+01101000000000001100110001001000
+01100000000000001100110000000011
+01101000000000001100110001000111
 00011111111010011111111000000000
-01101000000010001100110000110110
+01101000000010001100110001000110
 00011000010000010000010000000011
 00011000010000111000010000000000
 10011000010000011111111000000000
-01101000000010001100110001110011
+01101000000010001100110010000011
 10011000010000001111111000000000
 11100000101000001000000000000000
-01101000000000001100110000110111
+01101000000000001100110001000111
 10011000000000000111001000000000
-11011000110000000100101111010011
+11011000110000000100101111100011
 00100000001000000111111100000001
-01101000000000001100110001011111
-00011111111000010111111000000011
-00011111111011111010001000000100
-01011000000000000100110001001000
-10011010001000001111111000000000
-10011000010000001000110000000000
-11101000110000001000000000000000
-01100000000000001100110001000001
-00100000011000000000000000000000
 01111000010001001111110000000000
 01111000010000111111110000000000
 01011000010101010101010101010101
 10011000000000000001111000000000
-01101000000000001100110001000001
+01101000000000001100110001010001
 00011111111011011000010000000000
 01111001001000000000010000000001
 00011000010000110001110000000000
 00100000011000000000000000000000
-00100000010000000101001111000100
-01101000000000100100110001011111
-10011000000000000001001000000000
-00100000010000000010100100011000
-01101000000010001100110001000001
-00100000010000000010100100011111
-01011000000000000000010100000000
-00100000010000000010101010001111
-00100000010000000010100100100100
-00100000010000000000000111101001
+00100000010000000000001000011100
 01111000010101111111110000000000
 01111000001001101111110000000000
 01111000001100001111110000000000
 01111000010100000111110000000000
 01111000001010000111110000000000
-01101000000000010100110000111010
+01101000000000010100110001001010
 10011000000000000011011000000000
 00110111110000011000010000000000
-00100100001011000000001000110111
+00100100001011000000001001011110
 01111000010001101111110000000000
 01111000001001011111110000000000
 01111000001000111111110000000000
 01111000001001001111110000000000
-00100000010000000000001000110100
-01100000000000001100110011101011
-01101000000010001100110011101010
+00100000010000000000001001011011
+01100000000000001100110011111011
+01101000000010001100110011111010
 10011000010001100111110000000000
-00100100001000101000001000110111
-00100000010000000000001000110100
-01100000000000001100101110110001
-01101000000000001100110001111101
-00011111111001100111110000000010
-00100000001000101000001000010111
-01101000000000001100101110110001
-01101000000010001100110000111000
+00100100001000101000001001011110
+00100000010000000000001001011011
+01100000000000001100101111000001
+01101000000000001100101111000001
+01101000000010001100110001001000
 10101000010000000000111000000000
-00100100001000001000001000110111
-00100000010000000000001000110100
+00100100001000001000001001011110
+00100000010000000000001001011011
 11100000101000001000000000000000
 00011111111010010111111000000000
 00011111111000010111001000011111
-00100000001000101000001000011111
-00100000010000000000001000110100
+00100000001000101000001001000110
+00100000010000000000001001011011
 11100000101000001000000000000000
-11000010000000000000001000011100
+11000010000000000000001001000011
 00011000101000100010001000000000
-00100000010000000000001000110100
-01100000000000001100110101110010
+00100000010000000000001001011011
+01100000000000001100110110000010
 00011010001000100000101000000000
 00001001100000000000000000011000
 01111000001010000111110000000000
@@ -552,14 +591,14 @@
 00011111111100010111111000000000
 11100000101000011000000000000000
 01111000010001011111110000000000
-00100000001000110000001000110111
+00100000001000110000001001011110
 01111000001101111111110000000000
 01101000000000001000000000010111
 00011111111000001010001000000000
 00100000010000000010100110000001
 01111000010001101111110000000000
 00100000010000000010100100011000
-01101000000000001100110101110010
+01101000000000001100110110000010
 00100000010000000000000001101100
 00100000011000000000000000000000
 00001001100000000000000000001000
@@ -570,13 +609,13 @@
 00100000010000000010011001001101
 00100000011000000000000000000000
 00100000010000000010100100011000
-01101000000010001100110001000001
+01101000000010001100110001010001
 00100000001000000010100100110011
 00100000010000000101001111000100
-01101000000000100100110001011111
+01101000000000100100110001101111
 10011000000000000001001000000000
-00100000010000000000000111101001
-00100000010000000000001000111011
+00100000010000000000001000011100
+00100000010000000000001001100010
 01111001001000000010101000000000
 01111000001011101111110000000000
 01111000001100000111110000000000
@@ -589,14 +628,14 @@
 01111000001011011111110000000000
 01111000001000111111110000000000
 01111000001001001111110000000000
-01101000000000001100110011101010
+01101000000000001100110011111010
 00001000000000001000011000001000
-01101000000000001100110000111001
+01101000000000001100110001001001
 10011000000000000111001000000000
-11011000110000000100101111110011
+11011000110000000100110000000011
 11101000110000001000000000000000
 00001000000000001000011000001000
-11000010000000000000001001010100
+11000010000000000000001001111011
 01111000001001000111110000000000
 00001000000000001000011000011000
 01111000010001000111110000000000
@@ -606,26 +645,26 @@
 01111000010011011111110000000000
 00100000011000000000000000000000
 00100000010000000111111111101001
-01101000000010100100110001011000
+01101000000010100100110001101000
 00011100010000100111111000000000
 10011000010001100111110000000000
 00100100010000010010110100011000
 00011111111000100010010000000000
-01101000000000100100110001011000
-01101000000010001100110001011100
+01101000000000100100110001101000
+01101000000010001100110001101100
 10011000010000001000010000000000
 00011010010000100111111000000000
 10011000010001100111110000000000
 00100100011000010000000000000000
 01111001001111111111111000011100
-01100000000000100100110001011000
+01100000000000100100110001101000
 00100000001000000111111111100111
 11011000010000000000000000000000
 11011111001000000000000000001000
 00011010001000100000110000000000
 11101000110000001000000000000000
 10011000010000001000010000000000
-11000010000000000000001001110001
+11000010000000000000001010011000
 00011000010010010111111000000000
 00011111111000100000010000000000
 11000110100100110000000000000000
@@ -638,185 +677,103 @@
 00100000011000000000000000000000
 00100000011000000000000000000000
 11000110000100110000000000000000
-00100000010000000000001110100000
-00100000010000000000001010001001
+00100000010000000000001110000010
+00100000010000000000000011101010
 01101000000000001100000001000000
-11000011000000000000001010000110
+11000011000000000000001010101101
 01101000000000001000000010100000
 00100100011110100000000000000000
 01011000000000000000000000000000
 01100000000001000000000010100001
 00100000011000000000000000000000
-00100000010000000000001010011110
-00100000010000000000001010000110
-00100000010000000011111010111111
-00100000010000000000001100110010
-01101000000100100000000001110000
-01101000000110100000000001111000
-10011000010000011000010000000000
-00011000010001000000010000000000
-01100000000110100000000001111100
-01101000000100001000000001111101
-01111001001111111111111000000010
-01100000000100001000000001111101
-01101000000100001000000001111110
-01111001001111111111111000000110
-01100000000100001000000001111110
-01101000000010001100101100101000
-00100000010000000110011111111011
-01101000000010001100101100101000
-01111001001000000000010000000111
-11011000101000001000000001111000
-00100000001000000110100000110000
-01101000000000001100101100000001
+01101000000000001100101011111110
 00100000011110100000000000000000
-00100000001000000000010011111001
+00100000001000000000010100010001
 00100000010000000010100101101100
 00100000010000000011010000010110
 00100000010000000111010010111001
-00100000001101011000001011010110
-01101000000000011100010010100011
-01100000000000011100101101101100
+00100000001101011000001100110010
 00100000010000000000000000000001
-00100000010000000000001110000000
-00100000010000000000010100101111
-11000000000000101000001011010100
 01101000000000001100001001000001
-11000010100000010000001010101110
-00100000001000000000001010110001
-01101000000000001100011111000110
-11000000000000001000001010110111
-00100000001000000000001010110001
-01101000000000001100011111000110
-11000000111111111000001010110101
-01101000000000100100110101111100
-01100000000000100100110001011111
-01110000000100011100011101100000
-00100000001000000000011101101010
-00100000010000000000001010111110
-01101000000000001100101101101011
-11000000011111111000001011000100
-01101000000000001100001000010000
-11000000000110011000001011000001
-11000000000110100000001011000100
+11000010100000010000001010111100
+01110000010010110111011011111111
+00100000001000000000001101110110
+00100000010000000000001101010100
+01101000000000001100101101110110
+11000000000000001000001011000010
+11000000000000010000000111110001
+01110000010010110111011100001010
 00100000011000000000000000000000
-01101000000000001100110011101110
+01110000010011011001001000000001
+00100000010000000000001011001011
+01101000000000001100001000010000
+11000000000110011000001011001110
+11000000000110100000001011010001
+00100000010000000000010011111000
+01110000000000010110110100000110
+00100000010000000000010010011010
+00100000001000000111110111011101
+01101000000000001100110011111110
 01100000000000001100000111011110
 00100000011000000000000000000000
 01101000000000110100000111010000
 00100000001110100011001111101011
 00100000001000000100001001110100
-01110000000100011100011100100010
-00100000001000000000011101101010
-11011010001000000100001101110000
-11101010001000001000000000000000
-00100000011110100000000000000000
-10011000110000001010001000000000
-11101000110000001000000000000000
-11000001000000001000000000000000
-00100000001000000000001011000111
-01110000010010110110101101011010
-00100000011000000000000000000000
-01110000010010110110101111111111
-01110000010000100001000000110100
-01101000000000110100110101111100
-01100000000000110100010010100000
-00100000011000000000000000000000
-01110000000100011100011101100001
-00100000001000000000011101101010
-01110000010000100001001001110110
-00100000001000000011110100110110
-00100000010000000000001011010110
+01110000000100011100011000010010
+00100000001000000000011101101111
+00100000010000000000001100110010
 00100000010000000100000011000000
 00100000010000000100000011011001
-11000000000110000000001011100010
-11000000000110001000001100000110
+11000000000110000000001011011011
+11000000000110001000001100000000
 00100000010000000100000011010001
 00100000000000000000001111101000
-00100000001000000000001011011010
-01110000010010110000000100000001
-00100000001000000000001011011000
-00100000010000000000001100001011
+00100000001000000000001011010101
+00100000010000000000001110011110
 01101000000000001100011011011110
-11000000001011010000001011101000
-11000000001010100000001011101111
-11000000011011000000001011110111
+11000000001011010000001011100001
+11000000001010100000001011101110
+11000000011011000000001011110001
 00100000001000000100000011100000
 01110000010001101110000000000111
 01011000000000001000000000000110
 00100000010000000110010000010011
 00100000010000000111111011000001
-11011010011000000100101101110011
-00100000010000000000001011110001
-00100000001000000000001100010011
-01110000010001101110000000000010
-11011010011000000100101110001100
+11011010011000000100101101111010
 11101010011000010000000000000000
-11000001011111111000000000000000
+11011000010000001111111111111111
+10011000010001100111110000000000
+00100000011000101000000000000000
 00100000010000000110010000010011
 00100000000000000010111011100000
 00011010011000001010011000000010
-00100000001000000000001011110001
+00100000001000000000001011100110
+01110000010001101110000000000010
+11011010011000000100101110010100
+00100000001000000000001011100110
 01011000000000000000000000010110
 00100000010000000110010000010100
 00011111111001100111110010111101
-00100100001000101000001011011010
+00100100001000101000001011010101
 01011000000000000000000000011001
 00100000010000000110010000010100
 00011111111001100111110001010101
-00100100001000101000001011011010
+00100100001000101000001011010101
 01011000000000000000000000011011
 00100000010000000110010000010100
 00011111111001100111110000011101
-00100100001000101000001011011010
+00100100001000101000001011010101
 01110000010001101110000000001000
 11011010011000000100101110100010
-00100000001000000000001011110001
-00100000010000000000001100001011
+00100000001000000000001011100110
+00100000010000000000001110011110
 01101000000000001100011011011110
 11000000001110000100000011101000
 01110000010001101110000000000001
 00100000011000000000000000000000
-11011010011000000100101110011001
-00100000010000000000001011110001
-00100000010000000000001100010011
-01101000000000001100011011100000
-11000000000000010000001011101111
-11000000000000111000001011101000
-11000000000001000000001011110111
-00100000011000000000000000000000
-01101000000000001100011101111010
-11000000111111111000010011111001
-01101000000000001100011011100001
-01100000000000001100011101111010
-00100000001000000000010011111001
-01011000000000000000100000000110
-00100000010000000110010000010100
-00011111111000011111111000001000
-00011111111011010111111000000000
-00011111111000001111111000000110
-00100000001000000110010000010011
-01110000000100011100011110000000
-00100000001000000000011101101010
-01101000000000100100011011010011
-11000100000011111000000000000000
-01101000000100001000000001111000
-01111001001000000111111000000101
-01100000000100001000000001111000
-00100000010000000000001100101010
-01101000000100001000000001111000
-01111001001111111111111000000101
-01100000000100001000000001111000
-00100000011000000000000000000000
-01101000000010001100011011110111
-00100000010000000110011111111011
-01101000000010001100011011110111
-00100000010000000110100000011101
-01110000010001101111011000000011
-00100000011000001000000000000000
-01110000010001101111011000000000
-00100000011000000000000000000000
-01101000000010001100101101000111
+01110000000100011100011010000000
+00100000001000000000011101101111
+01101000000010001100101101000101
 00100000001000000110100000100101
 01110000100000001000011001000000
 01110000100000001000011100000000
@@ -832,148 +789,169 @@
 01111001001111111111111000000000
 01100000000100001000000001111111
 00100000011000000000000000000000
-00100000010000000000001110010000
+00100000010000000000001101100011
 00100000010000000100010000100011
 01101000000000010100011101111000
 11011000010000001010101001010101
 10011000010001100111110000000000
-00100000001000101000001110000000
+00100000001000101000001101010100
 01100000000010010100011101111000
 00100000010000000100010000011100
 01101000000000001100011011100001
 01100000000000001100011101111010
-00100000010000000000001110010000
-00100000010000000000001101011111
-00100000010000000000001101110111
+01101000000000100100101101001100
+01100000000000100100011101111011
+01100000000000100100110001101111
 00100000010000000000001101100011
-00100000010000000000001101101110
 00100000010000000000001100110100
-11011000010000000000000000000011
-11011010001000000100011111000100
+00100000010000000000001101001011
+00100000010000000000001101000000
+00100000010000000000001100110111
+00100000010000000000001100001001
+11011000010000000000000000000111
+11011010001000000100101101110000
 11011010010000000000000001011111
 01101000000000011100011100000000
 10011010010000001111111000000000
-00100000010000000000001101100011
-00100000010000000000001101101110
-00100000010000000000001110001000
-00100000001000000000001011010110
-11011000010000000000000000000100
-11011010001000000100110001011111
-11011010010000000000000001011011
-00100000011000000000000000000000
+00100000010000000000001101000000
+00100000010000000000001100110111
+00100000010000000000001101011011
+01110000010000100001001001110110
+00100000001000000011110100110110
 01101000000000011100011100000000
 01100000000000011100001000110010
 00100000010000000110010100101010
-00100000001000000000001101101110
+01011000000000011000011010100000
+00100000010000000010101010001111
+00100000010000000110010100001011
+01011000000000000000000111111010
+01100000000100010000000010001100
+01011000000000000000000000000101
+00100000010000000110010011110011
+11000010100000000000001100110111
+00100000011000000000000000000000
 00011111111000100010011000000000
 00011010001000100111111000000000
 00011111111000001111111111111100
 00011111111000100010010000000000
 11101010010000100000000000000000
-01100000000000100100101101001001
+01100000000000100100101101000111
 00011010011000100111111000000000
 00100000010000000110010101010010
-01101000000000100100101101001001
+01101000000000100100101101000111
 11100010010000100000000000000000
 00100000011000000000000000000000
-01011000000000011000011010100000
-00100000010000000010101010001111
-00100000010000000110010100001011
-01011000000000000000000111111010
-01100000000100010000000010001100
-01011000000000000000000000000101
-00100000010000000110010011110011
-11000010100000000000001101101110
-00100000011000000000000000000000
 01011000000000000100011101111111
 11011000010000000100011100100000
 10011000010001100000010000000000
 01101000000000011100011100000000
 11011010001000000100011100100000
 00100000011000000000000000000000
-00100000010000000000001110010000
-00100000010000000000001101110111
+00100000010000000000001101100011
+00100000010000000000001101001011
 00100000001000000110010101100010
-00100000010000000000001101111101
-00100000010000000000010101111010
-00100000010000000000010110000001
+00100000010000000000001101010001
+00100000010000000000001101101101
 00100000010000000100001101100100
 00100000010000000100001100011010
 01101000000000100100011101111011
-01100000000000100100110001011111
+01100000000000100100110001101111
 00100000011000000000000000000000
 01110000000010101010001010111001
-00100000010000000000001100110100
+00100000010000000000001100001001
 00100000010000000110100110101100
 00100000010000000110010100001011
-11011010001000000100101101001001
+11011010001000000100101101000111
 01101000000010001000101010100010
 00100000010000000110010101010110
 00100000001000000110100110101100
 01110000000010101010001010101011
-00100000001000000000001110001001
-00100000010000000111111111100111
-01011000000000001111111111111111
-11101000110010010000000000000000
-10011000010001100111110000000000
-00100100010000101111111111101001
-11000010000000000000001110010100
+00100000001000000000001101011100
+01110000010010110111010101011010
+00100000011000000000000000000000
+01110000010010110110100100000001
+01110000010010110110100000000001
+01110000010010110111010111111111
+01101000000000110100110110001100
+01100000000000110100010010100000
 00100000011000000000000000000000
+00100000010000000000001101100011
+11011000010000000000000000000111
+11011010001000000100101101110000
+11011010010000000000000001011111
+01101000000000011100011100000000
+10011010010000001111111000000000
+00100000001000000110010101100010
+01101000000000001100001001000001
+11000010100000010000000111110001
+01101000000000100100101101001100
+01100000000000100100110001101111
+00100000010000000000001100100100
+01110000000100011100011001000001
+00100000001000000000011101101111
 00100000010000000100010000000001
 01101000000000010100011010011111
 00100000011110100000000000000000
-01110000010011010111011100000001
+01110000010011011000011100000001
 01011000000000000000000000000000
-01100000000000010100110101111000
+01100000000000010100110110001000
 00100000011000000000000000000000
 11011000110000000001100000000000
-11011000101000000100100000001101
-00100000010000000000001110101000
+11011000101000000100100000001010
+00100000010000000000001110001010
 11011000110000000001100100000000
-00100000010000000000001110101000
+00100000010000000000001110001010
 11011000110000000001101000000000
-00100000010000000000001110101000
+00100000010000000000001110001010
 11011000110000000001101100000000
 11011111001000000000000000011011
 00100000001000000111111100000001
-11011000110000000100100000001101
+11011000110000000100100000001010
 11011000101000000001100000000000
-00100000010000000000001110101000
+00100000010000000000001110001010
 11011000101000000001100100000000
-00100000010000000000001110101000
+00100000010000000000001110001010
 11011000101000000001101000000000
-00100000010000000000001110101000
+00100000010000000000001110001010
 11011000101000000001101100000000
-00100000001000000000001110101000
+00100000001000000000001110001010
+01110000010000010111001000000000
+01110000010010110100001100011110
+00100000011000000000000000000000
+01101000000000001100101101000010
+11000001100000001000000000000000
+01011000000000000000000000000000
+01100000000000001100101101000010
+01100000000000100100011010011011
+00100000001000000000001111010111
+00100000010000000000001100110010
+11011010011000000100101110110010
+00100000010000000000001011100110
+01101000000000001100011101111010
+11000000111111111000010100010001
+01101000000000001100011011100001
+01100000000000001100011101111010
+00100000001000000000010100010001
 00100000010000000101100010010010
 00100100011110100000000000000000
-01101000000000001100101101101011
-11000000011111111000001110111010
+01101000000000001100101101110101
+11000000011111111000001110101101
 01101000000000001100011011000101
 00011111111000010111111000000011
 11000001100000011000000000000000
 01101000000000001100011110011110
-00100000010110100000010000010000
+00100000010110100000001111010101
 01101000000000100100011011010011
 11000010100000101100000101111001
 00100000010000000011111110010111
 00100100011101000000000000000000
-00100000010000000000001111000111
-00100000010000000000001111001010
-00100000010000000000001111100110
+00100000010000000000001110010101
+00100000010000000000001110011000
+00100000010000000000001111010000
 11011010001000000100011010011010
 00100000010000000111111000111101
-00100000010101000000001111010101
-00100000011000000000000000000000
-01110000010000010111001000000000
-01110000010010110110001100011110
+00100000010101000000001110111111
 00100000011000000000000000000000
-01101000000000001100101101100010
-11000001100000001000000000000000
-01011000000000000000000000000000
-01100000000000001100101101100010
-01100000000000100100011010011011
-00100000001000000000001011100000
 01110000010001111010001000000111
 01110000010001111010001100000100
 01011000000000000100011110100010
@@ -985,7 +963,7 @@
 00100000011000000000000000000000
 11011010001000000100011010011010
 00100000010000000111111001010100
-00100000001101000000001111011101
+00100000001101000000001111000111
 00100000011000000000000000000000
 00100000010000000101011001010010
 01101000000000001100011111000011
@@ -998,31 +976,35 @@
 00100000001000000011111110010000
 01101000000000010100011010011111
 00100000011110100000000000000000
-01110000010010000000100100000001
-01110000010010000000101000000010
+01110000010010000000011000000001
+01110000010010000000011100001010
 00100000011000000000000000000000
+01110000010001111001111000000001
+00100000010000000101100000010100
+01110000010010101111111000000001
+00100000001000000000001011010011
 00100000011101110000000000000000
 01101000000000001100000111100010
 00100000011110100000000000000000
 00100000010000000101001001110001
 00100100011110100000000000000000
 01101000000000001100011110011110
-00100000010110100000010000010000
+00100000010110100000001111010101
 01101000000000100100011011010011
 11000010100000101011111110001010
 11000010100001001011111110001010
 00100000010000000011111110010111
 00100100011101000000000000000000
-00100000010000000000001111000111
-00100000010000000000001111001010
-00100000010000000000001111100110
-01101000000000001100101100000110
-11000000000000001000001111111111
-01101000000000001100101100001101
+00100000010000000000001110010101
+00100000010000000000001110011000
+00100000010000000000001111010000
+01101000000000001100101100000011
+11000000000000001000001111101101
+01101000000000001100101100001010
 00100000011110100000000000000000
 00100000001000000011111110000001
 01101000000000001100011010011010
-01100000000000001100101100000111
+01100000000000001100101100000100
 01101000000000001100011010011011
 11100000101000001000000000000000
 01101000000000001100011010011101
@@ -1035,21 +1017,18 @@
 11100000101000010000000000000000
 01011000000000000000001010100001
 11100000101000010000000000000000
-01101000000000101100101100000111
+01101000000000101100101100000100
 11100000101000101000000000000000
 00100000011000000000000000000000
-01110000010001111001111000000001
-00100000010000000101100000010100
-00100000001000000000001011100000
 00100000010000000111111000110100
-00100000010000000000010000010110
+00100000010000000000010000000001
 00100000001000000011111011100000
 01101000000010001100011011100111
-00100000010000000000010101010001
+00100000010000000000010101101011
 01101000000010001100011011100111
 00100000010000000110100000011101
-00100000001000001000010000100100
-00100000010000000000010101011010
+00100000001000001000010000001111
+00100000010000000000010101100110
 01101000000000001100011010110110
 11000001000000000000000000000000
 01110000010001101011011000000000
@@ -1058,324 +1037,362 @@
 00011111111000010111111000000011
 01100000000000001100011101111010
 00100000001000000011110101111110
-00100000010000000000010101011010
+00100000010000000000010101100110
 00100000001000000011110101100010
 00011010011000100111111000000000
-11000000000010100000010000110111
-11000000000010101000010001000001
-11000000000101001000010001000100
-11000000000110010000010001000110
-11000000001000000000010001001000
-11000000000000100000010001001010
-11000000000010011000010001001010
+11000000000010100000010000100010
+11000000000010101000010000110110
+11000000000101001000010000111001
+11000000000110010000010000111011
+11000000001000000000010000111101
+11000000000000100000010000111111
+11000000000010011000010000111111
 11000000000011001011001111011111
-11000000000100001000010001001110
-11000000000000001000010001010000
-11000000000000010000010001010110
-11000000000101011000010001011010
-11000000000111001000010001011100
-11000000000111010000010001100010
-11000000000111100000010001100100
+11000000000100001000010001000011
+11000000000000001000010001000101
+11000000000000010000010001010001
+11000000000101011000010001010100
+11000000000111001000010001010110
+11000000000111010000010001011010
+11000000000111100000010001011101
 00100000001000000100000101111101
-00100000010000000000001011100000
+00100000010000000000001111010111
+00100000010000000100000111000011
+01011000000000000000000000000000
+01100000000000011100101101101000
+01101000000000110100101101001100
+01101000000010110100011100100010
+10011000010001100111110000000000
+00100100010000101000001101100101
 00100000010000000011010000010000
-01110000010001111100011000000001
-01110000010010110110101000000001
+01110000010010110111011000000001
 01101000000000001100011110100001
-00100100001110100000010000111110
-01110000010010110110111100010100
-00100000010000000000010011001011
-00100000010000000000001111010000
-00100000001000000100000111000011
-00100000010000000000010001101100
-01110000000100011100011110100010
-00100000001000000000011101101010
+00100100001110100000010000101111
+01110000010010110110110100010100
+01110000010010110111011100000000
+01110000010010110110110000000000
+01110000010010110110111100000001
+01110000010010110111100000000000
+01110000010010110110101100000000
+00100000010000000000000111110011
+00100000001000000000001110111010
+00100000010000000000010001100011
+01110000000100011100011010100010
+00100000001000000000011101101111
 01110000000010101001100100010010
 00100000001000000111110110001111
-01110000000100011100011110110011
-00100000001000000000011101101010
-01110000000100011100011110100001
-00100000001000000000011101101010
-01110000000100011100011110100011
-00100000001000000000011101101010
-01110000000100011100011110110101
-00100000001000000000011101101010
-01110000000100011100011110110001
-00100000001000000000011101101010
-01110000010001111100011000000001
-00100000010000000000001011100000
-00100000010000000000010011001011
-00100000010000000000010011110100
-01110000010010000000110000000000
+01110000000100011100011010110011
+00100000001000000000011101101111
+01110000000100011100011010100001
+00100000001000000000011101101111
+01110000000100011100011010100011
+00100000001000000000011101101111
+01110000000100011100011001110000
+00100000001000000000011101101111
+01110000000100011100011010110001
+00100000001000000000011101101111
+00100000010000000000010010011000
+00100000010000000000001111010111
+01011000000000000000000000000000
+01100000000000011100101101101000
+01110000010010110111011000000001
+01110000010010110111011100000000
+01110000010010110111100000000000
+01110000010010110110101100000000
+00100000010000000000000111110011
+00100000010000000000010100000010
+01110000010010000000100100000000
 00100000001000000100001011001010
-00100000000000000010111011100000
-00100000010000000000010001101100
-01110000000100011100011110110100
-00100000001000000000011101101010
-01110000000100011100011110110010
-00100000001000000000011101101010
-01101000000000001100001001000001
-01111001001000000111111000000010
-01100000000000001100001001000001
-00100000010000000000001011100000
-01110000000100011100011110010010
-00100000001000000000011101101010
-01110000000100011100011111000000
-00100000001000000000011101101010
-01101000000000001100001001000001
-01111001001000000111111000000010
-01100000000000001100001001000001
-01110000000100011100011111000001
-00100000001000000000011101101010
-00100000010000000000010001101100
-01110000000100011100011110100100
-00100000001000000000011101101010
-01101000000000001100101100000001
+00100000010000000000010001100011
+01110000000100011100011010110100
+00100000001000000000011101101111
+01110000000100011100011010110010
+00100000001000000000011101101111
+00100000010000000000001101111110
+00100000010000000000001111010111
+01110000000100011100011001010000
+00100000001000000000011101101111
+00100000010000000000010001100011
+01110000000100011100011001010001
+00100000001000000000011101101111
+00100000010000000000001111010111
+01110000000100011100011001010010
+00100000001000000000011101101111
+00100000010000000000010001100011
+01110000000100011100011010100000
+00100000001000000000011101101111
+01101000000000001100101011111110
 00100000011110100000000000000000
-01110000010010110000000100000000
-00100000001000000000001100011000
-00100000010000000000010011001110
-00100000010000000000010010100100
-00100000010000000000010010111111
-00100000010000000000010010101001
+01110000010010101111111000000000
+00100000010000000000001011010011
+01011000000000000000000000000110
+00100000010000000110010000010100
+00011111111000011111111000001000
+00011111111011010111111000000000
+00011111111000001111111000000110
+00100000001000000110010000010011
+00100000010000000000010010000001
+00100000010000000000010100000101
+00100000010000000000010011010001
+00100000010000000000010011111011
+00100000010000000000010011010110
 00100000010000000100001000110100
-00100000010000000000010010011101
-00100000010000000000010010001001
-00100000010000000000010010000110
-00100000010000000000010010001111
-00100000010000000000010010010101
-00100000010000000000010001111110
+00100000010000000000010010011111
+00100000010000000000010010100110
+00100000010000000000010010111010
+00100000010000000000010011000000
+00100000010000000000010011000011
+00100000010000000000010011001011
+00100000010000000000010010110010
 00100000010000000100001000110001
-00100000010000000000010010000001
+00100000010000000000010010110101
+00100000010000000000010001111110
 00100000001000000100001000111010
-11011010011000000100100000001100
-11011010010000000110001101111010
+11011010011000000100101101110111
+11011010010000000000001011000010
+00100000001000000011001101101101
+01101000000000001100101101101000
+00100000011110100000000000000000
+11011010011000000100101101101001
+11011010010000000000010010000110
 00100000001000000011001101101101
-11011010011000000100101100001100
-11011010010000000000010010000100
+01110000010010110110100100000001
+01101000000000001100101101101010
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100000000000001100101101101010
+11000000000000000000010010011010
+01101000000000110100101101100010
+01100000000000110100010010100000
+00100000010000000000010010010000
+00100000001000000111110111110100
+01110000010000110110111100011111
+01110000010000111000111100011111
+00100000010000000000010010011000
+11011000110000000100101100010000
+11011000101000000100001101111011
+11011111001000000000000000010011
+00100000010000000111111100000001
+00100000001000000101011110111000
+11011000111000000000000000000111
+00100000001000000100001111001110
+01110000010000110110111100000000
+01110000010000111000111100000000
+11011000111000000000000000000111
+00100000010000000100001111010010
+00100000001000000000001101101001
+11011010011000000100101101000100
+11011010010000000000010010100010
 00100000001000000011001101101101
-01110000010010110000110100000001
+01011000000100100100111110000000
+01100000000000011100110001110110
+01110000010010110100001000000001
 00100000011000000000000000000000
-11011010011000000100011011000110
-11011010010000000011110101100000
+11011010011000000100110110010011
+11011010010000000000010010101001
+00100000001000000011001101110100
+01110000010011011001001000000001
+01101000000000001100101101101000
+00100100001110100000010010101101
+00100000011000000000000000000000
+01110000010011011001001100000001
+01101000000000001100101100101111
+00100100011110100000000000000000
+01110000010011011001001100000000
+00100000011000000000000000000000
+11011010011000000100100000001001
+11011010010000000110001101111010
 00100000001000000011001101101101
+11011010011000000100101100001001
+11011010010000000000010010111000
+00100000001000000011001101101101
+01110000010010110000101000000001
+00100000011000000000000000000000
 11011010011000000100011010101110
-11011010010000000000010010001100
+11011010010000000000010010111101
 00100000001000000011001101110100
-01101000000000001100101100110001
-00100100011110100000000000000000
-00100000001000000100001001100110
-11011010011000000100101101100011
-11011010010000000000010010010010
+01110000010010110111100000000001
+00100000010000000000010011101010
+00100000001000000000010011011111
+11011010011000000100011011000110
+11011010010000000011110101100000
 00100000001000000011001101101101
-01101000000000001100011111001000
-01100000000000001100000101110010
-00100000001000000000010010100010
-01101000000000001100101101101010
+01101000000000001100101101101111
 00100000011110100000000000000000
-11011010011000000100101101101111
-11011010010000000000010010011010
+11011010011000000100101101101101
+11011010010000000000010011001000
 00100000001000000011001101101101
-01101000000000001100101101110000
+01101000000000001100101101101110
 00100100011110100000000000000000
 00100000001000000101101111110101
-11011010011000000100101101100100
-11011010010000000000010010100000
+11011010011000000100101101000011
+11011010010000000000010011001110
 00100000001000000011001101101101
-01011000000100100100111110000000
-01100000000000011100110001100110
-01110000010010110110001000000001
-00100000011000000000000000000000
-11011010011000000100100000001010
-11011010010000000000010010100111
+01101000000000001100011111000101
+01100000000000001100000101110010
+00100000001000000000010010100100
+11011010011000000100100000000111
+11011010010000000000010011010100
 00100000001000000011001101101101
-01110000010010000000100100000000
+01110000010010000000011000000000
 00100000011000000000000000000000
-00100000010000000000010100101111
-11000000000000111000010010101110
-00100000010000000100001110101001
+01101000000000001100011010110110
+00100000001110100000010011100010
+00100000010000000000010101000101
+11000000000000111000010011100010
+01101000000000001100011010000101
+01100000000000001100011011011010
+01101000000000001100011011011011
+11000001000000001000000000000000
+01110000010001101101101100000001
 11011000111000000000000000001001
-00100000001000000100001111010010
+00100000010000000100001111010010
+00100000001000000100001111001010
 01110000010001111010000000101000
-00100000010000000000010010110001
+00100000010000000000010011100101
 00100000001000000100001110110000
 11011010011000000100011011011010
-11011010010000000000010010110100
+11011010010000000000010011101000
 00100000001000000011001101101101
-01101000000000100100011011010011
-11000011100001001000000000000000
-01101000000000010100011010000010
-00101111111011111111111000001011
-00100000010000001100001011010100
+01101000000000001100101101101000
+00100100001110100000010011111000
+00101000000011111111111000100110
+00100000010000001000010011110110
+01101000000000001100101101110110
+00011111111001100111110011111111
+00100000010000101000010011110110
+00100000010000000000010010010000
 01101000000000010100011010000010
 00101111111011111111111000000111
 00100000010000001100001110010010
 11011000111000000000000000001001
 00100000010000000100001111001110
 00100000001000000100001110111000
-01101000000000001100101100110001
-00100100011110100000000000000000
+01110000010010110110110000000001
+00100000011000000000000000000000
+01101000000000010100011010000111
+01100000000000010100011010101100
+00100000011000000000000000000000
 01101000000000001100011110011111
 00100000011110100000000000000000
 11011010011000000100011110100000
-11011010010000000000010011000110
+11011010010000000000010100000000
 00100000001000000011001101101101
 01110000010001111001111100000000
 00100000001000000011010000001010
-01110000010001111001111100000001
-01110000010001111010000000101000
-00100000011000000000000000000000
 01110000010001111001111100000000
 01110000010001111010000000000000
 00100000011000000000000000000000
-01101000000000001100101100100111
+01101000000000001100011010101100
 00100000011110100000000000000000
-01101000000000001100101100101010
-11000000000000001000010011010011
-00100000011000000000000000000000
-01101000000000001100101100101101
-00011111111000001111111111111111
-01100000000000001100101100101101
-00100100011110100000000000000000
-01101000000000001100101100101100
-01100000000000001100101100101101
-01101000000000001100101100101001
-11000000000000001000010011100100
-11000000000000000000010011011101
-00100000011000000000000000000000
-01110000010010110010100100000001
-01101000000010001100101100101000
+11000010100000010000010100001001
+00100000001000000000010100001101
+01101000000010001100101100100101
+00100000010000000110100000001110
+01101000000010001100101100100101
+00100000001000000110100000100101
+01101000000010001100101100100101
 00100000010000000110100000001110
-01101000000010001100101100101000
+01101000000010001100101100100101
 00100000001000000110100000101001
-01011000000000000000000000000000
-01100000000000011100101100101101
-01101000000000001100101100101110
-00100100001110100000010011101000
-01110000010010110010011100000000
-01110000010010110010101000000000
-01110000010010110010111100000000
-01110000010010110010100100000000
-01101000000010001100101100101000
-01111001001111111000010000000111
-00100000001000000110100000000110
-01110000010010110011000100000000
-01110000010010110010110000000010
-01110000010010110010111000000001
-01110000010010110010110100000010
-01110000010010110010011100000001
-01110000010010110010101000000001
-00100000011000000000000000000000
-01101000000000001100101100101111
-00100100011110100000000000000000
-01101000000000001100101100110001
-00100100011110100000000000000000
-00100000001000000000010011100010
-01101000000000001100011011100000
-11000000000000110000010100001001
-11000000000000111000010100001001
-11000000000000010000010100011001
-11000000000001000000010011111110
 01101000000000001100011101111010
 00011111111001100111110000000001
-00100000010000101000010100000101
+00100000010000101000010100011110
 01101000000000001100011101111010
-11000000000000000000010100000111
-11000000000000011011110110001100
-00100000001000000011110110001000
+11000000000000000000010100100000
+11000000000000011000010100100110
+01101000000000001100011011100000
+11000000000000110000010100101100
+11000000000000111000010100101100
+11000000000000010000010100110010
+01101000000000001100011110000001
+01100000000000001100011010110101
+00100000001000000011110111000001
 01110000010001110111101000000010
 00100000011000000000000000000000
+01101000000000001100011011100000
+11000000000000110000010100101110
+11000000000000111000010100101110
+11000000000000010000010100110101
 01101000000000001100011101111111
-00100000001000000000010100010001
-01101000000000001100011101111010
-00011111111001100111110000000001
-00100000010000101000010100000101
-01101000000000001100011101111010
-11000000000000000000010100010011
-11000000000000011000010100010110
+00100000001000000000010100011100
+01101000000000001100011011100000
+11000000000000110000010100110000
+11000000000000111000010100110000
+11000000000000010000010100110111
+01101000000000001100011110000010
+00100000001000000000010100011100
+01101000000000001100101100111000
+00100000001000000000010100011100
+01101000000000001100101100110110
+00100000001000000000010100011100
+01101000000000001100101100111001
+00100000001000000000010100011100
 01101000000000001100011110000001
-00011111111000001111111111111111
-01100000000000001100011010110101
-00100000001000000011110111000001
+00011111111000001111111000000010
+00100000001000000000010100011100
 01101000000000001100011101111111
-00011111111000001111111111111111
-00100000001000000000010100010001
+00100000001000000000010100110011
 01101000000000001100011110000010
-00011111111000001111111111111111
-00100000001000000000010100010001
-01101000000000001100011101111010
-00100000010110100000010100000101
-01101000000000001100011101111010
-11000000000000001011110110001000
-11000000000000011000010100011111
-00100000001000000011110110001110
-01011000000000000000000000000101
-00100000001000000011110110111110
+00100000001000000000010100110011
 01111000010101000111110000000000
 01011000000000000000000000000000
 01100000000000110100011010011011
-00100000010000000000010101011111
+00100000010000000000010101110001
 00100000010000000100000001111001
-00100000010000000000010100101101
-00100100001101000000010100101010
-00100000010000000000011110001011
+00100000010000000100000001111110
+00100000010000000000010101000011
+00100100001101000000011110011001
+00100000010000000000011110010000
 00100000001000000011111110100000
-00100000010000000000011110010100
-01110000010010110011100100000000
-00100000011000000000000000000000
-00100000010000000000010100101111
+00100000010000000000010101000101
 00100000001000000100000010011010
 11011010001000000000000000000000
-00100000010000000000010100110101
-00100000010000000000010100110011
+00100000010000000000010101001011
+00100000010000000000010101001001
 00100000001000000100000010001110
-00100000010000000000010101000101
-00100000001000000000010101001011
+00100000010000000000010101011011
+00100000001000000000010101100001
 01101000000010001100011011100010
-00100000010000000000010101011010
+00100000010000000000010101100110
 01101000000010001100011011100010
 00100000010000000110100000011101
 01111001001000001010001000000000
 01101000000010001100011011100011
-00100000010000000000010101011010
+00100000010000000000010101100110
 01101000000010001100011011100011
 00100000010000000110100000011101
 01111001001000001010001000000001
 01101000000010001100011011100100
-00100000010000000000010101011010
+00100000010000000000010101100110
 01101000000010001100011011100100
 00100000010000000110100000011101
 01111001001000001010001000000010
 00100000011000000000000000000000
 01101000000010001100011011100101
-00100000010000000000010101010001
+00100000010000000000010101101011
 01101000000010001100011011100101
 00100000010000000110100000011101
 01111101001000001010001000000011
-00100000001000000000010101011010
+00100000001000000000010101100110
 01101000000010001100011011100110
-00100000010000000000010101010001
+00100000010000000000010101101011
 01101000000010001100011011100110
 00100000010000000110100000011101
 01111101001000001010001000000100
-00100000001000000000010101011010
-01111001001111111000010000000111
-11011000101000001000000001111000
-00100000010000000110100000110000
 01111001001000000000010000000111
-11011000101000001000000001111100
+11011000101000001000000001111000
 00100000010000000110100000110000
 01111001001111111000010000000111
-11011000101000001000000001110000
-00100000001000000110100000110000
-01111001001000000000010000000111
+00100000001000000000010101101111
+01111001001111111000010000000111
 11011000101000001000000001111000
 00100000010000000110100000110000
-01111001001111111000010000000111
-00100000001000000000010101010101
+01111001001000000000010000000111
+11011000101000001000000001111100
+00100000001000000110100000001010
 01101000000000001100011011100000
-11000000000000100000010101110000
-11000000000001000000010101100101
+11000000000001000000010101110110
 00100000010000000011111111000000
 01111000010101000111110000000000
 00100000001000000011111111100111
@@ -1390,49 +1407,27 @@
 01011000000000000000000000000000
 01100000000000110100011010011011
 00100000011000000000000000000000
-00100000010000000011111111000000
-00100000001000000011111111001000
-00100000010000000000010011001011
+00100000010000000000010100000010
 00101000000011111111111000100110
-00100000010000001000000110101010
-00100000001000000100001001101101
-01110000000100011100011110000001
-00100000001000000000011101101010
-01110000000100011100011101010000
-00100000001000000000011101101010
-00100000010000000000001110010000
-11011000010000000000000000000010
-11011010001000000100011111000100
-11011010010000000000000001011111
-01101000000000011100011100000000
-10011010010000001111111000000000
-00100000001000000110010101100010
-00100000010000000000001110010000
-11011000010000000000000000000001
-11011010001000000100011111000110
-11011010010000000000000001100001
-00100000001000000000010101111110
-11011000101000000100001101111011
-11011111001000000000000000010011
-00100000010000000111111100000001
-00100000001000000101011110111000
+00100000010000001000000111110011
+01110000010001101011010000000000
+01101000000000001100101101111000
+00100000010110100100001110000110
 01011000000000000000000000000000
-01100000000000010100011010101100
-00100000010000000000001011100000
-01101000000000001100000010010010
-00101111111011111111111000000001
-00100000010000001100001011010100
-01101000000000001100000010010010
-00101111111011111111111000000000
-00100000010000001100001011010111
-00100000001000000000010011110100
+01100000000000010100011010110000
+00100000001000000100001001101111
+01110000010000001001000100000000
+01110000000100011100011000110000
+00100000001000000000011101101111
+00100000010000000000001111010111
+00100000001000000100001011001011
 01101000000000001100010100001111
 00011111111000001111111000000001
 01100000000000001100010100001111
 11000000000001100101001110010101
 00100000010000000101010110101010
 00100000010000000101011000011110
-00100000010000000000011100001010
+00100000010000000000011100001111
 00100000001000000101001110001111
 01101000000000001000000000010110
 00011111111000001111111000000001
@@ -1443,29 +1438,29 @@
 00100000010000000010100110111011
 00100000010000000000000001101100
 00100000001000000101010010100011
-01110000000100011100011101000000
-00100000001000000000011101101010
-01110000000100011100011101000001
-00100000001000000000011101101010
+01110000000100011100011000100000
+00100000001000000000011101101111
+01110000000100011100011000100001
+00100000001000000000011101101111
 01101000000000001000010001010110
-11000010100000101000010111001001
-00100000010000000000011100000100
+11000010100000101000010111000100
+00100000010000000000011100000001
 01101000000000001100011110001110
-00100100001110100000010110110011
+00100100001110100000010110101110
 01101000000000001000010000111111
-11000011000000100000010110110111
+11000011000000100000010110110010
 01101000000000001000001011011010
-00100000001110100000010110110111
+00100000001110100000010110110010
 00100000001000000101011001100100
 01101000000000001100011110001110
 00011111111000001111111111111111
 01100000000000001100011110001110
 00100000001000000101011001100100
 01101000000000001100010011000100
-11000000100000101000010110111010
+11000000100000101000010110110101
 01110000010001111000111000000011
 00100000010000000101100010010010
-00100000010110100000001111011001
+00100000010110100000001111000011
 00100000001000000101011000100010
 01101000000000001100011011000101
 00011111111000010111111000000011
@@ -1479,21 +1474,14 @@
 01100000000000001100001111011100
 00100000010000000101011001010000
 00100000011000000000000000000000
-00100000010000000000010110111101
-01101000000000001100110101110000
-00011111111001100111110000000010
-00100100010000010000011100001000
-01101000000000001100110101110000
-11000001000000000000000000000000
-00011111111000001111111111111111
-01100000000000001100110101110000
-00100000011000000000000000000000
+00100000010000000000010110111000
+00100000001000000000011100000101
 01101000000000001100011110100001
 00100000011110100000000000000000
 01101000000000001100011011000101
 00011111111000010111111000000011
 11000001000000011000000000000000
-01110000010001101100011000000001
+01110000010001101100011000000010
 00100000011000000000000000000000
 11000110000001111000000000000000
 00100000010000000101100010010000
@@ -1508,30 +1496,38 @@
 00011000110000100111111000000000
 01100000000000010100010100001101
 01101000000000001100010100001100
-11000000000000011000010111101000
+11000000000000011000010111011100
 00100000001000000101011010001101
 01101000000000001000001011011011
-11000000000000001000010111101011
+11000000000000000000010111100000
+11000000000000001000010111100111
 00100000001000000101110001100101
+00100000010000000101110001111011
+01101000000000001100101101100001
+00100000011110100000000000000000
+01101000000000001100001111011000
+01100000000000001100000101110010
+01100000000000001100011111000101
+00100000011000000000000000000000
 11101000110000101000000000000000
 01100000000000101100001111001110
 11101000110000010000000000000000
 01100000000000010000010001011111
 00100000001000000101110010001010
 11101000110000010000000000000000
-11000000000000100000010111110100
-11000000000000110000011000100000
+11000000000000100000010111110000
+11000000000000110000011000011100
 00100000001000000101011010011000
 00100000010000000111111010100101
-00100000010000000000010111010010
+00100000010000000000010111000110
 00100000010000000111111010011111
 11101000110000011000000000000000
 01100000000000011000010001110111
-11000000000010000000011000000011
+11000000000010000000010111111111
 00011111111011001000010000000000
 00011000010001100111110000100100
-00100000001000010000011000010001
-11011000010000000100011111001001
+00100000001000010000011000001101
+11011000010000000100011111000110
 01100000000010010100010010111100
 00100000010000000101100010101101
 01011000000000001000111001111010
@@ -1551,32 +1547,32 @@
 01011000000000000000000000101011
 11100000110000010000000000000000
 00100000011000000000000000000000
-11000000000001010000011000010011
+11000000000001010000011000001111
 00100000001000000101100010101101
 01101000000010010000010001111000
 01101000000000001100010011101001
-11000010100000011000011000011010
+11000010100000011000011000010110
 01101000000000010000010001111000
 11000000000010011101101001110110
 01101000000010010000010001111000
 00100000001000000101100110111111
 01101000000000010100010011111010
 10011000010001100111110000000000
-00100100001000101000011000010110
+00100100001000101000011000010010
 00100000010000000101101001000010
-00100100001101000000011000010110
+00100100001101000000011000010010
 00100000001000000101100111100010
 11101000110000001000000000000000
-11000000000000001000011000100100
-11000000000000101000011000100110
-00100000001000000101101011110110
-01110000010010110111000000000001
+11000000000000001000011000100000
+11000000000000101000011000100010
+00100000001000000101101011110101
+01110000010010110110111000000001
 00100000001000000101101100001001
-01110000000100011100011110000010
-00100000001000000000011101101010
+01110000000100011100011010000010
+00100000001000000000011101101111
 01101000000000001000000000010110
 11000000100100111101011011110010
-00100000010000000000011000101110
+00100000010000000000011000101010
 11011000111000000000000000000000
 01101000000000010100010010000010
 00100000001000000111111100001000
@@ -1586,7 +1582,7 @@
 00011111111000001111111011111010
 00100000001000000011110010111110
 01111000010101011111110000000000
-00100000001101110000011000110110
+00100000001101110000011000110010
 00100100001101101101100000000110
 00100000010000000010101111001011
 01101000000000010100000011000001
@@ -1595,8 +1591,8 @@
 00101111111000000000011000000011
 00100100001000001010101111011110
 00100000001000000101011111111011
-01110000000100011100011101000010
-00100000001000000000011101101010
+01110000000100011100011000100010
+00100000001000000000011101101111
 01101000000100001000000001110111
 00011111111000010111111011111101
 01100000000100001000000001110111
@@ -1606,7 +1602,7 @@
 00100000010000000110001111101110
 00011000010000010000010011111101
 00100000000000000000000000001101
-00100000010000000000011001001100
+00100000010000000000011001001000
 01100000000110001000000001110011
 00100000011000000000000000000000
 00100000010000000110010011011101
@@ -1616,8 +1612,8 @@
 01111001001111111111111000000011
 01100000000100001000000010000001
 00100000011000000000000000000000
-01110000000100011100011100000000
-00100000001000000000011101101010
+01110000000100011100011000000000
+00100000001000000000011101101111
 00100000010000000010000111001001
 00100100011101000000000000000000
 01111000010101000111110000000000
@@ -1626,36 +1622,37 @@
 01111001001111111000000000101101
 00100000010000000010101001001111
 00100000010000000010001011100110
-11000101000001011000011001100001
+11000101000001011000011001011101
 00100000010000000010010001010101
-00100100001110100000011001011010
-11000101000101101000011001101001
+00100100001110100000011001010110
+11000101000101101000011001100110
 00100000001000000010000111101100
 00100000010000000010101001001101
 11011000001000000000000000010000
 00100000010000000010001011011100
 01111001001000000000000000101101
 01111001001111111000000000001011
-00011000000000000000100000000001
+01101000000000001000000001110111
+10011000000000000000100000000000
 01110000000000000001000100000010
-00100000001000000000011001011010
+00100000001000000000011001010110
 01101000000000100000000101100101
 00011111111000001111111000001000
 01100000000000100000000101100101
 00100000001000000010000111111000
 11000101000101100010011001001101
 00100000001000000010010110001111
-01110000000100011100011101000011
-00100000001000000000011101101010
+01110000000100011100011000100011
+00100000001000000000011101101111
 01101000000000001000000000110000
 00101111111011111111111000000000
-00100000010000001000011001110101
+00100000010000001000011001110010
 00100000001000000010010010001010
 01101000000000001000000001000111
 00101111111011111111111000000011
-00100000010000001000010111001010
-00100100010000001000011100000100
-00100000001000000000011100001010
+00100000010000001000011100000101
+00100100010000001000011100000001
+00100000001000000000011100001111
 00100000010000000010010011110000
 00100100001011000010100011111001
 00100000010000000010100110111011
@@ -1668,7 +1665,7 @@
 01101000000000001100000010010001
 00100000011110100000000000000000
 01101000000000001100011001011010
-00100000001110100000011010001001
+00100000001110100000011010000110
 01101000000000001100010110110001
 00100000011110100000000000000000
 01101000000000001100010011000000
@@ -1695,89 +1692,89 @@
 11000101100001101010101111011110
 00100000010000000101001001110100
 00100100001110100010101111011110
-00100000010110100000011010100011
+00100000010110100000011010100000
 00100000001000000010101110111110
 01110000000000001000101000000001
 01110000000000001000101100000000
 00100000011000000000000000000000
-01110000000100011100011100010000
-00100000001000000000011101101010
-01110000000100011100011100010001
-00100000001000000000011101101010
+01110000000100011100011000000001
+00100000001000000000011101101111
+01110000000100011100011000000010
+00100000001000000000011101101111
 01101000000000001000010101010010
 01100000000000001000010011001001
-11000000000010011000011010101110
+11000000000010011000011010101011
 00100000001000000101110110110100
 00100000010000000101110111001111
-01110000010010110000001000000001
-01101000000000001100101100000100
+01110000010010101111111100000001
+01101000000000001100101100000001
 00100000011110100000000000000000
-01110000010010110000010000000010
+01110000010010110000000100000010
 00100000011000000000000000000000
 01111000010101000111110000000000
 00100000010000000110001011000001
 01101000000000001000000001001000
 00100000011110100000000000000000
-11000010100000111000011010111101
-11000000000000011000011010111111
-11000000000110001000011011000001
-11000000000010111000011011000011
+11000010100000111000011010111010
+11000000000000011000011010111100
+11000000000110001000011010111110
+11000000000010111000011011000000
 00100000001000000110000000010000
-01110000000100011100011100100000
-00100000001000000000011101101010
-01110000000100011100011100100001
-00100000001000000000011101101010
-01110000010010110000010000000001
+01110000000100011100011000010000
+00100000001000000000011101101111
+01110000000100011100011000010001
+00100000001000000000011101101111
+01110000010010110000000100000001
 00100000001000000110000111000011
-01110000010010110000110000000100
+01110000010010110000100100000100
 00100000001000000110000110100100
 00100000010000000110001010111100
 00100100011110100000000000000000
 01101000000000001000000001010101
 00100000011110100000000000000000
-11000000000000100000011011100111
-11000000000010000000011011001100
+11000000000000100000011011100100
+11000000000010000000011011001001
 00100000001000000110001100100000
 01101000000000001100010101011011
 11000001000000000000000000000000
-11000000000000001000011011010000
+11000000000000001000011011001101
 00100000001000000110001101011111
 00100000011101001000000000000000
 01101000000000001000000101101101
-11000010100000000000011011010100
+11000010100000000000011011010001
 00100000001000000110001110011001
-01101000000000001100101100000100
+01101000000000001100101100000001
 11000000000000001110001110011101
 01101000000000001100000110111101
 00100000001110100110001110101001
 01101000000000001000010011010001
 11000100000000011000000000000000
 11000100000000010000000000000000
-01101000000000001100101100000011
+01101000000000001100101100000000
 00100000011110100000000000000000
-01110000010010110000001100000000
+01110000010010110000000000000000
 01101000000000100000010011101001
 11011000010000000000000000010100
 10011000010000001000010000000000
 00011100010000100111111000000000
 10011000010001100111110000000000
-00100100001000010000011011100101
+00100100001000010000011011100010
 00100000001000000110001101001001
-01110000010010110000001100000001
+01110000010010110000000000000001
 00100000011000000000000000000000
-01110000010010000000110000010100
+01110000010010000000100100010100
 00100000001000000110001101101111
 00100000010000000110001010111100
 00100100001110100111110111011011
 01101000000000001000101010011001
 11000101100001001111110111010110
-11000000000011111000011011110001
-11000000000100000000011011110100
-11000000000010010000011011111110
+11000000000011111000011011101110
+11000000000100000000011011110001
+11000000000010010000011011111011
 00100000001000000111110111001010
 01110000000000011000010100110100
 01101000000000110000010001001111
-00100000001000000000011011110110
+00100000001000000000011011110011
 01110000000000011000010100110011
 01101000000000110000000001000000
 01100000000000110000000110000110
@@ -1787,59 +1784,67 @@
 00100000010000000100001111010010
 00100000010000000100001011101000
 00100000010000000100001011111011
-00100000001000000000001101001100
+00100000001000000000001100100100
 00100000010000000101100010010000
 00100100011110100000000000000000
 00100000001000000101101010111111
-01110000010011010111001100000001
-01110000010011010111000000000000
+01110000010011011000001100000001
+01110000010011011000000000000000
 00100000011000000000000000000000
-01101000000000001100110101110000
+01101000000000001100110110000000
 00011111111000001111111000000001
-01100000000000001100110101110000
+01100000000000001100110110000000
+00100000011000000000000000000000
+01101000000000001100110110000000
+00011111111001100111110000000010
+00100100010000010000011100001101
+01101000000000001100110110000000
+11000001000000000000000000000000
+00011111111000001111111111111111
+01100000000000001100110110000000
 00100000011000000000000000000000
-01110000010011010111000000000011
+01110000010011011000000000000011
 00100000011000000000000000000000
 01101000000000010100011010000010
 11000011100001011000000000000000
 11000011100000111000000000000000
 11000011100000110000000000000000
-11011010001000000100110011111001
-00100000010000000000001001101110
-01100000000010001100110101110001
+11011010001000000100110100001001
+00100000010000000000001010010101
+01100000000010001100110110000001
 01011000000000000000000010000010
-11000101000100110000011100010100
+11000101000100110000011100011001
 01011000000000000000000010000000
 10011000010001100111110000000000
-00100100001000010000011100101100
-01101000000000001100110101110000
+00100100001000010000011100110001
+01101000000000001100110110000000
 00011111111001100111110000000010
-00100100001000010000011100011100
-01101000000000001100110101110000
-11000000000000000000011100101101
-00100000011000000000000000000000
-01101000000000001100110101110000
-11000001100100000000000000000000
-01110000010011010111000000000000
-01101000000010001100110101110001
+00100100001000010000011100100001
+01101000000000001100110110000000
+11000000000000000000011100110010
+00100000011000000000000000000000
+01101000000000001100110110000000
+11000001100110010000000000000000
+01110000010011011000000000000000
+01101000000010001100110110000001
 01011000000000000000000001110111
-11000101000100110000011100100011
+11000101000100110000011100101000
 01011000000000000000000001110101
 10011000010001100111110000000000
 00100100011000010000000000000000
-01101000000000001100110101110011
-11000000000000000000011100110100
+01101000000000001100110110000011
+11000000000000000000011100111001
 00011111111000001111111111111111
-01100000000000001100110101110011
-11000000000000000000011100110100
+01100000000000001100110110000011
+11000000000000000000011100111001
 01110000010000011101111000000000
 00100000011000000000000000000000
-01110000010011010111000000000000
-01101000000000001100110101110011
-11000000000000010000011100110010
+01110000010011011000000000000000
+01101000000000001100110110000011
+11000000000000010000011100110111
 00011111111000001111111000000001
-01100000000000001100110101110011
-11000000000000001000011100101010
+01100000000000001100110110000011
+11000000000000001000011100101111
 01110000010000011101111000000010
 00100000011000000000000000000000
 01110000010000011101111000000100
@@ -1860,20 +1865,20 @@
 00100000000000000000000000001010
 01110000100010010000001001111101
 01101000000000001100000111011110
-11000000000000010000011101001110
-11000000000000100000011101010011
-11000000000100000000011101100010
-00100000010000000000011101011000
+11000000000000010000011101010011
+11000000000000100000011101011000
+11000000000100000000011101100111
+00100000010000000000011101011101
 01110000100010010101010111010000
 01110000100010010101011011100000
 01110000100010010101100001101100
 00100000001000000010100101001011
-00100000010000000000011101011101
+00100000010000000000011101100010
 01110000100010010101010111010000
 01110000100010010101011011100000
 01110000100010010101100000111100
 00100000001000000010100101010011
-00100000010000000000011101011000
+00100000010000000000011101011101
 01110000100010010101010111010000
 01110000100010010101011011000000
 01110000100010010101100001101100
@@ -1896,156 +1901,151 @@
 00100000010000000010100101111000
 01110000100000000100001000000101
 00100000011000000000000000000000
-01101000000010001001000111000111
+01101000000010001001000111000110
 00011000010100011000010000000000
-01101000000000001100101101010100
+01101000000000001100101101010010
 10011000010001100111110000000000
-00100000001000101000011110001001
-01100000000010001100101101010100
+00100000001000101000011110001110
+01100000000010001100101101010010
 00011000010000001000010000000001
 01011000000000000000000100000000
 10011000010011111000010000000000
-01101000000000011100101101010101
+01101000000000011100101101010011
 10011000010001100111111000000000
-01101000000010011100101101011000
+01101000000010011100101101010110
 10011000010000001111111000000000
 00011111111000001111111111111011
-01100000000000011100101101011011
-00100000010000000000001110010000
-01101000000000011100101101011011
+01100000000000011100101101011001
+00100000010000000000001101100011
+01101000000000011100101101011001
 11011000010000000000000100000000
 11011010001000000001111100000000
 00100000010000000110010101100010
 01101000000000100001111100000000
-01101000000010100100101101011110
+01101000000010100100101101011100
 10011000010001100111110000000000
-00100100001000101000011101111010
-00100000010000000000001011010110
+00100100001000101000011101111111
+00100000010000000000001100110010
 01011000000000000001111100000000
 01100000000000010100000110011001
 01110000010000011001101101000000
 00100000010000000110010011001010
 01011000000000000000000000000000
 01100000000000100100000110011001
-01101000000000001001000111000111
+01101000000000001001000111000110
 00100000001000000000000000000001
 01101000000000100100011010011011
 00100000011110100000000000000000
-00100000010000000000011111100000
+00100000010000000000011111110000
+01011000000000000000000000000110
+00100000010000000000011111100011
 01011000000000000000000000000011
-00100000010000000000011111010011
-01011000000000000000000000000010
-00100000010000000000011111011001
-01101000000000001100101100001110
-11000000000000001000011110010111
+00100000010000000000011111101001
+01101000000000001100101100001011
+11000000000000001000011110011100
 11011111001000000000000000000101
-11011000101000000100101100001110
+11011000101000000100101100001011
 00100000001000000111111011010100
-01101000000000010100101100001111
+01101000000000010100101100001100
 01100000000000010001000110111110
 01101000000000010100011010011011
 01100000000000010001000111000000
-00100000010000000000011110101010
+00100000010000000000011110101111
 01101000000000010001000110111110
-01100000000000010100101100001111
+01100000000000010100101100001100
 01101000000000010001000111000000
 01100000000000010100011010011011
-01101000000000010100101100010001
+01101000000000010100101100001110
 01100000000000010001000110111110
 01101000000000010100011010011101
 01100000000000010001000111000000
-00100000010000000000011110101010
+00100000010000000000011110110111
 01101000000000010001000110111110
-01100000000000010100101100010001
+01100000000000010100101100001110
 01101000000000010001000111000000
 01100000000000010100011010011101
 00100000011000000000000000000000
 01101000000000010001000110111110
 01101000000010010001000111000000
 10011000010000001111111000000000
+01101000000010001100101110111110
+10011000010000001111111000000000
+00011111111000010000010000000001
+01100000000010001100101110111110
+00100000001000000000011110111111
+01101000000000010001000110111110
+01101000000010010001000111000000
+10011000010000001111111000000000
+01101000000010001100101110111111
+10011000010000001111111000000000
+00011111111000010000010000000001
+01100000000010001100101110111111
+00100000001000000000011110111111
 01100000000000011001000111000010
 00101111111011111111111000010000
-00100000001000001000011110110111
+00100000001000001000011111001001
 01101000000000001001000111000011
-11000000011111111000011110111110
+11000000011111111000011111010000
 01101000000000001001000111000010
 00011111111000110111111000000000
 01100000000000010001000110111110
 01100000000000010001000111000000
 00100000011000000000000000000000
 01101000000000001001000111000011
-11000000000000000000011110111011
+11000000000000000000011111001101
 01101000000000011001000111000010
-00100000001000000000011110110011
+00100000001000000000011111000101
 01110000000100011100010000000000
 01101000000000001001000111000010
-00100000001000000000011110110011
+00100000001000000000011111000101
 01101000000000001001000111000010
-00100000010000000000011111001001
+00100000010000000000011111011011
 01100000000000001001000110111110
 01100000000000001001000111000000
-00100000001110100000011111000111
+00100000001110100000011111011001
 01011000000000000000000011111111
 01100000000000001001000110111111
 01100000000000001001000111000001
 00100000011000000000000000000000
 01011000000000000000000000000000
-00100000001000000000011111000100
-00100000010000000000011111001111
-00011111111000110111111000000000
-00100000010000000000011111010000
-00011111111001100111111000000000
-01100000000000001001000111000101
-00100000011000000000000000000000
+00100000001000000000011111010110
 00011111111001100111111000000000
 01100000000000001000101010101110
 01101000000000001000101010101110
+00011111111000110111111000000000
+01100000000000001000101010101110
+01101000000000001000101010101110
+00011111111001100111111000000000
 00100000011000000000000000000000
 10011010001001100111110000000000
-00100100001000010000011111011110
+00100100001000010000011111101110
 10011010010001100111110000000000
-00100100001000010000011111011110
-01110000010010110000111000000000
+00100100001000010000011111101110
+01110000010010110000101100000000
 00100000011000000000000000000000
 10011010001001100111110000000000
 00100100011000010000000000000000
 10011010010001100111110000000000
 00100100011000010000000000000000
-00100000001000000000011111010111
-01110000010010110000111000000001
+00100000001000000000011111100111
+01110000010010110000101100000001
 00100000011000000000000000000000
 01101000000000010100011010011011
-00100000010000000000011111100111
+00100000010000000000011111110111
 00011111111000100010001000000000
 01101000000000010100011010011101
-00100000010000000000011111100111
+00100000010000000000011111110111
 00011111111000100010010000000000
 00100000011000000000000000000000
 01100000000000010001000111000000
 01101000000000001001000111000001
-11000000011111111000011111101101
+11000000011111111000011111111101
 01101000000000001001000111000000
 00011111111000010111111011111111
 00100000011000000000000000000000
 01101000000000010001000111000000
 00011111111001100111111000000000
-00100000001000000000011111101011
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
+00100000001000000000011111111011
                                 
                                 
                                 
@@ -15944,7 +15944,7 @@
 00100000010000000110100000011101
 01110000010001101111011000000011
 00100000011000001000000000000000
-01110000010001101111011000000010
+01110000010001101111011000000000
 00100000011000000000000000000000
 01101000000010001100011011111000
 00100000010000000110011111111011
@@ -65535,7 +65535,33 @@
                                 
                                 
                                 
-11000000000000000000000000000011
+11000000000000001000000000000101
+11000000000000000000000000011101
+11000000000000010000000000101010
+00100000011000000000000000000000
+01110000010010000000100000000000
+01110000010000011110001100001110
+00100000010000000100000111100111
+01101000000000010100001000001000
+11000010100000111100000111110101
+11000010100000000011001110101001
+11000010100000001000000000001111
+11000010100000010000000000010010
+11000010100000011000000000010010
+00100000001000000100001010110000
+11000010100000101000000000010010
+11000010100000011000000000010010
+00100000001000000100001010110000
+01101000000000010100011010000010
+11000010100001100100001010110000
+00100000010000000011001110101001
+00100000010000000000010101000101
+11000000000000111000000000011010
+01101000000000001100011010110110
+00100000001110100000000000011010
+00100000001000000011001110100111
+01110000010001111001111100000001
+01110000010001111010000000101000
 00100000011000000000000000000000
 01101000000000001000000000001110
 00011111111000001111111000000001
@@ -65543,13 +65569,32 @@
 00100000010000000010010000110101
 01111001001000000000000000101100
 00100000010000000010001011110010
-00100000001011000000000000001110
+00100000001011000000000000101000
 01111001001111111000000000101100
 00100000010000000010010001010101
-00100100001110100000000000000111
+00100100001110100000000000100001
 00100000001000000010000011111100
 01111001001111111000000000101100
 00100000001000000010000101011111
+01101000000000010000001001100100
+00011111111000100000110000000000
+11101000110000001000000000000000
+01100000000000001100101100000010
+00011111111000010000010000001111
+00011111111100011111111000000000
+11000000000000111000000000110011
+11000000000000001000000000111010
+00100000001000000100110100111001
+00100000010000000100110101010011
+01110000010010110000001100000000
+01101000000000001100101100000010
+00101111111011111111111000000000
+00100000011000001000000000000000
+01110000010010110000001100000001
+00100000011000000000000000000000
+00011000010000100111111000000000
+11000000000000101000010001000001
+00100000001000000100110101000001
                                 
                                 
                                 
@@ -131026,95 +131071,50 @@
                                 
                                 
                                 
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-11000000000010000000000000000100
-11000000000010001000000000011010
+11000000000010000000000000001110
+11000000000010001000000000011011
+11000000000010010000000000000101
 00100000011000000000000000000000
-01110000010010000000101100000000
-01110000010000011110001100001110
-00100000010000000100000111100111
-01101000000000010100001000001000
-11000010100000111000000000001110
-11000010100000000011001110101001
-11000010100000001000000000010001
-11000010100000010000000000010100
-11000010100000011000000000010100
-00100000001000000100001010110000
-00100000010000000100000111000001
-01101000000000010100001000001000
-00100000001000000100000111110111
-11000010100000101000000000010100
-11000010100000011000000000010100
-00100000001000000100001010110000
-01101000000000010100011010000010
-11000010100001100100001010110000
-00100000010000000011001110101001
-00100000010000000000010100101111
-11000000000000101000010011001000
-00100000001000000011001110100111
-01101000000000010000001001100100
-00011111111000100000110000000000
-11101000110000001000000000000000
-01100000000000001100101100000101
-00011111111000010000010000001111
-00011111111100011111111000000000
-11000000000000111000000000100011
-11000000000000001000000000101010
-00100000001000000100110100111001
-00100000010000000100110101010011
-01110000010010110000011000000000
-01101000000000001100101100000101
-00101111111011111111111000000000
-00100000011000001000000000000000
-01110000010010110000011000000001
+01110000010010110110111000000001
+01110000010001111010000100000001
+01101000000000010100011010101000
+01100000000000010100011010101110
+00100000010000000000010010011000
+00100000010000000011010000011000
+11011000110000000100001110010000
+00100000010000000000010010010100
+00100000001000000111110111110100
+01101000000000001000000001001000
+11000000010000100000000000010010
+11000000010000011000000000010101
+00100000001000000110000000111111
+00100000010000000000000000011000
+01101000000000001000000001001000
+00100000001000000110000010011001
+00100000010000000000000000011000
+01101000000000001000000001001000
+00100000001000000110000100001101
+01101000000000001100011001011010
+00100000001110100110000100101011
+00100000001000000110000100100100
+00011000000000000111111000000010
+00100000010000000110001010011000
+01101000000000001000000001001001
+11100000101000001000000000000000
+01100000000000001100101011111100
+00100000010000000110001010100111
+01101000000000001100101011111100
+11000000000101110000000000100100
+00100000001000000110000001010001
+01101000000000001100101011111111
+00100000011110100000000000000000
+01110000010010101111111100000000
+01101000000000001100101100000001
+11000001100000010000000000000000
+01110000010010110000000000000001
+00011100010000100111111000000000
+01100000000000100000010011101001
 00100000011000000000000000000000
-00011000010000100111111000000000
-11000000000000101000010001001100
-00100000001000000100110101000001
                                 
                                 
                                 
@@ -196607,56 +196607,56 @@
                                 
                                 
                                 
-11000000000100000000000000010100
-11000000000100001000000000100001
-11000000000100010000000000000101
+11000000000100000000000000000110
+11000000000100001000000000011000
+11000000000100010000000000100101
+11000000000100011000000000101100
 00100000011000000000000000000000
-01110000010010110111000000000001
-01110000010001111010000100000001
-01101000000000010100011010101000
-01101000000010001100101101101011
-00011000010001100111110011111111
-00100100001000101000000000001100
-01011000000000000000001001011000
-01100000000000010100011010101110
-00100000010000000011010000011000
-00100000010000000000001011000110
-01011000000000000000000000000100
-11100000110000001000000000000000
-11011000110000000100001110010000
-00100000010000000000010110000110
-00100000001000000111110111110100
-01101000000000001000000001001000
-11000000010000100000000000011000
-11000000010000011000000000011011
-00100000001000000110000000111111
-00100000010000000000000000011110
-01101000000000001000000001001000
-00100000001000000110000010011001
-00100000010000000000000000011110
-01101000000000001000000001001000
-00100000001000000110000100001101
-01101000000000001100011001011010
-00100000001110100110000100101011
-00100000001000000110000100100100
-00011000000000000111111000000010
-00100000010000000110001010011000
-01101000000000001000000001001001
-11100000101000001000000000000000
-01100000000000001100101011111111
-00100000010000000110001010100111
-01101000000000001100101011111111
-11000000000101110000000000101010
-00100000001000000110000001010001
-01101000000000001100101100000010
-00100000011110100000000000000000
-01110000010010110000001000000000
-01101000000000001100101100000100
-11000001100000010000000000000000
-01110000010010110000001100000001
-00011100010000100111111000000000
-01100000000000100000010011101001
+00100000010000000000000000001110
+00100000001000000101010101111101
+01101000000000001100011111000101
+01100000000000001100000101110010
+01110000010001111100010000000000
 00100000011000000000000000000000
+01110000010001111100010000000001
+00100000011000000000000000000000
+01101000000000001100001111010110
+00011111111001100111110000001100
+00100100001000010000000000001100
+01101000000000001100001111011000
+01101000000010001100011111000101
+10011000010001100111110000000000
+00100000001000010000000000001000
+01101000000000001100001111011000
+01100000000000001100000101110010
+00100000001000000000000000001010
+01101000000000001000010000111111
+11000100000000110000000000000000
+00100000010000000000000000011101
+00100100011101000000000000000000
+00100000001000000101010110100000
+01111000001101000111110000000000
+01101000000000001000010001011010
+00011111111100011111111000000000
+11000001100001111000000000000000
+01101000000000001000010001100000
+00011111111100011111111000000000
+11000001100000000000000000000000
+00100000001000000111111111101001
+01101000000000001100011110100001
+00100100011110100000000000000000
+01101000000000001000010001111000
+00011111111001100111111000011010
+00100100011000101000000000000000
+01110000010001101100011000000000
+00100000001000000011110101100000
+00100000010000000011001110101111
+00100000010000000010011011101001
+01110000000010101001100100000010
+00100000010000000111110110000110
+00100000010000000101110011110111
+00100000010000000100110101101011
+00100000001000000010010001101110
                                 
                                 
                                 
@@ -262145,42 +262145,37 @@
                                 
 11000000000110000000000000000011
 00100000011000000000000000000000
-00100000010000000110001010111100
-00100100011110100000000000000000
-01101000000000001000000001010101
-00100000011110100000000000000000
-11000000000000100000000000100101
-11000000000010000000000000001010
-00100000001000000110001100100000
-01101000000000001100010101011011
-11000001000000000000000000000000
-11000000000000001000000000001110
-00100000001000000110001101011111
-00100000011101001000000000000000
-01101000000000001000000101101101
-11000010100000000000000000010010
-00100000001000000110001110011001
-01101000000000001100101100000100
-11000000000000001110001110011101
-01101000000000001100000110111101
-00100000001110100110001110101001
-01101000000000001000010011010001
-11000100000000011000000000000000
-11000100000000010000000000000000
-01101000000000001100101100000011
-00100000011110100000000000000000
-01110000010010110000001100000000
-01101000000000100000010011101001
-11011000010000000000000000010100
-10011000010000001000010000000000
-00011100010000100111111000000000
-10011000010001100111110000000000
-00100100001000010000000000100011
-00100000001000000110001101001001
-01110000010010110000001100000001
+00100000010000000000001011001011
+01110000010010110110111000000000
+01110000010010110110101100000001
+01110000010001110010000000000001
+01110000010001111001111000000000
+01101000000000110100101101100010
+01100000000000110100010010100000
+00100000010000000000001101100101
+00100000010000000011010000011000
+01101000000000010100011010000111
+01100000000000010100011010101100
+01110000000000010110110100000110
+01011000000000000000000000000000
+01100000000000010100011010110000
+01100000000000010100011010101110
+00100000010000000000010010011000
+00100000010000000100001111001010
+00100000010000000000001101010100
+01101000000000001100001000010000
+00011111111001100111110000110011
+00100000010000101000000000011110
+01101000000000001100101101101100
+00100100010110100000000000011110
+01101000000000001100000010010010
+00101111111011111111111000000000
+00100000010000001111110111011101
 00100000011000000000000000000000
-01110000010010000000110000010100
-00100000001000000110001101101111
+01101000000000110100101101100010
+01100000000000110100010010100000
+00100000010000000000010010010000
+00100000001000000111110111110100
                                 
                                 
                                 
@@ -327679,60 +327674,54 @@
                                 
                                 
                                 
-11000000001000000000000000000110
-11000000001000001000000000011000
-11000000001000010000000000100101
-11000000001000011000000000101011
-00100000011000000000000000000000
-00100000010000000000000000001110
-00100000001000000101010101111101
-01101000000000001100011111001000
-01100000000000001100000101110010
-01110000010001111100011100000000
-00100000011000000000000000000000
-01110000010001111100011100000001
-00100000011000000000000000000000
-01101000000000001100001111010110
-00011111111001100111110000001100
-00100100001000010000000000001100
-01101000000000001100001111011000
-01101000000010001100011111001000
-10011000010001100111110000000000
-00100000001000010000000000001000
-01101000000000001100001111011000
-01100000000000001100000101110010
-00100000001000000000000000001010
-01101000000000001000010000111111
-11000100000000110000000000000000
-00100000010000000000000000011101
-00100100011101000000000000000000
-00100000001000000101010110100000
-01111000001101000111110000000000
-01101000000000001000010001011010
-00011111111100011111111000000000
-11000001100001111000000000000000
-01101000000000001000010001100000
-00011111111100011111111000000000
-11000001100000000000000000000000
-00100000001000000111111111101001
-01101000000000001100011110100001
-00100100011110100000000000000000
-01101000000000001000010001111000
-00011111111001100111111000011010
-00100100011000101000000000000000
-00100000001000000011110101100000
-00100000010000000011001110101111
-00100000010000000010011011101001
-01110000000010101001100100000010
-00100000010000000111110110000110
-00100000010000000101110011110111
-00100000010000000100110101101011
-00100000001000000010010001101110
                                 
                                 
                                 
                                 
                                 
+11000000001000000000000000000101
+11000000001000001000000000010111
+11000000001000010000000000011111
+00100000011000000000000000000000
+00100000010000000000000000001110
+00100000001101000000001101111001
+01111001001000000000000000100110
+01101000000000001100110110011011
+01111001001000000111111000000010
+01100000000000001100110110011011
+00100000010000000000000111011100
+00100000010000000000000101011110
+00100000001000000000000000011011
+11011111001000000000000000000010
+11011000110000000100110001101111
+00100000010000000111111111100111
+01011000000000001111111111111111
+11101000110010010000000000000000
+10011000010001100111110000000000
+00100100010000101111111111101001
+11000010000000000000000000010010
+00100000011000000000000000000000
+01111001001000000000000000100110
+01101000000000001100110110011011
+01111001001000000111111000000001
+01100000000000001100110110011011
+01011000000000000000000000111100
+01100000000000010100110110010011
+01110000010011011001001000000000
+00100000011000000000000000000000
+01101000000000100100011011010011
+11000100000010001000000000000000
+11000011100000011000000000000000
+11000110000100110000000000000000
+00100000010000000100010010000010
+11011000111000000000000000000011
+00100000010000000100001111001110
+01011000000000000000000000000000
+01100000000000010100011010101110
+01100000000000001100011010110100
+01100000000000010100110001110100
+00100000010000000100001011001010
+00100000001000000000001101111001
                                 
                                 
                                 
@@ -393215,51 +393204,6 @@
                                 
                                 
                                 
-11000000001010000000000000000011
-00100000011000000000000000000000
-01110000010010110111000000000000
-00100000010000000000001010111110
-01110000010001110010000000000001
-01110000010001111001111000000000
-01101000000000010100011010000010
-11000010100001011000000000010011
-01101000000000100100011011010011
-11000011000011000000000000010011
-00100000010000000000010101111010
-01101000000010010100011111000100
-00011000010000001000010000000001
-01100000000010010100011111000100
-01100000000010010100010010100001
-00100000010000000000001101010001
-00011000000010100111111000000000
-01100000000000001100010010100000
-01101000000000011100101101101100
-01100000000000011100010010100011
-00100000010000000000001011001101
-00100000010000000011010000011000
-01101000000000010100011010000111
-01100000000000010100011010101100
-01110000000000010110110100000110
-01011000000000000000000000000000
-01100000000000010100011010110000
-01100000000000010100011010101110
-11011000111000000000000000000111
-00100000010000000100001111001110
-00100000010000000100001111001010
-01101000000000001100000010010010
-00101111111011111111111000000001
-00100000010000001000000000100111
-01101000000000001100000010010010
-00101111111011111111111000000000
-00100000010000001111110111011101
-00100000001000000000010011101101
-01110000010001111010000100000000
-00100000010000000000001011000110
-01011000000000000000000000000101
-11100000110000001000000000000000
-11011000110000000100101100010011
-00100000010000000000010110000110
-00100000001000000111110111110100
                                 
                                 
                                 
@@ -393271,6 +393215,62 @@
                                 
                                 
                                 
+11000000001010001000000000001010
+11000000001010010000000000010001
+11000000001010011000000000100001
+11011000111000000000000000000011
+00100000010000000100001111010010
+01110000010001101010011100000000
+00100000010000000100000001011101
+00100000010000000000001011001011
+00100000001000000000000000010001
+01110000010011011000011100000000
+00100000010000000000001011001011
+00100000010000000000000111110011
+00100000010000000000001101010100
+01101000000000001100101101110110
+11000001100000010000000000000000
+00100000001000000011010000001010
+01110000010010110100001000000000
+01110000010010110111011100000000
+01011000000000000000000000000000
+01100000000000011100101101101000
+00100000010000000100000111000110
+00100000010000000000000000011110
+00100000010000000000010100000010
+00100000010000000011111110001101
+01101000000000100100110001101111
+01100000000000100100011101111011
+00100000010000000100001101100110
+01110000010010110111011000000010
+00100000001000000000001100100100
+01011000000000000000000000000000
+01100000000000011100110110010010
+00100000011000000000000000000000
+01101000000000001100110110010010
+11000000000000001010110111010100
+00100000010000000000000000110000
+00100000010000000000000110101010
+00100100001011000000000101011110
+00100100001101111000000101011110
+01101000000000001100110110011011
+01111001001111111111111000000010
+01100000000000001100110110011011
+01110000010010110100001000000000
+00100000010000000010111100100000
+00100000010000000000000110100111
+00100000001000000000001101111110
+01101000000000100100110000100111
+00100000001000000000000111011011
+01110000000100011001111011111111
+01101000000000001100110001001000
+01100000000000001001000110011111
+01101000000000100100110001111110
+01100000000000100001000110100000
+11011000010000000000000000000110
+11011010001000000001000110011110
+00100000010000000000000111111000
+00100000001000000000001000001010
                                 
                                 
                                 
@@ -458751,68 +458751,68 @@
                                 
                                 
                                 
-11000000001100000000000000000100
-11000000001100001000000000100110
-00100000011000000000000000000000
-01111001001111111000000000100110
-00100000010000000000000111000001
-00100000010000000000000100110001
-01101000000000001100110001000111
-11000001111111111000000000000000
-00100000010000000000000000011000
-01011000000000000000000000000000
-01100000000000010100110001100100
-00100000000000000000011111010000
-01101000000000001100110001100100
-11000000011111111010110111010100
-00100000010000000000000101110110
-00100100001011000000000000100001
-00100100001101111000000000100001
-01111001001000000000000000100110
-01011000000000000000000000000000
-01100000000000010100110001100100
-00100000010000000010111100100000
-00100000010000000000000101110011
-00100000001000000000001110011100
+01101000000000001100110110010010
+11000000000000001010110111010100
 01110000000100011001111011111111
-01101000000000001100110000111000
+01101000000000001100110001001000
 01100000000000001001000110011111
-01101000000000100100110001101110
+01101000000000100100110001111110
 01100000000000100001000110100000
 11011000010000000000000000000110
 11011010001000000001000110011110
-00100000010000000000000110101110
-00100000001000000000000111001110
-01101000000000010100110001100100
+00100000010000000000000111111000
+00100000010000000000001000001010
+00100000010000000000000110101010
+00100100001011000000000000100110
+00100100001101111000000000100110
+00100000010000000000000111010000
+01101000000000100100110001101111
+01101000000010100100110110001100
+10011000010001100111110000000000
+00100000001000101000000000010110
+01101000000000001100110001000101
+11000001100001000000000000000000
+01110000010011011001101100000000
+00100000010000000000001011001011
+01101000000000100100110001101111
+01101000000010100100110001010011
+10011000010001100111110000000000
+00100000001000101000000111101001
+01101000000000100100110001101111
+01101000000010100100110001111110
+10011000010001100111110000000000
+00100000010000101000000000100100
+01110000010010110100001000000000
+00100000010000000010111100100000
+00100000010000000000000110100111
+00100000001000000000001101111110
+01101000000000100100110000100111
+00100000001000000000000111011011
+01101000000000001100110110000101
 00011111111000001111111000000001
-01100000000000010100110001100100
-00100000010000000000000100110001
-00100000001000000000000000001100
-01101000000000100100011011010011
-11000100000010001000000000000000
-11000011100000011000000000000000
-11000110000100110000000000000000
-11011000111000000000000000000011
-00100000010000000100001111001110
-01011000000000000000000000000000
-01100000000000010100011010101110
-01100000000000001100011010110100
-01100000000000010100110001100100
-00100000010000000100001011001010
-00100000001000000000000000110010
-01111001001000000000000000100110
-00100000010000000000000000110110
-01110000010011000100011100000001
+00011111111000010111111000000011
+01100000000000001100110110000101
+11000000000000000000000000101101
+11000000000000010000000000110111
+00100000001000000000000111010111
+00100000010000000000001011001011
+01101000000000100100110001111110
+01100000000000100100110001101111
+01101000000000001100110110010101
+01100000000000001100110001010010
+00100000010000000000000000110101
+01100000000010001100110110010101
 00100000011000000000000000000000
+00100000010000000000000111011100
+00100000001000000000000101011110
 01110000010000011101111000100000
-01110000010011000011011000000000
-01110000010011000100000101001110
-01101000000000100100110001000011
-00100000001000000000000111000000
-                                
-                                
-                                
-                                
+01101000000000100100110110001100
+01100000000000100100110001101111
+01101000000000001100110110010110
+01100000000000001100110001010010
+00100000010000000000000000110101
+01100000000010001100110110010110
+00100000011000000000000000000000
                                 
                                 
                                 
@@ -524287,68 +524287,68 @@
                                 
                                 
                                 
-11000000001110000000000000000011
+11000000001110000000000000000100
+11000000001110001000000000001011
+00100000011000000000000000000000
+01011111111111111111111111111111
+01100000000000110000000001000000
+01110000000000011000010100110011
+01110000010010110111010111111111
+00100000010000000100001011111011
+01110000010001110010000111111111
+00100000001000000000001100100100
+01101000000000001100101101000010
+00100000011110100000000000000000
+01101000000000001100110001110011
+00100000011110100000000000000000
+01101000000000001100110110011010
+00011111111000001111111000000001
+00011111111000010111111000000011
+01100000000000001100110110011010
+00100100011110100000000000000000
+01110000010011011001100100000000
+01101000000000001100110110011001
+00011111111000001111111000000001
+01100000000000001100110110011001
+00011111111001100111110000001000
+00100100001000010000000000011111
+00100000010000000000000000100101
+00100000010000000000000110101010
+00100100001011000000000000101110
+00100100001101111000000000101110
+00100000010000000000000100010110
+00100000010000000000000110100111
+01101000000000001100110110011000
+00011111111000001111111000000001
+01100000000000001100110110011000
+11000000000010000000000100001110
 00100000011000000000000000000000
-01111001001111111000000000100110
-00100000010000000000000000101100
-00100000010000000000000000011001
-01110000010011000110010000000000
-00100000000000000000011111010000
-01101000000000001100110001100100
-11000000011111111010110111010100
-00100000010000000000000101110110
-00100100001011000000000000100010
-00100100001101111000000000100010
-00100000010000000000000110011100
-00100000010000000000001010111110
-01101000000000100100110001011111
-01101000000010100100110001000011
-10011000010001100111110000000000
-00100000001000101000000000110110
-01111001001000000000000000100110
-01011000000000000000000000000000
-01100000000000010100110001100100
-00100000010000000010111100100000
-00100000010000000000000101110011
-00100000001000000000001110011100
 01110000000100011001111011111111
-01101000000000001100110000111000
+01101000000000001100110001001000
 01100000000000001001000110011111
-01101000000000100100110001101110
+01101000000000100100110001111110
 01100000000000100001000110100000
 11011000010000000000000000000110
 11011010001000000001000110011110
-00100000010000000000000110101110
-00100000001000000000000111001110
-01101000000000001100110001100100
-00011111111000001111111000000001
-01100000000000001100110001100100
-01101000000000001100110101110101
-00011111111000001111111000000001
-00011111111000010111111000000001
-01100000000000001100110101110101
-11000000000000000000000000110010
-11000000000000001000000000110100
-00100000011000000000000000000000
-01110000010000011101111000100000
-01011000000000000000111100001111
-01100000000000010100110001011111
-11100000101000010000000000000000
-00100000010000000000000111000001
-00100000001000000000000100110001
-00100000010000000000000000101100
-00100000001000000000000000000111
-00100000010000000000000000111010
-00100000001000000000000000000111
-01111001001000000000000000100110
-00100000010000000000000000111010
-01110000010011000100011100000001
-00100000011000000000000000000000
-01110000010000011101111000100000
-01110000010011000011011000000000
-01110000010011000100000101001110
-01101000000000100100110001000011
-00100000001000000000000111000000
+00100000010000000000000111111000
+00100000001000000000001000001010
+00100000010000000000000101011110
+00100000001000000000000000010101
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
                                 
                                 
                                 
@@ -589823,45 +589823,27 @@
                                 
                                 
                                 
-11000000010000000000000000001000
-11000000010000001000000000000100
-00100000011000000000000000000000
-00100000010000000110100010100010
-01011000000000000001000100100010
-01100000000000010100011111000100
-00100000011000000000000000000000
-00100000010000000000000011101111
 00100000010000000011111001101110
-01101000000010001100101101000111
+01101000000010001100101101000101
 00100000010000000110100000001110
-00100000010000000011111000011110
-00100000010000000000000000100101
-01011000000000000000000000000000
-01100000000000010100000101010100
-00100000010000000000001100100000
-01011000000000000001100000000010
-01100000000000010100000010111101
-00100000010000000110100010100010
-00100000010000000101100000010000
-00100000010000000101100000111001
-00100000010000000101100000101100
-00100000010000000101100000011000
-00100000010000000000010101110110
-00100000010000000000001110010000
-00100000010000000000001101011011
-01101000000000011100011100000000
-10011010010000001111111000000000
-00100000010000000110010101100010
-00100000010000000000001101000010
-01101000000000110100101101001110
+00100000010000000000000000010011
+00100000010000000110001111101110
+00100000010000000000000000101110
+11011000010000000000000000011010
+00100000010000000110011111111011
+00100000010000000011111001010100
+00100000010000000000001100010111
+01101000000000001100011100100000
+11000001000000010000000000000000
+01101000000000110100101101001100
 01101000000010110100011100100010
 10011000010001100111110000000000
-00100100001000101000001011001101
-00100000010000000000001011001111
+00100100001000101000001101100101
+00100000001000000000001101100111
 00100000011000000000000000000000
 00100000010000000111010010111001
 11011000110000001000110000000000
-11011000101000000100100001111001
+11011000101000000100100001110110
 11011111001000000000000101110001
 00100000010000000111111100000001
 01011000000011110000001000001001
@@ -589875,17 +589857,34 @@
 11011000110000001000110101110001
 11011111001000000000000100001001
 00100000010000000111111100000001
-01110000010010001001000000000000
-01110000010010001000100001101101
+01110000010010001000110100000000
+01110000010010001000010101101101
 01011000000000000100000000011111
-01100000000000010100100111011110
+01100000000000010100100111011011
 01011000000000000110110100000100
-01100000000000010100101001000111
+01100000000000010100101001000100
 01011000000000000001011010110000
-01100000000000010100101001001101
-01011000000000000100100001111001
+01100000000000010100101001001010
+01011000000000000100100001110110
 01100000000000010100010101110101
 00100000011000000000000000000000
+01101000000100001000000001111011
+01111001001111111111111000000101
+01100000000100001000000001111011
+11011000010000000000000000011010
+00100000010000000000010101100110
+11011000010000000000000000011010
+00100000010000000110100000011101
+01101000000010001100011011110111
+01111001001111111000010000000111
+00100000010000000110011111111011
+01101000000010001100011011110111
+00100000010000000110100000011101
+01110000010001101111011000000011
+00100000011000001000000000000000
+01110000010001101111011000000000
+00100000011000000000000000000000
+                                
                                 
                                 
                                 
@@ -655359,66 +655358,60 @@
                                 
                                 
                                 
-11000000010010000000000000000101
-11000000010010001000000000011111
-11000000010010010000000000101111
+                                
+11000000010010000000000000000100
+11000000010010001000000000011110
 00100000011000000000000000000000
-01101000000000001100110000111100
+01101000000000001100110001001100
 11000000000000001111111111100111
-01101000000000001100110001000111
-11000000000000001000000000001100
-11000000000000010000000000001111
-11000000000000011000000000010010
+01101000000000001100110001010111
+11000000000000001000000000001011
+11000000000000010000000000001110
+11000000000000011000000000010001
 00100000001000000010101010001100
-01110000010011000100011100010001
+01110000010011000101011100010001
 01110000000100011001111010101010
-00100000001000000000000000010100
-01110000010011000100011100010010
+00100000001000000000000000010011
+01110000010011000101011100010010
 01110000000100011001111001010101
-00100000001000000000000000010100
-01110000010011000100011100010011
+00100000001000000000000000010011
+01110000010011000101011100010011
 01110000000100011001111000100010
-01101000000000001100110000111000
+01101000000000001100110001001000
 00011111111000010111111000000111
 01100000000000001001000110011111
-01101000000000100100110001101110
+01101000000000100100110001111110
 01100000000000100001000110100000
 01110000000100011010010000000000
 11011010001000000001000110011110
 11011000010000000000000000000111
-00100000010000000000000110101110
-00100000010000000000000100111111
+00100000010000000000000111111000
+00100000010000000000000101110011
 00100000001000000111111111100111
-01101000000000001100110001000111
+01101000000000001100110001010111
 11000001011111111000000000000000
-11000000000010001000000000100101
-11000000000010010000000000100111
-11000000000010011000000000101001
-00100000011000000000000000000000
-01110000010011000100011100000010
-00100000001000000000000101101111
-01110000010011000100011100000011
-00100000001000000000000101101111
-01110000010011000100011111111111
+11000000000010001000000000100100
+11000000000010010000000000100110
+11000000000010011000000000101000
+00100000011000000000000000000000
+01110000010011000101011100000010
+00100000001000000000000110100011
+01110000010011000101011100000011
+00100000001000000000000110100011
+01110000010011000101011111111111
 01110000000010101001100100111001
 00100000010000000111110110000110
-01101000000000100100110000010111
-00100000010000000000000111000000
-00100000001000000000000101101111
-01110000010001111000101100000001
-11011000111000000000000000000011
-00100000010000000100001111010010
-01011000000000000000000000000000
-01100000000000010100011100000111
-01110000010001101010011100000000
-00100000010000000100000001011101
-00100000010000000000010011001011
-00100000010000000000001010111110
-01101000000000100100110001011111
-01100000000000100100011101111011
-01110000010001111100011000000010
-00100000010000000100001101100110
-00100000001000000000001101001100
+01101000000000100100110000100111
+00100000010000000000000111011011
+00100000001000000000000110100011
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
                                 
                                 
                                 
@@ -720895,23 +720888,32 @@
                                 
                                 
                                 
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000010100000000000000101011
 11000000010100001000000000000110
-11000000010100010000000000011001
-11000000010100011000000000010010
-11000000010100100000000000100011
+11000000010100010000000000011011
+11000000010100011000000000010100
 00100000011000000000000000000000
 01101000000000010100010100001001
 11000001000000000000000000000000
 01101000000000001000010001000001
 00011111111010110111111000000000
 00011111111001100111110000001100
-00100000011000010000000000000000
+00100000001000010000000000010010
 01011000000000000000000000001001
 01100000000000010100010010010110
 01100000000000010100010010011000
-00100000010000000000010001000100
-01110000010001111100011100000001
+00100000010000000000010000111001
+01110000010001111100010000000001
 00100000011000000000000000000000
+01110000010010110110000100000001
+00100000001000000000010111100011
 01101000000000010100011010000010
 11000011100001100000000000000000
 11000011100000110000000000000000
@@ -720919,26 +720921,32 @@
 01101000000000100100011011010011
 11000011100000101000000000000000
 00100000001000000011001110100111
-01110000010010110110101000000000
+01110000010010110110111100000000
 01011000000000000000000000000111
 01100000000000010100010010010110
 01100000000000010100010010011000
-01110000010001111100011100000000
+01110000010001111100010000000000
 01110000010001111001111000000000
-00100000010000000000001111010000
+00100000010000000000001110111010
 00100000010000000101100000010110
-00100000010000000000001101001100
-00100000001000000100000111011001
-01111000001101000111110000000000
+00100000010000000100000111011001
+00100000010000000000001100100100
+01101000000000001100101101101011
+00100000011110100000000000000000
+01101000000000110100101101100010
+01100000000000110100010010100000
+00100000010000000000010010010000
+00100000001000000111110111110100
 01101000000100100000000100111000
-01111001001101000111111000011010
+01111001001000000111111000011010
 01100000000100100000000001001100
 00100000010000000010110000100001
 00100000010000000111010010111101
-00100000010000000000001101001100
+00100000010000000100010010000010
+00100000010000000000001100100100
 00100000010000000011111010011111
-00100000010000000000001010001011
-00100000010000000000001110001000
+00100000010000000000000011101100
+00100000010000000000001101011011
 01101000000100001000000010000001
 00011111111000010111111011110111
 01100000000100001000000010000001
@@ -786423,65576 +786431,32 @@
                                 
                                 
                                 
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-11000000010110001000000000000111
-11000000010110010000000000001101
-11000000010110011000000000010010
+11000000010110001000000000000110
+11000000010110010000000000001100
+11000000010110011000000000010001
 11000000010110100000000000011001
-11000000010110101000000000011110
 00100000011000000000000000000000
-01101000000000001100100000001011
+01101000000000001100100000001000
 11000001000000010000000000000000
 00011111111000001111111000000001
-01100000000000001100100000001011
+01100000000000001100100000001000
 01110000010000011110001100010010
 00100000001000000011010000001110
-01101000000000001100100000001011
+01101000000000001100100000001000
 11000001100000010000000000000000
-01110000010010000000101100000000
+01110000010010000000100000000000
 01110000010000011110001100001110
 00100000001000000011010000001110
 01101000000000001100011110100001
 11000000000000001000000000010101
+01110000010001101100011000010100
 00100000001000000000000000010111
-00100000010000000000010001000100
-01110000010001101100011000000101
+00100000010000000000010000111001
+01110000010001101100011000001010
 11011000111000000000000000000001
 00100000001000000100000110111001
-01110000010010110000001000000000
-01110000010010110000010000000000
-01110000010010110000110100000000
-00100000010000000000001101001100
+01110000010010101111111100000000
+01110000010010110000000100000000
+01110000010010110000101000000000
+00100000010000000000001100100100
 00100000001000000100000111011001
-01011000000000000000000000000001
-01100000000000110000000001000000
-01110000000000011000010100110011
-01110000010010110110101111111111
-00100000010000000100001011111011
-01110000010001110010000111111111
-00100000001000000000001101001100
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-                                
-11000000011000000000000000000100
-11000000011000001000000000010011
-00100000011000000000000000000000
-00100000010000000000010001101100
-01110000010011010111011100000000
-00100000010000000000001010111110
-00100000010000000000000110101010
-01110000010000011011110100000000
-01101000000000001100001001000001
-11000010100000010011010000001010
-01101000000000001100101101101011
-11000000011111111000000000010010
-00100000010000000000001101000010
-11011111001000000000000000000011
-11011000110000000100011100100010
-00100000010000000000001110010010
-00100000001101000000010011001000
-00100000001000000000001010110111
-01110000010010110110100100000001
-00100000010000000000010011001011
-00100000010000000000001011100000
-00100000010000000011111110001101
-01101000000000100100110101111100
-01101000000010100100110001011111
-10011000010001100111110000000000
-00100000001000101000000000011100
-01110000010001111100011000000010
-00100000010000000100001101100110
-00100000001000000000001101001100
Index: output/flash.dat
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/flash.dat	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/flash.dat	(working copy)
@@ -2,8 +2,8 @@
 02
 aa
 55
-c2
-1f
+02
+20
 20
 20
 00
@@ -11,7 +11,7 @@
 20
 40
 03
-d0
+ba
 68
 00
 c1
@@ -19,11 +19,11 @@
 60
 00
 cc
-ee
+fe
 20
 40
-07
-01
+06
+fe
 68
 00
 c6
@@ -32,50 +32,90 @@
 00
 c6
 da
-68
-00
-cb
-33
-60
-00
-cb
-34
 20
 40
-43
-ca
+04
+df
 20
 40
-02
-d6
+03
+32
 20
 40
 07
-94
+99
 20
 40
 00
-0f
+19
 20
 40
 00
-22
+2c
+68
+02
+40
+a0
+60
+02
+4c
+7e
 20
+40
+58
+10
 20
-03
+40
+58
+39
+20
+40
+58
+2c
+20
+40
+58
+18
+20
+40
+3e
 1e
 58
 00
+18
+02
+60
+01
+40
+bd
+58
+00
+00
+00
+60
+01
+41
+54
+20
+40
+68
+a2
+20
+20
+03
+05
+58
+00
 03
-99
+7b
 60
 01
 4d
-68
+78
 58
 00
 03
-b3
+a6
 60
 01
 41
@@ -83,7 +123,7 @@
 58
 00
 06
-3d
+39
 60
 01
 41
@@ -91,7 +131,7 @@
 58
 00
 03
-eb
+d9
 60
 01
 41
@@ -99,7 +139,7 @@
 58
 00
 02
-7f
+a6
 60
 01
 41
@@ -107,15 +147,15 @@
 58
 00
 04
-26
+11
 60
 01
 41
 f5
 58
 00
-04
-13
+03
+fe
 60
 01
 41
@@ -123,7 +163,7 @@
 58
 00
 04
-69
+60
 60
 01
 41
@@ -131,7 +171,7 @@
 58
 00
 04
-70
+6d
 60
 01
 41
@@ -147,19 +187,19 @@
 60
 01
 4d
-7a
+8a
 24
 55
 80
-2a
+39
 20
 40
 02
-d8
+d3
 20
 40
-03
-18
+04
+66
 68
 00
 c7
@@ -168,10 +208,30 @@
 00
 c7
 1e
-20
+68
+03
+44
+a0
 60
+03
+4b
+62
+68
+00
+c2
+41
+c3
+81
 00
 00
+70
+4b
+77
+0a
+20
+20
+03
+a3
 58
 00
 01
@@ -179,7 +239,7 @@
 60
 01
 4d
-7a
+8a
 20
 60
 00
@@ -200,66 +260,6 @@
 00
 00
 01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
-20
-00
-00
-01
 c2
 84
 00
@@ -275,47 +275,47 @@
 c0
 42
 87
-65
+6a
 c0
 44
 87
-36
+3b
 c0
 45
 07
-67
+6c
 c0
 0d
 86
-52
+4e
 c0
 13
 06
-54
+50
 c0
 24
 06
-6f
+6c
 c0
 25
 06
-71
+6e
 c0
 28
 86
-7a
+77
 c0
 2c
 86
-6d
+6a
 c0
 53
 86
-7f
+7c
 c0
 56
 86
-95
+92
 c0
 65
 b3
@@ -323,7 +323,7 @@
 c0
 74
 86
-a6
+a3
 c0
 50
 80
@@ -339,27 +339,27 @@
 c0
 62
 02
-a1
+b3
 c0
 71
-84
-f9
+85
+11
 c0
 73
 05
-21
+39
 c0
 75
 05
-72
+81
 c0
 75
 85
-78
+8a
 c0
 76
 05
-8a
+8d
 20
 20
 2a
@@ -367,71 +367,71 @@
 c0
 1c
 85
-94
+8f
 c0
 21
 85
-9c
+97
 c0
 25
 05
-a2
+9d
 c0
 2b
 85
-a5
+a0
 c0
 2c
 85
-a7
+a2
 c0
 31
 85
-a9
+a4
 c0
 33
 05
-d9
+cd
 c0
 33
 85
-f0
+ec
 c0
 35
 06
-28
+24
 c0
 3b
 86
-33
+2f
+c0
+7d
+06
+e6
 c0
 02
 86
-a8
+a5
 c0
 40
 06
-aa
+a7
 c0
 41
 06
-b4
+b1
 c0
 44
 06
-c5
+c2
 c0
 46
 06
-3f
+3b
 c0
 46
 86
-4b
-c0
-7d
-06
-e9
+47
 20
 20
 2a
@@ -442,12 +442,12 @@
 00
 68
 08
-cc
-f2
+cd
+02
 58
 00
-4c
-f9
+4d
+09
 98
 40
 8a
@@ -470,8 +470,8 @@
 07
 60
 08
-cc
-f2
+cd
+02
 20
 60
 00
@@ -491,7 +491,7 @@
 20
 40
 03
-aa
+8c
 20
 40
 6a
@@ -575,7 +575,7 @@
 68
 00
 cb
-29
+26
 24
 3a
 7f
@@ -583,7 +583,7 @@
 68
 00
 cb
-2e
+2c
 24
 3a
 7f
@@ -599,7 +599,7 @@
 68
 00
 c7
-c7
+c4
 c0
 00
 ff
@@ -615,7 +615,7 @@
 68
 00
 c8
-09
+06
 24
 3a
 7f
@@ -631,31 +631,43 @@
 68
 00
 cd
-77
+9b
+c2
+80
+80
+b0
+c2
+81
+00
+b2
+68
+00
+cd
+87
 c0
 00
 80
-b1
+b8
 20
 40
 01
-3c
+70
 24
 34
 00
-cc
+d3
 20
 40
 01
-1e
+4b
 20
 40
 01
-5f
+93
 68
 00
 cc
-47
+57
 c1
 ff
 80
@@ -663,23 +675,23 @@
 20
 40
 07
-0a
+0f
 20
 40
 00
-ad
+b4
 68
 00
 cb
-29
+26
 c0
 00
 83
-9c
+7e
 20
 40
 00
-d8
+e2
 24
 74
 00
@@ -687,15 +699,31 @@
 20
 40
 02
-86
+ad
 58
 00
-f4
-24
+f0
+3c
 20
 20
 2b
 93
+70
+11
+c6
+60
+20
+20
+07
+6f
+70
+11
+c6
+53
+20
+20
+07
+6f
 58
 01
 77
@@ -703,10 +731,10 @@
 60
 01
 cc
-66
+76
 70
 4b
-64
+44
 14
 20
 60
@@ -715,7 +743,7 @@
 20
 40
 02
-5f
+86
 24
 74
 00
@@ -723,11 +751,11 @@
 20
 40
 00
-c6
+cd
 68
 01
 4d
-78
+88
 1f
 e0
 fe
@@ -735,11 +763,11 @@
 60
 01
 4d
-78
+88
 68
 09
 4d
-7a
+8a
 98
 46
 7c
@@ -747,14 +775,14 @@
 20
 42
 80
-bb
+c2
 20
 20
 00
-9e
+a1
 70
 4d
-77
+87
 00
 58
 00
@@ -763,7 +791,7 @@
 60
 01
 4d
-78
+88
 58
 00
 00
@@ -771,19 +799,19 @@
 60
 01
 4d
-7a
+8a
 70
 4c
-72
+82
 00
 68
 00
 cc
-5d
+6d
 60
 00
 cc
-5c
+6c
 20
 60
 00
@@ -791,15 +819,15 @@
 68
 00
 cc
-5e
+6e
 20
 20
 00
-c2
+c9
 68
 00
 cc
-72
+82
 1f
 e0
 fe
@@ -807,15 +835,15 @@
 60
 00
 cc
-72
+82
 c0
 02
 00
-c4
+cb
 c0
 02
 80
-c0
+c7
 20
 60
 00
@@ -823,15 +851,15 @@
 68
 00
 cc
-63
+73
 20
 5a
 00
-e1
+fb
 68
 00
 cb
-2e
+2c
 24
 7a
 00
@@ -839,15 +867,27 @@
 68
 00
 cb
-29
+26
+c1
+00
+80
+00
+68
+00
+cd
+87
 c1
 00
 80
 00
 20
 40
+01
+0c
+20
+40
 00
-d8
+e2
 24
 74
 00
@@ -855,7 +895,7 @@
 68
 01
 cc
-66
+76
 20
 40
 7f
@@ -895,31 +935,95 @@
 68
 00
 cd
-77
+87
 c0
 00
 ff
 e9
 20
+40
+02
+b0
 20
+40
 02
-89
+ad
+20
+40
+3e
+bf
+20
+40
+03
+07
+68
+12
+00
+70
+68
+1a
+00
+78
+98
+41
+84
+00
+18
+44
+04
+00
+60
+1a
+00
+7c
+68
+10
+80
+7d
+79
+3f
+fe
+02
+60
+10
+80
+7d
+68
+10
+80
+7e
+79
+3f
+fe
+06
+60
+10
+80
+7e
+d8
+40
+00
+1d
+20
+20
+67
+fb
 70
 4c
-63
+73
 01
 70
 4d
-6c
+7c
 00
 20
 40
-00
-f4
+01
+21
 60
 00
 cb
-d3
+e3
 58
 00
 00
@@ -927,23 +1031,23 @@
 60
 03
 cb
-d4
+e4
 68
 02
 4c
-6e
+7e
 60
 02
 4b
-db
+eb
 70
 4c
-37
+47
 0c
 68
 00
 cc
-38
+48
 79
 20
 7e
@@ -951,39 +1055,115 @@
 60
 00
 cc
-38
+48
 20
 40
 01
-3f
+73
 20
 20
 00
-a1
-68
-02
-40
-a0
+a4
+58
+00
+00
+00
 60
-02
-4c
-6e
+01
+cd
+97
 20
 60
 00
 00
 70
+11
+c6
+71
+20
+20
+07
+6f
+70
 4d
-6d
+98
+00
+68
+00
+cd
+97
+c3
+80
+00
+00
+79
+20
+7e
+00
+60
+00
+cd
+97
+58
+00
+07
+08
+60
+01
+46
+b0
+20
+20
+04
+66
+68
+00
+cc
+73
+20
+3a
 01
+09
 70
 4d
-6f
+98
+00
+68
+00
+cd
+97
+c4
+00
+00
+00
+79
+3f
+fe
+00
+60
+00
+cd
+97
+20
+40
+3f
+8d
+20
+20
+03
+d7
+70
+4d
+7d
+01
+70
+4d
+7f
 00
 68
 00
 cc
-38
+48
 1f
 e1
 7e
@@ -991,7 +1171,7 @@
 60
 00
 cc
-38
+48
 20
 60
 00
@@ -999,7 +1179,7 @@
 68
 00
 cc
-38
+48
 79
 20
 7e
@@ -1007,11 +1187,11 @@
 60
 00
 cc
-38
+48
 60
 00
-cb
-f3
+cc
+03
 20
 60
 00
@@ -1019,7 +1199,7 @@
 68
 00
 cc
-38
+48
 c4
 02
 00
@@ -1027,7 +1207,7 @@
 68
 00
 cc
-38
+48
 79
 3f
 fe
@@ -1035,31 +1215,31 @@
 60
 00
 cc
-38
+48
 60
 00
-cb
-f3
+cc
+03
 20
 40
+07
 05
-ca
 20
 20
 01
-31
+5e
 68
 00
 cd
-6c
+7c
 c0
 80
-80
-f4
+81
+21
 68
 00
 cd
-6a
+7a
 1f
 e0
 fe
@@ -1067,83 +1247,83 @@
 60
 00
 cd
-6a
+7a
 c0
 02
 01
-0e
+3b
 20
 40
 01
-31
+5e
 70
 4c
-7c
+8c
 02
 20
 20
 01
-5f
+93
 20
 40
+07
 05
-ca
 70
 4d
-6a
+7a
 00
 20
 20
-00
-f4
+01
+21
 70
 4d
-6f
+7f
 02
 70
 4d
-6d
+7d
 01
 70
 4d
-6c
+7c
 00
 20
 20
-00
-f4
+01
+21
 68
 00
 cd
-6e
+7e
 c0
 01
 81
-12
+3f
 68
 00
 cc
-38
+48
 2f
 ec
 00
 04
 20
 20
-80
-f2
+81
+1f
 68
 00
 cd
-6e
+7e
 c0
 00
 81
-11
+3e
 c0
 01
 01
-12
+3f
 20
 60
 00
@@ -1151,7 +1331,7 @@
 68
 00
 cc
-47
+57
 c1
 ff
 80
@@ -1159,11 +1339,11 @@
 20
 40
 01
-23
+50
 24
 56
 01
-2b
+58
 20
 60
 00
@@ -1175,7 +1355,7 @@
 68
 00
 cd
-6d
+7d
 c1
 80
 80
@@ -1183,18 +1363,18 @@
 68
 00
 cd
-6f
+7f
 c1
 80
 00
 00
 70
 4d
-6e
+7e
 01
 70
 4c
-7c
+8c
 04
 20
 20
@@ -1203,11 +1383,11 @@
 68
 00
 cd
-6f
+7f
 20
 3a
 01
-37
+6b
 1f
 e0
 ff
@@ -1215,23 +1395,51 @@
 60
 00
 cd
-6f
+7f
 70
 4d
-6e
+7e
 02
 70
 4c
-7c
+8c
 04
 68
 08
 cc
-42
+52
+68
+00
+cc
+6f
+1f
+e1
+7e
+03
+1f
+ef
+a2
+04
+58
+00
+4c
+58
+9a
 20
+fe
+00
+98
 40
-01
-e0
+8c
+00
+e8
+c0
+80
+00
+60
+00
+cc
+51
 18
 40
 84
@@ -1243,50 +1451,50 @@
 60
 08
 cc
-42
+52
 20
 60
 00
 00
 70
 4d
-6e
+7e
 03
 68
 00
 cd
-6c
+7c
 24
 3a
 01
-05
+32
 70
 4c
-7c
+8c
 02
 20
 20
 01
-31
+5e
 68
 00
 cc
-47
+57
 c0
 ff
 81
-a3
+ec
 20
 40
 01
-42
+76
 20
 40
-01
-ce
+02
+0a
 70
 4c
-3c
+4c
 01
 20
 60
@@ -1295,7 +1503,7 @@
 68
 01
 4d
-68
+78
 20
 40
 7f
@@ -1303,11 +1511,11 @@
 20
 34
 01
-48
+7c
 68
 03
 cb
-d4
+e4
 20
 7a
 00
@@ -1319,10 +1527,10 @@
 20
 40
 03
-ca
+98
 70
 4c
-63
+73
 00
 1a
 20
@@ -1331,15 +1539,15 @@
 60
 00
 cc
-37
+47
 20
 40
-00
-f4
+01
+21
 60
 00
 cb
-d3
+e3
 e8
 a8
 80
@@ -1375,7 +1583,7 @@
 d8
 a0
 4b
-d9
+e9
 df
 20
 00
@@ -1403,14 +1611,14 @@
 c2
 00
 01
-58
+8c
 20
 60
 00
 00
 70
 4c
-40
+50
 00
 d9
 60
@@ -1423,31 +1631,31 @@
 20
 40
 01
-76
+aa
 24
 2c
 01
-81
+b5
 24
 37
 81
-81
+b5
 20
 40
 01
-73
+a7
 20
 40
 01
-9c
+d0
 20
 40
 07
-04
+01
 68
 00
 cc
-36
+46
 1f
 e0
 fe
@@ -1455,23 +1663,23 @@
 60
 00
 cc
-36
+46
 20
 40
-00
-fd
+01
+2a
 68
 00
 cc
-47
+57
 c0
 ff
 81
-a5
+ee
 20
 40
 01
-15
+42
 58
 00
 00
@@ -1479,11 +1687,11 @@
 60
 02
 4c
-3c
+4c
 60
 00
 cd
-6b
+7b
 20
 60
 00
@@ -1495,7 +1703,7 @@
 d8
 a0
 4b
-d3
+e3
 20
 20
 7e
@@ -1507,7 +1715,7 @@
 20
 40
 02
-3e
+65
 18
 00
 2a
@@ -1515,7 +1723,7 @@
 68
 02
 4c
-5f
+6f
 98
 00
 12
@@ -1534,12 +1742,12 @@
 24
 20
 40
-01
-fb
+02
+25
 20
 57
 82
-37
+5e
 20
 60
 00
@@ -1547,7 +1755,7 @@
 68
 01
 4c
-3d
+4d
 1f
 e0
 fe
@@ -1555,11 +1763,11 @@
 60
 01
 4c
-3d
+4d
 68
 00
 cc
-3e
+4e
 c2
 82
 2d
@@ -1567,23 +1775,23 @@
 68
 00
 cc
-47
+57
 c0
 ff
 81
-8a
+be
 20
 40
 01
-92
+c6
 20
 20
 01
-60
+94
 68
 00
 cc
-3d
+4d
 c1
 ff
 80
@@ -1595,7 +1803,7 @@
 60
 01
 4c
-3d
+4d
 20
 20
 2d
@@ -1603,19 +1811,19 @@
 20
 40
 07
-2d
+32
 20
 40
+07
 05
-ca
 20
 20
 01
-31
+5e
 68
 00
 cc
-40
+50
 1f
 e6
 7c
@@ -1623,7 +1831,7 @@
 24
 21
 01
-8f
+c3
 1f
 e0
 fe
@@ -1631,23 +1839,23 @@
 60
 00
 cc
-40
+50
 c0
 01
-00
-f8
+01
+25
 c0
 03
-00
-ff
+01
+2c
 c0
 04
-00
-f8
+01
+25
 c0
 06
-00
-ff
+01
+2c
 20
 60
 00
@@ -1655,11 +1863,11 @@
 20
 40
 01
-b3
+fd
 68
 00
 cc
-35
+45
 20
 7a
 00
@@ -1671,47 +1879,135 @@
 d8
 c0
 4b
-b3
+c3
 d8
 a0
 4c
-15
+25
 20
 20
 7f
 01
 70
+41
+de
+04
+70
+4c
+46
+00
+70
+4c
+51
+4e
+68
+02
+4c
+53
+60
+02
+4c
+6f
+da
+20
+00
+00
+df
+20
+00
+04
+d8
+c0
+4c
+6f
+e8
+c0
+80
+00
+9a
+20
+a2
+00
+c2
+00
+01
+df
+1a
+22
+7e
+00
+60
+01
+4c
+f8
+68
+00
+cc
+f8
+68
+08
+cc
+f9
+98
+40
+fe
+00
+60
+00
+cc
+fa
+20
+60
+00
+00
+20
+40
+01
+d7
+70
+4c
+57
+01
+20
+60
+00
+00
+70
 11
-c7
+c6
 90
 20
 20
 07
-6a
+6f
 20
 40
-07
-01
+06
+fe
 70
 11
-c7
+c6
 91
 20
 20
 07
-6a
+6f
 70
 11
-c7
-70
+c6
+40
 20
 20
 07
-6a
+6f
 79
 3f
 80
 26
+70
+4d
+9b
+00
 20
 40
 53
@@ -1727,7 +2023,7 @@
 60
 08
 cc
-37
+47
 18
 42
 72
@@ -1735,7 +2031,7 @@
 d8
 a0
 4b
-d3
+e3
 1a
 22
 0c
@@ -1747,7 +2043,7 @@
 68
 00
 cb
-b2
+c2
 1f
 e9
 7e
@@ -1755,7 +2051,7 @@
 60
 00
 cc
-35
+45
 1f
 e0
 fe
@@ -1763,7 +2059,7 @@
 d8
 c0
 4b
-b2
+c2
 98
 c0
 8c
@@ -1775,11 +2071,11 @@
 60
 01
 cc
-74
+84
 68
 00
 cb
-b2
+c2
 1f
 e3
 7e
@@ -1791,71 +2087,15 @@
 60
 00
 cc
-7a
+8a
 20
 60
 00
 00
-60
-02
-4c
-5f
-da
-20
-00
+68
 00
-df
-20
-00
-04
-d8
-c0
-4c
-5f
-e8
-c0
-80
-00
-9a
-20
-a2
-00
-c2
-00
-01
-c4
-1a
-22
-7e
-00
-60
-01
-4c
-e8
-68
-00
-cc
-e8
-68
-08
 cc
-e9
-98
-40
-fe
-00
-60
-00
-cc
-ea
-20
-60
-00
-00
-68
-00
-cc
-37
+47
 1f
 e0
 fe
@@ -1863,19 +2103,19 @@
 60
 00
 cc
-39
+49
 68
 00
 cc
-38
+48
 60
 00
-cb
-f3
+cc
+03
 68
 00
 cc
-37
+47
 1f
 e9
 fe
@@ -1883,7 +2123,7 @@
 68
 08
 cc
-36
+46
 18
 41
 04
@@ -1899,7 +2139,7 @@
 68
 08
 cc
-73
+83
 98
 40
 fe
@@ -1911,7 +2151,7 @@
 68
 00
 cc
-37
+47
 98
 00
 72
@@ -1919,47 +2159,11 @@
 d8
 c0
 4b
-d3
+e3
 20
 20
 7f
 01
-68
-00
-cc
-5f
-1f
-e1
-7e
-03
-1f
-ef
-a2
-04
-58
-00
-4c
-48
-9a
-20
-fe
-00
-98
-40
-8c
-00
-e8
-c0
-80
-00
-60
-00
-cc
-41
-20
-60
-00
-00
 78
 44
 fc
@@ -1979,7 +2183,7 @@
 68
 00
 cc
-41
+51
 1f
 ed
 84
@@ -1998,44 +2202,8 @@
 00
 20
 40
-53
-c4
-68
 02
-4c
-5f
-98
-00
-12
-00
-20
-40
-29
-18
-68
-08
-cc
-41
-20
-40
-29
-1f
-58
-00
-05
-00
-20
-40
-2a
-8f
-20
-40
-29
-24
-20
-40
-01
-e9
+1c
 78
 57
 fc
@@ -2059,7 +2227,7 @@
 68
 01
 4c
-3a
+4a
 98
 00
 36
@@ -2071,7 +2239,7 @@
 24
 2c
 02
-37
+5e
 78
 46
 fc
@@ -2091,15 +2259,15 @@
 20
 40
 02
-34
+5b
 60
 00
 cc
-eb
+fb
 68
 08
 cc
-ea
+fa
 98
 46
 7c
@@ -2107,35 +2275,23 @@
 24
 22
 82
-37
+5e
 20
 40
 02
-34
+5b
 60
 00
 cb
-b1
-68
-00
-cc
-7d
-1f
-e6
-7c
-02
-20
-22
-82
-17
+c1
 68
 00
 cb
-b1
+c1
 68
 08
 cc
-38
+48
 a8
 40
 0e
@@ -2143,11 +2299,11 @@
 24
 20
 82
-37
+5e
 20
 40
 02
-34
+5b
 e0
 a0
 80
@@ -2163,11 +2319,11 @@
 20
 22
 82
-1f
+46
 20
 40
 02
-34
+5b
 e0
 a0
 80
@@ -2175,7 +2331,7 @@
 c2
 00
 02
-1c
+43
 18
 a2
 22
@@ -2183,11 +2339,11 @@
 20
 40
 02
-34
+5b
 60
 00
 cd
-72
+82
 1a
 22
 0a
@@ -2223,7 +2379,7 @@
 20
 23
 02
-37
+5e
 78
 37
 fc
@@ -2251,7 +2407,7 @@
 68
 00
 cd
-72
+82
 20
 40
 00
@@ -2295,7 +2451,7 @@
 68
 08
 cc
-41
+51
 20
 20
 29
@@ -2307,19 +2463,19 @@
 68
 02
 4c
-5f
+6f
 98
 00
 12
 00
 20
 40
-01
-e9
+02
+1c
 20
 40
 02
-3b
+62
 79
 20
 2a
@@ -2371,7 +2527,7 @@
 68
 00
 cc
-ea
+fa
 08
 00
 86
@@ -2379,15 +2535,15 @@
 68
 00
 cc
-39
+49
 98
 00
 72
 00
 d8
 c0
-4b
-f3
+4c
+03
 e8
 c0
 80
@@ -2399,7 +2555,7 @@
 c2
 00
 02
-54
+7b
 78
 24
 7c
@@ -2439,7 +2595,7 @@
 68
 0a
 4c
-58
+68
 1c
 42
 7e
@@ -2459,11 +2615,11 @@
 68
 02
 4c
-58
+68
 68
 08
 cc
-5c
+6c
 98
 40
 84
@@ -2487,7 +2643,7 @@
 60
 02
 4c
-58
+68
 20
 20
 7f
@@ -2515,7 +2671,7 @@
 c2
 00
 02
-71
+98
 18
 49
 7e
@@ -2567,11 +2723,11 @@
 20
 40
 03
-a0
+82
 20
 40
-02
-89
+00
+ea
 68
 00
 c0
@@ -2579,7 +2735,7 @@
 c3
 00
 02
-86
+ad
 68
 00
 80
@@ -2600,142 +2756,38 @@
 60
 00
 00
+68
+00
+ca
+fe
 20
-40
-02
-9e
+7a
+00
+00
+20
+20
+05
+11
 20
 40
-02
-86
+29
+6c
 20
 40
-3e
-bf
-20
-40
-03
-32
-68
-12
-00
-70
-68
-1a
-00
-78
-98
-41
-84
-00
-18
-44
-04
-00
-60
-1a
-00
-7c
-68
-10
-80
-7d
-79
-3f
-fe
-02
-60
-10
-80
-7d
-68
-10
-80
-7e
-79
-3f
-fe
-06
-60
-10
-80
-7e
-68
-08
-cb
-28
-20
-40
-67
-fb
-68
-08
-cb
-28
-79
-20
-04
-07
-d8
-a0
-80
-78
-20
-20
-68
-30
-68
-00
-cb
-01
-20
-7a
-00
-00
-20
-20
-04
-f9
-20
-40
-29
-6c
-20
-40
-34
-16
+34
+16
 20
 40
 74
 b9
 20
 35
-82
-d6
-68
-01
-c4
-a3
-60
-01
-cb
-6c
+83
+32
 20
 40
 00
 01
-20
-40
-03
-80
-20
-40
-05
-2f
-c0
-02
-82
-d4
 68
 00
 c2
@@ -2743,59 +2795,47 @@
 c2
 81
 02
-ae
+bc
+70
+4b
+76
+ff
 20
 20
-02
-b1
+03
+76
+20
+40
+03
+54
 68
 00
-c7
-c6
+cb
+76
 c0
 00
 82
-b7
-20
-20
-02
-b1
-68
-00
-c7
-c6
+c2
 c0
-ff
-82
-b5
-68
-02
-4d
-7c
-60
-02
-4c
-5f
+01
+01
+f1
 70
-11
-c7
-60
-20
+4b
+77
+0a
 20
-07
-6a
+60
+00
+00
+70
+4d
+92
+01
 20
 40
 02
-be
-68
-00
 cb
-6b
-c0
-7f
-82
-c4
 68
 00
 c2
@@ -2803,19 +2843,31 @@
 c0
 19
 82
-c1
+ce
 c0
 1a
 02
-c4
+d1
 20
-60
-00
-00
+40
+04
+f8
+70
+01
+6d
+06
+20
+40
+04
+9a
+20
+20
+7d
+dd
 68
 00
 cc
-ee
+fe
 60
 00
 c1
@@ -2838,128 +2890,48 @@
 74
 70
 11
-c7
-22
+c6
+12
 20
 20
 07
-6a
-da
+6f
 20
-43
-70
-ea
+40
+03
+32
 20
-80
-00
+40
+40
+c0
 20
-7a
-00
-00
-98
+40
+40
+d9
 c0
-a2
-00
-e8
+18
+02
+db
 c0
-80
-00
-c1
+18
+83
 00
-80
+20
+40
+40
+d1
+20
 00
+03
+e8
 20
 20
 02
-c7
-70
-4b
-6b
-5a
-20
-60
-00
-00
-70
-4b
-6b
-ff
-70
-42
-10
-34
-68
-03
-4d
-7c
-60
-03
-44
-a0
-20
-60
-00
-00
-70
-11
-c7
-61
-20
-20
-07
-6a
-70
-42
-12
-76
-20
-20
-3d
-36
-20
-40
-02
-d6
-20
-40
-40
-c0
-20
-40
-40
-d9
-c0
-18
-02
-e2
-c0
-18
-83
-06
-20
-40
-40
-d1
-20
-00
-03
-e8
-20
-20
-02
-da
-70
-4b
-01
-01
-20
-20
-02
-d8
+d5
 20
 40
 03
-0b
+9e
 68
 00
 c6
@@ -2967,15 +2939,15 @@
 c0
 2d
 02
-e8
+e1
 c0
 2a
 02
-ef
+ee
 c0
 6c
 02
-f7
+f1
 20
 20
 40
@@ -2999,29 +2971,21 @@
 da
 60
 4b
-73
-20
-40
-02
-f1
-20
-20
-03
-13
-70
-46
-e0
-02
-da
-60
-4b
-8c
+7a
 ea
 61
 00
 00
-c1
-7f
+d8
+40
+ff
+ff
+98
+46
+7c
+00
+20
+62
 80
 00
 20
@@ -3039,7 +3003,19 @@
 20
 20
 02
-f1
+e6
+70
+46
+e0
+02
+da
+60
+4b
+94
+20
+20
+02
+e6
 58
 00
 00
@@ -3055,7 +3031,7 @@
 24
 22
 82
-da
+d5
 58
 00
 00
@@ -3071,7 +3047,7 @@
 24
 22
 82
-da
+d5
 58
 00
 00
@@ -3087,7 +3063,7 @@
 24
 22
 82
-da
+d5
 70
 46
 e0
@@ -3099,11 +3075,11 @@
 20
 20
 02
-f1
+e6
 20
 40
 03
-0b
+9e
 68
 00
 c6
@@ -3120,46 +3096,110 @@
 60
 00
 00
-da
-60
-4b
-99
+70
+11
+c6
+80
 20
-40
-02
-f1
 20
+07
+6f
+68
+08
+cb
+45
+20
+20
+68
+25
+70
+80
+86
 40
-03
-13
+70
+80
+87
+00
 68
+10
+80
+81
+79
+3f
+fe
 00
-c6
-e0
-c0
+79
+3f
+fe
 01
-02
-ef
-c0
+79
+20
+7e
 03
-82
-e8
-c0
+79
+3f
+fe
 04
+60
+10
+80
+81
+58
+00
+00
+00
+60
 02
-f7
+01
+f5
+68
+10
+80
+7f
+79
+3f
+fe
+00
+60
+10
+80
+7f
 20
 60
 00
 00
+20
+40
+03
+63
+20
+40
+44
+23
 68
+01
+47
+78
+d8
+40
+aa
+55
+98
+46
+7c
 00
-c7
-7a
-c0
-ff
-84
-f9
+20
+22
+83
+54
+60
+09
+47
+78
+20
+40
+44
+1c
 68
 00
 c6
@@ -3168,250 +3208,50 @@
 00
 c7
 7a
-20
-20
-04
-f9
-58
-00
-08
-06
-20
-40
-64
-14
-1f
-e1
-fe
-08
-1f
-ed
-7e
-00
-1f
-e0
-fe
-06
-20
-20
-64
-13
-70
-11
-c7
-80
-20
-20
-07
-6a
 68
 02
-46
-d3
-c4
-0f
-80
-00
-68
-10
-80
-78
-79
-20
-7e
-05
-60
-10
-80
-78
-20
-40
-03
-2a
-68
-10
-80
-78
-79
-3f
-fe
-05
-60
-10
-80
-78
-20
-60
-00
-00
-68
-08
-c6
-f7
-20
-40
-67
-fb
-68
-08
-c6
-f7
-20
-40
-68
-1d
-70
-46
-f6
-03
-20
-60
-80
-00
-70
-46
-f6
-00
-20
+4b
+4c
 60
-00
-00
-68
-08
-cb
+02
 47
-20
-20
-68
-25
-70
-80
-86
-40
-70
-80
-87
-00
-68
-10
-80
-81
-79
-3f
-fe
-00
-79
-3f
-fe
-01
-79
-20
-7e
-03
-79
-3f
-fe
-04
-60
-10
-80
-81
-58
-00
-00
-00
+7b
 60
 02
-01
-f5
-68
-10
-80
-7f
-79
-3f
-fe
-00
-60
-10
-80
-7f
-20
-60
-00
-00
+4c
+6f
 20
 40
 03
-90
-20
-40
-44
-23
-68
-01
-47
-78
-d8
-40
-aa
-55
-98
-46
-7c
-00
-20
-22
-83
-80
-60
-09
-47
-78
-20
-40
-44
-1c
-68
-00
-c6
-e1
-60
-00
-c7
-7a
+63
 20
 40
 03
-90
+34
 20
 40
 03
-5f
+4b
 20
 40
 03
-77
-20
 40
-03
-63
 20
 40
 03
-6e
+37
 20
 40
 03
-34
+09
 d8
 40
 00
-03
+07
 da
 20
-47
-c4
+4b
+70
 da
 40
 00
@@ -3427,35 +3267,23 @@
 20
 40
 03
-63
-20
 40
-03
-6e
 20
 40
 03
-88
-20
-20
-02
-d6
-d8
-40
-00
-04
-da
+37
 20
-4c
-5f
-da
 40
-00
+03
 5b
+70
+42
+12
+76
 20
-60
-00
-00
+20
+3d
+36
 68
 01
 c7
@@ -3468,10 +3296,42 @@
 40
 65
 2a
+58
+01
+86
+a0
+20
+40
+2a
+8f
 20
+40
+65
+0b
+58
+00
+01
+fa
+60
+11
+00
+8c
+58
+00
+00
+05
 20
+40
+64
+f3
+c2
+80
 03
-6e
+37
+20
+60
+00
+00
 1f
 e2
 26
@@ -3495,7 +3355,7 @@
 60
 02
 4b
-49
+47
 1a
 62
 7e
@@ -3507,7 +3367,7 @@
 68
 02
 4b
-49
+47
 e2
 42
 00
@@ -3517,42 +3377,6 @@
 00
 00
 58
-01
-86
-a0
-20
-40
-2a
-8f
-20
-40
-65
-0b
-58
-00
-01
-fa
-60
-11
-00
-8c
-58
-00
-00
-05
-20
-40
-64
-f3
-c2
-80
-03
-6e
-20
-60
-00
-00
-58
 00
 47
 7f
@@ -3579,11 +3403,11 @@
 20
 40
 03
-90
+63
 20
 40
 03
-77
+4b
 20
 20
 65
@@ -3591,15 +3415,11 @@
 20
 40
 03
-7d
-20
-40
-05
-7a
+51
 20
 40
-05
-81
+03
+6d
 20
 40
 43
@@ -3615,7 +3435,7 @@
 60
 02
 4c
-5f
+6f
 20
 60
 00
@@ -3627,7 +3447,7 @@
 20
 40
 03
-34
+09
 20
 40
 69
@@ -3639,7 +3459,7 @@
 da
 20
 4b
-49
+47
 68
 08
 8a
@@ -3659,37 +3479,97 @@
 20
 20
 03
-89
+5c
+70
+4b
+75
+5a
 20
-40
-7f
-e7
-58
-00
-ff
-ff
-e8
-c9
-00
+60
 00
-98
-46
-7c
 00
-24
-42
+70
+4b
+69
+01
+70
+4b
+68
+01
+70
+4b
+75
 ff
-e9
-c2
-00
+68
 03
-94
+4d
+8c
+60
+03
+44
+a0
 20
 60
 00
 00
 20
 40
+03
+63
+d8
+40
+00
+07
+da
+20
+4b
+70
+da
+40
+00
+5f
+68
+01
+c7
+00
+9a
+40
+fe
+00
+20
+20
+65
+62
+68
+00
+c2
+41
+c2
+81
+01
+f1
+68
+02
+4b
+4c
+60
+02
+4c
+6f
+20
+40
+03
+24
+70
+11
+c6
+41
+20
+20
+07
+6f
+20
+40
 44
 01
 68
@@ -3702,7 +3582,7 @@
 00
 70
 4d
-77
+87
 01
 58
 00
@@ -3711,7 +3591,7 @@
 60
 01
 4d
-78
+88
 20
 60
 00
@@ -3723,11 +3603,11 @@
 d8
 a0
 48
-0d
+0a
 20
 40
 03
-a8
+8a
 d8
 c0
 19
@@ -3735,7 +3615,7 @@
 20
 40
 03
-a8
+8a
 d8
 c0
 1a
@@ -3743,7 +3623,7 @@
 20
 40
 03
-a8
+8a
 d8
 c0
 1b
@@ -3759,7 +3639,7 @@
 d8
 c0
 48
-0d
+0a
 d8
 a0
 18
@@ -3767,7 +3647,7 @@
 20
 40
 03
-a8
+8a
 d8
 a0
 19
@@ -3775,7 +3655,7 @@
 20
 40
 03
-a8
+8a
 d8
 a0
 1a
@@ -3783,7 +3663,7 @@
 20
 40
 03
-a8
+8a
 d8
 a0
 1b
@@ -3791,45 +3671,113 @@
 20
 20
 03
-a8
+8a
+70
+41
+72
+00
+70
+4b
+43
+1e
 20
-40
-58
-92
-24
-7a
+60
 00
 00
 68
 00
 cb
-6b
-c0
-7f
-83
-ba
-68
-00
-c6
-c5
-1f
-e1
-7e
-03
+42
 c1
-81
+80
 80
 00
-68
+58
 00
-c7
-9e
-20
-5a
-04
-10
-68
-02
+00
+00
+60
+00
+cb
+42
+60
+02
+46
+9b
+20
+20
+03
+d7
+20
+40
+03
+32
+da
+60
+4b
+b2
+20
+40
+02
+e6
+68
+00
+c7
+7a
+c0
+ff
+85
+11
+68
+00
+c6
+e1
+60
+00
+c7
+7a
+20
+20
+05
+11
+20
+40
+58
+92
+24
+7a
+00
+00
+68
+00
+cb
+75
+c0
+7f
+83
+ad
+68
+00
+c6
+c5
+1f
+e1
+7e
+03
+c1
+81
+80
+00
+68
+00
+c7
+9e
+20
+5a
+03
+d5
+68
+02
 46
 d3
 c2
@@ -3847,15 +3795,15 @@
 20
 40
 03
-c7
+95
 20
 40
 03
-ca
+98
 20
 40
 03
-e6
+d0
 da
 20
 46
@@ -3867,47 +3815,11 @@
 20
 54
 03
-d5
-20
-60
-00
-00
-70
-41
-72
-00
-70
-4b
-63
-1e
+bf
 20
 60
 00
 00
-68
-00
-cb
-62
-c1
-80
-80
-00
-58
-00
-00
-00
-60
-00
-cb
-62
-60
-02
-46
-9b
-20
-20
-02
-e0
 70
 47
 a2
@@ -3955,7 +3867,7 @@
 20
 34
 03
-dd
+c7
 20
 60
 00
@@ -4006,16 +3918,32 @@
 00
 70
 48
-09
+06
 01
 70
 48
+07
 0a
-02
 20
 60
 00
 00
+70
+47
+9e
+01
+20
+40
+58
+14
+70
+4a
+fe
+01
+20
+20
+02
+d3
 20
 77
 00
@@ -4042,8 +3970,8 @@
 9e
 20
 5a
-04
-10
+03
+d5
 68
 02
 46
@@ -4067,27 +3995,27 @@
 20
 40
 03
-c7
+95
 20
 40
 03
-ca
+98
 20
 40
 03
-e6
+d0
 68
 00
 cb
-06
+03
 c0
 00
 83
-ff
+ed
 68
 00
 cb
-0d
+0a
 20
 7a
 00
@@ -4103,7 +4031,7 @@
 60
 00
 cb
-07
+04
 68
 00
 c6
@@ -4155,7 +4083,7 @@
 68
 02
 cb
-07
+04
 e0
 a2
 80
@@ -4164,18 +4092,6 @@
 60
 00
 00
-70
-47
-9e
-01
-20
-40
-58
-14
-20
-20
-02
-e0
 20
 40
 7e
@@ -4183,7 +4099,7 @@
 20
 40
 04
-16
+01
 20
 20
 3e
@@ -4195,7 +4111,7 @@
 20
 40
 05
-51
+6b
 68
 08
 c6
@@ -4207,11 +4123,11 @@
 20
 20
 84
-24
+0f
 20
 40
 05
-5a
+66
 68
 00
 c6
@@ -4247,7 +4163,7 @@
 20
 40
 05
-5a
+66
 20
 20
 3d
@@ -4259,31 +4175,31 @@
 c0
 0a
 04
-37
+22
 c0
 0a
 84
-41
+36
 c0
 14
 84
-44
+39
 c0
 19
 04
-46
+3b
 c0
 20
 04
-48
+3d
 c0
 02
 04
-4a
+3f
 c0
 09
 84
-4a
+3f
 c0
 0c
 b3
@@ -4291,87 +4207,127 @@
 c0
 10
 84
-4e
+43
 c0
 00
 84
-50
+45
 c0
 01
 04
-56
+51
 c0
 15
 84
-5a
+54
 c0
 1c
 84
-5c
+56
 c0
 1d
 04
-62
+5a
 c0
 1e
 04
-64
+5d
 20
 20
 41
 7d
 20
 40
-02
-e0
+03
+d7
 20
 40
-34
-10
-70
-47
-c6
+41
+c3
+58
+00
+00
+00
+60
 01
-70
+cb
+68
+68
+03
 4b
-6a
-01
+4c
 68
+0b
+47
+22
+98
+46
+7c
 00
-c7
-a1
 24
-3a
-04
-3e
-70
-4b
-6f
-14
+42
+83
+65
 20
 40
+34
+10
+70
+4b
+76
+01
+68
+00
+c7
+a1
+24
+3a
 04
-cb
+2f
+70
+4b
+6d
+14
+70
+4b
+77
+00
+70
+4b
+6c
+00
+70
+4b
+6f
+01
+70
+4b
+78
+00
+70
+4b
+6b
+00
 20
 40
-03
-d0
+01
+f3
 20
 20
-41
-c3
+03
+ba
 20
 40
 04
-6c
+63
 70
 11
-c7
+c6
 a2
 20
 20
 07
-6a
+6f
 70
 0a
 99
@@ -4382,188 +4338,224 @@
 8f
 70
 11
-c7
+c6
 b3
 20
 20
 07
-6a
+6f
 70
 11
-c7
+c6
 a1
 20
 20
 07
-6a
+6f
 70
 11
-c7
+c6
 a3
 20
 20
 07
-6a
+6f
 70
 11
-c7
-b5
+c6
+70
 20
 20
 07
-6a
+6f
 70
 11
-c7
+c6
 b1
 20
 20
 07
-6a
-70
-47
-c6
-01
+6f
 20
 40
-02
-e0
+04
+98
 20
 40
-04
+03
+d7
+58
+00
+00
+00
+60
+01
 cb
+68
+70
+4b
+76
+01
+70
+4b
+77
+00
+70
+4b
+78
+00
+70
+4b
+6b
+00
 20
 40
-04
-f4
+01
+f3
+20
+40
+05
+02
 70
 48
-0c
+09
 00
 20
 20
 42
 ca
 20
-00
-2e
-e0
-20
 40
 04
-6c
+63
 70
 11
-c7
+c6
 b4
 20
 20
 07
-6a
+6f
 70
 11
-c7
+c6
 b2
 20
 20
 07
-6a
-68
-00
-c2
-41
-79
+6f
 20
+40
+03
 7e
-02
-60
-00
-c2
-41
 20
 40
-02
-e0
+03
+d7
 70
 11
-c7
-92
+c6
+50
 20
 20
 07
-6a
+6f
+20
+40
+04
+63
 70
 11
-c7
-c0
+c6
+51
 20
 20
 07
-6a
-68
-00
-c2
-41
-79
+6f
 20
-7e
-02
-60
-00
-c2
-41
+40
+03
+d7
 70
 11
-c7
-c1
+c6
+52
 20
 20
 07
-6a
+6f
 20
 40
 04
-6c
+63
 70
 11
-c7
-a4
+c6
+a0
 20
 20
 07
-6a
+6f
 68
 00
-cb
-01
+ca
+fe
 20
 7a
 00
 00
 70
-4b
-01
+4a
+fe
 00
 20
+40
+02
+d3
+58
+00
+00
+06
 20
-03
-18
+40
+64
+14
+1f
+e1
+fe
+08
+1f
+ed
+7e
+00
+1f
+e0
+fe
+06
+20
+20
+64
+13
 20
 40
 04
-ce
+81
+20
+40
+05
+05
 20
 40
 04
-a4
+d1
 20
 40
 04
-bf
+fb
 20
 40
 04
-a9
+d6
 20
 40
 42
@@ -4571,27 +4563,31 @@
 20
 40
 04
-9d
+9f
 20
 40
 04
-89
+a6
 20
 40
 04
-86
+ba
 20
 40
 04
-8f
+c0
 20
 40
 04
-95
+c3
 20
 40
 04
-7e
+cb
+20
+40
+04
+b2
 20
 40
 42
@@ -4599,143 +4595,155 @@
 20
 40
 04
-81
+b5
+20
+40
+04
+7e
 20
 20
 42
 3a
 da
 60
-48
-0c
+4b
+77
 da
 40
-63
-7a
+02
+c2
 20
 20
 33
 6d
+68
+00
+cb
+68
+20
+7a
+00
+00
 da
 60
 4b
-0c
+69
 da
 40
 04
-84
+86
 20
 20
 33
 6d
 70
 4b
-0d
+69
+01
+68
+00
+cb
+6a
+1f
+e0
+fe
+01
+1f
+e1
+7e
 01
-20
 60
 00
+cb
+6a
+c0
 00
-da
-60
-46
-c6
-da
-40
-3d
+04
+9a
+68
+03
+4b
+62
 60
+03
+44
+a0
 20
-20
-33
-6d
-da
-60
-46
-ae
-da
 40
 04
-8c
-20
+90
 20
-33
-74
-68
-00
-cb
-31
-24
-7a
-00
-00
 20
+7d
+f4
+70
+43
+6f
+1f
+70
+43
+8f
+1f
 20
-42
-66
-da
-60
-4b
-63
-da
 40
 04
-92
-20
+98
+d8
+c0
+4b
+10
+d8
+a0
+43
+7b
+df
 20
-33
-6d
-68
-00
-c7
-c8
-60
 00
-c1
-72
+13
 20
+40
+7f
+01
 20
-04
-a2
-68
-00
-cb
-6a
 20
-7a
-00
+57
+b8
+d8
+e0
 00
-da
-60
-4b
-6f
-da
-40
-04
-9a
+07
 20
 20
-33
-6d
-68
+43
+ce
+70
+43
+6f
 00
-cb
 70
-24
-7a
+43
+8f
 00
+d8
+e0
 00
+07
+20
+40
+43
+d2
 20
 20
-5b
-f5
+03
+69
 da
 60
 4b
-64
+44
 da
 40
 04
-a0
+a2
 20
 20
 33
@@ -4747,10 +4755,10 @@
 60
 01
 cc
-66
+76
 70
 4b
-62
+42
 01
 20
 60
@@ -4758,167 +4766,191 @@
 00
 da
 60
-48
-0a
+4d
+93
 da
 40
 04
-a7
+a9
 20
 20
 33
-6d
+74
 70
-48
-09
+4d
+92
+01
+68
 00
+cb
+68
+24
+3a
+04
+ad
 20
 60
 00
 00
-20
-40
-05
+70
+4d
+93
+01
+68
+00
+cb
 2f
-c0
-03
-84
-ae
-20
-40
-43
-a9
-d8
-e0
+24
+7a
+00
 00
-09
-20
-20
-43
-d2
 70
-47
-a0
-28
-20
-40
-04
-b1
-20
+4d
+93
+00
 20
-43
-b0
-da
 60
-46
+00
+00
 da
+60
+48
+09
 da
 40
-04
-b4
+63
+7a
 20
 20
 33
 6d
-68
-02
-46
-d3
-c3
-84
-80
-00
-68
+da
+60
+4b
+09
+da
+40
+04
+b8
+20
+20
+33
+6d
+70
+4b
+0a
 01
-46
-82
-2f
-ef
-fe
-0b
 20
+60
+00
+00
+da
+60
+46
+ae
+da
 40
-c2
-d4
-68
+04
+bd
+20
+20
+33
+74
+70
+4b
+78
 01
-46
-82
-2f
-ef
-fe
-07
 20
 40
-c3
-92
-d8
-e0
-00
-09
+04
+ea
 20
+20
+04
+df
+da
+60
+46
+c6
+da
 40
-43
-ce
+3d
+60
 20
 20
-43
-b8
+33
+6d
 68
 00
 cb
-31
-24
+6f
+20
 7a
 00
 00
+da
+60
+4b
+6d
+da
+40
+04
+c8
+20
+20
+33
+6d
 68
 00
-c7
-9f
-20
+cb
+6e
+24
 7a
 00
 00
+20
+20
+5b
+f5
 da
 60
-47
-a0
+4b
+43
 da
 40
 04
-c6
+ce
 20
 20
 33
 6d
-70
-47
-9f
+68
 00
+c7
+c5
+60
+00
+c1
+72
 20
 20
-34
-0a
-70
-47
-9f
-01
-70
-47
-a0
-28
-20
+04
+a4
+da
 60
-00
-00
-70
-47
-9f
-00
+48
+07
+da
+40
+04
+d4
+20
+20
+33
+6d
 70
-47
-a0
+48
+06
 00
 20
 60
@@ -4926,196 +4958,240 @@
 00
 68
 00
-cb
-27
+c6
+b6
 20
-7a
-00
-00
-68
-00
-cb
-2a
+3a
+04
+e2
+20
+40
+05
+45
 c0
-00
+03
 84
-d3
-20
-60
-00
-00
+e2
 68
 00
-cb
-2d
-1f
-e0
-ff
-ff
+c6
+85
 60
 00
-cb
-2d
-24
-7a
-00
-00
+c6
+da
 68
 00
-cb
-2c
-60
-00
-cb
-2d
-68
+c6
+db
+c1
 00
-cb
-29
-c0
+80
 00
-84
-e4
-c0
+70
+46
+db
+01
+d8
+e0
 00
-04
-dd
+09
 20
-60
-00
-00
+40
+43
+d2
+20
+20
+43
+ca
 70
-4b
-29
-01
-68
-08
-cb
+47
+a0
 28
 20
 40
-68
-0e
-68
-08
-cb
-28
+04
+e5
 20
 20
-68
-29
-58
-00
-00
-00
-60
-01
-cb
-2d
+43
+b0
+da
+60
+46
+da
+da
+40
+04
+e8
+20
+20
+33
+6d
 68
 00
 cb
-2e
+68
 24
 3a
 04
-e8
-70
-4b
-27
-00
-70
-4b
-2a
-00
-70
-4b
-2f
-00
-70
-4b
-29
-00
-68
-08
-cb
+f8
 28
-79
-3f
+0f
+fe
+26
+20
+40
 84
-07
+f6
+68
+00
+cb
+76
+1f
+e6
+7c
+ff
 20
+42
+84
+f6
 20
+40
+04
+90
 68
-06
-70
-4b
-31
+01
+46
+82
+2f
+ef
+fe
+07
+20
+40
+c3
+92
+d8
+e0
 00
+09
+20
+40
+43
+ce
+20
+20
+43
+b8
 70
 4b
-2c
-02
-70
-4b
-2e
+6c
 01
-70
-4b
-2d
-02
-70
-4b
-27
+20
+60
+00
+00
+68
 01
-70
-4b
-2a
+46
+87
+60
 01
+46
+ac
 20
 60
 00
 00
 68
 00
-cb
-2f
-24
+c7
+9f
+20
 7a
 00
 00
-68
-00
-cb
-31
-24
-7a
+da
+60
+47
+a0
+da
+40
+05
 00
+20
+20
+33
+6d
+70
+47
+9f
 00
 20
 20
-04
-e2
+34
+0a
+70
+47
+9f
+00
+70
+47
+a0
+00
+20
+60
+00
+00
 68
 00
 c6
-e0
-c0
-03
+ac
+20
+7a
+00
+00
+c2
+81
 05
 09
-c0
-03
-85
-09
-c0
-01
+20
+20
 05
-19
-c0
-04
-04
-fe
+0d
+68
+08
+cb
+25
+20
+40
+68
+0e
+68
+08
+cb
+25
+20
+20
+68
+25
+68
+08
+cb
+25
+20
+40
+68
+0e
+68
+08
+cb
+25
+20
+20
+68
+29
 68
 00
 c7
@@ -5127,7 +5203,7 @@
 20
 42
 85
-05
+1e
 68
 00
 c7
@@ -5135,15 +5211,39 @@
 c0
 00
 05
-07
+20
 c0
 01
-bd
-8c
+85
+26
+68
+00
+c6
+e0
+c0
+03
+05
+2c
+c0
+03
+85
+2c
+c0
+01
+05
+32
+68
+00
+c7
+81
+60
+00
+c6
+b5
 20
 20
 3d
-88
+c1
 70
 47
 7a
@@ -5154,108 +5254,104 @@
 00
 68
 00
-c7
-7f
-20
-20
+c6
+e0
+c0
+03
 05
-11
-68
+2e
+c0
+03
+85
+2e
+c0
+01
+05
+35
+68
 00
 c7
-7a
-1f
-e6
-7c
-01
+7f
+20
 20
-42
-85
 05
+1c
 68
 00
-c7
-7a
+c6
+e0
 c0
-00
+03
 05
-13
+30
 c0
-01
+03
 85
-16
+30
+c0
+01
+05
+37
 68
 00
 c7
-81
-1f
-e0
-ff
-ff
-60
+82
+20
+20
+05
+1c
+68
 00
-c6
-b5
+cb
+38
 20
 20
-3d
-c1
+05
+1c
 68
 00
-c7
-7f
-1f
-e0
-ff
-ff
+cb
+36
 20
 20
 05
-11
+1c
+68
+00
+cb
+39
+20
+20
+05
+1c
 68
 00
 c7
-82
+81
 1f
 e0
-ff
-ff
+fe
+02
 20
 20
 05
-11
+1c
 68
 00
 c7
-7a
+7f
+20
 20
-5a
-05
 05
+33
 68
 00
 c7
-7a
-c0
-00
-bd
-88
-c0
-01
-85
-1f
+82
 20
 20
-3d
-8e
-58
-00
-00
 05
-20
-20
-3d
-be
+33
 78
 54
 7c
@@ -5271,43 +5367,35 @@
 20
 40
 05
-5f
+71
 20
 40
 40
 79
 20
 40
+40
+7e
+20
+40
 05
-2d
+43
 24
 34
-05
-2a
+07
+99
 20
 40
 07
-8b
+90
 20
 20
 3f
 a0
 20
 40
-07
-94
-70
-4b
-39
-00
-20
-60
-00
-00
-20
-40
 05
-2f
+45
 20
 20
 40
@@ -5319,11 +5407,11 @@
 20
 40
 05
-35
+4b
 20
 40
 05
-33
+49
 20
 20
 40
@@ -5331,11 +5419,11 @@
 20
 40
 05
-45
+5b
 20
 20
 05
-4b
+61
 68
 08
 c6
@@ -5343,7 +5431,7 @@
 20
 40
 05
-5a
+66
 68
 08
 c6
@@ -5363,7 +5451,7 @@
 20
 40
 05
-5a
+66
 68
 08
 c6
@@ -5383,7 +5471,7 @@
 20
 40
 05
-5a
+66
 68
 08
 c6
@@ -5407,7 +5495,7 @@
 20
 40
 05
-51
+6b
 68
 08
 c6
@@ -5423,7 +5511,7 @@
 20
 20
 05
-5a
+66
 68
 08
 c6
@@ -5431,7 +5519,7 @@
 20
 40
 05
-51
+6b
 68
 08
 c6
@@ -5444,13 +5532,9 @@
 20
 a2
 04
-20
-20
-05
-5a
 79
-3f
-84
+20
+04
 07
 d8
 a0
@@ -5461,17 +5545,13 @@
 68
 30
 79
-20
-04
+3f
+84
 07
-d8
-a0
-80
-7c
 20
-40
-68
-30
+20
+05
+6f
 79
 3f
 84
@@ -5479,9 +5559,9 @@
 d8
 a0
 80
-70
-20
+78
 20
+40
 68
 30
 79
@@ -5491,31 +5571,19 @@
 d8
 a0
 80
-78
-20
-40
-68
-30
-79
-3f
-84
-07
+7c
 20
 20
-05
-55
+68
+0a
 68
 00
 c6
 e0
 c0
-02
-05
-70
-c0
 04
 05
-65
+76
 20
 40
 3f
@@ -5574,16 +5642,8 @@
 00
 20
 40
-3f
-c0
-20
-20
-3f
-c8
-20
-40
-04
-cb
+05
+02
 28
 0f
 fe
@@ -5591,131 +5651,51 @@
 20
 40
 81
-aa
+f3
+70
+46
+b4
+00
+68
+00
+cb
+78
+20
+5a
+43
+86
+58
+00
+00
+00
+60
+01
+46
+b0
 20
 20
 42
-6d
+6f
 70
-11
-c7
-81
-20
-20
-07
-6a
+40
+91
+00
 70
 11
-c7
-50
+c6
+30
 20
 20
 07
-6a
+6f
 20
 40
 03
-90
-d8
-40
-00
-02
-da
-20
-47
-c4
-da
-40
-00
-5f
-68
-01
-c7
-00
-9a
-40
-fe
-00
-20
-20
-65
-62
-20
-40
-03
-90
-d8
-40
-00
-01
-da
-20
-47
-c6
-da
-40
-00
-61
-20
-20
-05
-7e
-d8
-a0
-43
-7b
-df
-20
-00
-13
-20
-40
-7f
-01
-20
-20
-57
-b8
-58
-00
-00
-00
-60
-01
-46
-ac
-20
-40
-02
-e0
-68
-00
-c0
-92
-2f
-ef
-fe
-01
-20
-40
-c2
-d4
-68
-00
-c0
-92
-2f
-ef
-fe
-00
-20
-40
-c2
 d7
 20
 20
-04
-f4
+42
+cb
 68
 00
 c5
@@ -5743,7 +5723,7 @@
 20
 40
 07
-0a
+0f
 20
 20
 53
@@ -5786,20 +5766,20 @@
 a3
 70
 11
-c7
-40
+c6
+20
 20
 20
 07
-6a
+6f
 70
 11
-c7
-41
+c6
+21
 20
 20
 07
-6a
+6f
 68
 00
 84
@@ -5807,11 +5787,11 @@
 c2
 82
 85
-c9
+c4
 20
 40
 07
-04
+01
 68
 00
 c7
@@ -5819,7 +5799,7 @@
 24
 3a
 05
-b3
+ae
 68
 00
 84
@@ -5827,7 +5807,7 @@
 c3
 02
 05
-b7
+b2
 68
 00
 82
@@ -5835,7 +5815,7 @@
 20
 3a
 05
-b7
+b2
 20
 20
 56
@@ -5863,7 +5843,7 @@
 c0
 82
 85
-ba
+b5
 70
 47
 8e
@@ -5875,7 +5855,7 @@
 20
 5a
 03
-d9
+c3
 20
 20
 56
@@ -5931,39 +5911,11 @@
 20
 40
 05
-bd
-68
-00
-cd
-70
-1f
-e6
-7c
-02
-24
-41
-07
-08
-68
-00
-cd
-70
-c1
-00
-00
-00
-1f
-e0
-ff
-ff
-60
-00
-cd
-70
+b8
 20
-60
-00
-00
+20
+07
+05
 68
 00
 c7
@@ -5987,7 +5939,7 @@
 70
 46
 c6
-01
+02
 20
 60
 00
@@ -6047,7 +5999,7 @@
 c0
 01
 85
-e8
+dc
 20
 20
 56
@@ -6058,12 +6010,44 @@
 db
 c0
 00
+05
+e0
+c0
+00
 85
-eb
+e7
 20
 20
 5c
 65
+20
+40
+5c
+7b
+68
+00
+cb
+61
+20
+7a
+00
+00
+68
+00
+c3
+d8
+60
+00
+c1
+72
+60
+00
+c7
+c5
+20
+60
+00
+00
 e8
 c2
 80
@@ -6091,11 +6075,11 @@
 c0
 02
 05
-f4
+f0
 c0
 03
 06
-20
+1c
 20
 20
 56
@@ -6107,7 +6091,7 @@
 20
 40
 05
-d2
+c6
 20
 40
 7e
@@ -6122,8 +6106,8 @@
 77
 c0
 08
-06
-03
+05
+ff
 1f
 ec
 84
@@ -6135,11 +6119,11 @@
 20
 21
 06
-11
+0d
 d8
 40
 47
-c9
+c6
 60
 09
 44
@@ -6219,7 +6203,7 @@
 c0
 05
 06
-13
+0f
 20
 20
 58
@@ -6235,7 +6219,7 @@
 c2
 81
 86
-1a
+16
 68
 01
 04
@@ -6263,7 +6247,7 @@
 24
 22
 86
-16
+12
 20
 40
 5a
@@ -6271,7 +6255,7 @@
 24
 34
 06
-16
+12
 20
 20
 59
@@ -6283,18 +6267,18 @@
 c0
 00
 86
-24
+20
 c0
 02
 86
-26
+22
 20
 20
 5a
-f6
+f5
 70
 4b
-70
+6e
 01
 20
 20
@@ -6302,12 +6286,12 @@
 09
 70
 11
-c7
+c6
 82
 20
 20
 07
-6a
+6f
 68
 00
 80
@@ -6319,7 +6303,7 @@
 20
 40
 06
-2e
+2a
 d8
 e0
 00
@@ -6359,7 +6343,7 @@
 20
 37
 06
-36
+32
 24
 36
 d8
@@ -6394,12 +6378,12 @@
 fb
 70
 11
-c7
-42
+c6
+22
 20
 20
 07
-6a
+6f
 68
 10
 80
@@ -6439,7 +6423,7 @@
 20
 40
 06
-4c
+48
 60
 18
 80
@@ -6478,12 +6462,12 @@
 00
 70
 11
-c7
+c6
 00
 20
 20
 07
-6a
+6f
 20
 40
 21
@@ -6519,7 +6503,7 @@
 c5
 05
 86
-61
+5d
 20
 40
 24
@@ -6527,11 +6511,11 @@
 24
 3a
 06
-5a
+56
 c5
 16
 86
-69
+66
 20
 20
 21
@@ -6556,10 +6540,14 @@
 3f
 80
 0b
-18
+68
+00
+80
+77
+98
 00
 08
-01
+00
 70
 00
 11
@@ -6567,7 +6555,7 @@
 20
 20
 06
-5a
+56
 68
 02
 01
@@ -6594,12 +6582,12 @@
 8f
 70
 11
-c7
-43
+c6
+23
 20
 20
 07
-6a
+6f
 68
 00
 80
@@ -6611,7 +6599,7 @@
 20
 40
 86
-75
+72
 20
 20
 24
@@ -6626,16 +6614,16 @@
 03
 20
 40
-85
-ca
+87
+05
 24
 40
 87
-04
+01
 20
 20
 07
-0a
+0f
 20
 40
 24
@@ -6687,7 +6675,7 @@
 20
 3a
 06
-89
+86
 68
 00
 c5
@@ -6795,7 +6783,7 @@
 20
 5a
 06
-a3
+a0
 20
 20
 2b
@@ -6814,20 +6802,20 @@
 00
 70
 11
-c7
-10
+c6
+01
 20
 20
 07
-6a
+6f
 70
 11
-c7
-11
+c6
+02
 20
 20
 07
-6a
+6f
 68
 00
 85
@@ -6839,7 +6827,7 @@
 c0
 09
 86
-ae
+ab
 20
 20
 5d
@@ -6849,20 +6837,20 @@
 5d
 cf
 70
-4b
-02
+4a
+ff
 01
 68
 00
 cb
-04
+01
 20
 7a
 00
 00
 70
 4b
-04
+01
 02
 20
 60
@@ -6887,42 +6875,42 @@
 c2
 83
 86
-bd
+ba
 c0
 01
 86
-bf
+bc
 c0
 18
 86
-c1
+be
 c0
 0b
 86
-c3
+c0
 20
 20
 60
 10
 70
 11
-c7
-20
+c6
+10
 20
 20
 07
-6a
+6f
 70
 11
-c7
-21
+c6
+11
 20
 20
 07
-6a
+6f
 70
 4b
-04
+01
 01
 20
 20
@@ -6930,7 +6918,7 @@
 c3
 70
 4b
-0c
+09
 04
 20
 20
@@ -6955,11 +6943,11 @@
 c0
 02
 06
-e7
+e4
 c0
 08
 06
-cc
+c9
 20
 20
 63
@@ -6975,7 +6963,7 @@
 c0
 00
 86
-d0
+cd
 20
 20
 63
@@ -6991,7 +6979,7 @@
 c2
 80
 06
-d4
+d1
 20
 20
 63
@@ -6999,7 +6987,7 @@
 68
 00
 cb
-04
+01
 c0
 00
 e3
@@ -7027,14 +7015,14 @@
 68
 00
 cb
-03
+00
 20
 7a
 00
 00
 70
 4b
-03
+00
 00
 68
 02
@@ -7059,14 +7047,14 @@
 24
 21
 06
-e5
+e2
 20
 20
 63
 49
 70
 4b
-03
+00
 01
 20
 60
@@ -7074,7 +7062,7 @@
 00
 70
 48
-0c
+09
 14
 20
 20
@@ -7099,15 +7087,15 @@
 c0
 0f
 86
-f1
+ee
 c0
 10
 06
-f4
+f1
 c0
 09
 06
-fe
+fb
 20
 20
 7d
@@ -7123,7 +7111,7 @@
 20
 20
 06
-f6
+f3
 70
 01
 85
@@ -7163,7 +7151,7 @@
 20
 20
 03
-4c
+24
 20
 40
 58
@@ -7178,11 +7166,11 @@
 bf
 70
 4d
-73
+83
 01
 70
 4d
-70
+80
 00
 20
 60
@@ -7191,7 +7179,7 @@
 68
 00
 cd
-70
+80
 1f
 e0
 fe
@@ -7199,14 +7187,46 @@
 60
 00
 cd
-70
+80
+20
+60
+00
+00
+68
+00
+cd
+80
+1f
+e6
+7c
+02
+24
+41
+07
+0d
+68
+00
+cd
+80
+c1
+00
+00
+00
+1f
+e0
+ff
+ff
+60
+00
+cd
+80
 20
 60
 00
 00
 70
 4d
-70
+80
 03
 20
 60
@@ -7230,16 +7250,16 @@
 00
 da
 20
-4c
-f9
+4d
+09
 20
 40
 02
-6e
+95
 60
 08
 cd
-71
+81
 58
 00
 00
@@ -7247,7 +7267,7 @@
 c5
 13
 07
-14
+19
 58
 00
 00
@@ -7259,11 +7279,11 @@
 24
 21
 07
-2c
+31
 68
 00
 cd
-70
+80
 1f
 e6
 7c
@@ -7271,15 +7291,15 @@
 24
 21
 07
-1c
+21
 68
 00
 cd
-70
+80
 c0
 00
 07
-2d
+32
 20
 60
 00
@@ -7287,19 +7307,19 @@
 68
 00
 cd
-70
+80
 c1
-90
+99
 00
 00
 70
 4d
-70
+80
 00
 68
 08
 cd
-71
+81
 58
 00
 00
@@ -7307,7 +7327,7 @@
 c5
 13
 07
-23
+28
 58
 00
 00
@@ -7323,11 +7343,11 @@
 68
 00
 cd
-73
+83
 c0
 00
 07
-34
+39
 1f
 e0
 ff
@@ -7335,11 +7355,11 @@
 60
 00
 cd
-73
+83
 c0
 00
 07
-34
+39
 70
 41
 de
@@ -7350,16 +7370,16 @@
 00
 70
 4d
-70
+80
 00
 68
 00
 cd
-73
+83
 c0
 01
 07
-32
+37
 1f
 e0
 fe
@@ -7367,11 +7387,11 @@
 60
 00
 cd
-73
+83
 c0
 00
 87
-2a
+2f
 70
 41
 de
@@ -7455,19 +7475,19 @@
 c0
 01
 07
-4e
+53
 c0
 02
 07
-53
+58
 c0
 10
 07
-62
+67
 20
 40
 07
-58
+5d
 70
 89
 55
@@ -7487,7 +7507,7 @@
 20
 40
 07
-5d
+62
 70
 89
 55
@@ -7507,7 +7527,7 @@
 20
 40
 07
-58
+5d
 70
 89
 55
@@ -7599,7 +7619,7 @@
 68
 08
 91
-c7
+c6
 18
 51
 84
@@ -7607,7 +7627,7 @@
 68
 00
 cb
-54
+52
 98
 46
 7c
@@ -7615,11 +7635,11 @@
 20
 22
 87
-89
+8e
 60
 08
 cb
-54
+52
 18
 40
 84
@@ -7635,7 +7655,7 @@
 68
 01
 cb
-55
+53
 98
 46
 7e
@@ -7643,7 +7663,7 @@
 68
 09
 cb
-58
+56
 98
 40
 fe
@@ -7655,15 +7675,15 @@
 60
 01
 cb
-5b
+59
 20
 40
 03
-90
+63
 68
 01
 cb
-5b
+59
 d8
 40
 01
@@ -7683,7 +7703,7 @@
 68
 0a
 4b
-5e
+5c
 98
 46
 7c
@@ -7691,11 +7711,11 @@
 24
 22
 87
-7a
+7f
 20
 40
-02
-d6
+03
+32
 58
 00
 1f
@@ -7723,7 +7743,7 @@
 68
 00
 91
-c7
+c6
 20
 20
 00
@@ -7739,31 +7759,31 @@
 20
 40
 07
-e0
+f0
 58
 00
 00
-03
+06
 20
 40
 07
-d3
+e3
 58
 00
 00
-02
+03
 20
 40
 07
-d9
+e9
 68
 00
 cb
-0e
+0b
 c0
 00
 87
-97
+9c
 df
 20
 00
@@ -7771,7 +7791,7 @@
 d8
 a0
 4b
-0e
+0b
 20
 20
 7e
@@ -7779,7 +7799,7 @@
 68
 01
 4b
-0f
+0c
 60
 01
 11
@@ -7795,7 +7815,7 @@
 20
 40
 07
-aa
+af
 68
 01
 11
@@ -7803,7 +7823,7 @@
 60
 01
 4b
-0f
+0c
 68
 01
 11
@@ -7815,7 +7835,7 @@
 68
 01
 4b
-11
+0e
 60
 01
 11
@@ -7831,7 +7851,7 @@
 20
 40
 07
-aa
+b7
 68
 01
 11
@@ -7839,7 +7859,7 @@
 60
 01
 4b
-11
+0e
 68
 01
 11
@@ -7864,6 +7884,58 @@
 40
 fe
 00
+68
+08
+cb
+be
+98
+40
+fe
+00
+1f
+e1
+04
+01
+60
+08
+cb
+be
+20
+20
+07
+bf
+68
+01
+11
+be
+68
+09
+11
+c0
+98
+40
+fe
+00
+68
+08
+cb
+bf
+98
+40
+fe
+00
+1f
+e1
+04
+01
+60
+08
+cb
+bf
+20
+20
+07
+bf
 60
 01
 91
@@ -7875,7 +7947,7 @@
 20
 20
 87
-b7
+c9
 68
 00
 91
@@ -7883,7 +7955,7 @@
 c0
 7f
 87
-be
+d0
 68
 00
 91
@@ -7911,7 +7983,7 @@
 c0
 00
 07
-bb
+cd
 68
 01
 91
@@ -7919,7 +7991,7 @@
 20
 20
 07
-b3
+c5
 70
 11
 c4
@@ -7931,7 +8003,7 @@
 20
 20
 07
-b3
+c5
 68
 00
 91
@@ -7939,7 +8011,7 @@
 20
 40
 07
-c9
+db
 60
 00
 91
@@ -7951,7 +8023,7 @@
 20
 3a
 07
-c7
+d9
 58
 00
 00
@@ -7975,33 +8047,21 @@
 20
 20
 07
-c4
-20
-40
-07
-cf
-1f
-e3
-7e
-00
-20
-40
-07
-d0
+d6
 1f
 e6
 7e
 00
 60
 00
-91
-c5
-20
-60
-00
+8a
+ae
+68
 00
+8a
+ae
 1f
-e6
+e3
 7e
 00
 60
@@ -8012,6 +8072,10 @@
 00
 8a
 ae
+1f
+e6
+7e
+00
 20
 60
 00
@@ -8023,7 +8087,7 @@
 24
 21
 07
-de
+ee
 9a
 46
 7c
@@ -8031,10 +8095,10 @@
 24
 21
 07
-de
+ee
 70
 4b
-0e
+0b
 00
 20
 60
@@ -8059,10 +8123,10 @@
 20
 20
 07
-d7
+e7
 70
 4b
-0e
+0b
 01
 20
 60
@@ -8075,7 +8139,7 @@
 20
 40
 07
-e7
+f7
 1f
 e2
 22
@@ -8087,7 +8151,7 @@
 20
 40
 07
-e7
+f7
 1f
 e2
 24
@@ -8107,7 +8171,7 @@
 c0
 7f
 87
-ed
+fd
 68
 00
 91
@@ -8131,9 +8195,9 @@
 20
 20
 07
-eb
-70
-37
+fb
+16
+16
 aa
 55
 08
@@ -8141,7 +8205,7 @@
 75
 41
 8f
-1a
+1f
 ce
 00
 0a
@@ -8177,12 +8241,12 @@
 40
 12
 00
+80
 00
-02
 12
 00
+80
 00
-02
 aa
 55
 02
@@ -8200,7 +8264,7 @@
 20
 00
 00
-40
+80
 aa
 55
 04
@@ -8215,7 +8279,7 @@
 55
 01
 00
-74
+84
 4d
 00
 aa
@@ -8372,7 +8436,7 @@
 55
 01
 00
-c8
+c5
 47
 20
 aa
@@ -8382,7 +8446,7 @@
 d5
 46
 0a
-c1
+00
 aa
 55
 01
@@ -8396,8 +8460,8 @@
 00
 a0
 40
-15
-20
+ab
+51
 17
 01
 20
@@ -8511,7 +8575,7 @@
 55
 14
 00
-13
+10
 4b
 06
 ff
@@ -8526,7 +8590,7 @@
 54
 35
 2e
-30
+32
 20
 4d
 6f
@@ -8546,7 +8610,7 @@
 54
 35
 2e
-30
+32
 20
 4d
 6f
@@ -8564,7 +8628,7 @@
 54
 35
 2e
-30
+32
 20
 4d
 6f
@@ -8608,9 +8672,9 @@
 00
 a0
 44
-8e
-b1
-3a
+8d
+50
+34
 0e
 8e
 ed
@@ -8643,15 +8707,15 @@
 00
 87
 46
-b0
-04
+08
+07
 aa
 55
 04
 00
 a8
 46
-96
+50
 00
 70
 17
@@ -8659,7 +8723,7 @@
 55
 01
 00
-47
+45
 4b
 0a
 aa
@@ -8687,13 +8751,6 @@
 55
 01
 00
-33
-4b
-01
-aa
-55
-01
-00
 d2
 46
 02
@@ -8706,6 +8763,26 @@
 02
 aa
 55
+02
+00
+2d
+42
+01
+32
+aa
+55
+06
+00
+09
+47
+a4
+01
+18
+01
+40
+01
+aa
+55
 19
 00
 e0
@@ -8777,7 +8854,7 @@
 55
 04
 00
-3b
+36
 4b
 00
 01
@@ -8785,9 +8862,9 @@
 03
 aa
 55
-26
+42
 00
-73
+7a
 4b
 09
 5a
@@ -8800,7 +8877,7 @@
 a0
 41
 a1
-41
+12
 a5
 84
 a7
@@ -8814,6 +8891,7 @@
 09
 00
 ff
+ff
 09
 5a
 5b
@@ -8827,12 +8905,7 @@
 09
 00
 ff
-aa
-55
-0f
-00
-a2
-4b
+ff
 09
 5a
 06
@@ -8848,12 +8921,7 @@
 09
 00
 ff
-aa
-55
-09
-00
-99
-4b
+ff
 06
 80
 09
@@ -8863,6 +8931,7 @@
 09
 00
 ff
+ff
 aa
 55
 02
@@ -8882,7 +8951,7 @@
 55
 40
 00
-c9
+c6
 47
 25
 00
@@ -8952,35 +9021,35 @@
 55
 01
 00
-7d
+8d
 4c
 01
 aa
 55
 01
 00
-38
+48
 4c
 01
 aa
 55
 01
 00
-7c
+8c
 4c
 04
 aa
 55
 01
 00
-73
+83
 4c
 00
 aa
 55
 02
 00
-3a
+4a
 4c
 c0
 12
@@ -8988,7 +9057,7 @@
 55
 03
 00
-5c
+6c
 4c
 19
 19
@@ -8997,7 +9066,7 @@
 55
 10
 00
-48
+58
 4c
 00
 13
@@ -9019,14 +9088,14 @@
 55
 01
 00
-47
+57
 4c
 ff
 aa
 55
 04
 00
-43
+53
 4c
 20
 15
@@ -9036,7 +9105,7 @@
 55
 06
 00
-7c
+8c
 4d
 0f
 0f
@@ -9064,18 +9133,26 @@
 55
 03
 00
-66
+76
 4c
+80
+4f
+12
+aa
+55
+02
+00
+bc
+4b
+04
 00
-48
-60
 aa
 55
 08
 00
 20
 47
-ff
+01
 ff
 ff
 ff
@@ -9085,7 +9162,40 @@
 ff
 aa
 55
-03
+01
+00
+76
+4b
+ff
+aa
+55
+01
+00
+75
+4b
+ff
+aa
+55
+01
+00
+72
+4b
+ff
+aa
+55
+06
+00
+4c
+4b
+ff
+ff
+ff
+ff
+ff
+ff
+aa
+55
+03
 00
 00
 47
@@ -9110,48 +9220,35 @@
 55
 01
 00
-8e
-47
-03
+b6
+46
+01
 aa
 55
-06
+01
 00
-4e
-4b
-ff
-ff
-ff
-ff
-ff
-ff
+8e
+47
+03
 aa
 55
 01
 00
-28
+25
 4b
 1d
 aa
 55
-02
-00
-2b
-4b
-14
-03
-aa
-55
 01
 00
-c6
-47
+79
+4b
 ff
 aa
 55
 04
 00
-54
+52
 4b
 ff
 00
@@ -9161,7 +9258,7 @@
 55
 04
 00
-5e
+5c
 4b
 20
 20
@@ -9171,9 +9268,9 @@
 55
 03
 00
-55
+53
 4b
-e0
+41
 30
 00
 ff
@@ -9182,121 +9279,121 @@
 00
 40
 c0
-60
+58
+80
+06
+c0
+59
 00
-04
+0c
 c0
-60
+59
 80
-13
+11
+c0
+5a
+00
+19
 20
 60
 00
 00
-20
-40
-04
-6c
-70
-4d
-77
+68
 00
-20
-40
-02
-be
-20
-40
+c8
+08
+c1
 01
-aa
+00
+00
+1f
+e0
+fe
+01
+60
+00
+c8
+08
 70
 41
-bd
-00
+e3
+12
+20
+20
+34
+0e
 68
 00
-c2
-41
-c2
+c8
+08
+c1
 81
+00
+00
+70
+48
+08
+00
+70
+41
+e3
+0e
+20
+20
 34
-0a
+0e
 68
 00
-cb
-6b
+c7
+a1
 c0
-7f
+00
 80
-12
+15
+70
+46
+c6
+14
 20
-40
-03
-42
-df
 20
 00
-03
-d8
-c0
-47
-22
+17
 20
 40
-03
-92
-20
-34
 04
-c8
+39
+70
+46
+c6
+0a
+d8
+e0
+00
+01
 20
 20
-02
-b7
+41
+b9
+70
+4a
+ff
+00
 70
 4b
-69
 01
-20
-40
-04
-cb
-20
-40
-02
-e0
-20
-40
-3f
-8d
-68
-02
-4d
-7c
-68
-0a
-4c
-5f
-98
-46
-7c
 00
-20
-22
-80
-1c
 70
-47
-c6
-02
+4b
+0a
+00
 20
 40
-43
-66
+03
+24
 20
 20
-03
-4c
+41
+d9
 00
 00
 00
@@ -9438,152 +9535,239 @@
 00
 40
 c0
-58
-80
-07
-c0
-59
+50
 00
-0d
+2b
 c0
-59
+50
 80
-12
+06
 c0
-5a
+51
 00
-19
+1b
 c0
-5a
+51
 80
-1e
+14
 20
 60
 00
 00
 68
-00
-c8
-0b
-c1
 01
+45
+09
+c1
 00
 00
-1f
-e0
-fe
-01
-60
 00
-c8
-0b
-70
+68
+00
+84
 41
-e3
-12
-20
+1f
+eb
+7e
+00
+1f
+e6
+7c
+0c
 20
-34
-0e
-68
+21
 00
-c8
-0b
-c1
-81
+12
+58
 00
 00
+09
+60
+01
+44
+96
+60
+01
+44
+98
+20
+40
+04
+39
 70
-48
-0b
+47
+c4
+01
+20
+60
+00
 00
 70
-41
-e3
-0e
+4b
+61
+01
 20
 20
-34
-0e
+05
+e3
 68
+01
+46
+82
+c3
+86
 00
-c7
-a1
-c0
 00
+c3
+83
+00
+00
+c3
+85
 80
-15
-20
-20
 00
-17
-20
-40
-04
-44
-70
+68
+02
 46
-c6
-05
-d8
-e0
+d3
+c3
+82
+80
 00
-01
 20
 20
-41
-b9
+33
+a7
 70
 4b
-02
+6f
+00
+58
+00
 00
+07
+60
+01
+44
+96
+60
+01
+44
+98
 70
-4b
-04
+47
+c4
 00
 70
-4b
-0d
+47
+9e
 00
 20
 40
 03
-4c
+ba
 20
+40
+58
+16
 20
+40
 41
 d9
-58
+20
+40
+03
+24
+68
 00
+cb
+6b
+20
+7a
 00
-01
+00
+68
+03
+4b
+62
 60
 03
-00
+44
+a0
+20
 40
-70
+04
+90
+20
+20
+7d
+f4
+68
+12
 01
-85
-33
-70
-4b
-6b
-ff
+38
+79
+20
+7e
+1a
+60
+12
+00
+4c
 20
 40
-42
-fb
-70
-47
+2c
 21
-ff
 20
+40
+74
+bd
+20
+40
+44
+82
 20
+40
 03
-4c
-00
+24
+20
+40
+3e
+9f
+20
+40
 00
+ec
+20
+40
+03
+5b
+68
+10
+80
+81
+1f
+e1
+7e
+f7
+60
+10
+80
+81
+68
+10
+80
+7f
+79
+20
+7e
 00
+60
+10
+80
+7f
+20
+60
 00
 00
 00
@@ -9602,21 +9786,190 @@
 00
 00
 00
+20
+20
 00
+40
+c0
+48
 00
+04
+c0
+48
+80
+1e
+20
+60
 00
 00
+68
 00
+cc
+4c
+c0
 00
+ff
+e7
+68
 00
+cc
+57
+c0
 00
+80
+0b
+c0
+01
 00
+0e
+c0
+01
+80
+11
+20
+20
+2a
+8c
+70
+4c
+57
+11
+70
+11
+9e
+aa
+20
+20
+00
+13
+70
+4c
+57
+12
+70
+11
+9e
+55
+20
+20
+00
+13
+70
+4c
+57
+13
+70
+11
+9e
+22
+68
+00
+cc
+48
+1f
+e1
+7e
+07
+60
+00
+91
+9f
+68
+02
+4c
+7e
+60
+02
+11
+a0
+70
+11
+a4
 00
+da
+20
+11
+9e
+d8
+40
+00
+07
+20
+40
+01
+f8
+20
+40
+01
+73
+20
+20
+7f
+e7
+68
 00
+cc
+57
+c1
+7f
+80
 00
+c0
+08
+80
+24
+c0
+09
 00
+26
+c0
+09
+80
+28
+20
+60
 00
 00
+70
+4c
+57
+02
+20
+20
+01
+a3
+70
+4c
+57
+03
+20
+20
+01
+a3
+70
+4c
+57
+ff
+70
+0a
+99
+39
+20
+40
+7d
+86
+68
+02
+4c
+27
+20
+40
+01
+db
+20
+20
+01
+a3
 00
 00
 00
@@ -9693,248 +10046,248 @@
 20
 00
 40
-c0
-50
-80
-06
-c0
-51
-00
-19
-c0
-51
-80
-12
-c0
-52
-00
-23
 20
-60
-00
-00
+40
+3e
+6e
 68
-01
+08
+cb
 45
-09
-c1
-00
-00
-00
+20
+40
 68
-00
-84
-41
-1f
-eb
-7e
-00
-1f
-e6
-7c
-0c
+0e
 20
-61
-00
+40
 00
-58
+13
+20
+40
+63
+ee
+20
+40
 00
+2e
+d8
+40
 00
-09
-60
-01
-44
-96
-60
-01
-44
-98
+1a
 20
 40
-04
-44
-70
-47
+67
+fb
+20
+40
+3e
+54
+20
+40
+03
+17
+68
+00
 c7
-01
 20
-60
+c1
+01
 00
 00
 68
-01
+03
+4b
+4c
+68
+0b
+47
+22
+98
 46
-82
-c3
-86
-00
+7c
 00
-c3
+24
+22
 83
+65
+20
+20
+03
+67
+20
+60
 00
 00
-c3
-85
+20
+40
+74
+b9
+d8
+c0
+8c
+00
+d8
+a0
+48
+76
+df
+20
+01
+71
+20
+40
+7f
+01
+58
+0f
+02
+09
+e0
+a1
 80
 00
-68
+58
+12
+00
+09
+e0
+a1
+80
+00
+58
+10
 02
-46
-d3
-c3
-82
+09
+e0
+a1
+80
+00
+58
+00
+00
+09
+e0
+a1
 80
 00
+d8
+c0
+8d
+71
+df
 20
+01
+09
 20
-33
-a7
+40
+7f
+01
 70
-4b
-6a
+48
+8d
 00
+70
+48
+85
+6d
 58
 00
-00
-07
+40
+1f
 60
 01
-44
-96
+49
+db
+58
+00
+6d
+04
 60
 01
+4a
 44
-98
-70
-47
-c7
-00
-70
-47
-9e
-00
-20
-40
-03
-d0
-20
-40
 58
+00
 16
+b0
+60
+01
+4a
+4a
+58
+00
+48
+76
+60
+01
+45
+75
 20
-40
-03
-4c
-20
-20
-41
-d9
-78
-34
-7c
+60
+00
 00
 68
-12
-01
-38
+10
+80
+7b
 79
-34
-7e
-1a
+3f
+fe
+05
 60
-12
-00
-4c
-20
-40
-2c
-21
-20
+10
+80
+7b
+d8
 40
-74
-bd
+00
+1a
 20
 40
-03
-4c
-20
+05
+66
+d8
 40
-3e
-9f
+00
+1a
 20
 40
-02
-8b
+68
+1d
+68
+08
+c6
+f7
+79
+3f
+84
+07
 20
 40
-03
-88
+67
+fb
 68
-10
-80
-81
-1f
-e1
-7e
+08
+c6
 f7
-60
-10
-80
-81
+20
+40
 68
-10
-80
-7f
-79
+1d
+70
+46
+f6
+03
 20
-7e
-00
 60
-10
 80
-7f
-20
-60
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
 00
+70
+46
+f6
 00
+20
+60
 00
 00
 00
@@ -9950,245 +10303,237 @@
 00
 40
 c0
-48
+38
 00
-05
+04
 c0
-48
+38
 80
-1f
-c0
-49
-00
-2f
+0b
 20
 60
 00
 00
-68
-00
-cc
-3c
-c0
-00
+5f
 ff
-e7
-68
-00
-cc
-47
-c0
-00
-80
-0c
-c0
-01
+ff
+ff
+60
+03
 00
-0f
-c0
+40
+70
 01
-80
-12
-20
+85
+33
+70
+4b
+75
+ff
 20
-2a
-8c
+40
+42
+fb
 70
-4c
 47
-11
-70
-11
-9e
-aa
+21
+ff
 20
 20
+03
+24
+68
 00
-14
-70
-4c
-47
-12
-70
-11
-9e
-55
-20
+cb
+42
 20
+7a
+00
 00
-14
-70
-4c
-47
-13
-70
-11
-9e
-22
 68
 00
 cc
-38
+73
+20
+7a
+00
+00
+68
+00
+cd
+9a
+1f
+e0
+fe
+01
 1f
 e1
 7e
-07
+03
 60
 00
-91
-9f
+cd
+9a
+24
+7a
+00
+00
+70
+4d
+99
+00
 68
-02
-4c
-6e
+00
+cd
+99
+1f
+e0
+fe
+01
 60
-02
-11
-a0
-70
-11
-a4
 00
-da
+cd
+99
+1f
+e6
+7c
+08
+24
+21
+00
+1f
 20
-11
-9e
-d8
 40
 00
-07
+25
 20
 40
 01
-ae
+aa
+24
+2c
+00
+2e
+24
+37
+80
+2e
 20
 40
 01
-3f
-20
+16
 20
-7f
-e7
+40
+01
+a7
 68
 00
-cc
-47
-c1
-7f
-80
+cd
+98
+1f
+e0
+fe
+01
+60
 00
+cd
+98
 c0
 08
-80
-25
-c0
-09
-00
-27
-c0
-09
-80
-29
+01
+0e
 20
 60
 00
 00
 70
+11
+9e
+ff
+68
+00
+cc
+48
+60
+00
+91
+9f
+68
+02
 4c
-47
+7e
+60
 02
+11
+a0
+d8
+40
+00
+06
+da
 20
+11
+9e
 20
+40
 01
-6f
-70
-4c
-47
-03
-20
+f8
 20
-01
-6f
-70
-4c
-47
-ff
-70
-0a
-99
-39
 20
-40
-7d
-86
-68
 02
-4c
-17
+0a
 20
 40
 01
-c0
+5e
 20
 20
-01
-6f
-70
-47
-8b
-01
-d8
-e0
 00
-03
-20
-40
-43
-d2
-58
+15
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
 00
 00
 00
-60
-01
-47
-07
-70
-46
-a7
 00
-20
-40
-40
-5d
-20
-40
-04
-cb
-20
-40
-02
-be
-68
-02
-4c
-5f
-60
-02
-47
-7b
-70
-47
-c6
-02
-20
-40
-43
-66
-20
-20
-03
-4c
 00
 00
 00
@@ -10201,1258 +10546,498 @@
 00
 00
 00
-20
-20
 00
-40
-c0
-40
 00
-08
-c0
-40
-80
-04
-20
-60
 00
 00
-20
-40
-68
-a2
-58
 00
-11
-22
-60
-01
-47
-c4
-20
-60
 00
 00
-20
-40
 00
-ef
 20
-40
-3e
-6e
-68
-08
-cb
-47
 20
+00
 40
 68
-0e
-20
-40
-3e
-1e
-20
-40
-00
-25
-58
 00
+cd
+92
+c0
 00
+ad
+d4
+70
+11
+9e
+ff
+68
 00
+cc
+48
 60
-01
-41
-54
-20
-40
-03
-20
-58
 00
-18
+91
+9f
+68
 02
+4c
+7e
 60
-01
+02
+11
+a0
+d8
 40
-bd
+00
+06
+da
 20
-40
-68
-a2
+11
+9e
 20
 40
-58
-10
+01
+f8
 20
 40
-58
-39
+02
+0a
 20
 40
-58
+01
+aa
+24
 2c
+00
+26
+24
+37
+80
+26
 20
 40
-58
-18
-20
-40
-05
-76
-20
-40
-03
-90
+01
+d0
+68
+02
+4c
+6f
+68
+0a
+4d
+8c
+98
+46
+7c
+00
 20
-40
-03
-5b
+22
+80
+16
 68
-01
-c7
 00
-9a
-40
-fe
+cc
+45
+c1
+84
+00
+00
+70
+4d
+9b
 00
 20
 40
-65
-62
-20
-40
-03
-42
+02
+cb
 68
-03
-4b
-4e
+02
+4c
+6f
 68
-0b
-47
-22
+0a
+4c
+53
 98
 46
 7c
 00
-24
-22
-82
-cd
 20
-40
+22
+81
+e9
+68
 02
-cf
-20
-60
+4c
+6f
+68
+0a
+4c
+7e
+98
+46
+7c
 00
+20
+42
+80
+24
+70
+4b
+42
 00
 20
 40
-74
-b9
-d8
-c0
-8c
-00
-d8
-a0
-48
-79
-df
+2f
 20
-01
-71
 20
 40
-7f
 01
-58
-0f
+a7
+20
+20
+03
+7e
+68
 02
-09
-e0
-a1
-80
-00
-58
-12
-00
-09
-e0
-a1
-80
+4c
+27
+20
+20
+01
+db
+68
 00
-58
-10
-02
-09
+cd
+85
+1f
 e0
-a1
-80
-00
-58
+fe
+01
+1f
+e1
+7e
+03
+60
 00
+cd
+85
+c0
 00
-09
-e0
-a1
-80
 00
-d8
+2d
 c0
-8d
-71
-df
+01
+00
+37
+20
 20
 01
-09
+d7
 20
 40
-7f
-01
-70
-48
-90
+02
+cb
+68
+02
+4c
+7e
+60
+02
+4c
+6f
+68
 00
-70
-48
-88
-6d
-58
+cd
+95
+60
 00
+cc
+52
+20
 40
-1f
+00
+35
+60
+08
+cd
+95
+20
 60
+00
+00
+20
+40
 01
-49
+dc
+20
+20
+01
+5e
+70
+41
 de
-58
-00
-6d
-04
+20
+68
+02
+4d
+8c
 60
-01
-4a
-47
-58
+02
+4c
+6f
+68
 00
-16
-b0
+cd
+96
 60
-01
-4a
-4d
-58
 00
-48
-79
+cc
+52
+20
+40
+00
+35
 60
-01
-45
-75
+08
+cd
+96
 20
 60
 00
 00
+00
+00
+00
+00
 20
 20
 00
 40
 c0
-38
+28
+80
+0a
+c0
+29
+00
+11
+c0
+29
+80
+21
+d8
+e0
 00
 03
 20
-60
-00
+40
+43
+d2
+70
+46
+a7
 00
-79
-3f
-80
-26
 20
 40
-00
-2c
+40
+5d
 20
 40
-00
-19
-70
-4c
-64
-00
+02
+cb
+20
 20
 00
-07
-d0
-68
+11
+70
+4d
+87
 00
-cc
-64
-c0
-7f
-ad
-d4
 20
 40
-01
-76
-24
-2c
-00
-22
-24
-37
-80
-22
+02
+cb
 20
 40
 01
-9c
+f3
 20
 40
-02
-be
+03
+54
 68
-02
-4c
-5f
-68
-0a
-4c
-43
-98
-46
-7c
+00
+cb
+76
+c1
+81
+00
 00
 20
-22
-80
-36
-79
 20
+34
+0a
+70
+4b
+42
+00
+70
+4b
+77
 00
-26
 58
 00
 00
 00
 60
 01
-4c
-64
+cb
+68
 20
 40
-2f
-20
+41
+c6
 20
 40
-01
-73
+00
+1e
 20
+40
+05
+02
 20
-03
-9c
-70
-11
-9e
-ff
-68
-00
-cc
-38
-60
-00
-91
-9f
+40
+3f
+8d
 68
 02
 4c
-6e
+6f
 60
 02
-11
-a0
-d8
-40
-00
-06
-da
-20
-11
-9e
+47
+7b
 20
 40
-01
-ae
+43
+66
+70
+4b
+76
+02
 20
 20
-01
-ce
-68
+03
+24
+58
 00
-cc
-64
-1f
-e0
-fe
-01
-60
 00
-cc
-64
-68
 00
-cd
-75
-1f
-e0
-fe
-01
-1f
-e1
-7e
-01
 60
-00
+01
 cd
-75
-c0
-00
-00
-32
-c0
-00
-80
-34
+92
 20
 60
 00
 00
-70
-41
-de
-20
-58
+68
 00
-0f
-0f
-60
-01
-4c
-5f
-e0
-a1
+cd
+92
+c0
 00
+ad
+d4
+20
+40
 00
+30
 20
 40
 01
-c1
-20
-20
+aa
+24
+2c
 01
-31
-20
-40
+5e
+24
+37
+81
+5e
+68
 00
-2c
-20
-20
+cd
+9b
+79
+3f
+fe
+02
+60
 00
-07
-20
-40
+cd
+9b
+70
+4b
+42
 00
-3a
-20
 20
-00
-07
-79
+40
+2f
 20
-00
-26
 20
 40
-00
-3a
-70
-4c
-47
 01
+a7
 20
-60
-00
-00
-70
-41
-de
 20
-70
-4c
-36
-00
-70
-4c
-41
-4e
+03
+7e
 68
 02
 4c
-43
-20
-20
-01
-c0
-00
-00
-00
-00
-20
-20
-00
-40
-c0
-30
-00
-04
-c0
-30
-80
-26
-20
-60
-00
-00
-79
-3f
-80
-26
+27
 20
-40
-01
-c1
 20
-40
 01
-31
+db
+70
+11
+9e
+ff
 68
 00
 cc
-47
-c1
-ff
-80
-00
-20
-40
-00
-18
-58
-00
-00
-00
-60
-01
-4c
-64
-20
-00
-07
-d0
-68
-00
-cc
-64
-c0
-7f
-ad
-d4
-20
-40
-01
-76
-24
-2c
-00
-21
-24
-37
-80
-21
-79
-20
-00
-26
-58
-00
-00
-00
-60
-01
-4c
-64
-20
-40
-2f
-20
-20
-40
-01
-73
-20
-20
-03
-9c
-70
-11
-9e
-ff
-68
-00
-cc
-38
-60
+48
+60
 00
 91
 9f
 68
 02
 4c
-6e
-60
-02
-11
-a0
-d8
-40
-00
-06
-da
-20
-11
-9e
-20
-40
-01
-ae
-20
-20
-01
-ce
-68
-01
-4c
-64
-1f
-e0
-fe
-01
-60
-01
-4c
-64
-20
-40
-01
-31
-20
-20
-00
-0c
-68
-02
-46
-d3
-c4
-08
-80
-00
-c3
-81
-80
-00
-c6
-13
-00
-00
-d8
-e0
-00
-03
-20
-40
-43
-ce
-58
-00
-00
-00
-60
-01
-46
-ae
-60
-00
-c6
-b4
-60
-01
-4c
-64
-20
-40
-42
-ca
-20
-20
-00
-32
-79
-20
-00
-26
-20
-40
-00
-36
-70
-4c
-47
-01
-20
-60
-00
-00
-70
-41
-de
-20
-70
-4c
-36
-00
-70
-4c
-41
-4e
-68
-02
-4c
-43
-20
-20
-01
-c0
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-20
-20
-00
-40
-c0
-28
-00
-03
-20
+7e
 60
-00
-00
-70
-4b
-70
-00
-20
-40
-02
-be
-70
-47
-20
-01
-70
-47
-9e
-00
-68
-01
-46
-82
-c2
-85
-80
-13
-68
-02
-46
-d3
-c3
-0c
-00
-13
-20
-40
-05
-7a
-68
-09
-47
-c4
-18
-40
-84
-01
-60
-09
-47
-c4
-60
-09
-44
-a1
-20
-40
-03
-51
-18
-0a
-7e
-00
-60
-00
-c4
-a0
-68
-01
-cb
-6c
-60
-01
-c4
-a3
-20
-40
-02
-cd
-20
-40
-34
-18
-68
-01
-46
-87
-60
-01
-46
-ac
-70
-01
-6d
-06
-58
-00
-00
-00
-60
-01
-46
-b0
-60
-01
-46
-ae
-d8
-e0
-00
-07
-20
-40
-43
-ce
-20
-40
-43
-ca
-68
-00
-c0
-92
-2f
-ef
-fe
-01
-20
-40
-80
-27
-68
-00
-c0
-92
-2f
-ef
-fe
-00
-20
-40
-fd
-dd
-20
-20
-04
-ed
-70
-47
-a1
-00
-20
-40
-02
-c6
-58
-00
-00
-05
-e0
-c0
-80
-00
-d8
-c0
-4b
-13
-20
-40
-05
-86
-20
-20
-7d
-f4
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-20
-20
-00
-40
-c0
-20
-00
-06
-c0
-20
-80
-18
-c0
-21
-00
-25
-c0
-21
-80
-2b
-20
-60
-00
-00
-20
-40
-00
-0e
-20
-20
-55
-7d
-68
-00
-c7
-c8
-60
-00
-c1
-72
-70
-47
-c7
-00
-20
-60
-00
-00
-70
-47
-c7
-01
-20
-60
-00
-00
-68
-00
-c3
-d6
-1f
-e6
-7c
-0c
-24
-21
-00
-0c
-68
-00
-c3
-d8
-68
-08
-c7
-c8
-98
-46
-7c
-00
-20
-21
-00
-08
-68
-00
-c3
-d8
-60
-00
-c1
-72
-20
-20
-00
-0a
-68
-00
-84
-3f
-c4
-03
-00
-00
-20
-40
-00
-1d
-24
-74
-00
-00
-20
-20
-55
-a0
-78
-34
-7c
-00
-68
-00
-84
-5a
-1f
-f1
-fe
-00
-c1
-87
-80
-00
-68
-00
-84
-60
-1f
-f1
-fe
-00
-c1
-80
-00
-00
-20
-20
-7f
-e9
-68
-00
-c7
-a1
-24
-7a
-00
-00
-68
-00
-84
-78
-1f
-e6
-7e
-1a
-24
-62
-80
-00
-20
-20
-3d
-60
-20
-40
-33
-af
-20
-40
-26
-e9
-70
-0a
-99
 02
-20
+11
+a0
+d8
 40
-7d
-86
+00
+06
+da
 20
-40
-5c
-f7
+11
+9e
 20
 40
-4d
-6b
+01
+f8
 20
 20
-24
-6e
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
+02
+0a
 00
 00
 00
@@ -11486,177 +11071,177 @@
 00
 40
 c0
-18
-00
-03
 20
-60
-00
 00
+05
+c0
 20
-40
-62
-bc
-24
-7a
-00
-00
-68
-00
 80
-55
-20
-7a
-00
-00
-c0
-02
-00
-25
+17
 c0
-08
+21
 00
-0a
-20
-20
-63
+1f
 20
-68
-00
-c5
-5b
-c1
-00
+60
 00
 00
-c0
+20
+40
 00
-80
 0e
 20
+34
+03
+79
+79
 20
-63
-5f
-20
-74
-80
 00
+26
 68
 00
-81
-6d
-c2
-80
-00
-12
-20
+cd
+9b
+79
 20
-63
-99
-68
-00
-cb
-04
-c0
-00
-e3
-9d
-68
+7e
+02
+60
 00
-c1
-bd
+cd
+9b
 20
-3a
-63
-a9
-68
-00
-84
-d1
-c4
+40
 01
-80
-00
-c4
+dc
+20
+40
 01
-00
-00
-68
-00
-cb
-03
+5e
+20
 20
-7a
-00
 00
-70
-4b
-03
+1b
+df
+20
 00
-68
 02
-04
-e9
 d8
+c0
+4c
+6f
+20
 40
+7f
+e7
+58
 00
-14
-98
-40
-84
+ff
+ff
+e8
+c9
 00
-1c
-42
-7e
 00
 98
 46
 7c
 00
 24
-21
+42
+ff
+e9
+c2
 00
-23
-20
-20
-63
-49
-70
-4b
-03
-01
+00
+12
 20
 60
 00
 00
-70
-48
-0c
-14
-20
+79
 20
-63
-6f
-00
-00
-00
 00
+26
+68
 00
+cd
+9b
+79
+20
+7e
+01
+60
 00
+cd
+9b
+58
 00
 00
+3c
+60
+01
+4d
+93
+70
+4d
+92
 00
+20
+60
 00
 00
+68
+02
+46
+d3
+c4
+08
+80
 00
+c3
+81
+80
 00
+c6
+13
 00
 00
+20
+40
+44
+82
+d8
+e0
 00
+03
+20
+40
+43
+ce
+58
 00
 00
 00
+60
+01
+46
+ae
+60
 00
+c6
+b4
+60
+01
+4c
+74
+20
+40
+42
+ca
+20
+20
+03
+79
 00
 00
 00
@@ -11742,203 +11327,203 @@
 00
 40
 c0
-10
-00
-14
-c0
-10
-80
-21
-c0
-11
+18
 00
-05
+03
 20
 60
 00
 00
+20
+40
+02
+cb
 70
 4b
+6e
+00
 70
+4b
+6b
 01
 70
 47
-a1
+20
 01
+70
+47
+9e
+00
+68
+03
+4b
+62
+60
+03
+44
+a0
+20
+40
+03
+65
+20
+40
+34
+18
 68
 01
 46
-a8
-68
-08
-cb
-6b
-18
+87
+60
+01
 46
-7c
-ff
-24
-22
-80
-0c
+ac
+70
+01
+6d
+06
 58
 00
-02
-58
+00
+00
+60
+01
+46
+b0
 60
 01
 46
 ae
 20
 40
-34
-18
+04
+98
 20
 40
-02
-c6
-58
-00
-00
-04
-e0
-c0
-80
-00
-d8
-c0
 43
-90
+ca
 20
 40
-05
-86
-20
-20
-7d
-f4
+03
+54
 68
 00
-80
-48
-c0
+c2
+10
+1f
+e6
+7c
+33
+20
 42
-00
-18
-c0
-41
 80
-1b
-20
-20
-60
-3f
-20
-40
-00
 1e
 68
 00
-80
-48
-20
-20
-60
-99
-20
-40
+cb
+6c
+24
+5a
 00
 1e
 68
 00
-80
-48
+c0
+92
+2f
+ef
+fe
+00
 20
+40
+fd
+dd
 20
-61
-0d
-68
+60
 00
-c6
-5a
+00
+68
+03
+4b
+62
+60
+03
+44
+a0
 20
-3a
-61
-2b
+40
+04
+90
 20
 20
-61
-24
-18
+7d
+f4
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
+00
 00
-7e
-02
-20
-40
-62
-98
-68
 00
-80
-49
-e0
-a0
-80
 00
-60
 00
-ca
-ff
-20
-40
-62
-a7
-68
 00
-ca
-ff
-c0
-17
 00
-2a
-20
-20
-60
-51
-68
 00
-cb
-02
-20
-7a
 00
 00
-70
-4b
-02
 00
-68
 00
-cb
-04
-c1
-81
 00
 00
-70
-4b
-03
-01
-1c
-42
-7e
 00
-60
-02
-04
-e9
-20
-60
 00
 00
 00
@@ -11998,205 +11583,205 @@
 00
 40
 c0
-08
+10
 00
-04
+06
 c0
-08
+10
 80
-1a
+18
+c0
+11
+00
+25
+c0
+11
+80
+2c
 20
 60
 00
 00
-70
-48
-0b
-00
-70
-41
-e3
-0e
 20
 40
-41
-e7
-68
-01
-42
-08
-c2
-83
-80
-0e
-c2
-80
-33
-a9
-c2
-80
-80
-11
-c2
-81
 00
-14
-c2
-81
-80
-14
-20
-20
-42
-b0
-20
-40
-41
-c1
-68
-01
-42
-08
-20
-20
-41
-f7
-c2
-82
-80
-14
-c2
-81
-80
-14
-20
-20
-42
-b0
-68
-01
-46
-82
-c2
-86
-42
-b0
-20
-40
-33
-a9
-20
-40
-05
-2f
-c0
-02
-84
-c8
+0e
 20
 20
-33
-a7
+55
+7d
 68
-01
-02
-64
-1f
-e2
-0c
-00
-e8
-c0
-80
 00
+c7
+c5
 60
 00
-cb
-05
-1f
-e1
-04
-0f
-1f
-f1
-fe
-00
-c0
-03
-80
-23
-c0
-00
-80
-2a
-20
-20
-4d
-39
-20
-40
-4d
-53
+c1
+72
 70
-4b
-06
-00
-68
-00
-cb
-05
-2f
-ef
-fe
+47
+c4
 00
 20
 60
-80
+00
 00
 70
-4b
-06
+47
+c4
 01
 20
 60
 00
 00
-18
-42
-7e
+68
+00
+c3
+d6
+1f
+e6
+7c
+0c
+24
+21
+00
+0c
+68
+00
+c3
+d8
+68
+08
+c7
+c5
+98
+46
+7c
 00
-c0
-02
-84
-4c
-20
 20
-4d
-41
+21
 00
+08
+68
 00
+c3
+d8
+60
 00
+c1
+72
+20
+20
 00
+0a
+68
 00
+84
+3f
+c4
+03
 00
 00
+20
+40
 00
+1d
+24
+74
 00
 00
+20
+20
+55
+a0
+78
+34
+7c
 00
+68
 00
+84
+5a
+1f
+f1
+fe
 00
+c1
+87
+80
 00
+68
 00
+84
+60
+1f
+f1
+fe
 00
+c1
+80
 00
 00
+20
+20
+7f
+e9
+68
 00
+c7
+a1
+24
+7a
 00
 00
+68
 00
+84
+78
+1f
+e6
+7e
+1a
+24
+62
+80
 00
+70
+46
+c6
 00
+20
+20
+3d
+60
+20
+40
+33
+af
+20
+40
+26
+e9
+70
+0a
+99
+02
+20
+40
+7d
+86
+20
+40
+5c
+f7
+20
+40
+4d
+6b
+20
+20
+24
+6e
 00
 00
 00
@@ -12254,137 +11839,179 @@
 00
 40
 c0
+08
 00
+0e
+c0
+08
+80
+1b
+c0
+09
 00
-03
+05
 20
 60
 00
 00
+70
+4b
+6e
+01
+70
+47
+a1
+01
 68
-00
-80
-0e
-1f
-e0
-fe
 01
+46
+a8
 60
-00
-80
-0e
+01
+46
+ae
 20
 40
-24
-35
-79
+04
+98
 20
-00
-2c
+40
+34
+18
+d8
+c0
+43
+90
 20
 40
-22
-f2
+04
+94
 20
-2c
+20
+7d
+f4
+68
 00
-0e
-79
-3f
 80
-2c
-20
-40
-24
-55
-24
-3a
+48
+c0
+42
 00
-07
-20
+12
+c0
+41
+80
+15
 20
 20
-fc
-79
+60
 3f
-80
-2c
 20
-20
-21
-5f
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
-00
+40
 00
+18
+68
 00
+80
+48
+20
+20
+60
+99
+20
+40
 00
+18
+68
 00
+80
+48
+20
+20
+61
+0d
+68
 00
+c6
+5a
+20
+3a
+61
+2b
+20
+20
+61
+24
+18
 00
+7e
+02
+20
+40
+62
+98
+68
 00
+80
+49
+e0
+a0
+80
 00
+60
 00
+ca
+fc
+20
+40
+62
+a7
+68
 00
+ca
+fc
+c0
+17
 00
+24
+20
+20
+60
+51
+68
 00
+ca
+ff
+20
+7a
 00
 00
+70
+4a
+ff
 00
+68
 00
+cb
+01
+c1
+81
 00
 00
+70
+4b
 00
+01
+1c
+42
+7e
 00
+60
+02
+04
+e9
+20
+60
 00
 00
 00
@@ -12463,36 +12090,250 @@
 00
 00
 00
+20
+20
 00
+40
+c0
 00
+80
+05
+c0
 00
 00
+1d
+c0
+01
 00
+2a
+20
+60
 00
 00
+70
+48
+08
 00
+70
+41
+e3
+0e
+20
+40
+41
+e7
+68
+01
+42
+08
+c2
+83
+c1
+f5
+c2
+80
+33
+a9
+c2
+80
+80
+0f
+c2
+81
 00
+12
+c2
+81
+80
+12
+20
+20
+42
+b0
+c2
+82
+80
+12
+c2
+81
+80
+12
+20
+20
+42
+b0
+68
+01
+46
+82
+c2
+86
+42
+b0
+20
+40
+33
+a9
+20
+40
+05
+45
+c0
+03
+80
+1a
+68
 00
+c6
+b6
+20
+3a
 00
+1a
+20
+20
+33
+a7
+70
+47
+9f
+01
+70
+47
+a0
+28
+20
+60
 00
 00
+68
 00
+80
+0e
+1f
+e0
+fe
+01
+60
 00
+80
+0e
+20
+40
+24
+35
+79
+20
 00
+2c
+20
+40
+22
+f2
+20
+2c
 00
+28
+79
+3f
+80
+2c
+20
+40
+24
+55
+24
+3a
 00
+21
+20
+20
+20
+fc
+79
+3f
+80
+2c
+20
+20
+21
+5f
+68
+01
+02
+64
+1f
+e2
+0c
 00
+e8
+c0
+80
 00
+60
 00
+cb
+02
+1f
+e1
+04
+0f
+1f
+f1
+fe
 00
+c0
+03
+80
+33
+c0
 00
+80
+3a
+20
+20
+4d
+39
+20
+40
+4d
+53
+70
+4b
+03
 00
+68
 00
+cb
+02
+2f
+ef
+fe
 00
+20
+60
+80
 00
+70
+4b
+03
+01
+20
+60
 00
 00
+18
+42
+7e
 00
+c0
+02
+84
+41
+20
+20
+4d
+41
 00
 00
 00
@@ -12509,5 +12350,5 @@
 55
 00
 00
-8a
-d2
+c4
+fd
Index: output/memmap.format
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/memmap.format	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/memmap.format	(working copy)
@@ -603,10 +603,9 @@
 0x11c0 mem_data_current
 0x11c2 mem_data_sum
 0x11c5 mem_data_value
-0x11c6 mem_data_value_temp
-0x11c7 mem_zcode_temp_param0//zcode num
-0x11c8 mem_zcode_temp_param1//patch ram func addr
-0x11ca mem_zcode_temp_param2//patch ram func addr
+0x11c6 mem_zcode_temp_param0//zcode num
+0x11c7 mem_zcode_temp_param1//patch ram func addr
+0x11c9 mem_zcode_temp_param2//patch ram func addr
 0x4000 mem_patch00
 0x4001 mem_patch01
 0x4002 mem_patch02
@@ -1745,206 +1744,223 @@
 0x47a1 mem_mouse_le_reconnect_flag
 0x47a2 mem_mouse_data_queue
 0x47c3 mem_mouse_data_queue_num
-0x47c4 mem_random_addr_increase_count
-0x47c6 mem_mouse_latest_mode
-0x47c7 mem_mouse_le_conn_param_reject
-0x47c8 mem_lpm_mult_init
-0x47c9 mem_mouse_le_uuid_sup
-0x4809 mem_mouse_wheel_trigger
-0x480a mem_mouse_wheel_trigger_timer
-0x480b mem_mouse_enter_sniff_count
-0x480c mem_mouse_send_switch_req_timer
-0x480d mem_le_tx_buffer0_omemalloc
-0x4828 mem_le_tx_buffer1_omemalloc
-0x4843 mem_le_tx_buffer2_omemalloc
-0x485e mem_le_tx_buffer3_omemalloc
-0x4879 mem_mouse_uuid_list
-0x4aff mem_lmi_opcode_temp
-0x4b00 mem_mouse_adc_last_low_voltage_flag
-0x4b01 mem_mouse_init_sensor_reset_flag
-0x4b02 mem_bt_rcvd_switch_req_accept
-0x4b03 mem_bt_send_max_slot_req_accept_after_switch
-0x4b04 mem_bt_send_lmp_setup_complete
-0x4b05 mem_l2cap_rcv
-0x4b06 mem_mouse_bt_boot_mode
-0x4b07 mem_mouse_bt_boot_data
-0x4b0c mem_mouse_bt_send_first_package_timer
-0x4b0d mem_mouse_bt_send_first_package_flag
-0x4b0e mem_mouse_asm_flag
-0x4b0f mem_mouse_x_pre
-0x4b11 mem_mouse_y_pre
-0x4b13 mem_le_adv_swift_pair
-0x4b26 mem_24g_sw_gpio
-0x4b27 mem_mouse_multi_led_blink_enable
-0x4b28 mem_mouse_multi_led_gpio
-0x4b29 mem_mouse_multi_led_state
-0x4b2a mem_mouse_multi_led_type
-0x4b2b mem_mouse_multi_led_on_timer_init
-0x4b2c mem_mouse_multi_led_blink_timer_init
-0x4b2d mem_mouse_multi_led_blink_timer
-0x4b2e mem_mouse_multi_led_blink_count
-0x4b2f mem_mouse_multi_led_on_timer
-0x4b30 mem_mouse_multi_led_blink_count_limited
-0x4b31 mem_mouse_multi_led_on_poweron2s_flag
-0x4b32 mem_discovery_on_flag
-0x4b33 mem_bt_ui_button_timeout
-0x4b34 mem_bt_ui_button_count
-0x4b35 mem_mouse_priority_bb_event
-0x4b36 mem_mouse_le_parse_l2cap_ptr
-0x4b38 mem_low_power_no_data_off_led_time
-0x4b39 mem_low_power_check_count
-0x4b3a mem_low_power_led_blink_flag
-0x4b3b mem_mouse_3065xy_dpi_seting
-0x4b3b mem_3065xy_dpi_1
-0x4b3c mem_3065xy_dpi_2
-0x4b3d mem_3065xy_dpi_3
-0x4b3e mem_3065xy_dpi_4
-0x4b3f mem_le_att_pnp_id_len
-0x4b40 mem_le_att_pnp_id
-0x4b47 mem_flash_ncs_gpio
-0x4b48 mem_select_ui_button_count
-0x4b49 mem_write_flash_head_temp
-0x4b4d mem_mouse_poweron_led_timer
-0x4b4e mem_mouse_24g_addr_init
-0x4b54 mem_zcode_current_number
-0x4b55 mem_xip_flash_offset
-0x4b58 mem_flash_start_addr
-0x4b5b mem_flash_address
-0x4b5e mem_zcode_head
-0x4b62 mem_mouse_long_mult_flag
-0x4b63 mem_mouse_le_current_mult_timer
-0x4b64 mem_24g_long_sleep_param_update_timer
-0x4b65 mem_mouse_bt_led_gpio
-0x4b66 mem_mouse_button_select_device_timer_init
-0x4b67 mem_mouse_button_select_device_count
-0x4b68 mem_mouse_multi_led_on_timer_init1
-0x4b69 mem_mouse_24g_attempt_success_flag
-0x4b6a mem_mouse_le_bb_connected_flag
-0x4b6b mem_mouse_fast_conn_flag
-0x4b6c mem_le_lap_high_3B
-0x4b6f mem_mouse_send_secutiry_request_timer
-0x4b70 mem_le_send_security_request_flag
-0x4b71 mem_mouse_long_button_select_device
-0x4b72 mem_mouse_select_device_button_wakeup_flag
-0x4b73 mem_sensor_8650_init
-0x4b8c mem_sensor_ka8_init
-0x4b99 mem_sensor_poweron_init
+0x47c4 mem_mouse_le_conn_param_reject
+0x47c5 mem_lpm_mult_init
+0x47c6 mem_mouse_le_uuid_sup
+0x4806 mem_mouse_wheel_trigger
+0x4807 mem_mouse_wheel_trigger_timer
+0x4808 mem_mouse_enter_sniff_count
+0x4809 mem_mouse_send_switch_req_timer
+0x480a mem_le_tx_buffer0_omemalloc
+0x4825 mem_le_tx_buffer1_omemalloc
+0x4840 mem_le_tx_buffer2_omemalloc
+0x485b mem_le_tx_buffer3_omemalloc
+0x4876 mem_mouse_uuid_list
+0x4afc mem_lmi_opcode_temp
+0x4afd mem_mouse_adc_last_low_voltage_flag
+0x4afe mem_mouse_init_sensor_reset_flag
+0x4aff mem_bt_rcvd_switch_req_accept
+0x4b00 mem_bt_send_max_slot_req_accept_after_switch
+0x4b01 mem_bt_send_lmp_setup_complete
+0x4b02 mem_l2cap_rcv
+0x4b03 mem_mouse_bt_boot_mode
+0x4b04 mem_mouse_bt_boot_data
+0x4b09 mem_mouse_bt_send_first_package_timer
+0x4b0a mem_mouse_bt_send_first_package_flag
+0x4b0b mem_mouse_asm_flag
+0x4b0c mem_mouse_x_pre
+0x4b0e mem_mouse_y_pre
+0x4b10 mem_le_adv_swift_pair
+0x4b24 mem_mouse_multi_led_blink_enable
+0x4b25 mem_mouse_multi_led_gpio
+0x4b26 mem_mouse_multi_led_state
+0x4b27 mem_mouse_multi_led_type
+0x4b28 mem_mouse_multi_led_on_timer
+0x4b29 mem_mouse_multi_led_on_timer_init
+0x4b2a mem_mouse_multi_led_blink_timer_init
+0x4b2b mem_mouse_multi_led_blink_timer
+0x4b2c mem_mouse_multi_led_blink_count
+0x4b2d mem_mouse_multi_led_blink_count_limited
+0x4b2e mem_mouse_multi_led_on_poweron2s_flag
+0x4b2f mem_mouse_multi_led_blink_poweron3s_flag
+0x4b30 mem_mouse_priority_bb_event
+0x4b31 mem_mouse_le_parse_l2cap_ptr
+0x4b33 mem_low_power_no_data_off_led_time
+0x4b34 mem_low_power_check_count
+0x4b35 mem_low_power_led_blink_flag
+0x4b36 mem_mouse_3065xy_dpi_seting
+0x4b36 mem_3065xy_dpi_1
+0x4b37 mem_3065xy_dpi_2
+0x4b38 mem_3065xy_dpi_3
+0x4b39 mem_3065xy_dpi_4
+0x4b3a mem_le_att_pnp_id_len
+0x4b3b mem_le_att_pnp_id
+0x4b42 mem_mouse_long_mult_flag
+0x4b43 mem_mouse_le_current_mult_timer
+0x4b44 mem_24g_long_sleep_param_update_timer
+0x4b45 mem_flash_ncs_gpio
+0x4b46 mem_select_ui_button_count
+0x4b47 mem_write_flash_head_temp
+0x4b4b mem_mouse_poweron_led_timer
+0x4b4c mem_mouse_24g_addr_init
+0x4b52 mem_zcode_current_number
+0x4b53 mem_xip_flash_offset
+0x4b56 mem_flash_start_addr
+0x4b59 mem_flash_address
+0x4b5c mem_zcode_head
+0x4b60 mem_mouse_select_device_button_wakeup_flag
+0x4b61 mem_mouse_le_updata_not_accepted_flag
+0x4b62 mem_le_normal_lap
+0x4b68 mem_le_switch_adv_flag
+0x4b69 mem_le_switch_adv_timer
+0x4b6a mem_le_switch_adv_count
+0x4b6b mem_mouse_start_discovery_enable
+0x4b6c mem_mouse_le_adv_start
+0x4b6d mem_mouse_send_secutiry_request_timer
+0x4b6e mem_le_send_security_request_flag
+0x4b6f mem_mouse_le_bb_connected_flag
+0x4b70 mem_mouse_flash_start_temp
+0x4b70 mem_random_addr_increase_count
+0x4b72 mem_mouse_long_button_select_device
+0x4b73 mem_eeprom_init_flag
+0x4b75 mem_mouse_fast_conn_flag
+0x4b76 mem_mouse_latest_mode
+0x4b77 mem_mouse_flash_end_temp
+0x4b77 mem_mouse_poweron_bt_start_reconn_timer
+0x4b78 mem_mouse_le_not_tx_disconn
+0x4b79 mem_mouse_common_gpio
+0x4b7a mem_sensor_8650_init
+0x4b94 mem_sensor_ka8_init
 0x4ba2 mem_sensor_8009_init
-0x4bb1 mem_24g_rxbuf
-0x4bd3 mem_24g_txbuf
-0x4bf3 mem_24g_txpayload
-0x4c15 mem_24g_rxpayload
-0x4c35 mem_24g_rxdata_length
-0x4c36 mem_24g_pid
-0x4c37 mem_24g_datalen
-0x4c38 mem_24g_data_type
-0x4c39 mem_24g_txlen
-0x4c3a mem_24g_rx_window
-0x4c3c mem_24g_ensure
-0x4c3d mem_24g_txfail_cnt
-0x4c3f mem_24g_get_ack_fail
-0x4c40 mem_24g_retry
-0x4c41 mem_24g_ch
-0x4c42 mem_24g_current_ch_number
-0x4c43 mem_24g_paring_addr
-0x4c47 mem_24g_pairing_sm
-0x4c48 mem_24g_ch_map1
-0x4c4c mem_24g_ch_map2
-0x4c50 mem_24g_ch_map3
-0x4c54 mem_24g_ch_map4
-0x4c58 mem_24g_tx_btclk
-0x4c5c mem_24g_interval
-0x4c5d mem_24g_interval_min
-0x4c5e mem_24g_interval_max
-0x4c5f mem_24g_addr
-0x4c63 mem_24g_abort_pac
-0x4c64 mem_24g_check_dongle_times
-0x4c66 mem_24g_enter_hibernate
-0x4c6e mem_24g_device_addr
-0x4c72 mem_24g_pac_index
-0x4c73 mem_24g_no_ack
-0x4c74 mem_24g_sta_crc
-0x4c77 mem_24g_last_crc
-0x4c7a mem_24g_sta_pid
-0x4c7b mem_24g_last_pid
-0x4c7c mem_24g_max_retry
-0x4c7d mem_24g_mode
-0x4c7e mem_24g_rxdata_temp
-0x4ca0 mem_24g_rx_addr
-0x4ca4 mem_dongle_mode_init
-0x4ca5 mem_dongle_work_mode
-0x4ca6 mem_dongle_ms_bind_step
-0x4ca7 mem_dongle_kb_bind_step
-0x4ca8 mem_dongle_bind_device_status
-0x4ca9 mem_24g_bind_payload
-0x4cb1 mem_24g_abort_packet
-0x4cb2 mem_24g_rf_laststa
-0x4cb3 mem_24g_hop_btclk
-0x4cb7 mem_24g_hop_interval
-0x4cb8 mem_24g_mode_switch
-0x4cb9 mem_24g_ackpayload_enable
-0x4cba mem_24g_hop_packet
-0x4cbb mem_24g_pair_mode
-0x4cbc mem_24g_nodata_timer_enable
-0x4cbd mem_24g_time_slice
-0x4cbe mem_24g_kb_data_sta_data
-0x4cc6 mem_24g_kb_data_last_data
-0x4cce mem_24g_kb_multikey_sta_data
-0x4cd1 mem_24g_kb_multikey_last_data
-0x4cd4 mem_24g_kb_blank_data_enable
-0x4cd5 mem_24g_kb_mul_blank_data_enable
-0x4cd6 mem_24g_ms_blank_data_enable
-0x4cd7 mem_24g_kb_addr
-0x4cdb mem_24g_ms_addr
-0x4cdf mem_24g_dg_last_ch
-0x4ce0 mem_24g_dg_ch_number
-0x4ce1 mem_24g_dg_config_ch_once
-0x4ce2 mem_24g_kb_last_ch
-0x4ce3 mem_24g_kb_ch_number
-0x4ce4 mem_24g_kb_config_ch_once
-0x4ce5 mem_24g_ms_last_ch
-0x4ce6 mem_24g_ms_ch_number
-0x4ce7 mem_24g_ms_config_ch_once
-0x4ce8 mem_24g_syncword
-0x4cea mem_24g_syncword_crc8
-0x4ceb mem_24g_get_syncword_crc8
-0x4cec mem_24g_ota_sta_pid
-0x4cee mem_tx_power_temp
-0x4cef mem_rssi_hex
-0x4cf0 mem_rssi_noise_avg
-0x4cf1 mem_rssi_noise_index
-0x4cf2 mem_rssi_signal_index
-0x4cf3 mem_rssi_noise_dg_avg
-0x4cf4 mem_rssi_noise_kb_avg
-0x4cf5 mem_rssi_noise_ms_avg
-0x4cf6 mem_rssi_noise_dg_index
-0x4cf7 mem_rssi_noise_kb_index
-0x4cf8 mem_rssi_noise_ms_index
-0x4cf9 mem_rssi_signal_buf
-0x4d01 mem_queue_ele_num
-0x4d02 mem_queue_read
-0x4d04 mem_queue_write
-0x4d06 mem_queue_start
-0x4d06 mem_data_ele0
-0x4d26 mem_data_ele1
-0x4d46 mem_data_ele2
-0x4d66 mem_queue_end
-0x4d66 mem_queue_temp
-0x4d68 mem_cb_24g_data
-0x4d6a mem_24g_hop_fastly_cnt
-0x4d6b mem_24g_hop_pac_retry
-0x4d6c mem_24g_rf_hop_ch
-0x4d6d mem_24g_rf_last_sta
-0x4d6e mem_24g_rf_work_stage
-0x4d6f mem_24g_sync_cnt
-0x4d70 mem_power_ctrl_pac_succ_cnt
-0x4d71 mem_rssi_avg_received
-0x4d72 mem_rssi_hex_received
-0x4d73 mem_power_ctrl_level
-0x4d74 mem_seqi
-0x4d75 mem_24g_auto_paring_switch
-0x4d76 mem_24g_paccnt
-0x4d77 mem_24g_transmit_by_interrupt
-0x4d78 mem_24g_transmit_by_interrupt_exit_count
-0x4d7a mem_24g_transmit_by_interrupt_exit_count_init
-0x4d7c mem_24g_allpowerful_addr
+0x4bb2 mem_sensor_poweron_init
+0x4bbc mem_firmware_version
+0x4bbe mem_mouse_data_xtemp
+0x4bbf mem_mouse_data_ytemp
+0x4bc0 mem_24g_state
+0x4bc1 mem_24g_rxbuf
+0x4be3 mem_24g_txbuf
+0x4c03 mem_24g_txpayload
+0x4c25 mem_24g_rxpayload
+0x4c45 mem_24g_rxdata_length
+0x4c46 mem_24g_pid
+0x4c47 mem_24g_datalen
+0x4c48 mem_24g_data_type
+0x4c49 mem_24g_txlen
+0x4c4a mem_24g_rx_window
+0x4c4c mem_24g_ensure
+0x4c4d mem_24g_txfail_cnt
+0x4c4f mem_24g_get_ack_fail
+0x4c50 mem_24g_retry
+0x4c51 mem_24g_ch
+0x4c52 mem_24g_current_ch_number
+0x4c53 mem_24g_paring_addr
+0x4c57 mem_24g_pairing_sm
+0x4c58 mem_24g_ch_map1
+0x4c5c mem_24g_ch_map2
+0x4c60 mem_24g_ch_map3
+0x4c64 mem_24g_ch_map4
+0x4c68 mem_24g_tx_btclk
+0x4c6c mem_24g_interval
+0x4c6d mem_24g_interval_min
+0x4c6e mem_24g_interval_max
+0x4c6f mem_24g_addr
+0x4c73 mem_24g_abort_pac
+0x4c74 mem_24g_check_dongle_times
+0x4c76 mem_24g_enter_hibernate
+0x4c7e mem_24g_device_addr
+0x4c82 mem_24g_pac_index
+0x4c83 mem_24g_no_ack
+0x4c84 mem_24g_sta_crc
+0x4c87 mem_24g_last_crc
+0x4c8a mem_24g_sta_pid
+0x4c8b mem_24g_last_pid
+0x4c8c mem_24g_max_retry
+0x4c8d mem_24g_mode
+0x4c8e mem_24g_rxdata_temp
+0x4cb0 mem_24g_rx_addr
+0x4cb4 mem_dongle_mode_init
+0x4cb5 mem_dongle_work_mode
+0x4cb6 mem_dongle_ms_bind_step
+0x4cb7 mem_dongle_kb_bind_step
+0x4cb8 mem_dongle_bind_device_status
+0x4cb9 mem_24g_bind_payload
+0x4cc1 mem_24g_abort_packet
+0x4cc2 mem_24g_rf_laststa
+0x4cc3 mem_24g_hop_btclk
+0x4cc7 mem_24g_hop_interval
+0x4cc8 mem_24g_mode_switch
+0x4cc9 mem_24g_ackpayload_enable
+0x4cca mem_24g_hop_packet
+0x4ccb mem_24g_pair_mode
+0x4ccc mem_24g_nodata_timer_enable
+0x4ccd mem_24g_time_slice
+0x4cce mem_24g_kb_data_sta_data
+0x4cd6 mem_24g_kb_data_last_data
+0x4cde mem_24g_kb_multikey_sta_data
+0x4ce1 mem_24g_kb_multikey_last_data
+0x4ce4 mem_24g_kb_blank_data_enable
+0x4ce5 mem_24g_kb_mul_blank_data_enable
+0x4ce6 mem_24g_ms_blank_data_enable
+0x4ce7 mem_24g_kb_addr
+0x4ceb mem_24g_ms_addr
+0x4cef mem_24g_dg_last_ch
+0x4cf0 mem_24g_dg_ch_number
+0x4cf1 mem_24g_dg_config_ch_once
+0x4cf2 mem_24g_kb_last_ch
+0x4cf3 mem_24g_kb_ch_number
+0x4cf4 mem_24g_kb_config_ch_once
+0x4cf5 mem_24g_ms_last_ch
+0x4cf6 mem_24g_ms_ch_number
+0x4cf7 mem_24g_ms_config_ch_once
+0x4cf8 mem_24g_syncword
+0x4cfa mem_24g_syncword_crc8
+0x4cfb mem_24g_get_syncword_crc8
+0x4cfc mem_24g_ota_sta_pid
+0x4cfe mem_tx_power_temp
+0x4cff mem_rssi_hex
+0x4d00 mem_rssi_noise_avg
+0x4d01 mem_rssi_noise_index
+0x4d02 mem_rssi_signal_index
+0x4d03 mem_rssi_noise_dg_avg
+0x4d04 mem_rssi_noise_kb_avg
+0x4d05 mem_rssi_noise_ms_avg
+0x4d06 mem_rssi_noise_dg_index
+0x4d07 mem_rssi_noise_kb_index
+0x4d08 mem_rssi_noise_ms_index
+0x4d09 mem_rssi_signal_buf
+0x4d11 mem_queue_ele_num
+0x4d12 mem_queue_read
+0x4d14 mem_queue_write
+0x4d16 mem_queue_start
+0x4d16 mem_data_ele0
+0x4d36 mem_data_ele1
+0x4d56 mem_data_ele2
+0x4d76 mem_queue_end
+0x4d76 mem_queue_temp
+0x4d78 mem_cb_24g_data
+0x4d7a mem_24g_hop_fastly_cnt
+0x4d7b mem_24g_hop_pac_retry
+0x4d7c mem_24g_rf_hop_ch
+0x4d7d mem_24g_rf_last_sta
+0x4d7e mem_24g_rf_work_stage
+0x4d7f mem_24g_sync_cnt
+0x4d80 mem_power_ctrl_pac_succ_cnt
+0x4d81 mem_rssi_avg_received
+0x4d82 mem_rssi_hex_received
+0x4d83 mem_power_ctrl_level
+0x4d84 mem_seqi
+0x4d85 mem_24g_auto_paring_switch
+0x4d86 mem_24g_paccnt
+0x4d87 mem_24g_transmit_by_interrupt
+0x4d88 mem_24g_transmit_by_interrupt_exit_count
+0x4d8a mem_24g_transmit_by_interrupt_exit_count_init
+0x4d8c mem_24g_allpowerful_addr
+0x4d92 mem_24g_stop_g24_mode
+0x4d93 mem_24g_stop_g24_mode_timeout
+0x4d95 mem_24g_pair_current_ch_num
+0x4d96 mem_24g_powerful_current_ch_num
+0x4d97 mem_24g_search_dongle_action
+0x4d98 mem_24g_search_dongle_count
+0x4d99 mem_24g_search_dongle_ch
+0x4d9a mem_24g_search_dongle_wait
+0x4d9b mem_24g_conn_sm
Index: output/program.lis
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/program.lis	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/program.lis	(working copy)
@@ -7,73 +7,73 @@
 p_zcode:
 
 p_wake_from_power:
-0001 204003d0 call p_mouse_data_init 
+0001 204003ba call p_mouse_data_init 
 0002 6800c1de fetch 1 ,mem_tx_power 
-0003 6000ccee store 1 ,mem_tx_power_temp 
-0004 20400701 call power_ctrl_pac_succ_cnt_init 
+0003 6000ccfe store 1 ,mem_tx_power_temp 
+0004 204006fe call power_ctrl_pac_succ_cnt_init 
 0005 6800c685 fetch 1 ,mem_ui_button_timeout 
 0006 6000c6da store 1 ,mem_combination_ui_button_count 
-0007 6800cb33 fetch 1 ,mem_bt_ui_button_timeout 
-0008 6000cb34 store 1 ,mem_bt_ui_button_count 
-0009 204043ca call mouse_bt_discovery_button_down_disable 
-000a 204002d6 call p_mouse_spi_init 
-000b 20400794 call p_drawing_optima_init 
-000c 2040000f call p_mouse_cb_fuction 
-000d 20400022 call p_mouse_wakeup_from_power 
-000e 2020031e branch p_mouse_setting_config 
+0007 204004df call p_mouse_bt_discovery_button_up_init 
+0008 20400332 call p_mouse_spi_init 
+0009 20400799 call p_drawing_optima_init 
+000a 20400019 call p_mouse_cb_fuction 
+000b 2040002c call p_mouse_wakeup_from_power 
+000c 680240a0 fetch 4 ,mem_lap 
+000d 60024c7e store 4 ,mem_24g_device_addr 
+000e 20405810 call le_set_config_fixed_ltk 
+000f 20405839 call le_set_justwork 
+0010 2040582c call le_set_fixed_ltk 
+0011 20405818 call le_set_config_read_authentication 
+0012 20403e1e call mouse_param_init 
+0013 58001802 setarg 0x1802 
+0014 600140bd store 2 ,mem_fcomp_mul 
+0015 58000000 setarg 0 
+0016 60014154 store 2 ,mem_lpm_interval 
+0017 204068a2 call load_adc_init 
+0018 20200305 branch p_mouse_setting_config 
 
 p_mouse_cb_fuction:
-000f 58000399 setarg p_mouse_g24_package_data 
-0010 60014d68 store 2 ,mem_cb_24g_data 
-0011 580003b3 setarg p_mouse_le 
-0012 600141ef store 2 ,mem_cb_le_process 
-0013 5800063d setarg p_le_mouse_bb_event_connect_complete 
-0014 600141f9 store 2 ,mem_cb_att_write 
-0015 580003eb setarg p_mouse_bt 
-0016 600141f1 store 2 ,mem_cb_bt_process 
-0017 5800027f setarg p_mouse_before_lpm 
-0018 600141ed store 2 ,mem_cb_before_lpm 
-0019 58000426 setarg p_mouse_priority_bb_event 
-001a 600141f5 store 2 ,mem_cb_bb_event_process 
-001b 58000413 setarg p_mouse_idle 
-001c 600141f3 store 2 ,mem_cb_idle_process 
-001d 58000469 setarg p_mouse_before_hibernate 
-001e 600141eb store 2 ,mem_cb_before_hibernate 
-001f 58000470 setarg p_mouse_bb_event_timer 
-0020 600141fd store 2 ,mem_cb_event_timer 
-0021 20600000 rtn 
+0019 5800037b setarg p_mouse_g24_package_data 
+001a 60014d78 store 2 ,mem_cb_24g_data 
+001b 580003a6 setarg p_mouse_le 
+001c 600141ef store 2 ,mem_cb_le_process 
+001d 58000639 setarg p_le_mouse_bb_event_connect_complete 
+001e 600141f9 store 2 ,mem_cb_att_write 
+001f 580003d9 setarg p_mouse_bt 
+0020 600141f1 store 2 ,mem_cb_bt_process 
+0021 580002a6 setarg p_mouse_before_lpm 
+0022 600141ed store 2 ,mem_cb_before_lpm 
+0023 58000411 setarg p_mouse_priority_bb_event 
+0024 600141f5 store 2 ,mem_cb_bb_event_process 
+0025 580003fe setarg p_mouse_idle 
+0026 600141f3 store 2 ,mem_cb_idle_process 
+0027 58000460 setarg p_mouse_before_hibernate 
+0028 600141eb store 2 ,mem_cb_before_hibernate 
+0029 5800046d setarg p_mouse_bb_event_timer 
+002a 600141fd store 2 ,mem_cb_event_timer 
+002b 20600000 rtn 
 
 p_mouse_wakeup_from_power:
-0022 58000019 setarg 25 
-0023 60014d7a store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-0024 2455802a ncall p_mouse_24g_transmit_by_interrupt_exit_count_max ,wake 
-0025 204002d8 call p_mouse_init_sunt 
-0026 20400318 call p_mouse_sensor_powerdown 
+002c 58000019 setarg 25 
+002d 60014d8a store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+002e 24558039 ncall p_mouse_24g_transmit_by_interrupt_exit_count_max ,wake 
+002f 204002d3 call p_mouse_init_sunt 
+0030 20400466 call p_mouse_sensor_powerdown 
 
 p_mouse_wakeup_no_from_power:
-0027 6800c71f fetch 1 ,mem_reconn_times_init 
-0028 6000c71e store 1 ,mem_reconn_times 
-0029 20600000 rtn 
+0031 6800c71f fetch 1 ,mem_reconn_times_init 
+0032 6000c71e store 1 ,mem_reconn_times 
+0033 680344a0 fetch 6 ,mem_le_lap 
+0034 60034b62 store 6 ,mem_le_normal_lap 
+0035 6800c241 fetch 1 ,mem_power_on_flag 
+0036 c3810000 rtnbit1 2 
+0037 704b770a jam ble_poweron_reconn_timer ,mem_mouse_poweron_bt_start_reconn_timer 
+0038 202003a3 branch p_mouse_dpi_config_default 
 
 p_mouse_24g_transmit_by_interrupt_exit_count_max:
-002a 58000177 setarg 375 
-002b 60014d7a store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-002c 20600000 rtn 
-002d 20000001 nop 1 
-002e 20000001 nop 1 
-002f 20000001 nop 1 
-0030 20000001 nop 1 
-0031 20000001 nop 1 
-0032 20000001 nop 1 
-0033 20000001 nop 1 
-0034 20000001 nop 1 
-0035 20000001 nop 1 
-0036 20000001 nop 1 
-0037 20000001 nop 1 
-0038 20000001 nop 1 
-0039 20000001 nop 1 
-003a 20000001 nop 1 
-003b 20000001 nop 1 
+0039 58000177 setarg 375 
+003a 60014d8a store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+003b 20600000 rtn 
 003c 20000001 nop 1 
 003d 20000001 nop 1 
 003e 20000001 nop 1 
@@ -83,67 +83,67 @@
 0040 c284005a bbit1 8 ,pf_patch_ext 
 0041 c0008076 beq patch00_1 ,p_soft_reset_1 
 0042 c001007f beq patch00_2 ,p_soft_reset_2 
-0043 c0428765 beq patch10_5 ,p_shutdown_radio 
-0044 c0448736 beq patch11_1 ,p_set_freq_tx 
-0045 c0450767 beq patch11_2 ,p_initialize_radio_cont 
-0046 c00d8652 beq patch03_3 ,p_page_wait_fhs_reply_ok 
-0047 c0130654 beq patch04_6 ,p_role_switch_master 
-0048 c024066f beq patch09_0 ,p_quit_connection_cont 
-0049 c0250671 beq patch09_2 ,p_prepare_tx 
-004a c028867a beq patch0a_1 ,p_slave_conn_recv_packet 
-004b c02c866d beq patch0b_1 ,p_process_dmh 
-004c c053867f beq patch14_7 ,p_lpm_dispatch 
-004d c0568695 beq patch15_5 ,p_lpm_set_mult 
+0043 c042876a beq patch10_5 ,p_shutdown_radio 
+0044 c044873b beq patch11_1 ,p_set_freq_tx 
+0045 c045076c beq patch11_2 ,p_initialize_radio_cont 
+0046 c00d864e beq patch03_3 ,p_page_wait_fhs_reply_ok 
+0047 c0130650 beq patch04_6 ,p_role_switch_master 
+0048 c024066c beq patch09_0 ,p_quit_connection_cont 
+0049 c025066e beq patch09_2 ,p_prepare_tx 
+004a c0288677 beq patch0a_1 ,p_slave_conn_recv_packet 
+004b c02c866a beq patch0b_1 ,p_process_dmh 
+004c c053867c beq patch14_7 ,p_lpm_dispatch 
+004d c0568692 beq patch15_5 ,p_lpm_set_mult 
 004e c065b3e4 beq patch19_3 ,app_bt_start_reconnect + 3 
-004f c07486a6 beq patch1d_1 ,p_mouse_bb_disconnected 
+004f c07486a3 beq patch1d_1 ,p_mouse_bb_disconnected 
 0050 c0508088 beq patch14_1 ,p_init_param 
 0051 c058808d beq patch16_1 ,p_lpm_check_wake_lock 
 0052 c059009b beq patch16_2 ,p_g24_dispatch 
-0053 c06202a1 beq patch18_4 ,p_device_init 
-0054 c07184f9 beq patch1c_3 ,p_mouse_seting_dpi 
-0055 c0730521 beq patch1c_6 ,p_mouse_motion 
-0056 c0750572 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
-0057 c0758578 beq patch1d_3 ,p_mouse_start_discovery 
-0058 c076058a beq patch1d_4 ,p_mouse_stop_discovery 
+0053 c06202b3 beq patch18_4 ,p_device_init 
+0054 c0718511 beq patch1c_3 ,p_mouse_seting_dpi 
+0055 c0730539 beq patch1c_6 ,p_mouse_motion 
+0056 c0750581 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
+0057 c075858a beq patch1d_3 ,p_mouse_start_discovery 
+0058 c076058d beq patch1d_4 ,p_mouse_stop_discovery 
 0059 20202a8e branch loop 
 
 pf_patch_ext:
-005a c01c8594 beq patch27_1 ,p_le_slave_match 
-005b c021859c beq patch28_3 ,p_le_next_adv_channel 
-005c c02505a2 beq patch29_2 ,p_le_receive_skip 
-005d c02b85a5 beq patch2a_7 ,p_le_update_param 
-005e c02c85a7 beq patch2b_1 ,p_le_update_channel_map 
-005f c03185a9 beq patch2c_3 ,p_le_prepare_tx 
-0060 c03305d9 beq patch2c_6 ,p_le_parse 
-0061 c03385f0 beq patch2c_7 ,p_le_parse_l2cap 
-0062 c0350628 beq patch2d_2 ,p_le_adv_not_match 
-0063 c03b8633 beq patch2e_7 ,p_le_lpm_setmult 
-0064 c00286a8 beq patch20_5 ,p_hid_rx_process 
-0065 c04006aa beq patch30_0 ,p_parse_lmp_accepted 
-0066 c04106b4 beq patch30_2 ,p_send_lmp 
-0067 c04406c5 beq patch31_0 ,p_process_conn_sm 
-0068 c046063f beq patch31_4 ,p_twspi_reset 
-0069 c046864b beq patch31_5 ,p_spid_init 
-006a c07d06e9 beq patch3f_2 ,p_check_51cmd_once_continue 
+005a c01c858f beq patch27_1 ,p_le_slave_match 
+005b c0218597 beq patch28_3 ,p_le_next_adv_channel 
+005c c025059d beq patch29_2 ,p_le_receive_skip 
+005d c02b85a0 beq patch2a_7 ,p_le_update_param 
+005e c02c85a2 beq patch2b_1 ,p_le_update_channel_map 
+005f c03185a4 beq patch2c_3 ,p_le_prepare_tx 
+0060 c03305cd beq patch2c_6 ,p_le_parse 
+0061 c03385ec beq patch2c_7 ,p_le_parse_l2cap 
+0062 c0350624 beq patch2d_2 ,p_le_adv_not_match 
+0063 c03b862f beq patch2e_7 ,p_le_lpm_setmult 
+0064 c07d06e6 beq patch3f_2 ,p_check_51cmd_once_continue 
+0065 c00286a5 beq patch20_5 ,p_hid_rx_process 
+0066 c04006a7 beq patch30_0 ,p_parse_lmp_accepted 
+0067 c04106b1 beq patch30_2 ,p_send_lmp 
+0068 c04406c2 beq patch31_0 ,p_process_conn_sm 
+0069 c046063b beq patch31_4 ,p_twspi_reset 
+006a c0468647 beq patch31_5 ,p_spid_init 
 006b 20202a8e branch loop 
 
 p_rssi_signal:
 006c 1fe22200 copy pdata ,rega 
-006d 6808ccf2 fetcht 1 ,mem_rssi_signal_index 
-006e 58004cf9 setarg mem_rssi_signal_buf 
+006d 6808cd02 fetcht 1 ,mem_rssi_signal_index 
+006e 58004d09 setarg mem_rssi_signal_buf 
 006f 98408a00 iadd temp ,contw 
 0070 1a227e00 copy rega ,pdata 
 0071 e0a08000 istore 1 ,contw 
 0072 18408401 increase 1 ,temp 
 0073 18410407 and_into rssi_buf_len_signal ,temp 
-0074 6008ccf2 storet 1 ,mem_rssi_signal_index 
+0074 6008cd02 storet 1 ,mem_rssi_signal_index 
 0075 20600000 rtn 
 
 p_soft_reset_1:
 0076 d8a009ae arg mem_sp_state ,contw 
 0077 df20000c arg 12 ,loopcnt 
 0078 20407ed4 call clear_mem 
-0079 204003aa call p_mouse_le_txbuff_load 
+0079 2040038c call p_mouse_le_txbuff_load 
 007a 20406a03 call rfcomm_init 
 007b 20405cf6 call init_lmp 
 007c 2455ac65 ncall lpm_disable_exen_output ,wake 
@@ -172,2650 +172,2674 @@
 
 p_lpm_check_wake_lock:
 008d c6130000 rtnmark1 mark_24g 
-008e 6800cb29 fetch 1 ,mem_mouse_multi_led_state 
+008e 6800cb26 fetch 1 ,mem_mouse_multi_led_state 
 008f 243a7fef nbranch disable_blank ,blank 
-0090 6800cb2e fetch 1 ,mem_mouse_multi_led_blink_count 
+0090 6800cb2c fetch 1 ,mem_mouse_multi_led_blink_count 
 0091 243a7fef nbranch disable_blank ,blank 
 0092 6800c79e fetch 1 ,mem_mouse_clear_sensor_data_flag 
 0093 203a7fef branch disable_blank ,blank 
-0094 6800c7c7 fetch 1 ,mem_mouse_le_conn_param_reject 
+0094 6800c7c4 fetch 1 ,mem_mouse_le_conn_param_reject 
 0095 c000ffef beq le_lpm_disable ,disable_blank 
 0096 68014248 fetch 2 ,mem_sdp_remote_cid 
 0097 243a7fef nbranch disable_blank ,blank 
-0098 6800c809 fetch 1 ,mem_mouse_wheel_trigger 
+0098 6800c806 fetch 1 ,mem_mouse_wheel_trigger 
 0099 243a7fef nbranch disable_blank ,blank 
 009a 20207ff1 branch enable_blank 
 
 p_g24_dispatch:
 009b c6930000 rtnmark0 mark_24g 
-009c 6800cd77 fetch 1 ,mem_24g_transmit_by_interrupt 
-009d c00080b1 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+009c 6800cd9b fetch 1 ,mem_24g_conn_sm 
+009d c28080b0 bbit1 state_24g_pair ,p_g24_pair_dispatch 
+009e c28100b2 bbit1 state_24g_reconn ,p_g24_reconn_dispatch 
+009f 6800cd87 fetch 1 ,mem_24g_transmit_by_interrupt 
+00a0 c00080b8 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
 
 p_g24_transmit_process:
-009e 2040013c call p_g24_txdata_prep 
-009f 243400cc nbranch p_g24_nodata_transmit ,user 
-00a0 2040011e call p_g24_rf_sta_check 
+00a1 20400170 call p_g24_txdata_prep 
+00a2 243400d3 nbranch p_g24_nodata_transmit ,user 
+00a3 2040014b call p_g24_rf_sta_check 
 
 p_g24_transmit_start:
-00a1 2040015f call p_g24_transmit_packet 
-00a2 6800cc47 fetch 1 ,mem_24g_pairing_sm 
-00a3 c1ff8000 rtnne state_24g_pairing_success 
-00a4 2040070a call power_ctrl_start 
-00a5 204000ad call g24_long_sleep_shorter_param_update 
-00a6 6800cb29 fetch 1 ,mem_mouse_multi_led_state 
-00a7 c000839c beq on ,p_g24_transmit_by_interrupt_enable 
+00a4 20400193 call p_g24_transmit_packet 
+00a5 6800cc57 fetch 1 ,mem_24g_pairing_sm 
+00a6 c1ff8000 rtnne state_24g_pairing_success 
+00a7 2040070f call power_ctrl_start 
+00a8 204000b4 call g24_long_sleep_shorter_param_update 
+00a9 6800cb26 fetch 1 ,mem_mouse_multi_led_state 
+00aa c000837e beq on ,p_g24_transmit_by_interrupt_enable 
 
 p_g24_short_sleep:
-00a8 204000d8 call p_g24_lpm_wait 
-00a9 24740000 nrtn user 
-00aa 20400286 call p_clear_wake 
-00ab 5800f424 setarg 62500 
-00ac 20202b93 branch lpm_dispatch_sleep 
+00ab 204000e2 call p_g24_lpm_wait 
+00ac 24740000 nrtn user 
+00ad 204002ad call p_clear_wake 
+00ae 5800f03c setarg 61500 
+00af 20202b93 branch lpm_dispatch_sleep 
+
+p_g24_pair_dispatch:
+00b0 7011c660 jam zcode_60 ,mem_zcode_temp_param0 
+00b1 2020076f branch p_zcode_entrance 
+
+p_g24_reconn_dispatch:
+00b2 7011c653 jam zcode_53 ,mem_zcode_temp_param0 
+00b3 2020076f branch p_zcode_entrance 
 
 g24_long_sleep_shorter_param_update:
-00ad 58017700 setarg g24_long_sleep_step1 
-00ae 6001cc66 store 3 ,mem_24g_enter_hibernate 
-00af 704b6414 jam 20 ,mem_24g_long_sleep_param_update_timer 
-00b0 20600000 rtn 
+00b4 58017700 setarg g24_long_sleep_step1 
+00b5 6001cc76 store 3 ,mem_24g_enter_hibernate 
+00b6 704b4414 jam 20 ,mem_24g_long_sleep_param_update_timer 
+00b7 20600000 rtn 
 
 p_g24_transmit_by_interrupt:
-00b1 2040025f call p_g24_timer_check 
-00b2 24740000 nrtn user 
-00b3 204000c6 call p_g24_interval_calibrate 
-00b4 68014d78 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
-00b5 1fe0fe01 increase 1 ,pdata 
-00b6 60014d78 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-00b7 68094d7a fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
-00b8 98467c00 isub temp ,null 
-00b9 204280bb call p_g24_transmit_by_interrupt_exit ,zero 
-00ba 2020009e branch p_g24_transmit_process 
+00b8 20400286 call p_g24_timer_check 
+00b9 24740000 nrtn user 
+00ba 204000cd call p_g24_interval_calibrate 
+00bb 68014d88 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+00bc 1fe0fe01 increase 1 ,pdata 
+00bd 60014d88 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+00be 68094d8a fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+00bf 98467c00 isub temp ,null 
+00c0 204280c2 call p_g24_transmit_by_interrupt_exit ,zero 
+00c1 202000a1 branch p_g24_transmit_process 
 
 p_g24_transmit_by_interrupt_exit:
-00bb 704d7700 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-00bc 58000000 setarg 0 
-00bd 60014d78 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-00be 58000019 setarg 25 
-00bf 60014d7a store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+00c2 704d8700 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+00c3 58000000 setarg 0 
+00c4 60014d88 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+00c5 58000019 setarg 25 
+00c6 60014d8a store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
 
 p_g24_interval_min:
-00c0 704c7200 jam 0 ,mem_24g_pac_index 
-00c1 6800cc5d fetch 1 ,mem_24g_interval_min 
+00c7 704c8200 jam 0 ,mem_24g_pac_index 
+00c8 6800cc6d fetch 1 ,mem_24g_interval_min 
 
-p_g24_current_interval_store:
-00c2 6000cc5c store 1 ,mem_24g_interval 
-00c3 20600000 rtn 
+p_g24_interval_store:
+00c9 6000cc6c store 1 ,mem_24g_interval 
+00ca 20600000 rtn 
 
 p_g24_interval_max:
-00c4 6800cc5e fetch 1 ,mem_24g_interval_max 
-00c5 202000c2 branch p_g24_current_interval_store 
+00cb 6800cc6e fetch 1 ,mem_24g_interval_max 
+00cc 202000c9 branch p_g24_interval_store 
 
 p_g24_interval_calibrate:
-00c6 6800cc72 fetch 1 ,mem_24g_pac_index 
-00c7 1fe0fe01 increase 1 ,pdata 
-00c8 6000cc72 store 1 ,mem_24g_pac_index 
-00c9 c00200c4 beq 4 ,p_g24_interval_max 
-00ca c00280c0 beq 5 ,p_g24_interval_min 
-00cb 20600000 rtn 
+00cd 6800cc82 fetch 1 ,mem_24g_pac_index 
+00ce 1fe0fe01 increase 1 ,pdata 
+00cf 6000cc82 store 1 ,mem_24g_pac_index 
+00d0 c00200cb beq 4 ,p_g24_interval_max 
+00d1 c00280c7 beq 5 ,p_g24_interval_min 
+00d2 20600000 rtn 
 
 p_g24_nodata_transmit:
-00cc 6800cc63 fetch 1 ,mem_24g_abort_pac 
-00cd 205a00e1 call p_g24_send_abort_packet ,blank 
-00ce 6800cb2e fetch 1 ,mem_mouse_multi_led_blink_count 
-00cf 247a0000 nrtn blank 
-00d0 6800cb29 fetch 1 ,mem_mouse_multi_led_state 
-00d1 c1008000 rtneq on 
+00d3 6800cc73 fetch 1 ,mem_24g_abort_pac 
+00d4 205a00fb call p_g24_send_abort_packet ,blank 
+00d5 6800cb2c fetch 1 ,mem_mouse_multi_led_blink_count 
+00d6 247a0000 nrtn blank 
+00d7 6800cb26 fetch 1 ,mem_mouse_multi_led_state 
+00d8 c1008000 rtneq on 
+00d9 6800cd87 fetch 1 ,mem_24g_transmit_by_interrupt 
+00da c1008000 rtneq g24_tx_timer_int_enable 
+00db 2040010c call p_g24_search_dongle 
 
 p_g24_long_sleep:
-00d2 204000d8 call p_g24_lpm_wait 
-00d3 24740000 nrtn user 
-00d4 6801cc66 fetch 3 ,mem_24g_enter_hibernate 
-00d5 20407f49 call clk2lpo 
-00d6 600a415b storet 4 ,mem_sleep_counter 
-00d7 20202b2a branch lpm_sleep 
+00dc 204000e2 call p_g24_lpm_wait 
+00dd 24740000 nrtn user 
+00de 6801cc76 fetch 3 ,mem_24g_enter_hibernate 
+00df 20407f49 call clk2lpo 
+00e0 600a415b storet 4 ,mem_sleep_counter 
+00e1 20202b2a branch lpm_sleep 
 
 p_g24_lpm_wait:
-00d8 78347c00 enable user 
-00d9 20402afa call lpo_calibration 
-00da 6801c16f fetch 3 ,mem_clks_per_lpo 
-00db 203a7fe9 branch disable_user ,blank 
-00dc 6800c091 fetch 1 ,mem_lpm_mode 
-00dd 203a7fe9 branch disable_user ,blank 
-00de 6800cd77 fetch 1 ,mem_24g_transmit_by_interrupt 
-00df c000ffe9 beq g24_tx_timer_int_enable ,disable_user 
-00e0 20200289 branch p_mouse_setgpio_lpm 
+00e2 78347c00 enable user 
+00e3 20402afa call lpo_calibration 
+00e4 6801c16f fetch 3 ,mem_clks_per_lpo 
+00e5 203a7fe9 branch disable_user ,blank 
+00e6 6800c091 fetch 1 ,mem_lpm_mode 
+00e7 203a7fe9 branch disable_user ,blank 
+00e8 6800cd87 fetch 1 ,mem_24g_transmit_by_interrupt 
+00e9 c000ffe9 beq g24_tx_timer_int_enable ,disable_user 
+
+p_mouse_setgpio_lpm:
+00ea 204002b0 call p_mouse_set_sdio_high 
+00eb 204002ad call p_clear_wake 
+
+p_mouse_setgpio_hibernate:
+00ec 20403ebf call mouse_lpm_before_common 
+00ed 20400307 call p_flash_ncs_disable 
+00ee 68120070 hfetch 4 ,core_gpio_oe0 
+00ef 681a0078 hfetcht 4 ,core_gpio_pu0 
+00f0 98418400 ior temp ,temp 
+00f1 18440400 invert temp ,temp 
+00f2 601a007c hstoret 4 ,core_gpio_pd0 
+00f3 6810807d hfetch 1 ,core_gpio_pd1 
+00f4 793ffe02 set0 2 ,pdata 
+00f5 6010807d hstore 1 ,core_gpio_pd1 
+00f6 6810807e hfetch 1 ,core_gpio_pd2 
+00f7 793ffe06 set0 6 ,pdata 
+00f8 6010807e hstore 1 ,core_gpio_pd2 
+
+p_mouse_ice_gpio_set_inpu:
+00f9 d840001d arg 0x1d ,temp 
+00fa 202067fb branch gpio_config_input 
 
 p_g24_send_abort_packet:
-00e1 704c6301 jam 1 ,mem_24g_abort_pac 
-00e2 704d6c00 jam 0 ,mem_24g_rf_hop_ch 
-00e3 204000f4 call p_g24_transmit_rf_ctrl_clear 
-00e4 6000cbd3 store 1 ,mem_24g_txbuf 
-00e5 58000000 setarg 0 
-00e6 6003cbd4 store 7 ,mem_24g_txbuf + 1 
-00e7 68024c6e fetch 4 ,mem_24g_device_addr 
-00e8 60024bdb store 4 ,mem_24g_txbuf + 8 
-00e9 704c370c jam 12 ,mem_24g_datalen 
-00ea 6800cc38 fetch 1 ,mem_24g_data_type 
-00eb 79207e03 set1 bit_abort ,pdata 
-00ec 6000cc38 store 1 ,mem_24g_data_type 
-00ed 2040013f call p_g24_txdata_enable_tx 
-00ee 202000a1 branch p_g24_transmit_start 
-
-p_g24_set_device_addr:
-00ef 680240a0 fetch 4 ,mem_lap 
-00f0 60024c6e store 4 ,mem_24g_device_addr 
-00f1 20600000 rtn 
+00fb 704c7301 jam 1 ,mem_24g_abort_pac 
+00fc 704d7c00 jam 0 ,mem_24g_rf_hop_ch 
+00fd 20400121 call p_g24_transmit_rf_ctrl_clear 
+00fe 6000cbe3 store 1 ,mem_24g_txbuf 
+00ff 58000000 setarg 0 
+0100 6003cbe4 store 7 ,mem_24g_txbuf + 1 
+0101 68024c7e fetch 4 ,mem_24g_device_addr 
+0102 60024beb store 4 ,mem_24g_txbuf + 8 
+0103 704c470c jam 12 ,mem_24g_datalen 
+0104 6800cc48 fetch 1 ,mem_24g_data_type 
+0105 79207e03 set1 bit_abort ,pdata 
+0106 6000cc48 store 1 ,mem_24g_data_type 
+0107 20400173 call p_g24_txdata_enable_tx 
+0108 202000a4 branch p_g24_transmit_start 
+
+p_g24_search_dongle_init:
+0109 58000000 setarg 0 
+010a 6001cd97 store 3 ,mem_24g_search_dongle_action 
+010b 20600000 rtn 
+
+p_g24_search_dongle:
+010c 7011c671 jam zcode_71 ,mem_zcode_temp_param0 
+010d 2020076f branch p_zcode_entrance 
+
+p_g24_search_dongle_check:
+010e 704d9800 jam 0 ,mem_24g_search_dongle_count 
+010f 6800cd97 fetch 1 ,mem_24g_search_dongle_action 
+0110 c3800000 rtnbit1 g24_disconn_state 
+0111 79207e00 set1 g24_disconn_state ,pdata 
+0112 6000cd97 store 1 ,mem_24g_search_dongle_action 
+0113 58000708 setarg g24_disconn_nodata_timer 
+0114 600146b0 store 2 ,mem_mouse_no_data_timer 
+0115 20200466 branch p_mouse_sensor_powerdown 
+
+p_g24_search_dongle_success:
+0116 6800cc73 fetch 1 ,mem_24g_abort_pac 
+0117 203a0109 branch p_g24_search_dongle_init ,blank 
+0118 704d9800 jam 0 ,mem_24g_search_dongle_count 
+0119 6800cd97 fetch 1 ,mem_24g_search_dongle_action 
+011a c4000000 rtnbit0 g24_disconn_state 
+011b 793ffe00 set0 g24_disconn_state ,pdata 
+011c 6000cd97 store 1 ,mem_24g_search_dongle_action 
+011d 20403f8d call mouse_no_data_timer_init 
+011e 202003d7 branch p_mouse_init_sensor_reset 
 
 p_g24_transmit_rf_sta_init:
-00f2 704d6d01 jam 1 ,mem_24g_rf_last_sta 
-00f3 704d6f00 jam 0 ,mem_24g_sync_cnt 
+011f 704d7d01 jam 1 ,mem_24g_rf_last_sta 
+0120 704d7f00 jam 0 ,mem_24g_sync_cnt 
 
 p_g24_transmit_rf_ctrl_clear:
-00f4 6800cc38 fetch 1 ,mem_24g_data_type 
-00f5 1fe17e07 and_into bits_data ,pdata 
-00f6 6000cc38 store 1 ,mem_24g_data_type 
-00f7 20600000 rtn 
+0121 6800cc48 fetch 1 ,mem_24g_data_type 
+0122 1fe17e07 and_into bits_data ,pdata 
+0123 6000cc48 store 1 ,mem_24g_data_type 
+0124 20600000 rtn 
 
 p_g24_hop_ch_enable:
-00f8 6800cc38 fetch 1 ,mem_24g_data_type 
-00f9 79207e04 set1 bit_hop ,pdata 
-00fa 6000cc38 store 1 ,mem_24g_data_type 
-00fb 6000cbf3 store 1 ,mem_24g_txpayload 
-00fc 20600000 rtn 
+0125 6800cc48 fetch 1 ,mem_24g_data_type 
+0126 79207e04 set1 bit_hop ,pdata 
+0127 6000cc48 store 1 ,mem_24g_data_type 
+0128 6000cc03 store 1 ,mem_24g_txpayload 
+0129 20600000 rtn 
 
 p_g24_hop_enable_packet:
-00fd 6800cc38 fetch 1 ,mem_24g_data_type 
-00fe c4020000 rtnbit0 bit_hop 
+012a 6800cc48 fetch 1 ,mem_24g_data_type 
+012b c4020000 rtnbit0 bit_hop 
 
 p_g24_hop_ch_disable:
-00ff 6800cc38 fetch 1 ,mem_24g_data_type 
-0100 793ffe04 set0 bit_hop ,pdata 
-0101 6000cc38 store 1 ,mem_24g_data_type 
-0102 6000cbf3 store 1 ,mem_24g_txpayload 
-0103 204005ca call power_ctrl_pac_succ_decrs 
-0104 20200131 branch p_g24_ch 
+012c 6800cc48 fetch 1 ,mem_24g_data_type 
+012d 793ffe04 set0 bit_hop ,pdata 
+012e 6000cc48 store 1 ,mem_24g_data_type 
+012f 6000cc03 store 1 ,mem_24g_txpayload 
+0130 20400705 call power_ctrl_pac_succ_decrs 
+0131 2020015e branch p_g24_ch 
 
 p_g24_rf_hop_attemp_again:
-0105 6800cd6c fetch 1 ,mem_24g_rf_hop_ch 
-0106 c08080f4 bne 1 ,p_g24_transmit_rf_ctrl_clear 
+0132 6800cd7c fetch 1 ,mem_24g_rf_hop_ch 
+0133 c0808121 bne 1 ,p_g24_transmit_rf_ctrl_clear 
 
 p_g24_rf_hop_fastly:
-0107 6800cd6a fetch 1 ,mem_24g_hop_fastly_cnt 
-0108 1fe0fe01 increase 1 ,pdata 
-0109 6000cd6a store 1 ,mem_24g_hop_fastly_cnt 
-010a c002010e beq 4 ,p_g24_rf_hop_fastly_exit 
-010b 20400131 call p_g24_ch 
-010c 704c7c02 jam 2 ,mem_24g_max_retry 
-010d 2020015f branch p_g24_transmit_packet 
+0134 6800cd7a fetch 1 ,mem_24g_hop_fastly_cnt 
+0135 1fe0fe01 increase 1 ,pdata 
+0136 6000cd7a store 1 ,mem_24g_hop_fastly_cnt 
+0137 c002013b beq 4 ,p_g24_rf_hop_fastly_exit 
+0138 2040015e call p_g24_ch 
+0139 704c8c02 jam 2 ,mem_24g_max_retry 
+013a 20200193 branch p_g24_transmit_packet 
 
 p_g24_rf_hop_fastly_exit:
-010e 204005ca call power_ctrl_pac_succ_decrs 
-010f 704d6a00 jam 0 ,mem_24g_hop_fastly_cnt 
-0110 202000f4 branch p_g24_transmit_rf_ctrl_clear 
+013b 20400705 call power_ctrl_pac_succ_decrs 
+013c 704d7a00 jam 0 ,mem_24g_hop_fastly_cnt 
+013d 20200121 branch p_g24_transmit_rf_ctrl_clear 
 
 p_g24_transmit_hop_pac_succ_wo_hop:
-0111 704d6f02 jam 2 ,mem_24g_sync_cnt 
+013e 704d7f02 jam 2 ,mem_24g_sync_cnt 
 
 p_g24_transmit_hop_pac_succ:
-0112 704d6d01 jam 1 ,mem_24g_rf_last_sta 
-0113 704d6c00 jam 0 ,mem_24g_rf_hop_ch 
-0114 202000f4 branch p_g24_transmit_rf_ctrl_clear 
+013f 704d7d01 jam 1 ,mem_24g_rf_last_sta 
+0140 704d7c00 jam 0 ,mem_24g_rf_hop_ch 
+0141 20200121 branch p_g24_transmit_rf_ctrl_clear 
 
 p_g24_transmit_succ_rf_config:
-0115 6800cd6e fetch 1 ,mem_24g_rf_work_stage 
-0116 c0018112 beq 3 ,p_g24_transmit_hop_pac_succ 
-0117 6800cc38 fetch 1 ,mem_24g_data_type 
-0118 2fec0004 isolate0 bit_hop ,pdata 
-0119 202080f2 branch p_g24_transmit_rf_sta_init ,true 
-011a 6800cd6e fetch 1 ,mem_24g_rf_work_stage 
-011b c0008111 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
-011c c0010112 beq 2 ,p_g24_transmit_hop_pac_succ 
-011d 20600000 rtn 
+0142 6800cd7e fetch 1 ,mem_24g_rf_work_stage 
+0143 c001813f beq 3 ,p_g24_transmit_hop_pac_succ 
+0144 6800cc48 fetch 1 ,mem_24g_data_type 
+0145 2fec0004 isolate0 bit_hop ,pdata 
+0146 2020811f branch p_g24_transmit_rf_sta_init ,true 
+0147 6800cd7e fetch 1 ,mem_24g_rf_work_stage 
+0148 c000813e beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
+0149 c001013f beq 2 ,p_g24_transmit_hop_pac_succ 
+014a 20600000 rtn 
 
 p_g24_rf_sta_check:
-011e 6800cc47 fetch 1 ,mem_24g_pairing_sm 
-011f c1ff8000 rtnne state_24g_pairing_success 
-0120 20400123 call p_g24_rf_laststa_synccnt_check 
-0121 2456012b ncall p_g24_rf_sync_cnt_check ,user2 
-0122 20600000 rtn 
+014b 6800cc57 fetch 1 ,mem_24g_pairing_sm 
+014c c1ff8000 rtnne state_24g_pairing_success 
+014d 20400150 call p_g24_rf_laststa_synccnt_check 
+014e 24560158 ncall p_g24_rf_sync_cnt_check ,user2 
+014f 20600000 rtn 
 
 p_g24_rf_laststa_synccnt_check:
-0123 78567c00 disable user2 
-0124 6800cd6d fetch 1 ,mem_24g_rf_last_sta 
-0125 c1808000 rtnne 1 
-0126 6800cd6f fetch 1 ,mem_24g_sync_cnt 
-0127 c1800000 rtnne 0 
-0128 704d6e01 jam 1 ,mem_24g_rf_work_stage 
-0129 704c7c04 jam 4 ,mem_24g_max_retry 
-012a 20207feb branch enable_user2 
+0150 78567c00 disable user2 
+0151 6800cd7d fetch 1 ,mem_24g_rf_last_sta 
+0152 c1808000 rtnne 1 
+0153 6800cd7f fetch 1 ,mem_24g_sync_cnt 
+0154 c1800000 rtnne 0 
+0155 704d7e01 jam 1 ,mem_24g_rf_work_stage 
+0156 704c8c04 jam 4 ,mem_24g_max_retry 
+0157 20207feb branch enable_user2 
 
 p_g24_rf_sync_cnt_check:
-012b 6800cd6f fetch 1 ,mem_24g_sync_cnt 
-012c 203a0137 branch p_g24_rf_hop_attemp ,blank 
-012d 1fe0ffff increase -1 ,pdata 
-012e 6000cd6f store 1 ,mem_24g_sync_cnt 
-012f 704d6e02 jam 2 ,mem_24g_rf_work_stage 
-0130 704c7c04 jam 4 ,mem_24g_max_retry 
+0158 6800cd7f fetch 1 ,mem_24g_sync_cnt 
+0159 203a016b branch p_g24_rf_hop_attemp ,blank 
+015a 1fe0ffff increase -1 ,pdata 
+015b 6000cd7f store 1 ,mem_24g_sync_cnt 
+015c 704d7e02 jam 2 ,mem_24g_rf_work_stage 
+015d 704c8c04 jam 4 ,mem_24g_max_retry 
 
 p_g24_ch:
-0131 6808cc42 fetcht 1 ,mem_24g_current_ch_number 
-
-p_g24_ch_map_size:
-0132 204001e0 call p_g24_ch_calc 
-0133 18408401 increase 1 ,temp 
-0134 18410403 and_into 3 ,temp 
-0135 6008cc42 storet 1 ,mem_24g_current_ch_number 
-0136 20600000 rtn 
+015e 6808cc52 fetcht 1 ,mem_24g_current_ch_number 
+015f 6800cc6f fetch 1 ,mem_24g_addr 
+0160 1fe17e03 and_into 0x03 ,pdata 
+0161 1fefa204 mul32 pdata ,4 ,rega 
+0162 58004c58 setarg mem_24g_ch_map1 
+0163 9a20fe00 iadd rega ,pdata 
+0164 98408c00 iadd temp ,contr 
+0165 e8c08000 ifetch 1 ,contr 
+0166 6000cc51 store 1 ,mem_24g_ch 
+0167 18408401 increase 1 ,temp 
+0168 18410403 and_into 3 ,temp 
+0169 6008cc52 storet 1 ,mem_24g_current_ch_number 
+016a 20600000 rtn 
 
 p_g24_rf_hop_attemp:
-0137 704d6e03 jam 3 ,mem_24g_rf_work_stage 
-0138 6800cd6c fetch 1 ,mem_24g_rf_hop_ch 
-0139 243a0105 nbranch p_g24_rf_hop_attemp_again ,blank 
-013a 704c7c02 jam 2 ,mem_24g_max_retry 
-013b 20200131 branch p_g24_ch 
+016b 704d7e03 jam 3 ,mem_24g_rf_work_stage 
+016c 6800cd7c fetch 1 ,mem_24g_rf_hop_ch 
+016d 243a0132 nbranch p_g24_rf_hop_attemp_again ,blank 
+016e 704c8c02 jam 2 ,mem_24g_max_retry 
+016f 2020015e branch p_g24_ch 
 
 p_g24_txdata_prep:
-013c 6800cc47 fetch 1 ,mem_24g_pairing_sm 
-013d c0ff81a3 bne state_24g_pairing_success ,p_g24_pairing_sm 
+0170 6800cc57 fetch 1 ,mem_24g_pairing_sm 
+0171 c0ff81ec bne state_24g_pairing_success ,p_g24_pairing_sm 
 
 p_g24_txdata_prep_packeage_data:
-013e 20400142 call p_g24_package_data 
+0172 20400176 call p_g24_package_data 
 
 p_g24_txdata_enable_tx:
-013f 204001ce call p_g24_transmit_prep 
-0140 704c3c01 jam ensure_on_24g ,mem_24g_ensure 
-0141 20600000 rtn 
+0173 2040020a call p_g24_transmit_prep 
+0174 704c4c01 jam ensure_on_24g ,mem_24g_ensure 
+0175 20600000 rtn 
 
 p_g24_package_data:
-0142 68014d68 fetch 2 ,mem_cb_24g_data 
-0143 20407f9c call callback_func 
-0144 20340148 branch p_g24_accumulate_mouse_data ,user 
-0145 6803cbd4 fetch 7 ,mem_24g_txbuf + 1 
-0146 207a0000 rtn blank 
-0147 20207fe7 branch enable_user 
+0176 68014d78 fetch 2 ,mem_cb_24g_data 
+0177 20407f9c call callback_func 
+0178 2034017c branch p_g24_accumulate_mouse_data ,user 
+0179 6803cbe4 fetch 7 ,mem_24g_txbuf + 1 
+017a 207a0000 rtn blank 
+017b 20207fe7 branch enable_user 
 
 p_g24_accumulate_mouse_data:
-0148 204003ca call p_mouse_data_xy_release 
-0149 704c6300 jam 0 ,mem_24g_abort_pac 
-014a 1a20fe01 add rega ,1 ,pdata 
-014b 6000cc37 store 1 ,mem_24g_datalen 
-014c 204000f4 call p_g24_transmit_rf_ctrl_clear 
-014d 6000cbd3 store 1 ,mem_24g_txbuf 
-014e e8a88000 ifetcht 1 ,contw 
-014f ea408000 ifetch 1 ,regb 
-0150 9841fe00 ior temp ,pdata 
-0151 e0a08000 istore 1 ,contw 
-0152 1a40a401 increase 1 ,regb 
-0153 ea420000 ifetch 4 ,regb 
-0154 e0a20000 istore 4 ,contw 
-0155 1a40a404 increase 4 ,regb 
-0156 d8a04bd9 arg mem_24g_txbuf + 6 ,contw 
-0157 df200002 arg 2 ,loopcnt 
+017c 20400398 call p_mouse_data_xy_release 
+017d 704c7300 jam 0 ,mem_24g_abort_pac 
+017e 1a20fe01 add rega ,1 ,pdata 
+017f 6000cc47 store 1 ,mem_24g_datalen 
+0180 20400121 call p_g24_transmit_rf_ctrl_clear 
+0181 6000cbe3 store 1 ,mem_24g_txbuf 
+0182 e8a88000 ifetcht 1 ,contw 
+0183 ea408000 ifetch 1 ,regb 
+0184 9841fe00 ior temp ,pdata 
+0185 e0a08000 istore 1 ,contw 
+0186 1a40a401 increase 1 ,regb 
+0187 ea420000 ifetch 4 ,regb 
+0188 e0a20000 istore 4 ,contw 
+0189 1a40a404 increase 4 ,regb 
+018a d8a04be9 arg mem_24g_txbuf + 6 ,contw 
+018b df200002 arg 2 ,loopcnt 
 
 p_g24_accumulation_loop:
-0158 ea408000 ifetch 1 ,regb 
-0159 e8a88000 ifetcht 1 ,contw 
-015a 9840fe00 iadd temp ,pdata 
-015b e0a08000 istore 1 ,contw 
-015c 1a40a401 increase 1 ,regb 
-015d c2000158 loop p_g24_accumulation_loop 
-015e 20600000 rtn 
+018c ea408000 ifetch 1 ,regb 
+018d e8a88000 ifetcht 1 ,contw 
+018e 9840fe00 iadd temp ,pdata 
+018f e0a08000 istore 1 ,contw 
+0190 1a40a401 increase 1 ,regb 
+0191 c200018c loop p_g24_accumulation_loop 
+0192 20600000 rtn 
 
 p_g24_transmit_packet:
-015f 704c4000 jam 0 ,mem_24g_retry 
+0193 704c5000 jam 0 ,mem_24g_retry 
 
 p_g24_transmit_loop:
-0160 d9600d00 arg param_rx_setup ,timeup 
-0161 34730200 until clkn_rt ,meet 
-0162 20400176 call p_g24_transmit_receive_ack 
-0163 242c0181 nbranch p_g24_retransmit ,sync 
-0164 24378181 nbranch p_g24_retransmit ,user3 
-0165 20400173 call p_g24_txbuf_clear 
-0166 2040019c call p_g24_ackpayload_parse 
-0167 20400704 call power_ctrl_pac_succ_incrs 
+0194 d9600d00 arg param_rx_setup ,timeup 
+0195 34730200 until clkn_rt ,meet 
+0196 204001aa call p_g24_transmit_receive_ack 
+0197 242c01b5 nbranch p_g24_retransmit ,sync 
+0198 243781b5 nbranch p_g24_retransmit ,user3 
+0199 204001a7 call p_g24_txbuf_clear 
+019a 204001d0 call p_g24_ackpayload_parse 
+019b 20400701 call power_ctrl_pac_succ_incrs 
 
 p_g24_transmit_next_packet:
-0168 6800cc36 fetch 1 ,mem_24g_pid 
-0169 1fe0fe01 increase 1 ,pdata 
-016a 6000cc36 store 1 ,mem_24g_pid 
-016b 204000fd call p_g24_hop_enable_packet 
-016c 6800cc47 fetch 1 ,mem_24g_pairing_sm 
-016d c0ff81a5 bne state_24g_pairing_success ,p_g24_paring_mode_start 
-016e 20400115 call p_g24_transmit_succ_rf_config 
+019c 6800cc46 fetch 1 ,mem_24g_pid 
+019d 1fe0fe01 increase 1 ,pdata 
+019e 6000cc46 store 1 ,mem_24g_pid 
+019f 2040012a call p_g24_hop_enable_packet 
+01a0 6800cc57 fetch 1 ,mem_24g_pairing_sm 
+01a1 c0ff81ee bne state_24g_pairing_success ,p_g24_paring_mode_start 
+01a2 20400142 call p_g24_transmit_succ_rf_config 
 
 p_g24_transmit_abandon:
-016f 58000000 setarg 0 
-0170 60024c3c store 4 ,mem_24g_ensure 
-0171 6000cd6b store 1 ,mem_24g_hop_pac_retry 
-0172 20600000 rtn 
+01a3 58000000 setarg 0 
+01a4 60024c4c store 4 ,mem_24g_ensure 
+01a5 6000cd7b store 1 ,mem_24g_hop_pac_retry 
+01a6 20600000 rtn 
 
 p_g24_txbuf_clear:
-0173 df200004 arg 4 ,loopcnt 
-0174 d8a04bd3 arg mem_24g_txbuf ,contw 
-0175 20207ec6 branch memset0 
+01a7 df200004 arg 4 ,loopcnt 
+01a8 d8a04be3 arg mem_24g_txbuf ,contw 
+01a9 20207ec6 branch memset0 
 
 p_g24_transmit_receive_ack:
-0176 7857fc00 disable user3 
-0177 2040023e call p_g24_transmit 
-0178 18002a00 force 0 ,radio_ctrl 
-0179 68024c5f fetch 4 ,mem_24g_addr 
-017a 98001200 iforce access 
-017b 68088017 fetcht 1 ,mem_last_freq 
-017c 2040291f call set_freq_rx 
-017d 20402924 call rf_rx_enable 
-017e 204001fb call p_g24_receive_rxon 
-017f 20578237 call p_g24_end_of_packet ,user3 
-0180 20600000 rtn 
+01aa 7857fc00 disable user3 
+01ab 20400265 call p_g24_transmit 
+01ac 18002a00 force 0 ,radio_ctrl 
+01ad 68024c6f fetch 4 ,mem_24g_addr 
+01ae 98001200 iforce access 
+01af 68088017 fetcht 1 ,mem_last_freq 
+01b0 2040291f call set_freq_rx 
+01b1 20402924 call rf_rx_enable 
+01b2 20400225 call p_g24_receive_rxon 
+01b3 2057825e call p_g24_end_of_packet ,user3 
+01b4 20600000 rtn 
 
 p_g24_retransmit:
-0181 68014c3d fetch 2 ,mem_24g_txfail_cnt 
-0182 1fe0fe01 increase 1 ,pdata 
-0183 60014c3d store 2 ,mem_24g_txfail_cnt 
-0184 6800cc3e fetch 1 ,mem_24g_txfail_cnt + 1 
-0185 c2822dd4 bbit1 4 ,g24_stop_24g_mode 
-0186 6800cc47 fetch 1 ,mem_24g_pairing_sm 
-0187 c0ff818a bne state_24g_pairing_success ,p_g24_tx_paring_retry 
-0188 20400192 call p_g24_tx_hop_ch_process 
-0189 20200160 branch p_g24_transmit_loop 
+01b5 68014c4d fetch 2 ,mem_24g_txfail_cnt 
+01b6 1fe0fe01 increase 1 ,pdata 
+01b7 60014c4d store 2 ,mem_24g_txfail_cnt 
+01b8 6800cc4e fetch 1 ,mem_24g_txfail_cnt + 1 
+01b9 c2822dd4 bbit1 4 ,g24_stop_24g_mode 
+01ba 6800cc57 fetch 1 ,mem_24g_pairing_sm 
+01bb c0ff81be bne state_24g_pairing_success ,p_g24_tx_paring_retry 
+01bc 204001c6 call p_g24_tx_hop_ch_process 
+01bd 20200194 branch p_g24_transmit_loop 
 
 p_g24_tx_paring_retry:
-018a 6800cc3d fetch 1 ,mem_24g_txfail_cnt 
-018b c1ff8000 rtnne 0xff 
+01be 6800cc4d fetch 1 ,mem_24g_txfail_cnt 
+01bf c1ff8000 rtnne 0xff 
 
 p_g24_tx_attempt_fail:
-018c 58000000 setarg 0 
-018d 60014c3d store 2 ,mem_24g_txfail_cnt 
-018e 20202dd4 branch g24_stop_24g_mode 
+01c0 58000000 setarg 0 
+01c1 60014c4d store 2 ,mem_24g_txfail_cnt 
+01c2 20202dd4 branch g24_stop_24g_mode 
 
 p_g24_tx_fast_hop:
-018f 2040072d call power_ctrl_txpower_incrs 
-0190 204005ca call power_ctrl_pac_succ_decrs 
-0191 20200131 branch p_g24_ch 
+01c3 20400732 call power_ctrl_txpower_incrs 
+01c4 20400705 call power_ctrl_pac_succ_decrs 
+01c5 2020015e branch p_g24_ch 
 
 p_g24_tx_hop_ch_process:
-0192 6800cc40 fetch 1 ,mem_24g_retry 
-0193 1fe67c0b sub pdata ,11 ,null 
-0194 2421018f nbranch p_g24_tx_fast_hop ,positive 
-0195 1fe0fe01 increase 1 ,pdata 
-0196 6000cc40 store 1 ,mem_24g_retry 
-0197 c00100f8 beq 2 ,p_g24_hop_ch_enable 
-0198 c00300ff beq 6 ,p_g24_hop_ch_disable 
-0199 c00400f8 beq 8 ,p_g24_hop_ch_enable 
-019a c00600ff beq 12 ,p_g24_hop_ch_disable 
-019b 20600000 rtn 
+01c6 6800cc50 fetch 1 ,mem_24g_retry 
+01c7 1fe67c0b sub pdata ,11 ,null 
+01c8 242101c3 nbranch p_g24_tx_fast_hop ,positive 
+01c9 1fe0fe01 increase 1 ,pdata 
+01ca 6000cc50 store 1 ,mem_24g_retry 
+01cb c0010125 beq 2 ,p_g24_hop_ch_enable 
+01cc c003012c beq 6 ,p_g24_hop_ch_disable 
+01cd c0040125 beq 8 ,p_g24_hop_ch_enable 
+01ce c006012c beq 12 ,p_g24_hop_ch_disable 
+01cf 20600000 rtn 
 
 p_g24_ackpayload_parse:
-019c 204001b3 call p_g24_read_len_pid_crc 
-019d 6800cc35 fetch 1 ,mem_24g_rxdata_length 
-019e 207a0000 rtn blank 
-019f 98007200 iforce loopcnt 
-01a0 d8c04bb3 arg mem_24g_rxbuf + 2 ,contr 
-01a1 d8a04c15 arg mem_24g_rxpayload ,contw 
-01a2 20207f01 branch memcpy 
+01d0 204001fd call p_g24_read_len_pid_crc 
+01d1 6800cc45 fetch 1 ,mem_24g_rxdata_length 
+01d2 207a0000 rtn blank 
+01d3 98007200 iforce loopcnt 
+01d4 d8c04bc3 arg mem_24g_rxbuf + 2 ,contr 
+01d5 d8a04c25 arg mem_24g_rxpayload ,contw 
+01d6 20207f01 branch memcpy 
+
+p_g24_pair_init:
+01d7 7041de04 jam tx_power_f5db ,mem_tx_power 
+01d8 704c4600 jam 0 ,mem_24g_pid 
+01d9 704c514e jam g24_pair_ch ,mem_24g_ch 
+01da 68024c53 fetch 4 ,mem_24g_paring_addr 
+
+p_g24_update_addr_and_synccrc8:
+01db 60024c6f store 4 ,mem_24g_addr 
+
+p_g24_syncword_crc8:
+01dc da200000 arg 0 ,rega 
+01dd df200004 arg 4 ,loopcnt 
+01de d8c04c6f arg mem_24g_addr ,contr 
+
+p_g24_syncword_crc8_loop:
+01df e8c08000 ifetch 1 ,contr 
+01e0 9a20a200 iadd rega ,rega 
+01e1 c20001df loop p_g24_syncword_crc8_loop 
+01e2 1a227e00 copy rega ,pdata 
+01e3 60014cf8 store 2 ,mem_24g_syncword 
+01e4 6800ccf8 fetch 1 ,mem_24g_syncword 
+01e5 6808ccf9 fetcht 1 ,mem_24g_syncword + 1 
+01e6 9840fe00 iadd temp ,pdata 
+01e7 6000ccfa store 1 ,mem_24g_syncword_crc8 
+01e8 20600000 rtn 
+
+p_g24_start_pairing_sm1:
+01e9 204001d7 call p_g24_pair_init 
+
+p_g24_set_pairing_sm_1:
+01ea 704c5701 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
+01eb 20600000 rtn 
 
 p_g24_pairing_sm:
-01a3 7011c790 jam zcode_90 ,mem_zcode_temp_param0 
-01a4 2020076a branch p_zcode_entrance 
+01ec 7011c690 jam zcode_90 ,mem_zcode_temp_param0 
+01ed 2020076f branch p_zcode_entrance 
 
 p_g24_paring_mode_start:
-01a5 20400701 call power_ctrl_pac_succ_cnt_init 
+01ee 204006fe call power_ctrl_pac_succ_cnt_init 
 
 p_g24_paring_mode:
-01a6 7011c791 jam zcode_91 ,mem_zcode_temp_param0 
-01a7 2020076a branch p_zcode_entrance 
+01ef 7011c691 jam zcode_91 ,mem_zcode_temp_param0 
+01f0 2020076f branch p_zcode_entrance 
 
-p_g24_auto_pair_start:
-01a8 7011c770 jam zcode_70 ,mem_zcode_temp_param0 
-01a9 2020076a branch p_zcode_entrance 
+p_g24_start_24g_mode:
+01f1 7011c640 jam zcode_40 ,mem_zcode_temp_param0 
+01f2 2020076f branch p_zcode_entrance 
 
 p_g24_check_51cmd_stop_24g:
-01aa 793f8026 set0 mark_24g ,mark 
-01ab 204053ce call le_disable 
+01f3 793f8026 set0 mark_24g ,mark 
+01f4 704d9b00 jam state_24g_stop ,mem_24g_conn_sm 
+01f5 204053ce call le_disable 
 
 p_mouse_disable_g24_pairing_flag:
-01ac d8e00003 arg mosue_24g_pairing_flag ,queue 
-01ad 202043d2 branch mouse_disable_function_flag 
+01f6 d8e00003 arg mosue_24g_pairing_flag ,queue 
+01f7 202043d2 branch mouse_disable_function_flag 
 
 p_g24_put_data_in_buff:
-01ae 6008cc37 storet 1 ,mem_24g_datalen 
-01af 18427200 copy temp ,loopcnt 
-01b0 d8a04bd3 arg mem_24g_txbuf ,contw 
-01b1 1a220c00 copy rega ,contr 
-01b2 20207f01 branch memcpy 
+01f8 6008cc47 storet 1 ,mem_24g_datalen 
+01f9 18427200 copy temp ,loopcnt 
+01fa d8a04be3 arg mem_24g_txbuf ,contw 
+01fb 1a220c00 copy rega ,contr 
+01fc 20207f01 branch memcpy 
 
 p_g24_read_len_pid_crc:
-01b3 6800cbb2 fetch 1 ,mem_24g_rxbuf + 1 
-01b4 1fe97e00 rshift3 pdata ,pdata 
-01b5 6000cc35 store 1 ,mem_24g_rxdata_length 
-01b6 1fe0fe01 increase 1 ,pdata 
-01b7 d8c04bb2 arg mem_24g_rxbuf + 1 ,contr 
-01b8 98c08c00 iadd contr ,contr 
-01b9 e8c18000 ifetch 3 ,contr 
-01ba 6001cc74 store 3 ,mem_24g_sta_crc 
-01bb 6800cbb2 fetch 1 ,mem_24g_rxbuf + 1 
-01bc 1fe37e00 rshift pdata ,pdata 
-01bd 1fe17e03 and pdata ,0x03 ,pdata 
-01be 6000cc7a store 1 ,mem_24g_sta_pid 
-01bf 20600000 rtn 
-
-p_g24_update_addr_and_synccrc8:
-01c0 60024c5f store 4 ,mem_24g_addr 
-
-p_g24_syncword_crc8:
-01c1 da200000 arg 0 ,rega 
-01c2 df200004 arg 4 ,loopcnt 
-01c3 d8c04c5f arg mem_24g_addr ,contr 
-
-p_g24_syncword_crc8_loop:
-01c4 e8c08000 ifetch 1 ,contr 
-01c5 9a20a200 iadd rega ,rega 
-01c6 c20001c4 loop p_g24_syncword_crc8_loop 
-01c7 1a227e00 copy rega ,pdata 
-01c8 60014ce8 store 2 ,mem_24g_syncword 
-01c9 6800cce8 fetch 1 ,mem_24g_syncword 
-01ca 6808cce9 fetcht 1 ,mem_24g_syncword + 1 
-01cb 9840fe00 iadd temp ,pdata 
-01cc 6000ccea store 1 ,mem_24g_syncword_crc8 
-01cd 20600000 rtn 
+01fd 6800cbc2 fetch 1 ,mem_24g_rxbuf + 1 
+01fe 1fe97e00 rshift3 pdata ,pdata 
+01ff 6000cc45 store 1 ,mem_24g_rxdata_length 
+0200 1fe0fe01 increase 1 ,pdata 
+0201 d8c04bc2 arg mem_24g_rxbuf + 1 ,contr 
+0202 98c08c00 iadd contr ,contr 
+0203 e8c18000 ifetch 3 ,contr 
+0204 6001cc84 store 3 ,mem_24g_sta_crc 
+0205 6800cbc2 fetch 1 ,mem_24g_rxbuf + 1 
+0206 1fe37e00 rshift pdata ,pdata 
+0207 1fe17e03 and pdata ,0x03 ,pdata 
+0208 6000cc8a store 1 ,mem_24g_sta_pid 
+0209 20600000 rtn 
 
 p_g24_transmit_prep:
-01ce 6800cc37 fetch 1 ,mem_24g_datalen 
-01cf 1fe0fe02 increase 2 ,pdata 
-01d0 6000cc39 store 1 ,mem_24g_txlen 
-01d1 6800cc38 fetch 1 ,mem_24g_data_type 
-01d2 6000cbf3 store 1 ,mem_24g_txpayload 
-01d3 6800cc37 fetch 1 ,mem_24g_datalen 
-01d4 1fe9fe00 lshift3 pdata ,pdata 
-01d5 6808cc36 fetcht 1 ,mem_24g_pid 
-01d6 18410403 and temp ,0x03 ,temp 
-01d7 18438400 lshift temp ,temp 
-01d8 9841fe00 ior temp ,pdata 
-01d9 6808cc73 fetcht 1 ,mem_24g_no_ack 
-01da 9840fe00 iadd temp ,pdata 
-01db e0a08000 istore 1 ,contw 
-01dc 6800cc37 fetch 1 ,mem_24g_datalen 
-01dd 98007200 iforce loopcnt 
-01de d8c04bd3 arg mem_24g_txbuf ,contr 
-01df 20207f01 branch memcpy 
-
-p_g24_ch_calc:
-01e0 6800cc5f fetch 1 ,mem_24g_addr 
-01e1 1fe17e03 and_into 0x03 ,pdata 
-01e2 1fefa204 mul32 pdata ,4 ,rega 
-01e3 58004c48 setarg mem_24g_ch_map1 
-01e4 9a20fe00 iadd rega ,pdata 
-01e5 98408c00 iadd temp ,contr 
-01e6 e8c08000 ifetch 1 ,contr 
-01e7 6000cc41 store 1 ,mem_24g_ch 
-01e8 20600000 rtn 
+020a 6800cc47 fetch 1 ,mem_24g_datalen 
+020b 1fe0fe02 increase 2 ,pdata 
+020c 6000cc49 store 1 ,mem_24g_txlen 
+020d 6800cc48 fetch 1 ,mem_24g_data_type 
+020e 6000cc03 store 1 ,mem_24g_txpayload 
+020f 6800cc47 fetch 1 ,mem_24g_datalen 
+0210 1fe9fe00 lshift3 pdata ,pdata 
+0211 6808cc46 fetcht 1 ,mem_24g_pid 
+0212 18410403 and temp ,0x03 ,temp 
+0213 18438400 lshift temp ,temp 
+0214 9841fe00 ior temp ,pdata 
+0215 6808cc83 fetcht 1 ,mem_24g_no_ack 
+0216 9840fe00 iadd temp ,pdata 
+0217 e0a08000 istore 1 ,contw 
+0218 6800cc47 fetch 1 ,mem_24g_datalen 
+0219 98007200 iforce loopcnt 
+021a d8c04be3 arg mem_24g_txbuf ,contr 
+021b 20207f01 branch memcpy 
 
 p_g24_prep:
-01e9 7844fc00 disable enable_crc 
-01ea 7843fc00 disable enable_white 
-01eb 58555555 setarg 0x555555 
-01ec 98001e00 iforce crc24_init 
-01ed 6800cc41 fetch 1 ,mem_24g_ch 
-01ee 1fed8400 reverse pdata ,temp 
-01ef 79200401 set1 1 ,temp 
-01f0 18431c00 rshift temp ,white_init 
-01f1 20600000 rtn 
-
-p_g24_receive_packet:
-01f2 204053c4 call le_enable 
-01f3 68024c5f fetch 4 ,mem_24g_addr 
-01f4 98001200 iforce access 
-01f5 20402918 call set_sync_on 
-01f6 6808cc41 fetcht 1 ,mem_24g_ch 
-01f7 2040291f call set_freq_rx 
-01f8 58000500 setarg param_pll_setup 
-01f9 20402a8f call sleep 
-01fa 20402924 call rf_rx_enable 
+021c 7844fc00 disable enable_crc 
+021d 7843fc00 disable enable_white 
+021e 58555555 setarg 0x555555 
+021f 98001e00 iforce crc24_init 
+0220 6800cc51 fetch 1 ,mem_24g_ch 
+0221 1fed8400 reverse pdata ,temp 
+0222 79200401 set1 1 ,temp 
+0223 18431c00 rshift temp ,white_init 
+0224 20600000 rtn 
 
 p_g24_receive_rxon:
-01fb 204001e9 call p_g24_prep 
-01fc 7857fc00 disable user3 
-01fd 7826fc00 enable decode_fec0 
-01fe 7830fc00 enable is_rx 
-01ff 78507c00 disable is_tx 
-0200 78287c00 enable swfine 
-0201 68014c3a fetch 2 ,mem_24g_rx_window 
-0202 98003600 iforce stop_watch 
-0203 37c18400 correlate null ,timeout 
-0204 242c0237 nbranch p_g24_end_of_packet ,sync 
-0205 7846fc00 disable decode_fec0 
-0206 7825fc00 enable decode_fec1 
-0207 7823fc00 enable enable_white 
-0208 7824fc00 enable enable_crc 
-0209 20400234 call p_g24_receive_byte 
-020a 6000cceb store 1 ,mem_24g_get_syncword_crc8 
-020b 6808ccea fetcht 1 ,mem_24g_syncword_crc8 
-020c 98467c00 isub temp ,null 
-020d 24228237 nbranch p_g24_end_of_packet ,zero 
-020e 20400234 call p_g24_receive_byte 
-020f 6000cbb1 store 1 ,mem_24g_rxbuf 
-0210 6800cc7d fetch 1 ,mem_24g_mode 
-0211 1fe67c02 sub pdata ,rx_24g ,null 
-0212 20228217 branch p_g24_receive_skip ,zero 
-0213 6800cbb1 fetch 1 ,mem_24g_rxbuf 
-0214 6808cc38 fetcht 1 ,mem_24g_data_type 
-0215 a8400e00 icompare bits_data ,temp 
-0216 24208237 nbranch p_g24_end_of_packet ,true 
+0225 2040021c call p_g24_prep 
+0226 7857fc00 disable user3 
+0227 7826fc00 enable decode_fec0 
+0228 7830fc00 enable is_rx 
+0229 78507c00 disable is_tx 
+022a 78287c00 enable swfine 
+022b 68014c4a fetch 2 ,mem_24g_rx_window 
+022c 98003600 iforce stop_watch 
+022d 37c18400 correlate null ,timeout 
+022e 242c025e nbranch p_g24_sync_timeout ,sync 
+022f 7846fc00 disable decode_fec0 
+0230 7825fc00 enable decode_fec1 
+0231 7823fc00 enable enable_white 
+0232 7824fc00 enable enable_crc 
+0233 2040025b call p_g24_receive_byte 
+0234 6000ccfb store 1 ,mem_24g_get_syncword_crc8 
+0235 6808ccfa fetcht 1 ,mem_24g_syncword_crc8 
+0236 98467c00 isub temp ,null 
+0237 2422825e nbranch p_g24_end_of_packet ,zero 
+0238 2040025b call p_g24_receive_byte 
+0239 6000cbc1 store 1 ,mem_24g_rxbuf 
+023a 6800cbc1 fetch 1 ,mem_24g_rxbuf 
+023b 6808cc48 fetcht 1 ,mem_24g_data_type 
+023c a8400e00 icompare bits_data ,temp 
+023d 2420825e nbranch p_g24_end_of_packet ,true 
 
 p_g24_receive_skip:
-0217 20400234 call p_g24_receive_byte 
-0218 e0a08000 istore 1 ,contw 
-0219 1fe97e00 rshift3 pdata ,pdata 
-021a 1fe1721f and pdata ,0x1f ,loopcnt 
-021b 2022821f branch p_g24rx_nopayload ,zero 
+023e 2040025b call p_g24_receive_byte 
+023f e0a08000 istore 1 ,contw 
+0240 1fe97e00 rshift3 pdata ,pdata 
+0241 1fe1721f and pdata ,0x1f ,loopcnt 
+0242 20228246 branch p_g24rx_nopayload ,zero 
 
 p_g24rx_loop:
-021c 20400234 call p_g24_receive_byte 
-021d e0a08000 istore 1 ,contw 
-021e c200021c loop p_g24rx_loop 
+0243 2040025b call p_g24_receive_byte 
+0244 e0a08000 istore 1 ,contw 
+0245 c2000243 loop p_g24rx_loop 
 
 p_g24rx_nopayload:
-021f 18a22200 copy contw ,rega 
-0220 20400234 call p_g24_receive_byte 
-0221 6000cd72 store 1 ,mem_rssi_hex_received 
-0222 1a220a00 copy rega ,contw 
-0223 09800018 parse demod ,bucket ,24 
-0224 78287c00 enable swfine 
-0225 db600664 arg param_sifs ,stop_watch 
-0226 1fef7e00 rshift32 pdata ,pdata 
-0227 1ff17e00 rshift16 pdata ,pdata 
-0228 e0a18000 istore 3 ,contw 
-0229 7845fc00 disable decode_fec1 
-022a 20230237 branch p_g24_end_of_packet ,crc_failed 
-022b 7837fc00 enable user3 
-022c 68008017 fetch 1 ,mem_last_freq 
-022d 1fe0a200 add pdata ,0 ,rega 
-022e 20402981 call rf_write_freq 
-022f 7846fc00 disable decode_fec0 
-0230 20402918 call set_sync_on 
-0231 6800cd72 fetch 1 ,mem_rssi_hex_received 
-0232 2040006c call p_rssi_signal 
-0233 20600000 rtn 
+0246 18a22200 copy contw ,rega 
+0247 2040025b call p_g24_receive_byte 
+0248 6000cd82 store 1 ,mem_rssi_hex_received 
+0249 1a220a00 copy rega ,contw 
+024a 09800018 parse demod ,bucket ,24 
+024b 78287c00 enable swfine 
+024c db600664 arg param_sifs ,stop_watch 
+024d 1fef7e00 rshift32 pdata ,pdata 
+024e 1ff17e00 rshift16 pdata ,pdata 
+024f e0a18000 istore 3 ,contw 
+0250 7845fc00 disable decode_fec1 
+0251 2023025e branch p_g24_end_of_packet ,crc_failed 
+0252 7837fc00 enable user3 
+0253 68008017 fetch 1 ,mem_last_freq 
+0254 1fe0a200 add pdata ,0 ,rega 
+0255 20402981 call rf_write_freq 
+0256 7846fc00 disable decode_fec0 
+0257 20402918 call set_sync_on 
+0258 6800cd82 fetch 1 ,mem_rssi_hex_received 
+0259 2040006c call p_rssi_signal 
+025a 20600000 rtn 
 
 p_g24_receive_byte:
-0234 09800008 parse demod ,bucket ,8 
-0235 19897e00 rshift3 pwindow ,pdata 
-0236 20600000 rtn 
+025b 09800008 parse demod ,bucket ,8 
+025c 19897e00 rshift3 pwindow ,pdata 
+025d 20600000 rtn 
+
+p_g24_sync_timeout:
 
 p_g24_end_of_packet:
-0237 784dfc00 disable encode_fec1 
-0238 7845fc00 disable decode_fec1 
-0239 2040264d call end_of_packet 
-023a 20600000 rtn 
+025e 784dfc00 disable encode_fec1 
+025f 7845fc00 disable decode_fec1 
+0260 2040264d call end_of_packet 
+0261 20600000 rtn 
 
 p_g24_set_freq_tx:
-023b 20402918 call set_sync_on 
-023c 6808cc41 fetcht 1 ,mem_24g_ch 
-023d 20202933 branch set_freq_tx 
+0262 20402918 call set_sync_on 
+0263 6808cc51 fetcht 1 ,mem_24g_ch 
+0264 20202933 branch set_freq_tx 
 
 p_g24_transmit:
-023e 204053c4 call le_enable 
-023f 68024c5f fetch 4 ,mem_24g_addr 
-0240 98001200 iforce access 
-0241 204001e9 call p_g24_prep 
-0242 2040023b call p_g24_set_freq_tx 
-0243 79202a00 set1 txgfsk ,radio_ctrl 
-0244 782efc00 enable encode_fec0 
-0245 78307c00 enable is_tx 
-0246 7850fc00 disable is_rx 
-0247 19317e00 rshift16 access ,pdata 
-0248 1fecfe00 rshift8 pdata ,pdata 
-0249 1ff1fe00 rshift4 pdata ,pdata 
-024a 08008628 inject mod ,40 
-024b 784efc00 disable encode_fec0 
-024c 782dfc00 enable encode_fec1 
-024d 7823fc00 enable enable_white 
-024e 7824fc00 enable enable_crc 
-024f 6800ccea fetch 1 ,mem_24g_syncword_crc8 
-0250 08008608 inject mod ,8 
-0251 6800cc39 fetch 1 ,mem_24g_txlen 
-0252 98007200 iforce loopcnt 
-0253 d8c04bf3 arg mem_24g_txpayload ,contr 
+0265 204053c4 call le_enable 
+0266 68024c6f fetch 4 ,mem_24g_addr 
+0267 98001200 iforce access 
+0268 2040021c call p_g24_prep 
+0269 20400262 call p_g24_set_freq_tx 
+026a 79202a00 set1 txgfsk ,radio_ctrl 
+026b 782efc00 enable encode_fec0 
+026c 78307c00 enable is_tx 
+026d 7850fc00 disable is_rx 
+026e 19317e00 rshift16 access ,pdata 
+026f 1fecfe00 rshift8 pdata ,pdata 
+0270 1ff1fe00 rshift4 pdata ,pdata 
+0271 08008628 inject mod ,40 
+0272 784efc00 disable encode_fec0 
+0273 782dfc00 enable encode_fec1 
+0274 7823fc00 enable enable_white 
+0275 7824fc00 enable enable_crc 
+0276 6800ccfa fetch 1 ,mem_24g_syncword_crc8 
+0277 08008608 inject mod ,8 
+0278 6800cc49 fetch 1 ,mem_24g_txlen 
+0279 98007200 iforce loopcnt 
+027a d8c04c03 arg mem_24g_txpayload ,contr 
 
 p_g24tr_loop:
-0254 e8c08000 ifetch 1 ,contr 
-0255 08008608 inject mod ,8 
-0256 c2000254 loop p_g24tr_loop 
-0257 78247c00 enable enable_parity 
-0258 08008618 inject mod ,24 
-0259 78447c00 disable enable_parity 
-025a 37d38200 until null ,tx_clear 
-025b 20000064 nop 100 
-025c 784efc00 disable encode_fec0 
-025d 784dfc00 disable encode_fec1 
-025e 20600000 rtn 
+027b e8c08000 ifetch 1 ,contr 
+027c 08008608 inject mod ,8 
+027d c200027b loop p_g24tr_loop 
+027e 78247c00 enable enable_parity 
+027f 08008618 inject mod ,24 
+0280 78447c00 disable enable_parity 
+0281 37d38200 until null ,tx_clear 
+0282 20000064 nop 100 
+0283 784efc00 disable encode_fec0 
+0284 784dfc00 disable encode_fec1 
+0285 20600000 rtn 
 
 p_g24_timer_check:
-025f 20407fe9 call disable_user 
-0260 680a4c58 fetcht 4 ,mem_24g_tx_btclk 
-0261 1c427e00 copy clkn_bt ,pdata 
-0262 98467c00 isub temp ,null 
-0263 24412d18 ncall g24_timer_timeout ,positive 
-0264 1fe22400 copy pdata ,regb 
-0265 68024c58 fetch 4 ,mem_24g_tx_btclk 
-0266 6808cc5c fetcht 1 ,mem_24g_interval 
-0267 98408400 iadd temp ,temp 
-0268 1a427e00 copy regb ,pdata 
-0269 98467c00 isub temp ,null 
-026a 24610000 nrtn positive 
-026b 793ffe1c set0 28 ,pdata 
-026c 60024c58 store 4 ,mem_24g_tx_btclk 
-026d 20207fe7 branch enable_user 
+0286 20407fe9 call disable_user 
+0287 680a4c68 fetcht 4 ,mem_24g_tx_btclk 
+0288 1c427e00 copy clkn_bt ,pdata 
+0289 98467c00 isub temp ,null 
+028a 24412d18 ncall g24_timer_timeout ,positive 
+028b 1fe22400 copy pdata ,regb 
+028c 68024c68 fetch 4 ,mem_24g_tx_btclk 
+028d 6808cc6c fetcht 1 ,mem_24g_interval 
+028e 98408400 iadd temp ,temp 
+028f 1a427e00 copy regb ,pdata 
+0290 98467c00 isub temp ,null 
+0291 24610000 nrtn positive 
+0292 793ffe1c set0 28 ,pdata 
+0293 60024c68 store 4 ,mem_24g_tx_btclk 
+0294 20207fe7 branch enable_user 
 
 p_rssi_average:
-026e d8400000 arg 0 ,temp 
-026f df200008 arg rssi_buf_len_signal + 1 ,loopcnt 
-0270 1a220c00 copy rega ,contr 
+0295 d8400000 arg 0 ,temp 
+0296 df200008 arg rssi_buf_len_signal + 1 ,loopcnt 
+0297 1a220c00 copy rega ,contr 
 
 p_rssi_average_loop:
-0271 e8c08000 ifetch 1 ,contr 
-0272 98408400 iadd temp ,temp 
-0273 c2000271 loop p_rssi_average_loop 
-0274 18497e00 rshift3 temp ,pdata 
-0275 1fe20400 copy pdata ,temp 
-0276 c6930000 rtnmark0 mark_24g 
-0277 1fe6fc0a div pdata ,10 
-0278 20407f86 call wait_div_end 
-0279 1807fe00 quotient pdata 
-027a 1ff27e00 lshift4 pdata ,pdata 
-027b 18070400 remainder temp 
-027c 98418400 ior temp ,temp 
-027d 20600000 rtn 
-027e 20600000 rtn 
+0298 e8c08000 ifetch 1 ,contr 
+0299 98408400 iadd temp ,temp 
+029a c2000298 loop p_rssi_average_loop 
+029b 18497e00 rshift3 temp ,pdata 
+029c 1fe20400 copy pdata ,temp 
+029d c6930000 rtnmark0 mark_24g 
+029e 1fe6fc0a div pdata ,10 
+029f 20407f86 call wait_div_end 
+02a0 1807fe00 quotient pdata 
+02a1 1ff27e00 lshift4 pdata ,pdata 
+02a2 18070400 remainder temp 
+02a3 98418400 ior temp ,temp 
+02a4 20600000 rtn 
+02a5 20600000 rtn 
 
 p_mouse_before_lpm:
-027f c6130000 rtnmark1 mark_24g 
-0280 204003a0 call p_mouse_le_txbuff_save 
-0281 20400289 call p_mouse_setgpio_lpm 
-0282 6800c040 fetch 1 ,mem_context 
-0283 c3000286 bbit0 state_inconn ,p_clear_wake 
-0284 680080a0 fetch 1 ,mem_lpm_current_mult 
-0285 247a0000 nrtn blank 
+02a6 c6130000 rtnmark1 mark_24g 
+02a7 20400382 call p_mouse_le_txbuff_save 
+02a8 204000ea call p_mouse_setgpio_lpm 
+02a9 6800c040 fetch 1 ,mem_context 
+02aa c30002ad bbit0 state_inconn ,p_clear_wake 
+02ab 680080a0 fetch 1 ,mem_lpm_current_mult 
+02ac 247a0000 nrtn blank 
 
 p_clear_wake:
-0286 58000000 setarg 0 
-0287 600400a1 store 8 ,mem_gpio_wakeup_low 
-0288 20600000 rtn 
-
-p_mouse_setgpio_lpm:
-0289 2040029e call p_mouse_set_sdio_high 
-028a 20400286 call p_clear_wake 
-
-p_mouse_setgpio_hibernate:
-028b 20403ebf call mouse_lpm_before_common 
-028c 20400332 call p_flash_ncs_disable 
-028d 68120070 hfetch 4 ,core_gpio_oe0 
-028e 681a0078 hfetcht 4 ,core_gpio_pu0 
-028f 98418400 ior temp ,temp 
-0290 18440400 invert temp ,temp 
-0291 601a007c hstoret 4 ,core_gpio_pd0 
-0292 6810807d hfetch 1 ,core_gpio_pd1 
-0293 793ffe02 set0 2 ,pdata 
-0294 6010807d hstore 1 ,core_gpio_pd1 
-0295 6810807e hfetch 1 ,core_gpio_pd2 
-0296 793ffe06 set0 6 ,pdata 
-0297 6010807e hstore 1 ,core_gpio_pd2 
-
-p_mouse_ice_gpio_set_input_pu:
-0298 6808cb28 fetcht 1 ,mem_mouse_multi_led_gpio 
-0299 204067fb call gpio_config_input 
-029a 6808cb28 fetcht 1 ,mem_mouse_multi_led_gpio 
-029b 79200407 set1 gpio_active_bit ,temp 
-029c d8a08078 arg core_gpio_pu0 ,contw 
-029d 20206830 branch gpio_set_bit 
+02ad 58000000 setarg 0 
+02ae 600400a1 store 8 ,mem_gpio_wakeup_low 
+02af 20600000 rtn 
 
 p_mouse_set_sdio_high:
-029e 6800cb01 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-029f 207a0000 rtn blank 
-02a0 202004f9 branch p_mouse_seting_sensor_type 
+02b0 6800cafe fetch 1 ,mem_mouse_init_sensor_reset_flag 
+02b1 207a0000 rtn blank 
+02b2 20200511 branch p_mouse_seting_sensor_type 
 
 p_device_init:
-02a1 2040296c call initialize_radio 
-02a2 20403416 call app_lpm_mult_enable 
-02a3 204074b9 call enable_authrom 
-02a4 203582d6 branch p_mouse_spi_init ,wake 
+02b3 2040296c call initialize_radio 
+02b4 20403416 call app_lpm_mult_enable 
+02b5 204074b9 call enable_authrom 
+02b6 20358332 branch p_mouse_spi_init ,wake 
 
 p_device_wake_from_power:
-02a5 6801c4a3 fetch 3 ,mem_le_lap + 3 
-02a6 6001cb6c store 3 ,mem_le_lap_high_3b 
-02a7 20400001 call p_wake_from_power 
-02a8 20400380 call p_mouse_load_flash_device_info 
-02a9 2040052f call p_mouse_check_key_gpio 
-02aa c00282d4 beq mouse_lm_button ,p_mouse_24g_pairing_button 
-02ab 6800c241 fetch 1 ,mem_power_on_flag 
-02ac c28102ae bbit1 2 ,p_mouse_wakeup_from_hibernate 
-02ad 202002b1 branch p_mouse_start_24g_mode 
-
-p_mouse_wakeup_from_hibernate:
-02ae 6800c7c6 fetch 1 ,mem_mouse_latest_mode 
-02af c00082b7 beq latest_mode_bt ,p_mouse_check_reconn_target 
-02b0 202002b1 branch p_mouse_start_24g_mode 
+02b7 20400001 call p_wake_from_power 
 
-p_mouse_start_24g_mode:
-02b1 6800c7c6 fetch 1 ,mem_mouse_latest_mode 
-02b2 c0ff82b5 bne 0xff ,p_g24_start_24g_mode 
-02b3 68024d7c fetch 4 ,mem_24g_allpowerful_addr 
-02b4 60024c5f store 4 ,mem_24g_addr 
+p_mouse_start:
+02b8 6800c241 fetch 1 ,mem_power_on_flag 
+02b9 c28102bc bbit1 2 ,p_mouse_wakeup_from_hibernate 
+02ba 704b76ff jam latest_mode_null ,mem_mouse_latest_mode 
+02bb 20200376 branch p_mouse_start_24g_pair 
 
-p_g24_start_24g_mode:
-02b5 7011c760 jam zcode_60 ,mem_zcode_temp_param0 
-02b6 2020076a branch p_zcode_entrance 
+p_mouse_wakeup_from_hibernate:
+02bc 20400354 call p_mouse_load_flash_device_info 
+02bd 6800cb76 fetch 1 ,mem_mouse_latest_mode 
+02be c00082c2 beq latest_mode_bt ,p_mouse_check_reconn_target 
+02bf c00101f1 beq latest_mode_24g ,p_g24_start_24g_mode 
+02c0 704b770a jam ble_poweron_reconn_timer ,mem_mouse_poweron_bt_start_reconn_timer 
+02c1 20600000 rtn 
 
 p_mouse_check_reconn_target:
-02b7 204002be call p_mouse_tx_power_init 
-02b8 6800cb6b fetch 1 ,mem_mouse_fast_conn_flag 
-02b9 c07f82c4 beq 0xff ,p_mouse4_0_check_reconn_target 
-02ba 6800c210 fetch 1 ,mem_xrecord_mode 
-02bb c01982c1 beq rec_3_mode ,p_mouse3_0_check_reconn_target 
-02bc c01a02c4 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
-02bd 20600000 rtn 
+02c2 704d9201 jam 1 ,mem_24g_stop_g24_mode 
+02c3 204002cb call p_mouse_tx_power_init 
+02c4 6800c210 fetch 1 ,mem_xrecord_mode 
+02c5 c01982ce beq rec_3_mode ,p_mouse3_0_check_reconn_target 
+02c6 c01a02d1 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
+02c7 204004f8 call p_mouse_fast_conn_adv_switch_timer_reinit 
+02c8 70016d06 jam 6 ,mem_connection_options 
+02c9 2040049a call p_mouse_check_fast_conn_adv_start 
+02ca 20207ddd branch check_51cmd_start_discovery 
 
 p_mouse_tx_power_init:
-02be 6800ccee fetch 1 ,mem_tx_power_temp 
-02bf 6000c1de store 1 ,mem_tx_power 
-02c0 20600000 rtn 
+02cb 6800ccfe fetch 1 ,mem_tx_power_temp 
+02cc 6000c1de store 1 ,mem_tx_power 
+02cd 20600000 rtn 
 
 p_mouse3_0_check_reconn_target:
-02c1 680341d0 fetch 6 ,mem_hci_plap 
-02c2 203a33eb branch app_bt_start_discovery_short ,blank 
-02c3 20204274 branch mouse3_0_check_reconn_target + 3 
+02ce 680341d0 fetch 6 ,mem_hci_plap 
+02cf 203a33eb branch app_bt_start_discovery_short ,blank 
+02d0 20204274 branch mouse3_0_check_reconn_target + 3 
 
 p_mouse4_0_check_reconn_target:
-02c4 7011c722 jam zcode_22 ,mem_zcode_temp_param0 
-02c5 2020076a branch p_zcode_entrance 
-
-p_le_check_adv_flag:
-02c6 da204370 arg mem_le_adv_data ,rega 
-
-p_le_check_adv_flag_loop:
-02c7 ea208000 ifetch 1 ,rega 
-02c8 207a0000 rtn blank 
-02c9 98c0a200 iadd contr ,rega 
-02ca e8c08000 ifetch 1 ,contr 
-02cb c1008000 rtneq 0x01 
-02cc 202002c7 branch p_le_check_adv_flag_loop 
-
-p_mouse_le_fast_conn_disable:
-02cd 704b6b5a jam 0x5a ,mem_mouse_fast_conn_flag 
-02ce 20600000 rtn 
-
-p_mouse_fast_conn_init:
-02cf 704b6bff jam 0xff ,mem_mouse_fast_conn_flag 
-02d0 70421034 jam 0x34 ,mem_xrecord_mode 
-02d1 68034d7c fetch 6 ,mem_24g_allpowerful_addr 
-02d2 600344a0 store 6 ,mem_le_lap 
-02d3 20600000 rtn 
-
-p_mouse_24g_pairing_button:
-02d4 7011c761 jam zcode_61 ,mem_zcode_temp_param0 
-02d5 2020076a branch p_zcode_entrance 
-
-p_mouse_spi_init:
-02d6 70421276 jam 0x76 ,mem_spi_init_clk 
-02d7 20203d36 branch mouse_spi_init 
+02d1 7011c612 jam zcode_12 ,mem_zcode_temp_param0 
+02d2 2020076f branch p_zcode_entrance 
 
 p_mouse_init_sunt:
-02d8 204002d6 call p_mouse_spi_init 
-02d9 204040c0 call mouse_spi_sdio_gpio_pollup 
+02d3 20400332 call p_mouse_spi_init 
+02d4 204040c0 call mouse_spi_sdio_gpio_pollup 
 
 p_mouse_init_sensor:
-02da 204040d9 call mouse_read_sensor_id 
-02db c01802e2 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
-02dc c0188306 beq p3065_id1 ,p_mouse_p3065_init_param 
-02dd 204040d1 call mouse_twspi_reset 
-02de 200003e8 nop 1000 
-02df 202002da branch p_mouse_init_sensor 
-
-p_mouse_init_sensor_reset:
-02e0 704b0101 jam 1 ,mem_mouse_init_sensor_reset_flag 
-02e1 202002d8 branch p_mouse_init_sunt 
+02d5 204040d9 call mouse_read_sensor_id 
+02d6 c01802db beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+02d7 c0188300 beq p3065_id1 ,p_mouse_p3065_init_param 
+02d8 204040d1 call mouse_twspi_reset 
+02d9 200003e8 nop 1000 
+02da 202002d5 branch p_mouse_init_sensor 
 
 p_mouse_init_p32xx_id2_judge:
-02e2 2040030b call p_mouse_sensor_poweron 
-02e3 6800c6de fetch 1 ,mem_sensor_id2 
-02e4 c02d02e8 beq p_mx8650 ,p_mouse_mx8650_init_param 
-02e5 c02a02ef beq pka8_id2 ,p_mouse_ka8_init_param 
-02e6 c06c02f7 beq p8009_id2 ,p_mouse_8009_init_param 
-02e7 202040e0 branch mouse_init_p32xx_id2_judge 
+02db 2040039e call p_mouse_sensor_poweron 
+02dc 6800c6de fetch 1 ,mem_sensor_id2 
+02dd c02d02e1 beq p_mx8650 ,p_mouse_mx8650_init_param 
+02de c02a02ee beq pka8_id2 ,p_mouse_ka8_init_param 
+02df c06c02f1 beq p8009_id2 ,p_mouse_8009_init_param 
+02e0 202040e0 branch mouse_init_p32xx_id2_judge 
 
 p_mouse_mx8650_init_param:
-02e8 7046e007 jam mx8650 ,mem_config_sensor_type 
-02e9 58008006 setarg 0x8006 
+02e1 7046e007 jam mx8650 ,mem_config_sensor_type 
+02e2 58008006 setarg 0x8006 
+02e3 20406413 call twspi_write 
+02e4 20407ec1 call delay_10ms 
+02e5 da604b7a arg mem_sensor_8650_init ,regc 
+
+p_sensor_wr_seq:
+02e6 ea610000 ifetch 2 ,regc 
+02e7 d840ffff arg 0xffff ,temp 
+02e8 98467c00 isub temp ,null 
+02e9 20628000 rtn zero 
 02ea 20406413 call twspi_write 
-02eb 20407ec1 call delay_10ms 
-02ec da604b73 arg mem_sensor_8650_init ,regc 
-02ed 204002f1 call p_sensor_wr_seq 
-02ee 20200313 branch p_mouse_dpi_config 
+02eb 20002ee0 nop 12000 
+02ec 1a60a602 increase 2 ,regc 
+02ed 202002e6 branch p_sensor_wr_seq 
 
 p_mouse_ka8_init_param:
-02ef 7046e002 jam ka8 ,mem_config_sensor_type 
-02f0 da604b8c arg mem_sensor_ka8_init ,regc 
-
-p_sensor_wr_seq:
-02f1 ea610000 ifetch 2 ,regc 
-02f2 c17f8000 rtneq 0xff 
-02f3 20406413 call twspi_write 
-02f4 20002ee0 nop 12000 
-02f5 1a60a602 increase 2 ,regc 
-02f6 202002f1 branch p_sensor_wr_seq 
+02ee 7046e002 jam ka8 ,mem_config_sensor_type 
+02ef da604b94 arg mem_sensor_ka8_init ,regc 
+02f0 202002e6 branch p_sensor_wr_seq 
 
 p_mouse_8009_init_param:
-02f7 58000016 setarg 0x16 
-02f8 20406414 call twspi_read 
-02f9 1fe67cbd sub pdata ,0xbd ,null 
-02fa 242282da nbranch p_mouse_init_sensor ,zero 
-02fb 58000019 setarg 0x19 
-02fc 20406414 call twspi_read 
-02fd 1fe67c55 sub pdata ,0x55 ,null 
-02fe 242282da nbranch p_mouse_init_sensor ,zero 
-02ff 5800001b setarg 0x1b 
-0300 20406414 call twspi_read 
-0301 1fe67c1d sub pdata ,0x1d ,null 
-0302 242282da nbranch p_mouse_init_sensor ,zero 
-0303 7046e008 jam p8009 ,mem_config_sensor_type 
-0304 da604ba2 arg mem_sensor_8009_init ,regc 
-0305 202002f1 branch p_sensor_wr_seq 
+02f1 58000016 setarg 0x16 
+02f2 20406414 call twspi_read 
+02f3 1fe67cbd sub pdata ,0xbd ,null 
+02f4 242282d5 nbranch p_mouse_init_sensor ,zero 
+02f5 58000019 setarg 0x19 
+02f6 20406414 call twspi_read 
+02f7 1fe67c55 sub pdata ,0x55 ,null 
+02f8 242282d5 nbranch p_mouse_init_sensor ,zero 
+02f9 5800001b setarg 0x1b 
+02fa 20406414 call twspi_read 
+02fb 1fe67c1d sub pdata ,0x1d ,null 
+02fc 242282d5 nbranch p_mouse_init_sensor ,zero 
+02fd 7046e008 jam p8009 ,mem_config_sensor_type 
+02fe da604ba2 arg mem_sensor_8009_init ,regc 
+02ff 202002e6 branch p_sensor_wr_seq 
 
 p_mouse_p3065_init_param:
-0306 2040030b call p_mouse_sensor_poweron 
-0307 6800c6de fetch 1 ,mem_sensor_id2 
-0308 c03840e8 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0309 7046e001 jam p3065 ,mem_config_sensor_type 
-030a 20600000 rtn 
-
-p_mouse_sensor_poweron:
-030b da604b99 arg mem_sensor_poweron_init ,regc 
-030c 204002f1 call p_sensor_wr_seq 
-030d 20400313 call p_mouse_dpi_config 
-030e 6800c6e0 fetch 1 ,mem_config_sensor_type 
-030f c00102ef beq ka8 ,p_mouse_ka8_init_param 
-0310 c00382e8 beq mx8650 ,p_mouse_mx8650_init_param 
-0311 c00402f7 beq p8009 ,p_mouse_8009_init_param 
-0312 20600000 rtn 
-
-p_mouse_dpi_config:
-0313 6800c77a fetch 1 ,mem_mouse_dpi 
-0314 c0ff84f9 bne 0xff ,p_mouse_seting_dpi 
-
-p_mouse_dpi_config_default:
-0315 6800c6e1 fetch 1 ,mem_config_sensor_motion 
-0316 6000c77a store 1 ,mem_mouse_dpi 
-0317 202004f9 branch p_mouse_seting_dpi 
-
-p_mouse_sensor_powerdown:
-0318 58000806 setarg 0x0806 
-0319 20406414 call twspi_read 
-031a 1fe1fe08 or pdata ,0x08 ,pdata 
-031b 1fed7e00 lshift8 pdata ,pdata 
-031c 1fe0fe06 add pdata ,0x06 ,pdata 
-031d 20206413 branch twspi_write 
+0300 2040039e call p_mouse_sensor_poweron 
+0301 6800c6de fetch 1 ,mem_sensor_id2 
+0302 c03840e8 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0303 7046e001 jam p3065 ,mem_config_sensor_type 
+0304 20600000 rtn 
 
 p_mouse_setting_config:
-031e 7011c780 jam zcode_80 ,mem_zcode_temp_param0 
-031f 2020076a branch p_zcode_entrance 
-
-p_mouse_set_gpio_control_sensor:
-0320 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-0321 c40f8000 rtnbit0 mouse_enable_gpio_control_adc_sensor 
-
-p_mouse_sensor_set_angle:
-0322 68108078 hfetch 1 ,core_gpio_pu0 
-0323 79207e05 set1 5 ,pdata 
-0324 60108078 hstore 1 ,core_gpio_pu0 
-0325 2040032a call p_mouse_sensor_set_angle_2 
-0326 68108078 hfetch 1 ,core_gpio_pu0 
-0327 793ffe05 set0 5 ,pdata 
-0328 60108078 hstore 1 ,core_gpio_pu0 
-0329 20600000 rtn 
-
-p_mouse_sensor_set_angle_2:
-032a 6808c6f7 fetcht 1 ,mem_select_sensor_angle_gpio 
-032b 204067fb call gpio_config_input 
-032c 6808c6f7 fetcht 1 ,mem_select_sensor_angle_gpio 
-032d 2040681d call gpio_get_bit 
-032e 7046f603 jam mouse_3clk_angle ,mem_config_sensor_angle 
-032f 20608000 rtn true 
-0330 7046f600 jam mouse_6clk_angle ,mem_config_sensor_angle 
-0331 20600000 rtn 
+0305 7011c680 jam zcode_80 ,mem_zcode_temp_param0 
+0306 2020076f branch p_zcode_entrance 
 
 p_flash_ncs_disable:
-0332 6808cb47 fetcht 1 ,mem_flash_ncs_gpio 
-0333 20206825 branch gpio_out_inactive 
+0307 6808cb45 fetcht 1 ,mem_flash_ncs_gpio 
+0308 20206825 branch gpio_out_inactive 
 
 p_spid_init_flash:
-0334 70808640 jam 0x40 ,core_spid_ctrl 
-0335 70808700 jam 0x0 ,core_spid_delay 
-0336 68108081 hfetch 1 ,core_gpio_sel1 
-0337 793ffe00 set0 0 ,pdata 
-0338 793ffe01 set0 1 ,pdata 
-0339 79207e03 set1 3 ,pdata 
-033a 793ffe04 set0 4 ,pdata 
-033b 60108081 hstore 1 ,core_gpio_sel1 
-033c 58000000 setarg 0 
-033d 600201f5 store 4 ,mem_spid_tbuf 
-033e 6810807f hfetch 1 ,core_gpio_pd3 
-033f 793ffe00 set0 0 ,pdata 
-0340 6010807f hstore 1 ,core_gpio_pd3 
-0341 20600000 rtn 
+0309 70808640 jam 0x40 ,core_spid_ctrl 
+030a 70808700 jam 0x0 ,core_spid_delay 
+030b 68108081 hfetch 1 ,core_gpio_sel1 
+030c 793ffe00 set0 0 ,pdata 
+030d 793ffe01 set0 1 ,pdata 
+030e 79207e03 set1 3 ,pdata 
+030f 793ffe04 set0 4 ,pdata 
+0310 60108081 hstore 1 ,core_gpio_sel1 
+0311 58000000 setarg 0 
+0312 600201f5 store 4 ,mem_spid_tbuf 
+0313 6810807f hfetch 1 ,core_gpio_pd3 
+0314 793ffe00 set0 0 ,pdata 
+0315 6010807f hstore 1 ,core_gpio_pd3 
+0316 20600000 rtn 
 
 p_mouse_load_flash_info_check:
-0342 20400390 call p_flash_release_deep_power_down 
-0343 20404423 call mouse_load_flash_flag 
-0344 68014778 fetch 2 ,mem_store_flag 
-0345 d840aa55 arg eeprom_init_flag ,temp 
-0346 98467c00 isub temp ,null 
-0347 20228380 branch p_mouse_load_flash_device_info ,zero 
-0348 60094778 storet 2 ,mem_store_flag 
-0349 2040441c call mouse_ble_init_address 
-034a 6800c6e1 fetch 1 ,mem_config_sensor_motion 
-034b 6000c77a store 1 ,mem_mouse_dpi 
+0317 20400363 call p_flash_release_deep_power_down 
+0318 20404423 call mouse_load_flash_flag 
+0319 68014778 fetch 2 ,mem_store_flag 
+031a d840aa55 arg eeprom_init_flag ,temp 
+031b 98467c00 isub temp ,null 
+031c 20228354 branch p_mouse_load_flash_device_info ,zero 
+031d 60094778 storet 2 ,mem_store_flag 
+031e 2040441c call mouse_ble_init_address 
+031f 6800c6e1 fetch 1 ,mem_config_sensor_motion 
+0320 6000c77a store 1 ,mem_mouse_dpi 
+0321 68024b4c fetch 4 ,mem_mouse_24g_addr_init 
+0322 6002477b store 4 ,mem_mouse_24g_addr 
+0323 60024c6f store 4 ,mem_24g_addr 
 
 p_mouse_store_flash_device_info:
-034c 20400390 call p_flash_release_deep_power_down 
-034d 2040035f call p_flash_erase_sector 
-034e 20400377 call p_mouse_information_flash_parameters 
-034f 20400363 call p_spid_write_flash 
-0350 2040036e call p_wait_flash_done 
-
-p_mouse_store_random_addr_increase_count:
-0351 20400334 call p_spid_init_flash 
-0352 d8400003 arg 3 ,temp 
-0353 da2047c4 arg mem_random_addr_increase_count ,rega 
-0354 da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
-
-p_mouse_store_flash_comm:
-0355 6801c700 fetch 3 ,mem_flash_base 
-0356 9a40fe00 iadd regb ,pdata 
-0357 20400363 call p_spid_write_flash 
-0358 2040036e call p_wait_flash_done 
-0359 20400388 call p_flash_deep_power_down 
-035a 202002d6 branch p_mouse_spi_init 
-
-p_mouse_set_24g_addr_flash:
-035b d8400004 arg 4 ,temp 
-035c da204c5f arg mem_24g_addr ,rega 
-035d da40005b arg mouse_g24_addr_eeprom_offect ,regb 
-035e 20600000 rtn 
+0324 20400363 call p_flash_release_deep_power_down 
+0325 20400334 call p_flash_erase_sector 
+0326 2040034b call p_mouse_information_flash_parameters 
+0327 20400340 call p_spid_write_flash 
+0328 20400337 call p_wait_flash_done 
+
+p_mouse_store_flash_user_data:
+0329 20400309 call p_spid_init_flash 
+032a d8400007 arg 7 ,temp 
+032b da204b70 arg mem_mouse_flash_start_temp ,rega 
+032c da40005f arg mouse_user_data_offect ,regb 
+032d 6801c700 fetch 3 ,mem_flash_base 
+032e 9a40fe00 iadd regb ,pdata 
+032f 20400340 call p_spid_write_flash 
+0330 20400337 call p_wait_flash_done 
+0331 2040035b call p_flash_deep_power_down 
 
-p_flash_erase_sector:
-035f 6801c700 fetch 3 ,mem_flash_base 
-0360 6001c232 store 3 ,mem_spi_write_addr 
-0361 2040652a call flash_erase_sector + 2 
-0362 2020036e branch p_wait_flash_done 
+p_mouse_spi_init:
+0332 70421276 jam 0x76 ,mem_spi_init_clk 
+0333 20203d36 branch mouse_spi_init 
 
-p_spid_write_flash:
-0363 1fe22600 copy pdata ,regc 
-0364 1a227e00 copy rega ,pdata 
-0365 1fe0fffc increase -4 ,pdata 
-0366 1fe22400 copy pdata ,regb 
-0367 ea420000 ifetch 4 ,regb 
-0368 60024b49 store 4 ,mem_write_flash_head_temp 
-0369 1a627e00 copy regc ,pdata 
-036a 20406552 call spid_write_flash 
-036b 68024b49 fetch 4 ,mem_write_flash_head_temp 
-036c e2420000 istore 4 ,regb 
-036d 20600000 rtn 
+p_flash_erase_sector:
+0334 6801c700 fetch 3 ,mem_flash_base 
+0335 6001c232 store 3 ,mem_spi_write_addr 
+0336 2040652a call flash_erase_sector + 2 
 
 p_wait_flash_done:
-036e 580186a0 setarg 100000 
-036f 20402a8f call sleep 
-0370 2040650b call spid_unlock_flash 
-0371 580001fa setarg mem_spid_rbuf 
-0372 6011008c hstore 2 ,core_spid_rxaddr 
-0373 58000005 setarg flash_read_satus 
-0374 204064f3 call spid_read_reg 
-0375 c280036e bbit1 flash_status_wip ,p_wait_flash_done 
-0376 20600000 rtn 
+0337 580186a0 setarg 100000 
+0338 20402a8f call sleep 
+0339 2040650b call spid_unlock_flash 
+033a 580001fa setarg mem_spid_rbuf 
+033b 6011008c hstore 2 ,core_spid_rxaddr 
+033c 58000005 setarg flash_read_satus 
+033d 204064f3 call spid_read_reg 
+033e c2800337 bbit1 flash_status_wip ,p_wait_flash_done 
+033f 20600000 rtn 
+
+p_spid_write_flash:
+0340 1fe22600 copy pdata ,regc 
+0341 1a227e00 copy rega ,pdata 
+0342 1fe0fffc increase -4 ,pdata 
+0343 1fe22400 copy pdata ,regb 
+0344 ea420000 ifetch 4 ,regb 
+0345 60024b47 store 4 ,mem_write_flash_head_temp 
+0346 1a627e00 copy regc ,pdata 
+0347 20406552 call spid_write_flash 
+0348 68024b47 fetch 4 ,mem_write_flash_head_temp 
+0349 e2420000 istore 4 ,regb 
+034a 20600000 rtn 
 
 p_mouse_information_flash_parameters:
-0377 5800477f setarg mem_mouse_information_end 
-0378 d8404720 arg mem_mouse_information_start ,temp 
-0379 98460400 isub temp ,temp 
-037a 6801c700 fetch 3 ,mem_flash_base 
-037b da204720 arg mem_mouse_information_start ,rega 
-037c 20600000 rtn 
+034b 5800477f setarg mem_mouse_information_end 
+034c d8404720 arg mem_mouse_information_start ,temp 
+034d 98460400 isub temp ,temp 
+034e 6801c700 fetch 3 ,mem_flash_base 
+034f da204720 arg mem_mouse_information_start ,rega 
+0350 20600000 rtn 
 
 p_mouse_read_flash:
-037d 20400390 call p_flash_release_deep_power_down 
-037e 20400377 call p_mouse_information_flash_parameters 
-037f 20206562 branch spid_read_flash 
+0351 20400363 call p_flash_release_deep_power_down 
+0352 2040034b call p_mouse_information_flash_parameters 
+0353 20206562 branch spid_read_flash 
 
 p_mouse_load_flash_device_info:
-0380 2040037d call p_mouse_read_flash 
-0381 2040057a call p_mouse_load_random_addr_increase_count 
-0382 20400581 call p_mouse_load_last_mode 
-0383 20404364 call mouse_select_btdevice 
-0384 2040431a call mouse_select_reconn_device 
-0385 6802477b fetch 4 ,mem_mouse_24g_addr 
-0386 60024c5f store 4 ,mem_24g_addr 
-0387 20600000 rtn 
+0354 20400351 call p_mouse_read_flash 
+0355 2040036d call p_mouse_load_flash_user_data 
+0356 20404364 call mouse_select_btdevice 
+0357 2040431a call mouse_select_reconn_device 
+0358 6802477b fetch 4 ,mem_mouse_24g_addr 
+0359 60024c6f store 4 ,mem_24g_addr 
+035a 20600000 rtn 
 
 p_flash_deep_power_down:
-0388 700aa2b9 jam flash_command_deep_power_down ,mem_temp 
+035b 700aa2b9 jam flash_command_deep_power_down ,mem_temp 
 
 p_spid_write_flash_cmd:
-0389 20400334 call p_spid_init_flash 
-038a 204069ac call delay_nop100 
-038b 2040650b call spid_unlock_flash 
-038c da204b49 arg mem_write_flash_head_temp ,rega 
-038d 68088aa2 fetcht 1 ,mem_temp 
-038e 20406556 call spid_write_flash_common 
-038f 202069ac branch delay_nop100 
+035c 20400309 call p_spid_init_flash 
+035d 204069ac call delay_nop100 
+035e 2040650b call spid_unlock_flash 
+035f da204b47 arg mem_write_flash_head_temp ,rega 
+0360 68088aa2 fetcht 1 ,mem_temp 
+0361 20406556 call spid_write_flash_common 
+0362 202069ac branch delay_nop100 
 
 p_flash_release_deep_power_down:
-0390 700aa2ab jam flash_command_release_deep_power_down ,mem_temp 
-0391 20200389 branch p_spid_write_flash_cmd 
+0363 700aa2ab jam flash_command_release_deep_power_down ,mem_temp 
+0364 2020035c branch p_spid_write_flash_cmd 
+
+p_mouse_fast_conn_disable:
+0365 704b755a jam 0x5a ,mem_mouse_fast_conn_flag 
+0366 20600000 rtn 
+
+p_mouse_fast_conn_le_switch_adv:
+0367 704b6901 jam 1 ,mem_le_switch_adv_timer 
+0368 704b6801 jam 1 ,mem_le_switch_adv_flag 
+
+p_mouse_fast_conn_init:
+0369 704b75ff jam 0xff ,mem_mouse_fast_conn_flag 
+036a 68034d8c fetch 6 ,mem_24g_allpowerful_addr 
+036b 600344a0 store 6 ,mem_le_lap 
+036c 20600000 rtn 
+
+p_mouse_load_flash_user_data:
+036d 20400363 call p_flash_release_deep_power_down 
+036e d8400007 arg 7 ,temp 
+036f da204b70 arg mem_mouse_flash_start_temp ,rega 
+0370 da40005f arg mouse_user_data_offect ,regb 
+0371 6801c700 fetch 3 ,mem_flash_base 
+0372 9a40fe00 iadd regb ,pdata 
+0373 20206562 branch spid_read_flash 
+
+p_mouse_start_24g_mode:
+0374 6800c241 fetch 1 ,mem_power_on_flag 
+0375 c28101f1 bbit1 2 ,p_g24_start_24g_mode 
+
+p_mouse_start_24g_pair:
+0376 68024b4c fetch 4 ,mem_mouse_24g_addr_init 
+0377 60024c6f store 4 ,mem_24g_addr 
+0378 20400324 call p_mouse_store_flash_device_info 
 
-p_pdata_0xff_check:
-0392 20407fe7 call enable_user 
-0393 5800ffff setarg 0xffff 
-
-p_pdata_0xff_check_loop:
-0394 e8c90000 ifetcht 2 ,contr 
-0395 98467c00 isub temp ,null 
-0396 2442ffe9 ncall disable_user ,zero 
-0397 c2000394 loop p_pdata_0xff_check_loop 
-0398 20600000 rtn 
+p_g24_auto_pair_start:
+0379 7011c641 jam zcode_41 ,mem_zcode_temp_param0 
+037a 2020076f branch p_zcode_entrance 
 
 p_mouse_g24_package_data:
-0399 20404401 call mouse_g24_package_data 
-039a 6801469f fetch 2 ,mem_mouse_z 
-039b 207a0000 rtn blank 
+037b 20404401 call mouse_g24_package_data 
+037c 6801469f fetch 2 ,mem_mouse_z 
+037d 207a0000 rtn blank 
 
 p_g24_transmit_by_interrupt_enable:
-039c 704d7701 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-039d 58000000 setarg 0 
-039e 60014d78 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
-039f 20600000 rtn 
+037e 704d8701 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+037f 58000000 setarg 0 
+0380 60014d88 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0381 20600000 rtn 
 
 p_mouse_le_txbuff_save:
-03a0 d8c01800 arg mem_le_tx_buffer0 ,contr 
-03a1 d8a0480d arg mem_le_tx_buffer0_omemalloc ,contw 
-03a2 204003a8 call p_mouse_le_txbuff_copy 
-03a3 d8c01900 arg mem_le_tx_buffer1 ,contr 
-03a4 204003a8 call p_mouse_le_txbuff_copy 
-03a5 d8c01a00 arg mem_le_tx_buffer2 ,contr 
-03a6 204003a8 call p_mouse_le_txbuff_copy 
-03a7 d8c01b00 arg mem_le_tx_buffer3 ,contr 
+0382 d8c01800 arg mem_le_tx_buffer0 ,contr 
+0383 d8a0480a arg mem_le_tx_buffer0_omemalloc ,contw 
+0384 2040038a call p_mouse_le_txbuff_copy 
+0385 d8c01900 arg mem_le_tx_buffer1 ,contr 
+0386 2040038a call p_mouse_le_txbuff_copy 
+0387 d8c01a00 arg mem_le_tx_buffer2 ,contr 
+0388 2040038a call p_mouse_le_txbuff_copy 
+0389 d8c01b00 arg mem_le_tx_buffer3 ,contr 
 
 p_mouse_le_txbuff_copy:
-03a8 df20001b arg 27 ,loopcnt 
-03a9 20207f01 branch memcpy 
+038a df20001b arg 27 ,loopcnt 
+038b 20207f01 branch memcpy 
 
 p_mouse_le_txbuff_load:
-03aa d8c0480d arg mem_le_tx_buffer0_omemalloc ,contr 
-03ab d8a01800 arg mem_le_tx_buffer0 ,contw 
-03ac 204003a8 call p_mouse_le_txbuff_copy 
-03ad d8a01900 arg mem_le_tx_buffer1 ,contw 
-03ae 204003a8 call p_mouse_le_txbuff_copy 
-03af d8a01a00 arg mem_le_tx_buffer2 ,contw 
-03b0 204003a8 call p_mouse_le_txbuff_copy 
-03b1 d8a01b00 arg mem_le_tx_buffer3 ,contw 
-03b2 202003a8 branch p_mouse_le_txbuff_copy 
+038c d8c0480a arg mem_le_tx_buffer0_omemalloc ,contr 
+038d d8a01800 arg mem_le_tx_buffer0 ,contw 
+038e 2040038a call p_mouse_le_txbuff_copy 
+038f d8a01900 arg mem_le_tx_buffer1 ,contw 
+0390 2040038a call p_mouse_le_txbuff_copy 
+0391 d8a01a00 arg mem_le_tx_buffer2 ,contw 
+0392 2040038a call p_mouse_le_txbuff_copy 
+0393 d8a01b00 arg mem_le_tx_buffer3 ,contw 
+0394 2020038a branch p_mouse_le_txbuff_copy 
+
+p_mouse_le_current_mult_update:
+0395 70417200 jam 0 ,mem_lpm_mult 
+0396 704b431e jam 30 ,mem_mouse_le_current_mult_timer 
+0397 20600000 rtn 
+
+p_mouse_data_xy_release:
+0398 6800cb42 fetch 1 ,mem_mouse_long_mult_flag 
+0399 c1808000 rtnne 1 
+039a 58000000 setarg 0 
+039b 6000cb42 store 1 ,mem_mouse_long_mult_flag 
+039c 6002469b store 4 ,mem_mouse_x 
+039d 202003d7 branch p_mouse_init_sensor_reset 
+
+p_mouse_sensor_poweron:
+039e 20400332 call p_mouse_spi_init 
+039f da604bb2 arg mem_sensor_poweron_init ,regc 
+03a0 204002e6 call p_sensor_wr_seq 
+
+p_mouse_dpi_config:
+03a1 6800c77a fetch 1 ,mem_mouse_dpi 
+03a2 c0ff8511 bne 0xff ,p_mouse_seting_dpi 
+
+p_mouse_dpi_config_default:
+03a3 6800c6e1 fetch 1 ,mem_config_sensor_motion 
+03a4 6000c77a store 1 ,mem_mouse_dpi 
+03a5 20200511 branch p_mouse_seting_dpi 
 
 p_mouse_le:
-03b3 20405892 call le_fifo_check_nearly_full 
-03b4 247a0000 nrtn blank 
-03b5 6800cb6b fetch 1 ,mem_mouse_fast_conn_flag 
-03b6 c07f83ba beq 0xff ,p_mouse_le_next 
-03b7 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-03b8 1fe17e03 and pdata ,0x03 ,pdata 
-03b9 c1818000 rtnne 0x03 
+03a6 20405892 call le_fifo_check_nearly_full 
+03a7 247a0000 nrtn blank 
+03a8 6800cb75 fetch 1 ,mem_mouse_fast_conn_flag 
+03a9 c07f83ad beq 0xff ,p_mouse_le_next 
+03aa 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+03ab 1fe17e03 and pdata ,0x03 ,pdata 
+03ac c1818000 rtnne 0x03 
 
 p_mouse_le_next:
-03ba 6800c79e fetch 1 ,mem_mouse_clear_sensor_data_flag 
-03bb 205a0410 call p_mouse_clear_sensor_data ,blank 
-03bc 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-03bd c282c179 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-03be 20403f97 call mouse_motion 
-03bf 24740000 nrtn user 
-03c0 204003c7 call p_mouse_le_current_mult_update 
-03c1 204003ca call p_mouse_data_xy_release 
-03c2 204003e6 call p_mouse_wheel_trigger 
+03ad 6800c79e fetch 1 ,mem_mouse_clear_sensor_data_flag 
+03ae 205a03d5 call p_mouse_clear_sensor_data ,blank 
+03af 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+03b0 c282c179 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+03b1 20403f97 call mouse_motion 
+03b2 24740000 nrtn user 
+03b3 20400395 call p_mouse_le_current_mult_update 
+03b4 20400398 call p_mouse_data_xy_release 
+03b5 204003d0 call p_mouse_wheel_trigger 
 
 p_mouse_data_push:
-03c3 da20469a arg mem_mouse_key ,rega 
-03c4 20407e3d call queue_push 
-03c5 205403d5 call p_mouse_queue_increase ,user 
-03c6 20600000 rtn 
-
-p_mouse_le_current_mult_update:
-03c7 70417200 jam 0 ,mem_lpm_mult 
-03c8 704b631e jam 30 ,mem_mouse_le_current_mult_timer 
-03c9 20600000 rtn 
-
-p_mouse_data_xy_release:
-03ca 6800cb62 fetch 1 ,mem_mouse_long_mult_flag 
-03cb c1808000 rtnne 1 
-03cc 58000000 setarg 0 
-03cd 6000cb62 store 1 ,mem_mouse_long_mult_flag 
-03ce 6002469b store 4 ,mem_mouse_x 
-03cf 202002e0 branch p_mouse_init_sensor_reset 
+03b6 da20469a arg mem_mouse_key ,rega 
+03b7 20407e3d call queue_push 
+03b8 205403bf call p_mouse_queue_increase ,user 
+03b9 20600000 rtn 
 
 p_mouse_data_init:
-03d0 7047a207 jam 7 ,mem_mouse_data_queue 
-03d1 7047a304 jam 4 ,mem_mouse_data_queue + 1 
-03d2 580047a2 setarg mem_mouse_data_queue 
-03d3 60014218 store 2 ,mem_queue_ptr 
-03d4 20207e38 branch queue_init 
+03ba 7047a207 jam 7 ,mem_mouse_data_queue 
+03bb 7047a304 jam 4 ,mem_mouse_data_queue + 1 
+03bc 580047a2 setarg mem_mouse_data_queue 
+03bd 60014218 store 2 ,mem_queue_ptr 
+03be 20207e38 branch queue_init 
 
 p_mouse_queue_increase:
-03d5 6800c7c3 fetch 1 ,mem_mouse_data_queue_num 
-03d6 1fe0fe01 increase 1 ,pdata 
-03d7 6000c7c3 store 1 ,mem_mouse_data_queue_num 
-03d8 20600000 rtn 
+03bf 6800c7c3 fetch 1 ,mem_mouse_data_queue_num 
+03c0 1fe0fe01 increase 1 ,pdata 
+03c1 6000c7c3 store 1 ,mem_mouse_data_queue_num 
+03c2 20600000 rtn 
 
 p_mouse_data_pull:
-03d9 da20469a arg mem_mouse_key ,rega 
-03da 20407e54 call queue_pop 
-03db 203403dd branch p_mouse_fill_data_le ,user 
-03dc 20600000 rtn 
+03c3 da20469a arg mem_mouse_key ,rega 
+03c4 20407e54 call queue_pop 
+03c5 203403c7 branch p_mouse_fill_data_le ,user 
+03c6 20600000 rtn 
 
 p_mouse_fill_data_le:
-03dd 20405652 call le_clear_md 
-03de 6800c7c3 fetch 1 ,mem_mouse_data_queue_num 
-03df 1fe67c01 sub pdata ,1 ,null 
-03e0 24415650 ncall le_set_md ,positive 
-03e1 6800c7c3 fetch 1 ,mem_mouse_data_queue_num 
-03e2 207a0000 rtn blank 
-03e3 1fe0ffff increase -1 ,pdata 
-03e4 6000c7c3 store 1 ,mem_mouse_data_queue_num 
-03e5 20203f90 branch mouse_fill_data_le 
+03c7 20405652 call le_clear_md 
+03c8 6800c7c3 fetch 1 ,mem_mouse_data_queue_num 
+03c9 1fe67c01 sub pdata ,1 ,null 
+03ca 24415650 ncall le_set_md ,positive 
+03cb 6800c7c3 fetch 1 ,mem_mouse_data_queue_num 
+03cc 207a0000 rtn blank 
+03cd 1fe0ffff increase -1 ,pdata 
+03ce 6000c7c3 store 1 ,mem_mouse_data_queue_num 
+03cf 20203f90 branch mouse_fill_data_le 
 
 p_mouse_wheel_trigger:
-03e6 6801469f fetch 2 ,mem_mouse_z 
-03e7 207a0000 rtn blank 
-03e8 70480901 jam 1 ,mem_mouse_wheel_trigger 
-03e9 70480a02 jam 2 ,mem_mouse_wheel_trigger_timer 
-03ea 20600000 rtn 
+03d0 6801469f fetch 2 ,mem_mouse_z 
+03d1 207a0000 rtn blank 
+03d2 70480601 jam 1 ,mem_mouse_wheel_trigger 
+03d3 7048070a jam 10 ,mem_mouse_wheel_trigger_timer 
+03d4 20600000 rtn 
+
+p_mouse_clear_sensor_data:
+03d5 70479e01 jam 1 ,mem_mouse_clear_sensor_data_flag 
+03d6 20405814 call le_set_config_more_data 
+
+p_mouse_init_sensor_reset:
+03d7 704afe01 jam 1 ,mem_mouse_init_sensor_reset_flag 
+03d8 202002d3 branch p_mouse_init_sunt 
 
 p_mouse_bt:
-03eb 20770000 rtn attempt 
-03ec 6800c1e2 fetch 1 ,mem_app_handshake_flag 
-03ed 207a0000 rtn blank 
-03ee 20405271 call l2cap_malloc_is_fifo_nearly_full 
-03ef 247a0000 nrtn blank 
-03f0 6800c79e fetch 1 ,mem_mouse_clear_sensor_data_flag 
-03f1 205a0410 call p_mouse_clear_sensor_data ,blank 
-03f2 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-03f3 c282bf8a bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
-03f4 c284bf8a bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
-03f5 20403f97 call mouse_motion 
-03f6 24740000 nrtn user 
-03f7 204003c7 call p_mouse_le_current_mult_update 
-03f8 204003ca call p_mouse_data_xy_release 
-03f9 204003e6 call p_mouse_wheel_trigger 
-03fa 6800cb06 fetch 1 ,mem_mouse_bt_boot_mode 
-03fb c00083ff beq 1 ,p_mouse_send_data_boot_mode 
-03fc 6800cb0d fetch 1 ,mem_mouse_bt_send_first_package_flag 
-03fd 207a0000 rtn blank 
-03fe 20203f81 branch mouse_send_data 
+03d9 20770000 rtn attempt 
+03da 6800c1e2 fetch 1 ,mem_app_handshake_flag 
+03db 207a0000 rtn blank 
+03dc 20405271 call l2cap_malloc_is_fifo_nearly_full 
+03dd 247a0000 nrtn blank 
+03de 6800c79e fetch 1 ,mem_mouse_clear_sensor_data_flag 
+03df 205a03d5 call p_mouse_clear_sensor_data ,blank 
+03e0 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+03e1 c282bf8a bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+03e2 c284bf8a bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
+03e3 20403f97 call mouse_motion 
+03e4 24740000 nrtn user 
+03e5 20400395 call p_mouse_le_current_mult_update 
+03e6 20400398 call p_mouse_data_xy_release 
+03e7 204003d0 call p_mouse_wheel_trigger 
+03e8 6800cb03 fetch 1 ,mem_mouse_bt_boot_mode 
+03e9 c00083ed beq 1 ,p_mouse_send_data_boot_mode 
+03ea 6800cb0a fetch 1 ,mem_mouse_bt_send_first_package_flag 
+03eb 207a0000 rtn blank 
+03ec 20203f81 branch mouse_send_data 
 
 p_mouse_send_data_boot_mode:
-03ff 6800c69a fetch 1 ,mem_mouse_key 
-0400 6000cb07 store 1 ,mem_mouse_bt_boot_data 
-0401 6800c69b fetch 1 ,mem_mouse_x 
-0402 e0a08000 istore 1 ,contw 
-0403 6800c69d fetch 1 ,mem_mouse_y 
-0404 e0a08000 istore 1 ,contw 
-0405 6801469f fetch 2 ,mem_mouse_z 
-0406 e0a10000 istore 2 ,contw 
-0407 da200007 arg 7 ,rega 
-0408 20404d63 call hid_malloc_tx_buff 
-0409 6801424e fetch 2 ,mem_hid_int_remote_cid 
-040a e0a10000 istore 2 ,contw 
-040b 580002a1 setarg 0x02a1 
-040c e0a10000 istore 2 ,contw 
-040d 6802cb07 fetch 5 ,mem_mouse_bt_boot_data 
-040e e0a28000 istore 5 ,contw 
-040f 20600000 rtn 
-
-p_mouse_clear_sensor_data:
-0410 70479e01 jam 1 ,mem_mouse_clear_sensor_data_flag 
-0411 20405814 call le_set_config_more_data 
-0412 202002e0 branch p_mouse_init_sensor_reset 
+03ed 6800c69a fetch 1 ,mem_mouse_key 
+03ee 6000cb04 store 1 ,mem_mouse_bt_boot_data 
+03ef 6800c69b fetch 1 ,mem_mouse_x 
+03f0 e0a08000 istore 1 ,contw 
+03f1 6800c69d fetch 1 ,mem_mouse_y 
+03f2 e0a08000 istore 1 ,contw 
+03f3 6801469f fetch 2 ,mem_mouse_z 
+03f4 e0a10000 istore 2 ,contw 
+03f5 da200007 arg 7 ,rega 
+03f6 20404d63 call hid_malloc_tx_buff 
+03f7 6801424e fetch 2 ,mem_hid_int_remote_cid 
+03f8 e0a10000 istore 2 ,contw 
+03f9 580002a1 setarg 0x02a1 
+03fa e0a10000 istore 2 ,contw 
+03fb 6802cb04 fetch 5 ,mem_mouse_bt_boot_data 
+03fc e0a28000 istore 5 ,contw 
+03fd 20600000 rtn 
 
 p_mouse_idle:
-0413 20407e34 call ui_check_paring_button 
-0414 20400416 call p_mouse_dpi_check 
-0415 20203ee0 branch mouse_wheel_check 
+03fe 20407e34 call ui_check_paring_button 
+03ff 20400401 call p_mouse_dpi_check 
+0400 20203ee0 branch mouse_wheel_check 
 
 p_mouse_dpi_check:
-0416 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
-0417 20400551 call p_gpio_set_input_pd 
-0418 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
-0419 2040681d call gpio_get_bit 
-041a 20208424 branch p_mouse_dpi_up ,true 
-041b 2040055a call p_gpio_set_input_pu 
+0401 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
+0402 2040056b call p_gpio_set_input_pd 
+0403 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
+0404 2040681d call gpio_get_bit 
+0405 2020840f branch p_mouse_dpi_up ,true 
+0406 20400566 call p_gpio_set_input_pu 
 
 p_mouse_dpi_down:
-041c 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
-041d c1000000 rtneq dpi_button_state_down 
-041e 7046b600 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-
-p_mouse_dpi_down_next:
-041f 6800c77a fetch 1 ,mem_mouse_dpi 
-0420 1fe0fe01 increase 1 ,pdata 
-0421 1fe17e03 and pdata ,0x03 ,pdata 
-0422 6000c77a store 1 ,mem_mouse_dpi 
-0423 20203d7e branch mouse_seting_dpi 
+0407 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
+0408 c1000000 rtneq dpi_button_state_down 
+0409 7046b600 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+040a 6800c77a fetch 1 ,mem_mouse_dpi 
+040b 1fe0fe01 increase 1 ,pdata 
+040c 1fe17e03 and pdata ,0x03 ,pdata 
+040d 6000c77a store 1 ,mem_mouse_dpi 
+040e 20203d7e branch mouse_seting_dpi 
 
 p_mouse_dpi_up:
-0424 2040055a call p_gpio_set_input_pu 
-0425 20203d62 branch mouse_dpi_up 
+040f 20400566 call p_gpio_set_input_pu 
+0410 20203d62 branch mouse_dpi_up 
 
 p_mouse_priority_bb_event:
-0426 1a627e00 copy regc ,pdata 
-0427 c00a0437 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-0428 c00a8441 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0429 c0148444 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
-042a c0190446 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-042b c0200448 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-042c c002044a beq bt_evt_reconn_failed ,p_mouse_bb_event_reconn_failed 
-042d c009844a beq bt_evt_reconn_page_timeout ,p_mouse_bb_event_reconn_timeout 
-042e c00cb3df beq bt_evt_switch_not_accept ,app_bt_role_switch 
-042f c010844e beq bt_evt_sniff_not_accept ,p_mouse_sniff_not_accept 
-0430 c0008450 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
-0431 c0010456 beq bt_evt_bb_disconnected ,p_mouse_bb_event_disconnected 
-0432 c015845a beq bt_evt_switch_success_master ,p_mouse_enter_sniff_check 
-0433 c01c845c beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0434 c01d0462 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0435 c01e0464 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0436 2020417d branch mouse_priority_bb_event + 1 
+0411 1a627e00 copy regc ,pdata 
+0412 c00a0422 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0413 c00a8436 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0414 c0148439 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
+0415 c019043b beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0416 c020043d beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0417 c002043f beq bt_evt_reconn_failed ,p_mouse_bb_event_reconn_failed 
+0418 c009843f beq bt_evt_reconn_page_timeout ,p_mouse_bb_event_reconn_timeout 
+0419 c00cb3df beq bt_evt_switch_not_accept ,app_bt_role_switch 
+041a c0108443 beq bt_evt_sniff_not_accept ,p_mouse_sniff_not_accept 
+041b c0008445 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+041c c0010451 beq bt_evt_bb_disconnected ,p_mouse_bb_event_disconnected 
+041d c0158454 beq bt_evt_switch_success_master ,p_mouse_enter_sniff_check 
+041e c01c8456 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+041f c01d045a beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0420 c01e045d beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0421 2020417d branch mouse_priority_bb_event + 1 
 
 p_mouse_le_bb_event_connected:
-0437 204002e0 call p_mouse_init_sensor_reset 
-0438 20403410 call app_ble_store_reconn_info 
-0439 7047c601 jam latest_mode_bt ,mem_mouse_latest_mode 
-043a 704b6a01 jam 1 ,mem_mouse_le_bb_connected_flag 
-043b 6800c7a1 fetch 1 ,mem_mouse_le_reconnect_flag 
-043c 243a043e nbranch p_mouse_le_bb_event_connected_next ,blank 
-043d 704b6f14 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
+0422 204003d7 call p_mouse_init_sensor_reset 
+0423 204041c3 call mouse_le_bb_event_connected 
+0424 58000000 setarg 0 
+0425 6001cb68 store 3 ,mem_le_switch_adv_flag 
+0426 68034b4c fetch 6 ,mem_mouse_24g_addr_init 
+0427 680b4722 fetcht 6 ,mem_device1_addr 
+0428 98467c00 isub temp ,null 
+0429 24428365 ncall p_mouse_fast_conn_disable ,zero 
+042a 20403410 call app_ble_store_reconn_info 
+042b 704b7601 jam latest_mode_bt ,mem_mouse_latest_mode 
+042c 6800c7a1 fetch 1 ,mem_mouse_le_reconnect_flag 
+042d 243a042f nbranch p_mouse_le_bb_event_connected_next ,blank 
+042e 704b6d14 jam 0x14 ,mem_mouse_send_secutiry_request_timer 
 
 p_mouse_le_bb_event_connected_next:
-043e 204004cb call p_mouse_null_enter_hibernate_disable 
-043f 204003d0 call p_mouse_data_init 
-0440 202041c3 branch mouse_le_bb_event_connected 
+042f 704b7700 jam 0 ,mem_mouse_poweron_bt_start_reconn_timer 
+0430 704b6c00 jam 0 ,mem_mouse_le_adv_start 
+0431 704b6f01 jam 1 ,mem_mouse_le_bb_connected_flag 
+0432 704b7800 jam 0 ,mem_mouse_le_not_tx_disconn 
+0433 704b6b00 jam 0 ,mem_mouse_start_discovery_enable 
+0434 204001f3 call p_g24_check_51cmd_stop_24g 
+0435 202003ba branch p_mouse_data_init 
 
 p_mouse_le_bb_disconnected:
-0441 2040046c call p_mouse_sensor_powerdown_check 
-0442 7011c7a2 jam zcode_a2 ,mem_zcode_temp_param0 
-0443 2020076a branch p_zcode_entrance 
+0436 20400463 call p_mouse_sensor_powerdown_check 
+0437 7011c6a2 jam zcode_a2 ,mem_zcode_temp_param0 
+0438 2020076f branch p_zcode_entrance 
 
 p_mouse_le_enc_info:
 
 p_app_updata_le_param:
-0444 700a9912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0445 20207d8f branch ui_ipc_send_cmd 
+0439 700a9912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+043a 20207d8f branch ui_ipc_send_cmd 
 
 p_mouse_le_ll_start_encryt:
-0446 7011c7b3 jam zcode_b3 ,mem_zcode_temp_param0 
-0447 2020076a branch p_zcode_entrance 
+043b 7011c6b3 jam zcode_b3 ,mem_zcode_temp_param0 
+043c 2020076f branch p_zcode_entrance 
 
 p_mouse_le_conn_param_update_rsp_recieved:
-0448 7011c7a1 jam zcode_a1 ,mem_zcode_temp_param0 
-0449 2020076a branch p_zcode_entrance 
+043d 7011c6a1 jam zcode_a1 ,mem_zcode_temp_param0 
+043e 2020076f branch p_zcode_entrance 
 
 p_mouse_bb_event_reconn_timeout:
 
 p_mouse_bb_event_reconn_failed:
-044a 7011c7a3 jam zcode_a3 ,mem_zcode_temp_param0 
-044b 2020076a branch p_zcode_entrance 
+043f 7011c6a3 jam zcode_a3 ,mem_zcode_temp_param0 
+0440 2020076f branch p_zcode_entrance 
 
 p_mouse_irtual_cable_unplug:
-044c 7011c7b5 jam zcode_b5 ,mem_zcode_temp_param0 
-044d 2020076a branch p_zcode_entrance 
+0441 7011c670 jam zcode_70 ,mem_zcode_temp_param0 
+0442 2020076f branch p_zcode_entrance 
 
 p_mouse_sniff_not_accept:
-044e 7011c7b1 jam zcode_b1 ,mem_zcode_temp_param0 
-044f 2020076a branch p_zcode_entrance 
+0443 7011c6b1 jam zcode_b1 ,mem_zcode_temp_param0 
+0444 2020076f branch p_zcode_entrance 
 
 p_mouse_bb_event_connected:
-0450 7047c601 jam latest_mode_bt ,mem_mouse_latest_mode 
-0451 204002e0 call p_mouse_init_sensor_reset 
-0452 204004cb call p_mouse_null_enter_hibernate_disable 
-0453 204004f4 call p_mouse_discovey_led_blink_off 
-0454 70480c00 jam 0 ,mem_mouse_send_switch_req_timer 
-0455 202042ca branch mouse_stop_discovery 
+0445 20400498 call p_mouse_store_eeprom_enable 
+0446 204003d7 call p_mouse_init_sensor_reset 
+0447 58000000 setarg 0 
+0448 6001cb68 store 3 ,mem_le_switch_adv_flag 
+0449 704b7601 jam latest_mode_bt ,mem_mouse_latest_mode 
+044a 704b7700 jam 0 ,mem_mouse_poweron_bt_start_reconn_timer 
+044b 704b7800 jam 0 ,mem_mouse_le_not_tx_disconn 
+044c 704b6b00 jam 0 ,mem_mouse_start_discovery_enable 
+044d 204001f3 call p_g24_check_51cmd_stop_24g 
+044e 20400502 call p_mouse_null_enter_hibernate_disable 
+044f 70480900 jam 0 ,mem_mouse_send_switch_req_timer 
+0450 202042ca branch mouse_stop_discovery 
 
 p_mouse_bb_event_disconnected:
-0456 20002ee0 nop 12000 
-0457 2040046c call p_mouse_sensor_powerdown_check 
-0458 7011c7b4 jam zcode_b4 ,mem_zcode_temp_param0 
-0459 2020076a branch p_zcode_entrance 
+0451 20400463 call p_mouse_sensor_powerdown_check 
+0452 7011c6b4 jam zcode_b4 ,mem_zcode_temp_param0 
+0453 2020076f branch p_zcode_entrance 
 
 p_mouse_enter_sniff_check:
-045a 7011c7b2 jam zcode_b2 ,mem_zcode_temp_param0 
-045b 2020076a branch p_zcode_entrance 
+0454 7011c6b2 jam zcode_b2 ,mem_zcode_temp_param0 
+0455 2020076f branch p_zcode_entrance 
 
 p_mouse_24g_pairing_complete:
-045c 6800c241 fetch 1 ,mem_power_on_flag 
-045d 79207e02 set1 2 ,pdata 
-045e 6000c241 store 1 ,mem_power_on_flag 
-045f 204002e0 call p_mouse_init_sensor_reset 
-0460 7011c792 jam zcode_92 ,mem_zcode_temp_param0 
-0461 2020076a branch p_zcode_entrance 
+0456 2040037e call p_g24_transmit_by_interrupt_enable 
+0457 204003d7 call p_mouse_init_sensor_reset 
+0458 7011c650 jam zcode_50 ,mem_zcode_temp_param0 
+0459 2020076f branch p_zcode_entrance 
 
 p_mouse_24g_attempt_fail:
-0462 7011c7c0 jam zcode_c0 ,mem_zcode_temp_param0 
-0463 2020076a branch p_zcode_entrance 
+045a 20400463 call p_mouse_sensor_powerdown_check 
+045b 7011c651 jam zcode_51 ,mem_zcode_temp_param0 
+045c 2020076f branch p_zcode_entrance 
 
 p_mouse_24g_attempt_success:
-0464 6800c241 fetch 1 ,mem_power_on_flag 
-0465 79207e02 set1 2 ,pdata 
-0466 6000c241 store 1 ,mem_power_on_flag 
-0467 7011c7c1 jam zcode_c1 ,mem_zcode_temp_param0 
-0468 2020076a branch p_zcode_entrance 
+045d 204003d7 call p_mouse_init_sensor_reset 
+045e 7011c652 jam zcode_52 ,mem_zcode_temp_param0 
+045f 2020076f branch p_zcode_entrance 
 
 p_mouse_before_hibernate:
-0469 2040046c call p_mouse_sensor_powerdown_check 
-046a 7011c7a4 jam zcode_a4 ,mem_zcode_temp_param0 
-046b 2020076a branch p_zcode_entrance 
+0460 20400463 call p_mouse_sensor_powerdown_check 
+0461 7011c6a0 jam zcode_a0 ,mem_zcode_temp_param0 
+0462 2020076f branch p_zcode_entrance 
 
 p_mouse_sensor_powerdown_check:
-046c 6800cb01 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-046d 207a0000 rtn blank 
-046e 704b0100 jam 0 ,mem_mouse_init_sensor_reset_flag 
-046f 20200318 branch p_mouse_sensor_powerdown 
+0463 6800cafe fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0464 207a0000 rtn blank 
+0465 704afe00 jam 0 ,mem_mouse_init_sensor_reset_flag 
+
+p_mouse_sensor_powerdown:
+0466 204002d3 call p_mouse_init_sunt 
+0467 58000006 setarg 0x06 
+0468 20406414 call twspi_read 
+0469 1fe1fe08 or pdata ,0x08 ,pdata 
+046a 1fed7e00 lshift8 pdata ,pdata 
+046b 1fe0fe06 add pdata ,0x06 ,pdata 
+046c 20206413 branch twspi_write 
 
 p_mouse_bb_event_timer:
-0470 204004ce call p_mouse_multi_led_blink_timer 
-0471 204004a4 call p_mouse_wheel_trigger_timer 
-0472 204004bf call p_mouse_null_enter_hibernate_timer 
-0473 204004a9 call p_mouse_bt_discovery_check 
-0474 20404234 call mouse_check_discovery_timeout_timer 
-0475 2040049d call p_mouse_g24_long_sleep_param_update_timer 
-0476 20400489 call p_mouse_check_direct_timeout_timer 
-0477 20400486 call p_mouse_le_enable_att_list_timer 
-0478 2040048f call p_mouse_le_current_mult_update_timer 
-0479 20400495 call p_le_send_smp_security_request_timer 
-047a 2040047e call p_mouse_send_switch_req_timer 
-047b 20404231 call mouse_check_hid_handshake_timer 
-047c 20400481 call p_mouse_bt_check_sniff_req_timeout_timer 
+046d 20400481 call p_mouse_le_switch_adv_timer 
+046e 20400505 call p_mouse_multi_led_blink_timer 
+046f 204004d1 call p_mouse_wheel_trigger_timer 
+0470 204004fb call p_mouse_null_enter_hibernate_timer 
+0471 204004d6 call p_mouse_bt_discovery_check 
+0472 20404234 call mouse_check_discovery_timeout_timer 
+0473 2040049f call p_mouse_g24_long_sleep_param_update_timer 
+0474 204004a6 call p_mouse_g24_stop_mode_timeout_timer 
+0475 204004ba call p_mouse_check_direct_timeout_timer 
+0476 204004c0 call p_mouse_le_enable_att_list_timer 
+0477 204004c3 call p_le_send_smp_security_request_timer 
+0478 204004cb call p_mouse_le_current_mult_update_timer 
+0479 204004b2 call p_mouse_send_switch_req_timer 
+047a 20404231 call mouse_check_hid_handshake_timer 
+047b 204004b5 call p_mouse_bt_check_sniff_req_timeout_timer 
+047c 2040047e call p_mouse_poweron_bt_start_reconn_timer 
 047d 2020423a branch mouse_check_no_data_timeout_timer 
 
-p_mouse_send_switch_req_timer:
-047e da60480c arg mem_mouse_send_switch_req_timer ,regc 
-047f da40637a arg host_create_conn_resend ,regb 
+p_mouse_poweron_bt_start_reconn_timer:
+047e da604b77 arg mem_mouse_poweron_bt_start_reconn_timer ,regc 
+047f da4002c2 arg p_mouse_check_reconn_target ,regb 
 0480 2020336d branch timer_single_step 
 
+p_mouse_le_switch_adv_timer:
+0481 6800cb68 fetch 1 ,mem_le_switch_adv_flag 
+0482 207a0000 rtn blank 
+0483 da604b69 arg mem_le_switch_adv_timer ,regc 
+0484 da400486 arg p_mouse_le_switch_adv ,regb 
+0485 2020336d branch timer_single_step 
+
+p_mouse_le_switch_adv:
+0486 704b6901 jam 1 ,mem_le_switch_adv_timer 
+0487 6800cb6a fetch 1 ,mem_le_switch_adv_count 
+0488 1fe0fe01 increase 1 ,pdata 
+0489 1fe17e01 and_into 1 ,pdata 
+048a 6000cb6a store 1 ,mem_le_switch_adv_count 
+048b c000049a beq 0 ,p_mouse_check_fast_conn_adv_start1 
+
+p_check_51cmd_adv:
+048c 68034b62 fetch 6 ,mem_le_normal_lap 
+048d 600344a0 store 6 ,mem_le_lap 
+048e 20400490 call p_mouse_le_adv_data_update 
+048f 20207df4 branch check_51cmd_adv 
+
+p_mouse_le_adv_data_update:
+0490 70436f1f jam 0x1f ,mem_le_adv_data_len 
+0491 70438f1f jam 0x1f ,mem_le_scan_data_len 
+0492 20400498 call p_mouse_store_eeprom_enable 
+0493 d8c04b10 arg mem_le_adv_swift_pair ,contr 
+
+p_le_adv_data_update:
+0494 d8a0437b arg mem_le_adv_data + 11 ,contw 
+0495 df200013 arg 19 ,loopcnt 
+0496 20407f01 call memcpy 
+0497 202057b8 branch le_modified_name_adv 
+
+p_mouse_store_eeprom_enable:
+0498 d8e00007 arg mouse_store_eeprom_flag ,queue 
+0499 202043ce branch mouse_enable_function_flag 
+
+p_mouse_check_fast_conn_adv_start:
+
+p_mouse_check_fast_conn_adv_start1:
+049a 70436f00 jam 0 ,mem_le_adv_data_len 
+049b 70438f00 jam 0 ,mem_le_scan_data_len 
+049c d8e00007 arg mouse_store_eeprom_flag ,queue 
+049d 204043d2 call mouse_disable_function_flag 
+049e 20200369 branch p_mouse_fast_conn_init 
+
+p_mouse_g24_long_sleep_param_update_timer:
+049f da604b44 arg mem_24g_long_sleep_param_update_timer ,regc 
+04a0 da4004a2 arg p_mouse_g24_long_sleep_normal_param ,regb 
+04a1 2020336d branch timer_single_step 
+
+p_mouse_g24_long_sleep_normal_param:
+04a2 58124f80 setarg g24_long_sleep_step3 
+04a3 6001cc76 store 3 ,mem_24g_enter_hibernate 
+
+p_mouse_long_mult_flag_enable:
+04a4 704b4201 jam 1 ,mem_mouse_long_mult_flag 
+04a5 20600000 rtn 
+
+p_mouse_g24_stop_mode_timeout_timer:
+04a6 da604d93 arg mem_24g_stop_g24_mode_timeout ,regc 
+04a7 da4004a9 arg p_mouse_g24_stop_mode_timeout ,regb 
+04a8 20203374 branch timer_single_step_2b 
+
+p_mouse_g24_stop_mode_timeout:
+04a9 704d9201 jam 1 ,mem_24g_stop_g24_mode 
+04aa 6800cb68 fetch 1 ,mem_le_switch_adv_flag 
+04ab 243a04ad nbranch p_mouse_wait_g24_led_off ,blank 
+04ac 20600000 rtn 
+
+p_mouse_wait_g24_led_off:
+04ad 704d9301 jam 1 ,mem_24g_stop_g24_mode_timeout 
+04ae 6800cb2f fetch 1 ,mem_mouse_multi_led_blink_poweron3s_flag 
+04af 247a0000 nrtn blank 
+04b0 704d9300 jam 0 ,mem_24g_stop_g24_mode_timeout 
+04b1 20600000 rtn 
+
+p_mouse_send_switch_req_timer:
+04b2 da604809 arg mem_mouse_send_switch_req_timer ,regc 
+04b3 da40637a arg host_create_conn_resend ,regb 
+04b4 2020336d branch timer_single_step 
+
 p_mouse_bt_check_sniff_req_timeout_timer:
-0481 da604b0c arg mem_mouse_bt_send_first_package_timer ,regc 
-0482 da400484 arg p_mouse_bt_send_first_package ,regb 
-0483 2020336d branch timer_single_step 
+04b5 da604b09 arg mem_mouse_bt_send_first_package_timer ,regc 
+04b6 da4004b8 arg p_mouse_bt_send_first_package ,regb 
+04b7 2020336d branch timer_single_step 
 
 p_mouse_bt_send_first_package:
-0484 704b0d01 jam 1 ,mem_mouse_bt_send_first_package_flag 
-0485 20600000 rtn 
-
-p_mouse_le_enable_att_list_timer:
-0486 da6046c6 arg mem_le_start_encrypt_timer ,regc 
-0487 da403d60 arg mouse_le_write_enable ,regb 
-0488 2020336d branch timer_single_step 
+04b8 704b0a01 jam 1 ,mem_mouse_bt_send_first_package_flag 
+04b9 20600000 rtn 
 
 p_mouse_check_direct_timeout_timer:
-0489 da6046ae arg mem_mouse_direct_timer ,regc 
-048a da40048c arg p_mouse_check_direct_timeout ,regb 
-048b 20203374 branch timer_single_step_2b 
+04ba da6046ae arg mem_mouse_direct_timer ,regc 
+04bb da4004bd arg p_mouse_check_direct_timeout ,regb 
+04bc 20203374 branch timer_single_step_2b 
 
 p_mouse_check_direct_timeout:
-048c 6800cb31 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
-048d 247a0000 nrtn blank 
-048e 20204266 branch mouse_check_direct_timeout 
+04bd 704b7801 jam 1 ,mem_mouse_le_not_tx_disconn 
+04be 204004ea call p_mouse_long_button_bt_normal_discovery 
+04bf 202004df branch p_mouse_bt_discovery_button_up_init 
 
-p_mouse_le_current_mult_update_timer:
-048f da604b63 arg mem_mouse_le_current_mult_timer ,regc 
-0490 da400492 arg p_mouse_le_current_mult_reinit ,regb 
-0491 2020336d branch timer_single_step 
-
-p_mouse_le_current_mult_reinit:
-0492 6800c7c8 fetch 1 ,mem_lpm_mult_init 
-0493 6000c172 store 1 ,mem_lpm_mult 
-0494 202004a2 branch p_mouse_long_mult_flag_enable 
+p_mouse_le_enable_att_list_timer:
+04c0 da6046c6 arg mem_le_start_encrypt_timer ,regc 
+04c1 da403d60 arg mouse_le_write_enable ,regb 
+04c2 2020336d branch timer_single_step 
 
 p_le_send_smp_security_request_timer:
-0495 6800cb6a fetch 1 ,mem_mouse_le_bb_connected_flag 
-0496 207a0000 rtn blank 
-0497 da604b6f arg mem_mouse_send_secutiry_request_timer ,regc 
-0498 da40049a arg p_le_pairing_sm_start_check ,regb 
-0499 2020336d branch timer_single_step 
+04c3 6800cb6f fetch 1 ,mem_mouse_le_bb_connected_flag 
+04c4 207a0000 rtn blank 
+04c5 da604b6d arg mem_mouse_send_secutiry_request_timer ,regc 
+04c6 da4004c8 arg p_le_pairing_sm_start_check ,regb 
+04c7 2020336d branch timer_single_step 
 
 p_le_pairing_sm_start_check:
-049a 6800cb70 fetch 1 ,mem_le_send_security_request_flag 
-049b 247a0000 nrtn blank 
-049c 20205bf5 branch le_pairing_sm_start 
+04c8 6800cb6e fetch 1 ,mem_le_send_security_request_flag 
+04c9 247a0000 nrtn blank 
+04ca 20205bf5 branch le_pairing_sm_start 
 
-p_mouse_g24_long_sleep_param_update_timer:
-049d da604b64 arg mem_24g_long_sleep_param_update_timer ,regc 
-049e da4004a0 arg p_mouse_g24_long_sleep_normal_param ,regb 
-049f 2020336d branch timer_single_step 
-
-p_mouse_g24_long_sleep_normal_param:
-04a0 58124f80 setarg g24_long_sleep_step3 
-04a1 6001cc66 store 3 ,mem_24g_enter_hibernate 
+p_mouse_le_current_mult_update_timer:
+04cb da604b43 arg mem_mouse_le_current_mult_timer ,regc 
+04cc da4004ce arg p_mouse_le_current_mult_reinit ,regb 
+04cd 2020336d branch timer_single_step 
 
-p_mouse_long_mult_flag_enable:
-04a2 704b6201 jam 1 ,mem_mouse_long_mult_flag 
-04a3 20600000 rtn 
+p_mouse_le_current_mult_reinit:
+04ce 6800c7c5 fetch 1 ,mem_lpm_mult_init 
+04cf 6000c172 store 1 ,mem_lpm_mult 
+04d0 202004a4 branch p_mouse_long_mult_flag_enable 
 
 p_mouse_wheel_trigger_timer:
-04a4 da60480a arg mem_mouse_wheel_trigger_timer ,regc 
-04a5 da4004a7 arg p_mouse_wheel_trigger_disable ,regb 
-04a6 2020336d branch timer_single_step 
+04d1 da604807 arg mem_mouse_wheel_trigger_timer ,regc 
+04d2 da4004d4 arg p_mouse_wheel_trigger_disable ,regb 
+04d3 2020336d branch timer_single_step 
 
 p_mouse_wheel_trigger_disable:
-04a7 70480900 jam 0 ,mem_mouse_wheel_trigger 
-04a8 20600000 rtn 
+04d4 70480600 jam 0 ,mem_mouse_wheel_trigger 
+04d5 20600000 rtn 
 
 p_mouse_bt_discovery_check:
 
-p_mouse_bt_discovery_by_button:
-04a9 2040052f call p_mouse_check_key_gpio 
-04aa c00384ae beq mouse_lmr_button ,p_mouse_bt_discovery_commbination_key_down 
+p_mouse_bt_discovery_commbination_key:
+04d6 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
+04d7 203a04e2 branch p_mouse_bt_discovery_commbination_key_down ,blank 
+04d8 20400545 call p_mouse_check_key_gpio 
+04d9 c00384e2 beq mouse_lmr_button ,p_mouse_bt_discovery_commbination_key_down 
 
 p_mouse_bt_discovery_commbination_key_up:
-04ab 204043a9 call mouse_bt_discovery_commbination_key_up 
-04ac d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
-04ad 202043d2 branch mouse_disable_function_flag 
+04da 6800c685 fetch 1 ,mem_ui_button_timeout 
+04db 6000c6da store 1 ,mem_combination_ui_button_count 
+04dc 6800c6db fetch 1 ,mem_bt_discovey_button_statue 
+04dd c1008000 rtneq dpi_button_state_up 
+04de 7046db01 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+
+p_mouse_bt_discovery_button_up_init:
+04df d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
+04e0 204043d2 call mouse_disable_function_flag 
+04e1 202043ca branch mouse_bt_discovery_button_down_disable 
 
 p_mouse_bt_discovery_commbination_key_down:
-04ae 7047a028 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-04af 204004b1 call p_mouse_bt_discovery_timer 
-04b0 202043b0 branch mouse_bt_discovery_commbination_key_down + 1 
+04e2 7047a028 jam 40 ,mem_mouse_null_enter_hibernate_timer 
+04e3 204004e5 call p_mouse_bt_discovery_timer 
+04e4 202043b0 branch mouse_bt_discovery_commbination_key_down + 1 
 
 p_mouse_bt_discovery_timer:
-04b1 da6046da arg mem_combination_ui_button_count ,regc 
-04b2 da4004b4 arg p_mouse_long_button_bt_discovery ,regb 
-04b3 2020336d branch timer_single_step 
+04e5 da6046da arg mem_combination_ui_button_count ,regc 
+04e6 da4004e8 arg p_mouse_long_button_bt_discovery ,regb 
+04e7 2020336d branch timer_single_step 
 
 p_mouse_long_button_bt_discovery:
-04b4 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-04b5 c3848000 rtnbit1 mouse_bt_discovery_button_long_down_flag 
-04b6 68014682 fetch 2 ,mem_ui_state_map 
-04b7 2feffe0b isolate1 ui_state_ble_adv ,pdata 
-04b8 2040c2d4 call mouse_stop_le_adv ,true 
-04b9 68014682 fetch 2 ,mem_ui_state_map 
-04ba 2feffe07 isolate1 ui_state_bt_reconnect ,pdata 
-04bb 2040c392 call mouse_cancel_reconnect ,true 
-04bc d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
-04bd 204043ce call mouse_enable_function_flag 
-04be 202043b8 branch mouse_long_button_bt_discovry 
+04e8 6800cb68 fetch 1 ,mem_le_switch_adv_flag 
+04e9 243a04f8 nbranch p_mouse_fast_conn_adv_switch_timer_reinit ,blank 
+
+p_mouse_long_button_bt_normal_discovery:
+04ea 280ffe26 isolate1 mark_24g ,mark 
+04eb 204084f6 call p_mouse_le_adv_start ,true 
+04ec 6800cb76 fetch 1 ,mem_mouse_latest_mode 
+04ed 1fe67cff sub pdata ,latest_mode_null ,null 
+04ee 204284f6 call p_mouse_le_adv_start ,zero 
+04ef 20400490 call p_mouse_le_adv_data_update 
+04f0 68014682 fetch 2 ,mem_ui_state_map 
+04f1 2feffe07 isolate1 ui_state_bt_reconnect ,pdata 
+04f2 2040c392 call mouse_cancel_reconnect ,true 
+04f3 d8e00009 arg mouse_bt_discovery_button_long_down_flag ,queue 
+04f4 204043ce call mouse_enable_function_flag 
+04f5 202043b8 branch mouse_long_button_bt_discovry 
+
+p_mouse_le_adv_start:
+04f6 704b6c01 jam 1 ,mem_mouse_le_adv_start 
+04f7 20600000 rtn 
+
+p_mouse_fast_conn_adv_switch_timer_reinit:
+04f8 68014687 fetch 2 ,mem_discovery_timeout 
+04f9 600146ac store 2 ,mem_mouse_discovery_timer 
+04fa 20600000 rtn 
 
 p_mouse_null_enter_hibernate_timer:
-04bf 6800cb31 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
-04c0 247a0000 nrtn blank 
-04c1 6800c79f fetch 1 ,mem_mouse_null_enter_hibernate_flag 
-04c2 207a0000 rtn blank 
-04c3 da6047a0 arg mem_mouse_null_enter_hibernate_timer ,regc 
-04c4 da4004c6 arg p_mouse_null_enter_hibernate ,regb 
-04c5 2020336d branch timer_single_step 
+04fb 6800c79f fetch 1 ,mem_mouse_null_enter_hibernate_flag 
+04fc 207a0000 rtn blank 
+04fd da6047a0 arg mem_mouse_null_enter_hibernate_timer ,regc 
+04fe da400500 arg p_mouse_null_enter_hibernate ,regb 
+04ff 2020336d branch timer_single_step 
 
 p_mouse_null_enter_hibernate:
-04c6 70479f00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-04c7 2020340a branch app_enter_hibernate 
-
-p_mouse_null_enter_hibernate_enable:
-04c8 70479f01 jam 1 ,mem_mouse_null_enter_hibernate_flag 
-04c9 7047a028 jam 40 ,mem_mouse_null_enter_hibernate_timer 
-04ca 20600000 rtn 
+0500 70479f00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0501 2020340a branch app_enter_hibernate 
 
 p_mouse_null_enter_hibernate_disable:
-04cb 70479f00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
-04cc 7047a000 jam 0 ,mem_mouse_null_enter_hibernate_timer 
-04cd 20600000 rtn 
+0502 70479f00 jam 0 ,mem_mouse_null_enter_hibernate_flag 
+0503 7047a000 jam 0 ,mem_mouse_null_enter_hibernate_timer 
+0504 20600000 rtn 
 
 p_mouse_multi_led_blink_timer:
-04ce 6800cb27 fetch 1 ,mem_mouse_multi_led_blink_enable 
-04cf 207a0000 rtn blank 
-04d0 6800cb2a fetch 1 ,mem_mouse_multi_led_type 
-04d1 c00084d3 beq multi_led_blink ,p_mouse_multi_led_type_blink 
-04d2 20600000 rtn 
-
-p_mouse_multi_led_type_blink:
-04d3 6800cb2d fetch 1 ,mem_mouse_multi_led_blink_timer 
-04d4 1fe0ffff increase -1 ,pdata 
-04d5 6000cb2d store 1 ,mem_mouse_multi_led_blink_timer 
-04d6 247a0000 nrtn blank 
-04d7 6800cb2c fetch 1 ,mem_mouse_multi_led_blink_timer_init 
-04d8 6000cb2d store 1 ,mem_mouse_multi_led_blink_timer 
-
-p_mouse_multi_led_blink_count_no_limited:
-04d9 6800cb29 fetch 1 ,mem_mouse_multi_led_state 
-04da c00084e4 beq on ,p_mouse_multi_led_off 
-04db c00004dd beq off ,p_mouse_multi_led_on 
-04dc 20600000 rtn 
+0505 6800c6ac fetch 1 ,mem_mouse_discovery_timer 
+0506 207a0000 rtn blank 
+0507 c2810509 bbit1 2 ,p_mouse_multi_led_on 
+0508 2020050d branch p_mouse_multi_led_off 
 
 p_mouse_multi_led_on:
-04dd 704b2901 jam on ,mem_mouse_multi_led_state 
-
-p_mouse_multi_up_led_on:
-04de 6808cb28 fetcht 1 ,mem_mouse_multi_led_gpio 
-04df 2040680e call gpio_config_output 
-04e0 6808cb28 fetcht 1 ,mem_mouse_multi_led_gpio 
-04e1 20206829 branch gpio_out_active 
-
-p_mouse_multi_led_blink_off:
-04e2 58000000 setarg 0 
-04e3 6001cb2d store 3 ,mem_mouse_multi_led_blink_timer 
+0509 6808cb25 fetcht 1 ,mem_mouse_multi_led_gpio 
+050a 2040680e call gpio_config_output 
+050b 6808cb25 fetcht 1 ,mem_mouse_multi_led_gpio 
+050c 20206825 branch gpio_out_inactive 
 
 p_mouse_multi_led_off:
-04e4 6800cb2e fetch 1 ,mem_mouse_multi_led_blink_count 
-04e5 243a04e8 nbranch p_mouse_multi_led_off_wait_blink_over ,blank 
-04e6 704b2700 jam 0 ,mem_mouse_multi_led_blink_enable 
-04e7 704b2a00 jam 0 ,mem_mouse_multi_led_type 
-
-p_mouse_multi_led_off_wait_blink_over:
-04e8 704b2f00 jam 0 ,mem_mouse_multi_led_on_timer 
-04e9 704b2900 jam off ,mem_mouse_multi_led_state 
-
-p_mouse_multi_led_off2:
-04ea 6808cb28 fetcht 1 ,mem_mouse_multi_led_gpio 
-04eb 793f8407 set0 gpio_active_bit ,temp 
-04ec 20206806 branch gpio_set_high_impedance 
-
-p_mouse_discovery_multi_led_blink:
-04ed 704b3100 jam 0 ,mem_mouse_multi_led_on_poweron2s_flag 
-04ee 704b2c02 jam 2 ,mem_mouse_multi_led_blink_timer_init 
-04ef 704b2e01 jam 1 ,mem_mouse_multi_led_blink_count 
-
-p_mouse_multi_led_blink_enable:
-04f0 704b2d02 jam 2 ,mem_mouse_multi_led_blink_timer 
-04f1 704b2701 jam on ,mem_mouse_multi_led_blink_enable 
-04f2 704b2a01 jam multi_led_blink ,mem_mouse_multi_led_type 
-04f3 20600000 rtn 
-
-p_mouse_discovey_led_blink_off:
-04f4 6800cb2f fetch 1 ,mem_mouse_multi_led_on_timer 
-04f5 247a0000 nrtn blank 
-04f6 6800cb31 fetch 1 ,mem_mouse_multi_led_on_poweron2s_flag 
-04f7 247a0000 nrtn blank 
-04f8 202004e2 branch p_mouse_multi_led_blink_off 
+050d 6808cb25 fetcht 1 ,mem_mouse_multi_led_gpio 
+050e 2040680e call gpio_config_output 
+050f 6808cb25 fetcht 1 ,mem_mouse_multi_led_gpio 
+0510 20206829 branch gpio_out_active 
 
 p_mouse_seting_dpi:
 
 p_mouse_seting_sensor_type:
-04f9 6800c6e0 fetch 1 ,mem_config_sensor_type 
-04fa c0030509 beq p3065_xy ,p_mouse_seting_3065xy_dpi 
-04fb c0038509 beq mx8650 ,p_mouse_seting_3065xy_dpi 
-04fc c0010519 beq ka8 ,p_mouse_seting_ka8_dpi 
-04fd c00404fe beq p8009 ,p_mouse_seting_3205_dpi 
-
-p_mouse_seting_3205_dpi:
-04fe 6800c77a fetch 1 ,mem_mouse_dpi 
-04ff 1fe67c01 sub pdata ,mouse_dpi_level2 ,null 
-0500 20428505 call p_mouse_3205_dpi_recount ,zero 
-0501 6800c77a fetch 1 ,mem_mouse_dpi 
-0502 c0000507 beq mouse_dpi_level1 ,p_mouse_3205_set_cpi1 
-0503 c001bd8c beq mouse_dpi_level4 ,mouse_set_cpi3 
-0504 20203d88 branch mouse_set_cpi2 
-
-p_mouse_3205_dpi_recount:
-0505 70477a02 jam mouse_dpi_level3 ,mem_mouse_dpi 
-0506 20600000 rtn 
-
-p_mouse_3205_set_cpi1:
-0507 6800c77f fetch 1 ,mem_320x_dpi_1 
-0508 20200511 branch p_mouse_dpi_store 
-
-p_mouse_seting_3065xy_dpi:
-0509 6800c77a fetch 1 ,mem_mouse_dpi 
-050a 1fe67c01 sub pdata ,mouse_dpi_level2 ,null 
-050b 20428505 call p_mouse_3205_dpi_recount ,zero 
-050c 6800c77a fetch 1 ,mem_mouse_dpi 
-050d c0000513 beq mouse_dpi_level1 ,p_mouse_3065xy_set_cpi1 
-050e c0018516 beq mouse_dpi_level4 ,p_mouse_3065xy_set_cpi4 
 
-p_mouse_3065xy_set_cpi3:
-050f 6800c781 fetch 1 ,mem_320x_dpi_3 
-0510 1fe0ffff increase -1 ,pdata 
+p_mouse_seting_320x_dpi:
+0511 6800c77a fetch 1 ,mem_mouse_dpi 
+0512 1fe67c01 sub pdata ,mouse_dpi_level2 ,null 
+0513 2042851e call p_mouse_320x_dpi_recount ,zero 
+0514 6800c77a fetch 1 ,mem_mouse_dpi 
+0515 c0000520 beq mouse_dpi_level1 ,p_mouse_set_cpi1 
+0516 c0018526 beq mouse_dpi_level4 ,p_mouse_set_cpi4 
+
+p_mouse_set_cpi3:
+0517 6800c6e0 fetch 1 ,mem_config_sensor_type 
+0518 c003052c beq p3065_xy ,p_mouse_3065xy_set_cpi3 
+0519 c003852c beq mx8650 ,p_mouse_3065xy_set_cpi3 
+051a c0010532 beq ka8 ,p_mouse_ka8_set_cpi3 
+
+p_mouse_320x_set_cpi3:
+051b 6800c781 fetch 1 ,mem_320x_dpi_3 
 
 p_mouse_dpi_store:
-0511 6000c6b5 store 1 ,mem_mouse_cpi_count 
-0512 20203dc1 branch mouse_p3205_dpi + 3 
+051c 6000c6b5 store 1 ,mem_mouse_cpi_count 
+051d 20203dc1 branch mouse_p3205_dpi + 3 
+
+p_mouse_320x_dpi_recount:
+051e 70477a02 jam mouse_dpi_level3 ,mem_mouse_dpi 
+051f 20600000 rtn 
+
+p_mouse_set_cpi1:
+0520 6800c6e0 fetch 1 ,mem_config_sensor_type 
+0521 c003052e beq p3065_xy ,p_mouse_3065xy_set_cpi1 
+0522 c003852e beq mx8650 ,p_mouse_3065xy_set_cpi1 
+0523 c0010535 beq ka8 ,p_mouse_ka8_set_cpi1 
+
+p_mouse_320x_set_cpi1:
+0524 6800c77f fetch 1 ,mem_320x_dpi_1 
+0525 2020051c branch p_mouse_dpi_store 
+
+p_mouse_set_cpi4:
+0526 6800c6e0 fetch 1 ,mem_config_sensor_type 
+0527 c0030530 beq p3065_xy ,p_mouse_3065xy_set_cpi4 
+0528 c0038530 beq mx8650 ,p_mouse_3065xy_set_cpi4 
+0529 c0010537 beq ka8 ,p_mouse_ka8_set_cpi4 
+
+p_mouse_320x_set_cpi4:
+052a 6800c782 fetch 1 ,mem_320x_dpi_4 
+052b 2020051c branch p_mouse_dpi_store 
+
+p_mouse_3065xy_set_cpi3:
+052c 6800cb38 fetch 1 ,mem_3065xy_dpi_3 
+052d 2020051c branch p_mouse_dpi_store 
 
 p_mouse_3065xy_set_cpi1:
-0513 6800c77f fetch 1 ,mem_320x_dpi_1 
-0514 1fe0ffff increase -1 ,pdata 
-0515 20200511 branch p_mouse_dpi_store 
+052e 6800cb36 fetch 1 ,mem_3065xy_dpi_1 
+052f 2020051c branch p_mouse_dpi_store 
 
 p_mouse_3065xy_set_cpi4:
-0516 6800c782 fetch 1 ,mem_320x_dpi_4 
-0517 1fe0ffff increase -1 ,pdata 
-0518 20200511 branch p_mouse_dpi_store 
-
-p_mouse_seting_ka8_dpi:
-0519 6800c77a fetch 1 ,mem_mouse_dpi 
-051a 205a0505 call p_mouse_3205_dpi_recount ,blank 
-051b 6800c77a fetch 1 ,mem_mouse_dpi 
-051c c000bd88 beq mouse_dpi_level2 ,mouse_set_cpi2 
-051d c001851f beq mouse_dpi_level4 ,p_mouse_ka8_set_cpi3 
-051e 20203d8e branch mouse_set_cpi4 
+0530 6800cb39 fetch 1 ,mem_3065xy_dpi_4 
+0531 2020051c branch p_mouse_dpi_store 
 
 p_mouse_ka8_set_cpi3:
-051f 58000005 setarg 5 
-0520 20203dbe branch mouse_p3205_dpi 
+0532 6800c781 fetch 1 ,mem_320x_dpi_3 
+
+p_mouse_ka8_dpi_store:
+0533 1fe0fe02 increase 2 ,pdata 
+0534 2020051c branch p_mouse_dpi_store 
+
+p_mouse_ka8_set_cpi1:
+0535 6800c77f fetch 1 ,mem_320x_dpi_1 
+0536 20200533 branch p_mouse_ka8_dpi_store 
+
+p_mouse_ka8_set_cpi4:
+0537 6800c782 fetch 1 ,mem_320x_dpi_4 
+0538 20200533 branch p_mouse_ka8_dpi_store 
 
 p_mouse_motion:
-0521 78547c00 disable user 
-0522 58000000 setarg 0 
-0523 6003469b store 6 ,mem_mouse_x 
-0524 2040055f call p_mouse_cheak_sensor_data 
-0525 20404079 call mouse_zwheel 
-0526 2040052d call p_mouse_key 
-0527 2434052a nbranch p_mouse_motion_nodata ,user 
-0528 2040078b call p_drawing_optima 
-0529 20203fa0 branch mouse_motion + 9 
-
-p_mouse_motion_nodata:
-052a 20400794 call p_drawing_optima_init 
-052b 704b3900 jam 0 ,mem_low_power_check_count 
-052c 20600000 rtn 
+0539 78547c00 disable user 
+053a 58000000 setarg 0 
+053b 6003469b store 6 ,mem_mouse_x 
+053c 20400571 call p_mouse_cheak_sensor_data 
+053d 20404079 call mouse_zwheel 
+053e 2040407e call mouse_t_zwheel 
+053f 20400543 call p_mouse_key 
+0540 24340799 nbranch p_drawing_optima_init ,user 
+0541 20400790 call p_drawing_optima 
+0542 20203fa0 branch mouse_motion + 9 
 
 p_mouse_key:
-052d 2040052f call p_mouse_check_key_gpio 
-052e 2020409a branch mouse_key + 1 
+0543 20400545 call p_mouse_check_key_gpio 
+0544 2020409a branch mouse_key + 1 
 
 p_mouse_check_key_gpio:
-052f da200000 arg 0 ,rega 
-0530 20400535 call p_mouse_check_lkey_gpio 
-0531 20400533 call p_mouse_check_skey_gpio 
-0532 2020408e branch mouse_check_key_gpio_output 
+0545 da200000 arg 0 ,rega 
+0546 2040054b call p_mouse_check_lkey_gpio 
+0547 20400549 call p_mouse_check_skey_gpio 
+0548 2020408e branch mouse_check_key_gpio_output 
 
 p_mouse_check_skey_gpio:
-0533 20400545 call p_mouse_check_bk_key_gpio 
-0534 2020054b branch p_mouse_check_fw_key_gpio 
+0549 2040055b call p_mouse_check_bk_key_gpio 
+054a 20200561 branch p_mouse_check_fw_key_gpio 
 
 p_mouse_check_lkey_gpio:
-0535 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
-0536 2040055a call p_gpio_set_input_pu 
-0537 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
-0538 2040681d call gpio_get_bit 
-0539 7920a200 setflag true ,0 ,rega 
+054b 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
+054c 20400566 call p_gpio_set_input_pu 
+054d 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
+054e 2040681d call gpio_get_bit 
+054f 7920a200 setflag true ,0 ,rega 
 
 p_mouse_check_rkey_gpio:
-053a 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
-053b 2040055a call p_gpio_set_input_pu 
-053c 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
-053d 2040681d call gpio_get_bit 
-053e 7920a201 setflag true ,1 ,rega 
+0550 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
+0551 20400566 call p_gpio_set_input_pu 
+0552 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
+0553 2040681d call gpio_get_bit 
+0554 7920a201 setflag true ,1 ,rega 
 
 p_mouse_check_mkey_gpio:
-053f 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
-0540 2040055a call p_gpio_set_input_pu 
-0541 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
-0542 2040681d call gpio_get_bit 
-0543 7920a202 setflag true ,2 ,rega 
-0544 20600000 rtn 
+0555 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
+0556 20400566 call p_gpio_set_input_pu 
+0557 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
+0558 2040681d call gpio_get_bit 
+0559 7920a202 setflag true ,2 ,rega 
+055a 20600000 rtn 
 
 p_mouse_check_bk_key_gpio:
-0545 6808c6e5 fetcht 1 ,mem_bk_button_gpio 
-0546 20400551 call p_gpio_set_input_pd 
-0547 6808c6e5 fetcht 1 ,mem_bk_button_gpio 
-0548 2040681d call gpio_get_bit 
-0549 7d20a203 nsetflag true ,3 ,rega 
-054a 2020055a branch p_gpio_set_input_pu 
+055b 6808c6e5 fetcht 1 ,mem_bk_button_gpio 
+055c 2040056b call p_gpio_set_input_pd 
+055d 6808c6e5 fetcht 1 ,mem_bk_button_gpio 
+055e 2040681d call gpio_get_bit 
+055f 7d20a203 nsetflag true ,3 ,rega 
+0560 20200566 branch p_gpio_set_input_pu 
 
 p_mouse_check_fw_key_gpio:
-054b 6808c6e6 fetcht 1 ,mem_fw_button_gpio 
-054c 20400551 call p_gpio_set_input_pd 
-054d 6808c6e6 fetcht 1 ,mem_fw_button_gpio 
-054e 2040681d call gpio_get_bit 
-054f 7d20a204 nsetflag true ,4 ,rega 
-0550 2020055a branch p_gpio_set_input_pu 
+0561 6808c6e6 fetcht 1 ,mem_fw_button_gpio 
+0562 2040056b call p_gpio_set_input_pd 
+0563 6808c6e6 fetcht 1 ,mem_fw_button_gpio 
+0564 2040681d call gpio_get_bit 
+0565 7d20a204 nsetflag true ,4 ,rega 
+
+p_gpio_set_input_pu:
+0566 79200407 set1 gpio_active_bit ,temp 
+0567 d8a08078 arg core_gpio_pu0 ,contw 
+0568 20406830 call gpio_set_bit 
+0569 793f8407 set0 gpio_active_bit ,temp 
+056a 2020056f branch p_gpio_set_input_pd4 
 
 p_gpio_set_input_pd:
-0551 793f8407 set0 gpio_active_bit ,temp 
-0552 d8a08078 arg core_gpio_pu0 ,contw 
-0553 20406830 call gpio_set_bit 
-0554 79200407 set1 gpio_active_bit ,temp 
+056b 793f8407 set0 gpio_active_bit ,temp 
+056c d8a08078 arg core_gpio_pu0 ,contw 
+056d 20406830 call gpio_set_bit 
+056e 79200407 set1 gpio_active_bit ,temp 
 
 p_gpio_set_input_pd4:
-0555 d8a0807c arg core_gpio_pd0 ,contw 
-0556 20406830 call gpio_set_bit 
-0557 793f8407 set0 gpio_active_bit ,temp 
-0558 d8a08070 arg core_gpio_oe0 ,contw 
-0559 20206830 branch gpio_set_bit 
-
-p_gpio_set_input_pu:
-055a 79200407 set1 gpio_active_bit ,temp 
-
-p_gpio_set_input_pu1:
-055b d8a08078 arg core_gpio_pu0 ,contw 
-055c 20406830 call gpio_set_bit 
-055d 793f8407 set0 gpio_active_bit ,temp 
-055e 20200555 branch p_gpio_set_input_pd4 
+056f d8a0807c arg core_gpio_pd0 ,contw 
+0570 2020680a branch gpio_set_high_impedance + 4 
 
 p_mouse_cheak_sensor_data:
-055f 6800c6e0 fetch 1 ,mem_config_sensor_type 
-0560 c0020570 beq p3212 ,p_mouse_p3212_sensor_motion 
-0561 c0040565 beq p8009 ,p_mouse_p8009_sensor_motion 
+0571 6800c6e0 fetch 1 ,mem_config_sensor_type 
+0572 c0040576 beq p8009 ,p_mouse_p8009_sensor_motion 
 
 p_mouse_p32xx_sensor_motion:
-0562 20403fc0 call mouse_clear_sensor_data 
-0563 78547c00 disable user 
-0564 20203fe7 branch mouse_p32xx_sensor_motion_2 
+0573 20403fc0 call mouse_clear_sensor_data 
+0574 78547c00 disable user 
+0575 20203fe7 branch mouse_p32xx_sensor_motion_2 
 
 p_mouse_p8009_sensor_motion:
-0565 20403fc0 call mouse_clear_sensor_data 
-0566 78547c00 disable user 
+0576 20403fc0 call mouse_clear_sensor_data 
+0577 78547c00 disable user 
 
 p_mouse_p32xx_sensor_motion_1:
-0567 58000002 setarg pan_reg_motion_staus 
-0568 20406414 call twspi_read 
-0569 c4038000 rtnbit0 7 
-056a 58000008 setarg pan_reg_opration_state 
-056b 20406414 call twspi_read 
-056c 203a3fed branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
-056d 58000000 setarg 0 
-056e 6003469b store 6 ,mem_mouse_x 
-056f 20600000 rtn 
-
-p_mouse_p3212_sensor_motion:
-0570 20403fc0 call mouse_clear_sensor_data 
-0571 20203fc8 branch mouse_p3212_sensor_motion_1 
+0578 58000002 setarg pan_reg_motion_staus 
+0579 20406414 call twspi_read 
+057a c4038000 rtnbit0 7 
+057b 58000008 setarg pan_reg_opration_state 
+057c 20406414 call twspi_read 
+057d 203a3fed branch mouse_p32xx_sensor_motion_1 + 3 ,blank 
+057e 58000000 setarg 0 
+057f 6003469b store 6 ,mem_mouse_x 
+0580 20600000 rtn 
 
 p_mouse_bb_event_discovery_btn:
-0572 204004cb call p_mouse_null_enter_hibernate_disable 
-0573 280ffe26 isolate1 mark_24g ,mark 
-0574 204081aa call p_g24_check_51cmd_stop_24g ,true 
-0575 2020426d branch mouse_bb_event_discovery_btn + 1 
-
-p_le_addr_random_config:
-0576 7011c781 jam zcode_81 ,mem_zcode_temp_param0 
-0577 2020076a branch p_zcode_entrance 
+0581 20400502 call p_mouse_null_enter_hibernate_disable 
+0582 280ffe26 isolate1 mark_24g ,mark 
+0583 204081f3 call p_g24_check_51cmd_stop_24g ,true 
+0584 7046b400 jam 0 ,mem_mouse_send_blank_timer 
+0585 6800cb78 fetch 1 ,mem_mouse_le_not_tx_disconn 
+0586 205a4386 call mouse_disconnect ,blank 
+0587 58000000 setarg 0 
+0588 600146b0 store 2 ,mem_mouse_no_data_timer 
+0589 2020426f branch mouse_bb_event_discovery_btn + 3 
 
 p_mouse_start_discovery:
-0578 7011c750 jam zcode_50 ,mem_zcode_temp_param0 
-0579 2020076a branch p_zcode_entrance 
-
-p_mouse_load_random_addr_increase_count:
-057a 20400390 call p_flash_release_deep_power_down 
-057b d8400002 arg 2 ,temp 
-057c da2047c4 arg mem_random_addr_increase_count ,rega 
-057d da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
-
-p_mouse_load_flash_comm:
-057e 6801c700 fetch 3 ,mem_flash_base 
-057f 9a40fe00 iadd regb ,pdata 
-0580 20206562 branch spid_read_flash 
-
-p_mouse_load_last_mode:
-0581 20400390 call p_flash_release_deep_power_down 
-0582 d8400001 arg 1 ,temp 
-0583 da2047c6 arg mem_mouse_latest_mode ,rega 
-0584 da400061 arg mouse_device_mode_eeprom_offset ,regb 
-0585 2020057e branch p_mouse_load_flash_comm 
-
-p_le_adv_data_update:
-0586 d8a0437b arg mem_le_adv_data + 11 ,contw 
-0587 df200013 arg 19 ,loopcnt 
-0588 20407f01 call memcpy 
-0589 202057b8 branch le_modified_name_adv 
+058a 70409100 jam 0 ,mem_lpm_mode 
+058b 7011c630 jam zcode_30 ,mem_zcode_temp_param0 
+058c 2020076f branch p_zcode_entrance 
 
 p_mouse_stop_discovery:
-058a 58000000 setarg 0 
-058b 600146ac store 2 ,mem_mouse_discovery_timer 
-058c 204002e0 call p_mouse_init_sensor_reset 
-058d 6800c092 fetch 1 ,mem_device_option 
-058e 2feffe01 isolate1 mode_4_mouse ,pdata 
-058f 2040c2d4 call mouse_stop_le_adv ,true 
-0590 6800c092 fetch 1 ,mem_device_option 
-0591 2feffe00 isolate1 mode_3_mouse ,pdata 
-0592 2040c2d7 call mouse_stop_bt3_discovery ,true 
-0593 202004f4 branch p_mouse_discovey_led_blink_off 
+058d 204003d7 call p_mouse_init_sensor_reset 
+058e 202042cb branch mouse_stop_discovery + 1 
 
 p_le_slave_match:
-0594 6800c50f fetch 1 ,mem_le_md_count 
-0595 1fe0fe01 pincrease 1 
-0596 6000c50f store 1 ,mem_le_md_count 
-0597 c0065395 beq le_md_max_count ,le_slave_cont 
-0598 204055aa call le_acknowledge 
-0599 2040561e call le_prepare_tx 
-059a 2040070a call power_ctrl_start 
-059b 2020538f branch le_slave_match + 7 
+058f 6800c50f fetch 1 ,mem_le_md_count 
+0590 1fe0fe01 pincrease 1 
+0591 6000c50f store 1 ,mem_le_md_count 
+0592 c0065395 beq le_md_max_count ,le_slave_cont 
+0593 204055aa call le_acknowledge 
+0594 2040561e call le_prepare_tx 
+0595 2040070f call power_ctrl_start 
+0596 2020538f branch le_slave_match + 7 
 
 p_le_next_adv_channel:
-059c 68008016 fetch 1 ,mem_le_ch_mapped 
-059d 1fe0fe01 increase 1 ,pdata 
-059e 60008016 store 1 ,mem_le_ch_mapped 
-059f c1940000 rtnne 40 
-05a0 70001625 jam 37 ,mem_le_ch_mapped 
-05a1 20600000 rtn 
+0597 68008016 fetch 1 ,mem_le_ch_mapped 
+0598 1fe0fe01 increase 1 ,pdata 
+0599 60008016 store 1 ,mem_le_ch_mapped 
+059a c1940000 rtnne 40 
+059b 70001625 jam 37 ,mem_le_ch_mapped 
+059c 20600000 rtn 
 
 p_le_receive_skip:
-05a2 204029bb call save_rssi 
-05a3 2040006c call p_rssi_signal 
-05a4 202054a3 branch le_receive_skip + 2 
+059d 204029bb call save_rssi 
+059e 2040006c call p_rssi_signal 
+059f 202054a3 branch le_receive_skip + 2 
 
 p_le_update_param:
-05a5 7011c740 jam zcode_40 ,mem_zcode_temp_param0 
-05a6 2020076a branch p_zcode_entrance 
+05a0 7011c620 jam zcode_20 ,mem_zcode_temp_param0 
+05a1 2020076f branch p_zcode_entrance 
 
 p_le_update_channel_map:
-05a7 7011c741 jam zcode_41 ,mem_zcode_temp_param0 
-05a8 2020076a branch p_zcode_entrance 
+05a2 7011c621 jam zcode_21 ,mem_zcode_temp_param0 
+05a3 2020076f branch p_zcode_entrance 
 
 p_le_prepare_tx:
-05a9 68008456 fetch 1 ,mem_le_arq 
-05aa c28285c9 bbit1 wak ,p_le_prepare_tx_wak 
-05ab 20400704 call power_ctrl_pac_succ_incrs 
-05ac 6800c78e fetch 1 ,mem_empty_count 
-05ad 243a05b3 nbranch p_le_send_empyt ,blank 
-05ae 6800843f fetch 1 ,mem_le_state 
-05af c30205b7 bbit0 lestate_encryption ,p_le_tx_4 
-05b0 680082da fetch 1 ,mem_le_rxbuf + 1 
-05b1 203a05b7 branch p_le_tx_4 ,blank 
-05b2 20205664 branch le_send_empty 
+05a4 68008456 fetch 1 ,mem_le_arq 
+05a5 c28285c4 bbit1 wak ,p_le_prepare_tx_wak 
+05a6 20400701 call power_ctrl_pac_succ_incrs 
+05a7 6800c78e fetch 1 ,mem_empty_count 
+05a8 243a05ae nbranch p_le_send_empyt ,blank 
+05a9 6800843f fetch 1 ,mem_le_state 
+05aa c30205b2 bbit0 lestate_encryption ,p_le_tx_4 
+05ab 680082da fetch 1 ,mem_le_rxbuf + 1 
+05ac 203a05b2 branch p_le_tx_4 ,blank 
+05ad 20205664 branch le_send_empty 
 
 p_le_send_empyt:
-05b3 6800c78e fetch 1 ,mem_empty_count 
-05b4 1fe0ffff increase -1 ,pdata 
-05b5 6000c78e store 1 ,mem_empty_count 
-05b6 20205664 branch le_send_empty 
+05ae 6800c78e fetch 1 ,mem_empty_count 
+05af 1fe0ffff increase -1 ,pdata 
+05b0 6000c78e store 1 ,mem_empty_count 
+05b1 20205664 branch le_send_empty 
 
 p_le_tx_4:
-05b7 6800c4c4 fetch 1 ,mem_le_pairing_state 
-05b8 c08285ba bne flag_le_pairing_after_auth ,p_in_le_tx_4 
-05b9 70478e03 jam 3 ,mem_empty_count 
+05b2 6800c4c4 fetch 1 ,mem_le_pairing_state 
+05b3 c08285b5 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
+05b4 70478e03 jam 3 ,mem_empty_count 
 
 p_in_le_tx_4:
-05ba 20405892 call le_fifo_check_nearly_full 
-05bb 205a03d9 call p_mouse_data_pull ,blank 
-05bc 20205622 branch le_prepare_tx + 4 
+05b5 20405892 call le_fifo_check_nearly_full 
+05b6 205a03c3 call p_mouse_data_pull ,blank 
+05b7 20205622 branch le_prepare_tx + 4 
 
 p_le_check_tx_retransmit_setmd:
-05bd 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-05be 1fe17e03 and pdata ,0x03 ,pdata 
-05bf c1818000 rtnne 0x03 
-05c0 6800c7c3 fetch 1 ,mem_mouse_data_queue_num 
-05c1 207a0000 rtn blank 
-05c2 6800c3dd fetch 1 ,mem_le_txlen 
-05c3 207a0000 rtn blank 
-05c4 6800c3dc fetch 1 ,mem_le_txheader 
-05c5 79207e04 set1 md ,pdata 
-05c6 6000c3dc store 1 ,mem_le_txheader 
-05c7 20405650 call le_set_md 
-05c8 20600000 rtn 
+05b8 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+05b9 1fe17e03 and pdata ,0x03 ,pdata 
+05ba c1818000 rtnne 0x03 
+05bb 6800c7c3 fetch 1 ,mem_mouse_data_queue_num 
+05bc 207a0000 rtn blank 
+05bd 6800c3dd fetch 1 ,mem_le_txlen 
+05be 207a0000 rtn blank 
+05bf 6800c3dc fetch 1 ,mem_le_txheader 
+05c0 79207e04 set1 md ,pdata 
+05c1 6000c3dc store 1 ,mem_le_txheader 
+05c2 20405650 call le_set_md 
+05c3 20600000 rtn 
 
 p_le_prepare_tx_wak:
-05c9 204005bd call p_le_check_tx_retransmit_setmd 
+05c4 204005b8 call p_le_check_tx_retransmit_setmd 
 
 p_le_power_ctrl_pac_succ_decrs:
-
-power_ctrl_pac_succ_decrs:
-05ca 6800cd70 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-05cb 1fe67c02 sub pdata ,2 ,null 
-05cc 24410708 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-05cd 6800cd70 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-05ce c1000000 rtneq 0 
-05cf 1fe0ffff increase -1 ,pdata 
-05d0 6000cd70 store 1 ,mem_power_ctrl_pac_succ_cnt 
-05d1 20600000 rtn 
+05c5 20200705 branch power_ctrl_pac_succ_decrs 
 
 p_mouse_le_reconn_write_enable_timer_reinit:
-05d2 6800c7a1 fetch 1 ,mem_mouse_le_reconnect_flag 
-05d3 207a0000 rtn blank 
-05d4 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-05d5 1fe17e03 and pdata ,0x03 ,pdata 
-05d6 c1018000 rtneq 0x03 
-05d7 7046c601 jam 1 ,mem_le_start_encrypt_timer 
-05d8 20600000 rtn 
+05c6 6800c7a1 fetch 1 ,mem_mouse_le_reconnect_flag 
+05c7 207a0000 rtn blank 
+05c8 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+05c9 1fe17e03 and pdata ,0x03 ,pdata 
+05ca c1018000 rtneq 0x03 
+05cb 7046c602 jam 2 ,mem_le_start_encrypt_timer 
+05cc 20600000 rtn 
 
 p_le_parse:
-05d9 c6078000 rtnmark1 mark_old_packet 
-05da 20405890 call le_fifo_check_full 
-05db 247a0000 nrtn blank 
-05dc 680082d9 fetch 1 ,mem_le_rxbuf 
-05dd 1fe17e03 and pdata ,0x3 ,pdata 
-05de 6000c50c store 1 ,mem_le_packet_llid 
-05df e8c08000 ifetch 1 ,contr 
-05e0 1fe17e1f and pdata ,0x1f ,pdata 
-05e1 6000c50b store 1 ,mem_le_packet_size 
-05e2 207a0000 rtn blank 
-05e3 18c27e00 copy contr ,pdata 
-05e4 6001450d store 2 ,mem_le_payload_ptr 
-05e5 6800c50c fetch 1 ,mem_le_packet_llid 
-05e6 c00185e8 beq llid_le_ll ,p_le_parse_ll 
-05e7 2020568d branch le_parse_l2cap 
+05cd c6078000 rtnmark1 mark_old_packet 
+05ce 20405890 call le_fifo_check_full 
+05cf 247a0000 nrtn blank 
+05d0 680082d9 fetch 1 ,mem_le_rxbuf 
+05d1 1fe17e03 and pdata ,0x3 ,pdata 
+05d2 6000c50c store 1 ,mem_le_packet_llid 
+05d3 e8c08000 ifetch 1 ,contr 
+05d4 1fe17e1f and pdata ,0x1f ,pdata 
+05d5 6000c50b store 1 ,mem_le_packet_size 
+05d6 207a0000 rtn blank 
+05d7 18c27e00 copy contr ,pdata 
+05d8 6001450d store 2 ,mem_le_payload_ptr 
+05d9 6800c50c fetch 1 ,mem_le_packet_llid 
+05da c00185dc beq llid_le_ll ,p_le_parse_ll 
+05db 2020568d branch le_parse_l2cap 
 
 p_le_parse_ll:
-05e8 680082db fetch 1 ,mem_le_rxbuf + 2 
-05e9 c00085eb beq ll_channel_map_req ,p_le_parse_channel_map_req 
-05ea 20205c65 branch le_parse_ll + 1 
+05dc 680082db fetch 1 ,mem_le_rxbuf + 2 
+05dd c00005e0 beq ll_connection_update_req ,p_le_parse_connection_update_req 
+05de c00085e7 beq ll_channel_map_req ,p_le_parse_channel_map_req 
+05df 20205c65 branch le_parse_ll + 1 
+
+p_le_parse_connection_update_req:
+05e0 20405c7b call le_parse_connection_update_req 
+05e1 6800cb61 fetch 1 ,mem_mouse_le_updata_not_accepted_flag 
+05e2 207a0000 rtn blank 
+
+p_mouse_le_conn_param_update_rsp_not_accepted_mult_reset:
+05e3 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
+05e4 6000c172 store 1 ,mem_lpm_mult 
+05e5 6000c7c5 store 1 ,mem_lpm_mult_init 
+05e6 20600000 rtn 
 
 p_le_parse_channel_map_req:
-05eb e8c28000 ifetch 5 ,contr 
-05ec 6002c3ce store 5 ,mem_le_new_map 
-05ed e8c10000 ifetch 2 ,contr 
-05ee 6001045f store 2 ,mem_le_instant 
-05ef 20205c8a branch le_parse_channel_map_req + 7 
+05e7 e8c28000 ifetch 5 ,contr 
+05e8 6002c3ce store 5 ,mem_le_new_map 
+05e9 e8c10000 ifetch 2 ,contr 
+05ea 6001045f store 2 ,mem_le_instant 
+05eb 20205c8a branch le_parse_channel_map_req + 7 
 
 p_le_parse_l2cap:
-05f0 e8c10000 ifetch 2 ,contr 
-05f1 c00205f4 beq le_l2cap_cid_att ,p_le_parse_att 
-05f2 c0030620 beq le_l2cap_cid_smp ,p_le_parse_smp 
-05f3 20205698 branch le_parse_l2cap + 11 
+05ec e8c10000 ifetch 2 ,contr 
+05ed c00205f0 beq le_l2cap_cid_att ,p_le_parse_att 
+05ee c003061c beq le_l2cap_cid_smp ,p_le_parse_smp 
+05ef 20205698 branch le_parse_l2cap + 11 
 
 p_le_parse_att:
-05f4 20407ea5 call store_contr 
-05f5 204005d2 call p_mouse_le_reconn_write_enable_timer_reinit 
-05f6 20407e9f call get_contr 
-05f7 e8c18000 ifetch 3 ,contr 
-05f8 60018477 store 3 ,mem_le_att_opcode 
-05f9 c0080603 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
-05fa 1fec8400 rshift8 pdata ,temp 
-05fb 18467c24 sub temp ,0x24 ,null 
-05fc 20210611 branch p_le_parse_att1 ,positive 
-05fd d84047c9 arg mem_mouse_le_uuid_sup ,temp 
-05fe 600944bc storet 2 ,mem_ui_le_uuid_table 
-05ff 204058ad call le_parse_att + 2 
-0600 58008e7a setarg 0x8e7a 
-0601 600144bc store 2 ,mem_ui_le_uuid_table 
-0602 20600000 rtn 
+05f0 20407ea5 call store_contr 
+05f1 204005c6 call p_mouse_le_reconn_write_enable_timer_reinit 
+05f2 20407e9f call get_contr 
+05f3 e8c18000 ifetch 3 ,contr 
+05f4 60018477 store 3 ,mem_le_att_opcode 
+05f5 c00805ff beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
+05f6 1fec8400 rshift8 pdata ,temp 
+05f7 18467c24 sub temp ,0x24 ,null 
+05f8 2021060d branch p_le_parse_att1 ,positive 
+05f9 d84047c6 arg mem_mouse_le_uuid_sup ,temp 
+05fa 600944bc storet 2 ,mem_ui_le_uuid_table 
+05fb 204058ad call le_parse_att + 2 
+05fc 58008e7a setarg 0x8e7a 
+05fd 600144bc store 2 ,mem_ui_le_uuid_table 
+05fe 20600000 rtn 
 
 p_le_parse_att_read_by_group_type_request:
-0603 204059fa call le_parse_att_read_by_group_type_request 
-0604 20405879 call le_fifo_get_last_tx_ptr 
-0605 18c08c07 increase 7 ,contr 
-0606 e8c08000 ifetch 1 ,contr 
-0607 c1888000 rtnne attop_read_by_group_type_response 
-0608 18c08c05 increase 5 ,contr 
-0609 e8c10000 ifetch 2 ,contr 
-060a d8401812 arg uuid_service_hids ,temp 
-060b 98467c00 isub temp ,null 
-060c 24628000 nrtn zero 
-060d 18c08dfc increase -4 ,contr 
-060e 5800002b setarg 0x2b 
-060f e0c10000 istore 2 ,contr 
-0610 20600000 rtn 
+05ff 204059fa call le_parse_att_read_by_group_type_request 
+0600 20405879 call le_fifo_get_last_tx_ptr 
+0601 18c08c07 increase 7 ,contr 
+0602 e8c08000 ifetch 1 ,contr 
+0603 c1888000 rtnne attop_read_by_group_type_response 
+0604 18c08c05 increase 5 ,contr 
+0605 e8c10000 ifetch 2 ,contr 
+0606 d8401812 arg uuid_service_hids ,temp 
+0607 98467c00 isub temp ,null 
+0608 24628000 nrtn zero 
+0609 18c08dfc increase -4 ,contr 
+060a 5800002b setarg 0x2b 
+060b e0c10000 istore 2 ,contr 
+060c 20600000 rtn 
 
 p_le_parse_att1:
-0611 c0050613 beq attop_read_request ,p_le_parse_att_read_request 
-0612 202058ad branch le_parse_att + 2 
+060d c005060f beq attop_read_request ,p_le_parse_att_read_request 
+060e 202058ad branch le_parse_att + 2 
 
 p_le_parse_att_read_request:
-0613 68090478 fetcht 2 ,mem_le_att_handle 
-0614 6800c4e9 fetch 1 ,mem_le_configuration 
-0615 c281861a bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+060f 68090478 fetcht 2 ,mem_le_att_handle 
+0610 6800c4e9 fetch 1 ,mem_le_configuration 
+0611 c2818616 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
 
 p_le_send_att_read_response:
-0616 68010478 fetch 2 ,mem_le_att_handle 
-0617 c009da76 beq 0x13 ,le_send_att_error_response_notfound 
-0618 68090478 fetcht 2 ,mem_le_att_handle 
-0619 202059bf branch le_send_att_read_response 
+0612 68010478 fetch 2 ,mem_le_att_handle 
+0613 c009da76 beq 0x13 ,le_send_att_error_response_notfound 
+0614 68090478 fetcht 2 ,mem_le_att_handle 
+0615 202059bf branch le_send_att_read_response 
 
 p_le_send_att_read_response_check_auth:
-061a 680144fa fetch 2 ,mem_le_pairing_handle 
-061b 98467c00 isub temp ,null 
-061c 24228616 nbranch p_le_send_att_read_response ,zero 
-061d 20405a42 call le_check_encrypt_state 
-061e 24340616 nbranch p_le_send_att_read_response ,user 
-061f 202059e2 branch le_send_att_read_response_check_auth + 5 
+0616 680144fa fetch 2 ,mem_le_pairing_handle 
+0617 98467c00 isub temp ,null 
+0618 24228612 nbranch p_le_send_att_read_response ,zero 
+0619 20405a42 call le_check_encrypt_state 
+061a 24340612 nbranch p_le_send_att_read_response ,user 
+061b 202059e2 branch le_send_att_read_response_check_auth + 5 
 
 p_le_parse_smp:
-0620 e8c08000 ifetch 1 ,contr 
-0621 c0008624 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
-0622 c0028626 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
-0623 20205af6 branch le_parse_smp + 2 
+061c e8c08000 ifetch 1 ,contr 
+061d c0008620 beq smp_pairing_request ,p_le_parse_smp_pairing_request 
+061e c0028622 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
+061f 20205af5 branch le_parse_smp + 1 
 
 p_le_parse_smp_pairing_request:
-0624 704b7001 jam 1 ,mem_le_send_security_request_flag 
-0625 20205b09 branch le_parse_smp_pairing_request 
+0620 704b6e01 jam 1 ,mem_le_send_security_request_flag 
+0621 20205b09 branch le_parse_smp_pairing_request 
 
 p_le_parse_smp_pairing_failed:
-0626 7011c782 jam zcode_82 ,mem_zcode_temp_param0 
-0627 2020076a branch p_zcode_entrance 
+0622 7011c682 jam zcode_82 ,mem_zcode_temp_param0 
+0623 2020076f branch p_zcode_entrance 
 
 p_le_adv_not_match:
-0628 68008016 fetch 1 ,mem_le_ch_mapped 
-0629 c093d6f2 bne 39 ,le_adv_loop 
-062a 2040062e call p_le_adv_random_delay 
-062b d8e00000 arg le_adv_interval_timer ,queue 
-062c 68014482 fetch 2 ,mem_le_adv_interval 
-062d 20207f08 branch timer_init 
+0624 68008016 fetch 1 ,mem_le_ch_mapped 
+0625 c093d6f2 bne 39 ,le_adv_loop 
+0626 2040062a call p_le_adv_random_delay 
+0627 d8e00000 arg le_adv_interval_timer ,queue 
+0628 68014482 fetch 2 ,mem_le_adv_interval 
+0629 20207f08 branch timer_init 
 
 p_le_adv_random_delay:
-062e 180a7e00 random pdata 
-062f d84001ff arg 0x1ff ,temp 
-0630 98417e00 iand temp ,pdata 
-0631 1fe0fefa add pdata ,250 ,pdata 
-0632 20203cbe branch delay 
+062a 180a7e00 random pdata 
+062b d84001ff arg 0x1ff ,temp 
+062c 98417e00 iand temp ,pdata 
+062d 1fe0fefa add pdata ,250 ,pdata 
+062e 20203cbe branch delay 
 
 p_le_lpm_setmult:
-0633 7855fc00 disable wake 
-0634 20370636 branch p_le_lpm_set_mult_attempt ,attempt 
-0635 2436d806 nbranch le_lpm_lost ,match 
+062f 7855fc00 disable wake 
+0630 20370632 branch p_le_lpm_set_mult_attempt ,attempt 
+0631 2436d806 nbranch le_lpm_lost ,match 
 
 p_le_lpm_set_mult_attempt:
-0636 20402bcb call lpm_match 
-0637 680140c1 fetch 2 ,mem_rx_window_sniff 
-0638 6001044d store 2 ,mem_le_receive_window 
-0639 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-063a 2fe00603 compare 3 ,pdata ,3 
-063b 2420abde nbranch lpm_mult_short ,true 
-063c 202057fb branch le_lpm_set_mult_attempt + 3 
+0632 20402bcb call lpm_match 
+0633 680140c1 fetch 2 ,mem_rx_window_sniff 
+0634 6001044d store 2 ,mem_le_receive_window 
+0635 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+0636 2fe00603 compare 3 ,pdata ,3 
+0637 2420abde nbranch lpm_mult_short ,true 
+0638 202057fb branch le_lpm_set_mult_attempt + 3 
 
 p_le_mouse_bb_event_connect_complete:
-063d 7011c742 jam zcode_42 ,mem_zcode_temp_param0 
-063e 2020076a branch p_zcode_entrance 
+0639 7011c622 jam zcode_22 ,mem_zcode_temp_param0 
+063a 2020076f branch p_zcode_entrance 
 
 p_twspi_reset:
-063f 68108077 hfetch 1 ,core_gpio_out3 
-0640 1fe17efd and_into 0xfd ,pdata 
-0641 60108077 hstore 1 ,core_gpio_out3 
-0642 68188073 hfetcht 1 ,core_gpio_oe3 
-0643 18418402 or_into 0x2 ,temp 
-0644 60188073 hstoret 1 ,core_gpio_oe3 
-0645 204063ee call twspi_disable 
-0646 184104fd and_into 0xfd ,temp 
-0647 2000000d nop 13 
-0648 2040064c call p_twspi_enable 
-0649 60188073 hstoret 1 ,core_gpio_oe3 
-064a 20600000 rtn 
+063b 68108077 hfetch 1 ,core_gpio_out3 
+063c 1fe17efd and_into 0xfd ,pdata 
+063d 60108077 hstore 1 ,core_gpio_out3 
+063e 68188073 hfetcht 1 ,core_gpio_oe3 
+063f 18418402 or_into 0x2 ,temp 
+0640 60188073 hstoret 1 ,core_gpio_oe3 
+0641 204063ee call twspi_disable 
+0642 184104fd and_into 0xfd ,temp 
+0643 2000000d nop 13 
+0644 20400648 call p_twspi_enable 
+0645 60188073 hstoret 1 ,core_gpio_oe3 
+0646 20600000 rtn 
 
 p_spid_init:
-064b 204064dd call spid_init_common 
+0647 204064dd call spid_init_common 
 
 p_twspi_enable:
-064c 68108081 hfetch 1 ,core_gpio_sel1 
-064d 79207e00 set1 0 ,pdata 
-064e 793ffe01 set0 1 ,pdata 
-064f 793ffe03 set0 3 ,pdata 
-0650 60108081 hstore 1 ,core_gpio_sel1 
-0651 20600000 rtn 
+0648 68108081 hfetch 1 ,core_gpio_sel1 
+0649 79207e00 set1 0 ,pdata 
+064a 793ffe01 set0 1 ,pdata 
+064b 793ffe03 set0 3 ,pdata 
+064c 60108081 hstore 1 ,core_gpio_sel1 
+064d 20600000 rtn 
 
 p_page_wait_fhs_reply_ok:
-0652 7011c700 jam zcode_00 ,mem_zcode_temp_param0 
-0653 2020076a branch p_zcode_entrance 
+064e 7011c600 jam zcode_00 ,mem_zcode_temp_param0 
+064f 2020076f branch p_zcode_entrance 
 
 p_role_switch_master:
-0654 204021c9 call role_switch_check 
-0655 24740000 nrtn user 
+0650 204021c9 call role_switch_check 
+0651 24740000 nrtn user 
 
 p_wait_role_switch_anchor:
-0656 78547c00 disable user 
-0657 70001120 jam param_newconnto ,mem_newconnto_counter 
-0658 793f800b set0 mark_fhs_already_good ,mark 
-0659 793f802d set0 mark_role_switch_receive_fhs ,mark 
+0652 78547c00 disable user 
+0653 70001120 jam param_newconnto ,mem_newconnto_counter 
+0654 793f800b set0 mark_fhs_already_good ,mark 
+0655 793f802d set0 mark_role_switch_receive_fhs ,mark 
 
 p_roles_waitfhs_loop:
-065a 20402a4f call rf_setup_time_master_slot 
-065b 204022e6 call master_recv_packet 
-065c c5058661 bmark1 mark_fhs_already_good ,p_roles_replyto_fhs 
-065d 20402455 call new_conn_timeout 
-065e 243a065a nbranch p_roles_waitfhs_loop ,blank 
-065f c5168669 bmark1 mark_role_switch_receive_fhs ,p_roles_replyto_fhs1 
-0660 202021ec branch role_switch_fail_master 
+0656 20402a4f call rf_setup_time_master_slot 
+0657 204022e6 call master_recv_packet 
+0658 c505865d bmark1 mark_fhs_already_good ,p_roles_replyto_fhs 
+0659 20402455 call new_conn_timeout 
+065a 243a0656 nbranch p_roles_waitfhs_loop ,blank 
+065b c5168666 bmark1 mark_role_switch_receive_fhs ,p_roles_replyto_fhs1 
+065c 202021ec branch role_switch_fail_master 
 
 p_roles_replyto_fhs:
-0661 20402a4d call rf_setup_time_slave_slot 
-0662 d8200010 arg type_id ,type 
-0663 204022dc call master_send_packet 
-0664 7920002d set1 mark_role_switch_receive_fhs ,mark 
-0665 793f800b set0 mark_fhs_already_good ,mark 
-0666 18000801 force 1 ,am_addr 
-0667 70001102 jam 2 ,mem_newconnto_counter 
-0668 2020065a branch p_roles_waitfhs_loop 
+065d 20402a4d call rf_setup_time_slave_slot 
+065e d8200010 arg type_id ,type 
+065f 204022dc call master_send_packet 
+0660 7920002d set1 mark_role_switch_receive_fhs ,mark 
+0661 793f800b set0 mark_fhs_already_good ,mark 
+0662 68008077 fetch 1 ,mem_amaddr 
+0663 98000800 iforce am_addr 
+0664 70001102 jam 2 ,mem_newconnto_counter 
+0665 20200656 branch p_roles_waitfhs_loop 
 
 p_roles_replyto_fhs1:
-0669 68020165 fetch 4 ,mem_clke_bt 
-066a 1fe0fe08 pincrease 8 
-066b 60020165 store 4 ,mem_clke_bt 
-066c 202021f8 branch roles_replyto_fhs + 4 
+0666 68020165 fetch 4 ,mem_clke_bt 
+0667 1fe0fe08 pincrease 8 
+0668 60020165 store 4 ,mem_clke_bt 
+0669 202021f8 branch roles_replyto_fhs + 4 
 
 p_process_dmh:
-066d c516264d bmark1 mark_first_packet ,end_of_packet 
-066e 2020258f branch process_dmh + 1 
+066a c516264d bmark1 mark_first_packet ,end_of_packet 
+066b 2020258f branch process_dmh + 1 
 
 p_quit_connection_cont:
-066f 7011c743 jam zcode_43 ,mem_zcode_temp_param0 
-0670 2020076a branch p_zcode_entrance 
+066c 7011c623 jam zcode_23 ,mem_zcode_temp_param0 
+066d 2020076f branch p_zcode_entrance 
 
 p_prepare_tx:
-0671 68008030 fetch 1 ,mem_state 
-0672 2feffe00 isolate1 state_inconn ,pdata 
-0673 20408675 call p_bt_power_ctrl ,true 
-0674 2020248a branch prepare_tx + 1 
+066e 68008030 fetch 1 ,mem_state 
+066f 2feffe00 isolate1 state_inconn ,pdata 
+0670 20408672 call p_bt_power_ctrl ,true 
+0671 2020248a branch prepare_tx + 1 
 
 p_bt_power_ctrl:
-0675 68008047 fetch 1 ,mem_arq 
-0676 2feffe03 isolate1 wack ,pdata 
-0677 204085ca call power_ctrl_pac_succ_decrs ,true 
-0678 24408704 ncall power_ctrl_pac_succ_incrs ,true 
-0679 2020070a branch power_ctrl_start 
+0672 68008047 fetch 1 ,mem_arq 
+0673 2feffe03 isolate1 wack ,pdata 
+0674 20408705 call power_ctrl_pac_succ_decrs ,true 
+0675 24408701 ncall power_ctrl_pac_succ_incrs ,true 
+0676 2020070f branch power_ctrl_start 
 
 p_slave_conn_recv_packet:
-067a 204024f0 call slave_receive_master_slot 
-067b 242c28f9 nbranch shutdown_radio ,sync 
-067c 204029bb call save_rssi 
-067d 2040006c call p_rssi_signal 
-067e 20202518 branch slave_conn_recv_packet + 4 
+0677 204024f0 call slave_receive_master_slot 
+0678 242c28f9 nbranch shutdown_radio ,sync 
+0679 204029bb call save_rssi 
+067a 2040006c call p_rssi_signal 
+067b 20202518 branch slave_conn_recv_packet + 4 
 
 p_lpm_dispatch:
-067f c6130000 rtnmark1 mark_24g 
-0680 20402afa call lpo_calibration 
-0681 6801c16f fetch 3 ,mem_clks_per_lpo 
-0682 207a0000 rtn blank 
-0683 6800c091 fetch 1 ,mem_lpm_mode 
-0684 207a0000 rtn blank 
-0685 6800c65a fetch 1 ,mem_ssp_enable 
-0686 203a0689 branch p_lpm_dispatch_next ,blank 
-0687 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
-0688 207a0000 rtn blank 
+067c c6130000 rtnmark1 mark_24g 
+067d 20402afa call lpo_calibration 
+067e 6801c16f fetch 3 ,mem_clks_per_lpo 
+067f 207a0000 rtn blank 
+0680 6800c091 fetch 1 ,mem_lpm_mode 
+0681 207a0000 rtn blank 
+0682 6800c65a fetch 1 ,mem_ssp_enable 
+0683 203a0686 branch p_lpm_dispatch_next ,blank 
+0684 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
+0685 207a0000 rtn blank 
 
 p_lpm_dispatch_next:
-0689 6800c4c0 fetch 1 ,mem_le_sc_calc 
-068a 247a0000 nrtn blank 
-068b 20402c3a call lpm_check_wake_lock 
-068c 247a0000 nrtn blank 
-068d 6800c040 fetch 1 ,mem_context 
-068e 2fe00e03 compare 3 ,pdata ,0x7 
-068f 2420ab9d nbranch lpm_dispatch_unconn ,true 
-0690 68014042 fetch 2 ,mem_context + coffset_tsniff 
-0691 d840ffff arg 0xffff ,temp 
-0692 98467c00 isub temp ,null 
-0693 20628000 rtn zero 
-0694 20202b7d branch lpm_dispatch_next + 9 
+0686 6800c4c0 fetch 1 ,mem_le_sc_calc 
+0687 247a0000 nrtn blank 
+0688 20402c3a call lpm_check_wake_lock 
+0689 247a0000 nrtn blank 
+068a 6800c040 fetch 1 ,mem_context 
+068b 2fe00e03 compare 3 ,pdata ,0x7 
+068c 2420ab9d nbranch lpm_dispatch_unconn ,true 
+068d 68014042 fetch 2 ,mem_context + coffset_tsniff 
+068e d840ffff arg 0xffff ,temp 
+068f 98467c00 isub temp ,null 
+0690 20628000 rtn zero 
+0691 20202b7d branch lpm_dispatch_next + 9 
 
 p_lpm_set_mult:
-0695 7855fc00 disable wake 
-0696 68008030 fetch 1 ,mem_state 
-0697 c4008000 rtnbit0 state_insniff 
-0698 2436abd0 nbranch lpm_not_match ,match 
-0699 20402bcb call lpm_match 
-069a 680140c1 fetch 2 ,mem_rx_window_sniff 
-069b 6001003e store 2 ,mem_rx_window 
-069c 68008047 fetch 1 ,mem_arq 
-069d c281abde bbit1 wack ,lpm_mult_short 
-069e c586abde bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-069f 20405274 call l2cap_malloc_is_fifo_empty 
-06a0 243a2bde nbranch lpm_mult_short ,blank 
-06a1 205a06a3 call p_lpm_set_attemp_timeout ,blank 
-06a2 20202bbe branch lpm_set_mult + 13 
+0692 7855fc00 disable wake 
+0693 68008030 fetch 1 ,mem_state 
+0694 c4008000 rtnbit0 state_insniff 
+0695 2436abd0 nbranch lpm_not_match ,match 
+0696 20402bcb call lpm_match 
+0697 680140c1 fetch 2 ,mem_rx_window_sniff 
+0698 6001003e store 2 ,mem_rx_window 
+0699 68008047 fetch 1 ,mem_arq 
+069a c281abde bbit1 wack ,lpm_mult_short 
+069b c586abde bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+069c 20405274 call l2cap_malloc_is_fifo_empty 
+069d 243a2bde nbranch lpm_mult_short ,blank 
+069e 205a06a0 call p_lpm_set_attemp_timeout ,blank 
+069f 20202bbe branch lpm_set_mult + 13 
 
 p_lpm_set_attemp_timeout:
-06a3 70008a01 jam 1 ,mem_current_sniff_attempt 
-06a4 70008b00 jam 0 ,mem_current_sniff_timeout 
-06a5 20600000 rtn 
+06a0 70008a01 jam 1 ,mem_current_sniff_attempt 
+06a1 70008b00 jam 0 ,mem_current_sniff_timeout 
+06a2 20600000 rtn 
 
 p_mouse_bb_disconnected:
-06a6 7011c710 jam zcode_10 ,mem_zcode_temp_param0 
-06a7 2020076a branch p_zcode_entrance 
+06a3 7011c601 jam zcode_01 ,mem_zcode_temp_param0 
+06a4 2020076f branch p_zcode_entrance 
 
 p_hid_rx_process:
-06a8 7011c711 jam zcode_11 ,mem_zcode_temp_param0 
-06a9 2020076a branch p_zcode_entrance 
+06a5 7011c602 jam zcode_02 ,mem_zcode_temp_param0 
+06a6 2020076f branch p_zcode_entrance 
 
 p_parse_lmp_accepted:
-06aa 68008552 fetch 1 ,mem_rxbuf + 1 
-06ab 600084c9 store 1 ,mem_lmi_accepted_opcode 
-06ac c00986ae beq lmp_switch_req ,p_parse_lmp_accepted_switch 
-06ad 20205db4 branch parse_lmp_accepted + 3 
+06a7 68008552 fetch 1 ,mem_rxbuf + 1 
+06a8 600084c9 store 1 ,mem_lmi_accepted_opcode 
+06a9 c00986ab beq lmp_switch_req ,p_parse_lmp_accepted_switch 
+06aa 20205db4 branch parse_lmp_accepted + 3 
 
 p_parse_lmp_accepted_switch:
-06ae 20405dcf call parse_lmp_accepted_switch 
-06af 704b0201 jam 1 ,mem_bt_rcvd_switch_req_accept 
-06b0 6800cb04 fetch 1 ,mem_bt_send_lmp_setup_complete 
-06b1 207a0000 rtn blank 
-06b2 704b0402 jam 2 ,mem_bt_send_lmp_setup_complete 
-06b3 20600000 rtn 
+06ab 20405dcf call parse_lmp_accepted_switch 
+06ac 704aff01 jam 1 ,mem_bt_rcvd_switch_req_accept 
+06ad 6800cb01 fetch 1 ,mem_bt_send_lmp_setup_complete 
+06ae 207a0000 rtn blank 
+06af 704b0102 jam 2 ,mem_bt_send_lmp_setup_complete 
+06b0 20600000 rtn 
 
 p_send_lmp:
-06b4 78547c00 disable user 
-06b5 204062c1 call lmo_fifo_process 
-06b6 68008048 fetch 1 ,mem_lmp_to_send 
-06b7 207a0000 rtn blank 
-06b8 c28386bd bbit1 7 ,p_send_lmp_escape 
-06b9 c00186bf beq lmp_accepted ,p_send_lmp_accepted 
-06ba c01886c1 beq lmp_setup_complete ,p_send_lmp_setup_complete 
-06bb c00b86c3 beq lmp_sniff_req ,p_send_lmp_sniff_req 
-06bc 20206010 branch send_lmp0 
+06b1 78547c00 disable user 
+06b2 204062c1 call lmo_fifo_process 
+06b3 68008048 fetch 1 ,mem_lmp_to_send 
+06b4 207a0000 rtn blank 
+06b5 c28386ba bbit1 7 ,p_send_lmp_escape 
+06b6 c00186bc beq lmp_accepted ,p_send_lmp_accepted 
+06b7 c01886be beq lmp_setup_complete ,p_send_lmp_setup_complete 
+06b8 c00b86c0 beq lmp_sniff_req ,p_send_lmp_sniff_req 
+06b9 20206010 branch send_lmp0 
 
 p_send_lmp_escape:
-06bd 7011c720 jam zcode_20 ,mem_zcode_temp_param0 
-06be 2020076a branch p_zcode_entrance 
+06ba 7011c610 jam zcode_10 ,mem_zcode_temp_param0 
+06bb 2020076f branch p_zcode_entrance 
 
 p_send_lmp_accepted:
-06bf 7011c721 jam zcode_21 ,mem_zcode_temp_param0 
-06c0 2020076a branch p_zcode_entrance 
+06bc 7011c611 jam zcode_11 ,mem_zcode_temp_param0 
+06bd 2020076f branch p_zcode_entrance 
 
 p_send_lmp_setup_complete:
-06c1 704b0401 jam 1 ,mem_bt_send_lmp_setup_complete 
-06c2 202061c3 branch send_lmp_setup_complete 
+06be 704b0101 jam 1 ,mem_bt_send_lmp_setup_complete 
+06bf 202061c3 branch send_lmp_setup_complete 
 
 p_send_lmp_sniff_req:
-06c3 704b0c04 jam 4 ,mem_mouse_bt_send_first_package_timer 
-06c4 202061a4 branch send_lmp_sniff_req 
+06c0 704b0904 jam 4 ,mem_mouse_bt_send_first_package_timer 
+06c1 202061a4 branch send_lmp_sniff_req 
 
 p_process_conn_sm:
-06c5 204062bc call lmo_fifo_check 
-06c6 247a0000 nrtn blank 
+06c2 204062bc call lmo_fifo_check 
+06c3 247a0000 nrtn blank 
 
 p_process_conn_sm_continue:
-06c7 68008055 fetch 1 ,mem_conn_sm 
-06c8 207a0000 rtn blank 
-06c9 c00206e7 beq conn_sm_send_conn_req ,p_host_create_conn_send_conn_req 
-06ca c00806cc beq conn_sm_wait_switch_after_host_connection ,p_host_creat_conn_wait_switch 
-06cb 20206320 branch process_conn_sm_continue + 2 
+06c4 68008055 fetch 1 ,mem_conn_sm 
+06c5 207a0000 rtn blank 
+06c6 c00206e4 beq conn_sm_send_conn_req ,p_host_create_conn_send_conn_req 
+06c7 c00806c9 beq conn_sm_wait_switch_after_host_connection ,p_host_creat_conn_wait_switch 
+06c8 20206320 branch process_conn_sm_continue + 2 
 
 p_host_creat_conn_wait_switch:
-06cc 6800c55b fetch 1 ,mem_switch_flag 
-06cd c1000000 rtneq switch_flag_init 
-06ce c00086d0 beq switch_flag_accept ,p_host_create_conn_switch_accept 
-06cf 2020635f branch host_creat_conn_wait_switch + 3 
+06c9 6800c55b fetch 1 ,mem_switch_flag 
+06ca c1000000 rtneq switch_flag_init 
+06cb c00086cd beq switch_flag_accept ,p_host_create_conn_switch_accept 
+06cc 2020635f branch host_creat_conn_wait_switch + 3 
 
 p_host_create_conn_switch_accept:
-06d0 20748000 rtn master 
+06cd 20748000 rtn master 
 
 p_host_create_conn_auth_pair:
-06d1 6800816d fetch 1 ,mem_connection_options 
-06d2 c28006d4 bbit1 connection_auth ,p_host_create_conn_auth_pair_true 
-06d3 20206399 branch host_create_conn_auth_pair + 1 
+06ce 6800816d fetch 1 ,mem_connection_options 
+06cf c28006d1 bbit1 connection_auth ,p_host_create_conn_auth_pair_true 
+06d0 20206399 branch host_create_conn_auth_pair + 1 
 
 p_host_create_conn_auth_pair_true:
-06d4 6800cb04 fetch 1 ,mem_bt_send_lmp_setup_complete 
-06d5 c000e39d beq 1 ,host_create_conn_auth_pair_true 
-06d6 6800c1bd fetch 1 ,mem_link_key_exists 
-06d7 203a63a9 branch host_create_conn_auth_pair_nokey ,blank 
-06d8 680084d1 fetch 1 ,mem_lmp_conn_state 
-06d9 c4018000 rtnbit0 sent_setup_complete 
-06da c4010000 rtnbit0 received_setup_complete 
-06db 6800cb03 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-06dc 207a0000 rtn blank 
-06dd 704b0300 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch 
-06de 680204e9 fetch 4 ,mem_aurand_send_delay_time 
-06df d8400014 arg 20 ,temp 
-06e0 98408400 iadd temp ,temp 
-06e1 1c427e00 copy clkn_bt ,pdata 
-06e2 98467c00 isub temp ,null 
-06e3 242106e5 nbranch p_bt_send_max_slot_req_accept_after_switch_wait ,positive 
-06e4 20206349 branch host_create_conn_auth 
+06d1 6800cb01 fetch 1 ,mem_bt_send_lmp_setup_complete 
+06d2 c000e39d beq 1 ,host_create_conn_auth_pair_true 
+06d3 6800c1bd fetch 1 ,mem_link_key_exists 
+06d4 203a63a9 branch host_create_conn_auth_pair_nokey ,blank 
+06d5 680084d1 fetch 1 ,mem_lmp_conn_state 
+06d6 c4018000 rtnbit0 sent_setup_complete 
+06d7 c4010000 rtnbit0 received_setup_complete 
+06d8 6800cb00 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch 
+06d9 207a0000 rtn blank 
+06da 704b0000 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch 
+06db 680204e9 fetch 4 ,mem_aurand_send_delay_time 
+06dc d8400014 arg 20 ,temp 
+06dd 98408400 iadd temp ,temp 
+06de 1c427e00 copy clkn_bt ,pdata 
+06df 98467c00 isub temp ,null 
+06e0 242106e2 nbranch p_bt_send_max_slot_req_accept_after_switch_wait ,positive 
+06e1 20206349 branch host_create_conn_auth 
 
 p_bt_send_max_slot_req_accept_after_switch_wait:
-06e5 704b0301 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-06e6 20600000 rtn 
+06e2 704b0001 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
+06e3 20600000 rtn 
 
 p_host_create_conn_send_conn_req:
-06e7 70480c14 jam 20 ,mem_mouse_send_switch_req_timer 
-06e8 2020636f branch host_create_conn_send_conn_req 
+06e4 70480914 jam 20 ,mem_mouse_send_switch_req_timer 
+06e5 2020636f branch host_create_conn_send_conn_req 
 
 p_check_51cmd_once_continue:
-06e9 204062bc call lmo_fifo_check 
-06ea 243a7ddb nbranch check_51cmd_restore ,blank 
-06eb 68008a99 fetch 1 ,mem_fifo_temp 
-06ec c584fdd6 bmark0 mark_context ,check_51cmd_check_idle 
-06ed c00f86f1 beq bt_cmd_store_reconn_info_le ,p_flash_store_le_reconn_info 
-06ee c01006f4 beq bt_cmd_store_reconn_info_bt ,p_flash_store_bd_reconn_info 
-06ef c00906fe beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
-06f0 20207dca branch check_51cmd_once_continue + 2 
+06e6 204062bc call lmo_fifo_check 
+06e7 243a7ddb nbranch check_51cmd_restore ,blank 
+06e8 68008a99 fetch 1 ,mem_fifo_temp 
+06e9 c584fdd6 bmark0 mark_context ,check_51cmd_check_idle 
+06ea c00f86ee beq bt_cmd_store_reconn_info_le ,p_flash_store_le_reconn_info 
+06eb c01006f1 beq bt_cmd_store_reconn_info_bt ,p_flash_store_bd_reconn_info 
+06ec c00906fb beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
+06ed 20207dca branch check_51cmd_once_continue + 2 
 
 p_flash_store_le_reconn_info:
-06f1 70018534 jam rec_4_mode ,mem_record_bt_mode 
-06f2 6803044f fetch 6 ,mem_le_plap 
-06f3 202006f6 branch p_flash_store_reconn_info 
+06ee 70018534 jam rec_4_mode ,mem_record_bt_mode 
+06ef 6803044f fetch 6 ,mem_le_plap 
+06f0 202006f3 branch p_flash_store_reconn_info 
 
 p_flash_store_bd_reconn_info:
-06f4 70018533 jam rec_3_mode ,mem_record_bt_mode 
-06f5 68030040 fetch 6 ,mem_plap 
+06f1 70018533 jam rec_3_mode ,mem_record_bt_mode 
+06f2 68030040 fetch 6 ,mem_plap 
 
 p_flash_store_reconn_info:
-06f6 60030186 store 6 ,mem_temp_lap 
+06f3 60030186 store 6 ,mem_temp_lap 
 
 p_mouse_store_remote_bdaddr:
-06f7 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-06f8 c4038000 rtnbit0 mouse_store_eeprom_flag 
-06f9 d8e00007 arg mouse_store_eeprom_flag ,queue 
-06fa 204043d2 call mouse_disable_function_flag 
-06fb 204042e8 call mouse_check_device_addr 
+06f4 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+06f5 c4038000 rtnbit0 mouse_store_eeprom_flag 
+06f6 d8e00007 arg mouse_store_eeprom_flag ,queue 
+06f7 204043d2 call mouse_disable_function_flag 
+06f8 204042e8 call mouse_check_device_addr 
 
 p_mouse_unplug_clean_bdaddr:
-06fc 204042fb call mouse_before_store_reconn_info 
-06fd 2020034c branch p_mouse_store_flash_device_info 
+06f9 204042fb call mouse_before_store_reconn_info 
+06fa 20200324 branch p_mouse_store_flash_device_info 
 
 p_check_51cmd_ble_update_connect_param:
-06fe 20405890 call le_fifo_check_full 
-06ff 247a0000 nrtn blank 
-0700 20205abf branch le_l2cap_tx_update_req 
+06fb 20405890 call le_fifo_check_full 
+06fc 247a0000 nrtn blank 
+06fd 20205abf branch le_l2cap_tx_update_req 
 
 power_ctrl_pac_succ_cnt_init:
-0701 704d7301 jam 1 ,mem_power_ctrl_level 
-0702 704d7000 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-0703 20600000 rtn 
+06fe 704d8301 jam 1 ,mem_power_ctrl_level 
+06ff 704d8000 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0700 20600000 rtn 
 
 power_ctrl_pac_succ_incrs:
-0704 6800cd70 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0705 1fe0fe01 increase 1 ,pdata 
-0706 6000cd70 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0707 20600000 rtn 
+0701 6800cd80 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0702 1fe0fe01 increase 1 ,pdata 
+0703 6000cd80 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0704 20600000 rtn 
+
+power_ctrl_pac_succ_decrs:
+0705 6800cd80 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0706 1fe67c02 sub pdata ,2 ,null 
+0707 2441070d ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0708 6800cd80 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0709 c1000000 rtneq 0 
+070a 1fe0ffff increase -1 ,pdata 
+070b 6000cd80 store 1 ,mem_power_ctrl_pac_succ_cnt 
+070c 20600000 rtn 
 
 power_ctrl_pac_succ_cnt_reinit:
-0708 704d7003 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-0709 20600000 rtn 
+070d 704d8003 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+070e 20600000 rtn 
 
 power_ctrl_start:
-070a 68014682 fetch 2 ,mem_ui_state_map 
-070b c3858000 rtnbit1 ui_state_ble_adv 
-070c c3838000 rtnbit1 ui_state_bt_reconnect 
-070d c3830000 rtnbit1 ui_state_bt_discovery 
-070e da204cf9 arg mem_rssi_signal_buf ,rega 
-070f 2040026e call p_rssi_average 
-0710 6008cd71 storet 1 ,mem_rssi_avg_received 
-0711 58000082 setarg rssi_dis_max_24g 
-0712 c5130714 bmark1 mark_24g ,power_ctrl_start_next 
-0713 58000080 setarg rssi_dis_max_ble 
+070f 68014682 fetch 2 ,mem_ui_state_map 
+0710 c3858000 rtnbit1 ui_state_ble_adv 
+0711 c3838000 rtnbit1 ui_state_bt_reconnect 
+0712 c3830000 rtnbit1 ui_state_bt_discovery 
+0713 da204d09 arg mem_rssi_signal_buf ,rega 
+0714 20400295 call p_rssi_average 
+0715 6008cd81 storet 1 ,mem_rssi_avg_received 
+0716 58000082 setarg rssi_dis_max_24g 
+0717 c5130719 bmark1 mark_24g ,power_ctrl_start_next 
+0718 58000080 setarg rssi_dis_max_ble 
 
 power_ctrl_start_next:
-0714 98467c00 isub temp ,null 
-0715 2421072c nbranch power_ctrl_txpower_incrs_force ,positive 
-0716 6800cd70 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0717 1fe67c02 sub pdata ,2 ,null 
-0718 2421071c nbranch power_ctrl_txpower_decrs_check ,positive 
-0719 6800cd70 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-071a c000072d beq 0 ,power_ctrl_txpower_incrs 
-071b 20600000 rtn 
+0719 98467c00 isub temp ,null 
+071a 24210731 nbranch power_ctrl_txpower_incrs_force ,positive 
+071b 6800cd80 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+071c 1fe67c02 sub pdata ,2 ,null 
+071d 24210721 nbranch power_ctrl_txpower_decrs_check ,positive 
+071e 6800cd80 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+071f c0000732 beq 0 ,power_ctrl_txpower_incrs 
+0720 20600000 rtn 
 
 power_ctrl_txpower_decrs_check:
-071c 6800cd70 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-071d c1900000 rtnne 32 
-071e 704d7000 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0721 6800cd80 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0722 c1990000 rtnne 50 
+0723 704d8000 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 power_ctrl_txpower_decrs:
-071f 6808cd71 fetcht 1 ,mem_rssi_avg_received 
-0720 58000077 setarg rssi_dis_min_24g 
-0721 c5130723 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-0722 58000075 setarg rssi_dis_min_ble 
+0724 6808cd81 fetcht 1 ,mem_rssi_avg_received 
+0725 58000077 setarg rssi_dis_min_24g 
+0726 c5130728 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0727 58000075 setarg rssi_dis_min_ble 
 
 power_ctrl_txpower_decrs_next:
-0723 98467c00 isub temp ,null 
-0724 24610000 nrtn positive 
-0725 6800cd73 fetch 1 ,mem_power_ctrl_level 
-0726 c0000734 beq 0 ,power_ctrl_decrs_level0 
-0727 1fe0ffff increase -1 ,pdata 
-0728 6000cd73 store 1 ,mem_power_ctrl_level 
-0729 c0000734 beq 0 ,power_ctrl_decrs_level0 
+0728 98467c00 isub temp ,null 
+0729 24610000 nrtn positive 
+072a 6800cd83 fetch 1 ,mem_power_ctrl_level 
+072b c0000739 beq 0 ,power_ctrl_decrs_level0 
+072c 1fe0ffff increase -1 ,pdata 
+072d 6000cd83 store 1 ,mem_power_ctrl_level 
+072e c0000739 beq 0 ,power_ctrl_decrs_level0 
 
 power_ctrl_decrs_level1:
 
 power_ctrl_incrs_level1:
-072a 7041de00 jam tx_power_0db ,mem_tx_power 
-072b 20600000 rtn 
+072f 7041de00 jam tx_power_0db ,mem_tx_power 
+0730 20600000 rtn 
 
 power_ctrl_txpower_incrs_force:
-072c 704d7000 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0731 704d8000 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 power_ctrl_txpower_incrs:
-072d 6800cd73 fetch 1 ,mem_power_ctrl_level 
-072e c0010732 beq 2 ,power_ctrl_incrs_level2 
-072f 1fe0fe01 increase 1 ,pdata 
-0730 6000cd73 store 1 ,mem_power_ctrl_level 
-0731 c000872a beq 1 ,power_ctrl_incrs_level1 
+0732 6800cd83 fetch 1 ,mem_power_ctrl_level 
+0733 c0010737 beq 2 ,power_ctrl_incrs_level2 
+0734 1fe0fe01 increase 1 ,pdata 
+0735 6000cd83 store 1 ,mem_power_ctrl_level 
+0736 c000872f beq 1 ,power_ctrl_incrs_level1 
 
 power_ctrl_incrs_level2:
-0732 7041de02 jam tx_power_5db ,mem_tx_power 
-0733 20600000 rtn 
+0737 7041de02 jam tx_power_5db ,mem_tx_power 
+0738 20600000 rtn 
 
 power_ctrl_decrs_level0:
-0734 7041de04 jam tx_power_f5db ,mem_tx_power 
-0735 20600000 rtn 
+0739 7041de04 jam tx_power_f5db ,mem_tx_power 
+073a 20600000 rtn 
 
 p_set_freq_tx:
-0736 60088017 storet 1 ,mem_last_freq 
-0737 1840a200 add temp ,0 ,rega 
-0738 20402981 call rf_write_freq 
-0739 58000500 setarg param_pll_setup 
-073a 20402a8f call sleep 
+073b 60088017 storet 1 ,mem_last_freq 
+073c 1840a200 add temp ,0 ,rega 
+073d 20402981 call rf_write_freq 
+073e 58000500 setarg param_pll_setup 
+073f 20402a8f call sleep 
 
 p_rf_tx_enable:
-073b 70890601 jam 0x1 ,rfen_adc 
-073c 7089003c jam 0x3c ,rfen_rx 
-073d 708901e0 jam 0xe0 ,rfen_tx 
-073e 2000000a nop 10 
-073f 70890201 jam 0x01 ,rfen_mdm 
-0740 7089023d jam 0x3d ,rfen_mdm 
-0741 2000000a nop 10 
-0742 708903b7 jam 0xb7 ,rfen_sn 
+0740 70890601 jam 0x1 ,rfen_adc 
+0741 7089003c jam 0x3c ,rfen_rx 
+0742 708901e0 jam 0xe0 ,rfen_tx 
 0743 2000000a nop 10 
-0744 7089027d jam 0x7d ,rfen_mdm 
-0745 6800c1de fetch 1 ,mem_tx_power 
-0746 c001074e beq tx_power_5db ,p_set_tx_power_5db 
-0747 c0020753 beq tx_power_f5db ,p_set_tx_power_f5db 
-0748 c0100762 beq tx_power_pair ,p_set_tx_power_pair 
+0744 70890201 jam 0x01 ,rfen_mdm 
+0745 7089023d jam 0x3d ,rfen_mdm 
+0746 2000000a nop 10 
+0747 708903b7 jam 0xb7 ,rfen_sn 
+0748 2000000a nop 10 
+0749 7089027d jam 0x7d ,rfen_mdm 
+074a 6800c1de fetch 1 ,mem_tx_power 
+074b c0010753 beq tx_power_5db ,p_set_tx_power_5db 
+074c c0020758 beq tx_power_f5db ,p_set_tx_power_f5db 
+074d c0100767 beq tx_power_pair ,p_set_tx_power_pair 
 
 p_set_tx_power_0db:
-0749 20400758 call p_rx_low_sens 
-074a 708955d0 jam 0xd0 ,0x8955 
-074b 708956e0 jam 0xe0 ,0x8956 
-074c 7089586c jam 0x6c ,0x8958 
-074d 2020294b branch set_tx_power_0db 
-
-p_set_tx_power_5db:
-074e 2040075d call p_rx_high_sens 
+074e 2040075d call p_rx_low_sens 
 074f 708955d0 jam 0xd0 ,0x8955 
 0750 708956e0 jam 0xe0 ,0x8956 
-0751 7089583c jam 0x3c ,0x8958 
-0752 20202953 branch set_tx_power_5db 
+0751 7089586c jam 0x6c ,0x8958 
+0752 2020294b branch set_tx_power_0db 
 
-p_set_tx_power_f5db:
-0753 20400758 call p_rx_low_sens 
+p_set_tx_power_5db:
+0753 20400762 call p_rx_high_sens 
 0754 708955d0 jam 0xd0 ,0x8955 
-0755 708956c0 jam 0xc0 ,0x8956 
-0756 7089586c jam 0x6c ,0x8958 
-0757 2020295b branch set_tx_power_f5db 
+0755 708956e0 jam 0xe0 ,0x8956 
+0756 7089583c jam 0x3c ,0x8958 
+0757 20202953 branch set_tx_power_5db 
+
+p_set_tx_power_f5db:
+0758 2040075d call p_rx_low_sens 
+0759 708955d0 jam 0xd0 ,0x8955 
+075a 708956c0 jam 0xc0 ,0x8956 
+075b 7089586c jam 0x6c ,0x8958 
+075c 2020295b branch set_tx_power_f5db 
 
 p_rx_low_sens:
-0758 70894c5b jam 0x5b ,0x894c 
-0759 70894d96 jam 0x96 ,0x894d 
-075a 70894e2c jam 0x2c ,0x894e 
-075b 70894f46 jam 0x46 ,0x894f 
-075c 20600000 rtn 
+075d 70894c5b jam 0x5b ,0x894c 
+075e 70894d96 jam 0x96 ,0x894d 
+075f 70894e2c jam 0x2c ,0x894e 
+0760 70894f46 jam 0x46 ,0x894f 
+0761 20600000 rtn 
 
 p_rx_high_sens:
-075d 70894cfb jam 0xfb ,0x894c 
-075e 70894def jam 0xef ,0x894d 
-075f 70894eec jam 0xec ,0x894e 
-0760 70894f5e jam 0x5e ,0x894f 
-0761 20600000 rtn 
+0762 70894cfb jam 0xfb ,0x894c 
+0763 70894def jam 0xef ,0x894d 
+0764 70894eec jam 0xec ,0x894e 
+0765 70894f5e jam 0x5e ,0x894f 
+0766 20600000 rtn 
 
 p_set_tx_power_pair:
-0762 708956c2 jam 0xc2 ,0x8956 
-0763 708955d0 jam 0xd0 ,0x8955 
-0764 20600000 rtn 
+0767 708956c2 jam 0xc2 ,0x8956 
+0768 708955d0 jam 0xd0 ,0x8955 
+0769 20600000 rtn 
 
 p_shutdown_radio:
-0765 18002a08 force 8 ,radio_ctrl 
-0766 202028fa branch shutdown_radio + 1 
+076a 18002a08 force 8 ,radio_ctrl 
+076b 202028fa branch shutdown_radio + 1 
 
 p_initialize_radio_cont:
-0767 20402978 call initialize_radio_cont + 1 
-0768 70804205 jam clksel_dpll ,core_clksel 
-0769 20600000 rtn 
+076c 20402978 call initialize_radio_cont + 1 
+076d 70804205 jam clksel_dpll ,core_clksel 
+076e 20600000 rtn 
 
 p_zcode_entrance:
-076a 680891c7 fetcht 1 ,mem_zcode_temp_param0 
-076b 18518400 rshift4 temp ,temp 
-076c 6800cb54 fetch 1 ,mem_zcode_current_number 
-076d 98467c00 isub temp ,null 
-076e 20228789 branch p_zcode_run ,zero 
-076f 6008cb54 storet 1 ,mem_zcode_current_number 
-0770 18408401 increase 1 ,temp 
-0771 58000100 setarg zcode_buff_size 
-0772 984f8400 imul32 temp ,temp 
-0773 6801cb55 fetch 3 ,mem_xip_flash_offset 
-0774 98467e00 isub temp ,pdata 
-0775 6809cb58 fetcht 3 ,mem_flash_start_addr 
-0776 9840fe00 iadd temp ,pdata 
-0777 1fe0fffb increase -5 ,pdata 
-0778 6001cb5b store 3 ,mem_flash_address 
-0779 20400390 call p_flash_release_deep_power_down 
+076f 680891c6 fetcht 1 ,mem_zcode_temp_param0 
+0770 18518400 rshift4 temp ,temp 
+0771 6800cb52 fetch 1 ,mem_zcode_current_number 
+0772 98467c00 isub temp ,null 
+0773 2022878e branch p_zcode_run ,zero 
+0774 6008cb52 storet 1 ,mem_zcode_current_number 
+0775 18408401 increase 1 ,temp 
+0776 58000100 setarg zcode_buff_size 
+0777 984f8400 imul32 temp ,temp 
+0778 6801cb53 fetch 3 ,mem_xip_flash_offset 
+0779 98467e00 isub temp ,pdata 
+077a 6809cb56 fetcht 3 ,mem_flash_start_addr 
+077b 9840fe00 iadd temp ,pdata 
+077c 1fe0fffb increase -5 ,pdata 
+077d 6001cb59 store 3 ,mem_flash_address 
+077e 20400363 call p_flash_release_deep_power_down 
 
 p_zcode_read_loop:
-077a 6801cb5b fetch 3 ,mem_flash_address 
-077b d8400100 arg zcode_buff_size ,temp 
-077c da201f00 arg mem_zcode_buff ,rega 
-077d 20406562 call spid_read_flash 
-077e 68021f00 fetch 4 ,mem_zcode_buff 
-077f 680a4b5e fetcht 4 ,mem_zcode_head 
-0780 98467c00 isub temp ,null 
-0781 2422877a nbranch p_zcode_read_loop ,zero 
-0782 204002d6 call p_mouse_spi_init 
-0783 58001f00 setarg mem_zcode_buff 
-0784 60014199 store 2 ,mem_patch_ptr 
-0785 70419b40 jam zcode_code_size ,mem_patch_len 
-0786 204064ca call load_ucode 
-0787 58000000 setarg 0 
-0788 60024199 store 4 ,mem_patch_ptr 
+077f 6801cb59 fetch 3 ,mem_flash_address 
+0780 d8400100 arg zcode_buff_size ,temp 
+0781 da201f00 arg mem_zcode_buff ,rega 
+0782 20406562 call spid_read_flash 
+0783 68021f00 fetch 4 ,mem_zcode_buff 
+0784 680a4b5c fetcht 4 ,mem_zcode_head 
+0785 98467c00 isub temp ,null 
+0786 2422877f nbranch p_zcode_read_loop ,zero 
+0787 20400332 call p_mouse_spi_init 
+0788 58001f00 setarg mem_zcode_buff 
+0789 60014199 store 2 ,mem_patch_ptr 
+078a 70419b40 jam zcode_code_size ,mem_patch_len 
+078b 204064ca call load_ucode 
+078c 58000000 setarg 0 
+078d 60024199 store 4 ,mem_patch_ptr 
 
 p_zcode_run:
-0789 680091c7 fetch 1 ,mem_zcode_temp_param0 
-078a 20200001 branch p_zcode 
+078e 680091c6 fetch 1 ,mem_zcode_temp_param0 
+078f 20200001 branch p_zcode 
 
 p_drawing_optima:
-078b 6802469b fetch 4 ,mem_mouse_x 
-078c 207a0000 rtn blank 
-078d 204007e0 call p_data_abs_check 
-078e 58000003 setarg 0x03 
-078f 204007d3 call p_pdata_greater_than_check 
-0790 58000002 setarg 0x02 
-0791 204007d9 call p_data_less_than_check 
-0792 6800cb0e fetch 1 ,mem_mouse_asm_flag 
-0793 c0008797 beq 1 ,p_drawing_optima_modify 
+0790 6802469b fetch 4 ,mem_mouse_x 
+0791 207a0000 rtn blank 
+0792 204007f0 call p_data_abs_check 
+0793 58000006 setarg 0x06 
+0794 204007e3 call p_data_greater_than_check 
+0795 58000003 setarg 0x03 
+0796 204007e9 call p_data_less_than_check 
+0797 6800cb0b fetch 1 ,mem_mouse_asm_flag 
+0798 c000879c beq 1 ,p_drawing_optima_modify 
 
 p_drawing_optima_init:
-0794 df200005 arg 5 ,loopcnt 
-0795 d8a04b0e arg mem_mouse_asm_flag ,contw 
-0796 20207ed4 branch clear_mem 
+0799 df200005 arg 5 ,loopcnt 
+079a d8a04b0b arg mem_mouse_asm_flag ,contw 
+079b 20207ed4 branch clear_mem 
 
 p_drawing_optima_modify:
-0797 68014b0f fetch 2 ,mem_mouse_x_pre 
-0798 600111be store 2 ,mem_data_pre 
-0799 6801469b fetch 2 ,mem_mouse_x 
-079a 600111c0 store 2 ,mem_data_current 
-079b 204007aa call p_drawing_optima_data 
-079c 680111be fetch 2 ,mem_data_pre 
-079d 60014b0f store 2 ,mem_mouse_x_pre 
-079e 680111c0 fetch 2 ,mem_data_current 
-079f 6001469b store 2 ,mem_mouse_x 
-07a0 68014b11 fetch 2 ,mem_mouse_y_pre 
-07a1 600111be store 2 ,mem_data_pre 
-07a2 6801469d fetch 2 ,mem_mouse_y 
-07a3 600111c0 store 2 ,mem_data_current 
-07a4 204007aa call p_drawing_optima_data 
-07a5 680111be fetch 2 ,mem_data_pre 
-07a6 60014b11 store 2 ,mem_mouse_y_pre 
-07a7 680111c0 fetch 2 ,mem_data_current 
-07a8 6001469d store 2 ,mem_mouse_y 
-07a9 20600000 rtn 
+079c 68014b0c fetch 2 ,mem_mouse_x_pre 
+079d 600111be store 2 ,mem_data_pre 
+079e 6801469b fetch 2 ,mem_mouse_x 
+079f 600111c0 store 2 ,mem_data_current 
+07a0 204007af call p_drawing_optima_data_x 
+07a1 680111be fetch 2 ,mem_data_pre 
+07a2 60014b0c store 2 ,mem_mouse_x_pre 
+07a3 680111c0 fetch 2 ,mem_data_current 
+07a4 6001469b store 2 ,mem_mouse_x 
+07a5 68014b0e fetch 2 ,mem_mouse_y_pre 
+07a6 600111be store 2 ,mem_data_pre 
+07a7 6801469d fetch 2 ,mem_mouse_y 
+07a8 600111c0 store 2 ,mem_data_current 
+07a9 204007b7 call p_drawing_optima_data_y 
+07aa 680111be fetch 2 ,mem_data_pre 
+07ab 60014b0e store 2 ,mem_mouse_y_pre 
+07ac 680111c0 fetch 2 ,mem_data_current 
+07ad 6001469d store 2 ,mem_mouse_y 
+07ae 20600000 rtn 
+
+p_drawing_optima_data_x:
+07af 680111be fetch 2 ,mem_data_pre 
+07b0 680911c0 fetcht 2 ,mem_data_current 
+07b1 9840fe00 iadd temp ,pdata 
+07b2 6808cbbe fetcht 1 ,mem_mouse_data_xtemp 
+07b3 9840fe00 iadd temp ,pdata 
+07b4 1fe10401 and pdata ,0x01 ,temp 
+07b5 6008cbbe storet 1 ,mem_mouse_data_xtemp 
+07b6 202007bf branch p_drawing_optima_data 
+
+p_drawing_optima_data_y:
+07b7 680111be fetch 2 ,mem_data_pre 
+07b8 680911c0 fetcht 2 ,mem_data_current 
+07b9 9840fe00 iadd temp ,pdata 
+07ba 6808cbbf fetcht 1 ,mem_mouse_data_ytemp 
+07bb 9840fe00 iadd temp ,pdata 
+07bc 1fe10401 and pdata ,0x01 ,temp 
+07bd 6008cbbf storet 1 ,mem_mouse_data_ytemp 
+07be 202007bf branch p_drawing_optima_data 
 
 p_drawing_optima_data:
-07aa 680111be fetch 2 ,mem_data_pre 
-07ab 680911c0 fetcht 2 ,mem_data_current 
-07ac 9840fe00 iadd temp ,pdata 
-07ad 600191c2 store 3 ,mem_data_sum 
-07ae 2feffe10 isolate1 16 ,pdata 
-07af 202087b7 branch p_data_sum_overflow ,true 
-07b0 680091c3 fetch 1 ,mem_data_sum + 1 
-07b1 c07f87be beq 0xff ,p_data_sum_n 
-07b2 680091c2 fetch 1 ,mem_data_sum 
+07bf 600191c2 store 3 ,mem_data_sum 
+07c0 2feffe10 isolate1 16 ,pdata 
+07c1 202087c9 branch p_data_sum_overflow ,true 
+07c2 680091c3 fetch 1 ,mem_data_sum + 1 
+07c3 c07f87d0 beq 0xff ,p_data_sum_n 
+07c4 680091c2 fetch 1 ,mem_data_sum 
 
 p_data_store_pre:
-07b3 1fe37e00 rshift pdata ,pdata 
-07b4 600111be store 2 ,mem_data_pre 
-07b5 600111c0 store 2 ,mem_data_current 
-07b6 20600000 rtn 
+07c5 1fe37e00 rshift pdata ,pdata 
+07c6 600111be store 2 ,mem_data_pre 
+07c7 600111c0 store 2 ,mem_data_current 
+07c8 20600000 rtn 
 
 p_data_sum_overflow:
-07b7 680091c3 fetch 1 ,mem_data_sum + 1 
-07b8 c00007bb beq 0 ,p_data_sum_overflow_p 
-07b9 680191c2 fetch 3 ,mem_data_sum 
-07ba 202007b3 branch p_data_store_pre 
+07c9 680091c3 fetch 1 ,mem_data_sum + 1 
+07ca c00007cd beq 0 ,p_data_sum_overflow_p 
+07cb 680191c2 fetch 3 ,mem_data_sum 
+07cc 202007c5 branch p_data_store_pre 
 
 p_data_sum_overflow_p:
-07bb 7011c400 jam 0 ,mem_data_sum + 2 
-07bc 680091c2 fetch 1 ,mem_data_sum 
-07bd 202007b3 branch p_data_store_pre 
+07cd 7011c400 jam 0 ,mem_data_sum + 2 
+07ce 680091c2 fetch 1 ,mem_data_sum 
+07cf 202007c5 branch p_data_store_pre 
 
 p_data_sum_n:
-07be 680091c2 fetch 1 ,mem_data_sum 
-07bf 204007c9 call p_pdata_get_half 
-07c0 600091be store 1 ,mem_data_pre 
-07c1 600091c0 store 1 ,mem_data_current 
-07c2 203a07c7 branch p_data_zero ,blank 
-07c3 580000ff setarg 0xff 
+07d0 680091c2 fetch 1 ,mem_data_sum 
+07d1 204007db call p_pdata_get_half 
+07d2 600091be store 1 ,mem_data_pre 
+07d3 600091c0 store 1 ,mem_data_current 
+07d4 203a07d9 branch p_data_zero ,blank 
+07d5 580000ff setarg 0xff 
 
 p_data_set_direction:
-07c4 600091bf store 1 ,mem_data_pre + 1 
-07c5 600091c1 store 1 ,mem_data_current + 1 
-07c6 20600000 rtn 
+07d6 600091bf store 1 ,mem_data_pre + 1 
+07d7 600091c1 store 1 ,mem_data_current + 1 
+07d8 20600000 rtn 
 
 p_data_zero:
-07c7 58000000 setarg 0 
-07c8 202007c4 branch p_data_set_direction 
+07d9 58000000 setarg 0 
+07da 202007d6 branch p_data_set_direction 
 
 p_pdata_get_half:
-07c9 204007cf call p_pdata_invert 
-07ca 1fe37e00 rshift pdata ,pdata 
-
-p_pdata_get_new_value:
-07cb 204007d0 call p_rega_in_out 
-07cc 1fe67e00 sub pdata ,0 ,pdata 
-07cd 600091c5 store 1 ,mem_data_value 
-07ce 20600000 rtn 
-
-p_pdata_invert:
-07cf 1fe67e00 sub pdata ,0 ,pdata 
-
-p_rega_in_out:
-07d0 60008aae store 1 ,mem_rega 
-07d1 68008aae fetch 1 ,mem_rega 
-07d2 20600000 rtn 
-
-p_pdata_greater_than_check:
-07d3 9a267c00 isub rega ,null 
-07d4 242107de nbranch p_enable_asm ,positive 
-07d5 9a467c00 isub regb ,null 
-07d6 242107de nbranch p_enable_asm ,positive 
+07db 1fe67e00 sub pdata ,0 ,pdata 
+07dc 60008aae store 1 ,mem_rega 
+07dd 68008aae fetch 1 ,mem_rega 
+07de 1fe37e00 rshift pdata ,pdata 
+07df 60008aae store 1 ,mem_rega 
+07e0 68008aae fetch 1 ,mem_rega 
+07e1 1fe67e00 sub pdata ,0 ,pdata 
+07e2 20600000 rtn 
+
+p_data_greater_than_check:
+07e3 9a267c00 isub rega ,null 
+07e4 242107ee nbranch p_enable_asm ,positive 
+07e5 9a467c00 isub regb ,null 
+07e6 242107ee nbranch p_enable_asm ,positive 
 
 p_disable_asm:
-07d7 704b0e00 jam 0 ,mem_mouse_asm_flag 
-07d8 20600000 rtn 
+07e7 704b0b00 jam 0 ,mem_mouse_asm_flag 
+07e8 20600000 rtn 
 
 p_data_less_than_check:
-07d9 9a267c00 isub rega ,null 
-07da 24610000 nrtn positive 
-07db 9a467c00 isub regb ,null 
-07dc 24610000 nrtn positive 
-07dd 202007d7 branch p_disable_asm 
+07e9 9a267c00 isub rega ,null 
+07ea 24610000 nrtn positive 
+07eb 9a467c00 isub regb ,null 
+07ec 24610000 nrtn positive 
+07ed 202007e7 branch p_disable_asm 
 
 p_enable_asm:
-07de 704b0e01 jam 1 ,mem_mouse_asm_flag 
-07df 20600000 rtn 
+07ee 704b0b01 jam 1 ,mem_mouse_asm_flag 
+07ef 20600000 rtn 
 
 p_data_abs_check:
-07e0 6801469b fetch 2 ,mem_mouse_x 
-07e1 204007e7 call p_data_abs 
-07e2 1fe22200 copy pdata ,rega 
-07e3 6801469d fetch 2 ,mem_mouse_y 
-07e4 204007e7 call p_data_abs 
-07e5 1fe22400 copy pdata ,regb 
-07e6 20600000 rtn 
+07f0 6801469b fetch 2 ,mem_mouse_x 
+07f1 204007f7 call p_data_abs 
+07f2 1fe22200 copy pdata ,rega 
+07f3 6801469d fetch 2 ,mem_mouse_y 
+07f4 204007f7 call p_data_abs 
+07f5 1fe22400 copy pdata ,regb 
+07f6 20600000 rtn 
 
 p_data_abs:
-07e7 600111c0 store 2 ,mem_data_current 
-07e8 680091c1 fetch 1 ,mem_data_current + 1 
-07e9 c07f87ed beq 0xff ,p_data_reversal 
-07ea 680091c0 fetch 1 ,mem_data_current 
+07f7 600111c0 store 2 ,mem_data_current 
+07f8 680091c1 fetch 1 ,mem_data_current + 1 
+07f9 c07f87fd beq 0xff ,p_data_reversal 
+07fa 680091c0 fetch 1 ,mem_data_current 
 
 p_data_abs_store:
-07eb 1fe17eff and_into 0xff ,pdata 
-07ec 20600000 rtn 
+07fb 1fe17eff and_into 0xff ,pdata 
+07fc 20600000 rtn 
 
 p_data_reversal:
-07ed 680111c0 fetch 2 ,mem_data_current 
-07ee 1fe67e00 sub pdata ,0 ,pdata 
-07ef 202007eb branch p_data_abs_store 
+07fd 680111c0 fetch 2 ,mem_data_current 
+07fe 1fe67e00 sub pdata ,0 ,pdata 
+07ff 202007fb branch p_data_abs_store 
 org 0x2000
 
 start:
@@ -12979,6 +13003,8 @@
 3d6d 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
 3d6e c1000000 rtneq dpi_button_state_down 
 3d6f 7046b600 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+
+mouse_dpi_down_setting:
 3d70 6800c77a fetch 1 ,mem_mouse_dpi 
 3d71 1fe0fe01 increase 1 ,pdata 
 3d72 1fe17e03 and pdata ,0x03 ,pdata 
@@ -13269,7 +13295,7 @@
 3e47 2040681d call gpio_get_bit 
 3e48 7046f603 jam mouse_3clk_angle ,mem_config_sensor_angle 
 3e49 20608000 rtn true 
-3e4a 7046f602 jam mouse_12clk_angle ,mem_config_sensor_angle 
+3e4a 7046f600 jam mouse_6clk_angle ,mem_config_sensor_angle 
 3e4b 20600000 rtn 
 
 mouse_select_adc:
@@ -35432,674 +35458,681 @@
 org 0x10001
 
 z_entrance0:
-10001 c0000003  beq zcode_00 ,z_page_wait_fhs_reply_ok
-10002 20600000  rtn
-
-z_page_wait_fhs_reply_ok:
-10003 6800800e  fetch 1 ,mem_page_rcv_fhs
-10004 1fe0fe01  increase 1 ,pdata
-10005 6000800e  store 1 ,mem_page_rcv_fhs
-10006 20402435  call prepare_newconn
-
-z_master_newconn_loop:
-10007 7920002c  set1 mark_first_packet ,mark
-10008 204022f2  call master_newconn_once
-10009 202c000e  branch z_newconn_poll_responded ,sync
-1000a 793f802c  set0 mark_first_packet ,mark
-1000b 20402455  call new_conn_timeout
-1000c 243a0007  nbranch z_master_newconn_loop ,blank
-1000d 202020fc  branch page_restart
-
-z_newconn_poll_responded:
-1000e 793f802c  set0 mark_first_packet ,mark
-1000f 2020215f  branch newconn_poll_responded
-org 0x20001
-
-z_entrance1:
-20001 c0080004  beq zcode_10 ,z_mouse_bb_disconnected
-20002 c008801a  beq zcode_11 ,z_hid_rx_process
-20003 20600000  rtn
+10001 c0008005  beq zcode_01 ,z_mouse_bb_disconnected
+10002 c000001d  beq zcode_00 ,z_page_wait_fhs_reply_ok
+10003 c001002a  beq zcode_02 ,z_hid_rx_process
+10004 20600000  rtn
 
 z_mouse_bb_disconnected:
-20004 70480b00  jam 0 ,mem_mouse_enter_sniff_count
-20005 7041e30e  jam 0x0e ,mem_sniff_param_interval
-20006 204041e7  call mouse_bb_discon_clear_stack
-20007 68014208  fetch app_disc_rsn_size ,mem_app_disconn_reason
-20008 c283800e  bbit1 app_disc_ble ,z_mouse4_0_event_bb_disconn
-20009 c28033a9  bbit1 app_disc_by_button ,app_disconn_reason_clear
-2000a c2808011  bbit1 app_disc_after_pairing ,z_mouse_event_light_state_pairing
-2000b c2810014  bbit1 app_disc_after_reconn ,z_mouse_event_light_state_hibernate
-2000c c2818014  bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
-2000d 202042b0  branch mouse_start_discovery
-
-z_mouse4_0_event_bb_disconn:
-2000e 204041c1  call mouse_le_clean_connect_flag
-2000f 68014208  fetch app_disc_rsn_size ,mem_app_disconn_reason
-20010 202041f7  branch mouse4_0_event_bb_disconn + 2
+10005 70480800  jam 0 ,mem_mouse_enter_sniff_count
+10006 7041e30e  jam 0x0e ,mem_sniff_param_interval
+10007 204041e7  call mouse_bb_discon_clear_stack
+10008 68014208  fetch app_disc_rsn_size ,mem_app_disconn_reason
+10009 c283c1f5  bbit1 app_disc_ble ,mouse4_0_event_bb_disconn
+1000a c28033a9  bbit1 app_disc_by_button ,app_disconn_reason_clear
+1000b c280800f  bbit1 app_disc_after_pairing ,z_mouse_event_light_state_pairing
+1000c c2810012  bbit1 app_disc_after_reconn ,z_mouse_event_light_state_hibernate
+1000d c2818012  bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
+1000e 202042b0  branch mouse_start_discovery
 
 z_mouse_event_light_state_pairing:
-20011 c2828014  bbit1 app_disc_after_handshake ,z_mouse_event_light_state_hibernate
-20012 c2818014  bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
-20013 202042b0  branch mouse_start_discovery
+1000f c2828012  bbit1 app_disc_after_handshake ,z_mouse_event_light_state_hibernate
+10010 c2818012  bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
+10011 202042b0  branch mouse_start_discovery
 
 z_mouse_event_light_state_hibernate:
-20014 68014682  fetch 2 ,mem_ui_state_map
-20015 c28642b0  bbit1 ui_state_btn_down ,mouse_start_discovery
-20016 204033a9  call app_disconn_reason_clear
-20017 2040052f  call p_mouse_check_key_gpio
-20018 c00284c8  beq mouse_lm_button ,p_mouse_null_enter_hibernate_enable
-20019 202033a7  branch app_bb_hibernate
+10012 68014682  fetch 2 ,mem_ui_state_map
+10013 c28642b0  bbit1 ui_state_btn_down ,mouse_start_discovery
+10014 204033a9  call app_disconn_reason_clear
+10015 20400545  call p_mouse_check_key_gpio
+10016 c003801a  beq mouse_lmr_button ,z_mouse_null_enter_hibernate_enable
+10017 6800c6b6  fetch 1 ,mem_mouse_dpi_button_state
+10018 203a001a  branch z_mouse_null_enter_hibernate_enable ,blank
+10019 202033a7  branch app_bb_hibernate
+
+z_mouse_null_enter_hibernate_enable:
+1001a 70479f01  jam 1 ,mem_mouse_null_enter_hibernate_flag
+1001b 7047a028  jam 40 ,mem_mouse_null_enter_hibernate_timer
+1001c 20600000  rtn
+
+z_page_wait_fhs_reply_ok:
+1001d 6800800e  fetch 1 ,mem_page_rcv_fhs
+1001e 1fe0fe01  increase 1 ,pdata
+1001f 6000800e  store 1 ,mem_page_rcv_fhs
+10020 20402435  call prepare_newconn
+
+z_master_newconn_loop:
+10021 7920002c  set1 mark_first_packet ,mark
+10022 204022f2  call master_newconn_once
+10023 202c0028  branch z_newconn_poll_responded ,sync
+10024 793f802c  set0 mark_first_packet ,mark
+10025 20402455  call new_conn_timeout
+10026 243a0021  nbranch z_master_newconn_loop ,blank
+10027 202020fc  branch page_restart
+
+z_newconn_poll_responded:
+10028 793f802c  set0 mark_first_packet ,mark
+10029 2020215f  branch newconn_poll_responded
 
 z_hid_rx_process:
-2001a 68010264  fetch 2 ,mem_l2cap_payload_ptr
-2001b 1fe20c00  copy pdata ,contr
-2001c e8c08000  ifetch 1 ,contr
-2001d 6000cb05  store 1 ,mem_l2cap_rcv
-2001e 1fe1040f  and pdata ,0x0f ,temp
-2001f 1ff1fe00  rshift4 pdata ,pdata
-20020 c0038023  beq hid_type_set_protocol ,z_hid_rx_set_protocol
-20021 c000802a  beq hid_type_control ,z_hid_rx_process_hid_control
-20022 20204d39  branch hid_rx_process + 6
+1002a 68010264  fetch 2 ,mem_l2cap_payload_ptr
+1002b 1fe20c00  copy pdata ,contr
+1002c e8c08000  ifetch 1 ,contr
+1002d 6000cb02  store 1 ,mem_l2cap_rcv
+1002e 1fe1040f  and pdata ,0x0f ,temp
+1002f 1ff1fe00  rshift4 pdata ,pdata
+10030 c0038033  beq hid_type_set_protocol ,z_hid_rx_set_protocol
+10031 c000803a  beq hid_type_control ,z_hid_rx_process_hid_control
+10032 20204d39  branch hid_rx_process + 6
 
 z_hid_rx_set_protocol:
-20023 20404d53  call hid_rx_process_handshake
-20024 704b0600  jam 0 ,mem_mouse_bt_boot_mode
-20025 6800cb05  fetch 1 ,mem_l2cap_rcv
-20026 2feffe00  isolate1 0 ,pdata
-20027 20608000  rtn true
-20028 704b0601  jam 1 ,mem_mouse_bt_boot_mode
-20029 20600000  rtn
+10033 20404d53  call hid_rx_process_handshake
+10034 704b0300  jam 0 ,mem_mouse_bt_boot_mode
+10035 6800cb02  fetch 1 ,mem_l2cap_rcv
+10036 2feffe00  isolate1 0 ,pdata
+10037 20608000  rtn true
+10038 704b0301  jam 1 ,mem_mouse_bt_boot_mode
+10039 20600000  rtn
 
 z_hid_rx_process_hid_control:
-2002a 18427e00  copy temp ,pdata
-2002b c002844c  beq hid_control_p_virtualcableunplug ,p_mouse_irtual_cable_unplug
-2002c 20204d41  branch hid_rx_process_hid_control + 2
-org 0x30001
+1003a 18427e00  copy temp ,pdata
+1003b c0028441  beq hid_control_p_virtualcableunplug ,p_mouse_irtual_cable_unplug
+1003c 20204d41  branch hid_rx_process_hid_control + 2
+org 0x20001
 
-z_entrance2:
-30001 c0100014  beq zcode_20 ,z_send_lmp_escape
-30002 c0108021  beq zcode_21 ,z_send_lmp_accepted
-30003 c0110005  beq zcode_22 ,z_mouse4_0_check_reconn_target
-30004 20600000  rtn
+z_entrance1:
+20001 c008000e  beq zcode_10 ,z_send_lmp_escape
+20002 c008801b  beq zcode_11 ,z_send_lmp_accepted
+20003 c0090005  beq zcode_12 ,z_mouse4_0_check_reconn_target
+20004 20600000  rtn
 
 z_mouse4_0_check_reconn_target:
-30005 704b7001  jam 1 ,mem_le_send_security_request_flag
-30006 7047a101  jam 1 ,mem_mouse_le_reconnect_flag
-30007 680146a8  fetch 2 ,mem_mouse_direct_timeout
-30008 6808cb6b  fetcht 1 ,mem_mouse_fast_conn_flag
-30009 18467cff  sub temp ,0xff ,null
-3000a 2422800c  nbranch z_mouse4_0_check_reconn_target_next ,zero
-3000b 58000258  setarg 0x0258
-
-z_mouse4_0_check_reconn_target_next:
-3000c 600146ae  store 2 ,mem_mouse_direct_timer
-3000d 20403418  call app_lpm_mult_disable
-3000e 204002c6  call p_le_check_adv_flag
-3000f 58000004  setarg adv_flag_bredr_not_supported
-30010 e0c08000  istore 1 ,contr
-30011 d8c04390  arg mem_le_scan_data ,contr
-30012 20400586  call p_le_adv_data_update
-30013 20207df4  branch check_51cmd_adv
+20005 704b6e01  jam 1 ,mem_le_send_security_request_flag
+20006 7047a101  jam 1 ,mem_mouse_le_reconnect_flag
+20007 680146a8  fetch 2 ,mem_mouse_direct_timeout
+20008 600146ae  store 2 ,mem_mouse_direct_timer
+20009 20400498  call p_mouse_store_eeprom_enable
+2000a 20403418  call app_lpm_mult_disable
+2000b d8c04390  arg mem_le_scan_data ,contr
+2000c 20400494  call p_le_adv_data_update
+2000d 20207df4  branch check_51cmd_adv
 
 z_send_lmp_escape:
-30014 68008048  fetch 1 ,mem_lmp_to_send
-30015 c0420018  beq lmp_ext_features_res ,z_send_lmpext_features_res
-30016 c041801b  beq lmp_ext_features_req ,z_send_lmpext_features_req
-30017 2020603f  branch send_lmp_escape
+2000e 68008048  fetch 1 ,mem_lmp_to_send
+2000f c0420012  beq lmp_ext_features_res ,z_send_lmpext_features_res
+20010 c0418015  beq lmp_ext_features_req ,z_send_lmpext_features_req
+20011 2020603f  branch send_lmp_escape
 
 z_send_lmpext_features_res:
-30018 2040001e  call z_check_ssp_enable
-30019 68008048  fetch 1 ,mem_lmp_to_send
-3001a 20206099  branch send_lmpext_features_res
+20012 20400018  call z_check_ssp_enable
+20013 68008048  fetch 1 ,mem_lmp_to_send
+20014 20206099  branch send_lmpext_features_res
 
 z_send_lmpext_features_req:
-3001b 2040001e  call z_check_ssp_enable
-3001c 68008048  fetch 1 ,mem_lmp_to_send
-3001d 2020610d  branch send_lmpext_features_req
+20015 20400018  call z_check_ssp_enable
+20016 68008048  fetch 1 ,mem_lmp_to_send
+20017 2020610d  branch send_lmpext_features_req
 
 z_check_ssp_enable:
-3001e 6800c65a  fetch 1 ,mem_ssp_enable
-3001f 203a612b  branch ssp_disable ,blank
-30020 20206124  branch ssp_enable
+20018 6800c65a  fetch 1 ,mem_ssp_enable
+20019 203a612b  branch ssp_disable ,blank
+2001a 20206124  branch ssp_enable
 
 z_send_lmp_accepted:
-30021 18007e02  force 2 ,pdata
-30022 20406298  call msg_send_lmp
-30023 68008049  fetch 1 ,mem_lmi_opcode
-30024 e0a08000  istore 1 ,contw
-30025 6000caff  store 1 ,mem_lmi_opcode_temp
-30026 204062a7  call send_lmp_follow
-30027 6800caff  fetch 1 ,mem_lmi_opcode_temp
-30028 c017002a  beq lmp_max_slot_req ,z_send_lmp_accepted_max_slot_req
-30029 20206051  branch send_lmp_accepted + 7
+2001b 18007e02  force 2 ,pdata
+2001c 20406298  call msg_send_lmp
+2001d 68008049  fetch 1 ,mem_lmi_opcode
+2001e e0a08000  istore 1 ,contw
+2001f 6000cafc  store 1 ,mem_lmi_opcode_temp
+20020 204062a7  call send_lmp_follow
+20021 6800cafc  fetch 1 ,mem_lmi_opcode_temp
+20022 c0170024  beq lmp_max_slot_req ,z_send_lmp_accepted_max_slot_req
+20023 20206051  branch send_lmp_accepted + 7
 
 z_send_lmp_accepted_max_slot_req:
-3002a 6800cb02  fetch 1 ,mem_bt_rcvd_switch_req_accept
-3002b 207a0000  rtn blank
-3002c 704b0200  jam 0 ,mem_bt_rcvd_switch_req_accept
-3002d 6800cb04  fetch 1 ,mem_bt_send_lmp_setup_complete
-3002e c1810000  rtnne 2
-3002f 704b0301  jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
-30030 1c427e00  copy clkn_bt ,pdata
-30031 600204e9  store 4 ,mem_aurand_send_delay_time
-30032 20600000  rtn
-org 0x40001
-
-z_entrance3:
-40001 c0180003  beq zcode_30 ,z_process_conn_sm
-40002 20600000  rtn
-
-z_process_conn_sm:
-40003 204062bc  call lmo_fifo_check
-40004 247a0000  nrtn blank
-
-z_process_conn_sm_continue:
-40005 68008055  fetch 1 ,mem_conn_sm
-40006 207a0000  rtn blank
-40007 c0020025  beq conn_sm_send_conn_req ,z_host_create_conn_send_conn_req
-40008 c008000a  beq conn_sm_wait_switch_after_host_connection ,z_host_creat_conn_wait_switch
-40009 20206320  branch process_conn_sm_continue + 2
-
-z_host_creat_conn_wait_switch:
-4000a 6800c55b  fetch 1 ,mem_switch_flag
-4000b c1000000  rtneq switch_flag_init
-4000c c000800e  beq switch_flag_accept ,z_host_create_conn_switch_accept
-4000d 2020635f  branch host_creat_conn_wait_switch + 3
-
-z_host_create_conn_switch_accept:
-4000e 20748000  rtn master
-
-z_host_create_conn_auth_pair:
-4000f 6800816d  fetch 1 ,mem_connection_options
-40010 c2800012  bbit1 connection_auth ,z_host_create_conn_auth_pair_true
-40011 20206399  branch host_create_conn_auth_pair + 1
-
-z_host_create_conn_auth_pair_true:
-40012 6800cb04  fetch 1 ,mem_bt_send_lmp_setup_complete
-40013 c000e39d  beq 1 ,host_create_conn_auth_pair_true
-40014 6800c1bd  fetch 1 ,mem_link_key_exists
-40015 203a63a9  branch host_create_conn_auth_pair_nokey ,blank
-40016 680084d1  fetch 1 ,mem_lmp_conn_state
-40017 c4018000  rtnbit0 sent_setup_complete
-40018 c4010000  rtnbit0 received_setup_complete
-40019 6800cb03  fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch
-4001a 207a0000  rtn blank
-4001b 704b0300  jam 0 ,mem_bt_send_max_slot_req_accept_after_switch
-4001c 680204e9  fetch 4 ,mem_aurand_send_delay_time
-4001d d8400014  arg 20 ,temp
-4001e 98408400  iadd temp ,temp
-4001f 1c427e00  copy clkn_bt ,pdata
-40020 98467c00  isub temp ,null
-40021 24210023  nbranch z_bt_send_max_slot_req_accept_after_switch_wait ,positive
-40022 20206349  branch host_create_conn_auth
-
-z_bt_send_max_slot_req_accept_after_switch_wait:
-40023 704b0301  jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
-40024 20600000  rtn
-
-z_host_create_conn_send_conn_req:
-40025 70480c14  jam 20 ,mem_mouse_send_switch_req_timer
-40026 2020636f  branch host_create_conn_send_conn_req
-org 0x50001
+20024 6800caff  fetch 1 ,mem_bt_rcvd_switch_req_accept
+20025 207a0000  rtn blank
+20026 704aff00  jam 0 ,mem_bt_rcvd_switch_req_accept
+20027 6800cb01  fetch 1 ,mem_bt_send_lmp_setup_complete
+20028 c1810000  rtnne 2
+20029 704b0001  jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
+2002a 1c427e00  copy clkn_bt ,pdata
+2002b 600204e9  store 4 ,mem_aurand_send_delay_time
+2002c 20600000  rtn
+org 0x30001
 
-z_entrance4:
-50001 c0200006  beq zcode_40 ,z_le_update_param
-50002 c0208018  beq zcode_41 ,z_le_update_channel_map
-50003 c0210025  beq zcode_42 ,z_le_mouse_bb_event_connect_complete
-50004 c021802b  beq zcode_43 ,z_quit_connection_cont
-50005 20600000  rtn
+z_entrance2:
+30001 c0100006  beq zcode_20 ,z_le_update_param
+30002 c0108018  beq zcode_21 ,z_le_update_channel_map
+30003 c0110025  beq zcode_22 ,z_le_mouse_bb_event_connect_complete
+30004 c011802c  beq zcode_23 ,z_quit_connection_cont
+30005 20600000  rtn
 
 z_le_update_param:
-50006 2040000e  call z_mouse_le_conn_param_check
-50007 2020557d  branch le_update_param + 8
+30006 2040000e  call z_mouse_le_conn_param_check
+30007 2020557d  branch le_update_param + 8
 
 z_mouse_le_lpm_mult_reinit:
-50008 6800c7c8  fetch 1 ,mem_lpm_mult_init
-50009 6000c172  store 1 ,mem_lpm_mult
+30008 6800c7c5  fetch 1 ,mem_lpm_mult_init
+30009 6000c172  store 1 ,mem_lpm_mult
 
 z_mouse_le_conn_param_lpm_enable:
-5000a 7047c700  jam le_lpm_enable ,mem_mouse_le_conn_param_reject
-5000b 20600000  rtn
+3000a 7047c400  jam le_lpm_enable ,mem_mouse_le_conn_param_reject
+3000b 20600000  rtn
 
 z_mouse_le_conn_param_lpm_disable:
-5000c 7047c701  jam le_lpm_disable ,mem_mouse_le_conn_param_reject
-5000d 20600000  rtn
+3000c 7047c401  jam le_lpm_disable ,mem_mouse_le_conn_param_reject
+3000d 20600000  rtn
 
 z_mouse_le_conn_param_check:
-5000e 6800c3d6  fetch 1 ,mem_le_new_conninterval
-5000f 1fe67c0c  sub pdata ,le_interval_15ms ,null
-50010 2421000c  nbranch z_mouse_le_conn_param_lpm_disable ,positive
-50011 6800c3d8  fetch 1 ,mem_le_new_connslavelatency
-50012 6808c7c8  fetcht 1 ,mem_lpm_mult_init
-50013 98467c00  isub temp ,null
-50014 20210008  branch z_mouse_le_lpm_mult_reinit ,positive
-50015 6800c3d8  fetch 1 ,mem_le_new_connslavelatency
-50016 6000c172  store 1 ,mem_lpm_mult
-50017 2020000a  branch z_mouse_le_conn_param_lpm_enable
+3000e 6800c3d6  fetch 1 ,mem_le_new_conninterval
+3000f 1fe67c0c  sub pdata ,le_interval_15ms ,null
+30010 2421000c  nbranch z_mouse_le_conn_param_lpm_disable ,positive
+30011 6800c3d8  fetch 1 ,mem_le_new_connslavelatency
+30012 6808c7c5  fetcht 1 ,mem_lpm_mult_init
+30013 98467c00  isub temp ,null
+30014 20210008  branch z_mouse_le_lpm_mult_reinit ,positive
+30015 6800c3d8  fetch 1 ,mem_le_new_connslavelatency
+30016 6000c172  store 1 ,mem_lpm_mult
+30017 2020000a  branch z_mouse_le_conn_param_lpm_enable
 
 z_le_update_channel_map:
-50018 6800843f  fetch 1 ,mem_le_state
-50019 c4030000  rtnbit0 lestate_update_map
-5001a 2040001d  call z_le_channel_map_overflow_check
-5001b 24740000  nrtn user
-5001c 202055a0  branch le_update_channel_map + 3
+30018 6800843f  fetch 1 ,mem_le_state
+30019 c4030000  rtnbit0 lestate_update_map
+3001a 2040001d  call z_le_channel_map_overflow_check
+3001b 24740000  nrtn user
+3001c 202055a0  branch le_update_channel_map + 3
 
 z_le_channel_map_overflow_check:
-5001d 78347c00  enable user
-5001e 6800845a  fetch 1 ,mem_le_event_count + 1
-5001f 1ff1fe00  rshift4 pdata ,pdata
-50020 c1878000  rtnne 0x0f
-50021 68008460  fetch 1 ,mem_le_instant + 1
-50022 1ff1fe00  rshift4 pdata ,pdata
-50023 c1800000  rtnne 0x00
-50024 20207fe9  branch disable_user
+3001d 78347c00  enable user
+3001e 6800845a  fetch 1 ,mem_le_event_count + 1
+3001f 1ff1fe00  rshift4 pdata ,pdata
+30020 c1878000  rtnne 0x0f
+30021 68008460  fetch 1 ,mem_le_instant + 1
+30022 1ff1fe00  rshift4 pdata ,pdata
+30023 c1800000  rtnne 0x00
+30024 20207fe9  branch disable_user
 
 z_le_mouse_bb_event_connect_complete:
-50025 6800c7a1  fetch 1 ,mem_mouse_le_reconnect_flag
-50026 247a0000  nrtn blank
-50027 68008478  fetch 1 ,mem_le_att_handle
-50028 1fe67e1a  sub pdata ,26 ,pdata
-50029 24628000  nrtn zero
-5002a 20203d60  branch mouse_le_write_enable
+30025 6800c7a1  fetch 1 ,mem_mouse_le_reconnect_flag
+30026 247a0000  nrtn blank
+30027 68008478  fetch 1 ,mem_le_att_handle
+30028 1fe67e1a  sub pdata ,26 ,pdata
+30029 24628000  nrtn zero
+3002a 7046c600  jam 0 ,mem_le_start_encrypt_timer
+3002b 20203d60  branch mouse_le_write_enable
 
 z_quit_connection_cont:
-5002b 204033af  call app_disconn_reason_collect_bt
-5002c 204026e9  call sniff_exit
-5002d 700a9902  jam bt_evt_bb_disconnected ,mem_fifo_temp
-5002e 20407d86  call ui_ipc_send_event
-5002f 20405cf7  call init_lmp_work
-50030 20404d6b  call l2cap_init_work
-50031 2020246e  branch quit_connection_cont + 8
-org 0x60001
+3002c 204033af  call app_disconn_reason_collect_bt
+3002d 204026e9  call sniff_exit
+3002e 700a9902  jam bt_evt_bb_disconnected ,mem_fifo_temp
+3002f 20407d86  call ui_ipc_send_event
+30030 20405cf7  call init_lmp_work
+30031 20404d6b  call l2cap_init_work
+30032 2020246e  branch quit_connection_cont + 8
+org 0x40001
 
-z_entrance5:
-60001 c0280003  beq zcode_50 ,z_mouse_start_discovery
-60002 20600000  rtn
+z_entrance3:
+40001 c0180003  beq zcode_30 ,z_mouse_start_discovery
+40002 20600000  rtn
 
 z_mouse_start_discovery:
-60003 704b7000  jam 0 ,mem_le_send_security_request_flag
-60004 204002be  call p_mouse_tx_power_init
-60005 70472001  jam mode_bt_device1 ,mem_device_flag
-60006 70479e00  jam 0 ,mem_mouse_clear_sensor_data_flag
-60007 68014682  fetch 2 ,mem_ui_state_map
-60008 c2858013  bbit1 ui_state_ble_adv ,z_mouse_start_discovery_norandom
-60009 680246d3  fetch mouse_flag_len ,mem_mouse_flag
-6000a c30c0013  bbit0 mouse_enable_ble_random_addre ,z_mouse_start_discovery_norandom
-6000b 2040057a  call p_mouse_load_random_addr_increase_count
-6000c 680947c4  fetcht 2 ,mem_random_addr_increase_count
-6000d 18408401  increase 1 ,temp
-6000e 600947c4  storet 2 ,mem_random_addr_increase_count
-6000f 600944a1  storet 2 ,mem_le_lap + 1
-60010 20400351  call p_mouse_store_random_addr_increase_count
-60011 180a7e00  random pdata
-60012 6000c4a0  store 1 ,mem_le_lap
+40003 204002cb  call p_mouse_tx_power_init
+40004 704b6e00  jam 0 ,mem_le_send_security_request_flag
+40005 704b6b01  jam 1 ,mem_mouse_start_discovery_enable
+40006 70472001  jam mode_bt_device1 ,mem_device_flag
+40007 70479e00  jam 0 ,mem_mouse_clear_sensor_data_flag
 
 z_mouse_start_discovery_norandom:
-60013 6801cb6c  fetch 3 ,mem_le_lap_high_3b
-60014 6001c4a3  store 3 ,mem_le_lap + 3
-60015 204002cd  call p_mouse_le_fast_conn_disable
-60016 20403418  call app_lpm_mult_disable
-60017 68014687  fetch 2 ,mem_discovery_timeout
-60018 600146ac  store 2 ,mem_mouse_discovery_timer
-60019 70016d06  jam 6 ,mem_connection_options
-6001a 58000000  setarg 0
-6001b 600146b0  store 2 ,mem_mouse_no_data_timer
-6001c 600146ae  store 2 ,mem_mouse_direct_timer
-6001d d8e00007  arg mouse_store_eeprom_flag ,queue
-6001e 204043ce  call mouse_enable_function_flag
-6001f 204043ca  call mouse_bt_discovery_button_down_disable
-60020 6800c092  fetch 1 ,mem_device_option
-60021 2feffe01  isolate1 mode_4_mouse ,pdata
-60022 20408027  call z_check_51cmd_adv ,true
-60023 6800c092  fetch 1 ,mem_device_option
-60024 2feffe00  isolate1 mode_3_mouse ,pdata
-60025 2040fddd  call check_51cmd_start_discovery ,true
-60026 202004ed  branch p_mouse_discovery_multi_led_blink
-
-z_check_51cmd_adv:
-60027 7047a100  jam 0 ,mem_mouse_le_reconnect_flag
-60028 204002c6  call p_le_check_adv_flag
-60029 58000005  setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable
-6002a e0c08000  istore 1 ,contr
-6002b d8c04b13  arg mem_le_adv_swift_pair ,contr
-6002c 20400586  call p_le_adv_data_update
-6002d 20207df4  branch check_51cmd_adv
-org 0x70001
+40008 68034b62  fetch 6 ,mem_le_normal_lap
+40009 600344a0  store 6 ,mem_le_lap
+4000a 20400365  call p_mouse_fast_conn_disable
+4000b 20403418  call app_lpm_mult_disable
+4000c 68014687  fetch 2 ,mem_discovery_timeout
+4000d 600146ac  store 2 ,mem_mouse_discovery_timer
+4000e 70016d06  jam 6 ,mem_connection_options
+4000f 58000000  setarg 0
+40010 600146b0  store 2 ,mem_mouse_no_data_timer
+40011 600146ae  store 2 ,mem_mouse_direct_timer
+40012 20400498  call p_mouse_store_eeprom_enable
+40013 204043ca  call mouse_bt_discovery_button_down_disable
+40014 20400354  call p_mouse_load_flash_device_info
+40015 6800c210  fetch 1 ,mem_xrecord_mode
+40016 1fe67c33  sub pdata ,rec_3_mode ,null
+40017 2042801e  call z3_check_51cmd_adv ,zero
+40018 6800cb6c  fetch 1 ,mem_mouse_le_adv_start
+40019 245a001e  ncall z3_check_51cmd_adv ,blank
+4001a 6800c092  fetch 1 ,mem_device_option
+4001b 2feffe00  isolate1 mode_3_mouse ,pdata
+4001c 2040fddd  call check_51cmd_start_discovery ,true
+4001d 20600000  rtn
+
+z3_check_51cmd_adv:
+4001e 68034b62  fetch 6 ,mem_le_normal_lap
+4001f 600344a0  store 6 ,mem_le_lap
+40020 20400490  call p_mouse_le_adv_data_update
+40021 20207df4  branch check_51cmd_adv
+org 0x50001
 
-z_entrance6:
-70001 c0300004  beq zcode_60 ,z_g24_start_24g_mode
-70002 c0308026  beq zcode_61 ,z_mouse_24g_pairing_button
-70003 20600000  rtn
+z_entrance4:
+50001 c0200005  beq zcode_40 ,z_g24_start_24g_mode
+50002 c0208017  beq zcode_41 ,z_g24_auto_pair_start
+50003 c021001f  beq zcode_42 ,z_mouse_24g_pairing_button
+50004 20600000  rtn
 
 z_g24_start_24g_mode:
-70004 793f8026  set0 mark_24g ,mark
-70005 204001c1  call p_g24_syncword_crc8
-70006 20400131  call p_g24_ch
-70007 6800cc47  fetch 1 ,mem_24g_pairing_sm
-70008 c1ff8000  rtnne state_24g_pairing_success
-70009 20400018  call z_g24_tx_attemp_data_prep
-
-z_g24_tx_attemp_dongle:
-7000a 58000000  setarg 0
-7000b 60014c64  store 2 ,mem_24g_check_dongle_times
-
-z_g24_tx_attemp_dongle_loop:
-7000c 200007d0  nop 2000
-7000d 6800cc64  fetch 1 ,mem_24g_check_dongle_times
-7000e c07fadd4  beq 0xff ,g24_stop_24g_mode
-7000f 20400176  call p_g24_transmit_receive_ack
-70010 242c0021  nbranch z_g24_attemp_txdata_retry ,sync
-70011 24378021  nbranch z_g24_attemp_txdata_retry ,user3
+50005 2040000e  call z_g24_factory_check
+50006 20340379  branch p_g24_auto_pair_start ,user
+50007 79200026  set1 mark_24g ,mark
+50008 6800cd9b  fetch 1 ,mem_24g_conn_sm
+50009 79207e02  set1 state_24g_reconn ,pdata
+5000a 6000cd9b  store 1 ,mem_24g_conn_sm
+5000b 204001dc  call p_g24_syncword_crc8
+5000c 2040015e  call p_g24_ch
+5000d 2020001b  branch z_g24_auto_pair_timeout_init
+
+z_g24_factory_check:
+5000e df200002  arg 2 ,loopcnt
+5000f d8c04c6f  arg mem_24g_addr ,contr
+50010 20407fe7  call enable_user
+50011 5800ffff  setarg 0xffff
 
-z_g24_tx_attemp_dongle_succ:
-70012 79200026  set1 mark_24g ,mark
-70013 58000000  setarg 0
-70014 60014c64  store 2 ,mem_24g_check_dongle_times
-70015 20402f20  call g24_app_tx_attempt_success
-70016 20400173  call p_g24_txbuf_clear
-70017 2020039c  branch p_g24_transmit_by_interrupt_enable
+z4_pdata_0xff_check_loop:
+50012 e8c90000  ifetcht 2 ,contr
+50013 98467c00  isub temp ,null
+50014 2442ffe9  ncall disable_user ,zero
+50015 c2000012  loop z4_pdata_0xff_check_loop
+50016 20600000  rtn
 
-z_g24_tx_attemp_data_prep:
-70018 70119eff  jam 0xff ,mem_24g_common_temp
-70019 6800cc38  fetch 1 ,mem_24g_data_type
-7001a 6000919f  store 1 ,mem_24g_common_temp + 1
-7001b 68024c6e  fetch 4 ,mem_24g_device_addr
-7001c 600211a0  store 4 ,mem_24g_common_temp + 2
-7001d d8400006  arg 6 ,temp
-7001e da20119e  arg mem_24g_common_temp ,rega
-7001f 204001ae  call p_g24_put_data_in_buff
-70020 202001ce  branch p_g24_transmit_prep
-
-z_g24_attemp_txdata_retry:
-70021 68014c64  fetch 2 ,mem_24g_check_dongle_times
-70022 1fe0fe01  increase 1 ,pdata
-70023 60014c64  store 2 ,mem_24g_check_dongle_times
-70024 20400131  call p_g24_ch
-70025 2020000c  branch z_g24_tx_attemp_dongle_loop
+z_g24_auto_pair_start:
+50017 79200026  set1 mark_24g ,mark
+50018 6800cd9b  fetch 1 ,mem_24g_conn_sm
+50019 79207e01  set1 state_24g_pair ,pdata
+5001a 6000cd9b  store 1 ,mem_24g_conn_sm
+
+z_g24_auto_pair_timeout_init:
+5001b 5800003c  setarg g24_first_disconn_nodata_timer
+5001c 60014d93  store 2 ,mem_24g_stop_g24_mode_timeout
+5001d 704d9200  jam 0 ,mem_24g_stop_g24_mode
+5001e 20600000  rtn
 
 z_mouse_24g_pairing_button:
-70026 680246d3  fetch mouse_flag_len ,mem_mouse_flag
-70027 c4088000  rtnbit0 mouse_enable_24g
-70028 c3818000  rtnbit1 mosue_24g_pairing_flag
-70029 c6130000  rtnmark1 mark_24g
-7002a d8e00003  arg mosue_24g_pairing_flag ,queue
-7002b 204043ce  call mouse_enable_function_flag
-7002c 58000000  setarg 0
-7002d 600146ae  store 2 ,mem_mouse_direct_timer
-7002e 6000c6b4  store 1 ,mem_mouse_send_blank_timer
-7002f 60014c64  store 2 ,mem_24g_check_dongle_times
-70030 204042ca  call mouse_stop_discovery
-70031 20200032  branch z6_g24_start_pairing_sm1
-
-z6_g24_start_pairing_sm1:
-70032 79200026  set1 mark_24g ,mark
-70033 20400036  call z6_g24_pair_init
-
-z6_g24_set_pairing_sm_1:
-70034 704c4701  jam state_24g_pairing_1 ,mem_24g_pairing_sm
-70035 20600000  rtn
-
-z6_g24_pair_init:
-70036 7041de20  jam tx_power_pair ,mem_tx_power
-70037 704c3600  jam 0 ,mem_24g_pid
-70038 704c414e  jam g24_pair_ch ,mem_24g_ch
-70039 68024c43  fetch 4 ,mem_24g_paring_addr
-7003a 202001c0  branch p_g24_update_addr_and_synccrc8
-org 0x80001
+5001f 680246d3  fetch mouse_flag_len ,mem_mouse_flag
+50020 c4088000  rtnbit0 mouse_enable_24g
+50021 c3818000  rtnbit1 mosue_24g_pairing_flag
+50022 c6130000  rtnmark1 mark_24g
+50023 20404482  call mouse_devce_led_off
+50024 d8e00003  arg mosue_24g_pairing_flag ,queue
+50025 204043ce  call mouse_enable_function_flag
+50026 58000000  setarg 0
+50027 600146ae  store 2 ,mem_mouse_direct_timer
+50028 6000c6b4  store 1 ,mem_mouse_send_blank_timer
+50029 60014c74  store 2 ,mem_24g_check_dongle_times
+5002a 204042ca  call mouse_stop_discovery
+5002b 20200379  branch p_g24_auto_pair_start
+org 0x60001
 
-z_entrance7:
-80001 c0380003  beq zcode_70 ,z_g24_auto_pair_start
-80002 20600000  rtn
+z_entrance5:
+60001 c028800a  beq zcode_51 ,z_mouse_24g_attempt_fail
+60002 c0290011  beq zcode_52 ,z_mouse_24g_attempt_success
+60003 c0298021  beq zcode_53 ,z_g24_reconn_dispatch
 
-z_g24_auto_pair_start:
-80003 793f8026  set0 mark_24g ,mark
-80004 2040002c  call z_g24_auto_pair_all_powerful
-80005 20400019  call z7_g24_tx_attemp_data_prep
-
-z_g24_auto_pair_restart:
-80006 704c6400  jam 0 ,mem_24g_check_dongle_times
-
-z_g24_auto_pair_start_loop:
-80007 200007d0  nop 2000
-80008 6800cc64  fetch 1 ,mem_24g_check_dongle_times
-80009 c07fadd4  beq 0xff ,g24_stop_24g_mode
-8000a 20400176  call p_g24_transmit_receive_ack
-8000b 242c0022  nbranch z_g24_auto_pair_retry ,sync
-8000c 24378022  nbranch z_g24_auto_pair_retry ,user3
-8000d 2040019c  call p_g24_ackpayload_parse
-8000e 204002be  call p_mouse_tx_power_init
-8000f 68024c5f  fetch 4 ,mem_24g_addr
-80010 680a4c43  fetcht 4 ,mem_24g_paring_addr
-80011 98467c00  isub temp ,null
-80012 20228036  branch z_g24_start_pairing_sm1 ,zero
-80013 79200026  set1 mark_24g ,mark
-80014 58000000  setarg 0
-80015 60014c64  store 2 ,mem_24g_check_dongle_times
-80016 20402f20  call g24_app_tx_attempt_success
-80017 20400173  call p_g24_txbuf_clear
-80018 2020039c  branch p_g24_transmit_by_interrupt_enable
+z_mouse_24g_pairing_complete:
+60004 d8e00003  arg mosue_24g_pairing_flag ,queue
+60005 204043d2  call mouse_disable_function_flag
+60006 7046a700  jam 0 ,mem_mouse_move_flag
+60007 2040405d  call mouse_read_sensor_common
+60008 204002cb  call p_mouse_tx_power_init
+60009 20200011  branch z_mouse_24g_attempt_success
 
-z7_g24_tx_attemp_data_prep:
-80019 70119eff  jam 0xff ,mem_24g_common_temp
-8001a 6800cc38  fetch 1 ,mem_24g_data_type
-8001b 6000919f  store 1 ,mem_24g_common_temp + 1
-8001c 68024c6e  fetch 4 ,mem_24g_device_addr
-8001d 600211a0  store 4 ,mem_24g_common_temp + 2
-8001e d8400006  arg 6 ,temp
-8001f da20119e  arg mem_24g_common_temp ,rega
-80020 204001ae  call p_g24_put_data_in_buff
-80021 202001ce  branch p_g24_transmit_prep
-
-z_g24_auto_pair_retry:
-80022 6800cc64  fetch 1 ,mem_24g_check_dongle_times
-80023 1fe0fe01  increase 1 ,pdata
-80024 6000cc64  store 1 ,mem_24g_check_dongle_times
-80025 6800cd75  fetch 1 ,mem_24g_auto_paring_switch
-80026 1fe0fe01  increase 1 ,pdata
-80027 1fe17e01  and_into 1 ,pdata
-80028 6000cd75  store 1 ,mem_24g_auto_paring_switch
-80029 c0000032  beq 0 ,z_g24_auto_pair_device_attemp
-8002a c0008034  beq 1 ,z_g24_auto_pair_pair_attemp
-8002b 20600000  rtn
+z_mouse_24g_attempt_fail:
+6000a 704d8700  jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt
+6000b 204002cb  call p_mouse_tx_power_init
+6000c 204001f3  call p_g24_check_51cmd_stop_24g
+6000d 20400354  call p_mouse_load_flash_device_info
+6000e 6800cb76  fetch 1 ,mem_mouse_latest_mode
+6000f c1810000  rtnne latest_mode_24g
+60010 2020340a  branch app_enter_hibernate
 
-z_g24_auto_pair_all_powerful:
-8002c 7041de20  jam tx_power_pair ,mem_tx_power
-8002d 58000f0f  setarg 0x0f0f
-8002e 60014c5f  store 2 ,mem_24g_addr
-8002f e0a10000  istore 2 ,contw
+z_mouse_24g_attempt_success:
+60011 704b4200  jam 0 ,mem_mouse_long_mult_flag
+60012 704b7700  jam 0 ,mem_mouse_poweron_bt_start_reconn_timer
+60013 58000000  setarg 0
+60014 6001cb68  store 3 ,mem_le_switch_adv_flag
+60015 204041c6  call mouse_le_bb_event_connected + 3
+60016 2040001e  call z_g24_auto_pair_timeout_clear
+60017 20400502  call p_mouse_null_enter_hibernate_disable
+60018 20403f8d  call mouse_no_data_timer_init
+60019 68024c6f  fetch 4 ,mem_24g_addr
+6001a 6002477b  store 4 ,mem_mouse_24g_addr
+6001b 20404366  call mouse_cheak_select_24gdevice
+6001c 704b7602  jam latest_mode_24g ,mem_mouse_latest_mode
+6001d 20200324  branch p_mouse_store_flash_device_info
+
+z_g24_auto_pair_timeout_clear:
+6001e 58000000  setarg 0
+6001f 6001cd92  store 3 ,mem_24g_stop_g24_mode
+60020 20600000  rtn
+
+z_g24_reconn_dispatch:
+60021 6800cd92  fetch 1 ,mem_24g_stop_g24_mode
+60022 c000add4  beq 1 ,g24_stop_24g_mode
+60023 20400030  call z_g24_tx_attemp_data_prep
+60024 204001aa  call p_g24_transmit_receive_ack
+60025 242c015e  nbranch p_g24_ch ,sync
+60026 2437815e  nbranch p_g24_ch ,user3
+60027 6800cd9b  fetch 1 ,mem_24g_conn_sm
+60028 793ffe02  set0 state_24g_reconn ,pdata
+60029 6000cd9b  store 1 ,mem_24g_conn_sm
+
+z_g24_tx_attemp_dongle_succ:
+6002a 704b4200  jam 0 ,mem_mouse_long_mult_flag
+6002b 20402f20  call g24_app_tx_attempt_success
+6002c 204001a7  call p_g24_txbuf_clear
+6002d 2020037e  branch p_g24_transmit_by_interrupt_enable
+
+z_g24_store_dongle_addr:
+6002e 68024c27  fetch 4 ,mem_24g_rxpayload + 2
+6002f 202001db  branch p_g24_update_addr_and_synccrc8
+
+z_g24_tx_attemp_data_prep:
+60030 70119eff  jam 0xff ,mem_24g_common_temp
+60031 6800cc48  fetch 1 ,mem_24g_data_type
+60032 6000919f  store 1 ,mem_24g_common_temp + 1
+60033 68024c7e  fetch 4 ,mem_24g_device_addr
+60034 600211a0  store 4 ,mem_24g_common_temp + 2
+60035 d8400006  arg 6 ,temp
+60036 da20119e  arg mem_24g_common_temp ,rega
+60037 204001f8  call p_g24_put_data_in_buff
+60038 2020020a  branch p_g24_transmit_prep
+org 0x70001
+
+z_entrance6:
+
+z_g24_pair_dispatch:
+70001 6800cd92  fetch 1 ,mem_24g_stop_g24_mode
+70002 c000add4  beq 1 ,g24_stop_24g_mode
+70003 70119eff  jam 0xff ,mem_24g_common_temp
+70004 6800cc48  fetch 1 ,mem_24g_data_type
+70005 6000919f  store 1 ,mem_24g_common_temp + 1
+70006 68024c7e  fetch 4 ,mem_24g_device_addr
+70007 600211a0  store 4 ,mem_24g_common_temp + 2
+70008 d8400006  arg 6 ,temp
+70009 da20119e  arg mem_24g_common_temp ,rega
+7000a 204001f8  call p_g24_put_data_in_buff
+7000b 2040020a  call p_g24_transmit_prep
+7000c 204001aa  call p_g24_transmit_receive_ack
+7000d 242c0026  nbranch z_g24_pair_txdata_retry ,sync
+7000e 24378026  nbranch z_g24_pair_txdata_retry ,user3
+7000f 204001d0  call p_g24_ackpayload_parse
+70010 68024c6f  fetch 4 ,mem_24g_addr
+70011 680a4d8c  fetcht 4 ,mem_24g_allpowerful_addr
+70012 98467c00  isub temp ,null
+70013 20228016  branch z_g24_auto_pair_skip_rx_length ,zero
+70014 6800cc45  fetch 1 ,mem_24g_rxdata_length
+70015 c1840000  rtnne bind_ackpayload_length
+
+z_g24_auto_pair_skip_rx_length:
+70016 704d9b00  jam 0 ,mem_24g_conn_sm
+70017 204002cb  call p_mouse_tx_power_init
+70018 68024c6f  fetch 4 ,mem_24g_addr
+70019 680a4c53  fetcht 4 ,mem_24g_paring_addr
+7001a 98467c00  isub temp ,null
+7001b 202281e9  branch p_g24_start_pairing_sm1 ,zero
+7001c 68024c6f  fetch 4 ,mem_24g_addr
+7001d 680a4c7e  fetcht 4 ,mem_24g_device_addr
+7001e 98467c00  isub temp ,null
+7001f 20428024  call z7_g24_store_dongle_addr ,zero
+70020 704b4200  jam 0 ,mem_mouse_long_mult_flag
+70021 20402f20  call g24_app_tx_attempt_success
+70022 204001a7  call p_g24_txbuf_clear
+70023 2020037e  branch p_g24_transmit_by_interrupt_enable
+
+z7_g24_store_dongle_addr:
+70024 68024c27  fetch 4 ,mem_24g_rxpayload + 2
+70025 202001db  branch p_g24_update_addr_and_synccrc8
+
+z_g24_pair_txdata_retry:
+
+z_g24_pair_txdata_switch:
+70026 6800cd85  fetch 1 ,mem_24g_auto_paring_switch
+70027 1fe0fe01  increase 1 ,pdata
+70028 1fe17e03  and_into 3 ,pdata
+70029 6000cd85  store 1 ,mem_24g_auto_paring_switch
+7002a c000002d  beq 0 ,z_g24_auto_pair_first_attemp
+7002b c0010037  beq 2 ,z_g24_auto_pair_all_powerful
+7002c 202001d7  branch p_g24_pair_init
+
+z_g24_auto_pair_first_attemp:
+7002d 204002cb  call p_mouse_tx_power_init
+7002e 68024c7e  fetch 4 ,mem_24g_device_addr
+7002f 60024c6f  store 4 ,mem_24g_addr
+70030 6800cd95  fetch 1 ,mem_24g_pair_current_ch_num
+70031 6000cc52  store 1 ,mem_24g_current_ch_number
+70032 20400035  call z_g24_ch_syncword_crc8_init
+70033 6008cd95  storet 1 ,mem_24g_pair_current_ch_num
+70034 20600000  rtn
 
 z_g24_ch_syncword_crc8_init:
-80030 204001c1  call p_g24_syncword_crc8
-80031 20200131  branch p_g24_ch
+70035 204001dc  call p_g24_syncword_crc8
+70036 2020015e  branch p_g24_ch
+
+z_g24_auto_pair_all_powerful:
+70037 7041de20  jam tx_power_pair ,mem_tx_power
+70038 68024d8c  fetch 4 ,mem_24g_allpowerful_addr
+70039 60024c6f  store 4 ,mem_24g_addr
+7003a 6800cd96  fetch 1 ,mem_24g_powerful_current_ch_num
+7003b 6000cc52  store 1 ,mem_24g_current_ch_number
+7003c 20400035  call z_g24_ch_syncword_crc8_init
+7003d 6008cd96  storet 1 ,mem_24g_powerful_current_ch_num
+7003e 20600000  rtn
+org 0x80001
+
+z_entrance7:
+80001 c0380004  beq zcode_70 ,z_mouse_irtual_cable_unplug
+80002 c038800b  beq zcode_71 ,z_g24_search_dongle
+80003 20600000  rtn
 
-z_g24_auto_pair_device_attemp:
-80032 2040002c  call z_g24_auto_pair_all_powerful
-80033 20200007  branch z_g24_auto_pair_start_loop
-
-z_g24_auto_pair_pair_attemp:
-80034 2040003a  call z_g24_pair_init
-80035 20200007  branch z_g24_auto_pair_start_loop
-
-z_g24_start_pairing_sm1:
-80036 79200026  set1 mark_24g ,mark
-80037 2040003a  call z_g24_pair_init
-
-z_g24_set_pairing_sm_1:
-80038 704c4701  jam state_24g_pairing_1 ,mem_24g_pairing_sm
-80039 20600000  rtn
-
-z_g24_pair_init:
-8003a 7041de20  jam tx_power_pair ,mem_tx_power
-8003b 704c3600  jam 0 ,mem_24g_pid
-8003c 704c414e  jam g24_pair_ch ,mem_24g_ch
-8003d 68024c43  fetch 4 ,mem_24g_paring_addr
-8003e 202001c0  branch p_g24_update_addr_and_synccrc8
+z_mouse_irtual_cable_unplug:
+80004 5fffffff  setarg -1
+80005 60030040  store 6 ,mem_plap
+80006 70018533  jam rec_3_mode ,mem_record_bt_mode
+80007 704b75ff  jam 0xff ,mem_mouse_fast_conn_flag
+80008 204042fb  call mouse_before_store_reconn_info
+80009 704721ff  jam 0xff ,mem_device1_type
+8000a 20200324  branch p_mouse_store_flash_device_info
+
+z_g24_search_dongle:
+8000b 6800cb42  fetch 1 ,mem_mouse_long_mult_flag
+8000c 207a0000  rtn blank
+8000d 6800cc73  fetch 1 ,mem_24g_abort_pac
+8000e 207a0000  rtn blank
+8000f 6800cd9a  fetch 1 ,mem_24g_search_dongle_wait
+80010 1fe0fe01  increase 1 ,pdata
+80011 1fe17e03  and_into 3 ,pdata
+80012 6000cd9a  store 1 ,mem_24g_search_dongle_wait
+80013 247a0000  nrtn blank
+80014 704d9900  jam 0 ,mem_24g_search_dongle_ch
+
+z_g24_search_dongle_loop:
+80015 6800cd99  fetch 1 ,mem_24g_search_dongle_ch
+80016 1fe0fe01  increase 1 ,pdata
+80017 6000cd99  store 1 ,mem_24g_search_dongle_ch
+80018 1fe67c08  sub pdata ,g24_ch_number ,null
+80019 2421001f  nbranch z_g24_search_dongle_loop_end ,positive
+8001a 20400025  call z7_g24_tx_attemp_data_prep
+8001b 204001aa  call p_g24_transmit_receive_ack
+8001c 242c002e  nbranch z_g24_search_dongle_loop_retry ,sync
+8001d 2437802e  nbranch z_g24_search_dongle_loop_retry ,user3
+8001e 20400116  call p_g24_search_dongle_success
+
+z_g24_search_dongle_loop_end:
+8001f 204001a7  call p_g24_txbuf_clear
+80020 6800cd98  fetch 1 ,mem_24g_search_dongle_count
+80021 1fe0fe01  increase 1 ,pdata
+80022 6000cd98  store 1 ,mem_24g_search_dongle_count
+80023 c008010e  beq g24_ch_poll_count ,p_g24_search_dongle_check
+80024 20600000  rtn
+
+z7_g24_tx_attemp_data_prep:
+80025 70119eff  jam 0xff ,mem_24g_common_temp
+80026 6800cc48  fetch 1 ,mem_24g_data_type
+80027 6000919f  store 1 ,mem_24g_common_temp + 1
+80028 68024c7e  fetch 4 ,mem_24g_device_addr
+80029 600211a0  store 4 ,mem_24g_common_temp + 2
+8002a d8400006  arg 6 ,temp
+8002b da20119e  arg mem_24g_common_temp ,rega
+8002c 204001f8  call p_g24_put_data_in_buff
+8002d 2020020a  branch p_g24_transmit_prep
+
+z_g24_search_dongle_loop_retry:
+8002e 2040015e  call p_g24_ch
+8002f 20200015  branch z_g24_search_dongle_loop
 org 0x90001
 
 z_entrance8:
-90001 c0400008  beq zcode_80 ,z_mouse_setting_config
-90002 c0408004  beq zcode_81 ,z_le_addr_random_config
-90003 20600000  rtn
-
-z_le_addr_random_config:
-90004 204068a2  call load_adc_init
-90005 58001122  setarg 0x1122
-
-z_le_otp_adc_empty:
-90006 600147c4  store 2 ,mem_random_addr_increase_count
-90007 20600000  rtn
 
 z_mouse_setting_config:
-90008 204000ef  call p_g24_set_device_addr
-90009 20403e6e  call mouse_gpio_init
-9000a 6808cb47  fetcht 1 ,mem_flash_ncs_gpio
-9000b 2040680e  call gpio_config_output
-9000c 20403e1e  call mouse_param_init
-9000d 20400025  call z_mouse_bt_sdp_update
-9000e 58000000  setarg 0
-9000f 60014154  store 2 ,mem_lpm_interval
-90010 20400320  call p_mouse_set_gpio_control_sensor
-90011 58001802  setarg 0x1802
-90012 600140bd  store 2 ,mem_fcomp_mul
-90013 204068a2  call load_adc_init
-90014 20405810  call le_set_config_fixed_ltk
-90015 20405839  call le_set_justwork
-90016 2040582c  call le_set_fixed_ltk
-90017 20405818  call le_set_config_read_authentication
-90018 20400576  call p_le_addr_random_config
-90019 20400390  call p_flash_release_deep_power_down
-9001a 2040035b  call p_mouse_set_24g_addr_flash
-9001b 6801c700  fetch 3 ,mem_flash_base
-9001c 9a40fe00  iadd regb ,pdata
-9001d 20406562  call spid_read_flash
-9001e 20400342  call p_mouse_load_flash_info_check
-9001f 68034b4e  fetch 6 ,mem_mouse_24g_addr_init
-90020 680b4722  fetcht 6 ,mem_device1_addr
-90021 98467c00  isub temp ,null
-90022 242282cd  nbranch p_mouse_le_fast_conn_disable ,zero
-90023 204002cf  call p_mouse_fast_conn_init
-90024 20600000  rtn
+90001 20403e6e  call mouse_gpio_init
+90002 6808cb45  fetcht 1 ,mem_flash_ncs_gpio
+90003 2040680e  call gpio_config_output
+90004 20400013  call z_mouse_bt_sdp_update
+90005 204063ee  call twspi_disable
+90006 2040002e  call z_mouse_set_gpio_control_sensor
+90007 d840001a  arg mouse_spi1_sdio_gpio ,temp
+90008 204067fb  call gpio_config_input
+90009 20403e54  call mouse_adc_init
+9000a 20400317  call p_mouse_load_flash_info_check
+9000b 6800c720  fetch 1 ,mem_device_flag
+9000c c1010000  rtneq mode_24g_device
+9000d 68034b4c  fetch 6 ,mem_mouse_24g_addr_init
+9000e 680b4722  fetcht 6 ,mem_device1_addr
+9000f 98467c00  isub temp ,null
+90010 24228365  nbranch p_mouse_fast_conn_disable ,zero
+90011 20200367  branch p_mouse_fast_conn_le_switch_adv
+90012 20600000  rtn
 
 z_mouse_bt_sdp_update:
-90025 204074b9  call enable_authrom
-90026 d8c08c00  arg 0x8c00 ,contr
-90027 d8a04879  arg mem_mouse_uuid_list ,contw
-90028 df200171  arg 369 ,loopcnt
-90029 20407f01  call memcpy
-9002a 580f0209  setarg 0x0f0209
-9002b e0a18000  istore 3 ,contw
-9002c 58120009  setarg 0x120009
-9002d e0a18000  istore 3 ,contw
-9002e 58100209  setarg 0x100209
-9002f e0a18000  istore 3 ,contw
-90030 58000009  setarg 0x000009
-90031 e0a18000  istore 3 ,contw
-90032 d8c08d71  arg 0x8d71 ,contr
-90033 df200109  arg 265 ,loopcnt
-90034 20407f01  call memcpy
-90035 70489000  jam 0 ,mem_mouse_uuid_list + 23
-90036 7048886d  jam 0x6d ,mem_mouse_uuid_list + 15
-90037 5800401f  setarg 0x401f
-90038 600149de  store 2 ,mem_mouse_uuid_list + 357
-90039 58006d04  setarg 0x6d04
-9003a 60014a47  store 2 ,mem_mouse_uuid_list + 462
-9003b 580016b0  setarg 0x16b0
-9003c 60014a4d  store 2 ,mem_mouse_uuid_list + 468
-9003d 58004879  setarg mem_mouse_uuid_list
-9003e 60014575  store 2 ,mem_ui_uuid_table
-9003f 20600000  rtn
+90013 204074b9  call enable_authrom
+90014 d8c08c00  arg 0x8c00 ,contr
+90015 d8a04876  arg mem_mouse_uuid_list ,contw
+90016 df200171  arg 369 ,loopcnt
+90017 20407f01  call memcpy
+90018 580f0209  setarg 0x0f0209
+90019 e0a18000  istore 3 ,contw
+9001a 58120009  setarg 0x120009
+9001b e0a18000  istore 3 ,contw
+9001c 58100209  setarg 0x100209
+9001d e0a18000  istore 3 ,contw
+9001e 58000009  setarg 0x000009
+9001f e0a18000  istore 3 ,contw
+90020 d8c08d71  arg 0x8d71 ,contr
+90021 df200109  arg 265 ,loopcnt
+90022 20407f01  call memcpy
+90023 70488d00  jam 0 ,mem_mouse_uuid_list + 23
+90024 7048856d  jam 0x6d ,mem_mouse_uuid_list + 15
+90025 5800401f  setarg 0x401f
+90026 600149db  store 2 ,mem_mouse_uuid_list + 357
+90027 58006d04  setarg 0x6d04
+90028 60014a44  store 2 ,mem_mouse_uuid_list + 462
+90029 580016b0  setarg 0x16b0
+9002a 60014a4a  store 2 ,mem_mouse_uuid_list + 468
+9002b 58004876  setarg mem_mouse_uuid_list
+9002c 60014575  store 2 ,mem_ui_uuid_table
+9002d 20600000  rtn
+
+z_mouse_set_gpio_control_sensor:
+9002e 6810807b  hfetch 1 ,core_gpio_pu3
+9002f 793ffe05  set0 5 ,pdata
+90030 6010807b  hstore 1 ,core_gpio_pu3
+90031 d840001a  arg mouse_spi1_sdio_gpio ,temp
+90032 20400566  call p_gpio_set_input_pu
+90033 d840001a  arg mouse_spi1_sdio_gpio ,temp
+90034 2040681d  call gpio_get_bit
+90035 6808c6f7  fetcht 1 ,mem_select_sensor_angle_gpio
+90036 793f8407  set0 gpio_active_bit ,temp
+90037 204067fb  call gpio_config_input
+90038 6808c6f7  fetcht 1 ,mem_select_sensor_angle_gpio
+90039 2040681d  call gpio_get_bit
+9003a 7046f603  jam mouse_3clk_angle ,mem_config_sensor_angle
+9003b 20608000  rtn true
+9003c 7046f600  jam mouse_6clk_angle ,mem_config_sensor_angle
+9003d 20600000  rtn
 org 0xa0001
 
 z_entrance9:
-a0001 c0480005  beq zcode_90 ,z_g24_pairing_sm
-a0002 c048801f  beq zcode_91 ,z_g24_paring_mode
-a0003 c049002f  beq zcode_92 ,z_mouse_24g_pairing_complete
-a0004 20600000  rtn
+a0001 c0480004  beq zcode_90 ,z_g24_pairing_sm
+a0002 c048801e  beq zcode_91 ,z_g24_paring_mode
+a0003 20600000  rtn
 
 z_g24_pairing_sm:
-a0005 6800cc3c  fetch 1 ,mem_24g_ensure
-a0006 c000ffe7  beq ensure_on_24g ,enable_user
-a0007 6800cc47  fetch 1 ,mem_24g_pairing_sm
-a0008 c000800c  beq state_24g_pairing_1 ,z_g24_pairing_sm_1
-a0009 c001000f  beq state_24g_pairing_2 ,z_g24_pairing_sm_2
-a000a c0018012  beq state_24g_pairing_3 ,z_g24_pairing_sm_3
-a000b 20202a8c  branch assert
+a0004 6800cc4c  fetch 1 ,mem_24g_ensure
+a0005 c000ffe7  beq ensure_on_24g ,enable_user
+a0006 6800cc57  fetch 1 ,mem_24g_pairing_sm
+a0007 c000800b  beq state_24g_pairing_1 ,z_g24_pairing_sm_1
+a0008 c001000e  beq state_24g_pairing_2 ,z_g24_pairing_sm_2
+a0009 c0018011  beq state_24g_pairing_3 ,z_g24_pairing_sm_3
+a000a 20202a8c  branch assert
 
 z_g24_pairing_sm_1:
-a000c 704c4711  jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm
-a000d 70119eaa  jam 0xaa ,mem_24g_common_temp
-a000e 20200014  branch z_g24_pairing_sm_common
+a000b 704c5711  jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm
+a000c 70119eaa  jam 0xaa ,mem_24g_common_temp
+a000d 20200013  branch z_g24_pairing_sm_common
 
 z_g24_pairing_sm_2:
-a000f 704c4712  jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm
-a0010 70119e55  jam 0x55 ,mem_24g_common_temp
-a0011 20200014  branch z_g24_pairing_sm_common
+a000e 704c5712  jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm
+a000f 70119e55  jam 0x55 ,mem_24g_common_temp
+a0010 20200013  branch z_g24_pairing_sm_common
 
 z_g24_pairing_sm_3:
-a0012 704c4713  jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm
-a0013 70119e22  jam 0x22 ,mem_24g_common_temp
+a0011 704c5713  jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm
+a0012 70119e22  jam 0x22 ,mem_24g_common_temp
 
 z_g24_pairing_sm_common:
-a0014 6800cc38  fetch 1 ,mem_24g_data_type
-a0015 1fe17e07  and_into bits_data ,pdata
-a0016 6000919f  store 1 ,mem_24g_common_temp + 1
-a0017 68024c6e  fetch 4 ,mem_24g_device_addr
-a0018 600211a0  store 4 ,mem_24g_common_temp + 2
+a0013 6800cc48  fetch 1 ,mem_24g_data_type
+a0014 1fe17e07  and_into bits_data ,pdata
+a0015 6000919f  store 1 ,mem_24g_common_temp + 1
+a0016 68024c7e  fetch 4 ,mem_24g_device_addr
+a0017 600211a0  store 4 ,mem_24g_common_temp + 2
 
 z_g24_put_pairing_data_in_buff:
-a0019 7011a400  jam 0 ,mem_24g_common_temp + 6
-a001a da20119e  arg mem_24g_common_temp ,rega
-a001b d8400007  arg 7 ,temp
-a001c 204001ae  call p_g24_put_data_in_buff
-a001d 2040013f  call p_g24_txdata_enable_tx
-a001e 20207fe7  branch enable_user
+a0018 7011a400  jam 0 ,mem_24g_common_temp + 6
+a0019 da20119e  arg mem_24g_common_temp ,rega
+a001a d8400007  arg 7 ,temp
+a001b 204001f8  call p_g24_put_data_in_buff
+a001c 20400173  call p_g24_txdata_enable_tx
+a001d 20207fe7  branch enable_user
 
 z_g24_paring_mode:
-a001f 6800cc47  fetch 1 ,mem_24g_pairing_sm
-a0020 c17f8000  rtneq state_24g_pairing_success
-a0021 c0088025  beq state_24g_pairing_1_waiting_ack ,z_g24_pairing_sm_1_waiting_ack
-a0022 c0090027  beq state_24g_pairing_2_waiting_ack ,z_g24_pairing_sm_2_waiting_ack
-a0023 c0098029  beq state_24g_pairing_3_waiting_ack ,z_g24_pairing_sm_3_waiting_ack
-a0024 20600000  rtn
+a001e 6800cc57  fetch 1 ,mem_24g_pairing_sm
+a001f c17f8000  rtneq state_24g_pairing_success
+a0020 c0088024  beq state_24g_pairing_1_waiting_ack ,z_g24_pairing_sm_1_waiting_ack
+a0021 c0090026  beq state_24g_pairing_2_waiting_ack ,z_g24_pairing_sm_2_waiting_ack
+a0022 c0098028  beq state_24g_pairing_3_waiting_ack ,z_g24_pairing_sm_3_waiting_ack
+a0023 20600000  rtn
 
 z_g24_pairing_sm_1_waiting_ack:
-a0025 704c4702  jam state_24g_pairing_2 ,mem_24g_pairing_sm
-a0026 2020016f  branch p_g24_transmit_abandon
+a0024 704c5702  jam state_24g_pairing_2 ,mem_24g_pairing_sm
+a0025 202001a3  branch p_g24_transmit_abandon
 
 z_g24_pairing_sm_2_waiting_ack:
-a0027 704c4703  jam state_24g_pairing_3 ,mem_24g_pairing_sm
-a0028 2020016f  branch p_g24_transmit_abandon
+a0026 704c5703  jam state_24g_pairing_3 ,mem_24g_pairing_sm
+a0027 202001a3  branch p_g24_transmit_abandon
 
 z_g24_pairing_sm_3_waiting_ack:
-a0029 704c47ff  jam state_24g_pairing_success ,mem_24g_pairing_sm
-a002a 700a9939  jam bt_evt_24g_pairing_complete ,mem_fifo_temp
-a002b 20407d86  call ui_ipc_send_event
-a002c 68024c17  fetch 4 ,mem_24g_rxpayload + 2
-a002d 204001c0  call p_g24_update_addr_and_synccrc8
-a002e 2020016f  branch p_g24_transmit_abandon
-
-z_mouse_24g_pairing_complete:
-a002f 70478b01  jam 1 ,mem_mouse_24g_enter_lpm_enable
-a0030 d8e00003  arg mosue_24g_pairing_flag ,queue
-a0031 204043d2  call mouse_disable_function_flag
-a0032 58000000  setarg 0
-a0033 60014707  store 2 ,mem_24g_pairing_timer_count
-a0034 7046a700  jam 0 ,mem_mouse_move_flag
-a0035 2040405d  call mouse_read_sensor_common
-a0036 204004cb  call p_mouse_null_enter_hibernate_disable
-a0037 204002be  call p_mouse_tx_power_init
-a0038 68024c5f  fetch 4 ,mem_24g_addr
-a0039 6002477b  store 4 ,mem_mouse_24g_addr
-a003a 7047c602  jam latest_mode_24g ,mem_mouse_latest_mode
-a003b 20404366  call mouse_cheak_select_24gdevice
-a003c 2020034c  branch p_mouse_store_flash_device_info
+a0028 704c57ff  jam state_24g_pairing_success ,mem_24g_pairing_sm
+a0029 700a9939  jam bt_evt_24g_pairing_complete ,mem_fifo_temp
+a002a 20407d86  call ui_ipc_send_event
+a002b 68024c27  fetch 4 ,mem_24g_rxpayload + 2
+a002c 204001db  call p_g24_update_addr_and_synccrc8
+a002d 202001a3  branch p_g24_transmit_abandon
 org 0xb0001
 
 z_entrancea:
-b0001 c0508006  beq zcode_a1 ,z_mouse_le_conn_param_update_rsp_recieved
-b0002 c0510019  beq zcode_a2 ,z_mouse_le_bb_disconnected
-b0003 c0518012  beq zcode_a3 ,z_mouse_bb_event_reconn_timeout
-b0004 c0520023  beq zcode_a4 ,z_mouse_before_hibernate
+b0001 c050002b  beq zcode_a0 ,z_mouse_before_hibernate
+b0002 c0508006  beq zcode_a1 ,z_mouse_le_conn_param_update_rsp_recieved
+b0003 c051001b  beq zcode_a2 ,z_mouse_le_bb_disconnected
+b0004 c0518014  beq zcode_a3 ,z_mouse_bb_event_reconn_timeout
 b0005 20600000  rtn
 
 z_mouse_le_conn_param_update_rsp_recieved:
@@ -36108,146 +36141,109 @@
 b0008 68008441  fetch 1 ,mem_le_tsniff
 b0009 1feb7e00  rshift2 pdata ,pdata
 b000a 1fe67c0c  sub pdata ,le_interval_15ms ,null
-b000b 20610000  rtn positive
+b000b 20210012  branch z_mouse_le_conn_param_update_rsp_not_accepted ,positive
 b000c 58000009  setarg le_interval_11_25ms
 b000d 60014496  store 2 ,mem_le_interval_min
 b000e 60014498  store 2 ,mem_le_interval_min + 2
-b000f 20400444  call p_app_updata_le_param
-b0010 7047c701  jam le_lpm_disable ,mem_mouse_le_conn_param_reject
+b000f 20400439  call p_app_updata_le_param
+b0010 7047c401  jam le_lpm_disable ,mem_mouse_le_conn_param_reject
 b0011 20600000  rtn
 
+z_mouse_le_conn_param_update_rsp_not_accepted:
+b0012 704b6101  jam 1 ,mem_mouse_le_updata_not_accepted_flag
+b0013 202005e3  branch p_mouse_le_conn_param_update_rsp_not_accepted_mult_reset
+
 z_mouse_bb_event_reconn_timeout:
 
 z_mouse_bb_event_reconn_failed:
-b0012 68014682  fetch 2 ,mem_ui_state_map
-b0013 c3860000  rtnbit1 ui_state_btn_down
-b0014 c3830000  rtnbit1 ui_state_bt_discovery
-b0015 c3858000  rtnbit1 ui_state_ble_adv
-b0016 680246d3  fetch mouse_flag_len ,mem_mouse_flag
-b0017 c3828000  rtnbit1 mouse_bt_discovery_button_down_flag
-b0018 202033a7  branch app_bb_hibernate
+b0014 68014682  fetch 2 ,mem_ui_state_map
+b0015 c3860000  rtnbit1 ui_state_btn_down
+b0016 c3830000  rtnbit1 ui_state_bt_discovery
+b0017 c3858000  rtnbit1 ui_state_ble_adv
+b0018 680246d3  fetch mouse_flag_len ,mem_mouse_flag
+b0019 c3828000  rtnbit1 mouse_bt_discovery_button_down_flag
+b001a 202033a7  branch app_bb_hibernate
 
 z_mouse_le_bb_disconnected:
-b0019 704b6a00  jam 0 ,mem_mouse_le_bb_connected_flag
-b001a 58000007  setarg le_interval_8_75ms
-b001b 60014496  store 2 ,mem_le_interval_min
-b001c 60014498  store 2 ,mem_le_interval_min + 2
-b001d 7047c700  jam le_lpm_enable ,mem_mouse_le_conn_param_reject
-b001e 70479e00  jam 0 ,mem_mouse_clear_sensor_data_flag
-b001f 204003d0  call p_mouse_data_init
-b0020 20405816  call le_clr_config_more_data
-b0021 2040034c  call p_mouse_store_flash_device_info
-b0022 202041d9  branch mouse_bb_disconnected
+b001b 704b6f00  jam 0 ,mem_mouse_le_bb_connected_flag
+b001c 58000007  setarg le_interval_8_75ms
+b001d 60014496  store 2 ,mem_le_interval_min
+b001e 60014498  store 2 ,mem_le_interval_min + 2
+b001f 7047c400  jam le_lpm_enable ,mem_mouse_le_conn_param_reject
+b0020 70479e00  jam 0 ,mem_mouse_clear_sensor_data_flag
+b0021 204003ba  call p_mouse_data_init
+b0022 20405816  call le_clr_config_more_data
+b0023 204041d9  call mouse_bb_disconnected
+b0024 20400324  call p_mouse_store_flash_device_info
+b0025 6800cb6b  fetch 1 ,mem_mouse_start_discovery_enable
+b0026 207a0000  rtn blank
+
+z_check_51cmd_adv:
+b0027 68034b62  fetch 6 ,mem_le_normal_lap
+b0028 600344a0  store 6 ,mem_le_lap
+b0029 20400490  call p_mouse_le_adv_data_update
+b002a 20207df4  branch check_51cmd_adv
 
 z_mouse_before_hibernate:
-b0023 78347c00  enable user
-b0024 68120138  hfetch 4 ,0x8138
-b0025 79347e1a  setflag user ,26 ,pdata
-b0026 6012004c  hstore 4 ,core_lpm_reg
-b0027 20402c21  call lpm_write_ctrl
-b0028 204074bd  call disable_authrom
-b0029 2040034c  call p_mouse_store_flash_device_info
-b002a 20403e9f  call mouse_before_hibernate_wheel_gpio_set
-b002b 2040028b  call p_mouse_setgpio_hibernate
-b002c 20400388  call p_flash_deep_power_down
-b002d 68108081  hfetch 1 ,core_gpio_sel1
-b002e 1fe17ef7  and pdata ,0xf7 ,pdata
-b002f 60108081  hstore 1 ,core_gpio_sel1
-b0030 6810807f  hfetch 1 ,core_gpio_pd3
-b0031 79207e00  set1 0 ,pdata
-b0032 6010807f  hstore 1 ,core_gpio_pd3
-b0033 20600000  rtn
+b002b 68120138  hfetch 4 ,core_lpm_ctrl
+b002c 79207e1a  set1 26 ,pdata
+b002d 6012004c  hstore 4 ,core_lpm_reg
+b002e 20402c21  call lpm_write_ctrl
+b002f 204074bd  call disable_authrom
+b0030 20404482  call mouse_devce_led_off
+b0031 20400324  call p_mouse_store_flash_device_info
+b0032 20403e9f  call mouse_before_hibernate_wheel_gpio_set
+b0033 204000ec  call p_mouse_setgpio_hibernate
+b0034 2040035b  call p_flash_deep_power_down
+b0035 68108081  hfetch 1 ,core_gpio_sel1
+b0036 1fe17ef7  and pdata ,0xf7 ,pdata
+b0037 60108081  hstore 1 ,core_gpio_sel1
+b0038 6810807f  hfetch 1 ,core_gpio_pd3
+b0039 79207e00  set1 0 ,pdata
+b003a 6010807f  hstore 1 ,core_gpio_pd3
+b003b 20600000  rtn
 org 0xc0001
 
 z_entranceb:
-c0001 c0588007  beq zcode_b1 ,z_mouse_sniff_not_accept
-c0002 c059000d  beq zcode_b2 ,z_mouse_enter_sniff_check
-c0003 c0598012  beq zcode_b3 ,z_mouse_le_ll_start_encryt
+c0001 c0588006  beq zcode_b1 ,z_mouse_sniff_not_accept
+c0002 c059000c  beq zcode_b2 ,z_mouse_enter_sniff_check
+c0003 c0598011  beq zcode_b3 ,z_mouse_le_ll_start_encryt
 c0004 c05a0019  beq zcode_b4 ,z_mouse_bb_event_disconnected
-c0005 c05a801e  beq zcode_b5 ,z_mouse_irtual_cable_unplug
-c0006 20600000  rtn
+c0005 20600000  rtn
 
 z_mouse_sniff_not_accept:
-c0007 6800c80b  fetch 1 ,mem_mouse_enter_sniff_count
-c0008 c1010000  rtneq 2
-c0009 1fe0fe01  increase 1 ,pdata
-c000a 6000c80b  store 1 ,mem_mouse_enter_sniff_count
-c000b 7041e312  jam 0x12 ,mem_sniff_param_interval
-c000c 2020340e  branch app_bt_enter_sniff
+c0006 6800c808  fetch 1 ,mem_mouse_enter_sniff_count
+c0007 c1010000  rtneq 2
+c0008 1fe0fe01  increase 1 ,pdata
+c0009 6000c808  store 1 ,mem_mouse_enter_sniff_count
+c000a 7041e312  jam 0x12 ,mem_sniff_param_interval
+c000b 2020340e  branch app_bt_enter_sniff
 
 z_mouse_enter_sniff_check:
-c000d 6800c80b  fetch 1 ,mem_mouse_enter_sniff_count
-c000e c1810000  rtnne 2
-c000f 70480b00  jam 0 ,mem_mouse_enter_sniff_count
-c0010 7041e30e  jam 0x0e ,mem_sniff_param_interval
-c0011 2020340e  branch app_bt_enter_sniff
+c000c 6800c808  fetch 1 ,mem_mouse_enter_sniff_count
+c000d c1810000  rtnne 2
+c000e 70480800  jam 0 ,mem_mouse_enter_sniff_count
+c000f 7041e30e  jam 0x0e ,mem_sniff_param_interval
+c0010 2020340e  branch app_bt_enter_sniff
 
 z_mouse_le_ll_start_encryt:
-c0012 6800c7a1  fetch 1 ,mem_mouse_le_reconnect_flag
-c0013 c0008015  beq 1 ,z_mouse_le_ll_reconn_start_encryt
+c0011 6800c7a1  fetch 1 ,mem_mouse_le_reconnect_flag
+c0012 c0008015  beq 1 ,z_mouse_le_ll_reconn_start_encryt
+c0013 7046c614  jam 20 ,mem_le_start_encrypt_timer
 c0014 20200017  branch z_mouse_le_ll_enable_start_enc_flag
 
 z_mouse_le_ll_reconn_start_encryt:
-c0015 20400444  call p_app_updata_le_param
-c0016 7046c605  jam 5 ,mem_le_start_encrypt_timer
+c0015 20400439  call p_app_updata_le_param
+c0016 7046c60a  jam 10 ,mem_le_start_encrypt_timer
 
 z_mouse_le_ll_enable_start_enc_flag:
 c0017 d8e00001  arg ll_start_enc_flag ,queue
 c0018 202041b9  branch mouse_le_enable_connect_flag
 
 z_mouse_bb_event_disconnected:
-c0019 704b0200  jam 0 ,mem_bt_rcvd_switch_req_accept
-c001a 704b0400  jam 0 ,mem_bt_send_lmp_setup_complete
-c001b 704b0d00  jam 0 ,mem_mouse_bt_send_first_package_flag
-c001c 2040034c  call p_mouse_store_flash_device_info
+c0019 704aff00  jam 0 ,mem_bt_rcvd_switch_req_accept
+c001a 704b0100  jam 0 ,mem_bt_send_lmp_setup_complete
+c001b 704b0a00  jam 0 ,mem_mouse_bt_send_first_package_flag
+c001c 20400324  call p_mouse_store_flash_device_info
 c001d 202041d9  branch mouse_bb_disconnected
-
-z_mouse_irtual_cable_unplug:
-c001e 58000001  setarg 0x01
-c001f 60030040  store 6 ,mem_plap
-c0020 70018533  jam rec_3_mode ,mem_record_bt_mode
-c0021 704b6bff  jam 0xff ,mem_mouse_fast_conn_flag
-c0022 204042fb  call mouse_before_store_reconn_info
-c0023 704721ff  jam 0xff ,mem_device1_type
-c0024 2020034c  branch p_mouse_store_flash_device_info
-org 0xd0001
-
-z_entrancec:
-d0001 c0600004  beq zcode_c0 ,z_mouse_24g_attempt_fail
-d0002 c0608013  beq zcode_c1 ,z_mouse_24g_attempt_success
-d0003 20600000  rtn
-
-z_mouse_24g_attempt_fail:
-d0004 2040046c  call p_mouse_sensor_powerdown_check
-d0005 704d7700  jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt
-d0006 204002be  call p_mouse_tx_power_init
-d0007 204001aa  call p_g24_check_51cmd_stop_24g
-d0008 7041bd00  jam 0 ,mem_link_key_exists
-d0009 6800c241  fetch 1 ,mem_power_on_flag
-d000a c281340a  bbit1 2 ,app_enter_hibernate
-d000b 6800cb6b  fetch 1 ,mem_mouse_fast_conn_flag
-d000c c07f8012  beq 0xff ,z_mouse_24g_attempt_fail_next
-d000d 20400342  call p_mouse_load_flash_info_check
-d000e df200003  arg 3 ,loopcnt
-d000f d8c04722  arg mem_device1_addr ,contr
-d0010 20400392  call p_pdata_0xff_check
-d0011 203404c8  branch p_mouse_null_enter_hibernate_enable ,user
-
-z_mouse_24g_attempt_fail_next:
-d0012 202002b7  branch p_mouse_check_reconn_target
-
-z_mouse_24g_attempt_success:
-d0013 704b6901  jam 1 ,mem_mouse_24g_attempt_success_flag
-d0014 204004cb  call p_mouse_null_enter_hibernate_disable
-d0015 204002e0  call p_mouse_init_sensor_reset
-d0016 20403f8d  call mouse_no_data_timer_init
-d0017 68024d7c  fetch 4 ,mem_24g_allpowerful_addr
-d0018 680a4c5f  fetcht 4 ,mem_24g_addr
-d0019 98467c00  isub temp ,null
-d001a 2022801c  branch z_mouse_store_24g_device_2flash ,zero
-d001b 7047c602  jam latest_mode_24g ,mem_mouse_latest_mode
-
-z_mouse_store_24g_device_2flash:
-d001c 20404366  call mouse_cheak_select_24gdevice
-d001d 2020034c  branch p_mouse_store_flash_device_info
- branch p_mouse_store_flash_device_info
+ branch mouse_bb_disconnected
Index: output/ramcode.rom
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/ramcode.rom	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/ramcode.rom	(working copy)
@@ -1,125 +1,125 @@
 20200040
-204003d0
+204003ba
 6800c1de
-6000ccee
-20400701
+6000ccfe
+204006fe
 6800c685
 6000c6da
-6800cb33
-6000cb34
-204043ca
-204002d6
-20400794
-2040000f
-20400022
-2020031e
-58000399
-60014d68
-580003b3
+204004df
+20400332
+20400799
+20400019
+2040002c
+680240a0
+60024c7e
+20405810
+20405839
+2040582c
+20405818
+20403e1e
+58001802
+600140bd
+58000000
+60014154
+204068a2
+20200305
+5800037b
+60014d78
+580003a6
 600141ef
-5800063d
+58000639
 600141f9
-580003eb
+580003d9
 600141f1
-5800027f
+580002a6
 600141ed
-58000426
+58000411
 600141f5
-58000413
+580003fe
 600141f3
-58000469
+58000460
 600141eb
-58000470
+5800046d
 600141fd
 20600000
 58000019
-60014d7a
-2455802a
-204002d8
-20400318
+60014d8a
+24558039
+204002d3
+20400466
 6800c71f
 6000c71e
-20600000
+680344a0
+60034b62
+6800c241
+c3810000
+704b770a
+202003a3
 58000177
-60014d7a
+60014d8a
 20600000
 20000001
 20000001
 20000001
 20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
-20000001
 c284005a
 c0008076
 c001007f
-c0428765
-c0448736
-c0450767
-c00d8652
-c0130654
-c024066f
-c0250671
-c028867a
-c02c866d
-c053867f
-c0568695
+c042876a
+c044873b
+c045076c
+c00d864e
+c0130650
+c024066c
+c025066e
+c0288677
+c02c866a
+c053867c
+c0568692
 c065b3e4
-c07486a6
+c07486a3
 c0508088
 c058808d
 c059009b
-c06202a1
-c07184f9
-c0730521
-c0750572
-c0758578
-c076058a
+c06202b3
+c0718511
+c0730539
+c0750581
+c075858a
+c076058d
 20202a8e
-c01c8594
-c021859c
-c02505a2
-c02b85a5
-c02c85a7
-c03185a9
-c03305d9
-c03385f0
-c0350628
-c03b8633
-c00286a8
-c04006aa
-c04106b4
-c04406c5
-c046063f
-c046864b
-c07d06e9
+c01c858f
+c0218597
+c025059d
+c02b85a0
+c02c85a2
+c03185a4
+c03305cd
+c03385ec
+c0350624
+c03b862f
+c07d06e6
+c00286a5
+c04006a7
+c04106b1
+c04406c2
+c046063b
+c0468647
 20202a8e
 1fe22200
-6808ccf2
-58004cf9
+6808cd02
+58004d09
 98408a00
 1a227e00
 e0a08000
 18408401
 18410407
-6008ccf2
+6008cd02
 20600000
 d8a009ae
 df20000c
 20407ed4
-204003aa
+2040038c
 20406a03
 20405cf6
 2455ac65
@@ -140,77 +140,87 @@
 60014513
 20202aa2
 c6130000
-6800cb29
+6800cb26
 243a7fef
-6800cb2e
+6800cb2c
 243a7fef
 6800c79e
 203a7fef
-6800c7c7
+6800c7c4
 c000ffef
 68014248
 243a7fef
-6800c809
+6800c806
 243a7fef
 20207ff1
 c6930000
-6800cd77
-c00080b1
-2040013c
-243400cc
-2040011e
-2040015f
-6800cc47
+6800cd9b
+c28080b0
+c28100b2
+6800cd87
+c00080b8
+20400170
+243400d3
+2040014b
+20400193
+6800cc57
 c1ff8000
-2040070a
-204000ad
-6800cb29
-c000839c
-204000d8
+2040070f
+204000b4
+6800cb26
+c000837e
+204000e2
 24740000
-20400286
-5800f424
+204002ad
+5800f03c
 20202b93
+7011c660
+2020076f
+7011c653
+2020076f
 58017700
-6001cc66
-704b6414
+6001cc76
+704b4414
 20600000
-2040025f
+20400286
 24740000
-204000c6
-68014d78
+204000cd
+68014d88
 1fe0fe01
-60014d78
-68094d7a
+60014d88
+68094d8a
 98467c00
-204280bb
-2020009e
-704d7700
+204280c2
+202000a1
+704d8700
 58000000
-60014d78
+60014d88
 58000019
-60014d7a
-704c7200
-6800cc5d
-6000cc5c
-20600000
-6800cc5e
-202000c2
-6800cc72
+60014d8a
+704c8200
+6800cc6d
+6000cc6c
+20600000
+6800cc6e
+202000c9
+6800cc82
 1fe0fe01
-6000cc72
-c00200c4
-c00280c0
-20600000
-6800cc63
-205a00e1
-6800cb2e
+6000cc82
+c00200cb
+c00280c7
+20600000
+6800cc73
+205a00fb
+6800cb2c
 247a0000
-6800cb29
+6800cb26
 c1008000
-204000d8
+6800cd87
+c1008000
+2040010c
+204000e2
 24740000
-6801cc66
+6801cc76
 20407f49
 600a415b
 20202b2a
@@ -220,118 +230,160 @@
 203a7fe9
 6800c091
 203a7fe9
-6800cd77
+6800cd87
 c000ffe9
-20200289
-704c6301
-704d6c00
-204000f4
-6000cbd3
+204002b0
+204002ad
+20403ebf
+20400307
+68120070
+681a0078
+98418400
+18440400
+601a007c
+6810807d
+793ffe02
+6010807d
+6810807e
+793ffe06
+6010807e
+d840001d
+202067fb
+704c7301
+704d7c00
+20400121
+6000cbe3
 58000000
-6003cbd4
-68024c6e
-60024bdb
-704c370c
-6800cc38
+6003cbe4
+68024c7e
+60024beb
+704c470c
+6800cc48
 79207e03
-6000cc38
-2040013f
-202000a1
-680240a0
-60024c6e
+6000cc48
+20400173
+202000a4
+58000000
+6001cd97
 20600000
-704d6d01
-704d6f00
-6800cc38
+7011c671
+2020076f
+704d9800
+6800cd97
+c3800000
+79207e00
+6000cd97
+58000708
+600146b0
+20200466
+6800cc73
+203a0109
+704d9800
+6800cd97
+c4000000
+793ffe00
+6000cd97
+20403f8d
+202003d7
+704d7d01
+704d7f00
+6800cc48
 1fe17e07
-6000cc38
+6000cc48
 20600000
-6800cc38
+6800cc48
 79207e04
-6000cc38
-6000cbf3
+6000cc48
+6000cc03
 20600000
-6800cc38
+6800cc48
 c4020000
-6800cc38
+6800cc48
 793ffe04
-6000cc38
-6000cbf3
-204005ca
-20200131
-6800cd6c
-c08080f4
-6800cd6a
+6000cc48
+6000cc03
+20400705
+2020015e
+6800cd7c
+c0808121
+6800cd7a
 1fe0fe01
-6000cd6a
-c002010e
-20400131
-704c7c02
-2020015f
-204005ca
-704d6a00
-202000f4
-704d6f02
-704d6d01
-704d6c00
-202000f4
-6800cd6e
-c0018112
-6800cc38
+6000cd7a
+c002013b
+2040015e
+704c8c02
+20200193
+20400705
+704d7a00
+20200121
+704d7f02
+704d7d01
+704d7c00
+20200121
+6800cd7e
+c001813f
+6800cc48
 2fec0004
-202080f2
-6800cd6e
-c0008111
-c0010112
+2020811f
+6800cd7e
+c000813e
+c001013f
 20600000
-6800cc47
+6800cc57
 c1ff8000
-20400123
-2456012b
+20400150
+24560158
 20600000
 78567c00
-6800cd6d
+6800cd7d
 c1808000
-6800cd6f
+6800cd7f
 c1800000
-704d6e01
-704c7c04
+704d7e01
+704c8c04
 20207feb
-6800cd6f
-203a0137
+6800cd7f
+203a016b
 1fe0ffff
-6000cd6f
-704d6e02
-704c7c04
-6808cc42
-204001e0
+6000cd7f
+704d7e02
+704c8c04
+6808cc52
+6800cc6f
+1fe17e03
+1fefa204
+58004c58
+9a20fe00
+98408c00
+e8c08000
+6000cc51
 18408401
 18410403
-6008cc42
+6008cc52
 20600000
-704d6e03
-6800cd6c
-243a0105
-704c7c02
-20200131
-6800cc47
-c0ff81a3
-20400142
-204001ce
-704c3c01
+704d7e03
+6800cd7c
+243a0132
+704c8c02
+2020015e
+6800cc57
+c0ff81ec
+20400176
+2040020a
+704c4c01
 20600000
-68014d68
+68014d78
 20407f9c
-20340148
-6803cbd4
+2034017c
+6803cbe4
 207a0000
 20207fe7
-204003ca
-704c6300
+20400398
+704c7300
 1a20fe01
-6000cc37
-204000f4
-6000cbd3
+6000cc47
+20400121
+6000cbe3
 e8a88000
 ea408000
 9841fe00
@@ -340,210 +392,197 @@
 ea420000
 e0a20000
 1a40a404
-d8a04bd9
+d8a04be9
 df200002
 ea408000
 e8a88000
 9840fe00
 e0a08000
 1a40a401
-c2000158
+c200018c
 20600000
-704c4000
+704c5000
 d9600d00
 34730200
-20400176
-242c0181
-24378181
-20400173
-2040019c
-20400704
-6800cc36
+204001aa
+242c01b5
+243781b5
+204001a7
+204001d0
+20400701
+6800cc46
 1fe0fe01
-6000cc36
-204000fd
-6800cc47
-c0ff81a5
-20400115
+6000cc46
+2040012a
+6800cc57
+c0ff81ee
+20400142
 58000000
-60024c3c
-6000cd6b
+60024c4c
+6000cd7b
 20600000
 df200004
-d8a04bd3
+d8a04be3
 20207ec6
 7857fc00
-2040023e
+20400265
 18002a00
-68024c5f
+68024c6f
 98001200
 68088017
 2040291f
 20402924
-204001fb
-20578237
+20400225
+2057825e
 20600000
-68014c3d
+68014c4d
 1fe0fe01
-60014c3d
-6800cc3e
+60014c4d
+6800cc4e
 c2822dd4
-6800cc47
-c0ff818a
-20400192
-20200160
-6800cc3d
+6800cc57
+c0ff81be
+204001c6
+20200194
+6800cc4d
 c1ff8000
 58000000
-60014c3d
+60014c4d
 20202dd4
-2040072d
-204005ca
-20200131
-6800cc40
+20400732
+20400705
+2020015e
+6800cc50
 1fe67c0b
-2421018f
+242101c3
 1fe0fe01
-6000cc40
-c00100f8
-c00300ff
-c00400f8
-c00600ff
+6000cc50
+c0010125
+c003012c
+c0040125
+c006012c
 20600000
-204001b3
-6800cc35
+204001fd
+6800cc45
 207a0000
 98007200
-d8c04bb3
-d8a04c15
+d8c04bc3
+d8a04c25
 20207f01
-7011c790
-2020076a
-20400701
-7011c791
-2020076a
-7011c770
-2020076a
+7041de04
+704c4600
+704c514e
+68024c53
+60024c6f
+da200000
+df200004
+d8c04c6f
+e8c08000
+9a20a200
+c20001df
+1a227e00
+60014cf8
+6800ccf8
+6808ccf9
+9840fe00
+6000ccfa
+20600000
+204001d7
+704c5701
+20600000
+7011c690
+2020076f
+204006fe
+7011c691
+2020076f
+7011c640
+2020076f
 793f8026
+704d9b00
 204053ce
 d8e00003
 202043d2
-6008cc37
+6008cc47
 18427200
-d8a04bd3
+d8a04be3
 1a220c00
 20207f01
-6800cbb2
+6800cbc2
 1fe97e00
-6000cc35
+6000cc45
 1fe0fe01
-d8c04bb2
+d8c04bc2
 98c08c00
 e8c18000
-6001cc74
-6800cbb2
+6001cc84
+6800cbc2
 1fe37e00
 1fe17e03
-6000cc7a
+6000cc8a
 20600000
-60024c5f
-da200000
-df200004
-d8c04c5f
-e8c08000
-9a20a200
-c20001c4
-1a227e00
-60014ce8
-6800cce8
-6808cce9
-9840fe00
-6000ccea
-20600000
-6800cc37
+6800cc47
 1fe0fe02
-6000cc39
-6800cc38
-6000cbf3
-6800cc37
+6000cc49
+6800cc48
+6000cc03
+6800cc47
 1fe9fe00
-6808cc36
+6808cc46
 18410403
 18438400
 9841fe00
-6808cc73
+6808cc83
 9840fe00
 e0a08000
-6800cc37
+6800cc47
 98007200
-d8c04bd3
+d8c04be3
 20207f01
-6800cc5f
-1fe17e03
-1fefa204
-58004c48
-9a20fe00
-98408c00
-e8c08000
-6000cc41
-20600000
 7844fc00
 7843fc00
 58555555
 98001e00
-6800cc41
+6800cc51
 1fed8400
 79200401
 18431c00
 20600000
-204053c4
-68024c5f
-98001200
-20402918
-6808cc41
-2040291f
-58000500
-20402a8f
-20402924
-204001e9
+2040021c
 7857fc00
 7826fc00
 7830fc00
 78507c00
 78287c00
-68014c3a
+68014c4a
 98003600
 37c18400
-242c0237
+242c025e
 7846fc00
 7825fc00
 7823fc00
 7824fc00
-20400234
-6000cceb
-6808ccea
+2040025b
+6000ccfb
+6808ccfa
 98467c00
-24228237
-20400234
-6000cbb1
-6800cc7d
-1fe67c02
-20228217
-6800cbb1
-6808cc38
+2422825e
+2040025b
+6000cbc1
+6800cbc1
+6808cc48
 a8400e00
-24208237
-20400234
+2420825e
+2040025b
 e0a08000
 1fe97e00
 1fe1721f
-2022821f
-20400234
+20228246
+2040025b
 e0a08000
-c200021c
+c2000243
 18a22200
-20400234
-6000cd72
+2040025b
+6000cd82
 1a220a00
 09800018
 78287c00
@@ -552,14 +591,14 @@
 1ff17e00
 e0a18000
 7845fc00
-20230237
+2023025e
 7837fc00
 68008017
 1fe0a200
 20402981
 7846fc00
 20402918
-6800cd72
+6800cd82
 2040006c
 20600000
 09800008
@@ -570,13 +609,13 @@
 2040264d
 20600000
 20402918
-6808cc41
+6808cc51
 20202933
 204053c4
-68024c5f
+68024c6f
 98001200
-204001e9
-2040023b
+2040021c
+20400262
 79202a00
 782efc00
 78307c00
@@ -589,14 +628,14 @@
 782dfc00
 7823fc00
 7824fc00
-6800ccea
+6800ccfa
 08008608
-6800cc39
+6800cc49
 98007200
-d8c04bf3
+d8c04c03
 e8c08000
 08008608
-c2000254
+c200027b
 78247c00
 08008618
 78447c00
@@ -606,26 +645,26 @@
 784dfc00
 20600000
 20407fe9
-680a4c58
+680a4c68
 1c427e00
 98467c00
 24412d18
 1fe22400
-68024c58
-6808cc5c
+68024c68
+6808cc6c
 98408400
 1a427e00
 98467c00
 24610000
 793ffe1c
-60024c58
+60024c68
 20207fe7
 d8400000
 df200008
 1a220c00
 e8c08000
 98408400
-c2000271
+c2000298
 18497e00
 1fe20400
 c6930000
@@ -638,185 +677,103 @@
 20600000
 20600000
 c6130000
-204003a0
-20400289
+20400382
+204000ea
 6800c040
-c3000286
+c30002ad
 680080a0
 247a0000
 58000000
 600400a1
 20600000
-2040029e
-20400286
-20403ebf
-20400332
-68120070
-681a0078
-98418400
-18440400
-601a007c
-6810807d
-793ffe02
-6010807d
-6810807e
-793ffe06
-6010807e
-6808cb28
-204067fb
-6808cb28
-79200407
-d8a08078
-20206830
-6800cb01
+6800cafe
 207a0000
-202004f9
+20200511
 2040296c
 20403416
 204074b9
-203582d6
-6801c4a3
-6001cb6c
+20358332
 20400001
-20400380
-2040052f
-c00282d4
 6800c241
-c28102ae
-202002b1
-6800c7c6
-c00082b7
-202002b1
-6800c7c6
-c0ff82b5
-68024d7c
-60024c5f
-7011c760
-2020076a
-204002be
-6800cb6b
-c07f82c4
-6800c210
-c01982c1
-c01a02c4
+c28102bc
+704b76ff
+20200376
+20400354
+6800cb76
+c00082c2
+c00101f1
+704b770a
 20600000
-6800ccee
+704d9201
+204002cb
+6800c210
+c01982ce
+c01a02d1
+204004f8
+70016d06
+2040049a
+20207ddd
+6800ccfe
 6000c1de
 20600000
 680341d0
 203a33eb
 20204274
-7011c722
-2020076a
-da204370
-ea208000
-207a0000
-98c0a200
-e8c08000
-c1008000
-202002c7
-704b6b5a
-20600000
-704b6bff
-70421034
-68034d7c
-600344a0
-20600000
-7011c761
-2020076a
-70421276
-20203d36
-204002d6
+7011c612
+2020076f
+20400332
 204040c0
 204040d9
-c01802e2
-c0188306
+c01802db
+c0188300
 204040d1
 200003e8
-202002da
-704b0101
-202002d8
-2040030b
+202002d5
+2040039e
 6800c6de
-c02d02e8
-c02a02ef
-c06c02f7
+c02d02e1
+c02a02ee
+c06c02f1
 202040e0
 7046e007
 58008006
 20406413
 20407ec1
-da604b73
-204002f1
-20200313
-7046e002
-da604b8c
+da604b7a
 ea610000
-c17f8000
+d840ffff
+98467c00
+20628000
 20406413
 20002ee0
 1a60a602
-202002f1
+202002e6
+7046e002
+da604b94
+202002e6
 58000016
 20406414
 1fe67cbd
-242282da
+242282d5
 58000019
 20406414
 1fe67c55
-242282da
+242282d5
 5800001b
 20406414
 1fe67c1d
-242282da
+242282d5
 7046e008
 da604ba2
-202002f1
-2040030b
+202002e6
+2040039e
 6800c6de
 c03840e8
 7046e001
 20600000
-da604b99
-204002f1
-20400313
-6800c6e0
-c00102ef
-c00382e8
-c00402f7
-20600000
-6800c77a
-c0ff84f9
-6800c6e1
-6000c77a
-202004f9
-58000806
-20406414
-1fe1fe08
-1fed7e00
-1fe0fe06
-20206413
-7011c780
-2020076a
-680246d3
-c40f8000
-68108078
-79207e05
-60108078
-2040032a
-68108078
-793ffe05
-60108078
-20600000
-6808c6f7
-204067fb
-6808c6f7
-2040681d
-7046f603
-20608000
-7046f600
-20600000
-6808cb47
+7011c680
+2020076f
+6808cb45
 20206825
 70808640
 70808700
@@ -832,148 +789,169 @@
 793ffe00
 6010807f
 20600000
-20400390
+20400363
 20404423
 68014778
 d840aa55
 98467c00
-20228380
+20228354
 60094778
 2040441c
 6800c6e1
 6000c77a
-20400390
-2040035f
-20400377
+68024b4c
+6002477b
+60024c6f
 20400363
-2040036e
 20400334
-d8400003
-da2047c4
+2040034b
+20400340
+20400337
+20400309
+d8400007
+da204b70
 da40005f
 6801c700
 9a40fe00
-20400363
-2040036e
-20400388
-202002d6
-d8400004
-da204c5f
-da40005b
-20600000
+20400340
+20400337
+2040035b
+70421276
+20203d36
 6801c700
 6001c232
 2040652a
-2020036e
+580186a0
+20402a8f
+2040650b
+580001fa
+6011008c
+58000005
+204064f3
+c2800337
+20600000
 1fe22600
 1a227e00
 1fe0fffc
 1fe22400
 ea420000
-60024b49
+60024b47
 1a627e00
 20406552
-68024b49
+68024b47
 e2420000
 20600000
-580186a0
-20402a8f
-2040650b
-580001fa
-6011008c
-58000005
-204064f3
-c280036e
-20600000
 5800477f
 d8404720
 98460400
 6801c700
 da204720
 20600000
-20400390
-20400377
+20400363
+2040034b
 20206562
-2040037d
-2040057a
-20400581
+20400351
+2040036d
 20404364
 2040431a
 6802477b
-60024c5f
+60024c6f
 20600000
 700aa2b9
-20400334
+20400309
 204069ac
 2040650b
-da204b49
+da204b47
 68088aa2
 20406556
 202069ac
 700aa2ab
-20200389
-20407fe7
-5800ffff
-e8c90000
-98467c00
-2442ffe9
-c2000394
+2020035c
+704b755a
 20600000
+704b6901
+704b6801
+704b75ff
+68034d8c
+600344a0
+20600000
+20400363
+d8400007
+da204b70
+da40005f
+6801c700
+9a40fe00
+20206562
+6800c241
+c28101f1
+68024b4c
+60024c6f
+20400324
+7011c641
+2020076f
 20404401
 6801469f
 207a0000
-704d7701
+704d8701
 58000000
-60014d78
+60014d88
 20600000
 d8c01800
-d8a0480d
-204003a8
+d8a0480a
+2040038a
 d8c01900
-204003a8
+2040038a
 d8c01a00
-204003a8
+2040038a
 d8c01b00
 df20001b
 20207f01
-d8c0480d
+d8c0480a
 d8a01800
-204003a8
+2040038a
 d8a01900
-204003a8
+2040038a
 d8a01a00
-204003a8
+2040038a
 d8a01b00
-202003a8
+2020038a
+70417200
+704b431e
+20600000
+6800cb42
+c1808000
+58000000
+6000cb42
+6002469b
+202003d7
+20400332
+da604bb2
+204002e6
+6800c77a
+c0ff8511
+6800c6e1
+6000c77a
+20200511
 20405892
 247a0000
-6800cb6b
-c07f83ba
+6800cb75
+c07f83ad
 6800c6c5
 1fe17e03
 c1818000
 6800c79e
-205a0410
+205a03d5
 680246d3
 c282c179
 20403f97
 24740000
-204003c7
-204003ca
-204003e6
+20400395
+20400398
+204003d0
 da20469a
 20407e3d
-205403d5
-20600000
-70417200
-704b631e
+205403bf
 20600000
-6800cb62
-c1808000
-58000000
-6000cb62
-6002469b
-202002e0
 7047a207
 7047a304
 580047a2
@@ -985,7 +963,7 @@
 20600000
 da20469a
 20407e54
-203403dd
+203403c7
 20600000
 20405652
 6800c7c3
@@ -998,31 +976,35 @@
 20203f90
 6801469f
 207a0000
-70480901
-70480a02
+70480601
+7048070a
 20600000
+70479e01
+20405814
+704afe01
+202002d3
 20770000
 6800c1e2
 207a0000
 20405271
 247a0000
 6800c79e
-205a0410
+205a03d5
 680246d3
 c282bf8a
 c284bf8a
 20403f97
 24740000
-204003c7
-204003ca
-204003e6
-6800cb06
-c00083ff
-6800cb0d
+20400395
+20400398
+204003d0
+6800cb03
+c00083ed
+6800cb0a
 207a0000
 20203f81
 6800c69a
-6000cb07
+6000cb04
 6800c69b
 e0a08000
 6800c69d
@@ -1035,21 +1017,18 @@
 e0a10000
 580002a1
 e0a10000
-6802cb07
+6802cb04
 e0a28000
 20600000
-70479e01
-20405814
-202002e0
 20407e34
-20400416
+20400401
 20203ee0
 6808c6e7
-20400551
+2040056b
 6808c6e7
 2040681d
-20208424
-2040055a
+2020840f
+20400566
 6800c6b6
 c1000000
 7046b600
@@ -1058,324 +1037,362 @@
 1fe17e03
 6000c77a
 20203d7e
-2040055a
+20400566
 20203d62
 1a627e00
-c00a0437
-c00a8441
-c0148444
-c0190446
-c0200448
-c002044a
-c009844a
+c00a0422
+c00a8436
+c0148439
+c019043b
+c020043d
+c002043f
+c009843f
 c00cb3df
-c010844e
-c0008450
-c0010456
-c015845a
-c01c845c
-c01d0462
-c01e0464
+c0108443
+c0008445
+c0010451
+c0158454
+c01c8456
+c01d045a
+c01e045d
 2020417d
-204002e0
+204003d7
+204041c3
+58000000
+6001cb68
+68034b4c
+680b4722
+98467c00
+24428365
 20403410
-7047c601
-704b6a01
+704b7601
 6800c7a1
-243a043e
-704b6f14
-204004cb
-204003d0
-202041c3
-2040046c
-7011c7a2
-2020076a
+243a042f
+704b6d14
+704b7700
+704b6c00
+704b6f01
+704b7800
+704b6b00
+204001f3
+202003ba
+20400463
+7011c6a2
+2020076f
 700a9912
 20207d8f
-7011c7b3
-2020076a
-7011c7a1
-2020076a
-7011c7a3
-2020076a
-7011c7b5
-2020076a
-7011c7b1
-2020076a
-7047c601
-204002e0
-204004cb
-204004f4
-70480c00
+7011c6b3
+2020076f
+7011c6a1
+2020076f
+7011c6a3
+2020076f
+7011c670
+2020076f
+7011c6b1
+2020076f
+20400498
+204003d7
+58000000
+6001cb68
+704b7601
+704b7700
+704b7800
+704b6b00
+204001f3
+20400502
+70480900
 202042ca
-20002ee0
-2040046c
-7011c7b4
-2020076a
-7011c7b2
-2020076a
-6800c241
-79207e02
-6000c241
-204002e0
-7011c792
-2020076a
-7011c7c0
-2020076a
-6800c241
-79207e02
-6000c241
-7011c7c1
-2020076a
-2040046c
-7011c7a4
-2020076a
-6800cb01
-207a0000
-704b0100
-20200318
-204004ce
-204004a4
-204004bf
-204004a9
+20400463
+7011c6b4
+2020076f
+7011c6b2
+2020076f
+2040037e
+204003d7
+7011c650
+2020076f
+20400463
+7011c651
+2020076f
+204003d7
+7011c652
+2020076f
+20400463
+7011c6a0
+2020076f
+6800cafe
+207a0000
+704afe00
+204002d3
+58000006
+20406414
+1fe1fe08
+1fed7e00
+1fe0fe06
+20206413
+20400481
+20400505
+204004d1
+204004fb
+204004d6
 20404234
-2040049d
-20400489
-20400486
-2040048f
-20400495
-2040047e
+2040049f
+204004a6
+204004ba
+204004c0
+204004c3
+204004cb
+204004b2
 20404231
-20400481
+204004b5
+2040047e
 2020423a
-da60480c
-da40637a
+da604b77
+da4002c2
 2020336d
-da604b0c
-da400484
+6800cb68
+207a0000
+da604b69
+da400486
 2020336d
-704b0d01
+704b6901
+6800cb6a
+1fe0fe01
+1fe17e01
+6000cb6a
+c000049a
+68034b62
+600344a0
+20400490
+20207df4
+70436f1f
+70438f1f
+20400498
+d8c04b10
+d8a0437b
+df200013
+20407f01
+202057b8
+d8e00007
+202043ce
+70436f00
+70438f00
+d8e00007
+204043d2
+20200369
+da604b44
+da4004a2
+2020336d
+58124f80
+6001cc76
+704b4201
 20600000
-da6046c6
-da403d60
+da604d93
+da4004a9
+20203374
+704d9201
+6800cb68
+243a04ad
+20600000
+704d9301
+6800cb2f
+247a0000
+704d9300
+20600000
+da604809
+da40637a
+2020336d
+da604b09
+da4004b8
 2020336d
+704b0a01
+20600000
 da6046ae
-da40048c
+da4004bd
 20203374
-6800cb31
-247a0000
-20204266
-da604b63
-da400492
+704b7801
+204004ea
+202004df
+da6046c6
+da403d60
 2020336d
-6800c7c8
-6000c172
-202004a2
-6800cb6a
+6800cb6f
 207a0000
-da604b6f
-da40049a
+da604b6d
+da4004c8
 2020336d
-6800cb70
+6800cb6e
 247a0000
 20205bf5
-da604b64
-da4004a0
+da604b43
+da4004ce
 2020336d
-58124f80
-6001cc66
-704b6201
-20600000
-da60480a
-da4004a7
+6800c7c5
+6000c172
+202004a4
+da604807
+da4004d4
 2020336d
-70480900
+70480600
 20600000
-2040052f
-c00384ae
-204043a9
+6800c6b6
+203a04e2
+20400545
+c00384e2
+6800c685
+6000c6da
+6800c6db
+c1008000
+7046db01
 d8e00009
-202043d2
+204043d2
+202043ca
 7047a028
-204004b1
+204004e5
 202043b0
 da6046da
-da4004b4
+da4004e8
 2020336d
-680246d3
-c3848000
-68014682
-2feffe0b
-2040c2d4
+6800cb68
+243a04f8
+280ffe26
+204084f6
+6800cb76
+1fe67cff
+204284f6
+20400490
 68014682
 2feffe07
 2040c392
 d8e00009
 204043ce
 202043b8
-6800cb31
-247a0000
+704b6c01
+20600000
+68014687
+600146ac
+20600000
 6800c79f
 207a0000
 da6047a0
-da4004c6
+da400500
 2020336d
 70479f00
 2020340a
-70479f01
-7047a028
-20600000
 70479f00
 7047a000
 20600000
-6800cb27
+6800c6ac
 207a0000
-6800cb2a
-c00084d3
-20600000
-6800cb2d
-1fe0ffff
-6000cb2d
-247a0000
-6800cb2c
-6000cb2d
-6800cb29
-c00084e4
-c00004dd
-20600000
-704b2901
-6808cb28
+c2810509
+2020050d
+6808cb25
+2040680e
+6808cb25
+20206825
+6808cb25
 2040680e
-6808cb28
+6808cb25
 20206829
-58000000
-6001cb2d
-6800cb2e
-243a04e8
-704b2700
-704b2a00
-704b2f00
-704b2900
-6808cb28
-793f8407
-20206806
-704b3100
-704b2c02
-704b2e01
-704b2d02
-704b2701
-704b2a01
-20600000
-6800cb2f
-247a0000
-6800cb31
-247a0000
-202004e2
-6800c6e0
-c0030509
-c0038509
-c0010519
-c00404fe
 6800c77a
 1fe67c01
-20428505
+2042851e
 6800c77a
-c0000507
-c001bd8c
-20203d88
+c0000520
+c0018526
+6800c6e0
+c003052c
+c003852c
+c0010532
+6800c781
+6000c6b5
+20203dc1
 70477a02
 20600000
+6800c6e0
+c003052e
+c003852e
+c0010535
 6800c77f
-20200511
-6800c77a
-1fe67c01
-20428505
-6800c77a
-c0000513
-c0018516
+2020051c
+6800c6e0
+c0030530
+c0038530
+c0010537
+6800c782
+2020051c
+6800cb38
+2020051c
+6800cb36
+2020051c
+6800cb39
+2020051c
 6800c781
-1fe0ffff
-6000c6b5
-20203dc1
+1fe0fe02
+2020051c
 6800c77f
-1fe0ffff
-20200511
+20200533
 6800c782
-1fe0ffff
-20200511
-6800c77a
-205a0505
-6800c77a
-c000bd88
-c001851f
-20203d8e
-58000005
-20203dbe
+20200533
 78547c00
 58000000
 6003469b
-2040055f
+20400571
 20404079
-2040052d
-2434052a
-2040078b
+2040407e
+20400543
+24340799
+20400790
 20203fa0
-20400794
-704b3900
-20600000
-2040052f
+20400545
 2020409a
 da200000
-20400535
-20400533
+2040054b
+20400549
 2020408e
-20400545
-2020054b
+2040055b
+20200561
 6808c6e2
-2040055a
+20400566
 6808c6e2
 2040681d
 7920a200
 6808c6e3
-2040055a
+20400566
 6808c6e3
 2040681d
 7920a201
 6808c6e4
-2040055a
+20400566
 6808c6e4
 2040681d
 7920a202
 20600000
 6808c6e5
-20400551
+2040056b
 6808c6e5
 2040681d
 7d20a203
-2020055a
+20200566
 6808c6e6
-20400551
+2040056b
 6808c6e6
 2040681d
 7d20a204
-2020055a
-793f8407
-d8a08078
-20406830
 79200407
-d8a0807c
+d8a08078
 20406830
 793f8407
-d8a08070
-20206830
-79200407
+2020056f
+793f8407
 d8a08078
 20406830
-793f8407
-20200555
+79200407
+d8a0807c
+2020680a
 6800c6e0
-c0020570
-c0040565
+c0040576
 20403fc0
 78547c00
 20203fe7
@@ -1390,49 +1407,27 @@
 58000000
 6003469b
 20600000
-20403fc0
-20203fc8
-204004cb
+20400502
 280ffe26
-204081aa
-2020426d
-7011c781
-2020076a
-7011c750
-2020076a
-20400390
-d8400002
-da2047c4
-da40005f
-6801c700
-9a40fe00
-20206562
-20400390
-d8400001
-da2047c6
-da400061
-2020057e
-d8a0437b
-df200013
-20407f01
-202057b8
+204081f3
+7046b400
+6800cb78
+205a4386
 58000000
-600146ac
-204002e0
-6800c092
-2feffe01
-2040c2d4
-6800c092
-2feffe00
-2040c2d7
-202004f4
+600146b0
+2020426f
+70409100
+7011c630
+2020076f
+204003d7
+202042cb
 6800c50f
 1fe0fe01
 6000c50f
 c0065395
 204055aa
 2040561e
-2040070a
+2040070f
 2020538f
 68008016
 1fe0fe01
@@ -1443,29 +1438,29 @@
 204029bb
 2040006c
 202054a3
-7011c740
-2020076a
-7011c741
-2020076a
+7011c620
+2020076f
+7011c621
+2020076f
 68008456
-c28285c9
-20400704
+c28285c4
+20400701
 6800c78e
-243a05b3
+243a05ae
 6800843f
-c30205b7
+c30205b2
 680082da
-203a05b7
+203a05b2
 20205664
 6800c78e
 1fe0ffff
 6000c78e
 20205664
 6800c4c4
-c08285ba
+c08285b5
 70478e03
 20405892
-205a03d9
+205a03c3
 20205622
 6800c6c5
 1fe17e03
@@ -1479,21 +1474,14 @@
 6000c3dc
 20405650
 20600000
-204005bd
-6800cd70
-1fe67c02
-24410708
-6800cd70
-c1000000
-1fe0ffff
-6000cd70
-20600000
+204005b8
+20200705
 6800c7a1
 207a0000
 6800c6c5
 1fe17e03
 c1018000
-7046c601
+7046c602
 20600000
 c6078000
 20405890
@@ -1508,30 +1496,38 @@
 18c27e00
 6001450d
 6800c50c
-c00185e8
+c00185dc
 2020568d
 680082db
-c00085eb
+c00005e0
+c00085e7
 20205c65
+20405c7b
+6800cb61
+207a0000
+6800c3d8
+6000c172
+6000c7c5
+20600000
 e8c28000
 6002c3ce
 e8c10000
 6001045f
 20205c8a
 e8c10000
-c00205f4
-c0030620
+c00205f0
+c003061c
 20205698
 20407ea5
-204005d2
+204005c6
 20407e9f
 e8c18000
 60018477
-c0080603
+c00805ff
 1fec8400
 18467c24
-20210611
-d84047c9
+2021060d
+d84047c6
 600944bc
 204058ad
 58008e7a
@@ -1551,32 +1547,32 @@
 5800002b
 e0c10000
 20600000
-c0050613
+c005060f
 202058ad
 68090478
 6800c4e9
-c281861a
+c2818616
 68010478
 c009da76
 68090478
 202059bf
 680144fa
 98467c00
-24228616
+24228612
 20405a42
-24340616
+24340612
 202059e2
 e8c08000
-c0008624
-c0028626
-20205af6
-704b7001
+c0008620
+c0028622
+20205af5
+704b6e01
 20205b09
-7011c782
-2020076a
+7011c682
+2020076f
 68008016
 c093d6f2
-2040062e
+2040062a
 d8e00000
 68014482
 20207f08
@@ -1586,7 +1582,7 @@
 1fe0fefa
 20203cbe
 7855fc00
-20370636
+20370632
 2436d806
 20402bcb
 680140c1
@@ -1595,8 +1591,8 @@
 2fe00603
 2420abde
 202057fb
-7011c742
-2020076a
+7011c622
+2020076f
 68108077
 1fe17efd
 60108077
@@ -1606,7 +1602,7 @@
 204063ee
 184104fd
 2000000d
-2040064c
+20400648
 60188073
 20600000
 204064dd
@@ -1616,8 +1612,8 @@
 793ffe03
 60108081
 20600000
-7011c700
-2020076a
+7011c600
+2020076f
 204021c9
 24740000
 78547c00
@@ -1626,36 +1622,37 @@
 793f802d
 20402a4f
 204022e6
-c5058661
+c505865d
 20402455
-243a065a
-c5168669
+243a0656
+c5168666
 202021ec
 20402a4d
 d8200010
 204022dc
 7920002d
 793f800b
-18000801
+68008077
+98000800
 70001102
-2020065a
+20200656
 68020165
 1fe0fe08
 60020165
 202021f8
 c516264d
 2020258f
-7011c743
-2020076a
+7011c623
+2020076f
 68008030
 2feffe00
-20408675
+20408672
 2020248a
 68008047
 2feffe03
-204085ca
-24408704
-2020070a
+20408705
+24408701
+2020070f
 204024f0
 242c28f9
 204029bb
@@ -1668,7 +1665,7 @@
 6800c091
 207a0000
 6800c65a
-203a0689
+203a0686
 6800c5b1
 207a0000
 6800c4c0
@@ -1695,89 +1692,89 @@
 c586abde
 20405274
 243a2bde
-205a06a3
+205a06a0
 20202bbe
 70008a01
 70008b00
 20600000
-7011c710
-2020076a
-7011c711
-2020076a
+7011c601
+2020076f
+7011c602
+2020076f
 68008552
 600084c9
-c00986ae
+c00986ab
 20205db4
 20405dcf
-704b0201
-6800cb04
+704aff01
+6800cb01
 207a0000
-704b0402
+704b0102
 20600000
 78547c00
 204062c1
 68008048
 207a0000
-c28386bd
-c00186bf
-c01886c1
-c00b86c3
+c28386ba
+c00186bc
+c01886be
+c00b86c0
 20206010
-7011c720
-2020076a
-7011c721
-2020076a
-704b0401
+7011c610
+2020076f
+7011c611
+2020076f
+704b0101
 202061c3
-704b0c04
+704b0904
 202061a4
 204062bc
 247a0000
 68008055
 207a0000
-c00206e7
-c00806cc
+c00206e4
+c00806c9
 20206320
 6800c55b
 c1000000
-c00086d0
+c00086cd
 2020635f
 20748000
 6800816d
-c28006d4
+c28006d1
 20206399
-6800cb04
+6800cb01
 c000e39d
 6800c1bd
 203a63a9
 680084d1
 c4018000
 c4010000
-6800cb03
+6800cb00
 207a0000
-704b0300
+704b0000
 680204e9
 d8400014
 98408400
 1c427e00
 98467c00
-242106e5
+242106e2
 20206349
-704b0301
+704b0001
 20600000
-70480c14
+70480914
 2020636f
 204062bc
 243a7ddb
 68008a99
 c584fdd6
-c00f86f1
-c01006f4
-c00906fe
+c00f86ee
+c01006f1
+c00906fb
 20207dca
 70018534
 6803044f
-202006f6
+202006f3
 70018533
 68030040
 60030186
@@ -1787,59 +1784,67 @@
 204043d2
 204042e8
 204042fb
-2020034c
+20200324
 20405890
 247a0000
 20205abf
-704d7301
-704d7000
+704d8301
+704d8000
 20600000
-6800cd70
+6800cd80
 1fe0fe01
-6000cd70
+6000cd80
+20600000
+6800cd80
+1fe67c02
+2441070d
+6800cd80
+c1000000
+1fe0ffff
+6000cd80
 20600000
-704d7003
+704d8003
 20600000
 68014682
 c3858000
 c3838000
 c3830000
-da204cf9
-2040026e
-6008cd71
+da204d09
+20400295
+6008cd81
 58000082
-c5130714
+c5130719
 58000080
 98467c00
-2421072c
-6800cd70
+24210731
+6800cd80
 1fe67c02
-2421071c
-6800cd70
-c000072d
-20600000
-6800cd70
-c1900000
-704d7000
-6808cd71
+24210721
+6800cd80
+c0000732
+20600000
+6800cd80
+c1990000
+704d8000
+6808cd81
 58000077
-c5130723
+c5130728
 58000075
 98467c00
 24610000
-6800cd73
-c0000734
+6800cd83
+c0000739
 1fe0ffff
-6000cd73
-c0000734
+6000cd83
+c0000739
 7041de00
 20600000
-704d7000
-6800cd73
-c0010732
+704d8000
+6800cd83
+c0010737
 1fe0fe01
-6000cd73
-c000872a
+6000cd83
+c000872f
 7041de02
 20600000
 7041de04
@@ -1860,20 +1865,20 @@
 2000000a
 7089027d
 6800c1de
-c001074e
-c0020753
-c0100762
-20400758
+c0010753
+c0020758
+c0100767
+2040075d
 708955d0
 708956e0
 7089586c
 2020294b
-2040075d
+20400762
 708955d0
 708956e0
 7089583c
 20202953
-20400758
+2040075d
 708955d0
 708956c0
 7089586c
@@ -1896,137 +1901,148 @@
 20402978
 70804205
 20600000
-680891c7
+680891c6
 18518400
-6800cb54
+6800cb52
 98467c00
-20228789
-6008cb54
+2022878e
+6008cb52
 18408401
 58000100
 984f8400
-6801cb55
+6801cb53
 98467e00
-6809cb58
+6809cb56
 9840fe00
 1fe0fffb
-6001cb5b
-20400390
-6801cb5b
+6001cb59
+20400363
+6801cb59
 d8400100
 da201f00
 20406562
 68021f00
-680a4b5e
+680a4b5c
 98467c00
-2422877a
-204002d6
+2422877f
+20400332
 58001f00
 60014199
 70419b40
 204064ca
 58000000
 60024199
-680091c7
+680091c6
 20200001
 6802469b
 207a0000
-204007e0
+204007f0
+58000006
+204007e3
 58000003
-204007d3
-58000002
-204007d9
-6800cb0e
-c0008797
+204007e9
+6800cb0b
+c000879c
 df200005
-d8a04b0e
+d8a04b0b
 20207ed4
-68014b0f
+68014b0c
 600111be
 6801469b
 600111c0
-204007aa
+204007af
 680111be
-60014b0f
+60014b0c
 680111c0
 6001469b
-68014b11
+68014b0e
 600111be
 6801469d
 600111c0
-204007aa
+204007b7
 680111be
-60014b11
+60014b0e
 680111c0
 6001469d
 20600000
 680111be
 680911c0
 9840fe00
+6808cbbe
+9840fe00
+1fe10401
+6008cbbe
+202007bf
+680111be
+680911c0
+9840fe00
+6808cbbf
+9840fe00
+1fe10401
+6008cbbf
+202007bf
 600191c2
 2feffe10
-202087b7
+202087c9
 680091c3
-c07f87be
+c07f87d0
 680091c2
 1fe37e00
 600111be
 600111c0
 20600000
 680091c3
-c00007bb
+c00007cd
 680191c2
-202007b3
+202007c5
 7011c400
 680091c2
-202007b3
+202007c5
 680091c2
-204007c9
+204007db
 600091be
 600091c0
-203a07c7
+203a07d9
 580000ff
 600091bf
 600091c1
 20600000
 58000000
-202007c4
-204007cf
-1fe37e00
-204007d0
-1fe67e00
-600091c5
-20600000
+202007d6
 1fe67e00
 60008aae
 68008aae
+1fe37e00
+60008aae
+68008aae
+1fe67e00
 20600000
 9a267c00
-242107de
+242107ee
 9a467c00
-242107de
-704b0e00
+242107ee
+704b0b00
 20600000
 9a267c00
 24610000
 9a467c00
 24610000
-202007d7
-704b0e01
+202007e7
+704b0b01
 20600000
 6801469b
-204007e7
+204007f7
 1fe22200
 6801469d
-204007e7
+204007f7
 1fe22400
 20600000
 600111c0
 680091c1
-c07f87ed
+c07f87fd
 680091c0
 1fe17eff
 20600000
 680111c0
 1fe67e00
-202007eb
+202007fb
Index: output/romcode.rom
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/romcode.rom	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/romcode.rom	(working copy)
@@ -7752,7 +7752,7 @@
 2040681d
 7046f603
 20608000
-7046f602
+7046f600
 20600000
 6808c6f8
 204067fb
@@ -24572,7 +24572,33 @@
 e0a08000
 c2007ff9
 20600000
-c0000003
+c0008005
+c000001d
+c001002a
+20600000
+70480800
+7041e30e
+204041e7
+68014208
+c283c1f5
+c28033a9
+c280800f
+c2810012
+c2818012
+202042b0
+c2828012
+c2818012
+202042b0
+68014682
+c28642b0
+204033a9
+20400545
+c003801a
+6800c6b6
+203a001a
+202033a7
+70479f01
+7047a028
 20600000
 6800800e
 1fe0fe01
@@ -24580,84 +24606,53 @@
 20402435
 7920002c
 204022f2
-202c000e
+202c0028
 793f802c
 20402455
-243a0007
+243a0021
 202020fc
 793f802c
 2020215f
-c0080004
-c008801a
-20600000
-70480b00
-7041e30e
-204041e7
-68014208
-c283800e
-c28033a9
-c2808011
-c2810014
-c2818014
-202042b0
-204041c1
-68014208
-202041f7
-c2828014
-c2818014
-202042b0
-68014682
-c28642b0
-204033a9
-2040052f
-c00284c8
-202033a7
 68010264
 1fe20c00
 e8c08000
-6000cb05
+6000cb02
 1fe1040f
 1ff1fe00
-c0038023
-c000802a
+c0038033
+c000803a
 20204d39
 20404d53
-704b0600
-6800cb05
+704b0300
+6800cb02
 2feffe00
 20608000
-704b0601
+704b0301
 20600000
 18427e00
-c002844c
+c0028441
 20204d41
-c0100014
-c0108021
-c0110005
+c008000e
+c008801b
+c0090005
 20600000
-704b7001
+704b6e01
 7047a101
 680146a8
-6808cb6b
-18467cff
-2422800c
-58000258
 600146ae
+20400498
 20403418
-204002c6
-58000004
-e0c08000
 d8c04390
-20400586
+20400494
 20207df4
 68008048
-c0420018
-c041801b
+c0420012
+c0418015
 2020603f
-2040001e
+20400018
 68008048
 20206099
-2040001e
+20400018
 68008048
 2020610d
 6800c65a
@@ -24667,76 +24662,38 @@
 20406298
 68008049
 e0a08000
-6000caff
+6000cafc
 204062a7
-6800caff
-c017002a
+6800cafc
+c0170024
 20206051
-6800cb02
+6800caff
 207a0000
-704b0200
-6800cb04
+704aff00
+6800cb01
 c1810000
-704b0301
+704b0001
 1c427e00
 600204e9
 20600000
-c0180003
-20600000
-204062bc
-247a0000
-68008055
-207a0000
-c0020025
-c008000a
-20206320
-6800c55b
-c1000000
-c000800e
-2020635f
-20748000
-6800816d
-c2800012
-20206399
-6800cb04
-c000e39d
-6800c1bd
-203a63a9
-680084d1
-c4018000
-c4010000
-6800cb03
-207a0000
-704b0300
-680204e9
-d8400014
-98408400
-1c427e00
-98467c00
-24210023
-20206349
-704b0301
-20600000
-70480c14
-2020636f
-c0200006
-c0208018
-c0210025
-c021802b
+c0100006
+c0108018
+c0110025
+c011802c
 20600000
 2040000e
 2020557d
-6800c7c8
+6800c7c5
 6000c172
-7047c700
+7047c400
 20600000
-7047c701
+7047c401
 20600000
 6800c3d6
 1fe67c0c
 2421000c
 6800c3d8
-6808c7c8
+6808c7c5
 98467c00
 20210008
 6800c3d8
@@ -24760,6 +24717,7 @@
 68008478
 1fe67e1a
 24628000
+7046c600
 20203d60
 204033af
 204026e9
@@ -24768,27 +24726,16 @@
 20405cf7
 20404d6b
 2020246e
-c0280003
+c0180003
 20600000
-704b7000
-204002be
+204002cb
+704b6e00
+704b6b01
 70472001
 70479e00
-68014682
-c2858013
-680246d3
-c30c0013
-2040057a
-680947c4
-18408401
-600947c4
-600944a1
-20400351
-180a7e00
-6000c4a0
-6801cb6c
-6001c4a3
-204002cd
+68034b62
+600344a0
+20400365
 20403418
 68014687
 600146ac
@@ -24796,182 +24743,251 @@
 58000000
 600146b0
 600146ae
-d8e00007
-204043ce
+20400498
 204043ca
-6800c092
-2feffe01
-20408027
+20400354
+6800c210
+1fe67c33
+2042801e
+6800cb6c
+245a001e
 6800c092
 2feffe00
 2040fddd
-202004ed
-7047a100
-204002c6
-58000005
-e0c08000
-d8c04b13
-20400586
+20600000
+68034b62
+600344a0
+20400490
 20207df4
-c0300004
-c0308026
+c0200005
+c0208017
+c021001f
 20600000
-793f8026
-204001c1
-20400131
-6800cc47
-c1ff8000
-20400018
-58000000
-60014c64
-200007d0
-6800cc64
-c07fadd4
-20400176
-242c0021
-24378021
+2040000e
+20340379
 79200026
-58000000
-60014c64
-20402f20
-20400173
-2020039c
-70119eff
-6800cc38
-6000919f
-68024c6e
-600211a0
-d8400006
-da20119e
-204001ae
-202001ce
-68014c64
-1fe0fe01
-60014c64
-20400131
-2020000c
+6800cd9b
+79207e02
+6000cd9b
+204001dc
+2040015e
+2020001b
+df200002
+d8c04c6f
+20407fe7
+5800ffff
+e8c90000
+98467c00
+2442ffe9
+c2000012
+20600000
+79200026
+6800cd9b
+79207e01
+6000cd9b
+5800003c
+60014d93
+704d9200
+20600000
 680246d3
 c4088000
 c3818000
 c6130000
+20404482
 d8e00003
 204043ce
 58000000
 600146ae
 6000c6b4
-60014c64
+60014c74
 204042ca
-20200032
-79200026
-20400036
-704c4701
-20600000
-7041de20
-704c3600
-704c414e
-68024c43
-202001c0
-c0380003
-20600000
-793f8026
-2040002c
-20400019
-704c6400
-200007d0
-6800cc64
-c07fadd4
-20400176
-242c0022
-24378022
-2040019c
-204002be
-68024c5f
-680a4c43
-98467c00
-20228036
-79200026
+20200379
+c028800a
+c0290011
+c0298021
+d8e00003
+204043d2
+7046a700
+2040405d
+204002cb
+20200011
+704d8700
+204002cb
+204001f3
+20400354
+6800cb76
+c1810000
+2020340a
+704b4200
+704b7700
+58000000
+6001cb68
+204041c6
+2040001e
+20400502
+20403f8d
+68024c6f
+6002477b
+20404366
+704b7602
+20200324
 58000000
-60014c64
+6001cd92
+20600000
+6800cd92
+c000add4
+20400030
+204001aa
+242c015e
+2437815e
+6800cd9b
+793ffe02
+6000cd9b
+704b4200
 20402f20
-20400173
-2020039c
+204001a7
+2020037e
+68024c27
+202001db
 70119eff
-6800cc38
+6800cc48
 6000919f
-68024c6e
+68024c7e
 600211a0
 d8400006
 da20119e
-204001ae
-202001ce
-6800cc64
-1fe0fe01
-6000cc64
-6800cd75
+204001f8
+2020020a
+6800cd92
+c000add4
+70119eff
+6800cc48
+6000919f
+68024c7e
+600211a0
+d8400006
+da20119e
+204001f8
+2040020a
+204001aa
+242c0026
+24378026
+204001d0
+68024c6f
+680a4d8c
+98467c00
+20228016
+6800cc45
+c1840000
+704d9b00
+204002cb
+68024c6f
+680a4c53
+98467c00
+202281e9
+68024c6f
+680a4c7e
+98467c00
+20428024
+704b4200
+20402f20
+204001a7
+2020037e
+68024c27
+202001db
+6800cd85
 1fe0fe01
-1fe17e01
-6000cd75
-c0000032
-c0008034
+1fe17e03
+6000cd85
+c000002d
+c0010037
+202001d7
+204002cb
+68024c7e
+60024c6f
+6800cd95
+6000cc52
+20400035
+6008cd95
 20600000
+204001dc
+2020015e
 7041de20
-58000f0f
-60014c5f
-e0a10000
-204001c1
-20200131
-2040002c
-20200007
-2040003a
-20200007
-79200026
-2040003a
-704c4701
+68024d8c
+60024c6f
+6800cd96
+6000cc52
+20400035
+6008cd96
 20600000
-7041de20
-704c3600
-704c414e
-68024c43
-202001c0
-c0400008
-c0408004
+c0380004
+c038800b
 20600000
-204068a2
-58001122
-600147c4
+5fffffff
+60030040
+70018533
+704b75ff
+204042fb
+704721ff
+20200324
+6800cb42
+207a0000
+6800cc73
+207a0000
+6800cd9a
+1fe0fe01
+1fe17e03
+6000cd9a
+247a0000
+704d9900
+6800cd99
+1fe0fe01
+6000cd99
+1fe67c08
+2421001f
+20400025
+204001aa
+242c002e
+2437802e
+20400116
+204001a7
+6800cd98
+1fe0fe01
+6000cd98
+c008010e
 20600000
-204000ef
+70119eff
+6800cc48
+6000919f
+68024c7e
+600211a0
+d8400006
+da20119e
+204001f8
+2020020a
+2040015e
+20200015
 20403e6e
-6808cb47
+6808cb45
 2040680e
-20403e1e
-20400025
-58000000
-60014154
-20400320
-58001802
-600140bd
-204068a2
-20405810
-20405839
-2040582c
-20405818
-20400576
-20400390
-2040035b
-6801c700
-9a40fe00
-20406562
-20400342
-68034b4e
+20400013
+204063ee
+2040002e
+d840001a
+204067fb
+20403e54
+20400317
+6800c720
+c1010000
+68034b4c
 680b4722
 98467c00
-242282cd
-204002cf
+24228365
+20200367
 20600000
 204074b9
 d8c08c00
-d8a04879
+d8a04876
 df200171
 20407f01
 580f0209
@@ -24985,94 +25001,97 @@
 d8c08d71
 df200109
 20407f01
-70489000
-7048886d
+70488d00
+7048856d
 5800401f
-600149de
+600149db
 58006d04
-60014a47
+60014a44
 580016b0
-60014a4d
-58004879
+60014a4a
+58004876
 60014575
 20600000
-c0480005
-c048801f
-c049002f
+6810807b
+793ffe05
+6010807b
+d840001a
+20400566
+d840001a
+2040681d
+6808c6f7
+793f8407
+204067fb
+6808c6f7
+2040681d
+7046f603
+20608000
+7046f600
 20600000
-6800cc3c
+c0480004
+c048801e
+20600000
+6800cc4c
 c000ffe7
-6800cc47
-c000800c
-c001000f
-c0018012
+6800cc57
+c000800b
+c001000e
+c0018011
 20202a8c
-704c4711
+704c5711
 70119eaa
-20200014
-704c4712
+20200013
+704c5712
 70119e55
-20200014
-704c4713
+20200013
+704c5713
 70119e22
-6800cc38
+6800cc48
 1fe17e07
 6000919f
-68024c6e
+68024c7e
 600211a0
 7011a400
 da20119e
 d8400007
-204001ae
-2040013f
+204001f8
+20400173
 20207fe7
-6800cc47
+6800cc57
 c17f8000
-c0088025
-c0090027
-c0098029
-20600000
-704c4702
-2020016f
-704c4703
-2020016f
-704c47ff
+c0088024
+c0090026
+c0098028
+20600000
+704c5702
+202001a3
+704c5703
+202001a3
+704c57ff
 700a9939
 20407d86
-68024c17
-204001c0
-2020016f
-70478b01
-d8e00003
-204043d2
-58000000
-60014707
-7046a700
-2040405d
-204004cb
-204002be
-68024c5f
-6002477b
-7047c602
-20404366
-2020034c
+68024c27
+204001db
+202001a3
+c050002b
 c0508006
-c0510019
-c0518012
-c0520023
+c051001b
+c0518014
 20600000
 68014509
 c1000000
 68008441
 1feb7e00
 1fe67c0c
-20610000
+20210012
 58000009
 60014496
 60014498
-20400444
-7047c701
+20400439
+7047c401
 20600000
+704b6101
+202005e3
 68014682
 c3860000
 c3830000
@@ -25080,26 +25099,32 @@
 680246d3
 c3828000
 202033a7
-704b6a00
+704b6f00
 58000007
 60014496
 60014498
-7047c700
+7047c400
 70479e00
-204003d0
+204003ba
 20405816
-2040034c
-202041d9
-78347c00
+204041d9
+20400324
+6800cb6b
+207a0000
+68034b62
+600344a0
+20400490
+20207df4
 68120138
-79347e1a
+79207e1a
 6012004c
 20402c21
 204074bd
-2040034c
+20404482
+20400324
 20403e9f
-2040028b
-20400388
+204000ec
+2040035b
 68108081
 1fe17ef7
 60108081
@@ -25107,69 +25132,33 @@
 79207e00
 6010807f
 20600000
-c0588007
-c059000d
-c0598012
+c0588006
+c059000c
+c0598011
 c05a0019
-c05a801e
 20600000
-6800c80b
+6800c808
 c1010000
 1fe0fe01
-6000c80b
+6000c808
 7041e312
 2020340e
-6800c80b
+6800c808
 c1810000
-70480b00
+70480800
 7041e30e
 2020340e
 6800c7a1
 c0008015
+7046c614
 20200017
-20400444
-7046c605
+20400439
+7046c60a
 d8e00001
 202041b9
-704b0200
-704b0400
-704b0d00
-2040034c
+704aff00
+704b0100
+704b0a00
+20400324
 202041d9
-58000001
-60030040
-70018533
-704b6bff
-204042fb
-704721ff
-2020034c
-c0600004
-c0608013
-20600000
-2040046c
-704d7700
-204002be
-204001aa
-7041bd00
-6800c241
-c281340a
-6800cb6b
-c07f8012
-20400342
-df200003
-d8c04722
-20400392
-203404c8
-202002b7
-704b6901
-204004cb
-204002e0
-20403f8d
-68024d7c
-680a4c5f
-98467c00
-2022801c
-7047c602
-20404366
-2020034c
-0000c202
+0000998b
Index: output/sched.rom
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/sched.rom	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/output/sched.rom	(working copy)
@@ -1,17 +1,17 @@
 
-mem_lpm_config:8f 1a ce	#-1khz
+mem_lpm_config:8f 1f ce	#4khz
 mem_lpm_xtalcnt:00 0a 0b ef 07
 mem_lpm_hibernate_switch:00
 mem_gpio_wakeup_low:00 00 00 00 00 00 00 00
 #mem_fcomp_mul:02
 #mem_fcomp_div:24
 mem_iscan_window:12 00
-mem_iscan_interval:00 02
+mem_iscan_interval:80 00
 mem_pscan_window:12 00
-mem_pscan_interval:00 02
+mem_pscan_interval:80 00
 mem_inq_window:20 00
 mem_page_window:20 00
-mem_page_to:00 40
+mem_page_to:00 80
 mem_rx_window_init:80 04
 mem_rx_window_sniff:00 08
 
@@ -94,10 +94,10 @@
 #bit5 MOUSE_ENABLE_AUTO_24G_PARING
 #bit6 MOUSE_ENABLE_WAKEUP_FROM_POWER
 #bit7 MOUSE_ENABLE_GPIO_CONTROL_ADC_SENSOR
-c1
+00
 
 mem_app_connection_options:06
-mem_lap:15 20 17 01 20 20
+mem_lap:ab 51 17 01 20 20
 mem_local_name_length:
 'BT3.0 Mouse
 mem_sniff_param_interval:
@@ -136,17 +136,17 @@
 #microsoft swift pair
 06 ff 06 00 03 00 80
 #name
-'\09BT5.0 Mouse
+'\09BT5.2 Mouse
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
 #name
-'\09BT5.0 Mouse
+'\09BT5.2 Mouse
 
 
 #max 20bytes, att list data rom limits
 mem_le_name_len:
-'BT5.0 Mouse
+'BT5.2 Mouse
 
 
 mem_le_interval_min:
@@ -161,7 +161,7 @@
 mem_le_adv_own_addr_type:00
 mem_le_adv_channel_map:07 
 
-mem_le_lap:8e b1 3a 0e 8e ed
+mem_le_lap:8d 50 34 0e 8e ed
 
 mem_le_transmit_window:50
 
@@ -169,23 +169,22 @@
 mem_le_pairing_handle:22 00
 
 
-mem_discovery_timeout:b0 04#2min
-mem_mouse_direct_timeout:96 00#15s
+mem_discovery_timeout:08 07#3min
+mem_mouse_direct_timeout:50 00#8s
 mem_mouse_no_data_timeout:70 17#10min
 
 mem_flash_ncs_gpio:0a
 mem_spi_ncs_gpio:ff
 mem_ui_button_gpio:ff
 mem_ui_button_timeout:1e
-mem_bt_ui_button_timeout:01
 
 mem_device_number:02 #max device number
 mem_24g_device_number:02 #devie 2 :24g mode
-#mem_adc_config_flag:00 #0 vinlpm 1 hvin 2 gpio
-#mem_adc_channel:00 #gpio5
-#mem_mouse_vdd_full_vol:72 01#3.7V
-#04 01#mem_mouse_vdd_empty_vol:5a 00# 2.6V
-#0e 01#mem_mouse_vdd_low_vol:64 00  #2.7v
+mem_adc_config_flag:01 #0 vinlpm 1 hvin 2 gpio
+mem_adc_channel:32 #gpio5
+mem_mouse_vdd_full_vol:a4 01#4.2V
+18 01#mem_mouse_vdd_empty_vol:5a 00# 2.8V
+40 01#mem_mouse_vdd_low_vol:64 00  #3.2v
 
 mem_config_sensor_type:00
 02 #mem_config_sensor_motion:02
@@ -213,6 +212,13 @@
 05 #mem_select_sensor_angle_gpio:ff
 ff #mem_select_adc_gpio:ff
 
+#mouse sensor angle
+#0x00 MOUSE_6CLK_ANGLE
+#0X01 MOUSE_9CLK_ANGLE
+#0X02 MOUSE_12CLK_ANGLE
+#0X03 MOUSE_3CLK_ANGLE
+
+
 mem_eeprom_wp_gpio:ff
 mem_sensor_reset_gpio:ff
 mem_sensor_squal_reg:07# 07:3205         	06:3610
@@ -237,7 +243,7 @@
 04##mem_320x_dpi_4
 
 #15##mem_3212_dpi_1#800
-#1a##mem_3212_dpi_2#1000
+#1f##mem_3212_dpi_2#1200
 #2a##mem_3212_dpi_3#1600
 #3f##mem_3212_dpi_4#2400
 
@@ -258,14 +264,14 @@
 ab 40
 be d1
 a0 41
-a1 41
+a1 12
 a5 84
 a7 ff
 b5 d0
 b6 00
 ff 00
 09 00
-ff
+ff ff
 
 mem_sensor_ka8_init:
 09 5a
@@ -274,7 +280,7 @@
 0e c5
 53 48
 09 00
-ff
+ff ff
 
 mem_sensor_8009_init:
 09 5a
@@ -284,14 +290,14 @@
 0e 9f
 0f ba
 09 00
-ff
+ff ff
 
 mem_sensor_poweron_init:
 06 80
 09 5a
 0b f3
 09 00
-ff
+ff ff
 
 mem_ui_led_struct_ptr:mem_mouse_led_type
 mem_ui_led_struct_num:01
@@ -332,10 +338,11 @@
 mem_24g_paring_addr:20 15 10 05
 mem_24g_allpowerful_addr:0f 0f 0f 0f 0f 0f
 mem_24g_common_temp:00 00 00 00 00 00 00 00 00 00
-mem_24g_enter_hibernate:00 48 60
+mem_24g_enter_hibernate:80 4f 12
+mem_firmware_version:04 00
 
 mem_device_flag:
-ff
+01
 ff
 ff ff ff ff ff ff
 #mem_device2_type:
@@ -344,33 +351,30 @@
 #mem_device3_type:
 #34
 #11 22 33 44 55 66
-
+mem_mouse_latest_mode:ff
+mem_mouse_fast_conn_flag:ff
+mem_mouse_long_button_select_device:ff
+mem_mouse_24g_addr_init:ff ff ff ff ff ff
 
 mem_flash_base:00 50 00
 #mem_eeprom_base:90 1f
 #mem_eeprom_block_size:80
 mem_reconn_times_init:00
 mem_bt_discovey_button_statue:01#default: button up
+mem_mouse_dpi_button_state:01
 mem_empty_count:03
 
-mem_mouse_24g_addr_init:ff ff ff ff ff ff
-
 mem_mouse_multi_led_gpio:1d
-mem_mouse_multi_led_on_timer_init:14
-mem_mouse_multi_led_blink_timer_init:03
+#mem_mouse_multi_led_on_timer_init:14
+#mem_mouse_multi_led_blink_timer_init:03
 
-mem_mouse_latest_mode:ff
+mem_mouse_common_gpio:ff
 
 #zcode
 mem_zcode_current_number:ff
 mem_xip_flash_offset:00 00 00
 mem_zcode_head:20 20 00 40
 
-#mem_mouse_button_select_device_timer_init:1e
-#mem_mouse_dpi_button_state:01
-
-#mem_mouse_long_button_select_device:ff
-
 #yichip sdp
 #04 0011 0100 1002 1124
 #00 01 00 00
Index: program/24g.prog
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/24g.prog	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/24g.prog	(working copy)
@@ -1098,7 +1098,7 @@
 	setarg STATE_24G_PAIRING_SUCCESS
 	call g24_store_mem_pairing_sm
 	//jam 0,mem_24g_check_dongle_times
-g24_app_tx_attempt_success:
+g24_app_tx_attempt_success:	
 	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
 	branch ui_ipc_send_event
 
Index: program/app_mouse.prog
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/app_mouse.prog	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/app_mouse.prog	(working copy)
@@ -158,6 +158,7 @@
 	fetch 1,mem_mouse_dpi_button_state
 	rtneq DPI_BUTTON_STATE_DOWN
 	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
+mouse_dpi_down_setting:
 	fetch 1,mem_mouse_dpi
 	increase 1,pdata
 	and pdata,0x03,pdata
@@ -481,7 +482,7 @@
 	call gpio_get_bit
 	jam MOUSE_3CLK_ANGLE,mem_config_sensor_angle
 	rtn true
-	jam MOUSE_12CLK_ANGLE,mem_config_sensor_angle
+	jam MOUSE_6CLK_ANGLE,mem_config_sensor_angle
 	rtn
 
 mouse_select_adc:
@@ -971,7 +972,7 @@
 	fetcht 1,mem_sensor_data_gpio
 	call gpio_get_bit
 	nrtn true
-mouse_p3212_sensor_motion_1:
+mouse_p3212_sensor_motion_1:	
 	setarg PAN_REG_PID_L
 	call twspi_read
 	bne P32XX_ID1,mouse_twspi_reset
@@ -1009,7 +1010,7 @@
 	fetcht 1,mem_sensor_data_gpio
 	call gpio_get_bit
 	nrtn true
-mouse_p32xx_sensor_motion_2:
+mouse_p32xx_sensor_motion_2:	
 	setarg PAN_REG_PID_L
 	call twspi_read
 	bne P32XX_ID1,mouse_p3065_judge   
@@ -1778,7 +1779,7 @@
 	arg mouse_bt_hid_handshake,regb
 	branch timer_single_step
 
-mouse_check_discovery_timeout_timer:	
+mouse_check_discovery_timeout_timer:
 	arg mem_mouse_discovery_timer,regc
 	arg mouse_check_discovery_timeout,regb
 	branch timer_single_step_2B
Index: program/patch.prog
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/patch.prog	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/patch.prog	(working copy)
@@ -4,12 +4,10 @@
 define BLE
 define CLASSIC_BT
 define MOUSE_SMOOTHER
-//define XY_OFFSET
 //define ADC_ENABLE
 //define P24G_LOG
 //define RF_DEBUG
 define BLE_FAST_CONN_ENABLE
-define G24_NEW_RF_HOP
 
 //define DEBUGLOG
 //define DEBUGLOG_CALLBACK
@@ -39,15 +37,29 @@
 	call power_ctrl_pac_succ_cnt_init
 	fetch 1,mem_ui_button_timeout
 	store 1,mem_combination_ui_button_count	//combination key timer init
-	fetch 1,mem_bt_ui_button_timeout
-	store 1,mem_bt_ui_button_count	//bt key timer init
-	call mouse_bt_discovery_button_down_disable
+	call p_mouse_bt_discovery_button_up_init
 	call p_mouse_spi_init
-ifdef MOUSE_SMOOTHER	
+ifdef MOUSE_SMOOTHER
 	call p_drawing_optima_init
 endif
 	call p_mouse_cb_fuction
 	call p_mouse_wakeup_from_power
+ifdef G24
+	fetch 4,mem_lap
+	store 4,mem_24g_device_addr
+endif
+ifdef BLE
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+endif
+	call mouse_param_init
+	setarg 0x1802	//16M XTAL
+	store 2,mem_fcomp_mul
+	setarg 0
+	store 2,mem_lpm_interval
+	call load_adc_init
 	branch p_mouse_setting_config
 
 p_mouse_cb_fuction:
@@ -86,7 +98,14 @@
 p_mouse_wakeup_no_from_power:
 	fetch 1,mem_reconn_times_init
 	store 1,mem_reconn_times
-	rtn
+	fetch 6,mem_le_lap
+	store 6,mem_le_normal_lap
+	fetch 1,mem_power_on_flag
+	rtnbit1 2
+	//power on
+	jam BLE_POWERON_RECONN_TIMER,mem_mouse_poweron_bt_start_reconn_timer
+	branch p_mouse_dpi_config_default
+
 p_mouse_24g_transmit_by_interrupt_exit_count_max:
 	setarg 375
 	store 2,mem_24g_transmit_by_interrupt_exit_count_init
@@ -96,29 +115,10 @@
 	nop 1
 	nop 1
 	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-	nop 1
-
-	
-	
-
 
 p_patch_array:
 	bbit1 8,pf_patch_ext
-	//patch00_0 and patch11_2 are unuseful because of otp
+	//patch00_0 is unuseful because of otp
 	beq patch00_1,p_soft_reset_1
 	beq patch00_2,p_soft_reset_2
 	beq patch10_5,p_shutdown_radio
@@ -158,6 +158,7 @@
 	beq patch2c_7,p_le_parse_l2cap
 	beq patch2d_2,p_le_adv_not_match
 	beq patch2e_7,p_le_lpm_setmult
+	beq patch3f_2,p_check_51cmd_once_continue
 endif	
 ifdef CLASSIC_BT
 	beq patch20_5,p_hid_rx_process
@@ -167,7 +168,6 @@
 endif
 	beq patch31_4,p_twspi_reset
 	beq patch31_5,p_spid_init
-	beq patch3f_2,p_check_51cmd_once_continue
 ifdef DEBUGLOG
 	beq patch2f_6,p_parse_lmp_opcode
 	beq patch37_6,p_process_upper_sm_reconn
@@ -190,28 +190,8 @@
 	storet 1,mem_rssi_signal_index
 	rtn
 
-//p_mouse_select_device_button_wakeup_check:
-//	jam 0,mem_mouse_select_device_button_wakeup_flag
-//	fetcht 1,mem_config_select_device_button_gpio
-//	call gpio_config_input
-//	fetcht 1,mem_config_select_device_button_gpio
-//	call gpio_get_bit
-//	nrtn true
-//	call delay_10ms
-//	fetcht 1,mem_config_select_device_button_gpio
-//	call gpio_get_bit
-//	nrtn true
-//	jam 1,mem_mouse_select_device_button_wakeup_flag
-//	rtn
-
-
-//p_mouse_switch_Hwakeup_byPB:
-//	fetch 1,mem_mouse_select_device_button_wakeup_flag
-//	rtn blank
-//	call p_mouse_switch_device_flag
-//	branch p_mouse_store_flash_device_info	
-
 p_soft_reset_1:
+//	call p_mouse_select_device_button_wakeup_check
 	arg mem_sp_state,contw
 	arg 12,loopcnt
 	call clear_mem
@@ -273,6 +253,9 @@
 ifdef G24
 p_g24_dispatch:
 	rtnmark0 mark_24g
+	fetch 1,mem_24g_conn_sm
+	bbit1 STATE_24G_PAIR,p_g24_pair_dispatch
+	bbit1 STATE_24G_RECONN,p_g24_reconn_dispatch
 	fetch 1,mem_24g_transmit_by_interrupt
 	beq G24_TX_TIMER_INT_ENABLE,p_g24_transmit_by_interrupt
 p_g24_transmit_process:
@@ -287,13 +270,23 @@
 	call g24_long_sleep_shorter_param_update
 	fetch 1,mem_mouse_multi_led_state
 	beq ON,p_g24_transmit_by_interrupt_enable
-p_g24_short_sleep:	
+//	fetch 1,mem_mouse_key
+//	bbit1 2,p_g24_transmit_by_interrupt_enable	//MButton
+p_g24_short_sleep:
 	call p_g24_lpm_wait
 	nrtn user
 	call p_clear_wake
-	setarg 62500
+	setarg 61500
 	branch lpm_dispatch_sleep
 
+p_g24_pair_dispatch:
+	jam ZCODE_60,mem_zcode_temp_param0
+	branch p_zcode_entrance
+
+p_g24_reconn_dispatch:
+	jam ZCODE_53,mem_zcode_temp_param0
+	branch p_zcode_entrance
+
 g24_long_sleep_shorter_param_update:
 //	fetch 1,mem_config_function_enable
 //	rtnbit1 ENABLE_SENSOR_MOTION_PIN
@@ -301,7 +294,7 @@
 	store 3,mem_24g_enter_hibernate
 	jam 20,mem_24g_long_sleep_param_update_timer
 	rtn
-	
+
 p_g24_transmit_by_interrupt:
 	call p_g24_timer_check
 	nrtn user
@@ -322,12 +315,12 @@
 p_g24_interval_min:
 	jam 0,mem_24g_pac_index
 	fetch 1,mem_24g_interval_min
-p_g24_current_interval_store:
+p_g24_interval_store:
 	store 1,mem_24g_interval
 	rtn
 p_g24_interval_max:
 	fetch 1,mem_24g_interval_max
-	branch p_g24_current_interval_store
+	branch p_g24_interval_store	
 p_g24_interval_calibrate:
 	fetch 1,mem_24g_pac_index
 	increase 1,pdata
@@ -343,6 +336,9 @@
 	nrtn blank
 	fetch 1,mem_mouse_multi_led_state
 	rtneq ON
+	fetch 1,mem_24g_transmit_by_interrupt
+	rtneq G24_TX_TIMER_INT_ENABLE
+	call p_g24_search_dongle
 p_g24_long_sleep:
 	call p_g24_lpm_wait
 	nrtn user
@@ -360,7 +356,27 @@
 	branch disable_user,blank
 	fetch 1,mem_24g_transmit_by_interrupt
 	beq G24_TX_TIMER_INT_ENABLE,disable_user
-	branch p_mouse_setgpio_lpm
+p_mouse_setgpio_lpm:
+	call p_mouse_set_sdio_high
+	call p_clear_wake
+p_mouse_setgpio_hibernate:	
+	call mouse_lpm_before_common
+	call p_flash_ncs_disable
+	hfetch 4,core_gpio_oe0
+	hfetcht 4,core_gpio_pu0
+	ior temp,temp
+	invert temp,temp
+	hstoret 4,core_gpio_pd0
+	hfetch 1,core_gpio_pd1
+	set0 2,pdata
+	hstore 1,core_gpio_pd1
+	hfetch 1,core_gpio_pd2	//flash hold pin gpio22
+	set0 6,pdata
+	hstore 1,core_gpio_pd2
+	
+p_mouse_ice_gpio_set_inpu:
+	arg 0x1d,temp
+	branch gpio_config_input	//input and pullup
 
 p_g24_send_abort_packet:
 	jam 1,mem_24g_abort_pac
@@ -378,11 +394,45 @@
 	call p_g24_txdata_enable_tx
 	branch p_g24_transmit_start
 
-p_g24_set_device_addr:
-	fetch 4,mem_lap
-	store 4,mem_24g_device_addr
+p_g24_search_dongle_init:
+	setarg 0
+	store 3,mem_24g_search_dongle_action
 	rtn
 
+p_g24_search_dongle:
+	jam ZCODE_71,mem_zcode_temp_param0
+	branch p_zcode_entrance
+
+p_g24_search_dongle_check:
+	jam 0,mem_24g_search_dongle_count
+	fetch 1,mem_24g_search_dongle_action
+	rtnbit1 G24_DISCONN_STATE
+	set1 G24_DISCONN_STATE,pdata
+	store 1,mem_24g_search_dongle_action
+	setarg G24_DISCONN_NODATA_TIMER	//3min
+	store 2,mem_mouse_no_data_timer
+	branch p_mouse_sensor_powerdown
+
+p_g24_search_dongle_success:
+	fetch 1,mem_24g_abort_pac
+	branch p_g24_search_dongle_init,blank
+	jam 0,mem_24g_search_dongle_count
+	fetch 1,mem_24g_search_dongle_action
+	rtnbit0 G24_DISCONN_STATE
+	set0 G24_DISCONN_STATE,pdata
+	store 1,mem_24g_search_dongle_action
+	call mouse_no_data_timer_init
+	branch p_mouse_init_sensor_reset
+
+//p_g24_set_device_addr:
+//	call adc_init_data
+//	fetch 4,mem_2v_adc_vinlpm_data	//adc data from otp
+//	store 4,mem_24g_device_addr	
+//	nrtn blank
+//	fetch 4,mem_lap
+//	store 4,mem_24g_device_addr
+//	rtn
+
 p_g24_transmit_rf_sta_init:
 	jam 1,mem_24g_rf_last_sta
 	jam 0,mem_24g_sync_cnt
@@ -410,7 +460,7 @@
 	store 1,mem_24g_txpayload
 	call power_ctrl_pac_succ_decrs
 	branch p_g24_ch
-
+	
 //p_g24_transmit_hop_pac_fail:
 //	call power_ctrl_pac_succ_decrs
 //	fetch 1,mem_24g_rf_work_stage
@@ -428,7 +478,7 @@
 //	jam 0,mem_24g_rf_hop_ch
 //	branch p_g24_transmit_hop_pac_fail_stage1
 
-	
+//	
 //p_g24_transmit_pac_fail_hop_stage3:
 //	fetch 2,mem_24g_txfail_cnt
 //	increase 1,pdata
@@ -498,11 +548,16 @@
 	jam 4,mem_24g_max_retry
 p_g24_ch:
 	fetcht 1,mem_24g_current_ch_number
-p_g24_ch_map_size:
-	call p_g24_ch_calc
+	fetch 1,mem_24g_addr	
+	and_into 0x03,pdata
+	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
+	setarg mem_24g_ch_map1
+	iadd rega,pdata
+	iadd temp,contr
+	ifetch 1,contr
+	store 1,mem_24g_ch
 	increase 1,temp
 	and_into 3,temp //map size =4
-
 	storet 1,mem_24g_current_ch_number
 	rtn
 
@@ -573,7 +628,7 @@
 	fetch 1,mem_24g_pid
 	increase 1,pdata
 	store 1,mem_24g_pid
-	call p_g24_hop_enable_packet
+	call p_g24_hop_enable_packet	
 	fetch 1,mem_24g_pairing_sm
 	bne STATE_24G_PAIRING_SUCCESS,p_g24_paring_mode_start
 	call p_g24_transmit_succ_rf_config
@@ -617,13 +672,11 @@
 	store 2,mem_24g_txfail_cnt	
 	fetch 1,mem_24g_txfail_cnt+1
 	bbit1 4,g24_stop_24g_mode
-
 	fetch 1,mem_24g_pairing_sm
 	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
-
 	call p_g24_tx_hop_ch_process
 	branch p_g24_transmit_loop
-
+	
 p_g24_tx_paring_retry:
 	fetch 1,mem_24g_txfail_cnt
 	rtnne 0xff
@@ -632,7 +685,6 @@
 	store 2,mem_24g_txfail_cnt
 	branch g24_stop_24g_mode
 
-ifdef G24_NEW_RF_HOP
 p_g24_tx_fast_hop:
 	call power_ctrl_txpower_incrs
 	call power_ctrl_pac_succ_decrs
@@ -649,8 +701,7 @@
 	beq 8,p_g24_hop_ch_enable
 	beq 12,p_g24_hop_ch_disable
 	rtn
-endif
-	
+
 p_g24_ackpayload_parse:
 	call p_g24_read_len_pid_crc
 	fetch 1,mem_24g_rxdata_length	//ack payload length 
@@ -660,27 +711,61 @@
 	arg mem_24g_rxpayload,contw	//ack payload buffer 
 	branch memcpy
 
+p_g24_pair_init:
+	jam TX_POWER_f5DB,mem_tx_power
+	jam 0,mem_24g_pid
+	jam G24_PAIR_CH,mem_24g_ch
+	fetch 4,mem_24g_paring_addr
+p_g24_update_addr_and_synccrc8:	
+	store 4,mem_24g_addr
+//output: 1BYTE crc8
+p_g24_syncword_crc8:
+	arg 0,rega
+	arg 4,loopcnt
+	arg mem_24g_addr,contr
+p_g24_syncword_crc8_loop:
+	ifetch 1,contr
+	iadd rega,rega
+	loop p_g24_syncword_crc8_loop
+	copy rega,pdata
+	store 2,mem_24g_syncword
+	fetch 1,mem_24g_syncword
+	fetcht 1,mem_24g_syncword+1
+	iadd temp,pdata
+	store 1,mem_24g_syncword_crc8
+	rtn
+
+p_g24_start_pairing_sm1:
+//	set1 mark_24g,mark
+	call p_g24_pair_init
+p_g24_set_pairing_sm_1:
+	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
+	rtn
+
+
 p_g24_pairing_sm:
 	jam ZCODE_90,mem_zcode_temp_param0
 	branch p_zcode_entrance
-
+	
 p_g24_paring_mode_start:
 	call power_ctrl_pac_succ_cnt_init
 p_g24_paring_mode:
 	jam ZCODE_91,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
-p_g24_auto_pair_start:
-	jam ZCODE_70,mem_zcode_temp_param0
+p_g24_start_24g_mode:
+	jam ZCODE_40,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_g24_check_51cmd_stop_24g:
 	set0 mark_24g,mark
+	jam STATE_24G_STOP,mem_24g_conn_sm
 	call le_disable
 p_mouse_disable_g24_pairing_flag:
 	arg MOSUE_24G_PAIRING_FLAG,queue
 	branch mouse_disable_function_flag
 
+
 p_g24_put_data_in_buff:
 	storet 1,mem_24g_datalen
 	copy temp,loopcnt
@@ -706,24 +791,7 @@
 	store 1,mem_24g_sta_pid
 	rtn
 
-p_g24_update_addr_and_synccrc8:	
-	store 4,mem_24g_addr
-//output: 1BYTE crc8
-p_g24_syncword_crc8:
-	arg 0,rega
-	arg 4,loopcnt
-	arg mem_24g_addr,contr
-p_g24_syncword_crc8_loop:
-	ifetch 1,contr
-	iadd rega,rega
-	loop p_g24_syncword_crc8_loop
-	copy rega,pdata
-	store 2,mem_24g_syncword
-	fetch 1,mem_24g_syncword
-	fetcht 1,mem_24g_syncword+1
-	iadd temp,pdata
-	store 1,mem_24g_syncword_crc8
-	rtn
+
 
 p_g24_transmit_prep:
 ifdef P24G_LOG
@@ -754,17 +822,38 @@
 	iforce loopcnt
 	arg mem_24g_txbuf,contr
 	branch memcpy
+
+//p_g24_ch:
+//	fetcht 1,mem_24g_current_ch_number
+//	fetch 1,mem_24g_addr	
+//	and_into 0x03,pdata
+//	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
+//	setarg mem_24g_ch_map1
+//	iadd rega,pdata
+//	iadd temp,contr
+//	ifetch 1,contr
+//	store 1,mem_24g_ch
+//	increase 1,temp
+//	and_into 3,temp //map size =4
+//	storet 1,mem_24g_current_ch_number
+//	rtn
+
+//p_g24_ch_map_size:
+//	call p_g24_ch_calc
+//	increase 1,temp
+//	and_into 3,temp //map size =4
+//	rtn
 	
-p_g24_ch_calc:
-	fetch 1,mem_24g_addr	
-	and_into 0x03,pdata
-	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
-	setarg mem_24g_ch_map1
-	iadd rega,pdata
-	iadd temp,contr
-	ifetch 1,contr
-	store 1,mem_24g_ch
-	rtn
+//p_g24_ch_calc:
+//	fetch 1,mem_24g_addr	
+//	and_into 0x03,pdata
+//	mul32 pdata,4,rega			//24addr low bit0 bit1 ,00-map1,01-map2,10-map3,11-map4
+//	setarg mem_24g_ch_map1
+//	iadd rega,pdata
+//	iadd temp,contr
+//	ifetch 1,contr
+//	store 1,mem_24g_ch
+//	rtn
 
 p_g24_prep:
 	disable enable_crc
@@ -777,16 +866,16 @@
 	rshift temp,white_init
 	rtn
 
-p_g24_receive_packet:
-	call le_enable
-	fetch 4,mem_24g_addr
-	iforce access
-	call set_sync_on
-	fetcht 1,mem_24g_ch
-	call set_freq_rx
-	setarg param_pll_setup
-	call sleep
-	call rf_rx_enable
+//p_g24_receive_packet:
+//	call le_enable
+//	fetch 4,mem_24g_addr
+//	iforce access
+//	call set_sync_on
+//	fetcht 1,mem_24g_ch
+//	call set_freq_rx
+//	setarg param_pll_setup
+//	call sleep
+//	call rf_rx_enable
 p_g24_receive_rxon:
 
 ifdef RF_DEBUG
@@ -802,7 +891,7 @@
 	fetch 2,mem_24g_rx_window
 	iforce stop_watch
 	correlate null,timeout
-	nbranch p_g24_end_of_packet,sync
+	nbranch p_g24_sync_timeout,sync
 
 ifdef RF_DEBUG
 	call test_gpio_low
@@ -820,9 +909,9 @@
 	nbranch p_g24_end_of_packet,zero
 	call p_g24_receive_byte
 	store 1,mem_24g_rxbuf	//device id
-	fetch 1,mem_24g_mode
-	sub pdata,rx_24g,null
-	branch p_g24_receive_skip,zero
+//	fetch 1,mem_24g_mode
+//	sub pdata,rx_24g,null
+//	branch p_g24_receive_skip,zero
 	fetch 1,mem_24g_rxbuf
 	fetcht 1,mem_24g_data_type
 	icompare bits_data,temp
@@ -882,6 +971,11 @@
 	rshift3 pwindow,pdata
 	rtn
 	
+p_g24_sync_timeout:
+//ifdef DONGLE
+//	call p_rssi_noise
+//endif
+//	branch p_g24_end_of_packet
 p_g24_end_of_packet:
 	disable encode_fec1
 	disable decode_fec1
@@ -891,12 +985,6 @@
 endif
 	rtn
 
-//p_g24_sync_timeout:
-//ifdef DONGLE
-//	call p_rssi_noise
-//endif
-//	branch p_g24_end_of_packet
-
 p_g24_set_freq_tx:
 	call set_sync_on
 	fetcht 1,mem_24g_ch
@@ -1042,31 +1130,6 @@
 	store 8,mem_gpio_wakeup_low
 	rtn
 
-p_mouse_setgpio_lpm:
-	call p_mouse_set_sdio_high
-	call p_clear_wake
-p_mouse_setgpio_hibernate:	
-	call mouse_lpm_before_common
-	call p_flash_ncs_disable
-	hfetch 4,core_gpio_oe0
-	hfetcht 4,core_gpio_pu0
-	ior temp,temp
-	invert temp,temp
-	hstoret 4,core_gpio_pd0
-	hfetch 1,core_gpio_pd1
-	set0 2,pdata
-	hstore 1,core_gpio_pd1
-	hfetch 1,core_gpio_pd2	//flash hold pin gpio22
-	set0 6,pdata
-	hstore 1,core_gpio_pd2	
-p_mouse_ice_gpio_set_input_pu:
-	fetcht 1,mem_mouse_multi_led_gpio
-	call gpio_config_input
-	fetcht 1,mem_mouse_multi_led_gpio
-	set1 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	branch gpio_set_bit
-	
 
 p_mouse_set_sdio_high:
 	fetch 1,mem_mouse_init_sensor_reset_flag
@@ -1101,51 +1164,45 @@
 ifdef RF_DEBUG
 	call test_gpio_init
 endif
-ifdef BLE_FAST_CONN_ENABLE
-	fetch 3,mem_le_lap+3
-	store 3,mem_le_lap_high_3B
-endif
 	call p_wake_from_power
 
-//	call p_mouse_switch_Hwakeup_byPB
-	call p_mouse_load_flash_device_info
-ifdef G24
-	call p_mouse_check_key_gpio
-	beq MOUSE_LM_BUTTON,p_mouse_24g_pairing_button
-endif
+//ifdef G24
+//	fetch 1,mem_power_on_flag
+//	bbit1 2,p_mouse_skip_24g_pair
+//	call p_mouse_check_key_gpio
+//	beq MOUSE_LR_BUTTON,p_mouse_24g_pairing_button
+//p_mouse_skip_24g_pair:
+//endif
+p_mouse_start:
+//	call p_mouse_mode_24g_device_multi_led_blink3s
 	fetch 1,mem_power_on_flag
-	bbit1 2,p_mouse_wakeup_from_hibernate
-	branch p_mouse_start_24g_mode
-	
+	bbit1 2,p_mouse_wakeup_from_hibernate	//hibernate goto reconn
+	jam LATEST_MODE_NULL,mem_mouse_latest_mode
+	branch p_mouse_start_24g_pair
+
 p_mouse_wakeup_from_hibernate:
+	call p_mouse_load_flash_device_info
 	fetch 1,mem_mouse_latest_mode
 	beq LATEST_MODE_BT,p_mouse_check_reconn_target
-	branch p_mouse_start_24g_mode
-	
-p_mouse_start_24g_mode:
-	fetch 1,mem_mouse_latest_mode
-	bne 0xff,p_g24_start_24g_mode
-	fetch 4,mem_24g_allpowerful_addr
-	store 4,mem_24g_addr
-p_g24_start_24g_mode:
-	jam ZCODE_60,mem_zcode_temp_param0
-	branch p_zcode_entrance
-	
+	beq LATEST_MODE_24G,p_g24_start_24g_mode
+	jam BLE_POWERON_RECONN_TIMER,mem_mouse_poweron_bt_start_reconn_timer
+	rtn
+
 p_mouse_check_reconn_target:
+	jam 1,mem_24g_stop_g24_mode
 	call p_mouse_tx_power_init
-ifdef BLE_FAST_CONN_ENABLE
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,p_mouse4_0_check_reconn_target
-endif
 	fetch 1,mem_xrecord_mode
 ifdef CLASSIC_BT
 	beq REC_3_MODE,p_mouse3_0_check_reconn_target
 endif
 ifdef BLE
 	beq REC_4_MODE,p_mouse4_0_check_reconn_target
-endif	
-	rtn
-	
+endif
+	call p_mouse_fast_conn_adv_switch_timer_reinit
+	jam 6,mem_connection_options
+	call p_mouse_check_fast_conn_adv_start
+	branch check_51cmd_start_discovery
+
 //p_device_wake_from_lpm:
 //	branch p_mouse_spi_init
 
@@ -1158,11 +1215,6 @@
 //	fetch 1,mem_config_function_enable
 //	branch mouse_cheak_select_device_by_switch+1
 
-//p_mouse_connect_24g_mode:
-//	jam MODE_24G_DEVICE,mem_device_flag
-//	call p_mouse_mode_24g_device_multi_led_on
-//	branch p_mouse_start_24g_mode
-
 ifdef CLASSIC_BT
 p_mouse3_0_check_reconn_target:
 	fetch 6,mem_hci_plap
@@ -1172,52 +1224,16 @@
 
 ifdef BLE
 p_mouse4_0_check_reconn_target:
-	jam ZCODE_22,mem_zcode_temp_param0
+	jam ZCODE_12,mem_zcode_temp_param0
 	branch p_zcode_entrance
-
-p_le_check_adv_flag:
-	arg mem_le_adv_data,rega
-p_le_check_adv_flag_loop:
-	ifetch 1,rega	//length
-	rtn blank
-	iadd contr,rega
-	ifetch 1,contr	//type
-	rtneq 0x01
-	branch p_le_check_adv_flag_loop
-
-ifdef BLE_FAST_CONN_ENABLE
-p_mouse_le_fast_conn_disable:
-	jam 0x5a,mem_mouse_fast_conn_flag
-	rtn
-	
-p_mouse_fast_conn_init:
-	jam 0xff,mem_mouse_fast_conn_flag
-	jam 0x34,mem_xrecord_mode
-	setarg 0x0f0f0f
-	fetch 6,mem_24g_allpowerful_addr
-	store 6,mem_le_lap
-	rtn	
-endif
-	
 endif
 
-ifdef G24
-p_mouse_24g_pairing_button:
-	jam ZCODE_61,mem_zcode_temp_param0
-	branch p_zcode_entrance
-endif
-
-//p_mouse_devce_led_off:
-//	call mouse_device1_led_on
-//	call mouse_device2_led_on
-//	fetch 1,mem_config_low_voltage_alarm_gpio
-//	store 1,mem_mouse_struct_led_gpio
-//	branch mouse_led_on
+//ifdef G24
+//p_mouse_24g_pairing_button:
+//	jam ZCODE_42,mem_zcode_temp_param0
+//	branch p_zcode_entrance
+//endif
 
-p_mouse_spi_init:
-	jam 0x76,mem_spi_init_clk
-	branch mouse_spi_init
-	
 p_mouse_init_sunt:
 	call p_mouse_spi_init
 	call mouse_spi_sdio_gpio_pollup
@@ -1229,10 +1245,6 @@
 	nop 1000
 	branch p_mouse_init_sensor
 
-p_mouse_init_sensor_reset:
-	jam 1,mem_mouse_init_sensor_reset_flag
-	branch p_mouse_init_sunt
-
 p_mouse_init_p32xx_id2_judge:
 	call p_mouse_sensor_poweron
 	fetch 1,mem_sensor_id2
@@ -1243,24 +1255,25 @@
 
 p_mouse_mx8650_init_param:
 	jam MX8650,mem_config_sensor_type
-	setarg 0x8006
+	setarg 0x8006	//reset to factory settings
 	call twspi_write
 	call delay_10ms
 	arg mem_sensor_8650_init,regc
-	call p_sensor_wr_seq
-	branch p_mouse_dpi_config
-
-p_mouse_ka8_init_param:
-	jam KA8,mem_config_sensor_type	
-	arg mem_sensor_ka8_init,regc
 p_sensor_wr_seq:
 	ifetch 2,regc
-	rtneq 0xff
+	arg 0xffff,temp
+	isub temp,null
+	rtn zero
 	call twspi_write
 	nop 12000
 	increase 2,regc
 	branch p_sensor_wr_seq
 
+p_mouse_ka8_init_param:
+	jam KA8,mem_config_sensor_type
+	arg mem_sensor_ka8_init,regc
+	branch p_sensor_wr_seq
+
 p_mouse_8009_init_param:
 	setarg 0x16
 	call twspi_read
@@ -1285,61 +1298,10 @@
 	jam P3065,mem_config_sensor_type
 	rtn
 
-p_mouse_sensor_poweron:
-	arg mem_sensor_poweron_init,regc
-	call p_sensor_wr_seq
-	call p_mouse_dpi_config
-	fetch 1,mem_config_sensor_type
-	beq KA8,p_mouse_ka8_init_param
-	beq MX8650,p_mouse_mx8650_init_param
-	beq P8009,p_mouse_8009_init_param
-	rtn
-
-p_mouse_dpi_config:
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_EEPROM,mouse_dpi_config
-	fetch 1,mem_mouse_dpi
-	bne 0xff,p_mouse_seting_dpi
-p_mouse_dpi_config_default:
-	fetch 1,mem_config_sensor_motion
-	store 1,mem_mouse_dpi
-	branch p_mouse_seting_dpi
-
-p_mouse_sensor_powerdown:
-	setarg 0x0806
-	call twspi_read
-	or pdata,0x08,pdata
-	lshift8 pdata,pdata
-	add pdata,0x06,pdata
-	branch twspi_write	//make sdio high
-
-p_mouse_setting_config:
+p_mouse_setting_config:	
 	jam ZCODE_80,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
-p_mouse_set_gpio_control_sensor:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag 
-	rtnbit0 MOUSE_ENABLE_GPIO_CONTROL_ADC_SENSOR
-p_mouse_sensor_set_angle:
-	hfetch 1,core_gpio_pu0
-	set1 5,pdata
-	hstore 1,core_gpio_pu0	
-	call p_mouse_sensor_set_angle_2
-	hfetch 1,core_gpio_pu0
-	set0 5,pdata
-	hstore 1,core_gpio_pu0
-	rtn
-p_mouse_sensor_set_angle_2:
-	fetcht 1,mem_select_sensor_angle_gpio
-	call gpio_config_input
-	fetcht 1,mem_select_sensor_angle_gpio
-	call gpio_get_bit
-	jam MOUSE_3CLK_ANGLE,mem_config_sensor_angle
-	rtn true
-	jam MOUSE_6CLK_ANGLE,mem_config_sensor_angle
-	rtn
-	
-
 //ncs gpio output high
 p_flash_ncs_disable:
 	fetcht 1,mem_flash_ncs_gpio
@@ -1356,11 +1318,9 @@
 	hstore 1,core_gpio_sel1
 	setarg 0
 	store 4,mem_spid_tbuf
-
 	hfetch 1,core_gpio_pd3	//gpio24 can not be set pulldown
 	set0 0,pdata
 	hstore 1,core_gpio_pd3
-	
 	rtn
 
 p_mouse_load_flash_info_check:
@@ -1374,39 +1334,44 @@
 	call mouse_ble_init_address
 	fetch 1,mem_config_sensor_motion
 	store 1,mem_mouse_dpi
-//	fetch 4,mem_mouse_24g_addr_init
-//	store 4,mem_mouse_24g_addr
-//	store 4,mem_24g_addr
+	fetch 4,mem_mouse_24g_addr_init
+	store 4,mem_mouse_24g_addr
+	store 4,mem_24g_addr
 p_mouse_store_flash_device_info:
 	call p_flash_release_deep_power_down
 	call p_flash_erase_sector
 	call p_mouse_information_flash_parameters
 	call p_spid_write_flash
 	call p_wait_flash_done
-p_mouse_store_random_addr_increase_count:
+	//user flash data
+p_mouse_store_flash_user_data:
 	call p_spid_init_flash
-	arg 3,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-p_mouse_store_flash_comm:
+	arg 7,temp
+	arg mem_mouse_flash_start_temp,rega
+	arg MOUSE_USER_DATA_OFFECT,regb
 	fetch 3,mem_flash_base
 	iadd regb,pdata
 	call p_spid_write_flash
 	call p_wait_flash_done
 	call p_flash_deep_power_down
-	branch p_mouse_spi_init
+p_mouse_spi_init:
+	jam 0x76,mem_spi_init_clk
+	branch mouse_spi_init
 
-p_mouse_set_24g_addr_flash:
-	arg 4,temp
-	arg mem_24g_addr,rega
-	arg MOUSE_G24_ADDR_EEPROM_OFFECT,regb
-	rtn
-	
 p_flash_erase_sector:
 	fetch 3,mem_flash_base
 	store 3,mem_spi_write_addr
 	call flash_erase_sector+2
-	branch p_wait_flash_done
+p_wait_flash_done:
+	setarg 100000
+	call sleep
+	call spid_unlock_flash
+	setarg mem_spid_rbuf
+	hstore 2,core_spid_rxaddr
+	setarg FLASH_READ_SATUS
+	call spid_read_reg
+	bbit1 FLASH_STATUS_WIP,p_wait_flash_done
+	rtn
 
 p_spid_write_flash:
 	copy pdata,regc
@@ -1421,17 +1386,6 @@
 	istore 4,regb
 	rtn
 
-p_wait_flash_done:
-	setarg 100000	
-	call sleep
-	call spid_unlock_flash
-	setarg mem_spid_rbuf
-	hstore 2,core_spid_rxaddr
-	setarg FLASH_READ_SATUS
-	call spid_read_reg
-	bbit1 FLASH_STATUS_WIP,p_wait_flash_done
-	rtn
-
 p_mouse_information_flash_parameters:
 	setarg mem_mouse_information_end
 	arg mem_mouse_information_start,temp
@@ -1445,11 +1399,11 @@
 	call p_mouse_information_flash_parameters
 	branch spid_read_flash
 
-p_mouse_load_flash_device_info:	
+p_mouse_load_flash_device_info:
 	call p_mouse_read_flash
-	call p_mouse_load_random_addr_increase_count
-	call p_mouse_load_last_mode
+	call p_mouse_load_flash_user_data
 //	call p_mouse_check_select_device_by_switch
+//	call p_mouse_switch_Hwakeup_byPB
 	call mouse_select_btdevice
 	call mouse_select_reconn_device
 	fetch 4,mem_mouse_24g_addr
@@ -1466,23 +1420,75 @@
 	fetcht 1,mem_temp
 	call spid_write_flash_common
 	branch delay_nop100
-	
+
 p_flash_release_deep_power_down:
 	jam FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN,mem_temp
 	branch p_spid_write_flash_cmd
-	
-//p_g24_factory_check:
-//	arg 2,loopcnt
-//	arg mem_24g_addr,contr
-p_pdata_0xff_check:
-	call enable_user
-	setarg 0xffff
-p_pdata_0xff_check_loop:
-	ifetcht 2,contr
-	isub temp,null
-	ncall disable_user,zero
-	loop p_pdata_0xff_check_loop
+
+ifdef BLE_FAST_CONN_ENABLE
+p_mouse_fast_conn_disable:
+	jam 0x5a,mem_mouse_fast_conn_flag
 	rtn
+p_mouse_fast_conn_le_switch_adv:
+	jam 1,mem_le_switch_adv_timer
+	jam 1,mem_le_switch_adv_flag
+p_mouse_fast_conn_init:
+	jam 0xff,mem_mouse_fast_conn_flag
+	fetch 6,mem_24g_allpowerful_addr
+	store 6,mem_le_lap
+	rtn	
+
+endif
+
+p_mouse_load_flash_user_data:
+	call p_flash_release_deep_power_down
+	arg 7,temp
+	arg mem_mouse_flash_start_temp,rega
+	arg MOUSE_USER_DATA_OFFECT,regb
+	fetch 3,mem_flash_base
+	iadd regb,pdata
+	branch spid_read_flash
+
+//p_mouse_select_device_button_wakeup_check:
+//	jam 0,mem_mouse_select_device_button_wakeup_flag
+//	fetcht 1,mem_config_select_device_button_gpio
+//	call gpio_config_input
+//	fetcht 1,mem_config_select_device_button_gpio
+//	call gpio_get_bit
+//	nrtn true
+//	call delay_10ms
+//	fetcht 1,mem_config_select_device_button_gpio
+//	call gpio_get_bit
+//	nrtn true
+//	jam 1,mem_mouse_select_device_button_wakeup_flag
+//	rtn
+
+//p_mouse_switch_Hwakeup_byPB:
+//	fetch 1,mem_config_function_enable
+//	rtnbit1 ENABLE_SELECT_DEVICE_BY_GPIO_BUTTON
+//	fetch 1,mem_mouse_select_device_button_wakeup_flag
+//	rtn blank
+//p_mouse_switch_device:	
+//	fetcht 1,mem_device_flag
+//	increase 1,temp
+//	fetch 1,mem_device_number
+//	isub temp,null
+//	ncall mouse_select_device_count_clean,positive
+//	storet 1,mem_device_flag
+//	branch p_mouse_store_flash_device_info
+
+p_mouse_start_24g_mode:
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	rtnbit0 MOUSE_ENABLE_24G
+	fetch 1,mem_power_on_flag
+	bbit1 2,p_g24_start_24g_mode	//hibernate goto reconn
+p_mouse_start_24g_pair:
+	fetch 4,mem_mouse_24g_addr_init	//power on goto pair
+	store 4,mem_24g_addr
+	call p_mouse_store_flash_device_info	
+p_g24_auto_pair_start:
+	jam ZCODE_41,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 ifdef G24
 p_mouse_g24_package_data:
@@ -1521,17 +1527,43 @@
 	arg mem_le_tx_buffer3,contw
 	branch p_mouse_le_txbuff_copy
 
+
+p_mouse_le_current_mult_update:
+	jam 0,mem_lpm_mult
+	jam 30,mem_mouse_le_current_mult_timer
+	rtn
+
+p_mouse_data_xy_release:
+	fetch 1,mem_mouse_long_mult_flag
+	rtnne 1
+	setarg 0
+	store 1,mem_mouse_long_mult_flag
+	store 4,mem_mouse_x
+	branch p_mouse_init_sensor_reset
+
+p_mouse_sensor_poweron:
+	call p_mouse_spi_init
+	arg mem_sensor_poweron_init,regc
+	call p_sensor_wr_seq
+p_mouse_dpi_config:
+	fetch 1,mem_mouse_dpi
+	bne 0xff,p_mouse_seting_dpi
+p_mouse_dpi_config_default:
+	fetch 1,mem_config_sensor_motion
+	store 1,mem_mouse_dpi
+	branch p_mouse_seting_dpi
+
 p_mouse_le:
 	call le_fifo_check_nearly_full
 	nrtn blank
 ifdef BLE_FAST_CONN_ENABLE
 	fetch 1,mem_mouse_fast_conn_flag
 	beq 0xff,p_mouse_le_next
-endif
+endif	
 	fetch 1,mem_le_connect_status_flag
 	and pdata,0x03,pdata
 	rtnne 0x03
-p_mouse_le_next:
+p_mouse_le_next:	
 	fetch 1,mem_mouse_clear_sensor_data_flag
 	call p_mouse_clear_sensor_data,blank
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -1561,23 +1593,6 @@
 endif
 	rtn
 
-p_mouse_le_current_mult_update:
-//	fetch 1,mem_config_function_enable
-//	rtnbit1 ENABLE_SENSOR_MOTION_PIN
-	jam 0,mem_lpm_mult
-	jam 30,mem_mouse_le_current_mult_timer
-	rtn	
-
-p_mouse_data_xy_release:
-//	fetch 1,mem_config_function_enable
-//	rtnbit1 ENABLE_SENSOR_MOTION_PIN
-	fetch 1,mem_mouse_long_mult_flag
-	rtnne 1
-	setarg 0
-	store 1,mem_mouse_long_mult_flag
-	store 4,mem_mouse_x
-	branch p_mouse_init_sensor_reset
-
 p_mouse_data_init:
 	jam 7,mem_mouse_data_queue	//data length
 	jam 4,mem_mouse_data_queue+1	//fifo depth
@@ -1612,7 +1627,7 @@
 	store 1,mem_debuglog_dataval
 	fetch 1,mem_mouse_y
 	store 1,mem_debuglog_dataval+1
-	call debuglog_push	
+	call debuglog_push
 endif
 endif
 	call le_clear_md
@@ -1631,9 +1646,16 @@
 	fetch 2,mem_mouse_z
 	rtn blank
 	jam 1,mem_mouse_wheel_trigger
-	jam 2,mem_mouse_wheel_trigger_timer
+	jam 10,mem_mouse_wheel_trigger_timer
 	rtn
 
+p_mouse_clear_sensor_data:
+	jam 1,mem_mouse_clear_sensor_data_flag
+	call le_set_config_more_data
+p_mouse_init_sensor_reset:
+	jam 1,mem_mouse_init_sensor_reset_flag
+	branch p_mouse_init_sunt
+
 ifdef CLASSIC_BT
 p_mouse_bt:
 	rtn attempt
@@ -1677,17 +1699,8 @@
 	istore 5,contw
 	rtn
 
-p_mouse_clear_sensor_data:
-	jam 1,mem_mouse_clear_sensor_data_flag
-	call le_set_config_more_data
-	branch p_mouse_init_sensor_reset
 endif
 
-//p_mouse_clear_sensor_data:
-//	call le_set_config_more_data
-//	jam 1,mem_mouse_clear_sensor_data_flag
-//	branch p_mouse_sensor_poweron
-
 p_mouse_idle:
 	call ui_check_paring_button
 	call p_mouse_dpi_check
@@ -1704,16 +1717,14 @@
 	fetch 1,mem_mouse_dpi_button_state
 	rtneq DPI_BUTTON_STATE_DOWN
 	jam DPI_BUTTON_STATE_DOWN,mem_mouse_dpi_button_state
-p_mouse_dpi_down_next:
 	fetch 1,mem_mouse_dpi
 	increase 1,pdata
 	and pdata,0x03,pdata
 	store 1,mem_mouse_dpi
 //	increase 2,pdata
-//	store 2,mem_mouse_multi_led_blink_count
+//	store 1,mem_mouse_multi_led_blink_count
 //	call p_mouse_dpi_multi_led_blink
 	branch mouse_seting_dpi
-	
 p_mouse_dpi_up:
 	call p_gpio_set_input_pu
 	branch mouse_dpi_up
@@ -1730,7 +1741,7 @@
 ifdef CLASSIC_BT
 	beq BT_EVT_RECONN_FAILED,p_mouse_bb_event_reconn_failed
 	beq BT_EVT_RECONN_PAGE_TIMEOUT,p_mouse_bb_event_reconn_timeout
-	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch
+	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch	
 	beq BT_EVT_SNIFF_NOT_ACCEPT,p_mouse_sniff_not_accept
 	beq BT_EVT_BB_CONNECTED,p_mouse_bb_event_connected
 	beq BT_EVT_BB_DISCONNECTED,p_mouse_bb_event_disconnected
@@ -1746,16 +1757,29 @@
 ifdef BLE
 p_mouse_le_bb_event_connected:
 	call p_mouse_init_sensor_reset
+	call mouse_le_bb_event_connected
+ifdef BLE_FAST_CONN_ENABLE
+	setarg 0
+	store 3,mem_le_switch_adv_flag
+	fetch 6,mem_mouse_24g_addr_init
+	fetcht 6,mem_device1_addr
+	isub temp,null
+	ncall p_mouse_fast_conn_disable,zero
+endif
 	call app_ble_store_reconn_info
 	jam LATEST_MODE_BT,mem_mouse_latest_mode
-	jam 1,mem_mouse_le_bb_connected_flag
 	fetch 1,mem_mouse_le_reconnect_flag
 	nbranch p_mouse_le_bb_event_connected_next,blank
 	jam 0x14,mem_mouse_send_secutiry_request_timer
 p_mouse_le_bb_event_connected_next:
-	call p_mouse_null_enter_hibernate_disable
-	call p_mouse_data_init
-	branch mouse_le_bb_event_connected
+	jam 0,mem_mouse_poweron_bt_start_reconn_timer
+	jam 0,mem_mouse_le_adv_start
+	jam 1,mem_mouse_le_bb_connected_flag
+	jam 0,mem_mouse_le_not_tx_disconn
+	jam 0,mem_mouse_start_discovery_enable
+	call p_g24_check_51cmd_stop_24g
+	branch p_mouse_data_init
+
 
 p_mouse_le_bb_disconnected:
 	call p_mouse_sensor_powerdown_check	//sensor power down
@@ -1784,23 +1808,31 @@
 	branch p_zcode_entrance
 
 p_mouse_irtual_cable_unplug:
-	jam ZCODE_B5,mem_zcode_temp_param0
+	jam ZCODE_70,mem_zcode_temp_param0
 	branch p_zcode_entrance
-	
+
 p_mouse_sniff_not_accept:
 	jam ZCODE_B1,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_mouse_bb_event_connected:
-	jam LATEST_MODE_BT,mem_mouse_latest_mode
+	call p_mouse_store_eeprom_enable
 	call p_mouse_init_sensor_reset
+ifdef BLE_FAST_CONN_ENABLE
+	setarg 0
+	store 3,mem_le_switch_adv_flag
+endif
+	jam LATEST_MODE_BT,mem_mouse_latest_mode
+	jam 0,mem_mouse_poweron_bt_start_reconn_timer
+	jam 0,mem_mouse_le_not_tx_disconn
+	jam 0,mem_mouse_start_discovery_enable
+	call p_g24_check_51cmd_stop_24g
 	call p_mouse_null_enter_hibernate_disable
-	call p_mouse_discovey_led_blink_off
 	jam 0,mem_mouse_send_switch_req_timer
 	branch mouse_stop_discovery
 
+
 p_mouse_bb_event_disconnected:
-	nop 12000
 	call p_mouse_sensor_powerdown_check	//sensor power down
 	jam ZCODE_B4,mem_zcode_temp_param0
 	branch p_zcode_entrance
@@ -1812,129 +1844,176 @@
 
 ifdef G24
 p_mouse_24g_pairing_complete:
-	fetch 1,mem_power_on_flag
-	set1 2,pdata
-	store 1,mem_power_on_flag
+	call p_g24_transmit_by_interrupt_enable
 	call p_mouse_init_sensor_reset
-	jam ZCODE_92,mem_zcode_temp_param0
+	jam ZCODE_50,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_mouse_24g_attempt_fail:
-	jam ZCODE_C0,mem_zcode_temp_param0
+	call p_mouse_sensor_powerdown_check	//sensor power down
+	jam ZCODE_51,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
+
 p_mouse_24g_attempt_success:
-	fetch 1,mem_power_on_flag
-	set1 2,pdata
-	store 1,mem_power_on_flag
-	jam ZCODE_C1,mem_zcode_temp_param0
+	call p_mouse_init_sensor_reset
+	jam ZCODE_52,mem_zcode_temp_param0
 	branch p_zcode_entrance
-endif
 
 p_mouse_before_hibernate:
 	call p_mouse_sensor_powerdown_check
-	jam ZCODE_A4,mem_zcode_temp_param0
+	jam ZCODE_A0,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_mouse_sensor_powerdown_check:
 	fetch 1,mem_mouse_init_sensor_reset_flag
 	rtn blank
 	jam 0,mem_mouse_init_sensor_reset_flag
-	branch p_mouse_sensor_powerdown
+p_mouse_sensor_powerdown:
+	call p_mouse_init_sunt
+	setarg 0x06
+	call twspi_read
+	or pdata,0x08,pdata
+	lshift8 pdata,pdata
+	add pdata,0x06,pdata
+	branch twspi_write	//make sdio high
 
 
 p_mouse_bb_event_timer:
 ifdef ADC_ENABLE
 	call p_mouse_adc_read
 	call p_mouse_low_voltage_led_timer
+	call p_low_power_nodata_off_led_time_check
+endif
+ifdef BLE_FAST_CONN_ENABLE
+	call p_mouse_le_switch_adv_timer
 endif
 	call p_mouse_multi_led_blink_timer
 	call p_mouse_wheel_trigger_timer
-	call p_mouse_null_enter_hibernate_timer	
+	call p_mouse_null_enter_hibernate_timer
 	call p_mouse_bt_discovery_check
 	call mouse_check_discovery_timeout_timer
-//	call p_mouse_select_device	
+//	call p_mouse_check_select_device_by_switch_timer
 ifdef G24
 	call p_mouse_g24_long_sleep_param_update_timer
+	call p_mouse_g24_stop_mode_timeout_timer
 endif	
 ifdef BLE	
 	call p_mouse_check_direct_timeout_timer
 	call p_mouse_le_enable_att_list_timer
-	call p_mouse_le_current_mult_update_timer
 	call p_le_send_smp_security_request_timer
-	call p_mouse_le_fast_conn_enable_timer
+	call p_mouse_le_current_mult_update_timer	
 endif
 ifdef CLASSIC_BT
 	call p_mouse_send_switch_req_timer
 	call mouse_check_hid_handshake_timer
 	call p_mouse_bt_check_sniff_req_timeout_timer
 endif
+	call p_mouse_poweron_bt_start_reconn_timer
 	branch mouse_check_no_data_timeout_timer
 
-//p_mouse_select_device:
-//p_mouse_select_device_by_button:
+p_mouse_poweron_bt_start_reconn_timer:
+	arg mem_mouse_poweron_bt_start_reconn_timer,regc
+	arg p_mouse_check_reconn_target,regb
+	branch timer_single_step
+
+//p_mouse_check_select_device_by_switch_timer:
+//	fetch 1,mem_config_function_enable
+//	rtnbit0 ENABLE_SELECT_DEVICE_BY_SWITCH
 //	fetcht 1,mem_config_select_device_button_gpio
 //	call gpio_get_bit
-//	branch p_mouse_select_device_button_down,true
-//p_mouse_select_device_button_up:
-//	fetch 1,mem_mouse_select_device_button_wakeup_flag	
-//	nbranch p_mouse_select_button_wakeup_firstUp,blank
-//	fetch 1,mem_select_device_button_statue
-//	rtneq DPI_BUTTON_STATE_UP
+//	branch p_mouse_cheak_select_24gdevice,true
+//p_mouse_select_btdevice:
+//	fetch 1,mem_device_flag
+//	bne MODE_BT_DEVICE1,soft_reset_chip
+//	rtn
+//p_mouse_cheak_select_24gdevice:
+//	fetch 1,mem_device_flag
+//	bne MODE_24G_DEVICE,soft_reset_chip
+//	rtn
 
-//	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
-//	jam ON,mem_mouse_multi_led_blink_enable
+ifdef BLE_FAST_CONN_ENABLE
+p_mouse_le_switch_adv_timer:
+	fetch 1,mem_le_switch_adv_flag
+	rtn blank
+	arg mem_le_switch_adv_timer,regc
+	arg p_mouse_le_switch_adv,regb
+	branch timer_single_step
+p_mouse_le_switch_adv:
+	jam 1,mem_le_switch_adv_timer
+	fetch 1,mem_le_switch_adv_count
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_le_switch_adv_count
+	beq 0,p_mouse_check_fast_conn_adv_start1
+p_check_51cmd_adv:
+ifdef BLE_FAST_CONN_ENABLE
+	fetch 6,mem_le_normal_lap
+	store 6,mem_le_lap
+endif
+	call p_mouse_le_adv_data_update
+	branch check_51cmd_adv
 
-//	fetch 1,mem_mouse_long_button_select_device
-//	branch p_mouse_long_button_state_clear,blank
-//p_mouse_ready_reconnection_by_button:
-//	call p_mouse_switch_device_flag
-//	jam 0,mem_link_key_exists
-//	call p_mouse_store_flash_device_info
+p_mouse_le_adv_data_update:
+	jam 0x1f,mem_le_adv_data_len
+	jam 0x1f,mem_le_scan_data_len
+	call p_mouse_store_eeprom_enable
+	arg mem_le_adv_swift_pair,contr
+p_le_adv_data_update:
+	arg mem_le_adv_data+11,contw
+	arg 19,loopcnt
+	call memcpy
+	branch le_modified_name_adv
 
-//	call mouse_select_device_enable
-//	branch mouse_set_reconnection
+p_mouse_store_eeprom_enable:
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	branch mouse_enable_function_flag
 
-//p_mouse_switch_device_flag:
-//	fetcht 1,mem_device_flag
-//	increase 1,temp
-//	fetch 1,mem_device_number
-//	isub temp,null
-//	ncall mouse_select_device_count_clean,positive
-//	storet 1,mem_device_flag
-//	rtn	
+p_mouse_check_fast_conn_adv_start:
+p_mouse_check_fast_conn_adv_start1:
+	jam 0,mem_le_adv_data_len
+	jam 0,mem_le_scan_data_len
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_disable_function_flag
+	branch p_mouse_fast_conn_init
+endif
 
-//p_mouse_long_button_state_clear:
-//	jam 0xff,mem_mouse_long_button_select_device
-//	rtn
 
-//p_mouse_select_button_wakeup_firstUp:
-//	jam 0,mem_mouse_select_device_button_wakeup_flag	//when waked from hibernate by PB key ,first key up does not change mode 
-//	jam DPI_BUTTON_STATE_UP,mem_select_device_button_statue
-//	jam ON,mem_mouse_multi_led_blink_enable
-//	rtn	
+ifdef G24
+p_mouse_g24_long_sleep_param_update_timer:
+	arg mem_24g_long_sleep_param_update_timer,regc
+	arg p_mouse_g24_long_sleep_normal_param,regb
+	branch timer_single_step
+p_mouse_g24_long_sleep_normal_param:
+	setarg G24_LONG_SLEEP_STEP3
+	store 3,mem_24g_enter_hibernate
+p_mouse_long_mult_flag_enable:	
+	jam 1,mem_mouse_long_mult_flag
+	rtn
 
-//p_mouse_select_device_button_down:
-//	fetch 2,mem_ui_state_map
-//	bbit1 UI_STATE_BLE_ADV,p_mouse_select_device_button_down_next
-//	jam OFF,mem_mouse_multi_led_blink_enable
-//p_mouse_select_device_button_down_next:
-//	fetch 1,mem_select_device_button_statue
-//	rtneq DPI_BUTTON_STATE_DOWN
-//	jam DPI_BUTTON_STATE_DOWN,mem_select_device_button_statue
+p_mouse_g24_stop_mode_timeout_timer:
+	arg mem_24g_stop_g24_mode_timeout,regc
+	arg p_mouse_g24_stop_mode_timeout,regb
+	branch timer_single_step_2B
+p_mouse_g24_stop_mode_timeout:
+	jam 1,mem_24g_stop_g24_mode
+	fetch 1,mem_le_switch_adv_flag
+	nbranch p_mouse_wait_g24_led_off,blank
+//	fetch 2,mem_mouse_direct_timer
+//	rtn blank
+//	jam 2,mem_mouse_direct_timer
+	rtn
 
-//	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
-//	rtnbit1 APP_DISC_PB_BUTTON
+p_mouse_wait_g24_led_off:
+	jam 1,mem_24g_stop_g24_mode_timeout
+	fetch 1,mem_mouse_multi_led_blink_poweron3s_flag
+	nrtn blank
+	jam 0,mem_24g_stop_g24_mode_timeout
+//	branch p_mouse_discovery_multi_led_blink
+	rtn
+endif
 
-//	fetch 1,mem_device_flag
-//	rtnne MODE_BT_DEVICE1
-//p_mouse_pb_button_2ble_disconnect:
-//	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
-//	set1 APP_DISC_PB_BUTTON,pdata
-//	store APP_DISC_RSN_SIZE,mem_app_disconn_reason_flag
-//	branch mouse_disconnect
 
-	
 ifdef CLASSIC_BT
 p_mouse_send_switch_req_timer:
 	arg mem_mouse_send_switch_req_timer,regc
@@ -1952,32 +2031,19 @@
 
 
 ifdef BLE
-p_mouse_le_enable_att_list_timer:
-	arg mem_le_start_encrypt_timer,regc
-	arg mouse_le_write_enable,regb
-	branch timer_single_step
-
 p_mouse_check_direct_timeout_timer:
 	arg mem_mouse_direct_timer,regc
 	arg p_mouse_check_direct_timeout,regb
 	branch timer_single_step_2B
-
 p_mouse_check_direct_timeout:
-	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
-	nrtn blank
-	fetcht 1,mem_mouse_fast_conn_flag
-	sub temp,0xff,null
-	nbranch mouse_start_discovery,zero
-	branch mouse_check_direct_timeout
+	jam 1,mem_mouse_le_not_tx_disconn
+	call p_mouse_long_button_bt_normal_discovery
+	branch p_mouse_bt_discovery_button_up_init
 
-p_mouse_le_current_mult_update_timer:
-	arg mem_mouse_le_current_mult_timer,regc
-	arg p_mouse_le_current_mult_reinit,regb
+p_mouse_le_enable_att_list_timer:
+	arg mem_le_start_encrypt_timer,regc
+	arg mouse_le_write_enable,regb
 	branch timer_single_step
-p_mouse_le_current_mult_reinit:
-	fetch 1,mem_lpm_mult_init
-	store 1,mem_lpm_mult
-	branch p_mouse_long_mult_flag_enable
 
 p_le_send_smp_security_request_timer:
 	fetch 1,mem_mouse_le_bb_connected_flag
@@ -1989,33 +2055,15 @@
 	fetch 1,mem_le_send_security_request_flag
 	nrtn blank
 	branch le_pairing_sm_start
-p_mouse_le_fast_conn_enable_timer:
-	fetch 1,mem_device_flag
-	rtneq MODE_24G_DEVICE 
-	fetch 1,mem_mouse_fast_conn_flag
-	rtnne 0xff
-	fetch 1,mem_mouse_le_bb_connected_flag
-	nrtn blank
-	arg mem_mouse_le_fast_conn_enable_timer,regc
-	arg p_mouse_le_fast_conn_enable_timeout,regb
-	branch timer_single_step		
-
-p_mouse_le_fast_conn_enable_timeout:
-	branch p_mouse_start_discovery
-endif
-
 
-ifdef G24
-p_mouse_g24_long_sleep_param_update_timer:
-	arg mem_24g_long_sleep_param_update_timer,regc
-	arg p_mouse_g24_long_sleep_normal_param,regb
+p_mouse_le_current_mult_update_timer:
+	arg mem_mouse_le_current_mult_timer,regc
+	arg p_mouse_le_current_mult_reinit,regb
 	branch timer_single_step
-p_mouse_g24_long_sleep_normal_param:
-	setarg G24_LONG_SLEEP_STEP3
-	store 3,mem_24g_enter_hibernate
-p_mouse_long_mult_flag_enable:	
-	jam 1,mem_mouse_long_mult_flag
-	rtn	
+p_mouse_le_current_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+	branch p_mouse_long_mult_flag_enable
 endif
 
 p_mouse_wheel_trigger_timer:
@@ -2027,14 +2075,21 @@
 	rtn
 
 p_mouse_bt_discovery_check:
-p_mouse_bt_discovery_by_button:
+p_mouse_bt_discovery_commbination_key:
+	fetch 1,mem_mouse_dpi_button_state
+	branch p_mouse_bt_discovery_commbination_key_down,blank
 	call p_mouse_check_key_gpio
 	beq MOUSE_LMR_BUTTON,p_mouse_bt_discovery_commbination_key_down
 p_mouse_bt_discovery_commbination_key_up:
-	call mouse_bt_discovery_commbination_key_up
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init
+	fetch 1,mem_bt_discovey_button_statue
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_bt_discovey_button_statue
+p_mouse_bt_discovery_button_up_init:	
 	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
-	branch mouse_disable_function_flag
-	
+	call mouse_disable_function_flag
+	branch mouse_bt_discovery_button_down_disable
 p_mouse_bt_discovery_commbination_key_down:
 	jam 40,mem_mouse_null_enter_hibernate_timer
 	call p_mouse_bt_discovery_timer
@@ -2045,13 +2100,16 @@
 	arg p_mouse_long_button_bt_discovery,regb
 	branch timer_single_step
 p_mouse_long_button_bt_discovery:
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG
-//	jam 0,mem_mouse_long_button_select_device
-	
-	fetch 2,mem_ui_state_map
-	isolate1 UI_STATE_BLE_ADV,pdata
-	call mouse_stop_le_adv,true		//reconnect adv
+	fetch 1,mem_le_switch_adv_flag
+	nbranch p_mouse_fast_conn_adv_switch_timer_reinit,blank
+p_mouse_long_button_bt_normal_discovery:
+	isolate1 mark_24g,mark
+	call p_mouse_le_adv_start,true
+	fetch 1,mem_mouse_latest_mode
+	sub pdata,LATEST_MODE_NULL,null
+	call p_mouse_le_adv_start,zero
+
+	call p_mouse_le_adv_data_update
 	fetch 2,mem_ui_state_map
 	isolate1 UI_STATE_BT_RECONNECT,pdata
 	call mouse_cancel_reconnect,true
@@ -2059,41 +2117,36 @@
 	call mouse_enable_function_flag
 	branch mouse_long_button_bt_discovry
 
+p_mouse_le_adv_start:
+	jam 1,mem_mouse_le_adv_start
+	rtn
+
+p_mouse_fast_conn_adv_switch_timer_reinit:
+	fetch 2,mem_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	rtn
+
 p_mouse_null_enter_hibernate_timer:
-	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
-	nrtn blank
 	fetch 1,mem_mouse_null_enter_hibernate_flag
 	rtn blank
 	arg mem_mouse_null_enter_hibernate_timer,regc
 	arg p_mouse_null_enter_hibernate,regb
 	branch timer_single_step
-
 p_mouse_null_enter_hibernate:
 	jam 0,mem_mouse_null_enter_hibernate_flag
 	branch app_enter_hibernate
-p_mouse_null_enter_hibernate_enable:	//ble never connected
-	jam 1,mem_mouse_null_enter_hibernate_flag
-	jam 40,mem_mouse_null_enter_hibernate_timer	//lmr 3s
-	rtn
+
 p_mouse_null_enter_hibernate_disable:	//ble never connected
 	jam 0,mem_mouse_null_enter_hibernate_flag
 	jam 0,mem_mouse_null_enter_hibernate_timer	//lmr 3s
 	rtn	
-//p_mouse_null_enter_hibernate_check:
-//	fetch 2,mem_ui_state_map
-//	rtnbit1 UI_STATE_BLE_CONNECTED
-//	rtnbit1 UI_STATE_BT_CONNECTED
-//	rtnmark1 mark_24g
-//	branch p_mouse_null_enter_hibernate_enable
-
-p_mouse_multi_led_blink_timer:
-	fetch 1,mem_mouse_multi_led_blink_enable
-	rtn blank
-	fetch 1,mem_mouse_multi_led_type
-//	beq MULTI_LED_ON,p_mouse_multi_led_type_on
-	beq MULTI_LED_BLINK,p_mouse_multi_led_type_blink
-	rtn
 
+//p_mouse_multi_led_blink_timer:
+//	fetch 1,mem_mouse_multi_led_blink_enable
+//	rtn blank
+//	branch p_mouse_multi_led_type_blink
+//	fetch 1,mem_mouse_multi_led_type
+//	beq MULTI_LED_BLINK,p_mouse_multi_led_type_blink
 //p_mouse_multi_led_type_on:
 //	call p_mouse_multi_led_on
 //	fetch 1,mem_mouse_multi_led_on_timer
@@ -2103,63 +2156,80 @@
 //	isub temp,null
 //	call p_mouse_multi_led_off_poweron2s,zero
 //	rtn
-//p_mouse_multi_led_off_poweron2s:
-//	jam 0,mem_mouse_multi_led_on_poweron2s_flag
-//	branch p_mouse_multi_led_off
-	
-p_mouse_multi_led_type_blink:
-	fetch 1,mem_mouse_multi_led_blink_timer
-	increase -1,pdata
-	store 1,mem_mouse_multi_led_blink_timer
-	nrtn blank
-	fetch 1,mem_mouse_multi_led_blink_timer_init
-	store 1,mem_mouse_multi_led_blink_timer
+//p_mouse_multi_led_off_poweron2s:
+//	jam 0,mem_mouse_multi_led_on_poweron2s_flag
+//	call p_mouse_multi_led_off
+//	fetch 1,mem_device_flag
+//	rtnne MODE_BT_DEVICE1
+//	fetch 2,mem_ui_state_map
+//	rtnbit1 UI_STATE_BLE_CONNECTED
+//	rtnbit1 UI_STATE_BT_CONNECTED
+//	fetch 1,mem_mouse_fast_conn_flag
+//	bne 0xff,p_mouse_bt_reconn_multi_led_blink
+//p_mouse_discovery_multi_led_blink:
+//	jam 0,mem_mouse_multi_led_blink_poweron3s_flag
+//	jam 1,mem_mouse_multi_led_blink_timer_init	//300ms
+//p_mouse_discovery_multi_led_blink1:	
+//	jam 0,mem_mouse_multi_led_blink_count_limited
+//	jam 1,mem_mouse_multi_led_blink_count//0 will clear mem_mouse_multi_led_blink_enable/mem_mouse_multi_led_type
+//p_mouse_multi_led_blink_enable:
+//	jam 5,mem_mouse_multi_led_blink_timer
+//	jam ON,mem_mouse_multi_led_blink_enable
+//	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
+//	rtn
+
+//p_mouse_bt_reconn_multi_led_blink:
+//	jam 3,mem_mouse_multi_led_blink_timer_init	//500ms
+//	branch p_mouse_discovery_multi_led_blink1
+
+//p_mouse_multi_led_type_blink:
+//	arg mem_mouse_multi_led_blink_timer,regc
+//	arg p_mouse_multi_led_type_blink_timeout,regb
+//	branch timer_single_step
+//p_mouse_multi_led_type_blink_timeout:
+//	fetch 1,mem_mouse_multi_led_blink_timer_init
+//	store 1,mem_mouse_multi_led_blink_timer
 //	fetch 1,mem_mouse_multi_led_blink_count_limited
 //	branch p_mouse_multi_led_blink_count_no_limited,blank
 //	fetch 1,mem_mouse_multi_led_blink_count
 //	branch p_mouse_multi_led_blink_off,blank
 //	increase -1,pdata
 //	store 1,mem_mouse_multi_led_blink_count
-p_mouse_multi_led_blink_count_no_limited:
-	fetch 1,mem_mouse_multi_led_state
-	beq ON,p_mouse_multi_led_off
-	beq OFF,p_mouse_multi_led_on
-	rtn
+//p_mouse_multi_led_blink_count_no_limited:
+//	fetch 1,mem_mouse_multi_led_state
+//	beq ON,p_mouse_multi_led_off
+//p_mouse_multi_led_on:
+//	jam ON,mem_mouse_multi_led_state
+//	fetcht 1,mem_mouse_multi_led_gpio
+//	call gpio_config_output	
+//	fetcht 1,mem_mouse_multi_led_gpio
+//	branch gpio_out_inactive
 
-p_mouse_multi_led_on:
-	jam ON,mem_mouse_multi_led_state
-//	fetch 1,mem_device_flag
-//	beq MODE_24G_DEVICE,p_mouse_multi_down_led_on
-p_mouse_multi_up_led_on:
-	fetcht 1,mem_mouse_multi_led_gpio 
-	call gpio_config_output 
-	fetcht 1,mem_mouse_multi_led_gpio
-	branch gpio_out_active
-//p_mouse_multi_down_led_on:
+//p_mouse_discovey_led_blink_off:
+//	fetch 1,mem_mouse_multi_led_on_timer
+//	nrtn blank
+//	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
+//	nrtn blank
+//	fetch 1,mem_mouse_multi_led_blink_poweron3s_flag
+//	nrtn blank
+//p_mouse_multi_led_blink_off:
+//	setarg 0
+//	store 3,mem_mouse_multi_led_blink_timer
+//p_mouse_multi_led_off:
+//	fetch 1,mem_mouse_multi_led_blink_count
+//	nbranch p_mouse_multi_led_off_wait_blink_over,blank
+//	jam 0,mem_mouse_multi_led_blink_poweron3s_flag	
+//	jam 0,mem_mouse_multi_led_blink_enable
+//	jam 0,mem_mouse_multi_led_type
+//p_mouse_multi_led_off_wait_blink_over:
+//	jam 0,mem_mouse_multi_led_on_timer
+//	jam OFF,mem_mouse_multi_led_state
+//p_mouse_multi_led_gpio_set_high:
+//	fetcht 1,mem_mouse_multi_led_gpio
+//	call gpio_config_output
 //	fetcht 1,mem_mouse_multi_led_gpio
-//	set1 7,temp 
-//	call gpio_config_output 
-//	fetcht 1,mem_mouse_multi_led_gpio 
 //	branch gpio_out_active
-	
-
-p_mouse_multi_led_blink_off:
-	setarg 0
-	store 3,mem_mouse_multi_led_blink_timer
-p_mouse_multi_led_off:
-	fetch 1,mem_mouse_multi_led_blink_count
-	nbranch p_mouse_multi_led_off_wait_blink_over,blank
-	jam 0,mem_mouse_multi_led_blink_enable
-	jam 0,mem_mouse_multi_led_type
-p_mouse_multi_led_off_wait_blink_over:
-	jam 0,mem_mouse_multi_led_on_timer
-	jam OFF,mem_mouse_multi_led_state
-p_mouse_multi_led_off2:
-	fetcht 1,mem_mouse_multi_led_gpio
-	set0 gpio_active_bit,temp
-	branch gpio_set_high_impedance
 
-	
 //p_mouse_mode_bt_device1_multi_led_on:
 //p_mouse_mode_24g_device_multi_led_on:
 //	jam 1,mem_mouse_multi_led_on_poweron2s_flag
@@ -2167,52 +2237,52 @@
 //	jam MULTI_LED_ON,mem_mouse_multi_led_type
 //	jam 0,mem_mouse_multi_led_on_timer
 //	rtn
-
-p_mouse_discovery_multi_led_blink:
-	jam 0,mem_mouse_multi_led_on_poweron2s_flag
-	jam 2,mem_mouse_multi_led_blink_timer_init	//200ms
-//	jam 0,mem_mouse_multi_led_blink_count_limited
-	jam 1,mem_mouse_multi_led_blink_count//0 will clear mem_mouse_multi_led_blink_enable/mem_mouse_multi_led_type
-p_mouse_multi_led_blink_enable:
-	jam 2,mem_mouse_multi_led_blink_timer
-	jam ON,mem_mouse_multi_led_blink_enable
-	jam MULTI_LED_BLINK,mem_mouse_multi_led_type
-	rtn
-
-p_mouse_discovey_led_blink_off:
-	fetch 1,mem_mouse_multi_led_on_timer
-	nrtn blank
-	fetch 1,mem_mouse_multi_led_on_poweron2s_flag
-	nrtn blank
-	branch p_mouse_multi_led_blink_off
 		
 //p_mouse_dpi_multi_led_blink:
 //	jam 3,mem_mouse_multi_led_blink_timer_init	//300ms
 //	jam 1,mem_mouse_multi_led_blink_count_limited
 //	branch p_mouse_multi_led_blink_enable
+
+//p_mouse_mode_24g_device_multi_led_blink3s:
+//	jam 5,mem_mouse_multi_led_blink_count
+//	jam 10,mem_mouse_multi_led_blink_timer_init	//100ms
+//	jam 1,mem_mouse_multi_led_blink_count_limited
+//	branch p_mouse_multi_led_blink_enable
 	
+p_mouse_multi_led_blink_timer:
+	fetch 1,mem_mouse_discovery_timer
+	rtn blank
+	bbit1 2,p_mouse_multi_led_on
+	branch p_mouse_multi_led_off
+
+
+p_mouse_multi_led_on:
+	fetcht 1,mem_mouse_multi_led_gpio
+	call gpio_config_output
+	fetcht 1,mem_mouse_multi_led_gpio
+	branch gpio_out_inactive
+
+p_mouse_multi_led_off:
+	fetcht 1,mem_mouse_multi_led_gpio
+	call gpio_config_output
+	fetcht 1,mem_mouse_multi_led_gpio
+	branch gpio_out_active
 
 ifdef ADC_ENABLE
 p_mouse_adc_read:
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 //	rtnbit0 MOUSE_ENABLE_ADC
-	fetch 2,mem_mouse_multi_led_blink_count
-	nrtn blank
 	fetch 1,mem_adc_read_timer
 	increase 1,pdata
 	store 1,mem_adc_read_timer
 	sub pdata,10,null              //1s read adc
 	rtn positive
+	
 	call adc_init_data
+	
 	jam 0,mem_adc_read_timer
 	call adc_set_mode
 	call vdd_calculate_by_mode
-	add pdata,0x1c,pdata
-
-	arg 0x0122,temp			//compare to 2.9V
-	isub temp,null
-	ncall p_mouse_vlotage_sub,positive
-	
 	store 2,mem_mouse_vdd_now_vol
 	arg mem_mouse_vdd_calculate_set,rega
 	call p_adc_bat_percent_lowpower_out
@@ -2227,12 +2297,10 @@
 	fetch 1,mem_mouse_adc_last_low_voltage_flag
 	rtn blank
 	jam 0,mem_mouse_adc_last_low_voltage_flag
-	branch p_mouse_multi_led_off
-
-p_mouse_vlotage_sub:
-	arg 0x0b,temp
-	isub temp,pdata
-	rtn
+p_mouse_adc_low_volatage_led_off:
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	store 1,mem_mouse_struct_led_gpio
+	branch mouse_led_on
 
 //p_adc_set_mode:
 //	fetch 1,mem_adc_config_flag
@@ -2265,110 +2333,124 @@
 	rtn
 
 p_mouse_low_voltage_led_timer:
+	fetch 1,mem_low_power_led_blink_flag
+	nrtn blank	//15s no action
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_LOW_VOLTAGE_FLAG
 	fetch 2,mem_ui_state_map
 	rtnbit1 UI_STATE_BLE_ADV
-//	rtnbit1 UI_STATE_BT_DISCOVERY
-	fetch 2,mem_mouse_multi_led_blink_count
-	nrtn blank
+	rtnbit1 UI_STATE_BT_DISCOVERY
+	fetch 1,mem_config_low_voltage_alarm_gpio
+	store 1,mem_mouse_struct_led_gpio
 
+	setarg G24_LONG_SLEEP_STEP2
+	store 3,mem_24g_enter_hibernate
+	
 	fetch 1,mem_adc_low_volatage_led_timer_count
 	pincrease 1
 	store 1,mem_adc_low_volatage_led_timer_count
-	beq 5,p_mouse_multi_led_on
+	beq 5,mouse_low_voltage_led_on
 	sub pdata,10,null
 	nbranch p_mouse_adc_low_volatage_led_timer_count_clean,positive
 	rtn
 p_mouse_adc_low_volatage_led_timer_count_clean:
 	jam 1,mem_adc_low_volatage_led_timer_count
-	branch p_mouse_multi_led_off
+	branch mouse_low_voltage_led_off
 
-//p_low_power_no_data_off_led_time:
-//	fetch 1,mem_low_power_check_count
-//	increase 1,pdata
-//	store 1,mem_low_power_check_count
-//	sub pdata,LOW_VOLTAGE_LED_COUNT,null
-//	rtn positive
-//p_low_power_no_data_off_led_time_nolimited:
-//	jam 0,mem_low_power_led_blink_flag
-//	jam 0x96,mem_low_power_no_data_off_led_time
-//	rtn
-//p_low_power_nodata_off_led_time_check:
-//	arg mem_low_power_no_data_off_led_time,regc
-//	arg p_mouse_check_low_power_nodata_timeout,regb
-//	branch timer_single_step
-//p_mouse_check_low_power_nodata_timeout:
-//	setarg G24_LONG_SLEEP_STEP3
-//	store 3,mem_24g_enter_hibernate
-//	jam 1,mem_low_power_led_blink_flag
-//	branch p_mouse_adc_low_volatage_led_off
+p_low_power_no_data_off_led_time:
+	fetch 1,mem_low_power_check_count
+	increase 1,pdata
+	store 1,mem_low_power_check_count
+	sub pdata,LOW_VOLTAGE_LED_COUNT,null
+	rtn positive
+p_low_power_no_data_off_led_time_nolimited:
+	jam 0,mem_low_power_led_blink_flag
+	jam 0x96,mem_low_power_no_data_off_led_time
+	rtn
+p_low_power_nodata_off_led_time_check:
+	arg mem_low_power_no_data_off_led_time,regc
+	arg p_mouse_check_low_power_nodata_timeout,regb
+	branch timer_single_step
+p_mouse_check_low_power_nodata_timeout:
+	setarg G24_LONG_SLEEP_STEP3
+	store 3,mem_24g_enter_hibernate
+	jam 1,mem_low_power_led_blink_flag
+	branch p_mouse_adc_low_volatage_led_off
 endif
 
 p_mouse_seting_dpi:
 p_mouse_seting_sensor_type:
-	fetch 1,mem_config_sensor_type
+//	fetch 1,mem_config_sensor_type
 //	beq P3212,p_mouse_seting_3212_dpi
-	beq P3065_XY,p_mouse_seting_3065XY_dpi
-	beq MX8650,p_mouse_seting_3065XY_dpi
-	beq KA8,p_mouse_seting_ka8_dpi
-	beq P8009,p_mouse_seting_3205_dpi
-p_mouse_seting_3205_dpi:
+//	beq P3065_XY,p_mouse_seting_3065XY_dpi
+//	beq MX8650,p_mouse_seting_3065XY_dpi
+//	beq KA8,p_mouse_seting_ka8_dpi
+//	beq P8009,p_mouse_seting_3205_dpi
+//	branch p_mouse_seting_3065XY_dpi
+p_mouse_seting_320x_dpi:
 	fetch 1,mem_mouse_dpi
 	sub pdata,MOUSE_DPI_LEVEL2,null
-	call p_mouse_3205_dpi_recount,zero
+	call p_mouse_320x_dpi_recount,zero
 	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL1,p_mouse_3205_set_cpi1
-	beq MOUSE_DPI_LEVEL4,mouse_set_cpi3	//1600
-	branch mouse_set_cpi2					//1200
-p_mouse_3205_dpi_recount:
+	beq MOUSE_DPI_LEVEL1,p_mouse_set_cpi1
+	beq MOUSE_DPI_LEVEL4,p_mouse_set_cpi4
+p_mouse_set_cpi3:
+	fetch 1,mem_config_sensor_type
+//	beq P3212,mouse_set_p3212_cpi3
+	beq P3065_XY,p_mouse_3065xy_set_cpi3
+	beq MX8650,p_mouse_3065xy_set_cpi3
+	beq KA8,p_mouse_ka8_set_cpi3
+p_mouse_320x_set_cpi3:	
+	fetch 1,mem_320x_dpi_3
+p_mouse_dpi_store:
+	store 1,mem_mouse_cpi_count
+	branch mouse_p3205_dpi+3
+p_mouse_320x_dpi_recount:
 	jam MOUSE_DPI_LEVEL3,mem_mouse_dpi
 	rtn
-p_mouse_3205_set_cpi1:		//800
+
+p_mouse_set_cpi1:
+	fetch 1,mem_config_sensor_type
+//	beq P3212,mouse_set_p3212_cpi1
+	beq P3065_XY,p_mouse_3065xy_set_cpi1
+	beq MX8650,p_mouse_3065xy_set_cpi1
+	beq KA8,p_mouse_ka8_set_cpi1
+p_mouse_320x_set_cpi1:	
 	fetch 1,mem_320x_dpi_1
 	branch p_mouse_dpi_store
 
-p_mouse_seting_3065XY_dpi:
-	fetch 1,mem_mouse_dpi
-	sub pdata,MOUSE_DPI_LEVEL2,null
-	call p_mouse_3205_dpi_recount,zero
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL1,p_mouse_3065xy_set_cpi1
-	beq MOUSE_DPI_LEVEL4,p_mouse_3065xy_set_cpi4
+p_mouse_set_cpi4:
+	fetch 1,mem_config_sensor_type
+//	beq P3212,mouse_set_p3212_cpi4
+	beq P3065_XY,p_mouse_3065xy_set_cpi4
+	beq MX8650,p_mouse_3065xy_set_cpi4
+	beq KA8,p_mouse_ka8_set_cpi4
+p_mouse_320x_set_cpi4:	
+	fetch 1,mem_320x_dpi_4
+	branch p_mouse_dpi_store
+
 p_mouse_3065xy_set_cpi3:
-	fetch 1,mem_320x_dpi_3
-	increase -1,pdata
-p_mouse_dpi_store:
-	store 1,mem_mouse_cpi_count
-	branch mouse_p3205_dpi+3
+	fetch 1,mem_3065xy_dpi_3
+	branch p_mouse_dpi_store
 p_mouse_3065xy_set_cpi1:
-	fetch 1,mem_320x_dpi_1
-	increase -1,pdata
+	fetch 1,mem_3065xy_dpi_1
 	branch p_mouse_dpi_store
 p_mouse_3065xy_set_cpi4:
-	fetch 1,mem_320x_dpi_4
-	increase -1,pdata
+	fetch 1,mem_3065xy_dpi_4
 	branch p_mouse_dpi_store
 
-//p_mouse_seting_3212_dpi:
-//	fetch 1,mem_mouse_dpi
-//	sub pdata,MOUSE_DPI_LEVEL2,null
-//	call p_mouse_3205_dpi_recount,zero
-//	fetch 1,mem_mouse_dpi
-//	beq MOUSE_DPI_LEVEL1,mouse_set_p3212_cpi1
-//	beq MOUSE_DPI_LEVEL4,mouse_set_p3212_cpi4
-//	branch mouse_set_p3212_cpi3
+p_mouse_ka8_set_cpi3:
+	fetch 1,mem_320x_dpi_3
+p_mouse_ka8_dpi_store:
+	increase 2,pdata
+	branch p_mouse_dpi_store
+p_mouse_ka8_set_cpi1:
+	fetch 1,mem_320x_dpi_1
+	branch p_mouse_ka8_dpi_store
+p_mouse_ka8_set_cpi4:
+	fetch 1,mem_320x_dpi_4
+	branch p_mouse_ka8_dpi_store
 
-p_mouse_seting_ka8_dpi:
-	fetch 1,mem_mouse_dpi
-	call p_mouse_3205_dpi_recount,blank
-	fetch 1,mem_mouse_dpi
-	beq MOUSE_DPI_LEVEL2,mouse_set_cpi2			//800
-	beq MOUSE_DPI_LEVEL4,p_mouse_ka8_set_cpi3		//1600
-	branch mouse_set_cpi4							//1200
-p_mouse_ka8_set_cpi3:	
-	setarg 5
-	branch mouse_p3205_dpi
 
 p_mouse_motion:
 	disable user
@@ -2376,23 +2458,16 @@
 	store 6,mem_mouse_x
 	call p_mouse_cheak_sensor_data
 	call mouse_zwheel
-//	call mouse_t_zwheel
+	call mouse_t_zwheel
 	call p_mouse_key
-ifdef MOUSE_SMOOTHER
-	nbranch p_mouse_motion_nodata,user
+ifdef MOUSE_SMOOTHER	
+	nbranch p_drawing_optima_init,user
 	call p_drawing_optima
 else
-	nbranch p_mouse_motion_nodata,user
+	nrtn user
 endif
 	branch mouse_motion+9
 
-p_mouse_motion_nodata:	
-ifdef MOUSE_SMOOTHER
-	call p_drawing_optima_init
-endif	
-	jam 0,mem_low_power_check_count
-	rtn
-
 p_mouse_key:
 	call p_mouse_check_key_gpio
 	branch mouse_key+1
@@ -2432,6 +2507,7 @@
 	setflag true,2,rega			//true = 1,input low level
 	rtn
 p_mouse_check_bk_key_gpio:
+
 	fetcht 1,mem_bk_button_gpio
 	call p_gpio_set_input_pd
 	fetcht 1,mem_bk_button_gpio
@@ -2444,8 +2520,13 @@
 	fetcht 1,mem_fw_button_gpio
 	call gpio_get_bit
 	nsetflag true,4,rega
-	branch p_gpio_set_input_pu
-
+p_gpio_set_input_pu:
+	set1 gpio_active_bit,temp
+	arg core_gpio_pu0,contw
+	call gpio_set_bit
+	set0 gpio_active_bit,temp
+	branch p_gpio_set_input_pd4
+	
 p_gpio_set_input_pd:
 	set0 gpio_active_bit,temp
 	arg core_gpio_pu0,contw
@@ -2453,32 +2534,20 @@
 	set1 gpio_active_bit,temp
 p_gpio_set_input_pd4:	
 	arg core_gpio_pd0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_oe0,contw
-	branch gpio_set_bit
+	branch gpio_set_high_impedance+4
+
 
-p_gpio_set_input_pu:
-	set1 gpio_active_bit,temp
-p_gpio_set_input_pu1:	
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	branch p_gpio_set_input_pd4
-	
 p_mouse_cheak_sensor_data:
 	fetch 1,mem_config_sensor_type
-	beq P3212,p_mouse_p3212_sensor_motion
+//	beq P3212,p_mouse_p3212_sensor_motion
 	beq P8009,p_mouse_p8009_sensor_motion
-p_mouse_p32xx_sensor_motion:	
+p_mouse_p32xx_sensor_motion:
 	call mouse_clear_sensor_data
 	disable user
-//	fetch 1,mem_config_function_enable
-//	bbit0 ENABLE_SENSOR_MOTION_PIN,mouse_p32xx_sensor_motion_2
-//	fetcht 1,mem_sensor_data_gpio
-//	call gpio_get_bit
-//	nrtn true
 	branch mouse_p32xx_sensor_motion_2
+//p_mouse_p3212_sensor_motion:
+//	call mouse_clear_sensor_data
+//	branch mouse_p3212_sensor_motion_1
 
 p_mouse_p8009_sensor_motion:
 	call mouse_clear_sensor_data
@@ -2496,70 +2565,30 @@
 	setarg 0
 	store 6,mem_mouse_x
 	rtn
-
-p_mouse_p3212_sensor_motion:
-	call mouse_clear_sensor_data
-//	fetch 1,mem_config_function_enable
-//	bbit0 ENABLE_SENSOR_MOTION_PIN,mouse_p3212_sensor_motion_1
-//	fetcht 1,mem_sensor_data_gpio
-//	call gpio_get_bit
-//	nrtn true
-	branch mouse_p3212_sensor_motion_1
-
+	
 p_mouse_bb_event_discovery_btn:
 	call p_mouse_null_enter_hibernate_disable
 ifdef G24	
 	isolate1 mark_24g,mark
 	call p_g24_check_51cmd_stop_24g,true
 endif
-	branch mouse_bb_event_discovery_btn+1
+	jam 0,mem_mouse_send_blank_timer
+	fetch 1,mem_mouse_le_not_tx_disconn
+	call mouse_disconnect,blank
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	branch mouse_bb_event_discovery_btn+3
 
 ifdef BLE
-p_le_addr_random_config:
-	jam ZCODE_81,mem_zcode_temp_param0
-	branch p_zcode_entrance	
-
 p_mouse_start_discovery:
-	jam ZCODE_50,mem_zcode_temp_param0
+	jam 0,mem_lpm_mode
+	jam ZCODE_30,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
-p_mouse_load_random_addr_increase_count:
-	call p_flash_release_deep_power_down
-	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-p_mouse_load_flash_comm:
-	fetch 3,mem_flash_base
-	iadd regb,pdata
-	branch spid_read_flash
-
-p_mouse_load_last_mode:
-	call p_flash_release_deep_power_down
-	arg 1,temp
-	arg mem_mouse_latest_mode,rega
-	arg MOUSE_DEVICE_MODE_EEPROM_OFFSET,regb
-	branch p_mouse_load_flash_comm
-
-p_le_adv_data_update:
-	arg mem_le_adv_data+11,contw
-	arg 19,loopcnt
-	call memcpy
-	branch le_modified_name_adv
-
 p_mouse_stop_discovery:
-	setarg 0
-	store 2,mem_mouse_discovery_timer
+//	call p_mouse_discovey_led_blink_off
 	call p_mouse_init_sensor_reset		//clear sensor data,confirm the motion pin high
-	fetch 1,mem_device_option
-	isolate1 MODE_4_MOUSE,pdata
-	call mouse_stop_le_adv,true
-	fetch 1,mem_device_option
-	isolate1 MODE_3_MOUSE,pdata
-	call mouse_stop_bt3_discovery,true
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOUSE_ENABLE_DISCOVERY_SENSOR_LED,mouse_sensor_led_blink_stop
-	branch p_mouse_discovey_led_blink_off
-
+	branch mouse_stop_discovery+1
 
 ifdef BLE
 p_le_slave_match:
@@ -2586,11 +2615,11 @@
 	branch le_receive_skip+2
 
 p_le_update_param:
-	jam ZCODE_40,mem_zcode_temp_param0
+	jam ZCODE_20,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_le_update_channel_map:
-	jam ZCODE_41,mem_zcode_temp_param0
+	jam ZCODE_21,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_le_prepare_tx:
@@ -2641,8 +2670,9 @@
 endif
 	rtn
 
+	
 p_le_prepare_tx_wak:
-	call p_le_check_tx_retransmit_setmd
+	call p_le_check_tx_retransmit_setmd	
 p_le_power_ctrl_pac_succ_decrs:
 ifdef DEBUGLOG
 ifdef DEBUGLOG_MISC
@@ -2653,15 +2683,7 @@
 	call debuglog_push	
 endif
 endif
-power_ctrl_pac_succ_decrs:
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	sub pdata,2,null
-	ncall power_ctrl_pac_succ_cnt_reinit,positive
-	fetch 1,mem_power_ctrl_pac_succ_cnt
-	rtneq 0
-	increase -1,pdata
-	store 1,mem_power_ctrl_pac_succ_cnt
-	rtn
+	branch power_ctrl_pac_succ_decrs
 
 p_mouse_le_reconn_write_enable_timer_reinit:
 	fetch 1,mem_mouse_le_reconnect_flag
@@ -2669,7 +2691,7 @@
 	fetch 1,mem_le_connect_status_flag
 	and pdata,0x03,pdata
 	rtneq 0x03
-	jam 1,mem_le_start_encrypt_timer
+	jam 2,mem_le_start_encrypt_timer
 	rtn
 
 p_le_parse:
@@ -2690,8 +2712,19 @@
 	branch le_parse_l2cap
 p_le_parse_ll:
 	fetch 1,mem_le_rxbuf+2
+	beq LL_CONNECTION_UPDATE_REQ,p_le_parse_connection_update_req
 	beq LL_CHANNEL_MAP_REQ,p_le_parse_channel_map_req
 	branch le_parse_ll+1
+p_le_parse_connection_update_req:
+	call le_parse_connection_update_req
+	fetch 1,mem_mouse_le_updata_not_accepted_flag
+	rtn blank
+//ipad not accepted updata, need reinit mem_lpm_mult.   mem_lpm_mult = LL_CONNECTION_UPDATE_REQ latency = 04	
+p_mouse_le_conn_param_update_rsp_not_accepted_mult_reset:	
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	store 1,mem_lpm_mult_init
+	rtn		
 p_le_parse_channel_map_req:
 	ifetch 5,contr
 	store 5,mem_le_new_map
@@ -2749,7 +2782,6 @@
 	beq 0x13,le_send_att_error_response_notfound
 	fetcht 2,mem_le_att_handle
 	branch le_send_att_read_response
-
 p_le_send_att_read_response_check_auth:
 	fetch 2,mem_le_pairing_handle
 	isub temp,null
@@ -2762,12 +2794,10 @@
 	ifetch 1,contr
 	beq SMP_PAIRING_REQUEST,p_le_parse_smp_pairing_request
 	beq SMP_PAIRING_FAILED,p_le_parse_smp_pairing_failed
-	branch le_parse_smp+2
-
+	branch le_parse_smp+1
 p_le_parse_smp_pairing_request:
 	jam 1,mem_le_send_security_request_flag
-	branch le_parse_smp_pairing_request
-	
+	branch le_parse_smp_pairing_request	
 p_le_parse_smp_pairing_failed:
 	jam ZCODE_82,mem_zcode_temp_param0
 	branch p_zcode_entrance
@@ -2800,10 +2830,8 @@
 	branch le_lpm_set_mult_attempt+3
 
 p_le_mouse_bb_event_connect_complete:
-	jam ZCODE_42,mem_zcode_temp_param0
+	jam ZCODE_22,mem_zcode_temp_param0
 	branch p_zcode_entrance
-	
-	
 endif
 
 p_twspi_reset:
@@ -2859,7 +2887,8 @@
 	call master_send_packet
 	set1 mark_role_switch_receive_fhs,mark
 	set0 mark_fhs_already_good,mark
-	force 1,am_addr	/* process_fhs will update am_addr, so slave will not receive fhs succeffully sometimes */
+	fetch 1,mem_amaddr
+	iforce am_addr	//use current LT_ADDR
 	jam 2,mem_newconnto_counter
 	branch p_roles_waitfhs_loop
 
@@ -2874,7 +2903,7 @@
 	branch process_dmh+1
 
 p_quit_connection_cont:
-	jam ZCODE_43,mem_zcode_temp_param0
+	jam ZCODE_23,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_prepare_tx:
@@ -2942,11 +2971,11 @@
 	rtn	
 
 p_mouse_bb_disconnected:
-	jam ZCODE_10,mem_zcode_temp_param0
+	jam ZCODE_01,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_hid_rx_process:
-	jam ZCODE_11,mem_zcode_temp_param0
+	jam ZCODE_02,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_parse_lmp_accepted:
@@ -2965,7 +2994,6 @@
 p_send_lmp:
 	disable user
 	call lmo_fifo_process
-
 ifdef DEBUGLOG
 ifdef DEBUGLOG_SEND_LMP
 	setarg DEBUGLOG_DTYPE_SEND_LMP
@@ -2979,21 +3007,20 @@
 	ncall debuglog_push,blank
 endif
 endif
-	
 	fetch 1,mem_lmp_to_send
 	rtn blank
 	bbit1 7,p_send_lmp_escape
 	beq LMP_ACCEPTED,p_send_lmp_accepted
 	beq LMP_SETUP_COMPLETE,p_send_lmp_setup_complete
-	beq LMP_SNIFF_REQ, p_send_lmp_sniff_req
+	beq LMP_SNIFF_REQ,p_send_lmp_sniff_req
 	branch send_lmp0
 
 p_send_lmp_escape:
-	jam ZCODE_20,mem_zcode_temp_param0
+	jam ZCODE_10,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_send_lmp_accepted:
-	jam ZCODE_21,mem_zcode_temp_param0
+	jam ZCODE_11,mem_zcode_temp_param0
 	branch p_zcode_entrance
 
 p_send_lmp_setup_complete:
@@ -3174,7 +3201,15 @@
 	increase 1,pdata
 	store 1,mem_power_ctrl_pac_succ_cnt
 	rtn
-
+power_ctrl_pac_succ_decrs:
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	sub pdata,2,null
+	ncall power_ctrl_pac_succ_cnt_reinit,positive
+	fetch 1,mem_power_ctrl_pac_succ_cnt
+	rtneq 0
+	increase -1,pdata
+	store 1,mem_power_ctrl_pac_succ_cnt
+	rtn
 power_ctrl_pac_succ_cnt_reinit:
 	jam 3,mem_power_ctrl_pac_succ_cnt
 	rtn
@@ -3216,7 +3251,7 @@
 
 power_ctrl_txpower_decrs_check:
 	fetch 1,mem_power_ctrl_pac_succ_cnt
-	rtnne 32
+	rtnne 50
 	jam 0,mem_power_ctrl_pac_succ_cnt
 power_ctrl_txpower_decrs:
 	fetcht 1,mem_rssi_avg_received
@@ -3302,7 +3337,7 @@
 //	beq TX_POWER_0DB,p_set_tx_power_0db
 //	beq TX_POWER_3DB,p_set_tx_power_3db	
 	beq TX_POWER_5DB,p_set_tx_power_5db
-//	beq TX_POWER_f3DB,p_set_tx_power_f3db	
+//	beq TX_POWER_f3DB,p_set_tx_power_f3db
 	beq TX_POWER_f5DB,p_set_tx_power_f5db
 	beq TX_POWER_PAIR,p_set_tx_power_pair
 //	branch p_set_tx_power_0db
@@ -3385,7 +3420,6 @@
 	jam clksel_dpll,core_clksel
 	rtn
 
-
 // input : mem_zcode_temp_param0 ---- zocde number(0~1f)
 p_zcode_entrance:
 ifdef DEBUGLOG
@@ -3415,7 +3449,6 @@
 	iadd temp,pdata
 	increase -5,pdata
 	store 3,mem_flash_address
-	
 	call p_flash_release_deep_power_down
 p_zcode_read_loop:
 	fetch 3,mem_flash_address
@@ -3438,8 +3471,6 @@
 	fetch 1,mem_zcode_temp_param0
 	branch p_zcode
 
-
-
 ifdef DEBUGLOG 
 pdata_push:
 	store 8,mem_debuglog_pdata
@@ -3562,9 +3593,9 @@
 	fetch 4,mem_mouse_x
 	rtn blank
 	call p_data_abs_check
-	setarg 0x03	//asm_flag enable condition
-	call p_pdata_greater_than_check
-	setarg 0x02	//asm_flag disable condition
+	setarg 0x06	//asm_flag enable condition
+	call p_data_greater_than_check
+	setarg 0x03	//asm_flag disable condition
 	call p_data_less_than_check
 	fetch 1,mem_mouse_asm_flag
 	beq 1,p_drawing_optima_modify
@@ -3574,33 +3605,11 @@
 	branch clear_mem
 
 p_drawing_optima_modify:
-ifdef XY_OFFSET
-	fetch 2,mem_mouse_x_pre
-	store 2,mem_data_value
-	call pre_xy_data_judge
-	store 2,mem_mouse_x_pre
-
-	fetch 2,mem_mouse_x
-	store 2,mem_data_value
-	call current_xy_data_judge
-	store 2,mem_mouse_x
-
-	fetch 2,mem_mouse_y_pre
-	store 2,mem_data_value
-	call pre_xy_data_judge
-	store 2,mem_mouse_y_pre
-	
-	fetch 2,mem_mouse_y
-	store 2,mem_data_value
-	call current_xy_data_judge
-	store 2,mem_mouse_y	
-endif
-
 	fetch 2,mem_mouse_x_pre
 	store 2,mem_data_pre
 	fetch 2,mem_mouse_x
 	store 2,mem_data_current
-	call p_drawing_optima_data
+	call p_drawing_optima_data_x
 	fetch 2,mem_data_pre
 	store 2,mem_mouse_x_pre
 	fetch 2,mem_data_current
@@ -3610,74 +3619,38 @@
 	store 2,mem_data_pre
 	fetch 2,mem_mouse_y
 	store 2,mem_data_current
-	call p_drawing_optima_data
+	call p_drawing_optima_data_y
 	fetch 2,mem_data_pre
 	store 2,mem_mouse_y_pre
 	fetch 2,mem_data_current
 	store 2,mem_mouse_y
-	rtn	
+	rtn
 
+p_drawing_optima_data_x:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_xtemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_xtemp
+	branch p_drawing_optima_data
 
-ifdef XY_OFFSET
-pre_xy_data_judge:	
-	fetch 1,mem_data_value+1
-	branch pre_xy_pdata_offset,blank
-	branch pre_xy_ndata_offset
-
-pre_xy_pdata_offset:
-	fetch 1,mem_data_value
-	call pre_xy_get_0_4_times
-	store 1,mem_data_value
-xy_data_offset_new:
-	fetch 2,mem_data_value
-	rtn
-pre_xy_ndata_offset:
-	fetch 1,mem_data_value
-	call p_pdata_invert
-	call pre_xy_get_0_4_times
-	call disable_blank,blank
-	call p_pdata_get_new_value
-	branch xy_data_offset_new
-	
-current_xy_data_judge:
-	fetch 1,mem_data_value+1
-	branch current_xy_pdata_offset,blank
-	branch current_xy_ndata_offset
-current_xy_pdata_offset:
-	fetch 1,mem_data_value
-	call current_xy_get_0_6_times
-	store 1,mem_data_value
-	branch xy_data_offset_new
-current_xy_ndata_offset:	
-	fetch 1,mem_data_value
-	call p_pdata_invert
-	call current_xy_get_0_6_times
-	call disable_blank,blank
-	call p_pdata_get_new_value
-	branch xy_data_offset_new
-
-pre_xy_get_0_4_times:
-	mul32 pdata,4,pdata
-	div pdata,5
-	call wait_div_end
-	quotient pdata
-	rtn
-current_xy_get_0_6_times:	//0.6 times
-	mul32 pdata,12,pdata
-	div pdata,10
-	call wait_div_end
-	quotient pdata
-	rtn	
-endif
+p_drawing_optima_data_y:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	fetcht 1,mem_mouse_data_ytemp
+	iadd temp,pdata
+	and pdata,0x01,temp
+	storet 1,mem_mouse_data_ytemp
+	branch p_drawing_optima_data
 
 /**********
 input:data_pre,data_current
 output:data_pre,data_current after optima
 ***********/
 p_drawing_optima_data:
-	fetch 2,mem_data_pre
-	fetcht 2,mem_data_current
-	iadd temp,pdata
 	store 3,mem_data_sum
 	isolate1 16,pdata
 	branch p_data_sum_overflow,true
@@ -3715,23 +3688,18 @@
 	branch p_data_set_direction
 
 p_pdata_get_half:
-	call p_pdata_invert
-	rshift pdata,pdata
-p_pdata_get_new_value:	
-	call p_rega_in_out
-	sub pdata,0,pdata
-	store 1,mem_data_value
-	rtn
-
-p_pdata_invert:
 	sub pdata,0,pdata
-p_rega_in_out:	
 	store 1,mem_rega
 	fetch 1,mem_rega
+	rshift pdata,pdata
+	store 1,mem_rega
+	fetch 1,mem_rega
+	sub pdata,0,pdata
 	rtn
 
+
 //rega mouse_x, regb mouse_y, pdata refer
-p_pdata_greater_than_check:
+p_data_greater_than_check:
 	isub rega,null
 	nbranch p_enable_asm,positive
 	isub regb,null
@@ -3757,7 +3725,7 @@
 	call p_data_abs
 	copy pdata,regb
 	rtn
-	
+
 /***********
 input: data_current
 output:pdata,abs
@@ -3775,6 +3743,7 @@
 	fetch 2,mem_data_current
 	sub pdata,0,pdata
 	branch p_data_abs_store
+
 endif
 
 ifdef TESTDATA
Index: program/peripherals.prog
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/peripherals.prog	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/peripherals.prog	(working copy)
@@ -2303,7 +2303,7 @@
 	hfetch 2,core_clkoff
 	set0 CLOCK_OFF_PWM,pdata
 	hstore 2,core_clkoff
-delay_nop100:
+delay_nop100:	
 	nop 100
 	rtn
 
Index: program/z.prog
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/z.prog	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/program/z.prog	(working copy)
@@ -1,34 +1,11 @@
 
 org 0x10001
 z_entrance0:
+	beq ZCODE_01,z_mouse_bb_disconnected
+ifdef CLASSIC_BT
 	beq ZCODE_00,z_page_wait_fhs_reply_ok
-	rtn
-
-z_page_wait_fhs_reply_ok:
- 	fetch 1, mem_page_rcv_fhs
-	increase 1,pdata
-	store 1, mem_page_rcv_fhs
-	call prepare_newconn
-z_master_newconn_loop:
- 	set1 mark_first_packet,mark
-	call master_newconn_once
-	branch z_newconn_poll_responded,sync
-	set0 mark_first_packet,mark
-	call new_conn_timeout
-	nbranch z_master_newconn_loop,blank
-	branch page_restart
-z_newconn_poll_responded:
-	set0 mark_first_packet,mark
-	branch newconn_poll_responded
-
-
-
-	
-org 0x20001
-
-z_entrance1:
-	beq ZCODE_10,z_mouse_bb_disconnected
-	beq ZCODE_11,z_hid_rx_process
+	beq ZCODE_02,z_hid_rx_process
+endif	
 	rtn
 
 z_mouse_bb_disconnected:
@@ -36,18 +13,12 @@
 	jam 0x0e,mem_sniff_param_interval	//115Hz
 	call mouse_bb_discon_clear_stack
 	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
-	bbit1 APP_DISC_BLE,z_mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
 	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
 	bbit1 APP_DISC_AFTER_PAIRING,z_mouse_event_light_state_pairing
 	bbit1 APP_DISC_AFTER_RECONN,z_mouse_event_light_state_hibernate
 	bbit1 APP_DISC_AFTER_SNIFF,z_mouse_event_light_state_hibernate
 	branch mouse_start_discovery
-
-z_mouse4_0_event_bb_disconn:
-	call mouse_le_clean_connect_flag
-	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
-//	bbit1 APP_DISC_PB_BUTTON,p_mouse_select_device_button_up
-	branch mouse4_0_event_bb_disconn+2
 	
 z_mouse_event_light_state_pairing:
 	bbit1 APP_DISC_AFTER_HANDSHAKE,z_mouse_event_light_state_hibernate
@@ -57,10 +28,34 @@
 	fetch 2,mem_ui_state_map
 	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
 	call app_disconn_reason_clear
-	call p_mouse_check_key_gpio
-	beq MOUSE_LM_BUTTON,p_mouse_null_enter_hibernate_enable
+	call p_mouse_check_key_gpio	//mult_key pair
+	beq MOUSE_LMR_BUTTON,z_mouse_null_enter_hibernate_enable
+	fetch 1,mem_mouse_dpi_button_state	//dpi key pair
+	branch z_mouse_null_enter_hibernate_enable,blank
 	branch app_bb_hibernate
 
+z_mouse_null_enter_hibernate_enable:	//ble never connected
+	jam 1,mem_mouse_null_enter_hibernate_flag
+	jam 40,mem_mouse_null_enter_hibernate_timer	//lmr 3s
+	rtn	
+
+ifdef CLASSIC_BT
+z_page_wait_fhs_reply_ok:
+ 	fetch 1, mem_page_rcv_fhs
+	increase 1,pdata
+	store 1, mem_page_rcv_fhs
+	call prepare_newconn
+z_master_newconn_loop:
+ 	set1 mark_first_packet,mark
+	call master_newconn_once
+	branch z_newconn_poll_responded,sync
+	set0 mark_first_packet,mark
+	call new_conn_timeout
+	nbranch z_master_newconn_loop,blank
+	branch page_restart
+z_newconn_poll_responded:
+	set0 mark_first_packet,mark
+	branch newconn_poll_responded
 
 z_hid_rx_process:
 	fetch 2,mem_l2cap_payload_ptr
@@ -85,38 +80,27 @@
 	copy temp,pdata
 	beq HID_CONTROL_P_VIRTUALCABLEUNPLUG,p_mouse_irtual_cable_unplug
 	branch hid_rx_process_hid_control+2
+endif	
 
-org 0x30001
+org 0x20001
 
-z_entrance2:
-	beq ZCODE_20,z_send_lmp_escape
-	beq ZCODE_21,z_send_lmp_accepted
-	beq ZCODE_22,z_mouse4_0_check_reconn_target
+z_entrance1:
+	beq ZCODE_10,z_send_lmp_escape
+	beq ZCODE_11,z_send_lmp_accepted
+	beq ZCODE_12,z_mouse4_0_check_reconn_target
 	rtn
-	
+
 z_mouse4_0_check_reconn_target:
 	jam 1,mem_le_send_security_request_flag
 	jam 1,mem_mouse_le_reconnect_flag
 	fetch 2,mem_mouse_direct_timeout
-ifdef BLE_FAST_CONN_ENABLE
-	fetcht 1,mem_mouse_fast_conn_flag
-	sub temp,0xff,null
-	nbranch z_mouse4_0_check_reconn_target_next,zero
-//	setarg 0x0258								//ble fast conn time 1min
-	setarg 0x0005							//ble fast conn timer 1s
-endif
-z_mouse4_0_check_reconn_target_next:
 	store 2,mem_mouse_direct_timer
+	call p_mouse_store_eeprom_enable
 	call app_lpm_mult_disable
-	call p_le_check_adv_flag
-	setarg ADV_FLAG_BREDR_NOT_SUPPORTED
-	istore 1,contr
-
 	arg mem_le_scan_data,contr
 	call p_le_adv_data_update
-	
 	branch check_51cmd_adv
-	
+
 z_send_lmp_escape:
 	fetch 1,mem_lmp_to_send
 	beq LMP_EXT_FEATURES_RES,z_send_lmpext_features_res
@@ -165,87 +149,14 @@
 	copy clkn_bt,pdata
 	store 4,mem_aurand_send_delay_time
 	rtn
+	
+org 0x30001
 
-
-org 0x40001
-
-z_entrance3:
-	beq ZCODE_30,z_process_conn_sm
-	rtn
-
-z_process_conn_sm:
-	call lmo_fifo_check
-	nrtn blank
-z_process_conn_sm_continue:
-	fetch 1,mem_conn_sm
-	rtn blank
-ifdef DEBUGLOG
-ifdef DEBUGLOG_CONN_SM
-	call pdata_push
-	setarg DEBUGLOG_DTYPE_CONN_SM
-	store 2,mem_debuglog_datatype
-	fetch 1,mem_conn_sm
-	store 2,mem_debuglog_dataval
-	call pdata_pull
-	call debuglog_push	
-endif
-endif
-	beq CONN_SM_SEND_CONN_REQ, z_host_create_conn_send_conn_req
-	beq CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION,z_host_creat_conn_wait_switch
-	branch process_conn_sm_continue+2
-
-
-z_host_creat_conn_wait_switch:
-	fetch 1,mem_switch_flag
-	rtneq SWITCH_FLAG_INIT
-	beq SWITCH_FLAG_ACCEPT,z_host_create_conn_switch_accept
-	branch host_creat_conn_wait_switch+3
-z_host_create_conn_switch_accept:
-	rtn master
-z_host_create_conn_auth_pair:
-	/* checking whether or not to do m/s switch */
-	fetch 1,mem_connection_options
-	bbit1 CONNECTION_AUTH,z_host_create_conn_auth_pair_true
-	branch host_create_conn_auth_pair+1
-z_host_create_conn_auth_pair_true:
-	fetch 1,mem_bt_send_lmp_setup_complete
-	beq 1,host_create_conn_auth_pair_true
-	//sumsung a5100 patch
-	fetch 1,mem_link_key_exists
-	branch host_create_conn_auth_pair_nokey,blank
-	fetch 1,mem_lmp_conn_state
-	rtnbit0 SENT_SETUP_COMPLETE
-	rtnbit0 RECEIVED_SETUP_COMPLETE
-	fetch 1,mem_bt_send_max_slot_req_accept_after_switch
-	rtn blank
-	jam 0,mem_bt_send_max_slot_req_accept_after_switch	
-	fetch 4,mem_aurand_send_delay_time
-	arg 20,temp
-	iadd temp,temp
-	copy clkn_bt,pdata
-	isub temp,null
-	nbranch z_bt_send_max_slot_req_accept_after_switch_wait,positive
-	branch host_create_conn_auth
-
-z_bt_send_max_slot_req_accept_after_switch_wait:
-	jam 1,mem_bt_send_max_slot_req_accept_after_switch
-	rtn
-
-z_host_create_conn_send_conn_req:
-	jam 20,mem_mouse_send_switch_req_timer
-	branch host_create_conn_send_conn_req
-
-
-
-
-
-org 0x50001
-
-z_entrance4:
-	beq ZCODE_40,z_le_update_param
-	beq ZCODE_41,z_le_update_channel_map
-	beq ZCODE_42,z_le_mouse_bb_event_connect_complete
-	beq ZCODE_43,z_quit_connection_cont
+z_entrance2:
+	beq ZCODE_20,z_le_update_param
+	beq ZCODE_21,z_le_update_channel_map
+	beq ZCODE_22,z_le_mouse_bb_event_connect_complete
+	beq ZCODE_23,z_quit_connection_cont
 	rtn
 
 z_le_update_param:
@@ -294,8 +205,9 @@
 	fetch 1,mem_le_att_handle
 	sub pdata,26,pdata
 	nrtn zero
+	jam 0,mem_le_start_encrypt_timer
 	branch mouse_le_write_enable
-
+	
 z_quit_connection_cont:
 	call app_disconn_reason_collect_bt
 	call sniff_exit
@@ -304,39 +216,24 @@
 	call init_lmp_work
 	call l2cap_init_work
 	branch quit_connection_cont+8
+	
+org 0x40001
 
-
-org 0x60001
-
-z_entrance5:
-	beq ZCODE_50,z_mouse_start_discovery
+z_entrance3:
+	beq ZCODE_30,z_mouse_start_discovery
 	rtn
 
-
 z_mouse_start_discovery:
-	jam 0,mem_le_send_security_request_flag
 	call p_mouse_tx_power_init
+	jam 0,mem_le_send_security_request_flag
+	jam 1,mem_mouse_start_discovery_enable
 	jam MODE_BT_DEVICE1,mem_device_flag
 	jam 0,mem_mouse_clear_sensor_data_flag
-	fetch 2,mem_ui_state_map
-	bbit1 UI_STATE_BLE_ADV,z_mouse_start_discovery_norandom
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,z_mouse_start_discovery_norandom
-ifdef BLE
-	call p_mouse_load_random_addr_increase_count
-	fetcht 2,mem_random_addr_increase_count
-	increase 1,temp
-	storet 2,mem_random_addr_increase_count
-	storet 2,mem_le_lap+1
-	call p_mouse_store_random_addr_increase_count
-	random pdata
-	store 1,mem_le_lap
-endif
 z_mouse_start_discovery_norandom:
 ifdef BLE_FAST_CONN_ENABLE
-	fetch 3,mem_le_lap_high_3B
-	store 3,mem_le_lap+3
-	call p_mouse_le_fast_conn_disable
+	fetch 6,mem_le_normal_lap
+	store 6,mem_le_lap
+	call p_mouse_fast_conn_disable
 endif
 	call app_lpm_mult_disable
 	fetch 2,mem_discovery_timeout
@@ -345,86 +242,80 @@
 	setarg 0
 	store 2,mem_mouse_no_data_timer
 	store 2,mem_mouse_direct_timer
-	arg MOUSE_STORE_EEPROM_FLAG,queue
-	call mouse_enable_function_flag
+	call p_mouse_store_eeprom_enable
 	call mouse_bt_discovery_button_down_disable
-	fetch 1,mem_device_option
-	isolate1 MODE_4_MOUSE,pdata
-	call z_check_51cmd_adv,true
+
+	call p_mouse_load_flash_device_info
+	fetch 1,mem_xrecord_mode
+	sub pdata,REC_3_MODE,null
+	call z3_check_51cmd_adv,zero
+
+	fetch 1,mem_mouse_le_adv_start
+	ncall z3_check_51cmd_adv,blank
+
 	fetch 1,mem_device_option
 	isolate1 MODE_3_MOUSE,pdata
 	call check_51cmd_start_discovery,true
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOUSE_ENABLE_DISCOVERY_SENSOR_LED,mouse_sensor_start_blink
-	branch p_mouse_discovery_multi_led_blink
+//	branch p_mouse_discovery_multi_led_blink
+	rtn
 
-z_check_51cmd_adv:
-	jam 0,mem_mouse_le_reconnect_flag
-	call p_le_check_adv_flag
-	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
-	istore 1,contr
-	arg mem_le_adv_swift_pair,contr
-	call p_le_adv_data_update
+	
+z3_check_51cmd_adv:
+ifdef BLE_FAST_CONN_ENABLE
+	fetch 6,mem_le_normal_lap
+	store 6,mem_le_lap
+endif
+	call p_mouse_le_adv_data_update
 	branch check_51cmd_adv
 
-org 0x70001
+org 0x50001
 
-z_entrance6:
-	beq ZCODE_60,z_g24_start_24g_mode
-	beq ZCODE_61,z_mouse_24g_pairing_button
+z_entrance4:
+	beq ZCODE_40,z_g24_start_24g_mode
+	beq ZCODE_41,z_g24_auto_pair_start	
+	beq ZCODE_42,z_mouse_24g_pairing_button
 	rtn
-	
+
 z_g24_start_24g_mode:
-	set0 mark_24g,mark
-	call p_g24_syncword_crc8
-	call p_g24_ch
-	fetch 1,mem_24g_pairing_sm
-	rtnne STATE_24G_PAIRING_SUCCESS
-	call z_g24_tx_attemp_data_prep
-z_g24_tx_attemp_dongle:
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-z_g24_tx_attemp_dongle_loop:
-//	call lpo_calibration
-	nop 2000
-	fetch 1,mem_24g_check_dongle_times
-	beq 0xff,g24_stop_24g_mode
-	call p_g24_transmit_receive_ack
-	nbranch z_g24_attemp_txdata_retry,sync
-	nbranch z_g24_attemp_txdata_retry,user3
-z_g24_tx_attemp_dongle_succ:
+	call z_g24_factory_check
+	branch p_g24_auto_pair_start,user
 	set1 mark_24g,mark
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-	call g24_app_tx_attempt_success
-	call p_g24_txbuf_clear
-	branch p_g24_transmit_by_interrupt_enable
-
-z_g24_tx_attemp_data_prep:
-	jam 0xff,mem_24g_common_temp
-	fetch 1,mem_24g_data_type
-	store 1,mem_24g_common_temp+1
-	fetch 4,mem_24g_device_addr
-	store 4,mem_24g_common_temp+2
-	arg 6,temp
-	arg mem_24g_common_temp,rega
-	call p_g24_put_data_in_buff
-	branch p_g24_transmit_prep
-	
-z_g24_attemp_txdata_retry:
-	fetch 2,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 2,mem_24g_check_dongle_times
+	fetch 1,mem_24g_conn_sm
+	set1 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+	call p_g24_syncword_crc8
 	call p_g24_ch
-	branch z_g24_tx_attemp_dongle_loop
+	branch z_g24_auto_pair_timeout_init
 
+z_g24_factory_check:
+	arg 2,loopcnt
+	arg mem_24g_addr,contr
+	call enable_user
+	setarg 0xffff
+z4_pdata_0xff_check_loop:
+	ifetcht 2,contr
+	isub temp,null
+	ncall disable_user,zero
+	loop z4_pdata_0xff_check_loop
+	rtn
 
+z_g24_auto_pair_start:
+	set1 mark_24g,mark
+	fetch 1,mem_24g_conn_sm
+	set1 STATE_24G_PAIR,pdata
+	store 1,mem_24g_conn_sm
+z_g24_auto_pair_timeout_init:
+	setarg G24_FIRST_DISCONN_NODATA_TIMER
+	store 2,mem_24g_stop_g24_mode_timeout
+	jam 0,mem_24g_stop_g24_mode
+	rtn	
+	
 z_mouse_24g_pairing_button:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_ENABLE_24G
 	rtnbit1 MOSUE_24G_PAIRING_FLAG
 	rtnmark1 mark_24g
-	//call p_mouse_devce_led_off
+	call mouse_devce_led_off
 	arg MOSUE_24G_PAIRING_FLAG,queue
 	call mouse_enable_function_flag
 	setarg 0
@@ -432,56 +323,77 @@
 	store 1,mem_mouse_send_blank_timer
 	store 2,mem_24g_check_dongle_times
 	call mouse_stop_discovery
-	branch z6_g24_start_pairing_sm1
+	branch p_g24_auto_pair_start
+	
 
-z6_g24_start_pairing_sm1:
-	set1 mark_24g,mark
-	call z6_g24_pair_init
-z6_g24_set_pairing_sm_1:
-	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
-	rtn
+org 0x60001
 
-z6_g24_pair_init:
-	jam TX_POWER_PAIR,mem_tx_power
-	jam 0,mem_24g_pid
-	jam G24_PAIR_CH,mem_24g_ch
-	fetch 4,mem_24g_paring_addr
-	branch p_g24_update_addr_and_synccrc8	
+z_entrance5:
+//	beq ZCODE_50,z_mouse_24g_pairing_complete
+	beq ZCODE_51,z_mouse_24g_attempt_fail
+	beq ZCODE_52,z_mouse_24g_attempt_success
+	beq ZCODE_53,z_g24_reconn_dispatch
+z_mouse_24g_pairing_complete:
+	arg MOSUE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	jam 0,mem_mouse_move_flag
+	call mouse_read_sensor_common
+	call p_mouse_tx_power_init
+	branch z_mouse_24g_attempt_success
 
-org 0x80001
+z_mouse_24g_attempt_fail:
+	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
+	call p_mouse_tx_power_init
+	call p_g24_check_51cmd_stop_24g
+	call p_mouse_load_flash_device_info
+	fetch 1,mem_mouse_latest_mode
+	rtnne LATEST_MODE_24G
+	branch app_enter_hibernate
 
-z_entrance7:
-	beq ZCODE_70,z_g24_auto_pair_start
-	rtn
+z_mouse_24g_attempt_success:
+	jam 0,mem_mouse_long_mult_flag
+	jam 0,mem_mouse_poweron_bt_start_reconn_timer
+	setarg 0
+	store 3,mem_le_switch_adv_flag
+	call mouse_le_bb_event_connected+3
+//	call p_mouse_multi_led_blink_off
 
-z_g24_auto_pair_start:
-	set0 mark_24g,mark
-	call z_g24_auto_pair_all_powerful
-	call z7_g24_tx_attemp_data_prep
-z_g24_auto_pair_restart:
-	jam 0,mem_24g_check_dongle_times
-z_g24_auto_pair_start_loop:
-//	call lpo_calibration
-	nop 2000
-	fetch 1,mem_24g_check_dongle_times
-	beq 0xff,g24_stop_24g_mode
-	call p_g24_transmit_receive_ack
-	nbranch z_g24_auto_pair_retry,sync
-	nbranch z_g24_auto_pair_retry,user3
-	call p_g24_ackpayload_parse
-	call p_mouse_tx_power_init
+	call z_g24_auto_pair_timeout_clear
+	call p_mouse_null_enter_hibernate_disable
+	call mouse_no_data_timer_init
 	fetch 4,mem_24g_addr
-	fetcht 4,mem_24g_paring_addr
-	isub temp,null
-	branch z_g24_start_pairing_sm1,zero
-	set1 mark_24g,mark
+	store 4,mem_mouse_24g_addr
+	call mouse_cheak_select_24gdevice
+	jam LATEST_MODE_24G,mem_mouse_latest_mode
+	branch p_mouse_store_flash_device_info
+
+z_g24_auto_pair_timeout_clear:
 	setarg 0
-	store 2,mem_24g_check_dongle_times
+	store 3,mem_24g_stop_g24_mode
+	rtn
+
+z_g24_reconn_dispatch:
+	fetch 1,mem_24g_stop_g24_mode
+	beq 1,g24_stop_24g_mode
+	call z_g24_tx_attemp_data_prep
+	call p_g24_transmit_receive_ack
+	nbranch p_g24_ch,sync
+	nbranch p_g24_ch,user3
+	fetch 1,mem_24g_conn_sm
+	set0 STATE_24G_RECONN,pdata
+	store 1,mem_24g_conn_sm
+z_g24_tx_attemp_dongle_succ:
+	jam 0,mem_mouse_long_mult_flag
 	call g24_app_tx_attempt_success
 	call p_g24_txbuf_clear
 	branch p_g24_transmit_by_interrupt_enable
 
-z7_g24_tx_attemp_data_prep:
+
+z_g24_store_dongle_addr:
+	fetch 4,mem_24g_rxpayload+2
+	branch p_g24_update_addr_and_synccrc8
+
+z_g24_tx_attemp_data_prep:
 	jam 0xff,mem_24g_common_temp
 	fetch 1,mem_24g_data_type
 	store 1,mem_24g_common_temp+1
@@ -492,130 +404,191 @@
 	call p_g24_put_data_in_buff
 	branch p_g24_transmit_prep
 
-z_g24_auto_pair_retry:
-	fetch 1,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 1,mem_24g_check_dongle_times
+	
+endif
+
+
+org 0x70001
+
+z_entrance6:
+//	beq ZCODE_60,z_g24_pair_dispatch
+z_g24_pair_dispatch:
+	fetch 1,mem_24g_stop_g24_mode
+	beq 1,g24_stop_24g_mode
+	jam 0xff,mem_24g_common_temp
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+	arg 6,temp
+	arg mem_24g_common_temp,rega
+	call p_g24_put_data_in_buff
+	call p_g24_transmit_prep
+	call p_g24_transmit_receive_ack
+	nbranch z_g24_pair_txdata_retry,sync
+	nbranch z_g24_pair_txdata_retry,user3
+	call p_g24_ackpayload_parse
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_allpowerful_addr
+	isub temp,null
+	branch z_g24_auto_pair_skip_rx_length,zero
+	fetch 1,mem_24g_rxdata_length	//ack payload length
+	rtnne BIND_ACKPAYLOAD_LENGTH
+z_g24_auto_pair_skip_rx_length:
+//	fetch 1,mem_24g_conn_sm
+//	set0 STATE_24G_PAIR,pdata
+//	store 1,mem_24g_conn_sm
+	jam 0,mem_24g_conn_sm
+	call p_mouse_tx_power_init
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_paring_addr
+	isub temp,null
+	branch p_g24_start_pairing_sm1,zero
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_device_addr
+	isub temp,null
+	call z7_g24_store_dongle_addr,zero
+	jam 0,mem_mouse_long_mult_flag
+	call g24_app_tx_attempt_success
+	call p_g24_txbuf_clear
+	branch p_g24_transmit_by_interrupt_enable
+
+z7_g24_store_dongle_addr:
+	fetch 4,mem_24g_rxpayload+2
+	branch p_g24_update_addr_and_synccrc8
+
+z_g24_pair_txdata_retry:
+z_g24_pair_txdata_switch:
 	fetch 1,mem_24g_auto_paring_switch
 	increase 1,pdata
-	and_into 1,pdata
+	and_into 3,pdata
 	store 1,mem_24g_auto_paring_switch
-	beq 0,z_g24_auto_pair_device_attemp
-	beq 1,z_g24_auto_pair_pair_attemp
-	rtn
+	beq 0,z_g24_auto_pair_first_attemp
+	beq 2,z_g24_auto_pair_all_powerful
+	branch p_g24_pair_init
 	
-z_g24_auto_pair_all_powerful:
-	jam TX_POWER_PAIR,mem_tx_power
-	setarg 0x0f0f
-	store 2,mem_24g_addr
-	istore 2,contw
-z_g24_ch_syncword_crc8_init:	
+z_g24_auto_pair_first_attemp:
+	call p_mouse_tx_power_init
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_addr
+	fetch 1,mem_24g_pair_current_ch_num
+	store 1,mem_24g_current_ch_number
+	call z_g24_ch_syncword_crc8_init
+	storet 1,mem_24g_pair_current_ch_num
+	rtn
+
+z_g24_ch_syncword_crc8_init:
 	call p_g24_syncword_crc8
 	branch p_g24_ch
 
-z_g24_auto_pair_device_attemp:
-	call z_g24_auto_pair_all_powerful
-	branch z_g24_auto_pair_start_loop
-
-z_g24_auto_pair_pair_attemp:
-	call z_g24_pair_init
-	branch z_g24_auto_pair_start_loop
-
-z_g24_start_pairing_sm1:
-	set1 mark_24g,mark
-	call z_g24_pair_init
-z_g24_set_pairing_sm_1:
-	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
+z_g24_auto_pair_all_powerful:
+	jam TX_POWER_PAIR,mem_tx_power
+	fetch 4,mem_24g_allpowerful_addr
+	store 4,mem_24g_addr
+	fetch 1,mem_24g_powerful_current_ch_num
+	store 1,mem_24g_current_ch_number
+	call z_g24_ch_syncword_crc8_init
+	storet 1,mem_24g_powerful_current_ch_num
 	rtn
 
-z_g24_pair_init:
-	jam TX_POWER_PAIR,mem_tx_power
-	jam 0,mem_24g_pid
-	jam G24_PAIR_CH,mem_24g_ch
-	fetch 4,mem_24g_paring_addr
-	branch p_g24_update_addr_and_synccrc8
+org 0x80001
 
+z_entrance7:
+	beq ZCODE_70,z_mouse_irtual_cable_unplug
+	beq ZCODE_71,z_g24_search_dongle	
+	rtn
 
+z_mouse_irtual_cable_unplug:
+	setarg -1
+	store 6,mem_plap
+	jam REC_3_MODE,mem_record_bt_mode
+	jam 0xff,mem_mouse_fast_conn_flag
+	call mouse_before_store_reconn_info
+	jam 0xff,mem_device1_type
+	branch p_mouse_store_flash_device_info
 
+z_g24_search_dongle:
+	fetch 1,mem_mouse_long_mult_flag
+	rtn blank
+	fetch 1,mem_24g_abort_pac
+	rtn blank
+	fetch 1,mem_24g_search_dongle_wait
+	increase 1,pdata
+	and_into 3,pdata
+	store 1,mem_24g_search_dongle_wait
+	nrtn blank	//400ms
+	jam 0,mem_24g_search_dongle_ch
+z_g24_search_dongle_loop:
+	fetch 1,mem_24g_search_dongle_ch
+	increase 1,pdata
+	store 1,mem_24g_search_dongle_ch
+	sub pdata,G24_CH_NUMBER,null
+	nbranch z_g24_search_dongle_loop_end,positive
+	call z7_g24_tx_attemp_data_prep
+	call p_g24_transmit_receive_ack
+	nbranch z_g24_search_dongle_loop_retry,sync
+	nbranch z_g24_search_dongle_loop_retry,user3
+	call p_g24_search_dongle_success
+z_g24_search_dongle_loop_end:
+	call p_g24_txbuf_clear
+	fetch 1,mem_24g_search_dongle_count
+	increase 1,pdata
+	store 1,mem_24g_search_dongle_count
+	beq G24_CH_POLL_COUNT,p_g24_search_dongle_check
+	rtn
+
+z7_g24_tx_attemp_data_prep:
+	jam 0xff,mem_24g_common_temp
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+	arg 6,temp
+	arg mem_24g_common_temp,rega
+	call p_g24_put_data_in_buff
+	branch p_g24_transmit_prep
+	
+z_g24_search_dongle_loop_retry:
+	call p_g24_ch
+	branch z_g24_search_dongle_loop
 
 
 org 0x90001
 
 z_entrance8:
-	beq ZCODE_80,z_mouse_setting_config
-	beq ZCODE_81,z_le_addr_random_config
-//	beq ZCODE_82,z_le_parse_smp_pairing_failed
-	rtn
-//z_le_parse_smp_pairing_failed:
-//	call le_parse_smp_pairing_failed
-//	fetch 1,mem_le_state	//disable update conn param
-//	set0 lestate_update_param,pdata
-//	store 1,mem_le_state
-//	branch le_parse_terminate_ind
-
-
-ifdef BLE	
-z_le_addr_random_config:
-	call load_adc_init
-//	fetch 2,mem_0_5_adc_io_data	//adc data from otp
-//	nbranch z_le_otp_adc_empty,blank
-	setarg 0x1122
-z_le_otp_adc_empty:
-	store 2,mem_random_addr_increase_count
-	rtn
-endif
-
+//	beq ZCODE_80,z_mouse_setting_config
+//	rtn
 
 z_mouse_setting_config:
-ifdef G24
-	call p_g24_set_device_addr
-endif
-//	//disable usb function
-//	hfetch 1,core_usb_config
-//	set0 4,pdata
-//	hstore 1,core_usb_config
 	call mouse_gpio_init
-
+//	call p_mouse_multi_led_gpio_set_high
 	fetcht 1,mem_flash_ncs_gpio
 	call gpio_config_output
-	
-	call mouse_param_init
 ifdef CLASSIC_BT
 	call z_mouse_bt_sdp_update
-endif	
-	setarg 0
-	store 2,mem_lpm_interval
-
-	call p_mouse_set_gpio_control_sensor
-	
-	setarg 0x1802		//16M XTAL
-	store 2,mem_fcomp_mul
-	call load_adc_init
-//	call mouse_adc_init
-ifdef BLE	
-	call le_set_config_fixed_ltk
-	call le_set_justwork
-	call le_set_fixed_ltk
-	call le_set_config_read_authentication
-	call p_le_addr_random_config
 endif
-	call p_flash_release_deep_power_down
-	call p_mouse_set_24g_addr_flash
-	fetch 3,mem_flash_base
-	iadd regb,pdata
-	call spid_read_flash
 
+	call twspi_disable		//close two wire spi
+	call z_mouse_set_gpio_control_sensor
+	arg MOUSE_SPI1_SDIO_GPIO,temp
+	call gpio_config_input
+	//fetcht 1,mem_select_sensor_angle_gpio
+	//set0 gpio_active_bit,temp
+	//call gpio_set_high_impedance
+
+	call mouse_adc_init
 	call p_mouse_load_flash_info_check
-ifdef BLE_FAST_CONN_ENABLE
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+ifdef BLE_FAST_CONN_ENABLE	
 	fetch 6,mem_mouse_24g_addr_init
 	fetcht 6,mem_device1_addr
 	isub temp,null
-	nbranch p_mouse_le_fast_conn_disable,zero
-	call p_mouse_fast_conn_init
-endif	
+	nbranch p_mouse_fast_conn_disable,zero
+	branch p_mouse_fast_conn_le_switch_adv
+endif
 	rtn
 
-
 ifdef CLASSIC_BT
 z_mouse_bt_sdp_update:
 	call enable_authrom
@@ -652,13 +625,36 @@
 endif	
 
 
+z_mouse_set_gpio_control_sensor:
+	hfetch 1,core_gpio_pu3
+	set0 5,pdata
+	hstore 1,core_gpio_pu3
+
+	//fetcht 1,mem_select_sensor_angle_gpio
+	//call gpio_config_output
+	//fetcht 1,mem_select_sensor_angle_gpio
+	//call gpio_out_active
+
+ 	arg MOUSE_SPI1_SDIO_GPIO,temp
+	call p_gpio_set_input_pu
+	arg MOUSE_SPI1_SDIO_GPIO,temp
+	call gpio_get_bit
+       fetcht 1,mem_select_sensor_angle_gpio
+	set0 gpio_active_bit,temp
+	call gpio_config_input
+	fetcht 1,mem_select_sensor_angle_gpio
+	call gpio_get_bit
+	jam MOUSE_3CLK_ANGLE,mem_config_sensor_angle
+	rtn true
+	jam MOUSE_6CLK_ANGLE,mem_config_sensor_angle
+	rtn
+
 
 org 0xa0001
 
 z_entrance9:
 	beq ZCODE_90,z_g24_pairing_sm
 	beq ZCODE_91,z_g24_paring_mode
-	beq ZCODE_92,z_mouse_24g_pairing_complete
 	rtn
 
 z_g24_pairing_sm:
@@ -718,33 +714,13 @@
 	branch p_g24_transmit_abandon
 
 
-z_mouse_24g_pairing_complete:
-	jam 1,mem_mouse_24g_enter_lpm_enable
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	call mouse_disable_function_flag
-	setarg 0
-	store 2,mem_24g_pairing_timer_count
-	jam 0,mem_mouse_move_flag
-	
-	call mouse_read_sensor_common
-	call p_mouse_null_enter_hibernate_disable
-	call p_mouse_tx_power_init
-	
-	fetch 4,mem_24g_addr
-	store 4,mem_mouse_24g_addr
-
-	jam LATEST_MODE_24G,mem_mouse_latest_mode
-	call mouse_cheak_select_24gdevice
-	branch p_mouse_store_flash_device_info
-
-
 org 0xb0001
 
 z_entranceA:
+	beq ZCODE_A0,z_mouse_before_hibernate
 	beq ZCODE_A1,z_mouse_le_conn_param_update_rsp_recieved
 	beq ZCODE_A2,z_mouse_le_bb_disconnected
 	beq ZCODE_A3,z_mouse_bb_event_reconn_timeout
-	beq ZCODE_A4,z_mouse_before_hibernate
 	rtn
 
 z_mouse_le_conn_param_update_rsp_recieved:
@@ -753,14 +729,17 @@
 	fetch 1,mem_le_tsniff
 	rshift2 pdata,pdata
 	sub pdata,LE_INTERVAL_15MS,null
-	rtn positive
+	branch z_mouse_le_conn_param_update_rsp_not_accepted,positive
 	setarg LE_INTERVAL_11_25MS
 	store 2,mem_le_interval_min
 	store 2,mem_le_interval_min+2
 	call p_app_updata_le_param
 	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
 	rtn
-
+//ipad not accepted updata, need reinit mem_lpm_mult.   mem_lpm_mult = CONNECT_IND latency = 0
+z_mouse_le_conn_param_update_rsp_not_accepted:
+	jam 1,mem_mouse_le_updata_not_accepted_flag
+	branch p_mouse_le_conn_param_update_rsp_not_accepted_mult_reset
 
 z_mouse_bb_event_reconn_timeout:
 z_mouse_bb_event_reconn_failed:
@@ -781,40 +760,46 @@
 	jam 0,mem_mouse_clear_sensor_data_flag
 	call p_mouse_data_init
 	call le_clr_config_more_data
+	call mouse_bb_disconnected
 	call p_mouse_store_flash_device_info
-	branch mouse_bb_disconnected
-
+	fetch 1,mem_mouse_start_discovery_enable
+	rtn blank
+z_check_51cmd_adv:
+ifdef BLE_FAST_CONN_ENABLE
+	fetch 6,mem_le_normal_lap
+	store 6,mem_le_lap
+endif
+	call p_mouse_le_adv_data_update
+	branch check_51cmd_adv
 
 z_mouse_before_hibernate:
-	enable user
-	hfetch 4,0x8138
-	setflag user,26,pdata
+	hfetch 4,core_lpm_ctrl
+	set1 26,pdata
 	hstore 4,core_lpm_reg
 	call lpm_write_ctrl
 	call disable_authrom
-//	call p_mouse_devce_led_off
+	call mouse_devce_led_off
+//	call p_mouse_multi_led_gpio_set_high
 	call p_mouse_store_flash_device_info
 	call mouse_before_hibernate_wheel_gpio_set
 	call p_mouse_setgpio_hibernate
+
 	call p_flash_deep_power_down
 	hfetch 1,core_gpio_sel1
 	and pdata,0xf7,pdata
-	hstore 1,core_gpio_sel1  //disable flash spi	
+	hstore 1,core_gpio_sel1  //disable flash spi
 	hfetch 1,core_gpio_pd3	//gpio24 can not be set pulldown
 	set1 0,pdata
 	hstore 1,core_gpio_pd3
 	rtn
-
 	
 org 0xc0001
 
 z_entranceB:
-//	beq ZCODE_B0,z_mouse_le_bb_event_connected
 	beq ZCODE_B1,z_mouse_sniff_not_accept
 	beq ZCODE_B2,z_mouse_enter_sniff_check
 	beq ZCODE_B3,z_mouse_le_ll_start_encryt
 	beq ZCODE_B4,z_mouse_bb_event_disconnected
-	beq ZCODE_B5,z_mouse_irtual_cable_unplug
 	rtn
 
 z_mouse_sniff_not_accept:
@@ -835,10 +820,11 @@
 z_mouse_le_ll_start_encryt:
 	fetch 1,mem_mouse_le_reconnect_flag
 	beq 1,z_mouse_le_ll_reconn_start_encryt
+	jam 20,mem_le_start_encrypt_timer
 	branch z_mouse_le_ll_enable_start_enc_flag
 z_mouse_le_ll_reconn_start_encryt:
 	call p_app_updata_le_param
-	jam 5,mem_le_start_encrypt_timer
+	jam 10,mem_le_start_encrypt_timer
 z_mouse_le_ll_enable_start_enc_flag:
 	arg LL_START_ENC_FLAG,queue
 	branch mouse_le_enable_connect_flag
@@ -850,55 +836,5 @@
 	call p_mouse_store_flash_device_info
 	branch mouse_bb_disconnected
 
-z_mouse_irtual_cable_unplug:
-	setarg 0x01
-	store 6,mem_plap
-	jam REC_3_MODE,mem_record_bt_mode
-	jam 0xff,mem_mouse_fast_conn_flag
-	call mouse_before_store_reconn_info
-	jam 0xff,mem_device1_type
-	branch p_mouse_store_flash_device_info
-
-org 0xd0001
-
-z_entranceC:
-	beq ZCODE_C0,z_mouse_24g_attempt_fail
-	beq ZCODE_C1,z_mouse_24g_attempt_success
-	rtn
-
-z_mouse_24g_attempt_fail:
-	call p_mouse_sensor_powerdown_check	//sensor power down
-	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
-	call p_mouse_tx_power_init
-	call p_g24_check_51cmd_stop_24g	
-	jam 0,mem_link_key_exists
-
-	fetch 1,mem_power_on_flag	//power on fail to reconn bt
-	bbit1 2,app_enter_hibernate	
-ifdef BLE_FAST_CONN_ENABLE
-	fetch 1,mem_mouse_fast_conn_flag
-	beq 0xff,z_mouse_24g_attempt_fail_next
-endif
-	call p_mouse_load_flash_info_check
-	arg 3,loopcnt
-	arg mem_device1_addr,contr
-	call p_pdata_0xff_check
-	branch p_mouse_null_enter_hibernate_enable,user
-z_mouse_24g_attempt_fail_next:
-	branch p_mouse_check_reconn_target	
-
-z_mouse_24g_attempt_success:
-	jam 1,mem_mouse_24g_attempt_success_flag
-	call p_mouse_null_enter_hibernate_disable
-	call p_mouse_init_sensor_reset
-	call mouse_no_data_timer_init	
-	fetch 4,mem_24g_allpowerful_addr
-	fetcht 4,mem_24g_addr
-	isub temp,null
-	branch z_mouse_store_24g_device_2flash,zero
-	jam LATEST_MODE_24G,mem_mouse_latest_mode
-z_mouse_store_24g_device_2flash:
-	call mouse_cheak_select_24gdevice
-	branch p_mouse_store_flash_device_info
 
 
Index: sched/109x.dat
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/sched/109x.dat	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/sched/109x.dat	(working copy)
@@ -1,17 +1,17 @@
 
-mem_lpm_config:8f 1a ce	#-1khz
+mem_lpm_config:8f 1f ce	#4khz
 mem_lpm_xtalcnt:00 0a 0b ef 07
 mem_lpm_hibernate_switch:00
 mem_gpio_wakeup_low:00 00 00 00 00 00 00 00
 #mem_fcomp_mul:02
 #mem_fcomp_div:24
 mem_iscan_window:12 00
-mem_iscan_interval:00 02
+mem_iscan_interval:80 00
 mem_pscan_window:12 00
-mem_pscan_interval:00 02
+mem_pscan_interval:80 00
 mem_inq_window:20 00
 mem_page_window:20 00
-mem_page_to:00 40
+mem_page_to:00 80
 mem_rx_window_init:80 04
 mem_rx_window_sniff:00 08
 
Index: sched/mouse.dat
===================================================================
--- /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/sched/mouse.dat	(revision 2381)
+++ /branch/mouse_project/XZR/XZR_1059/XZR_3Mode_2Ch_24G_First/sched/mouse.dat	(working copy)
@@ -57,10 +57,10 @@
 #bit5 MOUSE_ENABLE_AUTO_24G_PARING
 #bit6 MOUSE_ENABLE_WAKEUP_FROM_POWER
 #bit7 MOUSE_ENABLE_GPIO_CONTROL_ADC_SENSOR
-c1
+00
 
 mem_app_connection_options:06
-mem_lap:15 20 17 01 20 20
+mem_lap:ab 51 17 01 20 20
 mem_local_name_length:
 'BT3.0 Mouse
 mem_sniff_param_interval:
@@ -99,17 +99,17 @@
 #microsoft swift pair
 06 ff 06 00 03 00 80
 #name
-'\09BT5.0 Mouse
+'\09BT5.2 Mouse
 
 mem_le_scan_data_len:1f
 mem_le_scan_data:
 #name
-'\09BT5.0 Mouse
+'\09BT5.2 Mouse
 
 
 #max 20bytes, att list data rom limits
 mem_le_name_len:
-'BT5.0 Mouse
+'BT5.2 Mouse
 
 
 mem_le_interval_min:
@@ -124,7 +124,7 @@
 mem_le_adv_own_addr_type:00
 mem_le_adv_channel_map:07 
 
-mem_le_lap:8e b1 3a 0e 8e ed
+mem_le_lap:8d 50 34 0e 8e ed
 
 mem_le_transmit_window:50
 
@@ -132,23 +132,22 @@
 mem_le_pairing_handle:22 00
 
 
-mem_discovery_timeout:b0 04#2min
-mem_mouse_direct_timeout:96 00#15s
+mem_discovery_timeout:08 07#3min
+mem_mouse_direct_timeout:50 00#8s
 mem_mouse_no_data_timeout:70 17#10min
 
 mem_flash_ncs_gpio:0a
 mem_spi_ncs_gpio:ff
 mem_ui_button_gpio:ff
 mem_ui_button_timeout:1e
-mem_bt_ui_button_timeout:01
 
 mem_device_number:02 #max device number
 mem_24g_device_number:02 #devie 2 :24g mode
-#mem_adc_config_flag:00 #0 vinlpm 1 hvin 2 gpio
-#mem_adc_channel:00 #gpio5
-#mem_mouse_vdd_full_vol:72 01#3.7V
-#04 01#mem_mouse_vdd_empty_vol:5a 00# 2.6V
-#0e 01#mem_mouse_vdd_low_vol:64 00  #2.7v
+mem_adc_config_flag:01 #0 vinlpm 1 hvin 2 gpio
+mem_adc_channel:32 #gpio5
+mem_mouse_vdd_full_vol:a4 01#4.2V
+18 01#mem_mouse_vdd_empty_vol:5a 00# 2.8V
+40 01#mem_mouse_vdd_low_vol:64 00  #3.2v
 
 mem_config_sensor_type:00
 02 #mem_config_sensor_motion:02
@@ -176,6 +175,13 @@
 05 #mem_select_sensor_angle_gpio:ff
 ff #mem_select_adc_gpio:ff
 
+#mouse sensor angle
+#0x00 MOUSE_6CLK_ANGLE
+#0X01 MOUSE_9CLK_ANGLE
+#0X02 MOUSE_12CLK_ANGLE
+#0X03 MOUSE_3CLK_ANGLE
+
+
 mem_eeprom_wp_gpio:ff
 mem_sensor_reset_gpio:ff
 mem_sensor_squal_reg:07# 07:3205         	06:3610
@@ -200,7 +206,7 @@
 04##mem_320x_dpi_4
 
 #15##mem_3212_dpi_1#800
-#1a##mem_3212_dpi_2#1000
+#1f##mem_3212_dpi_2#1200
 #2a##mem_3212_dpi_3#1600
 #3f##mem_3212_dpi_4#2400
 
@@ -221,14 +227,14 @@
 ab 40
 be d1
 a0 41
-a1 41
+a1 12
 a5 84
 a7 ff
 b5 d0
 b6 00
 ff 00
 09 00
-ff
+ff ff
 
 mem_sensor_ka8_init:
 09 5a
@@ -237,7 +243,7 @@
 0e c5
 53 48
 09 00
-ff
+ff ff
 
 mem_sensor_8009_init:
 09 5a
@@ -247,14 +253,14 @@
 0e 9f
 0f ba
 09 00
-ff
+ff ff
 
 mem_sensor_poweron_init:
 06 80
 09 5a
 0b f3
 09 00
-ff
+ff ff
 
 mem_ui_led_struct_ptr:mem_mouse_led_type
 mem_ui_led_struct_num:01
@@ -295,10 +301,11 @@
 mem_24g_paring_addr:20 15 10 05
 mem_24g_allpowerful_addr:0f 0f 0f 0f 0f 0f
 mem_24g_common_temp:00 00 00 00 00 00 00 00 00 00
-mem_24g_enter_hibernate:00 48 60
+mem_24g_enter_hibernate:80 4f 12
+mem_firmware_version:04 00
 
 mem_device_flag:
-ff
+01
 ff
 ff ff ff ff ff ff
 #mem_device2_type:
@@ -307,35 +314,30 @@
 #mem_device3_type:
 #34
 #11 22 33 44 55 66
-
+mem_mouse_latest_mode:ff
+mem_mouse_fast_conn_flag:ff
+mem_mouse_long_button_select_device:ff
+mem_mouse_24g_addr_init:ff ff ff ff ff ff
 
 mem_flash_base:00 50 00
 #mem_eeprom_base:90 1f
 #mem_eeprom_block_size:80
 mem_reconn_times_init:00
 mem_bt_discovey_button_statue:01#default: button up
+mem_mouse_dpi_button_state:01
 mem_empty_count:03
 
-mem_mouse_24g_addr_init:ff ff ff ff ff ff
-
 mem_mouse_multi_led_gpio:1d
-mem_mouse_multi_led_on_timer_init:14
-mem_mouse_multi_led_blink_timer_init:03
+#mem_mouse_multi_led_on_timer_init:14
+#mem_mouse_multi_led_blink_timer_init:03
 
-mem_mouse_latest_mode:ff
+mem_mouse_common_gpio:ff
 
 #zcode
 mem_zcode_current_number:ff
 mem_xip_flash_offset:00 00 00
 mem_zcode_head:20 20 00 40
 
-mem_mouse_le_fast_conn_enable_timer:0a
-
-#mem_mouse_button_select_device_timer_init:1e
-#mem_mouse_dpi_button_state:01
-
-#mem_mouse_long_button_select_device:ff
-
 #yichip sdp
 #04 0011 0100 1002 1124
 #00 01 00 00
